Fix bug #11063 with move_it_by_lines when there's a before-string at bol.
[bpt/emacs.git] / doc / lispref / ChangeLog
CommitLineData
50fe197c
EZ
12012-03-31 Eli Zaretskii <eliz@gnu.org>
2
3 * text.texi (Special Properties): Clarify the description of the
4 effect of integer values of the 'cursor' property on cursor
5 position. See the discussions in bug#11068 for more details and
6 context.
7
650b6d0b
GM
82012-03-31 Glenn Morris <rgm@gnu.org>
9
10 * edebug.texi (Edebug Eval, Specification List, Edebug Options):
11 Copyedits.
12
5319014e
CY
132012-03-30 Chong Yidong <cyd@gnu.org>
14
15 * display.texi (Image Formats): Add imagemagick type.
16 (Image Descriptors): Mention how they are used.
17 (ImageMagick Images): Clarify role of imagemagick-register-types.
18 (Character Display): Don't mention glyph tables.
19 (Display Tables): Use make-glyph-code in example.
20 (Glyphs): Avoid "simple glyph code" terminology. Note that glyph
21 tables are semi-obsolete. De-document create-glyph.
22 (Glyphless Chars): Note that display tables override this.
23 (Bidirectional Display): Copyedits. Introduce "bidirectional
24 reordering" terminology, and use it.
25
f1224267
GM
262012-03-30 Glenn Morris <rgm@gnu.org>
27
28 * edebug.texi (Jumping): Give name of `i' binding.
29
d14daa28
GM
302012-03-28 Glenn Morris <rgm@gnu.org>
31
32 * searching.texi (Regular Expressions, Regexp Special):
fee88ca0
GM
33 (Regexp Backslash, Regexp Example, Regexp Functions, Regexp Search):
34 (Simple Match Data, Saving Match Data, Standard Regexps): Copyedits.
d14daa28
GM
35 (Regexp Special): Mention collation.
36 Clarify char classes with an example.
fee88ca0
GM
37 (Regexp Functions): Mention regexp-opt is not guaranteed.
38 Mention regexp-opt-charset.
39 (Regexp Search): Recommend against looking-back.
40 (Search and Replace): Use Texinfo recommended quote convention.
41 Add more query-replace-map items. List multi-query-replace-map items.
d14daa28 42
dcb6e7b3
MR
432012-03-27 Martin Rudalics <rudalics@gmx.at>
44
45 * windows.texi (Window History): Describe new option
46 switch-to-visible-buffer.
47
cf0495f2
GM
482012-03-27 Glenn Morris <rgm@gnu.org>
49
4fb9a543
GM
50 * searching.texi (String Search): Add xref to Emacs manual.
51 Copyedits. Mention the function word-search-regexp.
52 (Searching and Case): Add xref to Emacs manual. Copyedits.
53
9364727b
GM
54 * processes.texi (Network Servers): Standardize apostrophe usage.
55
cf0495f2
GM
56 * os.texi (System Environment): Copyedits. Remove some examples
57 that do not seem useful. Mention setenv third arg.
58 tty-erase-char does not seem to be nil under a window-system.
59 (User Identification): Copyedits.
60 Remove some examples that do not seem useful.
61
33da7b16
GM
622012-03-26 Glenn Morris <rgm@gnu.org>
63
64 * os.texi (Startup Summary): Copyedits. Fix startup screen logic.
65 (Init File): Copyedits.
66 (Command-Line Arguments): Copyedits. Do not mention argv alias.
02243d9d
GM
67 (Killing Emacs): Copyedits.
68 (Suspending Emacs): Copyedits. Mention not very relevant with GUIs.
69 Shorten the example, use more standard shell prompts.
33da7b16 70
9a69676a
CY
712012-03-25 Chong Yidong <cyd@gnu.org>
72
73 * display.texi (Fringes): Note that fringes are shown on graphical
74 displays only.
75 (Fringe Size/Pos, Fringe Bitmaps, Making Buttons): Clarifications.
76 (Replacing Specs): Clarify example.
77 (Manipulating Buttons): Note that button-at can return a marker.
78 (Buttons): Minor rewrite.
79 (Character Display): New node. Consolidate all character display
80 related nodes into its subsections.
81 (Usual Display): Character 127 is also affected by ctl-arrow.
82 (Display Tables): Improve example.
83
c8f6ec5c
GM
842012-03-22 Glenn Morris <rgm@gnu.org>
85
86 * strings.texi (Text Comparison): Mention string-prefix-p.
87
fb5b8aca
CY
882012-03-21 Chong Yidong <cyd@gnu.org>
89
90 * display.texi (The Echo Area): Add xref to Output Streams.
91 (Displaying Messages): Improve doc of message.
92 (Echo Area Customization, Invisible Text): Copyedits.
93 (Invisible Text): Mention that spec comparison is done with eq.
94 (Width): Improve doc of char-width.
95 (Faces): Recommend using symbol instead of string for face name.
96 Minor clarifications.
97 (Defining Faces): Copyedits. Update face example.
98 (Attribute Functions): Mark set-face-foreground etc as commands.
99 (Face Remapping): Mention text-scale-adjust. Clarify
100 face-remapping-alist and related docs.
101 (Face Functions): Don't document make-face or copy-face.
102
025de85b
CY
1032012-03-20 Chong Yidong <cyd@gnu.org>
104
105 * display.texi (Forcing Redisplay): Various rewrites to reflect
106 new value of redisplay-dont-pause.
107 (Truncation): Copyedits.
108
a5656eae
GM
1092012-03-20 Glenn Morris <rgm@gnu.org>
110
111 * os.texi (Startup Summary): Don't mention initial-buffer-choice = t.
112 Add summary table of some relevant command-line options.
113
d15aac68
CY
1142012-03-18 Chong Yidong <cyd@gnu.org>
115
116 * internals.texi (Building Emacs, Garbage Collection): Copyedits.
117 (Writing Emacs Primitives): Re-organize discussion of functions
118 with variable Lisp arguments are handled. Delete an obsolete
119 remark, previously tagged as FIXME.
120
121 * os.texi (Idle Timers): Minor clarification.
122 (Idle Timers): Link to Time of Day for description of time list.
123
b59af549
GM
1242012-03-18 Glenn Morris <rgm@gnu.org>
125
126 * os.texi (System Interface): Flow control was removed.
127 (Startup Summary): General update.
128 (Init File): Don't mention compiling it.
129
986bd52a
CY
1302012-03-17 Chong Yidong <cyd@gnu.org>
131
132 * os.texi (Startup Summary): Mention package loading.
133 (Init File): Don't refer to .emacs in section title. Copyedits.
134 (Terminal-Specific): Give a realistic example.
135 (Command-Line Arguments): Reference Entering Emacs instead of
136 repeating the spiel about not restarting Emacs.
137 (Time of Day): Discuss time representation at beginning of node.
138 (Sound Output): Copyedits.
139
140 * package.texi (Packaging Basics): Document package-initialize.
141
f761251a
EZ
1422012-03-17 Eli Zaretskii <eliz@gnu.org>
143
144 * frames.texi (Initial Parameters): Add an index entry for
145 minibuffer-only frame.
146
da986230
GM
1472012-03-16 Glenn Morris <rgm@gnu.org>
148
149 * modes.texi (Major Mode Conventions): Mention the strange
150 relationship between View mode and special modes. (Bug#10650)
151
2cc775f9
CY
1522012-03-11 Chong Yidong <cyd@gnu.org>
153
154 * windows.texi (Window Configurations): save-window-excursion is
155 now a macro.
156
157 * display.texi (Temporary Displays): with-output-to-temp-buffer is
158 now a macro.
159
66c5eebd
CY
160 * text.texi (Fields): Minor copyedit.
161
310a820f
EZ
1622012-03-10 Eli Zaretskii <eliz@gnu.org>
163
83a96c08
EZ
164 * strings.texi (String Basics):
165 * sequences.texi (Sequence Functions): Mention that `length' is
166 not appropriate for computing the string width on display; add a
167 cross-reference to the description of `string-width'. (Bug#10978)
168
310a820f
EZ
169 * eval.texi (Autoloading): Minor change of wording.
170
83ef8187
CY
1712012-03-10 Chong Yidong <cyd@gnu.org>
172
bc44be50
CY
173 * loading.texi (Autoload): Explicitly state which forms are
174 processed specially (Bug#7783).
175
83ef8187
CY
176 * keymaps.texi (Mouse Menus): Describe non-toolkit behavior as the
177 non-default situation. Describe one-submenu exception (Bug#7695).
178
179 * nonascii.texi (Character Properties): Copyedits.
180
483ab230
CY
1812012-03-08 Chong Yidong <cyd@gnu.org>
182
183 * text.texi (Mode-Specific Indent): Document new behavior of
184 indent-for-tab-command. Document tab-always-indent.
185 (Special Properties): Copyedits.
186 (Checksum/Hash): Improve secure-hash doc. Do not recommend MD5.
187 (Parsing HTML/XML): Rename from Parsing HTML. Update doc of
188 libxml-parse-html-region.
189
00e84de0
GM
1902012-03-07 Glenn Morris <rgm@gnu.org>
191
eaa6bc3c
GM
192 * markers.texi (The Region): Briefly mention use-empty-active-region
193 and region-active-p.
a9685db7 194 (Overview of Markers): Reword garbage collection, add cross-ref.
eaa6bc3c 195 (The Mark): Tiny clarification re command loop and activate-mark-hook.
00e84de0 196
67cd45a2
CY
1972012-03-07 Chong Yidong <cyd@gnu.org>
198
199 * text.texi (Buffer Contents): Don't duplicate explanation of
200 region arguments from Text node. Put doc of obsolete var
201 buffer-substring-filters back, since it is referred to.
202 (Low-Level Kill Ring): Yank now uses clipboard instead of primary
203 selection by default.
204
205 * markers.texi (The Mark): Fix typo.
206 (The Region): Copyedits.
207
2ad80941
GM
2082012-03-07 Glenn Morris <rgm@gnu.org>
209
210 * markers.texi (Overview of Markers): Copyedits.
211 (Creating Markers): Update approximate example buffer size.
212 (The Mark): Don't mention uninteresting return values.
213
ef959d3a
CY
2142012-03-05 Chong Yidong <cyd@gnu.org>
215
216 * positions.texi (Text Lines): Document count-words.
217
a08a07e3
CY
2182012-03-04 Chong Yidong <cyd@gnu.org>
219
220 * frames.texi (Frames): Remove little-used "terminal frame" and
221 "window frame" terminology.
222 (Frame Parameters, Font and Color Parameters, Initial Parameters)
223 (Size and Position, Visibility of Frames): Callers changed.
224 (Frames): Clarify which terminals in framep are graphical.
225 (Initial Parameters): --geometry is not the only option which adds
226 to initial-frame-alist.
227 (Position Parameters): Note that icon-left and icon-top are for
228 old window managers only.
229 (Size Parameters): Sizes are in characters even on graphical
230 displays.
231 (Management Parameters): Note that window-id and outer-window-id
232 can't really be changed, and that auto-raise isn't always obeyed.
233 (Cursor Parameters): Document cursor-type explicitly.
234 (Size and Position): The aliases set-screen-height and
235 set-screen-width have been deleted.
236 (Visibility of Frames): Mention "minimization".
237
238 * os.texi (Startup Summary): Minor clarifications.
239 (Startup Summary, Suspending Emacs): Standardize on "text
240 terminal" terminology.
241
242 * windows.texi (Basic Windows, Coordinates and Windows)
243 (Coordinates and Windows):
244 * display.texi (Refresh Screen, Line Height, Face Attributes)
245 (Overlay Arrow, Beeping, Glyphless Chars): Likewise.
246
ea16568d
GM
2472012-03-04 Glenn Morris <rgm@gnu.org>
248
249 * abbrevs.texi: Small copyedits throughout.
250 (Abbrev Mode): Remove this section, folding it into the top-level.
251 (Abbrev Tables): Don't mention irrelevant return values.
252 (Abbrev Expansion): Add cross-ref for wrapper hooks.
253 (Standard Abbrev Tables): Emacs Lisp mode now has its own table.
254 (Abbrev Table Properties): Update nil :regexp description.
255
b3134b95
GM
2562012-03-03 Glenn Morris <rgm@gnu.org>
257
520f2425
GM
258 * internals.texi: Change @appendix section commands to @section.
259 (Building Emacs): Say less about CANNOT_DUMP platforms.
260 Replace deleted eval-at-startup with custom-initialize-delay.
999dd333 261 (Pure Storage): Small changes.
01a6dcc8 262 (Memory Usage): Copyedit.
7d2d7cc0
GM
263 (Writing Emacs Primitives): Update Fcoordinates_in_window_p and For
264 example definitions. Give examples of things with non-nil
265 interactive args. Mention eval_sub. Remove old info about
266 strings and GCPRO. Mention cus-start.el.
267 (Buffer Internals, Window Internals, Process Internals):
268 Misc small updates and fixes for fields.
520f2425 269
b3134b95
GM
270 * tips.texi: Copyedits.
271 (Coding Conventions): Mention autoloads.
272 Combine partially duplicated macro items. Fix xref.
273 Refer to Library Headers for copyright notice.
274 (Programming Tips): edit-options is long-obsolete.
275 (Compilation Tips): Mention loading bytecomp for byte-compile props.
276 (Warning Tips): Mention declare-function.
277 (Documentation Tips): Remove old info.
278 (Comment Tips): Mention comment-dwim, not indent-for-comment.
279 (Library Headers): General update.
280
2064cc6a
GM
2812012-03-02 Glenn Morris <rgm@gnu.org>
282
6945faa6
GM
283 * backups.texi (Reverting): Un-duplicate revert-buffer-in-progress-p,
284 and relocate entry. Mention buffer-stale-function.
285
4186e877
GM
286 * elisp.texi, vol1.texi, vol2.texi: Standardize some menu entries.
287
2064cc6a
GM
288 * hooks.texi (Standard Hooks): General update.
289 Put related hooks together. Add and remove items.
290 * commands.texi (Keyboard Macros): Remove cross-ref to Standard Hooks.
291 * modes.texi (Hooks): Tweak cross-ref description.
292
7272fbf3
MA
2932012-03-01 Michael Albinus <michael.albinus@gmx.de>
294
295 * files.texi (Kinds of Files): The return value of file-equal-p is
296 unspecified, if FILE1 or FILE2 does not exist.
297
53a1239b
GM
2982012-03-01 Glenn Morris <rgm@gnu.org>
299
90db9af9
GM
300 * hooks.texi (Standard Hooks): Remove mode-specific hooks.
301
53a1239b
GM
302 * maps.texi (Standard Keymaps): General update.
303 Remove mode-specific maps, talk about the more general keymaps.
304 * help.texi (Help Functions): Add vindex for Helper-help-map.
305 * keymaps.texi (Active Keymaps): Minor rephrasing.
306
775b55af
GM
3072012-02-29 Glenn Morris <rgm@gnu.org>
308
309 * elisp.texi, vol1.texi, vol2.texi: Use "" quotes in menus.
310
96b49301 3112012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
312
7272fbf3 313 * files.texi (Kinds of Files): Rename files-equal-p to file-equal-p.
bf7f9bc5 314 Update changed behavior of file-subdir-of-p.
96b49301 315
1383d930
GM
3162012-02-28 Glenn Morris <rgm@gnu.org>
317
44e97401
GM
318 * advice.texi, anti.texi, display.texi, elisp.texi:
319 * processes.texi, variables.texi, vol1.texi, vol2.texi:
320 Standardize possessive apostrophe usage.
321
e3c73f1e
GM
322 * locals.texi: Remove file.
323 * elisp.texi, vol1.texi, vol2.texi: Don't include locals.texi.
324 Remove menu entry.
325 * errors.texi, maps.texi: Adjust node pointers.
326 * internals.texi (Buffer Internals): Remove cross-refs to locals.texi.
edb3ac8c 327 * makefile.w32-in (srcs):
e3c73f1e
GM
328 * Makefile.in (srcs): Remove locals.texi.
329
1383d930
GM
330 * frames.texi (Mouse Position): Fix cross-ref.
331
431ee44b
CY
3322012-02-27 Chong Yidong <cyd@gnu.org>
333
334 * buffers.texi (Creating Buffers): Clarify that
335 generate-new-buffer uses generate-new-buffer-names.
336 (Killing Buffers): Remove bogus example duplicating buffer-live-p.
337
338 * files.texi (Directory Names): Index entry for file name abbreviations.
339 (Relative File Names, File Name Expansion): Refer to it.
340 (Locating Files): Move locate-user-emacs-file documentation to
341 Standard File Names.
342 (Standard File Names): Add locate-user-emacs-file; update examples.
343
6a11ec9d
MA
3442012-02-26 Michael Albinus <michael.albinus@gmx.de>
345
346 * files.texi (Magic File Names): Add files-equal-p and file-subdir-of-p.
347
9a4888c0
CY
3482012-02-26 Chong Yidong <cyd@gnu.org>
349
350 * files.texi (Kinds of Files): Improve documentation of
351 files-equal-p and file-subdir-of-p.
352
f0e751b9
GM
3532012-02-26 Glenn Morris <rgm@gnu.org>
354
355 * intro.texi (Acknowledgements): Small changes.
356
7e05b1ec
GM
3572012-02-25 Glenn Morris <rgm@gnu.org>
358
359 * errors.texi: Don't try to list _all_ the error symbols.
360 Add circular-list, cl-assertion-failed, compression-error.
361 * elisp.texi, vol1.texi, vol2.texi:
362 * control.texi (Error Symbols): Tweak "Standard Errors" description.
363
23453255 3642012-02-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
365
366 * files.texi (files-equal-p, file-subdir-of-p): New,
367 add initial documentation.
368
4963495d
CY
3692012-02-25 Chong Yidong <cyd@gnu.org>
370
fa74b241
CY
371 * files.texi (File Attributes): Document file-selinux-context.
372 (Changing Files): Link to it.
373 (Changing Files): Document set-file-selinux-context.
374
375 * backups.texi (Making Backups): Return value of backup-buffer is
d268b4fe
CY
376 changed. Mention default value of backup-directory-alist.
377 (Rename or Copy): Note that backup-by-copying-when-mismatch is t.
378 (Auto-Saving): New minor mode behavior for auto-save-mode.
379 (Reverting): Add defvar for revert-buffer-in-progress-p.
fa74b241 380
4963495d
CY
381 * searching.texi (Regexp Backslash): Add index entry (Bug#10869).
382
4bb82fa8
GM
3832012-02-24 Glenn Morris <rgm@gnu.org>
384
385 * errors.texi (Standard Errors): Mention dbus-error.
386 For arith-error sub-classes, just use one cross-ref.
387
2cb228f7
AM
3882012-02-23 Alan Mackenzie <acm@muc.de>
389
390 * modes.texi (Defining Minor Modes): Document the new keyword
391 :after-hook.
392
a59225b1
CY
3932012-02-21 Chong Yidong <cyd@gnu.org>
394
395 * files.texi (Files): Mention magic file names as arguments.
396 (Reading from Files): Copyedits.
397 (File Attributes): Mention how to change file modes.
398 (Changing Files): Use standard "file permissions" terminology.
399 Add xref to File Attributes node.
400 (Locating Files): Document locate-user-emacs-file.
401 (Unique File Names): Recommend against using make-temp-name.
402
8376d7c2
CY
4032012-02-19 Chong Yidong <cyd@gnu.org>
404
405 * help.texi (Documentation, Documentation Basics, Help Functions):
406 Minor clarifications.
407 (Accessing Documentation): Clarify what documentation-property is
408 for. Add xref to Keys in Documentation.
409
410 * tips.texi (Documentation Tips): Don't recommend using * in
411 docstrings.
412
413 * macros.texi (Defining Macros):
414 * modes.texi (Derived Modes): Say "documentation string" instead
415 of docstring.
416
82233bea
CY
4172012-02-18 Chong Yidong <cyd@gnu.org>
418
419 * modes.texi (Tabulated List Mode): New node.
420 (Basic Major Modes): Add xref to it.
421
422 * processes.texi (Process Information): Mention Process Menu mode.
423
7b926f3f
CY
4242012-02-17 Chong Yidong <cyd@gnu.org>
425
426 * syntax.texi (Motion via Parsing): Doc fix for scan-lists.
427
0fd2c9a3
GM
4282012-02-17 Glenn Morris <rgm@gnu.org>
429
430 * hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual.
431
f700caa3
CY
4322012-02-16 Chong Yidong <cyd@gnu.org>
433
4230351b
CY
434 * syntax.texi (Syntax Tables, Syntax Descriptors)
435 (Syntax Table Functions): Copyedits.
436 (Syntax Basics): Don't repeat the material in the preceding node.
437 (Syntax Class Table): Use a table.
438 (Syntax Properties): Document syntax-propertize-function and
439 syntax-propertize-extend-region-functions.
440 (Motion via Parsing): Clarify scan-lists. Fix indentation.
441 (Parser State): Update for the new "c" comment style. Fix
442 description of item 7 (comment style).
443
f700caa3
CY
444 * modes.texi (Minor Modes): Update how mode commands should treat
445 arguments now.
446 (Mode Line Basics): Clarify force-mode-line-update.
447 (Mode Line Top): Note that the example is not realistic.
448 (Mode Line Variables, Mode Line Data, %-Constructs, Header Lines)
449 (Emulating Mode Line): Use "mode line" instead of "mode-line", and
450 "mode line construct" instead of "mode line specification".
451 (Syntactic Font Lock): Remove mention of obsolete variable
452 font-lock-syntactic-keywords.
453 (Setting Syntax Properties): Node deleted.
454 (Font Lock Mode): Note that Font Lock mode is a minor mode.
455 (Font Lock Basics): Note that syntactic fontification falls back
456 on `syntax-table'.
457 (Search-based Fontification): Emphasize that font-lock-keywords
458 should not be set directly.
459 (Faces for Font Lock): Avoid some confusing terminology.
4230351b
CY
460 (Syntactic Font Lock): Minor clarifications. Add xref to
461 Syntactic Font Lock node.
f700caa3 462
60236b0d
CY
4632012-02-15 Chong Yidong <cyd@gnu.org>
464
465 * minibuf.texi (Basic Completion): Define "completion table".
466 Move completion-in-region to Completion in Buffers node.
467 (Completion Commands): Use "completion table" terminology.
468 (Completion in Buffers): New node.
469
470 * modes.texi (Hooks): add-hook can be used for abnormal hooks too.
471 (Setting Hooks): Update minor mode usage example.
472 (Major Mode Conventions): Note that completion-at-point-functions
473 should be altered locally. Add xref to Completion in Buffers.
f700caa3
CY
474 Remove duplicate tip about auto-mode-alist.
475 (Minor Modes): Rewrite introduction.
476 (Minor Mode Conventions): Copyedits. Don't recommend
477 variable-only minor modes since few minor modes are like that.
60236b0d 478
d7dbb11a
GM
4792012-02-15 Glenn Morris <rgm@gnu.org>
480
481 * processes.texi (Network): Document open-network-stream :parameters.
482
3d8badf4
CY
4832012-02-14 Chong Yidong <cyd@gnu.org>
484
485 * keymaps.texi (Format of Keymaps): The CACHE component of keymaps
486 was removed on 2009-09-10. Update lisp-mode-map example.
487 (Inheritance and Keymaps): Minor clarification.
488 (Searching Keymaps): Remove out-of-place enumeration.
489 (Key Lookup): Remove unnecessary example (one was already given in
490 Format of Keymaps).
491 (Changing Key Bindings): Update suppress-keymap example.
492 (Menu Bar, Tool Bar): Copyedits.
493 (Tool Bar): Update tool-bar-map example.
494
faccede1
CY
4952012-02-12 Chong Yidong <cyd@gnu.org>
496
497 * debugging.texi (Debugger Commands): Continuing is now allowed
498 for errors.
499
355cabc6
CY
5002012-02-11 Chong Yidong <cyd@gnu.org>
501
d860baa0
CY
502 * display.texi (Fringe Indicators): Add xref to Fringe Bitmaps.
503 Move the list of standard bitmaps there.
504 (Fringe Cursors): Rewrite for clarity.
505 (Fringe Bitmaps): Consolidate the list of standard bitmaps here.
506
34106abe
CY
507 * commands.texi (Command Overview): Mention read-key.
508 (Using Interactive, Interactive Call): Minor clarifications.
509 (Function Keys, Click Events): Avoid "input stream" terminology.
510 (Click Events): Add xref to Window Sizes and Accessing Mouse.
511 Clarify column and row components.
512 (Accessing Mouse): Add xref to Click Events. Minor fixes.
513 (Special Events): Copyedits.
514
515 * streams.texi (Input Streams): De-document get-file-char.
516 (Output Variables): Don't refer to old backquote syntax.
517
355cabc6
CY
518 * debugging.texi (Debugging): Copyedits. Describe testcover, ERT.
519 (Error Debugging): Note that debug-ignored-errors overrides list
520 values of debug-on-error too. Add xref to Signaling Errors. Note
521 that debug-on-signal is not customizable. Mention
522 condition-case-unless-debug.
523 (Compilation Errors): Node deleted.
524
525 * compile.texi (Compiler Errors): Move a paragraph here from
526 deleted node Compilation Errors.
527
1be3ca5a
LL
5282012-02-10 Leo Liu <sdl.web@gmail.com>
529
530 * control.texi (Handling Errors): Change condition-case-no-debug
531 to condition-case-unless-debug.
532
25dec365
CY
5332012-02-10 Chong Yidong <cyd@gnu.org>
534
535 * advice.texi (Defining Advice): Clarify ad-unadvise.
536 (Activation of Advice): Specifying the ACTIVATE flag in defadvice
537 is not abnormal.
538 (Advising Primitives): Node deleted; ad-define-subr-args has been
539 removed.
540
541 * compile.texi (Speed of Byte-Code): Use float-time in example.
542 (Compilation Functions): Note that the log uses Compilation mode.
543 Don't discuss the contents of byte-code function object here.
544 (Compilation Functions): De-document internal function byte-code.
545 (Docs and Compilation): Minor clarifications.
546
547 * objects.texi (Byte-Code Type): Add xref to Byte-Code Function
548 Objects.
549
5f5e4ea1
GM
5502012-02-10 Glenn Morris <rgm@gnu.org>
551
552 * text.texi (Checksum/Hash): Rename node from MD5 Checksum.
553 Mention secure-hash.
554 * elisp.texi, vol1.texi, vol2.texi: Update menu entry.
555
6c1e4b46
CY
5562012-02-10 Chong Yidong <cyd@gnu.org>
557
558 * loading.texi (Loading): Don't emphasize "library" terminology.
559 (Library Search): load-path is not a user option. Mention role of
560 -L option and packages. Improve examples.
561 (Loading Non-ASCII): Don't mention unibyte Emacs, which is
562 obsolete.
563 (Autoload): Minor clarifications.
564
72ca698c
GM
5652012-02-10 Glenn Morris <rgm@gnu.org>
566
b011fbfe
GM
567 * files.texi (Magic File Names): Tweak remote-file-name-inhibit-cache.
568
72ca698c
GM
569 * modes.texi (Basic Major Modes): Mention tabulated-list-mode.
570
14a1f380
GM
5712012-02-08 Glenn Morris <rgm@gnu.org>
572
573 * loading.texi (Named Features): Update the require example.
574
60d47423
GM
5752012-02-07 Glenn Morris <rgm@gnu.org>
576
577 * modes.texi (Defining Minor Modes):
578 Expand on args of defined minor modes.
579
0992bd9c
CY
5802012-02-07 Chong Yidong <cyd@gnu.org>
581
582 * variables.texi (Creating Buffer-Local): Minor clarification
583 to buffer-local-variables doc (Bug#10715).
584
af008560
GM
5852012-02-07 Glenn Morris <rgm@gnu.org>
586
e80e1825 587 * display.texi (ImageMagick Images): General update.
af008560
GM
588 Move most details of imagemagick-render-type to the variable's doc.
589
866c1d22
GM
5902012-02-06 Glenn Morris <rgm@gnu.org>
591
f7c9199f 592 * keymaps.texi (Tool Bar): Mention separators.
dac86404
GM
593 (Inheritance and Keymaps):
594 Mention make-composed-keymap and multiple inheritance.
f7c9199f 595
e7bc51d0
GM
596 * modes.texi (Running Hooks): Mention run-hook-wrapped.
597
866c1d22
GM
598 * control.texi (Handling Errors):
599 Mention condition-case-no-debug and with-demoted-errors.
600
03988c98
CY
6012012-02-05 Chong Yidong <cyd@gnu.org>
602
603 * customize.texi (Common Keywords): Minor clarifications.
604 Document custom-unlispify-remove-prefixes.
605 (Variable Definitions): Backquotes in defcustom seem to work fine
606 now. Various other copyedits.
e1161b06
CY
607 (Simple Types): Copyedits. Document color selector.
608 (Composite Types): Copyedits.
609 (Splicing into Lists): Clarifications.
03988c98
CY
610
611 * eval.texi (Backquote): Move from macros.texi.
612
613 * macros.texi (Expansion): Minor clarification.
614 (Backquote): Move node to eval.texi.
615 (Defining Macros): Move an example from Backquote node.
616 (Argument Evaluation): No need to mention Pascal.
617 (Indenting Macros): Add xref to Defining Macros.
618
649f602c
GM
6192012-02-05 Glenn Morris <rgm@gnu.org>
620
621 * debugging.texi (Error Debugging): Mention debug-on-event default.
622
34c99998
GM
6232012-02-04 Glenn Morris <rgm@gnu.org>
624
8f05da42
GM
625 * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
626
7aa5aad8
GM
627 * debugging.texi (Error Debugging): Mention debug-on-event.
628 * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
629
c7291ad9
GM
630 * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
631
34c99998
GM
632 * text.texi (Buffer Contents):
633 Update filter-buffer-substring description.
634
735cc5ca
CY
6352012-02-04 Chong Yidong <cyd@gnu.org>
636
637 * functions.texi (What Is a Function): Add closures. Mention
638 "return value" terminology. Add xref for command-execute. Remove
639 unused "keystroke command" terminology.
640 (Lambda Expressions): Give a different example than in the
641 following subsection. Add xref to Anonymous Functions.
642 (Function Documentation): Remove gratuitous markup.
643 (Function Names): Move introductory text to `What Is a Function'.
644 (Defining Functions): Fix defun argument spec.
645 (Anonymous Functions): Document lambda macro explicitly. Mention
646 effects on lexical binding.
647 (Function Cells): Downplay direct usage of fset.
648 (Closures): New node.
649 (Inline Functions): Remove "open-code" terminology.
650 (Declaring Functions): Minor tweak; .m is not C code.
651
652 * variables.texi (Variables): Don't refer to "global value".
653 (Local Variables, Void Variables): Copyedits.
654 (Lexical Binding): Minor clarification of example.
655 (File Local Variables): Mention :safe and :risky defcustom args.
656 (Lexical Binding): Add xref to Closures node.
657
94bc7984
GM
6582012-02-04 Glenn Morris <rgm@gnu.org>
659
660 * minibuf.texi (High-Level Completion): Updates for read-color.
661
4f5a10ef
GM
6622012-02-03 Glenn Morris <rgm@gnu.org>
663
eea14f31
GM
664 * display.texi (GIF Images): Mention animation.
665 Remove commented-out old example of animation.
666 (Animated Images): New subsection.
667 * elisp.texi (Top):
668 * vol1.texi (Top):
669 * vol2.texi (Top): Add Animated Images menu entry.
670
4f5a10ef
GM
671 * display.texi (Image Formats): Remove oddly specific information
672 on versions of image libraries.
204e728d 673 (GIF Images, TIFF Images): Minor rephrasing.
4f5a10ef 674
12f381b7
GM
6752012-02-02 Glenn Morris <rgm@gnu.org>
676
1b9f60cc
GM
677 * processes.texi (Synchronous Processes):
678 Mention call-process's :file gets overwritten.
679
7e2734bc
GM
680 * commands.texi (Reading One Event):
681 * help.texi (Help Functions): Document read-char-choice.
682
f58b9822
GM
683 * hooks.texi (Standard Hooks):
684 * modes.texi (Keymaps and Minor Modes):
685 * text.texi (Commands for Insertion): Document post-self-insert-hook.
686
687 * hooks.texi (Standard Hooks): Add prog-mode-hook.
688
12f381b7
GM
689 * hooks.texi (Standard Hooks):
690 * modes.texi (Major Mode Conventions, Mode Hooks):
691 Document change-major-mode-after-body-hook.
692
7a9a2fc6
GM
6932012-02-01 Glenn Morris <rgm@gnu.org>
694
695 * modes.texi (Defining Minor Modes):
696 Mention disabling global minor modes on a per-major-mode basis.
697
a037c171
CY
6982012-01-31 Chong Yidong <cyd@gnu.org>
699
700 * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
701 (Parser State): Remove unnecessary statement (Bug#10661).
702
703 * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
704
56afad3a
GM
7052012-01-31 Glenn Morris <rgm@gnu.org>
706
707 * modes.texi (Defining Minor Modes):
708 Document define-minor-mode's new :variable keyword.
709
0f29fa41
CY
7102012-01-29 Chong Yidong <cyd@gnu.org>
711
837a390a
CY
712 * syntax.texi (Syntax Class Table): Tweak description of newline
713 char syntax (Bug#9619).
714
0f29fa41
CY
715 * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
716 description (Bug#10189).
717
182148ee
GM
7182012-01-29 Glenn Morris <rgm@gnu.org>
719
a49ca6b9
GM
720 * files.texi (Changing Files): Document SELinux support.
721
182148ee
GM
722 * windows.texi (Window Sizes): Fix typo.
723
9962192e
CY
7242012-01-28 Chong Yidong <cyd@gnu.org>
725
8c6e1920
CY
726 * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
727 doc (Bug#8568).
728
9583ec59
CY
729 * frames.texi (Input Focus): Add NORECORD arg to
730 select-frame-set-input-focus. Clarify its role in select-frame.
731
10256988
CY
732 * text.texi (Transposition): We don't use transpose-region as an
733 internal subroutine (Bug#3249).
734
9962192e
CY
735 * modes.texi (Example Major Modes): Update Lisp example code to
736 current sources. Delete the old non-derived-major-mode example,
737 which has diverged badly from current sources.
738
2aa43abb
GM
7392012-01-27 Glenn Morris <rgm@gnu.org>
740
741 * makefile.w32-in (texinputdir): Fix (presumed) typo.
742 (VERSION, manual): Remove, unused.
743
9f40220d
CY
7442012-01-27 Chong Yidong <cyd@gnu.org>
745
746 * commands.texi (Command Overview): Minor clarification (Bug#10384).
747
acc28cb9
CY
7482012-01-26 Chong Yidong <cyd@gnu.org>
749
750 * searching.texi (String Search): Document negative repeat count
751 (Bug#10507).
752
48da7392
GM
7532012-01-26 Glenn Morris <rgm@gnu.org>
754
755 * variables.texi (Using Lexical Binding):
756 Mention that lexical-binding should be set in the first line.
757
69b0acb9
LI
7582012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
759
760 * macros.texi (Defining Macros): Don't claim that `declare' only
761 affects Edebug and indentation.
762
543757a8
LI
7632012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
764
765 * macros.texi (Defining Macros): Slight `declare' fixup.
766
450e3cae
GM
7672012-01-25 Glenn Morris <rgm@gnu.org>
768
24189ce0 769 * makefile.w32-in (texinputdir):
450e3cae
GM
770 * Makefile.in (ENVADD): Add $emacsdir. (Bug#10603)
771
1021c761
CY
7722012-01-24 Chong Yidong <cyd@gnu.org>
773
774 * variables.texi (Variables, Local Variables, Void Variables):
775 Edit to make the descriptions less specific to dynamic binding.
776 (Local Variables): Default max-specpdl-size is now 1300.
777 (Defining Variables): Edits for lexical scoping. Delete
778 information about starting docstrings with *. De-document
779 user-variable-p.
780 (Tips for Defining): Remove an unimportant discussion of quitting
781 in the middle of a load.
782 (Accessing Variables, Setting Variables): Discuss lexical binding.
783 (Variable Scoping): Rewrite.
784 (Scope, Extent, Impl of Scope): Nodes deleted.
785 (Dynamic Binding): New node, with material from Scope, Extent, and
786 Impl of Scope nodes.
787 (Dynamic Binding Tips): Rename from Using Scoping.
788 (Lexical Binding): Rewrite.
789 (Using Lexical Binding): Rename from Converting to Lexical
790 Binding. Convert to subsection.
791
792 * customize.texi (Variable Definitions): Add custom-variable-p.
793 Move user-variable-p documentation here.
794
31cbea1d
CY
7952012-01-23 Chong Yidong <cyd@gnu.org>
796
797 * strings.texi (Text Comparison): Minor qualification.
798
799 * lists.texi (Cons Cells): Copyedits.
800 (List Elements): Mention push.
801 (List Variables): Mention pop.
802 (Rings): Move to sequences.texi.
803
804 * sequences.texi (Sequence Functions): Don't repeat the
805 introduction already given in the parent.
806 (Vectors): Copyedits.
807 (Rings): Move from lists.texi. Note that this is specific to the
808 ring package.
809
810 * symbols.texi (Definitions, Symbol Components): Mention variable
811 scoping issues.
812 (Plists and Alists): Copyedits.
813
814 * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
815 correctness with lexical scoping.
816 (Eval): Copyedits.
817
fead402d
CY
8182012-01-21 Chong Yidong <cyd@gnu.org>
819
820 * intro.texi (A Sample Function Description): Special notation
821 used for macros too.
822
823 * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
824 (Symbol Type): Add xref for keyword symbols.
825 (Sequence Type): Clarify differences between sequence types.
826 (Cons Cell Type): Add "linked list" index entry.
827 (Non-ASCII in Strings): Copyedits.
828 (Equality Predicates): Symbols with same name need not be eq.
829
830 * numbers.texi (Float Basics): Document isnan, copysign, frexp and
831 ldexp. Move float-e and float-pi to Math Functions node.
832
61086eb6
GM
8332012-01-21 Glenn Morris <rgm@gnu.org>
834
835 * modes.texi (Auto Major Mode):
836 * variables.texi (File Local Variables):
837 Mention inhibit-local-variables-regexps.
838
34a02f46
MR
8392012-01-19 Martin Rudalics <rudalics@gmx.at>
840
841 * windows.texi (Window Configurations): Rewrite references to
842 persistent window parameters.
843 (Window Parameters): Fix description of persistent window
844 parameters.
845
f5064cae
JB
8462012-01-16 Juanma Barranquero <lekktu@gmail.com>
847
848 * windows.texi (Window Parameters): Use @pxref.
849
6a6ee00d
MR
8502012-01-16 Martin Rudalics <rudalics@gmx.at>
851
852 * windows.texi (Window Configurations, Window Parameters):
853 Describe persistent window parameters.
854
9ca4c014
SM
8552011-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
856
857 * variables.texi (Creating Buffer-Local): Warn against misuses of
858 make-variable-buffer-local (bug#10258).
859
d027f83d
LMI
8602012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
861
862 * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
863
89bd9ccd
CY
8642012-01-06 Chong Yidong <cyd@gnu.org>
865
866 * variables.texi (Directory Local Variables): Document
867 hack-dir-local-variables-non-file-buffer.
868
c869783d
GM
8692012-01-06 Glenn Morris <rgm@gnu.org>
870
871 * maps.texi (Standard Keymaps): Refer to Info-edit by name
872 rather than by keybinding.
873
2cae5ba4
JB
8742011-12-29 Juanma Barranquero <lekktu@gmail.com>
875
876 * frames.texi (Font and Color Parameters): Add @pxref.
877
43da4d08
DC
8782011-12-29 Daniel Colascione <dan.colascione@gmail.com>
879
880 * frames.texi (Font and Color Parameters):
881 Document w32 font backends (bug#10399).
882
8d80ef01
PE
8832011-12-28 Paul Eggert <eggert@cs.ucla.edu>
884
885 * files.texi (File Attributes, Changing Files):
886 Use a more-natural notation for octal numbers.
887
9022ae07
JB
8882011-12-23 Juanma Barranquero <lekktu@gmail.com>
889
890 * variables.texi (Variables with Restricted Values):
891 Change reference to variable (bug#10354).
892
454592a6
MR
8932011-12-13 Martin Rudalics <rudalics@gmx.at>
894
895 * windows.texi (Splitting Windows): Use t instead of non-nil
896 when describing window-combination-resize.
897
a7cdbfce
SM
8982011-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
899
900 * text.texi (Special Properties): Warn against `intangible' properties
901 (bug#10222).
902
a3dcc84e
EZ
9032011-11-26 Eli Zaretskii <eliz@gnu.org>
904
579ebf8f
EZ
905 * display.texi (Truncation):
906 * text.texi (Special Properties): Describe what a stretch-glyph is
907 instead of using that term without explanation. Make the
908 cross-references more accurate.
909
a3dcc84e
EZ
910 * display.texi (Usual Display): Update the description,
911 cross-references, and indexing related to display of control
912 characters and raw bytes.
913
94af99a4
MR
9142011-11-25 Martin Rudalics <rudalics@gmx.at>
915
916 * windows.texi (Splitting Windows): Fix description of
917 window-combination-limit. Suggested by Eli Zaretskii.
918
1c3d7a13
CY
9192011-11-23 Chong Yidong <cyd@gnu.org>
920
921 * windows.texi (Window Sizes): Move window-top-line,
922 window-left-column, and window-*-pixel-edges to Coordinates and
923 Windows node.
924 (Coordinates and Windows): Restore window-edges doc.
925
90151a1e
MR
9262011-11-21 Martin Rudalics <rudalics@gmx.at>
927
a7cdbfce
SM
928 * windows.texi (Windows and Frames, Splitting Windows):
929 Fix typos.
90151a1e 930
a9b9b7f5
CY
9312011-11-21 Chong Yidong <cyd@gnu.org>
932
933 * windows.texi (Splitting Windows): Fix error in documentation of
934 window-combination-limit.
935 (Cyclic Window Ordering): Minor fixes to next-window,
936 one-window-p, and get-lru-window docs. Don't document
937 window-list-1.
938 (Buffers and Windows): Copyedits.
939 (Choosing Window): Document special handling of special-display-*.
940 (Choosing Window Options): Fix display-buffer-reuse-frames doc.
a7cdbfce
SM
941 Don't document even-window-heights, which is going away.
942 Clarify which options are obeyed by which action functions.
a9b9b7f5 943
f4e90db0
SM
9442011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
945
946 * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
947
d2999b1a
MR
9482011-11-20 Martin Rudalics <rudalics@gmx.at>
949
f4e90db0
SM
950 * windows.texi (Resizing Windows, Splitting Windows):
951 Remove term "status" when talking about combination limits.
d2999b1a 952
cd1181db
JB
9532011-11-20 Juanma Barranquero <lekktu@gmail.com>
954
955 * compile.texi (Compiler Errors):
956 * help.texi (Help Functions): Fix typos.
957
7bf54975
CY
9582011-11-19 Chong Yidong <cyd@gnu.org>
959
960 * windows.texi (Splitting Windows): Clarify role of window
961 parameters in split-window. Shorten the example.
f4e90db0
SM
962 (Deleting Windows): Rewrite intro to handle internal windows.
963 Fix delete-windows-on doc.
7bf54975
CY
964 (Selecting Windows): Copyedits.
965
a0c2d0ae
MR
9662011-11-17 Martin Rudalics <rudalics@gmx.at>
967
968 * windows.texi (Resizing Windows, Splitting Windows)
969 (Deleting Windows): Use term window-combination-resize instead
970 of window-splits.
971
b6f67890
MR
9722011-11-16 Martin Rudalics <rudalics@gmx.at>
973
f4e90db0
SM
974 * windows.texi (Resizing Windows, Splitting Windows):
975 Rename occurrences of window-nest to window-combination-limit.
b6f67890 976
0b381c7e
JB
9772011-11-14 Juanma Barranquero <lekktu@gmail.com>
978
979 * intro.texi (Lisp History): Fix typo.
980
89d61221
MR
9812011-11-12 Martin Rudalics <rudalics@gmx.at>
982
f4e90db0
SM
983 * windows.texi (Splitting Windows, Deleting Windows):
984 Remove references to splits status of windows.
89d61221 985
b2621720
GM
9862011-11-10 Glenn Morris <rgm@gnu.org>
987
988 * buffers.texi (Read Only Buffers): Expand a bit on why
989 toggle-read-only should only be used interactively. (Bug#7292)
990
d2ad7ee1
CY
9912011-11-09 Chong Yidong <cyd@gnu.org>
992
993 * windows.texi (Window Sizes): Document window-pixel-edges,
c4e7c63a 994 window-inside-pixel-edges, window-absolute-pixel-edges, and
d2ad7ee1
CY
995 window-inside-absolute-pixel-edges.
996 (Resizing Windows): shrink-window-if-larger-than-buffer works on
997 non-full-width windows.
998
2cffd681
MR
9992011-11-09 Martin Rudalics <rudalics@gmx.at>
1000
1001 * windows.texi (Resizing Windows): Rewrite documentation of
1002 window-resizable.
1003
f6f6d7e7
CY
10042011-11-09 Chong Yidong <cyd@gnu.org>
1005
1006 * windows.texi (Splitting Windows): Simplify example.
1007
a79db6e0
CY
10082011-11-08 Chong Yidong <cyd@gnu.org>
1009
1010 * windows.texi (Window Sizes): Copyedits. Document
1011 window-text-height. Remove window-min-height and window-min-width
1012 discussion, referring instead to Emacs manual.
1013 (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
e7313f33
CY
1014 (Resizing Windows): Simplify introduction. Don't document
1015 enlarge-window, shrink-window, enlarge-window-horizontally, and
1016 shrink-window-horizontally; they are no longer preferred for
1017 calling from Lisp, and are already documented in the Emacs manual.
a79db6e0 1018
441950c7
GM
10192011-11-07 Glenn Morris <rgm@gnu.org>
1020
1021 * windows.texi (Choosing Window): Fix keybinding typo.
1022
be7f5545
MR
10232011-11-07 Martin Rudalics <rudalics@gmx.at>
1024
1025 * windows.texi (Resizing Windows, Splitting Windows)
1026 (Window Configurations): Use "child window" instead of
1027 "subwindow".
1028
291d142b
CY
10292011-11-06 Chong Yidong <cyd@gnu.org>
1030
1031 * windows.texi (Basic Windows): Clarify various definitions.
1032 Treat window-normalize-* as internal; don't document them.
1033 (Windows and Frames): Various clarifications, e.g. non-live
1034 windows also belong to frames. Fix window-list description.
1035 Simplify window nesting example.
f4e90db0
SM
1036 (Splitting Windows, Window Configurations):
1037 Use split-window-below.
291d142b 1038
89bd5ee1
EZ
10392011-11-04 Eli Zaretskii <eliz@gnu.org>
1040
1041 * windows.texi (Window Sizes): Mention in the doc string that the
1042 return values of `window-body-height' and `window-body-width' are
1043 in frame's canonical units. (Bug#9949)
1044
3d8daefe
MR
10452011-10-30 Martin Rudalics <rudalics@gmx.at>
1046
1047 * windows.texi (Windows and Frames): Remove "iso-" infix from
1048 documentation of window-iso-combined-p.
1049
60754666
CY
10502011-10-26 Chong Yidong <cyd@gnu.org>
1051
1052 * modes.texi (Running Hooks): Document with-wrapper-hook.
1053
d366bd53
CY
10542011-10-18 Chong Yidong <cyd@gnu.org>
1055
1056 * display.texi (Glyphless Chars): New node.
1057
50b063c3
CY
10582011-10-13 Chong Yidong <cyd@stupidchicken.com>
1059
1060 * text.texi (Yanking): Document yank-excluded-properties.
1061
1062 * package.texi (Packaging Basics): The commentary should say how
1063 to begin using the package.
1064
c72063fa
MR
10652011-10-11 Martin Rudalics <rudalics@gmx.at>
1066
1067 * windows.texi (Deleting Windows): Mention which window gets
1068 selected when deleting the selected window.
1069
d83dc65b
MR
10702011-10-09 Martin Rudalics <rudalics@gmx.at>
1071
1072 * buffers.texi (The Buffer List): Describe how bury-buffer deals
1073 with the selected window.
1074 * windows.texi (Buffers and Windows): Reformulate text on how
1075 replace-buffer-in-windows deals with a window.
1076 (Quitting Windows): Describe how quit-window deals with a
1077 standalone frame. Describe new option frame-auto-hide-function.
1078
c599682c
GM
10792011-10-08 Glenn Morris <rgm@gnu.org>
1080
48bca619
GM
1081 * symbols.texi (Other Plists): Markup fix. (Bug#9702)
1082
c599682c
GM
1083 * positions.texi (Excursions): Update warning message.
1084
969aa734
CY
10852011-10-05 Chong Yidong <cyd@stupidchicken.com>
1086
f4e90db0
SM
1087 * display.texi (Low-Level Font, Face Attributes, Font Lookup):
1088 Fix Emacs manual xref (Bug#9675).
969aa734 1089
550f41cd
CY
10902011-10-01 Chong Yidong <cyd@stupidchicken.com>
1091
1092 * windows.texi (Textual Scrolling): Document scroll-up-command,
1093 scroll-down-command, scroll-error-top-bottom, and the
1094 scroll-command symbol property.
717a1362
CY
1095 (Display Action Functions): Fix description of
1096 display-buffer-pop-up-window.
550f41cd 1097
a239d4e9
JB
10982011-09-28 Juanma Barranquero <lekktu@gmail.com>
1099
1100 * windows.texi (Splitting Windows): Fix typos.
1101
590c056d
MR
11022011-09-25 Martin Rudalics <rudalics@gmx.at>
1103
1104 * windows.texi (Windows and Frames, Display Action Functions)
1105 (Switching Buffers): Fix some typos.
1106 (Buffers and Windows): Remove reference to window-auto-delete.
1107 Reword description of replace-buffer-in-windows.
1108 (Window History): Fix some typos and refer to frame local buffer
1109 list.
c419f5cb
MR
1110 (Quitting Windows): New node.
1111 (Window Configurations): Add descriptions of window-state-get
1112 and window-state-put.
1113 (Window Parameters): Describe variable ignore-window-parameters.
1114 Sketch some window parameters currently in use.
1115 * elisp.texi (Top): Update node listing.
590c056d 1116
9ec20d36
CY
11172011-09-25 Chong Yidong <cyd@stupidchicken.com>
1118
1119 * windows.texi (Display Action Functions)
1120 (Choosing Window Options): New nodes.
1121
0e406a72
CY
11222011-09-24 Chong Yidong <cyd@stupidchicken.com>
1123
1124 * windows.texi (Window History): New node. Move text here from
1125 Buffers and Windows.
1126 (Switching Buffers): Rename from Displaying Buffers, since we
f4e90db0
SM
1127 don't document display-buffer here; callers changed.
1128 Document FORCE-SAME-WINDOW arg to switch-to-buffer and
0e406a72
CY
1129 switch-to-buffer-other-frame. Delete duplicate
1130 replace-buffer-in-windows doc.
1131 (Choosing Window): Document display actions.
1132
6bf7006f
EZ
11332011-09-24 Eli Zaretskii <eliz@gnu.org>
1134
1135 * display.texi (Forcing Redisplay): Update the description of
1136 redisplay-dont-pause due to change in the default value.
1137
b33b68a3
MR
11382011-09-23 Martin Rudalics <rudalics@gmx.at>
1139
1140 * frames.texi (Frames and Windows): Move section and rename to
1141 Windows and Frames in windows.texi.
1142 * windows.texi (Windows): Restructure.
1143 (Basic Windows): Rewrite. Explain live and internal windows and
1144 normalization functions.
1145 (Windows and Frames): Move section here from frames.texi.
1146 Describe subwindows, window combinations, window tree, and
1147 corresponding functions including window-list here.
1148 (Window Sizes): Rename section from Size of Window and move it
1149 up in chapter. Describe total and body sizes and the
1150 corresponding functions. Explain new semantics of
1151 window-min-height/-width.
1152 (Resizing Windows): Move section up in chapter. Describe new
1153 resize functions.
1154 (Splitting Windows): Describe new behavior of split-window,
1155 split-window-above-each-other and split-window-side-by-side.
1156 Provide examples. Describe window-nest and window-splits
1157 options.
1158 (Deleting Windows): Minor rewrite.
f4e90db0
SM
1159 (Selecting Windows): Minor rewrite.
1160 Describe frame-selected-window and set-frame-selected-window here.
1161 (Cyclic Window Ordering): Minor rewrite.
1162 Describe window-list-1.
b33b68a3
MR
1163 (Buffers and Windows): Rewrite. Explain a window's previous and
1164 next buffers and the corresponding functions.
c4682d18 1165 (Window Tree): Merge into Windows and Frames section.
b33b68a3
MR
1166 * elisp.texi (Top): Update node listings for frames and windows
1167 sections.
1168
4d3786ac
SM
11692011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1170
1171 * display.texi (Face Functions): `face-list' returns faces (bug#9564).
1172
713df35b
LMI
11732011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
1174
1175 * errors.texi (Standard Errors): Remove apparent placeholder text
1176 (bug#9491).
1177
33ed493b
CY
11782011-09-18 Chong Yidong <cyd@stupidchicken.com>
1179
1180 * frames.texi (Management Parameters): Fix description of
1181 icon-type parameter.
1182
b8f0a954
CY
11832011-09-17 Chong Yidong <cyd@stupidchicken.com>
1184
1185 * tips.texi (Key Binding Conventions): Don't bind a key sequence
1186 ending in C-g. Suggested by Edward O'Connor.
1187
eddf142c
EZ
11882011-09-17 Eli Zaretskii <eliz@gnu.org>
1189
1190 * numbers.texi (Integer Basics): Add indexing for
1191 most-positive-fixnum and most-negative-fixnum. (Bug#9525)
1192
bf1af6c7
DM
11932011-09-14 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
1194
1195 * lists.texi (Sets And Lists): Fix typo. (Bug#9393)
1196
cec2eab8
JB
11972011-09-11 Juanma Barranquero <lekktu@gmail.com>
1198
1199 * processes.texi (Network Servers): Clarify what the process
1200 buffer is used for (bug#9233).
1201
51751aa2 12022011-08-30 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
1f403cb9
DM
1203
1204 * lists.texi (Building Lists): Fix typo.
1205
35137ed3
CY
12062011-08-30 Chong Yidong <cyd@stupidchicken.com>
1207
1208 * display.texi (Basic Faces): New node. Document new faces.
1209
1210 * modes.texi (Major Mode Conventions): Move some text there.
1211 (Mode Help): Remove major-mode var, duplicated in Major Modes.
1212
3fd50d5c
CY
12132011-08-29 Chong Yidong <cyd@stupidchicken.com>
1214
1215 * modes.texi (Basic Major Modes): New node. Callers updated.
1216 (Major Modes): Document fundamental-mode and major-mode.
1217 (Major Mode Basics): Node deleted; text moved to Major Modes.
1218 (Derived Modes): Document derived-mode-p.
1219
ddb54206
CY
12202011-08-28 Chong Yidong <cyd@stupidchicken.com>
1221
a6326082
CY
1222 * files.texi (Changing Files, Create/Delete Dirs): Document new
1223 arguments for delete-file, delete-directory, and copy-directory.
e2aeef63
CY
1224 (Visiting Functions): Remove view-file; it is documented in the
1225 Emacs manual.
04e2ce72 1226
ddb54206
CY
1227 * frames.texi (Layout Parameters): The defaults for the
1228 menu-bar-lines and tool-bar-lines parameters depend on the mode.
1229
1230 * display.texi (Progress): Document spinner functionality.
1231
1232 * os.texi (Killing Emacs): Note that kill-emacs can be called by
1233 operating system signals. Refer to save-buffers-kill-terminal
1234 instead of save-buffers-kill-emacs.
1235
1236 * objects.texi (Symbol Type): Document ## print representation.
1237
0c95fcf7
EZ
12382011-08-25 Eli Zaretskii <eliz@gnu.org>
1239
1240 * display.texi (Specified Space): Mention that `space' specs
1241 influence bidi reordering.
1242 (Bidirectional Display): Explain how to use `(space . PROPS)' for
1243 separating fields with bidirectional content.
1244
5980d4c6
EZ
12452011-08-24 Eli Zaretskii <eliz@gnu.org>
1246
1247 * display.texi (Bidirectional Display): Document return value in
1248 buffers that are not bidi-reordered for display, and in unibyte
1249 buffers.
1250
bca633fb
EZ
12512011-08-23 Eli Zaretskii <eliz@gnu.org>
1252
1253 * nonascii.texi (Character Properties): Document the values for
1254 unassigned codepoints.
1255
c094bb0c
EZ
12562011-08-18 Eli Zaretskii <eliz@gnu.org>
1257
1258 * nonascii.texi (Character Properties): Document use of
1259 `bidi-class' and `mirroring' properties as part of reordering.
1260 Provide cross-references to "Bidirectional Display".
1261
1262 * display.texi (Bidirectional Display): Document the pitfalls of
1263 concatenating strings with bidirectional content, with possible
f4e90db0
SM
1264 solutions. Document bidi-string-mark-left-to-right.
1265 Mention paragraph direction in modes that inherit from prog-mode.
92b71444
EZ
1266 Document use of `bidi-class' and `mirroring' properties as part of
1267 reordering.
c094bb0c 1268
1ea897d5
EZ
12692011-08-16 Eli Zaretskii <eliz@gnu.org>
1270
9adfcd0b
EZ
1271 * modes.texi (Major Mode Conventions): Improve the documentation
1272 of `mode-class' `special' modes.
1273
10862873
EZ
1274 * nonascii.texi (Character Properties): Document the `mirroring'
1275 property. Add index entries.
1276
1ea897d5
EZ
1277 * syntax.texi (Categories): Add an example of defining a new
1278 category and category table.
1279
1280 * searching.texi (Regexp Backslash): Document how to display
1281 existing categories. Mention the possibility of adding
1282 categories, and add an xref to where this is described. Add an
1283 index entry.
1284
ebb552ed
CY
12852011-08-09 Chong Yidong <cyd@stupidchicken.com>
1286
1287 * text.texi (Special Properties):
1288 * display.texi (Overlay Properties): Note that mouse-face cannot
1289 change the text size (Bug#8530).
1290
51a714e1
CY
12912011-08-08 Chong Yidong <cyd@stupidchicken.com>
1292
1293 * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
1294 using setenv instead.
1295
4cc60b9b
EZ
12962011-07-28 Eli Zaretskii <eliz@gnu.org>
1297
1298 * display.texi (Bidirectional Display): Document the fact that
1299 bidi-display-reordering is t by default.
1300
5deb92fd
EZ
13012011-07-23 Eli Zaretskii <eliz@gnu.org>
1302
1303 * display.texi (Bidirectional Display): New section.
1304
011b0ad6 13052011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
67f9b9f8
GM
1306 Tim Cross <theophilusx@gmail.com> (tiny change)
1307 Glenn Morris <rgm@gnu.org>
011b0ad6 1308
67f9b9f8 1309 * keymaps.texi (Toolkit Differences): New node. (Bug#8176)
011b0ad6 1310
4baf28e6
AS
13112011-07-15 Andreas Schwab <schwab@linux-m68k.org>
1312
1313 * help.texi (Keys in Documentation): Revert last change.
1314
66249842
LMI
13152011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1316
f863868c
LMI
1317 * help.texi (Keys in Documentation): Clarify that \= only quotes
1318 the next character, and doesn't affect longer sequences in
1319 particular (bug#8935).
1320
f4e90db0
SM
1321 * debugging.texi (Using Debugger):
1322 Mention @code{eval-expression-debug-on-error} (bug#8549).
66249842 1323
0bb23927 13242011-07-14 Eli Zaretskii <eliz@gnu.org>
a2eaa31d
EZ
1325
1326 * display.texi (Other Display Specs): Document that `left-fringe'
1327 and `right-fringe' display specifications are of the "replacing"
1328 kind.
1329
f2027cdf
LMI
13302011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1331
1332 * help.texi (Documentation Basics): Add a link to the Function
1333 Documentation node (bug#6580).
1334
f987fde4
LMI
13352011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1336
0bc59b25
LMI
1337 * keymaps.texi (Menu Bar): Mention :visible and :enable
1338 (bug#6344). Text by Drew Adams.
1339
63d55f1f
LMI
1340 * modes.texi (Running Hooks): Mention buffer-local hook variables
1341 (bug#6218).
1342
f987fde4
LMI
1343 * objects.texi (General Escape Syntax): "a with grave accent" is
1344 ?xe0, not ?x8e0 (bug#5259).
1345
b7527639
CY
13462011-07-12 Chong Yidong <cyd@stupidchicken.com>
1347
1348 * display.texi (Face Attributes, Font Selection): Add references
1349 to the Fonts node in the Emacs manual (Bug#4178).
1350
c830e5ae
CY
13512011-07-12 Chong Yidong <cyd@stupidchicken.com>
1352
1353 * display.texi (Window Systems): `window-system' is
1354 terminal-local.
1355
1356 * frames.texi (Frame Parameters, Parameter Access): Don't mention
1357 frame-local variables.
1358
1359 * variables.texi (Buffer-Local Variables): Don't mention obsolete
1360 frame-local variables.
1361 (Frame-Local Variables): Node deleted.
1362
1363 * elisp.texi (Top): Update node listing.
1364
91223e54
LMI
13652011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1366
1367 * elisp.texi: Change "inferiors" to "subnodes" in three places
1368 (bug#3523).
1369
963578d3
CY
13702011-07-11 Chong Yidong <cyd@stupidchicken.com>
1371
1372 * frames.texi (Window System Selections): Discussion of
1373 x-select-enable-clipboard moved to Emacs manual.
1374
07151e49
DD
13752011-07-11 Deniz Dogan <deniz@dogan.se>
1376
1377 * commands.texi (Prefix Command Arguments): Remove excessive
1378 apostrophe.
1379
7261e1cf
LMI
13802011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1381
ad21a12a
LMI
1382 * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
1383 description is a string (bug#3313).
1384
7261e1cf
LMI
1385 * frames.texi (Display Feature Testing): Try to explain what all
1386 the visual classes mean (bug#3042).
1387
568f7b79
LMI
13882011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1389
18d59e29
LMI
1390 * modes.texi (Mode Line Variables): Document `mode-line-remote'
1391 and `mode-line-client' (bug#2974).
1392
568f7b79
LMI
1393 * text.texi (Insertion): Clarify marker movements (bug#1651).
1394 Text from Drew Adams.
1395
54e10184
LMI
13962011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1397
d94d85e9
LMI
1398 * text.texi (Special Properties): Clarify the format of `face'
1399 (bug#1375).
1400
54e10184
LMI
1401 * commands.texi (Interactive Call): Add a `call-interactively'
1402 example (bug#1010).
1403
413c488d
LMI
14042011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1405
1406 * functions.texi (Calling Functions): Link to the "Interactive
1407 Call" node (bug#1001).
1408
322b7dab 14092011-07-06 Chong Yidong <cyd@stupidchicken.com>
b00d8c1a 1410
3deead93
CY
1411 * customize.texi (Composite Types): Move alist and plist to here
1412 from Simple Types (Bug#7545).
1413
1414 * elisp.texi (Top): Update menu description.
1415
b00d8c1a
CY
1416 * display.texi (Face Attributes): Document negative line widths
1417 (Bug#6113).
1418
d2a6c43b
TR
14192011-07-03 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
1420
1421 * searching.texi (Match Data): Note that match data can be
1422 overwritten by most functions (bug#2499).
1423
c7844a27
LMI
14242011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1425
a9ab721e
LMI
1426 * strings.texi (Formatting Strings): Clarify what the "-" and "0"
1427 flags mean (bug#6659).
1428
c7844a27
LMI
1429 * functions.texi (What Is a Function): Document the autoload
1430 object (bug#6496).
1431
f68d76d0
LMI
14322011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1433
8a20ca4c
LMI
1434 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
1435 is only used in the Customize user interface (bug#6089).
1436
f68d76d0 1437 * display.texi (Showing Images): Mention the point of sliced
6dd56db4 1438 images (bug#7836).
f68d76d0 1439
7018dbe7
EZ
14402011-07-02 Eli Zaretskii <eliz@gnu.org>
1441
1442 * variables.texi (Defining Variables, Void Variables)
1443 (Constant Variables): Fix incorrect usage of @kindex.
1444
36cb87a1
LMI
14452011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1446
28ee97c7
LMI
1447 * variables.texi (Defining Variables): Add an index entry for
1448 `set-variable' (bug#7262).
8d4294e9 1449 (Defining Variables): Use @findex for functions.
28ee97c7 1450
8862ffd5
LMI
1451 * frames.texi (Basic Parameters): Document the `explicit-name'
1452 parameter (bug#6951).
1453
0ec389b9
LMI
1454 * customize.texi (Type Keywords): Clarify that :value provides a
1455 default value for all types (bug#7386).
1456
36cb87a1
LMI
1457 * streams.texi (Output Functions): Document `pp'.
1458
11fdef7d 14592011-06-25 Chong Yidong <cyd@stupidchicken.com>
dfc47e35
CY
1460
1461 * keymaps.texi (Searching Keymaps):
1462 * display.texi (Overlay Properties): Fix errors in 2011-05-29
1463 change. Suggested by Johan Bockgård.
1464
eeafcea7
CY
14652011-06-15 Chong Yidong <cyd@stupidchicken.com>
1466
1467 * text.texi (Special Properties): Clarify role of font-lock-face.
1468
b96e6cde
LMI
14692011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1470
f4e90db0 1471 * processes.texi (Process Information): Rename `process-alive-p'
b96e6cde
LMI
1472 to `process-live-p' for consistency with other `-live-p' functions.
1473
be14b9ab
PE
14742011-06-03 Paul Eggert <eggert@cs.ucla.edu>
1475
1476 Document wide integers better.
1477 * files.texi (File Attributes): Document ino_t values better.
2d365993 1478 ino_t values no longer map to anything larger than a single cons.
be14b9ab
PE
1479 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
1480 (Bitwise Operations):
001903b5
PE
1481 * objects.texi (Integer Type): Use a binary notation that is a bit easier
1482 to read, and that will port better if 62-bits becomes the default.
1483 Fix or remove incorrect examples.
be14b9ab
PE
1484 * os.texi (Time Conversion): Document time_t values better.
1485
bcd54f83
LMI
14862011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1487
f4e90db0
SM
1488 * processes.texi (Process Information):
1489 Document `process-alive-p'.
bcd54f83 1490
049bcbcb
CY
14912011-05-29 Chong Yidong <cyd@stupidchicken.com>
1492
1493 * help.texi (Accessing Documentation):
1494 * display.texi (Pixel Specification):
1495 * processes.texi (Serial Ports, Serial Ports):
1496 * nonascii.texi (Character Properties, Default Coding Systems):
1497 * text.texi (Changing Properties, Special Properties):
1498 * windows.texi (Window Start and End):
1499 * modes.texi (SMIE Indentation Example, SMIE Tricks):
1500 * keymaps.texi (Searching Keymaps, Tool Bar):
1501 * minibuf.texi (Basic Completion):
1502 * compile.texi (Eval During Compile):
1503 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
1504 7x9 paper in printed manual.
1505
1506 * lists.texi (Sets And Lists): Fix misplaced text.
1507
58539c63
CY
15082011-05-29 Chong Yidong <cyd@stupidchicken.com>
1509
1510 * keymaps.texi (Remapping Commands): Emphasize that the keymap
1511 needs to be active (Bug#8350).
1512
6b5681bf
CY
15132011-05-28 Chong Yidong <cyd@stupidchicken.com>
1514
b4d52acc
CY
1515 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
1516
6b5681bf
CY
1517 * tips.texi (Coding Conventions): Remove antediluvian filename
1518 limit recommendation (Bug#8538).
1519
e145f188
GM
15202011-05-27 Glenn Morris <rgm@gnu.org>
1521
1522 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
1523
eafed945
GM
15242011-05-26 Glenn Morris <rgm@gnu.org>
1525
1526 * variables.texi (File Local Variables):
1527 Update hack-local-variables `mode-only' return value.
2d3ba9e7 1528 Add some more details on what this function does in the other case.
eafed945 1529
bc8410af
GM
15302011-05-19 Glenn Morris <rgm@gnu.org>
1531
1532 * lists.texi (Sets And Lists): Mention cl provides union etc.
1533
35a30759
N
15342011-05-19 Nix <nix@esperi.org.uk>
1535
1536 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
1537
1538 * text.texi (Parsing HTML): Update for function name changes.
1539
1540 * syntax.texi (Syntax Flags): Small fix.
1541
1542 * keymaps.texi (Active Keymaps): Typo fix.
1543 (Changing Key Bindings): Grammar fix.
1544
1545 * frames.texi (Minibuffers and Frames): Grammar fix.
1546 (Window System Selections): x-select-enable-clipboard now defaults to t.
1547
1548 * customize.texi (Common Keywords):
1549 * display.texi (Abstract Display):
1550 * modes.texi (Auto-Indentation):
1551 * nonascii.texi (Converting Representations): Typo fixes.
1552
1553 * control.texi (Examples of Catch): Call it "goto" not "go to".
1554
e3934a8a
EZ
15552011-05-14 Eli Zaretskii <eliz@gnu.org>
1556
bc039a3b
EZ
1557 * nonascii.texi (Character Properties): Fix inconsistencies with
1558 implementation.
1559
e3934a8a
EZ
1560 * text.texi (Special Properties): Move @defvar's out of the
1561 @table. (Bug#8652)
1562
e2c94218
GM
15632011-05-12 Glenn Morris <rgm@gnu.org>
1564
1565 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
1566
d2fc7e3d 15672011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
bc3bea9c
SM
1568
1569 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
1570 (Multiline Font Lock):
1571 * vol2.texi (Top):
1572 * vol1.texi (Top):
1573 * elisp.texi (Top): Update menu accordingly.
1574
d2fc7e3d 15752011-05-12 Drew Adams <drew.adams@oracle.com>
e6dc6206
DA
1576
1577 * modes.texi (Region to Fontify): Fix typo.
1578
79b70037
GM
15792011-05-10 Jim Meyering <meyering@redhat.com>
1580
1581 * minibuf.texi: Fix typo "in in -> in".
1582
b08a63cc 15832011-05-06 Paul Eggert <eggert@cs.ucla.edu>
fed14fd7
PE
1584
1585 * numbers.texi (Integer Basics): Large integers are treated as floats.
1586
1ef14cb4
LMI
15872011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1588
1589 * processes.texi (Synchronous Processes): Document the (:file
1590 "/file-name") syntax for `call-process'.
1591
4ffd0d6b 15922011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
1593
1594 * windows.texi (Choosing Window): Fix typo.
1595
4ffd0d6b 15962011-04-23 Chong Yidong <cyd@stupidchicken.com>
40954368
CY
1597
1598 * frames.texi (Layout Parameters): Note the difference between
1599 querying and setting parameters for left-fringe and right-fringe
1600 (Bug#6930).
1601
fd5a8ae8
SM
16022011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
1603
1604 * minibuf.texi (Basic Completion): Be a bit more precise about the
1605 valid kinds of completion tables.
1606 (Programmed Completion): Remove obsolete text about lambda expressions
1607 not being valid completion tables.
1608
c1bcd0d5
CY
16092011-03-19 Chong Yidong <cyd@stupidchicken.com>
1610
1611 * positions.texi (Excursions): Explain the "save-excursion
1612 defeated by set-buffer" warning.
1613
1614 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
1615 save-excursion. Suggested by Uday S Reddy.
1616
03408648 16172011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
ba83908c 1618
03408648
SM
1619 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
1620 (Lexical Binding): New sub-section.
ba83908c 1621
03408648
SM
1622 * eval.texi (Eval): Discourage the use of `eval'.
1623 Document its new `lexical' argument.
6c075cd7 1624
f6d62986
SM
16252011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
1626
03408648 1627 * commands.texi (Command Overview): `post-command-hook' is not reset to
f6d62986
SM
1628 nil any more.
1629
84ea5558 16302011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
e4021ec1
SM
1631
1632 * strings.texi (String Conversion): Don't mention
1633 string-make-(uni|multi)byte (bug#8262).
1634 * nonascii.texi (Converting Representations): Fix up range.
1635 * keymaps.texi (Key Binding Commands): Update code point, avoid
1636 "unibyte character" and remove mention of unibyte bindings.
1637
62d94509
EZ
16382011-03-10 Eli Zaretskii <eliz@gnu.org>
1639
1640 * modes.texi (Operator Precedence Grammars): Don't use characters
1641 outside ISO-8859-1.
1642
63a329f8
EZ
16432011-03-09 Eli Zaretskii <eliz@gnu.org>
1644
1645 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
1646
1647 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
1648
6446548e
GM
16492011-03-08 Glenn Morris <rgm@gnu.org>
1650
1651 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
1652 * intro.texi (Acknowledgements): Names to UTF-8.
80b005c7 1653 * elisp.texi: Set documentencoding.
6446548e 1654
33383987
JB
16552011-03-07 Chong Yidong <cyd@stupidchicken.com>
1656
1657 * Version 23.3 released.
1658
0b3ceceb
CY
16592011-03-06 Chong Yidong <cyd@stupidchicken.com>
1660
1661 * package.texi: Update index keywords.
1662 (Package Archives): New node contents. Document package-x.el.
1663
78f5433f
JB
16642011-03-06 Juanma Barranquero <lekktu@gmail.com>
1665
1666 * makefile.w32-in (srcs): Add package.texi.
1667
555e9b5c
CY
16682011-03-06 Chong Yidong <cyd@stupidchicken.com>
1669
120d9389
CY
1670 * package.texi (Packaging, Packaging Basics, Simple Packages)
1671 (Multi-file Packages): Expand and clarify.
1672 (Package Archives): Temporary placeholder node.
1673
1674 * elisp.texi (Top): Update node listing.
1675
555e9b5c
CY
1676 * Makefile.in (srcs): Add package.texi.
1677
b59a4335
CY
16782011-03-05 Chong Yidong <cyd@stupidchicken.com>
1679
1680 * processes.texi (Synchronous Processes): Minor clarification
1681 (Bug#8149).
1682
06083aa1
GM
16832011-03-03 Glenn Morris <rgm@gnu.org>
1684
1685 * files.texi (Truenames): Minor clarification. (Bug#2341)
1686
6640b281
GM
16872011-03-01 Glenn Morris <rgm@gnu.org>
1688
1689 * variables.texi (Directory Local Variables):
1690 Mention `(subdirs . nil)' alist element.
1691
2b0c7330 16922011-02-28 Glenn Morris <rgm@gnu.org>
081f7640
GM
1693
1694 * variables.texi (Directory Local Variables): Mention the optional
1695 mtime argument of dir-locals-set-directory-class. (Bug#3577)
1696
b923f7a9
CY
16972011-02-27 Chong Yidong <cyd@stupidchicken.com>
1698
1699 * minibuf.texi (Minibuffer History): Clarify discussion of
1700 minibuffer history lists (Bug#8085).
1701
67ab0163 17022011-02-19 Eli Zaretskii <eliz@gnu.org>
86ec878a 1703
e979a521
EZ
1704 * elisp.texi: Sync @dircategory with ../../info/dir.
1705
e03b2fd4
EZ
1706 * files.texi (Visiting Functions): Document find-file-literally,
1707 both the command and the variable.
1708
86ec878a
EZ
1709 * variables.texi (Creating Buffer-Local): Explain the meaning of
1710 permanent local variables.
1711
67ab0163
GM
1712 * files.texi (Visiting Functions): Document find-file-literally,
1713 both the command and the variable.
1714
1715 * variables.texi (Creating Buffer-Local): Explain the meaning of
1716 permanent local variables.
1717
17182011-02-19 Glenn Morris <rgm@gnu.org>
dff9ac46
GM
1719
1720 * keymaps.texi (Remapping Commands): Mention how to undo it.
1721
bfcb151a
RT
17222011-02-09 Reuben Thomas <rrt@sc3d.org>
1723
1724 * loading.texi (Hooks for Loading): Remove unnecessary advice
1725 about eval-after-load (Bug#7986).
1726
a41c8660
CY
17272011-02-05 Chong Yidong <cyd@stupidchicken.com>
1728
1729 * commands.texi (Accessing Mouse): Note that a header line is not
1730 included in the row of posn-col-row.
1731
e0dd6837
CY
17322011-02-02 Chong Yidong <cyd@stupidchicken.com>
1733
1734 * modes.texi (Major Mode Conventions): Add face guidelines.
1735 (Faces for Font Lock): List faces in order of prominence.
1736
a4180391
PE
17372011-02-01 Paul Eggert <eggert@cs.ucla.edu>
1738
1739 format-time-string now supports subsecond time stamp resolution
1740 * os.texi (Time Parsing): Document %N.
1741
7427eb97
CY
17422011-01-28 Chong Yidong <cyd@stupidchicken.com>
1743
61db307f
CY
1744 * vol1.texi (Top):
1745 * vol2.texi (Top):
1746 * elisp.texi (Top):
1747 * display.texi (Display Property): Shorten the menu description of
1748 the "Other Display Specs" node (Bug#7816).
1749
7427eb97
CY
1750 * keymaps.texi (Defining Menus): Add "menu item" and "extended
1751 menu item" concept index entries (Bug#7805).
1752
bf3dae7e
EZ
17532011-01-29 Eli Zaretskii <eliz@gnu.org>
1754
1755 * makefile.w32-in (texinfodir): New variable.
1756 (usermanualdir): Remove as redundant with $(emacsdir).
1757 (MAKEINFO): Remove options, leave only program name.
1758 (MAKEINFO_OPTS): New variable.
1759 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
1760
06d8ace5 17612011-01-25 Chong Yidong <cyd@stupidchicken.com>
e6cf7a82
CY
1762 Richard Kim <emacs18@gmail.com>
1763
1764 * loading.texi (Library Search): Document list-load-path-shadows
1765 (Bug#7757).
1766
06d8ace5 17672011-01-25 Chong Yidong <cyd@stupidchicken.com>
3f066f54
CY
1768
1769 * searching.texi (Regexp Special): Remove outdated discussion of
1770 character sets (Bug#7780).
1771
28a88153
CY
1772 * frames.texi (Pop-Up Menus): Document where menu title comes
1773 from (Bug#7684).
1774
06d8ace5 17752011-01-25 Glenn Morris <rgm@gnu.org>
4d265b4d
GM
1776
1777 * display.texi (Making Buttons): Mention limitation of text buttons.
1778
a8e1e9ee
WL
17792011-01-23 Werner Lemberg <wl@gnu.org>
1780
1781 * Makefile.in (MAKEINFO): Now controlled by `configure'.
1782 (MAKEINFO_OPTS): New variable. Use it where appropriate.
1783 (ENVADD): New variable to control texi2dvi and texi2pdf.
1784
362b9d48
GM
17852011-01-15 Chong Yidong <cyd@stupidchicken.com>
1786
1787 * files.texi (Directory Names): Move directory-abbrev-alist doc to
1788 Emacs manual.
1789
17902011-01-15 Eli Zaretskii <eliz@gnu.org>
1791
1792 * files.texi (Directory Names): Explain why FROM in
1793 directory-abbrev-alist should begin with \`. (Bug#7777)
1794
3fa173b4
SM
17952011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
1796
1797 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
1798
7c420169 17992011-01-02 Eli Zaretskii <eliz@gnu.org>
2e4ab211
EZ
1800
1801 * modes.texi (Emulating Mode Line): Fix last change.
1802
7c420169 18032011-01-02 Eli Zaretskii <eliz@gnu.org>
287e63bb
EZ
1804
1805 * modes.texi (Emulating Mode Line): Update documentation of
1806 format-mode-line according to changes that fixed bug #7587.
1807
80b33766
SM
18082010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
1809
1810 * modes.texi (Derived Modes): Mention prog-mode.
1811
1812 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
1813 of the key-binding-data cache since we don't use it any more.
1814
f49d1f52 18152010-12-13 Eli Zaretskii <eliz@gnu.org>
3c73e30e 1816
4bb49a92
EZ
1817 * processes.texi (Shell Arguments):
1818 * strings.texi (Creating Strings): Don't mention "shell commands";
1819 make it explicit that `split-string-and-unquote' and
1820 `combine-and-quote-strings' are mainly for working with arguments
1821 to call-process and start-process.
1822
3c73e30e
EZ
1823 * processes.texi (Shell Arguments): Fix documentation of
1824 `split-string-and-unquote'. Add indexing. (Bug#7563)
1825
f49d1f52 18262010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5dcb4c4e
SM
1827
1828 * modes.texi (Auto-Indentation): New section to document SMIE.
1829 (Major Mode Conventions):
1830 * text.texi (Mode-Specific Indent): Refer to it.
1831
f49d1f52 18322010-12-13 Eli Zaretskii <eliz@gnu.org>
bdef6a77
EZ
1833
1834 * display.texi (Other Display Specs): Document left-fringe and
1835 right-fringe display specs.
1836
f49d1f52 18372010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
769741e3
SM
1838
1839 * backups.texi (Making Backups):
1840 * modes.texi (Example Major Modes): Use recommended coding style.
1841 (Major Mode Basics, Derived Modes): Encourge more strongly use of
1842 define-derived-mode. Mention completion-at-point-functions.
1843
f49d1f52 18442010-12-13 Chong Yidong <cyd@stupidchicken.com>
3e99b825 1845
5dcb4c4e
SM
1846 * nonascii.texi (Converting Representations):
1847 Document byte-to-string.
e1115396 1848
ec1b9b17
GM
18492010-12-08 Glenn Morris <rgm@gnu.org>
1850
1851 * buffers.texi (Modification Time):
1852 verify-visited-file-modtime now defaults to the current buffer.
1853
07976ae3 18542010-11-27 Chong Yidong <cyd@stupidchicken.com>
3e99b825 1855
ec1b9b17 1856 * nonascii.texi (Converting Representations): Document byte-to-string.
3e99b825
CY
1857
1858 * strings.texi (Creating Strings): Don't mention semi-obsolete
1859 function char-to-string.
1860 (String Conversion): Shorten discussion of semi-obsolete function
1861 string-to-char. Link to Converting Representations.
1862
1863 * objects.texi (Symbol Type):
1864 * text.texi (Near Point):
1865 * help.texi (Help Functions):
1866 * functions.texi (Mapping Functions): Use string instead of
1867 char-to-string in examples.
1868
07976ae3 18692010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295
CY
1870
1871 * text.texi (Kill Functions, Kill Functions)
1872 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
1873 YANK-HANDLER args.
1874
1875 * symbols.texi (Creating Symbols): Using unintern without an
1876 obarray arg is now obsolete.
1877
1878 * numbers.texi (Float Basics): Document float-e and float-pi.
1879
1880 * variables.texi (Defining Variables): Change "pi" example to
1881 "float-pi".
1882
8547874a
EZ
18832010-11-26 Eli Zaretskii <eliz@gnu.org>
1884
1885 * commands.texi (Click Events): Document the values of X, Y and
1886 COL, ROW in the event's position, when the click is on the header
1887 or mode line, on the fringes, or in the margins.
1888
4a47c275 18892010-11-17 Eli Zaretskii <eliz@gnu.org>
c7926fe2 1890
5b05d75b
EZ
1891 * customize.texi (Composite Types): Lower-case index entry.
1892
5dcb4c4e
SM
1893 * loading.texi (How Programs Do Loading):
1894 Document load-file-name. (Bug#7346)
c7926fe2 1895
4a47c275 18962010-11-17 Glenn Morris <rgm@gnu.org>
cde08ac9
GM
1897
1898 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
1899
0eb025fb
EZ
19002010-11-13 Eli Zaretskii <eliz@gnu.org>
1901
1902 * display.texi (Usual Display): Characters with no fonts are not
1903 necessarily displayed as empty boxes.
1904
2699a554 19052010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
1906
1907 * maps.texi (Standard Keymaps): Update File menu description.
1908
8289f37b
GM
19092010-10-28 Glenn Morris <rgm@gnu.org>
1910
1911 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
1912
5793a7bc 19132010-10-24 Eli Zaretskii <eliz@gnu.org>
89baa1df
EZ
1914
1915 * display.texi (Window Systems): Deprecate use of window-system as
1916 a predicate.
1917
17284e30
GM
19182010-10-23 Glenn Morris <rgm@gnu.org>
1919
1920 * help.texi (Documentation Basics): Remove mentions of digest-doc and
1921 sorted-doc.
1922
00f113eb
JB
19232010-10-15 Eli Zaretskii <eliz@gnu.org>
1924
1925 * os.texi (Dynamic Libraries): New node, with slightly modified
1926 text deleted from "Image Formats".
1927 (System Interface): Add @menu entry for "Dynamic Libraries".
1928
1929 * display.texi (Image Formats): Remove description of
1930 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
1931
07277eb8
GM
19322010-10-12 Glenn Morris <rgm@gnu.org>
1933
1934 * book-spine.texinfo: Rename to book-spine.texi.
1935
c12e4a81
GM
19362010-10-11 Glenn Morris <rgm@gnu.org>
1937
df187c62
GM
1938 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
1939
c12e4a81 1940 * Makefile.in (DVIPS): New variable.
234db610
GM
1941 (.PHONY): Add html, ps.
1942 (html, elisp.html, ps, elisp.ps): New targets.
1943 (clean): Delete html, ps files.
1944 ($(infodir)/elisp): Remove unnecessary includes.
c12e4a81 1945
6513b232
EZ
19462010-10-09 Eli Zaretskii <eliz@gnu.org>
1947
1948 * makefile.w32-in (emacsdir): New variable.
1949 (srcs): Add emacsver.texi.
1950 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
1951
abd40fb4
GM
19522010-10-09 Glenn Morris <rgm@gnu.org>
1953
c1dc72b3
GM
1954 * Makefile.in (VPATH): Remove.
1955 (infodir): Make it absolute.
1956 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
1957
4393405b
GM
1958 * Makefile.in (dist): Anchor regexps.
1959
eef3ab94
GM
1960 * Makefile.in (srcs): Put elisp.texi first.
1961 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
1962
aa9db089
GM
1963 * Makefile.in (infoclean): Remove harmless, long-standing error.
1964
abd40fb4
GM
1965 * Makefile.in ($(infodir)): Delete rule.
1966 (mkinfodir): New.
1967 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
1968
68db69ed 1969 * Makefile.in (dist): Remove reference to emacsver.texi.in.
208deadc 1970 Also copy emacsver.texi, and edit $emacsdir.
68db69ed 1971
ea274122
GM
19722010-10-09 Glenn Morris <rgm@gnu.org>
1973
f7a31f11
GM
1974 * Makefile.in (emacsdir): New variable.
1975 (MAKEINFO): Add -I $emacsdir.
1976 (dist): Copy emacsver.texi.
b13254e7
GM
1977 (srcs): Add emacsver.texi.
1978
f7a31f11
GM
1979 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
1980 Set EMACSVER by including emacsver.texi.
1981
ea274122
GM
1982 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
1983
17ca7950
GM
19842010-10-07 Glenn Morris <rgm@gnu.org>
1985
1986 * Makefile.in (version): New, set by configure.
1987 (clean): Delete dist tar file.
1988 (dist): Use version in tar name.
1989
4c83f6e1
GM
19902010-10-06 Glenn Morris <rgm@gnu.org>
1991
1992 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
1993 (INSTALL_INFO): Remove unused variable.
1994 (mostlyclean, infoclean, dist): New rules.
1995 (clean): Delete dvi and pdf files.
1996 (maintainer-clean): Remove elisp.oaux, use infoclean.
8a944cea 1997 ($(infodir)): Add parallel build workaround.
4c83f6e1 1998
0264072d
GM
19992010-10-04 Glenn Morris <rgm@gnu.org>
2000
2001 * Makefile.in (dvi, pdf, $(infodir)): New targets.
2002 ($(infodir)/elisp): Ensure target directory exists. Use $@.
8cce34d0 2003 Fix -I typo.
0264072d
GM
2004 (clean): No 'make.out' or 'core' files.
2005 (.PHONY): Declare clean rules.
2006 (maintainer-clean): Delete pdf file. Guard against cd failures.
2007
77f38949
GM
20082010-10-03 Glenn Morris <rgm@gnu.org>
2009
2010 * files.texi (File Name Components): Remove ignored section about
2011 deleted variable directory-sep-char.
2012
178fdd41
MA
20132010-10-03 Michael Albinus <michael.albinus@gmx.de>
2014
2015 * files.texi (Magic File Names): New defopt
2016 remote-file-name-inhibit-cache.
2017
9c524fcb
GM
20182010-10-02 Glenn Morris <rgm@gnu.org>
2019
2020 * os.texi (Killing Emacs): Hook now runs in batch mode.
2021
f816790b
SM
20222010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
2023
2024 * text.texi (Special Properties): Clarify when modification-hooks run.
2025
7cf78aac
SM
20262010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2027
2028 * syntax.texi (Syntax Flags): Document new `c' flag.
2029
ca0d44e4
GM
20302010-09-09 Glenn Morris <rgm@gnu.org>
2031
2032 * display.texi (ImageMagick Images): General cleanup.
2033
10999305 20342010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
2035
2036 * files.texi (Directory Names): Use \` rather than ^.
2037
45240125
JD
20382010-09-02 Jan Djärv <jan.h.d@swipnet.se>
2039
2040 * text.texi (Low-Level Kill Ring):
2041 * frames.texi (Window System Selections): Remove cut buffer
2042 documentation.
2043
4abe5bf6
EZ
20442010-08-28 Eli Zaretskii <eliz@gnu.org>
2045
2046 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
2047 Parameters", where the default fringe width is described.
2048
2049 * frames.texi (Window Frame Parameters, Basic Parameters)
2050 (Position Parameters, Layout Parameters, Management Parameters)
2051 (Cursor Parameters, Font and Color Parameters): Add indexing for
2052 frame parameters. (Bug#6929)
2053
fdc76236
TT
20542010-08-25 Tom Tromey <tromey@redhat.com>
2055
2056 * vol2.texi (Top): Update.
2057 * vol1.texi (Top): Update.
2058 * tips.texi (Library Headers): Mention Package-Version and
2059 Package-Requires.
2060 * package.texi: New file.
2061 * os.texi (System Interface): Update pointers.
2062 * elisp.texi (Top): Link to new nodes. Include package.texi.
2063 * anti.texi (Antinews): Update pointers.
2064
1e5c1c80
EZ
20652010-08-25 Eli Zaretskii <eliz@gnu.org>
2066
2067 * processes.texi (Filter Functions): Fix last change.
2068
78e33835
CY
20692010-08-24 Markus Triska <triska@gmx.at>
2070
2071 * processes.texi (Filter Functions): Use `buffer-live-p' instead
2072 of `buffer-name' in the main text as well as in the example
2073 (Bug#3098).
2074
198a7a97
CY
20752010-08-22 Chong Yidong <cyd@stupidchicken.com>
2076
2077 * nonascii.texi (Text Representations):
2078 * loading.texi (Loading Non-ASCII):
2079 * compile.texi (Byte Compilation): Don't mention obsolete
2080 --unibyte command-line argument.
2081
bc7d7ea6
CY
20822010-08-22 Chong Yidong <cyd@stupidchicken.com>
2083
2084 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
2085
b0126eac 20862010-08-22 Chong Yidong <cyd@stupidchicken.com>
96b1842d
CY
2087
2088 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
2089
e8a6cc19
EZ
20902010-08-20 Eli Zaretskii <eliz@gnu.org>
2091
2092 * commands.texi (Misc Events): Add cross-references to where
2093 POSITION of a mouse event is described in detail.
2094
c4e7c63a 20952010-08-08 Christoph Scholtes <cschol2112@googlemail.com>
ee301a7a 2096
c4e7c63a 2097 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
ee301a7a 2098
7815fe19 20992010-08-08 Juanma Barranquero <lekktu@gmail.com>
e8bf5266
JB
2100
2101 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
2102 Suggested by Štěpán Němec <stepnem@gmail.com>.
2103
7815fe19 21042010-08-08 Juanma Barranquero <lekktu@gmail.com>
b4f588fa
JB
2105
2106 * minibuf.texi (High-Level Completion): Document args of
2107 `read-buffer-function' (bug#5625).
2108
8b2dd508
JD
21092010-07-29 Jan Djärv <jan.h.d@swipnet.se>
2110
2111 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
2112
bace45fe
MA
21132010-07-29 Michael Albinus <michael.albinus@gmx.de>
2114
2115 * processes.texi (Process Information): Explain process property
2116 `remote-tty'.
2117
4ce5a4cc
JB
21182010-07-27 Juanma Barranquero <lekktu@gmail.com>
2119
2120 * modes.texi (Defining Minor Modes): Use C-delete in examples,
2121 instead of "\C-\^?" (bug#6334).
2122
1c84bc7a
JB
2123 * text.texi (Special Properties): Fix typo.
2124
b88746ba
EZ
21252010-07-09 Eli Zaretskii <eliz@gnu.org>
2126
2127 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
2128 calling sequences, which are now the standard.
2129
51422d6d
CY
21302010-06-24 Chong Yidong <cyd@stupidchicken.com>
2131
2132 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
2133
2134 * commands.texi (Command Overview): Mention undo-boundary call.
2135
d24880de
GM
21362010-06-23 Glenn Morris <rgm@gnu.org>
2137
2138 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
2139 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
2140 * frames.texi, functions.texi, internals.texi, keymaps.texi:
2141 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
2142 * searching.texi, sequences.texi, strings.texi, syntax.texi:
2143 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
2144 Untabify Texinfo files.
2145
0fc76035
CY
21462010-06-20 Chong Yidong <cyd@stupidchicken.com>
2147
2148 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
2149
5338dc0b
CY
21502010-06-19 Chong Yidong <cyd@stupidchicken.com>
2151
a628ad9d 2152 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
5338dc0b 2153
2c3a3c1d
CY
21542010-06-02 Chong Yidong <cyd@stupidchicken.com>
2155
ba3bf1d9
CY
2156 * searching.texi (Regexp Special): Remove obsolete information
2157 about matching non-ASCII characters, and suggest using char
2158 classes (Bug#6283).
2c3a3c1d 2159
7f4b4249
JB
21602010-05-30 Juanma Barranquero <lekktu@gmail.com>
2161
2162 * minibuf.texi (Basic Completion): Add missing "@end defun".
2163
637821cd
SM
21642010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2165
2166 * minibuf.texi (Basic Completion): Document completion-boundaries.
2167 (Programmed Completion): Document the new fourth method for boundaries.
2168
e13051c3
CY
21692010-05-22 Chong Yidong <cyd@stupidchicken.com>
2170
a628ad9d 2171 * display.texi (Image Cache): Update documentation about image caching.
e13051c3 2172
0235128c 21732010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
2174
2175 * windows.texi (Textual Scrolling):
2176 * tips.texi (Coding Conventions):
2177 * minibuf.texi (Minibuffer History):
2178 * maps.texi (Standard Keymaps):
2179 * loading.texi (Where Defined):
2180 * edebug.texi (Instrumenting): Fix typos.
2181
0235128c 21822010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549 2183
c7c32279
CY
2184 * keymaps.texi (Menu Bar): Document :advertised-binding property.
2185
0235128c
SM
2186 * functions.texi (Obsolete Functions):
2187 Document set-advertised-calling-convention.
eb5ed549
CY
2188
2189 * minibuf.texi (Basic Completion): Document completion-in-region.
2190 (Programmed Completion): Document completion-annotate-function.
2191
2192 * commands.texi (Reading One Event): Document read-key.
2193 (Distinguish Interactive): Document KIND arg to
2194 called-interactively-p. Delete obsolete interactive-p.
2195
2196 * elisp.texi (Top): Update node description.
2197
f8848423
EZ
21982010-05-08 Eli Zaretskii <eliz@gnu.org>
2199
0235128c
SM
2200 * nonascii.texi (Character Properties):
2201 Document unicode-category-table. Add an index entry for Unicode
2202 general category.
2203
22042010-05-07 Chong Yidong <cyd@stupidchicken.com>
2205
2206 * Version 23.2 released.
f8848423 2207
938efb77
JB
22082010-04-20 Juanma Barranquero <lekktu@gmail.com>
2209
2210 * locals.texi (Standard Buffer-Local Variables):
2211 Remove @ignore'd reference to `direction-reversed'.
2212
5854c267
JL
22132010-04-14 Juri Linkov <juri@jurta.org>
2214
2215 Fix @deffn without category.
2216
2217 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
2218 for `abbrev-insert'.
2219
2220 * buffers.texi (Indirect Buffers): Add category `Command'
2221 to @deffn of `clone-indirect-buffer'.
2222
2223 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
2224 for `next-window' and `previous-window'. Add category `Command'
2225 to @deffn of `pop-to-buffer'.
2226
8a14dec7
CY
22272010-04-01 Chong Yidong <cyd@stupidchicken.com>
2228
2229 * nonascii.texi (Text Representations): Don't mark
2230 enable-multibyte-characters as a user option.
2231
7a1831cf
EZ
22322010-03-31 Eli Zaretskii <eliz@gnu.org>
2233
2234 * control.texi (Handling Errors): How to re-throw a signal caught
2235 by condition-case.
2236
c3863713
CY
22372010-03-26 Chong Yidong <cyd@stupidchicken.com>
2238
2239 * loading.texi (Hooks for Loading): Document after-load-functions.
2240 Copyedits.
2241
c333f279
AM
22422010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
2243
2244 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
2245
e867cb5d 22462010-03-24 Chong Yidong <cyd@stupidchicken.com>
f7704e26
CY
2247
2248 * processes.texi (Network Processes): Document seqpacket type.
2249
605f35cd
DN
22502010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
2251
2252 * os.texi (System Environment): Do not mention lynxos.
2253
288f9fc0
CY
22542010-03-10 Chong Yidong <cyd@stupidchicken.com>
2255
2256 * Branch for 23.2.
2257
eed5c93a
CY
22582010-03-06 Chong Yidong <cyd@stupidchicken.com>
2259
2260 * objects.texi (Integer Type): Take note of the read syntax
2261 exception for numbers that cannot fit in the integer type.
2262
1ddd6622
GM
22632010-03-03 Glenn Morris <rgm@gnu.org>
2264
2265 * numbers.texi (Integer Basics, Bitwise Operations):
2266 * objects.texi (Integer Type): Update for integers now being 30-bit.
2267
a908c79a
CY
22682010-02-27 Chong Yidong <cyd@stupidchicken.com>
2269
2270 * display.texi (Low-Level Font): Document :otf font-spec property.
2271
cd61af01
SM
22722010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2273
2274 * display.texi (Line Height): Avoid obsolete special default variables
2275 like default-major-mode.
2276
c02f8fe2
AM
22772010-01-28 Alan Mackenzie <acm@muc.de>
2278
2279 * display.texi (Auto Faces): Say fontification-functions is called
2280 whether or not Font Lock is enabled. Tidy up the wording a bit.
2281
d738d18b
CY
22822010-01-17 Chong Yidong <cyd@stupidchicken.com>
2283
2284 * elisp.texi: Remove duplicate edition information (Bug#5407).
2285
4963739e
JB
22862010-01-17 Juanma Barranquero <lekktu@gmail.com>
2287
2288 * two.el (volume-header-toc-markup): Fix typos in docstring.
2289
c57008f6
SM
22902010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
2291
2292 Avoid dubious uses of save-excursions.
2293 * positions.texi (Excursions): Recommend the use of
2294 save-current-buffer if applicable.
2295 * text.texi (Clickable Text): Fix the example code which used
2296 save-excursion in a naive way which sometimes preserves point and
2297 sometimes not.
2298 * variables.texi (Creating Buffer-Local):
2299 * os.texi (Session Management):
2300 * display.texi (GIF Images):
2301 * control.texi (Cleanups): Use (save|with)-current-buffer.
2302
2f3725cd
EZ
23032010-01-02 Eli Zaretskii <eliz@gnu.org>
2304
2305 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
2306
85eeac93
CY
23072010-01-02 Chong Yidong <cyd@stupidchicken.com>
2308
2309 * nonascii.texi (Text Representations, Character Codes)
2310 (Converting Representations, Explicit Encoding)
2311 (Translation of Characters): Use hex notation consistently.
2312 (Character Sets): Fix map-charset-chars doc (Bug#5197).
2313
4801c5fa
CY
23142010-01-01 Chong Yidong <cyd@stupidchicken.com>
2315
2316 * loading.texi (Where Defined): Make it clearer that these are
2317 loaded files (Bug#5068).
2318
26e533e2
CY
23192009-12-29 Chong Yidong <cyd@stupidchicken.com>
2320
2321 * minibuf.texi (Completion Styles): Document `initials' style.
2322
16d1ff5f
CY
23232009-12-25 Chong Yidong <cyd@stupidchicken.com>
2324
2325 * frames.texi (Resources): Describe inhibit-x-resources.
2326 (Size Parameters): Copyedit.
2327
2328 * hash.texi (Creating Hash):
2329 * objects.texi (Hash Table Type): Document the new hash table
2330 printed representation.
2331
2332 * minibuf.texi (Basic Completion): 4th arg to all-completions is
2333 obsolete.
2334
5dcb4c4e
SM
2335 * processes.texi (Process Buffers):
2336 Document process-kill-buffer-query-function.
16d1ff5f 2337
9a5de3d9
GM
23382009-12-05 Glenn Morris <rgm@gnu.org>
2339
2340 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
2341 diary-display-function, and no longer recommended to be a hook.
2342 Update for changes in the names of calendar and diary hooks.
2343 diary-print-entries-hook has changed section.
2344
b640eb52
EZ
23452009-11-28 Eli Zaretskii <eliz@gnu.org>
2346
2347 * text.texi (Special Properties): More accurate description of
2348 what the `cursor' property does.
2349
be1674ab
KR
23502009-11-26 Kevin Ryde <user42@zip.com.au>
2351
2352 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
2353 mouse-wheel-down-event, the closest thing to a definition for them.
2354 * os.texi (Startup Summary): vindex inhibit-startup-message and
2355 inhibit-splash-screen.
2356 (Command-Line Arguments): vindex argv.
2357 (Suspending Emacs): vindex suspend-tty-functions and
2358 resume-tty-functions. Don't want to index every hook, but having
2359 the programming ones is helpful.
2360
603f5979
CY
23612009-11-14 Chong Yidong <cyd@stupidchicken.com>
2362
2363 * commands.texi (Motion Events): Fix typo (Bug#4907).
2364
4359a806
CY
23652009-11-08 Chong Yidong <cyd@stupidchicken.com>
2366
2367 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
2368 are affected by case-fold-search (Bug#4483).
2369
0f063651
CY
23702009-11-02 Chong Yidong <cyd@stupidchicken.com>
2371
2372 * minibuf.texi (Reading File Names): Note that read-file-name may
2373 use a graphical file dialog.
2374
9bd79893
GM
23752009-10-31 Glenn Morris <rgm@gnu.org>
2376
2377 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
2378
ebe479ec
KR
23792009-10-16 Kevin Ryde <user42@zip.com.au>
2380
2381 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
2382 in particular so `info-lookup-symbol' can find its docs.
2383
2640fa86
CY
23842009-10-16 Chong Yidong <cyd@stupidchicken.com>
2385
2386 * variables.texi (Constant Variables): Distinguish from defconst
2387 variables.
2388 (Defining Variables): Add cindex.
2389
edd6a733
CY
23902009-10-15 Chong Yidong <cyd@stupidchicken.com>
2391
2392 * os.texi (Time of Day): Clarify that the microsecond part is
2393 ignored (Bug#4637).
2394
5feb0b73
GM
23952009-10-11 Glenn Morris <rgm@gnu.org>
2396
2397 * frames.texi (Size and Position): Clarify what is included in the frame
2398 height. (Bug#4535)
2399
0c5413c8
GM
24002009-10-10 Glenn Morris <rgm@gnu.org>
2401
2402 * windows.texi (Size of Window): The relationship between window and
2403 frame heights is not so simple. (Bug#4535)
2404 Mention window-full-height-p.
2405
7f8b600a
SM
24062009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
2407
2408 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
2409 used from Lisp.
2410
6185de1c
EZ
24112009-10-07 Eli Zaretskii <eliz@gnu.org>
2412
7f8b600a
SM
2413 * files.texi (Directory Names) <abbreviate-file-name>:
2414 Document that root home directories are not replaced with "~".
6185de1c 2415
9972911f
EZ
24162009-10-06 Eli Zaretskii <eliz@gnu.org>
2417
2418 * text.texi (Special Properties): Document the meaning of the
2419 `cursor' text property whose value is an integer.
2420
2a3f19ef
MA
24212009-10-05 Michael Albinus <michael.albinus@gmx.de>
2422
2423 * files.texi (Magic File Names): Add `copy-directory'.
2424
804543b5
EZ
24252009-10-05 Eli Zaretskii <eliz@gnu.org>
2426
2427 * files.texi (File Attributes): Fix description of file
2428 attributes. (Bug#4638) Update attributes of files.texi example to
2429 be more representative.
2430
461bf92b
MA
24312009-10-05 Michael Albinus <michael.albinus@gmx.de>
2432
2433 * files.texi (Create/Delete Dirs): New command copy-directory.
2434
a86cd395
JB
24352009-10-04 Juanma Barranquero <lekktu@gmail.com>
2436
2437 * anti.texi (Antinews):
2438 * macros.texi (Indenting Macros):
2439 * strings.texi (Creating Strings, Case Conversion):
2440 Remove duplicate words.
2441
d3080264
MA
24422009-10-01 Michael Albinus <michael.albinus@gmx.de>
2443
2444 * files.texi (Create/Delete Dirs): delete-directory has an
2445 optional parameter RECURSIVE.
2446
85d14563
SM
24472009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
2448
2449 * buffers.texi (Swapping Text): Minor clarification.
2450
3d9842c6
GM
24512009-10-01 Glenn Morris <rgm@gnu.org>
2452
2453 * functions.texi (Declaring Functions): Mention that we also search for
2454 ".m" files in the src/ directory.
2455
78427304
CY
24562009-09-25 David Engster <deng@randomsample.de>
2457
3d9842c6 2458 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
78427304 2459
b578c9cc
GM
24602009-09-22 Glenn Morris <rgm@gnu.org>
2461
2462 * internals.texi (Building Emacs): Mention preloaded-file-list.
2463
beee5da7
AM
24642009-09-14 Alan Mackenzie <acm@muc.de>
2465
2466 * os.texi (Terminal Output): Put "@code{}" around "stdout".
2467
5d6ab672
CY
24682009-09-13 Chong Yidong <cyd@stupidchicken.com>
2469
2470 * functions.texi (Anonymous Functions): Rearrange discussion,
2471 giving usage of unquoted lambda forms first. Mention that
2472 `function' and `#'' are no longer required (Bug#4290).
2473
59375eeb
AM
24742009-09-11 Alan Mackenzie <acm@muc.de>
2475
a86cd395 2476 * os.texi (Terminal Output): Document `send-string-to-terminal' in
59375eeb
AM
2477 batch mode.
2478
e7e2f529
GM
24792009-09-01 Glenn Morris <rgm@gnu.org>
2480
2481 * display.texi (Face Functions): Mention define-obsolete-face-alias.
2482
eae47088
GM
24832009-08-26 Ulrich Mueller <ulm@gentoo.org>
2484
2485 * nonascii.texi (Character Codes): Fix typos.
2486
3691a0a6
MA
24872009-08-25 Michael Albinus <michael.albinus@gmx.de>
2488
2489 * processes.texi (Synchronous Processes): New defvar
2490 process-file-side-effects.
2491
664d56b8
GM
24922009-08-25 Glenn Morris <rgm@gnu.org>
2493
2494 * display.texi (Fontsets): Fix typo.
2495
0706c025
GM
2496 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
2497
03a74b84
SM
24982009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
2499
2500 * processes.texi (Asynchronous Processes): Adjust arglist of
2501 start-process-shell-command and start-file-process-shell-command.
2502
f6de8a37
CY
25032009-08-15 Chong Yidong <cyd@stupidchicken.com>
2504
4b1ed1bb
CY
2505 * advice.texi (Argument Access in Advice): Note that argument
2506 positions are zero-based (Bug#3932).
2507
89a9e058
CY
2508 * commands.texi (Distinguish Interactive): Minor copyedit.
2509
23696fd7
CY
2510 * display.texi (Face Attributes): Add xref to Displaying Faces for
2511 explanation of "underlying face".
2512
f6de8a37
CY
2513 * customize.texi (Common Keywords): Add xref to Loading.
2514
2515 * loading.texi (How Programs Do Loading): Add xref to Lisp
2516 Libraries node in the Emacs manual.
2517
417f77e6
CY
25182009-08-13 Chong Yidong <cyd@stupidchicken.com>
2519
2520 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
2521
0999039c
CY
25222009-07-18 Chong Yidong <cyd@stupidchicken.com>
2523
2524 * processes.texi (Shell Arguments): Copyedits.
2525
9af167bc
GM
25262009-07-18 Glenn Morris <rgm@gnu.org>
2527
2528 * loading.texi (Repeated Loading): Fix typo.
2529
137987ab
RS
25302009-07-16 Richard Stallman <rms@gnu.org>
2531
2532 * buffers.texi (Swapping Text): Recommend setting
2533 write-region-annotate-functions and buffer-saved-size.
2534
2535 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
2536
622fa380
GM
25372009-07-15 Glenn Morris <rgm@gnu.org>
2538
2539 * edebug.texi: Minor re-phrasings throughout.
2540 (Edebug Execution Modes): Sit-for affects continue mode too.
2541 (Jumping): Use `forward-sexp' rather than its keybinding.
2542 (Edebug Misc): Fix Q binding.
2543 (Edebug Eval): Remove cl version.
2544 (Printing in Edebug): Clarify print-length etc.
2545 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
2546 (Specification List): Remove edebug-unwrap findex entry.
2547 (Specification Examples): defmacro is actually not the same as defun.
2548 Escape "`" in example.
2549
6bbd4600
CY
25502009-07-15 Chong Yidong <cyd@stupidchicken.com>
2551
2552 * markers.texi (The Mark): Document optional arg to
2553 deactivate-mark.
2554
e538d479
GM
25552009-07-11 Kevin Ryde <user42@zip.com.au>
2556
2557 * hooks.texi (Standard Hooks): Fix cross-references.
2558
4c98b9ed
GM
2559 * loading.texi (Named Features): Refer to eval-after-load.
2560
5300838c
GM
25612009-07-11 Glenn Morris <rgm@gnu.org>
2562
64fbeb16
GM
2563 * Makefile.in (TEXI2PDF): New.
2564 (elisp.pdf): New target.
2565
4c98b9ed
GM
2566 * searching.texi (Regexp Backslash): Fix typo.
2567
2568 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5300838c 2569
51d9979c
GM
25702009-07-10 Glenn Morris <rgm@gnu.org>
2571
561c0216
GM
2572 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
2573
5b594a58
GM
2574 * customize.texi (Customization Types):
2575 * display.texi (Abstract Display):
0cc8c85a 2576 * objects.texi (Character Type, String Type):
5b594a58 2577 Merge in some menu descriptions from elisp.texi.
51d9979c 2578
c3cbbb40
GM
2579 * hash.texi (Hash Tables):
2580 * modes.texi (Multiline Font Lock):
2581 End menu description with period.
fe42c16a 2582
28528402
GM
25832009-07-09 Glenn Morris <rgm@gnu.org>
2584
2585 * back.texi: Don't hard-code texinfo location.
2586
2587 * two-volume.make (texinfodir): New, with location of texinfo.tex.
2588 (tex): Add texinfodir to TEXINPUTS.
2589 (elisp1med-init, elisp2med-init): Use texinfodir.
2590
2591 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
2592 (clean): Add two-volume.make intermediate files.
2593
2594 * elisp.texi, vol1.texi, vol2.texi:
2595 Use a DATE variable with the publication date, and update it.
2596 Fix antinews menu description.
2597
2598 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
2599 Update the detailed node listing to match elisp.texi.
2600
2601 * README: Update edition to match elisp.texi.
2602
2603 * objects.texi (General Escape Syntax):
2604 * nonascii.texi (Character Sets):
2605 Use consistent case for "Unicode Standard".
2606
2607 * anti.texi (Antinews):
2608 * customize.texi (Variable Definitions):
2609 * functions.texi (Declaring Functions):
2610 * nonascii.texi (Character Properties):
2611 * processes.texi (Serial Ports):
2612 * text.texi (Special Properties):
2613 * tips.texi (Coding Conventions):
2614 Minor rearrangements to improve TeX line-filling.
2615
2616 * commands.texi (Using Interactive): Fix cross-reference.
2617
17db8e10
JD
26182009-07-01 Jan Djärv <jan.h.d@swipnet.se>
2619
2620 * frames.texi (Management Parameters): Mention sticky.
2621
77c7e2e1
AS
26222009-07-01 Andreas Schwab <aschwab@redhat.com>
2623
2624 * help.texi (Help Functions): Fix description of help-buffer and
2625 help-setup-xref to use @defun instead of @deffn.
2626
3f1c6666
JD
26272009-07-01 Jan Djärv <jan.h.d@swipnet.se>
2628
2629 * frames.texi (Size Parameters): Mention maximized for fullscreen.
2630
ca27c21b
CY
26312009-06-24 Chong Yidong <cyd@stupidchicken.com>
2632
2633 * display.texi (Window Systems): Add ns to the list.
2634
70243478
CY
26352009-06-21 Chong Yidong <cyd@stupidchicken.com>
2636
2637 * Branch for 23.1.
2638
df006536
MR
26392009-06-17 Martin Rudalics <rudalics@gmx.at>
2640
2641 * windows.texi (Dedicated Windows): Fix typo.
2642 (Resizing Windows): Replace @defun by @deffn.
2643
d259fc4b
GM
26442009-06-17 Glenn Morris <rgm@gnu.org>
2645
2646 * variables.texi (Directory Local Variables):
2647 Update for 2009-04-11 name-change of dir-locals-directory-alist.
2648
30781db6
KH
26492009-06-09 Kenichi Handa <handa@m17n.org>
2650
2651 * nonascii.texi (Character Sets): State clearly that FROM and TO
2652 are codepoints of CHARSET.
2653
62e8099c
CY
26542009-06-07 Chong Yidong <cyd@stupidchicken.com>
2655
2656 * minibuf.texi (Reading File Names): Fix introductory text.
2657 Suggested by stan@derbycityprints.com.
2658 (High-Level Completion): Fix typo.
2659
ee1b1917
CY
26602009-05-28 Chong Yidong <cyd@stupidchicken.com>
2661
2662 * frames.texi (Text Terminal Colors): Multi-tty is already
2663 implemented, but tty-local colors are not.
2664
5df647e8
CY
26652009-05-27 Chong Yidong <cyd@stupidchicken.com>
2666
2667 * hooks.texi (Standard Hooks): Remove mention of obsolete
2668 redisplay-end-trigger-functions.
2669
2670 * internals.texi (Window Internals): Remove mention of obsolete
2671 redisplay-end-trigger-functions.
2672
01f17ae2
MR
26732009-05-21 Martin Rudalics <rudalics@gmx.at>
2674
2675 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
2676
2677 * backups.texi (Making Backups): backup-directory-alist and
2678 make-backup-file-name-function are options.
2679 (Auto-Saving): auto-save-list-file-prefix is an option.
2680
2681 * buffers.texi (Killing Buffers): buffer-offer-save is an
2682 option.
2683
2684 * display.texi (Refresh Screen): no-redraw-on-reenter is an
2685 option.
2686 (Echo Area Customization): echo-keystrokes is an option.
2687 (Selective Display): selective-display-ellipses is an option.
2688 (Temporary Displays): temp-buffer-show-function is an option.
2689 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
2690 are options.
2691 (Font Selection): face-font-family-alternatives,
2692 face-font-selection-order, face-font-registry-alternatives, and
2693 scalable-fonts-allowed are options.
2694 (Fringe Indicators): indicate-buffer-boundaries is an option.
2695 (Fringe Cursors): overflow-newline-into-fringe is an option.
2696 (Scroll Bars): scroll-bar-mode is an option.
2697
2698 * eval.texi (Eval): max-lisp-eval-depth is an option.
2699
2700 * files.texi (Visiting Functions): find-file-hook is an option.
2701 (Directory Names): directory-abbrev-alist is an option.
2702 (Unique File Names): temporary-file-directory and
2703 small-temporary-file-directory are options.
2704
2705 * frames.texi (Initial Parameters): initial-frame-alist,
2706 minibuffer-frame-alist and default-frame-alist are options.
2707 (Cursor Parameters): blink-cursor-alist and
2708 cursor-in-non-selected-windows ar options.
2709 (Window System Selections): selection-coding-system is an
2710 option.
2711 (Display Feature Testing): display-mm-dimensions-alist is an
2712 option.
2713
2714 * help.texi (Help Functions): help-char and help-event-list are
2715 options.
2716
2717 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
2718 an option.
2719
2720 * minibuf.texi (Minibuffer History): history-length and
2721 history-delete-duplicates are options.
2722 (High-Level Completion): read-buffer-function and
2723 read-buffer-completion-ignore-case are options.
2724 (Reading File Names): read-file-name-completion-ignore-case is
2725 an option.
2726
2727 * modes.texi (Mode Line Top): mode-line-format is an option.
2728 (Mode Line Variables): mode-line-position and mode-line-modes
2729 are options.
2730
2731 * nonascii.texi (Text Representations):
2732 enable-multibyte-characters is an option.
2733 (Default Coding Systems): auto-coding-regexp-alist,
2734 file-coding-system-alist, auto-coding-alist and
2735 auto-coding-functions are options.
2736 (Specifying Coding Systems): inhibit-eol-conversion is an
2737 option.
2738
2739 * os.texi (Init File): site-run-file is an option.
2740 (System Environment): mail-host-address is an option.
2741 (User Identification): user-mail-address is an option.
2742 (Terminal Output): baud-rate is an option.
2743
2744 * positions.texi (Word Motion): words-include-escapes is an
2745 option.
2746
2747 * searching.texi (Standard Regexps): page-delimiter,
2748 paragraph-separate, paragraph-separate and sentence-end are
2749 options.
2750
2751 * text.texi (Margins): left-margin and fill-nobreak-predicate
2752 are options.
2753
2754 * variables.texi (Local Variables): max-specpdl-size is an
2755 option.
2756
2757 * windows.texi (Choosing Window):
2758 split-window-preferred-function, special-display-function and
2759 display-buffer-function are options.
2760
106e6894
CY
27612009-05-20 Chong Yidong <cyd@stupidchicken.com>
2762
4a83454d
CY
2763 Fix errors spotted by Martin Rudalics.
2764
106e6894
CY
2765 * syntax.texi (Position Parse): Document rationale for ignored
2766 arguments to syntax-ppss-flush-cache.
2767
2768 * processes.texi (Input to Processes): Mark PROCESS arg to
2769 process-running-child-p as optional.
2770 (Network Options): Document NO-ERROR arg to
2771 set-network-process-option.
2772
2773 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
2774 command.
2775
2776 * searching.texi (POSIX Regexps): Mark posix-search-forward and
2777 posix-search-backward as commands.
2778
2779 * os.texi (Killing Emacs): Mark kill-emacs as a command.
2780 (Suspending Emacs): Mark suspend-emacs as a command.
2781 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
2782 commands.
5dcb4c4e
SM
2783 (Terminal Output): Remove obsolete function baud-rate.
2784 Document TERMINAL arg for send-string-to-terminal.
106e6894
CY
2785
2786 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
2787 terminal-coding-system and set-terminal-coding-system.
2788 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
2789 as optional.
2790 (Character Sets): Document RESTRICTION arg of char-charset.
2791 (Character Codes): Mark POS argument to get-byte as optional.
2792
2793 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
2794 minibuffer-message.
2795
2796 * files.texi (Create/Delete Dirs): Mark make-directory and
2797 delete-directory as commands.
2798
2799 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
2800
2801 * text.texi (Base 64): Mark base64-decode-string and
2802 base64-encode-string as commands.
2803 (Columns): Mark move-to-column as a command.
2804 (Mode-Specific Indent): Document RIGID arg to
2805 indent-for-tab-command.
2806 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
2807 Mark indent-code-rigidly as a command.
2808 (Substitution): Mark translate-region as a command.
2809
2810 * frames.texi (Size and Position): Remove obsolete functions
2811 screen-height and screen-width.
2812
04173931
CY
28132009-05-19 Chong Yidong <cyd@stupidchicken.com>
2814
2815 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
2816 (Displaying Buffers, Resizing Windows): Correct mistakes;
2817 next-window, previous-window, and pop-to-buffer are not commands,
2818 and fit-window-to-buffer" is a command. (Pointed out by Martin
2819 Rudalics.)
2820
eae7d8f8
RS
28212009-05-17 Richard M Stallman <rms@gnu.org>
2822
2823 * modes.texi (Precalculated Fontification): Clarify text.
2824
b8766179
MR
28252009-05-17 Martin Rudalics <rudalics@gmx.at>
2826
2827 * windows.texi (Selecting Windows): Clarify descriptions of
2828 with-selected-window and get-lru-window.
2829 (Cyclic Window Ordering): Refer to particular frame when talking
2830 about how splitting affects the ordering.
2831 (Displaying Buffers): Fix descriptions of switch-to-buffer and
2832 switch-to-buffer-other-window. Explain how setting of
2833 display-buffer-reuse-frames affects pop-to-buffer.
2834 (Choosing Window): Clarify some details in descriptions of
2835 display-buffer-reuse-frames, pop-up-frames, and
2836 pop-up-frame-function.
2837 (Dedicated Windows): Clarify some details.
2838 (Textual Scrolling): Replace term vscroll by term vertical
2839 scroll position.
2840 (Vertical Scrolling): Fix typo.
2841 (Window Hooks): Relate text on jit-lock-register to window
2842 scrolling and size changes.
2843
734b5e3b
CY
28442009-05-14 Chong Yidong <cyd@stupidchicken.com>
2845
0a65633e
CY
2846 * frames.texi (Initial Parameters): Clarify what the initial
2847 minibuffer frame is.
05be46d7
CY
2848 (Buffer Parameters): Note that the minibuffer parameter can not be
2849 altered.
0a65633e 2850
734b5e3b
CY
2851 * anti.texi (Antinews): Copyedits. Rearrange some entries.
2852 Document display-buffer changes.
2853
925672cd
CY
28542009-05-13 Chong Yidong <cyd@stupidchicken.com>
2855
17ecd7af
CY
2856 * anti.texi (Antinews): Rewrite for Emacs 22.
2857
925672cd
CY
2858 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
2859 obarrays are first mentioned. Define "system abbrev" more
2860 prominently, and add it to the index.
2861 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
2862 Copyedits.
2863 (Abbrev Expansion): Document abbrev-insert.
2864
80be4dd7
CY
28652009-05-12 Chong Yidong <cyd@stupidchicken.com>
2866
2867 * frames.texi (Font and Color Parameters): Rename from Color
2868 Parameters. Document font-backend parameter.
2869
2870 * vol2.texi (Top): Update node listing.
2871 * vol1.texi (Top): Update node listing.
2872 * elisp.texi (Top): Update node listing.
2873
372a93ac
MR
28742009-05-11 Martin Rudalics <rudalics@gmx.at>
2875
2876 * windows.texi (Choosing Window): Don't explicitly refer to
2877 split-window-sensibly's window argument in descriptions of
2878 split-height-threshold and split-width-threshold.
2879
714c3541
MR
28802009-05-10 Martin Rudalics <rudalics@gmx.at>
2881
2882 * windows.texi (Choosing Window): Fix rewrite of window
2883 splitting section.
2884
0e90e7be
EZ
28852009-05-09 Eli Zaretskii <eliz@gnu.org>
2886
f4e90db0
SM
2887 * nonascii.texi (Default Coding Systems):
2888 Document find-auto-coding, set-auto-coding, and auto-coding-alist.
5dcb4c4e 2889 Add indexing.
0e90e7be
EZ
2890 (Lisp and Coding Systems): Add index entries.
2891
d3c0c321
MR
28922009-05-09 Martin Rudalics <rudalics@gmx.at>
2893
2894 * windows.texi (Choosing Window): Describe split-window-sensibly
2895 and rewrite section on window splitting accordingly.
2896 (Textual Scrolling): Replace `...' by @code{...}.
2897
c773345a
CY
28982009-05-04 Chong Yidong <cyd@stupidchicken.com>
2899
ee2d5b5e
CY
2900 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
2901 Remove obsoleted pre-abbrev-expand-hook.
2902
2903 * locals.texi (Standard Buffer-Local Variables): Consolidate table
2904 entries.
2905
c773345a
CY
2906 * internals.texi (Object Internals): Don't assume 32-bit machines
2907 are the norm.
2908 (Buffer Internals): Consolidate table entries for readability.
ee2d5b5e
CY
2909 (Window Internals): Synch field names to window.h.
2910 (Process Internals): Synch field names to process.h.
c773345a 2911
dd449674
CY
29122009-04-29 Chong Yidong <cyd@stupidchicken.com>
2913
2914 * variables.texi (File Local Variables): Note that read-circle is
2915 bound to nil when reading file-local variables.
2916
2917 * streams.texi (Input Functions): Document read-circle.
2918 (Output Variables): Add xref to Circular Objects.
2919
4f1e25e2
CY
29202009-04-25 Chong Yidong <cyd@stupidchicken.com>
2921
2922 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
2923 Features and Coding System Basics. Node that "p" stands for
2924 "predicate". Recommend utf-8-emacs instead of emacs-mule.
2925 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
2926 mouse-appearance-menu.
2927 (Programming Tips): Add xref to Progress.
2928
dca019f8
CY
29292009-04-22 Chong Yidong <cyd@stupidchicken.com>
2930
5dcb4c4e
SM
2931 * os.texi (Command-Line Arguments):
2932 Document command-line-args-left.
dca019f8
CY
2933 (Suspending Emacs): Adapt text to multi-tty case. Document use of
2934 terminal objects for tty arguments.
2935 (Startup Summary): Add xref to Session Management.
2936 (Session Management): Mention emacs-session-restore. Copyedits.
2937
02a89103
CY
29382009-04-20 Chong Yidong <cyd@stupidchicken.com>
2939
2940 * os.texi (Startup Summary): Copyedits. The init file is not
2941 necessarily named .emacs now. Document initial-buffer-choice and
2942 initial-scratch-message. Note where Emacs exits in batch mode.
2943 Document inhibit-splash-screen as an alias.
2944 (Init File): Be neutral about which init file name to use.
2945
29462009-04-16 Chong Yidong <cyd@stupidchicken.com>
2947
2948 * os.texi (System Interface): Fix Texinfo usage.
2949
0c1cfe01
CY
29502009-04-15 Chong Yidong <cyd@stupidchicken.com>
2951
80d7cdca
CY
2952 * searching.texi (Regexp Backslash): Also refer to shy groups as
2953 non-capturing or unnumbered groups.
2954 (Regexp Functions): Add cross-reference to Regexp Backslash.
2955
0c1cfe01
CY
2956 * display.texi (Truncation): Overlays can use line-prefix and
2957 wrap-prefix too.
2958 (Overlay Properties): Document wrap-prefix and line-prefix.
2959 (Face Attributes): Document underline-minimum-offset.
2960 (Face Remapping): Copyedits.
2961 (Low-Level Font): Copyedits.
2962 (Image Cache): Note that the image cache is shared between frames.
ed8ab760
CY
2963 (Line Height): Emphasize that line-spacing only takes effect on
2964 graphical terminals.
0c1cfe01 2965
c4adeee0
CY
29662009-04-13 Chong Yidong <cyd@stupidchicken.com>
2967
2968 * display.texi (Refresh Screen): Note that a passage about screen
2969 refreshing is text terminal only.
2970 (Forcing Redisplay): Delete misleading comment---sit-for calls
2971 redisplay, not the other way around.
2972 (Truncation): Note new values of truncate-partial-width-windows.
2973 Copyedits.
2974 (Invisible Text): Document invisible-p.
2975
b20ecfa1
EZ
29762009-04-11 Eli Zaretskii <eliz@gnu.org>
2977
2978 * display.texi (Overlays): Overlays don't scale well. See
2979 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
2980
97d8273f
CY
29812009-04-10 Chong Yidong <cyd@stupidchicken.com>
2982
f147ff75
CY
2983 * syntax.texi (Syntax Table Functions): Document cons cell
2984 argument for modify-syntax-entry.
2985 (Categories): Document cons cell argument for
2986 modify-category-entry.
2987
fca4ec76
CY
2988 * searching.texi (String Search): Document word-search-forward-lax
2989 and word-search-backward-lax.
2990 (Searching and Case): Describe isearch behavior more precisely.
2991
9c283d5b
CY
2992 * keymaps.texi (Tool Bar): Mention that some platforms do not
2993 support multi-line toolbars. Suggested by Stephen Eglen.
2994
2995 * frames.texi (Layout Parameters): Mention that Nextstep also
2996 allows only one tool-bar line. Suggested by Stephen Eglen.
2997
97d8273f
CY
2998 * nonascii.texi (Text Representations): Copyedits.
2999 (Coding System Basics): Also mention utf-8-emacs.
3000 (Converting Representations, Selecting a Representation)
3001 (Scanning Charsets, Translation of Characters, Encoding and I/O):
3002 Copyedits.
3003 (Character Codes): Mention role of codepoints 1114112 to 4194175.
3004
2bad3299
CY
30052009-04-09 Chong Yidong <cyd@stupidchicken.com>
3006
3007 * text.texi (Yank Commands): Note that yank uses push-mark.
5dcb4c4e
SM
3008 (Filling): Clarify REGION argument of fill-paragraph.
3009 Document fill-forward-paragraph-function.
2bad3299
CY
3010 (Special Properties): Remove "new in Emacs 22" declaration.
3011 (Clickable Text): Merge with Links and Mouse-1 node.
3012
5dcb4c4e
SM
3013 * display.texi (Button Properties, Button Buffer Commands):
3014 Change xref to Clickable Text.
2bad3299
CY
3015
3016 * tips.texi (Key Binding Conventions): Change xref to Clickable
3017 Text.
3018
3019 * elisp.texi (Top): Update node listing.
3020
ea30ce4f
CY
30212009-04-05 Chong Yidong <cyd@stupidchicken.com>
3022
47af2f4b
CY
3023 * markers.texi (The Mark): Copyedits. Improve description of
3024 handle-shift-selection.
3025 (The Region): Move use-region-p here from The Mark.
3026
ea30ce4f
CY
3027 * positions.texi (Screen Lines): Document (cols . lines) argument
3028 for vertical-motion.
3029
2aa8ea6e
CY
30302009-04-04 Chong Yidong <cyd@stupidchicken.com>
3031
3ec61d4e
CY
3032 * frames.texi (Frames): Clean up introduction. Document `ns'
3033 return value for framep.
3034 (Creating Frames): Note how the terminal is chosen.
3035 (Multiple Terminals, Multiple Displays): Merge into a single node.
3036 (Color Parameters): Fix typo.
3037
3038 * variables.texi (Local Variables, Buffer-Local Variables)
3039 (Creating Buffer-Local): Change link to Multiple Terminals.
3040
3041 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
3042
3043 * keymaps.texi (Controlling Active Maps): Change link to Multiple
3044 Terminals.
3045
3046 * commands.texi (Command Loop Info, Keyboard Macros): Change link
3047 to Multiple Terminals.
3048
3049 * elisp.texi (Top): Update node listing.
3050 * vol2.texi (Top): Update node listing.
3051 * vol1.texi (Top): Update node listing.
3052
9257072f
CY
3053 * buffers.texi (Current Buffer): Note that the append-to-buffer
3054 example is no longer in synch with the latest code. Tie the two
3055 examples together.
3056
2aa8ea6e
CY
3057 * files.texi (File Attributes): Move note about MS-DOS from
3058 Changing Files to File Attributes.
3059 (Create/Delete Dirs): Note that mkdir is an alias for this.
3060
22e74b17
CY
30612009-04-01 Markus Triska <triska@gmx.at>
3062
3063 * processes.texi (Filter Functions): Suggest how to handle output
3064 batches.
3065
4bbe48ec
CY
30662009-03-30 Chong Yidong <cyd@stupidchicken.com>
3067
3068 * help.texi (Accessing Documentation): Update example to use
3069 help-setup-xref and with-help-window.
3070 (Help Functions): Remove print-help-return-message, which is
3071 semi-obsolete due to with-help-window. Document help-buffer and
3072 help-setup-xref.
3073
b9723f39
CY
30742009-03-29 Chong Yidong <cyd@stupidchicken.com>
3075
5dcb4c4e
SM
3076 * help.texi (Accessing Documentation, Help Functions):
3077 Remove information about long-obsolete Emacs versions.
9eb52e90 3078
b9723f39
CY
3079 * modes.texi (Mode Line Variables): The default values of the mode
3080 line variables are now more complicated.
3081
b0cc32db
CY
30822009-03-28 Chong Yidong <cyd@stupidchicken.com>
3083
3c25a5a9
CY
3084 * modes.texi (Major Mode Conventions): Note that specialness is
3085 inherited.
31c9eebb
CY
3086 (Derived Modes): Note that define-derive-mode sets the mode-class
3087 property.
3c25a5a9 3088
b0cc32db
CY
3089 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
3090 goto-map. Add search-map to the list.
3091
c5e0006d
EZ
30922009-03-27 Eli Zaretskii <eliz@gnu.org>
3093
1213465a
EZ
3094 * os.texi (System Environment): Update the list of system-type
3095 values.
3096
c5e0006d
EZ
3097 * markers.texi (The Mark) <handle-shift-selection>: Update for
3098 removal of the optional argument DEACTIVATE.
3099
48bab3d6
CY
31002009-03-25 Chong Yidong <cyd@stupidchicken.com>
3101
3102 * commands.texi (Focus Events): Most X window managers don't use
3103 focus-follows-mouse nowadays.
3104
6e4ff1b6
CY
31052009-03-24 Chong Yidong <cyd@stupidchicken.com>
3106
3107 * commands.texi (Defining Commands): Clarify introduction.
3108 (Using Interactive): Not that interactive can be put in a symbol
3109 property.
3110 (Interactive Call): Note that a symbol with a non-nil
3111 interactive-form property satisfies commandp.
3112
11625308
JB
31132009-03-23 Juanma Barranquero <lekktu@gmail.com>
3114
3115 * minibuf.texi (Intro to Minibuffers): Fix typos.
3116
7b34420d
CY
31172009-03-23 Chong Yidong <cyd@stupidchicken.com>
3118
3119 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
5dcb4c4e
SM
3120 about minibuffers in old Emacs versions. Copyedits.
3121 Emphasize that enable-recursive-minibuffers defaults to nil.
7b34420d
CY
3122 (Text from Minibuffer): Simplify introduction.
3123
f9257eed
AM
31242009-03-22 Alan Mackenzie <acm@muc.de>
3125
3126 * commands.texi (Using Interactive): Clarify string argument to
3127 `interactive' - even promptless elements need \n separators.
3128
f639ba70
CY
31292009-03-18 Chong Yidong <cyd@stupidchicken.com>
3130
3131 * minibuf.texi (Completion Styles): New node.
3132
3133 * elisp.texi (Top): Update node listing.
3134
d897e8ee
CY
31352009-03-17 Chong Yidong <cyd@stupidchicken.com>
3136
3137 * minibuf.texi (Basic Completion): Note that
3138 read-file-name-completion-ignore-case and
3139 read-buffer-completion-ignore-case can override
3140 completion-ignore-case.
3141 (Minibuffer Completion): Document completing-read changes.
3142 (Completion Commands): Avoid mentioning partial completion mode.
3143 Document minibuffer-completion-confirm changes, and
3144 minibuffer-confirm-exit-commands.
3145 (High-Level Completion): Document new require-match behavior for
3146 read-buffer. Document read-buffer-completion-ignore-case.
3147 (Reading File Names): Document new require-match behavior for
3148 read-file-name.
3149
b1f23349
CY
31502009-03-14 Chong Yidong <cyd@stupidchicken.com>
3151
3152 * debugging.texi (Error Debugging): Don't mislead the reader into
3153 thinking that debug-on-error enters debugger for C-f at EOB.
3154 (Error Debugging): Setting debug-on-init within the init file
3155 works, and has for some time.
3156
d6eb4e25
KH
31572009-03-13 Kenichi Handa <handa@m17n.org>
3158
3159 * display.texi (Fontsets): Update the description.
3160
1cf53dc5
CY
31612009-03-13 Chong Yidong <cyd@stupidchicken.com>
3162
3163 * advice.texi (Advising Primitives): Link to What Is a Function.
3164
81f919fc
CY
31652009-03-12 Chong Yidong <cyd@stupidchicken.com>
3166
cf4229eb
CY
3167 * compile.texi (Speed of Byte-Code): Update example.
3168 (Disassembly): Update examples.
3169
81f919fc 3170 * loading.texi (Repeated Loading): Simplify examples.
f2bbc08c
CY
3171
3172 * customize.texi (Common Keywords): It's not necessary to use :tag
3173 to remove hyphens, as custom-unlispify-tag-name does it
3174 automatically.
5dcb4c4e
SM
3175 (Variable Definitions): Link to File Local Variables.
3176 Document customized-value symbol property.
f2bbc08c
CY
3177 (Customization Types): Move menu to end of node.
3178
955964d7
CY
31792009-03-10 Chong Yidong <cyd@stupidchicken.com>
3180
3181 * macros.texi (Compiling Macros): Omit misleading sentence, which
3182 implied that macros can only be used in the same file they are
3183 defined.
3184 (Backquote): Remove obsolete information about Emacs 19.
3185
d25ed7db
GM
31862009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
3187
3188 * display.texi (Display Margins): Fix paren typo.
3189
d55f6ca5
CY
31902009-02-27 Chong Yidong <cyd@stupidchicken.com>
3191
f0e57ed8
CY
3192 * elisp.texi (Top): Update node listing.
3193
3194 * variables.texi (Variables): Clarify introduction.
3195 (Global Variables): Mention that setq is a special form.
3196 (Local Variables): Use active voice.
3197 (Tips for Defining): Mention marking variables as safe.
3198 (Buffer-Local Variables): Mention terminal-local and frame-local
3199 variables together.
3200 (File Local Variables): Copyedits.
3201 (Frame-Local Variables): Note that they are not really useful.
3202 (Future Local Variables): Node deleted.
3203
d55f6ca5 3204 * objects.texi (General Escape Syntax): Update explanation of
fe7a3057 3205 Unicode escape syntax.
d55f6ca5 3206
ca8f09a8
CY
32072009-02-23 Chong Yidong <cyd@stupidchicken.com>
3208
3209 * control.texi (Control Structures): Add cindex entry for "textual
3210 order".
3211
3212 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
3213 instead of "expression" throughout.
3214 (Function Indirection): Copyedits. Use active voice.
3215 (Eval): The default value of max-lisp-eval-depth is now 400.
3216
a20878b6
MB
32172009-02-23 Miles Bader <miles@gnu.org>
3218
3219 * processes.texi (System Processes): Rename `system-process-attributes'
3220 to `process-attributes'.
3221
61f66044
CY
32222009-02-22 Chong Yidong <cyd@stupidchicken.com>
3223
1b80d1f3
CY
3224 * symbols.texi (Property Lists): Emphasize that property lists are
3225 not restricted to symbol cells.
3226 (Other Plists): Copyedit.
3227
61f66044
CY
3228 * sequences.texi (Sequences Arrays Vectors): Make introduction
3229 more concise.
3230 (Arrays): Mention char-tables and bool-vectors too.
3231 (Vectors): Don't repeat information given in Arrays node. Link to
3232 nodes that explain the vector usage examples.
3233 (Char-Tables): Note that char-table elements can have arbitrary
3234 type. Explain effect of omitted char-table-extra-slots property.
8a63cf41 3235 Link to Property Lists node.
61f66044 3236
9403944b
CY
32372009-02-22 Chong Yidong <cyd@stupidchicken.com>
3238
3239 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
3240 `append'.
4068c7b4 3241 (List Elements): Copyedits.
9403944b
CY
3242
3243 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
3244 of `vconcat'.
3245
3246 * strings.texi (Creating Strings): Copyedits. Remove obsolete
3247 Emacs 20 usage of `concat'.
3248 (Case Conversion): Copyedits.
3249
b87a185f
CY
32502009-02-21 Chong Yidong <cyd@stupidchicken.com>
3251
3252 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
3253 Minor edits.
3254 (Frame Configuration Type): Emphasize that it is not primitive.
3255 (Font Type): New node.
3256 (Type Predicates): Add fontp; type-of now recognizes font object
3257 types.
3258
3259 * intro.texi (Version Info): Update version numbers in examples.
3260 (Acknowledgements): List more contributors.
3261
3262 * elisp.texi: Bump version number to 3.0.
3263 (Top): Link to Font Type node.
3264
867d4bb3
JB
32652009-02-20 Juanma Barranquero <lekktu@gmail.com>
3266
3267 * modes.texi (Major Mode Conventions): Remove duplicate words.
3268 (Customizing Keywords): Fix typo.
3269
77730170
EZ
32702009-02-14 Eli Zaretskii <eliz@gnu.org>
3271
3272 * nonascii.texi (User-Chosen Coding Systems): Document that
3273 select-safe-coding-system suggests raw-text if there are raw bytes
3274 in the region.
3275 (Explicit Encoding): Warn not to use `undecided' when encoding.
3276
c8736212
GM
32772009-02-11 Glenn Morris <rgm@gnu.org>
3278
3279 * frames.texi (Visibility of Frames): Mention the effect multiple
3280 workspaces/desktops can have on visibility.
3281
ab992d66
EZ
32822009-02-07 Eli Zaretskii <eliz@gnu.org>
3283
c8736212
GM
3284 * text.texi (Commands for Insertion):
3285 * commands.texi (Event Mod):
3286 * keymaps.texi (Searching Keymaps):
5dcb4c4e
SM
3287 * nonascii.texi (Translation of Characters):
3288 Reinstate documentation of translation-table-for-input.
7d2a859f
EZ
3289 (Explicit Encoding): Document the `charset' text property produced
3290 by decode-coding-region and decode-coding-string.
ab992d66 3291
e651a255
AM
32922009-01-27 Alan Mackenzie <acm@muc.de>
3293
3294 * modes.texi (Search-based Fontification): Correct a typo.
3295
bc5cde4b
JB
32962009-01-25 Juanma Barranquero <lekktu@gmail.com>
3297
3298 * abbrevs.texi (Abbrev Table Properties): Fix typo.
3299 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
3300
3533155b
EZ
33012009-01-24 Eli Zaretskii <eliz@gnu.org>
3302
f721deda
EZ
3303 * display.texi (Window Systems): Document the value of
3304 `initial-window-system' under --daemon.
3305
3533155b
EZ
3306 * os.texi (System Environment): Remove description of the
3307 `environment' function which has been deleted.
3308
f79b43b2
DN
33092009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
3310
3311 * frames.texi (Multiple Displays): Remove documentation for
3312 removed function make-frame-on-tty.
3313
e3aa6669
CY
33142009-01-22 Chong Yidong <cyd@stupidchicken.com>
3315
3316 * files.texi (Format Conversion Piecemeal): Clarify behavior of
5dcb4c4e
SM
3317 write-region-annotate-functions.
3318 Document write-region-post-annotation-function.
e3aa6669 3319
fb13a416
CY
33202009-01-19 Chong Yidong <cyd@stupidchicken.com>
3321
3322 * display.texi (Font Lookup): Document WIDTH argument of
3323 x-list-fonts.
3324
02eccf6b
EZ
33252009-01-17 Eli Zaretskii <eliz@gnu.org>
3326
ead3f58d
EZ
3327 * maps.texi (Standard Keymaps): Rename function-key-map to
3328 local-function-key-map.
3329
3330 * keymaps.texi (Translation Keymaps): Rename function-key-map to
3331 local-function-key-map.
3332
3333 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
3334 and `set-keyboard-coding-system' now accept an optional terminal
3335 argument.
3336
3337 * commands.texi (Event Mod): `keyboard-translate-table' is now
3338 terminal-local.
3339 (Function Keys): Rename function-key-map to
3340 local-function-key-map.
3341
df05a163
EZ
3342 * elisp.texi (Top): Make @detailmenu be consistent with changes in
3343 frames.texi.
3344
0ed8034e 3345 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
490f1197
EZ
3346 `delete-terminal-functions', `suspend-tty-functions' and
3347 `resume-tty-functions'.
0ed8034e
EZ
3348
3349 * frames.texi (Frames): Document `frame-terminal' and
3350 `terminal-live-p'.
3351 (Multiple Displays): Document `make-frame-on-tty'.
3352 (Multiple Terminals): Document `terminal-list', `delete-terminal',
3353 `terminal-name', and `get-device-terminal'.
490f1197
EZ
3354 (Terminal Parameters): Document `terminal-parameters',
3355 `terminal-parameter', and `set-terminal-parameter'.
0ed8034e
EZ
3356
3357 * os.texi (System Environment): Document `environment' and
3358 `initial-environment'.
490f1197
EZ
3359 (Suspending Emacs): Update for multi-tty; document
3360 `suspend-tty', `resume-tty', and `controlling-tty-p'.
0ed8034e 3361
02eccf6b
EZ
3362 * nonascii.texi (Coding System Basics): More accurate description
3363 of `raw-text'.
3364
f19fea97
JB
33652009-01-12 Juanma Barranquero <lekktu@gmail.com>
3366
3367 * display.texi (Low-Level Font): Fix typo.
3368
16fa292f
CY
33692009-01-10 Chong Yidong <cyd@stupidchicken.com>
3370
3371 * elisp.texi (Top): Update node listing.
3372
3373 * display.texi (PostScript Images): Node deleted.
3374
0b4faef3
EZ
33752009-01-10 Eli Zaretskii <eliz@gnu.org>
3376
3355f04d
EZ
3377 * processes.texi (Decoding Output): Document that null bytes force
3378 no-conversion for reading process output.
3379
3380 * files.texi (Reading from Files): Document that null bytes force
3381 no-conversion when visiting files.
3382
11625308 3383 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
538395d9 3384
5dcb4c4e
SM
3385 * nonascii.texi (Lisp and Coding Systems):
3386 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
c06ea95e 3387 (Character Properties): Improve wording.
0b4faef3 3388
ce9cf065
CY
33892009-01-09 Chong Yidong <cyd@stupidchicken.com>
3390
3391 * display.texi (Font Lookup): Remove obsolete function
3392 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
3393 (Low-Level Font): Rename from Fonts, move to end of Faces section.
5dcb4c4e
SM
3394 (Font Selection): Reorder order of variable descriptions.
3395 Minor clarifications.
ce9cf065
CY
3396
3397 * elisp.texi (Top): Update node listing.
3398
ab756fb3
GM
33992009-01-09 Glenn Morris <rgm@gnu.org>
3400
3401 * commands.texi (Command Loop Info): Say that last-command-char and
3402 last-input-char are obsolete aliases.
3403
3404 * edebug.texi (Edebug Recursive Edit): Remove separate references to
3405 last-input-char and last-command-char, since they are just aliases for
3406 last-input-event and last-command-event.
3407
3408 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
3409 last-command-char.
3410
6b2b8ab1
CY
34112009-01-08 Chong Yidong <cyd@stupidchicken.com>
3412
3413 * elisp.texi: Update node listing.
3414
3415 * display.texi (Faces): Put Font Selection node after Auto Faces.
5dcb4c4e
SM
3416 (Face Attributes): Don't link to Font Lookup.
3417 Document font-family-list.
6b2b8ab1
CY
3418 (Fonts): New node.
3419
3568e767
JR
34202009-01-08 Jason Rumney <jasonr@gnu.org>
3421
3422 * frames.texi (Pointer Shape): Clarify that only X supports
5ce6e4f4 3423 changing the standard pointer shapes. (Bug#1485)
3568e767 3424
6221c8db
CY
34252009-01-08 Chong Yidong <cyd@stupidchicken.com>
3426
3427 * display.texi (Attribute Functions): Note that a function value
3428 :height is relative, and that compatibility functions work by
3429 calling set-face-attribute.
3430 (Displaying Faces): Reorder list in order of increasing priority.
3431 (Face Remapping): New node. Content moved here from Displaying
3432 Faces.
3433 (Glyphs): Link to Face Functions.
3434
e3d3799a
CY
34352009-01-08 Chong Yidong <cyd@stupidchicken.com>
3436
3437 * display.texi (Faces): Don't discuss face id here. facep does
3438 not return t.
3439 (Defining Faces): Minor clarification.
3440 (Face Attributes): Rearrange items to match docstring of
3441 set-face-attribute. Add :foundry attribute. Document new role of
3442 :font attribute. Texinfo usage fix.
3443 (Attribute Functions): Copyedits.
3444 (Face Functions): Note that face number is seldom used.
3445
638a2457
RS
34462009-01-05 Richard M Stallman <rms@gnu.org>
3447
3448 * strings.texi (Predicates for Strings): Minor clarification.
3449
3450 * functions.texi (Function Safety): Texinfo usage fix.
3451
49ea0074
JB
34522009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny patch)
3453
3454 * objects.texi (General Escape Syntax): Fix typo.
3455
9f822178
MR
34562009-01-03 Martin Rudalics <rudalics@gmx.at>
3457
3458 * windows.texi (Choosing Window): Say that pop-up-frame-alist
3459 works via the default value of pop-up-frame-function.
3460
af34ad36
EZ
34612009-01-02 Eli Zaretskii <eliz@gnu.org>
3462
3463 * processes.texi (System Processes): Document the `time' and
3464 `ctime' attributes of `system-process-attributes'.
3465
d31f6679
CY
34662009-01-01 Chong Yidong <cyd@stupidchicken.com>
3467
3468 * display.texi (Face Attributes): Clarify :height attribute.
3469
174dc00c
MR
34702008-12-31 Martin Rudalics <rudalics@gmx.at>
3471
3472 * buffers.texi (The Buffer List): Clarify what moves a buffer to
3473 the front of the buffer list. Add entries for `last-buffer' and
3474 `unbury-buffer'.
3475
b8afe7e4
EZ
34762008-12-27 Eli Zaretskii <eliz@gnu.org>
3477
d14030f5
EZ
3478 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
3479 and its subsections.
3480
3481 * frames.texi (Multiple Terminals, Low-level Terminal)
3482 (Terminal Parameters, Frames on Other TTY devices): New sections.
3483 (Frames): Add an xref to "Multiple Terminals".
3484
765980a4
EZ
3485 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
3486
3487 * objects.texi (Terminal Type): New node.
3488 (Editing Types): Add it to the menu.
3489
47bd5577
EZ
3490 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
3491 Variables".
3492
eb22b78c 3493 * variables.texi (Directory Local Variables): New node.
47bd5577 3494 (Variables): Add a menu item for it.
eb22b78c 3495
b8afe7e4
EZ
3496 * loading.texi (Autoload): Document `generate-autoload-cookie' and
3497 `generated-autoload-file'.
3498
77bb0476
EZ
34992008-12-20 Eli Zaretskii <eliz@gnu.org>
3500
028e2c19
EZ
3501 * os.texi (Startup Summary): Add xref to documentation of
3502 `initial-window-system'.
3503
77bb0476
EZ
3504 * display.texi (Window Systems): Document `window-system' the
3505 function. The variable `window-system' is now frame-local.
028e2c19 3506 Document `initial-window-system'.
77bb0476 3507
dda87836
MR
35082008-12-19 Martin Rudalics <rudalics@gmx.at>
3509
3510 * windows.texi (Windows): Rewrite description of
3511 fit-window-to-buffer.
3512
caef3ed2
GM
35132008-12-13 Glenn Morris <rgm@gnu.org>
3514
3515 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
3516 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
3517
21c58e4d
GM
35182008-12-12 Glenn Morris <rgm@gnu.org>
3519
3520 * debugging.texi (Error Debugging): Refer forwards to
3521 eval-expression-debug-on-error.
3522
af38459f
EZ
35232008-12-05 Eli Zaretskii <eliz@gnu.org>
3524
5dedd9b5
EZ
3525 * strings.texi (String Basics): Only unibyte strings that
3526 represent key sequences hold 8-bit raw bytes.
3527
af38459f
EZ
3528 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
3529 paragraph to speak about `undecided'.
3530 (Character Properties): Don't explain the meaning of each
3531 property; instead, identify their Unicode Standard names.
b3f1f4a5 3532 (Character Sets): Document `map-charset-chars'.
af38459f 3533
fa047ae7
GM
35342008-12-02 Glenn Morris <rgm@gnu.org>
3535
3536 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
3537 section yet again.
3538
47dbc044
EZ
35392008-11-29 Eli Zaretskii <eliz@gnu.org>
3540
98d05998
EZ
3541 * nonascii.texi (Character Properties): New Section.
3542 (Specifying Coding Systems): Document
3543 `coding-system-priority-list', `set-coding-system-priority', and
3544 `with-coding-priority'.
3545 (Lisp and Coding Systems): Document `check-coding-systems-region'
3546 and `coding-system-charset-list'.
3547 (Coding System Basics): Document `coding-system-aliases'.
3548
3549 * elisp.texi (Top): Add a @detailmenu entry for "Character
3550 Properties".
3551
47dbc044
EZ
3552 * objects.texi (Character Type): Correct the range of Emacs
3553 characters. Add an @xref to "Character Codes".
3554
3555 * strings.texi (String Basics): Add an @xref to "Character Codes".
3556
3557 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
3558
3559 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
3560 (Character Codes): Document `max-char'.
3561
8b80cdf5
EZ
35622008-11-28 Eli Zaretskii <eliz@gnu.org>
3563
3564 * nonascii.texi (Text Representations, Converting Representations)
3565 (Character Sets, Scanning Charsets, Translation of Characters):
3566 Make text more accurate.
3567
a99dceba
GM
35682008-11-28 Glenn Morris <rgm@gnu.org>
3569
3570 * files.texi (Format Conversion Round-Trip): Improve previous change.
3571
f6dc3bed
CY
35722008-11-26 Chong Yidong <cyd@stupidchicken.com>
3573
3574 * modes.texi (Auto Major Mode): Fix example.
3575
5da9413d
GM
35762008-11-25 Glenn Morris <rgm@gnu.org>
3577
3578 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
3579
3580 * files.texi (Format Conversion Round-Trip):
3581 Use active voice for previous change.
3582
fcca848c
CY
35832008-11-25 Chong Yidong <cyd@stupidchicken.com>
3584
3585 * os.texi (Processor Run Time):
3586 * processes.texi (Transaction Queues):
3587 * markers.texi (The Mark):
3588 * windows.texi (Choosing Window, Selecting Windows):
3589 * files.texi (Changing Files, Magic File Names):
3590 * commands.texi (Key Sequence Input):
3591 * functions.texi (Declaring Functions):
3592 * strings.texi (Predicates for Strings):
3593 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
3594
36c8dc54
CY
35952008-11-24 Chong Yidong <cyd@stupidchicken.com>
3596
3597 * help.texi (Accessing Documentation): Update example.
3598
3599 * variables.texi (Defining Variables): Note that `*' is not
3600 necessary if defcustom is used.
3601
2a79b242
EZ
36022008-11-22 Eli Zaretskii <eliz@gnu.org>
3603
3604 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
3605 Characters" from @detailmenu.
3606
3607 * nonascii.texi (Character Codes, Character Sets)
3608 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
3609 (Chars and Bytes, Splitting Characters): Sections removed.
3610
392f0d26
LK
36112008-11-22 Lute Kamstra <lute@gnu.org>
3612
3613 * positions.texi (Text Lines): Update goto-line documentation.
3614
af1a5cd5
MR
36152008-11-21 Martin Rudalics <rudalics@gmx.at>
3616
6a4cfb0c
MR
3617 * frames.texi (Frames): Fix typo, add cross references, reword.
3618 (Initial Parameters): Reword special-display-frame-alist text.
3619 (Frames and Windows): Reword. Describe argument norecord for
3620 set-frame-selected-window.
3621 (Input Focus): Describe argument norecord for select-frame.
3622 Remove comment on MS-Windows behavior for focus-follows-mouse.
3623 (Raising and Lowering): Mention windows-frames dichotomy in
3624 metaphor.
3625
af1a5cd5
MR
3626 * windows.texi (Displaying Buffers, Vertical Scrolling)
3627 (Horizontal Scrolling): Fix indenting and rewording issues
3628 introduced with 2008-11-07 change.
3629
c249fa9c
GM
36302008-11-20 Glenn Morris <rgm@gnu.org>
3631
3632 * files.texi (Format Conversion Round-Trip): Mention `preserve'
3633 element of `format-alist'.
3634
204d4665
GM
36352008-11-19 Glenn Morris <rgm@gnu.org>
3636
3637 * doclicense.texi: Update to FDL 1.3.
3638 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
3639
cc0910af
CY
36402008-11-18 Chong Yidong <cyd@stupidchicken.com>
3641
efe6e7c4
CY
3642 * windows.texi (Window Hooks): Remove *-end-trigger-functions
3643 vars, which are obsolete. Mention jit-lock-register.
3644
5dcb4c4e
SM
3645 * modes.texi (Other Font Lock Variables):
3646 Document jit-lock-register and jit-lock-unregister.
efe6e7c4 3647
cc0910af
CY
3648 * frames.texi (Color Parameters): Document alpha parameter.
3649
aeeedf76
MR
36502008-11-16 Martin Rudalics <rudalics@gmx.at>
3651
3652 * windows.texi (Splitting Windows, Deleting Windows)
3653 (Selecting Windows, Cyclic Window Ordering)
3654 (Buffers and Windows, Displaying Buffers, Choosing Window)
3655 (Dedicated Windows, Window Point, Window Start and End)
3656 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
3657 (Size of Window, Resizing Windows, Window Configurations)
3658 (Window Parameters): Avoid @var at beginning of sentences and
3659 reword accordingly.
3660
4c565c5c
LK
36612008-11-11 Lute Kamstra <lute@gnu.org>
3662
3663 * files.texi (File Name Components): Fix file-name-extension
3664 documentation.
3665
25f494c9
JB
36662008-11-11 Juanma Barranquero <lekktu@gmail.com>
3667
3668 * frames.texi (Basic Parameters): Remove display-environment-variable
3669 and term-environment-variable.
3670
a1401ab1
EZ
36712008-11-08 Eli Zaretskii <eliz@gnu.org>
3672
3673 * windows.texi (Basic Windows, Splitting Windows)
3674 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
3675 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
25f494c9
JB
3676 (Resizing Windows, Window Configurations, Window Parameters):
3677 Fix wording and markup.
a1401ab1 3678
efafc282
MR
36792008-11-07 Martin Rudalics <rudalics@gmx.at>
3680
3681 * windows.texi (Windows): Update entries.
3682 (Basic Windows): Remove listing of attributes. Reword.
86ab855a 3683 (Splitting Windows, Deleting Windows): Reword.
efafc282
MR
3684 (Selecting Windows, Cyclic Window Ordering): Reword with special
3685 emphasis on order of recently selected windows and buffer list.
86ab855a
MR
3686 (Buffers and Windows, Choosing Window): Reword with special
3687 emphasis on dedicated windows.
3688 (Displaying Buffers): Reword. For switch-to-buffer mention that
3689 it may fall back on pop-to-buffer. For other-window try to
3690 explain how it treats the cyclic ordering of windows.
efafc282
MR
3691 (Dedicated Windows): New node and section discussing dedicated
3692 windows and associated functions.
86ab855a 3693 (Window Point): Add entry for window-point-insertion-type. Reword.
efafc282
MR
3694 (Window Start and End): Rename node and section title. Reword.
3695 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
3696 Minor rewording.
3697 (Size of Window): Reword, in particular text on window-width.
3698 (Resizing Windows): Reword. Add text on balancing windows.
3699 (Window Configurations): Reword. Mention window parameters.
3700 (Window Parameters): New node and section on window parameters.
3701 (Window Hooks): Reword. Mention that
3702 window-configuration-change-hook is run "buffer-locally".
3703 * elisp.texi (Top): Update Windows entries in @detailmenu
3704 section.
3705
d60a8ab2
JB
37062008-11-04 Juanma Barranquero <lekktu@gmail.com>
3707
3708 * searching.texi (Regexp Search): Fix typo.
3709
01777627
CY
37102008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
3711
3712 * searching.texi (Regexp Search): Document GREEDY arg.
3713 (Simple Match Data): Fix return value.
3714
c4526e93
EZ
37152008-11-01 Eli Zaretskii <eliz@gnu.org>
3716
3717 * nonascii.texi (Text Representations): Rewrite to make consistent
5dcb4c4e
SM
3718 with Emacs 23 internal representation of characters.
3719 Document `unibyte-string'.
c4526e93 3720
fe2ae8b5
CY
37212008-10-28 Chong Yidong <cyd@stupidchicken.com>
3722
3723 * processes.texi (Process Information): Note that process-status
3724 does not accept buffer names.
3725
cc5a21e3
CY
37262008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
3727
3728 * positions.texi (Skipping Characters): Correct return value of
3729 skip-chars-forward.
3730
09460d9a
MR
37312008-10-25 Martin Rudalics <rudalics@gmx.at>
3732
520b29e7
MR
3733 * windows.texi (Deleting Windows): Update documentation of
3734 delete-windows-on.
3735 (Buffers and Windows): Update documentations of
3736 get-buffer-window and get-buffer-window-list.
3737 (Displaying Buffers): Update documentation of
3738 replace-buffer-in-windows.
3739
09460d9a
MR
3740 * buffers.texi (Current Buffer): Reword set-buffer and
3741 with-current-buffer documentations.
3742 (Creating Buffers): Reword documentation of get-buffer-create.
3743
4d48fcdc
MR
37442008-10-23 Martin Rudalics <rudalics@gmx.at>
3745
3746 * buffers.texi (Current Buffer): Reword documentation of
3747 set-buffer.
3748 (Buffer Names): Reword documentation of buffer-name.
3749 (The Buffer List): For bury-buffer explain what happens with the
3750 buffer's window.
3751 (Creating Buffers): Say that get-buffer-create's arg is called
3752 buffer-or-name.
3753
f0143c43
CY
37542008-10-22 Chong Yidong <cyd@stupidchicken.com>
3755
3e5dbbd3
CY
3756 * advice.texi (Computed Advice): Explain what DEFINITION is.
3757
f0143c43
CY
3758 * nonascii.texi (Character Codes): Remove obsolete function
3759 char-valid-p, and document characterp instead.
3760
52a94b85
MR
37612008-10-22 Martin Rudalics <rudalics@gmx.at>
3762
3763 * windows.texi (Displaying Buffers): Reword documentation of
3764 pop-to-buffer.
3765 (Choosing Window): Rewrite documentation of display-buffer and
3766 its options.
3767
f76f8246
MR
3768 * buffers.texi (Killing Buffers): Update documentation of
3769 kill-buffer.
3770
acc8b598
EZ
37712008-10-21 Eli Zaretskii <eliz@gnu.org>
3772
80e6b6df
EZ
3773 * processes.texi (Serial Ports): Fix wording and improve markup.
3774
3645358a
EZ
3775 * searching.texi (Regexp Search): Document `string-match-p' and
3776 `looking-at-p'.
3777 (POSIX Regexps): Add an xref for "non-greedy".
3778 (Regexp Special): Add @cindex entry for "non-greedy".
3779
b3d50cff 3780 * display.texi (Attribute Functions): Document `face-all-attributes'.
bf190568 3781 (Image Cache) <image-refresh>: Minor wording fixes.
b3d50cff 3782
73b7530a
EZ
3783 * frames.texi (Color Names): Add an xref to `read-color'.
3784
3785 * minibuf.texi (High-Level Completion): Document `read-color'.
3786
acc8b598
EZ
3787 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
3788
3789 * positions.texi (Narrowing): Add an xref to "Swapping Text".
3790
3791 * buffers.texi (Swapping Text): New section, documents
3792 `buffer-swap-text'.
3793
10e187e8
MR
37942008-10-21 Martin Rudalics <rudalics@gmx.at>
3795
3796 * windows.texi (Resizing Windows): Minor wording fix.
3797
fd6f900c
EZ
37982008-10-20 Eli Zaretskii <eliz@gnu.org>
3799
3800 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
3801 and `combine-and-quote-strings'.
3802
3803 * strings.texi (Creating Strings): Add xrefs for them.
3804
e4372165
EZ
38052008-10-19 Eli Zaretskii <eliz@gnu.org>
3806
d6328fba
EZ
3807 * elisp.texi (Top): Make descriptive text for "Reading File Names"
3808 match the corresponding menu in minibuf.texi.
3809
e4372165
EZ
3810 * minibuf.texi (Reading File Names): Document `read-shell-command'
3811 and `minibuffer-local-shell-command-map'.
3812
5d8dda33
MR
38132008-10-19 Martin Rudalics <rudalics@gmx.at>
3814
3815 * windows.texi (Resizing Windows): Remove var{} around "window" in
3816 documentation of enlarge-window.
3817 Rewrite documentation of window-min-height and window-min-width.
3818
437706cd
EZ
38192008-10-19 Eli Zaretskii <eliz@gnu.org>
3820
80f85d7c
EZ
3821 * functions.texi (Calling Functions): Document `apply-partially'.
3822
291703b5
EZ
3823 * hooks.texi (Standard Hooks): Mention
3824 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
3825
3826 * variables.texi (File Local Variables): Document
3827 `file-local-variables-alist', `before-hack-local-variables-hook'
3828 and `hack-local-variables-hook'.
3829
583d8b3c
EZ
3830 * processes.texi (Synchronous Processes): Document `process-lines'.
3831
5dcb4c4e
SM
3832 * customize.texi (Variable Definitions):
3833 Document `custom-reevaluate-setting'.
437706cd 3834
7e51d89b
MR
38352008-10-18 Martin Rudalics <rudalics@gmx.at>
3836
3837 * windows.texi (Choosing Window, Deleting Windows)
3838 (Displaying Buffers): Expand documentation of dedicated windows.
3839
43c59a3d
EZ
38402008-10-18 Eli Zaretskii <eliz@gnu.org>
3841
018a960d
EZ
3842 * files.texi (Changing Files): Document symbolic input of file
3843 modes to `set-file-modes'. Document `read-file-modes' and
3844 `file-modes-symbolic-to-number'.
3845
2c0b8144
EZ
3846 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
3847 and `search-map'.
3848
5dcb4c4e
SM
3849 * searching.texi (Search and Replace):
3850 Document `replace-search-function' and `replace-re-search-function'.
2c0b8144 3851 Document `multi-query-replace-map'.
80120f13 3852
6d4913f0 3853 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
5dcb4c4e
SM
3854 (Completion Commands, Reading File Names):
3855 Rename `minibuffer-local-must-match-filename-map' to
6d4913f0
EZ
3856 `minibuffer-local-filename-must-match-map'.
3857 (Minibuffer Completion): The `require-match' argument to
3858 `completing-read' can now have the value `confirm-only'.
3859
43c59a3d
EZ
3860 * windows.texi (Displaying Buffers): Minor wording fix.
3861 (Choosing Window): `split-height-threshold' can now be nil.
3862 Document `split-width-threshold'. `pop-up-frames' can have the
3863 value `graphic-only'.
3864
f36acfd9
EZ
38652008-10-17 Eli Zaretskii <eliz@gnu.org>
3866
3867 * os.texi (Startup Summary): Document `before-init-time' and
3868 `after-init-time'. Document `initial-window-system' and
3869 `window-system-initialization-alist'. Document reading the
3870 abbrevs file. Document the call to `server-start' under --daemon.
3871 Rearrange a bit to be consistent with the code flow.
53728487
EZ
3872 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
3873 (Time Parsing): Document `format-seconds'.
f36acfd9 3874
96995b89
MR
38752008-10-17 Martin Rudalics <rudalics@gmx.at>
3876
3877 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
3878 and reword.
3879
2de17c73
EZ
38802008-10-16 Eli Zaretskii <eliz@gnu.org>
3881
3882 * markers.texi (The Mark): Document use-region-p.
3883
9cf52b11
EZ
38842008-10-15 Eli Zaretskii <eliz@gnu.org>
3885
c3aaf1d7
EZ
3886 * internals.texi (Writing Emacs Primitives): The interactive spec
3887 of a primitive can be a Lisp form.
3888
841a1743
EZ
3889 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
3890 values of transient-mark-mode. Document handle-shift-selection.
3891
3892 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
3893 (Interactive Examples): Show an example of `^'.
3894 (Key Sequence Input): Document this-command-keys-shift-translated.
c3aaf1d7
EZ
3895 (Defining Commands, Using Interactive): The interactive-form of a
3896 function can be added via its symbol's property.
841a1743 3897
52441368
EZ
3898 * positions.texi (List Motion): beginning-of-defun-function can
3899 now accept an argument.
3900
8e8c1a72
EZ
3901 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
3902 now return a list of strings.
3903
a33a1f2a
EZ
3904 * control.texi (Handling Errors): Document ignore-errors.
3905
4fb04348
EZ
3906 * frames.texi (Creating Frames): Document frame-inherited-parameters.
3907 (Parameter Access): Document set-frame-parameter.
3908
ee666f84
EZ
3909 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
3910 Hooks" for the effect of kill-all-local-variables on local hook
3911 functions.
3912
9cf52b11
EZ
3913 * modes.texi (Major Mode Conventions, Mode Line Variables):
3914 `mode-name' need not be a string. xref to "Mode Line Data" for
3915 details, and to "Emulating Mode Line" for computing a string
3916 value.
3917
22526bc4
EZ
39182008-10-14 Eli Zaretskii <eliz@gnu.org>
3919
a65f6a85
EZ
3920 * processes.texi (System Processes): New section.
3921 (Processes, Signals to Processes): Add xrefs to it.
3922
3923 * objects.texi (Editing Types): A `process' is a subprocess of
3924 Emacs, not just any process running on the OS.
3925
3926 * elisp.texi (Top): Adjust the @detailmenu for the above two
3927 changes.
3928
2724b26a
EZ
3929 * sequences.texi (Char-Tables): Remove documentation of
3930 set-char-table-default, which has no effect since Emacs 23.
3931 <char-table-range, set-char-table-range>: Don't mention generic
3932 characters and charsets. Add a cons cell as a possible argument.
3933
3934 * nonascii.texi (Splitting Characters)
3935 (Translation of Characters): Don't mention generic characters.
3936
3937 * display.texi (Fontsets): Don't mention generic characters.
3938
22526bc4 3939 * sequences.texi (Char-Tables): `map-char-table' can now call its
25f494c9 3940 argument FUNCTION with a cons cell as KEY.
22526bc4 3941
eaf4b689
EZ
39422008-10-13 Eli Zaretskii <eliz@gnu.org>
3943
45e46036
EZ
3944 * objects.texi (Primitive Function Type): Move "@cindex special
3945 forms" from here...
3946
3947 * eval.texi (Special Forms): ...to here.
3948
3949 * functions.texi (What Is a Function): `functionp' returns nil for
3950 special forms. Add an xref.
3951
eaf4b689
EZ
3952 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
3953 Variables".
3954
3955 * variables.texi (Frame-Local Variables): New section.
3956 (Buffer-Local Variables): Add an xref to it.
3957 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
3958 have both frame-local and buffer-local binding.
3959
3960 * frames.texi (Frames): Mention multiple tty frames.
3961 (Frame Parameters, Parameter Access): Mention frame-local variable
3962 bindings.
3963
15688fce
GM
39642008-09-20 Glenn Morris <rgm@gnu.org>
3965
3966 * display.texi (Defining Faces): Recommend against face variables.
3967
35539065
JB
39682008-09-16 Juanma Barranquero <lekktu@gmail.com>
3969
3970 * display.texi (Echo Area Customization): Fix typo.
3971
6a57054b
JB
39722008-09-09 Juanma Barranquero <lekktu@gmail.com>
3973
3974 * loading.texi (Where Defined): Add `defface' item.
3975
d632fb82
MR
39762008-09-06 Martin Rudalics <rudalics@gmx.at>
3977
3978 * loading.texi (Where Defined): Fix description of symbol-file.
3979
905a9adb
JR
39802008-08-26 Jason Rumney <jasonr@gnu.org>
3981
3982 * display.texi (TIFF Images): New section describing :index property.
3983
852e91b7
CY
39842008-08-23 Chong Yidong <cyd@stupidchicken.com>
3985
3986 * display.texi (Temporary Displays): Remove unnecessary comment
3987 about usage of temp-buffer-show-hook.
3988
6be001ee
CY
39892008-08-05 Chong Yidong <cyd@stupidchicken.com>
3990
3991 * symbols.texi (Other Plists): Fix incorrect example.
3992 Suggested by Florian Beck.
3993
58e3d8e8
JB
39942008-07-31 Juanma Barranquero <lekktu@gmail.com>
3995
3996 * os.texi: Fix previous change.
3997
7c2fb837
DN
39982008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
3999
4000 * os.texi:
4001 * intro.texi:
4002 * files.texi: Remove VMS support.
4003
9e2a2647
DN
40042008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4005
4006 * os.texi:
4007 * frames.texi:
4008 * display.texi: Remove mentions of Mac Carbon.
4009
c4f4682b
MB
40102008-07-01 Miles Bader <miles@gnu.org>
4011
4012 * text.texi (Special Properties):
4013 * display.texi (Truncation): Add wrap-prefix and line-prefix.
4014
3696411e
JB
40152008-06-28 Johan Bockgård <bojohan@gnu.org>
4016
4017 * display.texi (Other Image Types): Fix copy/paste error; say
4018 "PBM", not "XBM".
4019
f2a77c3a
DN
40202008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
4021
4022 * os.texi: Remove references to obsolete systems.
4023
6d52677d
EZ
40242008-06-20 Eli Zaretskii <eliz@gnu.org>
4025
4026 * makefile.w32-in (distclean): Remove makefile.
4027
1a87da4c
GM
40282008-06-17 Glenn Morris <rgm@gnu.org>
4029
4030 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
4031 (elisp, dist): Remove rules and variables that are obsolete now
4032 the lisp manual is no longer distributed separately.
4033
fdda1c5d
GM
40342008-06-16 Glenn Morris <rgm@gnu.org>
4035
646692e9
GM
4036 * configure, configure.in, mkinstalldirs: Remove unused files.
4037
4038 * book-spine.texinfo: Set version to 23.0.60.
fdda1c5d 4039 * vol1.texi (EMACSVER):
6a57054b 4040 * vol2.texi (EMACSVER): Set to 23.0.60.
fdda1c5d
GM
4041
4042 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
4043 as per maintain.info.
4044
611bee81
GM
40452008-06-15 Glenn Morris <rgm@gnu.org>
4046
a7bed3a0
GM
4047 * makefile.w32-in (manual): Use "23" rather than "21".
4048
4049 * Makefile.in (emacsver): New, set by configure.
4050 (manual): Use emacsver.
4051
d794edf2
GM
4052 * intro.texi: Report bugs using M-x report-emacs-bug.
4053
611bee81
GM
4054 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
4055
c73e02fa
GM
40562008-06-13 Daniel Engeler <engeler@gmail.com>
4057
4058 * elisp.texi, internals.texi, processes.texi: Add documentation
4059 about serial port access.
4060
e40a85cd
MB
40612008-06-05 Miles Bader <miles@gnu.org>
4062
4063 * display.texi (Displaying Faces): Update to reflect function
4064 renamings in face-remap.el.
4065
7b753744
JB
40662008-06-05 Juanma Barranquero <lekktu@gmail.com>
4067
4068 * display.texi (Fontsets): Fix typos.
4069
9d3d42fb
MB
40702008-06-03 Miles Bader <miles@gnu.org>
4071
7b753744
JB
4072 * display.texi (Displaying Faces): Add add-relative-face-remapping,
4073 remove-relative-face-remapping, set-base-face-remapping,
4074 and set-default-base-face-remapping.
9d3d42fb 4075
f2cec7a9
MB
40762008-06-01 Miles Bader <miles@gnu.org>
4077
4078 * display.texi (Displaying Faces): Add face-remapping-alist.
4079
8f39c96d
SM
40802008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4081
4082 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
4083 variable names.
4084
1ef5eecc
ER
40852008-05-03 Eric S. Raymond <esr@golux>
4086
352c8b4a 4087 * keymaps.texi: Clarify that (current-local-map) and
1ef5eecc
ER
4088 (current-global-map) return references, not copies.
4089
63b4387f
JL
40902008-05-02 Juri Linkov <juri@jurta.org>
4091
4092 * minibuf.texi (Text from Minibuffer): Document a list of
4093 default values for `read-from-minibuffer'.
4094
38a8b703
JB
40952008-04-24 Juanma Barranquero <lekktu@gmail.com>
4096
4097 * nonascii.texi (Translation of Characters): Fix previous change.
4098
7c42e639
CY
40992008-04-20 Chong Yidong <cyd@stupidchicken.com>
4100
4101 * display.texi (Overlay Properties): Clarify role of underlying
4102 textprop and overlay keymaps for display strings.
4103
4104 * keymaps.texi (Active Keymaps): Ditto.
4105
25c0d999
SM
41062008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
4107
4108 * minibuf.texi (Programmed Completion):
4109 Replace dynamic-completion-table with the new completion-table-dynamic.
4110
e3af5968
CY
41112008-04-07 Chong Yidong <cyd@stupidchicken.com>
4112
4113 * intro.texi (Some Terms): Change "fonts in this manual" index
4114 entry to "typographic conventions".
4115
6bfc8698
EZ
41162008-04-05 Eli Zaretskii <eliz@gnu.org>
4117
4118 * objects.texi (Text Props and Strings): Add indexing for read
4119 syntax of text properties.
4120
4972c361
SM
41212008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
4122
4123 * processes.texi (Decoding Output): Remove process-filter-multibyte
4124 functions.
4125
c70a68db
MR
41262008-03-15 Martin Rudalics <rudalics@gmx.at>
4127
4128 * display.texi (Finding Overlays): Say that empty overlays at
4129 the end of the buffer are reported too.
4130
1291fd36
GM
41312008-03-13 Glenn Morris <rgm@gnu.org>
4132
4133 * elisp.texi (EMACSVER): Set to 23.0.60.
4134
c6b0dfd5
CY
41352008-02-26 Chong Yidong <cyd@stupidchicken.com>
4136
38a8b703 4137 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
c6b0dfd5 4138
875fc30c
GM
41392008-02-22 Glenn Morris <rgm@gnu.org>
4140
4141 * frames.texi (Position Parameters): Clarify the description of
4142 `left' and `top', using information from "Geometry".
4143 (Geometry): Give a pointer to "Position Parameters", rather than
4144 repeating information.
4145
d8c8e45a
GM
41462008-02-11 Glenn Morris <rgm@gnu.org>
4147
4148 * objects.texi (Equality Predicates): No longer talk about "two"
4149 functions.
4150
38a8b703 41512008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
d8c8e45a
GM
4152
4153 * objects.texi (Equality Predicates): Add defun for
4154 equal-including-properties.
4155
bfffe0b1
GM
41562008-02-10 Glenn Morris <rgm@gnu.org>
4157
4158 * objects.texi (Equality Predicates):
4159 Mention equal-including-properties.
4160
431b78c9
RS
41612008-02-07 Richard Stallman <rms@gnu.org>
4162
4163 * windows.texi (Window Start): Mention the feature of moving
4164 window-start to start of line.
4165
c8763fb6 41662008-02-07 Jan Djärv <jan.h.d@swipnet.se>
eafa12e6
JD
4167
4168 * keymaps.texi (Tool Bar): Document rtl property.
4169
1a256502
TTN
41702008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
4171
4172 * display.texi (Button Types):
4173 For define-button-type, clarify type of NAME.
4174
569382c2
MR
41752008-01-19 Martin Rudalics <rudalics@gmx.at>
4176
4177 * buffers.texi (Buffer Modification): Fix typo.
4178
f3041af1
DN
41792008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
4180
4181 * os.texi (System Environment): Remove references to OSes that are
4182 not supported anymore.
4183
d35e1cd7
DN
41842008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
4185
4186 * os.texi (System Environment): Remove mention for Masscomp.
4187
23af7580
RS
41882008-01-04 Richard Stallman <rms@gnu.org>
4189
4190 * display.texi (Faces): Don't talk about internal face vector as arg
4191 to facep.
4192
4193 * customize.texi (Type Keywords): Fix previous change.
4194
4195 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
4196 * elisp.texi (Top): Fix menu for commands.texi change.
4197
ec7d5b1e
RS
41982007-12-30 Richard Stallman <rms@gnu.org>
4199
5dcb4c4e 4200 * commands.texi (Accessing Mouse): Rename from Accessing Events.
ec7d5b1e
RS
4201 (Accessing Scroll): New node broken out of Accessing Mouse.
4202
101a6cea
RS
42032007-12-28 Richard Stallman <rms@gnu.org>
4204
4205 * frames.texi (Size Parameters): Fix typo.
7f9e0c04 4206 (Basic Parameters): For `title', refer to title bar.
041817a4 4207 (Size and Position): Explain meaning of frame pixel width and height.
101a6cea 4208
72b7e664
RS
42092007-12-23 Richard Stallman <rms@gnu.org>
4210
4211 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
4212 Improve some of the commented-out keywords' text too.
4213
27a4f445
MR
42142007-12-14 Martin Rudalics <rudalics@gmx.at>
4215
e2e3f1d7
MR
4216 * nonascii.texi (Encoding and I/O): Reword to avoid saying
4217 "visit the current buffer".
4218
27a4f445
MR
4219 * os.texi (System Interface): Fix typo.
4220
a2afc99d
RS
42212007-12-04 Richard Stallman <rms@gnu.org>
4222
4223 * objects.texi (Symbol Type): Fix typo.
4224
b694135c
RS
42252007-12-03 Richard Stallman <rms@gnu.org>
4226
4227 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
4228
f99a19da
GM
42292007-12-01 Glenn Morris <rgm@gnu.org>
4230
4231 * functions.texi (Declaring Functions): Improve previous change.
4232
8f4b37d8
GM
42332007-11-30 Glenn Morris <rgm@gnu.org>
4234
4235 * functions.texi (Declaring Functions): Add optional fourth
4236 argument of declare-function, and setting third argument to `t'.
4237
61a2fe01
RS
42382007-11-29 Richard Stallman <rms@gnu.org>
4239
4240 * customize.texi (Composite Types): Document `group' type.
4241
cbfc5193
GM
42422007-11-29 Glenn Morris <rgm@gnu.org>
4243
5dcb4c4e
SM
4244 * functions.texi (Declaring Functions): Add findex.
4245 Mention `external' files.
cbfc5193 4246
8386283a
JB
42472007-11-26 Juanma Barranquero <lekktu@gmail.com>
4248
4249 * functions.texi (Declaring Functions): Fix directive.
4250
a07c9a8b
RS
42512007-11-25 Richard Stallman <rms@gnu.org>
4252
4253 * help.texi (Help Functions): Clean up last change.
4254
4255 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
4256
4257 * loading.texi (Named Features): Minor cleanup.
4258
4259 * macros.texi (Eval During Expansion): Minor cleanup.
4260
4261 * variables.texi (Variable Aliases): Minor cleanup.
4262
a0925923
RS
42632007-11-24 Richard Stallman <rms@gnu.org>
4264
4265 * functions.texi (Declaring Functions): Clarify previous change.
4266
4267 * compile.texi (Compiler Errors): Clarify previous change.
4268
20c63e44
RS
42692007-11-24 Richard Stallman <rms@gnu.org>
4270
e5e76c04 4271 * display.texi (Refresh Screen, Forcing Redisplay):
20c63e44
RS
4272 Clarify the text and move items around.
4273
5bb0cda3
GM
42742007-11-24 Glenn Morris <rgm@gnu.org>
4275
4276 * functions.texi (Declaring Functions): New section.
4277 * compile.texi (Compiler Errors): Mention declaring functions,
4278 defvar with no initvalue, and byte-compile-warnings.
4279
af13c86a
MR
42802007-11-15 Martin Rudalics <rudalics@gmx.at>
4281
4282 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
4283 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
4284
a5373305
MR
42852007-11-13 Martin Rudalics <rudalics@gmx.at>
4286
4287 * help.texi (Help Functions): Document new macro `with-help-window'.
4288
fe284805
JL
42892007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
4290
4291 * searching.texi (Replacing Match): Describe new
4292 `match-substitute-replacement'.
4293
2c3a09b1
RS
42942007-10-31 Richard Stallman <rms@gnu.org>
4295
4296 * strings.texi (Creating Strings): Null strings from concat not unique.
4297
f2b480f4
RS
42982007-10-26 Richard Stallman <rms@gnu.org>
4299
4300 * objects.texi (Equality Predicates): Null strings are uniquified.
4301
4302 * minibuf.texi: Minor clarifications in previous change.
4303
db21122c
GM
43042007-10-25 Glenn Morris <rgm@gnu.org>
4305
4306 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
4307
2328cbb3
RS
43082007-10-24 Richard Stallman <rms@gnu.org>
4309
4310 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
4311
4312 * variables.texi (Frame-Local Variables): Node deleted.
4313 (Variables): Delete Frame-Local Variables from menu.
4314 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
4315 (Default Value): Don't mention frame-local vars.
4316
4317 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
4318
4319 * loading.texi (Unloading): Document FEATURE-unload-function
4320 instead of FEATURE-unload-hook.
4321
2328cbb3
RS
4322 * frames.texi (Multiple Displays): Don't mention frame-local vars.
4323
c066bafa
JL
43242007-10-22 Juri Linkov <juri@jurta.org>
4325
4326 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
4327 (High-Level Completion): Document a list of default value strings
4328 in the DEFAULT argument, for which minibuffer functions return the
4329 first element.
4330
65ced25f
JL
43312007-10-17 Juri Linkov <juri@jurta.org>
4332
4333 * text.texi (Filling): Update arguments of fill-paragraph.
4334 fill-paragraph operates on the active region in Transient Mark mode.
4335 Remove fill-paragraph-or-region.
4336
ee46ec8e
KB
43372007-10-13 Karl Berry <karl@gnu.org>
4338
4339 * elisp.texi (@dircategory): Move to after @copying,
4340 since we want @copying as close as possible to the beginning of
4341 the output.
4342
61bbdbc6
RS
43432007-10-12 Richard Stallman <rms@gnu.org>
4344
4345 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
4346
4347 * commands.texi (Distinguish Interactive): New node,
4348 broken out from Interactive Call and rewritten.
4349 (Command Loop): Put Distinguish Interactive in menu.
4350
af23e1e8
RS
43512007-10-09 Richard Stallman <rms@gnu.org>
4352
4353 * text.texi (Examining Properties): Mention overlay priority.
4354
4355 * display.texi (Display Margins): Correct the description
4356 of margin display specifications.
4357 (Replacing Specs): New subnode broken out of Display Property.
4358
e1965a69
JL
43592007-10-06 Juri Linkov <juri@jurta.org>
4360
4361 * text.texi (Filling): Document fill-paragraph-or-region.
4362
4638454b
JB
43632007-10-05 Juanma Barranquero <lekktu@gmail.com>
4364
4365 * display.texi (Auto Faces): Fix typo.
4366
7ed54cc5
RS
43672007-10-02 Richard Stallman <rms@gnu.org>
4368
4369 * display.texi (Display Property): Explain some display specs
4370 don't let you move point in.
4371
5dcb4c4e
SM
4372 * frames.texi (Cursor Parameters):
4373 Describe cursor-in-non-selected-windows here. Explain more values.
7ed54cc5
RS
4374
4375 * windows.texi (Basic Windows): Don't describe
4376 cursor-in-non-selected-windows here.
4377
305a7ef2
EZ
43782007-10-01 Eli Zaretskii <eliz@gnu.org>
4379
4380 * processes.texi (Misc Network): Note that these functions are
4381 supported only on some systems.
4382
f7a7f4eb
RS
43832007-10-01 Richard Stallman <rms@gnu.org>
4384
4385 * display.texi (Overlay Properties): Explain nil as priority.
4386 Explain that conflicts are unpredictable if not resolved by
4387 priorities.
4388
780d7bb9
RS
43892007-09-23 Richard Stallman <rms@gnu.org>
4390
4391 * macros.texi (Backquote): Minor clarification.
4392
14b4fdfb
RS
43932007-09-19 Richard Stallman <rms@gnu.org>
4394
4395 * display.texi (Display Property): Explain multiple display specs.
9600ac7c
RS
4396 Clarify when they work in parallel and when one overrides.
4397 Fix error in example.
14b4fdfb 4398
b8d4c8d0
GM
43992007-09-06 Glenn Morris <rgm@gnu.org>
4400
b3e755a9 4401 Move from lispref/ to doc/lispref/. Change all setfilename
b8d4c8d0
GM
4402 commands to use ../../info.
4403 * Makefile.in (infodir): Go up one more level.
4638454b 4404 (usermanualdir): Change from ../man to ../emacs.
b8d4c8d0
GM
4405 (miscmanualdir): New.
4406 (dist): Use new variable miscmanualdir.
4407 * makefile.w32-in (infodir, texinputdir): Go up one more level.
4408 (usermanualdir): Change from ../man to ../emacs.
4409
1bb1f7d3
MR
44102007-08-30 Martin Rudalics <rudalics@gmx.at>
4411
4412 * commands.texi (Command Loop Info): Advise against changing
4413 most variables described here. Explain new variable
4414 last-repeatable-command.
4415
b8d4c8d0
GM
44162007-08-29 Glenn Morris <rgm@gnu.org>
4417
4418 * elisp.texi (EMACSVER): Increase to 23.0.50.
4419
44202007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
4421
4422 * frames.texi (Basic Parameters): Add display-environment-variable
4423 and term-environment-variable.
4424
44252007-08-28 Juri Linkov <juri@jurta.org>
4426
4427 * display.texi (Image Formats, Other Image Types): Add SVG.
4428
44292007-08-28 Juri Linkov <juri@jurta.org>
4430
4431 * display.texi (Images): Move formats-related text to new node
4432 "Image Formats".
4433 (Image Formats): New node.
4434
619fb9ee
RS
44352007-08-27 Richard Stallman <rms@gnu.org>
4436
4437 * windows.texi (Window Configurations): Clarify what
4438 a window configuration saves.
4439
b8d4c8d0
GM
44402007-08-25 Richard Stallman <rms@gnu.org>
4441
4442 * display.texi (Images): Delete redundant @findex.
4443
39f9da30
GM
44442007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
4445
4446 * text.texi (Change Hooks): (after|before)-change-functions are no
4447 longer bound to nil while running; rather inhibit-modification-hooks
4448 is t.
4449
b8d4c8d0
GM
44502007-08-16 Richard Stallman <rms@gnu.org>
4451
5dcb4c4e
SM
4452 * processes.texi (Asynchronous Processes):
4453 Clarify doc of start-file-process.
b8d4c8d0
GM
4454
44552007-08-08 Martin Rudalics <rudalics@gmx.at>
4456
4457 * modes.texi (Example Major Modes): Fix typo.
4458
44592007-08-08 Glenn Morris <rgm@gnu.org>
4460
4461 * intro.texi (nil and t): Do not use `iff' in documentation.
4462
4463 * tips.texi (Documentation Tips): Recommend against `iff'.
4464
44652007-08-07 Chong Yidong <cyd@stupidchicken.com>
4466
4467 * display.texi (Image Cache): Document image-refresh.
4468
44692007-08-06 Martin Rudalics <rudalics@gmx.at>
4470
4471 * windows.texi (Size of Window): Document window-full-width-p.
4472
44732007-07-25 Glenn Morris <rgm@gnu.org>
4474
4475 * gpl.texi (GPL): Replace license with GPLv3.
4476
4477 * Relicense all FSF files to GPLv3 or later.
4478
44792007-07-24 Michael Albinus <michael.albinus@gmx.de>
4480
4638454b
JB
4481 * processes.texi (Synchronous Processes):
4482 Add `process-file-shell-command'.
b8d4c8d0
GM
4483 (Asynchronous Processes): Mention restricted use of
4484 `process-filter' and `process-sentinel' in
4485 `start-file-process'. Add `start-file-process-shell-command'.
4486
44872007-07-17 Michael Albinus <michael.albinus@gmx.de>
4488
4489 * files.texi (Magic File Names): Introduce optional parameter
4490 IDENTIFICATION for `file-remote-p'.
4491
44922007-07-16 Richard Stallman <rms@gnu.org>
4493
4494 * display.texi (Defining Faces): Fix previous change.
4495
44962007-07-14 Richard Stallman <rms@gnu.org>
4497
4498 * control.texi (Handling Errors): Document `debug' in handler list.
4499
45002007-07-10 Richard Stallman <rms@gnu.org>
4501
4502 * display.texi (Defining Faces): Explain C-M-x feature for defface.
4503
45042007-07-09 Richard Stallman <rms@gnu.org>
4505
4506 * files.texi (Magic File Names): Rewrite previous change.
4507
45082007-07-08 Michael Albinus <michael.albinus@gmx.de>
4509
4510 * files.texi (Magic File Names): Introduce optional parameter
4511 CONNECTED for `file-remote-p'.
4512
45132007-07-07 Michael Albinus <michael.albinus@gmx.de>
4514
4515 * processes.texi (Asynchronous Processes):
4516 * files.texi (Magic File Names): Add `start-file-process'.
4517
45182007-06-27 Richard Stallman <rms@gnu.org>
4519
5dcb4c4e
SM
4520 * files.texi (Format Conversion Piecemeal):
4521 Clarify `after-insert-file-functions' calling convention.
b8d4c8d0
GM
4522
45232007-06-27 Michael Albinus <michael.albinus@gmx.de>
4524
4638454b
JB
4525 * files.texi (Magic File Names): Remove `dired-call-process'.
4526 Add `process-file'.
b8d4c8d0
GM
4527
45282007-06-27 Kenichi Handa <handa@m17n.org>
4529
4530 * text.texi (Special Properties): Fix description about
4638454b 4531 `composition' property.
b8d4c8d0
GM
4532
45332007-06-26 Kenichi Handa <handa@m17n.org>
4534
4535 * nonascii.texi (Default Coding Systems): Document about the
4536 return value `undecided'.
4537
45382007-06-25 David Kastrup <dak@gnu.org>
4539
4540 * keymaps.texi (Active Keymaps): Document new POSITION argument of
4541 `current-active-maps'.
4542
45432007-06-24 Karl Berry <karl@gnu.org>
4544
4638454b 4545 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
b8d4c8d0
GM
4546
45472007-06-15 Juanma Barranquero <lekktu@gmail.com>
4548
4549 * display.texi (Overlay Arrow): Doc fix.
4550
45512007-06-14 Karl Berry <karl@tug.org>
4552
4553 * anti.texi (Antinews): Typo.
4554
45552007-06-14 Chong Yidong <cyd@stupidchicken.com>
4556
4557 * display.texi (Image Cache): Document image-refresh.
4558
45592007-06-12 Karl Berry <karl@gnu.org>
4560
4561 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
4562 * two-volume.make: New file.
4563 * .cvsignore: Ignore two-volume files.
4564
45652007-06-12 Tom Tromey <tromey@redhat.com>
4566
4567 * os.texi (Init File): Document user-emacs-directory.
4568
45692007-06-03 Nick Roberts <nickrob@snap.net.nz>
4570
4571 * commands.texi (Click Events): Describe width and height when
4572 object is nil.
4573
45742007-05-30 Nick Roberts <nickrob@snap.net.nz>
4575
5dcb4c4e
SM
4576 * commands.texi (Click Events): Layout more logically.
4577 Describe width and height.
b8d4c8d0
GM
4578 (Drag Events, Motion Events): Update to new format for position.
4579
45802007-06-02 Richard Stallman <rms@gnu.org>
4581
4582 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
4583
45842007-06-02 Chong Yidong <cyd@stupidchicken.com>
4585
4586 * Version 22.1 released.
4587
45882007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
4589
4590 * text.texi (Special Properties): Correct meaning of fontified face.
4591
45922007-05-30 Richard Stallman <rms@gnu.org>
4593
4594 * text.texi (Special Properties): Add link to Adjusting Point.
4595
45962007-05-12 Richard Stallman <rms@gnu.org>
4597
4598 * text.texi (Margins): indent-to-left-margin is not the default.
4599 (Mode-Specific Indent): For indent-line-function, the default
4600 is indent-relative.
4601
4602 * modes.texi (Example Major Modes): Explain last line of text-mode
4603 is redundant.
4604
46052007-05-10 Richard Stallman <rms@gnu.org>
4606
4607 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
4608
4609 * help.texi (Keys in Documentation): Add reference to
4610 Documentation Tips.
4611
4612 * files.texi (Format Conversion): TO-FN gets three arguments.
4613
4614 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
4615
46162007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
4617
4618 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
4619 * files.texi (Format Conversion): Expand intro; add menu.
4620 (Format Conversion Overview, Format Conversion Round-Trip)
4621 (Format Conversion Piecemeal): New nodes/subsections.
4622 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
4623 * text.texi (Text Properties): Remove "Saving Properties" from menu.
4624 (Saving Properties): Delete node/subsection.
4625
46262007-05-07 Karl Berry <karl@gnu.org>
4627
4628 * elisp.texi (EMACSVER): Back to 22.
4629
46302007-05-06 Richard Stallman <rms@gnu.org>
4631
4632 * processes.texi (Accepting Output): Revert most of previous change.
4633
46342007-05-05 Richard Stallman <rms@gnu.org>
4635
4636 * processes.texi (Accepting Output): accept-process-output
4637 uses microseconds, not milliseconds. But that arg is obsolete.
4638
46392007-05-04 Karl Berry <karl@tug.org>
4640
4641 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
4642
46432007-05-04 Eli Zaretskii <eliz@gnu.org>
4644
4645 * tips.texi (Documentation Tips): Rearrange items to place the
4646 more important ones first. Add an index entry for hyperlinks.
4647
46482007-05-03 Karl Berry <karl@gnu.org>
4649
4650 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
4651 (EMACSVER) [smallbook]: 22 for printed version.
4652
4653 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
4654 so restore anchor to normal position after defun. Found by Kevin Ryde.
4655
46562007-04-26 Glenn Morris <rgm@gnu.org>
4657
4658 * elisp.texi (EMACSVER): Increase to 22.1.50.
4659
46602007-04-28 Karl Berry <karl@gnu.org>
4661
4662 * elisp.texi: Improve line breaks on copyright page,
4663 similar layout to emacs manual, 8.5x11 by default.
4664
46652007-04-24 Richard Stallman <rms@gnu.org>
4666
4667 * text.texi (Special Properties): Add xref to Overlay Properties.
4668
4669 * display.texi (Overlay Properties): Add xref to Special Properties.
4670
46712007-04-22 Richard Stallman <rms@gnu.org>
4672
4673 * keymaps.texi (Extended Menu Items): Move the info about
4674 format with cached keyboard binding.
4675
46762007-04-21 Richard Stallman <rms@gnu.org>
4677
4678 * text.texi (Special Properties): Clarify previous change.
4679
4680 * files.texi (File Name Expansion): Clarify previous change.
4681
4682 * display.texi (Attribute Functions): Fix example for
4683 face-attribute-relative-p.
4684
46852007-04-19 Kenichi Handa <handa@m17n.org>
4686
4687 * text.texi (Special Properties): Document composition property.
4688
46892007-04-19 Glenn Morris <rgm@gnu.org>
4690
4691 * files.texi (File Name Expansion): Mention "superroot".
4692
46932007-04-15 Chong Yidong <cyd@stupidchicken.com>
4694
4695 * frames.texi (Multiple Displays): Add note about "multi-monitor"
4696 setups.
4697 (Display Feature Testing): Note that display refers to all
4698 physical monitors for multi-monitor setups.
4699
47002007-04-14 Richard Stallman <rms@gnu.org>
4701
4702 * lists.texi (Sets And Lists): Clarify `delete' examples.
4703 Remove spurious xref to same node.
4704 Clarify xref for add-to-list.
4705
47062007-04-12 Nick Roberts <nickrob@snap.net.nz>
4707
4708 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
4709 value of lisp-mode-map.
4710
47112007-04-11 Karl Berry <karl@gnu.org>
4712
4713 * anti.texi (Antinews):
4714 * display.texi (Overlay Properties, Defining Images):
4715 * processes.texi (Synchronous Processes, Sentinels):
4716 * syntax.texi (Syntax Table Internals):
4717 * searching.texi (Regexp Special):
4718 * nonascii.texi (Default Coding Systems):
4719 * text.texi (Special Properties):
4720 * minibuf.texi (Basic Completion): Wording to improve breaks in
4721 8.5x11 format.
4722 * elisp.texi (smallbook): New @set to more easily switch between
4723 smallbook and 8.5x11.
4724
47252007-04-11 Richard Stallman <rms@gnu.org>
4726
4727 * text.texi (Lazy Properties): Minor fix.
4728
47292007-04-08 Karl Berry <karl@gnu.org>
4730
4731 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
4732 * macros.texi (Backquote): Downcase Backquote in index entries for
4733 consistency.
4734
47352007-04-08 Richard Stallman <rms@gnu.org>
4736
4737 * text.texi (Adaptive Fill): Just describe default,
4738 don't show it (since it contains non-ASCII chars).
4739
47402007-04-07 Karl Berry <karl@gnu.org>
4741
4742 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
4743 adaptive-fill-regexp's value, since they are not in the standard
4744 TeX fonts.
4745
47462007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
4747
4748 * display.texi (Defining Faces): Fix example.
4749
47502007-04-07 Karl Berry <karl@gnu.org>
4751
4752 * display.texi (Button Buffer Commands): Improve page break.
4753
47542007-04-07 Richard Stallman <rms@gnu.org>
4755
4756 * advice.texi (Activation of Advice): Remove redundant index entry.
4757
4758 * backups.texi: Improve index entries. Remove redundant ones.
4759
4760 * compile.texi (Byte Compilation): Improve index entry.
4761
4762 * hash.texi (Creating Hash): Improve index entry.
4763
4764 * symbols.texi (Definitions): Improve index entry.
4765
4766 * edebug.texi: Improve index entries. Remove redundant/useless ones.
4767
4768 * maps.texi (Standard Keymaps): Remove useless index entry.
4769
4770 * help.texi (Documentation Basics): Remove redundant index entries.
4771
4772 * customize.texi: Improve index entries.
4773 Remove redundant/useless ones.
4774
4775 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
4776
4777 * streams.texi (Output Variables): Improve index entry.
4778
4779 * abbrevs.texi (Abbrevs): Remove useless index entry.
4780
4781 * macros.texi (Expansion): Remove useless index entry.
4782
4783 * text.texi: Improve index entries. Remove redundant/useless ones.
4784 (Text Properties, Examining Properties)
4785 (Special Properties): Use "property category" instead of "category"
4786 to refer to the `category' property.
4787
4788 * positions.texi: Improve index entries. Remove useless one.
4789
4790 * lists.texi: Improve index entries. Remove redundant/useless ones.
4791
4792 * os.texi: Improve index entries.
4793 (Timers): Fix previous change.
4794
4795 * buffers.texi: Improve index entries.
4796 (Modification Time): Get rid of term "obsolete buffer".
4797
4798 * debugging.texi: Improve index entries.
4799 (Test Coverage): Add xref to other test coverage ftr.
4800
4801 * eval.texi: Improve index entry. Remove redundant ones.
4802
4803 * numbers.texi: Improve index entries. Remove redundant/useless ones.
4804
4805 * files.texi: Improve index entries. Remove redundant/useless ones.
4806
4807 * objects.texi: Improve index entries.
4808
4809 * processes.texi: Improve index entries.
4810
4811 * modes.texi: Improve index entry. Remove redundant one.
4812
4813 * nonascii.texi: Improve index entries.
4814
4815 * internals.texi: Improve index entries.
4816
4817 * syntax.texi: Improve index entries.
4818
4819 * keymaps.texi (Active Keymaps): Improve index entries.
4820
4821 * commands.texi: Improve index entries. Remove redundant/useless ones.
4822
4823 * frames.texi: Improve index entries. Remove redundant/useless ones.
4824
4825 * markers.texi: Improve index entries. Remove redundant ones.
4826
4827 * tips.texi: Improve index entries.
4828
4829 * loading.texi (Unloading): Improve index entry.
4830
4831 * variables.texi: Improve index entries. Remove redundant one.
4832
4833 * sequences.texi: Improve index entry.
4834
4835 * display.texi: Improve index entries. Remove redundant ones.
4836
4837 * windows.texi: Improve index entries.
4838
4839 * searching.texi: Improve index entries. Remove redundant one.
4840
4841 * strings.texi (Case Tables): Improve last change.
4842
48432007-04-04 Chong Yidong <cyd@stupidchicken.com>
4844
4845 * strings.texi (Case Tables): Document with-case-table and
4846 ascii-case-table.
4847
48482007-04-03 Karl Berry <karl@gnu.org>
4849
4850 * processes.texi (Network): Reword to improve page break.
4851
48522007-04-03 Eli Zaretskii <eliz@gnu.org>
4853
4854 * functions.texi (Inline Functions): Describe more disadvantages
4855 of defsubst, and make advice against it stronger.
4856
48572007-04-02 Karl Berry <karl@gnu.org>
4858
4859 * backups.texi (Backup Names): Avoid widow words.
4860 * modes.texi (Example Major Modes): Align last comment.
4861
48622007-04-01 Chong Yidong <cyd@stupidchicken.com>
4863
4864 * keymaps.texi (Remapping Commands): Document new arg to
4865 command-remapping.
4866
48672007-04-01 Karl Berry <karl@gnu.org>
4868
4869 * processes.texi (Low-Level Network): Typo.
4870 * loading.texi (Hooks for Loading): Avoid double "the".
4871 * keymaps.texi (Key Sequences): No double "and".
4872 (Changing Key Bindings): Shorten to improve line break.
4873
48742007-03-31 Glenn Morris <rgm@gnu.org>
4875
4876 * os.texi (Timers): Fix description of run-at-time TIME formats.
4877
48782007-03-31 Richard Stallman <rms@gnu.org>
4879
4880 * display.texi (Invisible Text): Correct buffer-invisibility-spec
4881 regarding ellipsis.
4882
48832007-03-31 Eli Zaretskii <eliz@gnu.org>
4884
4885 * intro.texi (nil and t):
4886 * symbols.texi (Plists and Alists):
4887 * variables.texi (Variable Aliases, Constant Variables):
4888 * functions.texi (Defining Functions):
4889 * advice.texi (Advising Primitives):
4890 * debugging.texi (Syntax Errors, Compilation Errors):
4891 * minibuf.texi (Minibuffer Windows):
4892 * commands.texi (Adjusting Point):
4893 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
4894 (Auto Major Mode, Major Mode Conventions):
4895 * help.texi (Describing Characters):
4896 * files.texi (Create/Delete Dirs, Information about Files)
4897 (File Locks, Writing to Files, Reading from Files)
4898 (Saving Buffers):
4899 * windows.texi (Resizing Windows, Cyclic Window Ordering):
4900 * frames.texi (Finding All Frames):
4901 * positions.texi (Buffer End, Motion):
4902 * markers.texi (The Region):
4903 * text.texi (Deletion, Near Point):
4904 * display.texi (Displaying Messages, Truncation):
4905 * os.texi (Processor Run Time):
4906 * tips.texi (Key Binding Conventions, Programming Tips)
4907 (Warning Tips, Documentation Tips, Comment Tips):
4908 * internals.texi (Memory Usage): Improve indexing.
4909
4910 * variables.texi (Frame-Local Variables):
4911 * functions.texi (Argument List):
4912 * loading.texi (Library Search):
4913 * streams.texi (Output Variables):
4914 * keymaps.texi (Translation Keymaps, Searching Keymaps):
4915 * searching.texi (Replacing Match, Search and Replace):
4916 * processes.texi (Byte Packing, Decoding Output)
4917 (Accepting Output, Network Servers, Shell Arguments):
4918 * display.texi (Abstract Display, Image Cache, Scroll Bars):
4919 * windows.texi (Window Point, Window Start):
4920 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
4921 * commands.texi (Reading Input, Keyboard Events):
4922 * minibuf.texi (Reading File Names, Minibuffer Completion)
4923 (Recursive Mini):
4924 * positions.texi (List Motion):
4925 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
4926 * numbers.texi (Arithmetic Operations, Math Functions)
4927 (Predicates on Numbers, Comparison of Numbers):
4928 (Numeric Conversions):
4929 * locals.texi (Standard Buffer-Local Variables):
4930 * maps.texi (Standard Keymaps):
4931 * os.texi (User Identification, System Environment, Recording Input)
4932 (X11 Keysyms):
4933 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
4934 * backups.texi (Backups and Auto-Saving):
4935 * customize.texi (Customization, Group Definitions)
4936 (Variable Definitions):
4937 * compile.texi (Byte Compilation): Improve index entries.
4938
49392007-03-31 Karl Berry <karl@gnu.org>
4940
4941 * macros.texi (Defining Macros): Avoid widow syllable.
4942
49432007-03-31 Eli Zaretskii <eliz@gnu.org>
4944
4945 * elisp.texi (Top): Postscript -> PostScript.
4946
4947 * display.texi (Images, Postscript Images): Postscript -> PostScript.
4948
49492007-03-31 Markus Triska <markus.triska@gmx.at>
4950
4951 * internals.texi (Writing Emacs Primitives): Untabify `For'.
4952
49532007-03-30 Karl Berry <karl@gnu.org>
4954
4955 * lists.texi (List-related Predicates): Remove spurious @need.
4956 (Setcdr): Use @smallexample to improve page break.
4957 (Association Lists) <assoc>: Reword to improve page break.
4958
4959 * strings.texi (String Conversion): Insert blank line to improve
4960 page break.
4961
4962 * numbers.texi (Random Numbers): Use @minus{}.
4963 (Math Functions): Use @minus{}.
4964
4965 * intro.texi (Acknowledgements): Avoid line breaks before middle
4966 initials.
4967
49682007-03-24 Eli Zaretskii <eliz@gnu.org>
4969
4970 * errors.texi (Standard Errors): Add an index entry.
4971
49722007-03-19 Richard Stallman <rms@gnu.org>
4973
4974 * os.texi (Recording Input): recent-keys now gives 300 keys.
4975
49762007-03-12 Glenn Morris <rgm@gnu.org>
4977
4978 * os.texi: Replace "daylight savings" with "daylight saving"
4979 throughout.
4980
49812007-03-05 Richard Stallman <rms@gnu.org>
4982
5dcb4c4e
SM
4983 * variables.texi (File Local Variables):
4984 Update enable-local-variables values.
b8d4c8d0
GM
4985
49862007-03-04 Richard Stallman <rms@gnu.org>
4987
4988 * syntax.texi (Control Parsing): Minor clarification.
4989
4990 * strings.texi (Formatting Strings): Clarify width, precision, flags.
4991
4992 * sequences.texi (Sequence Functions): Move string-bytes away,
4993 add xref.
4994
4995 * nonascii.texi (Text Representations): Move string-bytes here.
4996
4997 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
4998
4999 * minibuf.texi (Basic Completion): Minor clarification.
5000
5001 * markers.texi (The Mark): Clarify existence vs activation of mark.
5002 Other cleanup.
5003
5004 * display.texi (Finding Overlays): Write better example.
5005
5006 * compile.texi (Eval During Compile): Clarify putting macros
5007 in eval-when-compile.
5008
c5602427 50092007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
b8d4c8d0
GM
5010
5011 * loading.texi (How Programs Do Loading): Fix anchor position at
c5602427 5012 load-read-function definition doc.
b8d4c8d0
GM
5013
50142007-02-21 Kim F. Storm <storm@cua.dk>
5015
5016 * strings.texi (Text Comparison): Mention that assoc-string
5017 converts symbols to strings before testing.
5018
50192007-02-17 Kim F. Storm <storm@cua.dk>
5020
5021 * processes.texi (Bindat Spec): Vector types can have optional
5022 element type.
5023 (Bindat Examples): Fix example. Add vector with element type.
5024
50252007-02-16 Andreas Schwab <schwab@suse.de>
5026
5027 * strings.texi (Formatting Strings): Document '+' flag.
5028
50292007-02-15 Juanma Barranquero <lekktu@gmail.com>
5030
5031 * strings.texi (Modifying Strings): Clarify that `clear-string'
5032 always converts the string to unibyte.
5033
50342007-02-14 Kim F. Storm <storm@cua.dk>
5035
5036 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
5037 Rewrite glyph code description to refer to these functions.
5038 Remove details of encoding face number and char into integer code.
5039
50402007-02-03 Alan Mackenzie <acm@muc.de>
5041
5042 * loading.texi (Hooks for Loading): Make the description of
5043 `eval-after-load' more detailed, and amend the description of
5044 after-load-alist, in accordance with changes from 2006-05.
5045
50462007-02-03 Chong Yidong <cyd@stupidchicken.com>
5047
5048 * modes.texi (Defining Minor Modes): Document that a :require
5049 keyword or similar may be required to make saved customization
5050 variables work.
5051
50522007-02-03 Eli Zaretskii <eliz@gnu.org>
5053
5054 * elisp.texi (Top): Make the detailed menu headers compliant with
5dcb4c4e
SM
5055 Texinfo guidelines and with what texnfo-upd.el expects.
5056 Add comments to prevent people from inadvertently modifying the key
b8d4c8d0
GM
5057 parts needed by `texinfo-multiple-files-update'.
5058
50592007-02-02 Eli Zaretskii <eliz@gnu.org>
5060
5061 * elisp.texi (Top): Update the top-level menus.
5062
5063 * syntax.texi (Categories): Add index entries.
5064
50652007-02-01 Juanma Barranquero <lekktu@gmail.com>
5066
5067 * display.texi (Attribute Functions): Fix name and description of
5068 the UNDERLINE arg of `set-face-underline-p'.
5069
50702007-01-29 Eli Zaretskii <eliz@gnu.org>
5071
5072 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
5073 Variables", and "Standard Keymaps" to the detailed menu.
5074
5075 * variables.texi (Future Local Variables): Add index entry.
5076
50772007-01-28 Richard Stallman <rms@gnu.org>
5078
5079 * tips.texi (Coding Conventions): Clarify the tip about macros
5080 that define a function or a variable.
5081
5082 * files.texi (File Attributes): UID and GID can be floats.
5083 (Magic File Names): Explain why deferring all operations to
5084 the standard handler does not work.
5085
50862007-01-23 Martin Rudalics <rudalics@gmx.at>
5087
5088 * backups.texi (Reverting): Use "buffer" instead of "file"
5089 when talking about major and minor modes.
5090
50912007-01-21 Richard Stallman <rms@gnu.org>
5092
5093 * help.texi (Documentation): Add xref to Documentation Tips.
5094
50952007-01-14 Juanma Barranquero <lekktu@gmail.com>
5096
5097 * tips.texi (Coding Conventions): Fix typos.
5098
50992007-01-05 Richard Stallman <rms@gnu.org>
5100
5101 * modes.texi (Defining Minor Modes): Fix previous change.
5102
51032007-01-03 Richard Stallman <rms@gnu.org>
5104
5105 * customize.texi (Variable Definitions, Customization Types):
5106 Don't use * in doc string for defcustom.
5107
51082007-01-02 Richard Stallman <rms@gnu.org>
5109
5110 * variables.texi (Variable Aliases): Clarify that aliases vars
5111 always have the same value.
5112
5113 * processes.texi (Bindat Spec): Fix Texinfo usage.
5114
5115 * modes.texi (Defining Minor Modes): Explain effect of command
5116 defined with define-global-minor-mode on new buffers.
5117
51182006-12-30 Kim F. Storm <storm@cua.dk>
5119
5120 * keymaps.texi (Tool Bar): Describe `grow-only' value of
5121 `auto-resize-tool-bars'.
5122
51232006-12-30 Richard Stallman <rms@gnu.org>
5124
5125 * keymaps.texi (Active Keymaps): Fix previous change.
5126
51272006-12-30 Nick Roberts <nickrob@snap.net.nz>
5128
5129 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
5130
51312006-12-30 Kim F. Storm <storm@cua.dk>
5132
5133 * processes.texi (Bindat Spec): Clarify using field names in
5134 length specifications.
5135
51362006-12-29 Kim F. Storm <storm@cua.dk>
5137
5138 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
5139 Add count and index variables for eval forms in repeat blocks.
5140
51412006-12-24 Richard Stallman <rms@gnu.org>
5142
5dcb4c4e
SM
5143 * customize.texi (Variable Definitions):
5144 Document new name custom-add-frequent-value.
b8d4c8d0
GM
5145
51462006-12-19 Kim F. Storm <storm@cua.dk>
5147
5148 * commands.texi (Misc Events): User signals now result in sigusr1
5149 and sigusr2 events which are handled through special-event-map.
5150 (Special Events): User signals and drag-n-drop are special.
5151
51522006-12-17 Richard Stallman <rms@gnu.org>
5153
5154 * loading.texi (Named Features): Explain subfeatures better.
5155
5156 * customize.texi: Use "option" only for user options.
5157 For the keyword values inside defcustom etc, say "keywords".
5158 For :options value's elements, say "elements".
5159 :group should not be omitted.
5160
5161 * syntax.texi (Parsing Expressions): Split up node.
5162 (Motion via Parsing, Position Parse, Parser State)
5163 (Low-Level Parsing, Control Parsing): New subnodes.
5164 (Parser State): Document syntax-ppss-toplevel-pos.
5165
5166 * positions.texi (List Motion): Punctuation fix.
5167
5168 * files.texi (File Name Completion): Document PREDICATE arg
5169 to file-name-completion.
5170
51712006-12-16 Eli Zaretskii <eliz@gnu.org>
5172
5173 * internals.texi (Building Emacs, Writing Emacs Primitives):
5174 Add index entries.
5175
51762006-12-11 Richard Stallman <rms@gnu.org>
5177
5178 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
5179 affects face menu. Explain how to make it non-nil without enabling
5180 any fontification.
5181
51822006-12-10 Chong Yidong <cyd@stupidchicken.com>
5183
5184 * modes.texi (Font Lock Basics): Document nil value of
5185 font-lock-defaults.
5186
51872006-12-10 Glenn Morris <rgm@gnu.org>
5188
5189 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
5190 value for system-flag argument. Abbrev tables may not be empty
5191 when major modes are loaded.
5192
51932006-12-08 Juanma Barranquero <lekktu@gmail.com>
5194
5195 * makefile.w32-in (maintainer-clean): Partially revert last
5196 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
5197 to protect elisp-covers.texi.
5198
51992006-12-07 Juanma Barranquero <lekktu@gmail.com>
5200
5201 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
5202 Don't remove elisp* info files; they are already deleted by the
5203 `clean' and `distclean' targets, and they are in the $(infodir)
5204 directory, not the current one.
5205
52062006-12-04 Kim F. Storm <storm@cua.dk>
5207
5208 * commands.texi (Misc Events): Update signal events.
5209 (Event Examples): Add signal example.
5210
52112006-11-29 Richard Stallman <rms@gnu.org>
5212
5213 * frames.texi (Visibility of Frames): Explain visible windows
5214 can be covered by others. Add xref for raise-frame.
5215
52162006-11-28 Richard Stallman <rms@gnu.org>
5217
5218 * searching.texi (Regexp Special): Update when ^ is special.
5219
52202006-11-27 Eli Zaretskii <eliz@gnu.org>
5221
5222 * customize.texi (Customization, Common Keywords)
5223 (Group Definitions, Variable Definitions, Composite Types)
5224 (Type Keywords, Customization Types): Add index entries for
5225 various customization keywords.
5226
52272006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
5228
5229 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
5230
c8763fb6 52312006-11-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
5232
5233 * frames.texi (Window System Selections): Remove clipboard from
5234 description of selection-coding-system.
5235
52362006-11-06 Richard Stallman <rms@gnu.org>
5237
5238 * lists.texi (List Variables): Document COMPARE-FN.
5239
5240 * keymaps.texi: Avoid use of "binding" to mean a relation;
5241 use it only to refer to the meaning associated with a key.
5242 (Keymaps): Change menu node description.
5243
5244 * elisp.texi (Top): Change menu node description.
5245
5246 * display.texi (Managing Overlays): Document overlay-recenter.
5247
52482006-10-29 Chong Yidong <cyd@stupidchicken.com>
5249
5250 * Makefile.in: Use relative paths to avoid advertising filesystem
5251 contents during compilation.
5252
52532006-10-23 Kim F. Storm <storm@cua.dk>
5254
5255 * commands.texi (Event Input Misc): Update unread-command-events.
5256
52572006-10-23 Nick Roberts <nickrob@snap.net.nz>
5258
5259 * lists.texi (Sets And Lists): Fix typos.
5260
52612006-10-18 Juanma Barranquero <lekktu@gmail.com>
5262
5263 * control.texi (Processing of Errors): Use @var for an argument,
5264 not @code.
5265
52662006-10-16 Richard Stallman <rms@gnu.org>
5267
5268 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
5269
5270 * keymaps.texi (Format of Keymaps): Show all the keymap element
5271 patterns that result from menu items.
5272 (Key Lookup): Minor cleanups.
5273
5274 * modes.texi (Precalculated Fontification): Don't say that
5275 not setting font-lock-defaults avoids loading font-lock.
5276
5277 * help.texi (Documentation): Move xref to Emacs Manual here.
5278 (Documentation Basics): From here.
5279 Also doc emacs-lisp-docstring-fill-column.
5280
5281 * elisp.texi: Update version and ISBN.
5282
5283 * commands.texi (Interactive Call): Clarify KEYS arg to
5284 call-interactively is a vector.
5285 (Command Loop Info): Delete anchor in this-command-keys.
5286 Add anchor in this-command-keys-vector.
5287 (Recursive Editing): Document how recursive-edit
5288 handles the current buffer.
5289
52902006-10-13 Chong Yidong <cyd@stupidchicken.com>
5291
5292 * frames.texi (Frame Titles): %c and %l are ignored in
5293 frame-title-format.
5294
52952006-10-11 Richard Stallman <rms@gnu.org>
5296
5297 * keymaps.texi (Key Sequences): Clarify use of kbd.
5298
52992006-10-10 Kim F. Storm <storm@cua.dk>
5300
5301 * lists.texi (Sets And Lists): Add memql.
5302
53032006-10-03 Richard Stallman <rms@gnu.org>
5304
5305 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
5306 Clarify :ascii: and :nonascii:.
5307
53082006-09-29 Juri Linkov <juri@jurta.org>
5309
5310 * modes.texi (%-Constructs): Reorder coding systems in the
5311 documentation of %z to the real order displayed in the modeline.
5312
53132006-09-25 Richard Stallman <rms@gnu.org>
5314
5315 * os.texi (Timers): Describe timer-max-repeats.
5316
53172006-09-25 Chong Yidong <cyd@stupidchicken.com>
5318
5319 * os.texi (Timers): Mention with-local-quit.
5320
53212006-09-24 Richard Stallman <rms@gnu.org>
5322
5323 * searching.texi (Searching and Matching): Mention property search.
5324
5325 * commands.texi (Command Loop Info): Explain how read-event affects
5326 this-command-keys.
5327
53282006-09-20 Richard Stallman <rms@gnu.org>
5329
5330 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
5331
5332 * windows.texi (Window Start): Minor cleanups.
5333
53342006-09-20 Kim F. Storm <storm@cua.dk>
5335
5336 * windows.texi (Window Start): pos-visible-in-window-p allows
5337 specifying t for position to mean "end of window".
5338 Add window-line-height.
5339
5340 * anti.texi (Antinews): Mention window-line-height.
5341
53422006-09-19 David Kastrup <dak@gnu.org>
5343
5344 * keymaps.texi (Searching Keymaps): Small clarification.
5345
53462006-09-18 Richard Stallman <rms@gnu.org>
5347
5348 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
5349 cause keyboard menus.
5350 (Menu Keymaps): Likewise.
5351 (Defining Menus, Keyboard Menus): Clarify.
5352
5353 * text.texi (Fields): Clarify explanation of constrain-to-field.
5354
53552006-09-16 Eli Zaretskii <eliz@gnu.org>
5356
5357 * variables.texi (Tips for Defining): Fix a typo.
5358
53592006-09-15 Richard Stallman <rms@gnu.org>
5360
5361 * keymaps.texi (Remapping Commands, Searching Keymaps)
5362 (Active Keymaps): Clean up previous change.
5363
53642006-09-15 Jay Belanger <belanger@truman.edu>
5365
5366 * gpl.texi: Replace "Library Public License" by "Lesser Public
5367 License" throughout.
5368
53692006-09-15 David Kastrup <dak@gnu.org>
5370
5371 * keymaps.texi (Active Keymaps): Adapt description to use
5372 `get-char-property' instead `get-text-property'. Explain how
5373 mouse events change this. Explain the new optional argument of
5374 `key-binding' and its mouse-dependent lookup.
5375 (Searching Keymaps): Adapt description similarly.
5376 (Remapping Commands): Explain the new optional argument of
5377 `command-remapping'.
5378
53792006-09-14 Richard Stallman <rms@gnu.org>
5380
5381 * keymaps.texi (Searching Keymaps): Clarification.
5382 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
5383
53842006-09-13 Richard Stallman <rms@gnu.org>
5385
5386 * objects.texi (Character Type): Node split.
5387 Add xref to Describing Characters.
5388 (Basic Char Syntax, General Escape Syntax)
5389 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
5390
53912006-09-11 Richard Stallman <rms@gnu.org>
5392
5393 * display.texi (Display Table Format): Wording clarification.
5394 (Glyphs): Clarifications.
5395
53962006-09-10 Chong Yidong <cyd@stupidchicken.com>
5397
5398 * keymaps.texi (Active Keymaps): Mention that key-binding checks
5399 local maps.
5400
54012006-09-10 Kim F. Storm <storm@cua.dk>
5402
5403 * display.texi (Forcing Redisplay): Document return value of
5404 function redisplay.
5405
54062006-09-09 Richard Stallman <rms@gnu.org>
5407
5408 * windows.texi (Window Hooks): Explain limits of
5409 window-scroll-functions.
5410
5411 * display.texi (Fringe Indicators): Update for last change in
5412 indicate-buffer-boundaries.
5413
54142006-09-08 Richard Stallman <rms@gnu.org>
5415
5416 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
5417
54182006-09-06 Kim F. Storm <storm@cua.dk>
5419
5420 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
5421
5422 * windows.texi (Window Start): Update pos-visible-in-window-p.
5423
54242006-09-04 Richard Stallman <rms@gnu.org>
5425
5426 * processes.texi (Accepting Output): Explain SECONDS=0 for
5427 accept-process-output.
5428
5429 * os.texi (Idle Timers): Explain why timer functions should not
5430 loop until (input-pending-p).
5431
54322006-09-02 Eli Zaretskii <eliz@gnu.org>
5433
5434 * makefile.w32-in (usermanualdir): New variable.
5435 (elisp.dvi): Use it.
5436
54372006-09-01 Eli Zaretskii <eliz@gnu.org>
5438
5439 * buffers.texi (Buffer Modification): Fix last change.
5440
54412006-09-01 Chong Yidong <cyd@stupidchicken.com>
5442
5dcb4c4e
SM
5443 * buffers.texi (Buffer Modification):
5444 Document buffer-chars-modified-tick.
b8d4c8d0
GM
5445
54462006-08-31 Richard Stallman <rms@gnu.org>
5447
5448 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
5449
54502006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
5451
5452 * modes.texi (Syntactic Font Lock):
5453 Mention font-lock-syntactic-face-function
5454 instead of specific faces.
5455
54562006-08-29 Chong Yidong <cyd@stupidchicken.com>
5457
5458 * display.texi (Images): Add xrref to display-images-p.
5459
54602006-08-28 Kenichi Handa <handa@m17n.org>
5461
5462 * nonascii.texi (Lisp and Coding Systems): Fix description of
5463 detect-coding-region.
5464
54652006-08-27 Michael Olson <mwolson@gnu.org>
5466
5467 * processes.texi (Transaction Queues): Remove stray quote
5468 character.
5469
54702006-08-25 Richard Stallman <rms@gnu.org>
5471
5472 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
5473 Add xref.
5474
54752006-08-24 Chong Yidong <cyd@stupidchicken.com>
5476
5477 * os.texi (Timers): Avoid waiting inside timers.
5478
54792006-08-21 Lute Kamstra <lute@gnu.org>
5480
5481 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
5482
54832006-08-20 Richard Stallman <rms@gnu.org>
5484
5485 * os.texi (Idle Timers): New node, split out from Timers.
5486 Document current-idle-time.
5487 * commands.texi (Reading One Event): Update xref.
5488 * elisp.texi (Top): Update subnode menu.
5489
54902006-08-16 Richard Stallman <rms@gnu.org>
5491
5492 * keymaps.texi (Extended Menu Items): Show format of cached
5493 bindings in extended menu items.
5494
5495 * customize.texi (Variable Definitions): Explain when the
5496 standard value expression is evaluated.
5497
54982006-08-15 Chong Yidong <cyd@stupidchicken.com>
5499
5500 * commands.texi (Reading One Event): Explain idleness in
5501 `read-event'.
5502
55032006-08-12 Chong Yidong <cyd@stupidchicken.com>
5504
5505 * text.texi (Near Point): Say "cursor" not "terminal cursor".
5dcb4c4e 5506 (Commands for Insertion): Remove split-line since it's not
b8d4c8d0
GM
5507 relevant for Lisp programming.
5508 (Yank Commands): Rewrite introduction.
5509 (Undo): Clarify.
5510 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
5511 (Filling): Remove redundant comment. Clarify return value of
5512 current-justification.
5513 (Margins): Minor clarifications.
5514 (Adaptive Fill): Update default value of adaptive-fill-regexp.
5515 (Sorting): Update definition of sort-lines.
5516 (Columns): Clarify behavior of sort-columns.
5517 (Indent Tabs): Link to Tab Stops in Emacs manual.
5518 (Special Properties): Clarify.
5519 (Clickable Text): Mention Buttons package.
5520
55212006-08-12 Kevin Ryde <user42@zip.com.au>
5522
5523 * os.texi (Time Parsing): Add %z to description of
5524 format-time-string, as per docstring. Add cross reference to
5525 glibc manual for strftime.
5526
55272006-08-08 Richard Stallman <rms@gnu.org>
5528
5529 * modes.texi: Clean up wording in previous change.
5530
55312006-08-07 Chong Yidong <cyd@stupidchicken.com>
5532
5533 * modes.texi (Hooks): Clarify.
5534 (Major Mode Basics): Mention define-derived-mode explicitly.
5535 (Major Mode Conventions): Rebinding RET is OK for some modes.
5536 Mention change-major-mode-hook and after-change-major-mode-hook.
5dcb4c4e 5537 (Example Major Modes): Move to end of Modes section.
b8d4c8d0
GM
5538 (Mode Line Basics): Clarify.
5539 (Mode Line Data): Mention help-echo and local-map in strings.
5540 Explain reason for treatment of non-risky variables.
5541 (Properties in Mode): Clarify.
5542 (Faces for Font Lock): Add font-lock-negation-char-face.
5543
55442006-08-04 Eli Zaretskii <eliz@gnu.org>
5545
5546 * strings.texi (Formatting Strings): Warn against arbitrary
5547 strings as first arg to `format'.
5548
55492006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
5550
5551 * text.texi (Clickable Text): Mention `help-echo' text property.
5552 Update intro, examples and associated explanations.
5553
55542006-07-31 Richard Stallman <rms@gnu.org>
5555
5556 * commands.texi: Update xrefs.
5557 (Event Mod): New node, cut out from old Translating Input.
5558
5559 * maps.texi: Update xrefs.
5560
5561 * keymaps.texi (Translation Keymaps): New node.
5562 Update xrefs from Translating Input to Translation Keymaps.
5563
5564 * elisp.texi (Top): Update subnode menu.
5565
5566 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
5567
5568 * os.texi (System Interface): Fix menu descriptions of some nodes.
5569 (Translating Input): Node deleted.
5570
55712006-07-31 Nick Roberts <nickrob@snap.net.nz>
5572
5573 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
5574
5575 * lists.texi (Sets And Lists): Likewise.
5576
55772006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
5578
5579 * text.texi (Fields): Mention POS
5580 requirement when narrowing is in effect.
5581
55822006-07-28 Richard Stallman <rms@gnu.org>
5583
5584 * display.texi (Face Attributes): Simplify wording.
5585 (Attribute Functions): Clarify meaning of new-frame default
5586 attribute settings.
5587
5588 * customize.texi (Common Keywords): Document how to use
5589 :package-version in a package not in Emacs.
5590
55912006-07-28 Kim F. Storm <storm@cua.dk>
5592
5593 * commands.texi (Reading One Event): Fix last change.
5594
55952006-07-26 Chong Yidong <cyd@stupidchicken.com>
5596
5597 * commands.texi (Reading One Event): Document SECONDS argument for
5598 read-event, read-char, and read-char-exclusive.
5599
56002006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
5601
5602 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
5603 to ensure correct identification.
5604
56052006-07-24 Richard Stallman <rms@gnu.org>
5606
5607 * text.texi (Clickable Text): Clarify.
5608
5609 * sequences.texi (Vector Functions): Delete duplicate xref.
5610
5611 * objects.texi (Function Type): Clarify.
5612
5613 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
5614 modes.
5615
5616 * lists.texi (List Variables): New node.
5617 Material moved from other nodes.
5618
5619 * variables.texi (Setting Variables): add-to-list and
5620 add-to-ordered-list moved to List Variables node.
5621
56222006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
5623
5624 * text.texi (Links and Mouse-1):
5625 For mouse-on-link-p, expand on arg POS.
5626
56272006-07-21 Kim F. Storm <storm@cua.dk>
5628
5629 * display.texi (Forcing Redisplay): Don't mention systems which
5630 don't support sub-second timers for redisplay-preemption-period.
5631
5632 * os.texi (Terminal Output): Clarify text vs graphical terminal.
5633
56342006-07-21 Eli Zaretskii <eliz@gnu.org>
5635
5636 * frames.texi (Input Focus): Document that focus-follows-mouse has
5637 no effect on MS-Windows.
5638
56392006-07-18 Richard Stallman <rms@gnu.org>
5640
5641 * display.texi (Forcing Redisplay): Cleanups in previous change.
5642
5643 * processes.texi (Low-Level Network): Make menu more convenient.
5644
56452006-07-18 Kim F. Storm <storm@cua.dk>
5646
5647 * display.texi (Forcing Redisplay): redisplay-preemption-period
5648 only used on window systems. Add xref to Terminal Output.
5649
5650 * os.texi (Terminal Output): baud-rate only controls preemption on
5651 non-window systems. Add xref to Forcing Redisplay.
5652
5653 * processes.texi (Low-Level Network): Rename node "Make Network"
5654 to "Network Processes".
5655
56562006-07-18 Karl Berry <karl@gnu.org>
5657
5658 * variables.texi, functions.texi, customize.texi, loading.texi:
5659 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
5660
56612006-07-17 Chong Yidong <cyd@stupidchicken.com>
5662
5663 * commands.texi (Waiting): Document batch-mode sit-for behavior.
5664
56652006-07-17 Richard Stallman <rms@gnu.org>
5666
5667 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
5668 Put period and comma inside quotes.
5669
5670 * loading.texi, markers.texi: Use real doublequote inside menus.
5671
5672 * windows.texi: Put point and comma inside quotes.
5673 (Textual Scrolling): Use @samp for error message.
5674
5675 * variables.texi, tips.texi, syntax.texi, symbols.texi:
5676 * strings.texi, streams.texi, processes.texi, os.texi:
5677 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
5678 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
5679 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
5680 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
5681 Put point and comma inside quotes.
5682
5683 * control.texi (Processing of Errors): Add command-error-function.
5684
5685 * variables.texi (File Local Variables): Clarify that
5686 file local variables make buffer-local bindings.
5687
5688 * modes.texi (Syntactic Font Lock): Give default for
5689 font-lock-syntax-table.
5690
56912006-07-17 Nick Roberts <nickrob@snap.net.nz>
5692
5693 * text.texi (Special Properties): Clean up previous change.
5694
56952006-07-16 Karl Berry <karl@gnu.org>
5696
5697 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
5698 * control.texi: Fix bad page breaks through chapter 10 (control).
5699
5700 * anti.texi (Antinews): Reorder face-attribute fns to avoid
5701 underfull hbox.
5702
57032006-07-15 Nick Roberts <nickrob@snap.net.nz>
5704
5705 * text.texi (Special Properties): Describe fontified text property
5706 in relation to a character (not text).
5707
57082006-07-15 Kim F. Storm <storm@cua.dk>
5709
5710 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
5711 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
5712 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
5713
5714 * anti.texi (Antinews): Mention redisplay function.
5715 The kbd macro existed, but was not documented, before 22.x.
5716 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
5717
57182006-07-14 Nick Roberts <nickrob@snap.net.nz>
5719
5720 * display.texi (Displaying Messages): Add anchor.
5721
5722 * frames.texi (Dialog Boxes): Use it.
5723
57242006-07-12 Richard Stallman <rms@gnu.org>
5725
5726 * objects.texi (Frame Type): Explain nature of frames better.
5727
5728 * frames.texi (Frames): Explain nature of frames better.
5729
57302006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
5731
5732 * tips.texi (Coding Conventions): Explain why use cl at compile time.
5733
57342006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5735
5736 * frames.texi (Window System Selections): Mention scrap support for Mac.
5737 Default value of x-select-enable-clipboard is t on Mac.
5738
5739 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
5740
57412006-07-11 Kim F. Storm <storm@cua.dk>
5742
5743 * display.texi (Forcing Redisplay): Add `redisplay' function.
5744 Don't mention (sit-for -1) -- use (redisplay t) instead.
5745
5746 * commands.texi (Waiting): (sit-for -1) is no longer special.
5747 (sit-for 0) is equivalent to (redisplay).
5748 Iconifying/deiconifying no longer makes sit-for return.
5749
57502006-07-10 Nick Roberts <nickrob@snap.net.nz>
5751
5752 * display.texi (Buttons): Fix typo.
5753
5754 * index.texi, elisp.texi (New Symbols): Comment node out.
5755
57562006-07-09 Richard Stallman <rms@gnu.org>
5757
5758 * display.texi (Truncation): Clean up previous change.
5759
57602006-07-08 Richard Stallman <rms@gnu.org>
5761
5762 * commands.texi (Interactive Call): Use 3 as prefix in example
5763 for execute-extended-command.
5764
5765 * display.texi (Attribute Functions): Move paragraph about
5766 compatibility with Emacs < 21.
5767
57682006-07-09 Kim F. Storm <storm@cua.dk>
5769
5770 * display.texi (Refresh Screen): Clarify force-window-update.
5771 (Truncation): "Normally" indicated by fringe arrows.
5772
57732006-07-08 Eli Zaretskii <eliz@gnu.org>
5774
5775 * windows.texi (Textual Scrolling, Resizing Windows):
5776 * variables.texi (Constant Variables):
5777 * text.texi (Buffer Contents, Deletion, Changing Properties)
5778 (Property Search, Special Properties, Sticky Properties)
5779 (Links and Mouse-1, Fields, Change Hooks):
5780 * syntax.texi (Syntax Table Functions, Parsing Expressions)
5781 (Categories):
5782 * symbols.texi (Other Plists):
5783 * streams.texi (Output Variables):
5784 * processes.texi (Input to Processes, Query Before Exit):
5785 * positions.texi (Word Motion, Text Lines, List Motion):
5786 * os.texi (Init File, System Environment, Sound Output)
5787 (Session Management):
5788 * nonascii.texi (Text Representations, Character Sets)
5789 (Chars and Bytes, Locales):
5790 * modes.texi (Defining Minor Modes, Header Lines):
5791 * minibuf.texi (Minibuffer Contents):
5792 * markers.texi (Information from Markers):
5793 * lists.texi (List Elements, Building Lists, Association Lists):
5794 * keymaps.texi (Tool Bar):
5795 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
5796 * functions.texi (What Is a Function, Mapping Functions):
5797 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
5798 (Color Names, Text Terminal Colors, Display Feature Testing):
5799 * files.texi (Visiting Functions, File Name Components)
5800 (Unique File Names, Contents of Directories):
5801 * display.texi (Forcing Redisplay, Displaying Messages)
5802 (Temporary Displays, Font Selection, Auto Faces)
5803 (Font Lookup, Fringe Indicators, Display Margins)
5804 (Image Descriptors, Showing Images, Image Cache, Button Types)
5805 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
5806 (Display Table Format, Glyphs):
5807 * control.texi (Iteration):
5808 * commands.texi (Command Loop Info, Adjusting Point):
5809 * backups.texi (Making Backups, Auto-Saving):
5810 Remove @tindex entries.
5811
58122006-07-07 Kim F. Storm <storm@cua.dk>
5813
5814 * display.texi (Fringe Cursors): Fix typo.
5815 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
5816 (Overlay Arrow): Default is overlay-arrow fringe indicator.
5817
58182006-07-05 Richard Stallman <rms@gnu.org>
5819
5820 * text.texi (Buffer Contents): Add example of text props
5821 in result of buffer-substring.
5822 (Text Properties): Explain better about use of specific property names.
5823 (Property Search): Some cleanups; reorder some functions.
5824
5825 * keymaps.texi (Changing Key Bindings): Cleanup.
5826 Add xref to Key Binding Conventions.
5827
5828 * display.texi (Attribute Functions): Add examples for
5829 face-attribute-relative-p.
5830
5831 * tips.texi (Coding Conventions): Cleanup last change.
5832
58332006-07-05 Karl Berry <karl@gnu.org>
5834
5835 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
5836 Remove @setchapternewpage odd.
5837 Result is 1013 pages, down from 1100.
5838
5839 * anti.texi, customize.texi, display.texi, internals.texi:
5840 * minibuf.texi, modes.texi, tips.texi:
5841 Fix overfull/underfull boxes.
5842
58432006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
5844
5845 * edebug.texi (Instrumenting):
5846 Add Edebug-specific findex for eval-buffer.
5847 * loading.texi (Loading):
5848 Replace eval-current-buffer with eval-buffer.
5849
58502006-06-30 Nick Roberts <nickrob@snap.net.nz>
5851
5852 * locals.texi (Standard Buffer-Local Variables): Update the list
5853 of variables.
5854
58552006-06-26 Nick Roberts <nickrob@snap.net.nz>
5856
5857 * files.texi (File Name Completion): Point user to the node
5858 "Reading File Names".
5859
58602006-06-24 Eli Zaretskii <eliz@gnu.org>
5861
5862 * files.texi (Contents of Directories): Document case-insensitive
5863 behavior on respective filesystems.
5864
5865 * objects.texi (Character Type): Document that Emacs signals an
5866 error for unsupported Unicode characters specified as \uNNNN.
5867
58682006-06-19 Richard Stallman <rms@gnu.org>
5869
5870 * processes.texi (Bindat Spec): Clarify previous change.
5871
58722006-06-16 Richard Stallman <rms@gnu.org>
5873
5874 * tips.texi (Coding Conventions): Better explain conventions
5875 for definition constructs.
5876
5877 * text.texi (Special Properties): String value of `read-only'
5878 serves as the error message.
5879
5880 * objects.texi (Character Type): Clarify prev. change.
5881 (Non-ASCII in Strings): Mention \u and \U.
5882
5883 * commands.texi (Using Interactive): Explain problem of
5884 markers, etc., in command-history.
5885
58862006-06-14 Kim F. Storm <storm@cua.dk>
5887
5888 * commands.texi (Waiting): Negative arg to sit-for forces
5889 redisplay even if input is pending.
5890
5891 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
5892 redisplay. Remove incorrect example of binding redisplay-dont-pause
5893 around (sit-for 0).
5894
58952006-06-13 Richard Stallman <rms@gnu.org>
5896
5897 * display.texi (Forcing Redisplay): Clarify previous change.
5898
58992006-06-13 Romain Francoise <romain@orebokech.com>
5900
5901 * display.texi (Forcing Redisplay): Fix typo.
5902
59032006-06-13 Kim F. Storm <storm@cua.dk>
5904
5905 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
5906
59072006-06-10 Luc Teirlinck <teirllm@auburn.edu>
5908
5909 * tips.texi (Coding Conventions): Add `@end itemize'.
5910
59112006-06-10 Richard Stallman <rms@gnu.org>
5912
5913 * tips.texi (Coding Conventions): Explain use of coding systems
5914 to ensure one decoding for strings.
5915
59162006-06-09 Aidan Kehoe <kehoea@parhasard.net>
5917
5918 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
5919 syntax.
5920
59212006-06-07 Eli Zaretskii <eliz@gnu.org>
5922
5923 * display.texi (Font Selection): Remove description of
5924 clear-face-cache.
5925
5926 * compile.texi (Eval During Compile): Fix a typo. Add index
5927 entries for possible uses of eval-when-compile.
5928
59292006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
5930
5931 * display.texi (Abstract Display): Fix typo.
5932
59332006-06-03 Eli Zaretskii <eliz@gnu.org>
5934
5935 * minibuf.texi (Minibuffer History) <history-add-new-input>:
5936 Reword variable's description.
5937
59382006-06-01 Richard Stallman <rms@gnu.org>
5939
5940 * windows.texi (Splitting Windows): Clarify splitting nonselected
5941 window.
5942
59432006-05-31 Juri Linkov <juri@jurta.org>
5944
5945 * minibuf.texi (Minibuffer History): Add history-add-new-input.
5946
59472006-05-30 Richard Stallman <rms@gnu.org>
5948
5949 * display.texi (Line Height): Fix errors in description of
10d1d0af 5950 default line height and line-height property.
b8d4c8d0
GM
5951
5952 * nonascii.texi (Default Coding Systems): Further clarification.
5953
59542006-05-29 Luc Teirlinck <teirllm@auburn.edu>
5955
5956 * internals.texi (Pure Storage): Mention that an overflow in pure
5957 space causes a memory leak.
5958 (Garbage Collection): If there was an overflow in pure space,
5959 `garbage-collect' returns nil.
5960
59612006-05-30 Eli Zaretskii <eliz@gnu.org>
5962
5963 * nonascii.texi (Default Coding Systems): Fix it some more.
5964
59652006-05-29 Eli Zaretskii <eliz@gnu.org>
5966
5967 * nonascii.texi (Default Coding Systems): Fix last change.
5968
59692006-05-29 Kenichi Handa <handa@m17n.org>
5970
5971 * nonascii.texi (find-operation-coding-system): Describe the new
5972 argument format (FILENAME . BUFFER).
5973
59742006-05-28 Richard Stallman <rms@gnu.org>
5975
5976 * tips.texi (Coding Conventions): Better explain reasons not to
5977 advise other packages or use `eval-after-load'.
5978
59792006-05-29 Kim F. Storm <storm@cua.dk>
5980
5981 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
5982 `bindat-idx' and `bindat-raw' for clarity.
5983
59842006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
5985
5986 * processes.texi (Bindat Spec): Expand on `repeat' handler.
5987
5988 * display.texi (Display): Add "Abstract Display" to menu.
5989 (Abstract Display, Abstract Display Functions)
5990 (Abstract Display Example): New nodes.
5991 * elisp.texi (Top): Add "Abstract Display" to menu.
5992
59932006-05-27 Chong Yidong <cyd@stupidchicken.com>
5994
5995 * keymaps.texi (Key Sequences): Link to input events definition.
5996 (Format of Keymaps): Delete material duplicated in Keymap Basics.
5997
5998 * files.texi (Changing Files): Document updated argument list for
5999 copy-file.
6000
60012006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
6002
6003 * processes.texi (Bindat Functions): Explain term "total length".
6004 Use it in bindat-length and bindat-pack descriptions.
6005
60062006-05-26 Eli Zaretskii <eliz@gnu.org>
6007
6008 * tips.texi (Coding Conventions): Advise against using
6009 eval-after-load in packages. Add an index entry.
6010
60112006-05-25 Juri Linkov <juri@jurta.org>
6012
6013 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
6014
6015 * modes.texi (%-Constructs): Add %e, %z, %Z.
6016
60172006-05-25 Richard Stallman <rms@gnu.org>
6018
6019 * elisp.texi (Top): Update subnode menu.
6020
6021 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
6022 (Keymaps): Update menu.
6023
60242006-05-25 Chong Yidong <cyd@stupidchicken.com>
6025
6026 * keymaps.texi (Key Sequences): Some clarifications.
6027
60282006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
6029
6030 * processes.texi (Bindat Functions): Say "unibyte string"
6031 explicitly for bindat-unpack and bindat-pack descriptions.
6032 (Bindat Examples): Don't call `string-make-unibyte' in example.
6033
60342006-05-25 Chong Yidong <cyd@stupidchicken.com>
6035
5dcb4c4e 6036 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
c5602427 6037 Explain string and vector representations of key sequences.
b8d4c8d0
GM
6038
6039 * keymaps.texi (Changing Key Bindings):
dd7b651b 6040 * commands.texi (Interactive Codes):
b8d4c8d0
GM
6041 * help.texi (Describing Characters): Refer to it.
6042
60432006-05-23 Luc Teirlinck <teirllm@auburn.edu>
6044
6045 * frames.texi (Pointer Shape): @end table -> @end defvar.
6046
60472006-05-22 Richard Stallman <rms@gnu.org>
6048
6049 * elisp.texi (Top): Update subnode menus.
6050
6051 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
6052 Contents rewritten; material from old Pointer Shape node moved here.
6053
6054 * display.texi (Pointer Shape): Node deleted.
6055 (Image Descriptors): Minor cleanup.
6056
60572006-05-21 Richard Stallman <rms@gnu.org>
6058
6059 * syntax.texi (Parsing Expressions): Update info on which STATE
6060 elements are ignored.
6061
60622006-05-19 Luc Teirlinck <teirllm@auburn.edu>
6063
6064 * hooks.texi (Standard Hooks): Correct typo.
6065
6066 * gpl.texi (GPL): ifinfo -> ifnottex.
6067
60682006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
6069
6070 * searching.texi (Simple Match Data): Warn about match data being
6071 set anew by every search.
6072
60732006-05-17 Richard Stallman <rms@gnu.org>
6074
6075 * minibuf.texi (Minibuffer History): Clarify.
6076
6077 * searching.texi (Regexp Special): Clarify nested regexp warning.
6078
60792006-05-16 Kim F. Storm <storm@cua.dk>
6080
6081 * minibuf.texi (Minibuffer History): Update add-to-history.
6082
60832006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
6084
5dcb4c4e
SM
6085 * nonascii.texi (Explicit Encoding):
6086 Fix typo (encoding<->decoding).
b8d4c8d0
GM
6087
60882006-05-14 Richard Stallman <rms@gnu.org>
6089
6090 * buffers.texi (Creating Buffers): Cleanup.
6091
6092 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
6093
60942006-05-13 Eli Zaretskii <eliz@gnu.org>
6095
6096 * buffers.texi (Current Buffer): Document that with-temp-buffer
6097 disables undo.
6098
6099 * os.texi (Terminal-Specific): More accurate description of how
6100 Emacs searches for the terminal-specific libraries.
6101
61022006-05-12 Eli Zaretskii <eliz@gnu.org>
6103
6104 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
6105 emacs-xtra to @inforef's.
6106
6107 * text.texi (Undo): Document that undo is turned off in buffers
6108 whose names begin with a space.
6109
6110 * buffers.texi (Buffer Names): Add index entries for buffers whose
6111 names begin with a space.
6112 (Creating Buffers): Document that undo is turned off in buffers
6113 whose names begin with a space.
6114
6115 * files.texi (Visiting Functions, Reading from Files)
6116 (Saving Buffers): Mention code and EOL conversions by file I/O
6117 primitives and subroutines.
6118
f4e90db0
SM
6119 * nonascii.texi (Lisp and Coding Systems):
6120 Document coding-system-eol-type. Add index entries for eol conversion.
b8d4c8d0
GM
6121
6122 * display.texi (Defining Faces): Mention `mac', and add an xref to
6123 where window-system is described.
6124
61252006-05-10 Richard Stallman <rms@gnu.org>
6126
6127 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
6128
61292006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
6130
6131 * variables.texi (File Local Variables): Recommend to quote lambda
6132 expressions in safe-local-variable property.
6133
61342006-05-09 Richard Stallman <rms@gnu.org>
6135
5dcb4c4e
SM
6136 * variables.texi (File Local Variables):
6137 Document safe-local-eval-forms and safe-local-eval-function.
b8d4c8d0
GM
6138
61392006-05-07 Kim F. Storm <storm@cua.dk>
6140
6141 * minibuf.texi (Minibuffer History): Remove keep-dups arg
6142 from add-to-history.
6143
61442006-05-07 Romain Francoise <romain@orebokech.com>
6145
6146 * commands.texi (Event Input Misc):
6147 * compile.texi (Eval During Compile):
6148 * internals.texi (Buffer Internals):
6149 * minibuf.texi (Initial Input):
6150 * nonascii.texi (Scanning Charsets):
6151 * numbers.texi (Comparison of Numbers):
6152 * windows.texi (Textual Scrolling, Vertical Scrolling):
6153 Fix various typos.
6154
61552006-05-06 Eli Zaretskii <eliz@gnu.org>
6156
6157 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
6158 conditional xref's to either emacs or emacs-xtra, depending on
6159 @iftex/@ifnottex.
6160
6161 * minibuf.texi (Minibuffer History): Document add-to-history.
6162
61632006-05-05 Eli Zaretskii <eliz@gnu.org>
6164
6165 * internals.texi (Pure Storage): Mention the pure overflow message
6166 at startup.
6167
c8763fb6 61682006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
6169
6170 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
6171 (Searching Keymaps): Fix pseudo-Lisp description of keymap
6172 search.
6173
61742006-05-01 Richard Stallman <rms@gnu.org>
6175
6176 * intro.texi (nil and t): Clarify.
6177
6178 * variables.texi (File Local Variables): Suggest using booleanp.
6179
61802006-05-01 Juanma Barranquero <lekktu@gmail.com>
6181
6182 * objects.texi (Type Predicates): Fix typos.
6183
61842006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
6185
6186 * intro.texi (nil and t): Add booleanp.
6187
6188 * objects.texi (Type Predicates): Add links for booleanp and
6189 string-or-null-p.
6190
61912006-04-29 Richard Stallman <rms@gnu.org>
6192
6193 * modes.texi (Multiline Font Lock): Rename from
6194 Multi line Font Lock Elements. Much clarification.
6195 (Font Lock Multiline, Region to Fontify): Much clarification.
6196
61972006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
6198
6199 * variables.texi (File Local Variables): Remove the special case t for
6200 safe-local-variable.
6201
62022006-04-26 Richard Stallman <rms@gnu.org>
6203
6204 * syntax.texi (Parsing Expressions): Minor cleanup.
6205
62062006-04-18 Richard Stallman <rms@gnu.org>
6207
6208 * tips.texi (Coding Conventions): Explain when the package's
6209 prefix should appear later on (not at the start of the name).
6210
6211 * searching.texi (String Search): Clarify effect of NOERROR.
6212
6213 * modes.texi (Imenu): Clarify what special items do.
6214
6215 * hooks.texi (Standard Hooks): Delete text about old hook names.
6216
62172006-04-17 Romain Francoise <romain@orebokech.com>
6218
6219 * variables.texi (Local Variables): Update the default value of
6220 `max-specpdl-size'.
6221
62222006-04-15 Michael Olson <mwolson@gnu.org>
6223
6224 * processes.texi (Transaction Queues): Mention the new optional
6225 `delay-question' argument for `tq-enqueue'.
6226
62272006-04-13 Bill Wohler <wohler@newt.com>
6228
6229 * customize.texi (Common Keywords): Use dotted notation for
6230 :package-version value. Specify its values. Improve documentation
6231 for customize-package-emacs-version-alist.
6232
62332006-04-12 Bill Wohler <wohler@newt.com>
6234
6235 * customize.texi (Common Keywords): Move description of
6236 customize-package-emacs-version-alist to @defvar.
6237
62382006-04-10 Bill Wohler <wohler@newt.com>
6239
6240 * customize.texi (Common Keywords): Add :package-version.
6241
62422006-04-10 Kim F. Storm <storm@cua.dk>
6243
6244 * text.texi (Buffer Contents): Add NOPROPS arg to
6245 filter-buffer-substring.
6246
62472006-04-08 Kevin Ryde <user42@zip.com.au>
6248
6249 * os.texi (Command-Line Arguments): Update xref to emacs manual
6250 "Command Arguments" -> "Emacs Invocation", per change there.
6251
62522006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
6253
6254 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
6255 be on one line to help makeinfo not render two spaces after the dot.
6256
62572006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
6258
6259 * strings.texi (Predicates for Strings): Add string-or-null-p.
6260
62612006-03-28 Kim F. Storm <storm@cua.dk>
6262
6263 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
6264 remarks about systems that don't support fractional seconds.
6265
62662006-03-25 Karl Berry <karl@gnu.org>
6267
6268 * elisp.texi: Use @copyright{} instead of (C), and do not indent
6269 the year list.
6270
62712006-03-21 Nick Roberts <nickrob@snap.net.nz>
6272
6273 * display.texi (Fringe Indicators): Fix typos.
6274
62752006-03-19 Luc Teirlinck <teirllm@auburn.edu>
6276
6277 * tips.texi (Documentation Tips): One can now also write `program'
6278 in front of a quoted symbol in a docstring to prevent making a
6279 hyperlink.
6280
62812006-03-19 Alan Mackenzie <acm@muc.de>
6282
6283 * text.texi (Special Properties): Clarify `fontified' property.
6284
62852006-03-16 Richard Stallman <rms@gnu.org>
6286
6287 * display.texi (Defining Images): Minor cleanup.
6288
62892006-03-16 Bill Wohler <wohler@newt.com>
6290
6291 * display.texi (Defining Images): In image-load-path-for-library,
6292 prefer user's images.
6293
62942006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
6295
6296 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
6297
62982006-03-15 Bill Wohler <wohler@newt.com>
6299
6300 * display.texi (Defining Images): Fix example in
6301 image-load-path-for-library by not recommending that one binds
6302 image-load-path. Just defvar it to placate compiler and only use
6303 it if previously defined.
6304
63052006-03-14 Bill Wohler <wohler@newt.com>
6306
6307 * display.texi (Defining Images): In image-load-path-for-library,
6308 always return list of directories. Update example.
6309
63102006-03-14 Alan Mackenzie <acm@muc.de>
6311
6312 * modes.texi: New node, "Region to Fontify" (for Font Lock).
6313 This describes font-lock-extend-region-function.
6314 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
6315 the new node "Region to Fontify".
6316
63172006-03-13 Richard Stallman <rms@gnu.org>
6318
6319 * display.texi (Invisible Text): The impossible position is
6320 now before the invisible text, not after.
6321 (Defining Images): Clean up last change.
6322
63232006-03-11 Bill Wohler <wohler@newt.com>
6324
6325 * display.texi (Defining Images): Add image-load-path-for-library.
6326
63272006-03-11 Luc Teirlinck <teirllm@auburn.edu>
6328
6329 * text.texi (Adaptive Fill): Fix Texinfo usage.
6330
6331 * strings.texi (Creating Strings): Fix Texinfo usage.
6332
6333 * searching.texi (Regexp Special): Use @samp for regular
6334 expressions that are not in Lisp syntax.
6335
63362006-03-08 Luc Teirlinck <teirllm@auburn.edu>
6337
6338 * searching.texi (Regexp Special): Put remark between parentheses
6339 to avoid misreading.
6340
63412006-03-07 Luc Teirlinck <teirllm@auburn.edu>
6342
6343 * searching.texi (Syntax of Regexps): More accurately describe
6344 which characters are special in which situations.
6345 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
6346 are not special. Describe in detail when `[' and `]' are special.
6347 (Regexp Backslash): Plenty of regexps with unbalanced square
6348 brackets are valid, so reword that statement.
6349
63502006-03-02 Kim F. Storm <storm@cua.dk>
6351
6352 * keymaps.texi (Tool Bar): Add tool-bar-border.
6353
63542006-02-28 Luc Teirlinck <teirllm@auburn.edu>
6355
6356 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
6357
63582006-02-27 Luc Teirlinck <teirllm@auburn.edu>
6359
6360 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
6361
6362 * files.texi (Locating Files): Suggest additional values for the
6363 SUFFIXES arg of `locate-file'. Update pxref.
6364
6365 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
6366 (How Programs Do Loading): Discuss the effects of Auto Compression
6367 mode on `load'.
6368 (Load Suffixes): New node.
6369 (Library Search): Delete description of `load-suffixes'; it was
6370 moved to "Load Suffixes".
6371 (Autoload, Named Features): Mention `load-suffixes'.
6372
63732006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
6374
6375 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
6376
6377 * windows.texi (Window Tree): Fix typo.
6378
63792006-02-20 Kim F. Storm <storm@cua.dk>
6380
6381 * display.texi (Fringe Indicators): New section.
6382 Move indicate-empty-lines, indicate-buffer-boundaries, and
6383 default-indicate-buffer-boundaries here.
6384 Add fringe-indicator-alist and default-fringes-indicator-alist.
6385 Add list of logical fringe indicator symbols.
6386 Update list of standard bitmap names.
6387 (Fringe Cursors): New section.
6388 Move overflow-newline-into-fringe here.
6389 Add fringe-cursor-alist and default-fringes-cursor-alist.
6390 Add list of fringe cursor symbols.
6391
63922006-02-20 Juanma Barranquero <lekktu@gmail.com>
6393
6394 * commands.texi (Using Interactive): Fix reference to node
6395 "Minibuffers".
6396
63972006-02-19 Richard M. Stallman <rms@gnu.org>
6398
6399 * minibuf.texi (High-Level Completion):
6400 Add xref to read-input-method-name.
6401
6402 * files.texi (Relative File Names): Move file-relative-name here.
6403 (File Name Expansion): From here. Minor clarifications.
6404
6405 * commands.texi (Using Interactive): Add xrefs about reading input.
6406 Clarify remarks about that moving point and mark.
6407 Put string case before list case.
6408
c8763fb6 64092006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
6410
6411 * display.texi (Other Display Specs, Image Descriptors):
6412 Revert erroneous changes. The previous description of
6413 image-descriptors as `(image . PROPS)' was correct.
6414
64152006-02-14 Richard M. Stallman <rms@gnu.org>
6416
6417 * variables.texi (File Local Variables): Clarifications.
6418
64192006-02-14 Juanma Barranquero <lekktu@gmail.com>
6420
6421 * variables.texi (File Local Variables): Use @code for a cons
6422 cell, not @var.
6423
64242006-02-13 Chong Yidong <cyd@stupidchicken.com>
6425
6426 * variables.texi (File Local Variables): Document new file local
6427 variable behavior.
6428
64292006-02-10 Kim F. Storm <storm@cua.dk>
6430
6431 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
6432
64332006-02-08 Juanma Barranquero <lekktu@gmail.com>
6434
6435 * modes.texi (%-Constructs): Remove obsolete info about
6436 `global-mode-string'.
6437
64382006-02-07 Richard M. Stallman <rms@gnu.org>
6439
6440 * commands.texi (Prefix Command Arguments): Minor cleanup.
6441
6442 * display.texi: "Graphical display", not window system.
6443
6444 * functions.texi (What Is a Function): Fix xref.
6445
6446 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
6447 (Changing Key Bindings): Clarify when remapping is better than
6448 substitute-key-definition.
6449
64502006-02-02 Richard M. Stallman <rms@gnu.org>
6451
6452 * minibuf.texi (Basic Completion): Completion alists are risky.
6453
6454 * keymaps.texi (Active Keymaps): Clarifications.
6455 (Searching Keymaps): New node.
6456 (Keymaps): Update menu.
6457
6458 * frames.texi (Layout Parameters): Minor clarification.
6459 (Drag and Drop): New node.
6460 (Frames): Update menu.
6461
64622006-01-29 Chong Yidong <cyd@stupidchicken.com>
6463
6464 * display.texi (Other Display Specs, Image Descriptors):
6465 Image description is a list, not a cons cell.
6466
64672006-01-28 Luc Teirlinck <teirllm@auburn.edu>
6468
6469 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
6470 list is not necessarily a list).
6471
64722006-01-27 Eli Zaretskii <eliz@gnu.org>
6473
6474 * frames.texi (Layout Parameters): border-width and
6475 internal-border-width belong to the frame, not the window.
6476
64772006-01-19 Richard M. Stallman <rms@gnu.org>
6478
6479 * nonascii.texi (Translation of Characters): Search cmds use
6480 translation-table-for-input. Automatically made local.
6481
6482 * markers.texi (Overview of Markers): Count insertion type
6483 as one of a marker's attributes.
6484
6485 * keymaps.texi (Controlling Active Maps): New node, split out of
6486 Active Keymaps.
6487 (Keymaps): Menu updated.
6488 (Active Keymaps): Give pseudocode to explain how the active
6489 maps are searched. current-active-maps and key-binding moved here.
6490 (Functions for Key Lookup): current-active-maps and key-binding moved.
6491 Clarifications.
6492 (Searching the Keymaps): New subnode.
6493
6494 * elisp.texi (Top): Menu clarification.
6495
6496 * display.texi (Other Display Specs): Delete duplicate entry for
6497 just a string as display spec. Move text about recursive display
6498 specs on such a string.
6499
6500 * commands.texi (Key Sequence Input): Clarify.
6501 Move num-nonmacro-input-events out.
6502 (Reading One Event): num-nonmacro-input-events moved here.
6503
65042006-01-14 Nick Roberts <nickrob@snap.net.nz>
6505
6506 * advice.texi (Simple Advice): Update example to fit argument
6507 change in previous-line.
6508
65092006-01-05 Richard M. Stallman <rms@gnu.org>
6510
6511 * markers.texi (The Mark): Fix in `mark'.
6512
65132006-01-04 Richard M. Stallman <rms@gnu.org>
6514
6515 * processes.texi (Misc Network, Make Network): Minor cleanups.
6516
65172006-01-04 Kim F. Storm <storm@cua.dk>
6518
6519 * processes.texi (Make Network): Add IPv6 addresses and handling.
6520 (Network Feature Testing): Mention (:family ipv6).
6521 (Misc Network): Add IPv6 formats to format-network-address.
6522
65232005-12-30 Richard M. Stallman <rms@gnu.org>
6524
6525 * text.texi (Changing Properties):
6526 Don't use return value of set-text-properties.
6527
65282005-12-29 Luc Teirlinck <teirllm@auburn.edu>
6529
6530 * modes.texi (Mode Line Format): Correct typo in menu.
6531
65322005-12-29 Richard M. Stallman <rms@gnu.org>
6533
6534 * modes.texi (Mode Line Top): New node.
6535 (Mode Line Data): Some text moved to new node.
6536 Explain the data structure more concretely.
6537 (Mode Line Basics): Clarifications.
6538 (Mode Line Variables): Clarify intro paragraph.
6539 (%-Constructs): Clarify intro paragraph.
6540 (Mode Line Format): Update menu.
6541
65422005-12-28 Luc Teirlinck <teirllm@auburn.edu>
6543
6544 * minibuf.texi (Basic Completion): Update lazy-completion-table
6545 examples for removal of ARGS argument.
6546
65472005-12-23 Richard M. Stallman <rms@gnu.org>
6548
6549 * text.texi (Undo): Restore some explanation from the version
6550 that was deleted.
6551
65522005-12-23 Eli Zaretskii <eliz@gnu.org>
6553
6554 * text.texi (Undo): Remove duplicate descriptions of `apply
6555 funname' and `apply delta' elements of the undo list.
6556
65572005-12-20 Richard M. Stallman <rms@gnu.org>
6558
6559 * help.texi (Help Functions): Update documentation of `apropos'.
6560
65612005-12-20 Luc Teirlinck <teirllm@auburn.edu>
6562
6563 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
6564 because it is confusing. If the :help-echo keyword is a function,
6565 it is not directly used as the :help-echo overlay property, as the
6566 xref seems to suggest (it does not take the appropriate args).
6567
65682005-12-19 Luc Teirlinck <teirllm@auburn.edu>
6569
6570 * customize.texi (Common Keywords): Fix Texinfo usage.
6571 (Group Definitions, Variable Definitions): Update for new
6572 conventions for using `*' in docstrings.
6573
6574 * tips.texi (Documentation Tips): Update for new conventions for
6575 using `*' in docstrings.
6576
65772005-12-16 Richard M. Stallman <rms@gnu.org>
6578
6579 * minibuf.texi (Minibuffer Contents): Minor cleanup.
6580
65812005-12-16 Juri Linkov <juri@jurta.org>
6582
6583 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
6584
65852005-12-14 Romain Francoise <romain@orebokech.com>
6586
6587 * modes.texi (Customizing Keywords): Rename `append' to `how'.
6588 Fix typo.
6589
65902005-12-11 Juri Linkov <juri@jurta.org>
6591
6592 * minibuf.texi (Completion Commands): Add mention of read-file-name
6593 for filename completion keymaps.
6594 (Reading File Names): Add mention of filename completion keymaps
6595 for read-file-name and xref to `Completion Commands'.
6596
65972005-12-10 Richard M. Stallman <rms@gnu.org>
6598
6599 * customize.texi (Common Keywords): State caveats for use of :tag.
6600
66012005-12-08 Richard M. Stallman <rms@gnu.org>
6602
6603 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
6604 with xrefs and better explanation.
6605 (Completion Commands): Add the filename completion maps.
6606
6607 * objects.texi (Character Type): Clarify that \s is not space
6608 if a dash follows.
6609
66102005-12-05 Richard M. Stallman <rms@gnu.org>
6611
6612 * windows.texi (Resizing Windows): Delete preserve-before args.
6613
66142005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
6615
6616 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
6617 in full keymaps, since the quirk has been fixed.
6618
66192005-12-03 Eli Zaretskii <eliz@gnu.org>
6620
5dcb4c4e
SM
6621 * hooks.texi (Standard Hooks): Add index entries.
6622 Mention `compilation-finish-functions'.
b8d4c8d0
GM
6623
66242005-11-27 Richard M. Stallman <rms@gnu.org>
6625
6626 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
6627
66282005-11-21 Juri Linkov <juri@jurta.org>
6629
6630 * customize.texi (Common Keywords): Update links types
6631 custom-manual and url-link. Add link types emacs-library-link,
6632 file-link, function-link, variable-link, custom-group-link.
6633
66342005-11-20 Chong Yidong <cyd@stupidchicken.com>
6635
6636 * display.texi: Revert 2005-11-20 change.
6637
66382005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
6639
6640 * processes.texi (Bindat Functions):
6641 Say "third" to refer to zero-based index "2".
6642
66432005-11-18 Luc Teirlinck <teirllm@auburn.edu>
6644
6645 * loading.texi (Library Search): Update the default value of
6646 `load-suffixes'.
6647
66482005-11-17 Chong Yidong <cyd@stupidchicken.com>
6649
6650 * display.texi (Attribute Functions): Mention :ignore-defface.
6651
66522005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6653
6654 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
6655 (Minor Mode Conventions): Mention the use of a hook.
6656
66572005-11-06 Richard M. Stallman <rms@gnu.org>
6658
6659 * files.texi (Magic File Names): find-file-name-handler checks the
6660 `operations' property of the handler.
6661
66622005-11-03 Richard M. Stallman <rms@gnu.org>
6663
6664 * variables.texi (Frame-Local Variables): Small clarification.
6665
66662005-10-29 Chong Yidong <cyd@stupidchicken.com>
6667
6668 * os.texi (Init File): Document ~/.emacs.d/init.el.
6669
66702005-10-29 Richard M. Stallman <rms@gnu.org>
6671
6672 * internals.texi (Garbage Collection): Document memory-full.
6673
66742005-10-28 Bill Wohler <wohler@newt.com>
6675
6676 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
6677 for URLs.
6678
66792005-10-28 Richard M. Stallman <rms@gnu.org>
6680
6681 * minibuf.texi (Completion Commands): Clean up prev change.
6682
66832005-10-26 Kevin Ryde <user42@zip.com.au>
6684
6685 * compile.texi (Eval During Compile): Explain recommended uses
6686 of eval-when-compile and eval-and-compile.
6687
66882005-10-27 Masatake YAMATO <jet@gyve.org>
6689
6690 * minibuf.texi (Completion Commands):
6691 Write about new optional argument for `display-completion-list'.
6692
66932005-10-23 Richard M. Stallman <rms@gnu.org>
6694
6695 * display.texi (Overlay Arrow): Clarify about local bindings of
6696 overlay-arrow-position.
6697
66982005-10-22 Eli Zaretskii <eliz@gnu.org>
6699
6700 * internals.texi (Building Emacs): Fix last change.
6701
67022005-10-22 Richard M. Stallman <rms@gnu.org>
6703
6704 * internals.texi (Building Emacs): Document eval-at-startup.
6705
67062005-10-21 Richard M. Stallman <rms@gnu.org>
6707
6708 * loading.texi (Where Defined): load-history contains abs file names.
6709 symbol-file returns abs file names.
6710
67112005-10-19 Kim F. Storm <storm@cua.dk>
6712
6713 * display.texi (Showing Images): Add max-image-size integer value.
6714
67152005-10-18 Chong Yidong <cyd@stupidchicken.com>
6716
6717 * display.texi (Showing Images): Document max-image-size.
6718
67192005-10-17 Richard M. Stallman <rms@gnu.org>
6720
6721 * commands.texi (Quitting): Minor clarification.
6722
6723 * processes.texi (Sentinels): Clarify about output and quitting.
6724 (Filter Functions): Mention with-local-quit.
6725
67262005-10-17 Juri Linkov <juri@jurta.org>
6727
6728 * buffers.texi (Current Buffer):
6729 * commands.texi (Event Input Misc):
6730 * compile.texi (Eval During Compile, Compiler Errors):
6731 * customize.texi (Group Definitions):
6732 * display.texi (Progress, Defining Faces):
6733 * files.texi (Writing to Files):
6734 * modes.texi (Mode Hooks, Defining Minor Modes):
6735 * streams.texi (Output Functions):
6736 * syntax.texi (Syntax Table Functions):
6737 * text.texi (Change Hooks):
6738 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
6739
6740 * commands.texi (Quitting): Replace arg `forms' with `body' in
6741 `with-local-quit'.
6742
6743 * positions.texi (Excursions): Replace arg `forms' with `body' in
6744 `save-excursion'.
6745
67462005-10-08 Kim F. Storm <storm@cua.dk>
6747
6748 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
6749 Rename manual section accordingly.
6750
67512005-10-04 Kim F. Storm <storm@cua.dk>
6752
6753 * windows.texi (Window Split Tree): New section describing
6754 new function window-split-tree function.
6755
67562005-10-03 Nick Roberts <nickrob@snap.net.nz>
6757
6758 * display.texi (Fringe Size/Pos): Simplify and add detail.
6759
67602005-09-30 Romain Francoise <romain@orebokech.com>
6761
6762 * minibuf.texi (High-Level Completion): Explain that the prompt
6763 given to `read-buffer' should end with a colon and a space.
6764 Update usage examples.
6765
67662005-09-29 Juri Linkov <juri@jurta.org>
6767
6768 * display.texi (Displaying Messages): Rename argument name
6769 `string' to `format-string' in functions `message', `message-box',
6770 `message-or-box'.
6771
67722005-09-26 Chong Yidong <cyd@stupidchicken.com>
6773
6774 * errors.texi (Standard Errors): Correct xrefs.
6775
67762005-09-18 Chong Yidong <cyd@stupidchicken.com>
6777
6778 * display.texi (Defining Images): Update documentation for
6779 `image-load-path'.
6780
67812005-09-17 Richard M. Stallman <rms@gnu.org>
6782
6783 * display.texi (Defining Images): Clean up previous change.
6784
67852005-09-16 Romain Francoise <romain@orebokech.com>
6786
6787 * elisp.texi: Specify GFDL version 1.2.
6788
6789 * doclicense.texi (GNU Free Documentation License): Update to
6790 version 1.2.
6791
67922005-09-15 Chong Yidong <cyd@stupidchicken.com>
6793
6794 * display.texi (Defining Images): Document `image-load-path'.
6795
67962005-09-15 Richard M. Stallman <rms@gnu.org>
6797
6798 * objects.texi (Printed Representation): Minor cleanup.
6799 (Box Diagrams): Minor fix.
6800 (Cons Cell Type): Move (...) index item here.
6801 (Box Diagrams): From here.
6802 (Array Type): Minor fix.
6803 (Type Predicates): Delete index "predicates".
6804 (Hash Table Type): Clarify xref.
6805 (Dotted Pair Notation): Minor fix.
6806
68072005-09-10 Chong Yidong <cyd@stupidchicken.com>
6808
6809 * files.texi (Saving Buffers): Fix typo.
6810
68112005-09-08 Richard M. Stallman <rms@gnu.org>
6812
6813 * tips.texi (Programming Tips): Correct the "default" prompt spec.
6814
68152005-09-08 Chong Yidong <cyd@stupidchicken.com>
6816
6817 * locals.texi (Standard Buffer-Local Variables): Don't include
6818 mode variables for minor modes.
6819 Fix xrefs for buffer-display-count, buffer-display-table,
6820 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
6821 enable-multibyte-characters, fill-column, header-line-format,
6822 left-fringe-width, left-margin, and right-fringe-width.
6823
6824 * hooks.texi (Standard Hooks): All hooks should conform to the
6825 standard naming convention now.
6826 Fix xref for `echo-area-clear-hook'.
6827
6828 * display.texi (Usual Display): Note that indicate-empty-lines and
6829 tab-width are buffer-local.
6830
6831 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
6832
6833 * modes.texi (Mode Help): Note that major-mode is buffer-local.
6834
6835 * nonascii.texi (Encoding and I/O): Note that
6836 buffer-file-coding-system is buffer-local.
6837
6838 * positions.texi (List Motion): Note that defun-prompt-regexp is
6839 buffer-local.
6840
6841 * text.texi (Auto Filling): Note that auto-fill-function is
6842 buffer-local.
6843 (Undo): Note that buffer-undo-list is buffer-local.
6844
5dcb4c4e
SM
6845 * windows.texi (Buffers and Windows):
6846 Document buffer-display-count.
b8d4c8d0
GM
6847
68482005-09-06 Richard M. Stallman <rms@gnu.org>
6849
6850 * tips.texi (Coding Conventions): Sometimes it is ok to put the
6851 package prefix elsewhere than at the start of the name.
6852
68532005-09-03 Richard M. Stallman <rms@gnu.org>
6854
6855 * tips.texi (Programming Tips): Add conventions for minibuffer
6856 questions and prompts.
6857
68582005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
6859
6860 * intro.texi (nil and t): Minor cleanup.
6861 Delete spurious mention of keyword symbols.
6862 (Evaluation Notation): Add index entry.
6863 (A Sample Function Description): Minor cleanup.
6864 (A Sample Variable Description): Not all vars can be set.
6865
68662005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
6867
6868 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
6869
6870 (Insertion): Document precise type of `insert-char' arg COUNT.
6871
68722005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
6873
6874 * modes.texi (Other Font Lock Variables): Sync the default of
6875 font-lock-lines-before.
6876
68772005-08-31 Michael Albinus <michael.albinus@gmx.de>
6878
6879 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
6880
68812005-08-29 Richard M. Stallman <rms@gnu.org>
6882
6883 * elisp.texi (Top): Update subnode menu.
6884
6885 * searching.texi (Searching and Matching): Move node.
6886 Rearrange contents and add overall explanation.
6887 (Searching and Case): Move node.
6888 (Searching and Matching): Update menu.
6889
68902005-08-27 Eli Zaretskii <eliz@gnu.org>
6891
6892 * os.texi (Startup Summary): Fix the description of the initial
6893 startup message display.
6894
68952005-08-25 Richard M. Stallman <rms@gnu.org>
6896
6897 * searching.texi (Search and Replace): Add replace-regexp-in-string.
6898
68992005-08-25 Emilio C. Lopes <eclig@gmx.net>
6900
6901 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
6902 `next-overlay-change' example.
6903
69042005-08-22 Juri Linkov <juri@jurta.org>
6905
6906 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
6907 Fix invert-face. Fix args of face-background.
6908
6909 * display.texi (Standard Faces): Delete node.
6910 (Faces): Add xref to `(emacs)Standard Faces'.
6911 (Displaying Faces): Fix xref to `Standard Faces'.
6912
6913 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
6914
69152005-08-20 Alan Mackenzie <acm@muc.de>
6916
6917 * buffers.texi (The Buffer List): Clarify the manipulation of the
6918 buffer list.
6919
69202005-08-14 Richard M. Stallman <rms@gnu.org>
6921
6922 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
6923 a regexp.
6924
69252005-08-11 Richard M. Stallman <rms@gnu.org>
6926
6927 * elisp.texi (Top): Update subnode lists.
6928
6929 * display.texi (Inverse Video): Node deleted.
6930
6931 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
6932 New nodes split out of Coding Conventions.
6933
6934 * searching.texi (Regular Expressions): Document re-builder.
6935
6936 * os.texi (Time Parsing): New node split out of Time Conversion.
6937
6938 * processes.texi (Misc Network, Network Feature Testing)
6939 (Network Options, Make Network): New nodes split out of
6940 Low-Level Network.
6941
69422005-08-09 Richard M. Stallman <rms@gnu.org>
6943
6944 * frames.texi (Geometry): New node, split from Size and Position.
6945 (Frame Parameters): Refer to Geometry.
6946
6947 * buffers.texi (The Buffer List): Fix xrefs.
6948
6949 * windows.texi (Splitting Windows): Fix xref.
6950
6951 * frames.texi (Layout Parameters): Add xref.
6952
6953 * display.texi (Line Height, Scroll Bars): Fix xrefs.
6954
6955 * keymaps.texi (Menu Bar): Fix xref.
6956
6957 * locals.texi (Standard Buffer-Local Variables): Fix xref.
6958
6959 * modes.texi (%-Constructs): Fix xref.
6960
6961 * frames.texi (Window Frame Parameters): Node split up.
6962 (Basic Parameters, Position Parameters, Size Parameters)
6963 (Layout Parameters, Buffer Parameters, Management Parameters)
6964 (Cursor Parameters, Color Parameters): New subnodes.
6965
69662005-08-09 Luc Teirlinck <teirllm@auburn.edu>
6967
6968 * positions.texi (Screen Lines): Update xref for previous change
6969 in minibuf.texi.
6970
6971 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
6972 change in minibuf.texi.
6973
69742005-08-09 Richard M. Stallman <rms@gnu.org>
6975
6976 * tips.texi (Coding Conventions): Minor cleanup.
6977
6978 * modes.texi (Defining Minor Modes): Explain when init-value
6979 can be non-nil.
6980
6981 * elisp.texi (Top): Update submenu for Minibuffer.
6982
6983 * minibuf.texi (Minibuffer Misc): Node split up.
6984 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
6985 (Recursive Mini): New nodes split out from Minibuffer Misc.
6986 (Minibuffer Misc): Document max-mini-window-height.
6987
6988 * hash.texi (Defining Hash): Delete stray paren in example.
6989
6990 * display.texi (Echo Area Customization): Don't define
6991 max-mini-window-height here; xref instead.
6992
6993 * commands.texi (Event Input Misc): Update while-no-input.
6994
6995 * advice.texi (Advising Functions): Explain when to use advice
6996 and when to use a hook.
6997
69982005-07-30 Eli Zaretskii <eliz@gnu.org>
6999
7000 * makefile.w32-in (info): Don't run install-info.
7001 ($(infodir)/dir): New target, produced by running install-info.
7002
70032005-07-27 Luc Teirlinck <teirllm@auburn.edu>
7004
7005 * modes.texi (Defining Minor Modes): The keyword for the initial
7006 value is :init-value, not :initial-value.
7007
70082005-07-23 Eli Zaretskii <eliz@gnu.org>
7009
7010 * loading.texi (Autoload): Make the `doctor' example be consistent
7011 with what's in current loaddefs.el. Describe the "fn" magic in
7012 the usage portion of the doc string.
7013
70142005-07-22 Richard M. Stallman <rms@gnu.org>
7015
7016 * internals.texi (Garbage Collection): Clarify previous change.
7017
70182005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
7019
7020 * internals.texi (Garbage Collection): Add gc-cons-percentage.
7021
70222005-07-18 Juri Linkov <juri@jurta.org>
7023
7024 * commands.texi (Accessing Events):
7025 * frames.texi (Text Terminal Colors, Resources):
7026 * markers.texi (The Mark):
7027 * modes.texi (Defining Minor Modes):
7028 Delete duplicate duplicate words.
7029
70302005-07-16 Richard M. Stallman <rms@gnu.org>
7031
7032 * display.texi (Managing Overlays): Clarify make-overlay
7033 args for insertion types.
7034
70352005-07-13 Luc Teirlinck <teirllm@auburn.edu>
7036
7037 * customize.texi (Variable Definitions):
7038 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
7039 `standard-value' is a list too.
7040 (Defining New Types): Use @key{RET} instead of @key{ret}.
7041
70422005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
7043
7044 * os.texi (Translating Input): Fix typo.
7045
70462005-07-08 Richard M. Stallman <rms@gnu.org>
7047
7048 * README: Update edition number and size estimate.
7049
7050 * elisp.texi (VERSION): Set to 2.9.
7051
70522005-07-07 Richard M. Stallman <rms@gnu.org>
7053
7054 * book-spine.texinfo: Update Emacs version.
7055
7056 * display.texi (Inverse Video): Delete mode-line-inverse-video.
7057
70582005-07-06 Richard M. Stallman <rms@gnu.org>
7059
7060 * searching.texi (Regexp Search): Clarify what re-search-forward
7061 does when the search fails.
7062
70632005-07-05 Lute Kamstra <lute@gnu.org>
7064
7065 * Update FSF's address in GPL notices.
7066
7067 * doclicense.texi (GNU Free Documentation License):
7068 * gpl.texi (GPL):
7069 * tips.texi (Coding Conventions, Library Headers):
7070 * vol1.texi:
7071 * vol2.texi: Update FSF's address.
7072
70732005-07-04 Richard M. Stallman <rms@gnu.org>
7074
7075 * hooks.texi (Standard Hooks): Add occur-hook.
7076
70772005-07-03 Luc Teirlinck <teirllm@auburn.edu>
7078
7079 * display.texi (The Echo Area): Correct menu.
7080
70812005-07-03 Richard M. Stallman <rms@gnu.org>
7082
7083 * elisp.texi (Top): Update subnode menu for Display.
7084
7085 * display.texi (Displaying Messages): New node, with most
7086 of what was in The Echo Area.
5dcb4c4e 7087 (Progress): Move under The Echo Area.
b8d4c8d0
GM
7088 (Logging Messages): New node with new text.
7089 (Echo Area Customization): New node, the rest of what was
7090 in The Echo Area. Document message-truncate-lines with @defvar.
7091 (Display): Update menu.
7092
7093 * windows.texi (Textual Scrolling): Doc 3 values for
7094 scroll-preserve-screen-position.
7095
7096 * text.texi (Special Properties): Change hook functions
7097 should bind inhibit-modification-hooks around altering buffer text.
7098
7099 * keymaps.texi (Key Binding Commands): Call binding BINDING
7100 rather than DEFINITION.
7101
71022005-06-29 Juanma Barranquero <lekktu@gmail.com>
7103
7104 * variables.texi (Defining Variables): `user-variable-p' returns t
7105 for aliases of user options, nil for alias loops.
7106
71072005-06-28 Richard M. Stallman <rms@gnu.org>
7108
7109 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
7110 make-keymap.
7111
71122005-06-27 Luc Teirlinck <teirllm@auburn.edu>
7113
7114 * variables.texi (Setting Variables): Correct and clarify
7115 description of `add-to-ordered-list'.
7116
71172005-06-26 Richard M. Stallman <rms@gnu.org>
7118
7119 * display.texi (Faces): Minor cleanup.
7120
71212005-06-25 Luc Teirlinck <teirllm@auburn.edu>
7122
7123 * display.texi (Faces): `facep' returns t for strings that are
7124 face names.
7125
71262005-06-25 Richard M. Stallman <rms@gnu.org>
7127
7128 * objects.texi (Equality Predicates): Clarify meaning of equal.
7129
7130 * windows.texi (Selecting Windows): save-selected-window
7131 and with-selected-window save and restore the current buffer.
7132
71332005-06-24 Richard M. Stallman <rms@gnu.org>
7134
7135 * numbers.texi (Float Basics): Explain how to test for NaN,
7136 and printing the sign of NaNs.
7137
71382005-06-24 Eli Zaretskii <eliz@gnu.org>
7139
7140 * makefile.w32-in (MAKEINFO): Use --force.
7141
71422005-06-23 Richard M. Stallman <rms@gnu.org>
7143
7144 * display.texi (Face Functions): Correct Texinfo usage.
7145
71462005-06-23 Luc Teirlinck <teirllm@auburn.edu>
7147
7148 * lists.texi (Rings): `ring-elements' now returns the elements of
7149 RING in order.
7150
71512005-06-23 Juanma Barranquero <lekktu@gmail.com>
7152
7153 * markers.texi (The Mark): Texinfo usage fix.
7154
71552005-06-23 Kim F. Storm <storm@cua.dk>
7156
7157 * searching.texi (Entire Match Data): Remove evaporate option for
7158 match-data. Do not mention evaporate option for set-match-data.
7159
71602005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
7161
7162 * display.texi (Face Functions): Mention face aliases.
7163
71642005-06-21 Richard M. Stallman <rms@gnu.org>
7165
7166 * anti.texi (Antinews): Texinfo usage fix.
7167
71682005-06-21 Karl Berry <karl@gnu.org>
7169
7170 * elisp.texi: Use @copying.
7171
7172 * elisp.texi: Put @summarycontents and @contents before the Top
7173 node, instead of the end of the file, so that the contents appear
7174 in the right place in the dvi/pdf output.
7175
71762005-06-21 Juri Linkov <juri@jurta.org>
7177
7178 * display.texi (Defining Faces): Add `customized-face'.
7179
71802005-06-20 Kim F. Storm <storm@cua.dk>
7181
7182 * variables.texi (Setting Variables): Any type of element can be
7183 given order in add-to-ordered-list. Compare elements with eq.
7184
7185 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
7186
71872005-06-20 Karl Berry <karl@gnu.org>
7188
7189 * syntax.texi (Syntax Flags): Make last column very slightly wider
7190 to avoid "generic comment" breaking on two lines and causing an
7191 underfull box.
7192
71932005-06-19 Luc Teirlinck <teirllm@auburn.edu>
7194
7195 * lists.texi (Rings): Various minor clarifications and corrections.
7196
71972005-06-18 Richard M. Stallman <rms@gnu.org>
7198
7199 * functions.texi (Obsolete Functions): Simplify.
7200
7201 * variables.texi (Variable Aliases): Simplify.
7202
7203 * anti.texi, backups.texi, compile.texi, customization.texi:
7204 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
7205 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
7206 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
7207 * variables.texi: Fix formatting ugliness.
7208
7209 * elisp.texi: Add links to Rings and Byte Packing.
7210 Update version and copyright years.
7211
7212 * minibuf.texi: Fix formatting ugliness.
7213 (Completion Commands): Move keymap vars to the end
7214 and vars completing-read binds to the top.
7215
72162005-06-17 Luc Teirlinck <teirllm@auburn.edu>
7217
7218 * processes.texi: Fix typos.
7219 (Bindat Spec): Correct Texinfo error.
7220 (Byte Packing): Fix ungrammatical sentence.
7221
72222005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
7223
7224 * lists.texi (Rings): New node.
7225 (Lists): Add it to menu.
7226
7227 * processes.texi (Byte Packing): New node.
7228 (Processes): Add it to menu.
7229
72302005-06-17 Richard M. Stallman <rms@gnu.org>
7231
7232 * syntax.texi (Parsing Expressions): Fix texinfo usage.
7233
7234 * help.texi (Documentation Basics): Explain the xref to
7235 Documentation Tips.
7236
7237 * debugging.texi (Debugger Commands): Minor fix.
7238
72392005-06-16 Luc Teirlinck <teirllm@auburn.edu>
7240
7241 * edebug.texi (Instrumenting): Eliminate duplicate link.
7242 (Specification List): Replace references to "below", referring to
7243 a later node, with one @ref to that node.
7244
7245 * os.texi (Timers): Timers should save and restore the match data
7246 if they change it.
7247
7248 * debugging.texi (Debugger Commands): Mention that the Lisp
7249 debugger can not step through primitive functions.
7250
72512005-06-16 Juanma Barranquero <lekktu@gmail.com>
7252
7253 * functions.texi (Obsolete Functions): Update argument names of
7254 `make-obsolete' and `define-obsolete-function-alias'.
7255
7256 * variables.texi (Variable Aliases): Update argument names of
7257 `defvaralias', `make-obsolete-variable' and
7258 `define-obsolete-variable-alias'.
7259
72602005-06-15 Kim F. Storm <storm@cua.dk>
7261
7262 * searching.texi (Entire Match Data): Rephrase warnings about
7263 evaporate arg to match-data and set-match-data.
7264
72652005-06-14 Luc Teirlinck <teirllm@auburn.edu>
7266
7267 * elisp.texi (Top): Update detailed menu.
7268
7269 * edebug.texi (Edebug): Update menu.
7270 (Instrumenting): Update xrefs.
7271 (Edebug Execution Modes): Correct xref.
7272 (Jumping): Clarify description of `h' command.
7273 Eliminate redundant @ref.
7274 (Breaks): New node.
7275 (Breakpoints): Is now a subsubsection.
7276 (Global Break Condition): Mention `C-x X X'.
7277 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
7278 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
7279 (Edebug Display Update): Correct pxref.
7280 (Edebug and Macros): New node.
7281 (Instrumenting Macro Calls): Is now a subsubsection.
7282 Neither arg of `def-edebug-spec' is evaluated.
7283 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
7284 (Specification Examples): Fix typo.
7285
72862005-06-14 Lute Kamstra <lute@gnu.org>
7287
7288 * debugging.texi (Function Debugging): Primitives can break on
7289 entry too.
7290
72912005-06-14 Kim F. Storm <storm@cua.dk>
7292
7293 * variables.texi (Setting Variables): Add add-to-ordered-list.
7294
72952005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
7296
7297 * syntax.texi (Parsing Expressions): Document aux functions and vars of
7298 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
7299
73002005-06-13 Lute Kamstra <lute@gnu.org>
7301
7302 * text.texi (Special Properties): Fix cross reference.
7303
73042005-06-11 Luc Teirlinck <teirllm@auburn.edu>
7305
7306 * debugging.texi (Function Debugging): Delete mention of empty
7307 string argument to `cancel-debug-on-entry'. Delete inaccurate
7308 description of the return value of that command.
7309
73102005-06-11 Alan Mackenzie <acm@muc.de>
7311
7312 * text.texi (Adaptive Fill): Amplify the description of
7313 fill-context-prefix.
7314
73152005-06-10 Luc Teirlinck <teirllm@auburn.edu>
7316
7317 * syntax.texi (Parsing Expressions): Fix Texinfo error.
7318
73192005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
7320
7321 * syntax.texi (Parsing Expressions): Document syntax-ppss.
7322
73232005-06-10 Luc Teirlinck <teirllm@auburn.edu>
7324
7325 * debugging.texi (Error Debugging): Minor rewording.
7326 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
7327 is optional.
7328
73292005-06-10 Lute Kamstra <lute@gnu.org>
7330
7331 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
7332 (Top): Give it a title. Correct version number. Give the
7333 detailed node listing a more prominent header.
7334 * intro.texi: Don't set VERSION here a second time.
7335 Mention Emacs's version too.
7336 * anti.texi (Antinews): Use EMACSVER to refer to the current
7337 version of Emacs.
7338
73392005-06-09 Kim F. Storm <storm@cua.dk>
7340
7341 * searching.texi (Entire Match Data): Explain new `reseat' argument to
7342 match-data and set-match-data.
7343
73442005-06-08 Richard M. Stallman <rms@gnu.org>
7345
7346 * searching.texi (Entire Match Data): Clarify when match-data
7347 returns markers and when integers.
7348
7349 * display.texi (Defining Faces): Explain that face name should not
7350 end in `-face'.
7351
7352 * modes.texi (Mode Line Data): Minor cleanup.
7353 (Customizing Keywords): Node split out of Search-based Fontification.
7354 Add example of using font-lock-add-keywords from a hook.
7355 Clarify when MODE should be non-nil, and when nil.
7356
73572005-06-06 Richard M. Stallman <rms@gnu.org>
7358
7359 * modes.texi (Mode Line Data): Explain what happens when the car
7360 of a list is a void symbol.
7361 (Search-based Fontification): Explain MODE arg to
7362 font-lock-add-keywords and warn about calls from major modes.
7363
73642005-06-08 Juri Linkov <juri@jurta.org>
7365
7366 * display.texi (Standard Faces): Add `shadow' face.
7367
73682005-05-29 Luc Teirlinck <teirllm@auburn.edu>
7369
7370 * modes.texi (Major Mode Conventions): A derived mode only needs
7371 to put the call to the parent mode inside `delay-mode-hooks'.
7372
73732005-05-29 Richard M. Stallman <rms@gnu.org>
7374
7375 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
7376 new, and what that implies. Clarify.
7377
7378 * files.texi (Locating Files): Clean up the text.
7379
7380 * frames.texi (Window Frame Parameters): Document user-size.
7381 Shorten entry for top by referring to left.
7382
73832005-05-26 Richard M. Stallman <rms@gnu.org>
7384
7385 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
7386 is new, and what the implications are. Other clarifications.
7387
73882005-05-24 Richard M. Stallman <rms@gnu.org>
7389
7390 * frames.texi (Dialog Boxes): Minor fixes.
7391
73922005-05-25 Masatake YAMATO <jet@gyve.org>
7393
7394 * display.texi (Standard Faces): Write about `mode-line-highlight'.
7395
73962005-05-24 Luc Teirlinck <teirllm@auburn.edu>
7397
7398 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
7399 is optional.
7400
74012005-05-24 Nick Roberts <nickrob@snap.net.nz>
7402
10d1d0af 7403 * frames.texi (Dialog Boxes): Describe new optional argument.
b8d4c8d0
GM
7404
74052005-05-23 Lute Kamstra <lute@gnu.org>
7406
7407 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
7408 syntax-begin-function over font-lock-beginning-of-syntax-function.
7409
74102005-05-21 Luc Teirlinck <teirllm@auburn.edu>
7411
7412 * minibuf.texi (Reading File Names): Update description of
7413 `read-directory-name'.
7414
7415 * modes.texi (Derived Modes): Clarify :group keyword.
7416
74172005-05-21 Eli Zaretskii <eliz@gnu.org>
7418
7419 * files.texi (Locating Files): New subsection.
7420 Describe locate-file and executable-find.
7421
74222005-05-21 Kevin Ryde <user42@zip.com.au>
7423
7424 * frames.texi (Initial Parameters): Update cross reference to
7425 "Emacs Invocation".
7426
74272005-05-19 Luc Teirlinck <teirllm@auburn.edu>
7428
7429 * keymaps.texi (Active Keymaps): Add anchor.
7430
7431 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
7432 (Major Mode Conventions): Refer to `Auto Major Mode' in more
7433 appropriate place.
7434 (Derived Modes): Small clarifications.
7435 (Minor Mode Conventions, Keymaps and Minor Modes):
7436 Replace references to nodes with references to anchors.
7437 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
7438 Clarify description of lists whose first element is an integer.
7439 (Mode Line Variables): Add anchor.
7440 (%-Constructs): Clarify description of integer after %.
7441 (Emulating Mode Line): Describe nil value for FACE.
7442
74432005-05-18 Luc Teirlinck <teirllm@auburn.edu>
7444
7445 * modes.texi (Derived Modes): Correct references to non-existing
7446 variable standard-syntax-table.
7447
74482005-05-17 Lute Kamstra <lute@gnu.org>
7449
7450 * modes.texi (Defining Minor Modes): Mention the mode hook.
7451
74522005-05-15 Kim F. Storm <storm@cua.dk>
7453
7454 * processes.texi (Network): Remove open-network-stream-nowait.
7455 (Network Servers): Remove open-network-stream-server.
7456
74572005-05-15 Luc Teirlinck <teirllm@auburn.edu>
7458
7459 * elisp.texi (Top): Update detailed menu.
7460
7461 * variables.texi: Reorder nodes.
7462 (Variables): Update menu.
7463 (File Local Variables): Do not refer to the `-*-' line as
7464 a "local variables list". Add pxref.
7465
74662005-05-14 Luc Teirlinck <teirllm@auburn.edu>
7467
7468 * elisp.texi (Top): Update detailed menu for node changes.
7469
7470 * modes.texi (Modes): Update Menu.
7471 (Hooks): Move to beginning of chapter.
7472 Most minor modes run mode hooks too.
7473 `add-hook' can handle void hooks or hooks whose value is a single
7474 function.
7475 (Major Modes): Update Menu.
7476 (Major Mode Basics): New node, split off from `Major Modes'.
7477 (Major Mode Conventions): Correct xref. Explain how to handle
7478 auto-mode-alist if the major mode command has an autoload cookie.
7479 (Auto Major Mode): Major update. Add magic-mode-alist.
7480 (Derived Modes): Major update.
7481 (Mode Line Format): Update Menu.
7482 (Mode Line Basics): New node, split off from `Mode Line Format'.
7483
7484 * loading.texi (Autoload): Mention `autoload cookie' as synonym
7485 for `magic autoload comment'. Add index entries and anchor.
7486
74872005-05-14 Richard M. Stallman <rms@gnu.org>
7488
7489 * tips.texi (Coding Conventions): Explain how important it is
7490 that just loading certain files not change Emacs behavior.
7491
7492 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
7493
74942005-05-12 Lute Kamstra <lute@gnu.org>
7495
7496 * modes.texi (Generic Modes): Update.
7497 (Major Modes): Refer to node "Generic Modes".
7498
7499 * elisp.texi (Top): Update to the current structure of the manual.
7500 * processes.texi (Processes): Add menu description.
7501 * customize.texi (Customization): Add menu descriptions.
7502
75032005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
7504
7505 * processes.texi (Signals to Processes)
7506 (Low-Level Network): Fix typos.
7507
75082005-05-11 Lute Kamstra <lute@gnu.org>
7509
7510 * elisp.texi (Top): Add some nodes from the chapter "Major and
7511 Minor Modes" to the detailed node listing.
7512
75132005-05-10 Richard M. Stallman <rms@gnu.org>
7514
7515 * keymaps.texi (Extended Menu Items): Menu item filter functions
7516 can be called at any time.
7517
75182005-05-08 Luc Teirlinck <teirllm@auburn.edu>
7519
7520 * variables.texi (File Local Variables): `(hack-local-variables t)'
7521 now also checks whether a mode is specified in the local variables
7522 list.
7523
75242005-05-05 Kevin Ryde <user42@zip.com.au>
7525
7526 * display.texi (The Echo Area): Correct format function cross
7527 reference.
7528
75292005-05-05 Luc Teirlinck <teirllm@auburn.edu>
7530
7531 * variables.texi (Variable Aliases): Change description of
7532 `define-obsolete-variable-alias'.
7533
7534 * functions.texi (Functions): Add "Obsolete Functions" to menu.
7535 (Defining Functions): Add xref.
7536 (Obsolete Functions): New node.
7537 (Function Safety): Standardize capitalization of section title.
7538
7539 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
7540 (Dialog Boxes): Complete description of `x-popup-dialog'.
7541
75422005-05-04 Richard M. Stallman <rms@gnu.org>
7543
7544 * commands.texi (Interactive Codes): Fix Texinfo usage.
7545 Document U more clearly.
7546
75472005-05-01 Luc Teirlinck <teirllm@auburn.edu>
7548
7549 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
7550 function and not a macro.
7551
7552 * frames.texi (Pop-Up Menus): Correct and clarify description of
7553 `x-popup-menu'.
7554 (Dialog Boxes): Clarify description of `x-popup-dialog'.
7555
75562005-05-01 Richard M. Stallman <rms@gnu.org>
7557
7558 * edebug.texi (Checking Whether to Stop): Fix previous change.
7559
75602005-05-01 Luc Teirlinck <teirllm@auburn.edu>
7561
7562 * display.texi: Fix typos and Texinfo usage.
7563
7564 * edebug.texi (Checking Whether to Stop): executing-macro ->
7565 executing-kbd-macro.
7566
75672005-05-01 Richard M. Stallman <rms@gnu.org>
7568
7569 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
7570
75712005-04-30 Richard M. Stallman <rms@gnu.org>
7572
7573 * files.texi (Magic File Names): Document `operations' property.
7574
75752005-04-29 Lute Kamstra <lute@gnu.org>
7576
7577 * modes.texi (Generic Modes): New node.
7578 (Major Modes): Add it to the menu.
7579 (Derived Modes): Add "derived mode" to concept index.
7580
75812005-04-28 Lute Kamstra <lute@gnu.org>
7582
7583 * modes.texi (Defining Minor Modes): Fix previous change.
7584 (Font Lock Mode): Simplify.
7585 (Font Lock Basics): Say that font-lock-defaults is buffer-local
7586 when set and that some parts are optional. Add cross references.
7587 (Search-based Fontification): Say how to specify font-lock-keywords.
7588 Add cross references. Add font-lock-multiline to index.
7589 Move font-lock-keywords-case-fold-search here from node "Other Font
7590 Lock Variables". Document font-lock-add-keywords and
7591 font-lock-remove-keywords.
7592 (Other Font Lock Variables): Move font-lock-keywords-only,
7593 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
7594 and font-lock-syntactic-face-function to node "Syntactic Font
7595 Lock". Move font-lock-keywords-case-fold-search to node
7596 "Search-based Fontification". Document font-lock-inhibit-thing-lock
7597 and font-lock-{,un}fontify-{buffer,region}-function.
7598 (Precalculated Fontification): Remove reference to deleted variable
7599 font-lock-core-only.
7600 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
7601 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
7602 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
7603 and font-lock-syntactic-face-function here from node "Other Font
7604 Lock Variables". Move font-lock-syntactic-keywords to "Setting
7605 Syntax Properties". Add cross references.
7606 (Setting Syntax Properties): New node.
7607 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
7608 * syntax.texi (Syntax Properties): Add cross reference.
7609 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
7610
76112005-04-26 Richard M. Stallman <rms@gnu.org>
7612
7613 * display.texi (Defining Faces):
7614 Document `default' elements of defface spec.
7615
7616 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
7617
7618 * variables.texi (Variable Aliases): Clarify text.
7619
76202005-04-25 Chong Yidong <cyd@stupidchicken.com>
7621
7622 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
7623
76242005-04-25 Luc Teirlinck <teirllm@auburn.edu>
7625
7626 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
7627
76282005-04-24 Eli Zaretskii <eliz@gnu.org>
7629
7630 * syntax.texi (Syntax Table Internals): Elaborate documentation of
7631 syntax-after and syntax-class.
7632
7633 * files.texi (Changing Files): Fix last change's cross-reference.
7634 (Unique File Names): Don't mention "numbers" in the documentation
7635 of make-temp-file and make-temp-name.
7636
76372005-04-23 Richard M. Stallman <rms@gnu.org>
7638
7639 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
7640
76412005-04-22 Nick Roberts <nickrob@snap.net.nz>
7642
7643 * windows.texi (Cyclic Window Ordering): Clarify window-list.
7644
76452005-04-22 Nick Roberts <nickrob@snap.net.nz>
7646
7647 * variables.texi (Variable Aliases): Describe make-obsolete-variable
7648 and define-obsolete-variable-alias.
7649
76502005-04-22 Kim F. Storm <storm@cua.dk>
7651
7652 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
7653 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
7654
76552005-04-21 Lute Kamstra <lute@gnu.org>
7656
7657 * lists.texi (Association Lists): Document rassq-delete-all.
7658
76592005-04-19 Richard M. Stallman <rms@gnu.org>
7660
7661 * modes.texi (Search-based Fontification): Explain that
7662 facespec is an expression to be evaluated.
7663
76642005-04-19 Kevin Ryde <user42@zip.com.au>
7665
7666 * streams.texi (Output Functions): Fix xref.
7667 * strings.texi (String Conversion): Fix xref.
7668
76692005-04-19 Kim F. Storm <storm@cua.dk>
7670
7671 * symbols.texi (Symbol Plists): Add safe-get.
7672 Mention that `get' may signal an error.
7673
76742005-04-18 Nick Roberts <nickrob@snap.net.nz>
7675
7676 * customize.texi (Variable Definitions): Replace tooltip-mode
7677 example with save-place.
7678
76792005-04-17 Richard M. Stallman <rms@gnu.org>
7680
7681 * buffers.texi (Indirect Buffers): Clarify.
7682
7683 * positions.texi (Positions): Clarify converting marker to integer.
7684
7685 * strings.texi (String Basics): Mention string-match; clarify.
7686
76872005-04-08 Lute Kamstra <lute@gnu.org>
7688
7689 * modes.texi (Search-based Fontification): Fix cross references.
7690 Use consistent terminology. Document anchored highlighting.
7691
76922005-04-05 Lute Kamstra <lute@gnu.org>
7693
7694 * modes.texi (Defining Minor Modes): Document :group keyword
7695 argument and its default value.
7696
76972005-04-03 Lute Kamstra <lute@gnu.org>
7698
7699 * hooks.texi (Standard Hooks): Add some hooks. Add cross
7700 references and/or descriptions. Delete major mode hooks; mention
7701 them as a category instead. Rename or delete obsolete hooks.
7702
77032005-04-02 Richard M. Stallman <rms@gnu.org>
7704
7705 * nonascii.texi (Coding System Basics): Another wording cleanup.
7706
77072005-04-01 Richard M. Stallman <rms@gnu.org>
7708
7709 * nonascii.texi (Coding System Basics): Clarify previous change.
7710
77112005-04-01 Kenichi Handa <handa@m17n.org>
7712
10d1d0af 7713 * nonascii.texi (Coding System Basics): Describe about roundtrip
b8d4c8d0
GM
7714 identity of coding systems.
7715
77162005-03-29 Chong Yidong <cyd@stupidchicken.com>
7717
7718 * text.texi (Buffer Contents): Add filter-buffer-substring and
7719 buffer-substring-filters.
7720
77212005-03-26 Chong Yidong <cyd@stupidchicken.com>
7722
7723 * anti.texi (Antinews): Mention `G' interactive code.
7724
7725 * tips.texi (Compilation Tips): Mention benchmark.el.
7726
77272005-03-27 Luc Teirlinck <teirllm@auburn.edu>
7728
7729 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
7730 is now bound to M-o M-o.
7731
7732 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
7733
77342005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
7735
7736 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
7737 in the Emacs Manual).
7738 * Makefile.in (srcs): Remove calendar.texi.
7739 * makefile.w32-in (srcs): Remove calendar.texi.
7740 * display.texi (Display): Change name of next node.
7741 * os.texi (System In): Change name of previous node.
7742 * elisp.texi (Top): Remove Calendar references.
7743 * vol1.texi (Top): Remove Calendar references.
7744 * vol2.texi (Top): Remove Calendar references.
7745
77462005-03-25 Richard M. Stallman <rms@gnu.org>
7747
7748 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
7749 Cleanup previous change.
7750
77512005-03-25 Chong Yidong <cyd@stupidchicken.com>
7752
7753 * display.texi (Face Attributes): Faces earlier in an :inherit
7754 list take precedence.
7755 (Scroll Bars): Fix description of vertical-scroll-bars.
7756 Document frame-current-scroll-bars and window-current-scroll-bars.
7757
7758 * markers.texi (The Mark): Document temporary Transient Mark mode.
7759
7760 * minibuf.texi (Reading File Names):
7761 Document read-file-name-completion-ignore-case.
7762
7763 * positions.texi (Screen Lines): Document nil for width argument
7764 to compute-motion.
7765
77662005-03-23 Kim F. Storm <storm@cua.dk>
7767
7768 * display.texi (Standard Faces): Other faces used in the fringe
7769 implicitly inherits from the fringe face.
7770 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
7771 properties implicitly inherits from fringe face.
7772 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
7773
77742005-03-20 Chong Yidong <cyd@stupidchicken.com>
7775
7776 * display.texi (Invisible Text): State default value of
7777 line-move-ignore-invisible.
7778 (Managing Overlays): Document remove-overlays.
7779 (Standard Faces): Document escape-glyph face.
7780
7781 * minibuf.texi (Reading File Names): Document read-file-name-function.
7782
7783 * modes.texi (Other Font Lock Variables):
7784 Document font-lock-lines-before.
7785
7786 * positions.texi (Skipping Characters): skip-chars-forward allows
7787 character classes.
7788
77892005-03-18 Lute Kamstra <lute@gnu.org>
7790
7791 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
7792
77932005-03-17 Richard M. Stallman <rms@gnu.org>
7794
7795 * text.texi (Undo): Document extensible undo entries.
7796
dd7b651b 7797 * searching.texi (String Search, Regexp Search): Cleanups.
b8d4c8d0
GM
7798
7799 * nonascii.texi (Character Codes): Minor fix.
7800
7801 * display.texi (Display Property): Explain the significance
7802 of having text properties that are eq.
7803 (Other Display Specs): Explain string as display spec.
7804
7805 * commands.texi (Interactive Codes): Document G option.
7806
78072005-03-17 Chong Yidong <cyd@stupidchicken.com>
7808
7809 * text.texi (Filling): Add sentence-end-without-period and
7810 sentence-end-without-space.
7811 (Changing Properties): Minor fix.
7812
7813 * anti.texi: Total rewrite.
7814
78152005-03-15 Lute Kamstra <lute@gnu.org>
7816
7817 * edebug.texi (Instrumenting Macro Calls): Fix typos.
7818
78192005-03-08 Kim F. Storm <storm@cua.dk>
7820
7821 * display.texi (Specified Space): Property :width is support on
7822 non-graphic terminals, :height is not.
7823
78242005-03-07 Richard M. Stallman <rms@gnu.org>
7825
7826 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
7827 Now subnodes of Fringes.
7828 (Overlay Arrow): Document overlay-arrow-variable-list.
7829 (Fringe Size/Pos): New node, broken out of Fringes.
7830 (Display): Explain clearing vs redisplay better.
7831 (Truncation): Clarify use of bitmaps.
7832 (The Echo Area): Clarify the uses of the echo area.
7833 Add max-mini-window-height.
7834 (Progress): Clarify.
7835 (Invisible Text): Explain that main loop moves point out.
7836 (Selective Display): Say "hidden", not "invisible".
7837 (Managing Overlays): Move up. Describe relation to Undo here.
7838 (Overlay Properties): Clarify intro.
7839 (Finding Overlays): Explain return values when nothing found.
7840 (Width): truncate-string-to-width has added arg.
7841 (Displaying Faces): Clarify and update mode line face handling.
7842 (Face Functions): Minor cleanup.
7843 (Conditional Display): Merge into Other Display Specs.
7844 (Pixel Specification, Other Display Specs): Minor cleanups.
7845 (Images, Image Descriptors): Minor cleanups.
7846 (GIF Images): Patents have expired.
7847 (Showing Images): Explain default text for insert-image.
7848 (Manipulating Button Types): Merge into Manipulating Buttons.
7849 (Making Buttons): Explain return values.
7850 (Button Buffer Commands): Add xref.
7851 (Inverse Video): Update mode-line-inverse-video.
7852 (Display Table Format): Clarify.
7853 (Active Display Table): Give defaults for window-display-table.
7854
7855 * calendar.texi (Calendar Customizing): calendar-holiday-marker
7856 and calendar-today-marker are strings, not chars.
7857 (Holiday Customizing): Minor fix.
7858
7859 * internals.texi (Writing Emacs Primitives): Update `or' example.
7860 Update limit on # args of subr.
7861
7862 * edebug.texi (Using Edebug): Arrow is in fringe.
7863 (Instrumenting): Arg to eval-defun works without loading edebug.
7864 (Edebug Execution Modes): Add xref.
7865
7866 * customize.texi (Common Keywords): Clarify :require.
7867 Mention :version here.
7868 (Variable Definitions, Group Definitions): Not here.
7869 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
7870
78712005-03-07 Chong Yidong <cyd@stupidchicken.com>
7872 * nonascii.texi (Text Representations): Clarify position-bytes.
7873 (Character Sets): Add list-charset-chars.
7874 (Scanning Charsets): Add charset-after.
7875 (Encoding and I/O): Minor fix.
7876
78772005-03-06 Richard M. Stallman <rms@gnu.org>
7878
7879 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
7880 (Resizing Windows): Likewise.
7881
7882 * text.texi (Change Hooks): Get rid of "Emacs 21".
7883
7884 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
7885
7886 * streams.texi (Output Variables): Get rid of "Emacs 21".
7887
7888 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
7889
7890 * os.texi (Translating Input): Replace flow-control example
7891 with a less obsolete example that uses `keyboard-translate'.
7892
7893 * objects.texi (Hash Table Type, Circular Objects):
7894 Get rid of "Emacs 21".
7895
7896 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
7897 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
7898
7899 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
7900
7901 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
7902
7903 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
7904 (Menu Bar): Fix when menu-bar-update-hook is called.
7905
7906 * hash.texi (Hash Tables): Get rid of "Emacs 21".
7907
7908 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
7909 and make it read better.
7910
7911 * files.texi (Writing to Files): Get rid of "Emacs 21".
7912 (Unique File Names): Likewise.
7913
7914 * elisp.texi: Update Emacs version to 22.
7915
7916 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
7917 (Overlay Properties, Face Attributes): Likewise.
7918 (Managing Overlays): Fix punctuation.
7919 (Attribute Functions): Clarify set-face-font; get rid of
7920 info about old Emacs versions.
7921 (Auto Faces, Font Lookup, Display Property, Images):
7922 Get rid of "Emacs 21".
7923
7924 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
7925
79262005-03-05 Richard M. Stallman <rms@gnu.org>
7927
7928 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
7929
79302005-03-04 Lute Kamstra <lute@gnu.org>
7931
7932 * debugging.texi (Error Debugging): Document stack-trace-on-error.
7933
79342005-03-03 Lute Kamstra <lute@gnu.org>
7935
7936 * edebug.texi (Instrumenting Macro Calls): Fix typo.
7937
79382005-03-01 Lute Kamstra <lute@gnu.org>
7939
7940 * debugging.texi (Debugger Commands): Update `j'.
7941
79422005-02-28 Lute Kamstra <lute@gnu.org>
7943
7944 * debugging.texi (Debugging): Fix typo.
7945 (Error Debugging): Document eval-expression-debug-on-error.
7946 (Function Debugging): Update example.
7947 (Using Debugger): Mention starred stack frames.
7948 (Debugger Commands): Document `j' and `l'.
7949 (Invoking the Debugger): `d' and `j' exit recursive edit too.
7950 Update the messages that the debugger displays.
7951 (Internals of Debugger): Add cross reference. Update example.
7952 (Excess Open): Minor improvement.
7953 (Excess Close): Minor improvement.
7954
79552005-02-26 Richard M. Stallman <rms@gnu.org>
7956
7957 * tips.texi (Coding Conventions): Clarify.
7958 Put all the major mode key reservations together.
7959 Mention the Mouse-1 => Mouse-2 conventions.
7960
7961 * syntax.texi (Syntax Class Table): Clarify.
7962 (Syntax Table Functions): syntax-after moved from here.
7963 (Syntax Table Internals): syntax-after moved to here.
7964 (Parsing Expressions): Update info on number of values
7965 and what's meaningful in the STATE argument.
7966 (Categories): Fix typo.
7967
7968 * sequences.texi (Arrays): Cleanup.
7969 (Char-Tables): Clarify.
7970
7971 * processes.texi (Deleting Processes): Cleanups, add xref.
7972 (Subprocess Creation): Explain nil in exec-path. Cleanup.
7973 (Process Information): set-process-coding-system, some args optional.
7974 (Input to Processes): Explain various types for PROCESS args.
7975 Rename them from PROCESS-NAME to PROCESS.
7976 (Signals to Processes): Likewise.
7977 (Decoding Output): Cleanup.
7978 (Query Before Exit): Clarify.
7979
7980 * os.texi (Startup Summary): Correct the options; add missing ones.
7981 (Terminal Output, Batch Mode): Clarify.
7982 (Flow Control): Node deleted.
7983
7984 * markers.texi (The Mark): Clarify.
7985
7986 * macros.texi (Expansion): Cleanup.
7987 (Indenting Macros): indent-spec allows ints, not floats.
7988
7989 * keymaps.texi (Keymaps): Clarify.
7990 (Format of Keymaps): Update lisp-mode-map example.
7991 (Active Keymaps, Key Lookup): Clarify.
7992 (Changing Key Bindings): Add xref to `kbd'.
7993 (Key Binding Commands, Simple Menu Items): Clarify.
7994 (Mouse Menus, Menu Bar): Clarify.
7995 (Menu Example): Replace print example with menu-bar-replace-menu.
7996
7997 * help.texi (Documentation Basics): Add function-documentation prop.
7998
7999 * elisp.texi (Top): Don't refer to Flow Control node.
8000
8001 * commands.texi (Command Overview): Improve xrefs.
8002 (Adjusting Point): Adjusting point applies to intangible and invis.
8003 (Key Sequence Input): Doc extra read-key-sequence args.
8004 Likewise for read-key-sequence-vector.
8005
8006 * backups.texi (Rename or Copy): Minor fix.
8007 (Numbered Backups): For version-control, say the default.
8008 (Auto-Saving): make-auto-save-file-name example is simplified.
8009
8010 * advice.texi (Advising Functions): Don't imply one part of Emacs
8011 should advise another part. Markup changes.
8012 (Defining Advice): Move transitional para.
8013 (Activation of Advice): Cleanup.
8014 Explain if COMPILE is nil or negative.
8015
8016 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
8017
80182005-02-24 Lute Kamstra <lute@gnu.org>
8019
8020 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
8021 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
8022
80232005-02-23 Lute Kamstra <lute@gnu.org>
8024
8025 * modes.texi (Defining Minor Modes): define-minor-mode can be used
8026 to define global minor modes as well.
8027
8028 * display.texi (Managing Overlays): overlay-buffer returns nil for
8029 deleted overlays.
8030
80312005-02-22 Kim F. Storm <storm@cua.dk>
8032
8033 * minibuf.texi (Basic Completion): Allow symbols in addition to
8034 strings in try-completion and all-completions.
8035
80362005-02-14 Lute Kamstra <lute@gnu.org>
8037
8038 * elisp.texi (Top): Remove reference to deleted node.
8039
8040 * lists.texi (Lists): Remove reference to deleted node.
8041 (Cons Cells): Fix typo.
8042
8043 * loading.texi (Where Defined): Fix typo.
8044
80452005-02-14 Richard M. Stallman <rms@gnu.org>
8046
8047 * variables.texi (Creating Buffer-Local): change-major-mode-hook
8048 is useful for discarding some minor modes.
8049
8050 * symbols.texi (Symbol Components): Reorder examples.
8051
8052 * streams.texi (Input Functions): State standard-input default.
8053 (Output Variables): State standard-output default.
8054
8055 * objects.texi (Printed Representation): Clarify read syntax vs print.
8056 (Floating Point Type): Explain meaning better.
8057 (Symbol Type): Explain uniqueness better.
8058 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
8059 List examples sooner.
8060 (Box Diagrams): New subnode broken out.
8061 Some examples moved from old Lists as Boxes node.
8062 (Dotted Pair Notation): Clarify intro.
8063 (Array Type): Clarify.
8064 (Type Predicates): Add hash-table-p.
8065
8066 * numbers.texi (Integer Basics): Clarify radix explanation.
8067 (Predicates on Numbers): Minor clarification.
8068 (Comparison of Numbers): Minor clarification. Clarify eql.
8069 Typos in min, max.
8070 (Math Functions): Clarify overflow in expt.
8071
8072 * minibuf.texi (Text from Minibuffer): Minor clarification.
8073 Mention arrow keys.
8074
8075 * loading.texi (Autoload): defun's doc string overrides autoload's
8076 doc string.
8077 (Repeated Loading): Modernize "add to list" examples.
8078 (Where Defined): Finish updating table of load-history elts.
8079
8080 * lists.texi (List-related Predicates): Minor wording improvement.
8081 (Lists as Boxes): Node deleted.
8082 (Building Lists): Explain trivial cases of number-sequence.
8083
8084 * hash.texi (Hash Tables): Add desc to menu items.
10d1d0af 8085 (Creating Hash): Explain "full" means "make larger".
b8d4c8d0
GM
8086 (Hash Access): Any object can be a key.
8087 State value of maphash.
8088
8089 * functions.texi (What Is a Function): Wording cleanup.
8090 (Function Documentation): Minor cleanup.
8091 Explain purpose of calling convention at end of doc string.
8092 (Function Names): Wording cleanup.
8093 (Calling Functions): Wording cleanup.
8094 Explain better how funcall calls the function.
8095 (Function Cells): Delete example of saving and redefining function.
8096
8097 * control.texi (Combining Conditions): Wording cleanup.
8098 (Iteration): dolist and dotimes bind VAR locally.
8099 (Cleanups): Xref to Atomic Changes.
8100
8101 * compile.texi (Byte Compilation): Delete 19.29 info.
8102 (Compilation Functions): Macros' difficulties don't affect defsubst.
8103 (Docs and Compilation): Delete 19.29 info.
8104
81052005-02-10 Richard M. Stallman <rms@gnu.org>
8106
8107 * objects.texi (Symbol Type): Minor correction.
8108
81092005-02-06 Lute Kamstra <lute@gnu.org>
8110
8111 * modes.texi (Example Major Modes): Fix typos.
8112
81132005-02-06 Richard M. Stallman <rms@gnu.org>
8114
8115 * text.texi (Margins): fill-nobreak-predicate can be one function.
8116
8117 * strings.texi (Modifying Strings): clear-string can make unibyte.
8118 (Formatting Strings): format gives error if values missing.
8119
8120 * positions.texi (Character Motion): Mention default arg
8121 for forward-char. backward-char refers to forward-char.
8122 (Word Motion): Mention default arg for forward-word.
8123 (Buffer End Motion): Mention default arg for beginning-of-buffer.
8124 Simplify end-of-buffer.
8125 (Text Lines): Mention default arg for forward-line.
8126 (List Motion): Mention default arg for beginning/end-of-defun.
8127 (Skipping Characters): Minor fixes in explaining character-set.
8128
8129 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
8130 Mode inheritance applies only when default-major-mode is nil.
8131 Clarifications.
8132 (Example Major Modes): Update Text mode and Lisp mode examples.
8133 (Minor Mode Conventions): Mention define-minor-mode at top.
8134 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
8135 (Mode Line Format): Update mode line face display info.
8136 (Properties in Mode): Mention effect of risky vars.
8137 (Imenu): Define imenu-add-to-menubar.
8138 (Font Lock Mode): Add descriptions to menu lines.
8139 (Faces for Font Lock): Add font-lock-doc-face.
8140
81412005-02-05 Lute Kamstra <lute@gnu.org>
8142
8143 * text.texi (Maintaining Undo): Remove obsolete function.
8144
81452005-02-05 Eli Zaretskii <eliz@gnu.org>
8146
8147 * frames.texi (Color Names): Add pointer to the X docs about RGB
c4cc8b9a 8148 color specifications. Improve indexing.
b8d4c8d0
GM
8149 (Text Terminal Colors): Replace the description of RGB values by
8150 an xref to "Color Names".
8151
81522005-02-03 Richard M. Stallman <rms@gnu.org>
8153
8154 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
8155 Clarify.
8156 (Selecting Windows): Clarify save-selected-window.
8157 (Cyclic Window Ordering): Clarify walk-windows.
8158 (Window Point): Clarify.
8159 (Window Start): Add comment to example.
8160 (Resizing Windows): Add `interactive' specs in examples.
8161 Document fit-window-to-buffer.
8162
8163 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
8164 (Undo, Maintaining Undo): Clarify last change.
8165 (Sorting): In sort-numeric-fields, explain about octal and hex.
8166 Mention sort-numeric-base.
8167 (Format Properties): Add xref for hard newlines.
8168
8169 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
8170 (Pop-Up Menus): Fix typo.
8171 (Color Names): Explain all types of color names.
8172 Explain color-values on B&W terminal.
8173 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
8174
8175 * files.texi (File Locks): Not supported on MS systems.
8176 (Testing Accessibility): Clarify.
8177
8178 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
8179 (Coverage Testing): Fix typo.
8180
8181 * commands.texi (Misc Events): Remove stray space.
8182
8183 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
8184 (Modification Time): Clarify when visited-file-modtime returns 0.
8185 (The Buffer List): Clarify bury-buffer.
8186 (Killing Buffers): Clarify.
8187 (Indirect Buffers): Add clone-indirect-buffer.
8188
81892005-02-02 Matt Hodges <MPHodges@member.fsf.org>
8190
8191 * edebug.texi (Printing in Edebug): Fix default value of
8192 edebug-print-circle.
8193 (Coverage Testing): Fix displayed frequency count data.
8194
81952005-02-02 Luc Teirlinck <teirllm@auburn.edu>
8196
8197 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
8198
81992005-02-02 Kim F. Storm <storm@cua.dk>
8200
8201 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
8202
82032005-01-29 Eli Zaretskii <eliz@gnu.org>
8204
8205 * commands.texi (Misc Events): Describe the help-echo event.
8206
8207 * text.texi (Special Properties) <help-echo>: Use `pos'
8208 consistently in description of the help-echo property.
8209 Use @code{nil} instead of @var{nil}.
8210
8211 * display.texi (Overlay Properties): Fix the index entry for
8212 help-echo overlay property.
8213
8214 * customize.texi (Type Keywords): Uncomment the xref to the
8215 help-echo property documentation.
8216
82172005-01-23 Kim F. Storm <storm@cua.dk>
8218
8219 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
8220 return value. Third element FULLY replaced by PARTIAL which
8221 specifies number of invisible pixels if row is only partially visible.
8222 (Textual Scrolling): Mention auto-window-vscroll.
8223 (Vertical Scrolling): New defvar auto-window-vscroll.
8224
82252005-01-16 Luc Teirlinck <teirllm@auburn.edu>
8226
8227 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
8228 command remapping.
8229
82302005-01-15 Richard M. Stallman <rms@gnu.org>
8231
8232 * display.texi (Defining Images): Mention DATA-P arg of create-image.
8233
82342005-01-14 Kim F. Storm <storm@cua.dk>
8235
8236 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
8237
8238 * text.texi (Links and Mouse-1): Fix string and vector item.
8239
82402005-01-13 Richard M. Stallman <rms@gnu.org>
8241
8242 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
8243 descriptions of overriding-local-map and overriding-terminal-local-map.
8244
8245 * text.texi (Links and Mouse-1): Clarify text.
8246
82472005-01-13 Kim F. Storm <storm@cua.dk>
8248
8249 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
8250
82512005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
8252
8253 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
8254
82552005-01-12 Kim F. Storm <storm@cua.dk>
8256
8257 * text.texi (Links and Mouse-1): Rename section from Enabling
8258 Mouse-1 to Following Links. Change xrefs.
8259 Add examples for define-button-type and define-widget.
8260
8261 * display.texi (Button Properties, Button Buffer Commands):
8262 Clarify mouse-1 and follow-link functionality.
8263
82642005-01-12 Richard M. Stallman <rms@gnu.org>
8265
8266 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
8267
8268 * display.texi (Beeping): Fix Texinfo usage.
8269
8270 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
8271
82722005-01-11 Kim F. Storm <storm@cua.dk>
8273
8274 * display.texi (Button Properties, Button Buffer Commands):
8275 Mention mouse-1 binding. Add follow-link keyword.
8276
8277 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
8278 (Enabling Mouse-1 to Follow Links): New subsection.
8279
82802005-01-06 Richard M. Stallman <rms@gnu.org>
8281
8282 * text.texi (Special Properties): Minor change.
8283
8284 * os.texi (Timers): Clarify previous change.
8285
8286 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
8287
82882005-01-01 Luc Teirlinck <teirllm@auburn.edu>
8289
8290 * display.texi (Face Attributes): Correct xref to renamed node.
8291
82922005-01-01 Richard M. Stallman <rms@gnu.org>
8293
8294 * display.texi (Face Attributes): Describe hex color specs.
8295
82962004-12-31 Richard M. Stallman <rms@gnu.org>
8297
8298 * os.texi (Timers): Update previous change.
8299
83002004-12-30 Kim F. Storm <storm@cua.dk>
8301
8302 * display.texi (Line Height): Total line-height is now specified
8303 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
8304 in cons cells. (nil . RATIO) is relative to actual line height.
8305 Use line-height `t' instead of `0' to get minimum height.
8306
83072004-12-29 Richard M. Stallman <rms@gnu.org>
8308
8309 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
8310
83112004-12-28 Richard M. Stallman <rms@gnu.org>
8312
8313 * commands.texi (Quitting): Clarify value of with-local-quit.
8314
8315 * elisp.texi (Top): Fix previous change.
8316
8317 * loading.texi (Loading): Fix previous change.
8318
83192004-12-27 Richard M. Stallman <rms@gnu.org>
8320
8321 * Makefile.in (MAKEINFO): Specify --force.
8322
8323 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
8324
8325 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
8326
8327 * display.texi (Line Height): Further clarify.
8328
8329 * elisp.texi (Top): Update Loading submenu.
8330
8331 * loading.texi (Where Defined): New node.
8332 (Unloading): load-history moved to Where Defined.
8333
83342004-12-21 Richard M. Stallman <rms@gnu.org>
8335
8336 * commands.texi (Event Input Misc): Add while-no-input.
8337
83382004-12-11 Richard M. Stallman <rms@gnu.org>
8339
8340 * display.texi (Line Height): Rewrite text for clarity.
8341
83422004-12-11 Kim F. Storm <storm@cua.dk>
8343
8344 * display.texi (Display): Add node "Line Height" to menu.
8345 (Line Height): New node. Move full description of line-spacing
8346 and line-height text properties here from text.texi.
8347 (Scroll Bars): Add vertical-scroll-bar variable.
8348
8349 * frames.texi (Window Frame Parameters): Remove line-height defvar.
8350
8351 * locals.texi (Standard Buffer-Local Variables): Fix xref for
8352 line-spacing and vertical-scroll-bar.
8353
8354 * text.texi (Special Properties): Just mention line-spacing and
8355 line-height here, add xref to new "Line Height" node.
8356
83572004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
8358
8359 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
8360
8361 * locals.texi (Standard Buffer-Local Variables):
8362 Add @xref for `line-spacing'.
8363
83642004-12-05 Richard M. Stallman <rms@gnu.org>
8365
8366 * Makefile.in (maintainer-clean): Remove the info files
8367 in $(infodir) where they are created.
8368
83692004-12-03 Richard M. Stallman <rms@gnu.org>
8370
8371 * windows.texi (Selecting Windows): get-lru-window and
8372 get-largest-window don't consider dedicated windows.
8373
8374 * text.texi (Undo): Document undo-in-progress.
8375
83762004-11-26 Richard M. Stallman <rms@gnu.org>
8377
8378 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
8379 Remove a few vars that are not always buffer-local.
8380
83812004-11-24 Luc Teirlinck <teirllm@auburn.edu>
8382
8383 * locals.texi (Standard Buffer-Local Variables): Comment out
8384 xref's to non-existent node `Yet to be written'.
8385
83862004-11-24 Richard M. Stallman <rms@gnu.org>
8387
8388 * processes.texi (Synchronous Processes): Grammar fix.
8389
8390 * numbers.texi (Comparison of Numbers): Add eql.
8391
8392 * locals.texi (Standard Buffer-Local Variables): Add many vars.
8393
8394 * intro.texi (Printing Notation): Fix previous change.
8395
8396 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
8397 and default-indicate-buffer-boundaries from here.
8398 (Usual Display): To here.
8399 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
8400 (Usual Display): Move tab-width up.
8401
5dcb4c4e
SM
8402 * customize.texi (Variable Definitions):
8403 Replace show-paren-mode example with tooltip-mode.
b8d4c8d0
GM
8404 (Simple Types, Composite Types, Defining New Types):
8405 Minor cleanups.
8406
84072004-11-21 Jesper Harder <harder@ifa.au.dk>
8408
8409 * processes.texi (Synchronous Processes, Output from Processes):
8410 Markup fix.
8411
84122004-11-20 Richard M. Stallman <rms@gnu.org>
8413
8414 * positions.texi (Skipping Characters): skip-chars-forward
8415 now handles char classes.
8416
8417 * intro.texi (Printing Notation): Avoid confusion of `print'
8418 when explaining @print.
8419
8420 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
8421
8422 * display.texi (Display Table Format): Minor fix.
8423
8424 * streams.texi (Output Functions): Fix print example.
8425
8426 * Makefile.in (elisp): New target.
8427 (dist): Depend on $(infodir)/elisp, not elisp.
8428 Copy the info files from $(infodir).
8429
8430 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
8431 read-from-minibuffer.
8432
8433 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
8434
84352004-11-19 Richard M. Stallman <rms@gnu.org>
8436
8437 * searching.texi (Regexp Search): Add search-whitespace-regexp.
8438
84392004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
8440
8441 * tips.texi (Coding Conventions): Fix typo.
8442
84432004-11-16 Richard M. Stallman <rms@gnu.org>
8444
8445 * tips.texi (Coding Conventions): Separate defvar and require
8446 methods to avoid warnings. Use require only when there are many
8447 functions and variables from that package.
8448
8449 * minibuf.texi (Minibuffer Completion): When ignoring case,
8450 predicate must not be case-sensitive.
8451
8452 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
8453 (Test Coverage): Don't talk about "splotches". Clarified.
8454
84552004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
8456
8457 * frames.texi (Window Frame Parameters): Fix typo.
8458
84592004-11-15 Kim F. Storm <storm@cua.dk>
8460
8461 * symbols.texi (Other Plists): Note that plist-get may signal error.
8462 Add safe-plist-get.
8463
84642004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
8465
8466 * modes.texi (Font Lock Basics): Fix typo.
8467
84682004-11-08 Richard M. Stallman <rms@gnu.org>
8469
8470 * syntax.texi (Syntax Table Functions): Add syntax-after.
8471
84722004-11-06 Lars Brinkhoff <lars@nocrew.org>
8473
8474 * os.texi (Processor Run Time): New section documenting
8475 get-internal-run-time.
8476
84772004-11-06 Eli Zaretskii <eliz@gnu.org>
8478
8479 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
8480 it nukes elisp-cover.texi.
8481 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
8482 elisp-0 etc.
8483
84842004-11-05 Luc Teirlinck <teirllm@auburn.edu>
8485
8486 * commands.texi (Keyboard Macros): Document `append' return value
8487 of `defining-kbd-macro'.
8488
84892004-11-01 Richard M. Stallman <rms@gnu.org>
8490
8491 * commands.texi (Interactive Call): Add called-interactively-p.
8492
84932004-10-29 Simon Josefsson <jas@extundo.com>
8494
8495 * minibuf.texi (Reading a Password): Revert.
8496
84972004-10-28 Richard M. Stallman <rms@gnu.org>
8498
8499 * frames.texi (Display Feature Testing): Explain about "vendor".
8500
85012004-10-27 Richard M. Stallman <rms@gnu.org>
8502
8503 * commands.texi (Interactive Codes): `N' uses numeric prefix,
8504 not raw. Clarify `n'.
8505 (Interactive Call): Rewrite interactive-p, focusing on when
8506 and how to use it.
8507 (Misc Events): Clarify previous change.
8508
8509 * advice.texi (Simple Advice): Clarify what job the example does.
8510 (Around-Advice): Clarify ad-do-it.
8511 (Activation of Advice): An option of ad-default-compilation-action
8512 is `never', not `nil'.
8513
85142004-10-26 Kim F. Storm <storm@cua.dk>
8515
8516 * commands.texi (Interactive Codes): Add U code letter.
8517
85182004-10-25 Simon Josefsson <jas@extundo.com>
8519
8520 * minibuf.texi (Reading a Password): Add.
8521
85222004-10-24 Jason Rumney <jasonr@gnu.org>
8523
8524 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
8525 and wheel-down.
8526
85272004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
8528
8529 * processes.texi (Synchronous Processes): Document process-file.
8530
85312004-10-22 Kenichi Handa <handa@m17n.org>
8532
8533 * text.texi (translate-region): Document that it accepts also a
8534 char-table.
8535
85362004-10-22 David Ponce <david@dponce.com>
8537
8538 * windows.texi (Resizing Windows): Document the `preserve-before'
8539 argument of the functions `enlarge-window' and `shrink-window'.
8540
85412004-10-19 Jason Rumney <jasonr@gnu.org>
8542
8543 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
8544
85452004-10-09 Luc Teirlinck <teirllm@auburn.edu>
8546
8547 * text.texi (Filling): Add anchor for definition of
8548 `sentence-end-double-space'.
8549
8550 * searching.texi (Regexp Example): Update description of how
8551 Emacs currently recognizes the end of a sentence.
8552 (Standard Regexps): Update definition of the variable
8553 `sentence-end'. Add definition of the function `sentence-end'.
8554
85552004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
8556
8557 * display.texi (Progress): New node.
8558
85592004-10-05 Kim F. Storm <storm@cua.dk>
8560
8561 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
8562
85632004-09-29 Kim F. Storm <storm@cua.dk>
8564
8565 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
8566 to identify bitmaps. Remove -fringe-bitmap suffix for standard
8567 fringe bitmap symbols, as they now have their own namespace.
8568 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
8569 vs. pixels. Signal error if no free bitmap slots.
8570 (Pixel Specification): Change IMAGE to @var{image}.
8571
85722004-09-28 Richard M. Stallman <rms@gnu.org>
8573
8574 * text.texi (Special Properties): Clarify line-spacing and line-height.
8575
8576 * searching.texi (Regexp Search): Add looking-back.
8577
85782004-09-25 Luc Teirlinck <teirllm@auburn.edu>
8579
8580 * display.texi: Correct typos.
8581 (Image Descriptors): Correct xref's.
8582
85832004-09-25 Richard M. Stallman <rms@gnu.org>
8584
8585 * text.texi (Special Properties): Cleanups in `cursor'.
8586 Rewrites in `line-height' and `line-spacing'; exchange them.
8587
8588 * display.texi (Fringes): Rewrite previous change.
8589 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
8590 (Display Fringe Bitmaps): Node deleted, text moved.
8591 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
8592 (Scroll Bars): Clarify set-window-scroll-bars.
8593 (Pointer Shape): Rewrite.
8594 (Specified Space): Clarify :align-to, etc.
8595 (Pixel Specification): Use @var. Clarify new text.
8596 (Other Display Specs): Clarify `slice'.
8597 (Image Descriptors): Cleanups.
8598 (Showing Images): Cleanups.
8599
86002004-09-24 Luc Teirlinck <teirllm@auburn.edu>
8601
8602 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
8603
8604 * modes.texi: Various minor changes in addition to:
8605 (Major Mode Conventions): Final call to `run-mode-hooks' should
8606 not be inside the `delay-mode-hooks' form.
8607 (Mode Hooks): New node.
8608 (Hooks): Delete obsolete example.
8609 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
8610 node "Mode Hooks".
8611
86122004-09-22 Luc Teirlinck <teirllm@auburn.edu>
8613
8614 * display.texi: Correct various typos.
8615 (Display): Rename node "Pointer Shapes" to "Pointer
8616 Shape". (There is already a node called "Pointer Shapes" in
8617 frames.texi.)
8618 (Images): Remove non-existent node "Image Slices" from menu.
8619
86202004-09-23 Kim F. Storm <storm@cua.dk>
8621
8622 * text.texi (Special Properties): Add `cursor', `pointer',
8623 `line-height', and `line-spacing' properties.
8624
8625 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
8626 Shapes' to menu.
8627 (Standard Faces): Doc fix for fringe face.
8628 (Fringes): Add `overflow-newline-into-fringe' and
8629 'indicate-buffer-boundaries'.
8630 (Fringe Bitmaps, Pointer Shapes): New nodes.
8631 (Display Property): Add 'Pixel Specification' and 'Display Fringe
8632 Bitmaps' to menu.
8633 (Specified Space): Describe pixel width and height.
8634 (Pixel Specification): New node.
8635 (Other Display Specs): Add `slice' property.
8636 (Display Fringe Bitmaps): New node.
8637 (Images): Add 'Image Slices' to menu.
8638 (Image Descriptors): Add `:pointer' and `:map' properties.
5dcb4c4e
SM
8639 (Showing Images): Add slice arg to `insert-image'.
8640 Add 'insert-sliced-image'.
b8d4c8d0
GM
8641
86422004-09-20 Richard M. Stallman <rms@gnu.org>
8643
8644 * commands.texi (Key Sequence Input):
8645 Clarify downcasing in read-key-sequence.
8646
86472004-09-08 Juri Linkov <juri@jurta.org>
8648
8649 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
8650
86512004-09-07 Luc Teirlinck <teirllm@auburn.edu>
8652
5dcb4c4e
SM
8653 * locals.texi (Standard Buffer-Local Variables):
8654 Add `buffer-auto-save-file-format'.
b8d4c8d0
GM
8655 * internals.texi (Buffer Internals): Describe new
8656 auto_save_file_format field of the buffer structure.
8657 * files.texi (Format Conversion): `auto-save-file-format' has been
8658 renamed `buffer-auto-save-file-format'.
8659
86602004-08-27 Luc Teirlinck <teirllm@auburn.edu>
8661
8662 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
8663 an integer or a marker.
8664 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
8665
86662004-08-22 Richard M. Stallman <rms@gnu.org>
8667
8668 * modes.texi (Major Mode Conventions): Discuss rebinding of
8669 standard key bindings.
8670
86712004-08-18 Kim F. Storm <storm@cua.dk>
8672
8673 * processes.texi (Accepting Output): Add `just-this-one' arg to
8674 `accept-process-output'.
8675 (Output from Processes): New var `process-adaptive-read-buffering'.
8676
86772004-08-10 Luc Teirlinck <teirllm@auburn.edu>
8678
8679 * keymaps.texi: Various changes in addition to:
8680 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
8681 Give more varied examples for `kbd'.
8682 (Creating Keymaps): Char tables have slots for all characters
8683 without modifiers.
8684 (Active Keymaps): `overriding-local-map' and
8685 `overriding-terminal-local-map' also override text property and
8686 overlay keymaps.
8687 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
8688 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
8689 to denote a prefix of no events.
8690 `map-keymap' includes parent's bindings _recursively_.
8691 Clarify and correct description of `where-is-internal'.
8692 Mention BUFFER-OR-NAME arg to `describe-bindings'.
8693 (Menu Example): For menus intended for use with the keyboard, the
8694 menu items should be bound to characters or real function keys.
8695
86962004-08-08 Luc Teirlinck <teirllm@auburn.edu>
8697
8698 * objects.texi (Character Type): Reposition `@anchor' to prevent
8699 double space inside sentence in Info.
8700
8701 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
8702 renamed to `disabled-command-function'.
8703 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
8704 (Command Loop Info): Replace reference to it.
8705 (Disabling Commands): `disabled-command-hook' has been renamed to
8706 `disabled-command-function'.
8707
87082004-08-07 Luc Teirlinck <teirllm@auburn.edu>
8709
8710 * os.texi (Translating Input): Only non-prefix bindings in
8711 `key-translation-map' override actual key bindings. Warn about
8712 possible indirect effect of actual key bindings on non-prefix
8713 bindings in `key-translation-map'.
8714
87152004-08-06 Luc Teirlinck <teirllm@auburn.edu>
8716
8717 * minibuf.texi (High-Level Completion): Add anchor for definition
8718 of `read-variable'.
8719
8720 * commands.texi: Various changes in addition to:
8721 (Using Interactive): Clarify description of `interactive-form'.
8722 (Interactive Call): Mention default for KEYS argument to
8723 `call-interactively'.
8724 (Command Loop Info): Clarify description of `this-command-keys'.
8725 Mention KEEP-RECORD argument to `clear-this-command-keys'.
8726 Value of `last-event-frame' can be `macro'.
8727 (Repeat Events): `double-click-fuzz' is also used to distinguish
8728 clicks and drags.
8729 (Classifying Events): Clarify descriptions of `event-modifiers'
8730 `event-basic-type' and `event-convert-list'.
8731 (Accessing Events): `posn-timestamp' takes POSITION argument.
8732 (Quoted Character Input): Clarify description of
8733 `read-quoted-char' and fix example.
8734 (Quitting): Add `with-local-quit'.
8735 (Disabling Commands): Correct and clarify descriptions of
8736 `enable-command' and `disable-command'.
8737 Mention what happens if `disabled-command-hook' is nil.
8738 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
8739 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
8740
87412004-07-24 Luc Teirlinck <teirllm@auburn.edu>
8742
8743 * frames.texi: Various changes in addition to:
8744 (Creating Frames): Expand and clarify description of `make-frame'.
8745 (Window Frame Parameters): Either none or both of the `icon-left'
8746 and `icon-top' parameters must be specified. Put descriptions of
8747 `menu-bar-lines' and `toolbar-lines' closer together and change
8748 them accordingly.
8749 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
8750 except while processing `frame-title-format' or `icon-title-format'.
8751 (Deleting Frames): Correct description of `delete-frame'.
8752 Non-nil return values of `frame-live-p' are like those of `framep'.
8753 (Frames and Windows): Mention return value of
8754 `set-frame-selected-window'.
8755 (Visibility of Frames): Mention `force' argument to
8756 `make-frame-invisible'. `frame-visible-p' returns t for all
8757 frames on text-only terminals.
8758 (Frame Configurations): Restoring a frame configuration does not
8759 restore deleted frames.
8760 (Window System Selections): `x-set-selection' returns DATA.
8761 (Resources): Add example.
8762 (Display Feature Testing): Clarify descriptions of
8763 `display-pixel-height', `display-pixel-width', `x-server-version'
8764 and `x-server-vendor'.
8765
8766 * windows.texi (Choosing Window): Add anchor.
8767 * minibuf.texi (Minibuffer Misc): Add anchor.
8768
87692004-07-23 John Paul Wallington <jpw@gnu.org>
8770
8771 * macros.texi (Defining Macros): Declaration keyword for setting
8772 Edebug spec is `debug' not `edebug'.
8773
87742004-07-19 Luc Teirlinck <teirllm@auburn.edu>
8775
8776 * windows.texi: Various small changes in addition to:
8777 (Window Point): Mention return value of `set-window-point'.
8778 (Window Start): `pos-visible-in-window-p' disregards horizontal
8779 scrolling. Explain return value if PARTIALLY is non-nil.
8780 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
8781 and `set-window-vscroll'.
8782 (Size of Window): The argument WINDOW to `window-inside-edges',
8783 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
8784 (Resizing Windows): Explain return value of
8785 `shrink-window-if-larger-than-buffer'.
8786 `window-size-fixed' automatically becomes buffer local when set.
8787 (Window Configurations): Explain return value of
8788 `set-window-configuration'.
8789
8790 * minibuf.texi (Minibuffer Misc): Add anchor for
8791 `minibuffer-scroll-window'.
8792
8793 * positions.texi (Text Lines): Add anchor for `count-lines'.
8794
87952004-07-17 Richard M. Stallman <rms@gnu.org>
8796
8797 * display.texi (Overlay Properties): Adding `evaporate' prop
8798 deletes empty overlay immediately.
8799
8800 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
8801 fix example.
8802
88032004-07-16 Jim Blandy <jimb@redhat.com>
8804
8805 * searching.texi (Regexp Backslash): Document new \_< and \_>
8806 operators.
8807
88082004-07-16 Juanma Barranquero <lektu@terra.es>
8809
8810 * display.texi (Images): Fix Texinfo usage.
8811
88122004-07-14 Luc Teirlinck <teirllm@auburn.edu>
8813
8814 * buffers.texi (Modification Time): `visited-file-modtime' now
8815 returns a list of two integers, instead of a cons.
8816
88172004-07-13 Luc Teirlinck <teirllm@auburn.edu>
8818
8819 * windows.texi: Various changes in addition to:
8820 (Splitting Windows): Add `split-window-keep-point'.
8821
88222004-07-09 Richard M. Stallman <rms@gnu.org>
8823
8824 * frames.texi (Input Focus): Minor fix.
8825
88262004-07-07 Luc Teirlinck <teirllm@auburn.edu>
8827
8828 * frames.texi (Input Focus): Clarify descriptions of
8829 `select-frame-set-input-focus' and `select-frame'.
8830
88312004-07-06 Luc Teirlinck <teirllm@auburn.edu>
8832
8833 * os.texi: Various small changes in addition to:
8834 (Killing Emacs): Expand and clarify description of
8835 `kill-emacs-query-functions' and `kill-emacs-hook'.
8836 (System Environment): Expand and clarify description of `getenv'
8837 and `setenv'.
8838 (Timers): Clarify description of `run-at-time'.
8839 (Translating Input): Correct description of
8840 `extra-keyboard-modifiers'.
8841 (Flow Control): Correct description of `enable-flow-control'.
8842
88432004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
8844
8845 * os.texi: Update copyright.
8846 (Session Management): Grammar fix.
8847 Clarify which Emacs does the restarting.
8848 Use @samp for *scratch* buffer.
8849
88502004-07-04 Alan Mackenzie <acm@muc.de>
8851
8852 * frames.texi (Input Focus): Add documentation for
8853 `select-frame-set-input-focus'. Replace refs to non-existent
8854 `switch-frame' with `select-frame'. Minor corrections and tidying
8855 up of text-only terminal stuff.
8856
88572004-07-02 Richard M. Stallman <rms@gnu.org>
8858
8859 * files.texi (Saving Buffers): Cleanup write-contents-function.
8860 (Magic File Names): Cleanup file-remote-p.
8861
b344d29d 88622004-07-02 Kai Großjohann <kai@emptydomain.de>
b8d4c8d0
GM
8863
8864 * files.texi (Magic File Names): `file-remote-p' returns an
8865 identifier of the remote system, not just t.
8866
88672004-07-02 David Kastrup <dak@gnu.org>
8868
8869 * searching.texi (Entire Match Data): Add explanation about new
8870 match-data behavior when @var{integers} is non-nil.
8871
88722004-06-24 Richard M. Stallman <rms@gnu.org>
8873
8874 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
8875
8876 * customize.texi (Variable Definitions): Note about doc strings
8877 and :set.
8878
8879 * keymaps.texi (Keymap Terminology): Document `kbd'.
8880 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
8881
8882 * display.texi (Invisible Text): Setting buffer-invisibility-spec
8883 makes it buffer-local.
8884
8885 * files.texi (Saving Buffers): Correct previous change.
8886
8887 * commands.texi (Accessing Events):
8888 Clarify posn-col-row and posn-actual-col-row.
8889
88902004-06-24 David Ponce <david.ponce@wanadoo.fr>
8891
8892 * commands.texi (Accessing Events): New functions
8893 posn-at-point and posn-at-x-y. Add example to posn-x-y.
8894
88952004-06-23 Luc Teirlinck <teirllm@auburn.edu>
8896
8897 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
8898 * frames.texi, buffers.texi, backups.texi, variables.texi:
8899 * loading.texi, eval.texi, functions.texi, control.texi:
8900 * symbols.texi, minibuf.texi: Reposition @anchor's.
8901
8902 * help.texi: Various small changes in addition to the following.
8903 (Describing Characters): Describe PREFIX argument to
8904 `key-description'. Correct and clarify definition of
8905 `text-char-description'. Describe NEED-VECTOR argument to
8906 `read-kbd-macro'.
8907 (Help Functions): Clarify definition of `apropos'.
8908
89092004-06-23 Lars Hansen <larsh@math.ku.dk>
8910
8911 * files.texi (Saving Buffers): Correct description of
8912 `write-contents-functions'.
8913
89142004-06-21 Juanma Barranquero <lektu@terra.es>
8915
8916 * display.texi (Images): Remove redundant @vindex directives.
8917 Rewrite `image-library-alist' doc in active voice.
8918
89192004-06-14 Juanma Barranquero <lektu@terra.es>
8920
8921 * display.texi (Images): Document new delayed library loading,
8922 variable `image-library-alist' and (existing but undocumented)
8923 function `image-type-available-p'.
8924
89252004-06-05 Richard M. Stallman <rms@gnu.org>
8926
8927 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
8928 refer the user to the Initial Input node.
8929 (Text from Minibuffer): Likewise.
8930 (Initial Input): New node. Document this feature
8931 and say it is mostly deprecated.
8932
89332004-05-30 Richard M. Stallman <rms@gnu.org>
8934
8935 * loading.texi (Named Features): Clarify return value
8936 and meaning of NOERROR.
8937
8938 * variables.texi (File Local Variables): Minor cleanup.
8939
89402004-05-30 Michael Albinus <michael.albinus@gmx.de>
8941
8942 * files.texi (Magic File Names): Add `file-remote-p' as operation
8943 of file name handlers.
8944
89452004-05-29 Richard M. Stallman <rms@gnu.org>
8946
8947 * modes.texi (Minor Mode Conventions): (-) has no special meaning
8948 as arg to a minor mode command.
8949
89502004-05-22 Richard M. Stallman <rms@gnu.org>
8951
8952 * syntax.texi (Syntax Class Table): Word syntax not just for English.
8953
8954 * streams.texi (Output Variables): Doc float-output-format.
8955
8956 * searching.texi (Regexp Special): Nested repetition can be infloop.
8957
8958 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
8959 real stack overflow.
8960
8961 * compile.texi: Minor cleanups.
8962
89632004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
8964
8965 * lists.texi (Cons Cells): Explain dotted lists, true lists,
8966 circular lists.
8967 (List Elements): Explain handling of circular and dotted lists.
8968
89692004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
8970
8971 * modes.texi (Search-based Fontification): Fix typo.
8972
89732004-05-10 Juanma Barranquero <lektu@terra.es>
8974
8975 * modes.texi (Mode Line Variables): Fix description of
8976 global-mode-string, which is now after which-func-mode, not the
8977 buffer name.
8978
89792004-05-07 Lars Hansen <larsh@math.ku.dk>
8980
8981 * modes.texi (Desktop Save Mode): Add.
8982 (Modes): Add menu entry Desktop Save Mode.
8983
8984 * hooks.texi: Add desktop-after-read-hook,
8985 desktop-no-desktop-file-hook and desktop-save-hook.
8986
8987 * locals.texi: Add desktop-save-buffer.
8988
89892004-04-30 Jesper Harder <harder@ifa.au.dk>
8990
8991 * display.texi: emacs -> Emacs.
8992
89932004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
8994
8995 * files.texi (Changing Files): Document set-file-times.
8996
89972004-04-23 Juanma Barranquero <lektu@terra.es>
8998
8999 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
9000
90012004-04-18 Jesper Harder <harder@ifa.au.dk>
9002
9003 * tips.texi (Coding Conventions): defopt -> defcustom.
9004
90052004-04-16 Luc Teirlinck <teirllm@auburn.edu>
9006
9007 * sequences.texi: Various clarifications.
9008
90092004-04-14 Luc Teirlinck <teirllm@auburn.edu>
9010
9011 * buffers.texi (Read Only Buffers): Mention optional ARG to
9012 `toggle-read-only'.
9013
90142004-04-14 Nick Roberts <nick@nick.uklinux.net>
9015
9016 * windows.texi (Selecting Windows): Note that get-lru-window
9017 returns a full-width window if possible.
9018
90192004-04-13 Luc Teirlinck <teirllm@auburn.edu>
9020
9021 * buffers.texi: Various changes in addition to:
9022 (Buffer File Name): Add `find-buffer-visiting'.
9023 (Buffer Modification): Mention optional ARG to `not-modified'.
9024 (Indirect Buffers): Mention optional CLONE argument to
9025 `make-indirect-buffer'.
9026
9027 * files.texi: Various changes in addition to:
9028 (Visiting Functions): `find-file-hook' is now a normal hook.
9029 (File Name Expansion): Explain difference between the way that
9030 `expand-file-name' and `file-truename' treat `..'.
9031 (Contents of Directories): Mention optional ID-FORMAT argument to
9032 `directory-files-and-attributes'.
9033 (Format Conversion): Mention new optional CONFIRM argument to
9034 `format-write-file'.
9035
90362004-04-12 Miles Bader <miles@gnu.org>
9037
9038 * macros.texi (Expansion): Add description of `macroexpand-all'.
9039
90402004-04-05 Jesper Harder <harder@ifa.au.dk>
9041
5dcb4c4e
SM
9042 * variables.texi (Variable Aliases):
9043 Mention cyclic-variable-indirection.
b8d4c8d0
GM
9044
9045 * errors.texi (Standard Errors): Ditto.
9046
90472004-04-04 Luc Teirlinck <teirllm@auburn.edu>
9048
9049 * backups.texi: Various small changes in addition to:
9050 (Making Backups): Mention return value of `backup-buffer'.
9051 (Auto-Saving): Mention optional FORCE argument to
9052 `delete-auto-save-file-if-necessary'.
9053 (Reverting): Mention optional PRESERVE-MODES argument to
9054 `revert-buffer'. Correct description of `revert-buffer-function'.
9055
90562004-03-22 Juri Linkov <juri@jurta.org>
9057
9058 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
9059 with `Vector Functions'.
9060
9061 * text.texi (Sorting): Add missing quote.
9062
90632004-03-14 Luc Teirlinck <teirllm@auburn.edu>
9064
9065 * intro.texi (Lisp History): Replace xref to `cl' manual with
9066 inforef.
9067
90682004-03-12 Richard M. Stallman <rms@gnu.org>
9069
9070 * intro.texi (Version Info): Add arg to emacs-version.
9071 (Lisp History): Change xref to CL manual.
9072
90732004-03-09 Luc Teirlinck <teirllm@auburn.edu>
9074
9075 * minibuf.texi (Completion Commands): Add xref to Emacs manual
9076 for Partial Completion mode.
9077
90782004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
9079
9080 * customize.texi: Fix typo. Remove eol whitespace.
9081
90822004-03-04 Richard M. Stallman <rms@gnu.org>
9083
9084 * processes.texi: Fix typos.
9085
9086 * lists.texi (Building Lists): Minor clarification.
9087
9088 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
9089 in make-hash-table.
9090
90912004-02-29 Juanma Barranquero <lektu@terra.es>
9092
9093 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
9094 rm, and ignore exit code.
9095
90962004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
9097
9098 * display.texi (Defining Faces): Add description for min-colors.
9099 Update example.
9100
91012004-02-23 Luc Teirlinck <teirllm@auburn.edu>
9102
9103 * abbrevs.texi: Various corrections and clarifications in addition
9104 to the following:
9105 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
9106
91072004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
9108
9109 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
9110
91112004-02-21 Luc Teirlinck <teirllm@auburn.edu>
9112
9113 * text.texi: Various small changes in addition to the following:
9114 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
9115 to delete-horizontal-space.
9116 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
9117 description of yank-handler text property at various places.
9118
9119 * frames.texi (Window System Selections): Add anchor.
9120
9121 * syntax.texi (Syntax Table Functions): Clarify and correct
9122 descriptions of make-syntax-table and copy-syntax-table.
9123 (Motion and Syntax): Clarify SYNTAXES argument to
9124 skip-syntax-forward.
9125 (Parsing Expressions): Mention that the return value of
9126 parse-partial-sexp is currently a list of ten rather than nine
9127 elements.
9128 (Categories): Various corrections and clarifications.
9129
91302004-02-17 Luc Teirlinck <teirllm@auburn.edu>
9131
9132 * markers.texi (Marker Insertion Types): Minor change.
9133
9134 * locals.texi (Standard Buffer-Local Variables):
9135 * commands.texi (Interactive Codes, Using Interactive):
9136 * functions.texi (Related Topics): Fix xrefs.
9137
91382004-02-16 Luc Teirlinck <teirllm@auburn.edu>
9139
9140 * lists.texi (Sets And Lists): Update description of delete-dups.
9141
91422004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
9143
9144 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
9145
c8763fb6 91462004-02-16 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
9147
9148 * frames.texi (Parameter Access): frame-parameters arg is optional.
9149 modify-frame-parameters handles nil for FRAME.
9150 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
9151 are all-or-nothing for certain toolkits.
9152 Mention parameter wait-for-wm.
9153 (Frames and Windows): In frame-first-window and frame-selected-window
9154 the arg is optional.
9155 (Input Focus): In redirect-frame-focus the second arg is optional.
9156 (Window System Selections): Mention selection type CLIPBOARD.
9157 Mention data-type UTF8_STRING.
9158 Mention numbering of cut buffers.
9159 (Resources): Describe x-resource-name.
9160
91612004-02-16 Richard M. Stallman <rms@gnu.org>
9162
9163 * windows.texi (Buffers and Windows): Delete false table
9164 about all-frames.
9165
9166 * syntax.texi (Parsing Expressions): Delete old caveat
9167 about parse-sexp-ignore-comments.
9168
9169 * streams.texi (Output Variables): Add print-quoted.
9170
9171 * lists.texi (Building Lists): Minor cleanup.
9172
9173 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
9174
9175 * display.texi (Overlays): Explain overlays use markers.
9176 (Managing Overlays): Explain front-advance and rear-advance
9177 in more detail.
9178
9179 * loading.texi (Unloading): Document unload-feature-special-hooks.
9180 Get rid of fns-NNN.el file.
9181
91822004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
9183
9184 * help.texi (Describing Characters): Fix text-char-description
9185 example output.
9186
9187 * edebug.texi (Using Edebug): Fix example.
9188
9189 * debugging.texi (Internals of Debugger): Fix return value.
9190
9191 * files.texi (Changing Files): Fix argname.
9192
9193 * calendar.texi: Fix parens, and default values.
9194
9195 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
9196 * nonascii.texi, objects.texi, os.texi: Minor fixes.
b3e755a9 9197 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
b8d4c8d0
GM
9198
9199 * positions.texi (Text Lines): Don't add -1 in current-line.
9200
92012004-02-16 Richard M. Stallman <rms@gnu.org>
9202
9203 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
9204
92052004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
9206
9207 * processes.texi (Low-Level Network): Fix a typo.
9208
92092004-02-12 Kim F. Storm <storm@cua.dk>
9210
9211 * display.texi (Fringes): Use consistent wording.
9212 Note that window-fringe's window arg is optional.
9213 (Scroll Bars): Use consistent wording.
9214
92152004-02-11 Luc Teirlinck <teirllm@auburn.edu>
9216
9217 * tips.texi (Comment Tips): Document the new conventions for
9218 commenting out code.
9219
c8763fb6 92202004-02-07 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0 9221
5dcb4c4e 9222 * positions.texi (Text Lines): Add missing end defun.
b8d4c8d0
GM
9223
92242004-02-07 Kim F. Storm <storm@cua.dk>
9225
9226 * positions.texi (Text Lines): Add line-number-at-pos.
9227
92282004-02-06 John Paul Wallington <jpw@gnu.org>
9229
9230 * display.texi (Button Properties, Button Buffer Commands):
9231 mouse-2 invokes button, not down-mouse-1.
9232
92332004-02-04 Jason Rumney <jasonr@gnu.org>
9234
9235 * makefile.w32-in: Sync with Makefile.in changes.
9236
92372004-02-03 Luc Teirlinck <teirllm@auburn.edu>
9238
9239 * minibuf.texi (Text from Minibuffer): Various corrections and
9240 clarifications.
9241 (Object from Minibuffer): Correct Lisp description of
9242 read-minibuffer.
9243 (Minibuffer History): Clarify description of cons values for
9244 HISTORY arguments.
5dcb4c4e
SM
9245 (Basic Completion): Various corrections and clarifications.
9246 Add completion-regexp-list.
b8d4c8d0
GM
9247 (Minibuffer Completion): Correct and clarify description of
9248 completing-read.
5dcb4c4e
SM
9249 (Completion Commands): Mention Partial Completion mode.
9250 Various other minor changes.
b8d4c8d0
GM
9251 (High-Level Completion): Various corrections and clarifications.
9252 (Reading File Names): Ditto.
9253 (Minibuffer Misc): Ditto.
9254
92552004-01-26 Luc Teirlinck <teirllm@auburn.edu>
9256
9257 * strings.texi (Text Comparison): assoc-string also matches
9258 elements of alists that are strings instead of conses.
9259 (Formatting Strings): Standardize Texinfo usage. Update index
9260 entries.
9261
92622004-01-20 Luc Teirlinck <teirllm@auburn.edu>
9263
9264 * lists.texi (Sets And Lists): Add delete-dups.
9265
92662004-01-15 Luc Teirlinck <teirllm@auburn.edu>
9267
9268 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
9269 special form.
9270 * macros.texi (Defining Macros): Update description of `declare',
9271 which now is a macro.
9272 (Wrong Time): Fix typos.
9273
92742004-01-14 Luc Teirlinck <teirllm@auburn.edu>
9275
9276 * compile.texi (Compilation Functions): Expand descriptions of
9277 `compile-defun', `byte-compile-file', `byte-recompile-directory'
9278 and `batch-byte-compile'. In particular, mention and describe
9279 all optional arguments.
9280 (Disassembly): Correct and clarify the description of `disassemble'.
9281
92822004-01-11 Luc Teirlinck <teirllm@auburn.edu>
9283
9284 * searching.texi: Various small changes in addition to the
9285 following.
9286 (Regexp Example): Adapt to new value of `sentence-end'.
9287 (Regexp Functions): The PAREN argument to `regexp-opt' can be
9288 `words'.
9289 (Search and Replace): Add usage note for `perform-replace'.
9290 (Entire Match Data): Mention INTEGERS and REUSE arguments to
9291 `match-data'.
9292 (Standard Regexps): Update for new values of `paragraph-start'
9293 and `sentence-end'.
9294
92952004-01-07 Luc Teirlinck <teirllm@auburn.edu>
9296
9297 * files.texi (Saving Buffers): Clarify descriptions of
9298 `write-contents-functions' and `before-save-hook'.
9299 Make the defvar's for `before-save-hook' and `after-save-hook'
9300 into defopt's.
9301
93022004-01-07 Kim F. Storm <storm@cua.dk>
9303
9304 * commands.texi (Click Events): Describe new image and
9305 width/height elements of click events.
9306 (Accessing Events): Add posn-string, posn-image, and
9307 posn-object-width-height. Change posn-object to return either
9308 image or string object.
9309
93102004-01-01 Simon Josefsson <jas@extundo.com>
9311
9312 * hooks.texi (Standard Hooks): Add before-save-hook.
9313 * files.texi (Saving Buffers): Likewise.
9314
93152004-01-03 Richard M. Stallman <rms@gnu.org>
9316
9317 * frames.texi (Frames and Windows): Delete frame-root-window.
9318
93192004-01-03 Luc Teirlinck <teirllm@auburn.edu>
9320
9321 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
9322
9323 * functions.texi: Various small changes in addition to the
9324 following.
5dcb4c4e
SM
9325 (What Is a Function): `functionp' returns nil for macros.
9326 Clarify behavior of this and following functions for symbol arguments.
b8d4c8d0
GM
9327 (Function Documentation): Add `\' in front of (fn @var{arglist})
9328 and explain why.
9329 (Defining Functions): Mention DOCSTRING argument to `defalias'.
9330 Add anchor.
9331 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
9332
93332004-01-01 Miles Bader <miles@gnu.org>
9334
9335 * display.texi (Buttons): New section.
9336
93372003-12-31 Andreas Schwab <schwab@suse.de>
9338
9339 * numbers.texi (Math Functions): sqrt reports a domain-error
9340 error.
9341 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
9342
93432003-12-30 Luc Teirlinck <teirllm@auburn.edu>
9344
9345 * tips.texi (Documentation Tips): Update item on hyperlinks in
9346 documentation strings.
9347
9348 * errors.texi (Standard Errors): Various small corrections and
9349 additions.
9350
9351 * control.texi: Various small changes in addition to the
9352 following.
9353 (Signaling Errors): Provide some more details on how `signal'
9354 constructs the error message. Add anchor to the definition of
9355 `signal'.
9356 (Error Symbols): Describe special treatment of `quit'.
9357 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
9358 to emphasize that it has to be a single form.
9359
9360 * buffers.texi: Add anchor.
9361
93622003-12-29 Richard M. Stallman <rms@gnu.org>
9363
9364 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
9365 (Window Configurations): Add window-configuration-frame.
9366
9367 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
9368
9369 * text.texi (Examining Properties): Add get-char-property-and-overlay.
9370 Change arg name in get-char-property.
9371 (Special Properties): Update handling of keymap property.
9372
9373 * strings.texi (Modifying Strings): Add clear-string.
9374 (Text Comparison): Add assoc-string and remove
9375 assoc-ignore-case, assoc-ignore-representation.
9376
9377 * os.texi (Time of Day): Add set-time-zone-rule.
9378
9379 * numbers.texi (Math Functions): asin, acos, log, log10
9380 report domain-error errors.
9381
9382 * nonascii.texi (Converting Representations):
9383 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
9384 (Encoding and I/O): Add file-name-coding-system.
9385
9386 * modes.texi (Search-based Fontification): Explain that
9387 face specs are symbols with face names as values.
9388
9389 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
9390
9391 * lists.texi (Building Lists): remq moved elsewhere.
9392 (Sets And Lists): remq moved here.
9393 (Association Lists): Refer to assoc-string.
9394
9395 * internals.texi (Garbage Collection): Add memory-use-counts.
9396
9397 * frames.texi (Frames and Windows): Add set-frame-selected-window
9398 and frame-root-window.
9399
9400 * files.texi (Contents of Directories):
9401 Add directory-files-and-attributes.
9402
9403 * display.texi (Refresh Screen): Add force-window-update.
9404 (Invisible Text): Explain about moving point out of invis text.
9405 (Overlay Properties): Add overlay-properties.
9406 (Managing Overlays): Add overlayp.
9407 (GIF Images): Invalid image number displays a hollow box.
9408
9409 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
9410 (Killing Buffers): Add buffer-live-p.
9411
94122003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
9413
9414 * display.texi (Fringes): Fix typo "set-buffer-window".
9415
94162003-12-24 Luc Teirlinck <teirllm@auburn.edu>
9417
9418 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
9419 * nonascii.texi, processes.texi, tips.texi, variables.texi:
9420 Add or change various xrefs and anchors.
9421
9422 * commands.texi: Replace all occurrences of @acronym{CAR} with
9423 @sc{car}, for consistency with the rest of the Elisp manual.
9424 `car' and `cdr' are historically acronyms, but are no longer
9425 widely thought of as such.
9426
9427 * internals.texi (Pure Storage): Mention that `purecopy' does not
9428 copy text properties.
9429 (Object Internals): Now 29 bits are used (in most implementations)
9430 to address Lisp objects.
9431
9432 * variables.texi (Variables with Restricted Values): New node.
9433
9434 * objects.texi (Lisp Data Types): Mention that certain variables
9435 can only take on a restricted set of values and add an xref to
9436 the new node "Variables with Restricted Values".
9437
9438 * eval.texi (Function Indirection): Describe the errors that
9439 `indirect-function' can signal.
9440 (Eval): Clarify the descriptions of `eval-region' and `values'.
9441 Describe `eval-buffer' instead of `eval-current-buffer' and
9442 mention `eval-current-buffer' as an alias for `current-buffer'.
9443 Correct the description and mention all optional arguments.
9444
9445 * nonascii.texi: Various small changes in addition to the
9446 following.
9447 (Converting Representations): Clarify behavior of
9448 `string-make-multibyte' and `string-to-multibyte' for unibyte all
9449 ASCII arguments.
9450 (Character Sets): Document the variable `charset-list' and adapt
9451 the definition of the function `charset-list' accordingly.
9452 (Translation of Characters): Clarify use of generic characters in
9453 `make-translation-table'. Clarify and correct the description of
9454 the use of translation tables in encoding and decoding.
9455 (User-Chosen Coding Systems): Correct and clarify the description
9456 of `select-safe-coding-system'.
9457 (Default Coding Systems): Clarify description of
9458 `file-coding-system-alist'.
9459
94602003-11-30 Luc Teirlinck <teirllm@auburn.edu>
9461
9462 * strings.texi (Text Comparison): Correctly describe when two
9463 strings are `equal'. Combine and clarify descriptions of
9464 `assoc-ignore-case' and `assoc-ignore-representation'.
9465
9466 * objects.texi (Non-ASCII in Strings): Clarify description of
9467 when a string is unibyte or multibyte.
9468 (Bool-Vector Type): Update examples.
9469 (Equality Predicates): Correctly describe when two strings are
9470 `equal'.
9471
94722003-11-29 Luc Teirlinck <teirllm@auburn.edu>
9473
9474 * lists.texi (Building Lists): `append' no longer accepts integer
9475 arguments. Update the description of `number-sequence' to reflect
9476 recent changes.
9477 (Sets And Lists): Describe `member-ignore-case' after `member'.
9478
94792003-11-27 Kim F. Storm <storm@cua.dk>
9480
9481 * commands.texi (Click Events): Click object may be an images.
9482 Describe (dx . dy) element of click positions.
9483 (Accessing Events): Remove duplicate posn-timestamp.
9484 New functions posn-object and posn-object-x-y.
9485
94862003-11-23 Kim F. Storm <storm@cua.dk>
9487
9488 * commands.texi (Click Events): Describe enhancements to event
9489 position lists, including new text-pos and (col . row) items.
9490 Mention left-fringe and right-fringe area events.
9491 (Accessing Events): New functions posn-area and
9492 posn-actual-col-row. Mention posn-timestamp. Mention that
9493 posn-point in non-text area still returns buffer position.
9494 Clarify posn-col-row.
9495
94962003-11-21 Lars Hansen <larsh@math.ku.dk>
9497
9498 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
9499 * anti.texi (File Attributes): Describe removed parameter
9500 ID-FORMAT.
9501
95022003-11-20 Luc Teirlinck <teirllm@auburn.edu>
9503
9504 * positions.texi (Positions): Mention that, if a marker is used as
9505 a position, its buffer is ignored.
9506
9507 * markers.texi (Overview of Markers): Mention it here too.
9508
95092003-11-12 Luc Teirlinck <teirllm@auburn.edu>
9510
9511 * numbers.texi (Numeric Conversions): Not just `floor', but also
9512 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
9513
95142003-11-10 Luc Teirlinck <teirllm@auburn.edu>
9515
9516 * markers.texi (Creating Markers): Specify insertion type of
9517 created markers. Add xref to `Marker Insertion Types'.
9518 Second argument to `copy-marker' is optional.
9519 (Marker Insertion Types): Mention that most markers are created
9520 with insertion type nil.
9521 (The Mark): Correctly describe when `mark' signals an error.
9522 (The Region): Correctly describe when `region-beginning' and
9523 `region-end' signal an error.
9524
95252003-11-08 Luc Teirlinck <teirllm@auburn.edu>
9526
9527 * hash.texi (Creating Hash): Clarify description of `eql'.
9528 `makehash' is obsolete.
9529 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
9530
9531 * positions.texi (Point): Change description of `buffer-end', so
9532 that it is also correct for floating point arguments.
9533 (List Motion): Correct argument lists of `beginning-of-defun' and
9534 `end-of-defun'.
9535 (Excursions): Add xref to `Marker Insertion Types'.
9536 (Narrowing): Argument to `narrow-to-page' is optional.
9537
95382003-11-06 Luc Teirlinck <teirllm@auburn.edu>
9539
9540 * streams.texi (Output Streams): Clarify behavior of point for
9541 marker output streams.
9542
95432003-11-04 Luc Teirlinck <teirllm@auburn.edu>
9544
9545 * variables.texi (Defining Variables): Second argument to
9546 `defconst' is not optional.
9547 (Setting Variables): Mention optional argument APPEND to
9548 `add-to-list'.
9549 (Creating Buffer-Local): Expand description of
9550 `make-variable-buffer-local'.
9551 (Frame-Local Variables): Expand description of
9552 `make-variable-frame-local'.
9553 (Variable Aliases): Correct description of optional argument
9554 DOCSTRING to `defvaralias'. Mention return value of
9555 `defvaralias'.
9556 (File Local Variables): Add xref to `File variables' in Emacs
9557 Manual. Correct description of `hack-local-variables'. Mention
9558 `safe-local-variable' property. Mention optional second argument
9559 to `risky-local-variable-p'.
9560
95612003-11-03 Luc Teirlinck <teirllm@auburn.edu>
9562
9563 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
9564
95652003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
9566
9567 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
9568 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
9569 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
9570 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
9571 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
9572 lispref/processes.texi, lispref/searching.texi,
9573 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
9574 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
9575 @acronym{FOO}.
9576
95772003-10-27 Luc Teirlinck <teirllm@auburn.edu>
9578
9579 * strings.texi (Creating Strings): Argument START to `substring'
9580 can not be `nil'. Expand description of
9581 `substring-no-properties'. Correct description of `split-string',
9582 especially with respect to empty matches. Prevent very bad line
9583 break in definition of `split-string-default-separators'.
9584 (Text Comparison): `string=' and `string<' also accept symbols as
9585 arguments.
9586 (String Conversion): More completely describe argument BASE in
9587 `string-to-number'.
9588 (Formatting Strings): `%s' and `%S' in `format' do require
9589 corresponding object. Clarify behavior of numeric prefix after
9590 `%' in `format'.
9591 (Case Conversion): The argument to `upcase-initials' can be a
9592 character.
9593
95942003-10-27 Kenichi Handa <handa@m17n.org>
9595
9596 * display.texi (Fontsets): Fix texinfo usage.
9597
95982003-10-25 Kenichi Handa <handa@m17n.org>
9599
9600 * display.texi (Fontsets): Add description of the function
9601 set-fontset-font.
9602
96032003-10-23 Luc Teirlinck <teirllm@auburn.edu>
9604
9605 * display.texi (Temporary Displays): Add xref to `Documentation
9606 Tips'.
9607
9608 * functions.texi (Function Safety): Use inforef instead of pxref
9609 for SES.
9610
96112003-10-23 Andreas Schwab <schwab@suse.de>
9612
9613 * Makefile.in (TEX, texinputdir): Don't define.
9614 (TEXI2DVI): Define.
9615 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
9616 add $(srcdir)/index.texi.
9617 ($(infodir)/elisp): Remove index.texi dependency.
9618 (elisp.dvi): Likewise. Use $(TEXI2DVI).
9619 (index.texi): Remove target.
9620 (dist): Don't link $(srcdir)/permute-index.
9621 (clean): Don't remove index.texi.
9622
9623 * permute-index, index.perm: Remove.
9624 * index.texi: Rename from index.unperm.
9625
96262003-10-22 Luc Teirlinck <teirllm@auburn.edu>
9627
9628 * tips.texi (Documentation Tips): Document new behavior for face
9629 and variable hyperlinks in Help mode.
9630
96312003-10-21 Luc Teirlinck <teirllm@auburn.edu>
9632
9633 * objects.texi (Integer Type): Update for extra bit of integer range.
9634 (Character Type): Ditto.
9635
96362003-10-16 Eli Zaretskii <eliz@gnu.org>
9637
9638 * numbers.texi (Integer Basics): Add index entries for reading
9639 numbers in hex, octal, and binary.
9640
96412003-10-16 Lute Kamstra <lute@gnu.org>
9642
9643 * modes.texi (Mode Line Format): Mention force-mode-line-update's
9644 argument.
9645
96462003-10-13 Luc Teirlinck <teirllm@auburn.edu>
9647
9648 * windows.texi (Choosing Window): Fix typo.
9649 * edebug.texi (Edebug Execution Modes): Fix typo.
9650
96512003-10-13 Richard M. Stallman <rms@gnu.org>
9652
9653 * windows.texi (Basic Windows): A window has fringe settings,
9654 display margins and scroll-bar settings.
9655 (Splitting Windows): Doc split-window return value.
9656 Clean up one-window-p.
9657 (Selecting Windows): Fix typo.
9658 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
9659 (Buffers and Windows): In set-window-buffer, explain effect
9660 on fringe settings and scroll bar settings.
9661 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
9662 (Choosing Window): Use defopt for pop-up-frame-function.
9663 For special-display-buffer-names, explain same-window and same-frame.
9664 Clarify window-dedicated-p return value.
9665 (Textual Scrolling): scroll-up and scroll-down can get an error.
9666 (Horizontal Scrolling): Clarify auto-hscroll-mode.
9667 Clarify set-window-hscroll.
9668 (Size of Window): Don't mention tool bar in window-height.
9669 (Coordinates and Windows): Explain what coordinates-in-window-p
9670 returns for fringes and display margins.
9671 (Window Configurations): Explain saving fringes, etc.
9672
9673 * tips.texi (Library Headers): Clean up Documentation.
9674
9675 * syntax.texi (Parsing Expressions): Clean up forward-comment
9676 and parse-sexp-lookup-properties.
9677
9678 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
9679
9680 * os.texi (System Environment): Clean up text for load-average errors.
9681
9682 * modes.texi (Hooks): Don't explain local hook details at front.
9683 Clarify run-hooks and run-hook-with-args a little.
9684 Clean up add-hook and remove-hook.
9685
9686 * edebug.texi (Edebug Execution Modes): Clarify t.
9687 Document edebug-sit-for-seconds.
9688 (Coverage Testing): Document C-x X = and =.
9689 (Instrumenting Macro Calls): Fix typo.
9690 (Specification List): Don't index the specification keywords.
9691
96922003-10-10 Kim F. Storm <storm@cua.dk>
9693
9694 * processes.texi (Network): Introduce make-network-process.
9695
96962003-10-09 Luc Teirlinck <teirllm@auburn.edu>
9697
9698 * tips.texi (Library Headers): Fix typo.
9699
97002003-10-07 Juri Linkov <juri@jurta.org>
9701
9702 * modes.texi (Imenu): Mention imenu-create-index-function's
9703 default value. Explain submenus better.
9704
97052003-10-07 Lute Kamstra <lute@gnu.org>
9706
9707 * modes.texi (Faces for Font Lock): Fix typo.
9708 (Hooks): Explain how buffer-local hook variables can refer to
9709 global hook variables.
9710 Various minor clarifications.
9711
97122003-10-06 Lute Kamstra <lute@gnu.org>
9713
9714 * tips.texi (Coding Conventions): Mention naming conventions for
9715 hooks.
9716
97172003-10-05 Luc Teirlinck <teirllm@auburn.edu>
9718
9719 * loading.texi (Library Search): Correct default value of
9720 load-suffixes.
9721 (Named Features): Fix typo.
9722
97232003-10-05 Richard M. Stallman <rms@gnu.org>
9724
9725 * loading.texi (Named Features): In `provide',
9726 say how to test for subfeatures.
9727 (Unloading): In unload-feature, use new var name
9728 unload-feature-special-hooks.
9729
97302003-10-03 Lute Kamstra <lute@gnu.org>
9731
9732 * modes.texi (Major Mode Conventions): Mention third way to set up
9733 Imenu.
9734 (Imenu): A number of small fixes.
9735 Delete documentation of internal variable imenu--index-alist.
9736 Document the return value format of imenu-create-index-function
9737 functions.
9738
97392003-09-30 Richard M. Stallman <rms@gnu.org>
9740
9741 * processes.texi (Network): Say what stopped datagram connections do.
9742
9743 * lists.texi (Association Lists): Clarify `assq-delete-all'.
9744
9745 * display.texi (Overlay Properties): Clarify `evaporate' property.
9746
97472003-09-29 Lute Kamstra <lute@gnu.org>
9748
9749 * modes.texi (Mode Line Data): Explain when symbols in mode-line
9750 constructs should be marked as risky.
9751 Change cons cell into proper list.
9752 (Mode Line Variables): Change cons cell into proper list.
9753
97542003-09-26 Lute Kamstra <lute@gnu.org>
9755
9756 * modes.texi (Mode Line Data): Document the :propertize construct.
9757 (Mode Line Variables): Reorder the descriptions of the variables
9758 to match their order in the default mode-line-format.
9759 Describe the new variables mode-line-position and mode-line-modes.
9760 Update the default values of mode-line-frame-identification,
9761 minor-mode-alist, and default-mode-line-format.
9762 (Properties in Mode): Mention the :propertize construct.
9763
97642003-09-26 Richard M. Stallman <rms@gnu.org>
9765
9766 * buffers.texi, commands.texi, debugging.texi, eval.texi:
9767 * loading.texi, minibuf.texi, text.texi, variables.texi:
9768 Avoid @strong{Note:}.
9769
97702003-09-26 Richard M. Stallman <rms@gnu.org>
9771
9772 * keymaps.texi (Remapping Commands): Fix typo.
9773
97742003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
9775
9776 * processes.texi (Low-Level Network): Fix typo.
9777
97782003-09-23 Kim F. Storm <storm@cua.dk>
9779
9780 * processes.texi (Network, Network Servers): Fix typos.
9781 (Low-Level Network): Add timeout value for :server keyword.
9782 Add new option keywords to make-network-process.
9783 Add set-network-process-options.
9784 Explain how to test availability of network options.
9785
97862003-09-19 Richard M. Stallman <rms@gnu.org>
9787
9788 * text.texi (Motion by Indent): Arg to
9789 backward-to-indentation and forward-to-indentation is optional.
9790
9791 * strings.texi (Creating Strings): Add substring-no-properties.
9792
9793 * processes.texi
9794 (Process Information): Add list-processes arg QUERY-ONLY.
9795 Delete process-contact from here.
9796 Add new status values for process-status.
9797 Add process-get, process-put, process-plist, set-process-plist.
9798 (Synchronous Processes): Add call-process-shell-command.
9799 (Signals to Processes): signal-process allows process objects.
9800 (Network): Complete rewrite.
9801 (Network Servers, Datagrams, Low-Level Network): New nodes.
9802
9803 * positions.texi (Word Motion): forward-word, backward-word
9804 arg is optional. Reword.
9805
9806 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
9807
9808 * variables.texi (Creating Buffer-Local):
9809 Delete duplicate definition of buffer-local-value.
9810 (File Local Variables): Explain about discarding text props.
9811
98122003-09-11 Richard M. Stallman <rms@gnu.org>
9813
9814 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
9815 changes variables that record input events.
9816 (Minibuffer Misc): Add minibuffer-selected-window.
9817
9818 * lists.texi (Building Lists): Add copy-tree.
9819
9820 * display.texi (Fontsets): Add char-displayable-p.
9821 (Scroll Bars): New node.
9822
98232003-09-08 Lute Kamstra <lute@gnu.org>
9824
9825 * modes.texi (%-Constructs): Document new `%i' and `%I'
9826 constructs.
9827
98282003-09-03 Peter Runestig <peter@runestig.com>
9829
9830 * makefile.w32-in: New file.
9831
98322003-08-29 Richard M. Stallman <rms@gnu.org>
9833
9834 * display.texi (Overlay Properties): Clarify how priorities
9835 affect use of the properties.
9836
98372003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
9838
9839 * customize.texi (Type Keywords): Correct the description of
9840 `:help-echo' in the case where `motion-doc' is a function.
9841
98422003-08-14 John Paul Wallington <jpw@gnu.org>
9843
9844 * modes.texi (Emulating Mode Line): Subsection, not section.
9845
98462003-08-13 Richard M. Stallman <rms@gnu.org>
9847
9848 * elisp.texi (Top): Update subnode lists in menu.
9849
9850 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
9851 (Kill Functions): kill-region has new arg yank-handler.
9852 (Yanking): New node.
9853 (Yank Commands): Add yank-undo-function.
9854 (Low-Level Kill Ring):
9855 kill-new and kill-append have new arg yank-handler.
9856 (Changing Properties): Add remove-list-of-text-properties.
9857 (Atomic Changes): New node.
9858
9859 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
9860
9861 * streams.texi (Output Variables): Add eval-expression-print-length
9862 and eval-expression-print-level.
9863
9864 * os.texi (Time Conversion): For encode-time, explain limits on year.
9865
9866 * objects.texi (Character Type): Define anchor "modifier bits".
9867
9868 * modes.texi (Emulating Mode Line): New node.
9869 (Search-based Fontification): Font Lock uses font-lock-face property.
9870 (Other Font Lock Variables): Likewise.
9871
9872 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
9873 not vectors.
9874 (Active Keymaps): Add emulation-mode-map-alists.
9875 (Functions for Key Lookup): key-binding has new arg no-remap.
9876 (Remapping Commands): New node.
9877 (Scanning Keymaps): where-is-internal has new arg no-remap.
9878 (Tool Bar): Add tool-bar-local-item-from-menu.
9879 Clarify when to use tool-bar-add-item-from-menu.
9880
9881 * commands.texi (Interactive Call): commandp has new arg.
9882 (Command Loop Info): Add this-original-command.
9883
98842003-08-06 John Paul Wallington <jpw@gnu.org>
9885
9886 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
9887
9888 * display.texi (Warning Basics): Fix typo.
9889 (Fringes): Add closing curly bracket and fix typo.
9890
9891 * elisp.texi (Top): Fix typo.
9892
98932003-08-05 Richard M. Stallman <rms@gnu.org>
9894
9895 * elisp.texi: Update lists of subnodes.
9896
9897 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
9898
9899 * variables.texi (Local Variables): Use lc for example variable names.
9900
9901 * tips.texi (Library Headers): Explain where to put -*-.
9902
9903 * strings.texi (Creating Strings): Fix xref for vconcat.
9904
9905 * sequences.texi (Vector Functions):
9906 vconcat no longer allows integer args.
9907
9908 * minibuf.texi (Reading File Names): read-file-name has new
9909 arg PREDICATE. New function read-directory-name.
9910
c4cc8b9a 9911 * macros.texi (Defining Macros): Give definition of `declare'.
b8d4c8d0
GM
9912 (Indenting Macros): New node.
9913
9914 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
9915 (Window Frame Parameters): Make separate table of parameters
9916 that are coupled with specific face attributes.
9917 (Deleting Frames): delete-frame-hooks renamed to
9918 delete-frame-functions.
9919
9920 * files.texi (Magic File Names): Add file-remote-p.
9921 Clarify file-local-copy.
9922
9923 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
9924 here; instead xref Defining Macros.
9925
9926 * display.texi (Warnings): New node, and subnodes.
9927 (Fringes): New node.
9928
9929 * debugging.texi (Test Coverage): New node.
9930
9931 * compile.texi (Compiler Errors): Explain with-no-warnings
9932 and other ways to suppress warnings.
9933
9934 * commands.texi (Interactive Call): Minor clarification.
9935
9936 * buffers.texi (Buffer File Name): set-visited-file-name
9937 renames the buffer too.
9938
9939 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
9940
99412003-07-24 Markus Rost <rost@math.ohio-state.edu>
9942
9943 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
9944
99452003-07-22 Markus Rost <rost@math.ohio-state.edu>
9946
9947 * internals.texi (Garbage Collection): Fix previous change.
9948
99492003-07-22 Richard M. Stallman <rms@gnu.org>
9950
9951 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
9952
9953 * display.texi (Width): Use \s syntax in example.
9954 (Font Selection): Add face-font-rescale-alist.
9955
9956 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
9957 Remove spurious indent in example.
9958
9959 * lists.texi (Building Lists): Add number-sequence.
9960
9961 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
9962
9963 * functions.texi (Function Documentation): Explain how to
9964 show calling convention explicitly in the doc string.
9965
9966 * windows.texi (Selecting Windows): save-selected-window saves
9967 selected window of each frame.
9968 (Window Configurations): Minor change.
9969
9970 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
9971
9972 * streams.texi (Output Variables): Add print-continuous-numbering
9973 and print-number-table.
9974
9975 * processes.texi (Decoding Output): New node.
9976
9977 * os.texi (Time Conversion): decode-time arg is optional.
9978
9979 * objects.texi (Character Type): Don't use space as example for \.
9980 Make list of char names and \-sequences correspond.
9981 Explain that \s is not used in strings. `\ ' needs space after.
9982
9983 * nonascii.texi (Converting Representations): Add string-to-multibyte.
9984 (Translation of Characters): Add translation-table-for-input.
9985 (Default Coding Systems): Add auto-coding-functions.
9986 (Explicit Encoding): Add decode-coding-inserted-region.
9987 (Locales): Add locale-info.
9988
9989 * minibuf.texi (Basic Completion): Describe test-completion.
9990 Collections can be lists of strings.
9991 Clean up lazy-completion-table.
9992 (Programmed Completion): Mention test-completion.
9993 Clarify why lambda expressions are not accepted.
9994 (Minibuffer Misc): Describe minibufferp.
9995
99962003-07-14 Richard M. Stallman <rms@gnu.org>
9997
9998 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
9999
10000 * windows.texi (Selecting Windows): New arg to select-window.
10001 (Selecting Windows): Add with-selected-window.
10002 (Size of Window): Add window-inside-edges, etc.
10003
10004 * internals.texi (Garbage Collection): Add post-gc-hook.
10005
10006 * processes.texi (Subprocess Creation): Add exec-suffixes.
10007
10008 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
10009 (Scanning Keymaps): Add map-keymaps.
10010 (Defining Menus): Add keymap-prompt.
10011
10012 * numbers.texi (Integer Basics): Add most-positive-fixnum,
10013 most-negative-fixnum.
10014
c4cc8b9a 10015 * compile.texi (Byte Compilation): Explain no-byte-compile.
b8d4c8d0
GM
10016 (Compiler Errors): New node.
10017
10018 * os.texi (User Identification): user-uid, user-real-uid
10019 can return float.
10020
10021 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
10022 and about derived modes.
10023 (Minor Modes): Add minor-mode-list.
10024 (Defining Minor Modes): Keyword args for define-minor-mode.
10025 (Search-based Fontification): Explain managing other properties.
10026 (Other Font Lock Variables): Add font-lock-extra-managed-props.
183080b6 10027 (Faces for Font Lock): Add font-lock-preprocessor-face.
b8d4c8d0
GM
10028 (Hooks): Add run-mode-hooks and delay-mode-hooks.
10029
10030 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
10031 (Variable Aliases): Clarify defvaralias.
10032
10033 * loading.texi (Library Search): Add load-suffixes.
10034
10035 * minibuf.texi (Basic Completion): Add lazy-completion-table.
10036 (Programmed Completion): Add dynamic-completion-table.
10037
10038 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
10039 (Magic File Names): Specify precedence order of handlers.
10040
10041 * commands.texi (Command Overview): Emacs server runs pre-command-hook
10042 and post-command-hook.
10043 (Waiting): New calling convention for sit-for.
10044
10045 * text.texi (Special Properties): local-map and keymap properties
10046 apply based on their stickiness.
10047
100482003-07-07 Richard M. Stallman <rms@gnu.org>
10049
10050 * modes.texi (Minor Mode Conventions): Specify only some kinds
10051 of list values as args to minor modes.
10052
10053 * files.texi (File Name Expansion): Warn about iterative use
10054 of substitute-in-file-name.
10055
10056 * advice.texi (Activation of Advice): Clean up previous change.
10057
100582003-07-06 Markus Rost <rost@math.ohio-state.edu>
10059
10060 * advice.texi (Activation of Advice): Note that ad-start-advice is
10061 turned on by default.
10062
100632003-06-30 Richard M. Stallman <rms@gnu.org>
10064
10065 * text.texi (Buffer Contents): Document current-word.
10066 (Change Hooks): Not called for *Messages*.
10067
10068 * functions.texi (Defining Functions): Explain about redefining
10069 primitives.
f4e90db0 10070 (Function Safety): Rename. Minor changes.
b8d4c8d0
GM
10071 Comment out the detailed criteria for what is safe.
10072
100732003-06-22 Andreas Schwab <schwab@suse.de>
10074
10075 * objects.texi (Symbol Type): Fix description of examples.
10076
100772003-06-16 Andreas Schwab <schwab@suse.de>
10078
10079 * hash.texi (Creating Hash): Fix description of :weakness.
10080
c8763fb6 100812003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
b8d4c8d0
GM
10082
10083 * files.texi (Changing Files): copy-file copies file modes, too.
10084
100852003-05-28 Richard M. Stallman <rms@gnu.org>
10086
10087 * strings.texi (Creating Strings): Clarify split-string.
10088
100892003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
10090
10091 * strings.texi (Creating Strings): Update split-string specification
10092 and examples.
10093
100942003-05-19 Richard M. Stallman <rms@gnu.org>
10095
10096 * elisp.texi: Correct invariant section names.
10097
100982003-04-20 Richard M. Stallman <rms@gnu.org>
10099
10100 * os.texi (Timers): Explain about timers and quitting.
10101
101022003-04-19 Richard M. Stallman <rms@gnu.org>
10103
10104 * internals.texi (Writing Emacs Primitives): Strings are
10105 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
10106 Explain GCPRO convention for varargs function args.
10107
101082003-04-16 Richard M. Stallman <rms@gnu.org>
10109
10110 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
10111
101122003-04-08 Richard M. Stallman <rms@gnu.org>
10113
10114 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
10115
101162003-02-13 Kim F. Storm <storm@cua.dk>
10117
10118 * objects.texi (Character Type): New \s escape for space.
10119
101202003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
10121
5dcb4c4e 10122 * os.texi (System Environment): Add cygwin system-type.
b8d4c8d0
GM
10123
101242003-01-25 Richard M. Stallman <rms@gnu.org>
10125
10126 * keymaps.texi: Document that a symbol can act as a keymap.
10127
101282003-01-13 Richard M. Stallman <rms@gnu.org>
10129
10130 * text.texi (Changing Properties): Say string indices are origin-0.
10131
10132 * positions.texi (Screen Lines) <compute-motion>:
10133 Correct order of elts in return value.
10134
10135 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
10136 how to define a default binding.
10137
101382002-12-07 Markus Rost <rost@math.ohio-state.edu>
10139
10140 * loading.texi (Unloading): Fix recent change for load-history.
10141
10142 * customize.texi (Simple Types): Clarify description of custom
10143 type 'number. Describe new custom type 'float.
10144
101452002-12-04 Markus Rost <rost@math.ohio-state.edu>
10146
10147 * variables.texi (File Local Variables): Fix typo.
10148
c8763fb6 101492002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
b8d4c8d0
GM
10150
10151 From Michael Albinus <Michael.Albinus@alcatel.de>.
10152
10153 * README: Target for Info file is `make info'.
10154
5dcb4c4e 10155 * files.texi (File Name Components): Fix typos in
b8d4c8d0
GM
10156 `file-name-sans-extension'.
10157 (Magic File Names): Complete list of operations for magic file
10158 name handlers.
10159
101602002-09-16 Jonathan Yavner <jyavner@engineer.com>
10161
10162 * variables.texi (File Local Variables): New function
10163 risky-local-variable-p.
10164
101652002-09-15 Jonathan Yavner <jyavner@engineer.com>
10166
10167 * functions.texi (Function safety): New node about unsafep.
10168
101692002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
10170
5dcb4c4e 10171 * customize.texi (Splicing into Lists): Fix example.
a86cd395 10172 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
b8d4c8d0
GM
10173
101742002-06-17 Juanma Barranquero <lektu@terra.es>
10175
10176 * frames.texi (Display Feature Testing): Fix typo.
10177
101782002-06-12 Andreas Schwab <schwab@suse.de>
10179
10180 * frames.texi (Initial Parameters, Resources): Fix references to
10181 the Emacs manual.
10182
101832002-05-13 Kim F. Storm <storm@cua.dk>
10184
10185 * variables.texi (Intro to Buffer-Local): Updated warning and
10186 example relating to changing buffer inside let.
10187
c8763fb6 101882002-03-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
10189
10190 * os.texi (Session Management): New node about X Session management.
10191
101922002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
10193
10194 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
10195 to which the manual corresponds, and the copyright years.
10196
10197 * Makefile.in (VERSION): Set to 2.9.
10198
101992001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
10200
10201 * elisp.texi: Change the category in @dircategory to "Emacs", to
10202 make it consistent with info/dir.
10203
102042001-11-25 Miles Bader <miles@gnu.org>
10205
10206 * text.texi (Fields): Describe new `limit' arg in
10207 field-beginning/field-end.
10208
102092001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
10210
5dcb4c4e
SM
10211 * permute-index: Don't depend on csh-specific features.
10212 Replace the interpreter name with /bin/sh.
b8d4c8d0
GM
10213
10214 * two-volume-cross-refs.txt: New file.
10215 * two.el: New file.
10216 * spellfile: New file.
10217
102182001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
10219
10220 * permute-index: New file.
10221
10222 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
10223 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
10224 8+3 restricted namespace.
10225
10226 * Makefile.in (infodir): Define relative to $(srcdir).
10227 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
10228 include directories list via -I switch to makeinfo.
10229 (index.texi): Use cp if both hard and symbolic links fail.
10230
102312001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
10232
10233 * Makefile.in (distclean): Add.
10234
10235 The following changes make ELisp manual part of the Emacs
10236 distribution:
10237
10238 * Makefile.in: Add Copyright notice.
10239 (prefix): Remove.
10240 (infodir): Change value to "../info".
10241 (VPATH): New variable.
10242 (MAKE): Don't define.
10243 (texmacrodir): Don't define.
10244 (texinputdir): Append the existing value of TEXINPUTS.
10245 ($(infodir)/elisp): Instead of just "elisp". Reformat the
10246 command to be compatible with man/Makefile.in, and to put the
10247 output into ../info.
10248 (info): Add target.
10249 (installall): Target removed.
10250
c8763fb6 102512001-10-31 Pavel Janík <Pavel@Janik.cz>
b8d4c8d0
GM
10252
10253 * tips.texi (Coding Conventions): Fix typo.
10254
102552001-10-23 Gerd Moellmann <gerd@gnu.org>
10256
10257 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
10258
102592001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
10260
10261 * files.texi (File Name Components): Update the description of
10262 file-name-sans-extension and file-name-extension, as they now
10263 ignore leading dots.
10264
102652001-10-20 Gerd Moellmann <gerd@gnu.org>
10266
10267 * (Version 21.1 released.)
10268
102692001-10-19 Miles Bader <miles@gnu.org>
10270
10271 * positions.texi (Text Lines): Describe behavior of
10272 `beginning-of-line'/`end-of-line' in the presence of field properties.
10273
102742001-10-17 Gerd Moellmann <gerd@gnu.org>
10275
10276 * Makefile.in (VERSION): Set to 2.8.
10277 (manual): Use `manual-21'.
10278
10279 * elisp.texi (VERSION): Add and use it where the version
10280 number was used. Set it to 2.8.
10281
10282 * intro.texi: Likewise.
10283
102842001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
10285
10286 * files.texi (File Name Completion): Document the significance of
10287 a trailing slash in elements of completion-ignored-extensions.
10288
102892001-10-06 Miles Bader <miles@gnu.org>
10290
10291 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
10292
102932001-10-04 Gerd Moellmann <gerd@gnu.org>
10294
10295 * variables.texi (Variable Aliases): New node.
10296
102972001-10-04 Gerd Moellmann <gerd@gnu.org>
10298
10299 * Branch for 21.1.
10300
103012001-10-02 Miles Bader <miles@gnu.org>
10302
10303 * minibuf.texi (Minibuffer Misc): Add entries for
10304 `minibuffer-contents', `minibuffer-contents-no-properties', and
10305 `delete-minibuffer-contents'.
10306 Correct description for `minibuffer-prompt-end'.
10307
10308 * text.texi (Property Search): Correct descriptions of
10309 `next-char-property-change' and `previous-char-property-change'.
10310 Add entries for `next-single-char-property-change' and
10311 `previous-single-char-property-change'.
10312 Make operand names a bit more consistent.
10313
103142001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
10315
10316 * frames.texi (Finding All Frames): Document that next-frame and
10317 previous-frame are local to current terminal.
10318
103192001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
10320
10321 * keymaps.texi (Creating Keymaps): Fix the description of the
10322 result of make-keymap.
10323
103242001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
10325
10326 * display.texi (Font Lookup, Attribute Functions)
10327 (Image Descriptors): Add cross-references to the definition of
10328 selected frame.
10329
10330 * buffers.texi (The Buffer List): Add cross-references to the
10331 definition of selected frame.
10332
10333 * frames.texi (Input Focus): Clarify which frame is _the_ selected
10334 frame at any given time.
10335 (Multiple Displays, Size and Position): Add a cross-reference to
10336 the definition of the selected frame.
10337
103382001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
10339
10340 * strings.texi (String Conversion) <string-to-number>: Document
10341 that a float is returned for integers that are too large.
10342
10343 * frames.texi (Mouse Position): Document mouse-position-function.
10344 (Display Feature Testing): Document display-images-p.
10345 (Window Frame Parameters): Document the cursor-type variable.
10346
10347 * numbers.texi (Integer Basics): Document CL style read syntax for
10348 integers in bases other than 10.
10349
5dcb4c4e
SM
10350 * positions.texi (List Motion):
10351 Document open-paren-in-column-0-is-defun-start.
b8d4c8d0
GM
10352
10353 * lists.texi (Sets And Lists): Document member-ignore-case.
10354
10355 * internals.texi (Garbage Collection): Document the used and free
10356 strings report.
10357 (Memory Usage): Document strings-consed.
10358
10359 * os.texi (Time of Day): Document float-time.
10360 (Recording Input): Document that clear-this-command-keys clears
10361 the vector to be returned by recent-keys.
10362
10363 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
10364 argument keymap can be a list.
10365
10366 * nonascii.texi (User-Chosen Coding Systems)
10367 <select-safe-coding-system>: Document the new argument
10368 accept-default-p and the variable
10369 select-safe-coding-system-accept-default-p. Tell what happens if
10370 buffer-file-coding-system is undecided.
10371 (Default Coding Systems): Document auto-coding-regexp-alist.
10372
10373 * display.texi (The Echo Area) <message>: Document
10374 message-truncate-lines.
10375 (Glyphs): Document that the glyph table is unused on windowed
10376 displays.
10377
10378 * help.texi (Describing Characters) <single-key-description>:
10379 Document the new argument no-angles.
10380 (Accessing Documentation) <documentation-property>: Document that
10381 a non-string property is evaluated.
10382 <documentation>: Document that the function-documentation property
10383 is looked for.
10384
10385 * windows.texi (Selecting Windows): Document some-window.
10386
10387 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
10388
10389 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
10390 apropos-mode-hook.
10391
10392 * commands.texi (Using Interactive): Document interactive-form.
10393 (Keyboard Macros): Document kbd-macro-termination-hook.
10394 (Command Loop Info): Document that clear-this-command-keys clears
10395 the vector to be returned by recent-keys.
10396
103972001-09-04 Werner LEMBERG <wl@gnu.org>
10398
10399 * Makefile.in (srcdir, texinputdir): New variables.
10400 (srcs, index.texi, install): Use $(srcdir).
10401 (.PHONY): Remove elisp.dvi.
10402 (elisp): Use -I switch for makeinfo.
10403 (elisp.dvi): Use $(srcdir) and $(texinputdir).
10404 (installall, dist): Use $(srcdir).
10405 Fix path to texinfo.tex.
10406 (maintainer-clean): Add elisp.dvi and elisp.oaux.
10407
104082001-08-30 Gerd Moellmann <gerd@gnu.org>
10409
10410 * display.texi (Conditional Display): Adjust to API change.
10411
10412 * configure: New file.
10413
104142001-07-30 Gerd Moellmann <gerd@gnu.org>
10415
10416 * commands.texi (Repeat Events): Add description of
10417 double-click-fuzz.
10418
104192001-05-08 Stefan Monnier <monnier@cs.yale.edu>
10420
10421 * syntax.texi (Syntax Class Table): Add the missing designator for
10422 comment and string fences.
10423 (Syntax Properties): Add a xref to syntax table internals.
10424 (Syntax Table Internals): Document string-to-syntax.
10425
104262001-05-07 Gerd Moellmann <gerd@gnu.org>
10427
10428 * Makefile.in (install): Use install-info command line options
10429 like in Emacs' Makefile.in.
10430
104312000-12-09 Miles Bader <miles@gnu.org>
10432
10433 * windows.texi (Window Start): Update documentation for
10434 `pos-visible-in-window-p'.
10435
104362000-11-12 Stefan Monnier <monnier@cs.yale.edu>
10437
10438 * lists.texi (Building Lists): Add footnote to explain how to add
10439 to the end of a list.
10440
104412000-10-25 Gerd Moellmann <gerd@gnu.org>
10442
10443 * files.texi (Visiting Functions): Typos.
10444
104452000-10-25 Kenichi Handa <handa@etl.go.jp>
10446
10447 * files.texi (Visiting Functions): Return value of
10448 find-file-noselect may be a list of buffers if wildcards are used.
10449
104502000-10-24 Miles Bader <miles@lsi.nec.co.jp>
10451
10452 * display.texi (Defining Faces): Document `graphic' display type
10453 in face specs.
10454
b344d29d 104552000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b8d4c8d0
GM
10456
10457 * hooks.texi (Standard Hooks): Replace obsolete
10458 `after-make-frame-hook' with `after-make-frame-functions'.
10459
10460 * frames.texi (Creating Frames): Ditto.
10461
10462 * variables.texi (Future Local Variables): Ditto.
10463
104642000-10-16 Gerd Moellmann <gerd@gnu.org>
10465
10466 * display.texi (Other Image Types): Add description of :foreground
10467 and :background properties of mono PBM images.
10468
104692000-08-17 Werner LEMBERG <wl@gnu.org>
10470
10471 * .cvsignore: New file.
10472
104732000-01-05 Gerd Moellmann <gerd@gnu.org>
10474
10475 * tindex.pl: New script.
10476
104771999-12-03 Dave Love <fx@gnu.org>
10478
10479 * Makefile.in (MAKEINFO): New parameter.
10480
104811999-09-17 Richard Stallman <rms@gnu.org>
10482
10483 * Makefile.in (srcs): Add hash.texi.
10484 (VERSION): Update to 20.6.
10485
104861999-09-13 Richard Stallman <rms@gnu.org>
10487
10488 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
10489
104901998-08-29 Karl Heuer <kwzh@gnu.org>
10491
10492 * configure.in: New file.
10493 * Makefile.in: Renamed from Makefile.
10494 (prefix, infodir): Use value obtained from configure.
10495 (emacslibdir): Obsolete variable deleted.
10496 (dist): Distribute configure.in, configure, Makefile.in.
10497
104981998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
10499
10500 * Makefile (INSTALL_INFO): New variable.
10501 (install): Run install-info.
10502
105031998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
10504
10505 * Makefile (elisp.dvi): Add missing backslash.
10506
105071998-05-02 Richard Stallman <rms@psilocin.gnu.org>
10508
10509 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
10510 Run texindex without `./'. Always run texindex on elisp.tp.
10511 (elisp.tps): Target deleted.
10512
105131998-04-05 Richard Stallman <rms@psilocin.gnu.org>
10514
10515 * Makefile (srcs): Add nonascii.texi and customize.texi.
10516 (dist): Start by deleting `temp'.
10517
105181998-02-17 Richard Stallman <rms@psilocin.gnu.org>
10519
10520 * Makefile (makeinfo, texindex): Targets deleted.
10521 (makeinfo.o, texindex.o): Targets deleted.
10522 (clean, dist): Don't do anything with them or with getopt*.
10523
105241998-01-30 Richard Stallman <rms@psilocin.gnu.org>
10525
10526 * Makefile (SHELL): Defined.
10527
105281998-01-27 Richard Stallman <rms@psilocin.gnu.org>
10529
10530 * Makefile (elisp.tps): New target.
10531 (elisp.dvi): Depend on elisp.tps.
10532
c5602427 105331996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
b8d4c8d0
GM
10534
10535 * README: Update phone number.
10536
10537 * Makefile (elisp): Make this be the default target.
10538 Depend on makeinfo.c instead of makeinfo.
10539 (install): Don't depend on elisp.dvi, since we don't install that.
10540 Use mkinstalldirs.
10541 (dist): Add mkinstalldirs.
10542
c5602427 105431995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
b8d4c8d0
GM
10544
10545 * Makefile (VERSION): Update version number.
5dcb4c4e 10546 (maintainer-clean): Rename from realclean.
b8d4c8d0 10547
c5602427 105481995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
b8d4c8d0
GM
10549
10550 * Makefile (realclean): New target.
10551 (elisp): Remove any old elisp-* files first.
10552
c5602427 105531993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
b8d4c8d0
GM
10554
10555 * Makefile (VERSION): New variable.
10556 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
10557 Compressed file suffix should be `.gz', not `.z'.
10558
ce058493 105591993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10560
10561 * Makefile (elisp): Depend on makeinfo.
10562
c5602427 105631993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
b8d4c8d0
GM
10564
10565 * Makefile (srcs): Add anti.texi.
10566
c5602427 105671993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10568
10569 * Makefile (infodir, prefix): New vars.
10570 (install): Use infodir.
f4e90db0 10571 (emacsinfodir): Delete.
b8d4c8d0 10572
c5602427 105731993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10574
10575 * Makefile (srcs): Add calendar.texi.
10576
10577 * Makefile (dist): Copy texindex.c and makeinfo.c.
10578 Limit elisp-* files to those with one or two digits.
10579
c5602427 105801993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0 10581
f4e90db0 10582 * Makefile (dist): Change to use Gzip instead of compress.
b8d4c8d0 10583
c5602427 105841993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10585
10586 * loading.texi (Unloading): define-function changed back to
10587 defalias. It may not stay this way, but at least it's
10588 consistent with the known-good version of the code patch.
10589
c5602427 105901993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
b8d4c8d0
GM
10591
10592 * modes.texi (Hooks): Document new optional arg of add-hook.
10593
c5602427 105941993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10595
10596 * variables.texi: Document nil initial value of buffer-local variables.
10597
10598 * tips.texi: Add new section on standard library headers.
10599
c5602427 106001993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
10601
10602 * Makefile (srcs): Add frame.texi to the list of sources.
10603
c5602427 106041993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
10605
10606 * Makefile (dist): Don't bother excluding autosave files; they'll
10607 never make it into the temp directory anyway, and the hash marks
10608 in the name are problematic for make and the Bourne shell.
10609 (srcs):
10610
c5602427 106111993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
10612
10613 * Makefile (dist): Don't include backup files or autosave files in
10614 the distribution tar file.
10615
c5602427 106161991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0 10617
5dcb4c4e 10618 * Makefile (srcs): Add index.perm.
b8d4c8d0
GM
10619 (elisp.dvi): Remove erroneous shell comment.
10620 Expect output of permute-index in permuted.fns.
10621 Save old elisp.aux in elisp.oaux.
5dcb4c4e 10622 (clean): Add index.texi to be deleted.
b8d4c8d0 10623
c5602427 106241990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
10625
10626 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
10627
c5602427 106281990-06-26 David Lawrence (tale@geech)
b8d4c8d0
GM
10629
10630 * files.texi: Noted that completion-ignored-extensions is ignored
10631 when making *Completions*.
10632
3e868ee3 106331990-06-08 Jay Fenlason (hack@ai.mit.edu)
b8d4c8d0
GM
10634
10635 * Makefile make dist now depends on elisp.dvi, since it tries
10636 to include it in the dist file.
10637
c5602427 106381990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
b8d4c8d0 10639
c5602427 10640 * functions.texinfo (Mapping Functions): Add missing quote.
b8d4c8d0 10641
c5602427 106421989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
10643
10644 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
10645 (defunargs): Turn off \hyphenchar of \sl font temporarily.
10646
c5602427 106471989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10648
10649 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
10650 and @error{} are the terms now being used. The files in the
10651 directory have been changed to reflect this.
10652
10653 * All instances of @indentedresultt{} have been changed to
333f9019 10654 ` @result{}', using 5 spaces at the beginning of the line.
b8d4c8d0 10655
c5602427 106561989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10657
10658 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
10659 experimental @indentedresult{}, @indentedexpandsto{} are part of
10660 the texinfo.tex in this directory. These TeX macros are not
10661 stable yet.
10662
c5602427 106631989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10664
10665 * texinfo.tex: Temporarily added
10666 \let\result=\dblarrow
10667 \def\error{{\it ERROR} \longdblarrow}
10668 We need to do this better soon.
10669
c5602427 106701989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10671
10672 * Applied Karl Berry's patches to *.texinfo files, but not to
10673 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
10674 new title page format is also not applied, since it requires
10675 texinfo.tex changes.)
10676
10677 * Cleaned up `Makefile' and defined the `emacslibdir' directory
10678 for the Project GNU development environment.
10679
10680;; Local Variables:
c8763fb6 10681;; coding: utf-8
b8d4c8d0
GM
10682;; End:
10683
acaf905b 10684 Copyright (C) 1998-2012 Free Software Foundation, Inc.
b8d4c8d0
GM
10685
10686 This file is part of GNU Emacs.
10687
352c8b4a 10688 GNU Emacs is free software: you can redistribute it and/or modify
b8d4c8d0 10689 it under the terms of the GNU General Public License as published by
352c8b4a
GM
10690 the Free Software Foundation, either version 3 of the License, or
10691 (at your option) any later version.
b8d4c8d0
GM
10692
10693 GNU Emacs is distributed in the hope that it will be useful,
10694 but WITHOUT ANY WARRANTY; without even the implied warranty of
10695 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10696 GNU General Public License for more details.
10697
10698 You should have received a copy of the GNU General Public License
352c8b4a 10699 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.