Comment.
[bpt/emacs.git] / doc / lispref / ChangeLog
CommitLineData
f1224267
GM
12012-03-30 Glenn Morris <rgm@gnu.org>
2
3 * edebug.texi (Jumping): Give name of `i' binding.
4
d14daa28
GM
52012-03-28 Glenn Morris <rgm@gnu.org>
6
7 * searching.texi (Regular Expressions, Regexp Special):
fee88ca0
GM
8 (Regexp Backslash, Regexp Example, Regexp Functions, Regexp Search):
9 (Simple Match Data, Saving Match Data, Standard Regexps): Copyedits.
d14daa28
GM
10 (Regexp Special): Mention collation.
11 Clarify char classes with an example.
fee88ca0
GM
12 (Regexp Functions): Mention regexp-opt is not guaranteed.
13 Mention regexp-opt-charset.
14 (Regexp Search): Recommend against looking-back.
15 (Search and Replace): Use Texinfo recommended quote convention.
16 Add more query-replace-map items. List multi-query-replace-map items.
d14daa28 17
dcb6e7b3
MR
182012-03-27 Martin Rudalics <rudalics@gmx.at>
19
20 * windows.texi (Window History): Describe new option
21 switch-to-visible-buffer.
22
cf0495f2
GM
232012-03-27 Glenn Morris <rgm@gnu.org>
24
4fb9a543
GM
25 * searching.texi (String Search): Add xref to Emacs manual.
26 Copyedits. Mention the function word-search-regexp.
27 (Searching and Case): Add xref to Emacs manual. Copyedits.
28
9364727b
GM
29 * processes.texi (Network Servers): Standardize apostrophe usage.
30
cf0495f2
GM
31 * os.texi (System Environment): Copyedits. Remove some examples
32 that do not seem useful. Mention setenv third arg.
33 tty-erase-char does not seem to be nil under a window-system.
34 (User Identification): Copyedits.
35 Remove some examples that do not seem useful.
36
33da7b16
GM
372012-03-26 Glenn Morris <rgm@gnu.org>
38
39 * os.texi (Startup Summary): Copyedits. Fix startup screen logic.
40 (Init File): Copyedits.
41 (Command-Line Arguments): Copyedits. Do not mention argv alias.
02243d9d
GM
42 (Killing Emacs): Copyedits.
43 (Suspending Emacs): Copyedits. Mention not very relevant with GUIs.
44 Shorten the example, use more standard shell prompts.
33da7b16 45
9a69676a
CY
462012-03-25 Chong Yidong <cyd@gnu.org>
47
48 * display.texi (Fringes): Note that fringes are shown on graphical
49 displays only.
50 (Fringe Size/Pos, Fringe Bitmaps, Making Buttons): Clarifications.
51 (Replacing Specs): Clarify example.
52 (Manipulating Buttons): Note that button-at can return a marker.
53 (Buttons): Minor rewrite.
54 (Character Display): New node. Consolidate all character display
55 related nodes into its subsections.
56 (Usual Display): Character 127 is also affected by ctl-arrow.
57 (Display Tables): Improve example.
58
c8f6ec5c
GM
592012-03-22 Glenn Morris <rgm@gnu.org>
60
61 * strings.texi (Text Comparison): Mention string-prefix-p.
62
fb5b8aca
CY
632012-03-21 Chong Yidong <cyd@gnu.org>
64
65 * display.texi (The Echo Area): Add xref to Output Streams.
66 (Displaying Messages): Improve doc of message.
67 (Echo Area Customization, Invisible Text): Copyedits.
68 (Invisible Text): Mention that spec comparison is done with eq.
69 (Width): Improve doc of char-width.
70 (Faces): Recommend using symbol instead of string for face name.
71 Minor clarifications.
72 (Defining Faces): Copyedits. Update face example.
73 (Attribute Functions): Mark set-face-foreground etc as commands.
74 (Face Remapping): Mention text-scale-adjust. Clarify
75 face-remapping-alist and related docs.
76 (Face Functions): Don't document make-face or copy-face.
77
025de85b
CY
782012-03-20 Chong Yidong <cyd@gnu.org>
79
80 * display.texi (Forcing Redisplay): Various rewrites to reflect
81 new value of redisplay-dont-pause.
82 (Truncation): Copyedits.
83
a5656eae
GM
842012-03-20 Glenn Morris <rgm@gnu.org>
85
86 * os.texi (Startup Summary): Don't mention initial-buffer-choice = t.
87 Add summary table of some relevant command-line options.
88
d15aac68
CY
892012-03-18 Chong Yidong <cyd@gnu.org>
90
91 * internals.texi (Building Emacs, Garbage Collection): Copyedits.
92 (Writing Emacs Primitives): Re-organize discussion of functions
93 with variable Lisp arguments are handled. Delete an obsolete
94 remark, previously tagged as FIXME.
95
96 * os.texi (Idle Timers): Minor clarification.
97 (Idle Timers): Link to Time of Day for description of time list.
98
b59af549
GM
992012-03-18 Glenn Morris <rgm@gnu.org>
100
101 * os.texi (System Interface): Flow control was removed.
102 (Startup Summary): General update.
103 (Init File): Don't mention compiling it.
104
986bd52a
CY
1052012-03-17 Chong Yidong <cyd@gnu.org>
106
107 * os.texi (Startup Summary): Mention package loading.
108 (Init File): Don't refer to .emacs in section title. Copyedits.
109 (Terminal-Specific): Give a realistic example.
110 (Command-Line Arguments): Reference Entering Emacs instead of
111 repeating the spiel about not restarting Emacs.
112 (Time of Day): Discuss time representation at beginning of node.
113 (Sound Output): Copyedits.
114
115 * package.texi (Packaging Basics): Document package-initialize.
116
f761251a
EZ
1172012-03-17 Eli Zaretskii <eliz@gnu.org>
118
119 * frames.texi (Initial Parameters): Add an index entry for
120 minibuffer-only frame.
121
da986230
GM
1222012-03-16 Glenn Morris <rgm@gnu.org>
123
124 * modes.texi (Major Mode Conventions): Mention the strange
125 relationship between View mode and special modes. (Bug#10650)
126
2cc775f9
CY
1272012-03-11 Chong Yidong <cyd@gnu.org>
128
129 * windows.texi (Window Configurations): save-window-excursion is
130 now a macro.
131
132 * display.texi (Temporary Displays): with-output-to-temp-buffer is
133 now a macro.
134
66c5eebd
CY
135 * text.texi (Fields): Minor copyedit.
136
310a820f
EZ
1372012-03-10 Eli Zaretskii <eliz@gnu.org>
138
83a96c08
EZ
139 * strings.texi (String Basics):
140 * sequences.texi (Sequence Functions): Mention that `length' is
141 not appropriate for computing the string width on display; add a
142 cross-reference to the description of `string-width'. (Bug#10978)
143
310a820f
EZ
144 * eval.texi (Autoloading): Minor change of wording.
145
83ef8187
CY
1462012-03-10 Chong Yidong <cyd@gnu.org>
147
bc44be50
CY
148 * loading.texi (Autoload): Explicitly state which forms are
149 processed specially (Bug#7783).
150
83ef8187
CY
151 * keymaps.texi (Mouse Menus): Describe non-toolkit behavior as the
152 non-default situation. Describe one-submenu exception (Bug#7695).
153
154 * nonascii.texi (Character Properties): Copyedits.
155
483ab230
CY
1562012-03-08 Chong Yidong <cyd@gnu.org>
157
158 * text.texi (Mode-Specific Indent): Document new behavior of
159 indent-for-tab-command. Document tab-always-indent.
160 (Special Properties): Copyedits.
161 (Checksum/Hash): Improve secure-hash doc. Do not recommend MD5.
162 (Parsing HTML/XML): Rename from Parsing HTML. Update doc of
163 libxml-parse-html-region.
164
00e84de0
GM
1652012-03-07 Glenn Morris <rgm@gnu.org>
166
eaa6bc3c
GM
167 * markers.texi (The Region): Briefly mention use-empty-active-region
168 and region-active-p.
a9685db7 169 (Overview of Markers): Reword garbage collection, add cross-ref.
eaa6bc3c 170 (The Mark): Tiny clarification re command loop and activate-mark-hook.
00e84de0 171
67cd45a2
CY
1722012-03-07 Chong Yidong <cyd@gnu.org>
173
174 * text.texi (Buffer Contents): Don't duplicate explanation of
175 region arguments from Text node. Put doc of obsolete var
176 buffer-substring-filters back, since it is referred to.
177 (Low-Level Kill Ring): Yank now uses clipboard instead of primary
178 selection by default.
179
180 * markers.texi (The Mark): Fix typo.
181 (The Region): Copyedits.
182
2ad80941
GM
1832012-03-07 Glenn Morris <rgm@gnu.org>
184
185 * markers.texi (Overview of Markers): Copyedits.
186 (Creating Markers): Update approximate example buffer size.
187 (The Mark): Don't mention uninteresting return values.
188
ef959d3a
CY
1892012-03-05 Chong Yidong <cyd@gnu.org>
190
191 * positions.texi (Text Lines): Document count-words.
192
a08a07e3
CY
1932012-03-04 Chong Yidong <cyd@gnu.org>
194
195 * frames.texi (Frames): Remove little-used "terminal frame" and
196 "window frame" terminology.
197 (Frame Parameters, Font and Color Parameters, Initial Parameters)
198 (Size and Position, Visibility of Frames): Callers changed.
199 (Frames): Clarify which terminals in framep are graphical.
200 (Initial Parameters): --geometry is not the only option which adds
201 to initial-frame-alist.
202 (Position Parameters): Note that icon-left and icon-top are for
203 old window managers only.
204 (Size Parameters): Sizes are in characters even on graphical
205 displays.
206 (Management Parameters): Note that window-id and outer-window-id
207 can't really be changed, and that auto-raise isn't always obeyed.
208 (Cursor Parameters): Document cursor-type explicitly.
209 (Size and Position): The aliases set-screen-height and
210 set-screen-width have been deleted.
211 (Visibility of Frames): Mention "minimization".
212
213 * os.texi (Startup Summary): Minor clarifications.
214 (Startup Summary, Suspending Emacs): Standardize on "text
215 terminal" terminology.
216
217 * windows.texi (Basic Windows, Coordinates and Windows)
218 (Coordinates and Windows):
219 * display.texi (Refresh Screen, Line Height, Face Attributes)
220 (Overlay Arrow, Beeping, Glyphless Chars): Likewise.
221
ea16568d
GM
2222012-03-04 Glenn Morris <rgm@gnu.org>
223
224 * abbrevs.texi: Small copyedits throughout.
225 (Abbrev Mode): Remove this section, folding it into the top-level.
226 (Abbrev Tables): Don't mention irrelevant return values.
227 (Abbrev Expansion): Add cross-ref for wrapper hooks.
228 (Standard Abbrev Tables): Emacs Lisp mode now has its own table.
229 (Abbrev Table Properties): Update nil :regexp description.
230
b3134b95
GM
2312012-03-03 Glenn Morris <rgm@gnu.org>
232
520f2425
GM
233 * internals.texi: Change @appendix section commands to @section.
234 (Building Emacs): Say less about CANNOT_DUMP platforms.
235 Replace deleted eval-at-startup with custom-initialize-delay.
999dd333 236 (Pure Storage): Small changes.
01a6dcc8 237 (Memory Usage): Copyedit.
7d2d7cc0
GM
238 (Writing Emacs Primitives): Update Fcoordinates_in_window_p and For
239 example definitions. Give examples of things with non-nil
240 interactive args. Mention eval_sub. Remove old info about
241 strings and GCPRO. Mention cus-start.el.
242 (Buffer Internals, Window Internals, Process Internals):
243 Misc small updates and fixes for fields.
520f2425 244
b3134b95
GM
245 * tips.texi: Copyedits.
246 (Coding Conventions): Mention autoloads.
247 Combine partially duplicated macro items. Fix xref.
248 Refer to Library Headers for copyright notice.
249 (Programming Tips): edit-options is long-obsolete.
250 (Compilation Tips): Mention loading bytecomp for byte-compile props.
251 (Warning Tips): Mention declare-function.
252 (Documentation Tips): Remove old info.
253 (Comment Tips): Mention comment-dwim, not indent-for-comment.
254 (Library Headers): General update.
255
2064cc6a
GM
2562012-03-02 Glenn Morris <rgm@gnu.org>
257
6945faa6
GM
258 * backups.texi (Reverting): Un-duplicate revert-buffer-in-progress-p,
259 and relocate entry. Mention buffer-stale-function.
260
4186e877
GM
261 * elisp.texi, vol1.texi, vol2.texi: Standardize some menu entries.
262
2064cc6a
GM
263 * hooks.texi (Standard Hooks): General update.
264 Put related hooks together. Add and remove items.
265 * commands.texi (Keyboard Macros): Remove cross-ref to Standard Hooks.
266 * modes.texi (Hooks): Tweak cross-ref description.
267
7272fbf3
MA
2682012-03-01 Michael Albinus <michael.albinus@gmx.de>
269
270 * files.texi (Kinds of Files): The return value of file-equal-p is
271 unspecified, if FILE1 or FILE2 does not exist.
272
53a1239b
GM
2732012-03-01 Glenn Morris <rgm@gnu.org>
274
90db9af9
GM
275 * hooks.texi (Standard Hooks): Remove mode-specific hooks.
276
53a1239b
GM
277 * maps.texi (Standard Keymaps): General update.
278 Remove mode-specific maps, talk about the more general keymaps.
279 * help.texi (Help Functions): Add vindex for Helper-help-map.
280 * keymaps.texi (Active Keymaps): Minor rephrasing.
281
775b55af
GM
2822012-02-29 Glenn Morris <rgm@gnu.org>
283
284 * elisp.texi, vol1.texi, vol2.texi: Use "" quotes in menus.
285
96b49301 2862012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
287
7272fbf3 288 * files.texi (Kinds of Files): Rename files-equal-p to file-equal-p.
bf7f9bc5 289 Update changed behavior of file-subdir-of-p.
96b49301 290
1383d930
GM
2912012-02-28 Glenn Morris <rgm@gnu.org>
292
44e97401
GM
293 * advice.texi, anti.texi, display.texi, elisp.texi:
294 * processes.texi, variables.texi, vol1.texi, vol2.texi:
295 Standardize possessive apostrophe usage.
296
e3c73f1e
GM
297 * locals.texi: Remove file.
298 * elisp.texi, vol1.texi, vol2.texi: Don't include locals.texi.
299 Remove menu entry.
300 * errors.texi, maps.texi: Adjust node pointers.
301 * internals.texi (Buffer Internals): Remove cross-refs to locals.texi.
edb3ac8c 302 * makefile.w32-in (srcs):
e3c73f1e
GM
303 * Makefile.in (srcs): Remove locals.texi.
304
1383d930
GM
305 * frames.texi (Mouse Position): Fix cross-ref.
306
431ee44b
CY
3072012-02-27 Chong Yidong <cyd@gnu.org>
308
309 * buffers.texi (Creating Buffers): Clarify that
310 generate-new-buffer uses generate-new-buffer-names.
311 (Killing Buffers): Remove bogus example duplicating buffer-live-p.
312
313 * files.texi (Directory Names): Index entry for file name abbreviations.
314 (Relative File Names, File Name Expansion): Refer to it.
315 (Locating Files): Move locate-user-emacs-file documentation to
316 Standard File Names.
317 (Standard File Names): Add locate-user-emacs-file; update examples.
318
6a11ec9d
MA
3192012-02-26 Michael Albinus <michael.albinus@gmx.de>
320
321 * files.texi (Magic File Names): Add files-equal-p and file-subdir-of-p.
322
9a4888c0
CY
3232012-02-26 Chong Yidong <cyd@gnu.org>
324
325 * files.texi (Kinds of Files): Improve documentation of
326 files-equal-p and file-subdir-of-p.
327
f0e751b9
GM
3282012-02-26 Glenn Morris <rgm@gnu.org>
329
330 * intro.texi (Acknowledgements): Small changes.
331
7e05b1ec
GM
3322012-02-25 Glenn Morris <rgm@gnu.org>
333
334 * errors.texi: Don't try to list _all_ the error symbols.
335 Add circular-list, cl-assertion-failed, compression-error.
336 * elisp.texi, vol1.texi, vol2.texi:
337 * control.texi (Error Symbols): Tweak "Standard Errors" description.
338
23453255 3392012-02-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
340
341 * files.texi (files-equal-p, file-subdir-of-p): New,
342 add initial documentation.
343
4963495d
CY
3442012-02-25 Chong Yidong <cyd@gnu.org>
345
fa74b241
CY
346 * files.texi (File Attributes): Document file-selinux-context.
347 (Changing Files): Link to it.
348 (Changing Files): Document set-file-selinux-context.
349
350 * backups.texi (Making Backups): Return value of backup-buffer is
d268b4fe
CY
351 changed. Mention default value of backup-directory-alist.
352 (Rename or Copy): Note that backup-by-copying-when-mismatch is t.
353 (Auto-Saving): New minor mode behavior for auto-save-mode.
354 (Reverting): Add defvar for revert-buffer-in-progress-p.
fa74b241 355
4963495d
CY
356 * searching.texi (Regexp Backslash): Add index entry (Bug#10869).
357
4bb82fa8
GM
3582012-02-24 Glenn Morris <rgm@gnu.org>
359
360 * errors.texi (Standard Errors): Mention dbus-error.
361 For arith-error sub-classes, just use one cross-ref.
362
2cb228f7
AM
3632012-02-23 Alan Mackenzie <acm@muc.de>
364
365 * modes.texi (Defining Minor Modes): Document the new keyword
366 :after-hook.
367
a59225b1
CY
3682012-02-21 Chong Yidong <cyd@gnu.org>
369
370 * files.texi (Files): Mention magic file names as arguments.
371 (Reading from Files): Copyedits.
372 (File Attributes): Mention how to change file modes.
373 (Changing Files): Use standard "file permissions" terminology.
374 Add xref to File Attributes node.
375 (Locating Files): Document locate-user-emacs-file.
376 (Unique File Names): Recommend against using make-temp-name.
377
8376d7c2
CY
3782012-02-19 Chong Yidong <cyd@gnu.org>
379
380 * help.texi (Documentation, Documentation Basics, Help Functions):
381 Minor clarifications.
382 (Accessing Documentation): Clarify what documentation-property is
383 for. Add xref to Keys in Documentation.
384
385 * tips.texi (Documentation Tips): Don't recommend using * in
386 docstrings.
387
388 * macros.texi (Defining Macros):
389 * modes.texi (Derived Modes): Say "documentation string" instead
390 of docstring.
391
82233bea
CY
3922012-02-18 Chong Yidong <cyd@gnu.org>
393
394 * modes.texi (Tabulated List Mode): New node.
395 (Basic Major Modes): Add xref to it.
396
397 * processes.texi (Process Information): Mention Process Menu mode.
398
7b926f3f
CY
3992012-02-17 Chong Yidong <cyd@gnu.org>
400
401 * syntax.texi (Motion via Parsing): Doc fix for scan-lists.
402
0fd2c9a3
GM
4032012-02-17 Glenn Morris <rgm@gnu.org>
404
405 * hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual.
406
f700caa3
CY
4072012-02-16 Chong Yidong <cyd@gnu.org>
408
4230351b
CY
409 * syntax.texi (Syntax Tables, Syntax Descriptors)
410 (Syntax Table Functions): Copyedits.
411 (Syntax Basics): Don't repeat the material in the preceding node.
412 (Syntax Class Table): Use a table.
413 (Syntax Properties): Document syntax-propertize-function and
414 syntax-propertize-extend-region-functions.
415 (Motion via Parsing): Clarify scan-lists. Fix indentation.
416 (Parser State): Update for the new "c" comment style. Fix
417 description of item 7 (comment style).
418
f700caa3
CY
419 * modes.texi (Minor Modes): Update how mode commands should treat
420 arguments now.
421 (Mode Line Basics): Clarify force-mode-line-update.
422 (Mode Line Top): Note that the example is not realistic.
423 (Mode Line Variables, Mode Line Data, %-Constructs, Header Lines)
424 (Emulating Mode Line): Use "mode line" instead of "mode-line", and
425 "mode line construct" instead of "mode line specification".
426 (Syntactic Font Lock): Remove mention of obsolete variable
427 font-lock-syntactic-keywords.
428 (Setting Syntax Properties): Node deleted.
429 (Font Lock Mode): Note that Font Lock mode is a minor mode.
430 (Font Lock Basics): Note that syntactic fontification falls back
431 on `syntax-table'.
432 (Search-based Fontification): Emphasize that font-lock-keywords
433 should not be set directly.
434 (Faces for Font Lock): Avoid some confusing terminology.
4230351b
CY
435 (Syntactic Font Lock): Minor clarifications. Add xref to
436 Syntactic Font Lock node.
f700caa3 437
60236b0d
CY
4382012-02-15 Chong Yidong <cyd@gnu.org>
439
440 * minibuf.texi (Basic Completion): Define "completion table".
441 Move completion-in-region to Completion in Buffers node.
442 (Completion Commands): Use "completion table" terminology.
443 (Completion in Buffers): New node.
444
445 * modes.texi (Hooks): add-hook can be used for abnormal hooks too.
446 (Setting Hooks): Update minor mode usage example.
447 (Major Mode Conventions): Note that completion-at-point-functions
448 should be altered locally. Add xref to Completion in Buffers.
f700caa3
CY
449 Remove duplicate tip about auto-mode-alist.
450 (Minor Modes): Rewrite introduction.
451 (Minor Mode Conventions): Copyedits. Don't recommend
452 variable-only minor modes since few minor modes are like that.
60236b0d 453
d7dbb11a
GM
4542012-02-15 Glenn Morris <rgm@gnu.org>
455
456 * processes.texi (Network): Document open-network-stream :parameters.
457
3d8badf4
CY
4582012-02-14 Chong Yidong <cyd@gnu.org>
459
460 * keymaps.texi (Format of Keymaps): The CACHE component of keymaps
461 was removed on 2009-09-10. Update lisp-mode-map example.
462 (Inheritance and Keymaps): Minor clarification.
463 (Searching Keymaps): Remove out-of-place enumeration.
464 (Key Lookup): Remove unnecessary example (one was already given in
465 Format of Keymaps).
466 (Changing Key Bindings): Update suppress-keymap example.
467 (Menu Bar, Tool Bar): Copyedits.
468 (Tool Bar): Update tool-bar-map example.
469
faccede1
CY
4702012-02-12 Chong Yidong <cyd@gnu.org>
471
472 * debugging.texi (Debugger Commands): Continuing is now allowed
473 for errors.
474
355cabc6
CY
4752012-02-11 Chong Yidong <cyd@gnu.org>
476
d860baa0
CY
477 * display.texi (Fringe Indicators): Add xref to Fringe Bitmaps.
478 Move the list of standard bitmaps there.
479 (Fringe Cursors): Rewrite for clarity.
480 (Fringe Bitmaps): Consolidate the list of standard bitmaps here.
481
34106abe
CY
482 * commands.texi (Command Overview): Mention read-key.
483 (Using Interactive, Interactive Call): Minor clarifications.
484 (Function Keys, Click Events): Avoid "input stream" terminology.
485 (Click Events): Add xref to Window Sizes and Accessing Mouse.
486 Clarify column and row components.
487 (Accessing Mouse): Add xref to Click Events. Minor fixes.
488 (Special Events): Copyedits.
489
490 * streams.texi (Input Streams): De-document get-file-char.
491 (Output Variables): Don't refer to old backquote syntax.
492
355cabc6
CY
493 * debugging.texi (Debugging): Copyedits. Describe testcover, ERT.
494 (Error Debugging): Note that debug-ignored-errors overrides list
495 values of debug-on-error too. Add xref to Signaling Errors. Note
496 that debug-on-signal is not customizable. Mention
497 condition-case-unless-debug.
498 (Compilation Errors): Node deleted.
499
500 * compile.texi (Compiler Errors): Move a paragraph here from
501 deleted node Compilation Errors.
502
1be3ca5a
LL
5032012-02-10 Leo Liu <sdl.web@gmail.com>
504
505 * control.texi (Handling Errors): Change condition-case-no-debug
506 to condition-case-unless-debug.
507
25dec365
CY
5082012-02-10 Chong Yidong <cyd@gnu.org>
509
510 * advice.texi (Defining Advice): Clarify ad-unadvise.
511 (Activation of Advice): Specifying the ACTIVATE flag in defadvice
512 is not abnormal.
513 (Advising Primitives): Node deleted; ad-define-subr-args has been
514 removed.
515
516 * compile.texi (Speed of Byte-Code): Use float-time in example.
517 (Compilation Functions): Note that the log uses Compilation mode.
518 Don't discuss the contents of byte-code function object here.
519 (Compilation Functions): De-document internal function byte-code.
520 (Docs and Compilation): Minor clarifications.
521
522 * objects.texi (Byte-Code Type): Add xref to Byte-Code Function
523 Objects.
524
5f5e4ea1
GM
5252012-02-10 Glenn Morris <rgm@gnu.org>
526
527 * text.texi (Checksum/Hash): Rename node from MD5 Checksum.
528 Mention secure-hash.
529 * elisp.texi, vol1.texi, vol2.texi: Update menu entry.
530
6c1e4b46
CY
5312012-02-10 Chong Yidong <cyd@gnu.org>
532
533 * loading.texi (Loading): Don't emphasize "library" terminology.
534 (Library Search): load-path is not a user option. Mention role of
535 -L option and packages. Improve examples.
536 (Loading Non-ASCII): Don't mention unibyte Emacs, which is
537 obsolete.
538 (Autoload): Minor clarifications.
539
72ca698c
GM
5402012-02-10 Glenn Morris <rgm@gnu.org>
541
b011fbfe
GM
542 * files.texi (Magic File Names): Tweak remote-file-name-inhibit-cache.
543
72ca698c
GM
544 * modes.texi (Basic Major Modes): Mention tabulated-list-mode.
545
14a1f380
GM
5462012-02-08 Glenn Morris <rgm@gnu.org>
547
548 * loading.texi (Named Features): Update the require example.
549
60d47423
GM
5502012-02-07 Glenn Morris <rgm@gnu.org>
551
552 * modes.texi (Defining Minor Modes):
553 Expand on args of defined minor modes.
554
0992bd9c
CY
5552012-02-07 Chong Yidong <cyd@gnu.org>
556
557 * variables.texi (Creating Buffer-Local): Minor clarification
558 to buffer-local-variables doc (Bug#10715).
559
af008560
GM
5602012-02-07 Glenn Morris <rgm@gnu.org>
561
e80e1825 562 * display.texi (ImageMagick Images): General update.
af008560
GM
563 Move most details of imagemagick-render-type to the variable's doc.
564
866c1d22
GM
5652012-02-06 Glenn Morris <rgm@gnu.org>
566
f7c9199f 567 * keymaps.texi (Tool Bar): Mention separators.
dac86404
GM
568 (Inheritance and Keymaps):
569 Mention make-composed-keymap and multiple inheritance.
f7c9199f 570
e7bc51d0
GM
571 * modes.texi (Running Hooks): Mention run-hook-wrapped.
572
866c1d22
GM
573 * control.texi (Handling Errors):
574 Mention condition-case-no-debug and with-demoted-errors.
575
03988c98
CY
5762012-02-05 Chong Yidong <cyd@gnu.org>
577
578 * customize.texi (Common Keywords): Minor clarifications.
579 Document custom-unlispify-remove-prefixes.
580 (Variable Definitions): Backquotes in defcustom seem to work fine
581 now. Various other copyedits.
e1161b06
CY
582 (Simple Types): Copyedits. Document color selector.
583 (Composite Types): Copyedits.
584 (Splicing into Lists): Clarifications.
03988c98
CY
585
586 * eval.texi (Backquote): Move from macros.texi.
587
588 * macros.texi (Expansion): Minor clarification.
589 (Backquote): Move node to eval.texi.
590 (Defining Macros): Move an example from Backquote node.
591 (Argument Evaluation): No need to mention Pascal.
592 (Indenting Macros): Add xref to Defining Macros.
593
649f602c
GM
5942012-02-05 Glenn Morris <rgm@gnu.org>
595
596 * debugging.texi (Error Debugging): Mention debug-on-event default.
597
34c99998
GM
5982012-02-04 Glenn Morris <rgm@gnu.org>
599
8f05da42
GM
600 * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
601
7aa5aad8
GM
602 * debugging.texi (Error Debugging): Mention debug-on-event.
603 * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
604
c7291ad9
GM
605 * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
606
34c99998
GM
607 * text.texi (Buffer Contents):
608 Update filter-buffer-substring description.
609
735cc5ca
CY
6102012-02-04 Chong Yidong <cyd@gnu.org>
611
612 * functions.texi (What Is a Function): Add closures. Mention
613 "return value" terminology. Add xref for command-execute. Remove
614 unused "keystroke command" terminology.
615 (Lambda Expressions): Give a different example than in the
616 following subsection. Add xref to Anonymous Functions.
617 (Function Documentation): Remove gratuitous markup.
618 (Function Names): Move introductory text to `What Is a Function'.
619 (Defining Functions): Fix defun argument spec.
620 (Anonymous Functions): Document lambda macro explicitly. Mention
621 effects on lexical binding.
622 (Function Cells): Downplay direct usage of fset.
623 (Closures): New node.
624 (Inline Functions): Remove "open-code" terminology.
625 (Declaring Functions): Minor tweak; .m is not C code.
626
627 * variables.texi (Variables): Don't refer to "global value".
628 (Local Variables, Void Variables): Copyedits.
629 (Lexical Binding): Minor clarification of example.
630 (File Local Variables): Mention :safe and :risky defcustom args.
631 (Lexical Binding): Add xref to Closures node.
632
94bc7984
GM
6332012-02-04 Glenn Morris <rgm@gnu.org>
634
635 * minibuf.texi (High-Level Completion): Updates for read-color.
636
4f5a10ef
GM
6372012-02-03 Glenn Morris <rgm@gnu.org>
638
eea14f31
GM
639 * display.texi (GIF Images): Mention animation.
640 Remove commented-out old example of animation.
641 (Animated Images): New subsection.
642 * elisp.texi (Top):
643 * vol1.texi (Top):
644 * vol2.texi (Top): Add Animated Images menu entry.
645
4f5a10ef
GM
646 * display.texi (Image Formats): Remove oddly specific information
647 on versions of image libraries.
204e728d 648 (GIF Images, TIFF Images): Minor rephrasing.
4f5a10ef 649
12f381b7
GM
6502012-02-02 Glenn Morris <rgm@gnu.org>
651
1b9f60cc
GM
652 * processes.texi (Synchronous Processes):
653 Mention call-process's :file gets overwritten.
654
7e2734bc
GM
655 * commands.texi (Reading One Event):
656 * help.texi (Help Functions): Document read-char-choice.
657
f58b9822
GM
658 * hooks.texi (Standard Hooks):
659 * modes.texi (Keymaps and Minor Modes):
660 * text.texi (Commands for Insertion): Document post-self-insert-hook.
661
662 * hooks.texi (Standard Hooks): Add prog-mode-hook.
663
12f381b7
GM
664 * hooks.texi (Standard Hooks):
665 * modes.texi (Major Mode Conventions, Mode Hooks):
666 Document change-major-mode-after-body-hook.
667
7a9a2fc6
GM
6682012-02-01 Glenn Morris <rgm@gnu.org>
669
670 * modes.texi (Defining Minor Modes):
671 Mention disabling global minor modes on a per-major-mode basis.
672
a037c171
CY
6732012-01-31 Chong Yidong <cyd@gnu.org>
674
675 * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
676 (Parser State): Remove unnecessary statement (Bug#10661).
677
678 * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
679
56afad3a
GM
6802012-01-31 Glenn Morris <rgm@gnu.org>
681
682 * modes.texi (Defining Minor Modes):
683 Document define-minor-mode's new :variable keyword.
684
0f29fa41
CY
6852012-01-29 Chong Yidong <cyd@gnu.org>
686
837a390a
CY
687 * syntax.texi (Syntax Class Table): Tweak description of newline
688 char syntax (Bug#9619).
689
0f29fa41
CY
690 * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
691 description (Bug#10189).
692
182148ee
GM
6932012-01-29 Glenn Morris <rgm@gnu.org>
694
a49ca6b9
GM
695 * files.texi (Changing Files): Document SELinux support.
696
182148ee
GM
697 * windows.texi (Window Sizes): Fix typo.
698
9962192e
CY
6992012-01-28 Chong Yidong <cyd@gnu.org>
700
8c6e1920
CY
701 * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
702 doc (Bug#8568).
703
9583ec59
CY
704 * frames.texi (Input Focus): Add NORECORD arg to
705 select-frame-set-input-focus. Clarify its role in select-frame.
706
10256988
CY
707 * text.texi (Transposition): We don't use transpose-region as an
708 internal subroutine (Bug#3249).
709
9962192e
CY
710 * modes.texi (Example Major Modes): Update Lisp example code to
711 current sources. Delete the old non-derived-major-mode example,
712 which has diverged badly from current sources.
713
2aa43abb
GM
7142012-01-27 Glenn Morris <rgm@gnu.org>
715
716 * makefile.w32-in (texinputdir): Fix (presumed) typo.
717 (VERSION, manual): Remove, unused.
718
9f40220d
CY
7192012-01-27 Chong Yidong <cyd@gnu.org>
720
721 * commands.texi (Command Overview): Minor clarification (Bug#10384).
722
acc28cb9
CY
7232012-01-26 Chong Yidong <cyd@gnu.org>
724
725 * searching.texi (String Search): Document negative repeat count
726 (Bug#10507).
727
48da7392
GM
7282012-01-26 Glenn Morris <rgm@gnu.org>
729
730 * variables.texi (Using Lexical Binding):
731 Mention that lexical-binding should be set in the first line.
732
69b0acb9
LI
7332012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
734
735 * macros.texi (Defining Macros): Don't claim that `declare' only
736 affects Edebug and indentation.
737
543757a8
LI
7382012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
739
740 * macros.texi (Defining Macros): Slight `declare' fixup.
741
450e3cae
GM
7422012-01-25 Glenn Morris <rgm@gnu.org>
743
24189ce0 744 * makefile.w32-in (texinputdir):
450e3cae
GM
745 * Makefile.in (ENVADD): Add $emacsdir. (Bug#10603)
746
1021c761
CY
7472012-01-24 Chong Yidong <cyd@gnu.org>
748
749 * variables.texi (Variables, Local Variables, Void Variables):
750 Edit to make the descriptions less specific to dynamic binding.
751 (Local Variables): Default max-specpdl-size is now 1300.
752 (Defining Variables): Edits for lexical scoping. Delete
753 information about starting docstrings with *. De-document
754 user-variable-p.
755 (Tips for Defining): Remove an unimportant discussion of quitting
756 in the middle of a load.
757 (Accessing Variables, Setting Variables): Discuss lexical binding.
758 (Variable Scoping): Rewrite.
759 (Scope, Extent, Impl of Scope): Nodes deleted.
760 (Dynamic Binding): New node, with material from Scope, Extent, and
761 Impl of Scope nodes.
762 (Dynamic Binding Tips): Rename from Using Scoping.
763 (Lexical Binding): Rewrite.
764 (Using Lexical Binding): Rename from Converting to Lexical
765 Binding. Convert to subsection.
766
767 * customize.texi (Variable Definitions): Add custom-variable-p.
768 Move user-variable-p documentation here.
769
31cbea1d
CY
7702012-01-23 Chong Yidong <cyd@gnu.org>
771
772 * strings.texi (Text Comparison): Minor qualification.
773
774 * lists.texi (Cons Cells): Copyedits.
775 (List Elements): Mention push.
776 (List Variables): Mention pop.
777 (Rings): Move to sequences.texi.
778
779 * sequences.texi (Sequence Functions): Don't repeat the
780 introduction already given in the parent.
781 (Vectors): Copyedits.
782 (Rings): Move from lists.texi. Note that this is specific to the
783 ring package.
784
785 * symbols.texi (Definitions, Symbol Components): Mention variable
786 scoping issues.
787 (Plists and Alists): Copyedits.
788
789 * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
790 correctness with lexical scoping.
791 (Eval): Copyedits.
792
fead402d
CY
7932012-01-21 Chong Yidong <cyd@gnu.org>
794
795 * intro.texi (A Sample Function Description): Special notation
796 used for macros too.
797
798 * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
799 (Symbol Type): Add xref for keyword symbols.
800 (Sequence Type): Clarify differences between sequence types.
801 (Cons Cell Type): Add "linked list" index entry.
802 (Non-ASCII in Strings): Copyedits.
803 (Equality Predicates): Symbols with same name need not be eq.
804
805 * numbers.texi (Float Basics): Document isnan, copysign, frexp and
806 ldexp. Move float-e and float-pi to Math Functions node.
807
61086eb6
GM
8082012-01-21 Glenn Morris <rgm@gnu.org>
809
810 * modes.texi (Auto Major Mode):
811 * variables.texi (File Local Variables):
812 Mention inhibit-local-variables-regexps.
813
34a02f46
MR
8142012-01-19 Martin Rudalics <rudalics@gmx.at>
815
816 * windows.texi (Window Configurations): Rewrite references to
817 persistent window parameters.
818 (Window Parameters): Fix description of persistent window
819 parameters.
820
f5064cae
JB
8212012-01-16 Juanma Barranquero <lekktu@gmail.com>
822
823 * windows.texi (Window Parameters): Use @pxref.
824
6a6ee00d
MR
8252012-01-16 Martin Rudalics <rudalics@gmx.at>
826
827 * windows.texi (Window Configurations, Window Parameters):
828 Describe persistent window parameters.
829
9ca4c014
SM
8302011-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
831
832 * variables.texi (Creating Buffer-Local): Warn against misuses of
833 make-variable-buffer-local (bug#10258).
834
d027f83d
LMI
8352012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
836
837 * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
838
89bd9ccd
CY
8392012-01-06 Chong Yidong <cyd@gnu.org>
840
841 * variables.texi (Directory Local Variables): Document
842 hack-dir-local-variables-non-file-buffer.
843
c869783d
GM
8442012-01-06 Glenn Morris <rgm@gnu.org>
845
846 * maps.texi (Standard Keymaps): Refer to Info-edit by name
847 rather than by keybinding.
848
2cae5ba4
JB
8492011-12-29 Juanma Barranquero <lekktu@gmail.com>
850
851 * frames.texi (Font and Color Parameters): Add @pxref.
852
43da4d08
DC
8532011-12-29 Daniel Colascione <dan.colascione@gmail.com>
854
855 * frames.texi (Font and Color Parameters):
856 Document w32 font backends (bug#10399).
857
8d80ef01
PE
8582011-12-28 Paul Eggert <eggert@cs.ucla.edu>
859
860 * files.texi (File Attributes, Changing Files):
861 Use a more-natural notation for octal numbers.
862
9022ae07
JB
8632011-12-23 Juanma Barranquero <lekktu@gmail.com>
864
865 * variables.texi (Variables with Restricted Values):
866 Change reference to variable (bug#10354).
867
454592a6
MR
8682011-12-13 Martin Rudalics <rudalics@gmx.at>
869
870 * windows.texi (Splitting Windows): Use t instead of non-nil
871 when describing window-combination-resize.
872
a7cdbfce
SM
8732011-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
874
875 * text.texi (Special Properties): Warn against `intangible' properties
876 (bug#10222).
877
a3dcc84e
EZ
8782011-11-26 Eli Zaretskii <eliz@gnu.org>
879
579ebf8f
EZ
880 * display.texi (Truncation):
881 * text.texi (Special Properties): Describe what a stretch-glyph is
882 instead of using that term without explanation. Make the
883 cross-references more accurate.
884
a3dcc84e
EZ
885 * display.texi (Usual Display): Update the description,
886 cross-references, and indexing related to display of control
887 characters and raw bytes.
888
94af99a4
MR
8892011-11-25 Martin Rudalics <rudalics@gmx.at>
890
891 * windows.texi (Splitting Windows): Fix description of
892 window-combination-limit. Suggested by Eli Zaretskii.
893
1c3d7a13
CY
8942011-11-23 Chong Yidong <cyd@gnu.org>
895
896 * windows.texi (Window Sizes): Move window-top-line,
897 window-left-column, and window-*-pixel-edges to Coordinates and
898 Windows node.
899 (Coordinates and Windows): Restore window-edges doc.
900
90151a1e
MR
9012011-11-21 Martin Rudalics <rudalics@gmx.at>
902
a7cdbfce
SM
903 * windows.texi (Windows and Frames, Splitting Windows):
904 Fix typos.
90151a1e 905
a9b9b7f5
CY
9062011-11-21 Chong Yidong <cyd@gnu.org>
907
908 * windows.texi (Splitting Windows): Fix error in documentation of
909 window-combination-limit.
910 (Cyclic Window Ordering): Minor fixes to next-window,
911 one-window-p, and get-lru-window docs. Don't document
912 window-list-1.
913 (Buffers and Windows): Copyedits.
914 (Choosing Window): Document special handling of special-display-*.
915 (Choosing Window Options): Fix display-buffer-reuse-frames doc.
a7cdbfce
SM
916 Don't document even-window-heights, which is going away.
917 Clarify which options are obeyed by which action functions.
a9b9b7f5 918
f4e90db0
SM
9192011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
920
921 * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
922
d2999b1a
MR
9232011-11-20 Martin Rudalics <rudalics@gmx.at>
924
f4e90db0
SM
925 * windows.texi (Resizing Windows, Splitting Windows):
926 Remove term "status" when talking about combination limits.
d2999b1a 927
cd1181db
JB
9282011-11-20 Juanma Barranquero <lekktu@gmail.com>
929
930 * compile.texi (Compiler Errors):
931 * help.texi (Help Functions): Fix typos.
932
7bf54975
CY
9332011-11-19 Chong Yidong <cyd@gnu.org>
934
935 * windows.texi (Splitting Windows): Clarify role of window
936 parameters in split-window. Shorten the example.
f4e90db0
SM
937 (Deleting Windows): Rewrite intro to handle internal windows.
938 Fix delete-windows-on doc.
7bf54975
CY
939 (Selecting Windows): Copyedits.
940
a0c2d0ae
MR
9412011-11-17 Martin Rudalics <rudalics@gmx.at>
942
943 * windows.texi (Resizing Windows, Splitting Windows)
944 (Deleting Windows): Use term window-combination-resize instead
945 of window-splits.
946
b6f67890
MR
9472011-11-16 Martin Rudalics <rudalics@gmx.at>
948
f4e90db0
SM
949 * windows.texi (Resizing Windows, Splitting Windows):
950 Rename occurrences of window-nest to window-combination-limit.
b6f67890 951
0b381c7e
JB
9522011-11-14 Juanma Barranquero <lekktu@gmail.com>
953
954 * intro.texi (Lisp History): Fix typo.
955
89d61221
MR
9562011-11-12 Martin Rudalics <rudalics@gmx.at>
957
f4e90db0
SM
958 * windows.texi (Splitting Windows, Deleting Windows):
959 Remove references to splits status of windows.
89d61221 960
b2621720
GM
9612011-11-10 Glenn Morris <rgm@gnu.org>
962
963 * buffers.texi (Read Only Buffers): Expand a bit on why
964 toggle-read-only should only be used interactively. (Bug#7292)
965
d2ad7ee1
CY
9662011-11-09 Chong Yidong <cyd@gnu.org>
967
968 * windows.texi (Window Sizes): Document window-pixel-edges,
c4e7c63a 969 window-inside-pixel-edges, window-absolute-pixel-edges, and
d2ad7ee1
CY
970 window-inside-absolute-pixel-edges.
971 (Resizing Windows): shrink-window-if-larger-than-buffer works on
972 non-full-width windows.
973
2cffd681
MR
9742011-11-09 Martin Rudalics <rudalics@gmx.at>
975
976 * windows.texi (Resizing Windows): Rewrite documentation of
977 window-resizable.
978
f6f6d7e7
CY
9792011-11-09 Chong Yidong <cyd@gnu.org>
980
981 * windows.texi (Splitting Windows): Simplify example.
982
a79db6e0
CY
9832011-11-08 Chong Yidong <cyd@gnu.org>
984
985 * windows.texi (Window Sizes): Copyedits. Document
986 window-text-height. Remove window-min-height and window-min-width
987 discussion, referring instead to Emacs manual.
988 (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
e7313f33
CY
989 (Resizing Windows): Simplify introduction. Don't document
990 enlarge-window, shrink-window, enlarge-window-horizontally, and
991 shrink-window-horizontally; they are no longer preferred for
992 calling from Lisp, and are already documented in the Emacs manual.
a79db6e0 993
441950c7
GM
9942011-11-07 Glenn Morris <rgm@gnu.org>
995
996 * windows.texi (Choosing Window): Fix keybinding typo.
997
be7f5545
MR
9982011-11-07 Martin Rudalics <rudalics@gmx.at>
999
1000 * windows.texi (Resizing Windows, Splitting Windows)
1001 (Window Configurations): Use "child window" instead of
1002 "subwindow".
1003
291d142b
CY
10042011-11-06 Chong Yidong <cyd@gnu.org>
1005
1006 * windows.texi (Basic Windows): Clarify various definitions.
1007 Treat window-normalize-* as internal; don't document them.
1008 (Windows and Frames): Various clarifications, e.g. non-live
1009 windows also belong to frames. Fix window-list description.
1010 Simplify window nesting example.
f4e90db0
SM
1011 (Splitting Windows, Window Configurations):
1012 Use split-window-below.
291d142b 1013
89bd5ee1
EZ
10142011-11-04 Eli Zaretskii <eliz@gnu.org>
1015
1016 * windows.texi (Window Sizes): Mention in the doc string that the
1017 return values of `window-body-height' and `window-body-width' are
1018 in frame's canonical units. (Bug#9949)
1019
3d8daefe
MR
10202011-10-30 Martin Rudalics <rudalics@gmx.at>
1021
1022 * windows.texi (Windows and Frames): Remove "iso-" infix from
1023 documentation of window-iso-combined-p.
1024
60754666
CY
10252011-10-26 Chong Yidong <cyd@gnu.org>
1026
1027 * modes.texi (Running Hooks): Document with-wrapper-hook.
1028
d366bd53
CY
10292011-10-18 Chong Yidong <cyd@gnu.org>
1030
1031 * display.texi (Glyphless Chars): New node.
1032
50b063c3
CY
10332011-10-13 Chong Yidong <cyd@stupidchicken.com>
1034
1035 * text.texi (Yanking): Document yank-excluded-properties.
1036
1037 * package.texi (Packaging Basics): The commentary should say how
1038 to begin using the package.
1039
c72063fa
MR
10402011-10-11 Martin Rudalics <rudalics@gmx.at>
1041
1042 * windows.texi (Deleting Windows): Mention which window gets
1043 selected when deleting the selected window.
1044
d83dc65b
MR
10452011-10-09 Martin Rudalics <rudalics@gmx.at>
1046
1047 * buffers.texi (The Buffer List): Describe how bury-buffer deals
1048 with the selected window.
1049 * windows.texi (Buffers and Windows): Reformulate text on how
1050 replace-buffer-in-windows deals with a window.
1051 (Quitting Windows): Describe how quit-window deals with a
1052 standalone frame. Describe new option frame-auto-hide-function.
1053
c599682c
GM
10542011-10-08 Glenn Morris <rgm@gnu.org>
1055
48bca619
GM
1056 * symbols.texi (Other Plists): Markup fix. (Bug#9702)
1057
c599682c
GM
1058 * positions.texi (Excursions): Update warning message.
1059
969aa734
CY
10602011-10-05 Chong Yidong <cyd@stupidchicken.com>
1061
f4e90db0
SM
1062 * display.texi (Low-Level Font, Face Attributes, Font Lookup):
1063 Fix Emacs manual xref (Bug#9675).
969aa734 1064
550f41cd
CY
10652011-10-01 Chong Yidong <cyd@stupidchicken.com>
1066
1067 * windows.texi (Textual Scrolling): Document scroll-up-command,
1068 scroll-down-command, scroll-error-top-bottom, and the
1069 scroll-command symbol property.
717a1362
CY
1070 (Display Action Functions): Fix description of
1071 display-buffer-pop-up-window.
550f41cd 1072
a239d4e9
JB
10732011-09-28 Juanma Barranquero <lekktu@gmail.com>
1074
1075 * windows.texi (Splitting Windows): Fix typos.
1076
590c056d
MR
10772011-09-25 Martin Rudalics <rudalics@gmx.at>
1078
1079 * windows.texi (Windows and Frames, Display Action Functions)
1080 (Switching Buffers): Fix some typos.
1081 (Buffers and Windows): Remove reference to window-auto-delete.
1082 Reword description of replace-buffer-in-windows.
1083 (Window History): Fix some typos and refer to frame local buffer
1084 list.
c419f5cb
MR
1085 (Quitting Windows): New node.
1086 (Window Configurations): Add descriptions of window-state-get
1087 and window-state-put.
1088 (Window Parameters): Describe variable ignore-window-parameters.
1089 Sketch some window parameters currently in use.
1090 * elisp.texi (Top): Update node listing.
590c056d 1091
9ec20d36
CY
10922011-09-25 Chong Yidong <cyd@stupidchicken.com>
1093
1094 * windows.texi (Display Action Functions)
1095 (Choosing Window Options): New nodes.
1096
0e406a72
CY
10972011-09-24 Chong Yidong <cyd@stupidchicken.com>
1098
1099 * windows.texi (Window History): New node. Move text here from
1100 Buffers and Windows.
1101 (Switching Buffers): Rename from Displaying Buffers, since we
f4e90db0
SM
1102 don't document display-buffer here; callers changed.
1103 Document FORCE-SAME-WINDOW arg to switch-to-buffer and
0e406a72
CY
1104 switch-to-buffer-other-frame. Delete duplicate
1105 replace-buffer-in-windows doc.
1106 (Choosing Window): Document display actions.
1107
6bf7006f
EZ
11082011-09-24 Eli Zaretskii <eliz@gnu.org>
1109
1110 * display.texi (Forcing Redisplay): Update the description of
1111 redisplay-dont-pause due to change in the default value.
1112
b33b68a3
MR
11132011-09-23 Martin Rudalics <rudalics@gmx.at>
1114
1115 * frames.texi (Frames and Windows): Move section and rename to
1116 Windows and Frames in windows.texi.
1117 * windows.texi (Windows): Restructure.
1118 (Basic Windows): Rewrite. Explain live and internal windows and
1119 normalization functions.
1120 (Windows and Frames): Move section here from frames.texi.
1121 Describe subwindows, window combinations, window tree, and
1122 corresponding functions including window-list here.
1123 (Window Sizes): Rename section from Size of Window and move it
1124 up in chapter. Describe total and body sizes and the
1125 corresponding functions. Explain new semantics of
1126 window-min-height/-width.
1127 (Resizing Windows): Move section up in chapter. Describe new
1128 resize functions.
1129 (Splitting Windows): Describe new behavior of split-window,
1130 split-window-above-each-other and split-window-side-by-side.
1131 Provide examples. Describe window-nest and window-splits
1132 options.
1133 (Deleting Windows): Minor rewrite.
f4e90db0
SM
1134 (Selecting Windows): Minor rewrite.
1135 Describe frame-selected-window and set-frame-selected-window here.
1136 (Cyclic Window Ordering): Minor rewrite.
1137 Describe window-list-1.
b33b68a3
MR
1138 (Buffers and Windows): Rewrite. Explain a window's previous and
1139 next buffers and the corresponding functions.
c4682d18 1140 (Window Tree): Merge into Windows and Frames section.
b33b68a3
MR
1141 * elisp.texi (Top): Update node listings for frames and windows
1142 sections.
1143
4d3786ac
SM
11442011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1145
1146 * display.texi (Face Functions): `face-list' returns faces (bug#9564).
1147
713df35b
LMI
11482011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
1149
1150 * errors.texi (Standard Errors): Remove apparent placeholder text
1151 (bug#9491).
1152
33ed493b
CY
11532011-09-18 Chong Yidong <cyd@stupidchicken.com>
1154
1155 * frames.texi (Management Parameters): Fix description of
1156 icon-type parameter.
1157
b8f0a954
CY
11582011-09-17 Chong Yidong <cyd@stupidchicken.com>
1159
1160 * tips.texi (Key Binding Conventions): Don't bind a key sequence
1161 ending in C-g. Suggested by Edward O'Connor.
1162
eddf142c
EZ
11632011-09-17 Eli Zaretskii <eliz@gnu.org>
1164
1165 * numbers.texi (Integer Basics): Add indexing for
1166 most-positive-fixnum and most-negative-fixnum. (Bug#9525)
1167
bf1af6c7
DM
11682011-09-14 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
1169
1170 * lists.texi (Sets And Lists): Fix typo. (Bug#9393)
1171
cec2eab8
JB
11722011-09-11 Juanma Barranquero <lekktu@gmail.com>
1173
1174 * processes.texi (Network Servers): Clarify what the process
1175 buffer is used for (bug#9233).
1176
51751aa2 11772011-08-30 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
1f403cb9
DM
1178
1179 * lists.texi (Building Lists): Fix typo.
1180
35137ed3
CY
11812011-08-30 Chong Yidong <cyd@stupidchicken.com>
1182
1183 * display.texi (Basic Faces): New node. Document new faces.
1184
1185 * modes.texi (Major Mode Conventions): Move some text there.
1186 (Mode Help): Remove major-mode var, duplicated in Major Modes.
1187
3fd50d5c
CY
11882011-08-29 Chong Yidong <cyd@stupidchicken.com>
1189
1190 * modes.texi (Basic Major Modes): New node. Callers updated.
1191 (Major Modes): Document fundamental-mode and major-mode.
1192 (Major Mode Basics): Node deleted; text moved to Major Modes.
1193 (Derived Modes): Document derived-mode-p.
1194
ddb54206
CY
11952011-08-28 Chong Yidong <cyd@stupidchicken.com>
1196
a6326082
CY
1197 * files.texi (Changing Files, Create/Delete Dirs): Document new
1198 arguments for delete-file, delete-directory, and copy-directory.
e2aeef63
CY
1199 (Visiting Functions): Remove view-file; it is documented in the
1200 Emacs manual.
04e2ce72 1201
ddb54206
CY
1202 * frames.texi (Layout Parameters): The defaults for the
1203 menu-bar-lines and tool-bar-lines parameters depend on the mode.
1204
1205 * display.texi (Progress): Document spinner functionality.
1206
1207 * os.texi (Killing Emacs): Note that kill-emacs can be called by
1208 operating system signals. Refer to save-buffers-kill-terminal
1209 instead of save-buffers-kill-emacs.
1210
1211 * objects.texi (Symbol Type): Document ## print representation.
1212
0c95fcf7
EZ
12132011-08-25 Eli Zaretskii <eliz@gnu.org>
1214
1215 * display.texi (Specified Space): Mention that `space' specs
1216 influence bidi reordering.
1217 (Bidirectional Display): Explain how to use `(space . PROPS)' for
1218 separating fields with bidirectional content.
1219
5980d4c6
EZ
12202011-08-24 Eli Zaretskii <eliz@gnu.org>
1221
1222 * display.texi (Bidirectional Display): Document return value in
1223 buffers that are not bidi-reordered for display, and in unibyte
1224 buffers.
1225
bca633fb
EZ
12262011-08-23 Eli Zaretskii <eliz@gnu.org>
1227
1228 * nonascii.texi (Character Properties): Document the values for
1229 unassigned codepoints.
1230
c094bb0c
EZ
12312011-08-18 Eli Zaretskii <eliz@gnu.org>
1232
1233 * nonascii.texi (Character Properties): Document use of
1234 `bidi-class' and `mirroring' properties as part of reordering.
1235 Provide cross-references to "Bidirectional Display".
1236
1237 * display.texi (Bidirectional Display): Document the pitfalls of
1238 concatenating strings with bidirectional content, with possible
f4e90db0
SM
1239 solutions. Document bidi-string-mark-left-to-right.
1240 Mention paragraph direction in modes that inherit from prog-mode.
92b71444
EZ
1241 Document use of `bidi-class' and `mirroring' properties as part of
1242 reordering.
c094bb0c 1243
1ea897d5
EZ
12442011-08-16 Eli Zaretskii <eliz@gnu.org>
1245
9adfcd0b
EZ
1246 * modes.texi (Major Mode Conventions): Improve the documentation
1247 of `mode-class' `special' modes.
1248
10862873
EZ
1249 * nonascii.texi (Character Properties): Document the `mirroring'
1250 property. Add index entries.
1251
1ea897d5
EZ
1252 * syntax.texi (Categories): Add an example of defining a new
1253 category and category table.
1254
1255 * searching.texi (Regexp Backslash): Document how to display
1256 existing categories. Mention the possibility of adding
1257 categories, and add an xref to where this is described. Add an
1258 index entry.
1259
ebb552ed
CY
12602011-08-09 Chong Yidong <cyd@stupidchicken.com>
1261
1262 * text.texi (Special Properties):
1263 * display.texi (Overlay Properties): Note that mouse-face cannot
1264 change the text size (Bug#8530).
1265
51a714e1
CY
12662011-08-08 Chong Yidong <cyd@stupidchicken.com>
1267
1268 * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
1269 using setenv instead.
1270
4cc60b9b
EZ
12712011-07-28 Eli Zaretskii <eliz@gnu.org>
1272
1273 * display.texi (Bidirectional Display): Document the fact that
1274 bidi-display-reordering is t by default.
1275
5deb92fd
EZ
12762011-07-23 Eli Zaretskii <eliz@gnu.org>
1277
1278 * display.texi (Bidirectional Display): New section.
1279
011b0ad6 12802011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
67f9b9f8
GM
1281 Tim Cross <theophilusx@gmail.com> (tiny change)
1282 Glenn Morris <rgm@gnu.org>
011b0ad6 1283
67f9b9f8 1284 * keymaps.texi (Toolkit Differences): New node. (Bug#8176)
011b0ad6 1285
4baf28e6
AS
12862011-07-15 Andreas Schwab <schwab@linux-m68k.org>
1287
1288 * help.texi (Keys in Documentation): Revert last change.
1289
66249842
LMI
12902011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1291
f863868c
LMI
1292 * help.texi (Keys in Documentation): Clarify that \= only quotes
1293 the next character, and doesn't affect longer sequences in
1294 particular (bug#8935).
1295
f4e90db0
SM
1296 * debugging.texi (Using Debugger):
1297 Mention @code{eval-expression-debug-on-error} (bug#8549).
66249842 1298
0bb23927 12992011-07-14 Eli Zaretskii <eliz@gnu.org>
a2eaa31d
EZ
1300
1301 * display.texi (Other Display Specs): Document that `left-fringe'
1302 and `right-fringe' display specifications are of the "replacing"
1303 kind.
1304
f2027cdf
LMI
13052011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1306
1307 * help.texi (Documentation Basics): Add a link to the Function
1308 Documentation node (bug#6580).
1309
f987fde4
LMI
13102011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1311
0bc59b25
LMI
1312 * keymaps.texi (Menu Bar): Mention :visible and :enable
1313 (bug#6344). Text by Drew Adams.
1314
63d55f1f
LMI
1315 * modes.texi (Running Hooks): Mention buffer-local hook variables
1316 (bug#6218).
1317
f987fde4
LMI
1318 * objects.texi (General Escape Syntax): "a with grave accent" is
1319 ?xe0, not ?x8e0 (bug#5259).
1320
b7527639
CY
13212011-07-12 Chong Yidong <cyd@stupidchicken.com>
1322
1323 * display.texi (Face Attributes, Font Selection): Add references
1324 to the Fonts node in the Emacs manual (Bug#4178).
1325
c830e5ae
CY
13262011-07-12 Chong Yidong <cyd@stupidchicken.com>
1327
1328 * display.texi (Window Systems): `window-system' is
1329 terminal-local.
1330
1331 * frames.texi (Frame Parameters, Parameter Access): Don't mention
1332 frame-local variables.
1333
1334 * variables.texi (Buffer-Local Variables): Don't mention obsolete
1335 frame-local variables.
1336 (Frame-Local Variables): Node deleted.
1337
1338 * elisp.texi (Top): Update node listing.
1339
91223e54
LMI
13402011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1341
1342 * elisp.texi: Change "inferiors" to "subnodes" in three places
1343 (bug#3523).
1344
963578d3
CY
13452011-07-11 Chong Yidong <cyd@stupidchicken.com>
1346
1347 * frames.texi (Window System Selections): Discussion of
1348 x-select-enable-clipboard moved to Emacs manual.
1349
07151e49
DD
13502011-07-11 Deniz Dogan <deniz@dogan.se>
1351
1352 * commands.texi (Prefix Command Arguments): Remove excessive
1353 apostrophe.
1354
7261e1cf
LMI
13552011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1356
ad21a12a
LMI
1357 * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
1358 description is a string (bug#3313).
1359
7261e1cf
LMI
1360 * frames.texi (Display Feature Testing): Try to explain what all
1361 the visual classes mean (bug#3042).
1362
568f7b79
LMI
13632011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1364
18d59e29
LMI
1365 * modes.texi (Mode Line Variables): Document `mode-line-remote'
1366 and `mode-line-client' (bug#2974).
1367
568f7b79
LMI
1368 * text.texi (Insertion): Clarify marker movements (bug#1651).
1369 Text from Drew Adams.
1370
54e10184
LMI
13712011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1372
d94d85e9
LMI
1373 * text.texi (Special Properties): Clarify the format of `face'
1374 (bug#1375).
1375
54e10184
LMI
1376 * commands.texi (Interactive Call): Add a `call-interactively'
1377 example (bug#1010).
1378
413c488d
LMI
13792011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1380
1381 * functions.texi (Calling Functions): Link to the "Interactive
1382 Call" node (bug#1001).
1383
322b7dab 13842011-07-06 Chong Yidong <cyd@stupidchicken.com>
b00d8c1a 1385
3deead93
CY
1386 * customize.texi (Composite Types): Move alist and plist to here
1387 from Simple Types (Bug#7545).
1388
1389 * elisp.texi (Top): Update menu description.
1390
b00d8c1a
CY
1391 * display.texi (Face Attributes): Document negative line widths
1392 (Bug#6113).
1393
d2a6c43b
TR
13942011-07-03 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
1395
1396 * searching.texi (Match Data): Note that match data can be
1397 overwritten by most functions (bug#2499).
1398
c7844a27
LMI
13992011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1400
a9ab721e
LMI
1401 * strings.texi (Formatting Strings): Clarify what the "-" and "0"
1402 flags mean (bug#6659).
1403
c7844a27
LMI
1404 * functions.texi (What Is a Function): Document the autoload
1405 object (bug#6496).
1406
f68d76d0
LMI
14072011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1408
8a20ca4c
LMI
1409 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
1410 is only used in the Customize user interface (bug#6089).
1411
f68d76d0 1412 * display.texi (Showing Images): Mention the point of sliced
6dd56db4 1413 images (bug#7836).
f68d76d0 1414
7018dbe7
EZ
14152011-07-02 Eli Zaretskii <eliz@gnu.org>
1416
1417 * variables.texi (Defining Variables, Void Variables)
1418 (Constant Variables): Fix incorrect usage of @kindex.
1419
36cb87a1
LMI
14202011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1421
28ee97c7
LMI
1422 * variables.texi (Defining Variables): Add an index entry for
1423 `set-variable' (bug#7262).
8d4294e9 1424 (Defining Variables): Use @findex for functions.
28ee97c7 1425
8862ffd5
LMI
1426 * frames.texi (Basic Parameters): Document the `explicit-name'
1427 parameter (bug#6951).
1428
0ec389b9
LMI
1429 * customize.texi (Type Keywords): Clarify that :value provides a
1430 default value for all types (bug#7386).
1431
36cb87a1
LMI
1432 * streams.texi (Output Functions): Document `pp'.
1433
11fdef7d 14342011-06-25 Chong Yidong <cyd@stupidchicken.com>
dfc47e35
CY
1435
1436 * keymaps.texi (Searching Keymaps):
1437 * display.texi (Overlay Properties): Fix errors in 2011-05-29
1438 change. Suggested by Johan Bockgård.
1439
eeafcea7
CY
14402011-06-15 Chong Yidong <cyd@stupidchicken.com>
1441
1442 * text.texi (Special Properties): Clarify role of font-lock-face.
1443
b96e6cde
LMI
14442011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1445
f4e90db0 1446 * processes.texi (Process Information): Rename `process-alive-p'
b96e6cde
LMI
1447 to `process-live-p' for consistency with other `-live-p' functions.
1448
be14b9ab
PE
14492011-06-03 Paul Eggert <eggert@cs.ucla.edu>
1450
1451 Document wide integers better.
1452 * files.texi (File Attributes): Document ino_t values better.
2d365993 1453 ino_t values no longer map to anything larger than a single cons.
be14b9ab
PE
1454 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
1455 (Bitwise Operations):
001903b5
PE
1456 * objects.texi (Integer Type): Use a binary notation that is a bit easier
1457 to read, and that will port better if 62-bits becomes the default.
1458 Fix or remove incorrect examples.
be14b9ab
PE
1459 * os.texi (Time Conversion): Document time_t values better.
1460
bcd54f83
LMI
14612011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1462
f4e90db0
SM
1463 * processes.texi (Process Information):
1464 Document `process-alive-p'.
bcd54f83 1465
049bcbcb
CY
14662011-05-29 Chong Yidong <cyd@stupidchicken.com>
1467
1468 * help.texi (Accessing Documentation):
1469 * display.texi (Pixel Specification):
1470 * processes.texi (Serial Ports, Serial Ports):
1471 * nonascii.texi (Character Properties, Default Coding Systems):
1472 * text.texi (Changing Properties, Special Properties):
1473 * windows.texi (Window Start and End):
1474 * modes.texi (SMIE Indentation Example, SMIE Tricks):
1475 * keymaps.texi (Searching Keymaps, Tool Bar):
1476 * minibuf.texi (Basic Completion):
1477 * compile.texi (Eval During Compile):
1478 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
1479 7x9 paper in printed manual.
1480
1481 * lists.texi (Sets And Lists): Fix misplaced text.
1482
58539c63
CY
14832011-05-29 Chong Yidong <cyd@stupidchicken.com>
1484
1485 * keymaps.texi (Remapping Commands): Emphasize that the keymap
1486 needs to be active (Bug#8350).
1487
6b5681bf
CY
14882011-05-28 Chong Yidong <cyd@stupidchicken.com>
1489
b4d52acc
CY
1490 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
1491
6b5681bf
CY
1492 * tips.texi (Coding Conventions): Remove antediluvian filename
1493 limit recommendation (Bug#8538).
1494
e145f188
GM
14952011-05-27 Glenn Morris <rgm@gnu.org>
1496
1497 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
1498
eafed945
GM
14992011-05-26 Glenn Morris <rgm@gnu.org>
1500
1501 * variables.texi (File Local Variables):
1502 Update hack-local-variables `mode-only' return value.
2d3ba9e7 1503 Add some more details on what this function does in the other case.
eafed945 1504
bc8410af
GM
15052011-05-19 Glenn Morris <rgm@gnu.org>
1506
1507 * lists.texi (Sets And Lists): Mention cl provides union etc.
1508
35a30759
N
15092011-05-19 Nix <nix@esperi.org.uk>
1510
1511 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
1512
1513 * text.texi (Parsing HTML): Update for function name changes.
1514
1515 * syntax.texi (Syntax Flags): Small fix.
1516
1517 * keymaps.texi (Active Keymaps): Typo fix.
1518 (Changing Key Bindings): Grammar fix.
1519
1520 * frames.texi (Minibuffers and Frames): Grammar fix.
1521 (Window System Selections): x-select-enable-clipboard now defaults to t.
1522
1523 * customize.texi (Common Keywords):
1524 * display.texi (Abstract Display):
1525 * modes.texi (Auto-Indentation):
1526 * nonascii.texi (Converting Representations): Typo fixes.
1527
1528 * control.texi (Examples of Catch): Call it "goto" not "go to".
1529
e3934a8a
EZ
15302011-05-14 Eli Zaretskii <eliz@gnu.org>
1531
bc039a3b
EZ
1532 * nonascii.texi (Character Properties): Fix inconsistencies with
1533 implementation.
1534
e3934a8a
EZ
1535 * text.texi (Special Properties): Move @defvar's out of the
1536 @table. (Bug#8652)
1537
e2c94218
GM
15382011-05-12 Glenn Morris <rgm@gnu.org>
1539
1540 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
1541
d2fc7e3d 15422011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
bc3bea9c
SM
1543
1544 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
1545 (Multiline Font Lock):
1546 * vol2.texi (Top):
1547 * vol1.texi (Top):
1548 * elisp.texi (Top): Update menu accordingly.
1549
d2fc7e3d 15502011-05-12 Drew Adams <drew.adams@oracle.com>
e6dc6206
DA
1551
1552 * modes.texi (Region to Fontify): Fix typo.
1553
79b70037
GM
15542011-05-10 Jim Meyering <meyering@redhat.com>
1555
1556 * minibuf.texi: Fix typo "in in -> in".
1557
b08a63cc 15582011-05-06 Paul Eggert <eggert@cs.ucla.edu>
fed14fd7
PE
1559
1560 * numbers.texi (Integer Basics): Large integers are treated as floats.
1561
1ef14cb4
LMI
15622011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1563
1564 * processes.texi (Synchronous Processes): Document the (:file
1565 "/file-name") syntax for `call-process'.
1566
4ffd0d6b 15672011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
1568
1569 * windows.texi (Choosing Window): Fix typo.
1570
4ffd0d6b 15712011-04-23 Chong Yidong <cyd@stupidchicken.com>
40954368
CY
1572
1573 * frames.texi (Layout Parameters): Note the difference between
1574 querying and setting parameters for left-fringe and right-fringe
1575 (Bug#6930).
1576
fd5a8ae8
SM
15772011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
1578
1579 * minibuf.texi (Basic Completion): Be a bit more precise about the
1580 valid kinds of completion tables.
1581 (Programmed Completion): Remove obsolete text about lambda expressions
1582 not being valid completion tables.
1583
c1bcd0d5
CY
15842011-03-19 Chong Yidong <cyd@stupidchicken.com>
1585
1586 * positions.texi (Excursions): Explain the "save-excursion
1587 defeated by set-buffer" warning.
1588
1589 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
1590 save-excursion. Suggested by Uday S Reddy.
1591
03408648 15922011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
ba83908c 1593
03408648
SM
1594 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
1595 (Lexical Binding): New sub-section.
ba83908c 1596
03408648
SM
1597 * eval.texi (Eval): Discourage the use of `eval'.
1598 Document its new `lexical' argument.
6c075cd7 1599
f6d62986
SM
16002011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
1601
03408648 1602 * commands.texi (Command Overview): `post-command-hook' is not reset to
f6d62986
SM
1603 nil any more.
1604
84ea5558 16052011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
e4021ec1
SM
1606
1607 * strings.texi (String Conversion): Don't mention
1608 string-make-(uni|multi)byte (bug#8262).
1609 * nonascii.texi (Converting Representations): Fix up range.
1610 * keymaps.texi (Key Binding Commands): Update code point, avoid
1611 "unibyte character" and remove mention of unibyte bindings.
1612
62d94509
EZ
16132011-03-10 Eli Zaretskii <eliz@gnu.org>
1614
1615 * modes.texi (Operator Precedence Grammars): Don't use characters
1616 outside ISO-8859-1.
1617
63a329f8
EZ
16182011-03-09 Eli Zaretskii <eliz@gnu.org>
1619
1620 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
1621
1622 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
1623
6446548e
GM
16242011-03-08 Glenn Morris <rgm@gnu.org>
1625
1626 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
1627 * intro.texi (Acknowledgements): Names to UTF-8.
80b005c7 1628 * elisp.texi: Set documentencoding.
6446548e 1629
33383987
JB
16302011-03-07 Chong Yidong <cyd@stupidchicken.com>
1631
1632 * Version 23.3 released.
1633
0b3ceceb
CY
16342011-03-06 Chong Yidong <cyd@stupidchicken.com>
1635
1636 * package.texi: Update index keywords.
1637 (Package Archives): New node contents. Document package-x.el.
1638
78f5433f
JB
16392011-03-06 Juanma Barranquero <lekktu@gmail.com>
1640
1641 * makefile.w32-in (srcs): Add package.texi.
1642
555e9b5c
CY
16432011-03-06 Chong Yidong <cyd@stupidchicken.com>
1644
120d9389
CY
1645 * package.texi (Packaging, Packaging Basics, Simple Packages)
1646 (Multi-file Packages): Expand and clarify.
1647 (Package Archives): Temporary placeholder node.
1648
1649 * elisp.texi (Top): Update node listing.
1650
555e9b5c
CY
1651 * Makefile.in (srcs): Add package.texi.
1652
b59a4335
CY
16532011-03-05 Chong Yidong <cyd@stupidchicken.com>
1654
1655 * processes.texi (Synchronous Processes): Minor clarification
1656 (Bug#8149).
1657
06083aa1
GM
16582011-03-03 Glenn Morris <rgm@gnu.org>
1659
1660 * files.texi (Truenames): Minor clarification. (Bug#2341)
1661
6640b281
GM
16622011-03-01 Glenn Morris <rgm@gnu.org>
1663
1664 * variables.texi (Directory Local Variables):
1665 Mention `(subdirs . nil)' alist element.
1666
2b0c7330 16672011-02-28 Glenn Morris <rgm@gnu.org>
081f7640
GM
1668
1669 * variables.texi (Directory Local Variables): Mention the optional
1670 mtime argument of dir-locals-set-directory-class. (Bug#3577)
1671
b923f7a9
CY
16722011-02-27 Chong Yidong <cyd@stupidchicken.com>
1673
1674 * minibuf.texi (Minibuffer History): Clarify discussion of
1675 minibuffer history lists (Bug#8085).
1676
67ab0163 16772011-02-19 Eli Zaretskii <eliz@gnu.org>
86ec878a 1678
e979a521
EZ
1679 * elisp.texi: Sync @dircategory with ../../info/dir.
1680
e03b2fd4
EZ
1681 * files.texi (Visiting Functions): Document find-file-literally,
1682 both the command and the variable.
1683
86ec878a
EZ
1684 * variables.texi (Creating Buffer-Local): Explain the meaning of
1685 permanent local variables.
1686
67ab0163
GM
1687 * files.texi (Visiting Functions): Document find-file-literally,
1688 both the command and the variable.
1689
1690 * variables.texi (Creating Buffer-Local): Explain the meaning of
1691 permanent local variables.
1692
16932011-02-19 Glenn Morris <rgm@gnu.org>
dff9ac46
GM
1694
1695 * keymaps.texi (Remapping Commands): Mention how to undo it.
1696
bfcb151a
RT
16972011-02-09 Reuben Thomas <rrt@sc3d.org>
1698
1699 * loading.texi (Hooks for Loading): Remove unnecessary advice
1700 about eval-after-load (Bug#7986).
1701
a41c8660
CY
17022011-02-05 Chong Yidong <cyd@stupidchicken.com>
1703
1704 * commands.texi (Accessing Mouse): Note that a header line is not
1705 included in the row of posn-col-row.
1706
e0dd6837
CY
17072011-02-02 Chong Yidong <cyd@stupidchicken.com>
1708
1709 * modes.texi (Major Mode Conventions): Add face guidelines.
1710 (Faces for Font Lock): List faces in order of prominence.
1711
a4180391
PE
17122011-02-01 Paul Eggert <eggert@cs.ucla.edu>
1713
1714 format-time-string now supports subsecond time stamp resolution
1715 * os.texi (Time Parsing): Document %N.
1716
7427eb97
CY
17172011-01-28 Chong Yidong <cyd@stupidchicken.com>
1718
61db307f
CY
1719 * vol1.texi (Top):
1720 * vol2.texi (Top):
1721 * elisp.texi (Top):
1722 * display.texi (Display Property): Shorten the menu description of
1723 the "Other Display Specs" node (Bug#7816).
1724
7427eb97
CY
1725 * keymaps.texi (Defining Menus): Add "menu item" and "extended
1726 menu item" concept index entries (Bug#7805).
1727
bf3dae7e
EZ
17282011-01-29 Eli Zaretskii <eliz@gnu.org>
1729
1730 * makefile.w32-in (texinfodir): New variable.
1731 (usermanualdir): Remove as redundant with $(emacsdir).
1732 (MAKEINFO): Remove options, leave only program name.
1733 (MAKEINFO_OPTS): New variable.
1734 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
1735
06d8ace5 17362011-01-25 Chong Yidong <cyd@stupidchicken.com>
e6cf7a82
CY
1737 Richard Kim <emacs18@gmail.com>
1738
1739 * loading.texi (Library Search): Document list-load-path-shadows
1740 (Bug#7757).
1741
06d8ace5 17422011-01-25 Chong Yidong <cyd@stupidchicken.com>
3f066f54
CY
1743
1744 * searching.texi (Regexp Special): Remove outdated discussion of
1745 character sets (Bug#7780).
1746
28a88153
CY
1747 * frames.texi (Pop-Up Menus): Document where menu title comes
1748 from (Bug#7684).
1749
06d8ace5 17502011-01-25 Glenn Morris <rgm@gnu.org>
4d265b4d
GM
1751
1752 * display.texi (Making Buttons): Mention limitation of text buttons.
1753
a8e1e9ee
WL
17542011-01-23 Werner Lemberg <wl@gnu.org>
1755
1756 * Makefile.in (MAKEINFO): Now controlled by `configure'.
1757 (MAKEINFO_OPTS): New variable. Use it where appropriate.
1758 (ENVADD): New variable to control texi2dvi and texi2pdf.
1759
362b9d48
GM
17602011-01-15 Chong Yidong <cyd@stupidchicken.com>
1761
1762 * files.texi (Directory Names): Move directory-abbrev-alist doc to
1763 Emacs manual.
1764
17652011-01-15 Eli Zaretskii <eliz@gnu.org>
1766
1767 * files.texi (Directory Names): Explain why FROM in
1768 directory-abbrev-alist should begin with \`. (Bug#7777)
1769
3fa173b4
SM
17702011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
1771
1772 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
1773
7c420169 17742011-01-02 Eli Zaretskii <eliz@gnu.org>
2e4ab211
EZ
1775
1776 * modes.texi (Emulating Mode Line): Fix last change.
1777
7c420169 17782011-01-02 Eli Zaretskii <eliz@gnu.org>
287e63bb
EZ
1779
1780 * modes.texi (Emulating Mode Line): Update documentation of
1781 format-mode-line according to changes that fixed bug #7587.
1782
80b33766
SM
17832010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
1784
1785 * modes.texi (Derived Modes): Mention prog-mode.
1786
1787 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
1788 of the key-binding-data cache since we don't use it any more.
1789
f49d1f52 17902010-12-13 Eli Zaretskii <eliz@gnu.org>
3c73e30e 1791
4bb49a92
EZ
1792 * processes.texi (Shell Arguments):
1793 * strings.texi (Creating Strings): Don't mention "shell commands";
1794 make it explicit that `split-string-and-unquote' and
1795 `combine-and-quote-strings' are mainly for working with arguments
1796 to call-process and start-process.
1797
3c73e30e
EZ
1798 * processes.texi (Shell Arguments): Fix documentation of
1799 `split-string-and-unquote'. Add indexing. (Bug#7563)
1800
f49d1f52 18012010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5dcb4c4e
SM
1802
1803 * modes.texi (Auto-Indentation): New section to document SMIE.
1804 (Major Mode Conventions):
1805 * text.texi (Mode-Specific Indent): Refer to it.
1806
f49d1f52 18072010-12-13 Eli Zaretskii <eliz@gnu.org>
bdef6a77
EZ
1808
1809 * display.texi (Other Display Specs): Document left-fringe and
1810 right-fringe display specs.
1811
f49d1f52 18122010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
769741e3
SM
1813
1814 * backups.texi (Making Backups):
1815 * modes.texi (Example Major Modes): Use recommended coding style.
1816 (Major Mode Basics, Derived Modes): Encourge more strongly use of
1817 define-derived-mode. Mention completion-at-point-functions.
1818
f49d1f52 18192010-12-13 Chong Yidong <cyd@stupidchicken.com>
3e99b825 1820
5dcb4c4e
SM
1821 * nonascii.texi (Converting Representations):
1822 Document byte-to-string.
e1115396 1823
ec1b9b17
GM
18242010-12-08 Glenn Morris <rgm@gnu.org>
1825
1826 * buffers.texi (Modification Time):
1827 verify-visited-file-modtime now defaults to the current buffer.
1828
07976ae3 18292010-11-27 Chong Yidong <cyd@stupidchicken.com>
3e99b825 1830
ec1b9b17 1831 * nonascii.texi (Converting Representations): Document byte-to-string.
3e99b825
CY
1832
1833 * strings.texi (Creating Strings): Don't mention semi-obsolete
1834 function char-to-string.
1835 (String Conversion): Shorten discussion of semi-obsolete function
1836 string-to-char. Link to Converting Representations.
1837
1838 * objects.texi (Symbol Type):
1839 * text.texi (Near Point):
1840 * help.texi (Help Functions):
1841 * functions.texi (Mapping Functions): Use string instead of
1842 char-to-string in examples.
1843
07976ae3 18442010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295
CY
1845
1846 * text.texi (Kill Functions, Kill Functions)
1847 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
1848 YANK-HANDLER args.
1849
1850 * symbols.texi (Creating Symbols): Using unintern without an
1851 obarray arg is now obsolete.
1852
1853 * numbers.texi (Float Basics): Document float-e and float-pi.
1854
1855 * variables.texi (Defining Variables): Change "pi" example to
1856 "float-pi".
1857
8547874a
EZ
18582010-11-26 Eli Zaretskii <eliz@gnu.org>
1859
1860 * commands.texi (Click Events): Document the values of X, Y and
1861 COL, ROW in the event's position, when the click is on the header
1862 or mode line, on the fringes, or in the margins.
1863
4a47c275 18642010-11-17 Eli Zaretskii <eliz@gnu.org>
c7926fe2 1865
5b05d75b
EZ
1866 * customize.texi (Composite Types): Lower-case index entry.
1867
5dcb4c4e
SM
1868 * loading.texi (How Programs Do Loading):
1869 Document load-file-name. (Bug#7346)
c7926fe2 1870
4a47c275 18712010-11-17 Glenn Morris <rgm@gnu.org>
cde08ac9
GM
1872
1873 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
1874
0eb025fb
EZ
18752010-11-13 Eli Zaretskii <eliz@gnu.org>
1876
1877 * display.texi (Usual Display): Characters with no fonts are not
1878 necessarily displayed as empty boxes.
1879
2699a554 18802010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
1881
1882 * maps.texi (Standard Keymaps): Update File menu description.
1883
8289f37b
GM
18842010-10-28 Glenn Morris <rgm@gnu.org>
1885
1886 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
1887
5793a7bc 18882010-10-24 Eli Zaretskii <eliz@gnu.org>
89baa1df
EZ
1889
1890 * display.texi (Window Systems): Deprecate use of window-system as
1891 a predicate.
1892
17284e30
GM
18932010-10-23 Glenn Morris <rgm@gnu.org>
1894
1895 * help.texi (Documentation Basics): Remove mentions of digest-doc and
1896 sorted-doc.
1897
00f113eb
JB
18982010-10-15 Eli Zaretskii <eliz@gnu.org>
1899
1900 * os.texi (Dynamic Libraries): New node, with slightly modified
1901 text deleted from "Image Formats".
1902 (System Interface): Add @menu entry for "Dynamic Libraries".
1903
1904 * display.texi (Image Formats): Remove description of
1905 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
1906
07277eb8
GM
19072010-10-12 Glenn Morris <rgm@gnu.org>
1908
1909 * book-spine.texinfo: Rename to book-spine.texi.
1910
c12e4a81
GM
19112010-10-11 Glenn Morris <rgm@gnu.org>
1912
df187c62
GM
1913 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
1914
c12e4a81 1915 * Makefile.in (DVIPS): New variable.
234db610
GM
1916 (.PHONY): Add html, ps.
1917 (html, elisp.html, ps, elisp.ps): New targets.
1918 (clean): Delete html, ps files.
1919 ($(infodir)/elisp): Remove unnecessary includes.
c12e4a81 1920
6513b232
EZ
19212010-10-09 Eli Zaretskii <eliz@gnu.org>
1922
1923 * makefile.w32-in (emacsdir): New variable.
1924 (srcs): Add emacsver.texi.
1925 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
1926
abd40fb4
GM
19272010-10-09 Glenn Morris <rgm@gnu.org>
1928
c1dc72b3
GM
1929 * Makefile.in (VPATH): Remove.
1930 (infodir): Make it absolute.
1931 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
1932
4393405b
GM
1933 * Makefile.in (dist): Anchor regexps.
1934
eef3ab94
GM
1935 * Makefile.in (srcs): Put elisp.texi first.
1936 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
1937
aa9db089
GM
1938 * Makefile.in (infoclean): Remove harmless, long-standing error.
1939
abd40fb4
GM
1940 * Makefile.in ($(infodir)): Delete rule.
1941 (mkinfodir): New.
1942 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
1943
68db69ed 1944 * Makefile.in (dist): Remove reference to emacsver.texi.in.
208deadc 1945 Also copy emacsver.texi, and edit $emacsdir.
68db69ed 1946
ea274122
GM
19472010-10-09 Glenn Morris <rgm@gnu.org>
1948
f7a31f11
GM
1949 * Makefile.in (emacsdir): New variable.
1950 (MAKEINFO): Add -I $emacsdir.
1951 (dist): Copy emacsver.texi.
b13254e7
GM
1952 (srcs): Add emacsver.texi.
1953
f7a31f11
GM
1954 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
1955 Set EMACSVER by including emacsver.texi.
1956
ea274122
GM
1957 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
1958
17ca7950
GM
19592010-10-07 Glenn Morris <rgm@gnu.org>
1960
1961 * Makefile.in (version): New, set by configure.
1962 (clean): Delete dist tar file.
1963 (dist): Use version in tar name.
1964
4c83f6e1
GM
19652010-10-06 Glenn Morris <rgm@gnu.org>
1966
1967 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
1968 (INSTALL_INFO): Remove unused variable.
1969 (mostlyclean, infoclean, dist): New rules.
1970 (clean): Delete dvi and pdf files.
1971 (maintainer-clean): Remove elisp.oaux, use infoclean.
8a944cea 1972 ($(infodir)): Add parallel build workaround.
4c83f6e1 1973
0264072d
GM
19742010-10-04 Glenn Morris <rgm@gnu.org>
1975
1976 * Makefile.in (dvi, pdf, $(infodir)): New targets.
1977 ($(infodir)/elisp): Ensure target directory exists. Use $@.
8cce34d0 1978 Fix -I typo.
0264072d
GM
1979 (clean): No 'make.out' or 'core' files.
1980 (.PHONY): Declare clean rules.
1981 (maintainer-clean): Delete pdf file. Guard against cd failures.
1982
77f38949
GM
19832010-10-03 Glenn Morris <rgm@gnu.org>
1984
1985 * files.texi (File Name Components): Remove ignored section about
1986 deleted variable directory-sep-char.
1987
178fdd41
MA
19882010-10-03 Michael Albinus <michael.albinus@gmx.de>
1989
1990 * files.texi (Magic File Names): New defopt
1991 remote-file-name-inhibit-cache.
1992
9c524fcb
GM
19932010-10-02 Glenn Morris <rgm@gnu.org>
1994
1995 * os.texi (Killing Emacs): Hook now runs in batch mode.
1996
f816790b
SM
19972010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1998
1999 * text.texi (Special Properties): Clarify when modification-hooks run.
2000
7cf78aac
SM
20012010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2002
2003 * syntax.texi (Syntax Flags): Document new `c' flag.
2004
ca0d44e4
GM
20052010-09-09 Glenn Morris <rgm@gnu.org>
2006
2007 * display.texi (ImageMagick Images): General cleanup.
2008
10999305 20092010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
2010
2011 * files.texi (Directory Names): Use \` rather than ^.
2012
45240125
JD
20132010-09-02 Jan Djärv <jan.h.d@swipnet.se>
2014
2015 * text.texi (Low-Level Kill Ring):
2016 * frames.texi (Window System Selections): Remove cut buffer
2017 documentation.
2018
4abe5bf6
EZ
20192010-08-28 Eli Zaretskii <eliz@gnu.org>
2020
2021 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
2022 Parameters", where the default fringe width is described.
2023
2024 * frames.texi (Window Frame Parameters, Basic Parameters)
2025 (Position Parameters, Layout Parameters, Management Parameters)
2026 (Cursor Parameters, Font and Color Parameters): Add indexing for
2027 frame parameters. (Bug#6929)
2028
fdc76236
TT
20292010-08-25 Tom Tromey <tromey@redhat.com>
2030
2031 * vol2.texi (Top): Update.
2032 * vol1.texi (Top): Update.
2033 * tips.texi (Library Headers): Mention Package-Version and
2034 Package-Requires.
2035 * package.texi: New file.
2036 * os.texi (System Interface): Update pointers.
2037 * elisp.texi (Top): Link to new nodes. Include package.texi.
2038 * anti.texi (Antinews): Update pointers.
2039
1e5c1c80
EZ
20402010-08-25 Eli Zaretskii <eliz@gnu.org>
2041
2042 * processes.texi (Filter Functions): Fix last change.
2043
78e33835
CY
20442010-08-24 Markus Triska <triska@gmx.at>
2045
2046 * processes.texi (Filter Functions): Use `buffer-live-p' instead
2047 of `buffer-name' in the main text as well as in the example
2048 (Bug#3098).
2049
198a7a97
CY
20502010-08-22 Chong Yidong <cyd@stupidchicken.com>
2051
2052 * nonascii.texi (Text Representations):
2053 * loading.texi (Loading Non-ASCII):
2054 * compile.texi (Byte Compilation): Don't mention obsolete
2055 --unibyte command-line argument.
2056
bc7d7ea6
CY
20572010-08-22 Chong Yidong <cyd@stupidchicken.com>
2058
2059 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
2060
b0126eac 20612010-08-22 Chong Yidong <cyd@stupidchicken.com>
96b1842d
CY
2062
2063 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
2064
e8a6cc19
EZ
20652010-08-20 Eli Zaretskii <eliz@gnu.org>
2066
2067 * commands.texi (Misc Events): Add cross-references to where
2068 POSITION of a mouse event is described in detail.
2069
c4e7c63a 20702010-08-08 Christoph Scholtes <cschol2112@googlemail.com>
ee301a7a 2071
c4e7c63a 2072 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
ee301a7a 2073
7815fe19 20742010-08-08 Juanma Barranquero <lekktu@gmail.com>
e8bf5266
JB
2075
2076 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
2077 Suggested by Štěpán Němec <stepnem@gmail.com>.
2078
7815fe19 20792010-08-08 Juanma Barranquero <lekktu@gmail.com>
b4f588fa
JB
2080
2081 * minibuf.texi (High-Level Completion): Document args of
2082 `read-buffer-function' (bug#5625).
2083
8b2dd508
JD
20842010-07-29 Jan Djärv <jan.h.d@swipnet.se>
2085
2086 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
2087
bace45fe
MA
20882010-07-29 Michael Albinus <michael.albinus@gmx.de>
2089
2090 * processes.texi (Process Information): Explain process property
2091 `remote-tty'.
2092
4ce5a4cc
JB
20932010-07-27 Juanma Barranquero <lekktu@gmail.com>
2094
2095 * modes.texi (Defining Minor Modes): Use C-delete in examples,
2096 instead of "\C-\^?" (bug#6334).
2097
1c84bc7a
JB
2098 * text.texi (Special Properties): Fix typo.
2099
b88746ba
EZ
21002010-07-09 Eli Zaretskii <eliz@gnu.org>
2101
2102 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
2103 calling sequences, which are now the standard.
2104
51422d6d
CY
21052010-06-24 Chong Yidong <cyd@stupidchicken.com>
2106
2107 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
2108
2109 * commands.texi (Command Overview): Mention undo-boundary call.
2110
d24880de
GM
21112010-06-23 Glenn Morris <rgm@gnu.org>
2112
2113 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
2114 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
2115 * frames.texi, functions.texi, internals.texi, keymaps.texi:
2116 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
2117 * searching.texi, sequences.texi, strings.texi, syntax.texi:
2118 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
2119 Untabify Texinfo files.
2120
0fc76035
CY
21212010-06-20 Chong Yidong <cyd@stupidchicken.com>
2122
2123 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
2124
5338dc0b
CY
21252010-06-19 Chong Yidong <cyd@stupidchicken.com>
2126
a628ad9d 2127 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
5338dc0b 2128
2c3a3c1d
CY
21292010-06-02 Chong Yidong <cyd@stupidchicken.com>
2130
ba3bf1d9
CY
2131 * searching.texi (Regexp Special): Remove obsolete information
2132 about matching non-ASCII characters, and suggest using char
2133 classes (Bug#6283).
2c3a3c1d 2134
7f4b4249
JB
21352010-05-30 Juanma Barranquero <lekktu@gmail.com>
2136
2137 * minibuf.texi (Basic Completion): Add missing "@end defun".
2138
637821cd
SM
21392010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2140
2141 * minibuf.texi (Basic Completion): Document completion-boundaries.
2142 (Programmed Completion): Document the new fourth method for boundaries.
2143
e13051c3
CY
21442010-05-22 Chong Yidong <cyd@stupidchicken.com>
2145
a628ad9d 2146 * display.texi (Image Cache): Update documentation about image caching.
e13051c3 2147
0235128c 21482010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
2149
2150 * windows.texi (Textual Scrolling):
2151 * tips.texi (Coding Conventions):
2152 * minibuf.texi (Minibuffer History):
2153 * maps.texi (Standard Keymaps):
2154 * loading.texi (Where Defined):
2155 * edebug.texi (Instrumenting): Fix typos.
2156
0235128c 21572010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549 2158
c7c32279
CY
2159 * keymaps.texi (Menu Bar): Document :advertised-binding property.
2160
0235128c
SM
2161 * functions.texi (Obsolete Functions):
2162 Document set-advertised-calling-convention.
eb5ed549
CY
2163
2164 * minibuf.texi (Basic Completion): Document completion-in-region.
2165 (Programmed Completion): Document completion-annotate-function.
2166
2167 * commands.texi (Reading One Event): Document read-key.
2168 (Distinguish Interactive): Document KIND arg to
2169 called-interactively-p. Delete obsolete interactive-p.
2170
2171 * elisp.texi (Top): Update node description.
2172
f8848423
EZ
21732010-05-08 Eli Zaretskii <eliz@gnu.org>
2174
0235128c
SM
2175 * nonascii.texi (Character Properties):
2176 Document unicode-category-table. Add an index entry for Unicode
2177 general category.
2178
21792010-05-07 Chong Yidong <cyd@stupidchicken.com>
2180
2181 * Version 23.2 released.
f8848423 2182
938efb77
JB
21832010-04-20 Juanma Barranquero <lekktu@gmail.com>
2184
2185 * locals.texi (Standard Buffer-Local Variables):
2186 Remove @ignore'd reference to `direction-reversed'.
2187
5854c267
JL
21882010-04-14 Juri Linkov <juri@jurta.org>
2189
2190 Fix @deffn without category.
2191
2192 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
2193 for `abbrev-insert'.
2194
2195 * buffers.texi (Indirect Buffers): Add category `Command'
2196 to @deffn of `clone-indirect-buffer'.
2197
2198 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
2199 for `next-window' and `previous-window'. Add category `Command'
2200 to @deffn of `pop-to-buffer'.
2201
8a14dec7
CY
22022010-04-01 Chong Yidong <cyd@stupidchicken.com>
2203
2204 * nonascii.texi (Text Representations): Don't mark
2205 enable-multibyte-characters as a user option.
2206
7a1831cf
EZ
22072010-03-31 Eli Zaretskii <eliz@gnu.org>
2208
2209 * control.texi (Handling Errors): How to re-throw a signal caught
2210 by condition-case.
2211
c3863713
CY
22122010-03-26 Chong Yidong <cyd@stupidchicken.com>
2213
2214 * loading.texi (Hooks for Loading): Document after-load-functions.
2215 Copyedits.
2216
c333f279
AM
22172010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
2218
2219 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
2220
e867cb5d 22212010-03-24 Chong Yidong <cyd@stupidchicken.com>
f7704e26
CY
2222
2223 * processes.texi (Network Processes): Document seqpacket type.
2224
605f35cd
DN
22252010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
2226
2227 * os.texi (System Environment): Do not mention lynxos.
2228
288f9fc0
CY
22292010-03-10 Chong Yidong <cyd@stupidchicken.com>
2230
2231 * Branch for 23.2.
2232
eed5c93a
CY
22332010-03-06 Chong Yidong <cyd@stupidchicken.com>
2234
2235 * objects.texi (Integer Type): Take note of the read syntax
2236 exception for numbers that cannot fit in the integer type.
2237
1ddd6622
GM
22382010-03-03 Glenn Morris <rgm@gnu.org>
2239
2240 * numbers.texi (Integer Basics, Bitwise Operations):
2241 * objects.texi (Integer Type): Update for integers now being 30-bit.
2242
a908c79a
CY
22432010-02-27 Chong Yidong <cyd@stupidchicken.com>
2244
2245 * display.texi (Low-Level Font): Document :otf font-spec property.
2246
cd61af01
SM
22472010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2248
2249 * display.texi (Line Height): Avoid obsolete special default variables
2250 like default-major-mode.
2251
c02f8fe2
AM
22522010-01-28 Alan Mackenzie <acm@muc.de>
2253
2254 * display.texi (Auto Faces): Say fontification-functions is called
2255 whether or not Font Lock is enabled. Tidy up the wording a bit.
2256
d738d18b
CY
22572010-01-17 Chong Yidong <cyd@stupidchicken.com>
2258
2259 * elisp.texi: Remove duplicate edition information (Bug#5407).
2260
4963739e
JB
22612010-01-17 Juanma Barranquero <lekktu@gmail.com>
2262
2263 * two.el (volume-header-toc-markup): Fix typos in docstring.
2264
c57008f6
SM
22652010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
2266
2267 Avoid dubious uses of save-excursions.
2268 * positions.texi (Excursions): Recommend the use of
2269 save-current-buffer if applicable.
2270 * text.texi (Clickable Text): Fix the example code which used
2271 save-excursion in a naive way which sometimes preserves point and
2272 sometimes not.
2273 * variables.texi (Creating Buffer-Local):
2274 * os.texi (Session Management):
2275 * display.texi (GIF Images):
2276 * control.texi (Cleanups): Use (save|with)-current-buffer.
2277
2f3725cd
EZ
22782010-01-02 Eli Zaretskii <eliz@gnu.org>
2279
2280 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
2281
85eeac93
CY
22822010-01-02 Chong Yidong <cyd@stupidchicken.com>
2283
2284 * nonascii.texi (Text Representations, Character Codes)
2285 (Converting Representations, Explicit Encoding)
2286 (Translation of Characters): Use hex notation consistently.
2287 (Character Sets): Fix map-charset-chars doc (Bug#5197).
2288
4801c5fa
CY
22892010-01-01 Chong Yidong <cyd@stupidchicken.com>
2290
2291 * loading.texi (Where Defined): Make it clearer that these are
2292 loaded files (Bug#5068).
2293
26e533e2
CY
22942009-12-29 Chong Yidong <cyd@stupidchicken.com>
2295
2296 * minibuf.texi (Completion Styles): Document `initials' style.
2297
16d1ff5f
CY
22982009-12-25 Chong Yidong <cyd@stupidchicken.com>
2299
2300 * frames.texi (Resources): Describe inhibit-x-resources.
2301 (Size Parameters): Copyedit.
2302
2303 * hash.texi (Creating Hash):
2304 * objects.texi (Hash Table Type): Document the new hash table
2305 printed representation.
2306
2307 * minibuf.texi (Basic Completion): 4th arg to all-completions is
2308 obsolete.
2309
5dcb4c4e
SM
2310 * processes.texi (Process Buffers):
2311 Document process-kill-buffer-query-function.
16d1ff5f 2312
9a5de3d9
GM
23132009-12-05 Glenn Morris <rgm@gnu.org>
2314
2315 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
2316 diary-display-function, and no longer recommended to be a hook.
2317 Update for changes in the names of calendar and diary hooks.
2318 diary-print-entries-hook has changed section.
2319
b640eb52
EZ
23202009-11-28 Eli Zaretskii <eliz@gnu.org>
2321
2322 * text.texi (Special Properties): More accurate description of
2323 what the `cursor' property does.
2324
be1674ab
KR
23252009-11-26 Kevin Ryde <user42@zip.com.au>
2326
2327 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
2328 mouse-wheel-down-event, the closest thing to a definition for them.
2329 * os.texi (Startup Summary): vindex inhibit-startup-message and
2330 inhibit-splash-screen.
2331 (Command-Line Arguments): vindex argv.
2332 (Suspending Emacs): vindex suspend-tty-functions and
2333 resume-tty-functions. Don't want to index every hook, but having
2334 the programming ones is helpful.
2335
603f5979
CY
23362009-11-14 Chong Yidong <cyd@stupidchicken.com>
2337
2338 * commands.texi (Motion Events): Fix typo (Bug#4907).
2339
4359a806
CY
23402009-11-08 Chong Yidong <cyd@stupidchicken.com>
2341
2342 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
2343 are affected by case-fold-search (Bug#4483).
2344
0f063651
CY
23452009-11-02 Chong Yidong <cyd@stupidchicken.com>
2346
2347 * minibuf.texi (Reading File Names): Note that read-file-name may
2348 use a graphical file dialog.
2349
9bd79893
GM
23502009-10-31 Glenn Morris <rgm@gnu.org>
2351
2352 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
2353
ebe479ec
KR
23542009-10-16 Kevin Ryde <user42@zip.com.au>
2355
2356 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
2357 in particular so `info-lookup-symbol' can find its docs.
2358
2640fa86
CY
23592009-10-16 Chong Yidong <cyd@stupidchicken.com>
2360
2361 * variables.texi (Constant Variables): Distinguish from defconst
2362 variables.
2363 (Defining Variables): Add cindex.
2364
edd6a733
CY
23652009-10-15 Chong Yidong <cyd@stupidchicken.com>
2366
2367 * os.texi (Time of Day): Clarify that the microsecond part is
2368 ignored (Bug#4637).
2369
5feb0b73
GM
23702009-10-11 Glenn Morris <rgm@gnu.org>
2371
2372 * frames.texi (Size and Position): Clarify what is included in the frame
2373 height. (Bug#4535)
2374
0c5413c8
GM
23752009-10-10 Glenn Morris <rgm@gnu.org>
2376
2377 * windows.texi (Size of Window): The relationship between window and
2378 frame heights is not so simple. (Bug#4535)
2379 Mention window-full-height-p.
2380
7f8b600a
SM
23812009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
2382
2383 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
2384 used from Lisp.
2385
6185de1c
EZ
23862009-10-07 Eli Zaretskii <eliz@gnu.org>
2387
7f8b600a
SM
2388 * files.texi (Directory Names) <abbreviate-file-name>:
2389 Document that root home directories are not replaced with "~".
6185de1c 2390
9972911f
EZ
23912009-10-06 Eli Zaretskii <eliz@gnu.org>
2392
2393 * text.texi (Special Properties): Document the meaning of the
2394 `cursor' text property whose value is an integer.
2395
2a3f19ef
MA
23962009-10-05 Michael Albinus <michael.albinus@gmx.de>
2397
2398 * files.texi (Magic File Names): Add `copy-directory'.
2399
804543b5
EZ
24002009-10-05 Eli Zaretskii <eliz@gnu.org>
2401
2402 * files.texi (File Attributes): Fix description of file
2403 attributes. (Bug#4638) Update attributes of files.texi example to
2404 be more representative.
2405
461bf92b
MA
24062009-10-05 Michael Albinus <michael.albinus@gmx.de>
2407
2408 * files.texi (Create/Delete Dirs): New command copy-directory.
2409
a86cd395
JB
24102009-10-04 Juanma Barranquero <lekktu@gmail.com>
2411
2412 * anti.texi (Antinews):
2413 * macros.texi (Indenting Macros):
2414 * strings.texi (Creating Strings, Case Conversion):
2415 Remove duplicate words.
2416
d3080264
MA
24172009-10-01 Michael Albinus <michael.albinus@gmx.de>
2418
2419 * files.texi (Create/Delete Dirs): delete-directory has an
2420 optional parameter RECURSIVE.
2421
85d14563
SM
24222009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
2423
2424 * buffers.texi (Swapping Text): Minor clarification.
2425
3d9842c6
GM
24262009-10-01 Glenn Morris <rgm@gnu.org>
2427
2428 * functions.texi (Declaring Functions): Mention that we also search for
2429 ".m" files in the src/ directory.
2430
78427304
CY
24312009-09-25 David Engster <deng@randomsample.de>
2432
3d9842c6 2433 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
78427304 2434
b578c9cc
GM
24352009-09-22 Glenn Morris <rgm@gnu.org>
2436
2437 * internals.texi (Building Emacs): Mention preloaded-file-list.
2438
beee5da7
AM
24392009-09-14 Alan Mackenzie <acm@muc.de>
2440
2441 * os.texi (Terminal Output): Put "@code{}" around "stdout".
2442
5d6ab672
CY
24432009-09-13 Chong Yidong <cyd@stupidchicken.com>
2444
2445 * functions.texi (Anonymous Functions): Rearrange discussion,
2446 giving usage of unquoted lambda forms first. Mention that
2447 `function' and `#'' are no longer required (Bug#4290).
2448
59375eeb
AM
24492009-09-11 Alan Mackenzie <acm@muc.de>
2450
a86cd395 2451 * os.texi (Terminal Output): Document `send-string-to-terminal' in
59375eeb
AM
2452 batch mode.
2453
e7e2f529
GM
24542009-09-01 Glenn Morris <rgm@gnu.org>
2455
2456 * display.texi (Face Functions): Mention define-obsolete-face-alias.
2457
eae47088
GM
24582009-08-26 Ulrich Mueller <ulm@gentoo.org>
2459
2460 * nonascii.texi (Character Codes): Fix typos.
2461
3691a0a6
MA
24622009-08-25 Michael Albinus <michael.albinus@gmx.de>
2463
2464 * processes.texi (Synchronous Processes): New defvar
2465 process-file-side-effects.
2466
664d56b8
GM
24672009-08-25 Glenn Morris <rgm@gnu.org>
2468
2469 * display.texi (Fontsets): Fix typo.
2470
0706c025
GM
2471 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
2472
03a74b84
SM
24732009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
2474
2475 * processes.texi (Asynchronous Processes): Adjust arglist of
2476 start-process-shell-command and start-file-process-shell-command.
2477
f6de8a37
CY
24782009-08-15 Chong Yidong <cyd@stupidchicken.com>
2479
4b1ed1bb
CY
2480 * advice.texi (Argument Access in Advice): Note that argument
2481 positions are zero-based (Bug#3932).
2482
89a9e058
CY
2483 * commands.texi (Distinguish Interactive): Minor copyedit.
2484
23696fd7
CY
2485 * display.texi (Face Attributes): Add xref to Displaying Faces for
2486 explanation of "underlying face".
2487
f6de8a37
CY
2488 * customize.texi (Common Keywords): Add xref to Loading.
2489
2490 * loading.texi (How Programs Do Loading): Add xref to Lisp
2491 Libraries node in the Emacs manual.
2492
417f77e6
CY
24932009-08-13 Chong Yidong <cyd@stupidchicken.com>
2494
2495 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
2496
0999039c
CY
24972009-07-18 Chong Yidong <cyd@stupidchicken.com>
2498
2499 * processes.texi (Shell Arguments): Copyedits.
2500
9af167bc
GM
25012009-07-18 Glenn Morris <rgm@gnu.org>
2502
2503 * loading.texi (Repeated Loading): Fix typo.
2504
137987ab
RS
25052009-07-16 Richard Stallman <rms@gnu.org>
2506
2507 * buffers.texi (Swapping Text): Recommend setting
2508 write-region-annotate-functions and buffer-saved-size.
2509
2510 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
2511
622fa380
GM
25122009-07-15 Glenn Morris <rgm@gnu.org>
2513
2514 * edebug.texi: Minor re-phrasings throughout.
2515 (Edebug Execution Modes): Sit-for affects continue mode too.
2516 (Jumping): Use `forward-sexp' rather than its keybinding.
2517 (Edebug Misc): Fix Q binding.
2518 (Edebug Eval): Remove cl version.
2519 (Printing in Edebug): Clarify print-length etc.
2520 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
2521 (Specification List): Remove edebug-unwrap findex entry.
2522 (Specification Examples): defmacro is actually not the same as defun.
2523 Escape "`" in example.
2524
6bbd4600
CY
25252009-07-15 Chong Yidong <cyd@stupidchicken.com>
2526
2527 * markers.texi (The Mark): Document optional arg to
2528 deactivate-mark.
2529
e538d479
GM
25302009-07-11 Kevin Ryde <user42@zip.com.au>
2531
2532 * hooks.texi (Standard Hooks): Fix cross-references.
2533
4c98b9ed
GM
2534 * loading.texi (Named Features): Refer to eval-after-load.
2535
5300838c
GM
25362009-07-11 Glenn Morris <rgm@gnu.org>
2537
64fbeb16
GM
2538 * Makefile.in (TEXI2PDF): New.
2539 (elisp.pdf): New target.
2540
4c98b9ed
GM
2541 * searching.texi (Regexp Backslash): Fix typo.
2542
2543 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5300838c 2544
51d9979c
GM
25452009-07-10 Glenn Morris <rgm@gnu.org>
2546
561c0216
GM
2547 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
2548
5b594a58
GM
2549 * customize.texi (Customization Types):
2550 * display.texi (Abstract Display):
0cc8c85a 2551 * objects.texi (Character Type, String Type):
5b594a58 2552 Merge in some menu descriptions from elisp.texi.
51d9979c 2553
c3cbbb40
GM
2554 * hash.texi (Hash Tables):
2555 * modes.texi (Multiline Font Lock):
2556 End menu description with period.
fe42c16a 2557
28528402
GM
25582009-07-09 Glenn Morris <rgm@gnu.org>
2559
2560 * back.texi: Don't hard-code texinfo location.
2561
2562 * two-volume.make (texinfodir): New, with location of texinfo.tex.
2563 (tex): Add texinfodir to TEXINPUTS.
2564 (elisp1med-init, elisp2med-init): Use texinfodir.
2565
2566 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
2567 (clean): Add two-volume.make intermediate files.
2568
2569 * elisp.texi, vol1.texi, vol2.texi:
2570 Use a DATE variable with the publication date, and update it.
2571 Fix antinews menu description.
2572
2573 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
2574 Update the detailed node listing to match elisp.texi.
2575
2576 * README: Update edition to match elisp.texi.
2577
2578 * objects.texi (General Escape Syntax):
2579 * nonascii.texi (Character Sets):
2580 Use consistent case for "Unicode Standard".
2581
2582 * anti.texi (Antinews):
2583 * customize.texi (Variable Definitions):
2584 * functions.texi (Declaring Functions):
2585 * nonascii.texi (Character Properties):
2586 * processes.texi (Serial Ports):
2587 * text.texi (Special Properties):
2588 * tips.texi (Coding Conventions):
2589 Minor rearrangements to improve TeX line-filling.
2590
2591 * commands.texi (Using Interactive): Fix cross-reference.
2592
17db8e10
JD
25932009-07-01 Jan Djärv <jan.h.d@swipnet.se>
2594
2595 * frames.texi (Management Parameters): Mention sticky.
2596
77c7e2e1
AS
25972009-07-01 Andreas Schwab <aschwab@redhat.com>
2598
2599 * help.texi (Help Functions): Fix description of help-buffer and
2600 help-setup-xref to use @defun instead of @deffn.
2601
3f1c6666
JD
26022009-07-01 Jan Djärv <jan.h.d@swipnet.se>
2603
2604 * frames.texi (Size Parameters): Mention maximized for fullscreen.
2605
ca27c21b
CY
26062009-06-24 Chong Yidong <cyd@stupidchicken.com>
2607
2608 * display.texi (Window Systems): Add ns to the list.
2609
70243478
CY
26102009-06-21 Chong Yidong <cyd@stupidchicken.com>
2611
2612 * Branch for 23.1.
2613
df006536
MR
26142009-06-17 Martin Rudalics <rudalics@gmx.at>
2615
2616 * windows.texi (Dedicated Windows): Fix typo.
2617 (Resizing Windows): Replace @defun by @deffn.
2618
d259fc4b
GM
26192009-06-17 Glenn Morris <rgm@gnu.org>
2620
2621 * variables.texi (Directory Local Variables):
2622 Update for 2009-04-11 name-change of dir-locals-directory-alist.
2623
30781db6
KH
26242009-06-09 Kenichi Handa <handa@m17n.org>
2625
2626 * nonascii.texi (Character Sets): State clearly that FROM and TO
2627 are codepoints of CHARSET.
2628
62e8099c
CY
26292009-06-07 Chong Yidong <cyd@stupidchicken.com>
2630
2631 * minibuf.texi (Reading File Names): Fix introductory text.
2632 Suggested by stan@derbycityprints.com.
2633 (High-Level Completion): Fix typo.
2634
ee1b1917
CY
26352009-05-28 Chong Yidong <cyd@stupidchicken.com>
2636
2637 * frames.texi (Text Terminal Colors): Multi-tty is already
2638 implemented, but tty-local colors are not.
2639
5df647e8
CY
26402009-05-27 Chong Yidong <cyd@stupidchicken.com>
2641
2642 * hooks.texi (Standard Hooks): Remove mention of obsolete
2643 redisplay-end-trigger-functions.
2644
2645 * internals.texi (Window Internals): Remove mention of obsolete
2646 redisplay-end-trigger-functions.
2647
01f17ae2
MR
26482009-05-21 Martin Rudalics <rudalics@gmx.at>
2649
2650 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
2651
2652 * backups.texi (Making Backups): backup-directory-alist and
2653 make-backup-file-name-function are options.
2654 (Auto-Saving): auto-save-list-file-prefix is an option.
2655
2656 * buffers.texi (Killing Buffers): buffer-offer-save is an
2657 option.
2658
2659 * display.texi (Refresh Screen): no-redraw-on-reenter is an
2660 option.
2661 (Echo Area Customization): echo-keystrokes is an option.
2662 (Selective Display): selective-display-ellipses is an option.
2663 (Temporary Displays): temp-buffer-show-function is an option.
2664 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
2665 are options.
2666 (Font Selection): face-font-family-alternatives,
2667 face-font-selection-order, face-font-registry-alternatives, and
2668 scalable-fonts-allowed are options.
2669 (Fringe Indicators): indicate-buffer-boundaries is an option.
2670 (Fringe Cursors): overflow-newline-into-fringe is an option.
2671 (Scroll Bars): scroll-bar-mode is an option.
2672
2673 * eval.texi (Eval): max-lisp-eval-depth is an option.
2674
2675 * files.texi (Visiting Functions): find-file-hook is an option.
2676 (Directory Names): directory-abbrev-alist is an option.
2677 (Unique File Names): temporary-file-directory and
2678 small-temporary-file-directory are options.
2679
2680 * frames.texi (Initial Parameters): initial-frame-alist,
2681 minibuffer-frame-alist and default-frame-alist are options.
2682 (Cursor Parameters): blink-cursor-alist and
2683 cursor-in-non-selected-windows ar options.
2684 (Window System Selections): selection-coding-system is an
2685 option.
2686 (Display Feature Testing): display-mm-dimensions-alist is an
2687 option.
2688
2689 * help.texi (Help Functions): help-char and help-event-list are
2690 options.
2691
2692 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
2693 an option.
2694
2695 * minibuf.texi (Minibuffer History): history-length and
2696 history-delete-duplicates are options.
2697 (High-Level Completion): read-buffer-function and
2698 read-buffer-completion-ignore-case are options.
2699 (Reading File Names): read-file-name-completion-ignore-case is
2700 an option.
2701
2702 * modes.texi (Mode Line Top): mode-line-format is an option.
2703 (Mode Line Variables): mode-line-position and mode-line-modes
2704 are options.
2705
2706 * nonascii.texi (Text Representations):
2707 enable-multibyte-characters is an option.
2708 (Default Coding Systems): auto-coding-regexp-alist,
2709 file-coding-system-alist, auto-coding-alist and
2710 auto-coding-functions are options.
2711 (Specifying Coding Systems): inhibit-eol-conversion is an
2712 option.
2713
2714 * os.texi (Init File): site-run-file is an option.
2715 (System Environment): mail-host-address is an option.
2716 (User Identification): user-mail-address is an option.
2717 (Terminal Output): baud-rate is an option.
2718
2719 * positions.texi (Word Motion): words-include-escapes is an
2720 option.
2721
2722 * searching.texi (Standard Regexps): page-delimiter,
2723 paragraph-separate, paragraph-separate and sentence-end are
2724 options.
2725
2726 * text.texi (Margins): left-margin and fill-nobreak-predicate
2727 are options.
2728
2729 * variables.texi (Local Variables): max-specpdl-size is an
2730 option.
2731
2732 * windows.texi (Choosing Window):
2733 split-window-preferred-function, special-display-function and
2734 display-buffer-function are options.
2735
106e6894
CY
27362009-05-20 Chong Yidong <cyd@stupidchicken.com>
2737
4a83454d
CY
2738 Fix errors spotted by Martin Rudalics.
2739
106e6894
CY
2740 * syntax.texi (Position Parse): Document rationale for ignored
2741 arguments to syntax-ppss-flush-cache.
2742
2743 * processes.texi (Input to Processes): Mark PROCESS arg to
2744 process-running-child-p as optional.
2745 (Network Options): Document NO-ERROR arg to
2746 set-network-process-option.
2747
2748 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
2749 command.
2750
2751 * searching.texi (POSIX Regexps): Mark posix-search-forward and
2752 posix-search-backward as commands.
2753
2754 * os.texi (Killing Emacs): Mark kill-emacs as a command.
2755 (Suspending Emacs): Mark suspend-emacs as a command.
2756 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
2757 commands.
5dcb4c4e
SM
2758 (Terminal Output): Remove obsolete function baud-rate.
2759 Document TERMINAL arg for send-string-to-terminal.
106e6894
CY
2760
2761 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
2762 terminal-coding-system and set-terminal-coding-system.
2763 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
2764 as optional.
2765 (Character Sets): Document RESTRICTION arg of char-charset.
2766 (Character Codes): Mark POS argument to get-byte as optional.
2767
2768 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
2769 minibuffer-message.
2770
2771 * files.texi (Create/Delete Dirs): Mark make-directory and
2772 delete-directory as commands.
2773
2774 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
2775
2776 * text.texi (Base 64): Mark base64-decode-string and
2777 base64-encode-string as commands.
2778 (Columns): Mark move-to-column as a command.
2779 (Mode-Specific Indent): Document RIGID arg to
2780 indent-for-tab-command.
2781 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
2782 Mark indent-code-rigidly as a command.
2783 (Substitution): Mark translate-region as a command.
2784
2785 * frames.texi (Size and Position): Remove obsolete functions
2786 screen-height and screen-width.
2787
04173931
CY
27882009-05-19 Chong Yidong <cyd@stupidchicken.com>
2789
2790 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
2791 (Displaying Buffers, Resizing Windows): Correct mistakes;
2792 next-window, previous-window, and pop-to-buffer are not commands,
2793 and fit-window-to-buffer" is a command. (Pointed out by Martin
2794 Rudalics.)
2795
eae7d8f8
RS
27962009-05-17 Richard M Stallman <rms@gnu.org>
2797
2798 * modes.texi (Precalculated Fontification): Clarify text.
2799
b8766179
MR
28002009-05-17 Martin Rudalics <rudalics@gmx.at>
2801
2802 * windows.texi (Selecting Windows): Clarify descriptions of
2803 with-selected-window and get-lru-window.
2804 (Cyclic Window Ordering): Refer to particular frame when talking
2805 about how splitting affects the ordering.
2806 (Displaying Buffers): Fix descriptions of switch-to-buffer and
2807 switch-to-buffer-other-window. Explain how setting of
2808 display-buffer-reuse-frames affects pop-to-buffer.
2809 (Choosing Window): Clarify some details in descriptions of
2810 display-buffer-reuse-frames, pop-up-frames, and
2811 pop-up-frame-function.
2812 (Dedicated Windows): Clarify some details.
2813 (Textual Scrolling): Replace term vscroll by term vertical
2814 scroll position.
2815 (Vertical Scrolling): Fix typo.
2816 (Window Hooks): Relate text on jit-lock-register to window
2817 scrolling and size changes.
2818
734b5e3b
CY
28192009-05-14 Chong Yidong <cyd@stupidchicken.com>
2820
0a65633e
CY
2821 * frames.texi (Initial Parameters): Clarify what the initial
2822 minibuffer frame is.
05be46d7
CY
2823 (Buffer Parameters): Note that the minibuffer parameter can not be
2824 altered.
0a65633e 2825
734b5e3b
CY
2826 * anti.texi (Antinews): Copyedits. Rearrange some entries.
2827 Document display-buffer changes.
2828
925672cd
CY
28292009-05-13 Chong Yidong <cyd@stupidchicken.com>
2830
17ecd7af
CY
2831 * anti.texi (Antinews): Rewrite for Emacs 22.
2832
925672cd
CY
2833 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
2834 obarrays are first mentioned. Define "system abbrev" more
2835 prominently, and add it to the index.
2836 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
2837 Copyedits.
2838 (Abbrev Expansion): Document abbrev-insert.
2839
80be4dd7
CY
28402009-05-12 Chong Yidong <cyd@stupidchicken.com>
2841
2842 * frames.texi (Font and Color Parameters): Rename from Color
2843 Parameters. Document font-backend parameter.
2844
2845 * vol2.texi (Top): Update node listing.
2846 * vol1.texi (Top): Update node listing.
2847 * elisp.texi (Top): Update node listing.
2848
372a93ac
MR
28492009-05-11 Martin Rudalics <rudalics@gmx.at>
2850
2851 * windows.texi (Choosing Window): Don't explicitly refer to
2852 split-window-sensibly's window argument in descriptions of
2853 split-height-threshold and split-width-threshold.
2854
714c3541
MR
28552009-05-10 Martin Rudalics <rudalics@gmx.at>
2856
2857 * windows.texi (Choosing Window): Fix rewrite of window
2858 splitting section.
2859
0e90e7be
EZ
28602009-05-09 Eli Zaretskii <eliz@gnu.org>
2861
f4e90db0
SM
2862 * nonascii.texi (Default Coding Systems):
2863 Document find-auto-coding, set-auto-coding, and auto-coding-alist.
5dcb4c4e 2864 Add indexing.
0e90e7be
EZ
2865 (Lisp and Coding Systems): Add index entries.
2866
d3c0c321
MR
28672009-05-09 Martin Rudalics <rudalics@gmx.at>
2868
2869 * windows.texi (Choosing Window): Describe split-window-sensibly
2870 and rewrite section on window splitting accordingly.
2871 (Textual Scrolling): Replace `...' by @code{...}.
2872
c773345a
CY
28732009-05-04 Chong Yidong <cyd@stupidchicken.com>
2874
ee2d5b5e
CY
2875 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
2876 Remove obsoleted pre-abbrev-expand-hook.
2877
2878 * locals.texi (Standard Buffer-Local Variables): Consolidate table
2879 entries.
2880
c773345a
CY
2881 * internals.texi (Object Internals): Don't assume 32-bit machines
2882 are the norm.
2883 (Buffer Internals): Consolidate table entries for readability.
ee2d5b5e
CY
2884 (Window Internals): Synch field names to window.h.
2885 (Process Internals): Synch field names to process.h.
c773345a 2886
dd449674
CY
28872009-04-29 Chong Yidong <cyd@stupidchicken.com>
2888
2889 * variables.texi (File Local Variables): Note that read-circle is
2890 bound to nil when reading file-local variables.
2891
2892 * streams.texi (Input Functions): Document read-circle.
2893 (Output Variables): Add xref to Circular Objects.
2894
4f1e25e2
CY
28952009-04-25 Chong Yidong <cyd@stupidchicken.com>
2896
2897 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
2898 Features and Coding System Basics. Node that "p" stands for
2899 "predicate". Recommend utf-8-emacs instead of emacs-mule.
2900 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
2901 mouse-appearance-menu.
2902 (Programming Tips): Add xref to Progress.
2903
dca019f8
CY
29042009-04-22 Chong Yidong <cyd@stupidchicken.com>
2905
5dcb4c4e
SM
2906 * os.texi (Command-Line Arguments):
2907 Document command-line-args-left.
dca019f8
CY
2908 (Suspending Emacs): Adapt text to multi-tty case. Document use of
2909 terminal objects for tty arguments.
2910 (Startup Summary): Add xref to Session Management.
2911 (Session Management): Mention emacs-session-restore. Copyedits.
2912
02a89103
CY
29132009-04-20 Chong Yidong <cyd@stupidchicken.com>
2914
2915 * os.texi (Startup Summary): Copyedits. The init file is not
2916 necessarily named .emacs now. Document initial-buffer-choice and
2917 initial-scratch-message. Note where Emacs exits in batch mode.
2918 Document inhibit-splash-screen as an alias.
2919 (Init File): Be neutral about which init file name to use.
2920
29212009-04-16 Chong Yidong <cyd@stupidchicken.com>
2922
2923 * os.texi (System Interface): Fix Texinfo usage.
2924
0c1cfe01
CY
29252009-04-15 Chong Yidong <cyd@stupidchicken.com>
2926
80d7cdca
CY
2927 * searching.texi (Regexp Backslash): Also refer to shy groups as
2928 non-capturing or unnumbered groups.
2929 (Regexp Functions): Add cross-reference to Regexp Backslash.
2930
0c1cfe01
CY
2931 * display.texi (Truncation): Overlays can use line-prefix and
2932 wrap-prefix too.
2933 (Overlay Properties): Document wrap-prefix and line-prefix.
2934 (Face Attributes): Document underline-minimum-offset.
2935 (Face Remapping): Copyedits.
2936 (Low-Level Font): Copyedits.
2937 (Image Cache): Note that the image cache is shared between frames.
ed8ab760
CY
2938 (Line Height): Emphasize that line-spacing only takes effect on
2939 graphical terminals.
0c1cfe01 2940
c4adeee0
CY
29412009-04-13 Chong Yidong <cyd@stupidchicken.com>
2942
2943 * display.texi (Refresh Screen): Note that a passage about screen
2944 refreshing is text terminal only.
2945 (Forcing Redisplay): Delete misleading comment---sit-for calls
2946 redisplay, not the other way around.
2947 (Truncation): Note new values of truncate-partial-width-windows.
2948 Copyedits.
2949 (Invisible Text): Document invisible-p.
2950
b20ecfa1
EZ
29512009-04-11 Eli Zaretskii <eliz@gnu.org>
2952
2953 * display.texi (Overlays): Overlays don't scale well. See
2954 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
2955
97d8273f
CY
29562009-04-10 Chong Yidong <cyd@stupidchicken.com>
2957
f147ff75
CY
2958 * syntax.texi (Syntax Table Functions): Document cons cell
2959 argument for modify-syntax-entry.
2960 (Categories): Document cons cell argument for
2961 modify-category-entry.
2962
fca4ec76
CY
2963 * searching.texi (String Search): Document word-search-forward-lax
2964 and word-search-backward-lax.
2965 (Searching and Case): Describe isearch behavior more precisely.
2966
9c283d5b
CY
2967 * keymaps.texi (Tool Bar): Mention that some platforms do not
2968 support multi-line toolbars. Suggested by Stephen Eglen.
2969
2970 * frames.texi (Layout Parameters): Mention that Nextstep also
2971 allows only one tool-bar line. Suggested by Stephen Eglen.
2972
97d8273f
CY
2973 * nonascii.texi (Text Representations): Copyedits.
2974 (Coding System Basics): Also mention utf-8-emacs.
2975 (Converting Representations, Selecting a Representation)
2976 (Scanning Charsets, Translation of Characters, Encoding and I/O):
2977 Copyedits.
2978 (Character Codes): Mention role of codepoints 1114112 to 4194175.
2979
2bad3299
CY
29802009-04-09 Chong Yidong <cyd@stupidchicken.com>
2981
2982 * text.texi (Yank Commands): Note that yank uses push-mark.
5dcb4c4e
SM
2983 (Filling): Clarify REGION argument of fill-paragraph.
2984 Document fill-forward-paragraph-function.
2bad3299
CY
2985 (Special Properties): Remove "new in Emacs 22" declaration.
2986 (Clickable Text): Merge with Links and Mouse-1 node.
2987
5dcb4c4e
SM
2988 * display.texi (Button Properties, Button Buffer Commands):
2989 Change xref to Clickable Text.
2bad3299
CY
2990
2991 * tips.texi (Key Binding Conventions): Change xref to Clickable
2992 Text.
2993
2994 * elisp.texi (Top): Update node listing.
2995
ea30ce4f
CY
29962009-04-05 Chong Yidong <cyd@stupidchicken.com>
2997
47af2f4b
CY
2998 * markers.texi (The Mark): Copyedits. Improve description of
2999 handle-shift-selection.
3000 (The Region): Move use-region-p here from The Mark.
3001
ea30ce4f
CY
3002 * positions.texi (Screen Lines): Document (cols . lines) argument
3003 for vertical-motion.
3004
2aa8ea6e
CY
30052009-04-04 Chong Yidong <cyd@stupidchicken.com>
3006
3ec61d4e
CY
3007 * frames.texi (Frames): Clean up introduction. Document `ns'
3008 return value for framep.
3009 (Creating Frames): Note how the terminal is chosen.
3010 (Multiple Terminals, Multiple Displays): Merge into a single node.
3011 (Color Parameters): Fix typo.
3012
3013 * variables.texi (Local Variables, Buffer-Local Variables)
3014 (Creating Buffer-Local): Change link to Multiple Terminals.
3015
3016 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
3017
3018 * keymaps.texi (Controlling Active Maps): Change link to Multiple
3019 Terminals.
3020
3021 * commands.texi (Command Loop Info, Keyboard Macros): Change link
3022 to Multiple Terminals.
3023
3024 * elisp.texi (Top): Update node listing.
3025 * vol2.texi (Top): Update node listing.
3026 * vol1.texi (Top): Update node listing.
3027
9257072f
CY
3028 * buffers.texi (Current Buffer): Note that the append-to-buffer
3029 example is no longer in synch with the latest code. Tie the two
3030 examples together.
3031
2aa8ea6e
CY
3032 * files.texi (File Attributes): Move note about MS-DOS from
3033 Changing Files to File Attributes.
3034 (Create/Delete Dirs): Note that mkdir is an alias for this.
3035
22e74b17
CY
30362009-04-01 Markus Triska <triska@gmx.at>
3037
3038 * processes.texi (Filter Functions): Suggest how to handle output
3039 batches.
3040
4bbe48ec
CY
30412009-03-30 Chong Yidong <cyd@stupidchicken.com>
3042
3043 * help.texi (Accessing Documentation): Update example to use
3044 help-setup-xref and with-help-window.
3045 (Help Functions): Remove print-help-return-message, which is
3046 semi-obsolete due to with-help-window. Document help-buffer and
3047 help-setup-xref.
3048
b9723f39
CY
30492009-03-29 Chong Yidong <cyd@stupidchicken.com>
3050
5dcb4c4e
SM
3051 * help.texi (Accessing Documentation, Help Functions):
3052 Remove information about long-obsolete Emacs versions.
9eb52e90 3053
b9723f39
CY
3054 * modes.texi (Mode Line Variables): The default values of the mode
3055 line variables are now more complicated.
3056
b0cc32db
CY
30572009-03-28 Chong Yidong <cyd@stupidchicken.com>
3058
3c25a5a9
CY
3059 * modes.texi (Major Mode Conventions): Note that specialness is
3060 inherited.
31c9eebb
CY
3061 (Derived Modes): Note that define-derive-mode sets the mode-class
3062 property.
3c25a5a9 3063
b0cc32db
CY
3064 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
3065 goto-map. Add search-map to the list.
3066
c5e0006d
EZ
30672009-03-27 Eli Zaretskii <eliz@gnu.org>
3068
1213465a
EZ
3069 * os.texi (System Environment): Update the list of system-type
3070 values.
3071
c5e0006d
EZ
3072 * markers.texi (The Mark) <handle-shift-selection>: Update for
3073 removal of the optional argument DEACTIVATE.
3074
48bab3d6
CY
30752009-03-25 Chong Yidong <cyd@stupidchicken.com>
3076
3077 * commands.texi (Focus Events): Most X window managers don't use
3078 focus-follows-mouse nowadays.
3079
6e4ff1b6
CY
30802009-03-24 Chong Yidong <cyd@stupidchicken.com>
3081
3082 * commands.texi (Defining Commands): Clarify introduction.
3083 (Using Interactive): Not that interactive can be put in a symbol
3084 property.
3085 (Interactive Call): Note that a symbol with a non-nil
3086 interactive-form property satisfies commandp.
3087
11625308
JB
30882009-03-23 Juanma Barranquero <lekktu@gmail.com>
3089
3090 * minibuf.texi (Intro to Minibuffers): Fix typos.
3091
7b34420d
CY
30922009-03-23 Chong Yidong <cyd@stupidchicken.com>
3093
3094 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
5dcb4c4e
SM
3095 about minibuffers in old Emacs versions. Copyedits.
3096 Emphasize that enable-recursive-minibuffers defaults to nil.
7b34420d
CY
3097 (Text from Minibuffer): Simplify introduction.
3098
f9257eed
AM
30992009-03-22 Alan Mackenzie <acm@muc.de>
3100
3101 * commands.texi (Using Interactive): Clarify string argument to
3102 `interactive' - even promptless elements need \n separators.
3103
f639ba70
CY
31042009-03-18 Chong Yidong <cyd@stupidchicken.com>
3105
3106 * minibuf.texi (Completion Styles): New node.
3107
3108 * elisp.texi (Top): Update node listing.
3109
d897e8ee
CY
31102009-03-17 Chong Yidong <cyd@stupidchicken.com>
3111
3112 * minibuf.texi (Basic Completion): Note that
3113 read-file-name-completion-ignore-case and
3114 read-buffer-completion-ignore-case can override
3115 completion-ignore-case.
3116 (Minibuffer Completion): Document completing-read changes.
3117 (Completion Commands): Avoid mentioning partial completion mode.
3118 Document minibuffer-completion-confirm changes, and
3119 minibuffer-confirm-exit-commands.
3120 (High-Level Completion): Document new require-match behavior for
3121 read-buffer. Document read-buffer-completion-ignore-case.
3122 (Reading File Names): Document new require-match behavior for
3123 read-file-name.
3124
b1f23349
CY
31252009-03-14 Chong Yidong <cyd@stupidchicken.com>
3126
3127 * debugging.texi (Error Debugging): Don't mislead the reader into
3128 thinking that debug-on-error enters debugger for C-f at EOB.
3129 (Error Debugging): Setting debug-on-init within the init file
3130 works, and has for some time.
3131
d6eb4e25
KH
31322009-03-13 Kenichi Handa <handa@m17n.org>
3133
3134 * display.texi (Fontsets): Update the description.
3135
1cf53dc5
CY
31362009-03-13 Chong Yidong <cyd@stupidchicken.com>
3137
3138 * advice.texi (Advising Primitives): Link to What Is a Function.
3139
81f919fc
CY
31402009-03-12 Chong Yidong <cyd@stupidchicken.com>
3141
cf4229eb
CY
3142 * compile.texi (Speed of Byte-Code): Update example.
3143 (Disassembly): Update examples.
3144
81f919fc 3145 * loading.texi (Repeated Loading): Simplify examples.
f2bbc08c
CY
3146
3147 * customize.texi (Common Keywords): It's not necessary to use :tag
3148 to remove hyphens, as custom-unlispify-tag-name does it
3149 automatically.
5dcb4c4e
SM
3150 (Variable Definitions): Link to File Local Variables.
3151 Document customized-value symbol property.
f2bbc08c
CY
3152 (Customization Types): Move menu to end of node.
3153
955964d7
CY
31542009-03-10 Chong Yidong <cyd@stupidchicken.com>
3155
3156 * macros.texi (Compiling Macros): Omit misleading sentence, which
3157 implied that macros can only be used in the same file they are
3158 defined.
3159 (Backquote): Remove obsolete information about Emacs 19.
3160
d25ed7db
GM
31612009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
3162
3163 * display.texi (Display Margins): Fix paren typo.
3164
d55f6ca5
CY
31652009-02-27 Chong Yidong <cyd@stupidchicken.com>
3166
f0e57ed8
CY
3167 * elisp.texi (Top): Update node listing.
3168
3169 * variables.texi (Variables): Clarify introduction.
3170 (Global Variables): Mention that setq is a special form.
3171 (Local Variables): Use active voice.
3172 (Tips for Defining): Mention marking variables as safe.
3173 (Buffer-Local Variables): Mention terminal-local and frame-local
3174 variables together.
3175 (File Local Variables): Copyedits.
3176 (Frame-Local Variables): Note that they are not really useful.
3177 (Future Local Variables): Node deleted.
3178
d55f6ca5 3179 * objects.texi (General Escape Syntax): Update explanation of
fe7a3057 3180 Unicode escape syntax.
d55f6ca5 3181
ca8f09a8
CY
31822009-02-23 Chong Yidong <cyd@stupidchicken.com>
3183
3184 * control.texi (Control Structures): Add cindex entry for "textual
3185 order".
3186
3187 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
3188 instead of "expression" throughout.
3189 (Function Indirection): Copyedits. Use active voice.
3190 (Eval): The default value of max-lisp-eval-depth is now 400.
3191
a20878b6
MB
31922009-02-23 Miles Bader <miles@gnu.org>
3193
3194 * processes.texi (System Processes): Rename `system-process-attributes'
3195 to `process-attributes'.
3196
61f66044
CY
31972009-02-22 Chong Yidong <cyd@stupidchicken.com>
3198
1b80d1f3
CY
3199 * symbols.texi (Property Lists): Emphasize that property lists are
3200 not restricted to symbol cells.
3201 (Other Plists): Copyedit.
3202
61f66044
CY
3203 * sequences.texi (Sequences Arrays Vectors): Make introduction
3204 more concise.
3205 (Arrays): Mention char-tables and bool-vectors too.
3206 (Vectors): Don't repeat information given in Arrays node. Link to
3207 nodes that explain the vector usage examples.
3208 (Char-Tables): Note that char-table elements can have arbitrary
3209 type. Explain effect of omitted char-table-extra-slots property.
8a63cf41 3210 Link to Property Lists node.
61f66044 3211
9403944b
CY
32122009-02-22 Chong Yidong <cyd@stupidchicken.com>
3213
3214 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
3215 `append'.
4068c7b4 3216 (List Elements): Copyedits.
9403944b
CY
3217
3218 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
3219 of `vconcat'.
3220
3221 * strings.texi (Creating Strings): Copyedits. Remove obsolete
3222 Emacs 20 usage of `concat'.
3223 (Case Conversion): Copyedits.
3224
b87a185f
CY
32252009-02-21 Chong Yidong <cyd@stupidchicken.com>
3226
3227 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
3228 Minor edits.
3229 (Frame Configuration Type): Emphasize that it is not primitive.
3230 (Font Type): New node.
3231 (Type Predicates): Add fontp; type-of now recognizes font object
3232 types.
3233
3234 * intro.texi (Version Info): Update version numbers in examples.
3235 (Acknowledgements): List more contributors.
3236
3237 * elisp.texi: Bump version number to 3.0.
3238 (Top): Link to Font Type node.
3239
867d4bb3
JB
32402009-02-20 Juanma Barranquero <lekktu@gmail.com>
3241
3242 * modes.texi (Major Mode Conventions): Remove duplicate words.
3243 (Customizing Keywords): Fix typo.
3244
77730170
EZ
32452009-02-14 Eli Zaretskii <eliz@gnu.org>
3246
3247 * nonascii.texi (User-Chosen Coding Systems): Document that
3248 select-safe-coding-system suggests raw-text if there are raw bytes
3249 in the region.
3250 (Explicit Encoding): Warn not to use `undecided' when encoding.
3251
c8736212
GM
32522009-02-11 Glenn Morris <rgm@gnu.org>
3253
3254 * frames.texi (Visibility of Frames): Mention the effect multiple
3255 workspaces/desktops can have on visibility.
3256
ab992d66
EZ
32572009-02-07 Eli Zaretskii <eliz@gnu.org>
3258
c8736212
GM
3259 * text.texi (Commands for Insertion):
3260 * commands.texi (Event Mod):
3261 * keymaps.texi (Searching Keymaps):
5dcb4c4e
SM
3262 * nonascii.texi (Translation of Characters):
3263 Reinstate documentation of translation-table-for-input.
7d2a859f
EZ
3264 (Explicit Encoding): Document the `charset' text property produced
3265 by decode-coding-region and decode-coding-string.
ab992d66 3266
e651a255
AM
32672009-01-27 Alan Mackenzie <acm@muc.de>
3268
3269 * modes.texi (Search-based Fontification): Correct a typo.
3270
bc5cde4b
JB
32712009-01-25 Juanma Barranquero <lekktu@gmail.com>
3272
3273 * abbrevs.texi (Abbrev Table Properties): Fix typo.
3274 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
3275
3533155b
EZ
32762009-01-24 Eli Zaretskii <eliz@gnu.org>
3277
f721deda
EZ
3278 * display.texi (Window Systems): Document the value of
3279 `initial-window-system' under --daemon.
3280
3533155b
EZ
3281 * os.texi (System Environment): Remove description of the
3282 `environment' function which has been deleted.
3283
f79b43b2
DN
32842009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
3285
3286 * frames.texi (Multiple Displays): Remove documentation for
3287 removed function make-frame-on-tty.
3288
e3aa6669
CY
32892009-01-22 Chong Yidong <cyd@stupidchicken.com>
3290
3291 * files.texi (Format Conversion Piecemeal): Clarify behavior of
5dcb4c4e
SM
3292 write-region-annotate-functions.
3293 Document write-region-post-annotation-function.
e3aa6669 3294
fb13a416
CY
32952009-01-19 Chong Yidong <cyd@stupidchicken.com>
3296
3297 * display.texi (Font Lookup): Document WIDTH argument of
3298 x-list-fonts.
3299
02eccf6b
EZ
33002009-01-17 Eli Zaretskii <eliz@gnu.org>
3301
ead3f58d
EZ
3302 * maps.texi (Standard Keymaps): Rename function-key-map to
3303 local-function-key-map.
3304
3305 * keymaps.texi (Translation Keymaps): Rename function-key-map to
3306 local-function-key-map.
3307
3308 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
3309 and `set-keyboard-coding-system' now accept an optional terminal
3310 argument.
3311
3312 * commands.texi (Event Mod): `keyboard-translate-table' is now
3313 terminal-local.
3314 (Function Keys): Rename function-key-map to
3315 local-function-key-map.
3316
df05a163
EZ
3317 * elisp.texi (Top): Make @detailmenu be consistent with changes in
3318 frames.texi.
3319
0ed8034e 3320 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
490f1197
EZ
3321 `delete-terminal-functions', `suspend-tty-functions' and
3322 `resume-tty-functions'.
0ed8034e
EZ
3323
3324 * frames.texi (Frames): Document `frame-terminal' and
3325 `terminal-live-p'.
3326 (Multiple Displays): Document `make-frame-on-tty'.
3327 (Multiple Terminals): Document `terminal-list', `delete-terminal',
3328 `terminal-name', and `get-device-terminal'.
490f1197
EZ
3329 (Terminal Parameters): Document `terminal-parameters',
3330 `terminal-parameter', and `set-terminal-parameter'.
0ed8034e
EZ
3331
3332 * os.texi (System Environment): Document `environment' and
3333 `initial-environment'.
490f1197
EZ
3334 (Suspending Emacs): Update for multi-tty; document
3335 `suspend-tty', `resume-tty', and `controlling-tty-p'.
0ed8034e 3336
02eccf6b
EZ
3337 * nonascii.texi (Coding System Basics): More accurate description
3338 of `raw-text'.
3339
f19fea97
JB
33402009-01-12 Juanma Barranquero <lekktu@gmail.com>
3341
3342 * display.texi (Low-Level Font): Fix typo.
3343
16fa292f
CY
33442009-01-10 Chong Yidong <cyd@stupidchicken.com>
3345
3346 * elisp.texi (Top): Update node listing.
3347
3348 * display.texi (PostScript Images): Node deleted.
3349
0b4faef3
EZ
33502009-01-10 Eli Zaretskii <eliz@gnu.org>
3351
3355f04d
EZ
3352 * processes.texi (Decoding Output): Document that null bytes force
3353 no-conversion for reading process output.
3354
3355 * files.texi (Reading from Files): Document that null bytes force
3356 no-conversion when visiting files.
3357
11625308 3358 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
538395d9 3359
5dcb4c4e
SM
3360 * nonascii.texi (Lisp and Coding Systems):
3361 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
c06ea95e 3362 (Character Properties): Improve wording.
0b4faef3 3363
ce9cf065
CY
33642009-01-09 Chong Yidong <cyd@stupidchicken.com>
3365
3366 * display.texi (Font Lookup): Remove obsolete function
3367 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
3368 (Low-Level Font): Rename from Fonts, move to end of Faces section.
5dcb4c4e
SM
3369 (Font Selection): Reorder order of variable descriptions.
3370 Minor clarifications.
ce9cf065
CY
3371
3372 * elisp.texi (Top): Update node listing.
3373
ab756fb3
GM
33742009-01-09 Glenn Morris <rgm@gnu.org>
3375
3376 * commands.texi (Command Loop Info): Say that last-command-char and
3377 last-input-char are obsolete aliases.
3378
3379 * edebug.texi (Edebug Recursive Edit): Remove separate references to
3380 last-input-char and last-command-char, since they are just aliases for
3381 last-input-event and last-command-event.
3382
3383 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
3384 last-command-char.
3385
6b2b8ab1
CY
33862009-01-08 Chong Yidong <cyd@stupidchicken.com>
3387
3388 * elisp.texi: Update node listing.
3389
3390 * display.texi (Faces): Put Font Selection node after Auto Faces.
5dcb4c4e
SM
3391 (Face Attributes): Don't link to Font Lookup.
3392 Document font-family-list.
6b2b8ab1
CY
3393 (Fonts): New node.
3394
3568e767
JR
33952009-01-08 Jason Rumney <jasonr@gnu.org>
3396
3397 * frames.texi (Pointer Shape): Clarify that only X supports
5ce6e4f4 3398 changing the standard pointer shapes. (Bug#1485)
3568e767 3399
6221c8db
CY
34002009-01-08 Chong Yidong <cyd@stupidchicken.com>
3401
3402 * display.texi (Attribute Functions): Note that a function value
3403 :height is relative, and that compatibility functions work by
3404 calling set-face-attribute.
3405 (Displaying Faces): Reorder list in order of increasing priority.
3406 (Face Remapping): New node. Content moved here from Displaying
3407 Faces.
3408 (Glyphs): Link to Face Functions.
3409
e3d3799a
CY
34102009-01-08 Chong Yidong <cyd@stupidchicken.com>
3411
3412 * display.texi (Faces): Don't discuss face id here. facep does
3413 not return t.
3414 (Defining Faces): Minor clarification.
3415 (Face Attributes): Rearrange items to match docstring of
3416 set-face-attribute. Add :foundry attribute. Document new role of
3417 :font attribute. Texinfo usage fix.
3418 (Attribute Functions): Copyedits.
3419 (Face Functions): Note that face number is seldom used.
3420
638a2457
RS
34212009-01-05 Richard M Stallman <rms@gnu.org>
3422
3423 * strings.texi (Predicates for Strings): Minor clarification.
3424
3425 * functions.texi (Function Safety): Texinfo usage fix.
3426
49ea0074
JB
34272009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny patch)
3428
3429 * objects.texi (General Escape Syntax): Fix typo.
3430
9f822178
MR
34312009-01-03 Martin Rudalics <rudalics@gmx.at>
3432
3433 * windows.texi (Choosing Window): Say that pop-up-frame-alist
3434 works via the default value of pop-up-frame-function.
3435
af34ad36
EZ
34362009-01-02 Eli Zaretskii <eliz@gnu.org>
3437
3438 * processes.texi (System Processes): Document the `time' and
3439 `ctime' attributes of `system-process-attributes'.
3440
d31f6679
CY
34412009-01-01 Chong Yidong <cyd@stupidchicken.com>
3442
3443 * display.texi (Face Attributes): Clarify :height attribute.
3444
174dc00c
MR
34452008-12-31 Martin Rudalics <rudalics@gmx.at>
3446
3447 * buffers.texi (The Buffer List): Clarify what moves a buffer to
3448 the front of the buffer list. Add entries for `last-buffer' and
3449 `unbury-buffer'.
3450
b8afe7e4
EZ
34512008-12-27 Eli Zaretskii <eliz@gnu.org>
3452
d14030f5
EZ
3453 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
3454 and its subsections.
3455
3456 * frames.texi (Multiple Terminals, Low-level Terminal)
3457 (Terminal Parameters, Frames on Other TTY devices): New sections.
3458 (Frames): Add an xref to "Multiple Terminals".
3459
765980a4
EZ
3460 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
3461
3462 * objects.texi (Terminal Type): New node.
3463 (Editing Types): Add it to the menu.
3464
47bd5577
EZ
3465 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
3466 Variables".
3467
eb22b78c 3468 * variables.texi (Directory Local Variables): New node.
47bd5577 3469 (Variables): Add a menu item for it.
eb22b78c 3470
b8afe7e4
EZ
3471 * loading.texi (Autoload): Document `generate-autoload-cookie' and
3472 `generated-autoload-file'.
3473
77bb0476
EZ
34742008-12-20 Eli Zaretskii <eliz@gnu.org>
3475
028e2c19
EZ
3476 * os.texi (Startup Summary): Add xref to documentation of
3477 `initial-window-system'.
3478
77bb0476
EZ
3479 * display.texi (Window Systems): Document `window-system' the
3480 function. The variable `window-system' is now frame-local.
028e2c19 3481 Document `initial-window-system'.
77bb0476 3482
dda87836
MR
34832008-12-19 Martin Rudalics <rudalics@gmx.at>
3484
3485 * windows.texi (Windows): Rewrite description of
3486 fit-window-to-buffer.
3487
caef3ed2
GM
34882008-12-13 Glenn Morris <rgm@gnu.org>
3489
3490 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
3491 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
3492
21c58e4d
GM
34932008-12-12 Glenn Morris <rgm@gnu.org>
3494
3495 * debugging.texi (Error Debugging): Refer forwards to
3496 eval-expression-debug-on-error.
3497
af38459f
EZ
34982008-12-05 Eli Zaretskii <eliz@gnu.org>
3499
5dedd9b5
EZ
3500 * strings.texi (String Basics): Only unibyte strings that
3501 represent key sequences hold 8-bit raw bytes.
3502
af38459f
EZ
3503 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
3504 paragraph to speak about `undecided'.
3505 (Character Properties): Don't explain the meaning of each
3506 property; instead, identify their Unicode Standard names.
b3f1f4a5 3507 (Character Sets): Document `map-charset-chars'.
af38459f 3508
fa047ae7
GM
35092008-12-02 Glenn Morris <rgm@gnu.org>
3510
3511 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
3512 section yet again.
3513
47dbc044
EZ
35142008-11-29 Eli Zaretskii <eliz@gnu.org>
3515
98d05998
EZ
3516 * nonascii.texi (Character Properties): New Section.
3517 (Specifying Coding Systems): Document
3518 `coding-system-priority-list', `set-coding-system-priority', and
3519 `with-coding-priority'.
3520 (Lisp and Coding Systems): Document `check-coding-systems-region'
3521 and `coding-system-charset-list'.
3522 (Coding System Basics): Document `coding-system-aliases'.
3523
3524 * elisp.texi (Top): Add a @detailmenu entry for "Character
3525 Properties".
3526
47dbc044
EZ
3527 * objects.texi (Character Type): Correct the range of Emacs
3528 characters. Add an @xref to "Character Codes".
3529
3530 * strings.texi (String Basics): Add an @xref to "Character Codes".
3531
3532 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
3533
3534 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
3535 (Character Codes): Document `max-char'.
3536
8b80cdf5
EZ
35372008-11-28 Eli Zaretskii <eliz@gnu.org>
3538
3539 * nonascii.texi (Text Representations, Converting Representations)
3540 (Character Sets, Scanning Charsets, Translation of Characters):
3541 Make text more accurate.
3542
a99dceba
GM
35432008-11-28 Glenn Morris <rgm@gnu.org>
3544
3545 * files.texi (Format Conversion Round-Trip): Improve previous change.
3546
f6dc3bed
CY
35472008-11-26 Chong Yidong <cyd@stupidchicken.com>
3548
3549 * modes.texi (Auto Major Mode): Fix example.
3550
5da9413d
GM
35512008-11-25 Glenn Morris <rgm@gnu.org>
3552
3553 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
3554
3555 * files.texi (Format Conversion Round-Trip):
3556 Use active voice for previous change.
3557
fcca848c
CY
35582008-11-25 Chong Yidong <cyd@stupidchicken.com>
3559
3560 * os.texi (Processor Run Time):
3561 * processes.texi (Transaction Queues):
3562 * markers.texi (The Mark):
3563 * windows.texi (Choosing Window, Selecting Windows):
3564 * files.texi (Changing Files, Magic File Names):
3565 * commands.texi (Key Sequence Input):
3566 * functions.texi (Declaring Functions):
3567 * strings.texi (Predicates for Strings):
3568 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
3569
36c8dc54
CY
35702008-11-24 Chong Yidong <cyd@stupidchicken.com>
3571
3572 * help.texi (Accessing Documentation): Update example.
3573
3574 * variables.texi (Defining Variables): Note that `*' is not
3575 necessary if defcustom is used.
3576
2a79b242
EZ
35772008-11-22 Eli Zaretskii <eliz@gnu.org>
3578
3579 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
3580 Characters" from @detailmenu.
3581
3582 * nonascii.texi (Character Codes, Character Sets)
3583 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
3584 (Chars and Bytes, Splitting Characters): Sections removed.
3585
392f0d26
LK
35862008-11-22 Lute Kamstra <lute@gnu.org>
3587
3588 * positions.texi (Text Lines): Update goto-line documentation.
3589
af1a5cd5
MR
35902008-11-21 Martin Rudalics <rudalics@gmx.at>
3591
6a4cfb0c
MR
3592 * frames.texi (Frames): Fix typo, add cross references, reword.
3593 (Initial Parameters): Reword special-display-frame-alist text.
3594 (Frames and Windows): Reword. Describe argument norecord for
3595 set-frame-selected-window.
3596 (Input Focus): Describe argument norecord for select-frame.
3597 Remove comment on MS-Windows behavior for focus-follows-mouse.
3598 (Raising and Lowering): Mention windows-frames dichotomy in
3599 metaphor.
3600
af1a5cd5
MR
3601 * windows.texi (Displaying Buffers, Vertical Scrolling)
3602 (Horizontal Scrolling): Fix indenting and rewording issues
3603 introduced with 2008-11-07 change.
3604
c249fa9c
GM
36052008-11-20 Glenn Morris <rgm@gnu.org>
3606
3607 * files.texi (Format Conversion Round-Trip): Mention `preserve'
3608 element of `format-alist'.
3609
204d4665
GM
36102008-11-19 Glenn Morris <rgm@gnu.org>
3611
3612 * doclicense.texi: Update to FDL 1.3.
3613 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
3614
cc0910af
CY
36152008-11-18 Chong Yidong <cyd@stupidchicken.com>
3616
efe6e7c4
CY
3617 * windows.texi (Window Hooks): Remove *-end-trigger-functions
3618 vars, which are obsolete. Mention jit-lock-register.
3619
5dcb4c4e
SM
3620 * modes.texi (Other Font Lock Variables):
3621 Document jit-lock-register and jit-lock-unregister.
efe6e7c4 3622
cc0910af
CY
3623 * frames.texi (Color Parameters): Document alpha parameter.
3624
aeeedf76
MR
36252008-11-16 Martin Rudalics <rudalics@gmx.at>
3626
3627 * windows.texi (Splitting Windows, Deleting Windows)
3628 (Selecting Windows, Cyclic Window Ordering)
3629 (Buffers and Windows, Displaying Buffers, Choosing Window)
3630 (Dedicated Windows, Window Point, Window Start and End)
3631 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
3632 (Size of Window, Resizing Windows, Window Configurations)
3633 (Window Parameters): Avoid @var at beginning of sentences and
3634 reword accordingly.
3635
4c565c5c
LK
36362008-11-11 Lute Kamstra <lute@gnu.org>
3637
3638 * files.texi (File Name Components): Fix file-name-extension
3639 documentation.
3640
25f494c9
JB
36412008-11-11 Juanma Barranquero <lekktu@gmail.com>
3642
3643 * frames.texi (Basic Parameters): Remove display-environment-variable
3644 and term-environment-variable.
3645
a1401ab1
EZ
36462008-11-08 Eli Zaretskii <eliz@gnu.org>
3647
3648 * windows.texi (Basic Windows, Splitting Windows)
3649 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
3650 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
25f494c9
JB
3651 (Resizing Windows, Window Configurations, Window Parameters):
3652 Fix wording and markup.
a1401ab1 3653
efafc282
MR
36542008-11-07 Martin Rudalics <rudalics@gmx.at>
3655
3656 * windows.texi (Windows): Update entries.
3657 (Basic Windows): Remove listing of attributes. Reword.
86ab855a 3658 (Splitting Windows, Deleting Windows): Reword.
efafc282
MR
3659 (Selecting Windows, Cyclic Window Ordering): Reword with special
3660 emphasis on order of recently selected windows and buffer list.
86ab855a
MR
3661 (Buffers and Windows, Choosing Window): Reword with special
3662 emphasis on dedicated windows.
3663 (Displaying Buffers): Reword. For switch-to-buffer mention that
3664 it may fall back on pop-to-buffer. For other-window try to
3665 explain how it treats the cyclic ordering of windows.
efafc282
MR
3666 (Dedicated Windows): New node and section discussing dedicated
3667 windows and associated functions.
86ab855a 3668 (Window Point): Add entry for window-point-insertion-type. Reword.
efafc282
MR
3669 (Window Start and End): Rename node and section title. Reword.
3670 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
3671 Minor rewording.
3672 (Size of Window): Reword, in particular text on window-width.
3673 (Resizing Windows): Reword. Add text on balancing windows.
3674 (Window Configurations): Reword. Mention window parameters.
3675 (Window Parameters): New node and section on window parameters.
3676 (Window Hooks): Reword. Mention that
3677 window-configuration-change-hook is run "buffer-locally".
3678 * elisp.texi (Top): Update Windows entries in @detailmenu
3679 section.
3680
d60a8ab2
JB
36812008-11-04 Juanma Barranquero <lekktu@gmail.com>
3682
3683 * searching.texi (Regexp Search): Fix typo.
3684
01777627
CY
36852008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
3686
3687 * searching.texi (Regexp Search): Document GREEDY arg.
3688 (Simple Match Data): Fix return value.
3689
c4526e93
EZ
36902008-11-01 Eli Zaretskii <eliz@gnu.org>
3691
3692 * nonascii.texi (Text Representations): Rewrite to make consistent
5dcb4c4e
SM
3693 with Emacs 23 internal representation of characters.
3694 Document `unibyte-string'.
c4526e93 3695
fe2ae8b5
CY
36962008-10-28 Chong Yidong <cyd@stupidchicken.com>
3697
3698 * processes.texi (Process Information): Note that process-status
3699 does not accept buffer names.
3700
cc5a21e3
CY
37012008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
3702
3703 * positions.texi (Skipping Characters): Correct return value of
3704 skip-chars-forward.
3705
09460d9a
MR
37062008-10-25 Martin Rudalics <rudalics@gmx.at>
3707
520b29e7
MR
3708 * windows.texi (Deleting Windows): Update documentation of
3709 delete-windows-on.
3710 (Buffers and Windows): Update documentations of
3711 get-buffer-window and get-buffer-window-list.
3712 (Displaying Buffers): Update documentation of
3713 replace-buffer-in-windows.
3714
09460d9a
MR
3715 * buffers.texi (Current Buffer): Reword set-buffer and
3716 with-current-buffer documentations.
3717 (Creating Buffers): Reword documentation of get-buffer-create.
3718
4d48fcdc
MR
37192008-10-23 Martin Rudalics <rudalics@gmx.at>
3720
3721 * buffers.texi (Current Buffer): Reword documentation of
3722 set-buffer.
3723 (Buffer Names): Reword documentation of buffer-name.
3724 (The Buffer List): For bury-buffer explain what happens with the
3725 buffer's window.
3726 (Creating Buffers): Say that get-buffer-create's arg is called
3727 buffer-or-name.
3728
f0143c43
CY
37292008-10-22 Chong Yidong <cyd@stupidchicken.com>
3730
3e5dbbd3
CY
3731 * advice.texi (Computed Advice): Explain what DEFINITION is.
3732
f0143c43
CY
3733 * nonascii.texi (Character Codes): Remove obsolete function
3734 char-valid-p, and document characterp instead.
3735
52a94b85
MR
37362008-10-22 Martin Rudalics <rudalics@gmx.at>
3737
3738 * windows.texi (Displaying Buffers): Reword documentation of
3739 pop-to-buffer.
3740 (Choosing Window): Rewrite documentation of display-buffer and
3741 its options.
3742
f76f8246
MR
3743 * buffers.texi (Killing Buffers): Update documentation of
3744 kill-buffer.
3745
acc8b598
EZ
37462008-10-21 Eli Zaretskii <eliz@gnu.org>
3747
80e6b6df
EZ
3748 * processes.texi (Serial Ports): Fix wording and improve markup.
3749
3645358a
EZ
3750 * searching.texi (Regexp Search): Document `string-match-p' and
3751 `looking-at-p'.
3752 (POSIX Regexps): Add an xref for "non-greedy".
3753 (Regexp Special): Add @cindex entry for "non-greedy".
3754
b3d50cff 3755 * display.texi (Attribute Functions): Document `face-all-attributes'.
bf190568 3756 (Image Cache) <image-refresh>: Minor wording fixes.
b3d50cff 3757
73b7530a
EZ
3758 * frames.texi (Color Names): Add an xref to `read-color'.
3759
3760 * minibuf.texi (High-Level Completion): Document `read-color'.
3761
acc8b598
EZ
3762 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
3763
3764 * positions.texi (Narrowing): Add an xref to "Swapping Text".
3765
3766 * buffers.texi (Swapping Text): New section, documents
3767 `buffer-swap-text'.
3768
10e187e8
MR
37692008-10-21 Martin Rudalics <rudalics@gmx.at>
3770
3771 * windows.texi (Resizing Windows): Minor wording fix.
3772
fd6f900c
EZ
37732008-10-20 Eli Zaretskii <eliz@gnu.org>
3774
3775 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
3776 and `combine-and-quote-strings'.
3777
3778 * strings.texi (Creating Strings): Add xrefs for them.
3779
e4372165
EZ
37802008-10-19 Eli Zaretskii <eliz@gnu.org>
3781
d6328fba
EZ
3782 * elisp.texi (Top): Make descriptive text for "Reading File Names"
3783 match the corresponding menu in minibuf.texi.
3784
e4372165
EZ
3785 * minibuf.texi (Reading File Names): Document `read-shell-command'
3786 and `minibuffer-local-shell-command-map'.
3787
5d8dda33
MR
37882008-10-19 Martin Rudalics <rudalics@gmx.at>
3789
3790 * windows.texi (Resizing Windows): Remove var{} around "window" in
3791 documentation of enlarge-window.
3792 Rewrite documentation of window-min-height and window-min-width.
3793
437706cd
EZ
37942008-10-19 Eli Zaretskii <eliz@gnu.org>
3795
80f85d7c
EZ
3796 * functions.texi (Calling Functions): Document `apply-partially'.
3797
291703b5
EZ
3798 * hooks.texi (Standard Hooks): Mention
3799 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
3800
3801 * variables.texi (File Local Variables): Document
3802 `file-local-variables-alist', `before-hack-local-variables-hook'
3803 and `hack-local-variables-hook'.
3804
583d8b3c
EZ
3805 * processes.texi (Synchronous Processes): Document `process-lines'.
3806
5dcb4c4e
SM
3807 * customize.texi (Variable Definitions):
3808 Document `custom-reevaluate-setting'.
437706cd 3809
7e51d89b
MR
38102008-10-18 Martin Rudalics <rudalics@gmx.at>
3811
3812 * windows.texi (Choosing Window, Deleting Windows)
3813 (Displaying Buffers): Expand documentation of dedicated windows.
3814
43c59a3d
EZ
38152008-10-18 Eli Zaretskii <eliz@gnu.org>
3816
018a960d
EZ
3817 * files.texi (Changing Files): Document symbolic input of file
3818 modes to `set-file-modes'. Document `read-file-modes' and
3819 `file-modes-symbolic-to-number'.
3820
2c0b8144
EZ
3821 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
3822 and `search-map'.
3823
5dcb4c4e
SM
3824 * searching.texi (Search and Replace):
3825 Document `replace-search-function' and `replace-re-search-function'.
2c0b8144 3826 Document `multi-query-replace-map'.
80120f13 3827
6d4913f0 3828 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
5dcb4c4e
SM
3829 (Completion Commands, Reading File Names):
3830 Rename `minibuffer-local-must-match-filename-map' to
6d4913f0
EZ
3831 `minibuffer-local-filename-must-match-map'.
3832 (Minibuffer Completion): The `require-match' argument to
3833 `completing-read' can now have the value `confirm-only'.
3834
43c59a3d
EZ
3835 * windows.texi (Displaying Buffers): Minor wording fix.
3836 (Choosing Window): `split-height-threshold' can now be nil.
3837 Document `split-width-threshold'. `pop-up-frames' can have the
3838 value `graphic-only'.
3839
f36acfd9
EZ
38402008-10-17 Eli Zaretskii <eliz@gnu.org>
3841
3842 * os.texi (Startup Summary): Document `before-init-time' and
3843 `after-init-time'. Document `initial-window-system' and
3844 `window-system-initialization-alist'. Document reading the
3845 abbrevs file. Document the call to `server-start' under --daemon.
3846 Rearrange a bit to be consistent with the code flow.
53728487
EZ
3847 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
3848 (Time Parsing): Document `format-seconds'.
f36acfd9 3849
96995b89
MR
38502008-10-17 Martin Rudalics <rudalics@gmx.at>
3851
3852 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
3853 and reword.
3854
2de17c73
EZ
38552008-10-16 Eli Zaretskii <eliz@gnu.org>
3856
3857 * markers.texi (The Mark): Document use-region-p.
3858
9cf52b11
EZ
38592008-10-15 Eli Zaretskii <eliz@gnu.org>
3860
c3aaf1d7
EZ
3861 * internals.texi (Writing Emacs Primitives): The interactive spec
3862 of a primitive can be a Lisp form.
3863
841a1743
EZ
3864 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
3865 values of transient-mark-mode. Document handle-shift-selection.
3866
3867 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
3868 (Interactive Examples): Show an example of `^'.
3869 (Key Sequence Input): Document this-command-keys-shift-translated.
c3aaf1d7
EZ
3870 (Defining Commands, Using Interactive): The interactive-form of a
3871 function can be added via its symbol's property.
841a1743 3872
52441368
EZ
3873 * positions.texi (List Motion): beginning-of-defun-function can
3874 now accept an argument.
3875
8e8c1a72
EZ
3876 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
3877 now return a list of strings.
3878
a33a1f2a
EZ
3879 * control.texi (Handling Errors): Document ignore-errors.
3880
4fb04348
EZ
3881 * frames.texi (Creating Frames): Document frame-inherited-parameters.
3882 (Parameter Access): Document set-frame-parameter.
3883
ee666f84
EZ
3884 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
3885 Hooks" for the effect of kill-all-local-variables on local hook
3886 functions.
3887
9cf52b11
EZ
3888 * modes.texi (Major Mode Conventions, Mode Line Variables):
3889 `mode-name' need not be a string. xref to "Mode Line Data" for
3890 details, and to "Emulating Mode Line" for computing a string
3891 value.
3892
22526bc4
EZ
38932008-10-14 Eli Zaretskii <eliz@gnu.org>
3894
a65f6a85
EZ
3895 * processes.texi (System Processes): New section.
3896 (Processes, Signals to Processes): Add xrefs to it.
3897
3898 * objects.texi (Editing Types): A `process' is a subprocess of
3899 Emacs, not just any process running on the OS.
3900
3901 * elisp.texi (Top): Adjust the @detailmenu for the above two
3902 changes.
3903
2724b26a
EZ
3904 * sequences.texi (Char-Tables): Remove documentation of
3905 set-char-table-default, which has no effect since Emacs 23.
3906 <char-table-range, set-char-table-range>: Don't mention generic
3907 characters and charsets. Add a cons cell as a possible argument.
3908
3909 * nonascii.texi (Splitting Characters)
3910 (Translation of Characters): Don't mention generic characters.
3911
3912 * display.texi (Fontsets): Don't mention generic characters.
3913
22526bc4 3914 * sequences.texi (Char-Tables): `map-char-table' can now call its
25f494c9 3915 argument FUNCTION with a cons cell as KEY.
22526bc4 3916
eaf4b689
EZ
39172008-10-13 Eli Zaretskii <eliz@gnu.org>
3918
45e46036
EZ
3919 * objects.texi (Primitive Function Type): Move "@cindex special
3920 forms" from here...
3921
3922 * eval.texi (Special Forms): ...to here.
3923
3924 * functions.texi (What Is a Function): `functionp' returns nil for
3925 special forms. Add an xref.
3926
eaf4b689
EZ
3927 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
3928 Variables".
3929
3930 * variables.texi (Frame-Local Variables): New section.
3931 (Buffer-Local Variables): Add an xref to it.
3932 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
3933 have both frame-local and buffer-local binding.
3934
3935 * frames.texi (Frames): Mention multiple tty frames.
3936 (Frame Parameters, Parameter Access): Mention frame-local variable
3937 bindings.
3938
15688fce
GM
39392008-09-20 Glenn Morris <rgm@gnu.org>
3940
3941 * display.texi (Defining Faces): Recommend against face variables.
3942
35539065
JB
39432008-09-16 Juanma Barranquero <lekktu@gmail.com>
3944
3945 * display.texi (Echo Area Customization): Fix typo.
3946
6a57054b
JB
39472008-09-09 Juanma Barranquero <lekktu@gmail.com>
3948
3949 * loading.texi (Where Defined): Add `defface' item.
3950
d632fb82
MR
39512008-09-06 Martin Rudalics <rudalics@gmx.at>
3952
3953 * loading.texi (Where Defined): Fix description of symbol-file.
3954
905a9adb
JR
39552008-08-26 Jason Rumney <jasonr@gnu.org>
3956
3957 * display.texi (TIFF Images): New section describing :index property.
3958
852e91b7
CY
39592008-08-23 Chong Yidong <cyd@stupidchicken.com>
3960
3961 * display.texi (Temporary Displays): Remove unnecessary comment
3962 about usage of temp-buffer-show-hook.
3963
6be001ee
CY
39642008-08-05 Chong Yidong <cyd@stupidchicken.com>
3965
3966 * symbols.texi (Other Plists): Fix incorrect example.
3967 Suggested by Florian Beck.
3968
58e3d8e8
JB
39692008-07-31 Juanma Barranquero <lekktu@gmail.com>
3970
3971 * os.texi: Fix previous change.
3972
7c2fb837
DN
39732008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
3974
3975 * os.texi:
3976 * intro.texi:
3977 * files.texi: Remove VMS support.
3978
9e2a2647
DN
39792008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3980
3981 * os.texi:
3982 * frames.texi:
3983 * display.texi: Remove mentions of Mac Carbon.
3984
c4f4682b
MB
39852008-07-01 Miles Bader <miles@gnu.org>
3986
3987 * text.texi (Special Properties):
3988 * display.texi (Truncation): Add wrap-prefix and line-prefix.
3989
3696411e
JB
39902008-06-28 Johan Bockgård <bojohan@gnu.org>
3991
3992 * display.texi (Other Image Types): Fix copy/paste error; say
3993 "PBM", not "XBM".
3994
f2a77c3a
DN
39952008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
3996
3997 * os.texi: Remove references to obsolete systems.
3998
6d52677d
EZ
39992008-06-20 Eli Zaretskii <eliz@gnu.org>
4000
4001 * makefile.w32-in (distclean): Remove makefile.
4002
1a87da4c
GM
40032008-06-17 Glenn Morris <rgm@gnu.org>
4004
4005 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
4006 (elisp, dist): Remove rules and variables that are obsolete now
4007 the lisp manual is no longer distributed separately.
4008
fdda1c5d
GM
40092008-06-16 Glenn Morris <rgm@gnu.org>
4010
646692e9
GM
4011 * configure, configure.in, mkinstalldirs: Remove unused files.
4012
4013 * book-spine.texinfo: Set version to 23.0.60.
fdda1c5d 4014 * vol1.texi (EMACSVER):
6a57054b 4015 * vol2.texi (EMACSVER): Set to 23.0.60.
fdda1c5d
GM
4016
4017 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
4018 as per maintain.info.
4019
611bee81
GM
40202008-06-15 Glenn Morris <rgm@gnu.org>
4021
a7bed3a0
GM
4022 * makefile.w32-in (manual): Use "23" rather than "21".
4023
4024 * Makefile.in (emacsver): New, set by configure.
4025 (manual): Use emacsver.
4026
d794edf2
GM
4027 * intro.texi: Report bugs using M-x report-emacs-bug.
4028
611bee81
GM
4029 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
4030
c73e02fa
GM
40312008-06-13 Daniel Engeler <engeler@gmail.com>
4032
4033 * elisp.texi, internals.texi, processes.texi: Add documentation
4034 about serial port access.
4035
e40a85cd
MB
40362008-06-05 Miles Bader <miles@gnu.org>
4037
4038 * display.texi (Displaying Faces): Update to reflect function
4039 renamings in face-remap.el.
4040
7b753744
JB
40412008-06-05 Juanma Barranquero <lekktu@gmail.com>
4042
4043 * display.texi (Fontsets): Fix typos.
4044
9d3d42fb
MB
40452008-06-03 Miles Bader <miles@gnu.org>
4046
7b753744
JB
4047 * display.texi (Displaying Faces): Add add-relative-face-remapping,
4048 remove-relative-face-remapping, set-base-face-remapping,
4049 and set-default-base-face-remapping.
9d3d42fb 4050
f2cec7a9
MB
40512008-06-01 Miles Bader <miles@gnu.org>
4052
4053 * display.texi (Displaying Faces): Add face-remapping-alist.
4054
8f39c96d
SM
40552008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4056
4057 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
4058 variable names.
4059
1ef5eecc
ER
40602008-05-03 Eric S. Raymond <esr@golux>
4061
352c8b4a 4062 * keymaps.texi: Clarify that (current-local-map) and
1ef5eecc
ER
4063 (current-global-map) return references, not copies.
4064
63b4387f
JL
40652008-05-02 Juri Linkov <juri@jurta.org>
4066
4067 * minibuf.texi (Text from Minibuffer): Document a list of
4068 default values for `read-from-minibuffer'.
4069
38a8b703
JB
40702008-04-24 Juanma Barranquero <lekktu@gmail.com>
4071
4072 * nonascii.texi (Translation of Characters): Fix previous change.
4073
7c42e639
CY
40742008-04-20 Chong Yidong <cyd@stupidchicken.com>
4075
4076 * display.texi (Overlay Properties): Clarify role of underlying
4077 textprop and overlay keymaps for display strings.
4078
4079 * keymaps.texi (Active Keymaps): Ditto.
4080
25c0d999
SM
40812008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
4082
4083 * minibuf.texi (Programmed Completion):
4084 Replace dynamic-completion-table with the new completion-table-dynamic.
4085
e3af5968
CY
40862008-04-07 Chong Yidong <cyd@stupidchicken.com>
4087
4088 * intro.texi (Some Terms): Change "fonts in this manual" index
4089 entry to "typographic conventions".
4090
6bfc8698
EZ
40912008-04-05 Eli Zaretskii <eliz@gnu.org>
4092
4093 * objects.texi (Text Props and Strings): Add indexing for read
4094 syntax of text properties.
4095
4972c361
SM
40962008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
4097
4098 * processes.texi (Decoding Output): Remove process-filter-multibyte
4099 functions.
4100
c70a68db
MR
41012008-03-15 Martin Rudalics <rudalics@gmx.at>
4102
4103 * display.texi (Finding Overlays): Say that empty overlays at
4104 the end of the buffer are reported too.
4105
1291fd36
GM
41062008-03-13 Glenn Morris <rgm@gnu.org>
4107
4108 * elisp.texi (EMACSVER): Set to 23.0.60.
4109
c6b0dfd5
CY
41102008-02-26 Chong Yidong <cyd@stupidchicken.com>
4111
38a8b703 4112 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
c6b0dfd5 4113
875fc30c
GM
41142008-02-22 Glenn Morris <rgm@gnu.org>
4115
4116 * frames.texi (Position Parameters): Clarify the description of
4117 `left' and `top', using information from "Geometry".
4118 (Geometry): Give a pointer to "Position Parameters", rather than
4119 repeating information.
4120
d8c8e45a
GM
41212008-02-11 Glenn Morris <rgm@gnu.org>
4122
4123 * objects.texi (Equality Predicates): No longer talk about "two"
4124 functions.
4125
38a8b703 41262008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
d8c8e45a
GM
4127
4128 * objects.texi (Equality Predicates): Add defun for
4129 equal-including-properties.
4130
bfffe0b1
GM
41312008-02-10 Glenn Morris <rgm@gnu.org>
4132
4133 * objects.texi (Equality Predicates):
4134 Mention equal-including-properties.
4135
431b78c9
RS
41362008-02-07 Richard Stallman <rms@gnu.org>
4137
4138 * windows.texi (Window Start): Mention the feature of moving
4139 window-start to start of line.
4140
c8763fb6 41412008-02-07 Jan Djärv <jan.h.d@swipnet.se>
eafa12e6
JD
4142
4143 * keymaps.texi (Tool Bar): Document rtl property.
4144
1a256502
TTN
41452008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
4146
4147 * display.texi (Button Types):
4148 For define-button-type, clarify type of NAME.
4149
569382c2
MR
41502008-01-19 Martin Rudalics <rudalics@gmx.at>
4151
4152 * buffers.texi (Buffer Modification): Fix typo.
4153
f3041af1
DN
41542008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
4155
4156 * os.texi (System Environment): Remove references to OSes that are
4157 not supported anymore.
4158
d35e1cd7
DN
41592008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
4160
4161 * os.texi (System Environment): Remove mention for Masscomp.
4162
23af7580
RS
41632008-01-04 Richard Stallman <rms@gnu.org>
4164
4165 * display.texi (Faces): Don't talk about internal face vector as arg
4166 to facep.
4167
4168 * customize.texi (Type Keywords): Fix previous change.
4169
4170 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
4171 * elisp.texi (Top): Fix menu for commands.texi change.
4172
ec7d5b1e
RS
41732007-12-30 Richard Stallman <rms@gnu.org>
4174
5dcb4c4e 4175 * commands.texi (Accessing Mouse): Rename from Accessing Events.
ec7d5b1e
RS
4176 (Accessing Scroll): New node broken out of Accessing Mouse.
4177
101a6cea
RS
41782007-12-28 Richard Stallman <rms@gnu.org>
4179
4180 * frames.texi (Size Parameters): Fix typo.
7f9e0c04 4181 (Basic Parameters): For `title', refer to title bar.
041817a4 4182 (Size and Position): Explain meaning of frame pixel width and height.
101a6cea 4183
72b7e664
RS
41842007-12-23 Richard Stallman <rms@gnu.org>
4185
4186 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
4187 Improve some of the commented-out keywords' text too.
4188
27a4f445
MR
41892007-12-14 Martin Rudalics <rudalics@gmx.at>
4190
e2e3f1d7
MR
4191 * nonascii.texi (Encoding and I/O): Reword to avoid saying
4192 "visit the current buffer".
4193
27a4f445
MR
4194 * os.texi (System Interface): Fix typo.
4195
a2afc99d
RS
41962007-12-04 Richard Stallman <rms@gnu.org>
4197
4198 * objects.texi (Symbol Type): Fix typo.
4199
b694135c
RS
42002007-12-03 Richard Stallman <rms@gnu.org>
4201
4202 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
4203
f99a19da
GM
42042007-12-01 Glenn Morris <rgm@gnu.org>
4205
4206 * functions.texi (Declaring Functions): Improve previous change.
4207
8f4b37d8
GM
42082007-11-30 Glenn Morris <rgm@gnu.org>
4209
4210 * functions.texi (Declaring Functions): Add optional fourth
4211 argument of declare-function, and setting third argument to `t'.
4212
61a2fe01
RS
42132007-11-29 Richard Stallman <rms@gnu.org>
4214
4215 * customize.texi (Composite Types): Document `group' type.
4216
cbfc5193
GM
42172007-11-29 Glenn Morris <rgm@gnu.org>
4218
5dcb4c4e
SM
4219 * functions.texi (Declaring Functions): Add findex.
4220 Mention `external' files.
cbfc5193 4221
8386283a
JB
42222007-11-26 Juanma Barranquero <lekktu@gmail.com>
4223
4224 * functions.texi (Declaring Functions): Fix directive.
4225
a07c9a8b
RS
42262007-11-25 Richard Stallman <rms@gnu.org>
4227
4228 * help.texi (Help Functions): Clean up last change.
4229
4230 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
4231
4232 * loading.texi (Named Features): Minor cleanup.
4233
4234 * macros.texi (Eval During Expansion): Minor cleanup.
4235
4236 * variables.texi (Variable Aliases): Minor cleanup.
4237
a0925923
RS
42382007-11-24 Richard Stallman <rms@gnu.org>
4239
4240 * functions.texi (Declaring Functions): Clarify previous change.
4241
4242 * compile.texi (Compiler Errors): Clarify previous change.
4243
20c63e44
RS
42442007-11-24 Richard Stallman <rms@gnu.org>
4245
e5e76c04 4246 * display.texi (Refresh Screen, Forcing Redisplay):
20c63e44
RS
4247 Clarify the text and move items around.
4248
5bb0cda3
GM
42492007-11-24 Glenn Morris <rgm@gnu.org>
4250
4251 * functions.texi (Declaring Functions): New section.
4252 * compile.texi (Compiler Errors): Mention declaring functions,
4253 defvar with no initvalue, and byte-compile-warnings.
4254
af13c86a
MR
42552007-11-15 Martin Rudalics <rudalics@gmx.at>
4256
4257 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
4258 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
4259
a5373305
MR
42602007-11-13 Martin Rudalics <rudalics@gmx.at>
4261
4262 * help.texi (Help Functions): Document new macro `with-help-window'.
4263
fe284805
JL
42642007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
4265
4266 * searching.texi (Replacing Match): Describe new
4267 `match-substitute-replacement'.
4268
2c3a09b1
RS
42692007-10-31 Richard Stallman <rms@gnu.org>
4270
4271 * strings.texi (Creating Strings): Null strings from concat not unique.
4272
f2b480f4
RS
42732007-10-26 Richard Stallman <rms@gnu.org>
4274
4275 * objects.texi (Equality Predicates): Null strings are uniquified.
4276
4277 * minibuf.texi: Minor clarifications in previous change.
4278
db21122c
GM
42792007-10-25 Glenn Morris <rgm@gnu.org>
4280
4281 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
4282
2328cbb3
RS
42832007-10-24 Richard Stallman <rms@gnu.org>
4284
4285 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
4286
4287 * variables.texi (Frame-Local Variables): Node deleted.
4288 (Variables): Delete Frame-Local Variables from menu.
4289 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
4290 (Default Value): Don't mention frame-local vars.
4291
4292 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
4293
4294 * loading.texi (Unloading): Document FEATURE-unload-function
4295 instead of FEATURE-unload-hook.
4296
2328cbb3
RS
4297 * frames.texi (Multiple Displays): Don't mention frame-local vars.
4298
c066bafa
JL
42992007-10-22 Juri Linkov <juri@jurta.org>
4300
4301 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
4302 (High-Level Completion): Document a list of default value strings
4303 in the DEFAULT argument, for which minibuffer functions return the
4304 first element.
4305
65ced25f
JL
43062007-10-17 Juri Linkov <juri@jurta.org>
4307
4308 * text.texi (Filling): Update arguments of fill-paragraph.
4309 fill-paragraph operates on the active region in Transient Mark mode.
4310 Remove fill-paragraph-or-region.
4311
ee46ec8e
KB
43122007-10-13 Karl Berry <karl@gnu.org>
4313
4314 * elisp.texi (@dircategory): Move to after @copying,
4315 since we want @copying as close as possible to the beginning of
4316 the output.
4317
61bbdbc6
RS
43182007-10-12 Richard Stallman <rms@gnu.org>
4319
4320 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
4321
4322 * commands.texi (Distinguish Interactive): New node,
4323 broken out from Interactive Call and rewritten.
4324 (Command Loop): Put Distinguish Interactive in menu.
4325
af23e1e8
RS
43262007-10-09 Richard Stallman <rms@gnu.org>
4327
4328 * text.texi (Examining Properties): Mention overlay priority.
4329
4330 * display.texi (Display Margins): Correct the description
4331 of margin display specifications.
4332 (Replacing Specs): New subnode broken out of Display Property.
4333
e1965a69
JL
43342007-10-06 Juri Linkov <juri@jurta.org>
4335
4336 * text.texi (Filling): Document fill-paragraph-or-region.
4337
4638454b
JB
43382007-10-05 Juanma Barranquero <lekktu@gmail.com>
4339
4340 * display.texi (Auto Faces): Fix typo.
4341
7ed54cc5
RS
43422007-10-02 Richard Stallman <rms@gnu.org>
4343
4344 * display.texi (Display Property): Explain some display specs
4345 don't let you move point in.
4346
5dcb4c4e
SM
4347 * frames.texi (Cursor Parameters):
4348 Describe cursor-in-non-selected-windows here. Explain more values.
7ed54cc5
RS
4349
4350 * windows.texi (Basic Windows): Don't describe
4351 cursor-in-non-selected-windows here.
4352
305a7ef2
EZ
43532007-10-01 Eli Zaretskii <eliz@gnu.org>
4354
4355 * processes.texi (Misc Network): Note that these functions are
4356 supported only on some systems.
4357
f7a7f4eb
RS
43582007-10-01 Richard Stallman <rms@gnu.org>
4359
4360 * display.texi (Overlay Properties): Explain nil as priority.
4361 Explain that conflicts are unpredictable if not resolved by
4362 priorities.
4363
780d7bb9
RS
43642007-09-23 Richard Stallman <rms@gnu.org>
4365
4366 * macros.texi (Backquote): Minor clarification.
4367
14b4fdfb
RS
43682007-09-19 Richard Stallman <rms@gnu.org>
4369
4370 * display.texi (Display Property): Explain multiple display specs.
9600ac7c
RS
4371 Clarify when they work in parallel and when one overrides.
4372 Fix error in example.
14b4fdfb 4373
b8d4c8d0
GM
43742007-09-06 Glenn Morris <rgm@gnu.org>
4375
b3e755a9 4376 Move from lispref/ to doc/lispref/. Change all setfilename
b8d4c8d0
GM
4377 commands to use ../../info.
4378 * Makefile.in (infodir): Go up one more level.
4638454b 4379 (usermanualdir): Change from ../man to ../emacs.
b8d4c8d0
GM
4380 (miscmanualdir): New.
4381 (dist): Use new variable miscmanualdir.
4382 * makefile.w32-in (infodir, texinputdir): Go up one more level.
4383 (usermanualdir): Change from ../man to ../emacs.
4384
1bb1f7d3
MR
43852007-08-30 Martin Rudalics <rudalics@gmx.at>
4386
4387 * commands.texi (Command Loop Info): Advise against changing
4388 most variables described here. Explain new variable
4389 last-repeatable-command.
4390
b8d4c8d0
GM
43912007-08-29 Glenn Morris <rgm@gnu.org>
4392
4393 * elisp.texi (EMACSVER): Increase to 23.0.50.
4394
43952007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
4396
4397 * frames.texi (Basic Parameters): Add display-environment-variable
4398 and term-environment-variable.
4399
44002007-08-28 Juri Linkov <juri@jurta.org>
4401
4402 * display.texi (Image Formats, Other Image Types): Add SVG.
4403
44042007-08-28 Juri Linkov <juri@jurta.org>
4405
4406 * display.texi (Images): Move formats-related text to new node
4407 "Image Formats".
4408 (Image Formats): New node.
4409
619fb9ee
RS
44102007-08-27 Richard Stallman <rms@gnu.org>
4411
4412 * windows.texi (Window Configurations): Clarify what
4413 a window configuration saves.
4414
b8d4c8d0
GM
44152007-08-25 Richard Stallman <rms@gnu.org>
4416
4417 * display.texi (Images): Delete redundant @findex.
4418
39f9da30
GM
44192007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
4420
4421 * text.texi (Change Hooks): (after|before)-change-functions are no
4422 longer bound to nil while running; rather inhibit-modification-hooks
4423 is t.
4424
b8d4c8d0
GM
44252007-08-16 Richard Stallman <rms@gnu.org>
4426
5dcb4c4e
SM
4427 * processes.texi (Asynchronous Processes):
4428 Clarify doc of start-file-process.
b8d4c8d0
GM
4429
44302007-08-08 Martin Rudalics <rudalics@gmx.at>
4431
4432 * modes.texi (Example Major Modes): Fix typo.
4433
44342007-08-08 Glenn Morris <rgm@gnu.org>
4435
4436 * intro.texi (nil and t): Do not use `iff' in documentation.
4437
4438 * tips.texi (Documentation Tips): Recommend against `iff'.
4439
44402007-08-07 Chong Yidong <cyd@stupidchicken.com>
4441
4442 * display.texi (Image Cache): Document image-refresh.
4443
44442007-08-06 Martin Rudalics <rudalics@gmx.at>
4445
4446 * windows.texi (Size of Window): Document window-full-width-p.
4447
44482007-07-25 Glenn Morris <rgm@gnu.org>
4449
4450 * gpl.texi (GPL): Replace license with GPLv3.
4451
4452 * Relicense all FSF files to GPLv3 or later.
4453
44542007-07-24 Michael Albinus <michael.albinus@gmx.de>
4455
4638454b
JB
4456 * processes.texi (Synchronous Processes):
4457 Add `process-file-shell-command'.
b8d4c8d0
GM
4458 (Asynchronous Processes): Mention restricted use of
4459 `process-filter' and `process-sentinel' in
4460 `start-file-process'. Add `start-file-process-shell-command'.
4461
44622007-07-17 Michael Albinus <michael.albinus@gmx.de>
4463
4464 * files.texi (Magic File Names): Introduce optional parameter
4465 IDENTIFICATION for `file-remote-p'.
4466
44672007-07-16 Richard Stallman <rms@gnu.org>
4468
4469 * display.texi (Defining Faces): Fix previous change.
4470
44712007-07-14 Richard Stallman <rms@gnu.org>
4472
4473 * control.texi (Handling Errors): Document `debug' in handler list.
4474
44752007-07-10 Richard Stallman <rms@gnu.org>
4476
4477 * display.texi (Defining Faces): Explain C-M-x feature for defface.
4478
44792007-07-09 Richard Stallman <rms@gnu.org>
4480
4481 * files.texi (Magic File Names): Rewrite previous change.
4482
44832007-07-08 Michael Albinus <michael.albinus@gmx.de>
4484
4485 * files.texi (Magic File Names): Introduce optional parameter
4486 CONNECTED for `file-remote-p'.
4487
44882007-07-07 Michael Albinus <michael.albinus@gmx.de>
4489
4490 * processes.texi (Asynchronous Processes):
4491 * files.texi (Magic File Names): Add `start-file-process'.
4492
44932007-06-27 Richard Stallman <rms@gnu.org>
4494
5dcb4c4e
SM
4495 * files.texi (Format Conversion Piecemeal):
4496 Clarify `after-insert-file-functions' calling convention.
b8d4c8d0
GM
4497
44982007-06-27 Michael Albinus <michael.albinus@gmx.de>
4499
4638454b
JB
4500 * files.texi (Magic File Names): Remove `dired-call-process'.
4501 Add `process-file'.
b8d4c8d0
GM
4502
45032007-06-27 Kenichi Handa <handa@m17n.org>
4504
4505 * text.texi (Special Properties): Fix description about
4638454b 4506 `composition' property.
b8d4c8d0
GM
4507
45082007-06-26 Kenichi Handa <handa@m17n.org>
4509
4510 * nonascii.texi (Default Coding Systems): Document about the
4511 return value `undecided'.
4512
45132007-06-25 David Kastrup <dak@gnu.org>
4514
4515 * keymaps.texi (Active Keymaps): Document new POSITION argument of
4516 `current-active-maps'.
4517
45182007-06-24 Karl Berry <karl@gnu.org>
4519
4638454b 4520 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
b8d4c8d0
GM
4521
45222007-06-15 Juanma Barranquero <lekktu@gmail.com>
4523
4524 * display.texi (Overlay Arrow): Doc fix.
4525
45262007-06-14 Karl Berry <karl@tug.org>
4527
4528 * anti.texi (Antinews): Typo.
4529
45302007-06-14 Chong Yidong <cyd@stupidchicken.com>
4531
4532 * display.texi (Image Cache): Document image-refresh.
4533
45342007-06-12 Karl Berry <karl@gnu.org>
4535
4536 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
4537 * two-volume.make: New file.
4538 * .cvsignore: Ignore two-volume files.
4539
45402007-06-12 Tom Tromey <tromey@redhat.com>
4541
4542 * os.texi (Init File): Document user-emacs-directory.
4543
45442007-06-03 Nick Roberts <nickrob@snap.net.nz>
4545
4546 * commands.texi (Click Events): Describe width and height when
4547 object is nil.
4548
45492007-05-30 Nick Roberts <nickrob@snap.net.nz>
4550
5dcb4c4e
SM
4551 * commands.texi (Click Events): Layout more logically.
4552 Describe width and height.
b8d4c8d0
GM
4553 (Drag Events, Motion Events): Update to new format for position.
4554
45552007-06-02 Richard Stallman <rms@gnu.org>
4556
4557 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
4558
45592007-06-02 Chong Yidong <cyd@stupidchicken.com>
4560
4561 * Version 22.1 released.
4562
45632007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
4564
4565 * text.texi (Special Properties): Correct meaning of fontified face.
4566
45672007-05-30 Richard Stallman <rms@gnu.org>
4568
4569 * text.texi (Special Properties): Add link to Adjusting Point.
4570
45712007-05-12 Richard Stallman <rms@gnu.org>
4572
4573 * text.texi (Margins): indent-to-left-margin is not the default.
4574 (Mode-Specific Indent): For indent-line-function, the default
4575 is indent-relative.
4576
4577 * modes.texi (Example Major Modes): Explain last line of text-mode
4578 is redundant.
4579
45802007-05-10 Richard Stallman <rms@gnu.org>
4581
4582 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
4583
4584 * help.texi (Keys in Documentation): Add reference to
4585 Documentation Tips.
4586
4587 * files.texi (Format Conversion): TO-FN gets three arguments.
4588
4589 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
4590
45912007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
4592
4593 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
4594 * files.texi (Format Conversion): Expand intro; add menu.
4595 (Format Conversion Overview, Format Conversion Round-Trip)
4596 (Format Conversion Piecemeal): New nodes/subsections.
4597 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
4598 * text.texi (Text Properties): Remove "Saving Properties" from menu.
4599 (Saving Properties): Delete node/subsection.
4600
46012007-05-07 Karl Berry <karl@gnu.org>
4602
4603 * elisp.texi (EMACSVER): Back to 22.
4604
46052007-05-06 Richard Stallman <rms@gnu.org>
4606
4607 * processes.texi (Accepting Output): Revert most of previous change.
4608
46092007-05-05 Richard Stallman <rms@gnu.org>
4610
4611 * processes.texi (Accepting Output): accept-process-output
4612 uses microseconds, not milliseconds. But that arg is obsolete.
4613
46142007-05-04 Karl Berry <karl@tug.org>
4615
4616 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
4617
46182007-05-04 Eli Zaretskii <eliz@gnu.org>
4619
4620 * tips.texi (Documentation Tips): Rearrange items to place the
4621 more important ones first. Add an index entry for hyperlinks.
4622
46232007-05-03 Karl Berry <karl@gnu.org>
4624
4625 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
4626 (EMACSVER) [smallbook]: 22 for printed version.
4627
4628 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
4629 so restore anchor to normal position after defun. Found by Kevin Ryde.
4630
46312007-04-26 Glenn Morris <rgm@gnu.org>
4632
4633 * elisp.texi (EMACSVER): Increase to 22.1.50.
4634
46352007-04-28 Karl Berry <karl@gnu.org>
4636
4637 * elisp.texi: Improve line breaks on copyright page,
4638 similar layout to emacs manual, 8.5x11 by default.
4639
46402007-04-24 Richard Stallman <rms@gnu.org>
4641
4642 * text.texi (Special Properties): Add xref to Overlay Properties.
4643
4644 * display.texi (Overlay Properties): Add xref to Special Properties.
4645
46462007-04-22 Richard Stallman <rms@gnu.org>
4647
4648 * keymaps.texi (Extended Menu Items): Move the info about
4649 format with cached keyboard binding.
4650
46512007-04-21 Richard Stallman <rms@gnu.org>
4652
4653 * text.texi (Special Properties): Clarify previous change.
4654
4655 * files.texi (File Name Expansion): Clarify previous change.
4656
4657 * display.texi (Attribute Functions): Fix example for
4658 face-attribute-relative-p.
4659
46602007-04-19 Kenichi Handa <handa@m17n.org>
4661
4662 * text.texi (Special Properties): Document composition property.
4663
46642007-04-19 Glenn Morris <rgm@gnu.org>
4665
4666 * files.texi (File Name Expansion): Mention "superroot".
4667
46682007-04-15 Chong Yidong <cyd@stupidchicken.com>
4669
4670 * frames.texi (Multiple Displays): Add note about "multi-monitor"
4671 setups.
4672 (Display Feature Testing): Note that display refers to all
4673 physical monitors for multi-monitor setups.
4674
46752007-04-14 Richard Stallman <rms@gnu.org>
4676
4677 * lists.texi (Sets And Lists): Clarify `delete' examples.
4678 Remove spurious xref to same node.
4679 Clarify xref for add-to-list.
4680
46812007-04-12 Nick Roberts <nickrob@snap.net.nz>
4682
4683 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
4684 value of lisp-mode-map.
4685
46862007-04-11 Karl Berry <karl@gnu.org>
4687
4688 * anti.texi (Antinews):
4689 * display.texi (Overlay Properties, Defining Images):
4690 * processes.texi (Synchronous Processes, Sentinels):
4691 * syntax.texi (Syntax Table Internals):
4692 * searching.texi (Regexp Special):
4693 * nonascii.texi (Default Coding Systems):
4694 * text.texi (Special Properties):
4695 * minibuf.texi (Basic Completion): Wording to improve breaks in
4696 8.5x11 format.
4697 * elisp.texi (smallbook): New @set to more easily switch between
4698 smallbook and 8.5x11.
4699
47002007-04-11 Richard Stallman <rms@gnu.org>
4701
4702 * text.texi (Lazy Properties): Minor fix.
4703
47042007-04-08 Karl Berry <karl@gnu.org>
4705
4706 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
4707 * macros.texi (Backquote): Downcase Backquote in index entries for
4708 consistency.
4709
47102007-04-08 Richard Stallman <rms@gnu.org>
4711
4712 * text.texi (Adaptive Fill): Just describe default,
4713 don't show it (since it contains non-ASCII chars).
4714
47152007-04-07 Karl Berry <karl@gnu.org>
4716
4717 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
4718 adaptive-fill-regexp's value, since they are not in the standard
4719 TeX fonts.
4720
47212007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
4722
4723 * display.texi (Defining Faces): Fix example.
4724
47252007-04-07 Karl Berry <karl@gnu.org>
4726
4727 * display.texi (Button Buffer Commands): Improve page break.
4728
47292007-04-07 Richard Stallman <rms@gnu.org>
4730
4731 * advice.texi (Activation of Advice): Remove redundant index entry.
4732
4733 * backups.texi: Improve index entries. Remove redundant ones.
4734
4735 * compile.texi (Byte Compilation): Improve index entry.
4736
4737 * hash.texi (Creating Hash): Improve index entry.
4738
4739 * symbols.texi (Definitions): Improve index entry.
4740
4741 * edebug.texi: Improve index entries. Remove redundant/useless ones.
4742
4743 * maps.texi (Standard Keymaps): Remove useless index entry.
4744
4745 * help.texi (Documentation Basics): Remove redundant index entries.
4746
4747 * customize.texi: Improve index entries.
4748 Remove redundant/useless ones.
4749
4750 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
4751
4752 * streams.texi (Output Variables): Improve index entry.
4753
4754 * abbrevs.texi (Abbrevs): Remove useless index entry.
4755
4756 * macros.texi (Expansion): Remove useless index entry.
4757
4758 * text.texi: Improve index entries. Remove redundant/useless ones.
4759 (Text Properties, Examining Properties)
4760 (Special Properties): Use "property category" instead of "category"
4761 to refer to the `category' property.
4762
4763 * positions.texi: Improve index entries. Remove useless one.
4764
4765 * lists.texi: Improve index entries. Remove redundant/useless ones.
4766
4767 * os.texi: Improve index entries.
4768 (Timers): Fix previous change.
4769
4770 * buffers.texi: Improve index entries.
4771 (Modification Time): Get rid of term "obsolete buffer".
4772
4773 * debugging.texi: Improve index entries.
4774 (Test Coverage): Add xref to other test coverage ftr.
4775
4776 * eval.texi: Improve index entry. Remove redundant ones.
4777
4778 * numbers.texi: Improve index entries. Remove redundant/useless ones.
4779
4780 * files.texi: Improve index entries. Remove redundant/useless ones.
4781
4782 * objects.texi: Improve index entries.
4783
4784 * processes.texi: Improve index entries.
4785
4786 * modes.texi: Improve index entry. Remove redundant one.
4787
4788 * nonascii.texi: Improve index entries.
4789
4790 * internals.texi: Improve index entries.
4791
4792 * syntax.texi: Improve index entries.
4793
4794 * keymaps.texi (Active Keymaps): Improve index entries.
4795
4796 * commands.texi: Improve index entries. Remove redundant/useless ones.
4797
4798 * frames.texi: Improve index entries. Remove redundant/useless ones.
4799
4800 * markers.texi: Improve index entries. Remove redundant ones.
4801
4802 * tips.texi: Improve index entries.
4803
4804 * loading.texi (Unloading): Improve index entry.
4805
4806 * variables.texi: Improve index entries. Remove redundant one.
4807
4808 * sequences.texi: Improve index entry.
4809
4810 * display.texi: Improve index entries. Remove redundant ones.
4811
4812 * windows.texi: Improve index entries.
4813
4814 * searching.texi: Improve index entries. Remove redundant one.
4815
4816 * strings.texi (Case Tables): Improve last change.
4817
48182007-04-04 Chong Yidong <cyd@stupidchicken.com>
4819
4820 * strings.texi (Case Tables): Document with-case-table and
4821 ascii-case-table.
4822
48232007-04-03 Karl Berry <karl@gnu.org>
4824
4825 * processes.texi (Network): Reword to improve page break.
4826
48272007-04-03 Eli Zaretskii <eliz@gnu.org>
4828
4829 * functions.texi (Inline Functions): Describe more disadvantages
4830 of defsubst, and make advice against it stronger.
4831
48322007-04-02 Karl Berry <karl@gnu.org>
4833
4834 * backups.texi (Backup Names): Avoid widow words.
4835 * modes.texi (Example Major Modes): Align last comment.
4836
48372007-04-01 Chong Yidong <cyd@stupidchicken.com>
4838
4839 * keymaps.texi (Remapping Commands): Document new arg to
4840 command-remapping.
4841
48422007-04-01 Karl Berry <karl@gnu.org>
4843
4844 * processes.texi (Low-Level Network): Typo.
4845 * loading.texi (Hooks for Loading): Avoid double "the".
4846 * keymaps.texi (Key Sequences): No double "and".
4847 (Changing Key Bindings): Shorten to improve line break.
4848
48492007-03-31 Glenn Morris <rgm@gnu.org>
4850
4851 * os.texi (Timers): Fix description of run-at-time TIME formats.
4852
48532007-03-31 Richard Stallman <rms@gnu.org>
4854
4855 * display.texi (Invisible Text): Correct buffer-invisibility-spec
4856 regarding ellipsis.
4857
48582007-03-31 Eli Zaretskii <eliz@gnu.org>
4859
4860 * intro.texi (nil and t):
4861 * symbols.texi (Plists and Alists):
4862 * variables.texi (Variable Aliases, Constant Variables):
4863 * functions.texi (Defining Functions):
4864 * advice.texi (Advising Primitives):
4865 * debugging.texi (Syntax Errors, Compilation Errors):
4866 * minibuf.texi (Minibuffer Windows):
4867 * commands.texi (Adjusting Point):
4868 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
4869 (Auto Major Mode, Major Mode Conventions):
4870 * help.texi (Describing Characters):
4871 * files.texi (Create/Delete Dirs, Information about Files)
4872 (File Locks, Writing to Files, Reading from Files)
4873 (Saving Buffers):
4874 * windows.texi (Resizing Windows, Cyclic Window Ordering):
4875 * frames.texi (Finding All Frames):
4876 * positions.texi (Buffer End, Motion):
4877 * markers.texi (The Region):
4878 * text.texi (Deletion, Near Point):
4879 * display.texi (Displaying Messages, Truncation):
4880 * os.texi (Processor Run Time):
4881 * tips.texi (Key Binding Conventions, Programming Tips)
4882 (Warning Tips, Documentation Tips, Comment Tips):
4883 * internals.texi (Memory Usage): Improve indexing.
4884
4885 * variables.texi (Frame-Local Variables):
4886 * functions.texi (Argument List):
4887 * loading.texi (Library Search):
4888 * streams.texi (Output Variables):
4889 * keymaps.texi (Translation Keymaps, Searching Keymaps):
4890 * searching.texi (Replacing Match, Search and Replace):
4891 * processes.texi (Byte Packing, Decoding Output)
4892 (Accepting Output, Network Servers, Shell Arguments):
4893 * display.texi (Abstract Display, Image Cache, Scroll Bars):
4894 * windows.texi (Window Point, Window Start):
4895 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
4896 * commands.texi (Reading Input, Keyboard Events):
4897 * minibuf.texi (Reading File Names, Minibuffer Completion)
4898 (Recursive Mini):
4899 * positions.texi (List Motion):
4900 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
4901 * numbers.texi (Arithmetic Operations, Math Functions)
4902 (Predicates on Numbers, Comparison of Numbers):
4903 (Numeric Conversions):
4904 * locals.texi (Standard Buffer-Local Variables):
4905 * maps.texi (Standard Keymaps):
4906 * os.texi (User Identification, System Environment, Recording Input)
4907 (X11 Keysyms):
4908 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
4909 * backups.texi (Backups and Auto-Saving):
4910 * customize.texi (Customization, Group Definitions)
4911 (Variable Definitions):
4912 * compile.texi (Byte Compilation): Improve index entries.
4913
49142007-03-31 Karl Berry <karl@gnu.org>
4915
4916 * macros.texi (Defining Macros): Avoid widow syllable.
4917
49182007-03-31 Eli Zaretskii <eliz@gnu.org>
4919
4920 * elisp.texi (Top): Postscript -> PostScript.
4921
4922 * display.texi (Images, Postscript Images): Postscript -> PostScript.
4923
49242007-03-31 Markus Triska <markus.triska@gmx.at>
4925
4926 * internals.texi (Writing Emacs Primitives): Untabify `For'.
4927
49282007-03-30 Karl Berry <karl@gnu.org>
4929
4930 * lists.texi (List-related Predicates): Remove spurious @need.
4931 (Setcdr): Use @smallexample to improve page break.
4932 (Association Lists) <assoc>: Reword to improve page break.
4933
4934 * strings.texi (String Conversion): Insert blank line to improve
4935 page break.
4936
4937 * numbers.texi (Random Numbers): Use @minus{}.
4938 (Math Functions): Use @minus{}.
4939
4940 * intro.texi (Acknowledgements): Avoid line breaks before middle
4941 initials.
4942
49432007-03-24 Eli Zaretskii <eliz@gnu.org>
4944
4945 * errors.texi (Standard Errors): Add an index entry.
4946
49472007-03-19 Richard Stallman <rms@gnu.org>
4948
4949 * os.texi (Recording Input): recent-keys now gives 300 keys.
4950
49512007-03-12 Glenn Morris <rgm@gnu.org>
4952
4953 * os.texi: Replace "daylight savings" with "daylight saving"
4954 throughout.
4955
49562007-03-05 Richard Stallman <rms@gnu.org>
4957
5dcb4c4e
SM
4958 * variables.texi (File Local Variables):
4959 Update enable-local-variables values.
b8d4c8d0
GM
4960
49612007-03-04 Richard Stallman <rms@gnu.org>
4962
4963 * syntax.texi (Control Parsing): Minor clarification.
4964
4965 * strings.texi (Formatting Strings): Clarify width, precision, flags.
4966
4967 * sequences.texi (Sequence Functions): Move string-bytes away,
4968 add xref.
4969
4970 * nonascii.texi (Text Representations): Move string-bytes here.
4971
4972 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
4973
4974 * minibuf.texi (Basic Completion): Minor clarification.
4975
4976 * markers.texi (The Mark): Clarify existence vs activation of mark.
4977 Other cleanup.
4978
4979 * display.texi (Finding Overlays): Write better example.
4980
4981 * compile.texi (Eval During Compile): Clarify putting macros
4982 in eval-when-compile.
4983
c5602427 49842007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
b8d4c8d0
GM
4985
4986 * loading.texi (How Programs Do Loading): Fix anchor position at
c5602427 4987 load-read-function definition doc.
b8d4c8d0
GM
4988
49892007-02-21 Kim F. Storm <storm@cua.dk>
4990
4991 * strings.texi (Text Comparison): Mention that assoc-string
4992 converts symbols to strings before testing.
4993
49942007-02-17 Kim F. Storm <storm@cua.dk>
4995
4996 * processes.texi (Bindat Spec): Vector types can have optional
4997 element type.
4998 (Bindat Examples): Fix example. Add vector with element type.
4999
50002007-02-16 Andreas Schwab <schwab@suse.de>
5001
5002 * strings.texi (Formatting Strings): Document '+' flag.
5003
50042007-02-15 Juanma Barranquero <lekktu@gmail.com>
5005
5006 * strings.texi (Modifying Strings): Clarify that `clear-string'
5007 always converts the string to unibyte.
5008
50092007-02-14 Kim F. Storm <storm@cua.dk>
5010
5011 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
5012 Rewrite glyph code description to refer to these functions.
5013 Remove details of encoding face number and char into integer code.
5014
50152007-02-03 Alan Mackenzie <acm@muc.de>
5016
5017 * loading.texi (Hooks for Loading): Make the description of
5018 `eval-after-load' more detailed, and amend the description of
5019 after-load-alist, in accordance with changes from 2006-05.
5020
50212007-02-03 Chong Yidong <cyd@stupidchicken.com>
5022
5023 * modes.texi (Defining Minor Modes): Document that a :require
5024 keyword or similar may be required to make saved customization
5025 variables work.
5026
50272007-02-03 Eli Zaretskii <eliz@gnu.org>
5028
5029 * elisp.texi (Top): Make the detailed menu headers compliant with
5dcb4c4e
SM
5030 Texinfo guidelines and with what texnfo-upd.el expects.
5031 Add comments to prevent people from inadvertently modifying the key
b8d4c8d0
GM
5032 parts needed by `texinfo-multiple-files-update'.
5033
50342007-02-02 Eli Zaretskii <eliz@gnu.org>
5035
5036 * elisp.texi (Top): Update the top-level menus.
5037
5038 * syntax.texi (Categories): Add index entries.
5039
50402007-02-01 Juanma Barranquero <lekktu@gmail.com>
5041
5042 * display.texi (Attribute Functions): Fix name and description of
5043 the UNDERLINE arg of `set-face-underline-p'.
5044
50452007-01-29 Eli Zaretskii <eliz@gnu.org>
5046
5047 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
5048 Variables", and "Standard Keymaps" to the detailed menu.
5049
5050 * variables.texi (Future Local Variables): Add index entry.
5051
50522007-01-28 Richard Stallman <rms@gnu.org>
5053
5054 * tips.texi (Coding Conventions): Clarify the tip about macros
5055 that define a function or a variable.
5056
5057 * files.texi (File Attributes): UID and GID can be floats.
5058 (Magic File Names): Explain why deferring all operations to
5059 the standard handler does not work.
5060
50612007-01-23 Martin Rudalics <rudalics@gmx.at>
5062
5063 * backups.texi (Reverting): Use "buffer" instead of "file"
5064 when talking about major and minor modes.
5065
50662007-01-21 Richard Stallman <rms@gnu.org>
5067
5068 * help.texi (Documentation): Add xref to Documentation Tips.
5069
50702007-01-14 Juanma Barranquero <lekktu@gmail.com>
5071
5072 * tips.texi (Coding Conventions): Fix typos.
5073
50742007-01-05 Richard Stallman <rms@gnu.org>
5075
5076 * modes.texi (Defining Minor Modes): Fix previous change.
5077
50782007-01-03 Richard Stallman <rms@gnu.org>
5079
5080 * customize.texi (Variable Definitions, Customization Types):
5081 Don't use * in doc string for defcustom.
5082
50832007-01-02 Richard Stallman <rms@gnu.org>
5084
5085 * variables.texi (Variable Aliases): Clarify that aliases vars
5086 always have the same value.
5087
5088 * processes.texi (Bindat Spec): Fix Texinfo usage.
5089
5090 * modes.texi (Defining Minor Modes): Explain effect of command
5091 defined with define-global-minor-mode on new buffers.
5092
50932006-12-30 Kim F. Storm <storm@cua.dk>
5094
5095 * keymaps.texi (Tool Bar): Describe `grow-only' value of
5096 `auto-resize-tool-bars'.
5097
50982006-12-30 Richard Stallman <rms@gnu.org>
5099
5100 * keymaps.texi (Active Keymaps): Fix previous change.
5101
51022006-12-30 Nick Roberts <nickrob@snap.net.nz>
5103
5104 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
5105
51062006-12-30 Kim F. Storm <storm@cua.dk>
5107
5108 * processes.texi (Bindat Spec): Clarify using field names in
5109 length specifications.
5110
51112006-12-29 Kim F. Storm <storm@cua.dk>
5112
5113 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
5114 Add count and index variables for eval forms in repeat blocks.
5115
51162006-12-24 Richard Stallman <rms@gnu.org>
5117
5dcb4c4e
SM
5118 * customize.texi (Variable Definitions):
5119 Document new name custom-add-frequent-value.
b8d4c8d0
GM
5120
51212006-12-19 Kim F. Storm <storm@cua.dk>
5122
5123 * commands.texi (Misc Events): User signals now result in sigusr1
5124 and sigusr2 events which are handled through special-event-map.
5125 (Special Events): User signals and drag-n-drop are special.
5126
51272006-12-17 Richard Stallman <rms@gnu.org>
5128
5129 * loading.texi (Named Features): Explain subfeatures better.
5130
5131 * customize.texi: Use "option" only for user options.
5132 For the keyword values inside defcustom etc, say "keywords".
5133 For :options value's elements, say "elements".
5134 :group should not be omitted.
5135
5136 * syntax.texi (Parsing Expressions): Split up node.
5137 (Motion via Parsing, Position Parse, Parser State)
5138 (Low-Level Parsing, Control Parsing): New subnodes.
5139 (Parser State): Document syntax-ppss-toplevel-pos.
5140
5141 * positions.texi (List Motion): Punctuation fix.
5142
5143 * files.texi (File Name Completion): Document PREDICATE arg
5144 to file-name-completion.
5145
51462006-12-16 Eli Zaretskii <eliz@gnu.org>
5147
5148 * internals.texi (Building Emacs, Writing Emacs Primitives):
5149 Add index entries.
5150
51512006-12-11 Richard Stallman <rms@gnu.org>
5152
5153 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
5154 affects face menu. Explain how to make it non-nil without enabling
5155 any fontification.
5156
51572006-12-10 Chong Yidong <cyd@stupidchicken.com>
5158
5159 * modes.texi (Font Lock Basics): Document nil value of
5160 font-lock-defaults.
5161
51622006-12-10 Glenn Morris <rgm@gnu.org>
5163
5164 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
5165 value for system-flag argument. Abbrev tables may not be empty
5166 when major modes are loaded.
5167
51682006-12-08 Juanma Barranquero <lekktu@gmail.com>
5169
5170 * makefile.w32-in (maintainer-clean): Partially revert last
5171 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
5172 to protect elisp-covers.texi.
5173
51742006-12-07 Juanma Barranquero <lekktu@gmail.com>
5175
5176 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
5177 Don't remove elisp* info files; they are already deleted by the
5178 `clean' and `distclean' targets, and they are in the $(infodir)
5179 directory, not the current one.
5180
51812006-12-04 Kim F. Storm <storm@cua.dk>
5182
5183 * commands.texi (Misc Events): Update signal events.
5184 (Event Examples): Add signal example.
5185
51862006-11-29 Richard Stallman <rms@gnu.org>
5187
5188 * frames.texi (Visibility of Frames): Explain visible windows
5189 can be covered by others. Add xref for raise-frame.
5190
51912006-11-28 Richard Stallman <rms@gnu.org>
5192
5193 * searching.texi (Regexp Special): Update when ^ is special.
5194
51952006-11-27 Eli Zaretskii <eliz@gnu.org>
5196
5197 * customize.texi (Customization, Common Keywords)
5198 (Group Definitions, Variable Definitions, Composite Types)
5199 (Type Keywords, Customization Types): Add index entries for
5200 various customization keywords.
5201
52022006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
5203
5204 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
5205
c8763fb6 52062006-11-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
5207
5208 * frames.texi (Window System Selections): Remove clipboard from
5209 description of selection-coding-system.
5210
52112006-11-06 Richard Stallman <rms@gnu.org>
5212
5213 * lists.texi (List Variables): Document COMPARE-FN.
5214
5215 * keymaps.texi: Avoid use of "binding" to mean a relation;
5216 use it only to refer to the meaning associated with a key.
5217 (Keymaps): Change menu node description.
5218
5219 * elisp.texi (Top): Change menu node description.
5220
5221 * display.texi (Managing Overlays): Document overlay-recenter.
5222
52232006-10-29 Chong Yidong <cyd@stupidchicken.com>
5224
5225 * Makefile.in: Use relative paths to avoid advertising filesystem
5226 contents during compilation.
5227
52282006-10-23 Kim F. Storm <storm@cua.dk>
5229
5230 * commands.texi (Event Input Misc): Update unread-command-events.
5231
52322006-10-23 Nick Roberts <nickrob@snap.net.nz>
5233
5234 * lists.texi (Sets And Lists): Fix typos.
5235
52362006-10-18 Juanma Barranquero <lekktu@gmail.com>
5237
5238 * control.texi (Processing of Errors): Use @var for an argument,
5239 not @code.
5240
52412006-10-16 Richard Stallman <rms@gnu.org>
5242
5243 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
5244
5245 * keymaps.texi (Format of Keymaps): Show all the keymap element
5246 patterns that result from menu items.
5247 (Key Lookup): Minor cleanups.
5248
5249 * modes.texi (Precalculated Fontification): Don't say that
5250 not setting font-lock-defaults avoids loading font-lock.
5251
5252 * help.texi (Documentation): Move xref to Emacs Manual here.
5253 (Documentation Basics): From here.
5254 Also doc emacs-lisp-docstring-fill-column.
5255
5256 * elisp.texi: Update version and ISBN.
5257
5258 * commands.texi (Interactive Call): Clarify KEYS arg to
5259 call-interactively is a vector.
5260 (Command Loop Info): Delete anchor in this-command-keys.
5261 Add anchor in this-command-keys-vector.
5262 (Recursive Editing): Document how recursive-edit
5263 handles the current buffer.
5264
52652006-10-13 Chong Yidong <cyd@stupidchicken.com>
5266
5267 * frames.texi (Frame Titles): %c and %l are ignored in
5268 frame-title-format.
5269
52702006-10-11 Richard Stallman <rms@gnu.org>
5271
5272 * keymaps.texi (Key Sequences): Clarify use of kbd.
5273
52742006-10-10 Kim F. Storm <storm@cua.dk>
5275
5276 * lists.texi (Sets And Lists): Add memql.
5277
52782006-10-03 Richard Stallman <rms@gnu.org>
5279
5280 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
5281 Clarify :ascii: and :nonascii:.
5282
52832006-09-29 Juri Linkov <juri@jurta.org>
5284
5285 * modes.texi (%-Constructs): Reorder coding systems in the
5286 documentation of %z to the real order displayed in the modeline.
5287
52882006-09-25 Richard Stallman <rms@gnu.org>
5289
5290 * os.texi (Timers): Describe timer-max-repeats.
5291
52922006-09-25 Chong Yidong <cyd@stupidchicken.com>
5293
5294 * os.texi (Timers): Mention with-local-quit.
5295
52962006-09-24 Richard Stallman <rms@gnu.org>
5297
5298 * searching.texi (Searching and Matching): Mention property search.
5299
5300 * commands.texi (Command Loop Info): Explain how read-event affects
5301 this-command-keys.
5302
53032006-09-20 Richard Stallman <rms@gnu.org>
5304
5305 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
5306
5307 * windows.texi (Window Start): Minor cleanups.
5308
53092006-09-20 Kim F. Storm <storm@cua.dk>
5310
5311 * windows.texi (Window Start): pos-visible-in-window-p allows
5312 specifying t for position to mean "end of window".
5313 Add window-line-height.
5314
5315 * anti.texi (Antinews): Mention window-line-height.
5316
53172006-09-19 David Kastrup <dak@gnu.org>
5318
5319 * keymaps.texi (Searching Keymaps): Small clarification.
5320
53212006-09-18 Richard Stallman <rms@gnu.org>
5322
5323 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
5324 cause keyboard menus.
5325 (Menu Keymaps): Likewise.
5326 (Defining Menus, Keyboard Menus): Clarify.
5327
5328 * text.texi (Fields): Clarify explanation of constrain-to-field.
5329
53302006-09-16 Eli Zaretskii <eliz@gnu.org>
5331
5332 * variables.texi (Tips for Defining): Fix a typo.
5333
53342006-09-15 Richard Stallman <rms@gnu.org>
5335
5336 * keymaps.texi (Remapping Commands, Searching Keymaps)
5337 (Active Keymaps): Clean up previous change.
5338
53392006-09-15 Jay Belanger <belanger@truman.edu>
5340
5341 * gpl.texi: Replace "Library Public License" by "Lesser Public
5342 License" throughout.
5343
53442006-09-15 David Kastrup <dak@gnu.org>
5345
5346 * keymaps.texi (Active Keymaps): Adapt description to use
5347 `get-char-property' instead `get-text-property'. Explain how
5348 mouse events change this. Explain the new optional argument of
5349 `key-binding' and its mouse-dependent lookup.
5350 (Searching Keymaps): Adapt description similarly.
5351 (Remapping Commands): Explain the new optional argument of
5352 `command-remapping'.
5353
53542006-09-14 Richard Stallman <rms@gnu.org>
5355
5356 * keymaps.texi (Searching Keymaps): Clarification.
5357 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
5358
53592006-09-13 Richard Stallman <rms@gnu.org>
5360
5361 * objects.texi (Character Type): Node split.
5362 Add xref to Describing Characters.
5363 (Basic Char Syntax, General Escape Syntax)
5364 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
5365
53662006-09-11 Richard Stallman <rms@gnu.org>
5367
5368 * display.texi (Display Table Format): Wording clarification.
5369 (Glyphs): Clarifications.
5370
53712006-09-10 Chong Yidong <cyd@stupidchicken.com>
5372
5373 * keymaps.texi (Active Keymaps): Mention that key-binding checks
5374 local maps.
5375
53762006-09-10 Kim F. Storm <storm@cua.dk>
5377
5378 * display.texi (Forcing Redisplay): Document return value of
5379 function redisplay.
5380
53812006-09-09 Richard Stallman <rms@gnu.org>
5382
5383 * windows.texi (Window Hooks): Explain limits of
5384 window-scroll-functions.
5385
5386 * display.texi (Fringe Indicators): Update for last change in
5387 indicate-buffer-boundaries.
5388
53892006-09-08 Richard Stallman <rms@gnu.org>
5390
5391 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
5392
53932006-09-06 Kim F. Storm <storm@cua.dk>
5394
5395 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
5396
5397 * windows.texi (Window Start): Update pos-visible-in-window-p.
5398
53992006-09-04 Richard Stallman <rms@gnu.org>
5400
5401 * processes.texi (Accepting Output): Explain SECONDS=0 for
5402 accept-process-output.
5403
5404 * os.texi (Idle Timers): Explain why timer functions should not
5405 loop until (input-pending-p).
5406
54072006-09-02 Eli Zaretskii <eliz@gnu.org>
5408
5409 * makefile.w32-in (usermanualdir): New variable.
5410 (elisp.dvi): Use it.
5411
54122006-09-01 Eli Zaretskii <eliz@gnu.org>
5413
5414 * buffers.texi (Buffer Modification): Fix last change.
5415
54162006-09-01 Chong Yidong <cyd@stupidchicken.com>
5417
5dcb4c4e
SM
5418 * buffers.texi (Buffer Modification):
5419 Document buffer-chars-modified-tick.
b8d4c8d0
GM
5420
54212006-08-31 Richard Stallman <rms@gnu.org>
5422
5423 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
5424
54252006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
5426
5427 * modes.texi (Syntactic Font Lock):
5428 Mention font-lock-syntactic-face-function
5429 instead of specific faces.
5430
54312006-08-29 Chong Yidong <cyd@stupidchicken.com>
5432
5433 * display.texi (Images): Add xrref to display-images-p.
5434
54352006-08-28 Kenichi Handa <handa@m17n.org>
5436
5437 * nonascii.texi (Lisp and Coding Systems): Fix description of
5438 detect-coding-region.
5439
54402006-08-27 Michael Olson <mwolson@gnu.org>
5441
5442 * processes.texi (Transaction Queues): Remove stray quote
5443 character.
5444
54452006-08-25 Richard Stallman <rms@gnu.org>
5446
5447 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
5448 Add xref.
5449
54502006-08-24 Chong Yidong <cyd@stupidchicken.com>
5451
5452 * os.texi (Timers): Avoid waiting inside timers.
5453
54542006-08-21 Lute Kamstra <lute@gnu.org>
5455
5456 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
5457
54582006-08-20 Richard Stallman <rms@gnu.org>
5459
5460 * os.texi (Idle Timers): New node, split out from Timers.
5461 Document current-idle-time.
5462 * commands.texi (Reading One Event): Update xref.
5463 * elisp.texi (Top): Update subnode menu.
5464
54652006-08-16 Richard Stallman <rms@gnu.org>
5466
5467 * keymaps.texi (Extended Menu Items): Show format of cached
5468 bindings in extended menu items.
5469
5470 * customize.texi (Variable Definitions): Explain when the
5471 standard value expression is evaluated.
5472
54732006-08-15 Chong Yidong <cyd@stupidchicken.com>
5474
5475 * commands.texi (Reading One Event): Explain idleness in
5476 `read-event'.
5477
54782006-08-12 Chong Yidong <cyd@stupidchicken.com>
5479
5480 * text.texi (Near Point): Say "cursor" not "terminal cursor".
5dcb4c4e 5481 (Commands for Insertion): Remove split-line since it's not
b8d4c8d0
GM
5482 relevant for Lisp programming.
5483 (Yank Commands): Rewrite introduction.
5484 (Undo): Clarify.
5485 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
5486 (Filling): Remove redundant comment. Clarify return value of
5487 current-justification.
5488 (Margins): Minor clarifications.
5489 (Adaptive Fill): Update default value of adaptive-fill-regexp.
5490 (Sorting): Update definition of sort-lines.
5491 (Columns): Clarify behavior of sort-columns.
5492 (Indent Tabs): Link to Tab Stops in Emacs manual.
5493 (Special Properties): Clarify.
5494 (Clickable Text): Mention Buttons package.
5495
54962006-08-12 Kevin Ryde <user42@zip.com.au>
5497
5498 * os.texi (Time Parsing): Add %z to description of
5499 format-time-string, as per docstring. Add cross reference to
5500 glibc manual for strftime.
5501
55022006-08-08 Richard Stallman <rms@gnu.org>
5503
5504 * modes.texi: Clean up wording in previous change.
5505
55062006-08-07 Chong Yidong <cyd@stupidchicken.com>
5507
5508 * modes.texi (Hooks): Clarify.
5509 (Major Mode Basics): Mention define-derived-mode explicitly.
5510 (Major Mode Conventions): Rebinding RET is OK for some modes.
5511 Mention change-major-mode-hook and after-change-major-mode-hook.
5dcb4c4e 5512 (Example Major Modes): Move to end of Modes section.
b8d4c8d0
GM
5513 (Mode Line Basics): Clarify.
5514 (Mode Line Data): Mention help-echo and local-map in strings.
5515 Explain reason for treatment of non-risky variables.
5516 (Properties in Mode): Clarify.
5517 (Faces for Font Lock): Add font-lock-negation-char-face.
5518
55192006-08-04 Eli Zaretskii <eliz@gnu.org>
5520
5521 * strings.texi (Formatting Strings): Warn against arbitrary
5522 strings as first arg to `format'.
5523
55242006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
5525
5526 * text.texi (Clickable Text): Mention `help-echo' text property.
5527 Update intro, examples and associated explanations.
5528
55292006-07-31 Richard Stallman <rms@gnu.org>
5530
5531 * commands.texi: Update xrefs.
5532 (Event Mod): New node, cut out from old Translating Input.
5533
5534 * maps.texi: Update xrefs.
5535
5536 * keymaps.texi (Translation Keymaps): New node.
5537 Update xrefs from Translating Input to Translation Keymaps.
5538
5539 * elisp.texi (Top): Update subnode menu.
5540
5541 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
5542
5543 * os.texi (System Interface): Fix menu descriptions of some nodes.
5544 (Translating Input): Node deleted.
5545
55462006-07-31 Nick Roberts <nickrob@snap.net.nz>
5547
5548 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
5549
5550 * lists.texi (Sets And Lists): Likewise.
5551
55522006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
5553
5554 * text.texi (Fields): Mention POS
5555 requirement when narrowing is in effect.
5556
55572006-07-28 Richard Stallman <rms@gnu.org>
5558
5559 * display.texi (Face Attributes): Simplify wording.
5560 (Attribute Functions): Clarify meaning of new-frame default
5561 attribute settings.
5562
5563 * customize.texi (Common Keywords): Document how to use
5564 :package-version in a package not in Emacs.
5565
55662006-07-28 Kim F. Storm <storm@cua.dk>
5567
5568 * commands.texi (Reading One Event): Fix last change.
5569
55702006-07-26 Chong Yidong <cyd@stupidchicken.com>
5571
5572 * commands.texi (Reading One Event): Document SECONDS argument for
5573 read-event, read-char, and read-char-exclusive.
5574
55752006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
5576
5577 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
5578 to ensure correct identification.
5579
55802006-07-24 Richard Stallman <rms@gnu.org>
5581
5582 * text.texi (Clickable Text): Clarify.
5583
5584 * sequences.texi (Vector Functions): Delete duplicate xref.
5585
5586 * objects.texi (Function Type): Clarify.
5587
5588 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
5589 modes.
5590
5591 * lists.texi (List Variables): New node.
5592 Material moved from other nodes.
5593
5594 * variables.texi (Setting Variables): add-to-list and
5595 add-to-ordered-list moved to List Variables node.
5596
55972006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
5598
5599 * text.texi (Links and Mouse-1):
5600 For mouse-on-link-p, expand on arg POS.
5601
56022006-07-21 Kim F. Storm <storm@cua.dk>
5603
5604 * display.texi (Forcing Redisplay): Don't mention systems which
5605 don't support sub-second timers for redisplay-preemption-period.
5606
5607 * os.texi (Terminal Output): Clarify text vs graphical terminal.
5608
56092006-07-21 Eli Zaretskii <eliz@gnu.org>
5610
5611 * frames.texi (Input Focus): Document that focus-follows-mouse has
5612 no effect on MS-Windows.
5613
56142006-07-18 Richard Stallman <rms@gnu.org>
5615
5616 * display.texi (Forcing Redisplay): Cleanups in previous change.
5617
5618 * processes.texi (Low-Level Network): Make menu more convenient.
5619
56202006-07-18 Kim F. Storm <storm@cua.dk>
5621
5622 * display.texi (Forcing Redisplay): redisplay-preemption-period
5623 only used on window systems. Add xref to Terminal Output.
5624
5625 * os.texi (Terminal Output): baud-rate only controls preemption on
5626 non-window systems. Add xref to Forcing Redisplay.
5627
5628 * processes.texi (Low-Level Network): Rename node "Make Network"
5629 to "Network Processes".
5630
56312006-07-18 Karl Berry <karl@gnu.org>
5632
5633 * variables.texi, functions.texi, customize.texi, loading.texi:
5634 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
5635
56362006-07-17 Chong Yidong <cyd@stupidchicken.com>
5637
5638 * commands.texi (Waiting): Document batch-mode sit-for behavior.
5639
56402006-07-17 Richard Stallman <rms@gnu.org>
5641
5642 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
5643 Put period and comma inside quotes.
5644
5645 * loading.texi, markers.texi: Use real doublequote inside menus.
5646
5647 * windows.texi: Put point and comma inside quotes.
5648 (Textual Scrolling): Use @samp for error message.
5649
5650 * variables.texi, tips.texi, syntax.texi, symbols.texi:
5651 * strings.texi, streams.texi, processes.texi, os.texi:
5652 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
5653 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
5654 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
5655 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
5656 Put point and comma inside quotes.
5657
5658 * control.texi (Processing of Errors): Add command-error-function.
5659
5660 * variables.texi (File Local Variables): Clarify that
5661 file local variables make buffer-local bindings.
5662
5663 * modes.texi (Syntactic Font Lock): Give default for
5664 font-lock-syntax-table.
5665
56662006-07-17 Nick Roberts <nickrob@snap.net.nz>
5667
5668 * text.texi (Special Properties): Clean up previous change.
5669
56702006-07-16 Karl Berry <karl@gnu.org>
5671
5672 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
5673 * control.texi: Fix bad page breaks through chapter 10 (control).
5674
5675 * anti.texi (Antinews): Reorder face-attribute fns to avoid
5676 underfull hbox.
5677
56782006-07-15 Nick Roberts <nickrob@snap.net.nz>
5679
5680 * text.texi (Special Properties): Describe fontified text property
5681 in relation to a character (not text).
5682
56832006-07-15 Kim F. Storm <storm@cua.dk>
5684
5685 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
5686 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
5687 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
5688
5689 * anti.texi (Antinews): Mention redisplay function.
5690 The kbd macro existed, but was not documented, before 22.x.
5691 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
5692
56932006-07-14 Nick Roberts <nickrob@snap.net.nz>
5694
5695 * display.texi (Displaying Messages): Add anchor.
5696
5697 * frames.texi (Dialog Boxes): Use it.
5698
56992006-07-12 Richard Stallman <rms@gnu.org>
5700
5701 * objects.texi (Frame Type): Explain nature of frames better.
5702
5703 * frames.texi (Frames): Explain nature of frames better.
5704
57052006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
5706
5707 * tips.texi (Coding Conventions): Explain why use cl at compile time.
5708
57092006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5710
5711 * frames.texi (Window System Selections): Mention scrap support for Mac.
5712 Default value of x-select-enable-clipboard is t on Mac.
5713
5714 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
5715
57162006-07-11 Kim F. Storm <storm@cua.dk>
5717
5718 * display.texi (Forcing Redisplay): Add `redisplay' function.
5719 Don't mention (sit-for -1) -- use (redisplay t) instead.
5720
5721 * commands.texi (Waiting): (sit-for -1) is no longer special.
5722 (sit-for 0) is equivalent to (redisplay).
5723 Iconifying/deiconifying no longer makes sit-for return.
5724
57252006-07-10 Nick Roberts <nickrob@snap.net.nz>
5726
5727 * display.texi (Buttons): Fix typo.
5728
5729 * index.texi, elisp.texi (New Symbols): Comment node out.
5730
57312006-07-09 Richard Stallman <rms@gnu.org>
5732
5733 * display.texi (Truncation): Clean up previous change.
5734
57352006-07-08 Richard Stallman <rms@gnu.org>
5736
5737 * commands.texi (Interactive Call): Use 3 as prefix in example
5738 for execute-extended-command.
5739
5740 * display.texi (Attribute Functions): Move paragraph about
5741 compatibility with Emacs < 21.
5742
57432006-07-09 Kim F. Storm <storm@cua.dk>
5744
5745 * display.texi (Refresh Screen): Clarify force-window-update.
5746 (Truncation): "Normally" indicated by fringe arrows.
5747
57482006-07-08 Eli Zaretskii <eliz@gnu.org>
5749
5750 * windows.texi (Textual Scrolling, Resizing Windows):
5751 * variables.texi (Constant Variables):
5752 * text.texi (Buffer Contents, Deletion, Changing Properties)
5753 (Property Search, Special Properties, Sticky Properties)
5754 (Links and Mouse-1, Fields, Change Hooks):
5755 * syntax.texi (Syntax Table Functions, Parsing Expressions)
5756 (Categories):
5757 * symbols.texi (Other Plists):
5758 * streams.texi (Output Variables):
5759 * processes.texi (Input to Processes, Query Before Exit):
5760 * positions.texi (Word Motion, Text Lines, List Motion):
5761 * os.texi (Init File, System Environment, Sound Output)
5762 (Session Management):
5763 * nonascii.texi (Text Representations, Character Sets)
5764 (Chars and Bytes, Locales):
5765 * modes.texi (Defining Minor Modes, Header Lines):
5766 * minibuf.texi (Minibuffer Contents):
5767 * markers.texi (Information from Markers):
5768 * lists.texi (List Elements, Building Lists, Association Lists):
5769 * keymaps.texi (Tool Bar):
5770 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
5771 * functions.texi (What Is a Function, Mapping Functions):
5772 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
5773 (Color Names, Text Terminal Colors, Display Feature Testing):
5774 * files.texi (Visiting Functions, File Name Components)
5775 (Unique File Names, Contents of Directories):
5776 * display.texi (Forcing Redisplay, Displaying Messages)
5777 (Temporary Displays, Font Selection, Auto Faces)
5778 (Font Lookup, Fringe Indicators, Display Margins)
5779 (Image Descriptors, Showing Images, Image Cache, Button Types)
5780 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
5781 (Display Table Format, Glyphs):
5782 * control.texi (Iteration):
5783 * commands.texi (Command Loop Info, Adjusting Point):
5784 * backups.texi (Making Backups, Auto-Saving):
5785 Remove @tindex entries.
5786
57872006-07-07 Kim F. Storm <storm@cua.dk>
5788
5789 * display.texi (Fringe Cursors): Fix typo.
5790 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
5791 (Overlay Arrow): Default is overlay-arrow fringe indicator.
5792
57932006-07-05 Richard Stallman <rms@gnu.org>
5794
5795 * text.texi (Buffer Contents): Add example of text props
5796 in result of buffer-substring.
5797 (Text Properties): Explain better about use of specific property names.
5798 (Property Search): Some cleanups; reorder some functions.
5799
5800 * keymaps.texi (Changing Key Bindings): Cleanup.
5801 Add xref to Key Binding Conventions.
5802
5803 * display.texi (Attribute Functions): Add examples for
5804 face-attribute-relative-p.
5805
5806 * tips.texi (Coding Conventions): Cleanup last change.
5807
58082006-07-05 Karl Berry <karl@gnu.org>
5809
5810 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
5811 Remove @setchapternewpage odd.
5812 Result is 1013 pages, down from 1100.
5813
5814 * anti.texi, customize.texi, display.texi, internals.texi:
5815 * minibuf.texi, modes.texi, tips.texi:
5816 Fix overfull/underfull boxes.
5817
58182006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
5819
5820 * edebug.texi (Instrumenting):
5821 Add Edebug-specific findex for eval-buffer.
5822 * loading.texi (Loading):
5823 Replace eval-current-buffer with eval-buffer.
5824
58252006-06-30 Nick Roberts <nickrob@snap.net.nz>
5826
5827 * locals.texi (Standard Buffer-Local Variables): Update the list
5828 of variables.
5829
58302006-06-26 Nick Roberts <nickrob@snap.net.nz>
5831
5832 * files.texi (File Name Completion): Point user to the node
5833 "Reading File Names".
5834
58352006-06-24 Eli Zaretskii <eliz@gnu.org>
5836
5837 * files.texi (Contents of Directories): Document case-insensitive
5838 behavior on respective filesystems.
5839
5840 * objects.texi (Character Type): Document that Emacs signals an
5841 error for unsupported Unicode characters specified as \uNNNN.
5842
58432006-06-19 Richard Stallman <rms@gnu.org>
5844
5845 * processes.texi (Bindat Spec): Clarify previous change.
5846
58472006-06-16 Richard Stallman <rms@gnu.org>
5848
5849 * tips.texi (Coding Conventions): Better explain conventions
5850 for definition constructs.
5851
5852 * text.texi (Special Properties): String value of `read-only'
5853 serves as the error message.
5854
5855 * objects.texi (Character Type): Clarify prev. change.
5856 (Non-ASCII in Strings): Mention \u and \U.
5857
5858 * commands.texi (Using Interactive): Explain problem of
5859 markers, etc., in command-history.
5860
58612006-06-14 Kim F. Storm <storm@cua.dk>
5862
5863 * commands.texi (Waiting): Negative arg to sit-for forces
5864 redisplay even if input is pending.
5865
5866 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
5867 redisplay. Remove incorrect example of binding redisplay-dont-pause
5868 around (sit-for 0).
5869
58702006-06-13 Richard Stallman <rms@gnu.org>
5871
5872 * display.texi (Forcing Redisplay): Clarify previous change.
5873
58742006-06-13 Romain Francoise <romain@orebokech.com>
5875
5876 * display.texi (Forcing Redisplay): Fix typo.
5877
58782006-06-13 Kim F. Storm <storm@cua.dk>
5879
5880 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
5881
58822006-06-10 Luc Teirlinck <teirllm@auburn.edu>
5883
5884 * tips.texi (Coding Conventions): Add `@end itemize'.
5885
58862006-06-10 Richard Stallman <rms@gnu.org>
5887
5888 * tips.texi (Coding Conventions): Explain use of coding systems
5889 to ensure one decoding for strings.
5890
58912006-06-09 Aidan Kehoe <kehoea@parhasard.net>
5892
5893 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
5894 syntax.
5895
58962006-06-07 Eli Zaretskii <eliz@gnu.org>
5897
5898 * display.texi (Font Selection): Remove description of
5899 clear-face-cache.
5900
5901 * compile.texi (Eval During Compile): Fix a typo. Add index
5902 entries for possible uses of eval-when-compile.
5903
59042006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
5905
5906 * display.texi (Abstract Display): Fix typo.
5907
59082006-06-03 Eli Zaretskii <eliz@gnu.org>
5909
5910 * minibuf.texi (Minibuffer History) <history-add-new-input>:
5911 Reword variable's description.
5912
59132006-06-01 Richard Stallman <rms@gnu.org>
5914
5915 * windows.texi (Splitting Windows): Clarify splitting nonselected
5916 window.
5917
59182006-05-31 Juri Linkov <juri@jurta.org>
5919
5920 * minibuf.texi (Minibuffer History): Add history-add-new-input.
5921
59222006-05-30 Richard Stallman <rms@gnu.org>
5923
5924 * display.texi (Line Height): Fix errors in description of
10d1d0af 5925 default line height and line-height property.
b8d4c8d0
GM
5926
5927 * nonascii.texi (Default Coding Systems): Further clarification.
5928
59292006-05-29 Luc Teirlinck <teirllm@auburn.edu>
5930
5931 * internals.texi (Pure Storage): Mention that an overflow in pure
5932 space causes a memory leak.
5933 (Garbage Collection): If there was an overflow in pure space,
5934 `garbage-collect' returns nil.
5935
59362006-05-30 Eli Zaretskii <eliz@gnu.org>
5937
5938 * nonascii.texi (Default Coding Systems): Fix it some more.
5939
59402006-05-29 Eli Zaretskii <eliz@gnu.org>
5941
5942 * nonascii.texi (Default Coding Systems): Fix last change.
5943
59442006-05-29 Kenichi Handa <handa@m17n.org>
5945
5946 * nonascii.texi (find-operation-coding-system): Describe the new
5947 argument format (FILENAME . BUFFER).
5948
59492006-05-28 Richard Stallman <rms@gnu.org>
5950
5951 * tips.texi (Coding Conventions): Better explain reasons not to
5952 advise other packages or use `eval-after-load'.
5953
59542006-05-29 Kim F. Storm <storm@cua.dk>
5955
5956 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
5957 `bindat-idx' and `bindat-raw' for clarity.
5958
59592006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
5960
5961 * processes.texi (Bindat Spec): Expand on `repeat' handler.
5962
5963 * display.texi (Display): Add "Abstract Display" to menu.
5964 (Abstract Display, Abstract Display Functions)
5965 (Abstract Display Example): New nodes.
5966 * elisp.texi (Top): Add "Abstract Display" to menu.
5967
59682006-05-27 Chong Yidong <cyd@stupidchicken.com>
5969
5970 * keymaps.texi (Key Sequences): Link to input events definition.
5971 (Format of Keymaps): Delete material duplicated in Keymap Basics.
5972
5973 * files.texi (Changing Files): Document updated argument list for
5974 copy-file.
5975
59762006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
5977
5978 * processes.texi (Bindat Functions): Explain term "total length".
5979 Use it in bindat-length and bindat-pack descriptions.
5980
59812006-05-26 Eli Zaretskii <eliz@gnu.org>
5982
5983 * tips.texi (Coding Conventions): Advise against using
5984 eval-after-load in packages. Add an index entry.
5985
59862006-05-25 Juri Linkov <juri@jurta.org>
5987
5988 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
5989
5990 * modes.texi (%-Constructs): Add %e, %z, %Z.
5991
59922006-05-25 Richard Stallman <rms@gnu.org>
5993
5994 * elisp.texi (Top): Update subnode menu.
5995
5996 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
5997 (Keymaps): Update menu.
5998
59992006-05-25 Chong Yidong <cyd@stupidchicken.com>
6000
6001 * keymaps.texi (Key Sequences): Some clarifications.
6002
60032006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
6004
6005 * processes.texi (Bindat Functions): Say "unibyte string"
6006 explicitly for bindat-unpack and bindat-pack descriptions.
6007 (Bindat Examples): Don't call `string-make-unibyte' in example.
6008
60092006-05-25 Chong Yidong <cyd@stupidchicken.com>
6010
5dcb4c4e 6011 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
c5602427 6012 Explain string and vector representations of key sequences.
b8d4c8d0
GM
6013
6014 * keymaps.texi (Changing Key Bindings):
dd7b651b 6015 * commands.texi (Interactive Codes):
b8d4c8d0
GM
6016 * help.texi (Describing Characters): Refer to it.
6017
60182006-05-23 Luc Teirlinck <teirllm@auburn.edu>
6019
6020 * frames.texi (Pointer Shape): @end table -> @end defvar.
6021
60222006-05-22 Richard Stallman <rms@gnu.org>
6023
6024 * elisp.texi (Top): Update subnode menus.
6025
6026 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
6027 Contents rewritten; material from old Pointer Shape node moved here.
6028
6029 * display.texi (Pointer Shape): Node deleted.
6030 (Image Descriptors): Minor cleanup.
6031
60322006-05-21 Richard Stallman <rms@gnu.org>
6033
6034 * syntax.texi (Parsing Expressions): Update info on which STATE
6035 elements are ignored.
6036
60372006-05-19 Luc Teirlinck <teirllm@auburn.edu>
6038
6039 * hooks.texi (Standard Hooks): Correct typo.
6040
6041 * gpl.texi (GPL): ifinfo -> ifnottex.
6042
60432006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
6044
6045 * searching.texi (Simple Match Data): Warn about match data being
6046 set anew by every search.
6047
60482006-05-17 Richard Stallman <rms@gnu.org>
6049
6050 * minibuf.texi (Minibuffer History): Clarify.
6051
6052 * searching.texi (Regexp Special): Clarify nested regexp warning.
6053
60542006-05-16 Kim F. Storm <storm@cua.dk>
6055
6056 * minibuf.texi (Minibuffer History): Update add-to-history.
6057
60582006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
6059
5dcb4c4e
SM
6060 * nonascii.texi (Explicit Encoding):
6061 Fix typo (encoding<->decoding).
b8d4c8d0
GM
6062
60632006-05-14 Richard Stallman <rms@gnu.org>
6064
6065 * buffers.texi (Creating Buffers): Cleanup.
6066
6067 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
6068
60692006-05-13 Eli Zaretskii <eliz@gnu.org>
6070
6071 * buffers.texi (Current Buffer): Document that with-temp-buffer
6072 disables undo.
6073
6074 * os.texi (Terminal-Specific): More accurate description of how
6075 Emacs searches for the terminal-specific libraries.
6076
60772006-05-12 Eli Zaretskii <eliz@gnu.org>
6078
6079 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
6080 emacs-xtra to @inforef's.
6081
6082 * text.texi (Undo): Document that undo is turned off in buffers
6083 whose names begin with a space.
6084
6085 * buffers.texi (Buffer Names): Add index entries for buffers whose
6086 names begin with a space.
6087 (Creating Buffers): Document that undo is turned off in buffers
6088 whose names begin with a space.
6089
6090 * files.texi (Visiting Functions, Reading from Files)
6091 (Saving Buffers): Mention code and EOL conversions by file I/O
6092 primitives and subroutines.
6093
f4e90db0
SM
6094 * nonascii.texi (Lisp and Coding Systems):
6095 Document coding-system-eol-type. Add index entries for eol conversion.
b8d4c8d0
GM
6096
6097 * display.texi (Defining Faces): Mention `mac', and add an xref to
6098 where window-system is described.
6099
61002006-05-10 Richard Stallman <rms@gnu.org>
6101
6102 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
6103
61042006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
6105
6106 * variables.texi (File Local Variables): Recommend to quote lambda
6107 expressions in safe-local-variable property.
6108
61092006-05-09 Richard Stallman <rms@gnu.org>
6110
5dcb4c4e
SM
6111 * variables.texi (File Local Variables):
6112 Document safe-local-eval-forms and safe-local-eval-function.
b8d4c8d0
GM
6113
61142006-05-07 Kim F. Storm <storm@cua.dk>
6115
6116 * minibuf.texi (Minibuffer History): Remove keep-dups arg
6117 from add-to-history.
6118
61192006-05-07 Romain Francoise <romain@orebokech.com>
6120
6121 * commands.texi (Event Input Misc):
6122 * compile.texi (Eval During Compile):
6123 * internals.texi (Buffer Internals):
6124 * minibuf.texi (Initial Input):
6125 * nonascii.texi (Scanning Charsets):
6126 * numbers.texi (Comparison of Numbers):
6127 * windows.texi (Textual Scrolling, Vertical Scrolling):
6128 Fix various typos.
6129
61302006-05-06 Eli Zaretskii <eliz@gnu.org>
6131
6132 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
6133 conditional xref's to either emacs or emacs-xtra, depending on
6134 @iftex/@ifnottex.
6135
6136 * minibuf.texi (Minibuffer History): Document add-to-history.
6137
61382006-05-05 Eli Zaretskii <eliz@gnu.org>
6139
6140 * internals.texi (Pure Storage): Mention the pure overflow message
6141 at startup.
6142
c8763fb6 61432006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
6144
6145 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
6146 (Searching Keymaps): Fix pseudo-Lisp description of keymap
6147 search.
6148
61492006-05-01 Richard Stallman <rms@gnu.org>
6150
6151 * intro.texi (nil and t): Clarify.
6152
6153 * variables.texi (File Local Variables): Suggest using booleanp.
6154
61552006-05-01 Juanma Barranquero <lekktu@gmail.com>
6156
6157 * objects.texi (Type Predicates): Fix typos.
6158
61592006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
6160
6161 * intro.texi (nil and t): Add booleanp.
6162
6163 * objects.texi (Type Predicates): Add links for booleanp and
6164 string-or-null-p.
6165
61662006-04-29 Richard Stallman <rms@gnu.org>
6167
6168 * modes.texi (Multiline Font Lock): Rename from
6169 Multi line Font Lock Elements. Much clarification.
6170 (Font Lock Multiline, Region to Fontify): Much clarification.
6171
61722006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
6173
6174 * variables.texi (File Local Variables): Remove the special case t for
6175 safe-local-variable.
6176
61772006-04-26 Richard Stallman <rms@gnu.org>
6178
6179 * syntax.texi (Parsing Expressions): Minor cleanup.
6180
61812006-04-18 Richard Stallman <rms@gnu.org>
6182
6183 * tips.texi (Coding Conventions): Explain when the package's
6184 prefix should appear later on (not at the start of the name).
6185
6186 * searching.texi (String Search): Clarify effect of NOERROR.
6187
6188 * modes.texi (Imenu): Clarify what special items do.
6189
6190 * hooks.texi (Standard Hooks): Delete text about old hook names.
6191
61922006-04-17 Romain Francoise <romain@orebokech.com>
6193
6194 * variables.texi (Local Variables): Update the default value of
6195 `max-specpdl-size'.
6196
61972006-04-15 Michael Olson <mwolson@gnu.org>
6198
6199 * processes.texi (Transaction Queues): Mention the new optional
6200 `delay-question' argument for `tq-enqueue'.
6201
62022006-04-13 Bill Wohler <wohler@newt.com>
6203
6204 * customize.texi (Common Keywords): Use dotted notation for
6205 :package-version value. Specify its values. Improve documentation
6206 for customize-package-emacs-version-alist.
6207
62082006-04-12 Bill Wohler <wohler@newt.com>
6209
6210 * customize.texi (Common Keywords): Move description of
6211 customize-package-emacs-version-alist to @defvar.
6212
62132006-04-10 Bill Wohler <wohler@newt.com>
6214
6215 * customize.texi (Common Keywords): Add :package-version.
6216
62172006-04-10 Kim F. Storm <storm@cua.dk>
6218
6219 * text.texi (Buffer Contents): Add NOPROPS arg to
6220 filter-buffer-substring.
6221
62222006-04-08 Kevin Ryde <user42@zip.com.au>
6223
6224 * os.texi (Command-Line Arguments): Update xref to emacs manual
6225 "Command Arguments" -> "Emacs Invocation", per change there.
6226
62272006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
6228
6229 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
6230 be on one line to help makeinfo not render two spaces after the dot.
6231
62322006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
6233
6234 * strings.texi (Predicates for Strings): Add string-or-null-p.
6235
62362006-03-28 Kim F. Storm <storm@cua.dk>
6237
6238 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
6239 remarks about systems that don't support fractional seconds.
6240
62412006-03-25 Karl Berry <karl@gnu.org>
6242
6243 * elisp.texi: Use @copyright{} instead of (C), and do not indent
6244 the year list.
6245
62462006-03-21 Nick Roberts <nickrob@snap.net.nz>
6247
6248 * display.texi (Fringe Indicators): Fix typos.
6249
62502006-03-19 Luc Teirlinck <teirllm@auburn.edu>
6251
6252 * tips.texi (Documentation Tips): One can now also write `program'
6253 in front of a quoted symbol in a docstring to prevent making a
6254 hyperlink.
6255
62562006-03-19 Alan Mackenzie <acm@muc.de>
6257
6258 * text.texi (Special Properties): Clarify `fontified' property.
6259
62602006-03-16 Richard Stallman <rms@gnu.org>
6261
6262 * display.texi (Defining Images): Minor cleanup.
6263
62642006-03-16 Bill Wohler <wohler@newt.com>
6265
6266 * display.texi (Defining Images): In image-load-path-for-library,
6267 prefer user's images.
6268
62692006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
6270
6271 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
6272
62732006-03-15 Bill Wohler <wohler@newt.com>
6274
6275 * display.texi (Defining Images): Fix example in
6276 image-load-path-for-library by not recommending that one binds
6277 image-load-path. Just defvar it to placate compiler and only use
6278 it if previously defined.
6279
62802006-03-14 Bill Wohler <wohler@newt.com>
6281
6282 * display.texi (Defining Images): In image-load-path-for-library,
6283 always return list of directories. Update example.
6284
62852006-03-14 Alan Mackenzie <acm@muc.de>
6286
6287 * modes.texi: New node, "Region to Fontify" (for Font Lock).
6288 This describes font-lock-extend-region-function.
6289 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
6290 the new node "Region to Fontify".
6291
62922006-03-13 Richard Stallman <rms@gnu.org>
6293
6294 * display.texi (Invisible Text): The impossible position is
6295 now before the invisible text, not after.
6296 (Defining Images): Clean up last change.
6297
62982006-03-11 Bill Wohler <wohler@newt.com>
6299
6300 * display.texi (Defining Images): Add image-load-path-for-library.
6301
63022006-03-11 Luc Teirlinck <teirllm@auburn.edu>
6303
6304 * text.texi (Adaptive Fill): Fix Texinfo usage.
6305
6306 * strings.texi (Creating Strings): Fix Texinfo usage.
6307
6308 * searching.texi (Regexp Special): Use @samp for regular
6309 expressions that are not in Lisp syntax.
6310
63112006-03-08 Luc Teirlinck <teirllm@auburn.edu>
6312
6313 * searching.texi (Regexp Special): Put remark between parentheses
6314 to avoid misreading.
6315
63162006-03-07 Luc Teirlinck <teirllm@auburn.edu>
6317
6318 * searching.texi (Syntax of Regexps): More accurately describe
6319 which characters are special in which situations.
6320 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
6321 are not special. Describe in detail when `[' and `]' are special.
6322 (Regexp Backslash): Plenty of regexps with unbalanced square
6323 brackets are valid, so reword that statement.
6324
63252006-03-02 Kim F. Storm <storm@cua.dk>
6326
6327 * keymaps.texi (Tool Bar): Add tool-bar-border.
6328
63292006-02-28 Luc Teirlinck <teirllm@auburn.edu>
6330
6331 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
6332
63332006-02-27 Luc Teirlinck <teirllm@auburn.edu>
6334
6335 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
6336
6337 * files.texi (Locating Files): Suggest additional values for the
6338 SUFFIXES arg of `locate-file'. Update pxref.
6339
6340 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
6341 (How Programs Do Loading): Discuss the effects of Auto Compression
6342 mode on `load'.
6343 (Load Suffixes): New node.
6344 (Library Search): Delete description of `load-suffixes'; it was
6345 moved to "Load Suffixes".
6346 (Autoload, Named Features): Mention `load-suffixes'.
6347
63482006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
6349
6350 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
6351
6352 * windows.texi (Window Tree): Fix typo.
6353
63542006-02-20 Kim F. Storm <storm@cua.dk>
6355
6356 * display.texi (Fringe Indicators): New section.
6357 Move indicate-empty-lines, indicate-buffer-boundaries, and
6358 default-indicate-buffer-boundaries here.
6359 Add fringe-indicator-alist and default-fringes-indicator-alist.
6360 Add list of logical fringe indicator symbols.
6361 Update list of standard bitmap names.
6362 (Fringe Cursors): New section.
6363 Move overflow-newline-into-fringe here.
6364 Add fringe-cursor-alist and default-fringes-cursor-alist.
6365 Add list of fringe cursor symbols.
6366
63672006-02-20 Juanma Barranquero <lekktu@gmail.com>
6368
6369 * commands.texi (Using Interactive): Fix reference to node
6370 "Minibuffers".
6371
63722006-02-19 Richard M. Stallman <rms@gnu.org>
6373
6374 * minibuf.texi (High-Level Completion):
6375 Add xref to read-input-method-name.
6376
6377 * files.texi (Relative File Names): Move file-relative-name here.
6378 (File Name Expansion): From here. Minor clarifications.
6379
6380 * commands.texi (Using Interactive): Add xrefs about reading input.
6381 Clarify remarks about that moving point and mark.
6382 Put string case before list case.
6383
c8763fb6 63842006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
6385
6386 * display.texi (Other Display Specs, Image Descriptors):
6387 Revert erroneous changes. The previous description of
6388 image-descriptors as `(image . PROPS)' was correct.
6389
63902006-02-14 Richard M. Stallman <rms@gnu.org>
6391
6392 * variables.texi (File Local Variables): Clarifications.
6393
63942006-02-14 Juanma Barranquero <lekktu@gmail.com>
6395
6396 * variables.texi (File Local Variables): Use @code for a cons
6397 cell, not @var.
6398
63992006-02-13 Chong Yidong <cyd@stupidchicken.com>
6400
6401 * variables.texi (File Local Variables): Document new file local
6402 variable behavior.
6403
64042006-02-10 Kim F. Storm <storm@cua.dk>
6405
6406 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
6407
64082006-02-08 Juanma Barranquero <lekktu@gmail.com>
6409
6410 * modes.texi (%-Constructs): Remove obsolete info about
6411 `global-mode-string'.
6412
64132006-02-07 Richard M. Stallman <rms@gnu.org>
6414
6415 * commands.texi (Prefix Command Arguments): Minor cleanup.
6416
6417 * display.texi: "Graphical display", not window system.
6418
6419 * functions.texi (What Is a Function): Fix xref.
6420
6421 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
6422 (Changing Key Bindings): Clarify when remapping is better than
6423 substitute-key-definition.
6424
64252006-02-02 Richard M. Stallman <rms@gnu.org>
6426
6427 * minibuf.texi (Basic Completion): Completion alists are risky.
6428
6429 * keymaps.texi (Active Keymaps): Clarifications.
6430 (Searching Keymaps): New node.
6431 (Keymaps): Update menu.
6432
6433 * frames.texi (Layout Parameters): Minor clarification.
6434 (Drag and Drop): New node.
6435 (Frames): Update menu.
6436
64372006-01-29 Chong Yidong <cyd@stupidchicken.com>
6438
6439 * display.texi (Other Display Specs, Image Descriptors):
6440 Image description is a list, not a cons cell.
6441
64422006-01-28 Luc Teirlinck <teirllm@auburn.edu>
6443
6444 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
6445 list is not necessarily a list).
6446
64472006-01-27 Eli Zaretskii <eliz@gnu.org>
6448
6449 * frames.texi (Layout Parameters): border-width and
6450 internal-border-width belong to the frame, not the window.
6451
64522006-01-19 Richard M. Stallman <rms@gnu.org>
6453
6454 * nonascii.texi (Translation of Characters): Search cmds use
6455 translation-table-for-input. Automatically made local.
6456
6457 * markers.texi (Overview of Markers): Count insertion type
6458 as one of a marker's attributes.
6459
6460 * keymaps.texi (Controlling Active Maps): New node, split out of
6461 Active Keymaps.
6462 (Keymaps): Menu updated.
6463 (Active Keymaps): Give pseudocode to explain how the active
6464 maps are searched. current-active-maps and key-binding moved here.
6465 (Functions for Key Lookup): current-active-maps and key-binding moved.
6466 Clarifications.
6467 (Searching the Keymaps): New subnode.
6468
6469 * elisp.texi (Top): Menu clarification.
6470
6471 * display.texi (Other Display Specs): Delete duplicate entry for
6472 just a string as display spec. Move text about recursive display
6473 specs on such a string.
6474
6475 * commands.texi (Key Sequence Input): Clarify.
6476 Move num-nonmacro-input-events out.
6477 (Reading One Event): num-nonmacro-input-events moved here.
6478
64792006-01-14 Nick Roberts <nickrob@snap.net.nz>
6480
6481 * advice.texi (Simple Advice): Update example to fit argument
6482 change in previous-line.
6483
64842006-01-05 Richard M. Stallman <rms@gnu.org>
6485
6486 * markers.texi (The Mark): Fix in `mark'.
6487
64882006-01-04 Richard M. Stallman <rms@gnu.org>
6489
6490 * processes.texi (Misc Network, Make Network): Minor cleanups.
6491
64922006-01-04 Kim F. Storm <storm@cua.dk>
6493
6494 * processes.texi (Make Network): Add IPv6 addresses and handling.
6495 (Network Feature Testing): Mention (:family ipv6).
6496 (Misc Network): Add IPv6 formats to format-network-address.
6497
64982005-12-30 Richard M. Stallman <rms@gnu.org>
6499
6500 * text.texi (Changing Properties):
6501 Don't use return value of set-text-properties.
6502
65032005-12-29 Luc Teirlinck <teirllm@auburn.edu>
6504
6505 * modes.texi (Mode Line Format): Correct typo in menu.
6506
65072005-12-29 Richard M. Stallman <rms@gnu.org>
6508
6509 * modes.texi (Mode Line Top): New node.
6510 (Mode Line Data): Some text moved to new node.
6511 Explain the data structure more concretely.
6512 (Mode Line Basics): Clarifications.
6513 (Mode Line Variables): Clarify intro paragraph.
6514 (%-Constructs): Clarify intro paragraph.
6515 (Mode Line Format): Update menu.
6516
65172005-12-28 Luc Teirlinck <teirllm@auburn.edu>
6518
6519 * minibuf.texi (Basic Completion): Update lazy-completion-table
6520 examples for removal of ARGS argument.
6521
65222005-12-23 Richard M. Stallman <rms@gnu.org>
6523
6524 * text.texi (Undo): Restore some explanation from the version
6525 that was deleted.
6526
65272005-12-23 Eli Zaretskii <eliz@gnu.org>
6528
6529 * text.texi (Undo): Remove duplicate descriptions of `apply
6530 funname' and `apply delta' elements of the undo list.
6531
65322005-12-20 Richard M. Stallman <rms@gnu.org>
6533
6534 * help.texi (Help Functions): Update documentation of `apropos'.
6535
65362005-12-20 Luc Teirlinck <teirllm@auburn.edu>
6537
6538 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
6539 because it is confusing. If the :help-echo keyword is a function,
6540 it is not directly used as the :help-echo overlay property, as the
6541 xref seems to suggest (it does not take the appropriate args).
6542
65432005-12-19 Luc Teirlinck <teirllm@auburn.edu>
6544
6545 * customize.texi (Common Keywords): Fix Texinfo usage.
6546 (Group Definitions, Variable Definitions): Update for new
6547 conventions for using `*' in docstrings.
6548
6549 * tips.texi (Documentation Tips): Update for new conventions for
6550 using `*' in docstrings.
6551
65522005-12-16 Richard M. Stallman <rms@gnu.org>
6553
6554 * minibuf.texi (Minibuffer Contents): Minor cleanup.
6555
65562005-12-16 Juri Linkov <juri@jurta.org>
6557
6558 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
6559
65602005-12-14 Romain Francoise <romain@orebokech.com>
6561
6562 * modes.texi (Customizing Keywords): Rename `append' to `how'.
6563 Fix typo.
6564
65652005-12-11 Juri Linkov <juri@jurta.org>
6566
6567 * minibuf.texi (Completion Commands): Add mention of read-file-name
6568 for filename completion keymaps.
6569 (Reading File Names): Add mention of filename completion keymaps
6570 for read-file-name and xref to `Completion Commands'.
6571
65722005-12-10 Richard M. Stallman <rms@gnu.org>
6573
6574 * customize.texi (Common Keywords): State caveats for use of :tag.
6575
65762005-12-08 Richard M. Stallman <rms@gnu.org>
6577
6578 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
6579 with xrefs and better explanation.
6580 (Completion Commands): Add the filename completion maps.
6581
6582 * objects.texi (Character Type): Clarify that \s is not space
6583 if a dash follows.
6584
65852005-12-05 Richard M. Stallman <rms@gnu.org>
6586
6587 * windows.texi (Resizing Windows): Delete preserve-before args.
6588
65892005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
6590
6591 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
6592 in full keymaps, since the quirk has been fixed.
6593
65942005-12-03 Eli Zaretskii <eliz@gnu.org>
6595
5dcb4c4e
SM
6596 * hooks.texi (Standard Hooks): Add index entries.
6597 Mention `compilation-finish-functions'.
b8d4c8d0
GM
6598
65992005-11-27 Richard M. Stallman <rms@gnu.org>
6600
6601 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
6602
66032005-11-21 Juri Linkov <juri@jurta.org>
6604
6605 * customize.texi (Common Keywords): Update links types
6606 custom-manual and url-link. Add link types emacs-library-link,
6607 file-link, function-link, variable-link, custom-group-link.
6608
66092005-11-20 Chong Yidong <cyd@stupidchicken.com>
6610
6611 * display.texi: Revert 2005-11-20 change.
6612
66132005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
6614
6615 * processes.texi (Bindat Functions):
6616 Say "third" to refer to zero-based index "2".
6617
66182005-11-18 Luc Teirlinck <teirllm@auburn.edu>
6619
6620 * loading.texi (Library Search): Update the default value of
6621 `load-suffixes'.
6622
66232005-11-17 Chong Yidong <cyd@stupidchicken.com>
6624
6625 * display.texi (Attribute Functions): Mention :ignore-defface.
6626
66272005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6628
6629 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
6630 (Minor Mode Conventions): Mention the use of a hook.
6631
66322005-11-06 Richard M. Stallman <rms@gnu.org>
6633
6634 * files.texi (Magic File Names): find-file-name-handler checks the
6635 `operations' property of the handler.
6636
66372005-11-03 Richard M. Stallman <rms@gnu.org>
6638
6639 * variables.texi (Frame-Local Variables): Small clarification.
6640
66412005-10-29 Chong Yidong <cyd@stupidchicken.com>
6642
6643 * os.texi (Init File): Document ~/.emacs.d/init.el.
6644
66452005-10-29 Richard M. Stallman <rms@gnu.org>
6646
6647 * internals.texi (Garbage Collection): Document memory-full.
6648
66492005-10-28 Bill Wohler <wohler@newt.com>
6650
6651 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
6652 for URLs.
6653
66542005-10-28 Richard M. Stallman <rms@gnu.org>
6655
6656 * minibuf.texi (Completion Commands): Clean up prev change.
6657
66582005-10-26 Kevin Ryde <user42@zip.com.au>
6659
6660 * compile.texi (Eval During Compile): Explain recommended uses
6661 of eval-when-compile and eval-and-compile.
6662
66632005-10-27 Masatake YAMATO <jet@gyve.org>
6664
6665 * minibuf.texi (Completion Commands):
6666 Write about new optional argument for `display-completion-list'.
6667
66682005-10-23 Richard M. Stallman <rms@gnu.org>
6669
6670 * display.texi (Overlay Arrow): Clarify about local bindings of
6671 overlay-arrow-position.
6672
66732005-10-22 Eli Zaretskii <eliz@gnu.org>
6674
6675 * internals.texi (Building Emacs): Fix last change.
6676
66772005-10-22 Richard M. Stallman <rms@gnu.org>
6678
6679 * internals.texi (Building Emacs): Document eval-at-startup.
6680
66812005-10-21 Richard M. Stallman <rms@gnu.org>
6682
6683 * loading.texi (Where Defined): load-history contains abs file names.
6684 symbol-file returns abs file names.
6685
66862005-10-19 Kim F. Storm <storm@cua.dk>
6687
6688 * display.texi (Showing Images): Add max-image-size integer value.
6689
66902005-10-18 Chong Yidong <cyd@stupidchicken.com>
6691
6692 * display.texi (Showing Images): Document max-image-size.
6693
66942005-10-17 Richard M. Stallman <rms@gnu.org>
6695
6696 * commands.texi (Quitting): Minor clarification.
6697
6698 * processes.texi (Sentinels): Clarify about output and quitting.
6699 (Filter Functions): Mention with-local-quit.
6700
67012005-10-17 Juri Linkov <juri@jurta.org>
6702
6703 * buffers.texi (Current Buffer):
6704 * commands.texi (Event Input Misc):
6705 * compile.texi (Eval During Compile, Compiler Errors):
6706 * customize.texi (Group Definitions):
6707 * display.texi (Progress, Defining Faces):
6708 * files.texi (Writing to Files):
6709 * modes.texi (Mode Hooks, Defining Minor Modes):
6710 * streams.texi (Output Functions):
6711 * syntax.texi (Syntax Table Functions):
6712 * text.texi (Change Hooks):
6713 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
6714
6715 * commands.texi (Quitting): Replace arg `forms' with `body' in
6716 `with-local-quit'.
6717
6718 * positions.texi (Excursions): Replace arg `forms' with `body' in
6719 `save-excursion'.
6720
67212005-10-08 Kim F. Storm <storm@cua.dk>
6722
6723 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
6724 Rename manual section accordingly.
6725
67262005-10-04 Kim F. Storm <storm@cua.dk>
6727
6728 * windows.texi (Window Split Tree): New section describing
6729 new function window-split-tree function.
6730
67312005-10-03 Nick Roberts <nickrob@snap.net.nz>
6732
6733 * display.texi (Fringe Size/Pos): Simplify and add detail.
6734
67352005-09-30 Romain Francoise <romain@orebokech.com>
6736
6737 * minibuf.texi (High-Level Completion): Explain that the prompt
6738 given to `read-buffer' should end with a colon and a space.
6739 Update usage examples.
6740
67412005-09-29 Juri Linkov <juri@jurta.org>
6742
6743 * display.texi (Displaying Messages): Rename argument name
6744 `string' to `format-string' in functions `message', `message-box',
6745 `message-or-box'.
6746
67472005-09-26 Chong Yidong <cyd@stupidchicken.com>
6748
6749 * errors.texi (Standard Errors): Correct xrefs.
6750
67512005-09-18 Chong Yidong <cyd@stupidchicken.com>
6752
6753 * display.texi (Defining Images): Update documentation for
6754 `image-load-path'.
6755
67562005-09-17 Richard M. Stallman <rms@gnu.org>
6757
6758 * display.texi (Defining Images): Clean up previous change.
6759
67602005-09-16 Romain Francoise <romain@orebokech.com>
6761
6762 * elisp.texi: Specify GFDL version 1.2.
6763
6764 * doclicense.texi (GNU Free Documentation License): Update to
6765 version 1.2.
6766
67672005-09-15 Chong Yidong <cyd@stupidchicken.com>
6768
6769 * display.texi (Defining Images): Document `image-load-path'.
6770
67712005-09-15 Richard M. Stallman <rms@gnu.org>
6772
6773 * objects.texi (Printed Representation): Minor cleanup.
6774 (Box Diagrams): Minor fix.
6775 (Cons Cell Type): Move (...) index item here.
6776 (Box Diagrams): From here.
6777 (Array Type): Minor fix.
6778 (Type Predicates): Delete index "predicates".
6779 (Hash Table Type): Clarify xref.
6780 (Dotted Pair Notation): Minor fix.
6781
67822005-09-10 Chong Yidong <cyd@stupidchicken.com>
6783
6784 * files.texi (Saving Buffers): Fix typo.
6785
67862005-09-08 Richard M. Stallman <rms@gnu.org>
6787
6788 * tips.texi (Programming Tips): Correct the "default" prompt spec.
6789
67902005-09-08 Chong Yidong <cyd@stupidchicken.com>
6791
6792 * locals.texi (Standard Buffer-Local Variables): Don't include
6793 mode variables for minor modes.
6794 Fix xrefs for buffer-display-count, buffer-display-table,
6795 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
6796 enable-multibyte-characters, fill-column, header-line-format,
6797 left-fringe-width, left-margin, and right-fringe-width.
6798
6799 * hooks.texi (Standard Hooks): All hooks should conform to the
6800 standard naming convention now.
6801 Fix xref for `echo-area-clear-hook'.
6802
6803 * display.texi (Usual Display): Note that indicate-empty-lines and
6804 tab-width are buffer-local.
6805
6806 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
6807
6808 * modes.texi (Mode Help): Note that major-mode is buffer-local.
6809
6810 * nonascii.texi (Encoding and I/O): Note that
6811 buffer-file-coding-system is buffer-local.
6812
6813 * positions.texi (List Motion): Note that defun-prompt-regexp is
6814 buffer-local.
6815
6816 * text.texi (Auto Filling): Note that auto-fill-function is
6817 buffer-local.
6818 (Undo): Note that buffer-undo-list is buffer-local.
6819
5dcb4c4e
SM
6820 * windows.texi (Buffers and Windows):
6821 Document buffer-display-count.
b8d4c8d0
GM
6822
68232005-09-06 Richard M. Stallman <rms@gnu.org>
6824
6825 * tips.texi (Coding Conventions): Sometimes it is ok to put the
6826 package prefix elsewhere than at the start of the name.
6827
68282005-09-03 Richard M. Stallman <rms@gnu.org>
6829
6830 * tips.texi (Programming Tips): Add conventions for minibuffer
6831 questions and prompts.
6832
68332005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
6834
6835 * intro.texi (nil and t): Minor cleanup.
6836 Delete spurious mention of keyword symbols.
6837 (Evaluation Notation): Add index entry.
6838 (A Sample Function Description): Minor cleanup.
6839 (A Sample Variable Description): Not all vars can be set.
6840
68412005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
6842
6843 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
6844
6845 (Insertion): Document precise type of `insert-char' arg COUNT.
6846
68472005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
6848
6849 * modes.texi (Other Font Lock Variables): Sync the default of
6850 font-lock-lines-before.
6851
68522005-08-31 Michael Albinus <michael.albinus@gmx.de>
6853
6854 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
6855
68562005-08-29 Richard M. Stallman <rms@gnu.org>
6857
6858 * elisp.texi (Top): Update subnode menu.
6859
6860 * searching.texi (Searching and Matching): Move node.
6861 Rearrange contents and add overall explanation.
6862 (Searching and Case): Move node.
6863 (Searching and Matching): Update menu.
6864
68652005-08-27 Eli Zaretskii <eliz@gnu.org>
6866
6867 * os.texi (Startup Summary): Fix the description of the initial
6868 startup message display.
6869
68702005-08-25 Richard M. Stallman <rms@gnu.org>
6871
6872 * searching.texi (Search and Replace): Add replace-regexp-in-string.
6873
68742005-08-25 Emilio C. Lopes <eclig@gmx.net>
6875
6876 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
6877 `next-overlay-change' example.
6878
68792005-08-22 Juri Linkov <juri@jurta.org>
6880
6881 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
6882 Fix invert-face. Fix args of face-background.
6883
6884 * display.texi (Standard Faces): Delete node.
6885 (Faces): Add xref to `(emacs)Standard Faces'.
6886 (Displaying Faces): Fix xref to `Standard Faces'.
6887
6888 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
6889
68902005-08-20 Alan Mackenzie <acm@muc.de>
6891
6892 * buffers.texi (The Buffer List): Clarify the manipulation of the
6893 buffer list.
6894
68952005-08-14 Richard M. Stallman <rms@gnu.org>
6896
6897 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
6898 a regexp.
6899
69002005-08-11 Richard M. Stallman <rms@gnu.org>
6901
6902 * elisp.texi (Top): Update subnode lists.
6903
6904 * display.texi (Inverse Video): Node deleted.
6905
6906 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
6907 New nodes split out of Coding Conventions.
6908
6909 * searching.texi (Regular Expressions): Document re-builder.
6910
6911 * os.texi (Time Parsing): New node split out of Time Conversion.
6912
6913 * processes.texi (Misc Network, Network Feature Testing)
6914 (Network Options, Make Network): New nodes split out of
6915 Low-Level Network.
6916
69172005-08-09 Richard M. Stallman <rms@gnu.org>
6918
6919 * frames.texi (Geometry): New node, split from Size and Position.
6920 (Frame Parameters): Refer to Geometry.
6921
6922 * buffers.texi (The Buffer List): Fix xrefs.
6923
6924 * windows.texi (Splitting Windows): Fix xref.
6925
6926 * frames.texi (Layout Parameters): Add xref.
6927
6928 * display.texi (Line Height, Scroll Bars): Fix xrefs.
6929
6930 * keymaps.texi (Menu Bar): Fix xref.
6931
6932 * locals.texi (Standard Buffer-Local Variables): Fix xref.
6933
6934 * modes.texi (%-Constructs): Fix xref.
6935
6936 * frames.texi (Window Frame Parameters): Node split up.
6937 (Basic Parameters, Position Parameters, Size Parameters)
6938 (Layout Parameters, Buffer Parameters, Management Parameters)
6939 (Cursor Parameters, Color Parameters): New subnodes.
6940
69412005-08-09 Luc Teirlinck <teirllm@auburn.edu>
6942
6943 * positions.texi (Screen Lines): Update xref for previous change
6944 in minibuf.texi.
6945
6946 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
6947 change in minibuf.texi.
6948
69492005-08-09 Richard M. Stallman <rms@gnu.org>
6950
6951 * tips.texi (Coding Conventions): Minor cleanup.
6952
6953 * modes.texi (Defining Minor Modes): Explain when init-value
6954 can be non-nil.
6955
6956 * elisp.texi (Top): Update submenu for Minibuffer.
6957
6958 * minibuf.texi (Minibuffer Misc): Node split up.
6959 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
6960 (Recursive Mini): New nodes split out from Minibuffer Misc.
6961 (Minibuffer Misc): Document max-mini-window-height.
6962
6963 * hash.texi (Defining Hash): Delete stray paren in example.
6964
6965 * display.texi (Echo Area Customization): Don't define
6966 max-mini-window-height here; xref instead.
6967
6968 * commands.texi (Event Input Misc): Update while-no-input.
6969
6970 * advice.texi (Advising Functions): Explain when to use advice
6971 and when to use a hook.
6972
69732005-07-30 Eli Zaretskii <eliz@gnu.org>
6974
6975 * makefile.w32-in (info): Don't run install-info.
6976 ($(infodir)/dir): New target, produced by running install-info.
6977
69782005-07-27 Luc Teirlinck <teirllm@auburn.edu>
6979
6980 * modes.texi (Defining Minor Modes): The keyword for the initial
6981 value is :init-value, not :initial-value.
6982
69832005-07-23 Eli Zaretskii <eliz@gnu.org>
6984
6985 * loading.texi (Autoload): Make the `doctor' example be consistent
6986 with what's in current loaddefs.el. Describe the "fn" magic in
6987 the usage portion of the doc string.
6988
69892005-07-22 Richard M. Stallman <rms@gnu.org>
6990
6991 * internals.texi (Garbage Collection): Clarify previous change.
6992
69932005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
6994
6995 * internals.texi (Garbage Collection): Add gc-cons-percentage.
6996
69972005-07-18 Juri Linkov <juri@jurta.org>
6998
6999 * commands.texi (Accessing Events):
7000 * frames.texi (Text Terminal Colors, Resources):
7001 * markers.texi (The Mark):
7002 * modes.texi (Defining Minor Modes):
7003 Delete duplicate duplicate words.
7004
70052005-07-16 Richard M. Stallman <rms@gnu.org>
7006
7007 * display.texi (Managing Overlays): Clarify make-overlay
7008 args for insertion types.
7009
70102005-07-13 Luc Teirlinck <teirllm@auburn.edu>
7011
7012 * customize.texi (Variable Definitions):
7013 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
7014 `standard-value' is a list too.
7015 (Defining New Types): Use @key{RET} instead of @key{ret}.
7016
70172005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
7018
7019 * os.texi (Translating Input): Fix typo.
7020
70212005-07-08 Richard M. Stallman <rms@gnu.org>
7022
7023 * README: Update edition number and size estimate.
7024
7025 * elisp.texi (VERSION): Set to 2.9.
7026
70272005-07-07 Richard M. Stallman <rms@gnu.org>
7028
7029 * book-spine.texinfo: Update Emacs version.
7030
7031 * display.texi (Inverse Video): Delete mode-line-inverse-video.
7032
70332005-07-06 Richard M. Stallman <rms@gnu.org>
7034
7035 * searching.texi (Regexp Search): Clarify what re-search-forward
7036 does when the search fails.
7037
70382005-07-05 Lute Kamstra <lute@gnu.org>
7039
7040 * Update FSF's address in GPL notices.
7041
7042 * doclicense.texi (GNU Free Documentation License):
7043 * gpl.texi (GPL):
7044 * tips.texi (Coding Conventions, Library Headers):
7045 * vol1.texi:
7046 * vol2.texi: Update FSF's address.
7047
70482005-07-04 Richard M. Stallman <rms@gnu.org>
7049
7050 * hooks.texi (Standard Hooks): Add occur-hook.
7051
70522005-07-03 Luc Teirlinck <teirllm@auburn.edu>
7053
7054 * display.texi (The Echo Area): Correct menu.
7055
70562005-07-03 Richard M. Stallman <rms@gnu.org>
7057
7058 * elisp.texi (Top): Update subnode menu for Display.
7059
7060 * display.texi (Displaying Messages): New node, with most
7061 of what was in The Echo Area.
5dcb4c4e 7062 (Progress): Move under The Echo Area.
b8d4c8d0
GM
7063 (Logging Messages): New node with new text.
7064 (Echo Area Customization): New node, the rest of what was
7065 in The Echo Area. Document message-truncate-lines with @defvar.
7066 (Display): Update menu.
7067
7068 * windows.texi (Textual Scrolling): Doc 3 values for
7069 scroll-preserve-screen-position.
7070
7071 * text.texi (Special Properties): Change hook functions
7072 should bind inhibit-modification-hooks around altering buffer text.
7073
7074 * keymaps.texi (Key Binding Commands): Call binding BINDING
7075 rather than DEFINITION.
7076
70772005-06-29 Juanma Barranquero <lekktu@gmail.com>
7078
7079 * variables.texi (Defining Variables): `user-variable-p' returns t
7080 for aliases of user options, nil for alias loops.
7081
70822005-06-28 Richard M. Stallman <rms@gnu.org>
7083
7084 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
7085 make-keymap.
7086
70872005-06-27 Luc Teirlinck <teirllm@auburn.edu>
7088
7089 * variables.texi (Setting Variables): Correct and clarify
7090 description of `add-to-ordered-list'.
7091
70922005-06-26 Richard M. Stallman <rms@gnu.org>
7093
7094 * display.texi (Faces): Minor cleanup.
7095
70962005-06-25 Luc Teirlinck <teirllm@auburn.edu>
7097
7098 * display.texi (Faces): `facep' returns t for strings that are
7099 face names.
7100
71012005-06-25 Richard M. Stallman <rms@gnu.org>
7102
7103 * objects.texi (Equality Predicates): Clarify meaning of equal.
7104
7105 * windows.texi (Selecting Windows): save-selected-window
7106 and with-selected-window save and restore the current buffer.
7107
71082005-06-24 Richard M. Stallman <rms@gnu.org>
7109
7110 * numbers.texi (Float Basics): Explain how to test for NaN,
7111 and printing the sign of NaNs.
7112
71132005-06-24 Eli Zaretskii <eliz@gnu.org>
7114
7115 * makefile.w32-in (MAKEINFO): Use --force.
7116
71172005-06-23 Richard M. Stallman <rms@gnu.org>
7118
7119 * display.texi (Face Functions): Correct Texinfo usage.
7120
71212005-06-23 Luc Teirlinck <teirllm@auburn.edu>
7122
7123 * lists.texi (Rings): `ring-elements' now returns the elements of
7124 RING in order.
7125
71262005-06-23 Juanma Barranquero <lekktu@gmail.com>
7127
7128 * markers.texi (The Mark): Texinfo usage fix.
7129
71302005-06-23 Kim F. Storm <storm@cua.dk>
7131
7132 * searching.texi (Entire Match Data): Remove evaporate option for
7133 match-data. Do not mention evaporate option for set-match-data.
7134
71352005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
7136
7137 * display.texi (Face Functions): Mention face aliases.
7138
71392005-06-21 Richard M. Stallman <rms@gnu.org>
7140
7141 * anti.texi (Antinews): Texinfo usage fix.
7142
71432005-06-21 Karl Berry <karl@gnu.org>
7144
7145 * elisp.texi: Use @copying.
7146
7147 * elisp.texi: Put @summarycontents and @contents before the Top
7148 node, instead of the end of the file, so that the contents appear
7149 in the right place in the dvi/pdf output.
7150
71512005-06-21 Juri Linkov <juri@jurta.org>
7152
7153 * display.texi (Defining Faces): Add `customized-face'.
7154
71552005-06-20 Kim F. Storm <storm@cua.dk>
7156
7157 * variables.texi (Setting Variables): Any type of element can be
7158 given order in add-to-ordered-list. Compare elements with eq.
7159
7160 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
7161
71622005-06-20 Karl Berry <karl@gnu.org>
7163
7164 * syntax.texi (Syntax Flags): Make last column very slightly wider
7165 to avoid "generic comment" breaking on two lines and causing an
7166 underfull box.
7167
71682005-06-19 Luc Teirlinck <teirllm@auburn.edu>
7169
7170 * lists.texi (Rings): Various minor clarifications and corrections.
7171
71722005-06-18 Richard M. Stallman <rms@gnu.org>
7173
7174 * functions.texi (Obsolete Functions): Simplify.
7175
7176 * variables.texi (Variable Aliases): Simplify.
7177
7178 * anti.texi, backups.texi, compile.texi, customization.texi:
7179 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
7180 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
7181 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
7182 * variables.texi: Fix formatting ugliness.
7183
7184 * elisp.texi: Add links to Rings and Byte Packing.
7185 Update version and copyright years.
7186
7187 * minibuf.texi: Fix formatting ugliness.
7188 (Completion Commands): Move keymap vars to the end
7189 and vars completing-read binds to the top.
7190
71912005-06-17 Luc Teirlinck <teirllm@auburn.edu>
7192
7193 * processes.texi: Fix typos.
7194 (Bindat Spec): Correct Texinfo error.
7195 (Byte Packing): Fix ungrammatical sentence.
7196
71972005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
7198
7199 * lists.texi (Rings): New node.
7200 (Lists): Add it to menu.
7201
7202 * processes.texi (Byte Packing): New node.
7203 (Processes): Add it to menu.
7204
72052005-06-17 Richard M. Stallman <rms@gnu.org>
7206
7207 * syntax.texi (Parsing Expressions): Fix texinfo usage.
7208
7209 * help.texi (Documentation Basics): Explain the xref to
7210 Documentation Tips.
7211
7212 * debugging.texi (Debugger Commands): Minor fix.
7213
72142005-06-16 Luc Teirlinck <teirllm@auburn.edu>
7215
7216 * edebug.texi (Instrumenting): Eliminate duplicate link.
7217 (Specification List): Replace references to "below", referring to
7218 a later node, with one @ref to that node.
7219
7220 * os.texi (Timers): Timers should save and restore the match data
7221 if they change it.
7222
7223 * debugging.texi (Debugger Commands): Mention that the Lisp
7224 debugger can not step through primitive functions.
7225
72262005-06-16 Juanma Barranquero <lekktu@gmail.com>
7227
7228 * functions.texi (Obsolete Functions): Update argument names of
7229 `make-obsolete' and `define-obsolete-function-alias'.
7230
7231 * variables.texi (Variable Aliases): Update argument names of
7232 `defvaralias', `make-obsolete-variable' and
7233 `define-obsolete-variable-alias'.
7234
72352005-06-15 Kim F. Storm <storm@cua.dk>
7236
7237 * searching.texi (Entire Match Data): Rephrase warnings about
7238 evaporate arg to match-data and set-match-data.
7239
72402005-06-14 Luc Teirlinck <teirllm@auburn.edu>
7241
7242 * elisp.texi (Top): Update detailed menu.
7243
7244 * edebug.texi (Edebug): Update menu.
7245 (Instrumenting): Update xrefs.
7246 (Edebug Execution Modes): Correct xref.
7247 (Jumping): Clarify description of `h' command.
7248 Eliminate redundant @ref.
7249 (Breaks): New node.
7250 (Breakpoints): Is now a subsubsection.
7251 (Global Break Condition): Mention `C-x X X'.
7252 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
7253 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
7254 (Edebug Display Update): Correct pxref.
7255 (Edebug and Macros): New node.
7256 (Instrumenting Macro Calls): Is now a subsubsection.
7257 Neither arg of `def-edebug-spec' is evaluated.
7258 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
7259 (Specification Examples): Fix typo.
7260
72612005-06-14 Lute Kamstra <lute@gnu.org>
7262
7263 * debugging.texi (Function Debugging): Primitives can break on
7264 entry too.
7265
72662005-06-14 Kim F. Storm <storm@cua.dk>
7267
7268 * variables.texi (Setting Variables): Add add-to-ordered-list.
7269
72702005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
7271
7272 * syntax.texi (Parsing Expressions): Document aux functions and vars of
7273 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
7274
72752005-06-13 Lute Kamstra <lute@gnu.org>
7276
7277 * text.texi (Special Properties): Fix cross reference.
7278
72792005-06-11 Luc Teirlinck <teirllm@auburn.edu>
7280
7281 * debugging.texi (Function Debugging): Delete mention of empty
7282 string argument to `cancel-debug-on-entry'. Delete inaccurate
7283 description of the return value of that command.
7284
72852005-06-11 Alan Mackenzie <acm@muc.de>
7286
7287 * text.texi (Adaptive Fill): Amplify the description of
7288 fill-context-prefix.
7289
72902005-06-10 Luc Teirlinck <teirllm@auburn.edu>
7291
7292 * syntax.texi (Parsing Expressions): Fix Texinfo error.
7293
72942005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
7295
7296 * syntax.texi (Parsing Expressions): Document syntax-ppss.
7297
72982005-06-10 Luc Teirlinck <teirllm@auburn.edu>
7299
7300 * debugging.texi (Error Debugging): Minor rewording.
7301 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
7302 is optional.
7303
73042005-06-10 Lute Kamstra <lute@gnu.org>
7305
7306 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
7307 (Top): Give it a title. Correct version number. Give the
7308 detailed node listing a more prominent header.
7309 * intro.texi: Don't set VERSION here a second time.
7310 Mention Emacs's version too.
7311 * anti.texi (Antinews): Use EMACSVER to refer to the current
7312 version of Emacs.
7313
73142005-06-09 Kim F. Storm <storm@cua.dk>
7315
7316 * searching.texi (Entire Match Data): Explain new `reseat' argument to
7317 match-data and set-match-data.
7318
73192005-06-08 Richard M. Stallman <rms@gnu.org>
7320
7321 * searching.texi (Entire Match Data): Clarify when match-data
7322 returns markers and when integers.
7323
7324 * display.texi (Defining Faces): Explain that face name should not
7325 end in `-face'.
7326
7327 * modes.texi (Mode Line Data): Minor cleanup.
7328 (Customizing Keywords): Node split out of Search-based Fontification.
7329 Add example of using font-lock-add-keywords from a hook.
7330 Clarify when MODE should be non-nil, and when nil.
7331
73322005-06-06 Richard M. Stallman <rms@gnu.org>
7333
7334 * modes.texi (Mode Line Data): Explain what happens when the car
7335 of a list is a void symbol.
7336 (Search-based Fontification): Explain MODE arg to
7337 font-lock-add-keywords and warn about calls from major modes.
7338
73392005-06-08 Juri Linkov <juri@jurta.org>
7340
7341 * display.texi (Standard Faces): Add `shadow' face.
7342
73432005-05-29 Luc Teirlinck <teirllm@auburn.edu>
7344
7345 * modes.texi (Major Mode Conventions): A derived mode only needs
7346 to put the call to the parent mode inside `delay-mode-hooks'.
7347
73482005-05-29 Richard M. Stallman <rms@gnu.org>
7349
7350 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
7351 new, and what that implies. Clarify.
7352
7353 * files.texi (Locating Files): Clean up the text.
7354
7355 * frames.texi (Window Frame Parameters): Document user-size.
7356 Shorten entry for top by referring to left.
7357
73582005-05-26 Richard M. Stallman <rms@gnu.org>
7359
7360 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
7361 is new, and what the implications are. Other clarifications.
7362
73632005-05-24 Richard M. Stallman <rms@gnu.org>
7364
7365 * frames.texi (Dialog Boxes): Minor fixes.
7366
73672005-05-25 Masatake YAMATO <jet@gyve.org>
7368
7369 * display.texi (Standard Faces): Write about `mode-line-highlight'.
7370
73712005-05-24 Luc Teirlinck <teirllm@auburn.edu>
7372
7373 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
7374 is optional.
7375
73762005-05-24 Nick Roberts <nickrob@snap.net.nz>
7377
10d1d0af 7378 * frames.texi (Dialog Boxes): Describe new optional argument.
b8d4c8d0
GM
7379
73802005-05-23 Lute Kamstra <lute@gnu.org>
7381
7382 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
7383 syntax-begin-function over font-lock-beginning-of-syntax-function.
7384
73852005-05-21 Luc Teirlinck <teirllm@auburn.edu>
7386
7387 * minibuf.texi (Reading File Names): Update description of
7388 `read-directory-name'.
7389
7390 * modes.texi (Derived Modes): Clarify :group keyword.
7391
73922005-05-21 Eli Zaretskii <eliz@gnu.org>
7393
7394 * files.texi (Locating Files): New subsection.
7395 Describe locate-file and executable-find.
7396
73972005-05-21 Kevin Ryde <user42@zip.com.au>
7398
7399 * frames.texi (Initial Parameters): Update cross reference to
7400 "Emacs Invocation".
7401
74022005-05-19 Luc Teirlinck <teirllm@auburn.edu>
7403
7404 * keymaps.texi (Active Keymaps): Add anchor.
7405
7406 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
7407 (Major Mode Conventions): Refer to `Auto Major Mode' in more
7408 appropriate place.
7409 (Derived Modes): Small clarifications.
7410 (Minor Mode Conventions, Keymaps and Minor Modes):
7411 Replace references to nodes with references to anchors.
7412 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
7413 Clarify description of lists whose first element is an integer.
7414 (Mode Line Variables): Add anchor.
7415 (%-Constructs): Clarify description of integer after %.
7416 (Emulating Mode Line): Describe nil value for FACE.
7417
74182005-05-18 Luc Teirlinck <teirllm@auburn.edu>
7419
7420 * modes.texi (Derived Modes): Correct references to non-existing
7421 variable standard-syntax-table.
7422
74232005-05-17 Lute Kamstra <lute@gnu.org>
7424
7425 * modes.texi (Defining Minor Modes): Mention the mode hook.
7426
74272005-05-15 Kim F. Storm <storm@cua.dk>
7428
7429 * processes.texi (Network): Remove open-network-stream-nowait.
7430 (Network Servers): Remove open-network-stream-server.
7431
74322005-05-15 Luc Teirlinck <teirllm@auburn.edu>
7433
7434 * elisp.texi (Top): Update detailed menu.
7435
7436 * variables.texi: Reorder nodes.
7437 (Variables): Update menu.
7438 (File Local Variables): Do not refer to the `-*-' line as
7439 a "local variables list". Add pxref.
7440
74412005-05-14 Luc Teirlinck <teirllm@auburn.edu>
7442
7443 * elisp.texi (Top): Update detailed menu for node changes.
7444
7445 * modes.texi (Modes): Update Menu.
7446 (Hooks): Move to beginning of chapter.
7447 Most minor modes run mode hooks too.
7448 `add-hook' can handle void hooks or hooks whose value is a single
7449 function.
7450 (Major Modes): Update Menu.
7451 (Major Mode Basics): New node, split off from `Major Modes'.
7452 (Major Mode Conventions): Correct xref. Explain how to handle
7453 auto-mode-alist if the major mode command has an autoload cookie.
7454 (Auto Major Mode): Major update. Add magic-mode-alist.
7455 (Derived Modes): Major update.
7456 (Mode Line Format): Update Menu.
7457 (Mode Line Basics): New node, split off from `Mode Line Format'.
7458
7459 * loading.texi (Autoload): Mention `autoload cookie' as synonym
7460 for `magic autoload comment'. Add index entries and anchor.
7461
74622005-05-14 Richard M. Stallman <rms@gnu.org>
7463
7464 * tips.texi (Coding Conventions): Explain how important it is
7465 that just loading certain files not change Emacs behavior.
7466
7467 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
7468
74692005-05-12 Lute Kamstra <lute@gnu.org>
7470
7471 * modes.texi (Generic Modes): Update.
7472 (Major Modes): Refer to node "Generic Modes".
7473
7474 * elisp.texi (Top): Update to the current structure of the manual.
7475 * processes.texi (Processes): Add menu description.
7476 * customize.texi (Customization): Add menu descriptions.
7477
74782005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
7479
7480 * processes.texi (Signals to Processes)
7481 (Low-Level Network): Fix typos.
7482
74832005-05-11 Lute Kamstra <lute@gnu.org>
7484
7485 * elisp.texi (Top): Add some nodes from the chapter "Major and
7486 Minor Modes" to the detailed node listing.
7487
74882005-05-10 Richard M. Stallman <rms@gnu.org>
7489
7490 * keymaps.texi (Extended Menu Items): Menu item filter functions
7491 can be called at any time.
7492
74932005-05-08 Luc Teirlinck <teirllm@auburn.edu>
7494
7495 * variables.texi (File Local Variables): `(hack-local-variables t)'
7496 now also checks whether a mode is specified in the local variables
7497 list.
7498
74992005-05-05 Kevin Ryde <user42@zip.com.au>
7500
7501 * display.texi (The Echo Area): Correct format function cross
7502 reference.
7503
75042005-05-05 Luc Teirlinck <teirllm@auburn.edu>
7505
7506 * variables.texi (Variable Aliases): Change description of
7507 `define-obsolete-variable-alias'.
7508
7509 * functions.texi (Functions): Add "Obsolete Functions" to menu.
7510 (Defining Functions): Add xref.
7511 (Obsolete Functions): New node.
7512 (Function Safety): Standardize capitalization of section title.
7513
7514 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
7515 (Dialog Boxes): Complete description of `x-popup-dialog'.
7516
75172005-05-04 Richard M. Stallman <rms@gnu.org>
7518
7519 * commands.texi (Interactive Codes): Fix Texinfo usage.
7520 Document U more clearly.
7521
75222005-05-01 Luc Teirlinck <teirllm@auburn.edu>
7523
7524 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
7525 function and not a macro.
7526
7527 * frames.texi (Pop-Up Menus): Correct and clarify description of
7528 `x-popup-menu'.
7529 (Dialog Boxes): Clarify description of `x-popup-dialog'.
7530
75312005-05-01 Richard M. Stallman <rms@gnu.org>
7532
7533 * edebug.texi (Checking Whether to Stop): Fix previous change.
7534
75352005-05-01 Luc Teirlinck <teirllm@auburn.edu>
7536
7537 * display.texi: Fix typos and Texinfo usage.
7538
7539 * edebug.texi (Checking Whether to Stop): executing-macro ->
7540 executing-kbd-macro.
7541
75422005-05-01 Richard M. Stallman <rms@gnu.org>
7543
7544 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
7545
75462005-04-30 Richard M. Stallman <rms@gnu.org>
7547
7548 * files.texi (Magic File Names): Document `operations' property.
7549
75502005-04-29 Lute Kamstra <lute@gnu.org>
7551
7552 * modes.texi (Generic Modes): New node.
7553 (Major Modes): Add it to the menu.
7554 (Derived Modes): Add "derived mode" to concept index.
7555
75562005-04-28 Lute Kamstra <lute@gnu.org>
7557
7558 * modes.texi (Defining Minor Modes): Fix previous change.
7559 (Font Lock Mode): Simplify.
7560 (Font Lock Basics): Say that font-lock-defaults is buffer-local
7561 when set and that some parts are optional. Add cross references.
7562 (Search-based Fontification): Say how to specify font-lock-keywords.
7563 Add cross references. Add font-lock-multiline to index.
7564 Move font-lock-keywords-case-fold-search here from node "Other Font
7565 Lock Variables". Document font-lock-add-keywords and
7566 font-lock-remove-keywords.
7567 (Other Font Lock Variables): Move font-lock-keywords-only,
7568 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
7569 and font-lock-syntactic-face-function to node "Syntactic Font
7570 Lock". Move font-lock-keywords-case-fold-search to node
7571 "Search-based Fontification". Document font-lock-inhibit-thing-lock
7572 and font-lock-{,un}fontify-{buffer,region}-function.
7573 (Precalculated Fontification): Remove reference to deleted variable
7574 font-lock-core-only.
7575 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
7576 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
7577 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
7578 and font-lock-syntactic-face-function here from node "Other Font
7579 Lock Variables". Move font-lock-syntactic-keywords to "Setting
7580 Syntax Properties". Add cross references.
7581 (Setting Syntax Properties): New node.
7582 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
7583 * syntax.texi (Syntax Properties): Add cross reference.
7584 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
7585
75862005-04-26 Richard M. Stallman <rms@gnu.org>
7587
7588 * display.texi (Defining Faces):
7589 Document `default' elements of defface spec.
7590
7591 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
7592
7593 * variables.texi (Variable Aliases): Clarify text.
7594
75952005-04-25 Chong Yidong <cyd@stupidchicken.com>
7596
7597 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
7598
75992005-04-25 Luc Teirlinck <teirllm@auburn.edu>
7600
7601 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
7602
76032005-04-24 Eli Zaretskii <eliz@gnu.org>
7604
7605 * syntax.texi (Syntax Table Internals): Elaborate documentation of
7606 syntax-after and syntax-class.
7607
7608 * files.texi (Changing Files): Fix last change's cross-reference.
7609 (Unique File Names): Don't mention "numbers" in the documentation
7610 of make-temp-file and make-temp-name.
7611
76122005-04-23 Richard M. Stallman <rms@gnu.org>
7613
7614 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
7615
76162005-04-22 Nick Roberts <nickrob@snap.net.nz>
7617
7618 * windows.texi (Cyclic Window Ordering): Clarify window-list.
7619
76202005-04-22 Nick Roberts <nickrob@snap.net.nz>
7621
7622 * variables.texi (Variable Aliases): Describe make-obsolete-variable
7623 and define-obsolete-variable-alias.
7624
76252005-04-22 Kim F. Storm <storm@cua.dk>
7626
7627 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
7628 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
7629
76302005-04-21 Lute Kamstra <lute@gnu.org>
7631
7632 * lists.texi (Association Lists): Document rassq-delete-all.
7633
76342005-04-19 Richard M. Stallman <rms@gnu.org>
7635
7636 * modes.texi (Search-based Fontification): Explain that
7637 facespec is an expression to be evaluated.
7638
76392005-04-19 Kevin Ryde <user42@zip.com.au>
7640
7641 * streams.texi (Output Functions): Fix xref.
7642 * strings.texi (String Conversion): Fix xref.
7643
76442005-04-19 Kim F. Storm <storm@cua.dk>
7645
7646 * symbols.texi (Symbol Plists): Add safe-get.
7647 Mention that `get' may signal an error.
7648
76492005-04-18 Nick Roberts <nickrob@snap.net.nz>
7650
7651 * customize.texi (Variable Definitions): Replace tooltip-mode
7652 example with save-place.
7653
76542005-04-17 Richard M. Stallman <rms@gnu.org>
7655
7656 * buffers.texi (Indirect Buffers): Clarify.
7657
7658 * positions.texi (Positions): Clarify converting marker to integer.
7659
7660 * strings.texi (String Basics): Mention string-match; clarify.
7661
76622005-04-08 Lute Kamstra <lute@gnu.org>
7663
7664 * modes.texi (Search-based Fontification): Fix cross references.
7665 Use consistent terminology. Document anchored highlighting.
7666
76672005-04-05 Lute Kamstra <lute@gnu.org>
7668
7669 * modes.texi (Defining Minor Modes): Document :group keyword
7670 argument and its default value.
7671
76722005-04-03 Lute Kamstra <lute@gnu.org>
7673
7674 * hooks.texi (Standard Hooks): Add some hooks. Add cross
7675 references and/or descriptions. Delete major mode hooks; mention
7676 them as a category instead. Rename or delete obsolete hooks.
7677
76782005-04-02 Richard M. Stallman <rms@gnu.org>
7679
7680 * nonascii.texi (Coding System Basics): Another wording cleanup.
7681
76822005-04-01 Richard M. Stallman <rms@gnu.org>
7683
7684 * nonascii.texi (Coding System Basics): Clarify previous change.
7685
76862005-04-01 Kenichi Handa <handa@m17n.org>
7687
10d1d0af 7688 * nonascii.texi (Coding System Basics): Describe about roundtrip
b8d4c8d0
GM
7689 identity of coding systems.
7690
76912005-03-29 Chong Yidong <cyd@stupidchicken.com>
7692
7693 * text.texi (Buffer Contents): Add filter-buffer-substring and
7694 buffer-substring-filters.
7695
76962005-03-26 Chong Yidong <cyd@stupidchicken.com>
7697
7698 * anti.texi (Antinews): Mention `G' interactive code.
7699
7700 * tips.texi (Compilation Tips): Mention benchmark.el.
7701
77022005-03-27 Luc Teirlinck <teirllm@auburn.edu>
7703
7704 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
7705 is now bound to M-o M-o.
7706
7707 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
7708
77092005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
7710
7711 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
7712 in the Emacs Manual).
7713 * Makefile.in (srcs): Remove calendar.texi.
7714 * makefile.w32-in (srcs): Remove calendar.texi.
7715 * display.texi (Display): Change name of next node.
7716 * os.texi (System In): Change name of previous node.
7717 * elisp.texi (Top): Remove Calendar references.
7718 * vol1.texi (Top): Remove Calendar references.
7719 * vol2.texi (Top): Remove Calendar references.
7720
77212005-03-25 Richard M. Stallman <rms@gnu.org>
7722
7723 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
7724 Cleanup previous change.
7725
77262005-03-25 Chong Yidong <cyd@stupidchicken.com>
7727
7728 * display.texi (Face Attributes): Faces earlier in an :inherit
7729 list take precedence.
7730 (Scroll Bars): Fix description of vertical-scroll-bars.
7731 Document frame-current-scroll-bars and window-current-scroll-bars.
7732
7733 * markers.texi (The Mark): Document temporary Transient Mark mode.
7734
7735 * minibuf.texi (Reading File Names):
7736 Document read-file-name-completion-ignore-case.
7737
7738 * positions.texi (Screen Lines): Document nil for width argument
7739 to compute-motion.
7740
77412005-03-23 Kim F. Storm <storm@cua.dk>
7742
7743 * display.texi (Standard Faces): Other faces used in the fringe
7744 implicitly inherits from the fringe face.
7745 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
7746 properties implicitly inherits from fringe face.
7747 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
7748
77492005-03-20 Chong Yidong <cyd@stupidchicken.com>
7750
7751 * display.texi (Invisible Text): State default value of
7752 line-move-ignore-invisible.
7753 (Managing Overlays): Document remove-overlays.
7754 (Standard Faces): Document escape-glyph face.
7755
7756 * minibuf.texi (Reading File Names): Document read-file-name-function.
7757
7758 * modes.texi (Other Font Lock Variables):
7759 Document font-lock-lines-before.
7760
7761 * positions.texi (Skipping Characters): skip-chars-forward allows
7762 character classes.
7763
77642005-03-18 Lute Kamstra <lute@gnu.org>
7765
7766 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
7767
77682005-03-17 Richard M. Stallman <rms@gnu.org>
7769
7770 * text.texi (Undo): Document extensible undo entries.
7771
dd7b651b 7772 * searching.texi (String Search, Regexp Search): Cleanups.
b8d4c8d0
GM
7773
7774 * nonascii.texi (Character Codes): Minor fix.
7775
7776 * display.texi (Display Property): Explain the significance
7777 of having text properties that are eq.
7778 (Other Display Specs): Explain string as display spec.
7779
7780 * commands.texi (Interactive Codes): Document G option.
7781
77822005-03-17 Chong Yidong <cyd@stupidchicken.com>
7783
7784 * text.texi (Filling): Add sentence-end-without-period and
7785 sentence-end-without-space.
7786 (Changing Properties): Minor fix.
7787
7788 * anti.texi: Total rewrite.
7789
77902005-03-15 Lute Kamstra <lute@gnu.org>
7791
7792 * edebug.texi (Instrumenting Macro Calls): Fix typos.
7793
77942005-03-08 Kim F. Storm <storm@cua.dk>
7795
7796 * display.texi (Specified Space): Property :width is support on
7797 non-graphic terminals, :height is not.
7798
77992005-03-07 Richard M. Stallman <rms@gnu.org>
7800
7801 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
7802 Now subnodes of Fringes.
7803 (Overlay Arrow): Document overlay-arrow-variable-list.
7804 (Fringe Size/Pos): New node, broken out of Fringes.
7805 (Display): Explain clearing vs redisplay better.
7806 (Truncation): Clarify use of bitmaps.
7807 (The Echo Area): Clarify the uses of the echo area.
7808 Add max-mini-window-height.
7809 (Progress): Clarify.
7810 (Invisible Text): Explain that main loop moves point out.
7811 (Selective Display): Say "hidden", not "invisible".
7812 (Managing Overlays): Move up. Describe relation to Undo here.
7813 (Overlay Properties): Clarify intro.
7814 (Finding Overlays): Explain return values when nothing found.
7815 (Width): truncate-string-to-width has added arg.
7816 (Displaying Faces): Clarify and update mode line face handling.
7817 (Face Functions): Minor cleanup.
7818 (Conditional Display): Merge into Other Display Specs.
7819 (Pixel Specification, Other Display Specs): Minor cleanups.
7820 (Images, Image Descriptors): Minor cleanups.
7821 (GIF Images): Patents have expired.
7822 (Showing Images): Explain default text for insert-image.
7823 (Manipulating Button Types): Merge into Manipulating Buttons.
7824 (Making Buttons): Explain return values.
7825 (Button Buffer Commands): Add xref.
7826 (Inverse Video): Update mode-line-inverse-video.
7827 (Display Table Format): Clarify.
7828 (Active Display Table): Give defaults for window-display-table.
7829
7830 * calendar.texi (Calendar Customizing): calendar-holiday-marker
7831 and calendar-today-marker are strings, not chars.
7832 (Holiday Customizing): Minor fix.
7833
7834 * internals.texi (Writing Emacs Primitives): Update `or' example.
7835 Update limit on # args of subr.
7836
7837 * edebug.texi (Using Edebug): Arrow is in fringe.
7838 (Instrumenting): Arg to eval-defun works without loading edebug.
7839 (Edebug Execution Modes): Add xref.
7840
7841 * customize.texi (Common Keywords): Clarify :require.
7842 Mention :version here.
7843 (Variable Definitions, Group Definitions): Not here.
7844 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
7845
78462005-03-07 Chong Yidong <cyd@stupidchicken.com>
7847 * nonascii.texi (Text Representations): Clarify position-bytes.
7848 (Character Sets): Add list-charset-chars.
7849 (Scanning Charsets): Add charset-after.
7850 (Encoding and I/O): Minor fix.
7851
78522005-03-06 Richard M. Stallman <rms@gnu.org>
7853
7854 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
7855 (Resizing Windows): Likewise.
7856
7857 * text.texi (Change Hooks): Get rid of "Emacs 21".
7858
7859 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
7860
7861 * streams.texi (Output Variables): Get rid of "Emacs 21".
7862
7863 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
7864
7865 * os.texi (Translating Input): Replace flow-control example
7866 with a less obsolete example that uses `keyboard-translate'.
7867
7868 * objects.texi (Hash Table Type, Circular Objects):
7869 Get rid of "Emacs 21".
7870
7871 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
7872 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
7873
7874 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
7875
7876 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
7877
7878 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
7879 (Menu Bar): Fix when menu-bar-update-hook is called.
7880
7881 * hash.texi (Hash Tables): Get rid of "Emacs 21".
7882
7883 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
7884 and make it read better.
7885
7886 * files.texi (Writing to Files): Get rid of "Emacs 21".
7887 (Unique File Names): Likewise.
7888
7889 * elisp.texi: Update Emacs version to 22.
7890
7891 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
7892 (Overlay Properties, Face Attributes): Likewise.
7893 (Managing Overlays): Fix punctuation.
7894 (Attribute Functions): Clarify set-face-font; get rid of
7895 info about old Emacs versions.
7896 (Auto Faces, Font Lookup, Display Property, Images):
7897 Get rid of "Emacs 21".
7898
7899 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
7900
79012005-03-05 Richard M. Stallman <rms@gnu.org>
7902
7903 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
7904
79052005-03-04 Lute Kamstra <lute@gnu.org>
7906
7907 * debugging.texi (Error Debugging): Document stack-trace-on-error.
7908
79092005-03-03 Lute Kamstra <lute@gnu.org>
7910
7911 * edebug.texi (Instrumenting Macro Calls): Fix typo.
7912
79132005-03-01 Lute Kamstra <lute@gnu.org>
7914
7915 * debugging.texi (Debugger Commands): Update `j'.
7916
79172005-02-28 Lute Kamstra <lute@gnu.org>
7918
7919 * debugging.texi (Debugging): Fix typo.
7920 (Error Debugging): Document eval-expression-debug-on-error.
7921 (Function Debugging): Update example.
7922 (Using Debugger): Mention starred stack frames.
7923 (Debugger Commands): Document `j' and `l'.
7924 (Invoking the Debugger): `d' and `j' exit recursive edit too.
7925 Update the messages that the debugger displays.
7926 (Internals of Debugger): Add cross reference. Update example.
7927 (Excess Open): Minor improvement.
7928 (Excess Close): Minor improvement.
7929
79302005-02-26 Richard M. Stallman <rms@gnu.org>
7931
7932 * tips.texi (Coding Conventions): Clarify.
7933 Put all the major mode key reservations together.
7934 Mention the Mouse-1 => Mouse-2 conventions.
7935
7936 * syntax.texi (Syntax Class Table): Clarify.
7937 (Syntax Table Functions): syntax-after moved from here.
7938 (Syntax Table Internals): syntax-after moved to here.
7939 (Parsing Expressions): Update info on number of values
7940 and what's meaningful in the STATE argument.
7941 (Categories): Fix typo.
7942
7943 * sequences.texi (Arrays): Cleanup.
7944 (Char-Tables): Clarify.
7945
7946 * processes.texi (Deleting Processes): Cleanups, add xref.
7947 (Subprocess Creation): Explain nil in exec-path. Cleanup.
7948 (Process Information): set-process-coding-system, some args optional.
7949 (Input to Processes): Explain various types for PROCESS args.
7950 Rename them from PROCESS-NAME to PROCESS.
7951 (Signals to Processes): Likewise.
7952 (Decoding Output): Cleanup.
7953 (Query Before Exit): Clarify.
7954
7955 * os.texi (Startup Summary): Correct the options; add missing ones.
7956 (Terminal Output, Batch Mode): Clarify.
7957 (Flow Control): Node deleted.
7958
7959 * markers.texi (The Mark): Clarify.
7960
7961 * macros.texi (Expansion): Cleanup.
7962 (Indenting Macros): indent-spec allows ints, not floats.
7963
7964 * keymaps.texi (Keymaps): Clarify.
7965 (Format of Keymaps): Update lisp-mode-map example.
7966 (Active Keymaps, Key Lookup): Clarify.
7967 (Changing Key Bindings): Add xref to `kbd'.
7968 (Key Binding Commands, Simple Menu Items): Clarify.
7969 (Mouse Menus, Menu Bar): Clarify.
7970 (Menu Example): Replace print example with menu-bar-replace-menu.
7971
7972 * help.texi (Documentation Basics): Add function-documentation prop.
7973
7974 * elisp.texi (Top): Don't refer to Flow Control node.
7975
7976 * commands.texi (Command Overview): Improve xrefs.
7977 (Adjusting Point): Adjusting point applies to intangible and invis.
7978 (Key Sequence Input): Doc extra read-key-sequence args.
7979 Likewise for read-key-sequence-vector.
7980
7981 * backups.texi (Rename or Copy): Minor fix.
7982 (Numbered Backups): For version-control, say the default.
7983 (Auto-Saving): make-auto-save-file-name example is simplified.
7984
7985 * advice.texi (Advising Functions): Don't imply one part of Emacs
7986 should advise another part. Markup changes.
7987 (Defining Advice): Move transitional para.
7988 (Activation of Advice): Cleanup.
7989 Explain if COMPILE is nil or negative.
7990
7991 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
7992
79932005-02-24 Lute Kamstra <lute@gnu.org>
7994
7995 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
7996 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
7997
79982005-02-23 Lute Kamstra <lute@gnu.org>
7999
8000 * modes.texi (Defining Minor Modes): define-minor-mode can be used
8001 to define global minor modes as well.
8002
8003 * display.texi (Managing Overlays): overlay-buffer returns nil for
8004 deleted overlays.
8005
80062005-02-22 Kim F. Storm <storm@cua.dk>
8007
8008 * minibuf.texi (Basic Completion): Allow symbols in addition to
8009 strings in try-completion and all-completions.
8010
80112005-02-14 Lute Kamstra <lute@gnu.org>
8012
8013 * elisp.texi (Top): Remove reference to deleted node.
8014
8015 * lists.texi (Lists): Remove reference to deleted node.
8016 (Cons Cells): Fix typo.
8017
8018 * loading.texi (Where Defined): Fix typo.
8019
80202005-02-14 Richard M. Stallman <rms@gnu.org>
8021
8022 * variables.texi (Creating Buffer-Local): change-major-mode-hook
8023 is useful for discarding some minor modes.
8024
8025 * symbols.texi (Symbol Components): Reorder examples.
8026
8027 * streams.texi (Input Functions): State standard-input default.
8028 (Output Variables): State standard-output default.
8029
8030 * objects.texi (Printed Representation): Clarify read syntax vs print.
8031 (Floating Point Type): Explain meaning better.
8032 (Symbol Type): Explain uniqueness better.
8033 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
8034 List examples sooner.
8035 (Box Diagrams): New subnode broken out.
8036 Some examples moved from old Lists as Boxes node.
8037 (Dotted Pair Notation): Clarify intro.
8038 (Array Type): Clarify.
8039 (Type Predicates): Add hash-table-p.
8040
8041 * numbers.texi (Integer Basics): Clarify radix explanation.
8042 (Predicates on Numbers): Minor clarification.
8043 (Comparison of Numbers): Minor clarification. Clarify eql.
8044 Typos in min, max.
8045 (Math Functions): Clarify overflow in expt.
8046
8047 * minibuf.texi (Text from Minibuffer): Minor clarification.
8048 Mention arrow keys.
8049
8050 * loading.texi (Autoload): defun's doc string overrides autoload's
8051 doc string.
8052 (Repeated Loading): Modernize "add to list" examples.
8053 (Where Defined): Finish updating table of load-history elts.
8054
8055 * lists.texi (List-related Predicates): Minor wording improvement.
8056 (Lists as Boxes): Node deleted.
8057 (Building Lists): Explain trivial cases of number-sequence.
8058
8059 * hash.texi (Hash Tables): Add desc to menu items.
10d1d0af 8060 (Creating Hash): Explain "full" means "make larger".
b8d4c8d0
GM
8061 (Hash Access): Any object can be a key.
8062 State value of maphash.
8063
8064 * functions.texi (What Is a Function): Wording cleanup.
8065 (Function Documentation): Minor cleanup.
8066 Explain purpose of calling convention at end of doc string.
8067 (Function Names): Wording cleanup.
8068 (Calling Functions): Wording cleanup.
8069 Explain better how funcall calls the function.
8070 (Function Cells): Delete example of saving and redefining function.
8071
8072 * control.texi (Combining Conditions): Wording cleanup.
8073 (Iteration): dolist and dotimes bind VAR locally.
8074 (Cleanups): Xref to Atomic Changes.
8075
8076 * compile.texi (Byte Compilation): Delete 19.29 info.
8077 (Compilation Functions): Macros' difficulties don't affect defsubst.
8078 (Docs and Compilation): Delete 19.29 info.
8079
80802005-02-10 Richard M. Stallman <rms@gnu.org>
8081
8082 * objects.texi (Symbol Type): Minor correction.
8083
80842005-02-06 Lute Kamstra <lute@gnu.org>
8085
8086 * modes.texi (Example Major Modes): Fix typos.
8087
80882005-02-06 Richard M. Stallman <rms@gnu.org>
8089
8090 * text.texi (Margins): fill-nobreak-predicate can be one function.
8091
8092 * strings.texi (Modifying Strings): clear-string can make unibyte.
8093 (Formatting Strings): format gives error if values missing.
8094
8095 * positions.texi (Character Motion): Mention default arg
8096 for forward-char. backward-char refers to forward-char.
8097 (Word Motion): Mention default arg for forward-word.
8098 (Buffer End Motion): Mention default arg for beginning-of-buffer.
8099 Simplify end-of-buffer.
8100 (Text Lines): Mention default arg for forward-line.
8101 (List Motion): Mention default arg for beginning/end-of-defun.
8102 (Skipping Characters): Minor fixes in explaining character-set.
8103
8104 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
8105 Mode inheritance applies only when default-major-mode is nil.
8106 Clarifications.
8107 (Example Major Modes): Update Text mode and Lisp mode examples.
8108 (Minor Mode Conventions): Mention define-minor-mode at top.
8109 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
8110 (Mode Line Format): Update mode line face display info.
8111 (Properties in Mode): Mention effect of risky vars.
8112 (Imenu): Define imenu-add-to-menubar.
8113 (Font Lock Mode): Add descriptions to menu lines.
8114 (Faces for Font Lock): Add font-lock-doc-face.
8115
81162005-02-05 Lute Kamstra <lute@gnu.org>
8117
8118 * text.texi (Maintaining Undo): Remove obsolete function.
8119
81202005-02-05 Eli Zaretskii <eliz@gnu.org>
8121
8122 * frames.texi (Color Names): Add pointer to the X docs about RGB
c4cc8b9a 8123 color specifications. Improve indexing.
b8d4c8d0
GM
8124 (Text Terminal Colors): Replace the description of RGB values by
8125 an xref to "Color Names".
8126
81272005-02-03 Richard M. Stallman <rms@gnu.org>
8128
8129 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
8130 Clarify.
8131 (Selecting Windows): Clarify save-selected-window.
8132 (Cyclic Window Ordering): Clarify walk-windows.
8133 (Window Point): Clarify.
8134 (Window Start): Add comment to example.
8135 (Resizing Windows): Add `interactive' specs in examples.
8136 Document fit-window-to-buffer.
8137
8138 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
8139 (Undo, Maintaining Undo): Clarify last change.
8140 (Sorting): In sort-numeric-fields, explain about octal and hex.
8141 Mention sort-numeric-base.
8142 (Format Properties): Add xref for hard newlines.
8143
8144 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
8145 (Pop-Up Menus): Fix typo.
8146 (Color Names): Explain all types of color names.
8147 Explain color-values on B&W terminal.
8148 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
8149
8150 * files.texi (File Locks): Not supported on MS systems.
8151 (Testing Accessibility): Clarify.
8152
8153 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
8154 (Coverage Testing): Fix typo.
8155
8156 * commands.texi (Misc Events): Remove stray space.
8157
8158 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
8159 (Modification Time): Clarify when visited-file-modtime returns 0.
8160 (The Buffer List): Clarify bury-buffer.
8161 (Killing Buffers): Clarify.
8162 (Indirect Buffers): Add clone-indirect-buffer.
8163
81642005-02-02 Matt Hodges <MPHodges@member.fsf.org>
8165
8166 * edebug.texi (Printing in Edebug): Fix default value of
8167 edebug-print-circle.
8168 (Coverage Testing): Fix displayed frequency count data.
8169
81702005-02-02 Luc Teirlinck <teirllm@auburn.edu>
8171
8172 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
8173
81742005-02-02 Kim F. Storm <storm@cua.dk>
8175
8176 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
8177
81782005-01-29 Eli Zaretskii <eliz@gnu.org>
8179
8180 * commands.texi (Misc Events): Describe the help-echo event.
8181
8182 * text.texi (Special Properties) <help-echo>: Use `pos'
8183 consistently in description of the help-echo property.
8184 Use @code{nil} instead of @var{nil}.
8185
8186 * display.texi (Overlay Properties): Fix the index entry for
8187 help-echo overlay property.
8188
8189 * customize.texi (Type Keywords): Uncomment the xref to the
8190 help-echo property documentation.
8191
81922005-01-23 Kim F. Storm <storm@cua.dk>
8193
8194 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
8195 return value. Third element FULLY replaced by PARTIAL which
8196 specifies number of invisible pixels if row is only partially visible.
8197 (Textual Scrolling): Mention auto-window-vscroll.
8198 (Vertical Scrolling): New defvar auto-window-vscroll.
8199
82002005-01-16 Luc Teirlinck <teirllm@auburn.edu>
8201
8202 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
8203 command remapping.
8204
82052005-01-15 Richard M. Stallman <rms@gnu.org>
8206
8207 * display.texi (Defining Images): Mention DATA-P arg of create-image.
8208
82092005-01-14 Kim F. Storm <storm@cua.dk>
8210
8211 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
8212
8213 * text.texi (Links and Mouse-1): Fix string and vector item.
8214
82152005-01-13 Richard M. Stallman <rms@gnu.org>
8216
8217 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
8218 descriptions of overriding-local-map and overriding-terminal-local-map.
8219
8220 * text.texi (Links and Mouse-1): Clarify text.
8221
82222005-01-13 Kim F. Storm <storm@cua.dk>
8223
8224 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
8225
82262005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
8227
8228 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
8229
82302005-01-12 Kim F. Storm <storm@cua.dk>
8231
8232 * text.texi (Links and Mouse-1): Rename section from Enabling
8233 Mouse-1 to Following Links. Change xrefs.
8234 Add examples for define-button-type and define-widget.
8235
8236 * display.texi (Button Properties, Button Buffer Commands):
8237 Clarify mouse-1 and follow-link functionality.
8238
82392005-01-12 Richard M. Stallman <rms@gnu.org>
8240
8241 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
8242
8243 * display.texi (Beeping): Fix Texinfo usage.
8244
8245 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
8246
82472005-01-11 Kim F. Storm <storm@cua.dk>
8248
8249 * display.texi (Button Properties, Button Buffer Commands):
8250 Mention mouse-1 binding. Add follow-link keyword.
8251
8252 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
8253 (Enabling Mouse-1 to Follow Links): New subsection.
8254
82552005-01-06 Richard M. Stallman <rms@gnu.org>
8256
8257 * text.texi (Special Properties): Minor change.
8258
8259 * os.texi (Timers): Clarify previous change.
8260
8261 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
8262
82632005-01-01 Luc Teirlinck <teirllm@auburn.edu>
8264
8265 * display.texi (Face Attributes): Correct xref to renamed node.
8266
82672005-01-01 Richard M. Stallman <rms@gnu.org>
8268
8269 * display.texi (Face Attributes): Describe hex color specs.
8270
82712004-12-31 Richard M. Stallman <rms@gnu.org>
8272
8273 * os.texi (Timers): Update previous change.
8274
82752004-12-30 Kim F. Storm <storm@cua.dk>
8276
8277 * display.texi (Line Height): Total line-height is now specified
8278 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
8279 in cons cells. (nil . RATIO) is relative to actual line height.
8280 Use line-height `t' instead of `0' to get minimum height.
8281
82822004-12-29 Richard M. Stallman <rms@gnu.org>
8283
8284 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
8285
82862004-12-28 Richard M. Stallman <rms@gnu.org>
8287
8288 * commands.texi (Quitting): Clarify value of with-local-quit.
8289
8290 * elisp.texi (Top): Fix previous change.
8291
8292 * loading.texi (Loading): Fix previous change.
8293
82942004-12-27 Richard M. Stallman <rms@gnu.org>
8295
8296 * Makefile.in (MAKEINFO): Specify --force.
8297
8298 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
8299
8300 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
8301
8302 * display.texi (Line Height): Further clarify.
8303
8304 * elisp.texi (Top): Update Loading submenu.
8305
8306 * loading.texi (Where Defined): New node.
8307 (Unloading): load-history moved to Where Defined.
8308
83092004-12-21 Richard M. Stallman <rms@gnu.org>
8310
8311 * commands.texi (Event Input Misc): Add while-no-input.
8312
83132004-12-11 Richard M. Stallman <rms@gnu.org>
8314
8315 * display.texi (Line Height): Rewrite text for clarity.
8316
83172004-12-11 Kim F. Storm <storm@cua.dk>
8318
8319 * display.texi (Display): Add node "Line Height" to menu.
8320 (Line Height): New node. Move full description of line-spacing
8321 and line-height text properties here from text.texi.
8322 (Scroll Bars): Add vertical-scroll-bar variable.
8323
8324 * frames.texi (Window Frame Parameters): Remove line-height defvar.
8325
8326 * locals.texi (Standard Buffer-Local Variables): Fix xref for
8327 line-spacing and vertical-scroll-bar.
8328
8329 * text.texi (Special Properties): Just mention line-spacing and
8330 line-height here, add xref to new "Line Height" node.
8331
83322004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
8333
8334 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
8335
8336 * locals.texi (Standard Buffer-Local Variables):
8337 Add @xref for `line-spacing'.
8338
83392004-12-05 Richard M. Stallman <rms@gnu.org>
8340
8341 * Makefile.in (maintainer-clean): Remove the info files
8342 in $(infodir) where they are created.
8343
83442004-12-03 Richard M. Stallman <rms@gnu.org>
8345
8346 * windows.texi (Selecting Windows): get-lru-window and
8347 get-largest-window don't consider dedicated windows.
8348
8349 * text.texi (Undo): Document undo-in-progress.
8350
83512004-11-26 Richard M. Stallman <rms@gnu.org>
8352
8353 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
8354 Remove a few vars that are not always buffer-local.
8355
83562004-11-24 Luc Teirlinck <teirllm@auburn.edu>
8357
8358 * locals.texi (Standard Buffer-Local Variables): Comment out
8359 xref's to non-existent node `Yet to be written'.
8360
83612004-11-24 Richard M. Stallman <rms@gnu.org>
8362
8363 * processes.texi (Synchronous Processes): Grammar fix.
8364
8365 * numbers.texi (Comparison of Numbers): Add eql.
8366
8367 * locals.texi (Standard Buffer-Local Variables): Add many vars.
8368
8369 * intro.texi (Printing Notation): Fix previous change.
8370
8371 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
8372 and default-indicate-buffer-boundaries from here.
8373 (Usual Display): To here.
8374 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
8375 (Usual Display): Move tab-width up.
8376
5dcb4c4e
SM
8377 * customize.texi (Variable Definitions):
8378 Replace show-paren-mode example with tooltip-mode.
b8d4c8d0
GM
8379 (Simple Types, Composite Types, Defining New Types):
8380 Minor cleanups.
8381
83822004-11-21 Jesper Harder <harder@ifa.au.dk>
8383
8384 * processes.texi (Synchronous Processes, Output from Processes):
8385 Markup fix.
8386
83872004-11-20 Richard M. Stallman <rms@gnu.org>
8388
8389 * positions.texi (Skipping Characters): skip-chars-forward
8390 now handles char classes.
8391
8392 * intro.texi (Printing Notation): Avoid confusion of `print'
8393 when explaining @print.
8394
8395 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
8396
8397 * display.texi (Display Table Format): Minor fix.
8398
8399 * streams.texi (Output Functions): Fix print example.
8400
8401 * Makefile.in (elisp): New target.
8402 (dist): Depend on $(infodir)/elisp, not elisp.
8403 Copy the info files from $(infodir).
8404
8405 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
8406 read-from-minibuffer.
8407
8408 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
8409
84102004-11-19 Richard M. Stallman <rms@gnu.org>
8411
8412 * searching.texi (Regexp Search): Add search-whitespace-regexp.
8413
84142004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
8415
8416 * tips.texi (Coding Conventions): Fix typo.
8417
84182004-11-16 Richard M. Stallman <rms@gnu.org>
8419
8420 * tips.texi (Coding Conventions): Separate defvar and require
8421 methods to avoid warnings. Use require only when there are many
8422 functions and variables from that package.
8423
8424 * minibuf.texi (Minibuffer Completion): When ignoring case,
8425 predicate must not be case-sensitive.
8426
8427 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
8428 (Test Coverage): Don't talk about "splotches". Clarified.
8429
84302004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
8431
8432 * frames.texi (Window Frame Parameters): Fix typo.
8433
84342004-11-15 Kim F. Storm <storm@cua.dk>
8435
8436 * symbols.texi (Other Plists): Note that plist-get may signal error.
8437 Add safe-plist-get.
8438
84392004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
8440
8441 * modes.texi (Font Lock Basics): Fix typo.
8442
84432004-11-08 Richard M. Stallman <rms@gnu.org>
8444
8445 * syntax.texi (Syntax Table Functions): Add syntax-after.
8446
84472004-11-06 Lars Brinkhoff <lars@nocrew.org>
8448
8449 * os.texi (Processor Run Time): New section documenting
8450 get-internal-run-time.
8451
84522004-11-06 Eli Zaretskii <eliz@gnu.org>
8453
8454 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
8455 it nukes elisp-cover.texi.
8456 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
8457 elisp-0 etc.
8458
84592004-11-05 Luc Teirlinck <teirllm@auburn.edu>
8460
8461 * commands.texi (Keyboard Macros): Document `append' return value
8462 of `defining-kbd-macro'.
8463
84642004-11-01 Richard M. Stallman <rms@gnu.org>
8465
8466 * commands.texi (Interactive Call): Add called-interactively-p.
8467
84682004-10-29 Simon Josefsson <jas@extundo.com>
8469
8470 * minibuf.texi (Reading a Password): Revert.
8471
84722004-10-28 Richard M. Stallman <rms@gnu.org>
8473
8474 * frames.texi (Display Feature Testing): Explain about "vendor".
8475
84762004-10-27 Richard M. Stallman <rms@gnu.org>
8477
8478 * commands.texi (Interactive Codes): `N' uses numeric prefix,
8479 not raw. Clarify `n'.
8480 (Interactive Call): Rewrite interactive-p, focusing on when
8481 and how to use it.
8482 (Misc Events): Clarify previous change.
8483
8484 * advice.texi (Simple Advice): Clarify what job the example does.
8485 (Around-Advice): Clarify ad-do-it.
8486 (Activation of Advice): An option of ad-default-compilation-action
8487 is `never', not `nil'.
8488
84892004-10-26 Kim F. Storm <storm@cua.dk>
8490
8491 * commands.texi (Interactive Codes): Add U code letter.
8492
84932004-10-25 Simon Josefsson <jas@extundo.com>
8494
8495 * minibuf.texi (Reading a Password): Add.
8496
84972004-10-24 Jason Rumney <jasonr@gnu.org>
8498
8499 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
8500 and wheel-down.
8501
85022004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
8503
8504 * processes.texi (Synchronous Processes): Document process-file.
8505
85062004-10-22 Kenichi Handa <handa@m17n.org>
8507
8508 * text.texi (translate-region): Document that it accepts also a
8509 char-table.
8510
85112004-10-22 David Ponce <david@dponce.com>
8512
8513 * windows.texi (Resizing Windows): Document the `preserve-before'
8514 argument of the functions `enlarge-window' and `shrink-window'.
8515
85162004-10-19 Jason Rumney <jasonr@gnu.org>
8517
8518 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
8519
85202004-10-09 Luc Teirlinck <teirllm@auburn.edu>
8521
8522 * text.texi (Filling): Add anchor for definition of
8523 `sentence-end-double-space'.
8524
8525 * searching.texi (Regexp Example): Update description of how
8526 Emacs currently recognizes the end of a sentence.
8527 (Standard Regexps): Update definition of the variable
8528 `sentence-end'. Add definition of the function `sentence-end'.
8529
85302004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
8531
8532 * display.texi (Progress): New node.
8533
85342004-10-05 Kim F. Storm <storm@cua.dk>
8535
8536 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
8537
85382004-09-29 Kim F. Storm <storm@cua.dk>
8539
8540 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
8541 to identify bitmaps. Remove -fringe-bitmap suffix for standard
8542 fringe bitmap symbols, as they now have their own namespace.
8543 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
8544 vs. pixels. Signal error if no free bitmap slots.
8545 (Pixel Specification): Change IMAGE to @var{image}.
8546
85472004-09-28 Richard M. Stallman <rms@gnu.org>
8548
8549 * text.texi (Special Properties): Clarify line-spacing and line-height.
8550
8551 * searching.texi (Regexp Search): Add looking-back.
8552
85532004-09-25 Luc Teirlinck <teirllm@auburn.edu>
8554
8555 * display.texi: Correct typos.
8556 (Image Descriptors): Correct xref's.
8557
85582004-09-25 Richard M. Stallman <rms@gnu.org>
8559
8560 * text.texi (Special Properties): Cleanups in `cursor'.
8561 Rewrites in `line-height' and `line-spacing'; exchange them.
8562
8563 * display.texi (Fringes): Rewrite previous change.
8564 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
8565 (Display Fringe Bitmaps): Node deleted, text moved.
8566 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
8567 (Scroll Bars): Clarify set-window-scroll-bars.
8568 (Pointer Shape): Rewrite.
8569 (Specified Space): Clarify :align-to, etc.
8570 (Pixel Specification): Use @var. Clarify new text.
8571 (Other Display Specs): Clarify `slice'.
8572 (Image Descriptors): Cleanups.
8573 (Showing Images): Cleanups.
8574
85752004-09-24 Luc Teirlinck <teirllm@auburn.edu>
8576
8577 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
8578
8579 * modes.texi: Various minor changes in addition to:
8580 (Major Mode Conventions): Final call to `run-mode-hooks' should
8581 not be inside the `delay-mode-hooks' form.
8582 (Mode Hooks): New node.
8583 (Hooks): Delete obsolete example.
8584 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
8585 node "Mode Hooks".
8586
85872004-09-22 Luc Teirlinck <teirllm@auburn.edu>
8588
8589 * display.texi: Correct various typos.
8590 (Display): Rename node "Pointer Shapes" to "Pointer
8591 Shape". (There is already a node called "Pointer Shapes" in
8592 frames.texi.)
8593 (Images): Remove non-existent node "Image Slices" from menu.
8594
85952004-09-23 Kim F. Storm <storm@cua.dk>
8596
8597 * text.texi (Special Properties): Add `cursor', `pointer',
8598 `line-height', and `line-spacing' properties.
8599
8600 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
8601 Shapes' to menu.
8602 (Standard Faces): Doc fix for fringe face.
8603 (Fringes): Add `overflow-newline-into-fringe' and
8604 'indicate-buffer-boundaries'.
8605 (Fringe Bitmaps, Pointer Shapes): New nodes.
8606 (Display Property): Add 'Pixel Specification' and 'Display Fringe
8607 Bitmaps' to menu.
8608 (Specified Space): Describe pixel width and height.
8609 (Pixel Specification): New node.
8610 (Other Display Specs): Add `slice' property.
8611 (Display Fringe Bitmaps): New node.
8612 (Images): Add 'Image Slices' to menu.
8613 (Image Descriptors): Add `:pointer' and `:map' properties.
5dcb4c4e
SM
8614 (Showing Images): Add slice arg to `insert-image'.
8615 Add 'insert-sliced-image'.
b8d4c8d0
GM
8616
86172004-09-20 Richard M. Stallman <rms@gnu.org>
8618
8619 * commands.texi (Key Sequence Input):
8620 Clarify downcasing in read-key-sequence.
8621
86222004-09-08 Juri Linkov <juri@jurta.org>
8623
8624 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
8625
86262004-09-07 Luc Teirlinck <teirllm@auburn.edu>
8627
5dcb4c4e
SM
8628 * locals.texi (Standard Buffer-Local Variables):
8629 Add `buffer-auto-save-file-format'.
b8d4c8d0
GM
8630 * internals.texi (Buffer Internals): Describe new
8631 auto_save_file_format field of the buffer structure.
8632 * files.texi (Format Conversion): `auto-save-file-format' has been
8633 renamed `buffer-auto-save-file-format'.
8634
86352004-08-27 Luc Teirlinck <teirllm@auburn.edu>
8636
8637 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
8638 an integer or a marker.
8639 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
8640
86412004-08-22 Richard M. Stallman <rms@gnu.org>
8642
8643 * modes.texi (Major Mode Conventions): Discuss rebinding of
8644 standard key bindings.
8645
86462004-08-18 Kim F. Storm <storm@cua.dk>
8647
8648 * processes.texi (Accepting Output): Add `just-this-one' arg to
8649 `accept-process-output'.
8650 (Output from Processes): New var `process-adaptive-read-buffering'.
8651
86522004-08-10 Luc Teirlinck <teirllm@auburn.edu>
8653
8654 * keymaps.texi: Various changes in addition to:
8655 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
8656 Give more varied examples for `kbd'.
8657 (Creating Keymaps): Char tables have slots for all characters
8658 without modifiers.
8659 (Active Keymaps): `overriding-local-map' and
8660 `overriding-terminal-local-map' also override text property and
8661 overlay keymaps.
8662 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
8663 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
8664 to denote a prefix of no events.
8665 `map-keymap' includes parent's bindings _recursively_.
8666 Clarify and correct description of `where-is-internal'.
8667 Mention BUFFER-OR-NAME arg to `describe-bindings'.
8668 (Menu Example): For menus intended for use with the keyboard, the
8669 menu items should be bound to characters or real function keys.
8670
86712004-08-08 Luc Teirlinck <teirllm@auburn.edu>
8672
8673 * objects.texi (Character Type): Reposition `@anchor' to prevent
8674 double space inside sentence in Info.
8675
8676 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
8677 renamed to `disabled-command-function'.
8678 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
8679 (Command Loop Info): Replace reference to it.
8680 (Disabling Commands): `disabled-command-hook' has been renamed to
8681 `disabled-command-function'.
8682
86832004-08-07 Luc Teirlinck <teirllm@auburn.edu>
8684
8685 * os.texi (Translating Input): Only non-prefix bindings in
8686 `key-translation-map' override actual key bindings. Warn about
8687 possible indirect effect of actual key bindings on non-prefix
8688 bindings in `key-translation-map'.
8689
86902004-08-06 Luc Teirlinck <teirllm@auburn.edu>
8691
8692 * minibuf.texi (High-Level Completion): Add anchor for definition
8693 of `read-variable'.
8694
8695 * commands.texi: Various changes in addition to:
8696 (Using Interactive): Clarify description of `interactive-form'.
8697 (Interactive Call): Mention default for KEYS argument to
8698 `call-interactively'.
8699 (Command Loop Info): Clarify description of `this-command-keys'.
8700 Mention KEEP-RECORD argument to `clear-this-command-keys'.
8701 Value of `last-event-frame' can be `macro'.
8702 (Repeat Events): `double-click-fuzz' is also used to distinguish
8703 clicks and drags.
8704 (Classifying Events): Clarify descriptions of `event-modifiers'
8705 `event-basic-type' and `event-convert-list'.
8706 (Accessing Events): `posn-timestamp' takes POSITION argument.
8707 (Quoted Character Input): Clarify description of
8708 `read-quoted-char' and fix example.
8709 (Quitting): Add `with-local-quit'.
8710 (Disabling Commands): Correct and clarify descriptions of
8711 `enable-command' and `disable-command'.
8712 Mention what happens if `disabled-command-hook' is nil.
8713 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
8714 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
8715
87162004-07-24 Luc Teirlinck <teirllm@auburn.edu>
8717
8718 * frames.texi: Various changes in addition to:
8719 (Creating Frames): Expand and clarify description of `make-frame'.
8720 (Window Frame Parameters): Either none or both of the `icon-left'
8721 and `icon-top' parameters must be specified. Put descriptions of
8722 `menu-bar-lines' and `toolbar-lines' closer together and change
8723 them accordingly.
8724 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
8725 except while processing `frame-title-format' or `icon-title-format'.
8726 (Deleting Frames): Correct description of `delete-frame'.
8727 Non-nil return values of `frame-live-p' are like those of `framep'.
8728 (Frames and Windows): Mention return value of
8729 `set-frame-selected-window'.
8730 (Visibility of Frames): Mention `force' argument to
8731 `make-frame-invisible'. `frame-visible-p' returns t for all
8732 frames on text-only terminals.
8733 (Frame Configurations): Restoring a frame configuration does not
8734 restore deleted frames.
8735 (Window System Selections): `x-set-selection' returns DATA.
8736 (Resources): Add example.
8737 (Display Feature Testing): Clarify descriptions of
8738 `display-pixel-height', `display-pixel-width', `x-server-version'
8739 and `x-server-vendor'.
8740
8741 * windows.texi (Choosing Window): Add anchor.
8742 * minibuf.texi (Minibuffer Misc): Add anchor.
8743
87442004-07-23 John Paul Wallington <jpw@gnu.org>
8745
8746 * macros.texi (Defining Macros): Declaration keyword for setting
8747 Edebug spec is `debug' not `edebug'.
8748
87492004-07-19 Luc Teirlinck <teirllm@auburn.edu>
8750
8751 * windows.texi: Various small changes in addition to:
8752 (Window Point): Mention return value of `set-window-point'.
8753 (Window Start): `pos-visible-in-window-p' disregards horizontal
8754 scrolling. Explain return value if PARTIALLY is non-nil.
8755 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
8756 and `set-window-vscroll'.
8757 (Size of Window): The argument WINDOW to `window-inside-edges',
8758 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
8759 (Resizing Windows): Explain return value of
8760 `shrink-window-if-larger-than-buffer'.
8761 `window-size-fixed' automatically becomes buffer local when set.
8762 (Window Configurations): Explain return value of
8763 `set-window-configuration'.
8764
8765 * minibuf.texi (Minibuffer Misc): Add anchor for
8766 `minibuffer-scroll-window'.
8767
8768 * positions.texi (Text Lines): Add anchor for `count-lines'.
8769
87702004-07-17 Richard M. Stallman <rms@gnu.org>
8771
8772 * display.texi (Overlay Properties): Adding `evaporate' prop
8773 deletes empty overlay immediately.
8774
8775 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
8776 fix example.
8777
87782004-07-16 Jim Blandy <jimb@redhat.com>
8779
8780 * searching.texi (Regexp Backslash): Document new \_< and \_>
8781 operators.
8782
87832004-07-16 Juanma Barranquero <lektu@terra.es>
8784
8785 * display.texi (Images): Fix Texinfo usage.
8786
87872004-07-14 Luc Teirlinck <teirllm@auburn.edu>
8788
8789 * buffers.texi (Modification Time): `visited-file-modtime' now
8790 returns a list of two integers, instead of a cons.
8791
87922004-07-13 Luc Teirlinck <teirllm@auburn.edu>
8793
8794 * windows.texi: Various changes in addition to:
8795 (Splitting Windows): Add `split-window-keep-point'.
8796
87972004-07-09 Richard M. Stallman <rms@gnu.org>
8798
8799 * frames.texi (Input Focus): Minor fix.
8800
88012004-07-07 Luc Teirlinck <teirllm@auburn.edu>
8802
8803 * frames.texi (Input Focus): Clarify descriptions of
8804 `select-frame-set-input-focus' and `select-frame'.
8805
88062004-07-06 Luc Teirlinck <teirllm@auburn.edu>
8807
8808 * os.texi: Various small changes in addition to:
8809 (Killing Emacs): Expand and clarify description of
8810 `kill-emacs-query-functions' and `kill-emacs-hook'.
8811 (System Environment): Expand and clarify description of `getenv'
8812 and `setenv'.
8813 (Timers): Clarify description of `run-at-time'.
8814 (Translating Input): Correct description of
8815 `extra-keyboard-modifiers'.
8816 (Flow Control): Correct description of `enable-flow-control'.
8817
88182004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
8819
8820 * os.texi: Update copyright.
8821 (Session Management): Grammar fix.
8822 Clarify which Emacs does the restarting.
8823 Use @samp for *scratch* buffer.
8824
88252004-07-04 Alan Mackenzie <acm@muc.de>
8826
8827 * frames.texi (Input Focus): Add documentation for
8828 `select-frame-set-input-focus'. Replace refs to non-existent
8829 `switch-frame' with `select-frame'. Minor corrections and tidying
8830 up of text-only terminal stuff.
8831
88322004-07-02 Richard M. Stallman <rms@gnu.org>
8833
8834 * files.texi (Saving Buffers): Cleanup write-contents-function.
8835 (Magic File Names): Cleanup file-remote-p.
8836
b344d29d 88372004-07-02 Kai Großjohann <kai@emptydomain.de>
b8d4c8d0
GM
8838
8839 * files.texi (Magic File Names): `file-remote-p' returns an
8840 identifier of the remote system, not just t.
8841
88422004-07-02 David Kastrup <dak@gnu.org>
8843
8844 * searching.texi (Entire Match Data): Add explanation about new
8845 match-data behavior when @var{integers} is non-nil.
8846
88472004-06-24 Richard M. Stallman <rms@gnu.org>
8848
8849 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
8850
8851 * customize.texi (Variable Definitions): Note about doc strings
8852 and :set.
8853
8854 * keymaps.texi (Keymap Terminology): Document `kbd'.
8855 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
8856
8857 * display.texi (Invisible Text): Setting buffer-invisibility-spec
8858 makes it buffer-local.
8859
8860 * files.texi (Saving Buffers): Correct previous change.
8861
8862 * commands.texi (Accessing Events):
8863 Clarify posn-col-row and posn-actual-col-row.
8864
88652004-06-24 David Ponce <david.ponce@wanadoo.fr>
8866
8867 * commands.texi (Accessing Events): New functions
8868 posn-at-point and posn-at-x-y. Add example to posn-x-y.
8869
88702004-06-23 Luc Teirlinck <teirllm@auburn.edu>
8871
8872 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
8873 * frames.texi, buffers.texi, backups.texi, variables.texi:
8874 * loading.texi, eval.texi, functions.texi, control.texi:
8875 * symbols.texi, minibuf.texi: Reposition @anchor's.
8876
8877 * help.texi: Various small changes in addition to the following.
8878 (Describing Characters): Describe PREFIX argument to
8879 `key-description'. Correct and clarify definition of
8880 `text-char-description'. Describe NEED-VECTOR argument to
8881 `read-kbd-macro'.
8882 (Help Functions): Clarify definition of `apropos'.
8883
88842004-06-23 Lars Hansen <larsh@math.ku.dk>
8885
8886 * files.texi (Saving Buffers): Correct description of
8887 `write-contents-functions'.
8888
88892004-06-21 Juanma Barranquero <lektu@terra.es>
8890
8891 * display.texi (Images): Remove redundant @vindex directives.
8892 Rewrite `image-library-alist' doc in active voice.
8893
88942004-06-14 Juanma Barranquero <lektu@terra.es>
8895
8896 * display.texi (Images): Document new delayed library loading,
8897 variable `image-library-alist' and (existing but undocumented)
8898 function `image-type-available-p'.
8899
89002004-06-05 Richard M. Stallman <rms@gnu.org>
8901
8902 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
8903 refer the user to the Initial Input node.
8904 (Text from Minibuffer): Likewise.
8905 (Initial Input): New node. Document this feature
8906 and say it is mostly deprecated.
8907
89082004-05-30 Richard M. Stallman <rms@gnu.org>
8909
8910 * loading.texi (Named Features): Clarify return value
8911 and meaning of NOERROR.
8912
8913 * variables.texi (File Local Variables): Minor cleanup.
8914
89152004-05-30 Michael Albinus <michael.albinus@gmx.de>
8916
8917 * files.texi (Magic File Names): Add `file-remote-p' as operation
8918 of file name handlers.
8919
89202004-05-29 Richard M. Stallman <rms@gnu.org>
8921
8922 * modes.texi (Minor Mode Conventions): (-) has no special meaning
8923 as arg to a minor mode command.
8924
89252004-05-22 Richard M. Stallman <rms@gnu.org>
8926
8927 * syntax.texi (Syntax Class Table): Word syntax not just for English.
8928
8929 * streams.texi (Output Variables): Doc float-output-format.
8930
8931 * searching.texi (Regexp Special): Nested repetition can be infloop.
8932
8933 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
8934 real stack overflow.
8935
8936 * compile.texi: Minor cleanups.
8937
89382004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
8939
8940 * lists.texi (Cons Cells): Explain dotted lists, true lists,
8941 circular lists.
8942 (List Elements): Explain handling of circular and dotted lists.
8943
89442004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
8945
8946 * modes.texi (Search-based Fontification): Fix typo.
8947
89482004-05-10 Juanma Barranquero <lektu@terra.es>
8949
8950 * modes.texi (Mode Line Variables): Fix description of
8951 global-mode-string, which is now after which-func-mode, not the
8952 buffer name.
8953
89542004-05-07 Lars Hansen <larsh@math.ku.dk>
8955
8956 * modes.texi (Desktop Save Mode): Add.
8957 (Modes): Add menu entry Desktop Save Mode.
8958
8959 * hooks.texi: Add desktop-after-read-hook,
8960 desktop-no-desktop-file-hook and desktop-save-hook.
8961
8962 * locals.texi: Add desktop-save-buffer.
8963
89642004-04-30 Jesper Harder <harder@ifa.au.dk>
8965
8966 * display.texi: emacs -> Emacs.
8967
89682004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
8969
8970 * files.texi (Changing Files): Document set-file-times.
8971
89722004-04-23 Juanma Barranquero <lektu@terra.es>
8973
8974 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8975
89762004-04-18 Jesper Harder <harder@ifa.au.dk>
8977
8978 * tips.texi (Coding Conventions): defopt -> defcustom.
8979
89802004-04-16 Luc Teirlinck <teirllm@auburn.edu>
8981
8982 * sequences.texi: Various clarifications.
8983
89842004-04-14 Luc Teirlinck <teirllm@auburn.edu>
8985
8986 * buffers.texi (Read Only Buffers): Mention optional ARG to
8987 `toggle-read-only'.
8988
89892004-04-14 Nick Roberts <nick@nick.uklinux.net>
8990
8991 * windows.texi (Selecting Windows): Note that get-lru-window
8992 returns a full-width window if possible.
8993
89942004-04-13 Luc Teirlinck <teirllm@auburn.edu>
8995
8996 * buffers.texi: Various changes in addition to:
8997 (Buffer File Name): Add `find-buffer-visiting'.
8998 (Buffer Modification): Mention optional ARG to `not-modified'.
8999 (Indirect Buffers): Mention optional CLONE argument to
9000 `make-indirect-buffer'.
9001
9002 * files.texi: Various changes in addition to:
9003 (Visiting Functions): `find-file-hook' is now a normal hook.
9004 (File Name Expansion): Explain difference between the way that
9005 `expand-file-name' and `file-truename' treat `..'.
9006 (Contents of Directories): Mention optional ID-FORMAT argument to
9007 `directory-files-and-attributes'.
9008 (Format Conversion): Mention new optional CONFIRM argument to
9009 `format-write-file'.
9010
90112004-04-12 Miles Bader <miles@gnu.org>
9012
9013 * macros.texi (Expansion): Add description of `macroexpand-all'.
9014
90152004-04-05 Jesper Harder <harder@ifa.au.dk>
9016
5dcb4c4e
SM
9017 * variables.texi (Variable Aliases):
9018 Mention cyclic-variable-indirection.
b8d4c8d0
GM
9019
9020 * errors.texi (Standard Errors): Ditto.
9021
90222004-04-04 Luc Teirlinck <teirllm@auburn.edu>
9023
9024 * backups.texi: Various small changes in addition to:
9025 (Making Backups): Mention return value of `backup-buffer'.
9026 (Auto-Saving): Mention optional FORCE argument to
9027 `delete-auto-save-file-if-necessary'.
9028 (Reverting): Mention optional PRESERVE-MODES argument to
9029 `revert-buffer'. Correct description of `revert-buffer-function'.
9030
90312004-03-22 Juri Linkov <juri@jurta.org>
9032
9033 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
9034 with `Vector Functions'.
9035
9036 * text.texi (Sorting): Add missing quote.
9037
90382004-03-14 Luc Teirlinck <teirllm@auburn.edu>
9039
9040 * intro.texi (Lisp History): Replace xref to `cl' manual with
9041 inforef.
9042
90432004-03-12 Richard M. Stallman <rms@gnu.org>
9044
9045 * intro.texi (Version Info): Add arg to emacs-version.
9046 (Lisp History): Change xref to CL manual.
9047
90482004-03-09 Luc Teirlinck <teirllm@auburn.edu>
9049
9050 * minibuf.texi (Completion Commands): Add xref to Emacs manual
9051 for Partial Completion mode.
9052
90532004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
9054
9055 * customize.texi: Fix typo. Remove eol whitespace.
9056
90572004-03-04 Richard M. Stallman <rms@gnu.org>
9058
9059 * processes.texi: Fix typos.
9060
9061 * lists.texi (Building Lists): Minor clarification.
9062
9063 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
9064 in make-hash-table.
9065
90662004-02-29 Juanma Barranquero <lektu@terra.es>
9067
9068 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
9069 rm, and ignore exit code.
9070
90712004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
9072
9073 * display.texi (Defining Faces): Add description for min-colors.
9074 Update example.
9075
90762004-02-23 Luc Teirlinck <teirllm@auburn.edu>
9077
9078 * abbrevs.texi: Various corrections and clarifications in addition
9079 to the following:
9080 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
9081
90822004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
9083
9084 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
9085
90862004-02-21 Luc Teirlinck <teirllm@auburn.edu>
9087
9088 * text.texi: Various small changes in addition to the following:
9089 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
9090 to delete-horizontal-space.
9091 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
9092 description of yank-handler text property at various places.
9093
9094 * frames.texi (Window System Selections): Add anchor.
9095
9096 * syntax.texi (Syntax Table Functions): Clarify and correct
9097 descriptions of make-syntax-table and copy-syntax-table.
9098 (Motion and Syntax): Clarify SYNTAXES argument to
9099 skip-syntax-forward.
9100 (Parsing Expressions): Mention that the return value of
9101 parse-partial-sexp is currently a list of ten rather than nine
9102 elements.
9103 (Categories): Various corrections and clarifications.
9104
91052004-02-17 Luc Teirlinck <teirllm@auburn.edu>
9106
9107 * markers.texi (Marker Insertion Types): Minor change.
9108
9109 * locals.texi (Standard Buffer-Local Variables):
9110 * commands.texi (Interactive Codes, Using Interactive):
9111 * functions.texi (Related Topics): Fix xrefs.
9112
91132004-02-16 Luc Teirlinck <teirllm@auburn.edu>
9114
9115 * lists.texi (Sets And Lists): Update description of delete-dups.
9116
91172004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
9118
9119 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
9120
c8763fb6 91212004-02-16 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
9122
9123 * frames.texi (Parameter Access): frame-parameters arg is optional.
9124 modify-frame-parameters handles nil for FRAME.
9125 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
9126 are all-or-nothing for certain toolkits.
9127 Mention parameter wait-for-wm.
9128 (Frames and Windows): In frame-first-window and frame-selected-window
9129 the arg is optional.
9130 (Input Focus): In redirect-frame-focus the second arg is optional.
9131 (Window System Selections): Mention selection type CLIPBOARD.
9132 Mention data-type UTF8_STRING.
9133 Mention numbering of cut buffers.
9134 (Resources): Describe x-resource-name.
9135
91362004-02-16 Richard M. Stallman <rms@gnu.org>
9137
9138 * windows.texi (Buffers and Windows): Delete false table
9139 about all-frames.
9140
9141 * syntax.texi (Parsing Expressions): Delete old caveat
9142 about parse-sexp-ignore-comments.
9143
9144 * streams.texi (Output Variables): Add print-quoted.
9145
9146 * lists.texi (Building Lists): Minor cleanup.
9147
9148 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
9149
9150 * display.texi (Overlays): Explain overlays use markers.
9151 (Managing Overlays): Explain front-advance and rear-advance
9152 in more detail.
9153
9154 * loading.texi (Unloading): Document unload-feature-special-hooks.
9155 Get rid of fns-NNN.el file.
9156
91572004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
9158
9159 * help.texi (Describing Characters): Fix text-char-description
9160 example output.
9161
9162 * edebug.texi (Using Edebug): Fix example.
9163
9164 * debugging.texi (Internals of Debugger): Fix return value.
9165
9166 * files.texi (Changing Files): Fix argname.
9167
9168 * calendar.texi: Fix parens, and default values.
9169
9170 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
9171 * nonascii.texi, objects.texi, os.texi: Minor fixes.
b3e755a9 9172 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
b8d4c8d0
GM
9173
9174 * positions.texi (Text Lines): Don't add -1 in current-line.
9175
91762004-02-16 Richard M. Stallman <rms@gnu.org>
9177
9178 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
9179
91802004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
9181
9182 * processes.texi (Low-Level Network): Fix a typo.
9183
91842004-02-12 Kim F. Storm <storm@cua.dk>
9185
9186 * display.texi (Fringes): Use consistent wording.
9187 Note that window-fringe's window arg is optional.
9188 (Scroll Bars): Use consistent wording.
9189
91902004-02-11 Luc Teirlinck <teirllm@auburn.edu>
9191
9192 * tips.texi (Comment Tips): Document the new conventions for
9193 commenting out code.
9194
c8763fb6 91952004-02-07 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0 9196
5dcb4c4e 9197 * positions.texi (Text Lines): Add missing end defun.
b8d4c8d0
GM
9198
91992004-02-07 Kim F. Storm <storm@cua.dk>
9200
9201 * positions.texi (Text Lines): Add line-number-at-pos.
9202
92032004-02-06 John Paul Wallington <jpw@gnu.org>
9204
9205 * display.texi (Button Properties, Button Buffer Commands):
9206 mouse-2 invokes button, not down-mouse-1.
9207
92082004-02-04 Jason Rumney <jasonr@gnu.org>
9209
9210 * makefile.w32-in: Sync with Makefile.in changes.
9211
92122004-02-03 Luc Teirlinck <teirllm@auburn.edu>
9213
9214 * minibuf.texi (Text from Minibuffer): Various corrections and
9215 clarifications.
9216 (Object from Minibuffer): Correct Lisp description of
9217 read-minibuffer.
9218 (Minibuffer History): Clarify description of cons values for
9219 HISTORY arguments.
5dcb4c4e
SM
9220 (Basic Completion): Various corrections and clarifications.
9221 Add completion-regexp-list.
b8d4c8d0
GM
9222 (Minibuffer Completion): Correct and clarify description of
9223 completing-read.
5dcb4c4e
SM
9224 (Completion Commands): Mention Partial Completion mode.
9225 Various other minor changes.
b8d4c8d0
GM
9226 (High-Level Completion): Various corrections and clarifications.
9227 (Reading File Names): Ditto.
9228 (Minibuffer Misc): Ditto.
9229
92302004-01-26 Luc Teirlinck <teirllm@auburn.edu>
9231
9232 * strings.texi (Text Comparison): assoc-string also matches
9233 elements of alists that are strings instead of conses.
9234 (Formatting Strings): Standardize Texinfo usage. Update index
9235 entries.
9236
92372004-01-20 Luc Teirlinck <teirllm@auburn.edu>
9238
9239 * lists.texi (Sets And Lists): Add delete-dups.
9240
92412004-01-15 Luc Teirlinck <teirllm@auburn.edu>
9242
9243 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
9244 special form.
9245 * macros.texi (Defining Macros): Update description of `declare',
9246 which now is a macro.
9247 (Wrong Time): Fix typos.
9248
92492004-01-14 Luc Teirlinck <teirllm@auburn.edu>
9250
9251 * compile.texi (Compilation Functions): Expand descriptions of
9252 `compile-defun', `byte-compile-file', `byte-recompile-directory'
9253 and `batch-byte-compile'. In particular, mention and describe
9254 all optional arguments.
9255 (Disassembly): Correct and clarify the description of `disassemble'.
9256
92572004-01-11 Luc Teirlinck <teirllm@auburn.edu>
9258
9259 * searching.texi: Various small changes in addition to the
9260 following.
9261 (Regexp Example): Adapt to new value of `sentence-end'.
9262 (Regexp Functions): The PAREN argument to `regexp-opt' can be
9263 `words'.
9264 (Search and Replace): Add usage note for `perform-replace'.
9265 (Entire Match Data): Mention INTEGERS and REUSE arguments to
9266 `match-data'.
9267 (Standard Regexps): Update for new values of `paragraph-start'
9268 and `sentence-end'.
9269
92702004-01-07 Luc Teirlinck <teirllm@auburn.edu>
9271
9272 * files.texi (Saving Buffers): Clarify descriptions of
9273 `write-contents-functions' and `before-save-hook'.
9274 Make the defvar's for `before-save-hook' and `after-save-hook'
9275 into defopt's.
9276
92772004-01-07 Kim F. Storm <storm@cua.dk>
9278
9279 * commands.texi (Click Events): Describe new image and
9280 width/height elements of click events.
9281 (Accessing Events): Add posn-string, posn-image, and
9282 posn-object-width-height. Change posn-object to return either
9283 image or string object.
9284
92852004-01-01 Simon Josefsson <jas@extundo.com>
9286
9287 * hooks.texi (Standard Hooks): Add before-save-hook.
9288 * files.texi (Saving Buffers): Likewise.
9289
92902004-01-03 Richard M. Stallman <rms@gnu.org>
9291
9292 * frames.texi (Frames and Windows): Delete frame-root-window.
9293
92942004-01-03 Luc Teirlinck <teirllm@auburn.edu>
9295
9296 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
9297
9298 * functions.texi: Various small changes in addition to the
9299 following.
5dcb4c4e
SM
9300 (What Is a Function): `functionp' returns nil for macros.
9301 Clarify behavior of this and following functions for symbol arguments.
b8d4c8d0
GM
9302 (Function Documentation): Add `\' in front of (fn @var{arglist})
9303 and explain why.
9304 (Defining Functions): Mention DOCSTRING argument to `defalias'.
9305 Add anchor.
9306 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
9307
93082004-01-01 Miles Bader <miles@gnu.org>
9309
9310 * display.texi (Buttons): New section.
9311
93122003-12-31 Andreas Schwab <schwab@suse.de>
9313
9314 * numbers.texi (Math Functions): sqrt reports a domain-error
9315 error.
9316 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
9317
93182003-12-30 Luc Teirlinck <teirllm@auburn.edu>
9319
9320 * tips.texi (Documentation Tips): Update item on hyperlinks in
9321 documentation strings.
9322
9323 * errors.texi (Standard Errors): Various small corrections and
9324 additions.
9325
9326 * control.texi: Various small changes in addition to the
9327 following.
9328 (Signaling Errors): Provide some more details on how `signal'
9329 constructs the error message. Add anchor to the definition of
9330 `signal'.
9331 (Error Symbols): Describe special treatment of `quit'.
9332 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
9333 to emphasize that it has to be a single form.
9334
9335 * buffers.texi: Add anchor.
9336
93372003-12-29 Richard M. Stallman <rms@gnu.org>
9338
9339 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
9340 (Window Configurations): Add window-configuration-frame.
9341
9342 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
9343
9344 * text.texi (Examining Properties): Add get-char-property-and-overlay.
9345 Change arg name in get-char-property.
9346 (Special Properties): Update handling of keymap property.
9347
9348 * strings.texi (Modifying Strings): Add clear-string.
9349 (Text Comparison): Add assoc-string and remove
9350 assoc-ignore-case, assoc-ignore-representation.
9351
9352 * os.texi (Time of Day): Add set-time-zone-rule.
9353
9354 * numbers.texi (Math Functions): asin, acos, log, log10
9355 report domain-error errors.
9356
9357 * nonascii.texi (Converting Representations):
9358 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
9359 (Encoding and I/O): Add file-name-coding-system.
9360
9361 * modes.texi (Search-based Fontification): Explain that
9362 face specs are symbols with face names as values.
9363
9364 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
9365
9366 * lists.texi (Building Lists): remq moved elsewhere.
9367 (Sets And Lists): remq moved here.
9368 (Association Lists): Refer to assoc-string.
9369
9370 * internals.texi (Garbage Collection): Add memory-use-counts.
9371
9372 * frames.texi (Frames and Windows): Add set-frame-selected-window
9373 and frame-root-window.
9374
9375 * files.texi (Contents of Directories):
9376 Add directory-files-and-attributes.
9377
9378 * display.texi (Refresh Screen): Add force-window-update.
9379 (Invisible Text): Explain about moving point out of invis text.
9380 (Overlay Properties): Add overlay-properties.
9381 (Managing Overlays): Add overlayp.
9382 (GIF Images): Invalid image number displays a hollow box.
9383
9384 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
9385 (Killing Buffers): Add buffer-live-p.
9386
93872003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
9388
9389 * display.texi (Fringes): Fix typo "set-buffer-window".
9390
93912003-12-24 Luc Teirlinck <teirllm@auburn.edu>
9392
9393 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
9394 * nonascii.texi, processes.texi, tips.texi, variables.texi:
9395 Add or change various xrefs and anchors.
9396
9397 * commands.texi: Replace all occurrences of @acronym{CAR} with
9398 @sc{car}, for consistency with the rest of the Elisp manual.
9399 `car' and `cdr' are historically acronyms, but are no longer
9400 widely thought of as such.
9401
9402 * internals.texi (Pure Storage): Mention that `purecopy' does not
9403 copy text properties.
9404 (Object Internals): Now 29 bits are used (in most implementations)
9405 to address Lisp objects.
9406
9407 * variables.texi (Variables with Restricted Values): New node.
9408
9409 * objects.texi (Lisp Data Types): Mention that certain variables
9410 can only take on a restricted set of values and add an xref to
9411 the new node "Variables with Restricted Values".
9412
9413 * eval.texi (Function Indirection): Describe the errors that
9414 `indirect-function' can signal.
9415 (Eval): Clarify the descriptions of `eval-region' and `values'.
9416 Describe `eval-buffer' instead of `eval-current-buffer' and
9417 mention `eval-current-buffer' as an alias for `current-buffer'.
9418 Correct the description and mention all optional arguments.
9419
9420 * nonascii.texi: Various small changes in addition to the
9421 following.
9422 (Converting Representations): Clarify behavior of
9423 `string-make-multibyte' and `string-to-multibyte' for unibyte all
9424 ASCII arguments.
9425 (Character Sets): Document the variable `charset-list' and adapt
9426 the definition of the function `charset-list' accordingly.
9427 (Translation of Characters): Clarify use of generic characters in
9428 `make-translation-table'. Clarify and correct the description of
9429 the use of translation tables in encoding and decoding.
9430 (User-Chosen Coding Systems): Correct and clarify the description
9431 of `select-safe-coding-system'.
9432 (Default Coding Systems): Clarify description of
9433 `file-coding-system-alist'.
9434
94352003-11-30 Luc Teirlinck <teirllm@auburn.edu>
9436
9437 * strings.texi (Text Comparison): Correctly describe when two
9438 strings are `equal'. Combine and clarify descriptions of
9439 `assoc-ignore-case' and `assoc-ignore-representation'.
9440
9441 * objects.texi (Non-ASCII in Strings): Clarify description of
9442 when a string is unibyte or multibyte.
9443 (Bool-Vector Type): Update examples.
9444 (Equality Predicates): Correctly describe when two strings are
9445 `equal'.
9446
94472003-11-29 Luc Teirlinck <teirllm@auburn.edu>
9448
9449 * lists.texi (Building Lists): `append' no longer accepts integer
9450 arguments. Update the description of `number-sequence' to reflect
9451 recent changes.
9452 (Sets And Lists): Describe `member-ignore-case' after `member'.
9453
94542003-11-27 Kim F. Storm <storm@cua.dk>
9455
9456 * commands.texi (Click Events): Click object may be an images.
9457 Describe (dx . dy) element of click positions.
9458 (Accessing Events): Remove duplicate posn-timestamp.
9459 New functions posn-object and posn-object-x-y.
9460
94612003-11-23 Kim F. Storm <storm@cua.dk>
9462
9463 * commands.texi (Click Events): Describe enhancements to event
9464 position lists, including new text-pos and (col . row) items.
9465 Mention left-fringe and right-fringe area events.
9466 (Accessing Events): New functions posn-area and
9467 posn-actual-col-row. Mention posn-timestamp. Mention that
9468 posn-point in non-text area still returns buffer position.
9469 Clarify posn-col-row.
9470
94712003-11-21 Lars Hansen <larsh@math.ku.dk>
9472
9473 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
9474 * anti.texi (File Attributes): Describe removed parameter
9475 ID-FORMAT.
9476
94772003-11-20 Luc Teirlinck <teirllm@auburn.edu>
9478
9479 * positions.texi (Positions): Mention that, if a marker is used as
9480 a position, its buffer is ignored.
9481
9482 * markers.texi (Overview of Markers): Mention it here too.
9483
94842003-11-12 Luc Teirlinck <teirllm@auburn.edu>
9485
9486 * numbers.texi (Numeric Conversions): Not just `floor', but also
9487 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
9488
94892003-11-10 Luc Teirlinck <teirllm@auburn.edu>
9490
9491 * markers.texi (Creating Markers): Specify insertion type of
9492 created markers. Add xref to `Marker Insertion Types'.
9493 Second argument to `copy-marker' is optional.
9494 (Marker Insertion Types): Mention that most markers are created
9495 with insertion type nil.
9496 (The Mark): Correctly describe when `mark' signals an error.
9497 (The Region): Correctly describe when `region-beginning' and
9498 `region-end' signal an error.
9499
95002003-11-08 Luc Teirlinck <teirllm@auburn.edu>
9501
9502 * hash.texi (Creating Hash): Clarify description of `eql'.
9503 `makehash' is obsolete.
9504 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
9505
9506 * positions.texi (Point): Change description of `buffer-end', so
9507 that it is also correct for floating point arguments.
9508 (List Motion): Correct argument lists of `beginning-of-defun' and
9509 `end-of-defun'.
9510 (Excursions): Add xref to `Marker Insertion Types'.
9511 (Narrowing): Argument to `narrow-to-page' is optional.
9512
95132003-11-06 Luc Teirlinck <teirllm@auburn.edu>
9514
9515 * streams.texi (Output Streams): Clarify behavior of point for
9516 marker output streams.
9517
95182003-11-04 Luc Teirlinck <teirllm@auburn.edu>
9519
9520 * variables.texi (Defining Variables): Second argument to
9521 `defconst' is not optional.
9522 (Setting Variables): Mention optional argument APPEND to
9523 `add-to-list'.
9524 (Creating Buffer-Local): Expand description of
9525 `make-variable-buffer-local'.
9526 (Frame-Local Variables): Expand description of
9527 `make-variable-frame-local'.
9528 (Variable Aliases): Correct description of optional argument
9529 DOCSTRING to `defvaralias'. Mention return value of
9530 `defvaralias'.
9531 (File Local Variables): Add xref to `File variables' in Emacs
9532 Manual. Correct description of `hack-local-variables'. Mention
9533 `safe-local-variable' property. Mention optional second argument
9534 to `risky-local-variable-p'.
9535
95362003-11-03 Luc Teirlinck <teirllm@auburn.edu>
9537
9538 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
9539
95402003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
9541
9542 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
9543 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
9544 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
9545 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
9546 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
9547 lispref/processes.texi, lispref/searching.texi,
9548 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
9549 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
9550 @acronym{FOO}.
9551
95522003-10-27 Luc Teirlinck <teirllm@auburn.edu>
9553
9554 * strings.texi (Creating Strings): Argument START to `substring'
9555 can not be `nil'. Expand description of
9556 `substring-no-properties'. Correct description of `split-string',
9557 especially with respect to empty matches. Prevent very bad line
9558 break in definition of `split-string-default-separators'.
9559 (Text Comparison): `string=' and `string<' also accept symbols as
9560 arguments.
9561 (String Conversion): More completely describe argument BASE in
9562 `string-to-number'.
9563 (Formatting Strings): `%s' and `%S' in `format' do require
9564 corresponding object. Clarify behavior of numeric prefix after
9565 `%' in `format'.
9566 (Case Conversion): The argument to `upcase-initials' can be a
9567 character.
9568
95692003-10-27 Kenichi Handa <handa@m17n.org>
9570
9571 * display.texi (Fontsets): Fix texinfo usage.
9572
95732003-10-25 Kenichi Handa <handa@m17n.org>
9574
9575 * display.texi (Fontsets): Add description of the function
9576 set-fontset-font.
9577
95782003-10-23 Luc Teirlinck <teirllm@auburn.edu>
9579
9580 * display.texi (Temporary Displays): Add xref to `Documentation
9581 Tips'.
9582
9583 * functions.texi (Function Safety): Use inforef instead of pxref
9584 for SES.
9585
95862003-10-23 Andreas Schwab <schwab@suse.de>
9587
9588 * Makefile.in (TEX, texinputdir): Don't define.
9589 (TEXI2DVI): Define.
9590 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
9591 add $(srcdir)/index.texi.
9592 ($(infodir)/elisp): Remove index.texi dependency.
9593 (elisp.dvi): Likewise. Use $(TEXI2DVI).
9594 (index.texi): Remove target.
9595 (dist): Don't link $(srcdir)/permute-index.
9596 (clean): Don't remove index.texi.
9597
9598 * permute-index, index.perm: Remove.
9599 * index.texi: Rename from index.unperm.
9600
96012003-10-22 Luc Teirlinck <teirllm@auburn.edu>
9602
9603 * tips.texi (Documentation Tips): Document new behavior for face
9604 and variable hyperlinks in Help mode.
9605
96062003-10-21 Luc Teirlinck <teirllm@auburn.edu>
9607
9608 * objects.texi (Integer Type): Update for extra bit of integer range.
9609 (Character Type): Ditto.
9610
96112003-10-16 Eli Zaretskii <eliz@gnu.org>
9612
9613 * numbers.texi (Integer Basics): Add index entries for reading
9614 numbers in hex, octal, and binary.
9615
96162003-10-16 Lute Kamstra <lute@gnu.org>
9617
9618 * modes.texi (Mode Line Format): Mention force-mode-line-update's
9619 argument.
9620
96212003-10-13 Luc Teirlinck <teirllm@auburn.edu>
9622
9623 * windows.texi (Choosing Window): Fix typo.
9624 * edebug.texi (Edebug Execution Modes): Fix typo.
9625
96262003-10-13 Richard M. Stallman <rms@gnu.org>
9627
9628 * windows.texi (Basic Windows): A window has fringe settings,
9629 display margins and scroll-bar settings.
9630 (Splitting Windows): Doc split-window return value.
9631 Clean up one-window-p.
9632 (Selecting Windows): Fix typo.
9633 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
9634 (Buffers and Windows): In set-window-buffer, explain effect
9635 on fringe settings and scroll bar settings.
9636 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
9637 (Choosing Window): Use defopt for pop-up-frame-function.
9638 For special-display-buffer-names, explain same-window and same-frame.
9639 Clarify window-dedicated-p return value.
9640 (Textual Scrolling): scroll-up and scroll-down can get an error.
9641 (Horizontal Scrolling): Clarify auto-hscroll-mode.
9642 Clarify set-window-hscroll.
9643 (Size of Window): Don't mention tool bar in window-height.
9644 (Coordinates and Windows): Explain what coordinates-in-window-p
9645 returns for fringes and display margins.
9646 (Window Configurations): Explain saving fringes, etc.
9647
9648 * tips.texi (Library Headers): Clean up Documentation.
9649
9650 * syntax.texi (Parsing Expressions): Clean up forward-comment
9651 and parse-sexp-lookup-properties.
9652
9653 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
9654
9655 * os.texi (System Environment): Clean up text for load-average errors.
9656
9657 * modes.texi (Hooks): Don't explain local hook details at front.
9658 Clarify run-hooks and run-hook-with-args a little.
9659 Clean up add-hook and remove-hook.
9660
9661 * edebug.texi (Edebug Execution Modes): Clarify t.
9662 Document edebug-sit-for-seconds.
9663 (Coverage Testing): Document C-x X = and =.
9664 (Instrumenting Macro Calls): Fix typo.
9665 (Specification List): Don't index the specification keywords.
9666
96672003-10-10 Kim F. Storm <storm@cua.dk>
9668
9669 * processes.texi (Network): Introduce make-network-process.
9670
96712003-10-09 Luc Teirlinck <teirllm@auburn.edu>
9672
9673 * tips.texi (Library Headers): Fix typo.
9674
96752003-10-07 Juri Linkov <juri@jurta.org>
9676
9677 * modes.texi (Imenu): Mention imenu-create-index-function's
9678 default value. Explain submenus better.
9679
96802003-10-07 Lute Kamstra <lute@gnu.org>
9681
9682 * modes.texi (Faces for Font Lock): Fix typo.
9683 (Hooks): Explain how buffer-local hook variables can refer to
9684 global hook variables.
9685 Various minor clarifications.
9686
96872003-10-06 Lute Kamstra <lute@gnu.org>
9688
9689 * tips.texi (Coding Conventions): Mention naming conventions for
9690 hooks.
9691
96922003-10-05 Luc Teirlinck <teirllm@auburn.edu>
9693
9694 * loading.texi (Library Search): Correct default value of
9695 load-suffixes.
9696 (Named Features): Fix typo.
9697
96982003-10-05 Richard M. Stallman <rms@gnu.org>
9699
9700 * loading.texi (Named Features): In `provide',
9701 say how to test for subfeatures.
9702 (Unloading): In unload-feature, use new var name
9703 unload-feature-special-hooks.
9704
97052003-10-03 Lute Kamstra <lute@gnu.org>
9706
9707 * modes.texi (Major Mode Conventions): Mention third way to set up
9708 Imenu.
9709 (Imenu): A number of small fixes.
9710 Delete documentation of internal variable imenu--index-alist.
9711 Document the return value format of imenu-create-index-function
9712 functions.
9713
97142003-09-30 Richard M. Stallman <rms@gnu.org>
9715
9716 * processes.texi (Network): Say what stopped datagram connections do.
9717
9718 * lists.texi (Association Lists): Clarify `assq-delete-all'.
9719
9720 * display.texi (Overlay Properties): Clarify `evaporate' property.
9721
97222003-09-29 Lute Kamstra <lute@gnu.org>
9723
9724 * modes.texi (Mode Line Data): Explain when symbols in mode-line
9725 constructs should be marked as risky.
9726 Change cons cell into proper list.
9727 (Mode Line Variables): Change cons cell into proper list.
9728
97292003-09-26 Lute Kamstra <lute@gnu.org>
9730
9731 * modes.texi (Mode Line Data): Document the :propertize construct.
9732 (Mode Line Variables): Reorder the descriptions of the variables
9733 to match their order in the default mode-line-format.
9734 Describe the new variables mode-line-position and mode-line-modes.
9735 Update the default values of mode-line-frame-identification,
9736 minor-mode-alist, and default-mode-line-format.
9737 (Properties in Mode): Mention the :propertize construct.
9738
97392003-09-26 Richard M. Stallman <rms@gnu.org>
9740
9741 * buffers.texi, commands.texi, debugging.texi, eval.texi:
9742 * loading.texi, minibuf.texi, text.texi, variables.texi:
9743 Avoid @strong{Note:}.
9744
97452003-09-26 Richard M. Stallman <rms@gnu.org>
9746
9747 * keymaps.texi (Remapping Commands): Fix typo.
9748
97492003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
9750
9751 * processes.texi (Low-Level Network): Fix typo.
9752
97532003-09-23 Kim F. Storm <storm@cua.dk>
9754
9755 * processes.texi (Network, Network Servers): Fix typos.
9756 (Low-Level Network): Add timeout value for :server keyword.
9757 Add new option keywords to make-network-process.
9758 Add set-network-process-options.
9759 Explain how to test availability of network options.
9760
97612003-09-19 Richard M. Stallman <rms@gnu.org>
9762
9763 * text.texi (Motion by Indent): Arg to
9764 backward-to-indentation and forward-to-indentation is optional.
9765
9766 * strings.texi (Creating Strings): Add substring-no-properties.
9767
9768 * processes.texi
9769 (Process Information): Add list-processes arg QUERY-ONLY.
9770 Delete process-contact from here.
9771 Add new status values for process-status.
9772 Add process-get, process-put, process-plist, set-process-plist.
9773 (Synchronous Processes): Add call-process-shell-command.
9774 (Signals to Processes): signal-process allows process objects.
9775 (Network): Complete rewrite.
9776 (Network Servers, Datagrams, Low-Level Network): New nodes.
9777
9778 * positions.texi (Word Motion): forward-word, backward-word
9779 arg is optional. Reword.
9780
9781 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
9782
9783 * variables.texi (Creating Buffer-Local):
9784 Delete duplicate definition of buffer-local-value.
9785 (File Local Variables): Explain about discarding text props.
9786
97872003-09-11 Richard M. Stallman <rms@gnu.org>
9788
9789 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
9790 changes variables that record input events.
9791 (Minibuffer Misc): Add minibuffer-selected-window.
9792
9793 * lists.texi (Building Lists): Add copy-tree.
9794
9795 * display.texi (Fontsets): Add char-displayable-p.
9796 (Scroll Bars): New node.
9797
97982003-09-08 Lute Kamstra <lute@gnu.org>
9799
9800 * modes.texi (%-Constructs): Document new `%i' and `%I'
9801 constructs.
9802
98032003-09-03 Peter Runestig <peter@runestig.com>
9804
9805 * makefile.w32-in: New file.
9806
98072003-08-29 Richard M. Stallman <rms@gnu.org>
9808
9809 * display.texi (Overlay Properties): Clarify how priorities
9810 affect use of the properties.
9811
98122003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
9813
9814 * customize.texi (Type Keywords): Correct the description of
9815 `:help-echo' in the case where `motion-doc' is a function.
9816
98172003-08-14 John Paul Wallington <jpw@gnu.org>
9818
9819 * modes.texi (Emulating Mode Line): Subsection, not section.
9820
98212003-08-13 Richard M. Stallman <rms@gnu.org>
9822
9823 * elisp.texi (Top): Update subnode lists in menu.
9824
9825 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
9826 (Kill Functions): kill-region has new arg yank-handler.
9827 (Yanking): New node.
9828 (Yank Commands): Add yank-undo-function.
9829 (Low-Level Kill Ring):
9830 kill-new and kill-append have new arg yank-handler.
9831 (Changing Properties): Add remove-list-of-text-properties.
9832 (Atomic Changes): New node.
9833
9834 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
9835
9836 * streams.texi (Output Variables): Add eval-expression-print-length
9837 and eval-expression-print-level.
9838
9839 * os.texi (Time Conversion): For encode-time, explain limits on year.
9840
9841 * objects.texi (Character Type): Define anchor "modifier bits".
9842
9843 * modes.texi (Emulating Mode Line): New node.
9844 (Search-based Fontification): Font Lock uses font-lock-face property.
9845 (Other Font Lock Variables): Likewise.
9846
9847 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
9848 not vectors.
9849 (Active Keymaps): Add emulation-mode-map-alists.
9850 (Functions for Key Lookup): key-binding has new arg no-remap.
9851 (Remapping Commands): New node.
9852 (Scanning Keymaps): where-is-internal has new arg no-remap.
9853 (Tool Bar): Add tool-bar-local-item-from-menu.
9854 Clarify when to use tool-bar-add-item-from-menu.
9855
9856 * commands.texi (Interactive Call): commandp has new arg.
9857 (Command Loop Info): Add this-original-command.
9858
98592003-08-06 John Paul Wallington <jpw@gnu.org>
9860
9861 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
9862
9863 * display.texi (Warning Basics): Fix typo.
9864 (Fringes): Add closing curly bracket and fix typo.
9865
9866 * elisp.texi (Top): Fix typo.
9867
98682003-08-05 Richard M. Stallman <rms@gnu.org>
9869
9870 * elisp.texi: Update lists of subnodes.
9871
9872 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
9873
9874 * variables.texi (Local Variables): Use lc for example variable names.
9875
9876 * tips.texi (Library Headers): Explain where to put -*-.
9877
9878 * strings.texi (Creating Strings): Fix xref for vconcat.
9879
9880 * sequences.texi (Vector Functions):
9881 vconcat no longer allows integer args.
9882
9883 * minibuf.texi (Reading File Names): read-file-name has new
9884 arg PREDICATE. New function read-directory-name.
9885
c4cc8b9a 9886 * macros.texi (Defining Macros): Give definition of `declare'.
b8d4c8d0
GM
9887 (Indenting Macros): New node.
9888
9889 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
9890 (Window Frame Parameters): Make separate table of parameters
9891 that are coupled with specific face attributes.
9892 (Deleting Frames): delete-frame-hooks renamed to
9893 delete-frame-functions.
9894
9895 * files.texi (Magic File Names): Add file-remote-p.
9896 Clarify file-local-copy.
9897
9898 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
9899 here; instead xref Defining Macros.
9900
9901 * display.texi (Warnings): New node, and subnodes.
9902 (Fringes): New node.
9903
9904 * debugging.texi (Test Coverage): New node.
9905
9906 * compile.texi (Compiler Errors): Explain with-no-warnings
9907 and other ways to suppress warnings.
9908
9909 * commands.texi (Interactive Call): Minor clarification.
9910
9911 * buffers.texi (Buffer File Name): set-visited-file-name
9912 renames the buffer too.
9913
9914 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
9915
99162003-07-24 Markus Rost <rost@math.ohio-state.edu>
9917
9918 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
9919
99202003-07-22 Markus Rost <rost@math.ohio-state.edu>
9921
9922 * internals.texi (Garbage Collection): Fix previous change.
9923
99242003-07-22 Richard M. Stallman <rms@gnu.org>
9925
9926 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
9927
9928 * display.texi (Width): Use \s syntax in example.
9929 (Font Selection): Add face-font-rescale-alist.
9930
9931 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
9932 Remove spurious indent in example.
9933
9934 * lists.texi (Building Lists): Add number-sequence.
9935
9936 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
9937
9938 * functions.texi (Function Documentation): Explain how to
9939 show calling convention explicitly in the doc string.
9940
9941 * windows.texi (Selecting Windows): save-selected-window saves
9942 selected window of each frame.
9943 (Window Configurations): Minor change.
9944
9945 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
9946
9947 * streams.texi (Output Variables): Add print-continuous-numbering
9948 and print-number-table.
9949
9950 * processes.texi (Decoding Output): New node.
9951
9952 * os.texi (Time Conversion): decode-time arg is optional.
9953
9954 * objects.texi (Character Type): Don't use space as example for \.
9955 Make list of char names and \-sequences correspond.
9956 Explain that \s is not used in strings. `\ ' needs space after.
9957
9958 * nonascii.texi (Converting Representations): Add string-to-multibyte.
9959 (Translation of Characters): Add translation-table-for-input.
9960 (Default Coding Systems): Add auto-coding-functions.
9961 (Explicit Encoding): Add decode-coding-inserted-region.
9962 (Locales): Add locale-info.
9963
9964 * minibuf.texi (Basic Completion): Describe test-completion.
9965 Collections can be lists of strings.
9966 Clean up lazy-completion-table.
9967 (Programmed Completion): Mention test-completion.
9968 Clarify why lambda expressions are not accepted.
9969 (Minibuffer Misc): Describe minibufferp.
9970
99712003-07-14 Richard M. Stallman <rms@gnu.org>
9972
9973 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
9974
9975 * windows.texi (Selecting Windows): New arg to select-window.
9976 (Selecting Windows): Add with-selected-window.
9977 (Size of Window): Add window-inside-edges, etc.
9978
9979 * internals.texi (Garbage Collection): Add post-gc-hook.
9980
9981 * processes.texi (Subprocess Creation): Add exec-suffixes.
9982
9983 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
9984 (Scanning Keymaps): Add map-keymaps.
9985 (Defining Menus): Add keymap-prompt.
9986
9987 * numbers.texi (Integer Basics): Add most-positive-fixnum,
9988 most-negative-fixnum.
9989
c4cc8b9a 9990 * compile.texi (Byte Compilation): Explain no-byte-compile.
b8d4c8d0
GM
9991 (Compiler Errors): New node.
9992
9993 * os.texi (User Identification): user-uid, user-real-uid
9994 can return float.
9995
9996 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
9997 and about derived modes.
9998 (Minor Modes): Add minor-mode-list.
9999 (Defining Minor Modes): Keyword args for define-minor-mode.
10000 (Search-based Fontification): Explain managing other properties.
10001 (Other Font Lock Variables): Add font-lock-extra-managed-props.
183080b6 10002 (Faces for Font Lock): Add font-lock-preprocessor-face.
b8d4c8d0
GM
10003 (Hooks): Add run-mode-hooks and delay-mode-hooks.
10004
10005 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
10006 (Variable Aliases): Clarify defvaralias.
10007
10008 * loading.texi (Library Search): Add load-suffixes.
10009
10010 * minibuf.texi (Basic Completion): Add lazy-completion-table.
10011 (Programmed Completion): Add dynamic-completion-table.
10012
10013 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
10014 (Magic File Names): Specify precedence order of handlers.
10015
10016 * commands.texi (Command Overview): Emacs server runs pre-command-hook
10017 and post-command-hook.
10018 (Waiting): New calling convention for sit-for.
10019
10020 * text.texi (Special Properties): local-map and keymap properties
10021 apply based on their stickiness.
10022
100232003-07-07 Richard M. Stallman <rms@gnu.org>
10024
10025 * modes.texi (Minor Mode Conventions): Specify only some kinds
10026 of list values as args to minor modes.
10027
10028 * files.texi (File Name Expansion): Warn about iterative use
10029 of substitute-in-file-name.
10030
10031 * advice.texi (Activation of Advice): Clean up previous change.
10032
100332003-07-06 Markus Rost <rost@math.ohio-state.edu>
10034
10035 * advice.texi (Activation of Advice): Note that ad-start-advice is
10036 turned on by default.
10037
100382003-06-30 Richard M. Stallman <rms@gnu.org>
10039
10040 * text.texi (Buffer Contents): Document current-word.
10041 (Change Hooks): Not called for *Messages*.
10042
10043 * functions.texi (Defining Functions): Explain about redefining
10044 primitives.
f4e90db0 10045 (Function Safety): Rename. Minor changes.
b8d4c8d0
GM
10046 Comment out the detailed criteria for what is safe.
10047
100482003-06-22 Andreas Schwab <schwab@suse.de>
10049
10050 * objects.texi (Symbol Type): Fix description of examples.
10051
100522003-06-16 Andreas Schwab <schwab@suse.de>
10053
10054 * hash.texi (Creating Hash): Fix description of :weakness.
10055
c8763fb6 100562003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
b8d4c8d0
GM
10057
10058 * files.texi (Changing Files): copy-file copies file modes, too.
10059
100602003-05-28 Richard M. Stallman <rms@gnu.org>
10061
10062 * strings.texi (Creating Strings): Clarify split-string.
10063
100642003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
10065
10066 * strings.texi (Creating Strings): Update split-string specification
10067 and examples.
10068
100692003-05-19 Richard M. Stallman <rms@gnu.org>
10070
10071 * elisp.texi: Correct invariant section names.
10072
100732003-04-20 Richard M. Stallman <rms@gnu.org>
10074
10075 * os.texi (Timers): Explain about timers and quitting.
10076
100772003-04-19 Richard M. Stallman <rms@gnu.org>
10078
10079 * internals.texi (Writing Emacs Primitives): Strings are
10080 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
10081 Explain GCPRO convention for varargs function args.
10082
100832003-04-16 Richard M. Stallman <rms@gnu.org>
10084
10085 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
10086
100872003-04-08 Richard M. Stallman <rms@gnu.org>
10088
10089 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
10090
100912003-02-13 Kim F. Storm <storm@cua.dk>
10092
10093 * objects.texi (Character Type): New \s escape for space.
10094
100952003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
10096
5dcb4c4e 10097 * os.texi (System Environment): Add cygwin system-type.
b8d4c8d0
GM
10098
100992003-01-25 Richard M. Stallman <rms@gnu.org>
10100
10101 * keymaps.texi: Document that a symbol can act as a keymap.
10102
101032003-01-13 Richard M. Stallman <rms@gnu.org>
10104
10105 * text.texi (Changing Properties): Say string indices are origin-0.
10106
10107 * positions.texi (Screen Lines) <compute-motion>:
10108 Correct order of elts in return value.
10109
10110 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
10111 how to define a default binding.
10112
101132002-12-07 Markus Rost <rost@math.ohio-state.edu>
10114
10115 * loading.texi (Unloading): Fix recent change for load-history.
10116
10117 * customize.texi (Simple Types): Clarify description of custom
10118 type 'number. Describe new custom type 'float.
10119
101202002-12-04 Markus Rost <rost@math.ohio-state.edu>
10121
10122 * variables.texi (File Local Variables): Fix typo.
10123
c8763fb6 101242002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
b8d4c8d0
GM
10125
10126 From Michael Albinus <Michael.Albinus@alcatel.de>.
10127
10128 * README: Target for Info file is `make info'.
10129
5dcb4c4e 10130 * files.texi (File Name Components): Fix typos in
b8d4c8d0
GM
10131 `file-name-sans-extension'.
10132 (Magic File Names): Complete list of operations for magic file
10133 name handlers.
10134
101352002-09-16 Jonathan Yavner <jyavner@engineer.com>
10136
10137 * variables.texi (File Local Variables): New function
10138 risky-local-variable-p.
10139
101402002-09-15 Jonathan Yavner <jyavner@engineer.com>
10141
10142 * functions.texi (Function safety): New node about unsafep.
10143
101442002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
10145
5dcb4c4e 10146 * customize.texi (Splicing into Lists): Fix example.
a86cd395 10147 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
b8d4c8d0
GM
10148
101492002-06-17 Juanma Barranquero <lektu@terra.es>
10150
10151 * frames.texi (Display Feature Testing): Fix typo.
10152
101532002-06-12 Andreas Schwab <schwab@suse.de>
10154
10155 * frames.texi (Initial Parameters, Resources): Fix references to
10156 the Emacs manual.
10157
101582002-05-13 Kim F. Storm <storm@cua.dk>
10159
10160 * variables.texi (Intro to Buffer-Local): Updated warning and
10161 example relating to changing buffer inside let.
10162
c8763fb6 101632002-03-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
10164
10165 * os.texi (Session Management): New node about X Session management.
10166
101672002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
10168
10169 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
10170 to which the manual corresponds, and the copyright years.
10171
10172 * Makefile.in (VERSION): Set to 2.9.
10173
101742001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
10175
10176 * elisp.texi: Change the category in @dircategory to "Emacs", to
10177 make it consistent with info/dir.
10178
101792001-11-25 Miles Bader <miles@gnu.org>
10180
10181 * text.texi (Fields): Describe new `limit' arg in
10182 field-beginning/field-end.
10183
101842001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
10185
5dcb4c4e
SM
10186 * permute-index: Don't depend on csh-specific features.
10187 Replace the interpreter name with /bin/sh.
b8d4c8d0
GM
10188
10189 * two-volume-cross-refs.txt: New file.
10190 * two.el: New file.
10191 * spellfile: New file.
10192
101932001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
10194
10195 * permute-index: New file.
10196
10197 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
10198 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
10199 8+3 restricted namespace.
10200
10201 * Makefile.in (infodir): Define relative to $(srcdir).
10202 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
10203 include directories list via -I switch to makeinfo.
10204 (index.texi): Use cp if both hard and symbolic links fail.
10205
102062001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
10207
10208 * Makefile.in (distclean): Add.
10209
10210 The following changes make ELisp manual part of the Emacs
10211 distribution:
10212
10213 * Makefile.in: Add Copyright notice.
10214 (prefix): Remove.
10215 (infodir): Change value to "../info".
10216 (VPATH): New variable.
10217 (MAKE): Don't define.
10218 (texmacrodir): Don't define.
10219 (texinputdir): Append the existing value of TEXINPUTS.
10220 ($(infodir)/elisp): Instead of just "elisp". Reformat the
10221 command to be compatible with man/Makefile.in, and to put the
10222 output into ../info.
10223 (info): Add target.
10224 (installall): Target removed.
10225
c8763fb6 102262001-10-31 Pavel Janík <Pavel@Janik.cz>
b8d4c8d0
GM
10227
10228 * tips.texi (Coding Conventions): Fix typo.
10229
102302001-10-23 Gerd Moellmann <gerd@gnu.org>
10231
10232 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
10233
102342001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
10235
10236 * files.texi (File Name Components): Update the description of
10237 file-name-sans-extension and file-name-extension, as they now
10238 ignore leading dots.
10239
102402001-10-20 Gerd Moellmann <gerd@gnu.org>
10241
10242 * (Version 21.1 released.)
10243
102442001-10-19 Miles Bader <miles@gnu.org>
10245
10246 * positions.texi (Text Lines): Describe behavior of
10247 `beginning-of-line'/`end-of-line' in the presence of field properties.
10248
102492001-10-17 Gerd Moellmann <gerd@gnu.org>
10250
10251 * Makefile.in (VERSION): Set to 2.8.
10252 (manual): Use `manual-21'.
10253
10254 * elisp.texi (VERSION): Add and use it where the version
10255 number was used. Set it to 2.8.
10256
10257 * intro.texi: Likewise.
10258
102592001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
10260
10261 * files.texi (File Name Completion): Document the significance of
10262 a trailing slash in elements of completion-ignored-extensions.
10263
102642001-10-06 Miles Bader <miles@gnu.org>
10265
10266 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
10267
102682001-10-04 Gerd Moellmann <gerd@gnu.org>
10269
10270 * variables.texi (Variable Aliases): New node.
10271
102722001-10-04 Gerd Moellmann <gerd@gnu.org>
10273
10274 * Branch for 21.1.
10275
102762001-10-02 Miles Bader <miles@gnu.org>
10277
10278 * minibuf.texi (Minibuffer Misc): Add entries for
10279 `minibuffer-contents', `minibuffer-contents-no-properties', and
10280 `delete-minibuffer-contents'.
10281 Correct description for `minibuffer-prompt-end'.
10282
10283 * text.texi (Property Search): Correct descriptions of
10284 `next-char-property-change' and `previous-char-property-change'.
10285 Add entries for `next-single-char-property-change' and
10286 `previous-single-char-property-change'.
10287 Make operand names a bit more consistent.
10288
102892001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
10290
10291 * frames.texi (Finding All Frames): Document that next-frame and
10292 previous-frame are local to current terminal.
10293
102942001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
10295
10296 * keymaps.texi (Creating Keymaps): Fix the description of the
10297 result of make-keymap.
10298
102992001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
10300
10301 * display.texi (Font Lookup, Attribute Functions)
10302 (Image Descriptors): Add cross-references to the definition of
10303 selected frame.
10304
10305 * buffers.texi (The Buffer List): Add cross-references to the
10306 definition of selected frame.
10307
10308 * frames.texi (Input Focus): Clarify which frame is _the_ selected
10309 frame at any given time.
10310 (Multiple Displays, Size and Position): Add a cross-reference to
10311 the definition of the selected frame.
10312
103132001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
10314
10315 * strings.texi (String Conversion) <string-to-number>: Document
10316 that a float is returned for integers that are too large.
10317
10318 * frames.texi (Mouse Position): Document mouse-position-function.
10319 (Display Feature Testing): Document display-images-p.
10320 (Window Frame Parameters): Document the cursor-type variable.
10321
10322 * numbers.texi (Integer Basics): Document CL style read syntax for
10323 integers in bases other than 10.
10324
5dcb4c4e
SM
10325 * positions.texi (List Motion):
10326 Document open-paren-in-column-0-is-defun-start.
b8d4c8d0
GM
10327
10328 * lists.texi (Sets And Lists): Document member-ignore-case.
10329
10330 * internals.texi (Garbage Collection): Document the used and free
10331 strings report.
10332 (Memory Usage): Document strings-consed.
10333
10334 * os.texi (Time of Day): Document float-time.
10335 (Recording Input): Document that clear-this-command-keys clears
10336 the vector to be returned by recent-keys.
10337
10338 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
10339 argument keymap can be a list.
10340
10341 * nonascii.texi (User-Chosen Coding Systems)
10342 <select-safe-coding-system>: Document the new argument
10343 accept-default-p and the variable
10344 select-safe-coding-system-accept-default-p. Tell what happens if
10345 buffer-file-coding-system is undecided.
10346 (Default Coding Systems): Document auto-coding-regexp-alist.
10347
10348 * display.texi (The Echo Area) <message>: Document
10349 message-truncate-lines.
10350 (Glyphs): Document that the glyph table is unused on windowed
10351 displays.
10352
10353 * help.texi (Describing Characters) <single-key-description>:
10354 Document the new argument no-angles.
10355 (Accessing Documentation) <documentation-property>: Document that
10356 a non-string property is evaluated.
10357 <documentation>: Document that the function-documentation property
10358 is looked for.
10359
10360 * windows.texi (Selecting Windows): Document some-window.
10361
10362 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
10363
10364 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
10365 apropos-mode-hook.
10366
10367 * commands.texi (Using Interactive): Document interactive-form.
10368 (Keyboard Macros): Document kbd-macro-termination-hook.
10369 (Command Loop Info): Document that clear-this-command-keys clears
10370 the vector to be returned by recent-keys.
10371
103722001-09-04 Werner LEMBERG <wl@gnu.org>
10373
10374 * Makefile.in (srcdir, texinputdir): New variables.
10375 (srcs, index.texi, install): Use $(srcdir).
10376 (.PHONY): Remove elisp.dvi.
10377 (elisp): Use -I switch for makeinfo.
10378 (elisp.dvi): Use $(srcdir) and $(texinputdir).
10379 (installall, dist): Use $(srcdir).
10380 Fix path to texinfo.tex.
10381 (maintainer-clean): Add elisp.dvi and elisp.oaux.
10382
103832001-08-30 Gerd Moellmann <gerd@gnu.org>
10384
10385 * display.texi (Conditional Display): Adjust to API change.
10386
10387 * configure: New file.
10388
103892001-07-30 Gerd Moellmann <gerd@gnu.org>
10390
10391 * commands.texi (Repeat Events): Add description of
10392 double-click-fuzz.
10393
103942001-05-08 Stefan Monnier <monnier@cs.yale.edu>
10395
10396 * syntax.texi (Syntax Class Table): Add the missing designator for
10397 comment and string fences.
10398 (Syntax Properties): Add a xref to syntax table internals.
10399 (Syntax Table Internals): Document string-to-syntax.
10400
104012001-05-07 Gerd Moellmann <gerd@gnu.org>
10402
10403 * Makefile.in (install): Use install-info command line options
10404 like in Emacs' Makefile.in.
10405
104062000-12-09 Miles Bader <miles@gnu.org>
10407
10408 * windows.texi (Window Start): Update documentation for
10409 `pos-visible-in-window-p'.
10410
104112000-11-12 Stefan Monnier <monnier@cs.yale.edu>
10412
10413 * lists.texi (Building Lists): Add footnote to explain how to add
10414 to the end of a list.
10415
104162000-10-25 Gerd Moellmann <gerd@gnu.org>
10417
10418 * files.texi (Visiting Functions): Typos.
10419
104202000-10-25 Kenichi Handa <handa@etl.go.jp>
10421
10422 * files.texi (Visiting Functions): Return value of
10423 find-file-noselect may be a list of buffers if wildcards are used.
10424
104252000-10-24 Miles Bader <miles@lsi.nec.co.jp>
10426
10427 * display.texi (Defining Faces): Document `graphic' display type
10428 in face specs.
10429
b344d29d 104302000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b8d4c8d0
GM
10431
10432 * hooks.texi (Standard Hooks): Replace obsolete
10433 `after-make-frame-hook' with `after-make-frame-functions'.
10434
10435 * frames.texi (Creating Frames): Ditto.
10436
10437 * variables.texi (Future Local Variables): Ditto.
10438
104392000-10-16 Gerd Moellmann <gerd@gnu.org>
10440
10441 * display.texi (Other Image Types): Add description of :foreground
10442 and :background properties of mono PBM images.
10443
104442000-08-17 Werner LEMBERG <wl@gnu.org>
10445
10446 * .cvsignore: New file.
10447
104482000-01-05 Gerd Moellmann <gerd@gnu.org>
10449
10450 * tindex.pl: New script.
10451
104521999-12-03 Dave Love <fx@gnu.org>
10453
10454 * Makefile.in (MAKEINFO): New parameter.
10455
104561999-09-17 Richard Stallman <rms@gnu.org>
10457
10458 * Makefile.in (srcs): Add hash.texi.
10459 (VERSION): Update to 20.6.
10460
104611999-09-13 Richard Stallman <rms@gnu.org>
10462
10463 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
10464
104651998-08-29 Karl Heuer <kwzh@gnu.org>
10466
10467 * configure.in: New file.
10468 * Makefile.in: Renamed from Makefile.
10469 (prefix, infodir): Use value obtained from configure.
10470 (emacslibdir): Obsolete variable deleted.
10471 (dist): Distribute configure.in, configure, Makefile.in.
10472
104731998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
10474
10475 * Makefile (INSTALL_INFO): New variable.
10476 (install): Run install-info.
10477
104781998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
10479
10480 * Makefile (elisp.dvi): Add missing backslash.
10481
104821998-05-02 Richard Stallman <rms@psilocin.gnu.org>
10483
10484 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
10485 Run texindex without `./'. Always run texindex on elisp.tp.
10486 (elisp.tps): Target deleted.
10487
104881998-04-05 Richard Stallman <rms@psilocin.gnu.org>
10489
10490 * Makefile (srcs): Add nonascii.texi and customize.texi.
10491 (dist): Start by deleting `temp'.
10492
104931998-02-17 Richard Stallman <rms@psilocin.gnu.org>
10494
10495 * Makefile (makeinfo, texindex): Targets deleted.
10496 (makeinfo.o, texindex.o): Targets deleted.
10497 (clean, dist): Don't do anything with them or with getopt*.
10498
104991998-01-30 Richard Stallman <rms@psilocin.gnu.org>
10500
10501 * Makefile (SHELL): Defined.
10502
105031998-01-27 Richard Stallman <rms@psilocin.gnu.org>
10504
10505 * Makefile (elisp.tps): New target.
10506 (elisp.dvi): Depend on elisp.tps.
10507
c5602427 105081996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
b8d4c8d0
GM
10509
10510 * README: Update phone number.
10511
10512 * Makefile (elisp): Make this be the default target.
10513 Depend on makeinfo.c instead of makeinfo.
10514 (install): Don't depend on elisp.dvi, since we don't install that.
10515 Use mkinstalldirs.
10516 (dist): Add mkinstalldirs.
10517
c5602427 105181995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
b8d4c8d0
GM
10519
10520 * Makefile (VERSION): Update version number.
5dcb4c4e 10521 (maintainer-clean): Rename from realclean.
b8d4c8d0 10522
c5602427 105231995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
b8d4c8d0
GM
10524
10525 * Makefile (realclean): New target.
10526 (elisp): Remove any old elisp-* files first.
10527
c5602427 105281993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
b8d4c8d0
GM
10529
10530 * Makefile (VERSION): New variable.
10531 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
10532 Compressed file suffix should be `.gz', not `.z'.
10533
ce058493 105341993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10535
10536 * Makefile (elisp): Depend on makeinfo.
10537
c5602427 105381993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
b8d4c8d0
GM
10539
10540 * Makefile (srcs): Add anti.texi.
10541
c5602427 105421993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10543
10544 * Makefile (infodir, prefix): New vars.
10545 (install): Use infodir.
f4e90db0 10546 (emacsinfodir): Delete.
b8d4c8d0 10547
c5602427 105481993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10549
10550 * Makefile (srcs): Add calendar.texi.
10551
10552 * Makefile (dist): Copy texindex.c and makeinfo.c.
10553 Limit elisp-* files to those with one or two digits.
10554
c5602427 105551993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0 10556
f4e90db0 10557 * Makefile (dist): Change to use Gzip instead of compress.
b8d4c8d0 10558
c5602427 105591993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10560
10561 * loading.texi (Unloading): define-function changed back to
10562 defalias. It may not stay this way, but at least it's
10563 consistent with the known-good version of the code patch.
10564
c5602427 105651993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
b8d4c8d0
GM
10566
10567 * modes.texi (Hooks): Document new optional arg of add-hook.
10568
c5602427 105691993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10570
10571 * variables.texi: Document nil initial value of buffer-local variables.
10572
10573 * tips.texi: Add new section on standard library headers.
10574
c5602427 105751993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
10576
10577 * Makefile (srcs): Add frame.texi to the list of sources.
10578
c5602427 105791993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
10580
10581 * Makefile (dist): Don't bother excluding autosave files; they'll
10582 never make it into the temp directory anyway, and the hash marks
10583 in the name are problematic for make and the Bourne shell.
10584 (srcs):
10585
c5602427 105861993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
10587
10588 * Makefile (dist): Don't include backup files or autosave files in
10589 the distribution tar file.
10590
c5602427 105911991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0 10592
5dcb4c4e 10593 * Makefile (srcs): Add index.perm.
b8d4c8d0
GM
10594 (elisp.dvi): Remove erroneous shell comment.
10595 Expect output of permute-index in permuted.fns.
10596 Save old elisp.aux in elisp.oaux.
5dcb4c4e 10597 (clean): Add index.texi to be deleted.
b8d4c8d0 10598
c5602427 105991990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
10600
10601 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
10602
c5602427 106031990-06-26 David Lawrence (tale@geech)
b8d4c8d0
GM
10604
10605 * files.texi: Noted that completion-ignored-extensions is ignored
10606 when making *Completions*.
10607
3e868ee3 106081990-06-08 Jay Fenlason (hack@ai.mit.edu)
b8d4c8d0
GM
10609
10610 * Makefile make dist now depends on elisp.dvi, since it tries
10611 to include it in the dist file.
10612
c5602427 106131990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
b8d4c8d0 10614
c5602427 10615 * functions.texinfo (Mapping Functions): Add missing quote.
b8d4c8d0 10616
c5602427 106171989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
10618
10619 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
10620 (defunargs): Turn off \hyphenchar of \sl font temporarily.
10621
c5602427 106221989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10623
10624 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
10625 and @error{} are the terms now being used. The files in the
10626 directory have been changed to reflect this.
10627
10628 * All instances of @indentedresultt{} have been changed to
333f9019 10629 ` @result{}', using 5 spaces at the beginning of the line.
b8d4c8d0 10630
c5602427 106311989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10632
10633 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
10634 experimental @indentedresult{}, @indentedexpandsto{} are part of
10635 the texinfo.tex in this directory. These TeX macros are not
10636 stable yet.
10637
c5602427 106381989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10639
10640 * texinfo.tex: Temporarily added
10641 \let\result=\dblarrow
10642 \def\error{{\it ERROR} \longdblarrow}
10643 We need to do this better soon.
10644
c5602427 106451989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10646
10647 * Applied Karl Berry's patches to *.texinfo files, but not to
10648 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
10649 new title page format is also not applied, since it requires
10650 texinfo.tex changes.)
10651
10652 * Cleaned up `Makefile' and defined the `emacslibdir' directory
10653 for the Project GNU development environment.
10654
10655;; Local Variables:
c8763fb6 10656;; coding: utf-8
b8d4c8d0
GM
10657;; End:
10658
acaf905b 10659 Copyright (C) 1998-2012 Free Software Foundation, Inc.
b8d4c8d0
GM
10660
10661 This file is part of GNU Emacs.
10662
352c8b4a 10663 GNU Emacs is free software: you can redistribute it and/or modify
b8d4c8d0 10664 it under the terms of the GNU General Public License as published by
352c8b4a
GM
10665 the Free Software Foundation, either version 3 of the License, or
10666 (at your option) any later version.
b8d4c8d0
GM
10667
10668 GNU Emacs is distributed in the hope that it will be useful,
10669 but WITHOUT ANY WARRANTY; without even the implied warranty of
10670 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10671 GNU General Public License for more details.
10672
10673 You should have received a copy of the GNU General Public License
352c8b4a 10674 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.