Small lispref/markers.texi edits
[bpt/emacs.git] / doc / lispref / ChangeLog
CommitLineData
2ad80941
GM
12012-03-07 Glenn Morris <rgm@gnu.org>
2
3 * markers.texi (Overview of Markers): Copyedits.
4 (Creating Markers): Update approximate example buffer size.
5 (The Mark): Don't mention uninteresting return values.
6
ef959d3a
CY
72012-03-05 Chong Yidong <cyd@gnu.org>
8
9 * positions.texi (Text Lines): Document count-words.
10
a08a07e3
CY
112012-03-04 Chong Yidong <cyd@gnu.org>
12
13 * frames.texi (Frames): Remove little-used "terminal frame" and
14 "window frame" terminology.
15 (Frame Parameters, Font and Color Parameters, Initial Parameters)
16 (Size and Position, Visibility of Frames): Callers changed.
17 (Frames): Clarify which terminals in framep are graphical.
18 (Initial Parameters): --geometry is not the only option which adds
19 to initial-frame-alist.
20 (Position Parameters): Note that icon-left and icon-top are for
21 old window managers only.
22 (Size Parameters): Sizes are in characters even on graphical
23 displays.
24 (Management Parameters): Note that window-id and outer-window-id
25 can't really be changed, and that auto-raise isn't always obeyed.
26 (Cursor Parameters): Document cursor-type explicitly.
27 (Size and Position): The aliases set-screen-height and
28 set-screen-width have been deleted.
29 (Visibility of Frames): Mention "minimization".
30
31 * os.texi (Startup Summary): Minor clarifications.
32 (Startup Summary, Suspending Emacs): Standardize on "text
33 terminal" terminology.
34
35 * windows.texi (Basic Windows, Coordinates and Windows)
36 (Coordinates and Windows):
37 * display.texi (Refresh Screen, Line Height, Face Attributes)
38 (Overlay Arrow, Beeping, Glyphless Chars): Likewise.
39
ea16568d
GM
402012-03-04 Glenn Morris <rgm@gnu.org>
41
42 * abbrevs.texi: Small copyedits throughout.
43 (Abbrev Mode): Remove this section, folding it into the top-level.
44 (Abbrev Tables): Don't mention irrelevant return values.
45 (Abbrev Expansion): Add cross-ref for wrapper hooks.
46 (Standard Abbrev Tables): Emacs Lisp mode now has its own table.
47 (Abbrev Table Properties): Update nil :regexp description.
48
b3134b95
GM
492012-03-03 Glenn Morris <rgm@gnu.org>
50
520f2425
GM
51 * internals.texi: Change @appendix section commands to @section.
52 (Building Emacs): Say less about CANNOT_DUMP platforms.
53 Replace deleted eval-at-startup with custom-initialize-delay.
999dd333 54 (Pure Storage): Small changes.
01a6dcc8 55 (Memory Usage): Copyedit.
7d2d7cc0
GM
56 (Writing Emacs Primitives): Update Fcoordinates_in_window_p and For
57 example definitions. Give examples of things with non-nil
58 interactive args. Mention eval_sub. Remove old info about
59 strings and GCPRO. Mention cus-start.el.
60 (Buffer Internals, Window Internals, Process Internals):
61 Misc small updates and fixes for fields.
520f2425 62
b3134b95
GM
63 * tips.texi: Copyedits.
64 (Coding Conventions): Mention autoloads.
65 Combine partially duplicated macro items. Fix xref.
66 Refer to Library Headers for copyright notice.
67 (Programming Tips): edit-options is long-obsolete.
68 (Compilation Tips): Mention loading bytecomp for byte-compile props.
69 (Warning Tips): Mention declare-function.
70 (Documentation Tips): Remove old info.
71 (Comment Tips): Mention comment-dwim, not indent-for-comment.
72 (Library Headers): General update.
73
2064cc6a
GM
742012-03-02 Glenn Morris <rgm@gnu.org>
75
6945faa6
GM
76 * backups.texi (Reverting): Un-duplicate revert-buffer-in-progress-p,
77 and relocate entry. Mention buffer-stale-function.
78
4186e877
GM
79 * elisp.texi, vol1.texi, vol2.texi: Standardize some menu entries.
80
2064cc6a
GM
81 * hooks.texi (Standard Hooks): General update.
82 Put related hooks together. Add and remove items.
83 * commands.texi (Keyboard Macros): Remove cross-ref to Standard Hooks.
84 * modes.texi (Hooks): Tweak cross-ref description.
85
7272fbf3
MA
862012-03-01 Michael Albinus <michael.albinus@gmx.de>
87
88 * files.texi (Kinds of Files): The return value of file-equal-p is
89 unspecified, if FILE1 or FILE2 does not exist.
90
53a1239b
GM
912012-03-01 Glenn Morris <rgm@gnu.org>
92
90db9af9
GM
93 * hooks.texi (Standard Hooks): Remove mode-specific hooks.
94
53a1239b
GM
95 * maps.texi (Standard Keymaps): General update.
96 Remove mode-specific maps, talk about the more general keymaps.
97 * help.texi (Help Functions): Add vindex for Helper-help-map.
98 * keymaps.texi (Active Keymaps): Minor rephrasing.
99
775b55af
GM
1002012-02-29 Glenn Morris <rgm@gnu.org>
101
102 * elisp.texi, vol1.texi, vol2.texi: Use "" quotes in menus.
103
96b49301 1042012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
105
7272fbf3 106 * files.texi (Kinds of Files): Rename files-equal-p to file-equal-p.
bf7f9bc5 107 Update changed behavior of file-subdir-of-p.
96b49301 108
1383d930
GM
1092012-02-28 Glenn Morris <rgm@gnu.org>
110
44e97401
GM
111 * advice.texi, anti.texi, display.texi, elisp.texi:
112 * processes.texi, variables.texi, vol1.texi, vol2.texi:
113 Standardize possessive apostrophe usage.
114
e3c73f1e
GM
115 * locals.texi: Remove file.
116 * elisp.texi, vol1.texi, vol2.texi: Don't include locals.texi.
117 Remove menu entry.
118 * errors.texi, maps.texi: Adjust node pointers.
119 * internals.texi (Buffer Internals): Remove cross-refs to locals.texi.
edb3ac8c 120 * makefile.w32-in (srcs):
e3c73f1e
GM
121 * Makefile.in (srcs): Remove locals.texi.
122
1383d930
GM
123 * frames.texi (Mouse Position): Fix cross-ref.
124
431ee44b
CY
1252012-02-27 Chong Yidong <cyd@gnu.org>
126
127 * buffers.texi (Creating Buffers): Clarify that
128 generate-new-buffer uses generate-new-buffer-names.
129 (Killing Buffers): Remove bogus example duplicating buffer-live-p.
130
131 * files.texi (Directory Names): Index entry for file name abbreviations.
132 (Relative File Names, File Name Expansion): Refer to it.
133 (Locating Files): Move locate-user-emacs-file documentation to
134 Standard File Names.
135 (Standard File Names): Add locate-user-emacs-file; update examples.
136
6a11ec9d
MA
1372012-02-26 Michael Albinus <michael.albinus@gmx.de>
138
139 * files.texi (Magic File Names): Add files-equal-p and file-subdir-of-p.
140
9a4888c0
CY
1412012-02-26 Chong Yidong <cyd@gnu.org>
142
143 * files.texi (Kinds of Files): Improve documentation of
144 files-equal-p and file-subdir-of-p.
145
f0e751b9
GM
1462012-02-26 Glenn Morris <rgm@gnu.org>
147
148 * intro.texi (Acknowledgements): Small changes.
149
7e05b1ec
GM
1502012-02-25 Glenn Morris <rgm@gnu.org>
151
152 * errors.texi: Don't try to list _all_ the error symbols.
153 Add circular-list, cl-assertion-failed, compression-error.
154 * elisp.texi, vol1.texi, vol2.texi:
155 * control.texi (Error Symbols): Tweak "Standard Errors" description.
156
23453255 1572012-02-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
158
159 * files.texi (files-equal-p, file-subdir-of-p): New,
160 add initial documentation.
161
4963495d
CY
1622012-02-25 Chong Yidong <cyd@gnu.org>
163
fa74b241
CY
164 * files.texi (File Attributes): Document file-selinux-context.
165 (Changing Files): Link to it.
166 (Changing Files): Document set-file-selinux-context.
167
168 * backups.texi (Making Backups): Return value of backup-buffer is
d268b4fe
CY
169 changed. Mention default value of backup-directory-alist.
170 (Rename or Copy): Note that backup-by-copying-when-mismatch is t.
171 (Auto-Saving): New minor mode behavior for auto-save-mode.
172 (Reverting): Add defvar for revert-buffer-in-progress-p.
fa74b241 173
4963495d
CY
174 * searching.texi (Regexp Backslash): Add index entry (Bug#10869).
175
4bb82fa8
GM
1762012-02-24 Glenn Morris <rgm@gnu.org>
177
178 * errors.texi (Standard Errors): Mention dbus-error.
179 For arith-error sub-classes, just use one cross-ref.
180
2cb228f7
AM
1812012-02-23 Alan Mackenzie <acm@muc.de>
182
183 * modes.texi (Defining Minor Modes): Document the new keyword
184 :after-hook.
185
a59225b1
CY
1862012-02-21 Chong Yidong <cyd@gnu.org>
187
188 * files.texi (Files): Mention magic file names as arguments.
189 (Reading from Files): Copyedits.
190 (File Attributes): Mention how to change file modes.
191 (Changing Files): Use standard "file permissions" terminology.
192 Add xref to File Attributes node.
193 (Locating Files): Document locate-user-emacs-file.
194 (Unique File Names): Recommend against using make-temp-name.
195
8376d7c2
CY
1962012-02-19 Chong Yidong <cyd@gnu.org>
197
198 * help.texi (Documentation, Documentation Basics, Help Functions):
199 Minor clarifications.
200 (Accessing Documentation): Clarify what documentation-property is
201 for. Add xref to Keys in Documentation.
202
203 * tips.texi (Documentation Tips): Don't recommend using * in
204 docstrings.
205
206 * macros.texi (Defining Macros):
207 * modes.texi (Derived Modes): Say "documentation string" instead
208 of docstring.
209
82233bea
CY
2102012-02-18 Chong Yidong <cyd@gnu.org>
211
212 * modes.texi (Tabulated List Mode): New node.
213 (Basic Major Modes): Add xref to it.
214
215 * processes.texi (Process Information): Mention Process Menu mode.
216
7b926f3f
CY
2172012-02-17 Chong Yidong <cyd@gnu.org>
218
219 * syntax.texi (Motion via Parsing): Doc fix for scan-lists.
220
0fd2c9a3
GM
2212012-02-17 Glenn Morris <rgm@gnu.org>
222
223 * hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual.
224
f700caa3
CY
2252012-02-16 Chong Yidong <cyd@gnu.org>
226
4230351b
CY
227 * syntax.texi (Syntax Tables, Syntax Descriptors)
228 (Syntax Table Functions): Copyedits.
229 (Syntax Basics): Don't repeat the material in the preceding node.
230 (Syntax Class Table): Use a table.
231 (Syntax Properties): Document syntax-propertize-function and
232 syntax-propertize-extend-region-functions.
233 (Motion via Parsing): Clarify scan-lists. Fix indentation.
234 (Parser State): Update for the new "c" comment style. Fix
235 description of item 7 (comment style).
236
f700caa3
CY
237 * modes.texi (Minor Modes): Update how mode commands should treat
238 arguments now.
239 (Mode Line Basics): Clarify force-mode-line-update.
240 (Mode Line Top): Note that the example is not realistic.
241 (Mode Line Variables, Mode Line Data, %-Constructs, Header Lines)
242 (Emulating Mode Line): Use "mode line" instead of "mode-line", and
243 "mode line construct" instead of "mode line specification".
244 (Syntactic Font Lock): Remove mention of obsolete variable
245 font-lock-syntactic-keywords.
246 (Setting Syntax Properties): Node deleted.
247 (Font Lock Mode): Note that Font Lock mode is a minor mode.
248 (Font Lock Basics): Note that syntactic fontification falls back
249 on `syntax-table'.
250 (Search-based Fontification): Emphasize that font-lock-keywords
251 should not be set directly.
252 (Faces for Font Lock): Avoid some confusing terminology.
4230351b
CY
253 (Syntactic Font Lock): Minor clarifications. Add xref to
254 Syntactic Font Lock node.
f700caa3 255
60236b0d
CY
2562012-02-15 Chong Yidong <cyd@gnu.org>
257
258 * minibuf.texi (Basic Completion): Define "completion table".
259 Move completion-in-region to Completion in Buffers node.
260 (Completion Commands): Use "completion table" terminology.
261 (Completion in Buffers): New node.
262
263 * modes.texi (Hooks): add-hook can be used for abnormal hooks too.
264 (Setting Hooks): Update minor mode usage example.
265 (Major Mode Conventions): Note that completion-at-point-functions
266 should be altered locally. Add xref to Completion in Buffers.
f700caa3
CY
267 Remove duplicate tip about auto-mode-alist.
268 (Minor Modes): Rewrite introduction.
269 (Minor Mode Conventions): Copyedits. Don't recommend
270 variable-only minor modes since few minor modes are like that.
60236b0d 271
d7dbb11a
GM
2722012-02-15 Glenn Morris <rgm@gnu.org>
273
274 * processes.texi (Network): Document open-network-stream :parameters.
275
3d8badf4
CY
2762012-02-14 Chong Yidong <cyd@gnu.org>
277
278 * keymaps.texi (Format of Keymaps): The CACHE component of keymaps
279 was removed on 2009-09-10. Update lisp-mode-map example.
280 (Inheritance and Keymaps): Minor clarification.
281 (Searching Keymaps): Remove out-of-place enumeration.
282 (Key Lookup): Remove unnecessary example (one was already given in
283 Format of Keymaps).
284 (Changing Key Bindings): Update suppress-keymap example.
285 (Menu Bar, Tool Bar): Copyedits.
286 (Tool Bar): Update tool-bar-map example.
287
faccede1
CY
2882012-02-12 Chong Yidong <cyd@gnu.org>
289
290 * debugging.texi (Debugger Commands): Continuing is now allowed
291 for errors.
292
355cabc6
CY
2932012-02-11 Chong Yidong <cyd@gnu.org>
294
d860baa0
CY
295 * display.texi (Fringe Indicators): Add xref to Fringe Bitmaps.
296 Move the list of standard bitmaps there.
297 (Fringe Cursors): Rewrite for clarity.
298 (Fringe Bitmaps): Consolidate the list of standard bitmaps here.
299
34106abe
CY
300 * commands.texi (Command Overview): Mention read-key.
301 (Using Interactive, Interactive Call): Minor clarifications.
302 (Function Keys, Click Events): Avoid "input stream" terminology.
303 (Click Events): Add xref to Window Sizes and Accessing Mouse.
304 Clarify column and row components.
305 (Accessing Mouse): Add xref to Click Events. Minor fixes.
306 (Special Events): Copyedits.
307
308 * streams.texi (Input Streams): De-document get-file-char.
309 (Output Variables): Don't refer to old backquote syntax.
310
355cabc6
CY
311 * debugging.texi (Debugging): Copyedits. Describe testcover, ERT.
312 (Error Debugging): Note that debug-ignored-errors overrides list
313 values of debug-on-error too. Add xref to Signaling Errors. Note
314 that debug-on-signal is not customizable. Mention
315 condition-case-unless-debug.
316 (Compilation Errors): Node deleted.
317
318 * compile.texi (Compiler Errors): Move a paragraph here from
319 deleted node Compilation Errors.
320
1be3ca5a
LL
3212012-02-10 Leo Liu <sdl.web@gmail.com>
322
323 * control.texi (Handling Errors): Change condition-case-no-debug
324 to condition-case-unless-debug.
325
25dec365
CY
3262012-02-10 Chong Yidong <cyd@gnu.org>
327
328 * advice.texi (Defining Advice): Clarify ad-unadvise.
329 (Activation of Advice): Specifying the ACTIVATE flag in defadvice
330 is not abnormal.
331 (Advising Primitives): Node deleted; ad-define-subr-args has been
332 removed.
333
334 * compile.texi (Speed of Byte-Code): Use float-time in example.
335 (Compilation Functions): Note that the log uses Compilation mode.
336 Don't discuss the contents of byte-code function object here.
337 (Compilation Functions): De-document internal function byte-code.
338 (Docs and Compilation): Minor clarifications.
339
340 * objects.texi (Byte-Code Type): Add xref to Byte-Code Function
341 Objects.
342
5f5e4ea1
GM
3432012-02-10 Glenn Morris <rgm@gnu.org>
344
345 * text.texi (Checksum/Hash): Rename node from MD5 Checksum.
346 Mention secure-hash.
347 * elisp.texi, vol1.texi, vol2.texi: Update menu entry.
348
6c1e4b46
CY
3492012-02-10 Chong Yidong <cyd@gnu.org>
350
351 * loading.texi (Loading): Don't emphasize "library" terminology.
352 (Library Search): load-path is not a user option. Mention role of
353 -L option and packages. Improve examples.
354 (Loading Non-ASCII): Don't mention unibyte Emacs, which is
355 obsolete.
356 (Autoload): Minor clarifications.
357
72ca698c
GM
3582012-02-10 Glenn Morris <rgm@gnu.org>
359
b011fbfe
GM
360 * files.texi (Magic File Names): Tweak remote-file-name-inhibit-cache.
361
72ca698c
GM
362 * modes.texi (Basic Major Modes): Mention tabulated-list-mode.
363
14a1f380
GM
3642012-02-08 Glenn Morris <rgm@gnu.org>
365
366 * loading.texi (Named Features): Update the require example.
367
60d47423
GM
3682012-02-07 Glenn Morris <rgm@gnu.org>
369
370 * modes.texi (Defining Minor Modes):
371 Expand on args of defined minor modes.
372
0992bd9c
CY
3732012-02-07 Chong Yidong <cyd@gnu.org>
374
375 * variables.texi (Creating Buffer-Local): Minor clarification
376 to buffer-local-variables doc (Bug#10715).
377
af008560
GM
3782012-02-07 Glenn Morris <rgm@gnu.org>
379
e80e1825 380 * display.texi (ImageMagick Images): General update.
af008560
GM
381 Move most details of imagemagick-render-type to the variable's doc.
382
866c1d22
GM
3832012-02-06 Glenn Morris <rgm@gnu.org>
384
f7c9199f 385 * keymaps.texi (Tool Bar): Mention separators.
dac86404
GM
386 (Inheritance and Keymaps):
387 Mention make-composed-keymap and multiple inheritance.
f7c9199f 388
e7bc51d0
GM
389 * modes.texi (Running Hooks): Mention run-hook-wrapped.
390
866c1d22
GM
391 * control.texi (Handling Errors):
392 Mention condition-case-no-debug and with-demoted-errors.
393
03988c98
CY
3942012-02-05 Chong Yidong <cyd@gnu.org>
395
396 * customize.texi (Common Keywords): Minor clarifications.
397 Document custom-unlispify-remove-prefixes.
398 (Variable Definitions): Backquotes in defcustom seem to work fine
399 now. Various other copyedits.
e1161b06
CY
400 (Simple Types): Copyedits. Document color selector.
401 (Composite Types): Copyedits.
402 (Splicing into Lists): Clarifications.
03988c98
CY
403
404 * eval.texi (Backquote): Move from macros.texi.
405
406 * macros.texi (Expansion): Minor clarification.
407 (Backquote): Move node to eval.texi.
408 (Defining Macros): Move an example from Backquote node.
409 (Argument Evaluation): No need to mention Pascal.
410 (Indenting Macros): Add xref to Defining Macros.
411
649f602c
GM
4122012-02-05 Glenn Morris <rgm@gnu.org>
413
414 * debugging.texi (Error Debugging): Mention debug-on-event default.
415
34c99998
GM
4162012-02-04 Glenn Morris <rgm@gnu.org>
417
8f05da42
GM
418 * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
419
7aa5aad8
GM
420 * debugging.texi (Error Debugging): Mention debug-on-event.
421 * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
422
c7291ad9
GM
423 * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
424
34c99998
GM
425 * text.texi (Buffer Contents):
426 Update filter-buffer-substring description.
427
735cc5ca
CY
4282012-02-04 Chong Yidong <cyd@gnu.org>
429
430 * functions.texi (What Is a Function): Add closures. Mention
431 "return value" terminology. Add xref for command-execute. Remove
432 unused "keystroke command" terminology.
433 (Lambda Expressions): Give a different example than in the
434 following subsection. Add xref to Anonymous Functions.
435 (Function Documentation): Remove gratuitous markup.
436 (Function Names): Move introductory text to `What Is a Function'.
437 (Defining Functions): Fix defun argument spec.
438 (Anonymous Functions): Document lambda macro explicitly. Mention
439 effects on lexical binding.
440 (Function Cells): Downplay direct usage of fset.
441 (Closures): New node.
442 (Inline Functions): Remove "open-code" terminology.
443 (Declaring Functions): Minor tweak; .m is not C code.
444
445 * variables.texi (Variables): Don't refer to "global value".
446 (Local Variables, Void Variables): Copyedits.
447 (Lexical Binding): Minor clarification of example.
448 (File Local Variables): Mention :safe and :risky defcustom args.
449 (Lexical Binding): Add xref to Closures node.
450
94bc7984
GM
4512012-02-04 Glenn Morris <rgm@gnu.org>
452
453 * minibuf.texi (High-Level Completion): Updates for read-color.
454
4f5a10ef
GM
4552012-02-03 Glenn Morris <rgm@gnu.org>
456
eea14f31
GM
457 * display.texi (GIF Images): Mention animation.
458 Remove commented-out old example of animation.
459 (Animated Images): New subsection.
460 * elisp.texi (Top):
461 * vol1.texi (Top):
462 * vol2.texi (Top): Add Animated Images menu entry.
463
4f5a10ef
GM
464 * display.texi (Image Formats): Remove oddly specific information
465 on versions of image libraries.
204e728d 466 (GIF Images, TIFF Images): Minor rephrasing.
4f5a10ef 467
12f381b7
GM
4682012-02-02 Glenn Morris <rgm@gnu.org>
469
1b9f60cc
GM
470 * processes.texi (Synchronous Processes):
471 Mention call-process's :file gets overwritten.
472
7e2734bc
GM
473 * commands.texi (Reading One Event):
474 * help.texi (Help Functions): Document read-char-choice.
475
f58b9822
GM
476 * hooks.texi (Standard Hooks):
477 * modes.texi (Keymaps and Minor Modes):
478 * text.texi (Commands for Insertion): Document post-self-insert-hook.
479
480 * hooks.texi (Standard Hooks): Add prog-mode-hook.
481
12f381b7
GM
482 * hooks.texi (Standard Hooks):
483 * modes.texi (Major Mode Conventions, Mode Hooks):
484 Document change-major-mode-after-body-hook.
485
7a9a2fc6
GM
4862012-02-01 Glenn Morris <rgm@gnu.org>
487
488 * modes.texi (Defining Minor Modes):
489 Mention disabling global minor modes on a per-major-mode basis.
490
a037c171
CY
4912012-01-31 Chong Yidong <cyd@gnu.org>
492
493 * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
494 (Parser State): Remove unnecessary statement (Bug#10661).
495
496 * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
497
56afad3a
GM
4982012-01-31 Glenn Morris <rgm@gnu.org>
499
500 * modes.texi (Defining Minor Modes):
501 Document define-minor-mode's new :variable keyword.
502
0f29fa41
CY
5032012-01-29 Chong Yidong <cyd@gnu.org>
504
837a390a
CY
505 * syntax.texi (Syntax Class Table): Tweak description of newline
506 char syntax (Bug#9619).
507
0f29fa41
CY
508 * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
509 description (Bug#10189).
510
182148ee
GM
5112012-01-29 Glenn Morris <rgm@gnu.org>
512
a49ca6b9
GM
513 * files.texi (Changing Files): Document SELinux support.
514
182148ee
GM
515 * windows.texi (Window Sizes): Fix typo.
516
9962192e
CY
5172012-01-28 Chong Yidong <cyd@gnu.org>
518
8c6e1920
CY
519 * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
520 doc (Bug#8568).
521
9583ec59
CY
522 * frames.texi (Input Focus): Add NORECORD arg to
523 select-frame-set-input-focus. Clarify its role in select-frame.
524
10256988
CY
525 * text.texi (Transposition): We don't use transpose-region as an
526 internal subroutine (Bug#3249).
527
9962192e
CY
528 * modes.texi (Example Major Modes): Update Lisp example code to
529 current sources. Delete the old non-derived-major-mode example,
530 which has diverged badly from current sources.
531
2aa43abb
GM
5322012-01-27 Glenn Morris <rgm@gnu.org>
533
534 * makefile.w32-in (texinputdir): Fix (presumed) typo.
535 (VERSION, manual): Remove, unused.
536
9f40220d
CY
5372012-01-27 Chong Yidong <cyd@gnu.org>
538
539 * commands.texi (Command Overview): Minor clarification (Bug#10384).
540
acc28cb9
CY
5412012-01-26 Chong Yidong <cyd@gnu.org>
542
543 * searching.texi (String Search): Document negative repeat count
544 (Bug#10507).
545
48da7392
GM
5462012-01-26 Glenn Morris <rgm@gnu.org>
547
548 * variables.texi (Using Lexical Binding):
549 Mention that lexical-binding should be set in the first line.
550
69b0acb9
LI
5512012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
552
553 * macros.texi (Defining Macros): Don't claim that `declare' only
554 affects Edebug and indentation.
555
543757a8
LI
5562012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
557
558 * macros.texi (Defining Macros): Slight `declare' fixup.
559
450e3cae
GM
5602012-01-25 Glenn Morris <rgm@gnu.org>
561
24189ce0 562 * makefile.w32-in (texinputdir):
450e3cae
GM
563 * Makefile.in (ENVADD): Add $emacsdir. (Bug#10603)
564
1021c761
CY
5652012-01-24 Chong Yidong <cyd@gnu.org>
566
567 * variables.texi (Variables, Local Variables, Void Variables):
568 Edit to make the descriptions less specific to dynamic binding.
569 (Local Variables): Default max-specpdl-size is now 1300.
570 (Defining Variables): Edits for lexical scoping. Delete
571 information about starting docstrings with *. De-document
572 user-variable-p.
573 (Tips for Defining): Remove an unimportant discussion of quitting
574 in the middle of a load.
575 (Accessing Variables, Setting Variables): Discuss lexical binding.
576 (Variable Scoping): Rewrite.
577 (Scope, Extent, Impl of Scope): Nodes deleted.
578 (Dynamic Binding): New node, with material from Scope, Extent, and
579 Impl of Scope nodes.
580 (Dynamic Binding Tips): Rename from Using Scoping.
581 (Lexical Binding): Rewrite.
582 (Using Lexical Binding): Rename from Converting to Lexical
583 Binding. Convert to subsection.
584
585 * customize.texi (Variable Definitions): Add custom-variable-p.
586 Move user-variable-p documentation here.
587
31cbea1d
CY
5882012-01-23 Chong Yidong <cyd@gnu.org>
589
590 * strings.texi (Text Comparison): Minor qualification.
591
592 * lists.texi (Cons Cells): Copyedits.
593 (List Elements): Mention push.
594 (List Variables): Mention pop.
595 (Rings): Move to sequences.texi.
596
597 * sequences.texi (Sequence Functions): Don't repeat the
598 introduction already given in the parent.
599 (Vectors): Copyedits.
600 (Rings): Move from lists.texi. Note that this is specific to the
601 ring package.
602
603 * symbols.texi (Definitions, Symbol Components): Mention variable
604 scoping issues.
605 (Plists and Alists): Copyedits.
606
607 * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
608 correctness with lexical scoping.
609 (Eval): Copyedits.
610
fead402d
CY
6112012-01-21 Chong Yidong <cyd@gnu.org>
612
613 * intro.texi (A Sample Function Description): Special notation
614 used for macros too.
615
616 * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
617 (Symbol Type): Add xref for keyword symbols.
618 (Sequence Type): Clarify differences between sequence types.
619 (Cons Cell Type): Add "linked list" index entry.
620 (Non-ASCII in Strings): Copyedits.
621 (Equality Predicates): Symbols with same name need not be eq.
622
623 * numbers.texi (Float Basics): Document isnan, copysign, frexp and
624 ldexp. Move float-e and float-pi to Math Functions node.
625
61086eb6
GM
6262012-01-21 Glenn Morris <rgm@gnu.org>
627
628 * modes.texi (Auto Major Mode):
629 * variables.texi (File Local Variables):
630 Mention inhibit-local-variables-regexps.
631
34a02f46
MR
6322012-01-19 Martin Rudalics <rudalics@gmx.at>
633
634 * windows.texi (Window Configurations): Rewrite references to
635 persistent window parameters.
636 (Window Parameters): Fix description of persistent window
637 parameters.
638
f5064cae
JB
6392012-01-16 Juanma Barranquero <lekktu@gmail.com>
640
641 * windows.texi (Window Parameters): Use @pxref.
642
6a6ee00d
MR
6432012-01-16 Martin Rudalics <rudalics@gmx.at>
644
645 * windows.texi (Window Configurations, Window Parameters):
646 Describe persistent window parameters.
647
9ca4c014
SM
6482011-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
649
650 * variables.texi (Creating Buffer-Local): Warn against misuses of
651 make-variable-buffer-local (bug#10258).
652
d027f83d
LMI
6532012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
654
655 * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
656
89bd9ccd
CY
6572012-01-06 Chong Yidong <cyd@gnu.org>
658
659 * variables.texi (Directory Local Variables): Document
660 hack-dir-local-variables-non-file-buffer.
661
c869783d
GM
6622012-01-06 Glenn Morris <rgm@gnu.org>
663
664 * maps.texi (Standard Keymaps): Refer to Info-edit by name
665 rather than by keybinding.
666
2cae5ba4
JB
6672011-12-29 Juanma Barranquero <lekktu@gmail.com>
668
669 * frames.texi (Font and Color Parameters): Add @pxref.
670
43da4d08
DC
6712011-12-29 Daniel Colascione <dan.colascione@gmail.com>
672
673 * frames.texi (Font and Color Parameters):
674 Document w32 font backends (bug#10399).
675
8d80ef01
PE
6762011-12-28 Paul Eggert <eggert@cs.ucla.edu>
677
678 * files.texi (File Attributes, Changing Files):
679 Use a more-natural notation for octal numbers.
680
9022ae07
JB
6812011-12-23 Juanma Barranquero <lekktu@gmail.com>
682
683 * variables.texi (Variables with Restricted Values):
684 Change reference to variable (bug#10354).
685
454592a6
MR
6862011-12-13 Martin Rudalics <rudalics@gmx.at>
687
688 * windows.texi (Splitting Windows): Use t instead of non-nil
689 when describing window-combination-resize.
690
a7cdbfce
SM
6912011-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
692
693 * text.texi (Special Properties): Warn against `intangible' properties
694 (bug#10222).
695
a3dcc84e
EZ
6962011-11-26 Eli Zaretskii <eliz@gnu.org>
697
579ebf8f
EZ
698 * display.texi (Truncation):
699 * text.texi (Special Properties): Describe what a stretch-glyph is
700 instead of using that term without explanation. Make the
701 cross-references more accurate.
702
a3dcc84e
EZ
703 * display.texi (Usual Display): Update the description,
704 cross-references, and indexing related to display of control
705 characters and raw bytes.
706
94af99a4
MR
7072011-11-25 Martin Rudalics <rudalics@gmx.at>
708
709 * windows.texi (Splitting Windows): Fix description of
710 window-combination-limit. Suggested by Eli Zaretskii.
711
1c3d7a13
CY
7122011-11-23 Chong Yidong <cyd@gnu.org>
713
714 * windows.texi (Window Sizes): Move window-top-line,
715 window-left-column, and window-*-pixel-edges to Coordinates and
716 Windows node.
717 (Coordinates and Windows): Restore window-edges doc.
718
90151a1e
MR
7192011-11-21 Martin Rudalics <rudalics@gmx.at>
720
a7cdbfce
SM
721 * windows.texi (Windows and Frames, Splitting Windows):
722 Fix typos.
90151a1e 723
a9b9b7f5
CY
7242011-11-21 Chong Yidong <cyd@gnu.org>
725
726 * windows.texi (Splitting Windows): Fix error in documentation of
727 window-combination-limit.
728 (Cyclic Window Ordering): Minor fixes to next-window,
729 one-window-p, and get-lru-window docs. Don't document
730 window-list-1.
731 (Buffers and Windows): Copyedits.
732 (Choosing Window): Document special handling of special-display-*.
733 (Choosing Window Options): Fix display-buffer-reuse-frames doc.
a7cdbfce
SM
734 Don't document even-window-heights, which is going away.
735 Clarify which options are obeyed by which action functions.
a9b9b7f5 736
f4e90db0
SM
7372011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
738
739 * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
740
d2999b1a
MR
7412011-11-20 Martin Rudalics <rudalics@gmx.at>
742
f4e90db0
SM
743 * windows.texi (Resizing Windows, Splitting Windows):
744 Remove term "status" when talking about combination limits.
d2999b1a 745
cd1181db
JB
7462011-11-20 Juanma Barranquero <lekktu@gmail.com>
747
748 * compile.texi (Compiler Errors):
749 * help.texi (Help Functions): Fix typos.
750
7bf54975
CY
7512011-11-19 Chong Yidong <cyd@gnu.org>
752
753 * windows.texi (Splitting Windows): Clarify role of window
754 parameters in split-window. Shorten the example.
f4e90db0
SM
755 (Deleting Windows): Rewrite intro to handle internal windows.
756 Fix delete-windows-on doc.
7bf54975
CY
757 (Selecting Windows): Copyedits.
758
a0c2d0ae
MR
7592011-11-17 Martin Rudalics <rudalics@gmx.at>
760
761 * windows.texi (Resizing Windows, Splitting Windows)
762 (Deleting Windows): Use term window-combination-resize instead
763 of window-splits.
764
b6f67890
MR
7652011-11-16 Martin Rudalics <rudalics@gmx.at>
766
f4e90db0
SM
767 * windows.texi (Resizing Windows, Splitting Windows):
768 Rename occurrences of window-nest to window-combination-limit.
b6f67890 769
0b381c7e
JB
7702011-11-14 Juanma Barranquero <lekktu@gmail.com>
771
772 * intro.texi (Lisp History): Fix typo.
773
89d61221
MR
7742011-11-12 Martin Rudalics <rudalics@gmx.at>
775
f4e90db0
SM
776 * windows.texi (Splitting Windows, Deleting Windows):
777 Remove references to splits status of windows.
89d61221 778
b2621720
GM
7792011-11-10 Glenn Morris <rgm@gnu.org>
780
781 * buffers.texi (Read Only Buffers): Expand a bit on why
782 toggle-read-only should only be used interactively. (Bug#7292)
783
d2ad7ee1
CY
7842011-11-09 Chong Yidong <cyd@gnu.org>
785
786 * windows.texi (Window Sizes): Document window-pixel-edges,
c4e7c63a 787 window-inside-pixel-edges, window-absolute-pixel-edges, and
d2ad7ee1
CY
788 window-inside-absolute-pixel-edges.
789 (Resizing Windows): shrink-window-if-larger-than-buffer works on
790 non-full-width windows.
791
2cffd681
MR
7922011-11-09 Martin Rudalics <rudalics@gmx.at>
793
794 * windows.texi (Resizing Windows): Rewrite documentation of
795 window-resizable.
796
f6f6d7e7
CY
7972011-11-09 Chong Yidong <cyd@gnu.org>
798
799 * windows.texi (Splitting Windows): Simplify example.
800
a79db6e0
CY
8012011-11-08 Chong Yidong <cyd@gnu.org>
802
803 * windows.texi (Window Sizes): Copyedits. Document
804 window-text-height. Remove window-min-height and window-min-width
805 discussion, referring instead to Emacs manual.
806 (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
e7313f33
CY
807 (Resizing Windows): Simplify introduction. Don't document
808 enlarge-window, shrink-window, enlarge-window-horizontally, and
809 shrink-window-horizontally; they are no longer preferred for
810 calling from Lisp, and are already documented in the Emacs manual.
a79db6e0 811
441950c7
GM
8122011-11-07 Glenn Morris <rgm@gnu.org>
813
814 * windows.texi (Choosing Window): Fix keybinding typo.
815
be7f5545
MR
8162011-11-07 Martin Rudalics <rudalics@gmx.at>
817
818 * windows.texi (Resizing Windows, Splitting Windows)
819 (Window Configurations): Use "child window" instead of
820 "subwindow".
821
291d142b
CY
8222011-11-06 Chong Yidong <cyd@gnu.org>
823
824 * windows.texi (Basic Windows): Clarify various definitions.
825 Treat window-normalize-* as internal; don't document them.
826 (Windows and Frames): Various clarifications, e.g. non-live
827 windows also belong to frames. Fix window-list description.
828 Simplify window nesting example.
f4e90db0
SM
829 (Splitting Windows, Window Configurations):
830 Use split-window-below.
291d142b 831
89bd5ee1
EZ
8322011-11-04 Eli Zaretskii <eliz@gnu.org>
833
834 * windows.texi (Window Sizes): Mention in the doc string that the
835 return values of `window-body-height' and `window-body-width' are
836 in frame's canonical units. (Bug#9949)
837
3d8daefe
MR
8382011-10-30 Martin Rudalics <rudalics@gmx.at>
839
840 * windows.texi (Windows and Frames): Remove "iso-" infix from
841 documentation of window-iso-combined-p.
842
60754666
CY
8432011-10-26 Chong Yidong <cyd@gnu.org>
844
845 * modes.texi (Running Hooks): Document with-wrapper-hook.
846
d366bd53
CY
8472011-10-18 Chong Yidong <cyd@gnu.org>
848
849 * display.texi (Glyphless Chars): New node.
850
50b063c3
CY
8512011-10-13 Chong Yidong <cyd@stupidchicken.com>
852
853 * text.texi (Yanking): Document yank-excluded-properties.
854
855 * package.texi (Packaging Basics): The commentary should say how
856 to begin using the package.
857
c72063fa
MR
8582011-10-11 Martin Rudalics <rudalics@gmx.at>
859
860 * windows.texi (Deleting Windows): Mention which window gets
861 selected when deleting the selected window.
862
d83dc65b
MR
8632011-10-09 Martin Rudalics <rudalics@gmx.at>
864
865 * buffers.texi (The Buffer List): Describe how bury-buffer deals
866 with the selected window.
867 * windows.texi (Buffers and Windows): Reformulate text on how
868 replace-buffer-in-windows deals with a window.
869 (Quitting Windows): Describe how quit-window deals with a
870 standalone frame. Describe new option frame-auto-hide-function.
871
c599682c
GM
8722011-10-08 Glenn Morris <rgm@gnu.org>
873
48bca619
GM
874 * symbols.texi (Other Plists): Markup fix. (Bug#9702)
875
c599682c
GM
876 * positions.texi (Excursions): Update warning message.
877
969aa734
CY
8782011-10-05 Chong Yidong <cyd@stupidchicken.com>
879
f4e90db0
SM
880 * display.texi (Low-Level Font, Face Attributes, Font Lookup):
881 Fix Emacs manual xref (Bug#9675).
969aa734 882
550f41cd
CY
8832011-10-01 Chong Yidong <cyd@stupidchicken.com>
884
885 * windows.texi (Textual Scrolling): Document scroll-up-command,
886 scroll-down-command, scroll-error-top-bottom, and the
887 scroll-command symbol property.
717a1362
CY
888 (Display Action Functions): Fix description of
889 display-buffer-pop-up-window.
550f41cd 890
a239d4e9
JB
8912011-09-28 Juanma Barranquero <lekktu@gmail.com>
892
893 * windows.texi (Splitting Windows): Fix typos.
894
590c056d
MR
8952011-09-25 Martin Rudalics <rudalics@gmx.at>
896
897 * windows.texi (Windows and Frames, Display Action Functions)
898 (Switching Buffers): Fix some typos.
899 (Buffers and Windows): Remove reference to window-auto-delete.
900 Reword description of replace-buffer-in-windows.
901 (Window History): Fix some typos and refer to frame local buffer
902 list.
c419f5cb
MR
903 (Quitting Windows): New node.
904 (Window Configurations): Add descriptions of window-state-get
905 and window-state-put.
906 (Window Parameters): Describe variable ignore-window-parameters.
907 Sketch some window parameters currently in use.
908 * elisp.texi (Top): Update node listing.
590c056d 909
9ec20d36
CY
9102011-09-25 Chong Yidong <cyd@stupidchicken.com>
911
912 * windows.texi (Display Action Functions)
913 (Choosing Window Options): New nodes.
914
0e406a72
CY
9152011-09-24 Chong Yidong <cyd@stupidchicken.com>
916
917 * windows.texi (Window History): New node. Move text here from
918 Buffers and Windows.
919 (Switching Buffers): Rename from Displaying Buffers, since we
f4e90db0
SM
920 don't document display-buffer here; callers changed.
921 Document FORCE-SAME-WINDOW arg to switch-to-buffer and
0e406a72
CY
922 switch-to-buffer-other-frame. Delete duplicate
923 replace-buffer-in-windows doc.
924 (Choosing Window): Document display actions.
925
6bf7006f
EZ
9262011-09-24 Eli Zaretskii <eliz@gnu.org>
927
928 * display.texi (Forcing Redisplay): Update the description of
929 redisplay-dont-pause due to change in the default value.
930
b33b68a3
MR
9312011-09-23 Martin Rudalics <rudalics@gmx.at>
932
933 * frames.texi (Frames and Windows): Move section and rename to
934 Windows and Frames in windows.texi.
935 * windows.texi (Windows): Restructure.
936 (Basic Windows): Rewrite. Explain live and internal windows and
937 normalization functions.
938 (Windows and Frames): Move section here from frames.texi.
939 Describe subwindows, window combinations, window tree, and
940 corresponding functions including window-list here.
941 (Window Sizes): Rename section from Size of Window and move it
942 up in chapter. Describe total and body sizes and the
943 corresponding functions. Explain new semantics of
944 window-min-height/-width.
945 (Resizing Windows): Move section up in chapter. Describe new
946 resize functions.
947 (Splitting Windows): Describe new behavior of split-window,
948 split-window-above-each-other and split-window-side-by-side.
949 Provide examples. Describe window-nest and window-splits
950 options.
951 (Deleting Windows): Minor rewrite.
f4e90db0
SM
952 (Selecting Windows): Minor rewrite.
953 Describe frame-selected-window and set-frame-selected-window here.
954 (Cyclic Window Ordering): Minor rewrite.
955 Describe window-list-1.
b33b68a3
MR
956 (Buffers and Windows): Rewrite. Explain a window's previous and
957 next buffers and the corresponding functions.
c4682d18 958 (Window Tree): Merge into Windows and Frames section.
b33b68a3
MR
959 * elisp.texi (Top): Update node listings for frames and windows
960 sections.
961
4d3786ac
SM
9622011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
963
964 * display.texi (Face Functions): `face-list' returns faces (bug#9564).
965
713df35b
LMI
9662011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
967
968 * errors.texi (Standard Errors): Remove apparent placeholder text
969 (bug#9491).
970
33ed493b
CY
9712011-09-18 Chong Yidong <cyd@stupidchicken.com>
972
973 * frames.texi (Management Parameters): Fix description of
974 icon-type parameter.
975
b8f0a954
CY
9762011-09-17 Chong Yidong <cyd@stupidchicken.com>
977
978 * tips.texi (Key Binding Conventions): Don't bind a key sequence
979 ending in C-g. Suggested by Edward O'Connor.
980
eddf142c
EZ
9812011-09-17 Eli Zaretskii <eliz@gnu.org>
982
983 * numbers.texi (Integer Basics): Add indexing for
984 most-positive-fixnum and most-negative-fixnum. (Bug#9525)
985
bf1af6c7
DM
9862011-09-14 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
987
988 * lists.texi (Sets And Lists): Fix typo. (Bug#9393)
989
cec2eab8
JB
9902011-09-11 Juanma Barranquero <lekktu@gmail.com>
991
992 * processes.texi (Network Servers): Clarify what the process
993 buffer is used for (bug#9233).
994
51751aa2 9952011-08-30 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
1f403cb9
DM
996
997 * lists.texi (Building Lists): Fix typo.
998
35137ed3
CY
9992011-08-30 Chong Yidong <cyd@stupidchicken.com>
1000
1001 * display.texi (Basic Faces): New node. Document new faces.
1002
1003 * modes.texi (Major Mode Conventions): Move some text there.
1004 (Mode Help): Remove major-mode var, duplicated in Major Modes.
1005
3fd50d5c
CY
10062011-08-29 Chong Yidong <cyd@stupidchicken.com>
1007
1008 * modes.texi (Basic Major Modes): New node. Callers updated.
1009 (Major Modes): Document fundamental-mode and major-mode.
1010 (Major Mode Basics): Node deleted; text moved to Major Modes.
1011 (Derived Modes): Document derived-mode-p.
1012
ddb54206
CY
10132011-08-28 Chong Yidong <cyd@stupidchicken.com>
1014
a6326082
CY
1015 * files.texi (Changing Files, Create/Delete Dirs): Document new
1016 arguments for delete-file, delete-directory, and copy-directory.
e2aeef63
CY
1017 (Visiting Functions): Remove view-file; it is documented in the
1018 Emacs manual.
04e2ce72 1019
ddb54206
CY
1020 * frames.texi (Layout Parameters): The defaults for the
1021 menu-bar-lines and tool-bar-lines parameters depend on the mode.
1022
1023 * display.texi (Progress): Document spinner functionality.
1024
1025 * os.texi (Killing Emacs): Note that kill-emacs can be called by
1026 operating system signals. Refer to save-buffers-kill-terminal
1027 instead of save-buffers-kill-emacs.
1028
1029 * objects.texi (Symbol Type): Document ## print representation.
1030
0c95fcf7
EZ
10312011-08-25 Eli Zaretskii <eliz@gnu.org>
1032
1033 * display.texi (Specified Space): Mention that `space' specs
1034 influence bidi reordering.
1035 (Bidirectional Display): Explain how to use `(space . PROPS)' for
1036 separating fields with bidirectional content.
1037
5980d4c6
EZ
10382011-08-24 Eli Zaretskii <eliz@gnu.org>
1039
1040 * display.texi (Bidirectional Display): Document return value in
1041 buffers that are not bidi-reordered for display, and in unibyte
1042 buffers.
1043
bca633fb
EZ
10442011-08-23 Eli Zaretskii <eliz@gnu.org>
1045
1046 * nonascii.texi (Character Properties): Document the values for
1047 unassigned codepoints.
1048
c094bb0c
EZ
10492011-08-18 Eli Zaretskii <eliz@gnu.org>
1050
1051 * nonascii.texi (Character Properties): Document use of
1052 `bidi-class' and `mirroring' properties as part of reordering.
1053 Provide cross-references to "Bidirectional Display".
1054
1055 * display.texi (Bidirectional Display): Document the pitfalls of
1056 concatenating strings with bidirectional content, with possible
f4e90db0
SM
1057 solutions. Document bidi-string-mark-left-to-right.
1058 Mention paragraph direction in modes that inherit from prog-mode.
92b71444
EZ
1059 Document use of `bidi-class' and `mirroring' properties as part of
1060 reordering.
c094bb0c 1061
1ea897d5
EZ
10622011-08-16 Eli Zaretskii <eliz@gnu.org>
1063
9adfcd0b
EZ
1064 * modes.texi (Major Mode Conventions): Improve the documentation
1065 of `mode-class' `special' modes.
1066
10862873
EZ
1067 * nonascii.texi (Character Properties): Document the `mirroring'
1068 property. Add index entries.
1069
1ea897d5
EZ
1070 * syntax.texi (Categories): Add an example of defining a new
1071 category and category table.
1072
1073 * searching.texi (Regexp Backslash): Document how to display
1074 existing categories. Mention the possibility of adding
1075 categories, and add an xref to where this is described. Add an
1076 index entry.
1077
ebb552ed
CY
10782011-08-09 Chong Yidong <cyd@stupidchicken.com>
1079
1080 * text.texi (Special Properties):
1081 * display.texi (Overlay Properties): Note that mouse-face cannot
1082 change the text size (Bug#8530).
1083
51a714e1
CY
10842011-08-08 Chong Yidong <cyd@stupidchicken.com>
1085
1086 * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
1087 using setenv instead.
1088
4cc60b9b
EZ
10892011-07-28 Eli Zaretskii <eliz@gnu.org>
1090
1091 * display.texi (Bidirectional Display): Document the fact that
1092 bidi-display-reordering is t by default.
1093
5deb92fd
EZ
10942011-07-23 Eli Zaretskii <eliz@gnu.org>
1095
1096 * display.texi (Bidirectional Display): New section.
1097
011b0ad6 10982011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
67f9b9f8
GM
1099 Tim Cross <theophilusx@gmail.com> (tiny change)
1100 Glenn Morris <rgm@gnu.org>
011b0ad6 1101
67f9b9f8 1102 * keymaps.texi (Toolkit Differences): New node. (Bug#8176)
011b0ad6 1103
4baf28e6
AS
11042011-07-15 Andreas Schwab <schwab@linux-m68k.org>
1105
1106 * help.texi (Keys in Documentation): Revert last change.
1107
66249842
LMI
11082011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1109
f863868c
LMI
1110 * help.texi (Keys in Documentation): Clarify that \= only quotes
1111 the next character, and doesn't affect longer sequences in
1112 particular (bug#8935).
1113
f4e90db0
SM
1114 * debugging.texi (Using Debugger):
1115 Mention @code{eval-expression-debug-on-error} (bug#8549).
66249842 1116
0bb23927 11172011-07-14 Eli Zaretskii <eliz@gnu.org>
a2eaa31d
EZ
1118
1119 * display.texi (Other Display Specs): Document that `left-fringe'
1120 and `right-fringe' display specifications are of the "replacing"
1121 kind.
1122
f2027cdf
LMI
11232011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1124
1125 * help.texi (Documentation Basics): Add a link to the Function
1126 Documentation node (bug#6580).
1127
f987fde4
LMI
11282011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1129
0bc59b25
LMI
1130 * keymaps.texi (Menu Bar): Mention :visible and :enable
1131 (bug#6344). Text by Drew Adams.
1132
63d55f1f
LMI
1133 * modes.texi (Running Hooks): Mention buffer-local hook variables
1134 (bug#6218).
1135
f987fde4
LMI
1136 * objects.texi (General Escape Syntax): "a with grave accent" is
1137 ?xe0, not ?x8e0 (bug#5259).
1138
b7527639
CY
11392011-07-12 Chong Yidong <cyd@stupidchicken.com>
1140
1141 * display.texi (Face Attributes, Font Selection): Add references
1142 to the Fonts node in the Emacs manual (Bug#4178).
1143
c830e5ae
CY
11442011-07-12 Chong Yidong <cyd@stupidchicken.com>
1145
1146 * display.texi (Window Systems): `window-system' is
1147 terminal-local.
1148
1149 * frames.texi (Frame Parameters, Parameter Access): Don't mention
1150 frame-local variables.
1151
1152 * variables.texi (Buffer-Local Variables): Don't mention obsolete
1153 frame-local variables.
1154 (Frame-Local Variables): Node deleted.
1155
1156 * elisp.texi (Top): Update node listing.
1157
91223e54
LMI
11582011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1159
1160 * elisp.texi: Change "inferiors" to "subnodes" in three places
1161 (bug#3523).
1162
963578d3
CY
11632011-07-11 Chong Yidong <cyd@stupidchicken.com>
1164
1165 * frames.texi (Window System Selections): Discussion of
1166 x-select-enable-clipboard moved to Emacs manual.
1167
07151e49
DD
11682011-07-11 Deniz Dogan <deniz@dogan.se>
1169
1170 * commands.texi (Prefix Command Arguments): Remove excessive
1171 apostrophe.
1172
7261e1cf
LMI
11732011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1174
ad21a12a
LMI
1175 * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
1176 description is a string (bug#3313).
1177
7261e1cf
LMI
1178 * frames.texi (Display Feature Testing): Try to explain what all
1179 the visual classes mean (bug#3042).
1180
568f7b79
LMI
11812011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1182
18d59e29
LMI
1183 * modes.texi (Mode Line Variables): Document `mode-line-remote'
1184 and `mode-line-client' (bug#2974).
1185
568f7b79
LMI
1186 * text.texi (Insertion): Clarify marker movements (bug#1651).
1187 Text from Drew Adams.
1188
54e10184
LMI
11892011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1190
d94d85e9
LMI
1191 * text.texi (Special Properties): Clarify the format of `face'
1192 (bug#1375).
1193
54e10184
LMI
1194 * commands.texi (Interactive Call): Add a `call-interactively'
1195 example (bug#1010).
1196
413c488d
LMI
11972011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1198
1199 * functions.texi (Calling Functions): Link to the "Interactive
1200 Call" node (bug#1001).
1201
322b7dab 12022011-07-06 Chong Yidong <cyd@stupidchicken.com>
b00d8c1a 1203
3deead93
CY
1204 * customize.texi (Composite Types): Move alist and plist to here
1205 from Simple Types (Bug#7545).
1206
1207 * elisp.texi (Top): Update menu description.
1208
b00d8c1a
CY
1209 * display.texi (Face Attributes): Document negative line widths
1210 (Bug#6113).
1211
d2a6c43b
TR
12122011-07-03 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
1213
1214 * searching.texi (Match Data): Note that match data can be
1215 overwritten by most functions (bug#2499).
1216
c7844a27
LMI
12172011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1218
a9ab721e
LMI
1219 * strings.texi (Formatting Strings): Clarify what the "-" and "0"
1220 flags mean (bug#6659).
1221
c7844a27
LMI
1222 * functions.texi (What Is a Function): Document the autoload
1223 object (bug#6496).
1224
f68d76d0
LMI
12252011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1226
8a20ca4c
LMI
1227 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
1228 is only used in the Customize user interface (bug#6089).
1229
f68d76d0 1230 * display.texi (Showing Images): Mention the point of sliced
6dd56db4 1231 images (bug#7836).
f68d76d0 1232
7018dbe7
EZ
12332011-07-02 Eli Zaretskii <eliz@gnu.org>
1234
1235 * variables.texi (Defining Variables, Void Variables)
1236 (Constant Variables): Fix incorrect usage of @kindex.
1237
36cb87a1
LMI
12382011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1239
28ee97c7
LMI
1240 * variables.texi (Defining Variables): Add an index entry for
1241 `set-variable' (bug#7262).
8d4294e9 1242 (Defining Variables): Use @findex for functions.
28ee97c7 1243
8862ffd5
LMI
1244 * frames.texi (Basic Parameters): Document the `explicit-name'
1245 parameter (bug#6951).
1246
0ec389b9
LMI
1247 * customize.texi (Type Keywords): Clarify that :value provides a
1248 default value for all types (bug#7386).
1249
36cb87a1
LMI
1250 * streams.texi (Output Functions): Document `pp'.
1251
11fdef7d 12522011-06-25 Chong Yidong <cyd@stupidchicken.com>
dfc47e35
CY
1253
1254 * keymaps.texi (Searching Keymaps):
1255 * display.texi (Overlay Properties): Fix errors in 2011-05-29
1256 change. Suggested by Johan Bockgård.
1257
eeafcea7
CY
12582011-06-15 Chong Yidong <cyd@stupidchicken.com>
1259
1260 * text.texi (Special Properties): Clarify role of font-lock-face.
1261
b96e6cde
LMI
12622011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1263
f4e90db0 1264 * processes.texi (Process Information): Rename `process-alive-p'
b96e6cde
LMI
1265 to `process-live-p' for consistency with other `-live-p' functions.
1266
be14b9ab
PE
12672011-06-03 Paul Eggert <eggert@cs.ucla.edu>
1268
1269 Document wide integers better.
1270 * files.texi (File Attributes): Document ino_t values better.
2d365993 1271 ino_t values no longer map to anything larger than a single cons.
be14b9ab
PE
1272 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
1273 (Bitwise Operations):
001903b5
PE
1274 * objects.texi (Integer Type): Use a binary notation that is a bit easier
1275 to read, and that will port better if 62-bits becomes the default.
1276 Fix or remove incorrect examples.
be14b9ab
PE
1277 * os.texi (Time Conversion): Document time_t values better.
1278
bcd54f83
LMI
12792011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1280
f4e90db0
SM
1281 * processes.texi (Process Information):
1282 Document `process-alive-p'.
bcd54f83 1283
049bcbcb
CY
12842011-05-29 Chong Yidong <cyd@stupidchicken.com>
1285
1286 * help.texi (Accessing Documentation):
1287 * display.texi (Pixel Specification):
1288 * processes.texi (Serial Ports, Serial Ports):
1289 * nonascii.texi (Character Properties, Default Coding Systems):
1290 * text.texi (Changing Properties, Special Properties):
1291 * windows.texi (Window Start and End):
1292 * modes.texi (SMIE Indentation Example, SMIE Tricks):
1293 * keymaps.texi (Searching Keymaps, Tool Bar):
1294 * minibuf.texi (Basic Completion):
1295 * compile.texi (Eval During Compile):
1296 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
1297 7x9 paper in printed manual.
1298
1299 * lists.texi (Sets And Lists): Fix misplaced text.
1300
58539c63
CY
13012011-05-29 Chong Yidong <cyd@stupidchicken.com>
1302
1303 * keymaps.texi (Remapping Commands): Emphasize that the keymap
1304 needs to be active (Bug#8350).
1305
6b5681bf
CY
13062011-05-28 Chong Yidong <cyd@stupidchicken.com>
1307
b4d52acc
CY
1308 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
1309
6b5681bf
CY
1310 * tips.texi (Coding Conventions): Remove antediluvian filename
1311 limit recommendation (Bug#8538).
1312
e145f188
GM
13132011-05-27 Glenn Morris <rgm@gnu.org>
1314
1315 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
1316
eafed945
GM
13172011-05-26 Glenn Morris <rgm@gnu.org>
1318
1319 * variables.texi (File Local Variables):
1320 Update hack-local-variables `mode-only' return value.
2d3ba9e7 1321 Add some more details on what this function does in the other case.
eafed945 1322
bc8410af
GM
13232011-05-19 Glenn Morris <rgm@gnu.org>
1324
1325 * lists.texi (Sets And Lists): Mention cl provides union etc.
1326
35a30759
N
13272011-05-19 Nix <nix@esperi.org.uk>
1328
1329 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
1330
1331 * text.texi (Parsing HTML): Update for function name changes.
1332
1333 * syntax.texi (Syntax Flags): Small fix.
1334
1335 * keymaps.texi (Active Keymaps): Typo fix.
1336 (Changing Key Bindings): Grammar fix.
1337
1338 * frames.texi (Minibuffers and Frames): Grammar fix.
1339 (Window System Selections): x-select-enable-clipboard now defaults to t.
1340
1341 * customize.texi (Common Keywords):
1342 * display.texi (Abstract Display):
1343 * modes.texi (Auto-Indentation):
1344 * nonascii.texi (Converting Representations): Typo fixes.
1345
1346 * control.texi (Examples of Catch): Call it "goto" not "go to".
1347
e3934a8a
EZ
13482011-05-14 Eli Zaretskii <eliz@gnu.org>
1349
bc039a3b
EZ
1350 * nonascii.texi (Character Properties): Fix inconsistencies with
1351 implementation.
1352
e3934a8a
EZ
1353 * text.texi (Special Properties): Move @defvar's out of the
1354 @table. (Bug#8652)
1355
e2c94218
GM
13562011-05-12 Glenn Morris <rgm@gnu.org>
1357
1358 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
1359
d2fc7e3d 13602011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
bc3bea9c
SM
1361
1362 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
1363 (Multiline Font Lock):
1364 * vol2.texi (Top):
1365 * vol1.texi (Top):
1366 * elisp.texi (Top): Update menu accordingly.
1367
d2fc7e3d 13682011-05-12 Drew Adams <drew.adams@oracle.com>
e6dc6206
DA
1369
1370 * modes.texi (Region to Fontify): Fix typo.
1371
79b70037
GM
13722011-05-10 Jim Meyering <meyering@redhat.com>
1373
1374 * minibuf.texi: Fix typo "in in -> in".
1375
b08a63cc 13762011-05-06 Paul Eggert <eggert@cs.ucla.edu>
fed14fd7
PE
1377
1378 * numbers.texi (Integer Basics): Large integers are treated as floats.
1379
1ef14cb4
LMI
13802011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1381
1382 * processes.texi (Synchronous Processes): Document the (:file
1383 "/file-name") syntax for `call-process'.
1384
4ffd0d6b 13852011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
1386
1387 * windows.texi (Choosing Window): Fix typo.
1388
4ffd0d6b 13892011-04-23 Chong Yidong <cyd@stupidchicken.com>
40954368
CY
1390
1391 * frames.texi (Layout Parameters): Note the difference between
1392 querying and setting parameters for left-fringe and right-fringe
1393 (Bug#6930).
1394
fd5a8ae8
SM
13952011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
1396
1397 * minibuf.texi (Basic Completion): Be a bit more precise about the
1398 valid kinds of completion tables.
1399 (Programmed Completion): Remove obsolete text about lambda expressions
1400 not being valid completion tables.
1401
c1bcd0d5
CY
14022011-03-19 Chong Yidong <cyd@stupidchicken.com>
1403
1404 * positions.texi (Excursions): Explain the "save-excursion
1405 defeated by set-buffer" warning.
1406
1407 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
1408 save-excursion. Suggested by Uday S Reddy.
1409
03408648 14102011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
ba83908c 1411
03408648
SM
1412 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
1413 (Lexical Binding): New sub-section.
ba83908c 1414
03408648
SM
1415 * eval.texi (Eval): Discourage the use of `eval'.
1416 Document its new `lexical' argument.
6c075cd7 1417
f6d62986
SM
14182011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
1419
03408648 1420 * commands.texi (Command Overview): `post-command-hook' is not reset to
f6d62986
SM
1421 nil any more.
1422
84ea5558 14232011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
e4021ec1
SM
1424
1425 * strings.texi (String Conversion): Don't mention
1426 string-make-(uni|multi)byte (bug#8262).
1427 * nonascii.texi (Converting Representations): Fix up range.
1428 * keymaps.texi (Key Binding Commands): Update code point, avoid
1429 "unibyte character" and remove mention of unibyte bindings.
1430
62d94509
EZ
14312011-03-10 Eli Zaretskii <eliz@gnu.org>
1432
1433 * modes.texi (Operator Precedence Grammars): Don't use characters
1434 outside ISO-8859-1.
1435
63a329f8
EZ
14362011-03-09 Eli Zaretskii <eliz@gnu.org>
1437
1438 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
1439
1440 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
1441
6446548e
GM
14422011-03-08 Glenn Morris <rgm@gnu.org>
1443
1444 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
1445 * intro.texi (Acknowledgements): Names to UTF-8.
80b005c7 1446 * elisp.texi: Set documentencoding.
6446548e 1447
33383987
JB
14482011-03-07 Chong Yidong <cyd@stupidchicken.com>
1449
1450 * Version 23.3 released.
1451
0b3ceceb
CY
14522011-03-06 Chong Yidong <cyd@stupidchicken.com>
1453
1454 * package.texi: Update index keywords.
1455 (Package Archives): New node contents. Document package-x.el.
1456
78f5433f
JB
14572011-03-06 Juanma Barranquero <lekktu@gmail.com>
1458
1459 * makefile.w32-in (srcs): Add package.texi.
1460
555e9b5c
CY
14612011-03-06 Chong Yidong <cyd@stupidchicken.com>
1462
120d9389
CY
1463 * package.texi (Packaging, Packaging Basics, Simple Packages)
1464 (Multi-file Packages): Expand and clarify.
1465 (Package Archives): Temporary placeholder node.
1466
1467 * elisp.texi (Top): Update node listing.
1468
555e9b5c
CY
1469 * Makefile.in (srcs): Add package.texi.
1470
b59a4335
CY
14712011-03-05 Chong Yidong <cyd@stupidchicken.com>
1472
1473 * processes.texi (Synchronous Processes): Minor clarification
1474 (Bug#8149).
1475
06083aa1
GM
14762011-03-03 Glenn Morris <rgm@gnu.org>
1477
1478 * files.texi (Truenames): Minor clarification. (Bug#2341)
1479
6640b281
GM
14802011-03-01 Glenn Morris <rgm@gnu.org>
1481
1482 * variables.texi (Directory Local Variables):
1483 Mention `(subdirs . nil)' alist element.
1484
2b0c7330 14852011-02-28 Glenn Morris <rgm@gnu.org>
081f7640
GM
1486
1487 * variables.texi (Directory Local Variables): Mention the optional
1488 mtime argument of dir-locals-set-directory-class. (Bug#3577)
1489
b923f7a9
CY
14902011-02-27 Chong Yidong <cyd@stupidchicken.com>
1491
1492 * minibuf.texi (Minibuffer History): Clarify discussion of
1493 minibuffer history lists (Bug#8085).
1494
67ab0163 14952011-02-19 Eli Zaretskii <eliz@gnu.org>
86ec878a 1496
e979a521
EZ
1497 * elisp.texi: Sync @dircategory with ../../info/dir.
1498
e03b2fd4
EZ
1499 * files.texi (Visiting Functions): Document find-file-literally,
1500 both the command and the variable.
1501
86ec878a
EZ
1502 * variables.texi (Creating Buffer-Local): Explain the meaning of
1503 permanent local variables.
1504
67ab0163
GM
1505 * files.texi (Visiting Functions): Document find-file-literally,
1506 both the command and the variable.
1507
1508 * variables.texi (Creating Buffer-Local): Explain the meaning of
1509 permanent local variables.
1510
15112011-02-19 Glenn Morris <rgm@gnu.org>
dff9ac46
GM
1512
1513 * keymaps.texi (Remapping Commands): Mention how to undo it.
1514
bfcb151a
RT
15152011-02-09 Reuben Thomas <rrt@sc3d.org>
1516
1517 * loading.texi (Hooks for Loading): Remove unnecessary advice
1518 about eval-after-load (Bug#7986).
1519
a41c8660
CY
15202011-02-05 Chong Yidong <cyd@stupidchicken.com>
1521
1522 * commands.texi (Accessing Mouse): Note that a header line is not
1523 included in the row of posn-col-row.
1524
e0dd6837
CY
15252011-02-02 Chong Yidong <cyd@stupidchicken.com>
1526
1527 * modes.texi (Major Mode Conventions): Add face guidelines.
1528 (Faces for Font Lock): List faces in order of prominence.
1529
a4180391
PE
15302011-02-01 Paul Eggert <eggert@cs.ucla.edu>
1531
1532 format-time-string now supports subsecond time stamp resolution
1533 * os.texi (Time Parsing): Document %N.
1534
7427eb97
CY
15352011-01-28 Chong Yidong <cyd@stupidchicken.com>
1536
61db307f
CY
1537 * vol1.texi (Top):
1538 * vol2.texi (Top):
1539 * elisp.texi (Top):
1540 * display.texi (Display Property): Shorten the menu description of
1541 the "Other Display Specs" node (Bug#7816).
1542
7427eb97
CY
1543 * keymaps.texi (Defining Menus): Add "menu item" and "extended
1544 menu item" concept index entries (Bug#7805).
1545
bf3dae7e
EZ
15462011-01-29 Eli Zaretskii <eliz@gnu.org>
1547
1548 * makefile.w32-in (texinfodir): New variable.
1549 (usermanualdir): Remove as redundant with $(emacsdir).
1550 (MAKEINFO): Remove options, leave only program name.
1551 (MAKEINFO_OPTS): New variable.
1552 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
1553
06d8ace5 15542011-01-25 Chong Yidong <cyd@stupidchicken.com>
e6cf7a82
CY
1555 Richard Kim <emacs18@gmail.com>
1556
1557 * loading.texi (Library Search): Document list-load-path-shadows
1558 (Bug#7757).
1559
06d8ace5 15602011-01-25 Chong Yidong <cyd@stupidchicken.com>
3f066f54
CY
1561
1562 * searching.texi (Regexp Special): Remove outdated discussion of
1563 character sets (Bug#7780).
1564
28a88153
CY
1565 * frames.texi (Pop-Up Menus): Document where menu title comes
1566 from (Bug#7684).
1567
06d8ace5 15682011-01-25 Glenn Morris <rgm@gnu.org>
4d265b4d
GM
1569
1570 * display.texi (Making Buttons): Mention limitation of text buttons.
1571
a8e1e9ee
WL
15722011-01-23 Werner Lemberg <wl@gnu.org>
1573
1574 * Makefile.in (MAKEINFO): Now controlled by `configure'.
1575 (MAKEINFO_OPTS): New variable. Use it where appropriate.
1576 (ENVADD): New variable to control texi2dvi and texi2pdf.
1577
362b9d48
GM
15782011-01-15 Chong Yidong <cyd@stupidchicken.com>
1579
1580 * files.texi (Directory Names): Move directory-abbrev-alist doc to
1581 Emacs manual.
1582
15832011-01-15 Eli Zaretskii <eliz@gnu.org>
1584
1585 * files.texi (Directory Names): Explain why FROM in
1586 directory-abbrev-alist should begin with \`. (Bug#7777)
1587
3fa173b4
SM
15882011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
1589
1590 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
1591
7c420169 15922011-01-02 Eli Zaretskii <eliz@gnu.org>
2e4ab211
EZ
1593
1594 * modes.texi (Emulating Mode Line): Fix last change.
1595
7c420169 15962011-01-02 Eli Zaretskii <eliz@gnu.org>
287e63bb
EZ
1597
1598 * modes.texi (Emulating Mode Line): Update documentation of
1599 format-mode-line according to changes that fixed bug #7587.
1600
80b33766
SM
16012010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
1602
1603 * modes.texi (Derived Modes): Mention prog-mode.
1604
1605 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
1606 of the key-binding-data cache since we don't use it any more.
1607
f49d1f52 16082010-12-13 Eli Zaretskii <eliz@gnu.org>
3c73e30e 1609
4bb49a92
EZ
1610 * processes.texi (Shell Arguments):
1611 * strings.texi (Creating Strings): Don't mention "shell commands";
1612 make it explicit that `split-string-and-unquote' and
1613 `combine-and-quote-strings' are mainly for working with arguments
1614 to call-process and start-process.
1615
3c73e30e
EZ
1616 * processes.texi (Shell Arguments): Fix documentation of
1617 `split-string-and-unquote'. Add indexing. (Bug#7563)
1618
f49d1f52 16192010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5dcb4c4e
SM
1620
1621 * modes.texi (Auto-Indentation): New section to document SMIE.
1622 (Major Mode Conventions):
1623 * text.texi (Mode-Specific Indent): Refer to it.
1624
f49d1f52 16252010-12-13 Eli Zaretskii <eliz@gnu.org>
bdef6a77
EZ
1626
1627 * display.texi (Other Display Specs): Document left-fringe and
1628 right-fringe display specs.
1629
f49d1f52 16302010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
769741e3
SM
1631
1632 * backups.texi (Making Backups):
1633 * modes.texi (Example Major Modes): Use recommended coding style.
1634 (Major Mode Basics, Derived Modes): Encourge more strongly use of
1635 define-derived-mode. Mention completion-at-point-functions.
1636
f49d1f52 16372010-12-13 Chong Yidong <cyd@stupidchicken.com>
3e99b825 1638
5dcb4c4e
SM
1639 * nonascii.texi (Converting Representations):
1640 Document byte-to-string.
e1115396 1641
ec1b9b17
GM
16422010-12-08 Glenn Morris <rgm@gnu.org>
1643
1644 * buffers.texi (Modification Time):
1645 verify-visited-file-modtime now defaults to the current buffer.
1646
07976ae3 16472010-11-27 Chong Yidong <cyd@stupidchicken.com>
3e99b825 1648
ec1b9b17 1649 * nonascii.texi (Converting Representations): Document byte-to-string.
3e99b825
CY
1650
1651 * strings.texi (Creating Strings): Don't mention semi-obsolete
1652 function char-to-string.
1653 (String Conversion): Shorten discussion of semi-obsolete function
1654 string-to-char. Link to Converting Representations.
1655
1656 * objects.texi (Symbol Type):
1657 * text.texi (Near Point):
1658 * help.texi (Help Functions):
1659 * functions.texi (Mapping Functions): Use string instead of
1660 char-to-string in examples.
1661
07976ae3 16622010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295
CY
1663
1664 * text.texi (Kill Functions, Kill Functions)
1665 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
1666 YANK-HANDLER args.
1667
1668 * symbols.texi (Creating Symbols): Using unintern without an
1669 obarray arg is now obsolete.
1670
1671 * numbers.texi (Float Basics): Document float-e and float-pi.
1672
1673 * variables.texi (Defining Variables): Change "pi" example to
1674 "float-pi".
1675
8547874a
EZ
16762010-11-26 Eli Zaretskii <eliz@gnu.org>
1677
1678 * commands.texi (Click Events): Document the values of X, Y and
1679 COL, ROW in the event's position, when the click is on the header
1680 or mode line, on the fringes, or in the margins.
1681
4a47c275 16822010-11-17 Eli Zaretskii <eliz@gnu.org>
c7926fe2 1683
5b05d75b
EZ
1684 * customize.texi (Composite Types): Lower-case index entry.
1685
5dcb4c4e
SM
1686 * loading.texi (How Programs Do Loading):
1687 Document load-file-name. (Bug#7346)
c7926fe2 1688
4a47c275 16892010-11-17 Glenn Morris <rgm@gnu.org>
cde08ac9
GM
1690
1691 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
1692
0eb025fb
EZ
16932010-11-13 Eli Zaretskii <eliz@gnu.org>
1694
1695 * display.texi (Usual Display): Characters with no fonts are not
1696 necessarily displayed as empty boxes.
1697
2699a554 16982010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
1699
1700 * maps.texi (Standard Keymaps): Update File menu description.
1701
8289f37b
GM
17022010-10-28 Glenn Morris <rgm@gnu.org>
1703
1704 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
1705
5793a7bc 17062010-10-24 Eli Zaretskii <eliz@gnu.org>
89baa1df
EZ
1707
1708 * display.texi (Window Systems): Deprecate use of window-system as
1709 a predicate.
1710
17284e30
GM
17112010-10-23 Glenn Morris <rgm@gnu.org>
1712
1713 * help.texi (Documentation Basics): Remove mentions of digest-doc and
1714 sorted-doc.
1715
00f113eb
JB
17162010-10-15 Eli Zaretskii <eliz@gnu.org>
1717
1718 * os.texi (Dynamic Libraries): New node, with slightly modified
1719 text deleted from "Image Formats".
1720 (System Interface): Add @menu entry for "Dynamic Libraries".
1721
1722 * display.texi (Image Formats): Remove description of
1723 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
1724
07277eb8
GM
17252010-10-12 Glenn Morris <rgm@gnu.org>
1726
1727 * book-spine.texinfo: Rename to book-spine.texi.
1728
c12e4a81
GM
17292010-10-11 Glenn Morris <rgm@gnu.org>
1730
df187c62
GM
1731 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
1732
c12e4a81 1733 * Makefile.in (DVIPS): New variable.
234db610
GM
1734 (.PHONY): Add html, ps.
1735 (html, elisp.html, ps, elisp.ps): New targets.
1736 (clean): Delete html, ps files.
1737 ($(infodir)/elisp): Remove unnecessary includes.
c12e4a81 1738
6513b232
EZ
17392010-10-09 Eli Zaretskii <eliz@gnu.org>
1740
1741 * makefile.w32-in (emacsdir): New variable.
1742 (srcs): Add emacsver.texi.
1743 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
1744
abd40fb4
GM
17452010-10-09 Glenn Morris <rgm@gnu.org>
1746
c1dc72b3
GM
1747 * Makefile.in (VPATH): Remove.
1748 (infodir): Make it absolute.
1749 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
1750
4393405b
GM
1751 * Makefile.in (dist): Anchor regexps.
1752
eef3ab94
GM
1753 * Makefile.in (srcs): Put elisp.texi first.
1754 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
1755
aa9db089
GM
1756 * Makefile.in (infoclean): Remove harmless, long-standing error.
1757
abd40fb4
GM
1758 * Makefile.in ($(infodir)): Delete rule.
1759 (mkinfodir): New.
1760 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
1761
68db69ed 1762 * Makefile.in (dist): Remove reference to emacsver.texi.in.
208deadc 1763 Also copy emacsver.texi, and edit $emacsdir.
68db69ed 1764
ea274122
GM
17652010-10-09 Glenn Morris <rgm@gnu.org>
1766
f7a31f11
GM
1767 * Makefile.in (emacsdir): New variable.
1768 (MAKEINFO): Add -I $emacsdir.
1769 (dist): Copy emacsver.texi.
b13254e7
GM
1770 (srcs): Add emacsver.texi.
1771
f7a31f11
GM
1772 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
1773 Set EMACSVER by including emacsver.texi.
1774
ea274122
GM
1775 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
1776
17ca7950
GM
17772010-10-07 Glenn Morris <rgm@gnu.org>
1778
1779 * Makefile.in (version): New, set by configure.
1780 (clean): Delete dist tar file.
1781 (dist): Use version in tar name.
1782
4c83f6e1
GM
17832010-10-06 Glenn Morris <rgm@gnu.org>
1784
1785 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
1786 (INSTALL_INFO): Remove unused variable.
1787 (mostlyclean, infoclean, dist): New rules.
1788 (clean): Delete dvi and pdf files.
1789 (maintainer-clean): Remove elisp.oaux, use infoclean.
8a944cea 1790 ($(infodir)): Add parallel build workaround.
4c83f6e1 1791
0264072d
GM
17922010-10-04 Glenn Morris <rgm@gnu.org>
1793
1794 * Makefile.in (dvi, pdf, $(infodir)): New targets.
1795 ($(infodir)/elisp): Ensure target directory exists. Use $@.
8cce34d0 1796 Fix -I typo.
0264072d
GM
1797 (clean): No 'make.out' or 'core' files.
1798 (.PHONY): Declare clean rules.
1799 (maintainer-clean): Delete pdf file. Guard against cd failures.
1800
77f38949
GM
18012010-10-03 Glenn Morris <rgm@gnu.org>
1802
1803 * files.texi (File Name Components): Remove ignored section about
1804 deleted variable directory-sep-char.
1805
178fdd41
MA
18062010-10-03 Michael Albinus <michael.albinus@gmx.de>
1807
1808 * files.texi (Magic File Names): New defopt
1809 remote-file-name-inhibit-cache.
1810
9c524fcb
GM
18112010-10-02 Glenn Morris <rgm@gnu.org>
1812
1813 * os.texi (Killing Emacs): Hook now runs in batch mode.
1814
f816790b
SM
18152010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1816
1817 * text.texi (Special Properties): Clarify when modification-hooks run.
1818
7cf78aac
SM
18192010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1820
1821 * syntax.texi (Syntax Flags): Document new `c' flag.
1822
ca0d44e4
GM
18232010-09-09 Glenn Morris <rgm@gnu.org>
1824
1825 * display.texi (ImageMagick Images): General cleanup.
1826
10999305 18272010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
1828
1829 * files.texi (Directory Names): Use \` rather than ^.
1830
45240125
JD
18312010-09-02 Jan Djärv <jan.h.d@swipnet.se>
1832
1833 * text.texi (Low-Level Kill Ring):
1834 * frames.texi (Window System Selections): Remove cut buffer
1835 documentation.
1836
4abe5bf6
EZ
18372010-08-28 Eli Zaretskii <eliz@gnu.org>
1838
1839 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
1840 Parameters", where the default fringe width is described.
1841
1842 * frames.texi (Window Frame Parameters, Basic Parameters)
1843 (Position Parameters, Layout Parameters, Management Parameters)
1844 (Cursor Parameters, Font and Color Parameters): Add indexing for
1845 frame parameters. (Bug#6929)
1846
fdc76236
TT
18472010-08-25 Tom Tromey <tromey@redhat.com>
1848
1849 * vol2.texi (Top): Update.
1850 * vol1.texi (Top): Update.
1851 * tips.texi (Library Headers): Mention Package-Version and
1852 Package-Requires.
1853 * package.texi: New file.
1854 * os.texi (System Interface): Update pointers.
1855 * elisp.texi (Top): Link to new nodes. Include package.texi.
1856 * anti.texi (Antinews): Update pointers.
1857
1e5c1c80
EZ
18582010-08-25 Eli Zaretskii <eliz@gnu.org>
1859
1860 * processes.texi (Filter Functions): Fix last change.
1861
78e33835
CY
18622010-08-24 Markus Triska <triska@gmx.at>
1863
1864 * processes.texi (Filter Functions): Use `buffer-live-p' instead
1865 of `buffer-name' in the main text as well as in the example
1866 (Bug#3098).
1867
198a7a97
CY
18682010-08-22 Chong Yidong <cyd@stupidchicken.com>
1869
1870 * nonascii.texi (Text Representations):
1871 * loading.texi (Loading Non-ASCII):
1872 * compile.texi (Byte Compilation): Don't mention obsolete
1873 --unibyte command-line argument.
1874
bc7d7ea6
CY
18752010-08-22 Chong Yidong <cyd@stupidchicken.com>
1876
1877 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
1878
b0126eac 18792010-08-22 Chong Yidong <cyd@stupidchicken.com>
96b1842d
CY
1880
1881 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
1882
e8a6cc19
EZ
18832010-08-20 Eli Zaretskii <eliz@gnu.org>
1884
1885 * commands.texi (Misc Events): Add cross-references to where
1886 POSITION of a mouse event is described in detail.
1887
c4e7c63a 18882010-08-08 Christoph Scholtes <cschol2112@googlemail.com>
ee301a7a 1889
c4e7c63a 1890 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
ee301a7a 1891
7815fe19 18922010-08-08 Juanma Barranquero <lekktu@gmail.com>
e8bf5266
JB
1893
1894 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
1895 Suggested by Štěpán Němec <stepnem@gmail.com>.
1896
7815fe19 18972010-08-08 Juanma Barranquero <lekktu@gmail.com>
b4f588fa
JB
1898
1899 * minibuf.texi (High-Level Completion): Document args of
1900 `read-buffer-function' (bug#5625).
1901
8b2dd508
JD
19022010-07-29 Jan Djärv <jan.h.d@swipnet.se>
1903
1904 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
1905
bace45fe
MA
19062010-07-29 Michael Albinus <michael.albinus@gmx.de>
1907
1908 * processes.texi (Process Information): Explain process property
1909 `remote-tty'.
1910
4ce5a4cc
JB
19112010-07-27 Juanma Barranquero <lekktu@gmail.com>
1912
1913 * modes.texi (Defining Minor Modes): Use C-delete in examples,
1914 instead of "\C-\^?" (bug#6334).
1915
1c84bc7a
JB
1916 * text.texi (Special Properties): Fix typo.
1917
b88746ba
EZ
19182010-07-09 Eli Zaretskii <eliz@gnu.org>
1919
1920 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
1921 calling sequences, which are now the standard.
1922
51422d6d
CY
19232010-06-24 Chong Yidong <cyd@stupidchicken.com>
1924
1925 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
1926
1927 * commands.texi (Command Overview): Mention undo-boundary call.
1928
d24880de
GM
19292010-06-23 Glenn Morris <rgm@gnu.org>
1930
1931 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
1932 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
1933 * frames.texi, functions.texi, internals.texi, keymaps.texi:
1934 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
1935 * searching.texi, sequences.texi, strings.texi, syntax.texi:
1936 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
1937 Untabify Texinfo files.
1938
0fc76035
CY
19392010-06-20 Chong Yidong <cyd@stupidchicken.com>
1940
1941 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
1942
5338dc0b
CY
19432010-06-19 Chong Yidong <cyd@stupidchicken.com>
1944
a628ad9d 1945 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
5338dc0b 1946
2c3a3c1d
CY
19472010-06-02 Chong Yidong <cyd@stupidchicken.com>
1948
ba3bf1d9
CY
1949 * searching.texi (Regexp Special): Remove obsolete information
1950 about matching non-ASCII characters, and suggest using char
1951 classes (Bug#6283).
2c3a3c1d 1952
7f4b4249
JB
19532010-05-30 Juanma Barranquero <lekktu@gmail.com>
1954
1955 * minibuf.texi (Basic Completion): Add missing "@end defun".
1956
637821cd
SM
19572010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1958
1959 * minibuf.texi (Basic Completion): Document completion-boundaries.
1960 (Programmed Completion): Document the new fourth method for boundaries.
1961
e13051c3
CY
19622010-05-22 Chong Yidong <cyd@stupidchicken.com>
1963
a628ad9d 1964 * display.texi (Image Cache): Update documentation about image caching.
e13051c3 1965
0235128c 19662010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
1967
1968 * windows.texi (Textual Scrolling):
1969 * tips.texi (Coding Conventions):
1970 * minibuf.texi (Minibuffer History):
1971 * maps.texi (Standard Keymaps):
1972 * loading.texi (Where Defined):
1973 * edebug.texi (Instrumenting): Fix typos.
1974
0235128c 19752010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549 1976
c7c32279
CY
1977 * keymaps.texi (Menu Bar): Document :advertised-binding property.
1978
0235128c
SM
1979 * functions.texi (Obsolete Functions):
1980 Document set-advertised-calling-convention.
eb5ed549
CY
1981
1982 * minibuf.texi (Basic Completion): Document completion-in-region.
1983 (Programmed Completion): Document completion-annotate-function.
1984
1985 * commands.texi (Reading One Event): Document read-key.
1986 (Distinguish Interactive): Document KIND arg to
1987 called-interactively-p. Delete obsolete interactive-p.
1988
1989 * elisp.texi (Top): Update node description.
1990
f8848423
EZ
19912010-05-08 Eli Zaretskii <eliz@gnu.org>
1992
0235128c
SM
1993 * nonascii.texi (Character Properties):
1994 Document unicode-category-table. Add an index entry for Unicode
1995 general category.
1996
19972010-05-07 Chong Yidong <cyd@stupidchicken.com>
1998
1999 * Version 23.2 released.
f8848423 2000
938efb77
JB
20012010-04-20 Juanma Barranquero <lekktu@gmail.com>
2002
2003 * locals.texi (Standard Buffer-Local Variables):
2004 Remove @ignore'd reference to `direction-reversed'.
2005
5854c267
JL
20062010-04-14 Juri Linkov <juri@jurta.org>
2007
2008 Fix @deffn without category.
2009
2010 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
2011 for `abbrev-insert'.
2012
2013 * buffers.texi (Indirect Buffers): Add category `Command'
2014 to @deffn of `clone-indirect-buffer'.
2015
2016 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
2017 for `next-window' and `previous-window'. Add category `Command'
2018 to @deffn of `pop-to-buffer'.
2019
8a14dec7
CY
20202010-04-01 Chong Yidong <cyd@stupidchicken.com>
2021
2022 * nonascii.texi (Text Representations): Don't mark
2023 enable-multibyte-characters as a user option.
2024
7a1831cf
EZ
20252010-03-31 Eli Zaretskii <eliz@gnu.org>
2026
2027 * control.texi (Handling Errors): How to re-throw a signal caught
2028 by condition-case.
2029
c3863713
CY
20302010-03-26 Chong Yidong <cyd@stupidchicken.com>
2031
2032 * loading.texi (Hooks for Loading): Document after-load-functions.
2033 Copyedits.
2034
c333f279
AM
20352010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
2036
2037 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
2038
e867cb5d 20392010-03-24 Chong Yidong <cyd@stupidchicken.com>
f7704e26
CY
2040
2041 * processes.texi (Network Processes): Document seqpacket type.
2042
605f35cd
DN
20432010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
2044
2045 * os.texi (System Environment): Do not mention lynxos.
2046
288f9fc0
CY
20472010-03-10 Chong Yidong <cyd@stupidchicken.com>
2048
2049 * Branch for 23.2.
2050
eed5c93a
CY
20512010-03-06 Chong Yidong <cyd@stupidchicken.com>
2052
2053 * objects.texi (Integer Type): Take note of the read syntax
2054 exception for numbers that cannot fit in the integer type.
2055
1ddd6622
GM
20562010-03-03 Glenn Morris <rgm@gnu.org>
2057
2058 * numbers.texi (Integer Basics, Bitwise Operations):
2059 * objects.texi (Integer Type): Update for integers now being 30-bit.
2060
a908c79a
CY
20612010-02-27 Chong Yidong <cyd@stupidchicken.com>
2062
2063 * display.texi (Low-Level Font): Document :otf font-spec property.
2064
cd61af01
SM
20652010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2066
2067 * display.texi (Line Height): Avoid obsolete special default variables
2068 like default-major-mode.
2069
c02f8fe2
AM
20702010-01-28 Alan Mackenzie <acm@muc.de>
2071
2072 * display.texi (Auto Faces): Say fontification-functions is called
2073 whether or not Font Lock is enabled. Tidy up the wording a bit.
2074
d738d18b
CY
20752010-01-17 Chong Yidong <cyd@stupidchicken.com>
2076
2077 * elisp.texi: Remove duplicate edition information (Bug#5407).
2078
4963739e
JB
20792010-01-17 Juanma Barranquero <lekktu@gmail.com>
2080
2081 * two.el (volume-header-toc-markup): Fix typos in docstring.
2082
c57008f6
SM
20832010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
2084
2085 Avoid dubious uses of save-excursions.
2086 * positions.texi (Excursions): Recommend the use of
2087 save-current-buffer if applicable.
2088 * text.texi (Clickable Text): Fix the example code which used
2089 save-excursion in a naive way which sometimes preserves point and
2090 sometimes not.
2091 * variables.texi (Creating Buffer-Local):
2092 * os.texi (Session Management):
2093 * display.texi (GIF Images):
2094 * control.texi (Cleanups): Use (save|with)-current-buffer.
2095
2f3725cd
EZ
20962010-01-02 Eli Zaretskii <eliz@gnu.org>
2097
2098 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
2099
85eeac93
CY
21002010-01-02 Chong Yidong <cyd@stupidchicken.com>
2101
2102 * nonascii.texi (Text Representations, Character Codes)
2103 (Converting Representations, Explicit Encoding)
2104 (Translation of Characters): Use hex notation consistently.
2105 (Character Sets): Fix map-charset-chars doc (Bug#5197).
2106
4801c5fa
CY
21072010-01-01 Chong Yidong <cyd@stupidchicken.com>
2108
2109 * loading.texi (Where Defined): Make it clearer that these are
2110 loaded files (Bug#5068).
2111
26e533e2
CY
21122009-12-29 Chong Yidong <cyd@stupidchicken.com>
2113
2114 * minibuf.texi (Completion Styles): Document `initials' style.
2115
16d1ff5f
CY
21162009-12-25 Chong Yidong <cyd@stupidchicken.com>
2117
2118 * frames.texi (Resources): Describe inhibit-x-resources.
2119 (Size Parameters): Copyedit.
2120
2121 * hash.texi (Creating Hash):
2122 * objects.texi (Hash Table Type): Document the new hash table
2123 printed representation.
2124
2125 * minibuf.texi (Basic Completion): 4th arg to all-completions is
2126 obsolete.
2127
5dcb4c4e
SM
2128 * processes.texi (Process Buffers):
2129 Document process-kill-buffer-query-function.
16d1ff5f 2130
9a5de3d9
GM
21312009-12-05 Glenn Morris <rgm@gnu.org>
2132
2133 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
2134 diary-display-function, and no longer recommended to be a hook.
2135 Update for changes in the names of calendar and diary hooks.
2136 diary-print-entries-hook has changed section.
2137
b640eb52
EZ
21382009-11-28 Eli Zaretskii <eliz@gnu.org>
2139
2140 * text.texi (Special Properties): More accurate description of
2141 what the `cursor' property does.
2142
be1674ab
KR
21432009-11-26 Kevin Ryde <user42@zip.com.au>
2144
2145 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
2146 mouse-wheel-down-event, the closest thing to a definition for them.
2147 * os.texi (Startup Summary): vindex inhibit-startup-message and
2148 inhibit-splash-screen.
2149 (Command-Line Arguments): vindex argv.
2150 (Suspending Emacs): vindex suspend-tty-functions and
2151 resume-tty-functions. Don't want to index every hook, but having
2152 the programming ones is helpful.
2153
603f5979
CY
21542009-11-14 Chong Yidong <cyd@stupidchicken.com>
2155
2156 * commands.texi (Motion Events): Fix typo (Bug#4907).
2157
4359a806
CY
21582009-11-08 Chong Yidong <cyd@stupidchicken.com>
2159
2160 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
2161 are affected by case-fold-search (Bug#4483).
2162
0f063651
CY
21632009-11-02 Chong Yidong <cyd@stupidchicken.com>
2164
2165 * minibuf.texi (Reading File Names): Note that read-file-name may
2166 use a graphical file dialog.
2167
9bd79893
GM
21682009-10-31 Glenn Morris <rgm@gnu.org>
2169
2170 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
2171
ebe479ec
KR
21722009-10-16 Kevin Ryde <user42@zip.com.au>
2173
2174 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
2175 in particular so `info-lookup-symbol' can find its docs.
2176
2640fa86
CY
21772009-10-16 Chong Yidong <cyd@stupidchicken.com>
2178
2179 * variables.texi (Constant Variables): Distinguish from defconst
2180 variables.
2181 (Defining Variables): Add cindex.
2182
edd6a733
CY
21832009-10-15 Chong Yidong <cyd@stupidchicken.com>
2184
2185 * os.texi (Time of Day): Clarify that the microsecond part is
2186 ignored (Bug#4637).
2187
5feb0b73
GM
21882009-10-11 Glenn Morris <rgm@gnu.org>
2189
2190 * frames.texi (Size and Position): Clarify what is included in the frame
2191 height. (Bug#4535)
2192
0c5413c8
GM
21932009-10-10 Glenn Morris <rgm@gnu.org>
2194
2195 * windows.texi (Size of Window): The relationship between window and
2196 frame heights is not so simple. (Bug#4535)
2197 Mention window-full-height-p.
2198
7f8b600a
SM
21992009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
2200
2201 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
2202 used from Lisp.
2203
6185de1c
EZ
22042009-10-07 Eli Zaretskii <eliz@gnu.org>
2205
7f8b600a
SM
2206 * files.texi (Directory Names) <abbreviate-file-name>:
2207 Document that root home directories are not replaced with "~".
6185de1c 2208
9972911f
EZ
22092009-10-06 Eli Zaretskii <eliz@gnu.org>
2210
2211 * text.texi (Special Properties): Document the meaning of the
2212 `cursor' text property whose value is an integer.
2213
2a3f19ef
MA
22142009-10-05 Michael Albinus <michael.albinus@gmx.de>
2215
2216 * files.texi (Magic File Names): Add `copy-directory'.
2217
804543b5
EZ
22182009-10-05 Eli Zaretskii <eliz@gnu.org>
2219
2220 * files.texi (File Attributes): Fix description of file
2221 attributes. (Bug#4638) Update attributes of files.texi example to
2222 be more representative.
2223
461bf92b
MA
22242009-10-05 Michael Albinus <michael.albinus@gmx.de>
2225
2226 * files.texi (Create/Delete Dirs): New command copy-directory.
2227
a86cd395
JB
22282009-10-04 Juanma Barranquero <lekktu@gmail.com>
2229
2230 * anti.texi (Antinews):
2231 * macros.texi (Indenting Macros):
2232 * strings.texi (Creating Strings, Case Conversion):
2233 Remove duplicate words.
2234
d3080264
MA
22352009-10-01 Michael Albinus <michael.albinus@gmx.de>
2236
2237 * files.texi (Create/Delete Dirs): delete-directory has an
2238 optional parameter RECURSIVE.
2239
85d14563
SM
22402009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
2241
2242 * buffers.texi (Swapping Text): Minor clarification.
2243
3d9842c6
GM
22442009-10-01 Glenn Morris <rgm@gnu.org>
2245
2246 * functions.texi (Declaring Functions): Mention that we also search for
2247 ".m" files in the src/ directory.
2248
78427304
CY
22492009-09-25 David Engster <deng@randomsample.de>
2250
3d9842c6 2251 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
78427304 2252
b578c9cc
GM
22532009-09-22 Glenn Morris <rgm@gnu.org>
2254
2255 * internals.texi (Building Emacs): Mention preloaded-file-list.
2256
beee5da7
AM
22572009-09-14 Alan Mackenzie <acm@muc.de>
2258
2259 * os.texi (Terminal Output): Put "@code{}" around "stdout".
2260
5d6ab672
CY
22612009-09-13 Chong Yidong <cyd@stupidchicken.com>
2262
2263 * functions.texi (Anonymous Functions): Rearrange discussion,
2264 giving usage of unquoted lambda forms first. Mention that
2265 `function' and `#'' are no longer required (Bug#4290).
2266
59375eeb
AM
22672009-09-11 Alan Mackenzie <acm@muc.de>
2268
a86cd395 2269 * os.texi (Terminal Output): Document `send-string-to-terminal' in
59375eeb
AM
2270 batch mode.
2271
e7e2f529
GM
22722009-09-01 Glenn Morris <rgm@gnu.org>
2273
2274 * display.texi (Face Functions): Mention define-obsolete-face-alias.
2275
eae47088
GM
22762009-08-26 Ulrich Mueller <ulm@gentoo.org>
2277
2278 * nonascii.texi (Character Codes): Fix typos.
2279
3691a0a6
MA
22802009-08-25 Michael Albinus <michael.albinus@gmx.de>
2281
2282 * processes.texi (Synchronous Processes): New defvar
2283 process-file-side-effects.
2284
664d56b8
GM
22852009-08-25 Glenn Morris <rgm@gnu.org>
2286
2287 * display.texi (Fontsets): Fix typo.
2288
0706c025
GM
2289 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
2290
03a74b84
SM
22912009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
2292
2293 * processes.texi (Asynchronous Processes): Adjust arglist of
2294 start-process-shell-command and start-file-process-shell-command.
2295
f6de8a37
CY
22962009-08-15 Chong Yidong <cyd@stupidchicken.com>
2297
4b1ed1bb
CY
2298 * advice.texi (Argument Access in Advice): Note that argument
2299 positions are zero-based (Bug#3932).
2300
89a9e058
CY
2301 * commands.texi (Distinguish Interactive): Minor copyedit.
2302
23696fd7
CY
2303 * display.texi (Face Attributes): Add xref to Displaying Faces for
2304 explanation of "underlying face".
2305
f6de8a37
CY
2306 * customize.texi (Common Keywords): Add xref to Loading.
2307
2308 * loading.texi (How Programs Do Loading): Add xref to Lisp
2309 Libraries node in the Emacs manual.
2310
417f77e6
CY
23112009-08-13 Chong Yidong <cyd@stupidchicken.com>
2312
2313 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
2314
0999039c
CY
23152009-07-18 Chong Yidong <cyd@stupidchicken.com>
2316
2317 * processes.texi (Shell Arguments): Copyedits.
2318
9af167bc
GM
23192009-07-18 Glenn Morris <rgm@gnu.org>
2320
2321 * loading.texi (Repeated Loading): Fix typo.
2322
137987ab
RS
23232009-07-16 Richard Stallman <rms@gnu.org>
2324
2325 * buffers.texi (Swapping Text): Recommend setting
2326 write-region-annotate-functions and buffer-saved-size.
2327
2328 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
2329
622fa380
GM
23302009-07-15 Glenn Morris <rgm@gnu.org>
2331
2332 * edebug.texi: Minor re-phrasings throughout.
2333 (Edebug Execution Modes): Sit-for affects continue mode too.
2334 (Jumping): Use `forward-sexp' rather than its keybinding.
2335 (Edebug Misc): Fix Q binding.
2336 (Edebug Eval): Remove cl version.
2337 (Printing in Edebug): Clarify print-length etc.
2338 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
2339 (Specification List): Remove edebug-unwrap findex entry.
2340 (Specification Examples): defmacro is actually not the same as defun.
2341 Escape "`" in example.
2342
6bbd4600
CY
23432009-07-15 Chong Yidong <cyd@stupidchicken.com>
2344
2345 * markers.texi (The Mark): Document optional arg to
2346 deactivate-mark.
2347
e538d479
GM
23482009-07-11 Kevin Ryde <user42@zip.com.au>
2349
2350 * hooks.texi (Standard Hooks): Fix cross-references.
2351
4c98b9ed
GM
2352 * loading.texi (Named Features): Refer to eval-after-load.
2353
5300838c
GM
23542009-07-11 Glenn Morris <rgm@gnu.org>
2355
64fbeb16
GM
2356 * Makefile.in (TEXI2PDF): New.
2357 (elisp.pdf): New target.
2358
4c98b9ed
GM
2359 * searching.texi (Regexp Backslash): Fix typo.
2360
2361 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5300838c 2362
51d9979c
GM
23632009-07-10 Glenn Morris <rgm@gnu.org>
2364
561c0216
GM
2365 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
2366
5b594a58
GM
2367 * customize.texi (Customization Types):
2368 * display.texi (Abstract Display):
0cc8c85a 2369 * objects.texi (Character Type, String Type):
5b594a58 2370 Merge in some menu descriptions from elisp.texi.
51d9979c 2371
c3cbbb40
GM
2372 * hash.texi (Hash Tables):
2373 * modes.texi (Multiline Font Lock):
2374 End menu description with period.
fe42c16a 2375
28528402
GM
23762009-07-09 Glenn Morris <rgm@gnu.org>
2377
2378 * back.texi: Don't hard-code texinfo location.
2379
2380 * two-volume.make (texinfodir): New, with location of texinfo.tex.
2381 (tex): Add texinfodir to TEXINPUTS.
2382 (elisp1med-init, elisp2med-init): Use texinfodir.
2383
2384 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
2385 (clean): Add two-volume.make intermediate files.
2386
2387 * elisp.texi, vol1.texi, vol2.texi:
2388 Use a DATE variable with the publication date, and update it.
2389 Fix antinews menu description.
2390
2391 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
2392 Update the detailed node listing to match elisp.texi.
2393
2394 * README: Update edition to match elisp.texi.
2395
2396 * objects.texi (General Escape Syntax):
2397 * nonascii.texi (Character Sets):
2398 Use consistent case for "Unicode Standard".
2399
2400 * anti.texi (Antinews):
2401 * customize.texi (Variable Definitions):
2402 * functions.texi (Declaring Functions):
2403 * nonascii.texi (Character Properties):
2404 * processes.texi (Serial Ports):
2405 * text.texi (Special Properties):
2406 * tips.texi (Coding Conventions):
2407 Minor rearrangements to improve TeX line-filling.
2408
2409 * commands.texi (Using Interactive): Fix cross-reference.
2410
17db8e10
JD
24112009-07-01 Jan Djärv <jan.h.d@swipnet.se>
2412
2413 * frames.texi (Management Parameters): Mention sticky.
2414
77c7e2e1
AS
24152009-07-01 Andreas Schwab <aschwab@redhat.com>
2416
2417 * help.texi (Help Functions): Fix description of help-buffer and
2418 help-setup-xref to use @defun instead of @deffn.
2419
3f1c6666
JD
24202009-07-01 Jan Djärv <jan.h.d@swipnet.se>
2421
2422 * frames.texi (Size Parameters): Mention maximized for fullscreen.
2423
ca27c21b
CY
24242009-06-24 Chong Yidong <cyd@stupidchicken.com>
2425
2426 * display.texi (Window Systems): Add ns to the list.
2427
70243478
CY
24282009-06-21 Chong Yidong <cyd@stupidchicken.com>
2429
2430 * Branch for 23.1.
2431
df006536
MR
24322009-06-17 Martin Rudalics <rudalics@gmx.at>
2433
2434 * windows.texi (Dedicated Windows): Fix typo.
2435 (Resizing Windows): Replace @defun by @deffn.
2436
d259fc4b
GM
24372009-06-17 Glenn Morris <rgm@gnu.org>
2438
2439 * variables.texi (Directory Local Variables):
2440 Update for 2009-04-11 name-change of dir-locals-directory-alist.
2441
30781db6
KH
24422009-06-09 Kenichi Handa <handa@m17n.org>
2443
2444 * nonascii.texi (Character Sets): State clearly that FROM and TO
2445 are codepoints of CHARSET.
2446
62e8099c
CY
24472009-06-07 Chong Yidong <cyd@stupidchicken.com>
2448
2449 * minibuf.texi (Reading File Names): Fix introductory text.
2450 Suggested by stan@derbycityprints.com.
2451 (High-Level Completion): Fix typo.
2452
ee1b1917
CY
24532009-05-28 Chong Yidong <cyd@stupidchicken.com>
2454
2455 * frames.texi (Text Terminal Colors): Multi-tty is already
2456 implemented, but tty-local colors are not.
2457
5df647e8
CY
24582009-05-27 Chong Yidong <cyd@stupidchicken.com>
2459
2460 * hooks.texi (Standard Hooks): Remove mention of obsolete
2461 redisplay-end-trigger-functions.
2462
2463 * internals.texi (Window Internals): Remove mention of obsolete
2464 redisplay-end-trigger-functions.
2465
01f17ae2
MR
24662009-05-21 Martin Rudalics <rudalics@gmx.at>
2467
2468 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
2469
2470 * backups.texi (Making Backups): backup-directory-alist and
2471 make-backup-file-name-function are options.
2472 (Auto-Saving): auto-save-list-file-prefix is an option.
2473
2474 * buffers.texi (Killing Buffers): buffer-offer-save is an
2475 option.
2476
2477 * display.texi (Refresh Screen): no-redraw-on-reenter is an
2478 option.
2479 (Echo Area Customization): echo-keystrokes is an option.
2480 (Selective Display): selective-display-ellipses is an option.
2481 (Temporary Displays): temp-buffer-show-function is an option.
2482 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
2483 are options.
2484 (Font Selection): face-font-family-alternatives,
2485 face-font-selection-order, face-font-registry-alternatives, and
2486 scalable-fonts-allowed are options.
2487 (Fringe Indicators): indicate-buffer-boundaries is an option.
2488 (Fringe Cursors): overflow-newline-into-fringe is an option.
2489 (Scroll Bars): scroll-bar-mode is an option.
2490
2491 * eval.texi (Eval): max-lisp-eval-depth is an option.
2492
2493 * files.texi (Visiting Functions): find-file-hook is an option.
2494 (Directory Names): directory-abbrev-alist is an option.
2495 (Unique File Names): temporary-file-directory and
2496 small-temporary-file-directory are options.
2497
2498 * frames.texi (Initial Parameters): initial-frame-alist,
2499 minibuffer-frame-alist and default-frame-alist are options.
2500 (Cursor Parameters): blink-cursor-alist and
2501 cursor-in-non-selected-windows ar options.
2502 (Window System Selections): selection-coding-system is an
2503 option.
2504 (Display Feature Testing): display-mm-dimensions-alist is an
2505 option.
2506
2507 * help.texi (Help Functions): help-char and help-event-list are
2508 options.
2509
2510 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
2511 an option.
2512
2513 * minibuf.texi (Minibuffer History): history-length and
2514 history-delete-duplicates are options.
2515 (High-Level Completion): read-buffer-function and
2516 read-buffer-completion-ignore-case are options.
2517 (Reading File Names): read-file-name-completion-ignore-case is
2518 an option.
2519
2520 * modes.texi (Mode Line Top): mode-line-format is an option.
2521 (Mode Line Variables): mode-line-position and mode-line-modes
2522 are options.
2523
2524 * nonascii.texi (Text Representations):
2525 enable-multibyte-characters is an option.
2526 (Default Coding Systems): auto-coding-regexp-alist,
2527 file-coding-system-alist, auto-coding-alist and
2528 auto-coding-functions are options.
2529 (Specifying Coding Systems): inhibit-eol-conversion is an
2530 option.
2531
2532 * os.texi (Init File): site-run-file is an option.
2533 (System Environment): mail-host-address is an option.
2534 (User Identification): user-mail-address is an option.
2535 (Terminal Output): baud-rate is an option.
2536
2537 * positions.texi (Word Motion): words-include-escapes is an
2538 option.
2539
2540 * searching.texi (Standard Regexps): page-delimiter,
2541 paragraph-separate, paragraph-separate and sentence-end are
2542 options.
2543
2544 * text.texi (Margins): left-margin and fill-nobreak-predicate
2545 are options.
2546
2547 * variables.texi (Local Variables): max-specpdl-size is an
2548 option.
2549
2550 * windows.texi (Choosing Window):
2551 split-window-preferred-function, special-display-function and
2552 display-buffer-function are options.
2553
106e6894
CY
25542009-05-20 Chong Yidong <cyd@stupidchicken.com>
2555
4a83454d
CY
2556 Fix errors spotted by Martin Rudalics.
2557
106e6894
CY
2558 * syntax.texi (Position Parse): Document rationale for ignored
2559 arguments to syntax-ppss-flush-cache.
2560
2561 * processes.texi (Input to Processes): Mark PROCESS arg to
2562 process-running-child-p as optional.
2563 (Network Options): Document NO-ERROR arg to
2564 set-network-process-option.
2565
2566 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
2567 command.
2568
2569 * searching.texi (POSIX Regexps): Mark posix-search-forward and
2570 posix-search-backward as commands.
2571
2572 * os.texi (Killing Emacs): Mark kill-emacs as a command.
2573 (Suspending Emacs): Mark suspend-emacs as a command.
2574 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
2575 commands.
5dcb4c4e
SM
2576 (Terminal Output): Remove obsolete function baud-rate.
2577 Document TERMINAL arg for send-string-to-terminal.
106e6894
CY
2578
2579 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
2580 terminal-coding-system and set-terminal-coding-system.
2581 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
2582 as optional.
2583 (Character Sets): Document RESTRICTION arg of char-charset.
2584 (Character Codes): Mark POS argument to get-byte as optional.
2585
2586 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
2587 minibuffer-message.
2588
2589 * files.texi (Create/Delete Dirs): Mark make-directory and
2590 delete-directory as commands.
2591
2592 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
2593
2594 * text.texi (Base 64): Mark base64-decode-string and
2595 base64-encode-string as commands.
2596 (Columns): Mark move-to-column as a command.
2597 (Mode-Specific Indent): Document RIGID arg to
2598 indent-for-tab-command.
2599 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
2600 Mark indent-code-rigidly as a command.
2601 (Substitution): Mark translate-region as a command.
2602
2603 * frames.texi (Size and Position): Remove obsolete functions
2604 screen-height and screen-width.
2605
04173931
CY
26062009-05-19 Chong Yidong <cyd@stupidchicken.com>
2607
2608 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
2609 (Displaying Buffers, Resizing Windows): Correct mistakes;
2610 next-window, previous-window, and pop-to-buffer are not commands,
2611 and fit-window-to-buffer" is a command. (Pointed out by Martin
2612 Rudalics.)
2613
eae7d8f8
RS
26142009-05-17 Richard M Stallman <rms@gnu.org>
2615
2616 * modes.texi (Precalculated Fontification): Clarify text.
2617
b8766179
MR
26182009-05-17 Martin Rudalics <rudalics@gmx.at>
2619
2620 * windows.texi (Selecting Windows): Clarify descriptions of
2621 with-selected-window and get-lru-window.
2622 (Cyclic Window Ordering): Refer to particular frame when talking
2623 about how splitting affects the ordering.
2624 (Displaying Buffers): Fix descriptions of switch-to-buffer and
2625 switch-to-buffer-other-window. Explain how setting of
2626 display-buffer-reuse-frames affects pop-to-buffer.
2627 (Choosing Window): Clarify some details in descriptions of
2628 display-buffer-reuse-frames, pop-up-frames, and
2629 pop-up-frame-function.
2630 (Dedicated Windows): Clarify some details.
2631 (Textual Scrolling): Replace term vscroll by term vertical
2632 scroll position.
2633 (Vertical Scrolling): Fix typo.
2634 (Window Hooks): Relate text on jit-lock-register to window
2635 scrolling and size changes.
2636
734b5e3b
CY
26372009-05-14 Chong Yidong <cyd@stupidchicken.com>
2638
0a65633e
CY
2639 * frames.texi (Initial Parameters): Clarify what the initial
2640 minibuffer frame is.
05be46d7
CY
2641 (Buffer Parameters): Note that the minibuffer parameter can not be
2642 altered.
0a65633e 2643
734b5e3b
CY
2644 * anti.texi (Antinews): Copyedits. Rearrange some entries.
2645 Document display-buffer changes.
2646
925672cd
CY
26472009-05-13 Chong Yidong <cyd@stupidchicken.com>
2648
17ecd7af
CY
2649 * anti.texi (Antinews): Rewrite for Emacs 22.
2650
925672cd
CY
2651 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
2652 obarrays are first mentioned. Define "system abbrev" more
2653 prominently, and add it to the index.
2654 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
2655 Copyedits.
2656 (Abbrev Expansion): Document abbrev-insert.
2657
80be4dd7
CY
26582009-05-12 Chong Yidong <cyd@stupidchicken.com>
2659
2660 * frames.texi (Font and Color Parameters): Rename from Color
2661 Parameters. Document font-backend parameter.
2662
2663 * vol2.texi (Top): Update node listing.
2664 * vol1.texi (Top): Update node listing.
2665 * elisp.texi (Top): Update node listing.
2666
372a93ac
MR
26672009-05-11 Martin Rudalics <rudalics@gmx.at>
2668
2669 * windows.texi (Choosing Window): Don't explicitly refer to
2670 split-window-sensibly's window argument in descriptions of
2671 split-height-threshold and split-width-threshold.
2672
714c3541
MR
26732009-05-10 Martin Rudalics <rudalics@gmx.at>
2674
2675 * windows.texi (Choosing Window): Fix rewrite of window
2676 splitting section.
2677
0e90e7be
EZ
26782009-05-09 Eli Zaretskii <eliz@gnu.org>
2679
f4e90db0
SM
2680 * nonascii.texi (Default Coding Systems):
2681 Document find-auto-coding, set-auto-coding, and auto-coding-alist.
5dcb4c4e 2682 Add indexing.
0e90e7be
EZ
2683 (Lisp and Coding Systems): Add index entries.
2684
d3c0c321
MR
26852009-05-09 Martin Rudalics <rudalics@gmx.at>
2686
2687 * windows.texi (Choosing Window): Describe split-window-sensibly
2688 and rewrite section on window splitting accordingly.
2689 (Textual Scrolling): Replace `...' by @code{...}.
2690
c773345a
CY
26912009-05-04 Chong Yidong <cyd@stupidchicken.com>
2692
ee2d5b5e
CY
2693 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
2694 Remove obsoleted pre-abbrev-expand-hook.
2695
2696 * locals.texi (Standard Buffer-Local Variables): Consolidate table
2697 entries.
2698
c773345a
CY
2699 * internals.texi (Object Internals): Don't assume 32-bit machines
2700 are the norm.
2701 (Buffer Internals): Consolidate table entries for readability.
ee2d5b5e
CY
2702 (Window Internals): Synch field names to window.h.
2703 (Process Internals): Synch field names to process.h.
c773345a 2704
dd449674
CY
27052009-04-29 Chong Yidong <cyd@stupidchicken.com>
2706
2707 * variables.texi (File Local Variables): Note that read-circle is
2708 bound to nil when reading file-local variables.
2709
2710 * streams.texi (Input Functions): Document read-circle.
2711 (Output Variables): Add xref to Circular Objects.
2712
4f1e25e2
CY
27132009-04-25 Chong Yidong <cyd@stupidchicken.com>
2714
2715 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
2716 Features and Coding System Basics. Node that "p" stands for
2717 "predicate". Recommend utf-8-emacs instead of emacs-mule.
2718 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
2719 mouse-appearance-menu.
2720 (Programming Tips): Add xref to Progress.
2721
dca019f8
CY
27222009-04-22 Chong Yidong <cyd@stupidchicken.com>
2723
5dcb4c4e
SM
2724 * os.texi (Command-Line Arguments):
2725 Document command-line-args-left.
dca019f8
CY
2726 (Suspending Emacs): Adapt text to multi-tty case. Document use of
2727 terminal objects for tty arguments.
2728 (Startup Summary): Add xref to Session Management.
2729 (Session Management): Mention emacs-session-restore. Copyedits.
2730
02a89103
CY
27312009-04-20 Chong Yidong <cyd@stupidchicken.com>
2732
2733 * os.texi (Startup Summary): Copyedits. The init file is not
2734 necessarily named .emacs now. Document initial-buffer-choice and
2735 initial-scratch-message. Note where Emacs exits in batch mode.
2736 Document inhibit-splash-screen as an alias.
2737 (Init File): Be neutral about which init file name to use.
2738
27392009-04-16 Chong Yidong <cyd@stupidchicken.com>
2740
2741 * os.texi (System Interface): Fix Texinfo usage.
2742
0c1cfe01
CY
27432009-04-15 Chong Yidong <cyd@stupidchicken.com>
2744
80d7cdca
CY
2745 * searching.texi (Regexp Backslash): Also refer to shy groups as
2746 non-capturing or unnumbered groups.
2747 (Regexp Functions): Add cross-reference to Regexp Backslash.
2748
0c1cfe01
CY
2749 * display.texi (Truncation): Overlays can use line-prefix and
2750 wrap-prefix too.
2751 (Overlay Properties): Document wrap-prefix and line-prefix.
2752 (Face Attributes): Document underline-minimum-offset.
2753 (Face Remapping): Copyedits.
2754 (Low-Level Font): Copyedits.
2755 (Image Cache): Note that the image cache is shared between frames.
ed8ab760
CY
2756 (Line Height): Emphasize that line-spacing only takes effect on
2757 graphical terminals.
0c1cfe01 2758
c4adeee0
CY
27592009-04-13 Chong Yidong <cyd@stupidchicken.com>
2760
2761 * display.texi (Refresh Screen): Note that a passage about screen
2762 refreshing is text terminal only.
2763 (Forcing Redisplay): Delete misleading comment---sit-for calls
2764 redisplay, not the other way around.
2765 (Truncation): Note new values of truncate-partial-width-windows.
2766 Copyedits.
2767 (Invisible Text): Document invisible-p.
2768
b20ecfa1
EZ
27692009-04-11 Eli Zaretskii <eliz@gnu.org>
2770
2771 * display.texi (Overlays): Overlays don't scale well. See
2772 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
2773
97d8273f
CY
27742009-04-10 Chong Yidong <cyd@stupidchicken.com>
2775
f147ff75
CY
2776 * syntax.texi (Syntax Table Functions): Document cons cell
2777 argument for modify-syntax-entry.
2778 (Categories): Document cons cell argument for
2779 modify-category-entry.
2780
fca4ec76
CY
2781 * searching.texi (String Search): Document word-search-forward-lax
2782 and word-search-backward-lax.
2783 (Searching and Case): Describe isearch behavior more precisely.
2784
9c283d5b
CY
2785 * keymaps.texi (Tool Bar): Mention that some platforms do not
2786 support multi-line toolbars. Suggested by Stephen Eglen.
2787
2788 * frames.texi (Layout Parameters): Mention that Nextstep also
2789 allows only one tool-bar line. Suggested by Stephen Eglen.
2790
97d8273f
CY
2791 * nonascii.texi (Text Representations): Copyedits.
2792 (Coding System Basics): Also mention utf-8-emacs.
2793 (Converting Representations, Selecting a Representation)
2794 (Scanning Charsets, Translation of Characters, Encoding and I/O):
2795 Copyedits.
2796 (Character Codes): Mention role of codepoints 1114112 to 4194175.
2797
2bad3299
CY
27982009-04-09 Chong Yidong <cyd@stupidchicken.com>
2799
2800 * text.texi (Yank Commands): Note that yank uses push-mark.
5dcb4c4e
SM
2801 (Filling): Clarify REGION argument of fill-paragraph.
2802 Document fill-forward-paragraph-function.
2bad3299
CY
2803 (Special Properties): Remove "new in Emacs 22" declaration.
2804 (Clickable Text): Merge with Links and Mouse-1 node.
2805
5dcb4c4e
SM
2806 * display.texi (Button Properties, Button Buffer Commands):
2807 Change xref to Clickable Text.
2bad3299
CY
2808
2809 * tips.texi (Key Binding Conventions): Change xref to Clickable
2810 Text.
2811
2812 * elisp.texi (Top): Update node listing.
2813
ea30ce4f
CY
28142009-04-05 Chong Yidong <cyd@stupidchicken.com>
2815
47af2f4b
CY
2816 * markers.texi (The Mark): Copyedits. Improve description of
2817 handle-shift-selection.
2818 (The Region): Move use-region-p here from The Mark.
2819
ea30ce4f
CY
2820 * positions.texi (Screen Lines): Document (cols . lines) argument
2821 for vertical-motion.
2822
2aa8ea6e
CY
28232009-04-04 Chong Yidong <cyd@stupidchicken.com>
2824
3ec61d4e
CY
2825 * frames.texi (Frames): Clean up introduction. Document `ns'
2826 return value for framep.
2827 (Creating Frames): Note how the terminal is chosen.
2828 (Multiple Terminals, Multiple Displays): Merge into a single node.
2829 (Color Parameters): Fix typo.
2830
2831 * variables.texi (Local Variables, Buffer-Local Variables)
2832 (Creating Buffer-Local): Change link to Multiple Terminals.
2833
2834 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
2835
2836 * keymaps.texi (Controlling Active Maps): Change link to Multiple
2837 Terminals.
2838
2839 * commands.texi (Command Loop Info, Keyboard Macros): Change link
2840 to Multiple Terminals.
2841
2842 * elisp.texi (Top): Update node listing.
2843 * vol2.texi (Top): Update node listing.
2844 * vol1.texi (Top): Update node listing.
2845
9257072f
CY
2846 * buffers.texi (Current Buffer): Note that the append-to-buffer
2847 example is no longer in synch with the latest code. Tie the two
2848 examples together.
2849
2aa8ea6e
CY
2850 * files.texi (File Attributes): Move note about MS-DOS from
2851 Changing Files to File Attributes.
2852 (Create/Delete Dirs): Note that mkdir is an alias for this.
2853
22e74b17
CY
28542009-04-01 Markus Triska <triska@gmx.at>
2855
2856 * processes.texi (Filter Functions): Suggest how to handle output
2857 batches.
2858
4bbe48ec
CY
28592009-03-30 Chong Yidong <cyd@stupidchicken.com>
2860
2861 * help.texi (Accessing Documentation): Update example to use
2862 help-setup-xref and with-help-window.
2863 (Help Functions): Remove print-help-return-message, which is
2864 semi-obsolete due to with-help-window. Document help-buffer and
2865 help-setup-xref.
2866
b9723f39
CY
28672009-03-29 Chong Yidong <cyd@stupidchicken.com>
2868
5dcb4c4e
SM
2869 * help.texi (Accessing Documentation, Help Functions):
2870 Remove information about long-obsolete Emacs versions.
9eb52e90 2871
b9723f39
CY
2872 * modes.texi (Mode Line Variables): The default values of the mode
2873 line variables are now more complicated.
2874
b0cc32db
CY
28752009-03-28 Chong Yidong <cyd@stupidchicken.com>
2876
3c25a5a9
CY
2877 * modes.texi (Major Mode Conventions): Note that specialness is
2878 inherited.
31c9eebb
CY
2879 (Derived Modes): Note that define-derive-mode sets the mode-class
2880 property.
3c25a5a9 2881
b0cc32db
CY
2882 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
2883 goto-map. Add search-map to the list.
2884
c5e0006d
EZ
28852009-03-27 Eli Zaretskii <eliz@gnu.org>
2886
1213465a
EZ
2887 * os.texi (System Environment): Update the list of system-type
2888 values.
2889
c5e0006d
EZ
2890 * markers.texi (The Mark) <handle-shift-selection>: Update for
2891 removal of the optional argument DEACTIVATE.
2892
48bab3d6
CY
28932009-03-25 Chong Yidong <cyd@stupidchicken.com>
2894
2895 * commands.texi (Focus Events): Most X window managers don't use
2896 focus-follows-mouse nowadays.
2897
6e4ff1b6
CY
28982009-03-24 Chong Yidong <cyd@stupidchicken.com>
2899
2900 * commands.texi (Defining Commands): Clarify introduction.
2901 (Using Interactive): Not that interactive can be put in a symbol
2902 property.
2903 (Interactive Call): Note that a symbol with a non-nil
2904 interactive-form property satisfies commandp.
2905
11625308
JB
29062009-03-23 Juanma Barranquero <lekktu@gmail.com>
2907
2908 * minibuf.texi (Intro to Minibuffers): Fix typos.
2909
7b34420d
CY
29102009-03-23 Chong Yidong <cyd@stupidchicken.com>
2911
2912 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
5dcb4c4e
SM
2913 about minibuffers in old Emacs versions. Copyedits.
2914 Emphasize that enable-recursive-minibuffers defaults to nil.
7b34420d
CY
2915 (Text from Minibuffer): Simplify introduction.
2916
f9257eed
AM
29172009-03-22 Alan Mackenzie <acm@muc.de>
2918
2919 * commands.texi (Using Interactive): Clarify string argument to
2920 `interactive' - even promptless elements need \n separators.
2921
f639ba70
CY
29222009-03-18 Chong Yidong <cyd@stupidchicken.com>
2923
2924 * minibuf.texi (Completion Styles): New node.
2925
2926 * elisp.texi (Top): Update node listing.
2927
d897e8ee
CY
29282009-03-17 Chong Yidong <cyd@stupidchicken.com>
2929
2930 * minibuf.texi (Basic Completion): Note that
2931 read-file-name-completion-ignore-case and
2932 read-buffer-completion-ignore-case can override
2933 completion-ignore-case.
2934 (Minibuffer Completion): Document completing-read changes.
2935 (Completion Commands): Avoid mentioning partial completion mode.
2936 Document minibuffer-completion-confirm changes, and
2937 minibuffer-confirm-exit-commands.
2938 (High-Level Completion): Document new require-match behavior for
2939 read-buffer. Document read-buffer-completion-ignore-case.
2940 (Reading File Names): Document new require-match behavior for
2941 read-file-name.
2942
b1f23349
CY
29432009-03-14 Chong Yidong <cyd@stupidchicken.com>
2944
2945 * debugging.texi (Error Debugging): Don't mislead the reader into
2946 thinking that debug-on-error enters debugger for C-f at EOB.
2947 (Error Debugging): Setting debug-on-init within the init file
2948 works, and has for some time.
2949
d6eb4e25
KH
29502009-03-13 Kenichi Handa <handa@m17n.org>
2951
2952 * display.texi (Fontsets): Update the description.
2953
1cf53dc5
CY
29542009-03-13 Chong Yidong <cyd@stupidchicken.com>
2955
2956 * advice.texi (Advising Primitives): Link to What Is a Function.
2957
81f919fc
CY
29582009-03-12 Chong Yidong <cyd@stupidchicken.com>
2959
cf4229eb
CY
2960 * compile.texi (Speed of Byte-Code): Update example.
2961 (Disassembly): Update examples.
2962
81f919fc 2963 * loading.texi (Repeated Loading): Simplify examples.
f2bbc08c
CY
2964
2965 * customize.texi (Common Keywords): It's not necessary to use :tag
2966 to remove hyphens, as custom-unlispify-tag-name does it
2967 automatically.
5dcb4c4e
SM
2968 (Variable Definitions): Link to File Local Variables.
2969 Document customized-value symbol property.
f2bbc08c
CY
2970 (Customization Types): Move menu to end of node.
2971
955964d7
CY
29722009-03-10 Chong Yidong <cyd@stupidchicken.com>
2973
2974 * macros.texi (Compiling Macros): Omit misleading sentence, which
2975 implied that macros can only be used in the same file they are
2976 defined.
2977 (Backquote): Remove obsolete information about Emacs 19.
2978
d25ed7db
GM
29792009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
2980
2981 * display.texi (Display Margins): Fix paren typo.
2982
d55f6ca5
CY
29832009-02-27 Chong Yidong <cyd@stupidchicken.com>
2984
f0e57ed8
CY
2985 * elisp.texi (Top): Update node listing.
2986
2987 * variables.texi (Variables): Clarify introduction.
2988 (Global Variables): Mention that setq is a special form.
2989 (Local Variables): Use active voice.
2990 (Tips for Defining): Mention marking variables as safe.
2991 (Buffer-Local Variables): Mention terminal-local and frame-local
2992 variables together.
2993 (File Local Variables): Copyedits.
2994 (Frame-Local Variables): Note that they are not really useful.
2995 (Future Local Variables): Node deleted.
2996
d55f6ca5 2997 * objects.texi (General Escape Syntax): Update explanation of
fe7a3057 2998 Unicode escape syntax.
d55f6ca5 2999
ca8f09a8
CY
30002009-02-23 Chong Yidong <cyd@stupidchicken.com>
3001
3002 * control.texi (Control Structures): Add cindex entry for "textual
3003 order".
3004
3005 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
3006 instead of "expression" throughout.
3007 (Function Indirection): Copyedits. Use active voice.
3008 (Eval): The default value of max-lisp-eval-depth is now 400.
3009
a20878b6
MB
30102009-02-23 Miles Bader <miles@gnu.org>
3011
3012 * processes.texi (System Processes): Rename `system-process-attributes'
3013 to `process-attributes'.
3014
61f66044
CY
30152009-02-22 Chong Yidong <cyd@stupidchicken.com>
3016
1b80d1f3
CY
3017 * symbols.texi (Property Lists): Emphasize that property lists are
3018 not restricted to symbol cells.
3019 (Other Plists): Copyedit.
3020
61f66044
CY
3021 * sequences.texi (Sequences Arrays Vectors): Make introduction
3022 more concise.
3023 (Arrays): Mention char-tables and bool-vectors too.
3024 (Vectors): Don't repeat information given in Arrays node. Link to
3025 nodes that explain the vector usage examples.
3026 (Char-Tables): Note that char-table elements can have arbitrary
3027 type. Explain effect of omitted char-table-extra-slots property.
8a63cf41 3028 Link to Property Lists node.
61f66044 3029
9403944b
CY
30302009-02-22 Chong Yidong <cyd@stupidchicken.com>
3031
3032 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
3033 `append'.
4068c7b4 3034 (List Elements): Copyedits.
9403944b
CY
3035
3036 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
3037 of `vconcat'.
3038
3039 * strings.texi (Creating Strings): Copyedits. Remove obsolete
3040 Emacs 20 usage of `concat'.
3041 (Case Conversion): Copyedits.
3042
b87a185f
CY
30432009-02-21 Chong Yidong <cyd@stupidchicken.com>
3044
3045 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
3046 Minor edits.
3047 (Frame Configuration Type): Emphasize that it is not primitive.
3048 (Font Type): New node.
3049 (Type Predicates): Add fontp; type-of now recognizes font object
3050 types.
3051
3052 * intro.texi (Version Info): Update version numbers in examples.
3053 (Acknowledgements): List more contributors.
3054
3055 * elisp.texi: Bump version number to 3.0.
3056 (Top): Link to Font Type node.
3057
867d4bb3
JB
30582009-02-20 Juanma Barranquero <lekktu@gmail.com>
3059
3060 * modes.texi (Major Mode Conventions): Remove duplicate words.
3061 (Customizing Keywords): Fix typo.
3062
77730170
EZ
30632009-02-14 Eli Zaretskii <eliz@gnu.org>
3064
3065 * nonascii.texi (User-Chosen Coding Systems): Document that
3066 select-safe-coding-system suggests raw-text if there are raw bytes
3067 in the region.
3068 (Explicit Encoding): Warn not to use `undecided' when encoding.
3069
c8736212
GM
30702009-02-11 Glenn Morris <rgm@gnu.org>
3071
3072 * frames.texi (Visibility of Frames): Mention the effect multiple
3073 workspaces/desktops can have on visibility.
3074
ab992d66
EZ
30752009-02-07 Eli Zaretskii <eliz@gnu.org>
3076
c8736212
GM
3077 * text.texi (Commands for Insertion):
3078 * commands.texi (Event Mod):
3079 * keymaps.texi (Searching Keymaps):
5dcb4c4e
SM
3080 * nonascii.texi (Translation of Characters):
3081 Reinstate documentation of translation-table-for-input.
7d2a859f
EZ
3082 (Explicit Encoding): Document the `charset' text property produced
3083 by decode-coding-region and decode-coding-string.
ab992d66 3084
e651a255
AM
30852009-01-27 Alan Mackenzie <acm@muc.de>
3086
3087 * modes.texi (Search-based Fontification): Correct a typo.
3088
bc5cde4b
JB
30892009-01-25 Juanma Barranquero <lekktu@gmail.com>
3090
3091 * abbrevs.texi (Abbrev Table Properties): Fix typo.
3092 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
3093
3533155b
EZ
30942009-01-24 Eli Zaretskii <eliz@gnu.org>
3095
f721deda
EZ
3096 * display.texi (Window Systems): Document the value of
3097 `initial-window-system' under --daemon.
3098
3533155b
EZ
3099 * os.texi (System Environment): Remove description of the
3100 `environment' function which has been deleted.
3101
f79b43b2
DN
31022009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
3103
3104 * frames.texi (Multiple Displays): Remove documentation for
3105 removed function make-frame-on-tty.
3106
e3aa6669
CY
31072009-01-22 Chong Yidong <cyd@stupidchicken.com>
3108
3109 * files.texi (Format Conversion Piecemeal): Clarify behavior of
5dcb4c4e
SM
3110 write-region-annotate-functions.
3111 Document write-region-post-annotation-function.
e3aa6669 3112
fb13a416
CY
31132009-01-19 Chong Yidong <cyd@stupidchicken.com>
3114
3115 * display.texi (Font Lookup): Document WIDTH argument of
3116 x-list-fonts.
3117
02eccf6b
EZ
31182009-01-17 Eli Zaretskii <eliz@gnu.org>
3119
ead3f58d
EZ
3120 * maps.texi (Standard Keymaps): Rename function-key-map to
3121 local-function-key-map.
3122
3123 * keymaps.texi (Translation Keymaps): Rename function-key-map to
3124 local-function-key-map.
3125
3126 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
3127 and `set-keyboard-coding-system' now accept an optional terminal
3128 argument.
3129
3130 * commands.texi (Event Mod): `keyboard-translate-table' is now
3131 terminal-local.
3132 (Function Keys): Rename function-key-map to
3133 local-function-key-map.
3134
df05a163
EZ
3135 * elisp.texi (Top): Make @detailmenu be consistent with changes in
3136 frames.texi.
3137
0ed8034e 3138 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
490f1197
EZ
3139 `delete-terminal-functions', `suspend-tty-functions' and
3140 `resume-tty-functions'.
0ed8034e
EZ
3141
3142 * frames.texi (Frames): Document `frame-terminal' and
3143 `terminal-live-p'.
3144 (Multiple Displays): Document `make-frame-on-tty'.
3145 (Multiple Terminals): Document `terminal-list', `delete-terminal',
3146 `terminal-name', and `get-device-terminal'.
490f1197
EZ
3147 (Terminal Parameters): Document `terminal-parameters',
3148 `terminal-parameter', and `set-terminal-parameter'.
0ed8034e
EZ
3149
3150 * os.texi (System Environment): Document `environment' and
3151 `initial-environment'.
490f1197
EZ
3152 (Suspending Emacs): Update for multi-tty; document
3153 `suspend-tty', `resume-tty', and `controlling-tty-p'.
0ed8034e 3154
02eccf6b
EZ
3155 * nonascii.texi (Coding System Basics): More accurate description
3156 of `raw-text'.
3157
f19fea97
JB
31582009-01-12 Juanma Barranquero <lekktu@gmail.com>
3159
3160 * display.texi (Low-Level Font): Fix typo.
3161
16fa292f
CY
31622009-01-10 Chong Yidong <cyd@stupidchicken.com>
3163
3164 * elisp.texi (Top): Update node listing.
3165
3166 * display.texi (PostScript Images): Node deleted.
3167
0b4faef3
EZ
31682009-01-10 Eli Zaretskii <eliz@gnu.org>
3169
3355f04d
EZ
3170 * processes.texi (Decoding Output): Document that null bytes force
3171 no-conversion for reading process output.
3172
3173 * files.texi (Reading from Files): Document that null bytes force
3174 no-conversion when visiting files.
3175
11625308 3176 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
538395d9 3177
5dcb4c4e
SM
3178 * nonascii.texi (Lisp and Coding Systems):
3179 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
c06ea95e 3180 (Character Properties): Improve wording.
0b4faef3 3181
ce9cf065
CY
31822009-01-09 Chong Yidong <cyd@stupidchicken.com>
3183
3184 * display.texi (Font Lookup): Remove obsolete function
3185 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
3186 (Low-Level Font): Rename from Fonts, move to end of Faces section.
5dcb4c4e
SM
3187 (Font Selection): Reorder order of variable descriptions.
3188 Minor clarifications.
ce9cf065
CY
3189
3190 * elisp.texi (Top): Update node listing.
3191
ab756fb3
GM
31922009-01-09 Glenn Morris <rgm@gnu.org>
3193
3194 * commands.texi (Command Loop Info): Say that last-command-char and
3195 last-input-char are obsolete aliases.
3196
3197 * edebug.texi (Edebug Recursive Edit): Remove separate references to
3198 last-input-char and last-command-char, since they are just aliases for
3199 last-input-event and last-command-event.
3200
3201 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
3202 last-command-char.
3203
6b2b8ab1
CY
32042009-01-08 Chong Yidong <cyd@stupidchicken.com>
3205
3206 * elisp.texi: Update node listing.
3207
3208 * display.texi (Faces): Put Font Selection node after Auto Faces.
5dcb4c4e
SM
3209 (Face Attributes): Don't link to Font Lookup.
3210 Document font-family-list.
6b2b8ab1
CY
3211 (Fonts): New node.
3212
3568e767
JR
32132009-01-08 Jason Rumney <jasonr@gnu.org>
3214
3215 * frames.texi (Pointer Shape): Clarify that only X supports
5ce6e4f4 3216 changing the standard pointer shapes. (Bug#1485)
3568e767 3217
6221c8db
CY
32182009-01-08 Chong Yidong <cyd@stupidchicken.com>
3219
3220 * display.texi (Attribute Functions): Note that a function value
3221 :height is relative, and that compatibility functions work by
3222 calling set-face-attribute.
3223 (Displaying Faces): Reorder list in order of increasing priority.
3224 (Face Remapping): New node. Content moved here from Displaying
3225 Faces.
3226 (Glyphs): Link to Face Functions.
3227
e3d3799a
CY
32282009-01-08 Chong Yidong <cyd@stupidchicken.com>
3229
3230 * display.texi (Faces): Don't discuss face id here. facep does
3231 not return t.
3232 (Defining Faces): Minor clarification.
3233 (Face Attributes): Rearrange items to match docstring of
3234 set-face-attribute. Add :foundry attribute. Document new role of
3235 :font attribute. Texinfo usage fix.
3236 (Attribute Functions): Copyedits.
3237 (Face Functions): Note that face number is seldom used.
3238
638a2457
RS
32392009-01-05 Richard M Stallman <rms@gnu.org>
3240
3241 * strings.texi (Predicates for Strings): Minor clarification.
3242
3243 * functions.texi (Function Safety): Texinfo usage fix.
3244
49ea0074
JB
32452009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny patch)
3246
3247 * objects.texi (General Escape Syntax): Fix typo.
3248
9f822178
MR
32492009-01-03 Martin Rudalics <rudalics@gmx.at>
3250
3251 * windows.texi (Choosing Window): Say that pop-up-frame-alist
3252 works via the default value of pop-up-frame-function.
3253
af34ad36
EZ
32542009-01-02 Eli Zaretskii <eliz@gnu.org>
3255
3256 * processes.texi (System Processes): Document the `time' and
3257 `ctime' attributes of `system-process-attributes'.
3258
d31f6679
CY
32592009-01-01 Chong Yidong <cyd@stupidchicken.com>
3260
3261 * display.texi (Face Attributes): Clarify :height attribute.
3262
174dc00c
MR
32632008-12-31 Martin Rudalics <rudalics@gmx.at>
3264
3265 * buffers.texi (The Buffer List): Clarify what moves a buffer to
3266 the front of the buffer list. Add entries for `last-buffer' and
3267 `unbury-buffer'.
3268
b8afe7e4
EZ
32692008-12-27 Eli Zaretskii <eliz@gnu.org>
3270
d14030f5
EZ
3271 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
3272 and its subsections.
3273
3274 * frames.texi (Multiple Terminals, Low-level Terminal)
3275 (Terminal Parameters, Frames on Other TTY devices): New sections.
3276 (Frames): Add an xref to "Multiple Terminals".
3277
765980a4
EZ
3278 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
3279
3280 * objects.texi (Terminal Type): New node.
3281 (Editing Types): Add it to the menu.
3282
47bd5577
EZ
3283 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
3284 Variables".
3285
eb22b78c 3286 * variables.texi (Directory Local Variables): New node.
47bd5577 3287 (Variables): Add a menu item for it.
eb22b78c 3288
b8afe7e4
EZ
3289 * loading.texi (Autoload): Document `generate-autoload-cookie' and
3290 `generated-autoload-file'.
3291
77bb0476
EZ
32922008-12-20 Eli Zaretskii <eliz@gnu.org>
3293
028e2c19
EZ
3294 * os.texi (Startup Summary): Add xref to documentation of
3295 `initial-window-system'.
3296
77bb0476
EZ
3297 * display.texi (Window Systems): Document `window-system' the
3298 function. The variable `window-system' is now frame-local.
028e2c19 3299 Document `initial-window-system'.
77bb0476 3300
dda87836
MR
33012008-12-19 Martin Rudalics <rudalics@gmx.at>
3302
3303 * windows.texi (Windows): Rewrite description of
3304 fit-window-to-buffer.
3305
caef3ed2
GM
33062008-12-13 Glenn Morris <rgm@gnu.org>
3307
3308 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
3309 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
3310
21c58e4d
GM
33112008-12-12 Glenn Morris <rgm@gnu.org>
3312
3313 * debugging.texi (Error Debugging): Refer forwards to
3314 eval-expression-debug-on-error.
3315
af38459f
EZ
33162008-12-05 Eli Zaretskii <eliz@gnu.org>
3317
5dedd9b5
EZ
3318 * strings.texi (String Basics): Only unibyte strings that
3319 represent key sequences hold 8-bit raw bytes.
3320
af38459f
EZ
3321 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
3322 paragraph to speak about `undecided'.
3323 (Character Properties): Don't explain the meaning of each
3324 property; instead, identify their Unicode Standard names.
b3f1f4a5 3325 (Character Sets): Document `map-charset-chars'.
af38459f 3326
fa047ae7
GM
33272008-12-02 Glenn Morris <rgm@gnu.org>
3328
3329 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
3330 section yet again.
3331
47dbc044
EZ
33322008-11-29 Eli Zaretskii <eliz@gnu.org>
3333
98d05998
EZ
3334 * nonascii.texi (Character Properties): New Section.
3335 (Specifying Coding Systems): Document
3336 `coding-system-priority-list', `set-coding-system-priority', and
3337 `with-coding-priority'.
3338 (Lisp and Coding Systems): Document `check-coding-systems-region'
3339 and `coding-system-charset-list'.
3340 (Coding System Basics): Document `coding-system-aliases'.
3341
3342 * elisp.texi (Top): Add a @detailmenu entry for "Character
3343 Properties".
3344
47dbc044
EZ
3345 * objects.texi (Character Type): Correct the range of Emacs
3346 characters. Add an @xref to "Character Codes".
3347
3348 * strings.texi (String Basics): Add an @xref to "Character Codes".
3349
3350 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
3351
3352 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
3353 (Character Codes): Document `max-char'.
3354
8b80cdf5
EZ
33552008-11-28 Eli Zaretskii <eliz@gnu.org>
3356
3357 * nonascii.texi (Text Representations, Converting Representations)
3358 (Character Sets, Scanning Charsets, Translation of Characters):
3359 Make text more accurate.
3360
a99dceba
GM
33612008-11-28 Glenn Morris <rgm@gnu.org>
3362
3363 * files.texi (Format Conversion Round-Trip): Improve previous change.
3364
f6dc3bed
CY
33652008-11-26 Chong Yidong <cyd@stupidchicken.com>
3366
3367 * modes.texi (Auto Major Mode): Fix example.
3368
5da9413d
GM
33692008-11-25 Glenn Morris <rgm@gnu.org>
3370
3371 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
3372
3373 * files.texi (Format Conversion Round-Trip):
3374 Use active voice for previous change.
3375
fcca848c
CY
33762008-11-25 Chong Yidong <cyd@stupidchicken.com>
3377
3378 * os.texi (Processor Run Time):
3379 * processes.texi (Transaction Queues):
3380 * markers.texi (The Mark):
3381 * windows.texi (Choosing Window, Selecting Windows):
3382 * files.texi (Changing Files, Magic File Names):
3383 * commands.texi (Key Sequence Input):
3384 * functions.texi (Declaring Functions):
3385 * strings.texi (Predicates for Strings):
3386 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
3387
36c8dc54
CY
33882008-11-24 Chong Yidong <cyd@stupidchicken.com>
3389
3390 * help.texi (Accessing Documentation): Update example.
3391
3392 * variables.texi (Defining Variables): Note that `*' is not
3393 necessary if defcustom is used.
3394
2a79b242
EZ
33952008-11-22 Eli Zaretskii <eliz@gnu.org>
3396
3397 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
3398 Characters" from @detailmenu.
3399
3400 * nonascii.texi (Character Codes, Character Sets)
3401 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
3402 (Chars and Bytes, Splitting Characters): Sections removed.
3403
392f0d26
LK
34042008-11-22 Lute Kamstra <lute@gnu.org>
3405
3406 * positions.texi (Text Lines): Update goto-line documentation.
3407
af1a5cd5
MR
34082008-11-21 Martin Rudalics <rudalics@gmx.at>
3409
6a4cfb0c
MR
3410 * frames.texi (Frames): Fix typo, add cross references, reword.
3411 (Initial Parameters): Reword special-display-frame-alist text.
3412 (Frames and Windows): Reword. Describe argument norecord for
3413 set-frame-selected-window.
3414 (Input Focus): Describe argument norecord for select-frame.
3415 Remove comment on MS-Windows behavior for focus-follows-mouse.
3416 (Raising and Lowering): Mention windows-frames dichotomy in
3417 metaphor.
3418
af1a5cd5
MR
3419 * windows.texi (Displaying Buffers, Vertical Scrolling)
3420 (Horizontal Scrolling): Fix indenting and rewording issues
3421 introduced with 2008-11-07 change.
3422
c249fa9c
GM
34232008-11-20 Glenn Morris <rgm@gnu.org>
3424
3425 * files.texi (Format Conversion Round-Trip): Mention `preserve'
3426 element of `format-alist'.
3427
204d4665
GM
34282008-11-19 Glenn Morris <rgm@gnu.org>
3429
3430 * doclicense.texi: Update to FDL 1.3.
3431 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
3432
cc0910af
CY
34332008-11-18 Chong Yidong <cyd@stupidchicken.com>
3434
efe6e7c4
CY
3435 * windows.texi (Window Hooks): Remove *-end-trigger-functions
3436 vars, which are obsolete. Mention jit-lock-register.
3437
5dcb4c4e
SM
3438 * modes.texi (Other Font Lock Variables):
3439 Document jit-lock-register and jit-lock-unregister.
efe6e7c4 3440
cc0910af
CY
3441 * frames.texi (Color Parameters): Document alpha parameter.
3442
aeeedf76
MR
34432008-11-16 Martin Rudalics <rudalics@gmx.at>
3444
3445 * windows.texi (Splitting Windows, Deleting Windows)
3446 (Selecting Windows, Cyclic Window Ordering)
3447 (Buffers and Windows, Displaying Buffers, Choosing Window)
3448 (Dedicated Windows, Window Point, Window Start and End)
3449 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
3450 (Size of Window, Resizing Windows, Window Configurations)
3451 (Window Parameters): Avoid @var at beginning of sentences and
3452 reword accordingly.
3453
4c565c5c
LK
34542008-11-11 Lute Kamstra <lute@gnu.org>
3455
3456 * files.texi (File Name Components): Fix file-name-extension
3457 documentation.
3458
25f494c9
JB
34592008-11-11 Juanma Barranquero <lekktu@gmail.com>
3460
3461 * frames.texi (Basic Parameters): Remove display-environment-variable
3462 and term-environment-variable.
3463
a1401ab1
EZ
34642008-11-08 Eli Zaretskii <eliz@gnu.org>
3465
3466 * windows.texi (Basic Windows, Splitting Windows)
3467 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
3468 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
25f494c9
JB
3469 (Resizing Windows, Window Configurations, Window Parameters):
3470 Fix wording and markup.
a1401ab1 3471
efafc282
MR
34722008-11-07 Martin Rudalics <rudalics@gmx.at>
3473
3474 * windows.texi (Windows): Update entries.
3475 (Basic Windows): Remove listing of attributes. Reword.
86ab855a 3476 (Splitting Windows, Deleting Windows): Reword.
efafc282
MR
3477 (Selecting Windows, Cyclic Window Ordering): Reword with special
3478 emphasis on order of recently selected windows and buffer list.
86ab855a
MR
3479 (Buffers and Windows, Choosing Window): Reword with special
3480 emphasis on dedicated windows.
3481 (Displaying Buffers): Reword. For switch-to-buffer mention that
3482 it may fall back on pop-to-buffer. For other-window try to
3483 explain how it treats the cyclic ordering of windows.
efafc282
MR
3484 (Dedicated Windows): New node and section discussing dedicated
3485 windows and associated functions.
86ab855a 3486 (Window Point): Add entry for window-point-insertion-type. Reword.
efafc282
MR
3487 (Window Start and End): Rename node and section title. Reword.
3488 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
3489 Minor rewording.
3490 (Size of Window): Reword, in particular text on window-width.
3491 (Resizing Windows): Reword. Add text on balancing windows.
3492 (Window Configurations): Reword. Mention window parameters.
3493 (Window Parameters): New node and section on window parameters.
3494 (Window Hooks): Reword. Mention that
3495 window-configuration-change-hook is run "buffer-locally".
3496 * elisp.texi (Top): Update Windows entries in @detailmenu
3497 section.
3498
d60a8ab2
JB
34992008-11-04 Juanma Barranquero <lekktu@gmail.com>
3500
3501 * searching.texi (Regexp Search): Fix typo.
3502
01777627
CY
35032008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
3504
3505 * searching.texi (Regexp Search): Document GREEDY arg.
3506 (Simple Match Data): Fix return value.
3507
c4526e93
EZ
35082008-11-01 Eli Zaretskii <eliz@gnu.org>
3509
3510 * nonascii.texi (Text Representations): Rewrite to make consistent
5dcb4c4e
SM
3511 with Emacs 23 internal representation of characters.
3512 Document `unibyte-string'.
c4526e93 3513
fe2ae8b5
CY
35142008-10-28 Chong Yidong <cyd@stupidchicken.com>
3515
3516 * processes.texi (Process Information): Note that process-status
3517 does not accept buffer names.
3518
cc5a21e3
CY
35192008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
3520
3521 * positions.texi (Skipping Characters): Correct return value of
3522 skip-chars-forward.
3523
09460d9a
MR
35242008-10-25 Martin Rudalics <rudalics@gmx.at>
3525
520b29e7
MR
3526 * windows.texi (Deleting Windows): Update documentation of
3527 delete-windows-on.
3528 (Buffers and Windows): Update documentations of
3529 get-buffer-window and get-buffer-window-list.
3530 (Displaying Buffers): Update documentation of
3531 replace-buffer-in-windows.
3532
09460d9a
MR
3533 * buffers.texi (Current Buffer): Reword set-buffer and
3534 with-current-buffer documentations.
3535 (Creating Buffers): Reword documentation of get-buffer-create.
3536
4d48fcdc
MR
35372008-10-23 Martin Rudalics <rudalics@gmx.at>
3538
3539 * buffers.texi (Current Buffer): Reword documentation of
3540 set-buffer.
3541 (Buffer Names): Reword documentation of buffer-name.
3542 (The Buffer List): For bury-buffer explain what happens with the
3543 buffer's window.
3544 (Creating Buffers): Say that get-buffer-create's arg is called
3545 buffer-or-name.
3546
f0143c43
CY
35472008-10-22 Chong Yidong <cyd@stupidchicken.com>
3548
3e5dbbd3
CY
3549 * advice.texi (Computed Advice): Explain what DEFINITION is.
3550
f0143c43
CY
3551 * nonascii.texi (Character Codes): Remove obsolete function
3552 char-valid-p, and document characterp instead.
3553
52a94b85
MR
35542008-10-22 Martin Rudalics <rudalics@gmx.at>
3555
3556 * windows.texi (Displaying Buffers): Reword documentation of
3557 pop-to-buffer.
3558 (Choosing Window): Rewrite documentation of display-buffer and
3559 its options.
3560
f76f8246
MR
3561 * buffers.texi (Killing Buffers): Update documentation of
3562 kill-buffer.
3563
acc8b598
EZ
35642008-10-21 Eli Zaretskii <eliz@gnu.org>
3565
80e6b6df
EZ
3566 * processes.texi (Serial Ports): Fix wording and improve markup.
3567
3645358a
EZ
3568 * searching.texi (Regexp Search): Document `string-match-p' and
3569 `looking-at-p'.
3570 (POSIX Regexps): Add an xref for "non-greedy".
3571 (Regexp Special): Add @cindex entry for "non-greedy".
3572
b3d50cff 3573 * display.texi (Attribute Functions): Document `face-all-attributes'.
bf190568 3574 (Image Cache) <image-refresh>: Minor wording fixes.
b3d50cff 3575
73b7530a
EZ
3576 * frames.texi (Color Names): Add an xref to `read-color'.
3577
3578 * minibuf.texi (High-Level Completion): Document `read-color'.
3579
acc8b598
EZ
3580 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
3581
3582 * positions.texi (Narrowing): Add an xref to "Swapping Text".
3583
3584 * buffers.texi (Swapping Text): New section, documents
3585 `buffer-swap-text'.
3586
10e187e8
MR
35872008-10-21 Martin Rudalics <rudalics@gmx.at>
3588
3589 * windows.texi (Resizing Windows): Minor wording fix.
3590
fd6f900c
EZ
35912008-10-20 Eli Zaretskii <eliz@gnu.org>
3592
3593 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
3594 and `combine-and-quote-strings'.
3595
3596 * strings.texi (Creating Strings): Add xrefs for them.
3597
e4372165
EZ
35982008-10-19 Eli Zaretskii <eliz@gnu.org>
3599
d6328fba
EZ
3600 * elisp.texi (Top): Make descriptive text for "Reading File Names"
3601 match the corresponding menu in minibuf.texi.
3602
e4372165
EZ
3603 * minibuf.texi (Reading File Names): Document `read-shell-command'
3604 and `minibuffer-local-shell-command-map'.
3605
5d8dda33
MR
36062008-10-19 Martin Rudalics <rudalics@gmx.at>
3607
3608 * windows.texi (Resizing Windows): Remove var{} around "window" in
3609 documentation of enlarge-window.
3610 Rewrite documentation of window-min-height and window-min-width.
3611
437706cd
EZ
36122008-10-19 Eli Zaretskii <eliz@gnu.org>
3613
80f85d7c
EZ
3614 * functions.texi (Calling Functions): Document `apply-partially'.
3615
291703b5
EZ
3616 * hooks.texi (Standard Hooks): Mention
3617 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
3618
3619 * variables.texi (File Local Variables): Document
3620 `file-local-variables-alist', `before-hack-local-variables-hook'
3621 and `hack-local-variables-hook'.
3622
583d8b3c
EZ
3623 * processes.texi (Synchronous Processes): Document `process-lines'.
3624
5dcb4c4e
SM
3625 * customize.texi (Variable Definitions):
3626 Document `custom-reevaluate-setting'.
437706cd 3627
7e51d89b
MR
36282008-10-18 Martin Rudalics <rudalics@gmx.at>
3629
3630 * windows.texi (Choosing Window, Deleting Windows)
3631 (Displaying Buffers): Expand documentation of dedicated windows.
3632
43c59a3d
EZ
36332008-10-18 Eli Zaretskii <eliz@gnu.org>
3634
018a960d
EZ
3635 * files.texi (Changing Files): Document symbolic input of file
3636 modes to `set-file-modes'. Document `read-file-modes' and
3637 `file-modes-symbolic-to-number'.
3638
2c0b8144
EZ
3639 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
3640 and `search-map'.
3641
5dcb4c4e
SM
3642 * searching.texi (Search and Replace):
3643 Document `replace-search-function' and `replace-re-search-function'.
2c0b8144 3644 Document `multi-query-replace-map'.
80120f13 3645
6d4913f0 3646 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
5dcb4c4e
SM
3647 (Completion Commands, Reading File Names):
3648 Rename `minibuffer-local-must-match-filename-map' to
6d4913f0
EZ
3649 `minibuffer-local-filename-must-match-map'.
3650 (Minibuffer Completion): The `require-match' argument to
3651 `completing-read' can now have the value `confirm-only'.
3652
43c59a3d
EZ
3653 * windows.texi (Displaying Buffers): Minor wording fix.
3654 (Choosing Window): `split-height-threshold' can now be nil.
3655 Document `split-width-threshold'. `pop-up-frames' can have the
3656 value `graphic-only'.
3657
f36acfd9
EZ
36582008-10-17 Eli Zaretskii <eliz@gnu.org>
3659
3660 * os.texi (Startup Summary): Document `before-init-time' and
3661 `after-init-time'. Document `initial-window-system' and
3662 `window-system-initialization-alist'. Document reading the
3663 abbrevs file. Document the call to `server-start' under --daemon.
3664 Rearrange a bit to be consistent with the code flow.
53728487
EZ
3665 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
3666 (Time Parsing): Document `format-seconds'.
f36acfd9 3667
96995b89
MR
36682008-10-17 Martin Rudalics <rudalics@gmx.at>
3669
3670 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
3671 and reword.
3672
2de17c73
EZ
36732008-10-16 Eli Zaretskii <eliz@gnu.org>
3674
3675 * markers.texi (The Mark): Document use-region-p.
3676
9cf52b11
EZ
36772008-10-15 Eli Zaretskii <eliz@gnu.org>
3678
c3aaf1d7
EZ
3679 * internals.texi (Writing Emacs Primitives): The interactive spec
3680 of a primitive can be a Lisp form.
3681
841a1743
EZ
3682 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
3683 values of transient-mark-mode. Document handle-shift-selection.
3684
3685 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
3686 (Interactive Examples): Show an example of `^'.
3687 (Key Sequence Input): Document this-command-keys-shift-translated.
c3aaf1d7
EZ
3688 (Defining Commands, Using Interactive): The interactive-form of a
3689 function can be added via its symbol's property.
841a1743 3690
52441368
EZ
3691 * positions.texi (List Motion): beginning-of-defun-function can
3692 now accept an argument.
3693
8e8c1a72
EZ
3694 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
3695 now return a list of strings.
3696
a33a1f2a
EZ
3697 * control.texi (Handling Errors): Document ignore-errors.
3698
4fb04348
EZ
3699 * frames.texi (Creating Frames): Document frame-inherited-parameters.
3700 (Parameter Access): Document set-frame-parameter.
3701
ee666f84
EZ
3702 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
3703 Hooks" for the effect of kill-all-local-variables on local hook
3704 functions.
3705
9cf52b11
EZ
3706 * modes.texi (Major Mode Conventions, Mode Line Variables):
3707 `mode-name' need not be a string. xref to "Mode Line Data" for
3708 details, and to "Emulating Mode Line" for computing a string
3709 value.
3710
22526bc4
EZ
37112008-10-14 Eli Zaretskii <eliz@gnu.org>
3712
a65f6a85
EZ
3713 * processes.texi (System Processes): New section.
3714 (Processes, Signals to Processes): Add xrefs to it.
3715
3716 * objects.texi (Editing Types): A `process' is a subprocess of
3717 Emacs, not just any process running on the OS.
3718
3719 * elisp.texi (Top): Adjust the @detailmenu for the above two
3720 changes.
3721
2724b26a
EZ
3722 * sequences.texi (Char-Tables): Remove documentation of
3723 set-char-table-default, which has no effect since Emacs 23.
3724 <char-table-range, set-char-table-range>: Don't mention generic
3725 characters and charsets. Add a cons cell as a possible argument.
3726
3727 * nonascii.texi (Splitting Characters)
3728 (Translation of Characters): Don't mention generic characters.
3729
3730 * display.texi (Fontsets): Don't mention generic characters.
3731
22526bc4 3732 * sequences.texi (Char-Tables): `map-char-table' can now call its
25f494c9 3733 argument FUNCTION with a cons cell as KEY.
22526bc4 3734
eaf4b689
EZ
37352008-10-13 Eli Zaretskii <eliz@gnu.org>
3736
45e46036
EZ
3737 * objects.texi (Primitive Function Type): Move "@cindex special
3738 forms" from here...
3739
3740 * eval.texi (Special Forms): ...to here.
3741
3742 * functions.texi (What Is a Function): `functionp' returns nil for
3743 special forms. Add an xref.
3744
eaf4b689
EZ
3745 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
3746 Variables".
3747
3748 * variables.texi (Frame-Local Variables): New section.
3749 (Buffer-Local Variables): Add an xref to it.
3750 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
3751 have both frame-local and buffer-local binding.
3752
3753 * frames.texi (Frames): Mention multiple tty frames.
3754 (Frame Parameters, Parameter Access): Mention frame-local variable
3755 bindings.
3756
15688fce
GM
37572008-09-20 Glenn Morris <rgm@gnu.org>
3758
3759 * display.texi (Defining Faces): Recommend against face variables.
3760
35539065
JB
37612008-09-16 Juanma Barranquero <lekktu@gmail.com>
3762
3763 * display.texi (Echo Area Customization): Fix typo.
3764
6a57054b
JB
37652008-09-09 Juanma Barranquero <lekktu@gmail.com>
3766
3767 * loading.texi (Where Defined): Add `defface' item.
3768
d632fb82
MR
37692008-09-06 Martin Rudalics <rudalics@gmx.at>
3770
3771 * loading.texi (Where Defined): Fix description of symbol-file.
3772
905a9adb
JR
37732008-08-26 Jason Rumney <jasonr@gnu.org>
3774
3775 * display.texi (TIFF Images): New section describing :index property.
3776
852e91b7
CY
37772008-08-23 Chong Yidong <cyd@stupidchicken.com>
3778
3779 * display.texi (Temporary Displays): Remove unnecessary comment
3780 about usage of temp-buffer-show-hook.
3781
6be001ee
CY
37822008-08-05 Chong Yidong <cyd@stupidchicken.com>
3783
3784 * symbols.texi (Other Plists): Fix incorrect example.
3785 Suggested by Florian Beck.
3786
58e3d8e8
JB
37872008-07-31 Juanma Barranquero <lekktu@gmail.com>
3788
3789 * os.texi: Fix previous change.
3790
7c2fb837
DN
37912008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
3792
3793 * os.texi:
3794 * intro.texi:
3795 * files.texi: Remove VMS support.
3796
9e2a2647
DN
37972008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3798
3799 * os.texi:
3800 * frames.texi:
3801 * display.texi: Remove mentions of Mac Carbon.
3802
c4f4682b
MB
38032008-07-01 Miles Bader <miles@gnu.org>
3804
3805 * text.texi (Special Properties):
3806 * display.texi (Truncation): Add wrap-prefix and line-prefix.
3807
3696411e
JB
38082008-06-28 Johan Bockgård <bojohan@gnu.org>
3809
3810 * display.texi (Other Image Types): Fix copy/paste error; say
3811 "PBM", not "XBM".
3812
f2a77c3a
DN
38132008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
3814
3815 * os.texi: Remove references to obsolete systems.
3816
6d52677d
EZ
38172008-06-20 Eli Zaretskii <eliz@gnu.org>
3818
3819 * makefile.w32-in (distclean): Remove makefile.
3820
1a87da4c
GM
38212008-06-17 Glenn Morris <rgm@gnu.org>
3822
3823 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
3824 (elisp, dist): Remove rules and variables that are obsolete now
3825 the lisp manual is no longer distributed separately.
3826
fdda1c5d
GM
38272008-06-16 Glenn Morris <rgm@gnu.org>
3828
646692e9
GM
3829 * configure, configure.in, mkinstalldirs: Remove unused files.
3830
3831 * book-spine.texinfo: Set version to 23.0.60.
fdda1c5d 3832 * vol1.texi (EMACSVER):
6a57054b 3833 * vol2.texi (EMACSVER): Set to 23.0.60.
fdda1c5d
GM
3834
3835 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
3836 as per maintain.info.
3837
611bee81
GM
38382008-06-15 Glenn Morris <rgm@gnu.org>
3839
a7bed3a0
GM
3840 * makefile.w32-in (manual): Use "23" rather than "21".
3841
3842 * Makefile.in (emacsver): New, set by configure.
3843 (manual): Use emacsver.
3844
d794edf2
GM
3845 * intro.texi: Report bugs using M-x report-emacs-bug.
3846
611bee81
GM
3847 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
3848
c73e02fa
GM
38492008-06-13 Daniel Engeler <engeler@gmail.com>
3850
3851 * elisp.texi, internals.texi, processes.texi: Add documentation
3852 about serial port access.
3853
e40a85cd
MB
38542008-06-05 Miles Bader <miles@gnu.org>
3855
3856 * display.texi (Displaying Faces): Update to reflect function
3857 renamings in face-remap.el.
3858
7b753744
JB
38592008-06-05 Juanma Barranquero <lekktu@gmail.com>
3860
3861 * display.texi (Fontsets): Fix typos.
3862
9d3d42fb
MB
38632008-06-03 Miles Bader <miles@gnu.org>
3864
7b753744
JB
3865 * display.texi (Displaying Faces): Add add-relative-face-remapping,
3866 remove-relative-face-remapping, set-base-face-remapping,
3867 and set-default-base-face-remapping.
9d3d42fb 3868
f2cec7a9
MB
38692008-06-01 Miles Bader <miles@gnu.org>
3870
3871 * display.texi (Displaying Faces): Add face-remapping-alist.
3872
8f39c96d
SM
38732008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
3874
3875 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
3876 variable names.
3877
1ef5eecc
ER
38782008-05-03 Eric S. Raymond <esr@golux>
3879
352c8b4a 3880 * keymaps.texi: Clarify that (current-local-map) and
1ef5eecc
ER
3881 (current-global-map) return references, not copies.
3882
63b4387f
JL
38832008-05-02 Juri Linkov <juri@jurta.org>
3884
3885 * minibuf.texi (Text from Minibuffer): Document a list of
3886 default values for `read-from-minibuffer'.
3887
38a8b703
JB
38882008-04-24 Juanma Barranquero <lekktu@gmail.com>
3889
3890 * nonascii.texi (Translation of Characters): Fix previous change.
3891
7c42e639
CY
38922008-04-20 Chong Yidong <cyd@stupidchicken.com>
3893
3894 * display.texi (Overlay Properties): Clarify role of underlying
3895 textprop and overlay keymaps for display strings.
3896
3897 * keymaps.texi (Active Keymaps): Ditto.
3898
25c0d999
SM
38992008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3900
3901 * minibuf.texi (Programmed Completion):
3902 Replace dynamic-completion-table with the new completion-table-dynamic.
3903
e3af5968
CY
39042008-04-07 Chong Yidong <cyd@stupidchicken.com>
3905
3906 * intro.texi (Some Terms): Change "fonts in this manual" index
3907 entry to "typographic conventions".
3908
6bfc8698
EZ
39092008-04-05 Eli Zaretskii <eliz@gnu.org>
3910
3911 * objects.texi (Text Props and Strings): Add indexing for read
3912 syntax of text properties.
3913
4972c361
SM
39142008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
3915
3916 * processes.texi (Decoding Output): Remove process-filter-multibyte
3917 functions.
3918
c70a68db
MR
39192008-03-15 Martin Rudalics <rudalics@gmx.at>
3920
3921 * display.texi (Finding Overlays): Say that empty overlays at
3922 the end of the buffer are reported too.
3923
1291fd36
GM
39242008-03-13 Glenn Morris <rgm@gnu.org>
3925
3926 * elisp.texi (EMACSVER): Set to 23.0.60.
3927
c6b0dfd5
CY
39282008-02-26 Chong Yidong <cyd@stupidchicken.com>
3929
38a8b703 3930 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
c6b0dfd5 3931
875fc30c
GM
39322008-02-22 Glenn Morris <rgm@gnu.org>
3933
3934 * frames.texi (Position Parameters): Clarify the description of
3935 `left' and `top', using information from "Geometry".
3936 (Geometry): Give a pointer to "Position Parameters", rather than
3937 repeating information.
3938
d8c8e45a
GM
39392008-02-11 Glenn Morris <rgm@gnu.org>
3940
3941 * objects.texi (Equality Predicates): No longer talk about "two"
3942 functions.
3943
38a8b703 39442008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
d8c8e45a
GM
3945
3946 * objects.texi (Equality Predicates): Add defun for
3947 equal-including-properties.
3948
bfffe0b1
GM
39492008-02-10 Glenn Morris <rgm@gnu.org>
3950
3951 * objects.texi (Equality Predicates):
3952 Mention equal-including-properties.
3953
431b78c9
RS
39542008-02-07 Richard Stallman <rms@gnu.org>
3955
3956 * windows.texi (Window Start): Mention the feature of moving
3957 window-start to start of line.
3958
c8763fb6 39592008-02-07 Jan Djärv <jan.h.d@swipnet.se>
eafa12e6
JD
3960
3961 * keymaps.texi (Tool Bar): Document rtl property.
3962
1a256502
TTN
39632008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
3964
3965 * display.texi (Button Types):
3966 For define-button-type, clarify type of NAME.
3967
569382c2
MR
39682008-01-19 Martin Rudalics <rudalics@gmx.at>
3969
3970 * buffers.texi (Buffer Modification): Fix typo.
3971
f3041af1
DN
39722008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
3973
3974 * os.texi (System Environment): Remove references to OSes that are
3975 not supported anymore.
3976
d35e1cd7
DN
39772008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
3978
3979 * os.texi (System Environment): Remove mention for Masscomp.
3980
23af7580
RS
39812008-01-04 Richard Stallman <rms@gnu.org>
3982
3983 * display.texi (Faces): Don't talk about internal face vector as arg
3984 to facep.
3985
3986 * customize.texi (Type Keywords): Fix previous change.
3987
3988 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
3989 * elisp.texi (Top): Fix menu for commands.texi change.
3990
ec7d5b1e
RS
39912007-12-30 Richard Stallman <rms@gnu.org>
3992
5dcb4c4e 3993 * commands.texi (Accessing Mouse): Rename from Accessing Events.
ec7d5b1e
RS
3994 (Accessing Scroll): New node broken out of Accessing Mouse.
3995
101a6cea
RS
39962007-12-28 Richard Stallman <rms@gnu.org>
3997
3998 * frames.texi (Size Parameters): Fix typo.
7f9e0c04 3999 (Basic Parameters): For `title', refer to title bar.
041817a4 4000 (Size and Position): Explain meaning of frame pixel width and height.
101a6cea 4001
72b7e664
RS
40022007-12-23 Richard Stallman <rms@gnu.org>
4003
4004 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
4005 Improve some of the commented-out keywords' text too.
4006
27a4f445
MR
40072007-12-14 Martin Rudalics <rudalics@gmx.at>
4008
e2e3f1d7
MR
4009 * nonascii.texi (Encoding and I/O): Reword to avoid saying
4010 "visit the current buffer".
4011
27a4f445
MR
4012 * os.texi (System Interface): Fix typo.
4013
a2afc99d
RS
40142007-12-04 Richard Stallman <rms@gnu.org>
4015
4016 * objects.texi (Symbol Type): Fix typo.
4017
b694135c
RS
40182007-12-03 Richard Stallman <rms@gnu.org>
4019
4020 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
4021
f99a19da
GM
40222007-12-01 Glenn Morris <rgm@gnu.org>
4023
4024 * functions.texi (Declaring Functions): Improve previous change.
4025
8f4b37d8
GM
40262007-11-30 Glenn Morris <rgm@gnu.org>
4027
4028 * functions.texi (Declaring Functions): Add optional fourth
4029 argument of declare-function, and setting third argument to `t'.
4030
61a2fe01
RS
40312007-11-29 Richard Stallman <rms@gnu.org>
4032
4033 * customize.texi (Composite Types): Document `group' type.
4034
cbfc5193
GM
40352007-11-29 Glenn Morris <rgm@gnu.org>
4036
5dcb4c4e
SM
4037 * functions.texi (Declaring Functions): Add findex.
4038 Mention `external' files.
cbfc5193 4039
8386283a
JB
40402007-11-26 Juanma Barranquero <lekktu@gmail.com>
4041
4042 * functions.texi (Declaring Functions): Fix directive.
4043
a07c9a8b
RS
40442007-11-25 Richard Stallman <rms@gnu.org>
4045
4046 * help.texi (Help Functions): Clean up last change.
4047
4048 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
4049
4050 * loading.texi (Named Features): Minor cleanup.
4051
4052 * macros.texi (Eval During Expansion): Minor cleanup.
4053
4054 * variables.texi (Variable Aliases): Minor cleanup.
4055
a0925923
RS
40562007-11-24 Richard Stallman <rms@gnu.org>
4057
4058 * functions.texi (Declaring Functions): Clarify previous change.
4059
4060 * compile.texi (Compiler Errors): Clarify previous change.
4061
20c63e44
RS
40622007-11-24 Richard Stallman <rms@gnu.org>
4063
e5e76c04 4064 * display.texi (Refresh Screen, Forcing Redisplay):
20c63e44
RS
4065 Clarify the text and move items around.
4066
5bb0cda3
GM
40672007-11-24 Glenn Morris <rgm@gnu.org>
4068
4069 * functions.texi (Declaring Functions): New section.
4070 * compile.texi (Compiler Errors): Mention declaring functions,
4071 defvar with no initvalue, and byte-compile-warnings.
4072
af13c86a
MR
40732007-11-15 Martin Rudalics <rudalics@gmx.at>
4074
4075 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
4076 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
4077
a5373305
MR
40782007-11-13 Martin Rudalics <rudalics@gmx.at>
4079
4080 * help.texi (Help Functions): Document new macro `with-help-window'.
4081
fe284805
JL
40822007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
4083
4084 * searching.texi (Replacing Match): Describe new
4085 `match-substitute-replacement'.
4086
2c3a09b1
RS
40872007-10-31 Richard Stallman <rms@gnu.org>
4088
4089 * strings.texi (Creating Strings): Null strings from concat not unique.
4090
f2b480f4
RS
40912007-10-26 Richard Stallman <rms@gnu.org>
4092
4093 * objects.texi (Equality Predicates): Null strings are uniquified.
4094
4095 * minibuf.texi: Minor clarifications in previous change.
4096
db21122c
GM
40972007-10-25 Glenn Morris <rgm@gnu.org>
4098
4099 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
4100
2328cbb3
RS
41012007-10-24 Richard Stallman <rms@gnu.org>
4102
4103 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
4104
4105 * variables.texi (Frame-Local Variables): Node deleted.
4106 (Variables): Delete Frame-Local Variables from menu.
4107 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
4108 (Default Value): Don't mention frame-local vars.
4109
4110 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
4111
4112 * loading.texi (Unloading): Document FEATURE-unload-function
4113 instead of FEATURE-unload-hook.
4114
2328cbb3
RS
4115 * frames.texi (Multiple Displays): Don't mention frame-local vars.
4116
c066bafa
JL
41172007-10-22 Juri Linkov <juri@jurta.org>
4118
4119 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
4120 (High-Level Completion): Document a list of default value strings
4121 in the DEFAULT argument, for which minibuffer functions return the
4122 first element.
4123
65ced25f
JL
41242007-10-17 Juri Linkov <juri@jurta.org>
4125
4126 * text.texi (Filling): Update arguments of fill-paragraph.
4127 fill-paragraph operates on the active region in Transient Mark mode.
4128 Remove fill-paragraph-or-region.
4129
ee46ec8e
KB
41302007-10-13 Karl Berry <karl@gnu.org>
4131
4132 * elisp.texi (@dircategory): Move to after @copying,
4133 since we want @copying as close as possible to the beginning of
4134 the output.
4135
61bbdbc6
RS
41362007-10-12 Richard Stallman <rms@gnu.org>
4137
4138 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
4139
4140 * commands.texi (Distinguish Interactive): New node,
4141 broken out from Interactive Call and rewritten.
4142 (Command Loop): Put Distinguish Interactive in menu.
4143
af23e1e8
RS
41442007-10-09 Richard Stallman <rms@gnu.org>
4145
4146 * text.texi (Examining Properties): Mention overlay priority.
4147
4148 * display.texi (Display Margins): Correct the description
4149 of margin display specifications.
4150 (Replacing Specs): New subnode broken out of Display Property.
4151
e1965a69
JL
41522007-10-06 Juri Linkov <juri@jurta.org>
4153
4154 * text.texi (Filling): Document fill-paragraph-or-region.
4155
4638454b
JB
41562007-10-05 Juanma Barranquero <lekktu@gmail.com>
4157
4158 * display.texi (Auto Faces): Fix typo.
4159
7ed54cc5
RS
41602007-10-02 Richard Stallman <rms@gnu.org>
4161
4162 * display.texi (Display Property): Explain some display specs
4163 don't let you move point in.
4164
5dcb4c4e
SM
4165 * frames.texi (Cursor Parameters):
4166 Describe cursor-in-non-selected-windows here. Explain more values.
7ed54cc5
RS
4167
4168 * windows.texi (Basic Windows): Don't describe
4169 cursor-in-non-selected-windows here.
4170
305a7ef2
EZ
41712007-10-01 Eli Zaretskii <eliz@gnu.org>
4172
4173 * processes.texi (Misc Network): Note that these functions are
4174 supported only on some systems.
4175
f7a7f4eb
RS
41762007-10-01 Richard Stallman <rms@gnu.org>
4177
4178 * display.texi (Overlay Properties): Explain nil as priority.
4179 Explain that conflicts are unpredictable if not resolved by
4180 priorities.
4181
780d7bb9
RS
41822007-09-23 Richard Stallman <rms@gnu.org>
4183
4184 * macros.texi (Backquote): Minor clarification.
4185
14b4fdfb
RS
41862007-09-19 Richard Stallman <rms@gnu.org>
4187
4188 * display.texi (Display Property): Explain multiple display specs.
9600ac7c
RS
4189 Clarify when they work in parallel and when one overrides.
4190 Fix error in example.
14b4fdfb 4191
b8d4c8d0
GM
41922007-09-06 Glenn Morris <rgm@gnu.org>
4193
b3e755a9 4194 Move from lispref/ to doc/lispref/. Change all setfilename
b8d4c8d0
GM
4195 commands to use ../../info.
4196 * Makefile.in (infodir): Go up one more level.
4638454b 4197 (usermanualdir): Change from ../man to ../emacs.
b8d4c8d0
GM
4198 (miscmanualdir): New.
4199 (dist): Use new variable miscmanualdir.
4200 * makefile.w32-in (infodir, texinputdir): Go up one more level.
4201 (usermanualdir): Change from ../man to ../emacs.
4202
1bb1f7d3
MR
42032007-08-30 Martin Rudalics <rudalics@gmx.at>
4204
4205 * commands.texi (Command Loop Info): Advise against changing
4206 most variables described here. Explain new variable
4207 last-repeatable-command.
4208
b8d4c8d0
GM
42092007-08-29 Glenn Morris <rgm@gnu.org>
4210
4211 * elisp.texi (EMACSVER): Increase to 23.0.50.
4212
42132007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
4214
4215 * frames.texi (Basic Parameters): Add display-environment-variable
4216 and term-environment-variable.
4217
42182007-08-28 Juri Linkov <juri@jurta.org>
4219
4220 * display.texi (Image Formats, Other Image Types): Add SVG.
4221
42222007-08-28 Juri Linkov <juri@jurta.org>
4223
4224 * display.texi (Images): Move formats-related text to new node
4225 "Image Formats".
4226 (Image Formats): New node.
4227
619fb9ee
RS
42282007-08-27 Richard Stallman <rms@gnu.org>
4229
4230 * windows.texi (Window Configurations): Clarify what
4231 a window configuration saves.
4232
b8d4c8d0
GM
42332007-08-25 Richard Stallman <rms@gnu.org>
4234
4235 * display.texi (Images): Delete redundant @findex.
4236
39f9da30
GM
42372007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
4238
4239 * text.texi (Change Hooks): (after|before)-change-functions are no
4240 longer bound to nil while running; rather inhibit-modification-hooks
4241 is t.
4242
b8d4c8d0
GM
42432007-08-16 Richard Stallman <rms@gnu.org>
4244
5dcb4c4e
SM
4245 * processes.texi (Asynchronous Processes):
4246 Clarify doc of start-file-process.
b8d4c8d0
GM
4247
42482007-08-08 Martin Rudalics <rudalics@gmx.at>
4249
4250 * modes.texi (Example Major Modes): Fix typo.
4251
42522007-08-08 Glenn Morris <rgm@gnu.org>
4253
4254 * intro.texi (nil and t): Do not use `iff' in documentation.
4255
4256 * tips.texi (Documentation Tips): Recommend against `iff'.
4257
42582007-08-07 Chong Yidong <cyd@stupidchicken.com>
4259
4260 * display.texi (Image Cache): Document image-refresh.
4261
42622007-08-06 Martin Rudalics <rudalics@gmx.at>
4263
4264 * windows.texi (Size of Window): Document window-full-width-p.
4265
42662007-07-25 Glenn Morris <rgm@gnu.org>
4267
4268 * gpl.texi (GPL): Replace license with GPLv3.
4269
4270 * Relicense all FSF files to GPLv3 or later.
4271
42722007-07-24 Michael Albinus <michael.albinus@gmx.de>
4273
4638454b
JB
4274 * processes.texi (Synchronous Processes):
4275 Add `process-file-shell-command'.
b8d4c8d0
GM
4276 (Asynchronous Processes): Mention restricted use of
4277 `process-filter' and `process-sentinel' in
4278 `start-file-process'. Add `start-file-process-shell-command'.
4279
42802007-07-17 Michael Albinus <michael.albinus@gmx.de>
4281
4282 * files.texi (Magic File Names): Introduce optional parameter
4283 IDENTIFICATION for `file-remote-p'.
4284
42852007-07-16 Richard Stallman <rms@gnu.org>
4286
4287 * display.texi (Defining Faces): Fix previous change.
4288
42892007-07-14 Richard Stallman <rms@gnu.org>
4290
4291 * control.texi (Handling Errors): Document `debug' in handler list.
4292
42932007-07-10 Richard Stallman <rms@gnu.org>
4294
4295 * display.texi (Defining Faces): Explain C-M-x feature for defface.
4296
42972007-07-09 Richard Stallman <rms@gnu.org>
4298
4299 * files.texi (Magic File Names): Rewrite previous change.
4300
43012007-07-08 Michael Albinus <michael.albinus@gmx.de>
4302
4303 * files.texi (Magic File Names): Introduce optional parameter
4304 CONNECTED for `file-remote-p'.
4305
43062007-07-07 Michael Albinus <michael.albinus@gmx.de>
4307
4308 * processes.texi (Asynchronous Processes):
4309 * files.texi (Magic File Names): Add `start-file-process'.
4310
43112007-06-27 Richard Stallman <rms@gnu.org>
4312
5dcb4c4e
SM
4313 * files.texi (Format Conversion Piecemeal):
4314 Clarify `after-insert-file-functions' calling convention.
b8d4c8d0
GM
4315
43162007-06-27 Michael Albinus <michael.albinus@gmx.de>
4317
4638454b
JB
4318 * files.texi (Magic File Names): Remove `dired-call-process'.
4319 Add `process-file'.
b8d4c8d0
GM
4320
43212007-06-27 Kenichi Handa <handa@m17n.org>
4322
4323 * text.texi (Special Properties): Fix description about
4638454b 4324 `composition' property.
b8d4c8d0
GM
4325
43262007-06-26 Kenichi Handa <handa@m17n.org>
4327
4328 * nonascii.texi (Default Coding Systems): Document about the
4329 return value `undecided'.
4330
43312007-06-25 David Kastrup <dak@gnu.org>
4332
4333 * keymaps.texi (Active Keymaps): Document new POSITION argument of
4334 `current-active-maps'.
4335
43362007-06-24 Karl Berry <karl@gnu.org>
4337
4638454b 4338 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
b8d4c8d0
GM
4339
43402007-06-15 Juanma Barranquero <lekktu@gmail.com>
4341
4342 * display.texi (Overlay Arrow): Doc fix.
4343
43442007-06-14 Karl Berry <karl@tug.org>
4345
4346 * anti.texi (Antinews): Typo.
4347
43482007-06-14 Chong Yidong <cyd@stupidchicken.com>
4349
4350 * display.texi (Image Cache): Document image-refresh.
4351
43522007-06-12 Karl Berry <karl@gnu.org>
4353
4354 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
4355 * two-volume.make: New file.
4356 * .cvsignore: Ignore two-volume files.
4357
43582007-06-12 Tom Tromey <tromey@redhat.com>
4359
4360 * os.texi (Init File): Document user-emacs-directory.
4361
43622007-06-03 Nick Roberts <nickrob@snap.net.nz>
4363
4364 * commands.texi (Click Events): Describe width and height when
4365 object is nil.
4366
43672007-05-30 Nick Roberts <nickrob@snap.net.nz>
4368
5dcb4c4e
SM
4369 * commands.texi (Click Events): Layout more logically.
4370 Describe width and height.
b8d4c8d0
GM
4371 (Drag Events, Motion Events): Update to new format for position.
4372
43732007-06-02 Richard Stallman <rms@gnu.org>
4374
4375 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
4376
43772007-06-02 Chong Yidong <cyd@stupidchicken.com>
4378
4379 * Version 22.1 released.
4380
43812007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
4382
4383 * text.texi (Special Properties): Correct meaning of fontified face.
4384
43852007-05-30 Richard Stallman <rms@gnu.org>
4386
4387 * text.texi (Special Properties): Add link to Adjusting Point.
4388
43892007-05-12 Richard Stallman <rms@gnu.org>
4390
4391 * text.texi (Margins): indent-to-left-margin is not the default.
4392 (Mode-Specific Indent): For indent-line-function, the default
4393 is indent-relative.
4394
4395 * modes.texi (Example Major Modes): Explain last line of text-mode
4396 is redundant.
4397
43982007-05-10 Richard Stallman <rms@gnu.org>
4399
4400 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
4401
4402 * help.texi (Keys in Documentation): Add reference to
4403 Documentation Tips.
4404
4405 * files.texi (Format Conversion): TO-FN gets three arguments.
4406
4407 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
4408
44092007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
4410
4411 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
4412 * files.texi (Format Conversion): Expand intro; add menu.
4413 (Format Conversion Overview, Format Conversion Round-Trip)
4414 (Format Conversion Piecemeal): New nodes/subsections.
4415 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
4416 * text.texi (Text Properties): Remove "Saving Properties" from menu.
4417 (Saving Properties): Delete node/subsection.
4418
44192007-05-07 Karl Berry <karl@gnu.org>
4420
4421 * elisp.texi (EMACSVER): Back to 22.
4422
44232007-05-06 Richard Stallman <rms@gnu.org>
4424
4425 * processes.texi (Accepting Output): Revert most of previous change.
4426
44272007-05-05 Richard Stallman <rms@gnu.org>
4428
4429 * processes.texi (Accepting Output): accept-process-output
4430 uses microseconds, not milliseconds. But that arg is obsolete.
4431
44322007-05-04 Karl Berry <karl@tug.org>
4433
4434 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
4435
44362007-05-04 Eli Zaretskii <eliz@gnu.org>
4437
4438 * tips.texi (Documentation Tips): Rearrange items to place the
4439 more important ones first. Add an index entry for hyperlinks.
4440
44412007-05-03 Karl Berry <karl@gnu.org>
4442
4443 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
4444 (EMACSVER) [smallbook]: 22 for printed version.
4445
4446 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
4447 so restore anchor to normal position after defun. Found by Kevin Ryde.
4448
44492007-04-26 Glenn Morris <rgm@gnu.org>
4450
4451 * elisp.texi (EMACSVER): Increase to 22.1.50.
4452
44532007-04-28 Karl Berry <karl@gnu.org>
4454
4455 * elisp.texi: Improve line breaks on copyright page,
4456 similar layout to emacs manual, 8.5x11 by default.
4457
44582007-04-24 Richard Stallman <rms@gnu.org>
4459
4460 * text.texi (Special Properties): Add xref to Overlay Properties.
4461
4462 * display.texi (Overlay Properties): Add xref to Special Properties.
4463
44642007-04-22 Richard Stallman <rms@gnu.org>
4465
4466 * keymaps.texi (Extended Menu Items): Move the info about
4467 format with cached keyboard binding.
4468
44692007-04-21 Richard Stallman <rms@gnu.org>
4470
4471 * text.texi (Special Properties): Clarify previous change.
4472
4473 * files.texi (File Name Expansion): Clarify previous change.
4474
4475 * display.texi (Attribute Functions): Fix example for
4476 face-attribute-relative-p.
4477
44782007-04-19 Kenichi Handa <handa@m17n.org>
4479
4480 * text.texi (Special Properties): Document composition property.
4481
44822007-04-19 Glenn Morris <rgm@gnu.org>
4483
4484 * files.texi (File Name Expansion): Mention "superroot".
4485
44862007-04-15 Chong Yidong <cyd@stupidchicken.com>
4487
4488 * frames.texi (Multiple Displays): Add note about "multi-monitor"
4489 setups.
4490 (Display Feature Testing): Note that display refers to all
4491 physical monitors for multi-monitor setups.
4492
44932007-04-14 Richard Stallman <rms@gnu.org>
4494
4495 * lists.texi (Sets And Lists): Clarify `delete' examples.
4496 Remove spurious xref to same node.
4497 Clarify xref for add-to-list.
4498
44992007-04-12 Nick Roberts <nickrob@snap.net.nz>
4500
4501 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
4502 value of lisp-mode-map.
4503
45042007-04-11 Karl Berry <karl@gnu.org>
4505
4506 * anti.texi (Antinews):
4507 * display.texi (Overlay Properties, Defining Images):
4508 * processes.texi (Synchronous Processes, Sentinels):
4509 * syntax.texi (Syntax Table Internals):
4510 * searching.texi (Regexp Special):
4511 * nonascii.texi (Default Coding Systems):
4512 * text.texi (Special Properties):
4513 * minibuf.texi (Basic Completion): Wording to improve breaks in
4514 8.5x11 format.
4515 * elisp.texi (smallbook): New @set to more easily switch between
4516 smallbook and 8.5x11.
4517
45182007-04-11 Richard Stallman <rms@gnu.org>
4519
4520 * text.texi (Lazy Properties): Minor fix.
4521
45222007-04-08 Karl Berry <karl@gnu.org>
4523
4524 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
4525 * macros.texi (Backquote): Downcase Backquote in index entries for
4526 consistency.
4527
45282007-04-08 Richard Stallman <rms@gnu.org>
4529
4530 * text.texi (Adaptive Fill): Just describe default,
4531 don't show it (since it contains non-ASCII chars).
4532
45332007-04-07 Karl Berry <karl@gnu.org>
4534
4535 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
4536 adaptive-fill-regexp's value, since they are not in the standard
4537 TeX fonts.
4538
45392007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
4540
4541 * display.texi (Defining Faces): Fix example.
4542
45432007-04-07 Karl Berry <karl@gnu.org>
4544
4545 * display.texi (Button Buffer Commands): Improve page break.
4546
45472007-04-07 Richard Stallman <rms@gnu.org>
4548
4549 * advice.texi (Activation of Advice): Remove redundant index entry.
4550
4551 * backups.texi: Improve index entries. Remove redundant ones.
4552
4553 * compile.texi (Byte Compilation): Improve index entry.
4554
4555 * hash.texi (Creating Hash): Improve index entry.
4556
4557 * symbols.texi (Definitions): Improve index entry.
4558
4559 * edebug.texi: Improve index entries. Remove redundant/useless ones.
4560
4561 * maps.texi (Standard Keymaps): Remove useless index entry.
4562
4563 * help.texi (Documentation Basics): Remove redundant index entries.
4564
4565 * customize.texi: Improve index entries.
4566 Remove redundant/useless ones.
4567
4568 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
4569
4570 * streams.texi (Output Variables): Improve index entry.
4571
4572 * abbrevs.texi (Abbrevs): Remove useless index entry.
4573
4574 * macros.texi (Expansion): Remove useless index entry.
4575
4576 * text.texi: Improve index entries. Remove redundant/useless ones.
4577 (Text Properties, Examining Properties)
4578 (Special Properties): Use "property category" instead of "category"
4579 to refer to the `category' property.
4580
4581 * positions.texi: Improve index entries. Remove useless one.
4582
4583 * lists.texi: Improve index entries. Remove redundant/useless ones.
4584
4585 * os.texi: Improve index entries.
4586 (Timers): Fix previous change.
4587
4588 * buffers.texi: Improve index entries.
4589 (Modification Time): Get rid of term "obsolete buffer".
4590
4591 * debugging.texi: Improve index entries.
4592 (Test Coverage): Add xref to other test coverage ftr.
4593
4594 * eval.texi: Improve index entry. Remove redundant ones.
4595
4596 * numbers.texi: Improve index entries. Remove redundant/useless ones.
4597
4598 * files.texi: Improve index entries. Remove redundant/useless ones.
4599
4600 * objects.texi: Improve index entries.
4601
4602 * processes.texi: Improve index entries.
4603
4604 * modes.texi: Improve index entry. Remove redundant one.
4605
4606 * nonascii.texi: Improve index entries.
4607
4608 * internals.texi: Improve index entries.
4609
4610 * syntax.texi: Improve index entries.
4611
4612 * keymaps.texi (Active Keymaps): Improve index entries.
4613
4614 * commands.texi: Improve index entries. Remove redundant/useless ones.
4615
4616 * frames.texi: Improve index entries. Remove redundant/useless ones.
4617
4618 * markers.texi: Improve index entries. Remove redundant ones.
4619
4620 * tips.texi: Improve index entries.
4621
4622 * loading.texi (Unloading): Improve index entry.
4623
4624 * variables.texi: Improve index entries. Remove redundant one.
4625
4626 * sequences.texi: Improve index entry.
4627
4628 * display.texi: Improve index entries. Remove redundant ones.
4629
4630 * windows.texi: Improve index entries.
4631
4632 * searching.texi: Improve index entries. Remove redundant one.
4633
4634 * strings.texi (Case Tables): Improve last change.
4635
46362007-04-04 Chong Yidong <cyd@stupidchicken.com>
4637
4638 * strings.texi (Case Tables): Document with-case-table and
4639 ascii-case-table.
4640
46412007-04-03 Karl Berry <karl@gnu.org>
4642
4643 * processes.texi (Network): Reword to improve page break.
4644
46452007-04-03 Eli Zaretskii <eliz@gnu.org>
4646
4647 * functions.texi (Inline Functions): Describe more disadvantages
4648 of defsubst, and make advice against it stronger.
4649
46502007-04-02 Karl Berry <karl@gnu.org>
4651
4652 * backups.texi (Backup Names): Avoid widow words.
4653 * modes.texi (Example Major Modes): Align last comment.
4654
46552007-04-01 Chong Yidong <cyd@stupidchicken.com>
4656
4657 * keymaps.texi (Remapping Commands): Document new arg to
4658 command-remapping.
4659
46602007-04-01 Karl Berry <karl@gnu.org>
4661
4662 * processes.texi (Low-Level Network): Typo.
4663 * loading.texi (Hooks for Loading): Avoid double "the".
4664 * keymaps.texi (Key Sequences): No double "and".
4665 (Changing Key Bindings): Shorten to improve line break.
4666
46672007-03-31 Glenn Morris <rgm@gnu.org>
4668
4669 * os.texi (Timers): Fix description of run-at-time TIME formats.
4670
46712007-03-31 Richard Stallman <rms@gnu.org>
4672
4673 * display.texi (Invisible Text): Correct buffer-invisibility-spec
4674 regarding ellipsis.
4675
46762007-03-31 Eli Zaretskii <eliz@gnu.org>
4677
4678 * intro.texi (nil and t):
4679 * symbols.texi (Plists and Alists):
4680 * variables.texi (Variable Aliases, Constant Variables):
4681 * functions.texi (Defining Functions):
4682 * advice.texi (Advising Primitives):
4683 * debugging.texi (Syntax Errors, Compilation Errors):
4684 * minibuf.texi (Minibuffer Windows):
4685 * commands.texi (Adjusting Point):
4686 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
4687 (Auto Major Mode, Major Mode Conventions):
4688 * help.texi (Describing Characters):
4689 * files.texi (Create/Delete Dirs, Information about Files)
4690 (File Locks, Writing to Files, Reading from Files)
4691 (Saving Buffers):
4692 * windows.texi (Resizing Windows, Cyclic Window Ordering):
4693 * frames.texi (Finding All Frames):
4694 * positions.texi (Buffer End, Motion):
4695 * markers.texi (The Region):
4696 * text.texi (Deletion, Near Point):
4697 * display.texi (Displaying Messages, Truncation):
4698 * os.texi (Processor Run Time):
4699 * tips.texi (Key Binding Conventions, Programming Tips)
4700 (Warning Tips, Documentation Tips, Comment Tips):
4701 * internals.texi (Memory Usage): Improve indexing.
4702
4703 * variables.texi (Frame-Local Variables):
4704 * functions.texi (Argument List):
4705 * loading.texi (Library Search):
4706 * streams.texi (Output Variables):
4707 * keymaps.texi (Translation Keymaps, Searching Keymaps):
4708 * searching.texi (Replacing Match, Search and Replace):
4709 * processes.texi (Byte Packing, Decoding Output)
4710 (Accepting Output, Network Servers, Shell Arguments):
4711 * display.texi (Abstract Display, Image Cache, Scroll Bars):
4712 * windows.texi (Window Point, Window Start):
4713 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
4714 * commands.texi (Reading Input, Keyboard Events):
4715 * minibuf.texi (Reading File Names, Minibuffer Completion)
4716 (Recursive Mini):
4717 * positions.texi (List Motion):
4718 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
4719 * numbers.texi (Arithmetic Operations, Math Functions)
4720 (Predicates on Numbers, Comparison of Numbers):
4721 (Numeric Conversions):
4722 * locals.texi (Standard Buffer-Local Variables):
4723 * maps.texi (Standard Keymaps):
4724 * os.texi (User Identification, System Environment, Recording Input)
4725 (X11 Keysyms):
4726 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
4727 * backups.texi (Backups and Auto-Saving):
4728 * customize.texi (Customization, Group Definitions)
4729 (Variable Definitions):
4730 * compile.texi (Byte Compilation): Improve index entries.
4731
47322007-03-31 Karl Berry <karl@gnu.org>
4733
4734 * macros.texi (Defining Macros): Avoid widow syllable.
4735
47362007-03-31 Eli Zaretskii <eliz@gnu.org>
4737
4738 * elisp.texi (Top): Postscript -> PostScript.
4739
4740 * display.texi (Images, Postscript Images): Postscript -> PostScript.
4741
47422007-03-31 Markus Triska <markus.triska@gmx.at>
4743
4744 * internals.texi (Writing Emacs Primitives): Untabify `For'.
4745
47462007-03-30 Karl Berry <karl@gnu.org>
4747
4748 * lists.texi (List-related Predicates): Remove spurious @need.
4749 (Setcdr): Use @smallexample to improve page break.
4750 (Association Lists) <assoc>: Reword to improve page break.
4751
4752 * strings.texi (String Conversion): Insert blank line to improve
4753 page break.
4754
4755 * numbers.texi (Random Numbers): Use @minus{}.
4756 (Math Functions): Use @minus{}.
4757
4758 * intro.texi (Acknowledgements): Avoid line breaks before middle
4759 initials.
4760
47612007-03-24 Eli Zaretskii <eliz@gnu.org>
4762
4763 * errors.texi (Standard Errors): Add an index entry.
4764
47652007-03-19 Richard Stallman <rms@gnu.org>
4766
4767 * os.texi (Recording Input): recent-keys now gives 300 keys.
4768
47692007-03-12 Glenn Morris <rgm@gnu.org>
4770
4771 * os.texi: Replace "daylight savings" with "daylight saving"
4772 throughout.
4773
47742007-03-05 Richard Stallman <rms@gnu.org>
4775
5dcb4c4e
SM
4776 * variables.texi (File Local Variables):
4777 Update enable-local-variables values.
b8d4c8d0
GM
4778
47792007-03-04 Richard Stallman <rms@gnu.org>
4780
4781 * syntax.texi (Control Parsing): Minor clarification.
4782
4783 * strings.texi (Formatting Strings): Clarify width, precision, flags.
4784
4785 * sequences.texi (Sequence Functions): Move string-bytes away,
4786 add xref.
4787
4788 * nonascii.texi (Text Representations): Move string-bytes here.
4789
4790 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
4791
4792 * minibuf.texi (Basic Completion): Minor clarification.
4793
4794 * markers.texi (The Mark): Clarify existence vs activation of mark.
4795 Other cleanup.
4796
4797 * display.texi (Finding Overlays): Write better example.
4798
4799 * compile.texi (Eval During Compile): Clarify putting macros
4800 in eval-when-compile.
4801
c5602427 48022007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
b8d4c8d0
GM
4803
4804 * loading.texi (How Programs Do Loading): Fix anchor position at
c5602427 4805 load-read-function definition doc.
b8d4c8d0
GM
4806
48072007-02-21 Kim F. Storm <storm@cua.dk>
4808
4809 * strings.texi (Text Comparison): Mention that assoc-string
4810 converts symbols to strings before testing.
4811
48122007-02-17 Kim F. Storm <storm@cua.dk>
4813
4814 * processes.texi (Bindat Spec): Vector types can have optional
4815 element type.
4816 (Bindat Examples): Fix example. Add vector with element type.
4817
48182007-02-16 Andreas Schwab <schwab@suse.de>
4819
4820 * strings.texi (Formatting Strings): Document '+' flag.
4821
48222007-02-15 Juanma Barranquero <lekktu@gmail.com>
4823
4824 * strings.texi (Modifying Strings): Clarify that `clear-string'
4825 always converts the string to unibyte.
4826
48272007-02-14 Kim F. Storm <storm@cua.dk>
4828
4829 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
4830 Rewrite glyph code description to refer to these functions.
4831 Remove details of encoding face number and char into integer code.
4832
48332007-02-03 Alan Mackenzie <acm@muc.de>
4834
4835 * loading.texi (Hooks for Loading): Make the description of
4836 `eval-after-load' more detailed, and amend the description of
4837 after-load-alist, in accordance with changes from 2006-05.
4838
48392007-02-03 Chong Yidong <cyd@stupidchicken.com>
4840
4841 * modes.texi (Defining Minor Modes): Document that a :require
4842 keyword or similar may be required to make saved customization
4843 variables work.
4844
48452007-02-03 Eli Zaretskii <eliz@gnu.org>
4846
4847 * elisp.texi (Top): Make the detailed menu headers compliant with
5dcb4c4e
SM
4848 Texinfo guidelines and with what texnfo-upd.el expects.
4849 Add comments to prevent people from inadvertently modifying the key
b8d4c8d0
GM
4850 parts needed by `texinfo-multiple-files-update'.
4851
48522007-02-02 Eli Zaretskii <eliz@gnu.org>
4853
4854 * elisp.texi (Top): Update the top-level menus.
4855
4856 * syntax.texi (Categories): Add index entries.
4857
48582007-02-01 Juanma Barranquero <lekktu@gmail.com>
4859
4860 * display.texi (Attribute Functions): Fix name and description of
4861 the UNDERLINE arg of `set-face-underline-p'.
4862
48632007-01-29 Eli Zaretskii <eliz@gnu.org>
4864
4865 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
4866 Variables", and "Standard Keymaps" to the detailed menu.
4867
4868 * variables.texi (Future Local Variables): Add index entry.
4869
48702007-01-28 Richard Stallman <rms@gnu.org>
4871
4872 * tips.texi (Coding Conventions): Clarify the tip about macros
4873 that define a function or a variable.
4874
4875 * files.texi (File Attributes): UID and GID can be floats.
4876 (Magic File Names): Explain why deferring all operations to
4877 the standard handler does not work.
4878
48792007-01-23 Martin Rudalics <rudalics@gmx.at>
4880
4881 * backups.texi (Reverting): Use "buffer" instead of "file"
4882 when talking about major and minor modes.
4883
48842007-01-21 Richard Stallman <rms@gnu.org>
4885
4886 * help.texi (Documentation): Add xref to Documentation Tips.
4887
48882007-01-14 Juanma Barranquero <lekktu@gmail.com>
4889
4890 * tips.texi (Coding Conventions): Fix typos.
4891
48922007-01-05 Richard Stallman <rms@gnu.org>
4893
4894 * modes.texi (Defining Minor Modes): Fix previous change.
4895
48962007-01-03 Richard Stallman <rms@gnu.org>
4897
4898 * customize.texi (Variable Definitions, Customization Types):
4899 Don't use * in doc string for defcustom.
4900
49012007-01-02 Richard Stallman <rms@gnu.org>
4902
4903 * variables.texi (Variable Aliases): Clarify that aliases vars
4904 always have the same value.
4905
4906 * processes.texi (Bindat Spec): Fix Texinfo usage.
4907
4908 * modes.texi (Defining Minor Modes): Explain effect of command
4909 defined with define-global-minor-mode on new buffers.
4910
49112006-12-30 Kim F. Storm <storm@cua.dk>
4912
4913 * keymaps.texi (Tool Bar): Describe `grow-only' value of
4914 `auto-resize-tool-bars'.
4915
49162006-12-30 Richard Stallman <rms@gnu.org>
4917
4918 * keymaps.texi (Active Keymaps): Fix previous change.
4919
49202006-12-30 Nick Roberts <nickrob@snap.net.nz>
4921
4922 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
4923
49242006-12-30 Kim F. Storm <storm@cua.dk>
4925
4926 * processes.texi (Bindat Spec): Clarify using field names in
4927 length specifications.
4928
49292006-12-29 Kim F. Storm <storm@cua.dk>
4930
4931 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
4932 Add count and index variables for eval forms in repeat blocks.
4933
49342006-12-24 Richard Stallman <rms@gnu.org>
4935
5dcb4c4e
SM
4936 * customize.texi (Variable Definitions):
4937 Document new name custom-add-frequent-value.
b8d4c8d0
GM
4938
49392006-12-19 Kim F. Storm <storm@cua.dk>
4940
4941 * commands.texi (Misc Events): User signals now result in sigusr1
4942 and sigusr2 events which are handled through special-event-map.
4943 (Special Events): User signals and drag-n-drop are special.
4944
49452006-12-17 Richard Stallman <rms@gnu.org>
4946
4947 * loading.texi (Named Features): Explain subfeatures better.
4948
4949 * customize.texi: Use "option" only for user options.
4950 For the keyword values inside defcustom etc, say "keywords".
4951 For :options value's elements, say "elements".
4952 :group should not be omitted.
4953
4954 * syntax.texi (Parsing Expressions): Split up node.
4955 (Motion via Parsing, Position Parse, Parser State)
4956 (Low-Level Parsing, Control Parsing): New subnodes.
4957 (Parser State): Document syntax-ppss-toplevel-pos.
4958
4959 * positions.texi (List Motion): Punctuation fix.
4960
4961 * files.texi (File Name Completion): Document PREDICATE arg
4962 to file-name-completion.
4963
49642006-12-16 Eli Zaretskii <eliz@gnu.org>
4965
4966 * internals.texi (Building Emacs, Writing Emacs Primitives):
4967 Add index entries.
4968
49692006-12-11 Richard Stallman <rms@gnu.org>
4970
4971 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
4972 affects face menu. Explain how to make it non-nil without enabling
4973 any fontification.
4974
49752006-12-10 Chong Yidong <cyd@stupidchicken.com>
4976
4977 * modes.texi (Font Lock Basics): Document nil value of
4978 font-lock-defaults.
4979
49802006-12-10 Glenn Morris <rgm@gnu.org>
4981
4982 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
4983 value for system-flag argument. Abbrev tables may not be empty
4984 when major modes are loaded.
4985
49862006-12-08 Juanma Barranquero <lekktu@gmail.com>
4987
4988 * makefile.w32-in (maintainer-clean): Partially revert last
4989 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
4990 to protect elisp-covers.texi.
4991
49922006-12-07 Juanma Barranquero <lekktu@gmail.com>
4993
4994 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
4995 Don't remove elisp* info files; they are already deleted by the
4996 `clean' and `distclean' targets, and they are in the $(infodir)
4997 directory, not the current one.
4998
49992006-12-04 Kim F. Storm <storm@cua.dk>
5000
5001 * commands.texi (Misc Events): Update signal events.
5002 (Event Examples): Add signal example.
5003
50042006-11-29 Richard Stallman <rms@gnu.org>
5005
5006 * frames.texi (Visibility of Frames): Explain visible windows
5007 can be covered by others. Add xref for raise-frame.
5008
50092006-11-28 Richard Stallman <rms@gnu.org>
5010
5011 * searching.texi (Regexp Special): Update when ^ is special.
5012
50132006-11-27 Eli Zaretskii <eliz@gnu.org>
5014
5015 * customize.texi (Customization, Common Keywords)
5016 (Group Definitions, Variable Definitions, Composite Types)
5017 (Type Keywords, Customization Types): Add index entries for
5018 various customization keywords.
5019
50202006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
5021
5022 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
5023
c8763fb6 50242006-11-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
5025
5026 * frames.texi (Window System Selections): Remove clipboard from
5027 description of selection-coding-system.
5028
50292006-11-06 Richard Stallman <rms@gnu.org>
5030
5031 * lists.texi (List Variables): Document COMPARE-FN.
5032
5033 * keymaps.texi: Avoid use of "binding" to mean a relation;
5034 use it only to refer to the meaning associated with a key.
5035 (Keymaps): Change menu node description.
5036
5037 * elisp.texi (Top): Change menu node description.
5038
5039 * display.texi (Managing Overlays): Document overlay-recenter.
5040
50412006-10-29 Chong Yidong <cyd@stupidchicken.com>
5042
5043 * Makefile.in: Use relative paths to avoid advertising filesystem
5044 contents during compilation.
5045
50462006-10-23 Kim F. Storm <storm@cua.dk>
5047
5048 * commands.texi (Event Input Misc): Update unread-command-events.
5049
50502006-10-23 Nick Roberts <nickrob@snap.net.nz>
5051
5052 * lists.texi (Sets And Lists): Fix typos.
5053
50542006-10-18 Juanma Barranquero <lekktu@gmail.com>
5055
5056 * control.texi (Processing of Errors): Use @var for an argument,
5057 not @code.
5058
50592006-10-16 Richard Stallman <rms@gnu.org>
5060
5061 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
5062
5063 * keymaps.texi (Format of Keymaps): Show all the keymap element
5064 patterns that result from menu items.
5065 (Key Lookup): Minor cleanups.
5066
5067 * modes.texi (Precalculated Fontification): Don't say that
5068 not setting font-lock-defaults avoids loading font-lock.
5069
5070 * help.texi (Documentation): Move xref to Emacs Manual here.
5071 (Documentation Basics): From here.
5072 Also doc emacs-lisp-docstring-fill-column.
5073
5074 * elisp.texi: Update version and ISBN.
5075
5076 * commands.texi (Interactive Call): Clarify KEYS arg to
5077 call-interactively is a vector.
5078 (Command Loop Info): Delete anchor in this-command-keys.
5079 Add anchor in this-command-keys-vector.
5080 (Recursive Editing): Document how recursive-edit
5081 handles the current buffer.
5082
50832006-10-13 Chong Yidong <cyd@stupidchicken.com>
5084
5085 * frames.texi (Frame Titles): %c and %l are ignored in
5086 frame-title-format.
5087
50882006-10-11 Richard Stallman <rms@gnu.org>
5089
5090 * keymaps.texi (Key Sequences): Clarify use of kbd.
5091
50922006-10-10 Kim F. Storm <storm@cua.dk>
5093
5094 * lists.texi (Sets And Lists): Add memql.
5095
50962006-10-03 Richard Stallman <rms@gnu.org>
5097
5098 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
5099 Clarify :ascii: and :nonascii:.
5100
51012006-09-29 Juri Linkov <juri@jurta.org>
5102
5103 * modes.texi (%-Constructs): Reorder coding systems in the
5104 documentation of %z to the real order displayed in the modeline.
5105
51062006-09-25 Richard Stallman <rms@gnu.org>
5107
5108 * os.texi (Timers): Describe timer-max-repeats.
5109
51102006-09-25 Chong Yidong <cyd@stupidchicken.com>
5111
5112 * os.texi (Timers): Mention with-local-quit.
5113
51142006-09-24 Richard Stallman <rms@gnu.org>
5115
5116 * searching.texi (Searching and Matching): Mention property search.
5117
5118 * commands.texi (Command Loop Info): Explain how read-event affects
5119 this-command-keys.
5120
51212006-09-20 Richard Stallman <rms@gnu.org>
5122
5123 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
5124
5125 * windows.texi (Window Start): Minor cleanups.
5126
51272006-09-20 Kim F. Storm <storm@cua.dk>
5128
5129 * windows.texi (Window Start): pos-visible-in-window-p allows
5130 specifying t for position to mean "end of window".
5131 Add window-line-height.
5132
5133 * anti.texi (Antinews): Mention window-line-height.
5134
51352006-09-19 David Kastrup <dak@gnu.org>
5136
5137 * keymaps.texi (Searching Keymaps): Small clarification.
5138
51392006-09-18 Richard Stallman <rms@gnu.org>
5140
5141 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
5142 cause keyboard menus.
5143 (Menu Keymaps): Likewise.
5144 (Defining Menus, Keyboard Menus): Clarify.
5145
5146 * text.texi (Fields): Clarify explanation of constrain-to-field.
5147
51482006-09-16 Eli Zaretskii <eliz@gnu.org>
5149
5150 * variables.texi (Tips for Defining): Fix a typo.
5151
51522006-09-15 Richard Stallman <rms@gnu.org>
5153
5154 * keymaps.texi (Remapping Commands, Searching Keymaps)
5155 (Active Keymaps): Clean up previous change.
5156
51572006-09-15 Jay Belanger <belanger@truman.edu>
5158
5159 * gpl.texi: Replace "Library Public License" by "Lesser Public
5160 License" throughout.
5161
51622006-09-15 David Kastrup <dak@gnu.org>
5163
5164 * keymaps.texi (Active Keymaps): Adapt description to use
5165 `get-char-property' instead `get-text-property'. Explain how
5166 mouse events change this. Explain the new optional argument of
5167 `key-binding' and its mouse-dependent lookup.
5168 (Searching Keymaps): Adapt description similarly.
5169 (Remapping Commands): Explain the new optional argument of
5170 `command-remapping'.
5171
51722006-09-14 Richard Stallman <rms@gnu.org>
5173
5174 * keymaps.texi (Searching Keymaps): Clarification.
5175 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
5176
51772006-09-13 Richard Stallman <rms@gnu.org>
5178
5179 * objects.texi (Character Type): Node split.
5180 Add xref to Describing Characters.
5181 (Basic Char Syntax, General Escape Syntax)
5182 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
5183
51842006-09-11 Richard Stallman <rms@gnu.org>
5185
5186 * display.texi (Display Table Format): Wording clarification.
5187 (Glyphs): Clarifications.
5188
51892006-09-10 Chong Yidong <cyd@stupidchicken.com>
5190
5191 * keymaps.texi (Active Keymaps): Mention that key-binding checks
5192 local maps.
5193
51942006-09-10 Kim F. Storm <storm@cua.dk>
5195
5196 * display.texi (Forcing Redisplay): Document return value of
5197 function redisplay.
5198
51992006-09-09 Richard Stallman <rms@gnu.org>
5200
5201 * windows.texi (Window Hooks): Explain limits of
5202 window-scroll-functions.
5203
5204 * display.texi (Fringe Indicators): Update for last change in
5205 indicate-buffer-boundaries.
5206
52072006-09-08 Richard Stallman <rms@gnu.org>
5208
5209 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
5210
52112006-09-06 Kim F. Storm <storm@cua.dk>
5212
5213 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
5214
5215 * windows.texi (Window Start): Update pos-visible-in-window-p.
5216
52172006-09-04 Richard Stallman <rms@gnu.org>
5218
5219 * processes.texi (Accepting Output): Explain SECONDS=0 for
5220 accept-process-output.
5221
5222 * os.texi (Idle Timers): Explain why timer functions should not
5223 loop until (input-pending-p).
5224
52252006-09-02 Eli Zaretskii <eliz@gnu.org>
5226
5227 * makefile.w32-in (usermanualdir): New variable.
5228 (elisp.dvi): Use it.
5229
52302006-09-01 Eli Zaretskii <eliz@gnu.org>
5231
5232 * buffers.texi (Buffer Modification): Fix last change.
5233
52342006-09-01 Chong Yidong <cyd@stupidchicken.com>
5235
5dcb4c4e
SM
5236 * buffers.texi (Buffer Modification):
5237 Document buffer-chars-modified-tick.
b8d4c8d0
GM
5238
52392006-08-31 Richard Stallman <rms@gnu.org>
5240
5241 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
5242
52432006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
5244
5245 * modes.texi (Syntactic Font Lock):
5246 Mention font-lock-syntactic-face-function
5247 instead of specific faces.
5248
52492006-08-29 Chong Yidong <cyd@stupidchicken.com>
5250
5251 * display.texi (Images): Add xrref to display-images-p.
5252
52532006-08-28 Kenichi Handa <handa@m17n.org>
5254
5255 * nonascii.texi (Lisp and Coding Systems): Fix description of
5256 detect-coding-region.
5257
52582006-08-27 Michael Olson <mwolson@gnu.org>
5259
5260 * processes.texi (Transaction Queues): Remove stray quote
5261 character.
5262
52632006-08-25 Richard Stallman <rms@gnu.org>
5264
5265 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
5266 Add xref.
5267
52682006-08-24 Chong Yidong <cyd@stupidchicken.com>
5269
5270 * os.texi (Timers): Avoid waiting inside timers.
5271
52722006-08-21 Lute Kamstra <lute@gnu.org>
5273
5274 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
5275
52762006-08-20 Richard Stallman <rms@gnu.org>
5277
5278 * os.texi (Idle Timers): New node, split out from Timers.
5279 Document current-idle-time.
5280 * commands.texi (Reading One Event): Update xref.
5281 * elisp.texi (Top): Update subnode menu.
5282
52832006-08-16 Richard Stallman <rms@gnu.org>
5284
5285 * keymaps.texi (Extended Menu Items): Show format of cached
5286 bindings in extended menu items.
5287
5288 * customize.texi (Variable Definitions): Explain when the
5289 standard value expression is evaluated.
5290
52912006-08-15 Chong Yidong <cyd@stupidchicken.com>
5292
5293 * commands.texi (Reading One Event): Explain idleness in
5294 `read-event'.
5295
52962006-08-12 Chong Yidong <cyd@stupidchicken.com>
5297
5298 * text.texi (Near Point): Say "cursor" not "terminal cursor".
5dcb4c4e 5299 (Commands for Insertion): Remove split-line since it's not
b8d4c8d0
GM
5300 relevant for Lisp programming.
5301 (Yank Commands): Rewrite introduction.
5302 (Undo): Clarify.
5303 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
5304 (Filling): Remove redundant comment. Clarify return value of
5305 current-justification.
5306 (Margins): Minor clarifications.
5307 (Adaptive Fill): Update default value of adaptive-fill-regexp.
5308 (Sorting): Update definition of sort-lines.
5309 (Columns): Clarify behavior of sort-columns.
5310 (Indent Tabs): Link to Tab Stops in Emacs manual.
5311 (Special Properties): Clarify.
5312 (Clickable Text): Mention Buttons package.
5313
53142006-08-12 Kevin Ryde <user42@zip.com.au>
5315
5316 * os.texi (Time Parsing): Add %z to description of
5317 format-time-string, as per docstring. Add cross reference to
5318 glibc manual for strftime.
5319
53202006-08-08 Richard Stallman <rms@gnu.org>
5321
5322 * modes.texi: Clean up wording in previous change.
5323
53242006-08-07 Chong Yidong <cyd@stupidchicken.com>
5325
5326 * modes.texi (Hooks): Clarify.
5327 (Major Mode Basics): Mention define-derived-mode explicitly.
5328 (Major Mode Conventions): Rebinding RET is OK for some modes.
5329 Mention change-major-mode-hook and after-change-major-mode-hook.
5dcb4c4e 5330 (Example Major Modes): Move to end of Modes section.
b8d4c8d0
GM
5331 (Mode Line Basics): Clarify.
5332 (Mode Line Data): Mention help-echo and local-map in strings.
5333 Explain reason for treatment of non-risky variables.
5334 (Properties in Mode): Clarify.
5335 (Faces for Font Lock): Add font-lock-negation-char-face.
5336
53372006-08-04 Eli Zaretskii <eliz@gnu.org>
5338
5339 * strings.texi (Formatting Strings): Warn against arbitrary
5340 strings as first arg to `format'.
5341
53422006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
5343
5344 * text.texi (Clickable Text): Mention `help-echo' text property.
5345 Update intro, examples and associated explanations.
5346
53472006-07-31 Richard Stallman <rms@gnu.org>
5348
5349 * commands.texi: Update xrefs.
5350 (Event Mod): New node, cut out from old Translating Input.
5351
5352 * maps.texi: Update xrefs.
5353
5354 * keymaps.texi (Translation Keymaps): New node.
5355 Update xrefs from Translating Input to Translation Keymaps.
5356
5357 * elisp.texi (Top): Update subnode menu.
5358
5359 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
5360
5361 * os.texi (System Interface): Fix menu descriptions of some nodes.
5362 (Translating Input): Node deleted.
5363
53642006-07-31 Nick Roberts <nickrob@snap.net.nz>
5365
5366 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
5367
5368 * lists.texi (Sets And Lists): Likewise.
5369
53702006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
5371
5372 * text.texi (Fields): Mention POS
5373 requirement when narrowing is in effect.
5374
53752006-07-28 Richard Stallman <rms@gnu.org>
5376
5377 * display.texi (Face Attributes): Simplify wording.
5378 (Attribute Functions): Clarify meaning of new-frame default
5379 attribute settings.
5380
5381 * customize.texi (Common Keywords): Document how to use
5382 :package-version in a package not in Emacs.
5383
53842006-07-28 Kim F. Storm <storm@cua.dk>
5385
5386 * commands.texi (Reading One Event): Fix last change.
5387
53882006-07-26 Chong Yidong <cyd@stupidchicken.com>
5389
5390 * commands.texi (Reading One Event): Document SECONDS argument for
5391 read-event, read-char, and read-char-exclusive.
5392
53932006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
5394
5395 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
5396 to ensure correct identification.
5397
53982006-07-24 Richard Stallman <rms@gnu.org>
5399
5400 * text.texi (Clickable Text): Clarify.
5401
5402 * sequences.texi (Vector Functions): Delete duplicate xref.
5403
5404 * objects.texi (Function Type): Clarify.
5405
5406 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
5407 modes.
5408
5409 * lists.texi (List Variables): New node.
5410 Material moved from other nodes.
5411
5412 * variables.texi (Setting Variables): add-to-list and
5413 add-to-ordered-list moved to List Variables node.
5414
54152006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
5416
5417 * text.texi (Links and Mouse-1):
5418 For mouse-on-link-p, expand on arg POS.
5419
54202006-07-21 Kim F. Storm <storm@cua.dk>
5421
5422 * display.texi (Forcing Redisplay): Don't mention systems which
5423 don't support sub-second timers for redisplay-preemption-period.
5424
5425 * os.texi (Terminal Output): Clarify text vs graphical terminal.
5426
54272006-07-21 Eli Zaretskii <eliz@gnu.org>
5428
5429 * frames.texi (Input Focus): Document that focus-follows-mouse has
5430 no effect on MS-Windows.
5431
54322006-07-18 Richard Stallman <rms@gnu.org>
5433
5434 * display.texi (Forcing Redisplay): Cleanups in previous change.
5435
5436 * processes.texi (Low-Level Network): Make menu more convenient.
5437
54382006-07-18 Kim F. Storm <storm@cua.dk>
5439
5440 * display.texi (Forcing Redisplay): redisplay-preemption-period
5441 only used on window systems. Add xref to Terminal Output.
5442
5443 * os.texi (Terminal Output): baud-rate only controls preemption on
5444 non-window systems. Add xref to Forcing Redisplay.
5445
5446 * processes.texi (Low-Level Network): Rename node "Make Network"
5447 to "Network Processes".
5448
54492006-07-18 Karl Berry <karl@gnu.org>
5450
5451 * variables.texi, functions.texi, customize.texi, loading.texi:
5452 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
5453
54542006-07-17 Chong Yidong <cyd@stupidchicken.com>
5455
5456 * commands.texi (Waiting): Document batch-mode sit-for behavior.
5457
54582006-07-17 Richard Stallman <rms@gnu.org>
5459
5460 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
5461 Put period and comma inside quotes.
5462
5463 * loading.texi, markers.texi: Use real doublequote inside menus.
5464
5465 * windows.texi: Put point and comma inside quotes.
5466 (Textual Scrolling): Use @samp for error message.
5467
5468 * variables.texi, tips.texi, syntax.texi, symbols.texi:
5469 * strings.texi, streams.texi, processes.texi, os.texi:
5470 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
5471 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
5472 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
5473 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
5474 Put point and comma inside quotes.
5475
5476 * control.texi (Processing of Errors): Add command-error-function.
5477
5478 * variables.texi (File Local Variables): Clarify that
5479 file local variables make buffer-local bindings.
5480
5481 * modes.texi (Syntactic Font Lock): Give default for
5482 font-lock-syntax-table.
5483
54842006-07-17 Nick Roberts <nickrob@snap.net.nz>
5485
5486 * text.texi (Special Properties): Clean up previous change.
5487
54882006-07-16 Karl Berry <karl@gnu.org>
5489
5490 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
5491 * control.texi: Fix bad page breaks through chapter 10 (control).
5492
5493 * anti.texi (Antinews): Reorder face-attribute fns to avoid
5494 underfull hbox.
5495
54962006-07-15 Nick Roberts <nickrob@snap.net.nz>
5497
5498 * text.texi (Special Properties): Describe fontified text property
5499 in relation to a character (not text).
5500
55012006-07-15 Kim F. Storm <storm@cua.dk>
5502
5503 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
5504 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
5505 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
5506
5507 * anti.texi (Antinews): Mention redisplay function.
5508 The kbd macro existed, but was not documented, before 22.x.
5509 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
5510
55112006-07-14 Nick Roberts <nickrob@snap.net.nz>
5512
5513 * display.texi (Displaying Messages): Add anchor.
5514
5515 * frames.texi (Dialog Boxes): Use it.
5516
55172006-07-12 Richard Stallman <rms@gnu.org>
5518
5519 * objects.texi (Frame Type): Explain nature of frames better.
5520
5521 * frames.texi (Frames): Explain nature of frames better.
5522
55232006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
5524
5525 * tips.texi (Coding Conventions): Explain why use cl at compile time.
5526
55272006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5528
5529 * frames.texi (Window System Selections): Mention scrap support for Mac.
5530 Default value of x-select-enable-clipboard is t on Mac.
5531
5532 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
5533
55342006-07-11 Kim F. Storm <storm@cua.dk>
5535
5536 * display.texi (Forcing Redisplay): Add `redisplay' function.
5537 Don't mention (sit-for -1) -- use (redisplay t) instead.
5538
5539 * commands.texi (Waiting): (sit-for -1) is no longer special.
5540 (sit-for 0) is equivalent to (redisplay).
5541 Iconifying/deiconifying no longer makes sit-for return.
5542
55432006-07-10 Nick Roberts <nickrob@snap.net.nz>
5544
5545 * display.texi (Buttons): Fix typo.
5546
5547 * index.texi, elisp.texi (New Symbols): Comment node out.
5548
55492006-07-09 Richard Stallman <rms@gnu.org>
5550
5551 * display.texi (Truncation): Clean up previous change.
5552
55532006-07-08 Richard Stallman <rms@gnu.org>
5554
5555 * commands.texi (Interactive Call): Use 3 as prefix in example
5556 for execute-extended-command.
5557
5558 * display.texi (Attribute Functions): Move paragraph about
5559 compatibility with Emacs < 21.
5560
55612006-07-09 Kim F. Storm <storm@cua.dk>
5562
5563 * display.texi (Refresh Screen): Clarify force-window-update.
5564 (Truncation): "Normally" indicated by fringe arrows.
5565
55662006-07-08 Eli Zaretskii <eliz@gnu.org>
5567
5568 * windows.texi (Textual Scrolling, Resizing Windows):
5569 * variables.texi (Constant Variables):
5570 * text.texi (Buffer Contents, Deletion, Changing Properties)
5571 (Property Search, Special Properties, Sticky Properties)
5572 (Links and Mouse-1, Fields, Change Hooks):
5573 * syntax.texi (Syntax Table Functions, Parsing Expressions)
5574 (Categories):
5575 * symbols.texi (Other Plists):
5576 * streams.texi (Output Variables):
5577 * processes.texi (Input to Processes, Query Before Exit):
5578 * positions.texi (Word Motion, Text Lines, List Motion):
5579 * os.texi (Init File, System Environment, Sound Output)
5580 (Session Management):
5581 * nonascii.texi (Text Representations, Character Sets)
5582 (Chars and Bytes, Locales):
5583 * modes.texi (Defining Minor Modes, Header Lines):
5584 * minibuf.texi (Minibuffer Contents):
5585 * markers.texi (Information from Markers):
5586 * lists.texi (List Elements, Building Lists, Association Lists):
5587 * keymaps.texi (Tool Bar):
5588 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
5589 * functions.texi (What Is a Function, Mapping Functions):
5590 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
5591 (Color Names, Text Terminal Colors, Display Feature Testing):
5592 * files.texi (Visiting Functions, File Name Components)
5593 (Unique File Names, Contents of Directories):
5594 * display.texi (Forcing Redisplay, Displaying Messages)
5595 (Temporary Displays, Font Selection, Auto Faces)
5596 (Font Lookup, Fringe Indicators, Display Margins)
5597 (Image Descriptors, Showing Images, Image Cache, Button Types)
5598 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
5599 (Display Table Format, Glyphs):
5600 * control.texi (Iteration):
5601 * commands.texi (Command Loop Info, Adjusting Point):
5602 * backups.texi (Making Backups, Auto-Saving):
5603 Remove @tindex entries.
5604
56052006-07-07 Kim F. Storm <storm@cua.dk>
5606
5607 * display.texi (Fringe Cursors): Fix typo.
5608 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
5609 (Overlay Arrow): Default is overlay-arrow fringe indicator.
5610
56112006-07-05 Richard Stallman <rms@gnu.org>
5612
5613 * text.texi (Buffer Contents): Add example of text props
5614 in result of buffer-substring.
5615 (Text Properties): Explain better about use of specific property names.
5616 (Property Search): Some cleanups; reorder some functions.
5617
5618 * keymaps.texi (Changing Key Bindings): Cleanup.
5619 Add xref to Key Binding Conventions.
5620
5621 * display.texi (Attribute Functions): Add examples for
5622 face-attribute-relative-p.
5623
5624 * tips.texi (Coding Conventions): Cleanup last change.
5625
56262006-07-05 Karl Berry <karl@gnu.org>
5627
5628 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
5629 Remove @setchapternewpage odd.
5630 Result is 1013 pages, down from 1100.
5631
5632 * anti.texi, customize.texi, display.texi, internals.texi:
5633 * minibuf.texi, modes.texi, tips.texi:
5634 Fix overfull/underfull boxes.
5635
56362006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
5637
5638 * edebug.texi (Instrumenting):
5639 Add Edebug-specific findex for eval-buffer.
5640 * loading.texi (Loading):
5641 Replace eval-current-buffer with eval-buffer.
5642
56432006-06-30 Nick Roberts <nickrob@snap.net.nz>
5644
5645 * locals.texi (Standard Buffer-Local Variables): Update the list
5646 of variables.
5647
56482006-06-26 Nick Roberts <nickrob@snap.net.nz>
5649
5650 * files.texi (File Name Completion): Point user to the node
5651 "Reading File Names".
5652
56532006-06-24 Eli Zaretskii <eliz@gnu.org>
5654
5655 * files.texi (Contents of Directories): Document case-insensitive
5656 behavior on respective filesystems.
5657
5658 * objects.texi (Character Type): Document that Emacs signals an
5659 error for unsupported Unicode characters specified as \uNNNN.
5660
56612006-06-19 Richard Stallman <rms@gnu.org>
5662
5663 * processes.texi (Bindat Spec): Clarify previous change.
5664
56652006-06-16 Richard Stallman <rms@gnu.org>
5666
5667 * tips.texi (Coding Conventions): Better explain conventions
5668 for definition constructs.
5669
5670 * text.texi (Special Properties): String value of `read-only'
5671 serves as the error message.
5672
5673 * objects.texi (Character Type): Clarify prev. change.
5674 (Non-ASCII in Strings): Mention \u and \U.
5675
5676 * commands.texi (Using Interactive): Explain problem of
5677 markers, etc., in command-history.
5678
56792006-06-14 Kim F. Storm <storm@cua.dk>
5680
5681 * commands.texi (Waiting): Negative arg to sit-for forces
5682 redisplay even if input is pending.
5683
5684 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
5685 redisplay. Remove incorrect example of binding redisplay-dont-pause
5686 around (sit-for 0).
5687
56882006-06-13 Richard Stallman <rms@gnu.org>
5689
5690 * display.texi (Forcing Redisplay): Clarify previous change.
5691
56922006-06-13 Romain Francoise <romain@orebokech.com>
5693
5694 * display.texi (Forcing Redisplay): Fix typo.
5695
56962006-06-13 Kim F. Storm <storm@cua.dk>
5697
5698 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
5699
57002006-06-10 Luc Teirlinck <teirllm@auburn.edu>
5701
5702 * tips.texi (Coding Conventions): Add `@end itemize'.
5703
57042006-06-10 Richard Stallman <rms@gnu.org>
5705
5706 * tips.texi (Coding Conventions): Explain use of coding systems
5707 to ensure one decoding for strings.
5708
57092006-06-09 Aidan Kehoe <kehoea@parhasard.net>
5710
5711 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
5712 syntax.
5713
57142006-06-07 Eli Zaretskii <eliz@gnu.org>
5715
5716 * display.texi (Font Selection): Remove description of
5717 clear-face-cache.
5718
5719 * compile.texi (Eval During Compile): Fix a typo. Add index
5720 entries for possible uses of eval-when-compile.
5721
57222006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
5723
5724 * display.texi (Abstract Display): Fix typo.
5725
57262006-06-03 Eli Zaretskii <eliz@gnu.org>
5727
5728 * minibuf.texi (Minibuffer History) <history-add-new-input>:
5729 Reword variable's description.
5730
57312006-06-01 Richard Stallman <rms@gnu.org>
5732
5733 * windows.texi (Splitting Windows): Clarify splitting nonselected
5734 window.
5735
57362006-05-31 Juri Linkov <juri@jurta.org>
5737
5738 * minibuf.texi (Minibuffer History): Add history-add-new-input.
5739
57402006-05-30 Richard Stallman <rms@gnu.org>
5741
5742 * display.texi (Line Height): Fix errors in description of
10d1d0af 5743 default line height and line-height property.
b8d4c8d0
GM
5744
5745 * nonascii.texi (Default Coding Systems): Further clarification.
5746
57472006-05-29 Luc Teirlinck <teirllm@auburn.edu>
5748
5749 * internals.texi (Pure Storage): Mention that an overflow in pure
5750 space causes a memory leak.
5751 (Garbage Collection): If there was an overflow in pure space,
5752 `garbage-collect' returns nil.
5753
57542006-05-30 Eli Zaretskii <eliz@gnu.org>
5755
5756 * nonascii.texi (Default Coding Systems): Fix it some more.
5757
57582006-05-29 Eli Zaretskii <eliz@gnu.org>
5759
5760 * nonascii.texi (Default Coding Systems): Fix last change.
5761
57622006-05-29 Kenichi Handa <handa@m17n.org>
5763
5764 * nonascii.texi (find-operation-coding-system): Describe the new
5765 argument format (FILENAME . BUFFER).
5766
57672006-05-28 Richard Stallman <rms@gnu.org>
5768
5769 * tips.texi (Coding Conventions): Better explain reasons not to
5770 advise other packages or use `eval-after-load'.
5771
57722006-05-29 Kim F. Storm <storm@cua.dk>
5773
5774 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
5775 `bindat-idx' and `bindat-raw' for clarity.
5776
57772006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
5778
5779 * processes.texi (Bindat Spec): Expand on `repeat' handler.
5780
5781 * display.texi (Display): Add "Abstract Display" to menu.
5782 (Abstract Display, Abstract Display Functions)
5783 (Abstract Display Example): New nodes.
5784 * elisp.texi (Top): Add "Abstract Display" to menu.
5785
57862006-05-27 Chong Yidong <cyd@stupidchicken.com>
5787
5788 * keymaps.texi (Key Sequences): Link to input events definition.
5789 (Format of Keymaps): Delete material duplicated in Keymap Basics.
5790
5791 * files.texi (Changing Files): Document updated argument list for
5792 copy-file.
5793
57942006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
5795
5796 * processes.texi (Bindat Functions): Explain term "total length".
5797 Use it in bindat-length and bindat-pack descriptions.
5798
57992006-05-26 Eli Zaretskii <eliz@gnu.org>
5800
5801 * tips.texi (Coding Conventions): Advise against using
5802 eval-after-load in packages. Add an index entry.
5803
58042006-05-25 Juri Linkov <juri@jurta.org>
5805
5806 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
5807
5808 * modes.texi (%-Constructs): Add %e, %z, %Z.
5809
58102006-05-25 Richard Stallman <rms@gnu.org>
5811
5812 * elisp.texi (Top): Update subnode menu.
5813
5814 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
5815 (Keymaps): Update menu.
5816
58172006-05-25 Chong Yidong <cyd@stupidchicken.com>
5818
5819 * keymaps.texi (Key Sequences): Some clarifications.
5820
58212006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
5822
5823 * processes.texi (Bindat Functions): Say "unibyte string"
5824 explicitly for bindat-unpack and bindat-pack descriptions.
5825 (Bindat Examples): Don't call `string-make-unibyte' in example.
5826
58272006-05-25 Chong Yidong <cyd@stupidchicken.com>
5828
5dcb4c4e 5829 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
c5602427 5830 Explain string and vector representations of key sequences.
b8d4c8d0
GM
5831
5832 * keymaps.texi (Changing Key Bindings):
dd7b651b 5833 * commands.texi (Interactive Codes):
b8d4c8d0
GM
5834 * help.texi (Describing Characters): Refer to it.
5835
58362006-05-23 Luc Teirlinck <teirllm@auburn.edu>
5837
5838 * frames.texi (Pointer Shape): @end table -> @end defvar.
5839
58402006-05-22 Richard Stallman <rms@gnu.org>
5841
5842 * elisp.texi (Top): Update subnode menus.
5843
5844 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
5845 Contents rewritten; material from old Pointer Shape node moved here.
5846
5847 * display.texi (Pointer Shape): Node deleted.
5848 (Image Descriptors): Minor cleanup.
5849
58502006-05-21 Richard Stallman <rms@gnu.org>
5851
5852 * syntax.texi (Parsing Expressions): Update info on which STATE
5853 elements are ignored.
5854
58552006-05-19 Luc Teirlinck <teirllm@auburn.edu>
5856
5857 * hooks.texi (Standard Hooks): Correct typo.
5858
5859 * gpl.texi (GPL): ifinfo -> ifnottex.
5860
58612006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
5862
5863 * searching.texi (Simple Match Data): Warn about match data being
5864 set anew by every search.
5865
58662006-05-17 Richard Stallman <rms@gnu.org>
5867
5868 * minibuf.texi (Minibuffer History): Clarify.
5869
5870 * searching.texi (Regexp Special): Clarify nested regexp warning.
5871
58722006-05-16 Kim F. Storm <storm@cua.dk>
5873
5874 * minibuf.texi (Minibuffer History): Update add-to-history.
5875
58762006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
5877
5dcb4c4e
SM
5878 * nonascii.texi (Explicit Encoding):
5879 Fix typo (encoding<->decoding).
b8d4c8d0
GM
5880
58812006-05-14 Richard Stallman <rms@gnu.org>
5882
5883 * buffers.texi (Creating Buffers): Cleanup.
5884
5885 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
5886
58872006-05-13 Eli Zaretskii <eliz@gnu.org>
5888
5889 * buffers.texi (Current Buffer): Document that with-temp-buffer
5890 disables undo.
5891
5892 * os.texi (Terminal-Specific): More accurate description of how
5893 Emacs searches for the terminal-specific libraries.
5894
58952006-05-12 Eli Zaretskii <eliz@gnu.org>
5896
5897 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
5898 emacs-xtra to @inforef's.
5899
5900 * text.texi (Undo): Document that undo is turned off in buffers
5901 whose names begin with a space.
5902
5903 * buffers.texi (Buffer Names): Add index entries for buffers whose
5904 names begin with a space.
5905 (Creating Buffers): Document that undo is turned off in buffers
5906 whose names begin with a space.
5907
5908 * files.texi (Visiting Functions, Reading from Files)
5909 (Saving Buffers): Mention code and EOL conversions by file I/O
5910 primitives and subroutines.
5911
f4e90db0
SM
5912 * nonascii.texi (Lisp and Coding Systems):
5913 Document coding-system-eol-type. Add index entries for eol conversion.
b8d4c8d0
GM
5914
5915 * display.texi (Defining Faces): Mention `mac', and add an xref to
5916 where window-system is described.
5917
59182006-05-10 Richard Stallman <rms@gnu.org>
5919
5920 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
5921
59222006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
5923
5924 * variables.texi (File Local Variables): Recommend to quote lambda
5925 expressions in safe-local-variable property.
5926
59272006-05-09 Richard Stallman <rms@gnu.org>
5928
5dcb4c4e
SM
5929 * variables.texi (File Local Variables):
5930 Document safe-local-eval-forms and safe-local-eval-function.
b8d4c8d0
GM
5931
59322006-05-07 Kim F. Storm <storm@cua.dk>
5933
5934 * minibuf.texi (Minibuffer History): Remove keep-dups arg
5935 from add-to-history.
5936
59372006-05-07 Romain Francoise <romain@orebokech.com>
5938
5939 * commands.texi (Event Input Misc):
5940 * compile.texi (Eval During Compile):
5941 * internals.texi (Buffer Internals):
5942 * minibuf.texi (Initial Input):
5943 * nonascii.texi (Scanning Charsets):
5944 * numbers.texi (Comparison of Numbers):
5945 * windows.texi (Textual Scrolling, Vertical Scrolling):
5946 Fix various typos.
5947
59482006-05-06 Eli Zaretskii <eliz@gnu.org>
5949
5950 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
5951 conditional xref's to either emacs or emacs-xtra, depending on
5952 @iftex/@ifnottex.
5953
5954 * minibuf.texi (Minibuffer History): Document add-to-history.
5955
59562006-05-05 Eli Zaretskii <eliz@gnu.org>
5957
5958 * internals.texi (Pure Storage): Mention the pure overflow message
5959 at startup.
5960
c8763fb6 59612006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
5962
5963 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
5964 (Searching Keymaps): Fix pseudo-Lisp description of keymap
5965 search.
5966
59672006-05-01 Richard Stallman <rms@gnu.org>
5968
5969 * intro.texi (nil and t): Clarify.
5970
5971 * variables.texi (File Local Variables): Suggest using booleanp.
5972
59732006-05-01 Juanma Barranquero <lekktu@gmail.com>
5974
5975 * objects.texi (Type Predicates): Fix typos.
5976
59772006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
5978
5979 * intro.texi (nil and t): Add booleanp.
5980
5981 * objects.texi (Type Predicates): Add links for booleanp and
5982 string-or-null-p.
5983
59842006-04-29 Richard Stallman <rms@gnu.org>
5985
5986 * modes.texi (Multiline Font Lock): Rename from
5987 Multi line Font Lock Elements. Much clarification.
5988 (Font Lock Multiline, Region to Fontify): Much clarification.
5989
59902006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
5991
5992 * variables.texi (File Local Variables): Remove the special case t for
5993 safe-local-variable.
5994
59952006-04-26 Richard Stallman <rms@gnu.org>
5996
5997 * syntax.texi (Parsing Expressions): Minor cleanup.
5998
59992006-04-18 Richard Stallman <rms@gnu.org>
6000
6001 * tips.texi (Coding Conventions): Explain when the package's
6002 prefix should appear later on (not at the start of the name).
6003
6004 * searching.texi (String Search): Clarify effect of NOERROR.
6005
6006 * modes.texi (Imenu): Clarify what special items do.
6007
6008 * hooks.texi (Standard Hooks): Delete text about old hook names.
6009
60102006-04-17 Romain Francoise <romain@orebokech.com>
6011
6012 * variables.texi (Local Variables): Update the default value of
6013 `max-specpdl-size'.
6014
60152006-04-15 Michael Olson <mwolson@gnu.org>
6016
6017 * processes.texi (Transaction Queues): Mention the new optional
6018 `delay-question' argument for `tq-enqueue'.
6019
60202006-04-13 Bill Wohler <wohler@newt.com>
6021
6022 * customize.texi (Common Keywords): Use dotted notation for
6023 :package-version value. Specify its values. Improve documentation
6024 for customize-package-emacs-version-alist.
6025
60262006-04-12 Bill Wohler <wohler@newt.com>
6027
6028 * customize.texi (Common Keywords): Move description of
6029 customize-package-emacs-version-alist to @defvar.
6030
60312006-04-10 Bill Wohler <wohler@newt.com>
6032
6033 * customize.texi (Common Keywords): Add :package-version.
6034
60352006-04-10 Kim F. Storm <storm@cua.dk>
6036
6037 * text.texi (Buffer Contents): Add NOPROPS arg to
6038 filter-buffer-substring.
6039
60402006-04-08 Kevin Ryde <user42@zip.com.au>
6041
6042 * os.texi (Command-Line Arguments): Update xref to emacs manual
6043 "Command Arguments" -> "Emacs Invocation", per change there.
6044
60452006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
6046
6047 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
6048 be on one line to help makeinfo not render two spaces after the dot.
6049
60502006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
6051
6052 * strings.texi (Predicates for Strings): Add string-or-null-p.
6053
60542006-03-28 Kim F. Storm <storm@cua.dk>
6055
6056 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
6057 remarks about systems that don't support fractional seconds.
6058
60592006-03-25 Karl Berry <karl@gnu.org>
6060
6061 * elisp.texi: Use @copyright{} instead of (C), and do not indent
6062 the year list.
6063
60642006-03-21 Nick Roberts <nickrob@snap.net.nz>
6065
6066 * display.texi (Fringe Indicators): Fix typos.
6067
60682006-03-19 Luc Teirlinck <teirllm@auburn.edu>
6069
6070 * tips.texi (Documentation Tips): One can now also write `program'
6071 in front of a quoted symbol in a docstring to prevent making a
6072 hyperlink.
6073
60742006-03-19 Alan Mackenzie <acm@muc.de>
6075
6076 * text.texi (Special Properties): Clarify `fontified' property.
6077
60782006-03-16 Richard Stallman <rms@gnu.org>
6079
6080 * display.texi (Defining Images): Minor cleanup.
6081
60822006-03-16 Bill Wohler <wohler@newt.com>
6083
6084 * display.texi (Defining Images): In image-load-path-for-library,
6085 prefer user's images.
6086
60872006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
6088
6089 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
6090
60912006-03-15 Bill Wohler <wohler@newt.com>
6092
6093 * display.texi (Defining Images): Fix example in
6094 image-load-path-for-library by not recommending that one binds
6095 image-load-path. Just defvar it to placate compiler and only use
6096 it if previously defined.
6097
60982006-03-14 Bill Wohler <wohler@newt.com>
6099
6100 * display.texi (Defining Images): In image-load-path-for-library,
6101 always return list of directories. Update example.
6102
61032006-03-14 Alan Mackenzie <acm@muc.de>
6104
6105 * modes.texi: New node, "Region to Fontify" (for Font Lock).
6106 This describes font-lock-extend-region-function.
6107 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
6108 the new node "Region to Fontify".
6109
61102006-03-13 Richard Stallman <rms@gnu.org>
6111
6112 * display.texi (Invisible Text): The impossible position is
6113 now before the invisible text, not after.
6114 (Defining Images): Clean up last change.
6115
61162006-03-11 Bill Wohler <wohler@newt.com>
6117
6118 * display.texi (Defining Images): Add image-load-path-for-library.
6119
61202006-03-11 Luc Teirlinck <teirllm@auburn.edu>
6121
6122 * text.texi (Adaptive Fill): Fix Texinfo usage.
6123
6124 * strings.texi (Creating Strings): Fix Texinfo usage.
6125
6126 * searching.texi (Regexp Special): Use @samp for regular
6127 expressions that are not in Lisp syntax.
6128
61292006-03-08 Luc Teirlinck <teirllm@auburn.edu>
6130
6131 * searching.texi (Regexp Special): Put remark between parentheses
6132 to avoid misreading.
6133
61342006-03-07 Luc Teirlinck <teirllm@auburn.edu>
6135
6136 * searching.texi (Syntax of Regexps): More accurately describe
6137 which characters are special in which situations.
6138 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
6139 are not special. Describe in detail when `[' and `]' are special.
6140 (Regexp Backslash): Plenty of regexps with unbalanced square
6141 brackets are valid, so reword that statement.
6142
61432006-03-02 Kim F. Storm <storm@cua.dk>
6144
6145 * keymaps.texi (Tool Bar): Add tool-bar-border.
6146
61472006-02-28 Luc Teirlinck <teirllm@auburn.edu>
6148
6149 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
6150
61512006-02-27 Luc Teirlinck <teirllm@auburn.edu>
6152
6153 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
6154
6155 * files.texi (Locating Files): Suggest additional values for the
6156 SUFFIXES arg of `locate-file'. Update pxref.
6157
6158 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
6159 (How Programs Do Loading): Discuss the effects of Auto Compression
6160 mode on `load'.
6161 (Load Suffixes): New node.
6162 (Library Search): Delete description of `load-suffixes'; it was
6163 moved to "Load Suffixes".
6164 (Autoload, Named Features): Mention `load-suffixes'.
6165
61662006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
6167
6168 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
6169
6170 * windows.texi (Window Tree): Fix typo.
6171
61722006-02-20 Kim F. Storm <storm@cua.dk>
6173
6174 * display.texi (Fringe Indicators): New section.
6175 Move indicate-empty-lines, indicate-buffer-boundaries, and
6176 default-indicate-buffer-boundaries here.
6177 Add fringe-indicator-alist and default-fringes-indicator-alist.
6178 Add list of logical fringe indicator symbols.
6179 Update list of standard bitmap names.
6180 (Fringe Cursors): New section.
6181 Move overflow-newline-into-fringe here.
6182 Add fringe-cursor-alist and default-fringes-cursor-alist.
6183 Add list of fringe cursor symbols.
6184
61852006-02-20 Juanma Barranquero <lekktu@gmail.com>
6186
6187 * commands.texi (Using Interactive): Fix reference to node
6188 "Minibuffers".
6189
61902006-02-19 Richard M. Stallman <rms@gnu.org>
6191
6192 * minibuf.texi (High-Level Completion):
6193 Add xref to read-input-method-name.
6194
6195 * files.texi (Relative File Names): Move file-relative-name here.
6196 (File Name Expansion): From here. Minor clarifications.
6197
6198 * commands.texi (Using Interactive): Add xrefs about reading input.
6199 Clarify remarks about that moving point and mark.
6200 Put string case before list case.
6201
c8763fb6 62022006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
6203
6204 * display.texi (Other Display Specs, Image Descriptors):
6205 Revert erroneous changes. The previous description of
6206 image-descriptors as `(image . PROPS)' was correct.
6207
62082006-02-14 Richard M. Stallman <rms@gnu.org>
6209
6210 * variables.texi (File Local Variables): Clarifications.
6211
62122006-02-14 Juanma Barranquero <lekktu@gmail.com>
6213
6214 * variables.texi (File Local Variables): Use @code for a cons
6215 cell, not @var.
6216
62172006-02-13 Chong Yidong <cyd@stupidchicken.com>
6218
6219 * variables.texi (File Local Variables): Document new file local
6220 variable behavior.
6221
62222006-02-10 Kim F. Storm <storm@cua.dk>
6223
6224 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
6225
62262006-02-08 Juanma Barranquero <lekktu@gmail.com>
6227
6228 * modes.texi (%-Constructs): Remove obsolete info about
6229 `global-mode-string'.
6230
62312006-02-07 Richard M. Stallman <rms@gnu.org>
6232
6233 * commands.texi (Prefix Command Arguments): Minor cleanup.
6234
6235 * display.texi: "Graphical display", not window system.
6236
6237 * functions.texi (What Is a Function): Fix xref.
6238
6239 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
6240 (Changing Key Bindings): Clarify when remapping is better than
6241 substitute-key-definition.
6242
62432006-02-02 Richard M. Stallman <rms@gnu.org>
6244
6245 * minibuf.texi (Basic Completion): Completion alists are risky.
6246
6247 * keymaps.texi (Active Keymaps): Clarifications.
6248 (Searching Keymaps): New node.
6249 (Keymaps): Update menu.
6250
6251 * frames.texi (Layout Parameters): Minor clarification.
6252 (Drag and Drop): New node.
6253 (Frames): Update menu.
6254
62552006-01-29 Chong Yidong <cyd@stupidchicken.com>
6256
6257 * display.texi (Other Display Specs, Image Descriptors):
6258 Image description is a list, not a cons cell.
6259
62602006-01-28 Luc Teirlinck <teirllm@auburn.edu>
6261
6262 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
6263 list is not necessarily a list).
6264
62652006-01-27 Eli Zaretskii <eliz@gnu.org>
6266
6267 * frames.texi (Layout Parameters): border-width and
6268 internal-border-width belong to the frame, not the window.
6269
62702006-01-19 Richard M. Stallman <rms@gnu.org>
6271
6272 * nonascii.texi (Translation of Characters): Search cmds use
6273 translation-table-for-input. Automatically made local.
6274
6275 * markers.texi (Overview of Markers): Count insertion type
6276 as one of a marker's attributes.
6277
6278 * keymaps.texi (Controlling Active Maps): New node, split out of
6279 Active Keymaps.
6280 (Keymaps): Menu updated.
6281 (Active Keymaps): Give pseudocode to explain how the active
6282 maps are searched. current-active-maps and key-binding moved here.
6283 (Functions for Key Lookup): current-active-maps and key-binding moved.
6284 Clarifications.
6285 (Searching the Keymaps): New subnode.
6286
6287 * elisp.texi (Top): Menu clarification.
6288
6289 * display.texi (Other Display Specs): Delete duplicate entry for
6290 just a string as display spec. Move text about recursive display
6291 specs on such a string.
6292
6293 * commands.texi (Key Sequence Input): Clarify.
6294 Move num-nonmacro-input-events out.
6295 (Reading One Event): num-nonmacro-input-events moved here.
6296
62972006-01-14 Nick Roberts <nickrob@snap.net.nz>
6298
6299 * advice.texi (Simple Advice): Update example to fit argument
6300 change in previous-line.
6301
63022006-01-05 Richard M. Stallman <rms@gnu.org>
6303
6304 * markers.texi (The Mark): Fix in `mark'.
6305
63062006-01-04 Richard M. Stallman <rms@gnu.org>
6307
6308 * processes.texi (Misc Network, Make Network): Minor cleanups.
6309
63102006-01-04 Kim F. Storm <storm@cua.dk>
6311
6312 * processes.texi (Make Network): Add IPv6 addresses and handling.
6313 (Network Feature Testing): Mention (:family ipv6).
6314 (Misc Network): Add IPv6 formats to format-network-address.
6315
63162005-12-30 Richard M. Stallman <rms@gnu.org>
6317
6318 * text.texi (Changing Properties):
6319 Don't use return value of set-text-properties.
6320
63212005-12-29 Luc Teirlinck <teirllm@auburn.edu>
6322
6323 * modes.texi (Mode Line Format): Correct typo in menu.
6324
63252005-12-29 Richard M. Stallman <rms@gnu.org>
6326
6327 * modes.texi (Mode Line Top): New node.
6328 (Mode Line Data): Some text moved to new node.
6329 Explain the data structure more concretely.
6330 (Mode Line Basics): Clarifications.
6331 (Mode Line Variables): Clarify intro paragraph.
6332 (%-Constructs): Clarify intro paragraph.
6333 (Mode Line Format): Update menu.
6334
63352005-12-28 Luc Teirlinck <teirllm@auburn.edu>
6336
6337 * minibuf.texi (Basic Completion): Update lazy-completion-table
6338 examples for removal of ARGS argument.
6339
63402005-12-23 Richard M. Stallman <rms@gnu.org>
6341
6342 * text.texi (Undo): Restore some explanation from the version
6343 that was deleted.
6344
63452005-12-23 Eli Zaretskii <eliz@gnu.org>
6346
6347 * text.texi (Undo): Remove duplicate descriptions of `apply
6348 funname' and `apply delta' elements of the undo list.
6349
63502005-12-20 Richard M. Stallman <rms@gnu.org>
6351
6352 * help.texi (Help Functions): Update documentation of `apropos'.
6353
63542005-12-20 Luc Teirlinck <teirllm@auburn.edu>
6355
6356 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
6357 because it is confusing. If the :help-echo keyword is a function,
6358 it is not directly used as the :help-echo overlay property, as the
6359 xref seems to suggest (it does not take the appropriate args).
6360
63612005-12-19 Luc Teirlinck <teirllm@auburn.edu>
6362
6363 * customize.texi (Common Keywords): Fix Texinfo usage.
6364 (Group Definitions, Variable Definitions): Update for new
6365 conventions for using `*' in docstrings.
6366
6367 * tips.texi (Documentation Tips): Update for new conventions for
6368 using `*' in docstrings.
6369
63702005-12-16 Richard M. Stallman <rms@gnu.org>
6371
6372 * minibuf.texi (Minibuffer Contents): Minor cleanup.
6373
63742005-12-16 Juri Linkov <juri@jurta.org>
6375
6376 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
6377
63782005-12-14 Romain Francoise <romain@orebokech.com>
6379
6380 * modes.texi (Customizing Keywords): Rename `append' to `how'.
6381 Fix typo.
6382
63832005-12-11 Juri Linkov <juri@jurta.org>
6384
6385 * minibuf.texi (Completion Commands): Add mention of read-file-name
6386 for filename completion keymaps.
6387 (Reading File Names): Add mention of filename completion keymaps
6388 for read-file-name and xref to `Completion Commands'.
6389
63902005-12-10 Richard M. Stallman <rms@gnu.org>
6391
6392 * customize.texi (Common Keywords): State caveats for use of :tag.
6393
63942005-12-08 Richard M. Stallman <rms@gnu.org>
6395
6396 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
6397 with xrefs and better explanation.
6398 (Completion Commands): Add the filename completion maps.
6399
6400 * objects.texi (Character Type): Clarify that \s is not space
6401 if a dash follows.
6402
64032005-12-05 Richard M. Stallman <rms@gnu.org>
6404
6405 * windows.texi (Resizing Windows): Delete preserve-before args.
6406
64072005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
6408
6409 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
6410 in full keymaps, since the quirk has been fixed.
6411
64122005-12-03 Eli Zaretskii <eliz@gnu.org>
6413
5dcb4c4e
SM
6414 * hooks.texi (Standard Hooks): Add index entries.
6415 Mention `compilation-finish-functions'.
b8d4c8d0
GM
6416
64172005-11-27 Richard M. Stallman <rms@gnu.org>
6418
6419 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
6420
64212005-11-21 Juri Linkov <juri@jurta.org>
6422
6423 * customize.texi (Common Keywords): Update links types
6424 custom-manual and url-link. Add link types emacs-library-link,
6425 file-link, function-link, variable-link, custom-group-link.
6426
64272005-11-20 Chong Yidong <cyd@stupidchicken.com>
6428
6429 * display.texi: Revert 2005-11-20 change.
6430
64312005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
6432
6433 * processes.texi (Bindat Functions):
6434 Say "third" to refer to zero-based index "2".
6435
64362005-11-18 Luc Teirlinck <teirllm@auburn.edu>
6437
6438 * loading.texi (Library Search): Update the default value of
6439 `load-suffixes'.
6440
64412005-11-17 Chong Yidong <cyd@stupidchicken.com>
6442
6443 * display.texi (Attribute Functions): Mention :ignore-defface.
6444
64452005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6446
6447 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
6448 (Minor Mode Conventions): Mention the use of a hook.
6449
64502005-11-06 Richard M. Stallman <rms@gnu.org>
6451
6452 * files.texi (Magic File Names): find-file-name-handler checks the
6453 `operations' property of the handler.
6454
64552005-11-03 Richard M. Stallman <rms@gnu.org>
6456
6457 * variables.texi (Frame-Local Variables): Small clarification.
6458
64592005-10-29 Chong Yidong <cyd@stupidchicken.com>
6460
6461 * os.texi (Init File): Document ~/.emacs.d/init.el.
6462
64632005-10-29 Richard M. Stallman <rms@gnu.org>
6464
6465 * internals.texi (Garbage Collection): Document memory-full.
6466
64672005-10-28 Bill Wohler <wohler@newt.com>
6468
6469 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
6470 for URLs.
6471
64722005-10-28 Richard M. Stallman <rms@gnu.org>
6473
6474 * minibuf.texi (Completion Commands): Clean up prev change.
6475
64762005-10-26 Kevin Ryde <user42@zip.com.au>
6477
6478 * compile.texi (Eval During Compile): Explain recommended uses
6479 of eval-when-compile and eval-and-compile.
6480
64812005-10-27 Masatake YAMATO <jet@gyve.org>
6482
6483 * minibuf.texi (Completion Commands):
6484 Write about new optional argument for `display-completion-list'.
6485
64862005-10-23 Richard M. Stallman <rms@gnu.org>
6487
6488 * display.texi (Overlay Arrow): Clarify about local bindings of
6489 overlay-arrow-position.
6490
64912005-10-22 Eli Zaretskii <eliz@gnu.org>
6492
6493 * internals.texi (Building Emacs): Fix last change.
6494
64952005-10-22 Richard M. Stallman <rms@gnu.org>
6496
6497 * internals.texi (Building Emacs): Document eval-at-startup.
6498
64992005-10-21 Richard M. Stallman <rms@gnu.org>
6500
6501 * loading.texi (Where Defined): load-history contains abs file names.
6502 symbol-file returns abs file names.
6503
65042005-10-19 Kim F. Storm <storm@cua.dk>
6505
6506 * display.texi (Showing Images): Add max-image-size integer value.
6507
65082005-10-18 Chong Yidong <cyd@stupidchicken.com>
6509
6510 * display.texi (Showing Images): Document max-image-size.
6511
65122005-10-17 Richard M. Stallman <rms@gnu.org>
6513
6514 * commands.texi (Quitting): Minor clarification.
6515
6516 * processes.texi (Sentinels): Clarify about output and quitting.
6517 (Filter Functions): Mention with-local-quit.
6518
65192005-10-17 Juri Linkov <juri@jurta.org>
6520
6521 * buffers.texi (Current Buffer):
6522 * commands.texi (Event Input Misc):
6523 * compile.texi (Eval During Compile, Compiler Errors):
6524 * customize.texi (Group Definitions):
6525 * display.texi (Progress, Defining Faces):
6526 * files.texi (Writing to Files):
6527 * modes.texi (Mode Hooks, Defining Minor Modes):
6528 * streams.texi (Output Functions):
6529 * syntax.texi (Syntax Table Functions):
6530 * text.texi (Change Hooks):
6531 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
6532
6533 * commands.texi (Quitting): Replace arg `forms' with `body' in
6534 `with-local-quit'.
6535
6536 * positions.texi (Excursions): Replace arg `forms' with `body' in
6537 `save-excursion'.
6538
65392005-10-08 Kim F. Storm <storm@cua.dk>
6540
6541 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
6542 Rename manual section accordingly.
6543
65442005-10-04 Kim F. Storm <storm@cua.dk>
6545
6546 * windows.texi (Window Split Tree): New section describing
6547 new function window-split-tree function.
6548
65492005-10-03 Nick Roberts <nickrob@snap.net.nz>
6550
6551 * display.texi (Fringe Size/Pos): Simplify and add detail.
6552
65532005-09-30 Romain Francoise <romain@orebokech.com>
6554
6555 * minibuf.texi (High-Level Completion): Explain that the prompt
6556 given to `read-buffer' should end with a colon and a space.
6557 Update usage examples.
6558
65592005-09-29 Juri Linkov <juri@jurta.org>
6560
6561 * display.texi (Displaying Messages): Rename argument name
6562 `string' to `format-string' in functions `message', `message-box',
6563 `message-or-box'.
6564
65652005-09-26 Chong Yidong <cyd@stupidchicken.com>
6566
6567 * errors.texi (Standard Errors): Correct xrefs.
6568
65692005-09-18 Chong Yidong <cyd@stupidchicken.com>
6570
6571 * display.texi (Defining Images): Update documentation for
6572 `image-load-path'.
6573
65742005-09-17 Richard M. Stallman <rms@gnu.org>
6575
6576 * display.texi (Defining Images): Clean up previous change.
6577
65782005-09-16 Romain Francoise <romain@orebokech.com>
6579
6580 * elisp.texi: Specify GFDL version 1.2.
6581
6582 * doclicense.texi (GNU Free Documentation License): Update to
6583 version 1.2.
6584
65852005-09-15 Chong Yidong <cyd@stupidchicken.com>
6586
6587 * display.texi (Defining Images): Document `image-load-path'.
6588
65892005-09-15 Richard M. Stallman <rms@gnu.org>
6590
6591 * objects.texi (Printed Representation): Minor cleanup.
6592 (Box Diagrams): Minor fix.
6593 (Cons Cell Type): Move (...) index item here.
6594 (Box Diagrams): From here.
6595 (Array Type): Minor fix.
6596 (Type Predicates): Delete index "predicates".
6597 (Hash Table Type): Clarify xref.
6598 (Dotted Pair Notation): Minor fix.
6599
66002005-09-10 Chong Yidong <cyd@stupidchicken.com>
6601
6602 * files.texi (Saving Buffers): Fix typo.
6603
66042005-09-08 Richard M. Stallman <rms@gnu.org>
6605
6606 * tips.texi (Programming Tips): Correct the "default" prompt spec.
6607
66082005-09-08 Chong Yidong <cyd@stupidchicken.com>
6609
6610 * locals.texi (Standard Buffer-Local Variables): Don't include
6611 mode variables for minor modes.
6612 Fix xrefs for buffer-display-count, buffer-display-table,
6613 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
6614 enable-multibyte-characters, fill-column, header-line-format,
6615 left-fringe-width, left-margin, and right-fringe-width.
6616
6617 * hooks.texi (Standard Hooks): All hooks should conform to the
6618 standard naming convention now.
6619 Fix xref for `echo-area-clear-hook'.
6620
6621 * display.texi (Usual Display): Note that indicate-empty-lines and
6622 tab-width are buffer-local.
6623
6624 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
6625
6626 * modes.texi (Mode Help): Note that major-mode is buffer-local.
6627
6628 * nonascii.texi (Encoding and I/O): Note that
6629 buffer-file-coding-system is buffer-local.
6630
6631 * positions.texi (List Motion): Note that defun-prompt-regexp is
6632 buffer-local.
6633
6634 * text.texi (Auto Filling): Note that auto-fill-function is
6635 buffer-local.
6636 (Undo): Note that buffer-undo-list is buffer-local.
6637
5dcb4c4e
SM
6638 * windows.texi (Buffers and Windows):
6639 Document buffer-display-count.
b8d4c8d0
GM
6640
66412005-09-06 Richard M. Stallman <rms@gnu.org>
6642
6643 * tips.texi (Coding Conventions): Sometimes it is ok to put the
6644 package prefix elsewhere than at the start of the name.
6645
66462005-09-03 Richard M. Stallman <rms@gnu.org>
6647
6648 * tips.texi (Programming Tips): Add conventions for minibuffer
6649 questions and prompts.
6650
66512005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
6652
6653 * intro.texi (nil and t): Minor cleanup.
6654 Delete spurious mention of keyword symbols.
6655 (Evaluation Notation): Add index entry.
6656 (A Sample Function Description): Minor cleanup.
6657 (A Sample Variable Description): Not all vars can be set.
6658
66592005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
6660
6661 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
6662
6663 (Insertion): Document precise type of `insert-char' arg COUNT.
6664
66652005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
6666
6667 * modes.texi (Other Font Lock Variables): Sync the default of
6668 font-lock-lines-before.
6669
66702005-08-31 Michael Albinus <michael.albinus@gmx.de>
6671
6672 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
6673
66742005-08-29 Richard M. Stallman <rms@gnu.org>
6675
6676 * elisp.texi (Top): Update subnode menu.
6677
6678 * searching.texi (Searching and Matching): Move node.
6679 Rearrange contents and add overall explanation.
6680 (Searching and Case): Move node.
6681 (Searching and Matching): Update menu.
6682
66832005-08-27 Eli Zaretskii <eliz@gnu.org>
6684
6685 * os.texi (Startup Summary): Fix the description of the initial
6686 startup message display.
6687
66882005-08-25 Richard M. Stallman <rms@gnu.org>
6689
6690 * searching.texi (Search and Replace): Add replace-regexp-in-string.
6691
66922005-08-25 Emilio C. Lopes <eclig@gmx.net>
6693
6694 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
6695 `next-overlay-change' example.
6696
66972005-08-22 Juri Linkov <juri@jurta.org>
6698
6699 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
6700 Fix invert-face. Fix args of face-background.
6701
6702 * display.texi (Standard Faces): Delete node.
6703 (Faces): Add xref to `(emacs)Standard Faces'.
6704 (Displaying Faces): Fix xref to `Standard Faces'.
6705
6706 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
6707
67082005-08-20 Alan Mackenzie <acm@muc.de>
6709
6710 * buffers.texi (The Buffer List): Clarify the manipulation of the
6711 buffer list.
6712
67132005-08-14 Richard M. Stallman <rms@gnu.org>
6714
6715 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
6716 a regexp.
6717
67182005-08-11 Richard M. Stallman <rms@gnu.org>
6719
6720 * elisp.texi (Top): Update subnode lists.
6721
6722 * display.texi (Inverse Video): Node deleted.
6723
6724 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
6725 New nodes split out of Coding Conventions.
6726
6727 * searching.texi (Regular Expressions): Document re-builder.
6728
6729 * os.texi (Time Parsing): New node split out of Time Conversion.
6730
6731 * processes.texi (Misc Network, Network Feature Testing)
6732 (Network Options, Make Network): New nodes split out of
6733 Low-Level Network.
6734
67352005-08-09 Richard M. Stallman <rms@gnu.org>
6736
6737 * frames.texi (Geometry): New node, split from Size and Position.
6738 (Frame Parameters): Refer to Geometry.
6739
6740 * buffers.texi (The Buffer List): Fix xrefs.
6741
6742 * windows.texi (Splitting Windows): Fix xref.
6743
6744 * frames.texi (Layout Parameters): Add xref.
6745
6746 * display.texi (Line Height, Scroll Bars): Fix xrefs.
6747
6748 * keymaps.texi (Menu Bar): Fix xref.
6749
6750 * locals.texi (Standard Buffer-Local Variables): Fix xref.
6751
6752 * modes.texi (%-Constructs): Fix xref.
6753
6754 * frames.texi (Window Frame Parameters): Node split up.
6755 (Basic Parameters, Position Parameters, Size Parameters)
6756 (Layout Parameters, Buffer Parameters, Management Parameters)
6757 (Cursor Parameters, Color Parameters): New subnodes.
6758
67592005-08-09 Luc Teirlinck <teirllm@auburn.edu>
6760
6761 * positions.texi (Screen Lines): Update xref for previous change
6762 in minibuf.texi.
6763
6764 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
6765 change in minibuf.texi.
6766
67672005-08-09 Richard M. Stallman <rms@gnu.org>
6768
6769 * tips.texi (Coding Conventions): Minor cleanup.
6770
6771 * modes.texi (Defining Minor Modes): Explain when init-value
6772 can be non-nil.
6773
6774 * elisp.texi (Top): Update submenu for Minibuffer.
6775
6776 * minibuf.texi (Minibuffer Misc): Node split up.
6777 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
6778 (Recursive Mini): New nodes split out from Minibuffer Misc.
6779 (Minibuffer Misc): Document max-mini-window-height.
6780
6781 * hash.texi (Defining Hash): Delete stray paren in example.
6782
6783 * display.texi (Echo Area Customization): Don't define
6784 max-mini-window-height here; xref instead.
6785
6786 * commands.texi (Event Input Misc): Update while-no-input.
6787
6788 * advice.texi (Advising Functions): Explain when to use advice
6789 and when to use a hook.
6790
67912005-07-30 Eli Zaretskii <eliz@gnu.org>
6792
6793 * makefile.w32-in (info): Don't run install-info.
6794 ($(infodir)/dir): New target, produced by running install-info.
6795
67962005-07-27 Luc Teirlinck <teirllm@auburn.edu>
6797
6798 * modes.texi (Defining Minor Modes): The keyword for the initial
6799 value is :init-value, not :initial-value.
6800
68012005-07-23 Eli Zaretskii <eliz@gnu.org>
6802
6803 * loading.texi (Autoload): Make the `doctor' example be consistent
6804 with what's in current loaddefs.el. Describe the "fn" magic in
6805 the usage portion of the doc string.
6806
68072005-07-22 Richard M. Stallman <rms@gnu.org>
6808
6809 * internals.texi (Garbage Collection): Clarify previous change.
6810
68112005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
6812
6813 * internals.texi (Garbage Collection): Add gc-cons-percentage.
6814
68152005-07-18 Juri Linkov <juri@jurta.org>
6816
6817 * commands.texi (Accessing Events):
6818 * frames.texi (Text Terminal Colors, Resources):
6819 * markers.texi (The Mark):
6820 * modes.texi (Defining Minor Modes):
6821 Delete duplicate duplicate words.
6822
68232005-07-16 Richard M. Stallman <rms@gnu.org>
6824
6825 * display.texi (Managing Overlays): Clarify make-overlay
6826 args for insertion types.
6827
68282005-07-13 Luc Teirlinck <teirllm@auburn.edu>
6829
6830 * customize.texi (Variable Definitions):
6831 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
6832 `standard-value' is a list too.
6833 (Defining New Types): Use @key{RET} instead of @key{ret}.
6834
68352005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
6836
6837 * os.texi (Translating Input): Fix typo.
6838
68392005-07-08 Richard M. Stallman <rms@gnu.org>
6840
6841 * README: Update edition number and size estimate.
6842
6843 * elisp.texi (VERSION): Set to 2.9.
6844
68452005-07-07 Richard M. Stallman <rms@gnu.org>
6846
6847 * book-spine.texinfo: Update Emacs version.
6848
6849 * display.texi (Inverse Video): Delete mode-line-inverse-video.
6850
68512005-07-06 Richard M. Stallman <rms@gnu.org>
6852
6853 * searching.texi (Regexp Search): Clarify what re-search-forward
6854 does when the search fails.
6855
68562005-07-05 Lute Kamstra <lute@gnu.org>
6857
6858 * Update FSF's address in GPL notices.
6859
6860 * doclicense.texi (GNU Free Documentation License):
6861 * gpl.texi (GPL):
6862 * tips.texi (Coding Conventions, Library Headers):
6863 * vol1.texi:
6864 * vol2.texi: Update FSF's address.
6865
68662005-07-04 Richard M. Stallman <rms@gnu.org>
6867
6868 * hooks.texi (Standard Hooks): Add occur-hook.
6869
68702005-07-03 Luc Teirlinck <teirllm@auburn.edu>
6871
6872 * display.texi (The Echo Area): Correct menu.
6873
68742005-07-03 Richard M. Stallman <rms@gnu.org>
6875
6876 * elisp.texi (Top): Update subnode menu for Display.
6877
6878 * display.texi (Displaying Messages): New node, with most
6879 of what was in The Echo Area.
5dcb4c4e 6880 (Progress): Move under The Echo Area.
b8d4c8d0
GM
6881 (Logging Messages): New node with new text.
6882 (Echo Area Customization): New node, the rest of what was
6883 in The Echo Area. Document message-truncate-lines with @defvar.
6884 (Display): Update menu.
6885
6886 * windows.texi (Textual Scrolling): Doc 3 values for
6887 scroll-preserve-screen-position.
6888
6889 * text.texi (Special Properties): Change hook functions
6890 should bind inhibit-modification-hooks around altering buffer text.
6891
6892 * keymaps.texi (Key Binding Commands): Call binding BINDING
6893 rather than DEFINITION.
6894
68952005-06-29 Juanma Barranquero <lekktu@gmail.com>
6896
6897 * variables.texi (Defining Variables): `user-variable-p' returns t
6898 for aliases of user options, nil for alias loops.
6899
69002005-06-28 Richard M. Stallman <rms@gnu.org>
6901
6902 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
6903 make-keymap.
6904
69052005-06-27 Luc Teirlinck <teirllm@auburn.edu>
6906
6907 * variables.texi (Setting Variables): Correct and clarify
6908 description of `add-to-ordered-list'.
6909
69102005-06-26 Richard M. Stallman <rms@gnu.org>
6911
6912 * display.texi (Faces): Minor cleanup.
6913
69142005-06-25 Luc Teirlinck <teirllm@auburn.edu>
6915
6916 * display.texi (Faces): `facep' returns t for strings that are
6917 face names.
6918
69192005-06-25 Richard M. Stallman <rms@gnu.org>
6920
6921 * objects.texi (Equality Predicates): Clarify meaning of equal.
6922
6923 * windows.texi (Selecting Windows): save-selected-window
6924 and with-selected-window save and restore the current buffer.
6925
69262005-06-24 Richard M. Stallman <rms@gnu.org>
6927
6928 * numbers.texi (Float Basics): Explain how to test for NaN,
6929 and printing the sign of NaNs.
6930
69312005-06-24 Eli Zaretskii <eliz@gnu.org>
6932
6933 * makefile.w32-in (MAKEINFO): Use --force.
6934
69352005-06-23 Richard M. Stallman <rms@gnu.org>
6936
6937 * display.texi (Face Functions): Correct Texinfo usage.
6938
69392005-06-23 Luc Teirlinck <teirllm@auburn.edu>
6940
6941 * lists.texi (Rings): `ring-elements' now returns the elements of
6942 RING in order.
6943
69442005-06-23 Juanma Barranquero <lekktu@gmail.com>
6945
6946 * markers.texi (The Mark): Texinfo usage fix.
6947
69482005-06-23 Kim F. Storm <storm@cua.dk>
6949
6950 * searching.texi (Entire Match Data): Remove evaporate option for
6951 match-data. Do not mention evaporate option for set-match-data.
6952
69532005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
6954
6955 * display.texi (Face Functions): Mention face aliases.
6956
69572005-06-21 Richard M. Stallman <rms@gnu.org>
6958
6959 * anti.texi (Antinews): Texinfo usage fix.
6960
69612005-06-21 Karl Berry <karl@gnu.org>
6962
6963 * elisp.texi: Use @copying.
6964
6965 * elisp.texi: Put @summarycontents and @contents before the Top
6966 node, instead of the end of the file, so that the contents appear
6967 in the right place in the dvi/pdf output.
6968
69692005-06-21 Juri Linkov <juri@jurta.org>
6970
6971 * display.texi (Defining Faces): Add `customized-face'.
6972
69732005-06-20 Kim F. Storm <storm@cua.dk>
6974
6975 * variables.texi (Setting Variables): Any type of element can be
6976 given order in add-to-ordered-list. Compare elements with eq.
6977
6978 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
6979
69802005-06-20 Karl Berry <karl@gnu.org>
6981
6982 * syntax.texi (Syntax Flags): Make last column very slightly wider
6983 to avoid "generic comment" breaking on two lines and causing an
6984 underfull box.
6985
69862005-06-19 Luc Teirlinck <teirllm@auburn.edu>
6987
6988 * lists.texi (Rings): Various minor clarifications and corrections.
6989
69902005-06-18 Richard M. Stallman <rms@gnu.org>
6991
6992 * functions.texi (Obsolete Functions): Simplify.
6993
6994 * variables.texi (Variable Aliases): Simplify.
6995
6996 * anti.texi, backups.texi, compile.texi, customization.texi:
6997 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
6998 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
6999 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
7000 * variables.texi: Fix formatting ugliness.
7001
7002 * elisp.texi: Add links to Rings and Byte Packing.
7003 Update version and copyright years.
7004
7005 * minibuf.texi: Fix formatting ugliness.
7006 (Completion Commands): Move keymap vars to the end
7007 and vars completing-read binds to the top.
7008
70092005-06-17 Luc Teirlinck <teirllm@auburn.edu>
7010
7011 * processes.texi: Fix typos.
7012 (Bindat Spec): Correct Texinfo error.
7013 (Byte Packing): Fix ungrammatical sentence.
7014
70152005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
7016
7017 * lists.texi (Rings): New node.
7018 (Lists): Add it to menu.
7019
7020 * processes.texi (Byte Packing): New node.
7021 (Processes): Add it to menu.
7022
70232005-06-17 Richard M. Stallman <rms@gnu.org>
7024
7025 * syntax.texi (Parsing Expressions): Fix texinfo usage.
7026
7027 * help.texi (Documentation Basics): Explain the xref to
7028 Documentation Tips.
7029
7030 * debugging.texi (Debugger Commands): Minor fix.
7031
70322005-06-16 Luc Teirlinck <teirllm@auburn.edu>
7033
7034 * edebug.texi (Instrumenting): Eliminate duplicate link.
7035 (Specification List): Replace references to "below", referring to
7036 a later node, with one @ref to that node.
7037
7038 * os.texi (Timers): Timers should save and restore the match data
7039 if they change it.
7040
7041 * debugging.texi (Debugger Commands): Mention that the Lisp
7042 debugger can not step through primitive functions.
7043
70442005-06-16 Juanma Barranquero <lekktu@gmail.com>
7045
7046 * functions.texi (Obsolete Functions): Update argument names of
7047 `make-obsolete' and `define-obsolete-function-alias'.
7048
7049 * variables.texi (Variable Aliases): Update argument names of
7050 `defvaralias', `make-obsolete-variable' and
7051 `define-obsolete-variable-alias'.
7052
70532005-06-15 Kim F. Storm <storm@cua.dk>
7054
7055 * searching.texi (Entire Match Data): Rephrase warnings about
7056 evaporate arg to match-data and set-match-data.
7057
70582005-06-14 Luc Teirlinck <teirllm@auburn.edu>
7059
7060 * elisp.texi (Top): Update detailed menu.
7061
7062 * edebug.texi (Edebug): Update menu.
7063 (Instrumenting): Update xrefs.
7064 (Edebug Execution Modes): Correct xref.
7065 (Jumping): Clarify description of `h' command.
7066 Eliminate redundant @ref.
7067 (Breaks): New node.
7068 (Breakpoints): Is now a subsubsection.
7069 (Global Break Condition): Mention `C-x X X'.
7070 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
7071 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
7072 (Edebug Display Update): Correct pxref.
7073 (Edebug and Macros): New node.
7074 (Instrumenting Macro Calls): Is now a subsubsection.
7075 Neither arg of `def-edebug-spec' is evaluated.
7076 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
7077 (Specification Examples): Fix typo.
7078
70792005-06-14 Lute Kamstra <lute@gnu.org>
7080
7081 * debugging.texi (Function Debugging): Primitives can break on
7082 entry too.
7083
70842005-06-14 Kim F. Storm <storm@cua.dk>
7085
7086 * variables.texi (Setting Variables): Add add-to-ordered-list.
7087
70882005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
7089
7090 * syntax.texi (Parsing Expressions): Document aux functions and vars of
7091 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
7092
70932005-06-13 Lute Kamstra <lute@gnu.org>
7094
7095 * text.texi (Special Properties): Fix cross reference.
7096
70972005-06-11 Luc Teirlinck <teirllm@auburn.edu>
7098
7099 * debugging.texi (Function Debugging): Delete mention of empty
7100 string argument to `cancel-debug-on-entry'. Delete inaccurate
7101 description of the return value of that command.
7102
71032005-06-11 Alan Mackenzie <acm@muc.de>
7104
7105 * text.texi (Adaptive Fill): Amplify the description of
7106 fill-context-prefix.
7107
71082005-06-10 Luc Teirlinck <teirllm@auburn.edu>
7109
7110 * syntax.texi (Parsing Expressions): Fix Texinfo error.
7111
71122005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
7113
7114 * syntax.texi (Parsing Expressions): Document syntax-ppss.
7115
71162005-06-10 Luc Teirlinck <teirllm@auburn.edu>
7117
7118 * debugging.texi (Error Debugging): Minor rewording.
7119 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
7120 is optional.
7121
71222005-06-10 Lute Kamstra <lute@gnu.org>
7123
7124 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
7125 (Top): Give it a title. Correct version number. Give the
7126 detailed node listing a more prominent header.
7127 * intro.texi: Don't set VERSION here a second time.
7128 Mention Emacs's version too.
7129 * anti.texi (Antinews): Use EMACSVER to refer to the current
7130 version of Emacs.
7131
71322005-06-09 Kim F. Storm <storm@cua.dk>
7133
7134 * searching.texi (Entire Match Data): Explain new `reseat' argument to
7135 match-data and set-match-data.
7136
71372005-06-08 Richard M. Stallman <rms@gnu.org>
7138
7139 * searching.texi (Entire Match Data): Clarify when match-data
7140 returns markers and when integers.
7141
7142 * display.texi (Defining Faces): Explain that face name should not
7143 end in `-face'.
7144
7145 * modes.texi (Mode Line Data): Minor cleanup.
7146 (Customizing Keywords): Node split out of Search-based Fontification.
7147 Add example of using font-lock-add-keywords from a hook.
7148 Clarify when MODE should be non-nil, and when nil.
7149
71502005-06-06 Richard M. Stallman <rms@gnu.org>
7151
7152 * modes.texi (Mode Line Data): Explain what happens when the car
7153 of a list is a void symbol.
7154 (Search-based Fontification): Explain MODE arg to
7155 font-lock-add-keywords and warn about calls from major modes.
7156
71572005-06-08 Juri Linkov <juri@jurta.org>
7158
7159 * display.texi (Standard Faces): Add `shadow' face.
7160
71612005-05-29 Luc Teirlinck <teirllm@auburn.edu>
7162
7163 * modes.texi (Major Mode Conventions): A derived mode only needs
7164 to put the call to the parent mode inside `delay-mode-hooks'.
7165
71662005-05-29 Richard M. Stallman <rms@gnu.org>
7167
7168 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
7169 new, and what that implies. Clarify.
7170
7171 * files.texi (Locating Files): Clean up the text.
7172
7173 * frames.texi (Window Frame Parameters): Document user-size.
7174 Shorten entry for top by referring to left.
7175
71762005-05-26 Richard M. Stallman <rms@gnu.org>
7177
7178 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
7179 is new, and what the implications are. Other clarifications.
7180
71812005-05-24 Richard M. Stallman <rms@gnu.org>
7182
7183 * frames.texi (Dialog Boxes): Minor fixes.
7184
71852005-05-25 Masatake YAMATO <jet@gyve.org>
7186
7187 * display.texi (Standard Faces): Write about `mode-line-highlight'.
7188
71892005-05-24 Luc Teirlinck <teirllm@auburn.edu>
7190
7191 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
7192 is optional.
7193
71942005-05-24 Nick Roberts <nickrob@snap.net.nz>
7195
10d1d0af 7196 * frames.texi (Dialog Boxes): Describe new optional argument.
b8d4c8d0
GM
7197
71982005-05-23 Lute Kamstra <lute@gnu.org>
7199
7200 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
7201 syntax-begin-function over font-lock-beginning-of-syntax-function.
7202
72032005-05-21 Luc Teirlinck <teirllm@auburn.edu>
7204
7205 * minibuf.texi (Reading File Names): Update description of
7206 `read-directory-name'.
7207
7208 * modes.texi (Derived Modes): Clarify :group keyword.
7209
72102005-05-21 Eli Zaretskii <eliz@gnu.org>
7211
7212 * files.texi (Locating Files): New subsection.
7213 Describe locate-file and executable-find.
7214
72152005-05-21 Kevin Ryde <user42@zip.com.au>
7216
7217 * frames.texi (Initial Parameters): Update cross reference to
7218 "Emacs Invocation".
7219
72202005-05-19 Luc Teirlinck <teirllm@auburn.edu>
7221
7222 * keymaps.texi (Active Keymaps): Add anchor.
7223
7224 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
7225 (Major Mode Conventions): Refer to `Auto Major Mode' in more
7226 appropriate place.
7227 (Derived Modes): Small clarifications.
7228 (Minor Mode Conventions, Keymaps and Minor Modes):
7229 Replace references to nodes with references to anchors.
7230 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
7231 Clarify description of lists whose first element is an integer.
7232 (Mode Line Variables): Add anchor.
7233 (%-Constructs): Clarify description of integer after %.
7234 (Emulating Mode Line): Describe nil value for FACE.
7235
72362005-05-18 Luc Teirlinck <teirllm@auburn.edu>
7237
7238 * modes.texi (Derived Modes): Correct references to non-existing
7239 variable standard-syntax-table.
7240
72412005-05-17 Lute Kamstra <lute@gnu.org>
7242
7243 * modes.texi (Defining Minor Modes): Mention the mode hook.
7244
72452005-05-15 Kim F. Storm <storm@cua.dk>
7246
7247 * processes.texi (Network): Remove open-network-stream-nowait.
7248 (Network Servers): Remove open-network-stream-server.
7249
72502005-05-15 Luc Teirlinck <teirllm@auburn.edu>
7251
7252 * elisp.texi (Top): Update detailed menu.
7253
7254 * variables.texi: Reorder nodes.
7255 (Variables): Update menu.
7256 (File Local Variables): Do not refer to the `-*-' line as
7257 a "local variables list". Add pxref.
7258
72592005-05-14 Luc Teirlinck <teirllm@auburn.edu>
7260
7261 * elisp.texi (Top): Update detailed menu for node changes.
7262
7263 * modes.texi (Modes): Update Menu.
7264 (Hooks): Move to beginning of chapter.
7265 Most minor modes run mode hooks too.
7266 `add-hook' can handle void hooks or hooks whose value is a single
7267 function.
7268 (Major Modes): Update Menu.
7269 (Major Mode Basics): New node, split off from `Major Modes'.
7270 (Major Mode Conventions): Correct xref. Explain how to handle
7271 auto-mode-alist if the major mode command has an autoload cookie.
7272 (Auto Major Mode): Major update. Add magic-mode-alist.
7273 (Derived Modes): Major update.
7274 (Mode Line Format): Update Menu.
7275 (Mode Line Basics): New node, split off from `Mode Line Format'.
7276
7277 * loading.texi (Autoload): Mention `autoload cookie' as synonym
7278 for `magic autoload comment'. Add index entries and anchor.
7279
72802005-05-14 Richard M. Stallman <rms@gnu.org>
7281
7282 * tips.texi (Coding Conventions): Explain how important it is
7283 that just loading certain files not change Emacs behavior.
7284
7285 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
7286
72872005-05-12 Lute Kamstra <lute@gnu.org>
7288
7289 * modes.texi (Generic Modes): Update.
7290 (Major Modes): Refer to node "Generic Modes".
7291
7292 * elisp.texi (Top): Update to the current structure of the manual.
7293 * processes.texi (Processes): Add menu description.
7294 * customize.texi (Customization): Add menu descriptions.
7295
72962005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
7297
7298 * processes.texi (Signals to Processes)
7299 (Low-Level Network): Fix typos.
7300
73012005-05-11 Lute Kamstra <lute@gnu.org>
7302
7303 * elisp.texi (Top): Add some nodes from the chapter "Major and
7304 Minor Modes" to the detailed node listing.
7305
73062005-05-10 Richard M. Stallman <rms@gnu.org>
7307
7308 * keymaps.texi (Extended Menu Items): Menu item filter functions
7309 can be called at any time.
7310
73112005-05-08 Luc Teirlinck <teirllm@auburn.edu>
7312
7313 * variables.texi (File Local Variables): `(hack-local-variables t)'
7314 now also checks whether a mode is specified in the local variables
7315 list.
7316
73172005-05-05 Kevin Ryde <user42@zip.com.au>
7318
7319 * display.texi (The Echo Area): Correct format function cross
7320 reference.
7321
73222005-05-05 Luc Teirlinck <teirllm@auburn.edu>
7323
7324 * variables.texi (Variable Aliases): Change description of
7325 `define-obsolete-variable-alias'.
7326
7327 * functions.texi (Functions): Add "Obsolete Functions" to menu.
7328 (Defining Functions): Add xref.
7329 (Obsolete Functions): New node.
7330 (Function Safety): Standardize capitalization of section title.
7331
7332 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
7333 (Dialog Boxes): Complete description of `x-popup-dialog'.
7334
73352005-05-04 Richard M. Stallman <rms@gnu.org>
7336
7337 * commands.texi (Interactive Codes): Fix Texinfo usage.
7338 Document U more clearly.
7339
73402005-05-01 Luc Teirlinck <teirllm@auburn.edu>
7341
7342 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
7343 function and not a macro.
7344
7345 * frames.texi (Pop-Up Menus): Correct and clarify description of
7346 `x-popup-menu'.
7347 (Dialog Boxes): Clarify description of `x-popup-dialog'.
7348
73492005-05-01 Richard M. Stallman <rms@gnu.org>
7350
7351 * edebug.texi (Checking Whether to Stop): Fix previous change.
7352
73532005-05-01 Luc Teirlinck <teirllm@auburn.edu>
7354
7355 * display.texi: Fix typos and Texinfo usage.
7356
7357 * edebug.texi (Checking Whether to Stop): executing-macro ->
7358 executing-kbd-macro.
7359
73602005-05-01 Richard M. Stallman <rms@gnu.org>
7361
7362 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
7363
73642005-04-30 Richard M. Stallman <rms@gnu.org>
7365
7366 * files.texi (Magic File Names): Document `operations' property.
7367
73682005-04-29 Lute Kamstra <lute@gnu.org>
7369
7370 * modes.texi (Generic Modes): New node.
7371 (Major Modes): Add it to the menu.
7372 (Derived Modes): Add "derived mode" to concept index.
7373
73742005-04-28 Lute Kamstra <lute@gnu.org>
7375
7376 * modes.texi (Defining Minor Modes): Fix previous change.
7377 (Font Lock Mode): Simplify.
7378 (Font Lock Basics): Say that font-lock-defaults is buffer-local
7379 when set and that some parts are optional. Add cross references.
7380 (Search-based Fontification): Say how to specify font-lock-keywords.
7381 Add cross references. Add font-lock-multiline to index.
7382 Move font-lock-keywords-case-fold-search here from node "Other Font
7383 Lock Variables". Document font-lock-add-keywords and
7384 font-lock-remove-keywords.
7385 (Other Font Lock Variables): Move font-lock-keywords-only,
7386 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
7387 and font-lock-syntactic-face-function to node "Syntactic Font
7388 Lock". Move font-lock-keywords-case-fold-search to node
7389 "Search-based Fontification". Document font-lock-inhibit-thing-lock
7390 and font-lock-{,un}fontify-{buffer,region}-function.
7391 (Precalculated Fontification): Remove reference to deleted variable
7392 font-lock-core-only.
7393 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
7394 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
7395 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
7396 and font-lock-syntactic-face-function here from node "Other Font
7397 Lock Variables". Move font-lock-syntactic-keywords to "Setting
7398 Syntax Properties". Add cross references.
7399 (Setting Syntax Properties): New node.
7400 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
7401 * syntax.texi (Syntax Properties): Add cross reference.
7402 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
7403
74042005-04-26 Richard M. Stallman <rms@gnu.org>
7405
7406 * display.texi (Defining Faces):
7407 Document `default' elements of defface spec.
7408
7409 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
7410
7411 * variables.texi (Variable Aliases): Clarify text.
7412
74132005-04-25 Chong Yidong <cyd@stupidchicken.com>
7414
7415 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
7416
74172005-04-25 Luc Teirlinck <teirllm@auburn.edu>
7418
7419 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
7420
74212005-04-24 Eli Zaretskii <eliz@gnu.org>
7422
7423 * syntax.texi (Syntax Table Internals): Elaborate documentation of
7424 syntax-after and syntax-class.
7425
7426 * files.texi (Changing Files): Fix last change's cross-reference.
7427 (Unique File Names): Don't mention "numbers" in the documentation
7428 of make-temp-file and make-temp-name.
7429
74302005-04-23 Richard M. Stallman <rms@gnu.org>
7431
7432 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
7433
74342005-04-22 Nick Roberts <nickrob@snap.net.nz>
7435
7436 * windows.texi (Cyclic Window Ordering): Clarify window-list.
7437
74382005-04-22 Nick Roberts <nickrob@snap.net.nz>
7439
7440 * variables.texi (Variable Aliases): Describe make-obsolete-variable
7441 and define-obsolete-variable-alias.
7442
74432005-04-22 Kim F. Storm <storm@cua.dk>
7444
7445 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
7446 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
7447
74482005-04-21 Lute Kamstra <lute@gnu.org>
7449
7450 * lists.texi (Association Lists): Document rassq-delete-all.
7451
74522005-04-19 Richard M. Stallman <rms@gnu.org>
7453
7454 * modes.texi (Search-based Fontification): Explain that
7455 facespec is an expression to be evaluated.
7456
74572005-04-19 Kevin Ryde <user42@zip.com.au>
7458
7459 * streams.texi (Output Functions): Fix xref.
7460 * strings.texi (String Conversion): Fix xref.
7461
74622005-04-19 Kim F. Storm <storm@cua.dk>
7463
7464 * symbols.texi (Symbol Plists): Add safe-get.
7465 Mention that `get' may signal an error.
7466
74672005-04-18 Nick Roberts <nickrob@snap.net.nz>
7468
7469 * customize.texi (Variable Definitions): Replace tooltip-mode
7470 example with save-place.
7471
74722005-04-17 Richard M. Stallman <rms@gnu.org>
7473
7474 * buffers.texi (Indirect Buffers): Clarify.
7475
7476 * positions.texi (Positions): Clarify converting marker to integer.
7477
7478 * strings.texi (String Basics): Mention string-match; clarify.
7479
74802005-04-08 Lute Kamstra <lute@gnu.org>
7481
7482 * modes.texi (Search-based Fontification): Fix cross references.
7483 Use consistent terminology. Document anchored highlighting.
7484
74852005-04-05 Lute Kamstra <lute@gnu.org>
7486
7487 * modes.texi (Defining Minor Modes): Document :group keyword
7488 argument and its default value.
7489
74902005-04-03 Lute Kamstra <lute@gnu.org>
7491
7492 * hooks.texi (Standard Hooks): Add some hooks. Add cross
7493 references and/or descriptions. Delete major mode hooks; mention
7494 them as a category instead. Rename or delete obsolete hooks.
7495
74962005-04-02 Richard M. Stallman <rms@gnu.org>
7497
7498 * nonascii.texi (Coding System Basics): Another wording cleanup.
7499
75002005-04-01 Richard M. Stallman <rms@gnu.org>
7501
7502 * nonascii.texi (Coding System Basics): Clarify previous change.
7503
75042005-04-01 Kenichi Handa <handa@m17n.org>
7505
10d1d0af 7506 * nonascii.texi (Coding System Basics): Describe about roundtrip
b8d4c8d0
GM
7507 identity of coding systems.
7508
75092005-03-29 Chong Yidong <cyd@stupidchicken.com>
7510
7511 * text.texi (Buffer Contents): Add filter-buffer-substring and
7512 buffer-substring-filters.
7513
75142005-03-26 Chong Yidong <cyd@stupidchicken.com>
7515
7516 * anti.texi (Antinews): Mention `G' interactive code.
7517
7518 * tips.texi (Compilation Tips): Mention benchmark.el.
7519
75202005-03-27 Luc Teirlinck <teirllm@auburn.edu>
7521
7522 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
7523 is now bound to M-o M-o.
7524
7525 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
7526
75272005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
7528
7529 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
7530 in the Emacs Manual).
7531 * Makefile.in (srcs): Remove calendar.texi.
7532 * makefile.w32-in (srcs): Remove calendar.texi.
7533 * display.texi (Display): Change name of next node.
7534 * os.texi (System In): Change name of previous node.
7535 * elisp.texi (Top): Remove Calendar references.
7536 * vol1.texi (Top): Remove Calendar references.
7537 * vol2.texi (Top): Remove Calendar references.
7538
75392005-03-25 Richard M. Stallman <rms@gnu.org>
7540
7541 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
7542 Cleanup previous change.
7543
75442005-03-25 Chong Yidong <cyd@stupidchicken.com>
7545
7546 * display.texi (Face Attributes): Faces earlier in an :inherit
7547 list take precedence.
7548 (Scroll Bars): Fix description of vertical-scroll-bars.
7549 Document frame-current-scroll-bars and window-current-scroll-bars.
7550
7551 * markers.texi (The Mark): Document temporary Transient Mark mode.
7552
7553 * minibuf.texi (Reading File Names):
7554 Document read-file-name-completion-ignore-case.
7555
7556 * positions.texi (Screen Lines): Document nil for width argument
7557 to compute-motion.
7558
75592005-03-23 Kim F. Storm <storm@cua.dk>
7560
7561 * display.texi (Standard Faces): Other faces used in the fringe
7562 implicitly inherits from the fringe face.
7563 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
7564 properties implicitly inherits from fringe face.
7565 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
7566
75672005-03-20 Chong Yidong <cyd@stupidchicken.com>
7568
7569 * display.texi (Invisible Text): State default value of
7570 line-move-ignore-invisible.
7571 (Managing Overlays): Document remove-overlays.
7572 (Standard Faces): Document escape-glyph face.
7573
7574 * minibuf.texi (Reading File Names): Document read-file-name-function.
7575
7576 * modes.texi (Other Font Lock Variables):
7577 Document font-lock-lines-before.
7578
7579 * positions.texi (Skipping Characters): skip-chars-forward allows
7580 character classes.
7581
75822005-03-18 Lute Kamstra <lute@gnu.org>
7583
7584 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
7585
75862005-03-17 Richard M. Stallman <rms@gnu.org>
7587
7588 * text.texi (Undo): Document extensible undo entries.
7589
dd7b651b 7590 * searching.texi (String Search, Regexp Search): Cleanups.
b8d4c8d0
GM
7591
7592 * nonascii.texi (Character Codes): Minor fix.
7593
7594 * display.texi (Display Property): Explain the significance
7595 of having text properties that are eq.
7596 (Other Display Specs): Explain string as display spec.
7597
7598 * commands.texi (Interactive Codes): Document G option.
7599
76002005-03-17 Chong Yidong <cyd@stupidchicken.com>
7601
7602 * text.texi (Filling): Add sentence-end-without-period and
7603 sentence-end-without-space.
7604 (Changing Properties): Minor fix.
7605
7606 * anti.texi: Total rewrite.
7607
76082005-03-15 Lute Kamstra <lute@gnu.org>
7609
7610 * edebug.texi (Instrumenting Macro Calls): Fix typos.
7611
76122005-03-08 Kim F. Storm <storm@cua.dk>
7613
7614 * display.texi (Specified Space): Property :width is support on
7615 non-graphic terminals, :height is not.
7616
76172005-03-07 Richard M. Stallman <rms@gnu.org>
7618
7619 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
7620 Now subnodes of Fringes.
7621 (Overlay Arrow): Document overlay-arrow-variable-list.
7622 (Fringe Size/Pos): New node, broken out of Fringes.
7623 (Display): Explain clearing vs redisplay better.
7624 (Truncation): Clarify use of bitmaps.
7625 (The Echo Area): Clarify the uses of the echo area.
7626 Add max-mini-window-height.
7627 (Progress): Clarify.
7628 (Invisible Text): Explain that main loop moves point out.
7629 (Selective Display): Say "hidden", not "invisible".
7630 (Managing Overlays): Move up. Describe relation to Undo here.
7631 (Overlay Properties): Clarify intro.
7632 (Finding Overlays): Explain return values when nothing found.
7633 (Width): truncate-string-to-width has added arg.
7634 (Displaying Faces): Clarify and update mode line face handling.
7635 (Face Functions): Minor cleanup.
7636 (Conditional Display): Merge into Other Display Specs.
7637 (Pixel Specification, Other Display Specs): Minor cleanups.
7638 (Images, Image Descriptors): Minor cleanups.
7639 (GIF Images): Patents have expired.
7640 (Showing Images): Explain default text for insert-image.
7641 (Manipulating Button Types): Merge into Manipulating Buttons.
7642 (Making Buttons): Explain return values.
7643 (Button Buffer Commands): Add xref.
7644 (Inverse Video): Update mode-line-inverse-video.
7645 (Display Table Format): Clarify.
7646 (Active Display Table): Give defaults for window-display-table.
7647
7648 * calendar.texi (Calendar Customizing): calendar-holiday-marker
7649 and calendar-today-marker are strings, not chars.
7650 (Holiday Customizing): Minor fix.
7651
7652 * internals.texi (Writing Emacs Primitives): Update `or' example.
7653 Update limit on # args of subr.
7654
7655 * edebug.texi (Using Edebug): Arrow is in fringe.
7656 (Instrumenting): Arg to eval-defun works without loading edebug.
7657 (Edebug Execution Modes): Add xref.
7658
7659 * customize.texi (Common Keywords): Clarify :require.
7660 Mention :version here.
7661 (Variable Definitions, Group Definitions): Not here.
7662 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
7663
76642005-03-07 Chong Yidong <cyd@stupidchicken.com>
7665 * nonascii.texi (Text Representations): Clarify position-bytes.
7666 (Character Sets): Add list-charset-chars.
7667 (Scanning Charsets): Add charset-after.
7668 (Encoding and I/O): Minor fix.
7669
76702005-03-06 Richard M. Stallman <rms@gnu.org>
7671
7672 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
7673 (Resizing Windows): Likewise.
7674
7675 * text.texi (Change Hooks): Get rid of "Emacs 21".
7676
7677 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
7678
7679 * streams.texi (Output Variables): Get rid of "Emacs 21".
7680
7681 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
7682
7683 * os.texi (Translating Input): Replace flow-control example
7684 with a less obsolete example that uses `keyboard-translate'.
7685
7686 * objects.texi (Hash Table Type, Circular Objects):
7687 Get rid of "Emacs 21".
7688
7689 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
7690 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
7691
7692 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
7693
7694 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
7695
7696 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
7697 (Menu Bar): Fix when menu-bar-update-hook is called.
7698
7699 * hash.texi (Hash Tables): Get rid of "Emacs 21".
7700
7701 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
7702 and make it read better.
7703
7704 * files.texi (Writing to Files): Get rid of "Emacs 21".
7705 (Unique File Names): Likewise.
7706
7707 * elisp.texi: Update Emacs version to 22.
7708
7709 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
7710 (Overlay Properties, Face Attributes): Likewise.
7711 (Managing Overlays): Fix punctuation.
7712 (Attribute Functions): Clarify set-face-font; get rid of
7713 info about old Emacs versions.
7714 (Auto Faces, Font Lookup, Display Property, Images):
7715 Get rid of "Emacs 21".
7716
7717 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
7718
77192005-03-05 Richard M. Stallman <rms@gnu.org>
7720
7721 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
7722
77232005-03-04 Lute Kamstra <lute@gnu.org>
7724
7725 * debugging.texi (Error Debugging): Document stack-trace-on-error.
7726
77272005-03-03 Lute Kamstra <lute@gnu.org>
7728
7729 * edebug.texi (Instrumenting Macro Calls): Fix typo.
7730
77312005-03-01 Lute Kamstra <lute@gnu.org>
7732
7733 * debugging.texi (Debugger Commands): Update `j'.
7734
77352005-02-28 Lute Kamstra <lute@gnu.org>
7736
7737 * debugging.texi (Debugging): Fix typo.
7738 (Error Debugging): Document eval-expression-debug-on-error.
7739 (Function Debugging): Update example.
7740 (Using Debugger): Mention starred stack frames.
7741 (Debugger Commands): Document `j' and `l'.
7742 (Invoking the Debugger): `d' and `j' exit recursive edit too.
7743 Update the messages that the debugger displays.
7744 (Internals of Debugger): Add cross reference. Update example.
7745 (Excess Open): Minor improvement.
7746 (Excess Close): Minor improvement.
7747
77482005-02-26 Richard M. Stallman <rms@gnu.org>
7749
7750 * tips.texi (Coding Conventions): Clarify.
7751 Put all the major mode key reservations together.
7752 Mention the Mouse-1 => Mouse-2 conventions.
7753
7754 * syntax.texi (Syntax Class Table): Clarify.
7755 (Syntax Table Functions): syntax-after moved from here.
7756 (Syntax Table Internals): syntax-after moved to here.
7757 (Parsing Expressions): Update info on number of values
7758 and what's meaningful in the STATE argument.
7759 (Categories): Fix typo.
7760
7761 * sequences.texi (Arrays): Cleanup.
7762 (Char-Tables): Clarify.
7763
7764 * processes.texi (Deleting Processes): Cleanups, add xref.
7765 (Subprocess Creation): Explain nil in exec-path. Cleanup.
7766 (Process Information): set-process-coding-system, some args optional.
7767 (Input to Processes): Explain various types for PROCESS args.
7768 Rename them from PROCESS-NAME to PROCESS.
7769 (Signals to Processes): Likewise.
7770 (Decoding Output): Cleanup.
7771 (Query Before Exit): Clarify.
7772
7773 * os.texi (Startup Summary): Correct the options; add missing ones.
7774 (Terminal Output, Batch Mode): Clarify.
7775 (Flow Control): Node deleted.
7776
7777 * markers.texi (The Mark): Clarify.
7778
7779 * macros.texi (Expansion): Cleanup.
7780 (Indenting Macros): indent-spec allows ints, not floats.
7781
7782 * keymaps.texi (Keymaps): Clarify.
7783 (Format of Keymaps): Update lisp-mode-map example.
7784 (Active Keymaps, Key Lookup): Clarify.
7785 (Changing Key Bindings): Add xref to `kbd'.
7786 (Key Binding Commands, Simple Menu Items): Clarify.
7787 (Mouse Menus, Menu Bar): Clarify.
7788 (Menu Example): Replace print example with menu-bar-replace-menu.
7789
7790 * help.texi (Documentation Basics): Add function-documentation prop.
7791
7792 * elisp.texi (Top): Don't refer to Flow Control node.
7793
7794 * commands.texi (Command Overview): Improve xrefs.
7795 (Adjusting Point): Adjusting point applies to intangible and invis.
7796 (Key Sequence Input): Doc extra read-key-sequence args.
7797 Likewise for read-key-sequence-vector.
7798
7799 * backups.texi (Rename or Copy): Minor fix.
7800 (Numbered Backups): For version-control, say the default.
7801 (Auto-Saving): make-auto-save-file-name example is simplified.
7802
7803 * advice.texi (Advising Functions): Don't imply one part of Emacs
7804 should advise another part. Markup changes.
7805 (Defining Advice): Move transitional para.
7806 (Activation of Advice): Cleanup.
7807 Explain if COMPILE is nil or negative.
7808
7809 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
7810
78112005-02-24 Lute Kamstra <lute@gnu.org>
7812
7813 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
7814 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
7815
78162005-02-23 Lute Kamstra <lute@gnu.org>
7817
7818 * modes.texi (Defining Minor Modes): define-minor-mode can be used
7819 to define global minor modes as well.
7820
7821 * display.texi (Managing Overlays): overlay-buffer returns nil for
7822 deleted overlays.
7823
78242005-02-22 Kim F. Storm <storm@cua.dk>
7825
7826 * minibuf.texi (Basic Completion): Allow symbols in addition to
7827 strings in try-completion and all-completions.
7828
78292005-02-14 Lute Kamstra <lute@gnu.org>
7830
7831 * elisp.texi (Top): Remove reference to deleted node.
7832
7833 * lists.texi (Lists): Remove reference to deleted node.
7834 (Cons Cells): Fix typo.
7835
7836 * loading.texi (Where Defined): Fix typo.
7837
78382005-02-14 Richard M. Stallman <rms@gnu.org>
7839
7840 * variables.texi (Creating Buffer-Local): change-major-mode-hook
7841 is useful for discarding some minor modes.
7842
7843 * symbols.texi (Symbol Components): Reorder examples.
7844
7845 * streams.texi (Input Functions): State standard-input default.
7846 (Output Variables): State standard-output default.
7847
7848 * objects.texi (Printed Representation): Clarify read syntax vs print.
7849 (Floating Point Type): Explain meaning better.
7850 (Symbol Type): Explain uniqueness better.
7851 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
7852 List examples sooner.
7853 (Box Diagrams): New subnode broken out.
7854 Some examples moved from old Lists as Boxes node.
7855 (Dotted Pair Notation): Clarify intro.
7856 (Array Type): Clarify.
7857 (Type Predicates): Add hash-table-p.
7858
7859 * numbers.texi (Integer Basics): Clarify radix explanation.
7860 (Predicates on Numbers): Minor clarification.
7861 (Comparison of Numbers): Minor clarification. Clarify eql.
7862 Typos in min, max.
7863 (Math Functions): Clarify overflow in expt.
7864
7865 * minibuf.texi (Text from Minibuffer): Minor clarification.
7866 Mention arrow keys.
7867
7868 * loading.texi (Autoload): defun's doc string overrides autoload's
7869 doc string.
7870 (Repeated Loading): Modernize "add to list" examples.
7871 (Where Defined): Finish updating table of load-history elts.
7872
7873 * lists.texi (List-related Predicates): Minor wording improvement.
7874 (Lists as Boxes): Node deleted.
7875 (Building Lists): Explain trivial cases of number-sequence.
7876
7877 * hash.texi (Hash Tables): Add desc to menu items.
10d1d0af 7878 (Creating Hash): Explain "full" means "make larger".
b8d4c8d0
GM
7879 (Hash Access): Any object can be a key.
7880 State value of maphash.
7881
7882 * functions.texi (What Is a Function): Wording cleanup.
7883 (Function Documentation): Minor cleanup.
7884 Explain purpose of calling convention at end of doc string.
7885 (Function Names): Wording cleanup.
7886 (Calling Functions): Wording cleanup.
7887 Explain better how funcall calls the function.
7888 (Function Cells): Delete example of saving and redefining function.
7889
7890 * control.texi (Combining Conditions): Wording cleanup.
7891 (Iteration): dolist and dotimes bind VAR locally.
7892 (Cleanups): Xref to Atomic Changes.
7893
7894 * compile.texi (Byte Compilation): Delete 19.29 info.
7895 (Compilation Functions): Macros' difficulties don't affect defsubst.
7896 (Docs and Compilation): Delete 19.29 info.
7897
78982005-02-10 Richard M. Stallman <rms@gnu.org>
7899
7900 * objects.texi (Symbol Type): Minor correction.
7901
79022005-02-06 Lute Kamstra <lute@gnu.org>
7903
7904 * modes.texi (Example Major Modes): Fix typos.
7905
79062005-02-06 Richard M. Stallman <rms@gnu.org>
7907
7908 * text.texi (Margins): fill-nobreak-predicate can be one function.
7909
7910 * strings.texi (Modifying Strings): clear-string can make unibyte.
7911 (Formatting Strings): format gives error if values missing.
7912
7913 * positions.texi (Character Motion): Mention default arg
7914 for forward-char. backward-char refers to forward-char.
7915 (Word Motion): Mention default arg for forward-word.
7916 (Buffer End Motion): Mention default arg for beginning-of-buffer.
7917 Simplify end-of-buffer.
7918 (Text Lines): Mention default arg for forward-line.
7919 (List Motion): Mention default arg for beginning/end-of-defun.
7920 (Skipping Characters): Minor fixes in explaining character-set.
7921
7922 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
7923 Mode inheritance applies only when default-major-mode is nil.
7924 Clarifications.
7925 (Example Major Modes): Update Text mode and Lisp mode examples.
7926 (Minor Mode Conventions): Mention define-minor-mode at top.
7927 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
7928 (Mode Line Format): Update mode line face display info.
7929 (Properties in Mode): Mention effect of risky vars.
7930 (Imenu): Define imenu-add-to-menubar.
7931 (Font Lock Mode): Add descriptions to menu lines.
7932 (Faces for Font Lock): Add font-lock-doc-face.
7933
79342005-02-05 Lute Kamstra <lute@gnu.org>
7935
7936 * text.texi (Maintaining Undo): Remove obsolete function.
7937
79382005-02-05 Eli Zaretskii <eliz@gnu.org>
7939
7940 * frames.texi (Color Names): Add pointer to the X docs about RGB
c4cc8b9a 7941 color specifications. Improve indexing.
b8d4c8d0
GM
7942 (Text Terminal Colors): Replace the description of RGB values by
7943 an xref to "Color Names".
7944
79452005-02-03 Richard M. Stallman <rms@gnu.org>
7946
7947 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
7948 Clarify.
7949 (Selecting Windows): Clarify save-selected-window.
7950 (Cyclic Window Ordering): Clarify walk-windows.
7951 (Window Point): Clarify.
7952 (Window Start): Add comment to example.
7953 (Resizing Windows): Add `interactive' specs in examples.
7954 Document fit-window-to-buffer.
7955
7956 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
7957 (Undo, Maintaining Undo): Clarify last change.
7958 (Sorting): In sort-numeric-fields, explain about octal and hex.
7959 Mention sort-numeric-base.
7960 (Format Properties): Add xref for hard newlines.
7961
7962 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
7963 (Pop-Up Menus): Fix typo.
7964 (Color Names): Explain all types of color names.
7965 Explain color-values on B&W terminal.
7966 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
7967
7968 * files.texi (File Locks): Not supported on MS systems.
7969 (Testing Accessibility): Clarify.
7970
7971 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
7972 (Coverage Testing): Fix typo.
7973
7974 * commands.texi (Misc Events): Remove stray space.
7975
7976 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
7977 (Modification Time): Clarify when visited-file-modtime returns 0.
7978 (The Buffer List): Clarify bury-buffer.
7979 (Killing Buffers): Clarify.
7980 (Indirect Buffers): Add clone-indirect-buffer.
7981
79822005-02-02 Matt Hodges <MPHodges@member.fsf.org>
7983
7984 * edebug.texi (Printing in Edebug): Fix default value of
7985 edebug-print-circle.
7986 (Coverage Testing): Fix displayed frequency count data.
7987
79882005-02-02 Luc Teirlinck <teirllm@auburn.edu>
7989
7990 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
7991
79922005-02-02 Kim F. Storm <storm@cua.dk>
7993
7994 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
7995
79962005-01-29 Eli Zaretskii <eliz@gnu.org>
7997
7998 * commands.texi (Misc Events): Describe the help-echo event.
7999
8000 * text.texi (Special Properties) <help-echo>: Use `pos'
8001 consistently in description of the help-echo property.
8002 Use @code{nil} instead of @var{nil}.
8003
8004 * display.texi (Overlay Properties): Fix the index entry for
8005 help-echo overlay property.
8006
8007 * customize.texi (Type Keywords): Uncomment the xref to the
8008 help-echo property documentation.
8009
80102005-01-23 Kim F. Storm <storm@cua.dk>
8011
8012 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
8013 return value. Third element FULLY replaced by PARTIAL which
8014 specifies number of invisible pixels if row is only partially visible.
8015 (Textual Scrolling): Mention auto-window-vscroll.
8016 (Vertical Scrolling): New defvar auto-window-vscroll.
8017
80182005-01-16 Luc Teirlinck <teirllm@auburn.edu>
8019
8020 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
8021 command remapping.
8022
80232005-01-15 Richard M. Stallman <rms@gnu.org>
8024
8025 * display.texi (Defining Images): Mention DATA-P arg of create-image.
8026
80272005-01-14 Kim F. Storm <storm@cua.dk>
8028
8029 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
8030
8031 * text.texi (Links and Mouse-1): Fix string and vector item.
8032
80332005-01-13 Richard M. Stallman <rms@gnu.org>
8034
8035 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
8036 descriptions of overriding-local-map and overriding-terminal-local-map.
8037
8038 * text.texi (Links and Mouse-1): Clarify text.
8039
80402005-01-13 Kim F. Storm <storm@cua.dk>
8041
8042 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
8043
80442005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
8045
8046 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
8047
80482005-01-12 Kim F. Storm <storm@cua.dk>
8049
8050 * text.texi (Links and Mouse-1): Rename section from Enabling
8051 Mouse-1 to Following Links. Change xrefs.
8052 Add examples for define-button-type and define-widget.
8053
8054 * display.texi (Button Properties, Button Buffer Commands):
8055 Clarify mouse-1 and follow-link functionality.
8056
80572005-01-12 Richard M. Stallman <rms@gnu.org>
8058
8059 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
8060
8061 * display.texi (Beeping): Fix Texinfo usage.
8062
8063 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
8064
80652005-01-11 Kim F. Storm <storm@cua.dk>
8066
8067 * display.texi (Button Properties, Button Buffer Commands):
8068 Mention mouse-1 binding. Add follow-link keyword.
8069
8070 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
8071 (Enabling Mouse-1 to Follow Links): New subsection.
8072
80732005-01-06 Richard M. Stallman <rms@gnu.org>
8074
8075 * text.texi (Special Properties): Minor change.
8076
8077 * os.texi (Timers): Clarify previous change.
8078
8079 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
8080
80812005-01-01 Luc Teirlinck <teirllm@auburn.edu>
8082
8083 * display.texi (Face Attributes): Correct xref to renamed node.
8084
80852005-01-01 Richard M. Stallman <rms@gnu.org>
8086
8087 * display.texi (Face Attributes): Describe hex color specs.
8088
80892004-12-31 Richard M. Stallman <rms@gnu.org>
8090
8091 * os.texi (Timers): Update previous change.
8092
80932004-12-30 Kim F. Storm <storm@cua.dk>
8094
8095 * display.texi (Line Height): Total line-height is now specified
8096 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
8097 in cons cells. (nil . RATIO) is relative to actual line height.
8098 Use line-height `t' instead of `0' to get minimum height.
8099
81002004-12-29 Richard M. Stallman <rms@gnu.org>
8101
8102 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
8103
81042004-12-28 Richard M. Stallman <rms@gnu.org>
8105
8106 * commands.texi (Quitting): Clarify value of with-local-quit.
8107
8108 * elisp.texi (Top): Fix previous change.
8109
8110 * loading.texi (Loading): Fix previous change.
8111
81122004-12-27 Richard M. Stallman <rms@gnu.org>
8113
8114 * Makefile.in (MAKEINFO): Specify --force.
8115
8116 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
8117
8118 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
8119
8120 * display.texi (Line Height): Further clarify.
8121
8122 * elisp.texi (Top): Update Loading submenu.
8123
8124 * loading.texi (Where Defined): New node.
8125 (Unloading): load-history moved to Where Defined.
8126
81272004-12-21 Richard M. Stallman <rms@gnu.org>
8128
8129 * commands.texi (Event Input Misc): Add while-no-input.
8130
81312004-12-11 Richard M. Stallman <rms@gnu.org>
8132
8133 * display.texi (Line Height): Rewrite text for clarity.
8134
81352004-12-11 Kim F. Storm <storm@cua.dk>
8136
8137 * display.texi (Display): Add node "Line Height" to menu.
8138 (Line Height): New node. Move full description of line-spacing
8139 and line-height text properties here from text.texi.
8140 (Scroll Bars): Add vertical-scroll-bar variable.
8141
8142 * frames.texi (Window Frame Parameters): Remove line-height defvar.
8143
8144 * locals.texi (Standard Buffer-Local Variables): Fix xref for
8145 line-spacing and vertical-scroll-bar.
8146
8147 * text.texi (Special Properties): Just mention line-spacing and
8148 line-height here, add xref to new "Line Height" node.
8149
81502004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
8151
8152 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
8153
8154 * locals.texi (Standard Buffer-Local Variables):
8155 Add @xref for `line-spacing'.
8156
81572004-12-05 Richard M. Stallman <rms@gnu.org>
8158
8159 * Makefile.in (maintainer-clean): Remove the info files
8160 in $(infodir) where they are created.
8161
81622004-12-03 Richard M. Stallman <rms@gnu.org>
8163
8164 * windows.texi (Selecting Windows): get-lru-window and
8165 get-largest-window don't consider dedicated windows.
8166
8167 * text.texi (Undo): Document undo-in-progress.
8168
81692004-11-26 Richard M. Stallman <rms@gnu.org>
8170
8171 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
8172 Remove a few vars that are not always buffer-local.
8173
81742004-11-24 Luc Teirlinck <teirllm@auburn.edu>
8175
8176 * locals.texi (Standard Buffer-Local Variables): Comment out
8177 xref's to non-existent node `Yet to be written'.
8178
81792004-11-24 Richard M. Stallman <rms@gnu.org>
8180
8181 * processes.texi (Synchronous Processes): Grammar fix.
8182
8183 * numbers.texi (Comparison of Numbers): Add eql.
8184
8185 * locals.texi (Standard Buffer-Local Variables): Add many vars.
8186
8187 * intro.texi (Printing Notation): Fix previous change.
8188
8189 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
8190 and default-indicate-buffer-boundaries from here.
8191 (Usual Display): To here.
8192 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
8193 (Usual Display): Move tab-width up.
8194
5dcb4c4e
SM
8195 * customize.texi (Variable Definitions):
8196 Replace show-paren-mode example with tooltip-mode.
b8d4c8d0
GM
8197 (Simple Types, Composite Types, Defining New Types):
8198 Minor cleanups.
8199
82002004-11-21 Jesper Harder <harder@ifa.au.dk>
8201
8202 * processes.texi (Synchronous Processes, Output from Processes):
8203 Markup fix.
8204
82052004-11-20 Richard M. Stallman <rms@gnu.org>
8206
8207 * positions.texi (Skipping Characters): skip-chars-forward
8208 now handles char classes.
8209
8210 * intro.texi (Printing Notation): Avoid confusion of `print'
8211 when explaining @print.
8212
8213 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
8214
8215 * display.texi (Display Table Format): Minor fix.
8216
8217 * streams.texi (Output Functions): Fix print example.
8218
8219 * Makefile.in (elisp): New target.
8220 (dist): Depend on $(infodir)/elisp, not elisp.
8221 Copy the info files from $(infodir).
8222
8223 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
8224 read-from-minibuffer.
8225
8226 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
8227
82282004-11-19 Richard M. Stallman <rms@gnu.org>
8229
8230 * searching.texi (Regexp Search): Add search-whitespace-regexp.
8231
82322004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
8233
8234 * tips.texi (Coding Conventions): Fix typo.
8235
82362004-11-16 Richard M. Stallman <rms@gnu.org>
8237
8238 * tips.texi (Coding Conventions): Separate defvar and require
8239 methods to avoid warnings. Use require only when there are many
8240 functions and variables from that package.
8241
8242 * minibuf.texi (Minibuffer Completion): When ignoring case,
8243 predicate must not be case-sensitive.
8244
8245 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
8246 (Test Coverage): Don't talk about "splotches". Clarified.
8247
82482004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
8249
8250 * frames.texi (Window Frame Parameters): Fix typo.
8251
82522004-11-15 Kim F. Storm <storm@cua.dk>
8253
8254 * symbols.texi (Other Plists): Note that plist-get may signal error.
8255 Add safe-plist-get.
8256
82572004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
8258
8259 * modes.texi (Font Lock Basics): Fix typo.
8260
82612004-11-08 Richard M. Stallman <rms@gnu.org>
8262
8263 * syntax.texi (Syntax Table Functions): Add syntax-after.
8264
82652004-11-06 Lars Brinkhoff <lars@nocrew.org>
8266
8267 * os.texi (Processor Run Time): New section documenting
8268 get-internal-run-time.
8269
82702004-11-06 Eli Zaretskii <eliz@gnu.org>
8271
8272 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
8273 it nukes elisp-cover.texi.
8274 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
8275 elisp-0 etc.
8276
82772004-11-05 Luc Teirlinck <teirllm@auburn.edu>
8278
8279 * commands.texi (Keyboard Macros): Document `append' return value
8280 of `defining-kbd-macro'.
8281
82822004-11-01 Richard M. Stallman <rms@gnu.org>
8283
8284 * commands.texi (Interactive Call): Add called-interactively-p.
8285
82862004-10-29 Simon Josefsson <jas@extundo.com>
8287
8288 * minibuf.texi (Reading a Password): Revert.
8289
82902004-10-28 Richard M. Stallman <rms@gnu.org>
8291
8292 * frames.texi (Display Feature Testing): Explain about "vendor".
8293
82942004-10-27 Richard M. Stallman <rms@gnu.org>
8295
8296 * commands.texi (Interactive Codes): `N' uses numeric prefix,
8297 not raw. Clarify `n'.
8298 (Interactive Call): Rewrite interactive-p, focusing on when
8299 and how to use it.
8300 (Misc Events): Clarify previous change.
8301
8302 * advice.texi (Simple Advice): Clarify what job the example does.
8303 (Around-Advice): Clarify ad-do-it.
8304 (Activation of Advice): An option of ad-default-compilation-action
8305 is `never', not `nil'.
8306
83072004-10-26 Kim F. Storm <storm@cua.dk>
8308
8309 * commands.texi (Interactive Codes): Add U code letter.
8310
83112004-10-25 Simon Josefsson <jas@extundo.com>
8312
8313 * minibuf.texi (Reading a Password): Add.
8314
83152004-10-24 Jason Rumney <jasonr@gnu.org>
8316
8317 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
8318 and wheel-down.
8319
83202004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
8321
8322 * processes.texi (Synchronous Processes): Document process-file.
8323
83242004-10-22 Kenichi Handa <handa@m17n.org>
8325
8326 * text.texi (translate-region): Document that it accepts also a
8327 char-table.
8328
83292004-10-22 David Ponce <david@dponce.com>
8330
8331 * windows.texi (Resizing Windows): Document the `preserve-before'
8332 argument of the functions `enlarge-window' and `shrink-window'.
8333
83342004-10-19 Jason Rumney <jasonr@gnu.org>
8335
8336 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
8337
83382004-10-09 Luc Teirlinck <teirllm@auburn.edu>
8339
8340 * text.texi (Filling): Add anchor for definition of
8341 `sentence-end-double-space'.
8342
8343 * searching.texi (Regexp Example): Update description of how
8344 Emacs currently recognizes the end of a sentence.
8345 (Standard Regexps): Update definition of the variable
8346 `sentence-end'. Add definition of the function `sentence-end'.
8347
83482004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
8349
8350 * display.texi (Progress): New node.
8351
83522004-10-05 Kim F. Storm <storm@cua.dk>
8353
8354 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
8355
83562004-09-29 Kim F. Storm <storm@cua.dk>
8357
8358 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
8359 to identify bitmaps. Remove -fringe-bitmap suffix for standard
8360 fringe bitmap symbols, as they now have their own namespace.
8361 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
8362 vs. pixels. Signal error if no free bitmap slots.
8363 (Pixel Specification): Change IMAGE to @var{image}.
8364
83652004-09-28 Richard M. Stallman <rms@gnu.org>
8366
8367 * text.texi (Special Properties): Clarify line-spacing and line-height.
8368
8369 * searching.texi (Regexp Search): Add looking-back.
8370
83712004-09-25 Luc Teirlinck <teirllm@auburn.edu>
8372
8373 * display.texi: Correct typos.
8374 (Image Descriptors): Correct xref's.
8375
83762004-09-25 Richard M. Stallman <rms@gnu.org>
8377
8378 * text.texi (Special Properties): Cleanups in `cursor'.
8379 Rewrites in `line-height' and `line-spacing'; exchange them.
8380
8381 * display.texi (Fringes): Rewrite previous change.
8382 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
8383 (Display Fringe Bitmaps): Node deleted, text moved.
8384 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
8385 (Scroll Bars): Clarify set-window-scroll-bars.
8386 (Pointer Shape): Rewrite.
8387 (Specified Space): Clarify :align-to, etc.
8388 (Pixel Specification): Use @var. Clarify new text.
8389 (Other Display Specs): Clarify `slice'.
8390 (Image Descriptors): Cleanups.
8391 (Showing Images): Cleanups.
8392
83932004-09-24 Luc Teirlinck <teirllm@auburn.edu>
8394
8395 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
8396
8397 * modes.texi: Various minor changes in addition to:
8398 (Major Mode Conventions): Final call to `run-mode-hooks' should
8399 not be inside the `delay-mode-hooks' form.
8400 (Mode Hooks): New node.
8401 (Hooks): Delete obsolete example.
8402 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
8403 node "Mode Hooks".
8404
84052004-09-22 Luc Teirlinck <teirllm@auburn.edu>
8406
8407 * display.texi: Correct various typos.
8408 (Display): Rename node "Pointer Shapes" to "Pointer
8409 Shape". (There is already a node called "Pointer Shapes" in
8410 frames.texi.)
8411 (Images): Remove non-existent node "Image Slices" from menu.
8412
84132004-09-23 Kim F. Storm <storm@cua.dk>
8414
8415 * text.texi (Special Properties): Add `cursor', `pointer',
8416 `line-height', and `line-spacing' properties.
8417
8418 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
8419 Shapes' to menu.
8420 (Standard Faces): Doc fix for fringe face.
8421 (Fringes): Add `overflow-newline-into-fringe' and
8422 'indicate-buffer-boundaries'.
8423 (Fringe Bitmaps, Pointer Shapes): New nodes.
8424 (Display Property): Add 'Pixel Specification' and 'Display Fringe
8425 Bitmaps' to menu.
8426 (Specified Space): Describe pixel width and height.
8427 (Pixel Specification): New node.
8428 (Other Display Specs): Add `slice' property.
8429 (Display Fringe Bitmaps): New node.
8430 (Images): Add 'Image Slices' to menu.
8431 (Image Descriptors): Add `:pointer' and `:map' properties.
5dcb4c4e
SM
8432 (Showing Images): Add slice arg to `insert-image'.
8433 Add 'insert-sliced-image'.
b8d4c8d0
GM
8434
84352004-09-20 Richard M. Stallman <rms@gnu.org>
8436
8437 * commands.texi (Key Sequence Input):
8438 Clarify downcasing in read-key-sequence.
8439
84402004-09-08 Juri Linkov <juri@jurta.org>
8441
8442 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
8443
84442004-09-07 Luc Teirlinck <teirllm@auburn.edu>
8445
5dcb4c4e
SM
8446 * locals.texi (Standard Buffer-Local Variables):
8447 Add `buffer-auto-save-file-format'.
b8d4c8d0
GM
8448 * internals.texi (Buffer Internals): Describe new
8449 auto_save_file_format field of the buffer structure.
8450 * files.texi (Format Conversion): `auto-save-file-format' has been
8451 renamed `buffer-auto-save-file-format'.
8452
84532004-08-27 Luc Teirlinck <teirllm@auburn.edu>
8454
8455 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
8456 an integer or a marker.
8457 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
8458
84592004-08-22 Richard M. Stallman <rms@gnu.org>
8460
8461 * modes.texi (Major Mode Conventions): Discuss rebinding of
8462 standard key bindings.
8463
84642004-08-18 Kim F. Storm <storm@cua.dk>
8465
8466 * processes.texi (Accepting Output): Add `just-this-one' arg to
8467 `accept-process-output'.
8468 (Output from Processes): New var `process-adaptive-read-buffering'.
8469
84702004-08-10 Luc Teirlinck <teirllm@auburn.edu>
8471
8472 * keymaps.texi: Various changes in addition to:
8473 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
8474 Give more varied examples for `kbd'.
8475 (Creating Keymaps): Char tables have slots for all characters
8476 without modifiers.
8477 (Active Keymaps): `overriding-local-map' and
8478 `overriding-terminal-local-map' also override text property and
8479 overlay keymaps.
8480 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
8481 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
8482 to denote a prefix of no events.
8483 `map-keymap' includes parent's bindings _recursively_.
8484 Clarify and correct description of `where-is-internal'.
8485 Mention BUFFER-OR-NAME arg to `describe-bindings'.
8486 (Menu Example): For menus intended for use with the keyboard, the
8487 menu items should be bound to characters or real function keys.
8488
84892004-08-08 Luc Teirlinck <teirllm@auburn.edu>
8490
8491 * objects.texi (Character Type): Reposition `@anchor' to prevent
8492 double space inside sentence in Info.
8493
8494 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
8495 renamed to `disabled-command-function'.
8496 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
8497 (Command Loop Info): Replace reference to it.
8498 (Disabling Commands): `disabled-command-hook' has been renamed to
8499 `disabled-command-function'.
8500
85012004-08-07 Luc Teirlinck <teirllm@auburn.edu>
8502
8503 * os.texi (Translating Input): Only non-prefix bindings in
8504 `key-translation-map' override actual key bindings. Warn about
8505 possible indirect effect of actual key bindings on non-prefix
8506 bindings in `key-translation-map'.
8507
85082004-08-06 Luc Teirlinck <teirllm@auburn.edu>
8509
8510 * minibuf.texi (High-Level Completion): Add anchor for definition
8511 of `read-variable'.
8512
8513 * commands.texi: Various changes in addition to:
8514 (Using Interactive): Clarify description of `interactive-form'.
8515 (Interactive Call): Mention default for KEYS argument to
8516 `call-interactively'.
8517 (Command Loop Info): Clarify description of `this-command-keys'.
8518 Mention KEEP-RECORD argument to `clear-this-command-keys'.
8519 Value of `last-event-frame' can be `macro'.
8520 (Repeat Events): `double-click-fuzz' is also used to distinguish
8521 clicks and drags.
8522 (Classifying Events): Clarify descriptions of `event-modifiers'
8523 `event-basic-type' and `event-convert-list'.
8524 (Accessing Events): `posn-timestamp' takes POSITION argument.
8525 (Quoted Character Input): Clarify description of
8526 `read-quoted-char' and fix example.
8527 (Quitting): Add `with-local-quit'.
8528 (Disabling Commands): Correct and clarify descriptions of
8529 `enable-command' and `disable-command'.
8530 Mention what happens if `disabled-command-hook' is nil.
8531 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
8532 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
8533
85342004-07-24 Luc Teirlinck <teirllm@auburn.edu>
8535
8536 * frames.texi: Various changes in addition to:
8537 (Creating Frames): Expand and clarify description of `make-frame'.
8538 (Window Frame Parameters): Either none or both of the `icon-left'
8539 and `icon-top' parameters must be specified. Put descriptions of
8540 `menu-bar-lines' and `toolbar-lines' closer together and change
8541 them accordingly.
8542 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
8543 except while processing `frame-title-format' or `icon-title-format'.
8544 (Deleting Frames): Correct description of `delete-frame'.
8545 Non-nil return values of `frame-live-p' are like those of `framep'.
8546 (Frames and Windows): Mention return value of
8547 `set-frame-selected-window'.
8548 (Visibility of Frames): Mention `force' argument to
8549 `make-frame-invisible'. `frame-visible-p' returns t for all
8550 frames on text-only terminals.
8551 (Frame Configurations): Restoring a frame configuration does not
8552 restore deleted frames.
8553 (Window System Selections): `x-set-selection' returns DATA.
8554 (Resources): Add example.
8555 (Display Feature Testing): Clarify descriptions of
8556 `display-pixel-height', `display-pixel-width', `x-server-version'
8557 and `x-server-vendor'.
8558
8559 * windows.texi (Choosing Window): Add anchor.
8560 * minibuf.texi (Minibuffer Misc): Add anchor.
8561
85622004-07-23 John Paul Wallington <jpw@gnu.org>
8563
8564 * macros.texi (Defining Macros): Declaration keyword for setting
8565 Edebug spec is `debug' not `edebug'.
8566
85672004-07-19 Luc Teirlinck <teirllm@auburn.edu>
8568
8569 * windows.texi: Various small changes in addition to:
8570 (Window Point): Mention return value of `set-window-point'.
8571 (Window Start): `pos-visible-in-window-p' disregards horizontal
8572 scrolling. Explain return value if PARTIALLY is non-nil.
8573 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
8574 and `set-window-vscroll'.
8575 (Size of Window): The argument WINDOW to `window-inside-edges',
8576 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
8577 (Resizing Windows): Explain return value of
8578 `shrink-window-if-larger-than-buffer'.
8579 `window-size-fixed' automatically becomes buffer local when set.
8580 (Window Configurations): Explain return value of
8581 `set-window-configuration'.
8582
8583 * minibuf.texi (Minibuffer Misc): Add anchor for
8584 `minibuffer-scroll-window'.
8585
8586 * positions.texi (Text Lines): Add anchor for `count-lines'.
8587
85882004-07-17 Richard M. Stallman <rms@gnu.org>
8589
8590 * display.texi (Overlay Properties): Adding `evaporate' prop
8591 deletes empty overlay immediately.
8592
8593 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
8594 fix example.
8595
85962004-07-16 Jim Blandy <jimb@redhat.com>
8597
8598 * searching.texi (Regexp Backslash): Document new \_< and \_>
8599 operators.
8600
86012004-07-16 Juanma Barranquero <lektu@terra.es>
8602
8603 * display.texi (Images): Fix Texinfo usage.
8604
86052004-07-14 Luc Teirlinck <teirllm@auburn.edu>
8606
8607 * buffers.texi (Modification Time): `visited-file-modtime' now
8608 returns a list of two integers, instead of a cons.
8609
86102004-07-13 Luc Teirlinck <teirllm@auburn.edu>
8611
8612 * windows.texi: Various changes in addition to:
8613 (Splitting Windows): Add `split-window-keep-point'.
8614
86152004-07-09 Richard M. Stallman <rms@gnu.org>
8616
8617 * frames.texi (Input Focus): Minor fix.
8618
86192004-07-07 Luc Teirlinck <teirllm@auburn.edu>
8620
8621 * frames.texi (Input Focus): Clarify descriptions of
8622 `select-frame-set-input-focus' and `select-frame'.
8623
86242004-07-06 Luc Teirlinck <teirllm@auburn.edu>
8625
8626 * os.texi: Various small changes in addition to:
8627 (Killing Emacs): Expand and clarify description of
8628 `kill-emacs-query-functions' and `kill-emacs-hook'.
8629 (System Environment): Expand and clarify description of `getenv'
8630 and `setenv'.
8631 (Timers): Clarify description of `run-at-time'.
8632 (Translating Input): Correct description of
8633 `extra-keyboard-modifiers'.
8634 (Flow Control): Correct description of `enable-flow-control'.
8635
86362004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
8637
8638 * os.texi: Update copyright.
8639 (Session Management): Grammar fix.
8640 Clarify which Emacs does the restarting.
8641 Use @samp for *scratch* buffer.
8642
86432004-07-04 Alan Mackenzie <acm@muc.de>
8644
8645 * frames.texi (Input Focus): Add documentation for
8646 `select-frame-set-input-focus'. Replace refs to non-existent
8647 `switch-frame' with `select-frame'. Minor corrections and tidying
8648 up of text-only terminal stuff.
8649
86502004-07-02 Richard M. Stallman <rms@gnu.org>
8651
8652 * files.texi (Saving Buffers): Cleanup write-contents-function.
8653 (Magic File Names): Cleanup file-remote-p.
8654
b344d29d 86552004-07-02 Kai Großjohann <kai@emptydomain.de>
b8d4c8d0
GM
8656
8657 * files.texi (Magic File Names): `file-remote-p' returns an
8658 identifier of the remote system, not just t.
8659
86602004-07-02 David Kastrup <dak@gnu.org>
8661
8662 * searching.texi (Entire Match Data): Add explanation about new
8663 match-data behavior when @var{integers} is non-nil.
8664
86652004-06-24 Richard M. Stallman <rms@gnu.org>
8666
8667 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
8668
8669 * customize.texi (Variable Definitions): Note about doc strings
8670 and :set.
8671
8672 * keymaps.texi (Keymap Terminology): Document `kbd'.
8673 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
8674
8675 * display.texi (Invisible Text): Setting buffer-invisibility-spec
8676 makes it buffer-local.
8677
8678 * files.texi (Saving Buffers): Correct previous change.
8679
8680 * commands.texi (Accessing Events):
8681 Clarify posn-col-row and posn-actual-col-row.
8682
86832004-06-24 David Ponce <david.ponce@wanadoo.fr>
8684
8685 * commands.texi (Accessing Events): New functions
8686 posn-at-point and posn-at-x-y. Add example to posn-x-y.
8687
86882004-06-23 Luc Teirlinck <teirllm@auburn.edu>
8689
8690 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
8691 * frames.texi, buffers.texi, backups.texi, variables.texi:
8692 * loading.texi, eval.texi, functions.texi, control.texi:
8693 * symbols.texi, minibuf.texi: Reposition @anchor's.
8694
8695 * help.texi: Various small changes in addition to the following.
8696 (Describing Characters): Describe PREFIX argument to
8697 `key-description'. Correct and clarify definition of
8698 `text-char-description'. Describe NEED-VECTOR argument to
8699 `read-kbd-macro'.
8700 (Help Functions): Clarify definition of `apropos'.
8701
87022004-06-23 Lars Hansen <larsh@math.ku.dk>
8703
8704 * files.texi (Saving Buffers): Correct description of
8705 `write-contents-functions'.
8706
87072004-06-21 Juanma Barranquero <lektu@terra.es>
8708
8709 * display.texi (Images): Remove redundant @vindex directives.
8710 Rewrite `image-library-alist' doc in active voice.
8711
87122004-06-14 Juanma Barranquero <lektu@terra.es>
8713
8714 * display.texi (Images): Document new delayed library loading,
8715 variable `image-library-alist' and (existing but undocumented)
8716 function `image-type-available-p'.
8717
87182004-06-05 Richard M. Stallman <rms@gnu.org>
8719
8720 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
8721 refer the user to the Initial Input node.
8722 (Text from Minibuffer): Likewise.
8723 (Initial Input): New node. Document this feature
8724 and say it is mostly deprecated.
8725
87262004-05-30 Richard M. Stallman <rms@gnu.org>
8727
8728 * loading.texi (Named Features): Clarify return value
8729 and meaning of NOERROR.
8730
8731 * variables.texi (File Local Variables): Minor cleanup.
8732
87332004-05-30 Michael Albinus <michael.albinus@gmx.de>
8734
8735 * files.texi (Magic File Names): Add `file-remote-p' as operation
8736 of file name handlers.
8737
87382004-05-29 Richard M. Stallman <rms@gnu.org>
8739
8740 * modes.texi (Minor Mode Conventions): (-) has no special meaning
8741 as arg to a minor mode command.
8742
87432004-05-22 Richard M. Stallman <rms@gnu.org>
8744
8745 * syntax.texi (Syntax Class Table): Word syntax not just for English.
8746
8747 * streams.texi (Output Variables): Doc float-output-format.
8748
8749 * searching.texi (Regexp Special): Nested repetition can be infloop.
8750
8751 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
8752 real stack overflow.
8753
8754 * compile.texi: Minor cleanups.
8755
87562004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
8757
8758 * lists.texi (Cons Cells): Explain dotted lists, true lists,
8759 circular lists.
8760 (List Elements): Explain handling of circular and dotted lists.
8761
87622004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
8763
8764 * modes.texi (Search-based Fontification): Fix typo.
8765
87662004-05-10 Juanma Barranquero <lektu@terra.es>
8767
8768 * modes.texi (Mode Line Variables): Fix description of
8769 global-mode-string, which is now after which-func-mode, not the
8770 buffer name.
8771
87722004-05-07 Lars Hansen <larsh@math.ku.dk>
8773
8774 * modes.texi (Desktop Save Mode): Add.
8775 (Modes): Add menu entry Desktop Save Mode.
8776
8777 * hooks.texi: Add desktop-after-read-hook,
8778 desktop-no-desktop-file-hook and desktop-save-hook.
8779
8780 * locals.texi: Add desktop-save-buffer.
8781
87822004-04-30 Jesper Harder <harder@ifa.au.dk>
8783
8784 * display.texi: emacs -> Emacs.
8785
87862004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
8787
8788 * files.texi (Changing Files): Document set-file-times.
8789
87902004-04-23 Juanma Barranquero <lektu@terra.es>
8791
8792 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8793
87942004-04-18 Jesper Harder <harder@ifa.au.dk>
8795
8796 * tips.texi (Coding Conventions): defopt -> defcustom.
8797
87982004-04-16 Luc Teirlinck <teirllm@auburn.edu>
8799
8800 * sequences.texi: Various clarifications.
8801
88022004-04-14 Luc Teirlinck <teirllm@auburn.edu>
8803
8804 * buffers.texi (Read Only Buffers): Mention optional ARG to
8805 `toggle-read-only'.
8806
88072004-04-14 Nick Roberts <nick@nick.uklinux.net>
8808
8809 * windows.texi (Selecting Windows): Note that get-lru-window
8810 returns a full-width window if possible.
8811
88122004-04-13 Luc Teirlinck <teirllm@auburn.edu>
8813
8814 * buffers.texi: Various changes in addition to:
8815 (Buffer File Name): Add `find-buffer-visiting'.
8816 (Buffer Modification): Mention optional ARG to `not-modified'.
8817 (Indirect Buffers): Mention optional CLONE argument to
8818 `make-indirect-buffer'.
8819
8820 * files.texi: Various changes in addition to:
8821 (Visiting Functions): `find-file-hook' is now a normal hook.
8822 (File Name Expansion): Explain difference between the way that
8823 `expand-file-name' and `file-truename' treat `..'.
8824 (Contents of Directories): Mention optional ID-FORMAT argument to
8825 `directory-files-and-attributes'.
8826 (Format Conversion): Mention new optional CONFIRM argument to
8827 `format-write-file'.
8828
88292004-04-12 Miles Bader <miles@gnu.org>
8830
8831 * macros.texi (Expansion): Add description of `macroexpand-all'.
8832
88332004-04-05 Jesper Harder <harder@ifa.au.dk>
8834
5dcb4c4e
SM
8835 * variables.texi (Variable Aliases):
8836 Mention cyclic-variable-indirection.
b8d4c8d0
GM
8837
8838 * errors.texi (Standard Errors): Ditto.
8839
88402004-04-04 Luc Teirlinck <teirllm@auburn.edu>
8841
8842 * backups.texi: Various small changes in addition to:
8843 (Making Backups): Mention return value of `backup-buffer'.
8844 (Auto-Saving): Mention optional FORCE argument to
8845 `delete-auto-save-file-if-necessary'.
8846 (Reverting): Mention optional PRESERVE-MODES argument to
8847 `revert-buffer'. Correct description of `revert-buffer-function'.
8848
88492004-03-22 Juri Linkov <juri@jurta.org>
8850
8851 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
8852 with `Vector Functions'.
8853
8854 * text.texi (Sorting): Add missing quote.
8855
88562004-03-14 Luc Teirlinck <teirllm@auburn.edu>
8857
8858 * intro.texi (Lisp History): Replace xref to `cl' manual with
8859 inforef.
8860
88612004-03-12 Richard M. Stallman <rms@gnu.org>
8862
8863 * intro.texi (Version Info): Add arg to emacs-version.
8864 (Lisp History): Change xref to CL manual.
8865
88662004-03-09 Luc Teirlinck <teirllm@auburn.edu>
8867
8868 * minibuf.texi (Completion Commands): Add xref to Emacs manual
8869 for Partial Completion mode.
8870
88712004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
8872
8873 * customize.texi: Fix typo. Remove eol whitespace.
8874
88752004-03-04 Richard M. Stallman <rms@gnu.org>
8876
8877 * processes.texi: Fix typos.
8878
8879 * lists.texi (Building Lists): Minor clarification.
8880
8881 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
8882 in make-hash-table.
8883
88842004-02-29 Juanma Barranquero <lektu@terra.es>
8885
8886 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
8887 rm, and ignore exit code.
8888
88892004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
8890
8891 * display.texi (Defining Faces): Add description for min-colors.
8892 Update example.
8893
88942004-02-23 Luc Teirlinck <teirllm@auburn.edu>
8895
8896 * abbrevs.texi: Various corrections and clarifications in addition
8897 to the following:
8898 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
8899
89002004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
8901
8902 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
8903
89042004-02-21 Luc Teirlinck <teirllm@auburn.edu>
8905
8906 * text.texi: Various small changes in addition to the following:
8907 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
8908 to delete-horizontal-space.
8909 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
8910 description of yank-handler text property at various places.
8911
8912 * frames.texi (Window System Selections): Add anchor.
8913
8914 * syntax.texi (Syntax Table Functions): Clarify and correct
8915 descriptions of make-syntax-table and copy-syntax-table.
8916 (Motion and Syntax): Clarify SYNTAXES argument to
8917 skip-syntax-forward.
8918 (Parsing Expressions): Mention that the return value of
8919 parse-partial-sexp is currently a list of ten rather than nine
8920 elements.
8921 (Categories): Various corrections and clarifications.
8922
89232004-02-17 Luc Teirlinck <teirllm@auburn.edu>
8924
8925 * markers.texi (Marker Insertion Types): Minor change.
8926
8927 * locals.texi (Standard Buffer-Local Variables):
8928 * commands.texi (Interactive Codes, Using Interactive):
8929 * functions.texi (Related Topics): Fix xrefs.
8930
89312004-02-16 Luc Teirlinck <teirllm@auburn.edu>
8932
8933 * lists.texi (Sets And Lists): Update description of delete-dups.
8934
89352004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
8936
8937 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
8938
c8763fb6 89392004-02-16 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
8940
8941 * frames.texi (Parameter Access): frame-parameters arg is optional.
8942 modify-frame-parameters handles nil for FRAME.
8943 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
8944 are all-or-nothing for certain toolkits.
8945 Mention parameter wait-for-wm.
8946 (Frames and Windows): In frame-first-window and frame-selected-window
8947 the arg is optional.
8948 (Input Focus): In redirect-frame-focus the second arg is optional.
8949 (Window System Selections): Mention selection type CLIPBOARD.
8950 Mention data-type UTF8_STRING.
8951 Mention numbering of cut buffers.
8952 (Resources): Describe x-resource-name.
8953
89542004-02-16 Richard M. Stallman <rms@gnu.org>
8955
8956 * windows.texi (Buffers and Windows): Delete false table
8957 about all-frames.
8958
8959 * syntax.texi (Parsing Expressions): Delete old caveat
8960 about parse-sexp-ignore-comments.
8961
8962 * streams.texi (Output Variables): Add print-quoted.
8963
8964 * lists.texi (Building Lists): Minor cleanup.
8965
8966 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
8967
8968 * display.texi (Overlays): Explain overlays use markers.
8969 (Managing Overlays): Explain front-advance and rear-advance
8970 in more detail.
8971
8972 * loading.texi (Unloading): Document unload-feature-special-hooks.
8973 Get rid of fns-NNN.el file.
8974
89752004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
8976
8977 * help.texi (Describing Characters): Fix text-char-description
8978 example output.
8979
8980 * edebug.texi (Using Edebug): Fix example.
8981
8982 * debugging.texi (Internals of Debugger): Fix return value.
8983
8984 * files.texi (Changing Files): Fix argname.
8985
8986 * calendar.texi: Fix parens, and default values.
8987
8988 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
8989 * nonascii.texi, objects.texi, os.texi: Minor fixes.
b3e755a9 8990 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
b8d4c8d0
GM
8991
8992 * positions.texi (Text Lines): Don't add -1 in current-line.
8993
89942004-02-16 Richard M. Stallman <rms@gnu.org>
8995
8996 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
8997
89982004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
8999
9000 * processes.texi (Low-Level Network): Fix a typo.
9001
90022004-02-12 Kim F. Storm <storm@cua.dk>
9003
9004 * display.texi (Fringes): Use consistent wording.
9005 Note that window-fringe's window arg is optional.
9006 (Scroll Bars): Use consistent wording.
9007
90082004-02-11 Luc Teirlinck <teirllm@auburn.edu>
9009
9010 * tips.texi (Comment Tips): Document the new conventions for
9011 commenting out code.
9012
c8763fb6 90132004-02-07 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0 9014
5dcb4c4e 9015 * positions.texi (Text Lines): Add missing end defun.
b8d4c8d0
GM
9016
90172004-02-07 Kim F. Storm <storm@cua.dk>
9018
9019 * positions.texi (Text Lines): Add line-number-at-pos.
9020
90212004-02-06 John Paul Wallington <jpw@gnu.org>
9022
9023 * display.texi (Button Properties, Button Buffer Commands):
9024 mouse-2 invokes button, not down-mouse-1.
9025
90262004-02-04 Jason Rumney <jasonr@gnu.org>
9027
9028 * makefile.w32-in: Sync with Makefile.in changes.
9029
90302004-02-03 Luc Teirlinck <teirllm@auburn.edu>
9031
9032 * minibuf.texi (Text from Minibuffer): Various corrections and
9033 clarifications.
9034 (Object from Minibuffer): Correct Lisp description of
9035 read-minibuffer.
9036 (Minibuffer History): Clarify description of cons values for
9037 HISTORY arguments.
5dcb4c4e
SM
9038 (Basic Completion): Various corrections and clarifications.
9039 Add completion-regexp-list.
b8d4c8d0
GM
9040 (Minibuffer Completion): Correct and clarify description of
9041 completing-read.
5dcb4c4e
SM
9042 (Completion Commands): Mention Partial Completion mode.
9043 Various other minor changes.
b8d4c8d0
GM
9044 (High-Level Completion): Various corrections and clarifications.
9045 (Reading File Names): Ditto.
9046 (Minibuffer Misc): Ditto.
9047
90482004-01-26 Luc Teirlinck <teirllm@auburn.edu>
9049
9050 * strings.texi (Text Comparison): assoc-string also matches
9051 elements of alists that are strings instead of conses.
9052 (Formatting Strings): Standardize Texinfo usage. Update index
9053 entries.
9054
90552004-01-20 Luc Teirlinck <teirllm@auburn.edu>
9056
9057 * lists.texi (Sets And Lists): Add delete-dups.
9058
90592004-01-15 Luc Teirlinck <teirllm@auburn.edu>
9060
9061 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
9062 special form.
9063 * macros.texi (Defining Macros): Update description of `declare',
9064 which now is a macro.
9065 (Wrong Time): Fix typos.
9066
90672004-01-14 Luc Teirlinck <teirllm@auburn.edu>
9068
9069 * compile.texi (Compilation Functions): Expand descriptions of
9070 `compile-defun', `byte-compile-file', `byte-recompile-directory'
9071 and `batch-byte-compile'. In particular, mention and describe
9072 all optional arguments.
9073 (Disassembly): Correct and clarify the description of `disassemble'.
9074
90752004-01-11 Luc Teirlinck <teirllm@auburn.edu>
9076
9077 * searching.texi: Various small changes in addition to the
9078 following.
9079 (Regexp Example): Adapt to new value of `sentence-end'.
9080 (Regexp Functions): The PAREN argument to `regexp-opt' can be
9081 `words'.
9082 (Search and Replace): Add usage note for `perform-replace'.
9083 (Entire Match Data): Mention INTEGERS and REUSE arguments to
9084 `match-data'.
9085 (Standard Regexps): Update for new values of `paragraph-start'
9086 and `sentence-end'.
9087
90882004-01-07 Luc Teirlinck <teirllm@auburn.edu>
9089
9090 * files.texi (Saving Buffers): Clarify descriptions of
9091 `write-contents-functions' and `before-save-hook'.
9092 Make the defvar's for `before-save-hook' and `after-save-hook'
9093 into defopt's.
9094
90952004-01-07 Kim F. Storm <storm@cua.dk>
9096
9097 * commands.texi (Click Events): Describe new image and
9098 width/height elements of click events.
9099 (Accessing Events): Add posn-string, posn-image, and
9100 posn-object-width-height. Change posn-object to return either
9101 image or string object.
9102
91032004-01-01 Simon Josefsson <jas@extundo.com>
9104
9105 * hooks.texi (Standard Hooks): Add before-save-hook.
9106 * files.texi (Saving Buffers): Likewise.
9107
91082004-01-03 Richard M. Stallman <rms@gnu.org>
9109
9110 * frames.texi (Frames and Windows): Delete frame-root-window.
9111
91122004-01-03 Luc Teirlinck <teirllm@auburn.edu>
9113
9114 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
9115
9116 * functions.texi: Various small changes in addition to the
9117 following.
5dcb4c4e
SM
9118 (What Is a Function): `functionp' returns nil for macros.
9119 Clarify behavior of this and following functions for symbol arguments.
b8d4c8d0
GM
9120 (Function Documentation): Add `\' in front of (fn @var{arglist})
9121 and explain why.
9122 (Defining Functions): Mention DOCSTRING argument to `defalias'.
9123 Add anchor.
9124 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
9125
91262004-01-01 Miles Bader <miles@gnu.org>
9127
9128 * display.texi (Buttons): New section.
9129
91302003-12-31 Andreas Schwab <schwab@suse.de>
9131
9132 * numbers.texi (Math Functions): sqrt reports a domain-error
9133 error.
9134 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
9135
91362003-12-30 Luc Teirlinck <teirllm@auburn.edu>
9137
9138 * tips.texi (Documentation Tips): Update item on hyperlinks in
9139 documentation strings.
9140
9141 * errors.texi (Standard Errors): Various small corrections and
9142 additions.
9143
9144 * control.texi: Various small changes in addition to the
9145 following.
9146 (Signaling Errors): Provide some more details on how `signal'
9147 constructs the error message. Add anchor to the definition of
9148 `signal'.
9149 (Error Symbols): Describe special treatment of `quit'.
9150 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
9151 to emphasize that it has to be a single form.
9152
9153 * buffers.texi: Add anchor.
9154
91552003-12-29 Richard M. Stallman <rms@gnu.org>
9156
9157 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
9158 (Window Configurations): Add window-configuration-frame.
9159
9160 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
9161
9162 * text.texi (Examining Properties): Add get-char-property-and-overlay.
9163 Change arg name in get-char-property.
9164 (Special Properties): Update handling of keymap property.
9165
9166 * strings.texi (Modifying Strings): Add clear-string.
9167 (Text Comparison): Add assoc-string and remove
9168 assoc-ignore-case, assoc-ignore-representation.
9169
9170 * os.texi (Time of Day): Add set-time-zone-rule.
9171
9172 * numbers.texi (Math Functions): asin, acos, log, log10
9173 report domain-error errors.
9174
9175 * nonascii.texi (Converting Representations):
9176 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
9177 (Encoding and I/O): Add file-name-coding-system.
9178
9179 * modes.texi (Search-based Fontification): Explain that
9180 face specs are symbols with face names as values.
9181
9182 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
9183
9184 * lists.texi (Building Lists): remq moved elsewhere.
9185 (Sets And Lists): remq moved here.
9186 (Association Lists): Refer to assoc-string.
9187
9188 * internals.texi (Garbage Collection): Add memory-use-counts.
9189
9190 * frames.texi (Frames and Windows): Add set-frame-selected-window
9191 and frame-root-window.
9192
9193 * files.texi (Contents of Directories):
9194 Add directory-files-and-attributes.
9195
9196 * display.texi (Refresh Screen): Add force-window-update.
9197 (Invisible Text): Explain about moving point out of invis text.
9198 (Overlay Properties): Add overlay-properties.
9199 (Managing Overlays): Add overlayp.
9200 (GIF Images): Invalid image number displays a hollow box.
9201
9202 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
9203 (Killing Buffers): Add buffer-live-p.
9204
92052003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
9206
9207 * display.texi (Fringes): Fix typo "set-buffer-window".
9208
92092003-12-24 Luc Teirlinck <teirllm@auburn.edu>
9210
9211 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
9212 * nonascii.texi, processes.texi, tips.texi, variables.texi:
9213 Add or change various xrefs and anchors.
9214
9215 * commands.texi: Replace all occurrences of @acronym{CAR} with
9216 @sc{car}, for consistency with the rest of the Elisp manual.
9217 `car' and `cdr' are historically acronyms, but are no longer
9218 widely thought of as such.
9219
9220 * internals.texi (Pure Storage): Mention that `purecopy' does not
9221 copy text properties.
9222 (Object Internals): Now 29 bits are used (in most implementations)
9223 to address Lisp objects.
9224
9225 * variables.texi (Variables with Restricted Values): New node.
9226
9227 * objects.texi (Lisp Data Types): Mention that certain variables
9228 can only take on a restricted set of values and add an xref to
9229 the new node "Variables with Restricted Values".
9230
9231 * eval.texi (Function Indirection): Describe the errors that
9232 `indirect-function' can signal.
9233 (Eval): Clarify the descriptions of `eval-region' and `values'.
9234 Describe `eval-buffer' instead of `eval-current-buffer' and
9235 mention `eval-current-buffer' as an alias for `current-buffer'.
9236 Correct the description and mention all optional arguments.
9237
9238 * nonascii.texi: Various small changes in addition to the
9239 following.
9240 (Converting Representations): Clarify behavior of
9241 `string-make-multibyte' and `string-to-multibyte' for unibyte all
9242 ASCII arguments.
9243 (Character Sets): Document the variable `charset-list' and adapt
9244 the definition of the function `charset-list' accordingly.
9245 (Translation of Characters): Clarify use of generic characters in
9246 `make-translation-table'. Clarify and correct the description of
9247 the use of translation tables in encoding and decoding.
9248 (User-Chosen Coding Systems): Correct and clarify the description
9249 of `select-safe-coding-system'.
9250 (Default Coding Systems): Clarify description of
9251 `file-coding-system-alist'.
9252
92532003-11-30 Luc Teirlinck <teirllm@auburn.edu>
9254
9255 * strings.texi (Text Comparison): Correctly describe when two
9256 strings are `equal'. Combine and clarify descriptions of
9257 `assoc-ignore-case' and `assoc-ignore-representation'.
9258
9259 * objects.texi (Non-ASCII in Strings): Clarify description of
9260 when a string is unibyte or multibyte.
9261 (Bool-Vector Type): Update examples.
9262 (Equality Predicates): Correctly describe when two strings are
9263 `equal'.
9264
92652003-11-29 Luc Teirlinck <teirllm@auburn.edu>
9266
9267 * lists.texi (Building Lists): `append' no longer accepts integer
9268 arguments. Update the description of `number-sequence' to reflect
9269 recent changes.
9270 (Sets And Lists): Describe `member-ignore-case' after `member'.
9271
92722003-11-27 Kim F. Storm <storm@cua.dk>
9273
9274 * commands.texi (Click Events): Click object may be an images.
9275 Describe (dx . dy) element of click positions.
9276 (Accessing Events): Remove duplicate posn-timestamp.
9277 New functions posn-object and posn-object-x-y.
9278
92792003-11-23 Kim F. Storm <storm@cua.dk>
9280
9281 * commands.texi (Click Events): Describe enhancements to event
9282 position lists, including new text-pos and (col . row) items.
9283 Mention left-fringe and right-fringe area events.
9284 (Accessing Events): New functions posn-area and
9285 posn-actual-col-row. Mention posn-timestamp. Mention that
9286 posn-point in non-text area still returns buffer position.
9287 Clarify posn-col-row.
9288
92892003-11-21 Lars Hansen <larsh@math.ku.dk>
9290
9291 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
9292 * anti.texi (File Attributes): Describe removed parameter
9293 ID-FORMAT.
9294
92952003-11-20 Luc Teirlinck <teirllm@auburn.edu>
9296
9297 * positions.texi (Positions): Mention that, if a marker is used as
9298 a position, its buffer is ignored.
9299
9300 * markers.texi (Overview of Markers): Mention it here too.
9301
93022003-11-12 Luc Teirlinck <teirllm@auburn.edu>
9303
9304 * numbers.texi (Numeric Conversions): Not just `floor', but also
9305 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
9306
93072003-11-10 Luc Teirlinck <teirllm@auburn.edu>
9308
9309 * markers.texi (Creating Markers): Specify insertion type of
9310 created markers. Add xref to `Marker Insertion Types'.
9311 Second argument to `copy-marker' is optional.
9312 (Marker Insertion Types): Mention that most markers are created
9313 with insertion type nil.
9314 (The Mark): Correctly describe when `mark' signals an error.
9315 (The Region): Correctly describe when `region-beginning' and
9316 `region-end' signal an error.
9317
93182003-11-08 Luc Teirlinck <teirllm@auburn.edu>
9319
9320 * hash.texi (Creating Hash): Clarify description of `eql'.
9321 `makehash' is obsolete.
9322 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
9323
9324 * positions.texi (Point): Change description of `buffer-end', so
9325 that it is also correct for floating point arguments.
9326 (List Motion): Correct argument lists of `beginning-of-defun' and
9327 `end-of-defun'.
9328 (Excursions): Add xref to `Marker Insertion Types'.
9329 (Narrowing): Argument to `narrow-to-page' is optional.
9330
93312003-11-06 Luc Teirlinck <teirllm@auburn.edu>
9332
9333 * streams.texi (Output Streams): Clarify behavior of point for
9334 marker output streams.
9335
93362003-11-04 Luc Teirlinck <teirllm@auburn.edu>
9337
9338 * variables.texi (Defining Variables): Second argument to
9339 `defconst' is not optional.
9340 (Setting Variables): Mention optional argument APPEND to
9341 `add-to-list'.
9342 (Creating Buffer-Local): Expand description of
9343 `make-variable-buffer-local'.
9344 (Frame-Local Variables): Expand description of
9345 `make-variable-frame-local'.
9346 (Variable Aliases): Correct description of optional argument
9347 DOCSTRING to `defvaralias'. Mention return value of
9348 `defvaralias'.
9349 (File Local Variables): Add xref to `File variables' in Emacs
9350 Manual. Correct description of `hack-local-variables'. Mention
9351 `safe-local-variable' property. Mention optional second argument
9352 to `risky-local-variable-p'.
9353
93542003-11-03 Luc Teirlinck <teirllm@auburn.edu>
9355
9356 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
9357
93582003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
9359
9360 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
9361 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
9362 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
9363 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
9364 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
9365 lispref/processes.texi, lispref/searching.texi,
9366 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
9367 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
9368 @acronym{FOO}.
9369
93702003-10-27 Luc Teirlinck <teirllm@auburn.edu>
9371
9372 * strings.texi (Creating Strings): Argument START to `substring'
9373 can not be `nil'. Expand description of
9374 `substring-no-properties'. Correct description of `split-string',
9375 especially with respect to empty matches. Prevent very bad line
9376 break in definition of `split-string-default-separators'.
9377 (Text Comparison): `string=' and `string<' also accept symbols as
9378 arguments.
9379 (String Conversion): More completely describe argument BASE in
9380 `string-to-number'.
9381 (Formatting Strings): `%s' and `%S' in `format' do require
9382 corresponding object. Clarify behavior of numeric prefix after
9383 `%' in `format'.
9384 (Case Conversion): The argument to `upcase-initials' can be a
9385 character.
9386
93872003-10-27 Kenichi Handa <handa@m17n.org>
9388
9389 * display.texi (Fontsets): Fix texinfo usage.
9390
93912003-10-25 Kenichi Handa <handa@m17n.org>
9392
9393 * display.texi (Fontsets): Add description of the function
9394 set-fontset-font.
9395
93962003-10-23 Luc Teirlinck <teirllm@auburn.edu>
9397
9398 * display.texi (Temporary Displays): Add xref to `Documentation
9399 Tips'.
9400
9401 * functions.texi (Function Safety): Use inforef instead of pxref
9402 for SES.
9403
94042003-10-23 Andreas Schwab <schwab@suse.de>
9405
9406 * Makefile.in (TEX, texinputdir): Don't define.
9407 (TEXI2DVI): Define.
9408 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
9409 add $(srcdir)/index.texi.
9410 ($(infodir)/elisp): Remove index.texi dependency.
9411 (elisp.dvi): Likewise. Use $(TEXI2DVI).
9412 (index.texi): Remove target.
9413 (dist): Don't link $(srcdir)/permute-index.
9414 (clean): Don't remove index.texi.
9415
9416 * permute-index, index.perm: Remove.
9417 * index.texi: Rename from index.unperm.
9418
94192003-10-22 Luc Teirlinck <teirllm@auburn.edu>
9420
9421 * tips.texi (Documentation Tips): Document new behavior for face
9422 and variable hyperlinks in Help mode.
9423
94242003-10-21 Luc Teirlinck <teirllm@auburn.edu>
9425
9426 * objects.texi (Integer Type): Update for extra bit of integer range.
9427 (Character Type): Ditto.
9428
94292003-10-16 Eli Zaretskii <eliz@gnu.org>
9430
9431 * numbers.texi (Integer Basics): Add index entries for reading
9432 numbers in hex, octal, and binary.
9433
94342003-10-16 Lute Kamstra <lute@gnu.org>
9435
9436 * modes.texi (Mode Line Format): Mention force-mode-line-update's
9437 argument.
9438
94392003-10-13 Luc Teirlinck <teirllm@auburn.edu>
9440
9441 * windows.texi (Choosing Window): Fix typo.
9442 * edebug.texi (Edebug Execution Modes): Fix typo.
9443
94442003-10-13 Richard M. Stallman <rms@gnu.org>
9445
9446 * windows.texi (Basic Windows): A window has fringe settings,
9447 display margins and scroll-bar settings.
9448 (Splitting Windows): Doc split-window return value.
9449 Clean up one-window-p.
9450 (Selecting Windows): Fix typo.
9451 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
9452 (Buffers and Windows): In set-window-buffer, explain effect
9453 on fringe settings and scroll bar settings.
9454 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
9455 (Choosing Window): Use defopt for pop-up-frame-function.
9456 For special-display-buffer-names, explain same-window and same-frame.
9457 Clarify window-dedicated-p return value.
9458 (Textual Scrolling): scroll-up and scroll-down can get an error.
9459 (Horizontal Scrolling): Clarify auto-hscroll-mode.
9460 Clarify set-window-hscroll.
9461 (Size of Window): Don't mention tool bar in window-height.
9462 (Coordinates and Windows): Explain what coordinates-in-window-p
9463 returns for fringes and display margins.
9464 (Window Configurations): Explain saving fringes, etc.
9465
9466 * tips.texi (Library Headers): Clean up Documentation.
9467
9468 * syntax.texi (Parsing Expressions): Clean up forward-comment
9469 and parse-sexp-lookup-properties.
9470
9471 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
9472
9473 * os.texi (System Environment): Clean up text for load-average errors.
9474
9475 * modes.texi (Hooks): Don't explain local hook details at front.
9476 Clarify run-hooks and run-hook-with-args a little.
9477 Clean up add-hook and remove-hook.
9478
9479 * edebug.texi (Edebug Execution Modes): Clarify t.
9480 Document edebug-sit-for-seconds.
9481 (Coverage Testing): Document C-x X = and =.
9482 (Instrumenting Macro Calls): Fix typo.
9483 (Specification List): Don't index the specification keywords.
9484
94852003-10-10 Kim F. Storm <storm@cua.dk>
9486
9487 * processes.texi (Network): Introduce make-network-process.
9488
94892003-10-09 Luc Teirlinck <teirllm@auburn.edu>
9490
9491 * tips.texi (Library Headers): Fix typo.
9492
94932003-10-07 Juri Linkov <juri@jurta.org>
9494
9495 * modes.texi (Imenu): Mention imenu-create-index-function's
9496 default value. Explain submenus better.
9497
94982003-10-07 Lute Kamstra <lute@gnu.org>
9499
9500 * modes.texi (Faces for Font Lock): Fix typo.
9501 (Hooks): Explain how buffer-local hook variables can refer to
9502 global hook variables.
9503 Various minor clarifications.
9504
95052003-10-06 Lute Kamstra <lute@gnu.org>
9506
9507 * tips.texi (Coding Conventions): Mention naming conventions for
9508 hooks.
9509
95102003-10-05 Luc Teirlinck <teirllm@auburn.edu>
9511
9512 * loading.texi (Library Search): Correct default value of
9513 load-suffixes.
9514 (Named Features): Fix typo.
9515
95162003-10-05 Richard M. Stallman <rms@gnu.org>
9517
9518 * loading.texi (Named Features): In `provide',
9519 say how to test for subfeatures.
9520 (Unloading): In unload-feature, use new var name
9521 unload-feature-special-hooks.
9522
95232003-10-03 Lute Kamstra <lute@gnu.org>
9524
9525 * modes.texi (Major Mode Conventions): Mention third way to set up
9526 Imenu.
9527 (Imenu): A number of small fixes.
9528 Delete documentation of internal variable imenu--index-alist.
9529 Document the return value format of imenu-create-index-function
9530 functions.
9531
95322003-09-30 Richard M. Stallman <rms@gnu.org>
9533
9534 * processes.texi (Network): Say what stopped datagram connections do.
9535
9536 * lists.texi (Association Lists): Clarify `assq-delete-all'.
9537
9538 * display.texi (Overlay Properties): Clarify `evaporate' property.
9539
95402003-09-29 Lute Kamstra <lute@gnu.org>
9541
9542 * modes.texi (Mode Line Data): Explain when symbols in mode-line
9543 constructs should be marked as risky.
9544 Change cons cell into proper list.
9545 (Mode Line Variables): Change cons cell into proper list.
9546
95472003-09-26 Lute Kamstra <lute@gnu.org>
9548
9549 * modes.texi (Mode Line Data): Document the :propertize construct.
9550 (Mode Line Variables): Reorder the descriptions of the variables
9551 to match their order in the default mode-line-format.
9552 Describe the new variables mode-line-position and mode-line-modes.
9553 Update the default values of mode-line-frame-identification,
9554 minor-mode-alist, and default-mode-line-format.
9555 (Properties in Mode): Mention the :propertize construct.
9556
95572003-09-26 Richard M. Stallman <rms@gnu.org>
9558
9559 * buffers.texi, commands.texi, debugging.texi, eval.texi:
9560 * loading.texi, minibuf.texi, text.texi, variables.texi:
9561 Avoid @strong{Note:}.
9562
95632003-09-26 Richard M. Stallman <rms@gnu.org>
9564
9565 * keymaps.texi (Remapping Commands): Fix typo.
9566
95672003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
9568
9569 * processes.texi (Low-Level Network): Fix typo.
9570
95712003-09-23 Kim F. Storm <storm@cua.dk>
9572
9573 * processes.texi (Network, Network Servers): Fix typos.
9574 (Low-Level Network): Add timeout value for :server keyword.
9575 Add new option keywords to make-network-process.
9576 Add set-network-process-options.
9577 Explain how to test availability of network options.
9578
95792003-09-19 Richard M. Stallman <rms@gnu.org>
9580
9581 * text.texi (Motion by Indent): Arg to
9582 backward-to-indentation and forward-to-indentation is optional.
9583
9584 * strings.texi (Creating Strings): Add substring-no-properties.
9585
9586 * processes.texi
9587 (Process Information): Add list-processes arg QUERY-ONLY.
9588 Delete process-contact from here.
9589 Add new status values for process-status.
9590 Add process-get, process-put, process-plist, set-process-plist.
9591 (Synchronous Processes): Add call-process-shell-command.
9592 (Signals to Processes): signal-process allows process objects.
9593 (Network): Complete rewrite.
9594 (Network Servers, Datagrams, Low-Level Network): New nodes.
9595
9596 * positions.texi (Word Motion): forward-word, backward-word
9597 arg is optional. Reword.
9598
9599 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
9600
9601 * variables.texi (Creating Buffer-Local):
9602 Delete duplicate definition of buffer-local-value.
9603 (File Local Variables): Explain about discarding text props.
9604
96052003-09-11 Richard M. Stallman <rms@gnu.org>
9606
9607 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
9608 changes variables that record input events.
9609 (Minibuffer Misc): Add minibuffer-selected-window.
9610
9611 * lists.texi (Building Lists): Add copy-tree.
9612
9613 * display.texi (Fontsets): Add char-displayable-p.
9614 (Scroll Bars): New node.
9615
96162003-09-08 Lute Kamstra <lute@gnu.org>
9617
9618 * modes.texi (%-Constructs): Document new `%i' and `%I'
9619 constructs.
9620
96212003-09-03 Peter Runestig <peter@runestig.com>
9622
9623 * makefile.w32-in: New file.
9624
96252003-08-29 Richard M. Stallman <rms@gnu.org>
9626
9627 * display.texi (Overlay Properties): Clarify how priorities
9628 affect use of the properties.
9629
96302003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
9631
9632 * customize.texi (Type Keywords): Correct the description of
9633 `:help-echo' in the case where `motion-doc' is a function.
9634
96352003-08-14 John Paul Wallington <jpw@gnu.org>
9636
9637 * modes.texi (Emulating Mode Line): Subsection, not section.
9638
96392003-08-13 Richard M. Stallman <rms@gnu.org>
9640
9641 * elisp.texi (Top): Update subnode lists in menu.
9642
9643 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
9644 (Kill Functions): kill-region has new arg yank-handler.
9645 (Yanking): New node.
9646 (Yank Commands): Add yank-undo-function.
9647 (Low-Level Kill Ring):
9648 kill-new and kill-append have new arg yank-handler.
9649 (Changing Properties): Add remove-list-of-text-properties.
9650 (Atomic Changes): New node.
9651
9652 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
9653
9654 * streams.texi (Output Variables): Add eval-expression-print-length
9655 and eval-expression-print-level.
9656
9657 * os.texi (Time Conversion): For encode-time, explain limits on year.
9658
9659 * objects.texi (Character Type): Define anchor "modifier bits".
9660
9661 * modes.texi (Emulating Mode Line): New node.
9662 (Search-based Fontification): Font Lock uses font-lock-face property.
9663 (Other Font Lock Variables): Likewise.
9664
9665 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
9666 not vectors.
9667 (Active Keymaps): Add emulation-mode-map-alists.
9668 (Functions for Key Lookup): key-binding has new arg no-remap.
9669 (Remapping Commands): New node.
9670 (Scanning Keymaps): where-is-internal has new arg no-remap.
9671 (Tool Bar): Add tool-bar-local-item-from-menu.
9672 Clarify when to use tool-bar-add-item-from-menu.
9673
9674 * commands.texi (Interactive Call): commandp has new arg.
9675 (Command Loop Info): Add this-original-command.
9676
96772003-08-06 John Paul Wallington <jpw@gnu.org>
9678
9679 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
9680
9681 * display.texi (Warning Basics): Fix typo.
9682 (Fringes): Add closing curly bracket and fix typo.
9683
9684 * elisp.texi (Top): Fix typo.
9685
96862003-08-05 Richard M. Stallman <rms@gnu.org>
9687
9688 * elisp.texi: Update lists of subnodes.
9689
9690 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
9691
9692 * variables.texi (Local Variables): Use lc for example variable names.
9693
9694 * tips.texi (Library Headers): Explain where to put -*-.
9695
9696 * strings.texi (Creating Strings): Fix xref for vconcat.
9697
9698 * sequences.texi (Vector Functions):
9699 vconcat no longer allows integer args.
9700
9701 * minibuf.texi (Reading File Names): read-file-name has new
9702 arg PREDICATE. New function read-directory-name.
9703
c4cc8b9a 9704 * macros.texi (Defining Macros): Give definition of `declare'.
b8d4c8d0
GM
9705 (Indenting Macros): New node.
9706
9707 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
9708 (Window Frame Parameters): Make separate table of parameters
9709 that are coupled with specific face attributes.
9710 (Deleting Frames): delete-frame-hooks renamed to
9711 delete-frame-functions.
9712
9713 * files.texi (Magic File Names): Add file-remote-p.
9714 Clarify file-local-copy.
9715
9716 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
9717 here; instead xref Defining Macros.
9718
9719 * display.texi (Warnings): New node, and subnodes.
9720 (Fringes): New node.
9721
9722 * debugging.texi (Test Coverage): New node.
9723
9724 * compile.texi (Compiler Errors): Explain with-no-warnings
9725 and other ways to suppress warnings.
9726
9727 * commands.texi (Interactive Call): Minor clarification.
9728
9729 * buffers.texi (Buffer File Name): set-visited-file-name
9730 renames the buffer too.
9731
9732 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
9733
97342003-07-24 Markus Rost <rost@math.ohio-state.edu>
9735
9736 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
9737
97382003-07-22 Markus Rost <rost@math.ohio-state.edu>
9739
9740 * internals.texi (Garbage Collection): Fix previous change.
9741
97422003-07-22 Richard M. Stallman <rms@gnu.org>
9743
9744 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
9745
9746 * display.texi (Width): Use \s syntax in example.
9747 (Font Selection): Add face-font-rescale-alist.
9748
9749 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
9750 Remove spurious indent in example.
9751
9752 * lists.texi (Building Lists): Add number-sequence.
9753
9754 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
9755
9756 * functions.texi (Function Documentation): Explain how to
9757 show calling convention explicitly in the doc string.
9758
9759 * windows.texi (Selecting Windows): save-selected-window saves
9760 selected window of each frame.
9761 (Window Configurations): Minor change.
9762
9763 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
9764
9765 * streams.texi (Output Variables): Add print-continuous-numbering
9766 and print-number-table.
9767
9768 * processes.texi (Decoding Output): New node.
9769
9770 * os.texi (Time Conversion): decode-time arg is optional.
9771
9772 * objects.texi (Character Type): Don't use space as example for \.
9773 Make list of char names and \-sequences correspond.
9774 Explain that \s is not used in strings. `\ ' needs space after.
9775
9776 * nonascii.texi (Converting Representations): Add string-to-multibyte.
9777 (Translation of Characters): Add translation-table-for-input.
9778 (Default Coding Systems): Add auto-coding-functions.
9779 (Explicit Encoding): Add decode-coding-inserted-region.
9780 (Locales): Add locale-info.
9781
9782 * minibuf.texi (Basic Completion): Describe test-completion.
9783 Collections can be lists of strings.
9784 Clean up lazy-completion-table.
9785 (Programmed Completion): Mention test-completion.
9786 Clarify why lambda expressions are not accepted.
9787 (Minibuffer Misc): Describe minibufferp.
9788
97892003-07-14 Richard M. Stallman <rms@gnu.org>
9790
9791 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
9792
9793 * windows.texi (Selecting Windows): New arg to select-window.
9794 (Selecting Windows): Add with-selected-window.
9795 (Size of Window): Add window-inside-edges, etc.
9796
9797 * internals.texi (Garbage Collection): Add post-gc-hook.
9798
9799 * processes.texi (Subprocess Creation): Add exec-suffixes.
9800
9801 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
9802 (Scanning Keymaps): Add map-keymaps.
9803 (Defining Menus): Add keymap-prompt.
9804
9805 * numbers.texi (Integer Basics): Add most-positive-fixnum,
9806 most-negative-fixnum.
9807
c4cc8b9a 9808 * compile.texi (Byte Compilation): Explain no-byte-compile.
b8d4c8d0
GM
9809 (Compiler Errors): New node.
9810
9811 * os.texi (User Identification): user-uid, user-real-uid
9812 can return float.
9813
9814 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
9815 and about derived modes.
9816 (Minor Modes): Add minor-mode-list.
9817 (Defining Minor Modes): Keyword args for define-minor-mode.
9818 (Search-based Fontification): Explain managing other properties.
9819 (Other Font Lock Variables): Add font-lock-extra-managed-props.
183080b6 9820 (Faces for Font Lock): Add font-lock-preprocessor-face.
b8d4c8d0
GM
9821 (Hooks): Add run-mode-hooks and delay-mode-hooks.
9822
9823 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
9824 (Variable Aliases): Clarify defvaralias.
9825
9826 * loading.texi (Library Search): Add load-suffixes.
9827
9828 * minibuf.texi (Basic Completion): Add lazy-completion-table.
9829 (Programmed Completion): Add dynamic-completion-table.
9830
9831 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
9832 (Magic File Names): Specify precedence order of handlers.
9833
9834 * commands.texi (Command Overview): Emacs server runs pre-command-hook
9835 and post-command-hook.
9836 (Waiting): New calling convention for sit-for.
9837
9838 * text.texi (Special Properties): local-map and keymap properties
9839 apply based on their stickiness.
9840
98412003-07-07 Richard M. Stallman <rms@gnu.org>
9842
9843 * modes.texi (Minor Mode Conventions): Specify only some kinds
9844 of list values as args to minor modes.
9845
9846 * files.texi (File Name Expansion): Warn about iterative use
9847 of substitute-in-file-name.
9848
9849 * advice.texi (Activation of Advice): Clean up previous change.
9850
98512003-07-06 Markus Rost <rost@math.ohio-state.edu>
9852
9853 * advice.texi (Activation of Advice): Note that ad-start-advice is
9854 turned on by default.
9855
98562003-06-30 Richard M. Stallman <rms@gnu.org>
9857
9858 * text.texi (Buffer Contents): Document current-word.
9859 (Change Hooks): Not called for *Messages*.
9860
9861 * functions.texi (Defining Functions): Explain about redefining
9862 primitives.
f4e90db0 9863 (Function Safety): Rename. Minor changes.
b8d4c8d0
GM
9864 Comment out the detailed criteria for what is safe.
9865
98662003-06-22 Andreas Schwab <schwab@suse.de>
9867
9868 * objects.texi (Symbol Type): Fix description of examples.
9869
98702003-06-16 Andreas Schwab <schwab@suse.de>
9871
9872 * hash.texi (Creating Hash): Fix description of :weakness.
9873
c8763fb6 98742003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
b8d4c8d0
GM
9875
9876 * files.texi (Changing Files): copy-file copies file modes, too.
9877
98782003-05-28 Richard M. Stallman <rms@gnu.org>
9879
9880 * strings.texi (Creating Strings): Clarify split-string.
9881
98822003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
9883
9884 * strings.texi (Creating Strings): Update split-string specification
9885 and examples.
9886
98872003-05-19 Richard M. Stallman <rms@gnu.org>
9888
9889 * elisp.texi: Correct invariant section names.
9890
98912003-04-20 Richard M. Stallman <rms@gnu.org>
9892
9893 * os.texi (Timers): Explain about timers and quitting.
9894
98952003-04-19 Richard M. Stallman <rms@gnu.org>
9896
9897 * internals.texi (Writing Emacs Primitives): Strings are
9898 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
9899 Explain GCPRO convention for varargs function args.
9900
99012003-04-16 Richard M. Stallman <rms@gnu.org>
9902
9903 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
9904
99052003-04-08 Richard M. Stallman <rms@gnu.org>
9906
9907 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
9908
99092003-02-13 Kim F. Storm <storm@cua.dk>
9910
9911 * objects.texi (Character Type): New \s escape for space.
9912
99132003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
9914
5dcb4c4e 9915 * os.texi (System Environment): Add cygwin system-type.
b8d4c8d0
GM
9916
99172003-01-25 Richard M. Stallman <rms@gnu.org>
9918
9919 * keymaps.texi: Document that a symbol can act as a keymap.
9920
99212003-01-13 Richard M. Stallman <rms@gnu.org>
9922
9923 * text.texi (Changing Properties): Say string indices are origin-0.
9924
9925 * positions.texi (Screen Lines) <compute-motion>:
9926 Correct order of elts in return value.
9927
9928 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
9929 how to define a default binding.
9930
99312002-12-07 Markus Rost <rost@math.ohio-state.edu>
9932
9933 * loading.texi (Unloading): Fix recent change for load-history.
9934
9935 * customize.texi (Simple Types): Clarify description of custom
9936 type 'number. Describe new custom type 'float.
9937
99382002-12-04 Markus Rost <rost@math.ohio-state.edu>
9939
9940 * variables.texi (File Local Variables): Fix typo.
9941
c8763fb6 99422002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
b8d4c8d0
GM
9943
9944 From Michael Albinus <Michael.Albinus@alcatel.de>.
9945
9946 * README: Target for Info file is `make info'.
9947
5dcb4c4e 9948 * files.texi (File Name Components): Fix typos in
b8d4c8d0
GM
9949 `file-name-sans-extension'.
9950 (Magic File Names): Complete list of operations for magic file
9951 name handlers.
9952
99532002-09-16 Jonathan Yavner <jyavner@engineer.com>
9954
9955 * variables.texi (File Local Variables): New function
9956 risky-local-variable-p.
9957
99582002-09-15 Jonathan Yavner <jyavner@engineer.com>
9959
9960 * functions.texi (Function safety): New node about unsafep.
9961
99622002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
9963
5dcb4c4e 9964 * customize.texi (Splicing into Lists): Fix example.
a86cd395 9965 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
b8d4c8d0
GM
9966
99672002-06-17 Juanma Barranquero <lektu@terra.es>
9968
9969 * frames.texi (Display Feature Testing): Fix typo.
9970
99712002-06-12 Andreas Schwab <schwab@suse.de>
9972
9973 * frames.texi (Initial Parameters, Resources): Fix references to
9974 the Emacs manual.
9975
99762002-05-13 Kim F. Storm <storm@cua.dk>
9977
9978 * variables.texi (Intro to Buffer-Local): Updated warning and
9979 example relating to changing buffer inside let.
9980
c8763fb6 99812002-03-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
9982
9983 * os.texi (Session Management): New node about X Session management.
9984
99852002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
9986
9987 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
9988 to which the manual corresponds, and the copyright years.
9989
9990 * Makefile.in (VERSION): Set to 2.9.
9991
99922001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
9993
9994 * elisp.texi: Change the category in @dircategory to "Emacs", to
9995 make it consistent with info/dir.
9996
99972001-11-25 Miles Bader <miles@gnu.org>
9998
9999 * text.texi (Fields): Describe new `limit' arg in
10000 field-beginning/field-end.
10001
100022001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
10003
5dcb4c4e
SM
10004 * permute-index: Don't depend on csh-specific features.
10005 Replace the interpreter name with /bin/sh.
b8d4c8d0
GM
10006
10007 * two-volume-cross-refs.txt: New file.
10008 * two.el: New file.
10009 * spellfile: New file.
10010
100112001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
10012
10013 * permute-index: New file.
10014
10015 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
10016 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
10017 8+3 restricted namespace.
10018
10019 * Makefile.in (infodir): Define relative to $(srcdir).
10020 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
10021 include directories list via -I switch to makeinfo.
10022 (index.texi): Use cp if both hard and symbolic links fail.
10023
100242001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
10025
10026 * Makefile.in (distclean): Add.
10027
10028 The following changes make ELisp manual part of the Emacs
10029 distribution:
10030
10031 * Makefile.in: Add Copyright notice.
10032 (prefix): Remove.
10033 (infodir): Change value to "../info".
10034 (VPATH): New variable.
10035 (MAKE): Don't define.
10036 (texmacrodir): Don't define.
10037 (texinputdir): Append the existing value of TEXINPUTS.
10038 ($(infodir)/elisp): Instead of just "elisp". Reformat the
10039 command to be compatible with man/Makefile.in, and to put the
10040 output into ../info.
10041 (info): Add target.
10042 (installall): Target removed.
10043
c8763fb6 100442001-10-31 Pavel Janík <Pavel@Janik.cz>
b8d4c8d0
GM
10045
10046 * tips.texi (Coding Conventions): Fix typo.
10047
100482001-10-23 Gerd Moellmann <gerd@gnu.org>
10049
10050 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
10051
100522001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
10053
10054 * files.texi (File Name Components): Update the description of
10055 file-name-sans-extension and file-name-extension, as they now
10056 ignore leading dots.
10057
100582001-10-20 Gerd Moellmann <gerd@gnu.org>
10059
10060 * (Version 21.1 released.)
10061
100622001-10-19 Miles Bader <miles@gnu.org>
10063
10064 * positions.texi (Text Lines): Describe behavior of
10065 `beginning-of-line'/`end-of-line' in the presence of field properties.
10066
100672001-10-17 Gerd Moellmann <gerd@gnu.org>
10068
10069 * Makefile.in (VERSION): Set to 2.8.
10070 (manual): Use `manual-21'.
10071
10072 * elisp.texi (VERSION): Add and use it where the version
10073 number was used. Set it to 2.8.
10074
10075 * intro.texi: Likewise.
10076
100772001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
10078
10079 * files.texi (File Name Completion): Document the significance of
10080 a trailing slash in elements of completion-ignored-extensions.
10081
100822001-10-06 Miles Bader <miles@gnu.org>
10083
10084 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
10085
100862001-10-04 Gerd Moellmann <gerd@gnu.org>
10087
10088 * variables.texi (Variable Aliases): New node.
10089
100902001-10-04 Gerd Moellmann <gerd@gnu.org>
10091
10092 * Branch for 21.1.
10093
100942001-10-02 Miles Bader <miles@gnu.org>
10095
10096 * minibuf.texi (Minibuffer Misc): Add entries for
10097 `minibuffer-contents', `minibuffer-contents-no-properties', and
10098 `delete-minibuffer-contents'.
10099 Correct description for `minibuffer-prompt-end'.
10100
10101 * text.texi (Property Search): Correct descriptions of
10102 `next-char-property-change' and `previous-char-property-change'.
10103 Add entries for `next-single-char-property-change' and
10104 `previous-single-char-property-change'.
10105 Make operand names a bit more consistent.
10106
101072001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
10108
10109 * frames.texi (Finding All Frames): Document that next-frame and
10110 previous-frame are local to current terminal.
10111
101122001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
10113
10114 * keymaps.texi (Creating Keymaps): Fix the description of the
10115 result of make-keymap.
10116
101172001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
10118
10119 * display.texi (Font Lookup, Attribute Functions)
10120 (Image Descriptors): Add cross-references to the definition of
10121 selected frame.
10122
10123 * buffers.texi (The Buffer List): Add cross-references to the
10124 definition of selected frame.
10125
10126 * frames.texi (Input Focus): Clarify which frame is _the_ selected
10127 frame at any given time.
10128 (Multiple Displays, Size and Position): Add a cross-reference to
10129 the definition of the selected frame.
10130
101312001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
10132
10133 * strings.texi (String Conversion) <string-to-number>: Document
10134 that a float is returned for integers that are too large.
10135
10136 * frames.texi (Mouse Position): Document mouse-position-function.
10137 (Display Feature Testing): Document display-images-p.
10138 (Window Frame Parameters): Document the cursor-type variable.
10139
10140 * numbers.texi (Integer Basics): Document CL style read syntax for
10141 integers in bases other than 10.
10142
5dcb4c4e
SM
10143 * positions.texi (List Motion):
10144 Document open-paren-in-column-0-is-defun-start.
b8d4c8d0
GM
10145
10146 * lists.texi (Sets And Lists): Document member-ignore-case.
10147
10148 * internals.texi (Garbage Collection): Document the used and free
10149 strings report.
10150 (Memory Usage): Document strings-consed.
10151
10152 * os.texi (Time of Day): Document float-time.
10153 (Recording Input): Document that clear-this-command-keys clears
10154 the vector to be returned by recent-keys.
10155
10156 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
10157 argument keymap can be a list.
10158
10159 * nonascii.texi (User-Chosen Coding Systems)
10160 <select-safe-coding-system>: Document the new argument
10161 accept-default-p and the variable
10162 select-safe-coding-system-accept-default-p. Tell what happens if
10163 buffer-file-coding-system is undecided.
10164 (Default Coding Systems): Document auto-coding-regexp-alist.
10165
10166 * display.texi (The Echo Area) <message>: Document
10167 message-truncate-lines.
10168 (Glyphs): Document that the glyph table is unused on windowed
10169 displays.
10170
10171 * help.texi (Describing Characters) <single-key-description>:
10172 Document the new argument no-angles.
10173 (Accessing Documentation) <documentation-property>: Document that
10174 a non-string property is evaluated.
10175 <documentation>: Document that the function-documentation property
10176 is looked for.
10177
10178 * windows.texi (Selecting Windows): Document some-window.
10179
10180 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
10181
10182 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
10183 apropos-mode-hook.
10184
10185 * commands.texi (Using Interactive): Document interactive-form.
10186 (Keyboard Macros): Document kbd-macro-termination-hook.
10187 (Command Loop Info): Document that clear-this-command-keys clears
10188 the vector to be returned by recent-keys.
10189
101902001-09-04 Werner LEMBERG <wl@gnu.org>
10191
10192 * Makefile.in (srcdir, texinputdir): New variables.
10193 (srcs, index.texi, install): Use $(srcdir).
10194 (.PHONY): Remove elisp.dvi.
10195 (elisp): Use -I switch for makeinfo.
10196 (elisp.dvi): Use $(srcdir) and $(texinputdir).
10197 (installall, dist): Use $(srcdir).
10198 Fix path to texinfo.tex.
10199 (maintainer-clean): Add elisp.dvi and elisp.oaux.
10200
102012001-08-30 Gerd Moellmann <gerd@gnu.org>
10202
10203 * display.texi (Conditional Display): Adjust to API change.
10204
10205 * configure: New file.
10206
102072001-07-30 Gerd Moellmann <gerd@gnu.org>
10208
10209 * commands.texi (Repeat Events): Add description of
10210 double-click-fuzz.
10211
102122001-05-08 Stefan Monnier <monnier@cs.yale.edu>
10213
10214 * syntax.texi (Syntax Class Table): Add the missing designator for
10215 comment and string fences.
10216 (Syntax Properties): Add a xref to syntax table internals.
10217 (Syntax Table Internals): Document string-to-syntax.
10218
102192001-05-07 Gerd Moellmann <gerd@gnu.org>
10220
10221 * Makefile.in (install): Use install-info command line options
10222 like in Emacs' Makefile.in.
10223
102242000-12-09 Miles Bader <miles@gnu.org>
10225
10226 * windows.texi (Window Start): Update documentation for
10227 `pos-visible-in-window-p'.
10228
102292000-11-12 Stefan Monnier <monnier@cs.yale.edu>
10230
10231 * lists.texi (Building Lists): Add footnote to explain how to add
10232 to the end of a list.
10233
102342000-10-25 Gerd Moellmann <gerd@gnu.org>
10235
10236 * files.texi (Visiting Functions): Typos.
10237
102382000-10-25 Kenichi Handa <handa@etl.go.jp>
10239
10240 * files.texi (Visiting Functions): Return value of
10241 find-file-noselect may be a list of buffers if wildcards are used.
10242
102432000-10-24 Miles Bader <miles@lsi.nec.co.jp>
10244
10245 * display.texi (Defining Faces): Document `graphic' display type
10246 in face specs.
10247
b344d29d 102482000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b8d4c8d0
GM
10249
10250 * hooks.texi (Standard Hooks): Replace obsolete
10251 `after-make-frame-hook' with `after-make-frame-functions'.
10252
10253 * frames.texi (Creating Frames): Ditto.
10254
10255 * variables.texi (Future Local Variables): Ditto.
10256
102572000-10-16 Gerd Moellmann <gerd@gnu.org>
10258
10259 * display.texi (Other Image Types): Add description of :foreground
10260 and :background properties of mono PBM images.
10261
102622000-08-17 Werner LEMBERG <wl@gnu.org>
10263
10264 * .cvsignore: New file.
10265
102662000-01-05 Gerd Moellmann <gerd@gnu.org>
10267
10268 * tindex.pl: New script.
10269
102701999-12-03 Dave Love <fx@gnu.org>
10271
10272 * Makefile.in (MAKEINFO): New parameter.
10273
102741999-09-17 Richard Stallman <rms@gnu.org>
10275
10276 * Makefile.in (srcs): Add hash.texi.
10277 (VERSION): Update to 20.6.
10278
102791999-09-13 Richard Stallman <rms@gnu.org>
10280
10281 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
10282
102831998-08-29 Karl Heuer <kwzh@gnu.org>
10284
10285 * configure.in: New file.
10286 * Makefile.in: Renamed from Makefile.
10287 (prefix, infodir): Use value obtained from configure.
10288 (emacslibdir): Obsolete variable deleted.
10289 (dist): Distribute configure.in, configure, Makefile.in.
10290
102911998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
10292
10293 * Makefile (INSTALL_INFO): New variable.
10294 (install): Run install-info.
10295
102961998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
10297
10298 * Makefile (elisp.dvi): Add missing backslash.
10299
103001998-05-02 Richard Stallman <rms@psilocin.gnu.org>
10301
10302 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
10303 Run texindex without `./'. Always run texindex on elisp.tp.
10304 (elisp.tps): Target deleted.
10305
103061998-04-05 Richard Stallman <rms@psilocin.gnu.org>
10307
10308 * Makefile (srcs): Add nonascii.texi and customize.texi.
10309 (dist): Start by deleting `temp'.
10310
103111998-02-17 Richard Stallman <rms@psilocin.gnu.org>
10312
10313 * Makefile (makeinfo, texindex): Targets deleted.
10314 (makeinfo.o, texindex.o): Targets deleted.
10315 (clean, dist): Don't do anything with them or with getopt*.
10316
103171998-01-30 Richard Stallman <rms@psilocin.gnu.org>
10318
10319 * Makefile (SHELL): Defined.
10320
103211998-01-27 Richard Stallman <rms@psilocin.gnu.org>
10322
10323 * Makefile (elisp.tps): New target.
10324 (elisp.dvi): Depend on elisp.tps.
10325
c5602427 103261996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
b8d4c8d0
GM
10327
10328 * README: Update phone number.
10329
10330 * Makefile (elisp): Make this be the default target.
10331 Depend on makeinfo.c instead of makeinfo.
10332 (install): Don't depend on elisp.dvi, since we don't install that.
10333 Use mkinstalldirs.
10334 (dist): Add mkinstalldirs.
10335
c5602427 103361995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
b8d4c8d0
GM
10337
10338 * Makefile (VERSION): Update version number.
5dcb4c4e 10339 (maintainer-clean): Rename from realclean.
b8d4c8d0 10340
c5602427 103411995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
b8d4c8d0
GM
10342
10343 * Makefile (realclean): New target.
10344 (elisp): Remove any old elisp-* files first.
10345
c5602427 103461993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
b8d4c8d0
GM
10347
10348 * Makefile (VERSION): New variable.
10349 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
10350 Compressed file suffix should be `.gz', not `.z'.
10351
ce058493 103521993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10353
10354 * Makefile (elisp): Depend on makeinfo.
10355
c5602427 103561993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
b8d4c8d0
GM
10357
10358 * Makefile (srcs): Add anti.texi.
10359
c5602427 103601993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10361
10362 * Makefile (infodir, prefix): New vars.
10363 (install): Use infodir.
f4e90db0 10364 (emacsinfodir): Delete.
b8d4c8d0 10365
c5602427 103661993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10367
10368 * Makefile (srcs): Add calendar.texi.
10369
10370 * Makefile (dist): Copy texindex.c and makeinfo.c.
10371 Limit elisp-* files to those with one or two digits.
10372
c5602427 103731993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0 10374
f4e90db0 10375 * Makefile (dist): Change to use Gzip instead of compress.
b8d4c8d0 10376
c5602427 103771993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10378
10379 * loading.texi (Unloading): define-function changed back to
10380 defalias. It may not stay this way, but at least it's
10381 consistent with the known-good version of the code patch.
10382
c5602427 103831993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
b8d4c8d0
GM
10384
10385 * modes.texi (Hooks): Document new optional arg of add-hook.
10386
c5602427 103871993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10388
10389 * variables.texi: Document nil initial value of buffer-local variables.
10390
10391 * tips.texi: Add new section on standard library headers.
10392
c5602427 103931993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
10394
10395 * Makefile (srcs): Add frame.texi to the list of sources.
10396
c5602427 103971993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
10398
10399 * Makefile (dist): Don't bother excluding autosave files; they'll
10400 never make it into the temp directory anyway, and the hash marks
10401 in the name are problematic for make and the Bourne shell.
10402 (srcs):
10403
c5602427 104041993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
10405
10406 * Makefile (dist): Don't include backup files or autosave files in
10407 the distribution tar file.
10408
c5602427 104091991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0 10410
5dcb4c4e 10411 * Makefile (srcs): Add index.perm.
b8d4c8d0
GM
10412 (elisp.dvi): Remove erroneous shell comment.
10413 Expect output of permute-index in permuted.fns.
10414 Save old elisp.aux in elisp.oaux.
5dcb4c4e 10415 (clean): Add index.texi to be deleted.
b8d4c8d0 10416
c5602427 104171990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
10418
10419 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
10420
c5602427 104211990-06-26 David Lawrence (tale@geech)
b8d4c8d0
GM
10422
10423 * files.texi: Noted that completion-ignored-extensions is ignored
10424 when making *Completions*.
10425
3e868ee3 104261990-06-08 Jay Fenlason (hack@ai.mit.edu)
b8d4c8d0
GM
10427
10428 * Makefile make dist now depends on elisp.dvi, since it tries
10429 to include it in the dist file.
10430
c5602427 104311990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
b8d4c8d0 10432
c5602427 10433 * functions.texinfo (Mapping Functions): Add missing quote.
b8d4c8d0 10434
c5602427 104351989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
10436
10437 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
10438 (defunargs): Turn off \hyphenchar of \sl font temporarily.
10439
c5602427 104401989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10441
10442 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
10443 and @error{} are the terms now being used. The files in the
10444 directory have been changed to reflect this.
10445
10446 * All instances of @indentedresultt{} have been changed to
333f9019 10447 ` @result{}', using 5 spaces at the beginning of the line.
b8d4c8d0 10448
c5602427 104491989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10450
10451 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
10452 experimental @indentedresult{}, @indentedexpandsto{} are part of
10453 the texinfo.tex in this directory. These TeX macros are not
10454 stable yet.
10455
c5602427 104561989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10457
10458 * texinfo.tex: Temporarily added
10459 \let\result=\dblarrow
10460 \def\error{{\it ERROR} \longdblarrow}
10461 We need to do this better soon.
10462
c5602427 104631989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10464
10465 * Applied Karl Berry's patches to *.texinfo files, but not to
10466 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
10467 new title page format is also not applied, since it requires
10468 texinfo.tex changes.)
10469
10470 * Cleaned up `Makefile' and defined the `emacslibdir' directory
10471 for the Project GNU development environment.
10472
10473;; Local Variables:
c8763fb6 10474;; coding: utf-8
b8d4c8d0
GM
10475;; End:
10476
acaf905b 10477 Copyright (C) 1998-2012 Free Software Foundation, Inc.
b8d4c8d0
GM
10478
10479 This file is part of GNU Emacs.
10480
352c8b4a 10481 GNU Emacs is free software: you can redistribute it and/or modify
b8d4c8d0 10482 it under the terms of the GNU General Public License as published by
352c8b4a
GM
10483 the Free Software Foundation, either version 3 of the License, or
10484 (at your option) any later version.
b8d4c8d0
GM
10485
10486 GNU Emacs is distributed in the hope that it will be useful,
10487 but WITHOUT ANY WARRANTY; without even the implied warranty of
10488 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10489 GNU General Public License for more details.
10490
10491 You should have received a copy of the GNU General Public License
352c8b4a 10492 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.