Tweaks to count-words and count-words-region behavior.
[bpt/emacs.git] / doc / lispref / ChangeLog
CommitLineData
a08a07e3
CY
12012-03-04 Chong Yidong <cyd@gnu.org>
2
3 * frames.texi (Frames): Remove little-used "terminal frame" and
4 "window frame" terminology.
5 (Frame Parameters, Font and Color Parameters, Initial Parameters)
6 (Size and Position, Visibility of Frames): Callers changed.
7 (Frames): Clarify which terminals in framep are graphical.
8 (Initial Parameters): --geometry is not the only option which adds
9 to initial-frame-alist.
10 (Position Parameters): Note that icon-left and icon-top are for
11 old window managers only.
12 (Size Parameters): Sizes are in characters even on graphical
13 displays.
14 (Management Parameters): Note that window-id and outer-window-id
15 can't really be changed, and that auto-raise isn't always obeyed.
16 (Cursor Parameters): Document cursor-type explicitly.
17 (Size and Position): The aliases set-screen-height and
18 set-screen-width have been deleted.
19 (Visibility of Frames): Mention "minimization".
20
21 * os.texi (Startup Summary): Minor clarifications.
22 (Startup Summary, Suspending Emacs): Standardize on "text
23 terminal" terminology.
24
25 * windows.texi (Basic Windows, Coordinates and Windows)
26 (Coordinates and Windows):
27 * display.texi (Refresh Screen, Line Height, Face Attributes)
28 (Overlay Arrow, Beeping, Glyphless Chars): Likewise.
29
ea16568d
GM
302012-03-04 Glenn Morris <rgm@gnu.org>
31
32 * abbrevs.texi: Small copyedits throughout.
33 (Abbrev Mode): Remove this section, folding it into the top-level.
34 (Abbrev Tables): Don't mention irrelevant return values.
35 (Abbrev Expansion): Add cross-ref for wrapper hooks.
36 (Standard Abbrev Tables): Emacs Lisp mode now has its own table.
37 (Abbrev Table Properties): Update nil :regexp description.
38
b3134b95
GM
392012-03-03 Glenn Morris <rgm@gnu.org>
40
520f2425
GM
41 * internals.texi: Change @appendix section commands to @section.
42 (Building Emacs): Say less about CANNOT_DUMP platforms.
43 Replace deleted eval-at-startup with custom-initialize-delay.
999dd333 44 (Pure Storage): Small changes.
01a6dcc8 45 (Memory Usage): Copyedit.
7d2d7cc0
GM
46 (Writing Emacs Primitives): Update Fcoordinates_in_window_p and For
47 example definitions. Give examples of things with non-nil
48 interactive args. Mention eval_sub. Remove old info about
49 strings and GCPRO. Mention cus-start.el.
50 (Buffer Internals, Window Internals, Process Internals):
51 Misc small updates and fixes for fields.
520f2425 52
b3134b95
GM
53 * tips.texi: Copyedits.
54 (Coding Conventions): Mention autoloads.
55 Combine partially duplicated macro items. Fix xref.
56 Refer to Library Headers for copyright notice.
57 (Programming Tips): edit-options is long-obsolete.
58 (Compilation Tips): Mention loading bytecomp for byte-compile props.
59 (Warning Tips): Mention declare-function.
60 (Documentation Tips): Remove old info.
61 (Comment Tips): Mention comment-dwim, not indent-for-comment.
62 (Library Headers): General update.
63
2064cc6a
GM
642012-03-02 Glenn Morris <rgm@gnu.org>
65
6945faa6
GM
66 * backups.texi (Reverting): Un-duplicate revert-buffer-in-progress-p,
67 and relocate entry. Mention buffer-stale-function.
68
4186e877
GM
69 * elisp.texi, vol1.texi, vol2.texi: Standardize some menu entries.
70
2064cc6a
GM
71 * hooks.texi (Standard Hooks): General update.
72 Put related hooks together. Add and remove items.
73 * commands.texi (Keyboard Macros): Remove cross-ref to Standard Hooks.
74 * modes.texi (Hooks): Tweak cross-ref description.
75
7272fbf3
MA
762012-03-01 Michael Albinus <michael.albinus@gmx.de>
77
78 * files.texi (Kinds of Files): The return value of file-equal-p is
79 unspecified, if FILE1 or FILE2 does not exist.
80
53a1239b
GM
812012-03-01 Glenn Morris <rgm@gnu.org>
82
90db9af9
GM
83 * hooks.texi (Standard Hooks): Remove mode-specific hooks.
84
53a1239b
GM
85 * maps.texi (Standard Keymaps): General update.
86 Remove mode-specific maps, talk about the more general keymaps.
87 * help.texi (Help Functions): Add vindex for Helper-help-map.
88 * keymaps.texi (Active Keymaps): Minor rephrasing.
89
775b55af
GM
902012-02-29 Glenn Morris <rgm@gnu.org>
91
92 * elisp.texi, vol1.texi, vol2.texi: Use "" quotes in menus.
93
96b49301 942012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
95
7272fbf3 96 * files.texi (Kinds of Files): Rename files-equal-p to file-equal-p.
bf7f9bc5 97 Update changed behavior of file-subdir-of-p.
96b49301 98
1383d930
GM
992012-02-28 Glenn Morris <rgm@gnu.org>
100
44e97401
GM
101 * advice.texi, anti.texi, display.texi, elisp.texi:
102 * processes.texi, variables.texi, vol1.texi, vol2.texi:
103 Standardize possessive apostrophe usage.
104
e3c73f1e
GM
105 * locals.texi: Remove file.
106 * elisp.texi, vol1.texi, vol2.texi: Don't include locals.texi.
107 Remove menu entry.
108 * errors.texi, maps.texi: Adjust node pointers.
109 * internals.texi (Buffer Internals): Remove cross-refs to locals.texi.
edb3ac8c 110 * makefile.w32-in (srcs):
e3c73f1e
GM
111 * Makefile.in (srcs): Remove locals.texi.
112
1383d930
GM
113 * frames.texi (Mouse Position): Fix cross-ref.
114
431ee44b
CY
1152012-02-27 Chong Yidong <cyd@gnu.org>
116
117 * buffers.texi (Creating Buffers): Clarify that
118 generate-new-buffer uses generate-new-buffer-names.
119 (Killing Buffers): Remove bogus example duplicating buffer-live-p.
120
121 * files.texi (Directory Names): Index entry for file name abbreviations.
122 (Relative File Names, File Name Expansion): Refer to it.
123 (Locating Files): Move locate-user-emacs-file documentation to
124 Standard File Names.
125 (Standard File Names): Add locate-user-emacs-file; update examples.
126
6a11ec9d
MA
1272012-02-26 Michael Albinus <michael.albinus@gmx.de>
128
129 * files.texi (Magic File Names): Add files-equal-p and file-subdir-of-p.
130
9a4888c0
CY
1312012-02-26 Chong Yidong <cyd@gnu.org>
132
133 * files.texi (Kinds of Files): Improve documentation of
134 files-equal-p and file-subdir-of-p.
135
f0e751b9
GM
1362012-02-26 Glenn Morris <rgm@gnu.org>
137
138 * intro.texi (Acknowledgements): Small changes.
139
7e05b1ec
GM
1402012-02-25 Glenn Morris <rgm@gnu.org>
141
142 * errors.texi: Don't try to list _all_ the error symbols.
143 Add circular-list, cl-assertion-failed, compression-error.
144 * elisp.texi, vol1.texi, vol2.texi:
145 * control.texi (Error Symbols): Tweak "Standard Errors" description.
146
23453255 1472012-02-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
148
149 * files.texi (files-equal-p, file-subdir-of-p): New,
150 add initial documentation.
151
4963495d
CY
1522012-02-25 Chong Yidong <cyd@gnu.org>
153
fa74b241
CY
154 * files.texi (File Attributes): Document file-selinux-context.
155 (Changing Files): Link to it.
156 (Changing Files): Document set-file-selinux-context.
157
158 * backups.texi (Making Backups): Return value of backup-buffer is
d268b4fe
CY
159 changed. Mention default value of backup-directory-alist.
160 (Rename or Copy): Note that backup-by-copying-when-mismatch is t.
161 (Auto-Saving): New minor mode behavior for auto-save-mode.
162 (Reverting): Add defvar for revert-buffer-in-progress-p.
fa74b241 163
4963495d
CY
164 * searching.texi (Regexp Backslash): Add index entry (Bug#10869).
165
4bb82fa8
GM
1662012-02-24 Glenn Morris <rgm@gnu.org>
167
168 * errors.texi (Standard Errors): Mention dbus-error.
169 For arith-error sub-classes, just use one cross-ref.
170
2cb228f7
AM
1712012-02-23 Alan Mackenzie <acm@muc.de>
172
173 * modes.texi (Defining Minor Modes): Document the new keyword
174 :after-hook.
175
a59225b1
CY
1762012-02-21 Chong Yidong <cyd@gnu.org>
177
178 * files.texi (Files): Mention magic file names as arguments.
179 (Reading from Files): Copyedits.
180 (File Attributes): Mention how to change file modes.
181 (Changing Files): Use standard "file permissions" terminology.
182 Add xref to File Attributes node.
183 (Locating Files): Document locate-user-emacs-file.
184 (Unique File Names): Recommend against using make-temp-name.
185
8376d7c2
CY
1862012-02-19 Chong Yidong <cyd@gnu.org>
187
188 * help.texi (Documentation, Documentation Basics, Help Functions):
189 Minor clarifications.
190 (Accessing Documentation): Clarify what documentation-property is
191 for. Add xref to Keys in Documentation.
192
193 * tips.texi (Documentation Tips): Don't recommend using * in
194 docstrings.
195
196 * macros.texi (Defining Macros):
197 * modes.texi (Derived Modes): Say "documentation string" instead
198 of docstring.
199
82233bea
CY
2002012-02-18 Chong Yidong <cyd@gnu.org>
201
202 * modes.texi (Tabulated List Mode): New node.
203 (Basic Major Modes): Add xref to it.
204
205 * processes.texi (Process Information): Mention Process Menu mode.
206
7b926f3f
CY
2072012-02-17 Chong Yidong <cyd@gnu.org>
208
209 * syntax.texi (Motion via Parsing): Doc fix for scan-lists.
210
0fd2c9a3
GM
2112012-02-17 Glenn Morris <rgm@gnu.org>
212
213 * hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual.
214
f700caa3
CY
2152012-02-16 Chong Yidong <cyd@gnu.org>
216
4230351b
CY
217 * syntax.texi (Syntax Tables, Syntax Descriptors)
218 (Syntax Table Functions): Copyedits.
219 (Syntax Basics): Don't repeat the material in the preceding node.
220 (Syntax Class Table): Use a table.
221 (Syntax Properties): Document syntax-propertize-function and
222 syntax-propertize-extend-region-functions.
223 (Motion via Parsing): Clarify scan-lists. Fix indentation.
224 (Parser State): Update for the new "c" comment style. Fix
225 description of item 7 (comment style).
226
f700caa3
CY
227 * modes.texi (Minor Modes): Update how mode commands should treat
228 arguments now.
229 (Mode Line Basics): Clarify force-mode-line-update.
230 (Mode Line Top): Note that the example is not realistic.
231 (Mode Line Variables, Mode Line Data, %-Constructs, Header Lines)
232 (Emulating Mode Line): Use "mode line" instead of "mode-line", and
233 "mode line construct" instead of "mode line specification".
234 (Syntactic Font Lock): Remove mention of obsolete variable
235 font-lock-syntactic-keywords.
236 (Setting Syntax Properties): Node deleted.
237 (Font Lock Mode): Note that Font Lock mode is a minor mode.
238 (Font Lock Basics): Note that syntactic fontification falls back
239 on `syntax-table'.
240 (Search-based Fontification): Emphasize that font-lock-keywords
241 should not be set directly.
242 (Faces for Font Lock): Avoid some confusing terminology.
4230351b
CY
243 (Syntactic Font Lock): Minor clarifications. Add xref to
244 Syntactic Font Lock node.
f700caa3 245
60236b0d
CY
2462012-02-15 Chong Yidong <cyd@gnu.org>
247
248 * minibuf.texi (Basic Completion): Define "completion table".
249 Move completion-in-region to Completion in Buffers node.
250 (Completion Commands): Use "completion table" terminology.
251 (Completion in Buffers): New node.
252
253 * modes.texi (Hooks): add-hook can be used for abnormal hooks too.
254 (Setting Hooks): Update minor mode usage example.
255 (Major Mode Conventions): Note that completion-at-point-functions
256 should be altered locally. Add xref to Completion in Buffers.
f700caa3
CY
257 Remove duplicate tip about auto-mode-alist.
258 (Minor Modes): Rewrite introduction.
259 (Minor Mode Conventions): Copyedits. Don't recommend
260 variable-only minor modes since few minor modes are like that.
60236b0d 261
d7dbb11a
GM
2622012-02-15 Glenn Morris <rgm@gnu.org>
263
264 * processes.texi (Network): Document open-network-stream :parameters.
265
3d8badf4
CY
2662012-02-14 Chong Yidong <cyd@gnu.org>
267
268 * keymaps.texi (Format of Keymaps): The CACHE component of keymaps
269 was removed on 2009-09-10. Update lisp-mode-map example.
270 (Inheritance and Keymaps): Minor clarification.
271 (Searching Keymaps): Remove out-of-place enumeration.
272 (Key Lookup): Remove unnecessary example (one was already given in
273 Format of Keymaps).
274 (Changing Key Bindings): Update suppress-keymap example.
275 (Menu Bar, Tool Bar): Copyedits.
276 (Tool Bar): Update tool-bar-map example.
277
faccede1
CY
2782012-02-12 Chong Yidong <cyd@gnu.org>
279
280 * debugging.texi (Debugger Commands): Continuing is now allowed
281 for errors.
282
355cabc6
CY
2832012-02-11 Chong Yidong <cyd@gnu.org>
284
d860baa0
CY
285 * display.texi (Fringe Indicators): Add xref to Fringe Bitmaps.
286 Move the list of standard bitmaps there.
287 (Fringe Cursors): Rewrite for clarity.
288 (Fringe Bitmaps): Consolidate the list of standard bitmaps here.
289
34106abe
CY
290 * commands.texi (Command Overview): Mention read-key.
291 (Using Interactive, Interactive Call): Minor clarifications.
292 (Function Keys, Click Events): Avoid "input stream" terminology.
293 (Click Events): Add xref to Window Sizes and Accessing Mouse.
294 Clarify column and row components.
295 (Accessing Mouse): Add xref to Click Events. Minor fixes.
296 (Special Events): Copyedits.
297
298 * streams.texi (Input Streams): De-document get-file-char.
299 (Output Variables): Don't refer to old backquote syntax.
300
355cabc6
CY
301 * debugging.texi (Debugging): Copyedits. Describe testcover, ERT.
302 (Error Debugging): Note that debug-ignored-errors overrides list
303 values of debug-on-error too. Add xref to Signaling Errors. Note
304 that debug-on-signal is not customizable. Mention
305 condition-case-unless-debug.
306 (Compilation Errors): Node deleted.
307
308 * compile.texi (Compiler Errors): Move a paragraph here from
309 deleted node Compilation Errors.
310
1be3ca5a
LL
3112012-02-10 Leo Liu <sdl.web@gmail.com>
312
313 * control.texi (Handling Errors): Change condition-case-no-debug
314 to condition-case-unless-debug.
315
25dec365
CY
3162012-02-10 Chong Yidong <cyd@gnu.org>
317
318 * advice.texi (Defining Advice): Clarify ad-unadvise.
319 (Activation of Advice): Specifying the ACTIVATE flag in defadvice
320 is not abnormal.
321 (Advising Primitives): Node deleted; ad-define-subr-args has been
322 removed.
323
324 * compile.texi (Speed of Byte-Code): Use float-time in example.
325 (Compilation Functions): Note that the log uses Compilation mode.
326 Don't discuss the contents of byte-code function object here.
327 (Compilation Functions): De-document internal function byte-code.
328 (Docs and Compilation): Minor clarifications.
329
330 * objects.texi (Byte-Code Type): Add xref to Byte-Code Function
331 Objects.
332
5f5e4ea1
GM
3332012-02-10 Glenn Morris <rgm@gnu.org>
334
335 * text.texi (Checksum/Hash): Rename node from MD5 Checksum.
336 Mention secure-hash.
337 * elisp.texi, vol1.texi, vol2.texi: Update menu entry.
338
6c1e4b46
CY
3392012-02-10 Chong Yidong <cyd@gnu.org>
340
341 * loading.texi (Loading): Don't emphasize "library" terminology.
342 (Library Search): load-path is not a user option. Mention role of
343 -L option and packages. Improve examples.
344 (Loading Non-ASCII): Don't mention unibyte Emacs, which is
345 obsolete.
346 (Autoload): Minor clarifications.
347
72ca698c
GM
3482012-02-10 Glenn Morris <rgm@gnu.org>
349
b011fbfe
GM
350 * files.texi (Magic File Names): Tweak remote-file-name-inhibit-cache.
351
72ca698c
GM
352 * modes.texi (Basic Major Modes): Mention tabulated-list-mode.
353
14a1f380
GM
3542012-02-08 Glenn Morris <rgm@gnu.org>
355
356 * loading.texi (Named Features): Update the require example.
357
60d47423
GM
3582012-02-07 Glenn Morris <rgm@gnu.org>
359
360 * modes.texi (Defining Minor Modes):
361 Expand on args of defined minor modes.
362
0992bd9c
CY
3632012-02-07 Chong Yidong <cyd@gnu.org>
364
365 * variables.texi (Creating Buffer-Local): Minor clarification
366 to buffer-local-variables doc (Bug#10715).
367
af008560
GM
3682012-02-07 Glenn Morris <rgm@gnu.org>
369
e80e1825 370 * display.texi (ImageMagick Images): General update.
af008560
GM
371 Move most details of imagemagick-render-type to the variable's doc.
372
866c1d22
GM
3732012-02-06 Glenn Morris <rgm@gnu.org>
374
f7c9199f 375 * keymaps.texi (Tool Bar): Mention separators.
dac86404
GM
376 (Inheritance and Keymaps):
377 Mention make-composed-keymap and multiple inheritance.
f7c9199f 378
e7bc51d0
GM
379 * modes.texi (Running Hooks): Mention run-hook-wrapped.
380
866c1d22
GM
381 * control.texi (Handling Errors):
382 Mention condition-case-no-debug and with-demoted-errors.
383
03988c98
CY
3842012-02-05 Chong Yidong <cyd@gnu.org>
385
386 * customize.texi (Common Keywords): Minor clarifications.
387 Document custom-unlispify-remove-prefixes.
388 (Variable Definitions): Backquotes in defcustom seem to work fine
389 now. Various other copyedits.
e1161b06
CY
390 (Simple Types): Copyedits. Document color selector.
391 (Composite Types): Copyedits.
392 (Splicing into Lists): Clarifications.
03988c98
CY
393
394 * eval.texi (Backquote): Move from macros.texi.
395
396 * macros.texi (Expansion): Minor clarification.
397 (Backquote): Move node to eval.texi.
398 (Defining Macros): Move an example from Backquote node.
399 (Argument Evaluation): No need to mention Pascal.
400 (Indenting Macros): Add xref to Defining Macros.
401
649f602c
GM
4022012-02-05 Glenn Morris <rgm@gnu.org>
403
404 * debugging.texi (Error Debugging): Mention debug-on-event default.
405
34c99998
GM
4062012-02-04 Glenn Morris <rgm@gnu.org>
407
8f05da42
GM
408 * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
409
7aa5aad8
GM
410 * debugging.texi (Error Debugging): Mention debug-on-event.
411 * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
412
c7291ad9
GM
413 * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
414
34c99998
GM
415 * text.texi (Buffer Contents):
416 Update filter-buffer-substring description.
417
735cc5ca
CY
4182012-02-04 Chong Yidong <cyd@gnu.org>
419
420 * functions.texi (What Is a Function): Add closures. Mention
421 "return value" terminology. Add xref for command-execute. Remove
422 unused "keystroke command" terminology.
423 (Lambda Expressions): Give a different example than in the
424 following subsection. Add xref to Anonymous Functions.
425 (Function Documentation): Remove gratuitous markup.
426 (Function Names): Move introductory text to `What Is a Function'.
427 (Defining Functions): Fix defun argument spec.
428 (Anonymous Functions): Document lambda macro explicitly. Mention
429 effects on lexical binding.
430 (Function Cells): Downplay direct usage of fset.
431 (Closures): New node.
432 (Inline Functions): Remove "open-code" terminology.
433 (Declaring Functions): Minor tweak; .m is not C code.
434
435 * variables.texi (Variables): Don't refer to "global value".
436 (Local Variables, Void Variables): Copyedits.
437 (Lexical Binding): Minor clarification of example.
438 (File Local Variables): Mention :safe and :risky defcustom args.
439 (Lexical Binding): Add xref to Closures node.
440
94bc7984
GM
4412012-02-04 Glenn Morris <rgm@gnu.org>
442
443 * minibuf.texi (High-Level Completion): Updates for read-color.
444
4f5a10ef
GM
4452012-02-03 Glenn Morris <rgm@gnu.org>
446
eea14f31
GM
447 * display.texi (GIF Images): Mention animation.
448 Remove commented-out old example of animation.
449 (Animated Images): New subsection.
450 * elisp.texi (Top):
451 * vol1.texi (Top):
452 * vol2.texi (Top): Add Animated Images menu entry.
453
4f5a10ef
GM
454 * display.texi (Image Formats): Remove oddly specific information
455 on versions of image libraries.
204e728d 456 (GIF Images, TIFF Images): Minor rephrasing.
4f5a10ef 457
12f381b7
GM
4582012-02-02 Glenn Morris <rgm@gnu.org>
459
1b9f60cc
GM
460 * processes.texi (Synchronous Processes):
461 Mention call-process's :file gets overwritten.
462
7e2734bc
GM
463 * commands.texi (Reading One Event):
464 * help.texi (Help Functions): Document read-char-choice.
465
f58b9822
GM
466 * hooks.texi (Standard Hooks):
467 * modes.texi (Keymaps and Minor Modes):
468 * text.texi (Commands for Insertion): Document post-self-insert-hook.
469
470 * hooks.texi (Standard Hooks): Add prog-mode-hook.
471
12f381b7
GM
472 * hooks.texi (Standard Hooks):
473 * modes.texi (Major Mode Conventions, Mode Hooks):
474 Document change-major-mode-after-body-hook.
475
7a9a2fc6
GM
4762012-02-01 Glenn Morris <rgm@gnu.org>
477
478 * modes.texi (Defining Minor Modes):
479 Mention disabling global minor modes on a per-major-mode basis.
480
a037c171
CY
4812012-01-31 Chong Yidong <cyd@gnu.org>
482
483 * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
484 (Parser State): Remove unnecessary statement (Bug#10661).
485
486 * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
487
56afad3a
GM
4882012-01-31 Glenn Morris <rgm@gnu.org>
489
490 * modes.texi (Defining Minor Modes):
491 Document define-minor-mode's new :variable keyword.
492
0f29fa41
CY
4932012-01-29 Chong Yidong <cyd@gnu.org>
494
837a390a
CY
495 * syntax.texi (Syntax Class Table): Tweak description of newline
496 char syntax (Bug#9619).
497
0f29fa41
CY
498 * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
499 description (Bug#10189).
500
182148ee
GM
5012012-01-29 Glenn Morris <rgm@gnu.org>
502
a49ca6b9
GM
503 * files.texi (Changing Files): Document SELinux support.
504
182148ee
GM
505 * windows.texi (Window Sizes): Fix typo.
506
9962192e
CY
5072012-01-28 Chong Yidong <cyd@gnu.org>
508
8c6e1920
CY
509 * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
510 doc (Bug#8568).
511
9583ec59
CY
512 * frames.texi (Input Focus): Add NORECORD arg to
513 select-frame-set-input-focus. Clarify its role in select-frame.
514
10256988
CY
515 * text.texi (Transposition): We don't use transpose-region as an
516 internal subroutine (Bug#3249).
517
9962192e
CY
518 * modes.texi (Example Major Modes): Update Lisp example code to
519 current sources. Delete the old non-derived-major-mode example,
520 which has diverged badly from current sources.
521
2aa43abb
GM
5222012-01-27 Glenn Morris <rgm@gnu.org>
523
524 * makefile.w32-in (texinputdir): Fix (presumed) typo.
525 (VERSION, manual): Remove, unused.
526
9f40220d
CY
5272012-01-27 Chong Yidong <cyd@gnu.org>
528
529 * commands.texi (Command Overview): Minor clarification (Bug#10384).
530
acc28cb9
CY
5312012-01-26 Chong Yidong <cyd@gnu.org>
532
533 * searching.texi (String Search): Document negative repeat count
534 (Bug#10507).
535
48da7392
GM
5362012-01-26 Glenn Morris <rgm@gnu.org>
537
538 * variables.texi (Using Lexical Binding):
539 Mention that lexical-binding should be set in the first line.
540
69b0acb9
LI
5412012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
542
543 * macros.texi (Defining Macros): Don't claim that `declare' only
544 affects Edebug and indentation.
545
543757a8
LI
5462012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
547
548 * macros.texi (Defining Macros): Slight `declare' fixup.
549
450e3cae
GM
5502012-01-25 Glenn Morris <rgm@gnu.org>
551
24189ce0 552 * makefile.w32-in (texinputdir):
450e3cae
GM
553 * Makefile.in (ENVADD): Add $emacsdir. (Bug#10603)
554
1021c761
CY
5552012-01-24 Chong Yidong <cyd@gnu.org>
556
557 * variables.texi (Variables, Local Variables, Void Variables):
558 Edit to make the descriptions less specific to dynamic binding.
559 (Local Variables): Default max-specpdl-size is now 1300.
560 (Defining Variables): Edits for lexical scoping. Delete
561 information about starting docstrings with *. De-document
562 user-variable-p.
563 (Tips for Defining): Remove an unimportant discussion of quitting
564 in the middle of a load.
565 (Accessing Variables, Setting Variables): Discuss lexical binding.
566 (Variable Scoping): Rewrite.
567 (Scope, Extent, Impl of Scope): Nodes deleted.
568 (Dynamic Binding): New node, with material from Scope, Extent, and
569 Impl of Scope nodes.
570 (Dynamic Binding Tips): Rename from Using Scoping.
571 (Lexical Binding): Rewrite.
572 (Using Lexical Binding): Rename from Converting to Lexical
573 Binding. Convert to subsection.
574
575 * customize.texi (Variable Definitions): Add custom-variable-p.
576 Move user-variable-p documentation here.
577
31cbea1d
CY
5782012-01-23 Chong Yidong <cyd@gnu.org>
579
580 * strings.texi (Text Comparison): Minor qualification.
581
582 * lists.texi (Cons Cells): Copyedits.
583 (List Elements): Mention push.
584 (List Variables): Mention pop.
585 (Rings): Move to sequences.texi.
586
587 * sequences.texi (Sequence Functions): Don't repeat the
588 introduction already given in the parent.
589 (Vectors): Copyedits.
590 (Rings): Move from lists.texi. Note that this is specific to the
591 ring package.
592
593 * symbols.texi (Definitions, Symbol Components): Mention variable
594 scoping issues.
595 (Plists and Alists): Copyedits.
596
597 * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
598 correctness with lexical scoping.
599 (Eval): Copyedits.
600
fead402d
CY
6012012-01-21 Chong Yidong <cyd@gnu.org>
602
603 * intro.texi (A Sample Function Description): Special notation
604 used for macros too.
605
606 * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
607 (Symbol Type): Add xref for keyword symbols.
608 (Sequence Type): Clarify differences between sequence types.
609 (Cons Cell Type): Add "linked list" index entry.
610 (Non-ASCII in Strings): Copyedits.
611 (Equality Predicates): Symbols with same name need not be eq.
612
613 * numbers.texi (Float Basics): Document isnan, copysign, frexp and
614 ldexp. Move float-e and float-pi to Math Functions node.
615
61086eb6
GM
6162012-01-21 Glenn Morris <rgm@gnu.org>
617
618 * modes.texi (Auto Major Mode):
619 * variables.texi (File Local Variables):
620 Mention inhibit-local-variables-regexps.
621
34a02f46
MR
6222012-01-19 Martin Rudalics <rudalics@gmx.at>
623
624 * windows.texi (Window Configurations): Rewrite references to
625 persistent window parameters.
626 (Window Parameters): Fix description of persistent window
627 parameters.
628
f5064cae
JB
6292012-01-16 Juanma Barranquero <lekktu@gmail.com>
630
631 * windows.texi (Window Parameters): Use @pxref.
632
6a6ee00d
MR
6332012-01-16 Martin Rudalics <rudalics@gmx.at>
634
635 * windows.texi (Window Configurations, Window Parameters):
636 Describe persistent window parameters.
637
9ca4c014
SM
6382011-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
639
640 * variables.texi (Creating Buffer-Local): Warn against misuses of
641 make-variable-buffer-local (bug#10258).
642
d027f83d
LMI
6432012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
644
645 * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
646
89bd9ccd
CY
6472012-01-06 Chong Yidong <cyd@gnu.org>
648
649 * variables.texi (Directory Local Variables): Document
650 hack-dir-local-variables-non-file-buffer.
651
c869783d
GM
6522012-01-06 Glenn Morris <rgm@gnu.org>
653
654 * maps.texi (Standard Keymaps): Refer to Info-edit by name
655 rather than by keybinding.
656
2cae5ba4
JB
6572011-12-29 Juanma Barranquero <lekktu@gmail.com>
658
659 * frames.texi (Font and Color Parameters): Add @pxref.
660
43da4d08
DC
6612011-12-29 Daniel Colascione <dan.colascione@gmail.com>
662
663 * frames.texi (Font and Color Parameters):
664 Document w32 font backends (bug#10399).
665
8d80ef01
PE
6662011-12-28 Paul Eggert <eggert@cs.ucla.edu>
667
668 * files.texi (File Attributes, Changing Files):
669 Use a more-natural notation for octal numbers.
670
9022ae07
JB
6712011-12-23 Juanma Barranquero <lekktu@gmail.com>
672
673 * variables.texi (Variables with Restricted Values):
674 Change reference to variable (bug#10354).
675
454592a6
MR
6762011-12-13 Martin Rudalics <rudalics@gmx.at>
677
678 * windows.texi (Splitting Windows): Use t instead of non-nil
679 when describing window-combination-resize.
680
a7cdbfce
SM
6812011-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
682
683 * text.texi (Special Properties): Warn against `intangible' properties
684 (bug#10222).
685
a3dcc84e
EZ
6862011-11-26 Eli Zaretskii <eliz@gnu.org>
687
579ebf8f
EZ
688 * display.texi (Truncation):
689 * text.texi (Special Properties): Describe what a stretch-glyph is
690 instead of using that term without explanation. Make the
691 cross-references more accurate.
692
a3dcc84e
EZ
693 * display.texi (Usual Display): Update the description,
694 cross-references, and indexing related to display of control
695 characters and raw bytes.
696
94af99a4
MR
6972011-11-25 Martin Rudalics <rudalics@gmx.at>
698
699 * windows.texi (Splitting Windows): Fix description of
700 window-combination-limit. Suggested by Eli Zaretskii.
701
1c3d7a13
CY
7022011-11-23 Chong Yidong <cyd@gnu.org>
703
704 * windows.texi (Window Sizes): Move window-top-line,
705 window-left-column, and window-*-pixel-edges to Coordinates and
706 Windows node.
707 (Coordinates and Windows): Restore window-edges doc.
708
90151a1e
MR
7092011-11-21 Martin Rudalics <rudalics@gmx.at>
710
a7cdbfce
SM
711 * windows.texi (Windows and Frames, Splitting Windows):
712 Fix typos.
90151a1e 713
a9b9b7f5
CY
7142011-11-21 Chong Yidong <cyd@gnu.org>
715
716 * windows.texi (Splitting Windows): Fix error in documentation of
717 window-combination-limit.
718 (Cyclic Window Ordering): Minor fixes to next-window,
719 one-window-p, and get-lru-window docs. Don't document
720 window-list-1.
721 (Buffers and Windows): Copyedits.
722 (Choosing Window): Document special handling of special-display-*.
723 (Choosing Window Options): Fix display-buffer-reuse-frames doc.
a7cdbfce
SM
724 Don't document even-window-heights, which is going away.
725 Clarify which options are obeyed by which action functions.
a9b9b7f5 726
f4e90db0
SM
7272011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
728
729 * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
730
d2999b1a
MR
7312011-11-20 Martin Rudalics <rudalics@gmx.at>
732
f4e90db0
SM
733 * windows.texi (Resizing Windows, Splitting Windows):
734 Remove term "status" when talking about combination limits.
d2999b1a 735
cd1181db
JB
7362011-11-20 Juanma Barranquero <lekktu@gmail.com>
737
738 * compile.texi (Compiler Errors):
739 * help.texi (Help Functions): Fix typos.
740
7bf54975
CY
7412011-11-19 Chong Yidong <cyd@gnu.org>
742
743 * windows.texi (Splitting Windows): Clarify role of window
744 parameters in split-window. Shorten the example.
f4e90db0
SM
745 (Deleting Windows): Rewrite intro to handle internal windows.
746 Fix delete-windows-on doc.
7bf54975
CY
747 (Selecting Windows): Copyedits.
748
a0c2d0ae
MR
7492011-11-17 Martin Rudalics <rudalics@gmx.at>
750
751 * windows.texi (Resizing Windows, Splitting Windows)
752 (Deleting Windows): Use term window-combination-resize instead
753 of window-splits.
754
b6f67890
MR
7552011-11-16 Martin Rudalics <rudalics@gmx.at>
756
f4e90db0
SM
757 * windows.texi (Resizing Windows, Splitting Windows):
758 Rename occurrences of window-nest to window-combination-limit.
b6f67890 759
0b381c7e
JB
7602011-11-14 Juanma Barranquero <lekktu@gmail.com>
761
762 * intro.texi (Lisp History): Fix typo.
763
89d61221
MR
7642011-11-12 Martin Rudalics <rudalics@gmx.at>
765
f4e90db0
SM
766 * windows.texi (Splitting Windows, Deleting Windows):
767 Remove references to splits status of windows.
89d61221 768
b2621720
GM
7692011-11-10 Glenn Morris <rgm@gnu.org>
770
771 * buffers.texi (Read Only Buffers): Expand a bit on why
772 toggle-read-only should only be used interactively. (Bug#7292)
773
d2ad7ee1
CY
7742011-11-09 Chong Yidong <cyd@gnu.org>
775
776 * windows.texi (Window Sizes): Document window-pixel-edges,
c4e7c63a 777 window-inside-pixel-edges, window-absolute-pixel-edges, and
d2ad7ee1
CY
778 window-inside-absolute-pixel-edges.
779 (Resizing Windows): shrink-window-if-larger-than-buffer works on
780 non-full-width windows.
781
2cffd681
MR
7822011-11-09 Martin Rudalics <rudalics@gmx.at>
783
784 * windows.texi (Resizing Windows): Rewrite documentation of
785 window-resizable.
786
f6f6d7e7
CY
7872011-11-09 Chong Yidong <cyd@gnu.org>
788
789 * windows.texi (Splitting Windows): Simplify example.
790
a79db6e0
CY
7912011-11-08 Chong Yidong <cyd@gnu.org>
792
793 * windows.texi (Window Sizes): Copyedits. Document
794 window-text-height. Remove window-min-height and window-min-width
795 discussion, referring instead to Emacs manual.
796 (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
e7313f33
CY
797 (Resizing Windows): Simplify introduction. Don't document
798 enlarge-window, shrink-window, enlarge-window-horizontally, and
799 shrink-window-horizontally; they are no longer preferred for
800 calling from Lisp, and are already documented in the Emacs manual.
a79db6e0 801
441950c7
GM
8022011-11-07 Glenn Morris <rgm@gnu.org>
803
804 * windows.texi (Choosing Window): Fix keybinding typo.
805
be7f5545
MR
8062011-11-07 Martin Rudalics <rudalics@gmx.at>
807
808 * windows.texi (Resizing Windows, Splitting Windows)
809 (Window Configurations): Use "child window" instead of
810 "subwindow".
811
291d142b
CY
8122011-11-06 Chong Yidong <cyd@gnu.org>
813
814 * windows.texi (Basic Windows): Clarify various definitions.
815 Treat window-normalize-* as internal; don't document them.
816 (Windows and Frames): Various clarifications, e.g. non-live
817 windows also belong to frames. Fix window-list description.
818 Simplify window nesting example.
f4e90db0
SM
819 (Splitting Windows, Window Configurations):
820 Use split-window-below.
291d142b 821
89bd5ee1
EZ
8222011-11-04 Eli Zaretskii <eliz@gnu.org>
823
824 * windows.texi (Window Sizes): Mention in the doc string that the
825 return values of `window-body-height' and `window-body-width' are
826 in frame's canonical units. (Bug#9949)
827
3d8daefe
MR
8282011-10-30 Martin Rudalics <rudalics@gmx.at>
829
830 * windows.texi (Windows and Frames): Remove "iso-" infix from
831 documentation of window-iso-combined-p.
832
60754666
CY
8332011-10-26 Chong Yidong <cyd@gnu.org>
834
835 * modes.texi (Running Hooks): Document with-wrapper-hook.
836
d366bd53
CY
8372011-10-18 Chong Yidong <cyd@gnu.org>
838
839 * display.texi (Glyphless Chars): New node.
840
50b063c3
CY
8412011-10-13 Chong Yidong <cyd@stupidchicken.com>
842
843 * text.texi (Yanking): Document yank-excluded-properties.
844
845 * package.texi (Packaging Basics): The commentary should say how
846 to begin using the package.
847
c72063fa
MR
8482011-10-11 Martin Rudalics <rudalics@gmx.at>
849
850 * windows.texi (Deleting Windows): Mention which window gets
851 selected when deleting the selected window.
852
d83dc65b
MR
8532011-10-09 Martin Rudalics <rudalics@gmx.at>
854
855 * buffers.texi (The Buffer List): Describe how bury-buffer deals
856 with the selected window.
857 * windows.texi (Buffers and Windows): Reformulate text on how
858 replace-buffer-in-windows deals with a window.
859 (Quitting Windows): Describe how quit-window deals with a
860 standalone frame. Describe new option frame-auto-hide-function.
861
c599682c
GM
8622011-10-08 Glenn Morris <rgm@gnu.org>
863
48bca619
GM
864 * symbols.texi (Other Plists): Markup fix. (Bug#9702)
865
c599682c
GM
866 * positions.texi (Excursions): Update warning message.
867
969aa734
CY
8682011-10-05 Chong Yidong <cyd@stupidchicken.com>
869
f4e90db0
SM
870 * display.texi (Low-Level Font, Face Attributes, Font Lookup):
871 Fix Emacs manual xref (Bug#9675).
969aa734 872
550f41cd
CY
8732011-10-01 Chong Yidong <cyd@stupidchicken.com>
874
875 * windows.texi (Textual Scrolling): Document scroll-up-command,
876 scroll-down-command, scroll-error-top-bottom, and the
877 scroll-command symbol property.
717a1362
CY
878 (Display Action Functions): Fix description of
879 display-buffer-pop-up-window.
550f41cd 880
a239d4e9
JB
8812011-09-28 Juanma Barranquero <lekktu@gmail.com>
882
883 * windows.texi (Splitting Windows): Fix typos.
884
590c056d
MR
8852011-09-25 Martin Rudalics <rudalics@gmx.at>
886
887 * windows.texi (Windows and Frames, Display Action Functions)
888 (Switching Buffers): Fix some typos.
889 (Buffers and Windows): Remove reference to window-auto-delete.
890 Reword description of replace-buffer-in-windows.
891 (Window History): Fix some typos and refer to frame local buffer
892 list.
c419f5cb
MR
893 (Quitting Windows): New node.
894 (Window Configurations): Add descriptions of window-state-get
895 and window-state-put.
896 (Window Parameters): Describe variable ignore-window-parameters.
897 Sketch some window parameters currently in use.
898 * elisp.texi (Top): Update node listing.
590c056d 899
9ec20d36
CY
9002011-09-25 Chong Yidong <cyd@stupidchicken.com>
901
902 * windows.texi (Display Action Functions)
903 (Choosing Window Options): New nodes.
904
0e406a72
CY
9052011-09-24 Chong Yidong <cyd@stupidchicken.com>
906
907 * windows.texi (Window History): New node. Move text here from
908 Buffers and Windows.
909 (Switching Buffers): Rename from Displaying Buffers, since we
f4e90db0
SM
910 don't document display-buffer here; callers changed.
911 Document FORCE-SAME-WINDOW arg to switch-to-buffer and
0e406a72
CY
912 switch-to-buffer-other-frame. Delete duplicate
913 replace-buffer-in-windows doc.
914 (Choosing Window): Document display actions.
915
6bf7006f
EZ
9162011-09-24 Eli Zaretskii <eliz@gnu.org>
917
918 * display.texi (Forcing Redisplay): Update the description of
919 redisplay-dont-pause due to change in the default value.
920
b33b68a3
MR
9212011-09-23 Martin Rudalics <rudalics@gmx.at>
922
923 * frames.texi (Frames and Windows): Move section and rename to
924 Windows and Frames in windows.texi.
925 * windows.texi (Windows): Restructure.
926 (Basic Windows): Rewrite. Explain live and internal windows and
927 normalization functions.
928 (Windows and Frames): Move section here from frames.texi.
929 Describe subwindows, window combinations, window tree, and
930 corresponding functions including window-list here.
931 (Window Sizes): Rename section from Size of Window and move it
932 up in chapter. Describe total and body sizes and the
933 corresponding functions. Explain new semantics of
934 window-min-height/-width.
935 (Resizing Windows): Move section up in chapter. Describe new
936 resize functions.
937 (Splitting Windows): Describe new behavior of split-window,
938 split-window-above-each-other and split-window-side-by-side.
939 Provide examples. Describe window-nest and window-splits
940 options.
941 (Deleting Windows): Minor rewrite.
f4e90db0
SM
942 (Selecting Windows): Minor rewrite.
943 Describe frame-selected-window and set-frame-selected-window here.
944 (Cyclic Window Ordering): Minor rewrite.
945 Describe window-list-1.
b33b68a3
MR
946 (Buffers and Windows): Rewrite. Explain a window's previous and
947 next buffers and the corresponding functions.
c4682d18 948 (Window Tree): Merge into Windows and Frames section.
b33b68a3
MR
949 * elisp.texi (Top): Update node listings for frames and windows
950 sections.
951
4d3786ac
SM
9522011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
953
954 * display.texi (Face Functions): `face-list' returns faces (bug#9564).
955
713df35b
LMI
9562011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
957
958 * errors.texi (Standard Errors): Remove apparent placeholder text
959 (bug#9491).
960
33ed493b
CY
9612011-09-18 Chong Yidong <cyd@stupidchicken.com>
962
963 * frames.texi (Management Parameters): Fix description of
964 icon-type parameter.
965
b8f0a954
CY
9662011-09-17 Chong Yidong <cyd@stupidchicken.com>
967
968 * tips.texi (Key Binding Conventions): Don't bind a key sequence
969 ending in C-g. Suggested by Edward O'Connor.
970
eddf142c
EZ
9712011-09-17 Eli Zaretskii <eliz@gnu.org>
972
973 * numbers.texi (Integer Basics): Add indexing for
974 most-positive-fixnum and most-negative-fixnum. (Bug#9525)
975
bf1af6c7
DM
9762011-09-14 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
977
978 * lists.texi (Sets And Lists): Fix typo. (Bug#9393)
979
cec2eab8
JB
9802011-09-11 Juanma Barranquero <lekktu@gmail.com>
981
982 * processes.texi (Network Servers): Clarify what the process
983 buffer is used for (bug#9233).
984
51751aa2 9852011-08-30 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
1f403cb9
DM
986
987 * lists.texi (Building Lists): Fix typo.
988
35137ed3
CY
9892011-08-30 Chong Yidong <cyd@stupidchicken.com>
990
991 * display.texi (Basic Faces): New node. Document new faces.
992
993 * modes.texi (Major Mode Conventions): Move some text there.
994 (Mode Help): Remove major-mode var, duplicated in Major Modes.
995
3fd50d5c
CY
9962011-08-29 Chong Yidong <cyd@stupidchicken.com>
997
998 * modes.texi (Basic Major Modes): New node. Callers updated.
999 (Major Modes): Document fundamental-mode and major-mode.
1000 (Major Mode Basics): Node deleted; text moved to Major Modes.
1001 (Derived Modes): Document derived-mode-p.
1002
ddb54206
CY
10032011-08-28 Chong Yidong <cyd@stupidchicken.com>
1004
a6326082
CY
1005 * files.texi (Changing Files, Create/Delete Dirs): Document new
1006 arguments for delete-file, delete-directory, and copy-directory.
e2aeef63
CY
1007 (Visiting Functions): Remove view-file; it is documented in the
1008 Emacs manual.
04e2ce72 1009
ddb54206
CY
1010 * frames.texi (Layout Parameters): The defaults for the
1011 menu-bar-lines and tool-bar-lines parameters depend on the mode.
1012
1013 * display.texi (Progress): Document spinner functionality.
1014
1015 * os.texi (Killing Emacs): Note that kill-emacs can be called by
1016 operating system signals. Refer to save-buffers-kill-terminal
1017 instead of save-buffers-kill-emacs.
1018
1019 * objects.texi (Symbol Type): Document ## print representation.
1020
0c95fcf7
EZ
10212011-08-25 Eli Zaretskii <eliz@gnu.org>
1022
1023 * display.texi (Specified Space): Mention that `space' specs
1024 influence bidi reordering.
1025 (Bidirectional Display): Explain how to use `(space . PROPS)' for
1026 separating fields with bidirectional content.
1027
5980d4c6
EZ
10282011-08-24 Eli Zaretskii <eliz@gnu.org>
1029
1030 * display.texi (Bidirectional Display): Document return value in
1031 buffers that are not bidi-reordered for display, and in unibyte
1032 buffers.
1033
bca633fb
EZ
10342011-08-23 Eli Zaretskii <eliz@gnu.org>
1035
1036 * nonascii.texi (Character Properties): Document the values for
1037 unassigned codepoints.
1038
c094bb0c
EZ
10392011-08-18 Eli Zaretskii <eliz@gnu.org>
1040
1041 * nonascii.texi (Character Properties): Document use of
1042 `bidi-class' and `mirroring' properties as part of reordering.
1043 Provide cross-references to "Bidirectional Display".
1044
1045 * display.texi (Bidirectional Display): Document the pitfalls of
1046 concatenating strings with bidirectional content, with possible
f4e90db0
SM
1047 solutions. Document bidi-string-mark-left-to-right.
1048 Mention paragraph direction in modes that inherit from prog-mode.
92b71444
EZ
1049 Document use of `bidi-class' and `mirroring' properties as part of
1050 reordering.
c094bb0c 1051
1ea897d5
EZ
10522011-08-16 Eli Zaretskii <eliz@gnu.org>
1053
9adfcd0b
EZ
1054 * modes.texi (Major Mode Conventions): Improve the documentation
1055 of `mode-class' `special' modes.
1056
10862873
EZ
1057 * nonascii.texi (Character Properties): Document the `mirroring'
1058 property. Add index entries.
1059
1ea897d5
EZ
1060 * syntax.texi (Categories): Add an example of defining a new
1061 category and category table.
1062
1063 * searching.texi (Regexp Backslash): Document how to display
1064 existing categories. Mention the possibility of adding
1065 categories, and add an xref to where this is described. Add an
1066 index entry.
1067
ebb552ed
CY
10682011-08-09 Chong Yidong <cyd@stupidchicken.com>
1069
1070 * text.texi (Special Properties):
1071 * display.texi (Overlay Properties): Note that mouse-face cannot
1072 change the text size (Bug#8530).
1073
51a714e1
CY
10742011-08-08 Chong Yidong <cyd@stupidchicken.com>
1075
1076 * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
1077 using setenv instead.
1078
4cc60b9b
EZ
10792011-07-28 Eli Zaretskii <eliz@gnu.org>
1080
1081 * display.texi (Bidirectional Display): Document the fact that
1082 bidi-display-reordering is t by default.
1083
5deb92fd
EZ
10842011-07-23 Eli Zaretskii <eliz@gnu.org>
1085
1086 * display.texi (Bidirectional Display): New section.
1087
011b0ad6 10882011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
67f9b9f8
GM
1089 Tim Cross <theophilusx@gmail.com> (tiny change)
1090 Glenn Morris <rgm@gnu.org>
011b0ad6 1091
67f9b9f8 1092 * keymaps.texi (Toolkit Differences): New node. (Bug#8176)
011b0ad6 1093
4baf28e6
AS
10942011-07-15 Andreas Schwab <schwab@linux-m68k.org>
1095
1096 * help.texi (Keys in Documentation): Revert last change.
1097
66249842
LMI
10982011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1099
f863868c
LMI
1100 * help.texi (Keys in Documentation): Clarify that \= only quotes
1101 the next character, and doesn't affect longer sequences in
1102 particular (bug#8935).
1103
f4e90db0
SM
1104 * debugging.texi (Using Debugger):
1105 Mention @code{eval-expression-debug-on-error} (bug#8549).
66249842 1106
0bb23927 11072011-07-14 Eli Zaretskii <eliz@gnu.org>
a2eaa31d
EZ
1108
1109 * display.texi (Other Display Specs): Document that `left-fringe'
1110 and `right-fringe' display specifications are of the "replacing"
1111 kind.
1112
f2027cdf
LMI
11132011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1114
1115 * help.texi (Documentation Basics): Add a link to the Function
1116 Documentation node (bug#6580).
1117
f987fde4
LMI
11182011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1119
0bc59b25
LMI
1120 * keymaps.texi (Menu Bar): Mention :visible and :enable
1121 (bug#6344). Text by Drew Adams.
1122
63d55f1f
LMI
1123 * modes.texi (Running Hooks): Mention buffer-local hook variables
1124 (bug#6218).
1125
f987fde4
LMI
1126 * objects.texi (General Escape Syntax): "a with grave accent" is
1127 ?xe0, not ?x8e0 (bug#5259).
1128
b7527639
CY
11292011-07-12 Chong Yidong <cyd@stupidchicken.com>
1130
1131 * display.texi (Face Attributes, Font Selection): Add references
1132 to the Fonts node in the Emacs manual (Bug#4178).
1133
c830e5ae
CY
11342011-07-12 Chong Yidong <cyd@stupidchicken.com>
1135
1136 * display.texi (Window Systems): `window-system' is
1137 terminal-local.
1138
1139 * frames.texi (Frame Parameters, Parameter Access): Don't mention
1140 frame-local variables.
1141
1142 * variables.texi (Buffer-Local Variables): Don't mention obsolete
1143 frame-local variables.
1144 (Frame-Local Variables): Node deleted.
1145
1146 * elisp.texi (Top): Update node listing.
1147
91223e54
LMI
11482011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1149
1150 * elisp.texi: Change "inferiors" to "subnodes" in three places
1151 (bug#3523).
1152
963578d3
CY
11532011-07-11 Chong Yidong <cyd@stupidchicken.com>
1154
1155 * frames.texi (Window System Selections): Discussion of
1156 x-select-enable-clipboard moved to Emacs manual.
1157
07151e49
DD
11582011-07-11 Deniz Dogan <deniz@dogan.se>
1159
1160 * commands.texi (Prefix Command Arguments): Remove excessive
1161 apostrophe.
1162
7261e1cf
LMI
11632011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1164
ad21a12a
LMI
1165 * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
1166 description is a string (bug#3313).
1167
7261e1cf
LMI
1168 * frames.texi (Display Feature Testing): Try to explain what all
1169 the visual classes mean (bug#3042).
1170
568f7b79
LMI
11712011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1172
18d59e29
LMI
1173 * modes.texi (Mode Line Variables): Document `mode-line-remote'
1174 and `mode-line-client' (bug#2974).
1175
568f7b79
LMI
1176 * text.texi (Insertion): Clarify marker movements (bug#1651).
1177 Text from Drew Adams.
1178
54e10184
LMI
11792011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1180
d94d85e9
LMI
1181 * text.texi (Special Properties): Clarify the format of `face'
1182 (bug#1375).
1183
54e10184
LMI
1184 * commands.texi (Interactive Call): Add a `call-interactively'
1185 example (bug#1010).
1186
413c488d
LMI
11872011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1188
1189 * functions.texi (Calling Functions): Link to the "Interactive
1190 Call" node (bug#1001).
1191
322b7dab 11922011-07-06 Chong Yidong <cyd@stupidchicken.com>
b00d8c1a 1193
3deead93
CY
1194 * customize.texi (Composite Types): Move alist and plist to here
1195 from Simple Types (Bug#7545).
1196
1197 * elisp.texi (Top): Update menu description.
1198
b00d8c1a
CY
1199 * display.texi (Face Attributes): Document negative line widths
1200 (Bug#6113).
1201
d2a6c43b
TR
12022011-07-03 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
1203
1204 * searching.texi (Match Data): Note that match data can be
1205 overwritten by most functions (bug#2499).
1206
c7844a27
LMI
12072011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1208
a9ab721e
LMI
1209 * strings.texi (Formatting Strings): Clarify what the "-" and "0"
1210 flags mean (bug#6659).
1211
c7844a27
LMI
1212 * functions.texi (What Is a Function): Document the autoload
1213 object (bug#6496).
1214
f68d76d0
LMI
12152011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1216
8a20ca4c
LMI
1217 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
1218 is only used in the Customize user interface (bug#6089).
1219
f68d76d0 1220 * display.texi (Showing Images): Mention the point of sliced
6dd56db4 1221 images (bug#7836).
f68d76d0 1222
7018dbe7
EZ
12232011-07-02 Eli Zaretskii <eliz@gnu.org>
1224
1225 * variables.texi (Defining Variables, Void Variables)
1226 (Constant Variables): Fix incorrect usage of @kindex.
1227
36cb87a1
LMI
12282011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1229
28ee97c7
LMI
1230 * variables.texi (Defining Variables): Add an index entry for
1231 `set-variable' (bug#7262).
8d4294e9 1232 (Defining Variables): Use @findex for functions.
28ee97c7 1233
8862ffd5
LMI
1234 * frames.texi (Basic Parameters): Document the `explicit-name'
1235 parameter (bug#6951).
1236
0ec389b9
LMI
1237 * customize.texi (Type Keywords): Clarify that :value provides a
1238 default value for all types (bug#7386).
1239
36cb87a1
LMI
1240 * streams.texi (Output Functions): Document `pp'.
1241
11fdef7d 12422011-06-25 Chong Yidong <cyd@stupidchicken.com>
dfc47e35
CY
1243
1244 * keymaps.texi (Searching Keymaps):
1245 * display.texi (Overlay Properties): Fix errors in 2011-05-29
1246 change. Suggested by Johan Bockgård.
1247
eeafcea7
CY
12482011-06-15 Chong Yidong <cyd@stupidchicken.com>
1249
1250 * text.texi (Special Properties): Clarify role of font-lock-face.
1251
b96e6cde
LMI
12522011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1253
f4e90db0 1254 * processes.texi (Process Information): Rename `process-alive-p'
b96e6cde
LMI
1255 to `process-live-p' for consistency with other `-live-p' functions.
1256
be14b9ab
PE
12572011-06-03 Paul Eggert <eggert@cs.ucla.edu>
1258
1259 Document wide integers better.
1260 * files.texi (File Attributes): Document ino_t values better.
2d365993 1261 ino_t values no longer map to anything larger than a single cons.
be14b9ab
PE
1262 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
1263 (Bitwise Operations):
001903b5
PE
1264 * objects.texi (Integer Type): Use a binary notation that is a bit easier
1265 to read, and that will port better if 62-bits becomes the default.
1266 Fix or remove incorrect examples.
be14b9ab
PE
1267 * os.texi (Time Conversion): Document time_t values better.
1268
bcd54f83
LMI
12692011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1270
f4e90db0
SM
1271 * processes.texi (Process Information):
1272 Document `process-alive-p'.
bcd54f83 1273
049bcbcb
CY
12742011-05-29 Chong Yidong <cyd@stupidchicken.com>
1275
1276 * help.texi (Accessing Documentation):
1277 * display.texi (Pixel Specification):
1278 * processes.texi (Serial Ports, Serial Ports):
1279 * nonascii.texi (Character Properties, Default Coding Systems):
1280 * text.texi (Changing Properties, Special Properties):
1281 * windows.texi (Window Start and End):
1282 * modes.texi (SMIE Indentation Example, SMIE Tricks):
1283 * keymaps.texi (Searching Keymaps, Tool Bar):
1284 * minibuf.texi (Basic Completion):
1285 * compile.texi (Eval During Compile):
1286 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
1287 7x9 paper in printed manual.
1288
1289 * lists.texi (Sets And Lists): Fix misplaced text.
1290
58539c63
CY
12912011-05-29 Chong Yidong <cyd@stupidchicken.com>
1292
1293 * keymaps.texi (Remapping Commands): Emphasize that the keymap
1294 needs to be active (Bug#8350).
1295
6b5681bf
CY
12962011-05-28 Chong Yidong <cyd@stupidchicken.com>
1297
b4d52acc
CY
1298 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
1299
6b5681bf
CY
1300 * tips.texi (Coding Conventions): Remove antediluvian filename
1301 limit recommendation (Bug#8538).
1302
e145f188
GM
13032011-05-27 Glenn Morris <rgm@gnu.org>
1304
1305 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
1306
eafed945
GM
13072011-05-26 Glenn Morris <rgm@gnu.org>
1308
1309 * variables.texi (File Local Variables):
1310 Update hack-local-variables `mode-only' return value.
2d3ba9e7 1311 Add some more details on what this function does in the other case.
eafed945 1312
bc8410af
GM
13132011-05-19 Glenn Morris <rgm@gnu.org>
1314
1315 * lists.texi (Sets And Lists): Mention cl provides union etc.
1316
35a30759
N
13172011-05-19 Nix <nix@esperi.org.uk>
1318
1319 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
1320
1321 * text.texi (Parsing HTML): Update for function name changes.
1322
1323 * syntax.texi (Syntax Flags): Small fix.
1324
1325 * keymaps.texi (Active Keymaps): Typo fix.
1326 (Changing Key Bindings): Grammar fix.
1327
1328 * frames.texi (Minibuffers and Frames): Grammar fix.
1329 (Window System Selections): x-select-enable-clipboard now defaults to t.
1330
1331 * customize.texi (Common Keywords):
1332 * display.texi (Abstract Display):
1333 * modes.texi (Auto-Indentation):
1334 * nonascii.texi (Converting Representations): Typo fixes.
1335
1336 * control.texi (Examples of Catch): Call it "goto" not "go to".
1337
e3934a8a
EZ
13382011-05-14 Eli Zaretskii <eliz@gnu.org>
1339
bc039a3b
EZ
1340 * nonascii.texi (Character Properties): Fix inconsistencies with
1341 implementation.
1342
e3934a8a
EZ
1343 * text.texi (Special Properties): Move @defvar's out of the
1344 @table. (Bug#8652)
1345
e2c94218
GM
13462011-05-12 Glenn Morris <rgm@gnu.org>
1347
1348 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
1349
d2fc7e3d 13502011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
bc3bea9c
SM
1351
1352 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
1353 (Multiline Font Lock):
1354 * vol2.texi (Top):
1355 * vol1.texi (Top):
1356 * elisp.texi (Top): Update menu accordingly.
1357
d2fc7e3d 13582011-05-12 Drew Adams <drew.adams@oracle.com>
e6dc6206
DA
1359
1360 * modes.texi (Region to Fontify): Fix typo.
1361
79b70037
GM
13622011-05-10 Jim Meyering <meyering@redhat.com>
1363
1364 * minibuf.texi: Fix typo "in in -> in".
1365
b08a63cc 13662011-05-06 Paul Eggert <eggert@cs.ucla.edu>
fed14fd7
PE
1367
1368 * numbers.texi (Integer Basics): Large integers are treated as floats.
1369
1ef14cb4
LMI
13702011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1371
1372 * processes.texi (Synchronous Processes): Document the (:file
1373 "/file-name") syntax for `call-process'.
1374
4ffd0d6b 13752011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
1376
1377 * windows.texi (Choosing Window): Fix typo.
1378
4ffd0d6b 13792011-04-23 Chong Yidong <cyd@stupidchicken.com>
40954368
CY
1380
1381 * frames.texi (Layout Parameters): Note the difference between
1382 querying and setting parameters for left-fringe and right-fringe
1383 (Bug#6930).
1384
fd5a8ae8
SM
13852011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
1386
1387 * minibuf.texi (Basic Completion): Be a bit more precise about the
1388 valid kinds of completion tables.
1389 (Programmed Completion): Remove obsolete text about lambda expressions
1390 not being valid completion tables.
1391
c1bcd0d5
CY
13922011-03-19 Chong Yidong <cyd@stupidchicken.com>
1393
1394 * positions.texi (Excursions): Explain the "save-excursion
1395 defeated by set-buffer" warning.
1396
1397 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
1398 save-excursion. Suggested by Uday S Reddy.
1399
03408648 14002011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
ba83908c 1401
03408648
SM
1402 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
1403 (Lexical Binding): New sub-section.
ba83908c 1404
03408648
SM
1405 * eval.texi (Eval): Discourage the use of `eval'.
1406 Document its new `lexical' argument.
6c075cd7 1407
f6d62986
SM
14082011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
1409
03408648 1410 * commands.texi (Command Overview): `post-command-hook' is not reset to
f6d62986
SM
1411 nil any more.
1412
84ea5558 14132011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
e4021ec1
SM
1414
1415 * strings.texi (String Conversion): Don't mention
1416 string-make-(uni|multi)byte (bug#8262).
1417 * nonascii.texi (Converting Representations): Fix up range.
1418 * keymaps.texi (Key Binding Commands): Update code point, avoid
1419 "unibyte character" and remove mention of unibyte bindings.
1420
62d94509
EZ
14212011-03-10 Eli Zaretskii <eliz@gnu.org>
1422
1423 * modes.texi (Operator Precedence Grammars): Don't use characters
1424 outside ISO-8859-1.
1425
63a329f8
EZ
14262011-03-09 Eli Zaretskii <eliz@gnu.org>
1427
1428 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
1429
1430 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
1431
6446548e
GM
14322011-03-08 Glenn Morris <rgm@gnu.org>
1433
1434 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
1435 * intro.texi (Acknowledgements): Names to UTF-8.
80b005c7 1436 * elisp.texi: Set documentencoding.
6446548e 1437
33383987
JB
14382011-03-07 Chong Yidong <cyd@stupidchicken.com>
1439
1440 * Version 23.3 released.
1441
0b3ceceb
CY
14422011-03-06 Chong Yidong <cyd@stupidchicken.com>
1443
1444 * package.texi: Update index keywords.
1445 (Package Archives): New node contents. Document package-x.el.
1446
78f5433f
JB
14472011-03-06 Juanma Barranquero <lekktu@gmail.com>
1448
1449 * makefile.w32-in (srcs): Add package.texi.
1450
555e9b5c
CY
14512011-03-06 Chong Yidong <cyd@stupidchicken.com>
1452
120d9389
CY
1453 * package.texi (Packaging, Packaging Basics, Simple Packages)
1454 (Multi-file Packages): Expand and clarify.
1455 (Package Archives): Temporary placeholder node.
1456
1457 * elisp.texi (Top): Update node listing.
1458
555e9b5c
CY
1459 * Makefile.in (srcs): Add package.texi.
1460
b59a4335
CY
14612011-03-05 Chong Yidong <cyd@stupidchicken.com>
1462
1463 * processes.texi (Synchronous Processes): Minor clarification
1464 (Bug#8149).
1465
06083aa1
GM
14662011-03-03 Glenn Morris <rgm@gnu.org>
1467
1468 * files.texi (Truenames): Minor clarification. (Bug#2341)
1469
6640b281
GM
14702011-03-01 Glenn Morris <rgm@gnu.org>
1471
1472 * variables.texi (Directory Local Variables):
1473 Mention `(subdirs . nil)' alist element.
1474
2b0c7330 14752011-02-28 Glenn Morris <rgm@gnu.org>
081f7640
GM
1476
1477 * variables.texi (Directory Local Variables): Mention the optional
1478 mtime argument of dir-locals-set-directory-class. (Bug#3577)
1479
b923f7a9
CY
14802011-02-27 Chong Yidong <cyd@stupidchicken.com>
1481
1482 * minibuf.texi (Minibuffer History): Clarify discussion of
1483 minibuffer history lists (Bug#8085).
1484
67ab0163 14852011-02-19 Eli Zaretskii <eliz@gnu.org>
86ec878a 1486
e979a521
EZ
1487 * elisp.texi: Sync @dircategory with ../../info/dir.
1488
e03b2fd4
EZ
1489 * files.texi (Visiting Functions): Document find-file-literally,
1490 both the command and the variable.
1491
86ec878a
EZ
1492 * variables.texi (Creating Buffer-Local): Explain the meaning of
1493 permanent local variables.
1494
67ab0163
GM
1495 * files.texi (Visiting Functions): Document find-file-literally,
1496 both the command and the variable.
1497
1498 * variables.texi (Creating Buffer-Local): Explain the meaning of
1499 permanent local variables.
1500
15012011-02-19 Glenn Morris <rgm@gnu.org>
dff9ac46
GM
1502
1503 * keymaps.texi (Remapping Commands): Mention how to undo it.
1504
bfcb151a
RT
15052011-02-09 Reuben Thomas <rrt@sc3d.org>
1506
1507 * loading.texi (Hooks for Loading): Remove unnecessary advice
1508 about eval-after-load (Bug#7986).
1509
a41c8660
CY
15102011-02-05 Chong Yidong <cyd@stupidchicken.com>
1511
1512 * commands.texi (Accessing Mouse): Note that a header line is not
1513 included in the row of posn-col-row.
1514
e0dd6837
CY
15152011-02-02 Chong Yidong <cyd@stupidchicken.com>
1516
1517 * modes.texi (Major Mode Conventions): Add face guidelines.
1518 (Faces for Font Lock): List faces in order of prominence.
1519
a4180391
PE
15202011-02-01 Paul Eggert <eggert@cs.ucla.edu>
1521
1522 format-time-string now supports subsecond time stamp resolution
1523 * os.texi (Time Parsing): Document %N.
1524
7427eb97
CY
15252011-01-28 Chong Yidong <cyd@stupidchicken.com>
1526
61db307f
CY
1527 * vol1.texi (Top):
1528 * vol2.texi (Top):
1529 * elisp.texi (Top):
1530 * display.texi (Display Property): Shorten the menu description of
1531 the "Other Display Specs" node (Bug#7816).
1532
7427eb97
CY
1533 * keymaps.texi (Defining Menus): Add "menu item" and "extended
1534 menu item" concept index entries (Bug#7805).
1535
bf3dae7e
EZ
15362011-01-29 Eli Zaretskii <eliz@gnu.org>
1537
1538 * makefile.w32-in (texinfodir): New variable.
1539 (usermanualdir): Remove as redundant with $(emacsdir).
1540 (MAKEINFO): Remove options, leave only program name.
1541 (MAKEINFO_OPTS): New variable.
1542 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
1543
06d8ace5 15442011-01-25 Chong Yidong <cyd@stupidchicken.com>
e6cf7a82
CY
1545 Richard Kim <emacs18@gmail.com>
1546
1547 * loading.texi (Library Search): Document list-load-path-shadows
1548 (Bug#7757).
1549
06d8ace5 15502011-01-25 Chong Yidong <cyd@stupidchicken.com>
3f066f54
CY
1551
1552 * searching.texi (Regexp Special): Remove outdated discussion of
1553 character sets (Bug#7780).
1554
28a88153
CY
1555 * frames.texi (Pop-Up Menus): Document where menu title comes
1556 from (Bug#7684).
1557
06d8ace5 15582011-01-25 Glenn Morris <rgm@gnu.org>
4d265b4d
GM
1559
1560 * display.texi (Making Buttons): Mention limitation of text buttons.
1561
a8e1e9ee
WL
15622011-01-23 Werner Lemberg <wl@gnu.org>
1563
1564 * Makefile.in (MAKEINFO): Now controlled by `configure'.
1565 (MAKEINFO_OPTS): New variable. Use it where appropriate.
1566 (ENVADD): New variable to control texi2dvi and texi2pdf.
1567
362b9d48
GM
15682011-01-15 Chong Yidong <cyd@stupidchicken.com>
1569
1570 * files.texi (Directory Names): Move directory-abbrev-alist doc to
1571 Emacs manual.
1572
15732011-01-15 Eli Zaretskii <eliz@gnu.org>
1574
1575 * files.texi (Directory Names): Explain why FROM in
1576 directory-abbrev-alist should begin with \`. (Bug#7777)
1577
3fa173b4
SM
15782011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
1579
1580 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
1581
7c420169 15822011-01-02 Eli Zaretskii <eliz@gnu.org>
2e4ab211
EZ
1583
1584 * modes.texi (Emulating Mode Line): Fix last change.
1585
7c420169 15862011-01-02 Eli Zaretskii <eliz@gnu.org>
287e63bb
EZ
1587
1588 * modes.texi (Emulating Mode Line): Update documentation of
1589 format-mode-line according to changes that fixed bug #7587.
1590
80b33766
SM
15912010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
1592
1593 * modes.texi (Derived Modes): Mention prog-mode.
1594
1595 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
1596 of the key-binding-data cache since we don't use it any more.
1597
f49d1f52 15982010-12-13 Eli Zaretskii <eliz@gnu.org>
3c73e30e 1599
4bb49a92
EZ
1600 * processes.texi (Shell Arguments):
1601 * strings.texi (Creating Strings): Don't mention "shell commands";
1602 make it explicit that `split-string-and-unquote' and
1603 `combine-and-quote-strings' are mainly for working with arguments
1604 to call-process and start-process.
1605
3c73e30e
EZ
1606 * processes.texi (Shell Arguments): Fix documentation of
1607 `split-string-and-unquote'. Add indexing. (Bug#7563)
1608
f49d1f52 16092010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5dcb4c4e
SM
1610
1611 * modes.texi (Auto-Indentation): New section to document SMIE.
1612 (Major Mode Conventions):
1613 * text.texi (Mode-Specific Indent): Refer to it.
1614
f49d1f52 16152010-12-13 Eli Zaretskii <eliz@gnu.org>
bdef6a77
EZ
1616
1617 * display.texi (Other Display Specs): Document left-fringe and
1618 right-fringe display specs.
1619
f49d1f52 16202010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
769741e3
SM
1621
1622 * backups.texi (Making Backups):
1623 * modes.texi (Example Major Modes): Use recommended coding style.
1624 (Major Mode Basics, Derived Modes): Encourge more strongly use of
1625 define-derived-mode. Mention completion-at-point-functions.
1626
f49d1f52 16272010-12-13 Chong Yidong <cyd@stupidchicken.com>
3e99b825 1628
5dcb4c4e
SM
1629 * nonascii.texi (Converting Representations):
1630 Document byte-to-string.
e1115396 1631
ec1b9b17
GM
16322010-12-08 Glenn Morris <rgm@gnu.org>
1633
1634 * buffers.texi (Modification Time):
1635 verify-visited-file-modtime now defaults to the current buffer.
1636
07976ae3 16372010-11-27 Chong Yidong <cyd@stupidchicken.com>
3e99b825 1638
ec1b9b17 1639 * nonascii.texi (Converting Representations): Document byte-to-string.
3e99b825
CY
1640
1641 * strings.texi (Creating Strings): Don't mention semi-obsolete
1642 function char-to-string.
1643 (String Conversion): Shorten discussion of semi-obsolete function
1644 string-to-char. Link to Converting Representations.
1645
1646 * objects.texi (Symbol Type):
1647 * text.texi (Near Point):
1648 * help.texi (Help Functions):
1649 * functions.texi (Mapping Functions): Use string instead of
1650 char-to-string in examples.
1651
07976ae3 16522010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295
CY
1653
1654 * text.texi (Kill Functions, Kill Functions)
1655 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
1656 YANK-HANDLER args.
1657
1658 * symbols.texi (Creating Symbols): Using unintern without an
1659 obarray arg is now obsolete.
1660
1661 * numbers.texi (Float Basics): Document float-e and float-pi.
1662
1663 * variables.texi (Defining Variables): Change "pi" example to
1664 "float-pi".
1665
8547874a
EZ
16662010-11-26 Eli Zaretskii <eliz@gnu.org>
1667
1668 * commands.texi (Click Events): Document the values of X, Y and
1669 COL, ROW in the event's position, when the click is on the header
1670 or mode line, on the fringes, or in the margins.
1671
4a47c275 16722010-11-17 Eli Zaretskii <eliz@gnu.org>
c7926fe2 1673
5b05d75b
EZ
1674 * customize.texi (Composite Types): Lower-case index entry.
1675
5dcb4c4e
SM
1676 * loading.texi (How Programs Do Loading):
1677 Document load-file-name. (Bug#7346)
c7926fe2 1678
4a47c275 16792010-11-17 Glenn Morris <rgm@gnu.org>
cde08ac9
GM
1680
1681 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
1682
0eb025fb
EZ
16832010-11-13 Eli Zaretskii <eliz@gnu.org>
1684
1685 * display.texi (Usual Display): Characters with no fonts are not
1686 necessarily displayed as empty boxes.
1687
2699a554 16882010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
1689
1690 * maps.texi (Standard Keymaps): Update File menu description.
1691
8289f37b
GM
16922010-10-28 Glenn Morris <rgm@gnu.org>
1693
1694 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
1695
5793a7bc 16962010-10-24 Eli Zaretskii <eliz@gnu.org>
89baa1df
EZ
1697
1698 * display.texi (Window Systems): Deprecate use of window-system as
1699 a predicate.
1700
17284e30
GM
17012010-10-23 Glenn Morris <rgm@gnu.org>
1702
1703 * help.texi (Documentation Basics): Remove mentions of digest-doc and
1704 sorted-doc.
1705
00f113eb
JB
17062010-10-15 Eli Zaretskii <eliz@gnu.org>
1707
1708 * os.texi (Dynamic Libraries): New node, with slightly modified
1709 text deleted from "Image Formats".
1710 (System Interface): Add @menu entry for "Dynamic Libraries".
1711
1712 * display.texi (Image Formats): Remove description of
1713 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
1714
07277eb8
GM
17152010-10-12 Glenn Morris <rgm@gnu.org>
1716
1717 * book-spine.texinfo: Rename to book-spine.texi.
1718
c12e4a81
GM
17192010-10-11 Glenn Morris <rgm@gnu.org>
1720
df187c62
GM
1721 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
1722
c12e4a81 1723 * Makefile.in (DVIPS): New variable.
234db610
GM
1724 (.PHONY): Add html, ps.
1725 (html, elisp.html, ps, elisp.ps): New targets.
1726 (clean): Delete html, ps files.
1727 ($(infodir)/elisp): Remove unnecessary includes.
c12e4a81 1728
6513b232
EZ
17292010-10-09 Eli Zaretskii <eliz@gnu.org>
1730
1731 * makefile.w32-in (emacsdir): New variable.
1732 (srcs): Add emacsver.texi.
1733 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
1734
abd40fb4
GM
17352010-10-09 Glenn Morris <rgm@gnu.org>
1736
c1dc72b3
GM
1737 * Makefile.in (VPATH): Remove.
1738 (infodir): Make it absolute.
1739 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
1740
4393405b
GM
1741 * Makefile.in (dist): Anchor regexps.
1742
eef3ab94
GM
1743 * Makefile.in (srcs): Put elisp.texi first.
1744 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
1745
aa9db089
GM
1746 * Makefile.in (infoclean): Remove harmless, long-standing error.
1747
abd40fb4
GM
1748 * Makefile.in ($(infodir)): Delete rule.
1749 (mkinfodir): New.
1750 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
1751
68db69ed 1752 * Makefile.in (dist): Remove reference to emacsver.texi.in.
208deadc 1753 Also copy emacsver.texi, and edit $emacsdir.
68db69ed 1754
ea274122
GM
17552010-10-09 Glenn Morris <rgm@gnu.org>
1756
f7a31f11
GM
1757 * Makefile.in (emacsdir): New variable.
1758 (MAKEINFO): Add -I $emacsdir.
1759 (dist): Copy emacsver.texi.
b13254e7
GM
1760 (srcs): Add emacsver.texi.
1761
f7a31f11
GM
1762 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
1763 Set EMACSVER by including emacsver.texi.
1764
ea274122
GM
1765 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
1766
17ca7950
GM
17672010-10-07 Glenn Morris <rgm@gnu.org>
1768
1769 * Makefile.in (version): New, set by configure.
1770 (clean): Delete dist tar file.
1771 (dist): Use version in tar name.
1772
4c83f6e1
GM
17732010-10-06 Glenn Morris <rgm@gnu.org>
1774
1775 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
1776 (INSTALL_INFO): Remove unused variable.
1777 (mostlyclean, infoclean, dist): New rules.
1778 (clean): Delete dvi and pdf files.
1779 (maintainer-clean): Remove elisp.oaux, use infoclean.
8a944cea 1780 ($(infodir)): Add parallel build workaround.
4c83f6e1 1781
0264072d
GM
17822010-10-04 Glenn Morris <rgm@gnu.org>
1783
1784 * Makefile.in (dvi, pdf, $(infodir)): New targets.
1785 ($(infodir)/elisp): Ensure target directory exists. Use $@.
8cce34d0 1786 Fix -I typo.
0264072d
GM
1787 (clean): No 'make.out' or 'core' files.
1788 (.PHONY): Declare clean rules.
1789 (maintainer-clean): Delete pdf file. Guard against cd failures.
1790
77f38949
GM
17912010-10-03 Glenn Morris <rgm@gnu.org>
1792
1793 * files.texi (File Name Components): Remove ignored section about
1794 deleted variable directory-sep-char.
1795
178fdd41
MA
17962010-10-03 Michael Albinus <michael.albinus@gmx.de>
1797
1798 * files.texi (Magic File Names): New defopt
1799 remote-file-name-inhibit-cache.
1800
9c524fcb
GM
18012010-10-02 Glenn Morris <rgm@gnu.org>
1802
1803 * os.texi (Killing Emacs): Hook now runs in batch mode.
1804
f816790b
SM
18052010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1806
1807 * text.texi (Special Properties): Clarify when modification-hooks run.
1808
7cf78aac
SM
18092010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1810
1811 * syntax.texi (Syntax Flags): Document new `c' flag.
1812
ca0d44e4
GM
18132010-09-09 Glenn Morris <rgm@gnu.org>
1814
1815 * display.texi (ImageMagick Images): General cleanup.
1816
10999305 18172010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
1818
1819 * files.texi (Directory Names): Use \` rather than ^.
1820
45240125
JD
18212010-09-02 Jan Djärv <jan.h.d@swipnet.se>
1822
1823 * text.texi (Low-Level Kill Ring):
1824 * frames.texi (Window System Selections): Remove cut buffer
1825 documentation.
1826
4abe5bf6
EZ
18272010-08-28 Eli Zaretskii <eliz@gnu.org>
1828
1829 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
1830 Parameters", where the default fringe width is described.
1831
1832 * frames.texi (Window Frame Parameters, Basic Parameters)
1833 (Position Parameters, Layout Parameters, Management Parameters)
1834 (Cursor Parameters, Font and Color Parameters): Add indexing for
1835 frame parameters. (Bug#6929)
1836
fdc76236
TT
18372010-08-25 Tom Tromey <tromey@redhat.com>
1838
1839 * vol2.texi (Top): Update.
1840 * vol1.texi (Top): Update.
1841 * tips.texi (Library Headers): Mention Package-Version and
1842 Package-Requires.
1843 * package.texi: New file.
1844 * os.texi (System Interface): Update pointers.
1845 * elisp.texi (Top): Link to new nodes. Include package.texi.
1846 * anti.texi (Antinews): Update pointers.
1847
1e5c1c80
EZ
18482010-08-25 Eli Zaretskii <eliz@gnu.org>
1849
1850 * processes.texi (Filter Functions): Fix last change.
1851
78e33835
CY
18522010-08-24 Markus Triska <triska@gmx.at>
1853
1854 * processes.texi (Filter Functions): Use `buffer-live-p' instead
1855 of `buffer-name' in the main text as well as in the example
1856 (Bug#3098).
1857
198a7a97
CY
18582010-08-22 Chong Yidong <cyd@stupidchicken.com>
1859
1860 * nonascii.texi (Text Representations):
1861 * loading.texi (Loading Non-ASCII):
1862 * compile.texi (Byte Compilation): Don't mention obsolete
1863 --unibyte command-line argument.
1864
bc7d7ea6
CY
18652010-08-22 Chong Yidong <cyd@stupidchicken.com>
1866
1867 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
1868
b0126eac 18692010-08-22 Chong Yidong <cyd@stupidchicken.com>
96b1842d
CY
1870
1871 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
1872
e8a6cc19
EZ
18732010-08-20 Eli Zaretskii <eliz@gnu.org>
1874
1875 * commands.texi (Misc Events): Add cross-references to where
1876 POSITION of a mouse event is described in detail.
1877
c4e7c63a 18782010-08-08 Christoph Scholtes <cschol2112@googlemail.com>
ee301a7a 1879
c4e7c63a 1880 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
ee301a7a 1881
7815fe19 18822010-08-08 Juanma Barranquero <lekktu@gmail.com>
e8bf5266
JB
1883
1884 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
1885 Suggested by Štěpán Němec <stepnem@gmail.com>.
1886
7815fe19 18872010-08-08 Juanma Barranquero <lekktu@gmail.com>
b4f588fa
JB
1888
1889 * minibuf.texi (High-Level Completion): Document args of
1890 `read-buffer-function' (bug#5625).
1891
8b2dd508
JD
18922010-07-29 Jan Djärv <jan.h.d@swipnet.se>
1893
1894 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
1895
bace45fe
MA
18962010-07-29 Michael Albinus <michael.albinus@gmx.de>
1897
1898 * processes.texi (Process Information): Explain process property
1899 `remote-tty'.
1900
4ce5a4cc
JB
19012010-07-27 Juanma Barranquero <lekktu@gmail.com>
1902
1903 * modes.texi (Defining Minor Modes): Use C-delete in examples,
1904 instead of "\C-\^?" (bug#6334).
1905
1c84bc7a
JB
1906 * text.texi (Special Properties): Fix typo.
1907
b88746ba
EZ
19082010-07-09 Eli Zaretskii <eliz@gnu.org>
1909
1910 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
1911 calling sequences, which are now the standard.
1912
51422d6d
CY
19132010-06-24 Chong Yidong <cyd@stupidchicken.com>
1914
1915 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
1916
1917 * commands.texi (Command Overview): Mention undo-boundary call.
1918
d24880de
GM
19192010-06-23 Glenn Morris <rgm@gnu.org>
1920
1921 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
1922 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
1923 * frames.texi, functions.texi, internals.texi, keymaps.texi:
1924 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
1925 * searching.texi, sequences.texi, strings.texi, syntax.texi:
1926 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
1927 Untabify Texinfo files.
1928
0fc76035
CY
19292010-06-20 Chong Yidong <cyd@stupidchicken.com>
1930
1931 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
1932
5338dc0b
CY
19332010-06-19 Chong Yidong <cyd@stupidchicken.com>
1934
a628ad9d 1935 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
5338dc0b 1936
2c3a3c1d
CY
19372010-06-02 Chong Yidong <cyd@stupidchicken.com>
1938
ba3bf1d9
CY
1939 * searching.texi (Regexp Special): Remove obsolete information
1940 about matching non-ASCII characters, and suggest using char
1941 classes (Bug#6283).
2c3a3c1d 1942
7f4b4249
JB
19432010-05-30 Juanma Barranquero <lekktu@gmail.com>
1944
1945 * minibuf.texi (Basic Completion): Add missing "@end defun".
1946
637821cd
SM
19472010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1948
1949 * minibuf.texi (Basic Completion): Document completion-boundaries.
1950 (Programmed Completion): Document the new fourth method for boundaries.
1951
e13051c3
CY
19522010-05-22 Chong Yidong <cyd@stupidchicken.com>
1953
a628ad9d 1954 * display.texi (Image Cache): Update documentation about image caching.
e13051c3 1955
0235128c 19562010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
1957
1958 * windows.texi (Textual Scrolling):
1959 * tips.texi (Coding Conventions):
1960 * minibuf.texi (Minibuffer History):
1961 * maps.texi (Standard Keymaps):
1962 * loading.texi (Where Defined):
1963 * edebug.texi (Instrumenting): Fix typos.
1964
0235128c 19652010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549 1966
c7c32279
CY
1967 * keymaps.texi (Menu Bar): Document :advertised-binding property.
1968
0235128c
SM
1969 * functions.texi (Obsolete Functions):
1970 Document set-advertised-calling-convention.
eb5ed549
CY
1971
1972 * minibuf.texi (Basic Completion): Document completion-in-region.
1973 (Programmed Completion): Document completion-annotate-function.
1974
1975 * commands.texi (Reading One Event): Document read-key.
1976 (Distinguish Interactive): Document KIND arg to
1977 called-interactively-p. Delete obsolete interactive-p.
1978
1979 * elisp.texi (Top): Update node description.
1980
f8848423
EZ
19812010-05-08 Eli Zaretskii <eliz@gnu.org>
1982
0235128c
SM
1983 * nonascii.texi (Character Properties):
1984 Document unicode-category-table. Add an index entry for Unicode
1985 general category.
1986
19872010-05-07 Chong Yidong <cyd@stupidchicken.com>
1988
1989 * Version 23.2 released.
f8848423 1990
938efb77
JB
19912010-04-20 Juanma Barranquero <lekktu@gmail.com>
1992
1993 * locals.texi (Standard Buffer-Local Variables):
1994 Remove @ignore'd reference to `direction-reversed'.
1995
5854c267
JL
19962010-04-14 Juri Linkov <juri@jurta.org>
1997
1998 Fix @deffn without category.
1999
2000 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
2001 for `abbrev-insert'.
2002
2003 * buffers.texi (Indirect Buffers): Add category `Command'
2004 to @deffn of `clone-indirect-buffer'.
2005
2006 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
2007 for `next-window' and `previous-window'. Add category `Command'
2008 to @deffn of `pop-to-buffer'.
2009
8a14dec7
CY
20102010-04-01 Chong Yidong <cyd@stupidchicken.com>
2011
2012 * nonascii.texi (Text Representations): Don't mark
2013 enable-multibyte-characters as a user option.
2014
7a1831cf
EZ
20152010-03-31 Eli Zaretskii <eliz@gnu.org>
2016
2017 * control.texi (Handling Errors): How to re-throw a signal caught
2018 by condition-case.
2019
c3863713
CY
20202010-03-26 Chong Yidong <cyd@stupidchicken.com>
2021
2022 * loading.texi (Hooks for Loading): Document after-load-functions.
2023 Copyedits.
2024
c333f279
AM
20252010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
2026
2027 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
2028
e867cb5d 20292010-03-24 Chong Yidong <cyd@stupidchicken.com>
f7704e26
CY
2030
2031 * processes.texi (Network Processes): Document seqpacket type.
2032
605f35cd
DN
20332010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
2034
2035 * os.texi (System Environment): Do not mention lynxos.
2036
288f9fc0
CY
20372010-03-10 Chong Yidong <cyd@stupidchicken.com>
2038
2039 * Branch for 23.2.
2040
eed5c93a
CY
20412010-03-06 Chong Yidong <cyd@stupidchicken.com>
2042
2043 * objects.texi (Integer Type): Take note of the read syntax
2044 exception for numbers that cannot fit in the integer type.
2045
1ddd6622
GM
20462010-03-03 Glenn Morris <rgm@gnu.org>
2047
2048 * numbers.texi (Integer Basics, Bitwise Operations):
2049 * objects.texi (Integer Type): Update for integers now being 30-bit.
2050
a908c79a
CY
20512010-02-27 Chong Yidong <cyd@stupidchicken.com>
2052
2053 * display.texi (Low-Level Font): Document :otf font-spec property.
2054
cd61af01
SM
20552010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2056
2057 * display.texi (Line Height): Avoid obsolete special default variables
2058 like default-major-mode.
2059
c02f8fe2
AM
20602010-01-28 Alan Mackenzie <acm@muc.de>
2061
2062 * display.texi (Auto Faces): Say fontification-functions is called
2063 whether or not Font Lock is enabled. Tidy up the wording a bit.
2064
d738d18b
CY
20652010-01-17 Chong Yidong <cyd@stupidchicken.com>
2066
2067 * elisp.texi: Remove duplicate edition information (Bug#5407).
2068
4963739e
JB
20692010-01-17 Juanma Barranquero <lekktu@gmail.com>
2070
2071 * two.el (volume-header-toc-markup): Fix typos in docstring.
2072
c57008f6
SM
20732010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
2074
2075 Avoid dubious uses of save-excursions.
2076 * positions.texi (Excursions): Recommend the use of
2077 save-current-buffer if applicable.
2078 * text.texi (Clickable Text): Fix the example code which used
2079 save-excursion in a naive way which sometimes preserves point and
2080 sometimes not.
2081 * variables.texi (Creating Buffer-Local):
2082 * os.texi (Session Management):
2083 * display.texi (GIF Images):
2084 * control.texi (Cleanups): Use (save|with)-current-buffer.
2085
2f3725cd
EZ
20862010-01-02 Eli Zaretskii <eliz@gnu.org>
2087
2088 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
2089
85eeac93
CY
20902010-01-02 Chong Yidong <cyd@stupidchicken.com>
2091
2092 * nonascii.texi (Text Representations, Character Codes)
2093 (Converting Representations, Explicit Encoding)
2094 (Translation of Characters): Use hex notation consistently.
2095 (Character Sets): Fix map-charset-chars doc (Bug#5197).
2096
4801c5fa
CY
20972010-01-01 Chong Yidong <cyd@stupidchicken.com>
2098
2099 * loading.texi (Where Defined): Make it clearer that these are
2100 loaded files (Bug#5068).
2101
26e533e2
CY
21022009-12-29 Chong Yidong <cyd@stupidchicken.com>
2103
2104 * minibuf.texi (Completion Styles): Document `initials' style.
2105
16d1ff5f
CY
21062009-12-25 Chong Yidong <cyd@stupidchicken.com>
2107
2108 * frames.texi (Resources): Describe inhibit-x-resources.
2109 (Size Parameters): Copyedit.
2110
2111 * hash.texi (Creating Hash):
2112 * objects.texi (Hash Table Type): Document the new hash table
2113 printed representation.
2114
2115 * minibuf.texi (Basic Completion): 4th arg to all-completions is
2116 obsolete.
2117
5dcb4c4e
SM
2118 * processes.texi (Process Buffers):
2119 Document process-kill-buffer-query-function.
16d1ff5f 2120
9a5de3d9
GM
21212009-12-05 Glenn Morris <rgm@gnu.org>
2122
2123 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
2124 diary-display-function, and no longer recommended to be a hook.
2125 Update for changes in the names of calendar and diary hooks.
2126 diary-print-entries-hook has changed section.
2127
b640eb52
EZ
21282009-11-28 Eli Zaretskii <eliz@gnu.org>
2129
2130 * text.texi (Special Properties): More accurate description of
2131 what the `cursor' property does.
2132
be1674ab
KR
21332009-11-26 Kevin Ryde <user42@zip.com.au>
2134
2135 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
2136 mouse-wheel-down-event, the closest thing to a definition for them.
2137 * os.texi (Startup Summary): vindex inhibit-startup-message and
2138 inhibit-splash-screen.
2139 (Command-Line Arguments): vindex argv.
2140 (Suspending Emacs): vindex suspend-tty-functions and
2141 resume-tty-functions. Don't want to index every hook, but having
2142 the programming ones is helpful.
2143
603f5979
CY
21442009-11-14 Chong Yidong <cyd@stupidchicken.com>
2145
2146 * commands.texi (Motion Events): Fix typo (Bug#4907).
2147
4359a806
CY
21482009-11-08 Chong Yidong <cyd@stupidchicken.com>
2149
2150 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
2151 are affected by case-fold-search (Bug#4483).
2152
0f063651
CY
21532009-11-02 Chong Yidong <cyd@stupidchicken.com>
2154
2155 * minibuf.texi (Reading File Names): Note that read-file-name may
2156 use a graphical file dialog.
2157
9bd79893
GM
21582009-10-31 Glenn Morris <rgm@gnu.org>
2159
2160 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
2161
ebe479ec
KR
21622009-10-16 Kevin Ryde <user42@zip.com.au>
2163
2164 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
2165 in particular so `info-lookup-symbol' can find its docs.
2166
2640fa86
CY
21672009-10-16 Chong Yidong <cyd@stupidchicken.com>
2168
2169 * variables.texi (Constant Variables): Distinguish from defconst
2170 variables.
2171 (Defining Variables): Add cindex.
2172
edd6a733
CY
21732009-10-15 Chong Yidong <cyd@stupidchicken.com>
2174
2175 * os.texi (Time of Day): Clarify that the microsecond part is
2176 ignored (Bug#4637).
2177
5feb0b73
GM
21782009-10-11 Glenn Morris <rgm@gnu.org>
2179
2180 * frames.texi (Size and Position): Clarify what is included in the frame
2181 height. (Bug#4535)
2182
0c5413c8
GM
21832009-10-10 Glenn Morris <rgm@gnu.org>
2184
2185 * windows.texi (Size of Window): The relationship between window and
2186 frame heights is not so simple. (Bug#4535)
2187 Mention window-full-height-p.
2188
7f8b600a
SM
21892009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
2190
2191 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
2192 used from Lisp.
2193
6185de1c
EZ
21942009-10-07 Eli Zaretskii <eliz@gnu.org>
2195
7f8b600a
SM
2196 * files.texi (Directory Names) <abbreviate-file-name>:
2197 Document that root home directories are not replaced with "~".
6185de1c 2198
9972911f
EZ
21992009-10-06 Eli Zaretskii <eliz@gnu.org>
2200
2201 * text.texi (Special Properties): Document the meaning of the
2202 `cursor' text property whose value is an integer.
2203
2a3f19ef
MA
22042009-10-05 Michael Albinus <michael.albinus@gmx.de>
2205
2206 * files.texi (Magic File Names): Add `copy-directory'.
2207
804543b5
EZ
22082009-10-05 Eli Zaretskii <eliz@gnu.org>
2209
2210 * files.texi (File Attributes): Fix description of file
2211 attributes. (Bug#4638) Update attributes of files.texi example to
2212 be more representative.
2213
461bf92b
MA
22142009-10-05 Michael Albinus <michael.albinus@gmx.de>
2215
2216 * files.texi (Create/Delete Dirs): New command copy-directory.
2217
a86cd395
JB
22182009-10-04 Juanma Barranquero <lekktu@gmail.com>
2219
2220 * anti.texi (Antinews):
2221 * macros.texi (Indenting Macros):
2222 * strings.texi (Creating Strings, Case Conversion):
2223 Remove duplicate words.
2224
d3080264
MA
22252009-10-01 Michael Albinus <michael.albinus@gmx.de>
2226
2227 * files.texi (Create/Delete Dirs): delete-directory has an
2228 optional parameter RECURSIVE.
2229
85d14563
SM
22302009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
2231
2232 * buffers.texi (Swapping Text): Minor clarification.
2233
3d9842c6
GM
22342009-10-01 Glenn Morris <rgm@gnu.org>
2235
2236 * functions.texi (Declaring Functions): Mention that we also search for
2237 ".m" files in the src/ directory.
2238
78427304
CY
22392009-09-25 David Engster <deng@randomsample.de>
2240
3d9842c6 2241 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
78427304 2242
b578c9cc
GM
22432009-09-22 Glenn Morris <rgm@gnu.org>
2244
2245 * internals.texi (Building Emacs): Mention preloaded-file-list.
2246
beee5da7
AM
22472009-09-14 Alan Mackenzie <acm@muc.de>
2248
2249 * os.texi (Terminal Output): Put "@code{}" around "stdout".
2250
5d6ab672
CY
22512009-09-13 Chong Yidong <cyd@stupidchicken.com>
2252
2253 * functions.texi (Anonymous Functions): Rearrange discussion,
2254 giving usage of unquoted lambda forms first. Mention that
2255 `function' and `#'' are no longer required (Bug#4290).
2256
59375eeb
AM
22572009-09-11 Alan Mackenzie <acm@muc.de>
2258
a86cd395 2259 * os.texi (Terminal Output): Document `send-string-to-terminal' in
59375eeb
AM
2260 batch mode.
2261
e7e2f529
GM
22622009-09-01 Glenn Morris <rgm@gnu.org>
2263
2264 * display.texi (Face Functions): Mention define-obsolete-face-alias.
2265
eae47088
GM
22662009-08-26 Ulrich Mueller <ulm@gentoo.org>
2267
2268 * nonascii.texi (Character Codes): Fix typos.
2269
3691a0a6
MA
22702009-08-25 Michael Albinus <michael.albinus@gmx.de>
2271
2272 * processes.texi (Synchronous Processes): New defvar
2273 process-file-side-effects.
2274
664d56b8
GM
22752009-08-25 Glenn Morris <rgm@gnu.org>
2276
2277 * display.texi (Fontsets): Fix typo.
2278
0706c025
GM
2279 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
2280
03a74b84
SM
22812009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
2282
2283 * processes.texi (Asynchronous Processes): Adjust arglist of
2284 start-process-shell-command and start-file-process-shell-command.
2285
f6de8a37
CY
22862009-08-15 Chong Yidong <cyd@stupidchicken.com>
2287
4b1ed1bb
CY
2288 * advice.texi (Argument Access in Advice): Note that argument
2289 positions are zero-based (Bug#3932).
2290
89a9e058
CY
2291 * commands.texi (Distinguish Interactive): Minor copyedit.
2292
23696fd7
CY
2293 * display.texi (Face Attributes): Add xref to Displaying Faces for
2294 explanation of "underlying face".
2295
f6de8a37
CY
2296 * customize.texi (Common Keywords): Add xref to Loading.
2297
2298 * loading.texi (How Programs Do Loading): Add xref to Lisp
2299 Libraries node in the Emacs manual.
2300
417f77e6
CY
23012009-08-13 Chong Yidong <cyd@stupidchicken.com>
2302
2303 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
2304
0999039c
CY
23052009-07-18 Chong Yidong <cyd@stupidchicken.com>
2306
2307 * processes.texi (Shell Arguments): Copyedits.
2308
9af167bc
GM
23092009-07-18 Glenn Morris <rgm@gnu.org>
2310
2311 * loading.texi (Repeated Loading): Fix typo.
2312
137987ab
RS
23132009-07-16 Richard Stallman <rms@gnu.org>
2314
2315 * buffers.texi (Swapping Text): Recommend setting
2316 write-region-annotate-functions and buffer-saved-size.
2317
2318 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
2319
622fa380
GM
23202009-07-15 Glenn Morris <rgm@gnu.org>
2321
2322 * edebug.texi: Minor re-phrasings throughout.
2323 (Edebug Execution Modes): Sit-for affects continue mode too.
2324 (Jumping): Use `forward-sexp' rather than its keybinding.
2325 (Edebug Misc): Fix Q binding.
2326 (Edebug Eval): Remove cl version.
2327 (Printing in Edebug): Clarify print-length etc.
2328 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
2329 (Specification List): Remove edebug-unwrap findex entry.
2330 (Specification Examples): defmacro is actually not the same as defun.
2331 Escape "`" in example.
2332
6bbd4600
CY
23332009-07-15 Chong Yidong <cyd@stupidchicken.com>
2334
2335 * markers.texi (The Mark): Document optional arg to
2336 deactivate-mark.
2337
e538d479
GM
23382009-07-11 Kevin Ryde <user42@zip.com.au>
2339
2340 * hooks.texi (Standard Hooks): Fix cross-references.
2341
4c98b9ed
GM
2342 * loading.texi (Named Features): Refer to eval-after-load.
2343
5300838c
GM
23442009-07-11 Glenn Morris <rgm@gnu.org>
2345
64fbeb16
GM
2346 * Makefile.in (TEXI2PDF): New.
2347 (elisp.pdf): New target.
2348
4c98b9ed
GM
2349 * searching.texi (Regexp Backslash): Fix typo.
2350
2351 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5300838c 2352
51d9979c
GM
23532009-07-10 Glenn Morris <rgm@gnu.org>
2354
561c0216
GM
2355 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
2356
5b594a58
GM
2357 * customize.texi (Customization Types):
2358 * display.texi (Abstract Display):
0cc8c85a 2359 * objects.texi (Character Type, String Type):
5b594a58 2360 Merge in some menu descriptions from elisp.texi.
51d9979c 2361
c3cbbb40
GM
2362 * hash.texi (Hash Tables):
2363 * modes.texi (Multiline Font Lock):
2364 End menu description with period.
fe42c16a 2365
28528402
GM
23662009-07-09 Glenn Morris <rgm@gnu.org>
2367
2368 * back.texi: Don't hard-code texinfo location.
2369
2370 * two-volume.make (texinfodir): New, with location of texinfo.tex.
2371 (tex): Add texinfodir to TEXINPUTS.
2372 (elisp1med-init, elisp2med-init): Use texinfodir.
2373
2374 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
2375 (clean): Add two-volume.make intermediate files.
2376
2377 * elisp.texi, vol1.texi, vol2.texi:
2378 Use a DATE variable with the publication date, and update it.
2379 Fix antinews menu description.
2380
2381 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
2382 Update the detailed node listing to match elisp.texi.
2383
2384 * README: Update edition to match elisp.texi.
2385
2386 * objects.texi (General Escape Syntax):
2387 * nonascii.texi (Character Sets):
2388 Use consistent case for "Unicode Standard".
2389
2390 * anti.texi (Antinews):
2391 * customize.texi (Variable Definitions):
2392 * functions.texi (Declaring Functions):
2393 * nonascii.texi (Character Properties):
2394 * processes.texi (Serial Ports):
2395 * text.texi (Special Properties):
2396 * tips.texi (Coding Conventions):
2397 Minor rearrangements to improve TeX line-filling.
2398
2399 * commands.texi (Using Interactive): Fix cross-reference.
2400
17db8e10
JD
24012009-07-01 Jan Djärv <jan.h.d@swipnet.se>
2402
2403 * frames.texi (Management Parameters): Mention sticky.
2404
77c7e2e1
AS
24052009-07-01 Andreas Schwab <aschwab@redhat.com>
2406
2407 * help.texi (Help Functions): Fix description of help-buffer and
2408 help-setup-xref to use @defun instead of @deffn.
2409
3f1c6666
JD
24102009-07-01 Jan Djärv <jan.h.d@swipnet.se>
2411
2412 * frames.texi (Size Parameters): Mention maximized for fullscreen.
2413
ca27c21b
CY
24142009-06-24 Chong Yidong <cyd@stupidchicken.com>
2415
2416 * display.texi (Window Systems): Add ns to the list.
2417
70243478
CY
24182009-06-21 Chong Yidong <cyd@stupidchicken.com>
2419
2420 * Branch for 23.1.
2421
df006536
MR
24222009-06-17 Martin Rudalics <rudalics@gmx.at>
2423
2424 * windows.texi (Dedicated Windows): Fix typo.
2425 (Resizing Windows): Replace @defun by @deffn.
2426
d259fc4b
GM
24272009-06-17 Glenn Morris <rgm@gnu.org>
2428
2429 * variables.texi (Directory Local Variables):
2430 Update for 2009-04-11 name-change of dir-locals-directory-alist.
2431
30781db6
KH
24322009-06-09 Kenichi Handa <handa@m17n.org>
2433
2434 * nonascii.texi (Character Sets): State clearly that FROM and TO
2435 are codepoints of CHARSET.
2436
62e8099c
CY
24372009-06-07 Chong Yidong <cyd@stupidchicken.com>
2438
2439 * minibuf.texi (Reading File Names): Fix introductory text.
2440 Suggested by stan@derbycityprints.com.
2441 (High-Level Completion): Fix typo.
2442
ee1b1917
CY
24432009-05-28 Chong Yidong <cyd@stupidchicken.com>
2444
2445 * frames.texi (Text Terminal Colors): Multi-tty is already
2446 implemented, but tty-local colors are not.
2447
5df647e8
CY
24482009-05-27 Chong Yidong <cyd@stupidchicken.com>
2449
2450 * hooks.texi (Standard Hooks): Remove mention of obsolete
2451 redisplay-end-trigger-functions.
2452
2453 * internals.texi (Window Internals): Remove mention of obsolete
2454 redisplay-end-trigger-functions.
2455
01f17ae2
MR
24562009-05-21 Martin Rudalics <rudalics@gmx.at>
2457
2458 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
2459
2460 * backups.texi (Making Backups): backup-directory-alist and
2461 make-backup-file-name-function are options.
2462 (Auto-Saving): auto-save-list-file-prefix is an option.
2463
2464 * buffers.texi (Killing Buffers): buffer-offer-save is an
2465 option.
2466
2467 * display.texi (Refresh Screen): no-redraw-on-reenter is an
2468 option.
2469 (Echo Area Customization): echo-keystrokes is an option.
2470 (Selective Display): selective-display-ellipses is an option.
2471 (Temporary Displays): temp-buffer-show-function is an option.
2472 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
2473 are options.
2474 (Font Selection): face-font-family-alternatives,
2475 face-font-selection-order, face-font-registry-alternatives, and
2476 scalable-fonts-allowed are options.
2477 (Fringe Indicators): indicate-buffer-boundaries is an option.
2478 (Fringe Cursors): overflow-newline-into-fringe is an option.
2479 (Scroll Bars): scroll-bar-mode is an option.
2480
2481 * eval.texi (Eval): max-lisp-eval-depth is an option.
2482
2483 * files.texi (Visiting Functions): find-file-hook is an option.
2484 (Directory Names): directory-abbrev-alist is an option.
2485 (Unique File Names): temporary-file-directory and
2486 small-temporary-file-directory are options.
2487
2488 * frames.texi (Initial Parameters): initial-frame-alist,
2489 minibuffer-frame-alist and default-frame-alist are options.
2490 (Cursor Parameters): blink-cursor-alist and
2491 cursor-in-non-selected-windows ar options.
2492 (Window System Selections): selection-coding-system is an
2493 option.
2494 (Display Feature Testing): display-mm-dimensions-alist is an
2495 option.
2496
2497 * help.texi (Help Functions): help-char and help-event-list are
2498 options.
2499
2500 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
2501 an option.
2502
2503 * minibuf.texi (Minibuffer History): history-length and
2504 history-delete-duplicates are options.
2505 (High-Level Completion): read-buffer-function and
2506 read-buffer-completion-ignore-case are options.
2507 (Reading File Names): read-file-name-completion-ignore-case is
2508 an option.
2509
2510 * modes.texi (Mode Line Top): mode-line-format is an option.
2511 (Mode Line Variables): mode-line-position and mode-line-modes
2512 are options.
2513
2514 * nonascii.texi (Text Representations):
2515 enable-multibyte-characters is an option.
2516 (Default Coding Systems): auto-coding-regexp-alist,
2517 file-coding-system-alist, auto-coding-alist and
2518 auto-coding-functions are options.
2519 (Specifying Coding Systems): inhibit-eol-conversion is an
2520 option.
2521
2522 * os.texi (Init File): site-run-file is an option.
2523 (System Environment): mail-host-address is an option.
2524 (User Identification): user-mail-address is an option.
2525 (Terminal Output): baud-rate is an option.
2526
2527 * positions.texi (Word Motion): words-include-escapes is an
2528 option.
2529
2530 * searching.texi (Standard Regexps): page-delimiter,
2531 paragraph-separate, paragraph-separate and sentence-end are
2532 options.
2533
2534 * text.texi (Margins): left-margin and fill-nobreak-predicate
2535 are options.
2536
2537 * variables.texi (Local Variables): max-specpdl-size is an
2538 option.
2539
2540 * windows.texi (Choosing Window):
2541 split-window-preferred-function, special-display-function and
2542 display-buffer-function are options.
2543
106e6894
CY
25442009-05-20 Chong Yidong <cyd@stupidchicken.com>
2545
4a83454d
CY
2546 Fix errors spotted by Martin Rudalics.
2547
106e6894
CY
2548 * syntax.texi (Position Parse): Document rationale for ignored
2549 arguments to syntax-ppss-flush-cache.
2550
2551 * processes.texi (Input to Processes): Mark PROCESS arg to
2552 process-running-child-p as optional.
2553 (Network Options): Document NO-ERROR arg to
2554 set-network-process-option.
2555
2556 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
2557 command.
2558
2559 * searching.texi (POSIX Regexps): Mark posix-search-forward and
2560 posix-search-backward as commands.
2561
2562 * os.texi (Killing Emacs): Mark kill-emacs as a command.
2563 (Suspending Emacs): Mark suspend-emacs as a command.
2564 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
2565 commands.
5dcb4c4e
SM
2566 (Terminal Output): Remove obsolete function baud-rate.
2567 Document TERMINAL arg for send-string-to-terminal.
106e6894
CY
2568
2569 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
2570 terminal-coding-system and set-terminal-coding-system.
2571 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
2572 as optional.
2573 (Character Sets): Document RESTRICTION arg of char-charset.
2574 (Character Codes): Mark POS argument to get-byte as optional.
2575
2576 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
2577 minibuffer-message.
2578
2579 * files.texi (Create/Delete Dirs): Mark make-directory and
2580 delete-directory as commands.
2581
2582 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
2583
2584 * text.texi (Base 64): Mark base64-decode-string and
2585 base64-encode-string as commands.
2586 (Columns): Mark move-to-column as a command.
2587 (Mode-Specific Indent): Document RIGID arg to
2588 indent-for-tab-command.
2589 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
2590 Mark indent-code-rigidly as a command.
2591 (Substitution): Mark translate-region as a command.
2592
2593 * frames.texi (Size and Position): Remove obsolete functions
2594 screen-height and screen-width.
2595
04173931
CY
25962009-05-19 Chong Yidong <cyd@stupidchicken.com>
2597
2598 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
2599 (Displaying Buffers, Resizing Windows): Correct mistakes;
2600 next-window, previous-window, and pop-to-buffer are not commands,
2601 and fit-window-to-buffer" is a command. (Pointed out by Martin
2602 Rudalics.)
2603
eae7d8f8
RS
26042009-05-17 Richard M Stallman <rms@gnu.org>
2605
2606 * modes.texi (Precalculated Fontification): Clarify text.
2607
b8766179
MR
26082009-05-17 Martin Rudalics <rudalics@gmx.at>
2609
2610 * windows.texi (Selecting Windows): Clarify descriptions of
2611 with-selected-window and get-lru-window.
2612 (Cyclic Window Ordering): Refer to particular frame when talking
2613 about how splitting affects the ordering.
2614 (Displaying Buffers): Fix descriptions of switch-to-buffer and
2615 switch-to-buffer-other-window. Explain how setting of
2616 display-buffer-reuse-frames affects pop-to-buffer.
2617 (Choosing Window): Clarify some details in descriptions of
2618 display-buffer-reuse-frames, pop-up-frames, and
2619 pop-up-frame-function.
2620 (Dedicated Windows): Clarify some details.
2621 (Textual Scrolling): Replace term vscroll by term vertical
2622 scroll position.
2623 (Vertical Scrolling): Fix typo.
2624 (Window Hooks): Relate text on jit-lock-register to window
2625 scrolling and size changes.
2626
734b5e3b
CY
26272009-05-14 Chong Yidong <cyd@stupidchicken.com>
2628
0a65633e
CY
2629 * frames.texi (Initial Parameters): Clarify what the initial
2630 minibuffer frame is.
05be46d7
CY
2631 (Buffer Parameters): Note that the minibuffer parameter can not be
2632 altered.
0a65633e 2633
734b5e3b
CY
2634 * anti.texi (Antinews): Copyedits. Rearrange some entries.
2635 Document display-buffer changes.
2636
925672cd
CY
26372009-05-13 Chong Yidong <cyd@stupidchicken.com>
2638
17ecd7af
CY
2639 * anti.texi (Antinews): Rewrite for Emacs 22.
2640
925672cd
CY
2641 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
2642 obarrays are first mentioned. Define "system abbrev" more
2643 prominently, and add it to the index.
2644 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
2645 Copyedits.
2646 (Abbrev Expansion): Document abbrev-insert.
2647
80be4dd7
CY
26482009-05-12 Chong Yidong <cyd@stupidchicken.com>
2649
2650 * frames.texi (Font and Color Parameters): Rename from Color
2651 Parameters. Document font-backend parameter.
2652
2653 * vol2.texi (Top): Update node listing.
2654 * vol1.texi (Top): Update node listing.
2655 * elisp.texi (Top): Update node listing.
2656
372a93ac
MR
26572009-05-11 Martin Rudalics <rudalics@gmx.at>
2658
2659 * windows.texi (Choosing Window): Don't explicitly refer to
2660 split-window-sensibly's window argument in descriptions of
2661 split-height-threshold and split-width-threshold.
2662
714c3541
MR
26632009-05-10 Martin Rudalics <rudalics@gmx.at>
2664
2665 * windows.texi (Choosing Window): Fix rewrite of window
2666 splitting section.
2667
0e90e7be
EZ
26682009-05-09 Eli Zaretskii <eliz@gnu.org>
2669
f4e90db0
SM
2670 * nonascii.texi (Default Coding Systems):
2671 Document find-auto-coding, set-auto-coding, and auto-coding-alist.
5dcb4c4e 2672 Add indexing.
0e90e7be
EZ
2673 (Lisp and Coding Systems): Add index entries.
2674
d3c0c321
MR
26752009-05-09 Martin Rudalics <rudalics@gmx.at>
2676
2677 * windows.texi (Choosing Window): Describe split-window-sensibly
2678 and rewrite section on window splitting accordingly.
2679 (Textual Scrolling): Replace `...' by @code{...}.
2680
c773345a
CY
26812009-05-04 Chong Yidong <cyd@stupidchicken.com>
2682
ee2d5b5e
CY
2683 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
2684 Remove obsoleted pre-abbrev-expand-hook.
2685
2686 * locals.texi (Standard Buffer-Local Variables): Consolidate table
2687 entries.
2688
c773345a
CY
2689 * internals.texi (Object Internals): Don't assume 32-bit machines
2690 are the norm.
2691 (Buffer Internals): Consolidate table entries for readability.
ee2d5b5e
CY
2692 (Window Internals): Synch field names to window.h.
2693 (Process Internals): Synch field names to process.h.
c773345a 2694
dd449674
CY
26952009-04-29 Chong Yidong <cyd@stupidchicken.com>
2696
2697 * variables.texi (File Local Variables): Note that read-circle is
2698 bound to nil when reading file-local variables.
2699
2700 * streams.texi (Input Functions): Document read-circle.
2701 (Output Variables): Add xref to Circular Objects.
2702
4f1e25e2
CY
27032009-04-25 Chong Yidong <cyd@stupidchicken.com>
2704
2705 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
2706 Features and Coding System Basics. Node that "p" stands for
2707 "predicate". Recommend utf-8-emacs instead of emacs-mule.
2708 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
2709 mouse-appearance-menu.
2710 (Programming Tips): Add xref to Progress.
2711
dca019f8
CY
27122009-04-22 Chong Yidong <cyd@stupidchicken.com>
2713
5dcb4c4e
SM
2714 * os.texi (Command-Line Arguments):
2715 Document command-line-args-left.
dca019f8
CY
2716 (Suspending Emacs): Adapt text to multi-tty case. Document use of
2717 terminal objects for tty arguments.
2718 (Startup Summary): Add xref to Session Management.
2719 (Session Management): Mention emacs-session-restore. Copyedits.
2720
02a89103
CY
27212009-04-20 Chong Yidong <cyd@stupidchicken.com>
2722
2723 * os.texi (Startup Summary): Copyedits. The init file is not
2724 necessarily named .emacs now. Document initial-buffer-choice and
2725 initial-scratch-message. Note where Emacs exits in batch mode.
2726 Document inhibit-splash-screen as an alias.
2727 (Init File): Be neutral about which init file name to use.
2728
27292009-04-16 Chong Yidong <cyd@stupidchicken.com>
2730
2731 * os.texi (System Interface): Fix Texinfo usage.
2732
0c1cfe01
CY
27332009-04-15 Chong Yidong <cyd@stupidchicken.com>
2734
80d7cdca
CY
2735 * searching.texi (Regexp Backslash): Also refer to shy groups as
2736 non-capturing or unnumbered groups.
2737 (Regexp Functions): Add cross-reference to Regexp Backslash.
2738
0c1cfe01
CY
2739 * display.texi (Truncation): Overlays can use line-prefix and
2740 wrap-prefix too.
2741 (Overlay Properties): Document wrap-prefix and line-prefix.
2742 (Face Attributes): Document underline-minimum-offset.
2743 (Face Remapping): Copyedits.
2744 (Low-Level Font): Copyedits.
2745 (Image Cache): Note that the image cache is shared between frames.
ed8ab760
CY
2746 (Line Height): Emphasize that line-spacing only takes effect on
2747 graphical terminals.
0c1cfe01 2748
c4adeee0
CY
27492009-04-13 Chong Yidong <cyd@stupidchicken.com>
2750
2751 * display.texi (Refresh Screen): Note that a passage about screen
2752 refreshing is text terminal only.
2753 (Forcing Redisplay): Delete misleading comment---sit-for calls
2754 redisplay, not the other way around.
2755 (Truncation): Note new values of truncate-partial-width-windows.
2756 Copyedits.
2757 (Invisible Text): Document invisible-p.
2758
b20ecfa1
EZ
27592009-04-11 Eli Zaretskii <eliz@gnu.org>
2760
2761 * display.texi (Overlays): Overlays don't scale well. See
2762 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
2763
97d8273f
CY
27642009-04-10 Chong Yidong <cyd@stupidchicken.com>
2765
f147ff75
CY
2766 * syntax.texi (Syntax Table Functions): Document cons cell
2767 argument for modify-syntax-entry.
2768 (Categories): Document cons cell argument for
2769 modify-category-entry.
2770
fca4ec76
CY
2771 * searching.texi (String Search): Document word-search-forward-lax
2772 and word-search-backward-lax.
2773 (Searching and Case): Describe isearch behavior more precisely.
2774
9c283d5b
CY
2775 * keymaps.texi (Tool Bar): Mention that some platforms do not
2776 support multi-line toolbars. Suggested by Stephen Eglen.
2777
2778 * frames.texi (Layout Parameters): Mention that Nextstep also
2779 allows only one tool-bar line. Suggested by Stephen Eglen.
2780
97d8273f
CY
2781 * nonascii.texi (Text Representations): Copyedits.
2782 (Coding System Basics): Also mention utf-8-emacs.
2783 (Converting Representations, Selecting a Representation)
2784 (Scanning Charsets, Translation of Characters, Encoding and I/O):
2785 Copyedits.
2786 (Character Codes): Mention role of codepoints 1114112 to 4194175.
2787
2bad3299
CY
27882009-04-09 Chong Yidong <cyd@stupidchicken.com>
2789
2790 * text.texi (Yank Commands): Note that yank uses push-mark.
5dcb4c4e
SM
2791 (Filling): Clarify REGION argument of fill-paragraph.
2792 Document fill-forward-paragraph-function.
2bad3299
CY
2793 (Special Properties): Remove "new in Emacs 22" declaration.
2794 (Clickable Text): Merge with Links and Mouse-1 node.
2795
5dcb4c4e
SM
2796 * display.texi (Button Properties, Button Buffer Commands):
2797 Change xref to Clickable Text.
2bad3299
CY
2798
2799 * tips.texi (Key Binding Conventions): Change xref to Clickable
2800 Text.
2801
2802 * elisp.texi (Top): Update node listing.
2803
ea30ce4f
CY
28042009-04-05 Chong Yidong <cyd@stupidchicken.com>
2805
47af2f4b
CY
2806 * markers.texi (The Mark): Copyedits. Improve description of
2807 handle-shift-selection.
2808 (The Region): Move use-region-p here from The Mark.
2809
ea30ce4f
CY
2810 * positions.texi (Screen Lines): Document (cols . lines) argument
2811 for vertical-motion.
2812
2aa8ea6e
CY
28132009-04-04 Chong Yidong <cyd@stupidchicken.com>
2814
3ec61d4e
CY
2815 * frames.texi (Frames): Clean up introduction. Document `ns'
2816 return value for framep.
2817 (Creating Frames): Note how the terminal is chosen.
2818 (Multiple Terminals, Multiple Displays): Merge into a single node.
2819 (Color Parameters): Fix typo.
2820
2821 * variables.texi (Local Variables, Buffer-Local Variables)
2822 (Creating Buffer-Local): Change link to Multiple Terminals.
2823
2824 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
2825
2826 * keymaps.texi (Controlling Active Maps): Change link to Multiple
2827 Terminals.
2828
2829 * commands.texi (Command Loop Info, Keyboard Macros): Change link
2830 to Multiple Terminals.
2831
2832 * elisp.texi (Top): Update node listing.
2833 * vol2.texi (Top): Update node listing.
2834 * vol1.texi (Top): Update node listing.
2835
9257072f
CY
2836 * buffers.texi (Current Buffer): Note that the append-to-buffer
2837 example is no longer in synch with the latest code. Tie the two
2838 examples together.
2839
2aa8ea6e
CY
2840 * files.texi (File Attributes): Move note about MS-DOS from
2841 Changing Files to File Attributes.
2842 (Create/Delete Dirs): Note that mkdir is an alias for this.
2843
22e74b17
CY
28442009-04-01 Markus Triska <triska@gmx.at>
2845
2846 * processes.texi (Filter Functions): Suggest how to handle output
2847 batches.
2848
4bbe48ec
CY
28492009-03-30 Chong Yidong <cyd@stupidchicken.com>
2850
2851 * help.texi (Accessing Documentation): Update example to use
2852 help-setup-xref and with-help-window.
2853 (Help Functions): Remove print-help-return-message, which is
2854 semi-obsolete due to with-help-window. Document help-buffer and
2855 help-setup-xref.
2856
b9723f39
CY
28572009-03-29 Chong Yidong <cyd@stupidchicken.com>
2858
5dcb4c4e
SM
2859 * help.texi (Accessing Documentation, Help Functions):
2860 Remove information about long-obsolete Emacs versions.
9eb52e90 2861
b9723f39
CY
2862 * modes.texi (Mode Line Variables): The default values of the mode
2863 line variables are now more complicated.
2864
b0cc32db
CY
28652009-03-28 Chong Yidong <cyd@stupidchicken.com>
2866
3c25a5a9
CY
2867 * modes.texi (Major Mode Conventions): Note that specialness is
2868 inherited.
31c9eebb
CY
2869 (Derived Modes): Note that define-derive-mode sets the mode-class
2870 property.
3c25a5a9 2871
b0cc32db
CY
2872 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
2873 goto-map. Add search-map to the list.
2874
c5e0006d
EZ
28752009-03-27 Eli Zaretskii <eliz@gnu.org>
2876
1213465a
EZ
2877 * os.texi (System Environment): Update the list of system-type
2878 values.
2879
c5e0006d
EZ
2880 * markers.texi (The Mark) <handle-shift-selection>: Update for
2881 removal of the optional argument DEACTIVATE.
2882
48bab3d6
CY
28832009-03-25 Chong Yidong <cyd@stupidchicken.com>
2884
2885 * commands.texi (Focus Events): Most X window managers don't use
2886 focus-follows-mouse nowadays.
2887
6e4ff1b6
CY
28882009-03-24 Chong Yidong <cyd@stupidchicken.com>
2889
2890 * commands.texi (Defining Commands): Clarify introduction.
2891 (Using Interactive): Not that interactive can be put in a symbol
2892 property.
2893 (Interactive Call): Note that a symbol with a non-nil
2894 interactive-form property satisfies commandp.
2895
11625308
JB
28962009-03-23 Juanma Barranquero <lekktu@gmail.com>
2897
2898 * minibuf.texi (Intro to Minibuffers): Fix typos.
2899
7b34420d
CY
29002009-03-23 Chong Yidong <cyd@stupidchicken.com>
2901
2902 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
5dcb4c4e
SM
2903 about minibuffers in old Emacs versions. Copyedits.
2904 Emphasize that enable-recursive-minibuffers defaults to nil.
7b34420d
CY
2905 (Text from Minibuffer): Simplify introduction.
2906
f9257eed
AM
29072009-03-22 Alan Mackenzie <acm@muc.de>
2908
2909 * commands.texi (Using Interactive): Clarify string argument to
2910 `interactive' - even promptless elements need \n separators.
2911
f639ba70
CY
29122009-03-18 Chong Yidong <cyd@stupidchicken.com>
2913
2914 * minibuf.texi (Completion Styles): New node.
2915
2916 * elisp.texi (Top): Update node listing.
2917
d897e8ee
CY
29182009-03-17 Chong Yidong <cyd@stupidchicken.com>
2919
2920 * minibuf.texi (Basic Completion): Note that
2921 read-file-name-completion-ignore-case and
2922 read-buffer-completion-ignore-case can override
2923 completion-ignore-case.
2924 (Minibuffer Completion): Document completing-read changes.
2925 (Completion Commands): Avoid mentioning partial completion mode.
2926 Document minibuffer-completion-confirm changes, and
2927 minibuffer-confirm-exit-commands.
2928 (High-Level Completion): Document new require-match behavior for
2929 read-buffer. Document read-buffer-completion-ignore-case.
2930 (Reading File Names): Document new require-match behavior for
2931 read-file-name.
2932
b1f23349
CY
29332009-03-14 Chong Yidong <cyd@stupidchicken.com>
2934
2935 * debugging.texi (Error Debugging): Don't mislead the reader into
2936 thinking that debug-on-error enters debugger for C-f at EOB.
2937 (Error Debugging): Setting debug-on-init within the init file
2938 works, and has for some time.
2939
d6eb4e25
KH
29402009-03-13 Kenichi Handa <handa@m17n.org>
2941
2942 * display.texi (Fontsets): Update the description.
2943
1cf53dc5
CY
29442009-03-13 Chong Yidong <cyd@stupidchicken.com>
2945
2946 * advice.texi (Advising Primitives): Link to What Is a Function.
2947
81f919fc
CY
29482009-03-12 Chong Yidong <cyd@stupidchicken.com>
2949
cf4229eb
CY
2950 * compile.texi (Speed of Byte-Code): Update example.
2951 (Disassembly): Update examples.
2952
81f919fc 2953 * loading.texi (Repeated Loading): Simplify examples.
f2bbc08c
CY
2954
2955 * customize.texi (Common Keywords): It's not necessary to use :tag
2956 to remove hyphens, as custom-unlispify-tag-name does it
2957 automatically.
5dcb4c4e
SM
2958 (Variable Definitions): Link to File Local Variables.
2959 Document customized-value symbol property.
f2bbc08c
CY
2960 (Customization Types): Move menu to end of node.
2961
955964d7
CY
29622009-03-10 Chong Yidong <cyd@stupidchicken.com>
2963
2964 * macros.texi (Compiling Macros): Omit misleading sentence, which
2965 implied that macros can only be used in the same file they are
2966 defined.
2967 (Backquote): Remove obsolete information about Emacs 19.
2968
d25ed7db
GM
29692009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
2970
2971 * display.texi (Display Margins): Fix paren typo.
2972
d55f6ca5
CY
29732009-02-27 Chong Yidong <cyd@stupidchicken.com>
2974
f0e57ed8
CY
2975 * elisp.texi (Top): Update node listing.
2976
2977 * variables.texi (Variables): Clarify introduction.
2978 (Global Variables): Mention that setq is a special form.
2979 (Local Variables): Use active voice.
2980 (Tips for Defining): Mention marking variables as safe.
2981 (Buffer-Local Variables): Mention terminal-local and frame-local
2982 variables together.
2983 (File Local Variables): Copyedits.
2984 (Frame-Local Variables): Note that they are not really useful.
2985 (Future Local Variables): Node deleted.
2986
d55f6ca5 2987 * objects.texi (General Escape Syntax): Update explanation of
fe7a3057 2988 Unicode escape syntax.
d55f6ca5 2989
ca8f09a8
CY
29902009-02-23 Chong Yidong <cyd@stupidchicken.com>
2991
2992 * control.texi (Control Structures): Add cindex entry for "textual
2993 order".
2994
2995 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
2996 instead of "expression" throughout.
2997 (Function Indirection): Copyedits. Use active voice.
2998 (Eval): The default value of max-lisp-eval-depth is now 400.
2999
a20878b6
MB
30002009-02-23 Miles Bader <miles@gnu.org>
3001
3002 * processes.texi (System Processes): Rename `system-process-attributes'
3003 to `process-attributes'.
3004
61f66044
CY
30052009-02-22 Chong Yidong <cyd@stupidchicken.com>
3006
1b80d1f3
CY
3007 * symbols.texi (Property Lists): Emphasize that property lists are
3008 not restricted to symbol cells.
3009 (Other Plists): Copyedit.
3010
61f66044
CY
3011 * sequences.texi (Sequences Arrays Vectors): Make introduction
3012 more concise.
3013 (Arrays): Mention char-tables and bool-vectors too.
3014 (Vectors): Don't repeat information given in Arrays node. Link to
3015 nodes that explain the vector usage examples.
3016 (Char-Tables): Note that char-table elements can have arbitrary
3017 type. Explain effect of omitted char-table-extra-slots property.
8a63cf41 3018 Link to Property Lists node.
61f66044 3019
9403944b
CY
30202009-02-22 Chong Yidong <cyd@stupidchicken.com>
3021
3022 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
3023 `append'.
4068c7b4 3024 (List Elements): Copyedits.
9403944b
CY
3025
3026 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
3027 of `vconcat'.
3028
3029 * strings.texi (Creating Strings): Copyedits. Remove obsolete
3030 Emacs 20 usage of `concat'.
3031 (Case Conversion): Copyedits.
3032
b87a185f
CY
30332009-02-21 Chong Yidong <cyd@stupidchicken.com>
3034
3035 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
3036 Minor edits.
3037 (Frame Configuration Type): Emphasize that it is not primitive.
3038 (Font Type): New node.
3039 (Type Predicates): Add fontp; type-of now recognizes font object
3040 types.
3041
3042 * intro.texi (Version Info): Update version numbers in examples.
3043 (Acknowledgements): List more contributors.
3044
3045 * elisp.texi: Bump version number to 3.0.
3046 (Top): Link to Font Type node.
3047
867d4bb3
JB
30482009-02-20 Juanma Barranquero <lekktu@gmail.com>
3049
3050 * modes.texi (Major Mode Conventions): Remove duplicate words.
3051 (Customizing Keywords): Fix typo.
3052
77730170
EZ
30532009-02-14 Eli Zaretskii <eliz@gnu.org>
3054
3055 * nonascii.texi (User-Chosen Coding Systems): Document that
3056 select-safe-coding-system suggests raw-text if there are raw bytes
3057 in the region.
3058 (Explicit Encoding): Warn not to use `undecided' when encoding.
3059
c8736212
GM
30602009-02-11 Glenn Morris <rgm@gnu.org>
3061
3062 * frames.texi (Visibility of Frames): Mention the effect multiple
3063 workspaces/desktops can have on visibility.
3064
ab992d66
EZ
30652009-02-07 Eli Zaretskii <eliz@gnu.org>
3066
c8736212
GM
3067 * text.texi (Commands for Insertion):
3068 * commands.texi (Event Mod):
3069 * keymaps.texi (Searching Keymaps):
5dcb4c4e
SM
3070 * nonascii.texi (Translation of Characters):
3071 Reinstate documentation of translation-table-for-input.
7d2a859f
EZ
3072 (Explicit Encoding): Document the `charset' text property produced
3073 by decode-coding-region and decode-coding-string.
ab992d66 3074
e651a255
AM
30752009-01-27 Alan Mackenzie <acm@muc.de>
3076
3077 * modes.texi (Search-based Fontification): Correct a typo.
3078
bc5cde4b
JB
30792009-01-25 Juanma Barranquero <lekktu@gmail.com>
3080
3081 * abbrevs.texi (Abbrev Table Properties): Fix typo.
3082 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
3083
3533155b
EZ
30842009-01-24 Eli Zaretskii <eliz@gnu.org>
3085
f721deda
EZ
3086 * display.texi (Window Systems): Document the value of
3087 `initial-window-system' under --daemon.
3088
3533155b
EZ
3089 * os.texi (System Environment): Remove description of the
3090 `environment' function which has been deleted.
3091
f79b43b2
DN
30922009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
3093
3094 * frames.texi (Multiple Displays): Remove documentation for
3095 removed function make-frame-on-tty.
3096
e3aa6669
CY
30972009-01-22 Chong Yidong <cyd@stupidchicken.com>
3098
3099 * files.texi (Format Conversion Piecemeal): Clarify behavior of
5dcb4c4e
SM
3100 write-region-annotate-functions.
3101 Document write-region-post-annotation-function.
e3aa6669 3102
fb13a416
CY
31032009-01-19 Chong Yidong <cyd@stupidchicken.com>
3104
3105 * display.texi (Font Lookup): Document WIDTH argument of
3106 x-list-fonts.
3107
02eccf6b
EZ
31082009-01-17 Eli Zaretskii <eliz@gnu.org>
3109
ead3f58d
EZ
3110 * maps.texi (Standard Keymaps): Rename function-key-map to
3111 local-function-key-map.
3112
3113 * keymaps.texi (Translation Keymaps): Rename function-key-map to
3114 local-function-key-map.
3115
3116 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
3117 and `set-keyboard-coding-system' now accept an optional terminal
3118 argument.
3119
3120 * commands.texi (Event Mod): `keyboard-translate-table' is now
3121 terminal-local.
3122 (Function Keys): Rename function-key-map to
3123 local-function-key-map.
3124
df05a163
EZ
3125 * elisp.texi (Top): Make @detailmenu be consistent with changes in
3126 frames.texi.
3127
0ed8034e 3128 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
490f1197
EZ
3129 `delete-terminal-functions', `suspend-tty-functions' and
3130 `resume-tty-functions'.
0ed8034e
EZ
3131
3132 * frames.texi (Frames): Document `frame-terminal' and
3133 `terminal-live-p'.
3134 (Multiple Displays): Document `make-frame-on-tty'.
3135 (Multiple Terminals): Document `terminal-list', `delete-terminal',
3136 `terminal-name', and `get-device-terminal'.
490f1197
EZ
3137 (Terminal Parameters): Document `terminal-parameters',
3138 `terminal-parameter', and `set-terminal-parameter'.
0ed8034e
EZ
3139
3140 * os.texi (System Environment): Document `environment' and
3141 `initial-environment'.
490f1197
EZ
3142 (Suspending Emacs): Update for multi-tty; document
3143 `suspend-tty', `resume-tty', and `controlling-tty-p'.
0ed8034e 3144
02eccf6b
EZ
3145 * nonascii.texi (Coding System Basics): More accurate description
3146 of `raw-text'.
3147
f19fea97
JB
31482009-01-12 Juanma Barranquero <lekktu@gmail.com>
3149
3150 * display.texi (Low-Level Font): Fix typo.
3151
16fa292f
CY
31522009-01-10 Chong Yidong <cyd@stupidchicken.com>
3153
3154 * elisp.texi (Top): Update node listing.
3155
3156 * display.texi (PostScript Images): Node deleted.
3157
0b4faef3
EZ
31582009-01-10 Eli Zaretskii <eliz@gnu.org>
3159
3355f04d
EZ
3160 * processes.texi (Decoding Output): Document that null bytes force
3161 no-conversion for reading process output.
3162
3163 * files.texi (Reading from Files): Document that null bytes force
3164 no-conversion when visiting files.
3165
11625308 3166 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
538395d9 3167
5dcb4c4e
SM
3168 * nonascii.texi (Lisp and Coding Systems):
3169 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
c06ea95e 3170 (Character Properties): Improve wording.
0b4faef3 3171
ce9cf065
CY
31722009-01-09 Chong Yidong <cyd@stupidchicken.com>
3173
3174 * display.texi (Font Lookup): Remove obsolete function
3175 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
3176 (Low-Level Font): Rename from Fonts, move to end of Faces section.
5dcb4c4e
SM
3177 (Font Selection): Reorder order of variable descriptions.
3178 Minor clarifications.
ce9cf065
CY
3179
3180 * elisp.texi (Top): Update node listing.
3181
ab756fb3
GM
31822009-01-09 Glenn Morris <rgm@gnu.org>
3183
3184 * commands.texi (Command Loop Info): Say that last-command-char and
3185 last-input-char are obsolete aliases.
3186
3187 * edebug.texi (Edebug Recursive Edit): Remove separate references to
3188 last-input-char and last-command-char, since they are just aliases for
3189 last-input-event and last-command-event.
3190
3191 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
3192 last-command-char.
3193
6b2b8ab1
CY
31942009-01-08 Chong Yidong <cyd@stupidchicken.com>
3195
3196 * elisp.texi: Update node listing.
3197
3198 * display.texi (Faces): Put Font Selection node after Auto Faces.
5dcb4c4e
SM
3199 (Face Attributes): Don't link to Font Lookup.
3200 Document font-family-list.
6b2b8ab1
CY
3201 (Fonts): New node.
3202
3568e767
JR
32032009-01-08 Jason Rumney <jasonr@gnu.org>
3204
3205 * frames.texi (Pointer Shape): Clarify that only X supports
5ce6e4f4 3206 changing the standard pointer shapes. (Bug#1485)
3568e767 3207
6221c8db
CY
32082009-01-08 Chong Yidong <cyd@stupidchicken.com>
3209
3210 * display.texi (Attribute Functions): Note that a function value
3211 :height is relative, and that compatibility functions work by
3212 calling set-face-attribute.
3213 (Displaying Faces): Reorder list in order of increasing priority.
3214 (Face Remapping): New node. Content moved here from Displaying
3215 Faces.
3216 (Glyphs): Link to Face Functions.
3217
e3d3799a
CY
32182009-01-08 Chong Yidong <cyd@stupidchicken.com>
3219
3220 * display.texi (Faces): Don't discuss face id here. facep does
3221 not return t.
3222 (Defining Faces): Minor clarification.
3223 (Face Attributes): Rearrange items to match docstring of
3224 set-face-attribute. Add :foundry attribute. Document new role of
3225 :font attribute. Texinfo usage fix.
3226 (Attribute Functions): Copyedits.
3227 (Face Functions): Note that face number is seldom used.
3228
638a2457
RS
32292009-01-05 Richard M Stallman <rms@gnu.org>
3230
3231 * strings.texi (Predicates for Strings): Minor clarification.
3232
3233 * functions.texi (Function Safety): Texinfo usage fix.
3234
49ea0074
JB
32352009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny patch)
3236
3237 * objects.texi (General Escape Syntax): Fix typo.
3238
9f822178
MR
32392009-01-03 Martin Rudalics <rudalics@gmx.at>
3240
3241 * windows.texi (Choosing Window): Say that pop-up-frame-alist
3242 works via the default value of pop-up-frame-function.
3243
af34ad36
EZ
32442009-01-02 Eli Zaretskii <eliz@gnu.org>
3245
3246 * processes.texi (System Processes): Document the `time' and
3247 `ctime' attributes of `system-process-attributes'.
3248
d31f6679
CY
32492009-01-01 Chong Yidong <cyd@stupidchicken.com>
3250
3251 * display.texi (Face Attributes): Clarify :height attribute.
3252
174dc00c
MR
32532008-12-31 Martin Rudalics <rudalics@gmx.at>
3254
3255 * buffers.texi (The Buffer List): Clarify what moves a buffer to
3256 the front of the buffer list. Add entries for `last-buffer' and
3257 `unbury-buffer'.
3258
b8afe7e4
EZ
32592008-12-27 Eli Zaretskii <eliz@gnu.org>
3260
d14030f5
EZ
3261 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
3262 and its subsections.
3263
3264 * frames.texi (Multiple Terminals, Low-level Terminal)
3265 (Terminal Parameters, Frames on Other TTY devices): New sections.
3266 (Frames): Add an xref to "Multiple Terminals".
3267
765980a4
EZ
3268 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
3269
3270 * objects.texi (Terminal Type): New node.
3271 (Editing Types): Add it to the menu.
3272
47bd5577
EZ
3273 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
3274 Variables".
3275
eb22b78c 3276 * variables.texi (Directory Local Variables): New node.
47bd5577 3277 (Variables): Add a menu item for it.
eb22b78c 3278
b8afe7e4
EZ
3279 * loading.texi (Autoload): Document `generate-autoload-cookie' and
3280 `generated-autoload-file'.
3281
77bb0476
EZ
32822008-12-20 Eli Zaretskii <eliz@gnu.org>
3283
028e2c19
EZ
3284 * os.texi (Startup Summary): Add xref to documentation of
3285 `initial-window-system'.
3286
77bb0476
EZ
3287 * display.texi (Window Systems): Document `window-system' the
3288 function. The variable `window-system' is now frame-local.
028e2c19 3289 Document `initial-window-system'.
77bb0476 3290
dda87836
MR
32912008-12-19 Martin Rudalics <rudalics@gmx.at>
3292
3293 * windows.texi (Windows): Rewrite description of
3294 fit-window-to-buffer.
3295
caef3ed2
GM
32962008-12-13 Glenn Morris <rgm@gnu.org>
3297
3298 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
3299 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
3300
21c58e4d
GM
33012008-12-12 Glenn Morris <rgm@gnu.org>
3302
3303 * debugging.texi (Error Debugging): Refer forwards to
3304 eval-expression-debug-on-error.
3305
af38459f
EZ
33062008-12-05 Eli Zaretskii <eliz@gnu.org>
3307
5dedd9b5
EZ
3308 * strings.texi (String Basics): Only unibyte strings that
3309 represent key sequences hold 8-bit raw bytes.
3310
af38459f
EZ
3311 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
3312 paragraph to speak about `undecided'.
3313 (Character Properties): Don't explain the meaning of each
3314 property; instead, identify their Unicode Standard names.
b3f1f4a5 3315 (Character Sets): Document `map-charset-chars'.
af38459f 3316
fa047ae7
GM
33172008-12-02 Glenn Morris <rgm@gnu.org>
3318
3319 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
3320 section yet again.
3321
47dbc044
EZ
33222008-11-29 Eli Zaretskii <eliz@gnu.org>
3323
98d05998
EZ
3324 * nonascii.texi (Character Properties): New Section.
3325 (Specifying Coding Systems): Document
3326 `coding-system-priority-list', `set-coding-system-priority', and
3327 `with-coding-priority'.
3328 (Lisp and Coding Systems): Document `check-coding-systems-region'
3329 and `coding-system-charset-list'.
3330 (Coding System Basics): Document `coding-system-aliases'.
3331
3332 * elisp.texi (Top): Add a @detailmenu entry for "Character
3333 Properties".
3334
47dbc044
EZ
3335 * objects.texi (Character Type): Correct the range of Emacs
3336 characters. Add an @xref to "Character Codes".
3337
3338 * strings.texi (String Basics): Add an @xref to "Character Codes".
3339
3340 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
3341
3342 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
3343 (Character Codes): Document `max-char'.
3344
8b80cdf5
EZ
33452008-11-28 Eli Zaretskii <eliz@gnu.org>
3346
3347 * nonascii.texi (Text Representations, Converting Representations)
3348 (Character Sets, Scanning Charsets, Translation of Characters):
3349 Make text more accurate.
3350
a99dceba
GM
33512008-11-28 Glenn Morris <rgm@gnu.org>
3352
3353 * files.texi (Format Conversion Round-Trip): Improve previous change.
3354
f6dc3bed
CY
33552008-11-26 Chong Yidong <cyd@stupidchicken.com>
3356
3357 * modes.texi (Auto Major Mode): Fix example.
3358
5da9413d
GM
33592008-11-25 Glenn Morris <rgm@gnu.org>
3360
3361 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
3362
3363 * files.texi (Format Conversion Round-Trip):
3364 Use active voice for previous change.
3365
fcca848c
CY
33662008-11-25 Chong Yidong <cyd@stupidchicken.com>
3367
3368 * os.texi (Processor Run Time):
3369 * processes.texi (Transaction Queues):
3370 * markers.texi (The Mark):
3371 * windows.texi (Choosing Window, Selecting Windows):
3372 * files.texi (Changing Files, Magic File Names):
3373 * commands.texi (Key Sequence Input):
3374 * functions.texi (Declaring Functions):
3375 * strings.texi (Predicates for Strings):
3376 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
3377
36c8dc54
CY
33782008-11-24 Chong Yidong <cyd@stupidchicken.com>
3379
3380 * help.texi (Accessing Documentation): Update example.
3381
3382 * variables.texi (Defining Variables): Note that `*' is not
3383 necessary if defcustom is used.
3384
2a79b242
EZ
33852008-11-22 Eli Zaretskii <eliz@gnu.org>
3386
3387 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
3388 Characters" from @detailmenu.
3389
3390 * nonascii.texi (Character Codes, Character Sets)
3391 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
3392 (Chars and Bytes, Splitting Characters): Sections removed.
3393
392f0d26
LK
33942008-11-22 Lute Kamstra <lute@gnu.org>
3395
3396 * positions.texi (Text Lines): Update goto-line documentation.
3397
af1a5cd5
MR
33982008-11-21 Martin Rudalics <rudalics@gmx.at>
3399
6a4cfb0c
MR
3400 * frames.texi (Frames): Fix typo, add cross references, reword.
3401 (Initial Parameters): Reword special-display-frame-alist text.
3402 (Frames and Windows): Reword. Describe argument norecord for
3403 set-frame-selected-window.
3404 (Input Focus): Describe argument norecord for select-frame.
3405 Remove comment on MS-Windows behavior for focus-follows-mouse.
3406 (Raising and Lowering): Mention windows-frames dichotomy in
3407 metaphor.
3408
af1a5cd5
MR
3409 * windows.texi (Displaying Buffers, Vertical Scrolling)
3410 (Horizontal Scrolling): Fix indenting and rewording issues
3411 introduced with 2008-11-07 change.
3412
c249fa9c
GM
34132008-11-20 Glenn Morris <rgm@gnu.org>
3414
3415 * files.texi (Format Conversion Round-Trip): Mention `preserve'
3416 element of `format-alist'.
3417
204d4665
GM
34182008-11-19 Glenn Morris <rgm@gnu.org>
3419
3420 * doclicense.texi: Update to FDL 1.3.
3421 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
3422
cc0910af
CY
34232008-11-18 Chong Yidong <cyd@stupidchicken.com>
3424
efe6e7c4
CY
3425 * windows.texi (Window Hooks): Remove *-end-trigger-functions
3426 vars, which are obsolete. Mention jit-lock-register.
3427
5dcb4c4e
SM
3428 * modes.texi (Other Font Lock Variables):
3429 Document jit-lock-register and jit-lock-unregister.
efe6e7c4 3430
cc0910af
CY
3431 * frames.texi (Color Parameters): Document alpha parameter.
3432
aeeedf76
MR
34332008-11-16 Martin Rudalics <rudalics@gmx.at>
3434
3435 * windows.texi (Splitting Windows, Deleting Windows)
3436 (Selecting Windows, Cyclic Window Ordering)
3437 (Buffers and Windows, Displaying Buffers, Choosing Window)
3438 (Dedicated Windows, Window Point, Window Start and End)
3439 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
3440 (Size of Window, Resizing Windows, Window Configurations)
3441 (Window Parameters): Avoid @var at beginning of sentences and
3442 reword accordingly.
3443
4c565c5c
LK
34442008-11-11 Lute Kamstra <lute@gnu.org>
3445
3446 * files.texi (File Name Components): Fix file-name-extension
3447 documentation.
3448
25f494c9
JB
34492008-11-11 Juanma Barranquero <lekktu@gmail.com>
3450
3451 * frames.texi (Basic Parameters): Remove display-environment-variable
3452 and term-environment-variable.
3453
a1401ab1
EZ
34542008-11-08 Eli Zaretskii <eliz@gnu.org>
3455
3456 * windows.texi (Basic Windows, Splitting Windows)
3457 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
3458 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
25f494c9
JB
3459 (Resizing Windows, Window Configurations, Window Parameters):
3460 Fix wording and markup.
a1401ab1 3461
efafc282
MR
34622008-11-07 Martin Rudalics <rudalics@gmx.at>
3463
3464 * windows.texi (Windows): Update entries.
3465 (Basic Windows): Remove listing of attributes. Reword.
86ab855a 3466 (Splitting Windows, Deleting Windows): Reword.
efafc282
MR
3467 (Selecting Windows, Cyclic Window Ordering): Reword with special
3468 emphasis on order of recently selected windows and buffer list.
86ab855a
MR
3469 (Buffers and Windows, Choosing Window): Reword with special
3470 emphasis on dedicated windows.
3471 (Displaying Buffers): Reword. For switch-to-buffer mention that
3472 it may fall back on pop-to-buffer. For other-window try to
3473 explain how it treats the cyclic ordering of windows.
efafc282
MR
3474 (Dedicated Windows): New node and section discussing dedicated
3475 windows and associated functions.
86ab855a 3476 (Window Point): Add entry for window-point-insertion-type. Reword.
efafc282
MR
3477 (Window Start and End): Rename node and section title. Reword.
3478 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
3479 Minor rewording.
3480 (Size of Window): Reword, in particular text on window-width.
3481 (Resizing Windows): Reword. Add text on balancing windows.
3482 (Window Configurations): Reword. Mention window parameters.
3483 (Window Parameters): New node and section on window parameters.
3484 (Window Hooks): Reword. Mention that
3485 window-configuration-change-hook is run "buffer-locally".
3486 * elisp.texi (Top): Update Windows entries in @detailmenu
3487 section.
3488
d60a8ab2
JB
34892008-11-04 Juanma Barranquero <lekktu@gmail.com>
3490
3491 * searching.texi (Regexp Search): Fix typo.
3492
01777627
CY
34932008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
3494
3495 * searching.texi (Regexp Search): Document GREEDY arg.
3496 (Simple Match Data): Fix return value.
3497
c4526e93
EZ
34982008-11-01 Eli Zaretskii <eliz@gnu.org>
3499
3500 * nonascii.texi (Text Representations): Rewrite to make consistent
5dcb4c4e
SM
3501 with Emacs 23 internal representation of characters.
3502 Document `unibyte-string'.
c4526e93 3503
fe2ae8b5
CY
35042008-10-28 Chong Yidong <cyd@stupidchicken.com>
3505
3506 * processes.texi (Process Information): Note that process-status
3507 does not accept buffer names.
3508
cc5a21e3
CY
35092008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
3510
3511 * positions.texi (Skipping Characters): Correct return value of
3512 skip-chars-forward.
3513
09460d9a
MR
35142008-10-25 Martin Rudalics <rudalics@gmx.at>
3515
520b29e7
MR
3516 * windows.texi (Deleting Windows): Update documentation of
3517 delete-windows-on.
3518 (Buffers and Windows): Update documentations of
3519 get-buffer-window and get-buffer-window-list.
3520 (Displaying Buffers): Update documentation of
3521 replace-buffer-in-windows.
3522
09460d9a
MR
3523 * buffers.texi (Current Buffer): Reword set-buffer and
3524 with-current-buffer documentations.
3525 (Creating Buffers): Reword documentation of get-buffer-create.
3526
4d48fcdc
MR
35272008-10-23 Martin Rudalics <rudalics@gmx.at>
3528
3529 * buffers.texi (Current Buffer): Reword documentation of
3530 set-buffer.
3531 (Buffer Names): Reword documentation of buffer-name.
3532 (The Buffer List): For bury-buffer explain what happens with the
3533 buffer's window.
3534 (Creating Buffers): Say that get-buffer-create's arg is called
3535 buffer-or-name.
3536
f0143c43
CY
35372008-10-22 Chong Yidong <cyd@stupidchicken.com>
3538
3e5dbbd3
CY
3539 * advice.texi (Computed Advice): Explain what DEFINITION is.
3540
f0143c43
CY
3541 * nonascii.texi (Character Codes): Remove obsolete function
3542 char-valid-p, and document characterp instead.
3543
52a94b85
MR
35442008-10-22 Martin Rudalics <rudalics@gmx.at>
3545
3546 * windows.texi (Displaying Buffers): Reword documentation of
3547 pop-to-buffer.
3548 (Choosing Window): Rewrite documentation of display-buffer and
3549 its options.
3550
f76f8246
MR
3551 * buffers.texi (Killing Buffers): Update documentation of
3552 kill-buffer.
3553
acc8b598
EZ
35542008-10-21 Eli Zaretskii <eliz@gnu.org>
3555
80e6b6df
EZ
3556 * processes.texi (Serial Ports): Fix wording and improve markup.
3557
3645358a
EZ
3558 * searching.texi (Regexp Search): Document `string-match-p' and
3559 `looking-at-p'.
3560 (POSIX Regexps): Add an xref for "non-greedy".
3561 (Regexp Special): Add @cindex entry for "non-greedy".
3562
b3d50cff 3563 * display.texi (Attribute Functions): Document `face-all-attributes'.
bf190568 3564 (Image Cache) <image-refresh>: Minor wording fixes.
b3d50cff 3565
73b7530a
EZ
3566 * frames.texi (Color Names): Add an xref to `read-color'.
3567
3568 * minibuf.texi (High-Level Completion): Document `read-color'.
3569
acc8b598
EZ
3570 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
3571
3572 * positions.texi (Narrowing): Add an xref to "Swapping Text".
3573
3574 * buffers.texi (Swapping Text): New section, documents
3575 `buffer-swap-text'.
3576
10e187e8
MR
35772008-10-21 Martin Rudalics <rudalics@gmx.at>
3578
3579 * windows.texi (Resizing Windows): Minor wording fix.
3580
fd6f900c
EZ
35812008-10-20 Eli Zaretskii <eliz@gnu.org>
3582
3583 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
3584 and `combine-and-quote-strings'.
3585
3586 * strings.texi (Creating Strings): Add xrefs for them.
3587
e4372165
EZ
35882008-10-19 Eli Zaretskii <eliz@gnu.org>
3589
d6328fba
EZ
3590 * elisp.texi (Top): Make descriptive text for "Reading File Names"
3591 match the corresponding menu in minibuf.texi.
3592
e4372165
EZ
3593 * minibuf.texi (Reading File Names): Document `read-shell-command'
3594 and `minibuffer-local-shell-command-map'.
3595
5d8dda33
MR
35962008-10-19 Martin Rudalics <rudalics@gmx.at>
3597
3598 * windows.texi (Resizing Windows): Remove var{} around "window" in
3599 documentation of enlarge-window.
3600 Rewrite documentation of window-min-height and window-min-width.
3601
437706cd
EZ
36022008-10-19 Eli Zaretskii <eliz@gnu.org>
3603
80f85d7c
EZ
3604 * functions.texi (Calling Functions): Document `apply-partially'.
3605
291703b5
EZ
3606 * hooks.texi (Standard Hooks): Mention
3607 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
3608
3609 * variables.texi (File Local Variables): Document
3610 `file-local-variables-alist', `before-hack-local-variables-hook'
3611 and `hack-local-variables-hook'.
3612
583d8b3c
EZ
3613 * processes.texi (Synchronous Processes): Document `process-lines'.
3614
5dcb4c4e
SM
3615 * customize.texi (Variable Definitions):
3616 Document `custom-reevaluate-setting'.
437706cd 3617
7e51d89b
MR
36182008-10-18 Martin Rudalics <rudalics@gmx.at>
3619
3620 * windows.texi (Choosing Window, Deleting Windows)
3621 (Displaying Buffers): Expand documentation of dedicated windows.
3622
43c59a3d
EZ
36232008-10-18 Eli Zaretskii <eliz@gnu.org>
3624
018a960d
EZ
3625 * files.texi (Changing Files): Document symbolic input of file
3626 modes to `set-file-modes'. Document `read-file-modes' and
3627 `file-modes-symbolic-to-number'.
3628
2c0b8144
EZ
3629 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
3630 and `search-map'.
3631
5dcb4c4e
SM
3632 * searching.texi (Search and Replace):
3633 Document `replace-search-function' and `replace-re-search-function'.
2c0b8144 3634 Document `multi-query-replace-map'.
80120f13 3635
6d4913f0 3636 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
5dcb4c4e
SM
3637 (Completion Commands, Reading File Names):
3638 Rename `minibuffer-local-must-match-filename-map' to
6d4913f0
EZ
3639 `minibuffer-local-filename-must-match-map'.
3640 (Minibuffer Completion): The `require-match' argument to
3641 `completing-read' can now have the value `confirm-only'.
3642
43c59a3d
EZ
3643 * windows.texi (Displaying Buffers): Minor wording fix.
3644 (Choosing Window): `split-height-threshold' can now be nil.
3645 Document `split-width-threshold'. `pop-up-frames' can have the
3646 value `graphic-only'.
3647
f36acfd9
EZ
36482008-10-17 Eli Zaretskii <eliz@gnu.org>
3649
3650 * os.texi (Startup Summary): Document `before-init-time' and
3651 `after-init-time'. Document `initial-window-system' and
3652 `window-system-initialization-alist'. Document reading the
3653 abbrevs file. Document the call to `server-start' under --daemon.
3654 Rearrange a bit to be consistent with the code flow.
53728487
EZ
3655 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
3656 (Time Parsing): Document `format-seconds'.
f36acfd9 3657
96995b89
MR
36582008-10-17 Martin Rudalics <rudalics@gmx.at>
3659
3660 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
3661 and reword.
3662
2de17c73
EZ
36632008-10-16 Eli Zaretskii <eliz@gnu.org>
3664
3665 * markers.texi (The Mark): Document use-region-p.
3666
9cf52b11
EZ
36672008-10-15 Eli Zaretskii <eliz@gnu.org>
3668
c3aaf1d7
EZ
3669 * internals.texi (Writing Emacs Primitives): The interactive spec
3670 of a primitive can be a Lisp form.
3671
841a1743
EZ
3672 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
3673 values of transient-mark-mode. Document handle-shift-selection.
3674
3675 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
3676 (Interactive Examples): Show an example of `^'.
3677 (Key Sequence Input): Document this-command-keys-shift-translated.
c3aaf1d7
EZ
3678 (Defining Commands, Using Interactive): The interactive-form of a
3679 function can be added via its symbol's property.
841a1743 3680
52441368
EZ
3681 * positions.texi (List Motion): beginning-of-defun-function can
3682 now accept an argument.
3683
8e8c1a72
EZ
3684 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
3685 now return a list of strings.
3686
a33a1f2a
EZ
3687 * control.texi (Handling Errors): Document ignore-errors.
3688
4fb04348
EZ
3689 * frames.texi (Creating Frames): Document frame-inherited-parameters.
3690 (Parameter Access): Document set-frame-parameter.
3691
ee666f84
EZ
3692 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
3693 Hooks" for the effect of kill-all-local-variables on local hook
3694 functions.
3695
9cf52b11
EZ
3696 * modes.texi (Major Mode Conventions, Mode Line Variables):
3697 `mode-name' need not be a string. xref to "Mode Line Data" for
3698 details, and to "Emulating Mode Line" for computing a string
3699 value.
3700
22526bc4
EZ
37012008-10-14 Eli Zaretskii <eliz@gnu.org>
3702
a65f6a85
EZ
3703 * processes.texi (System Processes): New section.
3704 (Processes, Signals to Processes): Add xrefs to it.
3705
3706 * objects.texi (Editing Types): A `process' is a subprocess of
3707 Emacs, not just any process running on the OS.
3708
3709 * elisp.texi (Top): Adjust the @detailmenu for the above two
3710 changes.
3711
2724b26a
EZ
3712 * sequences.texi (Char-Tables): Remove documentation of
3713 set-char-table-default, which has no effect since Emacs 23.
3714 <char-table-range, set-char-table-range>: Don't mention generic
3715 characters and charsets. Add a cons cell as a possible argument.
3716
3717 * nonascii.texi (Splitting Characters)
3718 (Translation of Characters): Don't mention generic characters.
3719
3720 * display.texi (Fontsets): Don't mention generic characters.
3721
22526bc4 3722 * sequences.texi (Char-Tables): `map-char-table' can now call its
25f494c9 3723 argument FUNCTION with a cons cell as KEY.
22526bc4 3724
eaf4b689
EZ
37252008-10-13 Eli Zaretskii <eliz@gnu.org>
3726
45e46036
EZ
3727 * objects.texi (Primitive Function Type): Move "@cindex special
3728 forms" from here...
3729
3730 * eval.texi (Special Forms): ...to here.
3731
3732 * functions.texi (What Is a Function): `functionp' returns nil for
3733 special forms. Add an xref.
3734
eaf4b689
EZ
3735 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
3736 Variables".
3737
3738 * variables.texi (Frame-Local Variables): New section.
3739 (Buffer-Local Variables): Add an xref to it.
3740 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
3741 have both frame-local and buffer-local binding.
3742
3743 * frames.texi (Frames): Mention multiple tty frames.
3744 (Frame Parameters, Parameter Access): Mention frame-local variable
3745 bindings.
3746
15688fce
GM
37472008-09-20 Glenn Morris <rgm@gnu.org>
3748
3749 * display.texi (Defining Faces): Recommend against face variables.
3750
35539065
JB
37512008-09-16 Juanma Barranquero <lekktu@gmail.com>
3752
3753 * display.texi (Echo Area Customization): Fix typo.
3754
6a57054b
JB
37552008-09-09 Juanma Barranquero <lekktu@gmail.com>
3756
3757 * loading.texi (Where Defined): Add `defface' item.
3758
d632fb82
MR
37592008-09-06 Martin Rudalics <rudalics@gmx.at>
3760
3761 * loading.texi (Where Defined): Fix description of symbol-file.
3762
905a9adb
JR
37632008-08-26 Jason Rumney <jasonr@gnu.org>
3764
3765 * display.texi (TIFF Images): New section describing :index property.
3766
852e91b7
CY
37672008-08-23 Chong Yidong <cyd@stupidchicken.com>
3768
3769 * display.texi (Temporary Displays): Remove unnecessary comment
3770 about usage of temp-buffer-show-hook.
3771
6be001ee
CY
37722008-08-05 Chong Yidong <cyd@stupidchicken.com>
3773
3774 * symbols.texi (Other Plists): Fix incorrect example.
3775 Suggested by Florian Beck.
3776
58e3d8e8
JB
37772008-07-31 Juanma Barranquero <lekktu@gmail.com>
3778
3779 * os.texi: Fix previous change.
3780
7c2fb837
DN
37812008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
3782
3783 * os.texi:
3784 * intro.texi:
3785 * files.texi: Remove VMS support.
3786
9e2a2647
DN
37872008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3788
3789 * os.texi:
3790 * frames.texi:
3791 * display.texi: Remove mentions of Mac Carbon.
3792
c4f4682b
MB
37932008-07-01 Miles Bader <miles@gnu.org>
3794
3795 * text.texi (Special Properties):
3796 * display.texi (Truncation): Add wrap-prefix and line-prefix.
3797
3696411e
JB
37982008-06-28 Johan Bockgård <bojohan@gnu.org>
3799
3800 * display.texi (Other Image Types): Fix copy/paste error; say
3801 "PBM", not "XBM".
3802
f2a77c3a
DN
38032008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
3804
3805 * os.texi: Remove references to obsolete systems.
3806
6d52677d
EZ
38072008-06-20 Eli Zaretskii <eliz@gnu.org>
3808
3809 * makefile.w32-in (distclean): Remove makefile.
3810
1a87da4c
GM
38112008-06-17 Glenn Morris <rgm@gnu.org>
3812
3813 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
3814 (elisp, dist): Remove rules and variables that are obsolete now
3815 the lisp manual is no longer distributed separately.
3816
fdda1c5d
GM
38172008-06-16 Glenn Morris <rgm@gnu.org>
3818
646692e9
GM
3819 * configure, configure.in, mkinstalldirs: Remove unused files.
3820
3821 * book-spine.texinfo: Set version to 23.0.60.
fdda1c5d 3822 * vol1.texi (EMACSVER):
6a57054b 3823 * vol2.texi (EMACSVER): Set to 23.0.60.
fdda1c5d
GM
3824
3825 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
3826 as per maintain.info.
3827
611bee81
GM
38282008-06-15 Glenn Morris <rgm@gnu.org>
3829
a7bed3a0
GM
3830 * makefile.w32-in (manual): Use "23" rather than "21".
3831
3832 * Makefile.in (emacsver): New, set by configure.
3833 (manual): Use emacsver.
3834
d794edf2
GM
3835 * intro.texi: Report bugs using M-x report-emacs-bug.
3836
611bee81
GM
3837 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
3838
c73e02fa
GM
38392008-06-13 Daniel Engeler <engeler@gmail.com>
3840
3841 * elisp.texi, internals.texi, processes.texi: Add documentation
3842 about serial port access.
3843
e40a85cd
MB
38442008-06-05 Miles Bader <miles@gnu.org>
3845
3846 * display.texi (Displaying Faces): Update to reflect function
3847 renamings in face-remap.el.
3848
7b753744
JB
38492008-06-05 Juanma Barranquero <lekktu@gmail.com>
3850
3851 * display.texi (Fontsets): Fix typos.
3852
9d3d42fb
MB
38532008-06-03 Miles Bader <miles@gnu.org>
3854
7b753744
JB
3855 * display.texi (Displaying Faces): Add add-relative-face-remapping,
3856 remove-relative-face-remapping, set-base-face-remapping,
3857 and set-default-base-face-remapping.
9d3d42fb 3858
f2cec7a9
MB
38592008-06-01 Miles Bader <miles@gnu.org>
3860
3861 * display.texi (Displaying Faces): Add face-remapping-alist.
3862
8f39c96d
SM
38632008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
3864
3865 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
3866 variable names.
3867
1ef5eecc
ER
38682008-05-03 Eric S. Raymond <esr@golux>
3869
352c8b4a 3870 * keymaps.texi: Clarify that (current-local-map) and
1ef5eecc
ER
3871 (current-global-map) return references, not copies.
3872
63b4387f
JL
38732008-05-02 Juri Linkov <juri@jurta.org>
3874
3875 * minibuf.texi (Text from Minibuffer): Document a list of
3876 default values for `read-from-minibuffer'.
3877
38a8b703
JB
38782008-04-24 Juanma Barranquero <lekktu@gmail.com>
3879
3880 * nonascii.texi (Translation of Characters): Fix previous change.
3881
7c42e639
CY
38822008-04-20 Chong Yidong <cyd@stupidchicken.com>
3883
3884 * display.texi (Overlay Properties): Clarify role of underlying
3885 textprop and overlay keymaps for display strings.
3886
3887 * keymaps.texi (Active Keymaps): Ditto.
3888
25c0d999
SM
38892008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3890
3891 * minibuf.texi (Programmed Completion):
3892 Replace dynamic-completion-table with the new completion-table-dynamic.
3893
e3af5968
CY
38942008-04-07 Chong Yidong <cyd@stupidchicken.com>
3895
3896 * intro.texi (Some Terms): Change "fonts in this manual" index
3897 entry to "typographic conventions".
3898
6bfc8698
EZ
38992008-04-05 Eli Zaretskii <eliz@gnu.org>
3900
3901 * objects.texi (Text Props and Strings): Add indexing for read
3902 syntax of text properties.
3903
4972c361
SM
39042008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
3905
3906 * processes.texi (Decoding Output): Remove process-filter-multibyte
3907 functions.
3908
c70a68db
MR
39092008-03-15 Martin Rudalics <rudalics@gmx.at>
3910
3911 * display.texi (Finding Overlays): Say that empty overlays at
3912 the end of the buffer are reported too.
3913
1291fd36
GM
39142008-03-13 Glenn Morris <rgm@gnu.org>
3915
3916 * elisp.texi (EMACSVER): Set to 23.0.60.
3917
c6b0dfd5
CY
39182008-02-26 Chong Yidong <cyd@stupidchicken.com>
3919
38a8b703 3920 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
c6b0dfd5 3921
875fc30c
GM
39222008-02-22 Glenn Morris <rgm@gnu.org>
3923
3924 * frames.texi (Position Parameters): Clarify the description of
3925 `left' and `top', using information from "Geometry".
3926 (Geometry): Give a pointer to "Position Parameters", rather than
3927 repeating information.
3928
d8c8e45a
GM
39292008-02-11 Glenn Morris <rgm@gnu.org>
3930
3931 * objects.texi (Equality Predicates): No longer talk about "two"
3932 functions.
3933
38a8b703 39342008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
d8c8e45a
GM
3935
3936 * objects.texi (Equality Predicates): Add defun for
3937 equal-including-properties.
3938
bfffe0b1
GM
39392008-02-10 Glenn Morris <rgm@gnu.org>
3940
3941 * objects.texi (Equality Predicates):
3942 Mention equal-including-properties.
3943
431b78c9
RS
39442008-02-07 Richard Stallman <rms@gnu.org>
3945
3946 * windows.texi (Window Start): Mention the feature of moving
3947 window-start to start of line.
3948
c8763fb6 39492008-02-07 Jan Djärv <jan.h.d@swipnet.se>
eafa12e6
JD
3950
3951 * keymaps.texi (Tool Bar): Document rtl property.
3952
1a256502
TTN
39532008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
3954
3955 * display.texi (Button Types):
3956 For define-button-type, clarify type of NAME.
3957
569382c2
MR
39582008-01-19 Martin Rudalics <rudalics@gmx.at>
3959
3960 * buffers.texi (Buffer Modification): Fix typo.
3961
f3041af1
DN
39622008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
3963
3964 * os.texi (System Environment): Remove references to OSes that are
3965 not supported anymore.
3966
d35e1cd7
DN
39672008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
3968
3969 * os.texi (System Environment): Remove mention for Masscomp.
3970
23af7580
RS
39712008-01-04 Richard Stallman <rms@gnu.org>
3972
3973 * display.texi (Faces): Don't talk about internal face vector as arg
3974 to facep.
3975
3976 * customize.texi (Type Keywords): Fix previous change.
3977
3978 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
3979 * elisp.texi (Top): Fix menu for commands.texi change.
3980
ec7d5b1e
RS
39812007-12-30 Richard Stallman <rms@gnu.org>
3982
5dcb4c4e 3983 * commands.texi (Accessing Mouse): Rename from Accessing Events.
ec7d5b1e
RS
3984 (Accessing Scroll): New node broken out of Accessing Mouse.
3985
101a6cea
RS
39862007-12-28 Richard Stallman <rms@gnu.org>
3987
3988 * frames.texi (Size Parameters): Fix typo.
7f9e0c04 3989 (Basic Parameters): For `title', refer to title bar.
041817a4 3990 (Size and Position): Explain meaning of frame pixel width and height.
101a6cea 3991
72b7e664
RS
39922007-12-23 Richard Stallman <rms@gnu.org>
3993
3994 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
3995 Improve some of the commented-out keywords' text too.
3996
27a4f445
MR
39972007-12-14 Martin Rudalics <rudalics@gmx.at>
3998
e2e3f1d7
MR
3999 * nonascii.texi (Encoding and I/O): Reword to avoid saying
4000 "visit the current buffer".
4001
27a4f445
MR
4002 * os.texi (System Interface): Fix typo.
4003
a2afc99d
RS
40042007-12-04 Richard Stallman <rms@gnu.org>
4005
4006 * objects.texi (Symbol Type): Fix typo.
4007
b694135c
RS
40082007-12-03 Richard Stallman <rms@gnu.org>
4009
4010 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
4011
f99a19da
GM
40122007-12-01 Glenn Morris <rgm@gnu.org>
4013
4014 * functions.texi (Declaring Functions): Improve previous change.
4015
8f4b37d8
GM
40162007-11-30 Glenn Morris <rgm@gnu.org>
4017
4018 * functions.texi (Declaring Functions): Add optional fourth
4019 argument of declare-function, and setting third argument to `t'.
4020
61a2fe01
RS
40212007-11-29 Richard Stallman <rms@gnu.org>
4022
4023 * customize.texi (Composite Types): Document `group' type.
4024
cbfc5193
GM
40252007-11-29 Glenn Morris <rgm@gnu.org>
4026
5dcb4c4e
SM
4027 * functions.texi (Declaring Functions): Add findex.
4028 Mention `external' files.
cbfc5193 4029
8386283a
JB
40302007-11-26 Juanma Barranquero <lekktu@gmail.com>
4031
4032 * functions.texi (Declaring Functions): Fix directive.
4033
a07c9a8b
RS
40342007-11-25 Richard Stallman <rms@gnu.org>
4035
4036 * help.texi (Help Functions): Clean up last change.
4037
4038 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
4039
4040 * loading.texi (Named Features): Minor cleanup.
4041
4042 * macros.texi (Eval During Expansion): Minor cleanup.
4043
4044 * variables.texi (Variable Aliases): Minor cleanup.
4045
a0925923
RS
40462007-11-24 Richard Stallman <rms@gnu.org>
4047
4048 * functions.texi (Declaring Functions): Clarify previous change.
4049
4050 * compile.texi (Compiler Errors): Clarify previous change.
4051
20c63e44
RS
40522007-11-24 Richard Stallman <rms@gnu.org>
4053
e5e76c04 4054 * display.texi (Refresh Screen, Forcing Redisplay):
20c63e44
RS
4055 Clarify the text and move items around.
4056
5bb0cda3
GM
40572007-11-24 Glenn Morris <rgm@gnu.org>
4058
4059 * functions.texi (Declaring Functions): New section.
4060 * compile.texi (Compiler Errors): Mention declaring functions,
4061 defvar with no initvalue, and byte-compile-warnings.
4062
af13c86a
MR
40632007-11-15 Martin Rudalics <rudalics@gmx.at>
4064
4065 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
4066 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
4067
a5373305
MR
40682007-11-13 Martin Rudalics <rudalics@gmx.at>
4069
4070 * help.texi (Help Functions): Document new macro `with-help-window'.
4071
fe284805
JL
40722007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
4073
4074 * searching.texi (Replacing Match): Describe new
4075 `match-substitute-replacement'.
4076
2c3a09b1
RS
40772007-10-31 Richard Stallman <rms@gnu.org>
4078
4079 * strings.texi (Creating Strings): Null strings from concat not unique.
4080
f2b480f4
RS
40812007-10-26 Richard Stallman <rms@gnu.org>
4082
4083 * objects.texi (Equality Predicates): Null strings are uniquified.
4084
4085 * minibuf.texi: Minor clarifications in previous change.
4086
db21122c
GM
40872007-10-25 Glenn Morris <rgm@gnu.org>
4088
4089 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
4090
2328cbb3
RS
40912007-10-24 Richard Stallman <rms@gnu.org>
4092
4093 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
4094
4095 * variables.texi (Frame-Local Variables): Node deleted.
4096 (Variables): Delete Frame-Local Variables from menu.
4097 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
4098 (Default Value): Don't mention frame-local vars.
4099
4100 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
4101
4102 * loading.texi (Unloading): Document FEATURE-unload-function
4103 instead of FEATURE-unload-hook.
4104
2328cbb3
RS
4105 * frames.texi (Multiple Displays): Don't mention frame-local vars.
4106
c066bafa
JL
41072007-10-22 Juri Linkov <juri@jurta.org>
4108
4109 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
4110 (High-Level Completion): Document a list of default value strings
4111 in the DEFAULT argument, for which minibuffer functions return the
4112 first element.
4113
65ced25f
JL
41142007-10-17 Juri Linkov <juri@jurta.org>
4115
4116 * text.texi (Filling): Update arguments of fill-paragraph.
4117 fill-paragraph operates on the active region in Transient Mark mode.
4118 Remove fill-paragraph-or-region.
4119
ee46ec8e
KB
41202007-10-13 Karl Berry <karl@gnu.org>
4121
4122 * elisp.texi (@dircategory): Move to after @copying,
4123 since we want @copying as close as possible to the beginning of
4124 the output.
4125
61bbdbc6
RS
41262007-10-12 Richard Stallman <rms@gnu.org>
4127
4128 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
4129
4130 * commands.texi (Distinguish Interactive): New node,
4131 broken out from Interactive Call and rewritten.
4132 (Command Loop): Put Distinguish Interactive in menu.
4133
af23e1e8
RS
41342007-10-09 Richard Stallman <rms@gnu.org>
4135
4136 * text.texi (Examining Properties): Mention overlay priority.
4137
4138 * display.texi (Display Margins): Correct the description
4139 of margin display specifications.
4140 (Replacing Specs): New subnode broken out of Display Property.
4141
e1965a69
JL
41422007-10-06 Juri Linkov <juri@jurta.org>
4143
4144 * text.texi (Filling): Document fill-paragraph-or-region.
4145
4638454b
JB
41462007-10-05 Juanma Barranquero <lekktu@gmail.com>
4147
4148 * display.texi (Auto Faces): Fix typo.
4149
7ed54cc5
RS
41502007-10-02 Richard Stallman <rms@gnu.org>
4151
4152 * display.texi (Display Property): Explain some display specs
4153 don't let you move point in.
4154
5dcb4c4e
SM
4155 * frames.texi (Cursor Parameters):
4156 Describe cursor-in-non-selected-windows here. Explain more values.
7ed54cc5
RS
4157
4158 * windows.texi (Basic Windows): Don't describe
4159 cursor-in-non-selected-windows here.
4160
305a7ef2
EZ
41612007-10-01 Eli Zaretskii <eliz@gnu.org>
4162
4163 * processes.texi (Misc Network): Note that these functions are
4164 supported only on some systems.
4165
f7a7f4eb
RS
41662007-10-01 Richard Stallman <rms@gnu.org>
4167
4168 * display.texi (Overlay Properties): Explain nil as priority.
4169 Explain that conflicts are unpredictable if not resolved by
4170 priorities.
4171
780d7bb9
RS
41722007-09-23 Richard Stallman <rms@gnu.org>
4173
4174 * macros.texi (Backquote): Minor clarification.
4175
14b4fdfb
RS
41762007-09-19 Richard Stallman <rms@gnu.org>
4177
4178 * display.texi (Display Property): Explain multiple display specs.
9600ac7c
RS
4179 Clarify when they work in parallel and when one overrides.
4180 Fix error in example.
14b4fdfb 4181
b8d4c8d0
GM
41822007-09-06 Glenn Morris <rgm@gnu.org>
4183
b3e755a9 4184 Move from lispref/ to doc/lispref/. Change all setfilename
b8d4c8d0
GM
4185 commands to use ../../info.
4186 * Makefile.in (infodir): Go up one more level.
4638454b 4187 (usermanualdir): Change from ../man to ../emacs.
b8d4c8d0
GM
4188 (miscmanualdir): New.
4189 (dist): Use new variable miscmanualdir.
4190 * makefile.w32-in (infodir, texinputdir): Go up one more level.
4191 (usermanualdir): Change from ../man to ../emacs.
4192
1bb1f7d3
MR
41932007-08-30 Martin Rudalics <rudalics@gmx.at>
4194
4195 * commands.texi (Command Loop Info): Advise against changing
4196 most variables described here. Explain new variable
4197 last-repeatable-command.
4198
b8d4c8d0
GM
41992007-08-29 Glenn Morris <rgm@gnu.org>
4200
4201 * elisp.texi (EMACSVER): Increase to 23.0.50.
4202
42032007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
4204
4205 * frames.texi (Basic Parameters): Add display-environment-variable
4206 and term-environment-variable.
4207
42082007-08-28 Juri Linkov <juri@jurta.org>
4209
4210 * display.texi (Image Formats, Other Image Types): Add SVG.
4211
42122007-08-28 Juri Linkov <juri@jurta.org>
4213
4214 * display.texi (Images): Move formats-related text to new node
4215 "Image Formats".
4216 (Image Formats): New node.
4217
619fb9ee
RS
42182007-08-27 Richard Stallman <rms@gnu.org>
4219
4220 * windows.texi (Window Configurations): Clarify what
4221 a window configuration saves.
4222
b8d4c8d0
GM
42232007-08-25 Richard Stallman <rms@gnu.org>
4224
4225 * display.texi (Images): Delete redundant @findex.
4226
39f9da30
GM
42272007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
4228
4229 * text.texi (Change Hooks): (after|before)-change-functions are no
4230 longer bound to nil while running; rather inhibit-modification-hooks
4231 is t.
4232
b8d4c8d0
GM
42332007-08-16 Richard Stallman <rms@gnu.org>
4234
5dcb4c4e
SM
4235 * processes.texi (Asynchronous Processes):
4236 Clarify doc of start-file-process.
b8d4c8d0
GM
4237
42382007-08-08 Martin Rudalics <rudalics@gmx.at>
4239
4240 * modes.texi (Example Major Modes): Fix typo.
4241
42422007-08-08 Glenn Morris <rgm@gnu.org>
4243
4244 * intro.texi (nil and t): Do not use `iff' in documentation.
4245
4246 * tips.texi (Documentation Tips): Recommend against `iff'.
4247
42482007-08-07 Chong Yidong <cyd@stupidchicken.com>
4249
4250 * display.texi (Image Cache): Document image-refresh.
4251
42522007-08-06 Martin Rudalics <rudalics@gmx.at>
4253
4254 * windows.texi (Size of Window): Document window-full-width-p.
4255
42562007-07-25 Glenn Morris <rgm@gnu.org>
4257
4258 * gpl.texi (GPL): Replace license with GPLv3.
4259
4260 * Relicense all FSF files to GPLv3 or later.
4261
42622007-07-24 Michael Albinus <michael.albinus@gmx.de>
4263
4638454b
JB
4264 * processes.texi (Synchronous Processes):
4265 Add `process-file-shell-command'.
b8d4c8d0
GM
4266 (Asynchronous Processes): Mention restricted use of
4267 `process-filter' and `process-sentinel' in
4268 `start-file-process'. Add `start-file-process-shell-command'.
4269
42702007-07-17 Michael Albinus <michael.albinus@gmx.de>
4271
4272 * files.texi (Magic File Names): Introduce optional parameter
4273 IDENTIFICATION for `file-remote-p'.
4274
42752007-07-16 Richard Stallman <rms@gnu.org>
4276
4277 * display.texi (Defining Faces): Fix previous change.
4278
42792007-07-14 Richard Stallman <rms@gnu.org>
4280
4281 * control.texi (Handling Errors): Document `debug' in handler list.
4282
42832007-07-10 Richard Stallman <rms@gnu.org>
4284
4285 * display.texi (Defining Faces): Explain C-M-x feature for defface.
4286
42872007-07-09 Richard Stallman <rms@gnu.org>
4288
4289 * files.texi (Magic File Names): Rewrite previous change.
4290
42912007-07-08 Michael Albinus <michael.albinus@gmx.de>
4292
4293 * files.texi (Magic File Names): Introduce optional parameter
4294 CONNECTED for `file-remote-p'.
4295
42962007-07-07 Michael Albinus <michael.albinus@gmx.de>
4297
4298 * processes.texi (Asynchronous Processes):
4299 * files.texi (Magic File Names): Add `start-file-process'.
4300
43012007-06-27 Richard Stallman <rms@gnu.org>
4302
5dcb4c4e
SM
4303 * files.texi (Format Conversion Piecemeal):
4304 Clarify `after-insert-file-functions' calling convention.
b8d4c8d0
GM
4305
43062007-06-27 Michael Albinus <michael.albinus@gmx.de>
4307
4638454b
JB
4308 * files.texi (Magic File Names): Remove `dired-call-process'.
4309 Add `process-file'.
b8d4c8d0
GM
4310
43112007-06-27 Kenichi Handa <handa@m17n.org>
4312
4313 * text.texi (Special Properties): Fix description about
4638454b 4314 `composition' property.
b8d4c8d0
GM
4315
43162007-06-26 Kenichi Handa <handa@m17n.org>
4317
4318 * nonascii.texi (Default Coding Systems): Document about the
4319 return value `undecided'.
4320
43212007-06-25 David Kastrup <dak@gnu.org>
4322
4323 * keymaps.texi (Active Keymaps): Document new POSITION argument of
4324 `current-active-maps'.
4325
43262007-06-24 Karl Berry <karl@gnu.org>
4327
4638454b 4328 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
b8d4c8d0
GM
4329
43302007-06-15 Juanma Barranquero <lekktu@gmail.com>
4331
4332 * display.texi (Overlay Arrow): Doc fix.
4333
43342007-06-14 Karl Berry <karl@tug.org>
4335
4336 * anti.texi (Antinews): Typo.
4337
43382007-06-14 Chong Yidong <cyd@stupidchicken.com>
4339
4340 * display.texi (Image Cache): Document image-refresh.
4341
43422007-06-12 Karl Berry <karl@gnu.org>
4343
4344 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
4345 * two-volume.make: New file.
4346 * .cvsignore: Ignore two-volume files.
4347
43482007-06-12 Tom Tromey <tromey@redhat.com>
4349
4350 * os.texi (Init File): Document user-emacs-directory.
4351
43522007-06-03 Nick Roberts <nickrob@snap.net.nz>
4353
4354 * commands.texi (Click Events): Describe width and height when
4355 object is nil.
4356
43572007-05-30 Nick Roberts <nickrob@snap.net.nz>
4358
5dcb4c4e
SM
4359 * commands.texi (Click Events): Layout more logically.
4360 Describe width and height.
b8d4c8d0
GM
4361 (Drag Events, Motion Events): Update to new format for position.
4362
43632007-06-02 Richard Stallman <rms@gnu.org>
4364
4365 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
4366
43672007-06-02 Chong Yidong <cyd@stupidchicken.com>
4368
4369 * Version 22.1 released.
4370
43712007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
4372
4373 * text.texi (Special Properties): Correct meaning of fontified face.
4374
43752007-05-30 Richard Stallman <rms@gnu.org>
4376
4377 * text.texi (Special Properties): Add link to Adjusting Point.
4378
43792007-05-12 Richard Stallman <rms@gnu.org>
4380
4381 * text.texi (Margins): indent-to-left-margin is not the default.
4382 (Mode-Specific Indent): For indent-line-function, the default
4383 is indent-relative.
4384
4385 * modes.texi (Example Major Modes): Explain last line of text-mode
4386 is redundant.
4387
43882007-05-10 Richard Stallman <rms@gnu.org>
4389
4390 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
4391
4392 * help.texi (Keys in Documentation): Add reference to
4393 Documentation Tips.
4394
4395 * files.texi (Format Conversion): TO-FN gets three arguments.
4396
4397 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
4398
43992007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
4400
4401 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
4402 * files.texi (Format Conversion): Expand intro; add menu.
4403 (Format Conversion Overview, Format Conversion Round-Trip)
4404 (Format Conversion Piecemeal): New nodes/subsections.
4405 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
4406 * text.texi (Text Properties): Remove "Saving Properties" from menu.
4407 (Saving Properties): Delete node/subsection.
4408
44092007-05-07 Karl Berry <karl@gnu.org>
4410
4411 * elisp.texi (EMACSVER): Back to 22.
4412
44132007-05-06 Richard Stallman <rms@gnu.org>
4414
4415 * processes.texi (Accepting Output): Revert most of previous change.
4416
44172007-05-05 Richard Stallman <rms@gnu.org>
4418
4419 * processes.texi (Accepting Output): accept-process-output
4420 uses microseconds, not milliseconds. But that arg is obsolete.
4421
44222007-05-04 Karl Berry <karl@tug.org>
4423
4424 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
4425
44262007-05-04 Eli Zaretskii <eliz@gnu.org>
4427
4428 * tips.texi (Documentation Tips): Rearrange items to place the
4429 more important ones first. Add an index entry for hyperlinks.
4430
44312007-05-03 Karl Berry <karl@gnu.org>
4432
4433 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
4434 (EMACSVER) [smallbook]: 22 for printed version.
4435
4436 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
4437 so restore anchor to normal position after defun. Found by Kevin Ryde.
4438
44392007-04-26 Glenn Morris <rgm@gnu.org>
4440
4441 * elisp.texi (EMACSVER): Increase to 22.1.50.
4442
44432007-04-28 Karl Berry <karl@gnu.org>
4444
4445 * elisp.texi: Improve line breaks on copyright page,
4446 similar layout to emacs manual, 8.5x11 by default.
4447
44482007-04-24 Richard Stallman <rms@gnu.org>
4449
4450 * text.texi (Special Properties): Add xref to Overlay Properties.
4451
4452 * display.texi (Overlay Properties): Add xref to Special Properties.
4453
44542007-04-22 Richard Stallman <rms@gnu.org>
4455
4456 * keymaps.texi (Extended Menu Items): Move the info about
4457 format with cached keyboard binding.
4458
44592007-04-21 Richard Stallman <rms@gnu.org>
4460
4461 * text.texi (Special Properties): Clarify previous change.
4462
4463 * files.texi (File Name Expansion): Clarify previous change.
4464
4465 * display.texi (Attribute Functions): Fix example for
4466 face-attribute-relative-p.
4467
44682007-04-19 Kenichi Handa <handa@m17n.org>
4469
4470 * text.texi (Special Properties): Document composition property.
4471
44722007-04-19 Glenn Morris <rgm@gnu.org>
4473
4474 * files.texi (File Name Expansion): Mention "superroot".
4475
44762007-04-15 Chong Yidong <cyd@stupidchicken.com>
4477
4478 * frames.texi (Multiple Displays): Add note about "multi-monitor"
4479 setups.
4480 (Display Feature Testing): Note that display refers to all
4481 physical monitors for multi-monitor setups.
4482
44832007-04-14 Richard Stallman <rms@gnu.org>
4484
4485 * lists.texi (Sets And Lists): Clarify `delete' examples.
4486 Remove spurious xref to same node.
4487 Clarify xref for add-to-list.
4488
44892007-04-12 Nick Roberts <nickrob@snap.net.nz>
4490
4491 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
4492 value of lisp-mode-map.
4493
44942007-04-11 Karl Berry <karl@gnu.org>
4495
4496 * anti.texi (Antinews):
4497 * display.texi (Overlay Properties, Defining Images):
4498 * processes.texi (Synchronous Processes, Sentinels):
4499 * syntax.texi (Syntax Table Internals):
4500 * searching.texi (Regexp Special):
4501 * nonascii.texi (Default Coding Systems):
4502 * text.texi (Special Properties):
4503 * minibuf.texi (Basic Completion): Wording to improve breaks in
4504 8.5x11 format.
4505 * elisp.texi (smallbook): New @set to more easily switch between
4506 smallbook and 8.5x11.
4507
45082007-04-11 Richard Stallman <rms@gnu.org>
4509
4510 * text.texi (Lazy Properties): Minor fix.
4511
45122007-04-08 Karl Berry <karl@gnu.org>
4513
4514 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
4515 * macros.texi (Backquote): Downcase Backquote in index entries for
4516 consistency.
4517
45182007-04-08 Richard Stallman <rms@gnu.org>
4519
4520 * text.texi (Adaptive Fill): Just describe default,
4521 don't show it (since it contains non-ASCII chars).
4522
45232007-04-07 Karl Berry <karl@gnu.org>
4524
4525 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
4526 adaptive-fill-regexp's value, since they are not in the standard
4527 TeX fonts.
4528
45292007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
4530
4531 * display.texi (Defining Faces): Fix example.
4532
45332007-04-07 Karl Berry <karl@gnu.org>
4534
4535 * display.texi (Button Buffer Commands): Improve page break.
4536
45372007-04-07 Richard Stallman <rms@gnu.org>
4538
4539 * advice.texi (Activation of Advice): Remove redundant index entry.
4540
4541 * backups.texi: Improve index entries. Remove redundant ones.
4542
4543 * compile.texi (Byte Compilation): Improve index entry.
4544
4545 * hash.texi (Creating Hash): Improve index entry.
4546
4547 * symbols.texi (Definitions): Improve index entry.
4548
4549 * edebug.texi: Improve index entries. Remove redundant/useless ones.
4550
4551 * maps.texi (Standard Keymaps): Remove useless index entry.
4552
4553 * help.texi (Documentation Basics): Remove redundant index entries.
4554
4555 * customize.texi: Improve index entries.
4556 Remove redundant/useless ones.
4557
4558 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
4559
4560 * streams.texi (Output Variables): Improve index entry.
4561
4562 * abbrevs.texi (Abbrevs): Remove useless index entry.
4563
4564 * macros.texi (Expansion): Remove useless index entry.
4565
4566 * text.texi: Improve index entries. Remove redundant/useless ones.
4567 (Text Properties, Examining Properties)
4568 (Special Properties): Use "property category" instead of "category"
4569 to refer to the `category' property.
4570
4571 * positions.texi: Improve index entries. Remove useless one.
4572
4573 * lists.texi: Improve index entries. Remove redundant/useless ones.
4574
4575 * os.texi: Improve index entries.
4576 (Timers): Fix previous change.
4577
4578 * buffers.texi: Improve index entries.
4579 (Modification Time): Get rid of term "obsolete buffer".
4580
4581 * debugging.texi: Improve index entries.
4582 (Test Coverage): Add xref to other test coverage ftr.
4583
4584 * eval.texi: Improve index entry. Remove redundant ones.
4585
4586 * numbers.texi: Improve index entries. Remove redundant/useless ones.
4587
4588 * files.texi: Improve index entries. Remove redundant/useless ones.
4589
4590 * objects.texi: Improve index entries.
4591
4592 * processes.texi: Improve index entries.
4593
4594 * modes.texi: Improve index entry. Remove redundant one.
4595
4596 * nonascii.texi: Improve index entries.
4597
4598 * internals.texi: Improve index entries.
4599
4600 * syntax.texi: Improve index entries.
4601
4602 * keymaps.texi (Active Keymaps): Improve index entries.
4603
4604 * commands.texi: Improve index entries. Remove redundant/useless ones.
4605
4606 * frames.texi: Improve index entries. Remove redundant/useless ones.
4607
4608 * markers.texi: Improve index entries. Remove redundant ones.
4609
4610 * tips.texi: Improve index entries.
4611
4612 * loading.texi (Unloading): Improve index entry.
4613
4614 * variables.texi: Improve index entries. Remove redundant one.
4615
4616 * sequences.texi: Improve index entry.
4617
4618 * display.texi: Improve index entries. Remove redundant ones.
4619
4620 * windows.texi: Improve index entries.
4621
4622 * searching.texi: Improve index entries. Remove redundant one.
4623
4624 * strings.texi (Case Tables): Improve last change.
4625
46262007-04-04 Chong Yidong <cyd@stupidchicken.com>
4627
4628 * strings.texi (Case Tables): Document with-case-table and
4629 ascii-case-table.
4630
46312007-04-03 Karl Berry <karl@gnu.org>
4632
4633 * processes.texi (Network): Reword to improve page break.
4634
46352007-04-03 Eli Zaretskii <eliz@gnu.org>
4636
4637 * functions.texi (Inline Functions): Describe more disadvantages
4638 of defsubst, and make advice against it stronger.
4639
46402007-04-02 Karl Berry <karl@gnu.org>
4641
4642 * backups.texi (Backup Names): Avoid widow words.
4643 * modes.texi (Example Major Modes): Align last comment.
4644
46452007-04-01 Chong Yidong <cyd@stupidchicken.com>
4646
4647 * keymaps.texi (Remapping Commands): Document new arg to
4648 command-remapping.
4649
46502007-04-01 Karl Berry <karl@gnu.org>
4651
4652 * processes.texi (Low-Level Network): Typo.
4653 * loading.texi (Hooks for Loading): Avoid double "the".
4654 * keymaps.texi (Key Sequences): No double "and".
4655 (Changing Key Bindings): Shorten to improve line break.
4656
46572007-03-31 Glenn Morris <rgm@gnu.org>
4658
4659 * os.texi (Timers): Fix description of run-at-time TIME formats.
4660
46612007-03-31 Richard Stallman <rms@gnu.org>
4662
4663 * display.texi (Invisible Text): Correct buffer-invisibility-spec
4664 regarding ellipsis.
4665
46662007-03-31 Eli Zaretskii <eliz@gnu.org>
4667
4668 * intro.texi (nil and t):
4669 * symbols.texi (Plists and Alists):
4670 * variables.texi (Variable Aliases, Constant Variables):
4671 * functions.texi (Defining Functions):
4672 * advice.texi (Advising Primitives):
4673 * debugging.texi (Syntax Errors, Compilation Errors):
4674 * minibuf.texi (Minibuffer Windows):
4675 * commands.texi (Adjusting Point):
4676 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
4677 (Auto Major Mode, Major Mode Conventions):
4678 * help.texi (Describing Characters):
4679 * files.texi (Create/Delete Dirs, Information about Files)
4680 (File Locks, Writing to Files, Reading from Files)
4681 (Saving Buffers):
4682 * windows.texi (Resizing Windows, Cyclic Window Ordering):
4683 * frames.texi (Finding All Frames):
4684 * positions.texi (Buffer End, Motion):
4685 * markers.texi (The Region):
4686 * text.texi (Deletion, Near Point):
4687 * display.texi (Displaying Messages, Truncation):
4688 * os.texi (Processor Run Time):
4689 * tips.texi (Key Binding Conventions, Programming Tips)
4690 (Warning Tips, Documentation Tips, Comment Tips):
4691 * internals.texi (Memory Usage): Improve indexing.
4692
4693 * variables.texi (Frame-Local Variables):
4694 * functions.texi (Argument List):
4695 * loading.texi (Library Search):
4696 * streams.texi (Output Variables):
4697 * keymaps.texi (Translation Keymaps, Searching Keymaps):
4698 * searching.texi (Replacing Match, Search and Replace):
4699 * processes.texi (Byte Packing, Decoding Output)
4700 (Accepting Output, Network Servers, Shell Arguments):
4701 * display.texi (Abstract Display, Image Cache, Scroll Bars):
4702 * windows.texi (Window Point, Window Start):
4703 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
4704 * commands.texi (Reading Input, Keyboard Events):
4705 * minibuf.texi (Reading File Names, Minibuffer Completion)
4706 (Recursive Mini):
4707 * positions.texi (List Motion):
4708 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
4709 * numbers.texi (Arithmetic Operations, Math Functions)
4710 (Predicates on Numbers, Comparison of Numbers):
4711 (Numeric Conversions):
4712 * locals.texi (Standard Buffer-Local Variables):
4713 * maps.texi (Standard Keymaps):
4714 * os.texi (User Identification, System Environment, Recording Input)
4715 (X11 Keysyms):
4716 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
4717 * backups.texi (Backups and Auto-Saving):
4718 * customize.texi (Customization, Group Definitions)
4719 (Variable Definitions):
4720 * compile.texi (Byte Compilation): Improve index entries.
4721
47222007-03-31 Karl Berry <karl@gnu.org>
4723
4724 * macros.texi (Defining Macros): Avoid widow syllable.
4725
47262007-03-31 Eli Zaretskii <eliz@gnu.org>
4727
4728 * elisp.texi (Top): Postscript -> PostScript.
4729
4730 * display.texi (Images, Postscript Images): Postscript -> PostScript.
4731
47322007-03-31 Markus Triska <markus.triska@gmx.at>
4733
4734 * internals.texi (Writing Emacs Primitives): Untabify `For'.
4735
47362007-03-30 Karl Berry <karl@gnu.org>
4737
4738 * lists.texi (List-related Predicates): Remove spurious @need.
4739 (Setcdr): Use @smallexample to improve page break.
4740 (Association Lists) <assoc>: Reword to improve page break.
4741
4742 * strings.texi (String Conversion): Insert blank line to improve
4743 page break.
4744
4745 * numbers.texi (Random Numbers): Use @minus{}.
4746 (Math Functions): Use @minus{}.
4747
4748 * intro.texi (Acknowledgements): Avoid line breaks before middle
4749 initials.
4750
47512007-03-24 Eli Zaretskii <eliz@gnu.org>
4752
4753 * errors.texi (Standard Errors): Add an index entry.
4754
47552007-03-19 Richard Stallman <rms@gnu.org>
4756
4757 * os.texi (Recording Input): recent-keys now gives 300 keys.
4758
47592007-03-12 Glenn Morris <rgm@gnu.org>
4760
4761 * os.texi: Replace "daylight savings" with "daylight saving"
4762 throughout.
4763
47642007-03-05 Richard Stallman <rms@gnu.org>
4765
5dcb4c4e
SM
4766 * variables.texi (File Local Variables):
4767 Update enable-local-variables values.
b8d4c8d0
GM
4768
47692007-03-04 Richard Stallman <rms@gnu.org>
4770
4771 * syntax.texi (Control Parsing): Minor clarification.
4772
4773 * strings.texi (Formatting Strings): Clarify width, precision, flags.
4774
4775 * sequences.texi (Sequence Functions): Move string-bytes away,
4776 add xref.
4777
4778 * nonascii.texi (Text Representations): Move string-bytes here.
4779
4780 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
4781
4782 * minibuf.texi (Basic Completion): Minor clarification.
4783
4784 * markers.texi (The Mark): Clarify existence vs activation of mark.
4785 Other cleanup.
4786
4787 * display.texi (Finding Overlays): Write better example.
4788
4789 * compile.texi (Eval During Compile): Clarify putting macros
4790 in eval-when-compile.
4791
c5602427 47922007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
b8d4c8d0
GM
4793
4794 * loading.texi (How Programs Do Loading): Fix anchor position at
c5602427 4795 load-read-function definition doc.
b8d4c8d0
GM
4796
47972007-02-21 Kim F. Storm <storm@cua.dk>
4798
4799 * strings.texi (Text Comparison): Mention that assoc-string
4800 converts symbols to strings before testing.
4801
48022007-02-17 Kim F. Storm <storm@cua.dk>
4803
4804 * processes.texi (Bindat Spec): Vector types can have optional
4805 element type.
4806 (Bindat Examples): Fix example. Add vector with element type.
4807
48082007-02-16 Andreas Schwab <schwab@suse.de>
4809
4810 * strings.texi (Formatting Strings): Document '+' flag.
4811
48122007-02-15 Juanma Barranquero <lekktu@gmail.com>
4813
4814 * strings.texi (Modifying Strings): Clarify that `clear-string'
4815 always converts the string to unibyte.
4816
48172007-02-14 Kim F. Storm <storm@cua.dk>
4818
4819 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
4820 Rewrite glyph code description to refer to these functions.
4821 Remove details of encoding face number and char into integer code.
4822
48232007-02-03 Alan Mackenzie <acm@muc.de>
4824
4825 * loading.texi (Hooks for Loading): Make the description of
4826 `eval-after-load' more detailed, and amend the description of
4827 after-load-alist, in accordance with changes from 2006-05.
4828
48292007-02-03 Chong Yidong <cyd@stupidchicken.com>
4830
4831 * modes.texi (Defining Minor Modes): Document that a :require
4832 keyword or similar may be required to make saved customization
4833 variables work.
4834
48352007-02-03 Eli Zaretskii <eliz@gnu.org>
4836
4837 * elisp.texi (Top): Make the detailed menu headers compliant with
5dcb4c4e
SM
4838 Texinfo guidelines and with what texnfo-upd.el expects.
4839 Add comments to prevent people from inadvertently modifying the key
b8d4c8d0
GM
4840 parts needed by `texinfo-multiple-files-update'.
4841
48422007-02-02 Eli Zaretskii <eliz@gnu.org>
4843
4844 * elisp.texi (Top): Update the top-level menus.
4845
4846 * syntax.texi (Categories): Add index entries.
4847
48482007-02-01 Juanma Barranquero <lekktu@gmail.com>
4849
4850 * display.texi (Attribute Functions): Fix name and description of
4851 the UNDERLINE arg of `set-face-underline-p'.
4852
48532007-01-29 Eli Zaretskii <eliz@gnu.org>
4854
4855 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
4856 Variables", and "Standard Keymaps" to the detailed menu.
4857
4858 * variables.texi (Future Local Variables): Add index entry.
4859
48602007-01-28 Richard Stallman <rms@gnu.org>
4861
4862 * tips.texi (Coding Conventions): Clarify the tip about macros
4863 that define a function or a variable.
4864
4865 * files.texi (File Attributes): UID and GID can be floats.
4866 (Magic File Names): Explain why deferring all operations to
4867 the standard handler does not work.
4868
48692007-01-23 Martin Rudalics <rudalics@gmx.at>
4870
4871 * backups.texi (Reverting): Use "buffer" instead of "file"
4872 when talking about major and minor modes.
4873
48742007-01-21 Richard Stallman <rms@gnu.org>
4875
4876 * help.texi (Documentation): Add xref to Documentation Tips.
4877
48782007-01-14 Juanma Barranquero <lekktu@gmail.com>
4879
4880 * tips.texi (Coding Conventions): Fix typos.
4881
48822007-01-05 Richard Stallman <rms@gnu.org>
4883
4884 * modes.texi (Defining Minor Modes): Fix previous change.
4885
48862007-01-03 Richard Stallman <rms@gnu.org>
4887
4888 * customize.texi (Variable Definitions, Customization Types):
4889 Don't use * in doc string for defcustom.
4890
48912007-01-02 Richard Stallman <rms@gnu.org>
4892
4893 * variables.texi (Variable Aliases): Clarify that aliases vars
4894 always have the same value.
4895
4896 * processes.texi (Bindat Spec): Fix Texinfo usage.
4897
4898 * modes.texi (Defining Minor Modes): Explain effect of command
4899 defined with define-global-minor-mode on new buffers.
4900
49012006-12-30 Kim F. Storm <storm@cua.dk>
4902
4903 * keymaps.texi (Tool Bar): Describe `grow-only' value of
4904 `auto-resize-tool-bars'.
4905
49062006-12-30 Richard Stallman <rms@gnu.org>
4907
4908 * keymaps.texi (Active Keymaps): Fix previous change.
4909
49102006-12-30 Nick Roberts <nickrob@snap.net.nz>
4911
4912 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
4913
49142006-12-30 Kim F. Storm <storm@cua.dk>
4915
4916 * processes.texi (Bindat Spec): Clarify using field names in
4917 length specifications.
4918
49192006-12-29 Kim F. Storm <storm@cua.dk>
4920
4921 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
4922 Add count and index variables for eval forms in repeat blocks.
4923
49242006-12-24 Richard Stallman <rms@gnu.org>
4925
5dcb4c4e
SM
4926 * customize.texi (Variable Definitions):
4927 Document new name custom-add-frequent-value.
b8d4c8d0
GM
4928
49292006-12-19 Kim F. Storm <storm@cua.dk>
4930
4931 * commands.texi (Misc Events): User signals now result in sigusr1
4932 and sigusr2 events which are handled through special-event-map.
4933 (Special Events): User signals and drag-n-drop are special.
4934
49352006-12-17 Richard Stallman <rms@gnu.org>
4936
4937 * loading.texi (Named Features): Explain subfeatures better.
4938
4939 * customize.texi: Use "option" only for user options.
4940 For the keyword values inside defcustom etc, say "keywords".
4941 For :options value's elements, say "elements".
4942 :group should not be omitted.
4943
4944 * syntax.texi (Parsing Expressions): Split up node.
4945 (Motion via Parsing, Position Parse, Parser State)
4946 (Low-Level Parsing, Control Parsing): New subnodes.
4947 (Parser State): Document syntax-ppss-toplevel-pos.
4948
4949 * positions.texi (List Motion): Punctuation fix.
4950
4951 * files.texi (File Name Completion): Document PREDICATE arg
4952 to file-name-completion.
4953
49542006-12-16 Eli Zaretskii <eliz@gnu.org>
4955
4956 * internals.texi (Building Emacs, Writing Emacs Primitives):
4957 Add index entries.
4958
49592006-12-11 Richard Stallman <rms@gnu.org>
4960
4961 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
4962 affects face menu. Explain how to make it non-nil without enabling
4963 any fontification.
4964
49652006-12-10 Chong Yidong <cyd@stupidchicken.com>
4966
4967 * modes.texi (Font Lock Basics): Document nil value of
4968 font-lock-defaults.
4969
49702006-12-10 Glenn Morris <rgm@gnu.org>
4971
4972 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
4973 value for system-flag argument. Abbrev tables may not be empty
4974 when major modes are loaded.
4975
49762006-12-08 Juanma Barranquero <lekktu@gmail.com>
4977
4978 * makefile.w32-in (maintainer-clean): Partially revert last
4979 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
4980 to protect elisp-covers.texi.
4981
49822006-12-07 Juanma Barranquero <lekktu@gmail.com>
4983
4984 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
4985 Don't remove elisp* info files; they are already deleted by the
4986 `clean' and `distclean' targets, and they are in the $(infodir)
4987 directory, not the current one.
4988
49892006-12-04 Kim F. Storm <storm@cua.dk>
4990
4991 * commands.texi (Misc Events): Update signal events.
4992 (Event Examples): Add signal example.
4993
49942006-11-29 Richard Stallman <rms@gnu.org>
4995
4996 * frames.texi (Visibility of Frames): Explain visible windows
4997 can be covered by others. Add xref for raise-frame.
4998
49992006-11-28 Richard Stallman <rms@gnu.org>
5000
5001 * searching.texi (Regexp Special): Update when ^ is special.
5002
50032006-11-27 Eli Zaretskii <eliz@gnu.org>
5004
5005 * customize.texi (Customization, Common Keywords)
5006 (Group Definitions, Variable Definitions, Composite Types)
5007 (Type Keywords, Customization Types): Add index entries for
5008 various customization keywords.
5009
50102006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
5011
5012 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
5013
c8763fb6 50142006-11-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
5015
5016 * frames.texi (Window System Selections): Remove clipboard from
5017 description of selection-coding-system.
5018
50192006-11-06 Richard Stallman <rms@gnu.org>
5020
5021 * lists.texi (List Variables): Document COMPARE-FN.
5022
5023 * keymaps.texi: Avoid use of "binding" to mean a relation;
5024 use it only to refer to the meaning associated with a key.
5025 (Keymaps): Change menu node description.
5026
5027 * elisp.texi (Top): Change menu node description.
5028
5029 * display.texi (Managing Overlays): Document overlay-recenter.
5030
50312006-10-29 Chong Yidong <cyd@stupidchicken.com>
5032
5033 * Makefile.in: Use relative paths to avoid advertising filesystem
5034 contents during compilation.
5035
50362006-10-23 Kim F. Storm <storm@cua.dk>
5037
5038 * commands.texi (Event Input Misc): Update unread-command-events.
5039
50402006-10-23 Nick Roberts <nickrob@snap.net.nz>
5041
5042 * lists.texi (Sets And Lists): Fix typos.
5043
50442006-10-18 Juanma Barranquero <lekktu@gmail.com>
5045
5046 * control.texi (Processing of Errors): Use @var for an argument,
5047 not @code.
5048
50492006-10-16 Richard Stallman <rms@gnu.org>
5050
5051 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
5052
5053 * keymaps.texi (Format of Keymaps): Show all the keymap element
5054 patterns that result from menu items.
5055 (Key Lookup): Minor cleanups.
5056
5057 * modes.texi (Precalculated Fontification): Don't say that
5058 not setting font-lock-defaults avoids loading font-lock.
5059
5060 * help.texi (Documentation): Move xref to Emacs Manual here.
5061 (Documentation Basics): From here.
5062 Also doc emacs-lisp-docstring-fill-column.
5063
5064 * elisp.texi: Update version and ISBN.
5065
5066 * commands.texi (Interactive Call): Clarify KEYS arg to
5067 call-interactively is a vector.
5068 (Command Loop Info): Delete anchor in this-command-keys.
5069 Add anchor in this-command-keys-vector.
5070 (Recursive Editing): Document how recursive-edit
5071 handles the current buffer.
5072
50732006-10-13 Chong Yidong <cyd@stupidchicken.com>
5074
5075 * frames.texi (Frame Titles): %c and %l are ignored in
5076 frame-title-format.
5077
50782006-10-11 Richard Stallman <rms@gnu.org>
5079
5080 * keymaps.texi (Key Sequences): Clarify use of kbd.
5081
50822006-10-10 Kim F. Storm <storm@cua.dk>
5083
5084 * lists.texi (Sets And Lists): Add memql.
5085
50862006-10-03 Richard Stallman <rms@gnu.org>
5087
5088 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
5089 Clarify :ascii: and :nonascii:.
5090
50912006-09-29 Juri Linkov <juri@jurta.org>
5092
5093 * modes.texi (%-Constructs): Reorder coding systems in the
5094 documentation of %z to the real order displayed in the modeline.
5095
50962006-09-25 Richard Stallman <rms@gnu.org>
5097
5098 * os.texi (Timers): Describe timer-max-repeats.
5099
51002006-09-25 Chong Yidong <cyd@stupidchicken.com>
5101
5102 * os.texi (Timers): Mention with-local-quit.
5103
51042006-09-24 Richard Stallman <rms@gnu.org>
5105
5106 * searching.texi (Searching and Matching): Mention property search.
5107
5108 * commands.texi (Command Loop Info): Explain how read-event affects
5109 this-command-keys.
5110
51112006-09-20 Richard Stallman <rms@gnu.org>
5112
5113 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
5114
5115 * windows.texi (Window Start): Minor cleanups.
5116
51172006-09-20 Kim F. Storm <storm@cua.dk>
5118
5119 * windows.texi (Window Start): pos-visible-in-window-p allows
5120 specifying t for position to mean "end of window".
5121 Add window-line-height.
5122
5123 * anti.texi (Antinews): Mention window-line-height.
5124
51252006-09-19 David Kastrup <dak@gnu.org>
5126
5127 * keymaps.texi (Searching Keymaps): Small clarification.
5128
51292006-09-18 Richard Stallman <rms@gnu.org>
5130
5131 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
5132 cause keyboard menus.
5133 (Menu Keymaps): Likewise.
5134 (Defining Menus, Keyboard Menus): Clarify.
5135
5136 * text.texi (Fields): Clarify explanation of constrain-to-field.
5137
51382006-09-16 Eli Zaretskii <eliz@gnu.org>
5139
5140 * variables.texi (Tips for Defining): Fix a typo.
5141
51422006-09-15 Richard Stallman <rms@gnu.org>
5143
5144 * keymaps.texi (Remapping Commands, Searching Keymaps)
5145 (Active Keymaps): Clean up previous change.
5146
51472006-09-15 Jay Belanger <belanger@truman.edu>
5148
5149 * gpl.texi: Replace "Library Public License" by "Lesser Public
5150 License" throughout.
5151
51522006-09-15 David Kastrup <dak@gnu.org>
5153
5154 * keymaps.texi (Active Keymaps): Adapt description to use
5155 `get-char-property' instead `get-text-property'. Explain how
5156 mouse events change this. Explain the new optional argument of
5157 `key-binding' and its mouse-dependent lookup.
5158 (Searching Keymaps): Adapt description similarly.
5159 (Remapping Commands): Explain the new optional argument of
5160 `command-remapping'.
5161
51622006-09-14 Richard Stallman <rms@gnu.org>
5163
5164 * keymaps.texi (Searching Keymaps): Clarification.
5165 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
5166
51672006-09-13 Richard Stallman <rms@gnu.org>
5168
5169 * objects.texi (Character Type): Node split.
5170 Add xref to Describing Characters.
5171 (Basic Char Syntax, General Escape Syntax)
5172 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
5173
51742006-09-11 Richard Stallman <rms@gnu.org>
5175
5176 * display.texi (Display Table Format): Wording clarification.
5177 (Glyphs): Clarifications.
5178
51792006-09-10 Chong Yidong <cyd@stupidchicken.com>
5180
5181 * keymaps.texi (Active Keymaps): Mention that key-binding checks
5182 local maps.
5183
51842006-09-10 Kim F. Storm <storm@cua.dk>
5185
5186 * display.texi (Forcing Redisplay): Document return value of
5187 function redisplay.
5188
51892006-09-09 Richard Stallman <rms@gnu.org>
5190
5191 * windows.texi (Window Hooks): Explain limits of
5192 window-scroll-functions.
5193
5194 * display.texi (Fringe Indicators): Update for last change in
5195 indicate-buffer-boundaries.
5196
51972006-09-08 Richard Stallman <rms@gnu.org>
5198
5199 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
5200
52012006-09-06 Kim F. Storm <storm@cua.dk>
5202
5203 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
5204
5205 * windows.texi (Window Start): Update pos-visible-in-window-p.
5206
52072006-09-04 Richard Stallman <rms@gnu.org>
5208
5209 * processes.texi (Accepting Output): Explain SECONDS=0 for
5210 accept-process-output.
5211
5212 * os.texi (Idle Timers): Explain why timer functions should not
5213 loop until (input-pending-p).
5214
52152006-09-02 Eli Zaretskii <eliz@gnu.org>
5216
5217 * makefile.w32-in (usermanualdir): New variable.
5218 (elisp.dvi): Use it.
5219
52202006-09-01 Eli Zaretskii <eliz@gnu.org>
5221
5222 * buffers.texi (Buffer Modification): Fix last change.
5223
52242006-09-01 Chong Yidong <cyd@stupidchicken.com>
5225
5dcb4c4e
SM
5226 * buffers.texi (Buffer Modification):
5227 Document buffer-chars-modified-tick.
b8d4c8d0
GM
5228
52292006-08-31 Richard Stallman <rms@gnu.org>
5230
5231 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
5232
52332006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
5234
5235 * modes.texi (Syntactic Font Lock):
5236 Mention font-lock-syntactic-face-function
5237 instead of specific faces.
5238
52392006-08-29 Chong Yidong <cyd@stupidchicken.com>
5240
5241 * display.texi (Images): Add xrref to display-images-p.
5242
52432006-08-28 Kenichi Handa <handa@m17n.org>
5244
5245 * nonascii.texi (Lisp and Coding Systems): Fix description of
5246 detect-coding-region.
5247
52482006-08-27 Michael Olson <mwolson@gnu.org>
5249
5250 * processes.texi (Transaction Queues): Remove stray quote
5251 character.
5252
52532006-08-25 Richard Stallman <rms@gnu.org>
5254
5255 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
5256 Add xref.
5257
52582006-08-24 Chong Yidong <cyd@stupidchicken.com>
5259
5260 * os.texi (Timers): Avoid waiting inside timers.
5261
52622006-08-21 Lute Kamstra <lute@gnu.org>
5263
5264 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
5265
52662006-08-20 Richard Stallman <rms@gnu.org>
5267
5268 * os.texi (Idle Timers): New node, split out from Timers.
5269 Document current-idle-time.
5270 * commands.texi (Reading One Event): Update xref.
5271 * elisp.texi (Top): Update subnode menu.
5272
52732006-08-16 Richard Stallman <rms@gnu.org>
5274
5275 * keymaps.texi (Extended Menu Items): Show format of cached
5276 bindings in extended menu items.
5277
5278 * customize.texi (Variable Definitions): Explain when the
5279 standard value expression is evaluated.
5280
52812006-08-15 Chong Yidong <cyd@stupidchicken.com>
5282
5283 * commands.texi (Reading One Event): Explain idleness in
5284 `read-event'.
5285
52862006-08-12 Chong Yidong <cyd@stupidchicken.com>
5287
5288 * text.texi (Near Point): Say "cursor" not "terminal cursor".
5dcb4c4e 5289 (Commands for Insertion): Remove split-line since it's not
b8d4c8d0
GM
5290 relevant for Lisp programming.
5291 (Yank Commands): Rewrite introduction.
5292 (Undo): Clarify.
5293 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
5294 (Filling): Remove redundant comment. Clarify return value of
5295 current-justification.
5296 (Margins): Minor clarifications.
5297 (Adaptive Fill): Update default value of adaptive-fill-regexp.
5298 (Sorting): Update definition of sort-lines.
5299 (Columns): Clarify behavior of sort-columns.
5300 (Indent Tabs): Link to Tab Stops in Emacs manual.
5301 (Special Properties): Clarify.
5302 (Clickable Text): Mention Buttons package.
5303
53042006-08-12 Kevin Ryde <user42@zip.com.au>
5305
5306 * os.texi (Time Parsing): Add %z to description of
5307 format-time-string, as per docstring. Add cross reference to
5308 glibc manual for strftime.
5309
53102006-08-08 Richard Stallman <rms@gnu.org>
5311
5312 * modes.texi: Clean up wording in previous change.
5313
53142006-08-07 Chong Yidong <cyd@stupidchicken.com>
5315
5316 * modes.texi (Hooks): Clarify.
5317 (Major Mode Basics): Mention define-derived-mode explicitly.
5318 (Major Mode Conventions): Rebinding RET is OK for some modes.
5319 Mention change-major-mode-hook and after-change-major-mode-hook.
5dcb4c4e 5320 (Example Major Modes): Move to end of Modes section.
b8d4c8d0
GM
5321 (Mode Line Basics): Clarify.
5322 (Mode Line Data): Mention help-echo and local-map in strings.
5323 Explain reason for treatment of non-risky variables.
5324 (Properties in Mode): Clarify.
5325 (Faces for Font Lock): Add font-lock-negation-char-face.
5326
53272006-08-04 Eli Zaretskii <eliz@gnu.org>
5328
5329 * strings.texi (Formatting Strings): Warn against arbitrary
5330 strings as first arg to `format'.
5331
53322006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
5333
5334 * text.texi (Clickable Text): Mention `help-echo' text property.
5335 Update intro, examples and associated explanations.
5336
53372006-07-31 Richard Stallman <rms@gnu.org>
5338
5339 * commands.texi: Update xrefs.
5340 (Event Mod): New node, cut out from old Translating Input.
5341
5342 * maps.texi: Update xrefs.
5343
5344 * keymaps.texi (Translation Keymaps): New node.
5345 Update xrefs from Translating Input to Translation Keymaps.
5346
5347 * elisp.texi (Top): Update subnode menu.
5348
5349 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
5350
5351 * os.texi (System Interface): Fix menu descriptions of some nodes.
5352 (Translating Input): Node deleted.
5353
53542006-07-31 Nick Roberts <nickrob@snap.net.nz>
5355
5356 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
5357
5358 * lists.texi (Sets And Lists): Likewise.
5359
53602006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
5361
5362 * text.texi (Fields): Mention POS
5363 requirement when narrowing is in effect.
5364
53652006-07-28 Richard Stallman <rms@gnu.org>
5366
5367 * display.texi (Face Attributes): Simplify wording.
5368 (Attribute Functions): Clarify meaning of new-frame default
5369 attribute settings.
5370
5371 * customize.texi (Common Keywords): Document how to use
5372 :package-version in a package not in Emacs.
5373
53742006-07-28 Kim F. Storm <storm@cua.dk>
5375
5376 * commands.texi (Reading One Event): Fix last change.
5377
53782006-07-26 Chong Yidong <cyd@stupidchicken.com>
5379
5380 * commands.texi (Reading One Event): Document SECONDS argument for
5381 read-event, read-char, and read-char-exclusive.
5382
53832006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
5384
5385 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
5386 to ensure correct identification.
5387
53882006-07-24 Richard Stallman <rms@gnu.org>
5389
5390 * text.texi (Clickable Text): Clarify.
5391
5392 * sequences.texi (Vector Functions): Delete duplicate xref.
5393
5394 * objects.texi (Function Type): Clarify.
5395
5396 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
5397 modes.
5398
5399 * lists.texi (List Variables): New node.
5400 Material moved from other nodes.
5401
5402 * variables.texi (Setting Variables): add-to-list and
5403 add-to-ordered-list moved to List Variables node.
5404
54052006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
5406
5407 * text.texi (Links and Mouse-1):
5408 For mouse-on-link-p, expand on arg POS.
5409
54102006-07-21 Kim F. Storm <storm@cua.dk>
5411
5412 * display.texi (Forcing Redisplay): Don't mention systems which
5413 don't support sub-second timers for redisplay-preemption-period.
5414
5415 * os.texi (Terminal Output): Clarify text vs graphical terminal.
5416
54172006-07-21 Eli Zaretskii <eliz@gnu.org>
5418
5419 * frames.texi (Input Focus): Document that focus-follows-mouse has
5420 no effect on MS-Windows.
5421
54222006-07-18 Richard Stallman <rms@gnu.org>
5423
5424 * display.texi (Forcing Redisplay): Cleanups in previous change.
5425
5426 * processes.texi (Low-Level Network): Make menu more convenient.
5427
54282006-07-18 Kim F. Storm <storm@cua.dk>
5429
5430 * display.texi (Forcing Redisplay): redisplay-preemption-period
5431 only used on window systems. Add xref to Terminal Output.
5432
5433 * os.texi (Terminal Output): baud-rate only controls preemption on
5434 non-window systems. Add xref to Forcing Redisplay.
5435
5436 * processes.texi (Low-Level Network): Rename node "Make Network"
5437 to "Network Processes".
5438
54392006-07-18 Karl Berry <karl@gnu.org>
5440
5441 * variables.texi, functions.texi, customize.texi, loading.texi:
5442 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
5443
54442006-07-17 Chong Yidong <cyd@stupidchicken.com>
5445
5446 * commands.texi (Waiting): Document batch-mode sit-for behavior.
5447
54482006-07-17 Richard Stallman <rms@gnu.org>
5449
5450 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
5451 Put period and comma inside quotes.
5452
5453 * loading.texi, markers.texi: Use real doublequote inside menus.
5454
5455 * windows.texi: Put point and comma inside quotes.
5456 (Textual Scrolling): Use @samp for error message.
5457
5458 * variables.texi, tips.texi, syntax.texi, symbols.texi:
5459 * strings.texi, streams.texi, processes.texi, os.texi:
5460 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
5461 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
5462 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
5463 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
5464 Put point and comma inside quotes.
5465
5466 * control.texi (Processing of Errors): Add command-error-function.
5467
5468 * variables.texi (File Local Variables): Clarify that
5469 file local variables make buffer-local bindings.
5470
5471 * modes.texi (Syntactic Font Lock): Give default for
5472 font-lock-syntax-table.
5473
54742006-07-17 Nick Roberts <nickrob@snap.net.nz>
5475
5476 * text.texi (Special Properties): Clean up previous change.
5477
54782006-07-16 Karl Berry <karl@gnu.org>
5479
5480 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
5481 * control.texi: Fix bad page breaks through chapter 10 (control).
5482
5483 * anti.texi (Antinews): Reorder face-attribute fns to avoid
5484 underfull hbox.
5485
54862006-07-15 Nick Roberts <nickrob@snap.net.nz>
5487
5488 * text.texi (Special Properties): Describe fontified text property
5489 in relation to a character (not text).
5490
54912006-07-15 Kim F. Storm <storm@cua.dk>
5492
5493 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
5494 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
5495 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
5496
5497 * anti.texi (Antinews): Mention redisplay function.
5498 The kbd macro existed, but was not documented, before 22.x.
5499 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
5500
55012006-07-14 Nick Roberts <nickrob@snap.net.nz>
5502
5503 * display.texi (Displaying Messages): Add anchor.
5504
5505 * frames.texi (Dialog Boxes): Use it.
5506
55072006-07-12 Richard Stallman <rms@gnu.org>
5508
5509 * objects.texi (Frame Type): Explain nature of frames better.
5510
5511 * frames.texi (Frames): Explain nature of frames better.
5512
55132006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
5514
5515 * tips.texi (Coding Conventions): Explain why use cl at compile time.
5516
55172006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5518
5519 * frames.texi (Window System Selections): Mention scrap support for Mac.
5520 Default value of x-select-enable-clipboard is t on Mac.
5521
5522 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
5523
55242006-07-11 Kim F. Storm <storm@cua.dk>
5525
5526 * display.texi (Forcing Redisplay): Add `redisplay' function.
5527 Don't mention (sit-for -1) -- use (redisplay t) instead.
5528
5529 * commands.texi (Waiting): (sit-for -1) is no longer special.
5530 (sit-for 0) is equivalent to (redisplay).
5531 Iconifying/deiconifying no longer makes sit-for return.
5532
55332006-07-10 Nick Roberts <nickrob@snap.net.nz>
5534
5535 * display.texi (Buttons): Fix typo.
5536
5537 * index.texi, elisp.texi (New Symbols): Comment node out.
5538
55392006-07-09 Richard Stallman <rms@gnu.org>
5540
5541 * display.texi (Truncation): Clean up previous change.
5542
55432006-07-08 Richard Stallman <rms@gnu.org>
5544
5545 * commands.texi (Interactive Call): Use 3 as prefix in example
5546 for execute-extended-command.
5547
5548 * display.texi (Attribute Functions): Move paragraph about
5549 compatibility with Emacs < 21.
5550
55512006-07-09 Kim F. Storm <storm@cua.dk>
5552
5553 * display.texi (Refresh Screen): Clarify force-window-update.
5554 (Truncation): "Normally" indicated by fringe arrows.
5555
55562006-07-08 Eli Zaretskii <eliz@gnu.org>
5557
5558 * windows.texi (Textual Scrolling, Resizing Windows):
5559 * variables.texi (Constant Variables):
5560 * text.texi (Buffer Contents, Deletion, Changing Properties)
5561 (Property Search, Special Properties, Sticky Properties)
5562 (Links and Mouse-1, Fields, Change Hooks):
5563 * syntax.texi (Syntax Table Functions, Parsing Expressions)
5564 (Categories):
5565 * symbols.texi (Other Plists):
5566 * streams.texi (Output Variables):
5567 * processes.texi (Input to Processes, Query Before Exit):
5568 * positions.texi (Word Motion, Text Lines, List Motion):
5569 * os.texi (Init File, System Environment, Sound Output)
5570 (Session Management):
5571 * nonascii.texi (Text Representations, Character Sets)
5572 (Chars and Bytes, Locales):
5573 * modes.texi (Defining Minor Modes, Header Lines):
5574 * minibuf.texi (Minibuffer Contents):
5575 * markers.texi (Information from Markers):
5576 * lists.texi (List Elements, Building Lists, Association Lists):
5577 * keymaps.texi (Tool Bar):
5578 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
5579 * functions.texi (What Is a Function, Mapping Functions):
5580 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
5581 (Color Names, Text Terminal Colors, Display Feature Testing):
5582 * files.texi (Visiting Functions, File Name Components)
5583 (Unique File Names, Contents of Directories):
5584 * display.texi (Forcing Redisplay, Displaying Messages)
5585 (Temporary Displays, Font Selection, Auto Faces)
5586 (Font Lookup, Fringe Indicators, Display Margins)
5587 (Image Descriptors, Showing Images, Image Cache, Button Types)
5588 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
5589 (Display Table Format, Glyphs):
5590 * control.texi (Iteration):
5591 * commands.texi (Command Loop Info, Adjusting Point):
5592 * backups.texi (Making Backups, Auto-Saving):
5593 Remove @tindex entries.
5594
55952006-07-07 Kim F. Storm <storm@cua.dk>
5596
5597 * display.texi (Fringe Cursors): Fix typo.
5598 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
5599 (Overlay Arrow): Default is overlay-arrow fringe indicator.
5600
56012006-07-05 Richard Stallman <rms@gnu.org>
5602
5603 * text.texi (Buffer Contents): Add example of text props
5604 in result of buffer-substring.
5605 (Text Properties): Explain better about use of specific property names.
5606 (Property Search): Some cleanups; reorder some functions.
5607
5608 * keymaps.texi (Changing Key Bindings): Cleanup.
5609 Add xref to Key Binding Conventions.
5610
5611 * display.texi (Attribute Functions): Add examples for
5612 face-attribute-relative-p.
5613
5614 * tips.texi (Coding Conventions): Cleanup last change.
5615
56162006-07-05 Karl Berry <karl@gnu.org>
5617
5618 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
5619 Remove @setchapternewpage odd.
5620 Result is 1013 pages, down from 1100.
5621
5622 * anti.texi, customize.texi, display.texi, internals.texi:
5623 * minibuf.texi, modes.texi, tips.texi:
5624 Fix overfull/underfull boxes.
5625
56262006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
5627
5628 * edebug.texi (Instrumenting):
5629 Add Edebug-specific findex for eval-buffer.
5630 * loading.texi (Loading):
5631 Replace eval-current-buffer with eval-buffer.
5632
56332006-06-30 Nick Roberts <nickrob@snap.net.nz>
5634
5635 * locals.texi (Standard Buffer-Local Variables): Update the list
5636 of variables.
5637
56382006-06-26 Nick Roberts <nickrob@snap.net.nz>
5639
5640 * files.texi (File Name Completion): Point user to the node
5641 "Reading File Names".
5642
56432006-06-24 Eli Zaretskii <eliz@gnu.org>
5644
5645 * files.texi (Contents of Directories): Document case-insensitive
5646 behavior on respective filesystems.
5647
5648 * objects.texi (Character Type): Document that Emacs signals an
5649 error for unsupported Unicode characters specified as \uNNNN.
5650
56512006-06-19 Richard Stallman <rms@gnu.org>
5652
5653 * processes.texi (Bindat Spec): Clarify previous change.
5654
56552006-06-16 Richard Stallman <rms@gnu.org>
5656
5657 * tips.texi (Coding Conventions): Better explain conventions
5658 for definition constructs.
5659
5660 * text.texi (Special Properties): String value of `read-only'
5661 serves as the error message.
5662
5663 * objects.texi (Character Type): Clarify prev. change.
5664 (Non-ASCII in Strings): Mention \u and \U.
5665
5666 * commands.texi (Using Interactive): Explain problem of
5667 markers, etc., in command-history.
5668
56692006-06-14 Kim F. Storm <storm@cua.dk>
5670
5671 * commands.texi (Waiting): Negative arg to sit-for forces
5672 redisplay even if input is pending.
5673
5674 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
5675 redisplay. Remove incorrect example of binding redisplay-dont-pause
5676 around (sit-for 0).
5677
56782006-06-13 Richard Stallman <rms@gnu.org>
5679
5680 * display.texi (Forcing Redisplay): Clarify previous change.
5681
56822006-06-13 Romain Francoise <romain@orebokech.com>
5683
5684 * display.texi (Forcing Redisplay): Fix typo.
5685
56862006-06-13 Kim F. Storm <storm@cua.dk>
5687
5688 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
5689
56902006-06-10 Luc Teirlinck <teirllm@auburn.edu>
5691
5692 * tips.texi (Coding Conventions): Add `@end itemize'.
5693
56942006-06-10 Richard Stallman <rms@gnu.org>
5695
5696 * tips.texi (Coding Conventions): Explain use of coding systems
5697 to ensure one decoding for strings.
5698
56992006-06-09 Aidan Kehoe <kehoea@parhasard.net>
5700
5701 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
5702 syntax.
5703
57042006-06-07 Eli Zaretskii <eliz@gnu.org>
5705
5706 * display.texi (Font Selection): Remove description of
5707 clear-face-cache.
5708
5709 * compile.texi (Eval During Compile): Fix a typo. Add index
5710 entries for possible uses of eval-when-compile.
5711
57122006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
5713
5714 * display.texi (Abstract Display): Fix typo.
5715
57162006-06-03 Eli Zaretskii <eliz@gnu.org>
5717
5718 * minibuf.texi (Minibuffer History) <history-add-new-input>:
5719 Reword variable's description.
5720
57212006-06-01 Richard Stallman <rms@gnu.org>
5722
5723 * windows.texi (Splitting Windows): Clarify splitting nonselected
5724 window.
5725
57262006-05-31 Juri Linkov <juri@jurta.org>
5727
5728 * minibuf.texi (Minibuffer History): Add history-add-new-input.
5729
57302006-05-30 Richard Stallman <rms@gnu.org>
5731
5732 * display.texi (Line Height): Fix errors in description of
10d1d0af 5733 default line height and line-height property.
b8d4c8d0
GM
5734
5735 * nonascii.texi (Default Coding Systems): Further clarification.
5736
57372006-05-29 Luc Teirlinck <teirllm@auburn.edu>
5738
5739 * internals.texi (Pure Storage): Mention that an overflow in pure
5740 space causes a memory leak.
5741 (Garbage Collection): If there was an overflow in pure space,
5742 `garbage-collect' returns nil.
5743
57442006-05-30 Eli Zaretskii <eliz@gnu.org>
5745
5746 * nonascii.texi (Default Coding Systems): Fix it some more.
5747
57482006-05-29 Eli Zaretskii <eliz@gnu.org>
5749
5750 * nonascii.texi (Default Coding Systems): Fix last change.
5751
57522006-05-29 Kenichi Handa <handa@m17n.org>
5753
5754 * nonascii.texi (find-operation-coding-system): Describe the new
5755 argument format (FILENAME . BUFFER).
5756
57572006-05-28 Richard Stallman <rms@gnu.org>
5758
5759 * tips.texi (Coding Conventions): Better explain reasons not to
5760 advise other packages or use `eval-after-load'.
5761
57622006-05-29 Kim F. Storm <storm@cua.dk>
5763
5764 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
5765 `bindat-idx' and `bindat-raw' for clarity.
5766
57672006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
5768
5769 * processes.texi (Bindat Spec): Expand on `repeat' handler.
5770
5771 * display.texi (Display): Add "Abstract Display" to menu.
5772 (Abstract Display, Abstract Display Functions)
5773 (Abstract Display Example): New nodes.
5774 * elisp.texi (Top): Add "Abstract Display" to menu.
5775
57762006-05-27 Chong Yidong <cyd@stupidchicken.com>
5777
5778 * keymaps.texi (Key Sequences): Link to input events definition.
5779 (Format of Keymaps): Delete material duplicated in Keymap Basics.
5780
5781 * files.texi (Changing Files): Document updated argument list for
5782 copy-file.
5783
57842006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
5785
5786 * processes.texi (Bindat Functions): Explain term "total length".
5787 Use it in bindat-length and bindat-pack descriptions.
5788
57892006-05-26 Eli Zaretskii <eliz@gnu.org>
5790
5791 * tips.texi (Coding Conventions): Advise against using
5792 eval-after-load in packages. Add an index entry.
5793
57942006-05-25 Juri Linkov <juri@jurta.org>
5795
5796 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
5797
5798 * modes.texi (%-Constructs): Add %e, %z, %Z.
5799
58002006-05-25 Richard Stallman <rms@gnu.org>
5801
5802 * elisp.texi (Top): Update subnode menu.
5803
5804 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
5805 (Keymaps): Update menu.
5806
58072006-05-25 Chong Yidong <cyd@stupidchicken.com>
5808
5809 * keymaps.texi (Key Sequences): Some clarifications.
5810
58112006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
5812
5813 * processes.texi (Bindat Functions): Say "unibyte string"
5814 explicitly for bindat-unpack and bindat-pack descriptions.
5815 (Bindat Examples): Don't call `string-make-unibyte' in example.
5816
58172006-05-25 Chong Yidong <cyd@stupidchicken.com>
5818
5dcb4c4e 5819 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
c5602427 5820 Explain string and vector representations of key sequences.
b8d4c8d0
GM
5821
5822 * keymaps.texi (Changing Key Bindings):
dd7b651b 5823 * commands.texi (Interactive Codes):
b8d4c8d0
GM
5824 * help.texi (Describing Characters): Refer to it.
5825
58262006-05-23 Luc Teirlinck <teirllm@auburn.edu>
5827
5828 * frames.texi (Pointer Shape): @end table -> @end defvar.
5829
58302006-05-22 Richard Stallman <rms@gnu.org>
5831
5832 * elisp.texi (Top): Update subnode menus.
5833
5834 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
5835 Contents rewritten; material from old Pointer Shape node moved here.
5836
5837 * display.texi (Pointer Shape): Node deleted.
5838 (Image Descriptors): Minor cleanup.
5839
58402006-05-21 Richard Stallman <rms@gnu.org>
5841
5842 * syntax.texi (Parsing Expressions): Update info on which STATE
5843 elements are ignored.
5844
58452006-05-19 Luc Teirlinck <teirllm@auburn.edu>
5846
5847 * hooks.texi (Standard Hooks): Correct typo.
5848
5849 * gpl.texi (GPL): ifinfo -> ifnottex.
5850
58512006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
5852
5853 * searching.texi (Simple Match Data): Warn about match data being
5854 set anew by every search.
5855
58562006-05-17 Richard Stallman <rms@gnu.org>
5857
5858 * minibuf.texi (Minibuffer History): Clarify.
5859
5860 * searching.texi (Regexp Special): Clarify nested regexp warning.
5861
58622006-05-16 Kim F. Storm <storm@cua.dk>
5863
5864 * minibuf.texi (Minibuffer History): Update add-to-history.
5865
58662006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
5867
5dcb4c4e
SM
5868 * nonascii.texi (Explicit Encoding):
5869 Fix typo (encoding<->decoding).
b8d4c8d0
GM
5870
58712006-05-14 Richard Stallman <rms@gnu.org>
5872
5873 * buffers.texi (Creating Buffers): Cleanup.
5874
5875 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
5876
58772006-05-13 Eli Zaretskii <eliz@gnu.org>
5878
5879 * buffers.texi (Current Buffer): Document that with-temp-buffer
5880 disables undo.
5881
5882 * os.texi (Terminal-Specific): More accurate description of how
5883 Emacs searches for the terminal-specific libraries.
5884
58852006-05-12 Eli Zaretskii <eliz@gnu.org>
5886
5887 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
5888 emacs-xtra to @inforef's.
5889
5890 * text.texi (Undo): Document that undo is turned off in buffers
5891 whose names begin with a space.
5892
5893 * buffers.texi (Buffer Names): Add index entries for buffers whose
5894 names begin with a space.
5895 (Creating Buffers): Document that undo is turned off in buffers
5896 whose names begin with a space.
5897
5898 * files.texi (Visiting Functions, Reading from Files)
5899 (Saving Buffers): Mention code and EOL conversions by file I/O
5900 primitives and subroutines.
5901
f4e90db0
SM
5902 * nonascii.texi (Lisp and Coding Systems):
5903 Document coding-system-eol-type. Add index entries for eol conversion.
b8d4c8d0
GM
5904
5905 * display.texi (Defining Faces): Mention `mac', and add an xref to
5906 where window-system is described.
5907
59082006-05-10 Richard Stallman <rms@gnu.org>
5909
5910 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
5911
59122006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
5913
5914 * variables.texi (File Local Variables): Recommend to quote lambda
5915 expressions in safe-local-variable property.
5916
59172006-05-09 Richard Stallman <rms@gnu.org>
5918
5dcb4c4e
SM
5919 * variables.texi (File Local Variables):
5920 Document safe-local-eval-forms and safe-local-eval-function.
b8d4c8d0
GM
5921
59222006-05-07 Kim F. Storm <storm@cua.dk>
5923
5924 * minibuf.texi (Minibuffer History): Remove keep-dups arg
5925 from add-to-history.
5926
59272006-05-07 Romain Francoise <romain@orebokech.com>
5928
5929 * commands.texi (Event Input Misc):
5930 * compile.texi (Eval During Compile):
5931 * internals.texi (Buffer Internals):
5932 * minibuf.texi (Initial Input):
5933 * nonascii.texi (Scanning Charsets):
5934 * numbers.texi (Comparison of Numbers):
5935 * windows.texi (Textual Scrolling, Vertical Scrolling):
5936 Fix various typos.
5937
59382006-05-06 Eli Zaretskii <eliz@gnu.org>
5939
5940 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
5941 conditional xref's to either emacs or emacs-xtra, depending on
5942 @iftex/@ifnottex.
5943
5944 * minibuf.texi (Minibuffer History): Document add-to-history.
5945
59462006-05-05 Eli Zaretskii <eliz@gnu.org>
5947
5948 * internals.texi (Pure Storage): Mention the pure overflow message
5949 at startup.
5950
c8763fb6 59512006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
5952
5953 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
5954 (Searching Keymaps): Fix pseudo-Lisp description of keymap
5955 search.
5956
59572006-05-01 Richard Stallman <rms@gnu.org>
5958
5959 * intro.texi (nil and t): Clarify.
5960
5961 * variables.texi (File Local Variables): Suggest using booleanp.
5962
59632006-05-01 Juanma Barranquero <lekktu@gmail.com>
5964
5965 * objects.texi (Type Predicates): Fix typos.
5966
59672006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
5968
5969 * intro.texi (nil and t): Add booleanp.
5970
5971 * objects.texi (Type Predicates): Add links for booleanp and
5972 string-or-null-p.
5973
59742006-04-29 Richard Stallman <rms@gnu.org>
5975
5976 * modes.texi (Multiline Font Lock): Rename from
5977 Multi line Font Lock Elements. Much clarification.
5978 (Font Lock Multiline, Region to Fontify): Much clarification.
5979
59802006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
5981
5982 * variables.texi (File Local Variables): Remove the special case t for
5983 safe-local-variable.
5984
59852006-04-26 Richard Stallman <rms@gnu.org>
5986
5987 * syntax.texi (Parsing Expressions): Minor cleanup.
5988
59892006-04-18 Richard Stallman <rms@gnu.org>
5990
5991 * tips.texi (Coding Conventions): Explain when the package's
5992 prefix should appear later on (not at the start of the name).
5993
5994 * searching.texi (String Search): Clarify effect of NOERROR.
5995
5996 * modes.texi (Imenu): Clarify what special items do.
5997
5998 * hooks.texi (Standard Hooks): Delete text about old hook names.
5999
60002006-04-17 Romain Francoise <romain@orebokech.com>
6001
6002 * variables.texi (Local Variables): Update the default value of
6003 `max-specpdl-size'.
6004
60052006-04-15 Michael Olson <mwolson@gnu.org>
6006
6007 * processes.texi (Transaction Queues): Mention the new optional
6008 `delay-question' argument for `tq-enqueue'.
6009
60102006-04-13 Bill Wohler <wohler@newt.com>
6011
6012 * customize.texi (Common Keywords): Use dotted notation for
6013 :package-version value. Specify its values. Improve documentation
6014 for customize-package-emacs-version-alist.
6015
60162006-04-12 Bill Wohler <wohler@newt.com>
6017
6018 * customize.texi (Common Keywords): Move description of
6019 customize-package-emacs-version-alist to @defvar.
6020
60212006-04-10 Bill Wohler <wohler@newt.com>
6022
6023 * customize.texi (Common Keywords): Add :package-version.
6024
60252006-04-10 Kim F. Storm <storm@cua.dk>
6026
6027 * text.texi (Buffer Contents): Add NOPROPS arg to
6028 filter-buffer-substring.
6029
60302006-04-08 Kevin Ryde <user42@zip.com.au>
6031
6032 * os.texi (Command-Line Arguments): Update xref to emacs manual
6033 "Command Arguments" -> "Emacs Invocation", per change there.
6034
60352006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
6036
6037 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
6038 be on one line to help makeinfo not render two spaces after the dot.
6039
60402006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
6041
6042 * strings.texi (Predicates for Strings): Add string-or-null-p.
6043
60442006-03-28 Kim F. Storm <storm@cua.dk>
6045
6046 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
6047 remarks about systems that don't support fractional seconds.
6048
60492006-03-25 Karl Berry <karl@gnu.org>
6050
6051 * elisp.texi: Use @copyright{} instead of (C), and do not indent
6052 the year list.
6053
60542006-03-21 Nick Roberts <nickrob@snap.net.nz>
6055
6056 * display.texi (Fringe Indicators): Fix typos.
6057
60582006-03-19 Luc Teirlinck <teirllm@auburn.edu>
6059
6060 * tips.texi (Documentation Tips): One can now also write `program'
6061 in front of a quoted symbol in a docstring to prevent making a
6062 hyperlink.
6063
60642006-03-19 Alan Mackenzie <acm@muc.de>
6065
6066 * text.texi (Special Properties): Clarify `fontified' property.
6067
60682006-03-16 Richard Stallman <rms@gnu.org>
6069
6070 * display.texi (Defining Images): Minor cleanup.
6071
60722006-03-16 Bill Wohler <wohler@newt.com>
6073
6074 * display.texi (Defining Images): In image-load-path-for-library,
6075 prefer user's images.
6076
60772006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
6078
6079 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
6080
60812006-03-15 Bill Wohler <wohler@newt.com>
6082
6083 * display.texi (Defining Images): Fix example in
6084 image-load-path-for-library by not recommending that one binds
6085 image-load-path. Just defvar it to placate compiler and only use
6086 it if previously defined.
6087
60882006-03-14 Bill Wohler <wohler@newt.com>
6089
6090 * display.texi (Defining Images): In image-load-path-for-library,
6091 always return list of directories. Update example.
6092
60932006-03-14 Alan Mackenzie <acm@muc.de>
6094
6095 * modes.texi: New node, "Region to Fontify" (for Font Lock).
6096 This describes font-lock-extend-region-function.
6097 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
6098 the new node "Region to Fontify".
6099
61002006-03-13 Richard Stallman <rms@gnu.org>
6101
6102 * display.texi (Invisible Text): The impossible position is
6103 now before the invisible text, not after.
6104 (Defining Images): Clean up last change.
6105
61062006-03-11 Bill Wohler <wohler@newt.com>
6107
6108 * display.texi (Defining Images): Add image-load-path-for-library.
6109
61102006-03-11 Luc Teirlinck <teirllm@auburn.edu>
6111
6112 * text.texi (Adaptive Fill): Fix Texinfo usage.
6113
6114 * strings.texi (Creating Strings): Fix Texinfo usage.
6115
6116 * searching.texi (Regexp Special): Use @samp for regular
6117 expressions that are not in Lisp syntax.
6118
61192006-03-08 Luc Teirlinck <teirllm@auburn.edu>
6120
6121 * searching.texi (Regexp Special): Put remark between parentheses
6122 to avoid misreading.
6123
61242006-03-07 Luc Teirlinck <teirllm@auburn.edu>
6125
6126 * searching.texi (Syntax of Regexps): More accurately describe
6127 which characters are special in which situations.
6128 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
6129 are not special. Describe in detail when `[' and `]' are special.
6130 (Regexp Backslash): Plenty of regexps with unbalanced square
6131 brackets are valid, so reword that statement.
6132
61332006-03-02 Kim F. Storm <storm@cua.dk>
6134
6135 * keymaps.texi (Tool Bar): Add tool-bar-border.
6136
61372006-02-28 Luc Teirlinck <teirllm@auburn.edu>
6138
6139 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
6140
61412006-02-27 Luc Teirlinck <teirllm@auburn.edu>
6142
6143 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
6144
6145 * files.texi (Locating Files): Suggest additional values for the
6146 SUFFIXES arg of `locate-file'. Update pxref.
6147
6148 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
6149 (How Programs Do Loading): Discuss the effects of Auto Compression
6150 mode on `load'.
6151 (Load Suffixes): New node.
6152 (Library Search): Delete description of `load-suffixes'; it was
6153 moved to "Load Suffixes".
6154 (Autoload, Named Features): Mention `load-suffixes'.
6155
61562006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
6157
6158 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
6159
6160 * windows.texi (Window Tree): Fix typo.
6161
61622006-02-20 Kim F. Storm <storm@cua.dk>
6163
6164 * display.texi (Fringe Indicators): New section.
6165 Move indicate-empty-lines, indicate-buffer-boundaries, and
6166 default-indicate-buffer-boundaries here.
6167 Add fringe-indicator-alist and default-fringes-indicator-alist.
6168 Add list of logical fringe indicator symbols.
6169 Update list of standard bitmap names.
6170 (Fringe Cursors): New section.
6171 Move overflow-newline-into-fringe here.
6172 Add fringe-cursor-alist and default-fringes-cursor-alist.
6173 Add list of fringe cursor symbols.
6174
61752006-02-20 Juanma Barranquero <lekktu@gmail.com>
6176
6177 * commands.texi (Using Interactive): Fix reference to node
6178 "Minibuffers".
6179
61802006-02-19 Richard M. Stallman <rms@gnu.org>
6181
6182 * minibuf.texi (High-Level Completion):
6183 Add xref to read-input-method-name.
6184
6185 * files.texi (Relative File Names): Move file-relative-name here.
6186 (File Name Expansion): From here. Minor clarifications.
6187
6188 * commands.texi (Using Interactive): Add xrefs about reading input.
6189 Clarify remarks about that moving point and mark.
6190 Put string case before list case.
6191
c8763fb6 61922006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
6193
6194 * display.texi (Other Display Specs, Image Descriptors):
6195 Revert erroneous changes. The previous description of
6196 image-descriptors as `(image . PROPS)' was correct.
6197
61982006-02-14 Richard M. Stallman <rms@gnu.org>
6199
6200 * variables.texi (File Local Variables): Clarifications.
6201
62022006-02-14 Juanma Barranquero <lekktu@gmail.com>
6203
6204 * variables.texi (File Local Variables): Use @code for a cons
6205 cell, not @var.
6206
62072006-02-13 Chong Yidong <cyd@stupidchicken.com>
6208
6209 * variables.texi (File Local Variables): Document new file local
6210 variable behavior.
6211
62122006-02-10 Kim F. Storm <storm@cua.dk>
6213
6214 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
6215
62162006-02-08 Juanma Barranquero <lekktu@gmail.com>
6217
6218 * modes.texi (%-Constructs): Remove obsolete info about
6219 `global-mode-string'.
6220
62212006-02-07 Richard M. Stallman <rms@gnu.org>
6222
6223 * commands.texi (Prefix Command Arguments): Minor cleanup.
6224
6225 * display.texi: "Graphical display", not window system.
6226
6227 * functions.texi (What Is a Function): Fix xref.
6228
6229 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
6230 (Changing Key Bindings): Clarify when remapping is better than
6231 substitute-key-definition.
6232
62332006-02-02 Richard M. Stallman <rms@gnu.org>
6234
6235 * minibuf.texi (Basic Completion): Completion alists are risky.
6236
6237 * keymaps.texi (Active Keymaps): Clarifications.
6238 (Searching Keymaps): New node.
6239 (Keymaps): Update menu.
6240
6241 * frames.texi (Layout Parameters): Minor clarification.
6242 (Drag and Drop): New node.
6243 (Frames): Update menu.
6244
62452006-01-29 Chong Yidong <cyd@stupidchicken.com>
6246
6247 * display.texi (Other Display Specs, Image Descriptors):
6248 Image description is a list, not a cons cell.
6249
62502006-01-28 Luc Teirlinck <teirllm@auburn.edu>
6251
6252 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
6253 list is not necessarily a list).
6254
62552006-01-27 Eli Zaretskii <eliz@gnu.org>
6256
6257 * frames.texi (Layout Parameters): border-width and
6258 internal-border-width belong to the frame, not the window.
6259
62602006-01-19 Richard M. Stallman <rms@gnu.org>
6261
6262 * nonascii.texi (Translation of Characters): Search cmds use
6263 translation-table-for-input. Automatically made local.
6264
6265 * markers.texi (Overview of Markers): Count insertion type
6266 as one of a marker's attributes.
6267
6268 * keymaps.texi (Controlling Active Maps): New node, split out of
6269 Active Keymaps.
6270 (Keymaps): Menu updated.
6271 (Active Keymaps): Give pseudocode to explain how the active
6272 maps are searched. current-active-maps and key-binding moved here.
6273 (Functions for Key Lookup): current-active-maps and key-binding moved.
6274 Clarifications.
6275 (Searching the Keymaps): New subnode.
6276
6277 * elisp.texi (Top): Menu clarification.
6278
6279 * display.texi (Other Display Specs): Delete duplicate entry for
6280 just a string as display spec. Move text about recursive display
6281 specs on such a string.
6282
6283 * commands.texi (Key Sequence Input): Clarify.
6284 Move num-nonmacro-input-events out.
6285 (Reading One Event): num-nonmacro-input-events moved here.
6286
62872006-01-14 Nick Roberts <nickrob@snap.net.nz>
6288
6289 * advice.texi (Simple Advice): Update example to fit argument
6290 change in previous-line.
6291
62922006-01-05 Richard M. Stallman <rms@gnu.org>
6293
6294 * markers.texi (The Mark): Fix in `mark'.
6295
62962006-01-04 Richard M. Stallman <rms@gnu.org>
6297
6298 * processes.texi (Misc Network, Make Network): Minor cleanups.
6299
63002006-01-04 Kim F. Storm <storm@cua.dk>
6301
6302 * processes.texi (Make Network): Add IPv6 addresses and handling.
6303 (Network Feature Testing): Mention (:family ipv6).
6304 (Misc Network): Add IPv6 formats to format-network-address.
6305
63062005-12-30 Richard M. Stallman <rms@gnu.org>
6307
6308 * text.texi (Changing Properties):
6309 Don't use return value of set-text-properties.
6310
63112005-12-29 Luc Teirlinck <teirllm@auburn.edu>
6312
6313 * modes.texi (Mode Line Format): Correct typo in menu.
6314
63152005-12-29 Richard M. Stallman <rms@gnu.org>
6316
6317 * modes.texi (Mode Line Top): New node.
6318 (Mode Line Data): Some text moved to new node.
6319 Explain the data structure more concretely.
6320 (Mode Line Basics): Clarifications.
6321 (Mode Line Variables): Clarify intro paragraph.
6322 (%-Constructs): Clarify intro paragraph.
6323 (Mode Line Format): Update menu.
6324
63252005-12-28 Luc Teirlinck <teirllm@auburn.edu>
6326
6327 * minibuf.texi (Basic Completion): Update lazy-completion-table
6328 examples for removal of ARGS argument.
6329
63302005-12-23 Richard M. Stallman <rms@gnu.org>
6331
6332 * text.texi (Undo): Restore some explanation from the version
6333 that was deleted.
6334
63352005-12-23 Eli Zaretskii <eliz@gnu.org>
6336
6337 * text.texi (Undo): Remove duplicate descriptions of `apply
6338 funname' and `apply delta' elements of the undo list.
6339
63402005-12-20 Richard M. Stallman <rms@gnu.org>
6341
6342 * help.texi (Help Functions): Update documentation of `apropos'.
6343
63442005-12-20 Luc Teirlinck <teirllm@auburn.edu>
6345
6346 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
6347 because it is confusing. If the :help-echo keyword is a function,
6348 it is not directly used as the :help-echo overlay property, as the
6349 xref seems to suggest (it does not take the appropriate args).
6350
63512005-12-19 Luc Teirlinck <teirllm@auburn.edu>
6352
6353 * customize.texi (Common Keywords): Fix Texinfo usage.
6354 (Group Definitions, Variable Definitions): Update for new
6355 conventions for using `*' in docstrings.
6356
6357 * tips.texi (Documentation Tips): Update for new conventions for
6358 using `*' in docstrings.
6359
63602005-12-16 Richard M. Stallman <rms@gnu.org>
6361
6362 * minibuf.texi (Minibuffer Contents): Minor cleanup.
6363
63642005-12-16 Juri Linkov <juri@jurta.org>
6365
6366 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
6367
63682005-12-14 Romain Francoise <romain@orebokech.com>
6369
6370 * modes.texi (Customizing Keywords): Rename `append' to `how'.
6371 Fix typo.
6372
63732005-12-11 Juri Linkov <juri@jurta.org>
6374
6375 * minibuf.texi (Completion Commands): Add mention of read-file-name
6376 for filename completion keymaps.
6377 (Reading File Names): Add mention of filename completion keymaps
6378 for read-file-name and xref to `Completion Commands'.
6379
63802005-12-10 Richard M. Stallman <rms@gnu.org>
6381
6382 * customize.texi (Common Keywords): State caveats for use of :tag.
6383
63842005-12-08 Richard M. Stallman <rms@gnu.org>
6385
6386 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
6387 with xrefs and better explanation.
6388 (Completion Commands): Add the filename completion maps.
6389
6390 * objects.texi (Character Type): Clarify that \s is not space
6391 if a dash follows.
6392
63932005-12-05 Richard M. Stallman <rms@gnu.org>
6394
6395 * windows.texi (Resizing Windows): Delete preserve-before args.
6396
63972005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
6398
6399 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
6400 in full keymaps, since the quirk has been fixed.
6401
64022005-12-03 Eli Zaretskii <eliz@gnu.org>
6403
5dcb4c4e
SM
6404 * hooks.texi (Standard Hooks): Add index entries.
6405 Mention `compilation-finish-functions'.
b8d4c8d0
GM
6406
64072005-11-27 Richard M. Stallman <rms@gnu.org>
6408
6409 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
6410
64112005-11-21 Juri Linkov <juri@jurta.org>
6412
6413 * customize.texi (Common Keywords): Update links types
6414 custom-manual and url-link. Add link types emacs-library-link,
6415 file-link, function-link, variable-link, custom-group-link.
6416
64172005-11-20 Chong Yidong <cyd@stupidchicken.com>
6418
6419 * display.texi: Revert 2005-11-20 change.
6420
64212005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
6422
6423 * processes.texi (Bindat Functions):
6424 Say "third" to refer to zero-based index "2".
6425
64262005-11-18 Luc Teirlinck <teirllm@auburn.edu>
6427
6428 * loading.texi (Library Search): Update the default value of
6429 `load-suffixes'.
6430
64312005-11-17 Chong Yidong <cyd@stupidchicken.com>
6432
6433 * display.texi (Attribute Functions): Mention :ignore-defface.
6434
64352005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6436
6437 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
6438 (Minor Mode Conventions): Mention the use of a hook.
6439
64402005-11-06 Richard M. Stallman <rms@gnu.org>
6441
6442 * files.texi (Magic File Names): find-file-name-handler checks the
6443 `operations' property of the handler.
6444
64452005-11-03 Richard M. Stallman <rms@gnu.org>
6446
6447 * variables.texi (Frame-Local Variables): Small clarification.
6448
64492005-10-29 Chong Yidong <cyd@stupidchicken.com>
6450
6451 * os.texi (Init File): Document ~/.emacs.d/init.el.
6452
64532005-10-29 Richard M. Stallman <rms@gnu.org>
6454
6455 * internals.texi (Garbage Collection): Document memory-full.
6456
64572005-10-28 Bill Wohler <wohler@newt.com>
6458
6459 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
6460 for URLs.
6461
64622005-10-28 Richard M. Stallman <rms@gnu.org>
6463
6464 * minibuf.texi (Completion Commands): Clean up prev change.
6465
64662005-10-26 Kevin Ryde <user42@zip.com.au>
6467
6468 * compile.texi (Eval During Compile): Explain recommended uses
6469 of eval-when-compile and eval-and-compile.
6470
64712005-10-27 Masatake YAMATO <jet@gyve.org>
6472
6473 * minibuf.texi (Completion Commands):
6474 Write about new optional argument for `display-completion-list'.
6475
64762005-10-23 Richard M. Stallman <rms@gnu.org>
6477
6478 * display.texi (Overlay Arrow): Clarify about local bindings of
6479 overlay-arrow-position.
6480
64812005-10-22 Eli Zaretskii <eliz@gnu.org>
6482
6483 * internals.texi (Building Emacs): Fix last change.
6484
64852005-10-22 Richard M. Stallman <rms@gnu.org>
6486
6487 * internals.texi (Building Emacs): Document eval-at-startup.
6488
64892005-10-21 Richard M. Stallman <rms@gnu.org>
6490
6491 * loading.texi (Where Defined): load-history contains abs file names.
6492 symbol-file returns abs file names.
6493
64942005-10-19 Kim F. Storm <storm@cua.dk>
6495
6496 * display.texi (Showing Images): Add max-image-size integer value.
6497
64982005-10-18 Chong Yidong <cyd@stupidchicken.com>
6499
6500 * display.texi (Showing Images): Document max-image-size.
6501
65022005-10-17 Richard M. Stallman <rms@gnu.org>
6503
6504 * commands.texi (Quitting): Minor clarification.
6505
6506 * processes.texi (Sentinels): Clarify about output and quitting.
6507 (Filter Functions): Mention with-local-quit.
6508
65092005-10-17 Juri Linkov <juri@jurta.org>
6510
6511 * buffers.texi (Current Buffer):
6512 * commands.texi (Event Input Misc):
6513 * compile.texi (Eval During Compile, Compiler Errors):
6514 * customize.texi (Group Definitions):
6515 * display.texi (Progress, Defining Faces):
6516 * files.texi (Writing to Files):
6517 * modes.texi (Mode Hooks, Defining Minor Modes):
6518 * streams.texi (Output Functions):
6519 * syntax.texi (Syntax Table Functions):
6520 * text.texi (Change Hooks):
6521 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
6522
6523 * commands.texi (Quitting): Replace arg `forms' with `body' in
6524 `with-local-quit'.
6525
6526 * positions.texi (Excursions): Replace arg `forms' with `body' in
6527 `save-excursion'.
6528
65292005-10-08 Kim F. Storm <storm@cua.dk>
6530
6531 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
6532 Rename manual section accordingly.
6533
65342005-10-04 Kim F. Storm <storm@cua.dk>
6535
6536 * windows.texi (Window Split Tree): New section describing
6537 new function window-split-tree function.
6538
65392005-10-03 Nick Roberts <nickrob@snap.net.nz>
6540
6541 * display.texi (Fringe Size/Pos): Simplify and add detail.
6542
65432005-09-30 Romain Francoise <romain@orebokech.com>
6544
6545 * minibuf.texi (High-Level Completion): Explain that the prompt
6546 given to `read-buffer' should end with a colon and a space.
6547 Update usage examples.
6548
65492005-09-29 Juri Linkov <juri@jurta.org>
6550
6551 * display.texi (Displaying Messages): Rename argument name
6552 `string' to `format-string' in functions `message', `message-box',
6553 `message-or-box'.
6554
65552005-09-26 Chong Yidong <cyd@stupidchicken.com>
6556
6557 * errors.texi (Standard Errors): Correct xrefs.
6558
65592005-09-18 Chong Yidong <cyd@stupidchicken.com>
6560
6561 * display.texi (Defining Images): Update documentation for
6562 `image-load-path'.
6563
65642005-09-17 Richard M. Stallman <rms@gnu.org>
6565
6566 * display.texi (Defining Images): Clean up previous change.
6567
65682005-09-16 Romain Francoise <romain@orebokech.com>
6569
6570 * elisp.texi: Specify GFDL version 1.2.
6571
6572 * doclicense.texi (GNU Free Documentation License): Update to
6573 version 1.2.
6574
65752005-09-15 Chong Yidong <cyd@stupidchicken.com>
6576
6577 * display.texi (Defining Images): Document `image-load-path'.
6578
65792005-09-15 Richard M. Stallman <rms@gnu.org>
6580
6581 * objects.texi (Printed Representation): Minor cleanup.
6582 (Box Diagrams): Minor fix.
6583 (Cons Cell Type): Move (...) index item here.
6584 (Box Diagrams): From here.
6585 (Array Type): Minor fix.
6586 (Type Predicates): Delete index "predicates".
6587 (Hash Table Type): Clarify xref.
6588 (Dotted Pair Notation): Minor fix.
6589
65902005-09-10 Chong Yidong <cyd@stupidchicken.com>
6591
6592 * files.texi (Saving Buffers): Fix typo.
6593
65942005-09-08 Richard M. Stallman <rms@gnu.org>
6595
6596 * tips.texi (Programming Tips): Correct the "default" prompt spec.
6597
65982005-09-08 Chong Yidong <cyd@stupidchicken.com>
6599
6600 * locals.texi (Standard Buffer-Local Variables): Don't include
6601 mode variables for minor modes.
6602 Fix xrefs for buffer-display-count, buffer-display-table,
6603 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
6604 enable-multibyte-characters, fill-column, header-line-format,
6605 left-fringe-width, left-margin, and right-fringe-width.
6606
6607 * hooks.texi (Standard Hooks): All hooks should conform to the
6608 standard naming convention now.
6609 Fix xref for `echo-area-clear-hook'.
6610
6611 * display.texi (Usual Display): Note that indicate-empty-lines and
6612 tab-width are buffer-local.
6613
6614 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
6615
6616 * modes.texi (Mode Help): Note that major-mode is buffer-local.
6617
6618 * nonascii.texi (Encoding and I/O): Note that
6619 buffer-file-coding-system is buffer-local.
6620
6621 * positions.texi (List Motion): Note that defun-prompt-regexp is
6622 buffer-local.
6623
6624 * text.texi (Auto Filling): Note that auto-fill-function is
6625 buffer-local.
6626 (Undo): Note that buffer-undo-list is buffer-local.
6627
5dcb4c4e
SM
6628 * windows.texi (Buffers and Windows):
6629 Document buffer-display-count.
b8d4c8d0
GM
6630
66312005-09-06 Richard M. Stallman <rms@gnu.org>
6632
6633 * tips.texi (Coding Conventions): Sometimes it is ok to put the
6634 package prefix elsewhere than at the start of the name.
6635
66362005-09-03 Richard M. Stallman <rms@gnu.org>
6637
6638 * tips.texi (Programming Tips): Add conventions for minibuffer
6639 questions and prompts.
6640
66412005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
6642
6643 * intro.texi (nil and t): Minor cleanup.
6644 Delete spurious mention of keyword symbols.
6645 (Evaluation Notation): Add index entry.
6646 (A Sample Function Description): Minor cleanup.
6647 (A Sample Variable Description): Not all vars can be set.
6648
66492005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
6650
6651 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
6652
6653 (Insertion): Document precise type of `insert-char' arg COUNT.
6654
66552005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
6656
6657 * modes.texi (Other Font Lock Variables): Sync the default of
6658 font-lock-lines-before.
6659
66602005-08-31 Michael Albinus <michael.albinus@gmx.de>
6661
6662 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
6663
66642005-08-29 Richard M. Stallman <rms@gnu.org>
6665
6666 * elisp.texi (Top): Update subnode menu.
6667
6668 * searching.texi (Searching and Matching): Move node.
6669 Rearrange contents and add overall explanation.
6670 (Searching and Case): Move node.
6671 (Searching and Matching): Update menu.
6672
66732005-08-27 Eli Zaretskii <eliz@gnu.org>
6674
6675 * os.texi (Startup Summary): Fix the description of the initial
6676 startup message display.
6677
66782005-08-25 Richard M. Stallman <rms@gnu.org>
6679
6680 * searching.texi (Search and Replace): Add replace-regexp-in-string.
6681
66822005-08-25 Emilio C. Lopes <eclig@gmx.net>
6683
6684 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
6685 `next-overlay-change' example.
6686
66872005-08-22 Juri Linkov <juri@jurta.org>
6688
6689 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
6690 Fix invert-face. Fix args of face-background.
6691
6692 * display.texi (Standard Faces): Delete node.
6693 (Faces): Add xref to `(emacs)Standard Faces'.
6694 (Displaying Faces): Fix xref to `Standard Faces'.
6695
6696 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
6697
66982005-08-20 Alan Mackenzie <acm@muc.de>
6699
6700 * buffers.texi (The Buffer List): Clarify the manipulation of the
6701 buffer list.
6702
67032005-08-14 Richard M. Stallman <rms@gnu.org>
6704
6705 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
6706 a regexp.
6707
67082005-08-11 Richard M. Stallman <rms@gnu.org>
6709
6710 * elisp.texi (Top): Update subnode lists.
6711
6712 * display.texi (Inverse Video): Node deleted.
6713
6714 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
6715 New nodes split out of Coding Conventions.
6716
6717 * searching.texi (Regular Expressions): Document re-builder.
6718
6719 * os.texi (Time Parsing): New node split out of Time Conversion.
6720
6721 * processes.texi (Misc Network, Network Feature Testing)
6722 (Network Options, Make Network): New nodes split out of
6723 Low-Level Network.
6724
67252005-08-09 Richard M. Stallman <rms@gnu.org>
6726
6727 * frames.texi (Geometry): New node, split from Size and Position.
6728 (Frame Parameters): Refer to Geometry.
6729
6730 * buffers.texi (The Buffer List): Fix xrefs.
6731
6732 * windows.texi (Splitting Windows): Fix xref.
6733
6734 * frames.texi (Layout Parameters): Add xref.
6735
6736 * display.texi (Line Height, Scroll Bars): Fix xrefs.
6737
6738 * keymaps.texi (Menu Bar): Fix xref.
6739
6740 * locals.texi (Standard Buffer-Local Variables): Fix xref.
6741
6742 * modes.texi (%-Constructs): Fix xref.
6743
6744 * frames.texi (Window Frame Parameters): Node split up.
6745 (Basic Parameters, Position Parameters, Size Parameters)
6746 (Layout Parameters, Buffer Parameters, Management Parameters)
6747 (Cursor Parameters, Color Parameters): New subnodes.
6748
67492005-08-09 Luc Teirlinck <teirllm@auburn.edu>
6750
6751 * positions.texi (Screen Lines): Update xref for previous change
6752 in minibuf.texi.
6753
6754 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
6755 change in minibuf.texi.
6756
67572005-08-09 Richard M. Stallman <rms@gnu.org>
6758
6759 * tips.texi (Coding Conventions): Minor cleanup.
6760
6761 * modes.texi (Defining Minor Modes): Explain when init-value
6762 can be non-nil.
6763
6764 * elisp.texi (Top): Update submenu for Minibuffer.
6765
6766 * minibuf.texi (Minibuffer Misc): Node split up.
6767 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
6768 (Recursive Mini): New nodes split out from Minibuffer Misc.
6769 (Minibuffer Misc): Document max-mini-window-height.
6770
6771 * hash.texi (Defining Hash): Delete stray paren in example.
6772
6773 * display.texi (Echo Area Customization): Don't define
6774 max-mini-window-height here; xref instead.
6775
6776 * commands.texi (Event Input Misc): Update while-no-input.
6777
6778 * advice.texi (Advising Functions): Explain when to use advice
6779 and when to use a hook.
6780
67812005-07-30 Eli Zaretskii <eliz@gnu.org>
6782
6783 * makefile.w32-in (info): Don't run install-info.
6784 ($(infodir)/dir): New target, produced by running install-info.
6785
67862005-07-27 Luc Teirlinck <teirllm@auburn.edu>
6787
6788 * modes.texi (Defining Minor Modes): The keyword for the initial
6789 value is :init-value, not :initial-value.
6790
67912005-07-23 Eli Zaretskii <eliz@gnu.org>
6792
6793 * loading.texi (Autoload): Make the `doctor' example be consistent
6794 with what's in current loaddefs.el. Describe the "fn" magic in
6795 the usage portion of the doc string.
6796
67972005-07-22 Richard M. Stallman <rms@gnu.org>
6798
6799 * internals.texi (Garbage Collection): Clarify previous change.
6800
68012005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
6802
6803 * internals.texi (Garbage Collection): Add gc-cons-percentage.
6804
68052005-07-18 Juri Linkov <juri@jurta.org>
6806
6807 * commands.texi (Accessing Events):
6808 * frames.texi (Text Terminal Colors, Resources):
6809 * markers.texi (The Mark):
6810 * modes.texi (Defining Minor Modes):
6811 Delete duplicate duplicate words.
6812
68132005-07-16 Richard M. Stallman <rms@gnu.org>
6814
6815 * display.texi (Managing Overlays): Clarify make-overlay
6816 args for insertion types.
6817
68182005-07-13 Luc Teirlinck <teirllm@auburn.edu>
6819
6820 * customize.texi (Variable Definitions):
6821 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
6822 `standard-value' is a list too.
6823 (Defining New Types): Use @key{RET} instead of @key{ret}.
6824
68252005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
6826
6827 * os.texi (Translating Input): Fix typo.
6828
68292005-07-08 Richard M. Stallman <rms@gnu.org>
6830
6831 * README: Update edition number and size estimate.
6832
6833 * elisp.texi (VERSION): Set to 2.9.
6834
68352005-07-07 Richard M. Stallman <rms@gnu.org>
6836
6837 * book-spine.texinfo: Update Emacs version.
6838
6839 * display.texi (Inverse Video): Delete mode-line-inverse-video.
6840
68412005-07-06 Richard M. Stallman <rms@gnu.org>
6842
6843 * searching.texi (Regexp Search): Clarify what re-search-forward
6844 does when the search fails.
6845
68462005-07-05 Lute Kamstra <lute@gnu.org>
6847
6848 * Update FSF's address in GPL notices.
6849
6850 * doclicense.texi (GNU Free Documentation License):
6851 * gpl.texi (GPL):
6852 * tips.texi (Coding Conventions, Library Headers):
6853 * vol1.texi:
6854 * vol2.texi: Update FSF's address.
6855
68562005-07-04 Richard M. Stallman <rms@gnu.org>
6857
6858 * hooks.texi (Standard Hooks): Add occur-hook.
6859
68602005-07-03 Luc Teirlinck <teirllm@auburn.edu>
6861
6862 * display.texi (The Echo Area): Correct menu.
6863
68642005-07-03 Richard M. Stallman <rms@gnu.org>
6865
6866 * elisp.texi (Top): Update subnode menu for Display.
6867
6868 * display.texi (Displaying Messages): New node, with most
6869 of what was in The Echo Area.
5dcb4c4e 6870 (Progress): Move under The Echo Area.
b8d4c8d0
GM
6871 (Logging Messages): New node with new text.
6872 (Echo Area Customization): New node, the rest of what was
6873 in The Echo Area. Document message-truncate-lines with @defvar.
6874 (Display): Update menu.
6875
6876 * windows.texi (Textual Scrolling): Doc 3 values for
6877 scroll-preserve-screen-position.
6878
6879 * text.texi (Special Properties): Change hook functions
6880 should bind inhibit-modification-hooks around altering buffer text.
6881
6882 * keymaps.texi (Key Binding Commands): Call binding BINDING
6883 rather than DEFINITION.
6884
68852005-06-29 Juanma Barranquero <lekktu@gmail.com>
6886
6887 * variables.texi (Defining Variables): `user-variable-p' returns t
6888 for aliases of user options, nil for alias loops.
6889
68902005-06-28 Richard M. Stallman <rms@gnu.org>
6891
6892 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
6893 make-keymap.
6894
68952005-06-27 Luc Teirlinck <teirllm@auburn.edu>
6896
6897 * variables.texi (Setting Variables): Correct and clarify
6898 description of `add-to-ordered-list'.
6899
69002005-06-26 Richard M. Stallman <rms@gnu.org>
6901
6902 * display.texi (Faces): Minor cleanup.
6903
69042005-06-25 Luc Teirlinck <teirllm@auburn.edu>
6905
6906 * display.texi (Faces): `facep' returns t for strings that are
6907 face names.
6908
69092005-06-25 Richard M. Stallman <rms@gnu.org>
6910
6911 * objects.texi (Equality Predicates): Clarify meaning of equal.
6912
6913 * windows.texi (Selecting Windows): save-selected-window
6914 and with-selected-window save and restore the current buffer.
6915
69162005-06-24 Richard M. Stallman <rms@gnu.org>
6917
6918 * numbers.texi (Float Basics): Explain how to test for NaN,
6919 and printing the sign of NaNs.
6920
69212005-06-24 Eli Zaretskii <eliz@gnu.org>
6922
6923 * makefile.w32-in (MAKEINFO): Use --force.
6924
69252005-06-23 Richard M. Stallman <rms@gnu.org>
6926
6927 * display.texi (Face Functions): Correct Texinfo usage.
6928
69292005-06-23 Luc Teirlinck <teirllm@auburn.edu>
6930
6931 * lists.texi (Rings): `ring-elements' now returns the elements of
6932 RING in order.
6933
69342005-06-23 Juanma Barranquero <lekktu@gmail.com>
6935
6936 * markers.texi (The Mark): Texinfo usage fix.
6937
69382005-06-23 Kim F. Storm <storm@cua.dk>
6939
6940 * searching.texi (Entire Match Data): Remove evaporate option for
6941 match-data. Do not mention evaporate option for set-match-data.
6942
69432005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
6944
6945 * display.texi (Face Functions): Mention face aliases.
6946
69472005-06-21 Richard M. Stallman <rms@gnu.org>
6948
6949 * anti.texi (Antinews): Texinfo usage fix.
6950
69512005-06-21 Karl Berry <karl@gnu.org>
6952
6953 * elisp.texi: Use @copying.
6954
6955 * elisp.texi: Put @summarycontents and @contents before the Top
6956 node, instead of the end of the file, so that the contents appear
6957 in the right place in the dvi/pdf output.
6958
69592005-06-21 Juri Linkov <juri@jurta.org>
6960
6961 * display.texi (Defining Faces): Add `customized-face'.
6962
69632005-06-20 Kim F. Storm <storm@cua.dk>
6964
6965 * variables.texi (Setting Variables): Any type of element can be
6966 given order in add-to-ordered-list. Compare elements with eq.
6967
6968 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
6969
69702005-06-20 Karl Berry <karl@gnu.org>
6971
6972 * syntax.texi (Syntax Flags): Make last column very slightly wider
6973 to avoid "generic comment" breaking on two lines and causing an
6974 underfull box.
6975
69762005-06-19 Luc Teirlinck <teirllm@auburn.edu>
6977
6978 * lists.texi (Rings): Various minor clarifications and corrections.
6979
69802005-06-18 Richard M. Stallman <rms@gnu.org>
6981
6982 * functions.texi (Obsolete Functions): Simplify.
6983
6984 * variables.texi (Variable Aliases): Simplify.
6985
6986 * anti.texi, backups.texi, compile.texi, customization.texi:
6987 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
6988 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
6989 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
6990 * variables.texi: Fix formatting ugliness.
6991
6992 * elisp.texi: Add links to Rings and Byte Packing.
6993 Update version and copyright years.
6994
6995 * minibuf.texi: Fix formatting ugliness.
6996 (Completion Commands): Move keymap vars to the end
6997 and vars completing-read binds to the top.
6998
69992005-06-17 Luc Teirlinck <teirllm@auburn.edu>
7000
7001 * processes.texi: Fix typos.
7002 (Bindat Spec): Correct Texinfo error.
7003 (Byte Packing): Fix ungrammatical sentence.
7004
70052005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
7006
7007 * lists.texi (Rings): New node.
7008 (Lists): Add it to menu.
7009
7010 * processes.texi (Byte Packing): New node.
7011 (Processes): Add it to menu.
7012
70132005-06-17 Richard M. Stallman <rms@gnu.org>
7014
7015 * syntax.texi (Parsing Expressions): Fix texinfo usage.
7016
7017 * help.texi (Documentation Basics): Explain the xref to
7018 Documentation Tips.
7019
7020 * debugging.texi (Debugger Commands): Minor fix.
7021
70222005-06-16 Luc Teirlinck <teirllm@auburn.edu>
7023
7024 * edebug.texi (Instrumenting): Eliminate duplicate link.
7025 (Specification List): Replace references to "below", referring to
7026 a later node, with one @ref to that node.
7027
7028 * os.texi (Timers): Timers should save and restore the match data
7029 if they change it.
7030
7031 * debugging.texi (Debugger Commands): Mention that the Lisp
7032 debugger can not step through primitive functions.
7033
70342005-06-16 Juanma Barranquero <lekktu@gmail.com>
7035
7036 * functions.texi (Obsolete Functions): Update argument names of
7037 `make-obsolete' and `define-obsolete-function-alias'.
7038
7039 * variables.texi (Variable Aliases): Update argument names of
7040 `defvaralias', `make-obsolete-variable' and
7041 `define-obsolete-variable-alias'.
7042
70432005-06-15 Kim F. Storm <storm@cua.dk>
7044
7045 * searching.texi (Entire Match Data): Rephrase warnings about
7046 evaporate arg to match-data and set-match-data.
7047
70482005-06-14 Luc Teirlinck <teirllm@auburn.edu>
7049
7050 * elisp.texi (Top): Update detailed menu.
7051
7052 * edebug.texi (Edebug): Update menu.
7053 (Instrumenting): Update xrefs.
7054 (Edebug Execution Modes): Correct xref.
7055 (Jumping): Clarify description of `h' command.
7056 Eliminate redundant @ref.
7057 (Breaks): New node.
7058 (Breakpoints): Is now a subsubsection.
7059 (Global Break Condition): Mention `C-x X X'.
7060 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
7061 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
7062 (Edebug Display Update): Correct pxref.
7063 (Edebug and Macros): New node.
7064 (Instrumenting Macro Calls): Is now a subsubsection.
7065 Neither arg of `def-edebug-spec' is evaluated.
7066 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
7067 (Specification Examples): Fix typo.
7068
70692005-06-14 Lute Kamstra <lute@gnu.org>
7070
7071 * debugging.texi (Function Debugging): Primitives can break on
7072 entry too.
7073
70742005-06-14 Kim F. Storm <storm@cua.dk>
7075
7076 * variables.texi (Setting Variables): Add add-to-ordered-list.
7077
70782005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
7079
7080 * syntax.texi (Parsing Expressions): Document aux functions and vars of
7081 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
7082
70832005-06-13 Lute Kamstra <lute@gnu.org>
7084
7085 * text.texi (Special Properties): Fix cross reference.
7086
70872005-06-11 Luc Teirlinck <teirllm@auburn.edu>
7088
7089 * debugging.texi (Function Debugging): Delete mention of empty
7090 string argument to `cancel-debug-on-entry'. Delete inaccurate
7091 description of the return value of that command.
7092
70932005-06-11 Alan Mackenzie <acm@muc.de>
7094
7095 * text.texi (Adaptive Fill): Amplify the description of
7096 fill-context-prefix.
7097
70982005-06-10 Luc Teirlinck <teirllm@auburn.edu>
7099
7100 * syntax.texi (Parsing Expressions): Fix Texinfo error.
7101
71022005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
7103
7104 * syntax.texi (Parsing Expressions): Document syntax-ppss.
7105
71062005-06-10 Luc Teirlinck <teirllm@auburn.edu>
7107
7108 * debugging.texi (Error Debugging): Minor rewording.
7109 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
7110 is optional.
7111
71122005-06-10 Lute Kamstra <lute@gnu.org>
7113
7114 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
7115 (Top): Give it a title. Correct version number. Give the
7116 detailed node listing a more prominent header.
7117 * intro.texi: Don't set VERSION here a second time.
7118 Mention Emacs's version too.
7119 * anti.texi (Antinews): Use EMACSVER to refer to the current
7120 version of Emacs.
7121
71222005-06-09 Kim F. Storm <storm@cua.dk>
7123
7124 * searching.texi (Entire Match Data): Explain new `reseat' argument to
7125 match-data and set-match-data.
7126
71272005-06-08 Richard M. Stallman <rms@gnu.org>
7128
7129 * searching.texi (Entire Match Data): Clarify when match-data
7130 returns markers and when integers.
7131
7132 * display.texi (Defining Faces): Explain that face name should not
7133 end in `-face'.
7134
7135 * modes.texi (Mode Line Data): Minor cleanup.
7136 (Customizing Keywords): Node split out of Search-based Fontification.
7137 Add example of using font-lock-add-keywords from a hook.
7138 Clarify when MODE should be non-nil, and when nil.
7139
71402005-06-06 Richard M. Stallman <rms@gnu.org>
7141
7142 * modes.texi (Mode Line Data): Explain what happens when the car
7143 of a list is a void symbol.
7144 (Search-based Fontification): Explain MODE arg to
7145 font-lock-add-keywords and warn about calls from major modes.
7146
71472005-06-08 Juri Linkov <juri@jurta.org>
7148
7149 * display.texi (Standard Faces): Add `shadow' face.
7150
71512005-05-29 Luc Teirlinck <teirllm@auburn.edu>
7152
7153 * modes.texi (Major Mode Conventions): A derived mode only needs
7154 to put the call to the parent mode inside `delay-mode-hooks'.
7155
71562005-05-29 Richard M. Stallman <rms@gnu.org>
7157
7158 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
7159 new, and what that implies. Clarify.
7160
7161 * files.texi (Locating Files): Clean up the text.
7162
7163 * frames.texi (Window Frame Parameters): Document user-size.
7164 Shorten entry for top by referring to left.
7165
71662005-05-26 Richard M. Stallman <rms@gnu.org>
7167
7168 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
7169 is new, and what the implications are. Other clarifications.
7170
71712005-05-24 Richard M. Stallman <rms@gnu.org>
7172
7173 * frames.texi (Dialog Boxes): Minor fixes.
7174
71752005-05-25 Masatake YAMATO <jet@gyve.org>
7176
7177 * display.texi (Standard Faces): Write about `mode-line-highlight'.
7178
71792005-05-24 Luc Teirlinck <teirllm@auburn.edu>
7180
7181 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
7182 is optional.
7183
71842005-05-24 Nick Roberts <nickrob@snap.net.nz>
7185
10d1d0af 7186 * frames.texi (Dialog Boxes): Describe new optional argument.
b8d4c8d0
GM
7187
71882005-05-23 Lute Kamstra <lute@gnu.org>
7189
7190 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
7191 syntax-begin-function over font-lock-beginning-of-syntax-function.
7192
71932005-05-21 Luc Teirlinck <teirllm@auburn.edu>
7194
7195 * minibuf.texi (Reading File Names): Update description of
7196 `read-directory-name'.
7197
7198 * modes.texi (Derived Modes): Clarify :group keyword.
7199
72002005-05-21 Eli Zaretskii <eliz@gnu.org>
7201
7202 * files.texi (Locating Files): New subsection.
7203 Describe locate-file and executable-find.
7204
72052005-05-21 Kevin Ryde <user42@zip.com.au>
7206
7207 * frames.texi (Initial Parameters): Update cross reference to
7208 "Emacs Invocation".
7209
72102005-05-19 Luc Teirlinck <teirllm@auburn.edu>
7211
7212 * keymaps.texi (Active Keymaps): Add anchor.
7213
7214 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
7215 (Major Mode Conventions): Refer to `Auto Major Mode' in more
7216 appropriate place.
7217 (Derived Modes): Small clarifications.
7218 (Minor Mode Conventions, Keymaps and Minor Modes):
7219 Replace references to nodes with references to anchors.
7220 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
7221 Clarify description of lists whose first element is an integer.
7222 (Mode Line Variables): Add anchor.
7223 (%-Constructs): Clarify description of integer after %.
7224 (Emulating Mode Line): Describe nil value for FACE.
7225
72262005-05-18 Luc Teirlinck <teirllm@auburn.edu>
7227
7228 * modes.texi (Derived Modes): Correct references to non-existing
7229 variable standard-syntax-table.
7230
72312005-05-17 Lute Kamstra <lute@gnu.org>
7232
7233 * modes.texi (Defining Minor Modes): Mention the mode hook.
7234
72352005-05-15 Kim F. Storm <storm@cua.dk>
7236
7237 * processes.texi (Network): Remove open-network-stream-nowait.
7238 (Network Servers): Remove open-network-stream-server.
7239
72402005-05-15 Luc Teirlinck <teirllm@auburn.edu>
7241
7242 * elisp.texi (Top): Update detailed menu.
7243
7244 * variables.texi: Reorder nodes.
7245 (Variables): Update menu.
7246 (File Local Variables): Do not refer to the `-*-' line as
7247 a "local variables list". Add pxref.
7248
72492005-05-14 Luc Teirlinck <teirllm@auburn.edu>
7250
7251 * elisp.texi (Top): Update detailed menu for node changes.
7252
7253 * modes.texi (Modes): Update Menu.
7254 (Hooks): Move to beginning of chapter.
7255 Most minor modes run mode hooks too.
7256 `add-hook' can handle void hooks or hooks whose value is a single
7257 function.
7258 (Major Modes): Update Menu.
7259 (Major Mode Basics): New node, split off from `Major Modes'.
7260 (Major Mode Conventions): Correct xref. Explain how to handle
7261 auto-mode-alist if the major mode command has an autoload cookie.
7262 (Auto Major Mode): Major update. Add magic-mode-alist.
7263 (Derived Modes): Major update.
7264 (Mode Line Format): Update Menu.
7265 (Mode Line Basics): New node, split off from `Mode Line Format'.
7266
7267 * loading.texi (Autoload): Mention `autoload cookie' as synonym
7268 for `magic autoload comment'. Add index entries and anchor.
7269
72702005-05-14 Richard M. Stallman <rms@gnu.org>
7271
7272 * tips.texi (Coding Conventions): Explain how important it is
7273 that just loading certain files not change Emacs behavior.
7274
7275 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
7276
72772005-05-12 Lute Kamstra <lute@gnu.org>
7278
7279 * modes.texi (Generic Modes): Update.
7280 (Major Modes): Refer to node "Generic Modes".
7281
7282 * elisp.texi (Top): Update to the current structure of the manual.
7283 * processes.texi (Processes): Add menu description.
7284 * customize.texi (Customization): Add menu descriptions.
7285
72862005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
7287
7288 * processes.texi (Signals to Processes)
7289 (Low-Level Network): Fix typos.
7290
72912005-05-11 Lute Kamstra <lute@gnu.org>
7292
7293 * elisp.texi (Top): Add some nodes from the chapter "Major and
7294 Minor Modes" to the detailed node listing.
7295
72962005-05-10 Richard M. Stallman <rms@gnu.org>
7297
7298 * keymaps.texi (Extended Menu Items): Menu item filter functions
7299 can be called at any time.
7300
73012005-05-08 Luc Teirlinck <teirllm@auburn.edu>
7302
7303 * variables.texi (File Local Variables): `(hack-local-variables t)'
7304 now also checks whether a mode is specified in the local variables
7305 list.
7306
73072005-05-05 Kevin Ryde <user42@zip.com.au>
7308
7309 * display.texi (The Echo Area): Correct format function cross
7310 reference.
7311
73122005-05-05 Luc Teirlinck <teirllm@auburn.edu>
7313
7314 * variables.texi (Variable Aliases): Change description of
7315 `define-obsolete-variable-alias'.
7316
7317 * functions.texi (Functions): Add "Obsolete Functions" to menu.
7318 (Defining Functions): Add xref.
7319 (Obsolete Functions): New node.
7320 (Function Safety): Standardize capitalization of section title.
7321
7322 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
7323 (Dialog Boxes): Complete description of `x-popup-dialog'.
7324
73252005-05-04 Richard M. Stallman <rms@gnu.org>
7326
7327 * commands.texi (Interactive Codes): Fix Texinfo usage.
7328 Document U more clearly.
7329
73302005-05-01 Luc Teirlinck <teirllm@auburn.edu>
7331
7332 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
7333 function and not a macro.
7334
7335 * frames.texi (Pop-Up Menus): Correct and clarify description of
7336 `x-popup-menu'.
7337 (Dialog Boxes): Clarify description of `x-popup-dialog'.
7338
73392005-05-01 Richard M. Stallman <rms@gnu.org>
7340
7341 * edebug.texi (Checking Whether to Stop): Fix previous change.
7342
73432005-05-01 Luc Teirlinck <teirllm@auburn.edu>
7344
7345 * display.texi: Fix typos and Texinfo usage.
7346
7347 * edebug.texi (Checking Whether to Stop): executing-macro ->
7348 executing-kbd-macro.
7349
73502005-05-01 Richard M. Stallman <rms@gnu.org>
7351
7352 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
7353
73542005-04-30 Richard M. Stallman <rms@gnu.org>
7355
7356 * files.texi (Magic File Names): Document `operations' property.
7357
73582005-04-29 Lute Kamstra <lute@gnu.org>
7359
7360 * modes.texi (Generic Modes): New node.
7361 (Major Modes): Add it to the menu.
7362 (Derived Modes): Add "derived mode" to concept index.
7363
73642005-04-28 Lute Kamstra <lute@gnu.org>
7365
7366 * modes.texi (Defining Minor Modes): Fix previous change.
7367 (Font Lock Mode): Simplify.
7368 (Font Lock Basics): Say that font-lock-defaults is buffer-local
7369 when set and that some parts are optional. Add cross references.
7370 (Search-based Fontification): Say how to specify font-lock-keywords.
7371 Add cross references. Add font-lock-multiline to index.
7372 Move font-lock-keywords-case-fold-search here from node "Other Font
7373 Lock Variables". Document font-lock-add-keywords and
7374 font-lock-remove-keywords.
7375 (Other Font Lock Variables): Move font-lock-keywords-only,
7376 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
7377 and font-lock-syntactic-face-function to node "Syntactic Font
7378 Lock". Move font-lock-keywords-case-fold-search to node
7379 "Search-based Fontification". Document font-lock-inhibit-thing-lock
7380 and font-lock-{,un}fontify-{buffer,region}-function.
7381 (Precalculated Fontification): Remove reference to deleted variable
7382 font-lock-core-only.
7383 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
7384 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
7385 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
7386 and font-lock-syntactic-face-function here from node "Other Font
7387 Lock Variables". Move font-lock-syntactic-keywords to "Setting
7388 Syntax Properties". Add cross references.
7389 (Setting Syntax Properties): New node.
7390 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
7391 * syntax.texi (Syntax Properties): Add cross reference.
7392 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
7393
73942005-04-26 Richard M. Stallman <rms@gnu.org>
7395
7396 * display.texi (Defining Faces):
7397 Document `default' elements of defface spec.
7398
7399 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
7400
7401 * variables.texi (Variable Aliases): Clarify text.
7402
74032005-04-25 Chong Yidong <cyd@stupidchicken.com>
7404
7405 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
7406
74072005-04-25 Luc Teirlinck <teirllm@auburn.edu>
7408
7409 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
7410
74112005-04-24 Eli Zaretskii <eliz@gnu.org>
7412
7413 * syntax.texi (Syntax Table Internals): Elaborate documentation of
7414 syntax-after and syntax-class.
7415
7416 * files.texi (Changing Files): Fix last change's cross-reference.
7417 (Unique File Names): Don't mention "numbers" in the documentation
7418 of make-temp-file and make-temp-name.
7419
74202005-04-23 Richard M. Stallman <rms@gnu.org>
7421
7422 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
7423
74242005-04-22 Nick Roberts <nickrob@snap.net.nz>
7425
7426 * windows.texi (Cyclic Window Ordering): Clarify window-list.
7427
74282005-04-22 Nick Roberts <nickrob@snap.net.nz>
7429
7430 * variables.texi (Variable Aliases): Describe make-obsolete-variable
7431 and define-obsolete-variable-alias.
7432
74332005-04-22 Kim F. Storm <storm@cua.dk>
7434
7435 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
7436 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
7437
74382005-04-21 Lute Kamstra <lute@gnu.org>
7439
7440 * lists.texi (Association Lists): Document rassq-delete-all.
7441
74422005-04-19 Richard M. Stallman <rms@gnu.org>
7443
7444 * modes.texi (Search-based Fontification): Explain that
7445 facespec is an expression to be evaluated.
7446
74472005-04-19 Kevin Ryde <user42@zip.com.au>
7448
7449 * streams.texi (Output Functions): Fix xref.
7450 * strings.texi (String Conversion): Fix xref.
7451
74522005-04-19 Kim F. Storm <storm@cua.dk>
7453
7454 * symbols.texi (Symbol Plists): Add safe-get.
7455 Mention that `get' may signal an error.
7456
74572005-04-18 Nick Roberts <nickrob@snap.net.nz>
7458
7459 * customize.texi (Variable Definitions): Replace tooltip-mode
7460 example with save-place.
7461
74622005-04-17 Richard M. Stallman <rms@gnu.org>
7463
7464 * buffers.texi (Indirect Buffers): Clarify.
7465
7466 * positions.texi (Positions): Clarify converting marker to integer.
7467
7468 * strings.texi (String Basics): Mention string-match; clarify.
7469
74702005-04-08 Lute Kamstra <lute@gnu.org>
7471
7472 * modes.texi (Search-based Fontification): Fix cross references.
7473 Use consistent terminology. Document anchored highlighting.
7474
74752005-04-05 Lute Kamstra <lute@gnu.org>
7476
7477 * modes.texi (Defining Minor Modes): Document :group keyword
7478 argument and its default value.
7479
74802005-04-03 Lute Kamstra <lute@gnu.org>
7481
7482 * hooks.texi (Standard Hooks): Add some hooks. Add cross
7483 references and/or descriptions. Delete major mode hooks; mention
7484 them as a category instead. Rename or delete obsolete hooks.
7485
74862005-04-02 Richard M. Stallman <rms@gnu.org>
7487
7488 * nonascii.texi (Coding System Basics): Another wording cleanup.
7489
74902005-04-01 Richard M. Stallman <rms@gnu.org>
7491
7492 * nonascii.texi (Coding System Basics): Clarify previous change.
7493
74942005-04-01 Kenichi Handa <handa@m17n.org>
7495
10d1d0af 7496 * nonascii.texi (Coding System Basics): Describe about roundtrip
b8d4c8d0
GM
7497 identity of coding systems.
7498
74992005-03-29 Chong Yidong <cyd@stupidchicken.com>
7500
7501 * text.texi (Buffer Contents): Add filter-buffer-substring and
7502 buffer-substring-filters.
7503
75042005-03-26 Chong Yidong <cyd@stupidchicken.com>
7505
7506 * anti.texi (Antinews): Mention `G' interactive code.
7507
7508 * tips.texi (Compilation Tips): Mention benchmark.el.
7509
75102005-03-27 Luc Teirlinck <teirllm@auburn.edu>
7511
7512 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
7513 is now bound to M-o M-o.
7514
7515 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
7516
75172005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
7518
7519 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
7520 in the Emacs Manual).
7521 * Makefile.in (srcs): Remove calendar.texi.
7522 * makefile.w32-in (srcs): Remove calendar.texi.
7523 * display.texi (Display): Change name of next node.
7524 * os.texi (System In): Change name of previous node.
7525 * elisp.texi (Top): Remove Calendar references.
7526 * vol1.texi (Top): Remove Calendar references.
7527 * vol2.texi (Top): Remove Calendar references.
7528
75292005-03-25 Richard M. Stallman <rms@gnu.org>
7530
7531 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
7532 Cleanup previous change.
7533
75342005-03-25 Chong Yidong <cyd@stupidchicken.com>
7535
7536 * display.texi (Face Attributes): Faces earlier in an :inherit
7537 list take precedence.
7538 (Scroll Bars): Fix description of vertical-scroll-bars.
7539 Document frame-current-scroll-bars and window-current-scroll-bars.
7540
7541 * markers.texi (The Mark): Document temporary Transient Mark mode.
7542
7543 * minibuf.texi (Reading File Names):
7544 Document read-file-name-completion-ignore-case.
7545
7546 * positions.texi (Screen Lines): Document nil for width argument
7547 to compute-motion.
7548
75492005-03-23 Kim F. Storm <storm@cua.dk>
7550
7551 * display.texi (Standard Faces): Other faces used in the fringe
7552 implicitly inherits from the fringe face.
7553 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
7554 properties implicitly inherits from fringe face.
7555 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
7556
75572005-03-20 Chong Yidong <cyd@stupidchicken.com>
7558
7559 * display.texi (Invisible Text): State default value of
7560 line-move-ignore-invisible.
7561 (Managing Overlays): Document remove-overlays.
7562 (Standard Faces): Document escape-glyph face.
7563
7564 * minibuf.texi (Reading File Names): Document read-file-name-function.
7565
7566 * modes.texi (Other Font Lock Variables):
7567 Document font-lock-lines-before.
7568
7569 * positions.texi (Skipping Characters): skip-chars-forward allows
7570 character classes.
7571
75722005-03-18 Lute Kamstra <lute@gnu.org>
7573
7574 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
7575
75762005-03-17 Richard M. Stallman <rms@gnu.org>
7577
7578 * text.texi (Undo): Document extensible undo entries.
7579
dd7b651b 7580 * searching.texi (String Search, Regexp Search): Cleanups.
b8d4c8d0
GM
7581
7582 * nonascii.texi (Character Codes): Minor fix.
7583
7584 * display.texi (Display Property): Explain the significance
7585 of having text properties that are eq.
7586 (Other Display Specs): Explain string as display spec.
7587
7588 * commands.texi (Interactive Codes): Document G option.
7589
75902005-03-17 Chong Yidong <cyd@stupidchicken.com>
7591
7592 * text.texi (Filling): Add sentence-end-without-period and
7593 sentence-end-without-space.
7594 (Changing Properties): Minor fix.
7595
7596 * anti.texi: Total rewrite.
7597
75982005-03-15 Lute Kamstra <lute@gnu.org>
7599
7600 * edebug.texi (Instrumenting Macro Calls): Fix typos.
7601
76022005-03-08 Kim F. Storm <storm@cua.dk>
7603
7604 * display.texi (Specified Space): Property :width is support on
7605 non-graphic terminals, :height is not.
7606
76072005-03-07 Richard M. Stallman <rms@gnu.org>
7608
7609 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
7610 Now subnodes of Fringes.
7611 (Overlay Arrow): Document overlay-arrow-variable-list.
7612 (Fringe Size/Pos): New node, broken out of Fringes.
7613 (Display): Explain clearing vs redisplay better.
7614 (Truncation): Clarify use of bitmaps.
7615 (The Echo Area): Clarify the uses of the echo area.
7616 Add max-mini-window-height.
7617 (Progress): Clarify.
7618 (Invisible Text): Explain that main loop moves point out.
7619 (Selective Display): Say "hidden", not "invisible".
7620 (Managing Overlays): Move up. Describe relation to Undo here.
7621 (Overlay Properties): Clarify intro.
7622 (Finding Overlays): Explain return values when nothing found.
7623 (Width): truncate-string-to-width has added arg.
7624 (Displaying Faces): Clarify and update mode line face handling.
7625 (Face Functions): Minor cleanup.
7626 (Conditional Display): Merge into Other Display Specs.
7627 (Pixel Specification, Other Display Specs): Minor cleanups.
7628 (Images, Image Descriptors): Minor cleanups.
7629 (GIF Images): Patents have expired.
7630 (Showing Images): Explain default text for insert-image.
7631 (Manipulating Button Types): Merge into Manipulating Buttons.
7632 (Making Buttons): Explain return values.
7633 (Button Buffer Commands): Add xref.
7634 (Inverse Video): Update mode-line-inverse-video.
7635 (Display Table Format): Clarify.
7636 (Active Display Table): Give defaults for window-display-table.
7637
7638 * calendar.texi (Calendar Customizing): calendar-holiday-marker
7639 and calendar-today-marker are strings, not chars.
7640 (Holiday Customizing): Minor fix.
7641
7642 * internals.texi (Writing Emacs Primitives): Update `or' example.
7643 Update limit on # args of subr.
7644
7645 * edebug.texi (Using Edebug): Arrow is in fringe.
7646 (Instrumenting): Arg to eval-defun works without loading edebug.
7647 (Edebug Execution Modes): Add xref.
7648
7649 * customize.texi (Common Keywords): Clarify :require.
7650 Mention :version here.
7651 (Variable Definitions, Group Definitions): Not here.
7652 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
7653
76542005-03-07 Chong Yidong <cyd@stupidchicken.com>
7655 * nonascii.texi (Text Representations): Clarify position-bytes.
7656 (Character Sets): Add list-charset-chars.
7657 (Scanning Charsets): Add charset-after.
7658 (Encoding and I/O): Minor fix.
7659
76602005-03-06 Richard M. Stallman <rms@gnu.org>
7661
7662 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
7663 (Resizing Windows): Likewise.
7664
7665 * text.texi (Change Hooks): Get rid of "Emacs 21".
7666
7667 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
7668
7669 * streams.texi (Output Variables): Get rid of "Emacs 21".
7670
7671 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
7672
7673 * os.texi (Translating Input): Replace flow-control example
7674 with a less obsolete example that uses `keyboard-translate'.
7675
7676 * objects.texi (Hash Table Type, Circular Objects):
7677 Get rid of "Emacs 21".
7678
7679 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
7680 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
7681
7682 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
7683
7684 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
7685
7686 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
7687 (Menu Bar): Fix when menu-bar-update-hook is called.
7688
7689 * hash.texi (Hash Tables): Get rid of "Emacs 21".
7690
7691 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
7692 and make it read better.
7693
7694 * files.texi (Writing to Files): Get rid of "Emacs 21".
7695 (Unique File Names): Likewise.
7696
7697 * elisp.texi: Update Emacs version to 22.
7698
7699 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
7700 (Overlay Properties, Face Attributes): Likewise.
7701 (Managing Overlays): Fix punctuation.
7702 (Attribute Functions): Clarify set-face-font; get rid of
7703 info about old Emacs versions.
7704 (Auto Faces, Font Lookup, Display Property, Images):
7705 Get rid of "Emacs 21".
7706
7707 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
7708
77092005-03-05 Richard M. Stallman <rms@gnu.org>
7710
7711 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
7712
77132005-03-04 Lute Kamstra <lute@gnu.org>
7714
7715 * debugging.texi (Error Debugging): Document stack-trace-on-error.
7716
77172005-03-03 Lute Kamstra <lute@gnu.org>
7718
7719 * edebug.texi (Instrumenting Macro Calls): Fix typo.
7720
77212005-03-01 Lute Kamstra <lute@gnu.org>
7722
7723 * debugging.texi (Debugger Commands): Update `j'.
7724
77252005-02-28 Lute Kamstra <lute@gnu.org>
7726
7727 * debugging.texi (Debugging): Fix typo.
7728 (Error Debugging): Document eval-expression-debug-on-error.
7729 (Function Debugging): Update example.
7730 (Using Debugger): Mention starred stack frames.
7731 (Debugger Commands): Document `j' and `l'.
7732 (Invoking the Debugger): `d' and `j' exit recursive edit too.
7733 Update the messages that the debugger displays.
7734 (Internals of Debugger): Add cross reference. Update example.
7735 (Excess Open): Minor improvement.
7736 (Excess Close): Minor improvement.
7737
77382005-02-26 Richard M. Stallman <rms@gnu.org>
7739
7740 * tips.texi (Coding Conventions): Clarify.
7741 Put all the major mode key reservations together.
7742 Mention the Mouse-1 => Mouse-2 conventions.
7743
7744 * syntax.texi (Syntax Class Table): Clarify.
7745 (Syntax Table Functions): syntax-after moved from here.
7746 (Syntax Table Internals): syntax-after moved to here.
7747 (Parsing Expressions): Update info on number of values
7748 and what's meaningful in the STATE argument.
7749 (Categories): Fix typo.
7750
7751 * sequences.texi (Arrays): Cleanup.
7752 (Char-Tables): Clarify.
7753
7754 * processes.texi (Deleting Processes): Cleanups, add xref.
7755 (Subprocess Creation): Explain nil in exec-path. Cleanup.
7756 (Process Information): set-process-coding-system, some args optional.
7757 (Input to Processes): Explain various types for PROCESS args.
7758 Rename them from PROCESS-NAME to PROCESS.
7759 (Signals to Processes): Likewise.
7760 (Decoding Output): Cleanup.
7761 (Query Before Exit): Clarify.
7762
7763 * os.texi (Startup Summary): Correct the options; add missing ones.
7764 (Terminal Output, Batch Mode): Clarify.
7765 (Flow Control): Node deleted.
7766
7767 * markers.texi (The Mark): Clarify.
7768
7769 * macros.texi (Expansion): Cleanup.
7770 (Indenting Macros): indent-spec allows ints, not floats.
7771
7772 * keymaps.texi (Keymaps): Clarify.
7773 (Format of Keymaps): Update lisp-mode-map example.
7774 (Active Keymaps, Key Lookup): Clarify.
7775 (Changing Key Bindings): Add xref to `kbd'.
7776 (Key Binding Commands, Simple Menu Items): Clarify.
7777 (Mouse Menus, Menu Bar): Clarify.
7778 (Menu Example): Replace print example with menu-bar-replace-menu.
7779
7780 * help.texi (Documentation Basics): Add function-documentation prop.
7781
7782 * elisp.texi (Top): Don't refer to Flow Control node.
7783
7784 * commands.texi (Command Overview): Improve xrefs.
7785 (Adjusting Point): Adjusting point applies to intangible and invis.
7786 (Key Sequence Input): Doc extra read-key-sequence args.
7787 Likewise for read-key-sequence-vector.
7788
7789 * backups.texi (Rename or Copy): Minor fix.
7790 (Numbered Backups): For version-control, say the default.
7791 (Auto-Saving): make-auto-save-file-name example is simplified.
7792
7793 * advice.texi (Advising Functions): Don't imply one part of Emacs
7794 should advise another part. Markup changes.
7795 (Defining Advice): Move transitional para.
7796 (Activation of Advice): Cleanup.
7797 Explain if COMPILE is nil or negative.
7798
7799 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
7800
78012005-02-24 Lute Kamstra <lute@gnu.org>
7802
7803 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
7804 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
7805
78062005-02-23 Lute Kamstra <lute@gnu.org>
7807
7808 * modes.texi (Defining Minor Modes): define-minor-mode can be used
7809 to define global minor modes as well.
7810
7811 * display.texi (Managing Overlays): overlay-buffer returns nil for
7812 deleted overlays.
7813
78142005-02-22 Kim F. Storm <storm@cua.dk>
7815
7816 * minibuf.texi (Basic Completion): Allow symbols in addition to
7817 strings in try-completion and all-completions.
7818
78192005-02-14 Lute Kamstra <lute@gnu.org>
7820
7821 * elisp.texi (Top): Remove reference to deleted node.
7822
7823 * lists.texi (Lists): Remove reference to deleted node.
7824 (Cons Cells): Fix typo.
7825
7826 * loading.texi (Where Defined): Fix typo.
7827
78282005-02-14 Richard M. Stallman <rms@gnu.org>
7829
7830 * variables.texi (Creating Buffer-Local): change-major-mode-hook
7831 is useful for discarding some minor modes.
7832
7833 * symbols.texi (Symbol Components): Reorder examples.
7834
7835 * streams.texi (Input Functions): State standard-input default.
7836 (Output Variables): State standard-output default.
7837
7838 * objects.texi (Printed Representation): Clarify read syntax vs print.
7839 (Floating Point Type): Explain meaning better.
7840 (Symbol Type): Explain uniqueness better.
7841 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
7842 List examples sooner.
7843 (Box Diagrams): New subnode broken out.
7844 Some examples moved from old Lists as Boxes node.
7845 (Dotted Pair Notation): Clarify intro.
7846 (Array Type): Clarify.
7847 (Type Predicates): Add hash-table-p.
7848
7849 * numbers.texi (Integer Basics): Clarify radix explanation.
7850 (Predicates on Numbers): Minor clarification.
7851 (Comparison of Numbers): Minor clarification. Clarify eql.
7852 Typos in min, max.
7853 (Math Functions): Clarify overflow in expt.
7854
7855 * minibuf.texi (Text from Minibuffer): Minor clarification.
7856 Mention arrow keys.
7857
7858 * loading.texi (Autoload): defun's doc string overrides autoload's
7859 doc string.
7860 (Repeated Loading): Modernize "add to list" examples.
7861 (Where Defined): Finish updating table of load-history elts.
7862
7863 * lists.texi (List-related Predicates): Minor wording improvement.
7864 (Lists as Boxes): Node deleted.
7865 (Building Lists): Explain trivial cases of number-sequence.
7866
7867 * hash.texi (Hash Tables): Add desc to menu items.
10d1d0af 7868 (Creating Hash): Explain "full" means "make larger".
b8d4c8d0
GM
7869 (Hash Access): Any object can be a key.
7870 State value of maphash.
7871
7872 * functions.texi (What Is a Function): Wording cleanup.
7873 (Function Documentation): Minor cleanup.
7874 Explain purpose of calling convention at end of doc string.
7875 (Function Names): Wording cleanup.
7876 (Calling Functions): Wording cleanup.
7877 Explain better how funcall calls the function.
7878 (Function Cells): Delete example of saving and redefining function.
7879
7880 * control.texi (Combining Conditions): Wording cleanup.
7881 (Iteration): dolist and dotimes bind VAR locally.
7882 (Cleanups): Xref to Atomic Changes.
7883
7884 * compile.texi (Byte Compilation): Delete 19.29 info.
7885 (Compilation Functions): Macros' difficulties don't affect defsubst.
7886 (Docs and Compilation): Delete 19.29 info.
7887
78882005-02-10 Richard M. Stallman <rms@gnu.org>
7889
7890 * objects.texi (Symbol Type): Minor correction.
7891
78922005-02-06 Lute Kamstra <lute@gnu.org>
7893
7894 * modes.texi (Example Major Modes): Fix typos.
7895
78962005-02-06 Richard M. Stallman <rms@gnu.org>
7897
7898 * text.texi (Margins): fill-nobreak-predicate can be one function.
7899
7900 * strings.texi (Modifying Strings): clear-string can make unibyte.
7901 (Formatting Strings): format gives error if values missing.
7902
7903 * positions.texi (Character Motion): Mention default arg
7904 for forward-char. backward-char refers to forward-char.
7905 (Word Motion): Mention default arg for forward-word.
7906 (Buffer End Motion): Mention default arg for beginning-of-buffer.
7907 Simplify end-of-buffer.
7908 (Text Lines): Mention default arg for forward-line.
7909 (List Motion): Mention default arg for beginning/end-of-defun.
7910 (Skipping Characters): Minor fixes in explaining character-set.
7911
7912 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
7913 Mode inheritance applies only when default-major-mode is nil.
7914 Clarifications.
7915 (Example Major Modes): Update Text mode and Lisp mode examples.
7916 (Minor Mode Conventions): Mention define-minor-mode at top.
7917 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
7918 (Mode Line Format): Update mode line face display info.
7919 (Properties in Mode): Mention effect of risky vars.
7920 (Imenu): Define imenu-add-to-menubar.
7921 (Font Lock Mode): Add descriptions to menu lines.
7922 (Faces for Font Lock): Add font-lock-doc-face.
7923
79242005-02-05 Lute Kamstra <lute@gnu.org>
7925
7926 * text.texi (Maintaining Undo): Remove obsolete function.
7927
79282005-02-05 Eli Zaretskii <eliz@gnu.org>
7929
7930 * frames.texi (Color Names): Add pointer to the X docs about RGB
c4cc8b9a 7931 color specifications. Improve indexing.
b8d4c8d0
GM
7932 (Text Terminal Colors): Replace the description of RGB values by
7933 an xref to "Color Names".
7934
79352005-02-03 Richard M. Stallman <rms@gnu.org>
7936
7937 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
7938 Clarify.
7939 (Selecting Windows): Clarify save-selected-window.
7940 (Cyclic Window Ordering): Clarify walk-windows.
7941 (Window Point): Clarify.
7942 (Window Start): Add comment to example.
7943 (Resizing Windows): Add `interactive' specs in examples.
7944 Document fit-window-to-buffer.
7945
7946 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
7947 (Undo, Maintaining Undo): Clarify last change.
7948 (Sorting): In sort-numeric-fields, explain about octal and hex.
7949 Mention sort-numeric-base.
7950 (Format Properties): Add xref for hard newlines.
7951
7952 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
7953 (Pop-Up Menus): Fix typo.
7954 (Color Names): Explain all types of color names.
7955 Explain color-values on B&W terminal.
7956 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
7957
7958 * files.texi (File Locks): Not supported on MS systems.
7959 (Testing Accessibility): Clarify.
7960
7961 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
7962 (Coverage Testing): Fix typo.
7963
7964 * commands.texi (Misc Events): Remove stray space.
7965
7966 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
7967 (Modification Time): Clarify when visited-file-modtime returns 0.
7968 (The Buffer List): Clarify bury-buffer.
7969 (Killing Buffers): Clarify.
7970 (Indirect Buffers): Add clone-indirect-buffer.
7971
79722005-02-02 Matt Hodges <MPHodges@member.fsf.org>
7973
7974 * edebug.texi (Printing in Edebug): Fix default value of
7975 edebug-print-circle.
7976 (Coverage Testing): Fix displayed frequency count data.
7977
79782005-02-02 Luc Teirlinck <teirllm@auburn.edu>
7979
7980 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
7981
79822005-02-02 Kim F. Storm <storm@cua.dk>
7983
7984 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
7985
79862005-01-29 Eli Zaretskii <eliz@gnu.org>
7987
7988 * commands.texi (Misc Events): Describe the help-echo event.
7989
7990 * text.texi (Special Properties) <help-echo>: Use `pos'
7991 consistently in description of the help-echo property.
7992 Use @code{nil} instead of @var{nil}.
7993
7994 * display.texi (Overlay Properties): Fix the index entry for
7995 help-echo overlay property.
7996
7997 * customize.texi (Type Keywords): Uncomment the xref to the
7998 help-echo property documentation.
7999
80002005-01-23 Kim F. Storm <storm@cua.dk>
8001
8002 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
8003 return value. Third element FULLY replaced by PARTIAL which
8004 specifies number of invisible pixels if row is only partially visible.
8005 (Textual Scrolling): Mention auto-window-vscroll.
8006 (Vertical Scrolling): New defvar auto-window-vscroll.
8007
80082005-01-16 Luc Teirlinck <teirllm@auburn.edu>
8009
8010 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
8011 command remapping.
8012
80132005-01-15 Richard M. Stallman <rms@gnu.org>
8014
8015 * display.texi (Defining Images): Mention DATA-P arg of create-image.
8016
80172005-01-14 Kim F. Storm <storm@cua.dk>
8018
8019 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
8020
8021 * text.texi (Links and Mouse-1): Fix string and vector item.
8022
80232005-01-13 Richard M. Stallman <rms@gnu.org>
8024
8025 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
8026 descriptions of overriding-local-map and overriding-terminal-local-map.
8027
8028 * text.texi (Links and Mouse-1): Clarify text.
8029
80302005-01-13 Kim F. Storm <storm@cua.dk>
8031
8032 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
8033
80342005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
8035
8036 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
8037
80382005-01-12 Kim F. Storm <storm@cua.dk>
8039
8040 * text.texi (Links and Mouse-1): Rename section from Enabling
8041 Mouse-1 to Following Links. Change xrefs.
8042 Add examples for define-button-type and define-widget.
8043
8044 * display.texi (Button Properties, Button Buffer Commands):
8045 Clarify mouse-1 and follow-link functionality.
8046
80472005-01-12 Richard M. Stallman <rms@gnu.org>
8048
8049 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
8050
8051 * display.texi (Beeping): Fix Texinfo usage.
8052
8053 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
8054
80552005-01-11 Kim F. Storm <storm@cua.dk>
8056
8057 * display.texi (Button Properties, Button Buffer Commands):
8058 Mention mouse-1 binding. Add follow-link keyword.
8059
8060 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
8061 (Enabling Mouse-1 to Follow Links): New subsection.
8062
80632005-01-06 Richard M. Stallman <rms@gnu.org>
8064
8065 * text.texi (Special Properties): Minor change.
8066
8067 * os.texi (Timers): Clarify previous change.
8068
8069 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
8070
80712005-01-01 Luc Teirlinck <teirllm@auburn.edu>
8072
8073 * display.texi (Face Attributes): Correct xref to renamed node.
8074
80752005-01-01 Richard M. Stallman <rms@gnu.org>
8076
8077 * display.texi (Face Attributes): Describe hex color specs.
8078
80792004-12-31 Richard M. Stallman <rms@gnu.org>
8080
8081 * os.texi (Timers): Update previous change.
8082
80832004-12-30 Kim F. Storm <storm@cua.dk>
8084
8085 * display.texi (Line Height): Total line-height is now specified
8086 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
8087 in cons cells. (nil . RATIO) is relative to actual line height.
8088 Use line-height `t' instead of `0' to get minimum height.
8089
80902004-12-29 Richard M. Stallman <rms@gnu.org>
8091
8092 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
8093
80942004-12-28 Richard M. Stallman <rms@gnu.org>
8095
8096 * commands.texi (Quitting): Clarify value of with-local-quit.
8097
8098 * elisp.texi (Top): Fix previous change.
8099
8100 * loading.texi (Loading): Fix previous change.
8101
81022004-12-27 Richard M. Stallman <rms@gnu.org>
8103
8104 * Makefile.in (MAKEINFO): Specify --force.
8105
8106 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
8107
8108 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
8109
8110 * display.texi (Line Height): Further clarify.
8111
8112 * elisp.texi (Top): Update Loading submenu.
8113
8114 * loading.texi (Where Defined): New node.
8115 (Unloading): load-history moved to Where Defined.
8116
81172004-12-21 Richard M. Stallman <rms@gnu.org>
8118
8119 * commands.texi (Event Input Misc): Add while-no-input.
8120
81212004-12-11 Richard M. Stallman <rms@gnu.org>
8122
8123 * display.texi (Line Height): Rewrite text for clarity.
8124
81252004-12-11 Kim F. Storm <storm@cua.dk>
8126
8127 * display.texi (Display): Add node "Line Height" to menu.
8128 (Line Height): New node. Move full description of line-spacing
8129 and line-height text properties here from text.texi.
8130 (Scroll Bars): Add vertical-scroll-bar variable.
8131
8132 * frames.texi (Window Frame Parameters): Remove line-height defvar.
8133
8134 * locals.texi (Standard Buffer-Local Variables): Fix xref for
8135 line-spacing and vertical-scroll-bar.
8136
8137 * text.texi (Special Properties): Just mention line-spacing and
8138 line-height here, add xref to new "Line Height" node.
8139
81402004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
8141
8142 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
8143
8144 * locals.texi (Standard Buffer-Local Variables):
8145 Add @xref for `line-spacing'.
8146
81472004-12-05 Richard M. Stallman <rms@gnu.org>
8148
8149 * Makefile.in (maintainer-clean): Remove the info files
8150 in $(infodir) where they are created.
8151
81522004-12-03 Richard M. Stallman <rms@gnu.org>
8153
8154 * windows.texi (Selecting Windows): get-lru-window and
8155 get-largest-window don't consider dedicated windows.
8156
8157 * text.texi (Undo): Document undo-in-progress.
8158
81592004-11-26 Richard M. Stallman <rms@gnu.org>
8160
8161 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
8162 Remove a few vars that are not always buffer-local.
8163
81642004-11-24 Luc Teirlinck <teirllm@auburn.edu>
8165
8166 * locals.texi (Standard Buffer-Local Variables): Comment out
8167 xref's to non-existent node `Yet to be written'.
8168
81692004-11-24 Richard M. Stallman <rms@gnu.org>
8170
8171 * processes.texi (Synchronous Processes): Grammar fix.
8172
8173 * numbers.texi (Comparison of Numbers): Add eql.
8174
8175 * locals.texi (Standard Buffer-Local Variables): Add many vars.
8176
8177 * intro.texi (Printing Notation): Fix previous change.
8178
8179 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
8180 and default-indicate-buffer-boundaries from here.
8181 (Usual Display): To here.
8182 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
8183 (Usual Display): Move tab-width up.
8184
5dcb4c4e
SM
8185 * customize.texi (Variable Definitions):
8186 Replace show-paren-mode example with tooltip-mode.
b8d4c8d0
GM
8187 (Simple Types, Composite Types, Defining New Types):
8188 Minor cleanups.
8189
81902004-11-21 Jesper Harder <harder@ifa.au.dk>
8191
8192 * processes.texi (Synchronous Processes, Output from Processes):
8193 Markup fix.
8194
81952004-11-20 Richard M. Stallman <rms@gnu.org>
8196
8197 * positions.texi (Skipping Characters): skip-chars-forward
8198 now handles char classes.
8199
8200 * intro.texi (Printing Notation): Avoid confusion of `print'
8201 when explaining @print.
8202
8203 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
8204
8205 * display.texi (Display Table Format): Minor fix.
8206
8207 * streams.texi (Output Functions): Fix print example.
8208
8209 * Makefile.in (elisp): New target.
8210 (dist): Depend on $(infodir)/elisp, not elisp.
8211 Copy the info files from $(infodir).
8212
8213 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
8214 read-from-minibuffer.
8215
8216 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
8217
82182004-11-19 Richard M. Stallman <rms@gnu.org>
8219
8220 * searching.texi (Regexp Search): Add search-whitespace-regexp.
8221
82222004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
8223
8224 * tips.texi (Coding Conventions): Fix typo.
8225
82262004-11-16 Richard M. Stallman <rms@gnu.org>
8227
8228 * tips.texi (Coding Conventions): Separate defvar and require
8229 methods to avoid warnings. Use require only when there are many
8230 functions and variables from that package.
8231
8232 * minibuf.texi (Minibuffer Completion): When ignoring case,
8233 predicate must not be case-sensitive.
8234
8235 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
8236 (Test Coverage): Don't talk about "splotches". Clarified.
8237
82382004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
8239
8240 * frames.texi (Window Frame Parameters): Fix typo.
8241
82422004-11-15 Kim F. Storm <storm@cua.dk>
8243
8244 * symbols.texi (Other Plists): Note that plist-get may signal error.
8245 Add safe-plist-get.
8246
82472004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
8248
8249 * modes.texi (Font Lock Basics): Fix typo.
8250
82512004-11-08 Richard M. Stallman <rms@gnu.org>
8252
8253 * syntax.texi (Syntax Table Functions): Add syntax-after.
8254
82552004-11-06 Lars Brinkhoff <lars@nocrew.org>
8256
8257 * os.texi (Processor Run Time): New section documenting
8258 get-internal-run-time.
8259
82602004-11-06 Eli Zaretskii <eliz@gnu.org>
8261
8262 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
8263 it nukes elisp-cover.texi.
8264 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
8265 elisp-0 etc.
8266
82672004-11-05 Luc Teirlinck <teirllm@auburn.edu>
8268
8269 * commands.texi (Keyboard Macros): Document `append' return value
8270 of `defining-kbd-macro'.
8271
82722004-11-01 Richard M. Stallman <rms@gnu.org>
8273
8274 * commands.texi (Interactive Call): Add called-interactively-p.
8275
82762004-10-29 Simon Josefsson <jas@extundo.com>
8277
8278 * minibuf.texi (Reading a Password): Revert.
8279
82802004-10-28 Richard M. Stallman <rms@gnu.org>
8281
8282 * frames.texi (Display Feature Testing): Explain about "vendor".
8283
82842004-10-27 Richard M. Stallman <rms@gnu.org>
8285
8286 * commands.texi (Interactive Codes): `N' uses numeric prefix,
8287 not raw. Clarify `n'.
8288 (Interactive Call): Rewrite interactive-p, focusing on when
8289 and how to use it.
8290 (Misc Events): Clarify previous change.
8291
8292 * advice.texi (Simple Advice): Clarify what job the example does.
8293 (Around-Advice): Clarify ad-do-it.
8294 (Activation of Advice): An option of ad-default-compilation-action
8295 is `never', not `nil'.
8296
82972004-10-26 Kim F. Storm <storm@cua.dk>
8298
8299 * commands.texi (Interactive Codes): Add U code letter.
8300
83012004-10-25 Simon Josefsson <jas@extundo.com>
8302
8303 * minibuf.texi (Reading a Password): Add.
8304
83052004-10-24 Jason Rumney <jasonr@gnu.org>
8306
8307 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
8308 and wheel-down.
8309
83102004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
8311
8312 * processes.texi (Synchronous Processes): Document process-file.
8313
83142004-10-22 Kenichi Handa <handa@m17n.org>
8315
8316 * text.texi (translate-region): Document that it accepts also a
8317 char-table.
8318
83192004-10-22 David Ponce <david@dponce.com>
8320
8321 * windows.texi (Resizing Windows): Document the `preserve-before'
8322 argument of the functions `enlarge-window' and `shrink-window'.
8323
83242004-10-19 Jason Rumney <jasonr@gnu.org>
8325
8326 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
8327
83282004-10-09 Luc Teirlinck <teirllm@auburn.edu>
8329
8330 * text.texi (Filling): Add anchor for definition of
8331 `sentence-end-double-space'.
8332
8333 * searching.texi (Regexp Example): Update description of how
8334 Emacs currently recognizes the end of a sentence.
8335 (Standard Regexps): Update definition of the variable
8336 `sentence-end'. Add definition of the function `sentence-end'.
8337
83382004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
8339
8340 * display.texi (Progress): New node.
8341
83422004-10-05 Kim F. Storm <storm@cua.dk>
8343
8344 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
8345
83462004-09-29 Kim F. Storm <storm@cua.dk>
8347
8348 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
8349 to identify bitmaps. Remove -fringe-bitmap suffix for standard
8350 fringe bitmap symbols, as they now have their own namespace.
8351 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
8352 vs. pixels. Signal error if no free bitmap slots.
8353 (Pixel Specification): Change IMAGE to @var{image}.
8354
83552004-09-28 Richard M. Stallman <rms@gnu.org>
8356
8357 * text.texi (Special Properties): Clarify line-spacing and line-height.
8358
8359 * searching.texi (Regexp Search): Add looking-back.
8360
83612004-09-25 Luc Teirlinck <teirllm@auburn.edu>
8362
8363 * display.texi: Correct typos.
8364 (Image Descriptors): Correct xref's.
8365
83662004-09-25 Richard M. Stallman <rms@gnu.org>
8367
8368 * text.texi (Special Properties): Cleanups in `cursor'.
8369 Rewrites in `line-height' and `line-spacing'; exchange them.
8370
8371 * display.texi (Fringes): Rewrite previous change.
8372 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
8373 (Display Fringe Bitmaps): Node deleted, text moved.
8374 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
8375 (Scroll Bars): Clarify set-window-scroll-bars.
8376 (Pointer Shape): Rewrite.
8377 (Specified Space): Clarify :align-to, etc.
8378 (Pixel Specification): Use @var. Clarify new text.
8379 (Other Display Specs): Clarify `slice'.
8380 (Image Descriptors): Cleanups.
8381 (Showing Images): Cleanups.
8382
83832004-09-24 Luc Teirlinck <teirllm@auburn.edu>
8384
8385 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
8386
8387 * modes.texi: Various minor changes in addition to:
8388 (Major Mode Conventions): Final call to `run-mode-hooks' should
8389 not be inside the `delay-mode-hooks' form.
8390 (Mode Hooks): New node.
8391 (Hooks): Delete obsolete example.
8392 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
8393 node "Mode Hooks".
8394
83952004-09-22 Luc Teirlinck <teirllm@auburn.edu>
8396
8397 * display.texi: Correct various typos.
8398 (Display): Rename node "Pointer Shapes" to "Pointer
8399 Shape". (There is already a node called "Pointer Shapes" in
8400 frames.texi.)
8401 (Images): Remove non-existent node "Image Slices" from menu.
8402
84032004-09-23 Kim F. Storm <storm@cua.dk>
8404
8405 * text.texi (Special Properties): Add `cursor', `pointer',
8406 `line-height', and `line-spacing' properties.
8407
8408 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
8409 Shapes' to menu.
8410 (Standard Faces): Doc fix for fringe face.
8411 (Fringes): Add `overflow-newline-into-fringe' and
8412 'indicate-buffer-boundaries'.
8413 (Fringe Bitmaps, Pointer Shapes): New nodes.
8414 (Display Property): Add 'Pixel Specification' and 'Display Fringe
8415 Bitmaps' to menu.
8416 (Specified Space): Describe pixel width and height.
8417 (Pixel Specification): New node.
8418 (Other Display Specs): Add `slice' property.
8419 (Display Fringe Bitmaps): New node.
8420 (Images): Add 'Image Slices' to menu.
8421 (Image Descriptors): Add `:pointer' and `:map' properties.
5dcb4c4e
SM
8422 (Showing Images): Add slice arg to `insert-image'.
8423 Add 'insert-sliced-image'.
b8d4c8d0
GM
8424
84252004-09-20 Richard M. Stallman <rms@gnu.org>
8426
8427 * commands.texi (Key Sequence Input):
8428 Clarify downcasing in read-key-sequence.
8429
84302004-09-08 Juri Linkov <juri@jurta.org>
8431
8432 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
8433
84342004-09-07 Luc Teirlinck <teirllm@auburn.edu>
8435
5dcb4c4e
SM
8436 * locals.texi (Standard Buffer-Local Variables):
8437 Add `buffer-auto-save-file-format'.
b8d4c8d0
GM
8438 * internals.texi (Buffer Internals): Describe new
8439 auto_save_file_format field of the buffer structure.
8440 * files.texi (Format Conversion): `auto-save-file-format' has been
8441 renamed `buffer-auto-save-file-format'.
8442
84432004-08-27 Luc Teirlinck <teirllm@auburn.edu>
8444
8445 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
8446 an integer or a marker.
8447 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
8448
84492004-08-22 Richard M. Stallman <rms@gnu.org>
8450
8451 * modes.texi (Major Mode Conventions): Discuss rebinding of
8452 standard key bindings.
8453
84542004-08-18 Kim F. Storm <storm@cua.dk>
8455
8456 * processes.texi (Accepting Output): Add `just-this-one' arg to
8457 `accept-process-output'.
8458 (Output from Processes): New var `process-adaptive-read-buffering'.
8459
84602004-08-10 Luc Teirlinck <teirllm@auburn.edu>
8461
8462 * keymaps.texi: Various changes in addition to:
8463 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
8464 Give more varied examples for `kbd'.
8465 (Creating Keymaps): Char tables have slots for all characters
8466 without modifiers.
8467 (Active Keymaps): `overriding-local-map' and
8468 `overriding-terminal-local-map' also override text property and
8469 overlay keymaps.
8470 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
8471 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
8472 to denote a prefix of no events.
8473 `map-keymap' includes parent's bindings _recursively_.
8474 Clarify and correct description of `where-is-internal'.
8475 Mention BUFFER-OR-NAME arg to `describe-bindings'.
8476 (Menu Example): For menus intended for use with the keyboard, the
8477 menu items should be bound to characters or real function keys.
8478
84792004-08-08 Luc Teirlinck <teirllm@auburn.edu>
8480
8481 * objects.texi (Character Type): Reposition `@anchor' to prevent
8482 double space inside sentence in Info.
8483
8484 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
8485 renamed to `disabled-command-function'.
8486 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
8487 (Command Loop Info): Replace reference to it.
8488 (Disabling Commands): `disabled-command-hook' has been renamed to
8489 `disabled-command-function'.
8490
84912004-08-07 Luc Teirlinck <teirllm@auburn.edu>
8492
8493 * os.texi (Translating Input): Only non-prefix bindings in
8494 `key-translation-map' override actual key bindings. Warn about
8495 possible indirect effect of actual key bindings on non-prefix
8496 bindings in `key-translation-map'.
8497
84982004-08-06 Luc Teirlinck <teirllm@auburn.edu>
8499
8500 * minibuf.texi (High-Level Completion): Add anchor for definition
8501 of `read-variable'.
8502
8503 * commands.texi: Various changes in addition to:
8504 (Using Interactive): Clarify description of `interactive-form'.
8505 (Interactive Call): Mention default for KEYS argument to
8506 `call-interactively'.
8507 (Command Loop Info): Clarify description of `this-command-keys'.
8508 Mention KEEP-RECORD argument to `clear-this-command-keys'.
8509 Value of `last-event-frame' can be `macro'.
8510 (Repeat Events): `double-click-fuzz' is also used to distinguish
8511 clicks and drags.
8512 (Classifying Events): Clarify descriptions of `event-modifiers'
8513 `event-basic-type' and `event-convert-list'.
8514 (Accessing Events): `posn-timestamp' takes POSITION argument.
8515 (Quoted Character Input): Clarify description of
8516 `read-quoted-char' and fix example.
8517 (Quitting): Add `with-local-quit'.
8518 (Disabling Commands): Correct and clarify descriptions of
8519 `enable-command' and `disable-command'.
8520 Mention what happens if `disabled-command-hook' is nil.
8521 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
8522 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
8523
85242004-07-24 Luc Teirlinck <teirllm@auburn.edu>
8525
8526 * frames.texi: Various changes in addition to:
8527 (Creating Frames): Expand and clarify description of `make-frame'.
8528 (Window Frame Parameters): Either none or both of the `icon-left'
8529 and `icon-top' parameters must be specified. Put descriptions of
8530 `menu-bar-lines' and `toolbar-lines' closer together and change
8531 them accordingly.
8532 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
8533 except while processing `frame-title-format' or `icon-title-format'.
8534 (Deleting Frames): Correct description of `delete-frame'.
8535 Non-nil return values of `frame-live-p' are like those of `framep'.
8536 (Frames and Windows): Mention return value of
8537 `set-frame-selected-window'.
8538 (Visibility of Frames): Mention `force' argument to
8539 `make-frame-invisible'. `frame-visible-p' returns t for all
8540 frames on text-only terminals.
8541 (Frame Configurations): Restoring a frame configuration does not
8542 restore deleted frames.
8543 (Window System Selections): `x-set-selection' returns DATA.
8544 (Resources): Add example.
8545 (Display Feature Testing): Clarify descriptions of
8546 `display-pixel-height', `display-pixel-width', `x-server-version'
8547 and `x-server-vendor'.
8548
8549 * windows.texi (Choosing Window): Add anchor.
8550 * minibuf.texi (Minibuffer Misc): Add anchor.
8551
85522004-07-23 John Paul Wallington <jpw@gnu.org>
8553
8554 * macros.texi (Defining Macros): Declaration keyword for setting
8555 Edebug spec is `debug' not `edebug'.
8556
85572004-07-19 Luc Teirlinck <teirllm@auburn.edu>
8558
8559 * windows.texi: Various small changes in addition to:
8560 (Window Point): Mention return value of `set-window-point'.
8561 (Window Start): `pos-visible-in-window-p' disregards horizontal
8562 scrolling. Explain return value if PARTIALLY is non-nil.
8563 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
8564 and `set-window-vscroll'.
8565 (Size of Window): The argument WINDOW to `window-inside-edges',
8566 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
8567 (Resizing Windows): Explain return value of
8568 `shrink-window-if-larger-than-buffer'.
8569 `window-size-fixed' automatically becomes buffer local when set.
8570 (Window Configurations): Explain return value of
8571 `set-window-configuration'.
8572
8573 * minibuf.texi (Minibuffer Misc): Add anchor for
8574 `minibuffer-scroll-window'.
8575
8576 * positions.texi (Text Lines): Add anchor for `count-lines'.
8577
85782004-07-17 Richard M. Stallman <rms@gnu.org>
8579
8580 * display.texi (Overlay Properties): Adding `evaporate' prop
8581 deletes empty overlay immediately.
8582
8583 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
8584 fix example.
8585
85862004-07-16 Jim Blandy <jimb@redhat.com>
8587
8588 * searching.texi (Regexp Backslash): Document new \_< and \_>
8589 operators.
8590
85912004-07-16 Juanma Barranquero <lektu@terra.es>
8592
8593 * display.texi (Images): Fix Texinfo usage.
8594
85952004-07-14 Luc Teirlinck <teirllm@auburn.edu>
8596
8597 * buffers.texi (Modification Time): `visited-file-modtime' now
8598 returns a list of two integers, instead of a cons.
8599
86002004-07-13 Luc Teirlinck <teirllm@auburn.edu>
8601
8602 * windows.texi: Various changes in addition to:
8603 (Splitting Windows): Add `split-window-keep-point'.
8604
86052004-07-09 Richard M. Stallman <rms@gnu.org>
8606
8607 * frames.texi (Input Focus): Minor fix.
8608
86092004-07-07 Luc Teirlinck <teirllm@auburn.edu>
8610
8611 * frames.texi (Input Focus): Clarify descriptions of
8612 `select-frame-set-input-focus' and `select-frame'.
8613
86142004-07-06 Luc Teirlinck <teirllm@auburn.edu>
8615
8616 * os.texi: Various small changes in addition to:
8617 (Killing Emacs): Expand and clarify description of
8618 `kill-emacs-query-functions' and `kill-emacs-hook'.
8619 (System Environment): Expand and clarify description of `getenv'
8620 and `setenv'.
8621 (Timers): Clarify description of `run-at-time'.
8622 (Translating Input): Correct description of
8623 `extra-keyboard-modifiers'.
8624 (Flow Control): Correct description of `enable-flow-control'.
8625
86262004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
8627
8628 * os.texi: Update copyright.
8629 (Session Management): Grammar fix.
8630 Clarify which Emacs does the restarting.
8631 Use @samp for *scratch* buffer.
8632
86332004-07-04 Alan Mackenzie <acm@muc.de>
8634
8635 * frames.texi (Input Focus): Add documentation for
8636 `select-frame-set-input-focus'. Replace refs to non-existent
8637 `switch-frame' with `select-frame'. Minor corrections and tidying
8638 up of text-only terminal stuff.
8639
86402004-07-02 Richard M. Stallman <rms@gnu.org>
8641
8642 * files.texi (Saving Buffers): Cleanup write-contents-function.
8643 (Magic File Names): Cleanup file-remote-p.
8644
b344d29d 86452004-07-02 Kai Großjohann <kai@emptydomain.de>
b8d4c8d0
GM
8646
8647 * files.texi (Magic File Names): `file-remote-p' returns an
8648 identifier of the remote system, not just t.
8649
86502004-07-02 David Kastrup <dak@gnu.org>
8651
8652 * searching.texi (Entire Match Data): Add explanation about new
8653 match-data behavior when @var{integers} is non-nil.
8654
86552004-06-24 Richard M. Stallman <rms@gnu.org>
8656
8657 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
8658
8659 * customize.texi (Variable Definitions): Note about doc strings
8660 and :set.
8661
8662 * keymaps.texi (Keymap Terminology): Document `kbd'.
8663 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
8664
8665 * display.texi (Invisible Text): Setting buffer-invisibility-spec
8666 makes it buffer-local.
8667
8668 * files.texi (Saving Buffers): Correct previous change.
8669
8670 * commands.texi (Accessing Events):
8671 Clarify posn-col-row and posn-actual-col-row.
8672
86732004-06-24 David Ponce <david.ponce@wanadoo.fr>
8674
8675 * commands.texi (Accessing Events): New functions
8676 posn-at-point and posn-at-x-y. Add example to posn-x-y.
8677
86782004-06-23 Luc Teirlinck <teirllm@auburn.edu>
8679
8680 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
8681 * frames.texi, buffers.texi, backups.texi, variables.texi:
8682 * loading.texi, eval.texi, functions.texi, control.texi:
8683 * symbols.texi, minibuf.texi: Reposition @anchor's.
8684
8685 * help.texi: Various small changes in addition to the following.
8686 (Describing Characters): Describe PREFIX argument to
8687 `key-description'. Correct and clarify definition of
8688 `text-char-description'. Describe NEED-VECTOR argument to
8689 `read-kbd-macro'.
8690 (Help Functions): Clarify definition of `apropos'.
8691
86922004-06-23 Lars Hansen <larsh@math.ku.dk>
8693
8694 * files.texi (Saving Buffers): Correct description of
8695 `write-contents-functions'.
8696
86972004-06-21 Juanma Barranquero <lektu@terra.es>
8698
8699 * display.texi (Images): Remove redundant @vindex directives.
8700 Rewrite `image-library-alist' doc in active voice.
8701
87022004-06-14 Juanma Barranquero <lektu@terra.es>
8703
8704 * display.texi (Images): Document new delayed library loading,
8705 variable `image-library-alist' and (existing but undocumented)
8706 function `image-type-available-p'.
8707
87082004-06-05 Richard M. Stallman <rms@gnu.org>
8709
8710 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
8711 refer the user to the Initial Input node.
8712 (Text from Minibuffer): Likewise.
8713 (Initial Input): New node. Document this feature
8714 and say it is mostly deprecated.
8715
87162004-05-30 Richard M. Stallman <rms@gnu.org>
8717
8718 * loading.texi (Named Features): Clarify return value
8719 and meaning of NOERROR.
8720
8721 * variables.texi (File Local Variables): Minor cleanup.
8722
87232004-05-30 Michael Albinus <michael.albinus@gmx.de>
8724
8725 * files.texi (Magic File Names): Add `file-remote-p' as operation
8726 of file name handlers.
8727
87282004-05-29 Richard M. Stallman <rms@gnu.org>
8729
8730 * modes.texi (Minor Mode Conventions): (-) has no special meaning
8731 as arg to a minor mode command.
8732
87332004-05-22 Richard M. Stallman <rms@gnu.org>
8734
8735 * syntax.texi (Syntax Class Table): Word syntax not just for English.
8736
8737 * streams.texi (Output Variables): Doc float-output-format.
8738
8739 * searching.texi (Regexp Special): Nested repetition can be infloop.
8740
8741 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
8742 real stack overflow.
8743
8744 * compile.texi: Minor cleanups.
8745
87462004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
8747
8748 * lists.texi (Cons Cells): Explain dotted lists, true lists,
8749 circular lists.
8750 (List Elements): Explain handling of circular and dotted lists.
8751
87522004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
8753
8754 * modes.texi (Search-based Fontification): Fix typo.
8755
87562004-05-10 Juanma Barranquero <lektu@terra.es>
8757
8758 * modes.texi (Mode Line Variables): Fix description of
8759 global-mode-string, which is now after which-func-mode, not the
8760 buffer name.
8761
87622004-05-07 Lars Hansen <larsh@math.ku.dk>
8763
8764 * modes.texi (Desktop Save Mode): Add.
8765 (Modes): Add menu entry Desktop Save Mode.
8766
8767 * hooks.texi: Add desktop-after-read-hook,
8768 desktop-no-desktop-file-hook and desktop-save-hook.
8769
8770 * locals.texi: Add desktop-save-buffer.
8771
87722004-04-30 Jesper Harder <harder@ifa.au.dk>
8773
8774 * display.texi: emacs -> Emacs.
8775
87762004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
8777
8778 * files.texi (Changing Files): Document set-file-times.
8779
87802004-04-23 Juanma Barranquero <lektu@terra.es>
8781
8782 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8783
87842004-04-18 Jesper Harder <harder@ifa.au.dk>
8785
8786 * tips.texi (Coding Conventions): defopt -> defcustom.
8787
87882004-04-16 Luc Teirlinck <teirllm@auburn.edu>
8789
8790 * sequences.texi: Various clarifications.
8791
87922004-04-14 Luc Teirlinck <teirllm@auburn.edu>
8793
8794 * buffers.texi (Read Only Buffers): Mention optional ARG to
8795 `toggle-read-only'.
8796
87972004-04-14 Nick Roberts <nick@nick.uklinux.net>
8798
8799 * windows.texi (Selecting Windows): Note that get-lru-window
8800 returns a full-width window if possible.
8801
88022004-04-13 Luc Teirlinck <teirllm@auburn.edu>
8803
8804 * buffers.texi: Various changes in addition to:
8805 (Buffer File Name): Add `find-buffer-visiting'.
8806 (Buffer Modification): Mention optional ARG to `not-modified'.
8807 (Indirect Buffers): Mention optional CLONE argument to
8808 `make-indirect-buffer'.
8809
8810 * files.texi: Various changes in addition to:
8811 (Visiting Functions): `find-file-hook' is now a normal hook.
8812 (File Name Expansion): Explain difference between the way that
8813 `expand-file-name' and `file-truename' treat `..'.
8814 (Contents of Directories): Mention optional ID-FORMAT argument to
8815 `directory-files-and-attributes'.
8816 (Format Conversion): Mention new optional CONFIRM argument to
8817 `format-write-file'.
8818
88192004-04-12 Miles Bader <miles@gnu.org>
8820
8821 * macros.texi (Expansion): Add description of `macroexpand-all'.
8822
88232004-04-05 Jesper Harder <harder@ifa.au.dk>
8824
5dcb4c4e
SM
8825 * variables.texi (Variable Aliases):
8826 Mention cyclic-variable-indirection.
b8d4c8d0
GM
8827
8828 * errors.texi (Standard Errors): Ditto.
8829
88302004-04-04 Luc Teirlinck <teirllm@auburn.edu>
8831
8832 * backups.texi: Various small changes in addition to:
8833 (Making Backups): Mention return value of `backup-buffer'.
8834 (Auto-Saving): Mention optional FORCE argument to
8835 `delete-auto-save-file-if-necessary'.
8836 (Reverting): Mention optional PRESERVE-MODES argument to
8837 `revert-buffer'. Correct description of `revert-buffer-function'.
8838
88392004-03-22 Juri Linkov <juri@jurta.org>
8840
8841 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
8842 with `Vector Functions'.
8843
8844 * text.texi (Sorting): Add missing quote.
8845
88462004-03-14 Luc Teirlinck <teirllm@auburn.edu>
8847
8848 * intro.texi (Lisp History): Replace xref to `cl' manual with
8849 inforef.
8850
88512004-03-12 Richard M. Stallman <rms@gnu.org>
8852
8853 * intro.texi (Version Info): Add arg to emacs-version.
8854 (Lisp History): Change xref to CL manual.
8855
88562004-03-09 Luc Teirlinck <teirllm@auburn.edu>
8857
8858 * minibuf.texi (Completion Commands): Add xref to Emacs manual
8859 for Partial Completion mode.
8860
88612004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
8862
8863 * customize.texi: Fix typo. Remove eol whitespace.
8864
88652004-03-04 Richard M. Stallman <rms@gnu.org>
8866
8867 * processes.texi: Fix typos.
8868
8869 * lists.texi (Building Lists): Minor clarification.
8870
8871 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
8872 in make-hash-table.
8873
88742004-02-29 Juanma Barranquero <lektu@terra.es>
8875
8876 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
8877 rm, and ignore exit code.
8878
88792004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
8880
8881 * display.texi (Defining Faces): Add description for min-colors.
8882 Update example.
8883
88842004-02-23 Luc Teirlinck <teirllm@auburn.edu>
8885
8886 * abbrevs.texi: Various corrections and clarifications in addition
8887 to the following:
8888 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
8889
88902004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
8891
8892 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
8893
88942004-02-21 Luc Teirlinck <teirllm@auburn.edu>
8895
8896 * text.texi: Various small changes in addition to the following:
8897 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
8898 to delete-horizontal-space.
8899 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
8900 description of yank-handler text property at various places.
8901
8902 * frames.texi (Window System Selections): Add anchor.
8903
8904 * syntax.texi (Syntax Table Functions): Clarify and correct
8905 descriptions of make-syntax-table and copy-syntax-table.
8906 (Motion and Syntax): Clarify SYNTAXES argument to
8907 skip-syntax-forward.
8908 (Parsing Expressions): Mention that the return value of
8909 parse-partial-sexp is currently a list of ten rather than nine
8910 elements.
8911 (Categories): Various corrections and clarifications.
8912
89132004-02-17 Luc Teirlinck <teirllm@auburn.edu>
8914
8915 * markers.texi (Marker Insertion Types): Minor change.
8916
8917 * locals.texi (Standard Buffer-Local Variables):
8918 * commands.texi (Interactive Codes, Using Interactive):
8919 * functions.texi (Related Topics): Fix xrefs.
8920
89212004-02-16 Luc Teirlinck <teirllm@auburn.edu>
8922
8923 * lists.texi (Sets And Lists): Update description of delete-dups.
8924
89252004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
8926
8927 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
8928
c8763fb6 89292004-02-16 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
8930
8931 * frames.texi (Parameter Access): frame-parameters arg is optional.
8932 modify-frame-parameters handles nil for FRAME.
8933 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
8934 are all-or-nothing for certain toolkits.
8935 Mention parameter wait-for-wm.
8936 (Frames and Windows): In frame-first-window and frame-selected-window
8937 the arg is optional.
8938 (Input Focus): In redirect-frame-focus the second arg is optional.
8939 (Window System Selections): Mention selection type CLIPBOARD.
8940 Mention data-type UTF8_STRING.
8941 Mention numbering of cut buffers.
8942 (Resources): Describe x-resource-name.
8943
89442004-02-16 Richard M. Stallman <rms@gnu.org>
8945
8946 * windows.texi (Buffers and Windows): Delete false table
8947 about all-frames.
8948
8949 * syntax.texi (Parsing Expressions): Delete old caveat
8950 about parse-sexp-ignore-comments.
8951
8952 * streams.texi (Output Variables): Add print-quoted.
8953
8954 * lists.texi (Building Lists): Minor cleanup.
8955
8956 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
8957
8958 * display.texi (Overlays): Explain overlays use markers.
8959 (Managing Overlays): Explain front-advance and rear-advance
8960 in more detail.
8961
8962 * loading.texi (Unloading): Document unload-feature-special-hooks.
8963 Get rid of fns-NNN.el file.
8964
89652004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
8966
8967 * help.texi (Describing Characters): Fix text-char-description
8968 example output.
8969
8970 * edebug.texi (Using Edebug): Fix example.
8971
8972 * debugging.texi (Internals of Debugger): Fix return value.
8973
8974 * files.texi (Changing Files): Fix argname.
8975
8976 * calendar.texi: Fix parens, and default values.
8977
8978 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
8979 * nonascii.texi, objects.texi, os.texi: Minor fixes.
b3e755a9 8980 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
b8d4c8d0
GM
8981
8982 * positions.texi (Text Lines): Don't add -1 in current-line.
8983
89842004-02-16 Richard M. Stallman <rms@gnu.org>
8985
8986 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
8987
89882004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
8989
8990 * processes.texi (Low-Level Network): Fix a typo.
8991
89922004-02-12 Kim F. Storm <storm@cua.dk>
8993
8994 * display.texi (Fringes): Use consistent wording.
8995 Note that window-fringe's window arg is optional.
8996 (Scroll Bars): Use consistent wording.
8997
89982004-02-11 Luc Teirlinck <teirllm@auburn.edu>
8999
9000 * tips.texi (Comment Tips): Document the new conventions for
9001 commenting out code.
9002
c8763fb6 90032004-02-07 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0 9004
5dcb4c4e 9005 * positions.texi (Text Lines): Add missing end defun.
b8d4c8d0
GM
9006
90072004-02-07 Kim F. Storm <storm@cua.dk>
9008
9009 * positions.texi (Text Lines): Add line-number-at-pos.
9010
90112004-02-06 John Paul Wallington <jpw@gnu.org>
9012
9013 * display.texi (Button Properties, Button Buffer Commands):
9014 mouse-2 invokes button, not down-mouse-1.
9015
90162004-02-04 Jason Rumney <jasonr@gnu.org>
9017
9018 * makefile.w32-in: Sync with Makefile.in changes.
9019
90202004-02-03 Luc Teirlinck <teirllm@auburn.edu>
9021
9022 * minibuf.texi (Text from Minibuffer): Various corrections and
9023 clarifications.
9024 (Object from Minibuffer): Correct Lisp description of
9025 read-minibuffer.
9026 (Minibuffer History): Clarify description of cons values for
9027 HISTORY arguments.
5dcb4c4e
SM
9028 (Basic Completion): Various corrections and clarifications.
9029 Add completion-regexp-list.
b8d4c8d0
GM
9030 (Minibuffer Completion): Correct and clarify description of
9031 completing-read.
5dcb4c4e
SM
9032 (Completion Commands): Mention Partial Completion mode.
9033 Various other minor changes.
b8d4c8d0
GM
9034 (High-Level Completion): Various corrections and clarifications.
9035 (Reading File Names): Ditto.
9036 (Minibuffer Misc): Ditto.
9037
90382004-01-26 Luc Teirlinck <teirllm@auburn.edu>
9039
9040 * strings.texi (Text Comparison): assoc-string also matches
9041 elements of alists that are strings instead of conses.
9042 (Formatting Strings): Standardize Texinfo usage. Update index
9043 entries.
9044
90452004-01-20 Luc Teirlinck <teirllm@auburn.edu>
9046
9047 * lists.texi (Sets And Lists): Add delete-dups.
9048
90492004-01-15 Luc Teirlinck <teirllm@auburn.edu>
9050
9051 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
9052 special form.
9053 * macros.texi (Defining Macros): Update description of `declare',
9054 which now is a macro.
9055 (Wrong Time): Fix typos.
9056
90572004-01-14 Luc Teirlinck <teirllm@auburn.edu>
9058
9059 * compile.texi (Compilation Functions): Expand descriptions of
9060 `compile-defun', `byte-compile-file', `byte-recompile-directory'
9061 and `batch-byte-compile'. In particular, mention and describe
9062 all optional arguments.
9063 (Disassembly): Correct and clarify the description of `disassemble'.
9064
90652004-01-11 Luc Teirlinck <teirllm@auburn.edu>
9066
9067 * searching.texi: Various small changes in addition to the
9068 following.
9069 (Regexp Example): Adapt to new value of `sentence-end'.
9070 (Regexp Functions): The PAREN argument to `regexp-opt' can be
9071 `words'.
9072 (Search and Replace): Add usage note for `perform-replace'.
9073 (Entire Match Data): Mention INTEGERS and REUSE arguments to
9074 `match-data'.
9075 (Standard Regexps): Update for new values of `paragraph-start'
9076 and `sentence-end'.
9077
90782004-01-07 Luc Teirlinck <teirllm@auburn.edu>
9079
9080 * files.texi (Saving Buffers): Clarify descriptions of
9081 `write-contents-functions' and `before-save-hook'.
9082 Make the defvar's for `before-save-hook' and `after-save-hook'
9083 into defopt's.
9084
90852004-01-07 Kim F. Storm <storm@cua.dk>
9086
9087 * commands.texi (Click Events): Describe new image and
9088 width/height elements of click events.
9089 (Accessing Events): Add posn-string, posn-image, and
9090 posn-object-width-height. Change posn-object to return either
9091 image or string object.
9092
90932004-01-01 Simon Josefsson <jas@extundo.com>
9094
9095 * hooks.texi (Standard Hooks): Add before-save-hook.
9096 * files.texi (Saving Buffers): Likewise.
9097
90982004-01-03 Richard M. Stallman <rms@gnu.org>
9099
9100 * frames.texi (Frames and Windows): Delete frame-root-window.
9101
91022004-01-03 Luc Teirlinck <teirllm@auburn.edu>
9103
9104 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
9105
9106 * functions.texi: Various small changes in addition to the
9107 following.
5dcb4c4e
SM
9108 (What Is a Function): `functionp' returns nil for macros.
9109 Clarify behavior of this and following functions for symbol arguments.
b8d4c8d0
GM
9110 (Function Documentation): Add `\' in front of (fn @var{arglist})
9111 and explain why.
9112 (Defining Functions): Mention DOCSTRING argument to `defalias'.
9113 Add anchor.
9114 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
9115
91162004-01-01 Miles Bader <miles@gnu.org>
9117
9118 * display.texi (Buttons): New section.
9119
91202003-12-31 Andreas Schwab <schwab@suse.de>
9121
9122 * numbers.texi (Math Functions): sqrt reports a domain-error
9123 error.
9124 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
9125
91262003-12-30 Luc Teirlinck <teirllm@auburn.edu>
9127
9128 * tips.texi (Documentation Tips): Update item on hyperlinks in
9129 documentation strings.
9130
9131 * errors.texi (Standard Errors): Various small corrections and
9132 additions.
9133
9134 * control.texi: Various small changes in addition to the
9135 following.
9136 (Signaling Errors): Provide some more details on how `signal'
9137 constructs the error message. Add anchor to the definition of
9138 `signal'.
9139 (Error Symbols): Describe special treatment of `quit'.
9140 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
9141 to emphasize that it has to be a single form.
9142
9143 * buffers.texi: Add anchor.
9144
91452003-12-29 Richard M. Stallman <rms@gnu.org>
9146
9147 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
9148 (Window Configurations): Add window-configuration-frame.
9149
9150 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
9151
9152 * text.texi (Examining Properties): Add get-char-property-and-overlay.
9153 Change arg name in get-char-property.
9154 (Special Properties): Update handling of keymap property.
9155
9156 * strings.texi (Modifying Strings): Add clear-string.
9157 (Text Comparison): Add assoc-string and remove
9158 assoc-ignore-case, assoc-ignore-representation.
9159
9160 * os.texi (Time of Day): Add set-time-zone-rule.
9161
9162 * numbers.texi (Math Functions): asin, acos, log, log10
9163 report domain-error errors.
9164
9165 * nonascii.texi (Converting Representations):
9166 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
9167 (Encoding and I/O): Add file-name-coding-system.
9168
9169 * modes.texi (Search-based Fontification): Explain that
9170 face specs are symbols with face names as values.
9171
9172 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
9173
9174 * lists.texi (Building Lists): remq moved elsewhere.
9175 (Sets And Lists): remq moved here.
9176 (Association Lists): Refer to assoc-string.
9177
9178 * internals.texi (Garbage Collection): Add memory-use-counts.
9179
9180 * frames.texi (Frames and Windows): Add set-frame-selected-window
9181 and frame-root-window.
9182
9183 * files.texi (Contents of Directories):
9184 Add directory-files-and-attributes.
9185
9186 * display.texi (Refresh Screen): Add force-window-update.
9187 (Invisible Text): Explain about moving point out of invis text.
9188 (Overlay Properties): Add overlay-properties.
9189 (Managing Overlays): Add overlayp.
9190 (GIF Images): Invalid image number displays a hollow box.
9191
9192 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
9193 (Killing Buffers): Add buffer-live-p.
9194
91952003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
9196
9197 * display.texi (Fringes): Fix typo "set-buffer-window".
9198
91992003-12-24 Luc Teirlinck <teirllm@auburn.edu>
9200
9201 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
9202 * nonascii.texi, processes.texi, tips.texi, variables.texi:
9203 Add or change various xrefs and anchors.
9204
9205 * commands.texi: Replace all occurrences of @acronym{CAR} with
9206 @sc{car}, for consistency with the rest of the Elisp manual.
9207 `car' and `cdr' are historically acronyms, but are no longer
9208 widely thought of as such.
9209
9210 * internals.texi (Pure Storage): Mention that `purecopy' does not
9211 copy text properties.
9212 (Object Internals): Now 29 bits are used (in most implementations)
9213 to address Lisp objects.
9214
9215 * variables.texi (Variables with Restricted Values): New node.
9216
9217 * objects.texi (Lisp Data Types): Mention that certain variables
9218 can only take on a restricted set of values and add an xref to
9219 the new node "Variables with Restricted Values".
9220
9221 * eval.texi (Function Indirection): Describe the errors that
9222 `indirect-function' can signal.
9223 (Eval): Clarify the descriptions of `eval-region' and `values'.
9224 Describe `eval-buffer' instead of `eval-current-buffer' and
9225 mention `eval-current-buffer' as an alias for `current-buffer'.
9226 Correct the description and mention all optional arguments.
9227
9228 * nonascii.texi: Various small changes in addition to the
9229 following.
9230 (Converting Representations): Clarify behavior of
9231 `string-make-multibyte' and `string-to-multibyte' for unibyte all
9232 ASCII arguments.
9233 (Character Sets): Document the variable `charset-list' and adapt
9234 the definition of the function `charset-list' accordingly.
9235 (Translation of Characters): Clarify use of generic characters in
9236 `make-translation-table'. Clarify and correct the description of
9237 the use of translation tables in encoding and decoding.
9238 (User-Chosen Coding Systems): Correct and clarify the description
9239 of `select-safe-coding-system'.
9240 (Default Coding Systems): Clarify description of
9241 `file-coding-system-alist'.
9242
92432003-11-30 Luc Teirlinck <teirllm@auburn.edu>
9244
9245 * strings.texi (Text Comparison): Correctly describe when two
9246 strings are `equal'. Combine and clarify descriptions of
9247 `assoc-ignore-case' and `assoc-ignore-representation'.
9248
9249 * objects.texi (Non-ASCII in Strings): Clarify description of
9250 when a string is unibyte or multibyte.
9251 (Bool-Vector Type): Update examples.
9252 (Equality Predicates): Correctly describe when two strings are
9253 `equal'.
9254
92552003-11-29 Luc Teirlinck <teirllm@auburn.edu>
9256
9257 * lists.texi (Building Lists): `append' no longer accepts integer
9258 arguments. Update the description of `number-sequence' to reflect
9259 recent changes.
9260 (Sets And Lists): Describe `member-ignore-case' after `member'.
9261
92622003-11-27 Kim F. Storm <storm@cua.dk>
9263
9264 * commands.texi (Click Events): Click object may be an images.
9265 Describe (dx . dy) element of click positions.
9266 (Accessing Events): Remove duplicate posn-timestamp.
9267 New functions posn-object and posn-object-x-y.
9268
92692003-11-23 Kim F. Storm <storm@cua.dk>
9270
9271 * commands.texi (Click Events): Describe enhancements to event
9272 position lists, including new text-pos and (col . row) items.
9273 Mention left-fringe and right-fringe area events.
9274 (Accessing Events): New functions posn-area and
9275 posn-actual-col-row. Mention posn-timestamp. Mention that
9276 posn-point in non-text area still returns buffer position.
9277 Clarify posn-col-row.
9278
92792003-11-21 Lars Hansen <larsh@math.ku.dk>
9280
9281 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
9282 * anti.texi (File Attributes): Describe removed parameter
9283 ID-FORMAT.
9284
92852003-11-20 Luc Teirlinck <teirllm@auburn.edu>
9286
9287 * positions.texi (Positions): Mention that, if a marker is used as
9288 a position, its buffer is ignored.
9289
9290 * markers.texi (Overview of Markers): Mention it here too.
9291
92922003-11-12 Luc Teirlinck <teirllm@auburn.edu>
9293
9294 * numbers.texi (Numeric Conversions): Not just `floor', but also
9295 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
9296
92972003-11-10 Luc Teirlinck <teirllm@auburn.edu>
9298
9299 * markers.texi (Creating Markers): Specify insertion type of
9300 created markers. Add xref to `Marker Insertion Types'.
9301 Second argument to `copy-marker' is optional.
9302 (Marker Insertion Types): Mention that most markers are created
9303 with insertion type nil.
9304 (The Mark): Correctly describe when `mark' signals an error.
9305 (The Region): Correctly describe when `region-beginning' and
9306 `region-end' signal an error.
9307
93082003-11-08 Luc Teirlinck <teirllm@auburn.edu>
9309
9310 * hash.texi (Creating Hash): Clarify description of `eql'.
9311 `makehash' is obsolete.
9312 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
9313
9314 * positions.texi (Point): Change description of `buffer-end', so
9315 that it is also correct for floating point arguments.
9316 (List Motion): Correct argument lists of `beginning-of-defun' and
9317 `end-of-defun'.
9318 (Excursions): Add xref to `Marker Insertion Types'.
9319 (Narrowing): Argument to `narrow-to-page' is optional.
9320
93212003-11-06 Luc Teirlinck <teirllm@auburn.edu>
9322
9323 * streams.texi (Output Streams): Clarify behavior of point for
9324 marker output streams.
9325
93262003-11-04 Luc Teirlinck <teirllm@auburn.edu>
9327
9328 * variables.texi (Defining Variables): Second argument to
9329 `defconst' is not optional.
9330 (Setting Variables): Mention optional argument APPEND to
9331 `add-to-list'.
9332 (Creating Buffer-Local): Expand description of
9333 `make-variable-buffer-local'.
9334 (Frame-Local Variables): Expand description of
9335 `make-variable-frame-local'.
9336 (Variable Aliases): Correct description of optional argument
9337 DOCSTRING to `defvaralias'. Mention return value of
9338 `defvaralias'.
9339 (File Local Variables): Add xref to `File variables' in Emacs
9340 Manual. Correct description of `hack-local-variables'. Mention
9341 `safe-local-variable' property. Mention optional second argument
9342 to `risky-local-variable-p'.
9343
93442003-11-03 Luc Teirlinck <teirllm@auburn.edu>
9345
9346 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
9347
93482003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
9349
9350 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
9351 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
9352 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
9353 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
9354 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
9355 lispref/processes.texi, lispref/searching.texi,
9356 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
9357 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
9358 @acronym{FOO}.
9359
93602003-10-27 Luc Teirlinck <teirllm@auburn.edu>
9361
9362 * strings.texi (Creating Strings): Argument START to `substring'
9363 can not be `nil'. Expand description of
9364 `substring-no-properties'. Correct description of `split-string',
9365 especially with respect to empty matches. Prevent very bad line
9366 break in definition of `split-string-default-separators'.
9367 (Text Comparison): `string=' and `string<' also accept symbols as
9368 arguments.
9369 (String Conversion): More completely describe argument BASE in
9370 `string-to-number'.
9371 (Formatting Strings): `%s' and `%S' in `format' do require
9372 corresponding object. Clarify behavior of numeric prefix after
9373 `%' in `format'.
9374 (Case Conversion): The argument to `upcase-initials' can be a
9375 character.
9376
93772003-10-27 Kenichi Handa <handa@m17n.org>
9378
9379 * display.texi (Fontsets): Fix texinfo usage.
9380
93812003-10-25 Kenichi Handa <handa@m17n.org>
9382
9383 * display.texi (Fontsets): Add description of the function
9384 set-fontset-font.
9385
93862003-10-23 Luc Teirlinck <teirllm@auburn.edu>
9387
9388 * display.texi (Temporary Displays): Add xref to `Documentation
9389 Tips'.
9390
9391 * functions.texi (Function Safety): Use inforef instead of pxref
9392 for SES.
9393
93942003-10-23 Andreas Schwab <schwab@suse.de>
9395
9396 * Makefile.in (TEX, texinputdir): Don't define.
9397 (TEXI2DVI): Define.
9398 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
9399 add $(srcdir)/index.texi.
9400 ($(infodir)/elisp): Remove index.texi dependency.
9401 (elisp.dvi): Likewise. Use $(TEXI2DVI).
9402 (index.texi): Remove target.
9403 (dist): Don't link $(srcdir)/permute-index.
9404 (clean): Don't remove index.texi.
9405
9406 * permute-index, index.perm: Remove.
9407 * index.texi: Rename from index.unperm.
9408
94092003-10-22 Luc Teirlinck <teirllm@auburn.edu>
9410
9411 * tips.texi (Documentation Tips): Document new behavior for face
9412 and variable hyperlinks in Help mode.
9413
94142003-10-21 Luc Teirlinck <teirllm@auburn.edu>
9415
9416 * objects.texi (Integer Type): Update for extra bit of integer range.
9417 (Character Type): Ditto.
9418
94192003-10-16 Eli Zaretskii <eliz@gnu.org>
9420
9421 * numbers.texi (Integer Basics): Add index entries for reading
9422 numbers in hex, octal, and binary.
9423
94242003-10-16 Lute Kamstra <lute@gnu.org>
9425
9426 * modes.texi (Mode Line Format): Mention force-mode-line-update's
9427 argument.
9428
94292003-10-13 Luc Teirlinck <teirllm@auburn.edu>
9430
9431 * windows.texi (Choosing Window): Fix typo.
9432 * edebug.texi (Edebug Execution Modes): Fix typo.
9433
94342003-10-13 Richard M. Stallman <rms@gnu.org>
9435
9436 * windows.texi (Basic Windows): A window has fringe settings,
9437 display margins and scroll-bar settings.
9438 (Splitting Windows): Doc split-window return value.
9439 Clean up one-window-p.
9440 (Selecting Windows): Fix typo.
9441 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
9442 (Buffers and Windows): In set-window-buffer, explain effect
9443 on fringe settings and scroll bar settings.
9444 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
9445 (Choosing Window): Use defopt for pop-up-frame-function.
9446 For special-display-buffer-names, explain same-window and same-frame.
9447 Clarify window-dedicated-p return value.
9448 (Textual Scrolling): scroll-up and scroll-down can get an error.
9449 (Horizontal Scrolling): Clarify auto-hscroll-mode.
9450 Clarify set-window-hscroll.
9451 (Size of Window): Don't mention tool bar in window-height.
9452 (Coordinates and Windows): Explain what coordinates-in-window-p
9453 returns for fringes and display margins.
9454 (Window Configurations): Explain saving fringes, etc.
9455
9456 * tips.texi (Library Headers): Clean up Documentation.
9457
9458 * syntax.texi (Parsing Expressions): Clean up forward-comment
9459 and parse-sexp-lookup-properties.
9460
9461 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
9462
9463 * os.texi (System Environment): Clean up text for load-average errors.
9464
9465 * modes.texi (Hooks): Don't explain local hook details at front.
9466 Clarify run-hooks and run-hook-with-args a little.
9467 Clean up add-hook and remove-hook.
9468
9469 * edebug.texi (Edebug Execution Modes): Clarify t.
9470 Document edebug-sit-for-seconds.
9471 (Coverage Testing): Document C-x X = and =.
9472 (Instrumenting Macro Calls): Fix typo.
9473 (Specification List): Don't index the specification keywords.
9474
94752003-10-10 Kim F. Storm <storm@cua.dk>
9476
9477 * processes.texi (Network): Introduce make-network-process.
9478
94792003-10-09 Luc Teirlinck <teirllm@auburn.edu>
9480
9481 * tips.texi (Library Headers): Fix typo.
9482
94832003-10-07 Juri Linkov <juri@jurta.org>
9484
9485 * modes.texi (Imenu): Mention imenu-create-index-function's
9486 default value. Explain submenus better.
9487
94882003-10-07 Lute Kamstra <lute@gnu.org>
9489
9490 * modes.texi (Faces for Font Lock): Fix typo.
9491 (Hooks): Explain how buffer-local hook variables can refer to
9492 global hook variables.
9493 Various minor clarifications.
9494
94952003-10-06 Lute Kamstra <lute@gnu.org>
9496
9497 * tips.texi (Coding Conventions): Mention naming conventions for
9498 hooks.
9499
95002003-10-05 Luc Teirlinck <teirllm@auburn.edu>
9501
9502 * loading.texi (Library Search): Correct default value of
9503 load-suffixes.
9504 (Named Features): Fix typo.
9505
95062003-10-05 Richard M. Stallman <rms@gnu.org>
9507
9508 * loading.texi (Named Features): In `provide',
9509 say how to test for subfeatures.
9510 (Unloading): In unload-feature, use new var name
9511 unload-feature-special-hooks.
9512
95132003-10-03 Lute Kamstra <lute@gnu.org>
9514
9515 * modes.texi (Major Mode Conventions): Mention third way to set up
9516 Imenu.
9517 (Imenu): A number of small fixes.
9518 Delete documentation of internal variable imenu--index-alist.
9519 Document the return value format of imenu-create-index-function
9520 functions.
9521
95222003-09-30 Richard M. Stallman <rms@gnu.org>
9523
9524 * processes.texi (Network): Say what stopped datagram connections do.
9525
9526 * lists.texi (Association Lists): Clarify `assq-delete-all'.
9527
9528 * display.texi (Overlay Properties): Clarify `evaporate' property.
9529
95302003-09-29 Lute Kamstra <lute@gnu.org>
9531
9532 * modes.texi (Mode Line Data): Explain when symbols in mode-line
9533 constructs should be marked as risky.
9534 Change cons cell into proper list.
9535 (Mode Line Variables): Change cons cell into proper list.
9536
95372003-09-26 Lute Kamstra <lute@gnu.org>
9538
9539 * modes.texi (Mode Line Data): Document the :propertize construct.
9540 (Mode Line Variables): Reorder the descriptions of the variables
9541 to match their order in the default mode-line-format.
9542 Describe the new variables mode-line-position and mode-line-modes.
9543 Update the default values of mode-line-frame-identification,
9544 minor-mode-alist, and default-mode-line-format.
9545 (Properties in Mode): Mention the :propertize construct.
9546
95472003-09-26 Richard M. Stallman <rms@gnu.org>
9548
9549 * buffers.texi, commands.texi, debugging.texi, eval.texi:
9550 * loading.texi, minibuf.texi, text.texi, variables.texi:
9551 Avoid @strong{Note:}.
9552
95532003-09-26 Richard M. Stallman <rms@gnu.org>
9554
9555 * keymaps.texi (Remapping Commands): Fix typo.
9556
95572003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
9558
9559 * processes.texi (Low-Level Network): Fix typo.
9560
95612003-09-23 Kim F. Storm <storm@cua.dk>
9562
9563 * processes.texi (Network, Network Servers): Fix typos.
9564 (Low-Level Network): Add timeout value for :server keyword.
9565 Add new option keywords to make-network-process.
9566 Add set-network-process-options.
9567 Explain how to test availability of network options.
9568
95692003-09-19 Richard M. Stallman <rms@gnu.org>
9570
9571 * text.texi (Motion by Indent): Arg to
9572 backward-to-indentation and forward-to-indentation is optional.
9573
9574 * strings.texi (Creating Strings): Add substring-no-properties.
9575
9576 * processes.texi
9577 (Process Information): Add list-processes arg QUERY-ONLY.
9578 Delete process-contact from here.
9579 Add new status values for process-status.
9580 Add process-get, process-put, process-plist, set-process-plist.
9581 (Synchronous Processes): Add call-process-shell-command.
9582 (Signals to Processes): signal-process allows process objects.
9583 (Network): Complete rewrite.
9584 (Network Servers, Datagrams, Low-Level Network): New nodes.
9585
9586 * positions.texi (Word Motion): forward-word, backward-word
9587 arg is optional. Reword.
9588
9589 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
9590
9591 * variables.texi (Creating Buffer-Local):
9592 Delete duplicate definition of buffer-local-value.
9593 (File Local Variables): Explain about discarding text props.
9594
95952003-09-11 Richard M. Stallman <rms@gnu.org>
9596
9597 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
9598 changes variables that record input events.
9599 (Minibuffer Misc): Add minibuffer-selected-window.
9600
9601 * lists.texi (Building Lists): Add copy-tree.
9602
9603 * display.texi (Fontsets): Add char-displayable-p.
9604 (Scroll Bars): New node.
9605
96062003-09-08 Lute Kamstra <lute@gnu.org>
9607
9608 * modes.texi (%-Constructs): Document new `%i' and `%I'
9609 constructs.
9610
96112003-09-03 Peter Runestig <peter@runestig.com>
9612
9613 * makefile.w32-in: New file.
9614
96152003-08-29 Richard M. Stallman <rms@gnu.org>
9616
9617 * display.texi (Overlay Properties): Clarify how priorities
9618 affect use of the properties.
9619
96202003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
9621
9622 * customize.texi (Type Keywords): Correct the description of
9623 `:help-echo' in the case where `motion-doc' is a function.
9624
96252003-08-14 John Paul Wallington <jpw@gnu.org>
9626
9627 * modes.texi (Emulating Mode Line): Subsection, not section.
9628
96292003-08-13 Richard M. Stallman <rms@gnu.org>
9630
9631 * elisp.texi (Top): Update subnode lists in menu.
9632
9633 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
9634 (Kill Functions): kill-region has new arg yank-handler.
9635 (Yanking): New node.
9636 (Yank Commands): Add yank-undo-function.
9637 (Low-Level Kill Ring):
9638 kill-new and kill-append have new arg yank-handler.
9639 (Changing Properties): Add remove-list-of-text-properties.
9640 (Atomic Changes): New node.
9641
9642 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
9643
9644 * streams.texi (Output Variables): Add eval-expression-print-length
9645 and eval-expression-print-level.
9646
9647 * os.texi (Time Conversion): For encode-time, explain limits on year.
9648
9649 * objects.texi (Character Type): Define anchor "modifier bits".
9650
9651 * modes.texi (Emulating Mode Line): New node.
9652 (Search-based Fontification): Font Lock uses font-lock-face property.
9653 (Other Font Lock Variables): Likewise.
9654
9655 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
9656 not vectors.
9657 (Active Keymaps): Add emulation-mode-map-alists.
9658 (Functions for Key Lookup): key-binding has new arg no-remap.
9659 (Remapping Commands): New node.
9660 (Scanning Keymaps): where-is-internal has new arg no-remap.
9661 (Tool Bar): Add tool-bar-local-item-from-menu.
9662 Clarify when to use tool-bar-add-item-from-menu.
9663
9664 * commands.texi (Interactive Call): commandp has new arg.
9665 (Command Loop Info): Add this-original-command.
9666
96672003-08-06 John Paul Wallington <jpw@gnu.org>
9668
9669 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
9670
9671 * display.texi (Warning Basics): Fix typo.
9672 (Fringes): Add closing curly bracket and fix typo.
9673
9674 * elisp.texi (Top): Fix typo.
9675
96762003-08-05 Richard M. Stallman <rms@gnu.org>
9677
9678 * elisp.texi: Update lists of subnodes.
9679
9680 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
9681
9682 * variables.texi (Local Variables): Use lc for example variable names.
9683
9684 * tips.texi (Library Headers): Explain where to put -*-.
9685
9686 * strings.texi (Creating Strings): Fix xref for vconcat.
9687
9688 * sequences.texi (Vector Functions):
9689 vconcat no longer allows integer args.
9690
9691 * minibuf.texi (Reading File Names): read-file-name has new
9692 arg PREDICATE. New function read-directory-name.
9693
c4cc8b9a 9694 * macros.texi (Defining Macros): Give definition of `declare'.
b8d4c8d0
GM
9695 (Indenting Macros): New node.
9696
9697 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
9698 (Window Frame Parameters): Make separate table of parameters
9699 that are coupled with specific face attributes.
9700 (Deleting Frames): delete-frame-hooks renamed to
9701 delete-frame-functions.
9702
9703 * files.texi (Magic File Names): Add file-remote-p.
9704 Clarify file-local-copy.
9705
9706 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
9707 here; instead xref Defining Macros.
9708
9709 * display.texi (Warnings): New node, and subnodes.
9710 (Fringes): New node.
9711
9712 * debugging.texi (Test Coverage): New node.
9713
9714 * compile.texi (Compiler Errors): Explain with-no-warnings
9715 and other ways to suppress warnings.
9716
9717 * commands.texi (Interactive Call): Minor clarification.
9718
9719 * buffers.texi (Buffer File Name): set-visited-file-name
9720 renames the buffer too.
9721
9722 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
9723
97242003-07-24 Markus Rost <rost@math.ohio-state.edu>
9725
9726 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
9727
97282003-07-22 Markus Rost <rost@math.ohio-state.edu>
9729
9730 * internals.texi (Garbage Collection): Fix previous change.
9731
97322003-07-22 Richard M. Stallman <rms@gnu.org>
9733
9734 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
9735
9736 * display.texi (Width): Use \s syntax in example.
9737 (Font Selection): Add face-font-rescale-alist.
9738
9739 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
9740 Remove spurious indent in example.
9741
9742 * lists.texi (Building Lists): Add number-sequence.
9743
9744 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
9745
9746 * functions.texi (Function Documentation): Explain how to
9747 show calling convention explicitly in the doc string.
9748
9749 * windows.texi (Selecting Windows): save-selected-window saves
9750 selected window of each frame.
9751 (Window Configurations): Minor change.
9752
9753 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
9754
9755 * streams.texi (Output Variables): Add print-continuous-numbering
9756 and print-number-table.
9757
9758 * processes.texi (Decoding Output): New node.
9759
9760 * os.texi (Time Conversion): decode-time arg is optional.
9761
9762 * objects.texi (Character Type): Don't use space as example for \.
9763 Make list of char names and \-sequences correspond.
9764 Explain that \s is not used in strings. `\ ' needs space after.
9765
9766 * nonascii.texi (Converting Representations): Add string-to-multibyte.
9767 (Translation of Characters): Add translation-table-for-input.
9768 (Default Coding Systems): Add auto-coding-functions.
9769 (Explicit Encoding): Add decode-coding-inserted-region.
9770 (Locales): Add locale-info.
9771
9772 * minibuf.texi (Basic Completion): Describe test-completion.
9773 Collections can be lists of strings.
9774 Clean up lazy-completion-table.
9775 (Programmed Completion): Mention test-completion.
9776 Clarify why lambda expressions are not accepted.
9777 (Minibuffer Misc): Describe minibufferp.
9778
97792003-07-14 Richard M. Stallman <rms@gnu.org>
9780
9781 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
9782
9783 * windows.texi (Selecting Windows): New arg to select-window.
9784 (Selecting Windows): Add with-selected-window.
9785 (Size of Window): Add window-inside-edges, etc.
9786
9787 * internals.texi (Garbage Collection): Add post-gc-hook.
9788
9789 * processes.texi (Subprocess Creation): Add exec-suffixes.
9790
9791 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
9792 (Scanning Keymaps): Add map-keymaps.
9793 (Defining Menus): Add keymap-prompt.
9794
9795 * numbers.texi (Integer Basics): Add most-positive-fixnum,
9796 most-negative-fixnum.
9797
c4cc8b9a 9798 * compile.texi (Byte Compilation): Explain no-byte-compile.
b8d4c8d0
GM
9799 (Compiler Errors): New node.
9800
9801 * os.texi (User Identification): user-uid, user-real-uid
9802 can return float.
9803
9804 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
9805 and about derived modes.
9806 (Minor Modes): Add minor-mode-list.
9807 (Defining Minor Modes): Keyword args for define-minor-mode.
9808 (Search-based Fontification): Explain managing other properties.
9809 (Other Font Lock Variables): Add font-lock-extra-managed-props.
183080b6 9810 (Faces for Font Lock): Add font-lock-preprocessor-face.
b8d4c8d0
GM
9811 (Hooks): Add run-mode-hooks and delay-mode-hooks.
9812
9813 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
9814 (Variable Aliases): Clarify defvaralias.
9815
9816 * loading.texi (Library Search): Add load-suffixes.
9817
9818 * minibuf.texi (Basic Completion): Add lazy-completion-table.
9819 (Programmed Completion): Add dynamic-completion-table.
9820
9821 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
9822 (Magic File Names): Specify precedence order of handlers.
9823
9824 * commands.texi (Command Overview): Emacs server runs pre-command-hook
9825 and post-command-hook.
9826 (Waiting): New calling convention for sit-for.
9827
9828 * text.texi (Special Properties): local-map and keymap properties
9829 apply based on their stickiness.
9830
98312003-07-07 Richard M. Stallman <rms@gnu.org>
9832
9833 * modes.texi (Minor Mode Conventions): Specify only some kinds
9834 of list values as args to minor modes.
9835
9836 * files.texi (File Name Expansion): Warn about iterative use
9837 of substitute-in-file-name.
9838
9839 * advice.texi (Activation of Advice): Clean up previous change.
9840
98412003-07-06 Markus Rost <rost@math.ohio-state.edu>
9842
9843 * advice.texi (Activation of Advice): Note that ad-start-advice is
9844 turned on by default.
9845
98462003-06-30 Richard M. Stallman <rms@gnu.org>
9847
9848 * text.texi (Buffer Contents): Document current-word.
9849 (Change Hooks): Not called for *Messages*.
9850
9851 * functions.texi (Defining Functions): Explain about redefining
9852 primitives.
f4e90db0 9853 (Function Safety): Rename. Minor changes.
b8d4c8d0
GM
9854 Comment out the detailed criteria for what is safe.
9855
98562003-06-22 Andreas Schwab <schwab@suse.de>
9857
9858 * objects.texi (Symbol Type): Fix description of examples.
9859
98602003-06-16 Andreas Schwab <schwab@suse.de>
9861
9862 * hash.texi (Creating Hash): Fix description of :weakness.
9863
c8763fb6 98642003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
b8d4c8d0
GM
9865
9866 * files.texi (Changing Files): copy-file copies file modes, too.
9867
98682003-05-28 Richard M. Stallman <rms@gnu.org>
9869
9870 * strings.texi (Creating Strings): Clarify split-string.
9871
98722003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
9873
9874 * strings.texi (Creating Strings): Update split-string specification
9875 and examples.
9876
98772003-05-19 Richard M. Stallman <rms@gnu.org>
9878
9879 * elisp.texi: Correct invariant section names.
9880
98812003-04-20 Richard M. Stallman <rms@gnu.org>
9882
9883 * os.texi (Timers): Explain about timers and quitting.
9884
98852003-04-19 Richard M. Stallman <rms@gnu.org>
9886
9887 * internals.texi (Writing Emacs Primitives): Strings are
9888 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
9889 Explain GCPRO convention for varargs function args.
9890
98912003-04-16 Richard M. Stallman <rms@gnu.org>
9892
9893 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
9894
98952003-04-08 Richard M. Stallman <rms@gnu.org>
9896
9897 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
9898
98992003-02-13 Kim F. Storm <storm@cua.dk>
9900
9901 * objects.texi (Character Type): New \s escape for space.
9902
99032003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
9904
5dcb4c4e 9905 * os.texi (System Environment): Add cygwin system-type.
b8d4c8d0
GM
9906
99072003-01-25 Richard M. Stallman <rms@gnu.org>
9908
9909 * keymaps.texi: Document that a symbol can act as a keymap.
9910
99112003-01-13 Richard M. Stallman <rms@gnu.org>
9912
9913 * text.texi (Changing Properties): Say string indices are origin-0.
9914
9915 * positions.texi (Screen Lines) <compute-motion>:
9916 Correct order of elts in return value.
9917
9918 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
9919 how to define a default binding.
9920
99212002-12-07 Markus Rost <rost@math.ohio-state.edu>
9922
9923 * loading.texi (Unloading): Fix recent change for load-history.
9924
9925 * customize.texi (Simple Types): Clarify description of custom
9926 type 'number. Describe new custom type 'float.
9927
99282002-12-04 Markus Rost <rost@math.ohio-state.edu>
9929
9930 * variables.texi (File Local Variables): Fix typo.
9931
c8763fb6 99322002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
b8d4c8d0
GM
9933
9934 From Michael Albinus <Michael.Albinus@alcatel.de>.
9935
9936 * README: Target for Info file is `make info'.
9937
5dcb4c4e 9938 * files.texi (File Name Components): Fix typos in
b8d4c8d0
GM
9939 `file-name-sans-extension'.
9940 (Magic File Names): Complete list of operations for magic file
9941 name handlers.
9942
99432002-09-16 Jonathan Yavner <jyavner@engineer.com>
9944
9945 * variables.texi (File Local Variables): New function
9946 risky-local-variable-p.
9947
99482002-09-15 Jonathan Yavner <jyavner@engineer.com>
9949
9950 * functions.texi (Function safety): New node about unsafep.
9951
99522002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
9953
5dcb4c4e 9954 * customize.texi (Splicing into Lists): Fix example.
a86cd395 9955 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
b8d4c8d0
GM
9956
99572002-06-17 Juanma Barranquero <lektu@terra.es>
9958
9959 * frames.texi (Display Feature Testing): Fix typo.
9960
99612002-06-12 Andreas Schwab <schwab@suse.de>
9962
9963 * frames.texi (Initial Parameters, Resources): Fix references to
9964 the Emacs manual.
9965
99662002-05-13 Kim F. Storm <storm@cua.dk>
9967
9968 * variables.texi (Intro to Buffer-Local): Updated warning and
9969 example relating to changing buffer inside let.
9970
c8763fb6 99712002-03-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
9972
9973 * os.texi (Session Management): New node about X Session management.
9974
99752002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
9976
9977 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
9978 to which the manual corresponds, and the copyright years.
9979
9980 * Makefile.in (VERSION): Set to 2.9.
9981
99822001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
9983
9984 * elisp.texi: Change the category in @dircategory to "Emacs", to
9985 make it consistent with info/dir.
9986
99872001-11-25 Miles Bader <miles@gnu.org>
9988
9989 * text.texi (Fields): Describe new `limit' arg in
9990 field-beginning/field-end.
9991
99922001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
9993
5dcb4c4e
SM
9994 * permute-index: Don't depend on csh-specific features.
9995 Replace the interpreter name with /bin/sh.
b8d4c8d0
GM
9996
9997 * two-volume-cross-refs.txt: New file.
9998 * two.el: New file.
9999 * spellfile: New file.
10000
100012001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
10002
10003 * permute-index: New file.
10004
10005 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
10006 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
10007 8+3 restricted namespace.
10008
10009 * Makefile.in (infodir): Define relative to $(srcdir).
10010 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
10011 include directories list via -I switch to makeinfo.
10012 (index.texi): Use cp if both hard and symbolic links fail.
10013
100142001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
10015
10016 * Makefile.in (distclean): Add.
10017
10018 The following changes make ELisp manual part of the Emacs
10019 distribution:
10020
10021 * Makefile.in: Add Copyright notice.
10022 (prefix): Remove.
10023 (infodir): Change value to "../info".
10024 (VPATH): New variable.
10025 (MAKE): Don't define.
10026 (texmacrodir): Don't define.
10027 (texinputdir): Append the existing value of TEXINPUTS.
10028 ($(infodir)/elisp): Instead of just "elisp". Reformat the
10029 command to be compatible with man/Makefile.in, and to put the
10030 output into ../info.
10031 (info): Add target.
10032 (installall): Target removed.
10033
c8763fb6 100342001-10-31 Pavel Janík <Pavel@Janik.cz>
b8d4c8d0
GM
10035
10036 * tips.texi (Coding Conventions): Fix typo.
10037
100382001-10-23 Gerd Moellmann <gerd@gnu.org>
10039
10040 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
10041
100422001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
10043
10044 * files.texi (File Name Components): Update the description of
10045 file-name-sans-extension and file-name-extension, as they now
10046 ignore leading dots.
10047
100482001-10-20 Gerd Moellmann <gerd@gnu.org>
10049
10050 * (Version 21.1 released.)
10051
100522001-10-19 Miles Bader <miles@gnu.org>
10053
10054 * positions.texi (Text Lines): Describe behavior of
10055 `beginning-of-line'/`end-of-line' in the presence of field properties.
10056
100572001-10-17 Gerd Moellmann <gerd@gnu.org>
10058
10059 * Makefile.in (VERSION): Set to 2.8.
10060 (manual): Use `manual-21'.
10061
10062 * elisp.texi (VERSION): Add and use it where the version
10063 number was used. Set it to 2.8.
10064
10065 * intro.texi: Likewise.
10066
100672001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
10068
10069 * files.texi (File Name Completion): Document the significance of
10070 a trailing slash in elements of completion-ignored-extensions.
10071
100722001-10-06 Miles Bader <miles@gnu.org>
10073
10074 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
10075
100762001-10-04 Gerd Moellmann <gerd@gnu.org>
10077
10078 * variables.texi (Variable Aliases): New node.
10079
100802001-10-04 Gerd Moellmann <gerd@gnu.org>
10081
10082 * Branch for 21.1.
10083
100842001-10-02 Miles Bader <miles@gnu.org>
10085
10086 * minibuf.texi (Minibuffer Misc): Add entries for
10087 `minibuffer-contents', `minibuffer-contents-no-properties', and
10088 `delete-minibuffer-contents'.
10089 Correct description for `minibuffer-prompt-end'.
10090
10091 * text.texi (Property Search): Correct descriptions of
10092 `next-char-property-change' and `previous-char-property-change'.
10093 Add entries for `next-single-char-property-change' and
10094 `previous-single-char-property-change'.
10095 Make operand names a bit more consistent.
10096
100972001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
10098
10099 * frames.texi (Finding All Frames): Document that next-frame and
10100 previous-frame are local to current terminal.
10101
101022001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
10103
10104 * keymaps.texi (Creating Keymaps): Fix the description of the
10105 result of make-keymap.
10106
101072001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
10108
10109 * display.texi (Font Lookup, Attribute Functions)
10110 (Image Descriptors): Add cross-references to the definition of
10111 selected frame.
10112
10113 * buffers.texi (The Buffer List): Add cross-references to the
10114 definition of selected frame.
10115
10116 * frames.texi (Input Focus): Clarify which frame is _the_ selected
10117 frame at any given time.
10118 (Multiple Displays, Size and Position): Add a cross-reference to
10119 the definition of the selected frame.
10120
101212001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
10122
10123 * strings.texi (String Conversion) <string-to-number>: Document
10124 that a float is returned for integers that are too large.
10125
10126 * frames.texi (Mouse Position): Document mouse-position-function.
10127 (Display Feature Testing): Document display-images-p.
10128 (Window Frame Parameters): Document the cursor-type variable.
10129
10130 * numbers.texi (Integer Basics): Document CL style read syntax for
10131 integers in bases other than 10.
10132
5dcb4c4e
SM
10133 * positions.texi (List Motion):
10134 Document open-paren-in-column-0-is-defun-start.
b8d4c8d0
GM
10135
10136 * lists.texi (Sets And Lists): Document member-ignore-case.
10137
10138 * internals.texi (Garbage Collection): Document the used and free
10139 strings report.
10140 (Memory Usage): Document strings-consed.
10141
10142 * os.texi (Time of Day): Document float-time.
10143 (Recording Input): Document that clear-this-command-keys clears
10144 the vector to be returned by recent-keys.
10145
10146 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
10147 argument keymap can be a list.
10148
10149 * nonascii.texi (User-Chosen Coding Systems)
10150 <select-safe-coding-system>: Document the new argument
10151 accept-default-p and the variable
10152 select-safe-coding-system-accept-default-p. Tell what happens if
10153 buffer-file-coding-system is undecided.
10154 (Default Coding Systems): Document auto-coding-regexp-alist.
10155
10156 * display.texi (The Echo Area) <message>: Document
10157 message-truncate-lines.
10158 (Glyphs): Document that the glyph table is unused on windowed
10159 displays.
10160
10161 * help.texi (Describing Characters) <single-key-description>:
10162 Document the new argument no-angles.
10163 (Accessing Documentation) <documentation-property>: Document that
10164 a non-string property is evaluated.
10165 <documentation>: Document that the function-documentation property
10166 is looked for.
10167
10168 * windows.texi (Selecting Windows): Document some-window.
10169
10170 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
10171
10172 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
10173 apropos-mode-hook.
10174
10175 * commands.texi (Using Interactive): Document interactive-form.
10176 (Keyboard Macros): Document kbd-macro-termination-hook.
10177 (Command Loop Info): Document that clear-this-command-keys clears
10178 the vector to be returned by recent-keys.
10179
101802001-09-04 Werner LEMBERG <wl@gnu.org>
10181
10182 * Makefile.in (srcdir, texinputdir): New variables.
10183 (srcs, index.texi, install): Use $(srcdir).
10184 (.PHONY): Remove elisp.dvi.
10185 (elisp): Use -I switch for makeinfo.
10186 (elisp.dvi): Use $(srcdir) and $(texinputdir).
10187 (installall, dist): Use $(srcdir).
10188 Fix path to texinfo.tex.
10189 (maintainer-clean): Add elisp.dvi and elisp.oaux.
10190
101912001-08-30 Gerd Moellmann <gerd@gnu.org>
10192
10193 * display.texi (Conditional Display): Adjust to API change.
10194
10195 * configure: New file.
10196
101972001-07-30 Gerd Moellmann <gerd@gnu.org>
10198
10199 * commands.texi (Repeat Events): Add description of
10200 double-click-fuzz.
10201
102022001-05-08 Stefan Monnier <monnier@cs.yale.edu>
10203
10204 * syntax.texi (Syntax Class Table): Add the missing designator for
10205 comment and string fences.
10206 (Syntax Properties): Add a xref to syntax table internals.
10207 (Syntax Table Internals): Document string-to-syntax.
10208
102092001-05-07 Gerd Moellmann <gerd@gnu.org>
10210
10211 * Makefile.in (install): Use install-info command line options
10212 like in Emacs' Makefile.in.
10213
102142000-12-09 Miles Bader <miles@gnu.org>
10215
10216 * windows.texi (Window Start): Update documentation for
10217 `pos-visible-in-window-p'.
10218
102192000-11-12 Stefan Monnier <monnier@cs.yale.edu>
10220
10221 * lists.texi (Building Lists): Add footnote to explain how to add
10222 to the end of a list.
10223
102242000-10-25 Gerd Moellmann <gerd@gnu.org>
10225
10226 * files.texi (Visiting Functions): Typos.
10227
102282000-10-25 Kenichi Handa <handa@etl.go.jp>
10229
10230 * files.texi (Visiting Functions): Return value of
10231 find-file-noselect may be a list of buffers if wildcards are used.
10232
102332000-10-24 Miles Bader <miles@lsi.nec.co.jp>
10234
10235 * display.texi (Defining Faces): Document `graphic' display type
10236 in face specs.
10237
b344d29d 102382000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b8d4c8d0
GM
10239
10240 * hooks.texi (Standard Hooks): Replace obsolete
10241 `after-make-frame-hook' with `after-make-frame-functions'.
10242
10243 * frames.texi (Creating Frames): Ditto.
10244
10245 * variables.texi (Future Local Variables): Ditto.
10246
102472000-10-16 Gerd Moellmann <gerd@gnu.org>
10248
10249 * display.texi (Other Image Types): Add description of :foreground
10250 and :background properties of mono PBM images.
10251
102522000-08-17 Werner LEMBERG <wl@gnu.org>
10253
10254 * .cvsignore: New file.
10255
102562000-01-05 Gerd Moellmann <gerd@gnu.org>
10257
10258 * tindex.pl: New script.
10259
102601999-12-03 Dave Love <fx@gnu.org>
10261
10262 * Makefile.in (MAKEINFO): New parameter.
10263
102641999-09-17 Richard Stallman <rms@gnu.org>
10265
10266 * Makefile.in (srcs): Add hash.texi.
10267 (VERSION): Update to 20.6.
10268
102691999-09-13 Richard Stallman <rms@gnu.org>
10270
10271 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
10272
102731998-08-29 Karl Heuer <kwzh@gnu.org>
10274
10275 * configure.in: New file.
10276 * Makefile.in: Renamed from Makefile.
10277 (prefix, infodir): Use value obtained from configure.
10278 (emacslibdir): Obsolete variable deleted.
10279 (dist): Distribute configure.in, configure, Makefile.in.
10280
102811998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
10282
10283 * Makefile (INSTALL_INFO): New variable.
10284 (install): Run install-info.
10285
102861998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
10287
10288 * Makefile (elisp.dvi): Add missing backslash.
10289
102901998-05-02 Richard Stallman <rms@psilocin.gnu.org>
10291
10292 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
10293 Run texindex without `./'. Always run texindex on elisp.tp.
10294 (elisp.tps): Target deleted.
10295
102961998-04-05 Richard Stallman <rms@psilocin.gnu.org>
10297
10298 * Makefile (srcs): Add nonascii.texi and customize.texi.
10299 (dist): Start by deleting `temp'.
10300
103011998-02-17 Richard Stallman <rms@psilocin.gnu.org>
10302
10303 * Makefile (makeinfo, texindex): Targets deleted.
10304 (makeinfo.o, texindex.o): Targets deleted.
10305 (clean, dist): Don't do anything with them or with getopt*.
10306
103071998-01-30 Richard Stallman <rms@psilocin.gnu.org>
10308
10309 * Makefile (SHELL): Defined.
10310
103111998-01-27 Richard Stallman <rms@psilocin.gnu.org>
10312
10313 * Makefile (elisp.tps): New target.
10314 (elisp.dvi): Depend on elisp.tps.
10315
c5602427 103161996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
b8d4c8d0
GM
10317
10318 * README: Update phone number.
10319
10320 * Makefile (elisp): Make this be the default target.
10321 Depend on makeinfo.c instead of makeinfo.
10322 (install): Don't depend on elisp.dvi, since we don't install that.
10323 Use mkinstalldirs.
10324 (dist): Add mkinstalldirs.
10325
c5602427 103261995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
b8d4c8d0
GM
10327
10328 * Makefile (VERSION): Update version number.
5dcb4c4e 10329 (maintainer-clean): Rename from realclean.
b8d4c8d0 10330
c5602427 103311995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
b8d4c8d0
GM
10332
10333 * Makefile (realclean): New target.
10334 (elisp): Remove any old elisp-* files first.
10335
c5602427 103361993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
b8d4c8d0
GM
10337
10338 * Makefile (VERSION): New variable.
10339 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
10340 Compressed file suffix should be `.gz', not `.z'.
10341
ce058493 103421993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10343
10344 * Makefile (elisp): Depend on makeinfo.
10345
c5602427 103461993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
b8d4c8d0
GM
10347
10348 * Makefile (srcs): Add anti.texi.
10349
c5602427 103501993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10351
10352 * Makefile (infodir, prefix): New vars.
10353 (install): Use infodir.
f4e90db0 10354 (emacsinfodir): Delete.
b8d4c8d0 10355
c5602427 103561993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10357
10358 * Makefile (srcs): Add calendar.texi.
10359
10360 * Makefile (dist): Copy texindex.c and makeinfo.c.
10361 Limit elisp-* files to those with one or two digits.
10362
c5602427 103631993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0 10364
f4e90db0 10365 * Makefile (dist): Change to use Gzip instead of compress.
b8d4c8d0 10366
c5602427 103671993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10368
10369 * loading.texi (Unloading): define-function changed back to
10370 defalias. It may not stay this way, but at least it's
10371 consistent with the known-good version of the code patch.
10372
c5602427 103731993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
b8d4c8d0
GM
10374
10375 * modes.texi (Hooks): Document new optional arg of add-hook.
10376
c5602427 103771993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10378
10379 * variables.texi: Document nil initial value of buffer-local variables.
10380
10381 * tips.texi: Add new section on standard library headers.
10382
c5602427 103831993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
10384
10385 * Makefile (srcs): Add frame.texi to the list of sources.
10386
c5602427 103871993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
10388
10389 * Makefile (dist): Don't bother excluding autosave files; they'll
10390 never make it into the temp directory anyway, and the hash marks
10391 in the name are problematic for make and the Bourne shell.
10392 (srcs):
10393
c5602427 103941993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
10395
10396 * Makefile (dist): Don't include backup files or autosave files in
10397 the distribution tar file.
10398
c5602427 103991991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0 10400
5dcb4c4e 10401 * Makefile (srcs): Add index.perm.
b8d4c8d0
GM
10402 (elisp.dvi): Remove erroneous shell comment.
10403 Expect output of permute-index in permuted.fns.
10404 Save old elisp.aux in elisp.oaux.
5dcb4c4e 10405 (clean): Add index.texi to be deleted.
b8d4c8d0 10406
c5602427 104071990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
10408
10409 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
10410
c5602427 104111990-06-26 David Lawrence (tale@geech)
b8d4c8d0
GM
10412
10413 * files.texi: Noted that completion-ignored-extensions is ignored
10414 when making *Completions*.
10415
3e868ee3 104161990-06-08 Jay Fenlason (hack@ai.mit.edu)
b8d4c8d0
GM
10417
10418 * Makefile make dist now depends on elisp.dvi, since it tries
10419 to include it in the dist file.
10420
c5602427 104211990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
b8d4c8d0 10422
c5602427 10423 * functions.texinfo (Mapping Functions): Add missing quote.
b8d4c8d0 10424
c5602427 104251989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
10426
10427 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
10428 (defunargs): Turn off \hyphenchar of \sl font temporarily.
10429
c5602427 104301989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10431
10432 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
10433 and @error{} are the terms now being used. The files in the
10434 directory have been changed to reflect this.
10435
10436 * All instances of @indentedresultt{} have been changed to
333f9019 10437 ` @result{}', using 5 spaces at the beginning of the line.
b8d4c8d0 10438
c5602427 104391989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10440
10441 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
10442 experimental @indentedresult{}, @indentedexpandsto{} are part of
10443 the texinfo.tex in this directory. These TeX macros are not
10444 stable yet.
10445
c5602427 104461989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10447
10448 * texinfo.tex: Temporarily added
10449 \let\result=\dblarrow
10450 \def\error{{\it ERROR} \longdblarrow}
10451 We need to do this better soon.
10452
c5602427 104531989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10454
10455 * Applied Karl Berry's patches to *.texinfo files, but not to
10456 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
10457 new title page format is also not applied, since it requires
10458 texinfo.tex changes.)
10459
10460 * Cleaned up `Makefile' and defined the `emacslibdir' directory
10461 for the Project GNU development environment.
10462
10463;; Local Variables:
c8763fb6 10464;; coding: utf-8
b8d4c8d0
GM
10465;; End:
10466
acaf905b 10467 Copyright (C) 1998-2012 Free Software Foundation, Inc.
b8d4c8d0
GM
10468
10469 This file is part of GNU Emacs.
10470
352c8b4a 10471 GNU Emacs is free software: you can redistribute it and/or modify
b8d4c8d0 10472 it under the terms of the GNU General Public License as published by
352c8b4a
GM
10473 the Free Software Foundation, either version 3 of the License, or
10474 (at your option) any later version.
b8d4c8d0
GM
10475
10476 GNU Emacs is distributed in the hope that it will be useful,
10477 but WITHOUT ANY WARRANTY; without even the implied warranty of
10478 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10479 GNU General Public License for more details.
10480
10481 You should have received a copy of the GNU General Public License
352c8b4a 10482 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.