Small edits for lispref/intro.texi
[bpt/emacs.git] / doc / lispref / ChangeLog
CommitLineData
cfed8eeb
GM
12012-05-04 Glenn Morris <rgm@gnu.org>
2
2da3a0d2
GM
3 * intro.texi (Caveats): Copyedit.
4 (Lisp History): Convert inforef to xref.
5 (Lisp History, Printing Notation, Version Info): Improve page-breaks.
6
cfed8eeb
GM
7 * elisp.texi (DATE): Forgot to change the month in 2012-04-21 change.
8
bbba8869
GM
92012-05-01 Glenn Morris <rgm@gnu.org>
10
11 * elisp.texi (@copying):
12 * intro.texi (Introduction): Only print VERSION in the TeX version.
13
5a5fd9f3
CY
142012-04-29 Chong Yidong <cyd@gnu.org>
15
16 * text.texi (Change Hooks): Minor fix for after-change-functions.
17
7eac3782
GM
182012-04-28 Glenn Morris <rgm@gnu.org>
19
20 * package.texi (Packaging Basics):
21 * loading.texi (Autoload):
22 * files.texi (Magic File Names):
23 Reword to remove/reduce some overly long/short lines.
24
cf988578
GM
252012-04-26 Glenn Morris <rgm@gnu.org>
26
27 * elisp.texi, vol1.texi, vol2.texi: Some fixes for detailed menu.
28 * modes.texi (Major Modes, Auto-Indentation):
29 * buffers.texi (Buffers): Some fixes for menu descriptions.
30
88ed9e87
SM
312012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
32
33 * functions.texi (Simple Lambda, Argument List):
34 * eval.texi (Function Indirection): Avoid deprecated form.
35
16152b76
GM
362012-04-26 Glenn Morris <rgm@gnu.org>
37
1a72be46
GM
38 * book-spine.texi, elisp.texi, vol1.texi, vol2.texi:
39 Add "et al." to authors.
40
16152b76
GM
41 * buffers.texi, commands.texi, compile.texi, control.texi:
42 * customize.texi, display.texi, eval.texi, files.texi, frames.texi:
43 * hash.texi, help.texi, intro.texi, keymaps.texi, lists.texi:
44 * modes.texi, numbers.texi, objects.texi, streams.texi:
45 * symbols.texi, syntax.texi, text.texi, tips.texi, variables.texi:
46 Use Texinfo recommended convention for quotes+punctuation.
47
9ec7751f
CY
482012-04-23 Chong Yidong <cyd@gnu.org>
49
50 * keymaps.texi (Scanning Keymaps): Fix description of NO-REMAP arg
51 to where-is-internal (Bug#10872).
52
9c51bbaa
GM
532012-04-21 Glenn Morris <rgm@gnu.org>
54
a2715669
GM
55 * macros.texi (Indenting Macros): Fix typo.
56
0b27932b
GM
57 * windows.texi (Basic Windows, Windows and Frames, Window Sizes)
58 (Resizing Windows, Deleting Windows, Selecting Windows)
e78d873d
GM
59 (Choosing Window Options, Horizontal Scrolling)
60 (Cyclic Window Ordering, Window History, Dedicated Windows)
09ebefe1
GM
61 (Quitting Windows, Window Configurations, Textual Scrolling):
62 (Coordinates and Windows, Window Configurations)
63 (Window Parameters, Window Hooks): Copyedits.
0b27932b
GM
64 (Splitting Windows, Deleting Windows):
65 Fix ignore-window-parameters logic.
66 (Selecting Windows, Choosing Window Options): Markup fixes.
e78d873d
GM
67 (Window Start and End): Remove pointless example.
68 Remove cross-reference to deleted count-lines content.
09ebefe1
GM
69 (Textual Scrolling): Mention recenter-redisplay, recenter-top-bottom,
70 and recenter-positions. Remove recenter example.
0b27932b 71
0dc91072
GM
72 * elisp.texi, vol1.texi, vol2.texi: Bump VERSION and DATE.
73
9c51bbaa
GM
74 * minibuf.texi (Intro to Minibuffers):
75 Tweak discussion of resizing minibuffer window.
76
f30d612a
CY
772012-04-20 Chong Yidong <cyd@gnu.org>
78
79 * processes.texi (Asynchronous Processes): Mention nil argument to
80 start-process.
81
b58b1df8
GM
822012-04-20 Glenn Morris <rgm@gnu.org>
83
84 * minibuf.texi (Basic Completion): No need to describe obarrays here.
85 Don't mention obsolete `nospace' argument of all-completions.
86 (Minibuffer Completion, Completion Commands, Reading File Names)
87 (Completion Variables): Copyedits.
88 (Completion Commands): Mention parent keymaps.
89 Remove obsolete minibuffer-local-filename-must-match-map.
90 (High-Level Completion): Remove read-variable's almost
91 word-for-word duplication of read-command.
92 * elisp.texi, vol1.texi, vol2.texi, minibuf.texi (Completion):
93 Update "High-Level Completion" description.
94
9d2754f5
GM
952012-04-19 Glenn Morris <rgm@gnu.org>
96
c0ea08d2
GM
97 * minibuf.texi (Minibuffers):
98 * elisp.texi, vol1.texi, vol2.texi: Fix minibuffer subsection order.
99
9d2754f5
GM
100 * minibuf.texi: Standardize metasyntactic variables ("history", etc).
101 Use Texinfo-recommended form of quote+punctuation.
102 (Intro to Minibuffers): First minibuffer is #1, not #0.
103 Mention minibuffer-inactive-mode.
104 (Text from Minibuffer): Copyedits.
105 (Minibuffer History, Programmed Completion): Fix @var usage.
c5467d73
GM
106 (Object from Minibuffer): Remove overly pedantic para.
107 (Minibuffer History): Copyedits. Add face-name-history.
108 (Initial Input, Yes-or-No Queries, Multiple Queries)
109 (Minibuffer Windows, Minibuffer Misc): Copyedits.
110 (Yes-or-No Queries): Tweak example.
111 (Minibuffer Commands): Add next-complete-history-element.
112 (Minibuffer Misc): Mention minibuffer-message-timeout, and
113 minibuffer-inactive-mode.
9d2754f5 114
4373fd43
GM
1152012-04-18 Glenn Morris <rgm@gnu.org>
116
117 * processes.texi (Serial Ports, Byte Packing, Bindat Spec)
118 (Bindat Functions): Copyedits.
119
0e80650b
CS
1202012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
121
122 * files.texi (Saving Buffers): Document `visit and `visit-save'
123 values of require-final-newline.
124
016a35df
GM
1252012-04-18 Glenn Morris <rgm@gnu.org>
126
127 * processes.texi (Output from Processes, Filter Functions):
128 Mention waiting-for-user-input-p.
129 (Sentinels, Query Before Exit, System Processes, Transaction Queues):
130 (Network Servers, Datagrams, Network Processes, Network Options)
131 (Network Feature Testing, Serial Ports): Copyedits.
132 (Network): Add encrypted network overview paragraph.
133 Cross-reference the Emacs-GnuTLS manual. Use @acronym.
134
21ffa320
CY
1352012-04-17 Chong Yidong <cyd@gnu.org>
136
137 * help.texi (Keys in Documentation): Mention :advertised-binding.
138
139 * keymaps.texi (Menu Bar): Move most of the :advertised-binding
140 description to help.texi.
141
62f4b18c
GM
1422012-04-16 Glenn Morris <rgm@gnu.org>
143
144 * processes.texi (Process Information, Input to Processes)
145 (Signals to Processes, Output from Processes, Process Buffers)
146 (Filter Functions, Decoding Output): Copyedits.
4f5d565f 147 (Accepting Output): Discourage use of `millisec' argument.
62f4b18c 148
e153c136
GM
1492012-04-15 Glenn Morris <rgm@gnu.org>
150
151 * processes.texi (Processes, Subprocess Creation, Shell Arguments):
12acf783
GM
152 (Synchronous Processes, Asynchronous Processes, Deleting Processes):
153 Copyedits.
e153c136 154 (Subprocess Creation): Discourage modifying exec-path directly.
12acf783
GM
155 (Synchronous Processes, Asynchronous Processes):
156 Update some example output.
e153c136
GM
157 (Process Information): Fix typo.
158 (Bindat Spec): Use Texinfo-recommended form of quote+punctuation.
159
764a3017
GM
1602012-04-14 Glenn Morris <rgm@gnu.org>
161
162 * anti.texi (Antinews): Copyedits. Don't @dfn anything here.
163 open-network-stream does exist in Emacs 23, but is simpler.
164
03ed9e82
CY
1652012-04-13 Chong Yidong <cyd@gnu.org>
166
167 * customize.texi (Custom Themes): Also document load-theme etc.
168
81927dd2
CY
1692012-04-12 Chong Yidong <cyd@gnu.org>
170
171 * customize.texi (Applying Customizations):
172 (Custom Themes): New nodes.
173
174 * display.texi (Defining Faces): Reference custom-set-faces.
175
176 * modes.texi (Defining Minor Modes, Defining Minor Modes):
177 * os.texi (Startup Summary): Copyedits.
178
8edb942b
GM
1792012-04-12 Glenn Morris <rgm@gnu.org>
180
181 * loading.texi (Loading Non-ASCII): "unibyte:" can also be at the end.
182
62200c14
GM
1832012-04-10 Glenn Morris <rgm@gnu.org>
184
9fce7eda
GM
185 * strings.texi (Case Tables):
186 * objects.texi (General Escape Syntax):
187 * keymaps.texi (Key Sequences): Use @acronym with "ASCII".
188
2bb0eca1
GM
189 * buffers.texi, compile.texi, customize.texi, debugging.texi:
190 * display.texi, edebug.texi, eval.texi, help.texi, intro.texi:
191 * keymaps.texi, minibuf.texi, modes.texi, os.texi, processes.texi:
192 * text.texi: Use @file for buffers, per the Texinfo manual.
193
62200c14
GM
194 * compile.texi (Compiler Errors): Add missing space in buffer name.
195
9fe9631c
CY
1962012-04-08 Chong Yidong <cyd@gnu.org>
197
198 * processes.texi (Query Before Exit): Remove obsolete function
199 process-kill-without-query (Bug#11190).
200
8fc85b20
GM
2012012-04-08 Glenn Morris <rgm@gnu.org>
202
203 * files.texi, frames.texi, loading.texi, os.texi, processes.texi:
204 Use @env for environment variables.
205
f48a9cb4
GM
2062012-04-07 Glenn Morris <rgm@gnu.org>
207
208 * Makefile.in: Replace non-portable use of $< in ordinary rules.
209
ea0ff314
CY
2102012-04-06 Chong Yidong <cyd@gnu.org>
211
212 * minibuf.texi (Programmed Completion): Document metadata method.
213 (Completion Variables): Document completion-category-overrides.
214
91b65361
CY
2152012-04-05 Chong Yidong <cyd@gnu.org>
216
217 * anti.texi (Antinews): Rewrite for Emacs 23.
218
3d439cd1
CY
2192012-04-04 Chong Yidong <cyd@gnu.org>
220
321cc491
CY
221 * minibuf.texi (Programmed Completion): Remove obsolete variable
222 completion-annotate-function.
223 (Completion Variables): Rename from Completion Styles. Document
224 completion-extra-properties. Document completion-styles-alist
225 change.
245d176b
CY
226 (Reading File Names): minibuffer-local-filename-must-match-map is
227 not used anymore.
228 (Minibuffer Completion): Document completing-read-function.
229 (Completion in Buffers): completion-at-point-functions can return
230 properties recognized in completion-extra-properties.
321cc491 231
3d439cd1
CY
232 * display.texi (Delayed Warnings): New node.
233
a7972adf
CY
234 * os.texi (Notifications): Copyedits.
235
97f4a299
GM
2362012-04-04 Glenn Morris <rgm@gnu.org>
237
238 * os.texi (Notifications): Copyedits.
239
9ff687e1
MA
2402012-04-03 Michael Albinus <michael.albinus@gmx.de>
241
242 * os.texi (Terminal-Specific): Fix typo.
243 (Notifications): New section.
244
245 * elisp.texi (Top):
246 * vol1.texi (Top):
247 * vol2.texi (Top): Add "Notifications" and "Dynamic Libraries"
248 menu entries.
249
42ee526b
CY
2502012-04-01 Chong Yidong <cyd@gnu.org>
251
252 * files.texi (Kinds of Files): file-subdir-of-p renamed to
253 file-in-directory-p.
254
0b021094
GM
2552012-03-31 Glenn Morris <rgm@gnu.org>
256
257 * edebug.texi (Instrumenting Macro Calls):
258 Mention defining macros at instrumentation time.
259 (Edebug Options): Mention edebug-unwrap-results.
260
50fe197c
EZ
2612012-03-31 Eli Zaretskii <eliz@gnu.org>
262
263 * text.texi (Special Properties): Clarify the description of the
264 effect of integer values of the 'cursor' property on cursor
265 position. See the discussions in bug#11068 for more details and
266 context.
267
650b6d0b
GM
2682012-03-31 Glenn Morris <rgm@gnu.org>
269
270 * edebug.texi (Edebug Eval, Specification List, Edebug Options):
271 Copyedits.
272
5319014e
CY
2732012-03-30 Chong Yidong <cyd@gnu.org>
274
275 * display.texi (Image Formats): Add imagemagick type.
276 (Image Descriptors): Mention how they are used.
277 (ImageMagick Images): Clarify role of imagemagick-register-types.
278 (Character Display): Don't mention glyph tables.
279 (Display Tables): Use make-glyph-code in example.
280 (Glyphs): Avoid "simple glyph code" terminology. Note that glyph
281 tables are semi-obsolete. De-document create-glyph.
282 (Glyphless Chars): Note that display tables override this.
283 (Bidirectional Display): Copyedits. Introduce "bidirectional
284 reordering" terminology, and use it.
285
f1224267
GM
2862012-03-30 Glenn Morris <rgm@gnu.org>
287
288 * edebug.texi (Jumping): Give name of `i' binding.
289
d14daa28
GM
2902012-03-28 Glenn Morris <rgm@gnu.org>
291
292 * searching.texi (Regular Expressions, Regexp Special):
fee88ca0
GM
293 (Regexp Backslash, Regexp Example, Regexp Functions, Regexp Search):
294 (Simple Match Data, Saving Match Data, Standard Regexps): Copyedits.
d14daa28
GM
295 (Regexp Special): Mention collation.
296 Clarify char classes with an example.
fee88ca0
GM
297 (Regexp Functions): Mention regexp-opt is not guaranteed.
298 Mention regexp-opt-charset.
299 (Regexp Search): Recommend against looking-back.
300 (Search and Replace): Use Texinfo recommended quote convention.
301 Add more query-replace-map items. List multi-query-replace-map items.
d14daa28 302
dcb6e7b3
MR
3032012-03-27 Martin Rudalics <rudalics@gmx.at>
304
305 * windows.texi (Window History): Describe new option
306 switch-to-visible-buffer.
307
cf0495f2
GM
3082012-03-27 Glenn Morris <rgm@gnu.org>
309
4fb9a543
GM
310 * searching.texi (String Search): Add xref to Emacs manual.
311 Copyedits. Mention the function word-search-regexp.
312 (Searching and Case): Add xref to Emacs manual. Copyedits.
313
9364727b
GM
314 * processes.texi (Network Servers): Standardize apostrophe usage.
315
cf0495f2
GM
316 * os.texi (System Environment): Copyedits. Remove some examples
317 that do not seem useful. Mention setenv third arg.
318 tty-erase-char does not seem to be nil under a window-system.
319 (User Identification): Copyedits.
320 Remove some examples that do not seem useful.
321
33da7b16
GM
3222012-03-26 Glenn Morris <rgm@gnu.org>
323
324 * os.texi (Startup Summary): Copyedits. Fix startup screen logic.
325 (Init File): Copyedits.
326 (Command-Line Arguments): Copyedits. Do not mention argv alias.
02243d9d
GM
327 (Killing Emacs): Copyedits.
328 (Suspending Emacs): Copyedits. Mention not very relevant with GUIs.
329 Shorten the example, use more standard shell prompts.
33da7b16 330
9a69676a
CY
3312012-03-25 Chong Yidong <cyd@gnu.org>
332
333 * display.texi (Fringes): Note that fringes are shown on graphical
334 displays only.
335 (Fringe Size/Pos, Fringe Bitmaps, Making Buttons): Clarifications.
336 (Replacing Specs): Clarify example.
337 (Manipulating Buttons): Note that button-at can return a marker.
338 (Buttons): Minor rewrite.
339 (Character Display): New node. Consolidate all character display
340 related nodes into its subsections.
341 (Usual Display): Character 127 is also affected by ctl-arrow.
342 (Display Tables): Improve example.
343
c8f6ec5c
GM
3442012-03-22 Glenn Morris <rgm@gnu.org>
345
346 * strings.texi (Text Comparison): Mention string-prefix-p.
347
fb5b8aca
CY
3482012-03-21 Chong Yidong <cyd@gnu.org>
349
350 * display.texi (The Echo Area): Add xref to Output Streams.
351 (Displaying Messages): Improve doc of message.
352 (Echo Area Customization, Invisible Text): Copyedits.
353 (Invisible Text): Mention that spec comparison is done with eq.
354 (Width): Improve doc of char-width.
355 (Faces): Recommend using symbol instead of string for face name.
356 Minor clarifications.
357 (Defining Faces): Copyedits. Update face example.
358 (Attribute Functions): Mark set-face-foreground etc as commands.
359 (Face Remapping): Mention text-scale-adjust. Clarify
360 face-remapping-alist and related docs.
361 (Face Functions): Don't document make-face or copy-face.
362
025de85b
CY
3632012-03-20 Chong Yidong <cyd@gnu.org>
364
365 * display.texi (Forcing Redisplay): Various rewrites to reflect
366 new value of redisplay-dont-pause.
367 (Truncation): Copyedits.
368
a5656eae
GM
3692012-03-20 Glenn Morris <rgm@gnu.org>
370
371 * os.texi (Startup Summary): Don't mention initial-buffer-choice = t.
372 Add summary table of some relevant command-line options.
373
d15aac68
CY
3742012-03-18 Chong Yidong <cyd@gnu.org>
375
376 * internals.texi (Building Emacs, Garbage Collection): Copyedits.
377 (Writing Emacs Primitives): Re-organize discussion of functions
378 with variable Lisp arguments are handled. Delete an obsolete
379 remark, previously tagged as FIXME.
380
381 * os.texi (Idle Timers): Minor clarification.
382 (Idle Timers): Link to Time of Day for description of time list.
383
b59af549
GM
3842012-03-18 Glenn Morris <rgm@gnu.org>
385
386 * os.texi (System Interface): Flow control was removed.
387 (Startup Summary): General update.
388 (Init File): Don't mention compiling it.
389
986bd52a
CY
3902012-03-17 Chong Yidong <cyd@gnu.org>
391
392 * os.texi (Startup Summary): Mention package loading.
393 (Init File): Don't refer to .emacs in section title. Copyedits.
394 (Terminal-Specific): Give a realistic example.
395 (Command-Line Arguments): Reference Entering Emacs instead of
396 repeating the spiel about not restarting Emacs.
397 (Time of Day): Discuss time representation at beginning of node.
398 (Sound Output): Copyedits.
399
400 * package.texi (Packaging Basics): Document package-initialize.
401
f761251a
EZ
4022012-03-17 Eli Zaretskii <eliz@gnu.org>
403
404 * frames.texi (Initial Parameters): Add an index entry for
405 minibuffer-only frame.
406
da986230
GM
4072012-03-16 Glenn Morris <rgm@gnu.org>
408
409 * modes.texi (Major Mode Conventions): Mention the strange
410 relationship between View mode and special modes. (Bug#10650)
411
2cc775f9
CY
4122012-03-11 Chong Yidong <cyd@gnu.org>
413
414 * windows.texi (Window Configurations): save-window-excursion is
415 now a macro.
416
417 * display.texi (Temporary Displays): with-output-to-temp-buffer is
418 now a macro.
419
66c5eebd
CY
420 * text.texi (Fields): Minor copyedit.
421
310a820f
EZ
4222012-03-10 Eli Zaretskii <eliz@gnu.org>
423
83a96c08
EZ
424 * strings.texi (String Basics):
425 * sequences.texi (Sequence Functions): Mention that `length' is
426 not appropriate for computing the string width on display; add a
427 cross-reference to the description of `string-width'. (Bug#10978)
428
310a820f
EZ
429 * eval.texi (Autoloading): Minor change of wording.
430
83ef8187
CY
4312012-03-10 Chong Yidong <cyd@gnu.org>
432
bc44be50
CY
433 * loading.texi (Autoload): Explicitly state which forms are
434 processed specially (Bug#7783).
435
83ef8187
CY
436 * keymaps.texi (Mouse Menus): Describe non-toolkit behavior as the
437 non-default situation. Describe one-submenu exception (Bug#7695).
438
439 * nonascii.texi (Character Properties): Copyedits.
440
483ab230
CY
4412012-03-08 Chong Yidong <cyd@gnu.org>
442
443 * text.texi (Mode-Specific Indent): Document new behavior of
444 indent-for-tab-command. Document tab-always-indent.
445 (Special Properties): Copyedits.
446 (Checksum/Hash): Improve secure-hash doc. Do not recommend MD5.
447 (Parsing HTML/XML): Rename from Parsing HTML. Update doc of
448 libxml-parse-html-region.
449
00e84de0
GM
4502012-03-07 Glenn Morris <rgm@gnu.org>
451
eaa6bc3c
GM
452 * markers.texi (The Region): Briefly mention use-empty-active-region
453 and region-active-p.
a9685db7 454 (Overview of Markers): Reword garbage collection, add cross-ref.
eaa6bc3c 455 (The Mark): Tiny clarification re command loop and activate-mark-hook.
00e84de0 456
67cd45a2
CY
4572012-03-07 Chong Yidong <cyd@gnu.org>
458
459 * text.texi (Buffer Contents): Don't duplicate explanation of
460 region arguments from Text node. Put doc of obsolete var
461 buffer-substring-filters back, since it is referred to.
462 (Low-Level Kill Ring): Yank now uses clipboard instead of primary
463 selection by default.
464
465 * markers.texi (The Mark): Fix typo.
466 (The Region): Copyedits.
467
2ad80941
GM
4682012-03-07 Glenn Morris <rgm@gnu.org>
469
470 * markers.texi (Overview of Markers): Copyedits.
471 (Creating Markers): Update approximate example buffer size.
472 (The Mark): Don't mention uninteresting return values.
473
ef959d3a
CY
4742012-03-05 Chong Yidong <cyd@gnu.org>
475
476 * positions.texi (Text Lines): Document count-words.
477
a08a07e3
CY
4782012-03-04 Chong Yidong <cyd@gnu.org>
479
480 * frames.texi (Frames): Remove little-used "terminal frame" and
481 "window frame" terminology.
482 (Frame Parameters, Font and Color Parameters, Initial Parameters)
483 (Size and Position, Visibility of Frames): Callers changed.
484 (Frames): Clarify which terminals in framep are graphical.
485 (Initial Parameters): --geometry is not the only option which adds
486 to initial-frame-alist.
487 (Position Parameters): Note that icon-left and icon-top are for
488 old window managers only.
489 (Size Parameters): Sizes are in characters even on graphical
490 displays.
491 (Management Parameters): Note that window-id and outer-window-id
492 can't really be changed, and that auto-raise isn't always obeyed.
493 (Cursor Parameters): Document cursor-type explicitly.
494 (Size and Position): The aliases set-screen-height and
495 set-screen-width have been deleted.
496 (Visibility of Frames): Mention "minimization".
497
498 * os.texi (Startup Summary): Minor clarifications.
499 (Startup Summary, Suspending Emacs): Standardize on "text
500 terminal" terminology.
501
502 * windows.texi (Basic Windows, Coordinates and Windows)
503 (Coordinates and Windows):
504 * display.texi (Refresh Screen, Line Height, Face Attributes)
505 (Overlay Arrow, Beeping, Glyphless Chars): Likewise.
506
ea16568d
GM
5072012-03-04 Glenn Morris <rgm@gnu.org>
508
509 * abbrevs.texi: Small copyedits throughout.
510 (Abbrev Mode): Remove this section, folding it into the top-level.
511 (Abbrev Tables): Don't mention irrelevant return values.
512 (Abbrev Expansion): Add cross-ref for wrapper hooks.
513 (Standard Abbrev Tables): Emacs Lisp mode now has its own table.
514 (Abbrev Table Properties): Update nil :regexp description.
515
b3134b95
GM
5162012-03-03 Glenn Morris <rgm@gnu.org>
517
520f2425
GM
518 * internals.texi: Change @appendix section commands to @section.
519 (Building Emacs): Say less about CANNOT_DUMP platforms.
520 Replace deleted eval-at-startup with custom-initialize-delay.
999dd333 521 (Pure Storage): Small changes.
01a6dcc8 522 (Memory Usage): Copyedit.
7d2d7cc0
GM
523 (Writing Emacs Primitives): Update Fcoordinates_in_window_p and For
524 example definitions. Give examples of things with non-nil
525 interactive args. Mention eval_sub. Remove old info about
526 strings and GCPRO. Mention cus-start.el.
527 (Buffer Internals, Window Internals, Process Internals):
528 Misc small updates and fixes for fields.
520f2425 529
b3134b95
GM
530 * tips.texi: Copyedits.
531 (Coding Conventions): Mention autoloads.
532 Combine partially duplicated macro items. Fix xref.
533 Refer to Library Headers for copyright notice.
534 (Programming Tips): edit-options is long-obsolete.
535 (Compilation Tips): Mention loading bytecomp for byte-compile props.
536 (Warning Tips): Mention declare-function.
537 (Documentation Tips): Remove old info.
538 (Comment Tips): Mention comment-dwim, not indent-for-comment.
539 (Library Headers): General update.
540
2064cc6a
GM
5412012-03-02 Glenn Morris <rgm@gnu.org>
542
6945faa6
GM
543 * backups.texi (Reverting): Un-duplicate revert-buffer-in-progress-p,
544 and relocate entry. Mention buffer-stale-function.
545
4186e877
GM
546 * elisp.texi, vol1.texi, vol2.texi: Standardize some menu entries.
547
2064cc6a
GM
548 * hooks.texi (Standard Hooks): General update.
549 Put related hooks together. Add and remove items.
550 * commands.texi (Keyboard Macros): Remove cross-ref to Standard Hooks.
551 * modes.texi (Hooks): Tweak cross-ref description.
552
7272fbf3
MA
5532012-03-01 Michael Albinus <michael.albinus@gmx.de>
554
555 * files.texi (Kinds of Files): The return value of file-equal-p is
556 unspecified, if FILE1 or FILE2 does not exist.
557
53a1239b
GM
5582012-03-01 Glenn Morris <rgm@gnu.org>
559
90db9af9
GM
560 * hooks.texi (Standard Hooks): Remove mode-specific hooks.
561
53a1239b
GM
562 * maps.texi (Standard Keymaps): General update.
563 Remove mode-specific maps, talk about the more general keymaps.
564 * help.texi (Help Functions): Add vindex for Helper-help-map.
565 * keymaps.texi (Active Keymaps): Minor rephrasing.
566
775b55af
GM
5672012-02-29 Glenn Morris <rgm@gnu.org>
568
569 * elisp.texi, vol1.texi, vol2.texi: Use "" quotes in menus.
570
96b49301 5712012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
572
7272fbf3 573 * files.texi (Kinds of Files): Rename files-equal-p to file-equal-p.
bf7f9bc5 574 Update changed behavior of file-subdir-of-p.
96b49301 575
1383d930
GM
5762012-02-28 Glenn Morris <rgm@gnu.org>
577
44e97401
GM
578 * advice.texi, anti.texi, display.texi, elisp.texi:
579 * processes.texi, variables.texi, vol1.texi, vol2.texi:
580 Standardize possessive apostrophe usage.
581
e3c73f1e
GM
582 * locals.texi: Remove file.
583 * elisp.texi, vol1.texi, vol2.texi: Don't include locals.texi.
584 Remove menu entry.
585 * errors.texi, maps.texi: Adjust node pointers.
586 * internals.texi (Buffer Internals): Remove cross-refs to locals.texi.
edb3ac8c 587 * makefile.w32-in (srcs):
e3c73f1e
GM
588 * Makefile.in (srcs): Remove locals.texi.
589
1383d930
GM
590 * frames.texi (Mouse Position): Fix cross-ref.
591
431ee44b
CY
5922012-02-27 Chong Yidong <cyd@gnu.org>
593
594 * buffers.texi (Creating Buffers): Clarify that
595 generate-new-buffer uses generate-new-buffer-names.
596 (Killing Buffers): Remove bogus example duplicating buffer-live-p.
597
598 * files.texi (Directory Names): Index entry for file name abbreviations.
599 (Relative File Names, File Name Expansion): Refer to it.
600 (Locating Files): Move locate-user-emacs-file documentation to
601 Standard File Names.
602 (Standard File Names): Add locate-user-emacs-file; update examples.
603
6a11ec9d
MA
6042012-02-26 Michael Albinus <michael.albinus@gmx.de>
605
606 * files.texi (Magic File Names): Add files-equal-p and file-subdir-of-p.
607
9a4888c0
CY
6082012-02-26 Chong Yidong <cyd@gnu.org>
609
610 * files.texi (Kinds of Files): Improve documentation of
611 files-equal-p and file-subdir-of-p.
612
f0e751b9
GM
6132012-02-26 Glenn Morris <rgm@gnu.org>
614
615 * intro.texi (Acknowledgements): Small changes.
616
7e05b1ec
GM
6172012-02-25 Glenn Morris <rgm@gnu.org>
618
619 * errors.texi: Don't try to list _all_ the error symbols.
620 Add circular-list, cl-assertion-failed, compression-error.
621 * elisp.texi, vol1.texi, vol2.texi:
622 * control.texi (Error Symbols): Tweak "Standard Errors" description.
623
23453255 6242012-02-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
625
626 * files.texi (files-equal-p, file-subdir-of-p): New,
627 add initial documentation.
628
4963495d
CY
6292012-02-25 Chong Yidong <cyd@gnu.org>
630
fa74b241
CY
631 * files.texi (File Attributes): Document file-selinux-context.
632 (Changing Files): Link to it.
633 (Changing Files): Document set-file-selinux-context.
634
635 * backups.texi (Making Backups): Return value of backup-buffer is
d268b4fe
CY
636 changed. Mention default value of backup-directory-alist.
637 (Rename or Copy): Note that backup-by-copying-when-mismatch is t.
638 (Auto-Saving): New minor mode behavior for auto-save-mode.
639 (Reverting): Add defvar for revert-buffer-in-progress-p.
fa74b241 640
4963495d
CY
641 * searching.texi (Regexp Backslash): Add index entry (Bug#10869).
642
4bb82fa8
GM
6432012-02-24 Glenn Morris <rgm@gnu.org>
644
645 * errors.texi (Standard Errors): Mention dbus-error.
646 For arith-error sub-classes, just use one cross-ref.
647
2cb228f7
AM
6482012-02-23 Alan Mackenzie <acm@muc.de>
649
650 * modes.texi (Defining Minor Modes): Document the new keyword
651 :after-hook.
652
a59225b1
CY
6532012-02-21 Chong Yidong <cyd@gnu.org>
654
655 * files.texi (Files): Mention magic file names as arguments.
656 (Reading from Files): Copyedits.
657 (File Attributes): Mention how to change file modes.
658 (Changing Files): Use standard "file permissions" terminology.
659 Add xref to File Attributes node.
660 (Locating Files): Document locate-user-emacs-file.
661 (Unique File Names): Recommend against using make-temp-name.
662
8376d7c2
CY
6632012-02-19 Chong Yidong <cyd@gnu.org>
664
665 * help.texi (Documentation, Documentation Basics, Help Functions):
666 Minor clarifications.
667 (Accessing Documentation): Clarify what documentation-property is
668 for. Add xref to Keys in Documentation.
669
670 * tips.texi (Documentation Tips): Don't recommend using * in
671 docstrings.
672
673 * macros.texi (Defining Macros):
674 * modes.texi (Derived Modes): Say "documentation string" instead
675 of docstring.
676
82233bea
CY
6772012-02-18 Chong Yidong <cyd@gnu.org>
678
679 * modes.texi (Tabulated List Mode): New node.
680 (Basic Major Modes): Add xref to it.
681
682 * processes.texi (Process Information): Mention Process Menu mode.
683
7b926f3f
CY
6842012-02-17 Chong Yidong <cyd@gnu.org>
685
686 * syntax.texi (Motion via Parsing): Doc fix for scan-lists.
687
0fd2c9a3
GM
6882012-02-17 Glenn Morris <rgm@gnu.org>
689
690 * hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual.
691
f700caa3
CY
6922012-02-16 Chong Yidong <cyd@gnu.org>
693
4230351b
CY
694 * syntax.texi (Syntax Tables, Syntax Descriptors)
695 (Syntax Table Functions): Copyedits.
696 (Syntax Basics): Don't repeat the material in the preceding node.
697 (Syntax Class Table): Use a table.
698 (Syntax Properties): Document syntax-propertize-function and
699 syntax-propertize-extend-region-functions.
700 (Motion via Parsing): Clarify scan-lists. Fix indentation.
701 (Parser State): Update for the new "c" comment style. Fix
702 description of item 7 (comment style).
703
f700caa3
CY
704 * modes.texi (Minor Modes): Update how mode commands should treat
705 arguments now.
706 (Mode Line Basics): Clarify force-mode-line-update.
707 (Mode Line Top): Note that the example is not realistic.
708 (Mode Line Variables, Mode Line Data, %-Constructs, Header Lines)
709 (Emulating Mode Line): Use "mode line" instead of "mode-line", and
710 "mode line construct" instead of "mode line specification".
711 (Syntactic Font Lock): Remove mention of obsolete variable
712 font-lock-syntactic-keywords.
713 (Setting Syntax Properties): Node deleted.
714 (Font Lock Mode): Note that Font Lock mode is a minor mode.
715 (Font Lock Basics): Note that syntactic fontification falls back
716 on `syntax-table'.
717 (Search-based Fontification): Emphasize that font-lock-keywords
718 should not be set directly.
719 (Faces for Font Lock): Avoid some confusing terminology.
4230351b
CY
720 (Syntactic Font Lock): Minor clarifications. Add xref to
721 Syntactic Font Lock node.
f700caa3 722
60236b0d
CY
7232012-02-15 Chong Yidong <cyd@gnu.org>
724
725 * minibuf.texi (Basic Completion): Define "completion table".
726 Move completion-in-region to Completion in Buffers node.
727 (Completion Commands): Use "completion table" terminology.
728 (Completion in Buffers): New node.
729
730 * modes.texi (Hooks): add-hook can be used for abnormal hooks too.
731 (Setting Hooks): Update minor mode usage example.
732 (Major Mode Conventions): Note that completion-at-point-functions
733 should be altered locally. Add xref to Completion in Buffers.
f700caa3
CY
734 Remove duplicate tip about auto-mode-alist.
735 (Minor Modes): Rewrite introduction.
736 (Minor Mode Conventions): Copyedits. Don't recommend
737 variable-only minor modes since few minor modes are like that.
60236b0d 738
d7dbb11a
GM
7392012-02-15 Glenn Morris <rgm@gnu.org>
740
741 * processes.texi (Network): Document open-network-stream :parameters.
742
3d8badf4
CY
7432012-02-14 Chong Yidong <cyd@gnu.org>
744
745 * keymaps.texi (Format of Keymaps): The CACHE component of keymaps
746 was removed on 2009-09-10. Update lisp-mode-map example.
747 (Inheritance and Keymaps): Minor clarification.
748 (Searching Keymaps): Remove out-of-place enumeration.
749 (Key Lookup): Remove unnecessary example (one was already given in
750 Format of Keymaps).
751 (Changing Key Bindings): Update suppress-keymap example.
752 (Menu Bar, Tool Bar): Copyedits.
753 (Tool Bar): Update tool-bar-map example.
754
faccede1
CY
7552012-02-12 Chong Yidong <cyd@gnu.org>
756
757 * debugging.texi (Debugger Commands): Continuing is now allowed
758 for errors.
759
355cabc6
CY
7602012-02-11 Chong Yidong <cyd@gnu.org>
761
d860baa0
CY
762 * display.texi (Fringe Indicators): Add xref to Fringe Bitmaps.
763 Move the list of standard bitmaps there.
764 (Fringe Cursors): Rewrite for clarity.
765 (Fringe Bitmaps): Consolidate the list of standard bitmaps here.
766
34106abe
CY
767 * commands.texi (Command Overview): Mention read-key.
768 (Using Interactive, Interactive Call): Minor clarifications.
769 (Function Keys, Click Events): Avoid "input stream" terminology.
770 (Click Events): Add xref to Window Sizes and Accessing Mouse.
771 Clarify column and row components.
772 (Accessing Mouse): Add xref to Click Events. Minor fixes.
773 (Special Events): Copyedits.
774
775 * streams.texi (Input Streams): De-document get-file-char.
776 (Output Variables): Don't refer to old backquote syntax.
777
355cabc6
CY
778 * debugging.texi (Debugging): Copyedits. Describe testcover, ERT.
779 (Error Debugging): Note that debug-ignored-errors overrides list
780 values of debug-on-error too. Add xref to Signaling Errors. Note
781 that debug-on-signal is not customizable. Mention
782 condition-case-unless-debug.
783 (Compilation Errors): Node deleted.
784
785 * compile.texi (Compiler Errors): Move a paragraph here from
786 deleted node Compilation Errors.
787
1be3ca5a
LL
7882012-02-10 Leo Liu <sdl.web@gmail.com>
789
790 * control.texi (Handling Errors): Change condition-case-no-debug
791 to condition-case-unless-debug.
792
25dec365
CY
7932012-02-10 Chong Yidong <cyd@gnu.org>
794
795 * advice.texi (Defining Advice): Clarify ad-unadvise.
796 (Activation of Advice): Specifying the ACTIVATE flag in defadvice
797 is not abnormal.
798 (Advising Primitives): Node deleted; ad-define-subr-args has been
799 removed.
800
801 * compile.texi (Speed of Byte-Code): Use float-time in example.
802 (Compilation Functions): Note that the log uses Compilation mode.
803 Don't discuss the contents of byte-code function object here.
804 (Compilation Functions): De-document internal function byte-code.
805 (Docs and Compilation): Minor clarifications.
806
807 * objects.texi (Byte-Code Type): Add xref to Byte-Code Function
808 Objects.
809
5f5e4ea1
GM
8102012-02-10 Glenn Morris <rgm@gnu.org>
811
812 * text.texi (Checksum/Hash): Rename node from MD5 Checksum.
813 Mention secure-hash.
814 * elisp.texi, vol1.texi, vol2.texi: Update menu entry.
815
6c1e4b46
CY
8162012-02-10 Chong Yidong <cyd@gnu.org>
817
818 * loading.texi (Loading): Don't emphasize "library" terminology.
819 (Library Search): load-path is not a user option. Mention role of
820 -L option and packages. Improve examples.
821 (Loading Non-ASCII): Don't mention unibyte Emacs, which is
822 obsolete.
823 (Autoload): Minor clarifications.
824
72ca698c
GM
8252012-02-10 Glenn Morris <rgm@gnu.org>
826
b011fbfe
GM
827 * files.texi (Magic File Names): Tweak remote-file-name-inhibit-cache.
828
72ca698c
GM
829 * modes.texi (Basic Major Modes): Mention tabulated-list-mode.
830
14a1f380
GM
8312012-02-08 Glenn Morris <rgm@gnu.org>
832
833 * loading.texi (Named Features): Update the require example.
834
60d47423
GM
8352012-02-07 Glenn Morris <rgm@gnu.org>
836
837 * modes.texi (Defining Minor Modes):
838 Expand on args of defined minor modes.
839
0992bd9c
CY
8402012-02-07 Chong Yidong <cyd@gnu.org>
841
842 * variables.texi (Creating Buffer-Local): Minor clarification
843 to buffer-local-variables doc (Bug#10715).
844
af008560
GM
8452012-02-07 Glenn Morris <rgm@gnu.org>
846
e80e1825 847 * display.texi (ImageMagick Images): General update.
af008560
GM
848 Move most details of imagemagick-render-type to the variable's doc.
849
866c1d22
GM
8502012-02-06 Glenn Morris <rgm@gnu.org>
851
f7c9199f 852 * keymaps.texi (Tool Bar): Mention separators.
dac86404
GM
853 (Inheritance and Keymaps):
854 Mention make-composed-keymap and multiple inheritance.
f7c9199f 855
e7bc51d0
GM
856 * modes.texi (Running Hooks): Mention run-hook-wrapped.
857
866c1d22
GM
858 * control.texi (Handling Errors):
859 Mention condition-case-no-debug and with-demoted-errors.
860
03988c98
CY
8612012-02-05 Chong Yidong <cyd@gnu.org>
862
863 * customize.texi (Common Keywords): Minor clarifications.
864 Document custom-unlispify-remove-prefixes.
865 (Variable Definitions): Backquotes in defcustom seem to work fine
866 now. Various other copyedits.
e1161b06
CY
867 (Simple Types): Copyedits. Document color selector.
868 (Composite Types): Copyedits.
869 (Splicing into Lists): Clarifications.
03988c98
CY
870
871 * eval.texi (Backquote): Move from macros.texi.
872
873 * macros.texi (Expansion): Minor clarification.
874 (Backquote): Move node to eval.texi.
875 (Defining Macros): Move an example from Backquote node.
876 (Argument Evaluation): No need to mention Pascal.
877 (Indenting Macros): Add xref to Defining Macros.
878
649f602c
GM
8792012-02-05 Glenn Morris <rgm@gnu.org>
880
881 * debugging.texi (Error Debugging): Mention debug-on-event default.
882
34c99998
GM
8832012-02-04 Glenn Morris <rgm@gnu.org>
884
8f05da42
GM
885 * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
886
7aa5aad8
GM
887 * debugging.texi (Error Debugging): Mention debug-on-event.
888 * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
889
c7291ad9
GM
890 * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
891
34c99998
GM
892 * text.texi (Buffer Contents):
893 Update filter-buffer-substring description.
894
735cc5ca
CY
8952012-02-04 Chong Yidong <cyd@gnu.org>
896
897 * functions.texi (What Is a Function): Add closures. Mention
898 "return value" terminology. Add xref for command-execute. Remove
899 unused "keystroke command" terminology.
900 (Lambda Expressions): Give a different example than in the
901 following subsection. Add xref to Anonymous Functions.
902 (Function Documentation): Remove gratuitous markup.
903 (Function Names): Move introductory text to `What Is a Function'.
904 (Defining Functions): Fix defun argument spec.
905 (Anonymous Functions): Document lambda macro explicitly. Mention
906 effects on lexical binding.
907 (Function Cells): Downplay direct usage of fset.
908 (Closures): New node.
909 (Inline Functions): Remove "open-code" terminology.
910 (Declaring Functions): Minor tweak; .m is not C code.
911
912 * variables.texi (Variables): Don't refer to "global value".
913 (Local Variables, Void Variables): Copyedits.
914 (Lexical Binding): Minor clarification of example.
915 (File Local Variables): Mention :safe and :risky defcustom args.
916 (Lexical Binding): Add xref to Closures node.
917
94bc7984
GM
9182012-02-04 Glenn Morris <rgm@gnu.org>
919
920 * minibuf.texi (High-Level Completion): Updates for read-color.
921
4f5a10ef
GM
9222012-02-03 Glenn Morris <rgm@gnu.org>
923
eea14f31
GM
924 * display.texi (GIF Images): Mention animation.
925 Remove commented-out old example of animation.
926 (Animated Images): New subsection.
927 * elisp.texi (Top):
928 * vol1.texi (Top):
929 * vol2.texi (Top): Add Animated Images menu entry.
930
4f5a10ef
GM
931 * display.texi (Image Formats): Remove oddly specific information
932 on versions of image libraries.
204e728d 933 (GIF Images, TIFF Images): Minor rephrasing.
4f5a10ef 934
12f381b7
GM
9352012-02-02 Glenn Morris <rgm@gnu.org>
936
1b9f60cc
GM
937 * processes.texi (Synchronous Processes):
938 Mention call-process's :file gets overwritten.
939
7e2734bc
GM
940 * commands.texi (Reading One Event):
941 * help.texi (Help Functions): Document read-char-choice.
942
f58b9822
GM
943 * hooks.texi (Standard Hooks):
944 * modes.texi (Keymaps and Minor Modes):
945 * text.texi (Commands for Insertion): Document post-self-insert-hook.
946
947 * hooks.texi (Standard Hooks): Add prog-mode-hook.
948
12f381b7
GM
949 * hooks.texi (Standard Hooks):
950 * modes.texi (Major Mode Conventions, Mode Hooks):
951 Document change-major-mode-after-body-hook.
952
7a9a2fc6
GM
9532012-02-01 Glenn Morris <rgm@gnu.org>
954
955 * modes.texi (Defining Minor Modes):
956 Mention disabling global minor modes on a per-major-mode basis.
957
a037c171
CY
9582012-01-31 Chong Yidong <cyd@gnu.org>
959
960 * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
961 (Parser State): Remove unnecessary statement (Bug#10661).
962
963 * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
964
56afad3a
GM
9652012-01-31 Glenn Morris <rgm@gnu.org>
966
967 * modes.texi (Defining Minor Modes):
968 Document define-minor-mode's new :variable keyword.
969
0f29fa41
CY
9702012-01-29 Chong Yidong <cyd@gnu.org>
971
837a390a
CY
972 * syntax.texi (Syntax Class Table): Tweak description of newline
973 char syntax (Bug#9619).
974
0f29fa41
CY
975 * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
976 description (Bug#10189).
977
182148ee
GM
9782012-01-29 Glenn Morris <rgm@gnu.org>
979
a49ca6b9
GM
980 * files.texi (Changing Files): Document SELinux support.
981
182148ee
GM
982 * windows.texi (Window Sizes): Fix typo.
983
9962192e
CY
9842012-01-28 Chong Yidong <cyd@gnu.org>
985
8c6e1920
CY
986 * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
987 doc (Bug#8568).
988
9583ec59
CY
989 * frames.texi (Input Focus): Add NORECORD arg to
990 select-frame-set-input-focus. Clarify its role in select-frame.
991
10256988
CY
992 * text.texi (Transposition): We don't use transpose-region as an
993 internal subroutine (Bug#3249).
994
9962192e
CY
995 * modes.texi (Example Major Modes): Update Lisp example code to
996 current sources. Delete the old non-derived-major-mode example,
997 which has diverged badly from current sources.
998
2aa43abb
GM
9992012-01-27 Glenn Morris <rgm@gnu.org>
1000
1001 * makefile.w32-in (texinputdir): Fix (presumed) typo.
1002 (VERSION, manual): Remove, unused.
1003
9f40220d
CY
10042012-01-27 Chong Yidong <cyd@gnu.org>
1005
1006 * commands.texi (Command Overview): Minor clarification (Bug#10384).
1007
acc28cb9
CY
10082012-01-26 Chong Yidong <cyd@gnu.org>
1009
1010 * searching.texi (String Search): Document negative repeat count
1011 (Bug#10507).
1012
48da7392
GM
10132012-01-26 Glenn Morris <rgm@gnu.org>
1014
1015 * variables.texi (Using Lexical Binding):
1016 Mention that lexical-binding should be set in the first line.
1017
69b0acb9
LI
10182012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
1019
1020 * macros.texi (Defining Macros): Don't claim that `declare' only
1021 affects Edebug and indentation.
1022
543757a8
LI
10232012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
1024
1025 * macros.texi (Defining Macros): Slight `declare' fixup.
1026
450e3cae
GM
10272012-01-25 Glenn Morris <rgm@gnu.org>
1028
24189ce0 1029 * makefile.w32-in (texinputdir):
450e3cae
GM
1030 * Makefile.in (ENVADD): Add $emacsdir. (Bug#10603)
1031
1021c761
CY
10322012-01-24 Chong Yidong <cyd@gnu.org>
1033
1034 * variables.texi (Variables, Local Variables, Void Variables):
1035 Edit to make the descriptions less specific to dynamic binding.
1036 (Local Variables): Default max-specpdl-size is now 1300.
1037 (Defining Variables): Edits for lexical scoping. Delete
1038 information about starting docstrings with *. De-document
1039 user-variable-p.
1040 (Tips for Defining): Remove an unimportant discussion of quitting
1041 in the middle of a load.
1042 (Accessing Variables, Setting Variables): Discuss lexical binding.
1043 (Variable Scoping): Rewrite.
1044 (Scope, Extent, Impl of Scope): Nodes deleted.
1045 (Dynamic Binding): New node, with material from Scope, Extent, and
1046 Impl of Scope nodes.
1047 (Dynamic Binding Tips): Rename from Using Scoping.
1048 (Lexical Binding): Rewrite.
1049 (Using Lexical Binding): Rename from Converting to Lexical
1050 Binding. Convert to subsection.
1051
1052 * customize.texi (Variable Definitions): Add custom-variable-p.
1053 Move user-variable-p documentation here.
1054
31cbea1d
CY
10552012-01-23 Chong Yidong <cyd@gnu.org>
1056
1057 * strings.texi (Text Comparison): Minor qualification.
1058
1059 * lists.texi (Cons Cells): Copyedits.
1060 (List Elements): Mention push.
1061 (List Variables): Mention pop.
1062 (Rings): Move to sequences.texi.
1063
1064 * sequences.texi (Sequence Functions): Don't repeat the
1065 introduction already given in the parent.
1066 (Vectors): Copyedits.
1067 (Rings): Move from lists.texi. Note that this is specific to the
1068 ring package.
1069
1070 * symbols.texi (Definitions, Symbol Components): Mention variable
1071 scoping issues.
1072 (Plists and Alists): Copyedits.
1073
1074 * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
1075 correctness with lexical scoping.
1076 (Eval): Copyedits.
1077
fead402d
CY
10782012-01-21 Chong Yidong <cyd@gnu.org>
1079
1080 * intro.texi (A Sample Function Description): Special notation
1081 used for macros too.
1082
1083 * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
1084 (Symbol Type): Add xref for keyword symbols.
1085 (Sequence Type): Clarify differences between sequence types.
1086 (Cons Cell Type): Add "linked list" index entry.
1087 (Non-ASCII in Strings): Copyedits.
1088 (Equality Predicates): Symbols with same name need not be eq.
1089
1090 * numbers.texi (Float Basics): Document isnan, copysign, frexp and
1091 ldexp. Move float-e and float-pi to Math Functions node.
1092
61086eb6
GM
10932012-01-21 Glenn Morris <rgm@gnu.org>
1094
1095 * modes.texi (Auto Major Mode):
1096 * variables.texi (File Local Variables):
1097 Mention inhibit-local-variables-regexps.
1098
34a02f46
MR
10992012-01-19 Martin Rudalics <rudalics@gmx.at>
1100
1101 * windows.texi (Window Configurations): Rewrite references to
1102 persistent window parameters.
1103 (Window Parameters): Fix description of persistent window
1104 parameters.
1105
f5064cae
JB
11062012-01-16 Juanma Barranquero <lekktu@gmail.com>
1107
1108 * windows.texi (Window Parameters): Use @pxref.
1109
6a6ee00d
MR
11102012-01-16 Martin Rudalics <rudalics@gmx.at>
1111
1112 * windows.texi (Window Configurations, Window Parameters):
1113 Describe persistent window parameters.
1114
9ca4c014
SM
11152011-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
1116
1117 * variables.texi (Creating Buffer-Local): Warn against misuses of
1118 make-variable-buffer-local (bug#10258).
1119
d027f83d
LMI
11202012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1121
1122 * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
1123
89bd9ccd
CY
11242012-01-06 Chong Yidong <cyd@gnu.org>
1125
1126 * variables.texi (Directory Local Variables): Document
1127 hack-dir-local-variables-non-file-buffer.
1128
c869783d
GM
11292012-01-06 Glenn Morris <rgm@gnu.org>
1130
1131 * maps.texi (Standard Keymaps): Refer to Info-edit by name
1132 rather than by keybinding.
1133
2cae5ba4
JB
11342011-12-29 Juanma Barranquero <lekktu@gmail.com>
1135
1136 * frames.texi (Font and Color Parameters): Add @pxref.
1137
43da4d08
DC
11382011-12-29 Daniel Colascione <dan.colascione@gmail.com>
1139
1140 * frames.texi (Font and Color Parameters):
1141 Document w32 font backends (bug#10399).
1142
8d80ef01
PE
11432011-12-28 Paul Eggert <eggert@cs.ucla.edu>
1144
1145 * files.texi (File Attributes, Changing Files):
1146 Use a more-natural notation for octal numbers.
1147
9022ae07
JB
11482011-12-23 Juanma Barranquero <lekktu@gmail.com>
1149
1150 * variables.texi (Variables with Restricted Values):
1151 Change reference to variable (bug#10354).
1152
454592a6
MR
11532011-12-13 Martin Rudalics <rudalics@gmx.at>
1154
1155 * windows.texi (Splitting Windows): Use t instead of non-nil
1156 when describing window-combination-resize.
1157
a7cdbfce
SM
11582011-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
1159
1160 * text.texi (Special Properties): Warn against `intangible' properties
1161 (bug#10222).
1162
a3dcc84e
EZ
11632011-11-26 Eli Zaretskii <eliz@gnu.org>
1164
579ebf8f
EZ
1165 * display.texi (Truncation):
1166 * text.texi (Special Properties): Describe what a stretch-glyph is
1167 instead of using that term without explanation. Make the
1168 cross-references more accurate.
1169
a3dcc84e
EZ
1170 * display.texi (Usual Display): Update the description,
1171 cross-references, and indexing related to display of control
1172 characters and raw bytes.
1173
94af99a4
MR
11742011-11-25 Martin Rudalics <rudalics@gmx.at>
1175
1176 * windows.texi (Splitting Windows): Fix description of
1177 window-combination-limit. Suggested by Eli Zaretskii.
1178
1c3d7a13
CY
11792011-11-23 Chong Yidong <cyd@gnu.org>
1180
1181 * windows.texi (Window Sizes): Move window-top-line,
1182 window-left-column, and window-*-pixel-edges to Coordinates and
1183 Windows node.
1184 (Coordinates and Windows): Restore window-edges doc.
1185
90151a1e
MR
11862011-11-21 Martin Rudalics <rudalics@gmx.at>
1187
a7cdbfce
SM
1188 * windows.texi (Windows and Frames, Splitting Windows):
1189 Fix typos.
90151a1e 1190
a9b9b7f5
CY
11912011-11-21 Chong Yidong <cyd@gnu.org>
1192
1193 * windows.texi (Splitting Windows): Fix error in documentation of
1194 window-combination-limit.
1195 (Cyclic Window Ordering): Minor fixes to next-window,
1196 one-window-p, and get-lru-window docs. Don't document
1197 window-list-1.
1198 (Buffers and Windows): Copyedits.
1199 (Choosing Window): Document special handling of special-display-*.
1200 (Choosing Window Options): Fix display-buffer-reuse-frames doc.
a7cdbfce
SM
1201 Don't document even-window-heights, which is going away.
1202 Clarify which options are obeyed by which action functions.
a9b9b7f5 1203
f4e90db0
SM
12042011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
1205
1206 * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
1207
d2999b1a
MR
12082011-11-20 Martin Rudalics <rudalics@gmx.at>
1209
f4e90db0
SM
1210 * windows.texi (Resizing Windows, Splitting Windows):
1211 Remove term "status" when talking about combination limits.
d2999b1a 1212
cd1181db
JB
12132011-11-20 Juanma Barranquero <lekktu@gmail.com>
1214
1215 * compile.texi (Compiler Errors):
1216 * help.texi (Help Functions): Fix typos.
1217
7bf54975
CY
12182011-11-19 Chong Yidong <cyd@gnu.org>
1219
1220 * windows.texi (Splitting Windows): Clarify role of window
1221 parameters in split-window. Shorten the example.
f4e90db0
SM
1222 (Deleting Windows): Rewrite intro to handle internal windows.
1223 Fix delete-windows-on doc.
7bf54975
CY
1224 (Selecting Windows): Copyedits.
1225
a0c2d0ae
MR
12262011-11-17 Martin Rudalics <rudalics@gmx.at>
1227
1228 * windows.texi (Resizing Windows, Splitting Windows)
1229 (Deleting Windows): Use term window-combination-resize instead
1230 of window-splits.
1231
b6f67890
MR
12322011-11-16 Martin Rudalics <rudalics@gmx.at>
1233
f4e90db0
SM
1234 * windows.texi (Resizing Windows, Splitting Windows):
1235 Rename occurrences of window-nest to window-combination-limit.
b6f67890 1236
0b381c7e
JB
12372011-11-14 Juanma Barranquero <lekktu@gmail.com>
1238
1239 * intro.texi (Lisp History): Fix typo.
1240
89d61221
MR
12412011-11-12 Martin Rudalics <rudalics@gmx.at>
1242
f4e90db0
SM
1243 * windows.texi (Splitting Windows, Deleting Windows):
1244 Remove references to splits status of windows.
89d61221 1245
b2621720
GM
12462011-11-10 Glenn Morris <rgm@gnu.org>
1247
1248 * buffers.texi (Read Only Buffers): Expand a bit on why
1249 toggle-read-only should only be used interactively. (Bug#7292)
1250
d2ad7ee1
CY
12512011-11-09 Chong Yidong <cyd@gnu.org>
1252
1253 * windows.texi (Window Sizes): Document window-pixel-edges,
c4e7c63a 1254 window-inside-pixel-edges, window-absolute-pixel-edges, and
d2ad7ee1
CY
1255 window-inside-absolute-pixel-edges.
1256 (Resizing Windows): shrink-window-if-larger-than-buffer works on
1257 non-full-width windows.
1258
2cffd681
MR
12592011-11-09 Martin Rudalics <rudalics@gmx.at>
1260
1261 * windows.texi (Resizing Windows): Rewrite documentation of
1262 window-resizable.
1263
f6f6d7e7
CY
12642011-11-09 Chong Yidong <cyd@gnu.org>
1265
1266 * windows.texi (Splitting Windows): Simplify example.
1267
a79db6e0
CY
12682011-11-08 Chong Yidong <cyd@gnu.org>
1269
1270 * windows.texi (Window Sizes): Copyedits. Document
1271 window-text-height. Remove window-min-height and window-min-width
1272 discussion, referring instead to Emacs manual.
1273 (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
e7313f33
CY
1274 (Resizing Windows): Simplify introduction. Don't document
1275 enlarge-window, shrink-window, enlarge-window-horizontally, and
1276 shrink-window-horizontally; they are no longer preferred for
1277 calling from Lisp, and are already documented in the Emacs manual.
a79db6e0 1278
441950c7
GM
12792011-11-07 Glenn Morris <rgm@gnu.org>
1280
1281 * windows.texi (Choosing Window): Fix keybinding typo.
1282
be7f5545
MR
12832011-11-07 Martin Rudalics <rudalics@gmx.at>
1284
1285 * windows.texi (Resizing Windows, Splitting Windows)
1286 (Window Configurations): Use "child window" instead of
1287 "subwindow".
1288
291d142b
CY
12892011-11-06 Chong Yidong <cyd@gnu.org>
1290
1291 * windows.texi (Basic Windows): Clarify various definitions.
1292 Treat window-normalize-* as internal; don't document them.
1293 (Windows and Frames): Various clarifications, e.g. non-live
1294 windows also belong to frames. Fix window-list description.
1295 Simplify window nesting example.
f4e90db0
SM
1296 (Splitting Windows, Window Configurations):
1297 Use split-window-below.
291d142b 1298
89bd5ee1
EZ
12992011-11-04 Eli Zaretskii <eliz@gnu.org>
1300
1301 * windows.texi (Window Sizes): Mention in the doc string that the
1302 return values of `window-body-height' and `window-body-width' are
1303 in frame's canonical units. (Bug#9949)
1304
3d8daefe
MR
13052011-10-30 Martin Rudalics <rudalics@gmx.at>
1306
1307 * windows.texi (Windows and Frames): Remove "iso-" infix from
1308 documentation of window-iso-combined-p.
1309
60754666
CY
13102011-10-26 Chong Yidong <cyd@gnu.org>
1311
1312 * modes.texi (Running Hooks): Document with-wrapper-hook.
1313
d366bd53
CY
13142011-10-18 Chong Yidong <cyd@gnu.org>
1315
1316 * display.texi (Glyphless Chars): New node.
1317
50b063c3
CY
13182011-10-13 Chong Yidong <cyd@stupidchicken.com>
1319
1320 * text.texi (Yanking): Document yank-excluded-properties.
1321
1322 * package.texi (Packaging Basics): The commentary should say how
1323 to begin using the package.
1324
c72063fa
MR
13252011-10-11 Martin Rudalics <rudalics@gmx.at>
1326
1327 * windows.texi (Deleting Windows): Mention which window gets
1328 selected when deleting the selected window.
1329
d83dc65b
MR
13302011-10-09 Martin Rudalics <rudalics@gmx.at>
1331
1332 * buffers.texi (The Buffer List): Describe how bury-buffer deals
1333 with the selected window.
1334 * windows.texi (Buffers and Windows): Reformulate text on how
1335 replace-buffer-in-windows deals with a window.
1336 (Quitting Windows): Describe how quit-window deals with a
1337 standalone frame. Describe new option frame-auto-hide-function.
1338
c599682c
GM
13392011-10-08 Glenn Morris <rgm@gnu.org>
1340
48bca619
GM
1341 * symbols.texi (Other Plists): Markup fix. (Bug#9702)
1342
c599682c
GM
1343 * positions.texi (Excursions): Update warning message.
1344
969aa734
CY
13452011-10-05 Chong Yidong <cyd@stupidchicken.com>
1346
f4e90db0
SM
1347 * display.texi (Low-Level Font, Face Attributes, Font Lookup):
1348 Fix Emacs manual xref (Bug#9675).
969aa734 1349
550f41cd
CY
13502011-10-01 Chong Yidong <cyd@stupidchicken.com>
1351
1352 * windows.texi (Textual Scrolling): Document scroll-up-command,
1353 scroll-down-command, scroll-error-top-bottom, and the
1354 scroll-command symbol property.
717a1362
CY
1355 (Display Action Functions): Fix description of
1356 display-buffer-pop-up-window.
550f41cd 1357
a239d4e9
JB
13582011-09-28 Juanma Barranquero <lekktu@gmail.com>
1359
1360 * windows.texi (Splitting Windows): Fix typos.
1361
590c056d
MR
13622011-09-25 Martin Rudalics <rudalics@gmx.at>
1363
1364 * windows.texi (Windows and Frames, Display Action Functions)
1365 (Switching Buffers): Fix some typos.
1366 (Buffers and Windows): Remove reference to window-auto-delete.
1367 Reword description of replace-buffer-in-windows.
1368 (Window History): Fix some typos and refer to frame local buffer
1369 list.
c419f5cb
MR
1370 (Quitting Windows): New node.
1371 (Window Configurations): Add descriptions of window-state-get
1372 and window-state-put.
1373 (Window Parameters): Describe variable ignore-window-parameters.
1374 Sketch some window parameters currently in use.
1375 * elisp.texi (Top): Update node listing.
590c056d 1376
9ec20d36
CY
13772011-09-25 Chong Yidong <cyd@stupidchicken.com>
1378
1379 * windows.texi (Display Action Functions)
1380 (Choosing Window Options): New nodes.
1381
0e406a72
CY
13822011-09-24 Chong Yidong <cyd@stupidchicken.com>
1383
1384 * windows.texi (Window History): New node. Move text here from
1385 Buffers and Windows.
1386 (Switching Buffers): Rename from Displaying Buffers, since we
f4e90db0
SM
1387 don't document display-buffer here; callers changed.
1388 Document FORCE-SAME-WINDOW arg to switch-to-buffer and
0e406a72
CY
1389 switch-to-buffer-other-frame. Delete duplicate
1390 replace-buffer-in-windows doc.
1391 (Choosing Window): Document display actions.
1392
6bf7006f
EZ
13932011-09-24 Eli Zaretskii <eliz@gnu.org>
1394
1395 * display.texi (Forcing Redisplay): Update the description of
1396 redisplay-dont-pause due to change in the default value.
1397
b33b68a3
MR
13982011-09-23 Martin Rudalics <rudalics@gmx.at>
1399
1400 * frames.texi (Frames and Windows): Move section and rename to
1401 Windows and Frames in windows.texi.
1402 * windows.texi (Windows): Restructure.
1403 (Basic Windows): Rewrite. Explain live and internal windows and
1404 normalization functions.
1405 (Windows and Frames): Move section here from frames.texi.
1406 Describe subwindows, window combinations, window tree, and
1407 corresponding functions including window-list here.
1408 (Window Sizes): Rename section from Size of Window and move it
1409 up in chapter. Describe total and body sizes and the
1410 corresponding functions. Explain new semantics of
1411 window-min-height/-width.
1412 (Resizing Windows): Move section up in chapter. Describe new
1413 resize functions.
1414 (Splitting Windows): Describe new behavior of split-window,
1415 split-window-above-each-other and split-window-side-by-side.
1416 Provide examples. Describe window-nest and window-splits
1417 options.
1418 (Deleting Windows): Minor rewrite.
f4e90db0
SM
1419 (Selecting Windows): Minor rewrite.
1420 Describe frame-selected-window and set-frame-selected-window here.
1421 (Cyclic Window Ordering): Minor rewrite.
1422 Describe window-list-1.
b33b68a3
MR
1423 (Buffers and Windows): Rewrite. Explain a window's previous and
1424 next buffers and the corresponding functions.
c4682d18 1425 (Window Tree): Merge into Windows and Frames section.
b33b68a3
MR
1426 * elisp.texi (Top): Update node listings for frames and windows
1427 sections.
1428
4d3786ac
SM
14292011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1430
1431 * display.texi (Face Functions): `face-list' returns faces (bug#9564).
1432
713df35b
LMI
14332011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
1434
1435 * errors.texi (Standard Errors): Remove apparent placeholder text
1436 (bug#9491).
1437
33ed493b
CY
14382011-09-18 Chong Yidong <cyd@stupidchicken.com>
1439
1440 * frames.texi (Management Parameters): Fix description of
1441 icon-type parameter.
1442
b8f0a954
CY
14432011-09-17 Chong Yidong <cyd@stupidchicken.com>
1444
1445 * tips.texi (Key Binding Conventions): Don't bind a key sequence
1446 ending in C-g. Suggested by Edward O'Connor.
1447
eddf142c
EZ
14482011-09-17 Eli Zaretskii <eliz@gnu.org>
1449
1450 * numbers.texi (Integer Basics): Add indexing for
1451 most-positive-fixnum and most-negative-fixnum. (Bug#9525)
1452
bf1af6c7
DM
14532011-09-14 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
1454
1455 * lists.texi (Sets And Lists): Fix typo. (Bug#9393)
1456
cec2eab8
JB
14572011-09-11 Juanma Barranquero <lekktu@gmail.com>
1458
1459 * processes.texi (Network Servers): Clarify what the process
1460 buffer is used for (bug#9233).
1461
51751aa2 14622011-08-30 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
1f403cb9
DM
1463
1464 * lists.texi (Building Lists): Fix typo.
1465
35137ed3
CY
14662011-08-30 Chong Yidong <cyd@stupidchicken.com>
1467
1468 * display.texi (Basic Faces): New node. Document new faces.
1469
1470 * modes.texi (Major Mode Conventions): Move some text there.
1471 (Mode Help): Remove major-mode var, duplicated in Major Modes.
1472
3fd50d5c
CY
14732011-08-29 Chong Yidong <cyd@stupidchicken.com>
1474
1475 * modes.texi (Basic Major Modes): New node. Callers updated.
1476 (Major Modes): Document fundamental-mode and major-mode.
1477 (Major Mode Basics): Node deleted; text moved to Major Modes.
1478 (Derived Modes): Document derived-mode-p.
1479
ddb54206
CY
14802011-08-28 Chong Yidong <cyd@stupidchicken.com>
1481
a6326082
CY
1482 * files.texi (Changing Files, Create/Delete Dirs): Document new
1483 arguments for delete-file, delete-directory, and copy-directory.
e2aeef63
CY
1484 (Visiting Functions): Remove view-file; it is documented in the
1485 Emacs manual.
04e2ce72 1486
ddb54206
CY
1487 * frames.texi (Layout Parameters): The defaults for the
1488 menu-bar-lines and tool-bar-lines parameters depend on the mode.
1489
1490 * display.texi (Progress): Document spinner functionality.
1491
1492 * os.texi (Killing Emacs): Note that kill-emacs can be called by
1493 operating system signals. Refer to save-buffers-kill-terminal
1494 instead of save-buffers-kill-emacs.
1495
1496 * objects.texi (Symbol Type): Document ## print representation.
1497
0c95fcf7
EZ
14982011-08-25 Eli Zaretskii <eliz@gnu.org>
1499
1500 * display.texi (Specified Space): Mention that `space' specs
1501 influence bidi reordering.
1502 (Bidirectional Display): Explain how to use `(space . PROPS)' for
1503 separating fields with bidirectional content.
1504
5980d4c6
EZ
15052011-08-24 Eli Zaretskii <eliz@gnu.org>
1506
1507 * display.texi (Bidirectional Display): Document return value in
1508 buffers that are not bidi-reordered for display, and in unibyte
1509 buffers.
1510
bca633fb
EZ
15112011-08-23 Eli Zaretskii <eliz@gnu.org>
1512
1513 * nonascii.texi (Character Properties): Document the values for
1514 unassigned codepoints.
1515
c094bb0c
EZ
15162011-08-18 Eli Zaretskii <eliz@gnu.org>
1517
1518 * nonascii.texi (Character Properties): Document use of
1519 `bidi-class' and `mirroring' properties as part of reordering.
1520 Provide cross-references to "Bidirectional Display".
1521
1522 * display.texi (Bidirectional Display): Document the pitfalls of
1523 concatenating strings with bidirectional content, with possible
f4e90db0
SM
1524 solutions. Document bidi-string-mark-left-to-right.
1525 Mention paragraph direction in modes that inherit from prog-mode.
92b71444
EZ
1526 Document use of `bidi-class' and `mirroring' properties as part of
1527 reordering.
c094bb0c 1528
1ea897d5
EZ
15292011-08-16 Eli Zaretskii <eliz@gnu.org>
1530
9adfcd0b
EZ
1531 * modes.texi (Major Mode Conventions): Improve the documentation
1532 of `mode-class' `special' modes.
1533
10862873
EZ
1534 * nonascii.texi (Character Properties): Document the `mirroring'
1535 property. Add index entries.
1536
1ea897d5
EZ
1537 * syntax.texi (Categories): Add an example of defining a new
1538 category and category table.
1539
1540 * searching.texi (Regexp Backslash): Document how to display
1541 existing categories. Mention the possibility of adding
1542 categories, and add an xref to where this is described. Add an
1543 index entry.
1544
ebb552ed
CY
15452011-08-09 Chong Yidong <cyd@stupidchicken.com>
1546
1547 * text.texi (Special Properties):
1548 * display.texi (Overlay Properties): Note that mouse-face cannot
1549 change the text size (Bug#8530).
1550
51a714e1
CY
15512011-08-08 Chong Yidong <cyd@stupidchicken.com>
1552
1553 * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
1554 using setenv instead.
1555
4cc60b9b
EZ
15562011-07-28 Eli Zaretskii <eliz@gnu.org>
1557
1558 * display.texi (Bidirectional Display): Document the fact that
1559 bidi-display-reordering is t by default.
1560
5deb92fd
EZ
15612011-07-23 Eli Zaretskii <eliz@gnu.org>
1562
1563 * display.texi (Bidirectional Display): New section.
1564
011b0ad6 15652011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
67f9b9f8
GM
1566 Tim Cross <theophilusx@gmail.com> (tiny change)
1567 Glenn Morris <rgm@gnu.org>
011b0ad6 1568
67f9b9f8 1569 * keymaps.texi (Toolkit Differences): New node. (Bug#8176)
011b0ad6 1570
4baf28e6
AS
15712011-07-15 Andreas Schwab <schwab@linux-m68k.org>
1572
1573 * help.texi (Keys in Documentation): Revert last change.
1574
66249842
LMI
15752011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1576
f863868c
LMI
1577 * help.texi (Keys in Documentation): Clarify that \= only quotes
1578 the next character, and doesn't affect longer sequences in
1579 particular (bug#8935).
1580
f4e90db0
SM
1581 * debugging.texi (Using Debugger):
1582 Mention @code{eval-expression-debug-on-error} (bug#8549).
66249842 1583
0bb23927 15842011-07-14 Eli Zaretskii <eliz@gnu.org>
a2eaa31d
EZ
1585
1586 * display.texi (Other Display Specs): Document that `left-fringe'
1587 and `right-fringe' display specifications are of the "replacing"
1588 kind.
1589
f2027cdf
LMI
15902011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1591
1592 * help.texi (Documentation Basics): Add a link to the Function
1593 Documentation node (bug#6580).
1594
f987fde4
LMI
15952011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1596
0bc59b25
LMI
1597 * keymaps.texi (Menu Bar): Mention :visible and :enable
1598 (bug#6344). Text by Drew Adams.
1599
63d55f1f
LMI
1600 * modes.texi (Running Hooks): Mention buffer-local hook variables
1601 (bug#6218).
1602
f987fde4
LMI
1603 * objects.texi (General Escape Syntax): "a with grave accent" is
1604 ?xe0, not ?x8e0 (bug#5259).
1605
b7527639
CY
16062011-07-12 Chong Yidong <cyd@stupidchicken.com>
1607
1608 * display.texi (Face Attributes, Font Selection): Add references
1609 to the Fonts node in the Emacs manual (Bug#4178).
1610
c830e5ae
CY
16112011-07-12 Chong Yidong <cyd@stupidchicken.com>
1612
1613 * display.texi (Window Systems): `window-system' is
1614 terminal-local.
1615
1616 * frames.texi (Frame Parameters, Parameter Access): Don't mention
1617 frame-local variables.
1618
1619 * variables.texi (Buffer-Local Variables): Don't mention obsolete
1620 frame-local variables.
1621 (Frame-Local Variables): Node deleted.
1622
1623 * elisp.texi (Top): Update node listing.
1624
91223e54
LMI
16252011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1626
1627 * elisp.texi: Change "inferiors" to "subnodes" in three places
1628 (bug#3523).
1629
963578d3
CY
16302011-07-11 Chong Yidong <cyd@stupidchicken.com>
1631
1632 * frames.texi (Window System Selections): Discussion of
1633 x-select-enable-clipboard moved to Emacs manual.
1634
07151e49
DD
16352011-07-11 Deniz Dogan <deniz@dogan.se>
1636
1637 * commands.texi (Prefix Command Arguments): Remove excessive
1638 apostrophe.
1639
7261e1cf
LMI
16402011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1641
ad21a12a
LMI
1642 * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
1643 description is a string (bug#3313).
1644
7261e1cf
LMI
1645 * frames.texi (Display Feature Testing): Try to explain what all
1646 the visual classes mean (bug#3042).
1647
568f7b79
LMI
16482011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1649
18d59e29
LMI
1650 * modes.texi (Mode Line Variables): Document `mode-line-remote'
1651 and `mode-line-client' (bug#2974).
1652
568f7b79
LMI
1653 * text.texi (Insertion): Clarify marker movements (bug#1651).
1654 Text from Drew Adams.
1655
54e10184
LMI
16562011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1657
d94d85e9
LMI
1658 * text.texi (Special Properties): Clarify the format of `face'
1659 (bug#1375).
1660
54e10184
LMI
1661 * commands.texi (Interactive Call): Add a `call-interactively'
1662 example (bug#1010).
1663
413c488d
LMI
16642011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1665
1666 * functions.texi (Calling Functions): Link to the "Interactive
1667 Call" node (bug#1001).
1668
322b7dab 16692011-07-06 Chong Yidong <cyd@stupidchicken.com>
b00d8c1a 1670
3deead93
CY
1671 * customize.texi (Composite Types): Move alist and plist to here
1672 from Simple Types (Bug#7545).
1673
1674 * elisp.texi (Top): Update menu description.
1675
b00d8c1a
CY
1676 * display.texi (Face Attributes): Document negative line widths
1677 (Bug#6113).
1678
d2a6c43b
TR
16792011-07-03 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
1680
1681 * searching.texi (Match Data): Note that match data can be
1682 overwritten by most functions (bug#2499).
1683
c7844a27
LMI
16842011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1685
a9ab721e
LMI
1686 * strings.texi (Formatting Strings): Clarify what the "-" and "0"
1687 flags mean (bug#6659).
1688
c7844a27
LMI
1689 * functions.texi (What Is a Function): Document the autoload
1690 object (bug#6496).
1691
f68d76d0
LMI
16922011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1693
8a20ca4c
LMI
1694 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
1695 is only used in the Customize user interface (bug#6089).
1696
f68d76d0 1697 * display.texi (Showing Images): Mention the point of sliced
6dd56db4 1698 images (bug#7836).
f68d76d0 1699
7018dbe7
EZ
17002011-07-02 Eli Zaretskii <eliz@gnu.org>
1701
1702 * variables.texi (Defining Variables, Void Variables)
1703 (Constant Variables): Fix incorrect usage of @kindex.
1704
36cb87a1
LMI
17052011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1706
28ee97c7
LMI
1707 * variables.texi (Defining Variables): Add an index entry for
1708 `set-variable' (bug#7262).
8d4294e9 1709 (Defining Variables): Use @findex for functions.
28ee97c7 1710
8862ffd5
LMI
1711 * frames.texi (Basic Parameters): Document the `explicit-name'
1712 parameter (bug#6951).
1713
0ec389b9
LMI
1714 * customize.texi (Type Keywords): Clarify that :value provides a
1715 default value for all types (bug#7386).
1716
36cb87a1
LMI
1717 * streams.texi (Output Functions): Document `pp'.
1718
11fdef7d 17192011-06-25 Chong Yidong <cyd@stupidchicken.com>
dfc47e35
CY
1720
1721 * keymaps.texi (Searching Keymaps):
1722 * display.texi (Overlay Properties): Fix errors in 2011-05-29
1723 change. Suggested by Johan Bockgård.
1724
eeafcea7
CY
17252011-06-15 Chong Yidong <cyd@stupidchicken.com>
1726
1727 * text.texi (Special Properties): Clarify role of font-lock-face.
1728
b96e6cde
LMI
17292011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1730
f4e90db0 1731 * processes.texi (Process Information): Rename `process-alive-p'
b96e6cde
LMI
1732 to `process-live-p' for consistency with other `-live-p' functions.
1733
be14b9ab
PE
17342011-06-03 Paul Eggert <eggert@cs.ucla.edu>
1735
1736 Document wide integers better.
1737 * files.texi (File Attributes): Document ino_t values better.
2d365993 1738 ino_t values no longer map to anything larger than a single cons.
be14b9ab
PE
1739 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
1740 (Bitwise Operations):
001903b5
PE
1741 * objects.texi (Integer Type): Use a binary notation that is a bit easier
1742 to read, and that will port better if 62-bits becomes the default.
1743 Fix or remove incorrect examples.
be14b9ab
PE
1744 * os.texi (Time Conversion): Document time_t values better.
1745
bcd54f83
LMI
17462011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1747
f4e90db0
SM
1748 * processes.texi (Process Information):
1749 Document `process-alive-p'.
bcd54f83 1750
049bcbcb
CY
17512011-05-29 Chong Yidong <cyd@stupidchicken.com>
1752
1753 * help.texi (Accessing Documentation):
1754 * display.texi (Pixel Specification):
1755 * processes.texi (Serial Ports, Serial Ports):
1756 * nonascii.texi (Character Properties, Default Coding Systems):
1757 * text.texi (Changing Properties, Special Properties):
1758 * windows.texi (Window Start and End):
1759 * modes.texi (SMIE Indentation Example, SMIE Tricks):
1760 * keymaps.texi (Searching Keymaps, Tool Bar):
1761 * minibuf.texi (Basic Completion):
1762 * compile.texi (Eval During Compile):
1763 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
1764 7x9 paper in printed manual.
1765
1766 * lists.texi (Sets And Lists): Fix misplaced text.
1767
58539c63
CY
17682011-05-29 Chong Yidong <cyd@stupidchicken.com>
1769
1770 * keymaps.texi (Remapping Commands): Emphasize that the keymap
1771 needs to be active (Bug#8350).
1772
6b5681bf
CY
17732011-05-28 Chong Yidong <cyd@stupidchicken.com>
1774
b4d52acc
CY
1775 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
1776
6b5681bf
CY
1777 * tips.texi (Coding Conventions): Remove antediluvian filename
1778 limit recommendation (Bug#8538).
1779
e145f188
GM
17802011-05-27 Glenn Morris <rgm@gnu.org>
1781
1782 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
1783
eafed945
GM
17842011-05-26 Glenn Morris <rgm@gnu.org>
1785
1786 * variables.texi (File Local Variables):
1787 Update hack-local-variables `mode-only' return value.
2d3ba9e7 1788 Add some more details on what this function does in the other case.
eafed945 1789
bc8410af
GM
17902011-05-19 Glenn Morris <rgm@gnu.org>
1791
1792 * lists.texi (Sets And Lists): Mention cl provides union etc.
1793
35a30759
N
17942011-05-19 Nix <nix@esperi.org.uk>
1795
1796 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
1797
1798 * text.texi (Parsing HTML): Update for function name changes.
1799
1800 * syntax.texi (Syntax Flags): Small fix.
1801
1802 * keymaps.texi (Active Keymaps): Typo fix.
1803 (Changing Key Bindings): Grammar fix.
1804
1805 * frames.texi (Minibuffers and Frames): Grammar fix.
1806 (Window System Selections): x-select-enable-clipboard now defaults to t.
1807
1808 * customize.texi (Common Keywords):
1809 * display.texi (Abstract Display):
1810 * modes.texi (Auto-Indentation):
1811 * nonascii.texi (Converting Representations): Typo fixes.
1812
1813 * control.texi (Examples of Catch): Call it "goto" not "go to".
1814
e3934a8a
EZ
18152011-05-14 Eli Zaretskii <eliz@gnu.org>
1816
bc039a3b
EZ
1817 * nonascii.texi (Character Properties): Fix inconsistencies with
1818 implementation.
1819
e3934a8a
EZ
1820 * text.texi (Special Properties): Move @defvar's out of the
1821 @table. (Bug#8652)
1822
e2c94218
GM
18232011-05-12 Glenn Morris <rgm@gnu.org>
1824
1825 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
1826
d2fc7e3d 18272011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
bc3bea9c
SM
1828
1829 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
1830 (Multiline Font Lock):
1831 * vol2.texi (Top):
1832 * vol1.texi (Top):
1833 * elisp.texi (Top): Update menu accordingly.
1834
d2fc7e3d 18352011-05-12 Drew Adams <drew.adams@oracle.com>
e6dc6206
DA
1836
1837 * modes.texi (Region to Fontify): Fix typo.
1838
79b70037
GM
18392011-05-10 Jim Meyering <meyering@redhat.com>
1840
1841 * minibuf.texi: Fix typo "in in -> in".
1842
b08a63cc 18432011-05-06 Paul Eggert <eggert@cs.ucla.edu>
fed14fd7
PE
1844
1845 * numbers.texi (Integer Basics): Large integers are treated as floats.
1846
1ef14cb4
LMI
18472011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1848
1849 * processes.texi (Synchronous Processes): Document the (:file
1850 "/file-name") syntax for `call-process'.
1851
4ffd0d6b 18522011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
1853
1854 * windows.texi (Choosing Window): Fix typo.
1855
4ffd0d6b 18562011-04-23 Chong Yidong <cyd@stupidchicken.com>
40954368
CY
1857
1858 * frames.texi (Layout Parameters): Note the difference between
1859 querying and setting parameters for left-fringe and right-fringe
1860 (Bug#6930).
1861
fd5a8ae8
SM
18622011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
1863
1864 * minibuf.texi (Basic Completion): Be a bit more precise about the
1865 valid kinds of completion tables.
1866 (Programmed Completion): Remove obsolete text about lambda expressions
1867 not being valid completion tables.
1868
c1bcd0d5
CY
18692011-03-19 Chong Yidong <cyd@stupidchicken.com>
1870
1871 * positions.texi (Excursions): Explain the "save-excursion
1872 defeated by set-buffer" warning.
1873
1874 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
1875 save-excursion. Suggested by Uday S Reddy.
1876
03408648 18772011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
ba83908c 1878
03408648
SM
1879 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
1880 (Lexical Binding): New sub-section.
ba83908c 1881
03408648
SM
1882 * eval.texi (Eval): Discourage the use of `eval'.
1883 Document its new `lexical' argument.
6c075cd7 1884
f6d62986
SM
18852011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
1886
03408648 1887 * commands.texi (Command Overview): `post-command-hook' is not reset to
f6d62986
SM
1888 nil any more.
1889
84ea5558 18902011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
e4021ec1
SM
1891
1892 * strings.texi (String Conversion): Don't mention
1893 string-make-(uni|multi)byte (bug#8262).
1894 * nonascii.texi (Converting Representations): Fix up range.
1895 * keymaps.texi (Key Binding Commands): Update code point, avoid
1896 "unibyte character" and remove mention of unibyte bindings.
1897
62d94509
EZ
18982011-03-10 Eli Zaretskii <eliz@gnu.org>
1899
1900 * modes.texi (Operator Precedence Grammars): Don't use characters
1901 outside ISO-8859-1.
1902
63a329f8
EZ
19032011-03-09 Eli Zaretskii <eliz@gnu.org>
1904
1905 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
1906
1907 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
1908
6446548e
GM
19092011-03-08 Glenn Morris <rgm@gnu.org>
1910
1911 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
1912 * intro.texi (Acknowledgements): Names to UTF-8.
80b005c7 1913 * elisp.texi: Set documentencoding.
6446548e 1914
33383987
JB
19152011-03-07 Chong Yidong <cyd@stupidchicken.com>
1916
1917 * Version 23.3 released.
1918
0b3ceceb
CY
19192011-03-06 Chong Yidong <cyd@stupidchicken.com>
1920
1921 * package.texi: Update index keywords.
1922 (Package Archives): New node contents. Document package-x.el.
1923
78f5433f
JB
19242011-03-06 Juanma Barranquero <lekktu@gmail.com>
1925
1926 * makefile.w32-in (srcs): Add package.texi.
1927
555e9b5c
CY
19282011-03-06 Chong Yidong <cyd@stupidchicken.com>
1929
120d9389
CY
1930 * package.texi (Packaging, Packaging Basics, Simple Packages)
1931 (Multi-file Packages): Expand and clarify.
1932 (Package Archives): Temporary placeholder node.
1933
1934 * elisp.texi (Top): Update node listing.
1935
555e9b5c
CY
1936 * Makefile.in (srcs): Add package.texi.
1937
b59a4335
CY
19382011-03-05 Chong Yidong <cyd@stupidchicken.com>
1939
1940 * processes.texi (Synchronous Processes): Minor clarification
1941 (Bug#8149).
1942
06083aa1
GM
19432011-03-03 Glenn Morris <rgm@gnu.org>
1944
1945 * files.texi (Truenames): Minor clarification. (Bug#2341)
1946
6640b281
GM
19472011-03-01 Glenn Morris <rgm@gnu.org>
1948
1949 * variables.texi (Directory Local Variables):
1950 Mention `(subdirs . nil)' alist element.
1951
2b0c7330 19522011-02-28 Glenn Morris <rgm@gnu.org>
081f7640
GM
1953
1954 * variables.texi (Directory Local Variables): Mention the optional
1955 mtime argument of dir-locals-set-directory-class. (Bug#3577)
1956
b923f7a9
CY
19572011-02-27 Chong Yidong <cyd@stupidchicken.com>
1958
1959 * minibuf.texi (Minibuffer History): Clarify discussion of
1960 minibuffer history lists (Bug#8085).
1961
67ab0163 19622011-02-19 Eli Zaretskii <eliz@gnu.org>
86ec878a 1963
e979a521
EZ
1964 * elisp.texi: Sync @dircategory with ../../info/dir.
1965
e03b2fd4
EZ
1966 * files.texi (Visiting Functions): Document find-file-literally,
1967 both the command and the variable.
1968
86ec878a
EZ
1969 * variables.texi (Creating Buffer-Local): Explain the meaning of
1970 permanent local variables.
1971
67ab0163
GM
1972 * files.texi (Visiting Functions): Document find-file-literally,
1973 both the command and the variable.
1974
1975 * variables.texi (Creating Buffer-Local): Explain the meaning of
1976 permanent local variables.
1977
19782011-02-19 Glenn Morris <rgm@gnu.org>
dff9ac46
GM
1979
1980 * keymaps.texi (Remapping Commands): Mention how to undo it.
1981
bfcb151a
RT
19822011-02-09 Reuben Thomas <rrt@sc3d.org>
1983
1984 * loading.texi (Hooks for Loading): Remove unnecessary advice
1985 about eval-after-load (Bug#7986).
1986
a41c8660
CY
19872011-02-05 Chong Yidong <cyd@stupidchicken.com>
1988
1989 * commands.texi (Accessing Mouse): Note that a header line is not
1990 included in the row of posn-col-row.
1991
e0dd6837
CY
19922011-02-02 Chong Yidong <cyd@stupidchicken.com>
1993
1994 * modes.texi (Major Mode Conventions): Add face guidelines.
1995 (Faces for Font Lock): List faces in order of prominence.
1996
a4180391
PE
19972011-02-01 Paul Eggert <eggert@cs.ucla.edu>
1998
1999 format-time-string now supports subsecond time stamp resolution
2000 * os.texi (Time Parsing): Document %N.
2001
7427eb97
CY
20022011-01-28 Chong Yidong <cyd@stupidchicken.com>
2003
61db307f
CY
2004 * vol1.texi (Top):
2005 * vol2.texi (Top):
2006 * elisp.texi (Top):
2007 * display.texi (Display Property): Shorten the menu description of
2008 the "Other Display Specs" node (Bug#7816).
2009
7427eb97
CY
2010 * keymaps.texi (Defining Menus): Add "menu item" and "extended
2011 menu item" concept index entries (Bug#7805).
2012
bf3dae7e
EZ
20132011-01-29 Eli Zaretskii <eliz@gnu.org>
2014
2015 * makefile.w32-in (texinfodir): New variable.
2016 (usermanualdir): Remove as redundant with $(emacsdir).
2017 (MAKEINFO): Remove options, leave only program name.
2018 (MAKEINFO_OPTS): New variable.
2019 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
2020
06d8ace5 20212011-01-25 Chong Yidong <cyd@stupidchicken.com>
e6cf7a82
CY
2022 Richard Kim <emacs18@gmail.com>
2023
2024 * loading.texi (Library Search): Document list-load-path-shadows
2025 (Bug#7757).
2026
06d8ace5 20272011-01-25 Chong Yidong <cyd@stupidchicken.com>
3f066f54
CY
2028
2029 * searching.texi (Regexp Special): Remove outdated discussion of
2030 character sets (Bug#7780).
2031
28a88153
CY
2032 * frames.texi (Pop-Up Menus): Document where menu title comes
2033 from (Bug#7684).
2034
06d8ace5 20352011-01-25 Glenn Morris <rgm@gnu.org>
4d265b4d
GM
2036
2037 * display.texi (Making Buttons): Mention limitation of text buttons.
2038
a8e1e9ee
WL
20392011-01-23 Werner Lemberg <wl@gnu.org>
2040
2041 * Makefile.in (MAKEINFO): Now controlled by `configure'.
2042 (MAKEINFO_OPTS): New variable. Use it where appropriate.
2043 (ENVADD): New variable to control texi2dvi and texi2pdf.
2044
362b9d48
GM
20452011-01-15 Chong Yidong <cyd@stupidchicken.com>
2046
2047 * files.texi (Directory Names): Move directory-abbrev-alist doc to
2048 Emacs manual.
2049
20502011-01-15 Eli Zaretskii <eliz@gnu.org>
2051
2052 * files.texi (Directory Names): Explain why FROM in
2053 directory-abbrev-alist should begin with \`. (Bug#7777)
2054
3fa173b4
SM
20552011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2056
2057 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
2058
7c420169 20592011-01-02 Eli Zaretskii <eliz@gnu.org>
2e4ab211
EZ
2060
2061 * modes.texi (Emulating Mode Line): Fix last change.
2062
7c420169 20632011-01-02 Eli Zaretskii <eliz@gnu.org>
287e63bb
EZ
2064
2065 * modes.texi (Emulating Mode Line): Update documentation of
2066 format-mode-line according to changes that fixed bug #7587.
2067
80b33766
SM
20682010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
2069
2070 * modes.texi (Derived Modes): Mention prog-mode.
2071
2072 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
2073 of the key-binding-data cache since we don't use it any more.
2074
f49d1f52 20752010-12-13 Eli Zaretskii <eliz@gnu.org>
3c73e30e 2076
4bb49a92
EZ
2077 * processes.texi (Shell Arguments):
2078 * strings.texi (Creating Strings): Don't mention "shell commands";
2079 make it explicit that `split-string-and-unquote' and
2080 `combine-and-quote-strings' are mainly for working with arguments
2081 to call-process and start-process.
2082
3c73e30e
EZ
2083 * processes.texi (Shell Arguments): Fix documentation of
2084 `split-string-and-unquote'. Add indexing. (Bug#7563)
2085
f49d1f52 20862010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5dcb4c4e
SM
2087
2088 * modes.texi (Auto-Indentation): New section to document SMIE.
2089 (Major Mode Conventions):
2090 * text.texi (Mode-Specific Indent): Refer to it.
2091
f49d1f52 20922010-12-13 Eli Zaretskii <eliz@gnu.org>
bdef6a77
EZ
2093
2094 * display.texi (Other Display Specs): Document left-fringe and
2095 right-fringe display specs.
2096
f49d1f52 20972010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
769741e3
SM
2098
2099 * backups.texi (Making Backups):
2100 * modes.texi (Example Major Modes): Use recommended coding style.
2101 (Major Mode Basics, Derived Modes): Encourge more strongly use of
2102 define-derived-mode. Mention completion-at-point-functions.
2103
f49d1f52 21042010-12-13 Chong Yidong <cyd@stupidchicken.com>
3e99b825 2105
5dcb4c4e
SM
2106 * nonascii.texi (Converting Representations):
2107 Document byte-to-string.
e1115396 2108
ec1b9b17
GM
21092010-12-08 Glenn Morris <rgm@gnu.org>
2110
2111 * buffers.texi (Modification Time):
2112 verify-visited-file-modtime now defaults to the current buffer.
2113
07976ae3 21142010-11-27 Chong Yidong <cyd@stupidchicken.com>
3e99b825 2115
ec1b9b17 2116 * nonascii.texi (Converting Representations): Document byte-to-string.
3e99b825
CY
2117
2118 * strings.texi (Creating Strings): Don't mention semi-obsolete
2119 function char-to-string.
2120 (String Conversion): Shorten discussion of semi-obsolete function
2121 string-to-char. Link to Converting Representations.
2122
2123 * objects.texi (Symbol Type):
2124 * text.texi (Near Point):
2125 * help.texi (Help Functions):
2126 * functions.texi (Mapping Functions): Use string instead of
2127 char-to-string in examples.
2128
07976ae3 21292010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295
CY
2130
2131 * text.texi (Kill Functions, Kill Functions)
2132 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
2133 YANK-HANDLER args.
2134
2135 * symbols.texi (Creating Symbols): Using unintern without an
2136 obarray arg is now obsolete.
2137
2138 * numbers.texi (Float Basics): Document float-e and float-pi.
2139
2140 * variables.texi (Defining Variables): Change "pi" example to
2141 "float-pi".
2142
8547874a
EZ
21432010-11-26 Eli Zaretskii <eliz@gnu.org>
2144
2145 * commands.texi (Click Events): Document the values of X, Y and
2146 COL, ROW in the event's position, when the click is on the header
2147 or mode line, on the fringes, or in the margins.
2148
4a47c275 21492010-11-17 Eli Zaretskii <eliz@gnu.org>
c7926fe2 2150
5b05d75b
EZ
2151 * customize.texi (Composite Types): Lower-case index entry.
2152
5dcb4c4e
SM
2153 * loading.texi (How Programs Do Loading):
2154 Document load-file-name. (Bug#7346)
c7926fe2 2155
4a47c275 21562010-11-17 Glenn Morris <rgm@gnu.org>
cde08ac9
GM
2157
2158 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
2159
0eb025fb
EZ
21602010-11-13 Eli Zaretskii <eliz@gnu.org>
2161
2162 * display.texi (Usual Display): Characters with no fonts are not
2163 necessarily displayed as empty boxes.
2164
2699a554 21652010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
2166
2167 * maps.texi (Standard Keymaps): Update File menu description.
2168
8289f37b
GM
21692010-10-28 Glenn Morris <rgm@gnu.org>
2170
2171 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
2172
5793a7bc 21732010-10-24 Eli Zaretskii <eliz@gnu.org>
89baa1df
EZ
2174
2175 * display.texi (Window Systems): Deprecate use of window-system as
2176 a predicate.
2177
17284e30
GM
21782010-10-23 Glenn Morris <rgm@gnu.org>
2179
2180 * help.texi (Documentation Basics): Remove mentions of digest-doc and
2181 sorted-doc.
2182
00f113eb
JB
21832010-10-15 Eli Zaretskii <eliz@gnu.org>
2184
2185 * os.texi (Dynamic Libraries): New node, with slightly modified
2186 text deleted from "Image Formats".
2187 (System Interface): Add @menu entry for "Dynamic Libraries".
2188
2189 * display.texi (Image Formats): Remove description of
2190 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
2191
07277eb8
GM
21922010-10-12 Glenn Morris <rgm@gnu.org>
2193
2194 * book-spine.texinfo: Rename to book-spine.texi.
2195
c12e4a81
GM
21962010-10-11 Glenn Morris <rgm@gnu.org>
2197
df187c62
GM
2198 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
2199
c12e4a81 2200 * Makefile.in (DVIPS): New variable.
234db610
GM
2201 (.PHONY): Add html, ps.
2202 (html, elisp.html, ps, elisp.ps): New targets.
2203 (clean): Delete html, ps files.
2204 ($(infodir)/elisp): Remove unnecessary includes.
c12e4a81 2205
6513b232
EZ
22062010-10-09 Eli Zaretskii <eliz@gnu.org>
2207
2208 * makefile.w32-in (emacsdir): New variable.
2209 (srcs): Add emacsver.texi.
2210 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
2211
abd40fb4
GM
22122010-10-09 Glenn Morris <rgm@gnu.org>
2213
c1dc72b3
GM
2214 * Makefile.in (VPATH): Remove.
2215 (infodir): Make it absolute.
2216 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
2217
4393405b
GM
2218 * Makefile.in (dist): Anchor regexps.
2219
eef3ab94
GM
2220 * Makefile.in (srcs): Put elisp.texi first.
2221 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
2222
aa9db089
GM
2223 * Makefile.in (infoclean): Remove harmless, long-standing error.
2224
abd40fb4
GM
2225 * Makefile.in ($(infodir)): Delete rule.
2226 (mkinfodir): New.
2227 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
2228
68db69ed 2229 * Makefile.in (dist): Remove reference to emacsver.texi.in.
208deadc 2230 Also copy emacsver.texi, and edit $emacsdir.
68db69ed 2231
ea274122
GM
22322010-10-09 Glenn Morris <rgm@gnu.org>
2233
f7a31f11
GM
2234 * Makefile.in (emacsdir): New variable.
2235 (MAKEINFO): Add -I $emacsdir.
2236 (dist): Copy emacsver.texi.
b13254e7
GM
2237 (srcs): Add emacsver.texi.
2238
f7a31f11
GM
2239 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
2240 Set EMACSVER by including emacsver.texi.
2241
ea274122
GM
2242 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
2243
17ca7950
GM
22442010-10-07 Glenn Morris <rgm@gnu.org>
2245
2246 * Makefile.in (version): New, set by configure.
2247 (clean): Delete dist tar file.
2248 (dist): Use version in tar name.
2249
4c83f6e1
GM
22502010-10-06 Glenn Morris <rgm@gnu.org>
2251
2252 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
2253 (INSTALL_INFO): Remove unused variable.
2254 (mostlyclean, infoclean, dist): New rules.
2255 (clean): Delete dvi and pdf files.
2256 (maintainer-clean): Remove elisp.oaux, use infoclean.
8a944cea 2257 ($(infodir)): Add parallel build workaround.
4c83f6e1 2258
0264072d
GM
22592010-10-04 Glenn Morris <rgm@gnu.org>
2260
2261 * Makefile.in (dvi, pdf, $(infodir)): New targets.
2262 ($(infodir)/elisp): Ensure target directory exists. Use $@.
8cce34d0 2263 Fix -I typo.
0264072d
GM
2264 (clean): No 'make.out' or 'core' files.
2265 (.PHONY): Declare clean rules.
2266 (maintainer-clean): Delete pdf file. Guard against cd failures.
2267
77f38949
GM
22682010-10-03 Glenn Morris <rgm@gnu.org>
2269
2270 * files.texi (File Name Components): Remove ignored section about
2271 deleted variable directory-sep-char.
2272
178fdd41
MA
22732010-10-03 Michael Albinus <michael.albinus@gmx.de>
2274
2275 * files.texi (Magic File Names): New defopt
2276 remote-file-name-inhibit-cache.
2277
9c524fcb
GM
22782010-10-02 Glenn Morris <rgm@gnu.org>
2279
2280 * os.texi (Killing Emacs): Hook now runs in batch mode.
2281
f816790b
SM
22822010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
2283
2284 * text.texi (Special Properties): Clarify when modification-hooks run.
2285
7cf78aac
SM
22862010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2287
2288 * syntax.texi (Syntax Flags): Document new `c' flag.
2289
ca0d44e4
GM
22902010-09-09 Glenn Morris <rgm@gnu.org>
2291
2292 * display.texi (ImageMagick Images): General cleanup.
2293
10999305 22942010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
2295
2296 * files.texi (Directory Names): Use \` rather than ^.
2297
45240125
JD
22982010-09-02 Jan Djärv <jan.h.d@swipnet.se>
2299
2300 * text.texi (Low-Level Kill Ring):
2301 * frames.texi (Window System Selections): Remove cut buffer
2302 documentation.
2303
4abe5bf6
EZ
23042010-08-28 Eli Zaretskii <eliz@gnu.org>
2305
2306 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
2307 Parameters", where the default fringe width is described.
2308
2309 * frames.texi (Window Frame Parameters, Basic Parameters)
2310 (Position Parameters, Layout Parameters, Management Parameters)
2311 (Cursor Parameters, Font and Color Parameters): Add indexing for
2312 frame parameters. (Bug#6929)
2313
fdc76236
TT
23142010-08-25 Tom Tromey <tromey@redhat.com>
2315
2316 * vol2.texi (Top): Update.
2317 * vol1.texi (Top): Update.
2318 * tips.texi (Library Headers): Mention Package-Version and
2319 Package-Requires.
2320 * package.texi: New file.
2321 * os.texi (System Interface): Update pointers.
2322 * elisp.texi (Top): Link to new nodes. Include package.texi.
2323 * anti.texi (Antinews): Update pointers.
2324
1e5c1c80
EZ
23252010-08-25 Eli Zaretskii <eliz@gnu.org>
2326
2327 * processes.texi (Filter Functions): Fix last change.
2328
78e33835
CY
23292010-08-24 Markus Triska <triska@gmx.at>
2330
2331 * processes.texi (Filter Functions): Use `buffer-live-p' instead
2332 of `buffer-name' in the main text as well as in the example
2333 (Bug#3098).
2334
198a7a97
CY
23352010-08-22 Chong Yidong <cyd@stupidchicken.com>
2336
2337 * nonascii.texi (Text Representations):
2338 * loading.texi (Loading Non-ASCII):
2339 * compile.texi (Byte Compilation): Don't mention obsolete
2340 --unibyte command-line argument.
2341
bc7d7ea6
CY
23422010-08-22 Chong Yidong <cyd@stupidchicken.com>
2343
2344 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
2345
b0126eac 23462010-08-22 Chong Yidong <cyd@stupidchicken.com>
96b1842d
CY
2347
2348 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
2349
e8a6cc19
EZ
23502010-08-20 Eli Zaretskii <eliz@gnu.org>
2351
2352 * commands.texi (Misc Events): Add cross-references to where
2353 POSITION of a mouse event is described in detail.
2354
c4e7c63a 23552010-08-08 Christoph Scholtes <cschol2112@googlemail.com>
ee301a7a 2356
c4e7c63a 2357 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
ee301a7a 2358
7815fe19 23592010-08-08 Juanma Barranquero <lekktu@gmail.com>
e8bf5266
JB
2360
2361 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
2362 Suggested by Štěpán Němec <stepnem@gmail.com>.
2363
7815fe19 23642010-08-08 Juanma Barranquero <lekktu@gmail.com>
b4f588fa
JB
2365
2366 * minibuf.texi (High-Level Completion): Document args of
2367 `read-buffer-function' (bug#5625).
2368
8b2dd508
JD
23692010-07-29 Jan Djärv <jan.h.d@swipnet.se>
2370
2371 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
2372
bace45fe
MA
23732010-07-29 Michael Albinus <michael.albinus@gmx.de>
2374
2375 * processes.texi (Process Information): Explain process property
2376 `remote-tty'.
2377
4ce5a4cc
JB
23782010-07-27 Juanma Barranquero <lekktu@gmail.com>
2379
2380 * modes.texi (Defining Minor Modes): Use C-delete in examples,
2381 instead of "\C-\^?" (bug#6334).
2382
1c84bc7a
JB
2383 * text.texi (Special Properties): Fix typo.
2384
b88746ba
EZ
23852010-07-09 Eli Zaretskii <eliz@gnu.org>
2386
2387 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
2388 calling sequences, which are now the standard.
2389
51422d6d
CY
23902010-06-24 Chong Yidong <cyd@stupidchicken.com>
2391
2392 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
2393
2394 * commands.texi (Command Overview): Mention undo-boundary call.
2395
d24880de
GM
23962010-06-23 Glenn Morris <rgm@gnu.org>
2397
2398 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
2399 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
2400 * frames.texi, functions.texi, internals.texi, keymaps.texi:
2401 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
2402 * searching.texi, sequences.texi, strings.texi, syntax.texi:
2403 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
2404 Untabify Texinfo files.
2405
0fc76035
CY
24062010-06-20 Chong Yidong <cyd@stupidchicken.com>
2407
2408 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
2409
5338dc0b
CY
24102010-06-19 Chong Yidong <cyd@stupidchicken.com>
2411
a628ad9d 2412 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
5338dc0b 2413
2c3a3c1d
CY
24142010-06-02 Chong Yidong <cyd@stupidchicken.com>
2415
ba3bf1d9
CY
2416 * searching.texi (Regexp Special): Remove obsolete information
2417 about matching non-ASCII characters, and suggest using char
2418 classes (Bug#6283).
2c3a3c1d 2419
7f4b4249
JB
24202010-05-30 Juanma Barranquero <lekktu@gmail.com>
2421
2422 * minibuf.texi (Basic Completion): Add missing "@end defun".
2423
637821cd
SM
24242010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2425
2426 * minibuf.texi (Basic Completion): Document completion-boundaries.
2427 (Programmed Completion): Document the new fourth method for boundaries.
2428
e13051c3
CY
24292010-05-22 Chong Yidong <cyd@stupidchicken.com>
2430
a628ad9d 2431 * display.texi (Image Cache): Update documentation about image caching.
e13051c3 2432
0235128c 24332010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
2434
2435 * windows.texi (Textual Scrolling):
2436 * tips.texi (Coding Conventions):
2437 * minibuf.texi (Minibuffer History):
2438 * maps.texi (Standard Keymaps):
2439 * loading.texi (Where Defined):
2440 * edebug.texi (Instrumenting): Fix typos.
2441
0235128c 24422010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549 2443
c7c32279
CY
2444 * keymaps.texi (Menu Bar): Document :advertised-binding property.
2445
0235128c
SM
2446 * functions.texi (Obsolete Functions):
2447 Document set-advertised-calling-convention.
eb5ed549
CY
2448
2449 * minibuf.texi (Basic Completion): Document completion-in-region.
2450 (Programmed Completion): Document completion-annotate-function.
2451
2452 * commands.texi (Reading One Event): Document read-key.
2453 (Distinguish Interactive): Document KIND arg to
2454 called-interactively-p. Delete obsolete interactive-p.
2455
2456 * elisp.texi (Top): Update node description.
2457
f8848423
EZ
24582010-05-08 Eli Zaretskii <eliz@gnu.org>
2459
0235128c
SM
2460 * nonascii.texi (Character Properties):
2461 Document unicode-category-table. Add an index entry for Unicode
2462 general category.
2463
24642010-05-07 Chong Yidong <cyd@stupidchicken.com>
2465
2466 * Version 23.2 released.
f8848423 2467
938efb77
JB
24682010-04-20 Juanma Barranquero <lekktu@gmail.com>
2469
2470 * locals.texi (Standard Buffer-Local Variables):
2471 Remove @ignore'd reference to `direction-reversed'.
2472
5854c267
JL
24732010-04-14 Juri Linkov <juri@jurta.org>
2474
2475 Fix @deffn without category.
2476
2477 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
2478 for `abbrev-insert'.
2479
2480 * buffers.texi (Indirect Buffers): Add category `Command'
2481 to @deffn of `clone-indirect-buffer'.
2482
2483 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
2484 for `next-window' and `previous-window'. Add category `Command'
2485 to @deffn of `pop-to-buffer'.
2486
8a14dec7
CY
24872010-04-01 Chong Yidong <cyd@stupidchicken.com>
2488
2489 * nonascii.texi (Text Representations): Don't mark
2490 enable-multibyte-characters as a user option.
2491
7a1831cf
EZ
24922010-03-31 Eli Zaretskii <eliz@gnu.org>
2493
2494 * control.texi (Handling Errors): How to re-throw a signal caught
2495 by condition-case.
2496
c3863713
CY
24972010-03-26 Chong Yidong <cyd@stupidchicken.com>
2498
2499 * loading.texi (Hooks for Loading): Document after-load-functions.
2500 Copyedits.
2501
c333f279
AM
25022010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
2503
2504 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
2505
e867cb5d 25062010-03-24 Chong Yidong <cyd@stupidchicken.com>
f7704e26
CY
2507
2508 * processes.texi (Network Processes): Document seqpacket type.
2509
605f35cd
DN
25102010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
2511
2512 * os.texi (System Environment): Do not mention lynxos.
2513
288f9fc0
CY
25142010-03-10 Chong Yidong <cyd@stupidchicken.com>
2515
2516 * Branch for 23.2.
2517
eed5c93a
CY
25182010-03-06 Chong Yidong <cyd@stupidchicken.com>
2519
2520 * objects.texi (Integer Type): Take note of the read syntax
2521 exception for numbers that cannot fit in the integer type.
2522
1ddd6622
GM
25232010-03-03 Glenn Morris <rgm@gnu.org>
2524
2525 * numbers.texi (Integer Basics, Bitwise Operations):
2526 * objects.texi (Integer Type): Update for integers now being 30-bit.
2527
a908c79a
CY
25282010-02-27 Chong Yidong <cyd@stupidchicken.com>
2529
2530 * display.texi (Low-Level Font): Document :otf font-spec property.
2531
cd61af01
SM
25322010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2533
2534 * display.texi (Line Height): Avoid obsolete special default variables
2535 like default-major-mode.
2536
c02f8fe2
AM
25372010-01-28 Alan Mackenzie <acm@muc.de>
2538
2539 * display.texi (Auto Faces): Say fontification-functions is called
2540 whether or not Font Lock is enabled. Tidy up the wording a bit.
2541
d738d18b
CY
25422010-01-17 Chong Yidong <cyd@stupidchicken.com>
2543
2544 * elisp.texi: Remove duplicate edition information (Bug#5407).
2545
4963739e
JB
25462010-01-17 Juanma Barranquero <lekktu@gmail.com>
2547
2548 * two.el (volume-header-toc-markup): Fix typos in docstring.
2549
c57008f6
SM
25502010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
2551
2552 Avoid dubious uses of save-excursions.
2553 * positions.texi (Excursions): Recommend the use of
2554 save-current-buffer if applicable.
2555 * text.texi (Clickable Text): Fix the example code which used
2556 save-excursion in a naive way which sometimes preserves point and
2557 sometimes not.
2558 * variables.texi (Creating Buffer-Local):
2559 * os.texi (Session Management):
2560 * display.texi (GIF Images):
2561 * control.texi (Cleanups): Use (save|with)-current-buffer.
2562
2f3725cd
EZ
25632010-01-02 Eli Zaretskii <eliz@gnu.org>
2564
2565 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
2566
85eeac93
CY
25672010-01-02 Chong Yidong <cyd@stupidchicken.com>
2568
2569 * nonascii.texi (Text Representations, Character Codes)
2570 (Converting Representations, Explicit Encoding)
2571 (Translation of Characters): Use hex notation consistently.
2572 (Character Sets): Fix map-charset-chars doc (Bug#5197).
2573
4801c5fa
CY
25742010-01-01 Chong Yidong <cyd@stupidchicken.com>
2575
2576 * loading.texi (Where Defined): Make it clearer that these are
2577 loaded files (Bug#5068).
2578
26e533e2
CY
25792009-12-29 Chong Yidong <cyd@stupidchicken.com>
2580
2581 * minibuf.texi (Completion Styles): Document `initials' style.
2582
16d1ff5f
CY
25832009-12-25 Chong Yidong <cyd@stupidchicken.com>
2584
2585 * frames.texi (Resources): Describe inhibit-x-resources.
2586 (Size Parameters): Copyedit.
2587
2588 * hash.texi (Creating Hash):
2589 * objects.texi (Hash Table Type): Document the new hash table
2590 printed representation.
2591
2592 * minibuf.texi (Basic Completion): 4th arg to all-completions is
2593 obsolete.
2594
5dcb4c4e
SM
2595 * processes.texi (Process Buffers):
2596 Document process-kill-buffer-query-function.
16d1ff5f 2597
9a5de3d9
GM
25982009-12-05 Glenn Morris <rgm@gnu.org>
2599
2600 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
2601 diary-display-function, and no longer recommended to be a hook.
2602 Update for changes in the names of calendar and diary hooks.
2603 diary-print-entries-hook has changed section.
2604
b640eb52
EZ
26052009-11-28 Eli Zaretskii <eliz@gnu.org>
2606
2607 * text.texi (Special Properties): More accurate description of
2608 what the `cursor' property does.
2609
be1674ab
KR
26102009-11-26 Kevin Ryde <user42@zip.com.au>
2611
2612 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
2613 mouse-wheel-down-event, the closest thing to a definition for them.
2614 * os.texi (Startup Summary): vindex inhibit-startup-message and
2615 inhibit-splash-screen.
2616 (Command-Line Arguments): vindex argv.
2617 (Suspending Emacs): vindex suspend-tty-functions and
2618 resume-tty-functions. Don't want to index every hook, but having
2619 the programming ones is helpful.
2620
603f5979
CY
26212009-11-14 Chong Yidong <cyd@stupidchicken.com>
2622
2623 * commands.texi (Motion Events): Fix typo (Bug#4907).
2624
4359a806
CY
26252009-11-08 Chong Yidong <cyd@stupidchicken.com>
2626
2627 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
2628 are affected by case-fold-search (Bug#4483).
2629
0f063651
CY
26302009-11-02 Chong Yidong <cyd@stupidchicken.com>
2631
2632 * minibuf.texi (Reading File Names): Note that read-file-name may
2633 use a graphical file dialog.
2634
9bd79893
GM
26352009-10-31 Glenn Morris <rgm@gnu.org>
2636
2637 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
2638
ebe479ec
KR
26392009-10-16 Kevin Ryde <user42@zip.com.au>
2640
2641 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
2642 in particular so `info-lookup-symbol' can find its docs.
2643
2640fa86
CY
26442009-10-16 Chong Yidong <cyd@stupidchicken.com>
2645
2646 * variables.texi (Constant Variables): Distinguish from defconst
2647 variables.
2648 (Defining Variables): Add cindex.
2649
edd6a733
CY
26502009-10-15 Chong Yidong <cyd@stupidchicken.com>
2651
2652 * os.texi (Time of Day): Clarify that the microsecond part is
2653 ignored (Bug#4637).
2654
5feb0b73
GM
26552009-10-11 Glenn Morris <rgm@gnu.org>
2656
2657 * frames.texi (Size and Position): Clarify what is included in the frame
2658 height. (Bug#4535)
2659
0c5413c8
GM
26602009-10-10 Glenn Morris <rgm@gnu.org>
2661
2662 * windows.texi (Size of Window): The relationship between window and
2663 frame heights is not so simple. (Bug#4535)
2664 Mention window-full-height-p.
2665
7f8b600a
SM
26662009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
2667
2668 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
2669 used from Lisp.
2670
6185de1c
EZ
26712009-10-07 Eli Zaretskii <eliz@gnu.org>
2672
7f8b600a
SM
2673 * files.texi (Directory Names) <abbreviate-file-name>:
2674 Document that root home directories are not replaced with "~".
6185de1c 2675
9972911f
EZ
26762009-10-06 Eli Zaretskii <eliz@gnu.org>
2677
2678 * text.texi (Special Properties): Document the meaning of the
2679 `cursor' text property whose value is an integer.
2680
2a3f19ef
MA
26812009-10-05 Michael Albinus <michael.albinus@gmx.de>
2682
2683 * files.texi (Magic File Names): Add `copy-directory'.
2684
804543b5
EZ
26852009-10-05 Eli Zaretskii <eliz@gnu.org>
2686
2687 * files.texi (File Attributes): Fix description of file
2688 attributes. (Bug#4638) Update attributes of files.texi example to
2689 be more representative.
2690
461bf92b
MA
26912009-10-05 Michael Albinus <michael.albinus@gmx.de>
2692
2693 * files.texi (Create/Delete Dirs): New command copy-directory.
2694
a86cd395
JB
26952009-10-04 Juanma Barranquero <lekktu@gmail.com>
2696
2697 * anti.texi (Antinews):
2698 * macros.texi (Indenting Macros):
2699 * strings.texi (Creating Strings, Case Conversion):
2700 Remove duplicate words.
2701
d3080264
MA
27022009-10-01 Michael Albinus <michael.albinus@gmx.de>
2703
2704 * files.texi (Create/Delete Dirs): delete-directory has an
2705 optional parameter RECURSIVE.
2706
85d14563
SM
27072009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
2708
2709 * buffers.texi (Swapping Text): Minor clarification.
2710
3d9842c6
GM
27112009-10-01 Glenn Morris <rgm@gnu.org>
2712
2713 * functions.texi (Declaring Functions): Mention that we also search for
2714 ".m" files in the src/ directory.
2715
78427304
CY
27162009-09-25 David Engster <deng@randomsample.de>
2717
3d9842c6 2718 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
78427304 2719
b578c9cc
GM
27202009-09-22 Glenn Morris <rgm@gnu.org>
2721
2722 * internals.texi (Building Emacs): Mention preloaded-file-list.
2723
beee5da7
AM
27242009-09-14 Alan Mackenzie <acm@muc.de>
2725
2726 * os.texi (Terminal Output): Put "@code{}" around "stdout".
2727
5d6ab672
CY
27282009-09-13 Chong Yidong <cyd@stupidchicken.com>
2729
2730 * functions.texi (Anonymous Functions): Rearrange discussion,
2731 giving usage of unquoted lambda forms first. Mention that
2732 `function' and `#'' are no longer required (Bug#4290).
2733
59375eeb
AM
27342009-09-11 Alan Mackenzie <acm@muc.de>
2735
a86cd395 2736 * os.texi (Terminal Output): Document `send-string-to-terminal' in
59375eeb
AM
2737 batch mode.
2738
e7e2f529
GM
27392009-09-01 Glenn Morris <rgm@gnu.org>
2740
2741 * display.texi (Face Functions): Mention define-obsolete-face-alias.
2742
eae47088
GM
27432009-08-26 Ulrich Mueller <ulm@gentoo.org>
2744
2745 * nonascii.texi (Character Codes): Fix typos.
2746
3691a0a6
MA
27472009-08-25 Michael Albinus <michael.albinus@gmx.de>
2748
2749 * processes.texi (Synchronous Processes): New defvar
2750 process-file-side-effects.
2751
664d56b8
GM
27522009-08-25 Glenn Morris <rgm@gnu.org>
2753
2754 * display.texi (Fontsets): Fix typo.
2755
0706c025
GM
2756 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
2757
03a74b84
SM
27582009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
2759
2760 * processes.texi (Asynchronous Processes): Adjust arglist of
2761 start-process-shell-command and start-file-process-shell-command.
2762
f6de8a37
CY
27632009-08-15 Chong Yidong <cyd@stupidchicken.com>
2764
4b1ed1bb
CY
2765 * advice.texi (Argument Access in Advice): Note that argument
2766 positions are zero-based (Bug#3932).
2767
89a9e058
CY
2768 * commands.texi (Distinguish Interactive): Minor copyedit.
2769
23696fd7
CY
2770 * display.texi (Face Attributes): Add xref to Displaying Faces for
2771 explanation of "underlying face".
2772
f6de8a37
CY
2773 * customize.texi (Common Keywords): Add xref to Loading.
2774
2775 * loading.texi (How Programs Do Loading): Add xref to Lisp
2776 Libraries node in the Emacs manual.
2777
417f77e6
CY
27782009-08-13 Chong Yidong <cyd@stupidchicken.com>
2779
2780 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
2781
0999039c
CY
27822009-07-18 Chong Yidong <cyd@stupidchicken.com>
2783
2784 * processes.texi (Shell Arguments): Copyedits.
2785
9af167bc
GM
27862009-07-18 Glenn Morris <rgm@gnu.org>
2787
2788 * loading.texi (Repeated Loading): Fix typo.
2789
137987ab
RS
27902009-07-16 Richard Stallman <rms@gnu.org>
2791
2792 * buffers.texi (Swapping Text): Recommend setting
2793 write-region-annotate-functions and buffer-saved-size.
2794
2795 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
2796
622fa380
GM
27972009-07-15 Glenn Morris <rgm@gnu.org>
2798
2799 * edebug.texi: Minor re-phrasings throughout.
2800 (Edebug Execution Modes): Sit-for affects continue mode too.
2801 (Jumping): Use `forward-sexp' rather than its keybinding.
2802 (Edebug Misc): Fix Q binding.
2803 (Edebug Eval): Remove cl version.
2804 (Printing in Edebug): Clarify print-length etc.
2805 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
2806 (Specification List): Remove edebug-unwrap findex entry.
2807 (Specification Examples): defmacro is actually not the same as defun.
2808 Escape "`" in example.
2809
6bbd4600
CY
28102009-07-15 Chong Yidong <cyd@stupidchicken.com>
2811
2812 * markers.texi (The Mark): Document optional arg to
2813 deactivate-mark.
2814
e538d479
GM
28152009-07-11 Kevin Ryde <user42@zip.com.au>
2816
2817 * hooks.texi (Standard Hooks): Fix cross-references.
2818
4c98b9ed
GM
2819 * loading.texi (Named Features): Refer to eval-after-load.
2820
5300838c
GM
28212009-07-11 Glenn Morris <rgm@gnu.org>
2822
64fbeb16
GM
2823 * Makefile.in (TEXI2PDF): New.
2824 (elisp.pdf): New target.
2825
4c98b9ed
GM
2826 * searching.texi (Regexp Backslash): Fix typo.
2827
2828 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5300838c 2829
51d9979c
GM
28302009-07-10 Glenn Morris <rgm@gnu.org>
2831
561c0216
GM
2832 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
2833
5b594a58
GM
2834 * customize.texi (Customization Types):
2835 * display.texi (Abstract Display):
0cc8c85a 2836 * objects.texi (Character Type, String Type):
5b594a58 2837 Merge in some menu descriptions from elisp.texi.
51d9979c 2838
c3cbbb40
GM
2839 * hash.texi (Hash Tables):
2840 * modes.texi (Multiline Font Lock):
2841 End menu description with period.
fe42c16a 2842
28528402
GM
28432009-07-09 Glenn Morris <rgm@gnu.org>
2844
2845 * back.texi: Don't hard-code texinfo location.
2846
2847 * two-volume.make (texinfodir): New, with location of texinfo.tex.
2848 (tex): Add texinfodir to TEXINPUTS.
2849 (elisp1med-init, elisp2med-init): Use texinfodir.
2850
2851 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
2852 (clean): Add two-volume.make intermediate files.
2853
2854 * elisp.texi, vol1.texi, vol2.texi:
2855 Use a DATE variable with the publication date, and update it.
2856 Fix antinews menu description.
2857
2858 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
2859 Update the detailed node listing to match elisp.texi.
2860
2861 * README: Update edition to match elisp.texi.
2862
2863 * objects.texi (General Escape Syntax):
2864 * nonascii.texi (Character Sets):
2865 Use consistent case for "Unicode Standard".
2866
2867 * anti.texi (Antinews):
2868 * customize.texi (Variable Definitions):
2869 * functions.texi (Declaring Functions):
2870 * nonascii.texi (Character Properties):
2871 * processes.texi (Serial Ports):
2872 * text.texi (Special Properties):
2873 * tips.texi (Coding Conventions):
2874 Minor rearrangements to improve TeX line-filling.
2875
2876 * commands.texi (Using Interactive): Fix cross-reference.
2877
17db8e10
JD
28782009-07-01 Jan Djärv <jan.h.d@swipnet.se>
2879
2880 * frames.texi (Management Parameters): Mention sticky.
2881
77c7e2e1
AS
28822009-07-01 Andreas Schwab <aschwab@redhat.com>
2883
2884 * help.texi (Help Functions): Fix description of help-buffer and
2885 help-setup-xref to use @defun instead of @deffn.
2886
3f1c6666
JD
28872009-07-01 Jan Djärv <jan.h.d@swipnet.se>
2888
2889 * frames.texi (Size Parameters): Mention maximized for fullscreen.
2890
ca27c21b
CY
28912009-06-24 Chong Yidong <cyd@stupidchicken.com>
2892
2893 * display.texi (Window Systems): Add ns to the list.
2894
70243478
CY
28952009-06-21 Chong Yidong <cyd@stupidchicken.com>
2896
2897 * Branch for 23.1.
2898
df006536
MR
28992009-06-17 Martin Rudalics <rudalics@gmx.at>
2900
2901 * windows.texi (Dedicated Windows): Fix typo.
2902 (Resizing Windows): Replace @defun by @deffn.
2903
d259fc4b
GM
29042009-06-17 Glenn Morris <rgm@gnu.org>
2905
2906 * variables.texi (Directory Local Variables):
2907 Update for 2009-04-11 name-change of dir-locals-directory-alist.
2908
30781db6
KH
29092009-06-09 Kenichi Handa <handa@m17n.org>
2910
2911 * nonascii.texi (Character Sets): State clearly that FROM and TO
2912 are codepoints of CHARSET.
2913
62e8099c
CY
29142009-06-07 Chong Yidong <cyd@stupidchicken.com>
2915
2916 * minibuf.texi (Reading File Names): Fix introductory text.
2917 Suggested by stan@derbycityprints.com.
2918 (High-Level Completion): Fix typo.
2919
ee1b1917
CY
29202009-05-28 Chong Yidong <cyd@stupidchicken.com>
2921
2922 * frames.texi (Text Terminal Colors): Multi-tty is already
2923 implemented, but tty-local colors are not.
2924
5df647e8
CY
29252009-05-27 Chong Yidong <cyd@stupidchicken.com>
2926
2927 * hooks.texi (Standard Hooks): Remove mention of obsolete
2928 redisplay-end-trigger-functions.
2929
2930 * internals.texi (Window Internals): Remove mention of obsolete
2931 redisplay-end-trigger-functions.
2932
01f17ae2
MR
29332009-05-21 Martin Rudalics <rudalics@gmx.at>
2934
2935 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
2936
2937 * backups.texi (Making Backups): backup-directory-alist and
2938 make-backup-file-name-function are options.
2939 (Auto-Saving): auto-save-list-file-prefix is an option.
2940
2941 * buffers.texi (Killing Buffers): buffer-offer-save is an
2942 option.
2943
2944 * display.texi (Refresh Screen): no-redraw-on-reenter is an
2945 option.
2946 (Echo Area Customization): echo-keystrokes is an option.
2947 (Selective Display): selective-display-ellipses is an option.
2948 (Temporary Displays): temp-buffer-show-function is an option.
2949 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
2950 are options.
2951 (Font Selection): face-font-family-alternatives,
2952 face-font-selection-order, face-font-registry-alternatives, and
2953 scalable-fonts-allowed are options.
2954 (Fringe Indicators): indicate-buffer-boundaries is an option.
2955 (Fringe Cursors): overflow-newline-into-fringe is an option.
2956 (Scroll Bars): scroll-bar-mode is an option.
2957
2958 * eval.texi (Eval): max-lisp-eval-depth is an option.
2959
2960 * files.texi (Visiting Functions): find-file-hook is an option.
2961 (Directory Names): directory-abbrev-alist is an option.
2962 (Unique File Names): temporary-file-directory and
2963 small-temporary-file-directory are options.
2964
2965 * frames.texi (Initial Parameters): initial-frame-alist,
2966 minibuffer-frame-alist and default-frame-alist are options.
2967 (Cursor Parameters): blink-cursor-alist and
2968 cursor-in-non-selected-windows ar options.
2969 (Window System Selections): selection-coding-system is an
2970 option.
2971 (Display Feature Testing): display-mm-dimensions-alist is an
2972 option.
2973
2974 * help.texi (Help Functions): help-char and help-event-list are
2975 options.
2976
2977 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
2978 an option.
2979
2980 * minibuf.texi (Minibuffer History): history-length and
2981 history-delete-duplicates are options.
2982 (High-Level Completion): read-buffer-function and
2983 read-buffer-completion-ignore-case are options.
2984 (Reading File Names): read-file-name-completion-ignore-case is
2985 an option.
2986
2987 * modes.texi (Mode Line Top): mode-line-format is an option.
2988 (Mode Line Variables): mode-line-position and mode-line-modes
2989 are options.
2990
2991 * nonascii.texi (Text Representations):
2992 enable-multibyte-characters is an option.
2993 (Default Coding Systems): auto-coding-regexp-alist,
2994 file-coding-system-alist, auto-coding-alist and
2995 auto-coding-functions are options.
2996 (Specifying Coding Systems): inhibit-eol-conversion is an
2997 option.
2998
2999 * os.texi (Init File): site-run-file is an option.
3000 (System Environment): mail-host-address is an option.
3001 (User Identification): user-mail-address is an option.
3002 (Terminal Output): baud-rate is an option.
3003
3004 * positions.texi (Word Motion): words-include-escapes is an
3005 option.
3006
3007 * searching.texi (Standard Regexps): page-delimiter,
3008 paragraph-separate, paragraph-separate and sentence-end are
3009 options.
3010
3011 * text.texi (Margins): left-margin and fill-nobreak-predicate
3012 are options.
3013
3014 * variables.texi (Local Variables): max-specpdl-size is an
3015 option.
3016
3017 * windows.texi (Choosing Window):
3018 split-window-preferred-function, special-display-function and
3019 display-buffer-function are options.
3020
106e6894
CY
30212009-05-20 Chong Yidong <cyd@stupidchicken.com>
3022
4a83454d
CY
3023 Fix errors spotted by Martin Rudalics.
3024
106e6894
CY
3025 * syntax.texi (Position Parse): Document rationale for ignored
3026 arguments to syntax-ppss-flush-cache.
3027
3028 * processes.texi (Input to Processes): Mark PROCESS arg to
3029 process-running-child-p as optional.
3030 (Network Options): Document NO-ERROR arg to
3031 set-network-process-option.
3032
3033 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
3034 command.
3035
3036 * searching.texi (POSIX Regexps): Mark posix-search-forward and
3037 posix-search-backward as commands.
3038
3039 * os.texi (Killing Emacs): Mark kill-emacs as a command.
3040 (Suspending Emacs): Mark suspend-emacs as a command.
3041 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
3042 commands.
5dcb4c4e
SM
3043 (Terminal Output): Remove obsolete function baud-rate.
3044 Document TERMINAL arg for send-string-to-terminal.
106e6894
CY
3045
3046 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
3047 terminal-coding-system and set-terminal-coding-system.
3048 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
3049 as optional.
3050 (Character Sets): Document RESTRICTION arg of char-charset.
3051 (Character Codes): Mark POS argument to get-byte as optional.
3052
3053 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
3054 minibuffer-message.
3055
3056 * files.texi (Create/Delete Dirs): Mark make-directory and
3057 delete-directory as commands.
3058
3059 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
3060
3061 * text.texi (Base 64): Mark base64-decode-string and
3062 base64-encode-string as commands.
3063 (Columns): Mark move-to-column as a command.
3064 (Mode-Specific Indent): Document RIGID arg to
3065 indent-for-tab-command.
3066 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
3067 Mark indent-code-rigidly as a command.
3068 (Substitution): Mark translate-region as a command.
3069
3070 * frames.texi (Size and Position): Remove obsolete functions
3071 screen-height and screen-width.
3072
04173931
CY
30732009-05-19 Chong Yidong <cyd@stupidchicken.com>
3074
3075 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
3076 (Displaying Buffers, Resizing Windows): Correct mistakes;
3077 next-window, previous-window, and pop-to-buffer are not commands,
3078 and fit-window-to-buffer" is a command. (Pointed out by Martin
3079 Rudalics.)
3080
eae7d8f8
RS
30812009-05-17 Richard M Stallman <rms@gnu.org>
3082
3083 * modes.texi (Precalculated Fontification): Clarify text.
3084
b8766179
MR
30852009-05-17 Martin Rudalics <rudalics@gmx.at>
3086
3087 * windows.texi (Selecting Windows): Clarify descriptions of
3088 with-selected-window and get-lru-window.
3089 (Cyclic Window Ordering): Refer to particular frame when talking
3090 about how splitting affects the ordering.
3091 (Displaying Buffers): Fix descriptions of switch-to-buffer and
3092 switch-to-buffer-other-window. Explain how setting of
3093 display-buffer-reuse-frames affects pop-to-buffer.
3094 (Choosing Window): Clarify some details in descriptions of
3095 display-buffer-reuse-frames, pop-up-frames, and
3096 pop-up-frame-function.
3097 (Dedicated Windows): Clarify some details.
3098 (Textual Scrolling): Replace term vscroll by term vertical
3099 scroll position.
3100 (Vertical Scrolling): Fix typo.
3101 (Window Hooks): Relate text on jit-lock-register to window
3102 scrolling and size changes.
3103
734b5e3b
CY
31042009-05-14 Chong Yidong <cyd@stupidchicken.com>
3105
0a65633e
CY
3106 * frames.texi (Initial Parameters): Clarify what the initial
3107 minibuffer frame is.
05be46d7
CY
3108 (Buffer Parameters): Note that the minibuffer parameter can not be
3109 altered.
0a65633e 3110
734b5e3b
CY
3111 * anti.texi (Antinews): Copyedits. Rearrange some entries.
3112 Document display-buffer changes.
3113
925672cd
CY
31142009-05-13 Chong Yidong <cyd@stupidchicken.com>
3115
17ecd7af
CY
3116 * anti.texi (Antinews): Rewrite for Emacs 22.
3117
925672cd
CY
3118 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
3119 obarrays are first mentioned. Define "system abbrev" more
3120 prominently, and add it to the index.
3121 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
3122 Copyedits.
3123 (Abbrev Expansion): Document abbrev-insert.
3124
80be4dd7
CY
31252009-05-12 Chong Yidong <cyd@stupidchicken.com>
3126
3127 * frames.texi (Font and Color Parameters): Rename from Color
3128 Parameters. Document font-backend parameter.
3129
3130 * vol2.texi (Top): Update node listing.
3131 * vol1.texi (Top): Update node listing.
3132 * elisp.texi (Top): Update node listing.
3133
372a93ac
MR
31342009-05-11 Martin Rudalics <rudalics@gmx.at>
3135
3136 * windows.texi (Choosing Window): Don't explicitly refer to
3137 split-window-sensibly's window argument in descriptions of
3138 split-height-threshold and split-width-threshold.
3139
714c3541
MR
31402009-05-10 Martin Rudalics <rudalics@gmx.at>
3141
3142 * windows.texi (Choosing Window): Fix rewrite of window
3143 splitting section.
3144
0e90e7be
EZ
31452009-05-09 Eli Zaretskii <eliz@gnu.org>
3146
f4e90db0
SM
3147 * nonascii.texi (Default Coding Systems):
3148 Document find-auto-coding, set-auto-coding, and auto-coding-alist.
5dcb4c4e 3149 Add indexing.
0e90e7be
EZ
3150 (Lisp and Coding Systems): Add index entries.
3151
d3c0c321
MR
31522009-05-09 Martin Rudalics <rudalics@gmx.at>
3153
3154 * windows.texi (Choosing Window): Describe split-window-sensibly
3155 and rewrite section on window splitting accordingly.
3156 (Textual Scrolling): Replace `...' by @code{...}.
3157
c773345a
CY
31582009-05-04 Chong Yidong <cyd@stupidchicken.com>
3159
ee2d5b5e
CY
3160 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
3161 Remove obsoleted pre-abbrev-expand-hook.
3162
3163 * locals.texi (Standard Buffer-Local Variables): Consolidate table
3164 entries.
3165
c773345a
CY
3166 * internals.texi (Object Internals): Don't assume 32-bit machines
3167 are the norm.
3168 (Buffer Internals): Consolidate table entries for readability.
ee2d5b5e
CY
3169 (Window Internals): Synch field names to window.h.
3170 (Process Internals): Synch field names to process.h.
c773345a 3171
dd449674
CY
31722009-04-29 Chong Yidong <cyd@stupidchicken.com>
3173
3174 * variables.texi (File Local Variables): Note that read-circle is
3175 bound to nil when reading file-local variables.
3176
3177 * streams.texi (Input Functions): Document read-circle.
3178 (Output Variables): Add xref to Circular Objects.
3179
4f1e25e2
CY
31802009-04-25 Chong Yidong <cyd@stupidchicken.com>
3181
3182 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
3183 Features and Coding System Basics. Node that "p" stands for
3184 "predicate". Recommend utf-8-emacs instead of emacs-mule.
3185 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
3186 mouse-appearance-menu.
3187 (Programming Tips): Add xref to Progress.
3188
dca019f8
CY
31892009-04-22 Chong Yidong <cyd@stupidchicken.com>
3190
5dcb4c4e
SM
3191 * os.texi (Command-Line Arguments):
3192 Document command-line-args-left.
dca019f8
CY
3193 (Suspending Emacs): Adapt text to multi-tty case. Document use of
3194 terminal objects for tty arguments.
3195 (Startup Summary): Add xref to Session Management.
3196 (Session Management): Mention emacs-session-restore. Copyedits.
3197
02a89103
CY
31982009-04-20 Chong Yidong <cyd@stupidchicken.com>
3199
3200 * os.texi (Startup Summary): Copyedits. The init file is not
3201 necessarily named .emacs now. Document initial-buffer-choice and
3202 initial-scratch-message. Note where Emacs exits in batch mode.
3203 Document inhibit-splash-screen as an alias.
3204 (Init File): Be neutral about which init file name to use.
3205
32062009-04-16 Chong Yidong <cyd@stupidchicken.com>
3207
3208 * os.texi (System Interface): Fix Texinfo usage.
3209
0c1cfe01
CY
32102009-04-15 Chong Yidong <cyd@stupidchicken.com>
3211
80d7cdca
CY
3212 * searching.texi (Regexp Backslash): Also refer to shy groups as
3213 non-capturing or unnumbered groups.
3214 (Regexp Functions): Add cross-reference to Regexp Backslash.
3215
0c1cfe01
CY
3216 * display.texi (Truncation): Overlays can use line-prefix and
3217 wrap-prefix too.
3218 (Overlay Properties): Document wrap-prefix and line-prefix.
3219 (Face Attributes): Document underline-minimum-offset.
3220 (Face Remapping): Copyedits.
3221 (Low-Level Font): Copyedits.
3222 (Image Cache): Note that the image cache is shared between frames.
ed8ab760
CY
3223 (Line Height): Emphasize that line-spacing only takes effect on
3224 graphical terminals.
0c1cfe01 3225
c4adeee0
CY
32262009-04-13 Chong Yidong <cyd@stupidchicken.com>
3227
3228 * display.texi (Refresh Screen): Note that a passage about screen
3229 refreshing is text terminal only.
3230 (Forcing Redisplay): Delete misleading comment---sit-for calls
3231 redisplay, not the other way around.
3232 (Truncation): Note new values of truncate-partial-width-windows.
3233 Copyedits.
3234 (Invisible Text): Document invisible-p.
3235
b20ecfa1
EZ
32362009-04-11 Eli Zaretskii <eliz@gnu.org>
3237
3238 * display.texi (Overlays): Overlays don't scale well. See
3239 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
3240
97d8273f
CY
32412009-04-10 Chong Yidong <cyd@stupidchicken.com>
3242
f147ff75
CY
3243 * syntax.texi (Syntax Table Functions): Document cons cell
3244 argument for modify-syntax-entry.
3245 (Categories): Document cons cell argument for
3246 modify-category-entry.
3247
fca4ec76
CY
3248 * searching.texi (String Search): Document word-search-forward-lax
3249 and word-search-backward-lax.
3250 (Searching and Case): Describe isearch behavior more precisely.
3251
9c283d5b
CY
3252 * keymaps.texi (Tool Bar): Mention that some platforms do not
3253 support multi-line toolbars. Suggested by Stephen Eglen.
3254
3255 * frames.texi (Layout Parameters): Mention that Nextstep also
3256 allows only one tool-bar line. Suggested by Stephen Eglen.
3257
97d8273f
CY
3258 * nonascii.texi (Text Representations): Copyedits.
3259 (Coding System Basics): Also mention utf-8-emacs.
3260 (Converting Representations, Selecting a Representation)
3261 (Scanning Charsets, Translation of Characters, Encoding and I/O):
3262 Copyedits.
3263 (Character Codes): Mention role of codepoints 1114112 to 4194175.
3264
2bad3299
CY
32652009-04-09 Chong Yidong <cyd@stupidchicken.com>
3266
3267 * text.texi (Yank Commands): Note that yank uses push-mark.
5dcb4c4e
SM
3268 (Filling): Clarify REGION argument of fill-paragraph.
3269 Document fill-forward-paragraph-function.
2bad3299
CY
3270 (Special Properties): Remove "new in Emacs 22" declaration.
3271 (Clickable Text): Merge with Links and Mouse-1 node.
3272
5dcb4c4e
SM
3273 * display.texi (Button Properties, Button Buffer Commands):
3274 Change xref to Clickable Text.
2bad3299
CY
3275
3276 * tips.texi (Key Binding Conventions): Change xref to Clickable
3277 Text.
3278
3279 * elisp.texi (Top): Update node listing.
3280
ea30ce4f
CY
32812009-04-05 Chong Yidong <cyd@stupidchicken.com>
3282
47af2f4b
CY
3283 * markers.texi (The Mark): Copyedits. Improve description of
3284 handle-shift-selection.
3285 (The Region): Move use-region-p here from The Mark.
3286
ea30ce4f
CY
3287 * positions.texi (Screen Lines): Document (cols . lines) argument
3288 for vertical-motion.
3289
2aa8ea6e
CY
32902009-04-04 Chong Yidong <cyd@stupidchicken.com>
3291
3ec61d4e
CY
3292 * frames.texi (Frames): Clean up introduction. Document `ns'
3293 return value for framep.
3294 (Creating Frames): Note how the terminal is chosen.
3295 (Multiple Terminals, Multiple Displays): Merge into a single node.
3296 (Color Parameters): Fix typo.
3297
3298 * variables.texi (Local Variables, Buffer-Local Variables)
3299 (Creating Buffer-Local): Change link to Multiple Terminals.
3300
3301 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
3302
3303 * keymaps.texi (Controlling Active Maps): Change link to Multiple
3304 Terminals.
3305
3306 * commands.texi (Command Loop Info, Keyboard Macros): Change link
3307 to Multiple Terminals.
3308
3309 * elisp.texi (Top): Update node listing.
3310 * vol2.texi (Top): Update node listing.
3311 * vol1.texi (Top): Update node listing.
3312
9257072f
CY
3313 * buffers.texi (Current Buffer): Note that the append-to-buffer
3314 example is no longer in synch with the latest code. Tie the two
3315 examples together.
3316
2aa8ea6e
CY
3317 * files.texi (File Attributes): Move note about MS-DOS from
3318 Changing Files to File Attributes.
3319 (Create/Delete Dirs): Note that mkdir is an alias for this.
3320
22e74b17
CY
33212009-04-01 Markus Triska <triska@gmx.at>
3322
3323 * processes.texi (Filter Functions): Suggest how to handle output
3324 batches.
3325
4bbe48ec
CY
33262009-03-30 Chong Yidong <cyd@stupidchicken.com>
3327
3328 * help.texi (Accessing Documentation): Update example to use
3329 help-setup-xref and with-help-window.
3330 (Help Functions): Remove print-help-return-message, which is
3331 semi-obsolete due to with-help-window. Document help-buffer and
3332 help-setup-xref.
3333
b9723f39
CY
33342009-03-29 Chong Yidong <cyd@stupidchicken.com>
3335
5dcb4c4e
SM
3336 * help.texi (Accessing Documentation, Help Functions):
3337 Remove information about long-obsolete Emacs versions.
9eb52e90 3338
b9723f39
CY
3339 * modes.texi (Mode Line Variables): The default values of the mode
3340 line variables are now more complicated.
3341
b0cc32db
CY
33422009-03-28 Chong Yidong <cyd@stupidchicken.com>
3343
3c25a5a9
CY
3344 * modes.texi (Major Mode Conventions): Note that specialness is
3345 inherited.
31c9eebb
CY
3346 (Derived Modes): Note that define-derive-mode sets the mode-class
3347 property.
3c25a5a9 3348
b0cc32db
CY
3349 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
3350 goto-map. Add search-map to the list.
3351
c5e0006d
EZ
33522009-03-27 Eli Zaretskii <eliz@gnu.org>
3353
1213465a
EZ
3354 * os.texi (System Environment): Update the list of system-type
3355 values.
3356
c5e0006d
EZ
3357 * markers.texi (The Mark) <handle-shift-selection>: Update for
3358 removal of the optional argument DEACTIVATE.
3359
48bab3d6
CY
33602009-03-25 Chong Yidong <cyd@stupidchicken.com>
3361
3362 * commands.texi (Focus Events): Most X window managers don't use
3363 focus-follows-mouse nowadays.
3364
6e4ff1b6
CY
33652009-03-24 Chong Yidong <cyd@stupidchicken.com>
3366
3367 * commands.texi (Defining Commands): Clarify introduction.
3368 (Using Interactive): Not that interactive can be put in a symbol
3369 property.
3370 (Interactive Call): Note that a symbol with a non-nil
3371 interactive-form property satisfies commandp.
3372
11625308
JB
33732009-03-23 Juanma Barranquero <lekktu@gmail.com>
3374
3375 * minibuf.texi (Intro to Minibuffers): Fix typos.
3376
7b34420d
CY
33772009-03-23 Chong Yidong <cyd@stupidchicken.com>
3378
3379 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
5dcb4c4e
SM
3380 about minibuffers in old Emacs versions. Copyedits.
3381 Emphasize that enable-recursive-minibuffers defaults to nil.
7b34420d
CY
3382 (Text from Minibuffer): Simplify introduction.
3383
f9257eed
AM
33842009-03-22 Alan Mackenzie <acm@muc.de>
3385
3386 * commands.texi (Using Interactive): Clarify string argument to
3387 `interactive' - even promptless elements need \n separators.
3388
f639ba70
CY
33892009-03-18 Chong Yidong <cyd@stupidchicken.com>
3390
3391 * minibuf.texi (Completion Styles): New node.
3392
3393 * elisp.texi (Top): Update node listing.
3394
d897e8ee
CY
33952009-03-17 Chong Yidong <cyd@stupidchicken.com>
3396
3397 * minibuf.texi (Basic Completion): Note that
3398 read-file-name-completion-ignore-case and
3399 read-buffer-completion-ignore-case can override
3400 completion-ignore-case.
3401 (Minibuffer Completion): Document completing-read changes.
3402 (Completion Commands): Avoid mentioning partial completion mode.
3403 Document minibuffer-completion-confirm changes, and
3404 minibuffer-confirm-exit-commands.
3405 (High-Level Completion): Document new require-match behavior for
3406 read-buffer. Document read-buffer-completion-ignore-case.
3407 (Reading File Names): Document new require-match behavior for
3408 read-file-name.
3409
b1f23349
CY
34102009-03-14 Chong Yidong <cyd@stupidchicken.com>
3411
3412 * debugging.texi (Error Debugging): Don't mislead the reader into
3413 thinking that debug-on-error enters debugger for C-f at EOB.
3414 (Error Debugging): Setting debug-on-init within the init file
3415 works, and has for some time.
3416
d6eb4e25
KH
34172009-03-13 Kenichi Handa <handa@m17n.org>
3418
3419 * display.texi (Fontsets): Update the description.
3420
1cf53dc5
CY
34212009-03-13 Chong Yidong <cyd@stupidchicken.com>
3422
3423 * advice.texi (Advising Primitives): Link to What Is a Function.
3424
81f919fc
CY
34252009-03-12 Chong Yidong <cyd@stupidchicken.com>
3426
cf4229eb
CY
3427 * compile.texi (Speed of Byte-Code): Update example.
3428 (Disassembly): Update examples.
3429
81f919fc 3430 * loading.texi (Repeated Loading): Simplify examples.
f2bbc08c
CY
3431
3432 * customize.texi (Common Keywords): It's not necessary to use :tag
3433 to remove hyphens, as custom-unlispify-tag-name does it
3434 automatically.
5dcb4c4e
SM
3435 (Variable Definitions): Link to File Local Variables.
3436 Document customized-value symbol property.
f2bbc08c
CY
3437 (Customization Types): Move menu to end of node.
3438
955964d7
CY
34392009-03-10 Chong Yidong <cyd@stupidchicken.com>
3440
3441 * macros.texi (Compiling Macros): Omit misleading sentence, which
3442 implied that macros can only be used in the same file they are
3443 defined.
3444 (Backquote): Remove obsolete information about Emacs 19.
3445
d25ed7db
GM
34462009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
3447
3448 * display.texi (Display Margins): Fix paren typo.
3449
d55f6ca5
CY
34502009-02-27 Chong Yidong <cyd@stupidchicken.com>
3451
f0e57ed8
CY
3452 * elisp.texi (Top): Update node listing.
3453
3454 * variables.texi (Variables): Clarify introduction.
3455 (Global Variables): Mention that setq is a special form.
3456 (Local Variables): Use active voice.
3457 (Tips for Defining): Mention marking variables as safe.
3458 (Buffer-Local Variables): Mention terminal-local and frame-local
3459 variables together.
3460 (File Local Variables): Copyedits.
3461 (Frame-Local Variables): Note that they are not really useful.
3462 (Future Local Variables): Node deleted.
3463
d55f6ca5 3464 * objects.texi (General Escape Syntax): Update explanation of
fe7a3057 3465 Unicode escape syntax.
d55f6ca5 3466
ca8f09a8
CY
34672009-02-23 Chong Yidong <cyd@stupidchicken.com>
3468
3469 * control.texi (Control Structures): Add cindex entry for "textual
3470 order".
3471
3472 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
3473 instead of "expression" throughout.
3474 (Function Indirection): Copyedits. Use active voice.
3475 (Eval): The default value of max-lisp-eval-depth is now 400.
3476
a20878b6
MB
34772009-02-23 Miles Bader <miles@gnu.org>
3478
3479 * processes.texi (System Processes): Rename `system-process-attributes'
3480 to `process-attributes'.
3481
61f66044
CY
34822009-02-22 Chong Yidong <cyd@stupidchicken.com>
3483
1b80d1f3
CY
3484 * symbols.texi (Property Lists): Emphasize that property lists are
3485 not restricted to symbol cells.
3486 (Other Plists): Copyedit.
3487
61f66044
CY
3488 * sequences.texi (Sequences Arrays Vectors): Make introduction
3489 more concise.
3490 (Arrays): Mention char-tables and bool-vectors too.
3491 (Vectors): Don't repeat information given in Arrays node. Link to
3492 nodes that explain the vector usage examples.
3493 (Char-Tables): Note that char-table elements can have arbitrary
3494 type. Explain effect of omitted char-table-extra-slots property.
8a63cf41 3495 Link to Property Lists node.
61f66044 3496
9403944b
CY
34972009-02-22 Chong Yidong <cyd@stupidchicken.com>
3498
3499 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
3500 `append'.
4068c7b4 3501 (List Elements): Copyedits.
9403944b
CY
3502
3503 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
3504 of `vconcat'.
3505
3506 * strings.texi (Creating Strings): Copyedits. Remove obsolete
3507 Emacs 20 usage of `concat'.
3508 (Case Conversion): Copyedits.
3509
b87a185f
CY
35102009-02-21 Chong Yidong <cyd@stupidchicken.com>
3511
3512 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
3513 Minor edits.
3514 (Frame Configuration Type): Emphasize that it is not primitive.
3515 (Font Type): New node.
3516 (Type Predicates): Add fontp; type-of now recognizes font object
3517 types.
3518
3519 * intro.texi (Version Info): Update version numbers in examples.
3520 (Acknowledgements): List more contributors.
3521
3522 * elisp.texi: Bump version number to 3.0.
3523 (Top): Link to Font Type node.
3524
867d4bb3
JB
35252009-02-20 Juanma Barranquero <lekktu@gmail.com>
3526
3527 * modes.texi (Major Mode Conventions): Remove duplicate words.
3528 (Customizing Keywords): Fix typo.
3529
77730170
EZ
35302009-02-14 Eli Zaretskii <eliz@gnu.org>
3531
3532 * nonascii.texi (User-Chosen Coding Systems): Document that
3533 select-safe-coding-system suggests raw-text if there are raw bytes
3534 in the region.
3535 (Explicit Encoding): Warn not to use `undecided' when encoding.
3536
c8736212
GM
35372009-02-11 Glenn Morris <rgm@gnu.org>
3538
3539 * frames.texi (Visibility of Frames): Mention the effect multiple
3540 workspaces/desktops can have on visibility.
3541
ab992d66
EZ
35422009-02-07 Eli Zaretskii <eliz@gnu.org>
3543
c8736212
GM
3544 * text.texi (Commands for Insertion):
3545 * commands.texi (Event Mod):
3546 * keymaps.texi (Searching Keymaps):
5dcb4c4e
SM
3547 * nonascii.texi (Translation of Characters):
3548 Reinstate documentation of translation-table-for-input.
7d2a859f
EZ
3549 (Explicit Encoding): Document the `charset' text property produced
3550 by decode-coding-region and decode-coding-string.
ab992d66 3551
e651a255
AM
35522009-01-27 Alan Mackenzie <acm@muc.de>
3553
3554 * modes.texi (Search-based Fontification): Correct a typo.
3555
bc5cde4b
JB
35562009-01-25 Juanma Barranquero <lekktu@gmail.com>
3557
3558 * abbrevs.texi (Abbrev Table Properties): Fix typo.
3559 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
3560
3533155b
EZ
35612009-01-24 Eli Zaretskii <eliz@gnu.org>
3562
f721deda
EZ
3563 * display.texi (Window Systems): Document the value of
3564 `initial-window-system' under --daemon.
3565
3533155b
EZ
3566 * os.texi (System Environment): Remove description of the
3567 `environment' function which has been deleted.
3568
f79b43b2
DN
35692009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
3570
3571 * frames.texi (Multiple Displays): Remove documentation for
3572 removed function make-frame-on-tty.
3573
e3aa6669
CY
35742009-01-22 Chong Yidong <cyd@stupidchicken.com>
3575
3576 * files.texi (Format Conversion Piecemeal): Clarify behavior of
5dcb4c4e
SM
3577 write-region-annotate-functions.
3578 Document write-region-post-annotation-function.
e3aa6669 3579
fb13a416
CY
35802009-01-19 Chong Yidong <cyd@stupidchicken.com>
3581
3582 * display.texi (Font Lookup): Document WIDTH argument of
3583 x-list-fonts.
3584
02eccf6b
EZ
35852009-01-17 Eli Zaretskii <eliz@gnu.org>
3586
ead3f58d
EZ
3587 * maps.texi (Standard Keymaps): Rename function-key-map to
3588 local-function-key-map.
3589
3590 * keymaps.texi (Translation Keymaps): Rename function-key-map to
3591 local-function-key-map.
3592
3593 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
3594 and `set-keyboard-coding-system' now accept an optional terminal
3595 argument.
3596
3597 * commands.texi (Event Mod): `keyboard-translate-table' is now
3598 terminal-local.
3599 (Function Keys): Rename function-key-map to
3600 local-function-key-map.
3601
df05a163
EZ
3602 * elisp.texi (Top): Make @detailmenu be consistent with changes in
3603 frames.texi.
3604
0ed8034e 3605 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
490f1197
EZ
3606 `delete-terminal-functions', `suspend-tty-functions' and
3607 `resume-tty-functions'.
0ed8034e
EZ
3608
3609 * frames.texi (Frames): Document `frame-terminal' and
3610 `terminal-live-p'.
3611 (Multiple Displays): Document `make-frame-on-tty'.
3612 (Multiple Terminals): Document `terminal-list', `delete-terminal',
3613 `terminal-name', and `get-device-terminal'.
490f1197
EZ
3614 (Terminal Parameters): Document `terminal-parameters',
3615 `terminal-parameter', and `set-terminal-parameter'.
0ed8034e
EZ
3616
3617 * os.texi (System Environment): Document `environment' and
3618 `initial-environment'.
490f1197
EZ
3619 (Suspending Emacs): Update for multi-tty; document
3620 `suspend-tty', `resume-tty', and `controlling-tty-p'.
0ed8034e 3621
02eccf6b
EZ
3622 * nonascii.texi (Coding System Basics): More accurate description
3623 of `raw-text'.
3624
f19fea97
JB
36252009-01-12 Juanma Barranquero <lekktu@gmail.com>
3626
3627 * display.texi (Low-Level Font): Fix typo.
3628
16fa292f
CY
36292009-01-10 Chong Yidong <cyd@stupidchicken.com>
3630
3631 * elisp.texi (Top): Update node listing.
3632
3633 * display.texi (PostScript Images): Node deleted.
3634
0b4faef3
EZ
36352009-01-10 Eli Zaretskii <eliz@gnu.org>
3636
3355f04d
EZ
3637 * processes.texi (Decoding Output): Document that null bytes force
3638 no-conversion for reading process output.
3639
3640 * files.texi (Reading from Files): Document that null bytes force
3641 no-conversion when visiting files.
3642
11625308 3643 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
538395d9 3644
5dcb4c4e
SM
3645 * nonascii.texi (Lisp and Coding Systems):
3646 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
c06ea95e 3647 (Character Properties): Improve wording.
0b4faef3 3648
ce9cf065
CY
36492009-01-09 Chong Yidong <cyd@stupidchicken.com>
3650
3651 * display.texi (Font Lookup): Remove obsolete function
3652 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
3653 (Low-Level Font): Rename from Fonts, move to end of Faces section.
5dcb4c4e
SM
3654 (Font Selection): Reorder order of variable descriptions.
3655 Minor clarifications.
ce9cf065
CY
3656
3657 * elisp.texi (Top): Update node listing.
3658
ab756fb3
GM
36592009-01-09 Glenn Morris <rgm@gnu.org>
3660
3661 * commands.texi (Command Loop Info): Say that last-command-char and
3662 last-input-char are obsolete aliases.
3663
3664 * edebug.texi (Edebug Recursive Edit): Remove separate references to
3665 last-input-char and last-command-char, since they are just aliases for
3666 last-input-event and last-command-event.
3667
3668 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
3669 last-command-char.
3670
6b2b8ab1
CY
36712009-01-08 Chong Yidong <cyd@stupidchicken.com>
3672
3673 * elisp.texi: Update node listing.
3674
3675 * display.texi (Faces): Put Font Selection node after Auto Faces.
5dcb4c4e
SM
3676 (Face Attributes): Don't link to Font Lookup.
3677 Document font-family-list.
6b2b8ab1
CY
3678 (Fonts): New node.
3679
3568e767
JR
36802009-01-08 Jason Rumney <jasonr@gnu.org>
3681
3682 * frames.texi (Pointer Shape): Clarify that only X supports
5ce6e4f4 3683 changing the standard pointer shapes. (Bug#1485)
3568e767 3684
6221c8db
CY
36852009-01-08 Chong Yidong <cyd@stupidchicken.com>
3686
3687 * display.texi (Attribute Functions): Note that a function value
3688 :height is relative, and that compatibility functions work by
3689 calling set-face-attribute.
3690 (Displaying Faces): Reorder list in order of increasing priority.
3691 (Face Remapping): New node. Content moved here from Displaying
3692 Faces.
3693 (Glyphs): Link to Face Functions.
3694
e3d3799a
CY
36952009-01-08 Chong Yidong <cyd@stupidchicken.com>
3696
3697 * display.texi (Faces): Don't discuss face id here. facep does
3698 not return t.
3699 (Defining Faces): Minor clarification.
3700 (Face Attributes): Rearrange items to match docstring of
3701 set-face-attribute. Add :foundry attribute. Document new role of
3702 :font attribute. Texinfo usage fix.
3703 (Attribute Functions): Copyedits.
3704 (Face Functions): Note that face number is seldom used.
3705
638a2457
RS
37062009-01-05 Richard M Stallman <rms@gnu.org>
3707
3708 * strings.texi (Predicates for Strings): Minor clarification.
3709
3710 * functions.texi (Function Safety): Texinfo usage fix.
3711
49ea0074
JB
37122009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny patch)
3713
3714 * objects.texi (General Escape Syntax): Fix typo.
3715
9f822178
MR
37162009-01-03 Martin Rudalics <rudalics@gmx.at>
3717
3718 * windows.texi (Choosing Window): Say that pop-up-frame-alist
3719 works via the default value of pop-up-frame-function.
3720
af34ad36
EZ
37212009-01-02 Eli Zaretskii <eliz@gnu.org>
3722
3723 * processes.texi (System Processes): Document the `time' and
3724 `ctime' attributes of `system-process-attributes'.
3725
d31f6679
CY
37262009-01-01 Chong Yidong <cyd@stupidchicken.com>
3727
3728 * display.texi (Face Attributes): Clarify :height attribute.
3729
174dc00c
MR
37302008-12-31 Martin Rudalics <rudalics@gmx.at>
3731
3732 * buffers.texi (The Buffer List): Clarify what moves a buffer to
3733 the front of the buffer list. Add entries for `last-buffer' and
3734 `unbury-buffer'.
3735
b8afe7e4
EZ
37362008-12-27 Eli Zaretskii <eliz@gnu.org>
3737
d14030f5
EZ
3738 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
3739 and its subsections.
3740
3741 * frames.texi (Multiple Terminals, Low-level Terminal)
3742 (Terminal Parameters, Frames on Other TTY devices): New sections.
3743 (Frames): Add an xref to "Multiple Terminals".
3744
765980a4
EZ
3745 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
3746
3747 * objects.texi (Terminal Type): New node.
3748 (Editing Types): Add it to the menu.
3749
47bd5577
EZ
3750 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
3751 Variables".
3752
eb22b78c 3753 * variables.texi (Directory Local Variables): New node.
47bd5577 3754 (Variables): Add a menu item for it.
eb22b78c 3755
b8afe7e4
EZ
3756 * loading.texi (Autoload): Document `generate-autoload-cookie' and
3757 `generated-autoload-file'.
3758
77bb0476
EZ
37592008-12-20 Eli Zaretskii <eliz@gnu.org>
3760
028e2c19
EZ
3761 * os.texi (Startup Summary): Add xref to documentation of
3762 `initial-window-system'.
3763
77bb0476
EZ
3764 * display.texi (Window Systems): Document `window-system' the
3765 function. The variable `window-system' is now frame-local.
028e2c19 3766 Document `initial-window-system'.
77bb0476 3767
dda87836
MR
37682008-12-19 Martin Rudalics <rudalics@gmx.at>
3769
3770 * windows.texi (Windows): Rewrite description of
3771 fit-window-to-buffer.
3772
caef3ed2
GM
37732008-12-13 Glenn Morris <rgm@gnu.org>
3774
3775 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
3776 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
3777
21c58e4d
GM
37782008-12-12 Glenn Morris <rgm@gnu.org>
3779
3780 * debugging.texi (Error Debugging): Refer forwards to
3781 eval-expression-debug-on-error.
3782
af38459f
EZ
37832008-12-05 Eli Zaretskii <eliz@gnu.org>
3784
5dedd9b5
EZ
3785 * strings.texi (String Basics): Only unibyte strings that
3786 represent key sequences hold 8-bit raw bytes.
3787
af38459f
EZ
3788 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
3789 paragraph to speak about `undecided'.
3790 (Character Properties): Don't explain the meaning of each
3791 property; instead, identify their Unicode Standard names.
b3f1f4a5 3792 (Character Sets): Document `map-charset-chars'.
af38459f 3793
fa047ae7
GM
37942008-12-02 Glenn Morris <rgm@gnu.org>
3795
3796 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
3797 section yet again.
3798
47dbc044
EZ
37992008-11-29 Eli Zaretskii <eliz@gnu.org>
3800
98d05998
EZ
3801 * nonascii.texi (Character Properties): New Section.
3802 (Specifying Coding Systems): Document
3803 `coding-system-priority-list', `set-coding-system-priority', and
3804 `with-coding-priority'.
3805 (Lisp and Coding Systems): Document `check-coding-systems-region'
3806 and `coding-system-charset-list'.
3807 (Coding System Basics): Document `coding-system-aliases'.
3808
3809 * elisp.texi (Top): Add a @detailmenu entry for "Character
3810 Properties".
3811
47dbc044
EZ
3812 * objects.texi (Character Type): Correct the range of Emacs
3813 characters. Add an @xref to "Character Codes".
3814
3815 * strings.texi (String Basics): Add an @xref to "Character Codes".
3816
3817 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
3818
3819 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
3820 (Character Codes): Document `max-char'.
3821
8b80cdf5
EZ
38222008-11-28 Eli Zaretskii <eliz@gnu.org>
3823
3824 * nonascii.texi (Text Representations, Converting Representations)
3825 (Character Sets, Scanning Charsets, Translation of Characters):
3826 Make text more accurate.
3827
a99dceba
GM
38282008-11-28 Glenn Morris <rgm@gnu.org>
3829
3830 * files.texi (Format Conversion Round-Trip): Improve previous change.
3831
f6dc3bed
CY
38322008-11-26 Chong Yidong <cyd@stupidchicken.com>
3833
3834 * modes.texi (Auto Major Mode): Fix example.
3835
5da9413d
GM
38362008-11-25 Glenn Morris <rgm@gnu.org>
3837
3838 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
3839
3840 * files.texi (Format Conversion Round-Trip):
3841 Use active voice for previous change.
3842
fcca848c
CY
38432008-11-25 Chong Yidong <cyd@stupidchicken.com>
3844
3845 * os.texi (Processor Run Time):
3846 * processes.texi (Transaction Queues):
3847 * markers.texi (The Mark):
3848 * windows.texi (Choosing Window, Selecting Windows):
3849 * files.texi (Changing Files, Magic File Names):
3850 * commands.texi (Key Sequence Input):
3851 * functions.texi (Declaring Functions):
3852 * strings.texi (Predicates for Strings):
3853 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
3854
36c8dc54
CY
38552008-11-24 Chong Yidong <cyd@stupidchicken.com>
3856
3857 * help.texi (Accessing Documentation): Update example.
3858
3859 * variables.texi (Defining Variables): Note that `*' is not
3860 necessary if defcustom is used.
3861
2a79b242
EZ
38622008-11-22 Eli Zaretskii <eliz@gnu.org>
3863
3864 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
3865 Characters" from @detailmenu.
3866
3867 * nonascii.texi (Character Codes, Character Sets)
3868 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
3869 (Chars and Bytes, Splitting Characters): Sections removed.
3870
392f0d26
LK
38712008-11-22 Lute Kamstra <lute@gnu.org>
3872
3873 * positions.texi (Text Lines): Update goto-line documentation.
3874
af1a5cd5
MR
38752008-11-21 Martin Rudalics <rudalics@gmx.at>
3876
6a4cfb0c
MR
3877 * frames.texi (Frames): Fix typo, add cross references, reword.
3878 (Initial Parameters): Reword special-display-frame-alist text.
3879 (Frames and Windows): Reword. Describe argument norecord for
3880 set-frame-selected-window.
3881 (Input Focus): Describe argument norecord for select-frame.
3882 Remove comment on MS-Windows behavior for focus-follows-mouse.
3883 (Raising and Lowering): Mention windows-frames dichotomy in
3884 metaphor.
3885
af1a5cd5
MR
3886 * windows.texi (Displaying Buffers, Vertical Scrolling)
3887 (Horizontal Scrolling): Fix indenting and rewording issues
3888 introduced with 2008-11-07 change.
3889
c249fa9c
GM
38902008-11-20 Glenn Morris <rgm@gnu.org>
3891
3892 * files.texi (Format Conversion Round-Trip): Mention `preserve'
3893 element of `format-alist'.
3894
204d4665
GM
38952008-11-19 Glenn Morris <rgm@gnu.org>
3896
3897 * doclicense.texi: Update to FDL 1.3.
3898 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
3899
cc0910af
CY
39002008-11-18 Chong Yidong <cyd@stupidchicken.com>
3901
efe6e7c4
CY
3902 * windows.texi (Window Hooks): Remove *-end-trigger-functions
3903 vars, which are obsolete. Mention jit-lock-register.
3904
5dcb4c4e
SM
3905 * modes.texi (Other Font Lock Variables):
3906 Document jit-lock-register and jit-lock-unregister.
efe6e7c4 3907
cc0910af
CY
3908 * frames.texi (Color Parameters): Document alpha parameter.
3909
aeeedf76
MR
39102008-11-16 Martin Rudalics <rudalics@gmx.at>
3911
3912 * windows.texi (Splitting Windows, Deleting Windows)
3913 (Selecting Windows, Cyclic Window Ordering)
3914 (Buffers and Windows, Displaying Buffers, Choosing Window)
3915 (Dedicated Windows, Window Point, Window Start and End)
3916 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
3917 (Size of Window, Resizing Windows, Window Configurations)
3918 (Window Parameters): Avoid @var at beginning of sentences and
3919 reword accordingly.
3920
4c565c5c
LK
39212008-11-11 Lute Kamstra <lute@gnu.org>
3922
3923 * files.texi (File Name Components): Fix file-name-extension
3924 documentation.
3925
25f494c9
JB
39262008-11-11 Juanma Barranquero <lekktu@gmail.com>
3927
3928 * frames.texi (Basic Parameters): Remove display-environment-variable
3929 and term-environment-variable.
3930
a1401ab1
EZ
39312008-11-08 Eli Zaretskii <eliz@gnu.org>
3932
3933 * windows.texi (Basic Windows, Splitting Windows)
3934 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
3935 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
25f494c9
JB
3936 (Resizing Windows, Window Configurations, Window Parameters):
3937 Fix wording and markup.
a1401ab1 3938
efafc282
MR
39392008-11-07 Martin Rudalics <rudalics@gmx.at>
3940
3941 * windows.texi (Windows): Update entries.
3942 (Basic Windows): Remove listing of attributes. Reword.
86ab855a 3943 (Splitting Windows, Deleting Windows): Reword.
efafc282
MR
3944 (Selecting Windows, Cyclic Window Ordering): Reword with special
3945 emphasis on order of recently selected windows and buffer list.
86ab855a
MR
3946 (Buffers and Windows, Choosing Window): Reword with special
3947 emphasis on dedicated windows.
3948 (Displaying Buffers): Reword. For switch-to-buffer mention that
3949 it may fall back on pop-to-buffer. For other-window try to
3950 explain how it treats the cyclic ordering of windows.
efafc282
MR
3951 (Dedicated Windows): New node and section discussing dedicated
3952 windows and associated functions.
86ab855a 3953 (Window Point): Add entry for window-point-insertion-type. Reword.
efafc282
MR
3954 (Window Start and End): Rename node and section title. Reword.
3955 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
3956 Minor rewording.
3957 (Size of Window): Reword, in particular text on window-width.
3958 (Resizing Windows): Reword. Add text on balancing windows.
3959 (Window Configurations): Reword. Mention window parameters.
3960 (Window Parameters): New node and section on window parameters.
3961 (Window Hooks): Reword. Mention that
3962 window-configuration-change-hook is run "buffer-locally".
3963 * elisp.texi (Top): Update Windows entries in @detailmenu
3964 section.
3965
d60a8ab2
JB
39662008-11-04 Juanma Barranquero <lekktu@gmail.com>
3967
3968 * searching.texi (Regexp Search): Fix typo.
3969
01777627
CY
39702008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
3971
3972 * searching.texi (Regexp Search): Document GREEDY arg.
3973 (Simple Match Data): Fix return value.
3974
c4526e93
EZ
39752008-11-01 Eli Zaretskii <eliz@gnu.org>
3976
3977 * nonascii.texi (Text Representations): Rewrite to make consistent
5dcb4c4e
SM
3978 with Emacs 23 internal representation of characters.
3979 Document `unibyte-string'.
c4526e93 3980
fe2ae8b5
CY
39812008-10-28 Chong Yidong <cyd@stupidchicken.com>
3982
3983 * processes.texi (Process Information): Note that process-status
3984 does not accept buffer names.
3985
cc5a21e3
CY
39862008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
3987
3988 * positions.texi (Skipping Characters): Correct return value of
3989 skip-chars-forward.
3990
09460d9a
MR
39912008-10-25 Martin Rudalics <rudalics@gmx.at>
3992
520b29e7
MR
3993 * windows.texi (Deleting Windows): Update documentation of
3994 delete-windows-on.
3995 (Buffers and Windows): Update documentations of
3996 get-buffer-window and get-buffer-window-list.
3997 (Displaying Buffers): Update documentation of
3998 replace-buffer-in-windows.
3999
09460d9a
MR
4000 * buffers.texi (Current Buffer): Reword set-buffer and
4001 with-current-buffer documentations.
4002 (Creating Buffers): Reword documentation of get-buffer-create.
4003
4d48fcdc
MR
40042008-10-23 Martin Rudalics <rudalics@gmx.at>
4005
4006 * buffers.texi (Current Buffer): Reword documentation of
4007 set-buffer.
4008 (Buffer Names): Reword documentation of buffer-name.
4009 (The Buffer List): For bury-buffer explain what happens with the
4010 buffer's window.
4011 (Creating Buffers): Say that get-buffer-create's arg is called
4012 buffer-or-name.
4013
f0143c43
CY
40142008-10-22 Chong Yidong <cyd@stupidchicken.com>
4015
3e5dbbd3
CY
4016 * advice.texi (Computed Advice): Explain what DEFINITION is.
4017
f0143c43
CY
4018 * nonascii.texi (Character Codes): Remove obsolete function
4019 char-valid-p, and document characterp instead.
4020
52a94b85
MR
40212008-10-22 Martin Rudalics <rudalics@gmx.at>
4022
4023 * windows.texi (Displaying Buffers): Reword documentation of
4024 pop-to-buffer.
4025 (Choosing Window): Rewrite documentation of display-buffer and
4026 its options.
4027
f76f8246
MR
4028 * buffers.texi (Killing Buffers): Update documentation of
4029 kill-buffer.
4030
acc8b598
EZ
40312008-10-21 Eli Zaretskii <eliz@gnu.org>
4032
80e6b6df
EZ
4033 * processes.texi (Serial Ports): Fix wording and improve markup.
4034
3645358a
EZ
4035 * searching.texi (Regexp Search): Document `string-match-p' and
4036 `looking-at-p'.
4037 (POSIX Regexps): Add an xref for "non-greedy".
4038 (Regexp Special): Add @cindex entry for "non-greedy".
4039
b3d50cff 4040 * display.texi (Attribute Functions): Document `face-all-attributes'.
bf190568 4041 (Image Cache) <image-refresh>: Minor wording fixes.
b3d50cff 4042
73b7530a
EZ
4043 * frames.texi (Color Names): Add an xref to `read-color'.
4044
4045 * minibuf.texi (High-Level Completion): Document `read-color'.
4046
acc8b598
EZ
4047 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
4048
4049 * positions.texi (Narrowing): Add an xref to "Swapping Text".
4050
4051 * buffers.texi (Swapping Text): New section, documents
4052 `buffer-swap-text'.
4053
10e187e8
MR
40542008-10-21 Martin Rudalics <rudalics@gmx.at>
4055
4056 * windows.texi (Resizing Windows): Minor wording fix.
4057
fd6f900c
EZ
40582008-10-20 Eli Zaretskii <eliz@gnu.org>
4059
4060 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
4061 and `combine-and-quote-strings'.
4062
4063 * strings.texi (Creating Strings): Add xrefs for them.
4064
e4372165
EZ
40652008-10-19 Eli Zaretskii <eliz@gnu.org>
4066
d6328fba
EZ
4067 * elisp.texi (Top): Make descriptive text for "Reading File Names"
4068 match the corresponding menu in minibuf.texi.
4069
e4372165
EZ
4070 * minibuf.texi (Reading File Names): Document `read-shell-command'
4071 and `minibuffer-local-shell-command-map'.
4072
5d8dda33
MR
40732008-10-19 Martin Rudalics <rudalics@gmx.at>
4074
4075 * windows.texi (Resizing Windows): Remove var{} around "window" in
4076 documentation of enlarge-window.
4077 Rewrite documentation of window-min-height and window-min-width.
4078
437706cd
EZ
40792008-10-19 Eli Zaretskii <eliz@gnu.org>
4080
80f85d7c
EZ
4081 * functions.texi (Calling Functions): Document `apply-partially'.
4082
291703b5
EZ
4083 * hooks.texi (Standard Hooks): Mention
4084 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
4085
4086 * variables.texi (File Local Variables): Document
4087 `file-local-variables-alist', `before-hack-local-variables-hook'
4088 and `hack-local-variables-hook'.
4089
583d8b3c
EZ
4090 * processes.texi (Synchronous Processes): Document `process-lines'.
4091
5dcb4c4e
SM
4092 * customize.texi (Variable Definitions):
4093 Document `custom-reevaluate-setting'.
437706cd 4094
7e51d89b
MR
40952008-10-18 Martin Rudalics <rudalics@gmx.at>
4096
4097 * windows.texi (Choosing Window, Deleting Windows)
4098 (Displaying Buffers): Expand documentation of dedicated windows.
4099
43c59a3d
EZ
41002008-10-18 Eli Zaretskii <eliz@gnu.org>
4101
018a960d
EZ
4102 * files.texi (Changing Files): Document symbolic input of file
4103 modes to `set-file-modes'. Document `read-file-modes' and
4104 `file-modes-symbolic-to-number'.
4105
2c0b8144
EZ
4106 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
4107 and `search-map'.
4108
5dcb4c4e
SM
4109 * searching.texi (Search and Replace):
4110 Document `replace-search-function' and `replace-re-search-function'.
2c0b8144 4111 Document `multi-query-replace-map'.
80120f13 4112
6d4913f0 4113 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
5dcb4c4e
SM
4114 (Completion Commands, Reading File Names):
4115 Rename `minibuffer-local-must-match-filename-map' to
6d4913f0
EZ
4116 `minibuffer-local-filename-must-match-map'.
4117 (Minibuffer Completion): The `require-match' argument to
4118 `completing-read' can now have the value `confirm-only'.
4119
43c59a3d
EZ
4120 * windows.texi (Displaying Buffers): Minor wording fix.
4121 (Choosing Window): `split-height-threshold' can now be nil.
4122 Document `split-width-threshold'. `pop-up-frames' can have the
4123 value `graphic-only'.
4124
f36acfd9
EZ
41252008-10-17 Eli Zaretskii <eliz@gnu.org>
4126
4127 * os.texi (Startup Summary): Document `before-init-time' and
4128 `after-init-time'. Document `initial-window-system' and
4129 `window-system-initialization-alist'. Document reading the
4130 abbrevs file. Document the call to `server-start' under --daemon.
4131 Rearrange a bit to be consistent with the code flow.
53728487
EZ
4132 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
4133 (Time Parsing): Document `format-seconds'.
f36acfd9 4134
96995b89
MR
41352008-10-17 Martin Rudalics <rudalics@gmx.at>
4136
4137 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
4138 and reword.
4139
2de17c73
EZ
41402008-10-16 Eli Zaretskii <eliz@gnu.org>
4141
4142 * markers.texi (The Mark): Document use-region-p.
4143
9cf52b11
EZ
41442008-10-15 Eli Zaretskii <eliz@gnu.org>
4145
c3aaf1d7
EZ
4146 * internals.texi (Writing Emacs Primitives): The interactive spec
4147 of a primitive can be a Lisp form.
4148
841a1743
EZ
4149 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
4150 values of transient-mark-mode. Document handle-shift-selection.
4151
4152 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
4153 (Interactive Examples): Show an example of `^'.
4154 (Key Sequence Input): Document this-command-keys-shift-translated.
c3aaf1d7
EZ
4155 (Defining Commands, Using Interactive): The interactive-form of a
4156 function can be added via its symbol's property.
841a1743 4157
52441368
EZ
4158 * positions.texi (List Motion): beginning-of-defun-function can
4159 now accept an argument.
4160
8e8c1a72
EZ
4161 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
4162 now return a list of strings.
4163
a33a1f2a
EZ
4164 * control.texi (Handling Errors): Document ignore-errors.
4165
4fb04348
EZ
4166 * frames.texi (Creating Frames): Document frame-inherited-parameters.
4167 (Parameter Access): Document set-frame-parameter.
4168
ee666f84
EZ
4169 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
4170 Hooks" for the effect of kill-all-local-variables on local hook
4171 functions.
4172
9cf52b11
EZ
4173 * modes.texi (Major Mode Conventions, Mode Line Variables):
4174 `mode-name' need not be a string. xref to "Mode Line Data" for
4175 details, and to "Emulating Mode Line" for computing a string
4176 value.
4177
22526bc4
EZ
41782008-10-14 Eli Zaretskii <eliz@gnu.org>
4179
a65f6a85
EZ
4180 * processes.texi (System Processes): New section.
4181 (Processes, Signals to Processes): Add xrefs to it.
4182
4183 * objects.texi (Editing Types): A `process' is a subprocess of
4184 Emacs, not just any process running on the OS.
4185
4186 * elisp.texi (Top): Adjust the @detailmenu for the above two
4187 changes.
4188
2724b26a
EZ
4189 * sequences.texi (Char-Tables): Remove documentation of
4190 set-char-table-default, which has no effect since Emacs 23.
4191 <char-table-range, set-char-table-range>: Don't mention generic
4192 characters and charsets. Add a cons cell as a possible argument.
4193
4194 * nonascii.texi (Splitting Characters)
4195 (Translation of Characters): Don't mention generic characters.
4196
4197 * display.texi (Fontsets): Don't mention generic characters.
4198
22526bc4 4199 * sequences.texi (Char-Tables): `map-char-table' can now call its
25f494c9 4200 argument FUNCTION with a cons cell as KEY.
22526bc4 4201
eaf4b689
EZ
42022008-10-13 Eli Zaretskii <eliz@gnu.org>
4203
45e46036
EZ
4204 * objects.texi (Primitive Function Type): Move "@cindex special
4205 forms" from here...
4206
4207 * eval.texi (Special Forms): ...to here.
4208
4209 * functions.texi (What Is a Function): `functionp' returns nil for
4210 special forms. Add an xref.
4211
eaf4b689
EZ
4212 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
4213 Variables".
4214
4215 * variables.texi (Frame-Local Variables): New section.
4216 (Buffer-Local Variables): Add an xref to it.
4217 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
4218 have both frame-local and buffer-local binding.
4219
4220 * frames.texi (Frames): Mention multiple tty frames.
4221 (Frame Parameters, Parameter Access): Mention frame-local variable
4222 bindings.
4223
15688fce
GM
42242008-09-20 Glenn Morris <rgm@gnu.org>
4225
4226 * display.texi (Defining Faces): Recommend against face variables.
4227
35539065
JB
42282008-09-16 Juanma Barranquero <lekktu@gmail.com>
4229
4230 * display.texi (Echo Area Customization): Fix typo.
4231
6a57054b
JB
42322008-09-09 Juanma Barranquero <lekktu@gmail.com>
4233
4234 * loading.texi (Where Defined): Add `defface' item.
4235
d632fb82
MR
42362008-09-06 Martin Rudalics <rudalics@gmx.at>
4237
4238 * loading.texi (Where Defined): Fix description of symbol-file.
4239
905a9adb
JR
42402008-08-26 Jason Rumney <jasonr@gnu.org>
4241
4242 * display.texi (TIFF Images): New section describing :index property.
4243
852e91b7
CY
42442008-08-23 Chong Yidong <cyd@stupidchicken.com>
4245
4246 * display.texi (Temporary Displays): Remove unnecessary comment
4247 about usage of temp-buffer-show-hook.
4248
6be001ee
CY
42492008-08-05 Chong Yidong <cyd@stupidchicken.com>
4250
4251 * symbols.texi (Other Plists): Fix incorrect example.
4252 Suggested by Florian Beck.
4253
58e3d8e8
JB
42542008-07-31 Juanma Barranquero <lekktu@gmail.com>
4255
4256 * os.texi: Fix previous change.
4257
7c2fb837
DN
42582008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4259
4260 * os.texi:
4261 * intro.texi:
4262 * files.texi: Remove VMS support.
4263
9e2a2647
DN
42642008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4265
4266 * os.texi:
4267 * frames.texi:
4268 * display.texi: Remove mentions of Mac Carbon.
4269
c4f4682b
MB
42702008-07-01 Miles Bader <miles@gnu.org>
4271
4272 * text.texi (Special Properties):
4273 * display.texi (Truncation): Add wrap-prefix and line-prefix.
4274
3696411e
JB
42752008-06-28 Johan Bockgård <bojohan@gnu.org>
4276
4277 * display.texi (Other Image Types): Fix copy/paste error; say
4278 "PBM", not "XBM".
4279
f2a77c3a
DN
42802008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
4281
4282 * os.texi: Remove references to obsolete systems.
4283
6d52677d
EZ
42842008-06-20 Eli Zaretskii <eliz@gnu.org>
4285
4286 * makefile.w32-in (distclean): Remove makefile.
4287
1a87da4c
GM
42882008-06-17 Glenn Morris <rgm@gnu.org>
4289
4290 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
4291 (elisp, dist): Remove rules and variables that are obsolete now
4292 the lisp manual is no longer distributed separately.
4293
fdda1c5d
GM
42942008-06-16 Glenn Morris <rgm@gnu.org>
4295
646692e9
GM
4296 * configure, configure.in, mkinstalldirs: Remove unused files.
4297
4298 * book-spine.texinfo: Set version to 23.0.60.
fdda1c5d 4299 * vol1.texi (EMACSVER):
6a57054b 4300 * vol2.texi (EMACSVER): Set to 23.0.60.
fdda1c5d
GM
4301
4302 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
4303 as per maintain.info.
4304
611bee81
GM
43052008-06-15 Glenn Morris <rgm@gnu.org>
4306
a7bed3a0
GM
4307 * makefile.w32-in (manual): Use "23" rather than "21".
4308
4309 * Makefile.in (emacsver): New, set by configure.
4310 (manual): Use emacsver.
4311
d794edf2
GM
4312 * intro.texi: Report bugs using M-x report-emacs-bug.
4313
611bee81
GM
4314 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
4315
c73e02fa
GM
43162008-06-13 Daniel Engeler <engeler@gmail.com>
4317
4318 * elisp.texi, internals.texi, processes.texi: Add documentation
4319 about serial port access.
4320
e40a85cd
MB
43212008-06-05 Miles Bader <miles@gnu.org>
4322
4323 * display.texi (Displaying Faces): Update to reflect function
4324 renamings in face-remap.el.
4325
7b753744
JB
43262008-06-05 Juanma Barranquero <lekktu@gmail.com>
4327
4328 * display.texi (Fontsets): Fix typos.
4329
9d3d42fb
MB
43302008-06-03 Miles Bader <miles@gnu.org>
4331
7b753744
JB
4332 * display.texi (Displaying Faces): Add add-relative-face-remapping,
4333 remove-relative-face-remapping, set-base-face-remapping,
4334 and set-default-base-face-remapping.
9d3d42fb 4335
f2cec7a9
MB
43362008-06-01 Miles Bader <miles@gnu.org>
4337
4338 * display.texi (Displaying Faces): Add face-remapping-alist.
4339
8f39c96d
SM
43402008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4341
4342 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
4343 variable names.
4344
1ef5eecc
ER
43452008-05-03 Eric S. Raymond <esr@golux>
4346
352c8b4a 4347 * keymaps.texi: Clarify that (current-local-map) and
1ef5eecc
ER
4348 (current-global-map) return references, not copies.
4349
63b4387f
JL
43502008-05-02 Juri Linkov <juri@jurta.org>
4351
4352 * minibuf.texi (Text from Minibuffer): Document a list of
4353 default values for `read-from-minibuffer'.
4354
38a8b703
JB
43552008-04-24 Juanma Barranquero <lekktu@gmail.com>
4356
4357 * nonascii.texi (Translation of Characters): Fix previous change.
4358
7c42e639
CY
43592008-04-20 Chong Yidong <cyd@stupidchicken.com>
4360
4361 * display.texi (Overlay Properties): Clarify role of underlying
4362 textprop and overlay keymaps for display strings.
4363
4364 * keymaps.texi (Active Keymaps): Ditto.
4365
25c0d999
SM
43662008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
4367
4368 * minibuf.texi (Programmed Completion):
4369 Replace dynamic-completion-table with the new completion-table-dynamic.
4370
e3af5968
CY
43712008-04-07 Chong Yidong <cyd@stupidchicken.com>
4372
4373 * intro.texi (Some Terms): Change "fonts in this manual" index
4374 entry to "typographic conventions".
4375
6bfc8698
EZ
43762008-04-05 Eli Zaretskii <eliz@gnu.org>
4377
4378 * objects.texi (Text Props and Strings): Add indexing for read
4379 syntax of text properties.
4380
4972c361
SM
43812008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
4382
4383 * processes.texi (Decoding Output): Remove process-filter-multibyte
4384 functions.
4385
c70a68db
MR
43862008-03-15 Martin Rudalics <rudalics@gmx.at>
4387
4388 * display.texi (Finding Overlays): Say that empty overlays at
4389 the end of the buffer are reported too.
4390
1291fd36
GM
43912008-03-13 Glenn Morris <rgm@gnu.org>
4392
4393 * elisp.texi (EMACSVER): Set to 23.0.60.
4394
c6b0dfd5
CY
43952008-02-26 Chong Yidong <cyd@stupidchicken.com>
4396
38a8b703 4397 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
c6b0dfd5 4398
875fc30c
GM
43992008-02-22 Glenn Morris <rgm@gnu.org>
4400
4401 * frames.texi (Position Parameters): Clarify the description of
4402 `left' and `top', using information from "Geometry".
4403 (Geometry): Give a pointer to "Position Parameters", rather than
4404 repeating information.
4405
d8c8e45a
GM
44062008-02-11 Glenn Morris <rgm@gnu.org>
4407
4408 * objects.texi (Equality Predicates): No longer talk about "two"
4409 functions.
4410
38a8b703 44112008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
d8c8e45a
GM
4412
4413 * objects.texi (Equality Predicates): Add defun for
4414 equal-including-properties.
4415
bfffe0b1
GM
44162008-02-10 Glenn Morris <rgm@gnu.org>
4417
4418 * objects.texi (Equality Predicates):
4419 Mention equal-including-properties.
4420
431b78c9
RS
44212008-02-07 Richard Stallman <rms@gnu.org>
4422
4423 * windows.texi (Window Start): Mention the feature of moving
4424 window-start to start of line.
4425
c8763fb6 44262008-02-07 Jan Djärv <jan.h.d@swipnet.se>
eafa12e6
JD
4427
4428 * keymaps.texi (Tool Bar): Document rtl property.
4429
1a256502
TTN
44302008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
4431
4432 * display.texi (Button Types):
4433 For define-button-type, clarify type of NAME.
4434
569382c2
MR
44352008-01-19 Martin Rudalics <rudalics@gmx.at>
4436
4437 * buffers.texi (Buffer Modification): Fix typo.
4438
f3041af1
DN
44392008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
4440
4441 * os.texi (System Environment): Remove references to OSes that are
4442 not supported anymore.
4443
d35e1cd7
DN
44442008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
4445
4446 * os.texi (System Environment): Remove mention for Masscomp.
4447
23af7580
RS
44482008-01-04 Richard Stallman <rms@gnu.org>
4449
4450 * display.texi (Faces): Don't talk about internal face vector as arg
4451 to facep.
4452
4453 * customize.texi (Type Keywords): Fix previous change.
4454
4455 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
4456 * elisp.texi (Top): Fix menu for commands.texi change.
4457
ec7d5b1e
RS
44582007-12-30 Richard Stallman <rms@gnu.org>
4459
5dcb4c4e 4460 * commands.texi (Accessing Mouse): Rename from Accessing Events.
ec7d5b1e
RS
4461 (Accessing Scroll): New node broken out of Accessing Mouse.
4462
101a6cea
RS
44632007-12-28 Richard Stallman <rms@gnu.org>
4464
4465 * frames.texi (Size Parameters): Fix typo.
7f9e0c04 4466 (Basic Parameters): For `title', refer to title bar.
041817a4 4467 (Size and Position): Explain meaning of frame pixel width and height.
101a6cea 4468
72b7e664
RS
44692007-12-23 Richard Stallman <rms@gnu.org>
4470
4471 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
4472 Improve some of the commented-out keywords' text too.
4473
27a4f445
MR
44742007-12-14 Martin Rudalics <rudalics@gmx.at>
4475
e2e3f1d7
MR
4476 * nonascii.texi (Encoding and I/O): Reword to avoid saying
4477 "visit the current buffer".
4478
27a4f445
MR
4479 * os.texi (System Interface): Fix typo.
4480
a2afc99d
RS
44812007-12-04 Richard Stallman <rms@gnu.org>
4482
4483 * objects.texi (Symbol Type): Fix typo.
4484
b694135c
RS
44852007-12-03 Richard Stallman <rms@gnu.org>
4486
4487 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
4488
f99a19da
GM
44892007-12-01 Glenn Morris <rgm@gnu.org>
4490
4491 * functions.texi (Declaring Functions): Improve previous change.
4492
8f4b37d8
GM
44932007-11-30 Glenn Morris <rgm@gnu.org>
4494
4495 * functions.texi (Declaring Functions): Add optional fourth
4496 argument of declare-function, and setting third argument to `t'.
4497
61a2fe01
RS
44982007-11-29 Richard Stallman <rms@gnu.org>
4499
4500 * customize.texi (Composite Types): Document `group' type.
4501
cbfc5193
GM
45022007-11-29 Glenn Morris <rgm@gnu.org>
4503
5dcb4c4e
SM
4504 * functions.texi (Declaring Functions): Add findex.
4505 Mention `external' files.
cbfc5193 4506
8386283a
JB
45072007-11-26 Juanma Barranquero <lekktu@gmail.com>
4508
4509 * functions.texi (Declaring Functions): Fix directive.
4510
a07c9a8b
RS
45112007-11-25 Richard Stallman <rms@gnu.org>
4512
4513 * help.texi (Help Functions): Clean up last change.
4514
4515 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
4516
4517 * loading.texi (Named Features): Minor cleanup.
4518
4519 * macros.texi (Eval During Expansion): Minor cleanup.
4520
4521 * variables.texi (Variable Aliases): Minor cleanup.
4522
a0925923
RS
45232007-11-24 Richard Stallman <rms@gnu.org>
4524
4525 * functions.texi (Declaring Functions): Clarify previous change.
4526
4527 * compile.texi (Compiler Errors): Clarify previous change.
4528
20c63e44
RS
45292007-11-24 Richard Stallman <rms@gnu.org>
4530
e5e76c04 4531 * display.texi (Refresh Screen, Forcing Redisplay):
20c63e44
RS
4532 Clarify the text and move items around.
4533
5bb0cda3
GM
45342007-11-24 Glenn Morris <rgm@gnu.org>
4535
4536 * functions.texi (Declaring Functions): New section.
4537 * compile.texi (Compiler Errors): Mention declaring functions,
4538 defvar with no initvalue, and byte-compile-warnings.
4539
af13c86a
MR
45402007-11-15 Martin Rudalics <rudalics@gmx.at>
4541
4542 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
4543 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
4544
a5373305
MR
45452007-11-13 Martin Rudalics <rudalics@gmx.at>
4546
4547 * help.texi (Help Functions): Document new macro `with-help-window'.
4548
fe284805
JL
45492007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
4550
4551 * searching.texi (Replacing Match): Describe new
4552 `match-substitute-replacement'.
4553
2c3a09b1
RS
45542007-10-31 Richard Stallman <rms@gnu.org>
4555
4556 * strings.texi (Creating Strings): Null strings from concat not unique.
4557
f2b480f4
RS
45582007-10-26 Richard Stallman <rms@gnu.org>
4559
4560 * objects.texi (Equality Predicates): Null strings are uniquified.
4561
4562 * minibuf.texi: Minor clarifications in previous change.
4563
db21122c
GM
45642007-10-25 Glenn Morris <rgm@gnu.org>
4565
4566 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
4567
2328cbb3
RS
45682007-10-24 Richard Stallman <rms@gnu.org>
4569
4570 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
4571
4572 * variables.texi (Frame-Local Variables): Node deleted.
4573 (Variables): Delete Frame-Local Variables from menu.
4574 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
4575 (Default Value): Don't mention frame-local vars.
4576
4577 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
4578
4579 * loading.texi (Unloading): Document FEATURE-unload-function
4580 instead of FEATURE-unload-hook.
4581
2328cbb3
RS
4582 * frames.texi (Multiple Displays): Don't mention frame-local vars.
4583
c066bafa
JL
45842007-10-22 Juri Linkov <juri@jurta.org>
4585
4586 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
4587 (High-Level Completion): Document a list of default value strings
4588 in the DEFAULT argument, for which minibuffer functions return the
4589 first element.
4590
65ced25f
JL
45912007-10-17 Juri Linkov <juri@jurta.org>
4592
4593 * text.texi (Filling): Update arguments of fill-paragraph.
4594 fill-paragraph operates on the active region in Transient Mark mode.
4595 Remove fill-paragraph-or-region.
4596
ee46ec8e
KB
45972007-10-13 Karl Berry <karl@gnu.org>
4598
4599 * elisp.texi (@dircategory): Move to after @copying,
4600 since we want @copying as close as possible to the beginning of
4601 the output.
4602
61bbdbc6
RS
46032007-10-12 Richard Stallman <rms@gnu.org>
4604
4605 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
4606
4607 * commands.texi (Distinguish Interactive): New node,
4608 broken out from Interactive Call and rewritten.
4609 (Command Loop): Put Distinguish Interactive in menu.
4610
af23e1e8
RS
46112007-10-09 Richard Stallman <rms@gnu.org>
4612
4613 * text.texi (Examining Properties): Mention overlay priority.
4614
4615 * display.texi (Display Margins): Correct the description
4616 of margin display specifications.
4617 (Replacing Specs): New subnode broken out of Display Property.
4618
e1965a69
JL
46192007-10-06 Juri Linkov <juri@jurta.org>
4620
4621 * text.texi (Filling): Document fill-paragraph-or-region.
4622
4638454b
JB
46232007-10-05 Juanma Barranquero <lekktu@gmail.com>
4624
4625 * display.texi (Auto Faces): Fix typo.
4626
7ed54cc5
RS
46272007-10-02 Richard Stallman <rms@gnu.org>
4628
4629 * display.texi (Display Property): Explain some display specs
4630 don't let you move point in.
4631
5dcb4c4e
SM
4632 * frames.texi (Cursor Parameters):
4633 Describe cursor-in-non-selected-windows here. Explain more values.
7ed54cc5
RS
4634
4635 * windows.texi (Basic Windows): Don't describe
4636 cursor-in-non-selected-windows here.
4637
305a7ef2
EZ
46382007-10-01 Eli Zaretskii <eliz@gnu.org>
4639
4640 * processes.texi (Misc Network): Note that these functions are
4641 supported only on some systems.
4642
f7a7f4eb
RS
46432007-10-01 Richard Stallman <rms@gnu.org>
4644
4645 * display.texi (Overlay Properties): Explain nil as priority.
4646 Explain that conflicts are unpredictable if not resolved by
4647 priorities.
4648
780d7bb9
RS
46492007-09-23 Richard Stallman <rms@gnu.org>
4650
4651 * macros.texi (Backquote): Minor clarification.
4652
14b4fdfb
RS
46532007-09-19 Richard Stallman <rms@gnu.org>
4654
4655 * display.texi (Display Property): Explain multiple display specs.
9600ac7c
RS
4656 Clarify when they work in parallel and when one overrides.
4657 Fix error in example.
14b4fdfb 4658
b8d4c8d0
GM
46592007-09-06 Glenn Morris <rgm@gnu.org>
4660
b3e755a9 4661 Move from lispref/ to doc/lispref/. Change all setfilename
b8d4c8d0
GM
4662 commands to use ../../info.
4663 * Makefile.in (infodir): Go up one more level.
4638454b 4664 (usermanualdir): Change from ../man to ../emacs.
b8d4c8d0
GM
4665 (miscmanualdir): New.
4666 (dist): Use new variable miscmanualdir.
4667 * makefile.w32-in (infodir, texinputdir): Go up one more level.
4668 (usermanualdir): Change from ../man to ../emacs.
4669
1bb1f7d3
MR
46702007-08-30 Martin Rudalics <rudalics@gmx.at>
4671
4672 * commands.texi (Command Loop Info): Advise against changing
4673 most variables described here. Explain new variable
4674 last-repeatable-command.
4675
b8d4c8d0
GM
46762007-08-29 Glenn Morris <rgm@gnu.org>
4677
4678 * elisp.texi (EMACSVER): Increase to 23.0.50.
4679
46802007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
4681
4682 * frames.texi (Basic Parameters): Add display-environment-variable
4683 and term-environment-variable.
4684
46852007-08-28 Juri Linkov <juri@jurta.org>
4686
4687 * display.texi (Image Formats, Other Image Types): Add SVG.
4688
46892007-08-28 Juri Linkov <juri@jurta.org>
4690
4691 * display.texi (Images): Move formats-related text to new node
4692 "Image Formats".
4693 (Image Formats): New node.
4694
619fb9ee
RS
46952007-08-27 Richard Stallman <rms@gnu.org>
4696
4697 * windows.texi (Window Configurations): Clarify what
4698 a window configuration saves.
4699
b8d4c8d0
GM
47002007-08-25 Richard Stallman <rms@gnu.org>
4701
4702 * display.texi (Images): Delete redundant @findex.
4703
39f9da30
GM
47042007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
4705
4706 * text.texi (Change Hooks): (after|before)-change-functions are no
4707 longer bound to nil while running; rather inhibit-modification-hooks
4708 is t.
4709
b8d4c8d0
GM
47102007-08-16 Richard Stallman <rms@gnu.org>
4711
5dcb4c4e
SM
4712 * processes.texi (Asynchronous Processes):
4713 Clarify doc of start-file-process.
b8d4c8d0
GM
4714
47152007-08-08 Martin Rudalics <rudalics@gmx.at>
4716
4717 * modes.texi (Example Major Modes): Fix typo.
4718
47192007-08-08 Glenn Morris <rgm@gnu.org>
4720
4721 * intro.texi (nil and t): Do not use `iff' in documentation.
4722
4723 * tips.texi (Documentation Tips): Recommend against `iff'.
4724
47252007-08-07 Chong Yidong <cyd@stupidchicken.com>
4726
4727 * display.texi (Image Cache): Document image-refresh.
4728
47292007-08-06 Martin Rudalics <rudalics@gmx.at>
4730
4731 * windows.texi (Size of Window): Document window-full-width-p.
4732
47332007-07-25 Glenn Morris <rgm@gnu.org>
4734
4735 * gpl.texi (GPL): Replace license with GPLv3.
4736
4737 * Relicense all FSF files to GPLv3 or later.
4738
47392007-07-24 Michael Albinus <michael.albinus@gmx.de>
4740
4638454b
JB
4741 * processes.texi (Synchronous Processes):
4742 Add `process-file-shell-command'.
b8d4c8d0
GM
4743 (Asynchronous Processes): Mention restricted use of
4744 `process-filter' and `process-sentinel' in
4745 `start-file-process'. Add `start-file-process-shell-command'.
4746
47472007-07-17 Michael Albinus <michael.albinus@gmx.de>
4748
4749 * files.texi (Magic File Names): Introduce optional parameter
4750 IDENTIFICATION for `file-remote-p'.
4751
47522007-07-16 Richard Stallman <rms@gnu.org>
4753
4754 * display.texi (Defining Faces): Fix previous change.
4755
47562007-07-14 Richard Stallman <rms@gnu.org>
4757
4758 * control.texi (Handling Errors): Document `debug' in handler list.
4759
47602007-07-10 Richard Stallman <rms@gnu.org>
4761
4762 * display.texi (Defining Faces): Explain C-M-x feature for defface.
4763
47642007-07-09 Richard Stallman <rms@gnu.org>
4765
4766 * files.texi (Magic File Names): Rewrite previous change.
4767
47682007-07-08 Michael Albinus <michael.albinus@gmx.de>
4769
4770 * files.texi (Magic File Names): Introduce optional parameter
4771 CONNECTED for `file-remote-p'.
4772
47732007-07-07 Michael Albinus <michael.albinus@gmx.de>
4774
4775 * processes.texi (Asynchronous Processes):
4776 * files.texi (Magic File Names): Add `start-file-process'.
4777
47782007-06-27 Richard Stallman <rms@gnu.org>
4779
5dcb4c4e
SM
4780 * files.texi (Format Conversion Piecemeal):
4781 Clarify `after-insert-file-functions' calling convention.
b8d4c8d0
GM
4782
47832007-06-27 Michael Albinus <michael.albinus@gmx.de>
4784
4638454b
JB
4785 * files.texi (Magic File Names): Remove `dired-call-process'.
4786 Add `process-file'.
b8d4c8d0
GM
4787
47882007-06-27 Kenichi Handa <handa@m17n.org>
4789
4790 * text.texi (Special Properties): Fix description about
4638454b 4791 `composition' property.
b8d4c8d0
GM
4792
47932007-06-26 Kenichi Handa <handa@m17n.org>
4794
4795 * nonascii.texi (Default Coding Systems): Document about the
4796 return value `undecided'.
4797
47982007-06-25 David Kastrup <dak@gnu.org>
4799
4800 * keymaps.texi (Active Keymaps): Document new POSITION argument of
4801 `current-active-maps'.
4802
48032007-06-24 Karl Berry <karl@gnu.org>
4804
4638454b 4805 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
b8d4c8d0
GM
4806
48072007-06-15 Juanma Barranquero <lekktu@gmail.com>
4808
4809 * display.texi (Overlay Arrow): Doc fix.
4810
48112007-06-14 Karl Berry <karl@tug.org>
4812
4813 * anti.texi (Antinews): Typo.
4814
48152007-06-14 Chong Yidong <cyd@stupidchicken.com>
4816
4817 * display.texi (Image Cache): Document image-refresh.
4818
48192007-06-12 Karl Berry <karl@gnu.org>
4820
4821 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
4822 * two-volume.make: New file.
4823 * .cvsignore: Ignore two-volume files.
4824
48252007-06-12 Tom Tromey <tromey@redhat.com>
4826
4827 * os.texi (Init File): Document user-emacs-directory.
4828
48292007-06-03 Nick Roberts <nickrob@snap.net.nz>
4830
4831 * commands.texi (Click Events): Describe width and height when
4832 object is nil.
4833
48342007-05-30 Nick Roberts <nickrob@snap.net.nz>
4835
5dcb4c4e
SM
4836 * commands.texi (Click Events): Layout more logically.
4837 Describe width and height.
b8d4c8d0
GM
4838 (Drag Events, Motion Events): Update to new format for position.
4839
48402007-06-02 Richard Stallman <rms@gnu.org>
4841
4842 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
4843
48442007-06-02 Chong Yidong <cyd@stupidchicken.com>
4845
4846 * Version 22.1 released.
4847
48482007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
4849
4850 * text.texi (Special Properties): Correct meaning of fontified face.
4851
48522007-05-30 Richard Stallman <rms@gnu.org>
4853
4854 * text.texi (Special Properties): Add link to Adjusting Point.
4855
48562007-05-12 Richard Stallman <rms@gnu.org>
4857
4858 * text.texi (Margins): indent-to-left-margin is not the default.
4859 (Mode-Specific Indent): For indent-line-function, the default
4860 is indent-relative.
4861
4862 * modes.texi (Example Major Modes): Explain last line of text-mode
4863 is redundant.
4864
48652007-05-10 Richard Stallman <rms@gnu.org>
4866
4867 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
4868
4869 * help.texi (Keys in Documentation): Add reference to
4870 Documentation Tips.
4871
4872 * files.texi (Format Conversion): TO-FN gets three arguments.
4873
4874 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
4875
48762007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
4877
4878 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
4879 * files.texi (Format Conversion): Expand intro; add menu.
4880 (Format Conversion Overview, Format Conversion Round-Trip)
4881 (Format Conversion Piecemeal): New nodes/subsections.
4882 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
4883 * text.texi (Text Properties): Remove "Saving Properties" from menu.
4884 (Saving Properties): Delete node/subsection.
4885
48862007-05-07 Karl Berry <karl@gnu.org>
4887
4888 * elisp.texi (EMACSVER): Back to 22.
4889
48902007-05-06 Richard Stallman <rms@gnu.org>
4891
4892 * processes.texi (Accepting Output): Revert most of previous change.
4893
48942007-05-05 Richard Stallman <rms@gnu.org>
4895
4896 * processes.texi (Accepting Output): accept-process-output
4897 uses microseconds, not milliseconds. But that arg is obsolete.
4898
48992007-05-04 Karl Berry <karl@tug.org>
4900
4901 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
4902
49032007-05-04 Eli Zaretskii <eliz@gnu.org>
4904
4905 * tips.texi (Documentation Tips): Rearrange items to place the
4906 more important ones first. Add an index entry for hyperlinks.
4907
49082007-05-03 Karl Berry <karl@gnu.org>
4909
4910 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
4911 (EMACSVER) [smallbook]: 22 for printed version.
4912
4913 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
4914 so restore anchor to normal position after defun. Found by Kevin Ryde.
4915
49162007-04-26 Glenn Morris <rgm@gnu.org>
4917
4918 * elisp.texi (EMACSVER): Increase to 22.1.50.
4919
49202007-04-28 Karl Berry <karl@gnu.org>
4921
4922 * elisp.texi: Improve line breaks on copyright page,
4923 similar layout to emacs manual, 8.5x11 by default.
4924
49252007-04-24 Richard Stallman <rms@gnu.org>
4926
4927 * text.texi (Special Properties): Add xref to Overlay Properties.
4928
4929 * display.texi (Overlay Properties): Add xref to Special Properties.
4930
49312007-04-22 Richard Stallman <rms@gnu.org>
4932
4933 * keymaps.texi (Extended Menu Items): Move the info about
4934 format with cached keyboard binding.
4935
49362007-04-21 Richard Stallman <rms@gnu.org>
4937
4938 * text.texi (Special Properties): Clarify previous change.
4939
4940 * files.texi (File Name Expansion): Clarify previous change.
4941
4942 * display.texi (Attribute Functions): Fix example for
4943 face-attribute-relative-p.
4944
49452007-04-19 Kenichi Handa <handa@m17n.org>
4946
4947 * text.texi (Special Properties): Document composition property.
4948
49492007-04-19 Glenn Morris <rgm@gnu.org>
4950
4951 * files.texi (File Name Expansion): Mention "superroot".
4952
49532007-04-15 Chong Yidong <cyd@stupidchicken.com>
4954
4955 * frames.texi (Multiple Displays): Add note about "multi-monitor"
4956 setups.
4957 (Display Feature Testing): Note that display refers to all
4958 physical monitors for multi-monitor setups.
4959
49602007-04-14 Richard Stallman <rms@gnu.org>
4961
4962 * lists.texi (Sets And Lists): Clarify `delete' examples.
4963 Remove spurious xref to same node.
4964 Clarify xref for add-to-list.
4965
49662007-04-12 Nick Roberts <nickrob@snap.net.nz>
4967
4968 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
4969 value of lisp-mode-map.
4970
49712007-04-11 Karl Berry <karl@gnu.org>
4972
4973 * anti.texi (Antinews):
4974 * display.texi (Overlay Properties, Defining Images):
4975 * processes.texi (Synchronous Processes, Sentinels):
4976 * syntax.texi (Syntax Table Internals):
4977 * searching.texi (Regexp Special):
4978 * nonascii.texi (Default Coding Systems):
4979 * text.texi (Special Properties):
4980 * minibuf.texi (Basic Completion): Wording to improve breaks in
4981 8.5x11 format.
4982 * elisp.texi (smallbook): New @set to more easily switch between
4983 smallbook and 8.5x11.
4984
49852007-04-11 Richard Stallman <rms@gnu.org>
4986
4987 * text.texi (Lazy Properties): Minor fix.
4988
49892007-04-08 Karl Berry <karl@gnu.org>
4990
4991 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
4992 * macros.texi (Backquote): Downcase Backquote in index entries for
4993 consistency.
4994
49952007-04-08 Richard Stallman <rms@gnu.org>
4996
4997 * text.texi (Adaptive Fill): Just describe default,
4998 don't show it (since it contains non-ASCII chars).
4999
50002007-04-07 Karl Berry <karl@gnu.org>
5001
5002 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
5003 adaptive-fill-regexp's value, since they are not in the standard
5004 TeX fonts.
5005
50062007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
5007
5008 * display.texi (Defining Faces): Fix example.
5009
50102007-04-07 Karl Berry <karl@gnu.org>
5011
5012 * display.texi (Button Buffer Commands): Improve page break.
5013
50142007-04-07 Richard Stallman <rms@gnu.org>
5015
5016 * advice.texi (Activation of Advice): Remove redundant index entry.
5017
5018 * backups.texi: Improve index entries. Remove redundant ones.
5019
5020 * compile.texi (Byte Compilation): Improve index entry.
5021
5022 * hash.texi (Creating Hash): Improve index entry.
5023
5024 * symbols.texi (Definitions): Improve index entry.
5025
5026 * edebug.texi: Improve index entries. Remove redundant/useless ones.
5027
5028 * maps.texi (Standard Keymaps): Remove useless index entry.
5029
5030 * help.texi (Documentation Basics): Remove redundant index entries.
5031
5032 * customize.texi: Improve index entries.
5033 Remove redundant/useless ones.
5034
5035 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
5036
5037 * streams.texi (Output Variables): Improve index entry.
5038
5039 * abbrevs.texi (Abbrevs): Remove useless index entry.
5040
5041 * macros.texi (Expansion): Remove useless index entry.
5042
5043 * text.texi: Improve index entries. Remove redundant/useless ones.
5044 (Text Properties, Examining Properties)
5045 (Special Properties): Use "property category" instead of "category"
5046 to refer to the `category' property.
5047
5048 * positions.texi: Improve index entries. Remove useless one.
5049
5050 * lists.texi: Improve index entries. Remove redundant/useless ones.
5051
5052 * os.texi: Improve index entries.
5053 (Timers): Fix previous change.
5054
5055 * buffers.texi: Improve index entries.
5056 (Modification Time): Get rid of term "obsolete buffer".
5057
5058 * debugging.texi: Improve index entries.
5059 (Test Coverage): Add xref to other test coverage ftr.
5060
5061 * eval.texi: Improve index entry. Remove redundant ones.
5062
5063 * numbers.texi: Improve index entries. Remove redundant/useless ones.
5064
5065 * files.texi: Improve index entries. Remove redundant/useless ones.
5066
5067 * objects.texi: Improve index entries.
5068
5069 * processes.texi: Improve index entries.
5070
5071 * modes.texi: Improve index entry. Remove redundant one.
5072
5073 * nonascii.texi: Improve index entries.
5074
5075 * internals.texi: Improve index entries.
5076
5077 * syntax.texi: Improve index entries.
5078
5079 * keymaps.texi (Active Keymaps): Improve index entries.
5080
5081 * commands.texi: Improve index entries. Remove redundant/useless ones.
5082
5083 * frames.texi: Improve index entries. Remove redundant/useless ones.
5084
5085 * markers.texi: Improve index entries. Remove redundant ones.
5086
5087 * tips.texi: Improve index entries.
5088
5089 * loading.texi (Unloading): Improve index entry.
5090
5091 * variables.texi: Improve index entries. Remove redundant one.
5092
5093 * sequences.texi: Improve index entry.
5094
5095 * display.texi: Improve index entries. Remove redundant ones.
5096
5097 * windows.texi: Improve index entries.
5098
5099 * searching.texi: Improve index entries. Remove redundant one.
5100
5101 * strings.texi (Case Tables): Improve last change.
5102
51032007-04-04 Chong Yidong <cyd@stupidchicken.com>
5104
5105 * strings.texi (Case Tables): Document with-case-table and
5106 ascii-case-table.
5107
51082007-04-03 Karl Berry <karl@gnu.org>
5109
5110 * processes.texi (Network): Reword to improve page break.
5111
51122007-04-03 Eli Zaretskii <eliz@gnu.org>
5113
5114 * functions.texi (Inline Functions): Describe more disadvantages
5115 of defsubst, and make advice against it stronger.
5116
51172007-04-02 Karl Berry <karl@gnu.org>
5118
5119 * backups.texi (Backup Names): Avoid widow words.
5120 * modes.texi (Example Major Modes): Align last comment.
5121
51222007-04-01 Chong Yidong <cyd@stupidchicken.com>
5123
5124 * keymaps.texi (Remapping Commands): Document new arg to
5125 command-remapping.
5126
51272007-04-01 Karl Berry <karl@gnu.org>
5128
5129 * processes.texi (Low-Level Network): Typo.
5130 * loading.texi (Hooks for Loading): Avoid double "the".
5131 * keymaps.texi (Key Sequences): No double "and".
5132 (Changing Key Bindings): Shorten to improve line break.
5133
51342007-03-31 Glenn Morris <rgm@gnu.org>
5135
5136 * os.texi (Timers): Fix description of run-at-time TIME formats.
5137
51382007-03-31 Richard Stallman <rms@gnu.org>
5139
5140 * display.texi (Invisible Text): Correct buffer-invisibility-spec
5141 regarding ellipsis.
5142
51432007-03-31 Eli Zaretskii <eliz@gnu.org>
5144
5145 * intro.texi (nil and t):
5146 * symbols.texi (Plists and Alists):
5147 * variables.texi (Variable Aliases, Constant Variables):
5148 * functions.texi (Defining Functions):
5149 * advice.texi (Advising Primitives):
5150 * debugging.texi (Syntax Errors, Compilation Errors):
5151 * minibuf.texi (Minibuffer Windows):
5152 * commands.texi (Adjusting Point):
5153 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
5154 (Auto Major Mode, Major Mode Conventions):
5155 * help.texi (Describing Characters):
5156 * files.texi (Create/Delete Dirs, Information about Files)
5157 (File Locks, Writing to Files, Reading from Files)
5158 (Saving Buffers):
5159 * windows.texi (Resizing Windows, Cyclic Window Ordering):
5160 * frames.texi (Finding All Frames):
5161 * positions.texi (Buffer End, Motion):
5162 * markers.texi (The Region):
5163 * text.texi (Deletion, Near Point):
5164 * display.texi (Displaying Messages, Truncation):
5165 * os.texi (Processor Run Time):
5166 * tips.texi (Key Binding Conventions, Programming Tips)
5167 (Warning Tips, Documentation Tips, Comment Tips):
5168 * internals.texi (Memory Usage): Improve indexing.
5169
5170 * variables.texi (Frame-Local Variables):
5171 * functions.texi (Argument List):
5172 * loading.texi (Library Search):
5173 * streams.texi (Output Variables):
5174 * keymaps.texi (Translation Keymaps, Searching Keymaps):
5175 * searching.texi (Replacing Match, Search and Replace):
5176 * processes.texi (Byte Packing, Decoding Output)
5177 (Accepting Output, Network Servers, Shell Arguments):
5178 * display.texi (Abstract Display, Image Cache, Scroll Bars):
5179 * windows.texi (Window Point, Window Start):
5180 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
5181 * commands.texi (Reading Input, Keyboard Events):
5182 * minibuf.texi (Reading File Names, Minibuffer Completion)
5183 (Recursive Mini):
5184 * positions.texi (List Motion):
5185 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
5186 * numbers.texi (Arithmetic Operations, Math Functions)
5187 (Predicates on Numbers, Comparison of Numbers):
5188 (Numeric Conversions):
5189 * locals.texi (Standard Buffer-Local Variables):
5190 * maps.texi (Standard Keymaps):
5191 * os.texi (User Identification, System Environment, Recording Input)
5192 (X11 Keysyms):
5193 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
5194 * backups.texi (Backups and Auto-Saving):
5195 * customize.texi (Customization, Group Definitions)
5196 (Variable Definitions):
5197 * compile.texi (Byte Compilation): Improve index entries.
5198
51992007-03-31 Karl Berry <karl@gnu.org>
5200
5201 * macros.texi (Defining Macros): Avoid widow syllable.
5202
52032007-03-31 Eli Zaretskii <eliz@gnu.org>
5204
5205 * elisp.texi (Top): Postscript -> PostScript.
5206
5207 * display.texi (Images, Postscript Images): Postscript -> PostScript.
5208
52092007-03-31 Markus Triska <markus.triska@gmx.at>
5210
5211 * internals.texi (Writing Emacs Primitives): Untabify `For'.
5212
52132007-03-30 Karl Berry <karl@gnu.org>
5214
5215 * lists.texi (List-related Predicates): Remove spurious @need.
5216 (Setcdr): Use @smallexample to improve page break.
5217 (Association Lists) <assoc>: Reword to improve page break.
5218
5219 * strings.texi (String Conversion): Insert blank line to improve
5220 page break.
5221
5222 * numbers.texi (Random Numbers): Use @minus{}.
5223 (Math Functions): Use @minus{}.
5224
5225 * intro.texi (Acknowledgements): Avoid line breaks before middle
5226 initials.
5227
52282007-03-24 Eli Zaretskii <eliz@gnu.org>
5229
5230 * errors.texi (Standard Errors): Add an index entry.
5231
52322007-03-19 Richard Stallman <rms@gnu.org>
5233
5234 * os.texi (Recording Input): recent-keys now gives 300 keys.
5235
52362007-03-12 Glenn Morris <rgm@gnu.org>
5237
5238 * os.texi: Replace "daylight savings" with "daylight saving"
5239 throughout.
5240
52412007-03-05 Richard Stallman <rms@gnu.org>
5242
5dcb4c4e
SM
5243 * variables.texi (File Local Variables):
5244 Update enable-local-variables values.
b8d4c8d0
GM
5245
52462007-03-04 Richard Stallman <rms@gnu.org>
5247
5248 * syntax.texi (Control Parsing): Minor clarification.
5249
5250 * strings.texi (Formatting Strings): Clarify width, precision, flags.
5251
5252 * sequences.texi (Sequence Functions): Move string-bytes away,
5253 add xref.
5254
5255 * nonascii.texi (Text Representations): Move string-bytes here.
5256
5257 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
5258
5259 * minibuf.texi (Basic Completion): Minor clarification.
5260
5261 * markers.texi (The Mark): Clarify existence vs activation of mark.
5262 Other cleanup.
5263
5264 * display.texi (Finding Overlays): Write better example.
5265
5266 * compile.texi (Eval During Compile): Clarify putting macros
5267 in eval-when-compile.
5268
c5602427 52692007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
b8d4c8d0
GM
5270
5271 * loading.texi (How Programs Do Loading): Fix anchor position at
c5602427 5272 load-read-function definition doc.
b8d4c8d0
GM
5273
52742007-02-21 Kim F. Storm <storm@cua.dk>
5275
5276 * strings.texi (Text Comparison): Mention that assoc-string
5277 converts symbols to strings before testing.
5278
52792007-02-17 Kim F. Storm <storm@cua.dk>
5280
5281 * processes.texi (Bindat Spec): Vector types can have optional
5282 element type.
5283 (Bindat Examples): Fix example. Add vector with element type.
5284
52852007-02-16 Andreas Schwab <schwab@suse.de>
5286
5287 * strings.texi (Formatting Strings): Document '+' flag.
5288
52892007-02-15 Juanma Barranquero <lekktu@gmail.com>
5290
5291 * strings.texi (Modifying Strings): Clarify that `clear-string'
5292 always converts the string to unibyte.
5293
52942007-02-14 Kim F. Storm <storm@cua.dk>
5295
5296 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
5297 Rewrite glyph code description to refer to these functions.
5298 Remove details of encoding face number and char into integer code.
5299
53002007-02-03 Alan Mackenzie <acm@muc.de>
5301
5302 * loading.texi (Hooks for Loading): Make the description of
5303 `eval-after-load' more detailed, and amend the description of
5304 after-load-alist, in accordance with changes from 2006-05.
5305
53062007-02-03 Chong Yidong <cyd@stupidchicken.com>
5307
5308 * modes.texi (Defining Minor Modes): Document that a :require
5309 keyword or similar may be required to make saved customization
5310 variables work.
5311
53122007-02-03 Eli Zaretskii <eliz@gnu.org>
5313
5314 * elisp.texi (Top): Make the detailed menu headers compliant with
5dcb4c4e
SM
5315 Texinfo guidelines and with what texnfo-upd.el expects.
5316 Add comments to prevent people from inadvertently modifying the key
b8d4c8d0
GM
5317 parts needed by `texinfo-multiple-files-update'.
5318
53192007-02-02 Eli Zaretskii <eliz@gnu.org>
5320
5321 * elisp.texi (Top): Update the top-level menus.
5322
5323 * syntax.texi (Categories): Add index entries.
5324
53252007-02-01 Juanma Barranquero <lekktu@gmail.com>
5326
5327 * display.texi (Attribute Functions): Fix name and description of
5328 the UNDERLINE arg of `set-face-underline-p'.
5329
53302007-01-29 Eli Zaretskii <eliz@gnu.org>
5331
5332 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
5333 Variables", and "Standard Keymaps" to the detailed menu.
5334
5335 * variables.texi (Future Local Variables): Add index entry.
5336
53372007-01-28 Richard Stallman <rms@gnu.org>
5338
5339 * tips.texi (Coding Conventions): Clarify the tip about macros
5340 that define a function or a variable.
5341
5342 * files.texi (File Attributes): UID and GID can be floats.
5343 (Magic File Names): Explain why deferring all operations to
5344 the standard handler does not work.
5345
53462007-01-23 Martin Rudalics <rudalics@gmx.at>
5347
5348 * backups.texi (Reverting): Use "buffer" instead of "file"
5349 when talking about major and minor modes.
5350
53512007-01-21 Richard Stallman <rms@gnu.org>
5352
5353 * help.texi (Documentation): Add xref to Documentation Tips.
5354
53552007-01-14 Juanma Barranquero <lekktu@gmail.com>
5356
5357 * tips.texi (Coding Conventions): Fix typos.
5358
53592007-01-05 Richard Stallman <rms@gnu.org>
5360
5361 * modes.texi (Defining Minor Modes): Fix previous change.
5362
53632007-01-03 Richard Stallman <rms@gnu.org>
5364
5365 * customize.texi (Variable Definitions, Customization Types):
5366 Don't use * in doc string for defcustom.
5367
53682007-01-02 Richard Stallman <rms@gnu.org>
5369
5370 * variables.texi (Variable Aliases): Clarify that aliases vars
5371 always have the same value.
5372
5373 * processes.texi (Bindat Spec): Fix Texinfo usage.
5374
5375 * modes.texi (Defining Minor Modes): Explain effect of command
5376 defined with define-global-minor-mode on new buffers.
5377
53782006-12-30 Kim F. Storm <storm@cua.dk>
5379
5380 * keymaps.texi (Tool Bar): Describe `grow-only' value of
5381 `auto-resize-tool-bars'.
5382
53832006-12-30 Richard Stallman <rms@gnu.org>
5384
5385 * keymaps.texi (Active Keymaps): Fix previous change.
5386
53872006-12-30 Nick Roberts <nickrob@snap.net.nz>
5388
5389 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
5390
53912006-12-30 Kim F. Storm <storm@cua.dk>
5392
5393 * processes.texi (Bindat Spec): Clarify using field names in
5394 length specifications.
5395
53962006-12-29 Kim F. Storm <storm@cua.dk>
5397
5398 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
5399 Add count and index variables for eval forms in repeat blocks.
5400
54012006-12-24 Richard Stallman <rms@gnu.org>
5402
5dcb4c4e
SM
5403 * customize.texi (Variable Definitions):
5404 Document new name custom-add-frequent-value.
b8d4c8d0
GM
5405
54062006-12-19 Kim F. Storm <storm@cua.dk>
5407
5408 * commands.texi (Misc Events): User signals now result in sigusr1
5409 and sigusr2 events which are handled through special-event-map.
5410 (Special Events): User signals and drag-n-drop are special.
5411
54122006-12-17 Richard Stallman <rms@gnu.org>
5413
5414 * loading.texi (Named Features): Explain subfeatures better.
5415
5416 * customize.texi: Use "option" only for user options.
5417 For the keyword values inside defcustom etc, say "keywords".
5418 For :options value's elements, say "elements".
5419 :group should not be omitted.
5420
5421 * syntax.texi (Parsing Expressions): Split up node.
5422 (Motion via Parsing, Position Parse, Parser State)
5423 (Low-Level Parsing, Control Parsing): New subnodes.
5424 (Parser State): Document syntax-ppss-toplevel-pos.
5425
5426 * positions.texi (List Motion): Punctuation fix.
5427
5428 * files.texi (File Name Completion): Document PREDICATE arg
5429 to file-name-completion.
5430
54312006-12-16 Eli Zaretskii <eliz@gnu.org>
5432
5433 * internals.texi (Building Emacs, Writing Emacs Primitives):
5434 Add index entries.
5435
54362006-12-11 Richard Stallman <rms@gnu.org>
5437
5438 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
5439 affects face menu. Explain how to make it non-nil without enabling
5440 any fontification.
5441
54422006-12-10 Chong Yidong <cyd@stupidchicken.com>
5443
5444 * modes.texi (Font Lock Basics): Document nil value of
5445 font-lock-defaults.
5446
54472006-12-10 Glenn Morris <rgm@gnu.org>
5448
5449 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
5450 value for system-flag argument. Abbrev tables may not be empty
5451 when major modes are loaded.
5452
54532006-12-08 Juanma Barranquero <lekktu@gmail.com>
5454
5455 * makefile.w32-in (maintainer-clean): Partially revert last
5456 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
5457 to protect elisp-covers.texi.
5458
54592006-12-07 Juanma Barranquero <lekktu@gmail.com>
5460
5461 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
5462 Don't remove elisp* info files; they are already deleted by the
5463 `clean' and `distclean' targets, and they are in the $(infodir)
5464 directory, not the current one.
5465
54662006-12-04 Kim F. Storm <storm@cua.dk>
5467
5468 * commands.texi (Misc Events): Update signal events.
5469 (Event Examples): Add signal example.
5470
54712006-11-29 Richard Stallman <rms@gnu.org>
5472
5473 * frames.texi (Visibility of Frames): Explain visible windows
5474 can be covered by others. Add xref for raise-frame.
5475
54762006-11-28 Richard Stallman <rms@gnu.org>
5477
5478 * searching.texi (Regexp Special): Update when ^ is special.
5479
54802006-11-27 Eli Zaretskii <eliz@gnu.org>
5481
5482 * customize.texi (Customization, Common Keywords)
5483 (Group Definitions, Variable Definitions, Composite Types)
5484 (Type Keywords, Customization Types): Add index entries for
5485 various customization keywords.
5486
54872006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
5488
5489 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
5490
c8763fb6 54912006-11-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
5492
5493 * frames.texi (Window System Selections): Remove clipboard from
5494 description of selection-coding-system.
5495
54962006-11-06 Richard Stallman <rms@gnu.org>
5497
5498 * lists.texi (List Variables): Document COMPARE-FN.
5499
5500 * keymaps.texi: Avoid use of "binding" to mean a relation;
5501 use it only to refer to the meaning associated with a key.
5502 (Keymaps): Change menu node description.
5503
5504 * elisp.texi (Top): Change menu node description.
5505
5506 * display.texi (Managing Overlays): Document overlay-recenter.
5507
55082006-10-29 Chong Yidong <cyd@stupidchicken.com>
5509
5510 * Makefile.in: Use relative paths to avoid advertising filesystem
5511 contents during compilation.
5512
55132006-10-23 Kim F. Storm <storm@cua.dk>
5514
5515 * commands.texi (Event Input Misc): Update unread-command-events.
5516
55172006-10-23 Nick Roberts <nickrob@snap.net.nz>
5518
5519 * lists.texi (Sets And Lists): Fix typos.
5520
55212006-10-18 Juanma Barranquero <lekktu@gmail.com>
5522
5523 * control.texi (Processing of Errors): Use @var for an argument,
5524 not @code.
5525
55262006-10-16 Richard Stallman <rms@gnu.org>
5527
5528 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
5529
5530 * keymaps.texi (Format of Keymaps): Show all the keymap element
5531 patterns that result from menu items.
5532 (Key Lookup): Minor cleanups.
5533
5534 * modes.texi (Precalculated Fontification): Don't say that
5535 not setting font-lock-defaults avoids loading font-lock.
5536
5537 * help.texi (Documentation): Move xref to Emacs Manual here.
5538 (Documentation Basics): From here.
5539 Also doc emacs-lisp-docstring-fill-column.
5540
5541 * elisp.texi: Update version and ISBN.
5542
5543 * commands.texi (Interactive Call): Clarify KEYS arg to
5544 call-interactively is a vector.
5545 (Command Loop Info): Delete anchor in this-command-keys.
5546 Add anchor in this-command-keys-vector.
5547 (Recursive Editing): Document how recursive-edit
5548 handles the current buffer.
5549
55502006-10-13 Chong Yidong <cyd@stupidchicken.com>
5551
5552 * frames.texi (Frame Titles): %c and %l are ignored in
5553 frame-title-format.
5554
55552006-10-11 Richard Stallman <rms@gnu.org>
5556
5557 * keymaps.texi (Key Sequences): Clarify use of kbd.
5558
55592006-10-10 Kim F. Storm <storm@cua.dk>
5560
5561 * lists.texi (Sets And Lists): Add memql.
5562
55632006-10-03 Richard Stallman <rms@gnu.org>
5564
5565 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
5566 Clarify :ascii: and :nonascii:.
5567
55682006-09-29 Juri Linkov <juri@jurta.org>
5569
5570 * modes.texi (%-Constructs): Reorder coding systems in the
5571 documentation of %z to the real order displayed in the modeline.
5572
55732006-09-25 Richard Stallman <rms@gnu.org>
5574
5575 * os.texi (Timers): Describe timer-max-repeats.
5576
55772006-09-25 Chong Yidong <cyd@stupidchicken.com>
5578
5579 * os.texi (Timers): Mention with-local-quit.
5580
55812006-09-24 Richard Stallman <rms@gnu.org>
5582
5583 * searching.texi (Searching and Matching): Mention property search.
5584
5585 * commands.texi (Command Loop Info): Explain how read-event affects
5586 this-command-keys.
5587
55882006-09-20 Richard Stallman <rms@gnu.org>
5589
5590 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
5591
5592 * windows.texi (Window Start): Minor cleanups.
5593
55942006-09-20 Kim F. Storm <storm@cua.dk>
5595
5596 * windows.texi (Window Start): pos-visible-in-window-p allows
5597 specifying t for position to mean "end of window".
5598 Add window-line-height.
5599
5600 * anti.texi (Antinews): Mention window-line-height.
5601
56022006-09-19 David Kastrup <dak@gnu.org>
5603
5604 * keymaps.texi (Searching Keymaps): Small clarification.
5605
56062006-09-18 Richard Stallman <rms@gnu.org>
5607
5608 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
5609 cause keyboard menus.
5610 (Menu Keymaps): Likewise.
5611 (Defining Menus, Keyboard Menus): Clarify.
5612
5613 * text.texi (Fields): Clarify explanation of constrain-to-field.
5614
56152006-09-16 Eli Zaretskii <eliz@gnu.org>
5616
5617 * variables.texi (Tips for Defining): Fix a typo.
5618
56192006-09-15 Richard Stallman <rms@gnu.org>
5620
5621 * keymaps.texi (Remapping Commands, Searching Keymaps)
5622 (Active Keymaps): Clean up previous change.
5623
56242006-09-15 Jay Belanger <belanger@truman.edu>
5625
5626 * gpl.texi: Replace "Library Public License" by "Lesser Public
5627 License" throughout.
5628
56292006-09-15 David Kastrup <dak@gnu.org>
5630
5631 * keymaps.texi (Active Keymaps): Adapt description to use
5632 `get-char-property' instead `get-text-property'. Explain how
5633 mouse events change this. Explain the new optional argument of
5634 `key-binding' and its mouse-dependent lookup.
5635 (Searching Keymaps): Adapt description similarly.
5636 (Remapping Commands): Explain the new optional argument of
5637 `command-remapping'.
5638
56392006-09-14 Richard Stallman <rms@gnu.org>
5640
5641 * keymaps.texi (Searching Keymaps): Clarification.
5642 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
5643
56442006-09-13 Richard Stallman <rms@gnu.org>
5645
5646 * objects.texi (Character Type): Node split.
5647 Add xref to Describing Characters.
5648 (Basic Char Syntax, General Escape Syntax)
5649 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
5650
56512006-09-11 Richard Stallman <rms@gnu.org>
5652
5653 * display.texi (Display Table Format): Wording clarification.
5654 (Glyphs): Clarifications.
5655
56562006-09-10 Chong Yidong <cyd@stupidchicken.com>
5657
5658 * keymaps.texi (Active Keymaps): Mention that key-binding checks
5659 local maps.
5660
56612006-09-10 Kim F. Storm <storm@cua.dk>
5662
5663 * display.texi (Forcing Redisplay): Document return value of
5664 function redisplay.
5665
56662006-09-09 Richard Stallman <rms@gnu.org>
5667
5668 * windows.texi (Window Hooks): Explain limits of
5669 window-scroll-functions.
5670
5671 * display.texi (Fringe Indicators): Update for last change in
5672 indicate-buffer-boundaries.
5673
56742006-09-08 Richard Stallman <rms@gnu.org>
5675
5676 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
5677
56782006-09-06 Kim F. Storm <storm@cua.dk>
5679
5680 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
5681
5682 * windows.texi (Window Start): Update pos-visible-in-window-p.
5683
56842006-09-04 Richard Stallman <rms@gnu.org>
5685
5686 * processes.texi (Accepting Output): Explain SECONDS=0 for
5687 accept-process-output.
5688
5689 * os.texi (Idle Timers): Explain why timer functions should not
5690 loop until (input-pending-p).
5691
56922006-09-02 Eli Zaretskii <eliz@gnu.org>
5693
5694 * makefile.w32-in (usermanualdir): New variable.
5695 (elisp.dvi): Use it.
5696
56972006-09-01 Eli Zaretskii <eliz@gnu.org>
5698
5699 * buffers.texi (Buffer Modification): Fix last change.
5700
57012006-09-01 Chong Yidong <cyd@stupidchicken.com>
5702
5dcb4c4e
SM
5703 * buffers.texi (Buffer Modification):
5704 Document buffer-chars-modified-tick.
b8d4c8d0
GM
5705
57062006-08-31 Richard Stallman <rms@gnu.org>
5707
5708 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
5709
57102006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
5711
5712 * modes.texi (Syntactic Font Lock):
5713 Mention font-lock-syntactic-face-function
5714 instead of specific faces.
5715
57162006-08-29 Chong Yidong <cyd@stupidchicken.com>
5717
5718 * display.texi (Images): Add xrref to display-images-p.
5719
57202006-08-28 Kenichi Handa <handa@m17n.org>
5721
5722 * nonascii.texi (Lisp and Coding Systems): Fix description of
5723 detect-coding-region.
5724
57252006-08-27 Michael Olson <mwolson@gnu.org>
5726
5727 * processes.texi (Transaction Queues): Remove stray quote
5728 character.
5729
57302006-08-25 Richard Stallman <rms@gnu.org>
5731
5732 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
5733 Add xref.
5734
57352006-08-24 Chong Yidong <cyd@stupidchicken.com>
5736
5737 * os.texi (Timers): Avoid waiting inside timers.
5738
57392006-08-21 Lute Kamstra <lute@gnu.org>
5740
5741 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
5742
57432006-08-20 Richard Stallman <rms@gnu.org>
5744
5745 * os.texi (Idle Timers): New node, split out from Timers.
5746 Document current-idle-time.
5747 * commands.texi (Reading One Event): Update xref.
5748 * elisp.texi (Top): Update subnode menu.
5749
57502006-08-16 Richard Stallman <rms@gnu.org>
5751
5752 * keymaps.texi (Extended Menu Items): Show format of cached
5753 bindings in extended menu items.
5754
5755 * customize.texi (Variable Definitions): Explain when the
5756 standard value expression is evaluated.
5757
57582006-08-15 Chong Yidong <cyd@stupidchicken.com>
5759
5760 * commands.texi (Reading One Event): Explain idleness in
5761 `read-event'.
5762
57632006-08-12 Chong Yidong <cyd@stupidchicken.com>
5764
5765 * text.texi (Near Point): Say "cursor" not "terminal cursor".
5dcb4c4e 5766 (Commands for Insertion): Remove split-line since it's not
b8d4c8d0
GM
5767 relevant for Lisp programming.
5768 (Yank Commands): Rewrite introduction.
5769 (Undo): Clarify.
5770 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
5771 (Filling): Remove redundant comment. Clarify return value of
5772 current-justification.
5773 (Margins): Minor clarifications.
5774 (Adaptive Fill): Update default value of adaptive-fill-regexp.
5775 (Sorting): Update definition of sort-lines.
5776 (Columns): Clarify behavior of sort-columns.
5777 (Indent Tabs): Link to Tab Stops in Emacs manual.
5778 (Special Properties): Clarify.
5779 (Clickable Text): Mention Buttons package.
5780
57812006-08-12 Kevin Ryde <user42@zip.com.au>
5782
5783 * os.texi (Time Parsing): Add %z to description of
5784 format-time-string, as per docstring. Add cross reference to
5785 glibc manual for strftime.
5786
57872006-08-08 Richard Stallman <rms@gnu.org>
5788
5789 * modes.texi: Clean up wording in previous change.
5790
57912006-08-07 Chong Yidong <cyd@stupidchicken.com>
5792
5793 * modes.texi (Hooks): Clarify.
5794 (Major Mode Basics): Mention define-derived-mode explicitly.
5795 (Major Mode Conventions): Rebinding RET is OK for some modes.
5796 Mention change-major-mode-hook and after-change-major-mode-hook.
5dcb4c4e 5797 (Example Major Modes): Move to end of Modes section.
b8d4c8d0
GM
5798 (Mode Line Basics): Clarify.
5799 (Mode Line Data): Mention help-echo and local-map in strings.
5800 Explain reason for treatment of non-risky variables.
5801 (Properties in Mode): Clarify.
5802 (Faces for Font Lock): Add font-lock-negation-char-face.
5803
58042006-08-04 Eli Zaretskii <eliz@gnu.org>
5805
5806 * strings.texi (Formatting Strings): Warn against arbitrary
5807 strings as first arg to `format'.
5808
58092006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
5810
5811 * text.texi (Clickable Text): Mention `help-echo' text property.
5812 Update intro, examples and associated explanations.
5813
58142006-07-31 Richard Stallman <rms@gnu.org>
5815
5816 * commands.texi: Update xrefs.
5817 (Event Mod): New node, cut out from old Translating Input.
5818
5819 * maps.texi: Update xrefs.
5820
5821 * keymaps.texi (Translation Keymaps): New node.
5822 Update xrefs from Translating Input to Translation Keymaps.
5823
5824 * elisp.texi (Top): Update subnode menu.
5825
5826 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
5827
5828 * os.texi (System Interface): Fix menu descriptions of some nodes.
5829 (Translating Input): Node deleted.
5830
58312006-07-31 Nick Roberts <nickrob@snap.net.nz>
5832
5833 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
5834
5835 * lists.texi (Sets And Lists): Likewise.
5836
58372006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
5838
5839 * text.texi (Fields): Mention POS
5840 requirement when narrowing is in effect.
5841
58422006-07-28 Richard Stallman <rms@gnu.org>
5843
5844 * display.texi (Face Attributes): Simplify wording.
5845 (Attribute Functions): Clarify meaning of new-frame default
5846 attribute settings.
5847
5848 * customize.texi (Common Keywords): Document how to use
5849 :package-version in a package not in Emacs.
5850
58512006-07-28 Kim F. Storm <storm@cua.dk>
5852
5853 * commands.texi (Reading One Event): Fix last change.
5854
58552006-07-26 Chong Yidong <cyd@stupidchicken.com>
5856
5857 * commands.texi (Reading One Event): Document SECONDS argument for
5858 read-event, read-char, and read-char-exclusive.
5859
58602006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
5861
5862 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
5863 to ensure correct identification.
5864
58652006-07-24 Richard Stallman <rms@gnu.org>
5866
5867 * text.texi (Clickable Text): Clarify.
5868
5869 * sequences.texi (Vector Functions): Delete duplicate xref.
5870
5871 * objects.texi (Function Type): Clarify.
5872
5873 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
5874 modes.
5875
5876 * lists.texi (List Variables): New node.
5877 Material moved from other nodes.
5878
5879 * variables.texi (Setting Variables): add-to-list and
5880 add-to-ordered-list moved to List Variables node.
5881
58822006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
5883
5884 * text.texi (Links and Mouse-1):
5885 For mouse-on-link-p, expand on arg POS.
5886
58872006-07-21 Kim F. Storm <storm@cua.dk>
5888
5889 * display.texi (Forcing Redisplay): Don't mention systems which
5890 don't support sub-second timers for redisplay-preemption-period.
5891
5892 * os.texi (Terminal Output): Clarify text vs graphical terminal.
5893
58942006-07-21 Eli Zaretskii <eliz@gnu.org>
5895
5896 * frames.texi (Input Focus): Document that focus-follows-mouse has
5897 no effect on MS-Windows.
5898
58992006-07-18 Richard Stallman <rms@gnu.org>
5900
5901 * display.texi (Forcing Redisplay): Cleanups in previous change.
5902
5903 * processes.texi (Low-Level Network): Make menu more convenient.
5904
59052006-07-18 Kim F. Storm <storm@cua.dk>
5906
5907 * display.texi (Forcing Redisplay): redisplay-preemption-period
5908 only used on window systems. Add xref to Terminal Output.
5909
5910 * os.texi (Terminal Output): baud-rate only controls preemption on
5911 non-window systems. Add xref to Forcing Redisplay.
5912
5913 * processes.texi (Low-Level Network): Rename node "Make Network"
5914 to "Network Processes".
5915
59162006-07-18 Karl Berry <karl@gnu.org>
5917
5918 * variables.texi, functions.texi, customize.texi, loading.texi:
5919 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
5920
59212006-07-17 Chong Yidong <cyd@stupidchicken.com>
5922
5923 * commands.texi (Waiting): Document batch-mode sit-for behavior.
5924
59252006-07-17 Richard Stallman <rms@gnu.org>
5926
5927 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
5928 Put period and comma inside quotes.
5929
5930 * loading.texi, markers.texi: Use real doublequote inside menus.
5931
5932 * windows.texi: Put point and comma inside quotes.
5933 (Textual Scrolling): Use @samp for error message.
5934
5935 * variables.texi, tips.texi, syntax.texi, symbols.texi:
5936 * strings.texi, streams.texi, processes.texi, os.texi:
5937 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
5938 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
5939 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
5940 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
5941 Put point and comma inside quotes.
5942
5943 * control.texi (Processing of Errors): Add command-error-function.
5944
5945 * variables.texi (File Local Variables): Clarify that
5946 file local variables make buffer-local bindings.
5947
5948 * modes.texi (Syntactic Font Lock): Give default for
5949 font-lock-syntax-table.
5950
59512006-07-17 Nick Roberts <nickrob@snap.net.nz>
5952
5953 * text.texi (Special Properties): Clean up previous change.
5954
59552006-07-16 Karl Berry <karl@gnu.org>
5956
5957 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
5958 * control.texi: Fix bad page breaks through chapter 10 (control).
5959
5960 * anti.texi (Antinews): Reorder face-attribute fns to avoid
5961 underfull hbox.
5962
59632006-07-15 Nick Roberts <nickrob@snap.net.nz>
5964
5965 * text.texi (Special Properties): Describe fontified text property
5966 in relation to a character (not text).
5967
59682006-07-15 Kim F. Storm <storm@cua.dk>
5969
5970 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
5971 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
5972 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
5973
5974 * anti.texi (Antinews): Mention redisplay function.
5975 The kbd macro existed, but was not documented, before 22.x.
5976 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
5977
59782006-07-14 Nick Roberts <nickrob@snap.net.nz>
5979
5980 * display.texi (Displaying Messages): Add anchor.
5981
5982 * frames.texi (Dialog Boxes): Use it.
5983
59842006-07-12 Richard Stallman <rms@gnu.org>
5985
5986 * objects.texi (Frame Type): Explain nature of frames better.
5987
5988 * frames.texi (Frames): Explain nature of frames better.
5989
59902006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
5991
5992 * tips.texi (Coding Conventions): Explain why use cl at compile time.
5993
59942006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5995
5996 * frames.texi (Window System Selections): Mention scrap support for Mac.
5997 Default value of x-select-enable-clipboard is t on Mac.
5998
5999 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
6000
60012006-07-11 Kim F. Storm <storm@cua.dk>
6002
6003 * display.texi (Forcing Redisplay): Add `redisplay' function.
6004 Don't mention (sit-for -1) -- use (redisplay t) instead.
6005
6006 * commands.texi (Waiting): (sit-for -1) is no longer special.
6007 (sit-for 0) is equivalent to (redisplay).
6008 Iconifying/deiconifying no longer makes sit-for return.
6009
60102006-07-10 Nick Roberts <nickrob@snap.net.nz>
6011
6012 * display.texi (Buttons): Fix typo.
6013
6014 * index.texi, elisp.texi (New Symbols): Comment node out.
6015
60162006-07-09 Richard Stallman <rms@gnu.org>
6017
6018 * display.texi (Truncation): Clean up previous change.
6019
60202006-07-08 Richard Stallman <rms@gnu.org>
6021
6022 * commands.texi (Interactive Call): Use 3 as prefix in example
6023 for execute-extended-command.
6024
6025 * display.texi (Attribute Functions): Move paragraph about
6026 compatibility with Emacs < 21.
6027
60282006-07-09 Kim F. Storm <storm@cua.dk>
6029
6030 * display.texi (Refresh Screen): Clarify force-window-update.
6031 (Truncation): "Normally" indicated by fringe arrows.
6032
60332006-07-08 Eli Zaretskii <eliz@gnu.org>
6034
6035 * windows.texi (Textual Scrolling, Resizing Windows):
6036 * variables.texi (Constant Variables):
6037 * text.texi (Buffer Contents, Deletion, Changing Properties)
6038 (Property Search, Special Properties, Sticky Properties)
6039 (Links and Mouse-1, Fields, Change Hooks):
6040 * syntax.texi (Syntax Table Functions, Parsing Expressions)
6041 (Categories):
6042 * symbols.texi (Other Plists):
6043 * streams.texi (Output Variables):
6044 * processes.texi (Input to Processes, Query Before Exit):
6045 * positions.texi (Word Motion, Text Lines, List Motion):
6046 * os.texi (Init File, System Environment, Sound Output)
6047 (Session Management):
6048 * nonascii.texi (Text Representations, Character Sets)
6049 (Chars and Bytes, Locales):
6050 * modes.texi (Defining Minor Modes, Header Lines):
6051 * minibuf.texi (Minibuffer Contents):
6052 * markers.texi (Information from Markers):
6053 * lists.texi (List Elements, Building Lists, Association Lists):
6054 * keymaps.texi (Tool Bar):
6055 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
6056 * functions.texi (What Is a Function, Mapping Functions):
6057 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
6058 (Color Names, Text Terminal Colors, Display Feature Testing):
6059 * files.texi (Visiting Functions, File Name Components)
6060 (Unique File Names, Contents of Directories):
6061 * display.texi (Forcing Redisplay, Displaying Messages)
6062 (Temporary Displays, Font Selection, Auto Faces)
6063 (Font Lookup, Fringe Indicators, Display Margins)
6064 (Image Descriptors, Showing Images, Image Cache, Button Types)
6065 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
6066 (Display Table Format, Glyphs):
6067 * control.texi (Iteration):
6068 * commands.texi (Command Loop Info, Adjusting Point):
6069 * backups.texi (Making Backups, Auto-Saving):
6070 Remove @tindex entries.
6071
60722006-07-07 Kim F. Storm <storm@cua.dk>
6073
6074 * display.texi (Fringe Cursors): Fix typo.
6075 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
6076 (Overlay Arrow): Default is overlay-arrow fringe indicator.
6077
60782006-07-05 Richard Stallman <rms@gnu.org>
6079
6080 * text.texi (Buffer Contents): Add example of text props
6081 in result of buffer-substring.
6082 (Text Properties): Explain better about use of specific property names.
6083 (Property Search): Some cleanups; reorder some functions.
6084
6085 * keymaps.texi (Changing Key Bindings): Cleanup.
6086 Add xref to Key Binding Conventions.
6087
6088 * display.texi (Attribute Functions): Add examples for
6089 face-attribute-relative-p.
6090
6091 * tips.texi (Coding Conventions): Cleanup last change.
6092
60932006-07-05 Karl Berry <karl@gnu.org>
6094
6095 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
6096 Remove @setchapternewpage odd.
6097 Result is 1013 pages, down from 1100.
6098
6099 * anti.texi, customize.texi, display.texi, internals.texi:
6100 * minibuf.texi, modes.texi, tips.texi:
6101 Fix overfull/underfull boxes.
6102
61032006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
6104
6105 * edebug.texi (Instrumenting):
6106 Add Edebug-specific findex for eval-buffer.
6107 * loading.texi (Loading):
6108 Replace eval-current-buffer with eval-buffer.
6109
61102006-06-30 Nick Roberts <nickrob@snap.net.nz>
6111
6112 * locals.texi (Standard Buffer-Local Variables): Update the list
6113 of variables.
6114
61152006-06-26 Nick Roberts <nickrob@snap.net.nz>
6116
6117 * files.texi (File Name Completion): Point user to the node
6118 "Reading File Names".
6119
61202006-06-24 Eli Zaretskii <eliz@gnu.org>
6121
6122 * files.texi (Contents of Directories): Document case-insensitive
6123 behavior on respective filesystems.
6124
6125 * objects.texi (Character Type): Document that Emacs signals an
6126 error for unsupported Unicode characters specified as \uNNNN.
6127
61282006-06-19 Richard Stallman <rms@gnu.org>
6129
6130 * processes.texi (Bindat Spec): Clarify previous change.
6131
61322006-06-16 Richard Stallman <rms@gnu.org>
6133
6134 * tips.texi (Coding Conventions): Better explain conventions
6135 for definition constructs.
6136
6137 * text.texi (Special Properties): String value of `read-only'
6138 serves as the error message.
6139
6140 * objects.texi (Character Type): Clarify prev. change.
6141 (Non-ASCII in Strings): Mention \u and \U.
6142
6143 * commands.texi (Using Interactive): Explain problem of
6144 markers, etc., in command-history.
6145
61462006-06-14 Kim F. Storm <storm@cua.dk>
6147
6148 * commands.texi (Waiting): Negative arg to sit-for forces
6149 redisplay even if input is pending.
6150
6151 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
6152 redisplay. Remove incorrect example of binding redisplay-dont-pause
6153 around (sit-for 0).
6154
61552006-06-13 Richard Stallman <rms@gnu.org>
6156
6157 * display.texi (Forcing Redisplay): Clarify previous change.
6158
61592006-06-13 Romain Francoise <romain@orebokech.com>
6160
6161 * display.texi (Forcing Redisplay): Fix typo.
6162
61632006-06-13 Kim F. Storm <storm@cua.dk>
6164
6165 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
6166
61672006-06-10 Luc Teirlinck <teirllm@auburn.edu>
6168
6169 * tips.texi (Coding Conventions): Add `@end itemize'.
6170
61712006-06-10 Richard Stallman <rms@gnu.org>
6172
6173 * tips.texi (Coding Conventions): Explain use of coding systems
6174 to ensure one decoding for strings.
6175
61762006-06-09 Aidan Kehoe <kehoea@parhasard.net>
6177
6178 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
6179 syntax.
6180
61812006-06-07 Eli Zaretskii <eliz@gnu.org>
6182
6183 * display.texi (Font Selection): Remove description of
6184 clear-face-cache.
6185
6186 * compile.texi (Eval During Compile): Fix a typo. Add index
6187 entries for possible uses of eval-when-compile.
6188
61892006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
6190
6191 * display.texi (Abstract Display): Fix typo.
6192
61932006-06-03 Eli Zaretskii <eliz@gnu.org>
6194
6195 * minibuf.texi (Minibuffer History) <history-add-new-input>:
6196 Reword variable's description.
6197
61982006-06-01 Richard Stallman <rms@gnu.org>
6199
6200 * windows.texi (Splitting Windows): Clarify splitting nonselected
6201 window.
6202
62032006-05-31 Juri Linkov <juri@jurta.org>
6204
6205 * minibuf.texi (Minibuffer History): Add history-add-new-input.
6206
62072006-05-30 Richard Stallman <rms@gnu.org>
6208
6209 * display.texi (Line Height): Fix errors in description of
10d1d0af 6210 default line height and line-height property.
b8d4c8d0
GM
6211
6212 * nonascii.texi (Default Coding Systems): Further clarification.
6213
62142006-05-29 Luc Teirlinck <teirllm@auburn.edu>
6215
6216 * internals.texi (Pure Storage): Mention that an overflow in pure
6217 space causes a memory leak.
6218 (Garbage Collection): If there was an overflow in pure space,
6219 `garbage-collect' returns nil.
6220
62212006-05-30 Eli Zaretskii <eliz@gnu.org>
6222
6223 * nonascii.texi (Default Coding Systems): Fix it some more.
6224
62252006-05-29 Eli Zaretskii <eliz@gnu.org>
6226
6227 * nonascii.texi (Default Coding Systems): Fix last change.
6228
62292006-05-29 Kenichi Handa <handa@m17n.org>
6230
6231 * nonascii.texi (find-operation-coding-system): Describe the new
6232 argument format (FILENAME . BUFFER).
6233
62342006-05-28 Richard Stallman <rms@gnu.org>
6235
6236 * tips.texi (Coding Conventions): Better explain reasons not to
6237 advise other packages or use `eval-after-load'.
6238
62392006-05-29 Kim F. Storm <storm@cua.dk>
6240
6241 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
6242 `bindat-idx' and `bindat-raw' for clarity.
6243
62442006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
6245
6246 * processes.texi (Bindat Spec): Expand on `repeat' handler.
6247
6248 * display.texi (Display): Add "Abstract Display" to menu.
6249 (Abstract Display, Abstract Display Functions)
6250 (Abstract Display Example): New nodes.
6251 * elisp.texi (Top): Add "Abstract Display" to menu.
6252
62532006-05-27 Chong Yidong <cyd@stupidchicken.com>
6254
6255 * keymaps.texi (Key Sequences): Link to input events definition.
6256 (Format of Keymaps): Delete material duplicated in Keymap Basics.
6257
6258 * files.texi (Changing Files): Document updated argument list for
6259 copy-file.
6260
62612006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
6262
6263 * processes.texi (Bindat Functions): Explain term "total length".
6264 Use it in bindat-length and bindat-pack descriptions.
6265
62662006-05-26 Eli Zaretskii <eliz@gnu.org>
6267
6268 * tips.texi (Coding Conventions): Advise against using
6269 eval-after-load in packages. Add an index entry.
6270
62712006-05-25 Juri Linkov <juri@jurta.org>
6272
6273 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
6274
6275 * modes.texi (%-Constructs): Add %e, %z, %Z.
6276
62772006-05-25 Richard Stallman <rms@gnu.org>
6278
6279 * elisp.texi (Top): Update subnode menu.
6280
6281 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
6282 (Keymaps): Update menu.
6283
62842006-05-25 Chong Yidong <cyd@stupidchicken.com>
6285
6286 * keymaps.texi (Key Sequences): Some clarifications.
6287
62882006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
6289
6290 * processes.texi (Bindat Functions): Say "unibyte string"
6291 explicitly for bindat-unpack and bindat-pack descriptions.
6292 (Bindat Examples): Don't call `string-make-unibyte' in example.
6293
62942006-05-25 Chong Yidong <cyd@stupidchicken.com>
6295
5dcb4c4e 6296 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
c5602427 6297 Explain string and vector representations of key sequences.
b8d4c8d0
GM
6298
6299 * keymaps.texi (Changing Key Bindings):
dd7b651b 6300 * commands.texi (Interactive Codes):
b8d4c8d0
GM
6301 * help.texi (Describing Characters): Refer to it.
6302
63032006-05-23 Luc Teirlinck <teirllm@auburn.edu>
6304
6305 * frames.texi (Pointer Shape): @end table -> @end defvar.
6306
63072006-05-22 Richard Stallman <rms@gnu.org>
6308
6309 * elisp.texi (Top): Update subnode menus.
6310
6311 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
6312 Contents rewritten; material from old Pointer Shape node moved here.
6313
6314 * display.texi (Pointer Shape): Node deleted.
6315 (Image Descriptors): Minor cleanup.
6316
63172006-05-21 Richard Stallman <rms@gnu.org>
6318
6319 * syntax.texi (Parsing Expressions): Update info on which STATE
6320 elements are ignored.
6321
63222006-05-19 Luc Teirlinck <teirllm@auburn.edu>
6323
6324 * hooks.texi (Standard Hooks): Correct typo.
6325
6326 * gpl.texi (GPL): ifinfo -> ifnottex.
6327
63282006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
6329
6330 * searching.texi (Simple Match Data): Warn about match data being
6331 set anew by every search.
6332
63332006-05-17 Richard Stallman <rms@gnu.org>
6334
6335 * minibuf.texi (Minibuffer History): Clarify.
6336
6337 * searching.texi (Regexp Special): Clarify nested regexp warning.
6338
63392006-05-16 Kim F. Storm <storm@cua.dk>
6340
6341 * minibuf.texi (Minibuffer History): Update add-to-history.
6342
63432006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
6344
5dcb4c4e
SM
6345 * nonascii.texi (Explicit Encoding):
6346 Fix typo (encoding<->decoding).
b8d4c8d0
GM
6347
63482006-05-14 Richard Stallman <rms@gnu.org>
6349
6350 * buffers.texi (Creating Buffers): Cleanup.
6351
6352 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
6353
63542006-05-13 Eli Zaretskii <eliz@gnu.org>
6355
6356 * buffers.texi (Current Buffer): Document that with-temp-buffer
6357 disables undo.
6358
6359 * os.texi (Terminal-Specific): More accurate description of how
6360 Emacs searches for the terminal-specific libraries.
6361
63622006-05-12 Eli Zaretskii <eliz@gnu.org>
6363
6364 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
6365 emacs-xtra to @inforef's.
6366
6367 * text.texi (Undo): Document that undo is turned off in buffers
6368 whose names begin with a space.
6369
6370 * buffers.texi (Buffer Names): Add index entries for buffers whose
6371 names begin with a space.
6372 (Creating Buffers): Document that undo is turned off in buffers
6373 whose names begin with a space.
6374
6375 * files.texi (Visiting Functions, Reading from Files)
6376 (Saving Buffers): Mention code and EOL conversions by file I/O
6377 primitives and subroutines.
6378
f4e90db0
SM
6379 * nonascii.texi (Lisp and Coding Systems):
6380 Document coding-system-eol-type. Add index entries for eol conversion.
b8d4c8d0
GM
6381
6382 * display.texi (Defining Faces): Mention `mac', and add an xref to
6383 where window-system is described.
6384
63852006-05-10 Richard Stallman <rms@gnu.org>
6386
6387 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
6388
63892006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
6390
6391 * variables.texi (File Local Variables): Recommend to quote lambda
6392 expressions in safe-local-variable property.
6393
63942006-05-09 Richard Stallman <rms@gnu.org>
6395
5dcb4c4e
SM
6396 * variables.texi (File Local Variables):
6397 Document safe-local-eval-forms and safe-local-eval-function.
b8d4c8d0
GM
6398
63992006-05-07 Kim F. Storm <storm@cua.dk>
6400
6401 * minibuf.texi (Minibuffer History): Remove keep-dups arg
6402 from add-to-history.
6403
64042006-05-07 Romain Francoise <romain@orebokech.com>
6405
6406 * commands.texi (Event Input Misc):
6407 * compile.texi (Eval During Compile):
6408 * internals.texi (Buffer Internals):
6409 * minibuf.texi (Initial Input):
6410 * nonascii.texi (Scanning Charsets):
6411 * numbers.texi (Comparison of Numbers):
6412 * windows.texi (Textual Scrolling, Vertical Scrolling):
6413 Fix various typos.
6414
64152006-05-06 Eli Zaretskii <eliz@gnu.org>
6416
6417 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
6418 conditional xref's to either emacs or emacs-xtra, depending on
6419 @iftex/@ifnottex.
6420
6421 * minibuf.texi (Minibuffer History): Document add-to-history.
6422
64232006-05-05 Eli Zaretskii <eliz@gnu.org>
6424
6425 * internals.texi (Pure Storage): Mention the pure overflow message
6426 at startup.
6427
c8763fb6 64282006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
6429
6430 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
6431 (Searching Keymaps): Fix pseudo-Lisp description of keymap
6432 search.
6433
64342006-05-01 Richard Stallman <rms@gnu.org>
6435
6436 * intro.texi (nil and t): Clarify.
6437
6438 * variables.texi (File Local Variables): Suggest using booleanp.
6439
64402006-05-01 Juanma Barranquero <lekktu@gmail.com>
6441
6442 * objects.texi (Type Predicates): Fix typos.
6443
64442006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
6445
6446 * intro.texi (nil and t): Add booleanp.
6447
6448 * objects.texi (Type Predicates): Add links for booleanp and
6449 string-or-null-p.
6450
64512006-04-29 Richard Stallman <rms@gnu.org>
6452
6453 * modes.texi (Multiline Font Lock): Rename from
6454 Multi line Font Lock Elements. Much clarification.
6455 (Font Lock Multiline, Region to Fontify): Much clarification.
6456
64572006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
6458
6459 * variables.texi (File Local Variables): Remove the special case t for
6460 safe-local-variable.
6461
64622006-04-26 Richard Stallman <rms@gnu.org>
6463
6464 * syntax.texi (Parsing Expressions): Minor cleanup.
6465
64662006-04-18 Richard Stallman <rms@gnu.org>
6467
6468 * tips.texi (Coding Conventions): Explain when the package's
6469 prefix should appear later on (not at the start of the name).
6470
6471 * searching.texi (String Search): Clarify effect of NOERROR.
6472
6473 * modes.texi (Imenu): Clarify what special items do.
6474
6475 * hooks.texi (Standard Hooks): Delete text about old hook names.
6476
64772006-04-17 Romain Francoise <romain@orebokech.com>
6478
6479 * variables.texi (Local Variables): Update the default value of
6480 `max-specpdl-size'.
6481
64822006-04-15 Michael Olson <mwolson@gnu.org>
6483
6484 * processes.texi (Transaction Queues): Mention the new optional
6485 `delay-question' argument for `tq-enqueue'.
6486
64872006-04-13 Bill Wohler <wohler@newt.com>
6488
6489 * customize.texi (Common Keywords): Use dotted notation for
6490 :package-version value. Specify its values. Improve documentation
6491 for customize-package-emacs-version-alist.
6492
64932006-04-12 Bill Wohler <wohler@newt.com>
6494
6495 * customize.texi (Common Keywords): Move description of
6496 customize-package-emacs-version-alist to @defvar.
6497
64982006-04-10 Bill Wohler <wohler@newt.com>
6499
6500 * customize.texi (Common Keywords): Add :package-version.
6501
65022006-04-10 Kim F. Storm <storm@cua.dk>
6503
6504 * text.texi (Buffer Contents): Add NOPROPS arg to
6505 filter-buffer-substring.
6506
65072006-04-08 Kevin Ryde <user42@zip.com.au>
6508
6509 * os.texi (Command-Line Arguments): Update xref to emacs manual
6510 "Command Arguments" -> "Emacs Invocation", per change there.
6511
65122006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
6513
6514 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
6515 be on one line to help makeinfo not render two spaces after the dot.
6516
65172006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
6518
6519 * strings.texi (Predicates for Strings): Add string-or-null-p.
6520
65212006-03-28 Kim F. Storm <storm@cua.dk>
6522
6523 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
6524 remarks about systems that don't support fractional seconds.
6525
65262006-03-25 Karl Berry <karl@gnu.org>
6527
6528 * elisp.texi: Use @copyright{} instead of (C), and do not indent
6529 the year list.
6530
65312006-03-21 Nick Roberts <nickrob@snap.net.nz>
6532
6533 * display.texi (Fringe Indicators): Fix typos.
6534
65352006-03-19 Luc Teirlinck <teirllm@auburn.edu>
6536
6537 * tips.texi (Documentation Tips): One can now also write `program'
6538 in front of a quoted symbol in a docstring to prevent making a
6539 hyperlink.
6540
65412006-03-19 Alan Mackenzie <acm@muc.de>
6542
6543 * text.texi (Special Properties): Clarify `fontified' property.
6544
65452006-03-16 Richard Stallman <rms@gnu.org>
6546
6547 * display.texi (Defining Images): Minor cleanup.
6548
65492006-03-16 Bill Wohler <wohler@newt.com>
6550
6551 * display.texi (Defining Images): In image-load-path-for-library,
6552 prefer user's images.
6553
65542006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
6555
6556 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
6557
65582006-03-15 Bill Wohler <wohler@newt.com>
6559
6560 * display.texi (Defining Images): Fix example in
6561 image-load-path-for-library by not recommending that one binds
6562 image-load-path. Just defvar it to placate compiler and only use
6563 it if previously defined.
6564
65652006-03-14 Bill Wohler <wohler@newt.com>
6566
6567 * display.texi (Defining Images): In image-load-path-for-library,
6568 always return list of directories. Update example.
6569
65702006-03-14 Alan Mackenzie <acm@muc.de>
6571
6572 * modes.texi: New node, "Region to Fontify" (for Font Lock).
6573 This describes font-lock-extend-region-function.
6574 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
6575 the new node "Region to Fontify".
6576
65772006-03-13 Richard Stallman <rms@gnu.org>
6578
6579 * display.texi (Invisible Text): The impossible position is
6580 now before the invisible text, not after.
6581 (Defining Images): Clean up last change.
6582
65832006-03-11 Bill Wohler <wohler@newt.com>
6584
6585 * display.texi (Defining Images): Add image-load-path-for-library.
6586
65872006-03-11 Luc Teirlinck <teirllm@auburn.edu>
6588
6589 * text.texi (Adaptive Fill): Fix Texinfo usage.
6590
6591 * strings.texi (Creating Strings): Fix Texinfo usage.
6592
6593 * searching.texi (Regexp Special): Use @samp for regular
6594 expressions that are not in Lisp syntax.
6595
65962006-03-08 Luc Teirlinck <teirllm@auburn.edu>
6597
6598 * searching.texi (Regexp Special): Put remark between parentheses
6599 to avoid misreading.
6600
66012006-03-07 Luc Teirlinck <teirllm@auburn.edu>
6602
6603 * searching.texi (Syntax of Regexps): More accurately describe
6604 which characters are special in which situations.
6605 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
6606 are not special. Describe in detail when `[' and `]' are special.
6607 (Regexp Backslash): Plenty of regexps with unbalanced square
6608 brackets are valid, so reword that statement.
6609
66102006-03-02 Kim F. Storm <storm@cua.dk>
6611
6612 * keymaps.texi (Tool Bar): Add tool-bar-border.
6613
66142006-02-28 Luc Teirlinck <teirllm@auburn.edu>
6615
6616 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
6617
66182006-02-27 Luc Teirlinck <teirllm@auburn.edu>
6619
6620 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
6621
6622 * files.texi (Locating Files): Suggest additional values for the
6623 SUFFIXES arg of `locate-file'. Update pxref.
6624
6625 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
6626 (How Programs Do Loading): Discuss the effects of Auto Compression
6627 mode on `load'.
6628 (Load Suffixes): New node.
6629 (Library Search): Delete description of `load-suffixes'; it was
6630 moved to "Load Suffixes".
6631 (Autoload, Named Features): Mention `load-suffixes'.
6632
66332006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
6634
6635 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
6636
6637 * windows.texi (Window Tree): Fix typo.
6638
66392006-02-20 Kim F. Storm <storm@cua.dk>
6640
6641 * display.texi (Fringe Indicators): New section.
6642 Move indicate-empty-lines, indicate-buffer-boundaries, and
6643 default-indicate-buffer-boundaries here.
6644 Add fringe-indicator-alist and default-fringes-indicator-alist.
6645 Add list of logical fringe indicator symbols.
6646 Update list of standard bitmap names.
6647 (Fringe Cursors): New section.
6648 Move overflow-newline-into-fringe here.
6649 Add fringe-cursor-alist and default-fringes-cursor-alist.
6650 Add list of fringe cursor symbols.
6651
66522006-02-20 Juanma Barranquero <lekktu@gmail.com>
6653
6654 * commands.texi (Using Interactive): Fix reference to node
6655 "Minibuffers".
6656
66572006-02-19 Richard M. Stallman <rms@gnu.org>
6658
6659 * minibuf.texi (High-Level Completion):
6660 Add xref to read-input-method-name.
6661
6662 * files.texi (Relative File Names): Move file-relative-name here.
6663 (File Name Expansion): From here. Minor clarifications.
6664
6665 * commands.texi (Using Interactive): Add xrefs about reading input.
6666 Clarify remarks about that moving point and mark.
6667 Put string case before list case.
6668
c8763fb6 66692006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
6670
6671 * display.texi (Other Display Specs, Image Descriptors):
6672 Revert erroneous changes. The previous description of
6673 image-descriptors as `(image . PROPS)' was correct.
6674
66752006-02-14 Richard M. Stallman <rms@gnu.org>
6676
6677 * variables.texi (File Local Variables): Clarifications.
6678
66792006-02-14 Juanma Barranquero <lekktu@gmail.com>
6680
6681 * variables.texi (File Local Variables): Use @code for a cons
6682 cell, not @var.
6683
66842006-02-13 Chong Yidong <cyd@stupidchicken.com>
6685
6686 * variables.texi (File Local Variables): Document new file local
6687 variable behavior.
6688
66892006-02-10 Kim F. Storm <storm@cua.dk>
6690
6691 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
6692
66932006-02-08 Juanma Barranquero <lekktu@gmail.com>
6694
6695 * modes.texi (%-Constructs): Remove obsolete info about
6696 `global-mode-string'.
6697
66982006-02-07 Richard M. Stallman <rms@gnu.org>
6699
6700 * commands.texi (Prefix Command Arguments): Minor cleanup.
6701
6702 * display.texi: "Graphical display", not window system.
6703
6704 * functions.texi (What Is a Function): Fix xref.
6705
6706 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
6707 (Changing Key Bindings): Clarify when remapping is better than
6708 substitute-key-definition.
6709
67102006-02-02 Richard M. Stallman <rms@gnu.org>
6711
6712 * minibuf.texi (Basic Completion): Completion alists are risky.
6713
6714 * keymaps.texi (Active Keymaps): Clarifications.
6715 (Searching Keymaps): New node.
6716 (Keymaps): Update menu.
6717
6718 * frames.texi (Layout Parameters): Minor clarification.
6719 (Drag and Drop): New node.
6720 (Frames): Update menu.
6721
67222006-01-29 Chong Yidong <cyd@stupidchicken.com>
6723
6724 * display.texi (Other Display Specs, Image Descriptors):
6725 Image description is a list, not a cons cell.
6726
67272006-01-28 Luc Teirlinck <teirllm@auburn.edu>
6728
6729 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
6730 list is not necessarily a list).
6731
67322006-01-27 Eli Zaretskii <eliz@gnu.org>
6733
6734 * frames.texi (Layout Parameters): border-width and
6735 internal-border-width belong to the frame, not the window.
6736
67372006-01-19 Richard M. Stallman <rms@gnu.org>
6738
6739 * nonascii.texi (Translation of Characters): Search cmds use
6740 translation-table-for-input. Automatically made local.
6741
6742 * markers.texi (Overview of Markers): Count insertion type
6743 as one of a marker's attributes.
6744
6745 * keymaps.texi (Controlling Active Maps): New node, split out of
6746 Active Keymaps.
6747 (Keymaps): Menu updated.
6748 (Active Keymaps): Give pseudocode to explain how the active
6749 maps are searched. current-active-maps and key-binding moved here.
6750 (Functions for Key Lookup): current-active-maps and key-binding moved.
6751 Clarifications.
6752 (Searching the Keymaps): New subnode.
6753
6754 * elisp.texi (Top): Menu clarification.
6755
6756 * display.texi (Other Display Specs): Delete duplicate entry for
6757 just a string as display spec. Move text about recursive display
6758 specs on such a string.
6759
6760 * commands.texi (Key Sequence Input): Clarify.
6761 Move num-nonmacro-input-events out.
6762 (Reading One Event): num-nonmacro-input-events moved here.
6763
67642006-01-14 Nick Roberts <nickrob@snap.net.nz>
6765
6766 * advice.texi (Simple Advice): Update example to fit argument
6767 change in previous-line.
6768
67692006-01-05 Richard M. Stallman <rms@gnu.org>
6770
6771 * markers.texi (The Mark): Fix in `mark'.
6772
67732006-01-04 Richard M. Stallman <rms@gnu.org>
6774
6775 * processes.texi (Misc Network, Make Network): Minor cleanups.
6776
67772006-01-04 Kim F. Storm <storm@cua.dk>
6778
6779 * processes.texi (Make Network): Add IPv6 addresses and handling.
6780 (Network Feature Testing): Mention (:family ipv6).
6781 (Misc Network): Add IPv6 formats to format-network-address.
6782
67832005-12-30 Richard M. Stallman <rms@gnu.org>
6784
6785 * text.texi (Changing Properties):
6786 Don't use return value of set-text-properties.
6787
67882005-12-29 Luc Teirlinck <teirllm@auburn.edu>
6789
6790 * modes.texi (Mode Line Format): Correct typo in menu.
6791
67922005-12-29 Richard M. Stallman <rms@gnu.org>
6793
6794 * modes.texi (Mode Line Top): New node.
6795 (Mode Line Data): Some text moved to new node.
6796 Explain the data structure more concretely.
6797 (Mode Line Basics): Clarifications.
6798 (Mode Line Variables): Clarify intro paragraph.
6799 (%-Constructs): Clarify intro paragraph.
6800 (Mode Line Format): Update menu.
6801
68022005-12-28 Luc Teirlinck <teirllm@auburn.edu>
6803
6804 * minibuf.texi (Basic Completion): Update lazy-completion-table
6805 examples for removal of ARGS argument.
6806
68072005-12-23 Richard M. Stallman <rms@gnu.org>
6808
6809 * text.texi (Undo): Restore some explanation from the version
6810 that was deleted.
6811
68122005-12-23 Eli Zaretskii <eliz@gnu.org>
6813
6814 * text.texi (Undo): Remove duplicate descriptions of `apply
6815 funname' and `apply delta' elements of the undo list.
6816
68172005-12-20 Richard M. Stallman <rms@gnu.org>
6818
6819 * help.texi (Help Functions): Update documentation of `apropos'.
6820
68212005-12-20 Luc Teirlinck <teirllm@auburn.edu>
6822
6823 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
6824 because it is confusing. If the :help-echo keyword is a function,
6825 it is not directly used as the :help-echo overlay property, as the
6826 xref seems to suggest (it does not take the appropriate args).
6827
68282005-12-19 Luc Teirlinck <teirllm@auburn.edu>
6829
6830 * customize.texi (Common Keywords): Fix Texinfo usage.
6831 (Group Definitions, Variable Definitions): Update for new
6832 conventions for using `*' in docstrings.
6833
6834 * tips.texi (Documentation Tips): Update for new conventions for
6835 using `*' in docstrings.
6836
68372005-12-16 Richard M. Stallman <rms@gnu.org>
6838
6839 * minibuf.texi (Minibuffer Contents): Minor cleanup.
6840
68412005-12-16 Juri Linkov <juri@jurta.org>
6842
6843 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
6844
68452005-12-14 Romain Francoise <romain@orebokech.com>
6846
6847 * modes.texi (Customizing Keywords): Rename `append' to `how'.
6848 Fix typo.
6849
68502005-12-11 Juri Linkov <juri@jurta.org>
6851
6852 * minibuf.texi (Completion Commands): Add mention of read-file-name
6853 for filename completion keymaps.
6854 (Reading File Names): Add mention of filename completion keymaps
6855 for read-file-name and xref to `Completion Commands'.
6856
68572005-12-10 Richard M. Stallman <rms@gnu.org>
6858
6859 * customize.texi (Common Keywords): State caveats for use of :tag.
6860
68612005-12-08 Richard M. Stallman <rms@gnu.org>
6862
6863 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
6864 with xrefs and better explanation.
6865 (Completion Commands): Add the filename completion maps.
6866
6867 * objects.texi (Character Type): Clarify that \s is not space
6868 if a dash follows.
6869
68702005-12-05 Richard M. Stallman <rms@gnu.org>
6871
6872 * windows.texi (Resizing Windows): Delete preserve-before args.
6873
68742005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
6875
6876 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
6877 in full keymaps, since the quirk has been fixed.
6878
68792005-12-03 Eli Zaretskii <eliz@gnu.org>
6880
5dcb4c4e
SM
6881 * hooks.texi (Standard Hooks): Add index entries.
6882 Mention `compilation-finish-functions'.
b8d4c8d0
GM
6883
68842005-11-27 Richard M. Stallman <rms@gnu.org>
6885
6886 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
6887
68882005-11-21 Juri Linkov <juri@jurta.org>
6889
6890 * customize.texi (Common Keywords): Update links types
6891 custom-manual and url-link. Add link types emacs-library-link,
6892 file-link, function-link, variable-link, custom-group-link.
6893
68942005-11-20 Chong Yidong <cyd@stupidchicken.com>
6895
6896 * display.texi: Revert 2005-11-20 change.
6897
68982005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
6899
6900 * processes.texi (Bindat Functions):
6901 Say "third" to refer to zero-based index "2".
6902
69032005-11-18 Luc Teirlinck <teirllm@auburn.edu>
6904
6905 * loading.texi (Library Search): Update the default value of
6906 `load-suffixes'.
6907
69082005-11-17 Chong Yidong <cyd@stupidchicken.com>
6909
6910 * display.texi (Attribute Functions): Mention :ignore-defface.
6911
69122005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6913
6914 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
6915 (Minor Mode Conventions): Mention the use of a hook.
6916
69172005-11-06 Richard M. Stallman <rms@gnu.org>
6918
6919 * files.texi (Magic File Names): find-file-name-handler checks the
6920 `operations' property of the handler.
6921
69222005-11-03 Richard M. Stallman <rms@gnu.org>
6923
6924 * variables.texi (Frame-Local Variables): Small clarification.
6925
69262005-10-29 Chong Yidong <cyd@stupidchicken.com>
6927
6928 * os.texi (Init File): Document ~/.emacs.d/init.el.
6929
69302005-10-29 Richard M. Stallman <rms@gnu.org>
6931
6932 * internals.texi (Garbage Collection): Document memory-full.
6933
69342005-10-28 Bill Wohler <wohler@newt.com>
6935
6936 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
6937 for URLs.
6938
69392005-10-28 Richard M. Stallman <rms@gnu.org>
6940
6941 * minibuf.texi (Completion Commands): Clean up prev change.
6942
69432005-10-26 Kevin Ryde <user42@zip.com.au>
6944
6945 * compile.texi (Eval During Compile): Explain recommended uses
6946 of eval-when-compile and eval-and-compile.
6947
69482005-10-27 Masatake YAMATO <jet@gyve.org>
6949
6950 * minibuf.texi (Completion Commands):
6951 Write about new optional argument for `display-completion-list'.
6952
69532005-10-23 Richard M. Stallman <rms@gnu.org>
6954
6955 * display.texi (Overlay Arrow): Clarify about local bindings of
6956 overlay-arrow-position.
6957
69582005-10-22 Eli Zaretskii <eliz@gnu.org>
6959
6960 * internals.texi (Building Emacs): Fix last change.
6961
69622005-10-22 Richard M. Stallman <rms@gnu.org>
6963
6964 * internals.texi (Building Emacs): Document eval-at-startup.
6965
69662005-10-21 Richard M. Stallman <rms@gnu.org>
6967
6968 * loading.texi (Where Defined): load-history contains abs file names.
6969 symbol-file returns abs file names.
6970
69712005-10-19 Kim F. Storm <storm@cua.dk>
6972
6973 * display.texi (Showing Images): Add max-image-size integer value.
6974
69752005-10-18 Chong Yidong <cyd@stupidchicken.com>
6976
6977 * display.texi (Showing Images): Document max-image-size.
6978
69792005-10-17 Richard M. Stallman <rms@gnu.org>
6980
6981 * commands.texi (Quitting): Minor clarification.
6982
6983 * processes.texi (Sentinels): Clarify about output and quitting.
6984 (Filter Functions): Mention with-local-quit.
6985
69862005-10-17 Juri Linkov <juri@jurta.org>
6987
6988 * buffers.texi (Current Buffer):
6989 * commands.texi (Event Input Misc):
6990 * compile.texi (Eval During Compile, Compiler Errors):
6991 * customize.texi (Group Definitions):
6992 * display.texi (Progress, Defining Faces):
6993 * files.texi (Writing to Files):
6994 * modes.texi (Mode Hooks, Defining Minor Modes):
6995 * streams.texi (Output Functions):
6996 * syntax.texi (Syntax Table Functions):
6997 * text.texi (Change Hooks):
6998 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
6999
7000 * commands.texi (Quitting): Replace arg `forms' with `body' in
7001 `with-local-quit'.
7002
7003 * positions.texi (Excursions): Replace arg `forms' with `body' in
7004 `save-excursion'.
7005
70062005-10-08 Kim F. Storm <storm@cua.dk>
7007
7008 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
7009 Rename manual section accordingly.
7010
70112005-10-04 Kim F. Storm <storm@cua.dk>
7012
7013 * windows.texi (Window Split Tree): New section describing
7014 new function window-split-tree function.
7015
70162005-10-03 Nick Roberts <nickrob@snap.net.nz>
7017
7018 * display.texi (Fringe Size/Pos): Simplify and add detail.
7019
70202005-09-30 Romain Francoise <romain@orebokech.com>
7021
7022 * minibuf.texi (High-Level Completion): Explain that the prompt
7023 given to `read-buffer' should end with a colon and a space.
7024 Update usage examples.
7025
70262005-09-29 Juri Linkov <juri@jurta.org>
7027
7028 * display.texi (Displaying Messages): Rename argument name
7029 `string' to `format-string' in functions `message', `message-box',
7030 `message-or-box'.
7031
70322005-09-26 Chong Yidong <cyd@stupidchicken.com>
7033
7034 * errors.texi (Standard Errors): Correct xrefs.
7035
70362005-09-18 Chong Yidong <cyd@stupidchicken.com>
7037
7038 * display.texi (Defining Images): Update documentation for
7039 `image-load-path'.
7040
70412005-09-17 Richard M. Stallman <rms@gnu.org>
7042
7043 * display.texi (Defining Images): Clean up previous change.
7044
70452005-09-16 Romain Francoise <romain@orebokech.com>
7046
7047 * elisp.texi: Specify GFDL version 1.2.
7048
7049 * doclicense.texi (GNU Free Documentation License): Update to
7050 version 1.2.
7051
70522005-09-15 Chong Yidong <cyd@stupidchicken.com>
7053
7054 * display.texi (Defining Images): Document `image-load-path'.
7055
70562005-09-15 Richard M. Stallman <rms@gnu.org>
7057
7058 * objects.texi (Printed Representation): Minor cleanup.
7059 (Box Diagrams): Minor fix.
7060 (Cons Cell Type): Move (...) index item here.
7061 (Box Diagrams): From here.
7062 (Array Type): Minor fix.
7063 (Type Predicates): Delete index "predicates".
7064 (Hash Table Type): Clarify xref.
7065 (Dotted Pair Notation): Minor fix.
7066
70672005-09-10 Chong Yidong <cyd@stupidchicken.com>
7068
7069 * files.texi (Saving Buffers): Fix typo.
7070
70712005-09-08 Richard M. Stallman <rms@gnu.org>
7072
7073 * tips.texi (Programming Tips): Correct the "default" prompt spec.
7074
70752005-09-08 Chong Yidong <cyd@stupidchicken.com>
7076
7077 * locals.texi (Standard Buffer-Local Variables): Don't include
7078 mode variables for minor modes.
7079 Fix xrefs for buffer-display-count, buffer-display-table,
7080 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
7081 enable-multibyte-characters, fill-column, header-line-format,
7082 left-fringe-width, left-margin, and right-fringe-width.
7083
7084 * hooks.texi (Standard Hooks): All hooks should conform to the
7085 standard naming convention now.
7086 Fix xref for `echo-area-clear-hook'.
7087
7088 * display.texi (Usual Display): Note that indicate-empty-lines and
7089 tab-width are buffer-local.
7090
7091 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
7092
7093 * modes.texi (Mode Help): Note that major-mode is buffer-local.
7094
7095 * nonascii.texi (Encoding and I/O): Note that
7096 buffer-file-coding-system is buffer-local.
7097
7098 * positions.texi (List Motion): Note that defun-prompt-regexp is
7099 buffer-local.
7100
7101 * text.texi (Auto Filling): Note that auto-fill-function is
7102 buffer-local.
7103 (Undo): Note that buffer-undo-list is buffer-local.
7104
5dcb4c4e
SM
7105 * windows.texi (Buffers and Windows):
7106 Document buffer-display-count.
b8d4c8d0
GM
7107
71082005-09-06 Richard M. Stallman <rms@gnu.org>
7109
7110 * tips.texi (Coding Conventions): Sometimes it is ok to put the
7111 package prefix elsewhere than at the start of the name.
7112
71132005-09-03 Richard M. Stallman <rms@gnu.org>
7114
7115 * tips.texi (Programming Tips): Add conventions for minibuffer
7116 questions and prompts.
7117
71182005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
7119
7120 * intro.texi (nil and t): Minor cleanup.
7121 Delete spurious mention of keyword symbols.
7122 (Evaluation Notation): Add index entry.
7123 (A Sample Function Description): Minor cleanup.
7124 (A Sample Variable Description): Not all vars can be set.
7125
71262005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
7127
7128 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
7129
7130 (Insertion): Document precise type of `insert-char' arg COUNT.
7131
71322005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
7133
7134 * modes.texi (Other Font Lock Variables): Sync the default of
7135 font-lock-lines-before.
7136
71372005-08-31 Michael Albinus <michael.albinus@gmx.de>
7138
7139 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
7140
71412005-08-29 Richard M. Stallman <rms@gnu.org>
7142
7143 * elisp.texi (Top): Update subnode menu.
7144
7145 * searching.texi (Searching and Matching): Move node.
7146 Rearrange contents and add overall explanation.
7147 (Searching and Case): Move node.
7148 (Searching and Matching): Update menu.
7149
71502005-08-27 Eli Zaretskii <eliz@gnu.org>
7151
7152 * os.texi (Startup Summary): Fix the description of the initial
7153 startup message display.
7154
71552005-08-25 Richard M. Stallman <rms@gnu.org>
7156
7157 * searching.texi (Search and Replace): Add replace-regexp-in-string.
7158
71592005-08-25 Emilio C. Lopes <eclig@gmx.net>
7160
7161 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
7162 `next-overlay-change' example.
7163
71642005-08-22 Juri Linkov <juri@jurta.org>
7165
7166 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
7167 Fix invert-face. Fix args of face-background.
7168
7169 * display.texi (Standard Faces): Delete node.
7170 (Faces): Add xref to `(emacs)Standard Faces'.
7171 (Displaying Faces): Fix xref to `Standard Faces'.
7172
7173 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
7174
71752005-08-20 Alan Mackenzie <acm@muc.de>
7176
7177 * buffers.texi (The Buffer List): Clarify the manipulation of the
7178 buffer list.
7179
71802005-08-14 Richard M. Stallman <rms@gnu.org>
7181
7182 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
7183 a regexp.
7184
71852005-08-11 Richard M. Stallman <rms@gnu.org>
7186
7187 * elisp.texi (Top): Update subnode lists.
7188
7189 * display.texi (Inverse Video): Node deleted.
7190
7191 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
7192 New nodes split out of Coding Conventions.
7193
7194 * searching.texi (Regular Expressions): Document re-builder.
7195
7196 * os.texi (Time Parsing): New node split out of Time Conversion.
7197
7198 * processes.texi (Misc Network, Network Feature Testing)
7199 (Network Options, Make Network): New nodes split out of
7200 Low-Level Network.
7201
72022005-08-09 Richard M. Stallman <rms@gnu.org>
7203
7204 * frames.texi (Geometry): New node, split from Size and Position.
7205 (Frame Parameters): Refer to Geometry.
7206
7207 * buffers.texi (The Buffer List): Fix xrefs.
7208
7209 * windows.texi (Splitting Windows): Fix xref.
7210
7211 * frames.texi (Layout Parameters): Add xref.
7212
7213 * display.texi (Line Height, Scroll Bars): Fix xrefs.
7214
7215 * keymaps.texi (Menu Bar): Fix xref.
7216
7217 * locals.texi (Standard Buffer-Local Variables): Fix xref.
7218
7219 * modes.texi (%-Constructs): Fix xref.
7220
7221 * frames.texi (Window Frame Parameters): Node split up.
7222 (Basic Parameters, Position Parameters, Size Parameters)
7223 (Layout Parameters, Buffer Parameters, Management Parameters)
7224 (Cursor Parameters, Color Parameters): New subnodes.
7225
72262005-08-09 Luc Teirlinck <teirllm@auburn.edu>
7227
7228 * positions.texi (Screen Lines): Update xref for previous change
7229 in minibuf.texi.
7230
7231 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
7232 change in minibuf.texi.
7233
72342005-08-09 Richard M. Stallman <rms@gnu.org>
7235
7236 * tips.texi (Coding Conventions): Minor cleanup.
7237
7238 * modes.texi (Defining Minor Modes): Explain when init-value
7239 can be non-nil.
7240
7241 * elisp.texi (Top): Update submenu for Minibuffer.
7242
7243 * minibuf.texi (Minibuffer Misc): Node split up.
7244 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
7245 (Recursive Mini): New nodes split out from Minibuffer Misc.
7246 (Minibuffer Misc): Document max-mini-window-height.
7247
7248 * hash.texi (Defining Hash): Delete stray paren in example.
7249
7250 * display.texi (Echo Area Customization): Don't define
7251 max-mini-window-height here; xref instead.
7252
7253 * commands.texi (Event Input Misc): Update while-no-input.
7254
7255 * advice.texi (Advising Functions): Explain when to use advice
7256 and when to use a hook.
7257
72582005-07-30 Eli Zaretskii <eliz@gnu.org>
7259
7260 * makefile.w32-in (info): Don't run install-info.
7261 ($(infodir)/dir): New target, produced by running install-info.
7262
72632005-07-27 Luc Teirlinck <teirllm@auburn.edu>
7264
7265 * modes.texi (Defining Minor Modes): The keyword for the initial
7266 value is :init-value, not :initial-value.
7267
72682005-07-23 Eli Zaretskii <eliz@gnu.org>
7269
7270 * loading.texi (Autoload): Make the `doctor' example be consistent
7271 with what's in current loaddefs.el. Describe the "fn" magic in
7272 the usage portion of the doc string.
7273
72742005-07-22 Richard M. Stallman <rms@gnu.org>
7275
7276 * internals.texi (Garbage Collection): Clarify previous change.
7277
72782005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
7279
7280 * internals.texi (Garbage Collection): Add gc-cons-percentage.
7281
72822005-07-18 Juri Linkov <juri@jurta.org>
7283
7284 * commands.texi (Accessing Events):
7285 * frames.texi (Text Terminal Colors, Resources):
7286 * markers.texi (The Mark):
7287 * modes.texi (Defining Minor Modes):
7288 Delete duplicate duplicate words.
7289
72902005-07-16 Richard M. Stallman <rms@gnu.org>
7291
7292 * display.texi (Managing Overlays): Clarify make-overlay
7293 args for insertion types.
7294
72952005-07-13 Luc Teirlinck <teirllm@auburn.edu>
7296
7297 * customize.texi (Variable Definitions):
7298 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
7299 `standard-value' is a list too.
7300 (Defining New Types): Use @key{RET} instead of @key{ret}.
7301
73022005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
7303
7304 * os.texi (Translating Input): Fix typo.
7305
73062005-07-08 Richard M. Stallman <rms@gnu.org>
7307
7308 * README: Update edition number and size estimate.
7309
7310 * elisp.texi (VERSION): Set to 2.9.
7311
73122005-07-07 Richard M. Stallman <rms@gnu.org>
7313
7314 * book-spine.texinfo: Update Emacs version.
7315
7316 * display.texi (Inverse Video): Delete mode-line-inverse-video.
7317
73182005-07-06 Richard M. Stallman <rms@gnu.org>
7319
7320 * searching.texi (Regexp Search): Clarify what re-search-forward
7321 does when the search fails.
7322
73232005-07-05 Lute Kamstra <lute@gnu.org>
7324
7325 * Update FSF's address in GPL notices.
7326
7327 * doclicense.texi (GNU Free Documentation License):
7328 * gpl.texi (GPL):
7329 * tips.texi (Coding Conventions, Library Headers):
7330 * vol1.texi:
7331 * vol2.texi: Update FSF's address.
7332
73332005-07-04 Richard M. Stallman <rms@gnu.org>
7334
7335 * hooks.texi (Standard Hooks): Add occur-hook.
7336
73372005-07-03 Luc Teirlinck <teirllm@auburn.edu>
7338
7339 * display.texi (The Echo Area): Correct menu.
7340
73412005-07-03 Richard M. Stallman <rms@gnu.org>
7342
7343 * elisp.texi (Top): Update subnode menu for Display.
7344
7345 * display.texi (Displaying Messages): New node, with most
7346 of what was in The Echo Area.
5dcb4c4e 7347 (Progress): Move under The Echo Area.
b8d4c8d0
GM
7348 (Logging Messages): New node with new text.
7349 (Echo Area Customization): New node, the rest of what was
7350 in The Echo Area. Document message-truncate-lines with @defvar.
7351 (Display): Update menu.
7352
7353 * windows.texi (Textual Scrolling): Doc 3 values for
7354 scroll-preserve-screen-position.
7355
7356 * text.texi (Special Properties): Change hook functions
7357 should bind inhibit-modification-hooks around altering buffer text.
7358
7359 * keymaps.texi (Key Binding Commands): Call binding BINDING
7360 rather than DEFINITION.
7361
73622005-06-29 Juanma Barranquero <lekktu@gmail.com>
7363
7364 * variables.texi (Defining Variables): `user-variable-p' returns t
7365 for aliases of user options, nil for alias loops.
7366
73672005-06-28 Richard M. Stallman <rms@gnu.org>
7368
7369 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
7370 make-keymap.
7371
73722005-06-27 Luc Teirlinck <teirllm@auburn.edu>
7373
7374 * variables.texi (Setting Variables): Correct and clarify
7375 description of `add-to-ordered-list'.
7376
73772005-06-26 Richard M. Stallman <rms@gnu.org>
7378
7379 * display.texi (Faces): Minor cleanup.
7380
73812005-06-25 Luc Teirlinck <teirllm@auburn.edu>
7382
7383 * display.texi (Faces): `facep' returns t for strings that are
7384 face names.
7385
73862005-06-25 Richard M. Stallman <rms@gnu.org>
7387
7388 * objects.texi (Equality Predicates): Clarify meaning of equal.
7389
7390 * windows.texi (Selecting Windows): save-selected-window
7391 and with-selected-window save and restore the current buffer.
7392
73932005-06-24 Richard M. Stallman <rms@gnu.org>
7394
7395 * numbers.texi (Float Basics): Explain how to test for NaN,
7396 and printing the sign of NaNs.
7397
73982005-06-24 Eli Zaretskii <eliz@gnu.org>
7399
7400 * makefile.w32-in (MAKEINFO): Use --force.
7401
74022005-06-23 Richard M. Stallman <rms@gnu.org>
7403
7404 * display.texi (Face Functions): Correct Texinfo usage.
7405
74062005-06-23 Luc Teirlinck <teirllm@auburn.edu>
7407
7408 * lists.texi (Rings): `ring-elements' now returns the elements of
7409 RING in order.
7410
74112005-06-23 Juanma Barranquero <lekktu@gmail.com>
7412
7413 * markers.texi (The Mark): Texinfo usage fix.
7414
74152005-06-23 Kim F. Storm <storm@cua.dk>
7416
7417 * searching.texi (Entire Match Data): Remove evaporate option for
7418 match-data. Do not mention evaporate option for set-match-data.
7419
74202005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
7421
7422 * display.texi (Face Functions): Mention face aliases.
7423
74242005-06-21 Richard M. Stallman <rms@gnu.org>
7425
7426 * anti.texi (Antinews): Texinfo usage fix.
7427
74282005-06-21 Karl Berry <karl@gnu.org>
7429
7430 * elisp.texi: Use @copying.
7431
7432 * elisp.texi: Put @summarycontents and @contents before the Top
7433 node, instead of the end of the file, so that the contents appear
7434 in the right place in the dvi/pdf output.
7435
74362005-06-21 Juri Linkov <juri@jurta.org>
7437
7438 * display.texi (Defining Faces): Add `customized-face'.
7439
74402005-06-20 Kim F. Storm <storm@cua.dk>
7441
7442 * variables.texi (Setting Variables): Any type of element can be
7443 given order in add-to-ordered-list. Compare elements with eq.
7444
7445 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
7446
74472005-06-20 Karl Berry <karl@gnu.org>
7448
7449 * syntax.texi (Syntax Flags): Make last column very slightly wider
7450 to avoid "generic comment" breaking on two lines and causing an
7451 underfull box.
7452
74532005-06-19 Luc Teirlinck <teirllm@auburn.edu>
7454
7455 * lists.texi (Rings): Various minor clarifications and corrections.
7456
74572005-06-18 Richard M. Stallman <rms@gnu.org>
7458
7459 * functions.texi (Obsolete Functions): Simplify.
7460
7461 * variables.texi (Variable Aliases): Simplify.
7462
7463 * anti.texi, backups.texi, compile.texi, customization.texi:
7464 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
7465 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
7466 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
7467 * variables.texi: Fix formatting ugliness.
7468
7469 * elisp.texi: Add links to Rings and Byte Packing.
7470 Update version and copyright years.
7471
7472 * minibuf.texi: Fix formatting ugliness.
7473 (Completion Commands): Move keymap vars to the end
7474 and vars completing-read binds to the top.
7475
74762005-06-17 Luc Teirlinck <teirllm@auburn.edu>
7477
7478 * processes.texi: Fix typos.
7479 (Bindat Spec): Correct Texinfo error.
7480 (Byte Packing): Fix ungrammatical sentence.
7481
74822005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
7483
7484 * lists.texi (Rings): New node.
7485 (Lists): Add it to menu.
7486
7487 * processes.texi (Byte Packing): New node.
7488 (Processes): Add it to menu.
7489
74902005-06-17 Richard M. Stallman <rms@gnu.org>
7491
7492 * syntax.texi (Parsing Expressions): Fix texinfo usage.
7493
7494 * help.texi (Documentation Basics): Explain the xref to
7495 Documentation Tips.
7496
7497 * debugging.texi (Debugger Commands): Minor fix.
7498
74992005-06-16 Luc Teirlinck <teirllm@auburn.edu>
7500
7501 * edebug.texi (Instrumenting): Eliminate duplicate link.
7502 (Specification List): Replace references to "below", referring to
7503 a later node, with one @ref to that node.
7504
7505 * os.texi (Timers): Timers should save and restore the match data
7506 if they change it.
7507
7508 * debugging.texi (Debugger Commands): Mention that the Lisp
7509 debugger can not step through primitive functions.
7510
75112005-06-16 Juanma Barranquero <lekktu@gmail.com>
7512
7513 * functions.texi (Obsolete Functions): Update argument names of
7514 `make-obsolete' and `define-obsolete-function-alias'.
7515
7516 * variables.texi (Variable Aliases): Update argument names of
7517 `defvaralias', `make-obsolete-variable' and
7518 `define-obsolete-variable-alias'.
7519
75202005-06-15 Kim F. Storm <storm@cua.dk>
7521
7522 * searching.texi (Entire Match Data): Rephrase warnings about
7523 evaporate arg to match-data and set-match-data.
7524
75252005-06-14 Luc Teirlinck <teirllm@auburn.edu>
7526
7527 * elisp.texi (Top): Update detailed menu.
7528
7529 * edebug.texi (Edebug): Update menu.
7530 (Instrumenting): Update xrefs.
7531 (Edebug Execution Modes): Correct xref.
7532 (Jumping): Clarify description of `h' command.
7533 Eliminate redundant @ref.
7534 (Breaks): New node.
7535 (Breakpoints): Is now a subsubsection.
7536 (Global Break Condition): Mention `C-x X X'.
7537 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
7538 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
7539 (Edebug Display Update): Correct pxref.
7540 (Edebug and Macros): New node.
7541 (Instrumenting Macro Calls): Is now a subsubsection.
7542 Neither arg of `def-edebug-spec' is evaluated.
7543 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
7544 (Specification Examples): Fix typo.
7545
75462005-06-14 Lute Kamstra <lute@gnu.org>
7547
7548 * debugging.texi (Function Debugging): Primitives can break on
7549 entry too.
7550
75512005-06-14 Kim F. Storm <storm@cua.dk>
7552
7553 * variables.texi (Setting Variables): Add add-to-ordered-list.
7554
75552005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
7556
7557 * syntax.texi (Parsing Expressions): Document aux functions and vars of
7558 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
7559
75602005-06-13 Lute Kamstra <lute@gnu.org>
7561
7562 * text.texi (Special Properties): Fix cross reference.
7563
75642005-06-11 Luc Teirlinck <teirllm@auburn.edu>
7565
7566 * debugging.texi (Function Debugging): Delete mention of empty
7567 string argument to `cancel-debug-on-entry'. Delete inaccurate
7568 description of the return value of that command.
7569
75702005-06-11 Alan Mackenzie <acm@muc.de>
7571
7572 * text.texi (Adaptive Fill): Amplify the description of
7573 fill-context-prefix.
7574
75752005-06-10 Luc Teirlinck <teirllm@auburn.edu>
7576
7577 * syntax.texi (Parsing Expressions): Fix Texinfo error.
7578
75792005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
7580
7581 * syntax.texi (Parsing Expressions): Document syntax-ppss.
7582
75832005-06-10 Luc Teirlinck <teirllm@auburn.edu>
7584
7585 * debugging.texi (Error Debugging): Minor rewording.
7586 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
7587 is optional.
7588
75892005-06-10 Lute Kamstra <lute@gnu.org>
7590
7591 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
7592 (Top): Give it a title. Correct version number. Give the
7593 detailed node listing a more prominent header.
7594 * intro.texi: Don't set VERSION here a second time.
7595 Mention Emacs's version too.
7596 * anti.texi (Antinews): Use EMACSVER to refer to the current
7597 version of Emacs.
7598
75992005-06-09 Kim F. Storm <storm@cua.dk>
7600
7601 * searching.texi (Entire Match Data): Explain new `reseat' argument to
7602 match-data and set-match-data.
7603
76042005-06-08 Richard M. Stallman <rms@gnu.org>
7605
7606 * searching.texi (Entire Match Data): Clarify when match-data
7607 returns markers and when integers.
7608
7609 * display.texi (Defining Faces): Explain that face name should not
7610 end in `-face'.
7611
7612 * modes.texi (Mode Line Data): Minor cleanup.
7613 (Customizing Keywords): Node split out of Search-based Fontification.
7614 Add example of using font-lock-add-keywords from a hook.
7615 Clarify when MODE should be non-nil, and when nil.
7616
76172005-06-06 Richard M. Stallman <rms@gnu.org>
7618
7619 * modes.texi (Mode Line Data): Explain what happens when the car
7620 of a list is a void symbol.
7621 (Search-based Fontification): Explain MODE arg to
7622 font-lock-add-keywords and warn about calls from major modes.
7623
76242005-06-08 Juri Linkov <juri@jurta.org>
7625
7626 * display.texi (Standard Faces): Add `shadow' face.
7627
76282005-05-29 Luc Teirlinck <teirllm@auburn.edu>
7629
7630 * modes.texi (Major Mode Conventions): A derived mode only needs
7631 to put the call to the parent mode inside `delay-mode-hooks'.
7632
76332005-05-29 Richard M. Stallman <rms@gnu.org>
7634
7635 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
7636 new, and what that implies. Clarify.
7637
7638 * files.texi (Locating Files): Clean up the text.
7639
7640 * frames.texi (Window Frame Parameters): Document user-size.
7641 Shorten entry for top by referring to left.
7642
76432005-05-26 Richard M. Stallman <rms@gnu.org>
7644
7645 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
7646 is new, and what the implications are. Other clarifications.
7647
76482005-05-24 Richard M. Stallman <rms@gnu.org>
7649
7650 * frames.texi (Dialog Boxes): Minor fixes.
7651
76522005-05-25 Masatake YAMATO <jet@gyve.org>
7653
7654 * display.texi (Standard Faces): Write about `mode-line-highlight'.
7655
76562005-05-24 Luc Teirlinck <teirllm@auburn.edu>
7657
7658 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
7659 is optional.
7660
76612005-05-24 Nick Roberts <nickrob@snap.net.nz>
7662
10d1d0af 7663 * frames.texi (Dialog Boxes): Describe new optional argument.
b8d4c8d0
GM
7664
76652005-05-23 Lute Kamstra <lute@gnu.org>
7666
7667 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
7668 syntax-begin-function over font-lock-beginning-of-syntax-function.
7669
76702005-05-21 Luc Teirlinck <teirllm@auburn.edu>
7671
7672 * minibuf.texi (Reading File Names): Update description of
7673 `read-directory-name'.
7674
7675 * modes.texi (Derived Modes): Clarify :group keyword.
7676
76772005-05-21 Eli Zaretskii <eliz@gnu.org>
7678
7679 * files.texi (Locating Files): New subsection.
7680 Describe locate-file and executable-find.
7681
76822005-05-21 Kevin Ryde <user42@zip.com.au>
7683
7684 * frames.texi (Initial Parameters): Update cross reference to
7685 "Emacs Invocation".
7686
76872005-05-19 Luc Teirlinck <teirllm@auburn.edu>
7688
7689 * keymaps.texi (Active Keymaps): Add anchor.
7690
7691 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
7692 (Major Mode Conventions): Refer to `Auto Major Mode' in more
7693 appropriate place.
7694 (Derived Modes): Small clarifications.
7695 (Minor Mode Conventions, Keymaps and Minor Modes):
7696 Replace references to nodes with references to anchors.
7697 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
7698 Clarify description of lists whose first element is an integer.
7699 (Mode Line Variables): Add anchor.
7700 (%-Constructs): Clarify description of integer after %.
7701 (Emulating Mode Line): Describe nil value for FACE.
7702
77032005-05-18 Luc Teirlinck <teirllm@auburn.edu>
7704
7705 * modes.texi (Derived Modes): Correct references to non-existing
7706 variable standard-syntax-table.
7707
77082005-05-17 Lute Kamstra <lute@gnu.org>
7709
7710 * modes.texi (Defining Minor Modes): Mention the mode hook.
7711
77122005-05-15 Kim F. Storm <storm@cua.dk>
7713
7714 * processes.texi (Network): Remove open-network-stream-nowait.
7715 (Network Servers): Remove open-network-stream-server.
7716
77172005-05-15 Luc Teirlinck <teirllm@auburn.edu>
7718
7719 * elisp.texi (Top): Update detailed menu.
7720
7721 * variables.texi: Reorder nodes.
7722 (Variables): Update menu.
7723 (File Local Variables): Do not refer to the `-*-' line as
7724 a "local variables list". Add pxref.
7725
77262005-05-14 Luc Teirlinck <teirllm@auburn.edu>
7727
7728 * elisp.texi (Top): Update detailed menu for node changes.
7729
7730 * modes.texi (Modes): Update Menu.
7731 (Hooks): Move to beginning of chapter.
7732 Most minor modes run mode hooks too.
7733 `add-hook' can handle void hooks or hooks whose value is a single
7734 function.
7735 (Major Modes): Update Menu.
7736 (Major Mode Basics): New node, split off from `Major Modes'.
7737 (Major Mode Conventions): Correct xref. Explain how to handle
7738 auto-mode-alist if the major mode command has an autoload cookie.
7739 (Auto Major Mode): Major update. Add magic-mode-alist.
7740 (Derived Modes): Major update.
7741 (Mode Line Format): Update Menu.
7742 (Mode Line Basics): New node, split off from `Mode Line Format'.
7743
7744 * loading.texi (Autoload): Mention `autoload cookie' as synonym
7745 for `magic autoload comment'. Add index entries and anchor.
7746
77472005-05-14 Richard M. Stallman <rms@gnu.org>
7748
7749 * tips.texi (Coding Conventions): Explain how important it is
7750 that just loading certain files not change Emacs behavior.
7751
7752 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
7753
77542005-05-12 Lute Kamstra <lute@gnu.org>
7755
7756 * modes.texi (Generic Modes): Update.
7757 (Major Modes): Refer to node "Generic Modes".
7758
7759 * elisp.texi (Top): Update to the current structure of the manual.
7760 * processes.texi (Processes): Add menu description.
7761 * customize.texi (Customization): Add menu descriptions.
7762
77632005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
7764
7765 * processes.texi (Signals to Processes)
7766 (Low-Level Network): Fix typos.
7767
77682005-05-11 Lute Kamstra <lute@gnu.org>
7769
7770 * elisp.texi (Top): Add some nodes from the chapter "Major and
7771 Minor Modes" to the detailed node listing.
7772
77732005-05-10 Richard M. Stallman <rms@gnu.org>
7774
7775 * keymaps.texi (Extended Menu Items): Menu item filter functions
7776 can be called at any time.
7777
77782005-05-08 Luc Teirlinck <teirllm@auburn.edu>
7779
7780 * variables.texi (File Local Variables): `(hack-local-variables t)'
7781 now also checks whether a mode is specified in the local variables
7782 list.
7783
77842005-05-05 Kevin Ryde <user42@zip.com.au>
7785
7786 * display.texi (The Echo Area): Correct format function cross
7787 reference.
7788
77892005-05-05 Luc Teirlinck <teirllm@auburn.edu>
7790
7791 * variables.texi (Variable Aliases): Change description of
7792 `define-obsolete-variable-alias'.
7793
7794 * functions.texi (Functions): Add "Obsolete Functions" to menu.
7795 (Defining Functions): Add xref.
7796 (Obsolete Functions): New node.
7797 (Function Safety): Standardize capitalization of section title.
7798
7799 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
7800 (Dialog Boxes): Complete description of `x-popup-dialog'.
7801
78022005-05-04 Richard M. Stallman <rms@gnu.org>
7803
7804 * commands.texi (Interactive Codes): Fix Texinfo usage.
7805 Document U more clearly.
7806
78072005-05-01 Luc Teirlinck <teirllm@auburn.edu>
7808
7809 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
7810 function and not a macro.
7811
7812 * frames.texi (Pop-Up Menus): Correct and clarify description of
7813 `x-popup-menu'.
7814 (Dialog Boxes): Clarify description of `x-popup-dialog'.
7815
78162005-05-01 Richard M. Stallman <rms@gnu.org>
7817
7818 * edebug.texi (Checking Whether to Stop): Fix previous change.
7819
78202005-05-01 Luc Teirlinck <teirllm@auburn.edu>
7821
7822 * display.texi: Fix typos and Texinfo usage.
7823
7824 * edebug.texi (Checking Whether to Stop): executing-macro ->
7825 executing-kbd-macro.
7826
78272005-05-01 Richard M. Stallman <rms@gnu.org>
7828
7829 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
7830
78312005-04-30 Richard M. Stallman <rms@gnu.org>
7832
7833 * files.texi (Magic File Names): Document `operations' property.
7834
78352005-04-29 Lute Kamstra <lute@gnu.org>
7836
7837 * modes.texi (Generic Modes): New node.
7838 (Major Modes): Add it to the menu.
7839 (Derived Modes): Add "derived mode" to concept index.
7840
78412005-04-28 Lute Kamstra <lute@gnu.org>
7842
7843 * modes.texi (Defining Minor Modes): Fix previous change.
7844 (Font Lock Mode): Simplify.
7845 (Font Lock Basics): Say that font-lock-defaults is buffer-local
7846 when set and that some parts are optional. Add cross references.
7847 (Search-based Fontification): Say how to specify font-lock-keywords.
7848 Add cross references. Add font-lock-multiline to index.
7849 Move font-lock-keywords-case-fold-search here from node "Other Font
7850 Lock Variables". Document font-lock-add-keywords and
7851 font-lock-remove-keywords.
7852 (Other Font Lock Variables): Move font-lock-keywords-only,
7853 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
7854 and font-lock-syntactic-face-function to node "Syntactic Font
7855 Lock". Move font-lock-keywords-case-fold-search to node
7856 "Search-based Fontification". Document font-lock-inhibit-thing-lock
7857 and font-lock-{,un}fontify-{buffer,region}-function.
7858 (Precalculated Fontification): Remove reference to deleted variable
7859 font-lock-core-only.
7860 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
7861 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
7862 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
7863 and font-lock-syntactic-face-function here from node "Other Font
7864 Lock Variables". Move font-lock-syntactic-keywords to "Setting
7865 Syntax Properties". Add cross references.
7866 (Setting Syntax Properties): New node.
7867 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
7868 * syntax.texi (Syntax Properties): Add cross reference.
7869 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
7870
78712005-04-26 Richard M. Stallman <rms@gnu.org>
7872
7873 * display.texi (Defining Faces):
7874 Document `default' elements of defface spec.
7875
7876 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
7877
7878 * variables.texi (Variable Aliases): Clarify text.
7879
78802005-04-25 Chong Yidong <cyd@stupidchicken.com>
7881
7882 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
7883
78842005-04-25 Luc Teirlinck <teirllm@auburn.edu>
7885
7886 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
7887
78882005-04-24 Eli Zaretskii <eliz@gnu.org>
7889
7890 * syntax.texi (Syntax Table Internals): Elaborate documentation of
7891 syntax-after and syntax-class.
7892
7893 * files.texi (Changing Files): Fix last change's cross-reference.
7894 (Unique File Names): Don't mention "numbers" in the documentation
7895 of make-temp-file and make-temp-name.
7896
78972005-04-23 Richard M. Stallman <rms@gnu.org>
7898
7899 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
7900
79012005-04-22 Nick Roberts <nickrob@snap.net.nz>
7902
7903 * windows.texi (Cyclic Window Ordering): Clarify window-list.
7904
79052005-04-22 Nick Roberts <nickrob@snap.net.nz>
7906
7907 * variables.texi (Variable Aliases): Describe make-obsolete-variable
7908 and define-obsolete-variable-alias.
7909
79102005-04-22 Kim F. Storm <storm@cua.dk>
7911
7912 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
7913 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
7914
79152005-04-21 Lute Kamstra <lute@gnu.org>
7916
7917 * lists.texi (Association Lists): Document rassq-delete-all.
7918
79192005-04-19 Richard M. Stallman <rms@gnu.org>
7920
7921 * modes.texi (Search-based Fontification): Explain that
7922 facespec is an expression to be evaluated.
7923
79242005-04-19 Kevin Ryde <user42@zip.com.au>
7925
7926 * streams.texi (Output Functions): Fix xref.
7927 * strings.texi (String Conversion): Fix xref.
7928
79292005-04-19 Kim F. Storm <storm@cua.dk>
7930
7931 * symbols.texi (Symbol Plists): Add safe-get.
7932 Mention that `get' may signal an error.
7933
79342005-04-18 Nick Roberts <nickrob@snap.net.nz>
7935
7936 * customize.texi (Variable Definitions): Replace tooltip-mode
7937 example with save-place.
7938
79392005-04-17 Richard M. Stallman <rms@gnu.org>
7940
7941 * buffers.texi (Indirect Buffers): Clarify.
7942
7943 * positions.texi (Positions): Clarify converting marker to integer.
7944
7945 * strings.texi (String Basics): Mention string-match; clarify.
7946
79472005-04-08 Lute Kamstra <lute@gnu.org>
7948
7949 * modes.texi (Search-based Fontification): Fix cross references.
7950 Use consistent terminology. Document anchored highlighting.
7951
79522005-04-05 Lute Kamstra <lute@gnu.org>
7953
7954 * modes.texi (Defining Minor Modes): Document :group keyword
7955 argument and its default value.
7956
79572005-04-03 Lute Kamstra <lute@gnu.org>
7958
7959 * hooks.texi (Standard Hooks): Add some hooks. Add cross
7960 references and/or descriptions. Delete major mode hooks; mention
7961 them as a category instead. Rename or delete obsolete hooks.
7962
79632005-04-02 Richard M. Stallman <rms@gnu.org>
7964
7965 * nonascii.texi (Coding System Basics): Another wording cleanup.
7966
79672005-04-01 Richard M. Stallman <rms@gnu.org>
7968
7969 * nonascii.texi (Coding System Basics): Clarify previous change.
7970
79712005-04-01 Kenichi Handa <handa@m17n.org>
7972
10d1d0af 7973 * nonascii.texi (Coding System Basics): Describe about roundtrip
b8d4c8d0
GM
7974 identity of coding systems.
7975
79762005-03-29 Chong Yidong <cyd@stupidchicken.com>
7977
7978 * text.texi (Buffer Contents): Add filter-buffer-substring and
7979 buffer-substring-filters.
7980
79812005-03-26 Chong Yidong <cyd@stupidchicken.com>
7982
7983 * anti.texi (Antinews): Mention `G' interactive code.
7984
7985 * tips.texi (Compilation Tips): Mention benchmark.el.
7986
79872005-03-27 Luc Teirlinck <teirllm@auburn.edu>
7988
7989 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
7990 is now bound to M-o M-o.
7991
7992 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
7993
79942005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
7995
7996 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
7997 in the Emacs Manual).
7998 * Makefile.in (srcs): Remove calendar.texi.
7999 * makefile.w32-in (srcs): Remove calendar.texi.
8000 * display.texi (Display): Change name of next node.
8001 * os.texi (System In): Change name of previous node.
8002 * elisp.texi (Top): Remove Calendar references.
8003 * vol1.texi (Top): Remove Calendar references.
8004 * vol2.texi (Top): Remove Calendar references.
8005
80062005-03-25 Richard M. Stallman <rms@gnu.org>
8007
8008 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
8009 Cleanup previous change.
8010
80112005-03-25 Chong Yidong <cyd@stupidchicken.com>
8012
8013 * display.texi (Face Attributes): Faces earlier in an :inherit
8014 list take precedence.
8015 (Scroll Bars): Fix description of vertical-scroll-bars.
8016 Document frame-current-scroll-bars and window-current-scroll-bars.
8017
8018 * markers.texi (The Mark): Document temporary Transient Mark mode.
8019
8020 * minibuf.texi (Reading File Names):
8021 Document read-file-name-completion-ignore-case.
8022
8023 * positions.texi (Screen Lines): Document nil for width argument
8024 to compute-motion.
8025
80262005-03-23 Kim F. Storm <storm@cua.dk>
8027
8028 * display.texi (Standard Faces): Other faces used in the fringe
8029 implicitly inherits from the fringe face.
8030 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
8031 properties implicitly inherits from fringe face.
8032 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
8033
80342005-03-20 Chong Yidong <cyd@stupidchicken.com>
8035
8036 * display.texi (Invisible Text): State default value of
8037 line-move-ignore-invisible.
8038 (Managing Overlays): Document remove-overlays.
8039 (Standard Faces): Document escape-glyph face.
8040
8041 * minibuf.texi (Reading File Names): Document read-file-name-function.
8042
8043 * modes.texi (Other Font Lock Variables):
8044 Document font-lock-lines-before.
8045
8046 * positions.texi (Skipping Characters): skip-chars-forward allows
8047 character classes.
8048
80492005-03-18 Lute Kamstra <lute@gnu.org>
8050
8051 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
8052
80532005-03-17 Richard M. Stallman <rms@gnu.org>
8054
8055 * text.texi (Undo): Document extensible undo entries.
8056
dd7b651b 8057 * searching.texi (String Search, Regexp Search): Cleanups.
b8d4c8d0
GM
8058
8059 * nonascii.texi (Character Codes): Minor fix.
8060
8061 * display.texi (Display Property): Explain the significance
8062 of having text properties that are eq.
8063 (Other Display Specs): Explain string as display spec.
8064
8065 * commands.texi (Interactive Codes): Document G option.
8066
80672005-03-17 Chong Yidong <cyd@stupidchicken.com>
8068
8069 * text.texi (Filling): Add sentence-end-without-period and
8070 sentence-end-without-space.
8071 (Changing Properties): Minor fix.
8072
8073 * anti.texi: Total rewrite.
8074
80752005-03-15 Lute Kamstra <lute@gnu.org>
8076
8077 * edebug.texi (Instrumenting Macro Calls): Fix typos.
8078
80792005-03-08 Kim F. Storm <storm@cua.dk>
8080
8081 * display.texi (Specified Space): Property :width is support on
8082 non-graphic terminals, :height is not.
8083
80842005-03-07 Richard M. Stallman <rms@gnu.org>
8085
8086 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
8087 Now subnodes of Fringes.
8088 (Overlay Arrow): Document overlay-arrow-variable-list.
8089 (Fringe Size/Pos): New node, broken out of Fringes.
8090 (Display): Explain clearing vs redisplay better.
8091 (Truncation): Clarify use of bitmaps.
8092 (The Echo Area): Clarify the uses of the echo area.
8093 Add max-mini-window-height.
8094 (Progress): Clarify.
8095 (Invisible Text): Explain that main loop moves point out.
8096 (Selective Display): Say "hidden", not "invisible".
8097 (Managing Overlays): Move up. Describe relation to Undo here.
8098 (Overlay Properties): Clarify intro.
8099 (Finding Overlays): Explain return values when nothing found.
8100 (Width): truncate-string-to-width has added arg.
8101 (Displaying Faces): Clarify and update mode line face handling.
8102 (Face Functions): Minor cleanup.
8103 (Conditional Display): Merge into Other Display Specs.
8104 (Pixel Specification, Other Display Specs): Minor cleanups.
8105 (Images, Image Descriptors): Minor cleanups.
8106 (GIF Images): Patents have expired.
8107 (Showing Images): Explain default text for insert-image.
8108 (Manipulating Button Types): Merge into Manipulating Buttons.
8109 (Making Buttons): Explain return values.
8110 (Button Buffer Commands): Add xref.
8111 (Inverse Video): Update mode-line-inverse-video.
8112 (Display Table Format): Clarify.
8113 (Active Display Table): Give defaults for window-display-table.
8114
8115 * calendar.texi (Calendar Customizing): calendar-holiday-marker
8116 and calendar-today-marker are strings, not chars.
8117 (Holiday Customizing): Minor fix.
8118
8119 * internals.texi (Writing Emacs Primitives): Update `or' example.
8120 Update limit on # args of subr.
8121
8122 * edebug.texi (Using Edebug): Arrow is in fringe.
8123 (Instrumenting): Arg to eval-defun works without loading edebug.
8124 (Edebug Execution Modes): Add xref.
8125
8126 * customize.texi (Common Keywords): Clarify :require.
8127 Mention :version here.
8128 (Variable Definitions, Group Definitions): Not here.
8129 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
8130
81312005-03-07 Chong Yidong <cyd@stupidchicken.com>
8132 * nonascii.texi (Text Representations): Clarify position-bytes.
8133 (Character Sets): Add list-charset-chars.
8134 (Scanning Charsets): Add charset-after.
8135 (Encoding and I/O): Minor fix.
8136
81372005-03-06 Richard M. Stallman <rms@gnu.org>
8138
8139 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
8140 (Resizing Windows): Likewise.
8141
8142 * text.texi (Change Hooks): Get rid of "Emacs 21".
8143
8144 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
8145
8146 * streams.texi (Output Variables): Get rid of "Emacs 21".
8147
8148 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
8149
8150 * os.texi (Translating Input): Replace flow-control example
8151 with a less obsolete example that uses `keyboard-translate'.
8152
8153 * objects.texi (Hash Table Type, Circular Objects):
8154 Get rid of "Emacs 21".
8155
8156 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
8157 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
8158
8159 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
8160
8161 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
8162
8163 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
8164 (Menu Bar): Fix when menu-bar-update-hook is called.
8165
8166 * hash.texi (Hash Tables): Get rid of "Emacs 21".
8167
8168 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
8169 and make it read better.
8170
8171 * files.texi (Writing to Files): Get rid of "Emacs 21".
8172 (Unique File Names): Likewise.
8173
8174 * elisp.texi: Update Emacs version to 22.
8175
8176 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
8177 (Overlay Properties, Face Attributes): Likewise.
8178 (Managing Overlays): Fix punctuation.
8179 (Attribute Functions): Clarify set-face-font; get rid of
8180 info about old Emacs versions.
8181 (Auto Faces, Font Lookup, Display Property, Images):
8182 Get rid of "Emacs 21".
8183
8184 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
8185
81862005-03-05 Richard M. Stallman <rms@gnu.org>
8187
8188 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
8189
81902005-03-04 Lute Kamstra <lute@gnu.org>
8191
8192 * debugging.texi (Error Debugging): Document stack-trace-on-error.
8193
81942005-03-03 Lute Kamstra <lute@gnu.org>
8195
8196 * edebug.texi (Instrumenting Macro Calls): Fix typo.
8197
81982005-03-01 Lute Kamstra <lute@gnu.org>
8199
8200 * debugging.texi (Debugger Commands): Update `j'.
8201
82022005-02-28 Lute Kamstra <lute@gnu.org>
8203
8204 * debugging.texi (Debugging): Fix typo.
8205 (Error Debugging): Document eval-expression-debug-on-error.
8206 (Function Debugging): Update example.
8207 (Using Debugger): Mention starred stack frames.
8208 (Debugger Commands): Document `j' and `l'.
8209 (Invoking the Debugger): `d' and `j' exit recursive edit too.
8210 Update the messages that the debugger displays.
8211 (Internals of Debugger): Add cross reference. Update example.
8212 (Excess Open): Minor improvement.
8213 (Excess Close): Minor improvement.
8214
82152005-02-26 Richard M. Stallman <rms@gnu.org>
8216
8217 * tips.texi (Coding Conventions): Clarify.
8218 Put all the major mode key reservations together.
8219 Mention the Mouse-1 => Mouse-2 conventions.
8220
8221 * syntax.texi (Syntax Class Table): Clarify.
8222 (Syntax Table Functions): syntax-after moved from here.
8223 (Syntax Table Internals): syntax-after moved to here.
8224 (Parsing Expressions): Update info on number of values
8225 and what's meaningful in the STATE argument.
8226 (Categories): Fix typo.
8227
8228 * sequences.texi (Arrays): Cleanup.
8229 (Char-Tables): Clarify.
8230
8231 * processes.texi (Deleting Processes): Cleanups, add xref.
8232 (Subprocess Creation): Explain nil in exec-path. Cleanup.
8233 (Process Information): set-process-coding-system, some args optional.
8234 (Input to Processes): Explain various types for PROCESS args.
8235 Rename them from PROCESS-NAME to PROCESS.
8236 (Signals to Processes): Likewise.
8237 (Decoding Output): Cleanup.
8238 (Query Before Exit): Clarify.
8239
8240 * os.texi (Startup Summary): Correct the options; add missing ones.
8241 (Terminal Output, Batch Mode): Clarify.
8242 (Flow Control): Node deleted.
8243
8244 * markers.texi (The Mark): Clarify.
8245
8246 * macros.texi (Expansion): Cleanup.
8247 (Indenting Macros): indent-spec allows ints, not floats.
8248
8249 * keymaps.texi (Keymaps): Clarify.
8250 (Format of Keymaps): Update lisp-mode-map example.
8251 (Active Keymaps, Key Lookup): Clarify.
8252 (Changing Key Bindings): Add xref to `kbd'.
8253 (Key Binding Commands, Simple Menu Items): Clarify.
8254 (Mouse Menus, Menu Bar): Clarify.
8255 (Menu Example): Replace print example with menu-bar-replace-menu.
8256
8257 * help.texi (Documentation Basics): Add function-documentation prop.
8258
8259 * elisp.texi (Top): Don't refer to Flow Control node.
8260
8261 * commands.texi (Command Overview): Improve xrefs.
8262 (Adjusting Point): Adjusting point applies to intangible and invis.
8263 (Key Sequence Input): Doc extra read-key-sequence args.
8264 Likewise for read-key-sequence-vector.
8265
8266 * backups.texi (Rename or Copy): Minor fix.
8267 (Numbered Backups): For version-control, say the default.
8268 (Auto-Saving): make-auto-save-file-name example is simplified.
8269
8270 * advice.texi (Advising Functions): Don't imply one part of Emacs
8271 should advise another part. Markup changes.
8272 (Defining Advice): Move transitional para.
8273 (Activation of Advice): Cleanup.
8274 Explain if COMPILE is nil or negative.
8275
8276 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
8277
82782005-02-24 Lute Kamstra <lute@gnu.org>
8279
8280 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
8281 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
8282
82832005-02-23 Lute Kamstra <lute@gnu.org>
8284
8285 * modes.texi (Defining Minor Modes): define-minor-mode can be used
8286 to define global minor modes as well.
8287
8288 * display.texi (Managing Overlays): overlay-buffer returns nil for
8289 deleted overlays.
8290
82912005-02-22 Kim F. Storm <storm@cua.dk>
8292
8293 * minibuf.texi (Basic Completion): Allow symbols in addition to
8294 strings in try-completion and all-completions.
8295
82962005-02-14 Lute Kamstra <lute@gnu.org>
8297
8298 * elisp.texi (Top): Remove reference to deleted node.
8299
8300 * lists.texi (Lists): Remove reference to deleted node.
8301 (Cons Cells): Fix typo.
8302
8303 * loading.texi (Where Defined): Fix typo.
8304
83052005-02-14 Richard M. Stallman <rms@gnu.org>
8306
8307 * variables.texi (Creating Buffer-Local): change-major-mode-hook
8308 is useful for discarding some minor modes.
8309
8310 * symbols.texi (Symbol Components): Reorder examples.
8311
8312 * streams.texi (Input Functions): State standard-input default.
8313 (Output Variables): State standard-output default.
8314
8315 * objects.texi (Printed Representation): Clarify read syntax vs print.
8316 (Floating Point Type): Explain meaning better.
8317 (Symbol Type): Explain uniqueness better.
8318 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
8319 List examples sooner.
8320 (Box Diagrams): New subnode broken out.
8321 Some examples moved from old Lists as Boxes node.
8322 (Dotted Pair Notation): Clarify intro.
8323 (Array Type): Clarify.
8324 (Type Predicates): Add hash-table-p.
8325
8326 * numbers.texi (Integer Basics): Clarify radix explanation.
8327 (Predicates on Numbers): Minor clarification.
8328 (Comparison of Numbers): Minor clarification. Clarify eql.
8329 Typos in min, max.
8330 (Math Functions): Clarify overflow in expt.
8331
8332 * minibuf.texi (Text from Minibuffer): Minor clarification.
8333 Mention arrow keys.
8334
8335 * loading.texi (Autoload): defun's doc string overrides autoload's
8336 doc string.
8337 (Repeated Loading): Modernize "add to list" examples.
8338 (Where Defined): Finish updating table of load-history elts.
8339
8340 * lists.texi (List-related Predicates): Minor wording improvement.
8341 (Lists as Boxes): Node deleted.
8342 (Building Lists): Explain trivial cases of number-sequence.
8343
8344 * hash.texi (Hash Tables): Add desc to menu items.
10d1d0af 8345 (Creating Hash): Explain "full" means "make larger".
b8d4c8d0
GM
8346 (Hash Access): Any object can be a key.
8347 State value of maphash.
8348
8349 * functions.texi (What Is a Function): Wording cleanup.
8350 (Function Documentation): Minor cleanup.
8351 Explain purpose of calling convention at end of doc string.
8352 (Function Names): Wording cleanup.
8353 (Calling Functions): Wording cleanup.
8354 Explain better how funcall calls the function.
8355 (Function Cells): Delete example of saving and redefining function.
8356
8357 * control.texi (Combining Conditions): Wording cleanup.
8358 (Iteration): dolist and dotimes bind VAR locally.
8359 (Cleanups): Xref to Atomic Changes.
8360
8361 * compile.texi (Byte Compilation): Delete 19.29 info.
8362 (Compilation Functions): Macros' difficulties don't affect defsubst.
8363 (Docs and Compilation): Delete 19.29 info.
8364
83652005-02-10 Richard M. Stallman <rms@gnu.org>
8366
8367 * objects.texi (Symbol Type): Minor correction.
8368
83692005-02-06 Lute Kamstra <lute@gnu.org>
8370
8371 * modes.texi (Example Major Modes): Fix typos.
8372
83732005-02-06 Richard M. Stallman <rms@gnu.org>
8374
8375 * text.texi (Margins): fill-nobreak-predicate can be one function.
8376
8377 * strings.texi (Modifying Strings): clear-string can make unibyte.
8378 (Formatting Strings): format gives error if values missing.
8379
8380 * positions.texi (Character Motion): Mention default arg
8381 for forward-char. backward-char refers to forward-char.
8382 (Word Motion): Mention default arg for forward-word.
8383 (Buffer End Motion): Mention default arg for beginning-of-buffer.
8384 Simplify end-of-buffer.
8385 (Text Lines): Mention default arg for forward-line.
8386 (List Motion): Mention default arg for beginning/end-of-defun.
8387 (Skipping Characters): Minor fixes in explaining character-set.
8388
8389 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
8390 Mode inheritance applies only when default-major-mode is nil.
8391 Clarifications.
8392 (Example Major Modes): Update Text mode and Lisp mode examples.
8393 (Minor Mode Conventions): Mention define-minor-mode at top.
8394 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
8395 (Mode Line Format): Update mode line face display info.
8396 (Properties in Mode): Mention effect of risky vars.
8397 (Imenu): Define imenu-add-to-menubar.
8398 (Font Lock Mode): Add descriptions to menu lines.
8399 (Faces for Font Lock): Add font-lock-doc-face.
8400
84012005-02-05 Lute Kamstra <lute@gnu.org>
8402
8403 * text.texi (Maintaining Undo): Remove obsolete function.
8404
84052005-02-05 Eli Zaretskii <eliz@gnu.org>
8406
8407 * frames.texi (Color Names): Add pointer to the X docs about RGB
c4cc8b9a 8408 color specifications. Improve indexing.
b8d4c8d0
GM
8409 (Text Terminal Colors): Replace the description of RGB values by
8410 an xref to "Color Names".
8411
84122005-02-03 Richard M. Stallman <rms@gnu.org>
8413
8414 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
8415 Clarify.
8416 (Selecting Windows): Clarify save-selected-window.
8417 (Cyclic Window Ordering): Clarify walk-windows.
8418 (Window Point): Clarify.
8419 (Window Start): Add comment to example.
8420 (Resizing Windows): Add `interactive' specs in examples.
8421 Document fit-window-to-buffer.
8422
8423 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
8424 (Undo, Maintaining Undo): Clarify last change.
8425 (Sorting): In sort-numeric-fields, explain about octal and hex.
8426 Mention sort-numeric-base.
8427 (Format Properties): Add xref for hard newlines.
8428
8429 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
8430 (Pop-Up Menus): Fix typo.
8431 (Color Names): Explain all types of color names.
8432 Explain color-values on B&W terminal.
8433 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
8434
8435 * files.texi (File Locks): Not supported on MS systems.
8436 (Testing Accessibility): Clarify.
8437
8438 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
8439 (Coverage Testing): Fix typo.
8440
8441 * commands.texi (Misc Events): Remove stray space.
8442
8443 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
8444 (Modification Time): Clarify when visited-file-modtime returns 0.
8445 (The Buffer List): Clarify bury-buffer.
8446 (Killing Buffers): Clarify.
8447 (Indirect Buffers): Add clone-indirect-buffer.
8448
84492005-02-02 Matt Hodges <MPHodges@member.fsf.org>
8450
8451 * edebug.texi (Printing in Edebug): Fix default value of
8452 edebug-print-circle.
8453 (Coverage Testing): Fix displayed frequency count data.
8454
84552005-02-02 Luc Teirlinck <teirllm@auburn.edu>
8456
8457 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
8458
84592005-02-02 Kim F. Storm <storm@cua.dk>
8460
8461 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
8462
84632005-01-29 Eli Zaretskii <eliz@gnu.org>
8464
8465 * commands.texi (Misc Events): Describe the help-echo event.
8466
8467 * text.texi (Special Properties) <help-echo>: Use `pos'
8468 consistently in description of the help-echo property.
8469 Use @code{nil} instead of @var{nil}.
8470
8471 * display.texi (Overlay Properties): Fix the index entry for
8472 help-echo overlay property.
8473
8474 * customize.texi (Type Keywords): Uncomment the xref to the
8475 help-echo property documentation.
8476
84772005-01-23 Kim F. Storm <storm@cua.dk>
8478
8479 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
8480 return value. Third element FULLY replaced by PARTIAL which
8481 specifies number of invisible pixels if row is only partially visible.
8482 (Textual Scrolling): Mention auto-window-vscroll.
8483 (Vertical Scrolling): New defvar auto-window-vscroll.
8484
84852005-01-16 Luc Teirlinck <teirllm@auburn.edu>
8486
8487 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
8488 command remapping.
8489
84902005-01-15 Richard M. Stallman <rms@gnu.org>
8491
8492 * display.texi (Defining Images): Mention DATA-P arg of create-image.
8493
84942005-01-14 Kim F. Storm <storm@cua.dk>
8495
8496 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
8497
8498 * text.texi (Links and Mouse-1): Fix string and vector item.
8499
85002005-01-13 Richard M. Stallman <rms@gnu.org>
8501
8502 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
8503 descriptions of overriding-local-map and overriding-terminal-local-map.
8504
8505 * text.texi (Links and Mouse-1): Clarify text.
8506
85072005-01-13 Kim F. Storm <storm@cua.dk>
8508
8509 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
8510
85112005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
8512
8513 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
8514
85152005-01-12 Kim F. Storm <storm@cua.dk>
8516
8517 * text.texi (Links and Mouse-1): Rename section from Enabling
8518 Mouse-1 to Following Links. Change xrefs.
8519 Add examples for define-button-type and define-widget.
8520
8521 * display.texi (Button Properties, Button Buffer Commands):
8522 Clarify mouse-1 and follow-link functionality.
8523
85242005-01-12 Richard M. Stallman <rms@gnu.org>
8525
8526 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
8527
8528 * display.texi (Beeping): Fix Texinfo usage.
8529
8530 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
8531
85322005-01-11 Kim F. Storm <storm@cua.dk>
8533
8534 * display.texi (Button Properties, Button Buffer Commands):
8535 Mention mouse-1 binding. Add follow-link keyword.
8536
8537 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
8538 (Enabling Mouse-1 to Follow Links): New subsection.
8539
85402005-01-06 Richard M. Stallman <rms@gnu.org>
8541
8542 * text.texi (Special Properties): Minor change.
8543
8544 * os.texi (Timers): Clarify previous change.
8545
8546 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
8547
85482005-01-01 Luc Teirlinck <teirllm@auburn.edu>
8549
8550 * display.texi (Face Attributes): Correct xref to renamed node.
8551
85522005-01-01 Richard M. Stallman <rms@gnu.org>
8553
8554 * display.texi (Face Attributes): Describe hex color specs.
8555
85562004-12-31 Richard M. Stallman <rms@gnu.org>
8557
8558 * os.texi (Timers): Update previous change.
8559
85602004-12-30 Kim F. Storm <storm@cua.dk>
8561
8562 * display.texi (Line Height): Total line-height is now specified
8563 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
8564 in cons cells. (nil . RATIO) is relative to actual line height.
8565 Use line-height `t' instead of `0' to get minimum height.
8566
85672004-12-29 Richard M. Stallman <rms@gnu.org>
8568
8569 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
8570
85712004-12-28 Richard M. Stallman <rms@gnu.org>
8572
8573 * commands.texi (Quitting): Clarify value of with-local-quit.
8574
8575 * elisp.texi (Top): Fix previous change.
8576
8577 * loading.texi (Loading): Fix previous change.
8578
85792004-12-27 Richard M. Stallman <rms@gnu.org>
8580
8581 * Makefile.in (MAKEINFO): Specify --force.
8582
8583 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
8584
8585 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
8586
8587 * display.texi (Line Height): Further clarify.
8588
8589 * elisp.texi (Top): Update Loading submenu.
8590
8591 * loading.texi (Where Defined): New node.
8592 (Unloading): load-history moved to Where Defined.
8593
85942004-12-21 Richard M. Stallman <rms@gnu.org>
8595
8596 * commands.texi (Event Input Misc): Add while-no-input.
8597
85982004-12-11 Richard M. Stallman <rms@gnu.org>
8599
8600 * display.texi (Line Height): Rewrite text for clarity.
8601
86022004-12-11 Kim F. Storm <storm@cua.dk>
8603
8604 * display.texi (Display): Add node "Line Height" to menu.
8605 (Line Height): New node. Move full description of line-spacing
8606 and line-height text properties here from text.texi.
8607 (Scroll Bars): Add vertical-scroll-bar variable.
8608
8609 * frames.texi (Window Frame Parameters): Remove line-height defvar.
8610
8611 * locals.texi (Standard Buffer-Local Variables): Fix xref for
8612 line-spacing and vertical-scroll-bar.
8613
8614 * text.texi (Special Properties): Just mention line-spacing and
8615 line-height here, add xref to new "Line Height" node.
8616
86172004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
8618
8619 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
8620
8621 * locals.texi (Standard Buffer-Local Variables):
8622 Add @xref for `line-spacing'.
8623
86242004-12-05 Richard M. Stallman <rms@gnu.org>
8625
8626 * Makefile.in (maintainer-clean): Remove the info files
8627 in $(infodir) where they are created.
8628
86292004-12-03 Richard M. Stallman <rms@gnu.org>
8630
8631 * windows.texi (Selecting Windows): get-lru-window and
8632 get-largest-window don't consider dedicated windows.
8633
8634 * text.texi (Undo): Document undo-in-progress.
8635
86362004-11-26 Richard M. Stallman <rms@gnu.org>
8637
8638 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
8639 Remove a few vars that are not always buffer-local.
8640
86412004-11-24 Luc Teirlinck <teirllm@auburn.edu>
8642
8643 * locals.texi (Standard Buffer-Local Variables): Comment out
8644 xref's to non-existent node `Yet to be written'.
8645
86462004-11-24 Richard M. Stallman <rms@gnu.org>
8647
8648 * processes.texi (Synchronous Processes): Grammar fix.
8649
8650 * numbers.texi (Comparison of Numbers): Add eql.
8651
8652 * locals.texi (Standard Buffer-Local Variables): Add many vars.
8653
8654 * intro.texi (Printing Notation): Fix previous change.
8655
8656 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
8657 and default-indicate-buffer-boundaries from here.
8658 (Usual Display): To here.
8659 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
8660 (Usual Display): Move tab-width up.
8661
5dcb4c4e
SM
8662 * customize.texi (Variable Definitions):
8663 Replace show-paren-mode example with tooltip-mode.
b8d4c8d0
GM
8664 (Simple Types, Composite Types, Defining New Types):
8665 Minor cleanups.
8666
86672004-11-21 Jesper Harder <harder@ifa.au.dk>
8668
8669 * processes.texi (Synchronous Processes, Output from Processes):
8670 Markup fix.
8671
86722004-11-20 Richard M. Stallman <rms@gnu.org>
8673
8674 * positions.texi (Skipping Characters): skip-chars-forward
8675 now handles char classes.
8676
8677 * intro.texi (Printing Notation): Avoid confusion of `print'
8678 when explaining @print.
8679
8680 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
8681
8682 * display.texi (Display Table Format): Minor fix.
8683
8684 * streams.texi (Output Functions): Fix print example.
8685
8686 * Makefile.in (elisp): New target.
8687 (dist): Depend on $(infodir)/elisp, not elisp.
8688 Copy the info files from $(infodir).
8689
8690 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
8691 read-from-minibuffer.
8692
8693 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
8694
86952004-11-19 Richard M. Stallman <rms@gnu.org>
8696
8697 * searching.texi (Regexp Search): Add search-whitespace-regexp.
8698
86992004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
8700
8701 * tips.texi (Coding Conventions): Fix typo.
8702
87032004-11-16 Richard M. Stallman <rms@gnu.org>
8704
8705 * tips.texi (Coding Conventions): Separate defvar and require
8706 methods to avoid warnings. Use require only when there are many
8707 functions and variables from that package.
8708
8709 * minibuf.texi (Minibuffer Completion): When ignoring case,
8710 predicate must not be case-sensitive.
8711
8712 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
8713 (Test Coverage): Don't talk about "splotches". Clarified.
8714
87152004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
8716
8717 * frames.texi (Window Frame Parameters): Fix typo.
8718
87192004-11-15 Kim F. Storm <storm@cua.dk>
8720
8721 * symbols.texi (Other Plists): Note that plist-get may signal error.
8722 Add safe-plist-get.
8723
87242004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
8725
8726 * modes.texi (Font Lock Basics): Fix typo.
8727
87282004-11-08 Richard M. Stallman <rms@gnu.org>
8729
8730 * syntax.texi (Syntax Table Functions): Add syntax-after.
8731
87322004-11-06 Lars Brinkhoff <lars@nocrew.org>
8733
8734 * os.texi (Processor Run Time): New section documenting
8735 get-internal-run-time.
8736
87372004-11-06 Eli Zaretskii <eliz@gnu.org>
8738
8739 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
8740 it nukes elisp-cover.texi.
8741 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
8742 elisp-0 etc.
8743
87442004-11-05 Luc Teirlinck <teirllm@auburn.edu>
8745
8746 * commands.texi (Keyboard Macros): Document `append' return value
8747 of `defining-kbd-macro'.
8748
87492004-11-01 Richard M. Stallman <rms@gnu.org>
8750
8751 * commands.texi (Interactive Call): Add called-interactively-p.
8752
87532004-10-29 Simon Josefsson <jas@extundo.com>
8754
8755 * minibuf.texi (Reading a Password): Revert.
8756
87572004-10-28 Richard M. Stallman <rms@gnu.org>
8758
8759 * frames.texi (Display Feature Testing): Explain about "vendor".
8760
87612004-10-27 Richard M. Stallman <rms@gnu.org>
8762
8763 * commands.texi (Interactive Codes): `N' uses numeric prefix,
8764 not raw. Clarify `n'.
8765 (Interactive Call): Rewrite interactive-p, focusing on when
8766 and how to use it.
8767 (Misc Events): Clarify previous change.
8768
8769 * advice.texi (Simple Advice): Clarify what job the example does.
8770 (Around-Advice): Clarify ad-do-it.
8771 (Activation of Advice): An option of ad-default-compilation-action
8772 is `never', not `nil'.
8773
87742004-10-26 Kim F. Storm <storm@cua.dk>
8775
8776 * commands.texi (Interactive Codes): Add U code letter.
8777
87782004-10-25 Simon Josefsson <jas@extundo.com>
8779
8780 * minibuf.texi (Reading a Password): Add.
8781
87822004-10-24 Jason Rumney <jasonr@gnu.org>
8783
8784 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
8785 and wheel-down.
8786
87872004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
8788
8789 * processes.texi (Synchronous Processes): Document process-file.
8790
87912004-10-22 Kenichi Handa <handa@m17n.org>
8792
8793 * text.texi (translate-region): Document that it accepts also a
8794 char-table.
8795
87962004-10-22 David Ponce <david@dponce.com>
8797
8798 * windows.texi (Resizing Windows): Document the `preserve-before'
8799 argument of the functions `enlarge-window' and `shrink-window'.
8800
88012004-10-19 Jason Rumney <jasonr@gnu.org>
8802
8803 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
8804
88052004-10-09 Luc Teirlinck <teirllm@auburn.edu>
8806
8807 * text.texi (Filling): Add anchor for definition of
8808 `sentence-end-double-space'.
8809
8810 * searching.texi (Regexp Example): Update description of how
8811 Emacs currently recognizes the end of a sentence.
8812 (Standard Regexps): Update definition of the variable
8813 `sentence-end'. Add definition of the function `sentence-end'.
8814
88152004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
8816
8817 * display.texi (Progress): New node.
8818
88192004-10-05 Kim F. Storm <storm@cua.dk>
8820
8821 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
8822
88232004-09-29 Kim F. Storm <storm@cua.dk>
8824
8825 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
8826 to identify bitmaps. Remove -fringe-bitmap suffix for standard
8827 fringe bitmap symbols, as they now have their own namespace.
8828 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
8829 vs. pixels. Signal error if no free bitmap slots.
8830 (Pixel Specification): Change IMAGE to @var{image}.
8831
88322004-09-28 Richard M. Stallman <rms@gnu.org>
8833
8834 * text.texi (Special Properties): Clarify line-spacing and line-height.
8835
8836 * searching.texi (Regexp Search): Add looking-back.
8837
88382004-09-25 Luc Teirlinck <teirllm@auburn.edu>
8839
8840 * display.texi: Correct typos.
8841 (Image Descriptors): Correct xref's.
8842
88432004-09-25 Richard M. Stallman <rms@gnu.org>
8844
8845 * text.texi (Special Properties): Cleanups in `cursor'.
8846 Rewrites in `line-height' and `line-spacing'; exchange them.
8847
8848 * display.texi (Fringes): Rewrite previous change.
8849 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
8850 (Display Fringe Bitmaps): Node deleted, text moved.
8851 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
8852 (Scroll Bars): Clarify set-window-scroll-bars.
8853 (Pointer Shape): Rewrite.
8854 (Specified Space): Clarify :align-to, etc.
8855 (Pixel Specification): Use @var. Clarify new text.
8856 (Other Display Specs): Clarify `slice'.
8857 (Image Descriptors): Cleanups.
8858 (Showing Images): Cleanups.
8859
88602004-09-24 Luc Teirlinck <teirllm@auburn.edu>
8861
8862 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
8863
8864 * modes.texi: Various minor changes in addition to:
8865 (Major Mode Conventions): Final call to `run-mode-hooks' should
8866 not be inside the `delay-mode-hooks' form.
8867 (Mode Hooks): New node.
8868 (Hooks): Delete obsolete example.
8869 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
8870 node "Mode Hooks".
8871
88722004-09-22 Luc Teirlinck <teirllm@auburn.edu>
8873
8874 * display.texi: Correct various typos.
8875 (Display): Rename node "Pointer Shapes" to "Pointer
8876 Shape". (There is already a node called "Pointer Shapes" in
8877 frames.texi.)
8878 (Images): Remove non-existent node "Image Slices" from menu.
8879
88802004-09-23 Kim F. Storm <storm@cua.dk>
8881
8882 * text.texi (Special Properties): Add `cursor', `pointer',
8883 `line-height', and `line-spacing' properties.
8884
8885 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
8886 Shapes' to menu.
8887 (Standard Faces): Doc fix for fringe face.
8888 (Fringes): Add `overflow-newline-into-fringe' and
8889 'indicate-buffer-boundaries'.
8890 (Fringe Bitmaps, Pointer Shapes): New nodes.
8891 (Display Property): Add 'Pixel Specification' and 'Display Fringe
8892 Bitmaps' to menu.
8893 (Specified Space): Describe pixel width and height.
8894 (Pixel Specification): New node.
8895 (Other Display Specs): Add `slice' property.
8896 (Display Fringe Bitmaps): New node.
8897 (Images): Add 'Image Slices' to menu.
8898 (Image Descriptors): Add `:pointer' and `:map' properties.
5dcb4c4e
SM
8899 (Showing Images): Add slice arg to `insert-image'.
8900 Add 'insert-sliced-image'.
b8d4c8d0
GM
8901
89022004-09-20 Richard M. Stallman <rms@gnu.org>
8903
8904 * commands.texi (Key Sequence Input):
8905 Clarify downcasing in read-key-sequence.
8906
89072004-09-08 Juri Linkov <juri@jurta.org>
8908
8909 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
8910
89112004-09-07 Luc Teirlinck <teirllm@auburn.edu>
8912
5dcb4c4e
SM
8913 * locals.texi (Standard Buffer-Local Variables):
8914 Add `buffer-auto-save-file-format'.
b8d4c8d0
GM
8915 * internals.texi (Buffer Internals): Describe new
8916 auto_save_file_format field of the buffer structure.
8917 * files.texi (Format Conversion): `auto-save-file-format' has been
8918 renamed `buffer-auto-save-file-format'.
8919
89202004-08-27 Luc Teirlinck <teirllm@auburn.edu>
8921
8922 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
8923 an integer or a marker.
8924 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
8925
89262004-08-22 Richard M. Stallman <rms@gnu.org>
8927
8928 * modes.texi (Major Mode Conventions): Discuss rebinding of
8929 standard key bindings.
8930
89312004-08-18 Kim F. Storm <storm@cua.dk>
8932
8933 * processes.texi (Accepting Output): Add `just-this-one' arg to
8934 `accept-process-output'.
8935 (Output from Processes): New var `process-adaptive-read-buffering'.
8936
89372004-08-10 Luc Teirlinck <teirllm@auburn.edu>
8938
8939 * keymaps.texi: Various changes in addition to:
8940 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
8941 Give more varied examples for `kbd'.
8942 (Creating Keymaps): Char tables have slots for all characters
8943 without modifiers.
8944 (Active Keymaps): `overriding-local-map' and
8945 `overriding-terminal-local-map' also override text property and
8946 overlay keymaps.
8947 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
8948 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
8949 to denote a prefix of no events.
8950 `map-keymap' includes parent's bindings _recursively_.
8951 Clarify and correct description of `where-is-internal'.
8952 Mention BUFFER-OR-NAME arg to `describe-bindings'.
8953 (Menu Example): For menus intended for use with the keyboard, the
8954 menu items should be bound to characters or real function keys.
8955
89562004-08-08 Luc Teirlinck <teirllm@auburn.edu>
8957
8958 * objects.texi (Character Type): Reposition `@anchor' to prevent
8959 double space inside sentence in Info.
8960
8961 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
8962 renamed to `disabled-command-function'.
8963 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
8964 (Command Loop Info): Replace reference to it.
8965 (Disabling Commands): `disabled-command-hook' has been renamed to
8966 `disabled-command-function'.
8967
89682004-08-07 Luc Teirlinck <teirllm@auburn.edu>
8969
8970 * os.texi (Translating Input): Only non-prefix bindings in
8971 `key-translation-map' override actual key bindings. Warn about
8972 possible indirect effect of actual key bindings on non-prefix
8973 bindings in `key-translation-map'.
8974
89752004-08-06 Luc Teirlinck <teirllm@auburn.edu>
8976
8977 * minibuf.texi (High-Level Completion): Add anchor for definition
8978 of `read-variable'.
8979
8980 * commands.texi: Various changes in addition to:
8981 (Using Interactive): Clarify description of `interactive-form'.
8982 (Interactive Call): Mention default for KEYS argument to
8983 `call-interactively'.
8984 (Command Loop Info): Clarify description of `this-command-keys'.
8985 Mention KEEP-RECORD argument to `clear-this-command-keys'.
8986 Value of `last-event-frame' can be `macro'.
8987 (Repeat Events): `double-click-fuzz' is also used to distinguish
8988 clicks and drags.
8989 (Classifying Events): Clarify descriptions of `event-modifiers'
8990 `event-basic-type' and `event-convert-list'.
8991 (Accessing Events): `posn-timestamp' takes POSITION argument.
8992 (Quoted Character Input): Clarify description of
8993 `read-quoted-char' and fix example.
8994 (Quitting): Add `with-local-quit'.
8995 (Disabling Commands): Correct and clarify descriptions of
8996 `enable-command' and `disable-command'.
8997 Mention what happens if `disabled-command-hook' is nil.
8998 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
8999 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
9000
90012004-07-24 Luc Teirlinck <teirllm@auburn.edu>
9002
9003 * frames.texi: Various changes in addition to:
9004 (Creating Frames): Expand and clarify description of `make-frame'.
9005 (Window Frame Parameters): Either none or both of the `icon-left'
9006 and `icon-top' parameters must be specified. Put descriptions of
9007 `menu-bar-lines' and `toolbar-lines' closer together and change
9008 them accordingly.
9009 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
9010 except while processing `frame-title-format' or `icon-title-format'.
9011 (Deleting Frames): Correct description of `delete-frame'.
9012 Non-nil return values of `frame-live-p' are like those of `framep'.
9013 (Frames and Windows): Mention return value of
9014 `set-frame-selected-window'.
9015 (Visibility of Frames): Mention `force' argument to
9016 `make-frame-invisible'. `frame-visible-p' returns t for all
9017 frames on text-only terminals.
9018 (Frame Configurations): Restoring a frame configuration does not
9019 restore deleted frames.
9020 (Window System Selections): `x-set-selection' returns DATA.
9021 (Resources): Add example.
9022 (Display Feature Testing): Clarify descriptions of
9023 `display-pixel-height', `display-pixel-width', `x-server-version'
9024 and `x-server-vendor'.
9025
9026 * windows.texi (Choosing Window): Add anchor.
9027 * minibuf.texi (Minibuffer Misc): Add anchor.
9028
90292004-07-23 John Paul Wallington <jpw@gnu.org>
9030
9031 * macros.texi (Defining Macros): Declaration keyword for setting
9032 Edebug spec is `debug' not `edebug'.
9033
90342004-07-19 Luc Teirlinck <teirllm@auburn.edu>
9035
9036 * windows.texi: Various small changes in addition to:
9037 (Window Point): Mention return value of `set-window-point'.
9038 (Window Start): `pos-visible-in-window-p' disregards horizontal
9039 scrolling. Explain return value if PARTIALLY is non-nil.
9040 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
9041 and `set-window-vscroll'.
9042 (Size of Window): The argument WINDOW to `window-inside-edges',
9043 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
9044 (Resizing Windows): Explain return value of
9045 `shrink-window-if-larger-than-buffer'.
9046 `window-size-fixed' automatically becomes buffer local when set.
9047 (Window Configurations): Explain return value of
9048 `set-window-configuration'.
9049
9050 * minibuf.texi (Minibuffer Misc): Add anchor for
9051 `minibuffer-scroll-window'.
9052
9053 * positions.texi (Text Lines): Add anchor for `count-lines'.
9054
90552004-07-17 Richard M. Stallman <rms@gnu.org>
9056
9057 * display.texi (Overlay Properties): Adding `evaporate' prop
9058 deletes empty overlay immediately.
9059
9060 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
9061 fix example.
9062
90632004-07-16 Jim Blandy <jimb@redhat.com>
9064
9065 * searching.texi (Regexp Backslash): Document new \_< and \_>
9066 operators.
9067
90682004-07-16 Juanma Barranquero <lektu@terra.es>
9069
9070 * display.texi (Images): Fix Texinfo usage.
9071
90722004-07-14 Luc Teirlinck <teirllm@auburn.edu>
9073
9074 * buffers.texi (Modification Time): `visited-file-modtime' now
9075 returns a list of two integers, instead of a cons.
9076
90772004-07-13 Luc Teirlinck <teirllm@auburn.edu>
9078
9079 * windows.texi: Various changes in addition to:
9080 (Splitting Windows): Add `split-window-keep-point'.
9081
90822004-07-09 Richard M. Stallman <rms@gnu.org>
9083
9084 * frames.texi (Input Focus): Minor fix.
9085
90862004-07-07 Luc Teirlinck <teirllm@auburn.edu>
9087
9088 * frames.texi (Input Focus): Clarify descriptions of
9089 `select-frame-set-input-focus' and `select-frame'.
9090
90912004-07-06 Luc Teirlinck <teirllm@auburn.edu>
9092
9093 * os.texi: Various small changes in addition to:
9094 (Killing Emacs): Expand and clarify description of
9095 `kill-emacs-query-functions' and `kill-emacs-hook'.
9096 (System Environment): Expand and clarify description of `getenv'
9097 and `setenv'.
9098 (Timers): Clarify description of `run-at-time'.
9099 (Translating Input): Correct description of
9100 `extra-keyboard-modifiers'.
9101 (Flow Control): Correct description of `enable-flow-control'.
9102
91032004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
9104
9105 * os.texi: Update copyright.
9106 (Session Management): Grammar fix.
9107 Clarify which Emacs does the restarting.
9108 Use @samp for *scratch* buffer.
9109
91102004-07-04 Alan Mackenzie <acm@muc.de>
9111
9112 * frames.texi (Input Focus): Add documentation for
9113 `select-frame-set-input-focus'. Replace refs to non-existent
9114 `switch-frame' with `select-frame'. Minor corrections and tidying
9115 up of text-only terminal stuff.
9116
91172004-07-02 Richard M. Stallman <rms@gnu.org>
9118
9119 * files.texi (Saving Buffers): Cleanup write-contents-function.
9120 (Magic File Names): Cleanup file-remote-p.
9121
b344d29d 91222004-07-02 Kai Großjohann <kai@emptydomain.de>
b8d4c8d0
GM
9123
9124 * files.texi (Magic File Names): `file-remote-p' returns an
9125 identifier of the remote system, not just t.
9126
91272004-07-02 David Kastrup <dak@gnu.org>
9128
9129 * searching.texi (Entire Match Data): Add explanation about new
9130 match-data behavior when @var{integers} is non-nil.
9131
91322004-06-24 Richard M. Stallman <rms@gnu.org>
9133
9134 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
9135
9136 * customize.texi (Variable Definitions): Note about doc strings
9137 and :set.
9138
9139 * keymaps.texi (Keymap Terminology): Document `kbd'.
9140 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
9141
9142 * display.texi (Invisible Text): Setting buffer-invisibility-spec
9143 makes it buffer-local.
9144
9145 * files.texi (Saving Buffers): Correct previous change.
9146
9147 * commands.texi (Accessing Events):
9148 Clarify posn-col-row and posn-actual-col-row.
9149
91502004-06-24 David Ponce <david.ponce@wanadoo.fr>
9151
9152 * commands.texi (Accessing Events): New functions
9153 posn-at-point and posn-at-x-y. Add example to posn-x-y.
9154
91552004-06-23 Luc Teirlinck <teirllm@auburn.edu>
9156
9157 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
9158 * frames.texi, buffers.texi, backups.texi, variables.texi:
9159 * loading.texi, eval.texi, functions.texi, control.texi:
9160 * symbols.texi, minibuf.texi: Reposition @anchor's.
9161
9162 * help.texi: Various small changes in addition to the following.
9163 (Describing Characters): Describe PREFIX argument to
9164 `key-description'. Correct and clarify definition of
9165 `text-char-description'. Describe NEED-VECTOR argument to
9166 `read-kbd-macro'.
9167 (Help Functions): Clarify definition of `apropos'.
9168
91692004-06-23 Lars Hansen <larsh@math.ku.dk>
9170
9171 * files.texi (Saving Buffers): Correct description of
9172 `write-contents-functions'.
9173
91742004-06-21 Juanma Barranquero <lektu@terra.es>
9175
9176 * display.texi (Images): Remove redundant @vindex directives.
9177 Rewrite `image-library-alist' doc in active voice.
9178
91792004-06-14 Juanma Barranquero <lektu@terra.es>
9180
9181 * display.texi (Images): Document new delayed library loading,
9182 variable `image-library-alist' and (existing but undocumented)
9183 function `image-type-available-p'.
9184
91852004-06-05 Richard M. Stallman <rms@gnu.org>
9186
9187 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
9188 refer the user to the Initial Input node.
9189 (Text from Minibuffer): Likewise.
9190 (Initial Input): New node. Document this feature
9191 and say it is mostly deprecated.
9192
91932004-05-30 Richard M. Stallman <rms@gnu.org>
9194
9195 * loading.texi (Named Features): Clarify return value
9196 and meaning of NOERROR.
9197
9198 * variables.texi (File Local Variables): Minor cleanup.
9199
92002004-05-30 Michael Albinus <michael.albinus@gmx.de>
9201
9202 * files.texi (Magic File Names): Add `file-remote-p' as operation
9203 of file name handlers.
9204
92052004-05-29 Richard M. Stallman <rms@gnu.org>
9206
9207 * modes.texi (Minor Mode Conventions): (-) has no special meaning
9208 as arg to a minor mode command.
9209
92102004-05-22 Richard M. Stallman <rms@gnu.org>
9211
9212 * syntax.texi (Syntax Class Table): Word syntax not just for English.
9213
9214 * streams.texi (Output Variables): Doc float-output-format.
9215
9216 * searching.texi (Regexp Special): Nested repetition can be infloop.
9217
9218 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
9219 real stack overflow.
9220
9221 * compile.texi: Minor cleanups.
9222
92232004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
9224
9225 * lists.texi (Cons Cells): Explain dotted lists, true lists,
9226 circular lists.
9227 (List Elements): Explain handling of circular and dotted lists.
9228
92292004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
9230
9231 * modes.texi (Search-based Fontification): Fix typo.
9232
92332004-05-10 Juanma Barranquero <lektu@terra.es>
9234
9235 * modes.texi (Mode Line Variables): Fix description of
9236 global-mode-string, which is now after which-func-mode, not the
9237 buffer name.
9238
92392004-05-07 Lars Hansen <larsh@math.ku.dk>
9240
9241 * modes.texi (Desktop Save Mode): Add.
9242 (Modes): Add menu entry Desktop Save Mode.
9243
9244 * hooks.texi: Add desktop-after-read-hook,
9245 desktop-no-desktop-file-hook and desktop-save-hook.
9246
9247 * locals.texi: Add desktop-save-buffer.
9248
92492004-04-30 Jesper Harder <harder@ifa.au.dk>
9250
9251 * display.texi: emacs -> Emacs.
9252
92532004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
9254
9255 * files.texi (Changing Files): Document set-file-times.
9256
92572004-04-23 Juanma Barranquero <lektu@terra.es>
9258
9259 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
9260
92612004-04-18 Jesper Harder <harder@ifa.au.dk>
9262
9263 * tips.texi (Coding Conventions): defopt -> defcustom.
9264
92652004-04-16 Luc Teirlinck <teirllm@auburn.edu>
9266
9267 * sequences.texi: Various clarifications.
9268
92692004-04-14 Luc Teirlinck <teirllm@auburn.edu>
9270
9271 * buffers.texi (Read Only Buffers): Mention optional ARG to
9272 `toggle-read-only'.
9273
92742004-04-14 Nick Roberts <nick@nick.uklinux.net>
9275
9276 * windows.texi (Selecting Windows): Note that get-lru-window
9277 returns a full-width window if possible.
9278
92792004-04-13 Luc Teirlinck <teirllm@auburn.edu>
9280
9281 * buffers.texi: Various changes in addition to:
9282 (Buffer File Name): Add `find-buffer-visiting'.
9283 (Buffer Modification): Mention optional ARG to `not-modified'.
9284 (Indirect Buffers): Mention optional CLONE argument to
9285 `make-indirect-buffer'.
9286
9287 * files.texi: Various changes in addition to:
9288 (Visiting Functions): `find-file-hook' is now a normal hook.
9289 (File Name Expansion): Explain difference between the way that
9290 `expand-file-name' and `file-truename' treat `..'.
9291 (Contents of Directories): Mention optional ID-FORMAT argument to
9292 `directory-files-and-attributes'.
9293 (Format Conversion): Mention new optional CONFIRM argument to
9294 `format-write-file'.
9295
92962004-04-12 Miles Bader <miles@gnu.org>
9297
9298 * macros.texi (Expansion): Add description of `macroexpand-all'.
9299
93002004-04-05 Jesper Harder <harder@ifa.au.dk>
9301
5dcb4c4e
SM
9302 * variables.texi (Variable Aliases):
9303 Mention cyclic-variable-indirection.
b8d4c8d0
GM
9304
9305 * errors.texi (Standard Errors): Ditto.
9306
93072004-04-04 Luc Teirlinck <teirllm@auburn.edu>
9308
9309 * backups.texi: Various small changes in addition to:
9310 (Making Backups): Mention return value of `backup-buffer'.
9311 (Auto-Saving): Mention optional FORCE argument to
9312 `delete-auto-save-file-if-necessary'.
9313 (Reverting): Mention optional PRESERVE-MODES argument to
9314 `revert-buffer'. Correct description of `revert-buffer-function'.
9315
93162004-03-22 Juri Linkov <juri@jurta.org>
9317
9318 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
9319 with `Vector Functions'.
9320
9321 * text.texi (Sorting): Add missing quote.
9322
93232004-03-14 Luc Teirlinck <teirllm@auburn.edu>
9324
9325 * intro.texi (Lisp History): Replace xref to `cl' manual with
9326 inforef.
9327
93282004-03-12 Richard M. Stallman <rms@gnu.org>
9329
9330 * intro.texi (Version Info): Add arg to emacs-version.
9331 (Lisp History): Change xref to CL manual.
9332
93332004-03-09 Luc Teirlinck <teirllm@auburn.edu>
9334
9335 * minibuf.texi (Completion Commands): Add xref to Emacs manual
9336 for Partial Completion mode.
9337
93382004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
9339
9340 * customize.texi: Fix typo. Remove eol whitespace.
9341
93422004-03-04 Richard M. Stallman <rms@gnu.org>
9343
9344 * processes.texi: Fix typos.
9345
9346 * lists.texi (Building Lists): Minor clarification.
9347
9348 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
9349 in make-hash-table.
9350
93512004-02-29 Juanma Barranquero <lektu@terra.es>
9352
9353 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
9354 rm, and ignore exit code.
9355
93562004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
9357
9358 * display.texi (Defining Faces): Add description for min-colors.
9359 Update example.
9360
93612004-02-23 Luc Teirlinck <teirllm@auburn.edu>
9362
9363 * abbrevs.texi: Various corrections and clarifications in addition
9364 to the following:
9365 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
9366
93672004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
9368
9369 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
9370
93712004-02-21 Luc Teirlinck <teirllm@auburn.edu>
9372
9373 * text.texi: Various small changes in addition to the following:
9374 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
9375 to delete-horizontal-space.
9376 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
9377 description of yank-handler text property at various places.
9378
9379 * frames.texi (Window System Selections): Add anchor.
9380
9381 * syntax.texi (Syntax Table Functions): Clarify and correct
9382 descriptions of make-syntax-table and copy-syntax-table.
9383 (Motion and Syntax): Clarify SYNTAXES argument to
9384 skip-syntax-forward.
9385 (Parsing Expressions): Mention that the return value of
9386 parse-partial-sexp is currently a list of ten rather than nine
9387 elements.
9388 (Categories): Various corrections and clarifications.
9389
93902004-02-17 Luc Teirlinck <teirllm@auburn.edu>
9391
9392 * markers.texi (Marker Insertion Types): Minor change.
9393
9394 * locals.texi (Standard Buffer-Local Variables):
9395 * commands.texi (Interactive Codes, Using Interactive):
9396 * functions.texi (Related Topics): Fix xrefs.
9397
93982004-02-16 Luc Teirlinck <teirllm@auburn.edu>
9399
9400 * lists.texi (Sets And Lists): Update description of delete-dups.
9401
94022004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
9403
9404 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
9405
c8763fb6 94062004-02-16 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
9407
9408 * frames.texi (Parameter Access): frame-parameters arg is optional.
9409 modify-frame-parameters handles nil for FRAME.
9410 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
9411 are all-or-nothing for certain toolkits.
9412 Mention parameter wait-for-wm.
9413 (Frames and Windows): In frame-first-window and frame-selected-window
9414 the arg is optional.
9415 (Input Focus): In redirect-frame-focus the second arg is optional.
9416 (Window System Selections): Mention selection type CLIPBOARD.
9417 Mention data-type UTF8_STRING.
9418 Mention numbering of cut buffers.
9419 (Resources): Describe x-resource-name.
9420
94212004-02-16 Richard M. Stallman <rms@gnu.org>
9422
9423 * windows.texi (Buffers and Windows): Delete false table
9424 about all-frames.
9425
9426 * syntax.texi (Parsing Expressions): Delete old caveat
9427 about parse-sexp-ignore-comments.
9428
9429 * streams.texi (Output Variables): Add print-quoted.
9430
9431 * lists.texi (Building Lists): Minor cleanup.
9432
9433 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
9434
9435 * display.texi (Overlays): Explain overlays use markers.
9436 (Managing Overlays): Explain front-advance and rear-advance
9437 in more detail.
9438
9439 * loading.texi (Unloading): Document unload-feature-special-hooks.
9440 Get rid of fns-NNN.el file.
9441
94422004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
9443
9444 * help.texi (Describing Characters): Fix text-char-description
9445 example output.
9446
9447 * edebug.texi (Using Edebug): Fix example.
9448
9449 * debugging.texi (Internals of Debugger): Fix return value.
9450
9451 * files.texi (Changing Files): Fix argname.
9452
9453 * calendar.texi: Fix parens, and default values.
9454
9455 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
9456 * nonascii.texi, objects.texi, os.texi: Minor fixes.
b3e755a9 9457 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
b8d4c8d0
GM
9458
9459 * positions.texi (Text Lines): Don't add -1 in current-line.
9460
94612004-02-16 Richard M. Stallman <rms@gnu.org>
9462
9463 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
9464
94652004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
9466
9467 * processes.texi (Low-Level Network): Fix a typo.
9468
94692004-02-12 Kim F. Storm <storm@cua.dk>
9470
9471 * display.texi (Fringes): Use consistent wording.
9472 Note that window-fringe's window arg is optional.
9473 (Scroll Bars): Use consistent wording.
9474
94752004-02-11 Luc Teirlinck <teirllm@auburn.edu>
9476
9477 * tips.texi (Comment Tips): Document the new conventions for
9478 commenting out code.
9479
c8763fb6 94802004-02-07 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0 9481
5dcb4c4e 9482 * positions.texi (Text Lines): Add missing end defun.
b8d4c8d0
GM
9483
94842004-02-07 Kim F. Storm <storm@cua.dk>
9485
9486 * positions.texi (Text Lines): Add line-number-at-pos.
9487
94882004-02-06 John Paul Wallington <jpw@gnu.org>
9489
9490 * display.texi (Button Properties, Button Buffer Commands):
9491 mouse-2 invokes button, not down-mouse-1.
9492
94932004-02-04 Jason Rumney <jasonr@gnu.org>
9494
9495 * makefile.w32-in: Sync with Makefile.in changes.
9496
94972004-02-03 Luc Teirlinck <teirllm@auburn.edu>
9498
9499 * minibuf.texi (Text from Minibuffer): Various corrections and
9500 clarifications.
9501 (Object from Minibuffer): Correct Lisp description of
9502 read-minibuffer.
9503 (Minibuffer History): Clarify description of cons values for
9504 HISTORY arguments.
5dcb4c4e
SM
9505 (Basic Completion): Various corrections and clarifications.
9506 Add completion-regexp-list.
b8d4c8d0
GM
9507 (Minibuffer Completion): Correct and clarify description of
9508 completing-read.
5dcb4c4e
SM
9509 (Completion Commands): Mention Partial Completion mode.
9510 Various other minor changes.
b8d4c8d0
GM
9511 (High-Level Completion): Various corrections and clarifications.
9512 (Reading File Names): Ditto.
9513 (Minibuffer Misc): Ditto.
9514
95152004-01-26 Luc Teirlinck <teirllm@auburn.edu>
9516
9517 * strings.texi (Text Comparison): assoc-string also matches
9518 elements of alists that are strings instead of conses.
9519 (Formatting Strings): Standardize Texinfo usage. Update index
9520 entries.
9521
95222004-01-20 Luc Teirlinck <teirllm@auburn.edu>
9523
9524 * lists.texi (Sets And Lists): Add delete-dups.
9525
95262004-01-15 Luc Teirlinck <teirllm@auburn.edu>
9527
9528 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
9529 special form.
9530 * macros.texi (Defining Macros): Update description of `declare',
9531 which now is a macro.
9532 (Wrong Time): Fix typos.
9533
95342004-01-14 Luc Teirlinck <teirllm@auburn.edu>
9535
9536 * compile.texi (Compilation Functions): Expand descriptions of
9537 `compile-defun', `byte-compile-file', `byte-recompile-directory'
9538 and `batch-byte-compile'. In particular, mention and describe
9539 all optional arguments.
9540 (Disassembly): Correct and clarify the description of `disassemble'.
9541
95422004-01-11 Luc Teirlinck <teirllm@auburn.edu>
9543
9544 * searching.texi: Various small changes in addition to the
9545 following.
9546 (Regexp Example): Adapt to new value of `sentence-end'.
9547 (Regexp Functions): The PAREN argument to `regexp-opt' can be
9548 `words'.
9549 (Search and Replace): Add usage note for `perform-replace'.
9550 (Entire Match Data): Mention INTEGERS and REUSE arguments to
9551 `match-data'.
9552 (Standard Regexps): Update for new values of `paragraph-start'
9553 and `sentence-end'.
9554
95552004-01-07 Luc Teirlinck <teirllm@auburn.edu>
9556
9557 * files.texi (Saving Buffers): Clarify descriptions of
9558 `write-contents-functions' and `before-save-hook'.
9559 Make the defvar's for `before-save-hook' and `after-save-hook'
9560 into defopt's.
9561
95622004-01-07 Kim F. Storm <storm@cua.dk>
9563
9564 * commands.texi (Click Events): Describe new image and
9565 width/height elements of click events.
9566 (Accessing Events): Add posn-string, posn-image, and
9567 posn-object-width-height. Change posn-object to return either
9568 image or string object.
9569
95702004-01-01 Simon Josefsson <jas@extundo.com>
9571
9572 * hooks.texi (Standard Hooks): Add before-save-hook.
9573 * files.texi (Saving Buffers): Likewise.
9574
95752004-01-03 Richard M. Stallman <rms@gnu.org>
9576
9577 * frames.texi (Frames and Windows): Delete frame-root-window.
9578
95792004-01-03 Luc Teirlinck <teirllm@auburn.edu>
9580
9581 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
9582
9583 * functions.texi: Various small changes in addition to the
9584 following.
5dcb4c4e
SM
9585 (What Is a Function): `functionp' returns nil for macros.
9586 Clarify behavior of this and following functions for symbol arguments.
b8d4c8d0
GM
9587 (Function Documentation): Add `\' in front of (fn @var{arglist})
9588 and explain why.
9589 (Defining Functions): Mention DOCSTRING argument to `defalias'.
9590 Add anchor.
9591 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
9592
95932004-01-01 Miles Bader <miles@gnu.org>
9594
9595 * display.texi (Buttons): New section.
9596
95972003-12-31 Andreas Schwab <schwab@suse.de>
9598
9599 * numbers.texi (Math Functions): sqrt reports a domain-error
9600 error.
9601 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
9602
96032003-12-30 Luc Teirlinck <teirllm@auburn.edu>
9604
9605 * tips.texi (Documentation Tips): Update item on hyperlinks in
9606 documentation strings.
9607
9608 * errors.texi (Standard Errors): Various small corrections and
9609 additions.
9610
9611 * control.texi: Various small changes in addition to the
9612 following.
9613 (Signaling Errors): Provide some more details on how `signal'
9614 constructs the error message. Add anchor to the definition of
9615 `signal'.
9616 (Error Symbols): Describe special treatment of `quit'.
9617 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
9618 to emphasize that it has to be a single form.
9619
9620 * buffers.texi: Add anchor.
9621
96222003-12-29 Richard M. Stallman <rms@gnu.org>
9623
9624 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
9625 (Window Configurations): Add window-configuration-frame.
9626
9627 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
9628
9629 * text.texi (Examining Properties): Add get-char-property-and-overlay.
9630 Change arg name in get-char-property.
9631 (Special Properties): Update handling of keymap property.
9632
9633 * strings.texi (Modifying Strings): Add clear-string.
9634 (Text Comparison): Add assoc-string and remove
9635 assoc-ignore-case, assoc-ignore-representation.
9636
9637 * os.texi (Time of Day): Add set-time-zone-rule.
9638
9639 * numbers.texi (Math Functions): asin, acos, log, log10
9640 report domain-error errors.
9641
9642 * nonascii.texi (Converting Representations):
9643 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
9644 (Encoding and I/O): Add file-name-coding-system.
9645
9646 * modes.texi (Search-based Fontification): Explain that
9647 face specs are symbols with face names as values.
9648
9649 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
9650
9651 * lists.texi (Building Lists): remq moved elsewhere.
9652 (Sets And Lists): remq moved here.
9653 (Association Lists): Refer to assoc-string.
9654
9655 * internals.texi (Garbage Collection): Add memory-use-counts.
9656
9657 * frames.texi (Frames and Windows): Add set-frame-selected-window
9658 and frame-root-window.
9659
9660 * files.texi (Contents of Directories):
9661 Add directory-files-and-attributes.
9662
9663 * display.texi (Refresh Screen): Add force-window-update.
9664 (Invisible Text): Explain about moving point out of invis text.
9665 (Overlay Properties): Add overlay-properties.
9666 (Managing Overlays): Add overlayp.
9667 (GIF Images): Invalid image number displays a hollow box.
9668
9669 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
9670 (Killing Buffers): Add buffer-live-p.
9671
96722003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
9673
9674 * display.texi (Fringes): Fix typo "set-buffer-window".
9675
96762003-12-24 Luc Teirlinck <teirllm@auburn.edu>
9677
9678 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
9679 * nonascii.texi, processes.texi, tips.texi, variables.texi:
9680 Add or change various xrefs and anchors.
9681
9682 * commands.texi: Replace all occurrences of @acronym{CAR} with
9683 @sc{car}, for consistency with the rest of the Elisp manual.
9684 `car' and `cdr' are historically acronyms, but are no longer
9685 widely thought of as such.
9686
9687 * internals.texi (Pure Storage): Mention that `purecopy' does not
9688 copy text properties.
9689 (Object Internals): Now 29 bits are used (in most implementations)
9690 to address Lisp objects.
9691
9692 * variables.texi (Variables with Restricted Values): New node.
9693
9694 * objects.texi (Lisp Data Types): Mention that certain variables
9695 can only take on a restricted set of values and add an xref to
9696 the new node "Variables with Restricted Values".
9697
9698 * eval.texi (Function Indirection): Describe the errors that
9699 `indirect-function' can signal.
9700 (Eval): Clarify the descriptions of `eval-region' and `values'.
9701 Describe `eval-buffer' instead of `eval-current-buffer' and
9702 mention `eval-current-buffer' as an alias for `current-buffer'.
9703 Correct the description and mention all optional arguments.
9704
9705 * nonascii.texi: Various small changes in addition to the
9706 following.
9707 (Converting Representations): Clarify behavior of
9708 `string-make-multibyte' and `string-to-multibyte' for unibyte all
9709 ASCII arguments.
9710 (Character Sets): Document the variable `charset-list' and adapt
9711 the definition of the function `charset-list' accordingly.
9712 (Translation of Characters): Clarify use of generic characters in
9713 `make-translation-table'. Clarify and correct the description of
9714 the use of translation tables in encoding and decoding.
9715 (User-Chosen Coding Systems): Correct and clarify the description
9716 of `select-safe-coding-system'.
9717 (Default Coding Systems): Clarify description of
9718 `file-coding-system-alist'.
9719
97202003-11-30 Luc Teirlinck <teirllm@auburn.edu>
9721
9722 * strings.texi (Text Comparison): Correctly describe when two
9723 strings are `equal'. Combine and clarify descriptions of
9724 `assoc-ignore-case' and `assoc-ignore-representation'.
9725
9726 * objects.texi (Non-ASCII in Strings): Clarify description of
9727 when a string is unibyte or multibyte.
9728 (Bool-Vector Type): Update examples.
9729 (Equality Predicates): Correctly describe when two strings are
9730 `equal'.
9731
97322003-11-29 Luc Teirlinck <teirllm@auburn.edu>
9733
9734 * lists.texi (Building Lists): `append' no longer accepts integer
9735 arguments. Update the description of `number-sequence' to reflect
9736 recent changes.
9737 (Sets And Lists): Describe `member-ignore-case' after `member'.
9738
97392003-11-27 Kim F. Storm <storm@cua.dk>
9740
9741 * commands.texi (Click Events): Click object may be an images.
9742 Describe (dx . dy) element of click positions.
9743 (Accessing Events): Remove duplicate posn-timestamp.
9744 New functions posn-object and posn-object-x-y.
9745
97462003-11-23 Kim F. Storm <storm@cua.dk>
9747
9748 * commands.texi (Click Events): Describe enhancements to event
9749 position lists, including new text-pos and (col . row) items.
9750 Mention left-fringe and right-fringe area events.
9751 (Accessing Events): New functions posn-area and
9752 posn-actual-col-row. Mention posn-timestamp. Mention that
9753 posn-point in non-text area still returns buffer position.
9754 Clarify posn-col-row.
9755
97562003-11-21 Lars Hansen <larsh@math.ku.dk>
9757
9758 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
9759 * anti.texi (File Attributes): Describe removed parameter
9760 ID-FORMAT.
9761
97622003-11-20 Luc Teirlinck <teirllm@auburn.edu>
9763
9764 * positions.texi (Positions): Mention that, if a marker is used as
9765 a position, its buffer is ignored.
9766
9767 * markers.texi (Overview of Markers): Mention it here too.
9768
97692003-11-12 Luc Teirlinck <teirllm@auburn.edu>
9770
9771 * numbers.texi (Numeric Conversions): Not just `floor', but also
9772 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
9773
97742003-11-10 Luc Teirlinck <teirllm@auburn.edu>
9775
9776 * markers.texi (Creating Markers): Specify insertion type of
9777 created markers. Add xref to `Marker Insertion Types'.
9778 Second argument to `copy-marker' is optional.
9779 (Marker Insertion Types): Mention that most markers are created
9780 with insertion type nil.
9781 (The Mark): Correctly describe when `mark' signals an error.
9782 (The Region): Correctly describe when `region-beginning' and
9783 `region-end' signal an error.
9784
97852003-11-08 Luc Teirlinck <teirllm@auburn.edu>
9786
9787 * hash.texi (Creating Hash): Clarify description of `eql'.
9788 `makehash' is obsolete.
9789 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
9790
9791 * positions.texi (Point): Change description of `buffer-end', so
9792 that it is also correct for floating point arguments.
9793 (List Motion): Correct argument lists of `beginning-of-defun' and
9794 `end-of-defun'.
9795 (Excursions): Add xref to `Marker Insertion Types'.
9796 (Narrowing): Argument to `narrow-to-page' is optional.
9797
97982003-11-06 Luc Teirlinck <teirllm@auburn.edu>
9799
9800 * streams.texi (Output Streams): Clarify behavior of point for
9801 marker output streams.
9802
98032003-11-04 Luc Teirlinck <teirllm@auburn.edu>
9804
9805 * variables.texi (Defining Variables): Second argument to
9806 `defconst' is not optional.
9807 (Setting Variables): Mention optional argument APPEND to
9808 `add-to-list'.
9809 (Creating Buffer-Local): Expand description of
9810 `make-variable-buffer-local'.
9811 (Frame-Local Variables): Expand description of
9812 `make-variable-frame-local'.
9813 (Variable Aliases): Correct description of optional argument
9814 DOCSTRING to `defvaralias'. Mention return value of
9815 `defvaralias'.
9816 (File Local Variables): Add xref to `File variables' in Emacs
9817 Manual. Correct description of `hack-local-variables'. Mention
9818 `safe-local-variable' property. Mention optional second argument
9819 to `risky-local-variable-p'.
9820
98212003-11-03 Luc Teirlinck <teirllm@auburn.edu>
9822
9823 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
9824
98252003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
9826
9827 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
9828 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
9829 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
9830 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
9831 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
9832 lispref/processes.texi, lispref/searching.texi,
9833 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
9834 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
9835 @acronym{FOO}.
9836
98372003-10-27 Luc Teirlinck <teirllm@auburn.edu>
9838
9839 * strings.texi (Creating Strings): Argument START to `substring'
9840 can not be `nil'. Expand description of
9841 `substring-no-properties'. Correct description of `split-string',
9842 especially with respect to empty matches. Prevent very bad line
9843 break in definition of `split-string-default-separators'.
9844 (Text Comparison): `string=' and `string<' also accept symbols as
9845 arguments.
9846 (String Conversion): More completely describe argument BASE in
9847 `string-to-number'.
9848 (Formatting Strings): `%s' and `%S' in `format' do require
9849 corresponding object. Clarify behavior of numeric prefix after
9850 `%' in `format'.
9851 (Case Conversion): The argument to `upcase-initials' can be a
9852 character.
9853
98542003-10-27 Kenichi Handa <handa@m17n.org>
9855
9856 * display.texi (Fontsets): Fix texinfo usage.
9857
98582003-10-25 Kenichi Handa <handa@m17n.org>
9859
9860 * display.texi (Fontsets): Add description of the function
9861 set-fontset-font.
9862
98632003-10-23 Luc Teirlinck <teirllm@auburn.edu>
9864
9865 * display.texi (Temporary Displays): Add xref to `Documentation
9866 Tips'.
9867
9868 * functions.texi (Function Safety): Use inforef instead of pxref
9869 for SES.
9870
98712003-10-23 Andreas Schwab <schwab@suse.de>
9872
9873 * Makefile.in (TEX, texinputdir): Don't define.
9874 (TEXI2DVI): Define.
9875 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
9876 add $(srcdir)/index.texi.
9877 ($(infodir)/elisp): Remove index.texi dependency.
9878 (elisp.dvi): Likewise. Use $(TEXI2DVI).
9879 (index.texi): Remove target.
9880 (dist): Don't link $(srcdir)/permute-index.
9881 (clean): Don't remove index.texi.
9882
9883 * permute-index, index.perm: Remove.
9884 * index.texi: Rename from index.unperm.
9885
98862003-10-22 Luc Teirlinck <teirllm@auburn.edu>
9887
9888 * tips.texi (Documentation Tips): Document new behavior for face
9889 and variable hyperlinks in Help mode.
9890
98912003-10-21 Luc Teirlinck <teirllm@auburn.edu>
9892
9893 * objects.texi (Integer Type): Update for extra bit of integer range.
9894 (Character Type): Ditto.
9895
98962003-10-16 Eli Zaretskii <eliz@gnu.org>
9897
9898 * numbers.texi (Integer Basics): Add index entries for reading
9899 numbers in hex, octal, and binary.
9900
99012003-10-16 Lute Kamstra <lute@gnu.org>
9902
9903 * modes.texi (Mode Line Format): Mention force-mode-line-update's
9904 argument.
9905
99062003-10-13 Luc Teirlinck <teirllm@auburn.edu>
9907
9908 * windows.texi (Choosing Window): Fix typo.
9909 * edebug.texi (Edebug Execution Modes): Fix typo.
9910
99112003-10-13 Richard M. Stallman <rms@gnu.org>
9912
9913 * windows.texi (Basic Windows): A window has fringe settings,
9914 display margins and scroll-bar settings.
9915 (Splitting Windows): Doc split-window return value.
9916 Clean up one-window-p.
9917 (Selecting Windows): Fix typo.
9918 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
9919 (Buffers and Windows): In set-window-buffer, explain effect
9920 on fringe settings and scroll bar settings.
9921 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
9922 (Choosing Window): Use defopt for pop-up-frame-function.
9923 For special-display-buffer-names, explain same-window and same-frame.
9924 Clarify window-dedicated-p return value.
9925 (Textual Scrolling): scroll-up and scroll-down can get an error.
9926 (Horizontal Scrolling): Clarify auto-hscroll-mode.
9927 Clarify set-window-hscroll.
9928 (Size of Window): Don't mention tool bar in window-height.
9929 (Coordinates and Windows): Explain what coordinates-in-window-p
9930 returns for fringes and display margins.
9931 (Window Configurations): Explain saving fringes, etc.
9932
9933 * tips.texi (Library Headers): Clean up Documentation.
9934
9935 * syntax.texi (Parsing Expressions): Clean up forward-comment
9936 and parse-sexp-lookup-properties.
9937
9938 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
9939
9940 * os.texi (System Environment): Clean up text for load-average errors.
9941
9942 * modes.texi (Hooks): Don't explain local hook details at front.
9943 Clarify run-hooks and run-hook-with-args a little.
9944 Clean up add-hook and remove-hook.
9945
9946 * edebug.texi (Edebug Execution Modes): Clarify t.
9947 Document edebug-sit-for-seconds.
9948 (Coverage Testing): Document C-x X = and =.
9949 (Instrumenting Macro Calls): Fix typo.
9950 (Specification List): Don't index the specification keywords.
9951
99522003-10-10 Kim F. Storm <storm@cua.dk>
9953
9954 * processes.texi (Network): Introduce make-network-process.
9955
99562003-10-09 Luc Teirlinck <teirllm@auburn.edu>
9957
9958 * tips.texi (Library Headers): Fix typo.
9959
99602003-10-07 Juri Linkov <juri@jurta.org>
9961
9962 * modes.texi (Imenu): Mention imenu-create-index-function's
9963 default value. Explain submenus better.
9964
99652003-10-07 Lute Kamstra <lute@gnu.org>
9966
9967 * modes.texi (Faces for Font Lock): Fix typo.
9968 (Hooks): Explain how buffer-local hook variables can refer to
9969 global hook variables.
9970 Various minor clarifications.
9971
99722003-10-06 Lute Kamstra <lute@gnu.org>
9973
9974 * tips.texi (Coding Conventions): Mention naming conventions for
9975 hooks.
9976
99772003-10-05 Luc Teirlinck <teirllm@auburn.edu>
9978
9979 * loading.texi (Library Search): Correct default value of
9980 load-suffixes.
9981 (Named Features): Fix typo.
9982
99832003-10-05 Richard M. Stallman <rms@gnu.org>
9984
9985 * loading.texi (Named Features): In `provide',
9986 say how to test for subfeatures.
9987 (Unloading): In unload-feature, use new var name
9988 unload-feature-special-hooks.
9989
99902003-10-03 Lute Kamstra <lute@gnu.org>
9991
9992 * modes.texi (Major Mode Conventions): Mention third way to set up
9993 Imenu.
9994 (Imenu): A number of small fixes.
9995 Delete documentation of internal variable imenu--index-alist.
9996 Document the return value format of imenu-create-index-function
9997 functions.
9998
99992003-09-30 Richard M. Stallman <rms@gnu.org>
10000
10001 * processes.texi (Network): Say what stopped datagram connections do.
10002
10003 * lists.texi (Association Lists): Clarify `assq-delete-all'.
10004
10005 * display.texi (Overlay Properties): Clarify `evaporate' property.
10006
100072003-09-29 Lute Kamstra <lute@gnu.org>
10008
10009 * modes.texi (Mode Line Data): Explain when symbols in mode-line
10010 constructs should be marked as risky.
10011 Change cons cell into proper list.
10012 (Mode Line Variables): Change cons cell into proper list.
10013
100142003-09-26 Lute Kamstra <lute@gnu.org>
10015
10016 * modes.texi (Mode Line Data): Document the :propertize construct.
10017 (Mode Line Variables): Reorder the descriptions of the variables
10018 to match their order in the default mode-line-format.
10019 Describe the new variables mode-line-position and mode-line-modes.
10020 Update the default values of mode-line-frame-identification,
10021 minor-mode-alist, and default-mode-line-format.
10022 (Properties in Mode): Mention the :propertize construct.
10023
100242003-09-26 Richard M. Stallman <rms@gnu.org>
10025
10026 * buffers.texi, commands.texi, debugging.texi, eval.texi:
10027 * loading.texi, minibuf.texi, text.texi, variables.texi:
10028 Avoid @strong{Note:}.
10029
100302003-09-26 Richard M. Stallman <rms@gnu.org>
10031
10032 * keymaps.texi (Remapping Commands): Fix typo.
10033
100342003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
10035
10036 * processes.texi (Low-Level Network): Fix typo.
10037
100382003-09-23 Kim F. Storm <storm@cua.dk>
10039
10040 * processes.texi (Network, Network Servers): Fix typos.
10041 (Low-Level Network): Add timeout value for :server keyword.
10042 Add new option keywords to make-network-process.
10043 Add set-network-process-options.
10044 Explain how to test availability of network options.
10045
100462003-09-19 Richard M. Stallman <rms@gnu.org>
10047
10048 * text.texi (Motion by Indent): Arg to
10049 backward-to-indentation and forward-to-indentation is optional.
10050
10051 * strings.texi (Creating Strings): Add substring-no-properties.
10052
10053 * processes.texi
10054 (Process Information): Add list-processes arg QUERY-ONLY.
10055 Delete process-contact from here.
10056 Add new status values for process-status.
10057 Add process-get, process-put, process-plist, set-process-plist.
10058 (Synchronous Processes): Add call-process-shell-command.
10059 (Signals to Processes): signal-process allows process objects.
10060 (Network): Complete rewrite.
10061 (Network Servers, Datagrams, Low-Level Network): New nodes.
10062
10063 * positions.texi (Word Motion): forward-word, backward-word
10064 arg is optional. Reword.
10065
10066 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
10067
10068 * variables.texi (Creating Buffer-Local):
10069 Delete duplicate definition of buffer-local-value.
10070 (File Local Variables): Explain about discarding text props.
10071
100722003-09-11 Richard M. Stallman <rms@gnu.org>
10073
10074 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
10075 changes variables that record input events.
10076 (Minibuffer Misc): Add minibuffer-selected-window.
10077
10078 * lists.texi (Building Lists): Add copy-tree.
10079
10080 * display.texi (Fontsets): Add char-displayable-p.
10081 (Scroll Bars): New node.
10082
100832003-09-08 Lute Kamstra <lute@gnu.org>
10084
10085 * modes.texi (%-Constructs): Document new `%i' and `%I'
10086 constructs.
10087
100882003-09-03 Peter Runestig <peter@runestig.com>
10089
10090 * makefile.w32-in: New file.
10091
100922003-08-29 Richard M. Stallman <rms@gnu.org>
10093
10094 * display.texi (Overlay Properties): Clarify how priorities
10095 affect use of the properties.
10096
100972003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
10098
10099 * customize.texi (Type Keywords): Correct the description of
10100 `:help-echo' in the case where `motion-doc' is a function.
10101
101022003-08-14 John Paul Wallington <jpw@gnu.org>
10103
10104 * modes.texi (Emulating Mode Line): Subsection, not section.
10105
101062003-08-13 Richard M. Stallman <rms@gnu.org>
10107
10108 * elisp.texi (Top): Update subnode lists in menu.
10109
10110 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
10111 (Kill Functions): kill-region has new arg yank-handler.
10112 (Yanking): New node.
10113 (Yank Commands): Add yank-undo-function.
10114 (Low-Level Kill Ring):
10115 kill-new and kill-append have new arg yank-handler.
10116 (Changing Properties): Add remove-list-of-text-properties.
10117 (Atomic Changes): New node.
10118
10119 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
10120
10121 * streams.texi (Output Variables): Add eval-expression-print-length
10122 and eval-expression-print-level.
10123
10124 * os.texi (Time Conversion): For encode-time, explain limits on year.
10125
10126 * objects.texi (Character Type): Define anchor "modifier bits".
10127
10128 * modes.texi (Emulating Mode Line): New node.
10129 (Search-based Fontification): Font Lock uses font-lock-face property.
10130 (Other Font Lock Variables): Likewise.
10131
10132 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
10133 not vectors.
10134 (Active Keymaps): Add emulation-mode-map-alists.
10135 (Functions for Key Lookup): key-binding has new arg no-remap.
10136 (Remapping Commands): New node.
10137 (Scanning Keymaps): where-is-internal has new arg no-remap.
10138 (Tool Bar): Add tool-bar-local-item-from-menu.
10139 Clarify when to use tool-bar-add-item-from-menu.
10140
10141 * commands.texi (Interactive Call): commandp has new arg.
10142 (Command Loop Info): Add this-original-command.
10143
101442003-08-06 John Paul Wallington <jpw@gnu.org>
10145
10146 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
10147
10148 * display.texi (Warning Basics): Fix typo.
10149 (Fringes): Add closing curly bracket and fix typo.
10150
10151 * elisp.texi (Top): Fix typo.
10152
101532003-08-05 Richard M. Stallman <rms@gnu.org>
10154
10155 * elisp.texi: Update lists of subnodes.
10156
10157 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
10158
10159 * variables.texi (Local Variables): Use lc for example variable names.
10160
10161 * tips.texi (Library Headers): Explain where to put -*-.
10162
10163 * strings.texi (Creating Strings): Fix xref for vconcat.
10164
10165 * sequences.texi (Vector Functions):
10166 vconcat no longer allows integer args.
10167
10168 * minibuf.texi (Reading File Names): read-file-name has new
10169 arg PREDICATE. New function read-directory-name.
10170
c4cc8b9a 10171 * macros.texi (Defining Macros): Give definition of `declare'.
b8d4c8d0
GM
10172 (Indenting Macros): New node.
10173
10174 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
10175 (Window Frame Parameters): Make separate table of parameters
10176 that are coupled with specific face attributes.
10177 (Deleting Frames): delete-frame-hooks renamed to
10178 delete-frame-functions.
10179
10180 * files.texi (Magic File Names): Add file-remote-p.
10181 Clarify file-local-copy.
10182
10183 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
10184 here; instead xref Defining Macros.
10185
10186 * display.texi (Warnings): New node, and subnodes.
10187 (Fringes): New node.
10188
10189 * debugging.texi (Test Coverage): New node.
10190
10191 * compile.texi (Compiler Errors): Explain with-no-warnings
10192 and other ways to suppress warnings.
10193
10194 * commands.texi (Interactive Call): Minor clarification.
10195
10196 * buffers.texi (Buffer File Name): set-visited-file-name
10197 renames the buffer too.
10198
10199 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
10200
102012003-07-24 Markus Rost <rost@math.ohio-state.edu>
10202
10203 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
10204
102052003-07-22 Markus Rost <rost@math.ohio-state.edu>
10206
10207 * internals.texi (Garbage Collection): Fix previous change.
10208
102092003-07-22 Richard M. Stallman <rms@gnu.org>
10210
10211 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
10212
10213 * display.texi (Width): Use \s syntax in example.
10214 (Font Selection): Add face-font-rescale-alist.
10215
10216 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
10217 Remove spurious indent in example.
10218
10219 * lists.texi (Building Lists): Add number-sequence.
10220
10221 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
10222
10223 * functions.texi (Function Documentation): Explain how to
10224 show calling convention explicitly in the doc string.
10225
10226 * windows.texi (Selecting Windows): save-selected-window saves
10227 selected window of each frame.
10228 (Window Configurations): Minor change.
10229
10230 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
10231
10232 * streams.texi (Output Variables): Add print-continuous-numbering
10233 and print-number-table.
10234
10235 * processes.texi (Decoding Output): New node.
10236
10237 * os.texi (Time Conversion): decode-time arg is optional.
10238
10239 * objects.texi (Character Type): Don't use space as example for \.
10240 Make list of char names and \-sequences correspond.
10241 Explain that \s is not used in strings. `\ ' needs space after.
10242
10243 * nonascii.texi (Converting Representations): Add string-to-multibyte.
10244 (Translation of Characters): Add translation-table-for-input.
10245 (Default Coding Systems): Add auto-coding-functions.
10246 (Explicit Encoding): Add decode-coding-inserted-region.
10247 (Locales): Add locale-info.
10248
10249 * minibuf.texi (Basic Completion): Describe test-completion.
10250 Collections can be lists of strings.
10251 Clean up lazy-completion-table.
10252 (Programmed Completion): Mention test-completion.
10253 Clarify why lambda expressions are not accepted.
10254 (Minibuffer Misc): Describe minibufferp.
10255
102562003-07-14 Richard M. Stallman <rms@gnu.org>
10257
10258 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
10259
10260 * windows.texi (Selecting Windows): New arg to select-window.
10261 (Selecting Windows): Add with-selected-window.
10262 (Size of Window): Add window-inside-edges, etc.
10263
10264 * internals.texi (Garbage Collection): Add post-gc-hook.
10265
10266 * processes.texi (Subprocess Creation): Add exec-suffixes.
10267
10268 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
10269 (Scanning Keymaps): Add map-keymaps.
10270 (Defining Menus): Add keymap-prompt.
10271
10272 * numbers.texi (Integer Basics): Add most-positive-fixnum,
10273 most-negative-fixnum.
10274
c4cc8b9a 10275 * compile.texi (Byte Compilation): Explain no-byte-compile.
b8d4c8d0
GM
10276 (Compiler Errors): New node.
10277
10278 * os.texi (User Identification): user-uid, user-real-uid
10279 can return float.
10280
10281 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
10282 and about derived modes.
10283 (Minor Modes): Add minor-mode-list.
10284 (Defining Minor Modes): Keyword args for define-minor-mode.
10285 (Search-based Fontification): Explain managing other properties.
10286 (Other Font Lock Variables): Add font-lock-extra-managed-props.
183080b6 10287 (Faces for Font Lock): Add font-lock-preprocessor-face.
b8d4c8d0
GM
10288 (Hooks): Add run-mode-hooks and delay-mode-hooks.
10289
10290 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
10291 (Variable Aliases): Clarify defvaralias.
10292
10293 * loading.texi (Library Search): Add load-suffixes.
10294
10295 * minibuf.texi (Basic Completion): Add lazy-completion-table.
10296 (Programmed Completion): Add dynamic-completion-table.
10297
10298 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
10299 (Magic File Names): Specify precedence order of handlers.
10300
10301 * commands.texi (Command Overview): Emacs server runs pre-command-hook
10302 and post-command-hook.
10303 (Waiting): New calling convention for sit-for.
10304
10305 * text.texi (Special Properties): local-map and keymap properties
10306 apply based on their stickiness.
10307
103082003-07-07 Richard M. Stallman <rms@gnu.org>
10309
10310 * modes.texi (Minor Mode Conventions): Specify only some kinds
10311 of list values as args to minor modes.
10312
10313 * files.texi (File Name Expansion): Warn about iterative use
10314 of substitute-in-file-name.
10315
10316 * advice.texi (Activation of Advice): Clean up previous change.
10317
103182003-07-06 Markus Rost <rost@math.ohio-state.edu>
10319
10320 * advice.texi (Activation of Advice): Note that ad-start-advice is
10321 turned on by default.
10322
103232003-06-30 Richard M. Stallman <rms@gnu.org>
10324
10325 * text.texi (Buffer Contents): Document current-word.
10326 (Change Hooks): Not called for *Messages*.
10327
10328 * functions.texi (Defining Functions): Explain about redefining
10329 primitives.
f4e90db0 10330 (Function Safety): Rename. Minor changes.
b8d4c8d0
GM
10331 Comment out the detailed criteria for what is safe.
10332
103332003-06-22 Andreas Schwab <schwab@suse.de>
10334
10335 * objects.texi (Symbol Type): Fix description of examples.
10336
103372003-06-16 Andreas Schwab <schwab@suse.de>
10338
10339 * hash.texi (Creating Hash): Fix description of :weakness.
10340
c8763fb6 103412003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
b8d4c8d0
GM
10342
10343 * files.texi (Changing Files): copy-file copies file modes, too.
10344
103452003-05-28 Richard M. Stallman <rms@gnu.org>
10346
10347 * strings.texi (Creating Strings): Clarify split-string.
10348
103492003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
10350
10351 * strings.texi (Creating Strings): Update split-string specification
10352 and examples.
10353
103542003-05-19 Richard M. Stallman <rms@gnu.org>
10355
10356 * elisp.texi: Correct invariant section names.
10357
103582003-04-20 Richard M. Stallman <rms@gnu.org>
10359
10360 * os.texi (Timers): Explain about timers and quitting.
10361
103622003-04-19 Richard M. Stallman <rms@gnu.org>
10363
10364 * internals.texi (Writing Emacs Primitives): Strings are
10365 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
10366 Explain GCPRO convention for varargs function args.
10367
103682003-04-16 Richard M. Stallman <rms@gnu.org>
10369
10370 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
10371
103722003-04-08 Richard M. Stallman <rms@gnu.org>
10373
10374 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
10375
103762003-02-13 Kim F. Storm <storm@cua.dk>
10377
10378 * objects.texi (Character Type): New \s escape for space.
10379
103802003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
10381
5dcb4c4e 10382 * os.texi (System Environment): Add cygwin system-type.
b8d4c8d0
GM
10383
103842003-01-25 Richard M. Stallman <rms@gnu.org>
10385
10386 * keymaps.texi: Document that a symbol can act as a keymap.
10387
103882003-01-13 Richard M. Stallman <rms@gnu.org>
10389
10390 * text.texi (Changing Properties): Say string indices are origin-0.
10391
10392 * positions.texi (Screen Lines) <compute-motion>:
10393 Correct order of elts in return value.
10394
10395 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
10396 how to define a default binding.
10397
103982002-12-07 Markus Rost <rost@math.ohio-state.edu>
10399
10400 * loading.texi (Unloading): Fix recent change for load-history.
10401
10402 * customize.texi (Simple Types): Clarify description of custom
10403 type 'number. Describe new custom type 'float.
10404
104052002-12-04 Markus Rost <rost@math.ohio-state.edu>
10406
10407 * variables.texi (File Local Variables): Fix typo.
10408
c8763fb6 104092002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
b8d4c8d0
GM
10410
10411 From Michael Albinus <Michael.Albinus@alcatel.de>.
10412
10413 * README: Target for Info file is `make info'.
10414
5dcb4c4e 10415 * files.texi (File Name Components): Fix typos in
b8d4c8d0
GM
10416 `file-name-sans-extension'.
10417 (Magic File Names): Complete list of operations for magic file
10418 name handlers.
10419
104202002-09-16 Jonathan Yavner <jyavner@engineer.com>
10421
10422 * variables.texi (File Local Variables): New function
10423 risky-local-variable-p.
10424
104252002-09-15 Jonathan Yavner <jyavner@engineer.com>
10426
10427 * functions.texi (Function safety): New node about unsafep.
10428
104292002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
10430
5dcb4c4e 10431 * customize.texi (Splicing into Lists): Fix example.
a86cd395 10432 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
b8d4c8d0
GM
10433
104342002-06-17 Juanma Barranquero <lektu@terra.es>
10435
10436 * frames.texi (Display Feature Testing): Fix typo.
10437
104382002-06-12 Andreas Schwab <schwab@suse.de>
10439
10440 * frames.texi (Initial Parameters, Resources): Fix references to
10441 the Emacs manual.
10442
104432002-05-13 Kim F. Storm <storm@cua.dk>
10444
10445 * variables.texi (Intro to Buffer-Local): Updated warning and
10446 example relating to changing buffer inside let.
10447
c8763fb6 104482002-03-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
10449
10450 * os.texi (Session Management): New node about X Session management.
10451
104522002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
10453
10454 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
10455 to which the manual corresponds, and the copyright years.
10456
10457 * Makefile.in (VERSION): Set to 2.9.
10458
104592001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
10460
10461 * elisp.texi: Change the category in @dircategory to "Emacs", to
10462 make it consistent with info/dir.
10463
104642001-11-25 Miles Bader <miles@gnu.org>
10465
10466 * text.texi (Fields): Describe new `limit' arg in
10467 field-beginning/field-end.
10468
104692001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
10470
5dcb4c4e
SM
10471 * permute-index: Don't depend on csh-specific features.
10472 Replace the interpreter name with /bin/sh.
b8d4c8d0
GM
10473
10474 * two-volume-cross-refs.txt: New file.
10475 * two.el: New file.
10476 * spellfile: New file.
10477
104782001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
10479
10480 * permute-index: New file.
10481
10482 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
10483 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
10484 8+3 restricted namespace.
10485
10486 * Makefile.in (infodir): Define relative to $(srcdir).
10487 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
10488 include directories list via -I switch to makeinfo.
10489 (index.texi): Use cp if both hard and symbolic links fail.
10490
104912001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
10492
10493 * Makefile.in (distclean): Add.
10494
10495 The following changes make ELisp manual part of the Emacs
10496 distribution:
10497
10498 * Makefile.in: Add Copyright notice.
10499 (prefix): Remove.
10500 (infodir): Change value to "../info".
10501 (VPATH): New variable.
10502 (MAKE): Don't define.
10503 (texmacrodir): Don't define.
10504 (texinputdir): Append the existing value of TEXINPUTS.
10505 ($(infodir)/elisp): Instead of just "elisp". Reformat the
10506 command to be compatible with man/Makefile.in, and to put the
10507 output into ../info.
10508 (info): Add target.
10509 (installall): Target removed.
10510
c8763fb6 105112001-10-31 Pavel Janík <Pavel@Janik.cz>
b8d4c8d0
GM
10512
10513 * tips.texi (Coding Conventions): Fix typo.
10514
105152001-10-23 Gerd Moellmann <gerd@gnu.org>
10516
10517 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
10518
105192001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
10520
10521 * files.texi (File Name Components): Update the description of
10522 file-name-sans-extension and file-name-extension, as they now
10523 ignore leading dots.
10524
105252001-10-20 Gerd Moellmann <gerd@gnu.org>
10526
10527 * (Version 21.1 released.)
10528
105292001-10-19 Miles Bader <miles@gnu.org>
10530
10531 * positions.texi (Text Lines): Describe behavior of
10532 `beginning-of-line'/`end-of-line' in the presence of field properties.
10533
105342001-10-17 Gerd Moellmann <gerd@gnu.org>
10535
10536 * Makefile.in (VERSION): Set to 2.8.
10537 (manual): Use `manual-21'.
10538
10539 * elisp.texi (VERSION): Add and use it where the version
10540 number was used. Set it to 2.8.
10541
10542 * intro.texi: Likewise.
10543
105442001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
10545
10546 * files.texi (File Name Completion): Document the significance of
10547 a trailing slash in elements of completion-ignored-extensions.
10548
105492001-10-06 Miles Bader <miles@gnu.org>
10550
10551 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
10552
105532001-10-04 Gerd Moellmann <gerd@gnu.org>
10554
10555 * variables.texi (Variable Aliases): New node.
10556
105572001-10-04 Gerd Moellmann <gerd@gnu.org>
10558
10559 * Branch for 21.1.
10560
105612001-10-02 Miles Bader <miles@gnu.org>
10562
10563 * minibuf.texi (Minibuffer Misc): Add entries for
10564 `minibuffer-contents', `minibuffer-contents-no-properties', and
10565 `delete-minibuffer-contents'.
10566 Correct description for `minibuffer-prompt-end'.
10567
10568 * text.texi (Property Search): Correct descriptions of
10569 `next-char-property-change' and `previous-char-property-change'.
10570 Add entries for `next-single-char-property-change' and
10571 `previous-single-char-property-change'.
10572 Make operand names a bit more consistent.
10573
105742001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
10575
10576 * frames.texi (Finding All Frames): Document that next-frame and
10577 previous-frame are local to current terminal.
10578
105792001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
10580
10581 * keymaps.texi (Creating Keymaps): Fix the description of the
10582 result of make-keymap.
10583
105842001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
10585
10586 * display.texi (Font Lookup, Attribute Functions)
10587 (Image Descriptors): Add cross-references to the definition of
10588 selected frame.
10589
10590 * buffers.texi (The Buffer List): Add cross-references to the
10591 definition of selected frame.
10592
10593 * frames.texi (Input Focus): Clarify which frame is _the_ selected
10594 frame at any given time.
10595 (Multiple Displays, Size and Position): Add a cross-reference to
10596 the definition of the selected frame.
10597
105982001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
10599
10600 * strings.texi (String Conversion) <string-to-number>: Document
10601 that a float is returned for integers that are too large.
10602
10603 * frames.texi (Mouse Position): Document mouse-position-function.
10604 (Display Feature Testing): Document display-images-p.
10605 (Window Frame Parameters): Document the cursor-type variable.
10606
10607 * numbers.texi (Integer Basics): Document CL style read syntax for
10608 integers in bases other than 10.
10609
5dcb4c4e
SM
10610 * positions.texi (List Motion):
10611 Document open-paren-in-column-0-is-defun-start.
b8d4c8d0
GM
10612
10613 * lists.texi (Sets And Lists): Document member-ignore-case.
10614
10615 * internals.texi (Garbage Collection): Document the used and free
10616 strings report.
10617 (Memory Usage): Document strings-consed.
10618
10619 * os.texi (Time of Day): Document float-time.
10620 (Recording Input): Document that clear-this-command-keys clears
10621 the vector to be returned by recent-keys.
10622
10623 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
10624 argument keymap can be a list.
10625
10626 * nonascii.texi (User-Chosen Coding Systems)
10627 <select-safe-coding-system>: Document the new argument
10628 accept-default-p and the variable
10629 select-safe-coding-system-accept-default-p. Tell what happens if
10630 buffer-file-coding-system is undecided.
10631 (Default Coding Systems): Document auto-coding-regexp-alist.
10632
10633 * display.texi (The Echo Area) <message>: Document
10634 message-truncate-lines.
10635 (Glyphs): Document that the glyph table is unused on windowed
10636 displays.
10637
10638 * help.texi (Describing Characters) <single-key-description>:
10639 Document the new argument no-angles.
10640 (Accessing Documentation) <documentation-property>: Document that
10641 a non-string property is evaluated.
10642 <documentation>: Document that the function-documentation property
10643 is looked for.
10644
10645 * windows.texi (Selecting Windows): Document some-window.
10646
10647 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
10648
10649 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
10650 apropos-mode-hook.
10651
10652 * commands.texi (Using Interactive): Document interactive-form.
10653 (Keyboard Macros): Document kbd-macro-termination-hook.
10654 (Command Loop Info): Document that clear-this-command-keys clears
10655 the vector to be returned by recent-keys.
10656
106572001-09-04 Werner LEMBERG <wl@gnu.org>
10658
10659 * Makefile.in (srcdir, texinputdir): New variables.
10660 (srcs, index.texi, install): Use $(srcdir).
10661 (.PHONY): Remove elisp.dvi.
10662 (elisp): Use -I switch for makeinfo.
10663 (elisp.dvi): Use $(srcdir) and $(texinputdir).
10664 (installall, dist): Use $(srcdir).
10665 Fix path to texinfo.tex.
10666 (maintainer-clean): Add elisp.dvi and elisp.oaux.
10667
106682001-08-30 Gerd Moellmann <gerd@gnu.org>
10669
10670 * display.texi (Conditional Display): Adjust to API change.
10671
10672 * configure: New file.
10673
106742001-07-30 Gerd Moellmann <gerd@gnu.org>
10675
10676 * commands.texi (Repeat Events): Add description of
10677 double-click-fuzz.
10678
106792001-05-08 Stefan Monnier <monnier@cs.yale.edu>
10680
10681 * syntax.texi (Syntax Class Table): Add the missing designator for
10682 comment and string fences.
10683 (Syntax Properties): Add a xref to syntax table internals.
10684 (Syntax Table Internals): Document string-to-syntax.
10685
106862001-05-07 Gerd Moellmann <gerd@gnu.org>
10687
10688 * Makefile.in (install): Use install-info command line options
10689 like in Emacs' Makefile.in.
10690
106912000-12-09 Miles Bader <miles@gnu.org>
10692
10693 * windows.texi (Window Start): Update documentation for
10694 `pos-visible-in-window-p'.
10695
106962000-11-12 Stefan Monnier <monnier@cs.yale.edu>
10697
10698 * lists.texi (Building Lists): Add footnote to explain how to add
10699 to the end of a list.
10700
107012000-10-25 Gerd Moellmann <gerd@gnu.org>
10702
10703 * files.texi (Visiting Functions): Typos.
10704
107052000-10-25 Kenichi Handa <handa@etl.go.jp>
10706
10707 * files.texi (Visiting Functions): Return value of
10708 find-file-noselect may be a list of buffers if wildcards are used.
10709
107102000-10-24 Miles Bader <miles@lsi.nec.co.jp>
10711
10712 * display.texi (Defining Faces): Document `graphic' display type
10713 in face specs.
10714
b344d29d 107152000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b8d4c8d0
GM
10716
10717 * hooks.texi (Standard Hooks): Replace obsolete
10718 `after-make-frame-hook' with `after-make-frame-functions'.
10719
10720 * frames.texi (Creating Frames): Ditto.
10721
10722 * variables.texi (Future Local Variables): Ditto.
10723
107242000-10-16 Gerd Moellmann <gerd@gnu.org>
10725
10726 * display.texi (Other Image Types): Add description of :foreground
10727 and :background properties of mono PBM images.
10728
107292000-08-17 Werner LEMBERG <wl@gnu.org>
10730
10731 * .cvsignore: New file.
10732
107332000-01-05 Gerd Moellmann <gerd@gnu.org>
10734
10735 * tindex.pl: New script.
10736
107371999-12-03 Dave Love <fx@gnu.org>
10738
10739 * Makefile.in (MAKEINFO): New parameter.
10740
107411999-09-17 Richard Stallman <rms@gnu.org>
10742
10743 * Makefile.in (srcs): Add hash.texi.
10744 (VERSION): Update to 20.6.
10745
107461999-09-13 Richard Stallman <rms@gnu.org>
10747
10748 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
10749
107501998-08-29 Karl Heuer <kwzh@gnu.org>
10751
10752 * configure.in: New file.
10753 * Makefile.in: Renamed from Makefile.
10754 (prefix, infodir): Use value obtained from configure.
10755 (emacslibdir): Obsolete variable deleted.
10756 (dist): Distribute configure.in, configure, Makefile.in.
10757
107581998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
10759
10760 * Makefile (INSTALL_INFO): New variable.
10761 (install): Run install-info.
10762
107631998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
10764
10765 * Makefile (elisp.dvi): Add missing backslash.
10766
107671998-05-02 Richard Stallman <rms@psilocin.gnu.org>
10768
10769 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
10770 Run texindex without `./'. Always run texindex on elisp.tp.
10771 (elisp.tps): Target deleted.
10772
107731998-04-05 Richard Stallman <rms@psilocin.gnu.org>
10774
10775 * Makefile (srcs): Add nonascii.texi and customize.texi.
10776 (dist): Start by deleting `temp'.
10777
107781998-02-17 Richard Stallman <rms@psilocin.gnu.org>
10779
10780 * Makefile (makeinfo, texindex): Targets deleted.
10781 (makeinfo.o, texindex.o): Targets deleted.
10782 (clean, dist): Don't do anything with them or with getopt*.
10783
107841998-01-30 Richard Stallman <rms@psilocin.gnu.org>
10785
10786 * Makefile (SHELL): Defined.
10787
107881998-01-27 Richard Stallman <rms@psilocin.gnu.org>
10789
10790 * Makefile (elisp.tps): New target.
10791 (elisp.dvi): Depend on elisp.tps.
10792
c5602427 107931996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
b8d4c8d0
GM
10794
10795 * README: Update phone number.
10796
10797 * Makefile (elisp): Make this be the default target.
10798 Depend on makeinfo.c instead of makeinfo.
10799 (install): Don't depend on elisp.dvi, since we don't install that.
10800 Use mkinstalldirs.
10801 (dist): Add mkinstalldirs.
10802
c5602427 108031995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
b8d4c8d0
GM
10804
10805 * Makefile (VERSION): Update version number.
5dcb4c4e 10806 (maintainer-clean): Rename from realclean.
b8d4c8d0 10807
c5602427 108081995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
b8d4c8d0
GM
10809
10810 * Makefile (realclean): New target.
10811 (elisp): Remove any old elisp-* files first.
10812
c5602427 108131993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
b8d4c8d0
GM
10814
10815 * Makefile (VERSION): New variable.
10816 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
10817 Compressed file suffix should be `.gz', not `.z'.
10818
ce058493 108191993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10820
10821 * Makefile (elisp): Depend on makeinfo.
10822
c5602427 108231993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
b8d4c8d0
GM
10824
10825 * Makefile (srcs): Add anti.texi.
10826
c5602427 108271993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10828
10829 * Makefile (infodir, prefix): New vars.
10830 (install): Use infodir.
f4e90db0 10831 (emacsinfodir): Delete.
b8d4c8d0 10832
c5602427 108331993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10834
10835 * Makefile (srcs): Add calendar.texi.
10836
10837 * Makefile (dist): Copy texindex.c and makeinfo.c.
10838 Limit elisp-* files to those with one or two digits.
10839
c5602427 108401993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0 10841
f4e90db0 10842 * Makefile (dist): Change to use Gzip instead of compress.
b8d4c8d0 10843
c5602427 108441993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10845
10846 * loading.texi (Unloading): define-function changed back to
10847 defalias. It may not stay this way, but at least it's
10848 consistent with the known-good version of the code patch.
10849
c5602427 108501993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
b8d4c8d0
GM
10851
10852 * modes.texi (Hooks): Document new optional arg of add-hook.
10853
c5602427 108541993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10855
10856 * variables.texi: Document nil initial value of buffer-local variables.
10857
10858 * tips.texi: Add new section on standard library headers.
10859
c5602427 108601993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
10861
10862 * Makefile (srcs): Add frame.texi to the list of sources.
10863
c5602427 108641993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
10865
10866 * Makefile (dist): Don't bother excluding autosave files; they'll
10867 never make it into the temp directory anyway, and the hash marks
10868 in the name are problematic for make and the Bourne shell.
10869 (srcs):
10870
c5602427 108711993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
10872
10873 * Makefile (dist): Don't include backup files or autosave files in
10874 the distribution tar file.
10875
c5602427 108761991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0 10877
5dcb4c4e 10878 * Makefile (srcs): Add index.perm.
b8d4c8d0
GM
10879 (elisp.dvi): Remove erroneous shell comment.
10880 Expect output of permute-index in permuted.fns.
10881 Save old elisp.aux in elisp.oaux.
5dcb4c4e 10882 (clean): Add index.texi to be deleted.
b8d4c8d0 10883
c5602427 108841990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
10885
10886 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
10887
c5602427 108881990-06-26 David Lawrence (tale@geech)
b8d4c8d0
GM
10889
10890 * files.texi: Noted that completion-ignored-extensions is ignored
10891 when making *Completions*.
10892
3e868ee3 108931990-06-08 Jay Fenlason (hack@ai.mit.edu)
b8d4c8d0
GM
10894
10895 * Makefile make dist now depends on elisp.dvi, since it tries
10896 to include it in the dist file.
10897
c5602427 108981990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
b8d4c8d0 10899
c5602427 10900 * functions.texinfo (Mapping Functions): Add missing quote.
b8d4c8d0 10901
c5602427 109021989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
10903
10904 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
10905 (defunargs): Turn off \hyphenchar of \sl font temporarily.
10906
c5602427 109071989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10908
10909 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
10910 and @error{} are the terms now being used. The files in the
10911 directory have been changed to reflect this.
10912
10913 * All instances of @indentedresultt{} have been changed to
333f9019 10914 ` @result{}', using 5 spaces at the beginning of the line.
b8d4c8d0 10915
c5602427 109161989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10917
10918 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
10919 experimental @indentedresult{}, @indentedexpandsto{} are part of
10920 the texinfo.tex in this directory. These TeX macros are not
10921 stable yet.
10922
c5602427 109231989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10924
10925 * texinfo.tex: Temporarily added
10926 \let\result=\dblarrow
10927 \def\error{{\it ERROR} \longdblarrow}
10928 We need to do this better soon.
10929
c5602427 109301989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10931
10932 * Applied Karl Berry's patches to *.texinfo files, but not to
10933 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
10934 new title page format is also not applied, since it requires
10935 texinfo.tex changes.)
10936
10937 * Cleaned up `Makefile' and defined the `emacslibdir' directory
10938 for the Project GNU development environment.
10939
10940;; Local Variables:
c8763fb6 10941;; coding: utf-8
b8d4c8d0
GM
10942;; End:
10943
acaf905b 10944 Copyright (C) 1998-2012 Free Software Foundation, Inc.
b8d4c8d0
GM
10945
10946 This file is part of GNU Emacs.
10947
352c8b4a 10948 GNU Emacs is free software: you can redistribute it and/or modify
b8d4c8d0 10949 it under the terms of the GNU General Public License as published by
352c8b4a
GM
10950 the Free Software Foundation, either version 3 of the License, or
10951 (at your option) any later version.
b8d4c8d0
GM
10952
10953 GNU Emacs is distributed in the hope that it will be useful,
10954 but WITHOUT ANY WARRANTY; without even the implied warranty of
10955 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10956 GNU General Public License for more details.
10957
10958 You should have received a copy of the GNU General Public License
352c8b4a 10959 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.