* doc/lispref/os.texi (Notifications): Copyedits.
[bpt/emacs.git] / doc / lispref / ChangeLog
CommitLineData
3d439cd1
CY
12012-04-04 Chong Yidong <cyd@gnu.org>
2
3 * display.texi (Delayed Warnings): New node.
4
a7972adf
CY
5 * os.texi (Notifications): Copyedits.
6
97f4a299
GM
72012-04-04 Glenn Morris <rgm@gnu.org>
8
9 * os.texi (Notifications): Copyedits.
10
9ff687e1
MA
112012-04-03 Michael Albinus <michael.albinus@gmx.de>
12
13 * os.texi (Terminal-Specific): Fix typo.
14 (Notifications): New section.
15
16 * elisp.texi (Top):
17 * vol1.texi (Top):
18 * vol2.texi (Top): Add "Notifications" and "Dynamic Libraries"
19 menu entries.
20
42ee526b
CY
212012-04-01 Chong Yidong <cyd@gnu.org>
22
23 * files.texi (Kinds of Files): file-subdir-of-p renamed to
24 file-in-directory-p.
25
0b021094
GM
262012-03-31 Glenn Morris <rgm@gnu.org>
27
28 * edebug.texi (Instrumenting Macro Calls):
29 Mention defining macros at instrumentation time.
30 (Edebug Options): Mention edebug-unwrap-results.
31
50fe197c
EZ
322012-03-31 Eli Zaretskii <eliz@gnu.org>
33
34 * text.texi (Special Properties): Clarify the description of the
35 effect of integer values of the 'cursor' property on cursor
36 position. See the discussions in bug#11068 for more details and
37 context.
38
650b6d0b
GM
392012-03-31 Glenn Morris <rgm@gnu.org>
40
41 * edebug.texi (Edebug Eval, Specification List, Edebug Options):
42 Copyedits.
43
5319014e
CY
442012-03-30 Chong Yidong <cyd@gnu.org>
45
46 * display.texi (Image Formats): Add imagemagick type.
47 (Image Descriptors): Mention how they are used.
48 (ImageMagick Images): Clarify role of imagemagick-register-types.
49 (Character Display): Don't mention glyph tables.
50 (Display Tables): Use make-glyph-code in example.
51 (Glyphs): Avoid "simple glyph code" terminology. Note that glyph
52 tables are semi-obsolete. De-document create-glyph.
53 (Glyphless Chars): Note that display tables override this.
54 (Bidirectional Display): Copyedits. Introduce "bidirectional
55 reordering" terminology, and use it.
56
f1224267
GM
572012-03-30 Glenn Morris <rgm@gnu.org>
58
59 * edebug.texi (Jumping): Give name of `i' binding.
60
d14daa28
GM
612012-03-28 Glenn Morris <rgm@gnu.org>
62
63 * searching.texi (Regular Expressions, Regexp Special):
fee88ca0
GM
64 (Regexp Backslash, Regexp Example, Regexp Functions, Regexp Search):
65 (Simple Match Data, Saving Match Data, Standard Regexps): Copyedits.
d14daa28
GM
66 (Regexp Special): Mention collation.
67 Clarify char classes with an example.
fee88ca0
GM
68 (Regexp Functions): Mention regexp-opt is not guaranteed.
69 Mention regexp-opt-charset.
70 (Regexp Search): Recommend against looking-back.
71 (Search and Replace): Use Texinfo recommended quote convention.
72 Add more query-replace-map items. List multi-query-replace-map items.
d14daa28 73
dcb6e7b3
MR
742012-03-27 Martin Rudalics <rudalics@gmx.at>
75
76 * windows.texi (Window History): Describe new option
77 switch-to-visible-buffer.
78
cf0495f2
GM
792012-03-27 Glenn Morris <rgm@gnu.org>
80
4fb9a543
GM
81 * searching.texi (String Search): Add xref to Emacs manual.
82 Copyedits. Mention the function word-search-regexp.
83 (Searching and Case): Add xref to Emacs manual. Copyedits.
84
9364727b
GM
85 * processes.texi (Network Servers): Standardize apostrophe usage.
86
cf0495f2
GM
87 * os.texi (System Environment): Copyedits. Remove some examples
88 that do not seem useful. Mention setenv third arg.
89 tty-erase-char does not seem to be nil under a window-system.
90 (User Identification): Copyedits.
91 Remove some examples that do not seem useful.
92
33da7b16
GM
932012-03-26 Glenn Morris <rgm@gnu.org>
94
95 * os.texi (Startup Summary): Copyedits. Fix startup screen logic.
96 (Init File): Copyedits.
97 (Command-Line Arguments): Copyedits. Do not mention argv alias.
02243d9d
GM
98 (Killing Emacs): Copyedits.
99 (Suspending Emacs): Copyedits. Mention not very relevant with GUIs.
100 Shorten the example, use more standard shell prompts.
33da7b16 101
9a69676a
CY
1022012-03-25 Chong Yidong <cyd@gnu.org>
103
104 * display.texi (Fringes): Note that fringes are shown on graphical
105 displays only.
106 (Fringe Size/Pos, Fringe Bitmaps, Making Buttons): Clarifications.
107 (Replacing Specs): Clarify example.
108 (Manipulating Buttons): Note that button-at can return a marker.
109 (Buttons): Minor rewrite.
110 (Character Display): New node. Consolidate all character display
111 related nodes into its subsections.
112 (Usual Display): Character 127 is also affected by ctl-arrow.
113 (Display Tables): Improve example.
114
c8f6ec5c
GM
1152012-03-22 Glenn Morris <rgm@gnu.org>
116
117 * strings.texi (Text Comparison): Mention string-prefix-p.
118
fb5b8aca
CY
1192012-03-21 Chong Yidong <cyd@gnu.org>
120
121 * display.texi (The Echo Area): Add xref to Output Streams.
122 (Displaying Messages): Improve doc of message.
123 (Echo Area Customization, Invisible Text): Copyedits.
124 (Invisible Text): Mention that spec comparison is done with eq.
125 (Width): Improve doc of char-width.
126 (Faces): Recommend using symbol instead of string for face name.
127 Minor clarifications.
128 (Defining Faces): Copyedits. Update face example.
129 (Attribute Functions): Mark set-face-foreground etc as commands.
130 (Face Remapping): Mention text-scale-adjust. Clarify
131 face-remapping-alist and related docs.
132 (Face Functions): Don't document make-face or copy-face.
133
025de85b
CY
1342012-03-20 Chong Yidong <cyd@gnu.org>
135
136 * display.texi (Forcing Redisplay): Various rewrites to reflect
137 new value of redisplay-dont-pause.
138 (Truncation): Copyedits.
139
a5656eae
GM
1402012-03-20 Glenn Morris <rgm@gnu.org>
141
142 * os.texi (Startup Summary): Don't mention initial-buffer-choice = t.
143 Add summary table of some relevant command-line options.
144
d15aac68
CY
1452012-03-18 Chong Yidong <cyd@gnu.org>
146
147 * internals.texi (Building Emacs, Garbage Collection): Copyedits.
148 (Writing Emacs Primitives): Re-organize discussion of functions
149 with variable Lisp arguments are handled. Delete an obsolete
150 remark, previously tagged as FIXME.
151
152 * os.texi (Idle Timers): Minor clarification.
153 (Idle Timers): Link to Time of Day for description of time list.
154
b59af549
GM
1552012-03-18 Glenn Morris <rgm@gnu.org>
156
157 * os.texi (System Interface): Flow control was removed.
158 (Startup Summary): General update.
159 (Init File): Don't mention compiling it.
160
986bd52a
CY
1612012-03-17 Chong Yidong <cyd@gnu.org>
162
163 * os.texi (Startup Summary): Mention package loading.
164 (Init File): Don't refer to .emacs in section title. Copyedits.
165 (Terminal-Specific): Give a realistic example.
166 (Command-Line Arguments): Reference Entering Emacs instead of
167 repeating the spiel about not restarting Emacs.
168 (Time of Day): Discuss time representation at beginning of node.
169 (Sound Output): Copyedits.
170
171 * package.texi (Packaging Basics): Document package-initialize.
172
f761251a
EZ
1732012-03-17 Eli Zaretskii <eliz@gnu.org>
174
175 * frames.texi (Initial Parameters): Add an index entry for
176 minibuffer-only frame.
177
da986230
GM
1782012-03-16 Glenn Morris <rgm@gnu.org>
179
180 * modes.texi (Major Mode Conventions): Mention the strange
181 relationship between View mode and special modes. (Bug#10650)
182
2cc775f9
CY
1832012-03-11 Chong Yidong <cyd@gnu.org>
184
185 * windows.texi (Window Configurations): save-window-excursion is
186 now a macro.
187
188 * display.texi (Temporary Displays): with-output-to-temp-buffer is
189 now a macro.
190
66c5eebd
CY
191 * text.texi (Fields): Minor copyedit.
192
310a820f
EZ
1932012-03-10 Eli Zaretskii <eliz@gnu.org>
194
83a96c08
EZ
195 * strings.texi (String Basics):
196 * sequences.texi (Sequence Functions): Mention that `length' is
197 not appropriate for computing the string width on display; add a
198 cross-reference to the description of `string-width'. (Bug#10978)
199
310a820f
EZ
200 * eval.texi (Autoloading): Minor change of wording.
201
83ef8187
CY
2022012-03-10 Chong Yidong <cyd@gnu.org>
203
bc44be50
CY
204 * loading.texi (Autoload): Explicitly state which forms are
205 processed specially (Bug#7783).
206
83ef8187
CY
207 * keymaps.texi (Mouse Menus): Describe non-toolkit behavior as the
208 non-default situation. Describe one-submenu exception (Bug#7695).
209
210 * nonascii.texi (Character Properties): Copyedits.
211
483ab230
CY
2122012-03-08 Chong Yidong <cyd@gnu.org>
213
214 * text.texi (Mode-Specific Indent): Document new behavior of
215 indent-for-tab-command. Document tab-always-indent.
216 (Special Properties): Copyedits.
217 (Checksum/Hash): Improve secure-hash doc. Do not recommend MD5.
218 (Parsing HTML/XML): Rename from Parsing HTML. Update doc of
219 libxml-parse-html-region.
220
00e84de0
GM
2212012-03-07 Glenn Morris <rgm@gnu.org>
222
eaa6bc3c
GM
223 * markers.texi (The Region): Briefly mention use-empty-active-region
224 and region-active-p.
a9685db7 225 (Overview of Markers): Reword garbage collection, add cross-ref.
eaa6bc3c 226 (The Mark): Tiny clarification re command loop and activate-mark-hook.
00e84de0 227
67cd45a2
CY
2282012-03-07 Chong Yidong <cyd@gnu.org>
229
230 * text.texi (Buffer Contents): Don't duplicate explanation of
231 region arguments from Text node. Put doc of obsolete var
232 buffer-substring-filters back, since it is referred to.
233 (Low-Level Kill Ring): Yank now uses clipboard instead of primary
234 selection by default.
235
236 * markers.texi (The Mark): Fix typo.
237 (The Region): Copyedits.
238
2ad80941
GM
2392012-03-07 Glenn Morris <rgm@gnu.org>
240
241 * markers.texi (Overview of Markers): Copyedits.
242 (Creating Markers): Update approximate example buffer size.
243 (The Mark): Don't mention uninteresting return values.
244
ef959d3a
CY
2452012-03-05 Chong Yidong <cyd@gnu.org>
246
247 * positions.texi (Text Lines): Document count-words.
248
a08a07e3
CY
2492012-03-04 Chong Yidong <cyd@gnu.org>
250
251 * frames.texi (Frames): Remove little-used "terminal frame" and
252 "window frame" terminology.
253 (Frame Parameters, Font and Color Parameters, Initial Parameters)
254 (Size and Position, Visibility of Frames): Callers changed.
255 (Frames): Clarify which terminals in framep are graphical.
256 (Initial Parameters): --geometry is not the only option which adds
257 to initial-frame-alist.
258 (Position Parameters): Note that icon-left and icon-top are for
259 old window managers only.
260 (Size Parameters): Sizes are in characters even on graphical
261 displays.
262 (Management Parameters): Note that window-id and outer-window-id
263 can't really be changed, and that auto-raise isn't always obeyed.
264 (Cursor Parameters): Document cursor-type explicitly.
265 (Size and Position): The aliases set-screen-height and
266 set-screen-width have been deleted.
267 (Visibility of Frames): Mention "minimization".
268
269 * os.texi (Startup Summary): Minor clarifications.
270 (Startup Summary, Suspending Emacs): Standardize on "text
271 terminal" terminology.
272
273 * windows.texi (Basic Windows, Coordinates and Windows)
274 (Coordinates and Windows):
275 * display.texi (Refresh Screen, Line Height, Face Attributes)
276 (Overlay Arrow, Beeping, Glyphless Chars): Likewise.
277
ea16568d
GM
2782012-03-04 Glenn Morris <rgm@gnu.org>
279
280 * abbrevs.texi: Small copyedits throughout.
281 (Abbrev Mode): Remove this section, folding it into the top-level.
282 (Abbrev Tables): Don't mention irrelevant return values.
283 (Abbrev Expansion): Add cross-ref for wrapper hooks.
284 (Standard Abbrev Tables): Emacs Lisp mode now has its own table.
285 (Abbrev Table Properties): Update nil :regexp description.
286
b3134b95
GM
2872012-03-03 Glenn Morris <rgm@gnu.org>
288
520f2425
GM
289 * internals.texi: Change @appendix section commands to @section.
290 (Building Emacs): Say less about CANNOT_DUMP platforms.
291 Replace deleted eval-at-startup with custom-initialize-delay.
999dd333 292 (Pure Storage): Small changes.
01a6dcc8 293 (Memory Usage): Copyedit.
7d2d7cc0
GM
294 (Writing Emacs Primitives): Update Fcoordinates_in_window_p and For
295 example definitions. Give examples of things with non-nil
296 interactive args. Mention eval_sub. Remove old info about
297 strings and GCPRO. Mention cus-start.el.
298 (Buffer Internals, Window Internals, Process Internals):
299 Misc small updates and fixes for fields.
520f2425 300
b3134b95
GM
301 * tips.texi: Copyedits.
302 (Coding Conventions): Mention autoloads.
303 Combine partially duplicated macro items. Fix xref.
304 Refer to Library Headers for copyright notice.
305 (Programming Tips): edit-options is long-obsolete.
306 (Compilation Tips): Mention loading bytecomp for byte-compile props.
307 (Warning Tips): Mention declare-function.
308 (Documentation Tips): Remove old info.
309 (Comment Tips): Mention comment-dwim, not indent-for-comment.
310 (Library Headers): General update.
311
2064cc6a
GM
3122012-03-02 Glenn Morris <rgm@gnu.org>
313
6945faa6
GM
314 * backups.texi (Reverting): Un-duplicate revert-buffer-in-progress-p,
315 and relocate entry. Mention buffer-stale-function.
316
4186e877
GM
317 * elisp.texi, vol1.texi, vol2.texi: Standardize some menu entries.
318
2064cc6a
GM
319 * hooks.texi (Standard Hooks): General update.
320 Put related hooks together. Add and remove items.
321 * commands.texi (Keyboard Macros): Remove cross-ref to Standard Hooks.
322 * modes.texi (Hooks): Tweak cross-ref description.
323
7272fbf3
MA
3242012-03-01 Michael Albinus <michael.albinus@gmx.de>
325
326 * files.texi (Kinds of Files): The return value of file-equal-p is
327 unspecified, if FILE1 or FILE2 does not exist.
328
53a1239b
GM
3292012-03-01 Glenn Morris <rgm@gnu.org>
330
90db9af9
GM
331 * hooks.texi (Standard Hooks): Remove mode-specific hooks.
332
53a1239b
GM
333 * maps.texi (Standard Keymaps): General update.
334 Remove mode-specific maps, talk about the more general keymaps.
335 * help.texi (Help Functions): Add vindex for Helper-help-map.
336 * keymaps.texi (Active Keymaps): Minor rephrasing.
337
775b55af
GM
3382012-02-29 Glenn Morris <rgm@gnu.org>
339
340 * elisp.texi, vol1.texi, vol2.texi: Use "" quotes in menus.
341
96b49301 3422012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
343
7272fbf3 344 * files.texi (Kinds of Files): Rename files-equal-p to file-equal-p.
bf7f9bc5 345 Update changed behavior of file-subdir-of-p.
96b49301 346
1383d930
GM
3472012-02-28 Glenn Morris <rgm@gnu.org>
348
44e97401
GM
349 * advice.texi, anti.texi, display.texi, elisp.texi:
350 * processes.texi, variables.texi, vol1.texi, vol2.texi:
351 Standardize possessive apostrophe usage.
352
e3c73f1e
GM
353 * locals.texi: Remove file.
354 * elisp.texi, vol1.texi, vol2.texi: Don't include locals.texi.
355 Remove menu entry.
356 * errors.texi, maps.texi: Adjust node pointers.
357 * internals.texi (Buffer Internals): Remove cross-refs to locals.texi.
edb3ac8c 358 * makefile.w32-in (srcs):
e3c73f1e
GM
359 * Makefile.in (srcs): Remove locals.texi.
360
1383d930
GM
361 * frames.texi (Mouse Position): Fix cross-ref.
362
431ee44b
CY
3632012-02-27 Chong Yidong <cyd@gnu.org>
364
365 * buffers.texi (Creating Buffers): Clarify that
366 generate-new-buffer uses generate-new-buffer-names.
367 (Killing Buffers): Remove bogus example duplicating buffer-live-p.
368
369 * files.texi (Directory Names): Index entry for file name abbreviations.
370 (Relative File Names, File Name Expansion): Refer to it.
371 (Locating Files): Move locate-user-emacs-file documentation to
372 Standard File Names.
373 (Standard File Names): Add locate-user-emacs-file; update examples.
374
6a11ec9d
MA
3752012-02-26 Michael Albinus <michael.albinus@gmx.de>
376
377 * files.texi (Magic File Names): Add files-equal-p and file-subdir-of-p.
378
9a4888c0
CY
3792012-02-26 Chong Yidong <cyd@gnu.org>
380
381 * files.texi (Kinds of Files): Improve documentation of
382 files-equal-p and file-subdir-of-p.
383
f0e751b9
GM
3842012-02-26 Glenn Morris <rgm@gnu.org>
385
386 * intro.texi (Acknowledgements): Small changes.
387
7e05b1ec
GM
3882012-02-25 Glenn Morris <rgm@gnu.org>
389
390 * errors.texi: Don't try to list _all_ the error symbols.
391 Add circular-list, cl-assertion-failed, compression-error.
392 * elisp.texi, vol1.texi, vol2.texi:
393 * control.texi (Error Symbols): Tweak "Standard Errors" description.
394
23453255 3952012-02-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
396
397 * files.texi (files-equal-p, file-subdir-of-p): New,
398 add initial documentation.
399
4963495d
CY
4002012-02-25 Chong Yidong <cyd@gnu.org>
401
fa74b241
CY
402 * files.texi (File Attributes): Document file-selinux-context.
403 (Changing Files): Link to it.
404 (Changing Files): Document set-file-selinux-context.
405
406 * backups.texi (Making Backups): Return value of backup-buffer is
d268b4fe
CY
407 changed. Mention default value of backup-directory-alist.
408 (Rename or Copy): Note that backup-by-copying-when-mismatch is t.
409 (Auto-Saving): New minor mode behavior for auto-save-mode.
410 (Reverting): Add defvar for revert-buffer-in-progress-p.
fa74b241 411
4963495d
CY
412 * searching.texi (Regexp Backslash): Add index entry (Bug#10869).
413
4bb82fa8
GM
4142012-02-24 Glenn Morris <rgm@gnu.org>
415
416 * errors.texi (Standard Errors): Mention dbus-error.
417 For arith-error sub-classes, just use one cross-ref.
418
2cb228f7
AM
4192012-02-23 Alan Mackenzie <acm@muc.de>
420
421 * modes.texi (Defining Minor Modes): Document the new keyword
422 :after-hook.
423
a59225b1
CY
4242012-02-21 Chong Yidong <cyd@gnu.org>
425
426 * files.texi (Files): Mention magic file names as arguments.
427 (Reading from Files): Copyedits.
428 (File Attributes): Mention how to change file modes.
429 (Changing Files): Use standard "file permissions" terminology.
430 Add xref to File Attributes node.
431 (Locating Files): Document locate-user-emacs-file.
432 (Unique File Names): Recommend against using make-temp-name.
433
8376d7c2
CY
4342012-02-19 Chong Yidong <cyd@gnu.org>
435
436 * help.texi (Documentation, Documentation Basics, Help Functions):
437 Minor clarifications.
438 (Accessing Documentation): Clarify what documentation-property is
439 for. Add xref to Keys in Documentation.
440
441 * tips.texi (Documentation Tips): Don't recommend using * in
442 docstrings.
443
444 * macros.texi (Defining Macros):
445 * modes.texi (Derived Modes): Say "documentation string" instead
446 of docstring.
447
82233bea
CY
4482012-02-18 Chong Yidong <cyd@gnu.org>
449
450 * modes.texi (Tabulated List Mode): New node.
451 (Basic Major Modes): Add xref to it.
452
453 * processes.texi (Process Information): Mention Process Menu mode.
454
7b926f3f
CY
4552012-02-17 Chong Yidong <cyd@gnu.org>
456
457 * syntax.texi (Motion via Parsing): Doc fix for scan-lists.
458
0fd2c9a3
GM
4592012-02-17 Glenn Morris <rgm@gnu.org>
460
461 * hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual.
462
f700caa3
CY
4632012-02-16 Chong Yidong <cyd@gnu.org>
464
4230351b
CY
465 * syntax.texi (Syntax Tables, Syntax Descriptors)
466 (Syntax Table Functions): Copyedits.
467 (Syntax Basics): Don't repeat the material in the preceding node.
468 (Syntax Class Table): Use a table.
469 (Syntax Properties): Document syntax-propertize-function and
470 syntax-propertize-extend-region-functions.
471 (Motion via Parsing): Clarify scan-lists. Fix indentation.
472 (Parser State): Update for the new "c" comment style. Fix
473 description of item 7 (comment style).
474
f700caa3
CY
475 * modes.texi (Minor Modes): Update how mode commands should treat
476 arguments now.
477 (Mode Line Basics): Clarify force-mode-line-update.
478 (Mode Line Top): Note that the example is not realistic.
479 (Mode Line Variables, Mode Line Data, %-Constructs, Header Lines)
480 (Emulating Mode Line): Use "mode line" instead of "mode-line", and
481 "mode line construct" instead of "mode line specification".
482 (Syntactic Font Lock): Remove mention of obsolete variable
483 font-lock-syntactic-keywords.
484 (Setting Syntax Properties): Node deleted.
485 (Font Lock Mode): Note that Font Lock mode is a minor mode.
486 (Font Lock Basics): Note that syntactic fontification falls back
487 on `syntax-table'.
488 (Search-based Fontification): Emphasize that font-lock-keywords
489 should not be set directly.
490 (Faces for Font Lock): Avoid some confusing terminology.
4230351b
CY
491 (Syntactic Font Lock): Minor clarifications. Add xref to
492 Syntactic Font Lock node.
f700caa3 493
60236b0d
CY
4942012-02-15 Chong Yidong <cyd@gnu.org>
495
496 * minibuf.texi (Basic Completion): Define "completion table".
497 Move completion-in-region to Completion in Buffers node.
498 (Completion Commands): Use "completion table" terminology.
499 (Completion in Buffers): New node.
500
501 * modes.texi (Hooks): add-hook can be used for abnormal hooks too.
502 (Setting Hooks): Update minor mode usage example.
503 (Major Mode Conventions): Note that completion-at-point-functions
504 should be altered locally. Add xref to Completion in Buffers.
f700caa3
CY
505 Remove duplicate tip about auto-mode-alist.
506 (Minor Modes): Rewrite introduction.
507 (Minor Mode Conventions): Copyedits. Don't recommend
508 variable-only minor modes since few minor modes are like that.
60236b0d 509
d7dbb11a
GM
5102012-02-15 Glenn Morris <rgm@gnu.org>
511
512 * processes.texi (Network): Document open-network-stream :parameters.
513
3d8badf4
CY
5142012-02-14 Chong Yidong <cyd@gnu.org>
515
516 * keymaps.texi (Format of Keymaps): The CACHE component of keymaps
517 was removed on 2009-09-10. Update lisp-mode-map example.
518 (Inheritance and Keymaps): Minor clarification.
519 (Searching Keymaps): Remove out-of-place enumeration.
520 (Key Lookup): Remove unnecessary example (one was already given in
521 Format of Keymaps).
522 (Changing Key Bindings): Update suppress-keymap example.
523 (Menu Bar, Tool Bar): Copyedits.
524 (Tool Bar): Update tool-bar-map example.
525
faccede1
CY
5262012-02-12 Chong Yidong <cyd@gnu.org>
527
528 * debugging.texi (Debugger Commands): Continuing is now allowed
529 for errors.
530
355cabc6
CY
5312012-02-11 Chong Yidong <cyd@gnu.org>
532
d860baa0
CY
533 * display.texi (Fringe Indicators): Add xref to Fringe Bitmaps.
534 Move the list of standard bitmaps there.
535 (Fringe Cursors): Rewrite for clarity.
536 (Fringe Bitmaps): Consolidate the list of standard bitmaps here.
537
34106abe
CY
538 * commands.texi (Command Overview): Mention read-key.
539 (Using Interactive, Interactive Call): Minor clarifications.
540 (Function Keys, Click Events): Avoid "input stream" terminology.
541 (Click Events): Add xref to Window Sizes and Accessing Mouse.
542 Clarify column and row components.
543 (Accessing Mouse): Add xref to Click Events. Minor fixes.
544 (Special Events): Copyedits.
545
546 * streams.texi (Input Streams): De-document get-file-char.
547 (Output Variables): Don't refer to old backquote syntax.
548
355cabc6
CY
549 * debugging.texi (Debugging): Copyedits. Describe testcover, ERT.
550 (Error Debugging): Note that debug-ignored-errors overrides list
551 values of debug-on-error too. Add xref to Signaling Errors. Note
552 that debug-on-signal is not customizable. Mention
553 condition-case-unless-debug.
554 (Compilation Errors): Node deleted.
555
556 * compile.texi (Compiler Errors): Move a paragraph here from
557 deleted node Compilation Errors.
558
1be3ca5a
LL
5592012-02-10 Leo Liu <sdl.web@gmail.com>
560
561 * control.texi (Handling Errors): Change condition-case-no-debug
562 to condition-case-unless-debug.
563
25dec365
CY
5642012-02-10 Chong Yidong <cyd@gnu.org>
565
566 * advice.texi (Defining Advice): Clarify ad-unadvise.
567 (Activation of Advice): Specifying the ACTIVATE flag in defadvice
568 is not abnormal.
569 (Advising Primitives): Node deleted; ad-define-subr-args has been
570 removed.
571
572 * compile.texi (Speed of Byte-Code): Use float-time in example.
573 (Compilation Functions): Note that the log uses Compilation mode.
574 Don't discuss the contents of byte-code function object here.
575 (Compilation Functions): De-document internal function byte-code.
576 (Docs and Compilation): Minor clarifications.
577
578 * objects.texi (Byte-Code Type): Add xref to Byte-Code Function
579 Objects.
580
5f5e4ea1
GM
5812012-02-10 Glenn Morris <rgm@gnu.org>
582
583 * text.texi (Checksum/Hash): Rename node from MD5 Checksum.
584 Mention secure-hash.
585 * elisp.texi, vol1.texi, vol2.texi: Update menu entry.
586
6c1e4b46
CY
5872012-02-10 Chong Yidong <cyd@gnu.org>
588
589 * loading.texi (Loading): Don't emphasize "library" terminology.
590 (Library Search): load-path is not a user option. Mention role of
591 -L option and packages. Improve examples.
592 (Loading Non-ASCII): Don't mention unibyte Emacs, which is
593 obsolete.
594 (Autoload): Minor clarifications.
595
72ca698c
GM
5962012-02-10 Glenn Morris <rgm@gnu.org>
597
b011fbfe
GM
598 * files.texi (Magic File Names): Tweak remote-file-name-inhibit-cache.
599
72ca698c
GM
600 * modes.texi (Basic Major Modes): Mention tabulated-list-mode.
601
14a1f380
GM
6022012-02-08 Glenn Morris <rgm@gnu.org>
603
604 * loading.texi (Named Features): Update the require example.
605
60d47423
GM
6062012-02-07 Glenn Morris <rgm@gnu.org>
607
608 * modes.texi (Defining Minor Modes):
609 Expand on args of defined minor modes.
610
0992bd9c
CY
6112012-02-07 Chong Yidong <cyd@gnu.org>
612
613 * variables.texi (Creating Buffer-Local): Minor clarification
614 to buffer-local-variables doc (Bug#10715).
615
af008560
GM
6162012-02-07 Glenn Morris <rgm@gnu.org>
617
e80e1825 618 * display.texi (ImageMagick Images): General update.
af008560
GM
619 Move most details of imagemagick-render-type to the variable's doc.
620
866c1d22
GM
6212012-02-06 Glenn Morris <rgm@gnu.org>
622
f7c9199f 623 * keymaps.texi (Tool Bar): Mention separators.
dac86404
GM
624 (Inheritance and Keymaps):
625 Mention make-composed-keymap and multiple inheritance.
f7c9199f 626
e7bc51d0
GM
627 * modes.texi (Running Hooks): Mention run-hook-wrapped.
628
866c1d22
GM
629 * control.texi (Handling Errors):
630 Mention condition-case-no-debug and with-demoted-errors.
631
03988c98
CY
6322012-02-05 Chong Yidong <cyd@gnu.org>
633
634 * customize.texi (Common Keywords): Minor clarifications.
635 Document custom-unlispify-remove-prefixes.
636 (Variable Definitions): Backquotes in defcustom seem to work fine
637 now. Various other copyedits.
e1161b06
CY
638 (Simple Types): Copyedits. Document color selector.
639 (Composite Types): Copyedits.
640 (Splicing into Lists): Clarifications.
03988c98
CY
641
642 * eval.texi (Backquote): Move from macros.texi.
643
644 * macros.texi (Expansion): Minor clarification.
645 (Backquote): Move node to eval.texi.
646 (Defining Macros): Move an example from Backquote node.
647 (Argument Evaluation): No need to mention Pascal.
648 (Indenting Macros): Add xref to Defining Macros.
649
649f602c
GM
6502012-02-05 Glenn Morris <rgm@gnu.org>
651
652 * debugging.texi (Error Debugging): Mention debug-on-event default.
653
34c99998
GM
6542012-02-04 Glenn Morris <rgm@gnu.org>
655
8f05da42
GM
656 * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
657
7aa5aad8
GM
658 * debugging.texi (Error Debugging): Mention debug-on-event.
659 * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
660
c7291ad9
GM
661 * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
662
34c99998
GM
663 * text.texi (Buffer Contents):
664 Update filter-buffer-substring description.
665
735cc5ca
CY
6662012-02-04 Chong Yidong <cyd@gnu.org>
667
668 * functions.texi (What Is a Function): Add closures. Mention
669 "return value" terminology. Add xref for command-execute. Remove
670 unused "keystroke command" terminology.
671 (Lambda Expressions): Give a different example than in the
672 following subsection. Add xref to Anonymous Functions.
673 (Function Documentation): Remove gratuitous markup.
674 (Function Names): Move introductory text to `What Is a Function'.
675 (Defining Functions): Fix defun argument spec.
676 (Anonymous Functions): Document lambda macro explicitly. Mention
677 effects on lexical binding.
678 (Function Cells): Downplay direct usage of fset.
679 (Closures): New node.
680 (Inline Functions): Remove "open-code" terminology.
681 (Declaring Functions): Minor tweak; .m is not C code.
682
683 * variables.texi (Variables): Don't refer to "global value".
684 (Local Variables, Void Variables): Copyedits.
685 (Lexical Binding): Minor clarification of example.
686 (File Local Variables): Mention :safe and :risky defcustom args.
687 (Lexical Binding): Add xref to Closures node.
688
94bc7984
GM
6892012-02-04 Glenn Morris <rgm@gnu.org>
690
691 * minibuf.texi (High-Level Completion): Updates for read-color.
692
4f5a10ef
GM
6932012-02-03 Glenn Morris <rgm@gnu.org>
694
eea14f31
GM
695 * display.texi (GIF Images): Mention animation.
696 Remove commented-out old example of animation.
697 (Animated Images): New subsection.
698 * elisp.texi (Top):
699 * vol1.texi (Top):
700 * vol2.texi (Top): Add Animated Images menu entry.
701
4f5a10ef
GM
702 * display.texi (Image Formats): Remove oddly specific information
703 on versions of image libraries.
204e728d 704 (GIF Images, TIFF Images): Minor rephrasing.
4f5a10ef 705
12f381b7
GM
7062012-02-02 Glenn Morris <rgm@gnu.org>
707
1b9f60cc
GM
708 * processes.texi (Synchronous Processes):
709 Mention call-process's :file gets overwritten.
710
7e2734bc
GM
711 * commands.texi (Reading One Event):
712 * help.texi (Help Functions): Document read-char-choice.
713
f58b9822
GM
714 * hooks.texi (Standard Hooks):
715 * modes.texi (Keymaps and Minor Modes):
716 * text.texi (Commands for Insertion): Document post-self-insert-hook.
717
718 * hooks.texi (Standard Hooks): Add prog-mode-hook.
719
12f381b7
GM
720 * hooks.texi (Standard Hooks):
721 * modes.texi (Major Mode Conventions, Mode Hooks):
722 Document change-major-mode-after-body-hook.
723
7a9a2fc6
GM
7242012-02-01 Glenn Morris <rgm@gnu.org>
725
726 * modes.texi (Defining Minor Modes):
727 Mention disabling global minor modes on a per-major-mode basis.
728
a037c171
CY
7292012-01-31 Chong Yidong <cyd@gnu.org>
730
731 * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
732 (Parser State): Remove unnecessary statement (Bug#10661).
733
734 * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
735
56afad3a
GM
7362012-01-31 Glenn Morris <rgm@gnu.org>
737
738 * modes.texi (Defining Minor Modes):
739 Document define-minor-mode's new :variable keyword.
740
0f29fa41
CY
7412012-01-29 Chong Yidong <cyd@gnu.org>
742
837a390a
CY
743 * syntax.texi (Syntax Class Table): Tweak description of newline
744 char syntax (Bug#9619).
745
0f29fa41
CY
746 * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
747 description (Bug#10189).
748
182148ee
GM
7492012-01-29 Glenn Morris <rgm@gnu.org>
750
a49ca6b9
GM
751 * files.texi (Changing Files): Document SELinux support.
752
182148ee
GM
753 * windows.texi (Window Sizes): Fix typo.
754
9962192e
CY
7552012-01-28 Chong Yidong <cyd@gnu.org>
756
8c6e1920
CY
757 * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
758 doc (Bug#8568).
759
9583ec59
CY
760 * frames.texi (Input Focus): Add NORECORD arg to
761 select-frame-set-input-focus. Clarify its role in select-frame.
762
10256988
CY
763 * text.texi (Transposition): We don't use transpose-region as an
764 internal subroutine (Bug#3249).
765
9962192e
CY
766 * modes.texi (Example Major Modes): Update Lisp example code to
767 current sources. Delete the old non-derived-major-mode example,
768 which has diverged badly from current sources.
769
2aa43abb
GM
7702012-01-27 Glenn Morris <rgm@gnu.org>
771
772 * makefile.w32-in (texinputdir): Fix (presumed) typo.
773 (VERSION, manual): Remove, unused.
774
9f40220d
CY
7752012-01-27 Chong Yidong <cyd@gnu.org>
776
777 * commands.texi (Command Overview): Minor clarification (Bug#10384).
778
acc28cb9
CY
7792012-01-26 Chong Yidong <cyd@gnu.org>
780
781 * searching.texi (String Search): Document negative repeat count
782 (Bug#10507).
783
48da7392
GM
7842012-01-26 Glenn Morris <rgm@gnu.org>
785
786 * variables.texi (Using Lexical Binding):
787 Mention that lexical-binding should be set in the first line.
788
69b0acb9
LI
7892012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
790
791 * macros.texi (Defining Macros): Don't claim that `declare' only
792 affects Edebug and indentation.
793
543757a8
LI
7942012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
795
796 * macros.texi (Defining Macros): Slight `declare' fixup.
797
450e3cae
GM
7982012-01-25 Glenn Morris <rgm@gnu.org>
799
24189ce0 800 * makefile.w32-in (texinputdir):
450e3cae
GM
801 * Makefile.in (ENVADD): Add $emacsdir. (Bug#10603)
802
1021c761
CY
8032012-01-24 Chong Yidong <cyd@gnu.org>
804
805 * variables.texi (Variables, Local Variables, Void Variables):
806 Edit to make the descriptions less specific to dynamic binding.
807 (Local Variables): Default max-specpdl-size is now 1300.
808 (Defining Variables): Edits for lexical scoping. Delete
809 information about starting docstrings with *. De-document
810 user-variable-p.
811 (Tips for Defining): Remove an unimportant discussion of quitting
812 in the middle of a load.
813 (Accessing Variables, Setting Variables): Discuss lexical binding.
814 (Variable Scoping): Rewrite.
815 (Scope, Extent, Impl of Scope): Nodes deleted.
816 (Dynamic Binding): New node, with material from Scope, Extent, and
817 Impl of Scope nodes.
818 (Dynamic Binding Tips): Rename from Using Scoping.
819 (Lexical Binding): Rewrite.
820 (Using Lexical Binding): Rename from Converting to Lexical
821 Binding. Convert to subsection.
822
823 * customize.texi (Variable Definitions): Add custom-variable-p.
824 Move user-variable-p documentation here.
825
31cbea1d
CY
8262012-01-23 Chong Yidong <cyd@gnu.org>
827
828 * strings.texi (Text Comparison): Minor qualification.
829
830 * lists.texi (Cons Cells): Copyedits.
831 (List Elements): Mention push.
832 (List Variables): Mention pop.
833 (Rings): Move to sequences.texi.
834
835 * sequences.texi (Sequence Functions): Don't repeat the
836 introduction already given in the parent.
837 (Vectors): Copyedits.
838 (Rings): Move from lists.texi. Note that this is specific to the
839 ring package.
840
841 * symbols.texi (Definitions, Symbol Components): Mention variable
842 scoping issues.
843 (Plists and Alists): Copyedits.
844
845 * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
846 correctness with lexical scoping.
847 (Eval): Copyedits.
848
fead402d
CY
8492012-01-21 Chong Yidong <cyd@gnu.org>
850
851 * intro.texi (A Sample Function Description): Special notation
852 used for macros too.
853
854 * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
855 (Symbol Type): Add xref for keyword symbols.
856 (Sequence Type): Clarify differences between sequence types.
857 (Cons Cell Type): Add "linked list" index entry.
858 (Non-ASCII in Strings): Copyedits.
859 (Equality Predicates): Symbols with same name need not be eq.
860
861 * numbers.texi (Float Basics): Document isnan, copysign, frexp and
862 ldexp. Move float-e and float-pi to Math Functions node.
863
61086eb6
GM
8642012-01-21 Glenn Morris <rgm@gnu.org>
865
866 * modes.texi (Auto Major Mode):
867 * variables.texi (File Local Variables):
868 Mention inhibit-local-variables-regexps.
869
34a02f46
MR
8702012-01-19 Martin Rudalics <rudalics@gmx.at>
871
872 * windows.texi (Window Configurations): Rewrite references to
873 persistent window parameters.
874 (Window Parameters): Fix description of persistent window
875 parameters.
876
f5064cae
JB
8772012-01-16 Juanma Barranquero <lekktu@gmail.com>
878
879 * windows.texi (Window Parameters): Use @pxref.
880
6a6ee00d
MR
8812012-01-16 Martin Rudalics <rudalics@gmx.at>
882
883 * windows.texi (Window Configurations, Window Parameters):
884 Describe persistent window parameters.
885
9ca4c014
SM
8862011-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
887
888 * variables.texi (Creating Buffer-Local): Warn against misuses of
889 make-variable-buffer-local (bug#10258).
890
d027f83d
LMI
8912012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
892
893 * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
894
89bd9ccd
CY
8952012-01-06 Chong Yidong <cyd@gnu.org>
896
897 * variables.texi (Directory Local Variables): Document
898 hack-dir-local-variables-non-file-buffer.
899
c869783d
GM
9002012-01-06 Glenn Morris <rgm@gnu.org>
901
902 * maps.texi (Standard Keymaps): Refer to Info-edit by name
903 rather than by keybinding.
904
2cae5ba4
JB
9052011-12-29 Juanma Barranquero <lekktu@gmail.com>
906
907 * frames.texi (Font and Color Parameters): Add @pxref.
908
43da4d08
DC
9092011-12-29 Daniel Colascione <dan.colascione@gmail.com>
910
911 * frames.texi (Font and Color Parameters):
912 Document w32 font backends (bug#10399).
913
8d80ef01
PE
9142011-12-28 Paul Eggert <eggert@cs.ucla.edu>
915
916 * files.texi (File Attributes, Changing Files):
917 Use a more-natural notation for octal numbers.
918
9022ae07
JB
9192011-12-23 Juanma Barranquero <lekktu@gmail.com>
920
921 * variables.texi (Variables with Restricted Values):
922 Change reference to variable (bug#10354).
923
454592a6
MR
9242011-12-13 Martin Rudalics <rudalics@gmx.at>
925
926 * windows.texi (Splitting Windows): Use t instead of non-nil
927 when describing window-combination-resize.
928
a7cdbfce
SM
9292011-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
930
931 * text.texi (Special Properties): Warn against `intangible' properties
932 (bug#10222).
933
a3dcc84e
EZ
9342011-11-26 Eli Zaretskii <eliz@gnu.org>
935
579ebf8f
EZ
936 * display.texi (Truncation):
937 * text.texi (Special Properties): Describe what a stretch-glyph is
938 instead of using that term without explanation. Make the
939 cross-references more accurate.
940
a3dcc84e
EZ
941 * display.texi (Usual Display): Update the description,
942 cross-references, and indexing related to display of control
943 characters and raw bytes.
944
94af99a4
MR
9452011-11-25 Martin Rudalics <rudalics@gmx.at>
946
947 * windows.texi (Splitting Windows): Fix description of
948 window-combination-limit. Suggested by Eli Zaretskii.
949
1c3d7a13
CY
9502011-11-23 Chong Yidong <cyd@gnu.org>
951
952 * windows.texi (Window Sizes): Move window-top-line,
953 window-left-column, and window-*-pixel-edges to Coordinates and
954 Windows node.
955 (Coordinates and Windows): Restore window-edges doc.
956
90151a1e
MR
9572011-11-21 Martin Rudalics <rudalics@gmx.at>
958
a7cdbfce
SM
959 * windows.texi (Windows and Frames, Splitting Windows):
960 Fix typos.
90151a1e 961
a9b9b7f5
CY
9622011-11-21 Chong Yidong <cyd@gnu.org>
963
964 * windows.texi (Splitting Windows): Fix error in documentation of
965 window-combination-limit.
966 (Cyclic Window Ordering): Minor fixes to next-window,
967 one-window-p, and get-lru-window docs. Don't document
968 window-list-1.
969 (Buffers and Windows): Copyedits.
970 (Choosing Window): Document special handling of special-display-*.
971 (Choosing Window Options): Fix display-buffer-reuse-frames doc.
a7cdbfce
SM
972 Don't document even-window-heights, which is going away.
973 Clarify which options are obeyed by which action functions.
a9b9b7f5 974
f4e90db0
SM
9752011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
976
977 * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
978
d2999b1a
MR
9792011-11-20 Martin Rudalics <rudalics@gmx.at>
980
f4e90db0
SM
981 * windows.texi (Resizing Windows, Splitting Windows):
982 Remove term "status" when talking about combination limits.
d2999b1a 983
cd1181db
JB
9842011-11-20 Juanma Barranquero <lekktu@gmail.com>
985
986 * compile.texi (Compiler Errors):
987 * help.texi (Help Functions): Fix typos.
988
7bf54975
CY
9892011-11-19 Chong Yidong <cyd@gnu.org>
990
991 * windows.texi (Splitting Windows): Clarify role of window
992 parameters in split-window. Shorten the example.
f4e90db0
SM
993 (Deleting Windows): Rewrite intro to handle internal windows.
994 Fix delete-windows-on doc.
7bf54975
CY
995 (Selecting Windows): Copyedits.
996
a0c2d0ae
MR
9972011-11-17 Martin Rudalics <rudalics@gmx.at>
998
999 * windows.texi (Resizing Windows, Splitting Windows)
1000 (Deleting Windows): Use term window-combination-resize instead
1001 of window-splits.
1002
b6f67890
MR
10032011-11-16 Martin Rudalics <rudalics@gmx.at>
1004
f4e90db0
SM
1005 * windows.texi (Resizing Windows, Splitting Windows):
1006 Rename occurrences of window-nest to window-combination-limit.
b6f67890 1007
0b381c7e
JB
10082011-11-14 Juanma Barranquero <lekktu@gmail.com>
1009
1010 * intro.texi (Lisp History): Fix typo.
1011
89d61221
MR
10122011-11-12 Martin Rudalics <rudalics@gmx.at>
1013
f4e90db0
SM
1014 * windows.texi (Splitting Windows, Deleting Windows):
1015 Remove references to splits status of windows.
89d61221 1016
b2621720
GM
10172011-11-10 Glenn Morris <rgm@gnu.org>
1018
1019 * buffers.texi (Read Only Buffers): Expand a bit on why
1020 toggle-read-only should only be used interactively. (Bug#7292)
1021
d2ad7ee1
CY
10222011-11-09 Chong Yidong <cyd@gnu.org>
1023
1024 * windows.texi (Window Sizes): Document window-pixel-edges,
c4e7c63a 1025 window-inside-pixel-edges, window-absolute-pixel-edges, and
d2ad7ee1
CY
1026 window-inside-absolute-pixel-edges.
1027 (Resizing Windows): shrink-window-if-larger-than-buffer works on
1028 non-full-width windows.
1029
2cffd681
MR
10302011-11-09 Martin Rudalics <rudalics@gmx.at>
1031
1032 * windows.texi (Resizing Windows): Rewrite documentation of
1033 window-resizable.
1034
f6f6d7e7
CY
10352011-11-09 Chong Yidong <cyd@gnu.org>
1036
1037 * windows.texi (Splitting Windows): Simplify example.
1038
a79db6e0
CY
10392011-11-08 Chong Yidong <cyd@gnu.org>
1040
1041 * windows.texi (Window Sizes): Copyedits. Document
1042 window-text-height. Remove window-min-height and window-min-width
1043 discussion, referring instead to Emacs manual.
1044 (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
e7313f33
CY
1045 (Resizing Windows): Simplify introduction. Don't document
1046 enlarge-window, shrink-window, enlarge-window-horizontally, and
1047 shrink-window-horizontally; they are no longer preferred for
1048 calling from Lisp, and are already documented in the Emacs manual.
a79db6e0 1049
441950c7
GM
10502011-11-07 Glenn Morris <rgm@gnu.org>
1051
1052 * windows.texi (Choosing Window): Fix keybinding typo.
1053
be7f5545
MR
10542011-11-07 Martin Rudalics <rudalics@gmx.at>
1055
1056 * windows.texi (Resizing Windows, Splitting Windows)
1057 (Window Configurations): Use "child window" instead of
1058 "subwindow".
1059
291d142b
CY
10602011-11-06 Chong Yidong <cyd@gnu.org>
1061
1062 * windows.texi (Basic Windows): Clarify various definitions.
1063 Treat window-normalize-* as internal; don't document them.
1064 (Windows and Frames): Various clarifications, e.g. non-live
1065 windows also belong to frames. Fix window-list description.
1066 Simplify window nesting example.
f4e90db0
SM
1067 (Splitting Windows, Window Configurations):
1068 Use split-window-below.
291d142b 1069
89bd5ee1
EZ
10702011-11-04 Eli Zaretskii <eliz@gnu.org>
1071
1072 * windows.texi (Window Sizes): Mention in the doc string that the
1073 return values of `window-body-height' and `window-body-width' are
1074 in frame's canonical units. (Bug#9949)
1075
3d8daefe
MR
10762011-10-30 Martin Rudalics <rudalics@gmx.at>
1077
1078 * windows.texi (Windows and Frames): Remove "iso-" infix from
1079 documentation of window-iso-combined-p.
1080
60754666
CY
10812011-10-26 Chong Yidong <cyd@gnu.org>
1082
1083 * modes.texi (Running Hooks): Document with-wrapper-hook.
1084
d366bd53
CY
10852011-10-18 Chong Yidong <cyd@gnu.org>
1086
1087 * display.texi (Glyphless Chars): New node.
1088
50b063c3
CY
10892011-10-13 Chong Yidong <cyd@stupidchicken.com>
1090
1091 * text.texi (Yanking): Document yank-excluded-properties.
1092
1093 * package.texi (Packaging Basics): The commentary should say how
1094 to begin using the package.
1095
c72063fa
MR
10962011-10-11 Martin Rudalics <rudalics@gmx.at>
1097
1098 * windows.texi (Deleting Windows): Mention which window gets
1099 selected when deleting the selected window.
1100
d83dc65b
MR
11012011-10-09 Martin Rudalics <rudalics@gmx.at>
1102
1103 * buffers.texi (The Buffer List): Describe how bury-buffer deals
1104 with the selected window.
1105 * windows.texi (Buffers and Windows): Reformulate text on how
1106 replace-buffer-in-windows deals with a window.
1107 (Quitting Windows): Describe how quit-window deals with a
1108 standalone frame. Describe new option frame-auto-hide-function.
1109
c599682c
GM
11102011-10-08 Glenn Morris <rgm@gnu.org>
1111
48bca619
GM
1112 * symbols.texi (Other Plists): Markup fix. (Bug#9702)
1113
c599682c
GM
1114 * positions.texi (Excursions): Update warning message.
1115
969aa734
CY
11162011-10-05 Chong Yidong <cyd@stupidchicken.com>
1117
f4e90db0
SM
1118 * display.texi (Low-Level Font, Face Attributes, Font Lookup):
1119 Fix Emacs manual xref (Bug#9675).
969aa734 1120
550f41cd
CY
11212011-10-01 Chong Yidong <cyd@stupidchicken.com>
1122
1123 * windows.texi (Textual Scrolling): Document scroll-up-command,
1124 scroll-down-command, scroll-error-top-bottom, and the
1125 scroll-command symbol property.
717a1362
CY
1126 (Display Action Functions): Fix description of
1127 display-buffer-pop-up-window.
550f41cd 1128
a239d4e9
JB
11292011-09-28 Juanma Barranquero <lekktu@gmail.com>
1130
1131 * windows.texi (Splitting Windows): Fix typos.
1132
590c056d
MR
11332011-09-25 Martin Rudalics <rudalics@gmx.at>
1134
1135 * windows.texi (Windows and Frames, Display Action Functions)
1136 (Switching Buffers): Fix some typos.
1137 (Buffers and Windows): Remove reference to window-auto-delete.
1138 Reword description of replace-buffer-in-windows.
1139 (Window History): Fix some typos and refer to frame local buffer
1140 list.
c419f5cb
MR
1141 (Quitting Windows): New node.
1142 (Window Configurations): Add descriptions of window-state-get
1143 and window-state-put.
1144 (Window Parameters): Describe variable ignore-window-parameters.
1145 Sketch some window parameters currently in use.
1146 * elisp.texi (Top): Update node listing.
590c056d 1147
9ec20d36
CY
11482011-09-25 Chong Yidong <cyd@stupidchicken.com>
1149
1150 * windows.texi (Display Action Functions)
1151 (Choosing Window Options): New nodes.
1152
0e406a72
CY
11532011-09-24 Chong Yidong <cyd@stupidchicken.com>
1154
1155 * windows.texi (Window History): New node. Move text here from
1156 Buffers and Windows.
1157 (Switching Buffers): Rename from Displaying Buffers, since we
f4e90db0
SM
1158 don't document display-buffer here; callers changed.
1159 Document FORCE-SAME-WINDOW arg to switch-to-buffer and
0e406a72
CY
1160 switch-to-buffer-other-frame. Delete duplicate
1161 replace-buffer-in-windows doc.
1162 (Choosing Window): Document display actions.
1163
6bf7006f
EZ
11642011-09-24 Eli Zaretskii <eliz@gnu.org>
1165
1166 * display.texi (Forcing Redisplay): Update the description of
1167 redisplay-dont-pause due to change in the default value.
1168
b33b68a3
MR
11692011-09-23 Martin Rudalics <rudalics@gmx.at>
1170
1171 * frames.texi (Frames and Windows): Move section and rename to
1172 Windows and Frames in windows.texi.
1173 * windows.texi (Windows): Restructure.
1174 (Basic Windows): Rewrite. Explain live and internal windows and
1175 normalization functions.
1176 (Windows and Frames): Move section here from frames.texi.
1177 Describe subwindows, window combinations, window tree, and
1178 corresponding functions including window-list here.
1179 (Window Sizes): Rename section from Size of Window and move it
1180 up in chapter. Describe total and body sizes and the
1181 corresponding functions. Explain new semantics of
1182 window-min-height/-width.
1183 (Resizing Windows): Move section up in chapter. Describe new
1184 resize functions.
1185 (Splitting Windows): Describe new behavior of split-window,
1186 split-window-above-each-other and split-window-side-by-side.
1187 Provide examples. Describe window-nest and window-splits
1188 options.
1189 (Deleting Windows): Minor rewrite.
f4e90db0
SM
1190 (Selecting Windows): Minor rewrite.
1191 Describe frame-selected-window and set-frame-selected-window here.
1192 (Cyclic Window Ordering): Minor rewrite.
1193 Describe window-list-1.
b33b68a3
MR
1194 (Buffers and Windows): Rewrite. Explain a window's previous and
1195 next buffers and the corresponding functions.
c4682d18 1196 (Window Tree): Merge into Windows and Frames section.
b33b68a3
MR
1197 * elisp.texi (Top): Update node listings for frames and windows
1198 sections.
1199
4d3786ac
SM
12002011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1201
1202 * display.texi (Face Functions): `face-list' returns faces (bug#9564).
1203
713df35b
LMI
12042011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
1205
1206 * errors.texi (Standard Errors): Remove apparent placeholder text
1207 (bug#9491).
1208
33ed493b
CY
12092011-09-18 Chong Yidong <cyd@stupidchicken.com>
1210
1211 * frames.texi (Management Parameters): Fix description of
1212 icon-type parameter.
1213
b8f0a954
CY
12142011-09-17 Chong Yidong <cyd@stupidchicken.com>
1215
1216 * tips.texi (Key Binding Conventions): Don't bind a key sequence
1217 ending in C-g. Suggested by Edward O'Connor.
1218
eddf142c
EZ
12192011-09-17 Eli Zaretskii <eliz@gnu.org>
1220
1221 * numbers.texi (Integer Basics): Add indexing for
1222 most-positive-fixnum and most-negative-fixnum. (Bug#9525)
1223
bf1af6c7
DM
12242011-09-14 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
1225
1226 * lists.texi (Sets And Lists): Fix typo. (Bug#9393)
1227
cec2eab8
JB
12282011-09-11 Juanma Barranquero <lekktu@gmail.com>
1229
1230 * processes.texi (Network Servers): Clarify what the process
1231 buffer is used for (bug#9233).
1232
51751aa2 12332011-08-30 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
1f403cb9
DM
1234
1235 * lists.texi (Building Lists): Fix typo.
1236
35137ed3
CY
12372011-08-30 Chong Yidong <cyd@stupidchicken.com>
1238
1239 * display.texi (Basic Faces): New node. Document new faces.
1240
1241 * modes.texi (Major Mode Conventions): Move some text there.
1242 (Mode Help): Remove major-mode var, duplicated in Major Modes.
1243
3fd50d5c
CY
12442011-08-29 Chong Yidong <cyd@stupidchicken.com>
1245
1246 * modes.texi (Basic Major Modes): New node. Callers updated.
1247 (Major Modes): Document fundamental-mode and major-mode.
1248 (Major Mode Basics): Node deleted; text moved to Major Modes.
1249 (Derived Modes): Document derived-mode-p.
1250
ddb54206
CY
12512011-08-28 Chong Yidong <cyd@stupidchicken.com>
1252
a6326082
CY
1253 * files.texi (Changing Files, Create/Delete Dirs): Document new
1254 arguments for delete-file, delete-directory, and copy-directory.
e2aeef63
CY
1255 (Visiting Functions): Remove view-file; it is documented in the
1256 Emacs manual.
04e2ce72 1257
ddb54206
CY
1258 * frames.texi (Layout Parameters): The defaults for the
1259 menu-bar-lines and tool-bar-lines parameters depend on the mode.
1260
1261 * display.texi (Progress): Document spinner functionality.
1262
1263 * os.texi (Killing Emacs): Note that kill-emacs can be called by
1264 operating system signals. Refer to save-buffers-kill-terminal
1265 instead of save-buffers-kill-emacs.
1266
1267 * objects.texi (Symbol Type): Document ## print representation.
1268
0c95fcf7
EZ
12692011-08-25 Eli Zaretskii <eliz@gnu.org>
1270
1271 * display.texi (Specified Space): Mention that `space' specs
1272 influence bidi reordering.
1273 (Bidirectional Display): Explain how to use `(space . PROPS)' for
1274 separating fields with bidirectional content.
1275
5980d4c6
EZ
12762011-08-24 Eli Zaretskii <eliz@gnu.org>
1277
1278 * display.texi (Bidirectional Display): Document return value in
1279 buffers that are not bidi-reordered for display, and in unibyte
1280 buffers.
1281
bca633fb
EZ
12822011-08-23 Eli Zaretskii <eliz@gnu.org>
1283
1284 * nonascii.texi (Character Properties): Document the values for
1285 unassigned codepoints.
1286
c094bb0c
EZ
12872011-08-18 Eli Zaretskii <eliz@gnu.org>
1288
1289 * nonascii.texi (Character Properties): Document use of
1290 `bidi-class' and `mirroring' properties as part of reordering.
1291 Provide cross-references to "Bidirectional Display".
1292
1293 * display.texi (Bidirectional Display): Document the pitfalls of
1294 concatenating strings with bidirectional content, with possible
f4e90db0
SM
1295 solutions. Document bidi-string-mark-left-to-right.
1296 Mention paragraph direction in modes that inherit from prog-mode.
92b71444
EZ
1297 Document use of `bidi-class' and `mirroring' properties as part of
1298 reordering.
c094bb0c 1299
1ea897d5
EZ
13002011-08-16 Eli Zaretskii <eliz@gnu.org>
1301
9adfcd0b
EZ
1302 * modes.texi (Major Mode Conventions): Improve the documentation
1303 of `mode-class' `special' modes.
1304
10862873
EZ
1305 * nonascii.texi (Character Properties): Document the `mirroring'
1306 property. Add index entries.
1307
1ea897d5
EZ
1308 * syntax.texi (Categories): Add an example of defining a new
1309 category and category table.
1310
1311 * searching.texi (Regexp Backslash): Document how to display
1312 existing categories. Mention the possibility of adding
1313 categories, and add an xref to where this is described. Add an
1314 index entry.
1315
ebb552ed
CY
13162011-08-09 Chong Yidong <cyd@stupidchicken.com>
1317
1318 * text.texi (Special Properties):
1319 * display.texi (Overlay Properties): Note that mouse-face cannot
1320 change the text size (Bug#8530).
1321
51a714e1
CY
13222011-08-08 Chong Yidong <cyd@stupidchicken.com>
1323
1324 * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
1325 using setenv instead.
1326
4cc60b9b
EZ
13272011-07-28 Eli Zaretskii <eliz@gnu.org>
1328
1329 * display.texi (Bidirectional Display): Document the fact that
1330 bidi-display-reordering is t by default.
1331
5deb92fd
EZ
13322011-07-23 Eli Zaretskii <eliz@gnu.org>
1333
1334 * display.texi (Bidirectional Display): New section.
1335
011b0ad6 13362011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
67f9b9f8
GM
1337 Tim Cross <theophilusx@gmail.com> (tiny change)
1338 Glenn Morris <rgm@gnu.org>
011b0ad6 1339
67f9b9f8 1340 * keymaps.texi (Toolkit Differences): New node. (Bug#8176)
011b0ad6 1341
4baf28e6
AS
13422011-07-15 Andreas Schwab <schwab@linux-m68k.org>
1343
1344 * help.texi (Keys in Documentation): Revert last change.
1345
66249842
LMI
13462011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1347
f863868c
LMI
1348 * help.texi (Keys in Documentation): Clarify that \= only quotes
1349 the next character, and doesn't affect longer sequences in
1350 particular (bug#8935).
1351
f4e90db0
SM
1352 * debugging.texi (Using Debugger):
1353 Mention @code{eval-expression-debug-on-error} (bug#8549).
66249842 1354
0bb23927 13552011-07-14 Eli Zaretskii <eliz@gnu.org>
a2eaa31d
EZ
1356
1357 * display.texi (Other Display Specs): Document that `left-fringe'
1358 and `right-fringe' display specifications are of the "replacing"
1359 kind.
1360
f2027cdf
LMI
13612011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1362
1363 * help.texi (Documentation Basics): Add a link to the Function
1364 Documentation node (bug#6580).
1365
f987fde4
LMI
13662011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1367
0bc59b25
LMI
1368 * keymaps.texi (Menu Bar): Mention :visible and :enable
1369 (bug#6344). Text by Drew Adams.
1370
63d55f1f
LMI
1371 * modes.texi (Running Hooks): Mention buffer-local hook variables
1372 (bug#6218).
1373
f987fde4
LMI
1374 * objects.texi (General Escape Syntax): "a with grave accent" is
1375 ?xe0, not ?x8e0 (bug#5259).
1376
b7527639
CY
13772011-07-12 Chong Yidong <cyd@stupidchicken.com>
1378
1379 * display.texi (Face Attributes, Font Selection): Add references
1380 to the Fonts node in the Emacs manual (Bug#4178).
1381
c830e5ae
CY
13822011-07-12 Chong Yidong <cyd@stupidchicken.com>
1383
1384 * display.texi (Window Systems): `window-system' is
1385 terminal-local.
1386
1387 * frames.texi (Frame Parameters, Parameter Access): Don't mention
1388 frame-local variables.
1389
1390 * variables.texi (Buffer-Local Variables): Don't mention obsolete
1391 frame-local variables.
1392 (Frame-Local Variables): Node deleted.
1393
1394 * elisp.texi (Top): Update node listing.
1395
91223e54
LMI
13962011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1397
1398 * elisp.texi: Change "inferiors" to "subnodes" in three places
1399 (bug#3523).
1400
963578d3
CY
14012011-07-11 Chong Yidong <cyd@stupidchicken.com>
1402
1403 * frames.texi (Window System Selections): Discussion of
1404 x-select-enable-clipboard moved to Emacs manual.
1405
07151e49
DD
14062011-07-11 Deniz Dogan <deniz@dogan.se>
1407
1408 * commands.texi (Prefix Command Arguments): Remove excessive
1409 apostrophe.
1410
7261e1cf
LMI
14112011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1412
ad21a12a
LMI
1413 * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
1414 description is a string (bug#3313).
1415
7261e1cf
LMI
1416 * frames.texi (Display Feature Testing): Try to explain what all
1417 the visual classes mean (bug#3042).
1418
568f7b79
LMI
14192011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1420
18d59e29
LMI
1421 * modes.texi (Mode Line Variables): Document `mode-line-remote'
1422 and `mode-line-client' (bug#2974).
1423
568f7b79
LMI
1424 * text.texi (Insertion): Clarify marker movements (bug#1651).
1425 Text from Drew Adams.
1426
54e10184
LMI
14272011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1428
d94d85e9
LMI
1429 * text.texi (Special Properties): Clarify the format of `face'
1430 (bug#1375).
1431
54e10184
LMI
1432 * commands.texi (Interactive Call): Add a `call-interactively'
1433 example (bug#1010).
1434
413c488d
LMI
14352011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1436
1437 * functions.texi (Calling Functions): Link to the "Interactive
1438 Call" node (bug#1001).
1439
322b7dab 14402011-07-06 Chong Yidong <cyd@stupidchicken.com>
b00d8c1a 1441
3deead93
CY
1442 * customize.texi (Composite Types): Move alist and plist to here
1443 from Simple Types (Bug#7545).
1444
1445 * elisp.texi (Top): Update menu description.
1446
b00d8c1a
CY
1447 * display.texi (Face Attributes): Document negative line widths
1448 (Bug#6113).
1449
d2a6c43b
TR
14502011-07-03 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
1451
1452 * searching.texi (Match Data): Note that match data can be
1453 overwritten by most functions (bug#2499).
1454
c7844a27
LMI
14552011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1456
a9ab721e
LMI
1457 * strings.texi (Formatting Strings): Clarify what the "-" and "0"
1458 flags mean (bug#6659).
1459
c7844a27
LMI
1460 * functions.texi (What Is a Function): Document the autoload
1461 object (bug#6496).
1462
f68d76d0
LMI
14632011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1464
8a20ca4c
LMI
1465 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
1466 is only used in the Customize user interface (bug#6089).
1467
f68d76d0 1468 * display.texi (Showing Images): Mention the point of sliced
6dd56db4 1469 images (bug#7836).
f68d76d0 1470
7018dbe7
EZ
14712011-07-02 Eli Zaretskii <eliz@gnu.org>
1472
1473 * variables.texi (Defining Variables, Void Variables)
1474 (Constant Variables): Fix incorrect usage of @kindex.
1475
36cb87a1
LMI
14762011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1477
28ee97c7
LMI
1478 * variables.texi (Defining Variables): Add an index entry for
1479 `set-variable' (bug#7262).
8d4294e9 1480 (Defining Variables): Use @findex for functions.
28ee97c7 1481
8862ffd5
LMI
1482 * frames.texi (Basic Parameters): Document the `explicit-name'
1483 parameter (bug#6951).
1484
0ec389b9
LMI
1485 * customize.texi (Type Keywords): Clarify that :value provides a
1486 default value for all types (bug#7386).
1487
36cb87a1
LMI
1488 * streams.texi (Output Functions): Document `pp'.
1489
11fdef7d 14902011-06-25 Chong Yidong <cyd@stupidchicken.com>
dfc47e35
CY
1491
1492 * keymaps.texi (Searching Keymaps):
1493 * display.texi (Overlay Properties): Fix errors in 2011-05-29
1494 change. Suggested by Johan Bockgård.
1495
eeafcea7
CY
14962011-06-15 Chong Yidong <cyd@stupidchicken.com>
1497
1498 * text.texi (Special Properties): Clarify role of font-lock-face.
1499
b96e6cde
LMI
15002011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1501
f4e90db0 1502 * processes.texi (Process Information): Rename `process-alive-p'
b96e6cde
LMI
1503 to `process-live-p' for consistency with other `-live-p' functions.
1504
be14b9ab
PE
15052011-06-03 Paul Eggert <eggert@cs.ucla.edu>
1506
1507 Document wide integers better.
1508 * files.texi (File Attributes): Document ino_t values better.
2d365993 1509 ino_t values no longer map to anything larger than a single cons.
be14b9ab
PE
1510 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
1511 (Bitwise Operations):
001903b5
PE
1512 * objects.texi (Integer Type): Use a binary notation that is a bit easier
1513 to read, and that will port better if 62-bits becomes the default.
1514 Fix or remove incorrect examples.
be14b9ab
PE
1515 * os.texi (Time Conversion): Document time_t values better.
1516
bcd54f83
LMI
15172011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1518
f4e90db0
SM
1519 * processes.texi (Process Information):
1520 Document `process-alive-p'.
bcd54f83 1521
049bcbcb
CY
15222011-05-29 Chong Yidong <cyd@stupidchicken.com>
1523
1524 * help.texi (Accessing Documentation):
1525 * display.texi (Pixel Specification):
1526 * processes.texi (Serial Ports, Serial Ports):
1527 * nonascii.texi (Character Properties, Default Coding Systems):
1528 * text.texi (Changing Properties, Special Properties):
1529 * windows.texi (Window Start and End):
1530 * modes.texi (SMIE Indentation Example, SMIE Tricks):
1531 * keymaps.texi (Searching Keymaps, Tool Bar):
1532 * minibuf.texi (Basic Completion):
1533 * compile.texi (Eval During Compile):
1534 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
1535 7x9 paper in printed manual.
1536
1537 * lists.texi (Sets And Lists): Fix misplaced text.
1538
58539c63
CY
15392011-05-29 Chong Yidong <cyd@stupidchicken.com>
1540
1541 * keymaps.texi (Remapping Commands): Emphasize that the keymap
1542 needs to be active (Bug#8350).
1543
6b5681bf
CY
15442011-05-28 Chong Yidong <cyd@stupidchicken.com>
1545
b4d52acc
CY
1546 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
1547
6b5681bf
CY
1548 * tips.texi (Coding Conventions): Remove antediluvian filename
1549 limit recommendation (Bug#8538).
1550
e145f188
GM
15512011-05-27 Glenn Morris <rgm@gnu.org>
1552
1553 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
1554
eafed945
GM
15552011-05-26 Glenn Morris <rgm@gnu.org>
1556
1557 * variables.texi (File Local Variables):
1558 Update hack-local-variables `mode-only' return value.
2d3ba9e7 1559 Add some more details on what this function does in the other case.
eafed945 1560
bc8410af
GM
15612011-05-19 Glenn Morris <rgm@gnu.org>
1562
1563 * lists.texi (Sets And Lists): Mention cl provides union etc.
1564
35a30759
N
15652011-05-19 Nix <nix@esperi.org.uk>
1566
1567 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
1568
1569 * text.texi (Parsing HTML): Update for function name changes.
1570
1571 * syntax.texi (Syntax Flags): Small fix.
1572
1573 * keymaps.texi (Active Keymaps): Typo fix.
1574 (Changing Key Bindings): Grammar fix.
1575
1576 * frames.texi (Minibuffers and Frames): Grammar fix.
1577 (Window System Selections): x-select-enable-clipboard now defaults to t.
1578
1579 * customize.texi (Common Keywords):
1580 * display.texi (Abstract Display):
1581 * modes.texi (Auto-Indentation):
1582 * nonascii.texi (Converting Representations): Typo fixes.
1583
1584 * control.texi (Examples of Catch): Call it "goto" not "go to".
1585
e3934a8a
EZ
15862011-05-14 Eli Zaretskii <eliz@gnu.org>
1587
bc039a3b
EZ
1588 * nonascii.texi (Character Properties): Fix inconsistencies with
1589 implementation.
1590
e3934a8a
EZ
1591 * text.texi (Special Properties): Move @defvar's out of the
1592 @table. (Bug#8652)
1593
e2c94218
GM
15942011-05-12 Glenn Morris <rgm@gnu.org>
1595
1596 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
1597
d2fc7e3d 15982011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
bc3bea9c
SM
1599
1600 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
1601 (Multiline Font Lock):
1602 * vol2.texi (Top):
1603 * vol1.texi (Top):
1604 * elisp.texi (Top): Update menu accordingly.
1605
d2fc7e3d 16062011-05-12 Drew Adams <drew.adams@oracle.com>
e6dc6206
DA
1607
1608 * modes.texi (Region to Fontify): Fix typo.
1609
79b70037
GM
16102011-05-10 Jim Meyering <meyering@redhat.com>
1611
1612 * minibuf.texi: Fix typo "in in -> in".
1613
b08a63cc 16142011-05-06 Paul Eggert <eggert@cs.ucla.edu>
fed14fd7
PE
1615
1616 * numbers.texi (Integer Basics): Large integers are treated as floats.
1617
1ef14cb4
LMI
16182011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1619
1620 * processes.texi (Synchronous Processes): Document the (:file
1621 "/file-name") syntax for `call-process'.
1622
4ffd0d6b 16232011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
1624
1625 * windows.texi (Choosing Window): Fix typo.
1626
4ffd0d6b 16272011-04-23 Chong Yidong <cyd@stupidchicken.com>
40954368
CY
1628
1629 * frames.texi (Layout Parameters): Note the difference between
1630 querying and setting parameters for left-fringe and right-fringe
1631 (Bug#6930).
1632
fd5a8ae8
SM
16332011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
1634
1635 * minibuf.texi (Basic Completion): Be a bit more precise about the
1636 valid kinds of completion tables.
1637 (Programmed Completion): Remove obsolete text about lambda expressions
1638 not being valid completion tables.
1639
c1bcd0d5
CY
16402011-03-19 Chong Yidong <cyd@stupidchicken.com>
1641
1642 * positions.texi (Excursions): Explain the "save-excursion
1643 defeated by set-buffer" warning.
1644
1645 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
1646 save-excursion. Suggested by Uday S Reddy.
1647
03408648 16482011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
ba83908c 1649
03408648
SM
1650 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
1651 (Lexical Binding): New sub-section.
ba83908c 1652
03408648
SM
1653 * eval.texi (Eval): Discourage the use of `eval'.
1654 Document its new `lexical' argument.
6c075cd7 1655
f6d62986
SM
16562011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
1657
03408648 1658 * commands.texi (Command Overview): `post-command-hook' is not reset to
f6d62986
SM
1659 nil any more.
1660
84ea5558 16612011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
e4021ec1
SM
1662
1663 * strings.texi (String Conversion): Don't mention
1664 string-make-(uni|multi)byte (bug#8262).
1665 * nonascii.texi (Converting Representations): Fix up range.
1666 * keymaps.texi (Key Binding Commands): Update code point, avoid
1667 "unibyte character" and remove mention of unibyte bindings.
1668
62d94509
EZ
16692011-03-10 Eli Zaretskii <eliz@gnu.org>
1670
1671 * modes.texi (Operator Precedence Grammars): Don't use characters
1672 outside ISO-8859-1.
1673
63a329f8
EZ
16742011-03-09 Eli Zaretskii <eliz@gnu.org>
1675
1676 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
1677
1678 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
1679
6446548e
GM
16802011-03-08 Glenn Morris <rgm@gnu.org>
1681
1682 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
1683 * intro.texi (Acknowledgements): Names to UTF-8.
80b005c7 1684 * elisp.texi: Set documentencoding.
6446548e 1685
33383987
JB
16862011-03-07 Chong Yidong <cyd@stupidchicken.com>
1687
1688 * Version 23.3 released.
1689
0b3ceceb
CY
16902011-03-06 Chong Yidong <cyd@stupidchicken.com>
1691
1692 * package.texi: Update index keywords.
1693 (Package Archives): New node contents. Document package-x.el.
1694
78f5433f
JB
16952011-03-06 Juanma Barranquero <lekktu@gmail.com>
1696
1697 * makefile.w32-in (srcs): Add package.texi.
1698
555e9b5c
CY
16992011-03-06 Chong Yidong <cyd@stupidchicken.com>
1700
120d9389
CY
1701 * package.texi (Packaging, Packaging Basics, Simple Packages)
1702 (Multi-file Packages): Expand and clarify.
1703 (Package Archives): Temporary placeholder node.
1704
1705 * elisp.texi (Top): Update node listing.
1706
555e9b5c
CY
1707 * Makefile.in (srcs): Add package.texi.
1708
b59a4335
CY
17092011-03-05 Chong Yidong <cyd@stupidchicken.com>
1710
1711 * processes.texi (Synchronous Processes): Minor clarification
1712 (Bug#8149).
1713
06083aa1
GM
17142011-03-03 Glenn Morris <rgm@gnu.org>
1715
1716 * files.texi (Truenames): Minor clarification. (Bug#2341)
1717
6640b281
GM
17182011-03-01 Glenn Morris <rgm@gnu.org>
1719
1720 * variables.texi (Directory Local Variables):
1721 Mention `(subdirs . nil)' alist element.
1722
2b0c7330 17232011-02-28 Glenn Morris <rgm@gnu.org>
081f7640
GM
1724
1725 * variables.texi (Directory Local Variables): Mention the optional
1726 mtime argument of dir-locals-set-directory-class. (Bug#3577)
1727
b923f7a9
CY
17282011-02-27 Chong Yidong <cyd@stupidchicken.com>
1729
1730 * minibuf.texi (Minibuffer History): Clarify discussion of
1731 minibuffer history lists (Bug#8085).
1732
67ab0163 17332011-02-19 Eli Zaretskii <eliz@gnu.org>
86ec878a 1734
e979a521
EZ
1735 * elisp.texi: Sync @dircategory with ../../info/dir.
1736
e03b2fd4
EZ
1737 * files.texi (Visiting Functions): Document find-file-literally,
1738 both the command and the variable.
1739
86ec878a
EZ
1740 * variables.texi (Creating Buffer-Local): Explain the meaning of
1741 permanent local variables.
1742
67ab0163
GM
1743 * files.texi (Visiting Functions): Document find-file-literally,
1744 both the command and the variable.
1745
1746 * variables.texi (Creating Buffer-Local): Explain the meaning of
1747 permanent local variables.
1748
17492011-02-19 Glenn Morris <rgm@gnu.org>
dff9ac46
GM
1750
1751 * keymaps.texi (Remapping Commands): Mention how to undo it.
1752
bfcb151a
RT
17532011-02-09 Reuben Thomas <rrt@sc3d.org>
1754
1755 * loading.texi (Hooks for Loading): Remove unnecessary advice
1756 about eval-after-load (Bug#7986).
1757
a41c8660
CY
17582011-02-05 Chong Yidong <cyd@stupidchicken.com>
1759
1760 * commands.texi (Accessing Mouse): Note that a header line is not
1761 included in the row of posn-col-row.
1762
e0dd6837
CY
17632011-02-02 Chong Yidong <cyd@stupidchicken.com>
1764
1765 * modes.texi (Major Mode Conventions): Add face guidelines.
1766 (Faces for Font Lock): List faces in order of prominence.
1767
a4180391
PE
17682011-02-01 Paul Eggert <eggert@cs.ucla.edu>
1769
1770 format-time-string now supports subsecond time stamp resolution
1771 * os.texi (Time Parsing): Document %N.
1772
7427eb97
CY
17732011-01-28 Chong Yidong <cyd@stupidchicken.com>
1774
61db307f
CY
1775 * vol1.texi (Top):
1776 * vol2.texi (Top):
1777 * elisp.texi (Top):
1778 * display.texi (Display Property): Shorten the menu description of
1779 the "Other Display Specs" node (Bug#7816).
1780
7427eb97
CY
1781 * keymaps.texi (Defining Menus): Add "menu item" and "extended
1782 menu item" concept index entries (Bug#7805).
1783
bf3dae7e
EZ
17842011-01-29 Eli Zaretskii <eliz@gnu.org>
1785
1786 * makefile.w32-in (texinfodir): New variable.
1787 (usermanualdir): Remove as redundant with $(emacsdir).
1788 (MAKEINFO): Remove options, leave only program name.
1789 (MAKEINFO_OPTS): New variable.
1790 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
1791
06d8ace5 17922011-01-25 Chong Yidong <cyd@stupidchicken.com>
e6cf7a82
CY
1793 Richard Kim <emacs18@gmail.com>
1794
1795 * loading.texi (Library Search): Document list-load-path-shadows
1796 (Bug#7757).
1797
06d8ace5 17982011-01-25 Chong Yidong <cyd@stupidchicken.com>
3f066f54
CY
1799
1800 * searching.texi (Regexp Special): Remove outdated discussion of
1801 character sets (Bug#7780).
1802
28a88153
CY
1803 * frames.texi (Pop-Up Menus): Document where menu title comes
1804 from (Bug#7684).
1805
06d8ace5 18062011-01-25 Glenn Morris <rgm@gnu.org>
4d265b4d
GM
1807
1808 * display.texi (Making Buttons): Mention limitation of text buttons.
1809
a8e1e9ee
WL
18102011-01-23 Werner Lemberg <wl@gnu.org>
1811
1812 * Makefile.in (MAKEINFO): Now controlled by `configure'.
1813 (MAKEINFO_OPTS): New variable. Use it where appropriate.
1814 (ENVADD): New variable to control texi2dvi and texi2pdf.
1815
362b9d48
GM
18162011-01-15 Chong Yidong <cyd@stupidchicken.com>
1817
1818 * files.texi (Directory Names): Move directory-abbrev-alist doc to
1819 Emacs manual.
1820
18212011-01-15 Eli Zaretskii <eliz@gnu.org>
1822
1823 * files.texi (Directory Names): Explain why FROM in
1824 directory-abbrev-alist should begin with \`. (Bug#7777)
1825
3fa173b4
SM
18262011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
1827
1828 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
1829
7c420169 18302011-01-02 Eli Zaretskii <eliz@gnu.org>
2e4ab211
EZ
1831
1832 * modes.texi (Emulating Mode Line): Fix last change.
1833
7c420169 18342011-01-02 Eli Zaretskii <eliz@gnu.org>
287e63bb
EZ
1835
1836 * modes.texi (Emulating Mode Line): Update documentation of
1837 format-mode-line according to changes that fixed bug #7587.
1838
80b33766
SM
18392010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
1840
1841 * modes.texi (Derived Modes): Mention prog-mode.
1842
1843 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
1844 of the key-binding-data cache since we don't use it any more.
1845
f49d1f52 18462010-12-13 Eli Zaretskii <eliz@gnu.org>
3c73e30e 1847
4bb49a92
EZ
1848 * processes.texi (Shell Arguments):
1849 * strings.texi (Creating Strings): Don't mention "shell commands";
1850 make it explicit that `split-string-and-unquote' and
1851 `combine-and-quote-strings' are mainly for working with arguments
1852 to call-process and start-process.
1853
3c73e30e
EZ
1854 * processes.texi (Shell Arguments): Fix documentation of
1855 `split-string-and-unquote'. Add indexing. (Bug#7563)
1856
f49d1f52 18572010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5dcb4c4e
SM
1858
1859 * modes.texi (Auto-Indentation): New section to document SMIE.
1860 (Major Mode Conventions):
1861 * text.texi (Mode-Specific Indent): Refer to it.
1862
f49d1f52 18632010-12-13 Eli Zaretskii <eliz@gnu.org>
bdef6a77
EZ
1864
1865 * display.texi (Other Display Specs): Document left-fringe and
1866 right-fringe display specs.
1867
f49d1f52 18682010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
769741e3
SM
1869
1870 * backups.texi (Making Backups):
1871 * modes.texi (Example Major Modes): Use recommended coding style.
1872 (Major Mode Basics, Derived Modes): Encourge more strongly use of
1873 define-derived-mode. Mention completion-at-point-functions.
1874
f49d1f52 18752010-12-13 Chong Yidong <cyd@stupidchicken.com>
3e99b825 1876
5dcb4c4e
SM
1877 * nonascii.texi (Converting Representations):
1878 Document byte-to-string.
e1115396 1879
ec1b9b17
GM
18802010-12-08 Glenn Morris <rgm@gnu.org>
1881
1882 * buffers.texi (Modification Time):
1883 verify-visited-file-modtime now defaults to the current buffer.
1884
07976ae3 18852010-11-27 Chong Yidong <cyd@stupidchicken.com>
3e99b825 1886
ec1b9b17 1887 * nonascii.texi (Converting Representations): Document byte-to-string.
3e99b825
CY
1888
1889 * strings.texi (Creating Strings): Don't mention semi-obsolete
1890 function char-to-string.
1891 (String Conversion): Shorten discussion of semi-obsolete function
1892 string-to-char. Link to Converting Representations.
1893
1894 * objects.texi (Symbol Type):
1895 * text.texi (Near Point):
1896 * help.texi (Help Functions):
1897 * functions.texi (Mapping Functions): Use string instead of
1898 char-to-string in examples.
1899
07976ae3 19002010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295
CY
1901
1902 * text.texi (Kill Functions, Kill Functions)
1903 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
1904 YANK-HANDLER args.
1905
1906 * symbols.texi (Creating Symbols): Using unintern without an
1907 obarray arg is now obsolete.
1908
1909 * numbers.texi (Float Basics): Document float-e and float-pi.
1910
1911 * variables.texi (Defining Variables): Change "pi" example to
1912 "float-pi".
1913
8547874a
EZ
19142010-11-26 Eli Zaretskii <eliz@gnu.org>
1915
1916 * commands.texi (Click Events): Document the values of X, Y and
1917 COL, ROW in the event's position, when the click is on the header
1918 or mode line, on the fringes, or in the margins.
1919
4a47c275 19202010-11-17 Eli Zaretskii <eliz@gnu.org>
c7926fe2 1921
5b05d75b
EZ
1922 * customize.texi (Composite Types): Lower-case index entry.
1923
5dcb4c4e
SM
1924 * loading.texi (How Programs Do Loading):
1925 Document load-file-name. (Bug#7346)
c7926fe2 1926
4a47c275 19272010-11-17 Glenn Morris <rgm@gnu.org>
cde08ac9
GM
1928
1929 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
1930
0eb025fb
EZ
19312010-11-13 Eli Zaretskii <eliz@gnu.org>
1932
1933 * display.texi (Usual Display): Characters with no fonts are not
1934 necessarily displayed as empty boxes.
1935
2699a554 19362010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
1937
1938 * maps.texi (Standard Keymaps): Update File menu description.
1939
8289f37b
GM
19402010-10-28 Glenn Morris <rgm@gnu.org>
1941
1942 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
1943
5793a7bc 19442010-10-24 Eli Zaretskii <eliz@gnu.org>
89baa1df
EZ
1945
1946 * display.texi (Window Systems): Deprecate use of window-system as
1947 a predicate.
1948
17284e30
GM
19492010-10-23 Glenn Morris <rgm@gnu.org>
1950
1951 * help.texi (Documentation Basics): Remove mentions of digest-doc and
1952 sorted-doc.
1953
00f113eb
JB
19542010-10-15 Eli Zaretskii <eliz@gnu.org>
1955
1956 * os.texi (Dynamic Libraries): New node, with slightly modified
1957 text deleted from "Image Formats".
1958 (System Interface): Add @menu entry for "Dynamic Libraries".
1959
1960 * display.texi (Image Formats): Remove description of
1961 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
1962
07277eb8
GM
19632010-10-12 Glenn Morris <rgm@gnu.org>
1964
1965 * book-spine.texinfo: Rename to book-spine.texi.
1966
c12e4a81
GM
19672010-10-11 Glenn Morris <rgm@gnu.org>
1968
df187c62
GM
1969 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
1970
c12e4a81 1971 * Makefile.in (DVIPS): New variable.
234db610
GM
1972 (.PHONY): Add html, ps.
1973 (html, elisp.html, ps, elisp.ps): New targets.
1974 (clean): Delete html, ps files.
1975 ($(infodir)/elisp): Remove unnecessary includes.
c12e4a81 1976
6513b232
EZ
19772010-10-09 Eli Zaretskii <eliz@gnu.org>
1978
1979 * makefile.w32-in (emacsdir): New variable.
1980 (srcs): Add emacsver.texi.
1981 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
1982
abd40fb4
GM
19832010-10-09 Glenn Morris <rgm@gnu.org>
1984
c1dc72b3
GM
1985 * Makefile.in (VPATH): Remove.
1986 (infodir): Make it absolute.
1987 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
1988
4393405b
GM
1989 * Makefile.in (dist): Anchor regexps.
1990
eef3ab94
GM
1991 * Makefile.in (srcs): Put elisp.texi first.
1992 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
1993
aa9db089
GM
1994 * Makefile.in (infoclean): Remove harmless, long-standing error.
1995
abd40fb4
GM
1996 * Makefile.in ($(infodir)): Delete rule.
1997 (mkinfodir): New.
1998 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
1999
68db69ed 2000 * Makefile.in (dist): Remove reference to emacsver.texi.in.
208deadc 2001 Also copy emacsver.texi, and edit $emacsdir.
68db69ed 2002
ea274122
GM
20032010-10-09 Glenn Morris <rgm@gnu.org>
2004
f7a31f11
GM
2005 * Makefile.in (emacsdir): New variable.
2006 (MAKEINFO): Add -I $emacsdir.
2007 (dist): Copy emacsver.texi.
b13254e7
GM
2008 (srcs): Add emacsver.texi.
2009
f7a31f11
GM
2010 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
2011 Set EMACSVER by including emacsver.texi.
2012
ea274122
GM
2013 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
2014
17ca7950
GM
20152010-10-07 Glenn Morris <rgm@gnu.org>
2016
2017 * Makefile.in (version): New, set by configure.
2018 (clean): Delete dist tar file.
2019 (dist): Use version in tar name.
2020
4c83f6e1
GM
20212010-10-06 Glenn Morris <rgm@gnu.org>
2022
2023 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
2024 (INSTALL_INFO): Remove unused variable.
2025 (mostlyclean, infoclean, dist): New rules.
2026 (clean): Delete dvi and pdf files.
2027 (maintainer-clean): Remove elisp.oaux, use infoclean.
8a944cea 2028 ($(infodir)): Add parallel build workaround.
4c83f6e1 2029
0264072d
GM
20302010-10-04 Glenn Morris <rgm@gnu.org>
2031
2032 * Makefile.in (dvi, pdf, $(infodir)): New targets.
2033 ($(infodir)/elisp): Ensure target directory exists. Use $@.
8cce34d0 2034 Fix -I typo.
0264072d
GM
2035 (clean): No 'make.out' or 'core' files.
2036 (.PHONY): Declare clean rules.
2037 (maintainer-clean): Delete pdf file. Guard against cd failures.
2038
77f38949
GM
20392010-10-03 Glenn Morris <rgm@gnu.org>
2040
2041 * files.texi (File Name Components): Remove ignored section about
2042 deleted variable directory-sep-char.
2043
178fdd41
MA
20442010-10-03 Michael Albinus <michael.albinus@gmx.de>
2045
2046 * files.texi (Magic File Names): New defopt
2047 remote-file-name-inhibit-cache.
2048
9c524fcb
GM
20492010-10-02 Glenn Morris <rgm@gnu.org>
2050
2051 * os.texi (Killing Emacs): Hook now runs in batch mode.
2052
f816790b
SM
20532010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
2054
2055 * text.texi (Special Properties): Clarify when modification-hooks run.
2056
7cf78aac
SM
20572010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2058
2059 * syntax.texi (Syntax Flags): Document new `c' flag.
2060
ca0d44e4
GM
20612010-09-09 Glenn Morris <rgm@gnu.org>
2062
2063 * display.texi (ImageMagick Images): General cleanup.
2064
10999305 20652010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
2066
2067 * files.texi (Directory Names): Use \` rather than ^.
2068
45240125
JD
20692010-09-02 Jan Djärv <jan.h.d@swipnet.se>
2070
2071 * text.texi (Low-Level Kill Ring):
2072 * frames.texi (Window System Selections): Remove cut buffer
2073 documentation.
2074
4abe5bf6
EZ
20752010-08-28 Eli Zaretskii <eliz@gnu.org>
2076
2077 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
2078 Parameters", where the default fringe width is described.
2079
2080 * frames.texi (Window Frame Parameters, Basic Parameters)
2081 (Position Parameters, Layout Parameters, Management Parameters)
2082 (Cursor Parameters, Font and Color Parameters): Add indexing for
2083 frame parameters. (Bug#6929)
2084
fdc76236
TT
20852010-08-25 Tom Tromey <tromey@redhat.com>
2086
2087 * vol2.texi (Top): Update.
2088 * vol1.texi (Top): Update.
2089 * tips.texi (Library Headers): Mention Package-Version and
2090 Package-Requires.
2091 * package.texi: New file.
2092 * os.texi (System Interface): Update pointers.
2093 * elisp.texi (Top): Link to new nodes. Include package.texi.
2094 * anti.texi (Antinews): Update pointers.
2095
1e5c1c80
EZ
20962010-08-25 Eli Zaretskii <eliz@gnu.org>
2097
2098 * processes.texi (Filter Functions): Fix last change.
2099
78e33835
CY
21002010-08-24 Markus Triska <triska@gmx.at>
2101
2102 * processes.texi (Filter Functions): Use `buffer-live-p' instead
2103 of `buffer-name' in the main text as well as in the example
2104 (Bug#3098).
2105
198a7a97
CY
21062010-08-22 Chong Yidong <cyd@stupidchicken.com>
2107
2108 * nonascii.texi (Text Representations):
2109 * loading.texi (Loading Non-ASCII):
2110 * compile.texi (Byte Compilation): Don't mention obsolete
2111 --unibyte command-line argument.
2112
bc7d7ea6
CY
21132010-08-22 Chong Yidong <cyd@stupidchicken.com>
2114
2115 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
2116
b0126eac 21172010-08-22 Chong Yidong <cyd@stupidchicken.com>
96b1842d
CY
2118
2119 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
2120
e8a6cc19
EZ
21212010-08-20 Eli Zaretskii <eliz@gnu.org>
2122
2123 * commands.texi (Misc Events): Add cross-references to where
2124 POSITION of a mouse event is described in detail.
2125
c4e7c63a 21262010-08-08 Christoph Scholtes <cschol2112@googlemail.com>
ee301a7a 2127
c4e7c63a 2128 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
ee301a7a 2129
7815fe19 21302010-08-08 Juanma Barranquero <lekktu@gmail.com>
e8bf5266
JB
2131
2132 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
2133 Suggested by Štěpán Němec <stepnem@gmail.com>.
2134
7815fe19 21352010-08-08 Juanma Barranquero <lekktu@gmail.com>
b4f588fa
JB
2136
2137 * minibuf.texi (High-Level Completion): Document args of
2138 `read-buffer-function' (bug#5625).
2139
8b2dd508
JD
21402010-07-29 Jan Djärv <jan.h.d@swipnet.se>
2141
2142 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
2143
bace45fe
MA
21442010-07-29 Michael Albinus <michael.albinus@gmx.de>
2145
2146 * processes.texi (Process Information): Explain process property
2147 `remote-tty'.
2148
4ce5a4cc
JB
21492010-07-27 Juanma Barranquero <lekktu@gmail.com>
2150
2151 * modes.texi (Defining Minor Modes): Use C-delete in examples,
2152 instead of "\C-\^?" (bug#6334).
2153
1c84bc7a
JB
2154 * text.texi (Special Properties): Fix typo.
2155
b88746ba
EZ
21562010-07-09 Eli Zaretskii <eliz@gnu.org>
2157
2158 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
2159 calling sequences, which are now the standard.
2160
51422d6d
CY
21612010-06-24 Chong Yidong <cyd@stupidchicken.com>
2162
2163 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
2164
2165 * commands.texi (Command Overview): Mention undo-boundary call.
2166
d24880de
GM
21672010-06-23 Glenn Morris <rgm@gnu.org>
2168
2169 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
2170 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
2171 * frames.texi, functions.texi, internals.texi, keymaps.texi:
2172 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
2173 * searching.texi, sequences.texi, strings.texi, syntax.texi:
2174 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
2175 Untabify Texinfo files.
2176
0fc76035
CY
21772010-06-20 Chong Yidong <cyd@stupidchicken.com>
2178
2179 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
2180
5338dc0b
CY
21812010-06-19 Chong Yidong <cyd@stupidchicken.com>
2182
a628ad9d 2183 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
5338dc0b 2184
2c3a3c1d
CY
21852010-06-02 Chong Yidong <cyd@stupidchicken.com>
2186
ba3bf1d9
CY
2187 * searching.texi (Regexp Special): Remove obsolete information
2188 about matching non-ASCII characters, and suggest using char
2189 classes (Bug#6283).
2c3a3c1d 2190
7f4b4249
JB
21912010-05-30 Juanma Barranquero <lekktu@gmail.com>
2192
2193 * minibuf.texi (Basic Completion): Add missing "@end defun".
2194
637821cd
SM
21952010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2196
2197 * minibuf.texi (Basic Completion): Document completion-boundaries.
2198 (Programmed Completion): Document the new fourth method for boundaries.
2199
e13051c3
CY
22002010-05-22 Chong Yidong <cyd@stupidchicken.com>
2201
a628ad9d 2202 * display.texi (Image Cache): Update documentation about image caching.
e13051c3 2203
0235128c 22042010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
2205
2206 * windows.texi (Textual Scrolling):
2207 * tips.texi (Coding Conventions):
2208 * minibuf.texi (Minibuffer History):
2209 * maps.texi (Standard Keymaps):
2210 * loading.texi (Where Defined):
2211 * edebug.texi (Instrumenting): Fix typos.
2212
0235128c 22132010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549 2214
c7c32279
CY
2215 * keymaps.texi (Menu Bar): Document :advertised-binding property.
2216
0235128c
SM
2217 * functions.texi (Obsolete Functions):
2218 Document set-advertised-calling-convention.
eb5ed549
CY
2219
2220 * minibuf.texi (Basic Completion): Document completion-in-region.
2221 (Programmed Completion): Document completion-annotate-function.
2222
2223 * commands.texi (Reading One Event): Document read-key.
2224 (Distinguish Interactive): Document KIND arg to
2225 called-interactively-p. Delete obsolete interactive-p.
2226
2227 * elisp.texi (Top): Update node description.
2228
f8848423
EZ
22292010-05-08 Eli Zaretskii <eliz@gnu.org>
2230
0235128c
SM
2231 * nonascii.texi (Character Properties):
2232 Document unicode-category-table. Add an index entry for Unicode
2233 general category.
2234
22352010-05-07 Chong Yidong <cyd@stupidchicken.com>
2236
2237 * Version 23.2 released.
f8848423 2238
938efb77
JB
22392010-04-20 Juanma Barranquero <lekktu@gmail.com>
2240
2241 * locals.texi (Standard Buffer-Local Variables):
2242 Remove @ignore'd reference to `direction-reversed'.
2243
5854c267
JL
22442010-04-14 Juri Linkov <juri@jurta.org>
2245
2246 Fix @deffn without category.
2247
2248 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
2249 for `abbrev-insert'.
2250
2251 * buffers.texi (Indirect Buffers): Add category `Command'
2252 to @deffn of `clone-indirect-buffer'.
2253
2254 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
2255 for `next-window' and `previous-window'. Add category `Command'
2256 to @deffn of `pop-to-buffer'.
2257
8a14dec7
CY
22582010-04-01 Chong Yidong <cyd@stupidchicken.com>
2259
2260 * nonascii.texi (Text Representations): Don't mark
2261 enable-multibyte-characters as a user option.
2262
7a1831cf
EZ
22632010-03-31 Eli Zaretskii <eliz@gnu.org>
2264
2265 * control.texi (Handling Errors): How to re-throw a signal caught
2266 by condition-case.
2267
c3863713
CY
22682010-03-26 Chong Yidong <cyd@stupidchicken.com>
2269
2270 * loading.texi (Hooks for Loading): Document after-load-functions.
2271 Copyedits.
2272
c333f279
AM
22732010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
2274
2275 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
2276
e867cb5d 22772010-03-24 Chong Yidong <cyd@stupidchicken.com>
f7704e26
CY
2278
2279 * processes.texi (Network Processes): Document seqpacket type.
2280
605f35cd
DN
22812010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
2282
2283 * os.texi (System Environment): Do not mention lynxos.
2284
288f9fc0
CY
22852010-03-10 Chong Yidong <cyd@stupidchicken.com>
2286
2287 * Branch for 23.2.
2288
eed5c93a
CY
22892010-03-06 Chong Yidong <cyd@stupidchicken.com>
2290
2291 * objects.texi (Integer Type): Take note of the read syntax
2292 exception for numbers that cannot fit in the integer type.
2293
1ddd6622
GM
22942010-03-03 Glenn Morris <rgm@gnu.org>
2295
2296 * numbers.texi (Integer Basics, Bitwise Operations):
2297 * objects.texi (Integer Type): Update for integers now being 30-bit.
2298
a908c79a
CY
22992010-02-27 Chong Yidong <cyd@stupidchicken.com>
2300
2301 * display.texi (Low-Level Font): Document :otf font-spec property.
2302
cd61af01
SM
23032010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2304
2305 * display.texi (Line Height): Avoid obsolete special default variables
2306 like default-major-mode.
2307
c02f8fe2
AM
23082010-01-28 Alan Mackenzie <acm@muc.de>
2309
2310 * display.texi (Auto Faces): Say fontification-functions is called
2311 whether or not Font Lock is enabled. Tidy up the wording a bit.
2312
d738d18b
CY
23132010-01-17 Chong Yidong <cyd@stupidchicken.com>
2314
2315 * elisp.texi: Remove duplicate edition information (Bug#5407).
2316
4963739e
JB
23172010-01-17 Juanma Barranquero <lekktu@gmail.com>
2318
2319 * two.el (volume-header-toc-markup): Fix typos in docstring.
2320
c57008f6
SM
23212010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
2322
2323 Avoid dubious uses of save-excursions.
2324 * positions.texi (Excursions): Recommend the use of
2325 save-current-buffer if applicable.
2326 * text.texi (Clickable Text): Fix the example code which used
2327 save-excursion in a naive way which sometimes preserves point and
2328 sometimes not.
2329 * variables.texi (Creating Buffer-Local):
2330 * os.texi (Session Management):
2331 * display.texi (GIF Images):
2332 * control.texi (Cleanups): Use (save|with)-current-buffer.
2333
2f3725cd
EZ
23342010-01-02 Eli Zaretskii <eliz@gnu.org>
2335
2336 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
2337
85eeac93
CY
23382010-01-02 Chong Yidong <cyd@stupidchicken.com>
2339
2340 * nonascii.texi (Text Representations, Character Codes)
2341 (Converting Representations, Explicit Encoding)
2342 (Translation of Characters): Use hex notation consistently.
2343 (Character Sets): Fix map-charset-chars doc (Bug#5197).
2344
4801c5fa
CY
23452010-01-01 Chong Yidong <cyd@stupidchicken.com>
2346
2347 * loading.texi (Where Defined): Make it clearer that these are
2348 loaded files (Bug#5068).
2349
26e533e2
CY
23502009-12-29 Chong Yidong <cyd@stupidchicken.com>
2351
2352 * minibuf.texi (Completion Styles): Document `initials' style.
2353
16d1ff5f
CY
23542009-12-25 Chong Yidong <cyd@stupidchicken.com>
2355
2356 * frames.texi (Resources): Describe inhibit-x-resources.
2357 (Size Parameters): Copyedit.
2358
2359 * hash.texi (Creating Hash):
2360 * objects.texi (Hash Table Type): Document the new hash table
2361 printed representation.
2362
2363 * minibuf.texi (Basic Completion): 4th arg to all-completions is
2364 obsolete.
2365
5dcb4c4e
SM
2366 * processes.texi (Process Buffers):
2367 Document process-kill-buffer-query-function.
16d1ff5f 2368
9a5de3d9
GM
23692009-12-05 Glenn Morris <rgm@gnu.org>
2370
2371 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
2372 diary-display-function, and no longer recommended to be a hook.
2373 Update for changes in the names of calendar and diary hooks.
2374 diary-print-entries-hook has changed section.
2375
b640eb52
EZ
23762009-11-28 Eli Zaretskii <eliz@gnu.org>
2377
2378 * text.texi (Special Properties): More accurate description of
2379 what the `cursor' property does.
2380
be1674ab
KR
23812009-11-26 Kevin Ryde <user42@zip.com.au>
2382
2383 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
2384 mouse-wheel-down-event, the closest thing to a definition for them.
2385 * os.texi (Startup Summary): vindex inhibit-startup-message and
2386 inhibit-splash-screen.
2387 (Command-Line Arguments): vindex argv.
2388 (Suspending Emacs): vindex suspend-tty-functions and
2389 resume-tty-functions. Don't want to index every hook, but having
2390 the programming ones is helpful.
2391
603f5979
CY
23922009-11-14 Chong Yidong <cyd@stupidchicken.com>
2393
2394 * commands.texi (Motion Events): Fix typo (Bug#4907).
2395
4359a806
CY
23962009-11-08 Chong Yidong <cyd@stupidchicken.com>
2397
2398 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
2399 are affected by case-fold-search (Bug#4483).
2400
0f063651
CY
24012009-11-02 Chong Yidong <cyd@stupidchicken.com>
2402
2403 * minibuf.texi (Reading File Names): Note that read-file-name may
2404 use a graphical file dialog.
2405
9bd79893
GM
24062009-10-31 Glenn Morris <rgm@gnu.org>
2407
2408 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
2409
ebe479ec
KR
24102009-10-16 Kevin Ryde <user42@zip.com.au>
2411
2412 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
2413 in particular so `info-lookup-symbol' can find its docs.
2414
2640fa86
CY
24152009-10-16 Chong Yidong <cyd@stupidchicken.com>
2416
2417 * variables.texi (Constant Variables): Distinguish from defconst
2418 variables.
2419 (Defining Variables): Add cindex.
2420
edd6a733
CY
24212009-10-15 Chong Yidong <cyd@stupidchicken.com>
2422
2423 * os.texi (Time of Day): Clarify that the microsecond part is
2424 ignored (Bug#4637).
2425
5feb0b73
GM
24262009-10-11 Glenn Morris <rgm@gnu.org>
2427
2428 * frames.texi (Size and Position): Clarify what is included in the frame
2429 height. (Bug#4535)
2430
0c5413c8
GM
24312009-10-10 Glenn Morris <rgm@gnu.org>
2432
2433 * windows.texi (Size of Window): The relationship between window and
2434 frame heights is not so simple. (Bug#4535)
2435 Mention window-full-height-p.
2436
7f8b600a
SM
24372009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
2438
2439 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
2440 used from Lisp.
2441
6185de1c
EZ
24422009-10-07 Eli Zaretskii <eliz@gnu.org>
2443
7f8b600a
SM
2444 * files.texi (Directory Names) <abbreviate-file-name>:
2445 Document that root home directories are not replaced with "~".
6185de1c 2446
9972911f
EZ
24472009-10-06 Eli Zaretskii <eliz@gnu.org>
2448
2449 * text.texi (Special Properties): Document the meaning of the
2450 `cursor' text property whose value is an integer.
2451
2a3f19ef
MA
24522009-10-05 Michael Albinus <michael.albinus@gmx.de>
2453
2454 * files.texi (Magic File Names): Add `copy-directory'.
2455
804543b5
EZ
24562009-10-05 Eli Zaretskii <eliz@gnu.org>
2457
2458 * files.texi (File Attributes): Fix description of file
2459 attributes. (Bug#4638) Update attributes of files.texi example to
2460 be more representative.
2461
461bf92b
MA
24622009-10-05 Michael Albinus <michael.albinus@gmx.de>
2463
2464 * files.texi (Create/Delete Dirs): New command copy-directory.
2465
a86cd395
JB
24662009-10-04 Juanma Barranquero <lekktu@gmail.com>
2467
2468 * anti.texi (Antinews):
2469 * macros.texi (Indenting Macros):
2470 * strings.texi (Creating Strings, Case Conversion):
2471 Remove duplicate words.
2472
d3080264
MA
24732009-10-01 Michael Albinus <michael.albinus@gmx.de>
2474
2475 * files.texi (Create/Delete Dirs): delete-directory has an
2476 optional parameter RECURSIVE.
2477
85d14563
SM
24782009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
2479
2480 * buffers.texi (Swapping Text): Minor clarification.
2481
3d9842c6
GM
24822009-10-01 Glenn Morris <rgm@gnu.org>
2483
2484 * functions.texi (Declaring Functions): Mention that we also search for
2485 ".m" files in the src/ directory.
2486
78427304
CY
24872009-09-25 David Engster <deng@randomsample.de>
2488
3d9842c6 2489 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
78427304 2490
b578c9cc
GM
24912009-09-22 Glenn Morris <rgm@gnu.org>
2492
2493 * internals.texi (Building Emacs): Mention preloaded-file-list.
2494
beee5da7
AM
24952009-09-14 Alan Mackenzie <acm@muc.de>
2496
2497 * os.texi (Terminal Output): Put "@code{}" around "stdout".
2498
5d6ab672
CY
24992009-09-13 Chong Yidong <cyd@stupidchicken.com>
2500
2501 * functions.texi (Anonymous Functions): Rearrange discussion,
2502 giving usage of unquoted lambda forms first. Mention that
2503 `function' and `#'' are no longer required (Bug#4290).
2504
59375eeb
AM
25052009-09-11 Alan Mackenzie <acm@muc.de>
2506
a86cd395 2507 * os.texi (Terminal Output): Document `send-string-to-terminal' in
59375eeb
AM
2508 batch mode.
2509
e7e2f529
GM
25102009-09-01 Glenn Morris <rgm@gnu.org>
2511
2512 * display.texi (Face Functions): Mention define-obsolete-face-alias.
2513
eae47088
GM
25142009-08-26 Ulrich Mueller <ulm@gentoo.org>
2515
2516 * nonascii.texi (Character Codes): Fix typos.
2517
3691a0a6
MA
25182009-08-25 Michael Albinus <michael.albinus@gmx.de>
2519
2520 * processes.texi (Synchronous Processes): New defvar
2521 process-file-side-effects.
2522
664d56b8
GM
25232009-08-25 Glenn Morris <rgm@gnu.org>
2524
2525 * display.texi (Fontsets): Fix typo.
2526
0706c025
GM
2527 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
2528
03a74b84
SM
25292009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
2530
2531 * processes.texi (Asynchronous Processes): Adjust arglist of
2532 start-process-shell-command and start-file-process-shell-command.
2533
f6de8a37
CY
25342009-08-15 Chong Yidong <cyd@stupidchicken.com>
2535
4b1ed1bb
CY
2536 * advice.texi (Argument Access in Advice): Note that argument
2537 positions are zero-based (Bug#3932).
2538
89a9e058
CY
2539 * commands.texi (Distinguish Interactive): Minor copyedit.
2540
23696fd7
CY
2541 * display.texi (Face Attributes): Add xref to Displaying Faces for
2542 explanation of "underlying face".
2543
f6de8a37
CY
2544 * customize.texi (Common Keywords): Add xref to Loading.
2545
2546 * loading.texi (How Programs Do Loading): Add xref to Lisp
2547 Libraries node in the Emacs manual.
2548
417f77e6
CY
25492009-08-13 Chong Yidong <cyd@stupidchicken.com>
2550
2551 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
2552
0999039c
CY
25532009-07-18 Chong Yidong <cyd@stupidchicken.com>
2554
2555 * processes.texi (Shell Arguments): Copyedits.
2556
9af167bc
GM
25572009-07-18 Glenn Morris <rgm@gnu.org>
2558
2559 * loading.texi (Repeated Loading): Fix typo.
2560
137987ab
RS
25612009-07-16 Richard Stallman <rms@gnu.org>
2562
2563 * buffers.texi (Swapping Text): Recommend setting
2564 write-region-annotate-functions and buffer-saved-size.
2565
2566 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
2567
622fa380
GM
25682009-07-15 Glenn Morris <rgm@gnu.org>
2569
2570 * edebug.texi: Minor re-phrasings throughout.
2571 (Edebug Execution Modes): Sit-for affects continue mode too.
2572 (Jumping): Use `forward-sexp' rather than its keybinding.
2573 (Edebug Misc): Fix Q binding.
2574 (Edebug Eval): Remove cl version.
2575 (Printing in Edebug): Clarify print-length etc.
2576 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
2577 (Specification List): Remove edebug-unwrap findex entry.
2578 (Specification Examples): defmacro is actually not the same as defun.
2579 Escape "`" in example.
2580
6bbd4600
CY
25812009-07-15 Chong Yidong <cyd@stupidchicken.com>
2582
2583 * markers.texi (The Mark): Document optional arg to
2584 deactivate-mark.
2585
e538d479
GM
25862009-07-11 Kevin Ryde <user42@zip.com.au>
2587
2588 * hooks.texi (Standard Hooks): Fix cross-references.
2589
4c98b9ed
GM
2590 * loading.texi (Named Features): Refer to eval-after-load.
2591
5300838c
GM
25922009-07-11 Glenn Morris <rgm@gnu.org>
2593
64fbeb16
GM
2594 * Makefile.in (TEXI2PDF): New.
2595 (elisp.pdf): New target.
2596
4c98b9ed
GM
2597 * searching.texi (Regexp Backslash): Fix typo.
2598
2599 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5300838c 2600
51d9979c
GM
26012009-07-10 Glenn Morris <rgm@gnu.org>
2602
561c0216
GM
2603 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
2604
5b594a58
GM
2605 * customize.texi (Customization Types):
2606 * display.texi (Abstract Display):
0cc8c85a 2607 * objects.texi (Character Type, String Type):
5b594a58 2608 Merge in some menu descriptions from elisp.texi.
51d9979c 2609
c3cbbb40
GM
2610 * hash.texi (Hash Tables):
2611 * modes.texi (Multiline Font Lock):
2612 End menu description with period.
fe42c16a 2613
28528402
GM
26142009-07-09 Glenn Morris <rgm@gnu.org>
2615
2616 * back.texi: Don't hard-code texinfo location.
2617
2618 * two-volume.make (texinfodir): New, with location of texinfo.tex.
2619 (tex): Add texinfodir to TEXINPUTS.
2620 (elisp1med-init, elisp2med-init): Use texinfodir.
2621
2622 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
2623 (clean): Add two-volume.make intermediate files.
2624
2625 * elisp.texi, vol1.texi, vol2.texi:
2626 Use a DATE variable with the publication date, and update it.
2627 Fix antinews menu description.
2628
2629 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
2630 Update the detailed node listing to match elisp.texi.
2631
2632 * README: Update edition to match elisp.texi.
2633
2634 * objects.texi (General Escape Syntax):
2635 * nonascii.texi (Character Sets):
2636 Use consistent case for "Unicode Standard".
2637
2638 * anti.texi (Antinews):
2639 * customize.texi (Variable Definitions):
2640 * functions.texi (Declaring Functions):
2641 * nonascii.texi (Character Properties):
2642 * processes.texi (Serial Ports):
2643 * text.texi (Special Properties):
2644 * tips.texi (Coding Conventions):
2645 Minor rearrangements to improve TeX line-filling.
2646
2647 * commands.texi (Using Interactive): Fix cross-reference.
2648
17db8e10
JD
26492009-07-01 Jan Djärv <jan.h.d@swipnet.se>
2650
2651 * frames.texi (Management Parameters): Mention sticky.
2652
77c7e2e1
AS
26532009-07-01 Andreas Schwab <aschwab@redhat.com>
2654
2655 * help.texi (Help Functions): Fix description of help-buffer and
2656 help-setup-xref to use @defun instead of @deffn.
2657
3f1c6666
JD
26582009-07-01 Jan Djärv <jan.h.d@swipnet.se>
2659
2660 * frames.texi (Size Parameters): Mention maximized for fullscreen.
2661
ca27c21b
CY
26622009-06-24 Chong Yidong <cyd@stupidchicken.com>
2663
2664 * display.texi (Window Systems): Add ns to the list.
2665
70243478
CY
26662009-06-21 Chong Yidong <cyd@stupidchicken.com>
2667
2668 * Branch for 23.1.
2669
df006536
MR
26702009-06-17 Martin Rudalics <rudalics@gmx.at>
2671
2672 * windows.texi (Dedicated Windows): Fix typo.
2673 (Resizing Windows): Replace @defun by @deffn.
2674
d259fc4b
GM
26752009-06-17 Glenn Morris <rgm@gnu.org>
2676
2677 * variables.texi (Directory Local Variables):
2678 Update for 2009-04-11 name-change of dir-locals-directory-alist.
2679
30781db6
KH
26802009-06-09 Kenichi Handa <handa@m17n.org>
2681
2682 * nonascii.texi (Character Sets): State clearly that FROM and TO
2683 are codepoints of CHARSET.
2684
62e8099c
CY
26852009-06-07 Chong Yidong <cyd@stupidchicken.com>
2686
2687 * minibuf.texi (Reading File Names): Fix introductory text.
2688 Suggested by stan@derbycityprints.com.
2689 (High-Level Completion): Fix typo.
2690
ee1b1917
CY
26912009-05-28 Chong Yidong <cyd@stupidchicken.com>
2692
2693 * frames.texi (Text Terminal Colors): Multi-tty is already
2694 implemented, but tty-local colors are not.
2695
5df647e8
CY
26962009-05-27 Chong Yidong <cyd@stupidchicken.com>
2697
2698 * hooks.texi (Standard Hooks): Remove mention of obsolete
2699 redisplay-end-trigger-functions.
2700
2701 * internals.texi (Window Internals): Remove mention of obsolete
2702 redisplay-end-trigger-functions.
2703
01f17ae2
MR
27042009-05-21 Martin Rudalics <rudalics@gmx.at>
2705
2706 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
2707
2708 * backups.texi (Making Backups): backup-directory-alist and
2709 make-backup-file-name-function are options.
2710 (Auto-Saving): auto-save-list-file-prefix is an option.
2711
2712 * buffers.texi (Killing Buffers): buffer-offer-save is an
2713 option.
2714
2715 * display.texi (Refresh Screen): no-redraw-on-reenter is an
2716 option.
2717 (Echo Area Customization): echo-keystrokes is an option.
2718 (Selective Display): selective-display-ellipses is an option.
2719 (Temporary Displays): temp-buffer-show-function is an option.
2720 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
2721 are options.
2722 (Font Selection): face-font-family-alternatives,
2723 face-font-selection-order, face-font-registry-alternatives, and
2724 scalable-fonts-allowed are options.
2725 (Fringe Indicators): indicate-buffer-boundaries is an option.
2726 (Fringe Cursors): overflow-newline-into-fringe is an option.
2727 (Scroll Bars): scroll-bar-mode is an option.
2728
2729 * eval.texi (Eval): max-lisp-eval-depth is an option.
2730
2731 * files.texi (Visiting Functions): find-file-hook is an option.
2732 (Directory Names): directory-abbrev-alist is an option.
2733 (Unique File Names): temporary-file-directory and
2734 small-temporary-file-directory are options.
2735
2736 * frames.texi (Initial Parameters): initial-frame-alist,
2737 minibuffer-frame-alist and default-frame-alist are options.
2738 (Cursor Parameters): blink-cursor-alist and
2739 cursor-in-non-selected-windows ar options.
2740 (Window System Selections): selection-coding-system is an
2741 option.
2742 (Display Feature Testing): display-mm-dimensions-alist is an
2743 option.
2744
2745 * help.texi (Help Functions): help-char and help-event-list are
2746 options.
2747
2748 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
2749 an option.
2750
2751 * minibuf.texi (Minibuffer History): history-length and
2752 history-delete-duplicates are options.
2753 (High-Level Completion): read-buffer-function and
2754 read-buffer-completion-ignore-case are options.
2755 (Reading File Names): read-file-name-completion-ignore-case is
2756 an option.
2757
2758 * modes.texi (Mode Line Top): mode-line-format is an option.
2759 (Mode Line Variables): mode-line-position and mode-line-modes
2760 are options.
2761
2762 * nonascii.texi (Text Representations):
2763 enable-multibyte-characters is an option.
2764 (Default Coding Systems): auto-coding-regexp-alist,
2765 file-coding-system-alist, auto-coding-alist and
2766 auto-coding-functions are options.
2767 (Specifying Coding Systems): inhibit-eol-conversion is an
2768 option.
2769
2770 * os.texi (Init File): site-run-file is an option.
2771 (System Environment): mail-host-address is an option.
2772 (User Identification): user-mail-address is an option.
2773 (Terminal Output): baud-rate is an option.
2774
2775 * positions.texi (Word Motion): words-include-escapes is an
2776 option.
2777
2778 * searching.texi (Standard Regexps): page-delimiter,
2779 paragraph-separate, paragraph-separate and sentence-end are
2780 options.
2781
2782 * text.texi (Margins): left-margin and fill-nobreak-predicate
2783 are options.
2784
2785 * variables.texi (Local Variables): max-specpdl-size is an
2786 option.
2787
2788 * windows.texi (Choosing Window):
2789 split-window-preferred-function, special-display-function and
2790 display-buffer-function are options.
2791
106e6894
CY
27922009-05-20 Chong Yidong <cyd@stupidchicken.com>
2793
4a83454d
CY
2794 Fix errors spotted by Martin Rudalics.
2795
106e6894
CY
2796 * syntax.texi (Position Parse): Document rationale for ignored
2797 arguments to syntax-ppss-flush-cache.
2798
2799 * processes.texi (Input to Processes): Mark PROCESS arg to
2800 process-running-child-p as optional.
2801 (Network Options): Document NO-ERROR arg to
2802 set-network-process-option.
2803
2804 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
2805 command.
2806
2807 * searching.texi (POSIX Regexps): Mark posix-search-forward and
2808 posix-search-backward as commands.
2809
2810 * os.texi (Killing Emacs): Mark kill-emacs as a command.
2811 (Suspending Emacs): Mark suspend-emacs as a command.
2812 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
2813 commands.
5dcb4c4e
SM
2814 (Terminal Output): Remove obsolete function baud-rate.
2815 Document TERMINAL arg for send-string-to-terminal.
106e6894
CY
2816
2817 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
2818 terminal-coding-system and set-terminal-coding-system.
2819 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
2820 as optional.
2821 (Character Sets): Document RESTRICTION arg of char-charset.
2822 (Character Codes): Mark POS argument to get-byte as optional.
2823
2824 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
2825 minibuffer-message.
2826
2827 * files.texi (Create/Delete Dirs): Mark make-directory and
2828 delete-directory as commands.
2829
2830 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
2831
2832 * text.texi (Base 64): Mark base64-decode-string and
2833 base64-encode-string as commands.
2834 (Columns): Mark move-to-column as a command.
2835 (Mode-Specific Indent): Document RIGID arg to
2836 indent-for-tab-command.
2837 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
2838 Mark indent-code-rigidly as a command.
2839 (Substitution): Mark translate-region as a command.
2840
2841 * frames.texi (Size and Position): Remove obsolete functions
2842 screen-height and screen-width.
2843
04173931
CY
28442009-05-19 Chong Yidong <cyd@stupidchicken.com>
2845
2846 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
2847 (Displaying Buffers, Resizing Windows): Correct mistakes;
2848 next-window, previous-window, and pop-to-buffer are not commands,
2849 and fit-window-to-buffer" is a command. (Pointed out by Martin
2850 Rudalics.)
2851
eae7d8f8
RS
28522009-05-17 Richard M Stallman <rms@gnu.org>
2853
2854 * modes.texi (Precalculated Fontification): Clarify text.
2855
b8766179
MR
28562009-05-17 Martin Rudalics <rudalics@gmx.at>
2857
2858 * windows.texi (Selecting Windows): Clarify descriptions of
2859 with-selected-window and get-lru-window.
2860 (Cyclic Window Ordering): Refer to particular frame when talking
2861 about how splitting affects the ordering.
2862 (Displaying Buffers): Fix descriptions of switch-to-buffer and
2863 switch-to-buffer-other-window. Explain how setting of
2864 display-buffer-reuse-frames affects pop-to-buffer.
2865 (Choosing Window): Clarify some details in descriptions of
2866 display-buffer-reuse-frames, pop-up-frames, and
2867 pop-up-frame-function.
2868 (Dedicated Windows): Clarify some details.
2869 (Textual Scrolling): Replace term vscroll by term vertical
2870 scroll position.
2871 (Vertical Scrolling): Fix typo.
2872 (Window Hooks): Relate text on jit-lock-register to window
2873 scrolling and size changes.
2874
734b5e3b
CY
28752009-05-14 Chong Yidong <cyd@stupidchicken.com>
2876
0a65633e
CY
2877 * frames.texi (Initial Parameters): Clarify what the initial
2878 minibuffer frame is.
05be46d7
CY
2879 (Buffer Parameters): Note that the minibuffer parameter can not be
2880 altered.
0a65633e 2881
734b5e3b
CY
2882 * anti.texi (Antinews): Copyedits. Rearrange some entries.
2883 Document display-buffer changes.
2884
925672cd
CY
28852009-05-13 Chong Yidong <cyd@stupidchicken.com>
2886
17ecd7af
CY
2887 * anti.texi (Antinews): Rewrite for Emacs 22.
2888
925672cd
CY
2889 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
2890 obarrays are first mentioned. Define "system abbrev" more
2891 prominently, and add it to the index.
2892 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
2893 Copyedits.
2894 (Abbrev Expansion): Document abbrev-insert.
2895
80be4dd7
CY
28962009-05-12 Chong Yidong <cyd@stupidchicken.com>
2897
2898 * frames.texi (Font and Color Parameters): Rename from Color
2899 Parameters. Document font-backend parameter.
2900
2901 * vol2.texi (Top): Update node listing.
2902 * vol1.texi (Top): Update node listing.
2903 * elisp.texi (Top): Update node listing.
2904
372a93ac
MR
29052009-05-11 Martin Rudalics <rudalics@gmx.at>
2906
2907 * windows.texi (Choosing Window): Don't explicitly refer to
2908 split-window-sensibly's window argument in descriptions of
2909 split-height-threshold and split-width-threshold.
2910
714c3541
MR
29112009-05-10 Martin Rudalics <rudalics@gmx.at>
2912
2913 * windows.texi (Choosing Window): Fix rewrite of window
2914 splitting section.
2915
0e90e7be
EZ
29162009-05-09 Eli Zaretskii <eliz@gnu.org>
2917
f4e90db0
SM
2918 * nonascii.texi (Default Coding Systems):
2919 Document find-auto-coding, set-auto-coding, and auto-coding-alist.
5dcb4c4e 2920 Add indexing.
0e90e7be
EZ
2921 (Lisp and Coding Systems): Add index entries.
2922
d3c0c321
MR
29232009-05-09 Martin Rudalics <rudalics@gmx.at>
2924
2925 * windows.texi (Choosing Window): Describe split-window-sensibly
2926 and rewrite section on window splitting accordingly.
2927 (Textual Scrolling): Replace `...' by @code{...}.
2928
c773345a
CY
29292009-05-04 Chong Yidong <cyd@stupidchicken.com>
2930
ee2d5b5e
CY
2931 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
2932 Remove obsoleted pre-abbrev-expand-hook.
2933
2934 * locals.texi (Standard Buffer-Local Variables): Consolidate table
2935 entries.
2936
c773345a
CY
2937 * internals.texi (Object Internals): Don't assume 32-bit machines
2938 are the norm.
2939 (Buffer Internals): Consolidate table entries for readability.
ee2d5b5e
CY
2940 (Window Internals): Synch field names to window.h.
2941 (Process Internals): Synch field names to process.h.
c773345a 2942
dd449674
CY
29432009-04-29 Chong Yidong <cyd@stupidchicken.com>
2944
2945 * variables.texi (File Local Variables): Note that read-circle is
2946 bound to nil when reading file-local variables.
2947
2948 * streams.texi (Input Functions): Document read-circle.
2949 (Output Variables): Add xref to Circular Objects.
2950
4f1e25e2
CY
29512009-04-25 Chong Yidong <cyd@stupidchicken.com>
2952
2953 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
2954 Features and Coding System Basics. Node that "p" stands for
2955 "predicate". Recommend utf-8-emacs instead of emacs-mule.
2956 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
2957 mouse-appearance-menu.
2958 (Programming Tips): Add xref to Progress.
2959
dca019f8
CY
29602009-04-22 Chong Yidong <cyd@stupidchicken.com>
2961
5dcb4c4e
SM
2962 * os.texi (Command-Line Arguments):
2963 Document command-line-args-left.
dca019f8
CY
2964 (Suspending Emacs): Adapt text to multi-tty case. Document use of
2965 terminal objects for tty arguments.
2966 (Startup Summary): Add xref to Session Management.
2967 (Session Management): Mention emacs-session-restore. Copyedits.
2968
02a89103
CY
29692009-04-20 Chong Yidong <cyd@stupidchicken.com>
2970
2971 * os.texi (Startup Summary): Copyedits. The init file is not
2972 necessarily named .emacs now. Document initial-buffer-choice and
2973 initial-scratch-message. Note where Emacs exits in batch mode.
2974 Document inhibit-splash-screen as an alias.
2975 (Init File): Be neutral about which init file name to use.
2976
29772009-04-16 Chong Yidong <cyd@stupidchicken.com>
2978
2979 * os.texi (System Interface): Fix Texinfo usage.
2980
0c1cfe01
CY
29812009-04-15 Chong Yidong <cyd@stupidchicken.com>
2982
80d7cdca
CY
2983 * searching.texi (Regexp Backslash): Also refer to shy groups as
2984 non-capturing or unnumbered groups.
2985 (Regexp Functions): Add cross-reference to Regexp Backslash.
2986
0c1cfe01
CY
2987 * display.texi (Truncation): Overlays can use line-prefix and
2988 wrap-prefix too.
2989 (Overlay Properties): Document wrap-prefix and line-prefix.
2990 (Face Attributes): Document underline-minimum-offset.
2991 (Face Remapping): Copyedits.
2992 (Low-Level Font): Copyedits.
2993 (Image Cache): Note that the image cache is shared between frames.
ed8ab760
CY
2994 (Line Height): Emphasize that line-spacing only takes effect on
2995 graphical terminals.
0c1cfe01 2996
c4adeee0
CY
29972009-04-13 Chong Yidong <cyd@stupidchicken.com>
2998
2999 * display.texi (Refresh Screen): Note that a passage about screen
3000 refreshing is text terminal only.
3001 (Forcing Redisplay): Delete misleading comment---sit-for calls
3002 redisplay, not the other way around.
3003 (Truncation): Note new values of truncate-partial-width-windows.
3004 Copyedits.
3005 (Invisible Text): Document invisible-p.
3006
b20ecfa1
EZ
30072009-04-11 Eli Zaretskii <eliz@gnu.org>
3008
3009 * display.texi (Overlays): Overlays don't scale well. See
3010 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
3011
97d8273f
CY
30122009-04-10 Chong Yidong <cyd@stupidchicken.com>
3013
f147ff75
CY
3014 * syntax.texi (Syntax Table Functions): Document cons cell
3015 argument for modify-syntax-entry.
3016 (Categories): Document cons cell argument for
3017 modify-category-entry.
3018
fca4ec76
CY
3019 * searching.texi (String Search): Document word-search-forward-lax
3020 and word-search-backward-lax.
3021 (Searching and Case): Describe isearch behavior more precisely.
3022
9c283d5b
CY
3023 * keymaps.texi (Tool Bar): Mention that some platforms do not
3024 support multi-line toolbars. Suggested by Stephen Eglen.
3025
3026 * frames.texi (Layout Parameters): Mention that Nextstep also
3027 allows only one tool-bar line. Suggested by Stephen Eglen.
3028
97d8273f
CY
3029 * nonascii.texi (Text Representations): Copyedits.
3030 (Coding System Basics): Also mention utf-8-emacs.
3031 (Converting Representations, Selecting a Representation)
3032 (Scanning Charsets, Translation of Characters, Encoding and I/O):
3033 Copyedits.
3034 (Character Codes): Mention role of codepoints 1114112 to 4194175.
3035
2bad3299
CY
30362009-04-09 Chong Yidong <cyd@stupidchicken.com>
3037
3038 * text.texi (Yank Commands): Note that yank uses push-mark.
5dcb4c4e
SM
3039 (Filling): Clarify REGION argument of fill-paragraph.
3040 Document fill-forward-paragraph-function.
2bad3299
CY
3041 (Special Properties): Remove "new in Emacs 22" declaration.
3042 (Clickable Text): Merge with Links and Mouse-1 node.
3043
5dcb4c4e
SM
3044 * display.texi (Button Properties, Button Buffer Commands):
3045 Change xref to Clickable Text.
2bad3299
CY
3046
3047 * tips.texi (Key Binding Conventions): Change xref to Clickable
3048 Text.
3049
3050 * elisp.texi (Top): Update node listing.
3051
ea30ce4f
CY
30522009-04-05 Chong Yidong <cyd@stupidchicken.com>
3053
47af2f4b
CY
3054 * markers.texi (The Mark): Copyedits. Improve description of
3055 handle-shift-selection.
3056 (The Region): Move use-region-p here from The Mark.
3057
ea30ce4f
CY
3058 * positions.texi (Screen Lines): Document (cols . lines) argument
3059 for vertical-motion.
3060
2aa8ea6e
CY
30612009-04-04 Chong Yidong <cyd@stupidchicken.com>
3062
3ec61d4e
CY
3063 * frames.texi (Frames): Clean up introduction. Document `ns'
3064 return value for framep.
3065 (Creating Frames): Note how the terminal is chosen.
3066 (Multiple Terminals, Multiple Displays): Merge into a single node.
3067 (Color Parameters): Fix typo.
3068
3069 * variables.texi (Local Variables, Buffer-Local Variables)
3070 (Creating Buffer-Local): Change link to Multiple Terminals.
3071
3072 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
3073
3074 * keymaps.texi (Controlling Active Maps): Change link to Multiple
3075 Terminals.
3076
3077 * commands.texi (Command Loop Info, Keyboard Macros): Change link
3078 to Multiple Terminals.
3079
3080 * elisp.texi (Top): Update node listing.
3081 * vol2.texi (Top): Update node listing.
3082 * vol1.texi (Top): Update node listing.
3083
9257072f
CY
3084 * buffers.texi (Current Buffer): Note that the append-to-buffer
3085 example is no longer in synch with the latest code. Tie the two
3086 examples together.
3087
2aa8ea6e
CY
3088 * files.texi (File Attributes): Move note about MS-DOS from
3089 Changing Files to File Attributes.
3090 (Create/Delete Dirs): Note that mkdir is an alias for this.
3091
22e74b17
CY
30922009-04-01 Markus Triska <triska@gmx.at>
3093
3094 * processes.texi (Filter Functions): Suggest how to handle output
3095 batches.
3096
4bbe48ec
CY
30972009-03-30 Chong Yidong <cyd@stupidchicken.com>
3098
3099 * help.texi (Accessing Documentation): Update example to use
3100 help-setup-xref and with-help-window.
3101 (Help Functions): Remove print-help-return-message, which is
3102 semi-obsolete due to with-help-window. Document help-buffer and
3103 help-setup-xref.
3104
b9723f39
CY
31052009-03-29 Chong Yidong <cyd@stupidchicken.com>
3106
5dcb4c4e
SM
3107 * help.texi (Accessing Documentation, Help Functions):
3108 Remove information about long-obsolete Emacs versions.
9eb52e90 3109
b9723f39
CY
3110 * modes.texi (Mode Line Variables): The default values of the mode
3111 line variables are now more complicated.
3112
b0cc32db
CY
31132009-03-28 Chong Yidong <cyd@stupidchicken.com>
3114
3c25a5a9
CY
3115 * modes.texi (Major Mode Conventions): Note that specialness is
3116 inherited.
31c9eebb
CY
3117 (Derived Modes): Note that define-derive-mode sets the mode-class
3118 property.
3c25a5a9 3119
b0cc32db
CY
3120 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
3121 goto-map. Add search-map to the list.
3122
c5e0006d
EZ
31232009-03-27 Eli Zaretskii <eliz@gnu.org>
3124
1213465a
EZ
3125 * os.texi (System Environment): Update the list of system-type
3126 values.
3127
c5e0006d
EZ
3128 * markers.texi (The Mark) <handle-shift-selection>: Update for
3129 removal of the optional argument DEACTIVATE.
3130
48bab3d6
CY
31312009-03-25 Chong Yidong <cyd@stupidchicken.com>
3132
3133 * commands.texi (Focus Events): Most X window managers don't use
3134 focus-follows-mouse nowadays.
3135
6e4ff1b6
CY
31362009-03-24 Chong Yidong <cyd@stupidchicken.com>
3137
3138 * commands.texi (Defining Commands): Clarify introduction.
3139 (Using Interactive): Not that interactive can be put in a symbol
3140 property.
3141 (Interactive Call): Note that a symbol with a non-nil
3142 interactive-form property satisfies commandp.
3143
11625308
JB
31442009-03-23 Juanma Barranquero <lekktu@gmail.com>
3145
3146 * minibuf.texi (Intro to Minibuffers): Fix typos.
3147
7b34420d
CY
31482009-03-23 Chong Yidong <cyd@stupidchicken.com>
3149
3150 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
5dcb4c4e
SM
3151 about minibuffers in old Emacs versions. Copyedits.
3152 Emphasize that enable-recursive-minibuffers defaults to nil.
7b34420d
CY
3153 (Text from Minibuffer): Simplify introduction.
3154
f9257eed
AM
31552009-03-22 Alan Mackenzie <acm@muc.de>
3156
3157 * commands.texi (Using Interactive): Clarify string argument to
3158 `interactive' - even promptless elements need \n separators.
3159
f639ba70
CY
31602009-03-18 Chong Yidong <cyd@stupidchicken.com>
3161
3162 * minibuf.texi (Completion Styles): New node.
3163
3164 * elisp.texi (Top): Update node listing.
3165
d897e8ee
CY
31662009-03-17 Chong Yidong <cyd@stupidchicken.com>
3167
3168 * minibuf.texi (Basic Completion): Note that
3169 read-file-name-completion-ignore-case and
3170 read-buffer-completion-ignore-case can override
3171 completion-ignore-case.
3172 (Minibuffer Completion): Document completing-read changes.
3173 (Completion Commands): Avoid mentioning partial completion mode.
3174 Document minibuffer-completion-confirm changes, and
3175 minibuffer-confirm-exit-commands.
3176 (High-Level Completion): Document new require-match behavior for
3177 read-buffer. Document read-buffer-completion-ignore-case.
3178 (Reading File Names): Document new require-match behavior for
3179 read-file-name.
3180
b1f23349
CY
31812009-03-14 Chong Yidong <cyd@stupidchicken.com>
3182
3183 * debugging.texi (Error Debugging): Don't mislead the reader into
3184 thinking that debug-on-error enters debugger for C-f at EOB.
3185 (Error Debugging): Setting debug-on-init within the init file
3186 works, and has for some time.
3187
d6eb4e25
KH
31882009-03-13 Kenichi Handa <handa@m17n.org>
3189
3190 * display.texi (Fontsets): Update the description.
3191
1cf53dc5
CY
31922009-03-13 Chong Yidong <cyd@stupidchicken.com>
3193
3194 * advice.texi (Advising Primitives): Link to What Is a Function.
3195
81f919fc
CY
31962009-03-12 Chong Yidong <cyd@stupidchicken.com>
3197
cf4229eb
CY
3198 * compile.texi (Speed of Byte-Code): Update example.
3199 (Disassembly): Update examples.
3200
81f919fc 3201 * loading.texi (Repeated Loading): Simplify examples.
f2bbc08c
CY
3202
3203 * customize.texi (Common Keywords): It's not necessary to use :tag
3204 to remove hyphens, as custom-unlispify-tag-name does it
3205 automatically.
5dcb4c4e
SM
3206 (Variable Definitions): Link to File Local Variables.
3207 Document customized-value symbol property.
f2bbc08c
CY
3208 (Customization Types): Move menu to end of node.
3209
955964d7
CY
32102009-03-10 Chong Yidong <cyd@stupidchicken.com>
3211
3212 * macros.texi (Compiling Macros): Omit misleading sentence, which
3213 implied that macros can only be used in the same file they are
3214 defined.
3215 (Backquote): Remove obsolete information about Emacs 19.
3216
d25ed7db
GM
32172009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
3218
3219 * display.texi (Display Margins): Fix paren typo.
3220
d55f6ca5
CY
32212009-02-27 Chong Yidong <cyd@stupidchicken.com>
3222
f0e57ed8
CY
3223 * elisp.texi (Top): Update node listing.
3224
3225 * variables.texi (Variables): Clarify introduction.
3226 (Global Variables): Mention that setq is a special form.
3227 (Local Variables): Use active voice.
3228 (Tips for Defining): Mention marking variables as safe.
3229 (Buffer-Local Variables): Mention terminal-local and frame-local
3230 variables together.
3231 (File Local Variables): Copyedits.
3232 (Frame-Local Variables): Note that they are not really useful.
3233 (Future Local Variables): Node deleted.
3234
d55f6ca5 3235 * objects.texi (General Escape Syntax): Update explanation of
fe7a3057 3236 Unicode escape syntax.
d55f6ca5 3237
ca8f09a8
CY
32382009-02-23 Chong Yidong <cyd@stupidchicken.com>
3239
3240 * control.texi (Control Structures): Add cindex entry for "textual
3241 order".
3242
3243 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
3244 instead of "expression" throughout.
3245 (Function Indirection): Copyedits. Use active voice.
3246 (Eval): The default value of max-lisp-eval-depth is now 400.
3247
a20878b6
MB
32482009-02-23 Miles Bader <miles@gnu.org>
3249
3250 * processes.texi (System Processes): Rename `system-process-attributes'
3251 to `process-attributes'.
3252
61f66044
CY
32532009-02-22 Chong Yidong <cyd@stupidchicken.com>
3254
1b80d1f3
CY
3255 * symbols.texi (Property Lists): Emphasize that property lists are
3256 not restricted to symbol cells.
3257 (Other Plists): Copyedit.
3258
61f66044
CY
3259 * sequences.texi (Sequences Arrays Vectors): Make introduction
3260 more concise.
3261 (Arrays): Mention char-tables and bool-vectors too.
3262 (Vectors): Don't repeat information given in Arrays node. Link to
3263 nodes that explain the vector usage examples.
3264 (Char-Tables): Note that char-table elements can have arbitrary
3265 type. Explain effect of omitted char-table-extra-slots property.
8a63cf41 3266 Link to Property Lists node.
61f66044 3267
9403944b
CY
32682009-02-22 Chong Yidong <cyd@stupidchicken.com>
3269
3270 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
3271 `append'.
4068c7b4 3272 (List Elements): Copyedits.
9403944b
CY
3273
3274 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
3275 of `vconcat'.
3276
3277 * strings.texi (Creating Strings): Copyedits. Remove obsolete
3278 Emacs 20 usage of `concat'.
3279 (Case Conversion): Copyedits.
3280
b87a185f
CY
32812009-02-21 Chong Yidong <cyd@stupidchicken.com>
3282
3283 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
3284 Minor edits.
3285 (Frame Configuration Type): Emphasize that it is not primitive.
3286 (Font Type): New node.
3287 (Type Predicates): Add fontp; type-of now recognizes font object
3288 types.
3289
3290 * intro.texi (Version Info): Update version numbers in examples.
3291 (Acknowledgements): List more contributors.
3292
3293 * elisp.texi: Bump version number to 3.0.
3294 (Top): Link to Font Type node.
3295
867d4bb3
JB
32962009-02-20 Juanma Barranquero <lekktu@gmail.com>
3297
3298 * modes.texi (Major Mode Conventions): Remove duplicate words.
3299 (Customizing Keywords): Fix typo.
3300
77730170
EZ
33012009-02-14 Eli Zaretskii <eliz@gnu.org>
3302
3303 * nonascii.texi (User-Chosen Coding Systems): Document that
3304 select-safe-coding-system suggests raw-text if there are raw bytes
3305 in the region.
3306 (Explicit Encoding): Warn not to use `undecided' when encoding.
3307
c8736212
GM
33082009-02-11 Glenn Morris <rgm@gnu.org>
3309
3310 * frames.texi (Visibility of Frames): Mention the effect multiple
3311 workspaces/desktops can have on visibility.
3312
ab992d66
EZ
33132009-02-07 Eli Zaretskii <eliz@gnu.org>
3314
c8736212
GM
3315 * text.texi (Commands for Insertion):
3316 * commands.texi (Event Mod):
3317 * keymaps.texi (Searching Keymaps):
5dcb4c4e
SM
3318 * nonascii.texi (Translation of Characters):
3319 Reinstate documentation of translation-table-for-input.
7d2a859f
EZ
3320 (Explicit Encoding): Document the `charset' text property produced
3321 by decode-coding-region and decode-coding-string.
ab992d66 3322
e651a255
AM
33232009-01-27 Alan Mackenzie <acm@muc.de>
3324
3325 * modes.texi (Search-based Fontification): Correct a typo.
3326
bc5cde4b
JB
33272009-01-25 Juanma Barranquero <lekktu@gmail.com>
3328
3329 * abbrevs.texi (Abbrev Table Properties): Fix typo.
3330 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
3331
3533155b
EZ
33322009-01-24 Eli Zaretskii <eliz@gnu.org>
3333
f721deda
EZ
3334 * display.texi (Window Systems): Document the value of
3335 `initial-window-system' under --daemon.
3336
3533155b
EZ
3337 * os.texi (System Environment): Remove description of the
3338 `environment' function which has been deleted.
3339
f79b43b2
DN
33402009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
3341
3342 * frames.texi (Multiple Displays): Remove documentation for
3343 removed function make-frame-on-tty.
3344
e3aa6669
CY
33452009-01-22 Chong Yidong <cyd@stupidchicken.com>
3346
3347 * files.texi (Format Conversion Piecemeal): Clarify behavior of
5dcb4c4e
SM
3348 write-region-annotate-functions.
3349 Document write-region-post-annotation-function.
e3aa6669 3350
fb13a416
CY
33512009-01-19 Chong Yidong <cyd@stupidchicken.com>
3352
3353 * display.texi (Font Lookup): Document WIDTH argument of
3354 x-list-fonts.
3355
02eccf6b
EZ
33562009-01-17 Eli Zaretskii <eliz@gnu.org>
3357
ead3f58d
EZ
3358 * maps.texi (Standard Keymaps): Rename function-key-map to
3359 local-function-key-map.
3360
3361 * keymaps.texi (Translation Keymaps): Rename function-key-map to
3362 local-function-key-map.
3363
3364 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
3365 and `set-keyboard-coding-system' now accept an optional terminal
3366 argument.
3367
3368 * commands.texi (Event Mod): `keyboard-translate-table' is now
3369 terminal-local.
3370 (Function Keys): Rename function-key-map to
3371 local-function-key-map.
3372
df05a163
EZ
3373 * elisp.texi (Top): Make @detailmenu be consistent with changes in
3374 frames.texi.
3375
0ed8034e 3376 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
490f1197
EZ
3377 `delete-terminal-functions', `suspend-tty-functions' and
3378 `resume-tty-functions'.
0ed8034e
EZ
3379
3380 * frames.texi (Frames): Document `frame-terminal' and
3381 `terminal-live-p'.
3382 (Multiple Displays): Document `make-frame-on-tty'.
3383 (Multiple Terminals): Document `terminal-list', `delete-terminal',
3384 `terminal-name', and `get-device-terminal'.
490f1197
EZ
3385 (Terminal Parameters): Document `terminal-parameters',
3386 `terminal-parameter', and `set-terminal-parameter'.
0ed8034e
EZ
3387
3388 * os.texi (System Environment): Document `environment' and
3389 `initial-environment'.
490f1197
EZ
3390 (Suspending Emacs): Update for multi-tty; document
3391 `suspend-tty', `resume-tty', and `controlling-tty-p'.
0ed8034e 3392
02eccf6b
EZ
3393 * nonascii.texi (Coding System Basics): More accurate description
3394 of `raw-text'.
3395
f19fea97
JB
33962009-01-12 Juanma Barranquero <lekktu@gmail.com>
3397
3398 * display.texi (Low-Level Font): Fix typo.
3399
16fa292f
CY
34002009-01-10 Chong Yidong <cyd@stupidchicken.com>
3401
3402 * elisp.texi (Top): Update node listing.
3403
3404 * display.texi (PostScript Images): Node deleted.
3405
0b4faef3
EZ
34062009-01-10 Eli Zaretskii <eliz@gnu.org>
3407
3355f04d
EZ
3408 * processes.texi (Decoding Output): Document that null bytes force
3409 no-conversion for reading process output.
3410
3411 * files.texi (Reading from Files): Document that null bytes force
3412 no-conversion when visiting files.
3413
11625308 3414 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
538395d9 3415
5dcb4c4e
SM
3416 * nonascii.texi (Lisp and Coding Systems):
3417 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
c06ea95e 3418 (Character Properties): Improve wording.
0b4faef3 3419
ce9cf065
CY
34202009-01-09 Chong Yidong <cyd@stupidchicken.com>
3421
3422 * display.texi (Font Lookup): Remove obsolete function
3423 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
3424 (Low-Level Font): Rename from Fonts, move to end of Faces section.
5dcb4c4e
SM
3425 (Font Selection): Reorder order of variable descriptions.
3426 Minor clarifications.
ce9cf065
CY
3427
3428 * elisp.texi (Top): Update node listing.
3429
ab756fb3
GM
34302009-01-09 Glenn Morris <rgm@gnu.org>
3431
3432 * commands.texi (Command Loop Info): Say that last-command-char and
3433 last-input-char are obsolete aliases.
3434
3435 * edebug.texi (Edebug Recursive Edit): Remove separate references to
3436 last-input-char and last-command-char, since they are just aliases for
3437 last-input-event and last-command-event.
3438
3439 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
3440 last-command-char.
3441
6b2b8ab1
CY
34422009-01-08 Chong Yidong <cyd@stupidchicken.com>
3443
3444 * elisp.texi: Update node listing.
3445
3446 * display.texi (Faces): Put Font Selection node after Auto Faces.
5dcb4c4e
SM
3447 (Face Attributes): Don't link to Font Lookup.
3448 Document font-family-list.
6b2b8ab1
CY
3449 (Fonts): New node.
3450
3568e767
JR
34512009-01-08 Jason Rumney <jasonr@gnu.org>
3452
3453 * frames.texi (Pointer Shape): Clarify that only X supports
5ce6e4f4 3454 changing the standard pointer shapes. (Bug#1485)
3568e767 3455
6221c8db
CY
34562009-01-08 Chong Yidong <cyd@stupidchicken.com>
3457
3458 * display.texi (Attribute Functions): Note that a function value
3459 :height is relative, and that compatibility functions work by
3460 calling set-face-attribute.
3461 (Displaying Faces): Reorder list in order of increasing priority.
3462 (Face Remapping): New node. Content moved here from Displaying
3463 Faces.
3464 (Glyphs): Link to Face Functions.
3465
e3d3799a
CY
34662009-01-08 Chong Yidong <cyd@stupidchicken.com>
3467
3468 * display.texi (Faces): Don't discuss face id here. facep does
3469 not return t.
3470 (Defining Faces): Minor clarification.
3471 (Face Attributes): Rearrange items to match docstring of
3472 set-face-attribute. Add :foundry attribute. Document new role of
3473 :font attribute. Texinfo usage fix.
3474 (Attribute Functions): Copyedits.
3475 (Face Functions): Note that face number is seldom used.
3476
638a2457
RS
34772009-01-05 Richard M Stallman <rms@gnu.org>
3478
3479 * strings.texi (Predicates for Strings): Minor clarification.
3480
3481 * functions.texi (Function Safety): Texinfo usage fix.
3482
49ea0074
JB
34832009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny patch)
3484
3485 * objects.texi (General Escape Syntax): Fix typo.
3486
9f822178
MR
34872009-01-03 Martin Rudalics <rudalics@gmx.at>
3488
3489 * windows.texi (Choosing Window): Say that pop-up-frame-alist
3490 works via the default value of pop-up-frame-function.
3491
af34ad36
EZ
34922009-01-02 Eli Zaretskii <eliz@gnu.org>
3493
3494 * processes.texi (System Processes): Document the `time' and
3495 `ctime' attributes of `system-process-attributes'.
3496
d31f6679
CY
34972009-01-01 Chong Yidong <cyd@stupidchicken.com>
3498
3499 * display.texi (Face Attributes): Clarify :height attribute.
3500
174dc00c
MR
35012008-12-31 Martin Rudalics <rudalics@gmx.at>
3502
3503 * buffers.texi (The Buffer List): Clarify what moves a buffer to
3504 the front of the buffer list. Add entries for `last-buffer' and
3505 `unbury-buffer'.
3506
b8afe7e4
EZ
35072008-12-27 Eli Zaretskii <eliz@gnu.org>
3508
d14030f5
EZ
3509 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
3510 and its subsections.
3511
3512 * frames.texi (Multiple Terminals, Low-level Terminal)
3513 (Terminal Parameters, Frames on Other TTY devices): New sections.
3514 (Frames): Add an xref to "Multiple Terminals".
3515
765980a4
EZ
3516 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
3517
3518 * objects.texi (Terminal Type): New node.
3519 (Editing Types): Add it to the menu.
3520
47bd5577
EZ
3521 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
3522 Variables".
3523
eb22b78c 3524 * variables.texi (Directory Local Variables): New node.
47bd5577 3525 (Variables): Add a menu item for it.
eb22b78c 3526
b8afe7e4
EZ
3527 * loading.texi (Autoload): Document `generate-autoload-cookie' and
3528 `generated-autoload-file'.
3529
77bb0476
EZ
35302008-12-20 Eli Zaretskii <eliz@gnu.org>
3531
028e2c19
EZ
3532 * os.texi (Startup Summary): Add xref to documentation of
3533 `initial-window-system'.
3534
77bb0476
EZ
3535 * display.texi (Window Systems): Document `window-system' the
3536 function. The variable `window-system' is now frame-local.
028e2c19 3537 Document `initial-window-system'.
77bb0476 3538
dda87836
MR
35392008-12-19 Martin Rudalics <rudalics@gmx.at>
3540
3541 * windows.texi (Windows): Rewrite description of
3542 fit-window-to-buffer.
3543
caef3ed2
GM
35442008-12-13 Glenn Morris <rgm@gnu.org>
3545
3546 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
3547 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
3548
21c58e4d
GM
35492008-12-12 Glenn Morris <rgm@gnu.org>
3550
3551 * debugging.texi (Error Debugging): Refer forwards to
3552 eval-expression-debug-on-error.
3553
af38459f
EZ
35542008-12-05 Eli Zaretskii <eliz@gnu.org>
3555
5dedd9b5
EZ
3556 * strings.texi (String Basics): Only unibyte strings that
3557 represent key sequences hold 8-bit raw bytes.
3558
af38459f
EZ
3559 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
3560 paragraph to speak about `undecided'.
3561 (Character Properties): Don't explain the meaning of each
3562 property; instead, identify their Unicode Standard names.
b3f1f4a5 3563 (Character Sets): Document `map-charset-chars'.
af38459f 3564
fa047ae7
GM
35652008-12-02 Glenn Morris <rgm@gnu.org>
3566
3567 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
3568 section yet again.
3569
47dbc044
EZ
35702008-11-29 Eli Zaretskii <eliz@gnu.org>
3571
98d05998
EZ
3572 * nonascii.texi (Character Properties): New Section.
3573 (Specifying Coding Systems): Document
3574 `coding-system-priority-list', `set-coding-system-priority', and
3575 `with-coding-priority'.
3576 (Lisp and Coding Systems): Document `check-coding-systems-region'
3577 and `coding-system-charset-list'.
3578 (Coding System Basics): Document `coding-system-aliases'.
3579
3580 * elisp.texi (Top): Add a @detailmenu entry for "Character
3581 Properties".
3582
47dbc044
EZ
3583 * objects.texi (Character Type): Correct the range of Emacs
3584 characters. Add an @xref to "Character Codes".
3585
3586 * strings.texi (String Basics): Add an @xref to "Character Codes".
3587
3588 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
3589
3590 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
3591 (Character Codes): Document `max-char'.
3592
8b80cdf5
EZ
35932008-11-28 Eli Zaretskii <eliz@gnu.org>
3594
3595 * nonascii.texi (Text Representations, Converting Representations)
3596 (Character Sets, Scanning Charsets, Translation of Characters):
3597 Make text more accurate.
3598
a99dceba
GM
35992008-11-28 Glenn Morris <rgm@gnu.org>
3600
3601 * files.texi (Format Conversion Round-Trip): Improve previous change.
3602
f6dc3bed
CY
36032008-11-26 Chong Yidong <cyd@stupidchicken.com>
3604
3605 * modes.texi (Auto Major Mode): Fix example.
3606
5da9413d
GM
36072008-11-25 Glenn Morris <rgm@gnu.org>
3608
3609 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
3610
3611 * files.texi (Format Conversion Round-Trip):
3612 Use active voice for previous change.
3613
fcca848c
CY
36142008-11-25 Chong Yidong <cyd@stupidchicken.com>
3615
3616 * os.texi (Processor Run Time):
3617 * processes.texi (Transaction Queues):
3618 * markers.texi (The Mark):
3619 * windows.texi (Choosing Window, Selecting Windows):
3620 * files.texi (Changing Files, Magic File Names):
3621 * commands.texi (Key Sequence Input):
3622 * functions.texi (Declaring Functions):
3623 * strings.texi (Predicates for Strings):
3624 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
3625
36c8dc54
CY
36262008-11-24 Chong Yidong <cyd@stupidchicken.com>
3627
3628 * help.texi (Accessing Documentation): Update example.
3629
3630 * variables.texi (Defining Variables): Note that `*' is not
3631 necessary if defcustom is used.
3632
2a79b242
EZ
36332008-11-22 Eli Zaretskii <eliz@gnu.org>
3634
3635 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
3636 Characters" from @detailmenu.
3637
3638 * nonascii.texi (Character Codes, Character Sets)
3639 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
3640 (Chars and Bytes, Splitting Characters): Sections removed.
3641
392f0d26
LK
36422008-11-22 Lute Kamstra <lute@gnu.org>
3643
3644 * positions.texi (Text Lines): Update goto-line documentation.
3645
af1a5cd5
MR
36462008-11-21 Martin Rudalics <rudalics@gmx.at>
3647
6a4cfb0c
MR
3648 * frames.texi (Frames): Fix typo, add cross references, reword.
3649 (Initial Parameters): Reword special-display-frame-alist text.
3650 (Frames and Windows): Reword. Describe argument norecord for
3651 set-frame-selected-window.
3652 (Input Focus): Describe argument norecord for select-frame.
3653 Remove comment on MS-Windows behavior for focus-follows-mouse.
3654 (Raising and Lowering): Mention windows-frames dichotomy in
3655 metaphor.
3656
af1a5cd5
MR
3657 * windows.texi (Displaying Buffers, Vertical Scrolling)
3658 (Horizontal Scrolling): Fix indenting and rewording issues
3659 introduced with 2008-11-07 change.
3660
c249fa9c
GM
36612008-11-20 Glenn Morris <rgm@gnu.org>
3662
3663 * files.texi (Format Conversion Round-Trip): Mention `preserve'
3664 element of `format-alist'.
3665
204d4665
GM
36662008-11-19 Glenn Morris <rgm@gnu.org>
3667
3668 * doclicense.texi: Update to FDL 1.3.
3669 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
3670
cc0910af
CY
36712008-11-18 Chong Yidong <cyd@stupidchicken.com>
3672
efe6e7c4
CY
3673 * windows.texi (Window Hooks): Remove *-end-trigger-functions
3674 vars, which are obsolete. Mention jit-lock-register.
3675
5dcb4c4e
SM
3676 * modes.texi (Other Font Lock Variables):
3677 Document jit-lock-register and jit-lock-unregister.
efe6e7c4 3678
cc0910af
CY
3679 * frames.texi (Color Parameters): Document alpha parameter.
3680
aeeedf76
MR
36812008-11-16 Martin Rudalics <rudalics@gmx.at>
3682
3683 * windows.texi (Splitting Windows, Deleting Windows)
3684 (Selecting Windows, Cyclic Window Ordering)
3685 (Buffers and Windows, Displaying Buffers, Choosing Window)
3686 (Dedicated Windows, Window Point, Window Start and End)
3687 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
3688 (Size of Window, Resizing Windows, Window Configurations)
3689 (Window Parameters): Avoid @var at beginning of sentences and
3690 reword accordingly.
3691
4c565c5c
LK
36922008-11-11 Lute Kamstra <lute@gnu.org>
3693
3694 * files.texi (File Name Components): Fix file-name-extension
3695 documentation.
3696
25f494c9
JB
36972008-11-11 Juanma Barranquero <lekktu@gmail.com>
3698
3699 * frames.texi (Basic Parameters): Remove display-environment-variable
3700 and term-environment-variable.
3701
a1401ab1
EZ
37022008-11-08 Eli Zaretskii <eliz@gnu.org>
3703
3704 * windows.texi (Basic Windows, Splitting Windows)
3705 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
3706 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
25f494c9
JB
3707 (Resizing Windows, Window Configurations, Window Parameters):
3708 Fix wording and markup.
a1401ab1 3709
efafc282
MR
37102008-11-07 Martin Rudalics <rudalics@gmx.at>
3711
3712 * windows.texi (Windows): Update entries.
3713 (Basic Windows): Remove listing of attributes. Reword.
86ab855a 3714 (Splitting Windows, Deleting Windows): Reword.
efafc282
MR
3715 (Selecting Windows, Cyclic Window Ordering): Reword with special
3716 emphasis on order of recently selected windows and buffer list.
86ab855a
MR
3717 (Buffers and Windows, Choosing Window): Reword with special
3718 emphasis on dedicated windows.
3719 (Displaying Buffers): Reword. For switch-to-buffer mention that
3720 it may fall back on pop-to-buffer. For other-window try to
3721 explain how it treats the cyclic ordering of windows.
efafc282
MR
3722 (Dedicated Windows): New node and section discussing dedicated
3723 windows and associated functions.
86ab855a 3724 (Window Point): Add entry for window-point-insertion-type. Reword.
efafc282
MR
3725 (Window Start and End): Rename node and section title. Reword.
3726 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
3727 Minor rewording.
3728 (Size of Window): Reword, in particular text on window-width.
3729 (Resizing Windows): Reword. Add text on balancing windows.
3730 (Window Configurations): Reword. Mention window parameters.
3731 (Window Parameters): New node and section on window parameters.
3732 (Window Hooks): Reword. Mention that
3733 window-configuration-change-hook is run "buffer-locally".
3734 * elisp.texi (Top): Update Windows entries in @detailmenu
3735 section.
3736
d60a8ab2
JB
37372008-11-04 Juanma Barranquero <lekktu@gmail.com>
3738
3739 * searching.texi (Regexp Search): Fix typo.
3740
01777627
CY
37412008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
3742
3743 * searching.texi (Regexp Search): Document GREEDY arg.
3744 (Simple Match Data): Fix return value.
3745
c4526e93
EZ
37462008-11-01 Eli Zaretskii <eliz@gnu.org>
3747
3748 * nonascii.texi (Text Representations): Rewrite to make consistent
5dcb4c4e
SM
3749 with Emacs 23 internal representation of characters.
3750 Document `unibyte-string'.
c4526e93 3751
fe2ae8b5
CY
37522008-10-28 Chong Yidong <cyd@stupidchicken.com>
3753
3754 * processes.texi (Process Information): Note that process-status
3755 does not accept buffer names.
3756
cc5a21e3
CY
37572008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
3758
3759 * positions.texi (Skipping Characters): Correct return value of
3760 skip-chars-forward.
3761
09460d9a
MR
37622008-10-25 Martin Rudalics <rudalics@gmx.at>
3763
520b29e7
MR
3764 * windows.texi (Deleting Windows): Update documentation of
3765 delete-windows-on.
3766 (Buffers and Windows): Update documentations of
3767 get-buffer-window and get-buffer-window-list.
3768 (Displaying Buffers): Update documentation of
3769 replace-buffer-in-windows.
3770
09460d9a
MR
3771 * buffers.texi (Current Buffer): Reword set-buffer and
3772 with-current-buffer documentations.
3773 (Creating Buffers): Reword documentation of get-buffer-create.
3774
4d48fcdc
MR
37752008-10-23 Martin Rudalics <rudalics@gmx.at>
3776
3777 * buffers.texi (Current Buffer): Reword documentation of
3778 set-buffer.
3779 (Buffer Names): Reword documentation of buffer-name.
3780 (The Buffer List): For bury-buffer explain what happens with the
3781 buffer's window.
3782 (Creating Buffers): Say that get-buffer-create's arg is called
3783 buffer-or-name.
3784
f0143c43
CY
37852008-10-22 Chong Yidong <cyd@stupidchicken.com>
3786
3e5dbbd3
CY
3787 * advice.texi (Computed Advice): Explain what DEFINITION is.
3788
f0143c43
CY
3789 * nonascii.texi (Character Codes): Remove obsolete function
3790 char-valid-p, and document characterp instead.
3791
52a94b85
MR
37922008-10-22 Martin Rudalics <rudalics@gmx.at>
3793
3794 * windows.texi (Displaying Buffers): Reword documentation of
3795 pop-to-buffer.
3796 (Choosing Window): Rewrite documentation of display-buffer and
3797 its options.
3798
f76f8246
MR
3799 * buffers.texi (Killing Buffers): Update documentation of
3800 kill-buffer.
3801
acc8b598
EZ
38022008-10-21 Eli Zaretskii <eliz@gnu.org>
3803
80e6b6df
EZ
3804 * processes.texi (Serial Ports): Fix wording and improve markup.
3805
3645358a
EZ
3806 * searching.texi (Regexp Search): Document `string-match-p' and
3807 `looking-at-p'.
3808 (POSIX Regexps): Add an xref for "non-greedy".
3809 (Regexp Special): Add @cindex entry for "non-greedy".
3810
b3d50cff 3811 * display.texi (Attribute Functions): Document `face-all-attributes'.
bf190568 3812 (Image Cache) <image-refresh>: Minor wording fixes.
b3d50cff 3813
73b7530a
EZ
3814 * frames.texi (Color Names): Add an xref to `read-color'.
3815
3816 * minibuf.texi (High-Level Completion): Document `read-color'.
3817
acc8b598
EZ
3818 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
3819
3820 * positions.texi (Narrowing): Add an xref to "Swapping Text".
3821
3822 * buffers.texi (Swapping Text): New section, documents
3823 `buffer-swap-text'.
3824
10e187e8
MR
38252008-10-21 Martin Rudalics <rudalics@gmx.at>
3826
3827 * windows.texi (Resizing Windows): Minor wording fix.
3828
fd6f900c
EZ
38292008-10-20 Eli Zaretskii <eliz@gnu.org>
3830
3831 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
3832 and `combine-and-quote-strings'.
3833
3834 * strings.texi (Creating Strings): Add xrefs for them.
3835
e4372165
EZ
38362008-10-19 Eli Zaretskii <eliz@gnu.org>
3837
d6328fba
EZ
3838 * elisp.texi (Top): Make descriptive text for "Reading File Names"
3839 match the corresponding menu in minibuf.texi.
3840
e4372165
EZ
3841 * minibuf.texi (Reading File Names): Document `read-shell-command'
3842 and `minibuffer-local-shell-command-map'.
3843
5d8dda33
MR
38442008-10-19 Martin Rudalics <rudalics@gmx.at>
3845
3846 * windows.texi (Resizing Windows): Remove var{} around "window" in
3847 documentation of enlarge-window.
3848 Rewrite documentation of window-min-height and window-min-width.
3849
437706cd
EZ
38502008-10-19 Eli Zaretskii <eliz@gnu.org>
3851
80f85d7c
EZ
3852 * functions.texi (Calling Functions): Document `apply-partially'.
3853
291703b5
EZ
3854 * hooks.texi (Standard Hooks): Mention
3855 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
3856
3857 * variables.texi (File Local Variables): Document
3858 `file-local-variables-alist', `before-hack-local-variables-hook'
3859 and `hack-local-variables-hook'.
3860
583d8b3c
EZ
3861 * processes.texi (Synchronous Processes): Document `process-lines'.
3862
5dcb4c4e
SM
3863 * customize.texi (Variable Definitions):
3864 Document `custom-reevaluate-setting'.
437706cd 3865
7e51d89b
MR
38662008-10-18 Martin Rudalics <rudalics@gmx.at>
3867
3868 * windows.texi (Choosing Window, Deleting Windows)
3869 (Displaying Buffers): Expand documentation of dedicated windows.
3870
43c59a3d
EZ
38712008-10-18 Eli Zaretskii <eliz@gnu.org>
3872
018a960d
EZ
3873 * files.texi (Changing Files): Document symbolic input of file
3874 modes to `set-file-modes'. Document `read-file-modes' and
3875 `file-modes-symbolic-to-number'.
3876
2c0b8144
EZ
3877 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
3878 and `search-map'.
3879
5dcb4c4e
SM
3880 * searching.texi (Search and Replace):
3881 Document `replace-search-function' and `replace-re-search-function'.
2c0b8144 3882 Document `multi-query-replace-map'.
80120f13 3883
6d4913f0 3884 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
5dcb4c4e
SM
3885 (Completion Commands, Reading File Names):
3886 Rename `minibuffer-local-must-match-filename-map' to
6d4913f0
EZ
3887 `minibuffer-local-filename-must-match-map'.
3888 (Minibuffer Completion): The `require-match' argument to
3889 `completing-read' can now have the value `confirm-only'.
3890
43c59a3d
EZ
3891 * windows.texi (Displaying Buffers): Minor wording fix.
3892 (Choosing Window): `split-height-threshold' can now be nil.
3893 Document `split-width-threshold'. `pop-up-frames' can have the
3894 value `graphic-only'.
3895
f36acfd9
EZ
38962008-10-17 Eli Zaretskii <eliz@gnu.org>
3897
3898 * os.texi (Startup Summary): Document `before-init-time' and
3899 `after-init-time'. Document `initial-window-system' and
3900 `window-system-initialization-alist'. Document reading the
3901 abbrevs file. Document the call to `server-start' under --daemon.
3902 Rearrange a bit to be consistent with the code flow.
53728487
EZ
3903 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
3904 (Time Parsing): Document `format-seconds'.
f36acfd9 3905
96995b89
MR
39062008-10-17 Martin Rudalics <rudalics@gmx.at>
3907
3908 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
3909 and reword.
3910
2de17c73
EZ
39112008-10-16 Eli Zaretskii <eliz@gnu.org>
3912
3913 * markers.texi (The Mark): Document use-region-p.
3914
9cf52b11
EZ
39152008-10-15 Eli Zaretskii <eliz@gnu.org>
3916
c3aaf1d7
EZ
3917 * internals.texi (Writing Emacs Primitives): The interactive spec
3918 of a primitive can be a Lisp form.
3919
841a1743
EZ
3920 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
3921 values of transient-mark-mode. Document handle-shift-selection.
3922
3923 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
3924 (Interactive Examples): Show an example of `^'.
3925 (Key Sequence Input): Document this-command-keys-shift-translated.
c3aaf1d7
EZ
3926 (Defining Commands, Using Interactive): The interactive-form of a
3927 function can be added via its symbol's property.
841a1743 3928
52441368
EZ
3929 * positions.texi (List Motion): beginning-of-defun-function can
3930 now accept an argument.
3931
8e8c1a72
EZ
3932 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
3933 now return a list of strings.
3934
a33a1f2a
EZ
3935 * control.texi (Handling Errors): Document ignore-errors.
3936
4fb04348
EZ
3937 * frames.texi (Creating Frames): Document frame-inherited-parameters.
3938 (Parameter Access): Document set-frame-parameter.
3939
ee666f84
EZ
3940 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
3941 Hooks" for the effect of kill-all-local-variables on local hook
3942 functions.
3943
9cf52b11
EZ
3944 * modes.texi (Major Mode Conventions, Mode Line Variables):
3945 `mode-name' need not be a string. xref to "Mode Line Data" for
3946 details, and to "Emulating Mode Line" for computing a string
3947 value.
3948
22526bc4
EZ
39492008-10-14 Eli Zaretskii <eliz@gnu.org>
3950
a65f6a85
EZ
3951 * processes.texi (System Processes): New section.
3952 (Processes, Signals to Processes): Add xrefs to it.
3953
3954 * objects.texi (Editing Types): A `process' is a subprocess of
3955 Emacs, not just any process running on the OS.
3956
3957 * elisp.texi (Top): Adjust the @detailmenu for the above two
3958 changes.
3959
2724b26a
EZ
3960 * sequences.texi (Char-Tables): Remove documentation of
3961 set-char-table-default, which has no effect since Emacs 23.
3962 <char-table-range, set-char-table-range>: Don't mention generic
3963 characters and charsets. Add a cons cell as a possible argument.
3964
3965 * nonascii.texi (Splitting Characters)
3966 (Translation of Characters): Don't mention generic characters.
3967
3968 * display.texi (Fontsets): Don't mention generic characters.
3969
22526bc4 3970 * sequences.texi (Char-Tables): `map-char-table' can now call its
25f494c9 3971 argument FUNCTION with a cons cell as KEY.
22526bc4 3972
eaf4b689
EZ
39732008-10-13 Eli Zaretskii <eliz@gnu.org>
3974
45e46036
EZ
3975 * objects.texi (Primitive Function Type): Move "@cindex special
3976 forms" from here...
3977
3978 * eval.texi (Special Forms): ...to here.
3979
3980 * functions.texi (What Is a Function): `functionp' returns nil for
3981 special forms. Add an xref.
3982
eaf4b689
EZ
3983 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
3984 Variables".
3985
3986 * variables.texi (Frame-Local Variables): New section.
3987 (Buffer-Local Variables): Add an xref to it.
3988 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
3989 have both frame-local and buffer-local binding.
3990
3991 * frames.texi (Frames): Mention multiple tty frames.
3992 (Frame Parameters, Parameter Access): Mention frame-local variable
3993 bindings.
3994
15688fce
GM
39952008-09-20 Glenn Morris <rgm@gnu.org>
3996
3997 * display.texi (Defining Faces): Recommend against face variables.
3998
35539065
JB
39992008-09-16 Juanma Barranquero <lekktu@gmail.com>
4000
4001 * display.texi (Echo Area Customization): Fix typo.
4002
6a57054b
JB
40032008-09-09 Juanma Barranquero <lekktu@gmail.com>
4004
4005 * loading.texi (Where Defined): Add `defface' item.
4006
d632fb82
MR
40072008-09-06 Martin Rudalics <rudalics@gmx.at>
4008
4009 * loading.texi (Where Defined): Fix description of symbol-file.
4010
905a9adb
JR
40112008-08-26 Jason Rumney <jasonr@gnu.org>
4012
4013 * display.texi (TIFF Images): New section describing :index property.
4014
852e91b7
CY
40152008-08-23 Chong Yidong <cyd@stupidchicken.com>
4016
4017 * display.texi (Temporary Displays): Remove unnecessary comment
4018 about usage of temp-buffer-show-hook.
4019
6be001ee
CY
40202008-08-05 Chong Yidong <cyd@stupidchicken.com>
4021
4022 * symbols.texi (Other Plists): Fix incorrect example.
4023 Suggested by Florian Beck.
4024
58e3d8e8
JB
40252008-07-31 Juanma Barranquero <lekktu@gmail.com>
4026
4027 * os.texi: Fix previous change.
4028
7c2fb837
DN
40292008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4030
4031 * os.texi:
4032 * intro.texi:
4033 * files.texi: Remove VMS support.
4034
9e2a2647
DN
40352008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4036
4037 * os.texi:
4038 * frames.texi:
4039 * display.texi: Remove mentions of Mac Carbon.
4040
c4f4682b
MB
40412008-07-01 Miles Bader <miles@gnu.org>
4042
4043 * text.texi (Special Properties):
4044 * display.texi (Truncation): Add wrap-prefix and line-prefix.
4045
3696411e
JB
40462008-06-28 Johan Bockgård <bojohan@gnu.org>
4047
4048 * display.texi (Other Image Types): Fix copy/paste error; say
4049 "PBM", not "XBM".
4050
f2a77c3a
DN
40512008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
4052
4053 * os.texi: Remove references to obsolete systems.
4054
6d52677d
EZ
40552008-06-20 Eli Zaretskii <eliz@gnu.org>
4056
4057 * makefile.w32-in (distclean): Remove makefile.
4058
1a87da4c
GM
40592008-06-17 Glenn Morris <rgm@gnu.org>
4060
4061 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
4062 (elisp, dist): Remove rules and variables that are obsolete now
4063 the lisp manual is no longer distributed separately.
4064
fdda1c5d
GM
40652008-06-16 Glenn Morris <rgm@gnu.org>
4066
646692e9
GM
4067 * configure, configure.in, mkinstalldirs: Remove unused files.
4068
4069 * book-spine.texinfo: Set version to 23.0.60.
fdda1c5d 4070 * vol1.texi (EMACSVER):
6a57054b 4071 * vol2.texi (EMACSVER): Set to 23.0.60.
fdda1c5d
GM
4072
4073 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
4074 as per maintain.info.
4075
611bee81
GM
40762008-06-15 Glenn Morris <rgm@gnu.org>
4077
a7bed3a0
GM
4078 * makefile.w32-in (manual): Use "23" rather than "21".
4079
4080 * Makefile.in (emacsver): New, set by configure.
4081 (manual): Use emacsver.
4082
d794edf2
GM
4083 * intro.texi: Report bugs using M-x report-emacs-bug.
4084
611bee81
GM
4085 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
4086
c73e02fa
GM
40872008-06-13 Daniel Engeler <engeler@gmail.com>
4088
4089 * elisp.texi, internals.texi, processes.texi: Add documentation
4090 about serial port access.
4091
e40a85cd
MB
40922008-06-05 Miles Bader <miles@gnu.org>
4093
4094 * display.texi (Displaying Faces): Update to reflect function
4095 renamings in face-remap.el.
4096
7b753744
JB
40972008-06-05 Juanma Barranquero <lekktu@gmail.com>
4098
4099 * display.texi (Fontsets): Fix typos.
4100
9d3d42fb
MB
41012008-06-03 Miles Bader <miles@gnu.org>
4102
7b753744
JB
4103 * display.texi (Displaying Faces): Add add-relative-face-remapping,
4104 remove-relative-face-remapping, set-base-face-remapping,
4105 and set-default-base-face-remapping.
9d3d42fb 4106
f2cec7a9
MB
41072008-06-01 Miles Bader <miles@gnu.org>
4108
4109 * display.texi (Displaying Faces): Add face-remapping-alist.
4110
8f39c96d
SM
41112008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4112
4113 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
4114 variable names.
4115
1ef5eecc
ER
41162008-05-03 Eric S. Raymond <esr@golux>
4117
352c8b4a 4118 * keymaps.texi: Clarify that (current-local-map) and
1ef5eecc
ER
4119 (current-global-map) return references, not copies.
4120
63b4387f
JL
41212008-05-02 Juri Linkov <juri@jurta.org>
4122
4123 * minibuf.texi (Text from Minibuffer): Document a list of
4124 default values for `read-from-minibuffer'.
4125
38a8b703
JB
41262008-04-24 Juanma Barranquero <lekktu@gmail.com>
4127
4128 * nonascii.texi (Translation of Characters): Fix previous change.
4129
7c42e639
CY
41302008-04-20 Chong Yidong <cyd@stupidchicken.com>
4131
4132 * display.texi (Overlay Properties): Clarify role of underlying
4133 textprop and overlay keymaps for display strings.
4134
4135 * keymaps.texi (Active Keymaps): Ditto.
4136
25c0d999
SM
41372008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
4138
4139 * minibuf.texi (Programmed Completion):
4140 Replace dynamic-completion-table with the new completion-table-dynamic.
4141
e3af5968
CY
41422008-04-07 Chong Yidong <cyd@stupidchicken.com>
4143
4144 * intro.texi (Some Terms): Change "fonts in this manual" index
4145 entry to "typographic conventions".
4146
6bfc8698
EZ
41472008-04-05 Eli Zaretskii <eliz@gnu.org>
4148
4149 * objects.texi (Text Props and Strings): Add indexing for read
4150 syntax of text properties.
4151
4972c361
SM
41522008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
4153
4154 * processes.texi (Decoding Output): Remove process-filter-multibyte
4155 functions.
4156
c70a68db
MR
41572008-03-15 Martin Rudalics <rudalics@gmx.at>
4158
4159 * display.texi (Finding Overlays): Say that empty overlays at
4160 the end of the buffer are reported too.
4161
1291fd36
GM
41622008-03-13 Glenn Morris <rgm@gnu.org>
4163
4164 * elisp.texi (EMACSVER): Set to 23.0.60.
4165
c6b0dfd5
CY
41662008-02-26 Chong Yidong <cyd@stupidchicken.com>
4167
38a8b703 4168 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
c6b0dfd5 4169
875fc30c
GM
41702008-02-22 Glenn Morris <rgm@gnu.org>
4171
4172 * frames.texi (Position Parameters): Clarify the description of
4173 `left' and `top', using information from "Geometry".
4174 (Geometry): Give a pointer to "Position Parameters", rather than
4175 repeating information.
4176
d8c8e45a
GM
41772008-02-11 Glenn Morris <rgm@gnu.org>
4178
4179 * objects.texi (Equality Predicates): No longer talk about "two"
4180 functions.
4181
38a8b703 41822008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
d8c8e45a
GM
4183
4184 * objects.texi (Equality Predicates): Add defun for
4185 equal-including-properties.
4186
bfffe0b1
GM
41872008-02-10 Glenn Morris <rgm@gnu.org>
4188
4189 * objects.texi (Equality Predicates):
4190 Mention equal-including-properties.
4191
431b78c9
RS
41922008-02-07 Richard Stallman <rms@gnu.org>
4193
4194 * windows.texi (Window Start): Mention the feature of moving
4195 window-start to start of line.
4196
c8763fb6 41972008-02-07 Jan Djärv <jan.h.d@swipnet.se>
eafa12e6
JD
4198
4199 * keymaps.texi (Tool Bar): Document rtl property.
4200
1a256502
TTN
42012008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
4202
4203 * display.texi (Button Types):
4204 For define-button-type, clarify type of NAME.
4205
569382c2
MR
42062008-01-19 Martin Rudalics <rudalics@gmx.at>
4207
4208 * buffers.texi (Buffer Modification): Fix typo.
4209
f3041af1
DN
42102008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
4211
4212 * os.texi (System Environment): Remove references to OSes that are
4213 not supported anymore.
4214
d35e1cd7
DN
42152008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
4216
4217 * os.texi (System Environment): Remove mention for Masscomp.
4218
23af7580
RS
42192008-01-04 Richard Stallman <rms@gnu.org>
4220
4221 * display.texi (Faces): Don't talk about internal face vector as arg
4222 to facep.
4223
4224 * customize.texi (Type Keywords): Fix previous change.
4225
4226 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
4227 * elisp.texi (Top): Fix menu for commands.texi change.
4228
ec7d5b1e
RS
42292007-12-30 Richard Stallman <rms@gnu.org>
4230
5dcb4c4e 4231 * commands.texi (Accessing Mouse): Rename from Accessing Events.
ec7d5b1e
RS
4232 (Accessing Scroll): New node broken out of Accessing Mouse.
4233
101a6cea
RS
42342007-12-28 Richard Stallman <rms@gnu.org>
4235
4236 * frames.texi (Size Parameters): Fix typo.
7f9e0c04 4237 (Basic Parameters): For `title', refer to title bar.
041817a4 4238 (Size and Position): Explain meaning of frame pixel width and height.
101a6cea 4239
72b7e664
RS
42402007-12-23 Richard Stallman <rms@gnu.org>
4241
4242 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
4243 Improve some of the commented-out keywords' text too.
4244
27a4f445
MR
42452007-12-14 Martin Rudalics <rudalics@gmx.at>
4246
e2e3f1d7
MR
4247 * nonascii.texi (Encoding and I/O): Reword to avoid saying
4248 "visit the current buffer".
4249
27a4f445
MR
4250 * os.texi (System Interface): Fix typo.
4251
a2afc99d
RS
42522007-12-04 Richard Stallman <rms@gnu.org>
4253
4254 * objects.texi (Symbol Type): Fix typo.
4255
b694135c
RS
42562007-12-03 Richard Stallman <rms@gnu.org>
4257
4258 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
4259
f99a19da
GM
42602007-12-01 Glenn Morris <rgm@gnu.org>
4261
4262 * functions.texi (Declaring Functions): Improve previous change.
4263
8f4b37d8
GM
42642007-11-30 Glenn Morris <rgm@gnu.org>
4265
4266 * functions.texi (Declaring Functions): Add optional fourth
4267 argument of declare-function, and setting third argument to `t'.
4268
61a2fe01
RS
42692007-11-29 Richard Stallman <rms@gnu.org>
4270
4271 * customize.texi (Composite Types): Document `group' type.
4272
cbfc5193
GM
42732007-11-29 Glenn Morris <rgm@gnu.org>
4274
5dcb4c4e
SM
4275 * functions.texi (Declaring Functions): Add findex.
4276 Mention `external' files.
cbfc5193 4277
8386283a
JB
42782007-11-26 Juanma Barranquero <lekktu@gmail.com>
4279
4280 * functions.texi (Declaring Functions): Fix directive.
4281
a07c9a8b
RS
42822007-11-25 Richard Stallman <rms@gnu.org>
4283
4284 * help.texi (Help Functions): Clean up last change.
4285
4286 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
4287
4288 * loading.texi (Named Features): Minor cleanup.
4289
4290 * macros.texi (Eval During Expansion): Minor cleanup.
4291
4292 * variables.texi (Variable Aliases): Minor cleanup.
4293
a0925923
RS
42942007-11-24 Richard Stallman <rms@gnu.org>
4295
4296 * functions.texi (Declaring Functions): Clarify previous change.
4297
4298 * compile.texi (Compiler Errors): Clarify previous change.
4299
20c63e44
RS
43002007-11-24 Richard Stallman <rms@gnu.org>
4301
e5e76c04 4302 * display.texi (Refresh Screen, Forcing Redisplay):
20c63e44
RS
4303 Clarify the text and move items around.
4304
5bb0cda3
GM
43052007-11-24 Glenn Morris <rgm@gnu.org>
4306
4307 * functions.texi (Declaring Functions): New section.
4308 * compile.texi (Compiler Errors): Mention declaring functions,
4309 defvar with no initvalue, and byte-compile-warnings.
4310
af13c86a
MR
43112007-11-15 Martin Rudalics <rudalics@gmx.at>
4312
4313 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
4314 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
4315
a5373305
MR
43162007-11-13 Martin Rudalics <rudalics@gmx.at>
4317
4318 * help.texi (Help Functions): Document new macro `with-help-window'.
4319
fe284805
JL
43202007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
4321
4322 * searching.texi (Replacing Match): Describe new
4323 `match-substitute-replacement'.
4324
2c3a09b1
RS
43252007-10-31 Richard Stallman <rms@gnu.org>
4326
4327 * strings.texi (Creating Strings): Null strings from concat not unique.
4328
f2b480f4
RS
43292007-10-26 Richard Stallman <rms@gnu.org>
4330
4331 * objects.texi (Equality Predicates): Null strings are uniquified.
4332
4333 * minibuf.texi: Minor clarifications in previous change.
4334
db21122c
GM
43352007-10-25 Glenn Morris <rgm@gnu.org>
4336
4337 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
4338
2328cbb3
RS
43392007-10-24 Richard Stallman <rms@gnu.org>
4340
4341 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
4342
4343 * variables.texi (Frame-Local Variables): Node deleted.
4344 (Variables): Delete Frame-Local Variables from menu.
4345 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
4346 (Default Value): Don't mention frame-local vars.
4347
4348 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
4349
4350 * loading.texi (Unloading): Document FEATURE-unload-function
4351 instead of FEATURE-unload-hook.
4352
2328cbb3
RS
4353 * frames.texi (Multiple Displays): Don't mention frame-local vars.
4354
c066bafa
JL
43552007-10-22 Juri Linkov <juri@jurta.org>
4356
4357 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
4358 (High-Level Completion): Document a list of default value strings
4359 in the DEFAULT argument, for which minibuffer functions return the
4360 first element.
4361
65ced25f
JL
43622007-10-17 Juri Linkov <juri@jurta.org>
4363
4364 * text.texi (Filling): Update arguments of fill-paragraph.
4365 fill-paragraph operates on the active region in Transient Mark mode.
4366 Remove fill-paragraph-or-region.
4367
ee46ec8e
KB
43682007-10-13 Karl Berry <karl@gnu.org>
4369
4370 * elisp.texi (@dircategory): Move to after @copying,
4371 since we want @copying as close as possible to the beginning of
4372 the output.
4373
61bbdbc6
RS
43742007-10-12 Richard Stallman <rms@gnu.org>
4375
4376 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
4377
4378 * commands.texi (Distinguish Interactive): New node,
4379 broken out from Interactive Call and rewritten.
4380 (Command Loop): Put Distinguish Interactive in menu.
4381
af23e1e8
RS
43822007-10-09 Richard Stallman <rms@gnu.org>
4383
4384 * text.texi (Examining Properties): Mention overlay priority.
4385
4386 * display.texi (Display Margins): Correct the description
4387 of margin display specifications.
4388 (Replacing Specs): New subnode broken out of Display Property.
4389
e1965a69
JL
43902007-10-06 Juri Linkov <juri@jurta.org>
4391
4392 * text.texi (Filling): Document fill-paragraph-or-region.
4393
4638454b
JB
43942007-10-05 Juanma Barranquero <lekktu@gmail.com>
4395
4396 * display.texi (Auto Faces): Fix typo.
4397
7ed54cc5
RS
43982007-10-02 Richard Stallman <rms@gnu.org>
4399
4400 * display.texi (Display Property): Explain some display specs
4401 don't let you move point in.
4402
5dcb4c4e
SM
4403 * frames.texi (Cursor Parameters):
4404 Describe cursor-in-non-selected-windows here. Explain more values.
7ed54cc5
RS
4405
4406 * windows.texi (Basic Windows): Don't describe
4407 cursor-in-non-selected-windows here.
4408
305a7ef2
EZ
44092007-10-01 Eli Zaretskii <eliz@gnu.org>
4410
4411 * processes.texi (Misc Network): Note that these functions are
4412 supported only on some systems.
4413
f7a7f4eb
RS
44142007-10-01 Richard Stallman <rms@gnu.org>
4415
4416 * display.texi (Overlay Properties): Explain nil as priority.
4417 Explain that conflicts are unpredictable if not resolved by
4418 priorities.
4419
780d7bb9
RS
44202007-09-23 Richard Stallman <rms@gnu.org>
4421
4422 * macros.texi (Backquote): Minor clarification.
4423
14b4fdfb
RS
44242007-09-19 Richard Stallman <rms@gnu.org>
4425
4426 * display.texi (Display Property): Explain multiple display specs.
9600ac7c
RS
4427 Clarify when they work in parallel and when one overrides.
4428 Fix error in example.
14b4fdfb 4429
b8d4c8d0
GM
44302007-09-06 Glenn Morris <rgm@gnu.org>
4431
b3e755a9 4432 Move from lispref/ to doc/lispref/. Change all setfilename
b8d4c8d0
GM
4433 commands to use ../../info.
4434 * Makefile.in (infodir): Go up one more level.
4638454b 4435 (usermanualdir): Change from ../man to ../emacs.
b8d4c8d0
GM
4436 (miscmanualdir): New.
4437 (dist): Use new variable miscmanualdir.
4438 * makefile.w32-in (infodir, texinputdir): Go up one more level.
4439 (usermanualdir): Change from ../man to ../emacs.
4440
1bb1f7d3
MR
44412007-08-30 Martin Rudalics <rudalics@gmx.at>
4442
4443 * commands.texi (Command Loop Info): Advise against changing
4444 most variables described here. Explain new variable
4445 last-repeatable-command.
4446
b8d4c8d0
GM
44472007-08-29 Glenn Morris <rgm@gnu.org>
4448
4449 * elisp.texi (EMACSVER): Increase to 23.0.50.
4450
44512007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
4452
4453 * frames.texi (Basic Parameters): Add display-environment-variable
4454 and term-environment-variable.
4455
44562007-08-28 Juri Linkov <juri@jurta.org>
4457
4458 * display.texi (Image Formats, Other Image Types): Add SVG.
4459
44602007-08-28 Juri Linkov <juri@jurta.org>
4461
4462 * display.texi (Images): Move formats-related text to new node
4463 "Image Formats".
4464 (Image Formats): New node.
4465
619fb9ee
RS
44662007-08-27 Richard Stallman <rms@gnu.org>
4467
4468 * windows.texi (Window Configurations): Clarify what
4469 a window configuration saves.
4470
b8d4c8d0
GM
44712007-08-25 Richard Stallman <rms@gnu.org>
4472
4473 * display.texi (Images): Delete redundant @findex.
4474
39f9da30
GM
44752007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
4476
4477 * text.texi (Change Hooks): (after|before)-change-functions are no
4478 longer bound to nil while running; rather inhibit-modification-hooks
4479 is t.
4480
b8d4c8d0
GM
44812007-08-16 Richard Stallman <rms@gnu.org>
4482
5dcb4c4e
SM
4483 * processes.texi (Asynchronous Processes):
4484 Clarify doc of start-file-process.
b8d4c8d0
GM
4485
44862007-08-08 Martin Rudalics <rudalics@gmx.at>
4487
4488 * modes.texi (Example Major Modes): Fix typo.
4489
44902007-08-08 Glenn Morris <rgm@gnu.org>
4491
4492 * intro.texi (nil and t): Do not use `iff' in documentation.
4493
4494 * tips.texi (Documentation Tips): Recommend against `iff'.
4495
44962007-08-07 Chong Yidong <cyd@stupidchicken.com>
4497
4498 * display.texi (Image Cache): Document image-refresh.
4499
45002007-08-06 Martin Rudalics <rudalics@gmx.at>
4501
4502 * windows.texi (Size of Window): Document window-full-width-p.
4503
45042007-07-25 Glenn Morris <rgm@gnu.org>
4505
4506 * gpl.texi (GPL): Replace license with GPLv3.
4507
4508 * Relicense all FSF files to GPLv3 or later.
4509
45102007-07-24 Michael Albinus <michael.albinus@gmx.de>
4511
4638454b
JB
4512 * processes.texi (Synchronous Processes):
4513 Add `process-file-shell-command'.
b8d4c8d0
GM
4514 (Asynchronous Processes): Mention restricted use of
4515 `process-filter' and `process-sentinel' in
4516 `start-file-process'. Add `start-file-process-shell-command'.
4517
45182007-07-17 Michael Albinus <michael.albinus@gmx.de>
4519
4520 * files.texi (Magic File Names): Introduce optional parameter
4521 IDENTIFICATION for `file-remote-p'.
4522
45232007-07-16 Richard Stallman <rms@gnu.org>
4524
4525 * display.texi (Defining Faces): Fix previous change.
4526
45272007-07-14 Richard Stallman <rms@gnu.org>
4528
4529 * control.texi (Handling Errors): Document `debug' in handler list.
4530
45312007-07-10 Richard Stallman <rms@gnu.org>
4532
4533 * display.texi (Defining Faces): Explain C-M-x feature for defface.
4534
45352007-07-09 Richard Stallman <rms@gnu.org>
4536
4537 * files.texi (Magic File Names): Rewrite previous change.
4538
45392007-07-08 Michael Albinus <michael.albinus@gmx.de>
4540
4541 * files.texi (Magic File Names): Introduce optional parameter
4542 CONNECTED for `file-remote-p'.
4543
45442007-07-07 Michael Albinus <michael.albinus@gmx.de>
4545
4546 * processes.texi (Asynchronous Processes):
4547 * files.texi (Magic File Names): Add `start-file-process'.
4548
45492007-06-27 Richard Stallman <rms@gnu.org>
4550
5dcb4c4e
SM
4551 * files.texi (Format Conversion Piecemeal):
4552 Clarify `after-insert-file-functions' calling convention.
b8d4c8d0
GM
4553
45542007-06-27 Michael Albinus <michael.albinus@gmx.de>
4555
4638454b
JB
4556 * files.texi (Magic File Names): Remove `dired-call-process'.
4557 Add `process-file'.
b8d4c8d0
GM
4558
45592007-06-27 Kenichi Handa <handa@m17n.org>
4560
4561 * text.texi (Special Properties): Fix description about
4638454b 4562 `composition' property.
b8d4c8d0
GM
4563
45642007-06-26 Kenichi Handa <handa@m17n.org>
4565
4566 * nonascii.texi (Default Coding Systems): Document about the
4567 return value `undecided'.
4568
45692007-06-25 David Kastrup <dak@gnu.org>
4570
4571 * keymaps.texi (Active Keymaps): Document new POSITION argument of
4572 `current-active-maps'.
4573
45742007-06-24 Karl Berry <karl@gnu.org>
4575
4638454b 4576 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
b8d4c8d0
GM
4577
45782007-06-15 Juanma Barranquero <lekktu@gmail.com>
4579
4580 * display.texi (Overlay Arrow): Doc fix.
4581
45822007-06-14 Karl Berry <karl@tug.org>
4583
4584 * anti.texi (Antinews): Typo.
4585
45862007-06-14 Chong Yidong <cyd@stupidchicken.com>
4587
4588 * display.texi (Image Cache): Document image-refresh.
4589
45902007-06-12 Karl Berry <karl@gnu.org>
4591
4592 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
4593 * two-volume.make: New file.
4594 * .cvsignore: Ignore two-volume files.
4595
45962007-06-12 Tom Tromey <tromey@redhat.com>
4597
4598 * os.texi (Init File): Document user-emacs-directory.
4599
46002007-06-03 Nick Roberts <nickrob@snap.net.nz>
4601
4602 * commands.texi (Click Events): Describe width and height when
4603 object is nil.
4604
46052007-05-30 Nick Roberts <nickrob@snap.net.nz>
4606
5dcb4c4e
SM
4607 * commands.texi (Click Events): Layout more logically.
4608 Describe width and height.
b8d4c8d0
GM
4609 (Drag Events, Motion Events): Update to new format for position.
4610
46112007-06-02 Richard Stallman <rms@gnu.org>
4612
4613 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
4614
46152007-06-02 Chong Yidong <cyd@stupidchicken.com>
4616
4617 * Version 22.1 released.
4618
46192007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
4620
4621 * text.texi (Special Properties): Correct meaning of fontified face.
4622
46232007-05-30 Richard Stallman <rms@gnu.org>
4624
4625 * text.texi (Special Properties): Add link to Adjusting Point.
4626
46272007-05-12 Richard Stallman <rms@gnu.org>
4628
4629 * text.texi (Margins): indent-to-left-margin is not the default.
4630 (Mode-Specific Indent): For indent-line-function, the default
4631 is indent-relative.
4632
4633 * modes.texi (Example Major Modes): Explain last line of text-mode
4634 is redundant.
4635
46362007-05-10 Richard Stallman <rms@gnu.org>
4637
4638 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
4639
4640 * help.texi (Keys in Documentation): Add reference to
4641 Documentation Tips.
4642
4643 * files.texi (Format Conversion): TO-FN gets three arguments.
4644
4645 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
4646
46472007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
4648
4649 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
4650 * files.texi (Format Conversion): Expand intro; add menu.
4651 (Format Conversion Overview, Format Conversion Round-Trip)
4652 (Format Conversion Piecemeal): New nodes/subsections.
4653 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
4654 * text.texi (Text Properties): Remove "Saving Properties" from menu.
4655 (Saving Properties): Delete node/subsection.
4656
46572007-05-07 Karl Berry <karl@gnu.org>
4658
4659 * elisp.texi (EMACSVER): Back to 22.
4660
46612007-05-06 Richard Stallman <rms@gnu.org>
4662
4663 * processes.texi (Accepting Output): Revert most of previous change.
4664
46652007-05-05 Richard Stallman <rms@gnu.org>
4666
4667 * processes.texi (Accepting Output): accept-process-output
4668 uses microseconds, not milliseconds. But that arg is obsolete.
4669
46702007-05-04 Karl Berry <karl@tug.org>
4671
4672 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
4673
46742007-05-04 Eli Zaretskii <eliz@gnu.org>
4675
4676 * tips.texi (Documentation Tips): Rearrange items to place the
4677 more important ones first. Add an index entry for hyperlinks.
4678
46792007-05-03 Karl Berry <karl@gnu.org>
4680
4681 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
4682 (EMACSVER) [smallbook]: 22 for printed version.
4683
4684 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
4685 so restore anchor to normal position after defun. Found by Kevin Ryde.
4686
46872007-04-26 Glenn Morris <rgm@gnu.org>
4688
4689 * elisp.texi (EMACSVER): Increase to 22.1.50.
4690
46912007-04-28 Karl Berry <karl@gnu.org>
4692
4693 * elisp.texi: Improve line breaks on copyright page,
4694 similar layout to emacs manual, 8.5x11 by default.
4695
46962007-04-24 Richard Stallman <rms@gnu.org>
4697
4698 * text.texi (Special Properties): Add xref to Overlay Properties.
4699
4700 * display.texi (Overlay Properties): Add xref to Special Properties.
4701
47022007-04-22 Richard Stallman <rms@gnu.org>
4703
4704 * keymaps.texi (Extended Menu Items): Move the info about
4705 format with cached keyboard binding.
4706
47072007-04-21 Richard Stallman <rms@gnu.org>
4708
4709 * text.texi (Special Properties): Clarify previous change.
4710
4711 * files.texi (File Name Expansion): Clarify previous change.
4712
4713 * display.texi (Attribute Functions): Fix example for
4714 face-attribute-relative-p.
4715
47162007-04-19 Kenichi Handa <handa@m17n.org>
4717
4718 * text.texi (Special Properties): Document composition property.
4719
47202007-04-19 Glenn Morris <rgm@gnu.org>
4721
4722 * files.texi (File Name Expansion): Mention "superroot".
4723
47242007-04-15 Chong Yidong <cyd@stupidchicken.com>
4725
4726 * frames.texi (Multiple Displays): Add note about "multi-monitor"
4727 setups.
4728 (Display Feature Testing): Note that display refers to all
4729 physical monitors for multi-monitor setups.
4730
47312007-04-14 Richard Stallman <rms@gnu.org>
4732
4733 * lists.texi (Sets And Lists): Clarify `delete' examples.
4734 Remove spurious xref to same node.
4735 Clarify xref for add-to-list.
4736
47372007-04-12 Nick Roberts <nickrob@snap.net.nz>
4738
4739 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
4740 value of lisp-mode-map.
4741
47422007-04-11 Karl Berry <karl@gnu.org>
4743
4744 * anti.texi (Antinews):
4745 * display.texi (Overlay Properties, Defining Images):
4746 * processes.texi (Synchronous Processes, Sentinels):
4747 * syntax.texi (Syntax Table Internals):
4748 * searching.texi (Regexp Special):
4749 * nonascii.texi (Default Coding Systems):
4750 * text.texi (Special Properties):
4751 * minibuf.texi (Basic Completion): Wording to improve breaks in
4752 8.5x11 format.
4753 * elisp.texi (smallbook): New @set to more easily switch between
4754 smallbook and 8.5x11.
4755
47562007-04-11 Richard Stallman <rms@gnu.org>
4757
4758 * text.texi (Lazy Properties): Minor fix.
4759
47602007-04-08 Karl Berry <karl@gnu.org>
4761
4762 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
4763 * macros.texi (Backquote): Downcase Backquote in index entries for
4764 consistency.
4765
47662007-04-08 Richard Stallman <rms@gnu.org>
4767
4768 * text.texi (Adaptive Fill): Just describe default,
4769 don't show it (since it contains non-ASCII chars).
4770
47712007-04-07 Karl Berry <karl@gnu.org>
4772
4773 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
4774 adaptive-fill-regexp's value, since they are not in the standard
4775 TeX fonts.
4776
47772007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
4778
4779 * display.texi (Defining Faces): Fix example.
4780
47812007-04-07 Karl Berry <karl@gnu.org>
4782
4783 * display.texi (Button Buffer Commands): Improve page break.
4784
47852007-04-07 Richard Stallman <rms@gnu.org>
4786
4787 * advice.texi (Activation of Advice): Remove redundant index entry.
4788
4789 * backups.texi: Improve index entries. Remove redundant ones.
4790
4791 * compile.texi (Byte Compilation): Improve index entry.
4792
4793 * hash.texi (Creating Hash): Improve index entry.
4794
4795 * symbols.texi (Definitions): Improve index entry.
4796
4797 * edebug.texi: Improve index entries. Remove redundant/useless ones.
4798
4799 * maps.texi (Standard Keymaps): Remove useless index entry.
4800
4801 * help.texi (Documentation Basics): Remove redundant index entries.
4802
4803 * customize.texi: Improve index entries.
4804 Remove redundant/useless ones.
4805
4806 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
4807
4808 * streams.texi (Output Variables): Improve index entry.
4809
4810 * abbrevs.texi (Abbrevs): Remove useless index entry.
4811
4812 * macros.texi (Expansion): Remove useless index entry.
4813
4814 * text.texi: Improve index entries. Remove redundant/useless ones.
4815 (Text Properties, Examining Properties)
4816 (Special Properties): Use "property category" instead of "category"
4817 to refer to the `category' property.
4818
4819 * positions.texi: Improve index entries. Remove useless one.
4820
4821 * lists.texi: Improve index entries. Remove redundant/useless ones.
4822
4823 * os.texi: Improve index entries.
4824 (Timers): Fix previous change.
4825
4826 * buffers.texi: Improve index entries.
4827 (Modification Time): Get rid of term "obsolete buffer".
4828
4829 * debugging.texi: Improve index entries.
4830 (Test Coverage): Add xref to other test coverage ftr.
4831
4832 * eval.texi: Improve index entry. Remove redundant ones.
4833
4834 * numbers.texi: Improve index entries. Remove redundant/useless ones.
4835
4836 * files.texi: Improve index entries. Remove redundant/useless ones.
4837
4838 * objects.texi: Improve index entries.
4839
4840 * processes.texi: Improve index entries.
4841
4842 * modes.texi: Improve index entry. Remove redundant one.
4843
4844 * nonascii.texi: Improve index entries.
4845
4846 * internals.texi: Improve index entries.
4847
4848 * syntax.texi: Improve index entries.
4849
4850 * keymaps.texi (Active Keymaps): Improve index entries.
4851
4852 * commands.texi: Improve index entries. Remove redundant/useless ones.
4853
4854 * frames.texi: Improve index entries. Remove redundant/useless ones.
4855
4856 * markers.texi: Improve index entries. Remove redundant ones.
4857
4858 * tips.texi: Improve index entries.
4859
4860 * loading.texi (Unloading): Improve index entry.
4861
4862 * variables.texi: Improve index entries. Remove redundant one.
4863
4864 * sequences.texi: Improve index entry.
4865
4866 * display.texi: Improve index entries. Remove redundant ones.
4867
4868 * windows.texi: Improve index entries.
4869
4870 * searching.texi: Improve index entries. Remove redundant one.
4871
4872 * strings.texi (Case Tables): Improve last change.
4873
48742007-04-04 Chong Yidong <cyd@stupidchicken.com>
4875
4876 * strings.texi (Case Tables): Document with-case-table and
4877 ascii-case-table.
4878
48792007-04-03 Karl Berry <karl@gnu.org>
4880
4881 * processes.texi (Network): Reword to improve page break.
4882
48832007-04-03 Eli Zaretskii <eliz@gnu.org>
4884
4885 * functions.texi (Inline Functions): Describe more disadvantages
4886 of defsubst, and make advice against it stronger.
4887
48882007-04-02 Karl Berry <karl@gnu.org>
4889
4890 * backups.texi (Backup Names): Avoid widow words.
4891 * modes.texi (Example Major Modes): Align last comment.
4892
48932007-04-01 Chong Yidong <cyd@stupidchicken.com>
4894
4895 * keymaps.texi (Remapping Commands): Document new arg to
4896 command-remapping.
4897
48982007-04-01 Karl Berry <karl@gnu.org>
4899
4900 * processes.texi (Low-Level Network): Typo.
4901 * loading.texi (Hooks for Loading): Avoid double "the".
4902 * keymaps.texi (Key Sequences): No double "and".
4903 (Changing Key Bindings): Shorten to improve line break.
4904
49052007-03-31 Glenn Morris <rgm@gnu.org>
4906
4907 * os.texi (Timers): Fix description of run-at-time TIME formats.
4908
49092007-03-31 Richard Stallman <rms@gnu.org>
4910
4911 * display.texi (Invisible Text): Correct buffer-invisibility-spec
4912 regarding ellipsis.
4913
49142007-03-31 Eli Zaretskii <eliz@gnu.org>
4915
4916 * intro.texi (nil and t):
4917 * symbols.texi (Plists and Alists):
4918 * variables.texi (Variable Aliases, Constant Variables):
4919 * functions.texi (Defining Functions):
4920 * advice.texi (Advising Primitives):
4921 * debugging.texi (Syntax Errors, Compilation Errors):
4922 * minibuf.texi (Minibuffer Windows):
4923 * commands.texi (Adjusting Point):
4924 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
4925 (Auto Major Mode, Major Mode Conventions):
4926 * help.texi (Describing Characters):
4927 * files.texi (Create/Delete Dirs, Information about Files)
4928 (File Locks, Writing to Files, Reading from Files)
4929 (Saving Buffers):
4930 * windows.texi (Resizing Windows, Cyclic Window Ordering):
4931 * frames.texi (Finding All Frames):
4932 * positions.texi (Buffer End, Motion):
4933 * markers.texi (The Region):
4934 * text.texi (Deletion, Near Point):
4935 * display.texi (Displaying Messages, Truncation):
4936 * os.texi (Processor Run Time):
4937 * tips.texi (Key Binding Conventions, Programming Tips)
4938 (Warning Tips, Documentation Tips, Comment Tips):
4939 * internals.texi (Memory Usage): Improve indexing.
4940
4941 * variables.texi (Frame-Local Variables):
4942 * functions.texi (Argument List):
4943 * loading.texi (Library Search):
4944 * streams.texi (Output Variables):
4945 * keymaps.texi (Translation Keymaps, Searching Keymaps):
4946 * searching.texi (Replacing Match, Search and Replace):
4947 * processes.texi (Byte Packing, Decoding Output)
4948 (Accepting Output, Network Servers, Shell Arguments):
4949 * display.texi (Abstract Display, Image Cache, Scroll Bars):
4950 * windows.texi (Window Point, Window Start):
4951 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
4952 * commands.texi (Reading Input, Keyboard Events):
4953 * minibuf.texi (Reading File Names, Minibuffer Completion)
4954 (Recursive Mini):
4955 * positions.texi (List Motion):
4956 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
4957 * numbers.texi (Arithmetic Operations, Math Functions)
4958 (Predicates on Numbers, Comparison of Numbers):
4959 (Numeric Conversions):
4960 * locals.texi (Standard Buffer-Local Variables):
4961 * maps.texi (Standard Keymaps):
4962 * os.texi (User Identification, System Environment, Recording Input)
4963 (X11 Keysyms):
4964 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
4965 * backups.texi (Backups and Auto-Saving):
4966 * customize.texi (Customization, Group Definitions)
4967 (Variable Definitions):
4968 * compile.texi (Byte Compilation): Improve index entries.
4969
49702007-03-31 Karl Berry <karl@gnu.org>
4971
4972 * macros.texi (Defining Macros): Avoid widow syllable.
4973
49742007-03-31 Eli Zaretskii <eliz@gnu.org>
4975
4976 * elisp.texi (Top): Postscript -> PostScript.
4977
4978 * display.texi (Images, Postscript Images): Postscript -> PostScript.
4979
49802007-03-31 Markus Triska <markus.triska@gmx.at>
4981
4982 * internals.texi (Writing Emacs Primitives): Untabify `For'.
4983
49842007-03-30 Karl Berry <karl@gnu.org>
4985
4986 * lists.texi (List-related Predicates): Remove spurious @need.
4987 (Setcdr): Use @smallexample to improve page break.
4988 (Association Lists) <assoc>: Reword to improve page break.
4989
4990 * strings.texi (String Conversion): Insert blank line to improve
4991 page break.
4992
4993 * numbers.texi (Random Numbers): Use @minus{}.
4994 (Math Functions): Use @minus{}.
4995
4996 * intro.texi (Acknowledgements): Avoid line breaks before middle
4997 initials.
4998
49992007-03-24 Eli Zaretskii <eliz@gnu.org>
5000
5001 * errors.texi (Standard Errors): Add an index entry.
5002
50032007-03-19 Richard Stallman <rms@gnu.org>
5004
5005 * os.texi (Recording Input): recent-keys now gives 300 keys.
5006
50072007-03-12 Glenn Morris <rgm@gnu.org>
5008
5009 * os.texi: Replace "daylight savings" with "daylight saving"
5010 throughout.
5011
50122007-03-05 Richard Stallman <rms@gnu.org>
5013
5dcb4c4e
SM
5014 * variables.texi (File Local Variables):
5015 Update enable-local-variables values.
b8d4c8d0
GM
5016
50172007-03-04 Richard Stallman <rms@gnu.org>
5018
5019 * syntax.texi (Control Parsing): Minor clarification.
5020
5021 * strings.texi (Formatting Strings): Clarify width, precision, flags.
5022
5023 * sequences.texi (Sequence Functions): Move string-bytes away,
5024 add xref.
5025
5026 * nonascii.texi (Text Representations): Move string-bytes here.
5027
5028 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
5029
5030 * minibuf.texi (Basic Completion): Minor clarification.
5031
5032 * markers.texi (The Mark): Clarify existence vs activation of mark.
5033 Other cleanup.
5034
5035 * display.texi (Finding Overlays): Write better example.
5036
5037 * compile.texi (Eval During Compile): Clarify putting macros
5038 in eval-when-compile.
5039
c5602427 50402007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
b8d4c8d0
GM
5041
5042 * loading.texi (How Programs Do Loading): Fix anchor position at
c5602427 5043 load-read-function definition doc.
b8d4c8d0
GM
5044
50452007-02-21 Kim F. Storm <storm@cua.dk>
5046
5047 * strings.texi (Text Comparison): Mention that assoc-string
5048 converts symbols to strings before testing.
5049
50502007-02-17 Kim F. Storm <storm@cua.dk>
5051
5052 * processes.texi (Bindat Spec): Vector types can have optional
5053 element type.
5054 (Bindat Examples): Fix example. Add vector with element type.
5055
50562007-02-16 Andreas Schwab <schwab@suse.de>
5057
5058 * strings.texi (Formatting Strings): Document '+' flag.
5059
50602007-02-15 Juanma Barranquero <lekktu@gmail.com>
5061
5062 * strings.texi (Modifying Strings): Clarify that `clear-string'
5063 always converts the string to unibyte.
5064
50652007-02-14 Kim F. Storm <storm@cua.dk>
5066
5067 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
5068 Rewrite glyph code description to refer to these functions.
5069 Remove details of encoding face number and char into integer code.
5070
50712007-02-03 Alan Mackenzie <acm@muc.de>
5072
5073 * loading.texi (Hooks for Loading): Make the description of
5074 `eval-after-load' more detailed, and amend the description of
5075 after-load-alist, in accordance with changes from 2006-05.
5076
50772007-02-03 Chong Yidong <cyd@stupidchicken.com>
5078
5079 * modes.texi (Defining Minor Modes): Document that a :require
5080 keyword or similar may be required to make saved customization
5081 variables work.
5082
50832007-02-03 Eli Zaretskii <eliz@gnu.org>
5084
5085 * elisp.texi (Top): Make the detailed menu headers compliant with
5dcb4c4e
SM
5086 Texinfo guidelines and with what texnfo-upd.el expects.
5087 Add comments to prevent people from inadvertently modifying the key
b8d4c8d0
GM
5088 parts needed by `texinfo-multiple-files-update'.
5089
50902007-02-02 Eli Zaretskii <eliz@gnu.org>
5091
5092 * elisp.texi (Top): Update the top-level menus.
5093
5094 * syntax.texi (Categories): Add index entries.
5095
50962007-02-01 Juanma Barranquero <lekktu@gmail.com>
5097
5098 * display.texi (Attribute Functions): Fix name and description of
5099 the UNDERLINE arg of `set-face-underline-p'.
5100
51012007-01-29 Eli Zaretskii <eliz@gnu.org>
5102
5103 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
5104 Variables", and "Standard Keymaps" to the detailed menu.
5105
5106 * variables.texi (Future Local Variables): Add index entry.
5107
51082007-01-28 Richard Stallman <rms@gnu.org>
5109
5110 * tips.texi (Coding Conventions): Clarify the tip about macros
5111 that define a function or a variable.
5112
5113 * files.texi (File Attributes): UID and GID can be floats.
5114 (Magic File Names): Explain why deferring all operations to
5115 the standard handler does not work.
5116
51172007-01-23 Martin Rudalics <rudalics@gmx.at>
5118
5119 * backups.texi (Reverting): Use "buffer" instead of "file"
5120 when talking about major and minor modes.
5121
51222007-01-21 Richard Stallman <rms@gnu.org>
5123
5124 * help.texi (Documentation): Add xref to Documentation Tips.
5125
51262007-01-14 Juanma Barranquero <lekktu@gmail.com>
5127
5128 * tips.texi (Coding Conventions): Fix typos.
5129
51302007-01-05 Richard Stallman <rms@gnu.org>
5131
5132 * modes.texi (Defining Minor Modes): Fix previous change.
5133
51342007-01-03 Richard Stallman <rms@gnu.org>
5135
5136 * customize.texi (Variable Definitions, Customization Types):
5137 Don't use * in doc string for defcustom.
5138
51392007-01-02 Richard Stallman <rms@gnu.org>
5140
5141 * variables.texi (Variable Aliases): Clarify that aliases vars
5142 always have the same value.
5143
5144 * processes.texi (Bindat Spec): Fix Texinfo usage.
5145
5146 * modes.texi (Defining Minor Modes): Explain effect of command
5147 defined with define-global-minor-mode on new buffers.
5148
51492006-12-30 Kim F. Storm <storm@cua.dk>
5150
5151 * keymaps.texi (Tool Bar): Describe `grow-only' value of
5152 `auto-resize-tool-bars'.
5153
51542006-12-30 Richard Stallman <rms@gnu.org>
5155
5156 * keymaps.texi (Active Keymaps): Fix previous change.
5157
51582006-12-30 Nick Roberts <nickrob@snap.net.nz>
5159
5160 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
5161
51622006-12-30 Kim F. Storm <storm@cua.dk>
5163
5164 * processes.texi (Bindat Spec): Clarify using field names in
5165 length specifications.
5166
51672006-12-29 Kim F. Storm <storm@cua.dk>
5168
5169 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
5170 Add count and index variables for eval forms in repeat blocks.
5171
51722006-12-24 Richard Stallman <rms@gnu.org>
5173
5dcb4c4e
SM
5174 * customize.texi (Variable Definitions):
5175 Document new name custom-add-frequent-value.
b8d4c8d0
GM
5176
51772006-12-19 Kim F. Storm <storm@cua.dk>
5178
5179 * commands.texi (Misc Events): User signals now result in sigusr1
5180 and sigusr2 events which are handled through special-event-map.
5181 (Special Events): User signals and drag-n-drop are special.
5182
51832006-12-17 Richard Stallman <rms@gnu.org>
5184
5185 * loading.texi (Named Features): Explain subfeatures better.
5186
5187 * customize.texi: Use "option" only for user options.
5188 For the keyword values inside defcustom etc, say "keywords".
5189 For :options value's elements, say "elements".
5190 :group should not be omitted.
5191
5192 * syntax.texi (Parsing Expressions): Split up node.
5193 (Motion via Parsing, Position Parse, Parser State)
5194 (Low-Level Parsing, Control Parsing): New subnodes.
5195 (Parser State): Document syntax-ppss-toplevel-pos.
5196
5197 * positions.texi (List Motion): Punctuation fix.
5198
5199 * files.texi (File Name Completion): Document PREDICATE arg
5200 to file-name-completion.
5201
52022006-12-16 Eli Zaretskii <eliz@gnu.org>
5203
5204 * internals.texi (Building Emacs, Writing Emacs Primitives):
5205 Add index entries.
5206
52072006-12-11 Richard Stallman <rms@gnu.org>
5208
5209 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
5210 affects face menu. Explain how to make it non-nil without enabling
5211 any fontification.
5212
52132006-12-10 Chong Yidong <cyd@stupidchicken.com>
5214
5215 * modes.texi (Font Lock Basics): Document nil value of
5216 font-lock-defaults.
5217
52182006-12-10 Glenn Morris <rgm@gnu.org>
5219
5220 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
5221 value for system-flag argument. Abbrev tables may not be empty
5222 when major modes are loaded.
5223
52242006-12-08 Juanma Barranquero <lekktu@gmail.com>
5225
5226 * makefile.w32-in (maintainer-clean): Partially revert last
5227 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
5228 to protect elisp-covers.texi.
5229
52302006-12-07 Juanma Barranquero <lekktu@gmail.com>
5231
5232 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
5233 Don't remove elisp* info files; they are already deleted by the
5234 `clean' and `distclean' targets, and they are in the $(infodir)
5235 directory, not the current one.
5236
52372006-12-04 Kim F. Storm <storm@cua.dk>
5238
5239 * commands.texi (Misc Events): Update signal events.
5240 (Event Examples): Add signal example.
5241
52422006-11-29 Richard Stallman <rms@gnu.org>
5243
5244 * frames.texi (Visibility of Frames): Explain visible windows
5245 can be covered by others. Add xref for raise-frame.
5246
52472006-11-28 Richard Stallman <rms@gnu.org>
5248
5249 * searching.texi (Regexp Special): Update when ^ is special.
5250
52512006-11-27 Eli Zaretskii <eliz@gnu.org>
5252
5253 * customize.texi (Customization, Common Keywords)
5254 (Group Definitions, Variable Definitions, Composite Types)
5255 (Type Keywords, Customization Types): Add index entries for
5256 various customization keywords.
5257
52582006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
5259
5260 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
5261
c8763fb6 52622006-11-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
5263
5264 * frames.texi (Window System Selections): Remove clipboard from
5265 description of selection-coding-system.
5266
52672006-11-06 Richard Stallman <rms@gnu.org>
5268
5269 * lists.texi (List Variables): Document COMPARE-FN.
5270
5271 * keymaps.texi: Avoid use of "binding" to mean a relation;
5272 use it only to refer to the meaning associated with a key.
5273 (Keymaps): Change menu node description.
5274
5275 * elisp.texi (Top): Change menu node description.
5276
5277 * display.texi (Managing Overlays): Document overlay-recenter.
5278
52792006-10-29 Chong Yidong <cyd@stupidchicken.com>
5280
5281 * Makefile.in: Use relative paths to avoid advertising filesystem
5282 contents during compilation.
5283
52842006-10-23 Kim F. Storm <storm@cua.dk>
5285
5286 * commands.texi (Event Input Misc): Update unread-command-events.
5287
52882006-10-23 Nick Roberts <nickrob@snap.net.nz>
5289
5290 * lists.texi (Sets And Lists): Fix typos.
5291
52922006-10-18 Juanma Barranquero <lekktu@gmail.com>
5293
5294 * control.texi (Processing of Errors): Use @var for an argument,
5295 not @code.
5296
52972006-10-16 Richard Stallman <rms@gnu.org>
5298
5299 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
5300
5301 * keymaps.texi (Format of Keymaps): Show all the keymap element
5302 patterns that result from menu items.
5303 (Key Lookup): Minor cleanups.
5304
5305 * modes.texi (Precalculated Fontification): Don't say that
5306 not setting font-lock-defaults avoids loading font-lock.
5307
5308 * help.texi (Documentation): Move xref to Emacs Manual here.
5309 (Documentation Basics): From here.
5310 Also doc emacs-lisp-docstring-fill-column.
5311
5312 * elisp.texi: Update version and ISBN.
5313
5314 * commands.texi (Interactive Call): Clarify KEYS arg to
5315 call-interactively is a vector.
5316 (Command Loop Info): Delete anchor in this-command-keys.
5317 Add anchor in this-command-keys-vector.
5318 (Recursive Editing): Document how recursive-edit
5319 handles the current buffer.
5320
53212006-10-13 Chong Yidong <cyd@stupidchicken.com>
5322
5323 * frames.texi (Frame Titles): %c and %l are ignored in
5324 frame-title-format.
5325
53262006-10-11 Richard Stallman <rms@gnu.org>
5327
5328 * keymaps.texi (Key Sequences): Clarify use of kbd.
5329
53302006-10-10 Kim F. Storm <storm@cua.dk>
5331
5332 * lists.texi (Sets And Lists): Add memql.
5333
53342006-10-03 Richard Stallman <rms@gnu.org>
5335
5336 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
5337 Clarify :ascii: and :nonascii:.
5338
53392006-09-29 Juri Linkov <juri@jurta.org>
5340
5341 * modes.texi (%-Constructs): Reorder coding systems in the
5342 documentation of %z to the real order displayed in the modeline.
5343
53442006-09-25 Richard Stallman <rms@gnu.org>
5345
5346 * os.texi (Timers): Describe timer-max-repeats.
5347
53482006-09-25 Chong Yidong <cyd@stupidchicken.com>
5349
5350 * os.texi (Timers): Mention with-local-quit.
5351
53522006-09-24 Richard Stallman <rms@gnu.org>
5353
5354 * searching.texi (Searching and Matching): Mention property search.
5355
5356 * commands.texi (Command Loop Info): Explain how read-event affects
5357 this-command-keys.
5358
53592006-09-20 Richard Stallman <rms@gnu.org>
5360
5361 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
5362
5363 * windows.texi (Window Start): Minor cleanups.
5364
53652006-09-20 Kim F. Storm <storm@cua.dk>
5366
5367 * windows.texi (Window Start): pos-visible-in-window-p allows
5368 specifying t for position to mean "end of window".
5369 Add window-line-height.
5370
5371 * anti.texi (Antinews): Mention window-line-height.
5372
53732006-09-19 David Kastrup <dak@gnu.org>
5374
5375 * keymaps.texi (Searching Keymaps): Small clarification.
5376
53772006-09-18 Richard Stallman <rms@gnu.org>
5378
5379 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
5380 cause keyboard menus.
5381 (Menu Keymaps): Likewise.
5382 (Defining Menus, Keyboard Menus): Clarify.
5383
5384 * text.texi (Fields): Clarify explanation of constrain-to-field.
5385
53862006-09-16 Eli Zaretskii <eliz@gnu.org>
5387
5388 * variables.texi (Tips for Defining): Fix a typo.
5389
53902006-09-15 Richard Stallman <rms@gnu.org>
5391
5392 * keymaps.texi (Remapping Commands, Searching Keymaps)
5393 (Active Keymaps): Clean up previous change.
5394
53952006-09-15 Jay Belanger <belanger@truman.edu>
5396
5397 * gpl.texi: Replace "Library Public License" by "Lesser Public
5398 License" throughout.
5399
54002006-09-15 David Kastrup <dak@gnu.org>
5401
5402 * keymaps.texi (Active Keymaps): Adapt description to use
5403 `get-char-property' instead `get-text-property'. Explain how
5404 mouse events change this. Explain the new optional argument of
5405 `key-binding' and its mouse-dependent lookup.
5406 (Searching Keymaps): Adapt description similarly.
5407 (Remapping Commands): Explain the new optional argument of
5408 `command-remapping'.
5409
54102006-09-14 Richard Stallman <rms@gnu.org>
5411
5412 * keymaps.texi (Searching Keymaps): Clarification.
5413 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
5414
54152006-09-13 Richard Stallman <rms@gnu.org>
5416
5417 * objects.texi (Character Type): Node split.
5418 Add xref to Describing Characters.
5419 (Basic Char Syntax, General Escape Syntax)
5420 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
5421
54222006-09-11 Richard Stallman <rms@gnu.org>
5423
5424 * display.texi (Display Table Format): Wording clarification.
5425 (Glyphs): Clarifications.
5426
54272006-09-10 Chong Yidong <cyd@stupidchicken.com>
5428
5429 * keymaps.texi (Active Keymaps): Mention that key-binding checks
5430 local maps.
5431
54322006-09-10 Kim F. Storm <storm@cua.dk>
5433
5434 * display.texi (Forcing Redisplay): Document return value of
5435 function redisplay.
5436
54372006-09-09 Richard Stallman <rms@gnu.org>
5438
5439 * windows.texi (Window Hooks): Explain limits of
5440 window-scroll-functions.
5441
5442 * display.texi (Fringe Indicators): Update for last change in
5443 indicate-buffer-boundaries.
5444
54452006-09-08 Richard Stallman <rms@gnu.org>
5446
5447 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
5448
54492006-09-06 Kim F. Storm <storm@cua.dk>
5450
5451 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
5452
5453 * windows.texi (Window Start): Update pos-visible-in-window-p.
5454
54552006-09-04 Richard Stallman <rms@gnu.org>
5456
5457 * processes.texi (Accepting Output): Explain SECONDS=0 for
5458 accept-process-output.
5459
5460 * os.texi (Idle Timers): Explain why timer functions should not
5461 loop until (input-pending-p).
5462
54632006-09-02 Eli Zaretskii <eliz@gnu.org>
5464
5465 * makefile.w32-in (usermanualdir): New variable.
5466 (elisp.dvi): Use it.
5467
54682006-09-01 Eli Zaretskii <eliz@gnu.org>
5469
5470 * buffers.texi (Buffer Modification): Fix last change.
5471
54722006-09-01 Chong Yidong <cyd@stupidchicken.com>
5473
5dcb4c4e
SM
5474 * buffers.texi (Buffer Modification):
5475 Document buffer-chars-modified-tick.
b8d4c8d0
GM
5476
54772006-08-31 Richard Stallman <rms@gnu.org>
5478
5479 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
5480
54812006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
5482
5483 * modes.texi (Syntactic Font Lock):
5484 Mention font-lock-syntactic-face-function
5485 instead of specific faces.
5486
54872006-08-29 Chong Yidong <cyd@stupidchicken.com>
5488
5489 * display.texi (Images): Add xrref to display-images-p.
5490
54912006-08-28 Kenichi Handa <handa@m17n.org>
5492
5493 * nonascii.texi (Lisp and Coding Systems): Fix description of
5494 detect-coding-region.
5495
54962006-08-27 Michael Olson <mwolson@gnu.org>
5497
5498 * processes.texi (Transaction Queues): Remove stray quote
5499 character.
5500
55012006-08-25 Richard Stallman <rms@gnu.org>
5502
5503 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
5504 Add xref.
5505
55062006-08-24 Chong Yidong <cyd@stupidchicken.com>
5507
5508 * os.texi (Timers): Avoid waiting inside timers.
5509
55102006-08-21 Lute Kamstra <lute@gnu.org>
5511
5512 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
5513
55142006-08-20 Richard Stallman <rms@gnu.org>
5515
5516 * os.texi (Idle Timers): New node, split out from Timers.
5517 Document current-idle-time.
5518 * commands.texi (Reading One Event): Update xref.
5519 * elisp.texi (Top): Update subnode menu.
5520
55212006-08-16 Richard Stallman <rms@gnu.org>
5522
5523 * keymaps.texi (Extended Menu Items): Show format of cached
5524 bindings in extended menu items.
5525
5526 * customize.texi (Variable Definitions): Explain when the
5527 standard value expression is evaluated.
5528
55292006-08-15 Chong Yidong <cyd@stupidchicken.com>
5530
5531 * commands.texi (Reading One Event): Explain idleness in
5532 `read-event'.
5533
55342006-08-12 Chong Yidong <cyd@stupidchicken.com>
5535
5536 * text.texi (Near Point): Say "cursor" not "terminal cursor".
5dcb4c4e 5537 (Commands for Insertion): Remove split-line since it's not
b8d4c8d0
GM
5538 relevant for Lisp programming.
5539 (Yank Commands): Rewrite introduction.
5540 (Undo): Clarify.
5541 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
5542 (Filling): Remove redundant comment. Clarify return value of
5543 current-justification.
5544 (Margins): Minor clarifications.
5545 (Adaptive Fill): Update default value of adaptive-fill-regexp.
5546 (Sorting): Update definition of sort-lines.
5547 (Columns): Clarify behavior of sort-columns.
5548 (Indent Tabs): Link to Tab Stops in Emacs manual.
5549 (Special Properties): Clarify.
5550 (Clickable Text): Mention Buttons package.
5551
55522006-08-12 Kevin Ryde <user42@zip.com.au>
5553
5554 * os.texi (Time Parsing): Add %z to description of
5555 format-time-string, as per docstring. Add cross reference to
5556 glibc manual for strftime.
5557
55582006-08-08 Richard Stallman <rms@gnu.org>
5559
5560 * modes.texi: Clean up wording in previous change.
5561
55622006-08-07 Chong Yidong <cyd@stupidchicken.com>
5563
5564 * modes.texi (Hooks): Clarify.
5565 (Major Mode Basics): Mention define-derived-mode explicitly.
5566 (Major Mode Conventions): Rebinding RET is OK for some modes.
5567 Mention change-major-mode-hook and after-change-major-mode-hook.
5dcb4c4e 5568 (Example Major Modes): Move to end of Modes section.
b8d4c8d0
GM
5569 (Mode Line Basics): Clarify.
5570 (Mode Line Data): Mention help-echo and local-map in strings.
5571 Explain reason for treatment of non-risky variables.
5572 (Properties in Mode): Clarify.
5573 (Faces for Font Lock): Add font-lock-negation-char-face.
5574
55752006-08-04 Eli Zaretskii <eliz@gnu.org>
5576
5577 * strings.texi (Formatting Strings): Warn against arbitrary
5578 strings as first arg to `format'.
5579
55802006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
5581
5582 * text.texi (Clickable Text): Mention `help-echo' text property.
5583 Update intro, examples and associated explanations.
5584
55852006-07-31 Richard Stallman <rms@gnu.org>
5586
5587 * commands.texi: Update xrefs.
5588 (Event Mod): New node, cut out from old Translating Input.
5589
5590 * maps.texi: Update xrefs.
5591
5592 * keymaps.texi (Translation Keymaps): New node.
5593 Update xrefs from Translating Input to Translation Keymaps.
5594
5595 * elisp.texi (Top): Update subnode menu.
5596
5597 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
5598
5599 * os.texi (System Interface): Fix menu descriptions of some nodes.
5600 (Translating Input): Node deleted.
5601
56022006-07-31 Nick Roberts <nickrob@snap.net.nz>
5603
5604 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
5605
5606 * lists.texi (Sets And Lists): Likewise.
5607
56082006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
5609
5610 * text.texi (Fields): Mention POS
5611 requirement when narrowing is in effect.
5612
56132006-07-28 Richard Stallman <rms@gnu.org>
5614
5615 * display.texi (Face Attributes): Simplify wording.
5616 (Attribute Functions): Clarify meaning of new-frame default
5617 attribute settings.
5618
5619 * customize.texi (Common Keywords): Document how to use
5620 :package-version in a package not in Emacs.
5621
56222006-07-28 Kim F. Storm <storm@cua.dk>
5623
5624 * commands.texi (Reading One Event): Fix last change.
5625
56262006-07-26 Chong Yidong <cyd@stupidchicken.com>
5627
5628 * commands.texi (Reading One Event): Document SECONDS argument for
5629 read-event, read-char, and read-char-exclusive.
5630
56312006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
5632
5633 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
5634 to ensure correct identification.
5635
56362006-07-24 Richard Stallman <rms@gnu.org>
5637
5638 * text.texi (Clickable Text): Clarify.
5639
5640 * sequences.texi (Vector Functions): Delete duplicate xref.
5641
5642 * objects.texi (Function Type): Clarify.
5643
5644 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
5645 modes.
5646
5647 * lists.texi (List Variables): New node.
5648 Material moved from other nodes.
5649
5650 * variables.texi (Setting Variables): add-to-list and
5651 add-to-ordered-list moved to List Variables node.
5652
56532006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
5654
5655 * text.texi (Links and Mouse-1):
5656 For mouse-on-link-p, expand on arg POS.
5657
56582006-07-21 Kim F. Storm <storm@cua.dk>
5659
5660 * display.texi (Forcing Redisplay): Don't mention systems which
5661 don't support sub-second timers for redisplay-preemption-period.
5662
5663 * os.texi (Terminal Output): Clarify text vs graphical terminal.
5664
56652006-07-21 Eli Zaretskii <eliz@gnu.org>
5666
5667 * frames.texi (Input Focus): Document that focus-follows-mouse has
5668 no effect on MS-Windows.
5669
56702006-07-18 Richard Stallman <rms@gnu.org>
5671
5672 * display.texi (Forcing Redisplay): Cleanups in previous change.
5673
5674 * processes.texi (Low-Level Network): Make menu more convenient.
5675
56762006-07-18 Kim F. Storm <storm@cua.dk>
5677
5678 * display.texi (Forcing Redisplay): redisplay-preemption-period
5679 only used on window systems. Add xref to Terminal Output.
5680
5681 * os.texi (Terminal Output): baud-rate only controls preemption on
5682 non-window systems. Add xref to Forcing Redisplay.
5683
5684 * processes.texi (Low-Level Network): Rename node "Make Network"
5685 to "Network Processes".
5686
56872006-07-18 Karl Berry <karl@gnu.org>
5688
5689 * variables.texi, functions.texi, customize.texi, loading.texi:
5690 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
5691
56922006-07-17 Chong Yidong <cyd@stupidchicken.com>
5693
5694 * commands.texi (Waiting): Document batch-mode sit-for behavior.
5695
56962006-07-17 Richard Stallman <rms@gnu.org>
5697
5698 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
5699 Put period and comma inside quotes.
5700
5701 * loading.texi, markers.texi: Use real doublequote inside menus.
5702
5703 * windows.texi: Put point and comma inside quotes.
5704 (Textual Scrolling): Use @samp for error message.
5705
5706 * variables.texi, tips.texi, syntax.texi, symbols.texi:
5707 * strings.texi, streams.texi, processes.texi, os.texi:
5708 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
5709 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
5710 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
5711 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
5712 Put point and comma inside quotes.
5713
5714 * control.texi (Processing of Errors): Add command-error-function.
5715
5716 * variables.texi (File Local Variables): Clarify that
5717 file local variables make buffer-local bindings.
5718
5719 * modes.texi (Syntactic Font Lock): Give default for
5720 font-lock-syntax-table.
5721
57222006-07-17 Nick Roberts <nickrob@snap.net.nz>
5723
5724 * text.texi (Special Properties): Clean up previous change.
5725
57262006-07-16 Karl Berry <karl@gnu.org>
5727
5728 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
5729 * control.texi: Fix bad page breaks through chapter 10 (control).
5730
5731 * anti.texi (Antinews): Reorder face-attribute fns to avoid
5732 underfull hbox.
5733
57342006-07-15 Nick Roberts <nickrob@snap.net.nz>
5735
5736 * text.texi (Special Properties): Describe fontified text property
5737 in relation to a character (not text).
5738
57392006-07-15 Kim F. Storm <storm@cua.dk>
5740
5741 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
5742 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
5743 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
5744
5745 * anti.texi (Antinews): Mention redisplay function.
5746 The kbd macro existed, but was not documented, before 22.x.
5747 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
5748
57492006-07-14 Nick Roberts <nickrob@snap.net.nz>
5750
5751 * display.texi (Displaying Messages): Add anchor.
5752
5753 * frames.texi (Dialog Boxes): Use it.
5754
57552006-07-12 Richard Stallman <rms@gnu.org>
5756
5757 * objects.texi (Frame Type): Explain nature of frames better.
5758
5759 * frames.texi (Frames): Explain nature of frames better.
5760
57612006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
5762
5763 * tips.texi (Coding Conventions): Explain why use cl at compile time.
5764
57652006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5766
5767 * frames.texi (Window System Selections): Mention scrap support for Mac.
5768 Default value of x-select-enable-clipboard is t on Mac.
5769
5770 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
5771
57722006-07-11 Kim F. Storm <storm@cua.dk>
5773
5774 * display.texi (Forcing Redisplay): Add `redisplay' function.
5775 Don't mention (sit-for -1) -- use (redisplay t) instead.
5776
5777 * commands.texi (Waiting): (sit-for -1) is no longer special.
5778 (sit-for 0) is equivalent to (redisplay).
5779 Iconifying/deiconifying no longer makes sit-for return.
5780
57812006-07-10 Nick Roberts <nickrob@snap.net.nz>
5782
5783 * display.texi (Buttons): Fix typo.
5784
5785 * index.texi, elisp.texi (New Symbols): Comment node out.
5786
57872006-07-09 Richard Stallman <rms@gnu.org>
5788
5789 * display.texi (Truncation): Clean up previous change.
5790
57912006-07-08 Richard Stallman <rms@gnu.org>
5792
5793 * commands.texi (Interactive Call): Use 3 as prefix in example
5794 for execute-extended-command.
5795
5796 * display.texi (Attribute Functions): Move paragraph about
5797 compatibility with Emacs < 21.
5798
57992006-07-09 Kim F. Storm <storm@cua.dk>
5800
5801 * display.texi (Refresh Screen): Clarify force-window-update.
5802 (Truncation): "Normally" indicated by fringe arrows.
5803
58042006-07-08 Eli Zaretskii <eliz@gnu.org>
5805
5806 * windows.texi (Textual Scrolling, Resizing Windows):
5807 * variables.texi (Constant Variables):
5808 * text.texi (Buffer Contents, Deletion, Changing Properties)
5809 (Property Search, Special Properties, Sticky Properties)
5810 (Links and Mouse-1, Fields, Change Hooks):
5811 * syntax.texi (Syntax Table Functions, Parsing Expressions)
5812 (Categories):
5813 * symbols.texi (Other Plists):
5814 * streams.texi (Output Variables):
5815 * processes.texi (Input to Processes, Query Before Exit):
5816 * positions.texi (Word Motion, Text Lines, List Motion):
5817 * os.texi (Init File, System Environment, Sound Output)
5818 (Session Management):
5819 * nonascii.texi (Text Representations, Character Sets)
5820 (Chars and Bytes, Locales):
5821 * modes.texi (Defining Minor Modes, Header Lines):
5822 * minibuf.texi (Minibuffer Contents):
5823 * markers.texi (Information from Markers):
5824 * lists.texi (List Elements, Building Lists, Association Lists):
5825 * keymaps.texi (Tool Bar):
5826 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
5827 * functions.texi (What Is a Function, Mapping Functions):
5828 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
5829 (Color Names, Text Terminal Colors, Display Feature Testing):
5830 * files.texi (Visiting Functions, File Name Components)
5831 (Unique File Names, Contents of Directories):
5832 * display.texi (Forcing Redisplay, Displaying Messages)
5833 (Temporary Displays, Font Selection, Auto Faces)
5834 (Font Lookup, Fringe Indicators, Display Margins)
5835 (Image Descriptors, Showing Images, Image Cache, Button Types)
5836 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
5837 (Display Table Format, Glyphs):
5838 * control.texi (Iteration):
5839 * commands.texi (Command Loop Info, Adjusting Point):
5840 * backups.texi (Making Backups, Auto-Saving):
5841 Remove @tindex entries.
5842
58432006-07-07 Kim F. Storm <storm@cua.dk>
5844
5845 * display.texi (Fringe Cursors): Fix typo.
5846 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
5847 (Overlay Arrow): Default is overlay-arrow fringe indicator.
5848
58492006-07-05 Richard Stallman <rms@gnu.org>
5850
5851 * text.texi (Buffer Contents): Add example of text props
5852 in result of buffer-substring.
5853 (Text Properties): Explain better about use of specific property names.
5854 (Property Search): Some cleanups; reorder some functions.
5855
5856 * keymaps.texi (Changing Key Bindings): Cleanup.
5857 Add xref to Key Binding Conventions.
5858
5859 * display.texi (Attribute Functions): Add examples for
5860 face-attribute-relative-p.
5861
5862 * tips.texi (Coding Conventions): Cleanup last change.
5863
58642006-07-05 Karl Berry <karl@gnu.org>
5865
5866 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
5867 Remove @setchapternewpage odd.
5868 Result is 1013 pages, down from 1100.
5869
5870 * anti.texi, customize.texi, display.texi, internals.texi:
5871 * minibuf.texi, modes.texi, tips.texi:
5872 Fix overfull/underfull boxes.
5873
58742006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
5875
5876 * edebug.texi (Instrumenting):
5877 Add Edebug-specific findex for eval-buffer.
5878 * loading.texi (Loading):
5879 Replace eval-current-buffer with eval-buffer.
5880
58812006-06-30 Nick Roberts <nickrob@snap.net.nz>
5882
5883 * locals.texi (Standard Buffer-Local Variables): Update the list
5884 of variables.
5885
58862006-06-26 Nick Roberts <nickrob@snap.net.nz>
5887
5888 * files.texi (File Name Completion): Point user to the node
5889 "Reading File Names".
5890
58912006-06-24 Eli Zaretskii <eliz@gnu.org>
5892
5893 * files.texi (Contents of Directories): Document case-insensitive
5894 behavior on respective filesystems.
5895
5896 * objects.texi (Character Type): Document that Emacs signals an
5897 error for unsupported Unicode characters specified as \uNNNN.
5898
58992006-06-19 Richard Stallman <rms@gnu.org>
5900
5901 * processes.texi (Bindat Spec): Clarify previous change.
5902
59032006-06-16 Richard Stallman <rms@gnu.org>
5904
5905 * tips.texi (Coding Conventions): Better explain conventions
5906 for definition constructs.
5907
5908 * text.texi (Special Properties): String value of `read-only'
5909 serves as the error message.
5910
5911 * objects.texi (Character Type): Clarify prev. change.
5912 (Non-ASCII in Strings): Mention \u and \U.
5913
5914 * commands.texi (Using Interactive): Explain problem of
5915 markers, etc., in command-history.
5916
59172006-06-14 Kim F. Storm <storm@cua.dk>
5918
5919 * commands.texi (Waiting): Negative arg to sit-for forces
5920 redisplay even if input is pending.
5921
5922 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
5923 redisplay. Remove incorrect example of binding redisplay-dont-pause
5924 around (sit-for 0).
5925
59262006-06-13 Richard Stallman <rms@gnu.org>
5927
5928 * display.texi (Forcing Redisplay): Clarify previous change.
5929
59302006-06-13 Romain Francoise <romain@orebokech.com>
5931
5932 * display.texi (Forcing Redisplay): Fix typo.
5933
59342006-06-13 Kim F. Storm <storm@cua.dk>
5935
5936 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
5937
59382006-06-10 Luc Teirlinck <teirllm@auburn.edu>
5939
5940 * tips.texi (Coding Conventions): Add `@end itemize'.
5941
59422006-06-10 Richard Stallman <rms@gnu.org>
5943
5944 * tips.texi (Coding Conventions): Explain use of coding systems
5945 to ensure one decoding for strings.
5946
59472006-06-09 Aidan Kehoe <kehoea@parhasard.net>
5948
5949 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
5950 syntax.
5951
59522006-06-07 Eli Zaretskii <eliz@gnu.org>
5953
5954 * display.texi (Font Selection): Remove description of
5955 clear-face-cache.
5956
5957 * compile.texi (Eval During Compile): Fix a typo. Add index
5958 entries for possible uses of eval-when-compile.
5959
59602006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
5961
5962 * display.texi (Abstract Display): Fix typo.
5963
59642006-06-03 Eli Zaretskii <eliz@gnu.org>
5965
5966 * minibuf.texi (Minibuffer History) <history-add-new-input>:
5967 Reword variable's description.
5968
59692006-06-01 Richard Stallman <rms@gnu.org>
5970
5971 * windows.texi (Splitting Windows): Clarify splitting nonselected
5972 window.
5973
59742006-05-31 Juri Linkov <juri@jurta.org>
5975
5976 * minibuf.texi (Minibuffer History): Add history-add-new-input.
5977
59782006-05-30 Richard Stallman <rms@gnu.org>
5979
5980 * display.texi (Line Height): Fix errors in description of
10d1d0af 5981 default line height and line-height property.
b8d4c8d0
GM
5982
5983 * nonascii.texi (Default Coding Systems): Further clarification.
5984
59852006-05-29 Luc Teirlinck <teirllm@auburn.edu>
5986
5987 * internals.texi (Pure Storage): Mention that an overflow in pure
5988 space causes a memory leak.
5989 (Garbage Collection): If there was an overflow in pure space,
5990 `garbage-collect' returns nil.
5991
59922006-05-30 Eli Zaretskii <eliz@gnu.org>
5993
5994 * nonascii.texi (Default Coding Systems): Fix it some more.
5995
59962006-05-29 Eli Zaretskii <eliz@gnu.org>
5997
5998 * nonascii.texi (Default Coding Systems): Fix last change.
5999
60002006-05-29 Kenichi Handa <handa@m17n.org>
6001
6002 * nonascii.texi (find-operation-coding-system): Describe the new
6003 argument format (FILENAME . BUFFER).
6004
60052006-05-28 Richard Stallman <rms@gnu.org>
6006
6007 * tips.texi (Coding Conventions): Better explain reasons not to
6008 advise other packages or use `eval-after-load'.
6009
60102006-05-29 Kim F. Storm <storm@cua.dk>
6011
6012 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
6013 `bindat-idx' and `bindat-raw' for clarity.
6014
60152006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
6016
6017 * processes.texi (Bindat Spec): Expand on `repeat' handler.
6018
6019 * display.texi (Display): Add "Abstract Display" to menu.
6020 (Abstract Display, Abstract Display Functions)
6021 (Abstract Display Example): New nodes.
6022 * elisp.texi (Top): Add "Abstract Display" to menu.
6023
60242006-05-27 Chong Yidong <cyd@stupidchicken.com>
6025
6026 * keymaps.texi (Key Sequences): Link to input events definition.
6027 (Format of Keymaps): Delete material duplicated in Keymap Basics.
6028
6029 * files.texi (Changing Files): Document updated argument list for
6030 copy-file.
6031
60322006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
6033
6034 * processes.texi (Bindat Functions): Explain term "total length".
6035 Use it in bindat-length and bindat-pack descriptions.
6036
60372006-05-26 Eli Zaretskii <eliz@gnu.org>
6038
6039 * tips.texi (Coding Conventions): Advise against using
6040 eval-after-load in packages. Add an index entry.
6041
60422006-05-25 Juri Linkov <juri@jurta.org>
6043
6044 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
6045
6046 * modes.texi (%-Constructs): Add %e, %z, %Z.
6047
60482006-05-25 Richard Stallman <rms@gnu.org>
6049
6050 * elisp.texi (Top): Update subnode menu.
6051
6052 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
6053 (Keymaps): Update menu.
6054
60552006-05-25 Chong Yidong <cyd@stupidchicken.com>
6056
6057 * keymaps.texi (Key Sequences): Some clarifications.
6058
60592006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
6060
6061 * processes.texi (Bindat Functions): Say "unibyte string"
6062 explicitly for bindat-unpack and bindat-pack descriptions.
6063 (Bindat Examples): Don't call `string-make-unibyte' in example.
6064
60652006-05-25 Chong Yidong <cyd@stupidchicken.com>
6066
5dcb4c4e 6067 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
c5602427 6068 Explain string and vector representations of key sequences.
b8d4c8d0
GM
6069
6070 * keymaps.texi (Changing Key Bindings):
dd7b651b 6071 * commands.texi (Interactive Codes):
b8d4c8d0
GM
6072 * help.texi (Describing Characters): Refer to it.
6073
60742006-05-23 Luc Teirlinck <teirllm@auburn.edu>
6075
6076 * frames.texi (Pointer Shape): @end table -> @end defvar.
6077
60782006-05-22 Richard Stallman <rms@gnu.org>
6079
6080 * elisp.texi (Top): Update subnode menus.
6081
6082 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
6083 Contents rewritten; material from old Pointer Shape node moved here.
6084
6085 * display.texi (Pointer Shape): Node deleted.
6086 (Image Descriptors): Minor cleanup.
6087
60882006-05-21 Richard Stallman <rms@gnu.org>
6089
6090 * syntax.texi (Parsing Expressions): Update info on which STATE
6091 elements are ignored.
6092
60932006-05-19 Luc Teirlinck <teirllm@auburn.edu>
6094
6095 * hooks.texi (Standard Hooks): Correct typo.
6096
6097 * gpl.texi (GPL): ifinfo -> ifnottex.
6098
60992006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
6100
6101 * searching.texi (Simple Match Data): Warn about match data being
6102 set anew by every search.
6103
61042006-05-17 Richard Stallman <rms@gnu.org>
6105
6106 * minibuf.texi (Minibuffer History): Clarify.
6107
6108 * searching.texi (Regexp Special): Clarify nested regexp warning.
6109
61102006-05-16 Kim F. Storm <storm@cua.dk>
6111
6112 * minibuf.texi (Minibuffer History): Update add-to-history.
6113
61142006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
6115
5dcb4c4e
SM
6116 * nonascii.texi (Explicit Encoding):
6117 Fix typo (encoding<->decoding).
b8d4c8d0
GM
6118
61192006-05-14 Richard Stallman <rms@gnu.org>
6120
6121 * buffers.texi (Creating Buffers): Cleanup.
6122
6123 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
6124
61252006-05-13 Eli Zaretskii <eliz@gnu.org>
6126
6127 * buffers.texi (Current Buffer): Document that with-temp-buffer
6128 disables undo.
6129
6130 * os.texi (Terminal-Specific): More accurate description of how
6131 Emacs searches for the terminal-specific libraries.
6132
61332006-05-12 Eli Zaretskii <eliz@gnu.org>
6134
6135 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
6136 emacs-xtra to @inforef's.
6137
6138 * text.texi (Undo): Document that undo is turned off in buffers
6139 whose names begin with a space.
6140
6141 * buffers.texi (Buffer Names): Add index entries for buffers whose
6142 names begin with a space.
6143 (Creating Buffers): Document that undo is turned off in buffers
6144 whose names begin with a space.
6145
6146 * files.texi (Visiting Functions, Reading from Files)
6147 (Saving Buffers): Mention code and EOL conversions by file I/O
6148 primitives and subroutines.
6149
f4e90db0
SM
6150 * nonascii.texi (Lisp and Coding Systems):
6151 Document coding-system-eol-type. Add index entries for eol conversion.
b8d4c8d0
GM
6152
6153 * display.texi (Defining Faces): Mention `mac', and add an xref to
6154 where window-system is described.
6155
61562006-05-10 Richard Stallman <rms@gnu.org>
6157
6158 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
6159
61602006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
6161
6162 * variables.texi (File Local Variables): Recommend to quote lambda
6163 expressions in safe-local-variable property.
6164
61652006-05-09 Richard Stallman <rms@gnu.org>
6166
5dcb4c4e
SM
6167 * variables.texi (File Local Variables):
6168 Document safe-local-eval-forms and safe-local-eval-function.
b8d4c8d0
GM
6169
61702006-05-07 Kim F. Storm <storm@cua.dk>
6171
6172 * minibuf.texi (Minibuffer History): Remove keep-dups arg
6173 from add-to-history.
6174
61752006-05-07 Romain Francoise <romain@orebokech.com>
6176
6177 * commands.texi (Event Input Misc):
6178 * compile.texi (Eval During Compile):
6179 * internals.texi (Buffer Internals):
6180 * minibuf.texi (Initial Input):
6181 * nonascii.texi (Scanning Charsets):
6182 * numbers.texi (Comparison of Numbers):
6183 * windows.texi (Textual Scrolling, Vertical Scrolling):
6184 Fix various typos.
6185
61862006-05-06 Eli Zaretskii <eliz@gnu.org>
6187
6188 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
6189 conditional xref's to either emacs or emacs-xtra, depending on
6190 @iftex/@ifnottex.
6191
6192 * minibuf.texi (Minibuffer History): Document add-to-history.
6193
61942006-05-05 Eli Zaretskii <eliz@gnu.org>
6195
6196 * internals.texi (Pure Storage): Mention the pure overflow message
6197 at startup.
6198
c8763fb6 61992006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
6200
6201 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
6202 (Searching Keymaps): Fix pseudo-Lisp description of keymap
6203 search.
6204
62052006-05-01 Richard Stallman <rms@gnu.org>
6206
6207 * intro.texi (nil and t): Clarify.
6208
6209 * variables.texi (File Local Variables): Suggest using booleanp.
6210
62112006-05-01 Juanma Barranquero <lekktu@gmail.com>
6212
6213 * objects.texi (Type Predicates): Fix typos.
6214
62152006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
6216
6217 * intro.texi (nil and t): Add booleanp.
6218
6219 * objects.texi (Type Predicates): Add links for booleanp and
6220 string-or-null-p.
6221
62222006-04-29 Richard Stallman <rms@gnu.org>
6223
6224 * modes.texi (Multiline Font Lock): Rename from
6225 Multi line Font Lock Elements. Much clarification.
6226 (Font Lock Multiline, Region to Fontify): Much clarification.
6227
62282006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
6229
6230 * variables.texi (File Local Variables): Remove the special case t for
6231 safe-local-variable.
6232
62332006-04-26 Richard Stallman <rms@gnu.org>
6234
6235 * syntax.texi (Parsing Expressions): Minor cleanup.
6236
62372006-04-18 Richard Stallman <rms@gnu.org>
6238
6239 * tips.texi (Coding Conventions): Explain when the package's
6240 prefix should appear later on (not at the start of the name).
6241
6242 * searching.texi (String Search): Clarify effect of NOERROR.
6243
6244 * modes.texi (Imenu): Clarify what special items do.
6245
6246 * hooks.texi (Standard Hooks): Delete text about old hook names.
6247
62482006-04-17 Romain Francoise <romain@orebokech.com>
6249
6250 * variables.texi (Local Variables): Update the default value of
6251 `max-specpdl-size'.
6252
62532006-04-15 Michael Olson <mwolson@gnu.org>
6254
6255 * processes.texi (Transaction Queues): Mention the new optional
6256 `delay-question' argument for `tq-enqueue'.
6257
62582006-04-13 Bill Wohler <wohler@newt.com>
6259
6260 * customize.texi (Common Keywords): Use dotted notation for
6261 :package-version value. Specify its values. Improve documentation
6262 for customize-package-emacs-version-alist.
6263
62642006-04-12 Bill Wohler <wohler@newt.com>
6265
6266 * customize.texi (Common Keywords): Move description of
6267 customize-package-emacs-version-alist to @defvar.
6268
62692006-04-10 Bill Wohler <wohler@newt.com>
6270
6271 * customize.texi (Common Keywords): Add :package-version.
6272
62732006-04-10 Kim F. Storm <storm@cua.dk>
6274
6275 * text.texi (Buffer Contents): Add NOPROPS arg to
6276 filter-buffer-substring.
6277
62782006-04-08 Kevin Ryde <user42@zip.com.au>
6279
6280 * os.texi (Command-Line Arguments): Update xref to emacs manual
6281 "Command Arguments" -> "Emacs Invocation", per change there.
6282
62832006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
6284
6285 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
6286 be on one line to help makeinfo not render two spaces after the dot.
6287
62882006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
6289
6290 * strings.texi (Predicates for Strings): Add string-or-null-p.
6291
62922006-03-28 Kim F. Storm <storm@cua.dk>
6293
6294 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
6295 remarks about systems that don't support fractional seconds.
6296
62972006-03-25 Karl Berry <karl@gnu.org>
6298
6299 * elisp.texi: Use @copyright{} instead of (C), and do not indent
6300 the year list.
6301
63022006-03-21 Nick Roberts <nickrob@snap.net.nz>
6303
6304 * display.texi (Fringe Indicators): Fix typos.
6305
63062006-03-19 Luc Teirlinck <teirllm@auburn.edu>
6307
6308 * tips.texi (Documentation Tips): One can now also write `program'
6309 in front of a quoted symbol in a docstring to prevent making a
6310 hyperlink.
6311
63122006-03-19 Alan Mackenzie <acm@muc.de>
6313
6314 * text.texi (Special Properties): Clarify `fontified' property.
6315
63162006-03-16 Richard Stallman <rms@gnu.org>
6317
6318 * display.texi (Defining Images): Minor cleanup.
6319
63202006-03-16 Bill Wohler <wohler@newt.com>
6321
6322 * display.texi (Defining Images): In image-load-path-for-library,
6323 prefer user's images.
6324
63252006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
6326
6327 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
6328
63292006-03-15 Bill Wohler <wohler@newt.com>
6330
6331 * display.texi (Defining Images): Fix example in
6332 image-load-path-for-library by not recommending that one binds
6333 image-load-path. Just defvar it to placate compiler and only use
6334 it if previously defined.
6335
63362006-03-14 Bill Wohler <wohler@newt.com>
6337
6338 * display.texi (Defining Images): In image-load-path-for-library,
6339 always return list of directories. Update example.
6340
63412006-03-14 Alan Mackenzie <acm@muc.de>
6342
6343 * modes.texi: New node, "Region to Fontify" (for Font Lock).
6344 This describes font-lock-extend-region-function.
6345 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
6346 the new node "Region to Fontify".
6347
63482006-03-13 Richard Stallman <rms@gnu.org>
6349
6350 * display.texi (Invisible Text): The impossible position is
6351 now before the invisible text, not after.
6352 (Defining Images): Clean up last change.
6353
63542006-03-11 Bill Wohler <wohler@newt.com>
6355
6356 * display.texi (Defining Images): Add image-load-path-for-library.
6357
63582006-03-11 Luc Teirlinck <teirllm@auburn.edu>
6359
6360 * text.texi (Adaptive Fill): Fix Texinfo usage.
6361
6362 * strings.texi (Creating Strings): Fix Texinfo usage.
6363
6364 * searching.texi (Regexp Special): Use @samp for regular
6365 expressions that are not in Lisp syntax.
6366
63672006-03-08 Luc Teirlinck <teirllm@auburn.edu>
6368
6369 * searching.texi (Regexp Special): Put remark between parentheses
6370 to avoid misreading.
6371
63722006-03-07 Luc Teirlinck <teirllm@auburn.edu>
6373
6374 * searching.texi (Syntax of Regexps): More accurately describe
6375 which characters are special in which situations.
6376 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
6377 are not special. Describe in detail when `[' and `]' are special.
6378 (Regexp Backslash): Plenty of regexps with unbalanced square
6379 brackets are valid, so reword that statement.
6380
63812006-03-02 Kim F. Storm <storm@cua.dk>
6382
6383 * keymaps.texi (Tool Bar): Add tool-bar-border.
6384
63852006-02-28 Luc Teirlinck <teirllm@auburn.edu>
6386
6387 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
6388
63892006-02-27 Luc Teirlinck <teirllm@auburn.edu>
6390
6391 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
6392
6393 * files.texi (Locating Files): Suggest additional values for the
6394 SUFFIXES arg of `locate-file'. Update pxref.
6395
6396 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
6397 (How Programs Do Loading): Discuss the effects of Auto Compression
6398 mode on `load'.
6399 (Load Suffixes): New node.
6400 (Library Search): Delete description of `load-suffixes'; it was
6401 moved to "Load Suffixes".
6402 (Autoload, Named Features): Mention `load-suffixes'.
6403
64042006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
6405
6406 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
6407
6408 * windows.texi (Window Tree): Fix typo.
6409
64102006-02-20 Kim F. Storm <storm@cua.dk>
6411
6412 * display.texi (Fringe Indicators): New section.
6413 Move indicate-empty-lines, indicate-buffer-boundaries, and
6414 default-indicate-buffer-boundaries here.
6415 Add fringe-indicator-alist and default-fringes-indicator-alist.
6416 Add list of logical fringe indicator symbols.
6417 Update list of standard bitmap names.
6418 (Fringe Cursors): New section.
6419 Move overflow-newline-into-fringe here.
6420 Add fringe-cursor-alist and default-fringes-cursor-alist.
6421 Add list of fringe cursor symbols.
6422
64232006-02-20 Juanma Barranquero <lekktu@gmail.com>
6424
6425 * commands.texi (Using Interactive): Fix reference to node
6426 "Minibuffers".
6427
64282006-02-19 Richard M. Stallman <rms@gnu.org>
6429
6430 * minibuf.texi (High-Level Completion):
6431 Add xref to read-input-method-name.
6432
6433 * files.texi (Relative File Names): Move file-relative-name here.
6434 (File Name Expansion): From here. Minor clarifications.
6435
6436 * commands.texi (Using Interactive): Add xrefs about reading input.
6437 Clarify remarks about that moving point and mark.
6438 Put string case before list case.
6439
c8763fb6 64402006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
6441
6442 * display.texi (Other Display Specs, Image Descriptors):
6443 Revert erroneous changes. The previous description of
6444 image-descriptors as `(image . PROPS)' was correct.
6445
64462006-02-14 Richard M. Stallman <rms@gnu.org>
6447
6448 * variables.texi (File Local Variables): Clarifications.
6449
64502006-02-14 Juanma Barranquero <lekktu@gmail.com>
6451
6452 * variables.texi (File Local Variables): Use @code for a cons
6453 cell, not @var.
6454
64552006-02-13 Chong Yidong <cyd@stupidchicken.com>
6456
6457 * variables.texi (File Local Variables): Document new file local
6458 variable behavior.
6459
64602006-02-10 Kim F. Storm <storm@cua.dk>
6461
6462 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
6463
64642006-02-08 Juanma Barranquero <lekktu@gmail.com>
6465
6466 * modes.texi (%-Constructs): Remove obsolete info about
6467 `global-mode-string'.
6468
64692006-02-07 Richard M. Stallman <rms@gnu.org>
6470
6471 * commands.texi (Prefix Command Arguments): Minor cleanup.
6472
6473 * display.texi: "Graphical display", not window system.
6474
6475 * functions.texi (What Is a Function): Fix xref.
6476
6477 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
6478 (Changing Key Bindings): Clarify when remapping is better than
6479 substitute-key-definition.
6480
64812006-02-02 Richard M. Stallman <rms@gnu.org>
6482
6483 * minibuf.texi (Basic Completion): Completion alists are risky.
6484
6485 * keymaps.texi (Active Keymaps): Clarifications.
6486 (Searching Keymaps): New node.
6487 (Keymaps): Update menu.
6488
6489 * frames.texi (Layout Parameters): Minor clarification.
6490 (Drag and Drop): New node.
6491 (Frames): Update menu.
6492
64932006-01-29 Chong Yidong <cyd@stupidchicken.com>
6494
6495 * display.texi (Other Display Specs, Image Descriptors):
6496 Image description is a list, not a cons cell.
6497
64982006-01-28 Luc Teirlinck <teirllm@auburn.edu>
6499
6500 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
6501 list is not necessarily a list).
6502
65032006-01-27 Eli Zaretskii <eliz@gnu.org>
6504
6505 * frames.texi (Layout Parameters): border-width and
6506 internal-border-width belong to the frame, not the window.
6507
65082006-01-19 Richard M. Stallman <rms@gnu.org>
6509
6510 * nonascii.texi (Translation of Characters): Search cmds use
6511 translation-table-for-input. Automatically made local.
6512
6513 * markers.texi (Overview of Markers): Count insertion type
6514 as one of a marker's attributes.
6515
6516 * keymaps.texi (Controlling Active Maps): New node, split out of
6517 Active Keymaps.
6518 (Keymaps): Menu updated.
6519 (Active Keymaps): Give pseudocode to explain how the active
6520 maps are searched. current-active-maps and key-binding moved here.
6521 (Functions for Key Lookup): current-active-maps and key-binding moved.
6522 Clarifications.
6523 (Searching the Keymaps): New subnode.
6524
6525 * elisp.texi (Top): Menu clarification.
6526
6527 * display.texi (Other Display Specs): Delete duplicate entry for
6528 just a string as display spec. Move text about recursive display
6529 specs on such a string.
6530
6531 * commands.texi (Key Sequence Input): Clarify.
6532 Move num-nonmacro-input-events out.
6533 (Reading One Event): num-nonmacro-input-events moved here.
6534
65352006-01-14 Nick Roberts <nickrob@snap.net.nz>
6536
6537 * advice.texi (Simple Advice): Update example to fit argument
6538 change in previous-line.
6539
65402006-01-05 Richard M. Stallman <rms@gnu.org>
6541
6542 * markers.texi (The Mark): Fix in `mark'.
6543
65442006-01-04 Richard M. Stallman <rms@gnu.org>
6545
6546 * processes.texi (Misc Network, Make Network): Minor cleanups.
6547
65482006-01-04 Kim F. Storm <storm@cua.dk>
6549
6550 * processes.texi (Make Network): Add IPv6 addresses and handling.
6551 (Network Feature Testing): Mention (:family ipv6).
6552 (Misc Network): Add IPv6 formats to format-network-address.
6553
65542005-12-30 Richard M. Stallman <rms@gnu.org>
6555
6556 * text.texi (Changing Properties):
6557 Don't use return value of set-text-properties.
6558
65592005-12-29 Luc Teirlinck <teirllm@auburn.edu>
6560
6561 * modes.texi (Mode Line Format): Correct typo in menu.
6562
65632005-12-29 Richard M. Stallman <rms@gnu.org>
6564
6565 * modes.texi (Mode Line Top): New node.
6566 (Mode Line Data): Some text moved to new node.
6567 Explain the data structure more concretely.
6568 (Mode Line Basics): Clarifications.
6569 (Mode Line Variables): Clarify intro paragraph.
6570 (%-Constructs): Clarify intro paragraph.
6571 (Mode Line Format): Update menu.
6572
65732005-12-28 Luc Teirlinck <teirllm@auburn.edu>
6574
6575 * minibuf.texi (Basic Completion): Update lazy-completion-table
6576 examples for removal of ARGS argument.
6577
65782005-12-23 Richard M. Stallman <rms@gnu.org>
6579
6580 * text.texi (Undo): Restore some explanation from the version
6581 that was deleted.
6582
65832005-12-23 Eli Zaretskii <eliz@gnu.org>
6584
6585 * text.texi (Undo): Remove duplicate descriptions of `apply
6586 funname' and `apply delta' elements of the undo list.
6587
65882005-12-20 Richard M. Stallman <rms@gnu.org>
6589
6590 * help.texi (Help Functions): Update documentation of `apropos'.
6591
65922005-12-20 Luc Teirlinck <teirllm@auburn.edu>
6593
6594 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
6595 because it is confusing. If the :help-echo keyword is a function,
6596 it is not directly used as the :help-echo overlay property, as the
6597 xref seems to suggest (it does not take the appropriate args).
6598
65992005-12-19 Luc Teirlinck <teirllm@auburn.edu>
6600
6601 * customize.texi (Common Keywords): Fix Texinfo usage.
6602 (Group Definitions, Variable Definitions): Update for new
6603 conventions for using `*' in docstrings.
6604
6605 * tips.texi (Documentation Tips): Update for new conventions for
6606 using `*' in docstrings.
6607
66082005-12-16 Richard M. Stallman <rms@gnu.org>
6609
6610 * minibuf.texi (Minibuffer Contents): Minor cleanup.
6611
66122005-12-16 Juri Linkov <juri@jurta.org>
6613
6614 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
6615
66162005-12-14 Romain Francoise <romain@orebokech.com>
6617
6618 * modes.texi (Customizing Keywords): Rename `append' to `how'.
6619 Fix typo.
6620
66212005-12-11 Juri Linkov <juri@jurta.org>
6622
6623 * minibuf.texi (Completion Commands): Add mention of read-file-name
6624 for filename completion keymaps.
6625 (Reading File Names): Add mention of filename completion keymaps
6626 for read-file-name and xref to `Completion Commands'.
6627
66282005-12-10 Richard M. Stallman <rms@gnu.org>
6629
6630 * customize.texi (Common Keywords): State caveats for use of :tag.
6631
66322005-12-08 Richard M. Stallman <rms@gnu.org>
6633
6634 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
6635 with xrefs and better explanation.
6636 (Completion Commands): Add the filename completion maps.
6637
6638 * objects.texi (Character Type): Clarify that \s is not space
6639 if a dash follows.
6640
66412005-12-05 Richard M. Stallman <rms@gnu.org>
6642
6643 * windows.texi (Resizing Windows): Delete preserve-before args.
6644
66452005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
6646
6647 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
6648 in full keymaps, since the quirk has been fixed.
6649
66502005-12-03 Eli Zaretskii <eliz@gnu.org>
6651
5dcb4c4e
SM
6652 * hooks.texi (Standard Hooks): Add index entries.
6653 Mention `compilation-finish-functions'.
b8d4c8d0
GM
6654
66552005-11-27 Richard M. Stallman <rms@gnu.org>
6656
6657 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
6658
66592005-11-21 Juri Linkov <juri@jurta.org>
6660
6661 * customize.texi (Common Keywords): Update links types
6662 custom-manual and url-link. Add link types emacs-library-link,
6663 file-link, function-link, variable-link, custom-group-link.
6664
66652005-11-20 Chong Yidong <cyd@stupidchicken.com>
6666
6667 * display.texi: Revert 2005-11-20 change.
6668
66692005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
6670
6671 * processes.texi (Bindat Functions):
6672 Say "third" to refer to zero-based index "2".
6673
66742005-11-18 Luc Teirlinck <teirllm@auburn.edu>
6675
6676 * loading.texi (Library Search): Update the default value of
6677 `load-suffixes'.
6678
66792005-11-17 Chong Yidong <cyd@stupidchicken.com>
6680
6681 * display.texi (Attribute Functions): Mention :ignore-defface.
6682
66832005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6684
6685 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
6686 (Minor Mode Conventions): Mention the use of a hook.
6687
66882005-11-06 Richard M. Stallman <rms@gnu.org>
6689
6690 * files.texi (Magic File Names): find-file-name-handler checks the
6691 `operations' property of the handler.
6692
66932005-11-03 Richard M. Stallman <rms@gnu.org>
6694
6695 * variables.texi (Frame-Local Variables): Small clarification.
6696
66972005-10-29 Chong Yidong <cyd@stupidchicken.com>
6698
6699 * os.texi (Init File): Document ~/.emacs.d/init.el.
6700
67012005-10-29 Richard M. Stallman <rms@gnu.org>
6702
6703 * internals.texi (Garbage Collection): Document memory-full.
6704
67052005-10-28 Bill Wohler <wohler@newt.com>
6706
6707 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
6708 for URLs.
6709
67102005-10-28 Richard M. Stallman <rms@gnu.org>
6711
6712 * minibuf.texi (Completion Commands): Clean up prev change.
6713
67142005-10-26 Kevin Ryde <user42@zip.com.au>
6715
6716 * compile.texi (Eval During Compile): Explain recommended uses
6717 of eval-when-compile and eval-and-compile.
6718
67192005-10-27 Masatake YAMATO <jet@gyve.org>
6720
6721 * minibuf.texi (Completion Commands):
6722 Write about new optional argument for `display-completion-list'.
6723
67242005-10-23 Richard M. Stallman <rms@gnu.org>
6725
6726 * display.texi (Overlay Arrow): Clarify about local bindings of
6727 overlay-arrow-position.
6728
67292005-10-22 Eli Zaretskii <eliz@gnu.org>
6730
6731 * internals.texi (Building Emacs): Fix last change.
6732
67332005-10-22 Richard M. Stallman <rms@gnu.org>
6734
6735 * internals.texi (Building Emacs): Document eval-at-startup.
6736
67372005-10-21 Richard M. Stallman <rms@gnu.org>
6738
6739 * loading.texi (Where Defined): load-history contains abs file names.
6740 symbol-file returns abs file names.
6741
67422005-10-19 Kim F. Storm <storm@cua.dk>
6743
6744 * display.texi (Showing Images): Add max-image-size integer value.
6745
67462005-10-18 Chong Yidong <cyd@stupidchicken.com>
6747
6748 * display.texi (Showing Images): Document max-image-size.
6749
67502005-10-17 Richard M. Stallman <rms@gnu.org>
6751
6752 * commands.texi (Quitting): Minor clarification.
6753
6754 * processes.texi (Sentinels): Clarify about output and quitting.
6755 (Filter Functions): Mention with-local-quit.
6756
67572005-10-17 Juri Linkov <juri@jurta.org>
6758
6759 * buffers.texi (Current Buffer):
6760 * commands.texi (Event Input Misc):
6761 * compile.texi (Eval During Compile, Compiler Errors):
6762 * customize.texi (Group Definitions):
6763 * display.texi (Progress, Defining Faces):
6764 * files.texi (Writing to Files):
6765 * modes.texi (Mode Hooks, Defining Minor Modes):
6766 * streams.texi (Output Functions):
6767 * syntax.texi (Syntax Table Functions):
6768 * text.texi (Change Hooks):
6769 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
6770
6771 * commands.texi (Quitting): Replace arg `forms' with `body' in
6772 `with-local-quit'.
6773
6774 * positions.texi (Excursions): Replace arg `forms' with `body' in
6775 `save-excursion'.
6776
67772005-10-08 Kim F. Storm <storm@cua.dk>
6778
6779 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
6780 Rename manual section accordingly.
6781
67822005-10-04 Kim F. Storm <storm@cua.dk>
6783
6784 * windows.texi (Window Split Tree): New section describing
6785 new function window-split-tree function.
6786
67872005-10-03 Nick Roberts <nickrob@snap.net.nz>
6788
6789 * display.texi (Fringe Size/Pos): Simplify and add detail.
6790
67912005-09-30 Romain Francoise <romain@orebokech.com>
6792
6793 * minibuf.texi (High-Level Completion): Explain that the prompt
6794 given to `read-buffer' should end with a colon and a space.
6795 Update usage examples.
6796
67972005-09-29 Juri Linkov <juri@jurta.org>
6798
6799 * display.texi (Displaying Messages): Rename argument name
6800 `string' to `format-string' in functions `message', `message-box',
6801 `message-or-box'.
6802
68032005-09-26 Chong Yidong <cyd@stupidchicken.com>
6804
6805 * errors.texi (Standard Errors): Correct xrefs.
6806
68072005-09-18 Chong Yidong <cyd@stupidchicken.com>
6808
6809 * display.texi (Defining Images): Update documentation for
6810 `image-load-path'.
6811
68122005-09-17 Richard M. Stallman <rms@gnu.org>
6813
6814 * display.texi (Defining Images): Clean up previous change.
6815
68162005-09-16 Romain Francoise <romain@orebokech.com>
6817
6818 * elisp.texi: Specify GFDL version 1.2.
6819
6820 * doclicense.texi (GNU Free Documentation License): Update to
6821 version 1.2.
6822
68232005-09-15 Chong Yidong <cyd@stupidchicken.com>
6824
6825 * display.texi (Defining Images): Document `image-load-path'.
6826
68272005-09-15 Richard M. Stallman <rms@gnu.org>
6828
6829 * objects.texi (Printed Representation): Minor cleanup.
6830 (Box Diagrams): Minor fix.
6831 (Cons Cell Type): Move (...) index item here.
6832 (Box Diagrams): From here.
6833 (Array Type): Minor fix.
6834 (Type Predicates): Delete index "predicates".
6835 (Hash Table Type): Clarify xref.
6836 (Dotted Pair Notation): Minor fix.
6837
68382005-09-10 Chong Yidong <cyd@stupidchicken.com>
6839
6840 * files.texi (Saving Buffers): Fix typo.
6841
68422005-09-08 Richard M. Stallman <rms@gnu.org>
6843
6844 * tips.texi (Programming Tips): Correct the "default" prompt spec.
6845
68462005-09-08 Chong Yidong <cyd@stupidchicken.com>
6847
6848 * locals.texi (Standard Buffer-Local Variables): Don't include
6849 mode variables for minor modes.
6850 Fix xrefs for buffer-display-count, buffer-display-table,
6851 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
6852 enable-multibyte-characters, fill-column, header-line-format,
6853 left-fringe-width, left-margin, and right-fringe-width.
6854
6855 * hooks.texi (Standard Hooks): All hooks should conform to the
6856 standard naming convention now.
6857 Fix xref for `echo-area-clear-hook'.
6858
6859 * display.texi (Usual Display): Note that indicate-empty-lines and
6860 tab-width are buffer-local.
6861
6862 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
6863
6864 * modes.texi (Mode Help): Note that major-mode is buffer-local.
6865
6866 * nonascii.texi (Encoding and I/O): Note that
6867 buffer-file-coding-system is buffer-local.
6868
6869 * positions.texi (List Motion): Note that defun-prompt-regexp is
6870 buffer-local.
6871
6872 * text.texi (Auto Filling): Note that auto-fill-function is
6873 buffer-local.
6874 (Undo): Note that buffer-undo-list is buffer-local.
6875
5dcb4c4e
SM
6876 * windows.texi (Buffers and Windows):
6877 Document buffer-display-count.
b8d4c8d0
GM
6878
68792005-09-06 Richard M. Stallman <rms@gnu.org>
6880
6881 * tips.texi (Coding Conventions): Sometimes it is ok to put the
6882 package prefix elsewhere than at the start of the name.
6883
68842005-09-03 Richard M. Stallman <rms@gnu.org>
6885
6886 * tips.texi (Programming Tips): Add conventions for minibuffer
6887 questions and prompts.
6888
68892005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
6890
6891 * intro.texi (nil and t): Minor cleanup.
6892 Delete spurious mention of keyword symbols.
6893 (Evaluation Notation): Add index entry.
6894 (A Sample Function Description): Minor cleanup.
6895 (A Sample Variable Description): Not all vars can be set.
6896
68972005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
6898
6899 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
6900
6901 (Insertion): Document precise type of `insert-char' arg COUNT.
6902
69032005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
6904
6905 * modes.texi (Other Font Lock Variables): Sync the default of
6906 font-lock-lines-before.
6907
69082005-08-31 Michael Albinus <michael.albinus@gmx.de>
6909
6910 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
6911
69122005-08-29 Richard M. Stallman <rms@gnu.org>
6913
6914 * elisp.texi (Top): Update subnode menu.
6915
6916 * searching.texi (Searching and Matching): Move node.
6917 Rearrange contents and add overall explanation.
6918 (Searching and Case): Move node.
6919 (Searching and Matching): Update menu.
6920
69212005-08-27 Eli Zaretskii <eliz@gnu.org>
6922
6923 * os.texi (Startup Summary): Fix the description of the initial
6924 startup message display.
6925
69262005-08-25 Richard M. Stallman <rms@gnu.org>
6927
6928 * searching.texi (Search and Replace): Add replace-regexp-in-string.
6929
69302005-08-25 Emilio C. Lopes <eclig@gmx.net>
6931
6932 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
6933 `next-overlay-change' example.
6934
69352005-08-22 Juri Linkov <juri@jurta.org>
6936
6937 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
6938 Fix invert-face. Fix args of face-background.
6939
6940 * display.texi (Standard Faces): Delete node.
6941 (Faces): Add xref to `(emacs)Standard Faces'.
6942 (Displaying Faces): Fix xref to `Standard Faces'.
6943
6944 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
6945
69462005-08-20 Alan Mackenzie <acm@muc.de>
6947
6948 * buffers.texi (The Buffer List): Clarify the manipulation of the
6949 buffer list.
6950
69512005-08-14 Richard M. Stallman <rms@gnu.org>
6952
6953 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
6954 a regexp.
6955
69562005-08-11 Richard M. Stallman <rms@gnu.org>
6957
6958 * elisp.texi (Top): Update subnode lists.
6959
6960 * display.texi (Inverse Video): Node deleted.
6961
6962 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
6963 New nodes split out of Coding Conventions.
6964
6965 * searching.texi (Regular Expressions): Document re-builder.
6966
6967 * os.texi (Time Parsing): New node split out of Time Conversion.
6968
6969 * processes.texi (Misc Network, Network Feature Testing)
6970 (Network Options, Make Network): New nodes split out of
6971 Low-Level Network.
6972
69732005-08-09 Richard M. Stallman <rms@gnu.org>
6974
6975 * frames.texi (Geometry): New node, split from Size and Position.
6976 (Frame Parameters): Refer to Geometry.
6977
6978 * buffers.texi (The Buffer List): Fix xrefs.
6979
6980 * windows.texi (Splitting Windows): Fix xref.
6981
6982 * frames.texi (Layout Parameters): Add xref.
6983
6984 * display.texi (Line Height, Scroll Bars): Fix xrefs.
6985
6986 * keymaps.texi (Menu Bar): Fix xref.
6987
6988 * locals.texi (Standard Buffer-Local Variables): Fix xref.
6989
6990 * modes.texi (%-Constructs): Fix xref.
6991
6992 * frames.texi (Window Frame Parameters): Node split up.
6993 (Basic Parameters, Position Parameters, Size Parameters)
6994 (Layout Parameters, Buffer Parameters, Management Parameters)
6995 (Cursor Parameters, Color Parameters): New subnodes.
6996
69972005-08-09 Luc Teirlinck <teirllm@auburn.edu>
6998
6999 * positions.texi (Screen Lines): Update xref for previous change
7000 in minibuf.texi.
7001
7002 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
7003 change in minibuf.texi.
7004
70052005-08-09 Richard M. Stallman <rms@gnu.org>
7006
7007 * tips.texi (Coding Conventions): Minor cleanup.
7008
7009 * modes.texi (Defining Minor Modes): Explain when init-value
7010 can be non-nil.
7011
7012 * elisp.texi (Top): Update submenu for Minibuffer.
7013
7014 * minibuf.texi (Minibuffer Misc): Node split up.
7015 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
7016 (Recursive Mini): New nodes split out from Minibuffer Misc.
7017 (Minibuffer Misc): Document max-mini-window-height.
7018
7019 * hash.texi (Defining Hash): Delete stray paren in example.
7020
7021 * display.texi (Echo Area Customization): Don't define
7022 max-mini-window-height here; xref instead.
7023
7024 * commands.texi (Event Input Misc): Update while-no-input.
7025
7026 * advice.texi (Advising Functions): Explain when to use advice
7027 and when to use a hook.
7028
70292005-07-30 Eli Zaretskii <eliz@gnu.org>
7030
7031 * makefile.w32-in (info): Don't run install-info.
7032 ($(infodir)/dir): New target, produced by running install-info.
7033
70342005-07-27 Luc Teirlinck <teirllm@auburn.edu>
7035
7036 * modes.texi (Defining Minor Modes): The keyword for the initial
7037 value is :init-value, not :initial-value.
7038
70392005-07-23 Eli Zaretskii <eliz@gnu.org>
7040
7041 * loading.texi (Autoload): Make the `doctor' example be consistent
7042 with what's in current loaddefs.el. Describe the "fn" magic in
7043 the usage portion of the doc string.
7044
70452005-07-22 Richard M. Stallman <rms@gnu.org>
7046
7047 * internals.texi (Garbage Collection): Clarify previous change.
7048
70492005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
7050
7051 * internals.texi (Garbage Collection): Add gc-cons-percentage.
7052
70532005-07-18 Juri Linkov <juri@jurta.org>
7054
7055 * commands.texi (Accessing Events):
7056 * frames.texi (Text Terminal Colors, Resources):
7057 * markers.texi (The Mark):
7058 * modes.texi (Defining Minor Modes):
7059 Delete duplicate duplicate words.
7060
70612005-07-16 Richard M. Stallman <rms@gnu.org>
7062
7063 * display.texi (Managing Overlays): Clarify make-overlay
7064 args for insertion types.
7065
70662005-07-13 Luc Teirlinck <teirllm@auburn.edu>
7067
7068 * customize.texi (Variable Definitions):
7069 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
7070 `standard-value' is a list too.
7071 (Defining New Types): Use @key{RET} instead of @key{ret}.
7072
70732005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
7074
7075 * os.texi (Translating Input): Fix typo.
7076
70772005-07-08 Richard M. Stallman <rms@gnu.org>
7078
7079 * README: Update edition number and size estimate.
7080
7081 * elisp.texi (VERSION): Set to 2.9.
7082
70832005-07-07 Richard M. Stallman <rms@gnu.org>
7084
7085 * book-spine.texinfo: Update Emacs version.
7086
7087 * display.texi (Inverse Video): Delete mode-line-inverse-video.
7088
70892005-07-06 Richard M. Stallman <rms@gnu.org>
7090
7091 * searching.texi (Regexp Search): Clarify what re-search-forward
7092 does when the search fails.
7093
70942005-07-05 Lute Kamstra <lute@gnu.org>
7095
7096 * Update FSF's address in GPL notices.
7097
7098 * doclicense.texi (GNU Free Documentation License):
7099 * gpl.texi (GPL):
7100 * tips.texi (Coding Conventions, Library Headers):
7101 * vol1.texi:
7102 * vol2.texi: Update FSF's address.
7103
71042005-07-04 Richard M. Stallman <rms@gnu.org>
7105
7106 * hooks.texi (Standard Hooks): Add occur-hook.
7107
71082005-07-03 Luc Teirlinck <teirllm@auburn.edu>
7109
7110 * display.texi (The Echo Area): Correct menu.
7111
71122005-07-03 Richard M. Stallman <rms@gnu.org>
7113
7114 * elisp.texi (Top): Update subnode menu for Display.
7115
7116 * display.texi (Displaying Messages): New node, with most
7117 of what was in The Echo Area.
5dcb4c4e 7118 (Progress): Move under The Echo Area.
b8d4c8d0
GM
7119 (Logging Messages): New node with new text.
7120 (Echo Area Customization): New node, the rest of what was
7121 in The Echo Area. Document message-truncate-lines with @defvar.
7122 (Display): Update menu.
7123
7124 * windows.texi (Textual Scrolling): Doc 3 values for
7125 scroll-preserve-screen-position.
7126
7127 * text.texi (Special Properties): Change hook functions
7128 should bind inhibit-modification-hooks around altering buffer text.
7129
7130 * keymaps.texi (Key Binding Commands): Call binding BINDING
7131 rather than DEFINITION.
7132
71332005-06-29 Juanma Barranquero <lekktu@gmail.com>
7134
7135 * variables.texi (Defining Variables): `user-variable-p' returns t
7136 for aliases of user options, nil for alias loops.
7137
71382005-06-28 Richard M. Stallman <rms@gnu.org>
7139
7140 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
7141 make-keymap.
7142
71432005-06-27 Luc Teirlinck <teirllm@auburn.edu>
7144
7145 * variables.texi (Setting Variables): Correct and clarify
7146 description of `add-to-ordered-list'.
7147
71482005-06-26 Richard M. Stallman <rms@gnu.org>
7149
7150 * display.texi (Faces): Minor cleanup.
7151
71522005-06-25 Luc Teirlinck <teirllm@auburn.edu>
7153
7154 * display.texi (Faces): `facep' returns t for strings that are
7155 face names.
7156
71572005-06-25 Richard M. Stallman <rms@gnu.org>
7158
7159 * objects.texi (Equality Predicates): Clarify meaning of equal.
7160
7161 * windows.texi (Selecting Windows): save-selected-window
7162 and with-selected-window save and restore the current buffer.
7163
71642005-06-24 Richard M. Stallman <rms@gnu.org>
7165
7166 * numbers.texi (Float Basics): Explain how to test for NaN,
7167 and printing the sign of NaNs.
7168
71692005-06-24 Eli Zaretskii <eliz@gnu.org>
7170
7171 * makefile.w32-in (MAKEINFO): Use --force.
7172
71732005-06-23 Richard M. Stallman <rms@gnu.org>
7174
7175 * display.texi (Face Functions): Correct Texinfo usage.
7176
71772005-06-23 Luc Teirlinck <teirllm@auburn.edu>
7178
7179 * lists.texi (Rings): `ring-elements' now returns the elements of
7180 RING in order.
7181
71822005-06-23 Juanma Barranquero <lekktu@gmail.com>
7183
7184 * markers.texi (The Mark): Texinfo usage fix.
7185
71862005-06-23 Kim F. Storm <storm@cua.dk>
7187
7188 * searching.texi (Entire Match Data): Remove evaporate option for
7189 match-data. Do not mention evaporate option for set-match-data.
7190
71912005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
7192
7193 * display.texi (Face Functions): Mention face aliases.
7194
71952005-06-21 Richard M. Stallman <rms@gnu.org>
7196
7197 * anti.texi (Antinews): Texinfo usage fix.
7198
71992005-06-21 Karl Berry <karl@gnu.org>
7200
7201 * elisp.texi: Use @copying.
7202
7203 * elisp.texi: Put @summarycontents and @contents before the Top
7204 node, instead of the end of the file, so that the contents appear
7205 in the right place in the dvi/pdf output.
7206
72072005-06-21 Juri Linkov <juri@jurta.org>
7208
7209 * display.texi (Defining Faces): Add `customized-face'.
7210
72112005-06-20 Kim F. Storm <storm@cua.dk>
7212
7213 * variables.texi (Setting Variables): Any type of element can be
7214 given order in add-to-ordered-list. Compare elements with eq.
7215
7216 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
7217
72182005-06-20 Karl Berry <karl@gnu.org>
7219
7220 * syntax.texi (Syntax Flags): Make last column very slightly wider
7221 to avoid "generic comment" breaking on two lines and causing an
7222 underfull box.
7223
72242005-06-19 Luc Teirlinck <teirllm@auburn.edu>
7225
7226 * lists.texi (Rings): Various minor clarifications and corrections.
7227
72282005-06-18 Richard M. Stallman <rms@gnu.org>
7229
7230 * functions.texi (Obsolete Functions): Simplify.
7231
7232 * variables.texi (Variable Aliases): Simplify.
7233
7234 * anti.texi, backups.texi, compile.texi, customization.texi:
7235 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
7236 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
7237 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
7238 * variables.texi: Fix formatting ugliness.
7239
7240 * elisp.texi: Add links to Rings and Byte Packing.
7241 Update version and copyright years.
7242
7243 * minibuf.texi: Fix formatting ugliness.
7244 (Completion Commands): Move keymap vars to the end
7245 and vars completing-read binds to the top.
7246
72472005-06-17 Luc Teirlinck <teirllm@auburn.edu>
7248
7249 * processes.texi: Fix typos.
7250 (Bindat Spec): Correct Texinfo error.
7251 (Byte Packing): Fix ungrammatical sentence.
7252
72532005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
7254
7255 * lists.texi (Rings): New node.
7256 (Lists): Add it to menu.
7257
7258 * processes.texi (Byte Packing): New node.
7259 (Processes): Add it to menu.
7260
72612005-06-17 Richard M. Stallman <rms@gnu.org>
7262
7263 * syntax.texi (Parsing Expressions): Fix texinfo usage.
7264
7265 * help.texi (Documentation Basics): Explain the xref to
7266 Documentation Tips.
7267
7268 * debugging.texi (Debugger Commands): Minor fix.
7269
72702005-06-16 Luc Teirlinck <teirllm@auburn.edu>
7271
7272 * edebug.texi (Instrumenting): Eliminate duplicate link.
7273 (Specification List): Replace references to "below", referring to
7274 a later node, with one @ref to that node.
7275
7276 * os.texi (Timers): Timers should save and restore the match data
7277 if they change it.
7278
7279 * debugging.texi (Debugger Commands): Mention that the Lisp
7280 debugger can not step through primitive functions.
7281
72822005-06-16 Juanma Barranquero <lekktu@gmail.com>
7283
7284 * functions.texi (Obsolete Functions): Update argument names of
7285 `make-obsolete' and `define-obsolete-function-alias'.
7286
7287 * variables.texi (Variable Aliases): Update argument names of
7288 `defvaralias', `make-obsolete-variable' and
7289 `define-obsolete-variable-alias'.
7290
72912005-06-15 Kim F. Storm <storm@cua.dk>
7292
7293 * searching.texi (Entire Match Data): Rephrase warnings about
7294 evaporate arg to match-data and set-match-data.
7295
72962005-06-14 Luc Teirlinck <teirllm@auburn.edu>
7297
7298 * elisp.texi (Top): Update detailed menu.
7299
7300 * edebug.texi (Edebug): Update menu.
7301 (Instrumenting): Update xrefs.
7302 (Edebug Execution Modes): Correct xref.
7303 (Jumping): Clarify description of `h' command.
7304 Eliminate redundant @ref.
7305 (Breaks): New node.
7306 (Breakpoints): Is now a subsubsection.
7307 (Global Break Condition): Mention `C-x X X'.
7308 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
7309 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
7310 (Edebug Display Update): Correct pxref.
7311 (Edebug and Macros): New node.
7312 (Instrumenting Macro Calls): Is now a subsubsection.
7313 Neither arg of `def-edebug-spec' is evaluated.
7314 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
7315 (Specification Examples): Fix typo.
7316
73172005-06-14 Lute Kamstra <lute@gnu.org>
7318
7319 * debugging.texi (Function Debugging): Primitives can break on
7320 entry too.
7321
73222005-06-14 Kim F. Storm <storm@cua.dk>
7323
7324 * variables.texi (Setting Variables): Add add-to-ordered-list.
7325
73262005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
7327
7328 * syntax.texi (Parsing Expressions): Document aux functions and vars of
7329 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
7330
73312005-06-13 Lute Kamstra <lute@gnu.org>
7332
7333 * text.texi (Special Properties): Fix cross reference.
7334
73352005-06-11 Luc Teirlinck <teirllm@auburn.edu>
7336
7337 * debugging.texi (Function Debugging): Delete mention of empty
7338 string argument to `cancel-debug-on-entry'. Delete inaccurate
7339 description of the return value of that command.
7340
73412005-06-11 Alan Mackenzie <acm@muc.de>
7342
7343 * text.texi (Adaptive Fill): Amplify the description of
7344 fill-context-prefix.
7345
73462005-06-10 Luc Teirlinck <teirllm@auburn.edu>
7347
7348 * syntax.texi (Parsing Expressions): Fix Texinfo error.
7349
73502005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
7351
7352 * syntax.texi (Parsing Expressions): Document syntax-ppss.
7353
73542005-06-10 Luc Teirlinck <teirllm@auburn.edu>
7355
7356 * debugging.texi (Error Debugging): Minor rewording.
7357 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
7358 is optional.
7359
73602005-06-10 Lute Kamstra <lute@gnu.org>
7361
7362 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
7363 (Top): Give it a title. Correct version number. Give the
7364 detailed node listing a more prominent header.
7365 * intro.texi: Don't set VERSION here a second time.
7366 Mention Emacs's version too.
7367 * anti.texi (Antinews): Use EMACSVER to refer to the current
7368 version of Emacs.
7369
73702005-06-09 Kim F. Storm <storm@cua.dk>
7371
7372 * searching.texi (Entire Match Data): Explain new `reseat' argument to
7373 match-data and set-match-data.
7374
73752005-06-08 Richard M. Stallman <rms@gnu.org>
7376
7377 * searching.texi (Entire Match Data): Clarify when match-data
7378 returns markers and when integers.
7379
7380 * display.texi (Defining Faces): Explain that face name should not
7381 end in `-face'.
7382
7383 * modes.texi (Mode Line Data): Minor cleanup.
7384 (Customizing Keywords): Node split out of Search-based Fontification.
7385 Add example of using font-lock-add-keywords from a hook.
7386 Clarify when MODE should be non-nil, and when nil.
7387
73882005-06-06 Richard M. Stallman <rms@gnu.org>
7389
7390 * modes.texi (Mode Line Data): Explain what happens when the car
7391 of a list is a void symbol.
7392 (Search-based Fontification): Explain MODE arg to
7393 font-lock-add-keywords and warn about calls from major modes.
7394
73952005-06-08 Juri Linkov <juri@jurta.org>
7396
7397 * display.texi (Standard Faces): Add `shadow' face.
7398
73992005-05-29 Luc Teirlinck <teirllm@auburn.edu>
7400
7401 * modes.texi (Major Mode Conventions): A derived mode only needs
7402 to put the call to the parent mode inside `delay-mode-hooks'.
7403
74042005-05-29 Richard M. Stallman <rms@gnu.org>
7405
7406 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
7407 new, and what that implies. Clarify.
7408
7409 * files.texi (Locating Files): Clean up the text.
7410
7411 * frames.texi (Window Frame Parameters): Document user-size.
7412 Shorten entry for top by referring to left.
7413
74142005-05-26 Richard M. Stallman <rms@gnu.org>
7415
7416 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
7417 is new, and what the implications are. Other clarifications.
7418
74192005-05-24 Richard M. Stallman <rms@gnu.org>
7420
7421 * frames.texi (Dialog Boxes): Minor fixes.
7422
74232005-05-25 Masatake YAMATO <jet@gyve.org>
7424
7425 * display.texi (Standard Faces): Write about `mode-line-highlight'.
7426
74272005-05-24 Luc Teirlinck <teirllm@auburn.edu>
7428
7429 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
7430 is optional.
7431
74322005-05-24 Nick Roberts <nickrob@snap.net.nz>
7433
10d1d0af 7434 * frames.texi (Dialog Boxes): Describe new optional argument.
b8d4c8d0
GM
7435
74362005-05-23 Lute Kamstra <lute@gnu.org>
7437
7438 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
7439 syntax-begin-function over font-lock-beginning-of-syntax-function.
7440
74412005-05-21 Luc Teirlinck <teirllm@auburn.edu>
7442
7443 * minibuf.texi (Reading File Names): Update description of
7444 `read-directory-name'.
7445
7446 * modes.texi (Derived Modes): Clarify :group keyword.
7447
74482005-05-21 Eli Zaretskii <eliz@gnu.org>
7449
7450 * files.texi (Locating Files): New subsection.
7451 Describe locate-file and executable-find.
7452
74532005-05-21 Kevin Ryde <user42@zip.com.au>
7454
7455 * frames.texi (Initial Parameters): Update cross reference to
7456 "Emacs Invocation".
7457
74582005-05-19 Luc Teirlinck <teirllm@auburn.edu>
7459
7460 * keymaps.texi (Active Keymaps): Add anchor.
7461
7462 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
7463 (Major Mode Conventions): Refer to `Auto Major Mode' in more
7464 appropriate place.
7465 (Derived Modes): Small clarifications.
7466 (Minor Mode Conventions, Keymaps and Minor Modes):
7467 Replace references to nodes with references to anchors.
7468 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
7469 Clarify description of lists whose first element is an integer.
7470 (Mode Line Variables): Add anchor.
7471 (%-Constructs): Clarify description of integer after %.
7472 (Emulating Mode Line): Describe nil value for FACE.
7473
74742005-05-18 Luc Teirlinck <teirllm@auburn.edu>
7475
7476 * modes.texi (Derived Modes): Correct references to non-existing
7477 variable standard-syntax-table.
7478
74792005-05-17 Lute Kamstra <lute@gnu.org>
7480
7481 * modes.texi (Defining Minor Modes): Mention the mode hook.
7482
74832005-05-15 Kim F. Storm <storm@cua.dk>
7484
7485 * processes.texi (Network): Remove open-network-stream-nowait.
7486 (Network Servers): Remove open-network-stream-server.
7487
74882005-05-15 Luc Teirlinck <teirllm@auburn.edu>
7489
7490 * elisp.texi (Top): Update detailed menu.
7491
7492 * variables.texi: Reorder nodes.
7493 (Variables): Update menu.
7494 (File Local Variables): Do not refer to the `-*-' line as
7495 a "local variables list". Add pxref.
7496
74972005-05-14 Luc Teirlinck <teirllm@auburn.edu>
7498
7499 * elisp.texi (Top): Update detailed menu for node changes.
7500
7501 * modes.texi (Modes): Update Menu.
7502 (Hooks): Move to beginning of chapter.
7503 Most minor modes run mode hooks too.
7504 `add-hook' can handle void hooks or hooks whose value is a single
7505 function.
7506 (Major Modes): Update Menu.
7507 (Major Mode Basics): New node, split off from `Major Modes'.
7508 (Major Mode Conventions): Correct xref. Explain how to handle
7509 auto-mode-alist if the major mode command has an autoload cookie.
7510 (Auto Major Mode): Major update. Add magic-mode-alist.
7511 (Derived Modes): Major update.
7512 (Mode Line Format): Update Menu.
7513 (Mode Line Basics): New node, split off from `Mode Line Format'.
7514
7515 * loading.texi (Autoload): Mention `autoload cookie' as synonym
7516 for `magic autoload comment'. Add index entries and anchor.
7517
75182005-05-14 Richard M. Stallman <rms@gnu.org>
7519
7520 * tips.texi (Coding Conventions): Explain how important it is
7521 that just loading certain files not change Emacs behavior.
7522
7523 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
7524
75252005-05-12 Lute Kamstra <lute@gnu.org>
7526
7527 * modes.texi (Generic Modes): Update.
7528 (Major Modes): Refer to node "Generic Modes".
7529
7530 * elisp.texi (Top): Update to the current structure of the manual.
7531 * processes.texi (Processes): Add menu description.
7532 * customize.texi (Customization): Add menu descriptions.
7533
75342005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
7535
7536 * processes.texi (Signals to Processes)
7537 (Low-Level Network): Fix typos.
7538
75392005-05-11 Lute Kamstra <lute@gnu.org>
7540
7541 * elisp.texi (Top): Add some nodes from the chapter "Major and
7542 Minor Modes" to the detailed node listing.
7543
75442005-05-10 Richard M. Stallman <rms@gnu.org>
7545
7546 * keymaps.texi (Extended Menu Items): Menu item filter functions
7547 can be called at any time.
7548
75492005-05-08 Luc Teirlinck <teirllm@auburn.edu>
7550
7551 * variables.texi (File Local Variables): `(hack-local-variables t)'
7552 now also checks whether a mode is specified in the local variables
7553 list.
7554
75552005-05-05 Kevin Ryde <user42@zip.com.au>
7556
7557 * display.texi (The Echo Area): Correct format function cross
7558 reference.
7559
75602005-05-05 Luc Teirlinck <teirllm@auburn.edu>
7561
7562 * variables.texi (Variable Aliases): Change description of
7563 `define-obsolete-variable-alias'.
7564
7565 * functions.texi (Functions): Add "Obsolete Functions" to menu.
7566 (Defining Functions): Add xref.
7567 (Obsolete Functions): New node.
7568 (Function Safety): Standardize capitalization of section title.
7569
7570 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
7571 (Dialog Boxes): Complete description of `x-popup-dialog'.
7572
75732005-05-04 Richard M. Stallman <rms@gnu.org>
7574
7575 * commands.texi (Interactive Codes): Fix Texinfo usage.
7576 Document U more clearly.
7577
75782005-05-01 Luc Teirlinck <teirllm@auburn.edu>
7579
7580 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
7581 function and not a macro.
7582
7583 * frames.texi (Pop-Up Menus): Correct and clarify description of
7584 `x-popup-menu'.
7585 (Dialog Boxes): Clarify description of `x-popup-dialog'.
7586
75872005-05-01 Richard M. Stallman <rms@gnu.org>
7588
7589 * edebug.texi (Checking Whether to Stop): Fix previous change.
7590
75912005-05-01 Luc Teirlinck <teirllm@auburn.edu>
7592
7593 * display.texi: Fix typos and Texinfo usage.
7594
7595 * edebug.texi (Checking Whether to Stop): executing-macro ->
7596 executing-kbd-macro.
7597
75982005-05-01 Richard M. Stallman <rms@gnu.org>
7599
7600 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
7601
76022005-04-30 Richard M. Stallman <rms@gnu.org>
7603
7604 * files.texi (Magic File Names): Document `operations' property.
7605
76062005-04-29 Lute Kamstra <lute@gnu.org>
7607
7608 * modes.texi (Generic Modes): New node.
7609 (Major Modes): Add it to the menu.
7610 (Derived Modes): Add "derived mode" to concept index.
7611
76122005-04-28 Lute Kamstra <lute@gnu.org>
7613
7614 * modes.texi (Defining Minor Modes): Fix previous change.
7615 (Font Lock Mode): Simplify.
7616 (Font Lock Basics): Say that font-lock-defaults is buffer-local
7617 when set and that some parts are optional. Add cross references.
7618 (Search-based Fontification): Say how to specify font-lock-keywords.
7619 Add cross references. Add font-lock-multiline to index.
7620 Move font-lock-keywords-case-fold-search here from node "Other Font
7621 Lock Variables". Document font-lock-add-keywords and
7622 font-lock-remove-keywords.
7623 (Other Font Lock Variables): Move font-lock-keywords-only,
7624 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
7625 and font-lock-syntactic-face-function to node "Syntactic Font
7626 Lock". Move font-lock-keywords-case-fold-search to node
7627 "Search-based Fontification". Document font-lock-inhibit-thing-lock
7628 and font-lock-{,un}fontify-{buffer,region}-function.
7629 (Precalculated Fontification): Remove reference to deleted variable
7630 font-lock-core-only.
7631 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
7632 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
7633 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
7634 and font-lock-syntactic-face-function here from node "Other Font
7635 Lock Variables". Move font-lock-syntactic-keywords to "Setting
7636 Syntax Properties". Add cross references.
7637 (Setting Syntax Properties): New node.
7638 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
7639 * syntax.texi (Syntax Properties): Add cross reference.
7640 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
7641
76422005-04-26 Richard M. Stallman <rms@gnu.org>
7643
7644 * display.texi (Defining Faces):
7645 Document `default' elements of defface spec.
7646
7647 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
7648
7649 * variables.texi (Variable Aliases): Clarify text.
7650
76512005-04-25 Chong Yidong <cyd@stupidchicken.com>
7652
7653 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
7654
76552005-04-25 Luc Teirlinck <teirllm@auburn.edu>
7656
7657 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
7658
76592005-04-24 Eli Zaretskii <eliz@gnu.org>
7660
7661 * syntax.texi (Syntax Table Internals): Elaborate documentation of
7662 syntax-after and syntax-class.
7663
7664 * files.texi (Changing Files): Fix last change's cross-reference.
7665 (Unique File Names): Don't mention "numbers" in the documentation
7666 of make-temp-file and make-temp-name.
7667
76682005-04-23 Richard M. Stallman <rms@gnu.org>
7669
7670 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
7671
76722005-04-22 Nick Roberts <nickrob@snap.net.nz>
7673
7674 * windows.texi (Cyclic Window Ordering): Clarify window-list.
7675
76762005-04-22 Nick Roberts <nickrob@snap.net.nz>
7677
7678 * variables.texi (Variable Aliases): Describe make-obsolete-variable
7679 and define-obsolete-variable-alias.
7680
76812005-04-22 Kim F. Storm <storm@cua.dk>
7682
7683 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
7684 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
7685
76862005-04-21 Lute Kamstra <lute@gnu.org>
7687
7688 * lists.texi (Association Lists): Document rassq-delete-all.
7689
76902005-04-19 Richard M. Stallman <rms@gnu.org>
7691
7692 * modes.texi (Search-based Fontification): Explain that
7693 facespec is an expression to be evaluated.
7694
76952005-04-19 Kevin Ryde <user42@zip.com.au>
7696
7697 * streams.texi (Output Functions): Fix xref.
7698 * strings.texi (String Conversion): Fix xref.
7699
77002005-04-19 Kim F. Storm <storm@cua.dk>
7701
7702 * symbols.texi (Symbol Plists): Add safe-get.
7703 Mention that `get' may signal an error.
7704
77052005-04-18 Nick Roberts <nickrob@snap.net.nz>
7706
7707 * customize.texi (Variable Definitions): Replace tooltip-mode
7708 example with save-place.
7709
77102005-04-17 Richard M. Stallman <rms@gnu.org>
7711
7712 * buffers.texi (Indirect Buffers): Clarify.
7713
7714 * positions.texi (Positions): Clarify converting marker to integer.
7715
7716 * strings.texi (String Basics): Mention string-match; clarify.
7717
77182005-04-08 Lute Kamstra <lute@gnu.org>
7719
7720 * modes.texi (Search-based Fontification): Fix cross references.
7721 Use consistent terminology. Document anchored highlighting.
7722
77232005-04-05 Lute Kamstra <lute@gnu.org>
7724
7725 * modes.texi (Defining Minor Modes): Document :group keyword
7726 argument and its default value.
7727
77282005-04-03 Lute Kamstra <lute@gnu.org>
7729
7730 * hooks.texi (Standard Hooks): Add some hooks. Add cross
7731 references and/or descriptions. Delete major mode hooks; mention
7732 them as a category instead. Rename or delete obsolete hooks.
7733
77342005-04-02 Richard M. Stallman <rms@gnu.org>
7735
7736 * nonascii.texi (Coding System Basics): Another wording cleanup.
7737
77382005-04-01 Richard M. Stallman <rms@gnu.org>
7739
7740 * nonascii.texi (Coding System Basics): Clarify previous change.
7741
77422005-04-01 Kenichi Handa <handa@m17n.org>
7743
10d1d0af 7744 * nonascii.texi (Coding System Basics): Describe about roundtrip
b8d4c8d0
GM
7745 identity of coding systems.
7746
77472005-03-29 Chong Yidong <cyd@stupidchicken.com>
7748
7749 * text.texi (Buffer Contents): Add filter-buffer-substring and
7750 buffer-substring-filters.
7751
77522005-03-26 Chong Yidong <cyd@stupidchicken.com>
7753
7754 * anti.texi (Antinews): Mention `G' interactive code.
7755
7756 * tips.texi (Compilation Tips): Mention benchmark.el.
7757
77582005-03-27 Luc Teirlinck <teirllm@auburn.edu>
7759
7760 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
7761 is now bound to M-o M-o.
7762
7763 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
7764
77652005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
7766
7767 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
7768 in the Emacs Manual).
7769 * Makefile.in (srcs): Remove calendar.texi.
7770 * makefile.w32-in (srcs): Remove calendar.texi.
7771 * display.texi (Display): Change name of next node.
7772 * os.texi (System In): Change name of previous node.
7773 * elisp.texi (Top): Remove Calendar references.
7774 * vol1.texi (Top): Remove Calendar references.
7775 * vol2.texi (Top): Remove Calendar references.
7776
77772005-03-25 Richard M. Stallman <rms@gnu.org>
7778
7779 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
7780 Cleanup previous change.
7781
77822005-03-25 Chong Yidong <cyd@stupidchicken.com>
7783
7784 * display.texi (Face Attributes): Faces earlier in an :inherit
7785 list take precedence.
7786 (Scroll Bars): Fix description of vertical-scroll-bars.
7787 Document frame-current-scroll-bars and window-current-scroll-bars.
7788
7789 * markers.texi (The Mark): Document temporary Transient Mark mode.
7790
7791 * minibuf.texi (Reading File Names):
7792 Document read-file-name-completion-ignore-case.
7793
7794 * positions.texi (Screen Lines): Document nil for width argument
7795 to compute-motion.
7796
77972005-03-23 Kim F. Storm <storm@cua.dk>
7798
7799 * display.texi (Standard Faces): Other faces used in the fringe
7800 implicitly inherits from the fringe face.
7801 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
7802 properties implicitly inherits from fringe face.
7803 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
7804
78052005-03-20 Chong Yidong <cyd@stupidchicken.com>
7806
7807 * display.texi (Invisible Text): State default value of
7808 line-move-ignore-invisible.
7809 (Managing Overlays): Document remove-overlays.
7810 (Standard Faces): Document escape-glyph face.
7811
7812 * minibuf.texi (Reading File Names): Document read-file-name-function.
7813
7814 * modes.texi (Other Font Lock Variables):
7815 Document font-lock-lines-before.
7816
7817 * positions.texi (Skipping Characters): skip-chars-forward allows
7818 character classes.
7819
78202005-03-18 Lute Kamstra <lute@gnu.org>
7821
7822 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
7823
78242005-03-17 Richard M. Stallman <rms@gnu.org>
7825
7826 * text.texi (Undo): Document extensible undo entries.
7827
dd7b651b 7828 * searching.texi (String Search, Regexp Search): Cleanups.
b8d4c8d0
GM
7829
7830 * nonascii.texi (Character Codes): Minor fix.
7831
7832 * display.texi (Display Property): Explain the significance
7833 of having text properties that are eq.
7834 (Other Display Specs): Explain string as display spec.
7835
7836 * commands.texi (Interactive Codes): Document G option.
7837
78382005-03-17 Chong Yidong <cyd@stupidchicken.com>
7839
7840 * text.texi (Filling): Add sentence-end-without-period and
7841 sentence-end-without-space.
7842 (Changing Properties): Minor fix.
7843
7844 * anti.texi: Total rewrite.
7845
78462005-03-15 Lute Kamstra <lute@gnu.org>
7847
7848 * edebug.texi (Instrumenting Macro Calls): Fix typos.
7849
78502005-03-08 Kim F. Storm <storm@cua.dk>
7851
7852 * display.texi (Specified Space): Property :width is support on
7853 non-graphic terminals, :height is not.
7854
78552005-03-07 Richard M. Stallman <rms@gnu.org>
7856
7857 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
7858 Now subnodes of Fringes.
7859 (Overlay Arrow): Document overlay-arrow-variable-list.
7860 (Fringe Size/Pos): New node, broken out of Fringes.
7861 (Display): Explain clearing vs redisplay better.
7862 (Truncation): Clarify use of bitmaps.
7863 (The Echo Area): Clarify the uses of the echo area.
7864 Add max-mini-window-height.
7865 (Progress): Clarify.
7866 (Invisible Text): Explain that main loop moves point out.
7867 (Selective Display): Say "hidden", not "invisible".
7868 (Managing Overlays): Move up. Describe relation to Undo here.
7869 (Overlay Properties): Clarify intro.
7870 (Finding Overlays): Explain return values when nothing found.
7871 (Width): truncate-string-to-width has added arg.
7872 (Displaying Faces): Clarify and update mode line face handling.
7873 (Face Functions): Minor cleanup.
7874 (Conditional Display): Merge into Other Display Specs.
7875 (Pixel Specification, Other Display Specs): Minor cleanups.
7876 (Images, Image Descriptors): Minor cleanups.
7877 (GIF Images): Patents have expired.
7878 (Showing Images): Explain default text for insert-image.
7879 (Manipulating Button Types): Merge into Manipulating Buttons.
7880 (Making Buttons): Explain return values.
7881 (Button Buffer Commands): Add xref.
7882 (Inverse Video): Update mode-line-inverse-video.
7883 (Display Table Format): Clarify.
7884 (Active Display Table): Give defaults for window-display-table.
7885
7886 * calendar.texi (Calendar Customizing): calendar-holiday-marker
7887 and calendar-today-marker are strings, not chars.
7888 (Holiday Customizing): Minor fix.
7889
7890 * internals.texi (Writing Emacs Primitives): Update `or' example.
7891 Update limit on # args of subr.
7892
7893 * edebug.texi (Using Edebug): Arrow is in fringe.
7894 (Instrumenting): Arg to eval-defun works without loading edebug.
7895 (Edebug Execution Modes): Add xref.
7896
7897 * customize.texi (Common Keywords): Clarify :require.
7898 Mention :version here.
7899 (Variable Definitions, Group Definitions): Not here.
7900 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
7901
79022005-03-07 Chong Yidong <cyd@stupidchicken.com>
7903 * nonascii.texi (Text Representations): Clarify position-bytes.
7904 (Character Sets): Add list-charset-chars.
7905 (Scanning Charsets): Add charset-after.
7906 (Encoding and I/O): Minor fix.
7907
79082005-03-06 Richard M. Stallman <rms@gnu.org>
7909
7910 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
7911 (Resizing Windows): Likewise.
7912
7913 * text.texi (Change Hooks): Get rid of "Emacs 21".
7914
7915 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
7916
7917 * streams.texi (Output Variables): Get rid of "Emacs 21".
7918
7919 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
7920
7921 * os.texi (Translating Input): Replace flow-control example
7922 with a less obsolete example that uses `keyboard-translate'.
7923
7924 * objects.texi (Hash Table Type, Circular Objects):
7925 Get rid of "Emacs 21".
7926
7927 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
7928 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
7929
7930 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
7931
7932 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
7933
7934 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
7935 (Menu Bar): Fix when menu-bar-update-hook is called.
7936
7937 * hash.texi (Hash Tables): Get rid of "Emacs 21".
7938
7939 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
7940 and make it read better.
7941
7942 * files.texi (Writing to Files): Get rid of "Emacs 21".
7943 (Unique File Names): Likewise.
7944
7945 * elisp.texi: Update Emacs version to 22.
7946
7947 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
7948 (Overlay Properties, Face Attributes): Likewise.
7949 (Managing Overlays): Fix punctuation.
7950 (Attribute Functions): Clarify set-face-font; get rid of
7951 info about old Emacs versions.
7952 (Auto Faces, Font Lookup, Display Property, Images):
7953 Get rid of "Emacs 21".
7954
7955 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
7956
79572005-03-05 Richard M. Stallman <rms@gnu.org>
7958
7959 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
7960
79612005-03-04 Lute Kamstra <lute@gnu.org>
7962
7963 * debugging.texi (Error Debugging): Document stack-trace-on-error.
7964
79652005-03-03 Lute Kamstra <lute@gnu.org>
7966
7967 * edebug.texi (Instrumenting Macro Calls): Fix typo.
7968
79692005-03-01 Lute Kamstra <lute@gnu.org>
7970
7971 * debugging.texi (Debugger Commands): Update `j'.
7972
79732005-02-28 Lute Kamstra <lute@gnu.org>
7974
7975 * debugging.texi (Debugging): Fix typo.
7976 (Error Debugging): Document eval-expression-debug-on-error.
7977 (Function Debugging): Update example.
7978 (Using Debugger): Mention starred stack frames.
7979 (Debugger Commands): Document `j' and `l'.
7980 (Invoking the Debugger): `d' and `j' exit recursive edit too.
7981 Update the messages that the debugger displays.
7982 (Internals of Debugger): Add cross reference. Update example.
7983 (Excess Open): Minor improvement.
7984 (Excess Close): Minor improvement.
7985
79862005-02-26 Richard M. Stallman <rms@gnu.org>
7987
7988 * tips.texi (Coding Conventions): Clarify.
7989 Put all the major mode key reservations together.
7990 Mention the Mouse-1 => Mouse-2 conventions.
7991
7992 * syntax.texi (Syntax Class Table): Clarify.
7993 (Syntax Table Functions): syntax-after moved from here.
7994 (Syntax Table Internals): syntax-after moved to here.
7995 (Parsing Expressions): Update info on number of values
7996 and what's meaningful in the STATE argument.
7997 (Categories): Fix typo.
7998
7999 * sequences.texi (Arrays): Cleanup.
8000 (Char-Tables): Clarify.
8001
8002 * processes.texi (Deleting Processes): Cleanups, add xref.
8003 (Subprocess Creation): Explain nil in exec-path. Cleanup.
8004 (Process Information): set-process-coding-system, some args optional.
8005 (Input to Processes): Explain various types for PROCESS args.
8006 Rename them from PROCESS-NAME to PROCESS.
8007 (Signals to Processes): Likewise.
8008 (Decoding Output): Cleanup.
8009 (Query Before Exit): Clarify.
8010
8011 * os.texi (Startup Summary): Correct the options; add missing ones.
8012 (Terminal Output, Batch Mode): Clarify.
8013 (Flow Control): Node deleted.
8014
8015 * markers.texi (The Mark): Clarify.
8016
8017 * macros.texi (Expansion): Cleanup.
8018 (Indenting Macros): indent-spec allows ints, not floats.
8019
8020 * keymaps.texi (Keymaps): Clarify.
8021 (Format of Keymaps): Update lisp-mode-map example.
8022 (Active Keymaps, Key Lookup): Clarify.
8023 (Changing Key Bindings): Add xref to `kbd'.
8024 (Key Binding Commands, Simple Menu Items): Clarify.
8025 (Mouse Menus, Menu Bar): Clarify.
8026 (Menu Example): Replace print example with menu-bar-replace-menu.
8027
8028 * help.texi (Documentation Basics): Add function-documentation prop.
8029
8030 * elisp.texi (Top): Don't refer to Flow Control node.
8031
8032 * commands.texi (Command Overview): Improve xrefs.
8033 (Adjusting Point): Adjusting point applies to intangible and invis.
8034 (Key Sequence Input): Doc extra read-key-sequence args.
8035 Likewise for read-key-sequence-vector.
8036
8037 * backups.texi (Rename or Copy): Minor fix.
8038 (Numbered Backups): For version-control, say the default.
8039 (Auto-Saving): make-auto-save-file-name example is simplified.
8040
8041 * advice.texi (Advising Functions): Don't imply one part of Emacs
8042 should advise another part. Markup changes.
8043 (Defining Advice): Move transitional para.
8044 (Activation of Advice): Cleanup.
8045 Explain if COMPILE is nil or negative.
8046
8047 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
8048
80492005-02-24 Lute Kamstra <lute@gnu.org>
8050
8051 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
8052 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
8053
80542005-02-23 Lute Kamstra <lute@gnu.org>
8055
8056 * modes.texi (Defining Minor Modes): define-minor-mode can be used
8057 to define global minor modes as well.
8058
8059 * display.texi (Managing Overlays): overlay-buffer returns nil for
8060 deleted overlays.
8061
80622005-02-22 Kim F. Storm <storm@cua.dk>
8063
8064 * minibuf.texi (Basic Completion): Allow symbols in addition to
8065 strings in try-completion and all-completions.
8066
80672005-02-14 Lute Kamstra <lute@gnu.org>
8068
8069 * elisp.texi (Top): Remove reference to deleted node.
8070
8071 * lists.texi (Lists): Remove reference to deleted node.
8072 (Cons Cells): Fix typo.
8073
8074 * loading.texi (Where Defined): Fix typo.
8075
80762005-02-14 Richard M. Stallman <rms@gnu.org>
8077
8078 * variables.texi (Creating Buffer-Local): change-major-mode-hook
8079 is useful for discarding some minor modes.
8080
8081 * symbols.texi (Symbol Components): Reorder examples.
8082
8083 * streams.texi (Input Functions): State standard-input default.
8084 (Output Variables): State standard-output default.
8085
8086 * objects.texi (Printed Representation): Clarify read syntax vs print.
8087 (Floating Point Type): Explain meaning better.
8088 (Symbol Type): Explain uniqueness better.
8089 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
8090 List examples sooner.
8091 (Box Diagrams): New subnode broken out.
8092 Some examples moved from old Lists as Boxes node.
8093 (Dotted Pair Notation): Clarify intro.
8094 (Array Type): Clarify.
8095 (Type Predicates): Add hash-table-p.
8096
8097 * numbers.texi (Integer Basics): Clarify radix explanation.
8098 (Predicates on Numbers): Minor clarification.
8099 (Comparison of Numbers): Minor clarification. Clarify eql.
8100 Typos in min, max.
8101 (Math Functions): Clarify overflow in expt.
8102
8103 * minibuf.texi (Text from Minibuffer): Minor clarification.
8104 Mention arrow keys.
8105
8106 * loading.texi (Autoload): defun's doc string overrides autoload's
8107 doc string.
8108 (Repeated Loading): Modernize "add to list" examples.
8109 (Where Defined): Finish updating table of load-history elts.
8110
8111 * lists.texi (List-related Predicates): Minor wording improvement.
8112 (Lists as Boxes): Node deleted.
8113 (Building Lists): Explain trivial cases of number-sequence.
8114
8115 * hash.texi (Hash Tables): Add desc to menu items.
10d1d0af 8116 (Creating Hash): Explain "full" means "make larger".
b8d4c8d0
GM
8117 (Hash Access): Any object can be a key.
8118 State value of maphash.
8119
8120 * functions.texi (What Is a Function): Wording cleanup.
8121 (Function Documentation): Minor cleanup.
8122 Explain purpose of calling convention at end of doc string.
8123 (Function Names): Wording cleanup.
8124 (Calling Functions): Wording cleanup.
8125 Explain better how funcall calls the function.
8126 (Function Cells): Delete example of saving and redefining function.
8127
8128 * control.texi (Combining Conditions): Wording cleanup.
8129 (Iteration): dolist and dotimes bind VAR locally.
8130 (Cleanups): Xref to Atomic Changes.
8131
8132 * compile.texi (Byte Compilation): Delete 19.29 info.
8133 (Compilation Functions): Macros' difficulties don't affect defsubst.
8134 (Docs and Compilation): Delete 19.29 info.
8135
81362005-02-10 Richard M. Stallman <rms@gnu.org>
8137
8138 * objects.texi (Symbol Type): Minor correction.
8139
81402005-02-06 Lute Kamstra <lute@gnu.org>
8141
8142 * modes.texi (Example Major Modes): Fix typos.
8143
81442005-02-06 Richard M. Stallman <rms@gnu.org>
8145
8146 * text.texi (Margins): fill-nobreak-predicate can be one function.
8147
8148 * strings.texi (Modifying Strings): clear-string can make unibyte.
8149 (Formatting Strings): format gives error if values missing.
8150
8151 * positions.texi (Character Motion): Mention default arg
8152 for forward-char. backward-char refers to forward-char.
8153 (Word Motion): Mention default arg for forward-word.
8154 (Buffer End Motion): Mention default arg for beginning-of-buffer.
8155 Simplify end-of-buffer.
8156 (Text Lines): Mention default arg for forward-line.
8157 (List Motion): Mention default arg for beginning/end-of-defun.
8158 (Skipping Characters): Minor fixes in explaining character-set.
8159
8160 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
8161 Mode inheritance applies only when default-major-mode is nil.
8162 Clarifications.
8163 (Example Major Modes): Update Text mode and Lisp mode examples.
8164 (Minor Mode Conventions): Mention define-minor-mode at top.
8165 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
8166 (Mode Line Format): Update mode line face display info.
8167 (Properties in Mode): Mention effect of risky vars.
8168 (Imenu): Define imenu-add-to-menubar.
8169 (Font Lock Mode): Add descriptions to menu lines.
8170 (Faces for Font Lock): Add font-lock-doc-face.
8171
81722005-02-05 Lute Kamstra <lute@gnu.org>
8173
8174 * text.texi (Maintaining Undo): Remove obsolete function.
8175
81762005-02-05 Eli Zaretskii <eliz@gnu.org>
8177
8178 * frames.texi (Color Names): Add pointer to the X docs about RGB
c4cc8b9a 8179 color specifications. Improve indexing.
b8d4c8d0
GM
8180 (Text Terminal Colors): Replace the description of RGB values by
8181 an xref to "Color Names".
8182
81832005-02-03 Richard M. Stallman <rms@gnu.org>
8184
8185 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
8186 Clarify.
8187 (Selecting Windows): Clarify save-selected-window.
8188 (Cyclic Window Ordering): Clarify walk-windows.
8189 (Window Point): Clarify.
8190 (Window Start): Add comment to example.
8191 (Resizing Windows): Add `interactive' specs in examples.
8192 Document fit-window-to-buffer.
8193
8194 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
8195 (Undo, Maintaining Undo): Clarify last change.
8196 (Sorting): In sort-numeric-fields, explain about octal and hex.
8197 Mention sort-numeric-base.
8198 (Format Properties): Add xref for hard newlines.
8199
8200 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
8201 (Pop-Up Menus): Fix typo.
8202 (Color Names): Explain all types of color names.
8203 Explain color-values on B&W terminal.
8204 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
8205
8206 * files.texi (File Locks): Not supported on MS systems.
8207 (Testing Accessibility): Clarify.
8208
8209 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
8210 (Coverage Testing): Fix typo.
8211
8212 * commands.texi (Misc Events): Remove stray space.
8213
8214 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
8215 (Modification Time): Clarify when visited-file-modtime returns 0.
8216 (The Buffer List): Clarify bury-buffer.
8217 (Killing Buffers): Clarify.
8218 (Indirect Buffers): Add clone-indirect-buffer.
8219
82202005-02-02 Matt Hodges <MPHodges@member.fsf.org>
8221
8222 * edebug.texi (Printing in Edebug): Fix default value of
8223 edebug-print-circle.
8224 (Coverage Testing): Fix displayed frequency count data.
8225
82262005-02-02 Luc Teirlinck <teirllm@auburn.edu>
8227
8228 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
8229
82302005-02-02 Kim F. Storm <storm@cua.dk>
8231
8232 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
8233
82342005-01-29 Eli Zaretskii <eliz@gnu.org>
8235
8236 * commands.texi (Misc Events): Describe the help-echo event.
8237
8238 * text.texi (Special Properties) <help-echo>: Use `pos'
8239 consistently in description of the help-echo property.
8240 Use @code{nil} instead of @var{nil}.
8241
8242 * display.texi (Overlay Properties): Fix the index entry for
8243 help-echo overlay property.
8244
8245 * customize.texi (Type Keywords): Uncomment the xref to the
8246 help-echo property documentation.
8247
82482005-01-23 Kim F. Storm <storm@cua.dk>
8249
8250 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
8251 return value. Third element FULLY replaced by PARTIAL which
8252 specifies number of invisible pixels if row is only partially visible.
8253 (Textual Scrolling): Mention auto-window-vscroll.
8254 (Vertical Scrolling): New defvar auto-window-vscroll.
8255
82562005-01-16 Luc Teirlinck <teirllm@auburn.edu>
8257
8258 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
8259 command remapping.
8260
82612005-01-15 Richard M. Stallman <rms@gnu.org>
8262
8263 * display.texi (Defining Images): Mention DATA-P arg of create-image.
8264
82652005-01-14 Kim F. Storm <storm@cua.dk>
8266
8267 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
8268
8269 * text.texi (Links and Mouse-1): Fix string and vector item.
8270
82712005-01-13 Richard M. Stallman <rms@gnu.org>
8272
8273 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
8274 descriptions of overriding-local-map and overriding-terminal-local-map.
8275
8276 * text.texi (Links and Mouse-1): Clarify text.
8277
82782005-01-13 Kim F. Storm <storm@cua.dk>
8279
8280 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
8281
82822005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
8283
8284 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
8285
82862005-01-12 Kim F. Storm <storm@cua.dk>
8287
8288 * text.texi (Links and Mouse-1): Rename section from Enabling
8289 Mouse-1 to Following Links. Change xrefs.
8290 Add examples for define-button-type and define-widget.
8291
8292 * display.texi (Button Properties, Button Buffer Commands):
8293 Clarify mouse-1 and follow-link functionality.
8294
82952005-01-12 Richard M. Stallman <rms@gnu.org>
8296
8297 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
8298
8299 * display.texi (Beeping): Fix Texinfo usage.
8300
8301 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
8302
83032005-01-11 Kim F. Storm <storm@cua.dk>
8304
8305 * display.texi (Button Properties, Button Buffer Commands):
8306 Mention mouse-1 binding. Add follow-link keyword.
8307
8308 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
8309 (Enabling Mouse-1 to Follow Links): New subsection.
8310
83112005-01-06 Richard M. Stallman <rms@gnu.org>
8312
8313 * text.texi (Special Properties): Minor change.
8314
8315 * os.texi (Timers): Clarify previous change.
8316
8317 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
8318
83192005-01-01 Luc Teirlinck <teirllm@auburn.edu>
8320
8321 * display.texi (Face Attributes): Correct xref to renamed node.
8322
83232005-01-01 Richard M. Stallman <rms@gnu.org>
8324
8325 * display.texi (Face Attributes): Describe hex color specs.
8326
83272004-12-31 Richard M. Stallman <rms@gnu.org>
8328
8329 * os.texi (Timers): Update previous change.
8330
83312004-12-30 Kim F. Storm <storm@cua.dk>
8332
8333 * display.texi (Line Height): Total line-height is now specified
8334 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
8335 in cons cells. (nil . RATIO) is relative to actual line height.
8336 Use line-height `t' instead of `0' to get minimum height.
8337
83382004-12-29 Richard M. Stallman <rms@gnu.org>
8339
8340 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
8341
83422004-12-28 Richard M. Stallman <rms@gnu.org>
8343
8344 * commands.texi (Quitting): Clarify value of with-local-quit.
8345
8346 * elisp.texi (Top): Fix previous change.
8347
8348 * loading.texi (Loading): Fix previous change.
8349
83502004-12-27 Richard M. Stallman <rms@gnu.org>
8351
8352 * Makefile.in (MAKEINFO): Specify --force.
8353
8354 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
8355
8356 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
8357
8358 * display.texi (Line Height): Further clarify.
8359
8360 * elisp.texi (Top): Update Loading submenu.
8361
8362 * loading.texi (Where Defined): New node.
8363 (Unloading): load-history moved to Where Defined.
8364
83652004-12-21 Richard M. Stallman <rms@gnu.org>
8366
8367 * commands.texi (Event Input Misc): Add while-no-input.
8368
83692004-12-11 Richard M. Stallman <rms@gnu.org>
8370
8371 * display.texi (Line Height): Rewrite text for clarity.
8372
83732004-12-11 Kim F. Storm <storm@cua.dk>
8374
8375 * display.texi (Display): Add node "Line Height" to menu.
8376 (Line Height): New node. Move full description of line-spacing
8377 and line-height text properties here from text.texi.
8378 (Scroll Bars): Add vertical-scroll-bar variable.
8379
8380 * frames.texi (Window Frame Parameters): Remove line-height defvar.
8381
8382 * locals.texi (Standard Buffer-Local Variables): Fix xref for
8383 line-spacing and vertical-scroll-bar.
8384
8385 * text.texi (Special Properties): Just mention line-spacing and
8386 line-height here, add xref to new "Line Height" node.
8387
83882004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
8389
8390 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
8391
8392 * locals.texi (Standard Buffer-Local Variables):
8393 Add @xref for `line-spacing'.
8394
83952004-12-05 Richard M. Stallman <rms@gnu.org>
8396
8397 * Makefile.in (maintainer-clean): Remove the info files
8398 in $(infodir) where they are created.
8399
84002004-12-03 Richard M. Stallman <rms@gnu.org>
8401
8402 * windows.texi (Selecting Windows): get-lru-window and
8403 get-largest-window don't consider dedicated windows.
8404
8405 * text.texi (Undo): Document undo-in-progress.
8406
84072004-11-26 Richard M. Stallman <rms@gnu.org>
8408
8409 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
8410 Remove a few vars that are not always buffer-local.
8411
84122004-11-24 Luc Teirlinck <teirllm@auburn.edu>
8413
8414 * locals.texi (Standard Buffer-Local Variables): Comment out
8415 xref's to non-existent node `Yet to be written'.
8416
84172004-11-24 Richard M. Stallman <rms@gnu.org>
8418
8419 * processes.texi (Synchronous Processes): Grammar fix.
8420
8421 * numbers.texi (Comparison of Numbers): Add eql.
8422
8423 * locals.texi (Standard Buffer-Local Variables): Add many vars.
8424
8425 * intro.texi (Printing Notation): Fix previous change.
8426
8427 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
8428 and default-indicate-buffer-boundaries from here.
8429 (Usual Display): To here.
8430 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
8431 (Usual Display): Move tab-width up.
8432
5dcb4c4e
SM
8433 * customize.texi (Variable Definitions):
8434 Replace show-paren-mode example with tooltip-mode.
b8d4c8d0
GM
8435 (Simple Types, Composite Types, Defining New Types):
8436 Minor cleanups.
8437
84382004-11-21 Jesper Harder <harder@ifa.au.dk>
8439
8440 * processes.texi (Synchronous Processes, Output from Processes):
8441 Markup fix.
8442
84432004-11-20 Richard M. Stallman <rms@gnu.org>
8444
8445 * positions.texi (Skipping Characters): skip-chars-forward
8446 now handles char classes.
8447
8448 * intro.texi (Printing Notation): Avoid confusion of `print'
8449 when explaining @print.
8450
8451 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
8452
8453 * display.texi (Display Table Format): Minor fix.
8454
8455 * streams.texi (Output Functions): Fix print example.
8456
8457 * Makefile.in (elisp): New target.
8458 (dist): Depend on $(infodir)/elisp, not elisp.
8459 Copy the info files from $(infodir).
8460
8461 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
8462 read-from-minibuffer.
8463
8464 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
8465
84662004-11-19 Richard M. Stallman <rms@gnu.org>
8467
8468 * searching.texi (Regexp Search): Add search-whitespace-regexp.
8469
84702004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
8471
8472 * tips.texi (Coding Conventions): Fix typo.
8473
84742004-11-16 Richard M. Stallman <rms@gnu.org>
8475
8476 * tips.texi (Coding Conventions): Separate defvar and require
8477 methods to avoid warnings. Use require only when there are many
8478 functions and variables from that package.
8479
8480 * minibuf.texi (Minibuffer Completion): When ignoring case,
8481 predicate must not be case-sensitive.
8482
8483 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
8484 (Test Coverage): Don't talk about "splotches". Clarified.
8485
84862004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
8487
8488 * frames.texi (Window Frame Parameters): Fix typo.
8489
84902004-11-15 Kim F. Storm <storm@cua.dk>
8491
8492 * symbols.texi (Other Plists): Note that plist-get may signal error.
8493 Add safe-plist-get.
8494
84952004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
8496
8497 * modes.texi (Font Lock Basics): Fix typo.
8498
84992004-11-08 Richard M. Stallman <rms@gnu.org>
8500
8501 * syntax.texi (Syntax Table Functions): Add syntax-after.
8502
85032004-11-06 Lars Brinkhoff <lars@nocrew.org>
8504
8505 * os.texi (Processor Run Time): New section documenting
8506 get-internal-run-time.
8507
85082004-11-06 Eli Zaretskii <eliz@gnu.org>
8509
8510 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
8511 it nukes elisp-cover.texi.
8512 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
8513 elisp-0 etc.
8514
85152004-11-05 Luc Teirlinck <teirllm@auburn.edu>
8516
8517 * commands.texi (Keyboard Macros): Document `append' return value
8518 of `defining-kbd-macro'.
8519
85202004-11-01 Richard M. Stallman <rms@gnu.org>
8521
8522 * commands.texi (Interactive Call): Add called-interactively-p.
8523
85242004-10-29 Simon Josefsson <jas@extundo.com>
8525
8526 * minibuf.texi (Reading a Password): Revert.
8527
85282004-10-28 Richard M. Stallman <rms@gnu.org>
8529
8530 * frames.texi (Display Feature Testing): Explain about "vendor".
8531
85322004-10-27 Richard M. Stallman <rms@gnu.org>
8533
8534 * commands.texi (Interactive Codes): `N' uses numeric prefix,
8535 not raw. Clarify `n'.
8536 (Interactive Call): Rewrite interactive-p, focusing on when
8537 and how to use it.
8538 (Misc Events): Clarify previous change.
8539
8540 * advice.texi (Simple Advice): Clarify what job the example does.
8541 (Around-Advice): Clarify ad-do-it.
8542 (Activation of Advice): An option of ad-default-compilation-action
8543 is `never', not `nil'.
8544
85452004-10-26 Kim F. Storm <storm@cua.dk>
8546
8547 * commands.texi (Interactive Codes): Add U code letter.
8548
85492004-10-25 Simon Josefsson <jas@extundo.com>
8550
8551 * minibuf.texi (Reading a Password): Add.
8552
85532004-10-24 Jason Rumney <jasonr@gnu.org>
8554
8555 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
8556 and wheel-down.
8557
85582004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
8559
8560 * processes.texi (Synchronous Processes): Document process-file.
8561
85622004-10-22 Kenichi Handa <handa@m17n.org>
8563
8564 * text.texi (translate-region): Document that it accepts also a
8565 char-table.
8566
85672004-10-22 David Ponce <david@dponce.com>
8568
8569 * windows.texi (Resizing Windows): Document the `preserve-before'
8570 argument of the functions `enlarge-window' and `shrink-window'.
8571
85722004-10-19 Jason Rumney <jasonr@gnu.org>
8573
8574 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
8575
85762004-10-09 Luc Teirlinck <teirllm@auburn.edu>
8577
8578 * text.texi (Filling): Add anchor for definition of
8579 `sentence-end-double-space'.
8580
8581 * searching.texi (Regexp Example): Update description of how
8582 Emacs currently recognizes the end of a sentence.
8583 (Standard Regexps): Update definition of the variable
8584 `sentence-end'. Add definition of the function `sentence-end'.
8585
85862004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
8587
8588 * display.texi (Progress): New node.
8589
85902004-10-05 Kim F. Storm <storm@cua.dk>
8591
8592 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
8593
85942004-09-29 Kim F. Storm <storm@cua.dk>
8595
8596 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
8597 to identify bitmaps. Remove -fringe-bitmap suffix for standard
8598 fringe bitmap symbols, as they now have their own namespace.
8599 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
8600 vs. pixels. Signal error if no free bitmap slots.
8601 (Pixel Specification): Change IMAGE to @var{image}.
8602
86032004-09-28 Richard M. Stallman <rms@gnu.org>
8604
8605 * text.texi (Special Properties): Clarify line-spacing and line-height.
8606
8607 * searching.texi (Regexp Search): Add looking-back.
8608
86092004-09-25 Luc Teirlinck <teirllm@auburn.edu>
8610
8611 * display.texi: Correct typos.
8612 (Image Descriptors): Correct xref's.
8613
86142004-09-25 Richard M. Stallman <rms@gnu.org>
8615
8616 * text.texi (Special Properties): Cleanups in `cursor'.
8617 Rewrites in `line-height' and `line-spacing'; exchange them.
8618
8619 * display.texi (Fringes): Rewrite previous change.
8620 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
8621 (Display Fringe Bitmaps): Node deleted, text moved.
8622 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
8623 (Scroll Bars): Clarify set-window-scroll-bars.
8624 (Pointer Shape): Rewrite.
8625 (Specified Space): Clarify :align-to, etc.
8626 (Pixel Specification): Use @var. Clarify new text.
8627 (Other Display Specs): Clarify `slice'.
8628 (Image Descriptors): Cleanups.
8629 (Showing Images): Cleanups.
8630
86312004-09-24 Luc Teirlinck <teirllm@auburn.edu>
8632
8633 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
8634
8635 * modes.texi: Various minor changes in addition to:
8636 (Major Mode Conventions): Final call to `run-mode-hooks' should
8637 not be inside the `delay-mode-hooks' form.
8638 (Mode Hooks): New node.
8639 (Hooks): Delete obsolete example.
8640 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
8641 node "Mode Hooks".
8642
86432004-09-22 Luc Teirlinck <teirllm@auburn.edu>
8644
8645 * display.texi: Correct various typos.
8646 (Display): Rename node "Pointer Shapes" to "Pointer
8647 Shape". (There is already a node called "Pointer Shapes" in
8648 frames.texi.)
8649 (Images): Remove non-existent node "Image Slices" from menu.
8650
86512004-09-23 Kim F. Storm <storm@cua.dk>
8652
8653 * text.texi (Special Properties): Add `cursor', `pointer',
8654 `line-height', and `line-spacing' properties.
8655
8656 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
8657 Shapes' to menu.
8658 (Standard Faces): Doc fix for fringe face.
8659 (Fringes): Add `overflow-newline-into-fringe' and
8660 'indicate-buffer-boundaries'.
8661 (Fringe Bitmaps, Pointer Shapes): New nodes.
8662 (Display Property): Add 'Pixel Specification' and 'Display Fringe
8663 Bitmaps' to menu.
8664 (Specified Space): Describe pixel width and height.
8665 (Pixel Specification): New node.
8666 (Other Display Specs): Add `slice' property.
8667 (Display Fringe Bitmaps): New node.
8668 (Images): Add 'Image Slices' to menu.
8669 (Image Descriptors): Add `:pointer' and `:map' properties.
5dcb4c4e
SM
8670 (Showing Images): Add slice arg to `insert-image'.
8671 Add 'insert-sliced-image'.
b8d4c8d0
GM
8672
86732004-09-20 Richard M. Stallman <rms@gnu.org>
8674
8675 * commands.texi (Key Sequence Input):
8676 Clarify downcasing in read-key-sequence.
8677
86782004-09-08 Juri Linkov <juri@jurta.org>
8679
8680 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
8681
86822004-09-07 Luc Teirlinck <teirllm@auburn.edu>
8683
5dcb4c4e
SM
8684 * locals.texi (Standard Buffer-Local Variables):
8685 Add `buffer-auto-save-file-format'.
b8d4c8d0
GM
8686 * internals.texi (Buffer Internals): Describe new
8687 auto_save_file_format field of the buffer structure.
8688 * files.texi (Format Conversion): `auto-save-file-format' has been
8689 renamed `buffer-auto-save-file-format'.
8690
86912004-08-27 Luc Teirlinck <teirllm@auburn.edu>
8692
8693 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
8694 an integer or a marker.
8695 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
8696
86972004-08-22 Richard M. Stallman <rms@gnu.org>
8698
8699 * modes.texi (Major Mode Conventions): Discuss rebinding of
8700 standard key bindings.
8701
87022004-08-18 Kim F. Storm <storm@cua.dk>
8703
8704 * processes.texi (Accepting Output): Add `just-this-one' arg to
8705 `accept-process-output'.
8706 (Output from Processes): New var `process-adaptive-read-buffering'.
8707
87082004-08-10 Luc Teirlinck <teirllm@auburn.edu>
8709
8710 * keymaps.texi: Various changes in addition to:
8711 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
8712 Give more varied examples for `kbd'.
8713 (Creating Keymaps): Char tables have slots for all characters
8714 without modifiers.
8715 (Active Keymaps): `overriding-local-map' and
8716 `overriding-terminal-local-map' also override text property and
8717 overlay keymaps.
8718 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
8719 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
8720 to denote a prefix of no events.
8721 `map-keymap' includes parent's bindings _recursively_.
8722 Clarify and correct description of `where-is-internal'.
8723 Mention BUFFER-OR-NAME arg to `describe-bindings'.
8724 (Menu Example): For menus intended for use with the keyboard, the
8725 menu items should be bound to characters or real function keys.
8726
87272004-08-08 Luc Teirlinck <teirllm@auburn.edu>
8728
8729 * objects.texi (Character Type): Reposition `@anchor' to prevent
8730 double space inside sentence in Info.
8731
8732 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
8733 renamed to `disabled-command-function'.
8734 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
8735 (Command Loop Info): Replace reference to it.
8736 (Disabling Commands): `disabled-command-hook' has been renamed to
8737 `disabled-command-function'.
8738
87392004-08-07 Luc Teirlinck <teirllm@auburn.edu>
8740
8741 * os.texi (Translating Input): Only non-prefix bindings in
8742 `key-translation-map' override actual key bindings. Warn about
8743 possible indirect effect of actual key bindings on non-prefix
8744 bindings in `key-translation-map'.
8745
87462004-08-06 Luc Teirlinck <teirllm@auburn.edu>
8747
8748 * minibuf.texi (High-Level Completion): Add anchor for definition
8749 of `read-variable'.
8750
8751 * commands.texi: Various changes in addition to:
8752 (Using Interactive): Clarify description of `interactive-form'.
8753 (Interactive Call): Mention default for KEYS argument to
8754 `call-interactively'.
8755 (Command Loop Info): Clarify description of `this-command-keys'.
8756 Mention KEEP-RECORD argument to `clear-this-command-keys'.
8757 Value of `last-event-frame' can be `macro'.
8758 (Repeat Events): `double-click-fuzz' is also used to distinguish
8759 clicks and drags.
8760 (Classifying Events): Clarify descriptions of `event-modifiers'
8761 `event-basic-type' and `event-convert-list'.
8762 (Accessing Events): `posn-timestamp' takes POSITION argument.
8763 (Quoted Character Input): Clarify description of
8764 `read-quoted-char' and fix example.
8765 (Quitting): Add `with-local-quit'.
8766 (Disabling Commands): Correct and clarify descriptions of
8767 `enable-command' and `disable-command'.
8768 Mention what happens if `disabled-command-hook' is nil.
8769 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
8770 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
8771
87722004-07-24 Luc Teirlinck <teirllm@auburn.edu>
8773
8774 * frames.texi: Various changes in addition to:
8775 (Creating Frames): Expand and clarify description of `make-frame'.
8776 (Window Frame Parameters): Either none or both of the `icon-left'
8777 and `icon-top' parameters must be specified. Put descriptions of
8778 `menu-bar-lines' and `toolbar-lines' closer together and change
8779 them accordingly.
8780 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
8781 except while processing `frame-title-format' or `icon-title-format'.
8782 (Deleting Frames): Correct description of `delete-frame'.
8783 Non-nil return values of `frame-live-p' are like those of `framep'.
8784 (Frames and Windows): Mention return value of
8785 `set-frame-selected-window'.
8786 (Visibility of Frames): Mention `force' argument to
8787 `make-frame-invisible'. `frame-visible-p' returns t for all
8788 frames on text-only terminals.
8789 (Frame Configurations): Restoring a frame configuration does not
8790 restore deleted frames.
8791 (Window System Selections): `x-set-selection' returns DATA.
8792 (Resources): Add example.
8793 (Display Feature Testing): Clarify descriptions of
8794 `display-pixel-height', `display-pixel-width', `x-server-version'
8795 and `x-server-vendor'.
8796
8797 * windows.texi (Choosing Window): Add anchor.
8798 * minibuf.texi (Minibuffer Misc): Add anchor.
8799
88002004-07-23 John Paul Wallington <jpw@gnu.org>
8801
8802 * macros.texi (Defining Macros): Declaration keyword for setting
8803 Edebug spec is `debug' not `edebug'.
8804
88052004-07-19 Luc Teirlinck <teirllm@auburn.edu>
8806
8807 * windows.texi: Various small changes in addition to:
8808 (Window Point): Mention return value of `set-window-point'.
8809 (Window Start): `pos-visible-in-window-p' disregards horizontal
8810 scrolling. Explain return value if PARTIALLY is non-nil.
8811 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
8812 and `set-window-vscroll'.
8813 (Size of Window): The argument WINDOW to `window-inside-edges',
8814 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
8815 (Resizing Windows): Explain return value of
8816 `shrink-window-if-larger-than-buffer'.
8817 `window-size-fixed' automatically becomes buffer local when set.
8818 (Window Configurations): Explain return value of
8819 `set-window-configuration'.
8820
8821 * minibuf.texi (Minibuffer Misc): Add anchor for
8822 `minibuffer-scroll-window'.
8823
8824 * positions.texi (Text Lines): Add anchor for `count-lines'.
8825
88262004-07-17 Richard M. Stallman <rms@gnu.org>
8827
8828 * display.texi (Overlay Properties): Adding `evaporate' prop
8829 deletes empty overlay immediately.
8830
8831 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
8832 fix example.
8833
88342004-07-16 Jim Blandy <jimb@redhat.com>
8835
8836 * searching.texi (Regexp Backslash): Document new \_< and \_>
8837 operators.
8838
88392004-07-16 Juanma Barranquero <lektu@terra.es>
8840
8841 * display.texi (Images): Fix Texinfo usage.
8842
88432004-07-14 Luc Teirlinck <teirllm@auburn.edu>
8844
8845 * buffers.texi (Modification Time): `visited-file-modtime' now
8846 returns a list of two integers, instead of a cons.
8847
88482004-07-13 Luc Teirlinck <teirllm@auburn.edu>
8849
8850 * windows.texi: Various changes in addition to:
8851 (Splitting Windows): Add `split-window-keep-point'.
8852
88532004-07-09 Richard M. Stallman <rms@gnu.org>
8854
8855 * frames.texi (Input Focus): Minor fix.
8856
88572004-07-07 Luc Teirlinck <teirllm@auburn.edu>
8858
8859 * frames.texi (Input Focus): Clarify descriptions of
8860 `select-frame-set-input-focus' and `select-frame'.
8861
88622004-07-06 Luc Teirlinck <teirllm@auburn.edu>
8863
8864 * os.texi: Various small changes in addition to:
8865 (Killing Emacs): Expand and clarify description of
8866 `kill-emacs-query-functions' and `kill-emacs-hook'.
8867 (System Environment): Expand and clarify description of `getenv'
8868 and `setenv'.
8869 (Timers): Clarify description of `run-at-time'.
8870 (Translating Input): Correct description of
8871 `extra-keyboard-modifiers'.
8872 (Flow Control): Correct description of `enable-flow-control'.
8873
88742004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
8875
8876 * os.texi: Update copyright.
8877 (Session Management): Grammar fix.
8878 Clarify which Emacs does the restarting.
8879 Use @samp for *scratch* buffer.
8880
88812004-07-04 Alan Mackenzie <acm@muc.de>
8882
8883 * frames.texi (Input Focus): Add documentation for
8884 `select-frame-set-input-focus'. Replace refs to non-existent
8885 `switch-frame' with `select-frame'. Minor corrections and tidying
8886 up of text-only terminal stuff.
8887
88882004-07-02 Richard M. Stallman <rms@gnu.org>
8889
8890 * files.texi (Saving Buffers): Cleanup write-contents-function.
8891 (Magic File Names): Cleanup file-remote-p.
8892
b344d29d 88932004-07-02 Kai Großjohann <kai@emptydomain.de>
b8d4c8d0
GM
8894
8895 * files.texi (Magic File Names): `file-remote-p' returns an
8896 identifier of the remote system, not just t.
8897
88982004-07-02 David Kastrup <dak@gnu.org>
8899
8900 * searching.texi (Entire Match Data): Add explanation about new
8901 match-data behavior when @var{integers} is non-nil.
8902
89032004-06-24 Richard M. Stallman <rms@gnu.org>
8904
8905 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
8906
8907 * customize.texi (Variable Definitions): Note about doc strings
8908 and :set.
8909
8910 * keymaps.texi (Keymap Terminology): Document `kbd'.
8911 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
8912
8913 * display.texi (Invisible Text): Setting buffer-invisibility-spec
8914 makes it buffer-local.
8915
8916 * files.texi (Saving Buffers): Correct previous change.
8917
8918 * commands.texi (Accessing Events):
8919 Clarify posn-col-row and posn-actual-col-row.
8920
89212004-06-24 David Ponce <david.ponce@wanadoo.fr>
8922
8923 * commands.texi (Accessing Events): New functions
8924 posn-at-point and posn-at-x-y. Add example to posn-x-y.
8925
89262004-06-23 Luc Teirlinck <teirllm@auburn.edu>
8927
8928 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
8929 * frames.texi, buffers.texi, backups.texi, variables.texi:
8930 * loading.texi, eval.texi, functions.texi, control.texi:
8931 * symbols.texi, minibuf.texi: Reposition @anchor's.
8932
8933 * help.texi: Various small changes in addition to the following.
8934 (Describing Characters): Describe PREFIX argument to
8935 `key-description'. Correct and clarify definition of
8936 `text-char-description'. Describe NEED-VECTOR argument to
8937 `read-kbd-macro'.
8938 (Help Functions): Clarify definition of `apropos'.
8939
89402004-06-23 Lars Hansen <larsh@math.ku.dk>
8941
8942 * files.texi (Saving Buffers): Correct description of
8943 `write-contents-functions'.
8944
89452004-06-21 Juanma Barranquero <lektu@terra.es>
8946
8947 * display.texi (Images): Remove redundant @vindex directives.
8948 Rewrite `image-library-alist' doc in active voice.
8949
89502004-06-14 Juanma Barranquero <lektu@terra.es>
8951
8952 * display.texi (Images): Document new delayed library loading,
8953 variable `image-library-alist' and (existing but undocumented)
8954 function `image-type-available-p'.
8955
89562004-06-05 Richard M. Stallman <rms@gnu.org>
8957
8958 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
8959 refer the user to the Initial Input node.
8960 (Text from Minibuffer): Likewise.
8961 (Initial Input): New node. Document this feature
8962 and say it is mostly deprecated.
8963
89642004-05-30 Richard M. Stallman <rms@gnu.org>
8965
8966 * loading.texi (Named Features): Clarify return value
8967 and meaning of NOERROR.
8968
8969 * variables.texi (File Local Variables): Minor cleanup.
8970
89712004-05-30 Michael Albinus <michael.albinus@gmx.de>
8972
8973 * files.texi (Magic File Names): Add `file-remote-p' as operation
8974 of file name handlers.
8975
89762004-05-29 Richard M. Stallman <rms@gnu.org>
8977
8978 * modes.texi (Minor Mode Conventions): (-) has no special meaning
8979 as arg to a minor mode command.
8980
89812004-05-22 Richard M. Stallman <rms@gnu.org>
8982
8983 * syntax.texi (Syntax Class Table): Word syntax not just for English.
8984
8985 * streams.texi (Output Variables): Doc float-output-format.
8986
8987 * searching.texi (Regexp Special): Nested repetition can be infloop.
8988
8989 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
8990 real stack overflow.
8991
8992 * compile.texi: Minor cleanups.
8993
89942004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
8995
8996 * lists.texi (Cons Cells): Explain dotted lists, true lists,
8997 circular lists.
8998 (List Elements): Explain handling of circular and dotted lists.
8999
90002004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
9001
9002 * modes.texi (Search-based Fontification): Fix typo.
9003
90042004-05-10 Juanma Barranquero <lektu@terra.es>
9005
9006 * modes.texi (Mode Line Variables): Fix description of
9007 global-mode-string, which is now after which-func-mode, not the
9008 buffer name.
9009
90102004-05-07 Lars Hansen <larsh@math.ku.dk>
9011
9012 * modes.texi (Desktop Save Mode): Add.
9013 (Modes): Add menu entry Desktop Save Mode.
9014
9015 * hooks.texi: Add desktop-after-read-hook,
9016 desktop-no-desktop-file-hook and desktop-save-hook.
9017
9018 * locals.texi: Add desktop-save-buffer.
9019
90202004-04-30 Jesper Harder <harder@ifa.au.dk>
9021
9022 * display.texi: emacs -> Emacs.
9023
90242004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
9025
9026 * files.texi (Changing Files): Document set-file-times.
9027
90282004-04-23 Juanma Barranquero <lektu@terra.es>
9029
9030 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
9031
90322004-04-18 Jesper Harder <harder@ifa.au.dk>
9033
9034 * tips.texi (Coding Conventions): defopt -> defcustom.
9035
90362004-04-16 Luc Teirlinck <teirllm@auburn.edu>
9037
9038 * sequences.texi: Various clarifications.
9039
90402004-04-14 Luc Teirlinck <teirllm@auburn.edu>
9041
9042 * buffers.texi (Read Only Buffers): Mention optional ARG to
9043 `toggle-read-only'.
9044
90452004-04-14 Nick Roberts <nick@nick.uklinux.net>
9046
9047 * windows.texi (Selecting Windows): Note that get-lru-window
9048 returns a full-width window if possible.
9049
90502004-04-13 Luc Teirlinck <teirllm@auburn.edu>
9051
9052 * buffers.texi: Various changes in addition to:
9053 (Buffer File Name): Add `find-buffer-visiting'.
9054 (Buffer Modification): Mention optional ARG to `not-modified'.
9055 (Indirect Buffers): Mention optional CLONE argument to
9056 `make-indirect-buffer'.
9057
9058 * files.texi: Various changes in addition to:
9059 (Visiting Functions): `find-file-hook' is now a normal hook.
9060 (File Name Expansion): Explain difference between the way that
9061 `expand-file-name' and `file-truename' treat `..'.
9062 (Contents of Directories): Mention optional ID-FORMAT argument to
9063 `directory-files-and-attributes'.
9064 (Format Conversion): Mention new optional CONFIRM argument to
9065 `format-write-file'.
9066
90672004-04-12 Miles Bader <miles@gnu.org>
9068
9069 * macros.texi (Expansion): Add description of `macroexpand-all'.
9070
90712004-04-05 Jesper Harder <harder@ifa.au.dk>
9072
5dcb4c4e
SM
9073 * variables.texi (Variable Aliases):
9074 Mention cyclic-variable-indirection.
b8d4c8d0
GM
9075
9076 * errors.texi (Standard Errors): Ditto.
9077
90782004-04-04 Luc Teirlinck <teirllm@auburn.edu>
9079
9080 * backups.texi: Various small changes in addition to:
9081 (Making Backups): Mention return value of `backup-buffer'.
9082 (Auto-Saving): Mention optional FORCE argument to
9083 `delete-auto-save-file-if-necessary'.
9084 (Reverting): Mention optional PRESERVE-MODES argument to
9085 `revert-buffer'. Correct description of `revert-buffer-function'.
9086
90872004-03-22 Juri Linkov <juri@jurta.org>
9088
9089 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
9090 with `Vector Functions'.
9091
9092 * text.texi (Sorting): Add missing quote.
9093
90942004-03-14 Luc Teirlinck <teirllm@auburn.edu>
9095
9096 * intro.texi (Lisp History): Replace xref to `cl' manual with
9097 inforef.
9098
90992004-03-12 Richard M. Stallman <rms@gnu.org>
9100
9101 * intro.texi (Version Info): Add arg to emacs-version.
9102 (Lisp History): Change xref to CL manual.
9103
91042004-03-09 Luc Teirlinck <teirllm@auburn.edu>
9105
9106 * minibuf.texi (Completion Commands): Add xref to Emacs manual
9107 for Partial Completion mode.
9108
91092004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
9110
9111 * customize.texi: Fix typo. Remove eol whitespace.
9112
91132004-03-04 Richard M. Stallman <rms@gnu.org>
9114
9115 * processes.texi: Fix typos.
9116
9117 * lists.texi (Building Lists): Minor clarification.
9118
9119 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
9120 in make-hash-table.
9121
91222004-02-29 Juanma Barranquero <lektu@terra.es>
9123
9124 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
9125 rm, and ignore exit code.
9126
91272004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
9128
9129 * display.texi (Defining Faces): Add description for min-colors.
9130 Update example.
9131
91322004-02-23 Luc Teirlinck <teirllm@auburn.edu>
9133
9134 * abbrevs.texi: Various corrections and clarifications in addition
9135 to the following:
9136 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
9137
91382004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
9139
9140 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
9141
91422004-02-21 Luc Teirlinck <teirllm@auburn.edu>
9143
9144 * text.texi: Various small changes in addition to the following:
9145 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
9146 to delete-horizontal-space.
9147 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
9148 description of yank-handler text property at various places.
9149
9150 * frames.texi (Window System Selections): Add anchor.
9151
9152 * syntax.texi (Syntax Table Functions): Clarify and correct
9153 descriptions of make-syntax-table and copy-syntax-table.
9154 (Motion and Syntax): Clarify SYNTAXES argument to
9155 skip-syntax-forward.
9156 (Parsing Expressions): Mention that the return value of
9157 parse-partial-sexp is currently a list of ten rather than nine
9158 elements.
9159 (Categories): Various corrections and clarifications.
9160
91612004-02-17 Luc Teirlinck <teirllm@auburn.edu>
9162
9163 * markers.texi (Marker Insertion Types): Minor change.
9164
9165 * locals.texi (Standard Buffer-Local Variables):
9166 * commands.texi (Interactive Codes, Using Interactive):
9167 * functions.texi (Related Topics): Fix xrefs.
9168
91692004-02-16 Luc Teirlinck <teirllm@auburn.edu>
9170
9171 * lists.texi (Sets And Lists): Update description of delete-dups.
9172
91732004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
9174
9175 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
9176
c8763fb6 91772004-02-16 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
9178
9179 * frames.texi (Parameter Access): frame-parameters arg is optional.
9180 modify-frame-parameters handles nil for FRAME.
9181 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
9182 are all-or-nothing for certain toolkits.
9183 Mention parameter wait-for-wm.
9184 (Frames and Windows): In frame-first-window and frame-selected-window
9185 the arg is optional.
9186 (Input Focus): In redirect-frame-focus the second arg is optional.
9187 (Window System Selections): Mention selection type CLIPBOARD.
9188 Mention data-type UTF8_STRING.
9189 Mention numbering of cut buffers.
9190 (Resources): Describe x-resource-name.
9191
91922004-02-16 Richard M. Stallman <rms@gnu.org>
9193
9194 * windows.texi (Buffers and Windows): Delete false table
9195 about all-frames.
9196
9197 * syntax.texi (Parsing Expressions): Delete old caveat
9198 about parse-sexp-ignore-comments.
9199
9200 * streams.texi (Output Variables): Add print-quoted.
9201
9202 * lists.texi (Building Lists): Minor cleanup.
9203
9204 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
9205
9206 * display.texi (Overlays): Explain overlays use markers.
9207 (Managing Overlays): Explain front-advance and rear-advance
9208 in more detail.
9209
9210 * loading.texi (Unloading): Document unload-feature-special-hooks.
9211 Get rid of fns-NNN.el file.
9212
92132004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
9214
9215 * help.texi (Describing Characters): Fix text-char-description
9216 example output.
9217
9218 * edebug.texi (Using Edebug): Fix example.
9219
9220 * debugging.texi (Internals of Debugger): Fix return value.
9221
9222 * files.texi (Changing Files): Fix argname.
9223
9224 * calendar.texi: Fix parens, and default values.
9225
9226 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
9227 * nonascii.texi, objects.texi, os.texi: Minor fixes.
b3e755a9 9228 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
b8d4c8d0
GM
9229
9230 * positions.texi (Text Lines): Don't add -1 in current-line.
9231
92322004-02-16 Richard M. Stallman <rms@gnu.org>
9233
9234 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
9235
92362004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
9237
9238 * processes.texi (Low-Level Network): Fix a typo.
9239
92402004-02-12 Kim F. Storm <storm@cua.dk>
9241
9242 * display.texi (Fringes): Use consistent wording.
9243 Note that window-fringe's window arg is optional.
9244 (Scroll Bars): Use consistent wording.
9245
92462004-02-11 Luc Teirlinck <teirllm@auburn.edu>
9247
9248 * tips.texi (Comment Tips): Document the new conventions for
9249 commenting out code.
9250
c8763fb6 92512004-02-07 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0 9252
5dcb4c4e 9253 * positions.texi (Text Lines): Add missing end defun.
b8d4c8d0
GM
9254
92552004-02-07 Kim F. Storm <storm@cua.dk>
9256
9257 * positions.texi (Text Lines): Add line-number-at-pos.
9258
92592004-02-06 John Paul Wallington <jpw@gnu.org>
9260
9261 * display.texi (Button Properties, Button Buffer Commands):
9262 mouse-2 invokes button, not down-mouse-1.
9263
92642004-02-04 Jason Rumney <jasonr@gnu.org>
9265
9266 * makefile.w32-in: Sync with Makefile.in changes.
9267
92682004-02-03 Luc Teirlinck <teirllm@auburn.edu>
9269
9270 * minibuf.texi (Text from Minibuffer): Various corrections and
9271 clarifications.
9272 (Object from Minibuffer): Correct Lisp description of
9273 read-minibuffer.
9274 (Minibuffer History): Clarify description of cons values for
9275 HISTORY arguments.
5dcb4c4e
SM
9276 (Basic Completion): Various corrections and clarifications.
9277 Add completion-regexp-list.
b8d4c8d0
GM
9278 (Minibuffer Completion): Correct and clarify description of
9279 completing-read.
5dcb4c4e
SM
9280 (Completion Commands): Mention Partial Completion mode.
9281 Various other minor changes.
b8d4c8d0
GM
9282 (High-Level Completion): Various corrections and clarifications.
9283 (Reading File Names): Ditto.
9284 (Minibuffer Misc): Ditto.
9285
92862004-01-26 Luc Teirlinck <teirllm@auburn.edu>
9287
9288 * strings.texi (Text Comparison): assoc-string also matches
9289 elements of alists that are strings instead of conses.
9290 (Formatting Strings): Standardize Texinfo usage. Update index
9291 entries.
9292
92932004-01-20 Luc Teirlinck <teirllm@auburn.edu>
9294
9295 * lists.texi (Sets And Lists): Add delete-dups.
9296
92972004-01-15 Luc Teirlinck <teirllm@auburn.edu>
9298
9299 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
9300 special form.
9301 * macros.texi (Defining Macros): Update description of `declare',
9302 which now is a macro.
9303 (Wrong Time): Fix typos.
9304
93052004-01-14 Luc Teirlinck <teirllm@auburn.edu>
9306
9307 * compile.texi (Compilation Functions): Expand descriptions of
9308 `compile-defun', `byte-compile-file', `byte-recompile-directory'
9309 and `batch-byte-compile'. In particular, mention and describe
9310 all optional arguments.
9311 (Disassembly): Correct and clarify the description of `disassemble'.
9312
93132004-01-11 Luc Teirlinck <teirllm@auburn.edu>
9314
9315 * searching.texi: Various small changes in addition to the
9316 following.
9317 (Regexp Example): Adapt to new value of `sentence-end'.
9318 (Regexp Functions): The PAREN argument to `regexp-opt' can be
9319 `words'.
9320 (Search and Replace): Add usage note for `perform-replace'.
9321 (Entire Match Data): Mention INTEGERS and REUSE arguments to
9322 `match-data'.
9323 (Standard Regexps): Update for new values of `paragraph-start'
9324 and `sentence-end'.
9325
93262004-01-07 Luc Teirlinck <teirllm@auburn.edu>
9327
9328 * files.texi (Saving Buffers): Clarify descriptions of
9329 `write-contents-functions' and `before-save-hook'.
9330 Make the defvar's for `before-save-hook' and `after-save-hook'
9331 into defopt's.
9332
93332004-01-07 Kim F. Storm <storm@cua.dk>
9334
9335 * commands.texi (Click Events): Describe new image and
9336 width/height elements of click events.
9337 (Accessing Events): Add posn-string, posn-image, and
9338 posn-object-width-height. Change posn-object to return either
9339 image or string object.
9340
93412004-01-01 Simon Josefsson <jas@extundo.com>
9342
9343 * hooks.texi (Standard Hooks): Add before-save-hook.
9344 * files.texi (Saving Buffers): Likewise.
9345
93462004-01-03 Richard M. Stallman <rms@gnu.org>
9347
9348 * frames.texi (Frames and Windows): Delete frame-root-window.
9349
93502004-01-03 Luc Teirlinck <teirllm@auburn.edu>
9351
9352 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
9353
9354 * functions.texi: Various small changes in addition to the
9355 following.
5dcb4c4e
SM
9356 (What Is a Function): `functionp' returns nil for macros.
9357 Clarify behavior of this and following functions for symbol arguments.
b8d4c8d0
GM
9358 (Function Documentation): Add `\' in front of (fn @var{arglist})
9359 and explain why.
9360 (Defining Functions): Mention DOCSTRING argument to `defalias'.
9361 Add anchor.
9362 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
9363
93642004-01-01 Miles Bader <miles@gnu.org>
9365
9366 * display.texi (Buttons): New section.
9367
93682003-12-31 Andreas Schwab <schwab@suse.de>
9369
9370 * numbers.texi (Math Functions): sqrt reports a domain-error
9371 error.
9372 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
9373
93742003-12-30 Luc Teirlinck <teirllm@auburn.edu>
9375
9376 * tips.texi (Documentation Tips): Update item on hyperlinks in
9377 documentation strings.
9378
9379 * errors.texi (Standard Errors): Various small corrections and
9380 additions.
9381
9382 * control.texi: Various small changes in addition to the
9383 following.
9384 (Signaling Errors): Provide some more details on how `signal'
9385 constructs the error message. Add anchor to the definition of
9386 `signal'.
9387 (Error Symbols): Describe special treatment of `quit'.
9388 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
9389 to emphasize that it has to be a single form.
9390
9391 * buffers.texi: Add anchor.
9392
93932003-12-29 Richard M. Stallman <rms@gnu.org>
9394
9395 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
9396 (Window Configurations): Add window-configuration-frame.
9397
9398 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
9399
9400 * text.texi (Examining Properties): Add get-char-property-and-overlay.
9401 Change arg name in get-char-property.
9402 (Special Properties): Update handling of keymap property.
9403
9404 * strings.texi (Modifying Strings): Add clear-string.
9405 (Text Comparison): Add assoc-string and remove
9406 assoc-ignore-case, assoc-ignore-representation.
9407
9408 * os.texi (Time of Day): Add set-time-zone-rule.
9409
9410 * numbers.texi (Math Functions): asin, acos, log, log10
9411 report domain-error errors.
9412
9413 * nonascii.texi (Converting Representations):
9414 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
9415 (Encoding and I/O): Add file-name-coding-system.
9416
9417 * modes.texi (Search-based Fontification): Explain that
9418 face specs are symbols with face names as values.
9419
9420 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
9421
9422 * lists.texi (Building Lists): remq moved elsewhere.
9423 (Sets And Lists): remq moved here.
9424 (Association Lists): Refer to assoc-string.
9425
9426 * internals.texi (Garbage Collection): Add memory-use-counts.
9427
9428 * frames.texi (Frames and Windows): Add set-frame-selected-window
9429 and frame-root-window.
9430
9431 * files.texi (Contents of Directories):
9432 Add directory-files-and-attributes.
9433
9434 * display.texi (Refresh Screen): Add force-window-update.
9435 (Invisible Text): Explain about moving point out of invis text.
9436 (Overlay Properties): Add overlay-properties.
9437 (Managing Overlays): Add overlayp.
9438 (GIF Images): Invalid image number displays a hollow box.
9439
9440 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
9441 (Killing Buffers): Add buffer-live-p.
9442
94432003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
9444
9445 * display.texi (Fringes): Fix typo "set-buffer-window".
9446
94472003-12-24 Luc Teirlinck <teirllm@auburn.edu>
9448
9449 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
9450 * nonascii.texi, processes.texi, tips.texi, variables.texi:
9451 Add or change various xrefs and anchors.
9452
9453 * commands.texi: Replace all occurrences of @acronym{CAR} with
9454 @sc{car}, for consistency with the rest of the Elisp manual.
9455 `car' and `cdr' are historically acronyms, but are no longer
9456 widely thought of as such.
9457
9458 * internals.texi (Pure Storage): Mention that `purecopy' does not
9459 copy text properties.
9460 (Object Internals): Now 29 bits are used (in most implementations)
9461 to address Lisp objects.
9462
9463 * variables.texi (Variables with Restricted Values): New node.
9464
9465 * objects.texi (Lisp Data Types): Mention that certain variables
9466 can only take on a restricted set of values and add an xref to
9467 the new node "Variables with Restricted Values".
9468
9469 * eval.texi (Function Indirection): Describe the errors that
9470 `indirect-function' can signal.
9471 (Eval): Clarify the descriptions of `eval-region' and `values'.
9472 Describe `eval-buffer' instead of `eval-current-buffer' and
9473 mention `eval-current-buffer' as an alias for `current-buffer'.
9474 Correct the description and mention all optional arguments.
9475
9476 * nonascii.texi: Various small changes in addition to the
9477 following.
9478 (Converting Representations): Clarify behavior of
9479 `string-make-multibyte' and `string-to-multibyte' for unibyte all
9480 ASCII arguments.
9481 (Character Sets): Document the variable `charset-list' and adapt
9482 the definition of the function `charset-list' accordingly.
9483 (Translation of Characters): Clarify use of generic characters in
9484 `make-translation-table'. Clarify and correct the description of
9485 the use of translation tables in encoding and decoding.
9486 (User-Chosen Coding Systems): Correct and clarify the description
9487 of `select-safe-coding-system'.
9488 (Default Coding Systems): Clarify description of
9489 `file-coding-system-alist'.
9490
94912003-11-30 Luc Teirlinck <teirllm@auburn.edu>
9492
9493 * strings.texi (Text Comparison): Correctly describe when two
9494 strings are `equal'. Combine and clarify descriptions of
9495 `assoc-ignore-case' and `assoc-ignore-representation'.
9496
9497 * objects.texi (Non-ASCII in Strings): Clarify description of
9498 when a string is unibyte or multibyte.
9499 (Bool-Vector Type): Update examples.
9500 (Equality Predicates): Correctly describe when two strings are
9501 `equal'.
9502
95032003-11-29 Luc Teirlinck <teirllm@auburn.edu>
9504
9505 * lists.texi (Building Lists): `append' no longer accepts integer
9506 arguments. Update the description of `number-sequence' to reflect
9507 recent changes.
9508 (Sets And Lists): Describe `member-ignore-case' after `member'.
9509
95102003-11-27 Kim F. Storm <storm@cua.dk>
9511
9512 * commands.texi (Click Events): Click object may be an images.
9513 Describe (dx . dy) element of click positions.
9514 (Accessing Events): Remove duplicate posn-timestamp.
9515 New functions posn-object and posn-object-x-y.
9516
95172003-11-23 Kim F. Storm <storm@cua.dk>
9518
9519 * commands.texi (Click Events): Describe enhancements to event
9520 position lists, including new text-pos and (col . row) items.
9521 Mention left-fringe and right-fringe area events.
9522 (Accessing Events): New functions posn-area and
9523 posn-actual-col-row. Mention posn-timestamp. Mention that
9524 posn-point in non-text area still returns buffer position.
9525 Clarify posn-col-row.
9526
95272003-11-21 Lars Hansen <larsh@math.ku.dk>
9528
9529 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
9530 * anti.texi (File Attributes): Describe removed parameter
9531 ID-FORMAT.
9532
95332003-11-20 Luc Teirlinck <teirllm@auburn.edu>
9534
9535 * positions.texi (Positions): Mention that, if a marker is used as
9536 a position, its buffer is ignored.
9537
9538 * markers.texi (Overview of Markers): Mention it here too.
9539
95402003-11-12 Luc Teirlinck <teirllm@auburn.edu>
9541
9542 * numbers.texi (Numeric Conversions): Not just `floor', but also
9543 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
9544
95452003-11-10 Luc Teirlinck <teirllm@auburn.edu>
9546
9547 * markers.texi (Creating Markers): Specify insertion type of
9548 created markers. Add xref to `Marker Insertion Types'.
9549 Second argument to `copy-marker' is optional.
9550 (Marker Insertion Types): Mention that most markers are created
9551 with insertion type nil.
9552 (The Mark): Correctly describe when `mark' signals an error.
9553 (The Region): Correctly describe when `region-beginning' and
9554 `region-end' signal an error.
9555
95562003-11-08 Luc Teirlinck <teirllm@auburn.edu>
9557
9558 * hash.texi (Creating Hash): Clarify description of `eql'.
9559 `makehash' is obsolete.
9560 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
9561
9562 * positions.texi (Point): Change description of `buffer-end', so
9563 that it is also correct for floating point arguments.
9564 (List Motion): Correct argument lists of `beginning-of-defun' and
9565 `end-of-defun'.
9566 (Excursions): Add xref to `Marker Insertion Types'.
9567 (Narrowing): Argument to `narrow-to-page' is optional.
9568
95692003-11-06 Luc Teirlinck <teirllm@auburn.edu>
9570
9571 * streams.texi (Output Streams): Clarify behavior of point for
9572 marker output streams.
9573
95742003-11-04 Luc Teirlinck <teirllm@auburn.edu>
9575
9576 * variables.texi (Defining Variables): Second argument to
9577 `defconst' is not optional.
9578 (Setting Variables): Mention optional argument APPEND to
9579 `add-to-list'.
9580 (Creating Buffer-Local): Expand description of
9581 `make-variable-buffer-local'.
9582 (Frame-Local Variables): Expand description of
9583 `make-variable-frame-local'.
9584 (Variable Aliases): Correct description of optional argument
9585 DOCSTRING to `defvaralias'. Mention return value of
9586 `defvaralias'.
9587 (File Local Variables): Add xref to `File variables' in Emacs
9588 Manual. Correct description of `hack-local-variables'. Mention
9589 `safe-local-variable' property. Mention optional second argument
9590 to `risky-local-variable-p'.
9591
95922003-11-03 Luc Teirlinck <teirllm@auburn.edu>
9593
9594 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
9595
95962003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
9597
9598 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
9599 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
9600 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
9601 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
9602 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
9603 lispref/processes.texi, lispref/searching.texi,
9604 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
9605 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
9606 @acronym{FOO}.
9607
96082003-10-27 Luc Teirlinck <teirllm@auburn.edu>
9609
9610 * strings.texi (Creating Strings): Argument START to `substring'
9611 can not be `nil'. Expand description of
9612 `substring-no-properties'. Correct description of `split-string',
9613 especially with respect to empty matches. Prevent very bad line
9614 break in definition of `split-string-default-separators'.
9615 (Text Comparison): `string=' and `string<' also accept symbols as
9616 arguments.
9617 (String Conversion): More completely describe argument BASE in
9618 `string-to-number'.
9619 (Formatting Strings): `%s' and `%S' in `format' do require
9620 corresponding object. Clarify behavior of numeric prefix after
9621 `%' in `format'.
9622 (Case Conversion): The argument to `upcase-initials' can be a
9623 character.
9624
96252003-10-27 Kenichi Handa <handa@m17n.org>
9626
9627 * display.texi (Fontsets): Fix texinfo usage.
9628
96292003-10-25 Kenichi Handa <handa@m17n.org>
9630
9631 * display.texi (Fontsets): Add description of the function
9632 set-fontset-font.
9633
96342003-10-23 Luc Teirlinck <teirllm@auburn.edu>
9635
9636 * display.texi (Temporary Displays): Add xref to `Documentation
9637 Tips'.
9638
9639 * functions.texi (Function Safety): Use inforef instead of pxref
9640 for SES.
9641
96422003-10-23 Andreas Schwab <schwab@suse.de>
9643
9644 * Makefile.in (TEX, texinputdir): Don't define.
9645 (TEXI2DVI): Define.
9646 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
9647 add $(srcdir)/index.texi.
9648 ($(infodir)/elisp): Remove index.texi dependency.
9649 (elisp.dvi): Likewise. Use $(TEXI2DVI).
9650 (index.texi): Remove target.
9651 (dist): Don't link $(srcdir)/permute-index.
9652 (clean): Don't remove index.texi.
9653
9654 * permute-index, index.perm: Remove.
9655 * index.texi: Rename from index.unperm.
9656
96572003-10-22 Luc Teirlinck <teirllm@auburn.edu>
9658
9659 * tips.texi (Documentation Tips): Document new behavior for face
9660 and variable hyperlinks in Help mode.
9661
96622003-10-21 Luc Teirlinck <teirllm@auburn.edu>
9663
9664 * objects.texi (Integer Type): Update for extra bit of integer range.
9665 (Character Type): Ditto.
9666
96672003-10-16 Eli Zaretskii <eliz@gnu.org>
9668
9669 * numbers.texi (Integer Basics): Add index entries for reading
9670 numbers in hex, octal, and binary.
9671
96722003-10-16 Lute Kamstra <lute@gnu.org>
9673
9674 * modes.texi (Mode Line Format): Mention force-mode-line-update's
9675 argument.
9676
96772003-10-13 Luc Teirlinck <teirllm@auburn.edu>
9678
9679 * windows.texi (Choosing Window): Fix typo.
9680 * edebug.texi (Edebug Execution Modes): Fix typo.
9681
96822003-10-13 Richard M. Stallman <rms@gnu.org>
9683
9684 * windows.texi (Basic Windows): A window has fringe settings,
9685 display margins and scroll-bar settings.
9686 (Splitting Windows): Doc split-window return value.
9687 Clean up one-window-p.
9688 (Selecting Windows): Fix typo.
9689 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
9690 (Buffers and Windows): In set-window-buffer, explain effect
9691 on fringe settings and scroll bar settings.
9692 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
9693 (Choosing Window): Use defopt for pop-up-frame-function.
9694 For special-display-buffer-names, explain same-window and same-frame.
9695 Clarify window-dedicated-p return value.
9696 (Textual Scrolling): scroll-up and scroll-down can get an error.
9697 (Horizontal Scrolling): Clarify auto-hscroll-mode.
9698 Clarify set-window-hscroll.
9699 (Size of Window): Don't mention tool bar in window-height.
9700 (Coordinates and Windows): Explain what coordinates-in-window-p
9701 returns for fringes and display margins.
9702 (Window Configurations): Explain saving fringes, etc.
9703
9704 * tips.texi (Library Headers): Clean up Documentation.
9705
9706 * syntax.texi (Parsing Expressions): Clean up forward-comment
9707 and parse-sexp-lookup-properties.
9708
9709 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
9710
9711 * os.texi (System Environment): Clean up text for load-average errors.
9712
9713 * modes.texi (Hooks): Don't explain local hook details at front.
9714 Clarify run-hooks and run-hook-with-args a little.
9715 Clean up add-hook and remove-hook.
9716
9717 * edebug.texi (Edebug Execution Modes): Clarify t.
9718 Document edebug-sit-for-seconds.
9719 (Coverage Testing): Document C-x X = and =.
9720 (Instrumenting Macro Calls): Fix typo.
9721 (Specification List): Don't index the specification keywords.
9722
97232003-10-10 Kim F. Storm <storm@cua.dk>
9724
9725 * processes.texi (Network): Introduce make-network-process.
9726
97272003-10-09 Luc Teirlinck <teirllm@auburn.edu>
9728
9729 * tips.texi (Library Headers): Fix typo.
9730
97312003-10-07 Juri Linkov <juri@jurta.org>
9732
9733 * modes.texi (Imenu): Mention imenu-create-index-function's
9734 default value. Explain submenus better.
9735
97362003-10-07 Lute Kamstra <lute@gnu.org>
9737
9738 * modes.texi (Faces for Font Lock): Fix typo.
9739 (Hooks): Explain how buffer-local hook variables can refer to
9740 global hook variables.
9741 Various minor clarifications.
9742
97432003-10-06 Lute Kamstra <lute@gnu.org>
9744
9745 * tips.texi (Coding Conventions): Mention naming conventions for
9746 hooks.
9747
97482003-10-05 Luc Teirlinck <teirllm@auburn.edu>
9749
9750 * loading.texi (Library Search): Correct default value of
9751 load-suffixes.
9752 (Named Features): Fix typo.
9753
97542003-10-05 Richard M. Stallman <rms@gnu.org>
9755
9756 * loading.texi (Named Features): In `provide',
9757 say how to test for subfeatures.
9758 (Unloading): In unload-feature, use new var name
9759 unload-feature-special-hooks.
9760
97612003-10-03 Lute Kamstra <lute@gnu.org>
9762
9763 * modes.texi (Major Mode Conventions): Mention third way to set up
9764 Imenu.
9765 (Imenu): A number of small fixes.
9766 Delete documentation of internal variable imenu--index-alist.
9767 Document the return value format of imenu-create-index-function
9768 functions.
9769
97702003-09-30 Richard M. Stallman <rms@gnu.org>
9771
9772 * processes.texi (Network): Say what stopped datagram connections do.
9773
9774 * lists.texi (Association Lists): Clarify `assq-delete-all'.
9775
9776 * display.texi (Overlay Properties): Clarify `evaporate' property.
9777
97782003-09-29 Lute Kamstra <lute@gnu.org>
9779
9780 * modes.texi (Mode Line Data): Explain when symbols in mode-line
9781 constructs should be marked as risky.
9782 Change cons cell into proper list.
9783 (Mode Line Variables): Change cons cell into proper list.
9784
97852003-09-26 Lute Kamstra <lute@gnu.org>
9786
9787 * modes.texi (Mode Line Data): Document the :propertize construct.
9788 (Mode Line Variables): Reorder the descriptions of the variables
9789 to match their order in the default mode-line-format.
9790 Describe the new variables mode-line-position and mode-line-modes.
9791 Update the default values of mode-line-frame-identification,
9792 minor-mode-alist, and default-mode-line-format.
9793 (Properties in Mode): Mention the :propertize construct.
9794
97952003-09-26 Richard M. Stallman <rms@gnu.org>
9796
9797 * buffers.texi, commands.texi, debugging.texi, eval.texi:
9798 * loading.texi, minibuf.texi, text.texi, variables.texi:
9799 Avoid @strong{Note:}.
9800
98012003-09-26 Richard M. Stallman <rms@gnu.org>
9802
9803 * keymaps.texi (Remapping Commands): Fix typo.
9804
98052003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
9806
9807 * processes.texi (Low-Level Network): Fix typo.
9808
98092003-09-23 Kim F. Storm <storm@cua.dk>
9810
9811 * processes.texi (Network, Network Servers): Fix typos.
9812 (Low-Level Network): Add timeout value for :server keyword.
9813 Add new option keywords to make-network-process.
9814 Add set-network-process-options.
9815 Explain how to test availability of network options.
9816
98172003-09-19 Richard M. Stallman <rms@gnu.org>
9818
9819 * text.texi (Motion by Indent): Arg to
9820 backward-to-indentation and forward-to-indentation is optional.
9821
9822 * strings.texi (Creating Strings): Add substring-no-properties.
9823
9824 * processes.texi
9825 (Process Information): Add list-processes arg QUERY-ONLY.
9826 Delete process-contact from here.
9827 Add new status values for process-status.
9828 Add process-get, process-put, process-plist, set-process-plist.
9829 (Synchronous Processes): Add call-process-shell-command.
9830 (Signals to Processes): signal-process allows process objects.
9831 (Network): Complete rewrite.
9832 (Network Servers, Datagrams, Low-Level Network): New nodes.
9833
9834 * positions.texi (Word Motion): forward-word, backward-word
9835 arg is optional. Reword.
9836
9837 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
9838
9839 * variables.texi (Creating Buffer-Local):
9840 Delete duplicate definition of buffer-local-value.
9841 (File Local Variables): Explain about discarding text props.
9842
98432003-09-11 Richard M. Stallman <rms@gnu.org>
9844
9845 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
9846 changes variables that record input events.
9847 (Minibuffer Misc): Add minibuffer-selected-window.
9848
9849 * lists.texi (Building Lists): Add copy-tree.
9850
9851 * display.texi (Fontsets): Add char-displayable-p.
9852 (Scroll Bars): New node.
9853
98542003-09-08 Lute Kamstra <lute@gnu.org>
9855
9856 * modes.texi (%-Constructs): Document new `%i' and `%I'
9857 constructs.
9858
98592003-09-03 Peter Runestig <peter@runestig.com>
9860
9861 * makefile.w32-in: New file.
9862
98632003-08-29 Richard M. Stallman <rms@gnu.org>
9864
9865 * display.texi (Overlay Properties): Clarify how priorities
9866 affect use of the properties.
9867
98682003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
9869
9870 * customize.texi (Type Keywords): Correct the description of
9871 `:help-echo' in the case where `motion-doc' is a function.
9872
98732003-08-14 John Paul Wallington <jpw@gnu.org>
9874
9875 * modes.texi (Emulating Mode Line): Subsection, not section.
9876
98772003-08-13 Richard M. Stallman <rms@gnu.org>
9878
9879 * elisp.texi (Top): Update subnode lists in menu.
9880
9881 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
9882 (Kill Functions): kill-region has new arg yank-handler.
9883 (Yanking): New node.
9884 (Yank Commands): Add yank-undo-function.
9885 (Low-Level Kill Ring):
9886 kill-new and kill-append have new arg yank-handler.
9887 (Changing Properties): Add remove-list-of-text-properties.
9888 (Atomic Changes): New node.
9889
9890 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
9891
9892 * streams.texi (Output Variables): Add eval-expression-print-length
9893 and eval-expression-print-level.
9894
9895 * os.texi (Time Conversion): For encode-time, explain limits on year.
9896
9897 * objects.texi (Character Type): Define anchor "modifier bits".
9898
9899 * modes.texi (Emulating Mode Line): New node.
9900 (Search-based Fontification): Font Lock uses font-lock-face property.
9901 (Other Font Lock Variables): Likewise.
9902
9903 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
9904 not vectors.
9905 (Active Keymaps): Add emulation-mode-map-alists.
9906 (Functions for Key Lookup): key-binding has new arg no-remap.
9907 (Remapping Commands): New node.
9908 (Scanning Keymaps): where-is-internal has new arg no-remap.
9909 (Tool Bar): Add tool-bar-local-item-from-menu.
9910 Clarify when to use tool-bar-add-item-from-menu.
9911
9912 * commands.texi (Interactive Call): commandp has new arg.
9913 (Command Loop Info): Add this-original-command.
9914
99152003-08-06 John Paul Wallington <jpw@gnu.org>
9916
9917 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
9918
9919 * display.texi (Warning Basics): Fix typo.
9920 (Fringes): Add closing curly bracket and fix typo.
9921
9922 * elisp.texi (Top): Fix typo.
9923
99242003-08-05 Richard M. Stallman <rms@gnu.org>
9925
9926 * elisp.texi: Update lists of subnodes.
9927
9928 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
9929
9930 * variables.texi (Local Variables): Use lc for example variable names.
9931
9932 * tips.texi (Library Headers): Explain where to put -*-.
9933
9934 * strings.texi (Creating Strings): Fix xref for vconcat.
9935
9936 * sequences.texi (Vector Functions):
9937 vconcat no longer allows integer args.
9938
9939 * minibuf.texi (Reading File Names): read-file-name has new
9940 arg PREDICATE. New function read-directory-name.
9941
c4cc8b9a 9942 * macros.texi (Defining Macros): Give definition of `declare'.
b8d4c8d0
GM
9943 (Indenting Macros): New node.
9944
9945 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
9946 (Window Frame Parameters): Make separate table of parameters
9947 that are coupled with specific face attributes.
9948 (Deleting Frames): delete-frame-hooks renamed to
9949 delete-frame-functions.
9950
9951 * files.texi (Magic File Names): Add file-remote-p.
9952 Clarify file-local-copy.
9953
9954 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
9955 here; instead xref Defining Macros.
9956
9957 * display.texi (Warnings): New node, and subnodes.
9958 (Fringes): New node.
9959
9960 * debugging.texi (Test Coverage): New node.
9961
9962 * compile.texi (Compiler Errors): Explain with-no-warnings
9963 and other ways to suppress warnings.
9964
9965 * commands.texi (Interactive Call): Minor clarification.
9966
9967 * buffers.texi (Buffer File Name): set-visited-file-name
9968 renames the buffer too.
9969
9970 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
9971
99722003-07-24 Markus Rost <rost@math.ohio-state.edu>
9973
9974 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
9975
99762003-07-22 Markus Rost <rost@math.ohio-state.edu>
9977
9978 * internals.texi (Garbage Collection): Fix previous change.
9979
99802003-07-22 Richard M. Stallman <rms@gnu.org>
9981
9982 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
9983
9984 * display.texi (Width): Use \s syntax in example.
9985 (Font Selection): Add face-font-rescale-alist.
9986
9987 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
9988 Remove spurious indent in example.
9989
9990 * lists.texi (Building Lists): Add number-sequence.
9991
9992 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
9993
9994 * functions.texi (Function Documentation): Explain how to
9995 show calling convention explicitly in the doc string.
9996
9997 * windows.texi (Selecting Windows): save-selected-window saves
9998 selected window of each frame.
9999 (Window Configurations): Minor change.
10000
10001 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
10002
10003 * streams.texi (Output Variables): Add print-continuous-numbering
10004 and print-number-table.
10005
10006 * processes.texi (Decoding Output): New node.
10007
10008 * os.texi (Time Conversion): decode-time arg is optional.
10009
10010 * objects.texi (Character Type): Don't use space as example for \.
10011 Make list of char names and \-sequences correspond.
10012 Explain that \s is not used in strings. `\ ' needs space after.
10013
10014 * nonascii.texi (Converting Representations): Add string-to-multibyte.
10015 (Translation of Characters): Add translation-table-for-input.
10016 (Default Coding Systems): Add auto-coding-functions.
10017 (Explicit Encoding): Add decode-coding-inserted-region.
10018 (Locales): Add locale-info.
10019
10020 * minibuf.texi (Basic Completion): Describe test-completion.
10021 Collections can be lists of strings.
10022 Clean up lazy-completion-table.
10023 (Programmed Completion): Mention test-completion.
10024 Clarify why lambda expressions are not accepted.
10025 (Minibuffer Misc): Describe minibufferp.
10026
100272003-07-14 Richard M. Stallman <rms@gnu.org>
10028
10029 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
10030
10031 * windows.texi (Selecting Windows): New arg to select-window.
10032 (Selecting Windows): Add with-selected-window.
10033 (Size of Window): Add window-inside-edges, etc.
10034
10035 * internals.texi (Garbage Collection): Add post-gc-hook.
10036
10037 * processes.texi (Subprocess Creation): Add exec-suffixes.
10038
10039 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
10040 (Scanning Keymaps): Add map-keymaps.
10041 (Defining Menus): Add keymap-prompt.
10042
10043 * numbers.texi (Integer Basics): Add most-positive-fixnum,
10044 most-negative-fixnum.
10045
c4cc8b9a 10046 * compile.texi (Byte Compilation): Explain no-byte-compile.
b8d4c8d0
GM
10047 (Compiler Errors): New node.
10048
10049 * os.texi (User Identification): user-uid, user-real-uid
10050 can return float.
10051
10052 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
10053 and about derived modes.
10054 (Minor Modes): Add minor-mode-list.
10055 (Defining Minor Modes): Keyword args for define-minor-mode.
10056 (Search-based Fontification): Explain managing other properties.
10057 (Other Font Lock Variables): Add font-lock-extra-managed-props.
183080b6 10058 (Faces for Font Lock): Add font-lock-preprocessor-face.
b8d4c8d0
GM
10059 (Hooks): Add run-mode-hooks and delay-mode-hooks.
10060
10061 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
10062 (Variable Aliases): Clarify defvaralias.
10063
10064 * loading.texi (Library Search): Add load-suffixes.
10065
10066 * minibuf.texi (Basic Completion): Add lazy-completion-table.
10067 (Programmed Completion): Add dynamic-completion-table.
10068
10069 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
10070 (Magic File Names): Specify precedence order of handlers.
10071
10072 * commands.texi (Command Overview): Emacs server runs pre-command-hook
10073 and post-command-hook.
10074 (Waiting): New calling convention for sit-for.
10075
10076 * text.texi (Special Properties): local-map and keymap properties
10077 apply based on their stickiness.
10078
100792003-07-07 Richard M. Stallman <rms@gnu.org>
10080
10081 * modes.texi (Minor Mode Conventions): Specify only some kinds
10082 of list values as args to minor modes.
10083
10084 * files.texi (File Name Expansion): Warn about iterative use
10085 of substitute-in-file-name.
10086
10087 * advice.texi (Activation of Advice): Clean up previous change.
10088
100892003-07-06 Markus Rost <rost@math.ohio-state.edu>
10090
10091 * advice.texi (Activation of Advice): Note that ad-start-advice is
10092 turned on by default.
10093
100942003-06-30 Richard M. Stallman <rms@gnu.org>
10095
10096 * text.texi (Buffer Contents): Document current-word.
10097 (Change Hooks): Not called for *Messages*.
10098
10099 * functions.texi (Defining Functions): Explain about redefining
10100 primitives.
f4e90db0 10101 (Function Safety): Rename. Minor changes.
b8d4c8d0
GM
10102 Comment out the detailed criteria for what is safe.
10103
101042003-06-22 Andreas Schwab <schwab@suse.de>
10105
10106 * objects.texi (Symbol Type): Fix description of examples.
10107
101082003-06-16 Andreas Schwab <schwab@suse.de>
10109
10110 * hash.texi (Creating Hash): Fix description of :weakness.
10111
c8763fb6 101122003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
b8d4c8d0
GM
10113
10114 * files.texi (Changing Files): copy-file copies file modes, too.
10115
101162003-05-28 Richard M. Stallman <rms@gnu.org>
10117
10118 * strings.texi (Creating Strings): Clarify split-string.
10119
101202003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
10121
10122 * strings.texi (Creating Strings): Update split-string specification
10123 and examples.
10124
101252003-05-19 Richard M. Stallman <rms@gnu.org>
10126
10127 * elisp.texi: Correct invariant section names.
10128
101292003-04-20 Richard M. Stallman <rms@gnu.org>
10130
10131 * os.texi (Timers): Explain about timers and quitting.
10132
101332003-04-19 Richard M. Stallman <rms@gnu.org>
10134
10135 * internals.texi (Writing Emacs Primitives): Strings are
10136 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
10137 Explain GCPRO convention for varargs function args.
10138
101392003-04-16 Richard M. Stallman <rms@gnu.org>
10140
10141 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
10142
101432003-04-08 Richard M. Stallman <rms@gnu.org>
10144
10145 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
10146
101472003-02-13 Kim F. Storm <storm@cua.dk>
10148
10149 * objects.texi (Character Type): New \s escape for space.
10150
101512003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
10152
5dcb4c4e 10153 * os.texi (System Environment): Add cygwin system-type.
b8d4c8d0
GM
10154
101552003-01-25 Richard M. Stallman <rms@gnu.org>
10156
10157 * keymaps.texi: Document that a symbol can act as a keymap.
10158
101592003-01-13 Richard M. Stallman <rms@gnu.org>
10160
10161 * text.texi (Changing Properties): Say string indices are origin-0.
10162
10163 * positions.texi (Screen Lines) <compute-motion>:
10164 Correct order of elts in return value.
10165
10166 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
10167 how to define a default binding.
10168
101692002-12-07 Markus Rost <rost@math.ohio-state.edu>
10170
10171 * loading.texi (Unloading): Fix recent change for load-history.
10172
10173 * customize.texi (Simple Types): Clarify description of custom
10174 type 'number. Describe new custom type 'float.
10175
101762002-12-04 Markus Rost <rost@math.ohio-state.edu>
10177
10178 * variables.texi (File Local Variables): Fix typo.
10179
c8763fb6 101802002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
b8d4c8d0
GM
10181
10182 From Michael Albinus <Michael.Albinus@alcatel.de>.
10183
10184 * README: Target for Info file is `make info'.
10185
5dcb4c4e 10186 * files.texi (File Name Components): Fix typos in
b8d4c8d0
GM
10187 `file-name-sans-extension'.
10188 (Magic File Names): Complete list of operations for magic file
10189 name handlers.
10190
101912002-09-16 Jonathan Yavner <jyavner@engineer.com>
10192
10193 * variables.texi (File Local Variables): New function
10194 risky-local-variable-p.
10195
101962002-09-15 Jonathan Yavner <jyavner@engineer.com>
10197
10198 * functions.texi (Function safety): New node about unsafep.
10199
102002002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
10201
5dcb4c4e 10202 * customize.texi (Splicing into Lists): Fix example.
a86cd395 10203 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
b8d4c8d0
GM
10204
102052002-06-17 Juanma Barranquero <lektu@terra.es>
10206
10207 * frames.texi (Display Feature Testing): Fix typo.
10208
102092002-06-12 Andreas Schwab <schwab@suse.de>
10210
10211 * frames.texi (Initial Parameters, Resources): Fix references to
10212 the Emacs manual.
10213
102142002-05-13 Kim F. Storm <storm@cua.dk>
10215
10216 * variables.texi (Intro to Buffer-Local): Updated warning and
10217 example relating to changing buffer inside let.
10218
c8763fb6 102192002-03-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
10220
10221 * os.texi (Session Management): New node about X Session management.
10222
102232002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
10224
10225 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
10226 to which the manual corresponds, and the copyright years.
10227
10228 * Makefile.in (VERSION): Set to 2.9.
10229
102302001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
10231
10232 * elisp.texi: Change the category in @dircategory to "Emacs", to
10233 make it consistent with info/dir.
10234
102352001-11-25 Miles Bader <miles@gnu.org>
10236
10237 * text.texi (Fields): Describe new `limit' arg in
10238 field-beginning/field-end.
10239
102402001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
10241
5dcb4c4e
SM
10242 * permute-index: Don't depend on csh-specific features.
10243 Replace the interpreter name with /bin/sh.
b8d4c8d0
GM
10244
10245 * two-volume-cross-refs.txt: New file.
10246 * two.el: New file.
10247 * spellfile: New file.
10248
102492001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
10250
10251 * permute-index: New file.
10252
10253 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
10254 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
10255 8+3 restricted namespace.
10256
10257 * Makefile.in (infodir): Define relative to $(srcdir).
10258 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
10259 include directories list via -I switch to makeinfo.
10260 (index.texi): Use cp if both hard and symbolic links fail.
10261
102622001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
10263
10264 * Makefile.in (distclean): Add.
10265
10266 The following changes make ELisp manual part of the Emacs
10267 distribution:
10268
10269 * Makefile.in: Add Copyright notice.
10270 (prefix): Remove.
10271 (infodir): Change value to "../info".
10272 (VPATH): New variable.
10273 (MAKE): Don't define.
10274 (texmacrodir): Don't define.
10275 (texinputdir): Append the existing value of TEXINPUTS.
10276 ($(infodir)/elisp): Instead of just "elisp". Reformat the
10277 command to be compatible with man/Makefile.in, and to put the
10278 output into ../info.
10279 (info): Add target.
10280 (installall): Target removed.
10281
c8763fb6 102822001-10-31 Pavel Janík <Pavel@Janik.cz>
b8d4c8d0
GM
10283
10284 * tips.texi (Coding Conventions): Fix typo.
10285
102862001-10-23 Gerd Moellmann <gerd@gnu.org>
10287
10288 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
10289
102902001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
10291
10292 * files.texi (File Name Components): Update the description of
10293 file-name-sans-extension and file-name-extension, as they now
10294 ignore leading dots.
10295
102962001-10-20 Gerd Moellmann <gerd@gnu.org>
10297
10298 * (Version 21.1 released.)
10299
103002001-10-19 Miles Bader <miles@gnu.org>
10301
10302 * positions.texi (Text Lines): Describe behavior of
10303 `beginning-of-line'/`end-of-line' in the presence of field properties.
10304
103052001-10-17 Gerd Moellmann <gerd@gnu.org>
10306
10307 * Makefile.in (VERSION): Set to 2.8.
10308 (manual): Use `manual-21'.
10309
10310 * elisp.texi (VERSION): Add and use it where the version
10311 number was used. Set it to 2.8.
10312
10313 * intro.texi: Likewise.
10314
103152001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
10316
10317 * files.texi (File Name Completion): Document the significance of
10318 a trailing slash in elements of completion-ignored-extensions.
10319
103202001-10-06 Miles Bader <miles@gnu.org>
10321
10322 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
10323
103242001-10-04 Gerd Moellmann <gerd@gnu.org>
10325
10326 * variables.texi (Variable Aliases): New node.
10327
103282001-10-04 Gerd Moellmann <gerd@gnu.org>
10329
10330 * Branch for 21.1.
10331
103322001-10-02 Miles Bader <miles@gnu.org>
10333
10334 * minibuf.texi (Minibuffer Misc): Add entries for
10335 `minibuffer-contents', `minibuffer-contents-no-properties', and
10336 `delete-minibuffer-contents'.
10337 Correct description for `minibuffer-prompt-end'.
10338
10339 * text.texi (Property Search): Correct descriptions of
10340 `next-char-property-change' and `previous-char-property-change'.
10341 Add entries for `next-single-char-property-change' and
10342 `previous-single-char-property-change'.
10343 Make operand names a bit more consistent.
10344
103452001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
10346
10347 * frames.texi (Finding All Frames): Document that next-frame and
10348 previous-frame are local to current terminal.
10349
103502001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
10351
10352 * keymaps.texi (Creating Keymaps): Fix the description of the
10353 result of make-keymap.
10354
103552001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
10356
10357 * display.texi (Font Lookup, Attribute Functions)
10358 (Image Descriptors): Add cross-references to the definition of
10359 selected frame.
10360
10361 * buffers.texi (The Buffer List): Add cross-references to the
10362 definition of selected frame.
10363
10364 * frames.texi (Input Focus): Clarify which frame is _the_ selected
10365 frame at any given time.
10366 (Multiple Displays, Size and Position): Add a cross-reference to
10367 the definition of the selected frame.
10368
103692001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
10370
10371 * strings.texi (String Conversion) <string-to-number>: Document
10372 that a float is returned for integers that are too large.
10373
10374 * frames.texi (Mouse Position): Document mouse-position-function.
10375 (Display Feature Testing): Document display-images-p.
10376 (Window Frame Parameters): Document the cursor-type variable.
10377
10378 * numbers.texi (Integer Basics): Document CL style read syntax for
10379 integers in bases other than 10.
10380
5dcb4c4e
SM
10381 * positions.texi (List Motion):
10382 Document open-paren-in-column-0-is-defun-start.
b8d4c8d0
GM
10383
10384 * lists.texi (Sets And Lists): Document member-ignore-case.
10385
10386 * internals.texi (Garbage Collection): Document the used and free
10387 strings report.
10388 (Memory Usage): Document strings-consed.
10389
10390 * os.texi (Time of Day): Document float-time.
10391 (Recording Input): Document that clear-this-command-keys clears
10392 the vector to be returned by recent-keys.
10393
10394 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
10395 argument keymap can be a list.
10396
10397 * nonascii.texi (User-Chosen Coding Systems)
10398 <select-safe-coding-system>: Document the new argument
10399 accept-default-p and the variable
10400 select-safe-coding-system-accept-default-p. Tell what happens if
10401 buffer-file-coding-system is undecided.
10402 (Default Coding Systems): Document auto-coding-regexp-alist.
10403
10404 * display.texi (The Echo Area) <message>: Document
10405 message-truncate-lines.
10406 (Glyphs): Document that the glyph table is unused on windowed
10407 displays.
10408
10409 * help.texi (Describing Characters) <single-key-description>:
10410 Document the new argument no-angles.
10411 (Accessing Documentation) <documentation-property>: Document that
10412 a non-string property is evaluated.
10413 <documentation>: Document that the function-documentation property
10414 is looked for.
10415
10416 * windows.texi (Selecting Windows): Document some-window.
10417
10418 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
10419
10420 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
10421 apropos-mode-hook.
10422
10423 * commands.texi (Using Interactive): Document interactive-form.
10424 (Keyboard Macros): Document kbd-macro-termination-hook.
10425 (Command Loop Info): Document that clear-this-command-keys clears
10426 the vector to be returned by recent-keys.
10427
104282001-09-04 Werner LEMBERG <wl@gnu.org>
10429
10430 * Makefile.in (srcdir, texinputdir): New variables.
10431 (srcs, index.texi, install): Use $(srcdir).
10432 (.PHONY): Remove elisp.dvi.
10433 (elisp): Use -I switch for makeinfo.
10434 (elisp.dvi): Use $(srcdir) and $(texinputdir).
10435 (installall, dist): Use $(srcdir).
10436 Fix path to texinfo.tex.
10437 (maintainer-clean): Add elisp.dvi and elisp.oaux.
10438
104392001-08-30 Gerd Moellmann <gerd@gnu.org>
10440
10441 * display.texi (Conditional Display): Adjust to API change.
10442
10443 * configure: New file.
10444
104452001-07-30 Gerd Moellmann <gerd@gnu.org>
10446
10447 * commands.texi (Repeat Events): Add description of
10448 double-click-fuzz.
10449
104502001-05-08 Stefan Monnier <monnier@cs.yale.edu>
10451
10452 * syntax.texi (Syntax Class Table): Add the missing designator for
10453 comment and string fences.
10454 (Syntax Properties): Add a xref to syntax table internals.
10455 (Syntax Table Internals): Document string-to-syntax.
10456
104572001-05-07 Gerd Moellmann <gerd@gnu.org>
10458
10459 * Makefile.in (install): Use install-info command line options
10460 like in Emacs' Makefile.in.
10461
104622000-12-09 Miles Bader <miles@gnu.org>
10463
10464 * windows.texi (Window Start): Update documentation for
10465 `pos-visible-in-window-p'.
10466
104672000-11-12 Stefan Monnier <monnier@cs.yale.edu>
10468
10469 * lists.texi (Building Lists): Add footnote to explain how to add
10470 to the end of a list.
10471
104722000-10-25 Gerd Moellmann <gerd@gnu.org>
10473
10474 * files.texi (Visiting Functions): Typos.
10475
104762000-10-25 Kenichi Handa <handa@etl.go.jp>
10477
10478 * files.texi (Visiting Functions): Return value of
10479 find-file-noselect may be a list of buffers if wildcards are used.
10480
104812000-10-24 Miles Bader <miles@lsi.nec.co.jp>
10482
10483 * display.texi (Defining Faces): Document `graphic' display type
10484 in face specs.
10485
b344d29d 104862000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b8d4c8d0
GM
10487
10488 * hooks.texi (Standard Hooks): Replace obsolete
10489 `after-make-frame-hook' with `after-make-frame-functions'.
10490
10491 * frames.texi (Creating Frames): Ditto.
10492
10493 * variables.texi (Future Local Variables): Ditto.
10494
104952000-10-16 Gerd Moellmann <gerd@gnu.org>
10496
10497 * display.texi (Other Image Types): Add description of :foreground
10498 and :background properties of mono PBM images.
10499
105002000-08-17 Werner LEMBERG <wl@gnu.org>
10501
10502 * .cvsignore: New file.
10503
105042000-01-05 Gerd Moellmann <gerd@gnu.org>
10505
10506 * tindex.pl: New script.
10507
105081999-12-03 Dave Love <fx@gnu.org>
10509
10510 * Makefile.in (MAKEINFO): New parameter.
10511
105121999-09-17 Richard Stallman <rms@gnu.org>
10513
10514 * Makefile.in (srcs): Add hash.texi.
10515 (VERSION): Update to 20.6.
10516
105171999-09-13 Richard Stallman <rms@gnu.org>
10518
10519 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
10520
105211998-08-29 Karl Heuer <kwzh@gnu.org>
10522
10523 * configure.in: New file.
10524 * Makefile.in: Renamed from Makefile.
10525 (prefix, infodir): Use value obtained from configure.
10526 (emacslibdir): Obsolete variable deleted.
10527 (dist): Distribute configure.in, configure, Makefile.in.
10528
105291998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
10530
10531 * Makefile (INSTALL_INFO): New variable.
10532 (install): Run install-info.
10533
105341998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
10535
10536 * Makefile (elisp.dvi): Add missing backslash.
10537
105381998-05-02 Richard Stallman <rms@psilocin.gnu.org>
10539
10540 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
10541 Run texindex without `./'. Always run texindex on elisp.tp.
10542 (elisp.tps): Target deleted.
10543
105441998-04-05 Richard Stallman <rms@psilocin.gnu.org>
10545
10546 * Makefile (srcs): Add nonascii.texi and customize.texi.
10547 (dist): Start by deleting `temp'.
10548
105491998-02-17 Richard Stallman <rms@psilocin.gnu.org>
10550
10551 * Makefile (makeinfo, texindex): Targets deleted.
10552 (makeinfo.o, texindex.o): Targets deleted.
10553 (clean, dist): Don't do anything with them or with getopt*.
10554
105551998-01-30 Richard Stallman <rms@psilocin.gnu.org>
10556
10557 * Makefile (SHELL): Defined.
10558
105591998-01-27 Richard Stallman <rms@psilocin.gnu.org>
10560
10561 * Makefile (elisp.tps): New target.
10562 (elisp.dvi): Depend on elisp.tps.
10563
c5602427 105641996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
b8d4c8d0
GM
10565
10566 * README: Update phone number.
10567
10568 * Makefile (elisp): Make this be the default target.
10569 Depend on makeinfo.c instead of makeinfo.
10570 (install): Don't depend on elisp.dvi, since we don't install that.
10571 Use mkinstalldirs.
10572 (dist): Add mkinstalldirs.
10573
c5602427 105741995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
b8d4c8d0
GM
10575
10576 * Makefile (VERSION): Update version number.
5dcb4c4e 10577 (maintainer-clean): Rename from realclean.
b8d4c8d0 10578
c5602427 105791995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
b8d4c8d0
GM
10580
10581 * Makefile (realclean): New target.
10582 (elisp): Remove any old elisp-* files first.
10583
c5602427 105841993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
b8d4c8d0
GM
10585
10586 * Makefile (VERSION): New variable.
10587 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
10588 Compressed file suffix should be `.gz', not `.z'.
10589
ce058493 105901993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10591
10592 * Makefile (elisp): Depend on makeinfo.
10593
c5602427 105941993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
b8d4c8d0
GM
10595
10596 * Makefile (srcs): Add anti.texi.
10597
c5602427 105981993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10599
10600 * Makefile (infodir, prefix): New vars.
10601 (install): Use infodir.
f4e90db0 10602 (emacsinfodir): Delete.
b8d4c8d0 10603
c5602427 106041993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10605
10606 * Makefile (srcs): Add calendar.texi.
10607
10608 * Makefile (dist): Copy texindex.c and makeinfo.c.
10609 Limit elisp-* files to those with one or two digits.
10610
c5602427 106111993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0 10612
f4e90db0 10613 * Makefile (dist): Change to use Gzip instead of compress.
b8d4c8d0 10614
c5602427 106151993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10616
10617 * loading.texi (Unloading): define-function changed back to
10618 defalias. It may not stay this way, but at least it's
10619 consistent with the known-good version of the code patch.
10620
c5602427 106211993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
b8d4c8d0
GM
10622
10623 * modes.texi (Hooks): Document new optional arg of add-hook.
10624
c5602427 106251993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10626
10627 * variables.texi: Document nil initial value of buffer-local variables.
10628
10629 * tips.texi: Add new section on standard library headers.
10630
c5602427 106311993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
10632
10633 * Makefile (srcs): Add frame.texi to the list of sources.
10634
c5602427 106351993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
10636
10637 * Makefile (dist): Don't bother excluding autosave files; they'll
10638 never make it into the temp directory anyway, and the hash marks
10639 in the name are problematic for make and the Bourne shell.
10640 (srcs):
10641
c5602427 106421993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
10643
10644 * Makefile (dist): Don't include backup files or autosave files in
10645 the distribution tar file.
10646
c5602427 106471991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0 10648
5dcb4c4e 10649 * Makefile (srcs): Add index.perm.
b8d4c8d0
GM
10650 (elisp.dvi): Remove erroneous shell comment.
10651 Expect output of permute-index in permuted.fns.
10652 Save old elisp.aux in elisp.oaux.
5dcb4c4e 10653 (clean): Add index.texi to be deleted.
b8d4c8d0 10654
c5602427 106551990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
10656
10657 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
10658
c5602427 106591990-06-26 David Lawrence (tale@geech)
b8d4c8d0
GM
10660
10661 * files.texi: Noted that completion-ignored-extensions is ignored
10662 when making *Completions*.
10663
3e868ee3 106641990-06-08 Jay Fenlason (hack@ai.mit.edu)
b8d4c8d0
GM
10665
10666 * Makefile make dist now depends on elisp.dvi, since it tries
10667 to include it in the dist file.
10668
c5602427 106691990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
b8d4c8d0 10670
c5602427 10671 * functions.texinfo (Mapping Functions): Add missing quote.
b8d4c8d0 10672
c5602427 106731989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
10674
10675 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
10676 (defunargs): Turn off \hyphenchar of \sl font temporarily.
10677
c5602427 106781989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10679
10680 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
10681 and @error{} are the terms now being used. The files in the
10682 directory have been changed to reflect this.
10683
10684 * All instances of @indentedresultt{} have been changed to
333f9019 10685 ` @result{}', using 5 spaces at the beginning of the line.
b8d4c8d0 10686
c5602427 106871989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10688
10689 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
10690 experimental @indentedresult{}, @indentedexpandsto{} are part of
10691 the texinfo.tex in this directory. These TeX macros are not
10692 stable yet.
10693
c5602427 106941989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10695
10696 * texinfo.tex: Temporarily added
10697 \let\result=\dblarrow
10698 \def\error{{\it ERROR} \longdblarrow}
10699 We need to do this better soon.
10700
c5602427 107011989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10702
10703 * Applied Karl Berry's patches to *.texinfo files, but not to
10704 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
10705 new title page format is also not applied, since it requires
10706 texinfo.tex changes.)
10707
10708 * Cleaned up `Makefile' and defined the `emacslibdir' directory
10709 for the Project GNU development environment.
10710
10711;; Local Variables:
c8763fb6 10712;; coding: utf-8
b8d4c8d0
GM
10713;; End:
10714
acaf905b 10715 Copyright (C) 1998-2012 Free Software Foundation, Inc.
b8d4c8d0
GM
10716
10717 This file is part of GNU Emacs.
10718
352c8b4a 10719 GNU Emacs is free software: you can redistribute it and/or modify
b8d4c8d0 10720 it under the terms of the GNU General Public License as published by
352c8b4a
GM
10721 the Free Software Foundation, either version 3 of the License, or
10722 (at your option) any later version.
b8d4c8d0
GM
10723
10724 GNU Emacs is distributed in the hope that it will be useful,
10725 but WITHOUT ANY WARRANTY; without even the implied warranty of
10726 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10727 GNU General Public License for more details.
10728
10729 You should have received a copy of the GNU General Public License
352c8b4a 10730 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.