Sync with Org git commit 374c56b.
[bpt/emacs.git] / doc / lispref / ChangeLog
CommitLineData
88ed9e87
SM
12012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * functions.texi (Simple Lambda, Argument List):
4 * eval.texi (Function Indirection): Avoid deprecated form.
5
16152b76
GM
62012-04-26 Glenn Morris <rgm@gnu.org>
7
1a72be46
GM
8 * book-spine.texi, elisp.texi, vol1.texi, vol2.texi:
9 Add "et al." to authors.
10
16152b76
GM
11 * buffers.texi, commands.texi, compile.texi, control.texi:
12 * customize.texi, display.texi, eval.texi, files.texi, frames.texi:
13 * hash.texi, help.texi, intro.texi, keymaps.texi, lists.texi:
14 * modes.texi, numbers.texi, objects.texi, streams.texi:
15 * symbols.texi, syntax.texi, text.texi, tips.texi, variables.texi:
16 Use Texinfo recommended convention for quotes+punctuation.
17
9ec7751f
CY
182012-04-23 Chong Yidong <cyd@gnu.org>
19
20 * keymaps.texi (Scanning Keymaps): Fix description of NO-REMAP arg
21 to where-is-internal (Bug#10872).
22
9c51bbaa
GM
232012-04-21 Glenn Morris <rgm@gnu.org>
24
a2715669
GM
25 * macros.texi (Indenting Macros): Fix typo.
26
0b27932b
GM
27 * windows.texi (Basic Windows, Windows and Frames, Window Sizes)
28 (Resizing Windows, Deleting Windows, Selecting Windows)
e78d873d
GM
29 (Choosing Window Options, Horizontal Scrolling)
30 (Cyclic Window Ordering, Window History, Dedicated Windows)
09ebefe1
GM
31 (Quitting Windows, Window Configurations, Textual Scrolling):
32 (Coordinates and Windows, Window Configurations)
33 (Window Parameters, Window Hooks): Copyedits.
0b27932b
GM
34 (Splitting Windows, Deleting Windows):
35 Fix ignore-window-parameters logic.
36 (Selecting Windows, Choosing Window Options): Markup fixes.
e78d873d
GM
37 (Window Start and End): Remove pointless example.
38 Remove cross-reference to deleted count-lines content.
09ebefe1
GM
39 (Textual Scrolling): Mention recenter-redisplay, recenter-top-bottom,
40 and recenter-positions. Remove recenter example.
0b27932b 41
0dc91072
GM
42 * elisp.texi, vol1.texi, vol2.texi: Bump VERSION and DATE.
43
9c51bbaa
GM
44 * minibuf.texi (Intro to Minibuffers):
45 Tweak discussion of resizing minibuffer window.
46
f30d612a
CY
472012-04-20 Chong Yidong <cyd@gnu.org>
48
49 * processes.texi (Asynchronous Processes): Mention nil argument to
50 start-process.
51
b58b1df8
GM
522012-04-20 Glenn Morris <rgm@gnu.org>
53
54 * minibuf.texi (Basic Completion): No need to describe obarrays here.
55 Don't mention obsolete `nospace' argument of all-completions.
56 (Minibuffer Completion, Completion Commands, Reading File Names)
57 (Completion Variables): Copyedits.
58 (Completion Commands): Mention parent keymaps.
59 Remove obsolete minibuffer-local-filename-must-match-map.
60 (High-Level Completion): Remove read-variable's almost
61 word-for-word duplication of read-command.
62 * elisp.texi, vol1.texi, vol2.texi, minibuf.texi (Completion):
63 Update "High-Level Completion" description.
64
9d2754f5
GM
652012-04-19 Glenn Morris <rgm@gnu.org>
66
c0ea08d2
GM
67 * minibuf.texi (Minibuffers):
68 * elisp.texi, vol1.texi, vol2.texi: Fix minibuffer subsection order.
69
9d2754f5
GM
70 * minibuf.texi: Standardize metasyntactic variables ("history", etc).
71 Use Texinfo-recommended form of quote+punctuation.
72 (Intro to Minibuffers): First minibuffer is #1, not #0.
73 Mention minibuffer-inactive-mode.
74 (Text from Minibuffer): Copyedits.
75 (Minibuffer History, Programmed Completion): Fix @var usage.
c5467d73
GM
76 (Object from Minibuffer): Remove overly pedantic para.
77 (Minibuffer History): Copyedits. Add face-name-history.
78 (Initial Input, Yes-or-No Queries, Multiple Queries)
79 (Minibuffer Windows, Minibuffer Misc): Copyedits.
80 (Yes-or-No Queries): Tweak example.
81 (Minibuffer Commands): Add next-complete-history-element.
82 (Minibuffer Misc): Mention minibuffer-message-timeout, and
83 minibuffer-inactive-mode.
9d2754f5 84
4373fd43
GM
852012-04-18 Glenn Morris <rgm@gnu.org>
86
87 * processes.texi (Serial Ports, Byte Packing, Bindat Spec)
88 (Bindat Functions): Copyedits.
89
0e80650b
CS
902012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
91
92 * files.texi (Saving Buffers): Document `visit and `visit-save'
93 values of require-final-newline.
94
016a35df
GM
952012-04-18 Glenn Morris <rgm@gnu.org>
96
97 * processes.texi (Output from Processes, Filter Functions):
98 Mention waiting-for-user-input-p.
99 (Sentinels, Query Before Exit, System Processes, Transaction Queues):
100 (Network Servers, Datagrams, Network Processes, Network Options)
101 (Network Feature Testing, Serial Ports): Copyedits.
102 (Network): Add encrypted network overview paragraph.
103 Cross-reference the Emacs-GnuTLS manual. Use @acronym.
104
21ffa320
CY
1052012-04-17 Chong Yidong <cyd@gnu.org>
106
107 * help.texi (Keys in Documentation): Mention :advertised-binding.
108
109 * keymaps.texi (Menu Bar): Move most of the :advertised-binding
110 description to help.texi.
111
62f4b18c
GM
1122012-04-16 Glenn Morris <rgm@gnu.org>
113
114 * processes.texi (Process Information, Input to Processes)
115 (Signals to Processes, Output from Processes, Process Buffers)
116 (Filter Functions, Decoding Output): Copyedits.
4f5d565f 117 (Accepting Output): Discourage use of `millisec' argument.
62f4b18c 118
e153c136
GM
1192012-04-15 Glenn Morris <rgm@gnu.org>
120
121 * processes.texi (Processes, Subprocess Creation, Shell Arguments):
12acf783
GM
122 (Synchronous Processes, Asynchronous Processes, Deleting Processes):
123 Copyedits.
e153c136 124 (Subprocess Creation): Discourage modifying exec-path directly.
12acf783
GM
125 (Synchronous Processes, Asynchronous Processes):
126 Update some example output.
e153c136
GM
127 (Process Information): Fix typo.
128 (Bindat Spec): Use Texinfo-recommended form of quote+punctuation.
129
764a3017
GM
1302012-04-14 Glenn Morris <rgm@gnu.org>
131
132 * anti.texi (Antinews): Copyedits. Don't @dfn anything here.
133 open-network-stream does exist in Emacs 23, but is simpler.
134
03ed9e82
CY
1352012-04-13 Chong Yidong <cyd@gnu.org>
136
137 * customize.texi (Custom Themes): Also document load-theme etc.
138
81927dd2
CY
1392012-04-12 Chong Yidong <cyd@gnu.org>
140
141 * customize.texi (Applying Customizations):
142 (Custom Themes): New nodes.
143
144 * display.texi (Defining Faces): Reference custom-set-faces.
145
146 * modes.texi (Defining Minor Modes, Defining Minor Modes):
147 * os.texi (Startup Summary): Copyedits.
148
8edb942b
GM
1492012-04-12 Glenn Morris <rgm@gnu.org>
150
151 * loading.texi (Loading Non-ASCII): "unibyte:" can also be at the end.
152
62200c14
GM
1532012-04-10 Glenn Morris <rgm@gnu.org>
154
9fce7eda
GM
155 * strings.texi (Case Tables):
156 * objects.texi (General Escape Syntax):
157 * keymaps.texi (Key Sequences): Use @acronym with "ASCII".
158
2bb0eca1
GM
159 * buffers.texi, compile.texi, customize.texi, debugging.texi:
160 * display.texi, edebug.texi, eval.texi, help.texi, intro.texi:
161 * keymaps.texi, minibuf.texi, modes.texi, os.texi, processes.texi:
162 * text.texi: Use @file for buffers, per the Texinfo manual.
163
62200c14
GM
164 * compile.texi (Compiler Errors): Add missing space in buffer name.
165
9fe9631c
CY
1662012-04-08 Chong Yidong <cyd@gnu.org>
167
168 * processes.texi (Query Before Exit): Remove obsolete function
169 process-kill-without-query (Bug#11190).
170
8fc85b20
GM
1712012-04-08 Glenn Morris <rgm@gnu.org>
172
173 * files.texi, frames.texi, loading.texi, os.texi, processes.texi:
174 Use @env for environment variables.
175
f48a9cb4
GM
1762012-04-07 Glenn Morris <rgm@gnu.org>
177
178 * Makefile.in: Replace non-portable use of $< in ordinary rules.
179
ea0ff314
CY
1802012-04-06 Chong Yidong <cyd@gnu.org>
181
182 * minibuf.texi (Programmed Completion): Document metadata method.
183 (Completion Variables): Document completion-category-overrides.
184
91b65361
CY
1852012-04-05 Chong Yidong <cyd@gnu.org>
186
187 * anti.texi (Antinews): Rewrite for Emacs 23.
188
3d439cd1
CY
1892012-04-04 Chong Yidong <cyd@gnu.org>
190
321cc491
CY
191 * minibuf.texi (Programmed Completion): Remove obsolete variable
192 completion-annotate-function.
193 (Completion Variables): Rename from Completion Styles. Document
194 completion-extra-properties. Document completion-styles-alist
195 change.
245d176b
CY
196 (Reading File Names): minibuffer-local-filename-must-match-map is
197 not used anymore.
198 (Minibuffer Completion): Document completing-read-function.
199 (Completion in Buffers): completion-at-point-functions can return
200 properties recognized in completion-extra-properties.
321cc491 201
3d439cd1
CY
202 * display.texi (Delayed Warnings): New node.
203
a7972adf
CY
204 * os.texi (Notifications): Copyedits.
205
97f4a299
GM
2062012-04-04 Glenn Morris <rgm@gnu.org>
207
208 * os.texi (Notifications): Copyedits.
209
9ff687e1
MA
2102012-04-03 Michael Albinus <michael.albinus@gmx.de>
211
212 * os.texi (Terminal-Specific): Fix typo.
213 (Notifications): New section.
214
215 * elisp.texi (Top):
216 * vol1.texi (Top):
217 * vol2.texi (Top): Add "Notifications" and "Dynamic Libraries"
218 menu entries.
219
42ee526b
CY
2202012-04-01 Chong Yidong <cyd@gnu.org>
221
222 * files.texi (Kinds of Files): file-subdir-of-p renamed to
223 file-in-directory-p.
224
0b021094
GM
2252012-03-31 Glenn Morris <rgm@gnu.org>
226
227 * edebug.texi (Instrumenting Macro Calls):
228 Mention defining macros at instrumentation time.
229 (Edebug Options): Mention edebug-unwrap-results.
230
50fe197c
EZ
2312012-03-31 Eli Zaretskii <eliz@gnu.org>
232
233 * text.texi (Special Properties): Clarify the description of the
234 effect of integer values of the 'cursor' property on cursor
235 position. See the discussions in bug#11068 for more details and
236 context.
237
650b6d0b
GM
2382012-03-31 Glenn Morris <rgm@gnu.org>
239
240 * edebug.texi (Edebug Eval, Specification List, Edebug Options):
241 Copyedits.
242
5319014e
CY
2432012-03-30 Chong Yidong <cyd@gnu.org>
244
245 * display.texi (Image Formats): Add imagemagick type.
246 (Image Descriptors): Mention how they are used.
247 (ImageMagick Images): Clarify role of imagemagick-register-types.
248 (Character Display): Don't mention glyph tables.
249 (Display Tables): Use make-glyph-code in example.
250 (Glyphs): Avoid "simple glyph code" terminology. Note that glyph
251 tables are semi-obsolete. De-document create-glyph.
252 (Glyphless Chars): Note that display tables override this.
253 (Bidirectional Display): Copyedits. Introduce "bidirectional
254 reordering" terminology, and use it.
255
f1224267
GM
2562012-03-30 Glenn Morris <rgm@gnu.org>
257
258 * edebug.texi (Jumping): Give name of `i' binding.
259
d14daa28
GM
2602012-03-28 Glenn Morris <rgm@gnu.org>
261
262 * searching.texi (Regular Expressions, Regexp Special):
fee88ca0
GM
263 (Regexp Backslash, Regexp Example, Regexp Functions, Regexp Search):
264 (Simple Match Data, Saving Match Data, Standard Regexps): Copyedits.
d14daa28
GM
265 (Regexp Special): Mention collation.
266 Clarify char classes with an example.
fee88ca0
GM
267 (Regexp Functions): Mention regexp-opt is not guaranteed.
268 Mention regexp-opt-charset.
269 (Regexp Search): Recommend against looking-back.
270 (Search and Replace): Use Texinfo recommended quote convention.
271 Add more query-replace-map items. List multi-query-replace-map items.
d14daa28 272
dcb6e7b3
MR
2732012-03-27 Martin Rudalics <rudalics@gmx.at>
274
275 * windows.texi (Window History): Describe new option
276 switch-to-visible-buffer.
277
cf0495f2
GM
2782012-03-27 Glenn Morris <rgm@gnu.org>
279
4fb9a543
GM
280 * searching.texi (String Search): Add xref to Emacs manual.
281 Copyedits. Mention the function word-search-regexp.
282 (Searching and Case): Add xref to Emacs manual. Copyedits.
283
9364727b
GM
284 * processes.texi (Network Servers): Standardize apostrophe usage.
285
cf0495f2
GM
286 * os.texi (System Environment): Copyedits. Remove some examples
287 that do not seem useful. Mention setenv third arg.
288 tty-erase-char does not seem to be nil under a window-system.
289 (User Identification): Copyedits.
290 Remove some examples that do not seem useful.
291
33da7b16
GM
2922012-03-26 Glenn Morris <rgm@gnu.org>
293
294 * os.texi (Startup Summary): Copyedits. Fix startup screen logic.
295 (Init File): Copyedits.
296 (Command-Line Arguments): Copyedits. Do not mention argv alias.
02243d9d
GM
297 (Killing Emacs): Copyedits.
298 (Suspending Emacs): Copyedits. Mention not very relevant with GUIs.
299 Shorten the example, use more standard shell prompts.
33da7b16 300
9a69676a
CY
3012012-03-25 Chong Yidong <cyd@gnu.org>
302
303 * display.texi (Fringes): Note that fringes are shown on graphical
304 displays only.
305 (Fringe Size/Pos, Fringe Bitmaps, Making Buttons): Clarifications.
306 (Replacing Specs): Clarify example.
307 (Manipulating Buttons): Note that button-at can return a marker.
308 (Buttons): Minor rewrite.
309 (Character Display): New node. Consolidate all character display
310 related nodes into its subsections.
311 (Usual Display): Character 127 is also affected by ctl-arrow.
312 (Display Tables): Improve example.
313
c8f6ec5c
GM
3142012-03-22 Glenn Morris <rgm@gnu.org>
315
316 * strings.texi (Text Comparison): Mention string-prefix-p.
317
fb5b8aca
CY
3182012-03-21 Chong Yidong <cyd@gnu.org>
319
320 * display.texi (The Echo Area): Add xref to Output Streams.
321 (Displaying Messages): Improve doc of message.
322 (Echo Area Customization, Invisible Text): Copyedits.
323 (Invisible Text): Mention that spec comparison is done with eq.
324 (Width): Improve doc of char-width.
325 (Faces): Recommend using symbol instead of string for face name.
326 Minor clarifications.
327 (Defining Faces): Copyedits. Update face example.
328 (Attribute Functions): Mark set-face-foreground etc as commands.
329 (Face Remapping): Mention text-scale-adjust. Clarify
330 face-remapping-alist and related docs.
331 (Face Functions): Don't document make-face or copy-face.
332
025de85b
CY
3332012-03-20 Chong Yidong <cyd@gnu.org>
334
335 * display.texi (Forcing Redisplay): Various rewrites to reflect
336 new value of redisplay-dont-pause.
337 (Truncation): Copyedits.
338
a5656eae
GM
3392012-03-20 Glenn Morris <rgm@gnu.org>
340
341 * os.texi (Startup Summary): Don't mention initial-buffer-choice = t.
342 Add summary table of some relevant command-line options.
343
d15aac68
CY
3442012-03-18 Chong Yidong <cyd@gnu.org>
345
346 * internals.texi (Building Emacs, Garbage Collection): Copyedits.
347 (Writing Emacs Primitives): Re-organize discussion of functions
348 with variable Lisp arguments are handled. Delete an obsolete
349 remark, previously tagged as FIXME.
350
351 * os.texi (Idle Timers): Minor clarification.
352 (Idle Timers): Link to Time of Day for description of time list.
353
b59af549
GM
3542012-03-18 Glenn Morris <rgm@gnu.org>
355
356 * os.texi (System Interface): Flow control was removed.
357 (Startup Summary): General update.
358 (Init File): Don't mention compiling it.
359
986bd52a
CY
3602012-03-17 Chong Yidong <cyd@gnu.org>
361
362 * os.texi (Startup Summary): Mention package loading.
363 (Init File): Don't refer to .emacs in section title. Copyedits.
364 (Terminal-Specific): Give a realistic example.
365 (Command-Line Arguments): Reference Entering Emacs instead of
366 repeating the spiel about not restarting Emacs.
367 (Time of Day): Discuss time representation at beginning of node.
368 (Sound Output): Copyedits.
369
370 * package.texi (Packaging Basics): Document package-initialize.
371
f761251a
EZ
3722012-03-17 Eli Zaretskii <eliz@gnu.org>
373
374 * frames.texi (Initial Parameters): Add an index entry for
375 minibuffer-only frame.
376
da986230
GM
3772012-03-16 Glenn Morris <rgm@gnu.org>
378
379 * modes.texi (Major Mode Conventions): Mention the strange
380 relationship between View mode and special modes. (Bug#10650)
381
2cc775f9
CY
3822012-03-11 Chong Yidong <cyd@gnu.org>
383
384 * windows.texi (Window Configurations): save-window-excursion is
385 now a macro.
386
387 * display.texi (Temporary Displays): with-output-to-temp-buffer is
388 now a macro.
389
66c5eebd
CY
390 * text.texi (Fields): Minor copyedit.
391
310a820f
EZ
3922012-03-10 Eli Zaretskii <eliz@gnu.org>
393
83a96c08
EZ
394 * strings.texi (String Basics):
395 * sequences.texi (Sequence Functions): Mention that `length' is
396 not appropriate for computing the string width on display; add a
397 cross-reference to the description of `string-width'. (Bug#10978)
398
310a820f
EZ
399 * eval.texi (Autoloading): Minor change of wording.
400
83ef8187
CY
4012012-03-10 Chong Yidong <cyd@gnu.org>
402
bc44be50
CY
403 * loading.texi (Autoload): Explicitly state which forms are
404 processed specially (Bug#7783).
405
83ef8187
CY
406 * keymaps.texi (Mouse Menus): Describe non-toolkit behavior as the
407 non-default situation. Describe one-submenu exception (Bug#7695).
408
409 * nonascii.texi (Character Properties): Copyedits.
410
483ab230
CY
4112012-03-08 Chong Yidong <cyd@gnu.org>
412
413 * text.texi (Mode-Specific Indent): Document new behavior of
414 indent-for-tab-command. Document tab-always-indent.
415 (Special Properties): Copyedits.
416 (Checksum/Hash): Improve secure-hash doc. Do not recommend MD5.
417 (Parsing HTML/XML): Rename from Parsing HTML. Update doc of
418 libxml-parse-html-region.
419
00e84de0
GM
4202012-03-07 Glenn Morris <rgm@gnu.org>
421
eaa6bc3c
GM
422 * markers.texi (The Region): Briefly mention use-empty-active-region
423 and region-active-p.
a9685db7 424 (Overview of Markers): Reword garbage collection, add cross-ref.
eaa6bc3c 425 (The Mark): Tiny clarification re command loop and activate-mark-hook.
00e84de0 426
67cd45a2
CY
4272012-03-07 Chong Yidong <cyd@gnu.org>
428
429 * text.texi (Buffer Contents): Don't duplicate explanation of
430 region arguments from Text node. Put doc of obsolete var
431 buffer-substring-filters back, since it is referred to.
432 (Low-Level Kill Ring): Yank now uses clipboard instead of primary
433 selection by default.
434
435 * markers.texi (The Mark): Fix typo.
436 (The Region): Copyedits.
437
2ad80941
GM
4382012-03-07 Glenn Morris <rgm@gnu.org>
439
440 * markers.texi (Overview of Markers): Copyedits.
441 (Creating Markers): Update approximate example buffer size.
442 (The Mark): Don't mention uninteresting return values.
443
ef959d3a
CY
4442012-03-05 Chong Yidong <cyd@gnu.org>
445
446 * positions.texi (Text Lines): Document count-words.
447
a08a07e3
CY
4482012-03-04 Chong Yidong <cyd@gnu.org>
449
450 * frames.texi (Frames): Remove little-used "terminal frame" and
451 "window frame" terminology.
452 (Frame Parameters, Font and Color Parameters, Initial Parameters)
453 (Size and Position, Visibility of Frames): Callers changed.
454 (Frames): Clarify which terminals in framep are graphical.
455 (Initial Parameters): --geometry is not the only option which adds
456 to initial-frame-alist.
457 (Position Parameters): Note that icon-left and icon-top are for
458 old window managers only.
459 (Size Parameters): Sizes are in characters even on graphical
460 displays.
461 (Management Parameters): Note that window-id and outer-window-id
462 can't really be changed, and that auto-raise isn't always obeyed.
463 (Cursor Parameters): Document cursor-type explicitly.
464 (Size and Position): The aliases set-screen-height and
465 set-screen-width have been deleted.
466 (Visibility of Frames): Mention "minimization".
467
468 * os.texi (Startup Summary): Minor clarifications.
469 (Startup Summary, Suspending Emacs): Standardize on "text
470 terminal" terminology.
471
472 * windows.texi (Basic Windows, Coordinates and Windows)
473 (Coordinates and Windows):
474 * display.texi (Refresh Screen, Line Height, Face Attributes)
475 (Overlay Arrow, Beeping, Glyphless Chars): Likewise.
476
ea16568d
GM
4772012-03-04 Glenn Morris <rgm@gnu.org>
478
479 * abbrevs.texi: Small copyedits throughout.
480 (Abbrev Mode): Remove this section, folding it into the top-level.
481 (Abbrev Tables): Don't mention irrelevant return values.
482 (Abbrev Expansion): Add cross-ref for wrapper hooks.
483 (Standard Abbrev Tables): Emacs Lisp mode now has its own table.
484 (Abbrev Table Properties): Update nil :regexp description.
485
b3134b95
GM
4862012-03-03 Glenn Morris <rgm@gnu.org>
487
520f2425
GM
488 * internals.texi: Change @appendix section commands to @section.
489 (Building Emacs): Say less about CANNOT_DUMP platforms.
490 Replace deleted eval-at-startup with custom-initialize-delay.
999dd333 491 (Pure Storage): Small changes.
01a6dcc8 492 (Memory Usage): Copyedit.
7d2d7cc0
GM
493 (Writing Emacs Primitives): Update Fcoordinates_in_window_p and For
494 example definitions. Give examples of things with non-nil
495 interactive args. Mention eval_sub. Remove old info about
496 strings and GCPRO. Mention cus-start.el.
497 (Buffer Internals, Window Internals, Process Internals):
498 Misc small updates and fixes for fields.
520f2425 499
b3134b95
GM
500 * tips.texi: Copyedits.
501 (Coding Conventions): Mention autoloads.
502 Combine partially duplicated macro items. Fix xref.
503 Refer to Library Headers for copyright notice.
504 (Programming Tips): edit-options is long-obsolete.
505 (Compilation Tips): Mention loading bytecomp for byte-compile props.
506 (Warning Tips): Mention declare-function.
507 (Documentation Tips): Remove old info.
508 (Comment Tips): Mention comment-dwim, not indent-for-comment.
509 (Library Headers): General update.
510
2064cc6a
GM
5112012-03-02 Glenn Morris <rgm@gnu.org>
512
6945faa6
GM
513 * backups.texi (Reverting): Un-duplicate revert-buffer-in-progress-p,
514 and relocate entry. Mention buffer-stale-function.
515
4186e877
GM
516 * elisp.texi, vol1.texi, vol2.texi: Standardize some menu entries.
517
2064cc6a
GM
518 * hooks.texi (Standard Hooks): General update.
519 Put related hooks together. Add and remove items.
520 * commands.texi (Keyboard Macros): Remove cross-ref to Standard Hooks.
521 * modes.texi (Hooks): Tweak cross-ref description.
522
7272fbf3
MA
5232012-03-01 Michael Albinus <michael.albinus@gmx.de>
524
525 * files.texi (Kinds of Files): The return value of file-equal-p is
526 unspecified, if FILE1 or FILE2 does not exist.
527
53a1239b
GM
5282012-03-01 Glenn Morris <rgm@gnu.org>
529
90db9af9
GM
530 * hooks.texi (Standard Hooks): Remove mode-specific hooks.
531
53a1239b
GM
532 * maps.texi (Standard Keymaps): General update.
533 Remove mode-specific maps, talk about the more general keymaps.
534 * help.texi (Help Functions): Add vindex for Helper-help-map.
535 * keymaps.texi (Active Keymaps): Minor rephrasing.
536
775b55af
GM
5372012-02-29 Glenn Morris <rgm@gnu.org>
538
539 * elisp.texi, vol1.texi, vol2.texi: Use "" quotes in menus.
540
96b49301 5412012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
542
7272fbf3 543 * files.texi (Kinds of Files): Rename files-equal-p to file-equal-p.
bf7f9bc5 544 Update changed behavior of file-subdir-of-p.
96b49301 545
1383d930
GM
5462012-02-28 Glenn Morris <rgm@gnu.org>
547
44e97401
GM
548 * advice.texi, anti.texi, display.texi, elisp.texi:
549 * processes.texi, variables.texi, vol1.texi, vol2.texi:
550 Standardize possessive apostrophe usage.
551
e3c73f1e
GM
552 * locals.texi: Remove file.
553 * elisp.texi, vol1.texi, vol2.texi: Don't include locals.texi.
554 Remove menu entry.
555 * errors.texi, maps.texi: Adjust node pointers.
556 * internals.texi (Buffer Internals): Remove cross-refs to locals.texi.
edb3ac8c 557 * makefile.w32-in (srcs):
e3c73f1e
GM
558 * Makefile.in (srcs): Remove locals.texi.
559
1383d930
GM
560 * frames.texi (Mouse Position): Fix cross-ref.
561
431ee44b
CY
5622012-02-27 Chong Yidong <cyd@gnu.org>
563
564 * buffers.texi (Creating Buffers): Clarify that
565 generate-new-buffer uses generate-new-buffer-names.
566 (Killing Buffers): Remove bogus example duplicating buffer-live-p.
567
568 * files.texi (Directory Names): Index entry for file name abbreviations.
569 (Relative File Names, File Name Expansion): Refer to it.
570 (Locating Files): Move locate-user-emacs-file documentation to
571 Standard File Names.
572 (Standard File Names): Add locate-user-emacs-file; update examples.
573
6a11ec9d
MA
5742012-02-26 Michael Albinus <michael.albinus@gmx.de>
575
576 * files.texi (Magic File Names): Add files-equal-p and file-subdir-of-p.
577
9a4888c0
CY
5782012-02-26 Chong Yidong <cyd@gnu.org>
579
580 * files.texi (Kinds of Files): Improve documentation of
581 files-equal-p and file-subdir-of-p.
582
f0e751b9
GM
5832012-02-26 Glenn Morris <rgm@gnu.org>
584
585 * intro.texi (Acknowledgements): Small changes.
586
7e05b1ec
GM
5872012-02-25 Glenn Morris <rgm@gnu.org>
588
589 * errors.texi: Don't try to list _all_ the error symbols.
590 Add circular-list, cl-assertion-failed, compression-error.
591 * elisp.texi, vol1.texi, vol2.texi:
592 * control.texi (Error Symbols): Tweak "Standard Errors" description.
593
23453255 5942012-02-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
595
596 * files.texi (files-equal-p, file-subdir-of-p): New,
597 add initial documentation.
598
4963495d
CY
5992012-02-25 Chong Yidong <cyd@gnu.org>
600
fa74b241
CY
601 * files.texi (File Attributes): Document file-selinux-context.
602 (Changing Files): Link to it.
603 (Changing Files): Document set-file-selinux-context.
604
605 * backups.texi (Making Backups): Return value of backup-buffer is
d268b4fe
CY
606 changed. Mention default value of backup-directory-alist.
607 (Rename or Copy): Note that backup-by-copying-when-mismatch is t.
608 (Auto-Saving): New minor mode behavior for auto-save-mode.
609 (Reverting): Add defvar for revert-buffer-in-progress-p.
fa74b241 610
4963495d
CY
611 * searching.texi (Regexp Backslash): Add index entry (Bug#10869).
612
4bb82fa8
GM
6132012-02-24 Glenn Morris <rgm@gnu.org>
614
615 * errors.texi (Standard Errors): Mention dbus-error.
616 For arith-error sub-classes, just use one cross-ref.
617
2cb228f7
AM
6182012-02-23 Alan Mackenzie <acm@muc.de>
619
620 * modes.texi (Defining Minor Modes): Document the new keyword
621 :after-hook.
622
a59225b1
CY
6232012-02-21 Chong Yidong <cyd@gnu.org>
624
625 * files.texi (Files): Mention magic file names as arguments.
626 (Reading from Files): Copyedits.
627 (File Attributes): Mention how to change file modes.
628 (Changing Files): Use standard "file permissions" terminology.
629 Add xref to File Attributes node.
630 (Locating Files): Document locate-user-emacs-file.
631 (Unique File Names): Recommend against using make-temp-name.
632
8376d7c2
CY
6332012-02-19 Chong Yidong <cyd@gnu.org>
634
635 * help.texi (Documentation, Documentation Basics, Help Functions):
636 Minor clarifications.
637 (Accessing Documentation): Clarify what documentation-property is
638 for. Add xref to Keys in Documentation.
639
640 * tips.texi (Documentation Tips): Don't recommend using * in
641 docstrings.
642
643 * macros.texi (Defining Macros):
644 * modes.texi (Derived Modes): Say "documentation string" instead
645 of docstring.
646
82233bea
CY
6472012-02-18 Chong Yidong <cyd@gnu.org>
648
649 * modes.texi (Tabulated List Mode): New node.
650 (Basic Major Modes): Add xref to it.
651
652 * processes.texi (Process Information): Mention Process Menu mode.
653
7b926f3f
CY
6542012-02-17 Chong Yidong <cyd@gnu.org>
655
656 * syntax.texi (Motion via Parsing): Doc fix for scan-lists.
657
0fd2c9a3
GM
6582012-02-17 Glenn Morris <rgm@gnu.org>
659
660 * hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual.
661
f700caa3
CY
6622012-02-16 Chong Yidong <cyd@gnu.org>
663
4230351b
CY
664 * syntax.texi (Syntax Tables, Syntax Descriptors)
665 (Syntax Table Functions): Copyedits.
666 (Syntax Basics): Don't repeat the material in the preceding node.
667 (Syntax Class Table): Use a table.
668 (Syntax Properties): Document syntax-propertize-function and
669 syntax-propertize-extend-region-functions.
670 (Motion via Parsing): Clarify scan-lists. Fix indentation.
671 (Parser State): Update for the new "c" comment style. Fix
672 description of item 7 (comment style).
673
f700caa3
CY
674 * modes.texi (Minor Modes): Update how mode commands should treat
675 arguments now.
676 (Mode Line Basics): Clarify force-mode-line-update.
677 (Mode Line Top): Note that the example is not realistic.
678 (Mode Line Variables, Mode Line Data, %-Constructs, Header Lines)
679 (Emulating Mode Line): Use "mode line" instead of "mode-line", and
680 "mode line construct" instead of "mode line specification".
681 (Syntactic Font Lock): Remove mention of obsolete variable
682 font-lock-syntactic-keywords.
683 (Setting Syntax Properties): Node deleted.
684 (Font Lock Mode): Note that Font Lock mode is a minor mode.
685 (Font Lock Basics): Note that syntactic fontification falls back
686 on `syntax-table'.
687 (Search-based Fontification): Emphasize that font-lock-keywords
688 should not be set directly.
689 (Faces for Font Lock): Avoid some confusing terminology.
4230351b
CY
690 (Syntactic Font Lock): Minor clarifications. Add xref to
691 Syntactic Font Lock node.
f700caa3 692
60236b0d
CY
6932012-02-15 Chong Yidong <cyd@gnu.org>
694
695 * minibuf.texi (Basic Completion): Define "completion table".
696 Move completion-in-region to Completion in Buffers node.
697 (Completion Commands): Use "completion table" terminology.
698 (Completion in Buffers): New node.
699
700 * modes.texi (Hooks): add-hook can be used for abnormal hooks too.
701 (Setting Hooks): Update minor mode usage example.
702 (Major Mode Conventions): Note that completion-at-point-functions
703 should be altered locally. Add xref to Completion in Buffers.
f700caa3
CY
704 Remove duplicate tip about auto-mode-alist.
705 (Minor Modes): Rewrite introduction.
706 (Minor Mode Conventions): Copyedits. Don't recommend
707 variable-only minor modes since few minor modes are like that.
60236b0d 708
d7dbb11a
GM
7092012-02-15 Glenn Morris <rgm@gnu.org>
710
711 * processes.texi (Network): Document open-network-stream :parameters.
712
3d8badf4
CY
7132012-02-14 Chong Yidong <cyd@gnu.org>
714
715 * keymaps.texi (Format of Keymaps): The CACHE component of keymaps
716 was removed on 2009-09-10. Update lisp-mode-map example.
717 (Inheritance and Keymaps): Minor clarification.
718 (Searching Keymaps): Remove out-of-place enumeration.
719 (Key Lookup): Remove unnecessary example (one was already given in
720 Format of Keymaps).
721 (Changing Key Bindings): Update suppress-keymap example.
722 (Menu Bar, Tool Bar): Copyedits.
723 (Tool Bar): Update tool-bar-map example.
724
faccede1
CY
7252012-02-12 Chong Yidong <cyd@gnu.org>
726
727 * debugging.texi (Debugger Commands): Continuing is now allowed
728 for errors.
729
355cabc6
CY
7302012-02-11 Chong Yidong <cyd@gnu.org>
731
d860baa0
CY
732 * display.texi (Fringe Indicators): Add xref to Fringe Bitmaps.
733 Move the list of standard bitmaps there.
734 (Fringe Cursors): Rewrite for clarity.
735 (Fringe Bitmaps): Consolidate the list of standard bitmaps here.
736
34106abe
CY
737 * commands.texi (Command Overview): Mention read-key.
738 (Using Interactive, Interactive Call): Minor clarifications.
739 (Function Keys, Click Events): Avoid "input stream" terminology.
740 (Click Events): Add xref to Window Sizes and Accessing Mouse.
741 Clarify column and row components.
742 (Accessing Mouse): Add xref to Click Events. Minor fixes.
743 (Special Events): Copyedits.
744
745 * streams.texi (Input Streams): De-document get-file-char.
746 (Output Variables): Don't refer to old backquote syntax.
747
355cabc6
CY
748 * debugging.texi (Debugging): Copyedits. Describe testcover, ERT.
749 (Error Debugging): Note that debug-ignored-errors overrides list
750 values of debug-on-error too. Add xref to Signaling Errors. Note
751 that debug-on-signal is not customizable. Mention
752 condition-case-unless-debug.
753 (Compilation Errors): Node deleted.
754
755 * compile.texi (Compiler Errors): Move a paragraph here from
756 deleted node Compilation Errors.
757
1be3ca5a
LL
7582012-02-10 Leo Liu <sdl.web@gmail.com>
759
760 * control.texi (Handling Errors): Change condition-case-no-debug
761 to condition-case-unless-debug.
762
25dec365
CY
7632012-02-10 Chong Yidong <cyd@gnu.org>
764
765 * advice.texi (Defining Advice): Clarify ad-unadvise.
766 (Activation of Advice): Specifying the ACTIVATE flag in defadvice
767 is not abnormal.
768 (Advising Primitives): Node deleted; ad-define-subr-args has been
769 removed.
770
771 * compile.texi (Speed of Byte-Code): Use float-time in example.
772 (Compilation Functions): Note that the log uses Compilation mode.
773 Don't discuss the contents of byte-code function object here.
774 (Compilation Functions): De-document internal function byte-code.
775 (Docs and Compilation): Minor clarifications.
776
777 * objects.texi (Byte-Code Type): Add xref to Byte-Code Function
778 Objects.
779
5f5e4ea1
GM
7802012-02-10 Glenn Morris <rgm@gnu.org>
781
782 * text.texi (Checksum/Hash): Rename node from MD5 Checksum.
783 Mention secure-hash.
784 * elisp.texi, vol1.texi, vol2.texi: Update menu entry.
785
6c1e4b46
CY
7862012-02-10 Chong Yidong <cyd@gnu.org>
787
788 * loading.texi (Loading): Don't emphasize "library" terminology.
789 (Library Search): load-path is not a user option. Mention role of
790 -L option and packages. Improve examples.
791 (Loading Non-ASCII): Don't mention unibyte Emacs, which is
792 obsolete.
793 (Autoload): Minor clarifications.
794
72ca698c
GM
7952012-02-10 Glenn Morris <rgm@gnu.org>
796
b011fbfe
GM
797 * files.texi (Magic File Names): Tweak remote-file-name-inhibit-cache.
798
72ca698c
GM
799 * modes.texi (Basic Major Modes): Mention tabulated-list-mode.
800
14a1f380
GM
8012012-02-08 Glenn Morris <rgm@gnu.org>
802
803 * loading.texi (Named Features): Update the require example.
804
60d47423
GM
8052012-02-07 Glenn Morris <rgm@gnu.org>
806
807 * modes.texi (Defining Minor Modes):
808 Expand on args of defined minor modes.
809
0992bd9c
CY
8102012-02-07 Chong Yidong <cyd@gnu.org>
811
812 * variables.texi (Creating Buffer-Local): Minor clarification
813 to buffer-local-variables doc (Bug#10715).
814
af008560
GM
8152012-02-07 Glenn Morris <rgm@gnu.org>
816
e80e1825 817 * display.texi (ImageMagick Images): General update.
af008560
GM
818 Move most details of imagemagick-render-type to the variable's doc.
819
866c1d22
GM
8202012-02-06 Glenn Morris <rgm@gnu.org>
821
f7c9199f 822 * keymaps.texi (Tool Bar): Mention separators.
dac86404
GM
823 (Inheritance and Keymaps):
824 Mention make-composed-keymap and multiple inheritance.
f7c9199f 825
e7bc51d0
GM
826 * modes.texi (Running Hooks): Mention run-hook-wrapped.
827
866c1d22
GM
828 * control.texi (Handling Errors):
829 Mention condition-case-no-debug and with-demoted-errors.
830
03988c98
CY
8312012-02-05 Chong Yidong <cyd@gnu.org>
832
833 * customize.texi (Common Keywords): Minor clarifications.
834 Document custom-unlispify-remove-prefixes.
835 (Variable Definitions): Backquotes in defcustom seem to work fine
836 now. Various other copyedits.
e1161b06
CY
837 (Simple Types): Copyedits. Document color selector.
838 (Composite Types): Copyedits.
839 (Splicing into Lists): Clarifications.
03988c98
CY
840
841 * eval.texi (Backquote): Move from macros.texi.
842
843 * macros.texi (Expansion): Minor clarification.
844 (Backquote): Move node to eval.texi.
845 (Defining Macros): Move an example from Backquote node.
846 (Argument Evaluation): No need to mention Pascal.
847 (Indenting Macros): Add xref to Defining Macros.
848
649f602c
GM
8492012-02-05 Glenn Morris <rgm@gnu.org>
850
851 * debugging.texi (Error Debugging): Mention debug-on-event default.
852
34c99998
GM
8532012-02-04 Glenn Morris <rgm@gnu.org>
854
8f05da42
GM
855 * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
856
7aa5aad8
GM
857 * debugging.texi (Error Debugging): Mention debug-on-event.
858 * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
859
c7291ad9
GM
860 * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
861
34c99998
GM
862 * text.texi (Buffer Contents):
863 Update filter-buffer-substring description.
864
735cc5ca
CY
8652012-02-04 Chong Yidong <cyd@gnu.org>
866
867 * functions.texi (What Is a Function): Add closures. Mention
868 "return value" terminology. Add xref for command-execute. Remove
869 unused "keystroke command" terminology.
870 (Lambda Expressions): Give a different example than in the
871 following subsection. Add xref to Anonymous Functions.
872 (Function Documentation): Remove gratuitous markup.
873 (Function Names): Move introductory text to `What Is a Function'.
874 (Defining Functions): Fix defun argument spec.
875 (Anonymous Functions): Document lambda macro explicitly. Mention
876 effects on lexical binding.
877 (Function Cells): Downplay direct usage of fset.
878 (Closures): New node.
879 (Inline Functions): Remove "open-code" terminology.
880 (Declaring Functions): Minor tweak; .m is not C code.
881
882 * variables.texi (Variables): Don't refer to "global value".
883 (Local Variables, Void Variables): Copyedits.
884 (Lexical Binding): Minor clarification of example.
885 (File Local Variables): Mention :safe and :risky defcustom args.
886 (Lexical Binding): Add xref to Closures node.
887
94bc7984
GM
8882012-02-04 Glenn Morris <rgm@gnu.org>
889
890 * minibuf.texi (High-Level Completion): Updates for read-color.
891
4f5a10ef
GM
8922012-02-03 Glenn Morris <rgm@gnu.org>
893
eea14f31
GM
894 * display.texi (GIF Images): Mention animation.
895 Remove commented-out old example of animation.
896 (Animated Images): New subsection.
897 * elisp.texi (Top):
898 * vol1.texi (Top):
899 * vol2.texi (Top): Add Animated Images menu entry.
900
4f5a10ef
GM
901 * display.texi (Image Formats): Remove oddly specific information
902 on versions of image libraries.
204e728d 903 (GIF Images, TIFF Images): Minor rephrasing.
4f5a10ef 904
12f381b7
GM
9052012-02-02 Glenn Morris <rgm@gnu.org>
906
1b9f60cc
GM
907 * processes.texi (Synchronous Processes):
908 Mention call-process's :file gets overwritten.
909
7e2734bc
GM
910 * commands.texi (Reading One Event):
911 * help.texi (Help Functions): Document read-char-choice.
912
f58b9822
GM
913 * hooks.texi (Standard Hooks):
914 * modes.texi (Keymaps and Minor Modes):
915 * text.texi (Commands for Insertion): Document post-self-insert-hook.
916
917 * hooks.texi (Standard Hooks): Add prog-mode-hook.
918
12f381b7
GM
919 * hooks.texi (Standard Hooks):
920 * modes.texi (Major Mode Conventions, Mode Hooks):
921 Document change-major-mode-after-body-hook.
922
7a9a2fc6
GM
9232012-02-01 Glenn Morris <rgm@gnu.org>
924
925 * modes.texi (Defining Minor Modes):
926 Mention disabling global minor modes on a per-major-mode basis.
927
a037c171
CY
9282012-01-31 Chong Yidong <cyd@gnu.org>
929
930 * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
931 (Parser State): Remove unnecessary statement (Bug#10661).
932
933 * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
934
56afad3a
GM
9352012-01-31 Glenn Morris <rgm@gnu.org>
936
937 * modes.texi (Defining Minor Modes):
938 Document define-minor-mode's new :variable keyword.
939
0f29fa41
CY
9402012-01-29 Chong Yidong <cyd@gnu.org>
941
837a390a
CY
942 * syntax.texi (Syntax Class Table): Tweak description of newline
943 char syntax (Bug#9619).
944
0f29fa41
CY
945 * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
946 description (Bug#10189).
947
182148ee
GM
9482012-01-29 Glenn Morris <rgm@gnu.org>
949
a49ca6b9
GM
950 * files.texi (Changing Files): Document SELinux support.
951
182148ee
GM
952 * windows.texi (Window Sizes): Fix typo.
953
9962192e
CY
9542012-01-28 Chong Yidong <cyd@gnu.org>
955
8c6e1920
CY
956 * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
957 doc (Bug#8568).
958
9583ec59
CY
959 * frames.texi (Input Focus): Add NORECORD arg to
960 select-frame-set-input-focus. Clarify its role in select-frame.
961
10256988
CY
962 * text.texi (Transposition): We don't use transpose-region as an
963 internal subroutine (Bug#3249).
964
9962192e
CY
965 * modes.texi (Example Major Modes): Update Lisp example code to
966 current sources. Delete the old non-derived-major-mode example,
967 which has diverged badly from current sources.
968
2aa43abb
GM
9692012-01-27 Glenn Morris <rgm@gnu.org>
970
971 * makefile.w32-in (texinputdir): Fix (presumed) typo.
972 (VERSION, manual): Remove, unused.
973
9f40220d
CY
9742012-01-27 Chong Yidong <cyd@gnu.org>
975
976 * commands.texi (Command Overview): Minor clarification (Bug#10384).
977
acc28cb9
CY
9782012-01-26 Chong Yidong <cyd@gnu.org>
979
980 * searching.texi (String Search): Document negative repeat count
981 (Bug#10507).
982
48da7392
GM
9832012-01-26 Glenn Morris <rgm@gnu.org>
984
985 * variables.texi (Using Lexical Binding):
986 Mention that lexical-binding should be set in the first line.
987
69b0acb9
LI
9882012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
989
990 * macros.texi (Defining Macros): Don't claim that `declare' only
991 affects Edebug and indentation.
992
543757a8
LI
9932012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
994
995 * macros.texi (Defining Macros): Slight `declare' fixup.
996
450e3cae
GM
9972012-01-25 Glenn Morris <rgm@gnu.org>
998
24189ce0 999 * makefile.w32-in (texinputdir):
450e3cae
GM
1000 * Makefile.in (ENVADD): Add $emacsdir. (Bug#10603)
1001
1021c761
CY
10022012-01-24 Chong Yidong <cyd@gnu.org>
1003
1004 * variables.texi (Variables, Local Variables, Void Variables):
1005 Edit to make the descriptions less specific to dynamic binding.
1006 (Local Variables): Default max-specpdl-size is now 1300.
1007 (Defining Variables): Edits for lexical scoping. Delete
1008 information about starting docstrings with *. De-document
1009 user-variable-p.
1010 (Tips for Defining): Remove an unimportant discussion of quitting
1011 in the middle of a load.
1012 (Accessing Variables, Setting Variables): Discuss lexical binding.
1013 (Variable Scoping): Rewrite.
1014 (Scope, Extent, Impl of Scope): Nodes deleted.
1015 (Dynamic Binding): New node, with material from Scope, Extent, and
1016 Impl of Scope nodes.
1017 (Dynamic Binding Tips): Rename from Using Scoping.
1018 (Lexical Binding): Rewrite.
1019 (Using Lexical Binding): Rename from Converting to Lexical
1020 Binding. Convert to subsection.
1021
1022 * customize.texi (Variable Definitions): Add custom-variable-p.
1023 Move user-variable-p documentation here.
1024
31cbea1d
CY
10252012-01-23 Chong Yidong <cyd@gnu.org>
1026
1027 * strings.texi (Text Comparison): Minor qualification.
1028
1029 * lists.texi (Cons Cells): Copyedits.
1030 (List Elements): Mention push.
1031 (List Variables): Mention pop.
1032 (Rings): Move to sequences.texi.
1033
1034 * sequences.texi (Sequence Functions): Don't repeat the
1035 introduction already given in the parent.
1036 (Vectors): Copyedits.
1037 (Rings): Move from lists.texi. Note that this is specific to the
1038 ring package.
1039
1040 * symbols.texi (Definitions, Symbol Components): Mention variable
1041 scoping issues.
1042 (Plists and Alists): Copyedits.
1043
1044 * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
1045 correctness with lexical scoping.
1046 (Eval): Copyedits.
1047
fead402d
CY
10482012-01-21 Chong Yidong <cyd@gnu.org>
1049
1050 * intro.texi (A Sample Function Description): Special notation
1051 used for macros too.
1052
1053 * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
1054 (Symbol Type): Add xref for keyword symbols.
1055 (Sequence Type): Clarify differences between sequence types.
1056 (Cons Cell Type): Add "linked list" index entry.
1057 (Non-ASCII in Strings): Copyedits.
1058 (Equality Predicates): Symbols with same name need not be eq.
1059
1060 * numbers.texi (Float Basics): Document isnan, copysign, frexp and
1061 ldexp. Move float-e and float-pi to Math Functions node.
1062
61086eb6
GM
10632012-01-21 Glenn Morris <rgm@gnu.org>
1064
1065 * modes.texi (Auto Major Mode):
1066 * variables.texi (File Local Variables):
1067 Mention inhibit-local-variables-regexps.
1068
34a02f46
MR
10692012-01-19 Martin Rudalics <rudalics@gmx.at>
1070
1071 * windows.texi (Window Configurations): Rewrite references to
1072 persistent window parameters.
1073 (Window Parameters): Fix description of persistent window
1074 parameters.
1075
f5064cae
JB
10762012-01-16 Juanma Barranquero <lekktu@gmail.com>
1077
1078 * windows.texi (Window Parameters): Use @pxref.
1079
6a6ee00d
MR
10802012-01-16 Martin Rudalics <rudalics@gmx.at>
1081
1082 * windows.texi (Window Configurations, Window Parameters):
1083 Describe persistent window parameters.
1084
9ca4c014
SM
10852011-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
1086
1087 * variables.texi (Creating Buffer-Local): Warn against misuses of
1088 make-variable-buffer-local (bug#10258).
1089
d027f83d
LMI
10902012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1091
1092 * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
1093
89bd9ccd
CY
10942012-01-06 Chong Yidong <cyd@gnu.org>
1095
1096 * variables.texi (Directory Local Variables): Document
1097 hack-dir-local-variables-non-file-buffer.
1098
c869783d
GM
10992012-01-06 Glenn Morris <rgm@gnu.org>
1100
1101 * maps.texi (Standard Keymaps): Refer to Info-edit by name
1102 rather than by keybinding.
1103
2cae5ba4
JB
11042011-12-29 Juanma Barranquero <lekktu@gmail.com>
1105
1106 * frames.texi (Font and Color Parameters): Add @pxref.
1107
43da4d08
DC
11082011-12-29 Daniel Colascione <dan.colascione@gmail.com>
1109
1110 * frames.texi (Font and Color Parameters):
1111 Document w32 font backends (bug#10399).
1112
8d80ef01
PE
11132011-12-28 Paul Eggert <eggert@cs.ucla.edu>
1114
1115 * files.texi (File Attributes, Changing Files):
1116 Use a more-natural notation for octal numbers.
1117
9022ae07
JB
11182011-12-23 Juanma Barranquero <lekktu@gmail.com>
1119
1120 * variables.texi (Variables with Restricted Values):
1121 Change reference to variable (bug#10354).
1122
454592a6
MR
11232011-12-13 Martin Rudalics <rudalics@gmx.at>
1124
1125 * windows.texi (Splitting Windows): Use t instead of non-nil
1126 when describing window-combination-resize.
1127
a7cdbfce
SM
11282011-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
1129
1130 * text.texi (Special Properties): Warn against `intangible' properties
1131 (bug#10222).
1132
a3dcc84e
EZ
11332011-11-26 Eli Zaretskii <eliz@gnu.org>
1134
579ebf8f
EZ
1135 * display.texi (Truncation):
1136 * text.texi (Special Properties): Describe what a stretch-glyph is
1137 instead of using that term without explanation. Make the
1138 cross-references more accurate.
1139
a3dcc84e
EZ
1140 * display.texi (Usual Display): Update the description,
1141 cross-references, and indexing related to display of control
1142 characters and raw bytes.
1143
94af99a4
MR
11442011-11-25 Martin Rudalics <rudalics@gmx.at>
1145
1146 * windows.texi (Splitting Windows): Fix description of
1147 window-combination-limit. Suggested by Eli Zaretskii.
1148
1c3d7a13
CY
11492011-11-23 Chong Yidong <cyd@gnu.org>
1150
1151 * windows.texi (Window Sizes): Move window-top-line,
1152 window-left-column, and window-*-pixel-edges to Coordinates and
1153 Windows node.
1154 (Coordinates and Windows): Restore window-edges doc.
1155
90151a1e
MR
11562011-11-21 Martin Rudalics <rudalics@gmx.at>
1157
a7cdbfce
SM
1158 * windows.texi (Windows and Frames, Splitting Windows):
1159 Fix typos.
90151a1e 1160
a9b9b7f5
CY
11612011-11-21 Chong Yidong <cyd@gnu.org>
1162
1163 * windows.texi (Splitting Windows): Fix error in documentation of
1164 window-combination-limit.
1165 (Cyclic Window Ordering): Minor fixes to next-window,
1166 one-window-p, and get-lru-window docs. Don't document
1167 window-list-1.
1168 (Buffers and Windows): Copyedits.
1169 (Choosing Window): Document special handling of special-display-*.
1170 (Choosing Window Options): Fix display-buffer-reuse-frames doc.
a7cdbfce
SM
1171 Don't document even-window-heights, which is going away.
1172 Clarify which options are obeyed by which action functions.
a9b9b7f5 1173
f4e90db0
SM
11742011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
1175
1176 * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
1177
d2999b1a
MR
11782011-11-20 Martin Rudalics <rudalics@gmx.at>
1179
f4e90db0
SM
1180 * windows.texi (Resizing Windows, Splitting Windows):
1181 Remove term "status" when talking about combination limits.
d2999b1a 1182
cd1181db
JB
11832011-11-20 Juanma Barranquero <lekktu@gmail.com>
1184
1185 * compile.texi (Compiler Errors):
1186 * help.texi (Help Functions): Fix typos.
1187
7bf54975
CY
11882011-11-19 Chong Yidong <cyd@gnu.org>
1189
1190 * windows.texi (Splitting Windows): Clarify role of window
1191 parameters in split-window. Shorten the example.
f4e90db0
SM
1192 (Deleting Windows): Rewrite intro to handle internal windows.
1193 Fix delete-windows-on doc.
7bf54975
CY
1194 (Selecting Windows): Copyedits.
1195
a0c2d0ae
MR
11962011-11-17 Martin Rudalics <rudalics@gmx.at>
1197
1198 * windows.texi (Resizing Windows, Splitting Windows)
1199 (Deleting Windows): Use term window-combination-resize instead
1200 of window-splits.
1201
b6f67890
MR
12022011-11-16 Martin Rudalics <rudalics@gmx.at>
1203
f4e90db0
SM
1204 * windows.texi (Resizing Windows, Splitting Windows):
1205 Rename occurrences of window-nest to window-combination-limit.
b6f67890 1206
0b381c7e
JB
12072011-11-14 Juanma Barranquero <lekktu@gmail.com>
1208
1209 * intro.texi (Lisp History): Fix typo.
1210
89d61221
MR
12112011-11-12 Martin Rudalics <rudalics@gmx.at>
1212
f4e90db0
SM
1213 * windows.texi (Splitting Windows, Deleting Windows):
1214 Remove references to splits status of windows.
89d61221 1215
b2621720
GM
12162011-11-10 Glenn Morris <rgm@gnu.org>
1217
1218 * buffers.texi (Read Only Buffers): Expand a bit on why
1219 toggle-read-only should only be used interactively. (Bug#7292)
1220
d2ad7ee1
CY
12212011-11-09 Chong Yidong <cyd@gnu.org>
1222
1223 * windows.texi (Window Sizes): Document window-pixel-edges,
c4e7c63a 1224 window-inside-pixel-edges, window-absolute-pixel-edges, and
d2ad7ee1
CY
1225 window-inside-absolute-pixel-edges.
1226 (Resizing Windows): shrink-window-if-larger-than-buffer works on
1227 non-full-width windows.
1228
2cffd681
MR
12292011-11-09 Martin Rudalics <rudalics@gmx.at>
1230
1231 * windows.texi (Resizing Windows): Rewrite documentation of
1232 window-resizable.
1233
f6f6d7e7
CY
12342011-11-09 Chong Yidong <cyd@gnu.org>
1235
1236 * windows.texi (Splitting Windows): Simplify example.
1237
a79db6e0
CY
12382011-11-08 Chong Yidong <cyd@gnu.org>
1239
1240 * windows.texi (Window Sizes): Copyedits. Document
1241 window-text-height. Remove window-min-height and window-min-width
1242 discussion, referring instead to Emacs manual.
1243 (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
e7313f33
CY
1244 (Resizing Windows): Simplify introduction. Don't document
1245 enlarge-window, shrink-window, enlarge-window-horizontally, and
1246 shrink-window-horizontally; they are no longer preferred for
1247 calling from Lisp, and are already documented in the Emacs manual.
a79db6e0 1248
441950c7
GM
12492011-11-07 Glenn Morris <rgm@gnu.org>
1250
1251 * windows.texi (Choosing Window): Fix keybinding typo.
1252
be7f5545
MR
12532011-11-07 Martin Rudalics <rudalics@gmx.at>
1254
1255 * windows.texi (Resizing Windows, Splitting Windows)
1256 (Window Configurations): Use "child window" instead of
1257 "subwindow".
1258
291d142b
CY
12592011-11-06 Chong Yidong <cyd@gnu.org>
1260
1261 * windows.texi (Basic Windows): Clarify various definitions.
1262 Treat window-normalize-* as internal; don't document them.
1263 (Windows and Frames): Various clarifications, e.g. non-live
1264 windows also belong to frames. Fix window-list description.
1265 Simplify window nesting example.
f4e90db0
SM
1266 (Splitting Windows, Window Configurations):
1267 Use split-window-below.
291d142b 1268
89bd5ee1
EZ
12692011-11-04 Eli Zaretskii <eliz@gnu.org>
1270
1271 * windows.texi (Window Sizes): Mention in the doc string that the
1272 return values of `window-body-height' and `window-body-width' are
1273 in frame's canonical units. (Bug#9949)
1274
3d8daefe
MR
12752011-10-30 Martin Rudalics <rudalics@gmx.at>
1276
1277 * windows.texi (Windows and Frames): Remove "iso-" infix from
1278 documentation of window-iso-combined-p.
1279
60754666
CY
12802011-10-26 Chong Yidong <cyd@gnu.org>
1281
1282 * modes.texi (Running Hooks): Document with-wrapper-hook.
1283
d366bd53
CY
12842011-10-18 Chong Yidong <cyd@gnu.org>
1285
1286 * display.texi (Glyphless Chars): New node.
1287
50b063c3
CY
12882011-10-13 Chong Yidong <cyd@stupidchicken.com>
1289
1290 * text.texi (Yanking): Document yank-excluded-properties.
1291
1292 * package.texi (Packaging Basics): The commentary should say how
1293 to begin using the package.
1294
c72063fa
MR
12952011-10-11 Martin Rudalics <rudalics@gmx.at>
1296
1297 * windows.texi (Deleting Windows): Mention which window gets
1298 selected when deleting the selected window.
1299
d83dc65b
MR
13002011-10-09 Martin Rudalics <rudalics@gmx.at>
1301
1302 * buffers.texi (The Buffer List): Describe how bury-buffer deals
1303 with the selected window.
1304 * windows.texi (Buffers and Windows): Reformulate text on how
1305 replace-buffer-in-windows deals with a window.
1306 (Quitting Windows): Describe how quit-window deals with a
1307 standalone frame. Describe new option frame-auto-hide-function.
1308
c599682c
GM
13092011-10-08 Glenn Morris <rgm@gnu.org>
1310
48bca619
GM
1311 * symbols.texi (Other Plists): Markup fix. (Bug#9702)
1312
c599682c
GM
1313 * positions.texi (Excursions): Update warning message.
1314
969aa734
CY
13152011-10-05 Chong Yidong <cyd@stupidchicken.com>
1316
f4e90db0
SM
1317 * display.texi (Low-Level Font, Face Attributes, Font Lookup):
1318 Fix Emacs manual xref (Bug#9675).
969aa734 1319
550f41cd
CY
13202011-10-01 Chong Yidong <cyd@stupidchicken.com>
1321
1322 * windows.texi (Textual Scrolling): Document scroll-up-command,
1323 scroll-down-command, scroll-error-top-bottom, and the
1324 scroll-command symbol property.
717a1362
CY
1325 (Display Action Functions): Fix description of
1326 display-buffer-pop-up-window.
550f41cd 1327
a239d4e9
JB
13282011-09-28 Juanma Barranquero <lekktu@gmail.com>
1329
1330 * windows.texi (Splitting Windows): Fix typos.
1331
590c056d
MR
13322011-09-25 Martin Rudalics <rudalics@gmx.at>
1333
1334 * windows.texi (Windows and Frames, Display Action Functions)
1335 (Switching Buffers): Fix some typos.
1336 (Buffers and Windows): Remove reference to window-auto-delete.
1337 Reword description of replace-buffer-in-windows.
1338 (Window History): Fix some typos and refer to frame local buffer
1339 list.
c419f5cb
MR
1340 (Quitting Windows): New node.
1341 (Window Configurations): Add descriptions of window-state-get
1342 and window-state-put.
1343 (Window Parameters): Describe variable ignore-window-parameters.
1344 Sketch some window parameters currently in use.
1345 * elisp.texi (Top): Update node listing.
590c056d 1346
9ec20d36
CY
13472011-09-25 Chong Yidong <cyd@stupidchicken.com>
1348
1349 * windows.texi (Display Action Functions)
1350 (Choosing Window Options): New nodes.
1351
0e406a72
CY
13522011-09-24 Chong Yidong <cyd@stupidchicken.com>
1353
1354 * windows.texi (Window History): New node. Move text here from
1355 Buffers and Windows.
1356 (Switching Buffers): Rename from Displaying Buffers, since we
f4e90db0
SM
1357 don't document display-buffer here; callers changed.
1358 Document FORCE-SAME-WINDOW arg to switch-to-buffer and
0e406a72
CY
1359 switch-to-buffer-other-frame. Delete duplicate
1360 replace-buffer-in-windows doc.
1361 (Choosing Window): Document display actions.
1362
6bf7006f
EZ
13632011-09-24 Eli Zaretskii <eliz@gnu.org>
1364
1365 * display.texi (Forcing Redisplay): Update the description of
1366 redisplay-dont-pause due to change in the default value.
1367
b33b68a3
MR
13682011-09-23 Martin Rudalics <rudalics@gmx.at>
1369
1370 * frames.texi (Frames and Windows): Move section and rename to
1371 Windows and Frames in windows.texi.
1372 * windows.texi (Windows): Restructure.
1373 (Basic Windows): Rewrite. Explain live and internal windows and
1374 normalization functions.
1375 (Windows and Frames): Move section here from frames.texi.
1376 Describe subwindows, window combinations, window tree, and
1377 corresponding functions including window-list here.
1378 (Window Sizes): Rename section from Size of Window and move it
1379 up in chapter. Describe total and body sizes and the
1380 corresponding functions. Explain new semantics of
1381 window-min-height/-width.
1382 (Resizing Windows): Move section up in chapter. Describe new
1383 resize functions.
1384 (Splitting Windows): Describe new behavior of split-window,
1385 split-window-above-each-other and split-window-side-by-side.
1386 Provide examples. Describe window-nest and window-splits
1387 options.
1388 (Deleting Windows): Minor rewrite.
f4e90db0
SM
1389 (Selecting Windows): Minor rewrite.
1390 Describe frame-selected-window and set-frame-selected-window here.
1391 (Cyclic Window Ordering): Minor rewrite.
1392 Describe window-list-1.
b33b68a3
MR
1393 (Buffers and Windows): Rewrite. Explain a window's previous and
1394 next buffers and the corresponding functions.
c4682d18 1395 (Window Tree): Merge into Windows and Frames section.
b33b68a3
MR
1396 * elisp.texi (Top): Update node listings for frames and windows
1397 sections.
1398
4d3786ac
SM
13992011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1400
1401 * display.texi (Face Functions): `face-list' returns faces (bug#9564).
1402
713df35b
LMI
14032011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
1404
1405 * errors.texi (Standard Errors): Remove apparent placeholder text
1406 (bug#9491).
1407
33ed493b
CY
14082011-09-18 Chong Yidong <cyd@stupidchicken.com>
1409
1410 * frames.texi (Management Parameters): Fix description of
1411 icon-type parameter.
1412
b8f0a954
CY
14132011-09-17 Chong Yidong <cyd@stupidchicken.com>
1414
1415 * tips.texi (Key Binding Conventions): Don't bind a key sequence
1416 ending in C-g. Suggested by Edward O'Connor.
1417
eddf142c
EZ
14182011-09-17 Eli Zaretskii <eliz@gnu.org>
1419
1420 * numbers.texi (Integer Basics): Add indexing for
1421 most-positive-fixnum and most-negative-fixnum. (Bug#9525)
1422
bf1af6c7
DM
14232011-09-14 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
1424
1425 * lists.texi (Sets And Lists): Fix typo. (Bug#9393)
1426
cec2eab8
JB
14272011-09-11 Juanma Barranquero <lekktu@gmail.com>
1428
1429 * processes.texi (Network Servers): Clarify what the process
1430 buffer is used for (bug#9233).
1431
51751aa2 14322011-08-30 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
1f403cb9
DM
1433
1434 * lists.texi (Building Lists): Fix typo.
1435
35137ed3
CY
14362011-08-30 Chong Yidong <cyd@stupidchicken.com>
1437
1438 * display.texi (Basic Faces): New node. Document new faces.
1439
1440 * modes.texi (Major Mode Conventions): Move some text there.
1441 (Mode Help): Remove major-mode var, duplicated in Major Modes.
1442
3fd50d5c
CY
14432011-08-29 Chong Yidong <cyd@stupidchicken.com>
1444
1445 * modes.texi (Basic Major Modes): New node. Callers updated.
1446 (Major Modes): Document fundamental-mode and major-mode.
1447 (Major Mode Basics): Node deleted; text moved to Major Modes.
1448 (Derived Modes): Document derived-mode-p.
1449
ddb54206
CY
14502011-08-28 Chong Yidong <cyd@stupidchicken.com>
1451
a6326082
CY
1452 * files.texi (Changing Files, Create/Delete Dirs): Document new
1453 arguments for delete-file, delete-directory, and copy-directory.
e2aeef63
CY
1454 (Visiting Functions): Remove view-file; it is documented in the
1455 Emacs manual.
04e2ce72 1456
ddb54206
CY
1457 * frames.texi (Layout Parameters): The defaults for the
1458 menu-bar-lines and tool-bar-lines parameters depend on the mode.
1459
1460 * display.texi (Progress): Document spinner functionality.
1461
1462 * os.texi (Killing Emacs): Note that kill-emacs can be called by
1463 operating system signals. Refer to save-buffers-kill-terminal
1464 instead of save-buffers-kill-emacs.
1465
1466 * objects.texi (Symbol Type): Document ## print representation.
1467
0c95fcf7
EZ
14682011-08-25 Eli Zaretskii <eliz@gnu.org>
1469
1470 * display.texi (Specified Space): Mention that `space' specs
1471 influence bidi reordering.
1472 (Bidirectional Display): Explain how to use `(space . PROPS)' for
1473 separating fields with bidirectional content.
1474
5980d4c6
EZ
14752011-08-24 Eli Zaretskii <eliz@gnu.org>
1476
1477 * display.texi (Bidirectional Display): Document return value in
1478 buffers that are not bidi-reordered for display, and in unibyte
1479 buffers.
1480
bca633fb
EZ
14812011-08-23 Eli Zaretskii <eliz@gnu.org>
1482
1483 * nonascii.texi (Character Properties): Document the values for
1484 unassigned codepoints.
1485
c094bb0c
EZ
14862011-08-18 Eli Zaretskii <eliz@gnu.org>
1487
1488 * nonascii.texi (Character Properties): Document use of
1489 `bidi-class' and `mirroring' properties as part of reordering.
1490 Provide cross-references to "Bidirectional Display".
1491
1492 * display.texi (Bidirectional Display): Document the pitfalls of
1493 concatenating strings with bidirectional content, with possible
f4e90db0
SM
1494 solutions. Document bidi-string-mark-left-to-right.
1495 Mention paragraph direction in modes that inherit from prog-mode.
92b71444
EZ
1496 Document use of `bidi-class' and `mirroring' properties as part of
1497 reordering.
c094bb0c 1498
1ea897d5
EZ
14992011-08-16 Eli Zaretskii <eliz@gnu.org>
1500
9adfcd0b
EZ
1501 * modes.texi (Major Mode Conventions): Improve the documentation
1502 of `mode-class' `special' modes.
1503
10862873
EZ
1504 * nonascii.texi (Character Properties): Document the `mirroring'
1505 property. Add index entries.
1506
1ea897d5
EZ
1507 * syntax.texi (Categories): Add an example of defining a new
1508 category and category table.
1509
1510 * searching.texi (Regexp Backslash): Document how to display
1511 existing categories. Mention the possibility of adding
1512 categories, and add an xref to where this is described. Add an
1513 index entry.
1514
ebb552ed
CY
15152011-08-09 Chong Yidong <cyd@stupidchicken.com>
1516
1517 * text.texi (Special Properties):
1518 * display.texi (Overlay Properties): Note that mouse-face cannot
1519 change the text size (Bug#8530).
1520
51a714e1
CY
15212011-08-08 Chong Yidong <cyd@stupidchicken.com>
1522
1523 * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
1524 using setenv instead.
1525
4cc60b9b
EZ
15262011-07-28 Eli Zaretskii <eliz@gnu.org>
1527
1528 * display.texi (Bidirectional Display): Document the fact that
1529 bidi-display-reordering is t by default.
1530
5deb92fd
EZ
15312011-07-23 Eli Zaretskii <eliz@gnu.org>
1532
1533 * display.texi (Bidirectional Display): New section.
1534
011b0ad6 15352011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
67f9b9f8
GM
1536 Tim Cross <theophilusx@gmail.com> (tiny change)
1537 Glenn Morris <rgm@gnu.org>
011b0ad6 1538
67f9b9f8 1539 * keymaps.texi (Toolkit Differences): New node. (Bug#8176)
011b0ad6 1540
4baf28e6
AS
15412011-07-15 Andreas Schwab <schwab@linux-m68k.org>
1542
1543 * help.texi (Keys in Documentation): Revert last change.
1544
66249842
LMI
15452011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1546
f863868c
LMI
1547 * help.texi (Keys in Documentation): Clarify that \= only quotes
1548 the next character, and doesn't affect longer sequences in
1549 particular (bug#8935).
1550
f4e90db0
SM
1551 * debugging.texi (Using Debugger):
1552 Mention @code{eval-expression-debug-on-error} (bug#8549).
66249842 1553
0bb23927 15542011-07-14 Eli Zaretskii <eliz@gnu.org>
a2eaa31d
EZ
1555
1556 * display.texi (Other Display Specs): Document that `left-fringe'
1557 and `right-fringe' display specifications are of the "replacing"
1558 kind.
1559
f2027cdf
LMI
15602011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1561
1562 * help.texi (Documentation Basics): Add a link to the Function
1563 Documentation node (bug#6580).
1564
f987fde4
LMI
15652011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1566
0bc59b25
LMI
1567 * keymaps.texi (Menu Bar): Mention :visible and :enable
1568 (bug#6344). Text by Drew Adams.
1569
63d55f1f
LMI
1570 * modes.texi (Running Hooks): Mention buffer-local hook variables
1571 (bug#6218).
1572
f987fde4
LMI
1573 * objects.texi (General Escape Syntax): "a with grave accent" is
1574 ?xe0, not ?x8e0 (bug#5259).
1575
b7527639
CY
15762011-07-12 Chong Yidong <cyd@stupidchicken.com>
1577
1578 * display.texi (Face Attributes, Font Selection): Add references
1579 to the Fonts node in the Emacs manual (Bug#4178).
1580
c830e5ae
CY
15812011-07-12 Chong Yidong <cyd@stupidchicken.com>
1582
1583 * display.texi (Window Systems): `window-system' is
1584 terminal-local.
1585
1586 * frames.texi (Frame Parameters, Parameter Access): Don't mention
1587 frame-local variables.
1588
1589 * variables.texi (Buffer-Local Variables): Don't mention obsolete
1590 frame-local variables.
1591 (Frame-Local Variables): Node deleted.
1592
1593 * elisp.texi (Top): Update node listing.
1594
91223e54
LMI
15952011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1596
1597 * elisp.texi: Change "inferiors" to "subnodes" in three places
1598 (bug#3523).
1599
963578d3
CY
16002011-07-11 Chong Yidong <cyd@stupidchicken.com>
1601
1602 * frames.texi (Window System Selections): Discussion of
1603 x-select-enable-clipboard moved to Emacs manual.
1604
07151e49
DD
16052011-07-11 Deniz Dogan <deniz@dogan.se>
1606
1607 * commands.texi (Prefix Command Arguments): Remove excessive
1608 apostrophe.
1609
7261e1cf
LMI
16102011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1611
ad21a12a
LMI
1612 * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
1613 description is a string (bug#3313).
1614
7261e1cf
LMI
1615 * frames.texi (Display Feature Testing): Try to explain what all
1616 the visual classes mean (bug#3042).
1617
568f7b79
LMI
16182011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1619
18d59e29
LMI
1620 * modes.texi (Mode Line Variables): Document `mode-line-remote'
1621 and `mode-line-client' (bug#2974).
1622
568f7b79
LMI
1623 * text.texi (Insertion): Clarify marker movements (bug#1651).
1624 Text from Drew Adams.
1625
54e10184
LMI
16262011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1627
d94d85e9
LMI
1628 * text.texi (Special Properties): Clarify the format of `face'
1629 (bug#1375).
1630
54e10184
LMI
1631 * commands.texi (Interactive Call): Add a `call-interactively'
1632 example (bug#1010).
1633
413c488d
LMI
16342011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1635
1636 * functions.texi (Calling Functions): Link to the "Interactive
1637 Call" node (bug#1001).
1638
322b7dab 16392011-07-06 Chong Yidong <cyd@stupidchicken.com>
b00d8c1a 1640
3deead93
CY
1641 * customize.texi (Composite Types): Move alist and plist to here
1642 from Simple Types (Bug#7545).
1643
1644 * elisp.texi (Top): Update menu description.
1645
b00d8c1a
CY
1646 * display.texi (Face Attributes): Document negative line widths
1647 (Bug#6113).
1648
d2a6c43b
TR
16492011-07-03 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
1650
1651 * searching.texi (Match Data): Note that match data can be
1652 overwritten by most functions (bug#2499).
1653
c7844a27
LMI
16542011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1655
a9ab721e
LMI
1656 * strings.texi (Formatting Strings): Clarify what the "-" and "0"
1657 flags mean (bug#6659).
1658
c7844a27
LMI
1659 * functions.texi (What Is a Function): Document the autoload
1660 object (bug#6496).
1661
f68d76d0
LMI
16622011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1663
8a20ca4c
LMI
1664 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
1665 is only used in the Customize user interface (bug#6089).
1666
f68d76d0 1667 * display.texi (Showing Images): Mention the point of sliced
6dd56db4 1668 images (bug#7836).
f68d76d0 1669
7018dbe7
EZ
16702011-07-02 Eli Zaretskii <eliz@gnu.org>
1671
1672 * variables.texi (Defining Variables, Void Variables)
1673 (Constant Variables): Fix incorrect usage of @kindex.
1674
36cb87a1
LMI
16752011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1676
28ee97c7
LMI
1677 * variables.texi (Defining Variables): Add an index entry for
1678 `set-variable' (bug#7262).
8d4294e9 1679 (Defining Variables): Use @findex for functions.
28ee97c7 1680
8862ffd5
LMI
1681 * frames.texi (Basic Parameters): Document the `explicit-name'
1682 parameter (bug#6951).
1683
0ec389b9
LMI
1684 * customize.texi (Type Keywords): Clarify that :value provides a
1685 default value for all types (bug#7386).
1686
36cb87a1
LMI
1687 * streams.texi (Output Functions): Document `pp'.
1688
11fdef7d 16892011-06-25 Chong Yidong <cyd@stupidchicken.com>
dfc47e35
CY
1690
1691 * keymaps.texi (Searching Keymaps):
1692 * display.texi (Overlay Properties): Fix errors in 2011-05-29
1693 change. Suggested by Johan Bockgård.
1694
eeafcea7
CY
16952011-06-15 Chong Yidong <cyd@stupidchicken.com>
1696
1697 * text.texi (Special Properties): Clarify role of font-lock-face.
1698
b96e6cde
LMI
16992011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1700
f4e90db0 1701 * processes.texi (Process Information): Rename `process-alive-p'
b96e6cde
LMI
1702 to `process-live-p' for consistency with other `-live-p' functions.
1703
be14b9ab
PE
17042011-06-03 Paul Eggert <eggert@cs.ucla.edu>
1705
1706 Document wide integers better.
1707 * files.texi (File Attributes): Document ino_t values better.
2d365993 1708 ino_t values no longer map to anything larger than a single cons.
be14b9ab
PE
1709 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
1710 (Bitwise Operations):
001903b5
PE
1711 * objects.texi (Integer Type): Use a binary notation that is a bit easier
1712 to read, and that will port better if 62-bits becomes the default.
1713 Fix or remove incorrect examples.
be14b9ab
PE
1714 * os.texi (Time Conversion): Document time_t values better.
1715
bcd54f83
LMI
17162011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1717
f4e90db0
SM
1718 * processes.texi (Process Information):
1719 Document `process-alive-p'.
bcd54f83 1720
049bcbcb
CY
17212011-05-29 Chong Yidong <cyd@stupidchicken.com>
1722
1723 * help.texi (Accessing Documentation):
1724 * display.texi (Pixel Specification):
1725 * processes.texi (Serial Ports, Serial Ports):
1726 * nonascii.texi (Character Properties, Default Coding Systems):
1727 * text.texi (Changing Properties, Special Properties):
1728 * windows.texi (Window Start and End):
1729 * modes.texi (SMIE Indentation Example, SMIE Tricks):
1730 * keymaps.texi (Searching Keymaps, Tool Bar):
1731 * minibuf.texi (Basic Completion):
1732 * compile.texi (Eval During Compile):
1733 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
1734 7x9 paper in printed manual.
1735
1736 * lists.texi (Sets And Lists): Fix misplaced text.
1737
58539c63
CY
17382011-05-29 Chong Yidong <cyd@stupidchicken.com>
1739
1740 * keymaps.texi (Remapping Commands): Emphasize that the keymap
1741 needs to be active (Bug#8350).
1742
6b5681bf
CY
17432011-05-28 Chong Yidong <cyd@stupidchicken.com>
1744
b4d52acc
CY
1745 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
1746
6b5681bf
CY
1747 * tips.texi (Coding Conventions): Remove antediluvian filename
1748 limit recommendation (Bug#8538).
1749
e145f188
GM
17502011-05-27 Glenn Morris <rgm@gnu.org>
1751
1752 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
1753
eafed945
GM
17542011-05-26 Glenn Morris <rgm@gnu.org>
1755
1756 * variables.texi (File Local Variables):
1757 Update hack-local-variables `mode-only' return value.
2d3ba9e7 1758 Add some more details on what this function does in the other case.
eafed945 1759
bc8410af
GM
17602011-05-19 Glenn Morris <rgm@gnu.org>
1761
1762 * lists.texi (Sets And Lists): Mention cl provides union etc.
1763
35a30759
N
17642011-05-19 Nix <nix@esperi.org.uk>
1765
1766 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
1767
1768 * text.texi (Parsing HTML): Update for function name changes.
1769
1770 * syntax.texi (Syntax Flags): Small fix.
1771
1772 * keymaps.texi (Active Keymaps): Typo fix.
1773 (Changing Key Bindings): Grammar fix.
1774
1775 * frames.texi (Minibuffers and Frames): Grammar fix.
1776 (Window System Selections): x-select-enable-clipboard now defaults to t.
1777
1778 * customize.texi (Common Keywords):
1779 * display.texi (Abstract Display):
1780 * modes.texi (Auto-Indentation):
1781 * nonascii.texi (Converting Representations): Typo fixes.
1782
1783 * control.texi (Examples of Catch): Call it "goto" not "go to".
1784
e3934a8a
EZ
17852011-05-14 Eli Zaretskii <eliz@gnu.org>
1786
bc039a3b
EZ
1787 * nonascii.texi (Character Properties): Fix inconsistencies with
1788 implementation.
1789
e3934a8a
EZ
1790 * text.texi (Special Properties): Move @defvar's out of the
1791 @table. (Bug#8652)
1792
e2c94218
GM
17932011-05-12 Glenn Morris <rgm@gnu.org>
1794
1795 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
1796
d2fc7e3d 17972011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
bc3bea9c
SM
1798
1799 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
1800 (Multiline Font Lock):
1801 * vol2.texi (Top):
1802 * vol1.texi (Top):
1803 * elisp.texi (Top): Update menu accordingly.
1804
d2fc7e3d 18052011-05-12 Drew Adams <drew.adams@oracle.com>
e6dc6206
DA
1806
1807 * modes.texi (Region to Fontify): Fix typo.
1808
79b70037
GM
18092011-05-10 Jim Meyering <meyering@redhat.com>
1810
1811 * minibuf.texi: Fix typo "in in -> in".
1812
b08a63cc 18132011-05-06 Paul Eggert <eggert@cs.ucla.edu>
fed14fd7
PE
1814
1815 * numbers.texi (Integer Basics): Large integers are treated as floats.
1816
1ef14cb4
LMI
18172011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1818
1819 * processes.texi (Synchronous Processes): Document the (:file
1820 "/file-name") syntax for `call-process'.
1821
4ffd0d6b 18222011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
1823
1824 * windows.texi (Choosing Window): Fix typo.
1825
4ffd0d6b 18262011-04-23 Chong Yidong <cyd@stupidchicken.com>
40954368
CY
1827
1828 * frames.texi (Layout Parameters): Note the difference between
1829 querying and setting parameters for left-fringe and right-fringe
1830 (Bug#6930).
1831
fd5a8ae8
SM
18322011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
1833
1834 * minibuf.texi (Basic Completion): Be a bit more precise about the
1835 valid kinds of completion tables.
1836 (Programmed Completion): Remove obsolete text about lambda expressions
1837 not being valid completion tables.
1838
c1bcd0d5
CY
18392011-03-19 Chong Yidong <cyd@stupidchicken.com>
1840
1841 * positions.texi (Excursions): Explain the "save-excursion
1842 defeated by set-buffer" warning.
1843
1844 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
1845 save-excursion. Suggested by Uday S Reddy.
1846
03408648 18472011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
ba83908c 1848
03408648
SM
1849 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
1850 (Lexical Binding): New sub-section.
ba83908c 1851
03408648
SM
1852 * eval.texi (Eval): Discourage the use of `eval'.
1853 Document its new `lexical' argument.
6c075cd7 1854
f6d62986
SM
18552011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
1856
03408648 1857 * commands.texi (Command Overview): `post-command-hook' is not reset to
f6d62986
SM
1858 nil any more.
1859
84ea5558 18602011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
e4021ec1
SM
1861
1862 * strings.texi (String Conversion): Don't mention
1863 string-make-(uni|multi)byte (bug#8262).
1864 * nonascii.texi (Converting Representations): Fix up range.
1865 * keymaps.texi (Key Binding Commands): Update code point, avoid
1866 "unibyte character" and remove mention of unibyte bindings.
1867
62d94509
EZ
18682011-03-10 Eli Zaretskii <eliz@gnu.org>
1869
1870 * modes.texi (Operator Precedence Grammars): Don't use characters
1871 outside ISO-8859-1.
1872
63a329f8
EZ
18732011-03-09 Eli Zaretskii <eliz@gnu.org>
1874
1875 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
1876
1877 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
1878
6446548e
GM
18792011-03-08 Glenn Morris <rgm@gnu.org>
1880
1881 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
1882 * intro.texi (Acknowledgements): Names to UTF-8.
80b005c7 1883 * elisp.texi: Set documentencoding.
6446548e 1884
33383987
JB
18852011-03-07 Chong Yidong <cyd@stupidchicken.com>
1886
1887 * Version 23.3 released.
1888
0b3ceceb
CY
18892011-03-06 Chong Yidong <cyd@stupidchicken.com>
1890
1891 * package.texi: Update index keywords.
1892 (Package Archives): New node contents. Document package-x.el.
1893
78f5433f
JB
18942011-03-06 Juanma Barranquero <lekktu@gmail.com>
1895
1896 * makefile.w32-in (srcs): Add package.texi.
1897
555e9b5c
CY
18982011-03-06 Chong Yidong <cyd@stupidchicken.com>
1899
120d9389
CY
1900 * package.texi (Packaging, Packaging Basics, Simple Packages)
1901 (Multi-file Packages): Expand and clarify.
1902 (Package Archives): Temporary placeholder node.
1903
1904 * elisp.texi (Top): Update node listing.
1905
555e9b5c
CY
1906 * Makefile.in (srcs): Add package.texi.
1907
b59a4335
CY
19082011-03-05 Chong Yidong <cyd@stupidchicken.com>
1909
1910 * processes.texi (Synchronous Processes): Minor clarification
1911 (Bug#8149).
1912
06083aa1
GM
19132011-03-03 Glenn Morris <rgm@gnu.org>
1914
1915 * files.texi (Truenames): Minor clarification. (Bug#2341)
1916
6640b281
GM
19172011-03-01 Glenn Morris <rgm@gnu.org>
1918
1919 * variables.texi (Directory Local Variables):
1920 Mention `(subdirs . nil)' alist element.
1921
2b0c7330 19222011-02-28 Glenn Morris <rgm@gnu.org>
081f7640
GM
1923
1924 * variables.texi (Directory Local Variables): Mention the optional
1925 mtime argument of dir-locals-set-directory-class. (Bug#3577)
1926
b923f7a9
CY
19272011-02-27 Chong Yidong <cyd@stupidchicken.com>
1928
1929 * minibuf.texi (Minibuffer History): Clarify discussion of
1930 minibuffer history lists (Bug#8085).
1931
67ab0163 19322011-02-19 Eli Zaretskii <eliz@gnu.org>
86ec878a 1933
e979a521
EZ
1934 * elisp.texi: Sync @dircategory with ../../info/dir.
1935
e03b2fd4
EZ
1936 * files.texi (Visiting Functions): Document find-file-literally,
1937 both the command and the variable.
1938
86ec878a
EZ
1939 * variables.texi (Creating Buffer-Local): Explain the meaning of
1940 permanent local variables.
1941
67ab0163
GM
1942 * files.texi (Visiting Functions): Document find-file-literally,
1943 both the command and the variable.
1944
1945 * variables.texi (Creating Buffer-Local): Explain the meaning of
1946 permanent local variables.
1947
19482011-02-19 Glenn Morris <rgm@gnu.org>
dff9ac46
GM
1949
1950 * keymaps.texi (Remapping Commands): Mention how to undo it.
1951
bfcb151a
RT
19522011-02-09 Reuben Thomas <rrt@sc3d.org>
1953
1954 * loading.texi (Hooks for Loading): Remove unnecessary advice
1955 about eval-after-load (Bug#7986).
1956
a41c8660
CY
19572011-02-05 Chong Yidong <cyd@stupidchicken.com>
1958
1959 * commands.texi (Accessing Mouse): Note that a header line is not
1960 included in the row of posn-col-row.
1961
e0dd6837
CY
19622011-02-02 Chong Yidong <cyd@stupidchicken.com>
1963
1964 * modes.texi (Major Mode Conventions): Add face guidelines.
1965 (Faces for Font Lock): List faces in order of prominence.
1966
a4180391
PE
19672011-02-01 Paul Eggert <eggert@cs.ucla.edu>
1968
1969 format-time-string now supports subsecond time stamp resolution
1970 * os.texi (Time Parsing): Document %N.
1971
7427eb97
CY
19722011-01-28 Chong Yidong <cyd@stupidchicken.com>
1973
61db307f
CY
1974 * vol1.texi (Top):
1975 * vol2.texi (Top):
1976 * elisp.texi (Top):
1977 * display.texi (Display Property): Shorten the menu description of
1978 the "Other Display Specs" node (Bug#7816).
1979
7427eb97
CY
1980 * keymaps.texi (Defining Menus): Add "menu item" and "extended
1981 menu item" concept index entries (Bug#7805).
1982
bf3dae7e
EZ
19832011-01-29 Eli Zaretskii <eliz@gnu.org>
1984
1985 * makefile.w32-in (texinfodir): New variable.
1986 (usermanualdir): Remove as redundant with $(emacsdir).
1987 (MAKEINFO): Remove options, leave only program name.
1988 (MAKEINFO_OPTS): New variable.
1989 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
1990
06d8ace5 19912011-01-25 Chong Yidong <cyd@stupidchicken.com>
e6cf7a82
CY
1992 Richard Kim <emacs18@gmail.com>
1993
1994 * loading.texi (Library Search): Document list-load-path-shadows
1995 (Bug#7757).
1996
06d8ace5 19972011-01-25 Chong Yidong <cyd@stupidchicken.com>
3f066f54
CY
1998
1999 * searching.texi (Regexp Special): Remove outdated discussion of
2000 character sets (Bug#7780).
2001
28a88153
CY
2002 * frames.texi (Pop-Up Menus): Document where menu title comes
2003 from (Bug#7684).
2004
06d8ace5 20052011-01-25 Glenn Morris <rgm@gnu.org>
4d265b4d
GM
2006
2007 * display.texi (Making Buttons): Mention limitation of text buttons.
2008
a8e1e9ee
WL
20092011-01-23 Werner Lemberg <wl@gnu.org>
2010
2011 * Makefile.in (MAKEINFO): Now controlled by `configure'.
2012 (MAKEINFO_OPTS): New variable. Use it where appropriate.
2013 (ENVADD): New variable to control texi2dvi and texi2pdf.
2014
362b9d48
GM
20152011-01-15 Chong Yidong <cyd@stupidchicken.com>
2016
2017 * files.texi (Directory Names): Move directory-abbrev-alist doc to
2018 Emacs manual.
2019
20202011-01-15 Eli Zaretskii <eliz@gnu.org>
2021
2022 * files.texi (Directory Names): Explain why FROM in
2023 directory-abbrev-alist should begin with \`. (Bug#7777)
2024
3fa173b4
SM
20252011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2026
2027 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
2028
7c420169 20292011-01-02 Eli Zaretskii <eliz@gnu.org>
2e4ab211
EZ
2030
2031 * modes.texi (Emulating Mode Line): Fix last change.
2032
7c420169 20332011-01-02 Eli Zaretskii <eliz@gnu.org>
287e63bb
EZ
2034
2035 * modes.texi (Emulating Mode Line): Update documentation of
2036 format-mode-line according to changes that fixed bug #7587.
2037
80b33766
SM
20382010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
2039
2040 * modes.texi (Derived Modes): Mention prog-mode.
2041
2042 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
2043 of the key-binding-data cache since we don't use it any more.
2044
f49d1f52 20452010-12-13 Eli Zaretskii <eliz@gnu.org>
3c73e30e 2046
4bb49a92
EZ
2047 * processes.texi (Shell Arguments):
2048 * strings.texi (Creating Strings): Don't mention "shell commands";
2049 make it explicit that `split-string-and-unquote' and
2050 `combine-and-quote-strings' are mainly for working with arguments
2051 to call-process and start-process.
2052
3c73e30e
EZ
2053 * processes.texi (Shell Arguments): Fix documentation of
2054 `split-string-and-unquote'. Add indexing. (Bug#7563)
2055
f49d1f52 20562010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5dcb4c4e
SM
2057
2058 * modes.texi (Auto-Indentation): New section to document SMIE.
2059 (Major Mode Conventions):
2060 * text.texi (Mode-Specific Indent): Refer to it.
2061
f49d1f52 20622010-12-13 Eli Zaretskii <eliz@gnu.org>
bdef6a77
EZ
2063
2064 * display.texi (Other Display Specs): Document left-fringe and
2065 right-fringe display specs.
2066
f49d1f52 20672010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
769741e3
SM
2068
2069 * backups.texi (Making Backups):
2070 * modes.texi (Example Major Modes): Use recommended coding style.
2071 (Major Mode Basics, Derived Modes): Encourge more strongly use of
2072 define-derived-mode. Mention completion-at-point-functions.
2073
f49d1f52 20742010-12-13 Chong Yidong <cyd@stupidchicken.com>
3e99b825 2075
5dcb4c4e
SM
2076 * nonascii.texi (Converting Representations):
2077 Document byte-to-string.
e1115396 2078
ec1b9b17
GM
20792010-12-08 Glenn Morris <rgm@gnu.org>
2080
2081 * buffers.texi (Modification Time):
2082 verify-visited-file-modtime now defaults to the current buffer.
2083
07976ae3 20842010-11-27 Chong Yidong <cyd@stupidchicken.com>
3e99b825 2085
ec1b9b17 2086 * nonascii.texi (Converting Representations): Document byte-to-string.
3e99b825
CY
2087
2088 * strings.texi (Creating Strings): Don't mention semi-obsolete
2089 function char-to-string.
2090 (String Conversion): Shorten discussion of semi-obsolete function
2091 string-to-char. Link to Converting Representations.
2092
2093 * objects.texi (Symbol Type):
2094 * text.texi (Near Point):
2095 * help.texi (Help Functions):
2096 * functions.texi (Mapping Functions): Use string instead of
2097 char-to-string in examples.
2098
07976ae3 20992010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295
CY
2100
2101 * text.texi (Kill Functions, Kill Functions)
2102 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
2103 YANK-HANDLER args.
2104
2105 * symbols.texi (Creating Symbols): Using unintern without an
2106 obarray arg is now obsolete.
2107
2108 * numbers.texi (Float Basics): Document float-e and float-pi.
2109
2110 * variables.texi (Defining Variables): Change "pi" example to
2111 "float-pi".
2112
8547874a
EZ
21132010-11-26 Eli Zaretskii <eliz@gnu.org>
2114
2115 * commands.texi (Click Events): Document the values of X, Y and
2116 COL, ROW in the event's position, when the click is on the header
2117 or mode line, on the fringes, or in the margins.
2118
4a47c275 21192010-11-17 Eli Zaretskii <eliz@gnu.org>
c7926fe2 2120
5b05d75b
EZ
2121 * customize.texi (Composite Types): Lower-case index entry.
2122
5dcb4c4e
SM
2123 * loading.texi (How Programs Do Loading):
2124 Document load-file-name. (Bug#7346)
c7926fe2 2125
4a47c275 21262010-11-17 Glenn Morris <rgm@gnu.org>
cde08ac9
GM
2127
2128 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
2129
0eb025fb
EZ
21302010-11-13 Eli Zaretskii <eliz@gnu.org>
2131
2132 * display.texi (Usual Display): Characters with no fonts are not
2133 necessarily displayed as empty boxes.
2134
2699a554 21352010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
2136
2137 * maps.texi (Standard Keymaps): Update File menu description.
2138
8289f37b
GM
21392010-10-28 Glenn Morris <rgm@gnu.org>
2140
2141 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
2142
5793a7bc 21432010-10-24 Eli Zaretskii <eliz@gnu.org>
89baa1df
EZ
2144
2145 * display.texi (Window Systems): Deprecate use of window-system as
2146 a predicate.
2147
17284e30
GM
21482010-10-23 Glenn Morris <rgm@gnu.org>
2149
2150 * help.texi (Documentation Basics): Remove mentions of digest-doc and
2151 sorted-doc.
2152
00f113eb
JB
21532010-10-15 Eli Zaretskii <eliz@gnu.org>
2154
2155 * os.texi (Dynamic Libraries): New node, with slightly modified
2156 text deleted from "Image Formats".
2157 (System Interface): Add @menu entry for "Dynamic Libraries".
2158
2159 * display.texi (Image Formats): Remove description of
2160 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
2161
07277eb8
GM
21622010-10-12 Glenn Morris <rgm@gnu.org>
2163
2164 * book-spine.texinfo: Rename to book-spine.texi.
2165
c12e4a81
GM
21662010-10-11 Glenn Morris <rgm@gnu.org>
2167
df187c62
GM
2168 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
2169
c12e4a81 2170 * Makefile.in (DVIPS): New variable.
234db610
GM
2171 (.PHONY): Add html, ps.
2172 (html, elisp.html, ps, elisp.ps): New targets.
2173 (clean): Delete html, ps files.
2174 ($(infodir)/elisp): Remove unnecessary includes.
c12e4a81 2175
6513b232
EZ
21762010-10-09 Eli Zaretskii <eliz@gnu.org>
2177
2178 * makefile.w32-in (emacsdir): New variable.
2179 (srcs): Add emacsver.texi.
2180 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
2181
abd40fb4
GM
21822010-10-09 Glenn Morris <rgm@gnu.org>
2183
c1dc72b3
GM
2184 * Makefile.in (VPATH): Remove.
2185 (infodir): Make it absolute.
2186 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
2187
4393405b
GM
2188 * Makefile.in (dist): Anchor regexps.
2189
eef3ab94
GM
2190 * Makefile.in (srcs): Put elisp.texi first.
2191 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
2192
aa9db089
GM
2193 * Makefile.in (infoclean): Remove harmless, long-standing error.
2194
abd40fb4
GM
2195 * Makefile.in ($(infodir)): Delete rule.
2196 (mkinfodir): New.
2197 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
2198
68db69ed 2199 * Makefile.in (dist): Remove reference to emacsver.texi.in.
208deadc 2200 Also copy emacsver.texi, and edit $emacsdir.
68db69ed 2201
ea274122
GM
22022010-10-09 Glenn Morris <rgm@gnu.org>
2203
f7a31f11
GM
2204 * Makefile.in (emacsdir): New variable.
2205 (MAKEINFO): Add -I $emacsdir.
2206 (dist): Copy emacsver.texi.
b13254e7
GM
2207 (srcs): Add emacsver.texi.
2208
f7a31f11
GM
2209 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
2210 Set EMACSVER by including emacsver.texi.
2211
ea274122
GM
2212 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
2213
17ca7950
GM
22142010-10-07 Glenn Morris <rgm@gnu.org>
2215
2216 * Makefile.in (version): New, set by configure.
2217 (clean): Delete dist tar file.
2218 (dist): Use version in tar name.
2219
4c83f6e1
GM
22202010-10-06 Glenn Morris <rgm@gnu.org>
2221
2222 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
2223 (INSTALL_INFO): Remove unused variable.
2224 (mostlyclean, infoclean, dist): New rules.
2225 (clean): Delete dvi and pdf files.
2226 (maintainer-clean): Remove elisp.oaux, use infoclean.
8a944cea 2227 ($(infodir)): Add parallel build workaround.
4c83f6e1 2228
0264072d
GM
22292010-10-04 Glenn Morris <rgm@gnu.org>
2230
2231 * Makefile.in (dvi, pdf, $(infodir)): New targets.
2232 ($(infodir)/elisp): Ensure target directory exists. Use $@.
8cce34d0 2233 Fix -I typo.
0264072d
GM
2234 (clean): No 'make.out' or 'core' files.
2235 (.PHONY): Declare clean rules.
2236 (maintainer-clean): Delete pdf file. Guard against cd failures.
2237
77f38949
GM
22382010-10-03 Glenn Morris <rgm@gnu.org>
2239
2240 * files.texi (File Name Components): Remove ignored section about
2241 deleted variable directory-sep-char.
2242
178fdd41
MA
22432010-10-03 Michael Albinus <michael.albinus@gmx.de>
2244
2245 * files.texi (Magic File Names): New defopt
2246 remote-file-name-inhibit-cache.
2247
9c524fcb
GM
22482010-10-02 Glenn Morris <rgm@gnu.org>
2249
2250 * os.texi (Killing Emacs): Hook now runs in batch mode.
2251
f816790b
SM
22522010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
2253
2254 * text.texi (Special Properties): Clarify when modification-hooks run.
2255
7cf78aac
SM
22562010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2257
2258 * syntax.texi (Syntax Flags): Document new `c' flag.
2259
ca0d44e4
GM
22602010-09-09 Glenn Morris <rgm@gnu.org>
2261
2262 * display.texi (ImageMagick Images): General cleanup.
2263
10999305 22642010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
2265
2266 * files.texi (Directory Names): Use \` rather than ^.
2267
45240125
JD
22682010-09-02 Jan Djärv <jan.h.d@swipnet.se>
2269
2270 * text.texi (Low-Level Kill Ring):
2271 * frames.texi (Window System Selections): Remove cut buffer
2272 documentation.
2273
4abe5bf6
EZ
22742010-08-28 Eli Zaretskii <eliz@gnu.org>
2275
2276 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
2277 Parameters", where the default fringe width is described.
2278
2279 * frames.texi (Window Frame Parameters, Basic Parameters)
2280 (Position Parameters, Layout Parameters, Management Parameters)
2281 (Cursor Parameters, Font and Color Parameters): Add indexing for
2282 frame parameters. (Bug#6929)
2283
fdc76236
TT
22842010-08-25 Tom Tromey <tromey@redhat.com>
2285
2286 * vol2.texi (Top): Update.
2287 * vol1.texi (Top): Update.
2288 * tips.texi (Library Headers): Mention Package-Version and
2289 Package-Requires.
2290 * package.texi: New file.
2291 * os.texi (System Interface): Update pointers.
2292 * elisp.texi (Top): Link to new nodes. Include package.texi.
2293 * anti.texi (Antinews): Update pointers.
2294
1e5c1c80
EZ
22952010-08-25 Eli Zaretskii <eliz@gnu.org>
2296
2297 * processes.texi (Filter Functions): Fix last change.
2298
78e33835
CY
22992010-08-24 Markus Triska <triska@gmx.at>
2300
2301 * processes.texi (Filter Functions): Use `buffer-live-p' instead
2302 of `buffer-name' in the main text as well as in the example
2303 (Bug#3098).
2304
198a7a97
CY
23052010-08-22 Chong Yidong <cyd@stupidchicken.com>
2306
2307 * nonascii.texi (Text Representations):
2308 * loading.texi (Loading Non-ASCII):
2309 * compile.texi (Byte Compilation): Don't mention obsolete
2310 --unibyte command-line argument.
2311
bc7d7ea6
CY
23122010-08-22 Chong Yidong <cyd@stupidchicken.com>
2313
2314 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
2315
b0126eac 23162010-08-22 Chong Yidong <cyd@stupidchicken.com>
96b1842d
CY
2317
2318 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
2319
e8a6cc19
EZ
23202010-08-20 Eli Zaretskii <eliz@gnu.org>
2321
2322 * commands.texi (Misc Events): Add cross-references to where
2323 POSITION of a mouse event is described in detail.
2324
c4e7c63a 23252010-08-08 Christoph Scholtes <cschol2112@googlemail.com>
ee301a7a 2326
c4e7c63a 2327 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
ee301a7a 2328
7815fe19 23292010-08-08 Juanma Barranquero <lekktu@gmail.com>
e8bf5266
JB
2330
2331 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
2332 Suggested by Štěpán Němec <stepnem@gmail.com>.
2333
7815fe19 23342010-08-08 Juanma Barranquero <lekktu@gmail.com>
b4f588fa
JB
2335
2336 * minibuf.texi (High-Level Completion): Document args of
2337 `read-buffer-function' (bug#5625).
2338
8b2dd508
JD
23392010-07-29 Jan Djärv <jan.h.d@swipnet.se>
2340
2341 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
2342
bace45fe
MA
23432010-07-29 Michael Albinus <michael.albinus@gmx.de>
2344
2345 * processes.texi (Process Information): Explain process property
2346 `remote-tty'.
2347
4ce5a4cc
JB
23482010-07-27 Juanma Barranquero <lekktu@gmail.com>
2349
2350 * modes.texi (Defining Minor Modes): Use C-delete in examples,
2351 instead of "\C-\^?" (bug#6334).
2352
1c84bc7a
JB
2353 * text.texi (Special Properties): Fix typo.
2354
b88746ba
EZ
23552010-07-09 Eli Zaretskii <eliz@gnu.org>
2356
2357 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
2358 calling sequences, which are now the standard.
2359
51422d6d
CY
23602010-06-24 Chong Yidong <cyd@stupidchicken.com>
2361
2362 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
2363
2364 * commands.texi (Command Overview): Mention undo-boundary call.
2365
d24880de
GM
23662010-06-23 Glenn Morris <rgm@gnu.org>
2367
2368 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
2369 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
2370 * frames.texi, functions.texi, internals.texi, keymaps.texi:
2371 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
2372 * searching.texi, sequences.texi, strings.texi, syntax.texi:
2373 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
2374 Untabify Texinfo files.
2375
0fc76035
CY
23762010-06-20 Chong Yidong <cyd@stupidchicken.com>
2377
2378 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
2379
5338dc0b
CY
23802010-06-19 Chong Yidong <cyd@stupidchicken.com>
2381
a628ad9d 2382 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
5338dc0b 2383
2c3a3c1d
CY
23842010-06-02 Chong Yidong <cyd@stupidchicken.com>
2385
ba3bf1d9
CY
2386 * searching.texi (Regexp Special): Remove obsolete information
2387 about matching non-ASCII characters, and suggest using char
2388 classes (Bug#6283).
2c3a3c1d 2389
7f4b4249
JB
23902010-05-30 Juanma Barranquero <lekktu@gmail.com>
2391
2392 * minibuf.texi (Basic Completion): Add missing "@end defun".
2393
637821cd
SM
23942010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2395
2396 * minibuf.texi (Basic Completion): Document completion-boundaries.
2397 (Programmed Completion): Document the new fourth method for boundaries.
2398
e13051c3
CY
23992010-05-22 Chong Yidong <cyd@stupidchicken.com>
2400
a628ad9d 2401 * display.texi (Image Cache): Update documentation about image caching.
e13051c3 2402
0235128c 24032010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
2404
2405 * windows.texi (Textual Scrolling):
2406 * tips.texi (Coding Conventions):
2407 * minibuf.texi (Minibuffer History):
2408 * maps.texi (Standard Keymaps):
2409 * loading.texi (Where Defined):
2410 * edebug.texi (Instrumenting): Fix typos.
2411
0235128c 24122010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549 2413
c7c32279
CY
2414 * keymaps.texi (Menu Bar): Document :advertised-binding property.
2415
0235128c
SM
2416 * functions.texi (Obsolete Functions):
2417 Document set-advertised-calling-convention.
eb5ed549
CY
2418
2419 * minibuf.texi (Basic Completion): Document completion-in-region.
2420 (Programmed Completion): Document completion-annotate-function.
2421
2422 * commands.texi (Reading One Event): Document read-key.
2423 (Distinguish Interactive): Document KIND arg to
2424 called-interactively-p. Delete obsolete interactive-p.
2425
2426 * elisp.texi (Top): Update node description.
2427
f8848423
EZ
24282010-05-08 Eli Zaretskii <eliz@gnu.org>
2429
0235128c
SM
2430 * nonascii.texi (Character Properties):
2431 Document unicode-category-table. Add an index entry for Unicode
2432 general category.
2433
24342010-05-07 Chong Yidong <cyd@stupidchicken.com>
2435
2436 * Version 23.2 released.
f8848423 2437
938efb77
JB
24382010-04-20 Juanma Barranquero <lekktu@gmail.com>
2439
2440 * locals.texi (Standard Buffer-Local Variables):
2441 Remove @ignore'd reference to `direction-reversed'.
2442
5854c267
JL
24432010-04-14 Juri Linkov <juri@jurta.org>
2444
2445 Fix @deffn without category.
2446
2447 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
2448 for `abbrev-insert'.
2449
2450 * buffers.texi (Indirect Buffers): Add category `Command'
2451 to @deffn of `clone-indirect-buffer'.
2452
2453 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
2454 for `next-window' and `previous-window'. Add category `Command'
2455 to @deffn of `pop-to-buffer'.
2456
8a14dec7
CY
24572010-04-01 Chong Yidong <cyd@stupidchicken.com>
2458
2459 * nonascii.texi (Text Representations): Don't mark
2460 enable-multibyte-characters as a user option.
2461
7a1831cf
EZ
24622010-03-31 Eli Zaretskii <eliz@gnu.org>
2463
2464 * control.texi (Handling Errors): How to re-throw a signal caught
2465 by condition-case.
2466
c3863713
CY
24672010-03-26 Chong Yidong <cyd@stupidchicken.com>
2468
2469 * loading.texi (Hooks for Loading): Document after-load-functions.
2470 Copyedits.
2471
c333f279
AM
24722010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
2473
2474 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
2475
e867cb5d 24762010-03-24 Chong Yidong <cyd@stupidchicken.com>
f7704e26
CY
2477
2478 * processes.texi (Network Processes): Document seqpacket type.
2479
605f35cd
DN
24802010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
2481
2482 * os.texi (System Environment): Do not mention lynxos.
2483
288f9fc0
CY
24842010-03-10 Chong Yidong <cyd@stupidchicken.com>
2485
2486 * Branch for 23.2.
2487
eed5c93a
CY
24882010-03-06 Chong Yidong <cyd@stupidchicken.com>
2489
2490 * objects.texi (Integer Type): Take note of the read syntax
2491 exception for numbers that cannot fit in the integer type.
2492
1ddd6622
GM
24932010-03-03 Glenn Morris <rgm@gnu.org>
2494
2495 * numbers.texi (Integer Basics, Bitwise Operations):
2496 * objects.texi (Integer Type): Update for integers now being 30-bit.
2497
a908c79a
CY
24982010-02-27 Chong Yidong <cyd@stupidchicken.com>
2499
2500 * display.texi (Low-Level Font): Document :otf font-spec property.
2501
cd61af01
SM
25022010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2503
2504 * display.texi (Line Height): Avoid obsolete special default variables
2505 like default-major-mode.
2506
c02f8fe2
AM
25072010-01-28 Alan Mackenzie <acm@muc.de>
2508
2509 * display.texi (Auto Faces): Say fontification-functions is called
2510 whether or not Font Lock is enabled. Tidy up the wording a bit.
2511
d738d18b
CY
25122010-01-17 Chong Yidong <cyd@stupidchicken.com>
2513
2514 * elisp.texi: Remove duplicate edition information (Bug#5407).
2515
4963739e
JB
25162010-01-17 Juanma Barranquero <lekktu@gmail.com>
2517
2518 * two.el (volume-header-toc-markup): Fix typos in docstring.
2519
c57008f6
SM
25202010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
2521
2522 Avoid dubious uses of save-excursions.
2523 * positions.texi (Excursions): Recommend the use of
2524 save-current-buffer if applicable.
2525 * text.texi (Clickable Text): Fix the example code which used
2526 save-excursion in a naive way which sometimes preserves point and
2527 sometimes not.
2528 * variables.texi (Creating Buffer-Local):
2529 * os.texi (Session Management):
2530 * display.texi (GIF Images):
2531 * control.texi (Cleanups): Use (save|with)-current-buffer.
2532
2f3725cd
EZ
25332010-01-02 Eli Zaretskii <eliz@gnu.org>
2534
2535 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
2536
85eeac93
CY
25372010-01-02 Chong Yidong <cyd@stupidchicken.com>
2538
2539 * nonascii.texi (Text Representations, Character Codes)
2540 (Converting Representations, Explicit Encoding)
2541 (Translation of Characters): Use hex notation consistently.
2542 (Character Sets): Fix map-charset-chars doc (Bug#5197).
2543
4801c5fa
CY
25442010-01-01 Chong Yidong <cyd@stupidchicken.com>
2545
2546 * loading.texi (Where Defined): Make it clearer that these are
2547 loaded files (Bug#5068).
2548
26e533e2
CY
25492009-12-29 Chong Yidong <cyd@stupidchicken.com>
2550
2551 * minibuf.texi (Completion Styles): Document `initials' style.
2552
16d1ff5f
CY
25532009-12-25 Chong Yidong <cyd@stupidchicken.com>
2554
2555 * frames.texi (Resources): Describe inhibit-x-resources.
2556 (Size Parameters): Copyedit.
2557
2558 * hash.texi (Creating Hash):
2559 * objects.texi (Hash Table Type): Document the new hash table
2560 printed representation.
2561
2562 * minibuf.texi (Basic Completion): 4th arg to all-completions is
2563 obsolete.
2564
5dcb4c4e
SM
2565 * processes.texi (Process Buffers):
2566 Document process-kill-buffer-query-function.
16d1ff5f 2567
9a5de3d9
GM
25682009-12-05 Glenn Morris <rgm@gnu.org>
2569
2570 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
2571 diary-display-function, and no longer recommended to be a hook.
2572 Update for changes in the names of calendar and diary hooks.
2573 diary-print-entries-hook has changed section.
2574
b640eb52
EZ
25752009-11-28 Eli Zaretskii <eliz@gnu.org>
2576
2577 * text.texi (Special Properties): More accurate description of
2578 what the `cursor' property does.
2579
be1674ab
KR
25802009-11-26 Kevin Ryde <user42@zip.com.au>
2581
2582 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
2583 mouse-wheel-down-event, the closest thing to a definition for them.
2584 * os.texi (Startup Summary): vindex inhibit-startup-message and
2585 inhibit-splash-screen.
2586 (Command-Line Arguments): vindex argv.
2587 (Suspending Emacs): vindex suspend-tty-functions and
2588 resume-tty-functions. Don't want to index every hook, but having
2589 the programming ones is helpful.
2590
603f5979
CY
25912009-11-14 Chong Yidong <cyd@stupidchicken.com>
2592
2593 * commands.texi (Motion Events): Fix typo (Bug#4907).
2594
4359a806
CY
25952009-11-08 Chong Yidong <cyd@stupidchicken.com>
2596
2597 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
2598 are affected by case-fold-search (Bug#4483).
2599
0f063651
CY
26002009-11-02 Chong Yidong <cyd@stupidchicken.com>
2601
2602 * minibuf.texi (Reading File Names): Note that read-file-name may
2603 use a graphical file dialog.
2604
9bd79893
GM
26052009-10-31 Glenn Morris <rgm@gnu.org>
2606
2607 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
2608
ebe479ec
KR
26092009-10-16 Kevin Ryde <user42@zip.com.au>
2610
2611 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
2612 in particular so `info-lookup-symbol' can find its docs.
2613
2640fa86
CY
26142009-10-16 Chong Yidong <cyd@stupidchicken.com>
2615
2616 * variables.texi (Constant Variables): Distinguish from defconst
2617 variables.
2618 (Defining Variables): Add cindex.
2619
edd6a733
CY
26202009-10-15 Chong Yidong <cyd@stupidchicken.com>
2621
2622 * os.texi (Time of Day): Clarify that the microsecond part is
2623 ignored (Bug#4637).
2624
5feb0b73
GM
26252009-10-11 Glenn Morris <rgm@gnu.org>
2626
2627 * frames.texi (Size and Position): Clarify what is included in the frame
2628 height. (Bug#4535)
2629
0c5413c8
GM
26302009-10-10 Glenn Morris <rgm@gnu.org>
2631
2632 * windows.texi (Size of Window): The relationship between window and
2633 frame heights is not so simple. (Bug#4535)
2634 Mention window-full-height-p.
2635
7f8b600a
SM
26362009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
2637
2638 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
2639 used from Lisp.
2640
6185de1c
EZ
26412009-10-07 Eli Zaretskii <eliz@gnu.org>
2642
7f8b600a
SM
2643 * files.texi (Directory Names) <abbreviate-file-name>:
2644 Document that root home directories are not replaced with "~".
6185de1c 2645
9972911f
EZ
26462009-10-06 Eli Zaretskii <eliz@gnu.org>
2647
2648 * text.texi (Special Properties): Document the meaning of the
2649 `cursor' text property whose value is an integer.
2650
2a3f19ef
MA
26512009-10-05 Michael Albinus <michael.albinus@gmx.de>
2652
2653 * files.texi (Magic File Names): Add `copy-directory'.
2654
804543b5
EZ
26552009-10-05 Eli Zaretskii <eliz@gnu.org>
2656
2657 * files.texi (File Attributes): Fix description of file
2658 attributes. (Bug#4638) Update attributes of files.texi example to
2659 be more representative.
2660
461bf92b
MA
26612009-10-05 Michael Albinus <michael.albinus@gmx.de>
2662
2663 * files.texi (Create/Delete Dirs): New command copy-directory.
2664
a86cd395
JB
26652009-10-04 Juanma Barranquero <lekktu@gmail.com>
2666
2667 * anti.texi (Antinews):
2668 * macros.texi (Indenting Macros):
2669 * strings.texi (Creating Strings, Case Conversion):
2670 Remove duplicate words.
2671
d3080264
MA
26722009-10-01 Michael Albinus <michael.albinus@gmx.de>
2673
2674 * files.texi (Create/Delete Dirs): delete-directory has an
2675 optional parameter RECURSIVE.
2676
85d14563
SM
26772009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
2678
2679 * buffers.texi (Swapping Text): Minor clarification.
2680
3d9842c6
GM
26812009-10-01 Glenn Morris <rgm@gnu.org>
2682
2683 * functions.texi (Declaring Functions): Mention that we also search for
2684 ".m" files in the src/ directory.
2685
78427304
CY
26862009-09-25 David Engster <deng@randomsample.de>
2687
3d9842c6 2688 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
78427304 2689
b578c9cc
GM
26902009-09-22 Glenn Morris <rgm@gnu.org>
2691
2692 * internals.texi (Building Emacs): Mention preloaded-file-list.
2693
beee5da7
AM
26942009-09-14 Alan Mackenzie <acm@muc.de>
2695
2696 * os.texi (Terminal Output): Put "@code{}" around "stdout".
2697
5d6ab672
CY
26982009-09-13 Chong Yidong <cyd@stupidchicken.com>
2699
2700 * functions.texi (Anonymous Functions): Rearrange discussion,
2701 giving usage of unquoted lambda forms first. Mention that
2702 `function' and `#'' are no longer required (Bug#4290).
2703
59375eeb
AM
27042009-09-11 Alan Mackenzie <acm@muc.de>
2705
a86cd395 2706 * os.texi (Terminal Output): Document `send-string-to-terminal' in
59375eeb
AM
2707 batch mode.
2708
e7e2f529
GM
27092009-09-01 Glenn Morris <rgm@gnu.org>
2710
2711 * display.texi (Face Functions): Mention define-obsolete-face-alias.
2712
eae47088
GM
27132009-08-26 Ulrich Mueller <ulm@gentoo.org>
2714
2715 * nonascii.texi (Character Codes): Fix typos.
2716
3691a0a6
MA
27172009-08-25 Michael Albinus <michael.albinus@gmx.de>
2718
2719 * processes.texi (Synchronous Processes): New defvar
2720 process-file-side-effects.
2721
664d56b8
GM
27222009-08-25 Glenn Morris <rgm@gnu.org>
2723
2724 * display.texi (Fontsets): Fix typo.
2725
0706c025
GM
2726 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
2727
03a74b84
SM
27282009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
2729
2730 * processes.texi (Asynchronous Processes): Adjust arglist of
2731 start-process-shell-command and start-file-process-shell-command.
2732
f6de8a37
CY
27332009-08-15 Chong Yidong <cyd@stupidchicken.com>
2734
4b1ed1bb
CY
2735 * advice.texi (Argument Access in Advice): Note that argument
2736 positions are zero-based (Bug#3932).
2737
89a9e058
CY
2738 * commands.texi (Distinguish Interactive): Minor copyedit.
2739
23696fd7
CY
2740 * display.texi (Face Attributes): Add xref to Displaying Faces for
2741 explanation of "underlying face".
2742
f6de8a37
CY
2743 * customize.texi (Common Keywords): Add xref to Loading.
2744
2745 * loading.texi (How Programs Do Loading): Add xref to Lisp
2746 Libraries node in the Emacs manual.
2747
417f77e6
CY
27482009-08-13 Chong Yidong <cyd@stupidchicken.com>
2749
2750 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
2751
0999039c
CY
27522009-07-18 Chong Yidong <cyd@stupidchicken.com>
2753
2754 * processes.texi (Shell Arguments): Copyedits.
2755
9af167bc
GM
27562009-07-18 Glenn Morris <rgm@gnu.org>
2757
2758 * loading.texi (Repeated Loading): Fix typo.
2759
137987ab
RS
27602009-07-16 Richard Stallman <rms@gnu.org>
2761
2762 * buffers.texi (Swapping Text): Recommend setting
2763 write-region-annotate-functions and buffer-saved-size.
2764
2765 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
2766
622fa380
GM
27672009-07-15 Glenn Morris <rgm@gnu.org>
2768
2769 * edebug.texi: Minor re-phrasings throughout.
2770 (Edebug Execution Modes): Sit-for affects continue mode too.
2771 (Jumping): Use `forward-sexp' rather than its keybinding.
2772 (Edebug Misc): Fix Q binding.
2773 (Edebug Eval): Remove cl version.
2774 (Printing in Edebug): Clarify print-length etc.
2775 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
2776 (Specification List): Remove edebug-unwrap findex entry.
2777 (Specification Examples): defmacro is actually not the same as defun.
2778 Escape "`" in example.
2779
6bbd4600
CY
27802009-07-15 Chong Yidong <cyd@stupidchicken.com>
2781
2782 * markers.texi (The Mark): Document optional arg to
2783 deactivate-mark.
2784
e538d479
GM
27852009-07-11 Kevin Ryde <user42@zip.com.au>
2786
2787 * hooks.texi (Standard Hooks): Fix cross-references.
2788
4c98b9ed
GM
2789 * loading.texi (Named Features): Refer to eval-after-load.
2790
5300838c
GM
27912009-07-11 Glenn Morris <rgm@gnu.org>
2792
64fbeb16
GM
2793 * Makefile.in (TEXI2PDF): New.
2794 (elisp.pdf): New target.
2795
4c98b9ed
GM
2796 * searching.texi (Regexp Backslash): Fix typo.
2797
2798 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5300838c 2799
51d9979c
GM
28002009-07-10 Glenn Morris <rgm@gnu.org>
2801
561c0216
GM
2802 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
2803
5b594a58
GM
2804 * customize.texi (Customization Types):
2805 * display.texi (Abstract Display):
0cc8c85a 2806 * objects.texi (Character Type, String Type):
5b594a58 2807 Merge in some menu descriptions from elisp.texi.
51d9979c 2808
c3cbbb40
GM
2809 * hash.texi (Hash Tables):
2810 * modes.texi (Multiline Font Lock):
2811 End menu description with period.
fe42c16a 2812
28528402
GM
28132009-07-09 Glenn Morris <rgm@gnu.org>
2814
2815 * back.texi: Don't hard-code texinfo location.
2816
2817 * two-volume.make (texinfodir): New, with location of texinfo.tex.
2818 (tex): Add texinfodir to TEXINPUTS.
2819 (elisp1med-init, elisp2med-init): Use texinfodir.
2820
2821 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
2822 (clean): Add two-volume.make intermediate files.
2823
2824 * elisp.texi, vol1.texi, vol2.texi:
2825 Use a DATE variable with the publication date, and update it.
2826 Fix antinews menu description.
2827
2828 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
2829 Update the detailed node listing to match elisp.texi.
2830
2831 * README: Update edition to match elisp.texi.
2832
2833 * objects.texi (General Escape Syntax):
2834 * nonascii.texi (Character Sets):
2835 Use consistent case for "Unicode Standard".
2836
2837 * anti.texi (Antinews):
2838 * customize.texi (Variable Definitions):
2839 * functions.texi (Declaring Functions):
2840 * nonascii.texi (Character Properties):
2841 * processes.texi (Serial Ports):
2842 * text.texi (Special Properties):
2843 * tips.texi (Coding Conventions):
2844 Minor rearrangements to improve TeX line-filling.
2845
2846 * commands.texi (Using Interactive): Fix cross-reference.
2847
17db8e10
JD
28482009-07-01 Jan Djärv <jan.h.d@swipnet.se>
2849
2850 * frames.texi (Management Parameters): Mention sticky.
2851
77c7e2e1
AS
28522009-07-01 Andreas Schwab <aschwab@redhat.com>
2853
2854 * help.texi (Help Functions): Fix description of help-buffer and
2855 help-setup-xref to use @defun instead of @deffn.
2856
3f1c6666
JD
28572009-07-01 Jan Djärv <jan.h.d@swipnet.se>
2858
2859 * frames.texi (Size Parameters): Mention maximized for fullscreen.
2860
ca27c21b
CY
28612009-06-24 Chong Yidong <cyd@stupidchicken.com>
2862
2863 * display.texi (Window Systems): Add ns to the list.
2864
70243478
CY
28652009-06-21 Chong Yidong <cyd@stupidchicken.com>
2866
2867 * Branch for 23.1.
2868
df006536
MR
28692009-06-17 Martin Rudalics <rudalics@gmx.at>
2870
2871 * windows.texi (Dedicated Windows): Fix typo.
2872 (Resizing Windows): Replace @defun by @deffn.
2873
d259fc4b
GM
28742009-06-17 Glenn Morris <rgm@gnu.org>
2875
2876 * variables.texi (Directory Local Variables):
2877 Update for 2009-04-11 name-change of dir-locals-directory-alist.
2878
30781db6
KH
28792009-06-09 Kenichi Handa <handa@m17n.org>
2880
2881 * nonascii.texi (Character Sets): State clearly that FROM and TO
2882 are codepoints of CHARSET.
2883
62e8099c
CY
28842009-06-07 Chong Yidong <cyd@stupidchicken.com>
2885
2886 * minibuf.texi (Reading File Names): Fix introductory text.
2887 Suggested by stan@derbycityprints.com.
2888 (High-Level Completion): Fix typo.
2889
ee1b1917
CY
28902009-05-28 Chong Yidong <cyd@stupidchicken.com>
2891
2892 * frames.texi (Text Terminal Colors): Multi-tty is already
2893 implemented, but tty-local colors are not.
2894
5df647e8
CY
28952009-05-27 Chong Yidong <cyd@stupidchicken.com>
2896
2897 * hooks.texi (Standard Hooks): Remove mention of obsolete
2898 redisplay-end-trigger-functions.
2899
2900 * internals.texi (Window Internals): Remove mention of obsolete
2901 redisplay-end-trigger-functions.
2902
01f17ae2
MR
29032009-05-21 Martin Rudalics <rudalics@gmx.at>
2904
2905 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
2906
2907 * backups.texi (Making Backups): backup-directory-alist and
2908 make-backup-file-name-function are options.
2909 (Auto-Saving): auto-save-list-file-prefix is an option.
2910
2911 * buffers.texi (Killing Buffers): buffer-offer-save is an
2912 option.
2913
2914 * display.texi (Refresh Screen): no-redraw-on-reenter is an
2915 option.
2916 (Echo Area Customization): echo-keystrokes is an option.
2917 (Selective Display): selective-display-ellipses is an option.
2918 (Temporary Displays): temp-buffer-show-function is an option.
2919 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
2920 are options.
2921 (Font Selection): face-font-family-alternatives,
2922 face-font-selection-order, face-font-registry-alternatives, and
2923 scalable-fonts-allowed are options.
2924 (Fringe Indicators): indicate-buffer-boundaries is an option.
2925 (Fringe Cursors): overflow-newline-into-fringe is an option.
2926 (Scroll Bars): scroll-bar-mode is an option.
2927
2928 * eval.texi (Eval): max-lisp-eval-depth is an option.
2929
2930 * files.texi (Visiting Functions): find-file-hook is an option.
2931 (Directory Names): directory-abbrev-alist is an option.
2932 (Unique File Names): temporary-file-directory and
2933 small-temporary-file-directory are options.
2934
2935 * frames.texi (Initial Parameters): initial-frame-alist,
2936 minibuffer-frame-alist and default-frame-alist are options.
2937 (Cursor Parameters): blink-cursor-alist and
2938 cursor-in-non-selected-windows ar options.
2939 (Window System Selections): selection-coding-system is an
2940 option.
2941 (Display Feature Testing): display-mm-dimensions-alist is an
2942 option.
2943
2944 * help.texi (Help Functions): help-char and help-event-list are
2945 options.
2946
2947 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
2948 an option.
2949
2950 * minibuf.texi (Minibuffer History): history-length and
2951 history-delete-duplicates are options.
2952 (High-Level Completion): read-buffer-function and
2953 read-buffer-completion-ignore-case are options.
2954 (Reading File Names): read-file-name-completion-ignore-case is
2955 an option.
2956
2957 * modes.texi (Mode Line Top): mode-line-format is an option.
2958 (Mode Line Variables): mode-line-position and mode-line-modes
2959 are options.
2960
2961 * nonascii.texi (Text Representations):
2962 enable-multibyte-characters is an option.
2963 (Default Coding Systems): auto-coding-regexp-alist,
2964 file-coding-system-alist, auto-coding-alist and
2965 auto-coding-functions are options.
2966 (Specifying Coding Systems): inhibit-eol-conversion is an
2967 option.
2968
2969 * os.texi (Init File): site-run-file is an option.
2970 (System Environment): mail-host-address is an option.
2971 (User Identification): user-mail-address is an option.
2972 (Terminal Output): baud-rate is an option.
2973
2974 * positions.texi (Word Motion): words-include-escapes is an
2975 option.
2976
2977 * searching.texi (Standard Regexps): page-delimiter,
2978 paragraph-separate, paragraph-separate and sentence-end are
2979 options.
2980
2981 * text.texi (Margins): left-margin and fill-nobreak-predicate
2982 are options.
2983
2984 * variables.texi (Local Variables): max-specpdl-size is an
2985 option.
2986
2987 * windows.texi (Choosing Window):
2988 split-window-preferred-function, special-display-function and
2989 display-buffer-function are options.
2990
106e6894
CY
29912009-05-20 Chong Yidong <cyd@stupidchicken.com>
2992
4a83454d
CY
2993 Fix errors spotted by Martin Rudalics.
2994
106e6894
CY
2995 * syntax.texi (Position Parse): Document rationale for ignored
2996 arguments to syntax-ppss-flush-cache.
2997
2998 * processes.texi (Input to Processes): Mark PROCESS arg to
2999 process-running-child-p as optional.
3000 (Network Options): Document NO-ERROR arg to
3001 set-network-process-option.
3002
3003 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
3004 command.
3005
3006 * searching.texi (POSIX Regexps): Mark posix-search-forward and
3007 posix-search-backward as commands.
3008
3009 * os.texi (Killing Emacs): Mark kill-emacs as a command.
3010 (Suspending Emacs): Mark suspend-emacs as a command.
3011 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
3012 commands.
5dcb4c4e
SM
3013 (Terminal Output): Remove obsolete function baud-rate.
3014 Document TERMINAL arg for send-string-to-terminal.
106e6894
CY
3015
3016 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
3017 terminal-coding-system and set-terminal-coding-system.
3018 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
3019 as optional.
3020 (Character Sets): Document RESTRICTION arg of char-charset.
3021 (Character Codes): Mark POS argument to get-byte as optional.
3022
3023 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
3024 minibuffer-message.
3025
3026 * files.texi (Create/Delete Dirs): Mark make-directory and
3027 delete-directory as commands.
3028
3029 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
3030
3031 * text.texi (Base 64): Mark base64-decode-string and
3032 base64-encode-string as commands.
3033 (Columns): Mark move-to-column as a command.
3034 (Mode-Specific Indent): Document RIGID arg to
3035 indent-for-tab-command.
3036 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
3037 Mark indent-code-rigidly as a command.
3038 (Substitution): Mark translate-region as a command.
3039
3040 * frames.texi (Size and Position): Remove obsolete functions
3041 screen-height and screen-width.
3042
04173931
CY
30432009-05-19 Chong Yidong <cyd@stupidchicken.com>
3044
3045 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
3046 (Displaying Buffers, Resizing Windows): Correct mistakes;
3047 next-window, previous-window, and pop-to-buffer are not commands,
3048 and fit-window-to-buffer" is a command. (Pointed out by Martin
3049 Rudalics.)
3050
eae7d8f8
RS
30512009-05-17 Richard M Stallman <rms@gnu.org>
3052
3053 * modes.texi (Precalculated Fontification): Clarify text.
3054
b8766179
MR
30552009-05-17 Martin Rudalics <rudalics@gmx.at>
3056
3057 * windows.texi (Selecting Windows): Clarify descriptions of
3058 with-selected-window and get-lru-window.
3059 (Cyclic Window Ordering): Refer to particular frame when talking
3060 about how splitting affects the ordering.
3061 (Displaying Buffers): Fix descriptions of switch-to-buffer and
3062 switch-to-buffer-other-window. Explain how setting of
3063 display-buffer-reuse-frames affects pop-to-buffer.
3064 (Choosing Window): Clarify some details in descriptions of
3065 display-buffer-reuse-frames, pop-up-frames, and
3066 pop-up-frame-function.
3067 (Dedicated Windows): Clarify some details.
3068 (Textual Scrolling): Replace term vscroll by term vertical
3069 scroll position.
3070 (Vertical Scrolling): Fix typo.
3071 (Window Hooks): Relate text on jit-lock-register to window
3072 scrolling and size changes.
3073
734b5e3b
CY
30742009-05-14 Chong Yidong <cyd@stupidchicken.com>
3075
0a65633e
CY
3076 * frames.texi (Initial Parameters): Clarify what the initial
3077 minibuffer frame is.
05be46d7
CY
3078 (Buffer Parameters): Note that the minibuffer parameter can not be
3079 altered.
0a65633e 3080
734b5e3b
CY
3081 * anti.texi (Antinews): Copyedits. Rearrange some entries.
3082 Document display-buffer changes.
3083
925672cd
CY
30842009-05-13 Chong Yidong <cyd@stupidchicken.com>
3085
17ecd7af
CY
3086 * anti.texi (Antinews): Rewrite for Emacs 22.
3087
925672cd
CY
3088 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
3089 obarrays are first mentioned. Define "system abbrev" more
3090 prominently, and add it to the index.
3091 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
3092 Copyedits.
3093 (Abbrev Expansion): Document abbrev-insert.
3094
80be4dd7
CY
30952009-05-12 Chong Yidong <cyd@stupidchicken.com>
3096
3097 * frames.texi (Font and Color Parameters): Rename from Color
3098 Parameters. Document font-backend parameter.
3099
3100 * vol2.texi (Top): Update node listing.
3101 * vol1.texi (Top): Update node listing.
3102 * elisp.texi (Top): Update node listing.
3103
372a93ac
MR
31042009-05-11 Martin Rudalics <rudalics@gmx.at>
3105
3106 * windows.texi (Choosing Window): Don't explicitly refer to
3107 split-window-sensibly's window argument in descriptions of
3108 split-height-threshold and split-width-threshold.
3109
714c3541
MR
31102009-05-10 Martin Rudalics <rudalics@gmx.at>
3111
3112 * windows.texi (Choosing Window): Fix rewrite of window
3113 splitting section.
3114
0e90e7be
EZ
31152009-05-09 Eli Zaretskii <eliz@gnu.org>
3116
f4e90db0
SM
3117 * nonascii.texi (Default Coding Systems):
3118 Document find-auto-coding, set-auto-coding, and auto-coding-alist.
5dcb4c4e 3119 Add indexing.
0e90e7be
EZ
3120 (Lisp and Coding Systems): Add index entries.
3121
d3c0c321
MR
31222009-05-09 Martin Rudalics <rudalics@gmx.at>
3123
3124 * windows.texi (Choosing Window): Describe split-window-sensibly
3125 and rewrite section on window splitting accordingly.
3126 (Textual Scrolling): Replace `...' by @code{...}.
3127
c773345a
CY
31282009-05-04 Chong Yidong <cyd@stupidchicken.com>
3129
ee2d5b5e
CY
3130 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
3131 Remove obsoleted pre-abbrev-expand-hook.
3132
3133 * locals.texi (Standard Buffer-Local Variables): Consolidate table
3134 entries.
3135
c773345a
CY
3136 * internals.texi (Object Internals): Don't assume 32-bit machines
3137 are the norm.
3138 (Buffer Internals): Consolidate table entries for readability.
ee2d5b5e
CY
3139 (Window Internals): Synch field names to window.h.
3140 (Process Internals): Synch field names to process.h.
c773345a 3141
dd449674
CY
31422009-04-29 Chong Yidong <cyd@stupidchicken.com>
3143
3144 * variables.texi (File Local Variables): Note that read-circle is
3145 bound to nil when reading file-local variables.
3146
3147 * streams.texi (Input Functions): Document read-circle.
3148 (Output Variables): Add xref to Circular Objects.
3149
4f1e25e2
CY
31502009-04-25 Chong Yidong <cyd@stupidchicken.com>
3151
3152 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
3153 Features and Coding System Basics. Node that "p" stands for
3154 "predicate". Recommend utf-8-emacs instead of emacs-mule.
3155 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
3156 mouse-appearance-menu.
3157 (Programming Tips): Add xref to Progress.
3158
dca019f8
CY
31592009-04-22 Chong Yidong <cyd@stupidchicken.com>
3160
5dcb4c4e
SM
3161 * os.texi (Command-Line Arguments):
3162 Document command-line-args-left.
dca019f8
CY
3163 (Suspending Emacs): Adapt text to multi-tty case. Document use of
3164 terminal objects for tty arguments.
3165 (Startup Summary): Add xref to Session Management.
3166 (Session Management): Mention emacs-session-restore. Copyedits.
3167
02a89103
CY
31682009-04-20 Chong Yidong <cyd@stupidchicken.com>
3169
3170 * os.texi (Startup Summary): Copyedits. The init file is not
3171 necessarily named .emacs now. Document initial-buffer-choice and
3172 initial-scratch-message. Note where Emacs exits in batch mode.
3173 Document inhibit-splash-screen as an alias.
3174 (Init File): Be neutral about which init file name to use.
3175
31762009-04-16 Chong Yidong <cyd@stupidchicken.com>
3177
3178 * os.texi (System Interface): Fix Texinfo usage.
3179
0c1cfe01
CY
31802009-04-15 Chong Yidong <cyd@stupidchicken.com>
3181
80d7cdca
CY
3182 * searching.texi (Regexp Backslash): Also refer to shy groups as
3183 non-capturing or unnumbered groups.
3184 (Regexp Functions): Add cross-reference to Regexp Backslash.
3185
0c1cfe01
CY
3186 * display.texi (Truncation): Overlays can use line-prefix and
3187 wrap-prefix too.
3188 (Overlay Properties): Document wrap-prefix and line-prefix.
3189 (Face Attributes): Document underline-minimum-offset.
3190 (Face Remapping): Copyedits.
3191 (Low-Level Font): Copyedits.
3192 (Image Cache): Note that the image cache is shared between frames.
ed8ab760
CY
3193 (Line Height): Emphasize that line-spacing only takes effect on
3194 graphical terminals.
0c1cfe01 3195
c4adeee0
CY
31962009-04-13 Chong Yidong <cyd@stupidchicken.com>
3197
3198 * display.texi (Refresh Screen): Note that a passage about screen
3199 refreshing is text terminal only.
3200 (Forcing Redisplay): Delete misleading comment---sit-for calls
3201 redisplay, not the other way around.
3202 (Truncation): Note new values of truncate-partial-width-windows.
3203 Copyedits.
3204 (Invisible Text): Document invisible-p.
3205
b20ecfa1
EZ
32062009-04-11 Eli Zaretskii <eliz@gnu.org>
3207
3208 * display.texi (Overlays): Overlays don't scale well. See
3209 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
3210
97d8273f
CY
32112009-04-10 Chong Yidong <cyd@stupidchicken.com>
3212
f147ff75
CY
3213 * syntax.texi (Syntax Table Functions): Document cons cell
3214 argument for modify-syntax-entry.
3215 (Categories): Document cons cell argument for
3216 modify-category-entry.
3217
fca4ec76
CY
3218 * searching.texi (String Search): Document word-search-forward-lax
3219 and word-search-backward-lax.
3220 (Searching and Case): Describe isearch behavior more precisely.
3221
9c283d5b
CY
3222 * keymaps.texi (Tool Bar): Mention that some platforms do not
3223 support multi-line toolbars. Suggested by Stephen Eglen.
3224
3225 * frames.texi (Layout Parameters): Mention that Nextstep also
3226 allows only one tool-bar line. Suggested by Stephen Eglen.
3227
97d8273f
CY
3228 * nonascii.texi (Text Representations): Copyedits.
3229 (Coding System Basics): Also mention utf-8-emacs.
3230 (Converting Representations, Selecting a Representation)
3231 (Scanning Charsets, Translation of Characters, Encoding and I/O):
3232 Copyedits.
3233 (Character Codes): Mention role of codepoints 1114112 to 4194175.
3234
2bad3299
CY
32352009-04-09 Chong Yidong <cyd@stupidchicken.com>
3236
3237 * text.texi (Yank Commands): Note that yank uses push-mark.
5dcb4c4e
SM
3238 (Filling): Clarify REGION argument of fill-paragraph.
3239 Document fill-forward-paragraph-function.
2bad3299
CY
3240 (Special Properties): Remove "new in Emacs 22" declaration.
3241 (Clickable Text): Merge with Links and Mouse-1 node.
3242
5dcb4c4e
SM
3243 * display.texi (Button Properties, Button Buffer Commands):
3244 Change xref to Clickable Text.
2bad3299
CY
3245
3246 * tips.texi (Key Binding Conventions): Change xref to Clickable
3247 Text.
3248
3249 * elisp.texi (Top): Update node listing.
3250
ea30ce4f
CY
32512009-04-05 Chong Yidong <cyd@stupidchicken.com>
3252
47af2f4b
CY
3253 * markers.texi (The Mark): Copyedits. Improve description of
3254 handle-shift-selection.
3255 (The Region): Move use-region-p here from The Mark.
3256
ea30ce4f
CY
3257 * positions.texi (Screen Lines): Document (cols . lines) argument
3258 for vertical-motion.
3259
2aa8ea6e
CY
32602009-04-04 Chong Yidong <cyd@stupidchicken.com>
3261
3ec61d4e
CY
3262 * frames.texi (Frames): Clean up introduction. Document `ns'
3263 return value for framep.
3264 (Creating Frames): Note how the terminal is chosen.
3265 (Multiple Terminals, Multiple Displays): Merge into a single node.
3266 (Color Parameters): Fix typo.
3267
3268 * variables.texi (Local Variables, Buffer-Local Variables)
3269 (Creating Buffer-Local): Change link to Multiple Terminals.
3270
3271 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
3272
3273 * keymaps.texi (Controlling Active Maps): Change link to Multiple
3274 Terminals.
3275
3276 * commands.texi (Command Loop Info, Keyboard Macros): Change link
3277 to Multiple Terminals.
3278
3279 * elisp.texi (Top): Update node listing.
3280 * vol2.texi (Top): Update node listing.
3281 * vol1.texi (Top): Update node listing.
3282
9257072f
CY
3283 * buffers.texi (Current Buffer): Note that the append-to-buffer
3284 example is no longer in synch with the latest code. Tie the two
3285 examples together.
3286
2aa8ea6e
CY
3287 * files.texi (File Attributes): Move note about MS-DOS from
3288 Changing Files to File Attributes.
3289 (Create/Delete Dirs): Note that mkdir is an alias for this.
3290
22e74b17
CY
32912009-04-01 Markus Triska <triska@gmx.at>
3292
3293 * processes.texi (Filter Functions): Suggest how to handle output
3294 batches.
3295
4bbe48ec
CY
32962009-03-30 Chong Yidong <cyd@stupidchicken.com>
3297
3298 * help.texi (Accessing Documentation): Update example to use
3299 help-setup-xref and with-help-window.
3300 (Help Functions): Remove print-help-return-message, which is
3301 semi-obsolete due to with-help-window. Document help-buffer and
3302 help-setup-xref.
3303
b9723f39
CY
33042009-03-29 Chong Yidong <cyd@stupidchicken.com>
3305
5dcb4c4e
SM
3306 * help.texi (Accessing Documentation, Help Functions):
3307 Remove information about long-obsolete Emacs versions.
9eb52e90 3308
b9723f39
CY
3309 * modes.texi (Mode Line Variables): The default values of the mode
3310 line variables are now more complicated.
3311
b0cc32db
CY
33122009-03-28 Chong Yidong <cyd@stupidchicken.com>
3313
3c25a5a9
CY
3314 * modes.texi (Major Mode Conventions): Note that specialness is
3315 inherited.
31c9eebb
CY
3316 (Derived Modes): Note that define-derive-mode sets the mode-class
3317 property.
3c25a5a9 3318
b0cc32db
CY
3319 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
3320 goto-map. Add search-map to the list.
3321
c5e0006d
EZ
33222009-03-27 Eli Zaretskii <eliz@gnu.org>
3323
1213465a
EZ
3324 * os.texi (System Environment): Update the list of system-type
3325 values.
3326
c5e0006d
EZ
3327 * markers.texi (The Mark) <handle-shift-selection>: Update for
3328 removal of the optional argument DEACTIVATE.
3329
48bab3d6
CY
33302009-03-25 Chong Yidong <cyd@stupidchicken.com>
3331
3332 * commands.texi (Focus Events): Most X window managers don't use
3333 focus-follows-mouse nowadays.
3334
6e4ff1b6
CY
33352009-03-24 Chong Yidong <cyd@stupidchicken.com>
3336
3337 * commands.texi (Defining Commands): Clarify introduction.
3338 (Using Interactive): Not that interactive can be put in a symbol
3339 property.
3340 (Interactive Call): Note that a symbol with a non-nil
3341 interactive-form property satisfies commandp.
3342
11625308
JB
33432009-03-23 Juanma Barranquero <lekktu@gmail.com>
3344
3345 * minibuf.texi (Intro to Minibuffers): Fix typos.
3346
7b34420d
CY
33472009-03-23 Chong Yidong <cyd@stupidchicken.com>
3348
3349 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
5dcb4c4e
SM
3350 about minibuffers in old Emacs versions. Copyedits.
3351 Emphasize that enable-recursive-minibuffers defaults to nil.
7b34420d
CY
3352 (Text from Minibuffer): Simplify introduction.
3353
f9257eed
AM
33542009-03-22 Alan Mackenzie <acm@muc.de>
3355
3356 * commands.texi (Using Interactive): Clarify string argument to
3357 `interactive' - even promptless elements need \n separators.
3358
f639ba70
CY
33592009-03-18 Chong Yidong <cyd@stupidchicken.com>
3360
3361 * minibuf.texi (Completion Styles): New node.
3362
3363 * elisp.texi (Top): Update node listing.
3364
d897e8ee
CY
33652009-03-17 Chong Yidong <cyd@stupidchicken.com>
3366
3367 * minibuf.texi (Basic Completion): Note that
3368 read-file-name-completion-ignore-case and
3369 read-buffer-completion-ignore-case can override
3370 completion-ignore-case.
3371 (Minibuffer Completion): Document completing-read changes.
3372 (Completion Commands): Avoid mentioning partial completion mode.
3373 Document minibuffer-completion-confirm changes, and
3374 minibuffer-confirm-exit-commands.
3375 (High-Level Completion): Document new require-match behavior for
3376 read-buffer. Document read-buffer-completion-ignore-case.
3377 (Reading File Names): Document new require-match behavior for
3378 read-file-name.
3379
b1f23349
CY
33802009-03-14 Chong Yidong <cyd@stupidchicken.com>
3381
3382 * debugging.texi (Error Debugging): Don't mislead the reader into
3383 thinking that debug-on-error enters debugger for C-f at EOB.
3384 (Error Debugging): Setting debug-on-init within the init file
3385 works, and has for some time.
3386
d6eb4e25
KH
33872009-03-13 Kenichi Handa <handa@m17n.org>
3388
3389 * display.texi (Fontsets): Update the description.
3390
1cf53dc5
CY
33912009-03-13 Chong Yidong <cyd@stupidchicken.com>
3392
3393 * advice.texi (Advising Primitives): Link to What Is a Function.
3394
81f919fc
CY
33952009-03-12 Chong Yidong <cyd@stupidchicken.com>
3396
cf4229eb
CY
3397 * compile.texi (Speed of Byte-Code): Update example.
3398 (Disassembly): Update examples.
3399
81f919fc 3400 * loading.texi (Repeated Loading): Simplify examples.
f2bbc08c
CY
3401
3402 * customize.texi (Common Keywords): It's not necessary to use :tag
3403 to remove hyphens, as custom-unlispify-tag-name does it
3404 automatically.
5dcb4c4e
SM
3405 (Variable Definitions): Link to File Local Variables.
3406 Document customized-value symbol property.
f2bbc08c
CY
3407 (Customization Types): Move menu to end of node.
3408
955964d7
CY
34092009-03-10 Chong Yidong <cyd@stupidchicken.com>
3410
3411 * macros.texi (Compiling Macros): Omit misleading sentence, which
3412 implied that macros can only be used in the same file they are
3413 defined.
3414 (Backquote): Remove obsolete information about Emacs 19.
3415
d25ed7db
GM
34162009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
3417
3418 * display.texi (Display Margins): Fix paren typo.
3419
d55f6ca5
CY
34202009-02-27 Chong Yidong <cyd@stupidchicken.com>
3421
f0e57ed8
CY
3422 * elisp.texi (Top): Update node listing.
3423
3424 * variables.texi (Variables): Clarify introduction.
3425 (Global Variables): Mention that setq is a special form.
3426 (Local Variables): Use active voice.
3427 (Tips for Defining): Mention marking variables as safe.
3428 (Buffer-Local Variables): Mention terminal-local and frame-local
3429 variables together.
3430 (File Local Variables): Copyedits.
3431 (Frame-Local Variables): Note that they are not really useful.
3432 (Future Local Variables): Node deleted.
3433
d55f6ca5 3434 * objects.texi (General Escape Syntax): Update explanation of
fe7a3057 3435 Unicode escape syntax.
d55f6ca5 3436
ca8f09a8
CY
34372009-02-23 Chong Yidong <cyd@stupidchicken.com>
3438
3439 * control.texi (Control Structures): Add cindex entry for "textual
3440 order".
3441
3442 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
3443 instead of "expression" throughout.
3444 (Function Indirection): Copyedits. Use active voice.
3445 (Eval): The default value of max-lisp-eval-depth is now 400.
3446
a20878b6
MB
34472009-02-23 Miles Bader <miles@gnu.org>
3448
3449 * processes.texi (System Processes): Rename `system-process-attributes'
3450 to `process-attributes'.
3451
61f66044
CY
34522009-02-22 Chong Yidong <cyd@stupidchicken.com>
3453
1b80d1f3
CY
3454 * symbols.texi (Property Lists): Emphasize that property lists are
3455 not restricted to symbol cells.
3456 (Other Plists): Copyedit.
3457
61f66044
CY
3458 * sequences.texi (Sequences Arrays Vectors): Make introduction
3459 more concise.
3460 (Arrays): Mention char-tables and bool-vectors too.
3461 (Vectors): Don't repeat information given in Arrays node. Link to
3462 nodes that explain the vector usage examples.
3463 (Char-Tables): Note that char-table elements can have arbitrary
3464 type. Explain effect of omitted char-table-extra-slots property.
8a63cf41 3465 Link to Property Lists node.
61f66044 3466
9403944b
CY
34672009-02-22 Chong Yidong <cyd@stupidchicken.com>
3468
3469 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
3470 `append'.
4068c7b4 3471 (List Elements): Copyedits.
9403944b
CY
3472
3473 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
3474 of `vconcat'.
3475
3476 * strings.texi (Creating Strings): Copyedits. Remove obsolete
3477 Emacs 20 usage of `concat'.
3478 (Case Conversion): Copyedits.
3479
b87a185f
CY
34802009-02-21 Chong Yidong <cyd@stupidchicken.com>
3481
3482 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
3483 Minor edits.
3484 (Frame Configuration Type): Emphasize that it is not primitive.
3485 (Font Type): New node.
3486 (Type Predicates): Add fontp; type-of now recognizes font object
3487 types.
3488
3489 * intro.texi (Version Info): Update version numbers in examples.
3490 (Acknowledgements): List more contributors.
3491
3492 * elisp.texi: Bump version number to 3.0.
3493 (Top): Link to Font Type node.
3494
867d4bb3
JB
34952009-02-20 Juanma Barranquero <lekktu@gmail.com>
3496
3497 * modes.texi (Major Mode Conventions): Remove duplicate words.
3498 (Customizing Keywords): Fix typo.
3499
77730170
EZ
35002009-02-14 Eli Zaretskii <eliz@gnu.org>
3501
3502 * nonascii.texi (User-Chosen Coding Systems): Document that
3503 select-safe-coding-system suggests raw-text if there are raw bytes
3504 in the region.
3505 (Explicit Encoding): Warn not to use `undecided' when encoding.
3506
c8736212
GM
35072009-02-11 Glenn Morris <rgm@gnu.org>
3508
3509 * frames.texi (Visibility of Frames): Mention the effect multiple
3510 workspaces/desktops can have on visibility.
3511
ab992d66
EZ
35122009-02-07 Eli Zaretskii <eliz@gnu.org>
3513
c8736212
GM
3514 * text.texi (Commands for Insertion):
3515 * commands.texi (Event Mod):
3516 * keymaps.texi (Searching Keymaps):
5dcb4c4e
SM
3517 * nonascii.texi (Translation of Characters):
3518 Reinstate documentation of translation-table-for-input.
7d2a859f
EZ
3519 (Explicit Encoding): Document the `charset' text property produced
3520 by decode-coding-region and decode-coding-string.
ab992d66 3521
e651a255
AM
35222009-01-27 Alan Mackenzie <acm@muc.de>
3523
3524 * modes.texi (Search-based Fontification): Correct a typo.
3525
bc5cde4b
JB
35262009-01-25 Juanma Barranquero <lekktu@gmail.com>
3527
3528 * abbrevs.texi (Abbrev Table Properties): Fix typo.
3529 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
3530
3533155b
EZ
35312009-01-24 Eli Zaretskii <eliz@gnu.org>
3532
f721deda
EZ
3533 * display.texi (Window Systems): Document the value of
3534 `initial-window-system' under --daemon.
3535
3533155b
EZ
3536 * os.texi (System Environment): Remove description of the
3537 `environment' function which has been deleted.
3538
f79b43b2
DN
35392009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
3540
3541 * frames.texi (Multiple Displays): Remove documentation for
3542 removed function make-frame-on-tty.
3543
e3aa6669
CY
35442009-01-22 Chong Yidong <cyd@stupidchicken.com>
3545
3546 * files.texi (Format Conversion Piecemeal): Clarify behavior of
5dcb4c4e
SM
3547 write-region-annotate-functions.
3548 Document write-region-post-annotation-function.
e3aa6669 3549
fb13a416
CY
35502009-01-19 Chong Yidong <cyd@stupidchicken.com>
3551
3552 * display.texi (Font Lookup): Document WIDTH argument of
3553 x-list-fonts.
3554
02eccf6b
EZ
35552009-01-17 Eli Zaretskii <eliz@gnu.org>
3556
ead3f58d
EZ
3557 * maps.texi (Standard Keymaps): Rename function-key-map to
3558 local-function-key-map.
3559
3560 * keymaps.texi (Translation Keymaps): Rename function-key-map to
3561 local-function-key-map.
3562
3563 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
3564 and `set-keyboard-coding-system' now accept an optional terminal
3565 argument.
3566
3567 * commands.texi (Event Mod): `keyboard-translate-table' is now
3568 terminal-local.
3569 (Function Keys): Rename function-key-map to
3570 local-function-key-map.
3571
df05a163
EZ
3572 * elisp.texi (Top): Make @detailmenu be consistent with changes in
3573 frames.texi.
3574
0ed8034e 3575 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
490f1197
EZ
3576 `delete-terminal-functions', `suspend-tty-functions' and
3577 `resume-tty-functions'.
0ed8034e
EZ
3578
3579 * frames.texi (Frames): Document `frame-terminal' and
3580 `terminal-live-p'.
3581 (Multiple Displays): Document `make-frame-on-tty'.
3582 (Multiple Terminals): Document `terminal-list', `delete-terminal',
3583 `terminal-name', and `get-device-terminal'.
490f1197
EZ
3584 (Terminal Parameters): Document `terminal-parameters',
3585 `terminal-parameter', and `set-terminal-parameter'.
0ed8034e
EZ
3586
3587 * os.texi (System Environment): Document `environment' and
3588 `initial-environment'.
490f1197
EZ
3589 (Suspending Emacs): Update for multi-tty; document
3590 `suspend-tty', `resume-tty', and `controlling-tty-p'.
0ed8034e 3591
02eccf6b
EZ
3592 * nonascii.texi (Coding System Basics): More accurate description
3593 of `raw-text'.
3594
f19fea97
JB
35952009-01-12 Juanma Barranquero <lekktu@gmail.com>
3596
3597 * display.texi (Low-Level Font): Fix typo.
3598
16fa292f
CY
35992009-01-10 Chong Yidong <cyd@stupidchicken.com>
3600
3601 * elisp.texi (Top): Update node listing.
3602
3603 * display.texi (PostScript Images): Node deleted.
3604
0b4faef3
EZ
36052009-01-10 Eli Zaretskii <eliz@gnu.org>
3606
3355f04d
EZ
3607 * processes.texi (Decoding Output): Document that null bytes force
3608 no-conversion for reading process output.
3609
3610 * files.texi (Reading from Files): Document that null bytes force
3611 no-conversion when visiting files.
3612
11625308 3613 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
538395d9 3614
5dcb4c4e
SM
3615 * nonascii.texi (Lisp and Coding Systems):
3616 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
c06ea95e 3617 (Character Properties): Improve wording.
0b4faef3 3618
ce9cf065
CY
36192009-01-09 Chong Yidong <cyd@stupidchicken.com>
3620
3621 * display.texi (Font Lookup): Remove obsolete function
3622 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
3623 (Low-Level Font): Rename from Fonts, move to end of Faces section.
5dcb4c4e
SM
3624 (Font Selection): Reorder order of variable descriptions.
3625 Minor clarifications.
ce9cf065
CY
3626
3627 * elisp.texi (Top): Update node listing.
3628
ab756fb3
GM
36292009-01-09 Glenn Morris <rgm@gnu.org>
3630
3631 * commands.texi (Command Loop Info): Say that last-command-char and
3632 last-input-char are obsolete aliases.
3633
3634 * edebug.texi (Edebug Recursive Edit): Remove separate references to
3635 last-input-char and last-command-char, since they are just aliases for
3636 last-input-event and last-command-event.
3637
3638 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
3639 last-command-char.
3640
6b2b8ab1
CY
36412009-01-08 Chong Yidong <cyd@stupidchicken.com>
3642
3643 * elisp.texi: Update node listing.
3644
3645 * display.texi (Faces): Put Font Selection node after Auto Faces.
5dcb4c4e
SM
3646 (Face Attributes): Don't link to Font Lookup.
3647 Document font-family-list.
6b2b8ab1
CY
3648 (Fonts): New node.
3649
3568e767
JR
36502009-01-08 Jason Rumney <jasonr@gnu.org>
3651
3652 * frames.texi (Pointer Shape): Clarify that only X supports
5ce6e4f4 3653 changing the standard pointer shapes. (Bug#1485)
3568e767 3654
6221c8db
CY
36552009-01-08 Chong Yidong <cyd@stupidchicken.com>
3656
3657 * display.texi (Attribute Functions): Note that a function value
3658 :height is relative, and that compatibility functions work by
3659 calling set-face-attribute.
3660 (Displaying Faces): Reorder list in order of increasing priority.
3661 (Face Remapping): New node. Content moved here from Displaying
3662 Faces.
3663 (Glyphs): Link to Face Functions.
3664
e3d3799a
CY
36652009-01-08 Chong Yidong <cyd@stupidchicken.com>
3666
3667 * display.texi (Faces): Don't discuss face id here. facep does
3668 not return t.
3669 (Defining Faces): Minor clarification.
3670 (Face Attributes): Rearrange items to match docstring of
3671 set-face-attribute. Add :foundry attribute. Document new role of
3672 :font attribute. Texinfo usage fix.
3673 (Attribute Functions): Copyedits.
3674 (Face Functions): Note that face number is seldom used.
3675
638a2457
RS
36762009-01-05 Richard M Stallman <rms@gnu.org>
3677
3678 * strings.texi (Predicates for Strings): Minor clarification.
3679
3680 * functions.texi (Function Safety): Texinfo usage fix.
3681
49ea0074
JB
36822009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny patch)
3683
3684 * objects.texi (General Escape Syntax): Fix typo.
3685
9f822178
MR
36862009-01-03 Martin Rudalics <rudalics@gmx.at>
3687
3688 * windows.texi (Choosing Window): Say that pop-up-frame-alist
3689 works via the default value of pop-up-frame-function.
3690
af34ad36
EZ
36912009-01-02 Eli Zaretskii <eliz@gnu.org>
3692
3693 * processes.texi (System Processes): Document the `time' and
3694 `ctime' attributes of `system-process-attributes'.
3695
d31f6679
CY
36962009-01-01 Chong Yidong <cyd@stupidchicken.com>
3697
3698 * display.texi (Face Attributes): Clarify :height attribute.
3699
174dc00c
MR
37002008-12-31 Martin Rudalics <rudalics@gmx.at>
3701
3702 * buffers.texi (The Buffer List): Clarify what moves a buffer to
3703 the front of the buffer list. Add entries for `last-buffer' and
3704 `unbury-buffer'.
3705
b8afe7e4
EZ
37062008-12-27 Eli Zaretskii <eliz@gnu.org>
3707
d14030f5
EZ
3708 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
3709 and its subsections.
3710
3711 * frames.texi (Multiple Terminals, Low-level Terminal)
3712 (Terminal Parameters, Frames on Other TTY devices): New sections.
3713 (Frames): Add an xref to "Multiple Terminals".
3714
765980a4
EZ
3715 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
3716
3717 * objects.texi (Terminal Type): New node.
3718 (Editing Types): Add it to the menu.
3719
47bd5577
EZ
3720 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
3721 Variables".
3722
eb22b78c 3723 * variables.texi (Directory Local Variables): New node.
47bd5577 3724 (Variables): Add a menu item for it.
eb22b78c 3725
b8afe7e4
EZ
3726 * loading.texi (Autoload): Document `generate-autoload-cookie' and
3727 `generated-autoload-file'.
3728
77bb0476
EZ
37292008-12-20 Eli Zaretskii <eliz@gnu.org>
3730
028e2c19
EZ
3731 * os.texi (Startup Summary): Add xref to documentation of
3732 `initial-window-system'.
3733
77bb0476
EZ
3734 * display.texi (Window Systems): Document `window-system' the
3735 function. The variable `window-system' is now frame-local.
028e2c19 3736 Document `initial-window-system'.
77bb0476 3737
dda87836
MR
37382008-12-19 Martin Rudalics <rudalics@gmx.at>
3739
3740 * windows.texi (Windows): Rewrite description of
3741 fit-window-to-buffer.
3742
caef3ed2
GM
37432008-12-13 Glenn Morris <rgm@gnu.org>
3744
3745 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
3746 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
3747
21c58e4d
GM
37482008-12-12 Glenn Morris <rgm@gnu.org>
3749
3750 * debugging.texi (Error Debugging): Refer forwards to
3751 eval-expression-debug-on-error.
3752
af38459f
EZ
37532008-12-05 Eli Zaretskii <eliz@gnu.org>
3754
5dedd9b5
EZ
3755 * strings.texi (String Basics): Only unibyte strings that
3756 represent key sequences hold 8-bit raw bytes.
3757
af38459f
EZ
3758 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
3759 paragraph to speak about `undecided'.
3760 (Character Properties): Don't explain the meaning of each
3761 property; instead, identify their Unicode Standard names.
b3f1f4a5 3762 (Character Sets): Document `map-charset-chars'.
af38459f 3763
fa047ae7
GM
37642008-12-02 Glenn Morris <rgm@gnu.org>
3765
3766 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
3767 section yet again.
3768
47dbc044
EZ
37692008-11-29 Eli Zaretskii <eliz@gnu.org>
3770
98d05998
EZ
3771 * nonascii.texi (Character Properties): New Section.
3772 (Specifying Coding Systems): Document
3773 `coding-system-priority-list', `set-coding-system-priority', and
3774 `with-coding-priority'.
3775 (Lisp and Coding Systems): Document `check-coding-systems-region'
3776 and `coding-system-charset-list'.
3777 (Coding System Basics): Document `coding-system-aliases'.
3778
3779 * elisp.texi (Top): Add a @detailmenu entry for "Character
3780 Properties".
3781
47dbc044
EZ
3782 * objects.texi (Character Type): Correct the range of Emacs
3783 characters. Add an @xref to "Character Codes".
3784
3785 * strings.texi (String Basics): Add an @xref to "Character Codes".
3786
3787 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
3788
3789 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
3790 (Character Codes): Document `max-char'.
3791
8b80cdf5
EZ
37922008-11-28 Eli Zaretskii <eliz@gnu.org>
3793
3794 * nonascii.texi (Text Representations, Converting Representations)
3795 (Character Sets, Scanning Charsets, Translation of Characters):
3796 Make text more accurate.
3797
a99dceba
GM
37982008-11-28 Glenn Morris <rgm@gnu.org>
3799
3800 * files.texi (Format Conversion Round-Trip): Improve previous change.
3801
f6dc3bed
CY
38022008-11-26 Chong Yidong <cyd@stupidchicken.com>
3803
3804 * modes.texi (Auto Major Mode): Fix example.
3805
5da9413d
GM
38062008-11-25 Glenn Morris <rgm@gnu.org>
3807
3808 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
3809
3810 * files.texi (Format Conversion Round-Trip):
3811 Use active voice for previous change.
3812
fcca848c
CY
38132008-11-25 Chong Yidong <cyd@stupidchicken.com>
3814
3815 * os.texi (Processor Run Time):
3816 * processes.texi (Transaction Queues):
3817 * markers.texi (The Mark):
3818 * windows.texi (Choosing Window, Selecting Windows):
3819 * files.texi (Changing Files, Magic File Names):
3820 * commands.texi (Key Sequence Input):
3821 * functions.texi (Declaring Functions):
3822 * strings.texi (Predicates for Strings):
3823 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
3824
36c8dc54
CY
38252008-11-24 Chong Yidong <cyd@stupidchicken.com>
3826
3827 * help.texi (Accessing Documentation): Update example.
3828
3829 * variables.texi (Defining Variables): Note that `*' is not
3830 necessary if defcustom is used.
3831
2a79b242
EZ
38322008-11-22 Eli Zaretskii <eliz@gnu.org>
3833
3834 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
3835 Characters" from @detailmenu.
3836
3837 * nonascii.texi (Character Codes, Character Sets)
3838 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
3839 (Chars and Bytes, Splitting Characters): Sections removed.
3840
392f0d26
LK
38412008-11-22 Lute Kamstra <lute@gnu.org>
3842
3843 * positions.texi (Text Lines): Update goto-line documentation.
3844
af1a5cd5
MR
38452008-11-21 Martin Rudalics <rudalics@gmx.at>
3846
6a4cfb0c
MR
3847 * frames.texi (Frames): Fix typo, add cross references, reword.
3848 (Initial Parameters): Reword special-display-frame-alist text.
3849 (Frames and Windows): Reword. Describe argument norecord for
3850 set-frame-selected-window.
3851 (Input Focus): Describe argument norecord for select-frame.
3852 Remove comment on MS-Windows behavior for focus-follows-mouse.
3853 (Raising and Lowering): Mention windows-frames dichotomy in
3854 metaphor.
3855
af1a5cd5
MR
3856 * windows.texi (Displaying Buffers, Vertical Scrolling)
3857 (Horizontal Scrolling): Fix indenting and rewording issues
3858 introduced with 2008-11-07 change.
3859
c249fa9c
GM
38602008-11-20 Glenn Morris <rgm@gnu.org>
3861
3862 * files.texi (Format Conversion Round-Trip): Mention `preserve'
3863 element of `format-alist'.
3864
204d4665
GM
38652008-11-19 Glenn Morris <rgm@gnu.org>
3866
3867 * doclicense.texi: Update to FDL 1.3.
3868 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
3869
cc0910af
CY
38702008-11-18 Chong Yidong <cyd@stupidchicken.com>
3871
efe6e7c4
CY
3872 * windows.texi (Window Hooks): Remove *-end-trigger-functions
3873 vars, which are obsolete. Mention jit-lock-register.
3874
5dcb4c4e
SM
3875 * modes.texi (Other Font Lock Variables):
3876 Document jit-lock-register and jit-lock-unregister.
efe6e7c4 3877
cc0910af
CY
3878 * frames.texi (Color Parameters): Document alpha parameter.
3879
aeeedf76
MR
38802008-11-16 Martin Rudalics <rudalics@gmx.at>
3881
3882 * windows.texi (Splitting Windows, Deleting Windows)
3883 (Selecting Windows, Cyclic Window Ordering)
3884 (Buffers and Windows, Displaying Buffers, Choosing Window)
3885 (Dedicated Windows, Window Point, Window Start and End)
3886 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
3887 (Size of Window, Resizing Windows, Window Configurations)
3888 (Window Parameters): Avoid @var at beginning of sentences and
3889 reword accordingly.
3890
4c565c5c
LK
38912008-11-11 Lute Kamstra <lute@gnu.org>
3892
3893 * files.texi (File Name Components): Fix file-name-extension
3894 documentation.
3895
25f494c9
JB
38962008-11-11 Juanma Barranquero <lekktu@gmail.com>
3897
3898 * frames.texi (Basic Parameters): Remove display-environment-variable
3899 and term-environment-variable.
3900
a1401ab1
EZ
39012008-11-08 Eli Zaretskii <eliz@gnu.org>
3902
3903 * windows.texi (Basic Windows, Splitting Windows)
3904 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
3905 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
25f494c9
JB
3906 (Resizing Windows, Window Configurations, Window Parameters):
3907 Fix wording and markup.
a1401ab1 3908
efafc282
MR
39092008-11-07 Martin Rudalics <rudalics@gmx.at>
3910
3911 * windows.texi (Windows): Update entries.
3912 (Basic Windows): Remove listing of attributes. Reword.
86ab855a 3913 (Splitting Windows, Deleting Windows): Reword.
efafc282
MR
3914 (Selecting Windows, Cyclic Window Ordering): Reword with special
3915 emphasis on order of recently selected windows and buffer list.
86ab855a
MR
3916 (Buffers and Windows, Choosing Window): Reword with special
3917 emphasis on dedicated windows.
3918 (Displaying Buffers): Reword. For switch-to-buffer mention that
3919 it may fall back on pop-to-buffer. For other-window try to
3920 explain how it treats the cyclic ordering of windows.
efafc282
MR
3921 (Dedicated Windows): New node and section discussing dedicated
3922 windows and associated functions.
86ab855a 3923 (Window Point): Add entry for window-point-insertion-type. Reword.
efafc282
MR
3924 (Window Start and End): Rename node and section title. Reword.
3925 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
3926 Minor rewording.
3927 (Size of Window): Reword, in particular text on window-width.
3928 (Resizing Windows): Reword. Add text on balancing windows.
3929 (Window Configurations): Reword. Mention window parameters.
3930 (Window Parameters): New node and section on window parameters.
3931 (Window Hooks): Reword. Mention that
3932 window-configuration-change-hook is run "buffer-locally".
3933 * elisp.texi (Top): Update Windows entries in @detailmenu
3934 section.
3935
d60a8ab2
JB
39362008-11-04 Juanma Barranquero <lekktu@gmail.com>
3937
3938 * searching.texi (Regexp Search): Fix typo.
3939
01777627
CY
39402008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
3941
3942 * searching.texi (Regexp Search): Document GREEDY arg.
3943 (Simple Match Data): Fix return value.
3944
c4526e93
EZ
39452008-11-01 Eli Zaretskii <eliz@gnu.org>
3946
3947 * nonascii.texi (Text Representations): Rewrite to make consistent
5dcb4c4e
SM
3948 with Emacs 23 internal representation of characters.
3949 Document `unibyte-string'.
c4526e93 3950
fe2ae8b5
CY
39512008-10-28 Chong Yidong <cyd@stupidchicken.com>
3952
3953 * processes.texi (Process Information): Note that process-status
3954 does not accept buffer names.
3955
cc5a21e3
CY
39562008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
3957
3958 * positions.texi (Skipping Characters): Correct return value of
3959 skip-chars-forward.
3960
09460d9a
MR
39612008-10-25 Martin Rudalics <rudalics@gmx.at>
3962
520b29e7
MR
3963 * windows.texi (Deleting Windows): Update documentation of
3964 delete-windows-on.
3965 (Buffers and Windows): Update documentations of
3966 get-buffer-window and get-buffer-window-list.
3967 (Displaying Buffers): Update documentation of
3968 replace-buffer-in-windows.
3969
09460d9a
MR
3970 * buffers.texi (Current Buffer): Reword set-buffer and
3971 with-current-buffer documentations.
3972 (Creating Buffers): Reword documentation of get-buffer-create.
3973
4d48fcdc
MR
39742008-10-23 Martin Rudalics <rudalics@gmx.at>
3975
3976 * buffers.texi (Current Buffer): Reword documentation of
3977 set-buffer.
3978 (Buffer Names): Reword documentation of buffer-name.
3979 (The Buffer List): For bury-buffer explain what happens with the
3980 buffer's window.
3981 (Creating Buffers): Say that get-buffer-create's arg is called
3982 buffer-or-name.
3983
f0143c43
CY
39842008-10-22 Chong Yidong <cyd@stupidchicken.com>
3985
3e5dbbd3
CY
3986 * advice.texi (Computed Advice): Explain what DEFINITION is.
3987
f0143c43
CY
3988 * nonascii.texi (Character Codes): Remove obsolete function
3989 char-valid-p, and document characterp instead.
3990
52a94b85
MR
39912008-10-22 Martin Rudalics <rudalics@gmx.at>
3992
3993 * windows.texi (Displaying Buffers): Reword documentation of
3994 pop-to-buffer.
3995 (Choosing Window): Rewrite documentation of display-buffer and
3996 its options.
3997
f76f8246
MR
3998 * buffers.texi (Killing Buffers): Update documentation of
3999 kill-buffer.
4000
acc8b598
EZ
40012008-10-21 Eli Zaretskii <eliz@gnu.org>
4002
80e6b6df
EZ
4003 * processes.texi (Serial Ports): Fix wording and improve markup.
4004
3645358a
EZ
4005 * searching.texi (Regexp Search): Document `string-match-p' and
4006 `looking-at-p'.
4007 (POSIX Regexps): Add an xref for "non-greedy".
4008 (Regexp Special): Add @cindex entry for "non-greedy".
4009
b3d50cff 4010 * display.texi (Attribute Functions): Document `face-all-attributes'.
bf190568 4011 (Image Cache) <image-refresh>: Minor wording fixes.
b3d50cff 4012
73b7530a
EZ
4013 * frames.texi (Color Names): Add an xref to `read-color'.
4014
4015 * minibuf.texi (High-Level Completion): Document `read-color'.
4016
acc8b598
EZ
4017 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
4018
4019 * positions.texi (Narrowing): Add an xref to "Swapping Text".
4020
4021 * buffers.texi (Swapping Text): New section, documents
4022 `buffer-swap-text'.
4023
10e187e8
MR
40242008-10-21 Martin Rudalics <rudalics@gmx.at>
4025
4026 * windows.texi (Resizing Windows): Minor wording fix.
4027
fd6f900c
EZ
40282008-10-20 Eli Zaretskii <eliz@gnu.org>
4029
4030 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
4031 and `combine-and-quote-strings'.
4032
4033 * strings.texi (Creating Strings): Add xrefs for them.
4034
e4372165
EZ
40352008-10-19 Eli Zaretskii <eliz@gnu.org>
4036
d6328fba
EZ
4037 * elisp.texi (Top): Make descriptive text for "Reading File Names"
4038 match the corresponding menu in minibuf.texi.
4039
e4372165
EZ
4040 * minibuf.texi (Reading File Names): Document `read-shell-command'
4041 and `minibuffer-local-shell-command-map'.
4042
5d8dda33
MR
40432008-10-19 Martin Rudalics <rudalics@gmx.at>
4044
4045 * windows.texi (Resizing Windows): Remove var{} around "window" in
4046 documentation of enlarge-window.
4047 Rewrite documentation of window-min-height and window-min-width.
4048
437706cd
EZ
40492008-10-19 Eli Zaretskii <eliz@gnu.org>
4050
80f85d7c
EZ
4051 * functions.texi (Calling Functions): Document `apply-partially'.
4052
291703b5
EZ
4053 * hooks.texi (Standard Hooks): Mention
4054 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
4055
4056 * variables.texi (File Local Variables): Document
4057 `file-local-variables-alist', `before-hack-local-variables-hook'
4058 and `hack-local-variables-hook'.
4059
583d8b3c
EZ
4060 * processes.texi (Synchronous Processes): Document `process-lines'.
4061
5dcb4c4e
SM
4062 * customize.texi (Variable Definitions):
4063 Document `custom-reevaluate-setting'.
437706cd 4064
7e51d89b
MR
40652008-10-18 Martin Rudalics <rudalics@gmx.at>
4066
4067 * windows.texi (Choosing Window, Deleting Windows)
4068 (Displaying Buffers): Expand documentation of dedicated windows.
4069
43c59a3d
EZ
40702008-10-18 Eli Zaretskii <eliz@gnu.org>
4071
018a960d
EZ
4072 * files.texi (Changing Files): Document symbolic input of file
4073 modes to `set-file-modes'. Document `read-file-modes' and
4074 `file-modes-symbolic-to-number'.
4075
2c0b8144
EZ
4076 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
4077 and `search-map'.
4078
5dcb4c4e
SM
4079 * searching.texi (Search and Replace):
4080 Document `replace-search-function' and `replace-re-search-function'.
2c0b8144 4081 Document `multi-query-replace-map'.
80120f13 4082
6d4913f0 4083 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
5dcb4c4e
SM
4084 (Completion Commands, Reading File Names):
4085 Rename `minibuffer-local-must-match-filename-map' to
6d4913f0
EZ
4086 `minibuffer-local-filename-must-match-map'.
4087 (Minibuffer Completion): The `require-match' argument to
4088 `completing-read' can now have the value `confirm-only'.
4089
43c59a3d
EZ
4090 * windows.texi (Displaying Buffers): Minor wording fix.
4091 (Choosing Window): `split-height-threshold' can now be nil.
4092 Document `split-width-threshold'. `pop-up-frames' can have the
4093 value `graphic-only'.
4094
f36acfd9
EZ
40952008-10-17 Eli Zaretskii <eliz@gnu.org>
4096
4097 * os.texi (Startup Summary): Document `before-init-time' and
4098 `after-init-time'. Document `initial-window-system' and
4099 `window-system-initialization-alist'. Document reading the
4100 abbrevs file. Document the call to `server-start' under --daemon.
4101 Rearrange a bit to be consistent with the code flow.
53728487
EZ
4102 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
4103 (Time Parsing): Document `format-seconds'.
f36acfd9 4104
96995b89
MR
41052008-10-17 Martin Rudalics <rudalics@gmx.at>
4106
4107 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
4108 and reword.
4109
2de17c73
EZ
41102008-10-16 Eli Zaretskii <eliz@gnu.org>
4111
4112 * markers.texi (The Mark): Document use-region-p.
4113
9cf52b11
EZ
41142008-10-15 Eli Zaretskii <eliz@gnu.org>
4115
c3aaf1d7
EZ
4116 * internals.texi (Writing Emacs Primitives): The interactive spec
4117 of a primitive can be a Lisp form.
4118
841a1743
EZ
4119 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
4120 values of transient-mark-mode. Document handle-shift-selection.
4121
4122 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
4123 (Interactive Examples): Show an example of `^'.
4124 (Key Sequence Input): Document this-command-keys-shift-translated.
c3aaf1d7
EZ
4125 (Defining Commands, Using Interactive): The interactive-form of a
4126 function can be added via its symbol's property.
841a1743 4127
52441368
EZ
4128 * positions.texi (List Motion): beginning-of-defun-function can
4129 now accept an argument.
4130
8e8c1a72
EZ
4131 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
4132 now return a list of strings.
4133
a33a1f2a
EZ
4134 * control.texi (Handling Errors): Document ignore-errors.
4135
4fb04348
EZ
4136 * frames.texi (Creating Frames): Document frame-inherited-parameters.
4137 (Parameter Access): Document set-frame-parameter.
4138
ee666f84
EZ
4139 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
4140 Hooks" for the effect of kill-all-local-variables on local hook
4141 functions.
4142
9cf52b11
EZ
4143 * modes.texi (Major Mode Conventions, Mode Line Variables):
4144 `mode-name' need not be a string. xref to "Mode Line Data" for
4145 details, and to "Emulating Mode Line" for computing a string
4146 value.
4147
22526bc4
EZ
41482008-10-14 Eli Zaretskii <eliz@gnu.org>
4149
a65f6a85
EZ
4150 * processes.texi (System Processes): New section.
4151 (Processes, Signals to Processes): Add xrefs to it.
4152
4153 * objects.texi (Editing Types): A `process' is a subprocess of
4154 Emacs, not just any process running on the OS.
4155
4156 * elisp.texi (Top): Adjust the @detailmenu for the above two
4157 changes.
4158
2724b26a
EZ
4159 * sequences.texi (Char-Tables): Remove documentation of
4160 set-char-table-default, which has no effect since Emacs 23.
4161 <char-table-range, set-char-table-range>: Don't mention generic
4162 characters and charsets. Add a cons cell as a possible argument.
4163
4164 * nonascii.texi (Splitting Characters)
4165 (Translation of Characters): Don't mention generic characters.
4166
4167 * display.texi (Fontsets): Don't mention generic characters.
4168
22526bc4 4169 * sequences.texi (Char-Tables): `map-char-table' can now call its
25f494c9 4170 argument FUNCTION with a cons cell as KEY.
22526bc4 4171
eaf4b689
EZ
41722008-10-13 Eli Zaretskii <eliz@gnu.org>
4173
45e46036
EZ
4174 * objects.texi (Primitive Function Type): Move "@cindex special
4175 forms" from here...
4176
4177 * eval.texi (Special Forms): ...to here.
4178
4179 * functions.texi (What Is a Function): `functionp' returns nil for
4180 special forms. Add an xref.
4181
eaf4b689
EZ
4182 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
4183 Variables".
4184
4185 * variables.texi (Frame-Local Variables): New section.
4186 (Buffer-Local Variables): Add an xref to it.
4187 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
4188 have both frame-local and buffer-local binding.
4189
4190 * frames.texi (Frames): Mention multiple tty frames.
4191 (Frame Parameters, Parameter Access): Mention frame-local variable
4192 bindings.
4193
15688fce
GM
41942008-09-20 Glenn Morris <rgm@gnu.org>
4195
4196 * display.texi (Defining Faces): Recommend against face variables.
4197
35539065
JB
41982008-09-16 Juanma Barranquero <lekktu@gmail.com>
4199
4200 * display.texi (Echo Area Customization): Fix typo.
4201
6a57054b
JB
42022008-09-09 Juanma Barranquero <lekktu@gmail.com>
4203
4204 * loading.texi (Where Defined): Add `defface' item.
4205
d632fb82
MR
42062008-09-06 Martin Rudalics <rudalics@gmx.at>
4207
4208 * loading.texi (Where Defined): Fix description of symbol-file.
4209
905a9adb
JR
42102008-08-26 Jason Rumney <jasonr@gnu.org>
4211
4212 * display.texi (TIFF Images): New section describing :index property.
4213
852e91b7
CY
42142008-08-23 Chong Yidong <cyd@stupidchicken.com>
4215
4216 * display.texi (Temporary Displays): Remove unnecessary comment
4217 about usage of temp-buffer-show-hook.
4218
6be001ee
CY
42192008-08-05 Chong Yidong <cyd@stupidchicken.com>
4220
4221 * symbols.texi (Other Plists): Fix incorrect example.
4222 Suggested by Florian Beck.
4223
58e3d8e8
JB
42242008-07-31 Juanma Barranquero <lekktu@gmail.com>
4225
4226 * os.texi: Fix previous change.
4227
7c2fb837
DN
42282008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4229
4230 * os.texi:
4231 * intro.texi:
4232 * files.texi: Remove VMS support.
4233
9e2a2647
DN
42342008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4235
4236 * os.texi:
4237 * frames.texi:
4238 * display.texi: Remove mentions of Mac Carbon.
4239
c4f4682b
MB
42402008-07-01 Miles Bader <miles@gnu.org>
4241
4242 * text.texi (Special Properties):
4243 * display.texi (Truncation): Add wrap-prefix and line-prefix.
4244
3696411e
JB
42452008-06-28 Johan Bockgård <bojohan@gnu.org>
4246
4247 * display.texi (Other Image Types): Fix copy/paste error; say
4248 "PBM", not "XBM".
4249
f2a77c3a
DN
42502008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
4251
4252 * os.texi: Remove references to obsolete systems.
4253
6d52677d
EZ
42542008-06-20 Eli Zaretskii <eliz@gnu.org>
4255
4256 * makefile.w32-in (distclean): Remove makefile.
4257
1a87da4c
GM
42582008-06-17 Glenn Morris <rgm@gnu.org>
4259
4260 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
4261 (elisp, dist): Remove rules and variables that are obsolete now
4262 the lisp manual is no longer distributed separately.
4263
fdda1c5d
GM
42642008-06-16 Glenn Morris <rgm@gnu.org>
4265
646692e9
GM
4266 * configure, configure.in, mkinstalldirs: Remove unused files.
4267
4268 * book-spine.texinfo: Set version to 23.0.60.
fdda1c5d 4269 * vol1.texi (EMACSVER):
6a57054b 4270 * vol2.texi (EMACSVER): Set to 23.0.60.
fdda1c5d
GM
4271
4272 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
4273 as per maintain.info.
4274
611bee81
GM
42752008-06-15 Glenn Morris <rgm@gnu.org>
4276
a7bed3a0
GM
4277 * makefile.w32-in (manual): Use "23" rather than "21".
4278
4279 * Makefile.in (emacsver): New, set by configure.
4280 (manual): Use emacsver.
4281
d794edf2
GM
4282 * intro.texi: Report bugs using M-x report-emacs-bug.
4283
611bee81
GM
4284 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
4285
c73e02fa
GM
42862008-06-13 Daniel Engeler <engeler@gmail.com>
4287
4288 * elisp.texi, internals.texi, processes.texi: Add documentation
4289 about serial port access.
4290
e40a85cd
MB
42912008-06-05 Miles Bader <miles@gnu.org>
4292
4293 * display.texi (Displaying Faces): Update to reflect function
4294 renamings in face-remap.el.
4295
7b753744
JB
42962008-06-05 Juanma Barranquero <lekktu@gmail.com>
4297
4298 * display.texi (Fontsets): Fix typos.
4299
9d3d42fb
MB
43002008-06-03 Miles Bader <miles@gnu.org>
4301
7b753744
JB
4302 * display.texi (Displaying Faces): Add add-relative-face-remapping,
4303 remove-relative-face-remapping, set-base-face-remapping,
4304 and set-default-base-face-remapping.
9d3d42fb 4305
f2cec7a9
MB
43062008-06-01 Miles Bader <miles@gnu.org>
4307
4308 * display.texi (Displaying Faces): Add face-remapping-alist.
4309
8f39c96d
SM
43102008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4311
4312 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
4313 variable names.
4314
1ef5eecc
ER
43152008-05-03 Eric S. Raymond <esr@golux>
4316
352c8b4a 4317 * keymaps.texi: Clarify that (current-local-map) and
1ef5eecc
ER
4318 (current-global-map) return references, not copies.
4319
63b4387f
JL
43202008-05-02 Juri Linkov <juri@jurta.org>
4321
4322 * minibuf.texi (Text from Minibuffer): Document a list of
4323 default values for `read-from-minibuffer'.
4324
38a8b703
JB
43252008-04-24 Juanma Barranquero <lekktu@gmail.com>
4326
4327 * nonascii.texi (Translation of Characters): Fix previous change.
4328
7c42e639
CY
43292008-04-20 Chong Yidong <cyd@stupidchicken.com>
4330
4331 * display.texi (Overlay Properties): Clarify role of underlying
4332 textprop and overlay keymaps for display strings.
4333
4334 * keymaps.texi (Active Keymaps): Ditto.
4335
25c0d999
SM
43362008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
4337
4338 * minibuf.texi (Programmed Completion):
4339 Replace dynamic-completion-table with the new completion-table-dynamic.
4340
e3af5968
CY
43412008-04-07 Chong Yidong <cyd@stupidchicken.com>
4342
4343 * intro.texi (Some Terms): Change "fonts in this manual" index
4344 entry to "typographic conventions".
4345
6bfc8698
EZ
43462008-04-05 Eli Zaretskii <eliz@gnu.org>
4347
4348 * objects.texi (Text Props and Strings): Add indexing for read
4349 syntax of text properties.
4350
4972c361
SM
43512008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
4352
4353 * processes.texi (Decoding Output): Remove process-filter-multibyte
4354 functions.
4355
c70a68db
MR
43562008-03-15 Martin Rudalics <rudalics@gmx.at>
4357
4358 * display.texi (Finding Overlays): Say that empty overlays at
4359 the end of the buffer are reported too.
4360
1291fd36
GM
43612008-03-13 Glenn Morris <rgm@gnu.org>
4362
4363 * elisp.texi (EMACSVER): Set to 23.0.60.
4364
c6b0dfd5
CY
43652008-02-26 Chong Yidong <cyd@stupidchicken.com>
4366
38a8b703 4367 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
c6b0dfd5 4368
875fc30c
GM
43692008-02-22 Glenn Morris <rgm@gnu.org>
4370
4371 * frames.texi (Position Parameters): Clarify the description of
4372 `left' and `top', using information from "Geometry".
4373 (Geometry): Give a pointer to "Position Parameters", rather than
4374 repeating information.
4375
d8c8e45a
GM
43762008-02-11 Glenn Morris <rgm@gnu.org>
4377
4378 * objects.texi (Equality Predicates): No longer talk about "two"
4379 functions.
4380
38a8b703 43812008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
d8c8e45a
GM
4382
4383 * objects.texi (Equality Predicates): Add defun for
4384 equal-including-properties.
4385
bfffe0b1
GM
43862008-02-10 Glenn Morris <rgm@gnu.org>
4387
4388 * objects.texi (Equality Predicates):
4389 Mention equal-including-properties.
4390
431b78c9
RS
43912008-02-07 Richard Stallman <rms@gnu.org>
4392
4393 * windows.texi (Window Start): Mention the feature of moving
4394 window-start to start of line.
4395
c8763fb6 43962008-02-07 Jan Djärv <jan.h.d@swipnet.se>
eafa12e6
JD
4397
4398 * keymaps.texi (Tool Bar): Document rtl property.
4399
1a256502
TTN
44002008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
4401
4402 * display.texi (Button Types):
4403 For define-button-type, clarify type of NAME.
4404
569382c2
MR
44052008-01-19 Martin Rudalics <rudalics@gmx.at>
4406
4407 * buffers.texi (Buffer Modification): Fix typo.
4408
f3041af1
DN
44092008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
4410
4411 * os.texi (System Environment): Remove references to OSes that are
4412 not supported anymore.
4413
d35e1cd7
DN
44142008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
4415
4416 * os.texi (System Environment): Remove mention for Masscomp.
4417
23af7580
RS
44182008-01-04 Richard Stallman <rms@gnu.org>
4419
4420 * display.texi (Faces): Don't talk about internal face vector as arg
4421 to facep.
4422
4423 * customize.texi (Type Keywords): Fix previous change.
4424
4425 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
4426 * elisp.texi (Top): Fix menu for commands.texi change.
4427
ec7d5b1e
RS
44282007-12-30 Richard Stallman <rms@gnu.org>
4429
5dcb4c4e 4430 * commands.texi (Accessing Mouse): Rename from Accessing Events.
ec7d5b1e
RS
4431 (Accessing Scroll): New node broken out of Accessing Mouse.
4432
101a6cea
RS
44332007-12-28 Richard Stallman <rms@gnu.org>
4434
4435 * frames.texi (Size Parameters): Fix typo.
7f9e0c04 4436 (Basic Parameters): For `title', refer to title bar.
041817a4 4437 (Size and Position): Explain meaning of frame pixel width and height.
101a6cea 4438
72b7e664
RS
44392007-12-23 Richard Stallman <rms@gnu.org>
4440
4441 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
4442 Improve some of the commented-out keywords' text too.
4443
27a4f445
MR
44442007-12-14 Martin Rudalics <rudalics@gmx.at>
4445
e2e3f1d7
MR
4446 * nonascii.texi (Encoding and I/O): Reword to avoid saying
4447 "visit the current buffer".
4448
27a4f445
MR
4449 * os.texi (System Interface): Fix typo.
4450
a2afc99d
RS
44512007-12-04 Richard Stallman <rms@gnu.org>
4452
4453 * objects.texi (Symbol Type): Fix typo.
4454
b694135c
RS
44552007-12-03 Richard Stallman <rms@gnu.org>
4456
4457 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
4458
f99a19da
GM
44592007-12-01 Glenn Morris <rgm@gnu.org>
4460
4461 * functions.texi (Declaring Functions): Improve previous change.
4462
8f4b37d8
GM
44632007-11-30 Glenn Morris <rgm@gnu.org>
4464
4465 * functions.texi (Declaring Functions): Add optional fourth
4466 argument of declare-function, and setting third argument to `t'.
4467
61a2fe01
RS
44682007-11-29 Richard Stallman <rms@gnu.org>
4469
4470 * customize.texi (Composite Types): Document `group' type.
4471
cbfc5193
GM
44722007-11-29 Glenn Morris <rgm@gnu.org>
4473
5dcb4c4e
SM
4474 * functions.texi (Declaring Functions): Add findex.
4475 Mention `external' files.
cbfc5193 4476
8386283a
JB
44772007-11-26 Juanma Barranquero <lekktu@gmail.com>
4478
4479 * functions.texi (Declaring Functions): Fix directive.
4480
a07c9a8b
RS
44812007-11-25 Richard Stallman <rms@gnu.org>
4482
4483 * help.texi (Help Functions): Clean up last change.
4484
4485 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
4486
4487 * loading.texi (Named Features): Minor cleanup.
4488
4489 * macros.texi (Eval During Expansion): Minor cleanup.
4490
4491 * variables.texi (Variable Aliases): Minor cleanup.
4492
a0925923
RS
44932007-11-24 Richard Stallman <rms@gnu.org>
4494
4495 * functions.texi (Declaring Functions): Clarify previous change.
4496
4497 * compile.texi (Compiler Errors): Clarify previous change.
4498
20c63e44
RS
44992007-11-24 Richard Stallman <rms@gnu.org>
4500
e5e76c04 4501 * display.texi (Refresh Screen, Forcing Redisplay):
20c63e44
RS
4502 Clarify the text and move items around.
4503
5bb0cda3
GM
45042007-11-24 Glenn Morris <rgm@gnu.org>
4505
4506 * functions.texi (Declaring Functions): New section.
4507 * compile.texi (Compiler Errors): Mention declaring functions,
4508 defvar with no initvalue, and byte-compile-warnings.
4509
af13c86a
MR
45102007-11-15 Martin Rudalics <rudalics@gmx.at>
4511
4512 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
4513 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
4514
a5373305
MR
45152007-11-13 Martin Rudalics <rudalics@gmx.at>
4516
4517 * help.texi (Help Functions): Document new macro `with-help-window'.
4518
fe284805
JL
45192007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
4520
4521 * searching.texi (Replacing Match): Describe new
4522 `match-substitute-replacement'.
4523
2c3a09b1
RS
45242007-10-31 Richard Stallman <rms@gnu.org>
4525
4526 * strings.texi (Creating Strings): Null strings from concat not unique.
4527
f2b480f4
RS
45282007-10-26 Richard Stallman <rms@gnu.org>
4529
4530 * objects.texi (Equality Predicates): Null strings are uniquified.
4531
4532 * minibuf.texi: Minor clarifications in previous change.
4533
db21122c
GM
45342007-10-25 Glenn Morris <rgm@gnu.org>
4535
4536 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
4537
2328cbb3
RS
45382007-10-24 Richard Stallman <rms@gnu.org>
4539
4540 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
4541
4542 * variables.texi (Frame-Local Variables): Node deleted.
4543 (Variables): Delete Frame-Local Variables from menu.
4544 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
4545 (Default Value): Don't mention frame-local vars.
4546
4547 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
4548
4549 * loading.texi (Unloading): Document FEATURE-unload-function
4550 instead of FEATURE-unload-hook.
4551
2328cbb3
RS
4552 * frames.texi (Multiple Displays): Don't mention frame-local vars.
4553
c066bafa
JL
45542007-10-22 Juri Linkov <juri@jurta.org>
4555
4556 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
4557 (High-Level Completion): Document a list of default value strings
4558 in the DEFAULT argument, for which minibuffer functions return the
4559 first element.
4560
65ced25f
JL
45612007-10-17 Juri Linkov <juri@jurta.org>
4562
4563 * text.texi (Filling): Update arguments of fill-paragraph.
4564 fill-paragraph operates on the active region in Transient Mark mode.
4565 Remove fill-paragraph-or-region.
4566
ee46ec8e
KB
45672007-10-13 Karl Berry <karl@gnu.org>
4568
4569 * elisp.texi (@dircategory): Move to after @copying,
4570 since we want @copying as close as possible to the beginning of
4571 the output.
4572
61bbdbc6
RS
45732007-10-12 Richard Stallman <rms@gnu.org>
4574
4575 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
4576
4577 * commands.texi (Distinguish Interactive): New node,
4578 broken out from Interactive Call and rewritten.
4579 (Command Loop): Put Distinguish Interactive in menu.
4580
af23e1e8
RS
45812007-10-09 Richard Stallman <rms@gnu.org>
4582
4583 * text.texi (Examining Properties): Mention overlay priority.
4584
4585 * display.texi (Display Margins): Correct the description
4586 of margin display specifications.
4587 (Replacing Specs): New subnode broken out of Display Property.
4588
e1965a69
JL
45892007-10-06 Juri Linkov <juri@jurta.org>
4590
4591 * text.texi (Filling): Document fill-paragraph-or-region.
4592
4638454b
JB
45932007-10-05 Juanma Barranquero <lekktu@gmail.com>
4594
4595 * display.texi (Auto Faces): Fix typo.
4596
7ed54cc5
RS
45972007-10-02 Richard Stallman <rms@gnu.org>
4598
4599 * display.texi (Display Property): Explain some display specs
4600 don't let you move point in.
4601
5dcb4c4e
SM
4602 * frames.texi (Cursor Parameters):
4603 Describe cursor-in-non-selected-windows here. Explain more values.
7ed54cc5
RS
4604
4605 * windows.texi (Basic Windows): Don't describe
4606 cursor-in-non-selected-windows here.
4607
305a7ef2
EZ
46082007-10-01 Eli Zaretskii <eliz@gnu.org>
4609
4610 * processes.texi (Misc Network): Note that these functions are
4611 supported only on some systems.
4612
f7a7f4eb
RS
46132007-10-01 Richard Stallman <rms@gnu.org>
4614
4615 * display.texi (Overlay Properties): Explain nil as priority.
4616 Explain that conflicts are unpredictable if not resolved by
4617 priorities.
4618
780d7bb9
RS
46192007-09-23 Richard Stallman <rms@gnu.org>
4620
4621 * macros.texi (Backquote): Minor clarification.
4622
14b4fdfb
RS
46232007-09-19 Richard Stallman <rms@gnu.org>
4624
4625 * display.texi (Display Property): Explain multiple display specs.
9600ac7c
RS
4626 Clarify when they work in parallel and when one overrides.
4627 Fix error in example.
14b4fdfb 4628
b8d4c8d0
GM
46292007-09-06 Glenn Morris <rgm@gnu.org>
4630
b3e755a9 4631 Move from lispref/ to doc/lispref/. Change all setfilename
b8d4c8d0
GM
4632 commands to use ../../info.
4633 * Makefile.in (infodir): Go up one more level.
4638454b 4634 (usermanualdir): Change from ../man to ../emacs.
b8d4c8d0
GM
4635 (miscmanualdir): New.
4636 (dist): Use new variable miscmanualdir.
4637 * makefile.w32-in (infodir, texinputdir): Go up one more level.
4638 (usermanualdir): Change from ../man to ../emacs.
4639
1bb1f7d3
MR
46402007-08-30 Martin Rudalics <rudalics@gmx.at>
4641
4642 * commands.texi (Command Loop Info): Advise against changing
4643 most variables described here. Explain new variable
4644 last-repeatable-command.
4645
b8d4c8d0
GM
46462007-08-29 Glenn Morris <rgm@gnu.org>
4647
4648 * elisp.texi (EMACSVER): Increase to 23.0.50.
4649
46502007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
4651
4652 * frames.texi (Basic Parameters): Add display-environment-variable
4653 and term-environment-variable.
4654
46552007-08-28 Juri Linkov <juri@jurta.org>
4656
4657 * display.texi (Image Formats, Other Image Types): Add SVG.
4658
46592007-08-28 Juri Linkov <juri@jurta.org>
4660
4661 * display.texi (Images): Move formats-related text to new node
4662 "Image Formats".
4663 (Image Formats): New node.
4664
619fb9ee
RS
46652007-08-27 Richard Stallman <rms@gnu.org>
4666
4667 * windows.texi (Window Configurations): Clarify what
4668 a window configuration saves.
4669
b8d4c8d0
GM
46702007-08-25 Richard Stallman <rms@gnu.org>
4671
4672 * display.texi (Images): Delete redundant @findex.
4673
39f9da30
GM
46742007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
4675
4676 * text.texi (Change Hooks): (after|before)-change-functions are no
4677 longer bound to nil while running; rather inhibit-modification-hooks
4678 is t.
4679
b8d4c8d0
GM
46802007-08-16 Richard Stallman <rms@gnu.org>
4681
5dcb4c4e
SM
4682 * processes.texi (Asynchronous Processes):
4683 Clarify doc of start-file-process.
b8d4c8d0
GM
4684
46852007-08-08 Martin Rudalics <rudalics@gmx.at>
4686
4687 * modes.texi (Example Major Modes): Fix typo.
4688
46892007-08-08 Glenn Morris <rgm@gnu.org>
4690
4691 * intro.texi (nil and t): Do not use `iff' in documentation.
4692
4693 * tips.texi (Documentation Tips): Recommend against `iff'.
4694
46952007-08-07 Chong Yidong <cyd@stupidchicken.com>
4696
4697 * display.texi (Image Cache): Document image-refresh.
4698
46992007-08-06 Martin Rudalics <rudalics@gmx.at>
4700
4701 * windows.texi (Size of Window): Document window-full-width-p.
4702
47032007-07-25 Glenn Morris <rgm@gnu.org>
4704
4705 * gpl.texi (GPL): Replace license with GPLv3.
4706
4707 * Relicense all FSF files to GPLv3 or later.
4708
47092007-07-24 Michael Albinus <michael.albinus@gmx.de>
4710
4638454b
JB
4711 * processes.texi (Synchronous Processes):
4712 Add `process-file-shell-command'.
b8d4c8d0
GM
4713 (Asynchronous Processes): Mention restricted use of
4714 `process-filter' and `process-sentinel' in
4715 `start-file-process'. Add `start-file-process-shell-command'.
4716
47172007-07-17 Michael Albinus <michael.albinus@gmx.de>
4718
4719 * files.texi (Magic File Names): Introduce optional parameter
4720 IDENTIFICATION for `file-remote-p'.
4721
47222007-07-16 Richard Stallman <rms@gnu.org>
4723
4724 * display.texi (Defining Faces): Fix previous change.
4725
47262007-07-14 Richard Stallman <rms@gnu.org>
4727
4728 * control.texi (Handling Errors): Document `debug' in handler list.
4729
47302007-07-10 Richard Stallman <rms@gnu.org>
4731
4732 * display.texi (Defining Faces): Explain C-M-x feature for defface.
4733
47342007-07-09 Richard Stallman <rms@gnu.org>
4735
4736 * files.texi (Magic File Names): Rewrite previous change.
4737
47382007-07-08 Michael Albinus <michael.albinus@gmx.de>
4739
4740 * files.texi (Magic File Names): Introduce optional parameter
4741 CONNECTED for `file-remote-p'.
4742
47432007-07-07 Michael Albinus <michael.albinus@gmx.de>
4744
4745 * processes.texi (Asynchronous Processes):
4746 * files.texi (Magic File Names): Add `start-file-process'.
4747
47482007-06-27 Richard Stallman <rms@gnu.org>
4749
5dcb4c4e
SM
4750 * files.texi (Format Conversion Piecemeal):
4751 Clarify `after-insert-file-functions' calling convention.
b8d4c8d0
GM
4752
47532007-06-27 Michael Albinus <michael.albinus@gmx.de>
4754
4638454b
JB
4755 * files.texi (Magic File Names): Remove `dired-call-process'.
4756 Add `process-file'.
b8d4c8d0
GM
4757
47582007-06-27 Kenichi Handa <handa@m17n.org>
4759
4760 * text.texi (Special Properties): Fix description about
4638454b 4761 `composition' property.
b8d4c8d0
GM
4762
47632007-06-26 Kenichi Handa <handa@m17n.org>
4764
4765 * nonascii.texi (Default Coding Systems): Document about the
4766 return value `undecided'.
4767
47682007-06-25 David Kastrup <dak@gnu.org>
4769
4770 * keymaps.texi (Active Keymaps): Document new POSITION argument of
4771 `current-active-maps'.
4772
47732007-06-24 Karl Berry <karl@gnu.org>
4774
4638454b 4775 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
b8d4c8d0
GM
4776
47772007-06-15 Juanma Barranquero <lekktu@gmail.com>
4778
4779 * display.texi (Overlay Arrow): Doc fix.
4780
47812007-06-14 Karl Berry <karl@tug.org>
4782
4783 * anti.texi (Antinews): Typo.
4784
47852007-06-14 Chong Yidong <cyd@stupidchicken.com>
4786
4787 * display.texi (Image Cache): Document image-refresh.
4788
47892007-06-12 Karl Berry <karl@gnu.org>
4790
4791 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
4792 * two-volume.make: New file.
4793 * .cvsignore: Ignore two-volume files.
4794
47952007-06-12 Tom Tromey <tromey@redhat.com>
4796
4797 * os.texi (Init File): Document user-emacs-directory.
4798
47992007-06-03 Nick Roberts <nickrob@snap.net.nz>
4800
4801 * commands.texi (Click Events): Describe width and height when
4802 object is nil.
4803
48042007-05-30 Nick Roberts <nickrob@snap.net.nz>
4805
5dcb4c4e
SM
4806 * commands.texi (Click Events): Layout more logically.
4807 Describe width and height.
b8d4c8d0
GM
4808 (Drag Events, Motion Events): Update to new format for position.
4809
48102007-06-02 Richard Stallman <rms@gnu.org>
4811
4812 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
4813
48142007-06-02 Chong Yidong <cyd@stupidchicken.com>
4815
4816 * Version 22.1 released.
4817
48182007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
4819
4820 * text.texi (Special Properties): Correct meaning of fontified face.
4821
48222007-05-30 Richard Stallman <rms@gnu.org>
4823
4824 * text.texi (Special Properties): Add link to Adjusting Point.
4825
48262007-05-12 Richard Stallman <rms@gnu.org>
4827
4828 * text.texi (Margins): indent-to-left-margin is not the default.
4829 (Mode-Specific Indent): For indent-line-function, the default
4830 is indent-relative.
4831
4832 * modes.texi (Example Major Modes): Explain last line of text-mode
4833 is redundant.
4834
48352007-05-10 Richard Stallman <rms@gnu.org>
4836
4837 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
4838
4839 * help.texi (Keys in Documentation): Add reference to
4840 Documentation Tips.
4841
4842 * files.texi (Format Conversion): TO-FN gets three arguments.
4843
4844 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
4845
48462007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
4847
4848 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
4849 * files.texi (Format Conversion): Expand intro; add menu.
4850 (Format Conversion Overview, Format Conversion Round-Trip)
4851 (Format Conversion Piecemeal): New nodes/subsections.
4852 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
4853 * text.texi (Text Properties): Remove "Saving Properties" from menu.
4854 (Saving Properties): Delete node/subsection.
4855
48562007-05-07 Karl Berry <karl@gnu.org>
4857
4858 * elisp.texi (EMACSVER): Back to 22.
4859
48602007-05-06 Richard Stallman <rms@gnu.org>
4861
4862 * processes.texi (Accepting Output): Revert most of previous change.
4863
48642007-05-05 Richard Stallman <rms@gnu.org>
4865
4866 * processes.texi (Accepting Output): accept-process-output
4867 uses microseconds, not milliseconds. But that arg is obsolete.
4868
48692007-05-04 Karl Berry <karl@tug.org>
4870
4871 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
4872
48732007-05-04 Eli Zaretskii <eliz@gnu.org>
4874
4875 * tips.texi (Documentation Tips): Rearrange items to place the
4876 more important ones first. Add an index entry for hyperlinks.
4877
48782007-05-03 Karl Berry <karl@gnu.org>
4879
4880 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
4881 (EMACSVER) [smallbook]: 22 for printed version.
4882
4883 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
4884 so restore anchor to normal position after defun. Found by Kevin Ryde.
4885
48862007-04-26 Glenn Morris <rgm@gnu.org>
4887
4888 * elisp.texi (EMACSVER): Increase to 22.1.50.
4889
48902007-04-28 Karl Berry <karl@gnu.org>
4891
4892 * elisp.texi: Improve line breaks on copyright page,
4893 similar layout to emacs manual, 8.5x11 by default.
4894
48952007-04-24 Richard Stallman <rms@gnu.org>
4896
4897 * text.texi (Special Properties): Add xref to Overlay Properties.
4898
4899 * display.texi (Overlay Properties): Add xref to Special Properties.
4900
49012007-04-22 Richard Stallman <rms@gnu.org>
4902
4903 * keymaps.texi (Extended Menu Items): Move the info about
4904 format with cached keyboard binding.
4905
49062007-04-21 Richard Stallman <rms@gnu.org>
4907
4908 * text.texi (Special Properties): Clarify previous change.
4909
4910 * files.texi (File Name Expansion): Clarify previous change.
4911
4912 * display.texi (Attribute Functions): Fix example for
4913 face-attribute-relative-p.
4914
49152007-04-19 Kenichi Handa <handa@m17n.org>
4916
4917 * text.texi (Special Properties): Document composition property.
4918
49192007-04-19 Glenn Morris <rgm@gnu.org>
4920
4921 * files.texi (File Name Expansion): Mention "superroot".
4922
49232007-04-15 Chong Yidong <cyd@stupidchicken.com>
4924
4925 * frames.texi (Multiple Displays): Add note about "multi-monitor"
4926 setups.
4927 (Display Feature Testing): Note that display refers to all
4928 physical monitors for multi-monitor setups.
4929
49302007-04-14 Richard Stallman <rms@gnu.org>
4931
4932 * lists.texi (Sets And Lists): Clarify `delete' examples.
4933 Remove spurious xref to same node.
4934 Clarify xref for add-to-list.
4935
49362007-04-12 Nick Roberts <nickrob@snap.net.nz>
4937
4938 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
4939 value of lisp-mode-map.
4940
49412007-04-11 Karl Berry <karl@gnu.org>
4942
4943 * anti.texi (Antinews):
4944 * display.texi (Overlay Properties, Defining Images):
4945 * processes.texi (Synchronous Processes, Sentinels):
4946 * syntax.texi (Syntax Table Internals):
4947 * searching.texi (Regexp Special):
4948 * nonascii.texi (Default Coding Systems):
4949 * text.texi (Special Properties):
4950 * minibuf.texi (Basic Completion): Wording to improve breaks in
4951 8.5x11 format.
4952 * elisp.texi (smallbook): New @set to more easily switch between
4953 smallbook and 8.5x11.
4954
49552007-04-11 Richard Stallman <rms@gnu.org>
4956
4957 * text.texi (Lazy Properties): Minor fix.
4958
49592007-04-08 Karl Berry <karl@gnu.org>
4960
4961 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
4962 * macros.texi (Backquote): Downcase Backquote in index entries for
4963 consistency.
4964
49652007-04-08 Richard Stallman <rms@gnu.org>
4966
4967 * text.texi (Adaptive Fill): Just describe default,
4968 don't show it (since it contains non-ASCII chars).
4969
49702007-04-07 Karl Berry <karl@gnu.org>
4971
4972 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
4973 adaptive-fill-regexp's value, since they are not in the standard
4974 TeX fonts.
4975
49762007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
4977
4978 * display.texi (Defining Faces): Fix example.
4979
49802007-04-07 Karl Berry <karl@gnu.org>
4981
4982 * display.texi (Button Buffer Commands): Improve page break.
4983
49842007-04-07 Richard Stallman <rms@gnu.org>
4985
4986 * advice.texi (Activation of Advice): Remove redundant index entry.
4987
4988 * backups.texi: Improve index entries. Remove redundant ones.
4989
4990 * compile.texi (Byte Compilation): Improve index entry.
4991
4992 * hash.texi (Creating Hash): Improve index entry.
4993
4994 * symbols.texi (Definitions): Improve index entry.
4995
4996 * edebug.texi: Improve index entries. Remove redundant/useless ones.
4997
4998 * maps.texi (Standard Keymaps): Remove useless index entry.
4999
5000 * help.texi (Documentation Basics): Remove redundant index entries.
5001
5002 * customize.texi: Improve index entries.
5003 Remove redundant/useless ones.
5004
5005 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
5006
5007 * streams.texi (Output Variables): Improve index entry.
5008
5009 * abbrevs.texi (Abbrevs): Remove useless index entry.
5010
5011 * macros.texi (Expansion): Remove useless index entry.
5012
5013 * text.texi: Improve index entries. Remove redundant/useless ones.
5014 (Text Properties, Examining Properties)
5015 (Special Properties): Use "property category" instead of "category"
5016 to refer to the `category' property.
5017
5018 * positions.texi: Improve index entries. Remove useless one.
5019
5020 * lists.texi: Improve index entries. Remove redundant/useless ones.
5021
5022 * os.texi: Improve index entries.
5023 (Timers): Fix previous change.
5024
5025 * buffers.texi: Improve index entries.
5026 (Modification Time): Get rid of term "obsolete buffer".
5027
5028 * debugging.texi: Improve index entries.
5029 (Test Coverage): Add xref to other test coverage ftr.
5030
5031 * eval.texi: Improve index entry. Remove redundant ones.
5032
5033 * numbers.texi: Improve index entries. Remove redundant/useless ones.
5034
5035 * files.texi: Improve index entries. Remove redundant/useless ones.
5036
5037 * objects.texi: Improve index entries.
5038
5039 * processes.texi: Improve index entries.
5040
5041 * modes.texi: Improve index entry. Remove redundant one.
5042
5043 * nonascii.texi: Improve index entries.
5044
5045 * internals.texi: Improve index entries.
5046
5047 * syntax.texi: Improve index entries.
5048
5049 * keymaps.texi (Active Keymaps): Improve index entries.
5050
5051 * commands.texi: Improve index entries. Remove redundant/useless ones.
5052
5053 * frames.texi: Improve index entries. Remove redundant/useless ones.
5054
5055 * markers.texi: Improve index entries. Remove redundant ones.
5056
5057 * tips.texi: Improve index entries.
5058
5059 * loading.texi (Unloading): Improve index entry.
5060
5061 * variables.texi: Improve index entries. Remove redundant one.
5062
5063 * sequences.texi: Improve index entry.
5064
5065 * display.texi: Improve index entries. Remove redundant ones.
5066
5067 * windows.texi: Improve index entries.
5068
5069 * searching.texi: Improve index entries. Remove redundant one.
5070
5071 * strings.texi (Case Tables): Improve last change.
5072
50732007-04-04 Chong Yidong <cyd@stupidchicken.com>
5074
5075 * strings.texi (Case Tables): Document with-case-table and
5076 ascii-case-table.
5077
50782007-04-03 Karl Berry <karl@gnu.org>
5079
5080 * processes.texi (Network): Reword to improve page break.
5081
50822007-04-03 Eli Zaretskii <eliz@gnu.org>
5083
5084 * functions.texi (Inline Functions): Describe more disadvantages
5085 of defsubst, and make advice against it stronger.
5086
50872007-04-02 Karl Berry <karl@gnu.org>
5088
5089 * backups.texi (Backup Names): Avoid widow words.
5090 * modes.texi (Example Major Modes): Align last comment.
5091
50922007-04-01 Chong Yidong <cyd@stupidchicken.com>
5093
5094 * keymaps.texi (Remapping Commands): Document new arg to
5095 command-remapping.
5096
50972007-04-01 Karl Berry <karl@gnu.org>
5098
5099 * processes.texi (Low-Level Network): Typo.
5100 * loading.texi (Hooks for Loading): Avoid double "the".
5101 * keymaps.texi (Key Sequences): No double "and".
5102 (Changing Key Bindings): Shorten to improve line break.
5103
51042007-03-31 Glenn Morris <rgm@gnu.org>
5105
5106 * os.texi (Timers): Fix description of run-at-time TIME formats.
5107
51082007-03-31 Richard Stallman <rms@gnu.org>
5109
5110 * display.texi (Invisible Text): Correct buffer-invisibility-spec
5111 regarding ellipsis.
5112
51132007-03-31 Eli Zaretskii <eliz@gnu.org>
5114
5115 * intro.texi (nil and t):
5116 * symbols.texi (Plists and Alists):
5117 * variables.texi (Variable Aliases, Constant Variables):
5118 * functions.texi (Defining Functions):
5119 * advice.texi (Advising Primitives):
5120 * debugging.texi (Syntax Errors, Compilation Errors):
5121 * minibuf.texi (Minibuffer Windows):
5122 * commands.texi (Adjusting Point):
5123 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
5124 (Auto Major Mode, Major Mode Conventions):
5125 * help.texi (Describing Characters):
5126 * files.texi (Create/Delete Dirs, Information about Files)
5127 (File Locks, Writing to Files, Reading from Files)
5128 (Saving Buffers):
5129 * windows.texi (Resizing Windows, Cyclic Window Ordering):
5130 * frames.texi (Finding All Frames):
5131 * positions.texi (Buffer End, Motion):
5132 * markers.texi (The Region):
5133 * text.texi (Deletion, Near Point):
5134 * display.texi (Displaying Messages, Truncation):
5135 * os.texi (Processor Run Time):
5136 * tips.texi (Key Binding Conventions, Programming Tips)
5137 (Warning Tips, Documentation Tips, Comment Tips):
5138 * internals.texi (Memory Usage): Improve indexing.
5139
5140 * variables.texi (Frame-Local Variables):
5141 * functions.texi (Argument List):
5142 * loading.texi (Library Search):
5143 * streams.texi (Output Variables):
5144 * keymaps.texi (Translation Keymaps, Searching Keymaps):
5145 * searching.texi (Replacing Match, Search and Replace):
5146 * processes.texi (Byte Packing, Decoding Output)
5147 (Accepting Output, Network Servers, Shell Arguments):
5148 * display.texi (Abstract Display, Image Cache, Scroll Bars):
5149 * windows.texi (Window Point, Window Start):
5150 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
5151 * commands.texi (Reading Input, Keyboard Events):
5152 * minibuf.texi (Reading File Names, Minibuffer Completion)
5153 (Recursive Mini):
5154 * positions.texi (List Motion):
5155 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
5156 * numbers.texi (Arithmetic Operations, Math Functions)
5157 (Predicates on Numbers, Comparison of Numbers):
5158 (Numeric Conversions):
5159 * locals.texi (Standard Buffer-Local Variables):
5160 * maps.texi (Standard Keymaps):
5161 * os.texi (User Identification, System Environment, Recording Input)
5162 (X11 Keysyms):
5163 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
5164 * backups.texi (Backups and Auto-Saving):
5165 * customize.texi (Customization, Group Definitions)
5166 (Variable Definitions):
5167 * compile.texi (Byte Compilation): Improve index entries.
5168
51692007-03-31 Karl Berry <karl@gnu.org>
5170
5171 * macros.texi (Defining Macros): Avoid widow syllable.
5172
51732007-03-31 Eli Zaretskii <eliz@gnu.org>
5174
5175 * elisp.texi (Top): Postscript -> PostScript.
5176
5177 * display.texi (Images, Postscript Images): Postscript -> PostScript.
5178
51792007-03-31 Markus Triska <markus.triska@gmx.at>
5180
5181 * internals.texi (Writing Emacs Primitives): Untabify `For'.
5182
51832007-03-30 Karl Berry <karl@gnu.org>
5184
5185 * lists.texi (List-related Predicates): Remove spurious @need.
5186 (Setcdr): Use @smallexample to improve page break.
5187 (Association Lists) <assoc>: Reword to improve page break.
5188
5189 * strings.texi (String Conversion): Insert blank line to improve
5190 page break.
5191
5192 * numbers.texi (Random Numbers): Use @minus{}.
5193 (Math Functions): Use @minus{}.
5194
5195 * intro.texi (Acknowledgements): Avoid line breaks before middle
5196 initials.
5197
51982007-03-24 Eli Zaretskii <eliz@gnu.org>
5199
5200 * errors.texi (Standard Errors): Add an index entry.
5201
52022007-03-19 Richard Stallman <rms@gnu.org>
5203
5204 * os.texi (Recording Input): recent-keys now gives 300 keys.
5205
52062007-03-12 Glenn Morris <rgm@gnu.org>
5207
5208 * os.texi: Replace "daylight savings" with "daylight saving"
5209 throughout.
5210
52112007-03-05 Richard Stallman <rms@gnu.org>
5212
5dcb4c4e
SM
5213 * variables.texi (File Local Variables):
5214 Update enable-local-variables values.
b8d4c8d0
GM
5215
52162007-03-04 Richard Stallman <rms@gnu.org>
5217
5218 * syntax.texi (Control Parsing): Minor clarification.
5219
5220 * strings.texi (Formatting Strings): Clarify width, precision, flags.
5221
5222 * sequences.texi (Sequence Functions): Move string-bytes away,
5223 add xref.
5224
5225 * nonascii.texi (Text Representations): Move string-bytes here.
5226
5227 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
5228
5229 * minibuf.texi (Basic Completion): Minor clarification.
5230
5231 * markers.texi (The Mark): Clarify existence vs activation of mark.
5232 Other cleanup.
5233
5234 * display.texi (Finding Overlays): Write better example.
5235
5236 * compile.texi (Eval During Compile): Clarify putting macros
5237 in eval-when-compile.
5238
c5602427 52392007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
b8d4c8d0
GM
5240
5241 * loading.texi (How Programs Do Loading): Fix anchor position at
c5602427 5242 load-read-function definition doc.
b8d4c8d0
GM
5243
52442007-02-21 Kim F. Storm <storm@cua.dk>
5245
5246 * strings.texi (Text Comparison): Mention that assoc-string
5247 converts symbols to strings before testing.
5248
52492007-02-17 Kim F. Storm <storm@cua.dk>
5250
5251 * processes.texi (Bindat Spec): Vector types can have optional
5252 element type.
5253 (Bindat Examples): Fix example. Add vector with element type.
5254
52552007-02-16 Andreas Schwab <schwab@suse.de>
5256
5257 * strings.texi (Formatting Strings): Document '+' flag.
5258
52592007-02-15 Juanma Barranquero <lekktu@gmail.com>
5260
5261 * strings.texi (Modifying Strings): Clarify that `clear-string'
5262 always converts the string to unibyte.
5263
52642007-02-14 Kim F. Storm <storm@cua.dk>
5265
5266 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
5267 Rewrite glyph code description to refer to these functions.
5268 Remove details of encoding face number and char into integer code.
5269
52702007-02-03 Alan Mackenzie <acm@muc.de>
5271
5272 * loading.texi (Hooks for Loading): Make the description of
5273 `eval-after-load' more detailed, and amend the description of
5274 after-load-alist, in accordance with changes from 2006-05.
5275
52762007-02-03 Chong Yidong <cyd@stupidchicken.com>
5277
5278 * modes.texi (Defining Minor Modes): Document that a :require
5279 keyword or similar may be required to make saved customization
5280 variables work.
5281
52822007-02-03 Eli Zaretskii <eliz@gnu.org>
5283
5284 * elisp.texi (Top): Make the detailed menu headers compliant with
5dcb4c4e
SM
5285 Texinfo guidelines and with what texnfo-upd.el expects.
5286 Add comments to prevent people from inadvertently modifying the key
b8d4c8d0
GM
5287 parts needed by `texinfo-multiple-files-update'.
5288
52892007-02-02 Eli Zaretskii <eliz@gnu.org>
5290
5291 * elisp.texi (Top): Update the top-level menus.
5292
5293 * syntax.texi (Categories): Add index entries.
5294
52952007-02-01 Juanma Barranquero <lekktu@gmail.com>
5296
5297 * display.texi (Attribute Functions): Fix name and description of
5298 the UNDERLINE arg of `set-face-underline-p'.
5299
53002007-01-29 Eli Zaretskii <eliz@gnu.org>
5301
5302 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
5303 Variables", and "Standard Keymaps" to the detailed menu.
5304
5305 * variables.texi (Future Local Variables): Add index entry.
5306
53072007-01-28 Richard Stallman <rms@gnu.org>
5308
5309 * tips.texi (Coding Conventions): Clarify the tip about macros
5310 that define a function or a variable.
5311
5312 * files.texi (File Attributes): UID and GID can be floats.
5313 (Magic File Names): Explain why deferring all operations to
5314 the standard handler does not work.
5315
53162007-01-23 Martin Rudalics <rudalics@gmx.at>
5317
5318 * backups.texi (Reverting): Use "buffer" instead of "file"
5319 when talking about major and minor modes.
5320
53212007-01-21 Richard Stallman <rms@gnu.org>
5322
5323 * help.texi (Documentation): Add xref to Documentation Tips.
5324
53252007-01-14 Juanma Barranquero <lekktu@gmail.com>
5326
5327 * tips.texi (Coding Conventions): Fix typos.
5328
53292007-01-05 Richard Stallman <rms@gnu.org>
5330
5331 * modes.texi (Defining Minor Modes): Fix previous change.
5332
53332007-01-03 Richard Stallman <rms@gnu.org>
5334
5335 * customize.texi (Variable Definitions, Customization Types):
5336 Don't use * in doc string for defcustom.
5337
53382007-01-02 Richard Stallman <rms@gnu.org>
5339
5340 * variables.texi (Variable Aliases): Clarify that aliases vars
5341 always have the same value.
5342
5343 * processes.texi (Bindat Spec): Fix Texinfo usage.
5344
5345 * modes.texi (Defining Minor Modes): Explain effect of command
5346 defined with define-global-minor-mode on new buffers.
5347
53482006-12-30 Kim F. Storm <storm@cua.dk>
5349
5350 * keymaps.texi (Tool Bar): Describe `grow-only' value of
5351 `auto-resize-tool-bars'.
5352
53532006-12-30 Richard Stallman <rms@gnu.org>
5354
5355 * keymaps.texi (Active Keymaps): Fix previous change.
5356
53572006-12-30 Nick Roberts <nickrob@snap.net.nz>
5358
5359 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
5360
53612006-12-30 Kim F. Storm <storm@cua.dk>
5362
5363 * processes.texi (Bindat Spec): Clarify using field names in
5364 length specifications.
5365
53662006-12-29 Kim F. Storm <storm@cua.dk>
5367
5368 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
5369 Add count and index variables for eval forms in repeat blocks.
5370
53712006-12-24 Richard Stallman <rms@gnu.org>
5372
5dcb4c4e
SM
5373 * customize.texi (Variable Definitions):
5374 Document new name custom-add-frequent-value.
b8d4c8d0
GM
5375
53762006-12-19 Kim F. Storm <storm@cua.dk>
5377
5378 * commands.texi (Misc Events): User signals now result in sigusr1
5379 and sigusr2 events which are handled through special-event-map.
5380 (Special Events): User signals and drag-n-drop are special.
5381
53822006-12-17 Richard Stallman <rms@gnu.org>
5383
5384 * loading.texi (Named Features): Explain subfeatures better.
5385
5386 * customize.texi: Use "option" only for user options.
5387 For the keyword values inside defcustom etc, say "keywords".
5388 For :options value's elements, say "elements".
5389 :group should not be omitted.
5390
5391 * syntax.texi (Parsing Expressions): Split up node.
5392 (Motion via Parsing, Position Parse, Parser State)
5393 (Low-Level Parsing, Control Parsing): New subnodes.
5394 (Parser State): Document syntax-ppss-toplevel-pos.
5395
5396 * positions.texi (List Motion): Punctuation fix.
5397
5398 * files.texi (File Name Completion): Document PREDICATE arg
5399 to file-name-completion.
5400
54012006-12-16 Eli Zaretskii <eliz@gnu.org>
5402
5403 * internals.texi (Building Emacs, Writing Emacs Primitives):
5404 Add index entries.
5405
54062006-12-11 Richard Stallman <rms@gnu.org>
5407
5408 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
5409 affects face menu. Explain how to make it non-nil without enabling
5410 any fontification.
5411
54122006-12-10 Chong Yidong <cyd@stupidchicken.com>
5413
5414 * modes.texi (Font Lock Basics): Document nil value of
5415 font-lock-defaults.
5416
54172006-12-10 Glenn Morris <rgm@gnu.org>
5418
5419 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
5420 value for system-flag argument. Abbrev tables may not be empty
5421 when major modes are loaded.
5422
54232006-12-08 Juanma Barranquero <lekktu@gmail.com>
5424
5425 * makefile.w32-in (maintainer-clean): Partially revert last
5426 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
5427 to protect elisp-covers.texi.
5428
54292006-12-07 Juanma Barranquero <lekktu@gmail.com>
5430
5431 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
5432 Don't remove elisp* info files; they are already deleted by the
5433 `clean' and `distclean' targets, and they are in the $(infodir)
5434 directory, not the current one.
5435
54362006-12-04 Kim F. Storm <storm@cua.dk>
5437
5438 * commands.texi (Misc Events): Update signal events.
5439 (Event Examples): Add signal example.
5440
54412006-11-29 Richard Stallman <rms@gnu.org>
5442
5443 * frames.texi (Visibility of Frames): Explain visible windows
5444 can be covered by others. Add xref for raise-frame.
5445
54462006-11-28 Richard Stallman <rms@gnu.org>
5447
5448 * searching.texi (Regexp Special): Update when ^ is special.
5449
54502006-11-27 Eli Zaretskii <eliz@gnu.org>
5451
5452 * customize.texi (Customization, Common Keywords)
5453 (Group Definitions, Variable Definitions, Composite Types)
5454 (Type Keywords, Customization Types): Add index entries for
5455 various customization keywords.
5456
54572006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
5458
5459 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
5460
c8763fb6 54612006-11-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
5462
5463 * frames.texi (Window System Selections): Remove clipboard from
5464 description of selection-coding-system.
5465
54662006-11-06 Richard Stallman <rms@gnu.org>
5467
5468 * lists.texi (List Variables): Document COMPARE-FN.
5469
5470 * keymaps.texi: Avoid use of "binding" to mean a relation;
5471 use it only to refer to the meaning associated with a key.
5472 (Keymaps): Change menu node description.
5473
5474 * elisp.texi (Top): Change menu node description.
5475
5476 * display.texi (Managing Overlays): Document overlay-recenter.
5477
54782006-10-29 Chong Yidong <cyd@stupidchicken.com>
5479
5480 * Makefile.in: Use relative paths to avoid advertising filesystem
5481 contents during compilation.
5482
54832006-10-23 Kim F. Storm <storm@cua.dk>
5484
5485 * commands.texi (Event Input Misc): Update unread-command-events.
5486
54872006-10-23 Nick Roberts <nickrob@snap.net.nz>
5488
5489 * lists.texi (Sets And Lists): Fix typos.
5490
54912006-10-18 Juanma Barranquero <lekktu@gmail.com>
5492
5493 * control.texi (Processing of Errors): Use @var for an argument,
5494 not @code.
5495
54962006-10-16 Richard Stallman <rms@gnu.org>
5497
5498 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
5499
5500 * keymaps.texi (Format of Keymaps): Show all the keymap element
5501 patterns that result from menu items.
5502 (Key Lookup): Minor cleanups.
5503
5504 * modes.texi (Precalculated Fontification): Don't say that
5505 not setting font-lock-defaults avoids loading font-lock.
5506
5507 * help.texi (Documentation): Move xref to Emacs Manual here.
5508 (Documentation Basics): From here.
5509 Also doc emacs-lisp-docstring-fill-column.
5510
5511 * elisp.texi: Update version and ISBN.
5512
5513 * commands.texi (Interactive Call): Clarify KEYS arg to
5514 call-interactively is a vector.
5515 (Command Loop Info): Delete anchor in this-command-keys.
5516 Add anchor in this-command-keys-vector.
5517 (Recursive Editing): Document how recursive-edit
5518 handles the current buffer.
5519
55202006-10-13 Chong Yidong <cyd@stupidchicken.com>
5521
5522 * frames.texi (Frame Titles): %c and %l are ignored in
5523 frame-title-format.
5524
55252006-10-11 Richard Stallman <rms@gnu.org>
5526
5527 * keymaps.texi (Key Sequences): Clarify use of kbd.
5528
55292006-10-10 Kim F. Storm <storm@cua.dk>
5530
5531 * lists.texi (Sets And Lists): Add memql.
5532
55332006-10-03 Richard Stallman <rms@gnu.org>
5534
5535 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
5536 Clarify :ascii: and :nonascii:.
5537
55382006-09-29 Juri Linkov <juri@jurta.org>
5539
5540 * modes.texi (%-Constructs): Reorder coding systems in the
5541 documentation of %z to the real order displayed in the modeline.
5542
55432006-09-25 Richard Stallman <rms@gnu.org>
5544
5545 * os.texi (Timers): Describe timer-max-repeats.
5546
55472006-09-25 Chong Yidong <cyd@stupidchicken.com>
5548
5549 * os.texi (Timers): Mention with-local-quit.
5550
55512006-09-24 Richard Stallman <rms@gnu.org>
5552
5553 * searching.texi (Searching and Matching): Mention property search.
5554
5555 * commands.texi (Command Loop Info): Explain how read-event affects
5556 this-command-keys.
5557
55582006-09-20 Richard Stallman <rms@gnu.org>
5559
5560 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
5561
5562 * windows.texi (Window Start): Minor cleanups.
5563
55642006-09-20 Kim F. Storm <storm@cua.dk>
5565
5566 * windows.texi (Window Start): pos-visible-in-window-p allows
5567 specifying t for position to mean "end of window".
5568 Add window-line-height.
5569
5570 * anti.texi (Antinews): Mention window-line-height.
5571
55722006-09-19 David Kastrup <dak@gnu.org>
5573
5574 * keymaps.texi (Searching Keymaps): Small clarification.
5575
55762006-09-18 Richard Stallman <rms@gnu.org>
5577
5578 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
5579 cause keyboard menus.
5580 (Menu Keymaps): Likewise.
5581 (Defining Menus, Keyboard Menus): Clarify.
5582
5583 * text.texi (Fields): Clarify explanation of constrain-to-field.
5584
55852006-09-16 Eli Zaretskii <eliz@gnu.org>
5586
5587 * variables.texi (Tips for Defining): Fix a typo.
5588
55892006-09-15 Richard Stallman <rms@gnu.org>
5590
5591 * keymaps.texi (Remapping Commands, Searching Keymaps)
5592 (Active Keymaps): Clean up previous change.
5593
55942006-09-15 Jay Belanger <belanger@truman.edu>
5595
5596 * gpl.texi: Replace "Library Public License" by "Lesser Public
5597 License" throughout.
5598
55992006-09-15 David Kastrup <dak@gnu.org>
5600
5601 * keymaps.texi (Active Keymaps): Adapt description to use
5602 `get-char-property' instead `get-text-property'. Explain how
5603 mouse events change this. Explain the new optional argument of
5604 `key-binding' and its mouse-dependent lookup.
5605 (Searching Keymaps): Adapt description similarly.
5606 (Remapping Commands): Explain the new optional argument of
5607 `command-remapping'.
5608
56092006-09-14 Richard Stallman <rms@gnu.org>
5610
5611 * keymaps.texi (Searching Keymaps): Clarification.
5612 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
5613
56142006-09-13 Richard Stallman <rms@gnu.org>
5615
5616 * objects.texi (Character Type): Node split.
5617 Add xref to Describing Characters.
5618 (Basic Char Syntax, General Escape Syntax)
5619 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
5620
56212006-09-11 Richard Stallman <rms@gnu.org>
5622
5623 * display.texi (Display Table Format): Wording clarification.
5624 (Glyphs): Clarifications.
5625
56262006-09-10 Chong Yidong <cyd@stupidchicken.com>
5627
5628 * keymaps.texi (Active Keymaps): Mention that key-binding checks
5629 local maps.
5630
56312006-09-10 Kim F. Storm <storm@cua.dk>
5632
5633 * display.texi (Forcing Redisplay): Document return value of
5634 function redisplay.
5635
56362006-09-09 Richard Stallman <rms@gnu.org>
5637
5638 * windows.texi (Window Hooks): Explain limits of
5639 window-scroll-functions.
5640
5641 * display.texi (Fringe Indicators): Update for last change in
5642 indicate-buffer-boundaries.
5643
56442006-09-08 Richard Stallman <rms@gnu.org>
5645
5646 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
5647
56482006-09-06 Kim F. Storm <storm@cua.dk>
5649
5650 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
5651
5652 * windows.texi (Window Start): Update pos-visible-in-window-p.
5653
56542006-09-04 Richard Stallman <rms@gnu.org>
5655
5656 * processes.texi (Accepting Output): Explain SECONDS=0 for
5657 accept-process-output.
5658
5659 * os.texi (Idle Timers): Explain why timer functions should not
5660 loop until (input-pending-p).
5661
56622006-09-02 Eli Zaretskii <eliz@gnu.org>
5663
5664 * makefile.w32-in (usermanualdir): New variable.
5665 (elisp.dvi): Use it.
5666
56672006-09-01 Eli Zaretskii <eliz@gnu.org>
5668
5669 * buffers.texi (Buffer Modification): Fix last change.
5670
56712006-09-01 Chong Yidong <cyd@stupidchicken.com>
5672
5dcb4c4e
SM
5673 * buffers.texi (Buffer Modification):
5674 Document buffer-chars-modified-tick.
b8d4c8d0
GM
5675
56762006-08-31 Richard Stallman <rms@gnu.org>
5677
5678 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
5679
56802006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
5681
5682 * modes.texi (Syntactic Font Lock):
5683 Mention font-lock-syntactic-face-function
5684 instead of specific faces.
5685
56862006-08-29 Chong Yidong <cyd@stupidchicken.com>
5687
5688 * display.texi (Images): Add xrref to display-images-p.
5689
56902006-08-28 Kenichi Handa <handa@m17n.org>
5691
5692 * nonascii.texi (Lisp and Coding Systems): Fix description of
5693 detect-coding-region.
5694
56952006-08-27 Michael Olson <mwolson@gnu.org>
5696
5697 * processes.texi (Transaction Queues): Remove stray quote
5698 character.
5699
57002006-08-25 Richard Stallman <rms@gnu.org>
5701
5702 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
5703 Add xref.
5704
57052006-08-24 Chong Yidong <cyd@stupidchicken.com>
5706
5707 * os.texi (Timers): Avoid waiting inside timers.
5708
57092006-08-21 Lute Kamstra <lute@gnu.org>
5710
5711 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
5712
57132006-08-20 Richard Stallman <rms@gnu.org>
5714
5715 * os.texi (Idle Timers): New node, split out from Timers.
5716 Document current-idle-time.
5717 * commands.texi (Reading One Event): Update xref.
5718 * elisp.texi (Top): Update subnode menu.
5719
57202006-08-16 Richard Stallman <rms@gnu.org>
5721
5722 * keymaps.texi (Extended Menu Items): Show format of cached
5723 bindings in extended menu items.
5724
5725 * customize.texi (Variable Definitions): Explain when the
5726 standard value expression is evaluated.
5727
57282006-08-15 Chong Yidong <cyd@stupidchicken.com>
5729
5730 * commands.texi (Reading One Event): Explain idleness in
5731 `read-event'.
5732
57332006-08-12 Chong Yidong <cyd@stupidchicken.com>
5734
5735 * text.texi (Near Point): Say "cursor" not "terminal cursor".
5dcb4c4e 5736 (Commands for Insertion): Remove split-line since it's not
b8d4c8d0
GM
5737 relevant for Lisp programming.
5738 (Yank Commands): Rewrite introduction.
5739 (Undo): Clarify.
5740 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
5741 (Filling): Remove redundant comment. Clarify return value of
5742 current-justification.
5743 (Margins): Minor clarifications.
5744 (Adaptive Fill): Update default value of adaptive-fill-regexp.
5745 (Sorting): Update definition of sort-lines.
5746 (Columns): Clarify behavior of sort-columns.
5747 (Indent Tabs): Link to Tab Stops in Emacs manual.
5748 (Special Properties): Clarify.
5749 (Clickable Text): Mention Buttons package.
5750
57512006-08-12 Kevin Ryde <user42@zip.com.au>
5752
5753 * os.texi (Time Parsing): Add %z to description of
5754 format-time-string, as per docstring. Add cross reference to
5755 glibc manual for strftime.
5756
57572006-08-08 Richard Stallman <rms@gnu.org>
5758
5759 * modes.texi: Clean up wording in previous change.
5760
57612006-08-07 Chong Yidong <cyd@stupidchicken.com>
5762
5763 * modes.texi (Hooks): Clarify.
5764 (Major Mode Basics): Mention define-derived-mode explicitly.
5765 (Major Mode Conventions): Rebinding RET is OK for some modes.
5766 Mention change-major-mode-hook and after-change-major-mode-hook.
5dcb4c4e 5767 (Example Major Modes): Move to end of Modes section.
b8d4c8d0
GM
5768 (Mode Line Basics): Clarify.
5769 (Mode Line Data): Mention help-echo and local-map in strings.
5770 Explain reason for treatment of non-risky variables.
5771 (Properties in Mode): Clarify.
5772 (Faces for Font Lock): Add font-lock-negation-char-face.
5773
57742006-08-04 Eli Zaretskii <eliz@gnu.org>
5775
5776 * strings.texi (Formatting Strings): Warn against arbitrary
5777 strings as first arg to `format'.
5778
57792006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
5780
5781 * text.texi (Clickable Text): Mention `help-echo' text property.
5782 Update intro, examples and associated explanations.
5783
57842006-07-31 Richard Stallman <rms@gnu.org>
5785
5786 * commands.texi: Update xrefs.
5787 (Event Mod): New node, cut out from old Translating Input.
5788
5789 * maps.texi: Update xrefs.
5790
5791 * keymaps.texi (Translation Keymaps): New node.
5792 Update xrefs from Translating Input to Translation Keymaps.
5793
5794 * elisp.texi (Top): Update subnode menu.
5795
5796 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
5797
5798 * os.texi (System Interface): Fix menu descriptions of some nodes.
5799 (Translating Input): Node deleted.
5800
58012006-07-31 Nick Roberts <nickrob@snap.net.nz>
5802
5803 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
5804
5805 * lists.texi (Sets And Lists): Likewise.
5806
58072006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
5808
5809 * text.texi (Fields): Mention POS
5810 requirement when narrowing is in effect.
5811
58122006-07-28 Richard Stallman <rms@gnu.org>
5813
5814 * display.texi (Face Attributes): Simplify wording.
5815 (Attribute Functions): Clarify meaning of new-frame default
5816 attribute settings.
5817
5818 * customize.texi (Common Keywords): Document how to use
5819 :package-version in a package not in Emacs.
5820
58212006-07-28 Kim F. Storm <storm@cua.dk>
5822
5823 * commands.texi (Reading One Event): Fix last change.
5824
58252006-07-26 Chong Yidong <cyd@stupidchicken.com>
5826
5827 * commands.texi (Reading One Event): Document SECONDS argument for
5828 read-event, read-char, and read-char-exclusive.
5829
58302006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
5831
5832 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
5833 to ensure correct identification.
5834
58352006-07-24 Richard Stallman <rms@gnu.org>
5836
5837 * text.texi (Clickable Text): Clarify.
5838
5839 * sequences.texi (Vector Functions): Delete duplicate xref.
5840
5841 * objects.texi (Function Type): Clarify.
5842
5843 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
5844 modes.
5845
5846 * lists.texi (List Variables): New node.
5847 Material moved from other nodes.
5848
5849 * variables.texi (Setting Variables): add-to-list and
5850 add-to-ordered-list moved to List Variables node.
5851
58522006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
5853
5854 * text.texi (Links and Mouse-1):
5855 For mouse-on-link-p, expand on arg POS.
5856
58572006-07-21 Kim F. Storm <storm@cua.dk>
5858
5859 * display.texi (Forcing Redisplay): Don't mention systems which
5860 don't support sub-second timers for redisplay-preemption-period.
5861
5862 * os.texi (Terminal Output): Clarify text vs graphical terminal.
5863
58642006-07-21 Eli Zaretskii <eliz@gnu.org>
5865
5866 * frames.texi (Input Focus): Document that focus-follows-mouse has
5867 no effect on MS-Windows.
5868
58692006-07-18 Richard Stallman <rms@gnu.org>
5870
5871 * display.texi (Forcing Redisplay): Cleanups in previous change.
5872
5873 * processes.texi (Low-Level Network): Make menu more convenient.
5874
58752006-07-18 Kim F. Storm <storm@cua.dk>
5876
5877 * display.texi (Forcing Redisplay): redisplay-preemption-period
5878 only used on window systems. Add xref to Terminal Output.
5879
5880 * os.texi (Terminal Output): baud-rate only controls preemption on
5881 non-window systems. Add xref to Forcing Redisplay.
5882
5883 * processes.texi (Low-Level Network): Rename node "Make Network"
5884 to "Network Processes".
5885
58862006-07-18 Karl Berry <karl@gnu.org>
5887
5888 * variables.texi, functions.texi, customize.texi, loading.texi:
5889 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
5890
58912006-07-17 Chong Yidong <cyd@stupidchicken.com>
5892
5893 * commands.texi (Waiting): Document batch-mode sit-for behavior.
5894
58952006-07-17 Richard Stallman <rms@gnu.org>
5896
5897 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
5898 Put period and comma inside quotes.
5899
5900 * loading.texi, markers.texi: Use real doublequote inside menus.
5901
5902 * windows.texi: Put point and comma inside quotes.
5903 (Textual Scrolling): Use @samp for error message.
5904
5905 * variables.texi, tips.texi, syntax.texi, symbols.texi:
5906 * strings.texi, streams.texi, processes.texi, os.texi:
5907 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
5908 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
5909 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
5910 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
5911 Put point and comma inside quotes.
5912
5913 * control.texi (Processing of Errors): Add command-error-function.
5914
5915 * variables.texi (File Local Variables): Clarify that
5916 file local variables make buffer-local bindings.
5917
5918 * modes.texi (Syntactic Font Lock): Give default for
5919 font-lock-syntax-table.
5920
59212006-07-17 Nick Roberts <nickrob@snap.net.nz>
5922
5923 * text.texi (Special Properties): Clean up previous change.
5924
59252006-07-16 Karl Berry <karl@gnu.org>
5926
5927 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
5928 * control.texi: Fix bad page breaks through chapter 10 (control).
5929
5930 * anti.texi (Antinews): Reorder face-attribute fns to avoid
5931 underfull hbox.
5932
59332006-07-15 Nick Roberts <nickrob@snap.net.nz>
5934
5935 * text.texi (Special Properties): Describe fontified text property
5936 in relation to a character (not text).
5937
59382006-07-15 Kim F. Storm <storm@cua.dk>
5939
5940 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
5941 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
5942 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
5943
5944 * anti.texi (Antinews): Mention redisplay function.
5945 The kbd macro existed, but was not documented, before 22.x.
5946 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
5947
59482006-07-14 Nick Roberts <nickrob@snap.net.nz>
5949
5950 * display.texi (Displaying Messages): Add anchor.
5951
5952 * frames.texi (Dialog Boxes): Use it.
5953
59542006-07-12 Richard Stallman <rms@gnu.org>
5955
5956 * objects.texi (Frame Type): Explain nature of frames better.
5957
5958 * frames.texi (Frames): Explain nature of frames better.
5959
59602006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
5961
5962 * tips.texi (Coding Conventions): Explain why use cl at compile time.
5963
59642006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5965
5966 * frames.texi (Window System Selections): Mention scrap support for Mac.
5967 Default value of x-select-enable-clipboard is t on Mac.
5968
5969 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
5970
59712006-07-11 Kim F. Storm <storm@cua.dk>
5972
5973 * display.texi (Forcing Redisplay): Add `redisplay' function.
5974 Don't mention (sit-for -1) -- use (redisplay t) instead.
5975
5976 * commands.texi (Waiting): (sit-for -1) is no longer special.
5977 (sit-for 0) is equivalent to (redisplay).
5978 Iconifying/deiconifying no longer makes sit-for return.
5979
59802006-07-10 Nick Roberts <nickrob@snap.net.nz>
5981
5982 * display.texi (Buttons): Fix typo.
5983
5984 * index.texi, elisp.texi (New Symbols): Comment node out.
5985
59862006-07-09 Richard Stallman <rms@gnu.org>
5987
5988 * display.texi (Truncation): Clean up previous change.
5989
59902006-07-08 Richard Stallman <rms@gnu.org>
5991
5992 * commands.texi (Interactive Call): Use 3 as prefix in example
5993 for execute-extended-command.
5994
5995 * display.texi (Attribute Functions): Move paragraph about
5996 compatibility with Emacs < 21.
5997
59982006-07-09 Kim F. Storm <storm@cua.dk>
5999
6000 * display.texi (Refresh Screen): Clarify force-window-update.
6001 (Truncation): "Normally" indicated by fringe arrows.
6002
60032006-07-08 Eli Zaretskii <eliz@gnu.org>
6004
6005 * windows.texi (Textual Scrolling, Resizing Windows):
6006 * variables.texi (Constant Variables):
6007 * text.texi (Buffer Contents, Deletion, Changing Properties)
6008 (Property Search, Special Properties, Sticky Properties)
6009 (Links and Mouse-1, Fields, Change Hooks):
6010 * syntax.texi (Syntax Table Functions, Parsing Expressions)
6011 (Categories):
6012 * symbols.texi (Other Plists):
6013 * streams.texi (Output Variables):
6014 * processes.texi (Input to Processes, Query Before Exit):
6015 * positions.texi (Word Motion, Text Lines, List Motion):
6016 * os.texi (Init File, System Environment, Sound Output)
6017 (Session Management):
6018 * nonascii.texi (Text Representations, Character Sets)
6019 (Chars and Bytes, Locales):
6020 * modes.texi (Defining Minor Modes, Header Lines):
6021 * minibuf.texi (Minibuffer Contents):
6022 * markers.texi (Information from Markers):
6023 * lists.texi (List Elements, Building Lists, Association Lists):
6024 * keymaps.texi (Tool Bar):
6025 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
6026 * functions.texi (What Is a Function, Mapping Functions):
6027 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
6028 (Color Names, Text Terminal Colors, Display Feature Testing):
6029 * files.texi (Visiting Functions, File Name Components)
6030 (Unique File Names, Contents of Directories):
6031 * display.texi (Forcing Redisplay, Displaying Messages)
6032 (Temporary Displays, Font Selection, Auto Faces)
6033 (Font Lookup, Fringe Indicators, Display Margins)
6034 (Image Descriptors, Showing Images, Image Cache, Button Types)
6035 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
6036 (Display Table Format, Glyphs):
6037 * control.texi (Iteration):
6038 * commands.texi (Command Loop Info, Adjusting Point):
6039 * backups.texi (Making Backups, Auto-Saving):
6040 Remove @tindex entries.
6041
60422006-07-07 Kim F. Storm <storm@cua.dk>
6043
6044 * display.texi (Fringe Cursors): Fix typo.
6045 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
6046 (Overlay Arrow): Default is overlay-arrow fringe indicator.
6047
60482006-07-05 Richard Stallman <rms@gnu.org>
6049
6050 * text.texi (Buffer Contents): Add example of text props
6051 in result of buffer-substring.
6052 (Text Properties): Explain better about use of specific property names.
6053 (Property Search): Some cleanups; reorder some functions.
6054
6055 * keymaps.texi (Changing Key Bindings): Cleanup.
6056 Add xref to Key Binding Conventions.
6057
6058 * display.texi (Attribute Functions): Add examples for
6059 face-attribute-relative-p.
6060
6061 * tips.texi (Coding Conventions): Cleanup last change.
6062
60632006-07-05 Karl Berry <karl@gnu.org>
6064
6065 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
6066 Remove @setchapternewpage odd.
6067 Result is 1013 pages, down from 1100.
6068
6069 * anti.texi, customize.texi, display.texi, internals.texi:
6070 * minibuf.texi, modes.texi, tips.texi:
6071 Fix overfull/underfull boxes.
6072
60732006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
6074
6075 * edebug.texi (Instrumenting):
6076 Add Edebug-specific findex for eval-buffer.
6077 * loading.texi (Loading):
6078 Replace eval-current-buffer with eval-buffer.
6079
60802006-06-30 Nick Roberts <nickrob@snap.net.nz>
6081
6082 * locals.texi (Standard Buffer-Local Variables): Update the list
6083 of variables.
6084
60852006-06-26 Nick Roberts <nickrob@snap.net.nz>
6086
6087 * files.texi (File Name Completion): Point user to the node
6088 "Reading File Names".
6089
60902006-06-24 Eli Zaretskii <eliz@gnu.org>
6091
6092 * files.texi (Contents of Directories): Document case-insensitive
6093 behavior on respective filesystems.
6094
6095 * objects.texi (Character Type): Document that Emacs signals an
6096 error for unsupported Unicode characters specified as \uNNNN.
6097
60982006-06-19 Richard Stallman <rms@gnu.org>
6099
6100 * processes.texi (Bindat Spec): Clarify previous change.
6101
61022006-06-16 Richard Stallman <rms@gnu.org>
6103
6104 * tips.texi (Coding Conventions): Better explain conventions
6105 for definition constructs.
6106
6107 * text.texi (Special Properties): String value of `read-only'
6108 serves as the error message.
6109
6110 * objects.texi (Character Type): Clarify prev. change.
6111 (Non-ASCII in Strings): Mention \u and \U.
6112
6113 * commands.texi (Using Interactive): Explain problem of
6114 markers, etc., in command-history.
6115
61162006-06-14 Kim F. Storm <storm@cua.dk>
6117
6118 * commands.texi (Waiting): Negative arg to sit-for forces
6119 redisplay even if input is pending.
6120
6121 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
6122 redisplay. Remove incorrect example of binding redisplay-dont-pause
6123 around (sit-for 0).
6124
61252006-06-13 Richard Stallman <rms@gnu.org>
6126
6127 * display.texi (Forcing Redisplay): Clarify previous change.
6128
61292006-06-13 Romain Francoise <romain@orebokech.com>
6130
6131 * display.texi (Forcing Redisplay): Fix typo.
6132
61332006-06-13 Kim F. Storm <storm@cua.dk>
6134
6135 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
6136
61372006-06-10 Luc Teirlinck <teirllm@auburn.edu>
6138
6139 * tips.texi (Coding Conventions): Add `@end itemize'.
6140
61412006-06-10 Richard Stallman <rms@gnu.org>
6142
6143 * tips.texi (Coding Conventions): Explain use of coding systems
6144 to ensure one decoding for strings.
6145
61462006-06-09 Aidan Kehoe <kehoea@parhasard.net>
6147
6148 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
6149 syntax.
6150
61512006-06-07 Eli Zaretskii <eliz@gnu.org>
6152
6153 * display.texi (Font Selection): Remove description of
6154 clear-face-cache.
6155
6156 * compile.texi (Eval During Compile): Fix a typo. Add index
6157 entries for possible uses of eval-when-compile.
6158
61592006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
6160
6161 * display.texi (Abstract Display): Fix typo.
6162
61632006-06-03 Eli Zaretskii <eliz@gnu.org>
6164
6165 * minibuf.texi (Minibuffer History) <history-add-new-input>:
6166 Reword variable's description.
6167
61682006-06-01 Richard Stallman <rms@gnu.org>
6169
6170 * windows.texi (Splitting Windows): Clarify splitting nonselected
6171 window.
6172
61732006-05-31 Juri Linkov <juri@jurta.org>
6174
6175 * minibuf.texi (Minibuffer History): Add history-add-new-input.
6176
61772006-05-30 Richard Stallman <rms@gnu.org>
6178
6179 * display.texi (Line Height): Fix errors in description of
10d1d0af 6180 default line height and line-height property.
b8d4c8d0
GM
6181
6182 * nonascii.texi (Default Coding Systems): Further clarification.
6183
61842006-05-29 Luc Teirlinck <teirllm@auburn.edu>
6185
6186 * internals.texi (Pure Storage): Mention that an overflow in pure
6187 space causes a memory leak.
6188 (Garbage Collection): If there was an overflow in pure space,
6189 `garbage-collect' returns nil.
6190
61912006-05-30 Eli Zaretskii <eliz@gnu.org>
6192
6193 * nonascii.texi (Default Coding Systems): Fix it some more.
6194
61952006-05-29 Eli Zaretskii <eliz@gnu.org>
6196
6197 * nonascii.texi (Default Coding Systems): Fix last change.
6198
61992006-05-29 Kenichi Handa <handa@m17n.org>
6200
6201 * nonascii.texi (find-operation-coding-system): Describe the new
6202 argument format (FILENAME . BUFFER).
6203
62042006-05-28 Richard Stallman <rms@gnu.org>
6205
6206 * tips.texi (Coding Conventions): Better explain reasons not to
6207 advise other packages or use `eval-after-load'.
6208
62092006-05-29 Kim F. Storm <storm@cua.dk>
6210
6211 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
6212 `bindat-idx' and `bindat-raw' for clarity.
6213
62142006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
6215
6216 * processes.texi (Bindat Spec): Expand on `repeat' handler.
6217
6218 * display.texi (Display): Add "Abstract Display" to menu.
6219 (Abstract Display, Abstract Display Functions)
6220 (Abstract Display Example): New nodes.
6221 * elisp.texi (Top): Add "Abstract Display" to menu.
6222
62232006-05-27 Chong Yidong <cyd@stupidchicken.com>
6224
6225 * keymaps.texi (Key Sequences): Link to input events definition.
6226 (Format of Keymaps): Delete material duplicated in Keymap Basics.
6227
6228 * files.texi (Changing Files): Document updated argument list for
6229 copy-file.
6230
62312006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
6232
6233 * processes.texi (Bindat Functions): Explain term "total length".
6234 Use it in bindat-length and bindat-pack descriptions.
6235
62362006-05-26 Eli Zaretskii <eliz@gnu.org>
6237
6238 * tips.texi (Coding Conventions): Advise against using
6239 eval-after-load in packages. Add an index entry.
6240
62412006-05-25 Juri Linkov <juri@jurta.org>
6242
6243 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
6244
6245 * modes.texi (%-Constructs): Add %e, %z, %Z.
6246
62472006-05-25 Richard Stallman <rms@gnu.org>
6248
6249 * elisp.texi (Top): Update subnode menu.
6250
6251 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
6252 (Keymaps): Update menu.
6253
62542006-05-25 Chong Yidong <cyd@stupidchicken.com>
6255
6256 * keymaps.texi (Key Sequences): Some clarifications.
6257
62582006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
6259
6260 * processes.texi (Bindat Functions): Say "unibyte string"
6261 explicitly for bindat-unpack and bindat-pack descriptions.
6262 (Bindat Examples): Don't call `string-make-unibyte' in example.
6263
62642006-05-25 Chong Yidong <cyd@stupidchicken.com>
6265
5dcb4c4e 6266 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
c5602427 6267 Explain string and vector representations of key sequences.
b8d4c8d0
GM
6268
6269 * keymaps.texi (Changing Key Bindings):
dd7b651b 6270 * commands.texi (Interactive Codes):
b8d4c8d0
GM
6271 * help.texi (Describing Characters): Refer to it.
6272
62732006-05-23 Luc Teirlinck <teirllm@auburn.edu>
6274
6275 * frames.texi (Pointer Shape): @end table -> @end defvar.
6276
62772006-05-22 Richard Stallman <rms@gnu.org>
6278
6279 * elisp.texi (Top): Update subnode menus.
6280
6281 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
6282 Contents rewritten; material from old Pointer Shape node moved here.
6283
6284 * display.texi (Pointer Shape): Node deleted.
6285 (Image Descriptors): Minor cleanup.
6286
62872006-05-21 Richard Stallman <rms@gnu.org>
6288
6289 * syntax.texi (Parsing Expressions): Update info on which STATE
6290 elements are ignored.
6291
62922006-05-19 Luc Teirlinck <teirllm@auburn.edu>
6293
6294 * hooks.texi (Standard Hooks): Correct typo.
6295
6296 * gpl.texi (GPL): ifinfo -> ifnottex.
6297
62982006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
6299
6300 * searching.texi (Simple Match Data): Warn about match data being
6301 set anew by every search.
6302
63032006-05-17 Richard Stallman <rms@gnu.org>
6304
6305 * minibuf.texi (Minibuffer History): Clarify.
6306
6307 * searching.texi (Regexp Special): Clarify nested regexp warning.
6308
63092006-05-16 Kim F. Storm <storm@cua.dk>
6310
6311 * minibuf.texi (Minibuffer History): Update add-to-history.
6312
63132006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
6314
5dcb4c4e
SM
6315 * nonascii.texi (Explicit Encoding):
6316 Fix typo (encoding<->decoding).
b8d4c8d0
GM
6317
63182006-05-14 Richard Stallman <rms@gnu.org>
6319
6320 * buffers.texi (Creating Buffers): Cleanup.
6321
6322 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
6323
63242006-05-13 Eli Zaretskii <eliz@gnu.org>
6325
6326 * buffers.texi (Current Buffer): Document that with-temp-buffer
6327 disables undo.
6328
6329 * os.texi (Terminal-Specific): More accurate description of how
6330 Emacs searches for the terminal-specific libraries.
6331
63322006-05-12 Eli Zaretskii <eliz@gnu.org>
6333
6334 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
6335 emacs-xtra to @inforef's.
6336
6337 * text.texi (Undo): Document that undo is turned off in buffers
6338 whose names begin with a space.
6339
6340 * buffers.texi (Buffer Names): Add index entries for buffers whose
6341 names begin with a space.
6342 (Creating Buffers): Document that undo is turned off in buffers
6343 whose names begin with a space.
6344
6345 * files.texi (Visiting Functions, Reading from Files)
6346 (Saving Buffers): Mention code and EOL conversions by file I/O
6347 primitives and subroutines.
6348
f4e90db0
SM
6349 * nonascii.texi (Lisp and Coding Systems):
6350 Document coding-system-eol-type. Add index entries for eol conversion.
b8d4c8d0
GM
6351
6352 * display.texi (Defining Faces): Mention `mac', and add an xref to
6353 where window-system is described.
6354
63552006-05-10 Richard Stallman <rms@gnu.org>
6356
6357 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
6358
63592006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
6360
6361 * variables.texi (File Local Variables): Recommend to quote lambda
6362 expressions in safe-local-variable property.
6363
63642006-05-09 Richard Stallman <rms@gnu.org>
6365
5dcb4c4e
SM
6366 * variables.texi (File Local Variables):
6367 Document safe-local-eval-forms and safe-local-eval-function.
b8d4c8d0
GM
6368
63692006-05-07 Kim F. Storm <storm@cua.dk>
6370
6371 * minibuf.texi (Minibuffer History): Remove keep-dups arg
6372 from add-to-history.
6373
63742006-05-07 Romain Francoise <romain@orebokech.com>
6375
6376 * commands.texi (Event Input Misc):
6377 * compile.texi (Eval During Compile):
6378 * internals.texi (Buffer Internals):
6379 * minibuf.texi (Initial Input):
6380 * nonascii.texi (Scanning Charsets):
6381 * numbers.texi (Comparison of Numbers):
6382 * windows.texi (Textual Scrolling, Vertical Scrolling):
6383 Fix various typos.
6384
63852006-05-06 Eli Zaretskii <eliz@gnu.org>
6386
6387 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
6388 conditional xref's to either emacs or emacs-xtra, depending on
6389 @iftex/@ifnottex.
6390
6391 * minibuf.texi (Minibuffer History): Document add-to-history.
6392
63932006-05-05 Eli Zaretskii <eliz@gnu.org>
6394
6395 * internals.texi (Pure Storage): Mention the pure overflow message
6396 at startup.
6397
c8763fb6 63982006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
6399
6400 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
6401 (Searching Keymaps): Fix pseudo-Lisp description of keymap
6402 search.
6403
64042006-05-01 Richard Stallman <rms@gnu.org>
6405
6406 * intro.texi (nil and t): Clarify.
6407
6408 * variables.texi (File Local Variables): Suggest using booleanp.
6409
64102006-05-01 Juanma Barranquero <lekktu@gmail.com>
6411
6412 * objects.texi (Type Predicates): Fix typos.
6413
64142006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
6415
6416 * intro.texi (nil and t): Add booleanp.
6417
6418 * objects.texi (Type Predicates): Add links for booleanp and
6419 string-or-null-p.
6420
64212006-04-29 Richard Stallman <rms@gnu.org>
6422
6423 * modes.texi (Multiline Font Lock): Rename from
6424 Multi line Font Lock Elements. Much clarification.
6425 (Font Lock Multiline, Region to Fontify): Much clarification.
6426
64272006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
6428
6429 * variables.texi (File Local Variables): Remove the special case t for
6430 safe-local-variable.
6431
64322006-04-26 Richard Stallman <rms@gnu.org>
6433
6434 * syntax.texi (Parsing Expressions): Minor cleanup.
6435
64362006-04-18 Richard Stallman <rms@gnu.org>
6437
6438 * tips.texi (Coding Conventions): Explain when the package's
6439 prefix should appear later on (not at the start of the name).
6440
6441 * searching.texi (String Search): Clarify effect of NOERROR.
6442
6443 * modes.texi (Imenu): Clarify what special items do.
6444
6445 * hooks.texi (Standard Hooks): Delete text about old hook names.
6446
64472006-04-17 Romain Francoise <romain@orebokech.com>
6448
6449 * variables.texi (Local Variables): Update the default value of
6450 `max-specpdl-size'.
6451
64522006-04-15 Michael Olson <mwolson@gnu.org>
6453
6454 * processes.texi (Transaction Queues): Mention the new optional
6455 `delay-question' argument for `tq-enqueue'.
6456
64572006-04-13 Bill Wohler <wohler@newt.com>
6458
6459 * customize.texi (Common Keywords): Use dotted notation for
6460 :package-version value. Specify its values. Improve documentation
6461 for customize-package-emacs-version-alist.
6462
64632006-04-12 Bill Wohler <wohler@newt.com>
6464
6465 * customize.texi (Common Keywords): Move description of
6466 customize-package-emacs-version-alist to @defvar.
6467
64682006-04-10 Bill Wohler <wohler@newt.com>
6469
6470 * customize.texi (Common Keywords): Add :package-version.
6471
64722006-04-10 Kim F. Storm <storm@cua.dk>
6473
6474 * text.texi (Buffer Contents): Add NOPROPS arg to
6475 filter-buffer-substring.
6476
64772006-04-08 Kevin Ryde <user42@zip.com.au>
6478
6479 * os.texi (Command-Line Arguments): Update xref to emacs manual
6480 "Command Arguments" -> "Emacs Invocation", per change there.
6481
64822006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
6483
6484 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
6485 be on one line to help makeinfo not render two spaces after the dot.
6486
64872006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
6488
6489 * strings.texi (Predicates for Strings): Add string-or-null-p.
6490
64912006-03-28 Kim F. Storm <storm@cua.dk>
6492
6493 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
6494 remarks about systems that don't support fractional seconds.
6495
64962006-03-25 Karl Berry <karl@gnu.org>
6497
6498 * elisp.texi: Use @copyright{} instead of (C), and do not indent
6499 the year list.
6500
65012006-03-21 Nick Roberts <nickrob@snap.net.nz>
6502
6503 * display.texi (Fringe Indicators): Fix typos.
6504
65052006-03-19 Luc Teirlinck <teirllm@auburn.edu>
6506
6507 * tips.texi (Documentation Tips): One can now also write `program'
6508 in front of a quoted symbol in a docstring to prevent making a
6509 hyperlink.
6510
65112006-03-19 Alan Mackenzie <acm@muc.de>
6512
6513 * text.texi (Special Properties): Clarify `fontified' property.
6514
65152006-03-16 Richard Stallman <rms@gnu.org>
6516
6517 * display.texi (Defining Images): Minor cleanup.
6518
65192006-03-16 Bill Wohler <wohler@newt.com>
6520
6521 * display.texi (Defining Images): In image-load-path-for-library,
6522 prefer user's images.
6523
65242006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
6525
6526 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
6527
65282006-03-15 Bill Wohler <wohler@newt.com>
6529
6530 * display.texi (Defining Images): Fix example in
6531 image-load-path-for-library by not recommending that one binds
6532 image-load-path. Just defvar it to placate compiler and only use
6533 it if previously defined.
6534
65352006-03-14 Bill Wohler <wohler@newt.com>
6536
6537 * display.texi (Defining Images): In image-load-path-for-library,
6538 always return list of directories. Update example.
6539
65402006-03-14 Alan Mackenzie <acm@muc.de>
6541
6542 * modes.texi: New node, "Region to Fontify" (for Font Lock).
6543 This describes font-lock-extend-region-function.
6544 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
6545 the new node "Region to Fontify".
6546
65472006-03-13 Richard Stallman <rms@gnu.org>
6548
6549 * display.texi (Invisible Text): The impossible position is
6550 now before the invisible text, not after.
6551 (Defining Images): Clean up last change.
6552
65532006-03-11 Bill Wohler <wohler@newt.com>
6554
6555 * display.texi (Defining Images): Add image-load-path-for-library.
6556
65572006-03-11 Luc Teirlinck <teirllm@auburn.edu>
6558
6559 * text.texi (Adaptive Fill): Fix Texinfo usage.
6560
6561 * strings.texi (Creating Strings): Fix Texinfo usage.
6562
6563 * searching.texi (Regexp Special): Use @samp for regular
6564 expressions that are not in Lisp syntax.
6565
65662006-03-08 Luc Teirlinck <teirllm@auburn.edu>
6567
6568 * searching.texi (Regexp Special): Put remark between parentheses
6569 to avoid misreading.
6570
65712006-03-07 Luc Teirlinck <teirllm@auburn.edu>
6572
6573 * searching.texi (Syntax of Regexps): More accurately describe
6574 which characters are special in which situations.
6575 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
6576 are not special. Describe in detail when `[' and `]' are special.
6577 (Regexp Backslash): Plenty of regexps with unbalanced square
6578 brackets are valid, so reword that statement.
6579
65802006-03-02 Kim F. Storm <storm@cua.dk>
6581
6582 * keymaps.texi (Tool Bar): Add tool-bar-border.
6583
65842006-02-28 Luc Teirlinck <teirllm@auburn.edu>
6585
6586 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
6587
65882006-02-27 Luc Teirlinck <teirllm@auburn.edu>
6589
6590 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
6591
6592 * files.texi (Locating Files): Suggest additional values for the
6593 SUFFIXES arg of `locate-file'. Update pxref.
6594
6595 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
6596 (How Programs Do Loading): Discuss the effects of Auto Compression
6597 mode on `load'.
6598 (Load Suffixes): New node.
6599 (Library Search): Delete description of `load-suffixes'; it was
6600 moved to "Load Suffixes".
6601 (Autoload, Named Features): Mention `load-suffixes'.
6602
66032006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
6604
6605 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
6606
6607 * windows.texi (Window Tree): Fix typo.
6608
66092006-02-20 Kim F. Storm <storm@cua.dk>
6610
6611 * display.texi (Fringe Indicators): New section.
6612 Move indicate-empty-lines, indicate-buffer-boundaries, and
6613 default-indicate-buffer-boundaries here.
6614 Add fringe-indicator-alist and default-fringes-indicator-alist.
6615 Add list of logical fringe indicator symbols.
6616 Update list of standard bitmap names.
6617 (Fringe Cursors): New section.
6618 Move overflow-newline-into-fringe here.
6619 Add fringe-cursor-alist and default-fringes-cursor-alist.
6620 Add list of fringe cursor symbols.
6621
66222006-02-20 Juanma Barranquero <lekktu@gmail.com>
6623
6624 * commands.texi (Using Interactive): Fix reference to node
6625 "Minibuffers".
6626
66272006-02-19 Richard M. Stallman <rms@gnu.org>
6628
6629 * minibuf.texi (High-Level Completion):
6630 Add xref to read-input-method-name.
6631
6632 * files.texi (Relative File Names): Move file-relative-name here.
6633 (File Name Expansion): From here. Minor clarifications.
6634
6635 * commands.texi (Using Interactive): Add xrefs about reading input.
6636 Clarify remarks about that moving point and mark.
6637 Put string case before list case.
6638
c8763fb6 66392006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
6640
6641 * display.texi (Other Display Specs, Image Descriptors):
6642 Revert erroneous changes. The previous description of
6643 image-descriptors as `(image . PROPS)' was correct.
6644
66452006-02-14 Richard M. Stallman <rms@gnu.org>
6646
6647 * variables.texi (File Local Variables): Clarifications.
6648
66492006-02-14 Juanma Barranquero <lekktu@gmail.com>
6650
6651 * variables.texi (File Local Variables): Use @code for a cons
6652 cell, not @var.
6653
66542006-02-13 Chong Yidong <cyd@stupidchicken.com>
6655
6656 * variables.texi (File Local Variables): Document new file local
6657 variable behavior.
6658
66592006-02-10 Kim F. Storm <storm@cua.dk>
6660
6661 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
6662
66632006-02-08 Juanma Barranquero <lekktu@gmail.com>
6664
6665 * modes.texi (%-Constructs): Remove obsolete info about
6666 `global-mode-string'.
6667
66682006-02-07 Richard M. Stallman <rms@gnu.org>
6669
6670 * commands.texi (Prefix Command Arguments): Minor cleanup.
6671
6672 * display.texi: "Graphical display", not window system.
6673
6674 * functions.texi (What Is a Function): Fix xref.
6675
6676 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
6677 (Changing Key Bindings): Clarify when remapping is better than
6678 substitute-key-definition.
6679
66802006-02-02 Richard M. Stallman <rms@gnu.org>
6681
6682 * minibuf.texi (Basic Completion): Completion alists are risky.
6683
6684 * keymaps.texi (Active Keymaps): Clarifications.
6685 (Searching Keymaps): New node.
6686 (Keymaps): Update menu.
6687
6688 * frames.texi (Layout Parameters): Minor clarification.
6689 (Drag and Drop): New node.
6690 (Frames): Update menu.
6691
66922006-01-29 Chong Yidong <cyd@stupidchicken.com>
6693
6694 * display.texi (Other Display Specs, Image Descriptors):
6695 Image description is a list, not a cons cell.
6696
66972006-01-28 Luc Teirlinck <teirllm@auburn.edu>
6698
6699 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
6700 list is not necessarily a list).
6701
67022006-01-27 Eli Zaretskii <eliz@gnu.org>
6703
6704 * frames.texi (Layout Parameters): border-width and
6705 internal-border-width belong to the frame, not the window.
6706
67072006-01-19 Richard M. Stallman <rms@gnu.org>
6708
6709 * nonascii.texi (Translation of Characters): Search cmds use
6710 translation-table-for-input. Automatically made local.
6711
6712 * markers.texi (Overview of Markers): Count insertion type
6713 as one of a marker's attributes.
6714
6715 * keymaps.texi (Controlling Active Maps): New node, split out of
6716 Active Keymaps.
6717 (Keymaps): Menu updated.
6718 (Active Keymaps): Give pseudocode to explain how the active
6719 maps are searched. current-active-maps and key-binding moved here.
6720 (Functions for Key Lookup): current-active-maps and key-binding moved.
6721 Clarifications.
6722 (Searching the Keymaps): New subnode.
6723
6724 * elisp.texi (Top): Menu clarification.
6725
6726 * display.texi (Other Display Specs): Delete duplicate entry for
6727 just a string as display spec. Move text about recursive display
6728 specs on such a string.
6729
6730 * commands.texi (Key Sequence Input): Clarify.
6731 Move num-nonmacro-input-events out.
6732 (Reading One Event): num-nonmacro-input-events moved here.
6733
67342006-01-14 Nick Roberts <nickrob@snap.net.nz>
6735
6736 * advice.texi (Simple Advice): Update example to fit argument
6737 change in previous-line.
6738
67392006-01-05 Richard M. Stallman <rms@gnu.org>
6740
6741 * markers.texi (The Mark): Fix in `mark'.
6742
67432006-01-04 Richard M. Stallman <rms@gnu.org>
6744
6745 * processes.texi (Misc Network, Make Network): Minor cleanups.
6746
67472006-01-04 Kim F. Storm <storm@cua.dk>
6748
6749 * processes.texi (Make Network): Add IPv6 addresses and handling.
6750 (Network Feature Testing): Mention (:family ipv6).
6751 (Misc Network): Add IPv6 formats to format-network-address.
6752
67532005-12-30 Richard M. Stallman <rms@gnu.org>
6754
6755 * text.texi (Changing Properties):
6756 Don't use return value of set-text-properties.
6757
67582005-12-29 Luc Teirlinck <teirllm@auburn.edu>
6759
6760 * modes.texi (Mode Line Format): Correct typo in menu.
6761
67622005-12-29 Richard M. Stallman <rms@gnu.org>
6763
6764 * modes.texi (Mode Line Top): New node.
6765 (Mode Line Data): Some text moved to new node.
6766 Explain the data structure more concretely.
6767 (Mode Line Basics): Clarifications.
6768 (Mode Line Variables): Clarify intro paragraph.
6769 (%-Constructs): Clarify intro paragraph.
6770 (Mode Line Format): Update menu.
6771
67722005-12-28 Luc Teirlinck <teirllm@auburn.edu>
6773
6774 * minibuf.texi (Basic Completion): Update lazy-completion-table
6775 examples for removal of ARGS argument.
6776
67772005-12-23 Richard M. Stallman <rms@gnu.org>
6778
6779 * text.texi (Undo): Restore some explanation from the version
6780 that was deleted.
6781
67822005-12-23 Eli Zaretskii <eliz@gnu.org>
6783
6784 * text.texi (Undo): Remove duplicate descriptions of `apply
6785 funname' and `apply delta' elements of the undo list.
6786
67872005-12-20 Richard M. Stallman <rms@gnu.org>
6788
6789 * help.texi (Help Functions): Update documentation of `apropos'.
6790
67912005-12-20 Luc Teirlinck <teirllm@auburn.edu>
6792
6793 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
6794 because it is confusing. If the :help-echo keyword is a function,
6795 it is not directly used as the :help-echo overlay property, as the
6796 xref seems to suggest (it does not take the appropriate args).
6797
67982005-12-19 Luc Teirlinck <teirllm@auburn.edu>
6799
6800 * customize.texi (Common Keywords): Fix Texinfo usage.
6801 (Group Definitions, Variable Definitions): Update for new
6802 conventions for using `*' in docstrings.
6803
6804 * tips.texi (Documentation Tips): Update for new conventions for
6805 using `*' in docstrings.
6806
68072005-12-16 Richard M. Stallman <rms@gnu.org>
6808
6809 * minibuf.texi (Minibuffer Contents): Minor cleanup.
6810
68112005-12-16 Juri Linkov <juri@jurta.org>
6812
6813 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
6814
68152005-12-14 Romain Francoise <romain@orebokech.com>
6816
6817 * modes.texi (Customizing Keywords): Rename `append' to `how'.
6818 Fix typo.
6819
68202005-12-11 Juri Linkov <juri@jurta.org>
6821
6822 * minibuf.texi (Completion Commands): Add mention of read-file-name
6823 for filename completion keymaps.
6824 (Reading File Names): Add mention of filename completion keymaps
6825 for read-file-name and xref to `Completion Commands'.
6826
68272005-12-10 Richard M. Stallman <rms@gnu.org>
6828
6829 * customize.texi (Common Keywords): State caveats for use of :tag.
6830
68312005-12-08 Richard M. Stallman <rms@gnu.org>
6832
6833 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
6834 with xrefs and better explanation.
6835 (Completion Commands): Add the filename completion maps.
6836
6837 * objects.texi (Character Type): Clarify that \s is not space
6838 if a dash follows.
6839
68402005-12-05 Richard M. Stallman <rms@gnu.org>
6841
6842 * windows.texi (Resizing Windows): Delete preserve-before args.
6843
68442005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
6845
6846 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
6847 in full keymaps, since the quirk has been fixed.
6848
68492005-12-03 Eli Zaretskii <eliz@gnu.org>
6850
5dcb4c4e
SM
6851 * hooks.texi (Standard Hooks): Add index entries.
6852 Mention `compilation-finish-functions'.
b8d4c8d0
GM
6853
68542005-11-27 Richard M. Stallman <rms@gnu.org>
6855
6856 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
6857
68582005-11-21 Juri Linkov <juri@jurta.org>
6859
6860 * customize.texi (Common Keywords): Update links types
6861 custom-manual and url-link. Add link types emacs-library-link,
6862 file-link, function-link, variable-link, custom-group-link.
6863
68642005-11-20 Chong Yidong <cyd@stupidchicken.com>
6865
6866 * display.texi: Revert 2005-11-20 change.
6867
68682005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
6869
6870 * processes.texi (Bindat Functions):
6871 Say "third" to refer to zero-based index "2".
6872
68732005-11-18 Luc Teirlinck <teirllm@auburn.edu>
6874
6875 * loading.texi (Library Search): Update the default value of
6876 `load-suffixes'.
6877
68782005-11-17 Chong Yidong <cyd@stupidchicken.com>
6879
6880 * display.texi (Attribute Functions): Mention :ignore-defface.
6881
68822005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6883
6884 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
6885 (Minor Mode Conventions): Mention the use of a hook.
6886
68872005-11-06 Richard M. Stallman <rms@gnu.org>
6888
6889 * files.texi (Magic File Names): find-file-name-handler checks the
6890 `operations' property of the handler.
6891
68922005-11-03 Richard M. Stallman <rms@gnu.org>
6893
6894 * variables.texi (Frame-Local Variables): Small clarification.
6895
68962005-10-29 Chong Yidong <cyd@stupidchicken.com>
6897
6898 * os.texi (Init File): Document ~/.emacs.d/init.el.
6899
69002005-10-29 Richard M. Stallman <rms@gnu.org>
6901
6902 * internals.texi (Garbage Collection): Document memory-full.
6903
69042005-10-28 Bill Wohler <wohler@newt.com>
6905
6906 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
6907 for URLs.
6908
69092005-10-28 Richard M. Stallman <rms@gnu.org>
6910
6911 * minibuf.texi (Completion Commands): Clean up prev change.
6912
69132005-10-26 Kevin Ryde <user42@zip.com.au>
6914
6915 * compile.texi (Eval During Compile): Explain recommended uses
6916 of eval-when-compile and eval-and-compile.
6917
69182005-10-27 Masatake YAMATO <jet@gyve.org>
6919
6920 * minibuf.texi (Completion Commands):
6921 Write about new optional argument for `display-completion-list'.
6922
69232005-10-23 Richard M. Stallman <rms@gnu.org>
6924
6925 * display.texi (Overlay Arrow): Clarify about local bindings of
6926 overlay-arrow-position.
6927
69282005-10-22 Eli Zaretskii <eliz@gnu.org>
6929
6930 * internals.texi (Building Emacs): Fix last change.
6931
69322005-10-22 Richard M. Stallman <rms@gnu.org>
6933
6934 * internals.texi (Building Emacs): Document eval-at-startup.
6935
69362005-10-21 Richard M. Stallman <rms@gnu.org>
6937
6938 * loading.texi (Where Defined): load-history contains abs file names.
6939 symbol-file returns abs file names.
6940
69412005-10-19 Kim F. Storm <storm@cua.dk>
6942
6943 * display.texi (Showing Images): Add max-image-size integer value.
6944
69452005-10-18 Chong Yidong <cyd@stupidchicken.com>
6946
6947 * display.texi (Showing Images): Document max-image-size.
6948
69492005-10-17 Richard M. Stallman <rms@gnu.org>
6950
6951 * commands.texi (Quitting): Minor clarification.
6952
6953 * processes.texi (Sentinels): Clarify about output and quitting.
6954 (Filter Functions): Mention with-local-quit.
6955
69562005-10-17 Juri Linkov <juri@jurta.org>
6957
6958 * buffers.texi (Current Buffer):
6959 * commands.texi (Event Input Misc):
6960 * compile.texi (Eval During Compile, Compiler Errors):
6961 * customize.texi (Group Definitions):
6962 * display.texi (Progress, Defining Faces):
6963 * files.texi (Writing to Files):
6964 * modes.texi (Mode Hooks, Defining Minor Modes):
6965 * streams.texi (Output Functions):
6966 * syntax.texi (Syntax Table Functions):
6967 * text.texi (Change Hooks):
6968 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
6969
6970 * commands.texi (Quitting): Replace arg `forms' with `body' in
6971 `with-local-quit'.
6972
6973 * positions.texi (Excursions): Replace arg `forms' with `body' in
6974 `save-excursion'.
6975
69762005-10-08 Kim F. Storm <storm@cua.dk>
6977
6978 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
6979 Rename manual section accordingly.
6980
69812005-10-04 Kim F. Storm <storm@cua.dk>
6982
6983 * windows.texi (Window Split Tree): New section describing
6984 new function window-split-tree function.
6985
69862005-10-03 Nick Roberts <nickrob@snap.net.nz>
6987
6988 * display.texi (Fringe Size/Pos): Simplify and add detail.
6989
69902005-09-30 Romain Francoise <romain@orebokech.com>
6991
6992 * minibuf.texi (High-Level Completion): Explain that the prompt
6993 given to `read-buffer' should end with a colon and a space.
6994 Update usage examples.
6995
69962005-09-29 Juri Linkov <juri@jurta.org>
6997
6998 * display.texi (Displaying Messages): Rename argument name
6999 `string' to `format-string' in functions `message', `message-box',
7000 `message-or-box'.
7001
70022005-09-26 Chong Yidong <cyd@stupidchicken.com>
7003
7004 * errors.texi (Standard Errors): Correct xrefs.
7005
70062005-09-18 Chong Yidong <cyd@stupidchicken.com>
7007
7008 * display.texi (Defining Images): Update documentation for
7009 `image-load-path'.
7010
70112005-09-17 Richard M. Stallman <rms@gnu.org>
7012
7013 * display.texi (Defining Images): Clean up previous change.
7014
70152005-09-16 Romain Francoise <romain@orebokech.com>
7016
7017 * elisp.texi: Specify GFDL version 1.2.
7018
7019 * doclicense.texi (GNU Free Documentation License): Update to
7020 version 1.2.
7021
70222005-09-15 Chong Yidong <cyd@stupidchicken.com>
7023
7024 * display.texi (Defining Images): Document `image-load-path'.
7025
70262005-09-15 Richard M. Stallman <rms@gnu.org>
7027
7028 * objects.texi (Printed Representation): Minor cleanup.
7029 (Box Diagrams): Minor fix.
7030 (Cons Cell Type): Move (...) index item here.
7031 (Box Diagrams): From here.
7032 (Array Type): Minor fix.
7033 (Type Predicates): Delete index "predicates".
7034 (Hash Table Type): Clarify xref.
7035 (Dotted Pair Notation): Minor fix.
7036
70372005-09-10 Chong Yidong <cyd@stupidchicken.com>
7038
7039 * files.texi (Saving Buffers): Fix typo.
7040
70412005-09-08 Richard M. Stallman <rms@gnu.org>
7042
7043 * tips.texi (Programming Tips): Correct the "default" prompt spec.
7044
70452005-09-08 Chong Yidong <cyd@stupidchicken.com>
7046
7047 * locals.texi (Standard Buffer-Local Variables): Don't include
7048 mode variables for minor modes.
7049 Fix xrefs for buffer-display-count, buffer-display-table,
7050 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
7051 enable-multibyte-characters, fill-column, header-line-format,
7052 left-fringe-width, left-margin, and right-fringe-width.
7053
7054 * hooks.texi (Standard Hooks): All hooks should conform to the
7055 standard naming convention now.
7056 Fix xref for `echo-area-clear-hook'.
7057
7058 * display.texi (Usual Display): Note that indicate-empty-lines and
7059 tab-width are buffer-local.
7060
7061 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
7062
7063 * modes.texi (Mode Help): Note that major-mode is buffer-local.
7064
7065 * nonascii.texi (Encoding and I/O): Note that
7066 buffer-file-coding-system is buffer-local.
7067
7068 * positions.texi (List Motion): Note that defun-prompt-regexp is
7069 buffer-local.
7070
7071 * text.texi (Auto Filling): Note that auto-fill-function is
7072 buffer-local.
7073 (Undo): Note that buffer-undo-list is buffer-local.
7074
5dcb4c4e
SM
7075 * windows.texi (Buffers and Windows):
7076 Document buffer-display-count.
b8d4c8d0
GM
7077
70782005-09-06 Richard M. Stallman <rms@gnu.org>
7079
7080 * tips.texi (Coding Conventions): Sometimes it is ok to put the
7081 package prefix elsewhere than at the start of the name.
7082
70832005-09-03 Richard M. Stallman <rms@gnu.org>
7084
7085 * tips.texi (Programming Tips): Add conventions for minibuffer
7086 questions and prompts.
7087
70882005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
7089
7090 * intro.texi (nil and t): Minor cleanup.
7091 Delete spurious mention of keyword symbols.
7092 (Evaluation Notation): Add index entry.
7093 (A Sample Function Description): Minor cleanup.
7094 (A Sample Variable Description): Not all vars can be set.
7095
70962005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
7097
7098 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
7099
7100 (Insertion): Document precise type of `insert-char' arg COUNT.
7101
71022005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
7103
7104 * modes.texi (Other Font Lock Variables): Sync the default of
7105 font-lock-lines-before.
7106
71072005-08-31 Michael Albinus <michael.albinus@gmx.de>
7108
7109 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
7110
71112005-08-29 Richard M. Stallman <rms@gnu.org>
7112
7113 * elisp.texi (Top): Update subnode menu.
7114
7115 * searching.texi (Searching and Matching): Move node.
7116 Rearrange contents and add overall explanation.
7117 (Searching and Case): Move node.
7118 (Searching and Matching): Update menu.
7119
71202005-08-27 Eli Zaretskii <eliz@gnu.org>
7121
7122 * os.texi (Startup Summary): Fix the description of the initial
7123 startup message display.
7124
71252005-08-25 Richard M. Stallman <rms@gnu.org>
7126
7127 * searching.texi (Search and Replace): Add replace-regexp-in-string.
7128
71292005-08-25 Emilio C. Lopes <eclig@gmx.net>
7130
7131 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
7132 `next-overlay-change' example.
7133
71342005-08-22 Juri Linkov <juri@jurta.org>
7135
7136 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
7137 Fix invert-face. Fix args of face-background.
7138
7139 * display.texi (Standard Faces): Delete node.
7140 (Faces): Add xref to `(emacs)Standard Faces'.
7141 (Displaying Faces): Fix xref to `Standard Faces'.
7142
7143 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
7144
71452005-08-20 Alan Mackenzie <acm@muc.de>
7146
7147 * buffers.texi (The Buffer List): Clarify the manipulation of the
7148 buffer list.
7149
71502005-08-14 Richard M. Stallman <rms@gnu.org>
7151
7152 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
7153 a regexp.
7154
71552005-08-11 Richard M. Stallman <rms@gnu.org>
7156
7157 * elisp.texi (Top): Update subnode lists.
7158
7159 * display.texi (Inverse Video): Node deleted.
7160
7161 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
7162 New nodes split out of Coding Conventions.
7163
7164 * searching.texi (Regular Expressions): Document re-builder.
7165
7166 * os.texi (Time Parsing): New node split out of Time Conversion.
7167
7168 * processes.texi (Misc Network, Network Feature Testing)
7169 (Network Options, Make Network): New nodes split out of
7170 Low-Level Network.
7171
71722005-08-09 Richard M. Stallman <rms@gnu.org>
7173
7174 * frames.texi (Geometry): New node, split from Size and Position.
7175 (Frame Parameters): Refer to Geometry.
7176
7177 * buffers.texi (The Buffer List): Fix xrefs.
7178
7179 * windows.texi (Splitting Windows): Fix xref.
7180
7181 * frames.texi (Layout Parameters): Add xref.
7182
7183 * display.texi (Line Height, Scroll Bars): Fix xrefs.
7184
7185 * keymaps.texi (Menu Bar): Fix xref.
7186
7187 * locals.texi (Standard Buffer-Local Variables): Fix xref.
7188
7189 * modes.texi (%-Constructs): Fix xref.
7190
7191 * frames.texi (Window Frame Parameters): Node split up.
7192 (Basic Parameters, Position Parameters, Size Parameters)
7193 (Layout Parameters, Buffer Parameters, Management Parameters)
7194 (Cursor Parameters, Color Parameters): New subnodes.
7195
71962005-08-09 Luc Teirlinck <teirllm@auburn.edu>
7197
7198 * positions.texi (Screen Lines): Update xref for previous change
7199 in minibuf.texi.
7200
7201 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
7202 change in minibuf.texi.
7203
72042005-08-09 Richard M. Stallman <rms@gnu.org>
7205
7206 * tips.texi (Coding Conventions): Minor cleanup.
7207
7208 * modes.texi (Defining Minor Modes): Explain when init-value
7209 can be non-nil.
7210
7211 * elisp.texi (Top): Update submenu for Minibuffer.
7212
7213 * minibuf.texi (Minibuffer Misc): Node split up.
7214 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
7215 (Recursive Mini): New nodes split out from Minibuffer Misc.
7216 (Minibuffer Misc): Document max-mini-window-height.
7217
7218 * hash.texi (Defining Hash): Delete stray paren in example.
7219
7220 * display.texi (Echo Area Customization): Don't define
7221 max-mini-window-height here; xref instead.
7222
7223 * commands.texi (Event Input Misc): Update while-no-input.
7224
7225 * advice.texi (Advising Functions): Explain when to use advice
7226 and when to use a hook.
7227
72282005-07-30 Eli Zaretskii <eliz@gnu.org>
7229
7230 * makefile.w32-in (info): Don't run install-info.
7231 ($(infodir)/dir): New target, produced by running install-info.
7232
72332005-07-27 Luc Teirlinck <teirllm@auburn.edu>
7234
7235 * modes.texi (Defining Minor Modes): The keyword for the initial
7236 value is :init-value, not :initial-value.
7237
72382005-07-23 Eli Zaretskii <eliz@gnu.org>
7239
7240 * loading.texi (Autoload): Make the `doctor' example be consistent
7241 with what's in current loaddefs.el. Describe the "fn" magic in
7242 the usage portion of the doc string.
7243
72442005-07-22 Richard M. Stallman <rms@gnu.org>
7245
7246 * internals.texi (Garbage Collection): Clarify previous change.
7247
72482005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
7249
7250 * internals.texi (Garbage Collection): Add gc-cons-percentage.
7251
72522005-07-18 Juri Linkov <juri@jurta.org>
7253
7254 * commands.texi (Accessing Events):
7255 * frames.texi (Text Terminal Colors, Resources):
7256 * markers.texi (The Mark):
7257 * modes.texi (Defining Minor Modes):
7258 Delete duplicate duplicate words.
7259
72602005-07-16 Richard M. Stallman <rms@gnu.org>
7261
7262 * display.texi (Managing Overlays): Clarify make-overlay
7263 args for insertion types.
7264
72652005-07-13 Luc Teirlinck <teirllm@auburn.edu>
7266
7267 * customize.texi (Variable Definitions):
7268 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
7269 `standard-value' is a list too.
7270 (Defining New Types): Use @key{RET} instead of @key{ret}.
7271
72722005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
7273
7274 * os.texi (Translating Input): Fix typo.
7275
72762005-07-08 Richard M. Stallman <rms@gnu.org>
7277
7278 * README: Update edition number and size estimate.
7279
7280 * elisp.texi (VERSION): Set to 2.9.
7281
72822005-07-07 Richard M. Stallman <rms@gnu.org>
7283
7284 * book-spine.texinfo: Update Emacs version.
7285
7286 * display.texi (Inverse Video): Delete mode-line-inverse-video.
7287
72882005-07-06 Richard M. Stallman <rms@gnu.org>
7289
7290 * searching.texi (Regexp Search): Clarify what re-search-forward
7291 does when the search fails.
7292
72932005-07-05 Lute Kamstra <lute@gnu.org>
7294
7295 * Update FSF's address in GPL notices.
7296
7297 * doclicense.texi (GNU Free Documentation License):
7298 * gpl.texi (GPL):
7299 * tips.texi (Coding Conventions, Library Headers):
7300 * vol1.texi:
7301 * vol2.texi: Update FSF's address.
7302
73032005-07-04 Richard M. Stallman <rms@gnu.org>
7304
7305 * hooks.texi (Standard Hooks): Add occur-hook.
7306
73072005-07-03 Luc Teirlinck <teirllm@auburn.edu>
7308
7309 * display.texi (The Echo Area): Correct menu.
7310
73112005-07-03 Richard M. Stallman <rms@gnu.org>
7312
7313 * elisp.texi (Top): Update subnode menu for Display.
7314
7315 * display.texi (Displaying Messages): New node, with most
7316 of what was in The Echo Area.
5dcb4c4e 7317 (Progress): Move under The Echo Area.
b8d4c8d0
GM
7318 (Logging Messages): New node with new text.
7319 (Echo Area Customization): New node, the rest of what was
7320 in The Echo Area. Document message-truncate-lines with @defvar.
7321 (Display): Update menu.
7322
7323 * windows.texi (Textual Scrolling): Doc 3 values for
7324 scroll-preserve-screen-position.
7325
7326 * text.texi (Special Properties): Change hook functions
7327 should bind inhibit-modification-hooks around altering buffer text.
7328
7329 * keymaps.texi (Key Binding Commands): Call binding BINDING
7330 rather than DEFINITION.
7331
73322005-06-29 Juanma Barranquero <lekktu@gmail.com>
7333
7334 * variables.texi (Defining Variables): `user-variable-p' returns t
7335 for aliases of user options, nil for alias loops.
7336
73372005-06-28 Richard M. Stallman <rms@gnu.org>
7338
7339 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
7340 make-keymap.
7341
73422005-06-27 Luc Teirlinck <teirllm@auburn.edu>
7343
7344 * variables.texi (Setting Variables): Correct and clarify
7345 description of `add-to-ordered-list'.
7346
73472005-06-26 Richard M. Stallman <rms@gnu.org>
7348
7349 * display.texi (Faces): Minor cleanup.
7350
73512005-06-25 Luc Teirlinck <teirllm@auburn.edu>
7352
7353 * display.texi (Faces): `facep' returns t for strings that are
7354 face names.
7355
73562005-06-25 Richard M. Stallman <rms@gnu.org>
7357
7358 * objects.texi (Equality Predicates): Clarify meaning of equal.
7359
7360 * windows.texi (Selecting Windows): save-selected-window
7361 and with-selected-window save and restore the current buffer.
7362
73632005-06-24 Richard M. Stallman <rms@gnu.org>
7364
7365 * numbers.texi (Float Basics): Explain how to test for NaN,
7366 and printing the sign of NaNs.
7367
73682005-06-24 Eli Zaretskii <eliz@gnu.org>
7369
7370 * makefile.w32-in (MAKEINFO): Use --force.
7371
73722005-06-23 Richard M. Stallman <rms@gnu.org>
7373
7374 * display.texi (Face Functions): Correct Texinfo usage.
7375
73762005-06-23 Luc Teirlinck <teirllm@auburn.edu>
7377
7378 * lists.texi (Rings): `ring-elements' now returns the elements of
7379 RING in order.
7380
73812005-06-23 Juanma Barranquero <lekktu@gmail.com>
7382
7383 * markers.texi (The Mark): Texinfo usage fix.
7384
73852005-06-23 Kim F. Storm <storm@cua.dk>
7386
7387 * searching.texi (Entire Match Data): Remove evaporate option for
7388 match-data. Do not mention evaporate option for set-match-data.
7389
73902005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
7391
7392 * display.texi (Face Functions): Mention face aliases.
7393
73942005-06-21 Richard M. Stallman <rms@gnu.org>
7395
7396 * anti.texi (Antinews): Texinfo usage fix.
7397
73982005-06-21 Karl Berry <karl@gnu.org>
7399
7400 * elisp.texi: Use @copying.
7401
7402 * elisp.texi: Put @summarycontents and @contents before the Top
7403 node, instead of the end of the file, so that the contents appear
7404 in the right place in the dvi/pdf output.
7405
74062005-06-21 Juri Linkov <juri@jurta.org>
7407
7408 * display.texi (Defining Faces): Add `customized-face'.
7409
74102005-06-20 Kim F. Storm <storm@cua.dk>
7411
7412 * variables.texi (Setting Variables): Any type of element can be
7413 given order in add-to-ordered-list. Compare elements with eq.
7414
7415 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
7416
74172005-06-20 Karl Berry <karl@gnu.org>
7418
7419 * syntax.texi (Syntax Flags): Make last column very slightly wider
7420 to avoid "generic comment" breaking on two lines and causing an
7421 underfull box.
7422
74232005-06-19 Luc Teirlinck <teirllm@auburn.edu>
7424
7425 * lists.texi (Rings): Various minor clarifications and corrections.
7426
74272005-06-18 Richard M. Stallman <rms@gnu.org>
7428
7429 * functions.texi (Obsolete Functions): Simplify.
7430
7431 * variables.texi (Variable Aliases): Simplify.
7432
7433 * anti.texi, backups.texi, compile.texi, customization.texi:
7434 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
7435 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
7436 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
7437 * variables.texi: Fix formatting ugliness.
7438
7439 * elisp.texi: Add links to Rings and Byte Packing.
7440 Update version and copyright years.
7441
7442 * minibuf.texi: Fix formatting ugliness.
7443 (Completion Commands): Move keymap vars to the end
7444 and vars completing-read binds to the top.
7445
74462005-06-17 Luc Teirlinck <teirllm@auburn.edu>
7447
7448 * processes.texi: Fix typos.
7449 (Bindat Spec): Correct Texinfo error.
7450 (Byte Packing): Fix ungrammatical sentence.
7451
74522005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
7453
7454 * lists.texi (Rings): New node.
7455 (Lists): Add it to menu.
7456
7457 * processes.texi (Byte Packing): New node.
7458 (Processes): Add it to menu.
7459
74602005-06-17 Richard M. Stallman <rms@gnu.org>
7461
7462 * syntax.texi (Parsing Expressions): Fix texinfo usage.
7463
7464 * help.texi (Documentation Basics): Explain the xref to
7465 Documentation Tips.
7466
7467 * debugging.texi (Debugger Commands): Minor fix.
7468
74692005-06-16 Luc Teirlinck <teirllm@auburn.edu>
7470
7471 * edebug.texi (Instrumenting): Eliminate duplicate link.
7472 (Specification List): Replace references to "below", referring to
7473 a later node, with one @ref to that node.
7474
7475 * os.texi (Timers): Timers should save and restore the match data
7476 if they change it.
7477
7478 * debugging.texi (Debugger Commands): Mention that the Lisp
7479 debugger can not step through primitive functions.
7480
74812005-06-16 Juanma Barranquero <lekktu@gmail.com>
7482
7483 * functions.texi (Obsolete Functions): Update argument names of
7484 `make-obsolete' and `define-obsolete-function-alias'.
7485
7486 * variables.texi (Variable Aliases): Update argument names of
7487 `defvaralias', `make-obsolete-variable' and
7488 `define-obsolete-variable-alias'.
7489
74902005-06-15 Kim F. Storm <storm@cua.dk>
7491
7492 * searching.texi (Entire Match Data): Rephrase warnings about
7493 evaporate arg to match-data and set-match-data.
7494
74952005-06-14 Luc Teirlinck <teirllm@auburn.edu>
7496
7497 * elisp.texi (Top): Update detailed menu.
7498
7499 * edebug.texi (Edebug): Update menu.
7500 (Instrumenting): Update xrefs.
7501 (Edebug Execution Modes): Correct xref.
7502 (Jumping): Clarify description of `h' command.
7503 Eliminate redundant @ref.
7504 (Breaks): New node.
7505 (Breakpoints): Is now a subsubsection.
7506 (Global Break Condition): Mention `C-x X X'.
7507 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
7508 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
7509 (Edebug Display Update): Correct pxref.
7510 (Edebug and Macros): New node.
7511 (Instrumenting Macro Calls): Is now a subsubsection.
7512 Neither arg of `def-edebug-spec' is evaluated.
7513 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
7514 (Specification Examples): Fix typo.
7515
75162005-06-14 Lute Kamstra <lute@gnu.org>
7517
7518 * debugging.texi (Function Debugging): Primitives can break on
7519 entry too.
7520
75212005-06-14 Kim F. Storm <storm@cua.dk>
7522
7523 * variables.texi (Setting Variables): Add add-to-ordered-list.
7524
75252005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
7526
7527 * syntax.texi (Parsing Expressions): Document aux functions and vars of
7528 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
7529
75302005-06-13 Lute Kamstra <lute@gnu.org>
7531
7532 * text.texi (Special Properties): Fix cross reference.
7533
75342005-06-11 Luc Teirlinck <teirllm@auburn.edu>
7535
7536 * debugging.texi (Function Debugging): Delete mention of empty
7537 string argument to `cancel-debug-on-entry'. Delete inaccurate
7538 description of the return value of that command.
7539
75402005-06-11 Alan Mackenzie <acm@muc.de>
7541
7542 * text.texi (Adaptive Fill): Amplify the description of
7543 fill-context-prefix.
7544
75452005-06-10 Luc Teirlinck <teirllm@auburn.edu>
7546
7547 * syntax.texi (Parsing Expressions): Fix Texinfo error.
7548
75492005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
7550
7551 * syntax.texi (Parsing Expressions): Document syntax-ppss.
7552
75532005-06-10 Luc Teirlinck <teirllm@auburn.edu>
7554
7555 * debugging.texi (Error Debugging): Minor rewording.
7556 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
7557 is optional.
7558
75592005-06-10 Lute Kamstra <lute@gnu.org>
7560
7561 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
7562 (Top): Give it a title. Correct version number. Give the
7563 detailed node listing a more prominent header.
7564 * intro.texi: Don't set VERSION here a second time.
7565 Mention Emacs's version too.
7566 * anti.texi (Antinews): Use EMACSVER to refer to the current
7567 version of Emacs.
7568
75692005-06-09 Kim F. Storm <storm@cua.dk>
7570
7571 * searching.texi (Entire Match Data): Explain new `reseat' argument to
7572 match-data and set-match-data.
7573
75742005-06-08 Richard M. Stallman <rms@gnu.org>
7575
7576 * searching.texi (Entire Match Data): Clarify when match-data
7577 returns markers and when integers.
7578
7579 * display.texi (Defining Faces): Explain that face name should not
7580 end in `-face'.
7581
7582 * modes.texi (Mode Line Data): Minor cleanup.
7583 (Customizing Keywords): Node split out of Search-based Fontification.
7584 Add example of using font-lock-add-keywords from a hook.
7585 Clarify when MODE should be non-nil, and when nil.
7586
75872005-06-06 Richard M. Stallman <rms@gnu.org>
7588
7589 * modes.texi (Mode Line Data): Explain what happens when the car
7590 of a list is a void symbol.
7591 (Search-based Fontification): Explain MODE arg to
7592 font-lock-add-keywords and warn about calls from major modes.
7593
75942005-06-08 Juri Linkov <juri@jurta.org>
7595
7596 * display.texi (Standard Faces): Add `shadow' face.
7597
75982005-05-29 Luc Teirlinck <teirllm@auburn.edu>
7599
7600 * modes.texi (Major Mode Conventions): A derived mode only needs
7601 to put the call to the parent mode inside `delay-mode-hooks'.
7602
76032005-05-29 Richard M. Stallman <rms@gnu.org>
7604
7605 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
7606 new, and what that implies. Clarify.
7607
7608 * files.texi (Locating Files): Clean up the text.
7609
7610 * frames.texi (Window Frame Parameters): Document user-size.
7611 Shorten entry for top by referring to left.
7612
76132005-05-26 Richard M. Stallman <rms@gnu.org>
7614
7615 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
7616 is new, and what the implications are. Other clarifications.
7617
76182005-05-24 Richard M. Stallman <rms@gnu.org>
7619
7620 * frames.texi (Dialog Boxes): Minor fixes.
7621
76222005-05-25 Masatake YAMATO <jet@gyve.org>
7623
7624 * display.texi (Standard Faces): Write about `mode-line-highlight'.
7625
76262005-05-24 Luc Teirlinck <teirllm@auburn.edu>
7627
7628 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
7629 is optional.
7630
76312005-05-24 Nick Roberts <nickrob@snap.net.nz>
7632
10d1d0af 7633 * frames.texi (Dialog Boxes): Describe new optional argument.
b8d4c8d0
GM
7634
76352005-05-23 Lute Kamstra <lute@gnu.org>
7636
7637 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
7638 syntax-begin-function over font-lock-beginning-of-syntax-function.
7639
76402005-05-21 Luc Teirlinck <teirllm@auburn.edu>
7641
7642 * minibuf.texi (Reading File Names): Update description of
7643 `read-directory-name'.
7644
7645 * modes.texi (Derived Modes): Clarify :group keyword.
7646
76472005-05-21 Eli Zaretskii <eliz@gnu.org>
7648
7649 * files.texi (Locating Files): New subsection.
7650 Describe locate-file and executable-find.
7651
76522005-05-21 Kevin Ryde <user42@zip.com.au>
7653
7654 * frames.texi (Initial Parameters): Update cross reference to
7655 "Emacs Invocation".
7656
76572005-05-19 Luc Teirlinck <teirllm@auburn.edu>
7658
7659 * keymaps.texi (Active Keymaps): Add anchor.
7660
7661 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
7662 (Major Mode Conventions): Refer to `Auto Major Mode' in more
7663 appropriate place.
7664 (Derived Modes): Small clarifications.
7665 (Minor Mode Conventions, Keymaps and Minor Modes):
7666 Replace references to nodes with references to anchors.
7667 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
7668 Clarify description of lists whose first element is an integer.
7669 (Mode Line Variables): Add anchor.
7670 (%-Constructs): Clarify description of integer after %.
7671 (Emulating Mode Line): Describe nil value for FACE.
7672
76732005-05-18 Luc Teirlinck <teirllm@auburn.edu>
7674
7675 * modes.texi (Derived Modes): Correct references to non-existing
7676 variable standard-syntax-table.
7677
76782005-05-17 Lute Kamstra <lute@gnu.org>
7679
7680 * modes.texi (Defining Minor Modes): Mention the mode hook.
7681
76822005-05-15 Kim F. Storm <storm@cua.dk>
7683
7684 * processes.texi (Network): Remove open-network-stream-nowait.
7685 (Network Servers): Remove open-network-stream-server.
7686
76872005-05-15 Luc Teirlinck <teirllm@auburn.edu>
7688
7689 * elisp.texi (Top): Update detailed menu.
7690
7691 * variables.texi: Reorder nodes.
7692 (Variables): Update menu.
7693 (File Local Variables): Do not refer to the `-*-' line as
7694 a "local variables list". Add pxref.
7695
76962005-05-14 Luc Teirlinck <teirllm@auburn.edu>
7697
7698 * elisp.texi (Top): Update detailed menu for node changes.
7699
7700 * modes.texi (Modes): Update Menu.
7701 (Hooks): Move to beginning of chapter.
7702 Most minor modes run mode hooks too.
7703 `add-hook' can handle void hooks or hooks whose value is a single
7704 function.
7705 (Major Modes): Update Menu.
7706 (Major Mode Basics): New node, split off from `Major Modes'.
7707 (Major Mode Conventions): Correct xref. Explain how to handle
7708 auto-mode-alist if the major mode command has an autoload cookie.
7709 (Auto Major Mode): Major update. Add magic-mode-alist.
7710 (Derived Modes): Major update.
7711 (Mode Line Format): Update Menu.
7712 (Mode Line Basics): New node, split off from `Mode Line Format'.
7713
7714 * loading.texi (Autoload): Mention `autoload cookie' as synonym
7715 for `magic autoload comment'. Add index entries and anchor.
7716
77172005-05-14 Richard M. Stallman <rms@gnu.org>
7718
7719 * tips.texi (Coding Conventions): Explain how important it is
7720 that just loading certain files not change Emacs behavior.
7721
7722 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
7723
77242005-05-12 Lute Kamstra <lute@gnu.org>
7725
7726 * modes.texi (Generic Modes): Update.
7727 (Major Modes): Refer to node "Generic Modes".
7728
7729 * elisp.texi (Top): Update to the current structure of the manual.
7730 * processes.texi (Processes): Add menu description.
7731 * customize.texi (Customization): Add menu descriptions.
7732
77332005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
7734
7735 * processes.texi (Signals to Processes)
7736 (Low-Level Network): Fix typos.
7737
77382005-05-11 Lute Kamstra <lute@gnu.org>
7739
7740 * elisp.texi (Top): Add some nodes from the chapter "Major and
7741 Minor Modes" to the detailed node listing.
7742
77432005-05-10 Richard M. Stallman <rms@gnu.org>
7744
7745 * keymaps.texi (Extended Menu Items): Menu item filter functions
7746 can be called at any time.
7747
77482005-05-08 Luc Teirlinck <teirllm@auburn.edu>
7749
7750 * variables.texi (File Local Variables): `(hack-local-variables t)'
7751 now also checks whether a mode is specified in the local variables
7752 list.
7753
77542005-05-05 Kevin Ryde <user42@zip.com.au>
7755
7756 * display.texi (The Echo Area): Correct format function cross
7757 reference.
7758
77592005-05-05 Luc Teirlinck <teirllm@auburn.edu>
7760
7761 * variables.texi (Variable Aliases): Change description of
7762 `define-obsolete-variable-alias'.
7763
7764 * functions.texi (Functions): Add "Obsolete Functions" to menu.
7765 (Defining Functions): Add xref.
7766 (Obsolete Functions): New node.
7767 (Function Safety): Standardize capitalization of section title.
7768
7769 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
7770 (Dialog Boxes): Complete description of `x-popup-dialog'.
7771
77722005-05-04 Richard M. Stallman <rms@gnu.org>
7773
7774 * commands.texi (Interactive Codes): Fix Texinfo usage.
7775 Document U more clearly.
7776
77772005-05-01 Luc Teirlinck <teirllm@auburn.edu>
7778
7779 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
7780 function and not a macro.
7781
7782 * frames.texi (Pop-Up Menus): Correct and clarify description of
7783 `x-popup-menu'.
7784 (Dialog Boxes): Clarify description of `x-popup-dialog'.
7785
77862005-05-01 Richard M. Stallman <rms@gnu.org>
7787
7788 * edebug.texi (Checking Whether to Stop): Fix previous change.
7789
77902005-05-01 Luc Teirlinck <teirllm@auburn.edu>
7791
7792 * display.texi: Fix typos and Texinfo usage.
7793
7794 * edebug.texi (Checking Whether to Stop): executing-macro ->
7795 executing-kbd-macro.
7796
77972005-05-01 Richard M. Stallman <rms@gnu.org>
7798
7799 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
7800
78012005-04-30 Richard M. Stallman <rms@gnu.org>
7802
7803 * files.texi (Magic File Names): Document `operations' property.
7804
78052005-04-29 Lute Kamstra <lute@gnu.org>
7806
7807 * modes.texi (Generic Modes): New node.
7808 (Major Modes): Add it to the menu.
7809 (Derived Modes): Add "derived mode" to concept index.
7810
78112005-04-28 Lute Kamstra <lute@gnu.org>
7812
7813 * modes.texi (Defining Minor Modes): Fix previous change.
7814 (Font Lock Mode): Simplify.
7815 (Font Lock Basics): Say that font-lock-defaults is buffer-local
7816 when set and that some parts are optional. Add cross references.
7817 (Search-based Fontification): Say how to specify font-lock-keywords.
7818 Add cross references. Add font-lock-multiline to index.
7819 Move font-lock-keywords-case-fold-search here from node "Other Font
7820 Lock Variables". Document font-lock-add-keywords and
7821 font-lock-remove-keywords.
7822 (Other Font Lock Variables): Move font-lock-keywords-only,
7823 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
7824 and font-lock-syntactic-face-function to node "Syntactic Font
7825 Lock". Move font-lock-keywords-case-fold-search to node
7826 "Search-based Fontification". Document font-lock-inhibit-thing-lock
7827 and font-lock-{,un}fontify-{buffer,region}-function.
7828 (Precalculated Fontification): Remove reference to deleted variable
7829 font-lock-core-only.
7830 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
7831 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
7832 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
7833 and font-lock-syntactic-face-function here from node "Other Font
7834 Lock Variables". Move font-lock-syntactic-keywords to "Setting
7835 Syntax Properties". Add cross references.
7836 (Setting Syntax Properties): New node.
7837 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
7838 * syntax.texi (Syntax Properties): Add cross reference.
7839 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
7840
78412005-04-26 Richard M. Stallman <rms@gnu.org>
7842
7843 * display.texi (Defining Faces):
7844 Document `default' elements of defface spec.
7845
7846 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
7847
7848 * variables.texi (Variable Aliases): Clarify text.
7849
78502005-04-25 Chong Yidong <cyd@stupidchicken.com>
7851
7852 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
7853
78542005-04-25 Luc Teirlinck <teirllm@auburn.edu>
7855
7856 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
7857
78582005-04-24 Eli Zaretskii <eliz@gnu.org>
7859
7860 * syntax.texi (Syntax Table Internals): Elaborate documentation of
7861 syntax-after and syntax-class.
7862
7863 * files.texi (Changing Files): Fix last change's cross-reference.
7864 (Unique File Names): Don't mention "numbers" in the documentation
7865 of make-temp-file and make-temp-name.
7866
78672005-04-23 Richard M. Stallman <rms@gnu.org>
7868
7869 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
7870
78712005-04-22 Nick Roberts <nickrob@snap.net.nz>
7872
7873 * windows.texi (Cyclic Window Ordering): Clarify window-list.
7874
78752005-04-22 Nick Roberts <nickrob@snap.net.nz>
7876
7877 * variables.texi (Variable Aliases): Describe make-obsolete-variable
7878 and define-obsolete-variable-alias.
7879
78802005-04-22 Kim F. Storm <storm@cua.dk>
7881
7882 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
7883 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
7884
78852005-04-21 Lute Kamstra <lute@gnu.org>
7886
7887 * lists.texi (Association Lists): Document rassq-delete-all.
7888
78892005-04-19 Richard M. Stallman <rms@gnu.org>
7890
7891 * modes.texi (Search-based Fontification): Explain that
7892 facespec is an expression to be evaluated.
7893
78942005-04-19 Kevin Ryde <user42@zip.com.au>
7895
7896 * streams.texi (Output Functions): Fix xref.
7897 * strings.texi (String Conversion): Fix xref.
7898
78992005-04-19 Kim F. Storm <storm@cua.dk>
7900
7901 * symbols.texi (Symbol Plists): Add safe-get.
7902 Mention that `get' may signal an error.
7903
79042005-04-18 Nick Roberts <nickrob@snap.net.nz>
7905
7906 * customize.texi (Variable Definitions): Replace tooltip-mode
7907 example with save-place.
7908
79092005-04-17 Richard M. Stallman <rms@gnu.org>
7910
7911 * buffers.texi (Indirect Buffers): Clarify.
7912
7913 * positions.texi (Positions): Clarify converting marker to integer.
7914
7915 * strings.texi (String Basics): Mention string-match; clarify.
7916
79172005-04-08 Lute Kamstra <lute@gnu.org>
7918
7919 * modes.texi (Search-based Fontification): Fix cross references.
7920 Use consistent terminology. Document anchored highlighting.
7921
79222005-04-05 Lute Kamstra <lute@gnu.org>
7923
7924 * modes.texi (Defining Minor Modes): Document :group keyword
7925 argument and its default value.
7926
79272005-04-03 Lute Kamstra <lute@gnu.org>
7928
7929 * hooks.texi (Standard Hooks): Add some hooks. Add cross
7930 references and/or descriptions. Delete major mode hooks; mention
7931 them as a category instead. Rename or delete obsolete hooks.
7932
79332005-04-02 Richard M. Stallman <rms@gnu.org>
7934
7935 * nonascii.texi (Coding System Basics): Another wording cleanup.
7936
79372005-04-01 Richard M. Stallman <rms@gnu.org>
7938
7939 * nonascii.texi (Coding System Basics): Clarify previous change.
7940
79412005-04-01 Kenichi Handa <handa@m17n.org>
7942
10d1d0af 7943 * nonascii.texi (Coding System Basics): Describe about roundtrip
b8d4c8d0
GM
7944 identity of coding systems.
7945
79462005-03-29 Chong Yidong <cyd@stupidchicken.com>
7947
7948 * text.texi (Buffer Contents): Add filter-buffer-substring and
7949 buffer-substring-filters.
7950
79512005-03-26 Chong Yidong <cyd@stupidchicken.com>
7952
7953 * anti.texi (Antinews): Mention `G' interactive code.
7954
7955 * tips.texi (Compilation Tips): Mention benchmark.el.
7956
79572005-03-27 Luc Teirlinck <teirllm@auburn.edu>
7958
7959 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
7960 is now bound to M-o M-o.
7961
7962 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
7963
79642005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
7965
7966 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
7967 in the Emacs Manual).
7968 * Makefile.in (srcs): Remove calendar.texi.
7969 * makefile.w32-in (srcs): Remove calendar.texi.
7970 * display.texi (Display): Change name of next node.
7971 * os.texi (System In): Change name of previous node.
7972 * elisp.texi (Top): Remove Calendar references.
7973 * vol1.texi (Top): Remove Calendar references.
7974 * vol2.texi (Top): Remove Calendar references.
7975
79762005-03-25 Richard M. Stallman <rms@gnu.org>
7977
7978 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
7979 Cleanup previous change.
7980
79812005-03-25 Chong Yidong <cyd@stupidchicken.com>
7982
7983 * display.texi (Face Attributes): Faces earlier in an :inherit
7984 list take precedence.
7985 (Scroll Bars): Fix description of vertical-scroll-bars.
7986 Document frame-current-scroll-bars and window-current-scroll-bars.
7987
7988 * markers.texi (The Mark): Document temporary Transient Mark mode.
7989
7990 * minibuf.texi (Reading File Names):
7991 Document read-file-name-completion-ignore-case.
7992
7993 * positions.texi (Screen Lines): Document nil for width argument
7994 to compute-motion.
7995
79962005-03-23 Kim F. Storm <storm@cua.dk>
7997
7998 * display.texi (Standard Faces): Other faces used in the fringe
7999 implicitly inherits from the fringe face.
8000 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
8001 properties implicitly inherits from fringe face.
8002 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
8003
80042005-03-20 Chong Yidong <cyd@stupidchicken.com>
8005
8006 * display.texi (Invisible Text): State default value of
8007 line-move-ignore-invisible.
8008 (Managing Overlays): Document remove-overlays.
8009 (Standard Faces): Document escape-glyph face.
8010
8011 * minibuf.texi (Reading File Names): Document read-file-name-function.
8012
8013 * modes.texi (Other Font Lock Variables):
8014 Document font-lock-lines-before.
8015
8016 * positions.texi (Skipping Characters): skip-chars-forward allows
8017 character classes.
8018
80192005-03-18 Lute Kamstra <lute@gnu.org>
8020
8021 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
8022
80232005-03-17 Richard M. Stallman <rms@gnu.org>
8024
8025 * text.texi (Undo): Document extensible undo entries.
8026
dd7b651b 8027 * searching.texi (String Search, Regexp Search): Cleanups.
b8d4c8d0
GM
8028
8029 * nonascii.texi (Character Codes): Minor fix.
8030
8031 * display.texi (Display Property): Explain the significance
8032 of having text properties that are eq.
8033 (Other Display Specs): Explain string as display spec.
8034
8035 * commands.texi (Interactive Codes): Document G option.
8036
80372005-03-17 Chong Yidong <cyd@stupidchicken.com>
8038
8039 * text.texi (Filling): Add sentence-end-without-period and
8040 sentence-end-without-space.
8041 (Changing Properties): Minor fix.
8042
8043 * anti.texi: Total rewrite.
8044
80452005-03-15 Lute Kamstra <lute@gnu.org>
8046
8047 * edebug.texi (Instrumenting Macro Calls): Fix typos.
8048
80492005-03-08 Kim F. Storm <storm@cua.dk>
8050
8051 * display.texi (Specified Space): Property :width is support on
8052 non-graphic terminals, :height is not.
8053
80542005-03-07 Richard M. Stallman <rms@gnu.org>
8055
8056 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
8057 Now subnodes of Fringes.
8058 (Overlay Arrow): Document overlay-arrow-variable-list.
8059 (Fringe Size/Pos): New node, broken out of Fringes.
8060 (Display): Explain clearing vs redisplay better.
8061 (Truncation): Clarify use of bitmaps.
8062 (The Echo Area): Clarify the uses of the echo area.
8063 Add max-mini-window-height.
8064 (Progress): Clarify.
8065 (Invisible Text): Explain that main loop moves point out.
8066 (Selective Display): Say "hidden", not "invisible".
8067 (Managing Overlays): Move up. Describe relation to Undo here.
8068 (Overlay Properties): Clarify intro.
8069 (Finding Overlays): Explain return values when nothing found.
8070 (Width): truncate-string-to-width has added arg.
8071 (Displaying Faces): Clarify and update mode line face handling.
8072 (Face Functions): Minor cleanup.
8073 (Conditional Display): Merge into Other Display Specs.
8074 (Pixel Specification, Other Display Specs): Minor cleanups.
8075 (Images, Image Descriptors): Minor cleanups.
8076 (GIF Images): Patents have expired.
8077 (Showing Images): Explain default text for insert-image.
8078 (Manipulating Button Types): Merge into Manipulating Buttons.
8079 (Making Buttons): Explain return values.
8080 (Button Buffer Commands): Add xref.
8081 (Inverse Video): Update mode-line-inverse-video.
8082 (Display Table Format): Clarify.
8083 (Active Display Table): Give defaults for window-display-table.
8084
8085 * calendar.texi (Calendar Customizing): calendar-holiday-marker
8086 and calendar-today-marker are strings, not chars.
8087 (Holiday Customizing): Minor fix.
8088
8089 * internals.texi (Writing Emacs Primitives): Update `or' example.
8090 Update limit on # args of subr.
8091
8092 * edebug.texi (Using Edebug): Arrow is in fringe.
8093 (Instrumenting): Arg to eval-defun works without loading edebug.
8094 (Edebug Execution Modes): Add xref.
8095
8096 * customize.texi (Common Keywords): Clarify :require.
8097 Mention :version here.
8098 (Variable Definitions, Group Definitions): Not here.
8099 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
8100
81012005-03-07 Chong Yidong <cyd@stupidchicken.com>
8102 * nonascii.texi (Text Representations): Clarify position-bytes.
8103 (Character Sets): Add list-charset-chars.
8104 (Scanning Charsets): Add charset-after.
8105 (Encoding and I/O): Minor fix.
8106
81072005-03-06 Richard M. Stallman <rms@gnu.org>
8108
8109 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
8110 (Resizing Windows): Likewise.
8111
8112 * text.texi (Change Hooks): Get rid of "Emacs 21".
8113
8114 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
8115
8116 * streams.texi (Output Variables): Get rid of "Emacs 21".
8117
8118 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
8119
8120 * os.texi (Translating Input): Replace flow-control example
8121 with a less obsolete example that uses `keyboard-translate'.
8122
8123 * objects.texi (Hash Table Type, Circular Objects):
8124 Get rid of "Emacs 21".
8125
8126 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
8127 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
8128
8129 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
8130
8131 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
8132
8133 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
8134 (Menu Bar): Fix when menu-bar-update-hook is called.
8135
8136 * hash.texi (Hash Tables): Get rid of "Emacs 21".
8137
8138 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
8139 and make it read better.
8140
8141 * files.texi (Writing to Files): Get rid of "Emacs 21".
8142 (Unique File Names): Likewise.
8143
8144 * elisp.texi: Update Emacs version to 22.
8145
8146 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
8147 (Overlay Properties, Face Attributes): Likewise.
8148 (Managing Overlays): Fix punctuation.
8149 (Attribute Functions): Clarify set-face-font; get rid of
8150 info about old Emacs versions.
8151 (Auto Faces, Font Lookup, Display Property, Images):
8152 Get rid of "Emacs 21".
8153
8154 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
8155
81562005-03-05 Richard M. Stallman <rms@gnu.org>
8157
8158 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
8159
81602005-03-04 Lute Kamstra <lute@gnu.org>
8161
8162 * debugging.texi (Error Debugging): Document stack-trace-on-error.
8163
81642005-03-03 Lute Kamstra <lute@gnu.org>
8165
8166 * edebug.texi (Instrumenting Macro Calls): Fix typo.
8167
81682005-03-01 Lute Kamstra <lute@gnu.org>
8169
8170 * debugging.texi (Debugger Commands): Update `j'.
8171
81722005-02-28 Lute Kamstra <lute@gnu.org>
8173
8174 * debugging.texi (Debugging): Fix typo.
8175 (Error Debugging): Document eval-expression-debug-on-error.
8176 (Function Debugging): Update example.
8177 (Using Debugger): Mention starred stack frames.
8178 (Debugger Commands): Document `j' and `l'.
8179 (Invoking the Debugger): `d' and `j' exit recursive edit too.
8180 Update the messages that the debugger displays.
8181 (Internals of Debugger): Add cross reference. Update example.
8182 (Excess Open): Minor improvement.
8183 (Excess Close): Minor improvement.
8184
81852005-02-26 Richard M. Stallman <rms@gnu.org>
8186
8187 * tips.texi (Coding Conventions): Clarify.
8188 Put all the major mode key reservations together.
8189 Mention the Mouse-1 => Mouse-2 conventions.
8190
8191 * syntax.texi (Syntax Class Table): Clarify.
8192 (Syntax Table Functions): syntax-after moved from here.
8193 (Syntax Table Internals): syntax-after moved to here.
8194 (Parsing Expressions): Update info on number of values
8195 and what's meaningful in the STATE argument.
8196 (Categories): Fix typo.
8197
8198 * sequences.texi (Arrays): Cleanup.
8199 (Char-Tables): Clarify.
8200
8201 * processes.texi (Deleting Processes): Cleanups, add xref.
8202 (Subprocess Creation): Explain nil in exec-path. Cleanup.
8203 (Process Information): set-process-coding-system, some args optional.
8204 (Input to Processes): Explain various types for PROCESS args.
8205 Rename them from PROCESS-NAME to PROCESS.
8206 (Signals to Processes): Likewise.
8207 (Decoding Output): Cleanup.
8208 (Query Before Exit): Clarify.
8209
8210 * os.texi (Startup Summary): Correct the options; add missing ones.
8211 (Terminal Output, Batch Mode): Clarify.
8212 (Flow Control): Node deleted.
8213
8214 * markers.texi (The Mark): Clarify.
8215
8216 * macros.texi (Expansion): Cleanup.
8217 (Indenting Macros): indent-spec allows ints, not floats.
8218
8219 * keymaps.texi (Keymaps): Clarify.
8220 (Format of Keymaps): Update lisp-mode-map example.
8221 (Active Keymaps, Key Lookup): Clarify.
8222 (Changing Key Bindings): Add xref to `kbd'.
8223 (Key Binding Commands, Simple Menu Items): Clarify.
8224 (Mouse Menus, Menu Bar): Clarify.
8225 (Menu Example): Replace print example with menu-bar-replace-menu.
8226
8227 * help.texi (Documentation Basics): Add function-documentation prop.
8228
8229 * elisp.texi (Top): Don't refer to Flow Control node.
8230
8231 * commands.texi (Command Overview): Improve xrefs.
8232 (Adjusting Point): Adjusting point applies to intangible and invis.
8233 (Key Sequence Input): Doc extra read-key-sequence args.
8234 Likewise for read-key-sequence-vector.
8235
8236 * backups.texi (Rename or Copy): Minor fix.
8237 (Numbered Backups): For version-control, say the default.
8238 (Auto-Saving): make-auto-save-file-name example is simplified.
8239
8240 * advice.texi (Advising Functions): Don't imply one part of Emacs
8241 should advise another part. Markup changes.
8242 (Defining Advice): Move transitional para.
8243 (Activation of Advice): Cleanup.
8244 Explain if COMPILE is nil or negative.
8245
8246 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
8247
82482005-02-24 Lute Kamstra <lute@gnu.org>
8249
8250 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
8251 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
8252
82532005-02-23 Lute Kamstra <lute@gnu.org>
8254
8255 * modes.texi (Defining Minor Modes): define-minor-mode can be used
8256 to define global minor modes as well.
8257
8258 * display.texi (Managing Overlays): overlay-buffer returns nil for
8259 deleted overlays.
8260
82612005-02-22 Kim F. Storm <storm@cua.dk>
8262
8263 * minibuf.texi (Basic Completion): Allow symbols in addition to
8264 strings in try-completion and all-completions.
8265
82662005-02-14 Lute Kamstra <lute@gnu.org>
8267
8268 * elisp.texi (Top): Remove reference to deleted node.
8269
8270 * lists.texi (Lists): Remove reference to deleted node.
8271 (Cons Cells): Fix typo.
8272
8273 * loading.texi (Where Defined): Fix typo.
8274
82752005-02-14 Richard M. Stallman <rms@gnu.org>
8276
8277 * variables.texi (Creating Buffer-Local): change-major-mode-hook
8278 is useful for discarding some minor modes.
8279
8280 * symbols.texi (Symbol Components): Reorder examples.
8281
8282 * streams.texi (Input Functions): State standard-input default.
8283 (Output Variables): State standard-output default.
8284
8285 * objects.texi (Printed Representation): Clarify read syntax vs print.
8286 (Floating Point Type): Explain meaning better.
8287 (Symbol Type): Explain uniqueness better.
8288 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
8289 List examples sooner.
8290 (Box Diagrams): New subnode broken out.
8291 Some examples moved from old Lists as Boxes node.
8292 (Dotted Pair Notation): Clarify intro.
8293 (Array Type): Clarify.
8294 (Type Predicates): Add hash-table-p.
8295
8296 * numbers.texi (Integer Basics): Clarify radix explanation.
8297 (Predicates on Numbers): Minor clarification.
8298 (Comparison of Numbers): Minor clarification. Clarify eql.
8299 Typos in min, max.
8300 (Math Functions): Clarify overflow in expt.
8301
8302 * minibuf.texi (Text from Minibuffer): Minor clarification.
8303 Mention arrow keys.
8304
8305 * loading.texi (Autoload): defun's doc string overrides autoload's
8306 doc string.
8307 (Repeated Loading): Modernize "add to list" examples.
8308 (Where Defined): Finish updating table of load-history elts.
8309
8310 * lists.texi (List-related Predicates): Minor wording improvement.
8311 (Lists as Boxes): Node deleted.
8312 (Building Lists): Explain trivial cases of number-sequence.
8313
8314 * hash.texi (Hash Tables): Add desc to menu items.
10d1d0af 8315 (Creating Hash): Explain "full" means "make larger".
b8d4c8d0
GM
8316 (Hash Access): Any object can be a key.
8317 State value of maphash.
8318
8319 * functions.texi (What Is a Function): Wording cleanup.
8320 (Function Documentation): Minor cleanup.
8321 Explain purpose of calling convention at end of doc string.
8322 (Function Names): Wording cleanup.
8323 (Calling Functions): Wording cleanup.
8324 Explain better how funcall calls the function.
8325 (Function Cells): Delete example of saving and redefining function.
8326
8327 * control.texi (Combining Conditions): Wording cleanup.
8328 (Iteration): dolist and dotimes bind VAR locally.
8329 (Cleanups): Xref to Atomic Changes.
8330
8331 * compile.texi (Byte Compilation): Delete 19.29 info.
8332 (Compilation Functions): Macros' difficulties don't affect defsubst.
8333 (Docs and Compilation): Delete 19.29 info.
8334
83352005-02-10 Richard M. Stallman <rms@gnu.org>
8336
8337 * objects.texi (Symbol Type): Minor correction.
8338
83392005-02-06 Lute Kamstra <lute@gnu.org>
8340
8341 * modes.texi (Example Major Modes): Fix typos.
8342
83432005-02-06 Richard M. Stallman <rms@gnu.org>
8344
8345 * text.texi (Margins): fill-nobreak-predicate can be one function.
8346
8347 * strings.texi (Modifying Strings): clear-string can make unibyte.
8348 (Formatting Strings): format gives error if values missing.
8349
8350 * positions.texi (Character Motion): Mention default arg
8351 for forward-char. backward-char refers to forward-char.
8352 (Word Motion): Mention default arg for forward-word.
8353 (Buffer End Motion): Mention default arg for beginning-of-buffer.
8354 Simplify end-of-buffer.
8355 (Text Lines): Mention default arg for forward-line.
8356 (List Motion): Mention default arg for beginning/end-of-defun.
8357 (Skipping Characters): Minor fixes in explaining character-set.
8358
8359 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
8360 Mode inheritance applies only when default-major-mode is nil.
8361 Clarifications.
8362 (Example Major Modes): Update Text mode and Lisp mode examples.
8363 (Minor Mode Conventions): Mention define-minor-mode at top.
8364 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
8365 (Mode Line Format): Update mode line face display info.
8366 (Properties in Mode): Mention effect of risky vars.
8367 (Imenu): Define imenu-add-to-menubar.
8368 (Font Lock Mode): Add descriptions to menu lines.
8369 (Faces for Font Lock): Add font-lock-doc-face.
8370
83712005-02-05 Lute Kamstra <lute@gnu.org>
8372
8373 * text.texi (Maintaining Undo): Remove obsolete function.
8374
83752005-02-05 Eli Zaretskii <eliz@gnu.org>
8376
8377 * frames.texi (Color Names): Add pointer to the X docs about RGB
c4cc8b9a 8378 color specifications. Improve indexing.
b8d4c8d0
GM
8379 (Text Terminal Colors): Replace the description of RGB values by
8380 an xref to "Color Names".
8381
83822005-02-03 Richard M. Stallman <rms@gnu.org>
8383
8384 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
8385 Clarify.
8386 (Selecting Windows): Clarify save-selected-window.
8387 (Cyclic Window Ordering): Clarify walk-windows.
8388 (Window Point): Clarify.
8389 (Window Start): Add comment to example.
8390 (Resizing Windows): Add `interactive' specs in examples.
8391 Document fit-window-to-buffer.
8392
8393 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
8394 (Undo, Maintaining Undo): Clarify last change.
8395 (Sorting): In sort-numeric-fields, explain about octal and hex.
8396 Mention sort-numeric-base.
8397 (Format Properties): Add xref for hard newlines.
8398
8399 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
8400 (Pop-Up Menus): Fix typo.
8401 (Color Names): Explain all types of color names.
8402 Explain color-values on B&W terminal.
8403 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
8404
8405 * files.texi (File Locks): Not supported on MS systems.
8406 (Testing Accessibility): Clarify.
8407
8408 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
8409 (Coverage Testing): Fix typo.
8410
8411 * commands.texi (Misc Events): Remove stray space.
8412
8413 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
8414 (Modification Time): Clarify when visited-file-modtime returns 0.
8415 (The Buffer List): Clarify bury-buffer.
8416 (Killing Buffers): Clarify.
8417 (Indirect Buffers): Add clone-indirect-buffer.
8418
84192005-02-02 Matt Hodges <MPHodges@member.fsf.org>
8420
8421 * edebug.texi (Printing in Edebug): Fix default value of
8422 edebug-print-circle.
8423 (Coverage Testing): Fix displayed frequency count data.
8424
84252005-02-02 Luc Teirlinck <teirllm@auburn.edu>
8426
8427 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
8428
84292005-02-02 Kim F. Storm <storm@cua.dk>
8430
8431 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
8432
84332005-01-29 Eli Zaretskii <eliz@gnu.org>
8434
8435 * commands.texi (Misc Events): Describe the help-echo event.
8436
8437 * text.texi (Special Properties) <help-echo>: Use `pos'
8438 consistently in description of the help-echo property.
8439 Use @code{nil} instead of @var{nil}.
8440
8441 * display.texi (Overlay Properties): Fix the index entry for
8442 help-echo overlay property.
8443
8444 * customize.texi (Type Keywords): Uncomment the xref to the
8445 help-echo property documentation.
8446
84472005-01-23 Kim F. Storm <storm@cua.dk>
8448
8449 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
8450 return value. Third element FULLY replaced by PARTIAL which
8451 specifies number of invisible pixels if row is only partially visible.
8452 (Textual Scrolling): Mention auto-window-vscroll.
8453 (Vertical Scrolling): New defvar auto-window-vscroll.
8454
84552005-01-16 Luc Teirlinck <teirllm@auburn.edu>
8456
8457 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
8458 command remapping.
8459
84602005-01-15 Richard M. Stallman <rms@gnu.org>
8461
8462 * display.texi (Defining Images): Mention DATA-P arg of create-image.
8463
84642005-01-14 Kim F. Storm <storm@cua.dk>
8465
8466 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
8467
8468 * text.texi (Links and Mouse-1): Fix string and vector item.
8469
84702005-01-13 Richard M. Stallman <rms@gnu.org>
8471
8472 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
8473 descriptions of overriding-local-map and overriding-terminal-local-map.
8474
8475 * text.texi (Links and Mouse-1): Clarify text.
8476
84772005-01-13 Kim F. Storm <storm@cua.dk>
8478
8479 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
8480
84812005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
8482
8483 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
8484
84852005-01-12 Kim F. Storm <storm@cua.dk>
8486
8487 * text.texi (Links and Mouse-1): Rename section from Enabling
8488 Mouse-1 to Following Links. Change xrefs.
8489 Add examples for define-button-type and define-widget.
8490
8491 * display.texi (Button Properties, Button Buffer Commands):
8492 Clarify mouse-1 and follow-link functionality.
8493
84942005-01-12 Richard M. Stallman <rms@gnu.org>
8495
8496 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
8497
8498 * display.texi (Beeping): Fix Texinfo usage.
8499
8500 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
8501
85022005-01-11 Kim F. Storm <storm@cua.dk>
8503
8504 * display.texi (Button Properties, Button Buffer Commands):
8505 Mention mouse-1 binding. Add follow-link keyword.
8506
8507 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
8508 (Enabling Mouse-1 to Follow Links): New subsection.
8509
85102005-01-06 Richard M. Stallman <rms@gnu.org>
8511
8512 * text.texi (Special Properties): Minor change.
8513
8514 * os.texi (Timers): Clarify previous change.
8515
8516 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
8517
85182005-01-01 Luc Teirlinck <teirllm@auburn.edu>
8519
8520 * display.texi (Face Attributes): Correct xref to renamed node.
8521
85222005-01-01 Richard M. Stallman <rms@gnu.org>
8523
8524 * display.texi (Face Attributes): Describe hex color specs.
8525
85262004-12-31 Richard M. Stallman <rms@gnu.org>
8527
8528 * os.texi (Timers): Update previous change.
8529
85302004-12-30 Kim F. Storm <storm@cua.dk>
8531
8532 * display.texi (Line Height): Total line-height is now specified
8533 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
8534 in cons cells. (nil . RATIO) is relative to actual line height.
8535 Use line-height `t' instead of `0' to get minimum height.
8536
85372004-12-29 Richard M. Stallman <rms@gnu.org>
8538
8539 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
8540
85412004-12-28 Richard M. Stallman <rms@gnu.org>
8542
8543 * commands.texi (Quitting): Clarify value of with-local-quit.
8544
8545 * elisp.texi (Top): Fix previous change.
8546
8547 * loading.texi (Loading): Fix previous change.
8548
85492004-12-27 Richard M. Stallman <rms@gnu.org>
8550
8551 * Makefile.in (MAKEINFO): Specify --force.
8552
8553 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
8554
8555 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
8556
8557 * display.texi (Line Height): Further clarify.
8558
8559 * elisp.texi (Top): Update Loading submenu.
8560
8561 * loading.texi (Where Defined): New node.
8562 (Unloading): load-history moved to Where Defined.
8563
85642004-12-21 Richard M. Stallman <rms@gnu.org>
8565
8566 * commands.texi (Event Input Misc): Add while-no-input.
8567
85682004-12-11 Richard M. Stallman <rms@gnu.org>
8569
8570 * display.texi (Line Height): Rewrite text for clarity.
8571
85722004-12-11 Kim F. Storm <storm@cua.dk>
8573
8574 * display.texi (Display): Add node "Line Height" to menu.
8575 (Line Height): New node. Move full description of line-spacing
8576 and line-height text properties here from text.texi.
8577 (Scroll Bars): Add vertical-scroll-bar variable.
8578
8579 * frames.texi (Window Frame Parameters): Remove line-height defvar.
8580
8581 * locals.texi (Standard Buffer-Local Variables): Fix xref for
8582 line-spacing and vertical-scroll-bar.
8583
8584 * text.texi (Special Properties): Just mention line-spacing and
8585 line-height here, add xref to new "Line Height" node.
8586
85872004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
8588
8589 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
8590
8591 * locals.texi (Standard Buffer-Local Variables):
8592 Add @xref for `line-spacing'.
8593
85942004-12-05 Richard M. Stallman <rms@gnu.org>
8595
8596 * Makefile.in (maintainer-clean): Remove the info files
8597 in $(infodir) where they are created.
8598
85992004-12-03 Richard M. Stallman <rms@gnu.org>
8600
8601 * windows.texi (Selecting Windows): get-lru-window and
8602 get-largest-window don't consider dedicated windows.
8603
8604 * text.texi (Undo): Document undo-in-progress.
8605
86062004-11-26 Richard M. Stallman <rms@gnu.org>
8607
8608 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
8609 Remove a few vars that are not always buffer-local.
8610
86112004-11-24 Luc Teirlinck <teirllm@auburn.edu>
8612
8613 * locals.texi (Standard Buffer-Local Variables): Comment out
8614 xref's to non-existent node `Yet to be written'.
8615
86162004-11-24 Richard M. Stallman <rms@gnu.org>
8617
8618 * processes.texi (Synchronous Processes): Grammar fix.
8619
8620 * numbers.texi (Comparison of Numbers): Add eql.
8621
8622 * locals.texi (Standard Buffer-Local Variables): Add many vars.
8623
8624 * intro.texi (Printing Notation): Fix previous change.
8625
8626 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
8627 and default-indicate-buffer-boundaries from here.
8628 (Usual Display): To here.
8629 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
8630 (Usual Display): Move tab-width up.
8631
5dcb4c4e
SM
8632 * customize.texi (Variable Definitions):
8633 Replace show-paren-mode example with tooltip-mode.
b8d4c8d0
GM
8634 (Simple Types, Composite Types, Defining New Types):
8635 Minor cleanups.
8636
86372004-11-21 Jesper Harder <harder@ifa.au.dk>
8638
8639 * processes.texi (Synchronous Processes, Output from Processes):
8640 Markup fix.
8641
86422004-11-20 Richard M. Stallman <rms@gnu.org>
8643
8644 * positions.texi (Skipping Characters): skip-chars-forward
8645 now handles char classes.
8646
8647 * intro.texi (Printing Notation): Avoid confusion of `print'
8648 when explaining @print.
8649
8650 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
8651
8652 * display.texi (Display Table Format): Minor fix.
8653
8654 * streams.texi (Output Functions): Fix print example.
8655
8656 * Makefile.in (elisp): New target.
8657 (dist): Depend on $(infodir)/elisp, not elisp.
8658 Copy the info files from $(infodir).
8659
8660 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
8661 read-from-minibuffer.
8662
8663 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
8664
86652004-11-19 Richard M. Stallman <rms@gnu.org>
8666
8667 * searching.texi (Regexp Search): Add search-whitespace-regexp.
8668
86692004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
8670
8671 * tips.texi (Coding Conventions): Fix typo.
8672
86732004-11-16 Richard M. Stallman <rms@gnu.org>
8674
8675 * tips.texi (Coding Conventions): Separate defvar and require
8676 methods to avoid warnings. Use require only when there are many
8677 functions and variables from that package.
8678
8679 * minibuf.texi (Minibuffer Completion): When ignoring case,
8680 predicate must not be case-sensitive.
8681
8682 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
8683 (Test Coverage): Don't talk about "splotches". Clarified.
8684
86852004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
8686
8687 * frames.texi (Window Frame Parameters): Fix typo.
8688
86892004-11-15 Kim F. Storm <storm@cua.dk>
8690
8691 * symbols.texi (Other Plists): Note that plist-get may signal error.
8692 Add safe-plist-get.
8693
86942004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
8695
8696 * modes.texi (Font Lock Basics): Fix typo.
8697
86982004-11-08 Richard M. Stallman <rms@gnu.org>
8699
8700 * syntax.texi (Syntax Table Functions): Add syntax-after.
8701
87022004-11-06 Lars Brinkhoff <lars@nocrew.org>
8703
8704 * os.texi (Processor Run Time): New section documenting
8705 get-internal-run-time.
8706
87072004-11-06 Eli Zaretskii <eliz@gnu.org>
8708
8709 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
8710 it nukes elisp-cover.texi.
8711 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
8712 elisp-0 etc.
8713
87142004-11-05 Luc Teirlinck <teirllm@auburn.edu>
8715
8716 * commands.texi (Keyboard Macros): Document `append' return value
8717 of `defining-kbd-macro'.
8718
87192004-11-01 Richard M. Stallman <rms@gnu.org>
8720
8721 * commands.texi (Interactive Call): Add called-interactively-p.
8722
87232004-10-29 Simon Josefsson <jas@extundo.com>
8724
8725 * minibuf.texi (Reading a Password): Revert.
8726
87272004-10-28 Richard M. Stallman <rms@gnu.org>
8728
8729 * frames.texi (Display Feature Testing): Explain about "vendor".
8730
87312004-10-27 Richard M. Stallman <rms@gnu.org>
8732
8733 * commands.texi (Interactive Codes): `N' uses numeric prefix,
8734 not raw. Clarify `n'.
8735 (Interactive Call): Rewrite interactive-p, focusing on when
8736 and how to use it.
8737 (Misc Events): Clarify previous change.
8738
8739 * advice.texi (Simple Advice): Clarify what job the example does.
8740 (Around-Advice): Clarify ad-do-it.
8741 (Activation of Advice): An option of ad-default-compilation-action
8742 is `never', not `nil'.
8743
87442004-10-26 Kim F. Storm <storm@cua.dk>
8745
8746 * commands.texi (Interactive Codes): Add U code letter.
8747
87482004-10-25 Simon Josefsson <jas@extundo.com>
8749
8750 * minibuf.texi (Reading a Password): Add.
8751
87522004-10-24 Jason Rumney <jasonr@gnu.org>
8753
8754 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
8755 and wheel-down.
8756
87572004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
8758
8759 * processes.texi (Synchronous Processes): Document process-file.
8760
87612004-10-22 Kenichi Handa <handa@m17n.org>
8762
8763 * text.texi (translate-region): Document that it accepts also a
8764 char-table.
8765
87662004-10-22 David Ponce <david@dponce.com>
8767
8768 * windows.texi (Resizing Windows): Document the `preserve-before'
8769 argument of the functions `enlarge-window' and `shrink-window'.
8770
87712004-10-19 Jason Rumney <jasonr@gnu.org>
8772
8773 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
8774
87752004-10-09 Luc Teirlinck <teirllm@auburn.edu>
8776
8777 * text.texi (Filling): Add anchor for definition of
8778 `sentence-end-double-space'.
8779
8780 * searching.texi (Regexp Example): Update description of how
8781 Emacs currently recognizes the end of a sentence.
8782 (Standard Regexps): Update definition of the variable
8783 `sentence-end'. Add definition of the function `sentence-end'.
8784
87852004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
8786
8787 * display.texi (Progress): New node.
8788
87892004-10-05 Kim F. Storm <storm@cua.dk>
8790
8791 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
8792
87932004-09-29 Kim F. Storm <storm@cua.dk>
8794
8795 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
8796 to identify bitmaps. Remove -fringe-bitmap suffix for standard
8797 fringe bitmap symbols, as they now have their own namespace.
8798 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
8799 vs. pixels. Signal error if no free bitmap slots.
8800 (Pixel Specification): Change IMAGE to @var{image}.
8801
88022004-09-28 Richard M. Stallman <rms@gnu.org>
8803
8804 * text.texi (Special Properties): Clarify line-spacing and line-height.
8805
8806 * searching.texi (Regexp Search): Add looking-back.
8807
88082004-09-25 Luc Teirlinck <teirllm@auburn.edu>
8809
8810 * display.texi: Correct typos.
8811 (Image Descriptors): Correct xref's.
8812
88132004-09-25 Richard M. Stallman <rms@gnu.org>
8814
8815 * text.texi (Special Properties): Cleanups in `cursor'.
8816 Rewrites in `line-height' and `line-spacing'; exchange them.
8817
8818 * display.texi (Fringes): Rewrite previous change.
8819 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
8820 (Display Fringe Bitmaps): Node deleted, text moved.
8821 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
8822 (Scroll Bars): Clarify set-window-scroll-bars.
8823 (Pointer Shape): Rewrite.
8824 (Specified Space): Clarify :align-to, etc.
8825 (Pixel Specification): Use @var. Clarify new text.
8826 (Other Display Specs): Clarify `slice'.
8827 (Image Descriptors): Cleanups.
8828 (Showing Images): Cleanups.
8829
88302004-09-24 Luc Teirlinck <teirllm@auburn.edu>
8831
8832 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
8833
8834 * modes.texi: Various minor changes in addition to:
8835 (Major Mode Conventions): Final call to `run-mode-hooks' should
8836 not be inside the `delay-mode-hooks' form.
8837 (Mode Hooks): New node.
8838 (Hooks): Delete obsolete example.
8839 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
8840 node "Mode Hooks".
8841
88422004-09-22 Luc Teirlinck <teirllm@auburn.edu>
8843
8844 * display.texi: Correct various typos.
8845 (Display): Rename node "Pointer Shapes" to "Pointer
8846 Shape". (There is already a node called "Pointer Shapes" in
8847 frames.texi.)
8848 (Images): Remove non-existent node "Image Slices" from menu.
8849
88502004-09-23 Kim F. Storm <storm@cua.dk>
8851
8852 * text.texi (Special Properties): Add `cursor', `pointer',
8853 `line-height', and `line-spacing' properties.
8854
8855 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
8856 Shapes' to menu.
8857 (Standard Faces): Doc fix for fringe face.
8858 (Fringes): Add `overflow-newline-into-fringe' and
8859 'indicate-buffer-boundaries'.
8860 (Fringe Bitmaps, Pointer Shapes): New nodes.
8861 (Display Property): Add 'Pixel Specification' and 'Display Fringe
8862 Bitmaps' to menu.
8863 (Specified Space): Describe pixel width and height.
8864 (Pixel Specification): New node.
8865 (Other Display Specs): Add `slice' property.
8866 (Display Fringe Bitmaps): New node.
8867 (Images): Add 'Image Slices' to menu.
8868 (Image Descriptors): Add `:pointer' and `:map' properties.
5dcb4c4e
SM
8869 (Showing Images): Add slice arg to `insert-image'.
8870 Add 'insert-sliced-image'.
b8d4c8d0
GM
8871
88722004-09-20 Richard M. Stallman <rms@gnu.org>
8873
8874 * commands.texi (Key Sequence Input):
8875 Clarify downcasing in read-key-sequence.
8876
88772004-09-08 Juri Linkov <juri@jurta.org>
8878
8879 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
8880
88812004-09-07 Luc Teirlinck <teirllm@auburn.edu>
8882
5dcb4c4e
SM
8883 * locals.texi (Standard Buffer-Local Variables):
8884 Add `buffer-auto-save-file-format'.
b8d4c8d0
GM
8885 * internals.texi (Buffer Internals): Describe new
8886 auto_save_file_format field of the buffer structure.
8887 * files.texi (Format Conversion): `auto-save-file-format' has been
8888 renamed `buffer-auto-save-file-format'.
8889
88902004-08-27 Luc Teirlinck <teirllm@auburn.edu>
8891
8892 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
8893 an integer or a marker.
8894 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
8895
88962004-08-22 Richard M. Stallman <rms@gnu.org>
8897
8898 * modes.texi (Major Mode Conventions): Discuss rebinding of
8899 standard key bindings.
8900
89012004-08-18 Kim F. Storm <storm@cua.dk>
8902
8903 * processes.texi (Accepting Output): Add `just-this-one' arg to
8904 `accept-process-output'.
8905 (Output from Processes): New var `process-adaptive-read-buffering'.
8906
89072004-08-10 Luc Teirlinck <teirllm@auburn.edu>
8908
8909 * keymaps.texi: Various changes in addition to:
8910 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
8911 Give more varied examples for `kbd'.
8912 (Creating Keymaps): Char tables have slots for all characters
8913 without modifiers.
8914 (Active Keymaps): `overriding-local-map' and
8915 `overriding-terminal-local-map' also override text property and
8916 overlay keymaps.
8917 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
8918 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
8919 to denote a prefix of no events.
8920 `map-keymap' includes parent's bindings _recursively_.
8921 Clarify and correct description of `where-is-internal'.
8922 Mention BUFFER-OR-NAME arg to `describe-bindings'.
8923 (Menu Example): For menus intended for use with the keyboard, the
8924 menu items should be bound to characters or real function keys.
8925
89262004-08-08 Luc Teirlinck <teirllm@auburn.edu>
8927
8928 * objects.texi (Character Type): Reposition `@anchor' to prevent
8929 double space inside sentence in Info.
8930
8931 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
8932 renamed to `disabled-command-function'.
8933 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
8934 (Command Loop Info): Replace reference to it.
8935 (Disabling Commands): `disabled-command-hook' has been renamed to
8936 `disabled-command-function'.
8937
89382004-08-07 Luc Teirlinck <teirllm@auburn.edu>
8939
8940 * os.texi (Translating Input): Only non-prefix bindings in
8941 `key-translation-map' override actual key bindings. Warn about
8942 possible indirect effect of actual key bindings on non-prefix
8943 bindings in `key-translation-map'.
8944
89452004-08-06 Luc Teirlinck <teirllm@auburn.edu>
8946
8947 * minibuf.texi (High-Level Completion): Add anchor for definition
8948 of `read-variable'.
8949
8950 * commands.texi: Various changes in addition to:
8951 (Using Interactive): Clarify description of `interactive-form'.
8952 (Interactive Call): Mention default for KEYS argument to
8953 `call-interactively'.
8954 (Command Loop Info): Clarify description of `this-command-keys'.
8955 Mention KEEP-RECORD argument to `clear-this-command-keys'.
8956 Value of `last-event-frame' can be `macro'.
8957 (Repeat Events): `double-click-fuzz' is also used to distinguish
8958 clicks and drags.
8959 (Classifying Events): Clarify descriptions of `event-modifiers'
8960 `event-basic-type' and `event-convert-list'.
8961 (Accessing Events): `posn-timestamp' takes POSITION argument.
8962 (Quoted Character Input): Clarify description of
8963 `read-quoted-char' and fix example.
8964 (Quitting): Add `with-local-quit'.
8965 (Disabling Commands): Correct and clarify descriptions of
8966 `enable-command' and `disable-command'.
8967 Mention what happens if `disabled-command-hook' is nil.
8968 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
8969 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
8970
89712004-07-24 Luc Teirlinck <teirllm@auburn.edu>
8972
8973 * frames.texi: Various changes in addition to:
8974 (Creating Frames): Expand and clarify description of `make-frame'.
8975 (Window Frame Parameters): Either none or both of the `icon-left'
8976 and `icon-top' parameters must be specified. Put descriptions of
8977 `menu-bar-lines' and `toolbar-lines' closer together and change
8978 them accordingly.
8979 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
8980 except while processing `frame-title-format' or `icon-title-format'.
8981 (Deleting Frames): Correct description of `delete-frame'.
8982 Non-nil return values of `frame-live-p' are like those of `framep'.
8983 (Frames and Windows): Mention return value of
8984 `set-frame-selected-window'.
8985 (Visibility of Frames): Mention `force' argument to
8986 `make-frame-invisible'. `frame-visible-p' returns t for all
8987 frames on text-only terminals.
8988 (Frame Configurations): Restoring a frame configuration does not
8989 restore deleted frames.
8990 (Window System Selections): `x-set-selection' returns DATA.
8991 (Resources): Add example.
8992 (Display Feature Testing): Clarify descriptions of
8993 `display-pixel-height', `display-pixel-width', `x-server-version'
8994 and `x-server-vendor'.
8995
8996 * windows.texi (Choosing Window): Add anchor.
8997 * minibuf.texi (Minibuffer Misc): Add anchor.
8998
89992004-07-23 John Paul Wallington <jpw@gnu.org>
9000
9001 * macros.texi (Defining Macros): Declaration keyword for setting
9002 Edebug spec is `debug' not `edebug'.
9003
90042004-07-19 Luc Teirlinck <teirllm@auburn.edu>
9005
9006 * windows.texi: Various small changes in addition to:
9007 (Window Point): Mention return value of `set-window-point'.
9008 (Window Start): `pos-visible-in-window-p' disregards horizontal
9009 scrolling. Explain return value if PARTIALLY is non-nil.
9010 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
9011 and `set-window-vscroll'.
9012 (Size of Window): The argument WINDOW to `window-inside-edges',
9013 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
9014 (Resizing Windows): Explain return value of
9015 `shrink-window-if-larger-than-buffer'.
9016 `window-size-fixed' automatically becomes buffer local when set.
9017 (Window Configurations): Explain return value of
9018 `set-window-configuration'.
9019
9020 * minibuf.texi (Minibuffer Misc): Add anchor for
9021 `minibuffer-scroll-window'.
9022
9023 * positions.texi (Text Lines): Add anchor for `count-lines'.
9024
90252004-07-17 Richard M. Stallman <rms@gnu.org>
9026
9027 * display.texi (Overlay Properties): Adding `evaporate' prop
9028 deletes empty overlay immediately.
9029
9030 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
9031 fix example.
9032
90332004-07-16 Jim Blandy <jimb@redhat.com>
9034
9035 * searching.texi (Regexp Backslash): Document new \_< and \_>
9036 operators.
9037
90382004-07-16 Juanma Barranquero <lektu@terra.es>
9039
9040 * display.texi (Images): Fix Texinfo usage.
9041
90422004-07-14 Luc Teirlinck <teirllm@auburn.edu>
9043
9044 * buffers.texi (Modification Time): `visited-file-modtime' now
9045 returns a list of two integers, instead of a cons.
9046
90472004-07-13 Luc Teirlinck <teirllm@auburn.edu>
9048
9049 * windows.texi: Various changes in addition to:
9050 (Splitting Windows): Add `split-window-keep-point'.
9051
90522004-07-09 Richard M. Stallman <rms@gnu.org>
9053
9054 * frames.texi (Input Focus): Minor fix.
9055
90562004-07-07 Luc Teirlinck <teirllm@auburn.edu>
9057
9058 * frames.texi (Input Focus): Clarify descriptions of
9059 `select-frame-set-input-focus' and `select-frame'.
9060
90612004-07-06 Luc Teirlinck <teirllm@auburn.edu>
9062
9063 * os.texi: Various small changes in addition to:
9064 (Killing Emacs): Expand and clarify description of
9065 `kill-emacs-query-functions' and `kill-emacs-hook'.
9066 (System Environment): Expand and clarify description of `getenv'
9067 and `setenv'.
9068 (Timers): Clarify description of `run-at-time'.
9069 (Translating Input): Correct description of
9070 `extra-keyboard-modifiers'.
9071 (Flow Control): Correct description of `enable-flow-control'.
9072
90732004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
9074
9075 * os.texi: Update copyright.
9076 (Session Management): Grammar fix.
9077 Clarify which Emacs does the restarting.
9078 Use @samp for *scratch* buffer.
9079
90802004-07-04 Alan Mackenzie <acm@muc.de>
9081
9082 * frames.texi (Input Focus): Add documentation for
9083 `select-frame-set-input-focus'. Replace refs to non-existent
9084 `switch-frame' with `select-frame'. Minor corrections and tidying
9085 up of text-only terminal stuff.
9086
90872004-07-02 Richard M. Stallman <rms@gnu.org>
9088
9089 * files.texi (Saving Buffers): Cleanup write-contents-function.
9090 (Magic File Names): Cleanup file-remote-p.
9091
b344d29d 90922004-07-02 Kai Großjohann <kai@emptydomain.de>
b8d4c8d0
GM
9093
9094 * files.texi (Magic File Names): `file-remote-p' returns an
9095 identifier of the remote system, not just t.
9096
90972004-07-02 David Kastrup <dak@gnu.org>
9098
9099 * searching.texi (Entire Match Data): Add explanation about new
9100 match-data behavior when @var{integers} is non-nil.
9101
91022004-06-24 Richard M. Stallman <rms@gnu.org>
9103
9104 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
9105
9106 * customize.texi (Variable Definitions): Note about doc strings
9107 and :set.
9108
9109 * keymaps.texi (Keymap Terminology): Document `kbd'.
9110 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
9111
9112 * display.texi (Invisible Text): Setting buffer-invisibility-spec
9113 makes it buffer-local.
9114
9115 * files.texi (Saving Buffers): Correct previous change.
9116
9117 * commands.texi (Accessing Events):
9118 Clarify posn-col-row and posn-actual-col-row.
9119
91202004-06-24 David Ponce <david.ponce@wanadoo.fr>
9121
9122 * commands.texi (Accessing Events): New functions
9123 posn-at-point and posn-at-x-y. Add example to posn-x-y.
9124
91252004-06-23 Luc Teirlinck <teirllm@auburn.edu>
9126
9127 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
9128 * frames.texi, buffers.texi, backups.texi, variables.texi:
9129 * loading.texi, eval.texi, functions.texi, control.texi:
9130 * symbols.texi, minibuf.texi: Reposition @anchor's.
9131
9132 * help.texi: Various small changes in addition to the following.
9133 (Describing Characters): Describe PREFIX argument to
9134 `key-description'. Correct and clarify definition of
9135 `text-char-description'. Describe NEED-VECTOR argument to
9136 `read-kbd-macro'.
9137 (Help Functions): Clarify definition of `apropos'.
9138
91392004-06-23 Lars Hansen <larsh@math.ku.dk>
9140
9141 * files.texi (Saving Buffers): Correct description of
9142 `write-contents-functions'.
9143
91442004-06-21 Juanma Barranquero <lektu@terra.es>
9145
9146 * display.texi (Images): Remove redundant @vindex directives.
9147 Rewrite `image-library-alist' doc in active voice.
9148
91492004-06-14 Juanma Barranquero <lektu@terra.es>
9150
9151 * display.texi (Images): Document new delayed library loading,
9152 variable `image-library-alist' and (existing but undocumented)
9153 function `image-type-available-p'.
9154
91552004-06-05 Richard M. Stallman <rms@gnu.org>
9156
9157 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
9158 refer the user to the Initial Input node.
9159 (Text from Minibuffer): Likewise.
9160 (Initial Input): New node. Document this feature
9161 and say it is mostly deprecated.
9162
91632004-05-30 Richard M. Stallman <rms@gnu.org>
9164
9165 * loading.texi (Named Features): Clarify return value
9166 and meaning of NOERROR.
9167
9168 * variables.texi (File Local Variables): Minor cleanup.
9169
91702004-05-30 Michael Albinus <michael.albinus@gmx.de>
9171
9172 * files.texi (Magic File Names): Add `file-remote-p' as operation
9173 of file name handlers.
9174
91752004-05-29 Richard M. Stallman <rms@gnu.org>
9176
9177 * modes.texi (Minor Mode Conventions): (-) has no special meaning
9178 as arg to a minor mode command.
9179
91802004-05-22 Richard M. Stallman <rms@gnu.org>
9181
9182 * syntax.texi (Syntax Class Table): Word syntax not just for English.
9183
9184 * streams.texi (Output Variables): Doc float-output-format.
9185
9186 * searching.texi (Regexp Special): Nested repetition can be infloop.
9187
9188 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
9189 real stack overflow.
9190
9191 * compile.texi: Minor cleanups.
9192
91932004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
9194
9195 * lists.texi (Cons Cells): Explain dotted lists, true lists,
9196 circular lists.
9197 (List Elements): Explain handling of circular and dotted lists.
9198
91992004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
9200
9201 * modes.texi (Search-based Fontification): Fix typo.
9202
92032004-05-10 Juanma Barranquero <lektu@terra.es>
9204
9205 * modes.texi (Mode Line Variables): Fix description of
9206 global-mode-string, which is now after which-func-mode, not the
9207 buffer name.
9208
92092004-05-07 Lars Hansen <larsh@math.ku.dk>
9210
9211 * modes.texi (Desktop Save Mode): Add.
9212 (Modes): Add menu entry Desktop Save Mode.
9213
9214 * hooks.texi: Add desktop-after-read-hook,
9215 desktop-no-desktop-file-hook and desktop-save-hook.
9216
9217 * locals.texi: Add desktop-save-buffer.
9218
92192004-04-30 Jesper Harder <harder@ifa.au.dk>
9220
9221 * display.texi: emacs -> Emacs.
9222
92232004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
9224
9225 * files.texi (Changing Files): Document set-file-times.
9226
92272004-04-23 Juanma Barranquero <lektu@terra.es>
9228
9229 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
9230
92312004-04-18 Jesper Harder <harder@ifa.au.dk>
9232
9233 * tips.texi (Coding Conventions): defopt -> defcustom.
9234
92352004-04-16 Luc Teirlinck <teirllm@auburn.edu>
9236
9237 * sequences.texi: Various clarifications.
9238
92392004-04-14 Luc Teirlinck <teirllm@auburn.edu>
9240
9241 * buffers.texi (Read Only Buffers): Mention optional ARG to
9242 `toggle-read-only'.
9243
92442004-04-14 Nick Roberts <nick@nick.uklinux.net>
9245
9246 * windows.texi (Selecting Windows): Note that get-lru-window
9247 returns a full-width window if possible.
9248
92492004-04-13 Luc Teirlinck <teirllm@auburn.edu>
9250
9251 * buffers.texi: Various changes in addition to:
9252 (Buffer File Name): Add `find-buffer-visiting'.
9253 (Buffer Modification): Mention optional ARG to `not-modified'.
9254 (Indirect Buffers): Mention optional CLONE argument to
9255 `make-indirect-buffer'.
9256
9257 * files.texi: Various changes in addition to:
9258 (Visiting Functions): `find-file-hook' is now a normal hook.
9259 (File Name Expansion): Explain difference between the way that
9260 `expand-file-name' and `file-truename' treat `..'.
9261 (Contents of Directories): Mention optional ID-FORMAT argument to
9262 `directory-files-and-attributes'.
9263 (Format Conversion): Mention new optional CONFIRM argument to
9264 `format-write-file'.
9265
92662004-04-12 Miles Bader <miles@gnu.org>
9267
9268 * macros.texi (Expansion): Add description of `macroexpand-all'.
9269
92702004-04-05 Jesper Harder <harder@ifa.au.dk>
9271
5dcb4c4e
SM
9272 * variables.texi (Variable Aliases):
9273 Mention cyclic-variable-indirection.
b8d4c8d0
GM
9274
9275 * errors.texi (Standard Errors): Ditto.
9276
92772004-04-04 Luc Teirlinck <teirllm@auburn.edu>
9278
9279 * backups.texi: Various small changes in addition to:
9280 (Making Backups): Mention return value of `backup-buffer'.
9281 (Auto-Saving): Mention optional FORCE argument to
9282 `delete-auto-save-file-if-necessary'.
9283 (Reverting): Mention optional PRESERVE-MODES argument to
9284 `revert-buffer'. Correct description of `revert-buffer-function'.
9285
92862004-03-22 Juri Linkov <juri@jurta.org>
9287
9288 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
9289 with `Vector Functions'.
9290
9291 * text.texi (Sorting): Add missing quote.
9292
92932004-03-14 Luc Teirlinck <teirllm@auburn.edu>
9294
9295 * intro.texi (Lisp History): Replace xref to `cl' manual with
9296 inforef.
9297
92982004-03-12 Richard M. Stallman <rms@gnu.org>
9299
9300 * intro.texi (Version Info): Add arg to emacs-version.
9301 (Lisp History): Change xref to CL manual.
9302
93032004-03-09 Luc Teirlinck <teirllm@auburn.edu>
9304
9305 * minibuf.texi (Completion Commands): Add xref to Emacs manual
9306 for Partial Completion mode.
9307
93082004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
9309
9310 * customize.texi: Fix typo. Remove eol whitespace.
9311
93122004-03-04 Richard M. Stallman <rms@gnu.org>
9313
9314 * processes.texi: Fix typos.
9315
9316 * lists.texi (Building Lists): Minor clarification.
9317
9318 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
9319 in make-hash-table.
9320
93212004-02-29 Juanma Barranquero <lektu@terra.es>
9322
9323 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
9324 rm, and ignore exit code.
9325
93262004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
9327
9328 * display.texi (Defining Faces): Add description for min-colors.
9329 Update example.
9330
93312004-02-23 Luc Teirlinck <teirllm@auburn.edu>
9332
9333 * abbrevs.texi: Various corrections and clarifications in addition
9334 to the following:
9335 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
9336
93372004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
9338
9339 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
9340
93412004-02-21 Luc Teirlinck <teirllm@auburn.edu>
9342
9343 * text.texi: Various small changes in addition to the following:
9344 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
9345 to delete-horizontal-space.
9346 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
9347 description of yank-handler text property at various places.
9348
9349 * frames.texi (Window System Selections): Add anchor.
9350
9351 * syntax.texi (Syntax Table Functions): Clarify and correct
9352 descriptions of make-syntax-table and copy-syntax-table.
9353 (Motion and Syntax): Clarify SYNTAXES argument to
9354 skip-syntax-forward.
9355 (Parsing Expressions): Mention that the return value of
9356 parse-partial-sexp is currently a list of ten rather than nine
9357 elements.
9358 (Categories): Various corrections and clarifications.
9359
93602004-02-17 Luc Teirlinck <teirllm@auburn.edu>
9361
9362 * markers.texi (Marker Insertion Types): Minor change.
9363
9364 * locals.texi (Standard Buffer-Local Variables):
9365 * commands.texi (Interactive Codes, Using Interactive):
9366 * functions.texi (Related Topics): Fix xrefs.
9367
93682004-02-16 Luc Teirlinck <teirllm@auburn.edu>
9369
9370 * lists.texi (Sets And Lists): Update description of delete-dups.
9371
93722004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
9373
9374 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
9375
c8763fb6 93762004-02-16 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
9377
9378 * frames.texi (Parameter Access): frame-parameters arg is optional.
9379 modify-frame-parameters handles nil for FRAME.
9380 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
9381 are all-or-nothing for certain toolkits.
9382 Mention parameter wait-for-wm.
9383 (Frames and Windows): In frame-first-window and frame-selected-window
9384 the arg is optional.
9385 (Input Focus): In redirect-frame-focus the second arg is optional.
9386 (Window System Selections): Mention selection type CLIPBOARD.
9387 Mention data-type UTF8_STRING.
9388 Mention numbering of cut buffers.
9389 (Resources): Describe x-resource-name.
9390
93912004-02-16 Richard M. Stallman <rms@gnu.org>
9392
9393 * windows.texi (Buffers and Windows): Delete false table
9394 about all-frames.
9395
9396 * syntax.texi (Parsing Expressions): Delete old caveat
9397 about parse-sexp-ignore-comments.
9398
9399 * streams.texi (Output Variables): Add print-quoted.
9400
9401 * lists.texi (Building Lists): Minor cleanup.
9402
9403 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
9404
9405 * display.texi (Overlays): Explain overlays use markers.
9406 (Managing Overlays): Explain front-advance and rear-advance
9407 in more detail.
9408
9409 * loading.texi (Unloading): Document unload-feature-special-hooks.
9410 Get rid of fns-NNN.el file.
9411
94122004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
9413
9414 * help.texi (Describing Characters): Fix text-char-description
9415 example output.
9416
9417 * edebug.texi (Using Edebug): Fix example.
9418
9419 * debugging.texi (Internals of Debugger): Fix return value.
9420
9421 * files.texi (Changing Files): Fix argname.
9422
9423 * calendar.texi: Fix parens, and default values.
9424
9425 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
9426 * nonascii.texi, objects.texi, os.texi: Minor fixes.
b3e755a9 9427 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
b8d4c8d0
GM
9428
9429 * positions.texi (Text Lines): Don't add -1 in current-line.
9430
94312004-02-16 Richard M. Stallman <rms@gnu.org>
9432
9433 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
9434
94352004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
9436
9437 * processes.texi (Low-Level Network): Fix a typo.
9438
94392004-02-12 Kim F. Storm <storm@cua.dk>
9440
9441 * display.texi (Fringes): Use consistent wording.
9442 Note that window-fringe's window arg is optional.
9443 (Scroll Bars): Use consistent wording.
9444
94452004-02-11 Luc Teirlinck <teirllm@auburn.edu>
9446
9447 * tips.texi (Comment Tips): Document the new conventions for
9448 commenting out code.
9449
c8763fb6 94502004-02-07 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0 9451
5dcb4c4e 9452 * positions.texi (Text Lines): Add missing end defun.
b8d4c8d0
GM
9453
94542004-02-07 Kim F. Storm <storm@cua.dk>
9455
9456 * positions.texi (Text Lines): Add line-number-at-pos.
9457
94582004-02-06 John Paul Wallington <jpw@gnu.org>
9459
9460 * display.texi (Button Properties, Button Buffer Commands):
9461 mouse-2 invokes button, not down-mouse-1.
9462
94632004-02-04 Jason Rumney <jasonr@gnu.org>
9464
9465 * makefile.w32-in: Sync with Makefile.in changes.
9466
94672004-02-03 Luc Teirlinck <teirllm@auburn.edu>
9468
9469 * minibuf.texi (Text from Minibuffer): Various corrections and
9470 clarifications.
9471 (Object from Minibuffer): Correct Lisp description of
9472 read-minibuffer.
9473 (Minibuffer History): Clarify description of cons values for
9474 HISTORY arguments.
5dcb4c4e
SM
9475 (Basic Completion): Various corrections and clarifications.
9476 Add completion-regexp-list.
b8d4c8d0
GM
9477 (Minibuffer Completion): Correct and clarify description of
9478 completing-read.
5dcb4c4e
SM
9479 (Completion Commands): Mention Partial Completion mode.
9480 Various other minor changes.
b8d4c8d0
GM
9481 (High-Level Completion): Various corrections and clarifications.
9482 (Reading File Names): Ditto.
9483 (Minibuffer Misc): Ditto.
9484
94852004-01-26 Luc Teirlinck <teirllm@auburn.edu>
9486
9487 * strings.texi (Text Comparison): assoc-string also matches
9488 elements of alists that are strings instead of conses.
9489 (Formatting Strings): Standardize Texinfo usage. Update index
9490 entries.
9491
94922004-01-20 Luc Teirlinck <teirllm@auburn.edu>
9493
9494 * lists.texi (Sets And Lists): Add delete-dups.
9495
94962004-01-15 Luc Teirlinck <teirllm@auburn.edu>
9497
9498 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
9499 special form.
9500 * macros.texi (Defining Macros): Update description of `declare',
9501 which now is a macro.
9502 (Wrong Time): Fix typos.
9503
95042004-01-14 Luc Teirlinck <teirllm@auburn.edu>
9505
9506 * compile.texi (Compilation Functions): Expand descriptions of
9507 `compile-defun', `byte-compile-file', `byte-recompile-directory'
9508 and `batch-byte-compile'. In particular, mention and describe
9509 all optional arguments.
9510 (Disassembly): Correct and clarify the description of `disassemble'.
9511
95122004-01-11 Luc Teirlinck <teirllm@auburn.edu>
9513
9514 * searching.texi: Various small changes in addition to the
9515 following.
9516 (Regexp Example): Adapt to new value of `sentence-end'.
9517 (Regexp Functions): The PAREN argument to `regexp-opt' can be
9518 `words'.
9519 (Search and Replace): Add usage note for `perform-replace'.
9520 (Entire Match Data): Mention INTEGERS and REUSE arguments to
9521 `match-data'.
9522 (Standard Regexps): Update for new values of `paragraph-start'
9523 and `sentence-end'.
9524
95252004-01-07 Luc Teirlinck <teirllm@auburn.edu>
9526
9527 * files.texi (Saving Buffers): Clarify descriptions of
9528 `write-contents-functions' and `before-save-hook'.
9529 Make the defvar's for `before-save-hook' and `after-save-hook'
9530 into defopt's.
9531
95322004-01-07 Kim F. Storm <storm@cua.dk>
9533
9534 * commands.texi (Click Events): Describe new image and
9535 width/height elements of click events.
9536 (Accessing Events): Add posn-string, posn-image, and
9537 posn-object-width-height. Change posn-object to return either
9538 image or string object.
9539
95402004-01-01 Simon Josefsson <jas@extundo.com>
9541
9542 * hooks.texi (Standard Hooks): Add before-save-hook.
9543 * files.texi (Saving Buffers): Likewise.
9544
95452004-01-03 Richard M. Stallman <rms@gnu.org>
9546
9547 * frames.texi (Frames and Windows): Delete frame-root-window.
9548
95492004-01-03 Luc Teirlinck <teirllm@auburn.edu>
9550
9551 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
9552
9553 * functions.texi: Various small changes in addition to the
9554 following.
5dcb4c4e
SM
9555 (What Is a Function): `functionp' returns nil for macros.
9556 Clarify behavior of this and following functions for symbol arguments.
b8d4c8d0
GM
9557 (Function Documentation): Add `\' in front of (fn @var{arglist})
9558 and explain why.
9559 (Defining Functions): Mention DOCSTRING argument to `defalias'.
9560 Add anchor.
9561 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
9562
95632004-01-01 Miles Bader <miles@gnu.org>
9564
9565 * display.texi (Buttons): New section.
9566
95672003-12-31 Andreas Schwab <schwab@suse.de>
9568
9569 * numbers.texi (Math Functions): sqrt reports a domain-error
9570 error.
9571 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
9572
95732003-12-30 Luc Teirlinck <teirllm@auburn.edu>
9574
9575 * tips.texi (Documentation Tips): Update item on hyperlinks in
9576 documentation strings.
9577
9578 * errors.texi (Standard Errors): Various small corrections and
9579 additions.
9580
9581 * control.texi: Various small changes in addition to the
9582 following.
9583 (Signaling Errors): Provide some more details on how `signal'
9584 constructs the error message. Add anchor to the definition of
9585 `signal'.
9586 (Error Symbols): Describe special treatment of `quit'.
9587 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
9588 to emphasize that it has to be a single form.
9589
9590 * buffers.texi: Add anchor.
9591
95922003-12-29 Richard M. Stallman <rms@gnu.org>
9593
9594 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
9595 (Window Configurations): Add window-configuration-frame.
9596
9597 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
9598
9599 * text.texi (Examining Properties): Add get-char-property-and-overlay.
9600 Change arg name in get-char-property.
9601 (Special Properties): Update handling of keymap property.
9602
9603 * strings.texi (Modifying Strings): Add clear-string.
9604 (Text Comparison): Add assoc-string and remove
9605 assoc-ignore-case, assoc-ignore-representation.
9606
9607 * os.texi (Time of Day): Add set-time-zone-rule.
9608
9609 * numbers.texi (Math Functions): asin, acos, log, log10
9610 report domain-error errors.
9611
9612 * nonascii.texi (Converting Representations):
9613 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
9614 (Encoding and I/O): Add file-name-coding-system.
9615
9616 * modes.texi (Search-based Fontification): Explain that
9617 face specs are symbols with face names as values.
9618
9619 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
9620
9621 * lists.texi (Building Lists): remq moved elsewhere.
9622 (Sets And Lists): remq moved here.
9623 (Association Lists): Refer to assoc-string.
9624
9625 * internals.texi (Garbage Collection): Add memory-use-counts.
9626
9627 * frames.texi (Frames and Windows): Add set-frame-selected-window
9628 and frame-root-window.
9629
9630 * files.texi (Contents of Directories):
9631 Add directory-files-and-attributes.
9632
9633 * display.texi (Refresh Screen): Add force-window-update.
9634 (Invisible Text): Explain about moving point out of invis text.
9635 (Overlay Properties): Add overlay-properties.
9636 (Managing Overlays): Add overlayp.
9637 (GIF Images): Invalid image number displays a hollow box.
9638
9639 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
9640 (Killing Buffers): Add buffer-live-p.
9641
96422003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
9643
9644 * display.texi (Fringes): Fix typo "set-buffer-window".
9645
96462003-12-24 Luc Teirlinck <teirllm@auburn.edu>
9647
9648 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
9649 * nonascii.texi, processes.texi, tips.texi, variables.texi:
9650 Add or change various xrefs and anchors.
9651
9652 * commands.texi: Replace all occurrences of @acronym{CAR} with
9653 @sc{car}, for consistency with the rest of the Elisp manual.
9654 `car' and `cdr' are historically acronyms, but are no longer
9655 widely thought of as such.
9656
9657 * internals.texi (Pure Storage): Mention that `purecopy' does not
9658 copy text properties.
9659 (Object Internals): Now 29 bits are used (in most implementations)
9660 to address Lisp objects.
9661
9662 * variables.texi (Variables with Restricted Values): New node.
9663
9664 * objects.texi (Lisp Data Types): Mention that certain variables
9665 can only take on a restricted set of values and add an xref to
9666 the new node "Variables with Restricted Values".
9667
9668 * eval.texi (Function Indirection): Describe the errors that
9669 `indirect-function' can signal.
9670 (Eval): Clarify the descriptions of `eval-region' and `values'.
9671 Describe `eval-buffer' instead of `eval-current-buffer' and
9672 mention `eval-current-buffer' as an alias for `current-buffer'.
9673 Correct the description and mention all optional arguments.
9674
9675 * nonascii.texi: Various small changes in addition to the
9676 following.
9677 (Converting Representations): Clarify behavior of
9678 `string-make-multibyte' and `string-to-multibyte' for unibyte all
9679 ASCII arguments.
9680 (Character Sets): Document the variable `charset-list' and adapt
9681 the definition of the function `charset-list' accordingly.
9682 (Translation of Characters): Clarify use of generic characters in
9683 `make-translation-table'. Clarify and correct the description of
9684 the use of translation tables in encoding and decoding.
9685 (User-Chosen Coding Systems): Correct and clarify the description
9686 of `select-safe-coding-system'.
9687 (Default Coding Systems): Clarify description of
9688 `file-coding-system-alist'.
9689
96902003-11-30 Luc Teirlinck <teirllm@auburn.edu>
9691
9692 * strings.texi (Text Comparison): Correctly describe when two
9693 strings are `equal'. Combine and clarify descriptions of
9694 `assoc-ignore-case' and `assoc-ignore-representation'.
9695
9696 * objects.texi (Non-ASCII in Strings): Clarify description of
9697 when a string is unibyte or multibyte.
9698 (Bool-Vector Type): Update examples.
9699 (Equality Predicates): Correctly describe when two strings are
9700 `equal'.
9701
97022003-11-29 Luc Teirlinck <teirllm@auburn.edu>
9703
9704 * lists.texi (Building Lists): `append' no longer accepts integer
9705 arguments. Update the description of `number-sequence' to reflect
9706 recent changes.
9707 (Sets And Lists): Describe `member-ignore-case' after `member'.
9708
97092003-11-27 Kim F. Storm <storm@cua.dk>
9710
9711 * commands.texi (Click Events): Click object may be an images.
9712 Describe (dx . dy) element of click positions.
9713 (Accessing Events): Remove duplicate posn-timestamp.
9714 New functions posn-object and posn-object-x-y.
9715
97162003-11-23 Kim F. Storm <storm@cua.dk>
9717
9718 * commands.texi (Click Events): Describe enhancements to event
9719 position lists, including new text-pos and (col . row) items.
9720 Mention left-fringe and right-fringe area events.
9721 (Accessing Events): New functions posn-area and
9722 posn-actual-col-row. Mention posn-timestamp. Mention that
9723 posn-point in non-text area still returns buffer position.
9724 Clarify posn-col-row.
9725
97262003-11-21 Lars Hansen <larsh@math.ku.dk>
9727
9728 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
9729 * anti.texi (File Attributes): Describe removed parameter
9730 ID-FORMAT.
9731
97322003-11-20 Luc Teirlinck <teirllm@auburn.edu>
9733
9734 * positions.texi (Positions): Mention that, if a marker is used as
9735 a position, its buffer is ignored.
9736
9737 * markers.texi (Overview of Markers): Mention it here too.
9738
97392003-11-12 Luc Teirlinck <teirllm@auburn.edu>
9740
9741 * numbers.texi (Numeric Conversions): Not just `floor', but also
9742 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
9743
97442003-11-10 Luc Teirlinck <teirllm@auburn.edu>
9745
9746 * markers.texi (Creating Markers): Specify insertion type of
9747 created markers. Add xref to `Marker Insertion Types'.
9748 Second argument to `copy-marker' is optional.
9749 (Marker Insertion Types): Mention that most markers are created
9750 with insertion type nil.
9751 (The Mark): Correctly describe when `mark' signals an error.
9752 (The Region): Correctly describe when `region-beginning' and
9753 `region-end' signal an error.
9754
97552003-11-08 Luc Teirlinck <teirllm@auburn.edu>
9756
9757 * hash.texi (Creating Hash): Clarify description of `eql'.
9758 `makehash' is obsolete.
9759 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
9760
9761 * positions.texi (Point): Change description of `buffer-end', so
9762 that it is also correct for floating point arguments.
9763 (List Motion): Correct argument lists of `beginning-of-defun' and
9764 `end-of-defun'.
9765 (Excursions): Add xref to `Marker Insertion Types'.
9766 (Narrowing): Argument to `narrow-to-page' is optional.
9767
97682003-11-06 Luc Teirlinck <teirllm@auburn.edu>
9769
9770 * streams.texi (Output Streams): Clarify behavior of point for
9771 marker output streams.
9772
97732003-11-04 Luc Teirlinck <teirllm@auburn.edu>
9774
9775 * variables.texi (Defining Variables): Second argument to
9776 `defconst' is not optional.
9777 (Setting Variables): Mention optional argument APPEND to
9778 `add-to-list'.
9779 (Creating Buffer-Local): Expand description of
9780 `make-variable-buffer-local'.
9781 (Frame-Local Variables): Expand description of
9782 `make-variable-frame-local'.
9783 (Variable Aliases): Correct description of optional argument
9784 DOCSTRING to `defvaralias'. Mention return value of
9785 `defvaralias'.
9786 (File Local Variables): Add xref to `File variables' in Emacs
9787 Manual. Correct description of `hack-local-variables'. Mention
9788 `safe-local-variable' property. Mention optional second argument
9789 to `risky-local-variable-p'.
9790
97912003-11-03 Luc Teirlinck <teirllm@auburn.edu>
9792
9793 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
9794
97952003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
9796
9797 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
9798 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
9799 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
9800 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
9801 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
9802 lispref/processes.texi, lispref/searching.texi,
9803 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
9804 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
9805 @acronym{FOO}.
9806
98072003-10-27 Luc Teirlinck <teirllm@auburn.edu>
9808
9809 * strings.texi (Creating Strings): Argument START to `substring'
9810 can not be `nil'. Expand description of
9811 `substring-no-properties'. Correct description of `split-string',
9812 especially with respect to empty matches. Prevent very bad line
9813 break in definition of `split-string-default-separators'.
9814 (Text Comparison): `string=' and `string<' also accept symbols as
9815 arguments.
9816 (String Conversion): More completely describe argument BASE in
9817 `string-to-number'.
9818 (Formatting Strings): `%s' and `%S' in `format' do require
9819 corresponding object. Clarify behavior of numeric prefix after
9820 `%' in `format'.
9821 (Case Conversion): The argument to `upcase-initials' can be a
9822 character.
9823
98242003-10-27 Kenichi Handa <handa@m17n.org>
9825
9826 * display.texi (Fontsets): Fix texinfo usage.
9827
98282003-10-25 Kenichi Handa <handa@m17n.org>
9829
9830 * display.texi (Fontsets): Add description of the function
9831 set-fontset-font.
9832
98332003-10-23 Luc Teirlinck <teirllm@auburn.edu>
9834
9835 * display.texi (Temporary Displays): Add xref to `Documentation
9836 Tips'.
9837
9838 * functions.texi (Function Safety): Use inforef instead of pxref
9839 for SES.
9840
98412003-10-23 Andreas Schwab <schwab@suse.de>
9842
9843 * Makefile.in (TEX, texinputdir): Don't define.
9844 (TEXI2DVI): Define.
9845 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
9846 add $(srcdir)/index.texi.
9847 ($(infodir)/elisp): Remove index.texi dependency.
9848 (elisp.dvi): Likewise. Use $(TEXI2DVI).
9849 (index.texi): Remove target.
9850 (dist): Don't link $(srcdir)/permute-index.
9851 (clean): Don't remove index.texi.
9852
9853 * permute-index, index.perm: Remove.
9854 * index.texi: Rename from index.unperm.
9855
98562003-10-22 Luc Teirlinck <teirllm@auburn.edu>
9857
9858 * tips.texi (Documentation Tips): Document new behavior for face
9859 and variable hyperlinks in Help mode.
9860
98612003-10-21 Luc Teirlinck <teirllm@auburn.edu>
9862
9863 * objects.texi (Integer Type): Update for extra bit of integer range.
9864 (Character Type): Ditto.
9865
98662003-10-16 Eli Zaretskii <eliz@gnu.org>
9867
9868 * numbers.texi (Integer Basics): Add index entries for reading
9869 numbers in hex, octal, and binary.
9870
98712003-10-16 Lute Kamstra <lute@gnu.org>
9872
9873 * modes.texi (Mode Line Format): Mention force-mode-line-update's
9874 argument.
9875
98762003-10-13 Luc Teirlinck <teirllm@auburn.edu>
9877
9878 * windows.texi (Choosing Window): Fix typo.
9879 * edebug.texi (Edebug Execution Modes): Fix typo.
9880
98812003-10-13 Richard M. Stallman <rms@gnu.org>
9882
9883 * windows.texi (Basic Windows): A window has fringe settings,
9884 display margins and scroll-bar settings.
9885 (Splitting Windows): Doc split-window return value.
9886 Clean up one-window-p.
9887 (Selecting Windows): Fix typo.
9888 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
9889 (Buffers and Windows): In set-window-buffer, explain effect
9890 on fringe settings and scroll bar settings.
9891 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
9892 (Choosing Window): Use defopt for pop-up-frame-function.
9893 For special-display-buffer-names, explain same-window and same-frame.
9894 Clarify window-dedicated-p return value.
9895 (Textual Scrolling): scroll-up and scroll-down can get an error.
9896 (Horizontal Scrolling): Clarify auto-hscroll-mode.
9897 Clarify set-window-hscroll.
9898 (Size of Window): Don't mention tool bar in window-height.
9899 (Coordinates and Windows): Explain what coordinates-in-window-p
9900 returns for fringes and display margins.
9901 (Window Configurations): Explain saving fringes, etc.
9902
9903 * tips.texi (Library Headers): Clean up Documentation.
9904
9905 * syntax.texi (Parsing Expressions): Clean up forward-comment
9906 and parse-sexp-lookup-properties.
9907
9908 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
9909
9910 * os.texi (System Environment): Clean up text for load-average errors.
9911
9912 * modes.texi (Hooks): Don't explain local hook details at front.
9913 Clarify run-hooks and run-hook-with-args a little.
9914 Clean up add-hook and remove-hook.
9915
9916 * edebug.texi (Edebug Execution Modes): Clarify t.
9917 Document edebug-sit-for-seconds.
9918 (Coverage Testing): Document C-x X = and =.
9919 (Instrumenting Macro Calls): Fix typo.
9920 (Specification List): Don't index the specification keywords.
9921
99222003-10-10 Kim F. Storm <storm@cua.dk>
9923
9924 * processes.texi (Network): Introduce make-network-process.
9925
99262003-10-09 Luc Teirlinck <teirllm@auburn.edu>
9927
9928 * tips.texi (Library Headers): Fix typo.
9929
99302003-10-07 Juri Linkov <juri@jurta.org>
9931
9932 * modes.texi (Imenu): Mention imenu-create-index-function's
9933 default value. Explain submenus better.
9934
99352003-10-07 Lute Kamstra <lute@gnu.org>
9936
9937 * modes.texi (Faces for Font Lock): Fix typo.
9938 (Hooks): Explain how buffer-local hook variables can refer to
9939 global hook variables.
9940 Various minor clarifications.
9941
99422003-10-06 Lute Kamstra <lute@gnu.org>
9943
9944 * tips.texi (Coding Conventions): Mention naming conventions for
9945 hooks.
9946
99472003-10-05 Luc Teirlinck <teirllm@auburn.edu>
9948
9949 * loading.texi (Library Search): Correct default value of
9950 load-suffixes.
9951 (Named Features): Fix typo.
9952
99532003-10-05 Richard M. Stallman <rms@gnu.org>
9954
9955 * loading.texi (Named Features): In `provide',
9956 say how to test for subfeatures.
9957 (Unloading): In unload-feature, use new var name
9958 unload-feature-special-hooks.
9959
99602003-10-03 Lute Kamstra <lute@gnu.org>
9961
9962 * modes.texi (Major Mode Conventions): Mention third way to set up
9963 Imenu.
9964 (Imenu): A number of small fixes.
9965 Delete documentation of internal variable imenu--index-alist.
9966 Document the return value format of imenu-create-index-function
9967 functions.
9968
99692003-09-30 Richard M. Stallman <rms@gnu.org>
9970
9971 * processes.texi (Network): Say what stopped datagram connections do.
9972
9973 * lists.texi (Association Lists): Clarify `assq-delete-all'.
9974
9975 * display.texi (Overlay Properties): Clarify `evaporate' property.
9976
99772003-09-29 Lute Kamstra <lute@gnu.org>
9978
9979 * modes.texi (Mode Line Data): Explain when symbols in mode-line
9980 constructs should be marked as risky.
9981 Change cons cell into proper list.
9982 (Mode Line Variables): Change cons cell into proper list.
9983
99842003-09-26 Lute Kamstra <lute@gnu.org>
9985
9986 * modes.texi (Mode Line Data): Document the :propertize construct.
9987 (Mode Line Variables): Reorder the descriptions of the variables
9988 to match their order in the default mode-line-format.
9989 Describe the new variables mode-line-position and mode-line-modes.
9990 Update the default values of mode-line-frame-identification,
9991 minor-mode-alist, and default-mode-line-format.
9992 (Properties in Mode): Mention the :propertize construct.
9993
99942003-09-26 Richard M. Stallman <rms@gnu.org>
9995
9996 * buffers.texi, commands.texi, debugging.texi, eval.texi:
9997 * loading.texi, minibuf.texi, text.texi, variables.texi:
9998 Avoid @strong{Note:}.
9999
100002003-09-26 Richard M. Stallman <rms@gnu.org>
10001
10002 * keymaps.texi (Remapping Commands): Fix typo.
10003
100042003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
10005
10006 * processes.texi (Low-Level Network): Fix typo.
10007
100082003-09-23 Kim F. Storm <storm@cua.dk>
10009
10010 * processes.texi (Network, Network Servers): Fix typos.
10011 (Low-Level Network): Add timeout value for :server keyword.
10012 Add new option keywords to make-network-process.
10013 Add set-network-process-options.
10014 Explain how to test availability of network options.
10015
100162003-09-19 Richard M. Stallman <rms@gnu.org>
10017
10018 * text.texi (Motion by Indent): Arg to
10019 backward-to-indentation and forward-to-indentation is optional.
10020
10021 * strings.texi (Creating Strings): Add substring-no-properties.
10022
10023 * processes.texi
10024 (Process Information): Add list-processes arg QUERY-ONLY.
10025 Delete process-contact from here.
10026 Add new status values for process-status.
10027 Add process-get, process-put, process-plist, set-process-plist.
10028 (Synchronous Processes): Add call-process-shell-command.
10029 (Signals to Processes): signal-process allows process objects.
10030 (Network): Complete rewrite.
10031 (Network Servers, Datagrams, Low-Level Network): New nodes.
10032
10033 * positions.texi (Word Motion): forward-word, backward-word
10034 arg is optional. Reword.
10035
10036 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
10037
10038 * variables.texi (Creating Buffer-Local):
10039 Delete duplicate definition of buffer-local-value.
10040 (File Local Variables): Explain about discarding text props.
10041
100422003-09-11 Richard M. Stallman <rms@gnu.org>
10043
10044 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
10045 changes variables that record input events.
10046 (Minibuffer Misc): Add minibuffer-selected-window.
10047
10048 * lists.texi (Building Lists): Add copy-tree.
10049
10050 * display.texi (Fontsets): Add char-displayable-p.
10051 (Scroll Bars): New node.
10052
100532003-09-08 Lute Kamstra <lute@gnu.org>
10054
10055 * modes.texi (%-Constructs): Document new `%i' and `%I'
10056 constructs.
10057
100582003-09-03 Peter Runestig <peter@runestig.com>
10059
10060 * makefile.w32-in: New file.
10061
100622003-08-29 Richard M. Stallman <rms@gnu.org>
10063
10064 * display.texi (Overlay Properties): Clarify how priorities
10065 affect use of the properties.
10066
100672003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
10068
10069 * customize.texi (Type Keywords): Correct the description of
10070 `:help-echo' in the case where `motion-doc' is a function.
10071
100722003-08-14 John Paul Wallington <jpw@gnu.org>
10073
10074 * modes.texi (Emulating Mode Line): Subsection, not section.
10075
100762003-08-13 Richard M. Stallman <rms@gnu.org>
10077
10078 * elisp.texi (Top): Update subnode lists in menu.
10079
10080 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
10081 (Kill Functions): kill-region has new arg yank-handler.
10082 (Yanking): New node.
10083 (Yank Commands): Add yank-undo-function.
10084 (Low-Level Kill Ring):
10085 kill-new and kill-append have new arg yank-handler.
10086 (Changing Properties): Add remove-list-of-text-properties.
10087 (Atomic Changes): New node.
10088
10089 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
10090
10091 * streams.texi (Output Variables): Add eval-expression-print-length
10092 and eval-expression-print-level.
10093
10094 * os.texi (Time Conversion): For encode-time, explain limits on year.
10095
10096 * objects.texi (Character Type): Define anchor "modifier bits".
10097
10098 * modes.texi (Emulating Mode Line): New node.
10099 (Search-based Fontification): Font Lock uses font-lock-face property.
10100 (Other Font Lock Variables): Likewise.
10101
10102 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
10103 not vectors.
10104 (Active Keymaps): Add emulation-mode-map-alists.
10105 (Functions for Key Lookup): key-binding has new arg no-remap.
10106 (Remapping Commands): New node.
10107 (Scanning Keymaps): where-is-internal has new arg no-remap.
10108 (Tool Bar): Add tool-bar-local-item-from-menu.
10109 Clarify when to use tool-bar-add-item-from-menu.
10110
10111 * commands.texi (Interactive Call): commandp has new arg.
10112 (Command Loop Info): Add this-original-command.
10113
101142003-08-06 John Paul Wallington <jpw@gnu.org>
10115
10116 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
10117
10118 * display.texi (Warning Basics): Fix typo.
10119 (Fringes): Add closing curly bracket and fix typo.
10120
10121 * elisp.texi (Top): Fix typo.
10122
101232003-08-05 Richard M. Stallman <rms@gnu.org>
10124
10125 * elisp.texi: Update lists of subnodes.
10126
10127 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
10128
10129 * variables.texi (Local Variables): Use lc for example variable names.
10130
10131 * tips.texi (Library Headers): Explain where to put -*-.
10132
10133 * strings.texi (Creating Strings): Fix xref for vconcat.
10134
10135 * sequences.texi (Vector Functions):
10136 vconcat no longer allows integer args.
10137
10138 * minibuf.texi (Reading File Names): read-file-name has new
10139 arg PREDICATE. New function read-directory-name.
10140
c4cc8b9a 10141 * macros.texi (Defining Macros): Give definition of `declare'.
b8d4c8d0
GM
10142 (Indenting Macros): New node.
10143
10144 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
10145 (Window Frame Parameters): Make separate table of parameters
10146 that are coupled with specific face attributes.
10147 (Deleting Frames): delete-frame-hooks renamed to
10148 delete-frame-functions.
10149
10150 * files.texi (Magic File Names): Add file-remote-p.
10151 Clarify file-local-copy.
10152
10153 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
10154 here; instead xref Defining Macros.
10155
10156 * display.texi (Warnings): New node, and subnodes.
10157 (Fringes): New node.
10158
10159 * debugging.texi (Test Coverage): New node.
10160
10161 * compile.texi (Compiler Errors): Explain with-no-warnings
10162 and other ways to suppress warnings.
10163
10164 * commands.texi (Interactive Call): Minor clarification.
10165
10166 * buffers.texi (Buffer File Name): set-visited-file-name
10167 renames the buffer too.
10168
10169 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
10170
101712003-07-24 Markus Rost <rost@math.ohio-state.edu>
10172
10173 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
10174
101752003-07-22 Markus Rost <rost@math.ohio-state.edu>
10176
10177 * internals.texi (Garbage Collection): Fix previous change.
10178
101792003-07-22 Richard M. Stallman <rms@gnu.org>
10180
10181 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
10182
10183 * display.texi (Width): Use \s syntax in example.
10184 (Font Selection): Add face-font-rescale-alist.
10185
10186 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
10187 Remove spurious indent in example.
10188
10189 * lists.texi (Building Lists): Add number-sequence.
10190
10191 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
10192
10193 * functions.texi (Function Documentation): Explain how to
10194 show calling convention explicitly in the doc string.
10195
10196 * windows.texi (Selecting Windows): save-selected-window saves
10197 selected window of each frame.
10198 (Window Configurations): Minor change.
10199
10200 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
10201
10202 * streams.texi (Output Variables): Add print-continuous-numbering
10203 and print-number-table.
10204
10205 * processes.texi (Decoding Output): New node.
10206
10207 * os.texi (Time Conversion): decode-time arg is optional.
10208
10209 * objects.texi (Character Type): Don't use space as example for \.
10210 Make list of char names and \-sequences correspond.
10211 Explain that \s is not used in strings. `\ ' needs space after.
10212
10213 * nonascii.texi (Converting Representations): Add string-to-multibyte.
10214 (Translation of Characters): Add translation-table-for-input.
10215 (Default Coding Systems): Add auto-coding-functions.
10216 (Explicit Encoding): Add decode-coding-inserted-region.
10217 (Locales): Add locale-info.
10218
10219 * minibuf.texi (Basic Completion): Describe test-completion.
10220 Collections can be lists of strings.
10221 Clean up lazy-completion-table.
10222 (Programmed Completion): Mention test-completion.
10223 Clarify why lambda expressions are not accepted.
10224 (Minibuffer Misc): Describe minibufferp.
10225
102262003-07-14 Richard M. Stallman <rms@gnu.org>
10227
10228 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
10229
10230 * windows.texi (Selecting Windows): New arg to select-window.
10231 (Selecting Windows): Add with-selected-window.
10232 (Size of Window): Add window-inside-edges, etc.
10233
10234 * internals.texi (Garbage Collection): Add post-gc-hook.
10235
10236 * processes.texi (Subprocess Creation): Add exec-suffixes.
10237
10238 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
10239 (Scanning Keymaps): Add map-keymaps.
10240 (Defining Menus): Add keymap-prompt.
10241
10242 * numbers.texi (Integer Basics): Add most-positive-fixnum,
10243 most-negative-fixnum.
10244
c4cc8b9a 10245 * compile.texi (Byte Compilation): Explain no-byte-compile.
b8d4c8d0
GM
10246 (Compiler Errors): New node.
10247
10248 * os.texi (User Identification): user-uid, user-real-uid
10249 can return float.
10250
10251 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
10252 and about derived modes.
10253 (Minor Modes): Add minor-mode-list.
10254 (Defining Minor Modes): Keyword args for define-minor-mode.
10255 (Search-based Fontification): Explain managing other properties.
10256 (Other Font Lock Variables): Add font-lock-extra-managed-props.
183080b6 10257 (Faces for Font Lock): Add font-lock-preprocessor-face.
b8d4c8d0
GM
10258 (Hooks): Add run-mode-hooks and delay-mode-hooks.
10259
10260 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
10261 (Variable Aliases): Clarify defvaralias.
10262
10263 * loading.texi (Library Search): Add load-suffixes.
10264
10265 * minibuf.texi (Basic Completion): Add lazy-completion-table.
10266 (Programmed Completion): Add dynamic-completion-table.
10267
10268 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
10269 (Magic File Names): Specify precedence order of handlers.
10270
10271 * commands.texi (Command Overview): Emacs server runs pre-command-hook
10272 and post-command-hook.
10273 (Waiting): New calling convention for sit-for.
10274
10275 * text.texi (Special Properties): local-map and keymap properties
10276 apply based on their stickiness.
10277
102782003-07-07 Richard M. Stallman <rms@gnu.org>
10279
10280 * modes.texi (Minor Mode Conventions): Specify only some kinds
10281 of list values as args to minor modes.
10282
10283 * files.texi (File Name Expansion): Warn about iterative use
10284 of substitute-in-file-name.
10285
10286 * advice.texi (Activation of Advice): Clean up previous change.
10287
102882003-07-06 Markus Rost <rost@math.ohio-state.edu>
10289
10290 * advice.texi (Activation of Advice): Note that ad-start-advice is
10291 turned on by default.
10292
102932003-06-30 Richard M. Stallman <rms@gnu.org>
10294
10295 * text.texi (Buffer Contents): Document current-word.
10296 (Change Hooks): Not called for *Messages*.
10297
10298 * functions.texi (Defining Functions): Explain about redefining
10299 primitives.
f4e90db0 10300 (Function Safety): Rename. Minor changes.
b8d4c8d0
GM
10301 Comment out the detailed criteria for what is safe.
10302
103032003-06-22 Andreas Schwab <schwab@suse.de>
10304
10305 * objects.texi (Symbol Type): Fix description of examples.
10306
103072003-06-16 Andreas Schwab <schwab@suse.de>
10308
10309 * hash.texi (Creating Hash): Fix description of :weakness.
10310
c8763fb6 103112003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
b8d4c8d0
GM
10312
10313 * files.texi (Changing Files): copy-file copies file modes, too.
10314
103152003-05-28 Richard M. Stallman <rms@gnu.org>
10316
10317 * strings.texi (Creating Strings): Clarify split-string.
10318
103192003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
10320
10321 * strings.texi (Creating Strings): Update split-string specification
10322 and examples.
10323
103242003-05-19 Richard M. Stallman <rms@gnu.org>
10325
10326 * elisp.texi: Correct invariant section names.
10327
103282003-04-20 Richard M. Stallman <rms@gnu.org>
10329
10330 * os.texi (Timers): Explain about timers and quitting.
10331
103322003-04-19 Richard M. Stallman <rms@gnu.org>
10333
10334 * internals.texi (Writing Emacs Primitives): Strings are
10335 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
10336 Explain GCPRO convention for varargs function args.
10337
103382003-04-16 Richard M. Stallman <rms@gnu.org>
10339
10340 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
10341
103422003-04-08 Richard M. Stallman <rms@gnu.org>
10343
10344 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
10345
103462003-02-13 Kim F. Storm <storm@cua.dk>
10347
10348 * objects.texi (Character Type): New \s escape for space.
10349
103502003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
10351
5dcb4c4e 10352 * os.texi (System Environment): Add cygwin system-type.
b8d4c8d0
GM
10353
103542003-01-25 Richard M. Stallman <rms@gnu.org>
10355
10356 * keymaps.texi: Document that a symbol can act as a keymap.
10357
103582003-01-13 Richard M. Stallman <rms@gnu.org>
10359
10360 * text.texi (Changing Properties): Say string indices are origin-0.
10361
10362 * positions.texi (Screen Lines) <compute-motion>:
10363 Correct order of elts in return value.
10364
10365 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
10366 how to define a default binding.
10367
103682002-12-07 Markus Rost <rost@math.ohio-state.edu>
10369
10370 * loading.texi (Unloading): Fix recent change for load-history.
10371
10372 * customize.texi (Simple Types): Clarify description of custom
10373 type 'number. Describe new custom type 'float.
10374
103752002-12-04 Markus Rost <rost@math.ohio-state.edu>
10376
10377 * variables.texi (File Local Variables): Fix typo.
10378
c8763fb6 103792002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
b8d4c8d0
GM
10380
10381 From Michael Albinus <Michael.Albinus@alcatel.de>.
10382
10383 * README: Target for Info file is `make info'.
10384
5dcb4c4e 10385 * files.texi (File Name Components): Fix typos in
b8d4c8d0
GM
10386 `file-name-sans-extension'.
10387 (Magic File Names): Complete list of operations for magic file
10388 name handlers.
10389
103902002-09-16 Jonathan Yavner <jyavner@engineer.com>
10391
10392 * variables.texi (File Local Variables): New function
10393 risky-local-variable-p.
10394
103952002-09-15 Jonathan Yavner <jyavner@engineer.com>
10396
10397 * functions.texi (Function safety): New node about unsafep.
10398
103992002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
10400
5dcb4c4e 10401 * customize.texi (Splicing into Lists): Fix example.
a86cd395 10402 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
b8d4c8d0
GM
10403
104042002-06-17 Juanma Barranquero <lektu@terra.es>
10405
10406 * frames.texi (Display Feature Testing): Fix typo.
10407
104082002-06-12 Andreas Schwab <schwab@suse.de>
10409
10410 * frames.texi (Initial Parameters, Resources): Fix references to
10411 the Emacs manual.
10412
104132002-05-13 Kim F. Storm <storm@cua.dk>
10414
10415 * variables.texi (Intro to Buffer-Local): Updated warning and
10416 example relating to changing buffer inside let.
10417
c8763fb6 104182002-03-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
10419
10420 * os.texi (Session Management): New node about X Session management.
10421
104222002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
10423
10424 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
10425 to which the manual corresponds, and the copyright years.
10426
10427 * Makefile.in (VERSION): Set to 2.9.
10428
104292001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
10430
10431 * elisp.texi: Change the category in @dircategory to "Emacs", to
10432 make it consistent with info/dir.
10433
104342001-11-25 Miles Bader <miles@gnu.org>
10435
10436 * text.texi (Fields): Describe new `limit' arg in
10437 field-beginning/field-end.
10438
104392001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
10440
5dcb4c4e
SM
10441 * permute-index: Don't depend on csh-specific features.
10442 Replace the interpreter name with /bin/sh.
b8d4c8d0
GM
10443
10444 * two-volume-cross-refs.txt: New file.
10445 * two.el: New file.
10446 * spellfile: New file.
10447
104482001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
10449
10450 * permute-index: New file.
10451
10452 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
10453 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
10454 8+3 restricted namespace.
10455
10456 * Makefile.in (infodir): Define relative to $(srcdir).
10457 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
10458 include directories list via -I switch to makeinfo.
10459 (index.texi): Use cp if both hard and symbolic links fail.
10460
104612001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
10462
10463 * Makefile.in (distclean): Add.
10464
10465 The following changes make ELisp manual part of the Emacs
10466 distribution:
10467
10468 * Makefile.in: Add Copyright notice.
10469 (prefix): Remove.
10470 (infodir): Change value to "../info".
10471 (VPATH): New variable.
10472 (MAKE): Don't define.
10473 (texmacrodir): Don't define.
10474 (texinputdir): Append the existing value of TEXINPUTS.
10475 ($(infodir)/elisp): Instead of just "elisp". Reformat the
10476 command to be compatible with man/Makefile.in, and to put the
10477 output into ../info.
10478 (info): Add target.
10479 (installall): Target removed.
10480
c8763fb6 104812001-10-31 Pavel Janík <Pavel@Janik.cz>
b8d4c8d0
GM
10482
10483 * tips.texi (Coding Conventions): Fix typo.
10484
104852001-10-23 Gerd Moellmann <gerd@gnu.org>
10486
10487 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
10488
104892001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
10490
10491 * files.texi (File Name Components): Update the description of
10492 file-name-sans-extension and file-name-extension, as they now
10493 ignore leading dots.
10494
104952001-10-20 Gerd Moellmann <gerd@gnu.org>
10496
10497 * (Version 21.1 released.)
10498
104992001-10-19 Miles Bader <miles@gnu.org>
10500
10501 * positions.texi (Text Lines): Describe behavior of
10502 `beginning-of-line'/`end-of-line' in the presence of field properties.
10503
105042001-10-17 Gerd Moellmann <gerd@gnu.org>
10505
10506 * Makefile.in (VERSION): Set to 2.8.
10507 (manual): Use `manual-21'.
10508
10509 * elisp.texi (VERSION): Add and use it where the version
10510 number was used. Set it to 2.8.
10511
10512 * intro.texi: Likewise.
10513
105142001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
10515
10516 * files.texi (File Name Completion): Document the significance of
10517 a trailing slash in elements of completion-ignored-extensions.
10518
105192001-10-06 Miles Bader <miles@gnu.org>
10520
10521 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
10522
105232001-10-04 Gerd Moellmann <gerd@gnu.org>
10524
10525 * variables.texi (Variable Aliases): New node.
10526
105272001-10-04 Gerd Moellmann <gerd@gnu.org>
10528
10529 * Branch for 21.1.
10530
105312001-10-02 Miles Bader <miles@gnu.org>
10532
10533 * minibuf.texi (Minibuffer Misc): Add entries for
10534 `minibuffer-contents', `minibuffer-contents-no-properties', and
10535 `delete-minibuffer-contents'.
10536 Correct description for `minibuffer-prompt-end'.
10537
10538 * text.texi (Property Search): Correct descriptions of
10539 `next-char-property-change' and `previous-char-property-change'.
10540 Add entries for `next-single-char-property-change' and
10541 `previous-single-char-property-change'.
10542 Make operand names a bit more consistent.
10543
105442001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
10545
10546 * frames.texi (Finding All Frames): Document that next-frame and
10547 previous-frame are local to current terminal.
10548
105492001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
10550
10551 * keymaps.texi (Creating Keymaps): Fix the description of the
10552 result of make-keymap.
10553
105542001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
10555
10556 * display.texi (Font Lookup, Attribute Functions)
10557 (Image Descriptors): Add cross-references to the definition of
10558 selected frame.
10559
10560 * buffers.texi (The Buffer List): Add cross-references to the
10561 definition of selected frame.
10562
10563 * frames.texi (Input Focus): Clarify which frame is _the_ selected
10564 frame at any given time.
10565 (Multiple Displays, Size and Position): Add a cross-reference to
10566 the definition of the selected frame.
10567
105682001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
10569
10570 * strings.texi (String Conversion) <string-to-number>: Document
10571 that a float is returned for integers that are too large.
10572
10573 * frames.texi (Mouse Position): Document mouse-position-function.
10574 (Display Feature Testing): Document display-images-p.
10575 (Window Frame Parameters): Document the cursor-type variable.
10576
10577 * numbers.texi (Integer Basics): Document CL style read syntax for
10578 integers in bases other than 10.
10579
5dcb4c4e
SM
10580 * positions.texi (List Motion):
10581 Document open-paren-in-column-0-is-defun-start.
b8d4c8d0
GM
10582
10583 * lists.texi (Sets And Lists): Document member-ignore-case.
10584
10585 * internals.texi (Garbage Collection): Document the used and free
10586 strings report.
10587 (Memory Usage): Document strings-consed.
10588
10589 * os.texi (Time of Day): Document float-time.
10590 (Recording Input): Document that clear-this-command-keys clears
10591 the vector to be returned by recent-keys.
10592
10593 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
10594 argument keymap can be a list.
10595
10596 * nonascii.texi (User-Chosen Coding Systems)
10597 <select-safe-coding-system>: Document the new argument
10598 accept-default-p and the variable
10599 select-safe-coding-system-accept-default-p. Tell what happens if
10600 buffer-file-coding-system is undecided.
10601 (Default Coding Systems): Document auto-coding-regexp-alist.
10602
10603 * display.texi (The Echo Area) <message>: Document
10604 message-truncate-lines.
10605 (Glyphs): Document that the glyph table is unused on windowed
10606 displays.
10607
10608 * help.texi (Describing Characters) <single-key-description>:
10609 Document the new argument no-angles.
10610 (Accessing Documentation) <documentation-property>: Document that
10611 a non-string property is evaluated.
10612 <documentation>: Document that the function-documentation property
10613 is looked for.
10614
10615 * windows.texi (Selecting Windows): Document some-window.
10616
10617 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
10618
10619 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
10620 apropos-mode-hook.
10621
10622 * commands.texi (Using Interactive): Document interactive-form.
10623 (Keyboard Macros): Document kbd-macro-termination-hook.
10624 (Command Loop Info): Document that clear-this-command-keys clears
10625 the vector to be returned by recent-keys.
10626
106272001-09-04 Werner LEMBERG <wl@gnu.org>
10628
10629 * Makefile.in (srcdir, texinputdir): New variables.
10630 (srcs, index.texi, install): Use $(srcdir).
10631 (.PHONY): Remove elisp.dvi.
10632 (elisp): Use -I switch for makeinfo.
10633 (elisp.dvi): Use $(srcdir) and $(texinputdir).
10634 (installall, dist): Use $(srcdir).
10635 Fix path to texinfo.tex.
10636 (maintainer-clean): Add elisp.dvi and elisp.oaux.
10637
106382001-08-30 Gerd Moellmann <gerd@gnu.org>
10639
10640 * display.texi (Conditional Display): Adjust to API change.
10641
10642 * configure: New file.
10643
106442001-07-30 Gerd Moellmann <gerd@gnu.org>
10645
10646 * commands.texi (Repeat Events): Add description of
10647 double-click-fuzz.
10648
106492001-05-08 Stefan Monnier <monnier@cs.yale.edu>
10650
10651 * syntax.texi (Syntax Class Table): Add the missing designator for
10652 comment and string fences.
10653 (Syntax Properties): Add a xref to syntax table internals.
10654 (Syntax Table Internals): Document string-to-syntax.
10655
106562001-05-07 Gerd Moellmann <gerd@gnu.org>
10657
10658 * Makefile.in (install): Use install-info command line options
10659 like in Emacs' Makefile.in.
10660
106612000-12-09 Miles Bader <miles@gnu.org>
10662
10663 * windows.texi (Window Start): Update documentation for
10664 `pos-visible-in-window-p'.
10665
106662000-11-12 Stefan Monnier <monnier@cs.yale.edu>
10667
10668 * lists.texi (Building Lists): Add footnote to explain how to add
10669 to the end of a list.
10670
106712000-10-25 Gerd Moellmann <gerd@gnu.org>
10672
10673 * files.texi (Visiting Functions): Typos.
10674
106752000-10-25 Kenichi Handa <handa@etl.go.jp>
10676
10677 * files.texi (Visiting Functions): Return value of
10678 find-file-noselect may be a list of buffers if wildcards are used.
10679
106802000-10-24 Miles Bader <miles@lsi.nec.co.jp>
10681
10682 * display.texi (Defining Faces): Document `graphic' display type
10683 in face specs.
10684
b344d29d 106852000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b8d4c8d0
GM
10686
10687 * hooks.texi (Standard Hooks): Replace obsolete
10688 `after-make-frame-hook' with `after-make-frame-functions'.
10689
10690 * frames.texi (Creating Frames): Ditto.
10691
10692 * variables.texi (Future Local Variables): Ditto.
10693
106942000-10-16 Gerd Moellmann <gerd@gnu.org>
10695
10696 * display.texi (Other Image Types): Add description of :foreground
10697 and :background properties of mono PBM images.
10698
106992000-08-17 Werner LEMBERG <wl@gnu.org>
10700
10701 * .cvsignore: New file.
10702
107032000-01-05 Gerd Moellmann <gerd@gnu.org>
10704
10705 * tindex.pl: New script.
10706
107071999-12-03 Dave Love <fx@gnu.org>
10708
10709 * Makefile.in (MAKEINFO): New parameter.
10710
107111999-09-17 Richard Stallman <rms@gnu.org>
10712
10713 * Makefile.in (srcs): Add hash.texi.
10714 (VERSION): Update to 20.6.
10715
107161999-09-13 Richard Stallman <rms@gnu.org>
10717
10718 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
10719
107201998-08-29 Karl Heuer <kwzh@gnu.org>
10721
10722 * configure.in: New file.
10723 * Makefile.in: Renamed from Makefile.
10724 (prefix, infodir): Use value obtained from configure.
10725 (emacslibdir): Obsolete variable deleted.
10726 (dist): Distribute configure.in, configure, Makefile.in.
10727
107281998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
10729
10730 * Makefile (INSTALL_INFO): New variable.
10731 (install): Run install-info.
10732
107331998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
10734
10735 * Makefile (elisp.dvi): Add missing backslash.
10736
107371998-05-02 Richard Stallman <rms@psilocin.gnu.org>
10738
10739 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
10740 Run texindex without `./'. Always run texindex on elisp.tp.
10741 (elisp.tps): Target deleted.
10742
107431998-04-05 Richard Stallman <rms@psilocin.gnu.org>
10744
10745 * Makefile (srcs): Add nonascii.texi and customize.texi.
10746 (dist): Start by deleting `temp'.
10747
107481998-02-17 Richard Stallman <rms@psilocin.gnu.org>
10749
10750 * Makefile (makeinfo, texindex): Targets deleted.
10751 (makeinfo.o, texindex.o): Targets deleted.
10752 (clean, dist): Don't do anything with them or with getopt*.
10753
107541998-01-30 Richard Stallman <rms@psilocin.gnu.org>
10755
10756 * Makefile (SHELL): Defined.
10757
107581998-01-27 Richard Stallman <rms@psilocin.gnu.org>
10759
10760 * Makefile (elisp.tps): New target.
10761 (elisp.dvi): Depend on elisp.tps.
10762
c5602427 107631996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
b8d4c8d0
GM
10764
10765 * README: Update phone number.
10766
10767 * Makefile (elisp): Make this be the default target.
10768 Depend on makeinfo.c instead of makeinfo.
10769 (install): Don't depend on elisp.dvi, since we don't install that.
10770 Use mkinstalldirs.
10771 (dist): Add mkinstalldirs.
10772
c5602427 107731995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
b8d4c8d0
GM
10774
10775 * Makefile (VERSION): Update version number.
5dcb4c4e 10776 (maintainer-clean): Rename from realclean.
b8d4c8d0 10777
c5602427 107781995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
b8d4c8d0
GM
10779
10780 * Makefile (realclean): New target.
10781 (elisp): Remove any old elisp-* files first.
10782
c5602427 107831993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
b8d4c8d0
GM
10784
10785 * Makefile (VERSION): New variable.
10786 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
10787 Compressed file suffix should be `.gz', not `.z'.
10788
ce058493 107891993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10790
10791 * Makefile (elisp): Depend on makeinfo.
10792
c5602427 107931993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
b8d4c8d0
GM
10794
10795 * Makefile (srcs): Add anti.texi.
10796
c5602427 107971993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10798
10799 * Makefile (infodir, prefix): New vars.
10800 (install): Use infodir.
f4e90db0 10801 (emacsinfodir): Delete.
b8d4c8d0 10802
c5602427 108031993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10804
10805 * Makefile (srcs): Add calendar.texi.
10806
10807 * Makefile (dist): Copy texindex.c and makeinfo.c.
10808 Limit elisp-* files to those with one or two digits.
10809
c5602427 108101993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0 10811
f4e90db0 10812 * Makefile (dist): Change to use Gzip instead of compress.
b8d4c8d0 10813
c5602427 108141993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10815
10816 * loading.texi (Unloading): define-function changed back to
10817 defalias. It may not stay this way, but at least it's
10818 consistent with the known-good version of the code patch.
10819
c5602427 108201993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
b8d4c8d0
GM
10821
10822 * modes.texi (Hooks): Document new optional arg of add-hook.
10823
c5602427 108241993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10825
10826 * variables.texi: Document nil initial value of buffer-local variables.
10827
10828 * tips.texi: Add new section on standard library headers.
10829
c5602427 108301993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
10831
10832 * Makefile (srcs): Add frame.texi to the list of sources.
10833
c5602427 108341993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
10835
10836 * Makefile (dist): Don't bother excluding autosave files; they'll
10837 never make it into the temp directory anyway, and the hash marks
10838 in the name are problematic for make and the Bourne shell.
10839 (srcs):
10840
c5602427 108411993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
10842
10843 * Makefile (dist): Don't include backup files or autosave files in
10844 the distribution tar file.
10845
c5602427 108461991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0 10847
5dcb4c4e 10848 * Makefile (srcs): Add index.perm.
b8d4c8d0
GM
10849 (elisp.dvi): Remove erroneous shell comment.
10850 Expect output of permute-index in permuted.fns.
10851 Save old elisp.aux in elisp.oaux.
5dcb4c4e 10852 (clean): Add index.texi to be deleted.
b8d4c8d0 10853
c5602427 108541990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
10855
10856 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
10857
c5602427 108581990-06-26 David Lawrence (tale@geech)
b8d4c8d0
GM
10859
10860 * files.texi: Noted that completion-ignored-extensions is ignored
10861 when making *Completions*.
10862
3e868ee3 108631990-06-08 Jay Fenlason (hack@ai.mit.edu)
b8d4c8d0
GM
10864
10865 * Makefile make dist now depends on elisp.dvi, since it tries
10866 to include it in the dist file.
10867
c5602427 108681990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
b8d4c8d0 10869
c5602427 10870 * functions.texinfo (Mapping Functions): Add missing quote.
b8d4c8d0 10871
c5602427 108721989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
10873
10874 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
10875 (defunargs): Turn off \hyphenchar of \sl font temporarily.
10876
c5602427 108771989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10878
10879 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
10880 and @error{} are the terms now being used. The files in the
10881 directory have been changed to reflect this.
10882
10883 * All instances of @indentedresultt{} have been changed to
333f9019 10884 ` @result{}', using 5 spaces at the beginning of the line.
b8d4c8d0 10885
c5602427 108861989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10887
10888 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
10889 experimental @indentedresult{}, @indentedexpandsto{} are part of
10890 the texinfo.tex in this directory. These TeX macros are not
10891 stable yet.
10892
c5602427 108931989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10894
10895 * texinfo.tex: Temporarily added
10896 \let\result=\dblarrow
10897 \def\error{{\it ERROR} \longdblarrow}
10898 We need to do this better soon.
10899
c5602427 109001989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10901
10902 * Applied Karl Berry's patches to *.texinfo files, but not to
10903 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
10904 new title page format is also not applied, since it requires
10905 texinfo.tex changes.)
10906
10907 * Cleaned up `Makefile' and defined the `emacslibdir' directory
10908 for the Project GNU development environment.
10909
10910;; Local Variables:
c8763fb6 10911;; coding: utf-8
b8d4c8d0
GM
10912;; End:
10913
acaf905b 10914 Copyright (C) 1998-2012 Free Software Foundation, Inc.
b8d4c8d0
GM
10915
10916 This file is part of GNU Emacs.
10917
352c8b4a 10918 GNU Emacs is free software: you can redistribute it and/or modify
b8d4c8d0 10919 it under the terms of the GNU General Public License as published by
352c8b4a
GM
10920 the Free Software Foundation, either version 3 of the License, or
10921 (at your option) any later version.
b8d4c8d0
GM
10922
10923 GNU Emacs is distributed in the hope that it will be useful,
10924 but WITHOUT ANY WARRANTY; without even the implied warranty of
10925 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10926 GNU General Public License for more details.
10927
10928 You should have received a copy of the GNU General Public License
352c8b4a 10929 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.