More small doc and lispref edits related to processes
[bpt/emacs.git] / doc / lispref / ChangeLog
CommitLineData
4373fd43
GM
12012-04-18 Glenn Morris <rgm@gnu.org>
2
3 * processes.texi (Serial Ports, Byte Packing, Bindat Spec)
4 (Bindat Functions): Copyedits.
5
0e80650b
CS
62012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
7
8 * files.texi (Saving Buffers): Document `visit and `visit-save'
9 values of require-final-newline.
10
016a35df
GM
112012-04-18 Glenn Morris <rgm@gnu.org>
12
13 * processes.texi (Output from Processes, Filter Functions):
14 Mention waiting-for-user-input-p.
15 (Sentinels, Query Before Exit, System Processes, Transaction Queues):
16 (Network Servers, Datagrams, Network Processes, Network Options)
17 (Network Feature Testing, Serial Ports): Copyedits.
18 (Network): Add encrypted network overview paragraph.
19 Cross-reference the Emacs-GnuTLS manual. Use @acronym.
20
21ffa320
CY
212012-04-17 Chong Yidong <cyd@gnu.org>
22
23 * help.texi (Keys in Documentation): Mention :advertised-binding.
24
25 * keymaps.texi (Menu Bar): Move most of the :advertised-binding
26 description to help.texi.
27
62f4b18c
GM
282012-04-16 Glenn Morris <rgm@gnu.org>
29
30 * processes.texi (Process Information, Input to Processes)
31 (Signals to Processes, Output from Processes, Process Buffers)
32 (Filter Functions, Decoding Output): Copyedits.
4f5d565f 33 (Accepting Output): Discourage use of `millisec' argument.
62f4b18c 34
e153c136
GM
352012-04-15 Glenn Morris <rgm@gnu.org>
36
37 * processes.texi (Processes, Subprocess Creation, Shell Arguments):
12acf783
GM
38 (Synchronous Processes, Asynchronous Processes, Deleting Processes):
39 Copyedits.
e153c136 40 (Subprocess Creation): Discourage modifying exec-path directly.
12acf783
GM
41 (Synchronous Processes, Asynchronous Processes):
42 Update some example output.
e153c136
GM
43 (Process Information): Fix typo.
44 (Bindat Spec): Use Texinfo-recommended form of quote+punctuation.
45
764a3017
GM
462012-04-14 Glenn Morris <rgm@gnu.org>
47
48 * anti.texi (Antinews): Copyedits. Don't @dfn anything here.
49 open-network-stream does exist in Emacs 23, but is simpler.
50
03ed9e82
CY
512012-04-13 Chong Yidong <cyd@gnu.org>
52
53 * customize.texi (Custom Themes): Also document load-theme etc.
54
81927dd2
CY
552012-04-12 Chong Yidong <cyd@gnu.org>
56
57 * customize.texi (Applying Customizations):
58 (Custom Themes): New nodes.
59
60 * display.texi (Defining Faces): Reference custom-set-faces.
61
62 * modes.texi (Defining Minor Modes, Defining Minor Modes):
63 * os.texi (Startup Summary): Copyedits.
64
8edb942b
GM
652012-04-12 Glenn Morris <rgm@gnu.org>
66
67 * loading.texi (Loading Non-ASCII): "unibyte:" can also be at the end.
68
62200c14
GM
692012-04-10 Glenn Morris <rgm@gnu.org>
70
9fce7eda
GM
71 * strings.texi (Case Tables):
72 * objects.texi (General Escape Syntax):
73 * keymaps.texi (Key Sequences): Use @acronym with "ASCII".
74
2bb0eca1
GM
75 * buffers.texi, compile.texi, customize.texi, debugging.texi:
76 * display.texi, edebug.texi, eval.texi, help.texi, intro.texi:
77 * keymaps.texi, minibuf.texi, modes.texi, os.texi, processes.texi:
78 * text.texi: Use @file for buffers, per the Texinfo manual.
79
62200c14
GM
80 * compile.texi (Compiler Errors): Add missing space in buffer name.
81
9fe9631c
CY
822012-04-08 Chong Yidong <cyd@gnu.org>
83
84 * processes.texi (Query Before Exit): Remove obsolete function
85 process-kill-without-query (Bug#11190).
86
8fc85b20
GM
872012-04-08 Glenn Morris <rgm@gnu.org>
88
89 * files.texi, frames.texi, loading.texi, os.texi, processes.texi:
90 Use @env for environment variables.
91
f48a9cb4
GM
922012-04-07 Glenn Morris <rgm@gnu.org>
93
94 * Makefile.in: Replace non-portable use of $< in ordinary rules.
95
ea0ff314
CY
962012-04-06 Chong Yidong <cyd@gnu.org>
97
98 * minibuf.texi (Programmed Completion): Document metadata method.
99 (Completion Variables): Document completion-category-overrides.
100
91b65361
CY
1012012-04-05 Chong Yidong <cyd@gnu.org>
102
103 * anti.texi (Antinews): Rewrite for Emacs 23.
104
3d439cd1
CY
1052012-04-04 Chong Yidong <cyd@gnu.org>
106
321cc491
CY
107 * minibuf.texi (Programmed Completion): Remove obsolete variable
108 completion-annotate-function.
109 (Completion Variables): Rename from Completion Styles. Document
110 completion-extra-properties. Document completion-styles-alist
111 change.
245d176b
CY
112 (Reading File Names): minibuffer-local-filename-must-match-map is
113 not used anymore.
114 (Minibuffer Completion): Document completing-read-function.
115 (Completion in Buffers): completion-at-point-functions can return
116 properties recognized in completion-extra-properties.
321cc491 117
3d439cd1
CY
118 * display.texi (Delayed Warnings): New node.
119
a7972adf
CY
120 * os.texi (Notifications): Copyedits.
121
97f4a299
GM
1222012-04-04 Glenn Morris <rgm@gnu.org>
123
124 * os.texi (Notifications): Copyedits.
125
9ff687e1
MA
1262012-04-03 Michael Albinus <michael.albinus@gmx.de>
127
128 * os.texi (Terminal-Specific): Fix typo.
129 (Notifications): New section.
130
131 * elisp.texi (Top):
132 * vol1.texi (Top):
133 * vol2.texi (Top): Add "Notifications" and "Dynamic Libraries"
134 menu entries.
135
42ee526b
CY
1362012-04-01 Chong Yidong <cyd@gnu.org>
137
138 * files.texi (Kinds of Files): file-subdir-of-p renamed to
139 file-in-directory-p.
140
0b021094
GM
1412012-03-31 Glenn Morris <rgm@gnu.org>
142
143 * edebug.texi (Instrumenting Macro Calls):
144 Mention defining macros at instrumentation time.
145 (Edebug Options): Mention edebug-unwrap-results.
146
50fe197c
EZ
1472012-03-31 Eli Zaretskii <eliz@gnu.org>
148
149 * text.texi (Special Properties): Clarify the description of the
150 effect of integer values of the 'cursor' property on cursor
151 position. See the discussions in bug#11068 for more details and
152 context.
153
650b6d0b
GM
1542012-03-31 Glenn Morris <rgm@gnu.org>
155
156 * edebug.texi (Edebug Eval, Specification List, Edebug Options):
157 Copyedits.
158
5319014e
CY
1592012-03-30 Chong Yidong <cyd@gnu.org>
160
161 * display.texi (Image Formats): Add imagemagick type.
162 (Image Descriptors): Mention how they are used.
163 (ImageMagick Images): Clarify role of imagemagick-register-types.
164 (Character Display): Don't mention glyph tables.
165 (Display Tables): Use make-glyph-code in example.
166 (Glyphs): Avoid "simple glyph code" terminology. Note that glyph
167 tables are semi-obsolete. De-document create-glyph.
168 (Glyphless Chars): Note that display tables override this.
169 (Bidirectional Display): Copyedits. Introduce "bidirectional
170 reordering" terminology, and use it.
171
f1224267
GM
1722012-03-30 Glenn Morris <rgm@gnu.org>
173
174 * edebug.texi (Jumping): Give name of `i' binding.
175
d14daa28
GM
1762012-03-28 Glenn Morris <rgm@gnu.org>
177
178 * searching.texi (Regular Expressions, Regexp Special):
fee88ca0
GM
179 (Regexp Backslash, Regexp Example, Regexp Functions, Regexp Search):
180 (Simple Match Data, Saving Match Data, Standard Regexps): Copyedits.
d14daa28
GM
181 (Regexp Special): Mention collation.
182 Clarify char classes with an example.
fee88ca0
GM
183 (Regexp Functions): Mention regexp-opt is not guaranteed.
184 Mention regexp-opt-charset.
185 (Regexp Search): Recommend against looking-back.
186 (Search and Replace): Use Texinfo recommended quote convention.
187 Add more query-replace-map items. List multi-query-replace-map items.
d14daa28 188
dcb6e7b3
MR
1892012-03-27 Martin Rudalics <rudalics@gmx.at>
190
191 * windows.texi (Window History): Describe new option
192 switch-to-visible-buffer.
193
cf0495f2
GM
1942012-03-27 Glenn Morris <rgm@gnu.org>
195
4fb9a543
GM
196 * searching.texi (String Search): Add xref to Emacs manual.
197 Copyedits. Mention the function word-search-regexp.
198 (Searching and Case): Add xref to Emacs manual. Copyedits.
199
9364727b
GM
200 * processes.texi (Network Servers): Standardize apostrophe usage.
201
cf0495f2
GM
202 * os.texi (System Environment): Copyedits. Remove some examples
203 that do not seem useful. Mention setenv third arg.
204 tty-erase-char does not seem to be nil under a window-system.
205 (User Identification): Copyedits.
206 Remove some examples that do not seem useful.
207
33da7b16
GM
2082012-03-26 Glenn Morris <rgm@gnu.org>
209
210 * os.texi (Startup Summary): Copyedits. Fix startup screen logic.
211 (Init File): Copyedits.
212 (Command-Line Arguments): Copyedits. Do not mention argv alias.
02243d9d
GM
213 (Killing Emacs): Copyedits.
214 (Suspending Emacs): Copyedits. Mention not very relevant with GUIs.
215 Shorten the example, use more standard shell prompts.
33da7b16 216
9a69676a
CY
2172012-03-25 Chong Yidong <cyd@gnu.org>
218
219 * display.texi (Fringes): Note that fringes are shown on graphical
220 displays only.
221 (Fringe Size/Pos, Fringe Bitmaps, Making Buttons): Clarifications.
222 (Replacing Specs): Clarify example.
223 (Manipulating Buttons): Note that button-at can return a marker.
224 (Buttons): Minor rewrite.
225 (Character Display): New node. Consolidate all character display
226 related nodes into its subsections.
227 (Usual Display): Character 127 is also affected by ctl-arrow.
228 (Display Tables): Improve example.
229
c8f6ec5c
GM
2302012-03-22 Glenn Morris <rgm@gnu.org>
231
232 * strings.texi (Text Comparison): Mention string-prefix-p.
233
fb5b8aca
CY
2342012-03-21 Chong Yidong <cyd@gnu.org>
235
236 * display.texi (The Echo Area): Add xref to Output Streams.
237 (Displaying Messages): Improve doc of message.
238 (Echo Area Customization, Invisible Text): Copyedits.
239 (Invisible Text): Mention that spec comparison is done with eq.
240 (Width): Improve doc of char-width.
241 (Faces): Recommend using symbol instead of string for face name.
242 Minor clarifications.
243 (Defining Faces): Copyedits. Update face example.
244 (Attribute Functions): Mark set-face-foreground etc as commands.
245 (Face Remapping): Mention text-scale-adjust. Clarify
246 face-remapping-alist and related docs.
247 (Face Functions): Don't document make-face or copy-face.
248
025de85b
CY
2492012-03-20 Chong Yidong <cyd@gnu.org>
250
251 * display.texi (Forcing Redisplay): Various rewrites to reflect
252 new value of redisplay-dont-pause.
253 (Truncation): Copyedits.
254
a5656eae
GM
2552012-03-20 Glenn Morris <rgm@gnu.org>
256
257 * os.texi (Startup Summary): Don't mention initial-buffer-choice = t.
258 Add summary table of some relevant command-line options.
259
d15aac68
CY
2602012-03-18 Chong Yidong <cyd@gnu.org>
261
262 * internals.texi (Building Emacs, Garbage Collection): Copyedits.
263 (Writing Emacs Primitives): Re-organize discussion of functions
264 with variable Lisp arguments are handled. Delete an obsolete
265 remark, previously tagged as FIXME.
266
267 * os.texi (Idle Timers): Minor clarification.
268 (Idle Timers): Link to Time of Day for description of time list.
269
b59af549
GM
2702012-03-18 Glenn Morris <rgm@gnu.org>
271
272 * os.texi (System Interface): Flow control was removed.
273 (Startup Summary): General update.
274 (Init File): Don't mention compiling it.
275
986bd52a
CY
2762012-03-17 Chong Yidong <cyd@gnu.org>
277
278 * os.texi (Startup Summary): Mention package loading.
279 (Init File): Don't refer to .emacs in section title. Copyedits.
280 (Terminal-Specific): Give a realistic example.
281 (Command-Line Arguments): Reference Entering Emacs instead of
282 repeating the spiel about not restarting Emacs.
283 (Time of Day): Discuss time representation at beginning of node.
284 (Sound Output): Copyedits.
285
286 * package.texi (Packaging Basics): Document package-initialize.
287
f761251a
EZ
2882012-03-17 Eli Zaretskii <eliz@gnu.org>
289
290 * frames.texi (Initial Parameters): Add an index entry for
291 minibuffer-only frame.
292
da986230
GM
2932012-03-16 Glenn Morris <rgm@gnu.org>
294
295 * modes.texi (Major Mode Conventions): Mention the strange
296 relationship between View mode and special modes. (Bug#10650)
297
2cc775f9
CY
2982012-03-11 Chong Yidong <cyd@gnu.org>
299
300 * windows.texi (Window Configurations): save-window-excursion is
301 now a macro.
302
303 * display.texi (Temporary Displays): with-output-to-temp-buffer is
304 now a macro.
305
66c5eebd
CY
306 * text.texi (Fields): Minor copyedit.
307
310a820f
EZ
3082012-03-10 Eli Zaretskii <eliz@gnu.org>
309
83a96c08
EZ
310 * strings.texi (String Basics):
311 * sequences.texi (Sequence Functions): Mention that `length' is
312 not appropriate for computing the string width on display; add a
313 cross-reference to the description of `string-width'. (Bug#10978)
314
310a820f
EZ
315 * eval.texi (Autoloading): Minor change of wording.
316
83ef8187
CY
3172012-03-10 Chong Yidong <cyd@gnu.org>
318
bc44be50
CY
319 * loading.texi (Autoload): Explicitly state which forms are
320 processed specially (Bug#7783).
321
83ef8187
CY
322 * keymaps.texi (Mouse Menus): Describe non-toolkit behavior as the
323 non-default situation. Describe one-submenu exception (Bug#7695).
324
325 * nonascii.texi (Character Properties): Copyedits.
326
483ab230
CY
3272012-03-08 Chong Yidong <cyd@gnu.org>
328
329 * text.texi (Mode-Specific Indent): Document new behavior of
330 indent-for-tab-command. Document tab-always-indent.
331 (Special Properties): Copyedits.
332 (Checksum/Hash): Improve secure-hash doc. Do not recommend MD5.
333 (Parsing HTML/XML): Rename from Parsing HTML. Update doc of
334 libxml-parse-html-region.
335
00e84de0
GM
3362012-03-07 Glenn Morris <rgm@gnu.org>
337
eaa6bc3c
GM
338 * markers.texi (The Region): Briefly mention use-empty-active-region
339 and region-active-p.
a9685db7 340 (Overview of Markers): Reword garbage collection, add cross-ref.
eaa6bc3c 341 (The Mark): Tiny clarification re command loop and activate-mark-hook.
00e84de0 342
67cd45a2
CY
3432012-03-07 Chong Yidong <cyd@gnu.org>
344
345 * text.texi (Buffer Contents): Don't duplicate explanation of
346 region arguments from Text node. Put doc of obsolete var
347 buffer-substring-filters back, since it is referred to.
348 (Low-Level Kill Ring): Yank now uses clipboard instead of primary
349 selection by default.
350
351 * markers.texi (The Mark): Fix typo.
352 (The Region): Copyedits.
353
2ad80941
GM
3542012-03-07 Glenn Morris <rgm@gnu.org>
355
356 * markers.texi (Overview of Markers): Copyedits.
357 (Creating Markers): Update approximate example buffer size.
358 (The Mark): Don't mention uninteresting return values.
359
ef959d3a
CY
3602012-03-05 Chong Yidong <cyd@gnu.org>
361
362 * positions.texi (Text Lines): Document count-words.
363
a08a07e3
CY
3642012-03-04 Chong Yidong <cyd@gnu.org>
365
366 * frames.texi (Frames): Remove little-used "terminal frame" and
367 "window frame" terminology.
368 (Frame Parameters, Font and Color Parameters, Initial Parameters)
369 (Size and Position, Visibility of Frames): Callers changed.
370 (Frames): Clarify which terminals in framep are graphical.
371 (Initial Parameters): --geometry is not the only option which adds
372 to initial-frame-alist.
373 (Position Parameters): Note that icon-left and icon-top are for
374 old window managers only.
375 (Size Parameters): Sizes are in characters even on graphical
376 displays.
377 (Management Parameters): Note that window-id and outer-window-id
378 can't really be changed, and that auto-raise isn't always obeyed.
379 (Cursor Parameters): Document cursor-type explicitly.
380 (Size and Position): The aliases set-screen-height and
381 set-screen-width have been deleted.
382 (Visibility of Frames): Mention "minimization".
383
384 * os.texi (Startup Summary): Minor clarifications.
385 (Startup Summary, Suspending Emacs): Standardize on "text
386 terminal" terminology.
387
388 * windows.texi (Basic Windows, Coordinates and Windows)
389 (Coordinates and Windows):
390 * display.texi (Refresh Screen, Line Height, Face Attributes)
391 (Overlay Arrow, Beeping, Glyphless Chars): Likewise.
392
ea16568d
GM
3932012-03-04 Glenn Morris <rgm@gnu.org>
394
395 * abbrevs.texi: Small copyedits throughout.
396 (Abbrev Mode): Remove this section, folding it into the top-level.
397 (Abbrev Tables): Don't mention irrelevant return values.
398 (Abbrev Expansion): Add cross-ref for wrapper hooks.
399 (Standard Abbrev Tables): Emacs Lisp mode now has its own table.
400 (Abbrev Table Properties): Update nil :regexp description.
401
b3134b95
GM
4022012-03-03 Glenn Morris <rgm@gnu.org>
403
520f2425
GM
404 * internals.texi: Change @appendix section commands to @section.
405 (Building Emacs): Say less about CANNOT_DUMP platforms.
406 Replace deleted eval-at-startup with custom-initialize-delay.
999dd333 407 (Pure Storage): Small changes.
01a6dcc8 408 (Memory Usage): Copyedit.
7d2d7cc0
GM
409 (Writing Emacs Primitives): Update Fcoordinates_in_window_p and For
410 example definitions. Give examples of things with non-nil
411 interactive args. Mention eval_sub. Remove old info about
412 strings and GCPRO. Mention cus-start.el.
413 (Buffer Internals, Window Internals, Process Internals):
414 Misc small updates and fixes for fields.
520f2425 415
b3134b95
GM
416 * tips.texi: Copyedits.
417 (Coding Conventions): Mention autoloads.
418 Combine partially duplicated macro items. Fix xref.
419 Refer to Library Headers for copyright notice.
420 (Programming Tips): edit-options is long-obsolete.
421 (Compilation Tips): Mention loading bytecomp for byte-compile props.
422 (Warning Tips): Mention declare-function.
423 (Documentation Tips): Remove old info.
424 (Comment Tips): Mention comment-dwim, not indent-for-comment.
425 (Library Headers): General update.
426
2064cc6a
GM
4272012-03-02 Glenn Morris <rgm@gnu.org>
428
6945faa6
GM
429 * backups.texi (Reverting): Un-duplicate revert-buffer-in-progress-p,
430 and relocate entry. Mention buffer-stale-function.
431
4186e877
GM
432 * elisp.texi, vol1.texi, vol2.texi: Standardize some menu entries.
433
2064cc6a
GM
434 * hooks.texi (Standard Hooks): General update.
435 Put related hooks together. Add and remove items.
436 * commands.texi (Keyboard Macros): Remove cross-ref to Standard Hooks.
437 * modes.texi (Hooks): Tweak cross-ref description.
438
7272fbf3
MA
4392012-03-01 Michael Albinus <michael.albinus@gmx.de>
440
441 * files.texi (Kinds of Files): The return value of file-equal-p is
442 unspecified, if FILE1 or FILE2 does not exist.
443
53a1239b
GM
4442012-03-01 Glenn Morris <rgm@gnu.org>
445
90db9af9
GM
446 * hooks.texi (Standard Hooks): Remove mode-specific hooks.
447
53a1239b
GM
448 * maps.texi (Standard Keymaps): General update.
449 Remove mode-specific maps, talk about the more general keymaps.
450 * help.texi (Help Functions): Add vindex for Helper-help-map.
451 * keymaps.texi (Active Keymaps): Minor rephrasing.
452
775b55af
GM
4532012-02-29 Glenn Morris <rgm@gnu.org>
454
455 * elisp.texi, vol1.texi, vol2.texi: Use "" quotes in menus.
456
96b49301 4572012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
458
7272fbf3 459 * files.texi (Kinds of Files): Rename files-equal-p to file-equal-p.
bf7f9bc5 460 Update changed behavior of file-subdir-of-p.
96b49301 461
1383d930
GM
4622012-02-28 Glenn Morris <rgm@gnu.org>
463
44e97401
GM
464 * advice.texi, anti.texi, display.texi, elisp.texi:
465 * processes.texi, variables.texi, vol1.texi, vol2.texi:
466 Standardize possessive apostrophe usage.
467
e3c73f1e
GM
468 * locals.texi: Remove file.
469 * elisp.texi, vol1.texi, vol2.texi: Don't include locals.texi.
470 Remove menu entry.
471 * errors.texi, maps.texi: Adjust node pointers.
472 * internals.texi (Buffer Internals): Remove cross-refs to locals.texi.
edb3ac8c 473 * makefile.w32-in (srcs):
e3c73f1e
GM
474 * Makefile.in (srcs): Remove locals.texi.
475
1383d930
GM
476 * frames.texi (Mouse Position): Fix cross-ref.
477
431ee44b
CY
4782012-02-27 Chong Yidong <cyd@gnu.org>
479
480 * buffers.texi (Creating Buffers): Clarify that
481 generate-new-buffer uses generate-new-buffer-names.
482 (Killing Buffers): Remove bogus example duplicating buffer-live-p.
483
484 * files.texi (Directory Names): Index entry for file name abbreviations.
485 (Relative File Names, File Name Expansion): Refer to it.
486 (Locating Files): Move locate-user-emacs-file documentation to
487 Standard File Names.
488 (Standard File Names): Add locate-user-emacs-file; update examples.
489
6a11ec9d
MA
4902012-02-26 Michael Albinus <michael.albinus@gmx.de>
491
492 * files.texi (Magic File Names): Add files-equal-p and file-subdir-of-p.
493
9a4888c0
CY
4942012-02-26 Chong Yidong <cyd@gnu.org>
495
496 * files.texi (Kinds of Files): Improve documentation of
497 files-equal-p and file-subdir-of-p.
498
f0e751b9
GM
4992012-02-26 Glenn Morris <rgm@gnu.org>
500
501 * intro.texi (Acknowledgements): Small changes.
502
7e05b1ec
GM
5032012-02-25 Glenn Morris <rgm@gnu.org>
504
505 * errors.texi: Don't try to list _all_ the error symbols.
506 Add circular-list, cl-assertion-failed, compression-error.
507 * elisp.texi, vol1.texi, vol2.texi:
508 * control.texi (Error Symbols): Tweak "Standard Errors" description.
509
23453255 5102012-02-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
511
512 * files.texi (files-equal-p, file-subdir-of-p): New,
513 add initial documentation.
514
4963495d
CY
5152012-02-25 Chong Yidong <cyd@gnu.org>
516
fa74b241
CY
517 * files.texi (File Attributes): Document file-selinux-context.
518 (Changing Files): Link to it.
519 (Changing Files): Document set-file-selinux-context.
520
521 * backups.texi (Making Backups): Return value of backup-buffer is
d268b4fe
CY
522 changed. Mention default value of backup-directory-alist.
523 (Rename or Copy): Note that backup-by-copying-when-mismatch is t.
524 (Auto-Saving): New minor mode behavior for auto-save-mode.
525 (Reverting): Add defvar for revert-buffer-in-progress-p.
fa74b241 526
4963495d
CY
527 * searching.texi (Regexp Backslash): Add index entry (Bug#10869).
528
4bb82fa8
GM
5292012-02-24 Glenn Morris <rgm@gnu.org>
530
531 * errors.texi (Standard Errors): Mention dbus-error.
532 For arith-error sub-classes, just use one cross-ref.
533
2cb228f7
AM
5342012-02-23 Alan Mackenzie <acm@muc.de>
535
536 * modes.texi (Defining Minor Modes): Document the new keyword
537 :after-hook.
538
a59225b1
CY
5392012-02-21 Chong Yidong <cyd@gnu.org>
540
541 * files.texi (Files): Mention magic file names as arguments.
542 (Reading from Files): Copyedits.
543 (File Attributes): Mention how to change file modes.
544 (Changing Files): Use standard "file permissions" terminology.
545 Add xref to File Attributes node.
546 (Locating Files): Document locate-user-emacs-file.
547 (Unique File Names): Recommend against using make-temp-name.
548
8376d7c2
CY
5492012-02-19 Chong Yidong <cyd@gnu.org>
550
551 * help.texi (Documentation, Documentation Basics, Help Functions):
552 Minor clarifications.
553 (Accessing Documentation): Clarify what documentation-property is
554 for. Add xref to Keys in Documentation.
555
556 * tips.texi (Documentation Tips): Don't recommend using * in
557 docstrings.
558
559 * macros.texi (Defining Macros):
560 * modes.texi (Derived Modes): Say "documentation string" instead
561 of docstring.
562
82233bea
CY
5632012-02-18 Chong Yidong <cyd@gnu.org>
564
565 * modes.texi (Tabulated List Mode): New node.
566 (Basic Major Modes): Add xref to it.
567
568 * processes.texi (Process Information): Mention Process Menu mode.
569
7b926f3f
CY
5702012-02-17 Chong Yidong <cyd@gnu.org>
571
572 * syntax.texi (Motion via Parsing): Doc fix for scan-lists.
573
0fd2c9a3
GM
5742012-02-17 Glenn Morris <rgm@gnu.org>
575
576 * hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual.
577
f700caa3
CY
5782012-02-16 Chong Yidong <cyd@gnu.org>
579
4230351b
CY
580 * syntax.texi (Syntax Tables, Syntax Descriptors)
581 (Syntax Table Functions): Copyedits.
582 (Syntax Basics): Don't repeat the material in the preceding node.
583 (Syntax Class Table): Use a table.
584 (Syntax Properties): Document syntax-propertize-function and
585 syntax-propertize-extend-region-functions.
586 (Motion via Parsing): Clarify scan-lists. Fix indentation.
587 (Parser State): Update for the new "c" comment style. Fix
588 description of item 7 (comment style).
589
f700caa3
CY
590 * modes.texi (Minor Modes): Update how mode commands should treat
591 arguments now.
592 (Mode Line Basics): Clarify force-mode-line-update.
593 (Mode Line Top): Note that the example is not realistic.
594 (Mode Line Variables, Mode Line Data, %-Constructs, Header Lines)
595 (Emulating Mode Line): Use "mode line" instead of "mode-line", and
596 "mode line construct" instead of "mode line specification".
597 (Syntactic Font Lock): Remove mention of obsolete variable
598 font-lock-syntactic-keywords.
599 (Setting Syntax Properties): Node deleted.
600 (Font Lock Mode): Note that Font Lock mode is a minor mode.
601 (Font Lock Basics): Note that syntactic fontification falls back
602 on `syntax-table'.
603 (Search-based Fontification): Emphasize that font-lock-keywords
604 should not be set directly.
605 (Faces for Font Lock): Avoid some confusing terminology.
4230351b
CY
606 (Syntactic Font Lock): Minor clarifications. Add xref to
607 Syntactic Font Lock node.
f700caa3 608
60236b0d
CY
6092012-02-15 Chong Yidong <cyd@gnu.org>
610
611 * minibuf.texi (Basic Completion): Define "completion table".
612 Move completion-in-region to Completion in Buffers node.
613 (Completion Commands): Use "completion table" terminology.
614 (Completion in Buffers): New node.
615
616 * modes.texi (Hooks): add-hook can be used for abnormal hooks too.
617 (Setting Hooks): Update minor mode usage example.
618 (Major Mode Conventions): Note that completion-at-point-functions
619 should be altered locally. Add xref to Completion in Buffers.
f700caa3
CY
620 Remove duplicate tip about auto-mode-alist.
621 (Minor Modes): Rewrite introduction.
622 (Minor Mode Conventions): Copyedits. Don't recommend
623 variable-only minor modes since few minor modes are like that.
60236b0d 624
d7dbb11a
GM
6252012-02-15 Glenn Morris <rgm@gnu.org>
626
627 * processes.texi (Network): Document open-network-stream :parameters.
628
3d8badf4
CY
6292012-02-14 Chong Yidong <cyd@gnu.org>
630
631 * keymaps.texi (Format of Keymaps): The CACHE component of keymaps
632 was removed on 2009-09-10. Update lisp-mode-map example.
633 (Inheritance and Keymaps): Minor clarification.
634 (Searching Keymaps): Remove out-of-place enumeration.
635 (Key Lookup): Remove unnecessary example (one was already given in
636 Format of Keymaps).
637 (Changing Key Bindings): Update suppress-keymap example.
638 (Menu Bar, Tool Bar): Copyedits.
639 (Tool Bar): Update tool-bar-map example.
640
faccede1
CY
6412012-02-12 Chong Yidong <cyd@gnu.org>
642
643 * debugging.texi (Debugger Commands): Continuing is now allowed
644 for errors.
645
355cabc6
CY
6462012-02-11 Chong Yidong <cyd@gnu.org>
647
d860baa0
CY
648 * display.texi (Fringe Indicators): Add xref to Fringe Bitmaps.
649 Move the list of standard bitmaps there.
650 (Fringe Cursors): Rewrite for clarity.
651 (Fringe Bitmaps): Consolidate the list of standard bitmaps here.
652
34106abe
CY
653 * commands.texi (Command Overview): Mention read-key.
654 (Using Interactive, Interactive Call): Minor clarifications.
655 (Function Keys, Click Events): Avoid "input stream" terminology.
656 (Click Events): Add xref to Window Sizes and Accessing Mouse.
657 Clarify column and row components.
658 (Accessing Mouse): Add xref to Click Events. Minor fixes.
659 (Special Events): Copyedits.
660
661 * streams.texi (Input Streams): De-document get-file-char.
662 (Output Variables): Don't refer to old backquote syntax.
663
355cabc6
CY
664 * debugging.texi (Debugging): Copyedits. Describe testcover, ERT.
665 (Error Debugging): Note that debug-ignored-errors overrides list
666 values of debug-on-error too. Add xref to Signaling Errors. Note
667 that debug-on-signal is not customizable. Mention
668 condition-case-unless-debug.
669 (Compilation Errors): Node deleted.
670
671 * compile.texi (Compiler Errors): Move a paragraph here from
672 deleted node Compilation Errors.
673
1be3ca5a
LL
6742012-02-10 Leo Liu <sdl.web@gmail.com>
675
676 * control.texi (Handling Errors): Change condition-case-no-debug
677 to condition-case-unless-debug.
678
25dec365
CY
6792012-02-10 Chong Yidong <cyd@gnu.org>
680
681 * advice.texi (Defining Advice): Clarify ad-unadvise.
682 (Activation of Advice): Specifying the ACTIVATE flag in defadvice
683 is not abnormal.
684 (Advising Primitives): Node deleted; ad-define-subr-args has been
685 removed.
686
687 * compile.texi (Speed of Byte-Code): Use float-time in example.
688 (Compilation Functions): Note that the log uses Compilation mode.
689 Don't discuss the contents of byte-code function object here.
690 (Compilation Functions): De-document internal function byte-code.
691 (Docs and Compilation): Minor clarifications.
692
693 * objects.texi (Byte-Code Type): Add xref to Byte-Code Function
694 Objects.
695
5f5e4ea1
GM
6962012-02-10 Glenn Morris <rgm@gnu.org>
697
698 * text.texi (Checksum/Hash): Rename node from MD5 Checksum.
699 Mention secure-hash.
700 * elisp.texi, vol1.texi, vol2.texi: Update menu entry.
701
6c1e4b46
CY
7022012-02-10 Chong Yidong <cyd@gnu.org>
703
704 * loading.texi (Loading): Don't emphasize "library" terminology.
705 (Library Search): load-path is not a user option. Mention role of
706 -L option and packages. Improve examples.
707 (Loading Non-ASCII): Don't mention unibyte Emacs, which is
708 obsolete.
709 (Autoload): Minor clarifications.
710
72ca698c
GM
7112012-02-10 Glenn Morris <rgm@gnu.org>
712
b011fbfe
GM
713 * files.texi (Magic File Names): Tweak remote-file-name-inhibit-cache.
714
72ca698c
GM
715 * modes.texi (Basic Major Modes): Mention tabulated-list-mode.
716
14a1f380
GM
7172012-02-08 Glenn Morris <rgm@gnu.org>
718
719 * loading.texi (Named Features): Update the require example.
720
60d47423
GM
7212012-02-07 Glenn Morris <rgm@gnu.org>
722
723 * modes.texi (Defining Minor Modes):
724 Expand on args of defined minor modes.
725
0992bd9c
CY
7262012-02-07 Chong Yidong <cyd@gnu.org>
727
728 * variables.texi (Creating Buffer-Local): Minor clarification
729 to buffer-local-variables doc (Bug#10715).
730
af008560
GM
7312012-02-07 Glenn Morris <rgm@gnu.org>
732
e80e1825 733 * display.texi (ImageMagick Images): General update.
af008560
GM
734 Move most details of imagemagick-render-type to the variable's doc.
735
866c1d22
GM
7362012-02-06 Glenn Morris <rgm@gnu.org>
737
f7c9199f 738 * keymaps.texi (Tool Bar): Mention separators.
dac86404
GM
739 (Inheritance and Keymaps):
740 Mention make-composed-keymap and multiple inheritance.
f7c9199f 741
e7bc51d0
GM
742 * modes.texi (Running Hooks): Mention run-hook-wrapped.
743
866c1d22
GM
744 * control.texi (Handling Errors):
745 Mention condition-case-no-debug and with-demoted-errors.
746
03988c98
CY
7472012-02-05 Chong Yidong <cyd@gnu.org>
748
749 * customize.texi (Common Keywords): Minor clarifications.
750 Document custom-unlispify-remove-prefixes.
751 (Variable Definitions): Backquotes in defcustom seem to work fine
752 now. Various other copyedits.
e1161b06
CY
753 (Simple Types): Copyedits. Document color selector.
754 (Composite Types): Copyedits.
755 (Splicing into Lists): Clarifications.
03988c98
CY
756
757 * eval.texi (Backquote): Move from macros.texi.
758
759 * macros.texi (Expansion): Minor clarification.
760 (Backquote): Move node to eval.texi.
761 (Defining Macros): Move an example from Backquote node.
762 (Argument Evaluation): No need to mention Pascal.
763 (Indenting Macros): Add xref to Defining Macros.
764
649f602c
GM
7652012-02-05 Glenn Morris <rgm@gnu.org>
766
767 * debugging.texi (Error Debugging): Mention debug-on-event default.
768
34c99998
GM
7692012-02-04 Glenn Morris <rgm@gnu.org>
770
8f05da42
GM
771 * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
772
7aa5aad8
GM
773 * debugging.texi (Error Debugging): Mention debug-on-event.
774 * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
775
c7291ad9
GM
776 * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
777
34c99998
GM
778 * text.texi (Buffer Contents):
779 Update filter-buffer-substring description.
780
735cc5ca
CY
7812012-02-04 Chong Yidong <cyd@gnu.org>
782
783 * functions.texi (What Is a Function): Add closures. Mention
784 "return value" terminology. Add xref for command-execute. Remove
785 unused "keystroke command" terminology.
786 (Lambda Expressions): Give a different example than in the
787 following subsection. Add xref to Anonymous Functions.
788 (Function Documentation): Remove gratuitous markup.
789 (Function Names): Move introductory text to `What Is a Function'.
790 (Defining Functions): Fix defun argument spec.
791 (Anonymous Functions): Document lambda macro explicitly. Mention
792 effects on lexical binding.
793 (Function Cells): Downplay direct usage of fset.
794 (Closures): New node.
795 (Inline Functions): Remove "open-code" terminology.
796 (Declaring Functions): Minor tweak; .m is not C code.
797
798 * variables.texi (Variables): Don't refer to "global value".
799 (Local Variables, Void Variables): Copyedits.
800 (Lexical Binding): Minor clarification of example.
801 (File Local Variables): Mention :safe and :risky defcustom args.
802 (Lexical Binding): Add xref to Closures node.
803
94bc7984
GM
8042012-02-04 Glenn Morris <rgm@gnu.org>
805
806 * minibuf.texi (High-Level Completion): Updates for read-color.
807
4f5a10ef
GM
8082012-02-03 Glenn Morris <rgm@gnu.org>
809
eea14f31
GM
810 * display.texi (GIF Images): Mention animation.
811 Remove commented-out old example of animation.
812 (Animated Images): New subsection.
813 * elisp.texi (Top):
814 * vol1.texi (Top):
815 * vol2.texi (Top): Add Animated Images menu entry.
816
4f5a10ef
GM
817 * display.texi (Image Formats): Remove oddly specific information
818 on versions of image libraries.
204e728d 819 (GIF Images, TIFF Images): Minor rephrasing.
4f5a10ef 820
12f381b7
GM
8212012-02-02 Glenn Morris <rgm@gnu.org>
822
1b9f60cc
GM
823 * processes.texi (Synchronous Processes):
824 Mention call-process's :file gets overwritten.
825
7e2734bc
GM
826 * commands.texi (Reading One Event):
827 * help.texi (Help Functions): Document read-char-choice.
828
f58b9822
GM
829 * hooks.texi (Standard Hooks):
830 * modes.texi (Keymaps and Minor Modes):
831 * text.texi (Commands for Insertion): Document post-self-insert-hook.
832
833 * hooks.texi (Standard Hooks): Add prog-mode-hook.
834
12f381b7
GM
835 * hooks.texi (Standard Hooks):
836 * modes.texi (Major Mode Conventions, Mode Hooks):
837 Document change-major-mode-after-body-hook.
838
7a9a2fc6
GM
8392012-02-01 Glenn Morris <rgm@gnu.org>
840
841 * modes.texi (Defining Minor Modes):
842 Mention disabling global minor modes on a per-major-mode basis.
843
a037c171
CY
8442012-01-31 Chong Yidong <cyd@gnu.org>
845
846 * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
847 (Parser State): Remove unnecessary statement (Bug#10661).
848
849 * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
850
56afad3a
GM
8512012-01-31 Glenn Morris <rgm@gnu.org>
852
853 * modes.texi (Defining Minor Modes):
854 Document define-minor-mode's new :variable keyword.
855
0f29fa41
CY
8562012-01-29 Chong Yidong <cyd@gnu.org>
857
837a390a
CY
858 * syntax.texi (Syntax Class Table): Tweak description of newline
859 char syntax (Bug#9619).
860
0f29fa41
CY
861 * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
862 description (Bug#10189).
863
182148ee
GM
8642012-01-29 Glenn Morris <rgm@gnu.org>
865
a49ca6b9
GM
866 * files.texi (Changing Files): Document SELinux support.
867
182148ee
GM
868 * windows.texi (Window Sizes): Fix typo.
869
9962192e
CY
8702012-01-28 Chong Yidong <cyd@gnu.org>
871
8c6e1920
CY
872 * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
873 doc (Bug#8568).
874
9583ec59
CY
875 * frames.texi (Input Focus): Add NORECORD arg to
876 select-frame-set-input-focus. Clarify its role in select-frame.
877
10256988
CY
878 * text.texi (Transposition): We don't use transpose-region as an
879 internal subroutine (Bug#3249).
880
9962192e
CY
881 * modes.texi (Example Major Modes): Update Lisp example code to
882 current sources. Delete the old non-derived-major-mode example,
883 which has diverged badly from current sources.
884
2aa43abb
GM
8852012-01-27 Glenn Morris <rgm@gnu.org>
886
887 * makefile.w32-in (texinputdir): Fix (presumed) typo.
888 (VERSION, manual): Remove, unused.
889
9f40220d
CY
8902012-01-27 Chong Yidong <cyd@gnu.org>
891
892 * commands.texi (Command Overview): Minor clarification (Bug#10384).
893
acc28cb9
CY
8942012-01-26 Chong Yidong <cyd@gnu.org>
895
896 * searching.texi (String Search): Document negative repeat count
897 (Bug#10507).
898
48da7392
GM
8992012-01-26 Glenn Morris <rgm@gnu.org>
900
901 * variables.texi (Using Lexical Binding):
902 Mention that lexical-binding should be set in the first line.
903
69b0acb9
LI
9042012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
905
906 * macros.texi (Defining Macros): Don't claim that `declare' only
907 affects Edebug and indentation.
908
543757a8
LI
9092012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
910
911 * macros.texi (Defining Macros): Slight `declare' fixup.
912
450e3cae
GM
9132012-01-25 Glenn Morris <rgm@gnu.org>
914
24189ce0 915 * makefile.w32-in (texinputdir):
450e3cae
GM
916 * Makefile.in (ENVADD): Add $emacsdir. (Bug#10603)
917
1021c761
CY
9182012-01-24 Chong Yidong <cyd@gnu.org>
919
920 * variables.texi (Variables, Local Variables, Void Variables):
921 Edit to make the descriptions less specific to dynamic binding.
922 (Local Variables): Default max-specpdl-size is now 1300.
923 (Defining Variables): Edits for lexical scoping. Delete
924 information about starting docstrings with *. De-document
925 user-variable-p.
926 (Tips for Defining): Remove an unimportant discussion of quitting
927 in the middle of a load.
928 (Accessing Variables, Setting Variables): Discuss lexical binding.
929 (Variable Scoping): Rewrite.
930 (Scope, Extent, Impl of Scope): Nodes deleted.
931 (Dynamic Binding): New node, with material from Scope, Extent, and
932 Impl of Scope nodes.
933 (Dynamic Binding Tips): Rename from Using Scoping.
934 (Lexical Binding): Rewrite.
935 (Using Lexical Binding): Rename from Converting to Lexical
936 Binding. Convert to subsection.
937
938 * customize.texi (Variable Definitions): Add custom-variable-p.
939 Move user-variable-p documentation here.
940
31cbea1d
CY
9412012-01-23 Chong Yidong <cyd@gnu.org>
942
943 * strings.texi (Text Comparison): Minor qualification.
944
945 * lists.texi (Cons Cells): Copyedits.
946 (List Elements): Mention push.
947 (List Variables): Mention pop.
948 (Rings): Move to sequences.texi.
949
950 * sequences.texi (Sequence Functions): Don't repeat the
951 introduction already given in the parent.
952 (Vectors): Copyedits.
953 (Rings): Move from lists.texi. Note that this is specific to the
954 ring package.
955
956 * symbols.texi (Definitions, Symbol Components): Mention variable
957 scoping issues.
958 (Plists and Alists): Copyedits.
959
960 * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
961 correctness with lexical scoping.
962 (Eval): Copyedits.
963
fead402d
CY
9642012-01-21 Chong Yidong <cyd@gnu.org>
965
966 * intro.texi (A Sample Function Description): Special notation
967 used for macros too.
968
969 * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
970 (Symbol Type): Add xref for keyword symbols.
971 (Sequence Type): Clarify differences between sequence types.
972 (Cons Cell Type): Add "linked list" index entry.
973 (Non-ASCII in Strings): Copyedits.
974 (Equality Predicates): Symbols with same name need not be eq.
975
976 * numbers.texi (Float Basics): Document isnan, copysign, frexp and
977 ldexp. Move float-e and float-pi to Math Functions node.
978
61086eb6
GM
9792012-01-21 Glenn Morris <rgm@gnu.org>
980
981 * modes.texi (Auto Major Mode):
982 * variables.texi (File Local Variables):
983 Mention inhibit-local-variables-regexps.
984
34a02f46
MR
9852012-01-19 Martin Rudalics <rudalics@gmx.at>
986
987 * windows.texi (Window Configurations): Rewrite references to
988 persistent window parameters.
989 (Window Parameters): Fix description of persistent window
990 parameters.
991
f5064cae
JB
9922012-01-16 Juanma Barranquero <lekktu@gmail.com>
993
994 * windows.texi (Window Parameters): Use @pxref.
995
6a6ee00d
MR
9962012-01-16 Martin Rudalics <rudalics@gmx.at>
997
998 * windows.texi (Window Configurations, Window Parameters):
999 Describe persistent window parameters.
1000
9ca4c014
SM
10012011-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
1002
1003 * variables.texi (Creating Buffer-Local): Warn against misuses of
1004 make-variable-buffer-local (bug#10258).
1005
d027f83d
LMI
10062012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1007
1008 * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
1009
89bd9ccd
CY
10102012-01-06 Chong Yidong <cyd@gnu.org>
1011
1012 * variables.texi (Directory Local Variables): Document
1013 hack-dir-local-variables-non-file-buffer.
1014
c869783d
GM
10152012-01-06 Glenn Morris <rgm@gnu.org>
1016
1017 * maps.texi (Standard Keymaps): Refer to Info-edit by name
1018 rather than by keybinding.
1019
2cae5ba4
JB
10202011-12-29 Juanma Barranquero <lekktu@gmail.com>
1021
1022 * frames.texi (Font and Color Parameters): Add @pxref.
1023
43da4d08
DC
10242011-12-29 Daniel Colascione <dan.colascione@gmail.com>
1025
1026 * frames.texi (Font and Color Parameters):
1027 Document w32 font backends (bug#10399).
1028
8d80ef01
PE
10292011-12-28 Paul Eggert <eggert@cs.ucla.edu>
1030
1031 * files.texi (File Attributes, Changing Files):
1032 Use a more-natural notation for octal numbers.
1033
9022ae07
JB
10342011-12-23 Juanma Barranquero <lekktu@gmail.com>
1035
1036 * variables.texi (Variables with Restricted Values):
1037 Change reference to variable (bug#10354).
1038
454592a6
MR
10392011-12-13 Martin Rudalics <rudalics@gmx.at>
1040
1041 * windows.texi (Splitting Windows): Use t instead of non-nil
1042 when describing window-combination-resize.
1043
a7cdbfce
SM
10442011-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
1045
1046 * text.texi (Special Properties): Warn against `intangible' properties
1047 (bug#10222).
1048
a3dcc84e
EZ
10492011-11-26 Eli Zaretskii <eliz@gnu.org>
1050
579ebf8f
EZ
1051 * display.texi (Truncation):
1052 * text.texi (Special Properties): Describe what a stretch-glyph is
1053 instead of using that term without explanation. Make the
1054 cross-references more accurate.
1055
a3dcc84e
EZ
1056 * display.texi (Usual Display): Update the description,
1057 cross-references, and indexing related to display of control
1058 characters and raw bytes.
1059
94af99a4
MR
10602011-11-25 Martin Rudalics <rudalics@gmx.at>
1061
1062 * windows.texi (Splitting Windows): Fix description of
1063 window-combination-limit. Suggested by Eli Zaretskii.
1064
1c3d7a13
CY
10652011-11-23 Chong Yidong <cyd@gnu.org>
1066
1067 * windows.texi (Window Sizes): Move window-top-line,
1068 window-left-column, and window-*-pixel-edges to Coordinates and
1069 Windows node.
1070 (Coordinates and Windows): Restore window-edges doc.
1071
90151a1e
MR
10722011-11-21 Martin Rudalics <rudalics@gmx.at>
1073
a7cdbfce
SM
1074 * windows.texi (Windows and Frames, Splitting Windows):
1075 Fix typos.
90151a1e 1076
a9b9b7f5
CY
10772011-11-21 Chong Yidong <cyd@gnu.org>
1078
1079 * windows.texi (Splitting Windows): Fix error in documentation of
1080 window-combination-limit.
1081 (Cyclic Window Ordering): Minor fixes to next-window,
1082 one-window-p, and get-lru-window docs. Don't document
1083 window-list-1.
1084 (Buffers and Windows): Copyedits.
1085 (Choosing Window): Document special handling of special-display-*.
1086 (Choosing Window Options): Fix display-buffer-reuse-frames doc.
a7cdbfce
SM
1087 Don't document even-window-heights, which is going away.
1088 Clarify which options are obeyed by which action functions.
a9b9b7f5 1089
f4e90db0
SM
10902011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
1091
1092 * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
1093
d2999b1a
MR
10942011-11-20 Martin Rudalics <rudalics@gmx.at>
1095
f4e90db0
SM
1096 * windows.texi (Resizing Windows, Splitting Windows):
1097 Remove term "status" when talking about combination limits.
d2999b1a 1098
cd1181db
JB
10992011-11-20 Juanma Barranquero <lekktu@gmail.com>
1100
1101 * compile.texi (Compiler Errors):
1102 * help.texi (Help Functions): Fix typos.
1103
7bf54975
CY
11042011-11-19 Chong Yidong <cyd@gnu.org>
1105
1106 * windows.texi (Splitting Windows): Clarify role of window
1107 parameters in split-window. Shorten the example.
f4e90db0
SM
1108 (Deleting Windows): Rewrite intro to handle internal windows.
1109 Fix delete-windows-on doc.
7bf54975
CY
1110 (Selecting Windows): Copyedits.
1111
a0c2d0ae
MR
11122011-11-17 Martin Rudalics <rudalics@gmx.at>
1113
1114 * windows.texi (Resizing Windows, Splitting Windows)
1115 (Deleting Windows): Use term window-combination-resize instead
1116 of window-splits.
1117
b6f67890
MR
11182011-11-16 Martin Rudalics <rudalics@gmx.at>
1119
f4e90db0
SM
1120 * windows.texi (Resizing Windows, Splitting Windows):
1121 Rename occurrences of window-nest to window-combination-limit.
b6f67890 1122
0b381c7e
JB
11232011-11-14 Juanma Barranquero <lekktu@gmail.com>
1124
1125 * intro.texi (Lisp History): Fix typo.
1126
89d61221
MR
11272011-11-12 Martin Rudalics <rudalics@gmx.at>
1128
f4e90db0
SM
1129 * windows.texi (Splitting Windows, Deleting Windows):
1130 Remove references to splits status of windows.
89d61221 1131
b2621720
GM
11322011-11-10 Glenn Morris <rgm@gnu.org>
1133
1134 * buffers.texi (Read Only Buffers): Expand a bit on why
1135 toggle-read-only should only be used interactively. (Bug#7292)
1136
d2ad7ee1
CY
11372011-11-09 Chong Yidong <cyd@gnu.org>
1138
1139 * windows.texi (Window Sizes): Document window-pixel-edges,
c4e7c63a 1140 window-inside-pixel-edges, window-absolute-pixel-edges, and
d2ad7ee1
CY
1141 window-inside-absolute-pixel-edges.
1142 (Resizing Windows): shrink-window-if-larger-than-buffer works on
1143 non-full-width windows.
1144
2cffd681
MR
11452011-11-09 Martin Rudalics <rudalics@gmx.at>
1146
1147 * windows.texi (Resizing Windows): Rewrite documentation of
1148 window-resizable.
1149
f6f6d7e7
CY
11502011-11-09 Chong Yidong <cyd@gnu.org>
1151
1152 * windows.texi (Splitting Windows): Simplify example.
1153
a79db6e0
CY
11542011-11-08 Chong Yidong <cyd@gnu.org>
1155
1156 * windows.texi (Window Sizes): Copyedits. Document
1157 window-text-height. Remove window-min-height and window-min-width
1158 discussion, referring instead to Emacs manual.
1159 (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
e7313f33
CY
1160 (Resizing Windows): Simplify introduction. Don't document
1161 enlarge-window, shrink-window, enlarge-window-horizontally, and
1162 shrink-window-horizontally; they are no longer preferred for
1163 calling from Lisp, and are already documented in the Emacs manual.
a79db6e0 1164
441950c7
GM
11652011-11-07 Glenn Morris <rgm@gnu.org>
1166
1167 * windows.texi (Choosing Window): Fix keybinding typo.
1168
be7f5545
MR
11692011-11-07 Martin Rudalics <rudalics@gmx.at>
1170
1171 * windows.texi (Resizing Windows, Splitting Windows)
1172 (Window Configurations): Use "child window" instead of
1173 "subwindow".
1174
291d142b
CY
11752011-11-06 Chong Yidong <cyd@gnu.org>
1176
1177 * windows.texi (Basic Windows): Clarify various definitions.
1178 Treat window-normalize-* as internal; don't document them.
1179 (Windows and Frames): Various clarifications, e.g. non-live
1180 windows also belong to frames. Fix window-list description.
1181 Simplify window nesting example.
f4e90db0
SM
1182 (Splitting Windows, Window Configurations):
1183 Use split-window-below.
291d142b 1184
89bd5ee1
EZ
11852011-11-04 Eli Zaretskii <eliz@gnu.org>
1186
1187 * windows.texi (Window Sizes): Mention in the doc string that the
1188 return values of `window-body-height' and `window-body-width' are
1189 in frame's canonical units. (Bug#9949)
1190
3d8daefe
MR
11912011-10-30 Martin Rudalics <rudalics@gmx.at>
1192
1193 * windows.texi (Windows and Frames): Remove "iso-" infix from
1194 documentation of window-iso-combined-p.
1195
60754666
CY
11962011-10-26 Chong Yidong <cyd@gnu.org>
1197
1198 * modes.texi (Running Hooks): Document with-wrapper-hook.
1199
d366bd53
CY
12002011-10-18 Chong Yidong <cyd@gnu.org>
1201
1202 * display.texi (Glyphless Chars): New node.
1203
50b063c3
CY
12042011-10-13 Chong Yidong <cyd@stupidchicken.com>
1205
1206 * text.texi (Yanking): Document yank-excluded-properties.
1207
1208 * package.texi (Packaging Basics): The commentary should say how
1209 to begin using the package.
1210
c72063fa
MR
12112011-10-11 Martin Rudalics <rudalics@gmx.at>
1212
1213 * windows.texi (Deleting Windows): Mention which window gets
1214 selected when deleting the selected window.
1215
d83dc65b
MR
12162011-10-09 Martin Rudalics <rudalics@gmx.at>
1217
1218 * buffers.texi (The Buffer List): Describe how bury-buffer deals
1219 with the selected window.
1220 * windows.texi (Buffers and Windows): Reformulate text on how
1221 replace-buffer-in-windows deals with a window.
1222 (Quitting Windows): Describe how quit-window deals with a
1223 standalone frame. Describe new option frame-auto-hide-function.
1224
c599682c
GM
12252011-10-08 Glenn Morris <rgm@gnu.org>
1226
48bca619
GM
1227 * symbols.texi (Other Plists): Markup fix. (Bug#9702)
1228
c599682c
GM
1229 * positions.texi (Excursions): Update warning message.
1230
969aa734
CY
12312011-10-05 Chong Yidong <cyd@stupidchicken.com>
1232
f4e90db0
SM
1233 * display.texi (Low-Level Font, Face Attributes, Font Lookup):
1234 Fix Emacs manual xref (Bug#9675).
969aa734 1235
550f41cd
CY
12362011-10-01 Chong Yidong <cyd@stupidchicken.com>
1237
1238 * windows.texi (Textual Scrolling): Document scroll-up-command,
1239 scroll-down-command, scroll-error-top-bottom, and the
1240 scroll-command symbol property.
717a1362
CY
1241 (Display Action Functions): Fix description of
1242 display-buffer-pop-up-window.
550f41cd 1243
a239d4e9
JB
12442011-09-28 Juanma Barranquero <lekktu@gmail.com>
1245
1246 * windows.texi (Splitting Windows): Fix typos.
1247
590c056d
MR
12482011-09-25 Martin Rudalics <rudalics@gmx.at>
1249
1250 * windows.texi (Windows and Frames, Display Action Functions)
1251 (Switching Buffers): Fix some typos.
1252 (Buffers and Windows): Remove reference to window-auto-delete.
1253 Reword description of replace-buffer-in-windows.
1254 (Window History): Fix some typos and refer to frame local buffer
1255 list.
c419f5cb
MR
1256 (Quitting Windows): New node.
1257 (Window Configurations): Add descriptions of window-state-get
1258 and window-state-put.
1259 (Window Parameters): Describe variable ignore-window-parameters.
1260 Sketch some window parameters currently in use.
1261 * elisp.texi (Top): Update node listing.
590c056d 1262
9ec20d36
CY
12632011-09-25 Chong Yidong <cyd@stupidchicken.com>
1264
1265 * windows.texi (Display Action Functions)
1266 (Choosing Window Options): New nodes.
1267
0e406a72
CY
12682011-09-24 Chong Yidong <cyd@stupidchicken.com>
1269
1270 * windows.texi (Window History): New node. Move text here from
1271 Buffers and Windows.
1272 (Switching Buffers): Rename from Displaying Buffers, since we
f4e90db0
SM
1273 don't document display-buffer here; callers changed.
1274 Document FORCE-SAME-WINDOW arg to switch-to-buffer and
0e406a72
CY
1275 switch-to-buffer-other-frame. Delete duplicate
1276 replace-buffer-in-windows doc.
1277 (Choosing Window): Document display actions.
1278
6bf7006f
EZ
12792011-09-24 Eli Zaretskii <eliz@gnu.org>
1280
1281 * display.texi (Forcing Redisplay): Update the description of
1282 redisplay-dont-pause due to change in the default value.
1283
b33b68a3
MR
12842011-09-23 Martin Rudalics <rudalics@gmx.at>
1285
1286 * frames.texi (Frames and Windows): Move section and rename to
1287 Windows and Frames in windows.texi.
1288 * windows.texi (Windows): Restructure.
1289 (Basic Windows): Rewrite. Explain live and internal windows and
1290 normalization functions.
1291 (Windows and Frames): Move section here from frames.texi.
1292 Describe subwindows, window combinations, window tree, and
1293 corresponding functions including window-list here.
1294 (Window Sizes): Rename section from Size of Window and move it
1295 up in chapter. Describe total and body sizes and the
1296 corresponding functions. Explain new semantics of
1297 window-min-height/-width.
1298 (Resizing Windows): Move section up in chapter. Describe new
1299 resize functions.
1300 (Splitting Windows): Describe new behavior of split-window,
1301 split-window-above-each-other and split-window-side-by-side.
1302 Provide examples. Describe window-nest and window-splits
1303 options.
1304 (Deleting Windows): Minor rewrite.
f4e90db0
SM
1305 (Selecting Windows): Minor rewrite.
1306 Describe frame-selected-window and set-frame-selected-window here.
1307 (Cyclic Window Ordering): Minor rewrite.
1308 Describe window-list-1.
b33b68a3
MR
1309 (Buffers and Windows): Rewrite. Explain a window's previous and
1310 next buffers and the corresponding functions.
c4682d18 1311 (Window Tree): Merge into Windows and Frames section.
b33b68a3
MR
1312 * elisp.texi (Top): Update node listings for frames and windows
1313 sections.
1314
4d3786ac
SM
13152011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1316
1317 * display.texi (Face Functions): `face-list' returns faces (bug#9564).
1318
713df35b
LMI
13192011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
1320
1321 * errors.texi (Standard Errors): Remove apparent placeholder text
1322 (bug#9491).
1323
33ed493b
CY
13242011-09-18 Chong Yidong <cyd@stupidchicken.com>
1325
1326 * frames.texi (Management Parameters): Fix description of
1327 icon-type parameter.
1328
b8f0a954
CY
13292011-09-17 Chong Yidong <cyd@stupidchicken.com>
1330
1331 * tips.texi (Key Binding Conventions): Don't bind a key sequence
1332 ending in C-g. Suggested by Edward O'Connor.
1333
eddf142c
EZ
13342011-09-17 Eli Zaretskii <eliz@gnu.org>
1335
1336 * numbers.texi (Integer Basics): Add indexing for
1337 most-positive-fixnum and most-negative-fixnum. (Bug#9525)
1338
bf1af6c7
DM
13392011-09-14 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
1340
1341 * lists.texi (Sets And Lists): Fix typo. (Bug#9393)
1342
cec2eab8
JB
13432011-09-11 Juanma Barranquero <lekktu@gmail.com>
1344
1345 * processes.texi (Network Servers): Clarify what the process
1346 buffer is used for (bug#9233).
1347
51751aa2 13482011-08-30 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
1f403cb9
DM
1349
1350 * lists.texi (Building Lists): Fix typo.
1351
35137ed3
CY
13522011-08-30 Chong Yidong <cyd@stupidchicken.com>
1353
1354 * display.texi (Basic Faces): New node. Document new faces.
1355
1356 * modes.texi (Major Mode Conventions): Move some text there.
1357 (Mode Help): Remove major-mode var, duplicated in Major Modes.
1358
3fd50d5c
CY
13592011-08-29 Chong Yidong <cyd@stupidchicken.com>
1360
1361 * modes.texi (Basic Major Modes): New node. Callers updated.
1362 (Major Modes): Document fundamental-mode and major-mode.
1363 (Major Mode Basics): Node deleted; text moved to Major Modes.
1364 (Derived Modes): Document derived-mode-p.
1365
ddb54206
CY
13662011-08-28 Chong Yidong <cyd@stupidchicken.com>
1367
a6326082
CY
1368 * files.texi (Changing Files, Create/Delete Dirs): Document new
1369 arguments for delete-file, delete-directory, and copy-directory.
e2aeef63
CY
1370 (Visiting Functions): Remove view-file; it is documented in the
1371 Emacs manual.
04e2ce72 1372
ddb54206
CY
1373 * frames.texi (Layout Parameters): The defaults for the
1374 menu-bar-lines and tool-bar-lines parameters depend on the mode.
1375
1376 * display.texi (Progress): Document spinner functionality.
1377
1378 * os.texi (Killing Emacs): Note that kill-emacs can be called by
1379 operating system signals. Refer to save-buffers-kill-terminal
1380 instead of save-buffers-kill-emacs.
1381
1382 * objects.texi (Symbol Type): Document ## print representation.
1383
0c95fcf7
EZ
13842011-08-25 Eli Zaretskii <eliz@gnu.org>
1385
1386 * display.texi (Specified Space): Mention that `space' specs
1387 influence bidi reordering.
1388 (Bidirectional Display): Explain how to use `(space . PROPS)' for
1389 separating fields with bidirectional content.
1390
5980d4c6
EZ
13912011-08-24 Eli Zaretskii <eliz@gnu.org>
1392
1393 * display.texi (Bidirectional Display): Document return value in
1394 buffers that are not bidi-reordered for display, and in unibyte
1395 buffers.
1396
bca633fb
EZ
13972011-08-23 Eli Zaretskii <eliz@gnu.org>
1398
1399 * nonascii.texi (Character Properties): Document the values for
1400 unassigned codepoints.
1401
c094bb0c
EZ
14022011-08-18 Eli Zaretskii <eliz@gnu.org>
1403
1404 * nonascii.texi (Character Properties): Document use of
1405 `bidi-class' and `mirroring' properties as part of reordering.
1406 Provide cross-references to "Bidirectional Display".
1407
1408 * display.texi (Bidirectional Display): Document the pitfalls of
1409 concatenating strings with bidirectional content, with possible
f4e90db0
SM
1410 solutions. Document bidi-string-mark-left-to-right.
1411 Mention paragraph direction in modes that inherit from prog-mode.
92b71444
EZ
1412 Document use of `bidi-class' and `mirroring' properties as part of
1413 reordering.
c094bb0c 1414
1ea897d5
EZ
14152011-08-16 Eli Zaretskii <eliz@gnu.org>
1416
9adfcd0b
EZ
1417 * modes.texi (Major Mode Conventions): Improve the documentation
1418 of `mode-class' `special' modes.
1419
10862873
EZ
1420 * nonascii.texi (Character Properties): Document the `mirroring'
1421 property. Add index entries.
1422
1ea897d5
EZ
1423 * syntax.texi (Categories): Add an example of defining a new
1424 category and category table.
1425
1426 * searching.texi (Regexp Backslash): Document how to display
1427 existing categories. Mention the possibility of adding
1428 categories, and add an xref to where this is described. Add an
1429 index entry.
1430
ebb552ed
CY
14312011-08-09 Chong Yidong <cyd@stupidchicken.com>
1432
1433 * text.texi (Special Properties):
1434 * display.texi (Overlay Properties): Note that mouse-face cannot
1435 change the text size (Bug#8530).
1436
51a714e1
CY
14372011-08-08 Chong Yidong <cyd@stupidchicken.com>
1438
1439 * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
1440 using setenv instead.
1441
4cc60b9b
EZ
14422011-07-28 Eli Zaretskii <eliz@gnu.org>
1443
1444 * display.texi (Bidirectional Display): Document the fact that
1445 bidi-display-reordering is t by default.
1446
5deb92fd
EZ
14472011-07-23 Eli Zaretskii <eliz@gnu.org>
1448
1449 * display.texi (Bidirectional Display): New section.
1450
011b0ad6 14512011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
67f9b9f8
GM
1452 Tim Cross <theophilusx@gmail.com> (tiny change)
1453 Glenn Morris <rgm@gnu.org>
011b0ad6 1454
67f9b9f8 1455 * keymaps.texi (Toolkit Differences): New node. (Bug#8176)
011b0ad6 1456
4baf28e6
AS
14572011-07-15 Andreas Schwab <schwab@linux-m68k.org>
1458
1459 * help.texi (Keys in Documentation): Revert last change.
1460
66249842
LMI
14612011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1462
f863868c
LMI
1463 * help.texi (Keys in Documentation): Clarify that \= only quotes
1464 the next character, and doesn't affect longer sequences in
1465 particular (bug#8935).
1466
f4e90db0
SM
1467 * debugging.texi (Using Debugger):
1468 Mention @code{eval-expression-debug-on-error} (bug#8549).
66249842 1469
0bb23927 14702011-07-14 Eli Zaretskii <eliz@gnu.org>
a2eaa31d
EZ
1471
1472 * display.texi (Other Display Specs): Document that `left-fringe'
1473 and `right-fringe' display specifications are of the "replacing"
1474 kind.
1475
f2027cdf
LMI
14762011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1477
1478 * help.texi (Documentation Basics): Add a link to the Function
1479 Documentation node (bug#6580).
1480
f987fde4
LMI
14812011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1482
0bc59b25
LMI
1483 * keymaps.texi (Menu Bar): Mention :visible and :enable
1484 (bug#6344). Text by Drew Adams.
1485
63d55f1f
LMI
1486 * modes.texi (Running Hooks): Mention buffer-local hook variables
1487 (bug#6218).
1488
f987fde4
LMI
1489 * objects.texi (General Escape Syntax): "a with grave accent" is
1490 ?xe0, not ?x8e0 (bug#5259).
1491
b7527639
CY
14922011-07-12 Chong Yidong <cyd@stupidchicken.com>
1493
1494 * display.texi (Face Attributes, Font Selection): Add references
1495 to the Fonts node in the Emacs manual (Bug#4178).
1496
c830e5ae
CY
14972011-07-12 Chong Yidong <cyd@stupidchicken.com>
1498
1499 * display.texi (Window Systems): `window-system' is
1500 terminal-local.
1501
1502 * frames.texi (Frame Parameters, Parameter Access): Don't mention
1503 frame-local variables.
1504
1505 * variables.texi (Buffer-Local Variables): Don't mention obsolete
1506 frame-local variables.
1507 (Frame-Local Variables): Node deleted.
1508
1509 * elisp.texi (Top): Update node listing.
1510
91223e54
LMI
15112011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1512
1513 * elisp.texi: Change "inferiors" to "subnodes" in three places
1514 (bug#3523).
1515
963578d3
CY
15162011-07-11 Chong Yidong <cyd@stupidchicken.com>
1517
1518 * frames.texi (Window System Selections): Discussion of
1519 x-select-enable-clipboard moved to Emacs manual.
1520
07151e49
DD
15212011-07-11 Deniz Dogan <deniz@dogan.se>
1522
1523 * commands.texi (Prefix Command Arguments): Remove excessive
1524 apostrophe.
1525
7261e1cf
LMI
15262011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1527
ad21a12a
LMI
1528 * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
1529 description is a string (bug#3313).
1530
7261e1cf
LMI
1531 * frames.texi (Display Feature Testing): Try to explain what all
1532 the visual classes mean (bug#3042).
1533
568f7b79
LMI
15342011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1535
18d59e29
LMI
1536 * modes.texi (Mode Line Variables): Document `mode-line-remote'
1537 and `mode-line-client' (bug#2974).
1538
568f7b79
LMI
1539 * text.texi (Insertion): Clarify marker movements (bug#1651).
1540 Text from Drew Adams.
1541
54e10184
LMI
15422011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1543
d94d85e9
LMI
1544 * text.texi (Special Properties): Clarify the format of `face'
1545 (bug#1375).
1546
54e10184
LMI
1547 * commands.texi (Interactive Call): Add a `call-interactively'
1548 example (bug#1010).
1549
413c488d
LMI
15502011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1551
1552 * functions.texi (Calling Functions): Link to the "Interactive
1553 Call" node (bug#1001).
1554
322b7dab 15552011-07-06 Chong Yidong <cyd@stupidchicken.com>
b00d8c1a 1556
3deead93
CY
1557 * customize.texi (Composite Types): Move alist and plist to here
1558 from Simple Types (Bug#7545).
1559
1560 * elisp.texi (Top): Update menu description.
1561
b00d8c1a
CY
1562 * display.texi (Face Attributes): Document negative line widths
1563 (Bug#6113).
1564
d2a6c43b
TR
15652011-07-03 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
1566
1567 * searching.texi (Match Data): Note that match data can be
1568 overwritten by most functions (bug#2499).
1569
c7844a27
LMI
15702011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1571
a9ab721e
LMI
1572 * strings.texi (Formatting Strings): Clarify what the "-" and "0"
1573 flags mean (bug#6659).
1574
c7844a27
LMI
1575 * functions.texi (What Is a Function): Document the autoload
1576 object (bug#6496).
1577
f68d76d0
LMI
15782011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1579
8a20ca4c
LMI
1580 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
1581 is only used in the Customize user interface (bug#6089).
1582
f68d76d0 1583 * display.texi (Showing Images): Mention the point of sliced
6dd56db4 1584 images (bug#7836).
f68d76d0 1585
7018dbe7
EZ
15862011-07-02 Eli Zaretskii <eliz@gnu.org>
1587
1588 * variables.texi (Defining Variables, Void Variables)
1589 (Constant Variables): Fix incorrect usage of @kindex.
1590
36cb87a1
LMI
15912011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1592
28ee97c7
LMI
1593 * variables.texi (Defining Variables): Add an index entry for
1594 `set-variable' (bug#7262).
8d4294e9 1595 (Defining Variables): Use @findex for functions.
28ee97c7 1596
8862ffd5
LMI
1597 * frames.texi (Basic Parameters): Document the `explicit-name'
1598 parameter (bug#6951).
1599
0ec389b9
LMI
1600 * customize.texi (Type Keywords): Clarify that :value provides a
1601 default value for all types (bug#7386).
1602
36cb87a1
LMI
1603 * streams.texi (Output Functions): Document `pp'.
1604
11fdef7d 16052011-06-25 Chong Yidong <cyd@stupidchicken.com>
dfc47e35
CY
1606
1607 * keymaps.texi (Searching Keymaps):
1608 * display.texi (Overlay Properties): Fix errors in 2011-05-29
1609 change. Suggested by Johan Bockgård.
1610
eeafcea7
CY
16112011-06-15 Chong Yidong <cyd@stupidchicken.com>
1612
1613 * text.texi (Special Properties): Clarify role of font-lock-face.
1614
b96e6cde
LMI
16152011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1616
f4e90db0 1617 * processes.texi (Process Information): Rename `process-alive-p'
b96e6cde
LMI
1618 to `process-live-p' for consistency with other `-live-p' functions.
1619
be14b9ab
PE
16202011-06-03 Paul Eggert <eggert@cs.ucla.edu>
1621
1622 Document wide integers better.
1623 * files.texi (File Attributes): Document ino_t values better.
2d365993 1624 ino_t values no longer map to anything larger than a single cons.
be14b9ab
PE
1625 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
1626 (Bitwise Operations):
001903b5
PE
1627 * objects.texi (Integer Type): Use a binary notation that is a bit easier
1628 to read, and that will port better if 62-bits becomes the default.
1629 Fix or remove incorrect examples.
be14b9ab
PE
1630 * os.texi (Time Conversion): Document time_t values better.
1631
bcd54f83
LMI
16322011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1633
f4e90db0
SM
1634 * processes.texi (Process Information):
1635 Document `process-alive-p'.
bcd54f83 1636
049bcbcb
CY
16372011-05-29 Chong Yidong <cyd@stupidchicken.com>
1638
1639 * help.texi (Accessing Documentation):
1640 * display.texi (Pixel Specification):
1641 * processes.texi (Serial Ports, Serial Ports):
1642 * nonascii.texi (Character Properties, Default Coding Systems):
1643 * text.texi (Changing Properties, Special Properties):
1644 * windows.texi (Window Start and End):
1645 * modes.texi (SMIE Indentation Example, SMIE Tricks):
1646 * keymaps.texi (Searching Keymaps, Tool Bar):
1647 * minibuf.texi (Basic Completion):
1648 * compile.texi (Eval During Compile):
1649 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
1650 7x9 paper in printed manual.
1651
1652 * lists.texi (Sets And Lists): Fix misplaced text.
1653
58539c63
CY
16542011-05-29 Chong Yidong <cyd@stupidchicken.com>
1655
1656 * keymaps.texi (Remapping Commands): Emphasize that the keymap
1657 needs to be active (Bug#8350).
1658
6b5681bf
CY
16592011-05-28 Chong Yidong <cyd@stupidchicken.com>
1660
b4d52acc
CY
1661 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
1662
6b5681bf
CY
1663 * tips.texi (Coding Conventions): Remove antediluvian filename
1664 limit recommendation (Bug#8538).
1665
e145f188
GM
16662011-05-27 Glenn Morris <rgm@gnu.org>
1667
1668 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
1669
eafed945
GM
16702011-05-26 Glenn Morris <rgm@gnu.org>
1671
1672 * variables.texi (File Local Variables):
1673 Update hack-local-variables `mode-only' return value.
2d3ba9e7 1674 Add some more details on what this function does in the other case.
eafed945 1675
bc8410af
GM
16762011-05-19 Glenn Morris <rgm@gnu.org>
1677
1678 * lists.texi (Sets And Lists): Mention cl provides union etc.
1679
35a30759
N
16802011-05-19 Nix <nix@esperi.org.uk>
1681
1682 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
1683
1684 * text.texi (Parsing HTML): Update for function name changes.
1685
1686 * syntax.texi (Syntax Flags): Small fix.
1687
1688 * keymaps.texi (Active Keymaps): Typo fix.
1689 (Changing Key Bindings): Grammar fix.
1690
1691 * frames.texi (Minibuffers and Frames): Grammar fix.
1692 (Window System Selections): x-select-enable-clipboard now defaults to t.
1693
1694 * customize.texi (Common Keywords):
1695 * display.texi (Abstract Display):
1696 * modes.texi (Auto-Indentation):
1697 * nonascii.texi (Converting Representations): Typo fixes.
1698
1699 * control.texi (Examples of Catch): Call it "goto" not "go to".
1700
e3934a8a
EZ
17012011-05-14 Eli Zaretskii <eliz@gnu.org>
1702
bc039a3b
EZ
1703 * nonascii.texi (Character Properties): Fix inconsistencies with
1704 implementation.
1705
e3934a8a
EZ
1706 * text.texi (Special Properties): Move @defvar's out of the
1707 @table. (Bug#8652)
1708
e2c94218
GM
17092011-05-12 Glenn Morris <rgm@gnu.org>
1710
1711 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
1712
d2fc7e3d 17132011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
bc3bea9c
SM
1714
1715 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
1716 (Multiline Font Lock):
1717 * vol2.texi (Top):
1718 * vol1.texi (Top):
1719 * elisp.texi (Top): Update menu accordingly.
1720
d2fc7e3d 17212011-05-12 Drew Adams <drew.adams@oracle.com>
e6dc6206
DA
1722
1723 * modes.texi (Region to Fontify): Fix typo.
1724
79b70037
GM
17252011-05-10 Jim Meyering <meyering@redhat.com>
1726
1727 * minibuf.texi: Fix typo "in in -> in".
1728
b08a63cc 17292011-05-06 Paul Eggert <eggert@cs.ucla.edu>
fed14fd7
PE
1730
1731 * numbers.texi (Integer Basics): Large integers are treated as floats.
1732
1ef14cb4
LMI
17332011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1734
1735 * processes.texi (Synchronous Processes): Document the (:file
1736 "/file-name") syntax for `call-process'.
1737
4ffd0d6b 17382011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
1739
1740 * windows.texi (Choosing Window): Fix typo.
1741
4ffd0d6b 17422011-04-23 Chong Yidong <cyd@stupidchicken.com>
40954368
CY
1743
1744 * frames.texi (Layout Parameters): Note the difference between
1745 querying and setting parameters for left-fringe and right-fringe
1746 (Bug#6930).
1747
fd5a8ae8
SM
17482011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
1749
1750 * minibuf.texi (Basic Completion): Be a bit more precise about the
1751 valid kinds of completion tables.
1752 (Programmed Completion): Remove obsolete text about lambda expressions
1753 not being valid completion tables.
1754
c1bcd0d5
CY
17552011-03-19 Chong Yidong <cyd@stupidchicken.com>
1756
1757 * positions.texi (Excursions): Explain the "save-excursion
1758 defeated by set-buffer" warning.
1759
1760 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
1761 save-excursion. Suggested by Uday S Reddy.
1762
03408648 17632011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
ba83908c 1764
03408648
SM
1765 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
1766 (Lexical Binding): New sub-section.
ba83908c 1767
03408648
SM
1768 * eval.texi (Eval): Discourage the use of `eval'.
1769 Document its new `lexical' argument.
6c075cd7 1770
f6d62986
SM
17712011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
1772
03408648 1773 * commands.texi (Command Overview): `post-command-hook' is not reset to
f6d62986
SM
1774 nil any more.
1775
84ea5558 17762011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
e4021ec1
SM
1777
1778 * strings.texi (String Conversion): Don't mention
1779 string-make-(uni|multi)byte (bug#8262).
1780 * nonascii.texi (Converting Representations): Fix up range.
1781 * keymaps.texi (Key Binding Commands): Update code point, avoid
1782 "unibyte character" and remove mention of unibyte bindings.
1783
62d94509
EZ
17842011-03-10 Eli Zaretskii <eliz@gnu.org>
1785
1786 * modes.texi (Operator Precedence Grammars): Don't use characters
1787 outside ISO-8859-1.
1788
63a329f8
EZ
17892011-03-09 Eli Zaretskii <eliz@gnu.org>
1790
1791 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
1792
1793 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
1794
6446548e
GM
17952011-03-08 Glenn Morris <rgm@gnu.org>
1796
1797 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
1798 * intro.texi (Acknowledgements): Names to UTF-8.
80b005c7 1799 * elisp.texi: Set documentencoding.
6446548e 1800
33383987
JB
18012011-03-07 Chong Yidong <cyd@stupidchicken.com>
1802
1803 * Version 23.3 released.
1804
0b3ceceb
CY
18052011-03-06 Chong Yidong <cyd@stupidchicken.com>
1806
1807 * package.texi: Update index keywords.
1808 (Package Archives): New node contents. Document package-x.el.
1809
78f5433f
JB
18102011-03-06 Juanma Barranquero <lekktu@gmail.com>
1811
1812 * makefile.w32-in (srcs): Add package.texi.
1813
555e9b5c
CY
18142011-03-06 Chong Yidong <cyd@stupidchicken.com>
1815
120d9389
CY
1816 * package.texi (Packaging, Packaging Basics, Simple Packages)
1817 (Multi-file Packages): Expand and clarify.
1818 (Package Archives): Temporary placeholder node.
1819
1820 * elisp.texi (Top): Update node listing.
1821
555e9b5c
CY
1822 * Makefile.in (srcs): Add package.texi.
1823
b59a4335
CY
18242011-03-05 Chong Yidong <cyd@stupidchicken.com>
1825
1826 * processes.texi (Synchronous Processes): Minor clarification
1827 (Bug#8149).
1828
06083aa1
GM
18292011-03-03 Glenn Morris <rgm@gnu.org>
1830
1831 * files.texi (Truenames): Minor clarification. (Bug#2341)
1832
6640b281
GM
18332011-03-01 Glenn Morris <rgm@gnu.org>
1834
1835 * variables.texi (Directory Local Variables):
1836 Mention `(subdirs . nil)' alist element.
1837
2b0c7330 18382011-02-28 Glenn Morris <rgm@gnu.org>
081f7640
GM
1839
1840 * variables.texi (Directory Local Variables): Mention the optional
1841 mtime argument of dir-locals-set-directory-class. (Bug#3577)
1842
b923f7a9
CY
18432011-02-27 Chong Yidong <cyd@stupidchicken.com>
1844
1845 * minibuf.texi (Minibuffer History): Clarify discussion of
1846 minibuffer history lists (Bug#8085).
1847
67ab0163 18482011-02-19 Eli Zaretskii <eliz@gnu.org>
86ec878a 1849
e979a521
EZ
1850 * elisp.texi: Sync @dircategory with ../../info/dir.
1851
e03b2fd4
EZ
1852 * files.texi (Visiting Functions): Document find-file-literally,
1853 both the command and the variable.
1854
86ec878a
EZ
1855 * variables.texi (Creating Buffer-Local): Explain the meaning of
1856 permanent local variables.
1857
67ab0163
GM
1858 * files.texi (Visiting Functions): Document find-file-literally,
1859 both the command and the variable.
1860
1861 * variables.texi (Creating Buffer-Local): Explain the meaning of
1862 permanent local variables.
1863
18642011-02-19 Glenn Morris <rgm@gnu.org>
dff9ac46
GM
1865
1866 * keymaps.texi (Remapping Commands): Mention how to undo it.
1867
bfcb151a
RT
18682011-02-09 Reuben Thomas <rrt@sc3d.org>
1869
1870 * loading.texi (Hooks for Loading): Remove unnecessary advice
1871 about eval-after-load (Bug#7986).
1872
a41c8660
CY
18732011-02-05 Chong Yidong <cyd@stupidchicken.com>
1874
1875 * commands.texi (Accessing Mouse): Note that a header line is not
1876 included in the row of posn-col-row.
1877
e0dd6837
CY
18782011-02-02 Chong Yidong <cyd@stupidchicken.com>
1879
1880 * modes.texi (Major Mode Conventions): Add face guidelines.
1881 (Faces for Font Lock): List faces in order of prominence.
1882
a4180391
PE
18832011-02-01 Paul Eggert <eggert@cs.ucla.edu>
1884
1885 format-time-string now supports subsecond time stamp resolution
1886 * os.texi (Time Parsing): Document %N.
1887
7427eb97
CY
18882011-01-28 Chong Yidong <cyd@stupidchicken.com>
1889
61db307f
CY
1890 * vol1.texi (Top):
1891 * vol2.texi (Top):
1892 * elisp.texi (Top):
1893 * display.texi (Display Property): Shorten the menu description of
1894 the "Other Display Specs" node (Bug#7816).
1895
7427eb97
CY
1896 * keymaps.texi (Defining Menus): Add "menu item" and "extended
1897 menu item" concept index entries (Bug#7805).
1898
bf3dae7e
EZ
18992011-01-29 Eli Zaretskii <eliz@gnu.org>
1900
1901 * makefile.w32-in (texinfodir): New variable.
1902 (usermanualdir): Remove as redundant with $(emacsdir).
1903 (MAKEINFO): Remove options, leave only program name.
1904 (MAKEINFO_OPTS): New variable.
1905 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
1906
06d8ace5 19072011-01-25 Chong Yidong <cyd@stupidchicken.com>
e6cf7a82
CY
1908 Richard Kim <emacs18@gmail.com>
1909
1910 * loading.texi (Library Search): Document list-load-path-shadows
1911 (Bug#7757).
1912
06d8ace5 19132011-01-25 Chong Yidong <cyd@stupidchicken.com>
3f066f54
CY
1914
1915 * searching.texi (Regexp Special): Remove outdated discussion of
1916 character sets (Bug#7780).
1917
28a88153
CY
1918 * frames.texi (Pop-Up Menus): Document where menu title comes
1919 from (Bug#7684).
1920
06d8ace5 19212011-01-25 Glenn Morris <rgm@gnu.org>
4d265b4d
GM
1922
1923 * display.texi (Making Buttons): Mention limitation of text buttons.
1924
a8e1e9ee
WL
19252011-01-23 Werner Lemberg <wl@gnu.org>
1926
1927 * Makefile.in (MAKEINFO): Now controlled by `configure'.
1928 (MAKEINFO_OPTS): New variable. Use it where appropriate.
1929 (ENVADD): New variable to control texi2dvi and texi2pdf.
1930
362b9d48
GM
19312011-01-15 Chong Yidong <cyd@stupidchicken.com>
1932
1933 * files.texi (Directory Names): Move directory-abbrev-alist doc to
1934 Emacs manual.
1935
19362011-01-15 Eli Zaretskii <eliz@gnu.org>
1937
1938 * files.texi (Directory Names): Explain why FROM in
1939 directory-abbrev-alist should begin with \`. (Bug#7777)
1940
3fa173b4
SM
19412011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
1942
1943 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
1944
7c420169 19452011-01-02 Eli Zaretskii <eliz@gnu.org>
2e4ab211
EZ
1946
1947 * modes.texi (Emulating Mode Line): Fix last change.
1948
7c420169 19492011-01-02 Eli Zaretskii <eliz@gnu.org>
287e63bb
EZ
1950
1951 * modes.texi (Emulating Mode Line): Update documentation of
1952 format-mode-line according to changes that fixed bug #7587.
1953
80b33766
SM
19542010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
1955
1956 * modes.texi (Derived Modes): Mention prog-mode.
1957
1958 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
1959 of the key-binding-data cache since we don't use it any more.
1960
f49d1f52 19612010-12-13 Eli Zaretskii <eliz@gnu.org>
3c73e30e 1962
4bb49a92
EZ
1963 * processes.texi (Shell Arguments):
1964 * strings.texi (Creating Strings): Don't mention "shell commands";
1965 make it explicit that `split-string-and-unquote' and
1966 `combine-and-quote-strings' are mainly for working with arguments
1967 to call-process and start-process.
1968
3c73e30e
EZ
1969 * processes.texi (Shell Arguments): Fix documentation of
1970 `split-string-and-unquote'. Add indexing. (Bug#7563)
1971
f49d1f52 19722010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5dcb4c4e
SM
1973
1974 * modes.texi (Auto-Indentation): New section to document SMIE.
1975 (Major Mode Conventions):
1976 * text.texi (Mode-Specific Indent): Refer to it.
1977
f49d1f52 19782010-12-13 Eli Zaretskii <eliz@gnu.org>
bdef6a77
EZ
1979
1980 * display.texi (Other Display Specs): Document left-fringe and
1981 right-fringe display specs.
1982
f49d1f52 19832010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
769741e3
SM
1984
1985 * backups.texi (Making Backups):
1986 * modes.texi (Example Major Modes): Use recommended coding style.
1987 (Major Mode Basics, Derived Modes): Encourge more strongly use of
1988 define-derived-mode. Mention completion-at-point-functions.
1989
f49d1f52 19902010-12-13 Chong Yidong <cyd@stupidchicken.com>
3e99b825 1991
5dcb4c4e
SM
1992 * nonascii.texi (Converting Representations):
1993 Document byte-to-string.
e1115396 1994
ec1b9b17
GM
19952010-12-08 Glenn Morris <rgm@gnu.org>
1996
1997 * buffers.texi (Modification Time):
1998 verify-visited-file-modtime now defaults to the current buffer.
1999
07976ae3 20002010-11-27 Chong Yidong <cyd@stupidchicken.com>
3e99b825 2001
ec1b9b17 2002 * nonascii.texi (Converting Representations): Document byte-to-string.
3e99b825
CY
2003
2004 * strings.texi (Creating Strings): Don't mention semi-obsolete
2005 function char-to-string.
2006 (String Conversion): Shorten discussion of semi-obsolete function
2007 string-to-char. Link to Converting Representations.
2008
2009 * objects.texi (Symbol Type):
2010 * text.texi (Near Point):
2011 * help.texi (Help Functions):
2012 * functions.texi (Mapping Functions): Use string instead of
2013 char-to-string in examples.
2014
07976ae3 20152010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295
CY
2016
2017 * text.texi (Kill Functions, Kill Functions)
2018 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
2019 YANK-HANDLER args.
2020
2021 * symbols.texi (Creating Symbols): Using unintern without an
2022 obarray arg is now obsolete.
2023
2024 * numbers.texi (Float Basics): Document float-e and float-pi.
2025
2026 * variables.texi (Defining Variables): Change "pi" example to
2027 "float-pi".
2028
8547874a
EZ
20292010-11-26 Eli Zaretskii <eliz@gnu.org>
2030
2031 * commands.texi (Click Events): Document the values of X, Y and
2032 COL, ROW in the event's position, when the click is on the header
2033 or mode line, on the fringes, or in the margins.
2034
4a47c275 20352010-11-17 Eli Zaretskii <eliz@gnu.org>
c7926fe2 2036
5b05d75b
EZ
2037 * customize.texi (Composite Types): Lower-case index entry.
2038
5dcb4c4e
SM
2039 * loading.texi (How Programs Do Loading):
2040 Document load-file-name. (Bug#7346)
c7926fe2 2041
4a47c275 20422010-11-17 Glenn Morris <rgm@gnu.org>
cde08ac9
GM
2043
2044 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
2045
0eb025fb
EZ
20462010-11-13 Eli Zaretskii <eliz@gnu.org>
2047
2048 * display.texi (Usual Display): Characters with no fonts are not
2049 necessarily displayed as empty boxes.
2050
2699a554 20512010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
2052
2053 * maps.texi (Standard Keymaps): Update File menu description.
2054
8289f37b
GM
20552010-10-28 Glenn Morris <rgm@gnu.org>
2056
2057 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
2058
5793a7bc 20592010-10-24 Eli Zaretskii <eliz@gnu.org>
89baa1df
EZ
2060
2061 * display.texi (Window Systems): Deprecate use of window-system as
2062 a predicate.
2063
17284e30
GM
20642010-10-23 Glenn Morris <rgm@gnu.org>
2065
2066 * help.texi (Documentation Basics): Remove mentions of digest-doc and
2067 sorted-doc.
2068
00f113eb
JB
20692010-10-15 Eli Zaretskii <eliz@gnu.org>
2070
2071 * os.texi (Dynamic Libraries): New node, with slightly modified
2072 text deleted from "Image Formats".
2073 (System Interface): Add @menu entry for "Dynamic Libraries".
2074
2075 * display.texi (Image Formats): Remove description of
2076 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
2077
07277eb8
GM
20782010-10-12 Glenn Morris <rgm@gnu.org>
2079
2080 * book-spine.texinfo: Rename to book-spine.texi.
2081
c12e4a81
GM
20822010-10-11 Glenn Morris <rgm@gnu.org>
2083
df187c62
GM
2084 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
2085
c12e4a81 2086 * Makefile.in (DVIPS): New variable.
234db610
GM
2087 (.PHONY): Add html, ps.
2088 (html, elisp.html, ps, elisp.ps): New targets.
2089 (clean): Delete html, ps files.
2090 ($(infodir)/elisp): Remove unnecessary includes.
c12e4a81 2091
6513b232
EZ
20922010-10-09 Eli Zaretskii <eliz@gnu.org>
2093
2094 * makefile.w32-in (emacsdir): New variable.
2095 (srcs): Add emacsver.texi.
2096 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
2097
abd40fb4
GM
20982010-10-09 Glenn Morris <rgm@gnu.org>
2099
c1dc72b3
GM
2100 * Makefile.in (VPATH): Remove.
2101 (infodir): Make it absolute.
2102 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
2103
4393405b
GM
2104 * Makefile.in (dist): Anchor regexps.
2105
eef3ab94
GM
2106 * Makefile.in (srcs): Put elisp.texi first.
2107 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
2108
aa9db089
GM
2109 * Makefile.in (infoclean): Remove harmless, long-standing error.
2110
abd40fb4
GM
2111 * Makefile.in ($(infodir)): Delete rule.
2112 (mkinfodir): New.
2113 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
2114
68db69ed 2115 * Makefile.in (dist): Remove reference to emacsver.texi.in.
208deadc 2116 Also copy emacsver.texi, and edit $emacsdir.
68db69ed 2117
ea274122
GM
21182010-10-09 Glenn Morris <rgm@gnu.org>
2119
f7a31f11
GM
2120 * Makefile.in (emacsdir): New variable.
2121 (MAKEINFO): Add -I $emacsdir.
2122 (dist): Copy emacsver.texi.
b13254e7
GM
2123 (srcs): Add emacsver.texi.
2124
f7a31f11
GM
2125 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
2126 Set EMACSVER by including emacsver.texi.
2127
ea274122
GM
2128 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
2129
17ca7950
GM
21302010-10-07 Glenn Morris <rgm@gnu.org>
2131
2132 * Makefile.in (version): New, set by configure.
2133 (clean): Delete dist tar file.
2134 (dist): Use version in tar name.
2135
4c83f6e1
GM
21362010-10-06 Glenn Morris <rgm@gnu.org>
2137
2138 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
2139 (INSTALL_INFO): Remove unused variable.
2140 (mostlyclean, infoclean, dist): New rules.
2141 (clean): Delete dvi and pdf files.
2142 (maintainer-clean): Remove elisp.oaux, use infoclean.
8a944cea 2143 ($(infodir)): Add parallel build workaround.
4c83f6e1 2144
0264072d
GM
21452010-10-04 Glenn Morris <rgm@gnu.org>
2146
2147 * Makefile.in (dvi, pdf, $(infodir)): New targets.
2148 ($(infodir)/elisp): Ensure target directory exists. Use $@.
8cce34d0 2149 Fix -I typo.
0264072d
GM
2150 (clean): No 'make.out' or 'core' files.
2151 (.PHONY): Declare clean rules.
2152 (maintainer-clean): Delete pdf file. Guard against cd failures.
2153
77f38949
GM
21542010-10-03 Glenn Morris <rgm@gnu.org>
2155
2156 * files.texi (File Name Components): Remove ignored section about
2157 deleted variable directory-sep-char.
2158
178fdd41
MA
21592010-10-03 Michael Albinus <michael.albinus@gmx.de>
2160
2161 * files.texi (Magic File Names): New defopt
2162 remote-file-name-inhibit-cache.
2163
9c524fcb
GM
21642010-10-02 Glenn Morris <rgm@gnu.org>
2165
2166 * os.texi (Killing Emacs): Hook now runs in batch mode.
2167
f816790b
SM
21682010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
2169
2170 * text.texi (Special Properties): Clarify when modification-hooks run.
2171
7cf78aac
SM
21722010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2173
2174 * syntax.texi (Syntax Flags): Document new `c' flag.
2175
ca0d44e4
GM
21762010-09-09 Glenn Morris <rgm@gnu.org>
2177
2178 * display.texi (ImageMagick Images): General cleanup.
2179
10999305 21802010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
2181
2182 * files.texi (Directory Names): Use \` rather than ^.
2183
45240125
JD
21842010-09-02 Jan Djärv <jan.h.d@swipnet.se>
2185
2186 * text.texi (Low-Level Kill Ring):
2187 * frames.texi (Window System Selections): Remove cut buffer
2188 documentation.
2189
4abe5bf6
EZ
21902010-08-28 Eli Zaretskii <eliz@gnu.org>
2191
2192 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
2193 Parameters", where the default fringe width is described.
2194
2195 * frames.texi (Window Frame Parameters, Basic Parameters)
2196 (Position Parameters, Layout Parameters, Management Parameters)
2197 (Cursor Parameters, Font and Color Parameters): Add indexing for
2198 frame parameters. (Bug#6929)
2199
fdc76236
TT
22002010-08-25 Tom Tromey <tromey@redhat.com>
2201
2202 * vol2.texi (Top): Update.
2203 * vol1.texi (Top): Update.
2204 * tips.texi (Library Headers): Mention Package-Version and
2205 Package-Requires.
2206 * package.texi: New file.
2207 * os.texi (System Interface): Update pointers.
2208 * elisp.texi (Top): Link to new nodes. Include package.texi.
2209 * anti.texi (Antinews): Update pointers.
2210
1e5c1c80
EZ
22112010-08-25 Eli Zaretskii <eliz@gnu.org>
2212
2213 * processes.texi (Filter Functions): Fix last change.
2214
78e33835
CY
22152010-08-24 Markus Triska <triska@gmx.at>
2216
2217 * processes.texi (Filter Functions): Use `buffer-live-p' instead
2218 of `buffer-name' in the main text as well as in the example
2219 (Bug#3098).
2220
198a7a97
CY
22212010-08-22 Chong Yidong <cyd@stupidchicken.com>
2222
2223 * nonascii.texi (Text Representations):
2224 * loading.texi (Loading Non-ASCII):
2225 * compile.texi (Byte Compilation): Don't mention obsolete
2226 --unibyte command-line argument.
2227
bc7d7ea6
CY
22282010-08-22 Chong Yidong <cyd@stupidchicken.com>
2229
2230 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
2231
b0126eac 22322010-08-22 Chong Yidong <cyd@stupidchicken.com>
96b1842d
CY
2233
2234 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
2235
e8a6cc19
EZ
22362010-08-20 Eli Zaretskii <eliz@gnu.org>
2237
2238 * commands.texi (Misc Events): Add cross-references to where
2239 POSITION of a mouse event is described in detail.
2240
c4e7c63a 22412010-08-08 Christoph Scholtes <cschol2112@googlemail.com>
ee301a7a 2242
c4e7c63a 2243 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
ee301a7a 2244
7815fe19 22452010-08-08 Juanma Barranquero <lekktu@gmail.com>
e8bf5266
JB
2246
2247 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
2248 Suggested by Štěpán Němec <stepnem@gmail.com>.
2249
7815fe19 22502010-08-08 Juanma Barranquero <lekktu@gmail.com>
b4f588fa
JB
2251
2252 * minibuf.texi (High-Level Completion): Document args of
2253 `read-buffer-function' (bug#5625).
2254
8b2dd508
JD
22552010-07-29 Jan Djärv <jan.h.d@swipnet.se>
2256
2257 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
2258
bace45fe
MA
22592010-07-29 Michael Albinus <michael.albinus@gmx.de>
2260
2261 * processes.texi (Process Information): Explain process property
2262 `remote-tty'.
2263
4ce5a4cc
JB
22642010-07-27 Juanma Barranquero <lekktu@gmail.com>
2265
2266 * modes.texi (Defining Minor Modes): Use C-delete in examples,
2267 instead of "\C-\^?" (bug#6334).
2268
1c84bc7a
JB
2269 * text.texi (Special Properties): Fix typo.
2270
b88746ba
EZ
22712010-07-09 Eli Zaretskii <eliz@gnu.org>
2272
2273 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
2274 calling sequences, which are now the standard.
2275
51422d6d
CY
22762010-06-24 Chong Yidong <cyd@stupidchicken.com>
2277
2278 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
2279
2280 * commands.texi (Command Overview): Mention undo-boundary call.
2281
d24880de
GM
22822010-06-23 Glenn Morris <rgm@gnu.org>
2283
2284 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
2285 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
2286 * frames.texi, functions.texi, internals.texi, keymaps.texi:
2287 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
2288 * searching.texi, sequences.texi, strings.texi, syntax.texi:
2289 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
2290 Untabify Texinfo files.
2291
0fc76035
CY
22922010-06-20 Chong Yidong <cyd@stupidchicken.com>
2293
2294 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
2295
5338dc0b
CY
22962010-06-19 Chong Yidong <cyd@stupidchicken.com>
2297
a628ad9d 2298 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
5338dc0b 2299
2c3a3c1d
CY
23002010-06-02 Chong Yidong <cyd@stupidchicken.com>
2301
ba3bf1d9
CY
2302 * searching.texi (Regexp Special): Remove obsolete information
2303 about matching non-ASCII characters, and suggest using char
2304 classes (Bug#6283).
2c3a3c1d 2305
7f4b4249
JB
23062010-05-30 Juanma Barranquero <lekktu@gmail.com>
2307
2308 * minibuf.texi (Basic Completion): Add missing "@end defun".
2309
637821cd
SM
23102010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2311
2312 * minibuf.texi (Basic Completion): Document completion-boundaries.
2313 (Programmed Completion): Document the new fourth method for boundaries.
2314
e13051c3
CY
23152010-05-22 Chong Yidong <cyd@stupidchicken.com>
2316
a628ad9d 2317 * display.texi (Image Cache): Update documentation about image caching.
e13051c3 2318
0235128c 23192010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
2320
2321 * windows.texi (Textual Scrolling):
2322 * tips.texi (Coding Conventions):
2323 * minibuf.texi (Minibuffer History):
2324 * maps.texi (Standard Keymaps):
2325 * loading.texi (Where Defined):
2326 * edebug.texi (Instrumenting): Fix typos.
2327
0235128c 23282010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549 2329
c7c32279
CY
2330 * keymaps.texi (Menu Bar): Document :advertised-binding property.
2331
0235128c
SM
2332 * functions.texi (Obsolete Functions):
2333 Document set-advertised-calling-convention.
eb5ed549
CY
2334
2335 * minibuf.texi (Basic Completion): Document completion-in-region.
2336 (Programmed Completion): Document completion-annotate-function.
2337
2338 * commands.texi (Reading One Event): Document read-key.
2339 (Distinguish Interactive): Document KIND arg to
2340 called-interactively-p. Delete obsolete interactive-p.
2341
2342 * elisp.texi (Top): Update node description.
2343
f8848423
EZ
23442010-05-08 Eli Zaretskii <eliz@gnu.org>
2345
0235128c
SM
2346 * nonascii.texi (Character Properties):
2347 Document unicode-category-table. Add an index entry for Unicode
2348 general category.
2349
23502010-05-07 Chong Yidong <cyd@stupidchicken.com>
2351
2352 * Version 23.2 released.
f8848423 2353
938efb77
JB
23542010-04-20 Juanma Barranquero <lekktu@gmail.com>
2355
2356 * locals.texi (Standard Buffer-Local Variables):
2357 Remove @ignore'd reference to `direction-reversed'.
2358
5854c267
JL
23592010-04-14 Juri Linkov <juri@jurta.org>
2360
2361 Fix @deffn without category.
2362
2363 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
2364 for `abbrev-insert'.
2365
2366 * buffers.texi (Indirect Buffers): Add category `Command'
2367 to @deffn of `clone-indirect-buffer'.
2368
2369 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
2370 for `next-window' and `previous-window'. Add category `Command'
2371 to @deffn of `pop-to-buffer'.
2372
8a14dec7
CY
23732010-04-01 Chong Yidong <cyd@stupidchicken.com>
2374
2375 * nonascii.texi (Text Representations): Don't mark
2376 enable-multibyte-characters as a user option.
2377
7a1831cf
EZ
23782010-03-31 Eli Zaretskii <eliz@gnu.org>
2379
2380 * control.texi (Handling Errors): How to re-throw a signal caught
2381 by condition-case.
2382
c3863713
CY
23832010-03-26 Chong Yidong <cyd@stupidchicken.com>
2384
2385 * loading.texi (Hooks for Loading): Document after-load-functions.
2386 Copyedits.
2387
c333f279
AM
23882010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
2389
2390 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
2391
e867cb5d 23922010-03-24 Chong Yidong <cyd@stupidchicken.com>
f7704e26
CY
2393
2394 * processes.texi (Network Processes): Document seqpacket type.
2395
605f35cd
DN
23962010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
2397
2398 * os.texi (System Environment): Do not mention lynxos.
2399
288f9fc0
CY
24002010-03-10 Chong Yidong <cyd@stupidchicken.com>
2401
2402 * Branch for 23.2.
2403
eed5c93a
CY
24042010-03-06 Chong Yidong <cyd@stupidchicken.com>
2405
2406 * objects.texi (Integer Type): Take note of the read syntax
2407 exception for numbers that cannot fit in the integer type.
2408
1ddd6622
GM
24092010-03-03 Glenn Morris <rgm@gnu.org>
2410
2411 * numbers.texi (Integer Basics, Bitwise Operations):
2412 * objects.texi (Integer Type): Update for integers now being 30-bit.
2413
a908c79a
CY
24142010-02-27 Chong Yidong <cyd@stupidchicken.com>
2415
2416 * display.texi (Low-Level Font): Document :otf font-spec property.
2417
cd61af01
SM
24182010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2419
2420 * display.texi (Line Height): Avoid obsolete special default variables
2421 like default-major-mode.
2422
c02f8fe2
AM
24232010-01-28 Alan Mackenzie <acm@muc.de>
2424
2425 * display.texi (Auto Faces): Say fontification-functions is called
2426 whether or not Font Lock is enabled. Tidy up the wording a bit.
2427
d738d18b
CY
24282010-01-17 Chong Yidong <cyd@stupidchicken.com>
2429
2430 * elisp.texi: Remove duplicate edition information (Bug#5407).
2431
4963739e
JB
24322010-01-17 Juanma Barranquero <lekktu@gmail.com>
2433
2434 * two.el (volume-header-toc-markup): Fix typos in docstring.
2435
c57008f6
SM
24362010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
2437
2438 Avoid dubious uses of save-excursions.
2439 * positions.texi (Excursions): Recommend the use of
2440 save-current-buffer if applicable.
2441 * text.texi (Clickable Text): Fix the example code which used
2442 save-excursion in a naive way which sometimes preserves point and
2443 sometimes not.
2444 * variables.texi (Creating Buffer-Local):
2445 * os.texi (Session Management):
2446 * display.texi (GIF Images):
2447 * control.texi (Cleanups): Use (save|with)-current-buffer.
2448
2f3725cd
EZ
24492010-01-02 Eli Zaretskii <eliz@gnu.org>
2450
2451 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
2452
85eeac93
CY
24532010-01-02 Chong Yidong <cyd@stupidchicken.com>
2454
2455 * nonascii.texi (Text Representations, Character Codes)
2456 (Converting Representations, Explicit Encoding)
2457 (Translation of Characters): Use hex notation consistently.
2458 (Character Sets): Fix map-charset-chars doc (Bug#5197).
2459
4801c5fa
CY
24602010-01-01 Chong Yidong <cyd@stupidchicken.com>
2461
2462 * loading.texi (Where Defined): Make it clearer that these are
2463 loaded files (Bug#5068).
2464
26e533e2
CY
24652009-12-29 Chong Yidong <cyd@stupidchicken.com>
2466
2467 * minibuf.texi (Completion Styles): Document `initials' style.
2468
16d1ff5f
CY
24692009-12-25 Chong Yidong <cyd@stupidchicken.com>
2470
2471 * frames.texi (Resources): Describe inhibit-x-resources.
2472 (Size Parameters): Copyedit.
2473
2474 * hash.texi (Creating Hash):
2475 * objects.texi (Hash Table Type): Document the new hash table
2476 printed representation.
2477
2478 * minibuf.texi (Basic Completion): 4th arg to all-completions is
2479 obsolete.
2480
5dcb4c4e
SM
2481 * processes.texi (Process Buffers):
2482 Document process-kill-buffer-query-function.
16d1ff5f 2483
9a5de3d9
GM
24842009-12-05 Glenn Morris <rgm@gnu.org>
2485
2486 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
2487 diary-display-function, and no longer recommended to be a hook.
2488 Update for changes in the names of calendar and diary hooks.
2489 diary-print-entries-hook has changed section.
2490
b640eb52
EZ
24912009-11-28 Eli Zaretskii <eliz@gnu.org>
2492
2493 * text.texi (Special Properties): More accurate description of
2494 what the `cursor' property does.
2495
be1674ab
KR
24962009-11-26 Kevin Ryde <user42@zip.com.au>
2497
2498 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
2499 mouse-wheel-down-event, the closest thing to a definition for them.
2500 * os.texi (Startup Summary): vindex inhibit-startup-message and
2501 inhibit-splash-screen.
2502 (Command-Line Arguments): vindex argv.
2503 (Suspending Emacs): vindex suspend-tty-functions and
2504 resume-tty-functions. Don't want to index every hook, but having
2505 the programming ones is helpful.
2506
603f5979
CY
25072009-11-14 Chong Yidong <cyd@stupidchicken.com>
2508
2509 * commands.texi (Motion Events): Fix typo (Bug#4907).
2510
4359a806
CY
25112009-11-08 Chong Yidong <cyd@stupidchicken.com>
2512
2513 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
2514 are affected by case-fold-search (Bug#4483).
2515
0f063651
CY
25162009-11-02 Chong Yidong <cyd@stupidchicken.com>
2517
2518 * minibuf.texi (Reading File Names): Note that read-file-name may
2519 use a graphical file dialog.
2520
9bd79893
GM
25212009-10-31 Glenn Morris <rgm@gnu.org>
2522
2523 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
2524
ebe479ec
KR
25252009-10-16 Kevin Ryde <user42@zip.com.au>
2526
2527 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
2528 in particular so `info-lookup-symbol' can find its docs.
2529
2640fa86
CY
25302009-10-16 Chong Yidong <cyd@stupidchicken.com>
2531
2532 * variables.texi (Constant Variables): Distinguish from defconst
2533 variables.
2534 (Defining Variables): Add cindex.
2535
edd6a733
CY
25362009-10-15 Chong Yidong <cyd@stupidchicken.com>
2537
2538 * os.texi (Time of Day): Clarify that the microsecond part is
2539 ignored (Bug#4637).
2540
5feb0b73
GM
25412009-10-11 Glenn Morris <rgm@gnu.org>
2542
2543 * frames.texi (Size and Position): Clarify what is included in the frame
2544 height. (Bug#4535)
2545
0c5413c8
GM
25462009-10-10 Glenn Morris <rgm@gnu.org>
2547
2548 * windows.texi (Size of Window): The relationship between window and
2549 frame heights is not so simple. (Bug#4535)
2550 Mention window-full-height-p.
2551
7f8b600a
SM
25522009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
2553
2554 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
2555 used from Lisp.
2556
6185de1c
EZ
25572009-10-07 Eli Zaretskii <eliz@gnu.org>
2558
7f8b600a
SM
2559 * files.texi (Directory Names) <abbreviate-file-name>:
2560 Document that root home directories are not replaced with "~".
6185de1c 2561
9972911f
EZ
25622009-10-06 Eli Zaretskii <eliz@gnu.org>
2563
2564 * text.texi (Special Properties): Document the meaning of the
2565 `cursor' text property whose value is an integer.
2566
2a3f19ef
MA
25672009-10-05 Michael Albinus <michael.albinus@gmx.de>
2568
2569 * files.texi (Magic File Names): Add `copy-directory'.
2570
804543b5
EZ
25712009-10-05 Eli Zaretskii <eliz@gnu.org>
2572
2573 * files.texi (File Attributes): Fix description of file
2574 attributes. (Bug#4638) Update attributes of files.texi example to
2575 be more representative.
2576
461bf92b
MA
25772009-10-05 Michael Albinus <michael.albinus@gmx.de>
2578
2579 * files.texi (Create/Delete Dirs): New command copy-directory.
2580
a86cd395
JB
25812009-10-04 Juanma Barranquero <lekktu@gmail.com>
2582
2583 * anti.texi (Antinews):
2584 * macros.texi (Indenting Macros):
2585 * strings.texi (Creating Strings, Case Conversion):
2586 Remove duplicate words.
2587
d3080264
MA
25882009-10-01 Michael Albinus <michael.albinus@gmx.de>
2589
2590 * files.texi (Create/Delete Dirs): delete-directory has an
2591 optional parameter RECURSIVE.
2592
85d14563
SM
25932009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
2594
2595 * buffers.texi (Swapping Text): Minor clarification.
2596
3d9842c6
GM
25972009-10-01 Glenn Morris <rgm@gnu.org>
2598
2599 * functions.texi (Declaring Functions): Mention that we also search for
2600 ".m" files in the src/ directory.
2601
78427304
CY
26022009-09-25 David Engster <deng@randomsample.de>
2603
3d9842c6 2604 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
78427304 2605
b578c9cc
GM
26062009-09-22 Glenn Morris <rgm@gnu.org>
2607
2608 * internals.texi (Building Emacs): Mention preloaded-file-list.
2609
beee5da7
AM
26102009-09-14 Alan Mackenzie <acm@muc.de>
2611
2612 * os.texi (Terminal Output): Put "@code{}" around "stdout".
2613
5d6ab672
CY
26142009-09-13 Chong Yidong <cyd@stupidchicken.com>
2615
2616 * functions.texi (Anonymous Functions): Rearrange discussion,
2617 giving usage of unquoted lambda forms first. Mention that
2618 `function' and `#'' are no longer required (Bug#4290).
2619
59375eeb
AM
26202009-09-11 Alan Mackenzie <acm@muc.de>
2621
a86cd395 2622 * os.texi (Terminal Output): Document `send-string-to-terminal' in
59375eeb
AM
2623 batch mode.
2624
e7e2f529
GM
26252009-09-01 Glenn Morris <rgm@gnu.org>
2626
2627 * display.texi (Face Functions): Mention define-obsolete-face-alias.
2628
eae47088
GM
26292009-08-26 Ulrich Mueller <ulm@gentoo.org>
2630
2631 * nonascii.texi (Character Codes): Fix typos.
2632
3691a0a6
MA
26332009-08-25 Michael Albinus <michael.albinus@gmx.de>
2634
2635 * processes.texi (Synchronous Processes): New defvar
2636 process-file-side-effects.
2637
664d56b8
GM
26382009-08-25 Glenn Morris <rgm@gnu.org>
2639
2640 * display.texi (Fontsets): Fix typo.
2641
0706c025
GM
2642 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
2643
03a74b84
SM
26442009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
2645
2646 * processes.texi (Asynchronous Processes): Adjust arglist of
2647 start-process-shell-command and start-file-process-shell-command.
2648
f6de8a37
CY
26492009-08-15 Chong Yidong <cyd@stupidchicken.com>
2650
4b1ed1bb
CY
2651 * advice.texi (Argument Access in Advice): Note that argument
2652 positions are zero-based (Bug#3932).
2653
89a9e058
CY
2654 * commands.texi (Distinguish Interactive): Minor copyedit.
2655
23696fd7
CY
2656 * display.texi (Face Attributes): Add xref to Displaying Faces for
2657 explanation of "underlying face".
2658
f6de8a37
CY
2659 * customize.texi (Common Keywords): Add xref to Loading.
2660
2661 * loading.texi (How Programs Do Loading): Add xref to Lisp
2662 Libraries node in the Emacs manual.
2663
417f77e6
CY
26642009-08-13 Chong Yidong <cyd@stupidchicken.com>
2665
2666 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
2667
0999039c
CY
26682009-07-18 Chong Yidong <cyd@stupidchicken.com>
2669
2670 * processes.texi (Shell Arguments): Copyedits.
2671
9af167bc
GM
26722009-07-18 Glenn Morris <rgm@gnu.org>
2673
2674 * loading.texi (Repeated Loading): Fix typo.
2675
137987ab
RS
26762009-07-16 Richard Stallman <rms@gnu.org>
2677
2678 * buffers.texi (Swapping Text): Recommend setting
2679 write-region-annotate-functions and buffer-saved-size.
2680
2681 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
2682
622fa380
GM
26832009-07-15 Glenn Morris <rgm@gnu.org>
2684
2685 * edebug.texi: Minor re-phrasings throughout.
2686 (Edebug Execution Modes): Sit-for affects continue mode too.
2687 (Jumping): Use `forward-sexp' rather than its keybinding.
2688 (Edebug Misc): Fix Q binding.
2689 (Edebug Eval): Remove cl version.
2690 (Printing in Edebug): Clarify print-length etc.
2691 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
2692 (Specification List): Remove edebug-unwrap findex entry.
2693 (Specification Examples): defmacro is actually not the same as defun.
2694 Escape "`" in example.
2695
6bbd4600
CY
26962009-07-15 Chong Yidong <cyd@stupidchicken.com>
2697
2698 * markers.texi (The Mark): Document optional arg to
2699 deactivate-mark.
2700
e538d479
GM
27012009-07-11 Kevin Ryde <user42@zip.com.au>
2702
2703 * hooks.texi (Standard Hooks): Fix cross-references.
2704
4c98b9ed
GM
2705 * loading.texi (Named Features): Refer to eval-after-load.
2706
5300838c
GM
27072009-07-11 Glenn Morris <rgm@gnu.org>
2708
64fbeb16
GM
2709 * Makefile.in (TEXI2PDF): New.
2710 (elisp.pdf): New target.
2711
4c98b9ed
GM
2712 * searching.texi (Regexp Backslash): Fix typo.
2713
2714 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5300838c 2715
51d9979c
GM
27162009-07-10 Glenn Morris <rgm@gnu.org>
2717
561c0216
GM
2718 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
2719
5b594a58
GM
2720 * customize.texi (Customization Types):
2721 * display.texi (Abstract Display):
0cc8c85a 2722 * objects.texi (Character Type, String Type):
5b594a58 2723 Merge in some menu descriptions from elisp.texi.
51d9979c 2724
c3cbbb40
GM
2725 * hash.texi (Hash Tables):
2726 * modes.texi (Multiline Font Lock):
2727 End menu description with period.
fe42c16a 2728
28528402
GM
27292009-07-09 Glenn Morris <rgm@gnu.org>
2730
2731 * back.texi: Don't hard-code texinfo location.
2732
2733 * two-volume.make (texinfodir): New, with location of texinfo.tex.
2734 (tex): Add texinfodir to TEXINPUTS.
2735 (elisp1med-init, elisp2med-init): Use texinfodir.
2736
2737 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
2738 (clean): Add two-volume.make intermediate files.
2739
2740 * elisp.texi, vol1.texi, vol2.texi:
2741 Use a DATE variable with the publication date, and update it.
2742 Fix antinews menu description.
2743
2744 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
2745 Update the detailed node listing to match elisp.texi.
2746
2747 * README: Update edition to match elisp.texi.
2748
2749 * objects.texi (General Escape Syntax):
2750 * nonascii.texi (Character Sets):
2751 Use consistent case for "Unicode Standard".
2752
2753 * anti.texi (Antinews):
2754 * customize.texi (Variable Definitions):
2755 * functions.texi (Declaring Functions):
2756 * nonascii.texi (Character Properties):
2757 * processes.texi (Serial Ports):
2758 * text.texi (Special Properties):
2759 * tips.texi (Coding Conventions):
2760 Minor rearrangements to improve TeX line-filling.
2761
2762 * commands.texi (Using Interactive): Fix cross-reference.
2763
17db8e10
JD
27642009-07-01 Jan Djärv <jan.h.d@swipnet.se>
2765
2766 * frames.texi (Management Parameters): Mention sticky.
2767
77c7e2e1
AS
27682009-07-01 Andreas Schwab <aschwab@redhat.com>
2769
2770 * help.texi (Help Functions): Fix description of help-buffer and
2771 help-setup-xref to use @defun instead of @deffn.
2772
3f1c6666
JD
27732009-07-01 Jan Djärv <jan.h.d@swipnet.se>
2774
2775 * frames.texi (Size Parameters): Mention maximized for fullscreen.
2776
ca27c21b
CY
27772009-06-24 Chong Yidong <cyd@stupidchicken.com>
2778
2779 * display.texi (Window Systems): Add ns to the list.
2780
70243478
CY
27812009-06-21 Chong Yidong <cyd@stupidchicken.com>
2782
2783 * Branch for 23.1.
2784
df006536
MR
27852009-06-17 Martin Rudalics <rudalics@gmx.at>
2786
2787 * windows.texi (Dedicated Windows): Fix typo.
2788 (Resizing Windows): Replace @defun by @deffn.
2789
d259fc4b
GM
27902009-06-17 Glenn Morris <rgm@gnu.org>
2791
2792 * variables.texi (Directory Local Variables):
2793 Update for 2009-04-11 name-change of dir-locals-directory-alist.
2794
30781db6
KH
27952009-06-09 Kenichi Handa <handa@m17n.org>
2796
2797 * nonascii.texi (Character Sets): State clearly that FROM and TO
2798 are codepoints of CHARSET.
2799
62e8099c
CY
28002009-06-07 Chong Yidong <cyd@stupidchicken.com>
2801
2802 * minibuf.texi (Reading File Names): Fix introductory text.
2803 Suggested by stan@derbycityprints.com.
2804 (High-Level Completion): Fix typo.
2805
ee1b1917
CY
28062009-05-28 Chong Yidong <cyd@stupidchicken.com>
2807
2808 * frames.texi (Text Terminal Colors): Multi-tty is already
2809 implemented, but tty-local colors are not.
2810
5df647e8
CY
28112009-05-27 Chong Yidong <cyd@stupidchicken.com>
2812
2813 * hooks.texi (Standard Hooks): Remove mention of obsolete
2814 redisplay-end-trigger-functions.
2815
2816 * internals.texi (Window Internals): Remove mention of obsolete
2817 redisplay-end-trigger-functions.
2818
01f17ae2
MR
28192009-05-21 Martin Rudalics <rudalics@gmx.at>
2820
2821 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
2822
2823 * backups.texi (Making Backups): backup-directory-alist and
2824 make-backup-file-name-function are options.
2825 (Auto-Saving): auto-save-list-file-prefix is an option.
2826
2827 * buffers.texi (Killing Buffers): buffer-offer-save is an
2828 option.
2829
2830 * display.texi (Refresh Screen): no-redraw-on-reenter is an
2831 option.
2832 (Echo Area Customization): echo-keystrokes is an option.
2833 (Selective Display): selective-display-ellipses is an option.
2834 (Temporary Displays): temp-buffer-show-function is an option.
2835 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
2836 are options.
2837 (Font Selection): face-font-family-alternatives,
2838 face-font-selection-order, face-font-registry-alternatives, and
2839 scalable-fonts-allowed are options.
2840 (Fringe Indicators): indicate-buffer-boundaries is an option.
2841 (Fringe Cursors): overflow-newline-into-fringe is an option.
2842 (Scroll Bars): scroll-bar-mode is an option.
2843
2844 * eval.texi (Eval): max-lisp-eval-depth is an option.
2845
2846 * files.texi (Visiting Functions): find-file-hook is an option.
2847 (Directory Names): directory-abbrev-alist is an option.
2848 (Unique File Names): temporary-file-directory and
2849 small-temporary-file-directory are options.
2850
2851 * frames.texi (Initial Parameters): initial-frame-alist,
2852 minibuffer-frame-alist and default-frame-alist are options.
2853 (Cursor Parameters): blink-cursor-alist and
2854 cursor-in-non-selected-windows ar options.
2855 (Window System Selections): selection-coding-system is an
2856 option.
2857 (Display Feature Testing): display-mm-dimensions-alist is an
2858 option.
2859
2860 * help.texi (Help Functions): help-char and help-event-list are
2861 options.
2862
2863 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
2864 an option.
2865
2866 * minibuf.texi (Minibuffer History): history-length and
2867 history-delete-duplicates are options.
2868 (High-Level Completion): read-buffer-function and
2869 read-buffer-completion-ignore-case are options.
2870 (Reading File Names): read-file-name-completion-ignore-case is
2871 an option.
2872
2873 * modes.texi (Mode Line Top): mode-line-format is an option.
2874 (Mode Line Variables): mode-line-position and mode-line-modes
2875 are options.
2876
2877 * nonascii.texi (Text Representations):
2878 enable-multibyte-characters is an option.
2879 (Default Coding Systems): auto-coding-regexp-alist,
2880 file-coding-system-alist, auto-coding-alist and
2881 auto-coding-functions are options.
2882 (Specifying Coding Systems): inhibit-eol-conversion is an
2883 option.
2884
2885 * os.texi (Init File): site-run-file is an option.
2886 (System Environment): mail-host-address is an option.
2887 (User Identification): user-mail-address is an option.
2888 (Terminal Output): baud-rate is an option.
2889
2890 * positions.texi (Word Motion): words-include-escapes is an
2891 option.
2892
2893 * searching.texi (Standard Regexps): page-delimiter,
2894 paragraph-separate, paragraph-separate and sentence-end are
2895 options.
2896
2897 * text.texi (Margins): left-margin and fill-nobreak-predicate
2898 are options.
2899
2900 * variables.texi (Local Variables): max-specpdl-size is an
2901 option.
2902
2903 * windows.texi (Choosing Window):
2904 split-window-preferred-function, special-display-function and
2905 display-buffer-function are options.
2906
106e6894
CY
29072009-05-20 Chong Yidong <cyd@stupidchicken.com>
2908
4a83454d
CY
2909 Fix errors spotted by Martin Rudalics.
2910
106e6894
CY
2911 * syntax.texi (Position Parse): Document rationale for ignored
2912 arguments to syntax-ppss-flush-cache.
2913
2914 * processes.texi (Input to Processes): Mark PROCESS arg to
2915 process-running-child-p as optional.
2916 (Network Options): Document NO-ERROR arg to
2917 set-network-process-option.
2918
2919 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
2920 command.
2921
2922 * searching.texi (POSIX Regexps): Mark posix-search-forward and
2923 posix-search-backward as commands.
2924
2925 * os.texi (Killing Emacs): Mark kill-emacs as a command.
2926 (Suspending Emacs): Mark suspend-emacs as a command.
2927 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
2928 commands.
5dcb4c4e
SM
2929 (Terminal Output): Remove obsolete function baud-rate.
2930 Document TERMINAL arg for send-string-to-terminal.
106e6894
CY
2931
2932 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
2933 terminal-coding-system and set-terminal-coding-system.
2934 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
2935 as optional.
2936 (Character Sets): Document RESTRICTION arg of char-charset.
2937 (Character Codes): Mark POS argument to get-byte as optional.
2938
2939 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
2940 minibuffer-message.
2941
2942 * files.texi (Create/Delete Dirs): Mark make-directory and
2943 delete-directory as commands.
2944
2945 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
2946
2947 * text.texi (Base 64): Mark base64-decode-string and
2948 base64-encode-string as commands.
2949 (Columns): Mark move-to-column as a command.
2950 (Mode-Specific Indent): Document RIGID arg to
2951 indent-for-tab-command.
2952 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
2953 Mark indent-code-rigidly as a command.
2954 (Substitution): Mark translate-region as a command.
2955
2956 * frames.texi (Size and Position): Remove obsolete functions
2957 screen-height and screen-width.
2958
04173931
CY
29592009-05-19 Chong Yidong <cyd@stupidchicken.com>
2960
2961 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
2962 (Displaying Buffers, Resizing Windows): Correct mistakes;
2963 next-window, previous-window, and pop-to-buffer are not commands,
2964 and fit-window-to-buffer" is a command. (Pointed out by Martin
2965 Rudalics.)
2966
eae7d8f8
RS
29672009-05-17 Richard M Stallman <rms@gnu.org>
2968
2969 * modes.texi (Precalculated Fontification): Clarify text.
2970
b8766179
MR
29712009-05-17 Martin Rudalics <rudalics@gmx.at>
2972
2973 * windows.texi (Selecting Windows): Clarify descriptions of
2974 with-selected-window and get-lru-window.
2975 (Cyclic Window Ordering): Refer to particular frame when talking
2976 about how splitting affects the ordering.
2977 (Displaying Buffers): Fix descriptions of switch-to-buffer and
2978 switch-to-buffer-other-window. Explain how setting of
2979 display-buffer-reuse-frames affects pop-to-buffer.
2980 (Choosing Window): Clarify some details in descriptions of
2981 display-buffer-reuse-frames, pop-up-frames, and
2982 pop-up-frame-function.
2983 (Dedicated Windows): Clarify some details.
2984 (Textual Scrolling): Replace term vscroll by term vertical
2985 scroll position.
2986 (Vertical Scrolling): Fix typo.
2987 (Window Hooks): Relate text on jit-lock-register to window
2988 scrolling and size changes.
2989
734b5e3b
CY
29902009-05-14 Chong Yidong <cyd@stupidchicken.com>
2991
0a65633e
CY
2992 * frames.texi (Initial Parameters): Clarify what the initial
2993 minibuffer frame is.
05be46d7
CY
2994 (Buffer Parameters): Note that the minibuffer parameter can not be
2995 altered.
0a65633e 2996
734b5e3b
CY
2997 * anti.texi (Antinews): Copyedits. Rearrange some entries.
2998 Document display-buffer changes.
2999
925672cd
CY
30002009-05-13 Chong Yidong <cyd@stupidchicken.com>
3001
17ecd7af
CY
3002 * anti.texi (Antinews): Rewrite for Emacs 22.
3003
925672cd
CY
3004 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
3005 obarrays are first mentioned. Define "system abbrev" more
3006 prominently, and add it to the index.
3007 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
3008 Copyedits.
3009 (Abbrev Expansion): Document abbrev-insert.
3010
80be4dd7
CY
30112009-05-12 Chong Yidong <cyd@stupidchicken.com>
3012
3013 * frames.texi (Font and Color Parameters): Rename from Color
3014 Parameters. Document font-backend parameter.
3015
3016 * vol2.texi (Top): Update node listing.
3017 * vol1.texi (Top): Update node listing.
3018 * elisp.texi (Top): Update node listing.
3019
372a93ac
MR
30202009-05-11 Martin Rudalics <rudalics@gmx.at>
3021
3022 * windows.texi (Choosing Window): Don't explicitly refer to
3023 split-window-sensibly's window argument in descriptions of
3024 split-height-threshold and split-width-threshold.
3025
714c3541
MR
30262009-05-10 Martin Rudalics <rudalics@gmx.at>
3027
3028 * windows.texi (Choosing Window): Fix rewrite of window
3029 splitting section.
3030
0e90e7be
EZ
30312009-05-09 Eli Zaretskii <eliz@gnu.org>
3032
f4e90db0
SM
3033 * nonascii.texi (Default Coding Systems):
3034 Document find-auto-coding, set-auto-coding, and auto-coding-alist.
5dcb4c4e 3035 Add indexing.
0e90e7be
EZ
3036 (Lisp and Coding Systems): Add index entries.
3037
d3c0c321
MR
30382009-05-09 Martin Rudalics <rudalics@gmx.at>
3039
3040 * windows.texi (Choosing Window): Describe split-window-sensibly
3041 and rewrite section on window splitting accordingly.
3042 (Textual Scrolling): Replace `...' by @code{...}.
3043
c773345a
CY
30442009-05-04 Chong Yidong <cyd@stupidchicken.com>
3045
ee2d5b5e
CY
3046 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
3047 Remove obsoleted pre-abbrev-expand-hook.
3048
3049 * locals.texi (Standard Buffer-Local Variables): Consolidate table
3050 entries.
3051
c773345a
CY
3052 * internals.texi (Object Internals): Don't assume 32-bit machines
3053 are the norm.
3054 (Buffer Internals): Consolidate table entries for readability.
ee2d5b5e
CY
3055 (Window Internals): Synch field names to window.h.
3056 (Process Internals): Synch field names to process.h.
c773345a 3057
dd449674
CY
30582009-04-29 Chong Yidong <cyd@stupidchicken.com>
3059
3060 * variables.texi (File Local Variables): Note that read-circle is
3061 bound to nil when reading file-local variables.
3062
3063 * streams.texi (Input Functions): Document read-circle.
3064 (Output Variables): Add xref to Circular Objects.
3065
4f1e25e2
CY
30662009-04-25 Chong Yidong <cyd@stupidchicken.com>
3067
3068 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
3069 Features and Coding System Basics. Node that "p" stands for
3070 "predicate". Recommend utf-8-emacs instead of emacs-mule.
3071 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
3072 mouse-appearance-menu.
3073 (Programming Tips): Add xref to Progress.
3074
dca019f8
CY
30752009-04-22 Chong Yidong <cyd@stupidchicken.com>
3076
5dcb4c4e
SM
3077 * os.texi (Command-Line Arguments):
3078 Document command-line-args-left.
dca019f8
CY
3079 (Suspending Emacs): Adapt text to multi-tty case. Document use of
3080 terminal objects for tty arguments.
3081 (Startup Summary): Add xref to Session Management.
3082 (Session Management): Mention emacs-session-restore. Copyedits.
3083
02a89103
CY
30842009-04-20 Chong Yidong <cyd@stupidchicken.com>
3085
3086 * os.texi (Startup Summary): Copyedits. The init file is not
3087 necessarily named .emacs now. Document initial-buffer-choice and
3088 initial-scratch-message. Note where Emacs exits in batch mode.
3089 Document inhibit-splash-screen as an alias.
3090 (Init File): Be neutral about which init file name to use.
3091
30922009-04-16 Chong Yidong <cyd@stupidchicken.com>
3093
3094 * os.texi (System Interface): Fix Texinfo usage.
3095
0c1cfe01
CY
30962009-04-15 Chong Yidong <cyd@stupidchicken.com>
3097
80d7cdca
CY
3098 * searching.texi (Regexp Backslash): Also refer to shy groups as
3099 non-capturing or unnumbered groups.
3100 (Regexp Functions): Add cross-reference to Regexp Backslash.
3101
0c1cfe01
CY
3102 * display.texi (Truncation): Overlays can use line-prefix and
3103 wrap-prefix too.
3104 (Overlay Properties): Document wrap-prefix and line-prefix.
3105 (Face Attributes): Document underline-minimum-offset.
3106 (Face Remapping): Copyedits.
3107 (Low-Level Font): Copyedits.
3108 (Image Cache): Note that the image cache is shared between frames.
ed8ab760
CY
3109 (Line Height): Emphasize that line-spacing only takes effect on
3110 graphical terminals.
0c1cfe01 3111
c4adeee0
CY
31122009-04-13 Chong Yidong <cyd@stupidchicken.com>
3113
3114 * display.texi (Refresh Screen): Note that a passage about screen
3115 refreshing is text terminal only.
3116 (Forcing Redisplay): Delete misleading comment---sit-for calls
3117 redisplay, not the other way around.
3118 (Truncation): Note new values of truncate-partial-width-windows.
3119 Copyedits.
3120 (Invisible Text): Document invisible-p.
3121
b20ecfa1
EZ
31222009-04-11 Eli Zaretskii <eliz@gnu.org>
3123
3124 * display.texi (Overlays): Overlays don't scale well. See
3125 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
3126
97d8273f
CY
31272009-04-10 Chong Yidong <cyd@stupidchicken.com>
3128
f147ff75
CY
3129 * syntax.texi (Syntax Table Functions): Document cons cell
3130 argument for modify-syntax-entry.
3131 (Categories): Document cons cell argument for
3132 modify-category-entry.
3133
fca4ec76
CY
3134 * searching.texi (String Search): Document word-search-forward-lax
3135 and word-search-backward-lax.
3136 (Searching and Case): Describe isearch behavior more precisely.
3137
9c283d5b
CY
3138 * keymaps.texi (Tool Bar): Mention that some platforms do not
3139 support multi-line toolbars. Suggested by Stephen Eglen.
3140
3141 * frames.texi (Layout Parameters): Mention that Nextstep also
3142 allows only one tool-bar line. Suggested by Stephen Eglen.
3143
97d8273f
CY
3144 * nonascii.texi (Text Representations): Copyedits.
3145 (Coding System Basics): Also mention utf-8-emacs.
3146 (Converting Representations, Selecting a Representation)
3147 (Scanning Charsets, Translation of Characters, Encoding and I/O):
3148 Copyedits.
3149 (Character Codes): Mention role of codepoints 1114112 to 4194175.
3150
2bad3299
CY
31512009-04-09 Chong Yidong <cyd@stupidchicken.com>
3152
3153 * text.texi (Yank Commands): Note that yank uses push-mark.
5dcb4c4e
SM
3154 (Filling): Clarify REGION argument of fill-paragraph.
3155 Document fill-forward-paragraph-function.
2bad3299
CY
3156 (Special Properties): Remove "new in Emacs 22" declaration.
3157 (Clickable Text): Merge with Links and Mouse-1 node.
3158
5dcb4c4e
SM
3159 * display.texi (Button Properties, Button Buffer Commands):
3160 Change xref to Clickable Text.
2bad3299
CY
3161
3162 * tips.texi (Key Binding Conventions): Change xref to Clickable
3163 Text.
3164
3165 * elisp.texi (Top): Update node listing.
3166
ea30ce4f
CY
31672009-04-05 Chong Yidong <cyd@stupidchicken.com>
3168
47af2f4b
CY
3169 * markers.texi (The Mark): Copyedits. Improve description of
3170 handle-shift-selection.
3171 (The Region): Move use-region-p here from The Mark.
3172
ea30ce4f
CY
3173 * positions.texi (Screen Lines): Document (cols . lines) argument
3174 for vertical-motion.
3175
2aa8ea6e
CY
31762009-04-04 Chong Yidong <cyd@stupidchicken.com>
3177
3ec61d4e
CY
3178 * frames.texi (Frames): Clean up introduction. Document `ns'
3179 return value for framep.
3180 (Creating Frames): Note how the terminal is chosen.
3181 (Multiple Terminals, Multiple Displays): Merge into a single node.
3182 (Color Parameters): Fix typo.
3183
3184 * variables.texi (Local Variables, Buffer-Local Variables)
3185 (Creating Buffer-Local): Change link to Multiple Terminals.
3186
3187 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
3188
3189 * keymaps.texi (Controlling Active Maps): Change link to Multiple
3190 Terminals.
3191
3192 * commands.texi (Command Loop Info, Keyboard Macros): Change link
3193 to Multiple Terminals.
3194
3195 * elisp.texi (Top): Update node listing.
3196 * vol2.texi (Top): Update node listing.
3197 * vol1.texi (Top): Update node listing.
3198
9257072f
CY
3199 * buffers.texi (Current Buffer): Note that the append-to-buffer
3200 example is no longer in synch with the latest code. Tie the two
3201 examples together.
3202
2aa8ea6e
CY
3203 * files.texi (File Attributes): Move note about MS-DOS from
3204 Changing Files to File Attributes.
3205 (Create/Delete Dirs): Note that mkdir is an alias for this.
3206
22e74b17
CY
32072009-04-01 Markus Triska <triska@gmx.at>
3208
3209 * processes.texi (Filter Functions): Suggest how to handle output
3210 batches.
3211
4bbe48ec
CY
32122009-03-30 Chong Yidong <cyd@stupidchicken.com>
3213
3214 * help.texi (Accessing Documentation): Update example to use
3215 help-setup-xref and with-help-window.
3216 (Help Functions): Remove print-help-return-message, which is
3217 semi-obsolete due to with-help-window. Document help-buffer and
3218 help-setup-xref.
3219
b9723f39
CY
32202009-03-29 Chong Yidong <cyd@stupidchicken.com>
3221
5dcb4c4e
SM
3222 * help.texi (Accessing Documentation, Help Functions):
3223 Remove information about long-obsolete Emacs versions.
9eb52e90 3224
b9723f39
CY
3225 * modes.texi (Mode Line Variables): The default values of the mode
3226 line variables are now more complicated.
3227
b0cc32db
CY
32282009-03-28 Chong Yidong <cyd@stupidchicken.com>
3229
3c25a5a9
CY
3230 * modes.texi (Major Mode Conventions): Note that specialness is
3231 inherited.
31c9eebb
CY
3232 (Derived Modes): Note that define-derive-mode sets the mode-class
3233 property.
3c25a5a9 3234
b0cc32db
CY
3235 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
3236 goto-map. Add search-map to the list.
3237
c5e0006d
EZ
32382009-03-27 Eli Zaretskii <eliz@gnu.org>
3239
1213465a
EZ
3240 * os.texi (System Environment): Update the list of system-type
3241 values.
3242
c5e0006d
EZ
3243 * markers.texi (The Mark) <handle-shift-selection>: Update for
3244 removal of the optional argument DEACTIVATE.
3245
48bab3d6
CY
32462009-03-25 Chong Yidong <cyd@stupidchicken.com>
3247
3248 * commands.texi (Focus Events): Most X window managers don't use
3249 focus-follows-mouse nowadays.
3250
6e4ff1b6
CY
32512009-03-24 Chong Yidong <cyd@stupidchicken.com>
3252
3253 * commands.texi (Defining Commands): Clarify introduction.
3254 (Using Interactive): Not that interactive can be put in a symbol
3255 property.
3256 (Interactive Call): Note that a symbol with a non-nil
3257 interactive-form property satisfies commandp.
3258
11625308
JB
32592009-03-23 Juanma Barranquero <lekktu@gmail.com>
3260
3261 * minibuf.texi (Intro to Minibuffers): Fix typos.
3262
7b34420d
CY
32632009-03-23 Chong Yidong <cyd@stupidchicken.com>
3264
3265 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
5dcb4c4e
SM
3266 about minibuffers in old Emacs versions. Copyedits.
3267 Emphasize that enable-recursive-minibuffers defaults to nil.
7b34420d
CY
3268 (Text from Minibuffer): Simplify introduction.
3269
f9257eed
AM
32702009-03-22 Alan Mackenzie <acm@muc.de>
3271
3272 * commands.texi (Using Interactive): Clarify string argument to
3273 `interactive' - even promptless elements need \n separators.
3274
f639ba70
CY
32752009-03-18 Chong Yidong <cyd@stupidchicken.com>
3276
3277 * minibuf.texi (Completion Styles): New node.
3278
3279 * elisp.texi (Top): Update node listing.
3280
d897e8ee
CY
32812009-03-17 Chong Yidong <cyd@stupidchicken.com>
3282
3283 * minibuf.texi (Basic Completion): Note that
3284 read-file-name-completion-ignore-case and
3285 read-buffer-completion-ignore-case can override
3286 completion-ignore-case.
3287 (Minibuffer Completion): Document completing-read changes.
3288 (Completion Commands): Avoid mentioning partial completion mode.
3289 Document minibuffer-completion-confirm changes, and
3290 minibuffer-confirm-exit-commands.
3291 (High-Level Completion): Document new require-match behavior for
3292 read-buffer. Document read-buffer-completion-ignore-case.
3293 (Reading File Names): Document new require-match behavior for
3294 read-file-name.
3295
b1f23349
CY
32962009-03-14 Chong Yidong <cyd@stupidchicken.com>
3297
3298 * debugging.texi (Error Debugging): Don't mislead the reader into
3299 thinking that debug-on-error enters debugger for C-f at EOB.
3300 (Error Debugging): Setting debug-on-init within the init file
3301 works, and has for some time.
3302
d6eb4e25
KH
33032009-03-13 Kenichi Handa <handa@m17n.org>
3304
3305 * display.texi (Fontsets): Update the description.
3306
1cf53dc5
CY
33072009-03-13 Chong Yidong <cyd@stupidchicken.com>
3308
3309 * advice.texi (Advising Primitives): Link to What Is a Function.
3310
81f919fc
CY
33112009-03-12 Chong Yidong <cyd@stupidchicken.com>
3312
cf4229eb
CY
3313 * compile.texi (Speed of Byte-Code): Update example.
3314 (Disassembly): Update examples.
3315
81f919fc 3316 * loading.texi (Repeated Loading): Simplify examples.
f2bbc08c
CY
3317
3318 * customize.texi (Common Keywords): It's not necessary to use :tag
3319 to remove hyphens, as custom-unlispify-tag-name does it
3320 automatically.
5dcb4c4e
SM
3321 (Variable Definitions): Link to File Local Variables.
3322 Document customized-value symbol property.
f2bbc08c
CY
3323 (Customization Types): Move menu to end of node.
3324
955964d7
CY
33252009-03-10 Chong Yidong <cyd@stupidchicken.com>
3326
3327 * macros.texi (Compiling Macros): Omit misleading sentence, which
3328 implied that macros can only be used in the same file they are
3329 defined.
3330 (Backquote): Remove obsolete information about Emacs 19.
3331
d25ed7db
GM
33322009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
3333
3334 * display.texi (Display Margins): Fix paren typo.
3335
d55f6ca5
CY
33362009-02-27 Chong Yidong <cyd@stupidchicken.com>
3337
f0e57ed8
CY
3338 * elisp.texi (Top): Update node listing.
3339
3340 * variables.texi (Variables): Clarify introduction.
3341 (Global Variables): Mention that setq is a special form.
3342 (Local Variables): Use active voice.
3343 (Tips for Defining): Mention marking variables as safe.
3344 (Buffer-Local Variables): Mention terminal-local and frame-local
3345 variables together.
3346 (File Local Variables): Copyedits.
3347 (Frame-Local Variables): Note that they are not really useful.
3348 (Future Local Variables): Node deleted.
3349
d55f6ca5 3350 * objects.texi (General Escape Syntax): Update explanation of
fe7a3057 3351 Unicode escape syntax.
d55f6ca5 3352
ca8f09a8
CY
33532009-02-23 Chong Yidong <cyd@stupidchicken.com>
3354
3355 * control.texi (Control Structures): Add cindex entry for "textual
3356 order".
3357
3358 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
3359 instead of "expression" throughout.
3360 (Function Indirection): Copyedits. Use active voice.
3361 (Eval): The default value of max-lisp-eval-depth is now 400.
3362
a20878b6
MB
33632009-02-23 Miles Bader <miles@gnu.org>
3364
3365 * processes.texi (System Processes): Rename `system-process-attributes'
3366 to `process-attributes'.
3367
61f66044
CY
33682009-02-22 Chong Yidong <cyd@stupidchicken.com>
3369
1b80d1f3
CY
3370 * symbols.texi (Property Lists): Emphasize that property lists are
3371 not restricted to symbol cells.
3372 (Other Plists): Copyedit.
3373
61f66044
CY
3374 * sequences.texi (Sequences Arrays Vectors): Make introduction
3375 more concise.
3376 (Arrays): Mention char-tables and bool-vectors too.
3377 (Vectors): Don't repeat information given in Arrays node. Link to
3378 nodes that explain the vector usage examples.
3379 (Char-Tables): Note that char-table elements can have arbitrary
3380 type. Explain effect of omitted char-table-extra-slots property.
8a63cf41 3381 Link to Property Lists node.
61f66044 3382
9403944b
CY
33832009-02-22 Chong Yidong <cyd@stupidchicken.com>
3384
3385 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
3386 `append'.
4068c7b4 3387 (List Elements): Copyedits.
9403944b
CY
3388
3389 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
3390 of `vconcat'.
3391
3392 * strings.texi (Creating Strings): Copyedits. Remove obsolete
3393 Emacs 20 usage of `concat'.
3394 (Case Conversion): Copyedits.
3395
b87a185f
CY
33962009-02-21 Chong Yidong <cyd@stupidchicken.com>
3397
3398 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
3399 Minor edits.
3400 (Frame Configuration Type): Emphasize that it is not primitive.
3401 (Font Type): New node.
3402 (Type Predicates): Add fontp; type-of now recognizes font object
3403 types.
3404
3405 * intro.texi (Version Info): Update version numbers in examples.
3406 (Acknowledgements): List more contributors.
3407
3408 * elisp.texi: Bump version number to 3.0.
3409 (Top): Link to Font Type node.
3410
867d4bb3
JB
34112009-02-20 Juanma Barranquero <lekktu@gmail.com>
3412
3413 * modes.texi (Major Mode Conventions): Remove duplicate words.
3414 (Customizing Keywords): Fix typo.
3415
77730170
EZ
34162009-02-14 Eli Zaretskii <eliz@gnu.org>
3417
3418 * nonascii.texi (User-Chosen Coding Systems): Document that
3419 select-safe-coding-system suggests raw-text if there are raw bytes
3420 in the region.
3421 (Explicit Encoding): Warn not to use `undecided' when encoding.
3422
c8736212
GM
34232009-02-11 Glenn Morris <rgm@gnu.org>
3424
3425 * frames.texi (Visibility of Frames): Mention the effect multiple
3426 workspaces/desktops can have on visibility.
3427
ab992d66
EZ
34282009-02-07 Eli Zaretskii <eliz@gnu.org>
3429
c8736212
GM
3430 * text.texi (Commands for Insertion):
3431 * commands.texi (Event Mod):
3432 * keymaps.texi (Searching Keymaps):
5dcb4c4e
SM
3433 * nonascii.texi (Translation of Characters):
3434 Reinstate documentation of translation-table-for-input.
7d2a859f
EZ
3435 (Explicit Encoding): Document the `charset' text property produced
3436 by decode-coding-region and decode-coding-string.
ab992d66 3437
e651a255
AM
34382009-01-27 Alan Mackenzie <acm@muc.de>
3439
3440 * modes.texi (Search-based Fontification): Correct a typo.
3441
bc5cde4b
JB
34422009-01-25 Juanma Barranquero <lekktu@gmail.com>
3443
3444 * abbrevs.texi (Abbrev Table Properties): Fix typo.
3445 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
3446
3533155b
EZ
34472009-01-24 Eli Zaretskii <eliz@gnu.org>
3448
f721deda
EZ
3449 * display.texi (Window Systems): Document the value of
3450 `initial-window-system' under --daemon.
3451
3533155b
EZ
3452 * os.texi (System Environment): Remove description of the
3453 `environment' function which has been deleted.
3454
f79b43b2
DN
34552009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
3456
3457 * frames.texi (Multiple Displays): Remove documentation for
3458 removed function make-frame-on-tty.
3459
e3aa6669
CY
34602009-01-22 Chong Yidong <cyd@stupidchicken.com>
3461
3462 * files.texi (Format Conversion Piecemeal): Clarify behavior of
5dcb4c4e
SM
3463 write-region-annotate-functions.
3464 Document write-region-post-annotation-function.
e3aa6669 3465
fb13a416
CY
34662009-01-19 Chong Yidong <cyd@stupidchicken.com>
3467
3468 * display.texi (Font Lookup): Document WIDTH argument of
3469 x-list-fonts.
3470
02eccf6b
EZ
34712009-01-17 Eli Zaretskii <eliz@gnu.org>
3472
ead3f58d
EZ
3473 * maps.texi (Standard Keymaps): Rename function-key-map to
3474 local-function-key-map.
3475
3476 * keymaps.texi (Translation Keymaps): Rename function-key-map to
3477 local-function-key-map.
3478
3479 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
3480 and `set-keyboard-coding-system' now accept an optional terminal
3481 argument.
3482
3483 * commands.texi (Event Mod): `keyboard-translate-table' is now
3484 terminal-local.
3485 (Function Keys): Rename function-key-map to
3486 local-function-key-map.
3487
df05a163
EZ
3488 * elisp.texi (Top): Make @detailmenu be consistent with changes in
3489 frames.texi.
3490
0ed8034e 3491 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
490f1197
EZ
3492 `delete-terminal-functions', `suspend-tty-functions' and
3493 `resume-tty-functions'.
0ed8034e
EZ
3494
3495 * frames.texi (Frames): Document `frame-terminal' and
3496 `terminal-live-p'.
3497 (Multiple Displays): Document `make-frame-on-tty'.
3498 (Multiple Terminals): Document `terminal-list', `delete-terminal',
3499 `terminal-name', and `get-device-terminal'.
490f1197
EZ
3500 (Terminal Parameters): Document `terminal-parameters',
3501 `terminal-parameter', and `set-terminal-parameter'.
0ed8034e
EZ
3502
3503 * os.texi (System Environment): Document `environment' and
3504 `initial-environment'.
490f1197
EZ
3505 (Suspending Emacs): Update for multi-tty; document
3506 `suspend-tty', `resume-tty', and `controlling-tty-p'.
0ed8034e 3507
02eccf6b
EZ
3508 * nonascii.texi (Coding System Basics): More accurate description
3509 of `raw-text'.
3510
f19fea97
JB
35112009-01-12 Juanma Barranquero <lekktu@gmail.com>
3512
3513 * display.texi (Low-Level Font): Fix typo.
3514
16fa292f
CY
35152009-01-10 Chong Yidong <cyd@stupidchicken.com>
3516
3517 * elisp.texi (Top): Update node listing.
3518
3519 * display.texi (PostScript Images): Node deleted.
3520
0b4faef3
EZ
35212009-01-10 Eli Zaretskii <eliz@gnu.org>
3522
3355f04d
EZ
3523 * processes.texi (Decoding Output): Document that null bytes force
3524 no-conversion for reading process output.
3525
3526 * files.texi (Reading from Files): Document that null bytes force
3527 no-conversion when visiting files.
3528
11625308 3529 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
538395d9 3530
5dcb4c4e
SM
3531 * nonascii.texi (Lisp and Coding Systems):
3532 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
c06ea95e 3533 (Character Properties): Improve wording.
0b4faef3 3534
ce9cf065
CY
35352009-01-09 Chong Yidong <cyd@stupidchicken.com>
3536
3537 * display.texi (Font Lookup): Remove obsolete function
3538 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
3539 (Low-Level Font): Rename from Fonts, move to end of Faces section.
5dcb4c4e
SM
3540 (Font Selection): Reorder order of variable descriptions.
3541 Minor clarifications.
ce9cf065
CY
3542
3543 * elisp.texi (Top): Update node listing.
3544
ab756fb3
GM
35452009-01-09 Glenn Morris <rgm@gnu.org>
3546
3547 * commands.texi (Command Loop Info): Say that last-command-char and
3548 last-input-char are obsolete aliases.
3549
3550 * edebug.texi (Edebug Recursive Edit): Remove separate references to
3551 last-input-char and last-command-char, since they are just aliases for
3552 last-input-event and last-command-event.
3553
3554 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
3555 last-command-char.
3556
6b2b8ab1
CY
35572009-01-08 Chong Yidong <cyd@stupidchicken.com>
3558
3559 * elisp.texi: Update node listing.
3560
3561 * display.texi (Faces): Put Font Selection node after Auto Faces.
5dcb4c4e
SM
3562 (Face Attributes): Don't link to Font Lookup.
3563 Document font-family-list.
6b2b8ab1
CY
3564 (Fonts): New node.
3565
3568e767
JR
35662009-01-08 Jason Rumney <jasonr@gnu.org>
3567
3568 * frames.texi (Pointer Shape): Clarify that only X supports
5ce6e4f4 3569 changing the standard pointer shapes. (Bug#1485)
3568e767 3570
6221c8db
CY
35712009-01-08 Chong Yidong <cyd@stupidchicken.com>
3572
3573 * display.texi (Attribute Functions): Note that a function value
3574 :height is relative, and that compatibility functions work by
3575 calling set-face-attribute.
3576 (Displaying Faces): Reorder list in order of increasing priority.
3577 (Face Remapping): New node. Content moved here from Displaying
3578 Faces.
3579 (Glyphs): Link to Face Functions.
3580
e3d3799a
CY
35812009-01-08 Chong Yidong <cyd@stupidchicken.com>
3582
3583 * display.texi (Faces): Don't discuss face id here. facep does
3584 not return t.
3585 (Defining Faces): Minor clarification.
3586 (Face Attributes): Rearrange items to match docstring of
3587 set-face-attribute. Add :foundry attribute. Document new role of
3588 :font attribute. Texinfo usage fix.
3589 (Attribute Functions): Copyedits.
3590 (Face Functions): Note that face number is seldom used.
3591
638a2457
RS
35922009-01-05 Richard M Stallman <rms@gnu.org>
3593
3594 * strings.texi (Predicates for Strings): Minor clarification.
3595
3596 * functions.texi (Function Safety): Texinfo usage fix.
3597
49ea0074
JB
35982009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny patch)
3599
3600 * objects.texi (General Escape Syntax): Fix typo.
3601
9f822178
MR
36022009-01-03 Martin Rudalics <rudalics@gmx.at>
3603
3604 * windows.texi (Choosing Window): Say that pop-up-frame-alist
3605 works via the default value of pop-up-frame-function.
3606
af34ad36
EZ
36072009-01-02 Eli Zaretskii <eliz@gnu.org>
3608
3609 * processes.texi (System Processes): Document the `time' and
3610 `ctime' attributes of `system-process-attributes'.
3611
d31f6679
CY
36122009-01-01 Chong Yidong <cyd@stupidchicken.com>
3613
3614 * display.texi (Face Attributes): Clarify :height attribute.
3615
174dc00c
MR
36162008-12-31 Martin Rudalics <rudalics@gmx.at>
3617
3618 * buffers.texi (The Buffer List): Clarify what moves a buffer to
3619 the front of the buffer list. Add entries for `last-buffer' and
3620 `unbury-buffer'.
3621
b8afe7e4
EZ
36222008-12-27 Eli Zaretskii <eliz@gnu.org>
3623
d14030f5
EZ
3624 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
3625 and its subsections.
3626
3627 * frames.texi (Multiple Terminals, Low-level Terminal)
3628 (Terminal Parameters, Frames on Other TTY devices): New sections.
3629 (Frames): Add an xref to "Multiple Terminals".
3630
765980a4
EZ
3631 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
3632
3633 * objects.texi (Terminal Type): New node.
3634 (Editing Types): Add it to the menu.
3635
47bd5577
EZ
3636 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
3637 Variables".
3638
eb22b78c 3639 * variables.texi (Directory Local Variables): New node.
47bd5577 3640 (Variables): Add a menu item for it.
eb22b78c 3641
b8afe7e4
EZ
3642 * loading.texi (Autoload): Document `generate-autoload-cookie' and
3643 `generated-autoload-file'.
3644
77bb0476
EZ
36452008-12-20 Eli Zaretskii <eliz@gnu.org>
3646
028e2c19
EZ
3647 * os.texi (Startup Summary): Add xref to documentation of
3648 `initial-window-system'.
3649
77bb0476
EZ
3650 * display.texi (Window Systems): Document `window-system' the
3651 function. The variable `window-system' is now frame-local.
028e2c19 3652 Document `initial-window-system'.
77bb0476 3653
dda87836
MR
36542008-12-19 Martin Rudalics <rudalics@gmx.at>
3655
3656 * windows.texi (Windows): Rewrite description of
3657 fit-window-to-buffer.
3658
caef3ed2
GM
36592008-12-13 Glenn Morris <rgm@gnu.org>
3660
3661 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
3662 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
3663
21c58e4d
GM
36642008-12-12 Glenn Morris <rgm@gnu.org>
3665
3666 * debugging.texi (Error Debugging): Refer forwards to
3667 eval-expression-debug-on-error.
3668
af38459f
EZ
36692008-12-05 Eli Zaretskii <eliz@gnu.org>
3670
5dedd9b5
EZ
3671 * strings.texi (String Basics): Only unibyte strings that
3672 represent key sequences hold 8-bit raw bytes.
3673
af38459f
EZ
3674 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
3675 paragraph to speak about `undecided'.
3676 (Character Properties): Don't explain the meaning of each
3677 property; instead, identify their Unicode Standard names.
b3f1f4a5 3678 (Character Sets): Document `map-charset-chars'.
af38459f 3679
fa047ae7
GM
36802008-12-02 Glenn Morris <rgm@gnu.org>
3681
3682 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
3683 section yet again.
3684
47dbc044
EZ
36852008-11-29 Eli Zaretskii <eliz@gnu.org>
3686
98d05998
EZ
3687 * nonascii.texi (Character Properties): New Section.
3688 (Specifying Coding Systems): Document
3689 `coding-system-priority-list', `set-coding-system-priority', and
3690 `with-coding-priority'.
3691 (Lisp and Coding Systems): Document `check-coding-systems-region'
3692 and `coding-system-charset-list'.
3693 (Coding System Basics): Document `coding-system-aliases'.
3694
3695 * elisp.texi (Top): Add a @detailmenu entry for "Character
3696 Properties".
3697
47dbc044
EZ
3698 * objects.texi (Character Type): Correct the range of Emacs
3699 characters. Add an @xref to "Character Codes".
3700
3701 * strings.texi (String Basics): Add an @xref to "Character Codes".
3702
3703 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
3704
3705 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
3706 (Character Codes): Document `max-char'.
3707
8b80cdf5
EZ
37082008-11-28 Eli Zaretskii <eliz@gnu.org>
3709
3710 * nonascii.texi (Text Representations, Converting Representations)
3711 (Character Sets, Scanning Charsets, Translation of Characters):
3712 Make text more accurate.
3713
a99dceba
GM
37142008-11-28 Glenn Morris <rgm@gnu.org>
3715
3716 * files.texi (Format Conversion Round-Trip): Improve previous change.
3717
f6dc3bed
CY
37182008-11-26 Chong Yidong <cyd@stupidchicken.com>
3719
3720 * modes.texi (Auto Major Mode): Fix example.
3721
5da9413d
GM
37222008-11-25 Glenn Morris <rgm@gnu.org>
3723
3724 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
3725
3726 * files.texi (Format Conversion Round-Trip):
3727 Use active voice for previous change.
3728
fcca848c
CY
37292008-11-25 Chong Yidong <cyd@stupidchicken.com>
3730
3731 * os.texi (Processor Run Time):
3732 * processes.texi (Transaction Queues):
3733 * markers.texi (The Mark):
3734 * windows.texi (Choosing Window, Selecting Windows):
3735 * files.texi (Changing Files, Magic File Names):
3736 * commands.texi (Key Sequence Input):
3737 * functions.texi (Declaring Functions):
3738 * strings.texi (Predicates for Strings):
3739 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
3740
36c8dc54
CY
37412008-11-24 Chong Yidong <cyd@stupidchicken.com>
3742
3743 * help.texi (Accessing Documentation): Update example.
3744
3745 * variables.texi (Defining Variables): Note that `*' is not
3746 necessary if defcustom is used.
3747
2a79b242
EZ
37482008-11-22 Eli Zaretskii <eliz@gnu.org>
3749
3750 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
3751 Characters" from @detailmenu.
3752
3753 * nonascii.texi (Character Codes, Character Sets)
3754 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
3755 (Chars and Bytes, Splitting Characters): Sections removed.
3756
392f0d26
LK
37572008-11-22 Lute Kamstra <lute@gnu.org>
3758
3759 * positions.texi (Text Lines): Update goto-line documentation.
3760
af1a5cd5
MR
37612008-11-21 Martin Rudalics <rudalics@gmx.at>
3762
6a4cfb0c
MR
3763 * frames.texi (Frames): Fix typo, add cross references, reword.
3764 (Initial Parameters): Reword special-display-frame-alist text.
3765 (Frames and Windows): Reword. Describe argument norecord for
3766 set-frame-selected-window.
3767 (Input Focus): Describe argument norecord for select-frame.
3768 Remove comment on MS-Windows behavior for focus-follows-mouse.
3769 (Raising and Lowering): Mention windows-frames dichotomy in
3770 metaphor.
3771
af1a5cd5
MR
3772 * windows.texi (Displaying Buffers, Vertical Scrolling)
3773 (Horizontal Scrolling): Fix indenting and rewording issues
3774 introduced with 2008-11-07 change.
3775
c249fa9c
GM
37762008-11-20 Glenn Morris <rgm@gnu.org>
3777
3778 * files.texi (Format Conversion Round-Trip): Mention `preserve'
3779 element of `format-alist'.
3780
204d4665
GM
37812008-11-19 Glenn Morris <rgm@gnu.org>
3782
3783 * doclicense.texi: Update to FDL 1.3.
3784 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
3785
cc0910af
CY
37862008-11-18 Chong Yidong <cyd@stupidchicken.com>
3787
efe6e7c4
CY
3788 * windows.texi (Window Hooks): Remove *-end-trigger-functions
3789 vars, which are obsolete. Mention jit-lock-register.
3790
5dcb4c4e
SM
3791 * modes.texi (Other Font Lock Variables):
3792 Document jit-lock-register and jit-lock-unregister.
efe6e7c4 3793
cc0910af
CY
3794 * frames.texi (Color Parameters): Document alpha parameter.
3795
aeeedf76
MR
37962008-11-16 Martin Rudalics <rudalics@gmx.at>
3797
3798 * windows.texi (Splitting Windows, Deleting Windows)
3799 (Selecting Windows, Cyclic Window Ordering)
3800 (Buffers and Windows, Displaying Buffers, Choosing Window)
3801 (Dedicated Windows, Window Point, Window Start and End)
3802 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
3803 (Size of Window, Resizing Windows, Window Configurations)
3804 (Window Parameters): Avoid @var at beginning of sentences and
3805 reword accordingly.
3806
4c565c5c
LK
38072008-11-11 Lute Kamstra <lute@gnu.org>
3808
3809 * files.texi (File Name Components): Fix file-name-extension
3810 documentation.
3811
25f494c9
JB
38122008-11-11 Juanma Barranquero <lekktu@gmail.com>
3813
3814 * frames.texi (Basic Parameters): Remove display-environment-variable
3815 and term-environment-variable.
3816
a1401ab1
EZ
38172008-11-08 Eli Zaretskii <eliz@gnu.org>
3818
3819 * windows.texi (Basic Windows, Splitting Windows)
3820 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
3821 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
25f494c9
JB
3822 (Resizing Windows, Window Configurations, Window Parameters):
3823 Fix wording and markup.
a1401ab1 3824
efafc282
MR
38252008-11-07 Martin Rudalics <rudalics@gmx.at>
3826
3827 * windows.texi (Windows): Update entries.
3828 (Basic Windows): Remove listing of attributes. Reword.
86ab855a 3829 (Splitting Windows, Deleting Windows): Reword.
efafc282
MR
3830 (Selecting Windows, Cyclic Window Ordering): Reword with special
3831 emphasis on order of recently selected windows and buffer list.
86ab855a
MR
3832 (Buffers and Windows, Choosing Window): Reword with special
3833 emphasis on dedicated windows.
3834 (Displaying Buffers): Reword. For switch-to-buffer mention that
3835 it may fall back on pop-to-buffer. For other-window try to
3836 explain how it treats the cyclic ordering of windows.
efafc282
MR
3837 (Dedicated Windows): New node and section discussing dedicated
3838 windows and associated functions.
86ab855a 3839 (Window Point): Add entry for window-point-insertion-type. Reword.
efafc282
MR
3840 (Window Start and End): Rename node and section title. Reword.
3841 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
3842 Minor rewording.
3843 (Size of Window): Reword, in particular text on window-width.
3844 (Resizing Windows): Reword. Add text on balancing windows.
3845 (Window Configurations): Reword. Mention window parameters.
3846 (Window Parameters): New node and section on window parameters.
3847 (Window Hooks): Reword. Mention that
3848 window-configuration-change-hook is run "buffer-locally".
3849 * elisp.texi (Top): Update Windows entries in @detailmenu
3850 section.
3851
d60a8ab2
JB
38522008-11-04 Juanma Barranquero <lekktu@gmail.com>
3853
3854 * searching.texi (Regexp Search): Fix typo.
3855
01777627
CY
38562008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
3857
3858 * searching.texi (Regexp Search): Document GREEDY arg.
3859 (Simple Match Data): Fix return value.
3860
c4526e93
EZ
38612008-11-01 Eli Zaretskii <eliz@gnu.org>
3862
3863 * nonascii.texi (Text Representations): Rewrite to make consistent
5dcb4c4e
SM
3864 with Emacs 23 internal representation of characters.
3865 Document `unibyte-string'.
c4526e93 3866
fe2ae8b5
CY
38672008-10-28 Chong Yidong <cyd@stupidchicken.com>
3868
3869 * processes.texi (Process Information): Note that process-status
3870 does not accept buffer names.
3871
cc5a21e3
CY
38722008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
3873
3874 * positions.texi (Skipping Characters): Correct return value of
3875 skip-chars-forward.
3876
09460d9a
MR
38772008-10-25 Martin Rudalics <rudalics@gmx.at>
3878
520b29e7
MR
3879 * windows.texi (Deleting Windows): Update documentation of
3880 delete-windows-on.
3881 (Buffers and Windows): Update documentations of
3882 get-buffer-window and get-buffer-window-list.
3883 (Displaying Buffers): Update documentation of
3884 replace-buffer-in-windows.
3885
09460d9a
MR
3886 * buffers.texi (Current Buffer): Reword set-buffer and
3887 with-current-buffer documentations.
3888 (Creating Buffers): Reword documentation of get-buffer-create.
3889
4d48fcdc
MR
38902008-10-23 Martin Rudalics <rudalics@gmx.at>
3891
3892 * buffers.texi (Current Buffer): Reword documentation of
3893 set-buffer.
3894 (Buffer Names): Reword documentation of buffer-name.
3895 (The Buffer List): For bury-buffer explain what happens with the
3896 buffer's window.
3897 (Creating Buffers): Say that get-buffer-create's arg is called
3898 buffer-or-name.
3899
f0143c43
CY
39002008-10-22 Chong Yidong <cyd@stupidchicken.com>
3901
3e5dbbd3
CY
3902 * advice.texi (Computed Advice): Explain what DEFINITION is.
3903
f0143c43
CY
3904 * nonascii.texi (Character Codes): Remove obsolete function
3905 char-valid-p, and document characterp instead.
3906
52a94b85
MR
39072008-10-22 Martin Rudalics <rudalics@gmx.at>
3908
3909 * windows.texi (Displaying Buffers): Reword documentation of
3910 pop-to-buffer.
3911 (Choosing Window): Rewrite documentation of display-buffer and
3912 its options.
3913
f76f8246
MR
3914 * buffers.texi (Killing Buffers): Update documentation of
3915 kill-buffer.
3916
acc8b598
EZ
39172008-10-21 Eli Zaretskii <eliz@gnu.org>
3918
80e6b6df
EZ
3919 * processes.texi (Serial Ports): Fix wording and improve markup.
3920
3645358a
EZ
3921 * searching.texi (Regexp Search): Document `string-match-p' and
3922 `looking-at-p'.
3923 (POSIX Regexps): Add an xref for "non-greedy".
3924 (Regexp Special): Add @cindex entry for "non-greedy".
3925
b3d50cff 3926 * display.texi (Attribute Functions): Document `face-all-attributes'.
bf190568 3927 (Image Cache) <image-refresh>: Minor wording fixes.
b3d50cff 3928
73b7530a
EZ
3929 * frames.texi (Color Names): Add an xref to `read-color'.
3930
3931 * minibuf.texi (High-Level Completion): Document `read-color'.
3932
acc8b598
EZ
3933 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
3934
3935 * positions.texi (Narrowing): Add an xref to "Swapping Text".
3936
3937 * buffers.texi (Swapping Text): New section, documents
3938 `buffer-swap-text'.
3939
10e187e8
MR
39402008-10-21 Martin Rudalics <rudalics@gmx.at>
3941
3942 * windows.texi (Resizing Windows): Minor wording fix.
3943
fd6f900c
EZ
39442008-10-20 Eli Zaretskii <eliz@gnu.org>
3945
3946 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
3947 and `combine-and-quote-strings'.
3948
3949 * strings.texi (Creating Strings): Add xrefs for them.
3950
e4372165
EZ
39512008-10-19 Eli Zaretskii <eliz@gnu.org>
3952
d6328fba
EZ
3953 * elisp.texi (Top): Make descriptive text for "Reading File Names"
3954 match the corresponding menu in minibuf.texi.
3955
e4372165
EZ
3956 * minibuf.texi (Reading File Names): Document `read-shell-command'
3957 and `minibuffer-local-shell-command-map'.
3958
5d8dda33
MR
39592008-10-19 Martin Rudalics <rudalics@gmx.at>
3960
3961 * windows.texi (Resizing Windows): Remove var{} around "window" in
3962 documentation of enlarge-window.
3963 Rewrite documentation of window-min-height and window-min-width.
3964
437706cd
EZ
39652008-10-19 Eli Zaretskii <eliz@gnu.org>
3966
80f85d7c
EZ
3967 * functions.texi (Calling Functions): Document `apply-partially'.
3968
291703b5
EZ
3969 * hooks.texi (Standard Hooks): Mention
3970 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
3971
3972 * variables.texi (File Local Variables): Document
3973 `file-local-variables-alist', `before-hack-local-variables-hook'
3974 and `hack-local-variables-hook'.
3975
583d8b3c
EZ
3976 * processes.texi (Synchronous Processes): Document `process-lines'.
3977
5dcb4c4e
SM
3978 * customize.texi (Variable Definitions):
3979 Document `custom-reevaluate-setting'.
437706cd 3980
7e51d89b
MR
39812008-10-18 Martin Rudalics <rudalics@gmx.at>
3982
3983 * windows.texi (Choosing Window, Deleting Windows)
3984 (Displaying Buffers): Expand documentation of dedicated windows.
3985
43c59a3d
EZ
39862008-10-18 Eli Zaretskii <eliz@gnu.org>
3987
018a960d
EZ
3988 * files.texi (Changing Files): Document symbolic input of file
3989 modes to `set-file-modes'. Document `read-file-modes' and
3990 `file-modes-symbolic-to-number'.
3991
2c0b8144
EZ
3992 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
3993 and `search-map'.
3994
5dcb4c4e
SM
3995 * searching.texi (Search and Replace):
3996 Document `replace-search-function' and `replace-re-search-function'.
2c0b8144 3997 Document `multi-query-replace-map'.
80120f13 3998
6d4913f0 3999 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
5dcb4c4e
SM
4000 (Completion Commands, Reading File Names):
4001 Rename `minibuffer-local-must-match-filename-map' to
6d4913f0
EZ
4002 `minibuffer-local-filename-must-match-map'.
4003 (Minibuffer Completion): The `require-match' argument to
4004 `completing-read' can now have the value `confirm-only'.
4005
43c59a3d
EZ
4006 * windows.texi (Displaying Buffers): Minor wording fix.
4007 (Choosing Window): `split-height-threshold' can now be nil.
4008 Document `split-width-threshold'. `pop-up-frames' can have the
4009 value `graphic-only'.
4010
f36acfd9
EZ
40112008-10-17 Eli Zaretskii <eliz@gnu.org>
4012
4013 * os.texi (Startup Summary): Document `before-init-time' and
4014 `after-init-time'. Document `initial-window-system' and
4015 `window-system-initialization-alist'. Document reading the
4016 abbrevs file. Document the call to `server-start' under --daemon.
4017 Rearrange a bit to be consistent with the code flow.
53728487
EZ
4018 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
4019 (Time Parsing): Document `format-seconds'.
f36acfd9 4020
96995b89
MR
40212008-10-17 Martin Rudalics <rudalics@gmx.at>
4022
4023 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
4024 and reword.
4025
2de17c73
EZ
40262008-10-16 Eli Zaretskii <eliz@gnu.org>
4027
4028 * markers.texi (The Mark): Document use-region-p.
4029
9cf52b11
EZ
40302008-10-15 Eli Zaretskii <eliz@gnu.org>
4031
c3aaf1d7
EZ
4032 * internals.texi (Writing Emacs Primitives): The interactive spec
4033 of a primitive can be a Lisp form.
4034
841a1743
EZ
4035 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
4036 values of transient-mark-mode. Document handle-shift-selection.
4037
4038 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
4039 (Interactive Examples): Show an example of `^'.
4040 (Key Sequence Input): Document this-command-keys-shift-translated.
c3aaf1d7
EZ
4041 (Defining Commands, Using Interactive): The interactive-form of a
4042 function can be added via its symbol's property.
841a1743 4043
52441368
EZ
4044 * positions.texi (List Motion): beginning-of-defun-function can
4045 now accept an argument.
4046
8e8c1a72
EZ
4047 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
4048 now return a list of strings.
4049
a33a1f2a
EZ
4050 * control.texi (Handling Errors): Document ignore-errors.
4051
4fb04348
EZ
4052 * frames.texi (Creating Frames): Document frame-inherited-parameters.
4053 (Parameter Access): Document set-frame-parameter.
4054
ee666f84
EZ
4055 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
4056 Hooks" for the effect of kill-all-local-variables on local hook
4057 functions.
4058
9cf52b11
EZ
4059 * modes.texi (Major Mode Conventions, Mode Line Variables):
4060 `mode-name' need not be a string. xref to "Mode Line Data" for
4061 details, and to "Emulating Mode Line" for computing a string
4062 value.
4063
22526bc4
EZ
40642008-10-14 Eli Zaretskii <eliz@gnu.org>
4065
a65f6a85
EZ
4066 * processes.texi (System Processes): New section.
4067 (Processes, Signals to Processes): Add xrefs to it.
4068
4069 * objects.texi (Editing Types): A `process' is a subprocess of
4070 Emacs, not just any process running on the OS.
4071
4072 * elisp.texi (Top): Adjust the @detailmenu for the above two
4073 changes.
4074
2724b26a
EZ
4075 * sequences.texi (Char-Tables): Remove documentation of
4076 set-char-table-default, which has no effect since Emacs 23.
4077 <char-table-range, set-char-table-range>: Don't mention generic
4078 characters and charsets. Add a cons cell as a possible argument.
4079
4080 * nonascii.texi (Splitting Characters)
4081 (Translation of Characters): Don't mention generic characters.
4082
4083 * display.texi (Fontsets): Don't mention generic characters.
4084
22526bc4 4085 * sequences.texi (Char-Tables): `map-char-table' can now call its
25f494c9 4086 argument FUNCTION with a cons cell as KEY.
22526bc4 4087
eaf4b689
EZ
40882008-10-13 Eli Zaretskii <eliz@gnu.org>
4089
45e46036
EZ
4090 * objects.texi (Primitive Function Type): Move "@cindex special
4091 forms" from here...
4092
4093 * eval.texi (Special Forms): ...to here.
4094
4095 * functions.texi (What Is a Function): `functionp' returns nil for
4096 special forms. Add an xref.
4097
eaf4b689
EZ
4098 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
4099 Variables".
4100
4101 * variables.texi (Frame-Local Variables): New section.
4102 (Buffer-Local Variables): Add an xref to it.
4103 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
4104 have both frame-local and buffer-local binding.
4105
4106 * frames.texi (Frames): Mention multiple tty frames.
4107 (Frame Parameters, Parameter Access): Mention frame-local variable
4108 bindings.
4109
15688fce
GM
41102008-09-20 Glenn Morris <rgm@gnu.org>
4111
4112 * display.texi (Defining Faces): Recommend against face variables.
4113
35539065
JB
41142008-09-16 Juanma Barranquero <lekktu@gmail.com>
4115
4116 * display.texi (Echo Area Customization): Fix typo.
4117
6a57054b
JB
41182008-09-09 Juanma Barranquero <lekktu@gmail.com>
4119
4120 * loading.texi (Where Defined): Add `defface' item.
4121
d632fb82
MR
41222008-09-06 Martin Rudalics <rudalics@gmx.at>
4123
4124 * loading.texi (Where Defined): Fix description of symbol-file.
4125
905a9adb
JR
41262008-08-26 Jason Rumney <jasonr@gnu.org>
4127
4128 * display.texi (TIFF Images): New section describing :index property.
4129
852e91b7
CY
41302008-08-23 Chong Yidong <cyd@stupidchicken.com>
4131
4132 * display.texi (Temporary Displays): Remove unnecessary comment
4133 about usage of temp-buffer-show-hook.
4134
6be001ee
CY
41352008-08-05 Chong Yidong <cyd@stupidchicken.com>
4136
4137 * symbols.texi (Other Plists): Fix incorrect example.
4138 Suggested by Florian Beck.
4139
58e3d8e8
JB
41402008-07-31 Juanma Barranquero <lekktu@gmail.com>
4141
4142 * os.texi: Fix previous change.
4143
7c2fb837
DN
41442008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4145
4146 * os.texi:
4147 * intro.texi:
4148 * files.texi: Remove VMS support.
4149
9e2a2647
DN
41502008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4151
4152 * os.texi:
4153 * frames.texi:
4154 * display.texi: Remove mentions of Mac Carbon.
4155
c4f4682b
MB
41562008-07-01 Miles Bader <miles@gnu.org>
4157
4158 * text.texi (Special Properties):
4159 * display.texi (Truncation): Add wrap-prefix and line-prefix.
4160
3696411e
JB
41612008-06-28 Johan Bockgård <bojohan@gnu.org>
4162
4163 * display.texi (Other Image Types): Fix copy/paste error; say
4164 "PBM", not "XBM".
4165
f2a77c3a
DN
41662008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
4167
4168 * os.texi: Remove references to obsolete systems.
4169
6d52677d
EZ
41702008-06-20 Eli Zaretskii <eliz@gnu.org>
4171
4172 * makefile.w32-in (distclean): Remove makefile.
4173
1a87da4c
GM
41742008-06-17 Glenn Morris <rgm@gnu.org>
4175
4176 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
4177 (elisp, dist): Remove rules and variables that are obsolete now
4178 the lisp manual is no longer distributed separately.
4179
fdda1c5d
GM
41802008-06-16 Glenn Morris <rgm@gnu.org>
4181
646692e9
GM
4182 * configure, configure.in, mkinstalldirs: Remove unused files.
4183
4184 * book-spine.texinfo: Set version to 23.0.60.
fdda1c5d 4185 * vol1.texi (EMACSVER):
6a57054b 4186 * vol2.texi (EMACSVER): Set to 23.0.60.
fdda1c5d
GM
4187
4188 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
4189 as per maintain.info.
4190
611bee81
GM
41912008-06-15 Glenn Morris <rgm@gnu.org>
4192
a7bed3a0
GM
4193 * makefile.w32-in (manual): Use "23" rather than "21".
4194
4195 * Makefile.in (emacsver): New, set by configure.
4196 (manual): Use emacsver.
4197
d794edf2
GM
4198 * intro.texi: Report bugs using M-x report-emacs-bug.
4199
611bee81
GM
4200 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
4201
c73e02fa
GM
42022008-06-13 Daniel Engeler <engeler@gmail.com>
4203
4204 * elisp.texi, internals.texi, processes.texi: Add documentation
4205 about serial port access.
4206
e40a85cd
MB
42072008-06-05 Miles Bader <miles@gnu.org>
4208
4209 * display.texi (Displaying Faces): Update to reflect function
4210 renamings in face-remap.el.
4211
7b753744
JB
42122008-06-05 Juanma Barranquero <lekktu@gmail.com>
4213
4214 * display.texi (Fontsets): Fix typos.
4215
9d3d42fb
MB
42162008-06-03 Miles Bader <miles@gnu.org>
4217
7b753744
JB
4218 * display.texi (Displaying Faces): Add add-relative-face-remapping,
4219 remove-relative-face-remapping, set-base-face-remapping,
4220 and set-default-base-face-remapping.
9d3d42fb 4221
f2cec7a9
MB
42222008-06-01 Miles Bader <miles@gnu.org>
4223
4224 * display.texi (Displaying Faces): Add face-remapping-alist.
4225
8f39c96d
SM
42262008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4227
4228 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
4229 variable names.
4230
1ef5eecc
ER
42312008-05-03 Eric S. Raymond <esr@golux>
4232
352c8b4a 4233 * keymaps.texi: Clarify that (current-local-map) and
1ef5eecc
ER
4234 (current-global-map) return references, not copies.
4235
63b4387f
JL
42362008-05-02 Juri Linkov <juri@jurta.org>
4237
4238 * minibuf.texi (Text from Minibuffer): Document a list of
4239 default values for `read-from-minibuffer'.
4240
38a8b703
JB
42412008-04-24 Juanma Barranquero <lekktu@gmail.com>
4242
4243 * nonascii.texi (Translation of Characters): Fix previous change.
4244
7c42e639
CY
42452008-04-20 Chong Yidong <cyd@stupidchicken.com>
4246
4247 * display.texi (Overlay Properties): Clarify role of underlying
4248 textprop and overlay keymaps for display strings.
4249
4250 * keymaps.texi (Active Keymaps): Ditto.
4251
25c0d999
SM
42522008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
4253
4254 * minibuf.texi (Programmed Completion):
4255 Replace dynamic-completion-table with the new completion-table-dynamic.
4256
e3af5968
CY
42572008-04-07 Chong Yidong <cyd@stupidchicken.com>
4258
4259 * intro.texi (Some Terms): Change "fonts in this manual" index
4260 entry to "typographic conventions".
4261
6bfc8698
EZ
42622008-04-05 Eli Zaretskii <eliz@gnu.org>
4263
4264 * objects.texi (Text Props and Strings): Add indexing for read
4265 syntax of text properties.
4266
4972c361
SM
42672008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
4268
4269 * processes.texi (Decoding Output): Remove process-filter-multibyte
4270 functions.
4271
c70a68db
MR
42722008-03-15 Martin Rudalics <rudalics@gmx.at>
4273
4274 * display.texi (Finding Overlays): Say that empty overlays at
4275 the end of the buffer are reported too.
4276
1291fd36
GM
42772008-03-13 Glenn Morris <rgm@gnu.org>
4278
4279 * elisp.texi (EMACSVER): Set to 23.0.60.
4280
c6b0dfd5
CY
42812008-02-26 Chong Yidong <cyd@stupidchicken.com>
4282
38a8b703 4283 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
c6b0dfd5 4284
875fc30c
GM
42852008-02-22 Glenn Morris <rgm@gnu.org>
4286
4287 * frames.texi (Position Parameters): Clarify the description of
4288 `left' and `top', using information from "Geometry".
4289 (Geometry): Give a pointer to "Position Parameters", rather than
4290 repeating information.
4291
d8c8e45a
GM
42922008-02-11 Glenn Morris <rgm@gnu.org>
4293
4294 * objects.texi (Equality Predicates): No longer talk about "two"
4295 functions.
4296
38a8b703 42972008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
d8c8e45a
GM
4298
4299 * objects.texi (Equality Predicates): Add defun for
4300 equal-including-properties.
4301
bfffe0b1
GM
43022008-02-10 Glenn Morris <rgm@gnu.org>
4303
4304 * objects.texi (Equality Predicates):
4305 Mention equal-including-properties.
4306
431b78c9
RS
43072008-02-07 Richard Stallman <rms@gnu.org>
4308
4309 * windows.texi (Window Start): Mention the feature of moving
4310 window-start to start of line.
4311
c8763fb6 43122008-02-07 Jan Djärv <jan.h.d@swipnet.se>
eafa12e6
JD
4313
4314 * keymaps.texi (Tool Bar): Document rtl property.
4315
1a256502
TTN
43162008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
4317
4318 * display.texi (Button Types):
4319 For define-button-type, clarify type of NAME.
4320
569382c2
MR
43212008-01-19 Martin Rudalics <rudalics@gmx.at>
4322
4323 * buffers.texi (Buffer Modification): Fix typo.
4324
f3041af1
DN
43252008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
4326
4327 * os.texi (System Environment): Remove references to OSes that are
4328 not supported anymore.
4329
d35e1cd7
DN
43302008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
4331
4332 * os.texi (System Environment): Remove mention for Masscomp.
4333
23af7580
RS
43342008-01-04 Richard Stallman <rms@gnu.org>
4335
4336 * display.texi (Faces): Don't talk about internal face vector as arg
4337 to facep.
4338
4339 * customize.texi (Type Keywords): Fix previous change.
4340
4341 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
4342 * elisp.texi (Top): Fix menu for commands.texi change.
4343
ec7d5b1e
RS
43442007-12-30 Richard Stallman <rms@gnu.org>
4345
5dcb4c4e 4346 * commands.texi (Accessing Mouse): Rename from Accessing Events.
ec7d5b1e
RS
4347 (Accessing Scroll): New node broken out of Accessing Mouse.
4348
101a6cea
RS
43492007-12-28 Richard Stallman <rms@gnu.org>
4350
4351 * frames.texi (Size Parameters): Fix typo.
7f9e0c04 4352 (Basic Parameters): For `title', refer to title bar.
041817a4 4353 (Size and Position): Explain meaning of frame pixel width and height.
101a6cea 4354
72b7e664
RS
43552007-12-23 Richard Stallman <rms@gnu.org>
4356
4357 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
4358 Improve some of the commented-out keywords' text too.
4359
27a4f445
MR
43602007-12-14 Martin Rudalics <rudalics@gmx.at>
4361
e2e3f1d7
MR
4362 * nonascii.texi (Encoding and I/O): Reword to avoid saying
4363 "visit the current buffer".
4364
27a4f445
MR
4365 * os.texi (System Interface): Fix typo.
4366
a2afc99d
RS
43672007-12-04 Richard Stallman <rms@gnu.org>
4368
4369 * objects.texi (Symbol Type): Fix typo.
4370
b694135c
RS
43712007-12-03 Richard Stallman <rms@gnu.org>
4372
4373 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
4374
f99a19da
GM
43752007-12-01 Glenn Morris <rgm@gnu.org>
4376
4377 * functions.texi (Declaring Functions): Improve previous change.
4378
8f4b37d8
GM
43792007-11-30 Glenn Morris <rgm@gnu.org>
4380
4381 * functions.texi (Declaring Functions): Add optional fourth
4382 argument of declare-function, and setting third argument to `t'.
4383
61a2fe01
RS
43842007-11-29 Richard Stallman <rms@gnu.org>
4385
4386 * customize.texi (Composite Types): Document `group' type.
4387
cbfc5193
GM
43882007-11-29 Glenn Morris <rgm@gnu.org>
4389
5dcb4c4e
SM
4390 * functions.texi (Declaring Functions): Add findex.
4391 Mention `external' files.
cbfc5193 4392
8386283a
JB
43932007-11-26 Juanma Barranquero <lekktu@gmail.com>
4394
4395 * functions.texi (Declaring Functions): Fix directive.
4396
a07c9a8b
RS
43972007-11-25 Richard Stallman <rms@gnu.org>
4398
4399 * help.texi (Help Functions): Clean up last change.
4400
4401 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
4402
4403 * loading.texi (Named Features): Minor cleanup.
4404
4405 * macros.texi (Eval During Expansion): Minor cleanup.
4406
4407 * variables.texi (Variable Aliases): Minor cleanup.
4408
a0925923
RS
44092007-11-24 Richard Stallman <rms@gnu.org>
4410
4411 * functions.texi (Declaring Functions): Clarify previous change.
4412
4413 * compile.texi (Compiler Errors): Clarify previous change.
4414
20c63e44
RS
44152007-11-24 Richard Stallman <rms@gnu.org>
4416
e5e76c04 4417 * display.texi (Refresh Screen, Forcing Redisplay):
20c63e44
RS
4418 Clarify the text and move items around.
4419
5bb0cda3
GM
44202007-11-24 Glenn Morris <rgm@gnu.org>
4421
4422 * functions.texi (Declaring Functions): New section.
4423 * compile.texi (Compiler Errors): Mention declaring functions,
4424 defvar with no initvalue, and byte-compile-warnings.
4425
af13c86a
MR
44262007-11-15 Martin Rudalics <rudalics@gmx.at>
4427
4428 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
4429 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
4430
a5373305
MR
44312007-11-13 Martin Rudalics <rudalics@gmx.at>
4432
4433 * help.texi (Help Functions): Document new macro `with-help-window'.
4434
fe284805
JL
44352007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
4436
4437 * searching.texi (Replacing Match): Describe new
4438 `match-substitute-replacement'.
4439
2c3a09b1
RS
44402007-10-31 Richard Stallman <rms@gnu.org>
4441
4442 * strings.texi (Creating Strings): Null strings from concat not unique.
4443
f2b480f4
RS
44442007-10-26 Richard Stallman <rms@gnu.org>
4445
4446 * objects.texi (Equality Predicates): Null strings are uniquified.
4447
4448 * minibuf.texi: Minor clarifications in previous change.
4449
db21122c
GM
44502007-10-25 Glenn Morris <rgm@gnu.org>
4451
4452 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
4453
2328cbb3
RS
44542007-10-24 Richard Stallman <rms@gnu.org>
4455
4456 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
4457
4458 * variables.texi (Frame-Local Variables): Node deleted.
4459 (Variables): Delete Frame-Local Variables from menu.
4460 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
4461 (Default Value): Don't mention frame-local vars.
4462
4463 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
4464
4465 * loading.texi (Unloading): Document FEATURE-unload-function
4466 instead of FEATURE-unload-hook.
4467
2328cbb3
RS
4468 * frames.texi (Multiple Displays): Don't mention frame-local vars.
4469
c066bafa
JL
44702007-10-22 Juri Linkov <juri@jurta.org>
4471
4472 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
4473 (High-Level Completion): Document a list of default value strings
4474 in the DEFAULT argument, for which minibuffer functions return the
4475 first element.
4476
65ced25f
JL
44772007-10-17 Juri Linkov <juri@jurta.org>
4478
4479 * text.texi (Filling): Update arguments of fill-paragraph.
4480 fill-paragraph operates on the active region in Transient Mark mode.
4481 Remove fill-paragraph-or-region.
4482
ee46ec8e
KB
44832007-10-13 Karl Berry <karl@gnu.org>
4484
4485 * elisp.texi (@dircategory): Move to after @copying,
4486 since we want @copying as close as possible to the beginning of
4487 the output.
4488
61bbdbc6
RS
44892007-10-12 Richard Stallman <rms@gnu.org>
4490
4491 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
4492
4493 * commands.texi (Distinguish Interactive): New node,
4494 broken out from Interactive Call and rewritten.
4495 (Command Loop): Put Distinguish Interactive in menu.
4496
af23e1e8
RS
44972007-10-09 Richard Stallman <rms@gnu.org>
4498
4499 * text.texi (Examining Properties): Mention overlay priority.
4500
4501 * display.texi (Display Margins): Correct the description
4502 of margin display specifications.
4503 (Replacing Specs): New subnode broken out of Display Property.
4504
e1965a69
JL
45052007-10-06 Juri Linkov <juri@jurta.org>
4506
4507 * text.texi (Filling): Document fill-paragraph-or-region.
4508
4638454b
JB
45092007-10-05 Juanma Barranquero <lekktu@gmail.com>
4510
4511 * display.texi (Auto Faces): Fix typo.
4512
7ed54cc5
RS
45132007-10-02 Richard Stallman <rms@gnu.org>
4514
4515 * display.texi (Display Property): Explain some display specs
4516 don't let you move point in.
4517
5dcb4c4e
SM
4518 * frames.texi (Cursor Parameters):
4519 Describe cursor-in-non-selected-windows here. Explain more values.
7ed54cc5
RS
4520
4521 * windows.texi (Basic Windows): Don't describe
4522 cursor-in-non-selected-windows here.
4523
305a7ef2
EZ
45242007-10-01 Eli Zaretskii <eliz@gnu.org>
4525
4526 * processes.texi (Misc Network): Note that these functions are
4527 supported only on some systems.
4528
f7a7f4eb
RS
45292007-10-01 Richard Stallman <rms@gnu.org>
4530
4531 * display.texi (Overlay Properties): Explain nil as priority.
4532 Explain that conflicts are unpredictable if not resolved by
4533 priorities.
4534
780d7bb9
RS
45352007-09-23 Richard Stallman <rms@gnu.org>
4536
4537 * macros.texi (Backquote): Minor clarification.
4538
14b4fdfb
RS
45392007-09-19 Richard Stallman <rms@gnu.org>
4540
4541 * display.texi (Display Property): Explain multiple display specs.
9600ac7c
RS
4542 Clarify when they work in parallel and when one overrides.
4543 Fix error in example.
14b4fdfb 4544
b8d4c8d0
GM
45452007-09-06 Glenn Morris <rgm@gnu.org>
4546
b3e755a9 4547 Move from lispref/ to doc/lispref/. Change all setfilename
b8d4c8d0
GM
4548 commands to use ../../info.
4549 * Makefile.in (infodir): Go up one more level.
4638454b 4550 (usermanualdir): Change from ../man to ../emacs.
b8d4c8d0
GM
4551 (miscmanualdir): New.
4552 (dist): Use new variable miscmanualdir.
4553 * makefile.w32-in (infodir, texinputdir): Go up one more level.
4554 (usermanualdir): Change from ../man to ../emacs.
4555
1bb1f7d3
MR
45562007-08-30 Martin Rudalics <rudalics@gmx.at>
4557
4558 * commands.texi (Command Loop Info): Advise against changing
4559 most variables described here. Explain new variable
4560 last-repeatable-command.
4561
b8d4c8d0
GM
45622007-08-29 Glenn Morris <rgm@gnu.org>
4563
4564 * elisp.texi (EMACSVER): Increase to 23.0.50.
4565
45662007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
4567
4568 * frames.texi (Basic Parameters): Add display-environment-variable
4569 and term-environment-variable.
4570
45712007-08-28 Juri Linkov <juri@jurta.org>
4572
4573 * display.texi (Image Formats, Other Image Types): Add SVG.
4574
45752007-08-28 Juri Linkov <juri@jurta.org>
4576
4577 * display.texi (Images): Move formats-related text to new node
4578 "Image Formats".
4579 (Image Formats): New node.
4580
619fb9ee
RS
45812007-08-27 Richard Stallman <rms@gnu.org>
4582
4583 * windows.texi (Window Configurations): Clarify what
4584 a window configuration saves.
4585
b8d4c8d0
GM
45862007-08-25 Richard Stallman <rms@gnu.org>
4587
4588 * display.texi (Images): Delete redundant @findex.
4589
39f9da30
GM
45902007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
4591
4592 * text.texi (Change Hooks): (after|before)-change-functions are no
4593 longer bound to nil while running; rather inhibit-modification-hooks
4594 is t.
4595
b8d4c8d0
GM
45962007-08-16 Richard Stallman <rms@gnu.org>
4597
5dcb4c4e
SM
4598 * processes.texi (Asynchronous Processes):
4599 Clarify doc of start-file-process.
b8d4c8d0
GM
4600
46012007-08-08 Martin Rudalics <rudalics@gmx.at>
4602
4603 * modes.texi (Example Major Modes): Fix typo.
4604
46052007-08-08 Glenn Morris <rgm@gnu.org>
4606
4607 * intro.texi (nil and t): Do not use `iff' in documentation.
4608
4609 * tips.texi (Documentation Tips): Recommend against `iff'.
4610
46112007-08-07 Chong Yidong <cyd@stupidchicken.com>
4612
4613 * display.texi (Image Cache): Document image-refresh.
4614
46152007-08-06 Martin Rudalics <rudalics@gmx.at>
4616
4617 * windows.texi (Size of Window): Document window-full-width-p.
4618
46192007-07-25 Glenn Morris <rgm@gnu.org>
4620
4621 * gpl.texi (GPL): Replace license with GPLv3.
4622
4623 * Relicense all FSF files to GPLv3 or later.
4624
46252007-07-24 Michael Albinus <michael.albinus@gmx.de>
4626
4638454b
JB
4627 * processes.texi (Synchronous Processes):
4628 Add `process-file-shell-command'.
b8d4c8d0
GM
4629 (Asynchronous Processes): Mention restricted use of
4630 `process-filter' and `process-sentinel' in
4631 `start-file-process'. Add `start-file-process-shell-command'.
4632
46332007-07-17 Michael Albinus <michael.albinus@gmx.de>
4634
4635 * files.texi (Magic File Names): Introduce optional parameter
4636 IDENTIFICATION for `file-remote-p'.
4637
46382007-07-16 Richard Stallman <rms@gnu.org>
4639
4640 * display.texi (Defining Faces): Fix previous change.
4641
46422007-07-14 Richard Stallman <rms@gnu.org>
4643
4644 * control.texi (Handling Errors): Document `debug' in handler list.
4645
46462007-07-10 Richard Stallman <rms@gnu.org>
4647
4648 * display.texi (Defining Faces): Explain C-M-x feature for defface.
4649
46502007-07-09 Richard Stallman <rms@gnu.org>
4651
4652 * files.texi (Magic File Names): Rewrite previous change.
4653
46542007-07-08 Michael Albinus <michael.albinus@gmx.de>
4655
4656 * files.texi (Magic File Names): Introduce optional parameter
4657 CONNECTED for `file-remote-p'.
4658
46592007-07-07 Michael Albinus <michael.albinus@gmx.de>
4660
4661 * processes.texi (Asynchronous Processes):
4662 * files.texi (Magic File Names): Add `start-file-process'.
4663
46642007-06-27 Richard Stallman <rms@gnu.org>
4665
5dcb4c4e
SM
4666 * files.texi (Format Conversion Piecemeal):
4667 Clarify `after-insert-file-functions' calling convention.
b8d4c8d0
GM
4668
46692007-06-27 Michael Albinus <michael.albinus@gmx.de>
4670
4638454b
JB
4671 * files.texi (Magic File Names): Remove `dired-call-process'.
4672 Add `process-file'.
b8d4c8d0
GM
4673
46742007-06-27 Kenichi Handa <handa@m17n.org>
4675
4676 * text.texi (Special Properties): Fix description about
4638454b 4677 `composition' property.
b8d4c8d0
GM
4678
46792007-06-26 Kenichi Handa <handa@m17n.org>
4680
4681 * nonascii.texi (Default Coding Systems): Document about the
4682 return value `undecided'.
4683
46842007-06-25 David Kastrup <dak@gnu.org>
4685
4686 * keymaps.texi (Active Keymaps): Document new POSITION argument of
4687 `current-active-maps'.
4688
46892007-06-24 Karl Berry <karl@gnu.org>
4690
4638454b 4691 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
b8d4c8d0
GM
4692
46932007-06-15 Juanma Barranquero <lekktu@gmail.com>
4694
4695 * display.texi (Overlay Arrow): Doc fix.
4696
46972007-06-14 Karl Berry <karl@tug.org>
4698
4699 * anti.texi (Antinews): Typo.
4700
47012007-06-14 Chong Yidong <cyd@stupidchicken.com>
4702
4703 * display.texi (Image Cache): Document image-refresh.
4704
47052007-06-12 Karl Berry <karl@gnu.org>
4706
4707 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
4708 * two-volume.make: New file.
4709 * .cvsignore: Ignore two-volume files.
4710
47112007-06-12 Tom Tromey <tromey@redhat.com>
4712
4713 * os.texi (Init File): Document user-emacs-directory.
4714
47152007-06-03 Nick Roberts <nickrob@snap.net.nz>
4716
4717 * commands.texi (Click Events): Describe width and height when
4718 object is nil.
4719
47202007-05-30 Nick Roberts <nickrob@snap.net.nz>
4721
5dcb4c4e
SM
4722 * commands.texi (Click Events): Layout more logically.
4723 Describe width and height.
b8d4c8d0
GM
4724 (Drag Events, Motion Events): Update to new format for position.
4725
47262007-06-02 Richard Stallman <rms@gnu.org>
4727
4728 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
4729
47302007-06-02 Chong Yidong <cyd@stupidchicken.com>
4731
4732 * Version 22.1 released.
4733
47342007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
4735
4736 * text.texi (Special Properties): Correct meaning of fontified face.
4737
47382007-05-30 Richard Stallman <rms@gnu.org>
4739
4740 * text.texi (Special Properties): Add link to Adjusting Point.
4741
47422007-05-12 Richard Stallman <rms@gnu.org>
4743
4744 * text.texi (Margins): indent-to-left-margin is not the default.
4745 (Mode-Specific Indent): For indent-line-function, the default
4746 is indent-relative.
4747
4748 * modes.texi (Example Major Modes): Explain last line of text-mode
4749 is redundant.
4750
47512007-05-10 Richard Stallman <rms@gnu.org>
4752
4753 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
4754
4755 * help.texi (Keys in Documentation): Add reference to
4756 Documentation Tips.
4757
4758 * files.texi (Format Conversion): TO-FN gets three arguments.
4759
4760 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
4761
47622007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
4763
4764 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
4765 * files.texi (Format Conversion): Expand intro; add menu.
4766 (Format Conversion Overview, Format Conversion Round-Trip)
4767 (Format Conversion Piecemeal): New nodes/subsections.
4768 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
4769 * text.texi (Text Properties): Remove "Saving Properties" from menu.
4770 (Saving Properties): Delete node/subsection.
4771
47722007-05-07 Karl Berry <karl@gnu.org>
4773
4774 * elisp.texi (EMACSVER): Back to 22.
4775
47762007-05-06 Richard Stallman <rms@gnu.org>
4777
4778 * processes.texi (Accepting Output): Revert most of previous change.
4779
47802007-05-05 Richard Stallman <rms@gnu.org>
4781
4782 * processes.texi (Accepting Output): accept-process-output
4783 uses microseconds, not milliseconds. But that arg is obsolete.
4784
47852007-05-04 Karl Berry <karl@tug.org>
4786
4787 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
4788
47892007-05-04 Eli Zaretskii <eliz@gnu.org>
4790
4791 * tips.texi (Documentation Tips): Rearrange items to place the
4792 more important ones first. Add an index entry for hyperlinks.
4793
47942007-05-03 Karl Berry <karl@gnu.org>
4795
4796 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
4797 (EMACSVER) [smallbook]: 22 for printed version.
4798
4799 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
4800 so restore anchor to normal position after defun. Found by Kevin Ryde.
4801
48022007-04-26 Glenn Morris <rgm@gnu.org>
4803
4804 * elisp.texi (EMACSVER): Increase to 22.1.50.
4805
48062007-04-28 Karl Berry <karl@gnu.org>
4807
4808 * elisp.texi: Improve line breaks on copyright page,
4809 similar layout to emacs manual, 8.5x11 by default.
4810
48112007-04-24 Richard Stallman <rms@gnu.org>
4812
4813 * text.texi (Special Properties): Add xref to Overlay Properties.
4814
4815 * display.texi (Overlay Properties): Add xref to Special Properties.
4816
48172007-04-22 Richard Stallman <rms@gnu.org>
4818
4819 * keymaps.texi (Extended Menu Items): Move the info about
4820 format with cached keyboard binding.
4821
48222007-04-21 Richard Stallman <rms@gnu.org>
4823
4824 * text.texi (Special Properties): Clarify previous change.
4825
4826 * files.texi (File Name Expansion): Clarify previous change.
4827
4828 * display.texi (Attribute Functions): Fix example for
4829 face-attribute-relative-p.
4830
48312007-04-19 Kenichi Handa <handa@m17n.org>
4832
4833 * text.texi (Special Properties): Document composition property.
4834
48352007-04-19 Glenn Morris <rgm@gnu.org>
4836
4837 * files.texi (File Name Expansion): Mention "superroot".
4838
48392007-04-15 Chong Yidong <cyd@stupidchicken.com>
4840
4841 * frames.texi (Multiple Displays): Add note about "multi-monitor"
4842 setups.
4843 (Display Feature Testing): Note that display refers to all
4844 physical monitors for multi-monitor setups.
4845
48462007-04-14 Richard Stallman <rms@gnu.org>
4847
4848 * lists.texi (Sets And Lists): Clarify `delete' examples.
4849 Remove spurious xref to same node.
4850 Clarify xref for add-to-list.
4851
48522007-04-12 Nick Roberts <nickrob@snap.net.nz>
4853
4854 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
4855 value of lisp-mode-map.
4856
48572007-04-11 Karl Berry <karl@gnu.org>
4858
4859 * anti.texi (Antinews):
4860 * display.texi (Overlay Properties, Defining Images):
4861 * processes.texi (Synchronous Processes, Sentinels):
4862 * syntax.texi (Syntax Table Internals):
4863 * searching.texi (Regexp Special):
4864 * nonascii.texi (Default Coding Systems):
4865 * text.texi (Special Properties):
4866 * minibuf.texi (Basic Completion): Wording to improve breaks in
4867 8.5x11 format.
4868 * elisp.texi (smallbook): New @set to more easily switch between
4869 smallbook and 8.5x11.
4870
48712007-04-11 Richard Stallman <rms@gnu.org>
4872
4873 * text.texi (Lazy Properties): Minor fix.
4874
48752007-04-08 Karl Berry <karl@gnu.org>
4876
4877 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
4878 * macros.texi (Backquote): Downcase Backquote in index entries for
4879 consistency.
4880
48812007-04-08 Richard Stallman <rms@gnu.org>
4882
4883 * text.texi (Adaptive Fill): Just describe default,
4884 don't show it (since it contains non-ASCII chars).
4885
48862007-04-07 Karl Berry <karl@gnu.org>
4887
4888 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
4889 adaptive-fill-regexp's value, since they are not in the standard
4890 TeX fonts.
4891
48922007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
4893
4894 * display.texi (Defining Faces): Fix example.
4895
48962007-04-07 Karl Berry <karl@gnu.org>
4897
4898 * display.texi (Button Buffer Commands): Improve page break.
4899
49002007-04-07 Richard Stallman <rms@gnu.org>
4901
4902 * advice.texi (Activation of Advice): Remove redundant index entry.
4903
4904 * backups.texi: Improve index entries. Remove redundant ones.
4905
4906 * compile.texi (Byte Compilation): Improve index entry.
4907
4908 * hash.texi (Creating Hash): Improve index entry.
4909
4910 * symbols.texi (Definitions): Improve index entry.
4911
4912 * edebug.texi: Improve index entries. Remove redundant/useless ones.
4913
4914 * maps.texi (Standard Keymaps): Remove useless index entry.
4915
4916 * help.texi (Documentation Basics): Remove redundant index entries.
4917
4918 * customize.texi: Improve index entries.
4919 Remove redundant/useless ones.
4920
4921 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
4922
4923 * streams.texi (Output Variables): Improve index entry.
4924
4925 * abbrevs.texi (Abbrevs): Remove useless index entry.
4926
4927 * macros.texi (Expansion): Remove useless index entry.
4928
4929 * text.texi: Improve index entries. Remove redundant/useless ones.
4930 (Text Properties, Examining Properties)
4931 (Special Properties): Use "property category" instead of "category"
4932 to refer to the `category' property.
4933
4934 * positions.texi: Improve index entries. Remove useless one.
4935
4936 * lists.texi: Improve index entries. Remove redundant/useless ones.
4937
4938 * os.texi: Improve index entries.
4939 (Timers): Fix previous change.
4940
4941 * buffers.texi: Improve index entries.
4942 (Modification Time): Get rid of term "obsolete buffer".
4943
4944 * debugging.texi: Improve index entries.
4945 (Test Coverage): Add xref to other test coverage ftr.
4946
4947 * eval.texi: Improve index entry. Remove redundant ones.
4948
4949 * numbers.texi: Improve index entries. Remove redundant/useless ones.
4950
4951 * files.texi: Improve index entries. Remove redundant/useless ones.
4952
4953 * objects.texi: Improve index entries.
4954
4955 * processes.texi: Improve index entries.
4956
4957 * modes.texi: Improve index entry. Remove redundant one.
4958
4959 * nonascii.texi: Improve index entries.
4960
4961 * internals.texi: Improve index entries.
4962
4963 * syntax.texi: Improve index entries.
4964
4965 * keymaps.texi (Active Keymaps): Improve index entries.
4966
4967 * commands.texi: Improve index entries. Remove redundant/useless ones.
4968
4969 * frames.texi: Improve index entries. Remove redundant/useless ones.
4970
4971 * markers.texi: Improve index entries. Remove redundant ones.
4972
4973 * tips.texi: Improve index entries.
4974
4975 * loading.texi (Unloading): Improve index entry.
4976
4977 * variables.texi: Improve index entries. Remove redundant one.
4978
4979 * sequences.texi: Improve index entry.
4980
4981 * display.texi: Improve index entries. Remove redundant ones.
4982
4983 * windows.texi: Improve index entries.
4984
4985 * searching.texi: Improve index entries. Remove redundant one.
4986
4987 * strings.texi (Case Tables): Improve last change.
4988
49892007-04-04 Chong Yidong <cyd@stupidchicken.com>
4990
4991 * strings.texi (Case Tables): Document with-case-table and
4992 ascii-case-table.
4993
49942007-04-03 Karl Berry <karl@gnu.org>
4995
4996 * processes.texi (Network): Reword to improve page break.
4997
49982007-04-03 Eli Zaretskii <eliz@gnu.org>
4999
5000 * functions.texi (Inline Functions): Describe more disadvantages
5001 of defsubst, and make advice against it stronger.
5002
50032007-04-02 Karl Berry <karl@gnu.org>
5004
5005 * backups.texi (Backup Names): Avoid widow words.
5006 * modes.texi (Example Major Modes): Align last comment.
5007
50082007-04-01 Chong Yidong <cyd@stupidchicken.com>
5009
5010 * keymaps.texi (Remapping Commands): Document new arg to
5011 command-remapping.
5012
50132007-04-01 Karl Berry <karl@gnu.org>
5014
5015 * processes.texi (Low-Level Network): Typo.
5016 * loading.texi (Hooks for Loading): Avoid double "the".
5017 * keymaps.texi (Key Sequences): No double "and".
5018 (Changing Key Bindings): Shorten to improve line break.
5019
50202007-03-31 Glenn Morris <rgm@gnu.org>
5021
5022 * os.texi (Timers): Fix description of run-at-time TIME formats.
5023
50242007-03-31 Richard Stallman <rms@gnu.org>
5025
5026 * display.texi (Invisible Text): Correct buffer-invisibility-spec
5027 regarding ellipsis.
5028
50292007-03-31 Eli Zaretskii <eliz@gnu.org>
5030
5031 * intro.texi (nil and t):
5032 * symbols.texi (Plists and Alists):
5033 * variables.texi (Variable Aliases, Constant Variables):
5034 * functions.texi (Defining Functions):
5035 * advice.texi (Advising Primitives):
5036 * debugging.texi (Syntax Errors, Compilation Errors):
5037 * minibuf.texi (Minibuffer Windows):
5038 * commands.texi (Adjusting Point):
5039 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
5040 (Auto Major Mode, Major Mode Conventions):
5041 * help.texi (Describing Characters):
5042 * files.texi (Create/Delete Dirs, Information about Files)
5043 (File Locks, Writing to Files, Reading from Files)
5044 (Saving Buffers):
5045 * windows.texi (Resizing Windows, Cyclic Window Ordering):
5046 * frames.texi (Finding All Frames):
5047 * positions.texi (Buffer End, Motion):
5048 * markers.texi (The Region):
5049 * text.texi (Deletion, Near Point):
5050 * display.texi (Displaying Messages, Truncation):
5051 * os.texi (Processor Run Time):
5052 * tips.texi (Key Binding Conventions, Programming Tips)
5053 (Warning Tips, Documentation Tips, Comment Tips):
5054 * internals.texi (Memory Usage): Improve indexing.
5055
5056 * variables.texi (Frame-Local Variables):
5057 * functions.texi (Argument List):
5058 * loading.texi (Library Search):
5059 * streams.texi (Output Variables):
5060 * keymaps.texi (Translation Keymaps, Searching Keymaps):
5061 * searching.texi (Replacing Match, Search and Replace):
5062 * processes.texi (Byte Packing, Decoding Output)
5063 (Accepting Output, Network Servers, Shell Arguments):
5064 * display.texi (Abstract Display, Image Cache, Scroll Bars):
5065 * windows.texi (Window Point, Window Start):
5066 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
5067 * commands.texi (Reading Input, Keyboard Events):
5068 * minibuf.texi (Reading File Names, Minibuffer Completion)
5069 (Recursive Mini):
5070 * positions.texi (List Motion):
5071 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
5072 * numbers.texi (Arithmetic Operations, Math Functions)
5073 (Predicates on Numbers, Comparison of Numbers):
5074 (Numeric Conversions):
5075 * locals.texi (Standard Buffer-Local Variables):
5076 * maps.texi (Standard Keymaps):
5077 * os.texi (User Identification, System Environment, Recording Input)
5078 (X11 Keysyms):
5079 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
5080 * backups.texi (Backups and Auto-Saving):
5081 * customize.texi (Customization, Group Definitions)
5082 (Variable Definitions):
5083 * compile.texi (Byte Compilation): Improve index entries.
5084
50852007-03-31 Karl Berry <karl@gnu.org>
5086
5087 * macros.texi (Defining Macros): Avoid widow syllable.
5088
50892007-03-31 Eli Zaretskii <eliz@gnu.org>
5090
5091 * elisp.texi (Top): Postscript -> PostScript.
5092
5093 * display.texi (Images, Postscript Images): Postscript -> PostScript.
5094
50952007-03-31 Markus Triska <markus.triska@gmx.at>
5096
5097 * internals.texi (Writing Emacs Primitives): Untabify `For'.
5098
50992007-03-30 Karl Berry <karl@gnu.org>
5100
5101 * lists.texi (List-related Predicates): Remove spurious @need.
5102 (Setcdr): Use @smallexample to improve page break.
5103 (Association Lists) <assoc>: Reword to improve page break.
5104
5105 * strings.texi (String Conversion): Insert blank line to improve
5106 page break.
5107
5108 * numbers.texi (Random Numbers): Use @minus{}.
5109 (Math Functions): Use @minus{}.
5110
5111 * intro.texi (Acknowledgements): Avoid line breaks before middle
5112 initials.
5113
51142007-03-24 Eli Zaretskii <eliz@gnu.org>
5115
5116 * errors.texi (Standard Errors): Add an index entry.
5117
51182007-03-19 Richard Stallman <rms@gnu.org>
5119
5120 * os.texi (Recording Input): recent-keys now gives 300 keys.
5121
51222007-03-12 Glenn Morris <rgm@gnu.org>
5123
5124 * os.texi: Replace "daylight savings" with "daylight saving"
5125 throughout.
5126
51272007-03-05 Richard Stallman <rms@gnu.org>
5128
5dcb4c4e
SM
5129 * variables.texi (File Local Variables):
5130 Update enable-local-variables values.
b8d4c8d0
GM
5131
51322007-03-04 Richard Stallman <rms@gnu.org>
5133
5134 * syntax.texi (Control Parsing): Minor clarification.
5135
5136 * strings.texi (Formatting Strings): Clarify width, precision, flags.
5137
5138 * sequences.texi (Sequence Functions): Move string-bytes away,
5139 add xref.
5140
5141 * nonascii.texi (Text Representations): Move string-bytes here.
5142
5143 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
5144
5145 * minibuf.texi (Basic Completion): Minor clarification.
5146
5147 * markers.texi (The Mark): Clarify existence vs activation of mark.
5148 Other cleanup.
5149
5150 * display.texi (Finding Overlays): Write better example.
5151
5152 * compile.texi (Eval During Compile): Clarify putting macros
5153 in eval-when-compile.
5154
c5602427 51552007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
b8d4c8d0
GM
5156
5157 * loading.texi (How Programs Do Loading): Fix anchor position at
c5602427 5158 load-read-function definition doc.
b8d4c8d0
GM
5159
51602007-02-21 Kim F. Storm <storm@cua.dk>
5161
5162 * strings.texi (Text Comparison): Mention that assoc-string
5163 converts symbols to strings before testing.
5164
51652007-02-17 Kim F. Storm <storm@cua.dk>
5166
5167 * processes.texi (Bindat Spec): Vector types can have optional
5168 element type.
5169 (Bindat Examples): Fix example. Add vector with element type.
5170
51712007-02-16 Andreas Schwab <schwab@suse.de>
5172
5173 * strings.texi (Formatting Strings): Document '+' flag.
5174
51752007-02-15 Juanma Barranquero <lekktu@gmail.com>
5176
5177 * strings.texi (Modifying Strings): Clarify that `clear-string'
5178 always converts the string to unibyte.
5179
51802007-02-14 Kim F. Storm <storm@cua.dk>
5181
5182 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
5183 Rewrite glyph code description to refer to these functions.
5184 Remove details of encoding face number and char into integer code.
5185
51862007-02-03 Alan Mackenzie <acm@muc.de>
5187
5188 * loading.texi (Hooks for Loading): Make the description of
5189 `eval-after-load' more detailed, and amend the description of
5190 after-load-alist, in accordance with changes from 2006-05.
5191
51922007-02-03 Chong Yidong <cyd@stupidchicken.com>
5193
5194 * modes.texi (Defining Minor Modes): Document that a :require
5195 keyword or similar may be required to make saved customization
5196 variables work.
5197
51982007-02-03 Eli Zaretskii <eliz@gnu.org>
5199
5200 * elisp.texi (Top): Make the detailed menu headers compliant with
5dcb4c4e
SM
5201 Texinfo guidelines and with what texnfo-upd.el expects.
5202 Add comments to prevent people from inadvertently modifying the key
b8d4c8d0
GM
5203 parts needed by `texinfo-multiple-files-update'.
5204
52052007-02-02 Eli Zaretskii <eliz@gnu.org>
5206
5207 * elisp.texi (Top): Update the top-level menus.
5208
5209 * syntax.texi (Categories): Add index entries.
5210
52112007-02-01 Juanma Barranquero <lekktu@gmail.com>
5212
5213 * display.texi (Attribute Functions): Fix name and description of
5214 the UNDERLINE arg of `set-face-underline-p'.
5215
52162007-01-29 Eli Zaretskii <eliz@gnu.org>
5217
5218 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
5219 Variables", and "Standard Keymaps" to the detailed menu.
5220
5221 * variables.texi (Future Local Variables): Add index entry.
5222
52232007-01-28 Richard Stallman <rms@gnu.org>
5224
5225 * tips.texi (Coding Conventions): Clarify the tip about macros
5226 that define a function or a variable.
5227
5228 * files.texi (File Attributes): UID and GID can be floats.
5229 (Magic File Names): Explain why deferring all operations to
5230 the standard handler does not work.
5231
52322007-01-23 Martin Rudalics <rudalics@gmx.at>
5233
5234 * backups.texi (Reverting): Use "buffer" instead of "file"
5235 when talking about major and minor modes.
5236
52372007-01-21 Richard Stallman <rms@gnu.org>
5238
5239 * help.texi (Documentation): Add xref to Documentation Tips.
5240
52412007-01-14 Juanma Barranquero <lekktu@gmail.com>
5242
5243 * tips.texi (Coding Conventions): Fix typos.
5244
52452007-01-05 Richard Stallman <rms@gnu.org>
5246
5247 * modes.texi (Defining Minor Modes): Fix previous change.
5248
52492007-01-03 Richard Stallman <rms@gnu.org>
5250
5251 * customize.texi (Variable Definitions, Customization Types):
5252 Don't use * in doc string for defcustom.
5253
52542007-01-02 Richard Stallman <rms@gnu.org>
5255
5256 * variables.texi (Variable Aliases): Clarify that aliases vars
5257 always have the same value.
5258
5259 * processes.texi (Bindat Spec): Fix Texinfo usage.
5260
5261 * modes.texi (Defining Minor Modes): Explain effect of command
5262 defined with define-global-minor-mode on new buffers.
5263
52642006-12-30 Kim F. Storm <storm@cua.dk>
5265
5266 * keymaps.texi (Tool Bar): Describe `grow-only' value of
5267 `auto-resize-tool-bars'.
5268
52692006-12-30 Richard Stallman <rms@gnu.org>
5270
5271 * keymaps.texi (Active Keymaps): Fix previous change.
5272
52732006-12-30 Nick Roberts <nickrob@snap.net.nz>
5274
5275 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
5276
52772006-12-30 Kim F. Storm <storm@cua.dk>
5278
5279 * processes.texi (Bindat Spec): Clarify using field names in
5280 length specifications.
5281
52822006-12-29 Kim F. Storm <storm@cua.dk>
5283
5284 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
5285 Add count and index variables for eval forms in repeat blocks.
5286
52872006-12-24 Richard Stallman <rms@gnu.org>
5288
5dcb4c4e
SM
5289 * customize.texi (Variable Definitions):
5290 Document new name custom-add-frequent-value.
b8d4c8d0
GM
5291
52922006-12-19 Kim F. Storm <storm@cua.dk>
5293
5294 * commands.texi (Misc Events): User signals now result in sigusr1
5295 and sigusr2 events which are handled through special-event-map.
5296 (Special Events): User signals and drag-n-drop are special.
5297
52982006-12-17 Richard Stallman <rms@gnu.org>
5299
5300 * loading.texi (Named Features): Explain subfeatures better.
5301
5302 * customize.texi: Use "option" only for user options.
5303 For the keyword values inside defcustom etc, say "keywords".
5304 For :options value's elements, say "elements".
5305 :group should not be omitted.
5306
5307 * syntax.texi (Parsing Expressions): Split up node.
5308 (Motion via Parsing, Position Parse, Parser State)
5309 (Low-Level Parsing, Control Parsing): New subnodes.
5310 (Parser State): Document syntax-ppss-toplevel-pos.
5311
5312 * positions.texi (List Motion): Punctuation fix.
5313
5314 * files.texi (File Name Completion): Document PREDICATE arg
5315 to file-name-completion.
5316
53172006-12-16 Eli Zaretskii <eliz@gnu.org>
5318
5319 * internals.texi (Building Emacs, Writing Emacs Primitives):
5320 Add index entries.
5321
53222006-12-11 Richard Stallman <rms@gnu.org>
5323
5324 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
5325 affects face menu. Explain how to make it non-nil without enabling
5326 any fontification.
5327
53282006-12-10 Chong Yidong <cyd@stupidchicken.com>
5329
5330 * modes.texi (Font Lock Basics): Document nil value of
5331 font-lock-defaults.
5332
53332006-12-10 Glenn Morris <rgm@gnu.org>
5334
5335 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
5336 value for system-flag argument. Abbrev tables may not be empty
5337 when major modes are loaded.
5338
53392006-12-08 Juanma Barranquero <lekktu@gmail.com>
5340
5341 * makefile.w32-in (maintainer-clean): Partially revert last
5342 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
5343 to protect elisp-covers.texi.
5344
53452006-12-07 Juanma Barranquero <lekktu@gmail.com>
5346
5347 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
5348 Don't remove elisp* info files; they are already deleted by the
5349 `clean' and `distclean' targets, and they are in the $(infodir)
5350 directory, not the current one.
5351
53522006-12-04 Kim F. Storm <storm@cua.dk>
5353
5354 * commands.texi (Misc Events): Update signal events.
5355 (Event Examples): Add signal example.
5356
53572006-11-29 Richard Stallman <rms@gnu.org>
5358
5359 * frames.texi (Visibility of Frames): Explain visible windows
5360 can be covered by others. Add xref for raise-frame.
5361
53622006-11-28 Richard Stallman <rms@gnu.org>
5363
5364 * searching.texi (Regexp Special): Update when ^ is special.
5365
53662006-11-27 Eli Zaretskii <eliz@gnu.org>
5367
5368 * customize.texi (Customization, Common Keywords)
5369 (Group Definitions, Variable Definitions, Composite Types)
5370 (Type Keywords, Customization Types): Add index entries for
5371 various customization keywords.
5372
53732006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
5374
5375 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
5376
c8763fb6 53772006-11-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
5378
5379 * frames.texi (Window System Selections): Remove clipboard from
5380 description of selection-coding-system.
5381
53822006-11-06 Richard Stallman <rms@gnu.org>
5383
5384 * lists.texi (List Variables): Document COMPARE-FN.
5385
5386 * keymaps.texi: Avoid use of "binding" to mean a relation;
5387 use it only to refer to the meaning associated with a key.
5388 (Keymaps): Change menu node description.
5389
5390 * elisp.texi (Top): Change menu node description.
5391
5392 * display.texi (Managing Overlays): Document overlay-recenter.
5393
53942006-10-29 Chong Yidong <cyd@stupidchicken.com>
5395
5396 * Makefile.in: Use relative paths to avoid advertising filesystem
5397 contents during compilation.
5398
53992006-10-23 Kim F. Storm <storm@cua.dk>
5400
5401 * commands.texi (Event Input Misc): Update unread-command-events.
5402
54032006-10-23 Nick Roberts <nickrob@snap.net.nz>
5404
5405 * lists.texi (Sets And Lists): Fix typos.
5406
54072006-10-18 Juanma Barranquero <lekktu@gmail.com>
5408
5409 * control.texi (Processing of Errors): Use @var for an argument,
5410 not @code.
5411
54122006-10-16 Richard Stallman <rms@gnu.org>
5413
5414 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
5415
5416 * keymaps.texi (Format of Keymaps): Show all the keymap element
5417 patterns that result from menu items.
5418 (Key Lookup): Minor cleanups.
5419
5420 * modes.texi (Precalculated Fontification): Don't say that
5421 not setting font-lock-defaults avoids loading font-lock.
5422
5423 * help.texi (Documentation): Move xref to Emacs Manual here.
5424 (Documentation Basics): From here.
5425 Also doc emacs-lisp-docstring-fill-column.
5426
5427 * elisp.texi: Update version and ISBN.
5428
5429 * commands.texi (Interactive Call): Clarify KEYS arg to
5430 call-interactively is a vector.
5431 (Command Loop Info): Delete anchor in this-command-keys.
5432 Add anchor in this-command-keys-vector.
5433 (Recursive Editing): Document how recursive-edit
5434 handles the current buffer.
5435
54362006-10-13 Chong Yidong <cyd@stupidchicken.com>
5437
5438 * frames.texi (Frame Titles): %c and %l are ignored in
5439 frame-title-format.
5440
54412006-10-11 Richard Stallman <rms@gnu.org>
5442
5443 * keymaps.texi (Key Sequences): Clarify use of kbd.
5444
54452006-10-10 Kim F. Storm <storm@cua.dk>
5446
5447 * lists.texi (Sets And Lists): Add memql.
5448
54492006-10-03 Richard Stallman <rms@gnu.org>
5450
5451 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
5452 Clarify :ascii: and :nonascii:.
5453
54542006-09-29 Juri Linkov <juri@jurta.org>
5455
5456 * modes.texi (%-Constructs): Reorder coding systems in the
5457 documentation of %z to the real order displayed in the modeline.
5458
54592006-09-25 Richard Stallman <rms@gnu.org>
5460
5461 * os.texi (Timers): Describe timer-max-repeats.
5462
54632006-09-25 Chong Yidong <cyd@stupidchicken.com>
5464
5465 * os.texi (Timers): Mention with-local-quit.
5466
54672006-09-24 Richard Stallman <rms@gnu.org>
5468
5469 * searching.texi (Searching and Matching): Mention property search.
5470
5471 * commands.texi (Command Loop Info): Explain how read-event affects
5472 this-command-keys.
5473
54742006-09-20 Richard Stallman <rms@gnu.org>
5475
5476 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
5477
5478 * windows.texi (Window Start): Minor cleanups.
5479
54802006-09-20 Kim F. Storm <storm@cua.dk>
5481
5482 * windows.texi (Window Start): pos-visible-in-window-p allows
5483 specifying t for position to mean "end of window".
5484 Add window-line-height.
5485
5486 * anti.texi (Antinews): Mention window-line-height.
5487
54882006-09-19 David Kastrup <dak@gnu.org>
5489
5490 * keymaps.texi (Searching Keymaps): Small clarification.
5491
54922006-09-18 Richard Stallman <rms@gnu.org>
5493
5494 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
5495 cause keyboard menus.
5496 (Menu Keymaps): Likewise.
5497 (Defining Menus, Keyboard Menus): Clarify.
5498
5499 * text.texi (Fields): Clarify explanation of constrain-to-field.
5500
55012006-09-16 Eli Zaretskii <eliz@gnu.org>
5502
5503 * variables.texi (Tips for Defining): Fix a typo.
5504
55052006-09-15 Richard Stallman <rms@gnu.org>
5506
5507 * keymaps.texi (Remapping Commands, Searching Keymaps)
5508 (Active Keymaps): Clean up previous change.
5509
55102006-09-15 Jay Belanger <belanger@truman.edu>
5511
5512 * gpl.texi: Replace "Library Public License" by "Lesser Public
5513 License" throughout.
5514
55152006-09-15 David Kastrup <dak@gnu.org>
5516
5517 * keymaps.texi (Active Keymaps): Adapt description to use
5518 `get-char-property' instead `get-text-property'. Explain how
5519 mouse events change this. Explain the new optional argument of
5520 `key-binding' and its mouse-dependent lookup.
5521 (Searching Keymaps): Adapt description similarly.
5522 (Remapping Commands): Explain the new optional argument of
5523 `command-remapping'.
5524
55252006-09-14 Richard Stallman <rms@gnu.org>
5526
5527 * keymaps.texi (Searching Keymaps): Clarification.
5528 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
5529
55302006-09-13 Richard Stallman <rms@gnu.org>
5531
5532 * objects.texi (Character Type): Node split.
5533 Add xref to Describing Characters.
5534 (Basic Char Syntax, General Escape Syntax)
5535 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
5536
55372006-09-11 Richard Stallman <rms@gnu.org>
5538
5539 * display.texi (Display Table Format): Wording clarification.
5540 (Glyphs): Clarifications.
5541
55422006-09-10 Chong Yidong <cyd@stupidchicken.com>
5543
5544 * keymaps.texi (Active Keymaps): Mention that key-binding checks
5545 local maps.
5546
55472006-09-10 Kim F. Storm <storm@cua.dk>
5548
5549 * display.texi (Forcing Redisplay): Document return value of
5550 function redisplay.
5551
55522006-09-09 Richard Stallman <rms@gnu.org>
5553
5554 * windows.texi (Window Hooks): Explain limits of
5555 window-scroll-functions.
5556
5557 * display.texi (Fringe Indicators): Update for last change in
5558 indicate-buffer-boundaries.
5559
55602006-09-08 Richard Stallman <rms@gnu.org>
5561
5562 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
5563
55642006-09-06 Kim F. Storm <storm@cua.dk>
5565
5566 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
5567
5568 * windows.texi (Window Start): Update pos-visible-in-window-p.
5569
55702006-09-04 Richard Stallman <rms@gnu.org>
5571
5572 * processes.texi (Accepting Output): Explain SECONDS=0 for
5573 accept-process-output.
5574
5575 * os.texi (Idle Timers): Explain why timer functions should not
5576 loop until (input-pending-p).
5577
55782006-09-02 Eli Zaretskii <eliz@gnu.org>
5579
5580 * makefile.w32-in (usermanualdir): New variable.
5581 (elisp.dvi): Use it.
5582
55832006-09-01 Eli Zaretskii <eliz@gnu.org>
5584
5585 * buffers.texi (Buffer Modification): Fix last change.
5586
55872006-09-01 Chong Yidong <cyd@stupidchicken.com>
5588
5dcb4c4e
SM
5589 * buffers.texi (Buffer Modification):
5590 Document buffer-chars-modified-tick.
b8d4c8d0
GM
5591
55922006-08-31 Richard Stallman <rms@gnu.org>
5593
5594 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
5595
55962006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
5597
5598 * modes.texi (Syntactic Font Lock):
5599 Mention font-lock-syntactic-face-function
5600 instead of specific faces.
5601
56022006-08-29 Chong Yidong <cyd@stupidchicken.com>
5603
5604 * display.texi (Images): Add xrref to display-images-p.
5605
56062006-08-28 Kenichi Handa <handa@m17n.org>
5607
5608 * nonascii.texi (Lisp and Coding Systems): Fix description of
5609 detect-coding-region.
5610
56112006-08-27 Michael Olson <mwolson@gnu.org>
5612
5613 * processes.texi (Transaction Queues): Remove stray quote
5614 character.
5615
56162006-08-25 Richard Stallman <rms@gnu.org>
5617
5618 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
5619 Add xref.
5620
56212006-08-24 Chong Yidong <cyd@stupidchicken.com>
5622
5623 * os.texi (Timers): Avoid waiting inside timers.
5624
56252006-08-21 Lute Kamstra <lute@gnu.org>
5626
5627 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
5628
56292006-08-20 Richard Stallman <rms@gnu.org>
5630
5631 * os.texi (Idle Timers): New node, split out from Timers.
5632 Document current-idle-time.
5633 * commands.texi (Reading One Event): Update xref.
5634 * elisp.texi (Top): Update subnode menu.
5635
56362006-08-16 Richard Stallman <rms@gnu.org>
5637
5638 * keymaps.texi (Extended Menu Items): Show format of cached
5639 bindings in extended menu items.
5640
5641 * customize.texi (Variable Definitions): Explain when the
5642 standard value expression is evaluated.
5643
56442006-08-15 Chong Yidong <cyd@stupidchicken.com>
5645
5646 * commands.texi (Reading One Event): Explain idleness in
5647 `read-event'.
5648
56492006-08-12 Chong Yidong <cyd@stupidchicken.com>
5650
5651 * text.texi (Near Point): Say "cursor" not "terminal cursor".
5dcb4c4e 5652 (Commands for Insertion): Remove split-line since it's not
b8d4c8d0
GM
5653 relevant for Lisp programming.
5654 (Yank Commands): Rewrite introduction.
5655 (Undo): Clarify.
5656 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
5657 (Filling): Remove redundant comment. Clarify return value of
5658 current-justification.
5659 (Margins): Minor clarifications.
5660 (Adaptive Fill): Update default value of adaptive-fill-regexp.
5661 (Sorting): Update definition of sort-lines.
5662 (Columns): Clarify behavior of sort-columns.
5663 (Indent Tabs): Link to Tab Stops in Emacs manual.
5664 (Special Properties): Clarify.
5665 (Clickable Text): Mention Buttons package.
5666
56672006-08-12 Kevin Ryde <user42@zip.com.au>
5668
5669 * os.texi (Time Parsing): Add %z to description of
5670 format-time-string, as per docstring. Add cross reference to
5671 glibc manual for strftime.
5672
56732006-08-08 Richard Stallman <rms@gnu.org>
5674
5675 * modes.texi: Clean up wording in previous change.
5676
56772006-08-07 Chong Yidong <cyd@stupidchicken.com>
5678
5679 * modes.texi (Hooks): Clarify.
5680 (Major Mode Basics): Mention define-derived-mode explicitly.
5681 (Major Mode Conventions): Rebinding RET is OK for some modes.
5682 Mention change-major-mode-hook and after-change-major-mode-hook.
5dcb4c4e 5683 (Example Major Modes): Move to end of Modes section.
b8d4c8d0
GM
5684 (Mode Line Basics): Clarify.
5685 (Mode Line Data): Mention help-echo and local-map in strings.
5686 Explain reason for treatment of non-risky variables.
5687 (Properties in Mode): Clarify.
5688 (Faces for Font Lock): Add font-lock-negation-char-face.
5689
56902006-08-04 Eli Zaretskii <eliz@gnu.org>
5691
5692 * strings.texi (Formatting Strings): Warn against arbitrary
5693 strings as first arg to `format'.
5694
56952006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
5696
5697 * text.texi (Clickable Text): Mention `help-echo' text property.
5698 Update intro, examples and associated explanations.
5699
57002006-07-31 Richard Stallman <rms@gnu.org>
5701
5702 * commands.texi: Update xrefs.
5703 (Event Mod): New node, cut out from old Translating Input.
5704
5705 * maps.texi: Update xrefs.
5706
5707 * keymaps.texi (Translation Keymaps): New node.
5708 Update xrefs from Translating Input to Translation Keymaps.
5709
5710 * elisp.texi (Top): Update subnode menu.
5711
5712 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
5713
5714 * os.texi (System Interface): Fix menu descriptions of some nodes.
5715 (Translating Input): Node deleted.
5716
57172006-07-31 Nick Roberts <nickrob@snap.net.nz>
5718
5719 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
5720
5721 * lists.texi (Sets And Lists): Likewise.
5722
57232006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
5724
5725 * text.texi (Fields): Mention POS
5726 requirement when narrowing is in effect.
5727
57282006-07-28 Richard Stallman <rms@gnu.org>
5729
5730 * display.texi (Face Attributes): Simplify wording.
5731 (Attribute Functions): Clarify meaning of new-frame default
5732 attribute settings.
5733
5734 * customize.texi (Common Keywords): Document how to use
5735 :package-version in a package not in Emacs.
5736
57372006-07-28 Kim F. Storm <storm@cua.dk>
5738
5739 * commands.texi (Reading One Event): Fix last change.
5740
57412006-07-26 Chong Yidong <cyd@stupidchicken.com>
5742
5743 * commands.texi (Reading One Event): Document SECONDS argument for
5744 read-event, read-char, and read-char-exclusive.
5745
57462006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
5747
5748 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
5749 to ensure correct identification.
5750
57512006-07-24 Richard Stallman <rms@gnu.org>
5752
5753 * text.texi (Clickable Text): Clarify.
5754
5755 * sequences.texi (Vector Functions): Delete duplicate xref.
5756
5757 * objects.texi (Function Type): Clarify.
5758
5759 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
5760 modes.
5761
5762 * lists.texi (List Variables): New node.
5763 Material moved from other nodes.
5764
5765 * variables.texi (Setting Variables): add-to-list and
5766 add-to-ordered-list moved to List Variables node.
5767
57682006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
5769
5770 * text.texi (Links and Mouse-1):
5771 For mouse-on-link-p, expand on arg POS.
5772
57732006-07-21 Kim F. Storm <storm@cua.dk>
5774
5775 * display.texi (Forcing Redisplay): Don't mention systems which
5776 don't support sub-second timers for redisplay-preemption-period.
5777
5778 * os.texi (Terminal Output): Clarify text vs graphical terminal.
5779
57802006-07-21 Eli Zaretskii <eliz@gnu.org>
5781
5782 * frames.texi (Input Focus): Document that focus-follows-mouse has
5783 no effect on MS-Windows.
5784
57852006-07-18 Richard Stallman <rms@gnu.org>
5786
5787 * display.texi (Forcing Redisplay): Cleanups in previous change.
5788
5789 * processes.texi (Low-Level Network): Make menu more convenient.
5790
57912006-07-18 Kim F. Storm <storm@cua.dk>
5792
5793 * display.texi (Forcing Redisplay): redisplay-preemption-period
5794 only used on window systems. Add xref to Terminal Output.
5795
5796 * os.texi (Terminal Output): baud-rate only controls preemption on
5797 non-window systems. Add xref to Forcing Redisplay.
5798
5799 * processes.texi (Low-Level Network): Rename node "Make Network"
5800 to "Network Processes".
5801
58022006-07-18 Karl Berry <karl@gnu.org>
5803
5804 * variables.texi, functions.texi, customize.texi, loading.texi:
5805 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
5806
58072006-07-17 Chong Yidong <cyd@stupidchicken.com>
5808
5809 * commands.texi (Waiting): Document batch-mode sit-for behavior.
5810
58112006-07-17 Richard Stallman <rms@gnu.org>
5812
5813 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
5814 Put period and comma inside quotes.
5815
5816 * loading.texi, markers.texi: Use real doublequote inside menus.
5817
5818 * windows.texi: Put point and comma inside quotes.
5819 (Textual Scrolling): Use @samp for error message.
5820
5821 * variables.texi, tips.texi, syntax.texi, symbols.texi:
5822 * strings.texi, streams.texi, processes.texi, os.texi:
5823 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
5824 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
5825 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
5826 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
5827 Put point and comma inside quotes.
5828
5829 * control.texi (Processing of Errors): Add command-error-function.
5830
5831 * variables.texi (File Local Variables): Clarify that
5832 file local variables make buffer-local bindings.
5833
5834 * modes.texi (Syntactic Font Lock): Give default for
5835 font-lock-syntax-table.
5836
58372006-07-17 Nick Roberts <nickrob@snap.net.nz>
5838
5839 * text.texi (Special Properties): Clean up previous change.
5840
58412006-07-16 Karl Berry <karl@gnu.org>
5842
5843 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
5844 * control.texi: Fix bad page breaks through chapter 10 (control).
5845
5846 * anti.texi (Antinews): Reorder face-attribute fns to avoid
5847 underfull hbox.
5848
58492006-07-15 Nick Roberts <nickrob@snap.net.nz>
5850
5851 * text.texi (Special Properties): Describe fontified text property
5852 in relation to a character (not text).
5853
58542006-07-15 Kim F. Storm <storm@cua.dk>
5855
5856 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
5857 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
5858 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
5859
5860 * anti.texi (Antinews): Mention redisplay function.
5861 The kbd macro existed, but was not documented, before 22.x.
5862 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
5863
58642006-07-14 Nick Roberts <nickrob@snap.net.nz>
5865
5866 * display.texi (Displaying Messages): Add anchor.
5867
5868 * frames.texi (Dialog Boxes): Use it.
5869
58702006-07-12 Richard Stallman <rms@gnu.org>
5871
5872 * objects.texi (Frame Type): Explain nature of frames better.
5873
5874 * frames.texi (Frames): Explain nature of frames better.
5875
58762006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
5877
5878 * tips.texi (Coding Conventions): Explain why use cl at compile time.
5879
58802006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5881
5882 * frames.texi (Window System Selections): Mention scrap support for Mac.
5883 Default value of x-select-enable-clipboard is t on Mac.
5884
5885 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
5886
58872006-07-11 Kim F. Storm <storm@cua.dk>
5888
5889 * display.texi (Forcing Redisplay): Add `redisplay' function.
5890 Don't mention (sit-for -1) -- use (redisplay t) instead.
5891
5892 * commands.texi (Waiting): (sit-for -1) is no longer special.
5893 (sit-for 0) is equivalent to (redisplay).
5894 Iconifying/deiconifying no longer makes sit-for return.
5895
58962006-07-10 Nick Roberts <nickrob@snap.net.nz>
5897
5898 * display.texi (Buttons): Fix typo.
5899
5900 * index.texi, elisp.texi (New Symbols): Comment node out.
5901
59022006-07-09 Richard Stallman <rms@gnu.org>
5903
5904 * display.texi (Truncation): Clean up previous change.
5905
59062006-07-08 Richard Stallman <rms@gnu.org>
5907
5908 * commands.texi (Interactive Call): Use 3 as prefix in example
5909 for execute-extended-command.
5910
5911 * display.texi (Attribute Functions): Move paragraph about
5912 compatibility with Emacs < 21.
5913
59142006-07-09 Kim F. Storm <storm@cua.dk>
5915
5916 * display.texi (Refresh Screen): Clarify force-window-update.
5917 (Truncation): "Normally" indicated by fringe arrows.
5918
59192006-07-08 Eli Zaretskii <eliz@gnu.org>
5920
5921 * windows.texi (Textual Scrolling, Resizing Windows):
5922 * variables.texi (Constant Variables):
5923 * text.texi (Buffer Contents, Deletion, Changing Properties)
5924 (Property Search, Special Properties, Sticky Properties)
5925 (Links and Mouse-1, Fields, Change Hooks):
5926 * syntax.texi (Syntax Table Functions, Parsing Expressions)
5927 (Categories):
5928 * symbols.texi (Other Plists):
5929 * streams.texi (Output Variables):
5930 * processes.texi (Input to Processes, Query Before Exit):
5931 * positions.texi (Word Motion, Text Lines, List Motion):
5932 * os.texi (Init File, System Environment, Sound Output)
5933 (Session Management):
5934 * nonascii.texi (Text Representations, Character Sets)
5935 (Chars and Bytes, Locales):
5936 * modes.texi (Defining Minor Modes, Header Lines):
5937 * minibuf.texi (Minibuffer Contents):
5938 * markers.texi (Information from Markers):
5939 * lists.texi (List Elements, Building Lists, Association Lists):
5940 * keymaps.texi (Tool Bar):
5941 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
5942 * functions.texi (What Is a Function, Mapping Functions):
5943 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
5944 (Color Names, Text Terminal Colors, Display Feature Testing):
5945 * files.texi (Visiting Functions, File Name Components)
5946 (Unique File Names, Contents of Directories):
5947 * display.texi (Forcing Redisplay, Displaying Messages)
5948 (Temporary Displays, Font Selection, Auto Faces)
5949 (Font Lookup, Fringe Indicators, Display Margins)
5950 (Image Descriptors, Showing Images, Image Cache, Button Types)
5951 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
5952 (Display Table Format, Glyphs):
5953 * control.texi (Iteration):
5954 * commands.texi (Command Loop Info, Adjusting Point):
5955 * backups.texi (Making Backups, Auto-Saving):
5956 Remove @tindex entries.
5957
59582006-07-07 Kim F. Storm <storm@cua.dk>
5959
5960 * display.texi (Fringe Cursors): Fix typo.
5961 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
5962 (Overlay Arrow): Default is overlay-arrow fringe indicator.
5963
59642006-07-05 Richard Stallman <rms@gnu.org>
5965
5966 * text.texi (Buffer Contents): Add example of text props
5967 in result of buffer-substring.
5968 (Text Properties): Explain better about use of specific property names.
5969 (Property Search): Some cleanups; reorder some functions.
5970
5971 * keymaps.texi (Changing Key Bindings): Cleanup.
5972 Add xref to Key Binding Conventions.
5973
5974 * display.texi (Attribute Functions): Add examples for
5975 face-attribute-relative-p.
5976
5977 * tips.texi (Coding Conventions): Cleanup last change.
5978
59792006-07-05 Karl Berry <karl@gnu.org>
5980
5981 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
5982 Remove @setchapternewpage odd.
5983 Result is 1013 pages, down from 1100.
5984
5985 * anti.texi, customize.texi, display.texi, internals.texi:
5986 * minibuf.texi, modes.texi, tips.texi:
5987 Fix overfull/underfull boxes.
5988
59892006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
5990
5991 * edebug.texi (Instrumenting):
5992 Add Edebug-specific findex for eval-buffer.
5993 * loading.texi (Loading):
5994 Replace eval-current-buffer with eval-buffer.
5995
59962006-06-30 Nick Roberts <nickrob@snap.net.nz>
5997
5998 * locals.texi (Standard Buffer-Local Variables): Update the list
5999 of variables.
6000
60012006-06-26 Nick Roberts <nickrob@snap.net.nz>
6002
6003 * files.texi (File Name Completion): Point user to the node
6004 "Reading File Names".
6005
60062006-06-24 Eli Zaretskii <eliz@gnu.org>
6007
6008 * files.texi (Contents of Directories): Document case-insensitive
6009 behavior on respective filesystems.
6010
6011 * objects.texi (Character Type): Document that Emacs signals an
6012 error for unsupported Unicode characters specified as \uNNNN.
6013
60142006-06-19 Richard Stallman <rms@gnu.org>
6015
6016 * processes.texi (Bindat Spec): Clarify previous change.
6017
60182006-06-16 Richard Stallman <rms@gnu.org>
6019
6020 * tips.texi (Coding Conventions): Better explain conventions
6021 for definition constructs.
6022
6023 * text.texi (Special Properties): String value of `read-only'
6024 serves as the error message.
6025
6026 * objects.texi (Character Type): Clarify prev. change.
6027 (Non-ASCII in Strings): Mention \u and \U.
6028
6029 * commands.texi (Using Interactive): Explain problem of
6030 markers, etc., in command-history.
6031
60322006-06-14 Kim F. Storm <storm@cua.dk>
6033
6034 * commands.texi (Waiting): Negative arg to sit-for forces
6035 redisplay even if input is pending.
6036
6037 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
6038 redisplay. Remove incorrect example of binding redisplay-dont-pause
6039 around (sit-for 0).
6040
60412006-06-13 Richard Stallman <rms@gnu.org>
6042
6043 * display.texi (Forcing Redisplay): Clarify previous change.
6044
60452006-06-13 Romain Francoise <romain@orebokech.com>
6046
6047 * display.texi (Forcing Redisplay): Fix typo.
6048
60492006-06-13 Kim F. Storm <storm@cua.dk>
6050
6051 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
6052
60532006-06-10 Luc Teirlinck <teirllm@auburn.edu>
6054
6055 * tips.texi (Coding Conventions): Add `@end itemize'.
6056
60572006-06-10 Richard Stallman <rms@gnu.org>
6058
6059 * tips.texi (Coding Conventions): Explain use of coding systems
6060 to ensure one decoding for strings.
6061
60622006-06-09 Aidan Kehoe <kehoea@parhasard.net>
6063
6064 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
6065 syntax.
6066
60672006-06-07 Eli Zaretskii <eliz@gnu.org>
6068
6069 * display.texi (Font Selection): Remove description of
6070 clear-face-cache.
6071
6072 * compile.texi (Eval During Compile): Fix a typo. Add index
6073 entries for possible uses of eval-when-compile.
6074
60752006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
6076
6077 * display.texi (Abstract Display): Fix typo.
6078
60792006-06-03 Eli Zaretskii <eliz@gnu.org>
6080
6081 * minibuf.texi (Minibuffer History) <history-add-new-input>:
6082 Reword variable's description.
6083
60842006-06-01 Richard Stallman <rms@gnu.org>
6085
6086 * windows.texi (Splitting Windows): Clarify splitting nonselected
6087 window.
6088
60892006-05-31 Juri Linkov <juri@jurta.org>
6090
6091 * minibuf.texi (Minibuffer History): Add history-add-new-input.
6092
60932006-05-30 Richard Stallman <rms@gnu.org>
6094
6095 * display.texi (Line Height): Fix errors in description of
10d1d0af 6096 default line height and line-height property.
b8d4c8d0
GM
6097
6098 * nonascii.texi (Default Coding Systems): Further clarification.
6099
61002006-05-29 Luc Teirlinck <teirllm@auburn.edu>
6101
6102 * internals.texi (Pure Storage): Mention that an overflow in pure
6103 space causes a memory leak.
6104 (Garbage Collection): If there was an overflow in pure space,
6105 `garbage-collect' returns nil.
6106
61072006-05-30 Eli Zaretskii <eliz@gnu.org>
6108
6109 * nonascii.texi (Default Coding Systems): Fix it some more.
6110
61112006-05-29 Eli Zaretskii <eliz@gnu.org>
6112
6113 * nonascii.texi (Default Coding Systems): Fix last change.
6114
61152006-05-29 Kenichi Handa <handa@m17n.org>
6116
6117 * nonascii.texi (find-operation-coding-system): Describe the new
6118 argument format (FILENAME . BUFFER).
6119
61202006-05-28 Richard Stallman <rms@gnu.org>
6121
6122 * tips.texi (Coding Conventions): Better explain reasons not to
6123 advise other packages or use `eval-after-load'.
6124
61252006-05-29 Kim F. Storm <storm@cua.dk>
6126
6127 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
6128 `bindat-idx' and `bindat-raw' for clarity.
6129
61302006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
6131
6132 * processes.texi (Bindat Spec): Expand on `repeat' handler.
6133
6134 * display.texi (Display): Add "Abstract Display" to menu.
6135 (Abstract Display, Abstract Display Functions)
6136 (Abstract Display Example): New nodes.
6137 * elisp.texi (Top): Add "Abstract Display" to menu.
6138
61392006-05-27 Chong Yidong <cyd@stupidchicken.com>
6140
6141 * keymaps.texi (Key Sequences): Link to input events definition.
6142 (Format of Keymaps): Delete material duplicated in Keymap Basics.
6143
6144 * files.texi (Changing Files): Document updated argument list for
6145 copy-file.
6146
61472006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
6148
6149 * processes.texi (Bindat Functions): Explain term "total length".
6150 Use it in bindat-length and bindat-pack descriptions.
6151
61522006-05-26 Eli Zaretskii <eliz@gnu.org>
6153
6154 * tips.texi (Coding Conventions): Advise against using
6155 eval-after-load in packages. Add an index entry.
6156
61572006-05-25 Juri Linkov <juri@jurta.org>
6158
6159 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
6160
6161 * modes.texi (%-Constructs): Add %e, %z, %Z.
6162
61632006-05-25 Richard Stallman <rms@gnu.org>
6164
6165 * elisp.texi (Top): Update subnode menu.
6166
6167 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
6168 (Keymaps): Update menu.
6169
61702006-05-25 Chong Yidong <cyd@stupidchicken.com>
6171
6172 * keymaps.texi (Key Sequences): Some clarifications.
6173
61742006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
6175
6176 * processes.texi (Bindat Functions): Say "unibyte string"
6177 explicitly for bindat-unpack and bindat-pack descriptions.
6178 (Bindat Examples): Don't call `string-make-unibyte' in example.
6179
61802006-05-25 Chong Yidong <cyd@stupidchicken.com>
6181
5dcb4c4e 6182 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
c5602427 6183 Explain string and vector representations of key sequences.
b8d4c8d0
GM
6184
6185 * keymaps.texi (Changing Key Bindings):
dd7b651b 6186 * commands.texi (Interactive Codes):
b8d4c8d0
GM
6187 * help.texi (Describing Characters): Refer to it.
6188
61892006-05-23 Luc Teirlinck <teirllm@auburn.edu>
6190
6191 * frames.texi (Pointer Shape): @end table -> @end defvar.
6192
61932006-05-22 Richard Stallman <rms@gnu.org>
6194
6195 * elisp.texi (Top): Update subnode menus.
6196
6197 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
6198 Contents rewritten; material from old Pointer Shape node moved here.
6199
6200 * display.texi (Pointer Shape): Node deleted.
6201 (Image Descriptors): Minor cleanup.
6202
62032006-05-21 Richard Stallman <rms@gnu.org>
6204
6205 * syntax.texi (Parsing Expressions): Update info on which STATE
6206 elements are ignored.
6207
62082006-05-19 Luc Teirlinck <teirllm@auburn.edu>
6209
6210 * hooks.texi (Standard Hooks): Correct typo.
6211
6212 * gpl.texi (GPL): ifinfo -> ifnottex.
6213
62142006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
6215
6216 * searching.texi (Simple Match Data): Warn about match data being
6217 set anew by every search.
6218
62192006-05-17 Richard Stallman <rms@gnu.org>
6220
6221 * minibuf.texi (Minibuffer History): Clarify.
6222
6223 * searching.texi (Regexp Special): Clarify nested regexp warning.
6224
62252006-05-16 Kim F. Storm <storm@cua.dk>
6226
6227 * minibuf.texi (Minibuffer History): Update add-to-history.
6228
62292006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
6230
5dcb4c4e
SM
6231 * nonascii.texi (Explicit Encoding):
6232 Fix typo (encoding<->decoding).
b8d4c8d0
GM
6233
62342006-05-14 Richard Stallman <rms@gnu.org>
6235
6236 * buffers.texi (Creating Buffers): Cleanup.
6237
6238 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
6239
62402006-05-13 Eli Zaretskii <eliz@gnu.org>
6241
6242 * buffers.texi (Current Buffer): Document that with-temp-buffer
6243 disables undo.
6244
6245 * os.texi (Terminal-Specific): More accurate description of how
6246 Emacs searches for the terminal-specific libraries.
6247
62482006-05-12 Eli Zaretskii <eliz@gnu.org>
6249
6250 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
6251 emacs-xtra to @inforef's.
6252
6253 * text.texi (Undo): Document that undo is turned off in buffers
6254 whose names begin with a space.
6255
6256 * buffers.texi (Buffer Names): Add index entries for buffers whose
6257 names begin with a space.
6258 (Creating Buffers): Document that undo is turned off in buffers
6259 whose names begin with a space.
6260
6261 * files.texi (Visiting Functions, Reading from Files)
6262 (Saving Buffers): Mention code and EOL conversions by file I/O
6263 primitives and subroutines.
6264
f4e90db0
SM
6265 * nonascii.texi (Lisp and Coding Systems):
6266 Document coding-system-eol-type. Add index entries for eol conversion.
b8d4c8d0
GM
6267
6268 * display.texi (Defining Faces): Mention `mac', and add an xref to
6269 where window-system is described.
6270
62712006-05-10 Richard Stallman <rms@gnu.org>
6272
6273 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
6274
62752006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
6276
6277 * variables.texi (File Local Variables): Recommend to quote lambda
6278 expressions in safe-local-variable property.
6279
62802006-05-09 Richard Stallman <rms@gnu.org>
6281
5dcb4c4e
SM
6282 * variables.texi (File Local Variables):
6283 Document safe-local-eval-forms and safe-local-eval-function.
b8d4c8d0
GM
6284
62852006-05-07 Kim F. Storm <storm@cua.dk>
6286
6287 * minibuf.texi (Minibuffer History): Remove keep-dups arg
6288 from add-to-history.
6289
62902006-05-07 Romain Francoise <romain@orebokech.com>
6291
6292 * commands.texi (Event Input Misc):
6293 * compile.texi (Eval During Compile):
6294 * internals.texi (Buffer Internals):
6295 * minibuf.texi (Initial Input):
6296 * nonascii.texi (Scanning Charsets):
6297 * numbers.texi (Comparison of Numbers):
6298 * windows.texi (Textual Scrolling, Vertical Scrolling):
6299 Fix various typos.
6300
63012006-05-06 Eli Zaretskii <eliz@gnu.org>
6302
6303 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
6304 conditional xref's to either emacs or emacs-xtra, depending on
6305 @iftex/@ifnottex.
6306
6307 * minibuf.texi (Minibuffer History): Document add-to-history.
6308
63092006-05-05 Eli Zaretskii <eliz@gnu.org>
6310
6311 * internals.texi (Pure Storage): Mention the pure overflow message
6312 at startup.
6313
c8763fb6 63142006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
6315
6316 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
6317 (Searching Keymaps): Fix pseudo-Lisp description of keymap
6318 search.
6319
63202006-05-01 Richard Stallman <rms@gnu.org>
6321
6322 * intro.texi (nil and t): Clarify.
6323
6324 * variables.texi (File Local Variables): Suggest using booleanp.
6325
63262006-05-01 Juanma Barranquero <lekktu@gmail.com>
6327
6328 * objects.texi (Type Predicates): Fix typos.
6329
63302006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
6331
6332 * intro.texi (nil and t): Add booleanp.
6333
6334 * objects.texi (Type Predicates): Add links for booleanp and
6335 string-or-null-p.
6336
63372006-04-29 Richard Stallman <rms@gnu.org>
6338
6339 * modes.texi (Multiline Font Lock): Rename from
6340 Multi line Font Lock Elements. Much clarification.
6341 (Font Lock Multiline, Region to Fontify): Much clarification.
6342
63432006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
6344
6345 * variables.texi (File Local Variables): Remove the special case t for
6346 safe-local-variable.
6347
63482006-04-26 Richard Stallman <rms@gnu.org>
6349
6350 * syntax.texi (Parsing Expressions): Minor cleanup.
6351
63522006-04-18 Richard Stallman <rms@gnu.org>
6353
6354 * tips.texi (Coding Conventions): Explain when the package's
6355 prefix should appear later on (not at the start of the name).
6356
6357 * searching.texi (String Search): Clarify effect of NOERROR.
6358
6359 * modes.texi (Imenu): Clarify what special items do.
6360
6361 * hooks.texi (Standard Hooks): Delete text about old hook names.
6362
63632006-04-17 Romain Francoise <romain@orebokech.com>
6364
6365 * variables.texi (Local Variables): Update the default value of
6366 `max-specpdl-size'.
6367
63682006-04-15 Michael Olson <mwolson@gnu.org>
6369
6370 * processes.texi (Transaction Queues): Mention the new optional
6371 `delay-question' argument for `tq-enqueue'.
6372
63732006-04-13 Bill Wohler <wohler@newt.com>
6374
6375 * customize.texi (Common Keywords): Use dotted notation for
6376 :package-version value. Specify its values. Improve documentation
6377 for customize-package-emacs-version-alist.
6378
63792006-04-12 Bill Wohler <wohler@newt.com>
6380
6381 * customize.texi (Common Keywords): Move description of
6382 customize-package-emacs-version-alist to @defvar.
6383
63842006-04-10 Bill Wohler <wohler@newt.com>
6385
6386 * customize.texi (Common Keywords): Add :package-version.
6387
63882006-04-10 Kim F. Storm <storm@cua.dk>
6389
6390 * text.texi (Buffer Contents): Add NOPROPS arg to
6391 filter-buffer-substring.
6392
63932006-04-08 Kevin Ryde <user42@zip.com.au>
6394
6395 * os.texi (Command-Line Arguments): Update xref to emacs manual
6396 "Command Arguments" -> "Emacs Invocation", per change there.
6397
63982006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
6399
6400 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
6401 be on one line to help makeinfo not render two spaces after the dot.
6402
64032006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
6404
6405 * strings.texi (Predicates for Strings): Add string-or-null-p.
6406
64072006-03-28 Kim F. Storm <storm@cua.dk>
6408
6409 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
6410 remarks about systems that don't support fractional seconds.
6411
64122006-03-25 Karl Berry <karl@gnu.org>
6413
6414 * elisp.texi: Use @copyright{} instead of (C), and do not indent
6415 the year list.
6416
64172006-03-21 Nick Roberts <nickrob@snap.net.nz>
6418
6419 * display.texi (Fringe Indicators): Fix typos.
6420
64212006-03-19 Luc Teirlinck <teirllm@auburn.edu>
6422
6423 * tips.texi (Documentation Tips): One can now also write `program'
6424 in front of a quoted symbol in a docstring to prevent making a
6425 hyperlink.
6426
64272006-03-19 Alan Mackenzie <acm@muc.de>
6428
6429 * text.texi (Special Properties): Clarify `fontified' property.
6430
64312006-03-16 Richard Stallman <rms@gnu.org>
6432
6433 * display.texi (Defining Images): Minor cleanup.
6434
64352006-03-16 Bill Wohler <wohler@newt.com>
6436
6437 * display.texi (Defining Images): In image-load-path-for-library,
6438 prefer user's images.
6439
64402006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
6441
6442 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
6443
64442006-03-15 Bill Wohler <wohler@newt.com>
6445
6446 * display.texi (Defining Images): Fix example in
6447 image-load-path-for-library by not recommending that one binds
6448 image-load-path. Just defvar it to placate compiler and only use
6449 it if previously defined.
6450
64512006-03-14 Bill Wohler <wohler@newt.com>
6452
6453 * display.texi (Defining Images): In image-load-path-for-library,
6454 always return list of directories. Update example.
6455
64562006-03-14 Alan Mackenzie <acm@muc.de>
6457
6458 * modes.texi: New node, "Region to Fontify" (for Font Lock).
6459 This describes font-lock-extend-region-function.
6460 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
6461 the new node "Region to Fontify".
6462
64632006-03-13 Richard Stallman <rms@gnu.org>
6464
6465 * display.texi (Invisible Text): The impossible position is
6466 now before the invisible text, not after.
6467 (Defining Images): Clean up last change.
6468
64692006-03-11 Bill Wohler <wohler@newt.com>
6470
6471 * display.texi (Defining Images): Add image-load-path-for-library.
6472
64732006-03-11 Luc Teirlinck <teirllm@auburn.edu>
6474
6475 * text.texi (Adaptive Fill): Fix Texinfo usage.
6476
6477 * strings.texi (Creating Strings): Fix Texinfo usage.
6478
6479 * searching.texi (Regexp Special): Use @samp for regular
6480 expressions that are not in Lisp syntax.
6481
64822006-03-08 Luc Teirlinck <teirllm@auburn.edu>
6483
6484 * searching.texi (Regexp Special): Put remark between parentheses
6485 to avoid misreading.
6486
64872006-03-07 Luc Teirlinck <teirllm@auburn.edu>
6488
6489 * searching.texi (Syntax of Regexps): More accurately describe
6490 which characters are special in which situations.
6491 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
6492 are not special. Describe in detail when `[' and `]' are special.
6493 (Regexp Backslash): Plenty of regexps with unbalanced square
6494 brackets are valid, so reword that statement.
6495
64962006-03-02 Kim F. Storm <storm@cua.dk>
6497
6498 * keymaps.texi (Tool Bar): Add tool-bar-border.
6499
65002006-02-28 Luc Teirlinck <teirllm@auburn.edu>
6501
6502 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
6503
65042006-02-27 Luc Teirlinck <teirllm@auburn.edu>
6505
6506 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
6507
6508 * files.texi (Locating Files): Suggest additional values for the
6509 SUFFIXES arg of `locate-file'. Update pxref.
6510
6511 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
6512 (How Programs Do Loading): Discuss the effects of Auto Compression
6513 mode on `load'.
6514 (Load Suffixes): New node.
6515 (Library Search): Delete description of `load-suffixes'; it was
6516 moved to "Load Suffixes".
6517 (Autoload, Named Features): Mention `load-suffixes'.
6518
65192006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
6520
6521 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
6522
6523 * windows.texi (Window Tree): Fix typo.
6524
65252006-02-20 Kim F. Storm <storm@cua.dk>
6526
6527 * display.texi (Fringe Indicators): New section.
6528 Move indicate-empty-lines, indicate-buffer-boundaries, and
6529 default-indicate-buffer-boundaries here.
6530 Add fringe-indicator-alist and default-fringes-indicator-alist.
6531 Add list of logical fringe indicator symbols.
6532 Update list of standard bitmap names.
6533 (Fringe Cursors): New section.
6534 Move overflow-newline-into-fringe here.
6535 Add fringe-cursor-alist and default-fringes-cursor-alist.
6536 Add list of fringe cursor symbols.
6537
65382006-02-20 Juanma Barranquero <lekktu@gmail.com>
6539
6540 * commands.texi (Using Interactive): Fix reference to node
6541 "Minibuffers".
6542
65432006-02-19 Richard M. Stallman <rms@gnu.org>
6544
6545 * minibuf.texi (High-Level Completion):
6546 Add xref to read-input-method-name.
6547
6548 * files.texi (Relative File Names): Move file-relative-name here.
6549 (File Name Expansion): From here. Minor clarifications.
6550
6551 * commands.texi (Using Interactive): Add xrefs about reading input.
6552 Clarify remarks about that moving point and mark.
6553 Put string case before list case.
6554
c8763fb6 65552006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
6556
6557 * display.texi (Other Display Specs, Image Descriptors):
6558 Revert erroneous changes. The previous description of
6559 image-descriptors as `(image . PROPS)' was correct.
6560
65612006-02-14 Richard M. Stallman <rms@gnu.org>
6562
6563 * variables.texi (File Local Variables): Clarifications.
6564
65652006-02-14 Juanma Barranquero <lekktu@gmail.com>
6566
6567 * variables.texi (File Local Variables): Use @code for a cons
6568 cell, not @var.
6569
65702006-02-13 Chong Yidong <cyd@stupidchicken.com>
6571
6572 * variables.texi (File Local Variables): Document new file local
6573 variable behavior.
6574
65752006-02-10 Kim F. Storm <storm@cua.dk>
6576
6577 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
6578
65792006-02-08 Juanma Barranquero <lekktu@gmail.com>
6580
6581 * modes.texi (%-Constructs): Remove obsolete info about
6582 `global-mode-string'.
6583
65842006-02-07 Richard M. Stallman <rms@gnu.org>
6585
6586 * commands.texi (Prefix Command Arguments): Minor cleanup.
6587
6588 * display.texi: "Graphical display", not window system.
6589
6590 * functions.texi (What Is a Function): Fix xref.
6591
6592 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
6593 (Changing Key Bindings): Clarify when remapping is better than
6594 substitute-key-definition.
6595
65962006-02-02 Richard M. Stallman <rms@gnu.org>
6597
6598 * minibuf.texi (Basic Completion): Completion alists are risky.
6599
6600 * keymaps.texi (Active Keymaps): Clarifications.
6601 (Searching Keymaps): New node.
6602 (Keymaps): Update menu.
6603
6604 * frames.texi (Layout Parameters): Minor clarification.
6605 (Drag and Drop): New node.
6606 (Frames): Update menu.
6607
66082006-01-29 Chong Yidong <cyd@stupidchicken.com>
6609
6610 * display.texi (Other Display Specs, Image Descriptors):
6611 Image description is a list, not a cons cell.
6612
66132006-01-28 Luc Teirlinck <teirllm@auburn.edu>
6614
6615 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
6616 list is not necessarily a list).
6617
66182006-01-27 Eli Zaretskii <eliz@gnu.org>
6619
6620 * frames.texi (Layout Parameters): border-width and
6621 internal-border-width belong to the frame, not the window.
6622
66232006-01-19 Richard M. Stallman <rms@gnu.org>
6624
6625 * nonascii.texi (Translation of Characters): Search cmds use
6626 translation-table-for-input. Automatically made local.
6627
6628 * markers.texi (Overview of Markers): Count insertion type
6629 as one of a marker's attributes.
6630
6631 * keymaps.texi (Controlling Active Maps): New node, split out of
6632 Active Keymaps.
6633 (Keymaps): Menu updated.
6634 (Active Keymaps): Give pseudocode to explain how the active
6635 maps are searched. current-active-maps and key-binding moved here.
6636 (Functions for Key Lookup): current-active-maps and key-binding moved.
6637 Clarifications.
6638 (Searching the Keymaps): New subnode.
6639
6640 * elisp.texi (Top): Menu clarification.
6641
6642 * display.texi (Other Display Specs): Delete duplicate entry for
6643 just a string as display spec. Move text about recursive display
6644 specs on such a string.
6645
6646 * commands.texi (Key Sequence Input): Clarify.
6647 Move num-nonmacro-input-events out.
6648 (Reading One Event): num-nonmacro-input-events moved here.
6649
66502006-01-14 Nick Roberts <nickrob@snap.net.nz>
6651
6652 * advice.texi (Simple Advice): Update example to fit argument
6653 change in previous-line.
6654
66552006-01-05 Richard M. Stallman <rms@gnu.org>
6656
6657 * markers.texi (The Mark): Fix in `mark'.
6658
66592006-01-04 Richard M. Stallman <rms@gnu.org>
6660
6661 * processes.texi (Misc Network, Make Network): Minor cleanups.
6662
66632006-01-04 Kim F. Storm <storm@cua.dk>
6664
6665 * processes.texi (Make Network): Add IPv6 addresses and handling.
6666 (Network Feature Testing): Mention (:family ipv6).
6667 (Misc Network): Add IPv6 formats to format-network-address.
6668
66692005-12-30 Richard M. Stallman <rms@gnu.org>
6670
6671 * text.texi (Changing Properties):
6672 Don't use return value of set-text-properties.
6673
66742005-12-29 Luc Teirlinck <teirllm@auburn.edu>
6675
6676 * modes.texi (Mode Line Format): Correct typo in menu.
6677
66782005-12-29 Richard M. Stallman <rms@gnu.org>
6679
6680 * modes.texi (Mode Line Top): New node.
6681 (Mode Line Data): Some text moved to new node.
6682 Explain the data structure more concretely.
6683 (Mode Line Basics): Clarifications.
6684 (Mode Line Variables): Clarify intro paragraph.
6685 (%-Constructs): Clarify intro paragraph.
6686 (Mode Line Format): Update menu.
6687
66882005-12-28 Luc Teirlinck <teirllm@auburn.edu>
6689
6690 * minibuf.texi (Basic Completion): Update lazy-completion-table
6691 examples for removal of ARGS argument.
6692
66932005-12-23 Richard M. Stallman <rms@gnu.org>
6694
6695 * text.texi (Undo): Restore some explanation from the version
6696 that was deleted.
6697
66982005-12-23 Eli Zaretskii <eliz@gnu.org>
6699
6700 * text.texi (Undo): Remove duplicate descriptions of `apply
6701 funname' and `apply delta' elements of the undo list.
6702
67032005-12-20 Richard M. Stallman <rms@gnu.org>
6704
6705 * help.texi (Help Functions): Update documentation of `apropos'.
6706
67072005-12-20 Luc Teirlinck <teirllm@auburn.edu>
6708
6709 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
6710 because it is confusing. If the :help-echo keyword is a function,
6711 it is not directly used as the :help-echo overlay property, as the
6712 xref seems to suggest (it does not take the appropriate args).
6713
67142005-12-19 Luc Teirlinck <teirllm@auburn.edu>
6715
6716 * customize.texi (Common Keywords): Fix Texinfo usage.
6717 (Group Definitions, Variable Definitions): Update for new
6718 conventions for using `*' in docstrings.
6719
6720 * tips.texi (Documentation Tips): Update for new conventions for
6721 using `*' in docstrings.
6722
67232005-12-16 Richard M. Stallman <rms@gnu.org>
6724
6725 * minibuf.texi (Minibuffer Contents): Minor cleanup.
6726
67272005-12-16 Juri Linkov <juri@jurta.org>
6728
6729 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
6730
67312005-12-14 Romain Francoise <romain@orebokech.com>
6732
6733 * modes.texi (Customizing Keywords): Rename `append' to `how'.
6734 Fix typo.
6735
67362005-12-11 Juri Linkov <juri@jurta.org>
6737
6738 * minibuf.texi (Completion Commands): Add mention of read-file-name
6739 for filename completion keymaps.
6740 (Reading File Names): Add mention of filename completion keymaps
6741 for read-file-name and xref to `Completion Commands'.
6742
67432005-12-10 Richard M. Stallman <rms@gnu.org>
6744
6745 * customize.texi (Common Keywords): State caveats for use of :tag.
6746
67472005-12-08 Richard M. Stallman <rms@gnu.org>
6748
6749 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
6750 with xrefs and better explanation.
6751 (Completion Commands): Add the filename completion maps.
6752
6753 * objects.texi (Character Type): Clarify that \s is not space
6754 if a dash follows.
6755
67562005-12-05 Richard M. Stallman <rms@gnu.org>
6757
6758 * windows.texi (Resizing Windows): Delete preserve-before args.
6759
67602005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
6761
6762 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
6763 in full keymaps, since the quirk has been fixed.
6764
67652005-12-03 Eli Zaretskii <eliz@gnu.org>
6766
5dcb4c4e
SM
6767 * hooks.texi (Standard Hooks): Add index entries.
6768 Mention `compilation-finish-functions'.
b8d4c8d0
GM
6769
67702005-11-27 Richard M. Stallman <rms@gnu.org>
6771
6772 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
6773
67742005-11-21 Juri Linkov <juri@jurta.org>
6775
6776 * customize.texi (Common Keywords): Update links types
6777 custom-manual and url-link. Add link types emacs-library-link,
6778 file-link, function-link, variable-link, custom-group-link.
6779
67802005-11-20 Chong Yidong <cyd@stupidchicken.com>
6781
6782 * display.texi: Revert 2005-11-20 change.
6783
67842005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
6785
6786 * processes.texi (Bindat Functions):
6787 Say "third" to refer to zero-based index "2".
6788
67892005-11-18 Luc Teirlinck <teirllm@auburn.edu>
6790
6791 * loading.texi (Library Search): Update the default value of
6792 `load-suffixes'.
6793
67942005-11-17 Chong Yidong <cyd@stupidchicken.com>
6795
6796 * display.texi (Attribute Functions): Mention :ignore-defface.
6797
67982005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6799
6800 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
6801 (Minor Mode Conventions): Mention the use of a hook.
6802
68032005-11-06 Richard M. Stallman <rms@gnu.org>
6804
6805 * files.texi (Magic File Names): find-file-name-handler checks the
6806 `operations' property of the handler.
6807
68082005-11-03 Richard M. Stallman <rms@gnu.org>
6809
6810 * variables.texi (Frame-Local Variables): Small clarification.
6811
68122005-10-29 Chong Yidong <cyd@stupidchicken.com>
6813
6814 * os.texi (Init File): Document ~/.emacs.d/init.el.
6815
68162005-10-29 Richard M. Stallman <rms@gnu.org>
6817
6818 * internals.texi (Garbage Collection): Document memory-full.
6819
68202005-10-28 Bill Wohler <wohler@newt.com>
6821
6822 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
6823 for URLs.
6824
68252005-10-28 Richard M. Stallman <rms@gnu.org>
6826
6827 * minibuf.texi (Completion Commands): Clean up prev change.
6828
68292005-10-26 Kevin Ryde <user42@zip.com.au>
6830
6831 * compile.texi (Eval During Compile): Explain recommended uses
6832 of eval-when-compile and eval-and-compile.
6833
68342005-10-27 Masatake YAMATO <jet@gyve.org>
6835
6836 * minibuf.texi (Completion Commands):
6837 Write about new optional argument for `display-completion-list'.
6838
68392005-10-23 Richard M. Stallman <rms@gnu.org>
6840
6841 * display.texi (Overlay Arrow): Clarify about local bindings of
6842 overlay-arrow-position.
6843
68442005-10-22 Eli Zaretskii <eliz@gnu.org>
6845
6846 * internals.texi (Building Emacs): Fix last change.
6847
68482005-10-22 Richard M. Stallman <rms@gnu.org>
6849
6850 * internals.texi (Building Emacs): Document eval-at-startup.
6851
68522005-10-21 Richard M. Stallman <rms@gnu.org>
6853
6854 * loading.texi (Where Defined): load-history contains abs file names.
6855 symbol-file returns abs file names.
6856
68572005-10-19 Kim F. Storm <storm@cua.dk>
6858
6859 * display.texi (Showing Images): Add max-image-size integer value.
6860
68612005-10-18 Chong Yidong <cyd@stupidchicken.com>
6862
6863 * display.texi (Showing Images): Document max-image-size.
6864
68652005-10-17 Richard M. Stallman <rms@gnu.org>
6866
6867 * commands.texi (Quitting): Minor clarification.
6868
6869 * processes.texi (Sentinels): Clarify about output and quitting.
6870 (Filter Functions): Mention with-local-quit.
6871
68722005-10-17 Juri Linkov <juri@jurta.org>
6873
6874 * buffers.texi (Current Buffer):
6875 * commands.texi (Event Input Misc):
6876 * compile.texi (Eval During Compile, Compiler Errors):
6877 * customize.texi (Group Definitions):
6878 * display.texi (Progress, Defining Faces):
6879 * files.texi (Writing to Files):
6880 * modes.texi (Mode Hooks, Defining Minor Modes):
6881 * streams.texi (Output Functions):
6882 * syntax.texi (Syntax Table Functions):
6883 * text.texi (Change Hooks):
6884 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
6885
6886 * commands.texi (Quitting): Replace arg `forms' with `body' in
6887 `with-local-quit'.
6888
6889 * positions.texi (Excursions): Replace arg `forms' with `body' in
6890 `save-excursion'.
6891
68922005-10-08 Kim F. Storm <storm@cua.dk>
6893
6894 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
6895 Rename manual section accordingly.
6896
68972005-10-04 Kim F. Storm <storm@cua.dk>
6898
6899 * windows.texi (Window Split Tree): New section describing
6900 new function window-split-tree function.
6901
69022005-10-03 Nick Roberts <nickrob@snap.net.nz>
6903
6904 * display.texi (Fringe Size/Pos): Simplify and add detail.
6905
69062005-09-30 Romain Francoise <romain@orebokech.com>
6907
6908 * minibuf.texi (High-Level Completion): Explain that the prompt
6909 given to `read-buffer' should end with a colon and a space.
6910 Update usage examples.
6911
69122005-09-29 Juri Linkov <juri@jurta.org>
6913
6914 * display.texi (Displaying Messages): Rename argument name
6915 `string' to `format-string' in functions `message', `message-box',
6916 `message-or-box'.
6917
69182005-09-26 Chong Yidong <cyd@stupidchicken.com>
6919
6920 * errors.texi (Standard Errors): Correct xrefs.
6921
69222005-09-18 Chong Yidong <cyd@stupidchicken.com>
6923
6924 * display.texi (Defining Images): Update documentation for
6925 `image-load-path'.
6926
69272005-09-17 Richard M. Stallman <rms@gnu.org>
6928
6929 * display.texi (Defining Images): Clean up previous change.
6930
69312005-09-16 Romain Francoise <romain@orebokech.com>
6932
6933 * elisp.texi: Specify GFDL version 1.2.
6934
6935 * doclicense.texi (GNU Free Documentation License): Update to
6936 version 1.2.
6937
69382005-09-15 Chong Yidong <cyd@stupidchicken.com>
6939
6940 * display.texi (Defining Images): Document `image-load-path'.
6941
69422005-09-15 Richard M. Stallman <rms@gnu.org>
6943
6944 * objects.texi (Printed Representation): Minor cleanup.
6945 (Box Diagrams): Minor fix.
6946 (Cons Cell Type): Move (...) index item here.
6947 (Box Diagrams): From here.
6948 (Array Type): Minor fix.
6949 (Type Predicates): Delete index "predicates".
6950 (Hash Table Type): Clarify xref.
6951 (Dotted Pair Notation): Minor fix.
6952
69532005-09-10 Chong Yidong <cyd@stupidchicken.com>
6954
6955 * files.texi (Saving Buffers): Fix typo.
6956
69572005-09-08 Richard M. Stallman <rms@gnu.org>
6958
6959 * tips.texi (Programming Tips): Correct the "default" prompt spec.
6960
69612005-09-08 Chong Yidong <cyd@stupidchicken.com>
6962
6963 * locals.texi (Standard Buffer-Local Variables): Don't include
6964 mode variables for minor modes.
6965 Fix xrefs for buffer-display-count, buffer-display-table,
6966 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
6967 enable-multibyte-characters, fill-column, header-line-format,
6968 left-fringe-width, left-margin, and right-fringe-width.
6969
6970 * hooks.texi (Standard Hooks): All hooks should conform to the
6971 standard naming convention now.
6972 Fix xref for `echo-area-clear-hook'.
6973
6974 * display.texi (Usual Display): Note that indicate-empty-lines and
6975 tab-width are buffer-local.
6976
6977 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
6978
6979 * modes.texi (Mode Help): Note that major-mode is buffer-local.
6980
6981 * nonascii.texi (Encoding and I/O): Note that
6982 buffer-file-coding-system is buffer-local.
6983
6984 * positions.texi (List Motion): Note that defun-prompt-regexp is
6985 buffer-local.
6986
6987 * text.texi (Auto Filling): Note that auto-fill-function is
6988 buffer-local.
6989 (Undo): Note that buffer-undo-list is buffer-local.
6990
5dcb4c4e
SM
6991 * windows.texi (Buffers and Windows):
6992 Document buffer-display-count.
b8d4c8d0
GM
6993
69942005-09-06 Richard M. Stallman <rms@gnu.org>
6995
6996 * tips.texi (Coding Conventions): Sometimes it is ok to put the
6997 package prefix elsewhere than at the start of the name.
6998
69992005-09-03 Richard M. Stallman <rms@gnu.org>
7000
7001 * tips.texi (Programming Tips): Add conventions for minibuffer
7002 questions and prompts.
7003
70042005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
7005
7006 * intro.texi (nil and t): Minor cleanup.
7007 Delete spurious mention of keyword symbols.
7008 (Evaluation Notation): Add index entry.
7009 (A Sample Function Description): Minor cleanup.
7010 (A Sample Variable Description): Not all vars can be set.
7011
70122005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
7013
7014 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
7015
7016 (Insertion): Document precise type of `insert-char' arg COUNT.
7017
70182005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
7019
7020 * modes.texi (Other Font Lock Variables): Sync the default of
7021 font-lock-lines-before.
7022
70232005-08-31 Michael Albinus <michael.albinus@gmx.de>
7024
7025 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
7026
70272005-08-29 Richard M. Stallman <rms@gnu.org>
7028
7029 * elisp.texi (Top): Update subnode menu.
7030
7031 * searching.texi (Searching and Matching): Move node.
7032 Rearrange contents and add overall explanation.
7033 (Searching and Case): Move node.
7034 (Searching and Matching): Update menu.
7035
70362005-08-27 Eli Zaretskii <eliz@gnu.org>
7037
7038 * os.texi (Startup Summary): Fix the description of the initial
7039 startup message display.
7040
70412005-08-25 Richard M. Stallman <rms@gnu.org>
7042
7043 * searching.texi (Search and Replace): Add replace-regexp-in-string.
7044
70452005-08-25 Emilio C. Lopes <eclig@gmx.net>
7046
7047 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
7048 `next-overlay-change' example.
7049
70502005-08-22 Juri Linkov <juri@jurta.org>
7051
7052 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
7053 Fix invert-face. Fix args of face-background.
7054
7055 * display.texi (Standard Faces): Delete node.
7056 (Faces): Add xref to `(emacs)Standard Faces'.
7057 (Displaying Faces): Fix xref to `Standard Faces'.
7058
7059 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
7060
70612005-08-20 Alan Mackenzie <acm@muc.de>
7062
7063 * buffers.texi (The Buffer List): Clarify the manipulation of the
7064 buffer list.
7065
70662005-08-14 Richard M. Stallman <rms@gnu.org>
7067
7068 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
7069 a regexp.
7070
70712005-08-11 Richard M. Stallman <rms@gnu.org>
7072
7073 * elisp.texi (Top): Update subnode lists.
7074
7075 * display.texi (Inverse Video): Node deleted.
7076
7077 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
7078 New nodes split out of Coding Conventions.
7079
7080 * searching.texi (Regular Expressions): Document re-builder.
7081
7082 * os.texi (Time Parsing): New node split out of Time Conversion.
7083
7084 * processes.texi (Misc Network, Network Feature Testing)
7085 (Network Options, Make Network): New nodes split out of
7086 Low-Level Network.
7087
70882005-08-09 Richard M. Stallman <rms@gnu.org>
7089
7090 * frames.texi (Geometry): New node, split from Size and Position.
7091 (Frame Parameters): Refer to Geometry.
7092
7093 * buffers.texi (The Buffer List): Fix xrefs.
7094
7095 * windows.texi (Splitting Windows): Fix xref.
7096
7097 * frames.texi (Layout Parameters): Add xref.
7098
7099 * display.texi (Line Height, Scroll Bars): Fix xrefs.
7100
7101 * keymaps.texi (Menu Bar): Fix xref.
7102
7103 * locals.texi (Standard Buffer-Local Variables): Fix xref.
7104
7105 * modes.texi (%-Constructs): Fix xref.
7106
7107 * frames.texi (Window Frame Parameters): Node split up.
7108 (Basic Parameters, Position Parameters, Size Parameters)
7109 (Layout Parameters, Buffer Parameters, Management Parameters)
7110 (Cursor Parameters, Color Parameters): New subnodes.
7111
71122005-08-09 Luc Teirlinck <teirllm@auburn.edu>
7113
7114 * positions.texi (Screen Lines): Update xref for previous change
7115 in minibuf.texi.
7116
7117 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
7118 change in minibuf.texi.
7119
71202005-08-09 Richard M. Stallman <rms@gnu.org>
7121
7122 * tips.texi (Coding Conventions): Minor cleanup.
7123
7124 * modes.texi (Defining Minor Modes): Explain when init-value
7125 can be non-nil.
7126
7127 * elisp.texi (Top): Update submenu for Minibuffer.
7128
7129 * minibuf.texi (Minibuffer Misc): Node split up.
7130 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
7131 (Recursive Mini): New nodes split out from Minibuffer Misc.
7132 (Minibuffer Misc): Document max-mini-window-height.
7133
7134 * hash.texi (Defining Hash): Delete stray paren in example.
7135
7136 * display.texi (Echo Area Customization): Don't define
7137 max-mini-window-height here; xref instead.
7138
7139 * commands.texi (Event Input Misc): Update while-no-input.
7140
7141 * advice.texi (Advising Functions): Explain when to use advice
7142 and when to use a hook.
7143
71442005-07-30 Eli Zaretskii <eliz@gnu.org>
7145
7146 * makefile.w32-in (info): Don't run install-info.
7147 ($(infodir)/dir): New target, produced by running install-info.
7148
71492005-07-27 Luc Teirlinck <teirllm@auburn.edu>
7150
7151 * modes.texi (Defining Minor Modes): The keyword for the initial
7152 value is :init-value, not :initial-value.
7153
71542005-07-23 Eli Zaretskii <eliz@gnu.org>
7155
7156 * loading.texi (Autoload): Make the `doctor' example be consistent
7157 with what's in current loaddefs.el. Describe the "fn" magic in
7158 the usage portion of the doc string.
7159
71602005-07-22 Richard M. Stallman <rms@gnu.org>
7161
7162 * internals.texi (Garbage Collection): Clarify previous change.
7163
71642005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
7165
7166 * internals.texi (Garbage Collection): Add gc-cons-percentage.
7167
71682005-07-18 Juri Linkov <juri@jurta.org>
7169
7170 * commands.texi (Accessing Events):
7171 * frames.texi (Text Terminal Colors, Resources):
7172 * markers.texi (The Mark):
7173 * modes.texi (Defining Minor Modes):
7174 Delete duplicate duplicate words.
7175
71762005-07-16 Richard M. Stallman <rms@gnu.org>
7177
7178 * display.texi (Managing Overlays): Clarify make-overlay
7179 args for insertion types.
7180
71812005-07-13 Luc Teirlinck <teirllm@auburn.edu>
7182
7183 * customize.texi (Variable Definitions):
7184 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
7185 `standard-value' is a list too.
7186 (Defining New Types): Use @key{RET} instead of @key{ret}.
7187
71882005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
7189
7190 * os.texi (Translating Input): Fix typo.
7191
71922005-07-08 Richard M. Stallman <rms@gnu.org>
7193
7194 * README: Update edition number and size estimate.
7195
7196 * elisp.texi (VERSION): Set to 2.9.
7197
71982005-07-07 Richard M. Stallman <rms@gnu.org>
7199
7200 * book-spine.texinfo: Update Emacs version.
7201
7202 * display.texi (Inverse Video): Delete mode-line-inverse-video.
7203
72042005-07-06 Richard M. Stallman <rms@gnu.org>
7205
7206 * searching.texi (Regexp Search): Clarify what re-search-forward
7207 does when the search fails.
7208
72092005-07-05 Lute Kamstra <lute@gnu.org>
7210
7211 * Update FSF's address in GPL notices.
7212
7213 * doclicense.texi (GNU Free Documentation License):
7214 * gpl.texi (GPL):
7215 * tips.texi (Coding Conventions, Library Headers):
7216 * vol1.texi:
7217 * vol2.texi: Update FSF's address.
7218
72192005-07-04 Richard M. Stallman <rms@gnu.org>
7220
7221 * hooks.texi (Standard Hooks): Add occur-hook.
7222
72232005-07-03 Luc Teirlinck <teirllm@auburn.edu>
7224
7225 * display.texi (The Echo Area): Correct menu.
7226
72272005-07-03 Richard M. Stallman <rms@gnu.org>
7228
7229 * elisp.texi (Top): Update subnode menu for Display.
7230
7231 * display.texi (Displaying Messages): New node, with most
7232 of what was in The Echo Area.
5dcb4c4e 7233 (Progress): Move under The Echo Area.
b8d4c8d0
GM
7234 (Logging Messages): New node with new text.
7235 (Echo Area Customization): New node, the rest of what was
7236 in The Echo Area. Document message-truncate-lines with @defvar.
7237 (Display): Update menu.
7238
7239 * windows.texi (Textual Scrolling): Doc 3 values for
7240 scroll-preserve-screen-position.
7241
7242 * text.texi (Special Properties): Change hook functions
7243 should bind inhibit-modification-hooks around altering buffer text.
7244
7245 * keymaps.texi (Key Binding Commands): Call binding BINDING
7246 rather than DEFINITION.
7247
72482005-06-29 Juanma Barranquero <lekktu@gmail.com>
7249
7250 * variables.texi (Defining Variables): `user-variable-p' returns t
7251 for aliases of user options, nil for alias loops.
7252
72532005-06-28 Richard M. Stallman <rms@gnu.org>
7254
7255 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
7256 make-keymap.
7257
72582005-06-27 Luc Teirlinck <teirllm@auburn.edu>
7259
7260 * variables.texi (Setting Variables): Correct and clarify
7261 description of `add-to-ordered-list'.
7262
72632005-06-26 Richard M. Stallman <rms@gnu.org>
7264
7265 * display.texi (Faces): Minor cleanup.
7266
72672005-06-25 Luc Teirlinck <teirllm@auburn.edu>
7268
7269 * display.texi (Faces): `facep' returns t for strings that are
7270 face names.
7271
72722005-06-25 Richard M. Stallman <rms@gnu.org>
7273
7274 * objects.texi (Equality Predicates): Clarify meaning of equal.
7275
7276 * windows.texi (Selecting Windows): save-selected-window
7277 and with-selected-window save and restore the current buffer.
7278
72792005-06-24 Richard M. Stallman <rms@gnu.org>
7280
7281 * numbers.texi (Float Basics): Explain how to test for NaN,
7282 and printing the sign of NaNs.
7283
72842005-06-24 Eli Zaretskii <eliz@gnu.org>
7285
7286 * makefile.w32-in (MAKEINFO): Use --force.
7287
72882005-06-23 Richard M. Stallman <rms@gnu.org>
7289
7290 * display.texi (Face Functions): Correct Texinfo usage.
7291
72922005-06-23 Luc Teirlinck <teirllm@auburn.edu>
7293
7294 * lists.texi (Rings): `ring-elements' now returns the elements of
7295 RING in order.
7296
72972005-06-23 Juanma Barranquero <lekktu@gmail.com>
7298
7299 * markers.texi (The Mark): Texinfo usage fix.
7300
73012005-06-23 Kim F. Storm <storm@cua.dk>
7302
7303 * searching.texi (Entire Match Data): Remove evaporate option for
7304 match-data. Do not mention evaporate option for set-match-data.
7305
73062005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
7307
7308 * display.texi (Face Functions): Mention face aliases.
7309
73102005-06-21 Richard M. Stallman <rms@gnu.org>
7311
7312 * anti.texi (Antinews): Texinfo usage fix.
7313
73142005-06-21 Karl Berry <karl@gnu.org>
7315
7316 * elisp.texi: Use @copying.
7317
7318 * elisp.texi: Put @summarycontents and @contents before the Top
7319 node, instead of the end of the file, so that the contents appear
7320 in the right place in the dvi/pdf output.
7321
73222005-06-21 Juri Linkov <juri@jurta.org>
7323
7324 * display.texi (Defining Faces): Add `customized-face'.
7325
73262005-06-20 Kim F. Storm <storm@cua.dk>
7327
7328 * variables.texi (Setting Variables): Any type of element can be
7329 given order in add-to-ordered-list. Compare elements with eq.
7330
7331 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
7332
73332005-06-20 Karl Berry <karl@gnu.org>
7334
7335 * syntax.texi (Syntax Flags): Make last column very slightly wider
7336 to avoid "generic comment" breaking on two lines and causing an
7337 underfull box.
7338
73392005-06-19 Luc Teirlinck <teirllm@auburn.edu>
7340
7341 * lists.texi (Rings): Various minor clarifications and corrections.
7342
73432005-06-18 Richard M. Stallman <rms@gnu.org>
7344
7345 * functions.texi (Obsolete Functions): Simplify.
7346
7347 * variables.texi (Variable Aliases): Simplify.
7348
7349 * anti.texi, backups.texi, compile.texi, customization.texi:
7350 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
7351 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
7352 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
7353 * variables.texi: Fix formatting ugliness.
7354
7355 * elisp.texi: Add links to Rings and Byte Packing.
7356 Update version and copyright years.
7357
7358 * minibuf.texi: Fix formatting ugliness.
7359 (Completion Commands): Move keymap vars to the end
7360 and vars completing-read binds to the top.
7361
73622005-06-17 Luc Teirlinck <teirllm@auburn.edu>
7363
7364 * processes.texi: Fix typos.
7365 (Bindat Spec): Correct Texinfo error.
7366 (Byte Packing): Fix ungrammatical sentence.
7367
73682005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
7369
7370 * lists.texi (Rings): New node.
7371 (Lists): Add it to menu.
7372
7373 * processes.texi (Byte Packing): New node.
7374 (Processes): Add it to menu.
7375
73762005-06-17 Richard M. Stallman <rms@gnu.org>
7377
7378 * syntax.texi (Parsing Expressions): Fix texinfo usage.
7379
7380 * help.texi (Documentation Basics): Explain the xref to
7381 Documentation Tips.
7382
7383 * debugging.texi (Debugger Commands): Minor fix.
7384
73852005-06-16 Luc Teirlinck <teirllm@auburn.edu>
7386
7387 * edebug.texi (Instrumenting): Eliminate duplicate link.
7388 (Specification List): Replace references to "below", referring to
7389 a later node, with one @ref to that node.
7390
7391 * os.texi (Timers): Timers should save and restore the match data
7392 if they change it.
7393
7394 * debugging.texi (Debugger Commands): Mention that the Lisp
7395 debugger can not step through primitive functions.
7396
73972005-06-16 Juanma Barranquero <lekktu@gmail.com>
7398
7399 * functions.texi (Obsolete Functions): Update argument names of
7400 `make-obsolete' and `define-obsolete-function-alias'.
7401
7402 * variables.texi (Variable Aliases): Update argument names of
7403 `defvaralias', `make-obsolete-variable' and
7404 `define-obsolete-variable-alias'.
7405
74062005-06-15 Kim F. Storm <storm@cua.dk>
7407
7408 * searching.texi (Entire Match Data): Rephrase warnings about
7409 evaporate arg to match-data and set-match-data.
7410
74112005-06-14 Luc Teirlinck <teirllm@auburn.edu>
7412
7413 * elisp.texi (Top): Update detailed menu.
7414
7415 * edebug.texi (Edebug): Update menu.
7416 (Instrumenting): Update xrefs.
7417 (Edebug Execution Modes): Correct xref.
7418 (Jumping): Clarify description of `h' command.
7419 Eliminate redundant @ref.
7420 (Breaks): New node.
7421 (Breakpoints): Is now a subsubsection.
7422 (Global Break Condition): Mention `C-x X X'.
7423 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
7424 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
7425 (Edebug Display Update): Correct pxref.
7426 (Edebug and Macros): New node.
7427 (Instrumenting Macro Calls): Is now a subsubsection.
7428 Neither arg of `def-edebug-spec' is evaluated.
7429 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
7430 (Specification Examples): Fix typo.
7431
74322005-06-14 Lute Kamstra <lute@gnu.org>
7433
7434 * debugging.texi (Function Debugging): Primitives can break on
7435 entry too.
7436
74372005-06-14 Kim F. Storm <storm@cua.dk>
7438
7439 * variables.texi (Setting Variables): Add add-to-ordered-list.
7440
74412005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
7442
7443 * syntax.texi (Parsing Expressions): Document aux functions and vars of
7444 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
7445
74462005-06-13 Lute Kamstra <lute@gnu.org>
7447
7448 * text.texi (Special Properties): Fix cross reference.
7449
74502005-06-11 Luc Teirlinck <teirllm@auburn.edu>
7451
7452 * debugging.texi (Function Debugging): Delete mention of empty
7453 string argument to `cancel-debug-on-entry'. Delete inaccurate
7454 description of the return value of that command.
7455
74562005-06-11 Alan Mackenzie <acm@muc.de>
7457
7458 * text.texi (Adaptive Fill): Amplify the description of
7459 fill-context-prefix.
7460
74612005-06-10 Luc Teirlinck <teirllm@auburn.edu>
7462
7463 * syntax.texi (Parsing Expressions): Fix Texinfo error.
7464
74652005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
7466
7467 * syntax.texi (Parsing Expressions): Document syntax-ppss.
7468
74692005-06-10 Luc Teirlinck <teirllm@auburn.edu>
7470
7471 * debugging.texi (Error Debugging): Minor rewording.
7472 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
7473 is optional.
7474
74752005-06-10 Lute Kamstra <lute@gnu.org>
7476
7477 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
7478 (Top): Give it a title. Correct version number. Give the
7479 detailed node listing a more prominent header.
7480 * intro.texi: Don't set VERSION here a second time.
7481 Mention Emacs's version too.
7482 * anti.texi (Antinews): Use EMACSVER to refer to the current
7483 version of Emacs.
7484
74852005-06-09 Kim F. Storm <storm@cua.dk>
7486
7487 * searching.texi (Entire Match Data): Explain new `reseat' argument to
7488 match-data and set-match-data.
7489
74902005-06-08 Richard M. Stallman <rms@gnu.org>
7491
7492 * searching.texi (Entire Match Data): Clarify when match-data
7493 returns markers and when integers.
7494
7495 * display.texi (Defining Faces): Explain that face name should not
7496 end in `-face'.
7497
7498 * modes.texi (Mode Line Data): Minor cleanup.
7499 (Customizing Keywords): Node split out of Search-based Fontification.
7500 Add example of using font-lock-add-keywords from a hook.
7501 Clarify when MODE should be non-nil, and when nil.
7502
75032005-06-06 Richard M. Stallman <rms@gnu.org>
7504
7505 * modes.texi (Mode Line Data): Explain what happens when the car
7506 of a list is a void symbol.
7507 (Search-based Fontification): Explain MODE arg to
7508 font-lock-add-keywords and warn about calls from major modes.
7509
75102005-06-08 Juri Linkov <juri@jurta.org>
7511
7512 * display.texi (Standard Faces): Add `shadow' face.
7513
75142005-05-29 Luc Teirlinck <teirllm@auburn.edu>
7515
7516 * modes.texi (Major Mode Conventions): A derived mode only needs
7517 to put the call to the parent mode inside `delay-mode-hooks'.
7518
75192005-05-29 Richard M. Stallman <rms@gnu.org>
7520
7521 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
7522 new, and what that implies. Clarify.
7523
7524 * files.texi (Locating Files): Clean up the text.
7525
7526 * frames.texi (Window Frame Parameters): Document user-size.
7527 Shorten entry for top by referring to left.
7528
75292005-05-26 Richard M. Stallman <rms@gnu.org>
7530
7531 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
7532 is new, and what the implications are. Other clarifications.
7533
75342005-05-24 Richard M. Stallman <rms@gnu.org>
7535
7536 * frames.texi (Dialog Boxes): Minor fixes.
7537
75382005-05-25 Masatake YAMATO <jet@gyve.org>
7539
7540 * display.texi (Standard Faces): Write about `mode-line-highlight'.
7541
75422005-05-24 Luc Teirlinck <teirllm@auburn.edu>
7543
7544 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
7545 is optional.
7546
75472005-05-24 Nick Roberts <nickrob@snap.net.nz>
7548
10d1d0af 7549 * frames.texi (Dialog Boxes): Describe new optional argument.
b8d4c8d0
GM
7550
75512005-05-23 Lute Kamstra <lute@gnu.org>
7552
7553 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
7554 syntax-begin-function over font-lock-beginning-of-syntax-function.
7555
75562005-05-21 Luc Teirlinck <teirllm@auburn.edu>
7557
7558 * minibuf.texi (Reading File Names): Update description of
7559 `read-directory-name'.
7560
7561 * modes.texi (Derived Modes): Clarify :group keyword.
7562
75632005-05-21 Eli Zaretskii <eliz@gnu.org>
7564
7565 * files.texi (Locating Files): New subsection.
7566 Describe locate-file and executable-find.
7567
75682005-05-21 Kevin Ryde <user42@zip.com.au>
7569
7570 * frames.texi (Initial Parameters): Update cross reference to
7571 "Emacs Invocation".
7572
75732005-05-19 Luc Teirlinck <teirllm@auburn.edu>
7574
7575 * keymaps.texi (Active Keymaps): Add anchor.
7576
7577 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
7578 (Major Mode Conventions): Refer to `Auto Major Mode' in more
7579 appropriate place.
7580 (Derived Modes): Small clarifications.
7581 (Minor Mode Conventions, Keymaps and Minor Modes):
7582 Replace references to nodes with references to anchors.
7583 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
7584 Clarify description of lists whose first element is an integer.
7585 (Mode Line Variables): Add anchor.
7586 (%-Constructs): Clarify description of integer after %.
7587 (Emulating Mode Line): Describe nil value for FACE.
7588
75892005-05-18 Luc Teirlinck <teirllm@auburn.edu>
7590
7591 * modes.texi (Derived Modes): Correct references to non-existing
7592 variable standard-syntax-table.
7593
75942005-05-17 Lute Kamstra <lute@gnu.org>
7595
7596 * modes.texi (Defining Minor Modes): Mention the mode hook.
7597
75982005-05-15 Kim F. Storm <storm@cua.dk>
7599
7600 * processes.texi (Network): Remove open-network-stream-nowait.
7601 (Network Servers): Remove open-network-stream-server.
7602
76032005-05-15 Luc Teirlinck <teirllm@auburn.edu>
7604
7605 * elisp.texi (Top): Update detailed menu.
7606
7607 * variables.texi: Reorder nodes.
7608 (Variables): Update menu.
7609 (File Local Variables): Do not refer to the `-*-' line as
7610 a "local variables list". Add pxref.
7611
76122005-05-14 Luc Teirlinck <teirllm@auburn.edu>
7613
7614 * elisp.texi (Top): Update detailed menu for node changes.
7615
7616 * modes.texi (Modes): Update Menu.
7617 (Hooks): Move to beginning of chapter.
7618 Most minor modes run mode hooks too.
7619 `add-hook' can handle void hooks or hooks whose value is a single
7620 function.
7621 (Major Modes): Update Menu.
7622 (Major Mode Basics): New node, split off from `Major Modes'.
7623 (Major Mode Conventions): Correct xref. Explain how to handle
7624 auto-mode-alist if the major mode command has an autoload cookie.
7625 (Auto Major Mode): Major update. Add magic-mode-alist.
7626 (Derived Modes): Major update.
7627 (Mode Line Format): Update Menu.
7628 (Mode Line Basics): New node, split off from `Mode Line Format'.
7629
7630 * loading.texi (Autoload): Mention `autoload cookie' as synonym
7631 for `magic autoload comment'. Add index entries and anchor.
7632
76332005-05-14 Richard M. Stallman <rms@gnu.org>
7634
7635 * tips.texi (Coding Conventions): Explain how important it is
7636 that just loading certain files not change Emacs behavior.
7637
7638 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
7639
76402005-05-12 Lute Kamstra <lute@gnu.org>
7641
7642 * modes.texi (Generic Modes): Update.
7643 (Major Modes): Refer to node "Generic Modes".
7644
7645 * elisp.texi (Top): Update to the current structure of the manual.
7646 * processes.texi (Processes): Add menu description.
7647 * customize.texi (Customization): Add menu descriptions.
7648
76492005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
7650
7651 * processes.texi (Signals to Processes)
7652 (Low-Level Network): Fix typos.
7653
76542005-05-11 Lute Kamstra <lute@gnu.org>
7655
7656 * elisp.texi (Top): Add some nodes from the chapter "Major and
7657 Minor Modes" to the detailed node listing.
7658
76592005-05-10 Richard M. Stallman <rms@gnu.org>
7660
7661 * keymaps.texi (Extended Menu Items): Menu item filter functions
7662 can be called at any time.
7663
76642005-05-08 Luc Teirlinck <teirllm@auburn.edu>
7665
7666 * variables.texi (File Local Variables): `(hack-local-variables t)'
7667 now also checks whether a mode is specified in the local variables
7668 list.
7669
76702005-05-05 Kevin Ryde <user42@zip.com.au>
7671
7672 * display.texi (The Echo Area): Correct format function cross
7673 reference.
7674
76752005-05-05 Luc Teirlinck <teirllm@auburn.edu>
7676
7677 * variables.texi (Variable Aliases): Change description of
7678 `define-obsolete-variable-alias'.
7679
7680 * functions.texi (Functions): Add "Obsolete Functions" to menu.
7681 (Defining Functions): Add xref.
7682 (Obsolete Functions): New node.
7683 (Function Safety): Standardize capitalization of section title.
7684
7685 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
7686 (Dialog Boxes): Complete description of `x-popup-dialog'.
7687
76882005-05-04 Richard M. Stallman <rms@gnu.org>
7689
7690 * commands.texi (Interactive Codes): Fix Texinfo usage.
7691 Document U more clearly.
7692
76932005-05-01 Luc Teirlinck <teirllm@auburn.edu>
7694
7695 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
7696 function and not a macro.
7697
7698 * frames.texi (Pop-Up Menus): Correct and clarify description of
7699 `x-popup-menu'.
7700 (Dialog Boxes): Clarify description of `x-popup-dialog'.
7701
77022005-05-01 Richard M. Stallman <rms@gnu.org>
7703
7704 * edebug.texi (Checking Whether to Stop): Fix previous change.
7705
77062005-05-01 Luc Teirlinck <teirllm@auburn.edu>
7707
7708 * display.texi: Fix typos and Texinfo usage.
7709
7710 * edebug.texi (Checking Whether to Stop): executing-macro ->
7711 executing-kbd-macro.
7712
77132005-05-01 Richard M. Stallman <rms@gnu.org>
7714
7715 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
7716
77172005-04-30 Richard M. Stallman <rms@gnu.org>
7718
7719 * files.texi (Magic File Names): Document `operations' property.
7720
77212005-04-29 Lute Kamstra <lute@gnu.org>
7722
7723 * modes.texi (Generic Modes): New node.
7724 (Major Modes): Add it to the menu.
7725 (Derived Modes): Add "derived mode" to concept index.
7726
77272005-04-28 Lute Kamstra <lute@gnu.org>
7728
7729 * modes.texi (Defining Minor Modes): Fix previous change.
7730 (Font Lock Mode): Simplify.
7731 (Font Lock Basics): Say that font-lock-defaults is buffer-local
7732 when set and that some parts are optional. Add cross references.
7733 (Search-based Fontification): Say how to specify font-lock-keywords.
7734 Add cross references. Add font-lock-multiline to index.
7735 Move font-lock-keywords-case-fold-search here from node "Other Font
7736 Lock Variables". Document font-lock-add-keywords and
7737 font-lock-remove-keywords.
7738 (Other Font Lock Variables): Move font-lock-keywords-only,
7739 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
7740 and font-lock-syntactic-face-function to node "Syntactic Font
7741 Lock". Move font-lock-keywords-case-fold-search to node
7742 "Search-based Fontification". Document font-lock-inhibit-thing-lock
7743 and font-lock-{,un}fontify-{buffer,region}-function.
7744 (Precalculated Fontification): Remove reference to deleted variable
7745 font-lock-core-only.
7746 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
7747 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
7748 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
7749 and font-lock-syntactic-face-function here from node "Other Font
7750 Lock Variables". Move font-lock-syntactic-keywords to "Setting
7751 Syntax Properties". Add cross references.
7752 (Setting Syntax Properties): New node.
7753 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
7754 * syntax.texi (Syntax Properties): Add cross reference.
7755 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
7756
77572005-04-26 Richard M. Stallman <rms@gnu.org>
7758
7759 * display.texi (Defining Faces):
7760 Document `default' elements of defface spec.
7761
7762 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
7763
7764 * variables.texi (Variable Aliases): Clarify text.
7765
77662005-04-25 Chong Yidong <cyd@stupidchicken.com>
7767
7768 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
7769
77702005-04-25 Luc Teirlinck <teirllm@auburn.edu>
7771
7772 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
7773
77742005-04-24 Eli Zaretskii <eliz@gnu.org>
7775
7776 * syntax.texi (Syntax Table Internals): Elaborate documentation of
7777 syntax-after and syntax-class.
7778
7779 * files.texi (Changing Files): Fix last change's cross-reference.
7780 (Unique File Names): Don't mention "numbers" in the documentation
7781 of make-temp-file and make-temp-name.
7782
77832005-04-23 Richard M. Stallman <rms@gnu.org>
7784
7785 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
7786
77872005-04-22 Nick Roberts <nickrob@snap.net.nz>
7788
7789 * windows.texi (Cyclic Window Ordering): Clarify window-list.
7790
77912005-04-22 Nick Roberts <nickrob@snap.net.nz>
7792
7793 * variables.texi (Variable Aliases): Describe make-obsolete-variable
7794 and define-obsolete-variable-alias.
7795
77962005-04-22 Kim F. Storm <storm@cua.dk>
7797
7798 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
7799 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
7800
78012005-04-21 Lute Kamstra <lute@gnu.org>
7802
7803 * lists.texi (Association Lists): Document rassq-delete-all.
7804
78052005-04-19 Richard M. Stallman <rms@gnu.org>
7806
7807 * modes.texi (Search-based Fontification): Explain that
7808 facespec is an expression to be evaluated.
7809
78102005-04-19 Kevin Ryde <user42@zip.com.au>
7811
7812 * streams.texi (Output Functions): Fix xref.
7813 * strings.texi (String Conversion): Fix xref.
7814
78152005-04-19 Kim F. Storm <storm@cua.dk>
7816
7817 * symbols.texi (Symbol Plists): Add safe-get.
7818 Mention that `get' may signal an error.
7819
78202005-04-18 Nick Roberts <nickrob@snap.net.nz>
7821
7822 * customize.texi (Variable Definitions): Replace tooltip-mode
7823 example with save-place.
7824
78252005-04-17 Richard M. Stallman <rms@gnu.org>
7826
7827 * buffers.texi (Indirect Buffers): Clarify.
7828
7829 * positions.texi (Positions): Clarify converting marker to integer.
7830
7831 * strings.texi (String Basics): Mention string-match; clarify.
7832
78332005-04-08 Lute Kamstra <lute@gnu.org>
7834
7835 * modes.texi (Search-based Fontification): Fix cross references.
7836 Use consistent terminology. Document anchored highlighting.
7837
78382005-04-05 Lute Kamstra <lute@gnu.org>
7839
7840 * modes.texi (Defining Minor Modes): Document :group keyword
7841 argument and its default value.
7842
78432005-04-03 Lute Kamstra <lute@gnu.org>
7844
7845 * hooks.texi (Standard Hooks): Add some hooks. Add cross
7846 references and/or descriptions. Delete major mode hooks; mention
7847 them as a category instead. Rename or delete obsolete hooks.
7848
78492005-04-02 Richard M. Stallman <rms@gnu.org>
7850
7851 * nonascii.texi (Coding System Basics): Another wording cleanup.
7852
78532005-04-01 Richard M. Stallman <rms@gnu.org>
7854
7855 * nonascii.texi (Coding System Basics): Clarify previous change.
7856
78572005-04-01 Kenichi Handa <handa@m17n.org>
7858
10d1d0af 7859 * nonascii.texi (Coding System Basics): Describe about roundtrip
b8d4c8d0
GM
7860 identity of coding systems.
7861
78622005-03-29 Chong Yidong <cyd@stupidchicken.com>
7863
7864 * text.texi (Buffer Contents): Add filter-buffer-substring and
7865 buffer-substring-filters.
7866
78672005-03-26 Chong Yidong <cyd@stupidchicken.com>
7868
7869 * anti.texi (Antinews): Mention `G' interactive code.
7870
7871 * tips.texi (Compilation Tips): Mention benchmark.el.
7872
78732005-03-27 Luc Teirlinck <teirllm@auburn.edu>
7874
7875 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
7876 is now bound to M-o M-o.
7877
7878 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
7879
78802005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
7881
7882 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
7883 in the Emacs Manual).
7884 * Makefile.in (srcs): Remove calendar.texi.
7885 * makefile.w32-in (srcs): Remove calendar.texi.
7886 * display.texi (Display): Change name of next node.
7887 * os.texi (System In): Change name of previous node.
7888 * elisp.texi (Top): Remove Calendar references.
7889 * vol1.texi (Top): Remove Calendar references.
7890 * vol2.texi (Top): Remove Calendar references.
7891
78922005-03-25 Richard M. Stallman <rms@gnu.org>
7893
7894 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
7895 Cleanup previous change.
7896
78972005-03-25 Chong Yidong <cyd@stupidchicken.com>
7898
7899 * display.texi (Face Attributes): Faces earlier in an :inherit
7900 list take precedence.
7901 (Scroll Bars): Fix description of vertical-scroll-bars.
7902 Document frame-current-scroll-bars and window-current-scroll-bars.
7903
7904 * markers.texi (The Mark): Document temporary Transient Mark mode.
7905
7906 * minibuf.texi (Reading File Names):
7907 Document read-file-name-completion-ignore-case.
7908
7909 * positions.texi (Screen Lines): Document nil for width argument
7910 to compute-motion.
7911
79122005-03-23 Kim F. Storm <storm@cua.dk>
7913
7914 * display.texi (Standard Faces): Other faces used in the fringe
7915 implicitly inherits from the fringe face.
7916 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
7917 properties implicitly inherits from fringe face.
7918 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
7919
79202005-03-20 Chong Yidong <cyd@stupidchicken.com>
7921
7922 * display.texi (Invisible Text): State default value of
7923 line-move-ignore-invisible.
7924 (Managing Overlays): Document remove-overlays.
7925 (Standard Faces): Document escape-glyph face.
7926
7927 * minibuf.texi (Reading File Names): Document read-file-name-function.
7928
7929 * modes.texi (Other Font Lock Variables):
7930 Document font-lock-lines-before.
7931
7932 * positions.texi (Skipping Characters): skip-chars-forward allows
7933 character classes.
7934
79352005-03-18 Lute Kamstra <lute@gnu.org>
7936
7937 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
7938
79392005-03-17 Richard M. Stallman <rms@gnu.org>
7940
7941 * text.texi (Undo): Document extensible undo entries.
7942
dd7b651b 7943 * searching.texi (String Search, Regexp Search): Cleanups.
b8d4c8d0
GM
7944
7945 * nonascii.texi (Character Codes): Minor fix.
7946
7947 * display.texi (Display Property): Explain the significance
7948 of having text properties that are eq.
7949 (Other Display Specs): Explain string as display spec.
7950
7951 * commands.texi (Interactive Codes): Document G option.
7952
79532005-03-17 Chong Yidong <cyd@stupidchicken.com>
7954
7955 * text.texi (Filling): Add sentence-end-without-period and
7956 sentence-end-without-space.
7957 (Changing Properties): Minor fix.
7958
7959 * anti.texi: Total rewrite.
7960
79612005-03-15 Lute Kamstra <lute@gnu.org>
7962
7963 * edebug.texi (Instrumenting Macro Calls): Fix typos.
7964
79652005-03-08 Kim F. Storm <storm@cua.dk>
7966
7967 * display.texi (Specified Space): Property :width is support on
7968 non-graphic terminals, :height is not.
7969
79702005-03-07 Richard M. Stallman <rms@gnu.org>
7971
7972 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
7973 Now subnodes of Fringes.
7974 (Overlay Arrow): Document overlay-arrow-variable-list.
7975 (Fringe Size/Pos): New node, broken out of Fringes.
7976 (Display): Explain clearing vs redisplay better.
7977 (Truncation): Clarify use of bitmaps.
7978 (The Echo Area): Clarify the uses of the echo area.
7979 Add max-mini-window-height.
7980 (Progress): Clarify.
7981 (Invisible Text): Explain that main loop moves point out.
7982 (Selective Display): Say "hidden", not "invisible".
7983 (Managing Overlays): Move up. Describe relation to Undo here.
7984 (Overlay Properties): Clarify intro.
7985 (Finding Overlays): Explain return values when nothing found.
7986 (Width): truncate-string-to-width has added arg.
7987 (Displaying Faces): Clarify and update mode line face handling.
7988 (Face Functions): Minor cleanup.
7989 (Conditional Display): Merge into Other Display Specs.
7990 (Pixel Specification, Other Display Specs): Minor cleanups.
7991 (Images, Image Descriptors): Minor cleanups.
7992 (GIF Images): Patents have expired.
7993 (Showing Images): Explain default text for insert-image.
7994 (Manipulating Button Types): Merge into Manipulating Buttons.
7995 (Making Buttons): Explain return values.
7996 (Button Buffer Commands): Add xref.
7997 (Inverse Video): Update mode-line-inverse-video.
7998 (Display Table Format): Clarify.
7999 (Active Display Table): Give defaults for window-display-table.
8000
8001 * calendar.texi (Calendar Customizing): calendar-holiday-marker
8002 and calendar-today-marker are strings, not chars.
8003 (Holiday Customizing): Minor fix.
8004
8005 * internals.texi (Writing Emacs Primitives): Update `or' example.
8006 Update limit on # args of subr.
8007
8008 * edebug.texi (Using Edebug): Arrow is in fringe.
8009 (Instrumenting): Arg to eval-defun works without loading edebug.
8010 (Edebug Execution Modes): Add xref.
8011
8012 * customize.texi (Common Keywords): Clarify :require.
8013 Mention :version here.
8014 (Variable Definitions, Group Definitions): Not here.
8015 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
8016
80172005-03-07 Chong Yidong <cyd@stupidchicken.com>
8018 * nonascii.texi (Text Representations): Clarify position-bytes.
8019 (Character Sets): Add list-charset-chars.
8020 (Scanning Charsets): Add charset-after.
8021 (Encoding and I/O): Minor fix.
8022
80232005-03-06 Richard M. Stallman <rms@gnu.org>
8024
8025 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
8026 (Resizing Windows): Likewise.
8027
8028 * text.texi (Change Hooks): Get rid of "Emacs 21".
8029
8030 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
8031
8032 * streams.texi (Output Variables): Get rid of "Emacs 21".
8033
8034 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
8035
8036 * os.texi (Translating Input): Replace flow-control example
8037 with a less obsolete example that uses `keyboard-translate'.
8038
8039 * objects.texi (Hash Table Type, Circular Objects):
8040 Get rid of "Emacs 21".
8041
8042 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
8043 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
8044
8045 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
8046
8047 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
8048
8049 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
8050 (Menu Bar): Fix when menu-bar-update-hook is called.
8051
8052 * hash.texi (Hash Tables): Get rid of "Emacs 21".
8053
8054 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
8055 and make it read better.
8056
8057 * files.texi (Writing to Files): Get rid of "Emacs 21".
8058 (Unique File Names): Likewise.
8059
8060 * elisp.texi: Update Emacs version to 22.
8061
8062 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
8063 (Overlay Properties, Face Attributes): Likewise.
8064 (Managing Overlays): Fix punctuation.
8065 (Attribute Functions): Clarify set-face-font; get rid of
8066 info about old Emacs versions.
8067 (Auto Faces, Font Lookup, Display Property, Images):
8068 Get rid of "Emacs 21".
8069
8070 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
8071
80722005-03-05 Richard M. Stallman <rms@gnu.org>
8073
8074 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
8075
80762005-03-04 Lute Kamstra <lute@gnu.org>
8077
8078 * debugging.texi (Error Debugging): Document stack-trace-on-error.
8079
80802005-03-03 Lute Kamstra <lute@gnu.org>
8081
8082 * edebug.texi (Instrumenting Macro Calls): Fix typo.
8083
80842005-03-01 Lute Kamstra <lute@gnu.org>
8085
8086 * debugging.texi (Debugger Commands): Update `j'.
8087
80882005-02-28 Lute Kamstra <lute@gnu.org>
8089
8090 * debugging.texi (Debugging): Fix typo.
8091 (Error Debugging): Document eval-expression-debug-on-error.
8092 (Function Debugging): Update example.
8093 (Using Debugger): Mention starred stack frames.
8094 (Debugger Commands): Document `j' and `l'.
8095 (Invoking the Debugger): `d' and `j' exit recursive edit too.
8096 Update the messages that the debugger displays.
8097 (Internals of Debugger): Add cross reference. Update example.
8098 (Excess Open): Minor improvement.
8099 (Excess Close): Minor improvement.
8100
81012005-02-26 Richard M. Stallman <rms@gnu.org>
8102
8103 * tips.texi (Coding Conventions): Clarify.
8104 Put all the major mode key reservations together.
8105 Mention the Mouse-1 => Mouse-2 conventions.
8106
8107 * syntax.texi (Syntax Class Table): Clarify.
8108 (Syntax Table Functions): syntax-after moved from here.
8109 (Syntax Table Internals): syntax-after moved to here.
8110 (Parsing Expressions): Update info on number of values
8111 and what's meaningful in the STATE argument.
8112 (Categories): Fix typo.
8113
8114 * sequences.texi (Arrays): Cleanup.
8115 (Char-Tables): Clarify.
8116
8117 * processes.texi (Deleting Processes): Cleanups, add xref.
8118 (Subprocess Creation): Explain nil in exec-path. Cleanup.
8119 (Process Information): set-process-coding-system, some args optional.
8120 (Input to Processes): Explain various types for PROCESS args.
8121 Rename them from PROCESS-NAME to PROCESS.
8122 (Signals to Processes): Likewise.
8123 (Decoding Output): Cleanup.
8124 (Query Before Exit): Clarify.
8125
8126 * os.texi (Startup Summary): Correct the options; add missing ones.
8127 (Terminal Output, Batch Mode): Clarify.
8128 (Flow Control): Node deleted.
8129
8130 * markers.texi (The Mark): Clarify.
8131
8132 * macros.texi (Expansion): Cleanup.
8133 (Indenting Macros): indent-spec allows ints, not floats.
8134
8135 * keymaps.texi (Keymaps): Clarify.
8136 (Format of Keymaps): Update lisp-mode-map example.
8137 (Active Keymaps, Key Lookup): Clarify.
8138 (Changing Key Bindings): Add xref to `kbd'.
8139 (Key Binding Commands, Simple Menu Items): Clarify.
8140 (Mouse Menus, Menu Bar): Clarify.
8141 (Menu Example): Replace print example with menu-bar-replace-menu.
8142
8143 * help.texi (Documentation Basics): Add function-documentation prop.
8144
8145 * elisp.texi (Top): Don't refer to Flow Control node.
8146
8147 * commands.texi (Command Overview): Improve xrefs.
8148 (Adjusting Point): Adjusting point applies to intangible and invis.
8149 (Key Sequence Input): Doc extra read-key-sequence args.
8150 Likewise for read-key-sequence-vector.
8151
8152 * backups.texi (Rename or Copy): Minor fix.
8153 (Numbered Backups): For version-control, say the default.
8154 (Auto-Saving): make-auto-save-file-name example is simplified.
8155
8156 * advice.texi (Advising Functions): Don't imply one part of Emacs
8157 should advise another part. Markup changes.
8158 (Defining Advice): Move transitional para.
8159 (Activation of Advice): Cleanup.
8160 Explain if COMPILE is nil or negative.
8161
8162 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
8163
81642005-02-24 Lute Kamstra <lute@gnu.org>
8165
8166 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
8167 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
8168
81692005-02-23 Lute Kamstra <lute@gnu.org>
8170
8171 * modes.texi (Defining Minor Modes): define-minor-mode can be used
8172 to define global minor modes as well.
8173
8174 * display.texi (Managing Overlays): overlay-buffer returns nil for
8175 deleted overlays.
8176
81772005-02-22 Kim F. Storm <storm@cua.dk>
8178
8179 * minibuf.texi (Basic Completion): Allow symbols in addition to
8180 strings in try-completion and all-completions.
8181
81822005-02-14 Lute Kamstra <lute@gnu.org>
8183
8184 * elisp.texi (Top): Remove reference to deleted node.
8185
8186 * lists.texi (Lists): Remove reference to deleted node.
8187 (Cons Cells): Fix typo.
8188
8189 * loading.texi (Where Defined): Fix typo.
8190
81912005-02-14 Richard M. Stallman <rms@gnu.org>
8192
8193 * variables.texi (Creating Buffer-Local): change-major-mode-hook
8194 is useful for discarding some minor modes.
8195
8196 * symbols.texi (Symbol Components): Reorder examples.
8197
8198 * streams.texi (Input Functions): State standard-input default.
8199 (Output Variables): State standard-output default.
8200
8201 * objects.texi (Printed Representation): Clarify read syntax vs print.
8202 (Floating Point Type): Explain meaning better.
8203 (Symbol Type): Explain uniqueness better.
8204 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
8205 List examples sooner.
8206 (Box Diagrams): New subnode broken out.
8207 Some examples moved from old Lists as Boxes node.
8208 (Dotted Pair Notation): Clarify intro.
8209 (Array Type): Clarify.
8210 (Type Predicates): Add hash-table-p.
8211
8212 * numbers.texi (Integer Basics): Clarify radix explanation.
8213 (Predicates on Numbers): Minor clarification.
8214 (Comparison of Numbers): Minor clarification. Clarify eql.
8215 Typos in min, max.
8216 (Math Functions): Clarify overflow in expt.
8217
8218 * minibuf.texi (Text from Minibuffer): Minor clarification.
8219 Mention arrow keys.
8220
8221 * loading.texi (Autoload): defun's doc string overrides autoload's
8222 doc string.
8223 (Repeated Loading): Modernize "add to list" examples.
8224 (Where Defined): Finish updating table of load-history elts.
8225
8226 * lists.texi (List-related Predicates): Minor wording improvement.
8227 (Lists as Boxes): Node deleted.
8228 (Building Lists): Explain trivial cases of number-sequence.
8229
8230 * hash.texi (Hash Tables): Add desc to menu items.
10d1d0af 8231 (Creating Hash): Explain "full" means "make larger".
b8d4c8d0
GM
8232 (Hash Access): Any object can be a key.
8233 State value of maphash.
8234
8235 * functions.texi (What Is a Function): Wording cleanup.
8236 (Function Documentation): Minor cleanup.
8237 Explain purpose of calling convention at end of doc string.
8238 (Function Names): Wording cleanup.
8239 (Calling Functions): Wording cleanup.
8240 Explain better how funcall calls the function.
8241 (Function Cells): Delete example of saving and redefining function.
8242
8243 * control.texi (Combining Conditions): Wording cleanup.
8244 (Iteration): dolist and dotimes bind VAR locally.
8245 (Cleanups): Xref to Atomic Changes.
8246
8247 * compile.texi (Byte Compilation): Delete 19.29 info.
8248 (Compilation Functions): Macros' difficulties don't affect defsubst.
8249 (Docs and Compilation): Delete 19.29 info.
8250
82512005-02-10 Richard M. Stallman <rms@gnu.org>
8252
8253 * objects.texi (Symbol Type): Minor correction.
8254
82552005-02-06 Lute Kamstra <lute@gnu.org>
8256
8257 * modes.texi (Example Major Modes): Fix typos.
8258
82592005-02-06 Richard M. Stallman <rms@gnu.org>
8260
8261 * text.texi (Margins): fill-nobreak-predicate can be one function.
8262
8263 * strings.texi (Modifying Strings): clear-string can make unibyte.
8264 (Formatting Strings): format gives error if values missing.
8265
8266 * positions.texi (Character Motion): Mention default arg
8267 for forward-char. backward-char refers to forward-char.
8268 (Word Motion): Mention default arg for forward-word.
8269 (Buffer End Motion): Mention default arg for beginning-of-buffer.
8270 Simplify end-of-buffer.
8271 (Text Lines): Mention default arg for forward-line.
8272 (List Motion): Mention default arg for beginning/end-of-defun.
8273 (Skipping Characters): Minor fixes in explaining character-set.
8274
8275 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
8276 Mode inheritance applies only when default-major-mode is nil.
8277 Clarifications.
8278 (Example Major Modes): Update Text mode and Lisp mode examples.
8279 (Minor Mode Conventions): Mention define-minor-mode at top.
8280 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
8281 (Mode Line Format): Update mode line face display info.
8282 (Properties in Mode): Mention effect of risky vars.
8283 (Imenu): Define imenu-add-to-menubar.
8284 (Font Lock Mode): Add descriptions to menu lines.
8285 (Faces for Font Lock): Add font-lock-doc-face.
8286
82872005-02-05 Lute Kamstra <lute@gnu.org>
8288
8289 * text.texi (Maintaining Undo): Remove obsolete function.
8290
82912005-02-05 Eli Zaretskii <eliz@gnu.org>
8292
8293 * frames.texi (Color Names): Add pointer to the X docs about RGB
c4cc8b9a 8294 color specifications. Improve indexing.
b8d4c8d0
GM
8295 (Text Terminal Colors): Replace the description of RGB values by
8296 an xref to "Color Names".
8297
82982005-02-03 Richard M. Stallman <rms@gnu.org>
8299
8300 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
8301 Clarify.
8302 (Selecting Windows): Clarify save-selected-window.
8303 (Cyclic Window Ordering): Clarify walk-windows.
8304 (Window Point): Clarify.
8305 (Window Start): Add comment to example.
8306 (Resizing Windows): Add `interactive' specs in examples.
8307 Document fit-window-to-buffer.
8308
8309 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
8310 (Undo, Maintaining Undo): Clarify last change.
8311 (Sorting): In sort-numeric-fields, explain about octal and hex.
8312 Mention sort-numeric-base.
8313 (Format Properties): Add xref for hard newlines.
8314
8315 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
8316 (Pop-Up Menus): Fix typo.
8317 (Color Names): Explain all types of color names.
8318 Explain color-values on B&W terminal.
8319 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
8320
8321 * files.texi (File Locks): Not supported on MS systems.
8322 (Testing Accessibility): Clarify.
8323
8324 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
8325 (Coverage Testing): Fix typo.
8326
8327 * commands.texi (Misc Events): Remove stray space.
8328
8329 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
8330 (Modification Time): Clarify when visited-file-modtime returns 0.
8331 (The Buffer List): Clarify bury-buffer.
8332 (Killing Buffers): Clarify.
8333 (Indirect Buffers): Add clone-indirect-buffer.
8334
83352005-02-02 Matt Hodges <MPHodges@member.fsf.org>
8336
8337 * edebug.texi (Printing in Edebug): Fix default value of
8338 edebug-print-circle.
8339 (Coverage Testing): Fix displayed frequency count data.
8340
83412005-02-02 Luc Teirlinck <teirllm@auburn.edu>
8342
8343 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
8344
83452005-02-02 Kim F. Storm <storm@cua.dk>
8346
8347 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
8348
83492005-01-29 Eli Zaretskii <eliz@gnu.org>
8350
8351 * commands.texi (Misc Events): Describe the help-echo event.
8352
8353 * text.texi (Special Properties) <help-echo>: Use `pos'
8354 consistently in description of the help-echo property.
8355 Use @code{nil} instead of @var{nil}.
8356
8357 * display.texi (Overlay Properties): Fix the index entry for
8358 help-echo overlay property.
8359
8360 * customize.texi (Type Keywords): Uncomment the xref to the
8361 help-echo property documentation.
8362
83632005-01-23 Kim F. Storm <storm@cua.dk>
8364
8365 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
8366 return value. Third element FULLY replaced by PARTIAL which
8367 specifies number of invisible pixels if row is only partially visible.
8368 (Textual Scrolling): Mention auto-window-vscroll.
8369 (Vertical Scrolling): New defvar auto-window-vscroll.
8370
83712005-01-16 Luc Teirlinck <teirllm@auburn.edu>
8372
8373 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
8374 command remapping.
8375
83762005-01-15 Richard M. Stallman <rms@gnu.org>
8377
8378 * display.texi (Defining Images): Mention DATA-P arg of create-image.
8379
83802005-01-14 Kim F. Storm <storm@cua.dk>
8381
8382 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
8383
8384 * text.texi (Links and Mouse-1): Fix string and vector item.
8385
83862005-01-13 Richard M. Stallman <rms@gnu.org>
8387
8388 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
8389 descriptions of overriding-local-map and overriding-terminal-local-map.
8390
8391 * text.texi (Links and Mouse-1): Clarify text.
8392
83932005-01-13 Kim F. Storm <storm@cua.dk>
8394
8395 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
8396
83972005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
8398
8399 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
8400
84012005-01-12 Kim F. Storm <storm@cua.dk>
8402
8403 * text.texi (Links and Mouse-1): Rename section from Enabling
8404 Mouse-1 to Following Links. Change xrefs.
8405 Add examples for define-button-type and define-widget.
8406
8407 * display.texi (Button Properties, Button Buffer Commands):
8408 Clarify mouse-1 and follow-link functionality.
8409
84102005-01-12 Richard M. Stallman <rms@gnu.org>
8411
8412 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
8413
8414 * display.texi (Beeping): Fix Texinfo usage.
8415
8416 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
8417
84182005-01-11 Kim F. Storm <storm@cua.dk>
8419
8420 * display.texi (Button Properties, Button Buffer Commands):
8421 Mention mouse-1 binding. Add follow-link keyword.
8422
8423 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
8424 (Enabling Mouse-1 to Follow Links): New subsection.
8425
84262005-01-06 Richard M. Stallman <rms@gnu.org>
8427
8428 * text.texi (Special Properties): Minor change.
8429
8430 * os.texi (Timers): Clarify previous change.
8431
8432 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
8433
84342005-01-01 Luc Teirlinck <teirllm@auburn.edu>
8435
8436 * display.texi (Face Attributes): Correct xref to renamed node.
8437
84382005-01-01 Richard M. Stallman <rms@gnu.org>
8439
8440 * display.texi (Face Attributes): Describe hex color specs.
8441
84422004-12-31 Richard M. Stallman <rms@gnu.org>
8443
8444 * os.texi (Timers): Update previous change.
8445
84462004-12-30 Kim F. Storm <storm@cua.dk>
8447
8448 * display.texi (Line Height): Total line-height is now specified
8449 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
8450 in cons cells. (nil . RATIO) is relative to actual line height.
8451 Use line-height `t' instead of `0' to get minimum height.
8452
84532004-12-29 Richard M. Stallman <rms@gnu.org>
8454
8455 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
8456
84572004-12-28 Richard M. Stallman <rms@gnu.org>
8458
8459 * commands.texi (Quitting): Clarify value of with-local-quit.
8460
8461 * elisp.texi (Top): Fix previous change.
8462
8463 * loading.texi (Loading): Fix previous change.
8464
84652004-12-27 Richard M. Stallman <rms@gnu.org>
8466
8467 * Makefile.in (MAKEINFO): Specify --force.
8468
8469 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
8470
8471 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
8472
8473 * display.texi (Line Height): Further clarify.
8474
8475 * elisp.texi (Top): Update Loading submenu.
8476
8477 * loading.texi (Where Defined): New node.
8478 (Unloading): load-history moved to Where Defined.
8479
84802004-12-21 Richard M. Stallman <rms@gnu.org>
8481
8482 * commands.texi (Event Input Misc): Add while-no-input.
8483
84842004-12-11 Richard M. Stallman <rms@gnu.org>
8485
8486 * display.texi (Line Height): Rewrite text for clarity.
8487
84882004-12-11 Kim F. Storm <storm@cua.dk>
8489
8490 * display.texi (Display): Add node "Line Height" to menu.
8491 (Line Height): New node. Move full description of line-spacing
8492 and line-height text properties here from text.texi.
8493 (Scroll Bars): Add vertical-scroll-bar variable.
8494
8495 * frames.texi (Window Frame Parameters): Remove line-height defvar.
8496
8497 * locals.texi (Standard Buffer-Local Variables): Fix xref for
8498 line-spacing and vertical-scroll-bar.
8499
8500 * text.texi (Special Properties): Just mention line-spacing and
8501 line-height here, add xref to new "Line Height" node.
8502
85032004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
8504
8505 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
8506
8507 * locals.texi (Standard Buffer-Local Variables):
8508 Add @xref for `line-spacing'.
8509
85102004-12-05 Richard M. Stallman <rms@gnu.org>
8511
8512 * Makefile.in (maintainer-clean): Remove the info files
8513 in $(infodir) where they are created.
8514
85152004-12-03 Richard M. Stallman <rms@gnu.org>
8516
8517 * windows.texi (Selecting Windows): get-lru-window and
8518 get-largest-window don't consider dedicated windows.
8519
8520 * text.texi (Undo): Document undo-in-progress.
8521
85222004-11-26 Richard M. Stallman <rms@gnu.org>
8523
8524 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
8525 Remove a few vars that are not always buffer-local.
8526
85272004-11-24 Luc Teirlinck <teirllm@auburn.edu>
8528
8529 * locals.texi (Standard Buffer-Local Variables): Comment out
8530 xref's to non-existent node `Yet to be written'.
8531
85322004-11-24 Richard M. Stallman <rms@gnu.org>
8533
8534 * processes.texi (Synchronous Processes): Grammar fix.
8535
8536 * numbers.texi (Comparison of Numbers): Add eql.
8537
8538 * locals.texi (Standard Buffer-Local Variables): Add many vars.
8539
8540 * intro.texi (Printing Notation): Fix previous change.
8541
8542 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
8543 and default-indicate-buffer-boundaries from here.
8544 (Usual Display): To here.
8545 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
8546 (Usual Display): Move tab-width up.
8547
5dcb4c4e
SM
8548 * customize.texi (Variable Definitions):
8549 Replace show-paren-mode example with tooltip-mode.
b8d4c8d0
GM
8550 (Simple Types, Composite Types, Defining New Types):
8551 Minor cleanups.
8552
85532004-11-21 Jesper Harder <harder@ifa.au.dk>
8554
8555 * processes.texi (Synchronous Processes, Output from Processes):
8556 Markup fix.
8557
85582004-11-20 Richard M. Stallman <rms@gnu.org>
8559
8560 * positions.texi (Skipping Characters): skip-chars-forward
8561 now handles char classes.
8562
8563 * intro.texi (Printing Notation): Avoid confusion of `print'
8564 when explaining @print.
8565
8566 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
8567
8568 * display.texi (Display Table Format): Minor fix.
8569
8570 * streams.texi (Output Functions): Fix print example.
8571
8572 * Makefile.in (elisp): New target.
8573 (dist): Depend on $(infodir)/elisp, not elisp.
8574 Copy the info files from $(infodir).
8575
8576 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
8577 read-from-minibuffer.
8578
8579 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
8580
85812004-11-19 Richard M. Stallman <rms@gnu.org>
8582
8583 * searching.texi (Regexp Search): Add search-whitespace-regexp.
8584
85852004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
8586
8587 * tips.texi (Coding Conventions): Fix typo.
8588
85892004-11-16 Richard M. Stallman <rms@gnu.org>
8590
8591 * tips.texi (Coding Conventions): Separate defvar and require
8592 methods to avoid warnings. Use require only when there are many
8593 functions and variables from that package.
8594
8595 * minibuf.texi (Minibuffer Completion): When ignoring case,
8596 predicate must not be case-sensitive.
8597
8598 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
8599 (Test Coverage): Don't talk about "splotches". Clarified.
8600
86012004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
8602
8603 * frames.texi (Window Frame Parameters): Fix typo.
8604
86052004-11-15 Kim F. Storm <storm@cua.dk>
8606
8607 * symbols.texi (Other Plists): Note that plist-get may signal error.
8608 Add safe-plist-get.
8609
86102004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
8611
8612 * modes.texi (Font Lock Basics): Fix typo.
8613
86142004-11-08 Richard M. Stallman <rms@gnu.org>
8615
8616 * syntax.texi (Syntax Table Functions): Add syntax-after.
8617
86182004-11-06 Lars Brinkhoff <lars@nocrew.org>
8619
8620 * os.texi (Processor Run Time): New section documenting
8621 get-internal-run-time.
8622
86232004-11-06 Eli Zaretskii <eliz@gnu.org>
8624
8625 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
8626 it nukes elisp-cover.texi.
8627 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
8628 elisp-0 etc.
8629
86302004-11-05 Luc Teirlinck <teirllm@auburn.edu>
8631
8632 * commands.texi (Keyboard Macros): Document `append' return value
8633 of `defining-kbd-macro'.
8634
86352004-11-01 Richard M. Stallman <rms@gnu.org>
8636
8637 * commands.texi (Interactive Call): Add called-interactively-p.
8638
86392004-10-29 Simon Josefsson <jas@extundo.com>
8640
8641 * minibuf.texi (Reading a Password): Revert.
8642
86432004-10-28 Richard M. Stallman <rms@gnu.org>
8644
8645 * frames.texi (Display Feature Testing): Explain about "vendor".
8646
86472004-10-27 Richard M. Stallman <rms@gnu.org>
8648
8649 * commands.texi (Interactive Codes): `N' uses numeric prefix,
8650 not raw. Clarify `n'.
8651 (Interactive Call): Rewrite interactive-p, focusing on when
8652 and how to use it.
8653 (Misc Events): Clarify previous change.
8654
8655 * advice.texi (Simple Advice): Clarify what job the example does.
8656 (Around-Advice): Clarify ad-do-it.
8657 (Activation of Advice): An option of ad-default-compilation-action
8658 is `never', not `nil'.
8659
86602004-10-26 Kim F. Storm <storm@cua.dk>
8661
8662 * commands.texi (Interactive Codes): Add U code letter.
8663
86642004-10-25 Simon Josefsson <jas@extundo.com>
8665
8666 * minibuf.texi (Reading a Password): Add.
8667
86682004-10-24 Jason Rumney <jasonr@gnu.org>
8669
8670 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
8671 and wheel-down.
8672
86732004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
8674
8675 * processes.texi (Synchronous Processes): Document process-file.
8676
86772004-10-22 Kenichi Handa <handa@m17n.org>
8678
8679 * text.texi (translate-region): Document that it accepts also a
8680 char-table.
8681
86822004-10-22 David Ponce <david@dponce.com>
8683
8684 * windows.texi (Resizing Windows): Document the `preserve-before'
8685 argument of the functions `enlarge-window' and `shrink-window'.
8686
86872004-10-19 Jason Rumney <jasonr@gnu.org>
8688
8689 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
8690
86912004-10-09 Luc Teirlinck <teirllm@auburn.edu>
8692
8693 * text.texi (Filling): Add anchor for definition of
8694 `sentence-end-double-space'.
8695
8696 * searching.texi (Regexp Example): Update description of how
8697 Emacs currently recognizes the end of a sentence.
8698 (Standard Regexps): Update definition of the variable
8699 `sentence-end'. Add definition of the function `sentence-end'.
8700
87012004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
8702
8703 * display.texi (Progress): New node.
8704
87052004-10-05 Kim F. Storm <storm@cua.dk>
8706
8707 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
8708
87092004-09-29 Kim F. Storm <storm@cua.dk>
8710
8711 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
8712 to identify bitmaps. Remove -fringe-bitmap suffix for standard
8713 fringe bitmap symbols, as they now have their own namespace.
8714 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
8715 vs. pixels. Signal error if no free bitmap slots.
8716 (Pixel Specification): Change IMAGE to @var{image}.
8717
87182004-09-28 Richard M. Stallman <rms@gnu.org>
8719
8720 * text.texi (Special Properties): Clarify line-spacing and line-height.
8721
8722 * searching.texi (Regexp Search): Add looking-back.
8723
87242004-09-25 Luc Teirlinck <teirllm@auburn.edu>
8725
8726 * display.texi: Correct typos.
8727 (Image Descriptors): Correct xref's.
8728
87292004-09-25 Richard M. Stallman <rms@gnu.org>
8730
8731 * text.texi (Special Properties): Cleanups in `cursor'.
8732 Rewrites in `line-height' and `line-spacing'; exchange them.
8733
8734 * display.texi (Fringes): Rewrite previous change.
8735 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
8736 (Display Fringe Bitmaps): Node deleted, text moved.
8737 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
8738 (Scroll Bars): Clarify set-window-scroll-bars.
8739 (Pointer Shape): Rewrite.
8740 (Specified Space): Clarify :align-to, etc.
8741 (Pixel Specification): Use @var. Clarify new text.
8742 (Other Display Specs): Clarify `slice'.
8743 (Image Descriptors): Cleanups.
8744 (Showing Images): Cleanups.
8745
87462004-09-24 Luc Teirlinck <teirllm@auburn.edu>
8747
8748 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
8749
8750 * modes.texi: Various minor changes in addition to:
8751 (Major Mode Conventions): Final call to `run-mode-hooks' should
8752 not be inside the `delay-mode-hooks' form.
8753 (Mode Hooks): New node.
8754 (Hooks): Delete obsolete example.
8755 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
8756 node "Mode Hooks".
8757
87582004-09-22 Luc Teirlinck <teirllm@auburn.edu>
8759
8760 * display.texi: Correct various typos.
8761 (Display): Rename node "Pointer Shapes" to "Pointer
8762 Shape". (There is already a node called "Pointer Shapes" in
8763 frames.texi.)
8764 (Images): Remove non-existent node "Image Slices" from menu.
8765
87662004-09-23 Kim F. Storm <storm@cua.dk>
8767
8768 * text.texi (Special Properties): Add `cursor', `pointer',
8769 `line-height', and `line-spacing' properties.
8770
8771 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
8772 Shapes' to menu.
8773 (Standard Faces): Doc fix for fringe face.
8774 (Fringes): Add `overflow-newline-into-fringe' and
8775 'indicate-buffer-boundaries'.
8776 (Fringe Bitmaps, Pointer Shapes): New nodes.
8777 (Display Property): Add 'Pixel Specification' and 'Display Fringe
8778 Bitmaps' to menu.
8779 (Specified Space): Describe pixel width and height.
8780 (Pixel Specification): New node.
8781 (Other Display Specs): Add `slice' property.
8782 (Display Fringe Bitmaps): New node.
8783 (Images): Add 'Image Slices' to menu.
8784 (Image Descriptors): Add `:pointer' and `:map' properties.
5dcb4c4e
SM
8785 (Showing Images): Add slice arg to `insert-image'.
8786 Add 'insert-sliced-image'.
b8d4c8d0
GM
8787
87882004-09-20 Richard M. Stallman <rms@gnu.org>
8789
8790 * commands.texi (Key Sequence Input):
8791 Clarify downcasing in read-key-sequence.
8792
87932004-09-08 Juri Linkov <juri@jurta.org>
8794
8795 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
8796
87972004-09-07 Luc Teirlinck <teirllm@auburn.edu>
8798
5dcb4c4e
SM
8799 * locals.texi (Standard Buffer-Local Variables):
8800 Add `buffer-auto-save-file-format'.
b8d4c8d0
GM
8801 * internals.texi (Buffer Internals): Describe new
8802 auto_save_file_format field of the buffer structure.
8803 * files.texi (Format Conversion): `auto-save-file-format' has been
8804 renamed `buffer-auto-save-file-format'.
8805
88062004-08-27 Luc Teirlinck <teirllm@auburn.edu>
8807
8808 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
8809 an integer or a marker.
8810 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
8811
88122004-08-22 Richard M. Stallman <rms@gnu.org>
8813
8814 * modes.texi (Major Mode Conventions): Discuss rebinding of
8815 standard key bindings.
8816
88172004-08-18 Kim F. Storm <storm@cua.dk>
8818
8819 * processes.texi (Accepting Output): Add `just-this-one' arg to
8820 `accept-process-output'.
8821 (Output from Processes): New var `process-adaptive-read-buffering'.
8822
88232004-08-10 Luc Teirlinck <teirllm@auburn.edu>
8824
8825 * keymaps.texi: Various changes in addition to:
8826 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
8827 Give more varied examples for `kbd'.
8828 (Creating Keymaps): Char tables have slots for all characters
8829 without modifiers.
8830 (Active Keymaps): `overriding-local-map' and
8831 `overriding-terminal-local-map' also override text property and
8832 overlay keymaps.
8833 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
8834 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
8835 to denote a prefix of no events.
8836 `map-keymap' includes parent's bindings _recursively_.
8837 Clarify and correct description of `where-is-internal'.
8838 Mention BUFFER-OR-NAME arg to `describe-bindings'.
8839 (Menu Example): For menus intended for use with the keyboard, the
8840 menu items should be bound to characters or real function keys.
8841
88422004-08-08 Luc Teirlinck <teirllm@auburn.edu>
8843
8844 * objects.texi (Character Type): Reposition `@anchor' to prevent
8845 double space inside sentence in Info.
8846
8847 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
8848 renamed to `disabled-command-function'.
8849 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
8850 (Command Loop Info): Replace reference to it.
8851 (Disabling Commands): `disabled-command-hook' has been renamed to
8852 `disabled-command-function'.
8853
88542004-08-07 Luc Teirlinck <teirllm@auburn.edu>
8855
8856 * os.texi (Translating Input): Only non-prefix bindings in
8857 `key-translation-map' override actual key bindings. Warn about
8858 possible indirect effect of actual key bindings on non-prefix
8859 bindings in `key-translation-map'.
8860
88612004-08-06 Luc Teirlinck <teirllm@auburn.edu>
8862
8863 * minibuf.texi (High-Level Completion): Add anchor for definition
8864 of `read-variable'.
8865
8866 * commands.texi: Various changes in addition to:
8867 (Using Interactive): Clarify description of `interactive-form'.
8868 (Interactive Call): Mention default for KEYS argument to
8869 `call-interactively'.
8870 (Command Loop Info): Clarify description of `this-command-keys'.
8871 Mention KEEP-RECORD argument to `clear-this-command-keys'.
8872 Value of `last-event-frame' can be `macro'.
8873 (Repeat Events): `double-click-fuzz' is also used to distinguish
8874 clicks and drags.
8875 (Classifying Events): Clarify descriptions of `event-modifiers'
8876 `event-basic-type' and `event-convert-list'.
8877 (Accessing Events): `posn-timestamp' takes POSITION argument.
8878 (Quoted Character Input): Clarify description of
8879 `read-quoted-char' and fix example.
8880 (Quitting): Add `with-local-quit'.
8881 (Disabling Commands): Correct and clarify descriptions of
8882 `enable-command' and `disable-command'.
8883 Mention what happens if `disabled-command-hook' is nil.
8884 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
8885 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
8886
88872004-07-24 Luc Teirlinck <teirllm@auburn.edu>
8888
8889 * frames.texi: Various changes in addition to:
8890 (Creating Frames): Expand and clarify description of `make-frame'.
8891 (Window Frame Parameters): Either none or both of the `icon-left'
8892 and `icon-top' parameters must be specified. Put descriptions of
8893 `menu-bar-lines' and `toolbar-lines' closer together and change
8894 them accordingly.
8895 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
8896 except while processing `frame-title-format' or `icon-title-format'.
8897 (Deleting Frames): Correct description of `delete-frame'.
8898 Non-nil return values of `frame-live-p' are like those of `framep'.
8899 (Frames and Windows): Mention return value of
8900 `set-frame-selected-window'.
8901 (Visibility of Frames): Mention `force' argument to
8902 `make-frame-invisible'. `frame-visible-p' returns t for all
8903 frames on text-only terminals.
8904 (Frame Configurations): Restoring a frame configuration does not
8905 restore deleted frames.
8906 (Window System Selections): `x-set-selection' returns DATA.
8907 (Resources): Add example.
8908 (Display Feature Testing): Clarify descriptions of
8909 `display-pixel-height', `display-pixel-width', `x-server-version'
8910 and `x-server-vendor'.
8911
8912 * windows.texi (Choosing Window): Add anchor.
8913 * minibuf.texi (Minibuffer Misc): Add anchor.
8914
89152004-07-23 John Paul Wallington <jpw@gnu.org>
8916
8917 * macros.texi (Defining Macros): Declaration keyword for setting
8918 Edebug spec is `debug' not `edebug'.
8919
89202004-07-19 Luc Teirlinck <teirllm@auburn.edu>
8921
8922 * windows.texi: Various small changes in addition to:
8923 (Window Point): Mention return value of `set-window-point'.
8924 (Window Start): `pos-visible-in-window-p' disregards horizontal
8925 scrolling. Explain return value if PARTIALLY is non-nil.
8926 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
8927 and `set-window-vscroll'.
8928 (Size of Window): The argument WINDOW to `window-inside-edges',
8929 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
8930 (Resizing Windows): Explain return value of
8931 `shrink-window-if-larger-than-buffer'.
8932 `window-size-fixed' automatically becomes buffer local when set.
8933 (Window Configurations): Explain return value of
8934 `set-window-configuration'.
8935
8936 * minibuf.texi (Minibuffer Misc): Add anchor for
8937 `minibuffer-scroll-window'.
8938
8939 * positions.texi (Text Lines): Add anchor for `count-lines'.
8940
89412004-07-17 Richard M. Stallman <rms@gnu.org>
8942
8943 * display.texi (Overlay Properties): Adding `evaporate' prop
8944 deletes empty overlay immediately.
8945
8946 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
8947 fix example.
8948
89492004-07-16 Jim Blandy <jimb@redhat.com>
8950
8951 * searching.texi (Regexp Backslash): Document new \_< and \_>
8952 operators.
8953
89542004-07-16 Juanma Barranquero <lektu@terra.es>
8955
8956 * display.texi (Images): Fix Texinfo usage.
8957
89582004-07-14 Luc Teirlinck <teirllm@auburn.edu>
8959
8960 * buffers.texi (Modification Time): `visited-file-modtime' now
8961 returns a list of two integers, instead of a cons.
8962
89632004-07-13 Luc Teirlinck <teirllm@auburn.edu>
8964
8965 * windows.texi: Various changes in addition to:
8966 (Splitting Windows): Add `split-window-keep-point'.
8967
89682004-07-09 Richard M. Stallman <rms@gnu.org>
8969
8970 * frames.texi (Input Focus): Minor fix.
8971
89722004-07-07 Luc Teirlinck <teirllm@auburn.edu>
8973
8974 * frames.texi (Input Focus): Clarify descriptions of
8975 `select-frame-set-input-focus' and `select-frame'.
8976
89772004-07-06 Luc Teirlinck <teirllm@auburn.edu>
8978
8979 * os.texi: Various small changes in addition to:
8980 (Killing Emacs): Expand and clarify description of
8981 `kill-emacs-query-functions' and `kill-emacs-hook'.
8982 (System Environment): Expand and clarify description of `getenv'
8983 and `setenv'.
8984 (Timers): Clarify description of `run-at-time'.
8985 (Translating Input): Correct description of
8986 `extra-keyboard-modifiers'.
8987 (Flow Control): Correct description of `enable-flow-control'.
8988
89892004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
8990
8991 * os.texi: Update copyright.
8992 (Session Management): Grammar fix.
8993 Clarify which Emacs does the restarting.
8994 Use @samp for *scratch* buffer.
8995
89962004-07-04 Alan Mackenzie <acm@muc.de>
8997
8998 * frames.texi (Input Focus): Add documentation for
8999 `select-frame-set-input-focus'. Replace refs to non-existent
9000 `switch-frame' with `select-frame'. Minor corrections and tidying
9001 up of text-only terminal stuff.
9002
90032004-07-02 Richard M. Stallman <rms@gnu.org>
9004
9005 * files.texi (Saving Buffers): Cleanup write-contents-function.
9006 (Magic File Names): Cleanup file-remote-p.
9007
b344d29d 90082004-07-02 Kai Großjohann <kai@emptydomain.de>
b8d4c8d0
GM
9009
9010 * files.texi (Magic File Names): `file-remote-p' returns an
9011 identifier of the remote system, not just t.
9012
90132004-07-02 David Kastrup <dak@gnu.org>
9014
9015 * searching.texi (Entire Match Data): Add explanation about new
9016 match-data behavior when @var{integers} is non-nil.
9017
90182004-06-24 Richard M. Stallman <rms@gnu.org>
9019
9020 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
9021
9022 * customize.texi (Variable Definitions): Note about doc strings
9023 and :set.
9024
9025 * keymaps.texi (Keymap Terminology): Document `kbd'.
9026 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
9027
9028 * display.texi (Invisible Text): Setting buffer-invisibility-spec
9029 makes it buffer-local.
9030
9031 * files.texi (Saving Buffers): Correct previous change.
9032
9033 * commands.texi (Accessing Events):
9034 Clarify posn-col-row and posn-actual-col-row.
9035
90362004-06-24 David Ponce <david.ponce@wanadoo.fr>
9037
9038 * commands.texi (Accessing Events): New functions
9039 posn-at-point and posn-at-x-y. Add example to posn-x-y.
9040
90412004-06-23 Luc Teirlinck <teirllm@auburn.edu>
9042
9043 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
9044 * frames.texi, buffers.texi, backups.texi, variables.texi:
9045 * loading.texi, eval.texi, functions.texi, control.texi:
9046 * symbols.texi, minibuf.texi: Reposition @anchor's.
9047
9048 * help.texi: Various small changes in addition to the following.
9049 (Describing Characters): Describe PREFIX argument to
9050 `key-description'. Correct and clarify definition of
9051 `text-char-description'. Describe NEED-VECTOR argument to
9052 `read-kbd-macro'.
9053 (Help Functions): Clarify definition of `apropos'.
9054
90552004-06-23 Lars Hansen <larsh@math.ku.dk>
9056
9057 * files.texi (Saving Buffers): Correct description of
9058 `write-contents-functions'.
9059
90602004-06-21 Juanma Barranquero <lektu@terra.es>
9061
9062 * display.texi (Images): Remove redundant @vindex directives.
9063 Rewrite `image-library-alist' doc in active voice.
9064
90652004-06-14 Juanma Barranquero <lektu@terra.es>
9066
9067 * display.texi (Images): Document new delayed library loading,
9068 variable `image-library-alist' and (existing but undocumented)
9069 function `image-type-available-p'.
9070
90712004-06-05 Richard M. Stallman <rms@gnu.org>
9072
9073 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
9074 refer the user to the Initial Input node.
9075 (Text from Minibuffer): Likewise.
9076 (Initial Input): New node. Document this feature
9077 and say it is mostly deprecated.
9078
90792004-05-30 Richard M. Stallman <rms@gnu.org>
9080
9081 * loading.texi (Named Features): Clarify return value
9082 and meaning of NOERROR.
9083
9084 * variables.texi (File Local Variables): Minor cleanup.
9085
90862004-05-30 Michael Albinus <michael.albinus@gmx.de>
9087
9088 * files.texi (Magic File Names): Add `file-remote-p' as operation
9089 of file name handlers.
9090
90912004-05-29 Richard M. Stallman <rms@gnu.org>
9092
9093 * modes.texi (Minor Mode Conventions): (-) has no special meaning
9094 as arg to a minor mode command.
9095
90962004-05-22 Richard M. Stallman <rms@gnu.org>
9097
9098 * syntax.texi (Syntax Class Table): Word syntax not just for English.
9099
9100 * streams.texi (Output Variables): Doc float-output-format.
9101
9102 * searching.texi (Regexp Special): Nested repetition can be infloop.
9103
9104 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
9105 real stack overflow.
9106
9107 * compile.texi: Minor cleanups.
9108
91092004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
9110
9111 * lists.texi (Cons Cells): Explain dotted lists, true lists,
9112 circular lists.
9113 (List Elements): Explain handling of circular and dotted lists.
9114
91152004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
9116
9117 * modes.texi (Search-based Fontification): Fix typo.
9118
91192004-05-10 Juanma Barranquero <lektu@terra.es>
9120
9121 * modes.texi (Mode Line Variables): Fix description of
9122 global-mode-string, which is now after which-func-mode, not the
9123 buffer name.
9124
91252004-05-07 Lars Hansen <larsh@math.ku.dk>
9126
9127 * modes.texi (Desktop Save Mode): Add.
9128 (Modes): Add menu entry Desktop Save Mode.
9129
9130 * hooks.texi: Add desktop-after-read-hook,
9131 desktop-no-desktop-file-hook and desktop-save-hook.
9132
9133 * locals.texi: Add desktop-save-buffer.
9134
91352004-04-30 Jesper Harder <harder@ifa.au.dk>
9136
9137 * display.texi: emacs -> Emacs.
9138
91392004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
9140
9141 * files.texi (Changing Files): Document set-file-times.
9142
91432004-04-23 Juanma Barranquero <lektu@terra.es>
9144
9145 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
9146
91472004-04-18 Jesper Harder <harder@ifa.au.dk>
9148
9149 * tips.texi (Coding Conventions): defopt -> defcustom.
9150
91512004-04-16 Luc Teirlinck <teirllm@auburn.edu>
9152
9153 * sequences.texi: Various clarifications.
9154
91552004-04-14 Luc Teirlinck <teirllm@auburn.edu>
9156
9157 * buffers.texi (Read Only Buffers): Mention optional ARG to
9158 `toggle-read-only'.
9159
91602004-04-14 Nick Roberts <nick@nick.uklinux.net>
9161
9162 * windows.texi (Selecting Windows): Note that get-lru-window
9163 returns a full-width window if possible.
9164
91652004-04-13 Luc Teirlinck <teirllm@auburn.edu>
9166
9167 * buffers.texi: Various changes in addition to:
9168 (Buffer File Name): Add `find-buffer-visiting'.
9169 (Buffer Modification): Mention optional ARG to `not-modified'.
9170 (Indirect Buffers): Mention optional CLONE argument to
9171 `make-indirect-buffer'.
9172
9173 * files.texi: Various changes in addition to:
9174 (Visiting Functions): `find-file-hook' is now a normal hook.
9175 (File Name Expansion): Explain difference between the way that
9176 `expand-file-name' and `file-truename' treat `..'.
9177 (Contents of Directories): Mention optional ID-FORMAT argument to
9178 `directory-files-and-attributes'.
9179 (Format Conversion): Mention new optional CONFIRM argument to
9180 `format-write-file'.
9181
91822004-04-12 Miles Bader <miles@gnu.org>
9183
9184 * macros.texi (Expansion): Add description of `macroexpand-all'.
9185
91862004-04-05 Jesper Harder <harder@ifa.au.dk>
9187
5dcb4c4e
SM
9188 * variables.texi (Variable Aliases):
9189 Mention cyclic-variable-indirection.
b8d4c8d0
GM
9190
9191 * errors.texi (Standard Errors): Ditto.
9192
91932004-04-04 Luc Teirlinck <teirllm@auburn.edu>
9194
9195 * backups.texi: Various small changes in addition to:
9196 (Making Backups): Mention return value of `backup-buffer'.
9197 (Auto-Saving): Mention optional FORCE argument to
9198 `delete-auto-save-file-if-necessary'.
9199 (Reverting): Mention optional PRESERVE-MODES argument to
9200 `revert-buffer'. Correct description of `revert-buffer-function'.
9201
92022004-03-22 Juri Linkov <juri@jurta.org>
9203
9204 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
9205 with `Vector Functions'.
9206
9207 * text.texi (Sorting): Add missing quote.
9208
92092004-03-14 Luc Teirlinck <teirllm@auburn.edu>
9210
9211 * intro.texi (Lisp History): Replace xref to `cl' manual with
9212 inforef.
9213
92142004-03-12 Richard M. Stallman <rms@gnu.org>
9215
9216 * intro.texi (Version Info): Add arg to emacs-version.
9217 (Lisp History): Change xref to CL manual.
9218
92192004-03-09 Luc Teirlinck <teirllm@auburn.edu>
9220
9221 * minibuf.texi (Completion Commands): Add xref to Emacs manual
9222 for Partial Completion mode.
9223
92242004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
9225
9226 * customize.texi: Fix typo. Remove eol whitespace.
9227
92282004-03-04 Richard M. Stallman <rms@gnu.org>
9229
9230 * processes.texi: Fix typos.
9231
9232 * lists.texi (Building Lists): Minor clarification.
9233
9234 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
9235 in make-hash-table.
9236
92372004-02-29 Juanma Barranquero <lektu@terra.es>
9238
9239 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
9240 rm, and ignore exit code.
9241
92422004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
9243
9244 * display.texi (Defining Faces): Add description for min-colors.
9245 Update example.
9246
92472004-02-23 Luc Teirlinck <teirllm@auburn.edu>
9248
9249 * abbrevs.texi: Various corrections and clarifications in addition
9250 to the following:
9251 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
9252
92532004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
9254
9255 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
9256
92572004-02-21 Luc Teirlinck <teirllm@auburn.edu>
9258
9259 * text.texi: Various small changes in addition to the following:
9260 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
9261 to delete-horizontal-space.
9262 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
9263 description of yank-handler text property at various places.
9264
9265 * frames.texi (Window System Selections): Add anchor.
9266
9267 * syntax.texi (Syntax Table Functions): Clarify and correct
9268 descriptions of make-syntax-table and copy-syntax-table.
9269 (Motion and Syntax): Clarify SYNTAXES argument to
9270 skip-syntax-forward.
9271 (Parsing Expressions): Mention that the return value of
9272 parse-partial-sexp is currently a list of ten rather than nine
9273 elements.
9274 (Categories): Various corrections and clarifications.
9275
92762004-02-17 Luc Teirlinck <teirllm@auburn.edu>
9277
9278 * markers.texi (Marker Insertion Types): Minor change.
9279
9280 * locals.texi (Standard Buffer-Local Variables):
9281 * commands.texi (Interactive Codes, Using Interactive):
9282 * functions.texi (Related Topics): Fix xrefs.
9283
92842004-02-16 Luc Teirlinck <teirllm@auburn.edu>
9285
9286 * lists.texi (Sets And Lists): Update description of delete-dups.
9287
92882004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
9289
9290 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
9291
c8763fb6 92922004-02-16 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
9293
9294 * frames.texi (Parameter Access): frame-parameters arg is optional.
9295 modify-frame-parameters handles nil for FRAME.
9296 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
9297 are all-or-nothing for certain toolkits.
9298 Mention parameter wait-for-wm.
9299 (Frames and Windows): In frame-first-window and frame-selected-window
9300 the arg is optional.
9301 (Input Focus): In redirect-frame-focus the second arg is optional.
9302 (Window System Selections): Mention selection type CLIPBOARD.
9303 Mention data-type UTF8_STRING.
9304 Mention numbering of cut buffers.
9305 (Resources): Describe x-resource-name.
9306
93072004-02-16 Richard M. Stallman <rms@gnu.org>
9308
9309 * windows.texi (Buffers and Windows): Delete false table
9310 about all-frames.
9311
9312 * syntax.texi (Parsing Expressions): Delete old caveat
9313 about parse-sexp-ignore-comments.
9314
9315 * streams.texi (Output Variables): Add print-quoted.
9316
9317 * lists.texi (Building Lists): Minor cleanup.
9318
9319 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
9320
9321 * display.texi (Overlays): Explain overlays use markers.
9322 (Managing Overlays): Explain front-advance and rear-advance
9323 in more detail.
9324
9325 * loading.texi (Unloading): Document unload-feature-special-hooks.
9326 Get rid of fns-NNN.el file.
9327
93282004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
9329
9330 * help.texi (Describing Characters): Fix text-char-description
9331 example output.
9332
9333 * edebug.texi (Using Edebug): Fix example.
9334
9335 * debugging.texi (Internals of Debugger): Fix return value.
9336
9337 * files.texi (Changing Files): Fix argname.
9338
9339 * calendar.texi: Fix parens, and default values.
9340
9341 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
9342 * nonascii.texi, objects.texi, os.texi: Minor fixes.
b3e755a9 9343 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
b8d4c8d0
GM
9344
9345 * positions.texi (Text Lines): Don't add -1 in current-line.
9346
93472004-02-16 Richard M. Stallman <rms@gnu.org>
9348
9349 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
9350
93512004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
9352
9353 * processes.texi (Low-Level Network): Fix a typo.
9354
93552004-02-12 Kim F. Storm <storm@cua.dk>
9356
9357 * display.texi (Fringes): Use consistent wording.
9358 Note that window-fringe's window arg is optional.
9359 (Scroll Bars): Use consistent wording.
9360
93612004-02-11 Luc Teirlinck <teirllm@auburn.edu>
9362
9363 * tips.texi (Comment Tips): Document the new conventions for
9364 commenting out code.
9365
c8763fb6 93662004-02-07 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0 9367
5dcb4c4e 9368 * positions.texi (Text Lines): Add missing end defun.
b8d4c8d0
GM
9369
93702004-02-07 Kim F. Storm <storm@cua.dk>
9371
9372 * positions.texi (Text Lines): Add line-number-at-pos.
9373
93742004-02-06 John Paul Wallington <jpw@gnu.org>
9375
9376 * display.texi (Button Properties, Button Buffer Commands):
9377 mouse-2 invokes button, not down-mouse-1.
9378
93792004-02-04 Jason Rumney <jasonr@gnu.org>
9380
9381 * makefile.w32-in: Sync with Makefile.in changes.
9382
93832004-02-03 Luc Teirlinck <teirllm@auburn.edu>
9384
9385 * minibuf.texi (Text from Minibuffer): Various corrections and
9386 clarifications.
9387 (Object from Minibuffer): Correct Lisp description of
9388 read-minibuffer.
9389 (Minibuffer History): Clarify description of cons values for
9390 HISTORY arguments.
5dcb4c4e
SM
9391 (Basic Completion): Various corrections and clarifications.
9392 Add completion-regexp-list.
b8d4c8d0
GM
9393 (Minibuffer Completion): Correct and clarify description of
9394 completing-read.
5dcb4c4e
SM
9395 (Completion Commands): Mention Partial Completion mode.
9396 Various other minor changes.
b8d4c8d0
GM
9397 (High-Level Completion): Various corrections and clarifications.
9398 (Reading File Names): Ditto.
9399 (Minibuffer Misc): Ditto.
9400
94012004-01-26 Luc Teirlinck <teirllm@auburn.edu>
9402
9403 * strings.texi (Text Comparison): assoc-string also matches
9404 elements of alists that are strings instead of conses.
9405 (Formatting Strings): Standardize Texinfo usage. Update index
9406 entries.
9407
94082004-01-20 Luc Teirlinck <teirllm@auburn.edu>
9409
9410 * lists.texi (Sets And Lists): Add delete-dups.
9411
94122004-01-15 Luc Teirlinck <teirllm@auburn.edu>
9413
9414 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
9415 special form.
9416 * macros.texi (Defining Macros): Update description of `declare',
9417 which now is a macro.
9418 (Wrong Time): Fix typos.
9419
94202004-01-14 Luc Teirlinck <teirllm@auburn.edu>
9421
9422 * compile.texi (Compilation Functions): Expand descriptions of
9423 `compile-defun', `byte-compile-file', `byte-recompile-directory'
9424 and `batch-byte-compile'. In particular, mention and describe
9425 all optional arguments.
9426 (Disassembly): Correct and clarify the description of `disassemble'.
9427
94282004-01-11 Luc Teirlinck <teirllm@auburn.edu>
9429
9430 * searching.texi: Various small changes in addition to the
9431 following.
9432 (Regexp Example): Adapt to new value of `sentence-end'.
9433 (Regexp Functions): The PAREN argument to `regexp-opt' can be
9434 `words'.
9435 (Search and Replace): Add usage note for `perform-replace'.
9436 (Entire Match Data): Mention INTEGERS and REUSE arguments to
9437 `match-data'.
9438 (Standard Regexps): Update for new values of `paragraph-start'
9439 and `sentence-end'.
9440
94412004-01-07 Luc Teirlinck <teirllm@auburn.edu>
9442
9443 * files.texi (Saving Buffers): Clarify descriptions of
9444 `write-contents-functions' and `before-save-hook'.
9445 Make the defvar's for `before-save-hook' and `after-save-hook'
9446 into defopt's.
9447
94482004-01-07 Kim F. Storm <storm@cua.dk>
9449
9450 * commands.texi (Click Events): Describe new image and
9451 width/height elements of click events.
9452 (Accessing Events): Add posn-string, posn-image, and
9453 posn-object-width-height. Change posn-object to return either
9454 image or string object.
9455
94562004-01-01 Simon Josefsson <jas@extundo.com>
9457
9458 * hooks.texi (Standard Hooks): Add before-save-hook.
9459 * files.texi (Saving Buffers): Likewise.
9460
94612004-01-03 Richard M. Stallman <rms@gnu.org>
9462
9463 * frames.texi (Frames and Windows): Delete frame-root-window.
9464
94652004-01-03 Luc Teirlinck <teirllm@auburn.edu>
9466
9467 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
9468
9469 * functions.texi: Various small changes in addition to the
9470 following.
5dcb4c4e
SM
9471 (What Is a Function): `functionp' returns nil for macros.
9472 Clarify behavior of this and following functions for symbol arguments.
b8d4c8d0
GM
9473 (Function Documentation): Add `\' in front of (fn @var{arglist})
9474 and explain why.
9475 (Defining Functions): Mention DOCSTRING argument to `defalias'.
9476 Add anchor.
9477 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
9478
94792004-01-01 Miles Bader <miles@gnu.org>
9480
9481 * display.texi (Buttons): New section.
9482
94832003-12-31 Andreas Schwab <schwab@suse.de>
9484
9485 * numbers.texi (Math Functions): sqrt reports a domain-error
9486 error.
9487 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
9488
94892003-12-30 Luc Teirlinck <teirllm@auburn.edu>
9490
9491 * tips.texi (Documentation Tips): Update item on hyperlinks in
9492 documentation strings.
9493
9494 * errors.texi (Standard Errors): Various small corrections and
9495 additions.
9496
9497 * control.texi: Various small changes in addition to the
9498 following.
9499 (Signaling Errors): Provide some more details on how `signal'
9500 constructs the error message. Add anchor to the definition of
9501 `signal'.
9502 (Error Symbols): Describe special treatment of `quit'.
9503 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
9504 to emphasize that it has to be a single form.
9505
9506 * buffers.texi: Add anchor.
9507
95082003-12-29 Richard M. Stallman <rms@gnu.org>
9509
9510 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
9511 (Window Configurations): Add window-configuration-frame.
9512
9513 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
9514
9515 * text.texi (Examining Properties): Add get-char-property-and-overlay.
9516 Change arg name in get-char-property.
9517 (Special Properties): Update handling of keymap property.
9518
9519 * strings.texi (Modifying Strings): Add clear-string.
9520 (Text Comparison): Add assoc-string and remove
9521 assoc-ignore-case, assoc-ignore-representation.
9522
9523 * os.texi (Time of Day): Add set-time-zone-rule.
9524
9525 * numbers.texi (Math Functions): asin, acos, log, log10
9526 report domain-error errors.
9527
9528 * nonascii.texi (Converting Representations):
9529 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
9530 (Encoding and I/O): Add file-name-coding-system.
9531
9532 * modes.texi (Search-based Fontification): Explain that
9533 face specs are symbols with face names as values.
9534
9535 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
9536
9537 * lists.texi (Building Lists): remq moved elsewhere.
9538 (Sets And Lists): remq moved here.
9539 (Association Lists): Refer to assoc-string.
9540
9541 * internals.texi (Garbage Collection): Add memory-use-counts.
9542
9543 * frames.texi (Frames and Windows): Add set-frame-selected-window
9544 and frame-root-window.
9545
9546 * files.texi (Contents of Directories):
9547 Add directory-files-and-attributes.
9548
9549 * display.texi (Refresh Screen): Add force-window-update.
9550 (Invisible Text): Explain about moving point out of invis text.
9551 (Overlay Properties): Add overlay-properties.
9552 (Managing Overlays): Add overlayp.
9553 (GIF Images): Invalid image number displays a hollow box.
9554
9555 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
9556 (Killing Buffers): Add buffer-live-p.
9557
95582003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
9559
9560 * display.texi (Fringes): Fix typo "set-buffer-window".
9561
95622003-12-24 Luc Teirlinck <teirllm@auburn.edu>
9563
9564 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
9565 * nonascii.texi, processes.texi, tips.texi, variables.texi:
9566 Add or change various xrefs and anchors.
9567
9568 * commands.texi: Replace all occurrences of @acronym{CAR} with
9569 @sc{car}, for consistency with the rest of the Elisp manual.
9570 `car' and `cdr' are historically acronyms, but are no longer
9571 widely thought of as such.
9572
9573 * internals.texi (Pure Storage): Mention that `purecopy' does not
9574 copy text properties.
9575 (Object Internals): Now 29 bits are used (in most implementations)
9576 to address Lisp objects.
9577
9578 * variables.texi (Variables with Restricted Values): New node.
9579
9580 * objects.texi (Lisp Data Types): Mention that certain variables
9581 can only take on a restricted set of values and add an xref to
9582 the new node "Variables with Restricted Values".
9583
9584 * eval.texi (Function Indirection): Describe the errors that
9585 `indirect-function' can signal.
9586 (Eval): Clarify the descriptions of `eval-region' and `values'.
9587 Describe `eval-buffer' instead of `eval-current-buffer' and
9588 mention `eval-current-buffer' as an alias for `current-buffer'.
9589 Correct the description and mention all optional arguments.
9590
9591 * nonascii.texi: Various small changes in addition to the
9592 following.
9593 (Converting Representations): Clarify behavior of
9594 `string-make-multibyte' and `string-to-multibyte' for unibyte all
9595 ASCII arguments.
9596 (Character Sets): Document the variable `charset-list' and adapt
9597 the definition of the function `charset-list' accordingly.
9598 (Translation of Characters): Clarify use of generic characters in
9599 `make-translation-table'. Clarify and correct the description of
9600 the use of translation tables in encoding and decoding.
9601 (User-Chosen Coding Systems): Correct and clarify the description
9602 of `select-safe-coding-system'.
9603 (Default Coding Systems): Clarify description of
9604 `file-coding-system-alist'.
9605
96062003-11-30 Luc Teirlinck <teirllm@auburn.edu>
9607
9608 * strings.texi (Text Comparison): Correctly describe when two
9609 strings are `equal'. Combine and clarify descriptions of
9610 `assoc-ignore-case' and `assoc-ignore-representation'.
9611
9612 * objects.texi (Non-ASCII in Strings): Clarify description of
9613 when a string is unibyte or multibyte.
9614 (Bool-Vector Type): Update examples.
9615 (Equality Predicates): Correctly describe when two strings are
9616 `equal'.
9617
96182003-11-29 Luc Teirlinck <teirllm@auburn.edu>
9619
9620 * lists.texi (Building Lists): `append' no longer accepts integer
9621 arguments. Update the description of `number-sequence' to reflect
9622 recent changes.
9623 (Sets And Lists): Describe `member-ignore-case' after `member'.
9624
96252003-11-27 Kim F. Storm <storm@cua.dk>
9626
9627 * commands.texi (Click Events): Click object may be an images.
9628 Describe (dx . dy) element of click positions.
9629 (Accessing Events): Remove duplicate posn-timestamp.
9630 New functions posn-object and posn-object-x-y.
9631
96322003-11-23 Kim F. Storm <storm@cua.dk>
9633
9634 * commands.texi (Click Events): Describe enhancements to event
9635 position lists, including new text-pos and (col . row) items.
9636 Mention left-fringe and right-fringe area events.
9637 (Accessing Events): New functions posn-area and
9638 posn-actual-col-row. Mention posn-timestamp. Mention that
9639 posn-point in non-text area still returns buffer position.
9640 Clarify posn-col-row.
9641
96422003-11-21 Lars Hansen <larsh@math.ku.dk>
9643
9644 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
9645 * anti.texi (File Attributes): Describe removed parameter
9646 ID-FORMAT.
9647
96482003-11-20 Luc Teirlinck <teirllm@auburn.edu>
9649
9650 * positions.texi (Positions): Mention that, if a marker is used as
9651 a position, its buffer is ignored.
9652
9653 * markers.texi (Overview of Markers): Mention it here too.
9654
96552003-11-12 Luc Teirlinck <teirllm@auburn.edu>
9656
9657 * numbers.texi (Numeric Conversions): Not just `floor', but also
9658 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
9659
96602003-11-10 Luc Teirlinck <teirllm@auburn.edu>
9661
9662 * markers.texi (Creating Markers): Specify insertion type of
9663 created markers. Add xref to `Marker Insertion Types'.
9664 Second argument to `copy-marker' is optional.
9665 (Marker Insertion Types): Mention that most markers are created
9666 with insertion type nil.
9667 (The Mark): Correctly describe when `mark' signals an error.
9668 (The Region): Correctly describe when `region-beginning' and
9669 `region-end' signal an error.
9670
96712003-11-08 Luc Teirlinck <teirllm@auburn.edu>
9672
9673 * hash.texi (Creating Hash): Clarify description of `eql'.
9674 `makehash' is obsolete.
9675 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
9676
9677 * positions.texi (Point): Change description of `buffer-end', so
9678 that it is also correct for floating point arguments.
9679 (List Motion): Correct argument lists of `beginning-of-defun' and
9680 `end-of-defun'.
9681 (Excursions): Add xref to `Marker Insertion Types'.
9682 (Narrowing): Argument to `narrow-to-page' is optional.
9683
96842003-11-06 Luc Teirlinck <teirllm@auburn.edu>
9685
9686 * streams.texi (Output Streams): Clarify behavior of point for
9687 marker output streams.
9688
96892003-11-04 Luc Teirlinck <teirllm@auburn.edu>
9690
9691 * variables.texi (Defining Variables): Second argument to
9692 `defconst' is not optional.
9693 (Setting Variables): Mention optional argument APPEND to
9694 `add-to-list'.
9695 (Creating Buffer-Local): Expand description of
9696 `make-variable-buffer-local'.
9697 (Frame-Local Variables): Expand description of
9698 `make-variable-frame-local'.
9699 (Variable Aliases): Correct description of optional argument
9700 DOCSTRING to `defvaralias'. Mention return value of
9701 `defvaralias'.
9702 (File Local Variables): Add xref to `File variables' in Emacs
9703 Manual. Correct description of `hack-local-variables'. Mention
9704 `safe-local-variable' property. Mention optional second argument
9705 to `risky-local-variable-p'.
9706
97072003-11-03 Luc Teirlinck <teirllm@auburn.edu>
9708
9709 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
9710
97112003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
9712
9713 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
9714 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
9715 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
9716 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
9717 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
9718 lispref/processes.texi, lispref/searching.texi,
9719 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
9720 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
9721 @acronym{FOO}.
9722
97232003-10-27 Luc Teirlinck <teirllm@auburn.edu>
9724
9725 * strings.texi (Creating Strings): Argument START to `substring'
9726 can not be `nil'. Expand description of
9727 `substring-no-properties'. Correct description of `split-string',
9728 especially with respect to empty matches. Prevent very bad line
9729 break in definition of `split-string-default-separators'.
9730 (Text Comparison): `string=' and `string<' also accept symbols as
9731 arguments.
9732 (String Conversion): More completely describe argument BASE in
9733 `string-to-number'.
9734 (Formatting Strings): `%s' and `%S' in `format' do require
9735 corresponding object. Clarify behavior of numeric prefix after
9736 `%' in `format'.
9737 (Case Conversion): The argument to `upcase-initials' can be a
9738 character.
9739
97402003-10-27 Kenichi Handa <handa@m17n.org>
9741
9742 * display.texi (Fontsets): Fix texinfo usage.
9743
97442003-10-25 Kenichi Handa <handa@m17n.org>
9745
9746 * display.texi (Fontsets): Add description of the function
9747 set-fontset-font.
9748
97492003-10-23 Luc Teirlinck <teirllm@auburn.edu>
9750
9751 * display.texi (Temporary Displays): Add xref to `Documentation
9752 Tips'.
9753
9754 * functions.texi (Function Safety): Use inforef instead of pxref
9755 for SES.
9756
97572003-10-23 Andreas Schwab <schwab@suse.de>
9758
9759 * Makefile.in (TEX, texinputdir): Don't define.
9760 (TEXI2DVI): Define.
9761 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
9762 add $(srcdir)/index.texi.
9763 ($(infodir)/elisp): Remove index.texi dependency.
9764 (elisp.dvi): Likewise. Use $(TEXI2DVI).
9765 (index.texi): Remove target.
9766 (dist): Don't link $(srcdir)/permute-index.
9767 (clean): Don't remove index.texi.
9768
9769 * permute-index, index.perm: Remove.
9770 * index.texi: Rename from index.unperm.
9771
97722003-10-22 Luc Teirlinck <teirllm@auburn.edu>
9773
9774 * tips.texi (Documentation Tips): Document new behavior for face
9775 and variable hyperlinks in Help mode.
9776
97772003-10-21 Luc Teirlinck <teirllm@auburn.edu>
9778
9779 * objects.texi (Integer Type): Update for extra bit of integer range.
9780 (Character Type): Ditto.
9781
97822003-10-16 Eli Zaretskii <eliz@gnu.org>
9783
9784 * numbers.texi (Integer Basics): Add index entries for reading
9785 numbers in hex, octal, and binary.
9786
97872003-10-16 Lute Kamstra <lute@gnu.org>
9788
9789 * modes.texi (Mode Line Format): Mention force-mode-line-update's
9790 argument.
9791
97922003-10-13 Luc Teirlinck <teirllm@auburn.edu>
9793
9794 * windows.texi (Choosing Window): Fix typo.
9795 * edebug.texi (Edebug Execution Modes): Fix typo.
9796
97972003-10-13 Richard M. Stallman <rms@gnu.org>
9798
9799 * windows.texi (Basic Windows): A window has fringe settings,
9800 display margins and scroll-bar settings.
9801 (Splitting Windows): Doc split-window return value.
9802 Clean up one-window-p.
9803 (Selecting Windows): Fix typo.
9804 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
9805 (Buffers and Windows): In set-window-buffer, explain effect
9806 on fringe settings and scroll bar settings.
9807 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
9808 (Choosing Window): Use defopt for pop-up-frame-function.
9809 For special-display-buffer-names, explain same-window and same-frame.
9810 Clarify window-dedicated-p return value.
9811 (Textual Scrolling): scroll-up and scroll-down can get an error.
9812 (Horizontal Scrolling): Clarify auto-hscroll-mode.
9813 Clarify set-window-hscroll.
9814 (Size of Window): Don't mention tool bar in window-height.
9815 (Coordinates and Windows): Explain what coordinates-in-window-p
9816 returns for fringes and display margins.
9817 (Window Configurations): Explain saving fringes, etc.
9818
9819 * tips.texi (Library Headers): Clean up Documentation.
9820
9821 * syntax.texi (Parsing Expressions): Clean up forward-comment
9822 and parse-sexp-lookup-properties.
9823
9824 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
9825
9826 * os.texi (System Environment): Clean up text for load-average errors.
9827
9828 * modes.texi (Hooks): Don't explain local hook details at front.
9829 Clarify run-hooks and run-hook-with-args a little.
9830 Clean up add-hook and remove-hook.
9831
9832 * edebug.texi (Edebug Execution Modes): Clarify t.
9833 Document edebug-sit-for-seconds.
9834 (Coverage Testing): Document C-x X = and =.
9835 (Instrumenting Macro Calls): Fix typo.
9836 (Specification List): Don't index the specification keywords.
9837
98382003-10-10 Kim F. Storm <storm@cua.dk>
9839
9840 * processes.texi (Network): Introduce make-network-process.
9841
98422003-10-09 Luc Teirlinck <teirllm@auburn.edu>
9843
9844 * tips.texi (Library Headers): Fix typo.
9845
98462003-10-07 Juri Linkov <juri@jurta.org>
9847
9848 * modes.texi (Imenu): Mention imenu-create-index-function's
9849 default value. Explain submenus better.
9850
98512003-10-07 Lute Kamstra <lute@gnu.org>
9852
9853 * modes.texi (Faces for Font Lock): Fix typo.
9854 (Hooks): Explain how buffer-local hook variables can refer to
9855 global hook variables.
9856 Various minor clarifications.
9857
98582003-10-06 Lute Kamstra <lute@gnu.org>
9859
9860 * tips.texi (Coding Conventions): Mention naming conventions for
9861 hooks.
9862
98632003-10-05 Luc Teirlinck <teirllm@auburn.edu>
9864
9865 * loading.texi (Library Search): Correct default value of
9866 load-suffixes.
9867 (Named Features): Fix typo.
9868
98692003-10-05 Richard M. Stallman <rms@gnu.org>
9870
9871 * loading.texi (Named Features): In `provide',
9872 say how to test for subfeatures.
9873 (Unloading): In unload-feature, use new var name
9874 unload-feature-special-hooks.
9875
98762003-10-03 Lute Kamstra <lute@gnu.org>
9877
9878 * modes.texi (Major Mode Conventions): Mention third way to set up
9879 Imenu.
9880 (Imenu): A number of small fixes.
9881 Delete documentation of internal variable imenu--index-alist.
9882 Document the return value format of imenu-create-index-function
9883 functions.
9884
98852003-09-30 Richard M. Stallman <rms@gnu.org>
9886
9887 * processes.texi (Network): Say what stopped datagram connections do.
9888
9889 * lists.texi (Association Lists): Clarify `assq-delete-all'.
9890
9891 * display.texi (Overlay Properties): Clarify `evaporate' property.
9892
98932003-09-29 Lute Kamstra <lute@gnu.org>
9894
9895 * modes.texi (Mode Line Data): Explain when symbols in mode-line
9896 constructs should be marked as risky.
9897 Change cons cell into proper list.
9898 (Mode Line Variables): Change cons cell into proper list.
9899
99002003-09-26 Lute Kamstra <lute@gnu.org>
9901
9902 * modes.texi (Mode Line Data): Document the :propertize construct.
9903 (Mode Line Variables): Reorder the descriptions of the variables
9904 to match their order in the default mode-line-format.
9905 Describe the new variables mode-line-position and mode-line-modes.
9906 Update the default values of mode-line-frame-identification,
9907 minor-mode-alist, and default-mode-line-format.
9908 (Properties in Mode): Mention the :propertize construct.
9909
99102003-09-26 Richard M. Stallman <rms@gnu.org>
9911
9912 * buffers.texi, commands.texi, debugging.texi, eval.texi:
9913 * loading.texi, minibuf.texi, text.texi, variables.texi:
9914 Avoid @strong{Note:}.
9915
99162003-09-26 Richard M. Stallman <rms@gnu.org>
9917
9918 * keymaps.texi (Remapping Commands): Fix typo.
9919
99202003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
9921
9922 * processes.texi (Low-Level Network): Fix typo.
9923
99242003-09-23 Kim F. Storm <storm@cua.dk>
9925
9926 * processes.texi (Network, Network Servers): Fix typos.
9927 (Low-Level Network): Add timeout value for :server keyword.
9928 Add new option keywords to make-network-process.
9929 Add set-network-process-options.
9930 Explain how to test availability of network options.
9931
99322003-09-19 Richard M. Stallman <rms@gnu.org>
9933
9934 * text.texi (Motion by Indent): Arg to
9935 backward-to-indentation and forward-to-indentation is optional.
9936
9937 * strings.texi (Creating Strings): Add substring-no-properties.
9938
9939 * processes.texi
9940 (Process Information): Add list-processes arg QUERY-ONLY.
9941 Delete process-contact from here.
9942 Add new status values for process-status.
9943 Add process-get, process-put, process-plist, set-process-plist.
9944 (Synchronous Processes): Add call-process-shell-command.
9945 (Signals to Processes): signal-process allows process objects.
9946 (Network): Complete rewrite.
9947 (Network Servers, Datagrams, Low-Level Network): New nodes.
9948
9949 * positions.texi (Word Motion): forward-word, backward-word
9950 arg is optional. Reword.
9951
9952 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
9953
9954 * variables.texi (Creating Buffer-Local):
9955 Delete duplicate definition of buffer-local-value.
9956 (File Local Variables): Explain about discarding text props.
9957
99582003-09-11 Richard M. Stallman <rms@gnu.org>
9959
9960 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
9961 changes variables that record input events.
9962 (Minibuffer Misc): Add minibuffer-selected-window.
9963
9964 * lists.texi (Building Lists): Add copy-tree.
9965
9966 * display.texi (Fontsets): Add char-displayable-p.
9967 (Scroll Bars): New node.
9968
99692003-09-08 Lute Kamstra <lute@gnu.org>
9970
9971 * modes.texi (%-Constructs): Document new `%i' and `%I'
9972 constructs.
9973
99742003-09-03 Peter Runestig <peter@runestig.com>
9975
9976 * makefile.w32-in: New file.
9977
99782003-08-29 Richard M. Stallman <rms@gnu.org>
9979
9980 * display.texi (Overlay Properties): Clarify how priorities
9981 affect use of the properties.
9982
99832003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
9984
9985 * customize.texi (Type Keywords): Correct the description of
9986 `:help-echo' in the case where `motion-doc' is a function.
9987
99882003-08-14 John Paul Wallington <jpw@gnu.org>
9989
9990 * modes.texi (Emulating Mode Line): Subsection, not section.
9991
99922003-08-13 Richard M. Stallman <rms@gnu.org>
9993
9994 * elisp.texi (Top): Update subnode lists in menu.
9995
9996 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
9997 (Kill Functions): kill-region has new arg yank-handler.
9998 (Yanking): New node.
9999 (Yank Commands): Add yank-undo-function.
10000 (Low-Level Kill Ring):
10001 kill-new and kill-append have new arg yank-handler.
10002 (Changing Properties): Add remove-list-of-text-properties.
10003 (Atomic Changes): New node.
10004
10005 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
10006
10007 * streams.texi (Output Variables): Add eval-expression-print-length
10008 and eval-expression-print-level.
10009
10010 * os.texi (Time Conversion): For encode-time, explain limits on year.
10011
10012 * objects.texi (Character Type): Define anchor "modifier bits".
10013
10014 * modes.texi (Emulating Mode Line): New node.
10015 (Search-based Fontification): Font Lock uses font-lock-face property.
10016 (Other Font Lock Variables): Likewise.
10017
10018 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
10019 not vectors.
10020 (Active Keymaps): Add emulation-mode-map-alists.
10021 (Functions for Key Lookup): key-binding has new arg no-remap.
10022 (Remapping Commands): New node.
10023 (Scanning Keymaps): where-is-internal has new arg no-remap.
10024 (Tool Bar): Add tool-bar-local-item-from-menu.
10025 Clarify when to use tool-bar-add-item-from-menu.
10026
10027 * commands.texi (Interactive Call): commandp has new arg.
10028 (Command Loop Info): Add this-original-command.
10029
100302003-08-06 John Paul Wallington <jpw@gnu.org>
10031
10032 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
10033
10034 * display.texi (Warning Basics): Fix typo.
10035 (Fringes): Add closing curly bracket and fix typo.
10036
10037 * elisp.texi (Top): Fix typo.
10038
100392003-08-05 Richard M. Stallman <rms@gnu.org>
10040
10041 * elisp.texi: Update lists of subnodes.
10042
10043 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
10044
10045 * variables.texi (Local Variables): Use lc for example variable names.
10046
10047 * tips.texi (Library Headers): Explain where to put -*-.
10048
10049 * strings.texi (Creating Strings): Fix xref for vconcat.
10050
10051 * sequences.texi (Vector Functions):
10052 vconcat no longer allows integer args.
10053
10054 * minibuf.texi (Reading File Names): read-file-name has new
10055 arg PREDICATE. New function read-directory-name.
10056
c4cc8b9a 10057 * macros.texi (Defining Macros): Give definition of `declare'.
b8d4c8d0
GM
10058 (Indenting Macros): New node.
10059
10060 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
10061 (Window Frame Parameters): Make separate table of parameters
10062 that are coupled with specific face attributes.
10063 (Deleting Frames): delete-frame-hooks renamed to
10064 delete-frame-functions.
10065
10066 * files.texi (Magic File Names): Add file-remote-p.
10067 Clarify file-local-copy.
10068
10069 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
10070 here; instead xref Defining Macros.
10071
10072 * display.texi (Warnings): New node, and subnodes.
10073 (Fringes): New node.
10074
10075 * debugging.texi (Test Coverage): New node.
10076
10077 * compile.texi (Compiler Errors): Explain with-no-warnings
10078 and other ways to suppress warnings.
10079
10080 * commands.texi (Interactive Call): Minor clarification.
10081
10082 * buffers.texi (Buffer File Name): set-visited-file-name
10083 renames the buffer too.
10084
10085 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
10086
100872003-07-24 Markus Rost <rost@math.ohio-state.edu>
10088
10089 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
10090
100912003-07-22 Markus Rost <rost@math.ohio-state.edu>
10092
10093 * internals.texi (Garbage Collection): Fix previous change.
10094
100952003-07-22 Richard M. Stallman <rms@gnu.org>
10096
10097 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
10098
10099 * display.texi (Width): Use \s syntax in example.
10100 (Font Selection): Add face-font-rescale-alist.
10101
10102 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
10103 Remove spurious indent in example.
10104
10105 * lists.texi (Building Lists): Add number-sequence.
10106
10107 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
10108
10109 * functions.texi (Function Documentation): Explain how to
10110 show calling convention explicitly in the doc string.
10111
10112 * windows.texi (Selecting Windows): save-selected-window saves
10113 selected window of each frame.
10114 (Window Configurations): Minor change.
10115
10116 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
10117
10118 * streams.texi (Output Variables): Add print-continuous-numbering
10119 and print-number-table.
10120
10121 * processes.texi (Decoding Output): New node.
10122
10123 * os.texi (Time Conversion): decode-time arg is optional.
10124
10125 * objects.texi (Character Type): Don't use space as example for \.
10126 Make list of char names and \-sequences correspond.
10127 Explain that \s is not used in strings. `\ ' needs space after.
10128
10129 * nonascii.texi (Converting Representations): Add string-to-multibyte.
10130 (Translation of Characters): Add translation-table-for-input.
10131 (Default Coding Systems): Add auto-coding-functions.
10132 (Explicit Encoding): Add decode-coding-inserted-region.
10133 (Locales): Add locale-info.
10134
10135 * minibuf.texi (Basic Completion): Describe test-completion.
10136 Collections can be lists of strings.
10137 Clean up lazy-completion-table.
10138 (Programmed Completion): Mention test-completion.
10139 Clarify why lambda expressions are not accepted.
10140 (Minibuffer Misc): Describe minibufferp.
10141
101422003-07-14 Richard M. Stallman <rms@gnu.org>
10143
10144 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
10145
10146 * windows.texi (Selecting Windows): New arg to select-window.
10147 (Selecting Windows): Add with-selected-window.
10148 (Size of Window): Add window-inside-edges, etc.
10149
10150 * internals.texi (Garbage Collection): Add post-gc-hook.
10151
10152 * processes.texi (Subprocess Creation): Add exec-suffixes.
10153
10154 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
10155 (Scanning Keymaps): Add map-keymaps.
10156 (Defining Menus): Add keymap-prompt.
10157
10158 * numbers.texi (Integer Basics): Add most-positive-fixnum,
10159 most-negative-fixnum.
10160
c4cc8b9a 10161 * compile.texi (Byte Compilation): Explain no-byte-compile.
b8d4c8d0
GM
10162 (Compiler Errors): New node.
10163
10164 * os.texi (User Identification): user-uid, user-real-uid
10165 can return float.
10166
10167 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
10168 and about derived modes.
10169 (Minor Modes): Add minor-mode-list.
10170 (Defining Minor Modes): Keyword args for define-minor-mode.
10171 (Search-based Fontification): Explain managing other properties.
10172 (Other Font Lock Variables): Add font-lock-extra-managed-props.
183080b6 10173 (Faces for Font Lock): Add font-lock-preprocessor-face.
b8d4c8d0
GM
10174 (Hooks): Add run-mode-hooks and delay-mode-hooks.
10175
10176 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
10177 (Variable Aliases): Clarify defvaralias.
10178
10179 * loading.texi (Library Search): Add load-suffixes.
10180
10181 * minibuf.texi (Basic Completion): Add lazy-completion-table.
10182 (Programmed Completion): Add dynamic-completion-table.
10183
10184 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
10185 (Magic File Names): Specify precedence order of handlers.
10186
10187 * commands.texi (Command Overview): Emacs server runs pre-command-hook
10188 and post-command-hook.
10189 (Waiting): New calling convention for sit-for.
10190
10191 * text.texi (Special Properties): local-map and keymap properties
10192 apply based on their stickiness.
10193
101942003-07-07 Richard M. Stallman <rms@gnu.org>
10195
10196 * modes.texi (Minor Mode Conventions): Specify only some kinds
10197 of list values as args to minor modes.
10198
10199 * files.texi (File Name Expansion): Warn about iterative use
10200 of substitute-in-file-name.
10201
10202 * advice.texi (Activation of Advice): Clean up previous change.
10203
102042003-07-06 Markus Rost <rost@math.ohio-state.edu>
10205
10206 * advice.texi (Activation of Advice): Note that ad-start-advice is
10207 turned on by default.
10208
102092003-06-30 Richard M. Stallman <rms@gnu.org>
10210
10211 * text.texi (Buffer Contents): Document current-word.
10212 (Change Hooks): Not called for *Messages*.
10213
10214 * functions.texi (Defining Functions): Explain about redefining
10215 primitives.
f4e90db0 10216 (Function Safety): Rename. Minor changes.
b8d4c8d0
GM
10217 Comment out the detailed criteria for what is safe.
10218
102192003-06-22 Andreas Schwab <schwab@suse.de>
10220
10221 * objects.texi (Symbol Type): Fix description of examples.
10222
102232003-06-16 Andreas Schwab <schwab@suse.de>
10224
10225 * hash.texi (Creating Hash): Fix description of :weakness.
10226
c8763fb6 102272003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
b8d4c8d0
GM
10228
10229 * files.texi (Changing Files): copy-file copies file modes, too.
10230
102312003-05-28 Richard M. Stallman <rms@gnu.org>
10232
10233 * strings.texi (Creating Strings): Clarify split-string.
10234
102352003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
10236
10237 * strings.texi (Creating Strings): Update split-string specification
10238 and examples.
10239
102402003-05-19 Richard M. Stallman <rms@gnu.org>
10241
10242 * elisp.texi: Correct invariant section names.
10243
102442003-04-20 Richard M. Stallman <rms@gnu.org>
10245
10246 * os.texi (Timers): Explain about timers and quitting.
10247
102482003-04-19 Richard M. Stallman <rms@gnu.org>
10249
10250 * internals.texi (Writing Emacs Primitives): Strings are
10251 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
10252 Explain GCPRO convention for varargs function args.
10253
102542003-04-16 Richard M. Stallman <rms@gnu.org>
10255
10256 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
10257
102582003-04-08 Richard M. Stallman <rms@gnu.org>
10259
10260 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
10261
102622003-02-13 Kim F. Storm <storm@cua.dk>
10263
10264 * objects.texi (Character Type): New \s escape for space.
10265
102662003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
10267
5dcb4c4e 10268 * os.texi (System Environment): Add cygwin system-type.
b8d4c8d0
GM
10269
102702003-01-25 Richard M. Stallman <rms@gnu.org>
10271
10272 * keymaps.texi: Document that a symbol can act as a keymap.
10273
102742003-01-13 Richard M. Stallman <rms@gnu.org>
10275
10276 * text.texi (Changing Properties): Say string indices are origin-0.
10277
10278 * positions.texi (Screen Lines) <compute-motion>:
10279 Correct order of elts in return value.
10280
10281 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
10282 how to define a default binding.
10283
102842002-12-07 Markus Rost <rost@math.ohio-state.edu>
10285
10286 * loading.texi (Unloading): Fix recent change for load-history.
10287
10288 * customize.texi (Simple Types): Clarify description of custom
10289 type 'number. Describe new custom type 'float.
10290
102912002-12-04 Markus Rost <rost@math.ohio-state.edu>
10292
10293 * variables.texi (File Local Variables): Fix typo.
10294
c8763fb6 102952002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
b8d4c8d0
GM
10296
10297 From Michael Albinus <Michael.Albinus@alcatel.de>.
10298
10299 * README: Target for Info file is `make info'.
10300
5dcb4c4e 10301 * files.texi (File Name Components): Fix typos in
b8d4c8d0
GM
10302 `file-name-sans-extension'.
10303 (Magic File Names): Complete list of operations for magic file
10304 name handlers.
10305
103062002-09-16 Jonathan Yavner <jyavner@engineer.com>
10307
10308 * variables.texi (File Local Variables): New function
10309 risky-local-variable-p.
10310
103112002-09-15 Jonathan Yavner <jyavner@engineer.com>
10312
10313 * functions.texi (Function safety): New node about unsafep.
10314
103152002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
10316
5dcb4c4e 10317 * customize.texi (Splicing into Lists): Fix example.
a86cd395 10318 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
b8d4c8d0
GM
10319
103202002-06-17 Juanma Barranquero <lektu@terra.es>
10321
10322 * frames.texi (Display Feature Testing): Fix typo.
10323
103242002-06-12 Andreas Schwab <schwab@suse.de>
10325
10326 * frames.texi (Initial Parameters, Resources): Fix references to
10327 the Emacs manual.
10328
103292002-05-13 Kim F. Storm <storm@cua.dk>
10330
10331 * variables.texi (Intro to Buffer-Local): Updated warning and
10332 example relating to changing buffer inside let.
10333
c8763fb6 103342002-03-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
10335
10336 * os.texi (Session Management): New node about X Session management.
10337
103382002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
10339
10340 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
10341 to which the manual corresponds, and the copyright years.
10342
10343 * Makefile.in (VERSION): Set to 2.9.
10344
103452001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
10346
10347 * elisp.texi: Change the category in @dircategory to "Emacs", to
10348 make it consistent with info/dir.
10349
103502001-11-25 Miles Bader <miles@gnu.org>
10351
10352 * text.texi (Fields): Describe new `limit' arg in
10353 field-beginning/field-end.
10354
103552001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
10356
5dcb4c4e
SM
10357 * permute-index: Don't depend on csh-specific features.
10358 Replace the interpreter name with /bin/sh.
b8d4c8d0
GM
10359
10360 * two-volume-cross-refs.txt: New file.
10361 * two.el: New file.
10362 * spellfile: New file.
10363
103642001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
10365
10366 * permute-index: New file.
10367
10368 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
10369 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
10370 8+3 restricted namespace.
10371
10372 * Makefile.in (infodir): Define relative to $(srcdir).
10373 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
10374 include directories list via -I switch to makeinfo.
10375 (index.texi): Use cp if both hard and symbolic links fail.
10376
103772001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
10378
10379 * Makefile.in (distclean): Add.
10380
10381 The following changes make ELisp manual part of the Emacs
10382 distribution:
10383
10384 * Makefile.in: Add Copyright notice.
10385 (prefix): Remove.
10386 (infodir): Change value to "../info".
10387 (VPATH): New variable.
10388 (MAKE): Don't define.
10389 (texmacrodir): Don't define.
10390 (texinputdir): Append the existing value of TEXINPUTS.
10391 ($(infodir)/elisp): Instead of just "elisp". Reformat the
10392 command to be compatible with man/Makefile.in, and to put the
10393 output into ../info.
10394 (info): Add target.
10395 (installall): Target removed.
10396
c8763fb6 103972001-10-31 Pavel Janík <Pavel@Janik.cz>
b8d4c8d0
GM
10398
10399 * tips.texi (Coding Conventions): Fix typo.
10400
104012001-10-23 Gerd Moellmann <gerd@gnu.org>
10402
10403 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
10404
104052001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
10406
10407 * files.texi (File Name Components): Update the description of
10408 file-name-sans-extension and file-name-extension, as they now
10409 ignore leading dots.
10410
104112001-10-20 Gerd Moellmann <gerd@gnu.org>
10412
10413 * (Version 21.1 released.)
10414
104152001-10-19 Miles Bader <miles@gnu.org>
10416
10417 * positions.texi (Text Lines): Describe behavior of
10418 `beginning-of-line'/`end-of-line' in the presence of field properties.
10419
104202001-10-17 Gerd Moellmann <gerd@gnu.org>
10421
10422 * Makefile.in (VERSION): Set to 2.8.
10423 (manual): Use `manual-21'.
10424
10425 * elisp.texi (VERSION): Add and use it where the version
10426 number was used. Set it to 2.8.
10427
10428 * intro.texi: Likewise.
10429
104302001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
10431
10432 * files.texi (File Name Completion): Document the significance of
10433 a trailing slash in elements of completion-ignored-extensions.
10434
104352001-10-06 Miles Bader <miles@gnu.org>
10436
10437 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
10438
104392001-10-04 Gerd Moellmann <gerd@gnu.org>
10440
10441 * variables.texi (Variable Aliases): New node.
10442
104432001-10-04 Gerd Moellmann <gerd@gnu.org>
10444
10445 * Branch for 21.1.
10446
104472001-10-02 Miles Bader <miles@gnu.org>
10448
10449 * minibuf.texi (Minibuffer Misc): Add entries for
10450 `minibuffer-contents', `minibuffer-contents-no-properties', and
10451 `delete-minibuffer-contents'.
10452 Correct description for `minibuffer-prompt-end'.
10453
10454 * text.texi (Property Search): Correct descriptions of
10455 `next-char-property-change' and `previous-char-property-change'.
10456 Add entries for `next-single-char-property-change' and
10457 `previous-single-char-property-change'.
10458 Make operand names a bit more consistent.
10459
104602001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
10461
10462 * frames.texi (Finding All Frames): Document that next-frame and
10463 previous-frame are local to current terminal.
10464
104652001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
10466
10467 * keymaps.texi (Creating Keymaps): Fix the description of the
10468 result of make-keymap.
10469
104702001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
10471
10472 * display.texi (Font Lookup, Attribute Functions)
10473 (Image Descriptors): Add cross-references to the definition of
10474 selected frame.
10475
10476 * buffers.texi (The Buffer List): Add cross-references to the
10477 definition of selected frame.
10478
10479 * frames.texi (Input Focus): Clarify which frame is _the_ selected
10480 frame at any given time.
10481 (Multiple Displays, Size and Position): Add a cross-reference to
10482 the definition of the selected frame.
10483
104842001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
10485
10486 * strings.texi (String Conversion) <string-to-number>: Document
10487 that a float is returned for integers that are too large.
10488
10489 * frames.texi (Mouse Position): Document mouse-position-function.
10490 (Display Feature Testing): Document display-images-p.
10491 (Window Frame Parameters): Document the cursor-type variable.
10492
10493 * numbers.texi (Integer Basics): Document CL style read syntax for
10494 integers in bases other than 10.
10495
5dcb4c4e
SM
10496 * positions.texi (List Motion):
10497 Document open-paren-in-column-0-is-defun-start.
b8d4c8d0
GM
10498
10499 * lists.texi (Sets And Lists): Document member-ignore-case.
10500
10501 * internals.texi (Garbage Collection): Document the used and free
10502 strings report.
10503 (Memory Usage): Document strings-consed.
10504
10505 * os.texi (Time of Day): Document float-time.
10506 (Recording Input): Document that clear-this-command-keys clears
10507 the vector to be returned by recent-keys.
10508
10509 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
10510 argument keymap can be a list.
10511
10512 * nonascii.texi (User-Chosen Coding Systems)
10513 <select-safe-coding-system>: Document the new argument
10514 accept-default-p and the variable
10515 select-safe-coding-system-accept-default-p. Tell what happens if
10516 buffer-file-coding-system is undecided.
10517 (Default Coding Systems): Document auto-coding-regexp-alist.
10518
10519 * display.texi (The Echo Area) <message>: Document
10520 message-truncate-lines.
10521 (Glyphs): Document that the glyph table is unused on windowed
10522 displays.
10523
10524 * help.texi (Describing Characters) <single-key-description>:
10525 Document the new argument no-angles.
10526 (Accessing Documentation) <documentation-property>: Document that
10527 a non-string property is evaluated.
10528 <documentation>: Document that the function-documentation property
10529 is looked for.
10530
10531 * windows.texi (Selecting Windows): Document some-window.
10532
10533 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
10534
10535 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
10536 apropos-mode-hook.
10537
10538 * commands.texi (Using Interactive): Document interactive-form.
10539 (Keyboard Macros): Document kbd-macro-termination-hook.
10540 (Command Loop Info): Document that clear-this-command-keys clears
10541 the vector to be returned by recent-keys.
10542
105432001-09-04 Werner LEMBERG <wl@gnu.org>
10544
10545 * Makefile.in (srcdir, texinputdir): New variables.
10546 (srcs, index.texi, install): Use $(srcdir).
10547 (.PHONY): Remove elisp.dvi.
10548 (elisp): Use -I switch for makeinfo.
10549 (elisp.dvi): Use $(srcdir) and $(texinputdir).
10550 (installall, dist): Use $(srcdir).
10551 Fix path to texinfo.tex.
10552 (maintainer-clean): Add elisp.dvi and elisp.oaux.
10553
105542001-08-30 Gerd Moellmann <gerd@gnu.org>
10555
10556 * display.texi (Conditional Display): Adjust to API change.
10557
10558 * configure: New file.
10559
105602001-07-30 Gerd Moellmann <gerd@gnu.org>
10561
10562 * commands.texi (Repeat Events): Add description of
10563 double-click-fuzz.
10564
105652001-05-08 Stefan Monnier <monnier@cs.yale.edu>
10566
10567 * syntax.texi (Syntax Class Table): Add the missing designator for
10568 comment and string fences.
10569 (Syntax Properties): Add a xref to syntax table internals.
10570 (Syntax Table Internals): Document string-to-syntax.
10571
105722001-05-07 Gerd Moellmann <gerd@gnu.org>
10573
10574 * Makefile.in (install): Use install-info command line options
10575 like in Emacs' Makefile.in.
10576
105772000-12-09 Miles Bader <miles@gnu.org>
10578
10579 * windows.texi (Window Start): Update documentation for
10580 `pos-visible-in-window-p'.
10581
105822000-11-12 Stefan Monnier <monnier@cs.yale.edu>
10583
10584 * lists.texi (Building Lists): Add footnote to explain how to add
10585 to the end of a list.
10586
105872000-10-25 Gerd Moellmann <gerd@gnu.org>
10588
10589 * files.texi (Visiting Functions): Typos.
10590
105912000-10-25 Kenichi Handa <handa@etl.go.jp>
10592
10593 * files.texi (Visiting Functions): Return value of
10594 find-file-noselect may be a list of buffers if wildcards are used.
10595
105962000-10-24 Miles Bader <miles@lsi.nec.co.jp>
10597
10598 * display.texi (Defining Faces): Document `graphic' display type
10599 in face specs.
10600
b344d29d 106012000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b8d4c8d0
GM
10602
10603 * hooks.texi (Standard Hooks): Replace obsolete
10604 `after-make-frame-hook' with `after-make-frame-functions'.
10605
10606 * frames.texi (Creating Frames): Ditto.
10607
10608 * variables.texi (Future Local Variables): Ditto.
10609
106102000-10-16 Gerd Moellmann <gerd@gnu.org>
10611
10612 * display.texi (Other Image Types): Add description of :foreground
10613 and :background properties of mono PBM images.
10614
106152000-08-17 Werner LEMBERG <wl@gnu.org>
10616
10617 * .cvsignore: New file.
10618
106192000-01-05 Gerd Moellmann <gerd@gnu.org>
10620
10621 * tindex.pl: New script.
10622
106231999-12-03 Dave Love <fx@gnu.org>
10624
10625 * Makefile.in (MAKEINFO): New parameter.
10626
106271999-09-17 Richard Stallman <rms@gnu.org>
10628
10629 * Makefile.in (srcs): Add hash.texi.
10630 (VERSION): Update to 20.6.
10631
106321999-09-13 Richard Stallman <rms@gnu.org>
10633
10634 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
10635
106361998-08-29 Karl Heuer <kwzh@gnu.org>
10637
10638 * configure.in: New file.
10639 * Makefile.in: Renamed from Makefile.
10640 (prefix, infodir): Use value obtained from configure.
10641 (emacslibdir): Obsolete variable deleted.
10642 (dist): Distribute configure.in, configure, Makefile.in.
10643
106441998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
10645
10646 * Makefile (INSTALL_INFO): New variable.
10647 (install): Run install-info.
10648
106491998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
10650
10651 * Makefile (elisp.dvi): Add missing backslash.
10652
106531998-05-02 Richard Stallman <rms@psilocin.gnu.org>
10654
10655 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
10656 Run texindex without `./'. Always run texindex on elisp.tp.
10657 (elisp.tps): Target deleted.
10658
106591998-04-05 Richard Stallman <rms@psilocin.gnu.org>
10660
10661 * Makefile (srcs): Add nonascii.texi and customize.texi.
10662 (dist): Start by deleting `temp'.
10663
106641998-02-17 Richard Stallman <rms@psilocin.gnu.org>
10665
10666 * Makefile (makeinfo, texindex): Targets deleted.
10667 (makeinfo.o, texindex.o): Targets deleted.
10668 (clean, dist): Don't do anything with them or with getopt*.
10669
106701998-01-30 Richard Stallman <rms@psilocin.gnu.org>
10671
10672 * Makefile (SHELL): Defined.
10673
106741998-01-27 Richard Stallman <rms@psilocin.gnu.org>
10675
10676 * Makefile (elisp.tps): New target.
10677 (elisp.dvi): Depend on elisp.tps.
10678
c5602427 106791996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
b8d4c8d0
GM
10680
10681 * README: Update phone number.
10682
10683 * Makefile (elisp): Make this be the default target.
10684 Depend on makeinfo.c instead of makeinfo.
10685 (install): Don't depend on elisp.dvi, since we don't install that.
10686 Use mkinstalldirs.
10687 (dist): Add mkinstalldirs.
10688
c5602427 106891995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
b8d4c8d0
GM
10690
10691 * Makefile (VERSION): Update version number.
5dcb4c4e 10692 (maintainer-clean): Rename from realclean.
b8d4c8d0 10693
c5602427 106941995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
b8d4c8d0
GM
10695
10696 * Makefile (realclean): New target.
10697 (elisp): Remove any old elisp-* files first.
10698
c5602427 106991993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
b8d4c8d0
GM
10700
10701 * Makefile (VERSION): New variable.
10702 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
10703 Compressed file suffix should be `.gz', not `.z'.
10704
ce058493 107051993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10706
10707 * Makefile (elisp): Depend on makeinfo.
10708
c5602427 107091993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
b8d4c8d0
GM
10710
10711 * Makefile (srcs): Add anti.texi.
10712
c5602427 107131993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10714
10715 * Makefile (infodir, prefix): New vars.
10716 (install): Use infodir.
f4e90db0 10717 (emacsinfodir): Delete.
b8d4c8d0 10718
c5602427 107191993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10720
10721 * Makefile (srcs): Add calendar.texi.
10722
10723 * Makefile (dist): Copy texindex.c and makeinfo.c.
10724 Limit elisp-* files to those with one or two digits.
10725
c5602427 107261993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0 10727
f4e90db0 10728 * Makefile (dist): Change to use Gzip instead of compress.
b8d4c8d0 10729
c5602427 107301993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10731
10732 * loading.texi (Unloading): define-function changed back to
10733 defalias. It may not stay this way, but at least it's
10734 consistent with the known-good version of the code patch.
10735
c5602427 107361993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
b8d4c8d0
GM
10737
10738 * modes.texi (Hooks): Document new optional arg of add-hook.
10739
c5602427 107401993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10741
10742 * variables.texi: Document nil initial value of buffer-local variables.
10743
10744 * tips.texi: Add new section on standard library headers.
10745
c5602427 107461993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
10747
10748 * Makefile (srcs): Add frame.texi to the list of sources.
10749
c5602427 107501993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
10751
10752 * Makefile (dist): Don't bother excluding autosave files; they'll
10753 never make it into the temp directory anyway, and the hash marks
10754 in the name are problematic for make and the Bourne shell.
10755 (srcs):
10756
c5602427 107571993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
10758
10759 * Makefile (dist): Don't include backup files or autosave files in
10760 the distribution tar file.
10761
c5602427 107621991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0 10763
5dcb4c4e 10764 * Makefile (srcs): Add index.perm.
b8d4c8d0
GM
10765 (elisp.dvi): Remove erroneous shell comment.
10766 Expect output of permute-index in permuted.fns.
10767 Save old elisp.aux in elisp.oaux.
5dcb4c4e 10768 (clean): Add index.texi to be deleted.
b8d4c8d0 10769
c5602427 107701990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
10771
10772 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
10773
c5602427 107741990-06-26 David Lawrence (tale@geech)
b8d4c8d0
GM
10775
10776 * files.texi: Noted that completion-ignored-extensions is ignored
10777 when making *Completions*.
10778
3e868ee3 107791990-06-08 Jay Fenlason (hack@ai.mit.edu)
b8d4c8d0
GM
10780
10781 * Makefile make dist now depends on elisp.dvi, since it tries
10782 to include it in the dist file.
10783
c5602427 107841990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
b8d4c8d0 10785
c5602427 10786 * functions.texinfo (Mapping Functions): Add missing quote.
b8d4c8d0 10787
c5602427 107881989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
10789
10790 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
10791 (defunargs): Turn off \hyphenchar of \sl font temporarily.
10792
c5602427 107931989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10794
10795 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
10796 and @error{} are the terms now being used. The files in the
10797 directory have been changed to reflect this.
10798
10799 * All instances of @indentedresultt{} have been changed to
333f9019 10800 ` @result{}', using 5 spaces at the beginning of the line.
b8d4c8d0 10801
c5602427 108021989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10803
10804 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
10805 experimental @indentedresult{}, @indentedexpandsto{} are part of
10806 the texinfo.tex in this directory. These TeX macros are not
10807 stable yet.
10808
c5602427 108091989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10810
10811 * texinfo.tex: Temporarily added
10812 \let\result=\dblarrow
10813 \def\error{{\it ERROR} \longdblarrow}
10814 We need to do this better soon.
10815
c5602427 108161989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10817
10818 * Applied Karl Berry's patches to *.texinfo files, but not to
10819 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
10820 new title page format is also not applied, since it requires
10821 texinfo.tex changes.)
10822
10823 * Cleaned up `Makefile' and defined the `emacslibdir' directory
10824 for the Project GNU development environment.
10825
10826;; Local Variables:
c8763fb6 10827;; coding: utf-8
b8d4c8d0
GM
10828;; End:
10829
acaf905b 10830 Copyright (C) 1998-2012 Free Software Foundation, Inc.
b8d4c8d0
GM
10831
10832 This file is part of GNU Emacs.
10833
352c8b4a 10834 GNU Emacs is free software: you can redistribute it and/or modify
b8d4c8d0 10835 it under the terms of the GNU General Public License as published by
352c8b4a
GM
10836 the Free Software Foundation, either version 3 of the License, or
10837 (at your option) any later version.
b8d4c8d0
GM
10838
10839 GNU Emacs is distributed in the hope that it will be useful,
10840 but WITHOUT ANY WARRANTY; without even the implied warranty of
10841 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10842 GNU General Public License for more details.
10843
10844 You should have received a copy of the GNU General Public License
352c8b4a 10845 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.