Doc fixes for save-window-excursion.
[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
310a820f
EZ
92012-03-10 Eli Zaretskii <eliz@gnu.org>
10
83a96c08
EZ
11 * strings.texi (String Basics):
12 * sequences.texi (Sequence Functions): Mention that `length' is
13 not appropriate for computing the string width on display; add a
14 cross-reference to the description of `string-width'. (Bug#10978)
15
310a820f
EZ
16 * eval.texi (Autoloading): Minor change of wording.
17
83ef8187
CY
182012-03-10 Chong Yidong <cyd@gnu.org>
19
bc44be50
CY
20 * loading.texi (Autoload): Explicitly state which forms are
21 processed specially (Bug#7783).
22
83ef8187
CY
23 * keymaps.texi (Mouse Menus): Describe non-toolkit behavior as the
24 non-default situation. Describe one-submenu exception (Bug#7695).
25
26 * nonascii.texi (Character Properties): Copyedits.
27
483ab230
CY
282012-03-08 Chong Yidong <cyd@gnu.org>
29
30 * text.texi (Mode-Specific Indent): Document new behavior of
31 indent-for-tab-command. Document tab-always-indent.
32 (Special Properties): Copyedits.
33 (Checksum/Hash): Improve secure-hash doc. Do not recommend MD5.
34 (Parsing HTML/XML): Rename from Parsing HTML. Update doc of
35 libxml-parse-html-region.
36
00e84de0
GM
372012-03-07 Glenn Morris <rgm@gnu.org>
38
eaa6bc3c
GM
39 * markers.texi (The Region): Briefly mention use-empty-active-region
40 and region-active-p.
a9685db7 41 (Overview of Markers): Reword garbage collection, add cross-ref.
eaa6bc3c 42 (The Mark): Tiny clarification re command loop and activate-mark-hook.
00e84de0 43
67cd45a2
CY
442012-03-07 Chong Yidong <cyd@gnu.org>
45
46 * text.texi (Buffer Contents): Don't duplicate explanation of
47 region arguments from Text node. Put doc of obsolete var
48 buffer-substring-filters back, since it is referred to.
49 (Low-Level Kill Ring): Yank now uses clipboard instead of primary
50 selection by default.
51
52 * markers.texi (The Mark): Fix typo.
53 (The Region): Copyedits.
54
2ad80941
GM
552012-03-07 Glenn Morris <rgm@gnu.org>
56
57 * markers.texi (Overview of Markers): Copyedits.
58 (Creating Markers): Update approximate example buffer size.
59 (The Mark): Don't mention uninteresting return values.
60
ef959d3a
CY
612012-03-05 Chong Yidong <cyd@gnu.org>
62
63 * positions.texi (Text Lines): Document count-words.
64
a08a07e3
CY
652012-03-04 Chong Yidong <cyd@gnu.org>
66
67 * frames.texi (Frames): Remove little-used "terminal frame" and
68 "window frame" terminology.
69 (Frame Parameters, Font and Color Parameters, Initial Parameters)
70 (Size and Position, Visibility of Frames): Callers changed.
71 (Frames): Clarify which terminals in framep are graphical.
72 (Initial Parameters): --geometry is not the only option which adds
73 to initial-frame-alist.
74 (Position Parameters): Note that icon-left and icon-top are for
75 old window managers only.
76 (Size Parameters): Sizes are in characters even on graphical
77 displays.
78 (Management Parameters): Note that window-id and outer-window-id
79 can't really be changed, and that auto-raise isn't always obeyed.
80 (Cursor Parameters): Document cursor-type explicitly.
81 (Size and Position): The aliases set-screen-height and
82 set-screen-width have been deleted.
83 (Visibility of Frames): Mention "minimization".
84
85 * os.texi (Startup Summary): Minor clarifications.
86 (Startup Summary, Suspending Emacs): Standardize on "text
87 terminal" terminology.
88
89 * windows.texi (Basic Windows, Coordinates and Windows)
90 (Coordinates and Windows):
91 * display.texi (Refresh Screen, Line Height, Face Attributes)
92 (Overlay Arrow, Beeping, Glyphless Chars): Likewise.
93
ea16568d
GM
942012-03-04 Glenn Morris <rgm@gnu.org>
95
96 * abbrevs.texi: Small copyedits throughout.
97 (Abbrev Mode): Remove this section, folding it into the top-level.
98 (Abbrev Tables): Don't mention irrelevant return values.
99 (Abbrev Expansion): Add cross-ref for wrapper hooks.
100 (Standard Abbrev Tables): Emacs Lisp mode now has its own table.
101 (Abbrev Table Properties): Update nil :regexp description.
102
b3134b95
GM
1032012-03-03 Glenn Morris <rgm@gnu.org>
104
520f2425
GM
105 * internals.texi: Change @appendix section commands to @section.
106 (Building Emacs): Say less about CANNOT_DUMP platforms.
107 Replace deleted eval-at-startup with custom-initialize-delay.
999dd333 108 (Pure Storage): Small changes.
01a6dcc8 109 (Memory Usage): Copyedit.
7d2d7cc0
GM
110 (Writing Emacs Primitives): Update Fcoordinates_in_window_p and For
111 example definitions. Give examples of things with non-nil
112 interactive args. Mention eval_sub. Remove old info about
113 strings and GCPRO. Mention cus-start.el.
114 (Buffer Internals, Window Internals, Process Internals):
115 Misc small updates and fixes for fields.
520f2425 116
b3134b95
GM
117 * tips.texi: Copyedits.
118 (Coding Conventions): Mention autoloads.
119 Combine partially duplicated macro items. Fix xref.
120 Refer to Library Headers for copyright notice.
121 (Programming Tips): edit-options is long-obsolete.
122 (Compilation Tips): Mention loading bytecomp for byte-compile props.
123 (Warning Tips): Mention declare-function.
124 (Documentation Tips): Remove old info.
125 (Comment Tips): Mention comment-dwim, not indent-for-comment.
126 (Library Headers): General update.
127
2064cc6a
GM
1282012-03-02 Glenn Morris <rgm@gnu.org>
129
6945faa6
GM
130 * backups.texi (Reverting): Un-duplicate revert-buffer-in-progress-p,
131 and relocate entry. Mention buffer-stale-function.
132
4186e877
GM
133 * elisp.texi, vol1.texi, vol2.texi: Standardize some menu entries.
134
2064cc6a
GM
135 * hooks.texi (Standard Hooks): General update.
136 Put related hooks together. Add and remove items.
137 * commands.texi (Keyboard Macros): Remove cross-ref to Standard Hooks.
138 * modes.texi (Hooks): Tweak cross-ref description.
139
7272fbf3
MA
1402012-03-01 Michael Albinus <michael.albinus@gmx.de>
141
142 * files.texi (Kinds of Files): The return value of file-equal-p is
143 unspecified, if FILE1 or FILE2 does not exist.
144
53a1239b
GM
1452012-03-01 Glenn Morris <rgm@gnu.org>
146
90db9af9
GM
147 * hooks.texi (Standard Hooks): Remove mode-specific hooks.
148
53a1239b
GM
149 * maps.texi (Standard Keymaps): General update.
150 Remove mode-specific maps, talk about the more general keymaps.
151 * help.texi (Help Functions): Add vindex for Helper-help-map.
152 * keymaps.texi (Active Keymaps): Minor rephrasing.
153
775b55af
GM
1542012-02-29 Glenn Morris <rgm@gnu.org>
155
156 * elisp.texi, vol1.texi, vol2.texi: Use "" quotes in menus.
157
96b49301 1582012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
159
7272fbf3 160 * files.texi (Kinds of Files): Rename files-equal-p to file-equal-p.
bf7f9bc5 161 Update changed behavior of file-subdir-of-p.
96b49301 162
1383d930
GM
1632012-02-28 Glenn Morris <rgm@gnu.org>
164
44e97401
GM
165 * advice.texi, anti.texi, display.texi, elisp.texi:
166 * processes.texi, variables.texi, vol1.texi, vol2.texi:
167 Standardize possessive apostrophe usage.
168
e3c73f1e
GM
169 * locals.texi: Remove file.
170 * elisp.texi, vol1.texi, vol2.texi: Don't include locals.texi.
171 Remove menu entry.
172 * errors.texi, maps.texi: Adjust node pointers.
173 * internals.texi (Buffer Internals): Remove cross-refs to locals.texi.
edb3ac8c 174 * makefile.w32-in (srcs):
e3c73f1e
GM
175 * Makefile.in (srcs): Remove locals.texi.
176
1383d930
GM
177 * frames.texi (Mouse Position): Fix cross-ref.
178
431ee44b
CY
1792012-02-27 Chong Yidong <cyd@gnu.org>
180
181 * buffers.texi (Creating Buffers): Clarify that
182 generate-new-buffer uses generate-new-buffer-names.
183 (Killing Buffers): Remove bogus example duplicating buffer-live-p.
184
185 * files.texi (Directory Names): Index entry for file name abbreviations.
186 (Relative File Names, File Name Expansion): Refer to it.
187 (Locating Files): Move locate-user-emacs-file documentation to
188 Standard File Names.
189 (Standard File Names): Add locate-user-emacs-file; update examples.
190
6a11ec9d
MA
1912012-02-26 Michael Albinus <michael.albinus@gmx.de>
192
193 * files.texi (Magic File Names): Add files-equal-p and file-subdir-of-p.
194
9a4888c0
CY
1952012-02-26 Chong Yidong <cyd@gnu.org>
196
197 * files.texi (Kinds of Files): Improve documentation of
198 files-equal-p and file-subdir-of-p.
199
f0e751b9
GM
2002012-02-26 Glenn Morris <rgm@gnu.org>
201
202 * intro.texi (Acknowledgements): Small changes.
203
7e05b1ec
GM
2042012-02-25 Glenn Morris <rgm@gnu.org>
205
206 * errors.texi: Don't try to list _all_ the error symbols.
207 Add circular-list, cl-assertion-failed, compression-error.
208 * elisp.texi, vol1.texi, vol2.texi:
209 * control.texi (Error Symbols): Tweak "Standard Errors" description.
210
23453255 2112012-02-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
212
213 * files.texi (files-equal-p, file-subdir-of-p): New,
214 add initial documentation.
215
4963495d
CY
2162012-02-25 Chong Yidong <cyd@gnu.org>
217
fa74b241
CY
218 * files.texi (File Attributes): Document file-selinux-context.
219 (Changing Files): Link to it.
220 (Changing Files): Document set-file-selinux-context.
221
222 * backups.texi (Making Backups): Return value of backup-buffer is
d268b4fe
CY
223 changed. Mention default value of backup-directory-alist.
224 (Rename or Copy): Note that backup-by-copying-when-mismatch is t.
225 (Auto-Saving): New minor mode behavior for auto-save-mode.
226 (Reverting): Add defvar for revert-buffer-in-progress-p.
fa74b241 227
4963495d
CY
228 * searching.texi (Regexp Backslash): Add index entry (Bug#10869).
229
4bb82fa8
GM
2302012-02-24 Glenn Morris <rgm@gnu.org>
231
232 * errors.texi (Standard Errors): Mention dbus-error.
233 For arith-error sub-classes, just use one cross-ref.
234
2cb228f7
AM
2352012-02-23 Alan Mackenzie <acm@muc.de>
236
237 * modes.texi (Defining Minor Modes): Document the new keyword
238 :after-hook.
239
a59225b1
CY
2402012-02-21 Chong Yidong <cyd@gnu.org>
241
242 * files.texi (Files): Mention magic file names as arguments.
243 (Reading from Files): Copyedits.
244 (File Attributes): Mention how to change file modes.
245 (Changing Files): Use standard "file permissions" terminology.
246 Add xref to File Attributes node.
247 (Locating Files): Document locate-user-emacs-file.
248 (Unique File Names): Recommend against using make-temp-name.
249
8376d7c2
CY
2502012-02-19 Chong Yidong <cyd@gnu.org>
251
252 * help.texi (Documentation, Documentation Basics, Help Functions):
253 Minor clarifications.
254 (Accessing Documentation): Clarify what documentation-property is
255 for. Add xref to Keys in Documentation.
256
257 * tips.texi (Documentation Tips): Don't recommend using * in
258 docstrings.
259
260 * macros.texi (Defining Macros):
261 * modes.texi (Derived Modes): Say "documentation string" instead
262 of docstring.
263
82233bea
CY
2642012-02-18 Chong Yidong <cyd@gnu.org>
265
266 * modes.texi (Tabulated List Mode): New node.
267 (Basic Major Modes): Add xref to it.
268
269 * processes.texi (Process Information): Mention Process Menu mode.
270
7b926f3f
CY
2712012-02-17 Chong Yidong <cyd@gnu.org>
272
273 * syntax.texi (Motion via Parsing): Doc fix for scan-lists.
274
0fd2c9a3
GM
2752012-02-17 Glenn Morris <rgm@gnu.org>
276
277 * hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual.
278
f700caa3
CY
2792012-02-16 Chong Yidong <cyd@gnu.org>
280
4230351b
CY
281 * syntax.texi (Syntax Tables, Syntax Descriptors)
282 (Syntax Table Functions): Copyedits.
283 (Syntax Basics): Don't repeat the material in the preceding node.
284 (Syntax Class Table): Use a table.
285 (Syntax Properties): Document syntax-propertize-function and
286 syntax-propertize-extend-region-functions.
287 (Motion via Parsing): Clarify scan-lists. Fix indentation.
288 (Parser State): Update for the new "c" comment style. Fix
289 description of item 7 (comment style).
290
f700caa3
CY
291 * modes.texi (Minor Modes): Update how mode commands should treat
292 arguments now.
293 (Mode Line Basics): Clarify force-mode-line-update.
294 (Mode Line Top): Note that the example is not realistic.
295 (Mode Line Variables, Mode Line Data, %-Constructs, Header Lines)
296 (Emulating Mode Line): Use "mode line" instead of "mode-line", and
297 "mode line construct" instead of "mode line specification".
298 (Syntactic Font Lock): Remove mention of obsolete variable
299 font-lock-syntactic-keywords.
300 (Setting Syntax Properties): Node deleted.
301 (Font Lock Mode): Note that Font Lock mode is a minor mode.
302 (Font Lock Basics): Note that syntactic fontification falls back
303 on `syntax-table'.
304 (Search-based Fontification): Emphasize that font-lock-keywords
305 should not be set directly.
306 (Faces for Font Lock): Avoid some confusing terminology.
4230351b
CY
307 (Syntactic Font Lock): Minor clarifications. Add xref to
308 Syntactic Font Lock node.
f700caa3 309
60236b0d
CY
3102012-02-15 Chong Yidong <cyd@gnu.org>
311
312 * minibuf.texi (Basic Completion): Define "completion table".
313 Move completion-in-region to Completion in Buffers node.
314 (Completion Commands): Use "completion table" terminology.
315 (Completion in Buffers): New node.
316
317 * modes.texi (Hooks): add-hook can be used for abnormal hooks too.
318 (Setting Hooks): Update minor mode usage example.
319 (Major Mode Conventions): Note that completion-at-point-functions
320 should be altered locally. Add xref to Completion in Buffers.
f700caa3
CY
321 Remove duplicate tip about auto-mode-alist.
322 (Minor Modes): Rewrite introduction.
323 (Minor Mode Conventions): Copyedits. Don't recommend
324 variable-only minor modes since few minor modes are like that.
60236b0d 325
d7dbb11a
GM
3262012-02-15 Glenn Morris <rgm@gnu.org>
327
328 * processes.texi (Network): Document open-network-stream :parameters.
329
3d8badf4
CY
3302012-02-14 Chong Yidong <cyd@gnu.org>
331
332 * keymaps.texi (Format of Keymaps): The CACHE component of keymaps
333 was removed on 2009-09-10. Update lisp-mode-map example.
334 (Inheritance and Keymaps): Minor clarification.
335 (Searching Keymaps): Remove out-of-place enumeration.
336 (Key Lookup): Remove unnecessary example (one was already given in
337 Format of Keymaps).
338 (Changing Key Bindings): Update suppress-keymap example.
339 (Menu Bar, Tool Bar): Copyedits.
340 (Tool Bar): Update tool-bar-map example.
341
faccede1
CY
3422012-02-12 Chong Yidong <cyd@gnu.org>
343
344 * debugging.texi (Debugger Commands): Continuing is now allowed
345 for errors.
346
355cabc6
CY
3472012-02-11 Chong Yidong <cyd@gnu.org>
348
d860baa0
CY
349 * display.texi (Fringe Indicators): Add xref to Fringe Bitmaps.
350 Move the list of standard bitmaps there.
351 (Fringe Cursors): Rewrite for clarity.
352 (Fringe Bitmaps): Consolidate the list of standard bitmaps here.
353
34106abe
CY
354 * commands.texi (Command Overview): Mention read-key.
355 (Using Interactive, Interactive Call): Minor clarifications.
356 (Function Keys, Click Events): Avoid "input stream" terminology.
357 (Click Events): Add xref to Window Sizes and Accessing Mouse.
358 Clarify column and row components.
359 (Accessing Mouse): Add xref to Click Events. Minor fixes.
360 (Special Events): Copyedits.
361
362 * streams.texi (Input Streams): De-document get-file-char.
363 (Output Variables): Don't refer to old backquote syntax.
364
355cabc6
CY
365 * debugging.texi (Debugging): Copyedits. Describe testcover, ERT.
366 (Error Debugging): Note that debug-ignored-errors overrides list
367 values of debug-on-error too. Add xref to Signaling Errors. Note
368 that debug-on-signal is not customizable. Mention
369 condition-case-unless-debug.
370 (Compilation Errors): Node deleted.
371
372 * compile.texi (Compiler Errors): Move a paragraph here from
373 deleted node Compilation Errors.
374
1be3ca5a
LL
3752012-02-10 Leo Liu <sdl.web@gmail.com>
376
377 * control.texi (Handling Errors): Change condition-case-no-debug
378 to condition-case-unless-debug.
379
25dec365
CY
3802012-02-10 Chong Yidong <cyd@gnu.org>
381
382 * advice.texi (Defining Advice): Clarify ad-unadvise.
383 (Activation of Advice): Specifying the ACTIVATE flag in defadvice
384 is not abnormal.
385 (Advising Primitives): Node deleted; ad-define-subr-args has been
386 removed.
387
388 * compile.texi (Speed of Byte-Code): Use float-time in example.
389 (Compilation Functions): Note that the log uses Compilation mode.
390 Don't discuss the contents of byte-code function object here.
391 (Compilation Functions): De-document internal function byte-code.
392 (Docs and Compilation): Minor clarifications.
393
394 * objects.texi (Byte-Code Type): Add xref to Byte-Code Function
395 Objects.
396
5f5e4ea1
GM
3972012-02-10 Glenn Morris <rgm@gnu.org>
398
399 * text.texi (Checksum/Hash): Rename node from MD5 Checksum.
400 Mention secure-hash.
401 * elisp.texi, vol1.texi, vol2.texi: Update menu entry.
402
6c1e4b46
CY
4032012-02-10 Chong Yidong <cyd@gnu.org>
404
405 * loading.texi (Loading): Don't emphasize "library" terminology.
406 (Library Search): load-path is not a user option. Mention role of
407 -L option and packages. Improve examples.
408 (Loading Non-ASCII): Don't mention unibyte Emacs, which is
409 obsolete.
410 (Autoload): Minor clarifications.
411
72ca698c
GM
4122012-02-10 Glenn Morris <rgm@gnu.org>
413
b011fbfe
GM
414 * files.texi (Magic File Names): Tweak remote-file-name-inhibit-cache.
415
72ca698c
GM
416 * modes.texi (Basic Major Modes): Mention tabulated-list-mode.
417
14a1f380
GM
4182012-02-08 Glenn Morris <rgm@gnu.org>
419
420 * loading.texi (Named Features): Update the require example.
421
60d47423
GM
4222012-02-07 Glenn Morris <rgm@gnu.org>
423
424 * modes.texi (Defining Minor Modes):
425 Expand on args of defined minor modes.
426
0992bd9c
CY
4272012-02-07 Chong Yidong <cyd@gnu.org>
428
429 * variables.texi (Creating Buffer-Local): Minor clarification
430 to buffer-local-variables doc (Bug#10715).
431
af008560
GM
4322012-02-07 Glenn Morris <rgm@gnu.org>
433
e80e1825 434 * display.texi (ImageMagick Images): General update.
af008560
GM
435 Move most details of imagemagick-render-type to the variable's doc.
436
866c1d22
GM
4372012-02-06 Glenn Morris <rgm@gnu.org>
438
f7c9199f 439 * keymaps.texi (Tool Bar): Mention separators.
dac86404
GM
440 (Inheritance and Keymaps):
441 Mention make-composed-keymap and multiple inheritance.
f7c9199f 442
e7bc51d0
GM
443 * modes.texi (Running Hooks): Mention run-hook-wrapped.
444
866c1d22
GM
445 * control.texi (Handling Errors):
446 Mention condition-case-no-debug and with-demoted-errors.
447
03988c98
CY
4482012-02-05 Chong Yidong <cyd@gnu.org>
449
450 * customize.texi (Common Keywords): Minor clarifications.
451 Document custom-unlispify-remove-prefixes.
452 (Variable Definitions): Backquotes in defcustom seem to work fine
453 now. Various other copyedits.
e1161b06
CY
454 (Simple Types): Copyedits. Document color selector.
455 (Composite Types): Copyedits.
456 (Splicing into Lists): Clarifications.
03988c98
CY
457
458 * eval.texi (Backquote): Move from macros.texi.
459
460 * macros.texi (Expansion): Minor clarification.
461 (Backquote): Move node to eval.texi.
462 (Defining Macros): Move an example from Backquote node.
463 (Argument Evaluation): No need to mention Pascal.
464 (Indenting Macros): Add xref to Defining Macros.
465
649f602c
GM
4662012-02-05 Glenn Morris <rgm@gnu.org>
467
468 * debugging.texi (Error Debugging): Mention debug-on-event default.
469
34c99998
GM
4702012-02-04 Glenn Morris <rgm@gnu.org>
471
8f05da42
GM
472 * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
473
7aa5aad8
GM
474 * debugging.texi (Error Debugging): Mention debug-on-event.
475 * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
476
c7291ad9
GM
477 * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
478
34c99998
GM
479 * text.texi (Buffer Contents):
480 Update filter-buffer-substring description.
481
735cc5ca
CY
4822012-02-04 Chong Yidong <cyd@gnu.org>
483
484 * functions.texi (What Is a Function): Add closures. Mention
485 "return value" terminology. Add xref for command-execute. Remove
486 unused "keystroke command" terminology.
487 (Lambda Expressions): Give a different example than in the
488 following subsection. Add xref to Anonymous Functions.
489 (Function Documentation): Remove gratuitous markup.
490 (Function Names): Move introductory text to `What Is a Function'.
491 (Defining Functions): Fix defun argument spec.
492 (Anonymous Functions): Document lambda macro explicitly. Mention
493 effects on lexical binding.
494 (Function Cells): Downplay direct usage of fset.
495 (Closures): New node.
496 (Inline Functions): Remove "open-code" terminology.
497 (Declaring Functions): Minor tweak; .m is not C code.
498
499 * variables.texi (Variables): Don't refer to "global value".
500 (Local Variables, Void Variables): Copyedits.
501 (Lexical Binding): Minor clarification of example.
502 (File Local Variables): Mention :safe and :risky defcustom args.
503 (Lexical Binding): Add xref to Closures node.
504
94bc7984
GM
5052012-02-04 Glenn Morris <rgm@gnu.org>
506
507 * minibuf.texi (High-Level Completion): Updates for read-color.
508
4f5a10ef
GM
5092012-02-03 Glenn Morris <rgm@gnu.org>
510
eea14f31
GM
511 * display.texi (GIF Images): Mention animation.
512 Remove commented-out old example of animation.
513 (Animated Images): New subsection.
514 * elisp.texi (Top):
515 * vol1.texi (Top):
516 * vol2.texi (Top): Add Animated Images menu entry.
517
4f5a10ef
GM
518 * display.texi (Image Formats): Remove oddly specific information
519 on versions of image libraries.
204e728d 520 (GIF Images, TIFF Images): Minor rephrasing.
4f5a10ef 521
12f381b7
GM
5222012-02-02 Glenn Morris <rgm@gnu.org>
523
1b9f60cc
GM
524 * processes.texi (Synchronous Processes):
525 Mention call-process's :file gets overwritten.
526
7e2734bc
GM
527 * commands.texi (Reading One Event):
528 * help.texi (Help Functions): Document read-char-choice.
529
f58b9822
GM
530 * hooks.texi (Standard Hooks):
531 * modes.texi (Keymaps and Minor Modes):
532 * text.texi (Commands for Insertion): Document post-self-insert-hook.
533
534 * hooks.texi (Standard Hooks): Add prog-mode-hook.
535
12f381b7
GM
536 * hooks.texi (Standard Hooks):
537 * modes.texi (Major Mode Conventions, Mode Hooks):
538 Document change-major-mode-after-body-hook.
539
7a9a2fc6
GM
5402012-02-01 Glenn Morris <rgm@gnu.org>
541
542 * modes.texi (Defining Minor Modes):
543 Mention disabling global minor modes on a per-major-mode basis.
544
a037c171
CY
5452012-01-31 Chong Yidong <cyd@gnu.org>
546
547 * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
548 (Parser State): Remove unnecessary statement (Bug#10661).
549
550 * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
551
56afad3a
GM
5522012-01-31 Glenn Morris <rgm@gnu.org>
553
554 * modes.texi (Defining Minor Modes):
555 Document define-minor-mode's new :variable keyword.
556
0f29fa41
CY
5572012-01-29 Chong Yidong <cyd@gnu.org>
558
837a390a
CY
559 * syntax.texi (Syntax Class Table): Tweak description of newline
560 char syntax (Bug#9619).
561
0f29fa41
CY
562 * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
563 description (Bug#10189).
564
182148ee
GM
5652012-01-29 Glenn Morris <rgm@gnu.org>
566
a49ca6b9
GM
567 * files.texi (Changing Files): Document SELinux support.
568
182148ee
GM
569 * windows.texi (Window Sizes): Fix typo.
570
9962192e
CY
5712012-01-28 Chong Yidong <cyd@gnu.org>
572
8c6e1920
CY
573 * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
574 doc (Bug#8568).
575
9583ec59
CY
576 * frames.texi (Input Focus): Add NORECORD arg to
577 select-frame-set-input-focus. Clarify its role in select-frame.
578
10256988
CY
579 * text.texi (Transposition): We don't use transpose-region as an
580 internal subroutine (Bug#3249).
581
9962192e
CY
582 * modes.texi (Example Major Modes): Update Lisp example code to
583 current sources. Delete the old non-derived-major-mode example,
584 which has diverged badly from current sources.
585
2aa43abb
GM
5862012-01-27 Glenn Morris <rgm@gnu.org>
587
588 * makefile.w32-in (texinputdir): Fix (presumed) typo.
589 (VERSION, manual): Remove, unused.
590
9f40220d
CY
5912012-01-27 Chong Yidong <cyd@gnu.org>
592
593 * commands.texi (Command Overview): Minor clarification (Bug#10384).
594
acc28cb9
CY
5952012-01-26 Chong Yidong <cyd@gnu.org>
596
597 * searching.texi (String Search): Document negative repeat count
598 (Bug#10507).
599
48da7392
GM
6002012-01-26 Glenn Morris <rgm@gnu.org>
601
602 * variables.texi (Using Lexical Binding):
603 Mention that lexical-binding should be set in the first line.
604
69b0acb9
LI
6052012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
606
607 * macros.texi (Defining Macros): Don't claim that `declare' only
608 affects Edebug and indentation.
609
543757a8
LI
6102012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
611
612 * macros.texi (Defining Macros): Slight `declare' fixup.
613
450e3cae
GM
6142012-01-25 Glenn Morris <rgm@gnu.org>
615
24189ce0 616 * makefile.w32-in (texinputdir):
450e3cae
GM
617 * Makefile.in (ENVADD): Add $emacsdir. (Bug#10603)
618
1021c761
CY
6192012-01-24 Chong Yidong <cyd@gnu.org>
620
621 * variables.texi (Variables, Local Variables, Void Variables):
622 Edit to make the descriptions less specific to dynamic binding.
623 (Local Variables): Default max-specpdl-size is now 1300.
624 (Defining Variables): Edits for lexical scoping. Delete
625 information about starting docstrings with *. De-document
626 user-variable-p.
627 (Tips for Defining): Remove an unimportant discussion of quitting
628 in the middle of a load.
629 (Accessing Variables, Setting Variables): Discuss lexical binding.
630 (Variable Scoping): Rewrite.
631 (Scope, Extent, Impl of Scope): Nodes deleted.
632 (Dynamic Binding): New node, with material from Scope, Extent, and
633 Impl of Scope nodes.
634 (Dynamic Binding Tips): Rename from Using Scoping.
635 (Lexical Binding): Rewrite.
636 (Using Lexical Binding): Rename from Converting to Lexical
637 Binding. Convert to subsection.
638
639 * customize.texi (Variable Definitions): Add custom-variable-p.
640 Move user-variable-p documentation here.
641
31cbea1d
CY
6422012-01-23 Chong Yidong <cyd@gnu.org>
643
644 * strings.texi (Text Comparison): Minor qualification.
645
646 * lists.texi (Cons Cells): Copyedits.
647 (List Elements): Mention push.
648 (List Variables): Mention pop.
649 (Rings): Move to sequences.texi.
650
651 * sequences.texi (Sequence Functions): Don't repeat the
652 introduction already given in the parent.
653 (Vectors): Copyedits.
654 (Rings): Move from lists.texi. Note that this is specific to the
655 ring package.
656
657 * symbols.texi (Definitions, Symbol Components): Mention variable
658 scoping issues.
659 (Plists and Alists): Copyedits.
660
661 * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
662 correctness with lexical scoping.
663 (Eval): Copyedits.
664
fead402d
CY
6652012-01-21 Chong Yidong <cyd@gnu.org>
666
667 * intro.texi (A Sample Function Description): Special notation
668 used for macros too.
669
670 * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
671 (Symbol Type): Add xref for keyword symbols.
672 (Sequence Type): Clarify differences between sequence types.
673 (Cons Cell Type): Add "linked list" index entry.
674 (Non-ASCII in Strings): Copyedits.
675 (Equality Predicates): Symbols with same name need not be eq.
676
677 * numbers.texi (Float Basics): Document isnan, copysign, frexp and
678 ldexp. Move float-e and float-pi to Math Functions node.
679
61086eb6
GM
6802012-01-21 Glenn Morris <rgm@gnu.org>
681
682 * modes.texi (Auto Major Mode):
683 * variables.texi (File Local Variables):
684 Mention inhibit-local-variables-regexps.
685
34a02f46
MR
6862012-01-19 Martin Rudalics <rudalics@gmx.at>
687
688 * windows.texi (Window Configurations): Rewrite references to
689 persistent window parameters.
690 (Window Parameters): Fix description of persistent window
691 parameters.
692
f5064cae
JB
6932012-01-16 Juanma Barranquero <lekktu@gmail.com>
694
695 * windows.texi (Window Parameters): Use @pxref.
696
6a6ee00d
MR
6972012-01-16 Martin Rudalics <rudalics@gmx.at>
698
699 * windows.texi (Window Configurations, Window Parameters):
700 Describe persistent window parameters.
701
9ca4c014
SM
7022011-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
703
704 * variables.texi (Creating Buffer-Local): Warn against misuses of
705 make-variable-buffer-local (bug#10258).
706
d027f83d
LMI
7072012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
708
709 * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
710
89bd9ccd
CY
7112012-01-06 Chong Yidong <cyd@gnu.org>
712
713 * variables.texi (Directory Local Variables): Document
714 hack-dir-local-variables-non-file-buffer.
715
c869783d
GM
7162012-01-06 Glenn Morris <rgm@gnu.org>
717
718 * maps.texi (Standard Keymaps): Refer to Info-edit by name
719 rather than by keybinding.
720
2cae5ba4
JB
7212011-12-29 Juanma Barranquero <lekktu@gmail.com>
722
723 * frames.texi (Font and Color Parameters): Add @pxref.
724
43da4d08
DC
7252011-12-29 Daniel Colascione <dan.colascione@gmail.com>
726
727 * frames.texi (Font and Color Parameters):
728 Document w32 font backends (bug#10399).
729
8d80ef01
PE
7302011-12-28 Paul Eggert <eggert@cs.ucla.edu>
731
732 * files.texi (File Attributes, Changing Files):
733 Use a more-natural notation for octal numbers.
734
9022ae07
JB
7352011-12-23 Juanma Barranquero <lekktu@gmail.com>
736
737 * variables.texi (Variables with Restricted Values):
738 Change reference to variable (bug#10354).
739
454592a6
MR
7402011-12-13 Martin Rudalics <rudalics@gmx.at>
741
742 * windows.texi (Splitting Windows): Use t instead of non-nil
743 when describing window-combination-resize.
744
a7cdbfce
SM
7452011-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
746
747 * text.texi (Special Properties): Warn against `intangible' properties
748 (bug#10222).
749
a3dcc84e
EZ
7502011-11-26 Eli Zaretskii <eliz@gnu.org>
751
579ebf8f
EZ
752 * display.texi (Truncation):
753 * text.texi (Special Properties): Describe what a stretch-glyph is
754 instead of using that term without explanation. Make the
755 cross-references more accurate.
756
a3dcc84e
EZ
757 * display.texi (Usual Display): Update the description,
758 cross-references, and indexing related to display of control
759 characters and raw bytes.
760
94af99a4
MR
7612011-11-25 Martin Rudalics <rudalics@gmx.at>
762
763 * windows.texi (Splitting Windows): Fix description of
764 window-combination-limit. Suggested by Eli Zaretskii.
765
1c3d7a13
CY
7662011-11-23 Chong Yidong <cyd@gnu.org>
767
768 * windows.texi (Window Sizes): Move window-top-line,
769 window-left-column, and window-*-pixel-edges to Coordinates and
770 Windows node.
771 (Coordinates and Windows): Restore window-edges doc.
772
90151a1e
MR
7732011-11-21 Martin Rudalics <rudalics@gmx.at>
774
a7cdbfce
SM
775 * windows.texi (Windows and Frames, Splitting Windows):
776 Fix typos.
90151a1e 777
a9b9b7f5
CY
7782011-11-21 Chong Yidong <cyd@gnu.org>
779
780 * windows.texi (Splitting Windows): Fix error in documentation of
781 window-combination-limit.
782 (Cyclic Window Ordering): Minor fixes to next-window,
783 one-window-p, and get-lru-window docs. Don't document
784 window-list-1.
785 (Buffers and Windows): Copyedits.
786 (Choosing Window): Document special handling of special-display-*.
787 (Choosing Window Options): Fix display-buffer-reuse-frames doc.
a7cdbfce
SM
788 Don't document even-window-heights, which is going away.
789 Clarify which options are obeyed by which action functions.
a9b9b7f5 790
f4e90db0
SM
7912011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
792
793 * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
794
d2999b1a
MR
7952011-11-20 Martin Rudalics <rudalics@gmx.at>
796
f4e90db0
SM
797 * windows.texi (Resizing Windows, Splitting Windows):
798 Remove term "status" when talking about combination limits.
d2999b1a 799
cd1181db
JB
8002011-11-20 Juanma Barranquero <lekktu@gmail.com>
801
802 * compile.texi (Compiler Errors):
803 * help.texi (Help Functions): Fix typos.
804
7bf54975
CY
8052011-11-19 Chong Yidong <cyd@gnu.org>
806
807 * windows.texi (Splitting Windows): Clarify role of window
808 parameters in split-window. Shorten the example.
f4e90db0
SM
809 (Deleting Windows): Rewrite intro to handle internal windows.
810 Fix delete-windows-on doc.
7bf54975
CY
811 (Selecting Windows): Copyedits.
812
a0c2d0ae
MR
8132011-11-17 Martin Rudalics <rudalics@gmx.at>
814
815 * windows.texi (Resizing Windows, Splitting Windows)
816 (Deleting Windows): Use term window-combination-resize instead
817 of window-splits.
818
b6f67890
MR
8192011-11-16 Martin Rudalics <rudalics@gmx.at>
820
f4e90db0
SM
821 * windows.texi (Resizing Windows, Splitting Windows):
822 Rename occurrences of window-nest to window-combination-limit.
b6f67890 823
0b381c7e
JB
8242011-11-14 Juanma Barranquero <lekktu@gmail.com>
825
826 * intro.texi (Lisp History): Fix typo.
827
89d61221
MR
8282011-11-12 Martin Rudalics <rudalics@gmx.at>
829
f4e90db0
SM
830 * windows.texi (Splitting Windows, Deleting Windows):
831 Remove references to splits status of windows.
89d61221 832
b2621720
GM
8332011-11-10 Glenn Morris <rgm@gnu.org>
834
835 * buffers.texi (Read Only Buffers): Expand a bit on why
836 toggle-read-only should only be used interactively. (Bug#7292)
837
d2ad7ee1
CY
8382011-11-09 Chong Yidong <cyd@gnu.org>
839
840 * windows.texi (Window Sizes): Document window-pixel-edges,
c4e7c63a 841 window-inside-pixel-edges, window-absolute-pixel-edges, and
d2ad7ee1
CY
842 window-inside-absolute-pixel-edges.
843 (Resizing Windows): shrink-window-if-larger-than-buffer works on
844 non-full-width windows.
845
2cffd681
MR
8462011-11-09 Martin Rudalics <rudalics@gmx.at>
847
848 * windows.texi (Resizing Windows): Rewrite documentation of
849 window-resizable.
850
f6f6d7e7
CY
8512011-11-09 Chong Yidong <cyd@gnu.org>
852
853 * windows.texi (Splitting Windows): Simplify example.
854
a79db6e0
CY
8552011-11-08 Chong Yidong <cyd@gnu.org>
856
857 * windows.texi (Window Sizes): Copyedits. Document
858 window-text-height. Remove window-min-height and window-min-width
859 discussion, referring instead to Emacs manual.
860 (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
e7313f33
CY
861 (Resizing Windows): Simplify introduction. Don't document
862 enlarge-window, shrink-window, enlarge-window-horizontally, and
863 shrink-window-horizontally; they are no longer preferred for
864 calling from Lisp, and are already documented in the Emacs manual.
a79db6e0 865
441950c7
GM
8662011-11-07 Glenn Morris <rgm@gnu.org>
867
868 * windows.texi (Choosing Window): Fix keybinding typo.
869
be7f5545
MR
8702011-11-07 Martin Rudalics <rudalics@gmx.at>
871
872 * windows.texi (Resizing Windows, Splitting Windows)
873 (Window Configurations): Use "child window" instead of
874 "subwindow".
875
291d142b
CY
8762011-11-06 Chong Yidong <cyd@gnu.org>
877
878 * windows.texi (Basic Windows): Clarify various definitions.
879 Treat window-normalize-* as internal; don't document them.
880 (Windows and Frames): Various clarifications, e.g. non-live
881 windows also belong to frames. Fix window-list description.
882 Simplify window nesting example.
f4e90db0
SM
883 (Splitting Windows, Window Configurations):
884 Use split-window-below.
291d142b 885
89bd5ee1
EZ
8862011-11-04 Eli Zaretskii <eliz@gnu.org>
887
888 * windows.texi (Window Sizes): Mention in the doc string that the
889 return values of `window-body-height' and `window-body-width' are
890 in frame's canonical units. (Bug#9949)
891
3d8daefe
MR
8922011-10-30 Martin Rudalics <rudalics@gmx.at>
893
894 * windows.texi (Windows and Frames): Remove "iso-" infix from
895 documentation of window-iso-combined-p.
896
60754666
CY
8972011-10-26 Chong Yidong <cyd@gnu.org>
898
899 * modes.texi (Running Hooks): Document with-wrapper-hook.
900
d366bd53
CY
9012011-10-18 Chong Yidong <cyd@gnu.org>
902
903 * display.texi (Glyphless Chars): New node.
904
50b063c3
CY
9052011-10-13 Chong Yidong <cyd@stupidchicken.com>
906
907 * text.texi (Yanking): Document yank-excluded-properties.
908
909 * package.texi (Packaging Basics): The commentary should say how
910 to begin using the package.
911
c72063fa
MR
9122011-10-11 Martin Rudalics <rudalics@gmx.at>
913
914 * windows.texi (Deleting Windows): Mention which window gets
915 selected when deleting the selected window.
916
d83dc65b
MR
9172011-10-09 Martin Rudalics <rudalics@gmx.at>
918
919 * buffers.texi (The Buffer List): Describe how bury-buffer deals
920 with the selected window.
921 * windows.texi (Buffers and Windows): Reformulate text on how
922 replace-buffer-in-windows deals with a window.
923 (Quitting Windows): Describe how quit-window deals with a
924 standalone frame. Describe new option frame-auto-hide-function.
925
c599682c
GM
9262011-10-08 Glenn Morris <rgm@gnu.org>
927
48bca619
GM
928 * symbols.texi (Other Plists): Markup fix. (Bug#9702)
929
c599682c
GM
930 * positions.texi (Excursions): Update warning message.
931
969aa734
CY
9322011-10-05 Chong Yidong <cyd@stupidchicken.com>
933
f4e90db0
SM
934 * display.texi (Low-Level Font, Face Attributes, Font Lookup):
935 Fix Emacs manual xref (Bug#9675).
969aa734 936
550f41cd
CY
9372011-10-01 Chong Yidong <cyd@stupidchicken.com>
938
939 * windows.texi (Textual Scrolling): Document scroll-up-command,
940 scroll-down-command, scroll-error-top-bottom, and the
941 scroll-command symbol property.
717a1362
CY
942 (Display Action Functions): Fix description of
943 display-buffer-pop-up-window.
550f41cd 944
a239d4e9
JB
9452011-09-28 Juanma Barranquero <lekktu@gmail.com>
946
947 * windows.texi (Splitting Windows): Fix typos.
948
590c056d
MR
9492011-09-25 Martin Rudalics <rudalics@gmx.at>
950
951 * windows.texi (Windows and Frames, Display Action Functions)
952 (Switching Buffers): Fix some typos.
953 (Buffers and Windows): Remove reference to window-auto-delete.
954 Reword description of replace-buffer-in-windows.
955 (Window History): Fix some typos and refer to frame local buffer
956 list.
c419f5cb
MR
957 (Quitting Windows): New node.
958 (Window Configurations): Add descriptions of window-state-get
959 and window-state-put.
960 (Window Parameters): Describe variable ignore-window-parameters.
961 Sketch some window parameters currently in use.
962 * elisp.texi (Top): Update node listing.
590c056d 963
9ec20d36
CY
9642011-09-25 Chong Yidong <cyd@stupidchicken.com>
965
966 * windows.texi (Display Action Functions)
967 (Choosing Window Options): New nodes.
968
0e406a72
CY
9692011-09-24 Chong Yidong <cyd@stupidchicken.com>
970
971 * windows.texi (Window History): New node. Move text here from
972 Buffers and Windows.
973 (Switching Buffers): Rename from Displaying Buffers, since we
f4e90db0
SM
974 don't document display-buffer here; callers changed.
975 Document FORCE-SAME-WINDOW arg to switch-to-buffer and
0e406a72
CY
976 switch-to-buffer-other-frame. Delete duplicate
977 replace-buffer-in-windows doc.
978 (Choosing Window): Document display actions.
979
6bf7006f
EZ
9802011-09-24 Eli Zaretskii <eliz@gnu.org>
981
982 * display.texi (Forcing Redisplay): Update the description of
983 redisplay-dont-pause due to change in the default value.
984
b33b68a3
MR
9852011-09-23 Martin Rudalics <rudalics@gmx.at>
986
987 * frames.texi (Frames and Windows): Move section and rename to
988 Windows and Frames in windows.texi.
989 * windows.texi (Windows): Restructure.
990 (Basic Windows): Rewrite. Explain live and internal windows and
991 normalization functions.
992 (Windows and Frames): Move section here from frames.texi.
993 Describe subwindows, window combinations, window tree, and
994 corresponding functions including window-list here.
995 (Window Sizes): Rename section from Size of Window and move it
996 up in chapter. Describe total and body sizes and the
997 corresponding functions. Explain new semantics of
998 window-min-height/-width.
999 (Resizing Windows): Move section up in chapter. Describe new
1000 resize functions.
1001 (Splitting Windows): Describe new behavior of split-window,
1002 split-window-above-each-other and split-window-side-by-side.
1003 Provide examples. Describe window-nest and window-splits
1004 options.
1005 (Deleting Windows): Minor rewrite.
f4e90db0
SM
1006 (Selecting Windows): Minor rewrite.
1007 Describe frame-selected-window and set-frame-selected-window here.
1008 (Cyclic Window Ordering): Minor rewrite.
1009 Describe window-list-1.
b33b68a3
MR
1010 (Buffers and Windows): Rewrite. Explain a window's previous and
1011 next buffers and the corresponding functions.
c4682d18 1012 (Window Tree): Merge into Windows and Frames section.
b33b68a3
MR
1013 * elisp.texi (Top): Update node listings for frames and windows
1014 sections.
1015
4d3786ac
SM
10162011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1017
1018 * display.texi (Face Functions): `face-list' returns faces (bug#9564).
1019
713df35b
LMI
10202011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
1021
1022 * errors.texi (Standard Errors): Remove apparent placeholder text
1023 (bug#9491).
1024
33ed493b
CY
10252011-09-18 Chong Yidong <cyd@stupidchicken.com>
1026
1027 * frames.texi (Management Parameters): Fix description of
1028 icon-type parameter.
1029
b8f0a954
CY
10302011-09-17 Chong Yidong <cyd@stupidchicken.com>
1031
1032 * tips.texi (Key Binding Conventions): Don't bind a key sequence
1033 ending in C-g. Suggested by Edward O'Connor.
1034
eddf142c
EZ
10352011-09-17 Eli Zaretskii <eliz@gnu.org>
1036
1037 * numbers.texi (Integer Basics): Add indexing for
1038 most-positive-fixnum and most-negative-fixnum. (Bug#9525)
1039
bf1af6c7
DM
10402011-09-14 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
1041
1042 * lists.texi (Sets And Lists): Fix typo. (Bug#9393)
1043
cec2eab8
JB
10442011-09-11 Juanma Barranquero <lekktu@gmail.com>
1045
1046 * processes.texi (Network Servers): Clarify what the process
1047 buffer is used for (bug#9233).
1048
51751aa2 10492011-08-30 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
1f403cb9
DM
1050
1051 * lists.texi (Building Lists): Fix typo.
1052
35137ed3
CY
10532011-08-30 Chong Yidong <cyd@stupidchicken.com>
1054
1055 * display.texi (Basic Faces): New node. Document new faces.
1056
1057 * modes.texi (Major Mode Conventions): Move some text there.
1058 (Mode Help): Remove major-mode var, duplicated in Major Modes.
1059
3fd50d5c
CY
10602011-08-29 Chong Yidong <cyd@stupidchicken.com>
1061
1062 * modes.texi (Basic Major Modes): New node. Callers updated.
1063 (Major Modes): Document fundamental-mode and major-mode.
1064 (Major Mode Basics): Node deleted; text moved to Major Modes.
1065 (Derived Modes): Document derived-mode-p.
1066
ddb54206
CY
10672011-08-28 Chong Yidong <cyd@stupidchicken.com>
1068
a6326082
CY
1069 * files.texi (Changing Files, Create/Delete Dirs): Document new
1070 arguments for delete-file, delete-directory, and copy-directory.
e2aeef63
CY
1071 (Visiting Functions): Remove view-file; it is documented in the
1072 Emacs manual.
04e2ce72 1073
ddb54206
CY
1074 * frames.texi (Layout Parameters): The defaults for the
1075 menu-bar-lines and tool-bar-lines parameters depend on the mode.
1076
1077 * display.texi (Progress): Document spinner functionality.
1078
1079 * os.texi (Killing Emacs): Note that kill-emacs can be called by
1080 operating system signals. Refer to save-buffers-kill-terminal
1081 instead of save-buffers-kill-emacs.
1082
1083 * objects.texi (Symbol Type): Document ## print representation.
1084
0c95fcf7
EZ
10852011-08-25 Eli Zaretskii <eliz@gnu.org>
1086
1087 * display.texi (Specified Space): Mention that `space' specs
1088 influence bidi reordering.
1089 (Bidirectional Display): Explain how to use `(space . PROPS)' for
1090 separating fields with bidirectional content.
1091
5980d4c6
EZ
10922011-08-24 Eli Zaretskii <eliz@gnu.org>
1093
1094 * display.texi (Bidirectional Display): Document return value in
1095 buffers that are not bidi-reordered for display, and in unibyte
1096 buffers.
1097
bca633fb
EZ
10982011-08-23 Eli Zaretskii <eliz@gnu.org>
1099
1100 * nonascii.texi (Character Properties): Document the values for
1101 unassigned codepoints.
1102
c094bb0c
EZ
11032011-08-18 Eli Zaretskii <eliz@gnu.org>
1104
1105 * nonascii.texi (Character Properties): Document use of
1106 `bidi-class' and `mirroring' properties as part of reordering.
1107 Provide cross-references to "Bidirectional Display".
1108
1109 * display.texi (Bidirectional Display): Document the pitfalls of
1110 concatenating strings with bidirectional content, with possible
f4e90db0
SM
1111 solutions. Document bidi-string-mark-left-to-right.
1112 Mention paragraph direction in modes that inherit from prog-mode.
92b71444
EZ
1113 Document use of `bidi-class' and `mirroring' properties as part of
1114 reordering.
c094bb0c 1115
1ea897d5
EZ
11162011-08-16 Eli Zaretskii <eliz@gnu.org>
1117
9adfcd0b
EZ
1118 * modes.texi (Major Mode Conventions): Improve the documentation
1119 of `mode-class' `special' modes.
1120
10862873
EZ
1121 * nonascii.texi (Character Properties): Document the `mirroring'
1122 property. Add index entries.
1123
1ea897d5
EZ
1124 * syntax.texi (Categories): Add an example of defining a new
1125 category and category table.
1126
1127 * searching.texi (Regexp Backslash): Document how to display
1128 existing categories. Mention the possibility of adding
1129 categories, and add an xref to where this is described. Add an
1130 index entry.
1131
ebb552ed
CY
11322011-08-09 Chong Yidong <cyd@stupidchicken.com>
1133
1134 * text.texi (Special Properties):
1135 * display.texi (Overlay Properties): Note that mouse-face cannot
1136 change the text size (Bug#8530).
1137
51a714e1
CY
11382011-08-08 Chong Yidong <cyd@stupidchicken.com>
1139
1140 * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
1141 using setenv instead.
1142
4cc60b9b
EZ
11432011-07-28 Eli Zaretskii <eliz@gnu.org>
1144
1145 * display.texi (Bidirectional Display): Document the fact that
1146 bidi-display-reordering is t by default.
1147
5deb92fd
EZ
11482011-07-23 Eli Zaretskii <eliz@gnu.org>
1149
1150 * display.texi (Bidirectional Display): New section.
1151
011b0ad6 11522011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
67f9b9f8
GM
1153 Tim Cross <theophilusx@gmail.com> (tiny change)
1154 Glenn Morris <rgm@gnu.org>
011b0ad6 1155
67f9b9f8 1156 * keymaps.texi (Toolkit Differences): New node. (Bug#8176)
011b0ad6 1157
4baf28e6
AS
11582011-07-15 Andreas Schwab <schwab@linux-m68k.org>
1159
1160 * help.texi (Keys in Documentation): Revert last change.
1161
66249842
LMI
11622011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1163
f863868c
LMI
1164 * help.texi (Keys in Documentation): Clarify that \= only quotes
1165 the next character, and doesn't affect longer sequences in
1166 particular (bug#8935).
1167
f4e90db0
SM
1168 * debugging.texi (Using Debugger):
1169 Mention @code{eval-expression-debug-on-error} (bug#8549).
66249842 1170
0bb23927 11712011-07-14 Eli Zaretskii <eliz@gnu.org>
a2eaa31d
EZ
1172
1173 * display.texi (Other Display Specs): Document that `left-fringe'
1174 and `right-fringe' display specifications are of the "replacing"
1175 kind.
1176
f2027cdf
LMI
11772011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1178
1179 * help.texi (Documentation Basics): Add a link to the Function
1180 Documentation node (bug#6580).
1181
f987fde4
LMI
11822011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1183
0bc59b25
LMI
1184 * keymaps.texi (Menu Bar): Mention :visible and :enable
1185 (bug#6344). Text by Drew Adams.
1186
63d55f1f
LMI
1187 * modes.texi (Running Hooks): Mention buffer-local hook variables
1188 (bug#6218).
1189
f987fde4
LMI
1190 * objects.texi (General Escape Syntax): "a with grave accent" is
1191 ?xe0, not ?x8e0 (bug#5259).
1192
b7527639
CY
11932011-07-12 Chong Yidong <cyd@stupidchicken.com>
1194
1195 * display.texi (Face Attributes, Font Selection): Add references
1196 to the Fonts node in the Emacs manual (Bug#4178).
1197
c830e5ae
CY
11982011-07-12 Chong Yidong <cyd@stupidchicken.com>
1199
1200 * display.texi (Window Systems): `window-system' is
1201 terminal-local.
1202
1203 * frames.texi (Frame Parameters, Parameter Access): Don't mention
1204 frame-local variables.
1205
1206 * variables.texi (Buffer-Local Variables): Don't mention obsolete
1207 frame-local variables.
1208 (Frame-Local Variables): Node deleted.
1209
1210 * elisp.texi (Top): Update node listing.
1211
91223e54
LMI
12122011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1213
1214 * elisp.texi: Change "inferiors" to "subnodes" in three places
1215 (bug#3523).
1216
963578d3
CY
12172011-07-11 Chong Yidong <cyd@stupidchicken.com>
1218
1219 * frames.texi (Window System Selections): Discussion of
1220 x-select-enable-clipboard moved to Emacs manual.
1221
07151e49
DD
12222011-07-11 Deniz Dogan <deniz@dogan.se>
1223
1224 * commands.texi (Prefix Command Arguments): Remove excessive
1225 apostrophe.
1226
7261e1cf
LMI
12272011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1228
ad21a12a
LMI
1229 * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
1230 description is a string (bug#3313).
1231
7261e1cf
LMI
1232 * frames.texi (Display Feature Testing): Try to explain what all
1233 the visual classes mean (bug#3042).
1234
568f7b79
LMI
12352011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1236
18d59e29
LMI
1237 * modes.texi (Mode Line Variables): Document `mode-line-remote'
1238 and `mode-line-client' (bug#2974).
1239
568f7b79
LMI
1240 * text.texi (Insertion): Clarify marker movements (bug#1651).
1241 Text from Drew Adams.
1242
54e10184
LMI
12432011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1244
d94d85e9
LMI
1245 * text.texi (Special Properties): Clarify the format of `face'
1246 (bug#1375).
1247
54e10184
LMI
1248 * commands.texi (Interactive Call): Add a `call-interactively'
1249 example (bug#1010).
1250
413c488d
LMI
12512011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1252
1253 * functions.texi (Calling Functions): Link to the "Interactive
1254 Call" node (bug#1001).
1255
322b7dab 12562011-07-06 Chong Yidong <cyd@stupidchicken.com>
b00d8c1a 1257
3deead93
CY
1258 * customize.texi (Composite Types): Move alist and plist to here
1259 from Simple Types (Bug#7545).
1260
1261 * elisp.texi (Top): Update menu description.
1262
b00d8c1a
CY
1263 * display.texi (Face Attributes): Document negative line widths
1264 (Bug#6113).
1265
d2a6c43b
TR
12662011-07-03 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
1267
1268 * searching.texi (Match Data): Note that match data can be
1269 overwritten by most functions (bug#2499).
1270
c7844a27
LMI
12712011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1272
a9ab721e
LMI
1273 * strings.texi (Formatting Strings): Clarify what the "-" and "0"
1274 flags mean (bug#6659).
1275
c7844a27
LMI
1276 * functions.texi (What Is a Function): Document the autoload
1277 object (bug#6496).
1278
f68d76d0
LMI
12792011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1280
8a20ca4c
LMI
1281 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
1282 is only used in the Customize user interface (bug#6089).
1283
f68d76d0 1284 * display.texi (Showing Images): Mention the point of sliced
6dd56db4 1285 images (bug#7836).
f68d76d0 1286
7018dbe7
EZ
12872011-07-02 Eli Zaretskii <eliz@gnu.org>
1288
1289 * variables.texi (Defining Variables, Void Variables)
1290 (Constant Variables): Fix incorrect usage of @kindex.
1291
36cb87a1
LMI
12922011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1293
28ee97c7
LMI
1294 * variables.texi (Defining Variables): Add an index entry for
1295 `set-variable' (bug#7262).
8d4294e9 1296 (Defining Variables): Use @findex for functions.
28ee97c7 1297
8862ffd5
LMI
1298 * frames.texi (Basic Parameters): Document the `explicit-name'
1299 parameter (bug#6951).
1300
0ec389b9
LMI
1301 * customize.texi (Type Keywords): Clarify that :value provides a
1302 default value for all types (bug#7386).
1303
36cb87a1
LMI
1304 * streams.texi (Output Functions): Document `pp'.
1305
11fdef7d 13062011-06-25 Chong Yidong <cyd@stupidchicken.com>
dfc47e35
CY
1307
1308 * keymaps.texi (Searching Keymaps):
1309 * display.texi (Overlay Properties): Fix errors in 2011-05-29
1310 change. Suggested by Johan Bockgård.
1311
eeafcea7
CY
13122011-06-15 Chong Yidong <cyd@stupidchicken.com>
1313
1314 * text.texi (Special Properties): Clarify role of font-lock-face.
1315
b96e6cde
LMI
13162011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1317
f4e90db0 1318 * processes.texi (Process Information): Rename `process-alive-p'
b96e6cde
LMI
1319 to `process-live-p' for consistency with other `-live-p' functions.
1320
be14b9ab
PE
13212011-06-03 Paul Eggert <eggert@cs.ucla.edu>
1322
1323 Document wide integers better.
1324 * files.texi (File Attributes): Document ino_t values better.
2d365993 1325 ino_t values no longer map to anything larger than a single cons.
be14b9ab
PE
1326 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
1327 (Bitwise Operations):
001903b5
PE
1328 * objects.texi (Integer Type): Use a binary notation that is a bit easier
1329 to read, and that will port better if 62-bits becomes the default.
1330 Fix or remove incorrect examples.
be14b9ab
PE
1331 * os.texi (Time Conversion): Document time_t values better.
1332
bcd54f83
LMI
13332011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1334
f4e90db0
SM
1335 * processes.texi (Process Information):
1336 Document `process-alive-p'.
bcd54f83 1337
049bcbcb
CY
13382011-05-29 Chong Yidong <cyd@stupidchicken.com>
1339
1340 * help.texi (Accessing Documentation):
1341 * display.texi (Pixel Specification):
1342 * processes.texi (Serial Ports, Serial Ports):
1343 * nonascii.texi (Character Properties, Default Coding Systems):
1344 * text.texi (Changing Properties, Special Properties):
1345 * windows.texi (Window Start and End):
1346 * modes.texi (SMIE Indentation Example, SMIE Tricks):
1347 * keymaps.texi (Searching Keymaps, Tool Bar):
1348 * minibuf.texi (Basic Completion):
1349 * compile.texi (Eval During Compile):
1350 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
1351 7x9 paper in printed manual.
1352
1353 * lists.texi (Sets And Lists): Fix misplaced text.
1354
58539c63
CY
13552011-05-29 Chong Yidong <cyd@stupidchicken.com>
1356
1357 * keymaps.texi (Remapping Commands): Emphasize that the keymap
1358 needs to be active (Bug#8350).
1359
6b5681bf
CY
13602011-05-28 Chong Yidong <cyd@stupidchicken.com>
1361
b4d52acc
CY
1362 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
1363
6b5681bf
CY
1364 * tips.texi (Coding Conventions): Remove antediluvian filename
1365 limit recommendation (Bug#8538).
1366
e145f188
GM
13672011-05-27 Glenn Morris <rgm@gnu.org>
1368
1369 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
1370
eafed945
GM
13712011-05-26 Glenn Morris <rgm@gnu.org>
1372
1373 * variables.texi (File Local Variables):
1374 Update hack-local-variables `mode-only' return value.
2d3ba9e7 1375 Add some more details on what this function does in the other case.
eafed945 1376
bc8410af
GM
13772011-05-19 Glenn Morris <rgm@gnu.org>
1378
1379 * lists.texi (Sets And Lists): Mention cl provides union etc.
1380
35a30759
N
13812011-05-19 Nix <nix@esperi.org.uk>
1382
1383 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
1384
1385 * text.texi (Parsing HTML): Update for function name changes.
1386
1387 * syntax.texi (Syntax Flags): Small fix.
1388
1389 * keymaps.texi (Active Keymaps): Typo fix.
1390 (Changing Key Bindings): Grammar fix.
1391
1392 * frames.texi (Minibuffers and Frames): Grammar fix.
1393 (Window System Selections): x-select-enable-clipboard now defaults to t.
1394
1395 * customize.texi (Common Keywords):
1396 * display.texi (Abstract Display):
1397 * modes.texi (Auto-Indentation):
1398 * nonascii.texi (Converting Representations): Typo fixes.
1399
1400 * control.texi (Examples of Catch): Call it "goto" not "go to".
1401
e3934a8a
EZ
14022011-05-14 Eli Zaretskii <eliz@gnu.org>
1403
bc039a3b
EZ
1404 * nonascii.texi (Character Properties): Fix inconsistencies with
1405 implementation.
1406
e3934a8a
EZ
1407 * text.texi (Special Properties): Move @defvar's out of the
1408 @table. (Bug#8652)
1409
e2c94218
GM
14102011-05-12 Glenn Morris <rgm@gnu.org>
1411
1412 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
1413
d2fc7e3d 14142011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
bc3bea9c
SM
1415
1416 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
1417 (Multiline Font Lock):
1418 * vol2.texi (Top):
1419 * vol1.texi (Top):
1420 * elisp.texi (Top): Update menu accordingly.
1421
d2fc7e3d 14222011-05-12 Drew Adams <drew.adams@oracle.com>
e6dc6206
DA
1423
1424 * modes.texi (Region to Fontify): Fix typo.
1425
79b70037
GM
14262011-05-10 Jim Meyering <meyering@redhat.com>
1427
1428 * minibuf.texi: Fix typo "in in -> in".
1429
b08a63cc 14302011-05-06 Paul Eggert <eggert@cs.ucla.edu>
fed14fd7
PE
1431
1432 * numbers.texi (Integer Basics): Large integers are treated as floats.
1433
1ef14cb4
LMI
14342011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1435
1436 * processes.texi (Synchronous Processes): Document the (:file
1437 "/file-name") syntax for `call-process'.
1438
4ffd0d6b 14392011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
1440
1441 * windows.texi (Choosing Window): Fix typo.
1442
4ffd0d6b 14432011-04-23 Chong Yidong <cyd@stupidchicken.com>
40954368
CY
1444
1445 * frames.texi (Layout Parameters): Note the difference between
1446 querying and setting parameters for left-fringe and right-fringe
1447 (Bug#6930).
1448
fd5a8ae8
SM
14492011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
1450
1451 * minibuf.texi (Basic Completion): Be a bit more precise about the
1452 valid kinds of completion tables.
1453 (Programmed Completion): Remove obsolete text about lambda expressions
1454 not being valid completion tables.
1455
c1bcd0d5
CY
14562011-03-19 Chong Yidong <cyd@stupidchicken.com>
1457
1458 * positions.texi (Excursions): Explain the "save-excursion
1459 defeated by set-buffer" warning.
1460
1461 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
1462 save-excursion. Suggested by Uday S Reddy.
1463
03408648 14642011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
ba83908c 1465
03408648
SM
1466 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
1467 (Lexical Binding): New sub-section.
ba83908c 1468
03408648
SM
1469 * eval.texi (Eval): Discourage the use of `eval'.
1470 Document its new `lexical' argument.
6c075cd7 1471
f6d62986
SM
14722011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
1473
03408648 1474 * commands.texi (Command Overview): `post-command-hook' is not reset to
f6d62986
SM
1475 nil any more.
1476
84ea5558 14772011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
e4021ec1
SM
1478
1479 * strings.texi (String Conversion): Don't mention
1480 string-make-(uni|multi)byte (bug#8262).
1481 * nonascii.texi (Converting Representations): Fix up range.
1482 * keymaps.texi (Key Binding Commands): Update code point, avoid
1483 "unibyte character" and remove mention of unibyte bindings.
1484
62d94509
EZ
14852011-03-10 Eli Zaretskii <eliz@gnu.org>
1486
1487 * modes.texi (Operator Precedence Grammars): Don't use characters
1488 outside ISO-8859-1.
1489
63a329f8
EZ
14902011-03-09 Eli Zaretskii <eliz@gnu.org>
1491
1492 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
1493
1494 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
1495
6446548e
GM
14962011-03-08 Glenn Morris <rgm@gnu.org>
1497
1498 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
1499 * intro.texi (Acknowledgements): Names to UTF-8.
80b005c7 1500 * elisp.texi: Set documentencoding.
6446548e 1501
33383987
JB
15022011-03-07 Chong Yidong <cyd@stupidchicken.com>
1503
1504 * Version 23.3 released.
1505
0b3ceceb
CY
15062011-03-06 Chong Yidong <cyd@stupidchicken.com>
1507
1508 * package.texi: Update index keywords.
1509 (Package Archives): New node contents. Document package-x.el.
1510
78f5433f
JB
15112011-03-06 Juanma Barranquero <lekktu@gmail.com>
1512
1513 * makefile.w32-in (srcs): Add package.texi.
1514
555e9b5c
CY
15152011-03-06 Chong Yidong <cyd@stupidchicken.com>
1516
120d9389
CY
1517 * package.texi (Packaging, Packaging Basics, Simple Packages)
1518 (Multi-file Packages): Expand and clarify.
1519 (Package Archives): Temporary placeholder node.
1520
1521 * elisp.texi (Top): Update node listing.
1522
555e9b5c
CY
1523 * Makefile.in (srcs): Add package.texi.
1524
b59a4335
CY
15252011-03-05 Chong Yidong <cyd@stupidchicken.com>
1526
1527 * processes.texi (Synchronous Processes): Minor clarification
1528 (Bug#8149).
1529
06083aa1
GM
15302011-03-03 Glenn Morris <rgm@gnu.org>
1531
1532 * files.texi (Truenames): Minor clarification. (Bug#2341)
1533
6640b281
GM
15342011-03-01 Glenn Morris <rgm@gnu.org>
1535
1536 * variables.texi (Directory Local Variables):
1537 Mention `(subdirs . nil)' alist element.
1538
2b0c7330 15392011-02-28 Glenn Morris <rgm@gnu.org>
081f7640
GM
1540
1541 * variables.texi (Directory Local Variables): Mention the optional
1542 mtime argument of dir-locals-set-directory-class. (Bug#3577)
1543
b923f7a9
CY
15442011-02-27 Chong Yidong <cyd@stupidchicken.com>
1545
1546 * minibuf.texi (Minibuffer History): Clarify discussion of
1547 minibuffer history lists (Bug#8085).
1548
67ab0163 15492011-02-19 Eli Zaretskii <eliz@gnu.org>
86ec878a 1550
e979a521
EZ
1551 * elisp.texi: Sync @dircategory with ../../info/dir.
1552
e03b2fd4
EZ
1553 * files.texi (Visiting Functions): Document find-file-literally,
1554 both the command and the variable.
1555
86ec878a
EZ
1556 * variables.texi (Creating Buffer-Local): Explain the meaning of
1557 permanent local variables.
1558
67ab0163
GM
1559 * files.texi (Visiting Functions): Document find-file-literally,
1560 both the command and the variable.
1561
1562 * variables.texi (Creating Buffer-Local): Explain the meaning of
1563 permanent local variables.
1564
15652011-02-19 Glenn Morris <rgm@gnu.org>
dff9ac46
GM
1566
1567 * keymaps.texi (Remapping Commands): Mention how to undo it.
1568
bfcb151a
RT
15692011-02-09 Reuben Thomas <rrt@sc3d.org>
1570
1571 * loading.texi (Hooks for Loading): Remove unnecessary advice
1572 about eval-after-load (Bug#7986).
1573
a41c8660
CY
15742011-02-05 Chong Yidong <cyd@stupidchicken.com>
1575
1576 * commands.texi (Accessing Mouse): Note that a header line is not
1577 included in the row of posn-col-row.
1578
e0dd6837
CY
15792011-02-02 Chong Yidong <cyd@stupidchicken.com>
1580
1581 * modes.texi (Major Mode Conventions): Add face guidelines.
1582 (Faces for Font Lock): List faces in order of prominence.
1583
a4180391
PE
15842011-02-01 Paul Eggert <eggert@cs.ucla.edu>
1585
1586 format-time-string now supports subsecond time stamp resolution
1587 * os.texi (Time Parsing): Document %N.
1588
7427eb97
CY
15892011-01-28 Chong Yidong <cyd@stupidchicken.com>
1590
61db307f
CY
1591 * vol1.texi (Top):
1592 * vol2.texi (Top):
1593 * elisp.texi (Top):
1594 * display.texi (Display Property): Shorten the menu description of
1595 the "Other Display Specs" node (Bug#7816).
1596
7427eb97
CY
1597 * keymaps.texi (Defining Menus): Add "menu item" and "extended
1598 menu item" concept index entries (Bug#7805).
1599
bf3dae7e
EZ
16002011-01-29 Eli Zaretskii <eliz@gnu.org>
1601
1602 * makefile.w32-in (texinfodir): New variable.
1603 (usermanualdir): Remove as redundant with $(emacsdir).
1604 (MAKEINFO): Remove options, leave only program name.
1605 (MAKEINFO_OPTS): New variable.
1606 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
1607
06d8ace5 16082011-01-25 Chong Yidong <cyd@stupidchicken.com>
e6cf7a82
CY
1609 Richard Kim <emacs18@gmail.com>
1610
1611 * loading.texi (Library Search): Document list-load-path-shadows
1612 (Bug#7757).
1613
06d8ace5 16142011-01-25 Chong Yidong <cyd@stupidchicken.com>
3f066f54
CY
1615
1616 * searching.texi (Regexp Special): Remove outdated discussion of
1617 character sets (Bug#7780).
1618
28a88153
CY
1619 * frames.texi (Pop-Up Menus): Document where menu title comes
1620 from (Bug#7684).
1621
06d8ace5 16222011-01-25 Glenn Morris <rgm@gnu.org>
4d265b4d
GM
1623
1624 * display.texi (Making Buttons): Mention limitation of text buttons.
1625
a8e1e9ee
WL
16262011-01-23 Werner Lemberg <wl@gnu.org>
1627
1628 * Makefile.in (MAKEINFO): Now controlled by `configure'.
1629 (MAKEINFO_OPTS): New variable. Use it where appropriate.
1630 (ENVADD): New variable to control texi2dvi and texi2pdf.
1631
362b9d48
GM
16322011-01-15 Chong Yidong <cyd@stupidchicken.com>
1633
1634 * files.texi (Directory Names): Move directory-abbrev-alist doc to
1635 Emacs manual.
1636
16372011-01-15 Eli Zaretskii <eliz@gnu.org>
1638
1639 * files.texi (Directory Names): Explain why FROM in
1640 directory-abbrev-alist should begin with \`. (Bug#7777)
1641
3fa173b4
SM
16422011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
1643
1644 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
1645
7c420169 16462011-01-02 Eli Zaretskii <eliz@gnu.org>
2e4ab211
EZ
1647
1648 * modes.texi (Emulating Mode Line): Fix last change.
1649
7c420169 16502011-01-02 Eli Zaretskii <eliz@gnu.org>
287e63bb
EZ
1651
1652 * modes.texi (Emulating Mode Line): Update documentation of
1653 format-mode-line according to changes that fixed bug #7587.
1654
80b33766
SM
16552010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
1656
1657 * modes.texi (Derived Modes): Mention prog-mode.
1658
1659 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
1660 of the key-binding-data cache since we don't use it any more.
1661
f49d1f52 16622010-12-13 Eli Zaretskii <eliz@gnu.org>
3c73e30e 1663
4bb49a92
EZ
1664 * processes.texi (Shell Arguments):
1665 * strings.texi (Creating Strings): Don't mention "shell commands";
1666 make it explicit that `split-string-and-unquote' and
1667 `combine-and-quote-strings' are mainly for working with arguments
1668 to call-process and start-process.
1669
3c73e30e
EZ
1670 * processes.texi (Shell Arguments): Fix documentation of
1671 `split-string-and-unquote'. Add indexing. (Bug#7563)
1672
f49d1f52 16732010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5dcb4c4e
SM
1674
1675 * modes.texi (Auto-Indentation): New section to document SMIE.
1676 (Major Mode Conventions):
1677 * text.texi (Mode-Specific Indent): Refer to it.
1678
f49d1f52 16792010-12-13 Eli Zaretskii <eliz@gnu.org>
bdef6a77
EZ
1680
1681 * display.texi (Other Display Specs): Document left-fringe and
1682 right-fringe display specs.
1683
f49d1f52 16842010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
769741e3
SM
1685
1686 * backups.texi (Making Backups):
1687 * modes.texi (Example Major Modes): Use recommended coding style.
1688 (Major Mode Basics, Derived Modes): Encourge more strongly use of
1689 define-derived-mode. Mention completion-at-point-functions.
1690
f49d1f52 16912010-12-13 Chong Yidong <cyd@stupidchicken.com>
3e99b825 1692
5dcb4c4e
SM
1693 * nonascii.texi (Converting Representations):
1694 Document byte-to-string.
e1115396 1695
ec1b9b17
GM
16962010-12-08 Glenn Morris <rgm@gnu.org>
1697
1698 * buffers.texi (Modification Time):
1699 verify-visited-file-modtime now defaults to the current buffer.
1700
07976ae3 17012010-11-27 Chong Yidong <cyd@stupidchicken.com>
3e99b825 1702
ec1b9b17 1703 * nonascii.texi (Converting Representations): Document byte-to-string.
3e99b825
CY
1704
1705 * strings.texi (Creating Strings): Don't mention semi-obsolete
1706 function char-to-string.
1707 (String Conversion): Shorten discussion of semi-obsolete function
1708 string-to-char. Link to Converting Representations.
1709
1710 * objects.texi (Symbol Type):
1711 * text.texi (Near Point):
1712 * help.texi (Help Functions):
1713 * functions.texi (Mapping Functions): Use string instead of
1714 char-to-string in examples.
1715
07976ae3 17162010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295
CY
1717
1718 * text.texi (Kill Functions, Kill Functions)
1719 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
1720 YANK-HANDLER args.
1721
1722 * symbols.texi (Creating Symbols): Using unintern without an
1723 obarray arg is now obsolete.
1724
1725 * numbers.texi (Float Basics): Document float-e and float-pi.
1726
1727 * variables.texi (Defining Variables): Change "pi" example to
1728 "float-pi".
1729
8547874a
EZ
17302010-11-26 Eli Zaretskii <eliz@gnu.org>
1731
1732 * commands.texi (Click Events): Document the values of X, Y and
1733 COL, ROW in the event's position, when the click is on the header
1734 or mode line, on the fringes, or in the margins.
1735
4a47c275 17362010-11-17 Eli Zaretskii <eliz@gnu.org>
c7926fe2 1737
5b05d75b
EZ
1738 * customize.texi (Composite Types): Lower-case index entry.
1739
5dcb4c4e
SM
1740 * loading.texi (How Programs Do Loading):
1741 Document load-file-name. (Bug#7346)
c7926fe2 1742
4a47c275 17432010-11-17 Glenn Morris <rgm@gnu.org>
cde08ac9
GM
1744
1745 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
1746
0eb025fb
EZ
17472010-11-13 Eli Zaretskii <eliz@gnu.org>
1748
1749 * display.texi (Usual Display): Characters with no fonts are not
1750 necessarily displayed as empty boxes.
1751
2699a554 17522010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
1753
1754 * maps.texi (Standard Keymaps): Update File menu description.
1755
8289f37b
GM
17562010-10-28 Glenn Morris <rgm@gnu.org>
1757
1758 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
1759
5793a7bc 17602010-10-24 Eli Zaretskii <eliz@gnu.org>
89baa1df
EZ
1761
1762 * display.texi (Window Systems): Deprecate use of window-system as
1763 a predicate.
1764
17284e30
GM
17652010-10-23 Glenn Morris <rgm@gnu.org>
1766
1767 * help.texi (Documentation Basics): Remove mentions of digest-doc and
1768 sorted-doc.
1769
00f113eb
JB
17702010-10-15 Eli Zaretskii <eliz@gnu.org>
1771
1772 * os.texi (Dynamic Libraries): New node, with slightly modified
1773 text deleted from "Image Formats".
1774 (System Interface): Add @menu entry for "Dynamic Libraries".
1775
1776 * display.texi (Image Formats): Remove description of
1777 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
1778
07277eb8
GM
17792010-10-12 Glenn Morris <rgm@gnu.org>
1780
1781 * book-spine.texinfo: Rename to book-spine.texi.
1782
c12e4a81
GM
17832010-10-11 Glenn Morris <rgm@gnu.org>
1784
df187c62
GM
1785 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
1786
c12e4a81 1787 * Makefile.in (DVIPS): New variable.
234db610
GM
1788 (.PHONY): Add html, ps.
1789 (html, elisp.html, ps, elisp.ps): New targets.
1790 (clean): Delete html, ps files.
1791 ($(infodir)/elisp): Remove unnecessary includes.
c12e4a81 1792
6513b232
EZ
17932010-10-09 Eli Zaretskii <eliz@gnu.org>
1794
1795 * makefile.w32-in (emacsdir): New variable.
1796 (srcs): Add emacsver.texi.
1797 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
1798
abd40fb4
GM
17992010-10-09 Glenn Morris <rgm@gnu.org>
1800
c1dc72b3
GM
1801 * Makefile.in (VPATH): Remove.
1802 (infodir): Make it absolute.
1803 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
1804
4393405b
GM
1805 * Makefile.in (dist): Anchor regexps.
1806
eef3ab94
GM
1807 * Makefile.in (srcs): Put elisp.texi first.
1808 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
1809
aa9db089
GM
1810 * Makefile.in (infoclean): Remove harmless, long-standing error.
1811
abd40fb4
GM
1812 * Makefile.in ($(infodir)): Delete rule.
1813 (mkinfodir): New.
1814 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
1815
68db69ed 1816 * Makefile.in (dist): Remove reference to emacsver.texi.in.
208deadc 1817 Also copy emacsver.texi, and edit $emacsdir.
68db69ed 1818
ea274122
GM
18192010-10-09 Glenn Morris <rgm@gnu.org>
1820
f7a31f11
GM
1821 * Makefile.in (emacsdir): New variable.
1822 (MAKEINFO): Add -I $emacsdir.
1823 (dist): Copy emacsver.texi.
b13254e7
GM
1824 (srcs): Add emacsver.texi.
1825
f7a31f11
GM
1826 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
1827 Set EMACSVER by including emacsver.texi.
1828
ea274122
GM
1829 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
1830
17ca7950
GM
18312010-10-07 Glenn Morris <rgm@gnu.org>
1832
1833 * Makefile.in (version): New, set by configure.
1834 (clean): Delete dist tar file.
1835 (dist): Use version in tar name.
1836
4c83f6e1
GM
18372010-10-06 Glenn Morris <rgm@gnu.org>
1838
1839 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
1840 (INSTALL_INFO): Remove unused variable.
1841 (mostlyclean, infoclean, dist): New rules.
1842 (clean): Delete dvi and pdf files.
1843 (maintainer-clean): Remove elisp.oaux, use infoclean.
8a944cea 1844 ($(infodir)): Add parallel build workaround.
4c83f6e1 1845
0264072d
GM
18462010-10-04 Glenn Morris <rgm@gnu.org>
1847
1848 * Makefile.in (dvi, pdf, $(infodir)): New targets.
1849 ($(infodir)/elisp): Ensure target directory exists. Use $@.
8cce34d0 1850 Fix -I typo.
0264072d
GM
1851 (clean): No 'make.out' or 'core' files.
1852 (.PHONY): Declare clean rules.
1853 (maintainer-clean): Delete pdf file. Guard against cd failures.
1854
77f38949
GM
18552010-10-03 Glenn Morris <rgm@gnu.org>
1856
1857 * files.texi (File Name Components): Remove ignored section about
1858 deleted variable directory-sep-char.
1859
178fdd41
MA
18602010-10-03 Michael Albinus <michael.albinus@gmx.de>
1861
1862 * files.texi (Magic File Names): New defopt
1863 remote-file-name-inhibit-cache.
1864
9c524fcb
GM
18652010-10-02 Glenn Morris <rgm@gnu.org>
1866
1867 * os.texi (Killing Emacs): Hook now runs in batch mode.
1868
f816790b
SM
18692010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1870
1871 * text.texi (Special Properties): Clarify when modification-hooks run.
1872
7cf78aac
SM
18732010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1874
1875 * syntax.texi (Syntax Flags): Document new `c' flag.
1876
ca0d44e4
GM
18772010-09-09 Glenn Morris <rgm@gnu.org>
1878
1879 * display.texi (ImageMagick Images): General cleanup.
1880
10999305 18812010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
1882
1883 * files.texi (Directory Names): Use \` rather than ^.
1884
45240125
JD
18852010-09-02 Jan Djärv <jan.h.d@swipnet.se>
1886
1887 * text.texi (Low-Level Kill Ring):
1888 * frames.texi (Window System Selections): Remove cut buffer
1889 documentation.
1890
4abe5bf6
EZ
18912010-08-28 Eli Zaretskii <eliz@gnu.org>
1892
1893 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
1894 Parameters", where the default fringe width is described.
1895
1896 * frames.texi (Window Frame Parameters, Basic Parameters)
1897 (Position Parameters, Layout Parameters, Management Parameters)
1898 (Cursor Parameters, Font and Color Parameters): Add indexing for
1899 frame parameters. (Bug#6929)
1900
fdc76236
TT
19012010-08-25 Tom Tromey <tromey@redhat.com>
1902
1903 * vol2.texi (Top): Update.
1904 * vol1.texi (Top): Update.
1905 * tips.texi (Library Headers): Mention Package-Version and
1906 Package-Requires.
1907 * package.texi: New file.
1908 * os.texi (System Interface): Update pointers.
1909 * elisp.texi (Top): Link to new nodes. Include package.texi.
1910 * anti.texi (Antinews): Update pointers.
1911
1e5c1c80
EZ
19122010-08-25 Eli Zaretskii <eliz@gnu.org>
1913
1914 * processes.texi (Filter Functions): Fix last change.
1915
78e33835
CY
19162010-08-24 Markus Triska <triska@gmx.at>
1917
1918 * processes.texi (Filter Functions): Use `buffer-live-p' instead
1919 of `buffer-name' in the main text as well as in the example
1920 (Bug#3098).
1921
198a7a97
CY
19222010-08-22 Chong Yidong <cyd@stupidchicken.com>
1923
1924 * nonascii.texi (Text Representations):
1925 * loading.texi (Loading Non-ASCII):
1926 * compile.texi (Byte Compilation): Don't mention obsolete
1927 --unibyte command-line argument.
1928
bc7d7ea6
CY
19292010-08-22 Chong Yidong <cyd@stupidchicken.com>
1930
1931 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
1932
b0126eac 19332010-08-22 Chong Yidong <cyd@stupidchicken.com>
96b1842d
CY
1934
1935 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
1936
e8a6cc19
EZ
19372010-08-20 Eli Zaretskii <eliz@gnu.org>
1938
1939 * commands.texi (Misc Events): Add cross-references to where
1940 POSITION of a mouse event is described in detail.
1941
c4e7c63a 19422010-08-08 Christoph Scholtes <cschol2112@googlemail.com>
ee301a7a 1943
c4e7c63a 1944 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
ee301a7a 1945
7815fe19 19462010-08-08 Juanma Barranquero <lekktu@gmail.com>
e8bf5266
JB
1947
1948 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
1949 Suggested by Štěpán Němec <stepnem@gmail.com>.
1950
7815fe19 19512010-08-08 Juanma Barranquero <lekktu@gmail.com>
b4f588fa
JB
1952
1953 * minibuf.texi (High-Level Completion): Document args of
1954 `read-buffer-function' (bug#5625).
1955
8b2dd508
JD
19562010-07-29 Jan Djärv <jan.h.d@swipnet.se>
1957
1958 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
1959
bace45fe
MA
19602010-07-29 Michael Albinus <michael.albinus@gmx.de>
1961
1962 * processes.texi (Process Information): Explain process property
1963 `remote-tty'.
1964
4ce5a4cc
JB
19652010-07-27 Juanma Barranquero <lekktu@gmail.com>
1966
1967 * modes.texi (Defining Minor Modes): Use C-delete in examples,
1968 instead of "\C-\^?" (bug#6334).
1969
1c84bc7a
JB
1970 * text.texi (Special Properties): Fix typo.
1971
b88746ba
EZ
19722010-07-09 Eli Zaretskii <eliz@gnu.org>
1973
1974 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
1975 calling sequences, which are now the standard.
1976
51422d6d
CY
19772010-06-24 Chong Yidong <cyd@stupidchicken.com>
1978
1979 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
1980
1981 * commands.texi (Command Overview): Mention undo-boundary call.
1982
d24880de
GM
19832010-06-23 Glenn Morris <rgm@gnu.org>
1984
1985 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
1986 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
1987 * frames.texi, functions.texi, internals.texi, keymaps.texi:
1988 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
1989 * searching.texi, sequences.texi, strings.texi, syntax.texi:
1990 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
1991 Untabify Texinfo files.
1992
0fc76035
CY
19932010-06-20 Chong Yidong <cyd@stupidchicken.com>
1994
1995 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
1996
5338dc0b
CY
19972010-06-19 Chong Yidong <cyd@stupidchicken.com>
1998
a628ad9d 1999 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
5338dc0b 2000
2c3a3c1d
CY
20012010-06-02 Chong Yidong <cyd@stupidchicken.com>
2002
ba3bf1d9
CY
2003 * searching.texi (Regexp Special): Remove obsolete information
2004 about matching non-ASCII characters, and suggest using char
2005 classes (Bug#6283).
2c3a3c1d 2006
7f4b4249
JB
20072010-05-30 Juanma Barranquero <lekktu@gmail.com>
2008
2009 * minibuf.texi (Basic Completion): Add missing "@end defun".
2010
637821cd
SM
20112010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2012
2013 * minibuf.texi (Basic Completion): Document completion-boundaries.
2014 (Programmed Completion): Document the new fourth method for boundaries.
2015
e13051c3
CY
20162010-05-22 Chong Yidong <cyd@stupidchicken.com>
2017
a628ad9d 2018 * display.texi (Image Cache): Update documentation about image caching.
e13051c3 2019
0235128c 20202010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
2021
2022 * windows.texi (Textual Scrolling):
2023 * tips.texi (Coding Conventions):
2024 * minibuf.texi (Minibuffer History):
2025 * maps.texi (Standard Keymaps):
2026 * loading.texi (Where Defined):
2027 * edebug.texi (Instrumenting): Fix typos.
2028
0235128c 20292010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549 2030
c7c32279
CY
2031 * keymaps.texi (Menu Bar): Document :advertised-binding property.
2032
0235128c
SM
2033 * functions.texi (Obsolete Functions):
2034 Document set-advertised-calling-convention.
eb5ed549
CY
2035
2036 * minibuf.texi (Basic Completion): Document completion-in-region.
2037 (Programmed Completion): Document completion-annotate-function.
2038
2039 * commands.texi (Reading One Event): Document read-key.
2040 (Distinguish Interactive): Document KIND arg to
2041 called-interactively-p. Delete obsolete interactive-p.
2042
2043 * elisp.texi (Top): Update node description.
2044
f8848423
EZ
20452010-05-08 Eli Zaretskii <eliz@gnu.org>
2046
0235128c
SM
2047 * nonascii.texi (Character Properties):
2048 Document unicode-category-table. Add an index entry for Unicode
2049 general category.
2050
20512010-05-07 Chong Yidong <cyd@stupidchicken.com>
2052
2053 * Version 23.2 released.
f8848423 2054
938efb77
JB
20552010-04-20 Juanma Barranquero <lekktu@gmail.com>
2056
2057 * locals.texi (Standard Buffer-Local Variables):
2058 Remove @ignore'd reference to `direction-reversed'.
2059
5854c267
JL
20602010-04-14 Juri Linkov <juri@jurta.org>
2061
2062 Fix @deffn without category.
2063
2064 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
2065 for `abbrev-insert'.
2066
2067 * buffers.texi (Indirect Buffers): Add category `Command'
2068 to @deffn of `clone-indirect-buffer'.
2069
2070 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
2071 for `next-window' and `previous-window'. Add category `Command'
2072 to @deffn of `pop-to-buffer'.
2073
8a14dec7
CY
20742010-04-01 Chong Yidong <cyd@stupidchicken.com>
2075
2076 * nonascii.texi (Text Representations): Don't mark
2077 enable-multibyte-characters as a user option.
2078
7a1831cf
EZ
20792010-03-31 Eli Zaretskii <eliz@gnu.org>
2080
2081 * control.texi (Handling Errors): How to re-throw a signal caught
2082 by condition-case.
2083
c3863713
CY
20842010-03-26 Chong Yidong <cyd@stupidchicken.com>
2085
2086 * loading.texi (Hooks for Loading): Document after-load-functions.
2087 Copyedits.
2088
c333f279
AM
20892010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
2090
2091 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
2092
e867cb5d 20932010-03-24 Chong Yidong <cyd@stupidchicken.com>
f7704e26
CY
2094
2095 * processes.texi (Network Processes): Document seqpacket type.
2096
605f35cd
DN
20972010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
2098
2099 * os.texi (System Environment): Do not mention lynxos.
2100
288f9fc0
CY
21012010-03-10 Chong Yidong <cyd@stupidchicken.com>
2102
2103 * Branch for 23.2.
2104
eed5c93a
CY
21052010-03-06 Chong Yidong <cyd@stupidchicken.com>
2106
2107 * objects.texi (Integer Type): Take note of the read syntax
2108 exception for numbers that cannot fit in the integer type.
2109
1ddd6622
GM
21102010-03-03 Glenn Morris <rgm@gnu.org>
2111
2112 * numbers.texi (Integer Basics, Bitwise Operations):
2113 * objects.texi (Integer Type): Update for integers now being 30-bit.
2114
a908c79a
CY
21152010-02-27 Chong Yidong <cyd@stupidchicken.com>
2116
2117 * display.texi (Low-Level Font): Document :otf font-spec property.
2118
cd61af01
SM
21192010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2120
2121 * display.texi (Line Height): Avoid obsolete special default variables
2122 like default-major-mode.
2123
c02f8fe2
AM
21242010-01-28 Alan Mackenzie <acm@muc.de>
2125
2126 * display.texi (Auto Faces): Say fontification-functions is called
2127 whether or not Font Lock is enabled. Tidy up the wording a bit.
2128
d738d18b
CY
21292010-01-17 Chong Yidong <cyd@stupidchicken.com>
2130
2131 * elisp.texi: Remove duplicate edition information (Bug#5407).
2132
4963739e
JB
21332010-01-17 Juanma Barranquero <lekktu@gmail.com>
2134
2135 * two.el (volume-header-toc-markup): Fix typos in docstring.
2136
c57008f6
SM
21372010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
2138
2139 Avoid dubious uses of save-excursions.
2140 * positions.texi (Excursions): Recommend the use of
2141 save-current-buffer if applicable.
2142 * text.texi (Clickable Text): Fix the example code which used
2143 save-excursion in a naive way which sometimes preserves point and
2144 sometimes not.
2145 * variables.texi (Creating Buffer-Local):
2146 * os.texi (Session Management):
2147 * display.texi (GIF Images):
2148 * control.texi (Cleanups): Use (save|with)-current-buffer.
2149
2f3725cd
EZ
21502010-01-02 Eli Zaretskii <eliz@gnu.org>
2151
2152 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
2153
85eeac93
CY
21542010-01-02 Chong Yidong <cyd@stupidchicken.com>
2155
2156 * nonascii.texi (Text Representations, Character Codes)
2157 (Converting Representations, Explicit Encoding)
2158 (Translation of Characters): Use hex notation consistently.
2159 (Character Sets): Fix map-charset-chars doc (Bug#5197).
2160
4801c5fa
CY
21612010-01-01 Chong Yidong <cyd@stupidchicken.com>
2162
2163 * loading.texi (Where Defined): Make it clearer that these are
2164 loaded files (Bug#5068).
2165
26e533e2
CY
21662009-12-29 Chong Yidong <cyd@stupidchicken.com>
2167
2168 * minibuf.texi (Completion Styles): Document `initials' style.
2169
16d1ff5f
CY
21702009-12-25 Chong Yidong <cyd@stupidchicken.com>
2171
2172 * frames.texi (Resources): Describe inhibit-x-resources.
2173 (Size Parameters): Copyedit.
2174
2175 * hash.texi (Creating Hash):
2176 * objects.texi (Hash Table Type): Document the new hash table
2177 printed representation.
2178
2179 * minibuf.texi (Basic Completion): 4th arg to all-completions is
2180 obsolete.
2181
5dcb4c4e
SM
2182 * processes.texi (Process Buffers):
2183 Document process-kill-buffer-query-function.
16d1ff5f 2184
9a5de3d9
GM
21852009-12-05 Glenn Morris <rgm@gnu.org>
2186
2187 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
2188 diary-display-function, and no longer recommended to be a hook.
2189 Update for changes in the names of calendar and diary hooks.
2190 diary-print-entries-hook has changed section.
2191
b640eb52
EZ
21922009-11-28 Eli Zaretskii <eliz@gnu.org>
2193
2194 * text.texi (Special Properties): More accurate description of
2195 what the `cursor' property does.
2196
be1674ab
KR
21972009-11-26 Kevin Ryde <user42@zip.com.au>
2198
2199 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
2200 mouse-wheel-down-event, the closest thing to a definition for them.
2201 * os.texi (Startup Summary): vindex inhibit-startup-message and
2202 inhibit-splash-screen.
2203 (Command-Line Arguments): vindex argv.
2204 (Suspending Emacs): vindex suspend-tty-functions and
2205 resume-tty-functions. Don't want to index every hook, but having
2206 the programming ones is helpful.
2207
603f5979
CY
22082009-11-14 Chong Yidong <cyd@stupidchicken.com>
2209
2210 * commands.texi (Motion Events): Fix typo (Bug#4907).
2211
4359a806
CY
22122009-11-08 Chong Yidong <cyd@stupidchicken.com>
2213
2214 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
2215 are affected by case-fold-search (Bug#4483).
2216
0f063651
CY
22172009-11-02 Chong Yidong <cyd@stupidchicken.com>
2218
2219 * minibuf.texi (Reading File Names): Note that read-file-name may
2220 use a graphical file dialog.
2221
9bd79893
GM
22222009-10-31 Glenn Morris <rgm@gnu.org>
2223
2224 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
2225
ebe479ec
KR
22262009-10-16 Kevin Ryde <user42@zip.com.au>
2227
2228 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
2229 in particular so `info-lookup-symbol' can find its docs.
2230
2640fa86
CY
22312009-10-16 Chong Yidong <cyd@stupidchicken.com>
2232
2233 * variables.texi (Constant Variables): Distinguish from defconst
2234 variables.
2235 (Defining Variables): Add cindex.
2236
edd6a733
CY
22372009-10-15 Chong Yidong <cyd@stupidchicken.com>
2238
2239 * os.texi (Time of Day): Clarify that the microsecond part is
2240 ignored (Bug#4637).
2241
5feb0b73
GM
22422009-10-11 Glenn Morris <rgm@gnu.org>
2243
2244 * frames.texi (Size and Position): Clarify what is included in the frame
2245 height. (Bug#4535)
2246
0c5413c8
GM
22472009-10-10 Glenn Morris <rgm@gnu.org>
2248
2249 * windows.texi (Size of Window): The relationship between window and
2250 frame heights is not so simple. (Bug#4535)
2251 Mention window-full-height-p.
2252
7f8b600a
SM
22532009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
2254
2255 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
2256 used from Lisp.
2257
6185de1c
EZ
22582009-10-07 Eli Zaretskii <eliz@gnu.org>
2259
7f8b600a
SM
2260 * files.texi (Directory Names) <abbreviate-file-name>:
2261 Document that root home directories are not replaced with "~".
6185de1c 2262
9972911f
EZ
22632009-10-06 Eli Zaretskii <eliz@gnu.org>
2264
2265 * text.texi (Special Properties): Document the meaning of the
2266 `cursor' text property whose value is an integer.
2267
2a3f19ef
MA
22682009-10-05 Michael Albinus <michael.albinus@gmx.de>
2269
2270 * files.texi (Magic File Names): Add `copy-directory'.
2271
804543b5
EZ
22722009-10-05 Eli Zaretskii <eliz@gnu.org>
2273
2274 * files.texi (File Attributes): Fix description of file
2275 attributes. (Bug#4638) Update attributes of files.texi example to
2276 be more representative.
2277
461bf92b
MA
22782009-10-05 Michael Albinus <michael.albinus@gmx.de>
2279
2280 * files.texi (Create/Delete Dirs): New command copy-directory.
2281
a86cd395
JB
22822009-10-04 Juanma Barranquero <lekktu@gmail.com>
2283
2284 * anti.texi (Antinews):
2285 * macros.texi (Indenting Macros):
2286 * strings.texi (Creating Strings, Case Conversion):
2287 Remove duplicate words.
2288
d3080264
MA
22892009-10-01 Michael Albinus <michael.albinus@gmx.de>
2290
2291 * files.texi (Create/Delete Dirs): delete-directory has an
2292 optional parameter RECURSIVE.
2293
85d14563
SM
22942009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
2295
2296 * buffers.texi (Swapping Text): Minor clarification.
2297
3d9842c6
GM
22982009-10-01 Glenn Morris <rgm@gnu.org>
2299
2300 * functions.texi (Declaring Functions): Mention that we also search for
2301 ".m" files in the src/ directory.
2302
78427304
CY
23032009-09-25 David Engster <deng@randomsample.de>
2304
3d9842c6 2305 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
78427304 2306
b578c9cc
GM
23072009-09-22 Glenn Morris <rgm@gnu.org>
2308
2309 * internals.texi (Building Emacs): Mention preloaded-file-list.
2310
beee5da7
AM
23112009-09-14 Alan Mackenzie <acm@muc.de>
2312
2313 * os.texi (Terminal Output): Put "@code{}" around "stdout".
2314
5d6ab672
CY
23152009-09-13 Chong Yidong <cyd@stupidchicken.com>
2316
2317 * functions.texi (Anonymous Functions): Rearrange discussion,
2318 giving usage of unquoted lambda forms first. Mention that
2319 `function' and `#'' are no longer required (Bug#4290).
2320
59375eeb
AM
23212009-09-11 Alan Mackenzie <acm@muc.de>
2322
a86cd395 2323 * os.texi (Terminal Output): Document `send-string-to-terminal' in
59375eeb
AM
2324 batch mode.
2325
e7e2f529
GM
23262009-09-01 Glenn Morris <rgm@gnu.org>
2327
2328 * display.texi (Face Functions): Mention define-obsolete-face-alias.
2329
eae47088
GM
23302009-08-26 Ulrich Mueller <ulm@gentoo.org>
2331
2332 * nonascii.texi (Character Codes): Fix typos.
2333
3691a0a6
MA
23342009-08-25 Michael Albinus <michael.albinus@gmx.de>
2335
2336 * processes.texi (Synchronous Processes): New defvar
2337 process-file-side-effects.
2338
664d56b8
GM
23392009-08-25 Glenn Morris <rgm@gnu.org>
2340
2341 * display.texi (Fontsets): Fix typo.
2342
0706c025
GM
2343 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
2344
03a74b84
SM
23452009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
2346
2347 * processes.texi (Asynchronous Processes): Adjust arglist of
2348 start-process-shell-command and start-file-process-shell-command.
2349
f6de8a37
CY
23502009-08-15 Chong Yidong <cyd@stupidchicken.com>
2351
4b1ed1bb
CY
2352 * advice.texi (Argument Access in Advice): Note that argument
2353 positions are zero-based (Bug#3932).
2354
89a9e058
CY
2355 * commands.texi (Distinguish Interactive): Minor copyedit.
2356
23696fd7
CY
2357 * display.texi (Face Attributes): Add xref to Displaying Faces for
2358 explanation of "underlying face".
2359
f6de8a37
CY
2360 * customize.texi (Common Keywords): Add xref to Loading.
2361
2362 * loading.texi (How Programs Do Loading): Add xref to Lisp
2363 Libraries node in the Emacs manual.
2364
417f77e6
CY
23652009-08-13 Chong Yidong <cyd@stupidchicken.com>
2366
2367 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
2368
0999039c
CY
23692009-07-18 Chong Yidong <cyd@stupidchicken.com>
2370
2371 * processes.texi (Shell Arguments): Copyedits.
2372
9af167bc
GM
23732009-07-18 Glenn Morris <rgm@gnu.org>
2374
2375 * loading.texi (Repeated Loading): Fix typo.
2376
137987ab
RS
23772009-07-16 Richard Stallman <rms@gnu.org>
2378
2379 * buffers.texi (Swapping Text): Recommend setting
2380 write-region-annotate-functions and buffer-saved-size.
2381
2382 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
2383
622fa380
GM
23842009-07-15 Glenn Morris <rgm@gnu.org>
2385
2386 * edebug.texi: Minor re-phrasings throughout.
2387 (Edebug Execution Modes): Sit-for affects continue mode too.
2388 (Jumping): Use `forward-sexp' rather than its keybinding.
2389 (Edebug Misc): Fix Q binding.
2390 (Edebug Eval): Remove cl version.
2391 (Printing in Edebug): Clarify print-length etc.
2392 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
2393 (Specification List): Remove edebug-unwrap findex entry.
2394 (Specification Examples): defmacro is actually not the same as defun.
2395 Escape "`" in example.
2396
6bbd4600
CY
23972009-07-15 Chong Yidong <cyd@stupidchicken.com>
2398
2399 * markers.texi (The Mark): Document optional arg to
2400 deactivate-mark.
2401
e538d479
GM
24022009-07-11 Kevin Ryde <user42@zip.com.au>
2403
2404 * hooks.texi (Standard Hooks): Fix cross-references.
2405
4c98b9ed
GM
2406 * loading.texi (Named Features): Refer to eval-after-load.
2407
5300838c
GM
24082009-07-11 Glenn Morris <rgm@gnu.org>
2409
64fbeb16
GM
2410 * Makefile.in (TEXI2PDF): New.
2411 (elisp.pdf): New target.
2412
4c98b9ed
GM
2413 * searching.texi (Regexp Backslash): Fix typo.
2414
2415 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5300838c 2416
51d9979c
GM
24172009-07-10 Glenn Morris <rgm@gnu.org>
2418
561c0216
GM
2419 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
2420
5b594a58
GM
2421 * customize.texi (Customization Types):
2422 * display.texi (Abstract Display):
0cc8c85a 2423 * objects.texi (Character Type, String Type):
5b594a58 2424 Merge in some menu descriptions from elisp.texi.
51d9979c 2425
c3cbbb40
GM
2426 * hash.texi (Hash Tables):
2427 * modes.texi (Multiline Font Lock):
2428 End menu description with period.
fe42c16a 2429
28528402
GM
24302009-07-09 Glenn Morris <rgm@gnu.org>
2431
2432 * back.texi: Don't hard-code texinfo location.
2433
2434 * two-volume.make (texinfodir): New, with location of texinfo.tex.
2435 (tex): Add texinfodir to TEXINPUTS.
2436 (elisp1med-init, elisp2med-init): Use texinfodir.
2437
2438 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
2439 (clean): Add two-volume.make intermediate files.
2440
2441 * elisp.texi, vol1.texi, vol2.texi:
2442 Use a DATE variable with the publication date, and update it.
2443 Fix antinews menu description.
2444
2445 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
2446 Update the detailed node listing to match elisp.texi.
2447
2448 * README: Update edition to match elisp.texi.
2449
2450 * objects.texi (General Escape Syntax):
2451 * nonascii.texi (Character Sets):
2452 Use consistent case for "Unicode Standard".
2453
2454 * anti.texi (Antinews):
2455 * customize.texi (Variable Definitions):
2456 * functions.texi (Declaring Functions):
2457 * nonascii.texi (Character Properties):
2458 * processes.texi (Serial Ports):
2459 * text.texi (Special Properties):
2460 * tips.texi (Coding Conventions):
2461 Minor rearrangements to improve TeX line-filling.
2462
2463 * commands.texi (Using Interactive): Fix cross-reference.
2464
17db8e10
JD
24652009-07-01 Jan Djärv <jan.h.d@swipnet.se>
2466
2467 * frames.texi (Management Parameters): Mention sticky.
2468
77c7e2e1
AS
24692009-07-01 Andreas Schwab <aschwab@redhat.com>
2470
2471 * help.texi (Help Functions): Fix description of help-buffer and
2472 help-setup-xref to use @defun instead of @deffn.
2473
3f1c6666
JD
24742009-07-01 Jan Djärv <jan.h.d@swipnet.se>
2475
2476 * frames.texi (Size Parameters): Mention maximized for fullscreen.
2477
ca27c21b
CY
24782009-06-24 Chong Yidong <cyd@stupidchicken.com>
2479
2480 * display.texi (Window Systems): Add ns to the list.
2481
70243478
CY
24822009-06-21 Chong Yidong <cyd@stupidchicken.com>
2483
2484 * Branch for 23.1.
2485
df006536
MR
24862009-06-17 Martin Rudalics <rudalics@gmx.at>
2487
2488 * windows.texi (Dedicated Windows): Fix typo.
2489 (Resizing Windows): Replace @defun by @deffn.
2490
d259fc4b
GM
24912009-06-17 Glenn Morris <rgm@gnu.org>
2492
2493 * variables.texi (Directory Local Variables):
2494 Update for 2009-04-11 name-change of dir-locals-directory-alist.
2495
30781db6
KH
24962009-06-09 Kenichi Handa <handa@m17n.org>
2497
2498 * nonascii.texi (Character Sets): State clearly that FROM and TO
2499 are codepoints of CHARSET.
2500
62e8099c
CY
25012009-06-07 Chong Yidong <cyd@stupidchicken.com>
2502
2503 * minibuf.texi (Reading File Names): Fix introductory text.
2504 Suggested by stan@derbycityprints.com.
2505 (High-Level Completion): Fix typo.
2506
ee1b1917
CY
25072009-05-28 Chong Yidong <cyd@stupidchicken.com>
2508
2509 * frames.texi (Text Terminal Colors): Multi-tty is already
2510 implemented, but tty-local colors are not.
2511
5df647e8
CY
25122009-05-27 Chong Yidong <cyd@stupidchicken.com>
2513
2514 * hooks.texi (Standard Hooks): Remove mention of obsolete
2515 redisplay-end-trigger-functions.
2516
2517 * internals.texi (Window Internals): Remove mention of obsolete
2518 redisplay-end-trigger-functions.
2519
01f17ae2
MR
25202009-05-21 Martin Rudalics <rudalics@gmx.at>
2521
2522 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
2523
2524 * backups.texi (Making Backups): backup-directory-alist and
2525 make-backup-file-name-function are options.
2526 (Auto-Saving): auto-save-list-file-prefix is an option.
2527
2528 * buffers.texi (Killing Buffers): buffer-offer-save is an
2529 option.
2530
2531 * display.texi (Refresh Screen): no-redraw-on-reenter is an
2532 option.
2533 (Echo Area Customization): echo-keystrokes is an option.
2534 (Selective Display): selective-display-ellipses is an option.
2535 (Temporary Displays): temp-buffer-show-function is an option.
2536 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
2537 are options.
2538 (Font Selection): face-font-family-alternatives,
2539 face-font-selection-order, face-font-registry-alternatives, and
2540 scalable-fonts-allowed are options.
2541 (Fringe Indicators): indicate-buffer-boundaries is an option.
2542 (Fringe Cursors): overflow-newline-into-fringe is an option.
2543 (Scroll Bars): scroll-bar-mode is an option.
2544
2545 * eval.texi (Eval): max-lisp-eval-depth is an option.
2546
2547 * files.texi (Visiting Functions): find-file-hook is an option.
2548 (Directory Names): directory-abbrev-alist is an option.
2549 (Unique File Names): temporary-file-directory and
2550 small-temporary-file-directory are options.
2551
2552 * frames.texi (Initial Parameters): initial-frame-alist,
2553 minibuffer-frame-alist and default-frame-alist are options.
2554 (Cursor Parameters): blink-cursor-alist and
2555 cursor-in-non-selected-windows ar options.
2556 (Window System Selections): selection-coding-system is an
2557 option.
2558 (Display Feature Testing): display-mm-dimensions-alist is an
2559 option.
2560
2561 * help.texi (Help Functions): help-char and help-event-list are
2562 options.
2563
2564 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
2565 an option.
2566
2567 * minibuf.texi (Minibuffer History): history-length and
2568 history-delete-duplicates are options.
2569 (High-Level Completion): read-buffer-function and
2570 read-buffer-completion-ignore-case are options.
2571 (Reading File Names): read-file-name-completion-ignore-case is
2572 an option.
2573
2574 * modes.texi (Mode Line Top): mode-line-format is an option.
2575 (Mode Line Variables): mode-line-position and mode-line-modes
2576 are options.
2577
2578 * nonascii.texi (Text Representations):
2579 enable-multibyte-characters is an option.
2580 (Default Coding Systems): auto-coding-regexp-alist,
2581 file-coding-system-alist, auto-coding-alist and
2582 auto-coding-functions are options.
2583 (Specifying Coding Systems): inhibit-eol-conversion is an
2584 option.
2585
2586 * os.texi (Init File): site-run-file is an option.
2587 (System Environment): mail-host-address is an option.
2588 (User Identification): user-mail-address is an option.
2589 (Terminal Output): baud-rate is an option.
2590
2591 * positions.texi (Word Motion): words-include-escapes is an
2592 option.
2593
2594 * searching.texi (Standard Regexps): page-delimiter,
2595 paragraph-separate, paragraph-separate and sentence-end are
2596 options.
2597
2598 * text.texi (Margins): left-margin and fill-nobreak-predicate
2599 are options.
2600
2601 * variables.texi (Local Variables): max-specpdl-size is an
2602 option.
2603
2604 * windows.texi (Choosing Window):
2605 split-window-preferred-function, special-display-function and
2606 display-buffer-function are options.
2607
106e6894
CY
26082009-05-20 Chong Yidong <cyd@stupidchicken.com>
2609
4a83454d
CY
2610 Fix errors spotted by Martin Rudalics.
2611
106e6894
CY
2612 * syntax.texi (Position Parse): Document rationale for ignored
2613 arguments to syntax-ppss-flush-cache.
2614
2615 * processes.texi (Input to Processes): Mark PROCESS arg to
2616 process-running-child-p as optional.
2617 (Network Options): Document NO-ERROR arg to
2618 set-network-process-option.
2619
2620 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
2621 command.
2622
2623 * searching.texi (POSIX Regexps): Mark posix-search-forward and
2624 posix-search-backward as commands.
2625
2626 * os.texi (Killing Emacs): Mark kill-emacs as a command.
2627 (Suspending Emacs): Mark suspend-emacs as a command.
2628 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
2629 commands.
5dcb4c4e
SM
2630 (Terminal Output): Remove obsolete function baud-rate.
2631 Document TERMINAL arg for send-string-to-terminal.
106e6894
CY
2632
2633 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
2634 terminal-coding-system and set-terminal-coding-system.
2635 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
2636 as optional.
2637 (Character Sets): Document RESTRICTION arg of char-charset.
2638 (Character Codes): Mark POS argument to get-byte as optional.
2639
2640 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
2641 minibuffer-message.
2642
2643 * files.texi (Create/Delete Dirs): Mark make-directory and
2644 delete-directory as commands.
2645
2646 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
2647
2648 * text.texi (Base 64): Mark base64-decode-string and
2649 base64-encode-string as commands.
2650 (Columns): Mark move-to-column as a command.
2651 (Mode-Specific Indent): Document RIGID arg to
2652 indent-for-tab-command.
2653 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
2654 Mark indent-code-rigidly as a command.
2655 (Substitution): Mark translate-region as a command.
2656
2657 * frames.texi (Size and Position): Remove obsolete functions
2658 screen-height and screen-width.
2659
04173931
CY
26602009-05-19 Chong Yidong <cyd@stupidchicken.com>
2661
2662 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
2663 (Displaying Buffers, Resizing Windows): Correct mistakes;
2664 next-window, previous-window, and pop-to-buffer are not commands,
2665 and fit-window-to-buffer" is a command. (Pointed out by Martin
2666 Rudalics.)
2667
eae7d8f8
RS
26682009-05-17 Richard M Stallman <rms@gnu.org>
2669
2670 * modes.texi (Precalculated Fontification): Clarify text.
2671
b8766179
MR
26722009-05-17 Martin Rudalics <rudalics@gmx.at>
2673
2674 * windows.texi (Selecting Windows): Clarify descriptions of
2675 with-selected-window and get-lru-window.
2676 (Cyclic Window Ordering): Refer to particular frame when talking
2677 about how splitting affects the ordering.
2678 (Displaying Buffers): Fix descriptions of switch-to-buffer and
2679 switch-to-buffer-other-window. Explain how setting of
2680 display-buffer-reuse-frames affects pop-to-buffer.
2681 (Choosing Window): Clarify some details in descriptions of
2682 display-buffer-reuse-frames, pop-up-frames, and
2683 pop-up-frame-function.
2684 (Dedicated Windows): Clarify some details.
2685 (Textual Scrolling): Replace term vscroll by term vertical
2686 scroll position.
2687 (Vertical Scrolling): Fix typo.
2688 (Window Hooks): Relate text on jit-lock-register to window
2689 scrolling and size changes.
2690
734b5e3b
CY
26912009-05-14 Chong Yidong <cyd@stupidchicken.com>
2692
0a65633e
CY
2693 * frames.texi (Initial Parameters): Clarify what the initial
2694 minibuffer frame is.
05be46d7
CY
2695 (Buffer Parameters): Note that the minibuffer parameter can not be
2696 altered.
0a65633e 2697
734b5e3b
CY
2698 * anti.texi (Antinews): Copyedits. Rearrange some entries.
2699 Document display-buffer changes.
2700
925672cd
CY
27012009-05-13 Chong Yidong <cyd@stupidchicken.com>
2702
17ecd7af
CY
2703 * anti.texi (Antinews): Rewrite for Emacs 22.
2704
925672cd
CY
2705 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
2706 obarrays are first mentioned. Define "system abbrev" more
2707 prominently, and add it to the index.
2708 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
2709 Copyedits.
2710 (Abbrev Expansion): Document abbrev-insert.
2711
80be4dd7
CY
27122009-05-12 Chong Yidong <cyd@stupidchicken.com>
2713
2714 * frames.texi (Font and Color Parameters): Rename from Color
2715 Parameters. Document font-backend parameter.
2716
2717 * vol2.texi (Top): Update node listing.
2718 * vol1.texi (Top): Update node listing.
2719 * elisp.texi (Top): Update node listing.
2720
372a93ac
MR
27212009-05-11 Martin Rudalics <rudalics@gmx.at>
2722
2723 * windows.texi (Choosing Window): Don't explicitly refer to
2724 split-window-sensibly's window argument in descriptions of
2725 split-height-threshold and split-width-threshold.
2726
714c3541
MR
27272009-05-10 Martin Rudalics <rudalics@gmx.at>
2728
2729 * windows.texi (Choosing Window): Fix rewrite of window
2730 splitting section.
2731
0e90e7be
EZ
27322009-05-09 Eli Zaretskii <eliz@gnu.org>
2733
f4e90db0
SM
2734 * nonascii.texi (Default Coding Systems):
2735 Document find-auto-coding, set-auto-coding, and auto-coding-alist.
5dcb4c4e 2736 Add indexing.
0e90e7be
EZ
2737 (Lisp and Coding Systems): Add index entries.
2738
d3c0c321
MR
27392009-05-09 Martin Rudalics <rudalics@gmx.at>
2740
2741 * windows.texi (Choosing Window): Describe split-window-sensibly
2742 and rewrite section on window splitting accordingly.
2743 (Textual Scrolling): Replace `...' by @code{...}.
2744
c773345a
CY
27452009-05-04 Chong Yidong <cyd@stupidchicken.com>
2746
ee2d5b5e
CY
2747 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
2748 Remove obsoleted pre-abbrev-expand-hook.
2749
2750 * locals.texi (Standard Buffer-Local Variables): Consolidate table
2751 entries.
2752
c773345a
CY
2753 * internals.texi (Object Internals): Don't assume 32-bit machines
2754 are the norm.
2755 (Buffer Internals): Consolidate table entries for readability.
ee2d5b5e
CY
2756 (Window Internals): Synch field names to window.h.
2757 (Process Internals): Synch field names to process.h.
c773345a 2758
dd449674
CY
27592009-04-29 Chong Yidong <cyd@stupidchicken.com>
2760
2761 * variables.texi (File Local Variables): Note that read-circle is
2762 bound to nil when reading file-local variables.
2763
2764 * streams.texi (Input Functions): Document read-circle.
2765 (Output Variables): Add xref to Circular Objects.
2766
4f1e25e2
CY
27672009-04-25 Chong Yidong <cyd@stupidchicken.com>
2768
2769 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
2770 Features and Coding System Basics. Node that "p" stands for
2771 "predicate". Recommend utf-8-emacs instead of emacs-mule.
2772 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
2773 mouse-appearance-menu.
2774 (Programming Tips): Add xref to Progress.
2775
dca019f8
CY
27762009-04-22 Chong Yidong <cyd@stupidchicken.com>
2777
5dcb4c4e
SM
2778 * os.texi (Command-Line Arguments):
2779 Document command-line-args-left.
dca019f8
CY
2780 (Suspending Emacs): Adapt text to multi-tty case. Document use of
2781 terminal objects for tty arguments.
2782 (Startup Summary): Add xref to Session Management.
2783 (Session Management): Mention emacs-session-restore. Copyedits.
2784
02a89103
CY
27852009-04-20 Chong Yidong <cyd@stupidchicken.com>
2786
2787 * os.texi (Startup Summary): Copyedits. The init file is not
2788 necessarily named .emacs now. Document initial-buffer-choice and
2789 initial-scratch-message. Note where Emacs exits in batch mode.
2790 Document inhibit-splash-screen as an alias.
2791 (Init File): Be neutral about which init file name to use.
2792
27932009-04-16 Chong Yidong <cyd@stupidchicken.com>
2794
2795 * os.texi (System Interface): Fix Texinfo usage.
2796
0c1cfe01
CY
27972009-04-15 Chong Yidong <cyd@stupidchicken.com>
2798
80d7cdca
CY
2799 * searching.texi (Regexp Backslash): Also refer to shy groups as
2800 non-capturing or unnumbered groups.
2801 (Regexp Functions): Add cross-reference to Regexp Backslash.
2802
0c1cfe01
CY
2803 * display.texi (Truncation): Overlays can use line-prefix and
2804 wrap-prefix too.
2805 (Overlay Properties): Document wrap-prefix and line-prefix.
2806 (Face Attributes): Document underline-minimum-offset.
2807 (Face Remapping): Copyedits.
2808 (Low-Level Font): Copyedits.
2809 (Image Cache): Note that the image cache is shared between frames.
ed8ab760
CY
2810 (Line Height): Emphasize that line-spacing only takes effect on
2811 graphical terminals.
0c1cfe01 2812
c4adeee0
CY
28132009-04-13 Chong Yidong <cyd@stupidchicken.com>
2814
2815 * display.texi (Refresh Screen): Note that a passage about screen
2816 refreshing is text terminal only.
2817 (Forcing Redisplay): Delete misleading comment---sit-for calls
2818 redisplay, not the other way around.
2819 (Truncation): Note new values of truncate-partial-width-windows.
2820 Copyedits.
2821 (Invisible Text): Document invisible-p.
2822
b20ecfa1
EZ
28232009-04-11 Eli Zaretskii <eliz@gnu.org>
2824
2825 * display.texi (Overlays): Overlays don't scale well. See
2826 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
2827
97d8273f
CY
28282009-04-10 Chong Yidong <cyd@stupidchicken.com>
2829
f147ff75
CY
2830 * syntax.texi (Syntax Table Functions): Document cons cell
2831 argument for modify-syntax-entry.
2832 (Categories): Document cons cell argument for
2833 modify-category-entry.
2834
fca4ec76
CY
2835 * searching.texi (String Search): Document word-search-forward-lax
2836 and word-search-backward-lax.
2837 (Searching and Case): Describe isearch behavior more precisely.
2838
9c283d5b
CY
2839 * keymaps.texi (Tool Bar): Mention that some platforms do not
2840 support multi-line toolbars. Suggested by Stephen Eglen.
2841
2842 * frames.texi (Layout Parameters): Mention that Nextstep also
2843 allows only one tool-bar line. Suggested by Stephen Eglen.
2844
97d8273f
CY
2845 * nonascii.texi (Text Representations): Copyedits.
2846 (Coding System Basics): Also mention utf-8-emacs.
2847 (Converting Representations, Selecting a Representation)
2848 (Scanning Charsets, Translation of Characters, Encoding and I/O):
2849 Copyedits.
2850 (Character Codes): Mention role of codepoints 1114112 to 4194175.
2851
2bad3299
CY
28522009-04-09 Chong Yidong <cyd@stupidchicken.com>
2853
2854 * text.texi (Yank Commands): Note that yank uses push-mark.
5dcb4c4e
SM
2855 (Filling): Clarify REGION argument of fill-paragraph.
2856 Document fill-forward-paragraph-function.
2bad3299
CY
2857 (Special Properties): Remove "new in Emacs 22" declaration.
2858 (Clickable Text): Merge with Links and Mouse-1 node.
2859
5dcb4c4e
SM
2860 * display.texi (Button Properties, Button Buffer Commands):
2861 Change xref to Clickable Text.
2bad3299
CY
2862
2863 * tips.texi (Key Binding Conventions): Change xref to Clickable
2864 Text.
2865
2866 * elisp.texi (Top): Update node listing.
2867
ea30ce4f
CY
28682009-04-05 Chong Yidong <cyd@stupidchicken.com>
2869
47af2f4b
CY
2870 * markers.texi (The Mark): Copyedits. Improve description of
2871 handle-shift-selection.
2872 (The Region): Move use-region-p here from The Mark.
2873
ea30ce4f
CY
2874 * positions.texi (Screen Lines): Document (cols . lines) argument
2875 for vertical-motion.
2876
2aa8ea6e
CY
28772009-04-04 Chong Yidong <cyd@stupidchicken.com>
2878
3ec61d4e
CY
2879 * frames.texi (Frames): Clean up introduction. Document `ns'
2880 return value for framep.
2881 (Creating Frames): Note how the terminal is chosen.
2882 (Multiple Terminals, Multiple Displays): Merge into a single node.
2883 (Color Parameters): Fix typo.
2884
2885 * variables.texi (Local Variables, Buffer-Local Variables)
2886 (Creating Buffer-Local): Change link to Multiple Terminals.
2887
2888 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
2889
2890 * keymaps.texi (Controlling Active Maps): Change link to Multiple
2891 Terminals.
2892
2893 * commands.texi (Command Loop Info, Keyboard Macros): Change link
2894 to Multiple Terminals.
2895
2896 * elisp.texi (Top): Update node listing.
2897 * vol2.texi (Top): Update node listing.
2898 * vol1.texi (Top): Update node listing.
2899
9257072f
CY
2900 * buffers.texi (Current Buffer): Note that the append-to-buffer
2901 example is no longer in synch with the latest code. Tie the two
2902 examples together.
2903
2aa8ea6e
CY
2904 * files.texi (File Attributes): Move note about MS-DOS from
2905 Changing Files to File Attributes.
2906 (Create/Delete Dirs): Note that mkdir is an alias for this.
2907
22e74b17
CY
29082009-04-01 Markus Triska <triska@gmx.at>
2909
2910 * processes.texi (Filter Functions): Suggest how to handle output
2911 batches.
2912
4bbe48ec
CY
29132009-03-30 Chong Yidong <cyd@stupidchicken.com>
2914
2915 * help.texi (Accessing Documentation): Update example to use
2916 help-setup-xref and with-help-window.
2917 (Help Functions): Remove print-help-return-message, which is
2918 semi-obsolete due to with-help-window. Document help-buffer and
2919 help-setup-xref.
2920
b9723f39
CY
29212009-03-29 Chong Yidong <cyd@stupidchicken.com>
2922
5dcb4c4e
SM
2923 * help.texi (Accessing Documentation, Help Functions):
2924 Remove information about long-obsolete Emacs versions.
9eb52e90 2925
b9723f39
CY
2926 * modes.texi (Mode Line Variables): The default values of the mode
2927 line variables are now more complicated.
2928
b0cc32db
CY
29292009-03-28 Chong Yidong <cyd@stupidchicken.com>
2930
3c25a5a9
CY
2931 * modes.texi (Major Mode Conventions): Note that specialness is
2932 inherited.
31c9eebb
CY
2933 (Derived Modes): Note that define-derive-mode sets the mode-class
2934 property.
3c25a5a9 2935
b0cc32db
CY
2936 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
2937 goto-map. Add search-map to the list.
2938
c5e0006d
EZ
29392009-03-27 Eli Zaretskii <eliz@gnu.org>
2940
1213465a
EZ
2941 * os.texi (System Environment): Update the list of system-type
2942 values.
2943
c5e0006d
EZ
2944 * markers.texi (The Mark) <handle-shift-selection>: Update for
2945 removal of the optional argument DEACTIVATE.
2946
48bab3d6
CY
29472009-03-25 Chong Yidong <cyd@stupidchicken.com>
2948
2949 * commands.texi (Focus Events): Most X window managers don't use
2950 focus-follows-mouse nowadays.
2951
6e4ff1b6
CY
29522009-03-24 Chong Yidong <cyd@stupidchicken.com>
2953
2954 * commands.texi (Defining Commands): Clarify introduction.
2955 (Using Interactive): Not that interactive can be put in a symbol
2956 property.
2957 (Interactive Call): Note that a symbol with a non-nil
2958 interactive-form property satisfies commandp.
2959
11625308
JB
29602009-03-23 Juanma Barranquero <lekktu@gmail.com>
2961
2962 * minibuf.texi (Intro to Minibuffers): Fix typos.
2963
7b34420d
CY
29642009-03-23 Chong Yidong <cyd@stupidchicken.com>
2965
2966 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
5dcb4c4e
SM
2967 about minibuffers in old Emacs versions. Copyedits.
2968 Emphasize that enable-recursive-minibuffers defaults to nil.
7b34420d
CY
2969 (Text from Minibuffer): Simplify introduction.
2970
f9257eed
AM
29712009-03-22 Alan Mackenzie <acm@muc.de>
2972
2973 * commands.texi (Using Interactive): Clarify string argument to
2974 `interactive' - even promptless elements need \n separators.
2975
f639ba70
CY
29762009-03-18 Chong Yidong <cyd@stupidchicken.com>
2977
2978 * minibuf.texi (Completion Styles): New node.
2979
2980 * elisp.texi (Top): Update node listing.
2981
d897e8ee
CY
29822009-03-17 Chong Yidong <cyd@stupidchicken.com>
2983
2984 * minibuf.texi (Basic Completion): Note that
2985 read-file-name-completion-ignore-case and
2986 read-buffer-completion-ignore-case can override
2987 completion-ignore-case.
2988 (Minibuffer Completion): Document completing-read changes.
2989 (Completion Commands): Avoid mentioning partial completion mode.
2990 Document minibuffer-completion-confirm changes, and
2991 minibuffer-confirm-exit-commands.
2992 (High-Level Completion): Document new require-match behavior for
2993 read-buffer. Document read-buffer-completion-ignore-case.
2994 (Reading File Names): Document new require-match behavior for
2995 read-file-name.
2996
b1f23349
CY
29972009-03-14 Chong Yidong <cyd@stupidchicken.com>
2998
2999 * debugging.texi (Error Debugging): Don't mislead the reader into
3000 thinking that debug-on-error enters debugger for C-f at EOB.
3001 (Error Debugging): Setting debug-on-init within the init file
3002 works, and has for some time.
3003
d6eb4e25
KH
30042009-03-13 Kenichi Handa <handa@m17n.org>
3005
3006 * display.texi (Fontsets): Update the description.
3007
1cf53dc5
CY
30082009-03-13 Chong Yidong <cyd@stupidchicken.com>
3009
3010 * advice.texi (Advising Primitives): Link to What Is a Function.
3011
81f919fc
CY
30122009-03-12 Chong Yidong <cyd@stupidchicken.com>
3013
cf4229eb
CY
3014 * compile.texi (Speed of Byte-Code): Update example.
3015 (Disassembly): Update examples.
3016
81f919fc 3017 * loading.texi (Repeated Loading): Simplify examples.
f2bbc08c
CY
3018
3019 * customize.texi (Common Keywords): It's not necessary to use :tag
3020 to remove hyphens, as custom-unlispify-tag-name does it
3021 automatically.
5dcb4c4e
SM
3022 (Variable Definitions): Link to File Local Variables.
3023 Document customized-value symbol property.
f2bbc08c
CY
3024 (Customization Types): Move menu to end of node.
3025
955964d7
CY
30262009-03-10 Chong Yidong <cyd@stupidchicken.com>
3027
3028 * macros.texi (Compiling Macros): Omit misleading sentence, which
3029 implied that macros can only be used in the same file they are
3030 defined.
3031 (Backquote): Remove obsolete information about Emacs 19.
3032
d25ed7db
GM
30332009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
3034
3035 * display.texi (Display Margins): Fix paren typo.
3036
d55f6ca5
CY
30372009-02-27 Chong Yidong <cyd@stupidchicken.com>
3038
f0e57ed8
CY
3039 * elisp.texi (Top): Update node listing.
3040
3041 * variables.texi (Variables): Clarify introduction.
3042 (Global Variables): Mention that setq is a special form.
3043 (Local Variables): Use active voice.
3044 (Tips for Defining): Mention marking variables as safe.
3045 (Buffer-Local Variables): Mention terminal-local and frame-local
3046 variables together.
3047 (File Local Variables): Copyedits.
3048 (Frame-Local Variables): Note that they are not really useful.
3049 (Future Local Variables): Node deleted.
3050
d55f6ca5 3051 * objects.texi (General Escape Syntax): Update explanation of
fe7a3057 3052 Unicode escape syntax.
d55f6ca5 3053
ca8f09a8
CY
30542009-02-23 Chong Yidong <cyd@stupidchicken.com>
3055
3056 * control.texi (Control Structures): Add cindex entry for "textual
3057 order".
3058
3059 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
3060 instead of "expression" throughout.
3061 (Function Indirection): Copyedits. Use active voice.
3062 (Eval): The default value of max-lisp-eval-depth is now 400.
3063
a20878b6
MB
30642009-02-23 Miles Bader <miles@gnu.org>
3065
3066 * processes.texi (System Processes): Rename `system-process-attributes'
3067 to `process-attributes'.
3068
61f66044
CY
30692009-02-22 Chong Yidong <cyd@stupidchicken.com>
3070
1b80d1f3
CY
3071 * symbols.texi (Property Lists): Emphasize that property lists are
3072 not restricted to symbol cells.
3073 (Other Plists): Copyedit.
3074
61f66044
CY
3075 * sequences.texi (Sequences Arrays Vectors): Make introduction
3076 more concise.
3077 (Arrays): Mention char-tables and bool-vectors too.
3078 (Vectors): Don't repeat information given in Arrays node. Link to
3079 nodes that explain the vector usage examples.
3080 (Char-Tables): Note that char-table elements can have arbitrary
3081 type. Explain effect of omitted char-table-extra-slots property.
8a63cf41 3082 Link to Property Lists node.
61f66044 3083
9403944b
CY
30842009-02-22 Chong Yidong <cyd@stupidchicken.com>
3085
3086 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
3087 `append'.
4068c7b4 3088 (List Elements): Copyedits.
9403944b
CY
3089
3090 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
3091 of `vconcat'.
3092
3093 * strings.texi (Creating Strings): Copyedits. Remove obsolete
3094 Emacs 20 usage of `concat'.
3095 (Case Conversion): Copyedits.
3096
b87a185f
CY
30972009-02-21 Chong Yidong <cyd@stupidchicken.com>
3098
3099 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
3100 Minor edits.
3101 (Frame Configuration Type): Emphasize that it is not primitive.
3102 (Font Type): New node.
3103 (Type Predicates): Add fontp; type-of now recognizes font object
3104 types.
3105
3106 * intro.texi (Version Info): Update version numbers in examples.
3107 (Acknowledgements): List more contributors.
3108
3109 * elisp.texi: Bump version number to 3.0.
3110 (Top): Link to Font Type node.
3111
867d4bb3
JB
31122009-02-20 Juanma Barranquero <lekktu@gmail.com>
3113
3114 * modes.texi (Major Mode Conventions): Remove duplicate words.
3115 (Customizing Keywords): Fix typo.
3116
77730170
EZ
31172009-02-14 Eli Zaretskii <eliz@gnu.org>
3118
3119 * nonascii.texi (User-Chosen Coding Systems): Document that
3120 select-safe-coding-system suggests raw-text if there are raw bytes
3121 in the region.
3122 (Explicit Encoding): Warn not to use `undecided' when encoding.
3123
c8736212
GM
31242009-02-11 Glenn Morris <rgm@gnu.org>
3125
3126 * frames.texi (Visibility of Frames): Mention the effect multiple
3127 workspaces/desktops can have on visibility.
3128
ab992d66
EZ
31292009-02-07 Eli Zaretskii <eliz@gnu.org>
3130
c8736212
GM
3131 * text.texi (Commands for Insertion):
3132 * commands.texi (Event Mod):
3133 * keymaps.texi (Searching Keymaps):
5dcb4c4e
SM
3134 * nonascii.texi (Translation of Characters):
3135 Reinstate documentation of translation-table-for-input.
7d2a859f
EZ
3136 (Explicit Encoding): Document the `charset' text property produced
3137 by decode-coding-region and decode-coding-string.
ab992d66 3138
e651a255
AM
31392009-01-27 Alan Mackenzie <acm@muc.de>
3140
3141 * modes.texi (Search-based Fontification): Correct a typo.
3142
bc5cde4b
JB
31432009-01-25 Juanma Barranquero <lekktu@gmail.com>
3144
3145 * abbrevs.texi (Abbrev Table Properties): Fix typo.
3146 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
3147
3533155b
EZ
31482009-01-24 Eli Zaretskii <eliz@gnu.org>
3149
f721deda
EZ
3150 * display.texi (Window Systems): Document the value of
3151 `initial-window-system' under --daemon.
3152
3533155b
EZ
3153 * os.texi (System Environment): Remove description of the
3154 `environment' function which has been deleted.
3155
f79b43b2
DN
31562009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
3157
3158 * frames.texi (Multiple Displays): Remove documentation for
3159 removed function make-frame-on-tty.
3160
e3aa6669
CY
31612009-01-22 Chong Yidong <cyd@stupidchicken.com>
3162
3163 * files.texi (Format Conversion Piecemeal): Clarify behavior of
5dcb4c4e
SM
3164 write-region-annotate-functions.
3165 Document write-region-post-annotation-function.
e3aa6669 3166
fb13a416
CY
31672009-01-19 Chong Yidong <cyd@stupidchicken.com>
3168
3169 * display.texi (Font Lookup): Document WIDTH argument of
3170 x-list-fonts.
3171
02eccf6b
EZ
31722009-01-17 Eli Zaretskii <eliz@gnu.org>
3173
ead3f58d
EZ
3174 * maps.texi (Standard Keymaps): Rename function-key-map to
3175 local-function-key-map.
3176
3177 * keymaps.texi (Translation Keymaps): Rename function-key-map to
3178 local-function-key-map.
3179
3180 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
3181 and `set-keyboard-coding-system' now accept an optional terminal
3182 argument.
3183
3184 * commands.texi (Event Mod): `keyboard-translate-table' is now
3185 terminal-local.
3186 (Function Keys): Rename function-key-map to
3187 local-function-key-map.
3188
df05a163
EZ
3189 * elisp.texi (Top): Make @detailmenu be consistent with changes in
3190 frames.texi.
3191
0ed8034e 3192 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
490f1197
EZ
3193 `delete-terminal-functions', `suspend-tty-functions' and
3194 `resume-tty-functions'.
0ed8034e
EZ
3195
3196 * frames.texi (Frames): Document `frame-terminal' and
3197 `terminal-live-p'.
3198 (Multiple Displays): Document `make-frame-on-tty'.
3199 (Multiple Terminals): Document `terminal-list', `delete-terminal',
3200 `terminal-name', and `get-device-terminal'.
490f1197
EZ
3201 (Terminal Parameters): Document `terminal-parameters',
3202 `terminal-parameter', and `set-terminal-parameter'.
0ed8034e
EZ
3203
3204 * os.texi (System Environment): Document `environment' and
3205 `initial-environment'.
490f1197
EZ
3206 (Suspending Emacs): Update for multi-tty; document
3207 `suspend-tty', `resume-tty', and `controlling-tty-p'.
0ed8034e 3208
02eccf6b
EZ
3209 * nonascii.texi (Coding System Basics): More accurate description
3210 of `raw-text'.
3211
f19fea97
JB
32122009-01-12 Juanma Barranquero <lekktu@gmail.com>
3213
3214 * display.texi (Low-Level Font): Fix typo.
3215
16fa292f
CY
32162009-01-10 Chong Yidong <cyd@stupidchicken.com>
3217
3218 * elisp.texi (Top): Update node listing.
3219
3220 * display.texi (PostScript Images): Node deleted.
3221
0b4faef3
EZ
32222009-01-10 Eli Zaretskii <eliz@gnu.org>
3223
3355f04d
EZ
3224 * processes.texi (Decoding Output): Document that null bytes force
3225 no-conversion for reading process output.
3226
3227 * files.texi (Reading from Files): Document that null bytes force
3228 no-conversion when visiting files.
3229
11625308 3230 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
538395d9 3231
5dcb4c4e
SM
3232 * nonascii.texi (Lisp and Coding Systems):
3233 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
c06ea95e 3234 (Character Properties): Improve wording.
0b4faef3 3235
ce9cf065
CY
32362009-01-09 Chong Yidong <cyd@stupidchicken.com>
3237
3238 * display.texi (Font Lookup): Remove obsolete function
3239 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
3240 (Low-Level Font): Rename from Fonts, move to end of Faces section.
5dcb4c4e
SM
3241 (Font Selection): Reorder order of variable descriptions.
3242 Minor clarifications.
ce9cf065
CY
3243
3244 * elisp.texi (Top): Update node listing.
3245
ab756fb3
GM
32462009-01-09 Glenn Morris <rgm@gnu.org>
3247
3248 * commands.texi (Command Loop Info): Say that last-command-char and
3249 last-input-char are obsolete aliases.
3250
3251 * edebug.texi (Edebug Recursive Edit): Remove separate references to
3252 last-input-char and last-command-char, since they are just aliases for
3253 last-input-event and last-command-event.
3254
3255 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
3256 last-command-char.
3257
6b2b8ab1
CY
32582009-01-08 Chong Yidong <cyd@stupidchicken.com>
3259
3260 * elisp.texi: Update node listing.
3261
3262 * display.texi (Faces): Put Font Selection node after Auto Faces.
5dcb4c4e
SM
3263 (Face Attributes): Don't link to Font Lookup.
3264 Document font-family-list.
6b2b8ab1
CY
3265 (Fonts): New node.
3266
3568e767
JR
32672009-01-08 Jason Rumney <jasonr@gnu.org>
3268
3269 * frames.texi (Pointer Shape): Clarify that only X supports
5ce6e4f4 3270 changing the standard pointer shapes. (Bug#1485)
3568e767 3271
6221c8db
CY
32722009-01-08 Chong Yidong <cyd@stupidchicken.com>
3273
3274 * display.texi (Attribute Functions): Note that a function value
3275 :height is relative, and that compatibility functions work by
3276 calling set-face-attribute.
3277 (Displaying Faces): Reorder list in order of increasing priority.
3278 (Face Remapping): New node. Content moved here from Displaying
3279 Faces.
3280 (Glyphs): Link to Face Functions.
3281
e3d3799a
CY
32822009-01-08 Chong Yidong <cyd@stupidchicken.com>
3283
3284 * display.texi (Faces): Don't discuss face id here. facep does
3285 not return t.
3286 (Defining Faces): Minor clarification.
3287 (Face Attributes): Rearrange items to match docstring of
3288 set-face-attribute. Add :foundry attribute. Document new role of
3289 :font attribute. Texinfo usage fix.
3290 (Attribute Functions): Copyedits.
3291 (Face Functions): Note that face number is seldom used.
3292
638a2457
RS
32932009-01-05 Richard M Stallman <rms@gnu.org>
3294
3295 * strings.texi (Predicates for Strings): Minor clarification.
3296
3297 * functions.texi (Function Safety): Texinfo usage fix.
3298
49ea0074
JB
32992009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny patch)
3300
3301 * objects.texi (General Escape Syntax): Fix typo.
3302
9f822178
MR
33032009-01-03 Martin Rudalics <rudalics@gmx.at>
3304
3305 * windows.texi (Choosing Window): Say that pop-up-frame-alist
3306 works via the default value of pop-up-frame-function.
3307
af34ad36
EZ
33082009-01-02 Eli Zaretskii <eliz@gnu.org>
3309
3310 * processes.texi (System Processes): Document the `time' and
3311 `ctime' attributes of `system-process-attributes'.
3312
d31f6679
CY
33132009-01-01 Chong Yidong <cyd@stupidchicken.com>
3314
3315 * display.texi (Face Attributes): Clarify :height attribute.
3316
174dc00c
MR
33172008-12-31 Martin Rudalics <rudalics@gmx.at>
3318
3319 * buffers.texi (The Buffer List): Clarify what moves a buffer to
3320 the front of the buffer list. Add entries for `last-buffer' and
3321 `unbury-buffer'.
3322
b8afe7e4
EZ
33232008-12-27 Eli Zaretskii <eliz@gnu.org>
3324
d14030f5
EZ
3325 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
3326 and its subsections.
3327
3328 * frames.texi (Multiple Terminals, Low-level Terminal)
3329 (Terminal Parameters, Frames on Other TTY devices): New sections.
3330 (Frames): Add an xref to "Multiple Terminals".
3331
765980a4
EZ
3332 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
3333
3334 * objects.texi (Terminal Type): New node.
3335 (Editing Types): Add it to the menu.
3336
47bd5577
EZ
3337 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
3338 Variables".
3339
eb22b78c 3340 * variables.texi (Directory Local Variables): New node.
47bd5577 3341 (Variables): Add a menu item for it.
eb22b78c 3342
b8afe7e4
EZ
3343 * loading.texi (Autoload): Document `generate-autoload-cookie' and
3344 `generated-autoload-file'.
3345
77bb0476
EZ
33462008-12-20 Eli Zaretskii <eliz@gnu.org>
3347
028e2c19
EZ
3348 * os.texi (Startup Summary): Add xref to documentation of
3349 `initial-window-system'.
3350
77bb0476
EZ
3351 * display.texi (Window Systems): Document `window-system' the
3352 function. The variable `window-system' is now frame-local.
028e2c19 3353 Document `initial-window-system'.
77bb0476 3354
dda87836
MR
33552008-12-19 Martin Rudalics <rudalics@gmx.at>
3356
3357 * windows.texi (Windows): Rewrite description of
3358 fit-window-to-buffer.
3359
caef3ed2
GM
33602008-12-13 Glenn Morris <rgm@gnu.org>
3361
3362 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
3363 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
3364
21c58e4d
GM
33652008-12-12 Glenn Morris <rgm@gnu.org>
3366
3367 * debugging.texi (Error Debugging): Refer forwards to
3368 eval-expression-debug-on-error.
3369
af38459f
EZ
33702008-12-05 Eli Zaretskii <eliz@gnu.org>
3371
5dedd9b5
EZ
3372 * strings.texi (String Basics): Only unibyte strings that
3373 represent key sequences hold 8-bit raw bytes.
3374
af38459f
EZ
3375 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
3376 paragraph to speak about `undecided'.
3377 (Character Properties): Don't explain the meaning of each
3378 property; instead, identify their Unicode Standard names.
b3f1f4a5 3379 (Character Sets): Document `map-charset-chars'.
af38459f 3380
fa047ae7
GM
33812008-12-02 Glenn Morris <rgm@gnu.org>
3382
3383 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
3384 section yet again.
3385
47dbc044
EZ
33862008-11-29 Eli Zaretskii <eliz@gnu.org>
3387
98d05998
EZ
3388 * nonascii.texi (Character Properties): New Section.
3389 (Specifying Coding Systems): Document
3390 `coding-system-priority-list', `set-coding-system-priority', and
3391 `with-coding-priority'.
3392 (Lisp and Coding Systems): Document `check-coding-systems-region'
3393 and `coding-system-charset-list'.
3394 (Coding System Basics): Document `coding-system-aliases'.
3395
3396 * elisp.texi (Top): Add a @detailmenu entry for "Character
3397 Properties".
3398
47dbc044
EZ
3399 * objects.texi (Character Type): Correct the range of Emacs
3400 characters. Add an @xref to "Character Codes".
3401
3402 * strings.texi (String Basics): Add an @xref to "Character Codes".
3403
3404 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
3405
3406 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
3407 (Character Codes): Document `max-char'.
3408
8b80cdf5
EZ
34092008-11-28 Eli Zaretskii <eliz@gnu.org>
3410
3411 * nonascii.texi (Text Representations, Converting Representations)
3412 (Character Sets, Scanning Charsets, Translation of Characters):
3413 Make text more accurate.
3414
a99dceba
GM
34152008-11-28 Glenn Morris <rgm@gnu.org>
3416
3417 * files.texi (Format Conversion Round-Trip): Improve previous change.
3418
f6dc3bed
CY
34192008-11-26 Chong Yidong <cyd@stupidchicken.com>
3420
3421 * modes.texi (Auto Major Mode): Fix example.
3422
5da9413d
GM
34232008-11-25 Glenn Morris <rgm@gnu.org>
3424
3425 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
3426
3427 * files.texi (Format Conversion Round-Trip):
3428 Use active voice for previous change.
3429
fcca848c
CY
34302008-11-25 Chong Yidong <cyd@stupidchicken.com>
3431
3432 * os.texi (Processor Run Time):
3433 * processes.texi (Transaction Queues):
3434 * markers.texi (The Mark):
3435 * windows.texi (Choosing Window, Selecting Windows):
3436 * files.texi (Changing Files, Magic File Names):
3437 * commands.texi (Key Sequence Input):
3438 * functions.texi (Declaring Functions):
3439 * strings.texi (Predicates for Strings):
3440 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
3441
36c8dc54
CY
34422008-11-24 Chong Yidong <cyd@stupidchicken.com>
3443
3444 * help.texi (Accessing Documentation): Update example.
3445
3446 * variables.texi (Defining Variables): Note that `*' is not
3447 necessary if defcustom is used.
3448
2a79b242
EZ
34492008-11-22 Eli Zaretskii <eliz@gnu.org>
3450
3451 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
3452 Characters" from @detailmenu.
3453
3454 * nonascii.texi (Character Codes, Character Sets)
3455 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
3456 (Chars and Bytes, Splitting Characters): Sections removed.
3457
392f0d26
LK
34582008-11-22 Lute Kamstra <lute@gnu.org>
3459
3460 * positions.texi (Text Lines): Update goto-line documentation.
3461
af1a5cd5
MR
34622008-11-21 Martin Rudalics <rudalics@gmx.at>
3463
6a4cfb0c
MR
3464 * frames.texi (Frames): Fix typo, add cross references, reword.
3465 (Initial Parameters): Reword special-display-frame-alist text.
3466 (Frames and Windows): Reword. Describe argument norecord for
3467 set-frame-selected-window.
3468 (Input Focus): Describe argument norecord for select-frame.
3469 Remove comment on MS-Windows behavior for focus-follows-mouse.
3470 (Raising and Lowering): Mention windows-frames dichotomy in
3471 metaphor.
3472
af1a5cd5
MR
3473 * windows.texi (Displaying Buffers, Vertical Scrolling)
3474 (Horizontal Scrolling): Fix indenting and rewording issues
3475 introduced with 2008-11-07 change.
3476
c249fa9c
GM
34772008-11-20 Glenn Morris <rgm@gnu.org>
3478
3479 * files.texi (Format Conversion Round-Trip): Mention `preserve'
3480 element of `format-alist'.
3481
204d4665
GM
34822008-11-19 Glenn Morris <rgm@gnu.org>
3483
3484 * doclicense.texi: Update to FDL 1.3.
3485 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
3486
cc0910af
CY
34872008-11-18 Chong Yidong <cyd@stupidchicken.com>
3488
efe6e7c4
CY
3489 * windows.texi (Window Hooks): Remove *-end-trigger-functions
3490 vars, which are obsolete. Mention jit-lock-register.
3491
5dcb4c4e
SM
3492 * modes.texi (Other Font Lock Variables):
3493 Document jit-lock-register and jit-lock-unregister.
efe6e7c4 3494
cc0910af
CY
3495 * frames.texi (Color Parameters): Document alpha parameter.
3496
aeeedf76
MR
34972008-11-16 Martin Rudalics <rudalics@gmx.at>
3498
3499 * windows.texi (Splitting Windows, Deleting Windows)
3500 (Selecting Windows, Cyclic Window Ordering)
3501 (Buffers and Windows, Displaying Buffers, Choosing Window)
3502 (Dedicated Windows, Window Point, Window Start and End)
3503 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
3504 (Size of Window, Resizing Windows, Window Configurations)
3505 (Window Parameters): Avoid @var at beginning of sentences and
3506 reword accordingly.
3507
4c565c5c
LK
35082008-11-11 Lute Kamstra <lute@gnu.org>
3509
3510 * files.texi (File Name Components): Fix file-name-extension
3511 documentation.
3512
25f494c9
JB
35132008-11-11 Juanma Barranquero <lekktu@gmail.com>
3514
3515 * frames.texi (Basic Parameters): Remove display-environment-variable
3516 and term-environment-variable.
3517
a1401ab1
EZ
35182008-11-08 Eli Zaretskii <eliz@gnu.org>
3519
3520 * windows.texi (Basic Windows, Splitting Windows)
3521 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
3522 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
25f494c9
JB
3523 (Resizing Windows, Window Configurations, Window Parameters):
3524 Fix wording and markup.
a1401ab1 3525
efafc282
MR
35262008-11-07 Martin Rudalics <rudalics@gmx.at>
3527
3528 * windows.texi (Windows): Update entries.
3529 (Basic Windows): Remove listing of attributes. Reword.
86ab855a 3530 (Splitting Windows, Deleting Windows): Reword.
efafc282
MR
3531 (Selecting Windows, Cyclic Window Ordering): Reword with special
3532 emphasis on order of recently selected windows and buffer list.
86ab855a
MR
3533 (Buffers and Windows, Choosing Window): Reword with special
3534 emphasis on dedicated windows.
3535 (Displaying Buffers): Reword. For switch-to-buffer mention that
3536 it may fall back on pop-to-buffer. For other-window try to
3537 explain how it treats the cyclic ordering of windows.
efafc282
MR
3538 (Dedicated Windows): New node and section discussing dedicated
3539 windows and associated functions.
86ab855a 3540 (Window Point): Add entry for window-point-insertion-type. Reword.
efafc282
MR
3541 (Window Start and End): Rename node and section title. Reword.
3542 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
3543 Minor rewording.
3544 (Size of Window): Reword, in particular text on window-width.
3545 (Resizing Windows): Reword. Add text on balancing windows.
3546 (Window Configurations): Reword. Mention window parameters.
3547 (Window Parameters): New node and section on window parameters.
3548 (Window Hooks): Reword. Mention that
3549 window-configuration-change-hook is run "buffer-locally".
3550 * elisp.texi (Top): Update Windows entries in @detailmenu
3551 section.
3552
d60a8ab2
JB
35532008-11-04 Juanma Barranquero <lekktu@gmail.com>
3554
3555 * searching.texi (Regexp Search): Fix typo.
3556
01777627
CY
35572008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
3558
3559 * searching.texi (Regexp Search): Document GREEDY arg.
3560 (Simple Match Data): Fix return value.
3561
c4526e93
EZ
35622008-11-01 Eli Zaretskii <eliz@gnu.org>
3563
3564 * nonascii.texi (Text Representations): Rewrite to make consistent
5dcb4c4e
SM
3565 with Emacs 23 internal representation of characters.
3566 Document `unibyte-string'.
c4526e93 3567
fe2ae8b5
CY
35682008-10-28 Chong Yidong <cyd@stupidchicken.com>
3569
3570 * processes.texi (Process Information): Note that process-status
3571 does not accept buffer names.
3572
cc5a21e3
CY
35732008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
3574
3575 * positions.texi (Skipping Characters): Correct return value of
3576 skip-chars-forward.
3577
09460d9a
MR
35782008-10-25 Martin Rudalics <rudalics@gmx.at>
3579
520b29e7
MR
3580 * windows.texi (Deleting Windows): Update documentation of
3581 delete-windows-on.
3582 (Buffers and Windows): Update documentations of
3583 get-buffer-window and get-buffer-window-list.
3584 (Displaying Buffers): Update documentation of
3585 replace-buffer-in-windows.
3586
09460d9a
MR
3587 * buffers.texi (Current Buffer): Reword set-buffer and
3588 with-current-buffer documentations.
3589 (Creating Buffers): Reword documentation of get-buffer-create.
3590
4d48fcdc
MR
35912008-10-23 Martin Rudalics <rudalics@gmx.at>
3592
3593 * buffers.texi (Current Buffer): Reword documentation of
3594 set-buffer.
3595 (Buffer Names): Reword documentation of buffer-name.
3596 (The Buffer List): For bury-buffer explain what happens with the
3597 buffer's window.
3598 (Creating Buffers): Say that get-buffer-create's arg is called
3599 buffer-or-name.
3600
f0143c43
CY
36012008-10-22 Chong Yidong <cyd@stupidchicken.com>
3602
3e5dbbd3
CY
3603 * advice.texi (Computed Advice): Explain what DEFINITION is.
3604
f0143c43
CY
3605 * nonascii.texi (Character Codes): Remove obsolete function
3606 char-valid-p, and document characterp instead.
3607
52a94b85
MR
36082008-10-22 Martin Rudalics <rudalics@gmx.at>
3609
3610 * windows.texi (Displaying Buffers): Reword documentation of
3611 pop-to-buffer.
3612 (Choosing Window): Rewrite documentation of display-buffer and
3613 its options.
3614
f76f8246
MR
3615 * buffers.texi (Killing Buffers): Update documentation of
3616 kill-buffer.
3617
acc8b598
EZ
36182008-10-21 Eli Zaretskii <eliz@gnu.org>
3619
80e6b6df
EZ
3620 * processes.texi (Serial Ports): Fix wording and improve markup.
3621
3645358a
EZ
3622 * searching.texi (Regexp Search): Document `string-match-p' and
3623 `looking-at-p'.
3624 (POSIX Regexps): Add an xref for "non-greedy".
3625 (Regexp Special): Add @cindex entry for "non-greedy".
3626
b3d50cff 3627 * display.texi (Attribute Functions): Document `face-all-attributes'.
bf190568 3628 (Image Cache) <image-refresh>: Minor wording fixes.
b3d50cff 3629
73b7530a
EZ
3630 * frames.texi (Color Names): Add an xref to `read-color'.
3631
3632 * minibuf.texi (High-Level Completion): Document `read-color'.
3633
acc8b598
EZ
3634 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
3635
3636 * positions.texi (Narrowing): Add an xref to "Swapping Text".
3637
3638 * buffers.texi (Swapping Text): New section, documents
3639 `buffer-swap-text'.
3640
10e187e8
MR
36412008-10-21 Martin Rudalics <rudalics@gmx.at>
3642
3643 * windows.texi (Resizing Windows): Minor wording fix.
3644
fd6f900c
EZ
36452008-10-20 Eli Zaretskii <eliz@gnu.org>
3646
3647 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
3648 and `combine-and-quote-strings'.
3649
3650 * strings.texi (Creating Strings): Add xrefs for them.
3651
e4372165
EZ
36522008-10-19 Eli Zaretskii <eliz@gnu.org>
3653
d6328fba
EZ
3654 * elisp.texi (Top): Make descriptive text for "Reading File Names"
3655 match the corresponding menu in minibuf.texi.
3656
e4372165
EZ
3657 * minibuf.texi (Reading File Names): Document `read-shell-command'
3658 and `minibuffer-local-shell-command-map'.
3659
5d8dda33
MR
36602008-10-19 Martin Rudalics <rudalics@gmx.at>
3661
3662 * windows.texi (Resizing Windows): Remove var{} around "window" in
3663 documentation of enlarge-window.
3664 Rewrite documentation of window-min-height and window-min-width.
3665
437706cd
EZ
36662008-10-19 Eli Zaretskii <eliz@gnu.org>
3667
80f85d7c
EZ
3668 * functions.texi (Calling Functions): Document `apply-partially'.
3669
291703b5
EZ
3670 * hooks.texi (Standard Hooks): Mention
3671 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
3672
3673 * variables.texi (File Local Variables): Document
3674 `file-local-variables-alist', `before-hack-local-variables-hook'
3675 and `hack-local-variables-hook'.
3676
583d8b3c
EZ
3677 * processes.texi (Synchronous Processes): Document `process-lines'.
3678
5dcb4c4e
SM
3679 * customize.texi (Variable Definitions):
3680 Document `custom-reevaluate-setting'.
437706cd 3681
7e51d89b
MR
36822008-10-18 Martin Rudalics <rudalics@gmx.at>
3683
3684 * windows.texi (Choosing Window, Deleting Windows)
3685 (Displaying Buffers): Expand documentation of dedicated windows.
3686
43c59a3d
EZ
36872008-10-18 Eli Zaretskii <eliz@gnu.org>
3688
018a960d
EZ
3689 * files.texi (Changing Files): Document symbolic input of file
3690 modes to `set-file-modes'. Document `read-file-modes' and
3691 `file-modes-symbolic-to-number'.
3692
2c0b8144
EZ
3693 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
3694 and `search-map'.
3695
5dcb4c4e
SM
3696 * searching.texi (Search and Replace):
3697 Document `replace-search-function' and `replace-re-search-function'.
2c0b8144 3698 Document `multi-query-replace-map'.
80120f13 3699
6d4913f0 3700 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
5dcb4c4e
SM
3701 (Completion Commands, Reading File Names):
3702 Rename `minibuffer-local-must-match-filename-map' to
6d4913f0
EZ
3703 `minibuffer-local-filename-must-match-map'.
3704 (Minibuffer Completion): The `require-match' argument to
3705 `completing-read' can now have the value `confirm-only'.
3706
43c59a3d
EZ
3707 * windows.texi (Displaying Buffers): Minor wording fix.
3708 (Choosing Window): `split-height-threshold' can now be nil.
3709 Document `split-width-threshold'. `pop-up-frames' can have the
3710 value `graphic-only'.
3711
f36acfd9
EZ
37122008-10-17 Eli Zaretskii <eliz@gnu.org>
3713
3714 * os.texi (Startup Summary): Document `before-init-time' and
3715 `after-init-time'. Document `initial-window-system' and
3716 `window-system-initialization-alist'. Document reading the
3717 abbrevs file. Document the call to `server-start' under --daemon.
3718 Rearrange a bit to be consistent with the code flow.
53728487
EZ
3719 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
3720 (Time Parsing): Document `format-seconds'.
f36acfd9 3721
96995b89
MR
37222008-10-17 Martin Rudalics <rudalics@gmx.at>
3723
3724 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
3725 and reword.
3726
2de17c73
EZ
37272008-10-16 Eli Zaretskii <eliz@gnu.org>
3728
3729 * markers.texi (The Mark): Document use-region-p.
3730
9cf52b11
EZ
37312008-10-15 Eli Zaretskii <eliz@gnu.org>
3732
c3aaf1d7
EZ
3733 * internals.texi (Writing Emacs Primitives): The interactive spec
3734 of a primitive can be a Lisp form.
3735
841a1743
EZ
3736 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
3737 values of transient-mark-mode. Document handle-shift-selection.
3738
3739 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
3740 (Interactive Examples): Show an example of `^'.
3741 (Key Sequence Input): Document this-command-keys-shift-translated.
c3aaf1d7
EZ
3742 (Defining Commands, Using Interactive): The interactive-form of a
3743 function can be added via its symbol's property.
841a1743 3744
52441368
EZ
3745 * positions.texi (List Motion): beginning-of-defun-function can
3746 now accept an argument.
3747
8e8c1a72
EZ
3748 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
3749 now return a list of strings.
3750
a33a1f2a
EZ
3751 * control.texi (Handling Errors): Document ignore-errors.
3752
4fb04348
EZ
3753 * frames.texi (Creating Frames): Document frame-inherited-parameters.
3754 (Parameter Access): Document set-frame-parameter.
3755
ee666f84
EZ
3756 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
3757 Hooks" for the effect of kill-all-local-variables on local hook
3758 functions.
3759
9cf52b11
EZ
3760 * modes.texi (Major Mode Conventions, Mode Line Variables):
3761 `mode-name' need not be a string. xref to "Mode Line Data" for
3762 details, and to "Emulating Mode Line" for computing a string
3763 value.
3764
22526bc4
EZ
37652008-10-14 Eli Zaretskii <eliz@gnu.org>
3766
a65f6a85
EZ
3767 * processes.texi (System Processes): New section.
3768 (Processes, Signals to Processes): Add xrefs to it.
3769
3770 * objects.texi (Editing Types): A `process' is a subprocess of
3771 Emacs, not just any process running on the OS.
3772
3773 * elisp.texi (Top): Adjust the @detailmenu for the above two
3774 changes.
3775
2724b26a
EZ
3776 * sequences.texi (Char-Tables): Remove documentation of
3777 set-char-table-default, which has no effect since Emacs 23.
3778 <char-table-range, set-char-table-range>: Don't mention generic
3779 characters and charsets. Add a cons cell as a possible argument.
3780
3781 * nonascii.texi (Splitting Characters)
3782 (Translation of Characters): Don't mention generic characters.
3783
3784 * display.texi (Fontsets): Don't mention generic characters.
3785
22526bc4 3786 * sequences.texi (Char-Tables): `map-char-table' can now call its
25f494c9 3787 argument FUNCTION with a cons cell as KEY.
22526bc4 3788
eaf4b689
EZ
37892008-10-13 Eli Zaretskii <eliz@gnu.org>
3790
45e46036
EZ
3791 * objects.texi (Primitive Function Type): Move "@cindex special
3792 forms" from here...
3793
3794 * eval.texi (Special Forms): ...to here.
3795
3796 * functions.texi (What Is a Function): `functionp' returns nil for
3797 special forms. Add an xref.
3798
eaf4b689
EZ
3799 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
3800 Variables".
3801
3802 * variables.texi (Frame-Local Variables): New section.
3803 (Buffer-Local Variables): Add an xref to it.
3804 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
3805 have both frame-local and buffer-local binding.
3806
3807 * frames.texi (Frames): Mention multiple tty frames.
3808 (Frame Parameters, Parameter Access): Mention frame-local variable
3809 bindings.
3810
15688fce
GM
38112008-09-20 Glenn Morris <rgm@gnu.org>
3812
3813 * display.texi (Defining Faces): Recommend against face variables.
3814
35539065
JB
38152008-09-16 Juanma Barranquero <lekktu@gmail.com>
3816
3817 * display.texi (Echo Area Customization): Fix typo.
3818
6a57054b
JB
38192008-09-09 Juanma Barranquero <lekktu@gmail.com>
3820
3821 * loading.texi (Where Defined): Add `defface' item.
3822
d632fb82
MR
38232008-09-06 Martin Rudalics <rudalics@gmx.at>
3824
3825 * loading.texi (Where Defined): Fix description of symbol-file.
3826
905a9adb
JR
38272008-08-26 Jason Rumney <jasonr@gnu.org>
3828
3829 * display.texi (TIFF Images): New section describing :index property.
3830
852e91b7
CY
38312008-08-23 Chong Yidong <cyd@stupidchicken.com>
3832
3833 * display.texi (Temporary Displays): Remove unnecessary comment
3834 about usage of temp-buffer-show-hook.
3835
6be001ee
CY
38362008-08-05 Chong Yidong <cyd@stupidchicken.com>
3837
3838 * symbols.texi (Other Plists): Fix incorrect example.
3839 Suggested by Florian Beck.
3840
58e3d8e8
JB
38412008-07-31 Juanma Barranquero <lekktu@gmail.com>
3842
3843 * os.texi: Fix previous change.
3844
7c2fb837
DN
38452008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
3846
3847 * os.texi:
3848 * intro.texi:
3849 * files.texi: Remove VMS support.
3850
9e2a2647
DN
38512008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3852
3853 * os.texi:
3854 * frames.texi:
3855 * display.texi: Remove mentions of Mac Carbon.
3856
c4f4682b
MB
38572008-07-01 Miles Bader <miles@gnu.org>
3858
3859 * text.texi (Special Properties):
3860 * display.texi (Truncation): Add wrap-prefix and line-prefix.
3861
3696411e
JB
38622008-06-28 Johan Bockgård <bojohan@gnu.org>
3863
3864 * display.texi (Other Image Types): Fix copy/paste error; say
3865 "PBM", not "XBM".
3866
f2a77c3a
DN
38672008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
3868
3869 * os.texi: Remove references to obsolete systems.
3870
6d52677d
EZ
38712008-06-20 Eli Zaretskii <eliz@gnu.org>
3872
3873 * makefile.w32-in (distclean): Remove makefile.
3874
1a87da4c
GM
38752008-06-17 Glenn Morris <rgm@gnu.org>
3876
3877 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
3878 (elisp, dist): Remove rules and variables that are obsolete now
3879 the lisp manual is no longer distributed separately.
3880
fdda1c5d
GM
38812008-06-16 Glenn Morris <rgm@gnu.org>
3882
646692e9
GM
3883 * configure, configure.in, mkinstalldirs: Remove unused files.
3884
3885 * book-spine.texinfo: Set version to 23.0.60.
fdda1c5d 3886 * vol1.texi (EMACSVER):
6a57054b 3887 * vol2.texi (EMACSVER): Set to 23.0.60.
fdda1c5d
GM
3888
3889 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
3890 as per maintain.info.
3891
611bee81
GM
38922008-06-15 Glenn Morris <rgm@gnu.org>
3893
a7bed3a0
GM
3894 * makefile.w32-in (manual): Use "23" rather than "21".
3895
3896 * Makefile.in (emacsver): New, set by configure.
3897 (manual): Use emacsver.
3898
d794edf2
GM
3899 * intro.texi: Report bugs using M-x report-emacs-bug.
3900
611bee81
GM
3901 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
3902
c73e02fa
GM
39032008-06-13 Daniel Engeler <engeler@gmail.com>
3904
3905 * elisp.texi, internals.texi, processes.texi: Add documentation
3906 about serial port access.
3907
e40a85cd
MB
39082008-06-05 Miles Bader <miles@gnu.org>
3909
3910 * display.texi (Displaying Faces): Update to reflect function
3911 renamings in face-remap.el.
3912
7b753744
JB
39132008-06-05 Juanma Barranquero <lekktu@gmail.com>
3914
3915 * display.texi (Fontsets): Fix typos.
3916
9d3d42fb
MB
39172008-06-03 Miles Bader <miles@gnu.org>
3918
7b753744
JB
3919 * display.texi (Displaying Faces): Add add-relative-face-remapping,
3920 remove-relative-face-remapping, set-base-face-remapping,
3921 and set-default-base-face-remapping.
9d3d42fb 3922
f2cec7a9
MB
39232008-06-01 Miles Bader <miles@gnu.org>
3924
3925 * display.texi (Displaying Faces): Add face-remapping-alist.
3926
8f39c96d
SM
39272008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
3928
3929 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
3930 variable names.
3931
1ef5eecc
ER
39322008-05-03 Eric S. Raymond <esr@golux>
3933
352c8b4a 3934 * keymaps.texi: Clarify that (current-local-map) and
1ef5eecc
ER
3935 (current-global-map) return references, not copies.
3936
63b4387f
JL
39372008-05-02 Juri Linkov <juri@jurta.org>
3938
3939 * minibuf.texi (Text from Minibuffer): Document a list of
3940 default values for `read-from-minibuffer'.
3941
38a8b703
JB
39422008-04-24 Juanma Barranquero <lekktu@gmail.com>
3943
3944 * nonascii.texi (Translation of Characters): Fix previous change.
3945
7c42e639
CY
39462008-04-20 Chong Yidong <cyd@stupidchicken.com>
3947
3948 * display.texi (Overlay Properties): Clarify role of underlying
3949 textprop and overlay keymaps for display strings.
3950
3951 * keymaps.texi (Active Keymaps): Ditto.
3952
25c0d999
SM
39532008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3954
3955 * minibuf.texi (Programmed Completion):
3956 Replace dynamic-completion-table with the new completion-table-dynamic.
3957
e3af5968
CY
39582008-04-07 Chong Yidong <cyd@stupidchicken.com>
3959
3960 * intro.texi (Some Terms): Change "fonts in this manual" index
3961 entry to "typographic conventions".
3962
6bfc8698
EZ
39632008-04-05 Eli Zaretskii <eliz@gnu.org>
3964
3965 * objects.texi (Text Props and Strings): Add indexing for read
3966 syntax of text properties.
3967
4972c361
SM
39682008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
3969
3970 * processes.texi (Decoding Output): Remove process-filter-multibyte
3971 functions.
3972
c70a68db
MR
39732008-03-15 Martin Rudalics <rudalics@gmx.at>
3974
3975 * display.texi (Finding Overlays): Say that empty overlays at
3976 the end of the buffer are reported too.
3977
1291fd36
GM
39782008-03-13 Glenn Morris <rgm@gnu.org>
3979
3980 * elisp.texi (EMACSVER): Set to 23.0.60.
3981
c6b0dfd5
CY
39822008-02-26 Chong Yidong <cyd@stupidchicken.com>
3983
38a8b703 3984 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
c6b0dfd5 3985
875fc30c
GM
39862008-02-22 Glenn Morris <rgm@gnu.org>
3987
3988 * frames.texi (Position Parameters): Clarify the description of
3989 `left' and `top', using information from "Geometry".
3990 (Geometry): Give a pointer to "Position Parameters", rather than
3991 repeating information.
3992
d8c8e45a
GM
39932008-02-11 Glenn Morris <rgm@gnu.org>
3994
3995 * objects.texi (Equality Predicates): No longer talk about "two"
3996 functions.
3997
38a8b703 39982008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
d8c8e45a
GM
3999
4000 * objects.texi (Equality Predicates): Add defun for
4001 equal-including-properties.
4002
bfffe0b1
GM
40032008-02-10 Glenn Morris <rgm@gnu.org>
4004
4005 * objects.texi (Equality Predicates):
4006 Mention equal-including-properties.
4007
431b78c9
RS
40082008-02-07 Richard Stallman <rms@gnu.org>
4009
4010 * windows.texi (Window Start): Mention the feature of moving
4011 window-start to start of line.
4012
c8763fb6 40132008-02-07 Jan Djärv <jan.h.d@swipnet.se>
eafa12e6
JD
4014
4015 * keymaps.texi (Tool Bar): Document rtl property.
4016
1a256502
TTN
40172008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
4018
4019 * display.texi (Button Types):
4020 For define-button-type, clarify type of NAME.
4021
569382c2
MR
40222008-01-19 Martin Rudalics <rudalics@gmx.at>
4023
4024 * buffers.texi (Buffer Modification): Fix typo.
4025
f3041af1
DN
40262008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
4027
4028 * os.texi (System Environment): Remove references to OSes that are
4029 not supported anymore.
4030
d35e1cd7
DN
40312008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
4032
4033 * os.texi (System Environment): Remove mention for Masscomp.
4034
23af7580
RS
40352008-01-04 Richard Stallman <rms@gnu.org>
4036
4037 * display.texi (Faces): Don't talk about internal face vector as arg
4038 to facep.
4039
4040 * customize.texi (Type Keywords): Fix previous change.
4041
4042 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
4043 * elisp.texi (Top): Fix menu for commands.texi change.
4044
ec7d5b1e
RS
40452007-12-30 Richard Stallman <rms@gnu.org>
4046
5dcb4c4e 4047 * commands.texi (Accessing Mouse): Rename from Accessing Events.
ec7d5b1e
RS
4048 (Accessing Scroll): New node broken out of Accessing Mouse.
4049
101a6cea
RS
40502007-12-28 Richard Stallman <rms@gnu.org>
4051
4052 * frames.texi (Size Parameters): Fix typo.
7f9e0c04 4053 (Basic Parameters): For `title', refer to title bar.
041817a4 4054 (Size and Position): Explain meaning of frame pixel width and height.
101a6cea 4055
72b7e664
RS
40562007-12-23 Richard Stallman <rms@gnu.org>
4057
4058 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
4059 Improve some of the commented-out keywords' text too.
4060
27a4f445
MR
40612007-12-14 Martin Rudalics <rudalics@gmx.at>
4062
e2e3f1d7
MR
4063 * nonascii.texi (Encoding and I/O): Reword to avoid saying
4064 "visit the current buffer".
4065
27a4f445
MR
4066 * os.texi (System Interface): Fix typo.
4067
a2afc99d
RS
40682007-12-04 Richard Stallman <rms@gnu.org>
4069
4070 * objects.texi (Symbol Type): Fix typo.
4071
b694135c
RS
40722007-12-03 Richard Stallman <rms@gnu.org>
4073
4074 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
4075
f99a19da
GM
40762007-12-01 Glenn Morris <rgm@gnu.org>
4077
4078 * functions.texi (Declaring Functions): Improve previous change.
4079
8f4b37d8
GM
40802007-11-30 Glenn Morris <rgm@gnu.org>
4081
4082 * functions.texi (Declaring Functions): Add optional fourth
4083 argument of declare-function, and setting third argument to `t'.
4084
61a2fe01
RS
40852007-11-29 Richard Stallman <rms@gnu.org>
4086
4087 * customize.texi (Composite Types): Document `group' type.
4088
cbfc5193
GM
40892007-11-29 Glenn Morris <rgm@gnu.org>
4090
5dcb4c4e
SM
4091 * functions.texi (Declaring Functions): Add findex.
4092 Mention `external' files.
cbfc5193 4093
8386283a
JB
40942007-11-26 Juanma Barranquero <lekktu@gmail.com>
4095
4096 * functions.texi (Declaring Functions): Fix directive.
4097
a07c9a8b
RS
40982007-11-25 Richard Stallman <rms@gnu.org>
4099
4100 * help.texi (Help Functions): Clean up last change.
4101
4102 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
4103
4104 * loading.texi (Named Features): Minor cleanup.
4105
4106 * macros.texi (Eval During Expansion): Minor cleanup.
4107
4108 * variables.texi (Variable Aliases): Minor cleanup.
4109
a0925923
RS
41102007-11-24 Richard Stallman <rms@gnu.org>
4111
4112 * functions.texi (Declaring Functions): Clarify previous change.
4113
4114 * compile.texi (Compiler Errors): Clarify previous change.
4115
20c63e44
RS
41162007-11-24 Richard Stallman <rms@gnu.org>
4117
e5e76c04 4118 * display.texi (Refresh Screen, Forcing Redisplay):
20c63e44
RS
4119 Clarify the text and move items around.
4120
5bb0cda3
GM
41212007-11-24 Glenn Morris <rgm@gnu.org>
4122
4123 * functions.texi (Declaring Functions): New section.
4124 * compile.texi (Compiler Errors): Mention declaring functions,
4125 defvar with no initvalue, and byte-compile-warnings.
4126
af13c86a
MR
41272007-11-15 Martin Rudalics <rudalics@gmx.at>
4128
4129 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
4130 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
4131
a5373305
MR
41322007-11-13 Martin Rudalics <rudalics@gmx.at>
4133
4134 * help.texi (Help Functions): Document new macro `with-help-window'.
4135
fe284805
JL
41362007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
4137
4138 * searching.texi (Replacing Match): Describe new
4139 `match-substitute-replacement'.
4140
2c3a09b1
RS
41412007-10-31 Richard Stallman <rms@gnu.org>
4142
4143 * strings.texi (Creating Strings): Null strings from concat not unique.
4144
f2b480f4
RS
41452007-10-26 Richard Stallman <rms@gnu.org>
4146
4147 * objects.texi (Equality Predicates): Null strings are uniquified.
4148
4149 * minibuf.texi: Minor clarifications in previous change.
4150
db21122c
GM
41512007-10-25 Glenn Morris <rgm@gnu.org>
4152
4153 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
4154
2328cbb3
RS
41552007-10-24 Richard Stallman <rms@gnu.org>
4156
4157 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
4158
4159 * variables.texi (Frame-Local Variables): Node deleted.
4160 (Variables): Delete Frame-Local Variables from menu.
4161 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
4162 (Default Value): Don't mention frame-local vars.
4163
4164 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
4165
4166 * loading.texi (Unloading): Document FEATURE-unload-function
4167 instead of FEATURE-unload-hook.
4168
2328cbb3
RS
4169 * frames.texi (Multiple Displays): Don't mention frame-local vars.
4170
c066bafa
JL
41712007-10-22 Juri Linkov <juri@jurta.org>
4172
4173 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
4174 (High-Level Completion): Document a list of default value strings
4175 in the DEFAULT argument, for which minibuffer functions return the
4176 first element.
4177
65ced25f
JL
41782007-10-17 Juri Linkov <juri@jurta.org>
4179
4180 * text.texi (Filling): Update arguments of fill-paragraph.
4181 fill-paragraph operates on the active region in Transient Mark mode.
4182 Remove fill-paragraph-or-region.
4183
ee46ec8e
KB
41842007-10-13 Karl Berry <karl@gnu.org>
4185
4186 * elisp.texi (@dircategory): Move to after @copying,
4187 since we want @copying as close as possible to the beginning of
4188 the output.
4189
61bbdbc6
RS
41902007-10-12 Richard Stallman <rms@gnu.org>
4191
4192 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
4193
4194 * commands.texi (Distinguish Interactive): New node,
4195 broken out from Interactive Call and rewritten.
4196 (Command Loop): Put Distinguish Interactive in menu.
4197
af23e1e8
RS
41982007-10-09 Richard Stallman <rms@gnu.org>
4199
4200 * text.texi (Examining Properties): Mention overlay priority.
4201
4202 * display.texi (Display Margins): Correct the description
4203 of margin display specifications.
4204 (Replacing Specs): New subnode broken out of Display Property.
4205
e1965a69
JL
42062007-10-06 Juri Linkov <juri@jurta.org>
4207
4208 * text.texi (Filling): Document fill-paragraph-or-region.
4209
4638454b
JB
42102007-10-05 Juanma Barranquero <lekktu@gmail.com>
4211
4212 * display.texi (Auto Faces): Fix typo.
4213
7ed54cc5
RS
42142007-10-02 Richard Stallman <rms@gnu.org>
4215
4216 * display.texi (Display Property): Explain some display specs
4217 don't let you move point in.
4218
5dcb4c4e
SM
4219 * frames.texi (Cursor Parameters):
4220 Describe cursor-in-non-selected-windows here. Explain more values.
7ed54cc5
RS
4221
4222 * windows.texi (Basic Windows): Don't describe
4223 cursor-in-non-selected-windows here.
4224
305a7ef2
EZ
42252007-10-01 Eli Zaretskii <eliz@gnu.org>
4226
4227 * processes.texi (Misc Network): Note that these functions are
4228 supported only on some systems.
4229
f7a7f4eb
RS
42302007-10-01 Richard Stallman <rms@gnu.org>
4231
4232 * display.texi (Overlay Properties): Explain nil as priority.
4233 Explain that conflicts are unpredictable if not resolved by
4234 priorities.
4235
780d7bb9
RS
42362007-09-23 Richard Stallman <rms@gnu.org>
4237
4238 * macros.texi (Backquote): Minor clarification.
4239
14b4fdfb
RS
42402007-09-19 Richard Stallman <rms@gnu.org>
4241
4242 * display.texi (Display Property): Explain multiple display specs.
9600ac7c
RS
4243 Clarify when they work in parallel and when one overrides.
4244 Fix error in example.
14b4fdfb 4245
b8d4c8d0
GM
42462007-09-06 Glenn Morris <rgm@gnu.org>
4247
b3e755a9 4248 Move from lispref/ to doc/lispref/. Change all setfilename
b8d4c8d0
GM
4249 commands to use ../../info.
4250 * Makefile.in (infodir): Go up one more level.
4638454b 4251 (usermanualdir): Change from ../man to ../emacs.
b8d4c8d0
GM
4252 (miscmanualdir): New.
4253 (dist): Use new variable miscmanualdir.
4254 * makefile.w32-in (infodir, texinputdir): Go up one more level.
4255 (usermanualdir): Change from ../man to ../emacs.
4256
1bb1f7d3
MR
42572007-08-30 Martin Rudalics <rudalics@gmx.at>
4258
4259 * commands.texi (Command Loop Info): Advise against changing
4260 most variables described here. Explain new variable
4261 last-repeatable-command.
4262
b8d4c8d0
GM
42632007-08-29 Glenn Morris <rgm@gnu.org>
4264
4265 * elisp.texi (EMACSVER): Increase to 23.0.50.
4266
42672007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
4268
4269 * frames.texi (Basic Parameters): Add display-environment-variable
4270 and term-environment-variable.
4271
42722007-08-28 Juri Linkov <juri@jurta.org>
4273
4274 * display.texi (Image Formats, Other Image Types): Add SVG.
4275
42762007-08-28 Juri Linkov <juri@jurta.org>
4277
4278 * display.texi (Images): Move formats-related text to new node
4279 "Image Formats".
4280 (Image Formats): New node.
4281
619fb9ee
RS
42822007-08-27 Richard Stallman <rms@gnu.org>
4283
4284 * windows.texi (Window Configurations): Clarify what
4285 a window configuration saves.
4286
b8d4c8d0
GM
42872007-08-25 Richard Stallman <rms@gnu.org>
4288
4289 * display.texi (Images): Delete redundant @findex.
4290
39f9da30
GM
42912007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
4292
4293 * text.texi (Change Hooks): (after|before)-change-functions are no
4294 longer bound to nil while running; rather inhibit-modification-hooks
4295 is t.
4296
b8d4c8d0
GM
42972007-08-16 Richard Stallman <rms@gnu.org>
4298
5dcb4c4e
SM
4299 * processes.texi (Asynchronous Processes):
4300 Clarify doc of start-file-process.
b8d4c8d0
GM
4301
43022007-08-08 Martin Rudalics <rudalics@gmx.at>
4303
4304 * modes.texi (Example Major Modes): Fix typo.
4305
43062007-08-08 Glenn Morris <rgm@gnu.org>
4307
4308 * intro.texi (nil and t): Do not use `iff' in documentation.
4309
4310 * tips.texi (Documentation Tips): Recommend against `iff'.
4311
43122007-08-07 Chong Yidong <cyd@stupidchicken.com>
4313
4314 * display.texi (Image Cache): Document image-refresh.
4315
43162007-08-06 Martin Rudalics <rudalics@gmx.at>
4317
4318 * windows.texi (Size of Window): Document window-full-width-p.
4319
43202007-07-25 Glenn Morris <rgm@gnu.org>
4321
4322 * gpl.texi (GPL): Replace license with GPLv3.
4323
4324 * Relicense all FSF files to GPLv3 or later.
4325
43262007-07-24 Michael Albinus <michael.albinus@gmx.de>
4327
4638454b
JB
4328 * processes.texi (Synchronous Processes):
4329 Add `process-file-shell-command'.
b8d4c8d0
GM
4330 (Asynchronous Processes): Mention restricted use of
4331 `process-filter' and `process-sentinel' in
4332 `start-file-process'. Add `start-file-process-shell-command'.
4333
43342007-07-17 Michael Albinus <michael.albinus@gmx.de>
4335
4336 * files.texi (Magic File Names): Introduce optional parameter
4337 IDENTIFICATION for `file-remote-p'.
4338
43392007-07-16 Richard Stallman <rms@gnu.org>
4340
4341 * display.texi (Defining Faces): Fix previous change.
4342
43432007-07-14 Richard Stallman <rms@gnu.org>
4344
4345 * control.texi (Handling Errors): Document `debug' in handler list.
4346
43472007-07-10 Richard Stallman <rms@gnu.org>
4348
4349 * display.texi (Defining Faces): Explain C-M-x feature for defface.
4350
43512007-07-09 Richard Stallman <rms@gnu.org>
4352
4353 * files.texi (Magic File Names): Rewrite previous change.
4354
43552007-07-08 Michael Albinus <michael.albinus@gmx.de>
4356
4357 * files.texi (Magic File Names): Introduce optional parameter
4358 CONNECTED for `file-remote-p'.
4359
43602007-07-07 Michael Albinus <michael.albinus@gmx.de>
4361
4362 * processes.texi (Asynchronous Processes):
4363 * files.texi (Magic File Names): Add `start-file-process'.
4364
43652007-06-27 Richard Stallman <rms@gnu.org>
4366
5dcb4c4e
SM
4367 * files.texi (Format Conversion Piecemeal):
4368 Clarify `after-insert-file-functions' calling convention.
b8d4c8d0
GM
4369
43702007-06-27 Michael Albinus <michael.albinus@gmx.de>
4371
4638454b
JB
4372 * files.texi (Magic File Names): Remove `dired-call-process'.
4373 Add `process-file'.
b8d4c8d0
GM
4374
43752007-06-27 Kenichi Handa <handa@m17n.org>
4376
4377 * text.texi (Special Properties): Fix description about
4638454b 4378 `composition' property.
b8d4c8d0
GM
4379
43802007-06-26 Kenichi Handa <handa@m17n.org>
4381
4382 * nonascii.texi (Default Coding Systems): Document about the
4383 return value `undecided'.
4384
43852007-06-25 David Kastrup <dak@gnu.org>
4386
4387 * keymaps.texi (Active Keymaps): Document new POSITION argument of
4388 `current-active-maps'.
4389
43902007-06-24 Karl Berry <karl@gnu.org>
4391
4638454b 4392 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
b8d4c8d0
GM
4393
43942007-06-15 Juanma Barranquero <lekktu@gmail.com>
4395
4396 * display.texi (Overlay Arrow): Doc fix.
4397
43982007-06-14 Karl Berry <karl@tug.org>
4399
4400 * anti.texi (Antinews): Typo.
4401
44022007-06-14 Chong Yidong <cyd@stupidchicken.com>
4403
4404 * display.texi (Image Cache): Document image-refresh.
4405
44062007-06-12 Karl Berry <karl@gnu.org>
4407
4408 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
4409 * two-volume.make: New file.
4410 * .cvsignore: Ignore two-volume files.
4411
44122007-06-12 Tom Tromey <tromey@redhat.com>
4413
4414 * os.texi (Init File): Document user-emacs-directory.
4415
44162007-06-03 Nick Roberts <nickrob@snap.net.nz>
4417
4418 * commands.texi (Click Events): Describe width and height when
4419 object is nil.
4420
44212007-05-30 Nick Roberts <nickrob@snap.net.nz>
4422
5dcb4c4e
SM
4423 * commands.texi (Click Events): Layout more logically.
4424 Describe width and height.
b8d4c8d0
GM
4425 (Drag Events, Motion Events): Update to new format for position.
4426
44272007-06-02 Richard Stallman <rms@gnu.org>
4428
4429 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
4430
44312007-06-02 Chong Yidong <cyd@stupidchicken.com>
4432
4433 * Version 22.1 released.
4434
44352007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
4436
4437 * text.texi (Special Properties): Correct meaning of fontified face.
4438
44392007-05-30 Richard Stallman <rms@gnu.org>
4440
4441 * text.texi (Special Properties): Add link to Adjusting Point.
4442
44432007-05-12 Richard Stallman <rms@gnu.org>
4444
4445 * text.texi (Margins): indent-to-left-margin is not the default.
4446 (Mode-Specific Indent): For indent-line-function, the default
4447 is indent-relative.
4448
4449 * modes.texi (Example Major Modes): Explain last line of text-mode
4450 is redundant.
4451
44522007-05-10 Richard Stallman <rms@gnu.org>
4453
4454 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
4455
4456 * help.texi (Keys in Documentation): Add reference to
4457 Documentation Tips.
4458
4459 * files.texi (Format Conversion): TO-FN gets three arguments.
4460
4461 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
4462
44632007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
4464
4465 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
4466 * files.texi (Format Conversion): Expand intro; add menu.
4467 (Format Conversion Overview, Format Conversion Round-Trip)
4468 (Format Conversion Piecemeal): New nodes/subsections.
4469 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
4470 * text.texi (Text Properties): Remove "Saving Properties" from menu.
4471 (Saving Properties): Delete node/subsection.
4472
44732007-05-07 Karl Berry <karl@gnu.org>
4474
4475 * elisp.texi (EMACSVER): Back to 22.
4476
44772007-05-06 Richard Stallman <rms@gnu.org>
4478
4479 * processes.texi (Accepting Output): Revert most of previous change.
4480
44812007-05-05 Richard Stallman <rms@gnu.org>
4482
4483 * processes.texi (Accepting Output): accept-process-output
4484 uses microseconds, not milliseconds. But that arg is obsolete.
4485
44862007-05-04 Karl Berry <karl@tug.org>
4487
4488 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
4489
44902007-05-04 Eli Zaretskii <eliz@gnu.org>
4491
4492 * tips.texi (Documentation Tips): Rearrange items to place the
4493 more important ones first. Add an index entry for hyperlinks.
4494
44952007-05-03 Karl Berry <karl@gnu.org>
4496
4497 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
4498 (EMACSVER) [smallbook]: 22 for printed version.
4499
4500 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
4501 so restore anchor to normal position after defun. Found by Kevin Ryde.
4502
45032007-04-26 Glenn Morris <rgm@gnu.org>
4504
4505 * elisp.texi (EMACSVER): Increase to 22.1.50.
4506
45072007-04-28 Karl Berry <karl@gnu.org>
4508
4509 * elisp.texi: Improve line breaks on copyright page,
4510 similar layout to emacs manual, 8.5x11 by default.
4511
45122007-04-24 Richard Stallman <rms@gnu.org>
4513
4514 * text.texi (Special Properties): Add xref to Overlay Properties.
4515
4516 * display.texi (Overlay Properties): Add xref to Special Properties.
4517
45182007-04-22 Richard Stallman <rms@gnu.org>
4519
4520 * keymaps.texi (Extended Menu Items): Move the info about
4521 format with cached keyboard binding.
4522
45232007-04-21 Richard Stallman <rms@gnu.org>
4524
4525 * text.texi (Special Properties): Clarify previous change.
4526
4527 * files.texi (File Name Expansion): Clarify previous change.
4528
4529 * display.texi (Attribute Functions): Fix example for
4530 face-attribute-relative-p.
4531
45322007-04-19 Kenichi Handa <handa@m17n.org>
4533
4534 * text.texi (Special Properties): Document composition property.
4535
45362007-04-19 Glenn Morris <rgm@gnu.org>
4537
4538 * files.texi (File Name Expansion): Mention "superroot".
4539
45402007-04-15 Chong Yidong <cyd@stupidchicken.com>
4541
4542 * frames.texi (Multiple Displays): Add note about "multi-monitor"
4543 setups.
4544 (Display Feature Testing): Note that display refers to all
4545 physical monitors for multi-monitor setups.
4546
45472007-04-14 Richard Stallman <rms@gnu.org>
4548
4549 * lists.texi (Sets And Lists): Clarify `delete' examples.
4550 Remove spurious xref to same node.
4551 Clarify xref for add-to-list.
4552
45532007-04-12 Nick Roberts <nickrob@snap.net.nz>
4554
4555 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
4556 value of lisp-mode-map.
4557
45582007-04-11 Karl Berry <karl@gnu.org>
4559
4560 * anti.texi (Antinews):
4561 * display.texi (Overlay Properties, Defining Images):
4562 * processes.texi (Synchronous Processes, Sentinels):
4563 * syntax.texi (Syntax Table Internals):
4564 * searching.texi (Regexp Special):
4565 * nonascii.texi (Default Coding Systems):
4566 * text.texi (Special Properties):
4567 * minibuf.texi (Basic Completion): Wording to improve breaks in
4568 8.5x11 format.
4569 * elisp.texi (smallbook): New @set to more easily switch between
4570 smallbook and 8.5x11.
4571
45722007-04-11 Richard Stallman <rms@gnu.org>
4573
4574 * text.texi (Lazy Properties): Minor fix.
4575
45762007-04-08 Karl Berry <karl@gnu.org>
4577
4578 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
4579 * macros.texi (Backquote): Downcase Backquote in index entries for
4580 consistency.
4581
45822007-04-08 Richard Stallman <rms@gnu.org>
4583
4584 * text.texi (Adaptive Fill): Just describe default,
4585 don't show it (since it contains non-ASCII chars).
4586
45872007-04-07 Karl Berry <karl@gnu.org>
4588
4589 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
4590 adaptive-fill-regexp's value, since they are not in the standard
4591 TeX fonts.
4592
45932007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
4594
4595 * display.texi (Defining Faces): Fix example.
4596
45972007-04-07 Karl Berry <karl@gnu.org>
4598
4599 * display.texi (Button Buffer Commands): Improve page break.
4600
46012007-04-07 Richard Stallman <rms@gnu.org>
4602
4603 * advice.texi (Activation of Advice): Remove redundant index entry.
4604
4605 * backups.texi: Improve index entries. Remove redundant ones.
4606
4607 * compile.texi (Byte Compilation): Improve index entry.
4608
4609 * hash.texi (Creating Hash): Improve index entry.
4610
4611 * symbols.texi (Definitions): Improve index entry.
4612
4613 * edebug.texi: Improve index entries. Remove redundant/useless ones.
4614
4615 * maps.texi (Standard Keymaps): Remove useless index entry.
4616
4617 * help.texi (Documentation Basics): Remove redundant index entries.
4618
4619 * customize.texi: Improve index entries.
4620 Remove redundant/useless ones.
4621
4622 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
4623
4624 * streams.texi (Output Variables): Improve index entry.
4625
4626 * abbrevs.texi (Abbrevs): Remove useless index entry.
4627
4628 * macros.texi (Expansion): Remove useless index entry.
4629
4630 * text.texi: Improve index entries. Remove redundant/useless ones.
4631 (Text Properties, Examining Properties)
4632 (Special Properties): Use "property category" instead of "category"
4633 to refer to the `category' property.
4634
4635 * positions.texi: Improve index entries. Remove useless one.
4636
4637 * lists.texi: Improve index entries. Remove redundant/useless ones.
4638
4639 * os.texi: Improve index entries.
4640 (Timers): Fix previous change.
4641
4642 * buffers.texi: Improve index entries.
4643 (Modification Time): Get rid of term "obsolete buffer".
4644
4645 * debugging.texi: Improve index entries.
4646 (Test Coverage): Add xref to other test coverage ftr.
4647
4648 * eval.texi: Improve index entry. Remove redundant ones.
4649
4650 * numbers.texi: Improve index entries. Remove redundant/useless ones.
4651
4652 * files.texi: Improve index entries. Remove redundant/useless ones.
4653
4654 * objects.texi: Improve index entries.
4655
4656 * processes.texi: Improve index entries.
4657
4658 * modes.texi: Improve index entry. Remove redundant one.
4659
4660 * nonascii.texi: Improve index entries.
4661
4662 * internals.texi: Improve index entries.
4663
4664 * syntax.texi: Improve index entries.
4665
4666 * keymaps.texi (Active Keymaps): Improve index entries.
4667
4668 * commands.texi: Improve index entries. Remove redundant/useless ones.
4669
4670 * frames.texi: Improve index entries. Remove redundant/useless ones.
4671
4672 * markers.texi: Improve index entries. Remove redundant ones.
4673
4674 * tips.texi: Improve index entries.
4675
4676 * loading.texi (Unloading): Improve index entry.
4677
4678 * variables.texi: Improve index entries. Remove redundant one.
4679
4680 * sequences.texi: Improve index entry.
4681
4682 * display.texi: Improve index entries. Remove redundant ones.
4683
4684 * windows.texi: Improve index entries.
4685
4686 * searching.texi: Improve index entries. Remove redundant one.
4687
4688 * strings.texi (Case Tables): Improve last change.
4689
46902007-04-04 Chong Yidong <cyd@stupidchicken.com>
4691
4692 * strings.texi (Case Tables): Document with-case-table and
4693 ascii-case-table.
4694
46952007-04-03 Karl Berry <karl@gnu.org>
4696
4697 * processes.texi (Network): Reword to improve page break.
4698
46992007-04-03 Eli Zaretskii <eliz@gnu.org>
4700
4701 * functions.texi (Inline Functions): Describe more disadvantages
4702 of defsubst, and make advice against it stronger.
4703
47042007-04-02 Karl Berry <karl@gnu.org>
4705
4706 * backups.texi (Backup Names): Avoid widow words.
4707 * modes.texi (Example Major Modes): Align last comment.
4708
47092007-04-01 Chong Yidong <cyd@stupidchicken.com>
4710
4711 * keymaps.texi (Remapping Commands): Document new arg to
4712 command-remapping.
4713
47142007-04-01 Karl Berry <karl@gnu.org>
4715
4716 * processes.texi (Low-Level Network): Typo.
4717 * loading.texi (Hooks for Loading): Avoid double "the".
4718 * keymaps.texi (Key Sequences): No double "and".
4719 (Changing Key Bindings): Shorten to improve line break.
4720
47212007-03-31 Glenn Morris <rgm@gnu.org>
4722
4723 * os.texi (Timers): Fix description of run-at-time TIME formats.
4724
47252007-03-31 Richard Stallman <rms@gnu.org>
4726
4727 * display.texi (Invisible Text): Correct buffer-invisibility-spec
4728 regarding ellipsis.
4729
47302007-03-31 Eli Zaretskii <eliz@gnu.org>
4731
4732 * intro.texi (nil and t):
4733 * symbols.texi (Plists and Alists):
4734 * variables.texi (Variable Aliases, Constant Variables):
4735 * functions.texi (Defining Functions):
4736 * advice.texi (Advising Primitives):
4737 * debugging.texi (Syntax Errors, Compilation Errors):
4738 * minibuf.texi (Minibuffer Windows):
4739 * commands.texi (Adjusting Point):
4740 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
4741 (Auto Major Mode, Major Mode Conventions):
4742 * help.texi (Describing Characters):
4743 * files.texi (Create/Delete Dirs, Information about Files)
4744 (File Locks, Writing to Files, Reading from Files)
4745 (Saving Buffers):
4746 * windows.texi (Resizing Windows, Cyclic Window Ordering):
4747 * frames.texi (Finding All Frames):
4748 * positions.texi (Buffer End, Motion):
4749 * markers.texi (The Region):
4750 * text.texi (Deletion, Near Point):
4751 * display.texi (Displaying Messages, Truncation):
4752 * os.texi (Processor Run Time):
4753 * tips.texi (Key Binding Conventions, Programming Tips)
4754 (Warning Tips, Documentation Tips, Comment Tips):
4755 * internals.texi (Memory Usage): Improve indexing.
4756
4757 * variables.texi (Frame-Local Variables):
4758 * functions.texi (Argument List):
4759 * loading.texi (Library Search):
4760 * streams.texi (Output Variables):
4761 * keymaps.texi (Translation Keymaps, Searching Keymaps):
4762 * searching.texi (Replacing Match, Search and Replace):
4763 * processes.texi (Byte Packing, Decoding Output)
4764 (Accepting Output, Network Servers, Shell Arguments):
4765 * display.texi (Abstract Display, Image Cache, Scroll Bars):
4766 * windows.texi (Window Point, Window Start):
4767 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
4768 * commands.texi (Reading Input, Keyboard Events):
4769 * minibuf.texi (Reading File Names, Minibuffer Completion)
4770 (Recursive Mini):
4771 * positions.texi (List Motion):
4772 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
4773 * numbers.texi (Arithmetic Operations, Math Functions)
4774 (Predicates on Numbers, Comparison of Numbers):
4775 (Numeric Conversions):
4776 * locals.texi (Standard Buffer-Local Variables):
4777 * maps.texi (Standard Keymaps):
4778 * os.texi (User Identification, System Environment, Recording Input)
4779 (X11 Keysyms):
4780 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
4781 * backups.texi (Backups and Auto-Saving):
4782 * customize.texi (Customization, Group Definitions)
4783 (Variable Definitions):
4784 * compile.texi (Byte Compilation): Improve index entries.
4785
47862007-03-31 Karl Berry <karl@gnu.org>
4787
4788 * macros.texi (Defining Macros): Avoid widow syllable.
4789
47902007-03-31 Eli Zaretskii <eliz@gnu.org>
4791
4792 * elisp.texi (Top): Postscript -> PostScript.
4793
4794 * display.texi (Images, Postscript Images): Postscript -> PostScript.
4795
47962007-03-31 Markus Triska <markus.triska@gmx.at>
4797
4798 * internals.texi (Writing Emacs Primitives): Untabify `For'.
4799
48002007-03-30 Karl Berry <karl@gnu.org>
4801
4802 * lists.texi (List-related Predicates): Remove spurious @need.
4803 (Setcdr): Use @smallexample to improve page break.
4804 (Association Lists) <assoc>: Reword to improve page break.
4805
4806 * strings.texi (String Conversion): Insert blank line to improve
4807 page break.
4808
4809 * numbers.texi (Random Numbers): Use @minus{}.
4810 (Math Functions): Use @minus{}.
4811
4812 * intro.texi (Acknowledgements): Avoid line breaks before middle
4813 initials.
4814
48152007-03-24 Eli Zaretskii <eliz@gnu.org>
4816
4817 * errors.texi (Standard Errors): Add an index entry.
4818
48192007-03-19 Richard Stallman <rms@gnu.org>
4820
4821 * os.texi (Recording Input): recent-keys now gives 300 keys.
4822
48232007-03-12 Glenn Morris <rgm@gnu.org>
4824
4825 * os.texi: Replace "daylight savings" with "daylight saving"
4826 throughout.
4827
48282007-03-05 Richard Stallman <rms@gnu.org>
4829
5dcb4c4e
SM
4830 * variables.texi (File Local Variables):
4831 Update enable-local-variables values.
b8d4c8d0
GM
4832
48332007-03-04 Richard Stallman <rms@gnu.org>
4834
4835 * syntax.texi (Control Parsing): Minor clarification.
4836
4837 * strings.texi (Formatting Strings): Clarify width, precision, flags.
4838
4839 * sequences.texi (Sequence Functions): Move string-bytes away,
4840 add xref.
4841
4842 * nonascii.texi (Text Representations): Move string-bytes here.
4843
4844 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
4845
4846 * minibuf.texi (Basic Completion): Minor clarification.
4847
4848 * markers.texi (The Mark): Clarify existence vs activation of mark.
4849 Other cleanup.
4850
4851 * display.texi (Finding Overlays): Write better example.
4852
4853 * compile.texi (Eval During Compile): Clarify putting macros
4854 in eval-when-compile.
4855
c5602427 48562007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
b8d4c8d0
GM
4857
4858 * loading.texi (How Programs Do Loading): Fix anchor position at
c5602427 4859 load-read-function definition doc.
b8d4c8d0
GM
4860
48612007-02-21 Kim F. Storm <storm@cua.dk>
4862
4863 * strings.texi (Text Comparison): Mention that assoc-string
4864 converts symbols to strings before testing.
4865
48662007-02-17 Kim F. Storm <storm@cua.dk>
4867
4868 * processes.texi (Bindat Spec): Vector types can have optional
4869 element type.
4870 (Bindat Examples): Fix example. Add vector with element type.
4871
48722007-02-16 Andreas Schwab <schwab@suse.de>
4873
4874 * strings.texi (Formatting Strings): Document '+' flag.
4875
48762007-02-15 Juanma Barranquero <lekktu@gmail.com>
4877
4878 * strings.texi (Modifying Strings): Clarify that `clear-string'
4879 always converts the string to unibyte.
4880
48812007-02-14 Kim F. Storm <storm@cua.dk>
4882
4883 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
4884 Rewrite glyph code description to refer to these functions.
4885 Remove details of encoding face number and char into integer code.
4886
48872007-02-03 Alan Mackenzie <acm@muc.de>
4888
4889 * loading.texi (Hooks for Loading): Make the description of
4890 `eval-after-load' more detailed, and amend the description of
4891 after-load-alist, in accordance with changes from 2006-05.
4892
48932007-02-03 Chong Yidong <cyd@stupidchicken.com>
4894
4895 * modes.texi (Defining Minor Modes): Document that a :require
4896 keyword or similar may be required to make saved customization
4897 variables work.
4898
48992007-02-03 Eli Zaretskii <eliz@gnu.org>
4900
4901 * elisp.texi (Top): Make the detailed menu headers compliant with
5dcb4c4e
SM
4902 Texinfo guidelines and with what texnfo-upd.el expects.
4903 Add comments to prevent people from inadvertently modifying the key
b8d4c8d0
GM
4904 parts needed by `texinfo-multiple-files-update'.
4905
49062007-02-02 Eli Zaretskii <eliz@gnu.org>
4907
4908 * elisp.texi (Top): Update the top-level menus.
4909
4910 * syntax.texi (Categories): Add index entries.
4911
49122007-02-01 Juanma Barranquero <lekktu@gmail.com>
4913
4914 * display.texi (Attribute Functions): Fix name and description of
4915 the UNDERLINE arg of `set-face-underline-p'.
4916
49172007-01-29 Eli Zaretskii <eliz@gnu.org>
4918
4919 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
4920 Variables", and "Standard Keymaps" to the detailed menu.
4921
4922 * variables.texi (Future Local Variables): Add index entry.
4923
49242007-01-28 Richard Stallman <rms@gnu.org>
4925
4926 * tips.texi (Coding Conventions): Clarify the tip about macros
4927 that define a function or a variable.
4928
4929 * files.texi (File Attributes): UID and GID can be floats.
4930 (Magic File Names): Explain why deferring all operations to
4931 the standard handler does not work.
4932
49332007-01-23 Martin Rudalics <rudalics@gmx.at>
4934
4935 * backups.texi (Reverting): Use "buffer" instead of "file"
4936 when talking about major and minor modes.
4937
49382007-01-21 Richard Stallman <rms@gnu.org>
4939
4940 * help.texi (Documentation): Add xref to Documentation Tips.
4941
49422007-01-14 Juanma Barranquero <lekktu@gmail.com>
4943
4944 * tips.texi (Coding Conventions): Fix typos.
4945
49462007-01-05 Richard Stallman <rms@gnu.org>
4947
4948 * modes.texi (Defining Minor Modes): Fix previous change.
4949
49502007-01-03 Richard Stallman <rms@gnu.org>
4951
4952 * customize.texi (Variable Definitions, Customization Types):
4953 Don't use * in doc string for defcustom.
4954
49552007-01-02 Richard Stallman <rms@gnu.org>
4956
4957 * variables.texi (Variable Aliases): Clarify that aliases vars
4958 always have the same value.
4959
4960 * processes.texi (Bindat Spec): Fix Texinfo usage.
4961
4962 * modes.texi (Defining Minor Modes): Explain effect of command
4963 defined with define-global-minor-mode on new buffers.
4964
49652006-12-30 Kim F. Storm <storm@cua.dk>
4966
4967 * keymaps.texi (Tool Bar): Describe `grow-only' value of
4968 `auto-resize-tool-bars'.
4969
49702006-12-30 Richard Stallman <rms@gnu.org>
4971
4972 * keymaps.texi (Active Keymaps): Fix previous change.
4973
49742006-12-30 Nick Roberts <nickrob@snap.net.nz>
4975
4976 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
4977
49782006-12-30 Kim F. Storm <storm@cua.dk>
4979
4980 * processes.texi (Bindat Spec): Clarify using field names in
4981 length specifications.
4982
49832006-12-29 Kim F. Storm <storm@cua.dk>
4984
4985 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
4986 Add count and index variables for eval forms in repeat blocks.
4987
49882006-12-24 Richard Stallman <rms@gnu.org>
4989
5dcb4c4e
SM
4990 * customize.texi (Variable Definitions):
4991 Document new name custom-add-frequent-value.
b8d4c8d0
GM
4992
49932006-12-19 Kim F. Storm <storm@cua.dk>
4994
4995 * commands.texi (Misc Events): User signals now result in sigusr1
4996 and sigusr2 events which are handled through special-event-map.
4997 (Special Events): User signals and drag-n-drop are special.
4998
49992006-12-17 Richard Stallman <rms@gnu.org>
5000
5001 * loading.texi (Named Features): Explain subfeatures better.
5002
5003 * customize.texi: Use "option" only for user options.
5004 For the keyword values inside defcustom etc, say "keywords".
5005 For :options value's elements, say "elements".
5006 :group should not be omitted.
5007
5008 * syntax.texi (Parsing Expressions): Split up node.
5009 (Motion via Parsing, Position Parse, Parser State)
5010 (Low-Level Parsing, Control Parsing): New subnodes.
5011 (Parser State): Document syntax-ppss-toplevel-pos.
5012
5013 * positions.texi (List Motion): Punctuation fix.
5014
5015 * files.texi (File Name Completion): Document PREDICATE arg
5016 to file-name-completion.
5017
50182006-12-16 Eli Zaretskii <eliz@gnu.org>
5019
5020 * internals.texi (Building Emacs, Writing Emacs Primitives):
5021 Add index entries.
5022
50232006-12-11 Richard Stallman <rms@gnu.org>
5024
5025 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
5026 affects face menu. Explain how to make it non-nil without enabling
5027 any fontification.
5028
50292006-12-10 Chong Yidong <cyd@stupidchicken.com>
5030
5031 * modes.texi (Font Lock Basics): Document nil value of
5032 font-lock-defaults.
5033
50342006-12-10 Glenn Morris <rgm@gnu.org>
5035
5036 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
5037 value for system-flag argument. Abbrev tables may not be empty
5038 when major modes are loaded.
5039
50402006-12-08 Juanma Barranquero <lekktu@gmail.com>
5041
5042 * makefile.w32-in (maintainer-clean): Partially revert last
5043 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
5044 to protect elisp-covers.texi.
5045
50462006-12-07 Juanma Barranquero <lekktu@gmail.com>
5047
5048 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
5049 Don't remove elisp* info files; they are already deleted by the
5050 `clean' and `distclean' targets, and they are in the $(infodir)
5051 directory, not the current one.
5052
50532006-12-04 Kim F. Storm <storm@cua.dk>
5054
5055 * commands.texi (Misc Events): Update signal events.
5056 (Event Examples): Add signal example.
5057
50582006-11-29 Richard Stallman <rms@gnu.org>
5059
5060 * frames.texi (Visibility of Frames): Explain visible windows
5061 can be covered by others. Add xref for raise-frame.
5062
50632006-11-28 Richard Stallman <rms@gnu.org>
5064
5065 * searching.texi (Regexp Special): Update when ^ is special.
5066
50672006-11-27 Eli Zaretskii <eliz@gnu.org>
5068
5069 * customize.texi (Customization, Common Keywords)
5070 (Group Definitions, Variable Definitions, Composite Types)
5071 (Type Keywords, Customization Types): Add index entries for
5072 various customization keywords.
5073
50742006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
5075
5076 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
5077
c8763fb6 50782006-11-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
5079
5080 * frames.texi (Window System Selections): Remove clipboard from
5081 description of selection-coding-system.
5082
50832006-11-06 Richard Stallman <rms@gnu.org>
5084
5085 * lists.texi (List Variables): Document COMPARE-FN.
5086
5087 * keymaps.texi: Avoid use of "binding" to mean a relation;
5088 use it only to refer to the meaning associated with a key.
5089 (Keymaps): Change menu node description.
5090
5091 * elisp.texi (Top): Change menu node description.
5092
5093 * display.texi (Managing Overlays): Document overlay-recenter.
5094
50952006-10-29 Chong Yidong <cyd@stupidchicken.com>
5096
5097 * Makefile.in: Use relative paths to avoid advertising filesystem
5098 contents during compilation.
5099
51002006-10-23 Kim F. Storm <storm@cua.dk>
5101
5102 * commands.texi (Event Input Misc): Update unread-command-events.
5103
51042006-10-23 Nick Roberts <nickrob@snap.net.nz>
5105
5106 * lists.texi (Sets And Lists): Fix typos.
5107
51082006-10-18 Juanma Barranquero <lekktu@gmail.com>
5109
5110 * control.texi (Processing of Errors): Use @var for an argument,
5111 not @code.
5112
51132006-10-16 Richard Stallman <rms@gnu.org>
5114
5115 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
5116
5117 * keymaps.texi (Format of Keymaps): Show all the keymap element
5118 patterns that result from menu items.
5119 (Key Lookup): Minor cleanups.
5120
5121 * modes.texi (Precalculated Fontification): Don't say that
5122 not setting font-lock-defaults avoids loading font-lock.
5123
5124 * help.texi (Documentation): Move xref to Emacs Manual here.
5125 (Documentation Basics): From here.
5126 Also doc emacs-lisp-docstring-fill-column.
5127
5128 * elisp.texi: Update version and ISBN.
5129
5130 * commands.texi (Interactive Call): Clarify KEYS arg to
5131 call-interactively is a vector.
5132 (Command Loop Info): Delete anchor in this-command-keys.
5133 Add anchor in this-command-keys-vector.
5134 (Recursive Editing): Document how recursive-edit
5135 handles the current buffer.
5136
51372006-10-13 Chong Yidong <cyd@stupidchicken.com>
5138
5139 * frames.texi (Frame Titles): %c and %l are ignored in
5140 frame-title-format.
5141
51422006-10-11 Richard Stallman <rms@gnu.org>
5143
5144 * keymaps.texi (Key Sequences): Clarify use of kbd.
5145
51462006-10-10 Kim F. Storm <storm@cua.dk>
5147
5148 * lists.texi (Sets And Lists): Add memql.
5149
51502006-10-03 Richard Stallman <rms@gnu.org>
5151
5152 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
5153 Clarify :ascii: and :nonascii:.
5154
51552006-09-29 Juri Linkov <juri@jurta.org>
5156
5157 * modes.texi (%-Constructs): Reorder coding systems in the
5158 documentation of %z to the real order displayed in the modeline.
5159
51602006-09-25 Richard Stallman <rms@gnu.org>
5161
5162 * os.texi (Timers): Describe timer-max-repeats.
5163
51642006-09-25 Chong Yidong <cyd@stupidchicken.com>
5165
5166 * os.texi (Timers): Mention with-local-quit.
5167
51682006-09-24 Richard Stallman <rms@gnu.org>
5169
5170 * searching.texi (Searching and Matching): Mention property search.
5171
5172 * commands.texi (Command Loop Info): Explain how read-event affects
5173 this-command-keys.
5174
51752006-09-20 Richard Stallman <rms@gnu.org>
5176
5177 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
5178
5179 * windows.texi (Window Start): Minor cleanups.
5180
51812006-09-20 Kim F. Storm <storm@cua.dk>
5182
5183 * windows.texi (Window Start): pos-visible-in-window-p allows
5184 specifying t for position to mean "end of window".
5185 Add window-line-height.
5186
5187 * anti.texi (Antinews): Mention window-line-height.
5188
51892006-09-19 David Kastrup <dak@gnu.org>
5190
5191 * keymaps.texi (Searching Keymaps): Small clarification.
5192
51932006-09-18 Richard Stallman <rms@gnu.org>
5194
5195 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
5196 cause keyboard menus.
5197 (Menu Keymaps): Likewise.
5198 (Defining Menus, Keyboard Menus): Clarify.
5199
5200 * text.texi (Fields): Clarify explanation of constrain-to-field.
5201
52022006-09-16 Eli Zaretskii <eliz@gnu.org>
5203
5204 * variables.texi (Tips for Defining): Fix a typo.
5205
52062006-09-15 Richard Stallman <rms@gnu.org>
5207
5208 * keymaps.texi (Remapping Commands, Searching Keymaps)
5209 (Active Keymaps): Clean up previous change.
5210
52112006-09-15 Jay Belanger <belanger@truman.edu>
5212
5213 * gpl.texi: Replace "Library Public License" by "Lesser Public
5214 License" throughout.
5215
52162006-09-15 David Kastrup <dak@gnu.org>
5217
5218 * keymaps.texi (Active Keymaps): Adapt description to use
5219 `get-char-property' instead `get-text-property'. Explain how
5220 mouse events change this. Explain the new optional argument of
5221 `key-binding' and its mouse-dependent lookup.
5222 (Searching Keymaps): Adapt description similarly.
5223 (Remapping Commands): Explain the new optional argument of
5224 `command-remapping'.
5225
52262006-09-14 Richard Stallman <rms@gnu.org>
5227
5228 * keymaps.texi (Searching Keymaps): Clarification.
5229 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
5230
52312006-09-13 Richard Stallman <rms@gnu.org>
5232
5233 * objects.texi (Character Type): Node split.
5234 Add xref to Describing Characters.
5235 (Basic Char Syntax, General Escape Syntax)
5236 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
5237
52382006-09-11 Richard Stallman <rms@gnu.org>
5239
5240 * display.texi (Display Table Format): Wording clarification.
5241 (Glyphs): Clarifications.
5242
52432006-09-10 Chong Yidong <cyd@stupidchicken.com>
5244
5245 * keymaps.texi (Active Keymaps): Mention that key-binding checks
5246 local maps.
5247
52482006-09-10 Kim F. Storm <storm@cua.dk>
5249
5250 * display.texi (Forcing Redisplay): Document return value of
5251 function redisplay.
5252
52532006-09-09 Richard Stallman <rms@gnu.org>
5254
5255 * windows.texi (Window Hooks): Explain limits of
5256 window-scroll-functions.
5257
5258 * display.texi (Fringe Indicators): Update for last change in
5259 indicate-buffer-boundaries.
5260
52612006-09-08 Richard Stallman <rms@gnu.org>
5262
5263 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
5264
52652006-09-06 Kim F. Storm <storm@cua.dk>
5266
5267 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
5268
5269 * windows.texi (Window Start): Update pos-visible-in-window-p.
5270
52712006-09-04 Richard Stallman <rms@gnu.org>
5272
5273 * processes.texi (Accepting Output): Explain SECONDS=0 for
5274 accept-process-output.
5275
5276 * os.texi (Idle Timers): Explain why timer functions should not
5277 loop until (input-pending-p).
5278
52792006-09-02 Eli Zaretskii <eliz@gnu.org>
5280
5281 * makefile.w32-in (usermanualdir): New variable.
5282 (elisp.dvi): Use it.
5283
52842006-09-01 Eli Zaretskii <eliz@gnu.org>
5285
5286 * buffers.texi (Buffer Modification): Fix last change.
5287
52882006-09-01 Chong Yidong <cyd@stupidchicken.com>
5289
5dcb4c4e
SM
5290 * buffers.texi (Buffer Modification):
5291 Document buffer-chars-modified-tick.
b8d4c8d0
GM
5292
52932006-08-31 Richard Stallman <rms@gnu.org>
5294
5295 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
5296
52972006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
5298
5299 * modes.texi (Syntactic Font Lock):
5300 Mention font-lock-syntactic-face-function
5301 instead of specific faces.
5302
53032006-08-29 Chong Yidong <cyd@stupidchicken.com>
5304
5305 * display.texi (Images): Add xrref to display-images-p.
5306
53072006-08-28 Kenichi Handa <handa@m17n.org>
5308
5309 * nonascii.texi (Lisp and Coding Systems): Fix description of
5310 detect-coding-region.
5311
53122006-08-27 Michael Olson <mwolson@gnu.org>
5313
5314 * processes.texi (Transaction Queues): Remove stray quote
5315 character.
5316
53172006-08-25 Richard Stallman <rms@gnu.org>
5318
5319 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
5320 Add xref.
5321
53222006-08-24 Chong Yidong <cyd@stupidchicken.com>
5323
5324 * os.texi (Timers): Avoid waiting inside timers.
5325
53262006-08-21 Lute Kamstra <lute@gnu.org>
5327
5328 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
5329
53302006-08-20 Richard Stallman <rms@gnu.org>
5331
5332 * os.texi (Idle Timers): New node, split out from Timers.
5333 Document current-idle-time.
5334 * commands.texi (Reading One Event): Update xref.
5335 * elisp.texi (Top): Update subnode menu.
5336
53372006-08-16 Richard Stallman <rms@gnu.org>
5338
5339 * keymaps.texi (Extended Menu Items): Show format of cached
5340 bindings in extended menu items.
5341
5342 * customize.texi (Variable Definitions): Explain when the
5343 standard value expression is evaluated.
5344
53452006-08-15 Chong Yidong <cyd@stupidchicken.com>
5346
5347 * commands.texi (Reading One Event): Explain idleness in
5348 `read-event'.
5349
53502006-08-12 Chong Yidong <cyd@stupidchicken.com>
5351
5352 * text.texi (Near Point): Say "cursor" not "terminal cursor".
5dcb4c4e 5353 (Commands for Insertion): Remove split-line since it's not
b8d4c8d0
GM
5354 relevant for Lisp programming.
5355 (Yank Commands): Rewrite introduction.
5356 (Undo): Clarify.
5357 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
5358 (Filling): Remove redundant comment. Clarify return value of
5359 current-justification.
5360 (Margins): Minor clarifications.
5361 (Adaptive Fill): Update default value of adaptive-fill-regexp.
5362 (Sorting): Update definition of sort-lines.
5363 (Columns): Clarify behavior of sort-columns.
5364 (Indent Tabs): Link to Tab Stops in Emacs manual.
5365 (Special Properties): Clarify.
5366 (Clickable Text): Mention Buttons package.
5367
53682006-08-12 Kevin Ryde <user42@zip.com.au>
5369
5370 * os.texi (Time Parsing): Add %z to description of
5371 format-time-string, as per docstring. Add cross reference to
5372 glibc manual for strftime.
5373
53742006-08-08 Richard Stallman <rms@gnu.org>
5375
5376 * modes.texi: Clean up wording in previous change.
5377
53782006-08-07 Chong Yidong <cyd@stupidchicken.com>
5379
5380 * modes.texi (Hooks): Clarify.
5381 (Major Mode Basics): Mention define-derived-mode explicitly.
5382 (Major Mode Conventions): Rebinding RET is OK for some modes.
5383 Mention change-major-mode-hook and after-change-major-mode-hook.
5dcb4c4e 5384 (Example Major Modes): Move to end of Modes section.
b8d4c8d0
GM
5385 (Mode Line Basics): Clarify.
5386 (Mode Line Data): Mention help-echo and local-map in strings.
5387 Explain reason for treatment of non-risky variables.
5388 (Properties in Mode): Clarify.
5389 (Faces for Font Lock): Add font-lock-negation-char-face.
5390
53912006-08-04 Eli Zaretskii <eliz@gnu.org>
5392
5393 * strings.texi (Formatting Strings): Warn against arbitrary
5394 strings as first arg to `format'.
5395
53962006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
5397
5398 * text.texi (Clickable Text): Mention `help-echo' text property.
5399 Update intro, examples and associated explanations.
5400
54012006-07-31 Richard Stallman <rms@gnu.org>
5402
5403 * commands.texi: Update xrefs.
5404 (Event Mod): New node, cut out from old Translating Input.
5405
5406 * maps.texi: Update xrefs.
5407
5408 * keymaps.texi (Translation Keymaps): New node.
5409 Update xrefs from Translating Input to Translation Keymaps.
5410
5411 * elisp.texi (Top): Update subnode menu.
5412
5413 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
5414
5415 * os.texi (System Interface): Fix menu descriptions of some nodes.
5416 (Translating Input): Node deleted.
5417
54182006-07-31 Nick Roberts <nickrob@snap.net.nz>
5419
5420 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
5421
5422 * lists.texi (Sets And Lists): Likewise.
5423
54242006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
5425
5426 * text.texi (Fields): Mention POS
5427 requirement when narrowing is in effect.
5428
54292006-07-28 Richard Stallman <rms@gnu.org>
5430
5431 * display.texi (Face Attributes): Simplify wording.
5432 (Attribute Functions): Clarify meaning of new-frame default
5433 attribute settings.
5434
5435 * customize.texi (Common Keywords): Document how to use
5436 :package-version in a package not in Emacs.
5437
54382006-07-28 Kim F. Storm <storm@cua.dk>
5439
5440 * commands.texi (Reading One Event): Fix last change.
5441
54422006-07-26 Chong Yidong <cyd@stupidchicken.com>
5443
5444 * commands.texi (Reading One Event): Document SECONDS argument for
5445 read-event, read-char, and read-char-exclusive.
5446
54472006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
5448
5449 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
5450 to ensure correct identification.
5451
54522006-07-24 Richard Stallman <rms@gnu.org>
5453
5454 * text.texi (Clickable Text): Clarify.
5455
5456 * sequences.texi (Vector Functions): Delete duplicate xref.
5457
5458 * objects.texi (Function Type): Clarify.
5459
5460 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
5461 modes.
5462
5463 * lists.texi (List Variables): New node.
5464 Material moved from other nodes.
5465
5466 * variables.texi (Setting Variables): add-to-list and
5467 add-to-ordered-list moved to List Variables node.
5468
54692006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
5470
5471 * text.texi (Links and Mouse-1):
5472 For mouse-on-link-p, expand on arg POS.
5473
54742006-07-21 Kim F. Storm <storm@cua.dk>
5475
5476 * display.texi (Forcing Redisplay): Don't mention systems which
5477 don't support sub-second timers for redisplay-preemption-period.
5478
5479 * os.texi (Terminal Output): Clarify text vs graphical terminal.
5480
54812006-07-21 Eli Zaretskii <eliz@gnu.org>
5482
5483 * frames.texi (Input Focus): Document that focus-follows-mouse has
5484 no effect on MS-Windows.
5485
54862006-07-18 Richard Stallman <rms@gnu.org>
5487
5488 * display.texi (Forcing Redisplay): Cleanups in previous change.
5489
5490 * processes.texi (Low-Level Network): Make menu more convenient.
5491
54922006-07-18 Kim F. Storm <storm@cua.dk>
5493
5494 * display.texi (Forcing Redisplay): redisplay-preemption-period
5495 only used on window systems. Add xref to Terminal Output.
5496
5497 * os.texi (Terminal Output): baud-rate only controls preemption on
5498 non-window systems. Add xref to Forcing Redisplay.
5499
5500 * processes.texi (Low-Level Network): Rename node "Make Network"
5501 to "Network Processes".
5502
55032006-07-18 Karl Berry <karl@gnu.org>
5504
5505 * variables.texi, functions.texi, customize.texi, loading.texi:
5506 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
5507
55082006-07-17 Chong Yidong <cyd@stupidchicken.com>
5509
5510 * commands.texi (Waiting): Document batch-mode sit-for behavior.
5511
55122006-07-17 Richard Stallman <rms@gnu.org>
5513
5514 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
5515 Put period and comma inside quotes.
5516
5517 * loading.texi, markers.texi: Use real doublequote inside menus.
5518
5519 * windows.texi: Put point and comma inside quotes.
5520 (Textual Scrolling): Use @samp for error message.
5521
5522 * variables.texi, tips.texi, syntax.texi, symbols.texi:
5523 * strings.texi, streams.texi, processes.texi, os.texi:
5524 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
5525 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
5526 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
5527 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
5528 Put point and comma inside quotes.
5529
5530 * control.texi (Processing of Errors): Add command-error-function.
5531
5532 * variables.texi (File Local Variables): Clarify that
5533 file local variables make buffer-local bindings.
5534
5535 * modes.texi (Syntactic Font Lock): Give default for
5536 font-lock-syntax-table.
5537
55382006-07-17 Nick Roberts <nickrob@snap.net.nz>
5539
5540 * text.texi (Special Properties): Clean up previous change.
5541
55422006-07-16 Karl Berry <karl@gnu.org>
5543
5544 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
5545 * control.texi: Fix bad page breaks through chapter 10 (control).
5546
5547 * anti.texi (Antinews): Reorder face-attribute fns to avoid
5548 underfull hbox.
5549
55502006-07-15 Nick Roberts <nickrob@snap.net.nz>
5551
5552 * text.texi (Special Properties): Describe fontified text property
5553 in relation to a character (not text).
5554
55552006-07-15 Kim F. Storm <storm@cua.dk>
5556
5557 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
5558 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
5559 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
5560
5561 * anti.texi (Antinews): Mention redisplay function.
5562 The kbd macro existed, but was not documented, before 22.x.
5563 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
5564
55652006-07-14 Nick Roberts <nickrob@snap.net.nz>
5566
5567 * display.texi (Displaying Messages): Add anchor.
5568
5569 * frames.texi (Dialog Boxes): Use it.
5570
55712006-07-12 Richard Stallman <rms@gnu.org>
5572
5573 * objects.texi (Frame Type): Explain nature of frames better.
5574
5575 * frames.texi (Frames): Explain nature of frames better.
5576
55772006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
5578
5579 * tips.texi (Coding Conventions): Explain why use cl at compile time.
5580
55812006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5582
5583 * frames.texi (Window System Selections): Mention scrap support for Mac.
5584 Default value of x-select-enable-clipboard is t on Mac.
5585
5586 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
5587
55882006-07-11 Kim F. Storm <storm@cua.dk>
5589
5590 * display.texi (Forcing Redisplay): Add `redisplay' function.
5591 Don't mention (sit-for -1) -- use (redisplay t) instead.
5592
5593 * commands.texi (Waiting): (sit-for -1) is no longer special.
5594 (sit-for 0) is equivalent to (redisplay).
5595 Iconifying/deiconifying no longer makes sit-for return.
5596
55972006-07-10 Nick Roberts <nickrob@snap.net.nz>
5598
5599 * display.texi (Buttons): Fix typo.
5600
5601 * index.texi, elisp.texi (New Symbols): Comment node out.
5602
56032006-07-09 Richard Stallman <rms@gnu.org>
5604
5605 * display.texi (Truncation): Clean up previous change.
5606
56072006-07-08 Richard Stallman <rms@gnu.org>
5608
5609 * commands.texi (Interactive Call): Use 3 as prefix in example
5610 for execute-extended-command.
5611
5612 * display.texi (Attribute Functions): Move paragraph about
5613 compatibility with Emacs < 21.
5614
56152006-07-09 Kim F. Storm <storm@cua.dk>
5616
5617 * display.texi (Refresh Screen): Clarify force-window-update.
5618 (Truncation): "Normally" indicated by fringe arrows.
5619
56202006-07-08 Eli Zaretskii <eliz@gnu.org>
5621
5622 * windows.texi (Textual Scrolling, Resizing Windows):
5623 * variables.texi (Constant Variables):
5624 * text.texi (Buffer Contents, Deletion, Changing Properties)
5625 (Property Search, Special Properties, Sticky Properties)
5626 (Links and Mouse-1, Fields, Change Hooks):
5627 * syntax.texi (Syntax Table Functions, Parsing Expressions)
5628 (Categories):
5629 * symbols.texi (Other Plists):
5630 * streams.texi (Output Variables):
5631 * processes.texi (Input to Processes, Query Before Exit):
5632 * positions.texi (Word Motion, Text Lines, List Motion):
5633 * os.texi (Init File, System Environment, Sound Output)
5634 (Session Management):
5635 * nonascii.texi (Text Representations, Character Sets)
5636 (Chars and Bytes, Locales):
5637 * modes.texi (Defining Minor Modes, Header Lines):
5638 * minibuf.texi (Minibuffer Contents):
5639 * markers.texi (Information from Markers):
5640 * lists.texi (List Elements, Building Lists, Association Lists):
5641 * keymaps.texi (Tool Bar):
5642 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
5643 * functions.texi (What Is a Function, Mapping Functions):
5644 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
5645 (Color Names, Text Terminal Colors, Display Feature Testing):
5646 * files.texi (Visiting Functions, File Name Components)
5647 (Unique File Names, Contents of Directories):
5648 * display.texi (Forcing Redisplay, Displaying Messages)
5649 (Temporary Displays, Font Selection, Auto Faces)
5650 (Font Lookup, Fringe Indicators, Display Margins)
5651 (Image Descriptors, Showing Images, Image Cache, Button Types)
5652 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
5653 (Display Table Format, Glyphs):
5654 * control.texi (Iteration):
5655 * commands.texi (Command Loop Info, Adjusting Point):
5656 * backups.texi (Making Backups, Auto-Saving):
5657 Remove @tindex entries.
5658
56592006-07-07 Kim F. Storm <storm@cua.dk>
5660
5661 * display.texi (Fringe Cursors): Fix typo.
5662 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
5663 (Overlay Arrow): Default is overlay-arrow fringe indicator.
5664
56652006-07-05 Richard Stallman <rms@gnu.org>
5666
5667 * text.texi (Buffer Contents): Add example of text props
5668 in result of buffer-substring.
5669 (Text Properties): Explain better about use of specific property names.
5670 (Property Search): Some cleanups; reorder some functions.
5671
5672 * keymaps.texi (Changing Key Bindings): Cleanup.
5673 Add xref to Key Binding Conventions.
5674
5675 * display.texi (Attribute Functions): Add examples for
5676 face-attribute-relative-p.
5677
5678 * tips.texi (Coding Conventions): Cleanup last change.
5679
56802006-07-05 Karl Berry <karl@gnu.org>
5681
5682 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
5683 Remove @setchapternewpage odd.
5684 Result is 1013 pages, down from 1100.
5685
5686 * anti.texi, customize.texi, display.texi, internals.texi:
5687 * minibuf.texi, modes.texi, tips.texi:
5688 Fix overfull/underfull boxes.
5689
56902006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
5691
5692 * edebug.texi (Instrumenting):
5693 Add Edebug-specific findex for eval-buffer.
5694 * loading.texi (Loading):
5695 Replace eval-current-buffer with eval-buffer.
5696
56972006-06-30 Nick Roberts <nickrob@snap.net.nz>
5698
5699 * locals.texi (Standard Buffer-Local Variables): Update the list
5700 of variables.
5701
57022006-06-26 Nick Roberts <nickrob@snap.net.nz>
5703
5704 * files.texi (File Name Completion): Point user to the node
5705 "Reading File Names".
5706
57072006-06-24 Eli Zaretskii <eliz@gnu.org>
5708
5709 * files.texi (Contents of Directories): Document case-insensitive
5710 behavior on respective filesystems.
5711
5712 * objects.texi (Character Type): Document that Emacs signals an
5713 error for unsupported Unicode characters specified as \uNNNN.
5714
57152006-06-19 Richard Stallman <rms@gnu.org>
5716
5717 * processes.texi (Bindat Spec): Clarify previous change.
5718
57192006-06-16 Richard Stallman <rms@gnu.org>
5720
5721 * tips.texi (Coding Conventions): Better explain conventions
5722 for definition constructs.
5723
5724 * text.texi (Special Properties): String value of `read-only'
5725 serves as the error message.
5726
5727 * objects.texi (Character Type): Clarify prev. change.
5728 (Non-ASCII in Strings): Mention \u and \U.
5729
5730 * commands.texi (Using Interactive): Explain problem of
5731 markers, etc., in command-history.
5732
57332006-06-14 Kim F. Storm <storm@cua.dk>
5734
5735 * commands.texi (Waiting): Negative arg to sit-for forces
5736 redisplay even if input is pending.
5737
5738 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
5739 redisplay. Remove incorrect example of binding redisplay-dont-pause
5740 around (sit-for 0).
5741
57422006-06-13 Richard Stallman <rms@gnu.org>
5743
5744 * display.texi (Forcing Redisplay): Clarify previous change.
5745
57462006-06-13 Romain Francoise <romain@orebokech.com>
5747
5748 * display.texi (Forcing Redisplay): Fix typo.
5749
57502006-06-13 Kim F. Storm <storm@cua.dk>
5751
5752 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
5753
57542006-06-10 Luc Teirlinck <teirllm@auburn.edu>
5755
5756 * tips.texi (Coding Conventions): Add `@end itemize'.
5757
57582006-06-10 Richard Stallman <rms@gnu.org>
5759
5760 * tips.texi (Coding Conventions): Explain use of coding systems
5761 to ensure one decoding for strings.
5762
57632006-06-09 Aidan Kehoe <kehoea@parhasard.net>
5764
5765 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
5766 syntax.
5767
57682006-06-07 Eli Zaretskii <eliz@gnu.org>
5769
5770 * display.texi (Font Selection): Remove description of
5771 clear-face-cache.
5772
5773 * compile.texi (Eval During Compile): Fix a typo. Add index
5774 entries for possible uses of eval-when-compile.
5775
57762006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
5777
5778 * display.texi (Abstract Display): Fix typo.
5779
57802006-06-03 Eli Zaretskii <eliz@gnu.org>
5781
5782 * minibuf.texi (Minibuffer History) <history-add-new-input>:
5783 Reword variable's description.
5784
57852006-06-01 Richard Stallman <rms@gnu.org>
5786
5787 * windows.texi (Splitting Windows): Clarify splitting nonselected
5788 window.
5789
57902006-05-31 Juri Linkov <juri@jurta.org>
5791
5792 * minibuf.texi (Minibuffer History): Add history-add-new-input.
5793
57942006-05-30 Richard Stallman <rms@gnu.org>
5795
5796 * display.texi (Line Height): Fix errors in description of
10d1d0af 5797 default line height and line-height property.
b8d4c8d0
GM
5798
5799 * nonascii.texi (Default Coding Systems): Further clarification.
5800
58012006-05-29 Luc Teirlinck <teirllm@auburn.edu>
5802
5803 * internals.texi (Pure Storage): Mention that an overflow in pure
5804 space causes a memory leak.
5805 (Garbage Collection): If there was an overflow in pure space,
5806 `garbage-collect' returns nil.
5807
58082006-05-30 Eli Zaretskii <eliz@gnu.org>
5809
5810 * nonascii.texi (Default Coding Systems): Fix it some more.
5811
58122006-05-29 Eli Zaretskii <eliz@gnu.org>
5813
5814 * nonascii.texi (Default Coding Systems): Fix last change.
5815
58162006-05-29 Kenichi Handa <handa@m17n.org>
5817
5818 * nonascii.texi (find-operation-coding-system): Describe the new
5819 argument format (FILENAME . BUFFER).
5820
58212006-05-28 Richard Stallman <rms@gnu.org>
5822
5823 * tips.texi (Coding Conventions): Better explain reasons not to
5824 advise other packages or use `eval-after-load'.
5825
58262006-05-29 Kim F. Storm <storm@cua.dk>
5827
5828 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
5829 `bindat-idx' and `bindat-raw' for clarity.
5830
58312006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
5832
5833 * processes.texi (Bindat Spec): Expand on `repeat' handler.
5834
5835 * display.texi (Display): Add "Abstract Display" to menu.
5836 (Abstract Display, Abstract Display Functions)
5837 (Abstract Display Example): New nodes.
5838 * elisp.texi (Top): Add "Abstract Display" to menu.
5839
58402006-05-27 Chong Yidong <cyd@stupidchicken.com>
5841
5842 * keymaps.texi (Key Sequences): Link to input events definition.
5843 (Format of Keymaps): Delete material duplicated in Keymap Basics.
5844
5845 * files.texi (Changing Files): Document updated argument list for
5846 copy-file.
5847
58482006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
5849
5850 * processes.texi (Bindat Functions): Explain term "total length".
5851 Use it in bindat-length and bindat-pack descriptions.
5852
58532006-05-26 Eli Zaretskii <eliz@gnu.org>
5854
5855 * tips.texi (Coding Conventions): Advise against using
5856 eval-after-load in packages. Add an index entry.
5857
58582006-05-25 Juri Linkov <juri@jurta.org>
5859
5860 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
5861
5862 * modes.texi (%-Constructs): Add %e, %z, %Z.
5863
58642006-05-25 Richard Stallman <rms@gnu.org>
5865
5866 * elisp.texi (Top): Update subnode menu.
5867
5868 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
5869 (Keymaps): Update menu.
5870
58712006-05-25 Chong Yidong <cyd@stupidchicken.com>
5872
5873 * keymaps.texi (Key Sequences): Some clarifications.
5874
58752006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
5876
5877 * processes.texi (Bindat Functions): Say "unibyte string"
5878 explicitly for bindat-unpack and bindat-pack descriptions.
5879 (Bindat Examples): Don't call `string-make-unibyte' in example.
5880
58812006-05-25 Chong Yidong <cyd@stupidchicken.com>
5882
5dcb4c4e 5883 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
c5602427 5884 Explain string and vector representations of key sequences.
b8d4c8d0
GM
5885
5886 * keymaps.texi (Changing Key Bindings):
dd7b651b 5887 * commands.texi (Interactive Codes):
b8d4c8d0
GM
5888 * help.texi (Describing Characters): Refer to it.
5889
58902006-05-23 Luc Teirlinck <teirllm@auburn.edu>
5891
5892 * frames.texi (Pointer Shape): @end table -> @end defvar.
5893
58942006-05-22 Richard Stallman <rms@gnu.org>
5895
5896 * elisp.texi (Top): Update subnode menus.
5897
5898 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
5899 Contents rewritten; material from old Pointer Shape node moved here.
5900
5901 * display.texi (Pointer Shape): Node deleted.
5902 (Image Descriptors): Minor cleanup.
5903
59042006-05-21 Richard Stallman <rms@gnu.org>
5905
5906 * syntax.texi (Parsing Expressions): Update info on which STATE
5907 elements are ignored.
5908
59092006-05-19 Luc Teirlinck <teirllm@auburn.edu>
5910
5911 * hooks.texi (Standard Hooks): Correct typo.
5912
5913 * gpl.texi (GPL): ifinfo -> ifnottex.
5914
59152006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
5916
5917 * searching.texi (Simple Match Data): Warn about match data being
5918 set anew by every search.
5919
59202006-05-17 Richard Stallman <rms@gnu.org>
5921
5922 * minibuf.texi (Minibuffer History): Clarify.
5923
5924 * searching.texi (Regexp Special): Clarify nested regexp warning.
5925
59262006-05-16 Kim F. Storm <storm@cua.dk>
5927
5928 * minibuf.texi (Minibuffer History): Update add-to-history.
5929
59302006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
5931
5dcb4c4e
SM
5932 * nonascii.texi (Explicit Encoding):
5933 Fix typo (encoding<->decoding).
b8d4c8d0
GM
5934
59352006-05-14 Richard Stallman <rms@gnu.org>
5936
5937 * buffers.texi (Creating Buffers): Cleanup.
5938
5939 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
5940
59412006-05-13 Eli Zaretskii <eliz@gnu.org>
5942
5943 * buffers.texi (Current Buffer): Document that with-temp-buffer
5944 disables undo.
5945
5946 * os.texi (Terminal-Specific): More accurate description of how
5947 Emacs searches for the terminal-specific libraries.
5948
59492006-05-12 Eli Zaretskii <eliz@gnu.org>
5950
5951 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
5952 emacs-xtra to @inforef's.
5953
5954 * text.texi (Undo): Document that undo is turned off in buffers
5955 whose names begin with a space.
5956
5957 * buffers.texi (Buffer Names): Add index entries for buffers whose
5958 names begin with a space.
5959 (Creating Buffers): Document that undo is turned off in buffers
5960 whose names begin with a space.
5961
5962 * files.texi (Visiting Functions, Reading from Files)
5963 (Saving Buffers): Mention code and EOL conversions by file I/O
5964 primitives and subroutines.
5965
f4e90db0
SM
5966 * nonascii.texi (Lisp and Coding Systems):
5967 Document coding-system-eol-type. Add index entries for eol conversion.
b8d4c8d0
GM
5968
5969 * display.texi (Defining Faces): Mention `mac', and add an xref to
5970 where window-system is described.
5971
59722006-05-10 Richard Stallman <rms@gnu.org>
5973
5974 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
5975
59762006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
5977
5978 * variables.texi (File Local Variables): Recommend to quote lambda
5979 expressions in safe-local-variable property.
5980
59812006-05-09 Richard Stallman <rms@gnu.org>
5982
5dcb4c4e
SM
5983 * variables.texi (File Local Variables):
5984 Document safe-local-eval-forms and safe-local-eval-function.
b8d4c8d0
GM
5985
59862006-05-07 Kim F. Storm <storm@cua.dk>
5987
5988 * minibuf.texi (Minibuffer History): Remove keep-dups arg
5989 from add-to-history.
5990
59912006-05-07 Romain Francoise <romain@orebokech.com>
5992
5993 * commands.texi (Event Input Misc):
5994 * compile.texi (Eval During Compile):
5995 * internals.texi (Buffer Internals):
5996 * minibuf.texi (Initial Input):
5997 * nonascii.texi (Scanning Charsets):
5998 * numbers.texi (Comparison of Numbers):
5999 * windows.texi (Textual Scrolling, Vertical Scrolling):
6000 Fix various typos.
6001
60022006-05-06 Eli Zaretskii <eliz@gnu.org>
6003
6004 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
6005 conditional xref's to either emacs or emacs-xtra, depending on
6006 @iftex/@ifnottex.
6007
6008 * minibuf.texi (Minibuffer History): Document add-to-history.
6009
60102006-05-05 Eli Zaretskii <eliz@gnu.org>
6011
6012 * internals.texi (Pure Storage): Mention the pure overflow message
6013 at startup.
6014
c8763fb6 60152006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
6016
6017 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
6018 (Searching Keymaps): Fix pseudo-Lisp description of keymap
6019 search.
6020
60212006-05-01 Richard Stallman <rms@gnu.org>
6022
6023 * intro.texi (nil and t): Clarify.
6024
6025 * variables.texi (File Local Variables): Suggest using booleanp.
6026
60272006-05-01 Juanma Barranquero <lekktu@gmail.com>
6028
6029 * objects.texi (Type Predicates): Fix typos.
6030
60312006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
6032
6033 * intro.texi (nil and t): Add booleanp.
6034
6035 * objects.texi (Type Predicates): Add links for booleanp and
6036 string-or-null-p.
6037
60382006-04-29 Richard Stallman <rms@gnu.org>
6039
6040 * modes.texi (Multiline Font Lock): Rename from
6041 Multi line Font Lock Elements. Much clarification.
6042 (Font Lock Multiline, Region to Fontify): Much clarification.
6043
60442006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
6045
6046 * variables.texi (File Local Variables): Remove the special case t for
6047 safe-local-variable.
6048
60492006-04-26 Richard Stallman <rms@gnu.org>
6050
6051 * syntax.texi (Parsing Expressions): Minor cleanup.
6052
60532006-04-18 Richard Stallman <rms@gnu.org>
6054
6055 * tips.texi (Coding Conventions): Explain when the package's
6056 prefix should appear later on (not at the start of the name).
6057
6058 * searching.texi (String Search): Clarify effect of NOERROR.
6059
6060 * modes.texi (Imenu): Clarify what special items do.
6061
6062 * hooks.texi (Standard Hooks): Delete text about old hook names.
6063
60642006-04-17 Romain Francoise <romain@orebokech.com>
6065
6066 * variables.texi (Local Variables): Update the default value of
6067 `max-specpdl-size'.
6068
60692006-04-15 Michael Olson <mwolson@gnu.org>
6070
6071 * processes.texi (Transaction Queues): Mention the new optional
6072 `delay-question' argument for `tq-enqueue'.
6073
60742006-04-13 Bill Wohler <wohler@newt.com>
6075
6076 * customize.texi (Common Keywords): Use dotted notation for
6077 :package-version value. Specify its values. Improve documentation
6078 for customize-package-emacs-version-alist.
6079
60802006-04-12 Bill Wohler <wohler@newt.com>
6081
6082 * customize.texi (Common Keywords): Move description of
6083 customize-package-emacs-version-alist to @defvar.
6084
60852006-04-10 Bill Wohler <wohler@newt.com>
6086
6087 * customize.texi (Common Keywords): Add :package-version.
6088
60892006-04-10 Kim F. Storm <storm@cua.dk>
6090
6091 * text.texi (Buffer Contents): Add NOPROPS arg to
6092 filter-buffer-substring.
6093
60942006-04-08 Kevin Ryde <user42@zip.com.au>
6095
6096 * os.texi (Command-Line Arguments): Update xref to emacs manual
6097 "Command Arguments" -> "Emacs Invocation", per change there.
6098
60992006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
6100
6101 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
6102 be on one line to help makeinfo not render two spaces after the dot.
6103
61042006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
6105
6106 * strings.texi (Predicates for Strings): Add string-or-null-p.
6107
61082006-03-28 Kim F. Storm <storm@cua.dk>
6109
6110 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
6111 remarks about systems that don't support fractional seconds.
6112
61132006-03-25 Karl Berry <karl@gnu.org>
6114
6115 * elisp.texi: Use @copyright{} instead of (C), and do not indent
6116 the year list.
6117
61182006-03-21 Nick Roberts <nickrob@snap.net.nz>
6119
6120 * display.texi (Fringe Indicators): Fix typos.
6121
61222006-03-19 Luc Teirlinck <teirllm@auburn.edu>
6123
6124 * tips.texi (Documentation Tips): One can now also write `program'
6125 in front of a quoted symbol in a docstring to prevent making a
6126 hyperlink.
6127
61282006-03-19 Alan Mackenzie <acm@muc.de>
6129
6130 * text.texi (Special Properties): Clarify `fontified' property.
6131
61322006-03-16 Richard Stallman <rms@gnu.org>
6133
6134 * display.texi (Defining Images): Minor cleanup.
6135
61362006-03-16 Bill Wohler <wohler@newt.com>
6137
6138 * display.texi (Defining Images): In image-load-path-for-library,
6139 prefer user's images.
6140
61412006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
6142
6143 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
6144
61452006-03-15 Bill Wohler <wohler@newt.com>
6146
6147 * display.texi (Defining Images): Fix example in
6148 image-load-path-for-library by not recommending that one binds
6149 image-load-path. Just defvar it to placate compiler and only use
6150 it if previously defined.
6151
61522006-03-14 Bill Wohler <wohler@newt.com>
6153
6154 * display.texi (Defining Images): In image-load-path-for-library,
6155 always return list of directories. Update example.
6156
61572006-03-14 Alan Mackenzie <acm@muc.de>
6158
6159 * modes.texi: New node, "Region to Fontify" (for Font Lock).
6160 This describes font-lock-extend-region-function.
6161 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
6162 the new node "Region to Fontify".
6163
61642006-03-13 Richard Stallman <rms@gnu.org>
6165
6166 * display.texi (Invisible Text): The impossible position is
6167 now before the invisible text, not after.
6168 (Defining Images): Clean up last change.
6169
61702006-03-11 Bill Wohler <wohler@newt.com>
6171
6172 * display.texi (Defining Images): Add image-load-path-for-library.
6173
61742006-03-11 Luc Teirlinck <teirllm@auburn.edu>
6175
6176 * text.texi (Adaptive Fill): Fix Texinfo usage.
6177
6178 * strings.texi (Creating Strings): Fix Texinfo usage.
6179
6180 * searching.texi (Regexp Special): Use @samp for regular
6181 expressions that are not in Lisp syntax.
6182
61832006-03-08 Luc Teirlinck <teirllm@auburn.edu>
6184
6185 * searching.texi (Regexp Special): Put remark between parentheses
6186 to avoid misreading.
6187
61882006-03-07 Luc Teirlinck <teirllm@auburn.edu>
6189
6190 * searching.texi (Syntax of Regexps): More accurately describe
6191 which characters are special in which situations.
6192 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
6193 are not special. Describe in detail when `[' and `]' are special.
6194 (Regexp Backslash): Plenty of regexps with unbalanced square
6195 brackets are valid, so reword that statement.
6196
61972006-03-02 Kim F. Storm <storm@cua.dk>
6198
6199 * keymaps.texi (Tool Bar): Add tool-bar-border.
6200
62012006-02-28 Luc Teirlinck <teirllm@auburn.edu>
6202
6203 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
6204
62052006-02-27 Luc Teirlinck <teirllm@auburn.edu>
6206
6207 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
6208
6209 * files.texi (Locating Files): Suggest additional values for the
6210 SUFFIXES arg of `locate-file'. Update pxref.
6211
6212 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
6213 (How Programs Do Loading): Discuss the effects of Auto Compression
6214 mode on `load'.
6215 (Load Suffixes): New node.
6216 (Library Search): Delete description of `load-suffixes'; it was
6217 moved to "Load Suffixes".
6218 (Autoload, Named Features): Mention `load-suffixes'.
6219
62202006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
6221
6222 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
6223
6224 * windows.texi (Window Tree): Fix typo.
6225
62262006-02-20 Kim F. Storm <storm@cua.dk>
6227
6228 * display.texi (Fringe Indicators): New section.
6229 Move indicate-empty-lines, indicate-buffer-boundaries, and
6230 default-indicate-buffer-boundaries here.
6231 Add fringe-indicator-alist and default-fringes-indicator-alist.
6232 Add list of logical fringe indicator symbols.
6233 Update list of standard bitmap names.
6234 (Fringe Cursors): New section.
6235 Move overflow-newline-into-fringe here.
6236 Add fringe-cursor-alist and default-fringes-cursor-alist.
6237 Add list of fringe cursor symbols.
6238
62392006-02-20 Juanma Barranquero <lekktu@gmail.com>
6240
6241 * commands.texi (Using Interactive): Fix reference to node
6242 "Minibuffers".
6243
62442006-02-19 Richard M. Stallman <rms@gnu.org>
6245
6246 * minibuf.texi (High-Level Completion):
6247 Add xref to read-input-method-name.
6248
6249 * files.texi (Relative File Names): Move file-relative-name here.
6250 (File Name Expansion): From here. Minor clarifications.
6251
6252 * commands.texi (Using Interactive): Add xrefs about reading input.
6253 Clarify remarks about that moving point and mark.
6254 Put string case before list case.
6255
c8763fb6 62562006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
6257
6258 * display.texi (Other Display Specs, Image Descriptors):
6259 Revert erroneous changes. The previous description of
6260 image-descriptors as `(image . PROPS)' was correct.
6261
62622006-02-14 Richard M. Stallman <rms@gnu.org>
6263
6264 * variables.texi (File Local Variables): Clarifications.
6265
62662006-02-14 Juanma Barranquero <lekktu@gmail.com>
6267
6268 * variables.texi (File Local Variables): Use @code for a cons
6269 cell, not @var.
6270
62712006-02-13 Chong Yidong <cyd@stupidchicken.com>
6272
6273 * variables.texi (File Local Variables): Document new file local
6274 variable behavior.
6275
62762006-02-10 Kim F. Storm <storm@cua.dk>
6277
6278 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
6279
62802006-02-08 Juanma Barranquero <lekktu@gmail.com>
6281
6282 * modes.texi (%-Constructs): Remove obsolete info about
6283 `global-mode-string'.
6284
62852006-02-07 Richard M. Stallman <rms@gnu.org>
6286
6287 * commands.texi (Prefix Command Arguments): Minor cleanup.
6288
6289 * display.texi: "Graphical display", not window system.
6290
6291 * functions.texi (What Is a Function): Fix xref.
6292
6293 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
6294 (Changing Key Bindings): Clarify when remapping is better than
6295 substitute-key-definition.
6296
62972006-02-02 Richard M. Stallman <rms@gnu.org>
6298
6299 * minibuf.texi (Basic Completion): Completion alists are risky.
6300
6301 * keymaps.texi (Active Keymaps): Clarifications.
6302 (Searching Keymaps): New node.
6303 (Keymaps): Update menu.
6304
6305 * frames.texi (Layout Parameters): Minor clarification.
6306 (Drag and Drop): New node.
6307 (Frames): Update menu.
6308
63092006-01-29 Chong Yidong <cyd@stupidchicken.com>
6310
6311 * display.texi (Other Display Specs, Image Descriptors):
6312 Image description is a list, not a cons cell.
6313
63142006-01-28 Luc Teirlinck <teirllm@auburn.edu>
6315
6316 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
6317 list is not necessarily a list).
6318
63192006-01-27 Eli Zaretskii <eliz@gnu.org>
6320
6321 * frames.texi (Layout Parameters): border-width and
6322 internal-border-width belong to the frame, not the window.
6323
63242006-01-19 Richard M. Stallman <rms@gnu.org>
6325
6326 * nonascii.texi (Translation of Characters): Search cmds use
6327 translation-table-for-input. Automatically made local.
6328
6329 * markers.texi (Overview of Markers): Count insertion type
6330 as one of a marker's attributes.
6331
6332 * keymaps.texi (Controlling Active Maps): New node, split out of
6333 Active Keymaps.
6334 (Keymaps): Menu updated.
6335 (Active Keymaps): Give pseudocode to explain how the active
6336 maps are searched. current-active-maps and key-binding moved here.
6337 (Functions for Key Lookup): current-active-maps and key-binding moved.
6338 Clarifications.
6339 (Searching the Keymaps): New subnode.
6340
6341 * elisp.texi (Top): Menu clarification.
6342
6343 * display.texi (Other Display Specs): Delete duplicate entry for
6344 just a string as display spec. Move text about recursive display
6345 specs on such a string.
6346
6347 * commands.texi (Key Sequence Input): Clarify.
6348 Move num-nonmacro-input-events out.
6349 (Reading One Event): num-nonmacro-input-events moved here.
6350
63512006-01-14 Nick Roberts <nickrob@snap.net.nz>
6352
6353 * advice.texi (Simple Advice): Update example to fit argument
6354 change in previous-line.
6355
63562006-01-05 Richard M. Stallman <rms@gnu.org>
6357
6358 * markers.texi (The Mark): Fix in `mark'.
6359
63602006-01-04 Richard M. Stallman <rms@gnu.org>
6361
6362 * processes.texi (Misc Network, Make Network): Minor cleanups.
6363
63642006-01-04 Kim F. Storm <storm@cua.dk>
6365
6366 * processes.texi (Make Network): Add IPv6 addresses and handling.
6367 (Network Feature Testing): Mention (:family ipv6).
6368 (Misc Network): Add IPv6 formats to format-network-address.
6369
63702005-12-30 Richard M. Stallman <rms@gnu.org>
6371
6372 * text.texi (Changing Properties):
6373 Don't use return value of set-text-properties.
6374
63752005-12-29 Luc Teirlinck <teirllm@auburn.edu>
6376
6377 * modes.texi (Mode Line Format): Correct typo in menu.
6378
63792005-12-29 Richard M. Stallman <rms@gnu.org>
6380
6381 * modes.texi (Mode Line Top): New node.
6382 (Mode Line Data): Some text moved to new node.
6383 Explain the data structure more concretely.
6384 (Mode Line Basics): Clarifications.
6385 (Mode Line Variables): Clarify intro paragraph.
6386 (%-Constructs): Clarify intro paragraph.
6387 (Mode Line Format): Update menu.
6388
63892005-12-28 Luc Teirlinck <teirllm@auburn.edu>
6390
6391 * minibuf.texi (Basic Completion): Update lazy-completion-table
6392 examples for removal of ARGS argument.
6393
63942005-12-23 Richard M. Stallman <rms@gnu.org>
6395
6396 * text.texi (Undo): Restore some explanation from the version
6397 that was deleted.
6398
63992005-12-23 Eli Zaretskii <eliz@gnu.org>
6400
6401 * text.texi (Undo): Remove duplicate descriptions of `apply
6402 funname' and `apply delta' elements of the undo list.
6403
64042005-12-20 Richard M. Stallman <rms@gnu.org>
6405
6406 * help.texi (Help Functions): Update documentation of `apropos'.
6407
64082005-12-20 Luc Teirlinck <teirllm@auburn.edu>
6409
6410 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
6411 because it is confusing. If the :help-echo keyword is a function,
6412 it is not directly used as the :help-echo overlay property, as the
6413 xref seems to suggest (it does not take the appropriate args).
6414
64152005-12-19 Luc Teirlinck <teirllm@auburn.edu>
6416
6417 * customize.texi (Common Keywords): Fix Texinfo usage.
6418 (Group Definitions, Variable Definitions): Update for new
6419 conventions for using `*' in docstrings.
6420
6421 * tips.texi (Documentation Tips): Update for new conventions for
6422 using `*' in docstrings.
6423
64242005-12-16 Richard M. Stallman <rms@gnu.org>
6425
6426 * minibuf.texi (Minibuffer Contents): Minor cleanup.
6427
64282005-12-16 Juri Linkov <juri@jurta.org>
6429
6430 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
6431
64322005-12-14 Romain Francoise <romain@orebokech.com>
6433
6434 * modes.texi (Customizing Keywords): Rename `append' to `how'.
6435 Fix typo.
6436
64372005-12-11 Juri Linkov <juri@jurta.org>
6438
6439 * minibuf.texi (Completion Commands): Add mention of read-file-name
6440 for filename completion keymaps.
6441 (Reading File Names): Add mention of filename completion keymaps
6442 for read-file-name and xref to `Completion Commands'.
6443
64442005-12-10 Richard M. Stallman <rms@gnu.org>
6445
6446 * customize.texi (Common Keywords): State caveats for use of :tag.
6447
64482005-12-08 Richard M. Stallman <rms@gnu.org>
6449
6450 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
6451 with xrefs and better explanation.
6452 (Completion Commands): Add the filename completion maps.
6453
6454 * objects.texi (Character Type): Clarify that \s is not space
6455 if a dash follows.
6456
64572005-12-05 Richard M. Stallman <rms@gnu.org>
6458
6459 * windows.texi (Resizing Windows): Delete preserve-before args.
6460
64612005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
6462
6463 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
6464 in full keymaps, since the quirk has been fixed.
6465
64662005-12-03 Eli Zaretskii <eliz@gnu.org>
6467
5dcb4c4e
SM
6468 * hooks.texi (Standard Hooks): Add index entries.
6469 Mention `compilation-finish-functions'.
b8d4c8d0
GM
6470
64712005-11-27 Richard M. Stallman <rms@gnu.org>
6472
6473 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
6474
64752005-11-21 Juri Linkov <juri@jurta.org>
6476
6477 * customize.texi (Common Keywords): Update links types
6478 custom-manual and url-link. Add link types emacs-library-link,
6479 file-link, function-link, variable-link, custom-group-link.
6480
64812005-11-20 Chong Yidong <cyd@stupidchicken.com>
6482
6483 * display.texi: Revert 2005-11-20 change.
6484
64852005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
6486
6487 * processes.texi (Bindat Functions):
6488 Say "third" to refer to zero-based index "2".
6489
64902005-11-18 Luc Teirlinck <teirllm@auburn.edu>
6491
6492 * loading.texi (Library Search): Update the default value of
6493 `load-suffixes'.
6494
64952005-11-17 Chong Yidong <cyd@stupidchicken.com>
6496
6497 * display.texi (Attribute Functions): Mention :ignore-defface.
6498
64992005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6500
6501 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
6502 (Minor Mode Conventions): Mention the use of a hook.
6503
65042005-11-06 Richard M. Stallman <rms@gnu.org>
6505
6506 * files.texi (Magic File Names): find-file-name-handler checks the
6507 `operations' property of the handler.
6508
65092005-11-03 Richard M. Stallman <rms@gnu.org>
6510
6511 * variables.texi (Frame-Local Variables): Small clarification.
6512
65132005-10-29 Chong Yidong <cyd@stupidchicken.com>
6514
6515 * os.texi (Init File): Document ~/.emacs.d/init.el.
6516
65172005-10-29 Richard M. Stallman <rms@gnu.org>
6518
6519 * internals.texi (Garbage Collection): Document memory-full.
6520
65212005-10-28 Bill Wohler <wohler@newt.com>
6522
6523 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
6524 for URLs.
6525
65262005-10-28 Richard M. Stallman <rms@gnu.org>
6527
6528 * minibuf.texi (Completion Commands): Clean up prev change.
6529
65302005-10-26 Kevin Ryde <user42@zip.com.au>
6531
6532 * compile.texi (Eval During Compile): Explain recommended uses
6533 of eval-when-compile and eval-and-compile.
6534
65352005-10-27 Masatake YAMATO <jet@gyve.org>
6536
6537 * minibuf.texi (Completion Commands):
6538 Write about new optional argument for `display-completion-list'.
6539
65402005-10-23 Richard M. Stallman <rms@gnu.org>
6541
6542 * display.texi (Overlay Arrow): Clarify about local bindings of
6543 overlay-arrow-position.
6544
65452005-10-22 Eli Zaretskii <eliz@gnu.org>
6546
6547 * internals.texi (Building Emacs): Fix last change.
6548
65492005-10-22 Richard M. Stallman <rms@gnu.org>
6550
6551 * internals.texi (Building Emacs): Document eval-at-startup.
6552
65532005-10-21 Richard M. Stallman <rms@gnu.org>
6554
6555 * loading.texi (Where Defined): load-history contains abs file names.
6556 symbol-file returns abs file names.
6557
65582005-10-19 Kim F. Storm <storm@cua.dk>
6559
6560 * display.texi (Showing Images): Add max-image-size integer value.
6561
65622005-10-18 Chong Yidong <cyd@stupidchicken.com>
6563
6564 * display.texi (Showing Images): Document max-image-size.
6565
65662005-10-17 Richard M. Stallman <rms@gnu.org>
6567
6568 * commands.texi (Quitting): Minor clarification.
6569
6570 * processes.texi (Sentinels): Clarify about output and quitting.
6571 (Filter Functions): Mention with-local-quit.
6572
65732005-10-17 Juri Linkov <juri@jurta.org>
6574
6575 * buffers.texi (Current Buffer):
6576 * commands.texi (Event Input Misc):
6577 * compile.texi (Eval During Compile, Compiler Errors):
6578 * customize.texi (Group Definitions):
6579 * display.texi (Progress, Defining Faces):
6580 * files.texi (Writing to Files):
6581 * modes.texi (Mode Hooks, Defining Minor Modes):
6582 * streams.texi (Output Functions):
6583 * syntax.texi (Syntax Table Functions):
6584 * text.texi (Change Hooks):
6585 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
6586
6587 * commands.texi (Quitting): Replace arg `forms' with `body' in
6588 `with-local-quit'.
6589
6590 * positions.texi (Excursions): Replace arg `forms' with `body' in
6591 `save-excursion'.
6592
65932005-10-08 Kim F. Storm <storm@cua.dk>
6594
6595 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
6596 Rename manual section accordingly.
6597
65982005-10-04 Kim F. Storm <storm@cua.dk>
6599
6600 * windows.texi (Window Split Tree): New section describing
6601 new function window-split-tree function.
6602
66032005-10-03 Nick Roberts <nickrob@snap.net.nz>
6604
6605 * display.texi (Fringe Size/Pos): Simplify and add detail.
6606
66072005-09-30 Romain Francoise <romain@orebokech.com>
6608
6609 * minibuf.texi (High-Level Completion): Explain that the prompt
6610 given to `read-buffer' should end with a colon and a space.
6611 Update usage examples.
6612
66132005-09-29 Juri Linkov <juri@jurta.org>
6614
6615 * display.texi (Displaying Messages): Rename argument name
6616 `string' to `format-string' in functions `message', `message-box',
6617 `message-or-box'.
6618
66192005-09-26 Chong Yidong <cyd@stupidchicken.com>
6620
6621 * errors.texi (Standard Errors): Correct xrefs.
6622
66232005-09-18 Chong Yidong <cyd@stupidchicken.com>
6624
6625 * display.texi (Defining Images): Update documentation for
6626 `image-load-path'.
6627
66282005-09-17 Richard M. Stallman <rms@gnu.org>
6629
6630 * display.texi (Defining Images): Clean up previous change.
6631
66322005-09-16 Romain Francoise <romain@orebokech.com>
6633
6634 * elisp.texi: Specify GFDL version 1.2.
6635
6636 * doclicense.texi (GNU Free Documentation License): Update to
6637 version 1.2.
6638
66392005-09-15 Chong Yidong <cyd@stupidchicken.com>
6640
6641 * display.texi (Defining Images): Document `image-load-path'.
6642
66432005-09-15 Richard M. Stallman <rms@gnu.org>
6644
6645 * objects.texi (Printed Representation): Minor cleanup.
6646 (Box Diagrams): Minor fix.
6647 (Cons Cell Type): Move (...) index item here.
6648 (Box Diagrams): From here.
6649 (Array Type): Minor fix.
6650 (Type Predicates): Delete index "predicates".
6651 (Hash Table Type): Clarify xref.
6652 (Dotted Pair Notation): Minor fix.
6653
66542005-09-10 Chong Yidong <cyd@stupidchicken.com>
6655
6656 * files.texi (Saving Buffers): Fix typo.
6657
66582005-09-08 Richard M. Stallman <rms@gnu.org>
6659
6660 * tips.texi (Programming Tips): Correct the "default" prompt spec.
6661
66622005-09-08 Chong Yidong <cyd@stupidchicken.com>
6663
6664 * locals.texi (Standard Buffer-Local Variables): Don't include
6665 mode variables for minor modes.
6666 Fix xrefs for buffer-display-count, buffer-display-table,
6667 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
6668 enable-multibyte-characters, fill-column, header-line-format,
6669 left-fringe-width, left-margin, and right-fringe-width.
6670
6671 * hooks.texi (Standard Hooks): All hooks should conform to the
6672 standard naming convention now.
6673 Fix xref for `echo-area-clear-hook'.
6674
6675 * display.texi (Usual Display): Note that indicate-empty-lines and
6676 tab-width are buffer-local.
6677
6678 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
6679
6680 * modes.texi (Mode Help): Note that major-mode is buffer-local.
6681
6682 * nonascii.texi (Encoding and I/O): Note that
6683 buffer-file-coding-system is buffer-local.
6684
6685 * positions.texi (List Motion): Note that defun-prompt-regexp is
6686 buffer-local.
6687
6688 * text.texi (Auto Filling): Note that auto-fill-function is
6689 buffer-local.
6690 (Undo): Note that buffer-undo-list is buffer-local.
6691
5dcb4c4e
SM
6692 * windows.texi (Buffers and Windows):
6693 Document buffer-display-count.
b8d4c8d0
GM
6694
66952005-09-06 Richard M. Stallman <rms@gnu.org>
6696
6697 * tips.texi (Coding Conventions): Sometimes it is ok to put the
6698 package prefix elsewhere than at the start of the name.
6699
67002005-09-03 Richard M. Stallman <rms@gnu.org>
6701
6702 * tips.texi (Programming Tips): Add conventions for minibuffer
6703 questions and prompts.
6704
67052005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
6706
6707 * intro.texi (nil and t): Minor cleanup.
6708 Delete spurious mention of keyword symbols.
6709 (Evaluation Notation): Add index entry.
6710 (A Sample Function Description): Minor cleanup.
6711 (A Sample Variable Description): Not all vars can be set.
6712
67132005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
6714
6715 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
6716
6717 (Insertion): Document precise type of `insert-char' arg COUNT.
6718
67192005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
6720
6721 * modes.texi (Other Font Lock Variables): Sync the default of
6722 font-lock-lines-before.
6723
67242005-08-31 Michael Albinus <michael.albinus@gmx.de>
6725
6726 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
6727
67282005-08-29 Richard M. Stallman <rms@gnu.org>
6729
6730 * elisp.texi (Top): Update subnode menu.
6731
6732 * searching.texi (Searching and Matching): Move node.
6733 Rearrange contents and add overall explanation.
6734 (Searching and Case): Move node.
6735 (Searching and Matching): Update menu.
6736
67372005-08-27 Eli Zaretskii <eliz@gnu.org>
6738
6739 * os.texi (Startup Summary): Fix the description of the initial
6740 startup message display.
6741
67422005-08-25 Richard M. Stallman <rms@gnu.org>
6743
6744 * searching.texi (Search and Replace): Add replace-regexp-in-string.
6745
67462005-08-25 Emilio C. Lopes <eclig@gmx.net>
6747
6748 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
6749 `next-overlay-change' example.
6750
67512005-08-22 Juri Linkov <juri@jurta.org>
6752
6753 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
6754 Fix invert-face. Fix args of face-background.
6755
6756 * display.texi (Standard Faces): Delete node.
6757 (Faces): Add xref to `(emacs)Standard Faces'.
6758 (Displaying Faces): Fix xref to `Standard Faces'.
6759
6760 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
6761
67622005-08-20 Alan Mackenzie <acm@muc.de>
6763
6764 * buffers.texi (The Buffer List): Clarify the manipulation of the
6765 buffer list.
6766
67672005-08-14 Richard M. Stallman <rms@gnu.org>
6768
6769 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
6770 a regexp.
6771
67722005-08-11 Richard M. Stallman <rms@gnu.org>
6773
6774 * elisp.texi (Top): Update subnode lists.
6775
6776 * display.texi (Inverse Video): Node deleted.
6777
6778 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
6779 New nodes split out of Coding Conventions.
6780
6781 * searching.texi (Regular Expressions): Document re-builder.
6782
6783 * os.texi (Time Parsing): New node split out of Time Conversion.
6784
6785 * processes.texi (Misc Network, Network Feature Testing)
6786 (Network Options, Make Network): New nodes split out of
6787 Low-Level Network.
6788
67892005-08-09 Richard M. Stallman <rms@gnu.org>
6790
6791 * frames.texi (Geometry): New node, split from Size and Position.
6792 (Frame Parameters): Refer to Geometry.
6793
6794 * buffers.texi (The Buffer List): Fix xrefs.
6795
6796 * windows.texi (Splitting Windows): Fix xref.
6797
6798 * frames.texi (Layout Parameters): Add xref.
6799
6800 * display.texi (Line Height, Scroll Bars): Fix xrefs.
6801
6802 * keymaps.texi (Menu Bar): Fix xref.
6803
6804 * locals.texi (Standard Buffer-Local Variables): Fix xref.
6805
6806 * modes.texi (%-Constructs): Fix xref.
6807
6808 * frames.texi (Window Frame Parameters): Node split up.
6809 (Basic Parameters, Position Parameters, Size Parameters)
6810 (Layout Parameters, Buffer Parameters, Management Parameters)
6811 (Cursor Parameters, Color Parameters): New subnodes.
6812
68132005-08-09 Luc Teirlinck <teirllm@auburn.edu>
6814
6815 * positions.texi (Screen Lines): Update xref for previous change
6816 in minibuf.texi.
6817
6818 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
6819 change in minibuf.texi.
6820
68212005-08-09 Richard M. Stallman <rms@gnu.org>
6822
6823 * tips.texi (Coding Conventions): Minor cleanup.
6824
6825 * modes.texi (Defining Minor Modes): Explain when init-value
6826 can be non-nil.
6827
6828 * elisp.texi (Top): Update submenu for Minibuffer.
6829
6830 * minibuf.texi (Minibuffer Misc): Node split up.
6831 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
6832 (Recursive Mini): New nodes split out from Minibuffer Misc.
6833 (Minibuffer Misc): Document max-mini-window-height.
6834
6835 * hash.texi (Defining Hash): Delete stray paren in example.
6836
6837 * display.texi (Echo Area Customization): Don't define
6838 max-mini-window-height here; xref instead.
6839
6840 * commands.texi (Event Input Misc): Update while-no-input.
6841
6842 * advice.texi (Advising Functions): Explain when to use advice
6843 and when to use a hook.
6844
68452005-07-30 Eli Zaretskii <eliz@gnu.org>
6846
6847 * makefile.w32-in (info): Don't run install-info.
6848 ($(infodir)/dir): New target, produced by running install-info.
6849
68502005-07-27 Luc Teirlinck <teirllm@auburn.edu>
6851
6852 * modes.texi (Defining Minor Modes): The keyword for the initial
6853 value is :init-value, not :initial-value.
6854
68552005-07-23 Eli Zaretskii <eliz@gnu.org>
6856
6857 * loading.texi (Autoload): Make the `doctor' example be consistent
6858 with what's in current loaddefs.el. Describe the "fn" magic in
6859 the usage portion of the doc string.
6860
68612005-07-22 Richard M. Stallman <rms@gnu.org>
6862
6863 * internals.texi (Garbage Collection): Clarify previous change.
6864
68652005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
6866
6867 * internals.texi (Garbage Collection): Add gc-cons-percentage.
6868
68692005-07-18 Juri Linkov <juri@jurta.org>
6870
6871 * commands.texi (Accessing Events):
6872 * frames.texi (Text Terminal Colors, Resources):
6873 * markers.texi (The Mark):
6874 * modes.texi (Defining Minor Modes):
6875 Delete duplicate duplicate words.
6876
68772005-07-16 Richard M. Stallman <rms@gnu.org>
6878
6879 * display.texi (Managing Overlays): Clarify make-overlay
6880 args for insertion types.
6881
68822005-07-13 Luc Teirlinck <teirllm@auburn.edu>
6883
6884 * customize.texi (Variable Definitions):
6885 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
6886 `standard-value' is a list too.
6887 (Defining New Types): Use @key{RET} instead of @key{ret}.
6888
68892005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
6890
6891 * os.texi (Translating Input): Fix typo.
6892
68932005-07-08 Richard M. Stallman <rms@gnu.org>
6894
6895 * README: Update edition number and size estimate.
6896
6897 * elisp.texi (VERSION): Set to 2.9.
6898
68992005-07-07 Richard M. Stallman <rms@gnu.org>
6900
6901 * book-spine.texinfo: Update Emacs version.
6902
6903 * display.texi (Inverse Video): Delete mode-line-inverse-video.
6904
69052005-07-06 Richard M. Stallman <rms@gnu.org>
6906
6907 * searching.texi (Regexp Search): Clarify what re-search-forward
6908 does when the search fails.
6909
69102005-07-05 Lute Kamstra <lute@gnu.org>
6911
6912 * Update FSF's address in GPL notices.
6913
6914 * doclicense.texi (GNU Free Documentation License):
6915 * gpl.texi (GPL):
6916 * tips.texi (Coding Conventions, Library Headers):
6917 * vol1.texi:
6918 * vol2.texi: Update FSF's address.
6919
69202005-07-04 Richard M. Stallman <rms@gnu.org>
6921
6922 * hooks.texi (Standard Hooks): Add occur-hook.
6923
69242005-07-03 Luc Teirlinck <teirllm@auburn.edu>
6925
6926 * display.texi (The Echo Area): Correct menu.
6927
69282005-07-03 Richard M. Stallman <rms@gnu.org>
6929
6930 * elisp.texi (Top): Update subnode menu for Display.
6931
6932 * display.texi (Displaying Messages): New node, with most
6933 of what was in The Echo Area.
5dcb4c4e 6934 (Progress): Move under The Echo Area.
b8d4c8d0
GM
6935 (Logging Messages): New node with new text.
6936 (Echo Area Customization): New node, the rest of what was
6937 in The Echo Area. Document message-truncate-lines with @defvar.
6938 (Display): Update menu.
6939
6940 * windows.texi (Textual Scrolling): Doc 3 values for
6941 scroll-preserve-screen-position.
6942
6943 * text.texi (Special Properties): Change hook functions
6944 should bind inhibit-modification-hooks around altering buffer text.
6945
6946 * keymaps.texi (Key Binding Commands): Call binding BINDING
6947 rather than DEFINITION.
6948
69492005-06-29 Juanma Barranquero <lekktu@gmail.com>
6950
6951 * variables.texi (Defining Variables): `user-variable-p' returns t
6952 for aliases of user options, nil for alias loops.
6953
69542005-06-28 Richard M. Stallman <rms@gnu.org>
6955
6956 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
6957 make-keymap.
6958
69592005-06-27 Luc Teirlinck <teirllm@auburn.edu>
6960
6961 * variables.texi (Setting Variables): Correct and clarify
6962 description of `add-to-ordered-list'.
6963
69642005-06-26 Richard M. Stallman <rms@gnu.org>
6965
6966 * display.texi (Faces): Minor cleanup.
6967
69682005-06-25 Luc Teirlinck <teirllm@auburn.edu>
6969
6970 * display.texi (Faces): `facep' returns t for strings that are
6971 face names.
6972
69732005-06-25 Richard M. Stallman <rms@gnu.org>
6974
6975 * objects.texi (Equality Predicates): Clarify meaning of equal.
6976
6977 * windows.texi (Selecting Windows): save-selected-window
6978 and with-selected-window save and restore the current buffer.
6979
69802005-06-24 Richard M. Stallman <rms@gnu.org>
6981
6982 * numbers.texi (Float Basics): Explain how to test for NaN,
6983 and printing the sign of NaNs.
6984
69852005-06-24 Eli Zaretskii <eliz@gnu.org>
6986
6987 * makefile.w32-in (MAKEINFO): Use --force.
6988
69892005-06-23 Richard M. Stallman <rms@gnu.org>
6990
6991 * display.texi (Face Functions): Correct Texinfo usage.
6992
69932005-06-23 Luc Teirlinck <teirllm@auburn.edu>
6994
6995 * lists.texi (Rings): `ring-elements' now returns the elements of
6996 RING in order.
6997
69982005-06-23 Juanma Barranquero <lekktu@gmail.com>
6999
7000 * markers.texi (The Mark): Texinfo usage fix.
7001
70022005-06-23 Kim F. Storm <storm@cua.dk>
7003
7004 * searching.texi (Entire Match Data): Remove evaporate option for
7005 match-data. Do not mention evaporate option for set-match-data.
7006
70072005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
7008
7009 * display.texi (Face Functions): Mention face aliases.
7010
70112005-06-21 Richard M. Stallman <rms@gnu.org>
7012
7013 * anti.texi (Antinews): Texinfo usage fix.
7014
70152005-06-21 Karl Berry <karl@gnu.org>
7016
7017 * elisp.texi: Use @copying.
7018
7019 * elisp.texi: Put @summarycontents and @contents before the Top
7020 node, instead of the end of the file, so that the contents appear
7021 in the right place in the dvi/pdf output.
7022
70232005-06-21 Juri Linkov <juri@jurta.org>
7024
7025 * display.texi (Defining Faces): Add `customized-face'.
7026
70272005-06-20 Kim F. Storm <storm@cua.dk>
7028
7029 * variables.texi (Setting Variables): Any type of element can be
7030 given order in add-to-ordered-list. Compare elements with eq.
7031
7032 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
7033
70342005-06-20 Karl Berry <karl@gnu.org>
7035
7036 * syntax.texi (Syntax Flags): Make last column very slightly wider
7037 to avoid "generic comment" breaking on two lines and causing an
7038 underfull box.
7039
70402005-06-19 Luc Teirlinck <teirllm@auburn.edu>
7041
7042 * lists.texi (Rings): Various minor clarifications and corrections.
7043
70442005-06-18 Richard M. Stallman <rms@gnu.org>
7045
7046 * functions.texi (Obsolete Functions): Simplify.
7047
7048 * variables.texi (Variable Aliases): Simplify.
7049
7050 * anti.texi, backups.texi, compile.texi, customization.texi:
7051 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
7052 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
7053 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
7054 * variables.texi: Fix formatting ugliness.
7055
7056 * elisp.texi: Add links to Rings and Byte Packing.
7057 Update version and copyright years.
7058
7059 * minibuf.texi: Fix formatting ugliness.
7060 (Completion Commands): Move keymap vars to the end
7061 and vars completing-read binds to the top.
7062
70632005-06-17 Luc Teirlinck <teirllm@auburn.edu>
7064
7065 * processes.texi: Fix typos.
7066 (Bindat Spec): Correct Texinfo error.
7067 (Byte Packing): Fix ungrammatical sentence.
7068
70692005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
7070
7071 * lists.texi (Rings): New node.
7072 (Lists): Add it to menu.
7073
7074 * processes.texi (Byte Packing): New node.
7075 (Processes): Add it to menu.
7076
70772005-06-17 Richard M. Stallman <rms@gnu.org>
7078
7079 * syntax.texi (Parsing Expressions): Fix texinfo usage.
7080
7081 * help.texi (Documentation Basics): Explain the xref to
7082 Documentation Tips.
7083
7084 * debugging.texi (Debugger Commands): Minor fix.
7085
70862005-06-16 Luc Teirlinck <teirllm@auburn.edu>
7087
7088 * edebug.texi (Instrumenting): Eliminate duplicate link.
7089 (Specification List): Replace references to "below", referring to
7090 a later node, with one @ref to that node.
7091
7092 * os.texi (Timers): Timers should save and restore the match data
7093 if they change it.
7094
7095 * debugging.texi (Debugger Commands): Mention that the Lisp
7096 debugger can not step through primitive functions.
7097
70982005-06-16 Juanma Barranquero <lekktu@gmail.com>
7099
7100 * functions.texi (Obsolete Functions): Update argument names of
7101 `make-obsolete' and `define-obsolete-function-alias'.
7102
7103 * variables.texi (Variable Aliases): Update argument names of
7104 `defvaralias', `make-obsolete-variable' and
7105 `define-obsolete-variable-alias'.
7106
71072005-06-15 Kim F. Storm <storm@cua.dk>
7108
7109 * searching.texi (Entire Match Data): Rephrase warnings about
7110 evaporate arg to match-data and set-match-data.
7111
71122005-06-14 Luc Teirlinck <teirllm@auburn.edu>
7113
7114 * elisp.texi (Top): Update detailed menu.
7115
7116 * edebug.texi (Edebug): Update menu.
7117 (Instrumenting): Update xrefs.
7118 (Edebug Execution Modes): Correct xref.
7119 (Jumping): Clarify description of `h' command.
7120 Eliminate redundant @ref.
7121 (Breaks): New node.
7122 (Breakpoints): Is now a subsubsection.
7123 (Global Break Condition): Mention `C-x X X'.
7124 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
7125 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
7126 (Edebug Display Update): Correct pxref.
7127 (Edebug and Macros): New node.
7128 (Instrumenting Macro Calls): Is now a subsubsection.
7129 Neither arg of `def-edebug-spec' is evaluated.
7130 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
7131 (Specification Examples): Fix typo.
7132
71332005-06-14 Lute Kamstra <lute@gnu.org>
7134
7135 * debugging.texi (Function Debugging): Primitives can break on
7136 entry too.
7137
71382005-06-14 Kim F. Storm <storm@cua.dk>
7139
7140 * variables.texi (Setting Variables): Add add-to-ordered-list.
7141
71422005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
7143
7144 * syntax.texi (Parsing Expressions): Document aux functions and vars of
7145 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
7146
71472005-06-13 Lute Kamstra <lute@gnu.org>
7148
7149 * text.texi (Special Properties): Fix cross reference.
7150
71512005-06-11 Luc Teirlinck <teirllm@auburn.edu>
7152
7153 * debugging.texi (Function Debugging): Delete mention of empty
7154 string argument to `cancel-debug-on-entry'. Delete inaccurate
7155 description of the return value of that command.
7156
71572005-06-11 Alan Mackenzie <acm@muc.de>
7158
7159 * text.texi (Adaptive Fill): Amplify the description of
7160 fill-context-prefix.
7161
71622005-06-10 Luc Teirlinck <teirllm@auburn.edu>
7163
7164 * syntax.texi (Parsing Expressions): Fix Texinfo error.
7165
71662005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
7167
7168 * syntax.texi (Parsing Expressions): Document syntax-ppss.
7169
71702005-06-10 Luc Teirlinck <teirllm@auburn.edu>
7171
7172 * debugging.texi (Error Debugging): Minor rewording.
7173 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
7174 is optional.
7175
71762005-06-10 Lute Kamstra <lute@gnu.org>
7177
7178 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
7179 (Top): Give it a title. Correct version number. Give the
7180 detailed node listing a more prominent header.
7181 * intro.texi: Don't set VERSION here a second time.
7182 Mention Emacs's version too.
7183 * anti.texi (Antinews): Use EMACSVER to refer to the current
7184 version of Emacs.
7185
71862005-06-09 Kim F. Storm <storm@cua.dk>
7187
7188 * searching.texi (Entire Match Data): Explain new `reseat' argument to
7189 match-data and set-match-data.
7190
71912005-06-08 Richard M. Stallman <rms@gnu.org>
7192
7193 * searching.texi (Entire Match Data): Clarify when match-data
7194 returns markers and when integers.
7195
7196 * display.texi (Defining Faces): Explain that face name should not
7197 end in `-face'.
7198
7199 * modes.texi (Mode Line Data): Minor cleanup.
7200 (Customizing Keywords): Node split out of Search-based Fontification.
7201 Add example of using font-lock-add-keywords from a hook.
7202 Clarify when MODE should be non-nil, and when nil.
7203
72042005-06-06 Richard M. Stallman <rms@gnu.org>
7205
7206 * modes.texi (Mode Line Data): Explain what happens when the car
7207 of a list is a void symbol.
7208 (Search-based Fontification): Explain MODE arg to
7209 font-lock-add-keywords and warn about calls from major modes.
7210
72112005-06-08 Juri Linkov <juri@jurta.org>
7212
7213 * display.texi (Standard Faces): Add `shadow' face.
7214
72152005-05-29 Luc Teirlinck <teirllm@auburn.edu>
7216
7217 * modes.texi (Major Mode Conventions): A derived mode only needs
7218 to put the call to the parent mode inside `delay-mode-hooks'.
7219
72202005-05-29 Richard M. Stallman <rms@gnu.org>
7221
7222 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
7223 new, and what that implies. Clarify.
7224
7225 * files.texi (Locating Files): Clean up the text.
7226
7227 * frames.texi (Window Frame Parameters): Document user-size.
7228 Shorten entry for top by referring to left.
7229
72302005-05-26 Richard M. Stallman <rms@gnu.org>
7231
7232 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
7233 is new, and what the implications are. Other clarifications.
7234
72352005-05-24 Richard M. Stallman <rms@gnu.org>
7236
7237 * frames.texi (Dialog Boxes): Minor fixes.
7238
72392005-05-25 Masatake YAMATO <jet@gyve.org>
7240
7241 * display.texi (Standard Faces): Write about `mode-line-highlight'.
7242
72432005-05-24 Luc Teirlinck <teirllm@auburn.edu>
7244
7245 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
7246 is optional.
7247
72482005-05-24 Nick Roberts <nickrob@snap.net.nz>
7249
10d1d0af 7250 * frames.texi (Dialog Boxes): Describe new optional argument.
b8d4c8d0
GM
7251
72522005-05-23 Lute Kamstra <lute@gnu.org>
7253
7254 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
7255 syntax-begin-function over font-lock-beginning-of-syntax-function.
7256
72572005-05-21 Luc Teirlinck <teirllm@auburn.edu>
7258
7259 * minibuf.texi (Reading File Names): Update description of
7260 `read-directory-name'.
7261
7262 * modes.texi (Derived Modes): Clarify :group keyword.
7263
72642005-05-21 Eli Zaretskii <eliz@gnu.org>
7265
7266 * files.texi (Locating Files): New subsection.
7267 Describe locate-file and executable-find.
7268
72692005-05-21 Kevin Ryde <user42@zip.com.au>
7270
7271 * frames.texi (Initial Parameters): Update cross reference to
7272 "Emacs Invocation".
7273
72742005-05-19 Luc Teirlinck <teirllm@auburn.edu>
7275
7276 * keymaps.texi (Active Keymaps): Add anchor.
7277
7278 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
7279 (Major Mode Conventions): Refer to `Auto Major Mode' in more
7280 appropriate place.
7281 (Derived Modes): Small clarifications.
7282 (Minor Mode Conventions, Keymaps and Minor Modes):
7283 Replace references to nodes with references to anchors.
7284 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
7285 Clarify description of lists whose first element is an integer.
7286 (Mode Line Variables): Add anchor.
7287 (%-Constructs): Clarify description of integer after %.
7288 (Emulating Mode Line): Describe nil value for FACE.
7289
72902005-05-18 Luc Teirlinck <teirllm@auburn.edu>
7291
7292 * modes.texi (Derived Modes): Correct references to non-existing
7293 variable standard-syntax-table.
7294
72952005-05-17 Lute Kamstra <lute@gnu.org>
7296
7297 * modes.texi (Defining Minor Modes): Mention the mode hook.
7298
72992005-05-15 Kim F. Storm <storm@cua.dk>
7300
7301 * processes.texi (Network): Remove open-network-stream-nowait.
7302 (Network Servers): Remove open-network-stream-server.
7303
73042005-05-15 Luc Teirlinck <teirllm@auburn.edu>
7305
7306 * elisp.texi (Top): Update detailed menu.
7307
7308 * variables.texi: Reorder nodes.
7309 (Variables): Update menu.
7310 (File Local Variables): Do not refer to the `-*-' line as
7311 a "local variables list". Add pxref.
7312
73132005-05-14 Luc Teirlinck <teirllm@auburn.edu>
7314
7315 * elisp.texi (Top): Update detailed menu for node changes.
7316
7317 * modes.texi (Modes): Update Menu.
7318 (Hooks): Move to beginning of chapter.
7319 Most minor modes run mode hooks too.
7320 `add-hook' can handle void hooks or hooks whose value is a single
7321 function.
7322 (Major Modes): Update Menu.
7323 (Major Mode Basics): New node, split off from `Major Modes'.
7324 (Major Mode Conventions): Correct xref. Explain how to handle
7325 auto-mode-alist if the major mode command has an autoload cookie.
7326 (Auto Major Mode): Major update. Add magic-mode-alist.
7327 (Derived Modes): Major update.
7328 (Mode Line Format): Update Menu.
7329 (Mode Line Basics): New node, split off from `Mode Line Format'.
7330
7331 * loading.texi (Autoload): Mention `autoload cookie' as synonym
7332 for `magic autoload comment'. Add index entries and anchor.
7333
73342005-05-14 Richard M. Stallman <rms@gnu.org>
7335
7336 * tips.texi (Coding Conventions): Explain how important it is
7337 that just loading certain files not change Emacs behavior.
7338
7339 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
7340
73412005-05-12 Lute Kamstra <lute@gnu.org>
7342
7343 * modes.texi (Generic Modes): Update.
7344 (Major Modes): Refer to node "Generic Modes".
7345
7346 * elisp.texi (Top): Update to the current structure of the manual.
7347 * processes.texi (Processes): Add menu description.
7348 * customize.texi (Customization): Add menu descriptions.
7349
73502005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
7351
7352 * processes.texi (Signals to Processes)
7353 (Low-Level Network): Fix typos.
7354
73552005-05-11 Lute Kamstra <lute@gnu.org>
7356
7357 * elisp.texi (Top): Add some nodes from the chapter "Major and
7358 Minor Modes" to the detailed node listing.
7359
73602005-05-10 Richard M. Stallman <rms@gnu.org>
7361
7362 * keymaps.texi (Extended Menu Items): Menu item filter functions
7363 can be called at any time.
7364
73652005-05-08 Luc Teirlinck <teirllm@auburn.edu>
7366
7367 * variables.texi (File Local Variables): `(hack-local-variables t)'
7368 now also checks whether a mode is specified in the local variables
7369 list.
7370
73712005-05-05 Kevin Ryde <user42@zip.com.au>
7372
7373 * display.texi (The Echo Area): Correct format function cross
7374 reference.
7375
73762005-05-05 Luc Teirlinck <teirllm@auburn.edu>
7377
7378 * variables.texi (Variable Aliases): Change description of
7379 `define-obsolete-variable-alias'.
7380
7381 * functions.texi (Functions): Add "Obsolete Functions" to menu.
7382 (Defining Functions): Add xref.
7383 (Obsolete Functions): New node.
7384 (Function Safety): Standardize capitalization of section title.
7385
7386 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
7387 (Dialog Boxes): Complete description of `x-popup-dialog'.
7388
73892005-05-04 Richard M. Stallman <rms@gnu.org>
7390
7391 * commands.texi (Interactive Codes): Fix Texinfo usage.
7392 Document U more clearly.
7393
73942005-05-01 Luc Teirlinck <teirllm@auburn.edu>
7395
7396 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
7397 function and not a macro.
7398
7399 * frames.texi (Pop-Up Menus): Correct and clarify description of
7400 `x-popup-menu'.
7401 (Dialog Boxes): Clarify description of `x-popup-dialog'.
7402
74032005-05-01 Richard M. Stallman <rms@gnu.org>
7404
7405 * edebug.texi (Checking Whether to Stop): Fix previous change.
7406
74072005-05-01 Luc Teirlinck <teirllm@auburn.edu>
7408
7409 * display.texi: Fix typos and Texinfo usage.
7410
7411 * edebug.texi (Checking Whether to Stop): executing-macro ->
7412 executing-kbd-macro.
7413
74142005-05-01 Richard M. Stallman <rms@gnu.org>
7415
7416 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
7417
74182005-04-30 Richard M. Stallman <rms@gnu.org>
7419
7420 * files.texi (Magic File Names): Document `operations' property.
7421
74222005-04-29 Lute Kamstra <lute@gnu.org>
7423
7424 * modes.texi (Generic Modes): New node.
7425 (Major Modes): Add it to the menu.
7426 (Derived Modes): Add "derived mode" to concept index.
7427
74282005-04-28 Lute Kamstra <lute@gnu.org>
7429
7430 * modes.texi (Defining Minor Modes): Fix previous change.
7431 (Font Lock Mode): Simplify.
7432 (Font Lock Basics): Say that font-lock-defaults is buffer-local
7433 when set and that some parts are optional. Add cross references.
7434 (Search-based Fontification): Say how to specify font-lock-keywords.
7435 Add cross references. Add font-lock-multiline to index.
7436 Move font-lock-keywords-case-fold-search here from node "Other Font
7437 Lock Variables". Document font-lock-add-keywords and
7438 font-lock-remove-keywords.
7439 (Other Font Lock Variables): Move font-lock-keywords-only,
7440 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
7441 and font-lock-syntactic-face-function to node "Syntactic Font
7442 Lock". Move font-lock-keywords-case-fold-search to node
7443 "Search-based Fontification". Document font-lock-inhibit-thing-lock
7444 and font-lock-{,un}fontify-{buffer,region}-function.
7445 (Precalculated Fontification): Remove reference to deleted variable
7446 font-lock-core-only.
7447 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
7448 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
7449 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
7450 and font-lock-syntactic-face-function here from node "Other Font
7451 Lock Variables". Move font-lock-syntactic-keywords to "Setting
7452 Syntax Properties". Add cross references.
7453 (Setting Syntax Properties): New node.
7454 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
7455 * syntax.texi (Syntax Properties): Add cross reference.
7456 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
7457
74582005-04-26 Richard M. Stallman <rms@gnu.org>
7459
7460 * display.texi (Defining Faces):
7461 Document `default' elements of defface spec.
7462
7463 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
7464
7465 * variables.texi (Variable Aliases): Clarify text.
7466
74672005-04-25 Chong Yidong <cyd@stupidchicken.com>
7468
7469 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
7470
74712005-04-25 Luc Teirlinck <teirllm@auburn.edu>
7472
7473 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
7474
74752005-04-24 Eli Zaretskii <eliz@gnu.org>
7476
7477 * syntax.texi (Syntax Table Internals): Elaborate documentation of
7478 syntax-after and syntax-class.
7479
7480 * files.texi (Changing Files): Fix last change's cross-reference.
7481 (Unique File Names): Don't mention "numbers" in the documentation
7482 of make-temp-file and make-temp-name.
7483
74842005-04-23 Richard M. Stallman <rms@gnu.org>
7485
7486 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
7487
74882005-04-22 Nick Roberts <nickrob@snap.net.nz>
7489
7490 * windows.texi (Cyclic Window Ordering): Clarify window-list.
7491
74922005-04-22 Nick Roberts <nickrob@snap.net.nz>
7493
7494 * variables.texi (Variable Aliases): Describe make-obsolete-variable
7495 and define-obsolete-variable-alias.
7496
74972005-04-22 Kim F. Storm <storm@cua.dk>
7498
7499 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
7500 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
7501
75022005-04-21 Lute Kamstra <lute@gnu.org>
7503
7504 * lists.texi (Association Lists): Document rassq-delete-all.
7505
75062005-04-19 Richard M. Stallman <rms@gnu.org>
7507
7508 * modes.texi (Search-based Fontification): Explain that
7509 facespec is an expression to be evaluated.
7510
75112005-04-19 Kevin Ryde <user42@zip.com.au>
7512
7513 * streams.texi (Output Functions): Fix xref.
7514 * strings.texi (String Conversion): Fix xref.
7515
75162005-04-19 Kim F. Storm <storm@cua.dk>
7517
7518 * symbols.texi (Symbol Plists): Add safe-get.
7519 Mention that `get' may signal an error.
7520
75212005-04-18 Nick Roberts <nickrob@snap.net.nz>
7522
7523 * customize.texi (Variable Definitions): Replace tooltip-mode
7524 example with save-place.
7525
75262005-04-17 Richard M. Stallman <rms@gnu.org>
7527
7528 * buffers.texi (Indirect Buffers): Clarify.
7529
7530 * positions.texi (Positions): Clarify converting marker to integer.
7531
7532 * strings.texi (String Basics): Mention string-match; clarify.
7533
75342005-04-08 Lute Kamstra <lute@gnu.org>
7535
7536 * modes.texi (Search-based Fontification): Fix cross references.
7537 Use consistent terminology. Document anchored highlighting.
7538
75392005-04-05 Lute Kamstra <lute@gnu.org>
7540
7541 * modes.texi (Defining Minor Modes): Document :group keyword
7542 argument and its default value.
7543
75442005-04-03 Lute Kamstra <lute@gnu.org>
7545
7546 * hooks.texi (Standard Hooks): Add some hooks. Add cross
7547 references and/or descriptions. Delete major mode hooks; mention
7548 them as a category instead. Rename or delete obsolete hooks.
7549
75502005-04-02 Richard M. Stallman <rms@gnu.org>
7551
7552 * nonascii.texi (Coding System Basics): Another wording cleanup.
7553
75542005-04-01 Richard M. Stallman <rms@gnu.org>
7555
7556 * nonascii.texi (Coding System Basics): Clarify previous change.
7557
75582005-04-01 Kenichi Handa <handa@m17n.org>
7559
10d1d0af 7560 * nonascii.texi (Coding System Basics): Describe about roundtrip
b8d4c8d0
GM
7561 identity of coding systems.
7562
75632005-03-29 Chong Yidong <cyd@stupidchicken.com>
7564
7565 * text.texi (Buffer Contents): Add filter-buffer-substring and
7566 buffer-substring-filters.
7567
75682005-03-26 Chong Yidong <cyd@stupidchicken.com>
7569
7570 * anti.texi (Antinews): Mention `G' interactive code.
7571
7572 * tips.texi (Compilation Tips): Mention benchmark.el.
7573
75742005-03-27 Luc Teirlinck <teirllm@auburn.edu>
7575
7576 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
7577 is now bound to M-o M-o.
7578
7579 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
7580
75812005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
7582
7583 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
7584 in the Emacs Manual).
7585 * Makefile.in (srcs): Remove calendar.texi.
7586 * makefile.w32-in (srcs): Remove calendar.texi.
7587 * display.texi (Display): Change name of next node.
7588 * os.texi (System In): Change name of previous node.
7589 * elisp.texi (Top): Remove Calendar references.
7590 * vol1.texi (Top): Remove Calendar references.
7591 * vol2.texi (Top): Remove Calendar references.
7592
75932005-03-25 Richard M. Stallman <rms@gnu.org>
7594
7595 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
7596 Cleanup previous change.
7597
75982005-03-25 Chong Yidong <cyd@stupidchicken.com>
7599
7600 * display.texi (Face Attributes): Faces earlier in an :inherit
7601 list take precedence.
7602 (Scroll Bars): Fix description of vertical-scroll-bars.
7603 Document frame-current-scroll-bars and window-current-scroll-bars.
7604
7605 * markers.texi (The Mark): Document temporary Transient Mark mode.
7606
7607 * minibuf.texi (Reading File Names):
7608 Document read-file-name-completion-ignore-case.
7609
7610 * positions.texi (Screen Lines): Document nil for width argument
7611 to compute-motion.
7612
76132005-03-23 Kim F. Storm <storm@cua.dk>
7614
7615 * display.texi (Standard Faces): Other faces used in the fringe
7616 implicitly inherits from the fringe face.
7617 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
7618 properties implicitly inherits from fringe face.
7619 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
7620
76212005-03-20 Chong Yidong <cyd@stupidchicken.com>
7622
7623 * display.texi (Invisible Text): State default value of
7624 line-move-ignore-invisible.
7625 (Managing Overlays): Document remove-overlays.
7626 (Standard Faces): Document escape-glyph face.
7627
7628 * minibuf.texi (Reading File Names): Document read-file-name-function.
7629
7630 * modes.texi (Other Font Lock Variables):
7631 Document font-lock-lines-before.
7632
7633 * positions.texi (Skipping Characters): skip-chars-forward allows
7634 character classes.
7635
76362005-03-18 Lute Kamstra <lute@gnu.org>
7637
7638 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
7639
76402005-03-17 Richard M. Stallman <rms@gnu.org>
7641
7642 * text.texi (Undo): Document extensible undo entries.
7643
dd7b651b 7644 * searching.texi (String Search, Regexp Search): Cleanups.
b8d4c8d0
GM
7645
7646 * nonascii.texi (Character Codes): Minor fix.
7647
7648 * display.texi (Display Property): Explain the significance
7649 of having text properties that are eq.
7650 (Other Display Specs): Explain string as display spec.
7651
7652 * commands.texi (Interactive Codes): Document G option.
7653
76542005-03-17 Chong Yidong <cyd@stupidchicken.com>
7655
7656 * text.texi (Filling): Add sentence-end-without-period and
7657 sentence-end-without-space.
7658 (Changing Properties): Minor fix.
7659
7660 * anti.texi: Total rewrite.
7661
76622005-03-15 Lute Kamstra <lute@gnu.org>
7663
7664 * edebug.texi (Instrumenting Macro Calls): Fix typos.
7665
76662005-03-08 Kim F. Storm <storm@cua.dk>
7667
7668 * display.texi (Specified Space): Property :width is support on
7669 non-graphic terminals, :height is not.
7670
76712005-03-07 Richard M. Stallman <rms@gnu.org>
7672
7673 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
7674 Now subnodes of Fringes.
7675 (Overlay Arrow): Document overlay-arrow-variable-list.
7676 (Fringe Size/Pos): New node, broken out of Fringes.
7677 (Display): Explain clearing vs redisplay better.
7678 (Truncation): Clarify use of bitmaps.
7679 (The Echo Area): Clarify the uses of the echo area.
7680 Add max-mini-window-height.
7681 (Progress): Clarify.
7682 (Invisible Text): Explain that main loop moves point out.
7683 (Selective Display): Say "hidden", not "invisible".
7684 (Managing Overlays): Move up. Describe relation to Undo here.
7685 (Overlay Properties): Clarify intro.
7686 (Finding Overlays): Explain return values when nothing found.
7687 (Width): truncate-string-to-width has added arg.
7688 (Displaying Faces): Clarify and update mode line face handling.
7689 (Face Functions): Minor cleanup.
7690 (Conditional Display): Merge into Other Display Specs.
7691 (Pixel Specification, Other Display Specs): Minor cleanups.
7692 (Images, Image Descriptors): Minor cleanups.
7693 (GIF Images): Patents have expired.
7694 (Showing Images): Explain default text for insert-image.
7695 (Manipulating Button Types): Merge into Manipulating Buttons.
7696 (Making Buttons): Explain return values.
7697 (Button Buffer Commands): Add xref.
7698 (Inverse Video): Update mode-line-inverse-video.
7699 (Display Table Format): Clarify.
7700 (Active Display Table): Give defaults for window-display-table.
7701
7702 * calendar.texi (Calendar Customizing): calendar-holiday-marker
7703 and calendar-today-marker are strings, not chars.
7704 (Holiday Customizing): Minor fix.
7705
7706 * internals.texi (Writing Emacs Primitives): Update `or' example.
7707 Update limit on # args of subr.
7708
7709 * edebug.texi (Using Edebug): Arrow is in fringe.
7710 (Instrumenting): Arg to eval-defun works without loading edebug.
7711 (Edebug Execution Modes): Add xref.
7712
7713 * customize.texi (Common Keywords): Clarify :require.
7714 Mention :version here.
7715 (Variable Definitions, Group Definitions): Not here.
7716 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
7717
77182005-03-07 Chong Yidong <cyd@stupidchicken.com>
7719 * nonascii.texi (Text Representations): Clarify position-bytes.
7720 (Character Sets): Add list-charset-chars.
7721 (Scanning Charsets): Add charset-after.
7722 (Encoding and I/O): Minor fix.
7723
77242005-03-06 Richard M. Stallman <rms@gnu.org>
7725
7726 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
7727 (Resizing Windows): Likewise.
7728
7729 * text.texi (Change Hooks): Get rid of "Emacs 21".
7730
7731 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
7732
7733 * streams.texi (Output Variables): Get rid of "Emacs 21".
7734
7735 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
7736
7737 * os.texi (Translating Input): Replace flow-control example
7738 with a less obsolete example that uses `keyboard-translate'.
7739
7740 * objects.texi (Hash Table Type, Circular Objects):
7741 Get rid of "Emacs 21".
7742
7743 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
7744 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
7745
7746 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
7747
7748 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
7749
7750 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
7751 (Menu Bar): Fix when menu-bar-update-hook is called.
7752
7753 * hash.texi (Hash Tables): Get rid of "Emacs 21".
7754
7755 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
7756 and make it read better.
7757
7758 * files.texi (Writing to Files): Get rid of "Emacs 21".
7759 (Unique File Names): Likewise.
7760
7761 * elisp.texi: Update Emacs version to 22.
7762
7763 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
7764 (Overlay Properties, Face Attributes): Likewise.
7765 (Managing Overlays): Fix punctuation.
7766 (Attribute Functions): Clarify set-face-font; get rid of
7767 info about old Emacs versions.
7768 (Auto Faces, Font Lookup, Display Property, Images):
7769 Get rid of "Emacs 21".
7770
7771 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
7772
77732005-03-05 Richard M. Stallman <rms@gnu.org>
7774
7775 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
7776
77772005-03-04 Lute Kamstra <lute@gnu.org>
7778
7779 * debugging.texi (Error Debugging): Document stack-trace-on-error.
7780
77812005-03-03 Lute Kamstra <lute@gnu.org>
7782
7783 * edebug.texi (Instrumenting Macro Calls): Fix typo.
7784
77852005-03-01 Lute Kamstra <lute@gnu.org>
7786
7787 * debugging.texi (Debugger Commands): Update `j'.
7788
77892005-02-28 Lute Kamstra <lute@gnu.org>
7790
7791 * debugging.texi (Debugging): Fix typo.
7792 (Error Debugging): Document eval-expression-debug-on-error.
7793 (Function Debugging): Update example.
7794 (Using Debugger): Mention starred stack frames.
7795 (Debugger Commands): Document `j' and `l'.
7796 (Invoking the Debugger): `d' and `j' exit recursive edit too.
7797 Update the messages that the debugger displays.
7798 (Internals of Debugger): Add cross reference. Update example.
7799 (Excess Open): Minor improvement.
7800 (Excess Close): Minor improvement.
7801
78022005-02-26 Richard M. Stallman <rms@gnu.org>
7803
7804 * tips.texi (Coding Conventions): Clarify.
7805 Put all the major mode key reservations together.
7806 Mention the Mouse-1 => Mouse-2 conventions.
7807
7808 * syntax.texi (Syntax Class Table): Clarify.
7809 (Syntax Table Functions): syntax-after moved from here.
7810 (Syntax Table Internals): syntax-after moved to here.
7811 (Parsing Expressions): Update info on number of values
7812 and what's meaningful in the STATE argument.
7813 (Categories): Fix typo.
7814
7815 * sequences.texi (Arrays): Cleanup.
7816 (Char-Tables): Clarify.
7817
7818 * processes.texi (Deleting Processes): Cleanups, add xref.
7819 (Subprocess Creation): Explain nil in exec-path. Cleanup.
7820 (Process Information): set-process-coding-system, some args optional.
7821 (Input to Processes): Explain various types for PROCESS args.
7822 Rename them from PROCESS-NAME to PROCESS.
7823 (Signals to Processes): Likewise.
7824 (Decoding Output): Cleanup.
7825 (Query Before Exit): Clarify.
7826
7827 * os.texi (Startup Summary): Correct the options; add missing ones.
7828 (Terminal Output, Batch Mode): Clarify.
7829 (Flow Control): Node deleted.
7830
7831 * markers.texi (The Mark): Clarify.
7832
7833 * macros.texi (Expansion): Cleanup.
7834 (Indenting Macros): indent-spec allows ints, not floats.
7835
7836 * keymaps.texi (Keymaps): Clarify.
7837 (Format of Keymaps): Update lisp-mode-map example.
7838 (Active Keymaps, Key Lookup): Clarify.
7839 (Changing Key Bindings): Add xref to `kbd'.
7840 (Key Binding Commands, Simple Menu Items): Clarify.
7841 (Mouse Menus, Menu Bar): Clarify.
7842 (Menu Example): Replace print example with menu-bar-replace-menu.
7843
7844 * help.texi (Documentation Basics): Add function-documentation prop.
7845
7846 * elisp.texi (Top): Don't refer to Flow Control node.
7847
7848 * commands.texi (Command Overview): Improve xrefs.
7849 (Adjusting Point): Adjusting point applies to intangible and invis.
7850 (Key Sequence Input): Doc extra read-key-sequence args.
7851 Likewise for read-key-sequence-vector.
7852
7853 * backups.texi (Rename or Copy): Minor fix.
7854 (Numbered Backups): For version-control, say the default.
7855 (Auto-Saving): make-auto-save-file-name example is simplified.
7856
7857 * advice.texi (Advising Functions): Don't imply one part of Emacs
7858 should advise another part. Markup changes.
7859 (Defining Advice): Move transitional para.
7860 (Activation of Advice): Cleanup.
7861 Explain if COMPILE is nil or negative.
7862
7863 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
7864
78652005-02-24 Lute Kamstra <lute@gnu.org>
7866
7867 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
7868 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
7869
78702005-02-23 Lute Kamstra <lute@gnu.org>
7871
7872 * modes.texi (Defining Minor Modes): define-minor-mode can be used
7873 to define global minor modes as well.
7874
7875 * display.texi (Managing Overlays): overlay-buffer returns nil for
7876 deleted overlays.
7877
78782005-02-22 Kim F. Storm <storm@cua.dk>
7879
7880 * minibuf.texi (Basic Completion): Allow symbols in addition to
7881 strings in try-completion and all-completions.
7882
78832005-02-14 Lute Kamstra <lute@gnu.org>
7884
7885 * elisp.texi (Top): Remove reference to deleted node.
7886
7887 * lists.texi (Lists): Remove reference to deleted node.
7888 (Cons Cells): Fix typo.
7889
7890 * loading.texi (Where Defined): Fix typo.
7891
78922005-02-14 Richard M. Stallman <rms@gnu.org>
7893
7894 * variables.texi (Creating Buffer-Local): change-major-mode-hook
7895 is useful for discarding some minor modes.
7896
7897 * symbols.texi (Symbol Components): Reorder examples.
7898
7899 * streams.texi (Input Functions): State standard-input default.
7900 (Output Variables): State standard-output default.
7901
7902 * objects.texi (Printed Representation): Clarify read syntax vs print.
7903 (Floating Point Type): Explain meaning better.
7904 (Symbol Type): Explain uniqueness better.
7905 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
7906 List examples sooner.
7907 (Box Diagrams): New subnode broken out.
7908 Some examples moved from old Lists as Boxes node.
7909 (Dotted Pair Notation): Clarify intro.
7910 (Array Type): Clarify.
7911 (Type Predicates): Add hash-table-p.
7912
7913 * numbers.texi (Integer Basics): Clarify radix explanation.
7914 (Predicates on Numbers): Minor clarification.
7915 (Comparison of Numbers): Minor clarification. Clarify eql.
7916 Typos in min, max.
7917 (Math Functions): Clarify overflow in expt.
7918
7919 * minibuf.texi (Text from Minibuffer): Minor clarification.
7920 Mention arrow keys.
7921
7922 * loading.texi (Autoload): defun's doc string overrides autoload's
7923 doc string.
7924 (Repeated Loading): Modernize "add to list" examples.
7925 (Where Defined): Finish updating table of load-history elts.
7926
7927 * lists.texi (List-related Predicates): Minor wording improvement.
7928 (Lists as Boxes): Node deleted.
7929 (Building Lists): Explain trivial cases of number-sequence.
7930
7931 * hash.texi (Hash Tables): Add desc to menu items.
10d1d0af 7932 (Creating Hash): Explain "full" means "make larger".
b8d4c8d0
GM
7933 (Hash Access): Any object can be a key.
7934 State value of maphash.
7935
7936 * functions.texi (What Is a Function): Wording cleanup.
7937 (Function Documentation): Minor cleanup.
7938 Explain purpose of calling convention at end of doc string.
7939 (Function Names): Wording cleanup.
7940 (Calling Functions): Wording cleanup.
7941 Explain better how funcall calls the function.
7942 (Function Cells): Delete example of saving and redefining function.
7943
7944 * control.texi (Combining Conditions): Wording cleanup.
7945 (Iteration): dolist and dotimes bind VAR locally.
7946 (Cleanups): Xref to Atomic Changes.
7947
7948 * compile.texi (Byte Compilation): Delete 19.29 info.
7949 (Compilation Functions): Macros' difficulties don't affect defsubst.
7950 (Docs and Compilation): Delete 19.29 info.
7951
79522005-02-10 Richard M. Stallman <rms@gnu.org>
7953
7954 * objects.texi (Symbol Type): Minor correction.
7955
79562005-02-06 Lute Kamstra <lute@gnu.org>
7957
7958 * modes.texi (Example Major Modes): Fix typos.
7959
79602005-02-06 Richard M. Stallman <rms@gnu.org>
7961
7962 * text.texi (Margins): fill-nobreak-predicate can be one function.
7963
7964 * strings.texi (Modifying Strings): clear-string can make unibyte.
7965 (Formatting Strings): format gives error if values missing.
7966
7967 * positions.texi (Character Motion): Mention default arg
7968 for forward-char. backward-char refers to forward-char.
7969 (Word Motion): Mention default arg for forward-word.
7970 (Buffer End Motion): Mention default arg for beginning-of-buffer.
7971 Simplify end-of-buffer.
7972 (Text Lines): Mention default arg for forward-line.
7973 (List Motion): Mention default arg for beginning/end-of-defun.
7974 (Skipping Characters): Minor fixes in explaining character-set.
7975
7976 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
7977 Mode inheritance applies only when default-major-mode is nil.
7978 Clarifications.
7979 (Example Major Modes): Update Text mode and Lisp mode examples.
7980 (Minor Mode Conventions): Mention define-minor-mode at top.
7981 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
7982 (Mode Line Format): Update mode line face display info.
7983 (Properties in Mode): Mention effect of risky vars.
7984 (Imenu): Define imenu-add-to-menubar.
7985 (Font Lock Mode): Add descriptions to menu lines.
7986 (Faces for Font Lock): Add font-lock-doc-face.
7987
79882005-02-05 Lute Kamstra <lute@gnu.org>
7989
7990 * text.texi (Maintaining Undo): Remove obsolete function.
7991
79922005-02-05 Eli Zaretskii <eliz@gnu.org>
7993
7994 * frames.texi (Color Names): Add pointer to the X docs about RGB
c4cc8b9a 7995 color specifications. Improve indexing.
b8d4c8d0
GM
7996 (Text Terminal Colors): Replace the description of RGB values by
7997 an xref to "Color Names".
7998
79992005-02-03 Richard M. Stallman <rms@gnu.org>
8000
8001 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
8002 Clarify.
8003 (Selecting Windows): Clarify save-selected-window.
8004 (Cyclic Window Ordering): Clarify walk-windows.
8005 (Window Point): Clarify.
8006 (Window Start): Add comment to example.
8007 (Resizing Windows): Add `interactive' specs in examples.
8008 Document fit-window-to-buffer.
8009
8010 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
8011 (Undo, Maintaining Undo): Clarify last change.
8012 (Sorting): In sort-numeric-fields, explain about octal and hex.
8013 Mention sort-numeric-base.
8014 (Format Properties): Add xref for hard newlines.
8015
8016 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
8017 (Pop-Up Menus): Fix typo.
8018 (Color Names): Explain all types of color names.
8019 Explain color-values on B&W terminal.
8020 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
8021
8022 * files.texi (File Locks): Not supported on MS systems.
8023 (Testing Accessibility): Clarify.
8024
8025 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
8026 (Coverage Testing): Fix typo.
8027
8028 * commands.texi (Misc Events): Remove stray space.
8029
8030 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
8031 (Modification Time): Clarify when visited-file-modtime returns 0.
8032 (The Buffer List): Clarify bury-buffer.
8033 (Killing Buffers): Clarify.
8034 (Indirect Buffers): Add clone-indirect-buffer.
8035
80362005-02-02 Matt Hodges <MPHodges@member.fsf.org>
8037
8038 * edebug.texi (Printing in Edebug): Fix default value of
8039 edebug-print-circle.
8040 (Coverage Testing): Fix displayed frequency count data.
8041
80422005-02-02 Luc Teirlinck <teirllm@auburn.edu>
8043
8044 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
8045
80462005-02-02 Kim F. Storm <storm@cua.dk>
8047
8048 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
8049
80502005-01-29 Eli Zaretskii <eliz@gnu.org>
8051
8052 * commands.texi (Misc Events): Describe the help-echo event.
8053
8054 * text.texi (Special Properties) <help-echo>: Use `pos'
8055 consistently in description of the help-echo property.
8056 Use @code{nil} instead of @var{nil}.
8057
8058 * display.texi (Overlay Properties): Fix the index entry for
8059 help-echo overlay property.
8060
8061 * customize.texi (Type Keywords): Uncomment the xref to the
8062 help-echo property documentation.
8063
80642005-01-23 Kim F. Storm <storm@cua.dk>
8065
8066 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
8067 return value. Third element FULLY replaced by PARTIAL which
8068 specifies number of invisible pixels if row is only partially visible.
8069 (Textual Scrolling): Mention auto-window-vscroll.
8070 (Vertical Scrolling): New defvar auto-window-vscroll.
8071
80722005-01-16 Luc Teirlinck <teirllm@auburn.edu>
8073
8074 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
8075 command remapping.
8076
80772005-01-15 Richard M. Stallman <rms@gnu.org>
8078
8079 * display.texi (Defining Images): Mention DATA-P arg of create-image.
8080
80812005-01-14 Kim F. Storm <storm@cua.dk>
8082
8083 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
8084
8085 * text.texi (Links and Mouse-1): Fix string and vector item.
8086
80872005-01-13 Richard M. Stallman <rms@gnu.org>
8088
8089 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
8090 descriptions of overriding-local-map and overriding-terminal-local-map.
8091
8092 * text.texi (Links and Mouse-1): Clarify text.
8093
80942005-01-13 Kim F. Storm <storm@cua.dk>
8095
8096 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
8097
80982005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
8099
8100 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
8101
81022005-01-12 Kim F. Storm <storm@cua.dk>
8103
8104 * text.texi (Links and Mouse-1): Rename section from Enabling
8105 Mouse-1 to Following Links. Change xrefs.
8106 Add examples for define-button-type and define-widget.
8107
8108 * display.texi (Button Properties, Button Buffer Commands):
8109 Clarify mouse-1 and follow-link functionality.
8110
81112005-01-12 Richard M. Stallman <rms@gnu.org>
8112
8113 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
8114
8115 * display.texi (Beeping): Fix Texinfo usage.
8116
8117 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
8118
81192005-01-11 Kim F. Storm <storm@cua.dk>
8120
8121 * display.texi (Button Properties, Button Buffer Commands):
8122 Mention mouse-1 binding. Add follow-link keyword.
8123
8124 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
8125 (Enabling Mouse-1 to Follow Links): New subsection.
8126
81272005-01-06 Richard M. Stallman <rms@gnu.org>
8128
8129 * text.texi (Special Properties): Minor change.
8130
8131 * os.texi (Timers): Clarify previous change.
8132
8133 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
8134
81352005-01-01 Luc Teirlinck <teirllm@auburn.edu>
8136
8137 * display.texi (Face Attributes): Correct xref to renamed node.
8138
81392005-01-01 Richard M. Stallman <rms@gnu.org>
8140
8141 * display.texi (Face Attributes): Describe hex color specs.
8142
81432004-12-31 Richard M. Stallman <rms@gnu.org>
8144
8145 * os.texi (Timers): Update previous change.
8146
81472004-12-30 Kim F. Storm <storm@cua.dk>
8148
8149 * display.texi (Line Height): Total line-height is now specified
8150 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
8151 in cons cells. (nil . RATIO) is relative to actual line height.
8152 Use line-height `t' instead of `0' to get minimum height.
8153
81542004-12-29 Richard M. Stallman <rms@gnu.org>
8155
8156 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
8157
81582004-12-28 Richard M. Stallman <rms@gnu.org>
8159
8160 * commands.texi (Quitting): Clarify value of with-local-quit.
8161
8162 * elisp.texi (Top): Fix previous change.
8163
8164 * loading.texi (Loading): Fix previous change.
8165
81662004-12-27 Richard M. Stallman <rms@gnu.org>
8167
8168 * Makefile.in (MAKEINFO): Specify --force.
8169
8170 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
8171
8172 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
8173
8174 * display.texi (Line Height): Further clarify.
8175
8176 * elisp.texi (Top): Update Loading submenu.
8177
8178 * loading.texi (Where Defined): New node.
8179 (Unloading): load-history moved to Where Defined.
8180
81812004-12-21 Richard M. Stallman <rms@gnu.org>
8182
8183 * commands.texi (Event Input Misc): Add while-no-input.
8184
81852004-12-11 Richard M. Stallman <rms@gnu.org>
8186
8187 * display.texi (Line Height): Rewrite text for clarity.
8188
81892004-12-11 Kim F. Storm <storm@cua.dk>
8190
8191 * display.texi (Display): Add node "Line Height" to menu.
8192 (Line Height): New node. Move full description of line-spacing
8193 and line-height text properties here from text.texi.
8194 (Scroll Bars): Add vertical-scroll-bar variable.
8195
8196 * frames.texi (Window Frame Parameters): Remove line-height defvar.
8197
8198 * locals.texi (Standard Buffer-Local Variables): Fix xref for
8199 line-spacing and vertical-scroll-bar.
8200
8201 * text.texi (Special Properties): Just mention line-spacing and
8202 line-height here, add xref to new "Line Height" node.
8203
82042004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
8205
8206 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
8207
8208 * locals.texi (Standard Buffer-Local Variables):
8209 Add @xref for `line-spacing'.
8210
82112004-12-05 Richard M. Stallman <rms@gnu.org>
8212
8213 * Makefile.in (maintainer-clean): Remove the info files
8214 in $(infodir) where they are created.
8215
82162004-12-03 Richard M. Stallman <rms@gnu.org>
8217
8218 * windows.texi (Selecting Windows): get-lru-window and
8219 get-largest-window don't consider dedicated windows.
8220
8221 * text.texi (Undo): Document undo-in-progress.
8222
82232004-11-26 Richard M. Stallman <rms@gnu.org>
8224
8225 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
8226 Remove a few vars that are not always buffer-local.
8227
82282004-11-24 Luc Teirlinck <teirllm@auburn.edu>
8229
8230 * locals.texi (Standard Buffer-Local Variables): Comment out
8231 xref's to non-existent node `Yet to be written'.
8232
82332004-11-24 Richard M. Stallman <rms@gnu.org>
8234
8235 * processes.texi (Synchronous Processes): Grammar fix.
8236
8237 * numbers.texi (Comparison of Numbers): Add eql.
8238
8239 * locals.texi (Standard Buffer-Local Variables): Add many vars.
8240
8241 * intro.texi (Printing Notation): Fix previous change.
8242
8243 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
8244 and default-indicate-buffer-boundaries from here.
8245 (Usual Display): To here.
8246 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
8247 (Usual Display): Move tab-width up.
8248
5dcb4c4e
SM
8249 * customize.texi (Variable Definitions):
8250 Replace show-paren-mode example with tooltip-mode.
b8d4c8d0
GM
8251 (Simple Types, Composite Types, Defining New Types):
8252 Minor cleanups.
8253
82542004-11-21 Jesper Harder <harder@ifa.au.dk>
8255
8256 * processes.texi (Synchronous Processes, Output from Processes):
8257 Markup fix.
8258
82592004-11-20 Richard M. Stallman <rms@gnu.org>
8260
8261 * positions.texi (Skipping Characters): skip-chars-forward
8262 now handles char classes.
8263
8264 * intro.texi (Printing Notation): Avoid confusion of `print'
8265 when explaining @print.
8266
8267 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
8268
8269 * display.texi (Display Table Format): Minor fix.
8270
8271 * streams.texi (Output Functions): Fix print example.
8272
8273 * Makefile.in (elisp): New target.
8274 (dist): Depend on $(infodir)/elisp, not elisp.
8275 Copy the info files from $(infodir).
8276
8277 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
8278 read-from-minibuffer.
8279
8280 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
8281
82822004-11-19 Richard M. Stallman <rms@gnu.org>
8283
8284 * searching.texi (Regexp Search): Add search-whitespace-regexp.
8285
82862004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
8287
8288 * tips.texi (Coding Conventions): Fix typo.
8289
82902004-11-16 Richard M. Stallman <rms@gnu.org>
8291
8292 * tips.texi (Coding Conventions): Separate defvar and require
8293 methods to avoid warnings. Use require only when there are many
8294 functions and variables from that package.
8295
8296 * minibuf.texi (Minibuffer Completion): When ignoring case,
8297 predicate must not be case-sensitive.
8298
8299 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
8300 (Test Coverage): Don't talk about "splotches". Clarified.
8301
83022004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
8303
8304 * frames.texi (Window Frame Parameters): Fix typo.
8305
83062004-11-15 Kim F. Storm <storm@cua.dk>
8307
8308 * symbols.texi (Other Plists): Note that plist-get may signal error.
8309 Add safe-plist-get.
8310
83112004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
8312
8313 * modes.texi (Font Lock Basics): Fix typo.
8314
83152004-11-08 Richard M. Stallman <rms@gnu.org>
8316
8317 * syntax.texi (Syntax Table Functions): Add syntax-after.
8318
83192004-11-06 Lars Brinkhoff <lars@nocrew.org>
8320
8321 * os.texi (Processor Run Time): New section documenting
8322 get-internal-run-time.
8323
83242004-11-06 Eli Zaretskii <eliz@gnu.org>
8325
8326 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
8327 it nukes elisp-cover.texi.
8328 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
8329 elisp-0 etc.
8330
83312004-11-05 Luc Teirlinck <teirllm@auburn.edu>
8332
8333 * commands.texi (Keyboard Macros): Document `append' return value
8334 of `defining-kbd-macro'.
8335
83362004-11-01 Richard M. Stallman <rms@gnu.org>
8337
8338 * commands.texi (Interactive Call): Add called-interactively-p.
8339
83402004-10-29 Simon Josefsson <jas@extundo.com>
8341
8342 * minibuf.texi (Reading a Password): Revert.
8343
83442004-10-28 Richard M. Stallman <rms@gnu.org>
8345
8346 * frames.texi (Display Feature Testing): Explain about "vendor".
8347
83482004-10-27 Richard M. Stallman <rms@gnu.org>
8349
8350 * commands.texi (Interactive Codes): `N' uses numeric prefix,
8351 not raw. Clarify `n'.
8352 (Interactive Call): Rewrite interactive-p, focusing on when
8353 and how to use it.
8354 (Misc Events): Clarify previous change.
8355
8356 * advice.texi (Simple Advice): Clarify what job the example does.
8357 (Around-Advice): Clarify ad-do-it.
8358 (Activation of Advice): An option of ad-default-compilation-action
8359 is `never', not `nil'.
8360
83612004-10-26 Kim F. Storm <storm@cua.dk>
8362
8363 * commands.texi (Interactive Codes): Add U code letter.
8364
83652004-10-25 Simon Josefsson <jas@extundo.com>
8366
8367 * minibuf.texi (Reading a Password): Add.
8368
83692004-10-24 Jason Rumney <jasonr@gnu.org>
8370
8371 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
8372 and wheel-down.
8373
83742004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
8375
8376 * processes.texi (Synchronous Processes): Document process-file.
8377
83782004-10-22 Kenichi Handa <handa@m17n.org>
8379
8380 * text.texi (translate-region): Document that it accepts also a
8381 char-table.
8382
83832004-10-22 David Ponce <david@dponce.com>
8384
8385 * windows.texi (Resizing Windows): Document the `preserve-before'
8386 argument of the functions `enlarge-window' and `shrink-window'.
8387
83882004-10-19 Jason Rumney <jasonr@gnu.org>
8389
8390 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
8391
83922004-10-09 Luc Teirlinck <teirllm@auburn.edu>
8393
8394 * text.texi (Filling): Add anchor for definition of
8395 `sentence-end-double-space'.
8396
8397 * searching.texi (Regexp Example): Update description of how
8398 Emacs currently recognizes the end of a sentence.
8399 (Standard Regexps): Update definition of the variable
8400 `sentence-end'. Add definition of the function `sentence-end'.
8401
84022004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
8403
8404 * display.texi (Progress): New node.
8405
84062004-10-05 Kim F. Storm <storm@cua.dk>
8407
8408 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
8409
84102004-09-29 Kim F. Storm <storm@cua.dk>
8411
8412 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
8413 to identify bitmaps. Remove -fringe-bitmap suffix for standard
8414 fringe bitmap symbols, as they now have their own namespace.
8415 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
8416 vs. pixels. Signal error if no free bitmap slots.
8417 (Pixel Specification): Change IMAGE to @var{image}.
8418
84192004-09-28 Richard M. Stallman <rms@gnu.org>
8420
8421 * text.texi (Special Properties): Clarify line-spacing and line-height.
8422
8423 * searching.texi (Regexp Search): Add looking-back.
8424
84252004-09-25 Luc Teirlinck <teirllm@auburn.edu>
8426
8427 * display.texi: Correct typos.
8428 (Image Descriptors): Correct xref's.
8429
84302004-09-25 Richard M. Stallman <rms@gnu.org>
8431
8432 * text.texi (Special Properties): Cleanups in `cursor'.
8433 Rewrites in `line-height' and `line-spacing'; exchange them.
8434
8435 * display.texi (Fringes): Rewrite previous change.
8436 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
8437 (Display Fringe Bitmaps): Node deleted, text moved.
8438 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
8439 (Scroll Bars): Clarify set-window-scroll-bars.
8440 (Pointer Shape): Rewrite.
8441 (Specified Space): Clarify :align-to, etc.
8442 (Pixel Specification): Use @var. Clarify new text.
8443 (Other Display Specs): Clarify `slice'.
8444 (Image Descriptors): Cleanups.
8445 (Showing Images): Cleanups.
8446
84472004-09-24 Luc Teirlinck <teirllm@auburn.edu>
8448
8449 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
8450
8451 * modes.texi: Various minor changes in addition to:
8452 (Major Mode Conventions): Final call to `run-mode-hooks' should
8453 not be inside the `delay-mode-hooks' form.
8454 (Mode Hooks): New node.
8455 (Hooks): Delete obsolete example.
8456 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
8457 node "Mode Hooks".
8458
84592004-09-22 Luc Teirlinck <teirllm@auburn.edu>
8460
8461 * display.texi: Correct various typos.
8462 (Display): Rename node "Pointer Shapes" to "Pointer
8463 Shape". (There is already a node called "Pointer Shapes" in
8464 frames.texi.)
8465 (Images): Remove non-existent node "Image Slices" from menu.
8466
84672004-09-23 Kim F. Storm <storm@cua.dk>
8468
8469 * text.texi (Special Properties): Add `cursor', `pointer',
8470 `line-height', and `line-spacing' properties.
8471
8472 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
8473 Shapes' to menu.
8474 (Standard Faces): Doc fix for fringe face.
8475 (Fringes): Add `overflow-newline-into-fringe' and
8476 'indicate-buffer-boundaries'.
8477 (Fringe Bitmaps, Pointer Shapes): New nodes.
8478 (Display Property): Add 'Pixel Specification' and 'Display Fringe
8479 Bitmaps' to menu.
8480 (Specified Space): Describe pixel width and height.
8481 (Pixel Specification): New node.
8482 (Other Display Specs): Add `slice' property.
8483 (Display Fringe Bitmaps): New node.
8484 (Images): Add 'Image Slices' to menu.
8485 (Image Descriptors): Add `:pointer' and `:map' properties.
5dcb4c4e
SM
8486 (Showing Images): Add slice arg to `insert-image'.
8487 Add 'insert-sliced-image'.
b8d4c8d0
GM
8488
84892004-09-20 Richard M. Stallman <rms@gnu.org>
8490
8491 * commands.texi (Key Sequence Input):
8492 Clarify downcasing in read-key-sequence.
8493
84942004-09-08 Juri Linkov <juri@jurta.org>
8495
8496 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
8497
84982004-09-07 Luc Teirlinck <teirllm@auburn.edu>
8499
5dcb4c4e
SM
8500 * locals.texi (Standard Buffer-Local Variables):
8501 Add `buffer-auto-save-file-format'.
b8d4c8d0
GM
8502 * internals.texi (Buffer Internals): Describe new
8503 auto_save_file_format field of the buffer structure.
8504 * files.texi (Format Conversion): `auto-save-file-format' has been
8505 renamed `buffer-auto-save-file-format'.
8506
85072004-08-27 Luc Teirlinck <teirllm@auburn.edu>
8508
8509 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
8510 an integer or a marker.
8511 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
8512
85132004-08-22 Richard M. Stallman <rms@gnu.org>
8514
8515 * modes.texi (Major Mode Conventions): Discuss rebinding of
8516 standard key bindings.
8517
85182004-08-18 Kim F. Storm <storm@cua.dk>
8519
8520 * processes.texi (Accepting Output): Add `just-this-one' arg to
8521 `accept-process-output'.
8522 (Output from Processes): New var `process-adaptive-read-buffering'.
8523
85242004-08-10 Luc Teirlinck <teirllm@auburn.edu>
8525
8526 * keymaps.texi: Various changes in addition to:
8527 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
8528 Give more varied examples for `kbd'.
8529 (Creating Keymaps): Char tables have slots for all characters
8530 without modifiers.
8531 (Active Keymaps): `overriding-local-map' and
8532 `overriding-terminal-local-map' also override text property and
8533 overlay keymaps.
8534 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
8535 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
8536 to denote a prefix of no events.
8537 `map-keymap' includes parent's bindings _recursively_.
8538 Clarify and correct description of `where-is-internal'.
8539 Mention BUFFER-OR-NAME arg to `describe-bindings'.
8540 (Menu Example): For menus intended for use with the keyboard, the
8541 menu items should be bound to characters or real function keys.
8542
85432004-08-08 Luc Teirlinck <teirllm@auburn.edu>
8544
8545 * objects.texi (Character Type): Reposition `@anchor' to prevent
8546 double space inside sentence in Info.
8547
8548 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
8549 renamed to `disabled-command-function'.
8550 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
8551 (Command Loop Info): Replace reference to it.
8552 (Disabling Commands): `disabled-command-hook' has been renamed to
8553 `disabled-command-function'.
8554
85552004-08-07 Luc Teirlinck <teirllm@auburn.edu>
8556
8557 * os.texi (Translating Input): Only non-prefix bindings in
8558 `key-translation-map' override actual key bindings. Warn about
8559 possible indirect effect of actual key bindings on non-prefix
8560 bindings in `key-translation-map'.
8561
85622004-08-06 Luc Teirlinck <teirllm@auburn.edu>
8563
8564 * minibuf.texi (High-Level Completion): Add anchor for definition
8565 of `read-variable'.
8566
8567 * commands.texi: Various changes in addition to:
8568 (Using Interactive): Clarify description of `interactive-form'.
8569 (Interactive Call): Mention default for KEYS argument to
8570 `call-interactively'.
8571 (Command Loop Info): Clarify description of `this-command-keys'.
8572 Mention KEEP-RECORD argument to `clear-this-command-keys'.
8573 Value of `last-event-frame' can be `macro'.
8574 (Repeat Events): `double-click-fuzz' is also used to distinguish
8575 clicks and drags.
8576 (Classifying Events): Clarify descriptions of `event-modifiers'
8577 `event-basic-type' and `event-convert-list'.
8578 (Accessing Events): `posn-timestamp' takes POSITION argument.
8579 (Quoted Character Input): Clarify description of
8580 `read-quoted-char' and fix example.
8581 (Quitting): Add `with-local-quit'.
8582 (Disabling Commands): Correct and clarify descriptions of
8583 `enable-command' and `disable-command'.
8584 Mention what happens if `disabled-command-hook' is nil.
8585 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
8586 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
8587
85882004-07-24 Luc Teirlinck <teirllm@auburn.edu>
8589
8590 * frames.texi: Various changes in addition to:
8591 (Creating Frames): Expand and clarify description of `make-frame'.
8592 (Window Frame Parameters): Either none or both of the `icon-left'
8593 and `icon-top' parameters must be specified. Put descriptions of
8594 `menu-bar-lines' and `toolbar-lines' closer together and change
8595 them accordingly.
8596 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
8597 except while processing `frame-title-format' or `icon-title-format'.
8598 (Deleting Frames): Correct description of `delete-frame'.
8599 Non-nil return values of `frame-live-p' are like those of `framep'.
8600 (Frames and Windows): Mention return value of
8601 `set-frame-selected-window'.
8602 (Visibility of Frames): Mention `force' argument to
8603 `make-frame-invisible'. `frame-visible-p' returns t for all
8604 frames on text-only terminals.
8605 (Frame Configurations): Restoring a frame configuration does not
8606 restore deleted frames.
8607 (Window System Selections): `x-set-selection' returns DATA.
8608 (Resources): Add example.
8609 (Display Feature Testing): Clarify descriptions of
8610 `display-pixel-height', `display-pixel-width', `x-server-version'
8611 and `x-server-vendor'.
8612
8613 * windows.texi (Choosing Window): Add anchor.
8614 * minibuf.texi (Minibuffer Misc): Add anchor.
8615
86162004-07-23 John Paul Wallington <jpw@gnu.org>
8617
8618 * macros.texi (Defining Macros): Declaration keyword for setting
8619 Edebug spec is `debug' not `edebug'.
8620
86212004-07-19 Luc Teirlinck <teirllm@auburn.edu>
8622
8623 * windows.texi: Various small changes in addition to:
8624 (Window Point): Mention return value of `set-window-point'.
8625 (Window Start): `pos-visible-in-window-p' disregards horizontal
8626 scrolling. Explain return value if PARTIALLY is non-nil.
8627 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
8628 and `set-window-vscroll'.
8629 (Size of Window): The argument WINDOW to `window-inside-edges',
8630 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
8631 (Resizing Windows): Explain return value of
8632 `shrink-window-if-larger-than-buffer'.
8633 `window-size-fixed' automatically becomes buffer local when set.
8634 (Window Configurations): Explain return value of
8635 `set-window-configuration'.
8636
8637 * minibuf.texi (Minibuffer Misc): Add anchor for
8638 `minibuffer-scroll-window'.
8639
8640 * positions.texi (Text Lines): Add anchor for `count-lines'.
8641
86422004-07-17 Richard M. Stallman <rms@gnu.org>
8643
8644 * display.texi (Overlay Properties): Adding `evaporate' prop
8645 deletes empty overlay immediately.
8646
8647 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
8648 fix example.
8649
86502004-07-16 Jim Blandy <jimb@redhat.com>
8651
8652 * searching.texi (Regexp Backslash): Document new \_< and \_>
8653 operators.
8654
86552004-07-16 Juanma Barranquero <lektu@terra.es>
8656
8657 * display.texi (Images): Fix Texinfo usage.
8658
86592004-07-14 Luc Teirlinck <teirllm@auburn.edu>
8660
8661 * buffers.texi (Modification Time): `visited-file-modtime' now
8662 returns a list of two integers, instead of a cons.
8663
86642004-07-13 Luc Teirlinck <teirllm@auburn.edu>
8665
8666 * windows.texi: Various changes in addition to:
8667 (Splitting Windows): Add `split-window-keep-point'.
8668
86692004-07-09 Richard M. Stallman <rms@gnu.org>
8670
8671 * frames.texi (Input Focus): Minor fix.
8672
86732004-07-07 Luc Teirlinck <teirllm@auburn.edu>
8674
8675 * frames.texi (Input Focus): Clarify descriptions of
8676 `select-frame-set-input-focus' and `select-frame'.
8677
86782004-07-06 Luc Teirlinck <teirllm@auburn.edu>
8679
8680 * os.texi: Various small changes in addition to:
8681 (Killing Emacs): Expand and clarify description of
8682 `kill-emacs-query-functions' and `kill-emacs-hook'.
8683 (System Environment): Expand and clarify description of `getenv'
8684 and `setenv'.
8685 (Timers): Clarify description of `run-at-time'.
8686 (Translating Input): Correct description of
8687 `extra-keyboard-modifiers'.
8688 (Flow Control): Correct description of `enable-flow-control'.
8689
86902004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
8691
8692 * os.texi: Update copyright.
8693 (Session Management): Grammar fix.
8694 Clarify which Emacs does the restarting.
8695 Use @samp for *scratch* buffer.
8696
86972004-07-04 Alan Mackenzie <acm@muc.de>
8698
8699 * frames.texi (Input Focus): Add documentation for
8700 `select-frame-set-input-focus'. Replace refs to non-existent
8701 `switch-frame' with `select-frame'. Minor corrections and tidying
8702 up of text-only terminal stuff.
8703
87042004-07-02 Richard M. Stallman <rms@gnu.org>
8705
8706 * files.texi (Saving Buffers): Cleanup write-contents-function.
8707 (Magic File Names): Cleanup file-remote-p.
8708
b344d29d 87092004-07-02 Kai Großjohann <kai@emptydomain.de>
b8d4c8d0
GM
8710
8711 * files.texi (Magic File Names): `file-remote-p' returns an
8712 identifier of the remote system, not just t.
8713
87142004-07-02 David Kastrup <dak@gnu.org>
8715
8716 * searching.texi (Entire Match Data): Add explanation about new
8717 match-data behavior when @var{integers} is non-nil.
8718
87192004-06-24 Richard M. Stallman <rms@gnu.org>
8720
8721 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
8722
8723 * customize.texi (Variable Definitions): Note about doc strings
8724 and :set.
8725
8726 * keymaps.texi (Keymap Terminology): Document `kbd'.
8727 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
8728
8729 * display.texi (Invisible Text): Setting buffer-invisibility-spec
8730 makes it buffer-local.
8731
8732 * files.texi (Saving Buffers): Correct previous change.
8733
8734 * commands.texi (Accessing Events):
8735 Clarify posn-col-row and posn-actual-col-row.
8736
87372004-06-24 David Ponce <david.ponce@wanadoo.fr>
8738
8739 * commands.texi (Accessing Events): New functions
8740 posn-at-point and posn-at-x-y. Add example to posn-x-y.
8741
87422004-06-23 Luc Teirlinck <teirllm@auburn.edu>
8743
8744 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
8745 * frames.texi, buffers.texi, backups.texi, variables.texi:
8746 * loading.texi, eval.texi, functions.texi, control.texi:
8747 * symbols.texi, minibuf.texi: Reposition @anchor's.
8748
8749 * help.texi: Various small changes in addition to the following.
8750 (Describing Characters): Describe PREFIX argument to
8751 `key-description'. Correct and clarify definition of
8752 `text-char-description'. Describe NEED-VECTOR argument to
8753 `read-kbd-macro'.
8754 (Help Functions): Clarify definition of `apropos'.
8755
87562004-06-23 Lars Hansen <larsh@math.ku.dk>
8757
8758 * files.texi (Saving Buffers): Correct description of
8759 `write-contents-functions'.
8760
87612004-06-21 Juanma Barranquero <lektu@terra.es>
8762
8763 * display.texi (Images): Remove redundant @vindex directives.
8764 Rewrite `image-library-alist' doc in active voice.
8765
87662004-06-14 Juanma Barranquero <lektu@terra.es>
8767
8768 * display.texi (Images): Document new delayed library loading,
8769 variable `image-library-alist' and (existing but undocumented)
8770 function `image-type-available-p'.
8771
87722004-06-05 Richard M. Stallman <rms@gnu.org>
8773
8774 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
8775 refer the user to the Initial Input node.
8776 (Text from Minibuffer): Likewise.
8777 (Initial Input): New node. Document this feature
8778 and say it is mostly deprecated.
8779
87802004-05-30 Richard M. Stallman <rms@gnu.org>
8781
8782 * loading.texi (Named Features): Clarify return value
8783 and meaning of NOERROR.
8784
8785 * variables.texi (File Local Variables): Minor cleanup.
8786
87872004-05-30 Michael Albinus <michael.albinus@gmx.de>
8788
8789 * files.texi (Magic File Names): Add `file-remote-p' as operation
8790 of file name handlers.
8791
87922004-05-29 Richard M. Stallman <rms@gnu.org>
8793
8794 * modes.texi (Minor Mode Conventions): (-) has no special meaning
8795 as arg to a minor mode command.
8796
87972004-05-22 Richard M. Stallman <rms@gnu.org>
8798
8799 * syntax.texi (Syntax Class Table): Word syntax not just for English.
8800
8801 * streams.texi (Output Variables): Doc float-output-format.
8802
8803 * searching.texi (Regexp Special): Nested repetition can be infloop.
8804
8805 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
8806 real stack overflow.
8807
8808 * compile.texi: Minor cleanups.
8809
88102004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
8811
8812 * lists.texi (Cons Cells): Explain dotted lists, true lists,
8813 circular lists.
8814 (List Elements): Explain handling of circular and dotted lists.
8815
88162004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
8817
8818 * modes.texi (Search-based Fontification): Fix typo.
8819
88202004-05-10 Juanma Barranquero <lektu@terra.es>
8821
8822 * modes.texi (Mode Line Variables): Fix description of
8823 global-mode-string, which is now after which-func-mode, not the
8824 buffer name.
8825
88262004-05-07 Lars Hansen <larsh@math.ku.dk>
8827
8828 * modes.texi (Desktop Save Mode): Add.
8829 (Modes): Add menu entry Desktop Save Mode.
8830
8831 * hooks.texi: Add desktop-after-read-hook,
8832 desktop-no-desktop-file-hook and desktop-save-hook.
8833
8834 * locals.texi: Add desktop-save-buffer.
8835
88362004-04-30 Jesper Harder <harder@ifa.au.dk>
8837
8838 * display.texi: emacs -> Emacs.
8839
88402004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
8841
8842 * files.texi (Changing Files): Document set-file-times.
8843
88442004-04-23 Juanma Barranquero <lektu@terra.es>
8845
8846 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8847
88482004-04-18 Jesper Harder <harder@ifa.au.dk>
8849
8850 * tips.texi (Coding Conventions): defopt -> defcustom.
8851
88522004-04-16 Luc Teirlinck <teirllm@auburn.edu>
8853
8854 * sequences.texi: Various clarifications.
8855
88562004-04-14 Luc Teirlinck <teirllm@auburn.edu>
8857
8858 * buffers.texi (Read Only Buffers): Mention optional ARG to
8859 `toggle-read-only'.
8860
88612004-04-14 Nick Roberts <nick@nick.uklinux.net>
8862
8863 * windows.texi (Selecting Windows): Note that get-lru-window
8864 returns a full-width window if possible.
8865
88662004-04-13 Luc Teirlinck <teirllm@auburn.edu>
8867
8868 * buffers.texi: Various changes in addition to:
8869 (Buffer File Name): Add `find-buffer-visiting'.
8870 (Buffer Modification): Mention optional ARG to `not-modified'.
8871 (Indirect Buffers): Mention optional CLONE argument to
8872 `make-indirect-buffer'.
8873
8874 * files.texi: Various changes in addition to:
8875 (Visiting Functions): `find-file-hook' is now a normal hook.
8876 (File Name Expansion): Explain difference between the way that
8877 `expand-file-name' and `file-truename' treat `..'.
8878 (Contents of Directories): Mention optional ID-FORMAT argument to
8879 `directory-files-and-attributes'.
8880 (Format Conversion): Mention new optional CONFIRM argument to
8881 `format-write-file'.
8882
88832004-04-12 Miles Bader <miles@gnu.org>
8884
8885 * macros.texi (Expansion): Add description of `macroexpand-all'.
8886
88872004-04-05 Jesper Harder <harder@ifa.au.dk>
8888
5dcb4c4e
SM
8889 * variables.texi (Variable Aliases):
8890 Mention cyclic-variable-indirection.
b8d4c8d0
GM
8891
8892 * errors.texi (Standard Errors): Ditto.
8893
88942004-04-04 Luc Teirlinck <teirllm@auburn.edu>
8895
8896 * backups.texi: Various small changes in addition to:
8897 (Making Backups): Mention return value of `backup-buffer'.
8898 (Auto-Saving): Mention optional FORCE argument to
8899 `delete-auto-save-file-if-necessary'.
8900 (Reverting): Mention optional PRESERVE-MODES argument to
8901 `revert-buffer'. Correct description of `revert-buffer-function'.
8902
89032004-03-22 Juri Linkov <juri@jurta.org>
8904
8905 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
8906 with `Vector Functions'.
8907
8908 * text.texi (Sorting): Add missing quote.
8909
89102004-03-14 Luc Teirlinck <teirllm@auburn.edu>
8911
8912 * intro.texi (Lisp History): Replace xref to `cl' manual with
8913 inforef.
8914
89152004-03-12 Richard M. Stallman <rms@gnu.org>
8916
8917 * intro.texi (Version Info): Add arg to emacs-version.
8918 (Lisp History): Change xref to CL manual.
8919
89202004-03-09 Luc Teirlinck <teirllm@auburn.edu>
8921
8922 * minibuf.texi (Completion Commands): Add xref to Emacs manual
8923 for Partial Completion mode.
8924
89252004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
8926
8927 * customize.texi: Fix typo. Remove eol whitespace.
8928
89292004-03-04 Richard M. Stallman <rms@gnu.org>
8930
8931 * processes.texi: Fix typos.
8932
8933 * lists.texi (Building Lists): Minor clarification.
8934
8935 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
8936 in make-hash-table.
8937
89382004-02-29 Juanma Barranquero <lektu@terra.es>
8939
8940 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
8941 rm, and ignore exit code.
8942
89432004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
8944
8945 * display.texi (Defining Faces): Add description for min-colors.
8946 Update example.
8947
89482004-02-23 Luc Teirlinck <teirllm@auburn.edu>
8949
8950 * abbrevs.texi: Various corrections and clarifications in addition
8951 to the following:
8952 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
8953
89542004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
8955
8956 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
8957
89582004-02-21 Luc Teirlinck <teirllm@auburn.edu>
8959
8960 * text.texi: Various small changes in addition to the following:
8961 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
8962 to delete-horizontal-space.
8963 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
8964 description of yank-handler text property at various places.
8965
8966 * frames.texi (Window System Selections): Add anchor.
8967
8968 * syntax.texi (Syntax Table Functions): Clarify and correct
8969 descriptions of make-syntax-table and copy-syntax-table.
8970 (Motion and Syntax): Clarify SYNTAXES argument to
8971 skip-syntax-forward.
8972 (Parsing Expressions): Mention that the return value of
8973 parse-partial-sexp is currently a list of ten rather than nine
8974 elements.
8975 (Categories): Various corrections and clarifications.
8976
89772004-02-17 Luc Teirlinck <teirllm@auburn.edu>
8978
8979 * markers.texi (Marker Insertion Types): Minor change.
8980
8981 * locals.texi (Standard Buffer-Local Variables):
8982 * commands.texi (Interactive Codes, Using Interactive):
8983 * functions.texi (Related Topics): Fix xrefs.
8984
89852004-02-16 Luc Teirlinck <teirllm@auburn.edu>
8986
8987 * lists.texi (Sets And Lists): Update description of delete-dups.
8988
89892004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
8990
8991 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
8992
c8763fb6 89932004-02-16 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
8994
8995 * frames.texi (Parameter Access): frame-parameters arg is optional.
8996 modify-frame-parameters handles nil for FRAME.
8997 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
8998 are all-or-nothing for certain toolkits.
8999 Mention parameter wait-for-wm.
9000 (Frames and Windows): In frame-first-window and frame-selected-window
9001 the arg is optional.
9002 (Input Focus): In redirect-frame-focus the second arg is optional.
9003 (Window System Selections): Mention selection type CLIPBOARD.
9004 Mention data-type UTF8_STRING.
9005 Mention numbering of cut buffers.
9006 (Resources): Describe x-resource-name.
9007
90082004-02-16 Richard M. Stallman <rms@gnu.org>
9009
9010 * windows.texi (Buffers and Windows): Delete false table
9011 about all-frames.
9012
9013 * syntax.texi (Parsing Expressions): Delete old caveat
9014 about parse-sexp-ignore-comments.
9015
9016 * streams.texi (Output Variables): Add print-quoted.
9017
9018 * lists.texi (Building Lists): Minor cleanup.
9019
9020 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
9021
9022 * display.texi (Overlays): Explain overlays use markers.
9023 (Managing Overlays): Explain front-advance and rear-advance
9024 in more detail.
9025
9026 * loading.texi (Unloading): Document unload-feature-special-hooks.
9027 Get rid of fns-NNN.el file.
9028
90292004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
9030
9031 * help.texi (Describing Characters): Fix text-char-description
9032 example output.
9033
9034 * edebug.texi (Using Edebug): Fix example.
9035
9036 * debugging.texi (Internals of Debugger): Fix return value.
9037
9038 * files.texi (Changing Files): Fix argname.
9039
9040 * calendar.texi: Fix parens, and default values.
9041
9042 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
9043 * nonascii.texi, objects.texi, os.texi: Minor fixes.
b3e755a9 9044 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
b8d4c8d0
GM
9045
9046 * positions.texi (Text Lines): Don't add -1 in current-line.
9047
90482004-02-16 Richard M. Stallman <rms@gnu.org>
9049
9050 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
9051
90522004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
9053
9054 * processes.texi (Low-Level Network): Fix a typo.
9055
90562004-02-12 Kim F. Storm <storm@cua.dk>
9057
9058 * display.texi (Fringes): Use consistent wording.
9059 Note that window-fringe's window arg is optional.
9060 (Scroll Bars): Use consistent wording.
9061
90622004-02-11 Luc Teirlinck <teirllm@auburn.edu>
9063
9064 * tips.texi (Comment Tips): Document the new conventions for
9065 commenting out code.
9066
c8763fb6 90672004-02-07 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0 9068
5dcb4c4e 9069 * positions.texi (Text Lines): Add missing end defun.
b8d4c8d0
GM
9070
90712004-02-07 Kim F. Storm <storm@cua.dk>
9072
9073 * positions.texi (Text Lines): Add line-number-at-pos.
9074
90752004-02-06 John Paul Wallington <jpw@gnu.org>
9076
9077 * display.texi (Button Properties, Button Buffer Commands):
9078 mouse-2 invokes button, not down-mouse-1.
9079
90802004-02-04 Jason Rumney <jasonr@gnu.org>
9081
9082 * makefile.w32-in: Sync with Makefile.in changes.
9083
90842004-02-03 Luc Teirlinck <teirllm@auburn.edu>
9085
9086 * minibuf.texi (Text from Minibuffer): Various corrections and
9087 clarifications.
9088 (Object from Minibuffer): Correct Lisp description of
9089 read-minibuffer.
9090 (Minibuffer History): Clarify description of cons values for
9091 HISTORY arguments.
5dcb4c4e
SM
9092 (Basic Completion): Various corrections and clarifications.
9093 Add completion-regexp-list.
b8d4c8d0
GM
9094 (Minibuffer Completion): Correct and clarify description of
9095 completing-read.
5dcb4c4e
SM
9096 (Completion Commands): Mention Partial Completion mode.
9097 Various other minor changes.
b8d4c8d0
GM
9098 (High-Level Completion): Various corrections and clarifications.
9099 (Reading File Names): Ditto.
9100 (Minibuffer Misc): Ditto.
9101
91022004-01-26 Luc Teirlinck <teirllm@auburn.edu>
9103
9104 * strings.texi (Text Comparison): assoc-string also matches
9105 elements of alists that are strings instead of conses.
9106 (Formatting Strings): Standardize Texinfo usage. Update index
9107 entries.
9108
91092004-01-20 Luc Teirlinck <teirllm@auburn.edu>
9110
9111 * lists.texi (Sets And Lists): Add delete-dups.
9112
91132004-01-15 Luc Teirlinck <teirllm@auburn.edu>
9114
9115 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
9116 special form.
9117 * macros.texi (Defining Macros): Update description of `declare',
9118 which now is a macro.
9119 (Wrong Time): Fix typos.
9120
91212004-01-14 Luc Teirlinck <teirllm@auburn.edu>
9122
9123 * compile.texi (Compilation Functions): Expand descriptions of
9124 `compile-defun', `byte-compile-file', `byte-recompile-directory'
9125 and `batch-byte-compile'. In particular, mention and describe
9126 all optional arguments.
9127 (Disassembly): Correct and clarify the description of `disassemble'.
9128
91292004-01-11 Luc Teirlinck <teirllm@auburn.edu>
9130
9131 * searching.texi: Various small changes in addition to the
9132 following.
9133 (Regexp Example): Adapt to new value of `sentence-end'.
9134 (Regexp Functions): The PAREN argument to `regexp-opt' can be
9135 `words'.
9136 (Search and Replace): Add usage note for `perform-replace'.
9137 (Entire Match Data): Mention INTEGERS and REUSE arguments to
9138 `match-data'.
9139 (Standard Regexps): Update for new values of `paragraph-start'
9140 and `sentence-end'.
9141
91422004-01-07 Luc Teirlinck <teirllm@auburn.edu>
9143
9144 * files.texi (Saving Buffers): Clarify descriptions of
9145 `write-contents-functions' and `before-save-hook'.
9146 Make the defvar's for `before-save-hook' and `after-save-hook'
9147 into defopt's.
9148
91492004-01-07 Kim F. Storm <storm@cua.dk>
9150
9151 * commands.texi (Click Events): Describe new image and
9152 width/height elements of click events.
9153 (Accessing Events): Add posn-string, posn-image, and
9154 posn-object-width-height. Change posn-object to return either
9155 image or string object.
9156
91572004-01-01 Simon Josefsson <jas@extundo.com>
9158
9159 * hooks.texi (Standard Hooks): Add before-save-hook.
9160 * files.texi (Saving Buffers): Likewise.
9161
91622004-01-03 Richard M. Stallman <rms@gnu.org>
9163
9164 * frames.texi (Frames and Windows): Delete frame-root-window.
9165
91662004-01-03 Luc Teirlinck <teirllm@auburn.edu>
9167
9168 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
9169
9170 * functions.texi: Various small changes in addition to the
9171 following.
5dcb4c4e
SM
9172 (What Is a Function): `functionp' returns nil for macros.
9173 Clarify behavior of this and following functions for symbol arguments.
b8d4c8d0
GM
9174 (Function Documentation): Add `\' in front of (fn @var{arglist})
9175 and explain why.
9176 (Defining Functions): Mention DOCSTRING argument to `defalias'.
9177 Add anchor.
9178 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
9179
91802004-01-01 Miles Bader <miles@gnu.org>
9181
9182 * display.texi (Buttons): New section.
9183
91842003-12-31 Andreas Schwab <schwab@suse.de>
9185
9186 * numbers.texi (Math Functions): sqrt reports a domain-error
9187 error.
9188 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
9189
91902003-12-30 Luc Teirlinck <teirllm@auburn.edu>
9191
9192 * tips.texi (Documentation Tips): Update item on hyperlinks in
9193 documentation strings.
9194
9195 * errors.texi (Standard Errors): Various small corrections and
9196 additions.
9197
9198 * control.texi: Various small changes in addition to the
9199 following.
9200 (Signaling Errors): Provide some more details on how `signal'
9201 constructs the error message. Add anchor to the definition of
9202 `signal'.
9203 (Error Symbols): Describe special treatment of `quit'.
9204 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
9205 to emphasize that it has to be a single form.
9206
9207 * buffers.texi: Add anchor.
9208
92092003-12-29 Richard M. Stallman <rms@gnu.org>
9210
9211 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
9212 (Window Configurations): Add window-configuration-frame.
9213
9214 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
9215
9216 * text.texi (Examining Properties): Add get-char-property-and-overlay.
9217 Change arg name in get-char-property.
9218 (Special Properties): Update handling of keymap property.
9219
9220 * strings.texi (Modifying Strings): Add clear-string.
9221 (Text Comparison): Add assoc-string and remove
9222 assoc-ignore-case, assoc-ignore-representation.
9223
9224 * os.texi (Time of Day): Add set-time-zone-rule.
9225
9226 * numbers.texi (Math Functions): asin, acos, log, log10
9227 report domain-error errors.
9228
9229 * nonascii.texi (Converting Representations):
9230 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
9231 (Encoding and I/O): Add file-name-coding-system.
9232
9233 * modes.texi (Search-based Fontification): Explain that
9234 face specs are symbols with face names as values.
9235
9236 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
9237
9238 * lists.texi (Building Lists): remq moved elsewhere.
9239 (Sets And Lists): remq moved here.
9240 (Association Lists): Refer to assoc-string.
9241
9242 * internals.texi (Garbage Collection): Add memory-use-counts.
9243
9244 * frames.texi (Frames and Windows): Add set-frame-selected-window
9245 and frame-root-window.
9246
9247 * files.texi (Contents of Directories):
9248 Add directory-files-and-attributes.
9249
9250 * display.texi (Refresh Screen): Add force-window-update.
9251 (Invisible Text): Explain about moving point out of invis text.
9252 (Overlay Properties): Add overlay-properties.
9253 (Managing Overlays): Add overlayp.
9254 (GIF Images): Invalid image number displays a hollow box.
9255
9256 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
9257 (Killing Buffers): Add buffer-live-p.
9258
92592003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
9260
9261 * display.texi (Fringes): Fix typo "set-buffer-window".
9262
92632003-12-24 Luc Teirlinck <teirllm@auburn.edu>
9264
9265 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
9266 * nonascii.texi, processes.texi, tips.texi, variables.texi:
9267 Add or change various xrefs and anchors.
9268
9269 * commands.texi: Replace all occurrences of @acronym{CAR} with
9270 @sc{car}, for consistency with the rest of the Elisp manual.
9271 `car' and `cdr' are historically acronyms, but are no longer
9272 widely thought of as such.
9273
9274 * internals.texi (Pure Storage): Mention that `purecopy' does not
9275 copy text properties.
9276 (Object Internals): Now 29 bits are used (in most implementations)
9277 to address Lisp objects.
9278
9279 * variables.texi (Variables with Restricted Values): New node.
9280
9281 * objects.texi (Lisp Data Types): Mention that certain variables
9282 can only take on a restricted set of values and add an xref to
9283 the new node "Variables with Restricted Values".
9284
9285 * eval.texi (Function Indirection): Describe the errors that
9286 `indirect-function' can signal.
9287 (Eval): Clarify the descriptions of `eval-region' and `values'.
9288 Describe `eval-buffer' instead of `eval-current-buffer' and
9289 mention `eval-current-buffer' as an alias for `current-buffer'.
9290 Correct the description and mention all optional arguments.
9291
9292 * nonascii.texi: Various small changes in addition to the
9293 following.
9294 (Converting Representations): Clarify behavior of
9295 `string-make-multibyte' and `string-to-multibyte' for unibyte all
9296 ASCII arguments.
9297 (Character Sets): Document the variable `charset-list' and adapt
9298 the definition of the function `charset-list' accordingly.
9299 (Translation of Characters): Clarify use of generic characters in
9300 `make-translation-table'. Clarify and correct the description of
9301 the use of translation tables in encoding and decoding.
9302 (User-Chosen Coding Systems): Correct and clarify the description
9303 of `select-safe-coding-system'.
9304 (Default Coding Systems): Clarify description of
9305 `file-coding-system-alist'.
9306
93072003-11-30 Luc Teirlinck <teirllm@auburn.edu>
9308
9309 * strings.texi (Text Comparison): Correctly describe when two
9310 strings are `equal'. Combine and clarify descriptions of
9311 `assoc-ignore-case' and `assoc-ignore-representation'.
9312
9313 * objects.texi (Non-ASCII in Strings): Clarify description of
9314 when a string is unibyte or multibyte.
9315 (Bool-Vector Type): Update examples.
9316 (Equality Predicates): Correctly describe when two strings are
9317 `equal'.
9318
93192003-11-29 Luc Teirlinck <teirllm@auburn.edu>
9320
9321 * lists.texi (Building Lists): `append' no longer accepts integer
9322 arguments. Update the description of `number-sequence' to reflect
9323 recent changes.
9324 (Sets And Lists): Describe `member-ignore-case' after `member'.
9325
93262003-11-27 Kim F. Storm <storm@cua.dk>
9327
9328 * commands.texi (Click Events): Click object may be an images.
9329 Describe (dx . dy) element of click positions.
9330 (Accessing Events): Remove duplicate posn-timestamp.
9331 New functions posn-object and posn-object-x-y.
9332
93332003-11-23 Kim F. Storm <storm@cua.dk>
9334
9335 * commands.texi (Click Events): Describe enhancements to event
9336 position lists, including new text-pos and (col . row) items.
9337 Mention left-fringe and right-fringe area events.
9338 (Accessing Events): New functions posn-area and
9339 posn-actual-col-row. Mention posn-timestamp. Mention that
9340 posn-point in non-text area still returns buffer position.
9341 Clarify posn-col-row.
9342
93432003-11-21 Lars Hansen <larsh@math.ku.dk>
9344
9345 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
9346 * anti.texi (File Attributes): Describe removed parameter
9347 ID-FORMAT.
9348
93492003-11-20 Luc Teirlinck <teirllm@auburn.edu>
9350
9351 * positions.texi (Positions): Mention that, if a marker is used as
9352 a position, its buffer is ignored.
9353
9354 * markers.texi (Overview of Markers): Mention it here too.
9355
93562003-11-12 Luc Teirlinck <teirllm@auburn.edu>
9357
9358 * numbers.texi (Numeric Conversions): Not just `floor', but also
9359 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
9360
93612003-11-10 Luc Teirlinck <teirllm@auburn.edu>
9362
9363 * markers.texi (Creating Markers): Specify insertion type of
9364 created markers. Add xref to `Marker Insertion Types'.
9365 Second argument to `copy-marker' is optional.
9366 (Marker Insertion Types): Mention that most markers are created
9367 with insertion type nil.
9368 (The Mark): Correctly describe when `mark' signals an error.
9369 (The Region): Correctly describe when `region-beginning' and
9370 `region-end' signal an error.
9371
93722003-11-08 Luc Teirlinck <teirllm@auburn.edu>
9373
9374 * hash.texi (Creating Hash): Clarify description of `eql'.
9375 `makehash' is obsolete.
9376 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
9377
9378 * positions.texi (Point): Change description of `buffer-end', so
9379 that it is also correct for floating point arguments.
9380 (List Motion): Correct argument lists of `beginning-of-defun' and
9381 `end-of-defun'.
9382 (Excursions): Add xref to `Marker Insertion Types'.
9383 (Narrowing): Argument to `narrow-to-page' is optional.
9384
93852003-11-06 Luc Teirlinck <teirllm@auburn.edu>
9386
9387 * streams.texi (Output Streams): Clarify behavior of point for
9388 marker output streams.
9389
93902003-11-04 Luc Teirlinck <teirllm@auburn.edu>
9391
9392 * variables.texi (Defining Variables): Second argument to
9393 `defconst' is not optional.
9394 (Setting Variables): Mention optional argument APPEND to
9395 `add-to-list'.
9396 (Creating Buffer-Local): Expand description of
9397 `make-variable-buffer-local'.
9398 (Frame-Local Variables): Expand description of
9399 `make-variable-frame-local'.
9400 (Variable Aliases): Correct description of optional argument
9401 DOCSTRING to `defvaralias'. Mention return value of
9402 `defvaralias'.
9403 (File Local Variables): Add xref to `File variables' in Emacs
9404 Manual. Correct description of `hack-local-variables'. Mention
9405 `safe-local-variable' property. Mention optional second argument
9406 to `risky-local-variable-p'.
9407
94082003-11-03 Luc Teirlinck <teirllm@auburn.edu>
9409
9410 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
9411
94122003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
9413
9414 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
9415 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
9416 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
9417 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
9418 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
9419 lispref/processes.texi, lispref/searching.texi,
9420 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
9421 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
9422 @acronym{FOO}.
9423
94242003-10-27 Luc Teirlinck <teirllm@auburn.edu>
9425
9426 * strings.texi (Creating Strings): Argument START to `substring'
9427 can not be `nil'. Expand description of
9428 `substring-no-properties'. Correct description of `split-string',
9429 especially with respect to empty matches. Prevent very bad line
9430 break in definition of `split-string-default-separators'.
9431 (Text Comparison): `string=' and `string<' also accept symbols as
9432 arguments.
9433 (String Conversion): More completely describe argument BASE in
9434 `string-to-number'.
9435 (Formatting Strings): `%s' and `%S' in `format' do require
9436 corresponding object. Clarify behavior of numeric prefix after
9437 `%' in `format'.
9438 (Case Conversion): The argument to `upcase-initials' can be a
9439 character.
9440
94412003-10-27 Kenichi Handa <handa@m17n.org>
9442
9443 * display.texi (Fontsets): Fix texinfo usage.
9444
94452003-10-25 Kenichi Handa <handa@m17n.org>
9446
9447 * display.texi (Fontsets): Add description of the function
9448 set-fontset-font.
9449
94502003-10-23 Luc Teirlinck <teirllm@auburn.edu>
9451
9452 * display.texi (Temporary Displays): Add xref to `Documentation
9453 Tips'.
9454
9455 * functions.texi (Function Safety): Use inforef instead of pxref
9456 for SES.
9457
94582003-10-23 Andreas Schwab <schwab@suse.de>
9459
9460 * Makefile.in (TEX, texinputdir): Don't define.
9461 (TEXI2DVI): Define.
9462 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
9463 add $(srcdir)/index.texi.
9464 ($(infodir)/elisp): Remove index.texi dependency.
9465 (elisp.dvi): Likewise. Use $(TEXI2DVI).
9466 (index.texi): Remove target.
9467 (dist): Don't link $(srcdir)/permute-index.
9468 (clean): Don't remove index.texi.
9469
9470 * permute-index, index.perm: Remove.
9471 * index.texi: Rename from index.unperm.
9472
94732003-10-22 Luc Teirlinck <teirllm@auburn.edu>
9474
9475 * tips.texi (Documentation Tips): Document new behavior for face
9476 and variable hyperlinks in Help mode.
9477
94782003-10-21 Luc Teirlinck <teirllm@auburn.edu>
9479
9480 * objects.texi (Integer Type): Update for extra bit of integer range.
9481 (Character Type): Ditto.
9482
94832003-10-16 Eli Zaretskii <eliz@gnu.org>
9484
9485 * numbers.texi (Integer Basics): Add index entries for reading
9486 numbers in hex, octal, and binary.
9487
94882003-10-16 Lute Kamstra <lute@gnu.org>
9489
9490 * modes.texi (Mode Line Format): Mention force-mode-line-update's
9491 argument.
9492
94932003-10-13 Luc Teirlinck <teirllm@auburn.edu>
9494
9495 * windows.texi (Choosing Window): Fix typo.
9496 * edebug.texi (Edebug Execution Modes): Fix typo.
9497
94982003-10-13 Richard M. Stallman <rms@gnu.org>
9499
9500 * windows.texi (Basic Windows): A window has fringe settings,
9501 display margins and scroll-bar settings.
9502 (Splitting Windows): Doc split-window return value.
9503 Clean up one-window-p.
9504 (Selecting Windows): Fix typo.
9505 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
9506 (Buffers and Windows): In set-window-buffer, explain effect
9507 on fringe settings and scroll bar settings.
9508 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
9509 (Choosing Window): Use defopt for pop-up-frame-function.
9510 For special-display-buffer-names, explain same-window and same-frame.
9511 Clarify window-dedicated-p return value.
9512 (Textual Scrolling): scroll-up and scroll-down can get an error.
9513 (Horizontal Scrolling): Clarify auto-hscroll-mode.
9514 Clarify set-window-hscroll.
9515 (Size of Window): Don't mention tool bar in window-height.
9516 (Coordinates and Windows): Explain what coordinates-in-window-p
9517 returns for fringes and display margins.
9518 (Window Configurations): Explain saving fringes, etc.
9519
9520 * tips.texi (Library Headers): Clean up Documentation.
9521
9522 * syntax.texi (Parsing Expressions): Clean up forward-comment
9523 and parse-sexp-lookup-properties.
9524
9525 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
9526
9527 * os.texi (System Environment): Clean up text for load-average errors.
9528
9529 * modes.texi (Hooks): Don't explain local hook details at front.
9530 Clarify run-hooks and run-hook-with-args a little.
9531 Clean up add-hook and remove-hook.
9532
9533 * edebug.texi (Edebug Execution Modes): Clarify t.
9534 Document edebug-sit-for-seconds.
9535 (Coverage Testing): Document C-x X = and =.
9536 (Instrumenting Macro Calls): Fix typo.
9537 (Specification List): Don't index the specification keywords.
9538
95392003-10-10 Kim F. Storm <storm@cua.dk>
9540
9541 * processes.texi (Network): Introduce make-network-process.
9542
95432003-10-09 Luc Teirlinck <teirllm@auburn.edu>
9544
9545 * tips.texi (Library Headers): Fix typo.
9546
95472003-10-07 Juri Linkov <juri@jurta.org>
9548
9549 * modes.texi (Imenu): Mention imenu-create-index-function's
9550 default value. Explain submenus better.
9551
95522003-10-07 Lute Kamstra <lute@gnu.org>
9553
9554 * modes.texi (Faces for Font Lock): Fix typo.
9555 (Hooks): Explain how buffer-local hook variables can refer to
9556 global hook variables.
9557 Various minor clarifications.
9558
95592003-10-06 Lute Kamstra <lute@gnu.org>
9560
9561 * tips.texi (Coding Conventions): Mention naming conventions for
9562 hooks.
9563
95642003-10-05 Luc Teirlinck <teirllm@auburn.edu>
9565
9566 * loading.texi (Library Search): Correct default value of
9567 load-suffixes.
9568 (Named Features): Fix typo.
9569
95702003-10-05 Richard M. Stallman <rms@gnu.org>
9571
9572 * loading.texi (Named Features): In `provide',
9573 say how to test for subfeatures.
9574 (Unloading): In unload-feature, use new var name
9575 unload-feature-special-hooks.
9576
95772003-10-03 Lute Kamstra <lute@gnu.org>
9578
9579 * modes.texi (Major Mode Conventions): Mention third way to set up
9580 Imenu.
9581 (Imenu): A number of small fixes.
9582 Delete documentation of internal variable imenu--index-alist.
9583 Document the return value format of imenu-create-index-function
9584 functions.
9585
95862003-09-30 Richard M. Stallman <rms@gnu.org>
9587
9588 * processes.texi (Network): Say what stopped datagram connections do.
9589
9590 * lists.texi (Association Lists): Clarify `assq-delete-all'.
9591
9592 * display.texi (Overlay Properties): Clarify `evaporate' property.
9593
95942003-09-29 Lute Kamstra <lute@gnu.org>
9595
9596 * modes.texi (Mode Line Data): Explain when symbols in mode-line
9597 constructs should be marked as risky.
9598 Change cons cell into proper list.
9599 (Mode Line Variables): Change cons cell into proper list.
9600
96012003-09-26 Lute Kamstra <lute@gnu.org>
9602
9603 * modes.texi (Mode Line Data): Document the :propertize construct.
9604 (Mode Line Variables): Reorder the descriptions of the variables
9605 to match their order in the default mode-line-format.
9606 Describe the new variables mode-line-position and mode-line-modes.
9607 Update the default values of mode-line-frame-identification,
9608 minor-mode-alist, and default-mode-line-format.
9609 (Properties in Mode): Mention the :propertize construct.
9610
96112003-09-26 Richard M. Stallman <rms@gnu.org>
9612
9613 * buffers.texi, commands.texi, debugging.texi, eval.texi:
9614 * loading.texi, minibuf.texi, text.texi, variables.texi:
9615 Avoid @strong{Note:}.
9616
96172003-09-26 Richard M. Stallman <rms@gnu.org>
9618
9619 * keymaps.texi (Remapping Commands): Fix typo.
9620
96212003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
9622
9623 * processes.texi (Low-Level Network): Fix typo.
9624
96252003-09-23 Kim F. Storm <storm@cua.dk>
9626
9627 * processes.texi (Network, Network Servers): Fix typos.
9628 (Low-Level Network): Add timeout value for :server keyword.
9629 Add new option keywords to make-network-process.
9630 Add set-network-process-options.
9631 Explain how to test availability of network options.
9632
96332003-09-19 Richard M. Stallman <rms@gnu.org>
9634
9635 * text.texi (Motion by Indent): Arg to
9636 backward-to-indentation and forward-to-indentation is optional.
9637
9638 * strings.texi (Creating Strings): Add substring-no-properties.
9639
9640 * processes.texi
9641 (Process Information): Add list-processes arg QUERY-ONLY.
9642 Delete process-contact from here.
9643 Add new status values for process-status.
9644 Add process-get, process-put, process-plist, set-process-plist.
9645 (Synchronous Processes): Add call-process-shell-command.
9646 (Signals to Processes): signal-process allows process objects.
9647 (Network): Complete rewrite.
9648 (Network Servers, Datagrams, Low-Level Network): New nodes.
9649
9650 * positions.texi (Word Motion): forward-word, backward-word
9651 arg is optional. Reword.
9652
9653 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
9654
9655 * variables.texi (Creating Buffer-Local):
9656 Delete duplicate definition of buffer-local-value.
9657 (File Local Variables): Explain about discarding text props.
9658
96592003-09-11 Richard M. Stallman <rms@gnu.org>
9660
9661 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
9662 changes variables that record input events.
9663 (Minibuffer Misc): Add minibuffer-selected-window.
9664
9665 * lists.texi (Building Lists): Add copy-tree.
9666
9667 * display.texi (Fontsets): Add char-displayable-p.
9668 (Scroll Bars): New node.
9669
96702003-09-08 Lute Kamstra <lute@gnu.org>
9671
9672 * modes.texi (%-Constructs): Document new `%i' and `%I'
9673 constructs.
9674
96752003-09-03 Peter Runestig <peter@runestig.com>
9676
9677 * makefile.w32-in: New file.
9678
96792003-08-29 Richard M. Stallman <rms@gnu.org>
9680
9681 * display.texi (Overlay Properties): Clarify how priorities
9682 affect use of the properties.
9683
96842003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
9685
9686 * customize.texi (Type Keywords): Correct the description of
9687 `:help-echo' in the case where `motion-doc' is a function.
9688
96892003-08-14 John Paul Wallington <jpw@gnu.org>
9690
9691 * modes.texi (Emulating Mode Line): Subsection, not section.
9692
96932003-08-13 Richard M. Stallman <rms@gnu.org>
9694
9695 * elisp.texi (Top): Update subnode lists in menu.
9696
9697 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
9698 (Kill Functions): kill-region has new arg yank-handler.
9699 (Yanking): New node.
9700 (Yank Commands): Add yank-undo-function.
9701 (Low-Level Kill Ring):
9702 kill-new and kill-append have new arg yank-handler.
9703 (Changing Properties): Add remove-list-of-text-properties.
9704 (Atomic Changes): New node.
9705
9706 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
9707
9708 * streams.texi (Output Variables): Add eval-expression-print-length
9709 and eval-expression-print-level.
9710
9711 * os.texi (Time Conversion): For encode-time, explain limits on year.
9712
9713 * objects.texi (Character Type): Define anchor "modifier bits".
9714
9715 * modes.texi (Emulating Mode Line): New node.
9716 (Search-based Fontification): Font Lock uses font-lock-face property.
9717 (Other Font Lock Variables): Likewise.
9718
9719 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
9720 not vectors.
9721 (Active Keymaps): Add emulation-mode-map-alists.
9722 (Functions for Key Lookup): key-binding has new arg no-remap.
9723 (Remapping Commands): New node.
9724 (Scanning Keymaps): where-is-internal has new arg no-remap.
9725 (Tool Bar): Add tool-bar-local-item-from-menu.
9726 Clarify when to use tool-bar-add-item-from-menu.
9727
9728 * commands.texi (Interactive Call): commandp has new arg.
9729 (Command Loop Info): Add this-original-command.
9730
97312003-08-06 John Paul Wallington <jpw@gnu.org>
9732
9733 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
9734
9735 * display.texi (Warning Basics): Fix typo.
9736 (Fringes): Add closing curly bracket and fix typo.
9737
9738 * elisp.texi (Top): Fix typo.
9739
97402003-08-05 Richard M. Stallman <rms@gnu.org>
9741
9742 * elisp.texi: Update lists of subnodes.
9743
9744 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
9745
9746 * variables.texi (Local Variables): Use lc for example variable names.
9747
9748 * tips.texi (Library Headers): Explain where to put -*-.
9749
9750 * strings.texi (Creating Strings): Fix xref for vconcat.
9751
9752 * sequences.texi (Vector Functions):
9753 vconcat no longer allows integer args.
9754
9755 * minibuf.texi (Reading File Names): read-file-name has new
9756 arg PREDICATE. New function read-directory-name.
9757
c4cc8b9a 9758 * macros.texi (Defining Macros): Give definition of `declare'.
b8d4c8d0
GM
9759 (Indenting Macros): New node.
9760
9761 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
9762 (Window Frame Parameters): Make separate table of parameters
9763 that are coupled with specific face attributes.
9764 (Deleting Frames): delete-frame-hooks renamed to
9765 delete-frame-functions.
9766
9767 * files.texi (Magic File Names): Add file-remote-p.
9768 Clarify file-local-copy.
9769
9770 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
9771 here; instead xref Defining Macros.
9772
9773 * display.texi (Warnings): New node, and subnodes.
9774 (Fringes): New node.
9775
9776 * debugging.texi (Test Coverage): New node.
9777
9778 * compile.texi (Compiler Errors): Explain with-no-warnings
9779 and other ways to suppress warnings.
9780
9781 * commands.texi (Interactive Call): Minor clarification.
9782
9783 * buffers.texi (Buffer File Name): set-visited-file-name
9784 renames the buffer too.
9785
9786 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
9787
97882003-07-24 Markus Rost <rost@math.ohio-state.edu>
9789
9790 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
9791
97922003-07-22 Markus Rost <rost@math.ohio-state.edu>
9793
9794 * internals.texi (Garbage Collection): Fix previous change.
9795
97962003-07-22 Richard M. Stallman <rms@gnu.org>
9797
9798 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
9799
9800 * display.texi (Width): Use \s syntax in example.
9801 (Font Selection): Add face-font-rescale-alist.
9802
9803 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
9804 Remove spurious indent in example.
9805
9806 * lists.texi (Building Lists): Add number-sequence.
9807
9808 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
9809
9810 * functions.texi (Function Documentation): Explain how to
9811 show calling convention explicitly in the doc string.
9812
9813 * windows.texi (Selecting Windows): save-selected-window saves
9814 selected window of each frame.
9815 (Window Configurations): Minor change.
9816
9817 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
9818
9819 * streams.texi (Output Variables): Add print-continuous-numbering
9820 and print-number-table.
9821
9822 * processes.texi (Decoding Output): New node.
9823
9824 * os.texi (Time Conversion): decode-time arg is optional.
9825
9826 * objects.texi (Character Type): Don't use space as example for \.
9827 Make list of char names and \-sequences correspond.
9828 Explain that \s is not used in strings. `\ ' needs space after.
9829
9830 * nonascii.texi (Converting Representations): Add string-to-multibyte.
9831 (Translation of Characters): Add translation-table-for-input.
9832 (Default Coding Systems): Add auto-coding-functions.
9833 (Explicit Encoding): Add decode-coding-inserted-region.
9834 (Locales): Add locale-info.
9835
9836 * minibuf.texi (Basic Completion): Describe test-completion.
9837 Collections can be lists of strings.
9838 Clean up lazy-completion-table.
9839 (Programmed Completion): Mention test-completion.
9840 Clarify why lambda expressions are not accepted.
9841 (Minibuffer Misc): Describe minibufferp.
9842
98432003-07-14 Richard M. Stallman <rms@gnu.org>
9844
9845 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
9846
9847 * windows.texi (Selecting Windows): New arg to select-window.
9848 (Selecting Windows): Add with-selected-window.
9849 (Size of Window): Add window-inside-edges, etc.
9850
9851 * internals.texi (Garbage Collection): Add post-gc-hook.
9852
9853 * processes.texi (Subprocess Creation): Add exec-suffixes.
9854
9855 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
9856 (Scanning Keymaps): Add map-keymaps.
9857 (Defining Menus): Add keymap-prompt.
9858
9859 * numbers.texi (Integer Basics): Add most-positive-fixnum,
9860 most-negative-fixnum.
9861
c4cc8b9a 9862 * compile.texi (Byte Compilation): Explain no-byte-compile.
b8d4c8d0
GM
9863 (Compiler Errors): New node.
9864
9865 * os.texi (User Identification): user-uid, user-real-uid
9866 can return float.
9867
9868 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
9869 and about derived modes.
9870 (Minor Modes): Add minor-mode-list.
9871 (Defining Minor Modes): Keyword args for define-minor-mode.
9872 (Search-based Fontification): Explain managing other properties.
9873 (Other Font Lock Variables): Add font-lock-extra-managed-props.
183080b6 9874 (Faces for Font Lock): Add font-lock-preprocessor-face.
b8d4c8d0
GM
9875 (Hooks): Add run-mode-hooks and delay-mode-hooks.
9876
9877 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
9878 (Variable Aliases): Clarify defvaralias.
9879
9880 * loading.texi (Library Search): Add load-suffixes.
9881
9882 * minibuf.texi (Basic Completion): Add lazy-completion-table.
9883 (Programmed Completion): Add dynamic-completion-table.
9884
9885 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
9886 (Magic File Names): Specify precedence order of handlers.
9887
9888 * commands.texi (Command Overview): Emacs server runs pre-command-hook
9889 and post-command-hook.
9890 (Waiting): New calling convention for sit-for.
9891
9892 * text.texi (Special Properties): local-map and keymap properties
9893 apply based on their stickiness.
9894
98952003-07-07 Richard M. Stallman <rms@gnu.org>
9896
9897 * modes.texi (Minor Mode Conventions): Specify only some kinds
9898 of list values as args to minor modes.
9899
9900 * files.texi (File Name Expansion): Warn about iterative use
9901 of substitute-in-file-name.
9902
9903 * advice.texi (Activation of Advice): Clean up previous change.
9904
99052003-07-06 Markus Rost <rost@math.ohio-state.edu>
9906
9907 * advice.texi (Activation of Advice): Note that ad-start-advice is
9908 turned on by default.
9909
99102003-06-30 Richard M. Stallman <rms@gnu.org>
9911
9912 * text.texi (Buffer Contents): Document current-word.
9913 (Change Hooks): Not called for *Messages*.
9914
9915 * functions.texi (Defining Functions): Explain about redefining
9916 primitives.
f4e90db0 9917 (Function Safety): Rename. Minor changes.
b8d4c8d0
GM
9918 Comment out the detailed criteria for what is safe.
9919
99202003-06-22 Andreas Schwab <schwab@suse.de>
9921
9922 * objects.texi (Symbol Type): Fix description of examples.
9923
99242003-06-16 Andreas Schwab <schwab@suse.de>
9925
9926 * hash.texi (Creating Hash): Fix description of :weakness.
9927
c8763fb6 99282003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
b8d4c8d0
GM
9929
9930 * files.texi (Changing Files): copy-file copies file modes, too.
9931
99322003-05-28 Richard M. Stallman <rms@gnu.org>
9933
9934 * strings.texi (Creating Strings): Clarify split-string.
9935
99362003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
9937
9938 * strings.texi (Creating Strings): Update split-string specification
9939 and examples.
9940
99412003-05-19 Richard M. Stallman <rms@gnu.org>
9942
9943 * elisp.texi: Correct invariant section names.
9944
99452003-04-20 Richard M. Stallman <rms@gnu.org>
9946
9947 * os.texi (Timers): Explain about timers and quitting.
9948
99492003-04-19 Richard M. Stallman <rms@gnu.org>
9950
9951 * internals.texi (Writing Emacs Primitives): Strings are
9952 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
9953 Explain GCPRO convention for varargs function args.
9954
99552003-04-16 Richard M. Stallman <rms@gnu.org>
9956
9957 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
9958
99592003-04-08 Richard M. Stallman <rms@gnu.org>
9960
9961 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
9962
99632003-02-13 Kim F. Storm <storm@cua.dk>
9964
9965 * objects.texi (Character Type): New \s escape for space.
9966
99672003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
9968
5dcb4c4e 9969 * os.texi (System Environment): Add cygwin system-type.
b8d4c8d0
GM
9970
99712003-01-25 Richard M. Stallman <rms@gnu.org>
9972
9973 * keymaps.texi: Document that a symbol can act as a keymap.
9974
99752003-01-13 Richard M. Stallman <rms@gnu.org>
9976
9977 * text.texi (Changing Properties): Say string indices are origin-0.
9978
9979 * positions.texi (Screen Lines) <compute-motion>:
9980 Correct order of elts in return value.
9981
9982 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
9983 how to define a default binding.
9984
99852002-12-07 Markus Rost <rost@math.ohio-state.edu>
9986
9987 * loading.texi (Unloading): Fix recent change for load-history.
9988
9989 * customize.texi (Simple Types): Clarify description of custom
9990 type 'number. Describe new custom type 'float.
9991
99922002-12-04 Markus Rost <rost@math.ohio-state.edu>
9993
9994 * variables.texi (File Local Variables): Fix typo.
9995
c8763fb6 99962002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
b8d4c8d0
GM
9997
9998 From Michael Albinus <Michael.Albinus@alcatel.de>.
9999
10000 * README: Target for Info file is `make info'.
10001
5dcb4c4e 10002 * files.texi (File Name Components): Fix typos in
b8d4c8d0
GM
10003 `file-name-sans-extension'.
10004 (Magic File Names): Complete list of operations for magic file
10005 name handlers.
10006
100072002-09-16 Jonathan Yavner <jyavner@engineer.com>
10008
10009 * variables.texi (File Local Variables): New function
10010 risky-local-variable-p.
10011
100122002-09-15 Jonathan Yavner <jyavner@engineer.com>
10013
10014 * functions.texi (Function safety): New node about unsafep.
10015
100162002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
10017
5dcb4c4e 10018 * customize.texi (Splicing into Lists): Fix example.
a86cd395 10019 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
b8d4c8d0
GM
10020
100212002-06-17 Juanma Barranquero <lektu@terra.es>
10022
10023 * frames.texi (Display Feature Testing): Fix typo.
10024
100252002-06-12 Andreas Schwab <schwab@suse.de>
10026
10027 * frames.texi (Initial Parameters, Resources): Fix references to
10028 the Emacs manual.
10029
100302002-05-13 Kim F. Storm <storm@cua.dk>
10031
10032 * variables.texi (Intro to Buffer-Local): Updated warning and
10033 example relating to changing buffer inside let.
10034
c8763fb6 100352002-03-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
10036
10037 * os.texi (Session Management): New node about X Session management.
10038
100392002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
10040
10041 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
10042 to which the manual corresponds, and the copyright years.
10043
10044 * Makefile.in (VERSION): Set to 2.9.
10045
100462001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
10047
10048 * elisp.texi: Change the category in @dircategory to "Emacs", to
10049 make it consistent with info/dir.
10050
100512001-11-25 Miles Bader <miles@gnu.org>
10052
10053 * text.texi (Fields): Describe new `limit' arg in
10054 field-beginning/field-end.
10055
100562001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
10057
5dcb4c4e
SM
10058 * permute-index: Don't depend on csh-specific features.
10059 Replace the interpreter name with /bin/sh.
b8d4c8d0
GM
10060
10061 * two-volume-cross-refs.txt: New file.
10062 * two.el: New file.
10063 * spellfile: New file.
10064
100652001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
10066
10067 * permute-index: New file.
10068
10069 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
10070 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
10071 8+3 restricted namespace.
10072
10073 * Makefile.in (infodir): Define relative to $(srcdir).
10074 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
10075 include directories list via -I switch to makeinfo.
10076 (index.texi): Use cp if both hard and symbolic links fail.
10077
100782001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
10079
10080 * Makefile.in (distclean): Add.
10081
10082 The following changes make ELisp manual part of the Emacs
10083 distribution:
10084
10085 * Makefile.in: Add Copyright notice.
10086 (prefix): Remove.
10087 (infodir): Change value to "../info".
10088 (VPATH): New variable.
10089 (MAKE): Don't define.
10090 (texmacrodir): Don't define.
10091 (texinputdir): Append the existing value of TEXINPUTS.
10092 ($(infodir)/elisp): Instead of just "elisp". Reformat the
10093 command to be compatible with man/Makefile.in, and to put the
10094 output into ../info.
10095 (info): Add target.
10096 (installall): Target removed.
10097
c8763fb6 100982001-10-31 Pavel Janík <Pavel@Janik.cz>
b8d4c8d0
GM
10099
10100 * tips.texi (Coding Conventions): Fix typo.
10101
101022001-10-23 Gerd Moellmann <gerd@gnu.org>
10103
10104 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
10105
101062001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
10107
10108 * files.texi (File Name Components): Update the description of
10109 file-name-sans-extension and file-name-extension, as they now
10110 ignore leading dots.
10111
101122001-10-20 Gerd Moellmann <gerd@gnu.org>
10113
10114 * (Version 21.1 released.)
10115
101162001-10-19 Miles Bader <miles@gnu.org>
10117
10118 * positions.texi (Text Lines): Describe behavior of
10119 `beginning-of-line'/`end-of-line' in the presence of field properties.
10120
101212001-10-17 Gerd Moellmann <gerd@gnu.org>
10122
10123 * Makefile.in (VERSION): Set to 2.8.
10124 (manual): Use `manual-21'.
10125
10126 * elisp.texi (VERSION): Add and use it where the version
10127 number was used. Set it to 2.8.
10128
10129 * intro.texi: Likewise.
10130
101312001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
10132
10133 * files.texi (File Name Completion): Document the significance of
10134 a trailing slash in elements of completion-ignored-extensions.
10135
101362001-10-06 Miles Bader <miles@gnu.org>
10137
10138 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
10139
101402001-10-04 Gerd Moellmann <gerd@gnu.org>
10141
10142 * variables.texi (Variable Aliases): New node.
10143
101442001-10-04 Gerd Moellmann <gerd@gnu.org>
10145
10146 * Branch for 21.1.
10147
101482001-10-02 Miles Bader <miles@gnu.org>
10149
10150 * minibuf.texi (Minibuffer Misc): Add entries for
10151 `minibuffer-contents', `minibuffer-contents-no-properties', and
10152 `delete-minibuffer-contents'.
10153 Correct description for `minibuffer-prompt-end'.
10154
10155 * text.texi (Property Search): Correct descriptions of
10156 `next-char-property-change' and `previous-char-property-change'.
10157 Add entries for `next-single-char-property-change' and
10158 `previous-single-char-property-change'.
10159 Make operand names a bit more consistent.
10160
101612001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
10162
10163 * frames.texi (Finding All Frames): Document that next-frame and
10164 previous-frame are local to current terminal.
10165
101662001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
10167
10168 * keymaps.texi (Creating Keymaps): Fix the description of the
10169 result of make-keymap.
10170
101712001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
10172
10173 * display.texi (Font Lookup, Attribute Functions)
10174 (Image Descriptors): Add cross-references to the definition of
10175 selected frame.
10176
10177 * buffers.texi (The Buffer List): Add cross-references to the
10178 definition of selected frame.
10179
10180 * frames.texi (Input Focus): Clarify which frame is _the_ selected
10181 frame at any given time.
10182 (Multiple Displays, Size and Position): Add a cross-reference to
10183 the definition of the selected frame.
10184
101852001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
10186
10187 * strings.texi (String Conversion) <string-to-number>: Document
10188 that a float is returned for integers that are too large.
10189
10190 * frames.texi (Mouse Position): Document mouse-position-function.
10191 (Display Feature Testing): Document display-images-p.
10192 (Window Frame Parameters): Document the cursor-type variable.
10193
10194 * numbers.texi (Integer Basics): Document CL style read syntax for
10195 integers in bases other than 10.
10196
5dcb4c4e
SM
10197 * positions.texi (List Motion):
10198 Document open-paren-in-column-0-is-defun-start.
b8d4c8d0
GM
10199
10200 * lists.texi (Sets And Lists): Document member-ignore-case.
10201
10202 * internals.texi (Garbage Collection): Document the used and free
10203 strings report.
10204 (Memory Usage): Document strings-consed.
10205
10206 * os.texi (Time of Day): Document float-time.
10207 (Recording Input): Document that clear-this-command-keys clears
10208 the vector to be returned by recent-keys.
10209
10210 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
10211 argument keymap can be a list.
10212
10213 * nonascii.texi (User-Chosen Coding Systems)
10214 <select-safe-coding-system>: Document the new argument
10215 accept-default-p and the variable
10216 select-safe-coding-system-accept-default-p. Tell what happens if
10217 buffer-file-coding-system is undecided.
10218 (Default Coding Systems): Document auto-coding-regexp-alist.
10219
10220 * display.texi (The Echo Area) <message>: Document
10221 message-truncate-lines.
10222 (Glyphs): Document that the glyph table is unused on windowed
10223 displays.
10224
10225 * help.texi (Describing Characters) <single-key-description>:
10226 Document the new argument no-angles.
10227 (Accessing Documentation) <documentation-property>: Document that
10228 a non-string property is evaluated.
10229 <documentation>: Document that the function-documentation property
10230 is looked for.
10231
10232 * windows.texi (Selecting Windows): Document some-window.
10233
10234 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
10235
10236 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
10237 apropos-mode-hook.
10238
10239 * commands.texi (Using Interactive): Document interactive-form.
10240 (Keyboard Macros): Document kbd-macro-termination-hook.
10241 (Command Loop Info): Document that clear-this-command-keys clears
10242 the vector to be returned by recent-keys.
10243
102442001-09-04 Werner LEMBERG <wl@gnu.org>
10245
10246 * Makefile.in (srcdir, texinputdir): New variables.
10247 (srcs, index.texi, install): Use $(srcdir).
10248 (.PHONY): Remove elisp.dvi.
10249 (elisp): Use -I switch for makeinfo.
10250 (elisp.dvi): Use $(srcdir) and $(texinputdir).
10251 (installall, dist): Use $(srcdir).
10252 Fix path to texinfo.tex.
10253 (maintainer-clean): Add elisp.dvi and elisp.oaux.
10254
102552001-08-30 Gerd Moellmann <gerd@gnu.org>
10256
10257 * display.texi (Conditional Display): Adjust to API change.
10258
10259 * configure: New file.
10260
102612001-07-30 Gerd Moellmann <gerd@gnu.org>
10262
10263 * commands.texi (Repeat Events): Add description of
10264 double-click-fuzz.
10265
102662001-05-08 Stefan Monnier <monnier@cs.yale.edu>
10267
10268 * syntax.texi (Syntax Class Table): Add the missing designator for
10269 comment and string fences.
10270 (Syntax Properties): Add a xref to syntax table internals.
10271 (Syntax Table Internals): Document string-to-syntax.
10272
102732001-05-07 Gerd Moellmann <gerd@gnu.org>
10274
10275 * Makefile.in (install): Use install-info command line options
10276 like in Emacs' Makefile.in.
10277
102782000-12-09 Miles Bader <miles@gnu.org>
10279
10280 * windows.texi (Window Start): Update documentation for
10281 `pos-visible-in-window-p'.
10282
102832000-11-12 Stefan Monnier <monnier@cs.yale.edu>
10284
10285 * lists.texi (Building Lists): Add footnote to explain how to add
10286 to the end of a list.
10287
102882000-10-25 Gerd Moellmann <gerd@gnu.org>
10289
10290 * files.texi (Visiting Functions): Typos.
10291
102922000-10-25 Kenichi Handa <handa@etl.go.jp>
10293
10294 * files.texi (Visiting Functions): Return value of
10295 find-file-noselect may be a list of buffers if wildcards are used.
10296
102972000-10-24 Miles Bader <miles@lsi.nec.co.jp>
10298
10299 * display.texi (Defining Faces): Document `graphic' display type
10300 in face specs.
10301
b344d29d 103022000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b8d4c8d0
GM
10303
10304 * hooks.texi (Standard Hooks): Replace obsolete
10305 `after-make-frame-hook' with `after-make-frame-functions'.
10306
10307 * frames.texi (Creating Frames): Ditto.
10308
10309 * variables.texi (Future Local Variables): Ditto.
10310
103112000-10-16 Gerd Moellmann <gerd@gnu.org>
10312
10313 * display.texi (Other Image Types): Add description of :foreground
10314 and :background properties of mono PBM images.
10315
103162000-08-17 Werner LEMBERG <wl@gnu.org>
10317
10318 * .cvsignore: New file.
10319
103202000-01-05 Gerd Moellmann <gerd@gnu.org>
10321
10322 * tindex.pl: New script.
10323
103241999-12-03 Dave Love <fx@gnu.org>
10325
10326 * Makefile.in (MAKEINFO): New parameter.
10327
103281999-09-17 Richard Stallman <rms@gnu.org>
10329
10330 * Makefile.in (srcs): Add hash.texi.
10331 (VERSION): Update to 20.6.
10332
103331999-09-13 Richard Stallman <rms@gnu.org>
10334
10335 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
10336
103371998-08-29 Karl Heuer <kwzh@gnu.org>
10338
10339 * configure.in: New file.
10340 * Makefile.in: Renamed from Makefile.
10341 (prefix, infodir): Use value obtained from configure.
10342 (emacslibdir): Obsolete variable deleted.
10343 (dist): Distribute configure.in, configure, Makefile.in.
10344
103451998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
10346
10347 * Makefile (INSTALL_INFO): New variable.
10348 (install): Run install-info.
10349
103501998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
10351
10352 * Makefile (elisp.dvi): Add missing backslash.
10353
103541998-05-02 Richard Stallman <rms@psilocin.gnu.org>
10355
10356 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
10357 Run texindex without `./'. Always run texindex on elisp.tp.
10358 (elisp.tps): Target deleted.
10359
103601998-04-05 Richard Stallman <rms@psilocin.gnu.org>
10361
10362 * Makefile (srcs): Add nonascii.texi and customize.texi.
10363 (dist): Start by deleting `temp'.
10364
103651998-02-17 Richard Stallman <rms@psilocin.gnu.org>
10366
10367 * Makefile (makeinfo, texindex): Targets deleted.
10368 (makeinfo.o, texindex.o): Targets deleted.
10369 (clean, dist): Don't do anything with them or with getopt*.
10370
103711998-01-30 Richard Stallman <rms@psilocin.gnu.org>
10372
10373 * Makefile (SHELL): Defined.
10374
103751998-01-27 Richard Stallman <rms@psilocin.gnu.org>
10376
10377 * Makefile (elisp.tps): New target.
10378 (elisp.dvi): Depend on elisp.tps.
10379
c5602427 103801996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
b8d4c8d0
GM
10381
10382 * README: Update phone number.
10383
10384 * Makefile (elisp): Make this be the default target.
10385 Depend on makeinfo.c instead of makeinfo.
10386 (install): Don't depend on elisp.dvi, since we don't install that.
10387 Use mkinstalldirs.
10388 (dist): Add mkinstalldirs.
10389
c5602427 103901995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
b8d4c8d0
GM
10391
10392 * Makefile (VERSION): Update version number.
5dcb4c4e 10393 (maintainer-clean): Rename from realclean.
b8d4c8d0 10394
c5602427 103951995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
b8d4c8d0
GM
10396
10397 * Makefile (realclean): New target.
10398 (elisp): Remove any old elisp-* files first.
10399
c5602427 104001993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
b8d4c8d0
GM
10401
10402 * Makefile (VERSION): New variable.
10403 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
10404 Compressed file suffix should be `.gz', not `.z'.
10405
ce058493 104061993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10407
10408 * Makefile (elisp): Depend on makeinfo.
10409
c5602427 104101993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
b8d4c8d0
GM
10411
10412 * Makefile (srcs): Add anti.texi.
10413
c5602427 104141993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10415
10416 * Makefile (infodir, prefix): New vars.
10417 (install): Use infodir.
f4e90db0 10418 (emacsinfodir): Delete.
b8d4c8d0 10419
c5602427 104201993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10421
10422 * Makefile (srcs): Add calendar.texi.
10423
10424 * Makefile (dist): Copy texindex.c and makeinfo.c.
10425 Limit elisp-* files to those with one or two digits.
10426
c5602427 104271993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0 10428
f4e90db0 10429 * Makefile (dist): Change to use Gzip instead of compress.
b8d4c8d0 10430
c5602427 104311993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10432
10433 * loading.texi (Unloading): define-function changed back to
10434 defalias. It may not stay this way, but at least it's
10435 consistent with the known-good version of the code patch.
10436
c5602427 104371993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
b8d4c8d0
GM
10438
10439 * modes.texi (Hooks): Document new optional arg of add-hook.
10440
c5602427 104411993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10442
10443 * variables.texi: Document nil initial value of buffer-local variables.
10444
10445 * tips.texi: Add new section on standard library headers.
10446
c5602427 104471993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
10448
10449 * Makefile (srcs): Add frame.texi to the list of sources.
10450
c5602427 104511993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
10452
10453 * Makefile (dist): Don't bother excluding autosave files; they'll
10454 never make it into the temp directory anyway, and the hash marks
10455 in the name are problematic for make and the Bourne shell.
10456 (srcs):
10457
c5602427 104581993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
10459
10460 * Makefile (dist): Don't include backup files or autosave files in
10461 the distribution tar file.
10462
c5602427 104631991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0 10464
5dcb4c4e 10465 * Makefile (srcs): Add index.perm.
b8d4c8d0
GM
10466 (elisp.dvi): Remove erroneous shell comment.
10467 Expect output of permute-index in permuted.fns.
10468 Save old elisp.aux in elisp.oaux.
5dcb4c4e 10469 (clean): Add index.texi to be deleted.
b8d4c8d0 10470
c5602427 104711990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
10472
10473 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
10474
c5602427 104751990-06-26 David Lawrence (tale@geech)
b8d4c8d0
GM
10476
10477 * files.texi: Noted that completion-ignored-extensions is ignored
10478 when making *Completions*.
10479
3e868ee3 104801990-06-08 Jay Fenlason (hack@ai.mit.edu)
b8d4c8d0
GM
10481
10482 * Makefile make dist now depends on elisp.dvi, since it tries
10483 to include it in the dist file.
10484
c5602427 104851990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
b8d4c8d0 10486
c5602427 10487 * functions.texinfo (Mapping Functions): Add missing quote.
b8d4c8d0 10488
c5602427 104891989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
10490
10491 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
10492 (defunargs): Turn off \hyphenchar of \sl font temporarily.
10493
c5602427 104941989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10495
10496 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
10497 and @error{} are the terms now being used. The files in the
10498 directory have been changed to reflect this.
10499
10500 * All instances of @indentedresultt{} have been changed to
333f9019 10501 ` @result{}', using 5 spaces at the beginning of the line.
b8d4c8d0 10502
c5602427 105031989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10504
10505 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
10506 experimental @indentedresult{}, @indentedexpandsto{} are part of
10507 the texinfo.tex in this directory. These TeX macros are not
10508 stable yet.
10509
c5602427 105101989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10511
10512 * texinfo.tex: Temporarily added
10513 \let\result=\dblarrow
10514 \def\error{{\it ERROR} \longdblarrow}
10515 We need to do this better soon.
10516
c5602427 105171989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10518
10519 * Applied Karl Berry's patches to *.texinfo files, but not to
10520 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
10521 new title page format is also not applied, since it requires
10522 texinfo.tex changes.)
10523
10524 * Cleaned up `Makefile' and defined the `emacslibdir' directory
10525 for the Project GNU development environment.
10526
10527;; Local Variables:
c8763fb6 10528;; coding: utf-8
b8d4c8d0
GM
10529;; End:
10530
acaf905b 10531 Copyright (C) 1998-2012 Free Software Foundation, Inc.
b8d4c8d0
GM
10532
10533 This file is part of GNU Emacs.
10534
352c8b4a 10535 GNU Emacs is free software: you can redistribute it and/or modify
b8d4c8d0 10536 it under the terms of the GNU General Public License as published by
352c8b4a
GM
10537 the Free Software Foundation, either version 3 of the License, or
10538 (at your option) any later version.
b8d4c8d0
GM
10539
10540 GNU Emacs is distributed in the hope that it will be useful,
10541 but WITHOUT ANY WARRANTY; without even the implied warranty of
10542 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10543 GNU General Public License for more details.
10544
10545 You should have received a copy of the GNU General Public License
352c8b4a 10546 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.