* objects.texi (Process Type, Overlay Type): Tweak page-breaks.
[bpt/emacs.git] / doc / lispref / ChangeLog
CommitLineData
cfed8eeb
GM
12012-05-04 Glenn Morris <rgm@gnu.org>
2
06793fea
GM
3 * objects.texi (Process Type, Overlay Type): Tweak page-breaks.
4
2da3a0d2
GM
5 * intro.texi (Caveats): Copyedit.
6 (Lisp History): Convert inforef to xref.
7 (Lisp History, Printing Notation, Version Info): Improve page-breaks.
8
cfed8eeb
GM
9 * elisp.texi (DATE): Forgot to change the month in 2012-04-21 change.
10
bbba8869
GM
112012-05-01 Glenn Morris <rgm@gnu.org>
12
13 * elisp.texi (@copying):
14 * intro.texi (Introduction): Only print VERSION in the TeX version.
15
5a5fd9f3
CY
162012-04-29 Chong Yidong <cyd@gnu.org>
17
18 * text.texi (Change Hooks): Minor fix for after-change-functions.
19
7eac3782
GM
202012-04-28 Glenn Morris <rgm@gnu.org>
21
22 * package.texi (Packaging Basics):
23 * loading.texi (Autoload):
24 * files.texi (Magic File Names):
25 Reword to remove/reduce some overly long/short lines.
26
cf988578
GM
272012-04-26 Glenn Morris <rgm@gnu.org>
28
29 * elisp.texi, vol1.texi, vol2.texi: Some fixes for detailed menu.
30 * modes.texi (Major Modes, Auto-Indentation):
31 * buffers.texi (Buffers): Some fixes for menu descriptions.
32
88ed9e87
SM
332012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
34
35 * functions.texi (Simple Lambda, Argument List):
36 * eval.texi (Function Indirection): Avoid deprecated form.
37
16152b76
GM
382012-04-26 Glenn Morris <rgm@gnu.org>
39
1a72be46
GM
40 * book-spine.texi, elisp.texi, vol1.texi, vol2.texi:
41 Add "et al." to authors.
42
16152b76
GM
43 * buffers.texi, commands.texi, compile.texi, control.texi:
44 * customize.texi, display.texi, eval.texi, files.texi, frames.texi:
45 * hash.texi, help.texi, intro.texi, keymaps.texi, lists.texi:
46 * modes.texi, numbers.texi, objects.texi, streams.texi:
47 * symbols.texi, syntax.texi, text.texi, tips.texi, variables.texi:
48 Use Texinfo recommended convention for quotes+punctuation.
49
9ec7751f
CY
502012-04-23 Chong Yidong <cyd@gnu.org>
51
52 * keymaps.texi (Scanning Keymaps): Fix description of NO-REMAP arg
53 to where-is-internal (Bug#10872).
54
9c51bbaa
GM
552012-04-21 Glenn Morris <rgm@gnu.org>
56
a2715669
GM
57 * macros.texi (Indenting Macros): Fix typo.
58
0b27932b
GM
59 * windows.texi (Basic Windows, Windows and Frames, Window Sizes)
60 (Resizing Windows, Deleting Windows, Selecting Windows)
e78d873d
GM
61 (Choosing Window Options, Horizontal Scrolling)
62 (Cyclic Window Ordering, Window History, Dedicated Windows)
09ebefe1
GM
63 (Quitting Windows, Window Configurations, Textual Scrolling):
64 (Coordinates and Windows, Window Configurations)
65 (Window Parameters, Window Hooks): Copyedits.
0b27932b
GM
66 (Splitting Windows, Deleting Windows):
67 Fix ignore-window-parameters logic.
68 (Selecting Windows, Choosing Window Options): Markup fixes.
e78d873d
GM
69 (Window Start and End): Remove pointless example.
70 Remove cross-reference to deleted count-lines content.
09ebefe1
GM
71 (Textual Scrolling): Mention recenter-redisplay, recenter-top-bottom,
72 and recenter-positions. Remove recenter example.
0b27932b 73
0dc91072
GM
74 * elisp.texi, vol1.texi, vol2.texi: Bump VERSION and DATE.
75
9c51bbaa
GM
76 * minibuf.texi (Intro to Minibuffers):
77 Tweak discussion of resizing minibuffer window.
78
f30d612a
CY
792012-04-20 Chong Yidong <cyd@gnu.org>
80
81 * processes.texi (Asynchronous Processes): Mention nil argument to
82 start-process.
83
b58b1df8
GM
842012-04-20 Glenn Morris <rgm@gnu.org>
85
86 * minibuf.texi (Basic Completion): No need to describe obarrays here.
87 Don't mention obsolete `nospace' argument of all-completions.
88 (Minibuffer Completion, Completion Commands, Reading File Names)
89 (Completion Variables): Copyedits.
90 (Completion Commands): Mention parent keymaps.
91 Remove obsolete minibuffer-local-filename-must-match-map.
92 (High-Level Completion): Remove read-variable's almost
93 word-for-word duplication of read-command.
94 * elisp.texi, vol1.texi, vol2.texi, minibuf.texi (Completion):
95 Update "High-Level Completion" description.
96
9d2754f5
GM
972012-04-19 Glenn Morris <rgm@gnu.org>
98
c0ea08d2
GM
99 * minibuf.texi (Minibuffers):
100 * elisp.texi, vol1.texi, vol2.texi: Fix minibuffer subsection order.
101
9d2754f5
GM
102 * minibuf.texi: Standardize metasyntactic variables ("history", etc).
103 Use Texinfo-recommended form of quote+punctuation.
104 (Intro to Minibuffers): First minibuffer is #1, not #0.
105 Mention minibuffer-inactive-mode.
106 (Text from Minibuffer): Copyedits.
107 (Minibuffer History, Programmed Completion): Fix @var usage.
c5467d73
GM
108 (Object from Minibuffer): Remove overly pedantic para.
109 (Minibuffer History): Copyedits. Add face-name-history.
110 (Initial Input, Yes-or-No Queries, Multiple Queries)
111 (Minibuffer Windows, Minibuffer Misc): Copyedits.
112 (Yes-or-No Queries): Tweak example.
113 (Minibuffer Commands): Add next-complete-history-element.
114 (Minibuffer Misc): Mention minibuffer-message-timeout, and
115 minibuffer-inactive-mode.
9d2754f5 116
4373fd43
GM
1172012-04-18 Glenn Morris <rgm@gnu.org>
118
119 * processes.texi (Serial Ports, Byte Packing, Bindat Spec)
120 (Bindat Functions): Copyedits.
121
0e80650b
CS
1222012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
123
124 * files.texi (Saving Buffers): Document `visit and `visit-save'
125 values of require-final-newline.
126
016a35df
GM
1272012-04-18 Glenn Morris <rgm@gnu.org>
128
129 * processes.texi (Output from Processes, Filter Functions):
130 Mention waiting-for-user-input-p.
131 (Sentinels, Query Before Exit, System Processes, Transaction Queues):
132 (Network Servers, Datagrams, Network Processes, Network Options)
133 (Network Feature Testing, Serial Ports): Copyedits.
134 (Network): Add encrypted network overview paragraph.
135 Cross-reference the Emacs-GnuTLS manual. Use @acronym.
136
21ffa320
CY
1372012-04-17 Chong Yidong <cyd@gnu.org>
138
139 * help.texi (Keys in Documentation): Mention :advertised-binding.
140
141 * keymaps.texi (Menu Bar): Move most of the :advertised-binding
142 description to help.texi.
143
62f4b18c
GM
1442012-04-16 Glenn Morris <rgm@gnu.org>
145
146 * processes.texi (Process Information, Input to Processes)
147 (Signals to Processes, Output from Processes, Process Buffers)
148 (Filter Functions, Decoding Output): Copyedits.
4f5d565f 149 (Accepting Output): Discourage use of `millisec' argument.
62f4b18c 150
e153c136
GM
1512012-04-15 Glenn Morris <rgm@gnu.org>
152
153 * processes.texi (Processes, Subprocess Creation, Shell Arguments):
12acf783
GM
154 (Synchronous Processes, Asynchronous Processes, Deleting Processes):
155 Copyedits.
e153c136 156 (Subprocess Creation): Discourage modifying exec-path directly.
12acf783
GM
157 (Synchronous Processes, Asynchronous Processes):
158 Update some example output.
e153c136
GM
159 (Process Information): Fix typo.
160 (Bindat Spec): Use Texinfo-recommended form of quote+punctuation.
161
764a3017
GM
1622012-04-14 Glenn Morris <rgm@gnu.org>
163
164 * anti.texi (Antinews): Copyedits. Don't @dfn anything here.
165 open-network-stream does exist in Emacs 23, but is simpler.
166
03ed9e82
CY
1672012-04-13 Chong Yidong <cyd@gnu.org>
168
169 * customize.texi (Custom Themes): Also document load-theme etc.
170
81927dd2
CY
1712012-04-12 Chong Yidong <cyd@gnu.org>
172
173 * customize.texi (Applying Customizations):
174 (Custom Themes): New nodes.
175
176 * display.texi (Defining Faces): Reference custom-set-faces.
177
178 * modes.texi (Defining Minor Modes, Defining Minor Modes):
179 * os.texi (Startup Summary): Copyedits.
180
8edb942b
GM
1812012-04-12 Glenn Morris <rgm@gnu.org>
182
183 * loading.texi (Loading Non-ASCII): "unibyte:" can also be at the end.
184
62200c14
GM
1852012-04-10 Glenn Morris <rgm@gnu.org>
186
9fce7eda
GM
187 * strings.texi (Case Tables):
188 * objects.texi (General Escape Syntax):
189 * keymaps.texi (Key Sequences): Use @acronym with "ASCII".
190
2bb0eca1
GM
191 * buffers.texi, compile.texi, customize.texi, debugging.texi:
192 * display.texi, edebug.texi, eval.texi, help.texi, intro.texi:
193 * keymaps.texi, minibuf.texi, modes.texi, os.texi, processes.texi:
194 * text.texi: Use @file for buffers, per the Texinfo manual.
195
62200c14
GM
196 * compile.texi (Compiler Errors): Add missing space in buffer name.
197
9fe9631c
CY
1982012-04-08 Chong Yidong <cyd@gnu.org>
199
200 * processes.texi (Query Before Exit): Remove obsolete function
201 process-kill-without-query (Bug#11190).
202
8fc85b20
GM
2032012-04-08 Glenn Morris <rgm@gnu.org>
204
205 * files.texi, frames.texi, loading.texi, os.texi, processes.texi:
206 Use @env for environment variables.
207
f48a9cb4
GM
2082012-04-07 Glenn Morris <rgm@gnu.org>
209
210 * Makefile.in: Replace non-portable use of $< in ordinary rules.
211
ea0ff314
CY
2122012-04-06 Chong Yidong <cyd@gnu.org>
213
214 * minibuf.texi (Programmed Completion): Document metadata method.
215 (Completion Variables): Document completion-category-overrides.
216
91b65361
CY
2172012-04-05 Chong Yidong <cyd@gnu.org>
218
219 * anti.texi (Antinews): Rewrite for Emacs 23.
220
3d439cd1
CY
2212012-04-04 Chong Yidong <cyd@gnu.org>
222
321cc491
CY
223 * minibuf.texi (Programmed Completion): Remove obsolete variable
224 completion-annotate-function.
225 (Completion Variables): Rename from Completion Styles. Document
226 completion-extra-properties. Document completion-styles-alist
227 change.
245d176b
CY
228 (Reading File Names): minibuffer-local-filename-must-match-map is
229 not used anymore.
230 (Minibuffer Completion): Document completing-read-function.
231 (Completion in Buffers): completion-at-point-functions can return
232 properties recognized in completion-extra-properties.
321cc491 233
3d439cd1
CY
234 * display.texi (Delayed Warnings): New node.
235
a7972adf
CY
236 * os.texi (Notifications): Copyedits.
237
97f4a299
GM
2382012-04-04 Glenn Morris <rgm@gnu.org>
239
240 * os.texi (Notifications): Copyedits.
241
9ff687e1
MA
2422012-04-03 Michael Albinus <michael.albinus@gmx.de>
243
244 * os.texi (Terminal-Specific): Fix typo.
245 (Notifications): New section.
246
247 * elisp.texi (Top):
248 * vol1.texi (Top):
249 * vol2.texi (Top): Add "Notifications" and "Dynamic Libraries"
250 menu entries.
251
42ee526b
CY
2522012-04-01 Chong Yidong <cyd@gnu.org>
253
254 * files.texi (Kinds of Files): file-subdir-of-p renamed to
255 file-in-directory-p.
256
0b021094
GM
2572012-03-31 Glenn Morris <rgm@gnu.org>
258
259 * edebug.texi (Instrumenting Macro Calls):
260 Mention defining macros at instrumentation time.
261 (Edebug Options): Mention edebug-unwrap-results.
262
50fe197c
EZ
2632012-03-31 Eli Zaretskii <eliz@gnu.org>
264
265 * text.texi (Special Properties): Clarify the description of the
266 effect of integer values of the 'cursor' property on cursor
267 position. See the discussions in bug#11068 for more details and
268 context.
269
650b6d0b
GM
2702012-03-31 Glenn Morris <rgm@gnu.org>
271
272 * edebug.texi (Edebug Eval, Specification List, Edebug Options):
273 Copyedits.
274
5319014e
CY
2752012-03-30 Chong Yidong <cyd@gnu.org>
276
277 * display.texi (Image Formats): Add imagemagick type.
278 (Image Descriptors): Mention how they are used.
279 (ImageMagick Images): Clarify role of imagemagick-register-types.
280 (Character Display): Don't mention glyph tables.
281 (Display Tables): Use make-glyph-code in example.
282 (Glyphs): Avoid "simple glyph code" terminology. Note that glyph
283 tables are semi-obsolete. De-document create-glyph.
284 (Glyphless Chars): Note that display tables override this.
285 (Bidirectional Display): Copyedits. Introduce "bidirectional
286 reordering" terminology, and use it.
287
f1224267
GM
2882012-03-30 Glenn Morris <rgm@gnu.org>
289
290 * edebug.texi (Jumping): Give name of `i' binding.
291
d14daa28
GM
2922012-03-28 Glenn Morris <rgm@gnu.org>
293
294 * searching.texi (Regular Expressions, Regexp Special):
fee88ca0
GM
295 (Regexp Backslash, Regexp Example, Regexp Functions, Regexp Search):
296 (Simple Match Data, Saving Match Data, Standard Regexps): Copyedits.
d14daa28
GM
297 (Regexp Special): Mention collation.
298 Clarify char classes with an example.
fee88ca0
GM
299 (Regexp Functions): Mention regexp-opt is not guaranteed.
300 Mention regexp-opt-charset.
301 (Regexp Search): Recommend against looking-back.
302 (Search and Replace): Use Texinfo recommended quote convention.
303 Add more query-replace-map items. List multi-query-replace-map items.
d14daa28 304
dcb6e7b3
MR
3052012-03-27 Martin Rudalics <rudalics@gmx.at>
306
307 * windows.texi (Window History): Describe new option
308 switch-to-visible-buffer.
309
cf0495f2
GM
3102012-03-27 Glenn Morris <rgm@gnu.org>
311
4fb9a543
GM
312 * searching.texi (String Search): Add xref to Emacs manual.
313 Copyedits. Mention the function word-search-regexp.
314 (Searching and Case): Add xref to Emacs manual. Copyedits.
315
9364727b
GM
316 * processes.texi (Network Servers): Standardize apostrophe usage.
317
cf0495f2
GM
318 * os.texi (System Environment): Copyedits. Remove some examples
319 that do not seem useful. Mention setenv third arg.
320 tty-erase-char does not seem to be nil under a window-system.
321 (User Identification): Copyedits.
322 Remove some examples that do not seem useful.
323
33da7b16
GM
3242012-03-26 Glenn Morris <rgm@gnu.org>
325
326 * os.texi (Startup Summary): Copyedits. Fix startup screen logic.
327 (Init File): Copyedits.
328 (Command-Line Arguments): Copyedits. Do not mention argv alias.
02243d9d
GM
329 (Killing Emacs): Copyedits.
330 (Suspending Emacs): Copyedits. Mention not very relevant with GUIs.
331 Shorten the example, use more standard shell prompts.
33da7b16 332
9a69676a
CY
3332012-03-25 Chong Yidong <cyd@gnu.org>
334
335 * display.texi (Fringes): Note that fringes are shown on graphical
336 displays only.
337 (Fringe Size/Pos, Fringe Bitmaps, Making Buttons): Clarifications.
338 (Replacing Specs): Clarify example.
339 (Manipulating Buttons): Note that button-at can return a marker.
340 (Buttons): Minor rewrite.
341 (Character Display): New node. Consolidate all character display
342 related nodes into its subsections.
343 (Usual Display): Character 127 is also affected by ctl-arrow.
344 (Display Tables): Improve example.
345
c8f6ec5c
GM
3462012-03-22 Glenn Morris <rgm@gnu.org>
347
348 * strings.texi (Text Comparison): Mention string-prefix-p.
349
fb5b8aca
CY
3502012-03-21 Chong Yidong <cyd@gnu.org>
351
352 * display.texi (The Echo Area): Add xref to Output Streams.
353 (Displaying Messages): Improve doc of message.
354 (Echo Area Customization, Invisible Text): Copyedits.
355 (Invisible Text): Mention that spec comparison is done with eq.
356 (Width): Improve doc of char-width.
357 (Faces): Recommend using symbol instead of string for face name.
358 Minor clarifications.
359 (Defining Faces): Copyedits. Update face example.
360 (Attribute Functions): Mark set-face-foreground etc as commands.
361 (Face Remapping): Mention text-scale-adjust. Clarify
362 face-remapping-alist and related docs.
363 (Face Functions): Don't document make-face or copy-face.
364
025de85b
CY
3652012-03-20 Chong Yidong <cyd@gnu.org>
366
367 * display.texi (Forcing Redisplay): Various rewrites to reflect
368 new value of redisplay-dont-pause.
369 (Truncation): Copyedits.
370
a5656eae
GM
3712012-03-20 Glenn Morris <rgm@gnu.org>
372
373 * os.texi (Startup Summary): Don't mention initial-buffer-choice = t.
374 Add summary table of some relevant command-line options.
375
d15aac68
CY
3762012-03-18 Chong Yidong <cyd@gnu.org>
377
378 * internals.texi (Building Emacs, Garbage Collection): Copyedits.
379 (Writing Emacs Primitives): Re-organize discussion of functions
380 with variable Lisp arguments are handled. Delete an obsolete
381 remark, previously tagged as FIXME.
382
383 * os.texi (Idle Timers): Minor clarification.
384 (Idle Timers): Link to Time of Day for description of time list.
385
b59af549
GM
3862012-03-18 Glenn Morris <rgm@gnu.org>
387
388 * os.texi (System Interface): Flow control was removed.
389 (Startup Summary): General update.
390 (Init File): Don't mention compiling it.
391
986bd52a
CY
3922012-03-17 Chong Yidong <cyd@gnu.org>
393
394 * os.texi (Startup Summary): Mention package loading.
395 (Init File): Don't refer to .emacs in section title. Copyedits.
396 (Terminal-Specific): Give a realistic example.
397 (Command-Line Arguments): Reference Entering Emacs instead of
398 repeating the spiel about not restarting Emacs.
399 (Time of Day): Discuss time representation at beginning of node.
400 (Sound Output): Copyedits.
401
402 * package.texi (Packaging Basics): Document package-initialize.
403
f761251a
EZ
4042012-03-17 Eli Zaretskii <eliz@gnu.org>
405
406 * frames.texi (Initial Parameters): Add an index entry for
407 minibuffer-only frame.
408
da986230
GM
4092012-03-16 Glenn Morris <rgm@gnu.org>
410
411 * modes.texi (Major Mode Conventions): Mention the strange
412 relationship between View mode and special modes. (Bug#10650)
413
2cc775f9
CY
4142012-03-11 Chong Yidong <cyd@gnu.org>
415
416 * windows.texi (Window Configurations): save-window-excursion is
417 now a macro.
418
419 * display.texi (Temporary Displays): with-output-to-temp-buffer is
420 now a macro.
421
66c5eebd
CY
422 * text.texi (Fields): Minor copyedit.
423
310a820f
EZ
4242012-03-10 Eli Zaretskii <eliz@gnu.org>
425
83a96c08
EZ
426 * strings.texi (String Basics):
427 * sequences.texi (Sequence Functions): Mention that `length' is
428 not appropriate for computing the string width on display; add a
429 cross-reference to the description of `string-width'. (Bug#10978)
430
310a820f
EZ
431 * eval.texi (Autoloading): Minor change of wording.
432
83ef8187
CY
4332012-03-10 Chong Yidong <cyd@gnu.org>
434
bc44be50
CY
435 * loading.texi (Autoload): Explicitly state which forms are
436 processed specially (Bug#7783).
437
83ef8187
CY
438 * keymaps.texi (Mouse Menus): Describe non-toolkit behavior as the
439 non-default situation. Describe one-submenu exception (Bug#7695).
440
441 * nonascii.texi (Character Properties): Copyedits.
442
483ab230
CY
4432012-03-08 Chong Yidong <cyd@gnu.org>
444
445 * text.texi (Mode-Specific Indent): Document new behavior of
446 indent-for-tab-command. Document tab-always-indent.
447 (Special Properties): Copyedits.
448 (Checksum/Hash): Improve secure-hash doc. Do not recommend MD5.
449 (Parsing HTML/XML): Rename from Parsing HTML. Update doc of
450 libxml-parse-html-region.
451
00e84de0
GM
4522012-03-07 Glenn Morris <rgm@gnu.org>
453
eaa6bc3c
GM
454 * markers.texi (The Region): Briefly mention use-empty-active-region
455 and region-active-p.
a9685db7 456 (Overview of Markers): Reword garbage collection, add cross-ref.
eaa6bc3c 457 (The Mark): Tiny clarification re command loop and activate-mark-hook.
00e84de0 458
67cd45a2
CY
4592012-03-07 Chong Yidong <cyd@gnu.org>
460
461 * text.texi (Buffer Contents): Don't duplicate explanation of
462 region arguments from Text node. Put doc of obsolete var
463 buffer-substring-filters back, since it is referred to.
464 (Low-Level Kill Ring): Yank now uses clipboard instead of primary
465 selection by default.
466
467 * markers.texi (The Mark): Fix typo.
468 (The Region): Copyedits.
469
2ad80941
GM
4702012-03-07 Glenn Morris <rgm@gnu.org>
471
472 * markers.texi (Overview of Markers): Copyedits.
473 (Creating Markers): Update approximate example buffer size.
474 (The Mark): Don't mention uninteresting return values.
475
ef959d3a
CY
4762012-03-05 Chong Yidong <cyd@gnu.org>
477
478 * positions.texi (Text Lines): Document count-words.
479
a08a07e3
CY
4802012-03-04 Chong Yidong <cyd@gnu.org>
481
482 * frames.texi (Frames): Remove little-used "terminal frame" and
483 "window frame" terminology.
484 (Frame Parameters, Font and Color Parameters, Initial Parameters)
485 (Size and Position, Visibility of Frames): Callers changed.
486 (Frames): Clarify which terminals in framep are graphical.
487 (Initial Parameters): --geometry is not the only option which adds
488 to initial-frame-alist.
489 (Position Parameters): Note that icon-left and icon-top are for
490 old window managers only.
491 (Size Parameters): Sizes are in characters even on graphical
492 displays.
493 (Management Parameters): Note that window-id and outer-window-id
494 can't really be changed, and that auto-raise isn't always obeyed.
495 (Cursor Parameters): Document cursor-type explicitly.
496 (Size and Position): The aliases set-screen-height and
497 set-screen-width have been deleted.
498 (Visibility of Frames): Mention "minimization".
499
500 * os.texi (Startup Summary): Minor clarifications.
501 (Startup Summary, Suspending Emacs): Standardize on "text
502 terminal" terminology.
503
504 * windows.texi (Basic Windows, Coordinates and Windows)
505 (Coordinates and Windows):
506 * display.texi (Refresh Screen, Line Height, Face Attributes)
507 (Overlay Arrow, Beeping, Glyphless Chars): Likewise.
508
ea16568d
GM
5092012-03-04 Glenn Morris <rgm@gnu.org>
510
511 * abbrevs.texi: Small copyedits throughout.
512 (Abbrev Mode): Remove this section, folding it into the top-level.
513 (Abbrev Tables): Don't mention irrelevant return values.
514 (Abbrev Expansion): Add cross-ref for wrapper hooks.
515 (Standard Abbrev Tables): Emacs Lisp mode now has its own table.
516 (Abbrev Table Properties): Update nil :regexp description.
517
b3134b95
GM
5182012-03-03 Glenn Morris <rgm@gnu.org>
519
520f2425
GM
520 * internals.texi: Change @appendix section commands to @section.
521 (Building Emacs): Say less about CANNOT_DUMP platforms.
522 Replace deleted eval-at-startup with custom-initialize-delay.
999dd333 523 (Pure Storage): Small changes.
01a6dcc8 524 (Memory Usage): Copyedit.
7d2d7cc0
GM
525 (Writing Emacs Primitives): Update Fcoordinates_in_window_p and For
526 example definitions. Give examples of things with non-nil
527 interactive args. Mention eval_sub. Remove old info about
528 strings and GCPRO. Mention cus-start.el.
529 (Buffer Internals, Window Internals, Process Internals):
530 Misc small updates and fixes for fields.
520f2425 531
b3134b95
GM
532 * tips.texi: Copyedits.
533 (Coding Conventions): Mention autoloads.
534 Combine partially duplicated macro items. Fix xref.
535 Refer to Library Headers for copyright notice.
536 (Programming Tips): edit-options is long-obsolete.
537 (Compilation Tips): Mention loading bytecomp for byte-compile props.
538 (Warning Tips): Mention declare-function.
539 (Documentation Tips): Remove old info.
540 (Comment Tips): Mention comment-dwim, not indent-for-comment.
541 (Library Headers): General update.
542
2064cc6a
GM
5432012-03-02 Glenn Morris <rgm@gnu.org>
544
6945faa6
GM
545 * backups.texi (Reverting): Un-duplicate revert-buffer-in-progress-p,
546 and relocate entry. Mention buffer-stale-function.
547
4186e877
GM
548 * elisp.texi, vol1.texi, vol2.texi: Standardize some menu entries.
549
2064cc6a
GM
550 * hooks.texi (Standard Hooks): General update.
551 Put related hooks together. Add and remove items.
552 * commands.texi (Keyboard Macros): Remove cross-ref to Standard Hooks.
553 * modes.texi (Hooks): Tweak cross-ref description.
554
7272fbf3
MA
5552012-03-01 Michael Albinus <michael.albinus@gmx.de>
556
557 * files.texi (Kinds of Files): The return value of file-equal-p is
558 unspecified, if FILE1 or FILE2 does not exist.
559
53a1239b
GM
5602012-03-01 Glenn Morris <rgm@gnu.org>
561
90db9af9
GM
562 * hooks.texi (Standard Hooks): Remove mode-specific hooks.
563
53a1239b
GM
564 * maps.texi (Standard Keymaps): General update.
565 Remove mode-specific maps, talk about the more general keymaps.
566 * help.texi (Help Functions): Add vindex for Helper-help-map.
567 * keymaps.texi (Active Keymaps): Minor rephrasing.
568
775b55af
GM
5692012-02-29 Glenn Morris <rgm@gnu.org>
570
571 * elisp.texi, vol1.texi, vol2.texi: Use "" quotes in menus.
572
96b49301 5732012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
574
7272fbf3 575 * files.texi (Kinds of Files): Rename files-equal-p to file-equal-p.
bf7f9bc5 576 Update changed behavior of file-subdir-of-p.
96b49301 577
1383d930
GM
5782012-02-28 Glenn Morris <rgm@gnu.org>
579
44e97401
GM
580 * advice.texi, anti.texi, display.texi, elisp.texi:
581 * processes.texi, variables.texi, vol1.texi, vol2.texi:
582 Standardize possessive apostrophe usage.
583
e3c73f1e
GM
584 * locals.texi: Remove file.
585 * elisp.texi, vol1.texi, vol2.texi: Don't include locals.texi.
586 Remove menu entry.
587 * errors.texi, maps.texi: Adjust node pointers.
588 * internals.texi (Buffer Internals): Remove cross-refs to locals.texi.
edb3ac8c 589 * makefile.w32-in (srcs):
e3c73f1e
GM
590 * Makefile.in (srcs): Remove locals.texi.
591
1383d930
GM
592 * frames.texi (Mouse Position): Fix cross-ref.
593
431ee44b
CY
5942012-02-27 Chong Yidong <cyd@gnu.org>
595
596 * buffers.texi (Creating Buffers): Clarify that
597 generate-new-buffer uses generate-new-buffer-names.
598 (Killing Buffers): Remove bogus example duplicating buffer-live-p.
599
600 * files.texi (Directory Names): Index entry for file name abbreviations.
601 (Relative File Names, File Name Expansion): Refer to it.
602 (Locating Files): Move locate-user-emacs-file documentation to
603 Standard File Names.
604 (Standard File Names): Add locate-user-emacs-file; update examples.
605
6a11ec9d
MA
6062012-02-26 Michael Albinus <michael.albinus@gmx.de>
607
608 * files.texi (Magic File Names): Add files-equal-p and file-subdir-of-p.
609
9a4888c0
CY
6102012-02-26 Chong Yidong <cyd@gnu.org>
611
612 * files.texi (Kinds of Files): Improve documentation of
613 files-equal-p and file-subdir-of-p.
614
f0e751b9
GM
6152012-02-26 Glenn Morris <rgm@gnu.org>
616
617 * intro.texi (Acknowledgements): Small changes.
618
7e05b1ec
GM
6192012-02-25 Glenn Morris <rgm@gnu.org>
620
621 * errors.texi: Don't try to list _all_ the error symbols.
622 Add circular-list, cl-assertion-failed, compression-error.
623 * elisp.texi, vol1.texi, vol2.texi:
624 * control.texi (Error Symbols): Tweak "Standard Errors" description.
625
23453255 6262012-02-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
627
628 * files.texi (files-equal-p, file-subdir-of-p): New,
629 add initial documentation.
630
4963495d
CY
6312012-02-25 Chong Yidong <cyd@gnu.org>
632
fa74b241
CY
633 * files.texi (File Attributes): Document file-selinux-context.
634 (Changing Files): Link to it.
635 (Changing Files): Document set-file-selinux-context.
636
637 * backups.texi (Making Backups): Return value of backup-buffer is
d268b4fe
CY
638 changed. Mention default value of backup-directory-alist.
639 (Rename or Copy): Note that backup-by-copying-when-mismatch is t.
640 (Auto-Saving): New minor mode behavior for auto-save-mode.
641 (Reverting): Add defvar for revert-buffer-in-progress-p.
fa74b241 642
4963495d
CY
643 * searching.texi (Regexp Backslash): Add index entry (Bug#10869).
644
4bb82fa8
GM
6452012-02-24 Glenn Morris <rgm@gnu.org>
646
647 * errors.texi (Standard Errors): Mention dbus-error.
648 For arith-error sub-classes, just use one cross-ref.
649
2cb228f7
AM
6502012-02-23 Alan Mackenzie <acm@muc.de>
651
652 * modes.texi (Defining Minor Modes): Document the new keyword
653 :after-hook.
654
a59225b1
CY
6552012-02-21 Chong Yidong <cyd@gnu.org>
656
657 * files.texi (Files): Mention magic file names as arguments.
658 (Reading from Files): Copyedits.
659 (File Attributes): Mention how to change file modes.
660 (Changing Files): Use standard "file permissions" terminology.
661 Add xref to File Attributes node.
662 (Locating Files): Document locate-user-emacs-file.
663 (Unique File Names): Recommend against using make-temp-name.
664
8376d7c2
CY
6652012-02-19 Chong Yidong <cyd@gnu.org>
666
667 * help.texi (Documentation, Documentation Basics, Help Functions):
668 Minor clarifications.
669 (Accessing Documentation): Clarify what documentation-property is
670 for. Add xref to Keys in Documentation.
671
672 * tips.texi (Documentation Tips): Don't recommend using * in
673 docstrings.
674
675 * macros.texi (Defining Macros):
676 * modes.texi (Derived Modes): Say "documentation string" instead
677 of docstring.
678
82233bea
CY
6792012-02-18 Chong Yidong <cyd@gnu.org>
680
681 * modes.texi (Tabulated List Mode): New node.
682 (Basic Major Modes): Add xref to it.
683
684 * processes.texi (Process Information): Mention Process Menu mode.
685
7b926f3f
CY
6862012-02-17 Chong Yidong <cyd@gnu.org>
687
688 * syntax.texi (Motion via Parsing): Doc fix for scan-lists.
689
0fd2c9a3
GM
6902012-02-17 Glenn Morris <rgm@gnu.org>
691
692 * hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual.
693
f700caa3
CY
6942012-02-16 Chong Yidong <cyd@gnu.org>
695
4230351b
CY
696 * syntax.texi (Syntax Tables, Syntax Descriptors)
697 (Syntax Table Functions): Copyedits.
698 (Syntax Basics): Don't repeat the material in the preceding node.
699 (Syntax Class Table): Use a table.
700 (Syntax Properties): Document syntax-propertize-function and
701 syntax-propertize-extend-region-functions.
702 (Motion via Parsing): Clarify scan-lists. Fix indentation.
703 (Parser State): Update for the new "c" comment style. Fix
704 description of item 7 (comment style).
705
f700caa3
CY
706 * modes.texi (Minor Modes): Update how mode commands should treat
707 arguments now.
708 (Mode Line Basics): Clarify force-mode-line-update.
709 (Mode Line Top): Note that the example is not realistic.
710 (Mode Line Variables, Mode Line Data, %-Constructs, Header Lines)
711 (Emulating Mode Line): Use "mode line" instead of "mode-line", and
712 "mode line construct" instead of "mode line specification".
713 (Syntactic Font Lock): Remove mention of obsolete variable
714 font-lock-syntactic-keywords.
715 (Setting Syntax Properties): Node deleted.
716 (Font Lock Mode): Note that Font Lock mode is a minor mode.
717 (Font Lock Basics): Note that syntactic fontification falls back
718 on `syntax-table'.
719 (Search-based Fontification): Emphasize that font-lock-keywords
720 should not be set directly.
721 (Faces for Font Lock): Avoid some confusing terminology.
4230351b
CY
722 (Syntactic Font Lock): Minor clarifications. Add xref to
723 Syntactic Font Lock node.
f700caa3 724
60236b0d
CY
7252012-02-15 Chong Yidong <cyd@gnu.org>
726
727 * minibuf.texi (Basic Completion): Define "completion table".
728 Move completion-in-region to Completion in Buffers node.
729 (Completion Commands): Use "completion table" terminology.
730 (Completion in Buffers): New node.
731
732 * modes.texi (Hooks): add-hook can be used for abnormal hooks too.
733 (Setting Hooks): Update minor mode usage example.
734 (Major Mode Conventions): Note that completion-at-point-functions
735 should be altered locally. Add xref to Completion in Buffers.
f700caa3
CY
736 Remove duplicate tip about auto-mode-alist.
737 (Minor Modes): Rewrite introduction.
738 (Minor Mode Conventions): Copyedits. Don't recommend
739 variable-only minor modes since few minor modes are like that.
60236b0d 740
d7dbb11a
GM
7412012-02-15 Glenn Morris <rgm@gnu.org>
742
743 * processes.texi (Network): Document open-network-stream :parameters.
744
3d8badf4
CY
7452012-02-14 Chong Yidong <cyd@gnu.org>
746
747 * keymaps.texi (Format of Keymaps): The CACHE component of keymaps
748 was removed on 2009-09-10. Update lisp-mode-map example.
749 (Inheritance and Keymaps): Minor clarification.
750 (Searching Keymaps): Remove out-of-place enumeration.
751 (Key Lookup): Remove unnecessary example (one was already given in
752 Format of Keymaps).
753 (Changing Key Bindings): Update suppress-keymap example.
754 (Menu Bar, Tool Bar): Copyedits.
755 (Tool Bar): Update tool-bar-map example.
756
faccede1
CY
7572012-02-12 Chong Yidong <cyd@gnu.org>
758
759 * debugging.texi (Debugger Commands): Continuing is now allowed
760 for errors.
761
355cabc6
CY
7622012-02-11 Chong Yidong <cyd@gnu.org>
763
d860baa0
CY
764 * display.texi (Fringe Indicators): Add xref to Fringe Bitmaps.
765 Move the list of standard bitmaps there.
766 (Fringe Cursors): Rewrite for clarity.
767 (Fringe Bitmaps): Consolidate the list of standard bitmaps here.
768
34106abe
CY
769 * commands.texi (Command Overview): Mention read-key.
770 (Using Interactive, Interactive Call): Minor clarifications.
771 (Function Keys, Click Events): Avoid "input stream" terminology.
772 (Click Events): Add xref to Window Sizes and Accessing Mouse.
773 Clarify column and row components.
774 (Accessing Mouse): Add xref to Click Events. Minor fixes.
775 (Special Events): Copyedits.
776
777 * streams.texi (Input Streams): De-document get-file-char.
778 (Output Variables): Don't refer to old backquote syntax.
779
355cabc6
CY
780 * debugging.texi (Debugging): Copyedits. Describe testcover, ERT.
781 (Error Debugging): Note that debug-ignored-errors overrides list
782 values of debug-on-error too. Add xref to Signaling Errors. Note
783 that debug-on-signal is not customizable. Mention
784 condition-case-unless-debug.
785 (Compilation Errors): Node deleted.
786
787 * compile.texi (Compiler Errors): Move a paragraph here from
788 deleted node Compilation Errors.
789
1be3ca5a
LL
7902012-02-10 Leo Liu <sdl.web@gmail.com>
791
792 * control.texi (Handling Errors): Change condition-case-no-debug
793 to condition-case-unless-debug.
794
25dec365
CY
7952012-02-10 Chong Yidong <cyd@gnu.org>
796
797 * advice.texi (Defining Advice): Clarify ad-unadvise.
798 (Activation of Advice): Specifying the ACTIVATE flag in defadvice
799 is not abnormal.
800 (Advising Primitives): Node deleted; ad-define-subr-args has been
801 removed.
802
803 * compile.texi (Speed of Byte-Code): Use float-time in example.
804 (Compilation Functions): Note that the log uses Compilation mode.
805 Don't discuss the contents of byte-code function object here.
806 (Compilation Functions): De-document internal function byte-code.
807 (Docs and Compilation): Minor clarifications.
808
809 * objects.texi (Byte-Code Type): Add xref to Byte-Code Function
810 Objects.
811
5f5e4ea1
GM
8122012-02-10 Glenn Morris <rgm@gnu.org>
813
814 * text.texi (Checksum/Hash): Rename node from MD5 Checksum.
815 Mention secure-hash.
816 * elisp.texi, vol1.texi, vol2.texi: Update menu entry.
817
6c1e4b46
CY
8182012-02-10 Chong Yidong <cyd@gnu.org>
819
820 * loading.texi (Loading): Don't emphasize "library" terminology.
821 (Library Search): load-path is not a user option. Mention role of
822 -L option and packages. Improve examples.
823 (Loading Non-ASCII): Don't mention unibyte Emacs, which is
824 obsolete.
825 (Autoload): Minor clarifications.
826
72ca698c
GM
8272012-02-10 Glenn Morris <rgm@gnu.org>
828
b011fbfe
GM
829 * files.texi (Magic File Names): Tweak remote-file-name-inhibit-cache.
830
72ca698c
GM
831 * modes.texi (Basic Major Modes): Mention tabulated-list-mode.
832
14a1f380
GM
8332012-02-08 Glenn Morris <rgm@gnu.org>
834
835 * loading.texi (Named Features): Update the require example.
836
60d47423
GM
8372012-02-07 Glenn Morris <rgm@gnu.org>
838
839 * modes.texi (Defining Minor Modes):
840 Expand on args of defined minor modes.
841
0992bd9c
CY
8422012-02-07 Chong Yidong <cyd@gnu.org>
843
844 * variables.texi (Creating Buffer-Local): Minor clarification
845 to buffer-local-variables doc (Bug#10715).
846
af008560
GM
8472012-02-07 Glenn Morris <rgm@gnu.org>
848
e80e1825 849 * display.texi (ImageMagick Images): General update.
af008560
GM
850 Move most details of imagemagick-render-type to the variable's doc.
851
866c1d22
GM
8522012-02-06 Glenn Morris <rgm@gnu.org>
853
f7c9199f 854 * keymaps.texi (Tool Bar): Mention separators.
dac86404
GM
855 (Inheritance and Keymaps):
856 Mention make-composed-keymap and multiple inheritance.
f7c9199f 857
e7bc51d0
GM
858 * modes.texi (Running Hooks): Mention run-hook-wrapped.
859
866c1d22
GM
860 * control.texi (Handling Errors):
861 Mention condition-case-no-debug and with-demoted-errors.
862
03988c98
CY
8632012-02-05 Chong Yidong <cyd@gnu.org>
864
865 * customize.texi (Common Keywords): Minor clarifications.
866 Document custom-unlispify-remove-prefixes.
867 (Variable Definitions): Backquotes in defcustom seem to work fine
868 now. Various other copyedits.
e1161b06
CY
869 (Simple Types): Copyedits. Document color selector.
870 (Composite Types): Copyedits.
871 (Splicing into Lists): Clarifications.
03988c98
CY
872
873 * eval.texi (Backquote): Move from macros.texi.
874
875 * macros.texi (Expansion): Minor clarification.
876 (Backquote): Move node to eval.texi.
877 (Defining Macros): Move an example from Backquote node.
878 (Argument Evaluation): No need to mention Pascal.
879 (Indenting Macros): Add xref to Defining Macros.
880
649f602c
GM
8812012-02-05 Glenn Morris <rgm@gnu.org>
882
883 * debugging.texi (Error Debugging): Mention debug-on-event default.
884
34c99998
GM
8852012-02-04 Glenn Morris <rgm@gnu.org>
886
8f05da42
GM
887 * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
888
7aa5aad8
GM
889 * debugging.texi (Error Debugging): Mention debug-on-event.
890 * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
891
c7291ad9
GM
892 * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
893
34c99998
GM
894 * text.texi (Buffer Contents):
895 Update filter-buffer-substring description.
896
735cc5ca
CY
8972012-02-04 Chong Yidong <cyd@gnu.org>
898
899 * functions.texi (What Is a Function): Add closures. Mention
900 "return value" terminology. Add xref for command-execute. Remove
901 unused "keystroke command" terminology.
902 (Lambda Expressions): Give a different example than in the
903 following subsection. Add xref to Anonymous Functions.
904 (Function Documentation): Remove gratuitous markup.
905 (Function Names): Move introductory text to `What Is a Function'.
906 (Defining Functions): Fix defun argument spec.
907 (Anonymous Functions): Document lambda macro explicitly. Mention
908 effects on lexical binding.
909 (Function Cells): Downplay direct usage of fset.
910 (Closures): New node.
911 (Inline Functions): Remove "open-code" terminology.
912 (Declaring Functions): Minor tweak; .m is not C code.
913
914 * variables.texi (Variables): Don't refer to "global value".
915 (Local Variables, Void Variables): Copyedits.
916 (Lexical Binding): Minor clarification of example.
917 (File Local Variables): Mention :safe and :risky defcustom args.
918 (Lexical Binding): Add xref to Closures node.
919
94bc7984
GM
9202012-02-04 Glenn Morris <rgm@gnu.org>
921
922 * minibuf.texi (High-Level Completion): Updates for read-color.
923
4f5a10ef
GM
9242012-02-03 Glenn Morris <rgm@gnu.org>
925
eea14f31
GM
926 * display.texi (GIF Images): Mention animation.
927 Remove commented-out old example of animation.
928 (Animated Images): New subsection.
929 * elisp.texi (Top):
930 * vol1.texi (Top):
931 * vol2.texi (Top): Add Animated Images menu entry.
932
4f5a10ef
GM
933 * display.texi (Image Formats): Remove oddly specific information
934 on versions of image libraries.
204e728d 935 (GIF Images, TIFF Images): Minor rephrasing.
4f5a10ef 936
12f381b7
GM
9372012-02-02 Glenn Morris <rgm@gnu.org>
938
1b9f60cc
GM
939 * processes.texi (Synchronous Processes):
940 Mention call-process's :file gets overwritten.
941
7e2734bc
GM
942 * commands.texi (Reading One Event):
943 * help.texi (Help Functions): Document read-char-choice.
944
f58b9822
GM
945 * hooks.texi (Standard Hooks):
946 * modes.texi (Keymaps and Minor Modes):
947 * text.texi (Commands for Insertion): Document post-self-insert-hook.
948
949 * hooks.texi (Standard Hooks): Add prog-mode-hook.
950
12f381b7
GM
951 * hooks.texi (Standard Hooks):
952 * modes.texi (Major Mode Conventions, Mode Hooks):
953 Document change-major-mode-after-body-hook.
954
7a9a2fc6
GM
9552012-02-01 Glenn Morris <rgm@gnu.org>
956
957 * modes.texi (Defining Minor Modes):
958 Mention disabling global minor modes on a per-major-mode basis.
959
a037c171
CY
9602012-01-31 Chong Yidong <cyd@gnu.org>
961
962 * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
963 (Parser State): Remove unnecessary statement (Bug#10661).
964
965 * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
966
56afad3a
GM
9672012-01-31 Glenn Morris <rgm@gnu.org>
968
969 * modes.texi (Defining Minor Modes):
970 Document define-minor-mode's new :variable keyword.
971
0f29fa41
CY
9722012-01-29 Chong Yidong <cyd@gnu.org>
973
837a390a
CY
974 * syntax.texi (Syntax Class Table): Tweak description of newline
975 char syntax (Bug#9619).
976
0f29fa41
CY
977 * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
978 description (Bug#10189).
979
182148ee
GM
9802012-01-29 Glenn Morris <rgm@gnu.org>
981
a49ca6b9
GM
982 * files.texi (Changing Files): Document SELinux support.
983
182148ee
GM
984 * windows.texi (Window Sizes): Fix typo.
985
9962192e
CY
9862012-01-28 Chong Yidong <cyd@gnu.org>
987
8c6e1920
CY
988 * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
989 doc (Bug#8568).
990
9583ec59
CY
991 * frames.texi (Input Focus): Add NORECORD arg to
992 select-frame-set-input-focus. Clarify its role in select-frame.
993
10256988
CY
994 * text.texi (Transposition): We don't use transpose-region as an
995 internal subroutine (Bug#3249).
996
9962192e
CY
997 * modes.texi (Example Major Modes): Update Lisp example code to
998 current sources. Delete the old non-derived-major-mode example,
999 which has diverged badly from current sources.
1000
2aa43abb
GM
10012012-01-27 Glenn Morris <rgm@gnu.org>
1002
1003 * makefile.w32-in (texinputdir): Fix (presumed) typo.
1004 (VERSION, manual): Remove, unused.
1005
9f40220d
CY
10062012-01-27 Chong Yidong <cyd@gnu.org>
1007
1008 * commands.texi (Command Overview): Minor clarification (Bug#10384).
1009
acc28cb9
CY
10102012-01-26 Chong Yidong <cyd@gnu.org>
1011
1012 * searching.texi (String Search): Document negative repeat count
1013 (Bug#10507).
1014
48da7392
GM
10152012-01-26 Glenn Morris <rgm@gnu.org>
1016
1017 * variables.texi (Using Lexical Binding):
1018 Mention that lexical-binding should be set in the first line.
1019
69b0acb9
LI
10202012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
1021
1022 * macros.texi (Defining Macros): Don't claim that `declare' only
1023 affects Edebug and indentation.
1024
543757a8
LI
10252012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
1026
1027 * macros.texi (Defining Macros): Slight `declare' fixup.
1028
450e3cae
GM
10292012-01-25 Glenn Morris <rgm@gnu.org>
1030
24189ce0 1031 * makefile.w32-in (texinputdir):
450e3cae
GM
1032 * Makefile.in (ENVADD): Add $emacsdir. (Bug#10603)
1033
1021c761
CY
10342012-01-24 Chong Yidong <cyd@gnu.org>
1035
1036 * variables.texi (Variables, Local Variables, Void Variables):
1037 Edit to make the descriptions less specific to dynamic binding.
1038 (Local Variables): Default max-specpdl-size is now 1300.
1039 (Defining Variables): Edits for lexical scoping. Delete
1040 information about starting docstrings with *. De-document
1041 user-variable-p.
1042 (Tips for Defining): Remove an unimportant discussion of quitting
1043 in the middle of a load.
1044 (Accessing Variables, Setting Variables): Discuss lexical binding.
1045 (Variable Scoping): Rewrite.
1046 (Scope, Extent, Impl of Scope): Nodes deleted.
1047 (Dynamic Binding): New node, with material from Scope, Extent, and
1048 Impl of Scope nodes.
1049 (Dynamic Binding Tips): Rename from Using Scoping.
1050 (Lexical Binding): Rewrite.
1051 (Using Lexical Binding): Rename from Converting to Lexical
1052 Binding. Convert to subsection.
1053
1054 * customize.texi (Variable Definitions): Add custom-variable-p.
1055 Move user-variable-p documentation here.
1056
31cbea1d
CY
10572012-01-23 Chong Yidong <cyd@gnu.org>
1058
1059 * strings.texi (Text Comparison): Minor qualification.
1060
1061 * lists.texi (Cons Cells): Copyedits.
1062 (List Elements): Mention push.
1063 (List Variables): Mention pop.
1064 (Rings): Move to sequences.texi.
1065
1066 * sequences.texi (Sequence Functions): Don't repeat the
1067 introduction already given in the parent.
1068 (Vectors): Copyedits.
1069 (Rings): Move from lists.texi. Note that this is specific to the
1070 ring package.
1071
1072 * symbols.texi (Definitions, Symbol Components): Mention variable
1073 scoping issues.
1074 (Plists and Alists): Copyedits.
1075
1076 * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
1077 correctness with lexical scoping.
1078 (Eval): Copyedits.
1079
fead402d
CY
10802012-01-21 Chong Yidong <cyd@gnu.org>
1081
1082 * intro.texi (A Sample Function Description): Special notation
1083 used for macros too.
1084
1085 * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
1086 (Symbol Type): Add xref for keyword symbols.
1087 (Sequence Type): Clarify differences between sequence types.
1088 (Cons Cell Type): Add "linked list" index entry.
1089 (Non-ASCII in Strings): Copyedits.
1090 (Equality Predicates): Symbols with same name need not be eq.
1091
1092 * numbers.texi (Float Basics): Document isnan, copysign, frexp and
1093 ldexp. Move float-e and float-pi to Math Functions node.
1094
61086eb6
GM
10952012-01-21 Glenn Morris <rgm@gnu.org>
1096
1097 * modes.texi (Auto Major Mode):
1098 * variables.texi (File Local Variables):
1099 Mention inhibit-local-variables-regexps.
1100
34a02f46
MR
11012012-01-19 Martin Rudalics <rudalics@gmx.at>
1102
1103 * windows.texi (Window Configurations): Rewrite references to
1104 persistent window parameters.
1105 (Window Parameters): Fix description of persistent window
1106 parameters.
1107
f5064cae
JB
11082012-01-16 Juanma Barranquero <lekktu@gmail.com>
1109
1110 * windows.texi (Window Parameters): Use @pxref.
1111
6a6ee00d
MR
11122012-01-16 Martin Rudalics <rudalics@gmx.at>
1113
1114 * windows.texi (Window Configurations, Window Parameters):
1115 Describe persistent window parameters.
1116
9ca4c014
SM
11172011-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
1118
1119 * variables.texi (Creating Buffer-Local): Warn against misuses of
1120 make-variable-buffer-local (bug#10258).
1121
d027f83d
LMI
11222012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1123
1124 * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
1125
89bd9ccd
CY
11262012-01-06 Chong Yidong <cyd@gnu.org>
1127
1128 * variables.texi (Directory Local Variables): Document
1129 hack-dir-local-variables-non-file-buffer.
1130
c869783d
GM
11312012-01-06 Glenn Morris <rgm@gnu.org>
1132
1133 * maps.texi (Standard Keymaps): Refer to Info-edit by name
1134 rather than by keybinding.
1135
2cae5ba4
JB
11362011-12-29 Juanma Barranquero <lekktu@gmail.com>
1137
1138 * frames.texi (Font and Color Parameters): Add @pxref.
1139
43da4d08
DC
11402011-12-29 Daniel Colascione <dan.colascione@gmail.com>
1141
1142 * frames.texi (Font and Color Parameters):
1143 Document w32 font backends (bug#10399).
1144
8d80ef01
PE
11452011-12-28 Paul Eggert <eggert@cs.ucla.edu>
1146
1147 * files.texi (File Attributes, Changing Files):
1148 Use a more-natural notation for octal numbers.
1149
9022ae07
JB
11502011-12-23 Juanma Barranquero <lekktu@gmail.com>
1151
1152 * variables.texi (Variables with Restricted Values):
1153 Change reference to variable (bug#10354).
1154
454592a6
MR
11552011-12-13 Martin Rudalics <rudalics@gmx.at>
1156
1157 * windows.texi (Splitting Windows): Use t instead of non-nil
1158 when describing window-combination-resize.
1159
a7cdbfce
SM
11602011-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
1161
1162 * text.texi (Special Properties): Warn against `intangible' properties
1163 (bug#10222).
1164
a3dcc84e
EZ
11652011-11-26 Eli Zaretskii <eliz@gnu.org>
1166
579ebf8f
EZ
1167 * display.texi (Truncation):
1168 * text.texi (Special Properties): Describe what a stretch-glyph is
1169 instead of using that term without explanation. Make the
1170 cross-references more accurate.
1171
a3dcc84e
EZ
1172 * display.texi (Usual Display): Update the description,
1173 cross-references, and indexing related to display of control
1174 characters and raw bytes.
1175
94af99a4
MR
11762011-11-25 Martin Rudalics <rudalics@gmx.at>
1177
1178 * windows.texi (Splitting Windows): Fix description of
1179 window-combination-limit. Suggested by Eli Zaretskii.
1180
1c3d7a13
CY
11812011-11-23 Chong Yidong <cyd@gnu.org>
1182
1183 * windows.texi (Window Sizes): Move window-top-line,
1184 window-left-column, and window-*-pixel-edges to Coordinates and
1185 Windows node.
1186 (Coordinates and Windows): Restore window-edges doc.
1187
90151a1e
MR
11882011-11-21 Martin Rudalics <rudalics@gmx.at>
1189
a7cdbfce
SM
1190 * windows.texi (Windows and Frames, Splitting Windows):
1191 Fix typos.
90151a1e 1192
a9b9b7f5
CY
11932011-11-21 Chong Yidong <cyd@gnu.org>
1194
1195 * windows.texi (Splitting Windows): Fix error in documentation of
1196 window-combination-limit.
1197 (Cyclic Window Ordering): Minor fixes to next-window,
1198 one-window-p, and get-lru-window docs. Don't document
1199 window-list-1.
1200 (Buffers and Windows): Copyedits.
1201 (Choosing Window): Document special handling of special-display-*.
1202 (Choosing Window Options): Fix display-buffer-reuse-frames doc.
a7cdbfce
SM
1203 Don't document even-window-heights, which is going away.
1204 Clarify which options are obeyed by which action functions.
a9b9b7f5 1205
f4e90db0
SM
12062011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
1207
1208 * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
1209
d2999b1a
MR
12102011-11-20 Martin Rudalics <rudalics@gmx.at>
1211
f4e90db0
SM
1212 * windows.texi (Resizing Windows, Splitting Windows):
1213 Remove term "status" when talking about combination limits.
d2999b1a 1214
cd1181db
JB
12152011-11-20 Juanma Barranquero <lekktu@gmail.com>
1216
1217 * compile.texi (Compiler Errors):
1218 * help.texi (Help Functions): Fix typos.
1219
7bf54975
CY
12202011-11-19 Chong Yidong <cyd@gnu.org>
1221
1222 * windows.texi (Splitting Windows): Clarify role of window
1223 parameters in split-window. Shorten the example.
f4e90db0
SM
1224 (Deleting Windows): Rewrite intro to handle internal windows.
1225 Fix delete-windows-on doc.
7bf54975
CY
1226 (Selecting Windows): Copyedits.
1227
a0c2d0ae
MR
12282011-11-17 Martin Rudalics <rudalics@gmx.at>
1229
1230 * windows.texi (Resizing Windows, Splitting Windows)
1231 (Deleting Windows): Use term window-combination-resize instead
1232 of window-splits.
1233
b6f67890
MR
12342011-11-16 Martin Rudalics <rudalics@gmx.at>
1235
f4e90db0
SM
1236 * windows.texi (Resizing Windows, Splitting Windows):
1237 Rename occurrences of window-nest to window-combination-limit.
b6f67890 1238
0b381c7e
JB
12392011-11-14 Juanma Barranquero <lekktu@gmail.com>
1240
1241 * intro.texi (Lisp History): Fix typo.
1242
89d61221
MR
12432011-11-12 Martin Rudalics <rudalics@gmx.at>
1244
f4e90db0
SM
1245 * windows.texi (Splitting Windows, Deleting Windows):
1246 Remove references to splits status of windows.
89d61221 1247
b2621720
GM
12482011-11-10 Glenn Morris <rgm@gnu.org>
1249
1250 * buffers.texi (Read Only Buffers): Expand a bit on why
1251 toggle-read-only should only be used interactively. (Bug#7292)
1252
d2ad7ee1
CY
12532011-11-09 Chong Yidong <cyd@gnu.org>
1254
1255 * windows.texi (Window Sizes): Document window-pixel-edges,
c4e7c63a 1256 window-inside-pixel-edges, window-absolute-pixel-edges, and
d2ad7ee1
CY
1257 window-inside-absolute-pixel-edges.
1258 (Resizing Windows): shrink-window-if-larger-than-buffer works on
1259 non-full-width windows.
1260
2cffd681
MR
12612011-11-09 Martin Rudalics <rudalics@gmx.at>
1262
1263 * windows.texi (Resizing Windows): Rewrite documentation of
1264 window-resizable.
1265
f6f6d7e7
CY
12662011-11-09 Chong Yidong <cyd@gnu.org>
1267
1268 * windows.texi (Splitting Windows): Simplify example.
1269
a79db6e0
CY
12702011-11-08 Chong Yidong <cyd@gnu.org>
1271
1272 * windows.texi (Window Sizes): Copyedits. Document
1273 window-text-height. Remove window-min-height and window-min-width
1274 discussion, referring instead to Emacs manual.
1275 (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
e7313f33
CY
1276 (Resizing Windows): Simplify introduction. Don't document
1277 enlarge-window, shrink-window, enlarge-window-horizontally, and
1278 shrink-window-horizontally; they are no longer preferred for
1279 calling from Lisp, and are already documented in the Emacs manual.
a79db6e0 1280
441950c7
GM
12812011-11-07 Glenn Morris <rgm@gnu.org>
1282
1283 * windows.texi (Choosing Window): Fix keybinding typo.
1284
be7f5545
MR
12852011-11-07 Martin Rudalics <rudalics@gmx.at>
1286
1287 * windows.texi (Resizing Windows, Splitting Windows)
1288 (Window Configurations): Use "child window" instead of
1289 "subwindow".
1290
291d142b
CY
12912011-11-06 Chong Yidong <cyd@gnu.org>
1292
1293 * windows.texi (Basic Windows): Clarify various definitions.
1294 Treat window-normalize-* as internal; don't document them.
1295 (Windows and Frames): Various clarifications, e.g. non-live
1296 windows also belong to frames. Fix window-list description.
1297 Simplify window nesting example.
f4e90db0
SM
1298 (Splitting Windows, Window Configurations):
1299 Use split-window-below.
291d142b 1300
89bd5ee1
EZ
13012011-11-04 Eli Zaretskii <eliz@gnu.org>
1302
1303 * windows.texi (Window Sizes): Mention in the doc string that the
1304 return values of `window-body-height' and `window-body-width' are
1305 in frame's canonical units. (Bug#9949)
1306
3d8daefe
MR
13072011-10-30 Martin Rudalics <rudalics@gmx.at>
1308
1309 * windows.texi (Windows and Frames): Remove "iso-" infix from
1310 documentation of window-iso-combined-p.
1311
60754666
CY
13122011-10-26 Chong Yidong <cyd@gnu.org>
1313
1314 * modes.texi (Running Hooks): Document with-wrapper-hook.
1315
d366bd53
CY
13162011-10-18 Chong Yidong <cyd@gnu.org>
1317
1318 * display.texi (Glyphless Chars): New node.
1319
50b063c3
CY
13202011-10-13 Chong Yidong <cyd@stupidchicken.com>
1321
1322 * text.texi (Yanking): Document yank-excluded-properties.
1323
1324 * package.texi (Packaging Basics): The commentary should say how
1325 to begin using the package.
1326
c72063fa
MR
13272011-10-11 Martin Rudalics <rudalics@gmx.at>
1328
1329 * windows.texi (Deleting Windows): Mention which window gets
1330 selected when deleting the selected window.
1331
d83dc65b
MR
13322011-10-09 Martin Rudalics <rudalics@gmx.at>
1333
1334 * buffers.texi (The Buffer List): Describe how bury-buffer deals
1335 with the selected window.
1336 * windows.texi (Buffers and Windows): Reformulate text on how
1337 replace-buffer-in-windows deals with a window.
1338 (Quitting Windows): Describe how quit-window deals with a
1339 standalone frame. Describe new option frame-auto-hide-function.
1340
c599682c
GM
13412011-10-08 Glenn Morris <rgm@gnu.org>
1342
48bca619
GM
1343 * symbols.texi (Other Plists): Markup fix. (Bug#9702)
1344
c599682c
GM
1345 * positions.texi (Excursions): Update warning message.
1346
969aa734
CY
13472011-10-05 Chong Yidong <cyd@stupidchicken.com>
1348
f4e90db0
SM
1349 * display.texi (Low-Level Font, Face Attributes, Font Lookup):
1350 Fix Emacs manual xref (Bug#9675).
969aa734 1351
550f41cd
CY
13522011-10-01 Chong Yidong <cyd@stupidchicken.com>
1353
1354 * windows.texi (Textual Scrolling): Document scroll-up-command,
1355 scroll-down-command, scroll-error-top-bottom, and the
1356 scroll-command symbol property.
717a1362
CY
1357 (Display Action Functions): Fix description of
1358 display-buffer-pop-up-window.
550f41cd 1359
a239d4e9
JB
13602011-09-28 Juanma Barranquero <lekktu@gmail.com>
1361
1362 * windows.texi (Splitting Windows): Fix typos.
1363
590c056d
MR
13642011-09-25 Martin Rudalics <rudalics@gmx.at>
1365
1366 * windows.texi (Windows and Frames, Display Action Functions)
1367 (Switching Buffers): Fix some typos.
1368 (Buffers and Windows): Remove reference to window-auto-delete.
1369 Reword description of replace-buffer-in-windows.
1370 (Window History): Fix some typos and refer to frame local buffer
1371 list.
c419f5cb
MR
1372 (Quitting Windows): New node.
1373 (Window Configurations): Add descriptions of window-state-get
1374 and window-state-put.
1375 (Window Parameters): Describe variable ignore-window-parameters.
1376 Sketch some window parameters currently in use.
1377 * elisp.texi (Top): Update node listing.
590c056d 1378
9ec20d36
CY
13792011-09-25 Chong Yidong <cyd@stupidchicken.com>
1380
1381 * windows.texi (Display Action Functions)
1382 (Choosing Window Options): New nodes.
1383
0e406a72
CY
13842011-09-24 Chong Yidong <cyd@stupidchicken.com>
1385
1386 * windows.texi (Window History): New node. Move text here from
1387 Buffers and Windows.
1388 (Switching Buffers): Rename from Displaying Buffers, since we
f4e90db0
SM
1389 don't document display-buffer here; callers changed.
1390 Document FORCE-SAME-WINDOW arg to switch-to-buffer and
0e406a72
CY
1391 switch-to-buffer-other-frame. Delete duplicate
1392 replace-buffer-in-windows doc.
1393 (Choosing Window): Document display actions.
1394
6bf7006f
EZ
13952011-09-24 Eli Zaretskii <eliz@gnu.org>
1396
1397 * display.texi (Forcing Redisplay): Update the description of
1398 redisplay-dont-pause due to change in the default value.
1399
b33b68a3
MR
14002011-09-23 Martin Rudalics <rudalics@gmx.at>
1401
1402 * frames.texi (Frames and Windows): Move section and rename to
1403 Windows and Frames in windows.texi.
1404 * windows.texi (Windows): Restructure.
1405 (Basic Windows): Rewrite. Explain live and internal windows and
1406 normalization functions.
1407 (Windows and Frames): Move section here from frames.texi.
1408 Describe subwindows, window combinations, window tree, and
1409 corresponding functions including window-list here.
1410 (Window Sizes): Rename section from Size of Window and move it
1411 up in chapter. Describe total and body sizes and the
1412 corresponding functions. Explain new semantics of
1413 window-min-height/-width.
1414 (Resizing Windows): Move section up in chapter. Describe new
1415 resize functions.
1416 (Splitting Windows): Describe new behavior of split-window,
1417 split-window-above-each-other and split-window-side-by-side.
1418 Provide examples. Describe window-nest and window-splits
1419 options.
1420 (Deleting Windows): Minor rewrite.
f4e90db0
SM
1421 (Selecting Windows): Minor rewrite.
1422 Describe frame-selected-window and set-frame-selected-window here.
1423 (Cyclic Window Ordering): Minor rewrite.
1424 Describe window-list-1.
b33b68a3
MR
1425 (Buffers and Windows): Rewrite. Explain a window's previous and
1426 next buffers and the corresponding functions.
c4682d18 1427 (Window Tree): Merge into Windows and Frames section.
b33b68a3
MR
1428 * elisp.texi (Top): Update node listings for frames and windows
1429 sections.
1430
4d3786ac
SM
14312011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1432
1433 * display.texi (Face Functions): `face-list' returns faces (bug#9564).
1434
713df35b
LMI
14352011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
1436
1437 * errors.texi (Standard Errors): Remove apparent placeholder text
1438 (bug#9491).
1439
33ed493b
CY
14402011-09-18 Chong Yidong <cyd@stupidchicken.com>
1441
1442 * frames.texi (Management Parameters): Fix description of
1443 icon-type parameter.
1444
b8f0a954
CY
14452011-09-17 Chong Yidong <cyd@stupidchicken.com>
1446
1447 * tips.texi (Key Binding Conventions): Don't bind a key sequence
1448 ending in C-g. Suggested by Edward O'Connor.
1449
eddf142c
EZ
14502011-09-17 Eli Zaretskii <eliz@gnu.org>
1451
1452 * numbers.texi (Integer Basics): Add indexing for
1453 most-positive-fixnum and most-negative-fixnum. (Bug#9525)
1454
bf1af6c7
DM
14552011-09-14 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
1456
1457 * lists.texi (Sets And Lists): Fix typo. (Bug#9393)
1458
cec2eab8
JB
14592011-09-11 Juanma Barranquero <lekktu@gmail.com>
1460
1461 * processes.texi (Network Servers): Clarify what the process
1462 buffer is used for (bug#9233).
1463
51751aa2 14642011-08-30 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
1f403cb9
DM
1465
1466 * lists.texi (Building Lists): Fix typo.
1467
35137ed3
CY
14682011-08-30 Chong Yidong <cyd@stupidchicken.com>
1469
1470 * display.texi (Basic Faces): New node. Document new faces.
1471
1472 * modes.texi (Major Mode Conventions): Move some text there.
1473 (Mode Help): Remove major-mode var, duplicated in Major Modes.
1474
3fd50d5c
CY
14752011-08-29 Chong Yidong <cyd@stupidchicken.com>
1476
1477 * modes.texi (Basic Major Modes): New node. Callers updated.
1478 (Major Modes): Document fundamental-mode and major-mode.
1479 (Major Mode Basics): Node deleted; text moved to Major Modes.
1480 (Derived Modes): Document derived-mode-p.
1481
ddb54206
CY
14822011-08-28 Chong Yidong <cyd@stupidchicken.com>
1483
a6326082
CY
1484 * files.texi (Changing Files, Create/Delete Dirs): Document new
1485 arguments for delete-file, delete-directory, and copy-directory.
e2aeef63
CY
1486 (Visiting Functions): Remove view-file; it is documented in the
1487 Emacs manual.
04e2ce72 1488
ddb54206
CY
1489 * frames.texi (Layout Parameters): The defaults for the
1490 menu-bar-lines and tool-bar-lines parameters depend on the mode.
1491
1492 * display.texi (Progress): Document spinner functionality.
1493
1494 * os.texi (Killing Emacs): Note that kill-emacs can be called by
1495 operating system signals. Refer to save-buffers-kill-terminal
1496 instead of save-buffers-kill-emacs.
1497
1498 * objects.texi (Symbol Type): Document ## print representation.
1499
0c95fcf7
EZ
15002011-08-25 Eli Zaretskii <eliz@gnu.org>
1501
1502 * display.texi (Specified Space): Mention that `space' specs
1503 influence bidi reordering.
1504 (Bidirectional Display): Explain how to use `(space . PROPS)' for
1505 separating fields with bidirectional content.
1506
5980d4c6
EZ
15072011-08-24 Eli Zaretskii <eliz@gnu.org>
1508
1509 * display.texi (Bidirectional Display): Document return value in
1510 buffers that are not bidi-reordered for display, and in unibyte
1511 buffers.
1512
bca633fb
EZ
15132011-08-23 Eli Zaretskii <eliz@gnu.org>
1514
1515 * nonascii.texi (Character Properties): Document the values for
1516 unassigned codepoints.
1517
c094bb0c
EZ
15182011-08-18 Eli Zaretskii <eliz@gnu.org>
1519
1520 * nonascii.texi (Character Properties): Document use of
1521 `bidi-class' and `mirroring' properties as part of reordering.
1522 Provide cross-references to "Bidirectional Display".
1523
1524 * display.texi (Bidirectional Display): Document the pitfalls of
1525 concatenating strings with bidirectional content, with possible
f4e90db0
SM
1526 solutions. Document bidi-string-mark-left-to-right.
1527 Mention paragraph direction in modes that inherit from prog-mode.
92b71444
EZ
1528 Document use of `bidi-class' and `mirroring' properties as part of
1529 reordering.
c094bb0c 1530
1ea897d5
EZ
15312011-08-16 Eli Zaretskii <eliz@gnu.org>
1532
9adfcd0b
EZ
1533 * modes.texi (Major Mode Conventions): Improve the documentation
1534 of `mode-class' `special' modes.
1535
10862873
EZ
1536 * nonascii.texi (Character Properties): Document the `mirroring'
1537 property. Add index entries.
1538
1ea897d5
EZ
1539 * syntax.texi (Categories): Add an example of defining a new
1540 category and category table.
1541
1542 * searching.texi (Regexp Backslash): Document how to display
1543 existing categories. Mention the possibility of adding
1544 categories, and add an xref to where this is described. Add an
1545 index entry.
1546
ebb552ed
CY
15472011-08-09 Chong Yidong <cyd@stupidchicken.com>
1548
1549 * text.texi (Special Properties):
1550 * display.texi (Overlay Properties): Note that mouse-face cannot
1551 change the text size (Bug#8530).
1552
51a714e1
CY
15532011-08-08 Chong Yidong <cyd@stupidchicken.com>
1554
1555 * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
1556 using setenv instead.
1557
4cc60b9b
EZ
15582011-07-28 Eli Zaretskii <eliz@gnu.org>
1559
1560 * display.texi (Bidirectional Display): Document the fact that
1561 bidi-display-reordering is t by default.
1562
5deb92fd
EZ
15632011-07-23 Eli Zaretskii <eliz@gnu.org>
1564
1565 * display.texi (Bidirectional Display): New section.
1566
011b0ad6 15672011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
67f9b9f8
GM
1568 Tim Cross <theophilusx@gmail.com> (tiny change)
1569 Glenn Morris <rgm@gnu.org>
011b0ad6 1570
67f9b9f8 1571 * keymaps.texi (Toolkit Differences): New node. (Bug#8176)
011b0ad6 1572
4baf28e6
AS
15732011-07-15 Andreas Schwab <schwab@linux-m68k.org>
1574
1575 * help.texi (Keys in Documentation): Revert last change.
1576
66249842
LMI
15772011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1578
f863868c
LMI
1579 * help.texi (Keys in Documentation): Clarify that \= only quotes
1580 the next character, and doesn't affect longer sequences in
1581 particular (bug#8935).
1582
f4e90db0
SM
1583 * debugging.texi (Using Debugger):
1584 Mention @code{eval-expression-debug-on-error} (bug#8549).
66249842 1585
0bb23927 15862011-07-14 Eli Zaretskii <eliz@gnu.org>
a2eaa31d
EZ
1587
1588 * display.texi (Other Display Specs): Document that `left-fringe'
1589 and `right-fringe' display specifications are of the "replacing"
1590 kind.
1591
f2027cdf
LMI
15922011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1593
1594 * help.texi (Documentation Basics): Add a link to the Function
1595 Documentation node (bug#6580).
1596
f987fde4
LMI
15972011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1598
0bc59b25
LMI
1599 * keymaps.texi (Menu Bar): Mention :visible and :enable
1600 (bug#6344). Text by Drew Adams.
1601
63d55f1f
LMI
1602 * modes.texi (Running Hooks): Mention buffer-local hook variables
1603 (bug#6218).
1604
f987fde4
LMI
1605 * objects.texi (General Escape Syntax): "a with grave accent" is
1606 ?xe0, not ?x8e0 (bug#5259).
1607
b7527639
CY
16082011-07-12 Chong Yidong <cyd@stupidchicken.com>
1609
1610 * display.texi (Face Attributes, Font Selection): Add references
1611 to the Fonts node in the Emacs manual (Bug#4178).
1612
c830e5ae
CY
16132011-07-12 Chong Yidong <cyd@stupidchicken.com>
1614
1615 * display.texi (Window Systems): `window-system' is
1616 terminal-local.
1617
1618 * frames.texi (Frame Parameters, Parameter Access): Don't mention
1619 frame-local variables.
1620
1621 * variables.texi (Buffer-Local Variables): Don't mention obsolete
1622 frame-local variables.
1623 (Frame-Local Variables): Node deleted.
1624
1625 * elisp.texi (Top): Update node listing.
1626
91223e54
LMI
16272011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1628
1629 * elisp.texi: Change "inferiors" to "subnodes" in three places
1630 (bug#3523).
1631
963578d3
CY
16322011-07-11 Chong Yidong <cyd@stupidchicken.com>
1633
1634 * frames.texi (Window System Selections): Discussion of
1635 x-select-enable-clipboard moved to Emacs manual.
1636
07151e49
DD
16372011-07-11 Deniz Dogan <deniz@dogan.se>
1638
1639 * commands.texi (Prefix Command Arguments): Remove excessive
1640 apostrophe.
1641
7261e1cf
LMI
16422011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1643
ad21a12a
LMI
1644 * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
1645 description is a string (bug#3313).
1646
7261e1cf
LMI
1647 * frames.texi (Display Feature Testing): Try to explain what all
1648 the visual classes mean (bug#3042).
1649
568f7b79
LMI
16502011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1651
18d59e29
LMI
1652 * modes.texi (Mode Line Variables): Document `mode-line-remote'
1653 and `mode-line-client' (bug#2974).
1654
568f7b79
LMI
1655 * text.texi (Insertion): Clarify marker movements (bug#1651).
1656 Text from Drew Adams.
1657
54e10184
LMI
16582011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1659
d94d85e9
LMI
1660 * text.texi (Special Properties): Clarify the format of `face'
1661 (bug#1375).
1662
54e10184
LMI
1663 * commands.texi (Interactive Call): Add a `call-interactively'
1664 example (bug#1010).
1665
413c488d
LMI
16662011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1667
1668 * functions.texi (Calling Functions): Link to the "Interactive
1669 Call" node (bug#1001).
1670
322b7dab 16712011-07-06 Chong Yidong <cyd@stupidchicken.com>
b00d8c1a 1672
3deead93
CY
1673 * customize.texi (Composite Types): Move alist and plist to here
1674 from Simple Types (Bug#7545).
1675
1676 * elisp.texi (Top): Update menu description.
1677
b00d8c1a
CY
1678 * display.texi (Face Attributes): Document negative line widths
1679 (Bug#6113).
1680
d2a6c43b
TR
16812011-07-03 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
1682
1683 * searching.texi (Match Data): Note that match data can be
1684 overwritten by most functions (bug#2499).
1685
c7844a27
LMI
16862011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1687
a9ab721e
LMI
1688 * strings.texi (Formatting Strings): Clarify what the "-" and "0"
1689 flags mean (bug#6659).
1690
c7844a27
LMI
1691 * functions.texi (What Is a Function): Document the autoload
1692 object (bug#6496).
1693
f68d76d0
LMI
16942011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1695
8a20ca4c
LMI
1696 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
1697 is only used in the Customize user interface (bug#6089).
1698
f68d76d0 1699 * display.texi (Showing Images): Mention the point of sliced
6dd56db4 1700 images (bug#7836).
f68d76d0 1701
7018dbe7
EZ
17022011-07-02 Eli Zaretskii <eliz@gnu.org>
1703
1704 * variables.texi (Defining Variables, Void Variables)
1705 (Constant Variables): Fix incorrect usage of @kindex.
1706
36cb87a1
LMI
17072011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1708
28ee97c7
LMI
1709 * variables.texi (Defining Variables): Add an index entry for
1710 `set-variable' (bug#7262).
8d4294e9 1711 (Defining Variables): Use @findex for functions.
28ee97c7 1712
8862ffd5
LMI
1713 * frames.texi (Basic Parameters): Document the `explicit-name'
1714 parameter (bug#6951).
1715
0ec389b9
LMI
1716 * customize.texi (Type Keywords): Clarify that :value provides a
1717 default value for all types (bug#7386).
1718
36cb87a1
LMI
1719 * streams.texi (Output Functions): Document `pp'.
1720
11fdef7d 17212011-06-25 Chong Yidong <cyd@stupidchicken.com>
dfc47e35
CY
1722
1723 * keymaps.texi (Searching Keymaps):
1724 * display.texi (Overlay Properties): Fix errors in 2011-05-29
1725 change. Suggested by Johan Bockgård.
1726
eeafcea7
CY
17272011-06-15 Chong Yidong <cyd@stupidchicken.com>
1728
1729 * text.texi (Special Properties): Clarify role of font-lock-face.
1730
b96e6cde
LMI
17312011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1732
f4e90db0 1733 * processes.texi (Process Information): Rename `process-alive-p'
b96e6cde
LMI
1734 to `process-live-p' for consistency with other `-live-p' functions.
1735
be14b9ab
PE
17362011-06-03 Paul Eggert <eggert@cs.ucla.edu>
1737
1738 Document wide integers better.
1739 * files.texi (File Attributes): Document ino_t values better.
2d365993 1740 ino_t values no longer map to anything larger than a single cons.
be14b9ab
PE
1741 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
1742 (Bitwise Operations):
001903b5
PE
1743 * objects.texi (Integer Type): Use a binary notation that is a bit easier
1744 to read, and that will port better if 62-bits becomes the default.
1745 Fix or remove incorrect examples.
be14b9ab
PE
1746 * os.texi (Time Conversion): Document time_t values better.
1747
bcd54f83
LMI
17482011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1749
f4e90db0
SM
1750 * processes.texi (Process Information):
1751 Document `process-alive-p'.
bcd54f83 1752
049bcbcb
CY
17532011-05-29 Chong Yidong <cyd@stupidchicken.com>
1754
1755 * help.texi (Accessing Documentation):
1756 * display.texi (Pixel Specification):
1757 * processes.texi (Serial Ports, Serial Ports):
1758 * nonascii.texi (Character Properties, Default Coding Systems):
1759 * text.texi (Changing Properties, Special Properties):
1760 * windows.texi (Window Start and End):
1761 * modes.texi (SMIE Indentation Example, SMIE Tricks):
1762 * keymaps.texi (Searching Keymaps, Tool Bar):
1763 * minibuf.texi (Basic Completion):
1764 * compile.texi (Eval During Compile):
1765 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
1766 7x9 paper in printed manual.
1767
1768 * lists.texi (Sets And Lists): Fix misplaced text.
1769
58539c63
CY
17702011-05-29 Chong Yidong <cyd@stupidchicken.com>
1771
1772 * keymaps.texi (Remapping Commands): Emphasize that the keymap
1773 needs to be active (Bug#8350).
1774
6b5681bf
CY
17752011-05-28 Chong Yidong <cyd@stupidchicken.com>
1776
b4d52acc
CY
1777 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
1778
6b5681bf
CY
1779 * tips.texi (Coding Conventions): Remove antediluvian filename
1780 limit recommendation (Bug#8538).
1781
e145f188
GM
17822011-05-27 Glenn Morris <rgm@gnu.org>
1783
1784 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
1785
eafed945
GM
17862011-05-26 Glenn Morris <rgm@gnu.org>
1787
1788 * variables.texi (File Local Variables):
1789 Update hack-local-variables `mode-only' return value.
2d3ba9e7 1790 Add some more details on what this function does in the other case.
eafed945 1791
bc8410af
GM
17922011-05-19 Glenn Morris <rgm@gnu.org>
1793
1794 * lists.texi (Sets And Lists): Mention cl provides union etc.
1795
35a30759
N
17962011-05-19 Nix <nix@esperi.org.uk>
1797
1798 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
1799
1800 * text.texi (Parsing HTML): Update for function name changes.
1801
1802 * syntax.texi (Syntax Flags): Small fix.
1803
1804 * keymaps.texi (Active Keymaps): Typo fix.
1805 (Changing Key Bindings): Grammar fix.
1806
1807 * frames.texi (Minibuffers and Frames): Grammar fix.
1808 (Window System Selections): x-select-enable-clipboard now defaults to t.
1809
1810 * customize.texi (Common Keywords):
1811 * display.texi (Abstract Display):
1812 * modes.texi (Auto-Indentation):
1813 * nonascii.texi (Converting Representations): Typo fixes.
1814
1815 * control.texi (Examples of Catch): Call it "goto" not "go to".
1816
e3934a8a
EZ
18172011-05-14 Eli Zaretskii <eliz@gnu.org>
1818
bc039a3b
EZ
1819 * nonascii.texi (Character Properties): Fix inconsistencies with
1820 implementation.
1821
e3934a8a
EZ
1822 * text.texi (Special Properties): Move @defvar's out of the
1823 @table. (Bug#8652)
1824
e2c94218
GM
18252011-05-12 Glenn Morris <rgm@gnu.org>
1826
1827 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
1828
d2fc7e3d 18292011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
bc3bea9c
SM
1830
1831 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
1832 (Multiline Font Lock):
1833 * vol2.texi (Top):
1834 * vol1.texi (Top):
1835 * elisp.texi (Top): Update menu accordingly.
1836
d2fc7e3d 18372011-05-12 Drew Adams <drew.adams@oracle.com>
e6dc6206
DA
1838
1839 * modes.texi (Region to Fontify): Fix typo.
1840
79b70037
GM
18412011-05-10 Jim Meyering <meyering@redhat.com>
1842
1843 * minibuf.texi: Fix typo "in in -> in".
1844
b08a63cc 18452011-05-06 Paul Eggert <eggert@cs.ucla.edu>
fed14fd7
PE
1846
1847 * numbers.texi (Integer Basics): Large integers are treated as floats.
1848
1ef14cb4
LMI
18492011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1850
1851 * processes.texi (Synchronous Processes): Document the (:file
1852 "/file-name") syntax for `call-process'.
1853
4ffd0d6b 18542011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
1855
1856 * windows.texi (Choosing Window): Fix typo.
1857
4ffd0d6b 18582011-04-23 Chong Yidong <cyd@stupidchicken.com>
40954368
CY
1859
1860 * frames.texi (Layout Parameters): Note the difference between
1861 querying and setting parameters for left-fringe and right-fringe
1862 (Bug#6930).
1863
fd5a8ae8
SM
18642011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
1865
1866 * minibuf.texi (Basic Completion): Be a bit more precise about the
1867 valid kinds of completion tables.
1868 (Programmed Completion): Remove obsolete text about lambda expressions
1869 not being valid completion tables.
1870
c1bcd0d5
CY
18712011-03-19 Chong Yidong <cyd@stupidchicken.com>
1872
1873 * positions.texi (Excursions): Explain the "save-excursion
1874 defeated by set-buffer" warning.
1875
1876 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
1877 save-excursion. Suggested by Uday S Reddy.
1878
03408648 18792011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
ba83908c 1880
03408648
SM
1881 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
1882 (Lexical Binding): New sub-section.
ba83908c 1883
03408648
SM
1884 * eval.texi (Eval): Discourage the use of `eval'.
1885 Document its new `lexical' argument.
6c075cd7 1886
f6d62986
SM
18872011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
1888
03408648 1889 * commands.texi (Command Overview): `post-command-hook' is not reset to
f6d62986
SM
1890 nil any more.
1891
84ea5558 18922011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
e4021ec1
SM
1893
1894 * strings.texi (String Conversion): Don't mention
1895 string-make-(uni|multi)byte (bug#8262).
1896 * nonascii.texi (Converting Representations): Fix up range.
1897 * keymaps.texi (Key Binding Commands): Update code point, avoid
1898 "unibyte character" and remove mention of unibyte bindings.
1899
62d94509
EZ
19002011-03-10 Eli Zaretskii <eliz@gnu.org>
1901
1902 * modes.texi (Operator Precedence Grammars): Don't use characters
1903 outside ISO-8859-1.
1904
63a329f8
EZ
19052011-03-09 Eli Zaretskii <eliz@gnu.org>
1906
1907 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
1908
1909 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
1910
6446548e
GM
19112011-03-08 Glenn Morris <rgm@gnu.org>
1912
1913 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
1914 * intro.texi (Acknowledgements): Names to UTF-8.
80b005c7 1915 * elisp.texi: Set documentencoding.
6446548e 1916
33383987
JB
19172011-03-07 Chong Yidong <cyd@stupidchicken.com>
1918
1919 * Version 23.3 released.
1920
0b3ceceb
CY
19212011-03-06 Chong Yidong <cyd@stupidchicken.com>
1922
1923 * package.texi: Update index keywords.
1924 (Package Archives): New node contents. Document package-x.el.
1925
78f5433f
JB
19262011-03-06 Juanma Barranquero <lekktu@gmail.com>
1927
1928 * makefile.w32-in (srcs): Add package.texi.
1929
555e9b5c
CY
19302011-03-06 Chong Yidong <cyd@stupidchicken.com>
1931
120d9389
CY
1932 * package.texi (Packaging, Packaging Basics, Simple Packages)
1933 (Multi-file Packages): Expand and clarify.
1934 (Package Archives): Temporary placeholder node.
1935
1936 * elisp.texi (Top): Update node listing.
1937
555e9b5c
CY
1938 * Makefile.in (srcs): Add package.texi.
1939
b59a4335
CY
19402011-03-05 Chong Yidong <cyd@stupidchicken.com>
1941
1942 * processes.texi (Synchronous Processes): Minor clarification
1943 (Bug#8149).
1944
06083aa1
GM
19452011-03-03 Glenn Morris <rgm@gnu.org>
1946
1947 * files.texi (Truenames): Minor clarification. (Bug#2341)
1948
6640b281
GM
19492011-03-01 Glenn Morris <rgm@gnu.org>
1950
1951 * variables.texi (Directory Local Variables):
1952 Mention `(subdirs . nil)' alist element.
1953
2b0c7330 19542011-02-28 Glenn Morris <rgm@gnu.org>
081f7640
GM
1955
1956 * variables.texi (Directory Local Variables): Mention the optional
1957 mtime argument of dir-locals-set-directory-class. (Bug#3577)
1958
b923f7a9
CY
19592011-02-27 Chong Yidong <cyd@stupidchicken.com>
1960
1961 * minibuf.texi (Minibuffer History): Clarify discussion of
1962 minibuffer history lists (Bug#8085).
1963
67ab0163 19642011-02-19 Eli Zaretskii <eliz@gnu.org>
86ec878a 1965
e979a521
EZ
1966 * elisp.texi: Sync @dircategory with ../../info/dir.
1967
e03b2fd4
EZ
1968 * files.texi (Visiting Functions): Document find-file-literally,
1969 both the command and the variable.
1970
86ec878a
EZ
1971 * variables.texi (Creating Buffer-Local): Explain the meaning of
1972 permanent local variables.
1973
67ab0163
GM
1974 * files.texi (Visiting Functions): Document find-file-literally,
1975 both the command and the variable.
1976
1977 * variables.texi (Creating Buffer-Local): Explain the meaning of
1978 permanent local variables.
1979
19802011-02-19 Glenn Morris <rgm@gnu.org>
dff9ac46
GM
1981
1982 * keymaps.texi (Remapping Commands): Mention how to undo it.
1983
bfcb151a
RT
19842011-02-09 Reuben Thomas <rrt@sc3d.org>
1985
1986 * loading.texi (Hooks for Loading): Remove unnecessary advice
1987 about eval-after-load (Bug#7986).
1988
a41c8660
CY
19892011-02-05 Chong Yidong <cyd@stupidchicken.com>
1990
1991 * commands.texi (Accessing Mouse): Note that a header line is not
1992 included in the row of posn-col-row.
1993
e0dd6837
CY
19942011-02-02 Chong Yidong <cyd@stupidchicken.com>
1995
1996 * modes.texi (Major Mode Conventions): Add face guidelines.
1997 (Faces for Font Lock): List faces in order of prominence.
1998
a4180391
PE
19992011-02-01 Paul Eggert <eggert@cs.ucla.edu>
2000
2001 format-time-string now supports subsecond time stamp resolution
2002 * os.texi (Time Parsing): Document %N.
2003
7427eb97
CY
20042011-01-28 Chong Yidong <cyd@stupidchicken.com>
2005
61db307f
CY
2006 * vol1.texi (Top):
2007 * vol2.texi (Top):
2008 * elisp.texi (Top):
2009 * display.texi (Display Property): Shorten the menu description of
2010 the "Other Display Specs" node (Bug#7816).
2011
7427eb97
CY
2012 * keymaps.texi (Defining Menus): Add "menu item" and "extended
2013 menu item" concept index entries (Bug#7805).
2014
bf3dae7e
EZ
20152011-01-29 Eli Zaretskii <eliz@gnu.org>
2016
2017 * makefile.w32-in (texinfodir): New variable.
2018 (usermanualdir): Remove as redundant with $(emacsdir).
2019 (MAKEINFO): Remove options, leave only program name.
2020 (MAKEINFO_OPTS): New variable.
2021 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
2022
06d8ace5 20232011-01-25 Chong Yidong <cyd@stupidchicken.com>
e6cf7a82
CY
2024 Richard Kim <emacs18@gmail.com>
2025
2026 * loading.texi (Library Search): Document list-load-path-shadows
2027 (Bug#7757).
2028
06d8ace5 20292011-01-25 Chong Yidong <cyd@stupidchicken.com>
3f066f54
CY
2030
2031 * searching.texi (Regexp Special): Remove outdated discussion of
2032 character sets (Bug#7780).
2033
28a88153
CY
2034 * frames.texi (Pop-Up Menus): Document where menu title comes
2035 from (Bug#7684).
2036
06d8ace5 20372011-01-25 Glenn Morris <rgm@gnu.org>
4d265b4d
GM
2038
2039 * display.texi (Making Buttons): Mention limitation of text buttons.
2040
a8e1e9ee
WL
20412011-01-23 Werner Lemberg <wl@gnu.org>
2042
2043 * Makefile.in (MAKEINFO): Now controlled by `configure'.
2044 (MAKEINFO_OPTS): New variable. Use it where appropriate.
2045 (ENVADD): New variable to control texi2dvi and texi2pdf.
2046
362b9d48
GM
20472011-01-15 Chong Yidong <cyd@stupidchicken.com>
2048
2049 * files.texi (Directory Names): Move directory-abbrev-alist doc to
2050 Emacs manual.
2051
20522011-01-15 Eli Zaretskii <eliz@gnu.org>
2053
2054 * files.texi (Directory Names): Explain why FROM in
2055 directory-abbrev-alist should begin with \`. (Bug#7777)
2056
3fa173b4
SM
20572011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2058
2059 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
2060
7c420169 20612011-01-02 Eli Zaretskii <eliz@gnu.org>
2e4ab211
EZ
2062
2063 * modes.texi (Emulating Mode Line): Fix last change.
2064
7c420169 20652011-01-02 Eli Zaretskii <eliz@gnu.org>
287e63bb
EZ
2066
2067 * modes.texi (Emulating Mode Line): Update documentation of
2068 format-mode-line according to changes that fixed bug #7587.
2069
80b33766
SM
20702010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
2071
2072 * modes.texi (Derived Modes): Mention prog-mode.
2073
2074 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
2075 of the key-binding-data cache since we don't use it any more.
2076
f49d1f52 20772010-12-13 Eli Zaretskii <eliz@gnu.org>
3c73e30e 2078
4bb49a92
EZ
2079 * processes.texi (Shell Arguments):
2080 * strings.texi (Creating Strings): Don't mention "shell commands";
2081 make it explicit that `split-string-and-unquote' and
2082 `combine-and-quote-strings' are mainly for working with arguments
2083 to call-process and start-process.
2084
3c73e30e
EZ
2085 * processes.texi (Shell Arguments): Fix documentation of
2086 `split-string-and-unquote'. Add indexing. (Bug#7563)
2087
f49d1f52 20882010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5dcb4c4e
SM
2089
2090 * modes.texi (Auto-Indentation): New section to document SMIE.
2091 (Major Mode Conventions):
2092 * text.texi (Mode-Specific Indent): Refer to it.
2093
f49d1f52 20942010-12-13 Eli Zaretskii <eliz@gnu.org>
bdef6a77
EZ
2095
2096 * display.texi (Other Display Specs): Document left-fringe and
2097 right-fringe display specs.
2098
f49d1f52 20992010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
769741e3
SM
2100
2101 * backups.texi (Making Backups):
2102 * modes.texi (Example Major Modes): Use recommended coding style.
2103 (Major Mode Basics, Derived Modes): Encourge more strongly use of
2104 define-derived-mode. Mention completion-at-point-functions.
2105
f49d1f52 21062010-12-13 Chong Yidong <cyd@stupidchicken.com>
3e99b825 2107
5dcb4c4e
SM
2108 * nonascii.texi (Converting Representations):
2109 Document byte-to-string.
e1115396 2110
ec1b9b17
GM
21112010-12-08 Glenn Morris <rgm@gnu.org>
2112
2113 * buffers.texi (Modification Time):
2114 verify-visited-file-modtime now defaults to the current buffer.
2115
07976ae3 21162010-11-27 Chong Yidong <cyd@stupidchicken.com>
3e99b825 2117
ec1b9b17 2118 * nonascii.texi (Converting Representations): Document byte-to-string.
3e99b825
CY
2119
2120 * strings.texi (Creating Strings): Don't mention semi-obsolete
2121 function char-to-string.
2122 (String Conversion): Shorten discussion of semi-obsolete function
2123 string-to-char. Link to Converting Representations.
2124
2125 * objects.texi (Symbol Type):
2126 * text.texi (Near Point):
2127 * help.texi (Help Functions):
2128 * functions.texi (Mapping Functions): Use string instead of
2129 char-to-string in examples.
2130
07976ae3 21312010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295
CY
2132
2133 * text.texi (Kill Functions, Kill Functions)
2134 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
2135 YANK-HANDLER args.
2136
2137 * symbols.texi (Creating Symbols): Using unintern without an
2138 obarray arg is now obsolete.
2139
2140 * numbers.texi (Float Basics): Document float-e and float-pi.
2141
2142 * variables.texi (Defining Variables): Change "pi" example to
2143 "float-pi".
2144
8547874a
EZ
21452010-11-26 Eli Zaretskii <eliz@gnu.org>
2146
2147 * commands.texi (Click Events): Document the values of X, Y and
2148 COL, ROW in the event's position, when the click is on the header
2149 or mode line, on the fringes, or in the margins.
2150
4a47c275 21512010-11-17 Eli Zaretskii <eliz@gnu.org>
c7926fe2 2152
5b05d75b
EZ
2153 * customize.texi (Composite Types): Lower-case index entry.
2154
5dcb4c4e
SM
2155 * loading.texi (How Programs Do Loading):
2156 Document load-file-name. (Bug#7346)
c7926fe2 2157
4a47c275 21582010-11-17 Glenn Morris <rgm@gnu.org>
cde08ac9
GM
2159
2160 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
2161
0eb025fb
EZ
21622010-11-13 Eli Zaretskii <eliz@gnu.org>
2163
2164 * display.texi (Usual Display): Characters with no fonts are not
2165 necessarily displayed as empty boxes.
2166
2699a554 21672010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
2168
2169 * maps.texi (Standard Keymaps): Update File menu description.
2170
8289f37b
GM
21712010-10-28 Glenn Morris <rgm@gnu.org>
2172
2173 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
2174
5793a7bc 21752010-10-24 Eli Zaretskii <eliz@gnu.org>
89baa1df
EZ
2176
2177 * display.texi (Window Systems): Deprecate use of window-system as
2178 a predicate.
2179
17284e30
GM
21802010-10-23 Glenn Morris <rgm@gnu.org>
2181
2182 * help.texi (Documentation Basics): Remove mentions of digest-doc and
2183 sorted-doc.
2184
00f113eb
JB
21852010-10-15 Eli Zaretskii <eliz@gnu.org>
2186
2187 * os.texi (Dynamic Libraries): New node, with slightly modified
2188 text deleted from "Image Formats".
2189 (System Interface): Add @menu entry for "Dynamic Libraries".
2190
2191 * display.texi (Image Formats): Remove description of
2192 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
2193
07277eb8
GM
21942010-10-12 Glenn Morris <rgm@gnu.org>
2195
2196 * book-spine.texinfo: Rename to book-spine.texi.
2197
c12e4a81
GM
21982010-10-11 Glenn Morris <rgm@gnu.org>
2199
df187c62
GM
2200 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
2201
c12e4a81 2202 * Makefile.in (DVIPS): New variable.
234db610
GM
2203 (.PHONY): Add html, ps.
2204 (html, elisp.html, ps, elisp.ps): New targets.
2205 (clean): Delete html, ps files.
2206 ($(infodir)/elisp): Remove unnecessary includes.
c12e4a81 2207
6513b232
EZ
22082010-10-09 Eli Zaretskii <eliz@gnu.org>
2209
2210 * makefile.w32-in (emacsdir): New variable.
2211 (srcs): Add emacsver.texi.
2212 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
2213
abd40fb4
GM
22142010-10-09 Glenn Morris <rgm@gnu.org>
2215
c1dc72b3
GM
2216 * Makefile.in (VPATH): Remove.
2217 (infodir): Make it absolute.
2218 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
2219
4393405b
GM
2220 * Makefile.in (dist): Anchor regexps.
2221
eef3ab94
GM
2222 * Makefile.in (srcs): Put elisp.texi first.
2223 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
2224
aa9db089
GM
2225 * Makefile.in (infoclean): Remove harmless, long-standing error.
2226
abd40fb4
GM
2227 * Makefile.in ($(infodir)): Delete rule.
2228 (mkinfodir): New.
2229 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
2230
68db69ed 2231 * Makefile.in (dist): Remove reference to emacsver.texi.in.
208deadc 2232 Also copy emacsver.texi, and edit $emacsdir.
68db69ed 2233
ea274122
GM
22342010-10-09 Glenn Morris <rgm@gnu.org>
2235
f7a31f11
GM
2236 * Makefile.in (emacsdir): New variable.
2237 (MAKEINFO): Add -I $emacsdir.
2238 (dist): Copy emacsver.texi.
b13254e7
GM
2239 (srcs): Add emacsver.texi.
2240
f7a31f11
GM
2241 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
2242 Set EMACSVER by including emacsver.texi.
2243
ea274122
GM
2244 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
2245
17ca7950
GM
22462010-10-07 Glenn Morris <rgm@gnu.org>
2247
2248 * Makefile.in (version): New, set by configure.
2249 (clean): Delete dist tar file.
2250 (dist): Use version in tar name.
2251
4c83f6e1
GM
22522010-10-06 Glenn Morris <rgm@gnu.org>
2253
2254 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
2255 (INSTALL_INFO): Remove unused variable.
2256 (mostlyclean, infoclean, dist): New rules.
2257 (clean): Delete dvi and pdf files.
2258 (maintainer-clean): Remove elisp.oaux, use infoclean.
8a944cea 2259 ($(infodir)): Add parallel build workaround.
4c83f6e1 2260
0264072d
GM
22612010-10-04 Glenn Morris <rgm@gnu.org>
2262
2263 * Makefile.in (dvi, pdf, $(infodir)): New targets.
2264 ($(infodir)/elisp): Ensure target directory exists. Use $@.
8cce34d0 2265 Fix -I typo.
0264072d
GM
2266 (clean): No 'make.out' or 'core' files.
2267 (.PHONY): Declare clean rules.
2268 (maintainer-clean): Delete pdf file. Guard against cd failures.
2269
77f38949
GM
22702010-10-03 Glenn Morris <rgm@gnu.org>
2271
2272 * files.texi (File Name Components): Remove ignored section about
2273 deleted variable directory-sep-char.
2274
178fdd41
MA
22752010-10-03 Michael Albinus <michael.albinus@gmx.de>
2276
2277 * files.texi (Magic File Names): New defopt
2278 remote-file-name-inhibit-cache.
2279
9c524fcb
GM
22802010-10-02 Glenn Morris <rgm@gnu.org>
2281
2282 * os.texi (Killing Emacs): Hook now runs in batch mode.
2283
f816790b
SM
22842010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
2285
2286 * text.texi (Special Properties): Clarify when modification-hooks run.
2287
7cf78aac
SM
22882010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2289
2290 * syntax.texi (Syntax Flags): Document new `c' flag.
2291
ca0d44e4
GM
22922010-09-09 Glenn Morris <rgm@gnu.org>
2293
2294 * display.texi (ImageMagick Images): General cleanup.
2295
10999305 22962010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
2297
2298 * files.texi (Directory Names): Use \` rather than ^.
2299
45240125
JD
23002010-09-02 Jan Djärv <jan.h.d@swipnet.se>
2301
2302 * text.texi (Low-Level Kill Ring):
2303 * frames.texi (Window System Selections): Remove cut buffer
2304 documentation.
2305
4abe5bf6
EZ
23062010-08-28 Eli Zaretskii <eliz@gnu.org>
2307
2308 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
2309 Parameters", where the default fringe width is described.
2310
2311 * frames.texi (Window Frame Parameters, Basic Parameters)
2312 (Position Parameters, Layout Parameters, Management Parameters)
2313 (Cursor Parameters, Font and Color Parameters): Add indexing for
2314 frame parameters. (Bug#6929)
2315
fdc76236
TT
23162010-08-25 Tom Tromey <tromey@redhat.com>
2317
2318 * vol2.texi (Top): Update.
2319 * vol1.texi (Top): Update.
2320 * tips.texi (Library Headers): Mention Package-Version and
2321 Package-Requires.
2322 * package.texi: New file.
2323 * os.texi (System Interface): Update pointers.
2324 * elisp.texi (Top): Link to new nodes. Include package.texi.
2325 * anti.texi (Antinews): Update pointers.
2326
1e5c1c80
EZ
23272010-08-25 Eli Zaretskii <eliz@gnu.org>
2328
2329 * processes.texi (Filter Functions): Fix last change.
2330
78e33835
CY
23312010-08-24 Markus Triska <triska@gmx.at>
2332
2333 * processes.texi (Filter Functions): Use `buffer-live-p' instead
2334 of `buffer-name' in the main text as well as in the example
2335 (Bug#3098).
2336
198a7a97
CY
23372010-08-22 Chong Yidong <cyd@stupidchicken.com>
2338
2339 * nonascii.texi (Text Representations):
2340 * loading.texi (Loading Non-ASCII):
2341 * compile.texi (Byte Compilation): Don't mention obsolete
2342 --unibyte command-line argument.
2343
bc7d7ea6
CY
23442010-08-22 Chong Yidong <cyd@stupidchicken.com>
2345
2346 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
2347
b0126eac 23482010-08-22 Chong Yidong <cyd@stupidchicken.com>
96b1842d
CY
2349
2350 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
2351
e8a6cc19
EZ
23522010-08-20 Eli Zaretskii <eliz@gnu.org>
2353
2354 * commands.texi (Misc Events): Add cross-references to where
2355 POSITION of a mouse event is described in detail.
2356
c4e7c63a 23572010-08-08 Christoph Scholtes <cschol2112@googlemail.com>
ee301a7a 2358
c4e7c63a 2359 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
ee301a7a 2360
7815fe19 23612010-08-08 Juanma Barranquero <lekktu@gmail.com>
e8bf5266
JB
2362
2363 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
2364 Suggested by Štěpán Němec <stepnem@gmail.com>.
2365
7815fe19 23662010-08-08 Juanma Barranquero <lekktu@gmail.com>
b4f588fa
JB
2367
2368 * minibuf.texi (High-Level Completion): Document args of
2369 `read-buffer-function' (bug#5625).
2370
8b2dd508
JD
23712010-07-29 Jan Djärv <jan.h.d@swipnet.se>
2372
2373 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
2374
bace45fe
MA
23752010-07-29 Michael Albinus <michael.albinus@gmx.de>
2376
2377 * processes.texi (Process Information): Explain process property
2378 `remote-tty'.
2379
4ce5a4cc
JB
23802010-07-27 Juanma Barranquero <lekktu@gmail.com>
2381
2382 * modes.texi (Defining Minor Modes): Use C-delete in examples,
2383 instead of "\C-\^?" (bug#6334).
2384
1c84bc7a
JB
2385 * text.texi (Special Properties): Fix typo.
2386
b88746ba
EZ
23872010-07-09 Eli Zaretskii <eliz@gnu.org>
2388
2389 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
2390 calling sequences, which are now the standard.
2391
51422d6d
CY
23922010-06-24 Chong Yidong <cyd@stupidchicken.com>
2393
2394 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
2395
2396 * commands.texi (Command Overview): Mention undo-boundary call.
2397
d24880de
GM
23982010-06-23 Glenn Morris <rgm@gnu.org>
2399
2400 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
2401 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
2402 * frames.texi, functions.texi, internals.texi, keymaps.texi:
2403 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
2404 * searching.texi, sequences.texi, strings.texi, syntax.texi:
2405 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
2406 Untabify Texinfo files.
2407
0fc76035
CY
24082010-06-20 Chong Yidong <cyd@stupidchicken.com>
2409
2410 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
2411
5338dc0b
CY
24122010-06-19 Chong Yidong <cyd@stupidchicken.com>
2413
a628ad9d 2414 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
5338dc0b 2415
2c3a3c1d
CY
24162010-06-02 Chong Yidong <cyd@stupidchicken.com>
2417
ba3bf1d9
CY
2418 * searching.texi (Regexp Special): Remove obsolete information
2419 about matching non-ASCII characters, and suggest using char
2420 classes (Bug#6283).
2c3a3c1d 2421
7f4b4249
JB
24222010-05-30 Juanma Barranquero <lekktu@gmail.com>
2423
2424 * minibuf.texi (Basic Completion): Add missing "@end defun".
2425
637821cd
SM
24262010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2427
2428 * minibuf.texi (Basic Completion): Document completion-boundaries.
2429 (Programmed Completion): Document the new fourth method for boundaries.
2430
e13051c3
CY
24312010-05-22 Chong Yidong <cyd@stupidchicken.com>
2432
a628ad9d 2433 * display.texi (Image Cache): Update documentation about image caching.
e13051c3 2434
0235128c 24352010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
2436
2437 * windows.texi (Textual Scrolling):
2438 * tips.texi (Coding Conventions):
2439 * minibuf.texi (Minibuffer History):
2440 * maps.texi (Standard Keymaps):
2441 * loading.texi (Where Defined):
2442 * edebug.texi (Instrumenting): Fix typos.
2443
0235128c 24442010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549 2445
c7c32279
CY
2446 * keymaps.texi (Menu Bar): Document :advertised-binding property.
2447
0235128c
SM
2448 * functions.texi (Obsolete Functions):
2449 Document set-advertised-calling-convention.
eb5ed549
CY
2450
2451 * minibuf.texi (Basic Completion): Document completion-in-region.
2452 (Programmed Completion): Document completion-annotate-function.
2453
2454 * commands.texi (Reading One Event): Document read-key.
2455 (Distinguish Interactive): Document KIND arg to
2456 called-interactively-p. Delete obsolete interactive-p.
2457
2458 * elisp.texi (Top): Update node description.
2459
f8848423
EZ
24602010-05-08 Eli Zaretskii <eliz@gnu.org>
2461
0235128c
SM
2462 * nonascii.texi (Character Properties):
2463 Document unicode-category-table. Add an index entry for Unicode
2464 general category.
2465
24662010-05-07 Chong Yidong <cyd@stupidchicken.com>
2467
2468 * Version 23.2 released.
f8848423 2469
938efb77
JB
24702010-04-20 Juanma Barranquero <lekktu@gmail.com>
2471
2472 * locals.texi (Standard Buffer-Local Variables):
2473 Remove @ignore'd reference to `direction-reversed'.
2474
5854c267
JL
24752010-04-14 Juri Linkov <juri@jurta.org>
2476
2477 Fix @deffn without category.
2478
2479 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
2480 for `abbrev-insert'.
2481
2482 * buffers.texi (Indirect Buffers): Add category `Command'
2483 to @deffn of `clone-indirect-buffer'.
2484
2485 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
2486 for `next-window' and `previous-window'. Add category `Command'
2487 to @deffn of `pop-to-buffer'.
2488
8a14dec7
CY
24892010-04-01 Chong Yidong <cyd@stupidchicken.com>
2490
2491 * nonascii.texi (Text Representations): Don't mark
2492 enable-multibyte-characters as a user option.
2493
7a1831cf
EZ
24942010-03-31 Eli Zaretskii <eliz@gnu.org>
2495
2496 * control.texi (Handling Errors): How to re-throw a signal caught
2497 by condition-case.
2498
c3863713
CY
24992010-03-26 Chong Yidong <cyd@stupidchicken.com>
2500
2501 * loading.texi (Hooks for Loading): Document after-load-functions.
2502 Copyedits.
2503
c333f279
AM
25042010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
2505
2506 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
2507
e867cb5d 25082010-03-24 Chong Yidong <cyd@stupidchicken.com>
f7704e26
CY
2509
2510 * processes.texi (Network Processes): Document seqpacket type.
2511
605f35cd
DN
25122010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
2513
2514 * os.texi (System Environment): Do not mention lynxos.
2515
288f9fc0
CY
25162010-03-10 Chong Yidong <cyd@stupidchicken.com>
2517
2518 * Branch for 23.2.
2519
eed5c93a
CY
25202010-03-06 Chong Yidong <cyd@stupidchicken.com>
2521
2522 * objects.texi (Integer Type): Take note of the read syntax
2523 exception for numbers that cannot fit in the integer type.
2524
1ddd6622
GM
25252010-03-03 Glenn Morris <rgm@gnu.org>
2526
2527 * numbers.texi (Integer Basics, Bitwise Operations):
2528 * objects.texi (Integer Type): Update for integers now being 30-bit.
2529
a908c79a
CY
25302010-02-27 Chong Yidong <cyd@stupidchicken.com>
2531
2532 * display.texi (Low-Level Font): Document :otf font-spec property.
2533
cd61af01
SM
25342010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2535
2536 * display.texi (Line Height): Avoid obsolete special default variables
2537 like default-major-mode.
2538
c02f8fe2
AM
25392010-01-28 Alan Mackenzie <acm@muc.de>
2540
2541 * display.texi (Auto Faces): Say fontification-functions is called
2542 whether or not Font Lock is enabled. Tidy up the wording a bit.
2543
d738d18b
CY
25442010-01-17 Chong Yidong <cyd@stupidchicken.com>
2545
2546 * elisp.texi: Remove duplicate edition information (Bug#5407).
2547
4963739e
JB
25482010-01-17 Juanma Barranquero <lekktu@gmail.com>
2549
2550 * two.el (volume-header-toc-markup): Fix typos in docstring.
2551
c57008f6
SM
25522010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
2553
2554 Avoid dubious uses of save-excursions.
2555 * positions.texi (Excursions): Recommend the use of
2556 save-current-buffer if applicable.
2557 * text.texi (Clickable Text): Fix the example code which used
2558 save-excursion in a naive way which sometimes preserves point and
2559 sometimes not.
2560 * variables.texi (Creating Buffer-Local):
2561 * os.texi (Session Management):
2562 * display.texi (GIF Images):
2563 * control.texi (Cleanups): Use (save|with)-current-buffer.
2564
2f3725cd
EZ
25652010-01-02 Eli Zaretskii <eliz@gnu.org>
2566
2567 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
2568
85eeac93
CY
25692010-01-02 Chong Yidong <cyd@stupidchicken.com>
2570
2571 * nonascii.texi (Text Representations, Character Codes)
2572 (Converting Representations, Explicit Encoding)
2573 (Translation of Characters): Use hex notation consistently.
2574 (Character Sets): Fix map-charset-chars doc (Bug#5197).
2575
4801c5fa
CY
25762010-01-01 Chong Yidong <cyd@stupidchicken.com>
2577
2578 * loading.texi (Where Defined): Make it clearer that these are
2579 loaded files (Bug#5068).
2580
26e533e2
CY
25812009-12-29 Chong Yidong <cyd@stupidchicken.com>
2582
2583 * minibuf.texi (Completion Styles): Document `initials' style.
2584
16d1ff5f
CY
25852009-12-25 Chong Yidong <cyd@stupidchicken.com>
2586
2587 * frames.texi (Resources): Describe inhibit-x-resources.
2588 (Size Parameters): Copyedit.
2589
2590 * hash.texi (Creating Hash):
2591 * objects.texi (Hash Table Type): Document the new hash table
2592 printed representation.
2593
2594 * minibuf.texi (Basic Completion): 4th arg to all-completions is
2595 obsolete.
2596
5dcb4c4e
SM
2597 * processes.texi (Process Buffers):
2598 Document process-kill-buffer-query-function.
16d1ff5f 2599
9a5de3d9
GM
26002009-12-05 Glenn Morris <rgm@gnu.org>
2601
2602 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
2603 diary-display-function, and no longer recommended to be a hook.
2604 Update for changes in the names of calendar and diary hooks.
2605 diary-print-entries-hook has changed section.
2606
b640eb52
EZ
26072009-11-28 Eli Zaretskii <eliz@gnu.org>
2608
2609 * text.texi (Special Properties): More accurate description of
2610 what the `cursor' property does.
2611
be1674ab
KR
26122009-11-26 Kevin Ryde <user42@zip.com.au>
2613
2614 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
2615 mouse-wheel-down-event, the closest thing to a definition for them.
2616 * os.texi (Startup Summary): vindex inhibit-startup-message and
2617 inhibit-splash-screen.
2618 (Command-Line Arguments): vindex argv.
2619 (Suspending Emacs): vindex suspend-tty-functions and
2620 resume-tty-functions. Don't want to index every hook, but having
2621 the programming ones is helpful.
2622
603f5979
CY
26232009-11-14 Chong Yidong <cyd@stupidchicken.com>
2624
2625 * commands.texi (Motion Events): Fix typo (Bug#4907).
2626
4359a806
CY
26272009-11-08 Chong Yidong <cyd@stupidchicken.com>
2628
2629 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
2630 are affected by case-fold-search (Bug#4483).
2631
0f063651
CY
26322009-11-02 Chong Yidong <cyd@stupidchicken.com>
2633
2634 * minibuf.texi (Reading File Names): Note that read-file-name may
2635 use a graphical file dialog.
2636
9bd79893
GM
26372009-10-31 Glenn Morris <rgm@gnu.org>
2638
2639 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
2640
ebe479ec
KR
26412009-10-16 Kevin Ryde <user42@zip.com.au>
2642
2643 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
2644 in particular so `info-lookup-symbol' can find its docs.
2645
2640fa86
CY
26462009-10-16 Chong Yidong <cyd@stupidchicken.com>
2647
2648 * variables.texi (Constant Variables): Distinguish from defconst
2649 variables.
2650 (Defining Variables): Add cindex.
2651
edd6a733
CY
26522009-10-15 Chong Yidong <cyd@stupidchicken.com>
2653
2654 * os.texi (Time of Day): Clarify that the microsecond part is
2655 ignored (Bug#4637).
2656
5feb0b73
GM
26572009-10-11 Glenn Morris <rgm@gnu.org>
2658
2659 * frames.texi (Size and Position): Clarify what is included in the frame
2660 height. (Bug#4535)
2661
0c5413c8
GM
26622009-10-10 Glenn Morris <rgm@gnu.org>
2663
2664 * windows.texi (Size of Window): The relationship between window and
2665 frame heights is not so simple. (Bug#4535)
2666 Mention window-full-height-p.
2667
7f8b600a
SM
26682009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
2669
2670 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
2671 used from Lisp.
2672
6185de1c
EZ
26732009-10-07 Eli Zaretskii <eliz@gnu.org>
2674
7f8b600a
SM
2675 * files.texi (Directory Names) <abbreviate-file-name>:
2676 Document that root home directories are not replaced with "~".
6185de1c 2677
9972911f
EZ
26782009-10-06 Eli Zaretskii <eliz@gnu.org>
2679
2680 * text.texi (Special Properties): Document the meaning of the
2681 `cursor' text property whose value is an integer.
2682
2a3f19ef
MA
26832009-10-05 Michael Albinus <michael.albinus@gmx.de>
2684
2685 * files.texi (Magic File Names): Add `copy-directory'.
2686
804543b5
EZ
26872009-10-05 Eli Zaretskii <eliz@gnu.org>
2688
2689 * files.texi (File Attributes): Fix description of file
2690 attributes. (Bug#4638) Update attributes of files.texi example to
2691 be more representative.
2692
461bf92b
MA
26932009-10-05 Michael Albinus <michael.albinus@gmx.de>
2694
2695 * files.texi (Create/Delete Dirs): New command copy-directory.
2696
a86cd395
JB
26972009-10-04 Juanma Barranquero <lekktu@gmail.com>
2698
2699 * anti.texi (Antinews):
2700 * macros.texi (Indenting Macros):
2701 * strings.texi (Creating Strings, Case Conversion):
2702 Remove duplicate words.
2703
d3080264
MA
27042009-10-01 Michael Albinus <michael.albinus@gmx.de>
2705
2706 * files.texi (Create/Delete Dirs): delete-directory has an
2707 optional parameter RECURSIVE.
2708
85d14563
SM
27092009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
2710
2711 * buffers.texi (Swapping Text): Minor clarification.
2712
3d9842c6
GM
27132009-10-01 Glenn Morris <rgm@gnu.org>
2714
2715 * functions.texi (Declaring Functions): Mention that we also search for
2716 ".m" files in the src/ directory.
2717
78427304
CY
27182009-09-25 David Engster <deng@randomsample.de>
2719
3d9842c6 2720 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
78427304 2721
b578c9cc
GM
27222009-09-22 Glenn Morris <rgm@gnu.org>
2723
2724 * internals.texi (Building Emacs): Mention preloaded-file-list.
2725
beee5da7
AM
27262009-09-14 Alan Mackenzie <acm@muc.de>
2727
2728 * os.texi (Terminal Output): Put "@code{}" around "stdout".
2729
5d6ab672
CY
27302009-09-13 Chong Yidong <cyd@stupidchicken.com>
2731
2732 * functions.texi (Anonymous Functions): Rearrange discussion,
2733 giving usage of unquoted lambda forms first. Mention that
2734 `function' and `#'' are no longer required (Bug#4290).
2735
59375eeb
AM
27362009-09-11 Alan Mackenzie <acm@muc.de>
2737
a86cd395 2738 * os.texi (Terminal Output): Document `send-string-to-terminal' in
59375eeb
AM
2739 batch mode.
2740
e7e2f529
GM
27412009-09-01 Glenn Morris <rgm@gnu.org>
2742
2743 * display.texi (Face Functions): Mention define-obsolete-face-alias.
2744
eae47088
GM
27452009-08-26 Ulrich Mueller <ulm@gentoo.org>
2746
2747 * nonascii.texi (Character Codes): Fix typos.
2748
3691a0a6
MA
27492009-08-25 Michael Albinus <michael.albinus@gmx.de>
2750
2751 * processes.texi (Synchronous Processes): New defvar
2752 process-file-side-effects.
2753
664d56b8
GM
27542009-08-25 Glenn Morris <rgm@gnu.org>
2755
2756 * display.texi (Fontsets): Fix typo.
2757
0706c025
GM
2758 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
2759
03a74b84
SM
27602009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
2761
2762 * processes.texi (Asynchronous Processes): Adjust arglist of
2763 start-process-shell-command and start-file-process-shell-command.
2764
f6de8a37
CY
27652009-08-15 Chong Yidong <cyd@stupidchicken.com>
2766
4b1ed1bb
CY
2767 * advice.texi (Argument Access in Advice): Note that argument
2768 positions are zero-based (Bug#3932).
2769
89a9e058
CY
2770 * commands.texi (Distinguish Interactive): Minor copyedit.
2771
23696fd7
CY
2772 * display.texi (Face Attributes): Add xref to Displaying Faces for
2773 explanation of "underlying face".
2774
f6de8a37
CY
2775 * customize.texi (Common Keywords): Add xref to Loading.
2776
2777 * loading.texi (How Programs Do Loading): Add xref to Lisp
2778 Libraries node in the Emacs manual.
2779
417f77e6
CY
27802009-08-13 Chong Yidong <cyd@stupidchicken.com>
2781
2782 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
2783
0999039c
CY
27842009-07-18 Chong Yidong <cyd@stupidchicken.com>
2785
2786 * processes.texi (Shell Arguments): Copyedits.
2787
9af167bc
GM
27882009-07-18 Glenn Morris <rgm@gnu.org>
2789
2790 * loading.texi (Repeated Loading): Fix typo.
2791
137987ab
RS
27922009-07-16 Richard Stallman <rms@gnu.org>
2793
2794 * buffers.texi (Swapping Text): Recommend setting
2795 write-region-annotate-functions and buffer-saved-size.
2796
2797 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
2798
622fa380
GM
27992009-07-15 Glenn Morris <rgm@gnu.org>
2800
2801 * edebug.texi: Minor re-phrasings throughout.
2802 (Edebug Execution Modes): Sit-for affects continue mode too.
2803 (Jumping): Use `forward-sexp' rather than its keybinding.
2804 (Edebug Misc): Fix Q binding.
2805 (Edebug Eval): Remove cl version.
2806 (Printing in Edebug): Clarify print-length etc.
2807 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
2808 (Specification List): Remove edebug-unwrap findex entry.
2809 (Specification Examples): defmacro is actually not the same as defun.
2810 Escape "`" in example.
2811
6bbd4600
CY
28122009-07-15 Chong Yidong <cyd@stupidchicken.com>
2813
2814 * markers.texi (The Mark): Document optional arg to
2815 deactivate-mark.
2816
e538d479
GM
28172009-07-11 Kevin Ryde <user42@zip.com.au>
2818
2819 * hooks.texi (Standard Hooks): Fix cross-references.
2820
4c98b9ed
GM
2821 * loading.texi (Named Features): Refer to eval-after-load.
2822
5300838c
GM
28232009-07-11 Glenn Morris <rgm@gnu.org>
2824
64fbeb16
GM
2825 * Makefile.in (TEXI2PDF): New.
2826 (elisp.pdf): New target.
2827
4c98b9ed
GM
2828 * searching.texi (Regexp Backslash): Fix typo.
2829
2830 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5300838c 2831
51d9979c
GM
28322009-07-10 Glenn Morris <rgm@gnu.org>
2833
561c0216
GM
2834 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
2835
5b594a58
GM
2836 * customize.texi (Customization Types):
2837 * display.texi (Abstract Display):
0cc8c85a 2838 * objects.texi (Character Type, String Type):
5b594a58 2839 Merge in some menu descriptions from elisp.texi.
51d9979c 2840
c3cbbb40
GM
2841 * hash.texi (Hash Tables):
2842 * modes.texi (Multiline Font Lock):
2843 End menu description with period.
fe42c16a 2844
28528402
GM
28452009-07-09 Glenn Morris <rgm@gnu.org>
2846
2847 * back.texi: Don't hard-code texinfo location.
2848
2849 * two-volume.make (texinfodir): New, with location of texinfo.tex.
2850 (tex): Add texinfodir to TEXINPUTS.
2851 (elisp1med-init, elisp2med-init): Use texinfodir.
2852
2853 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
2854 (clean): Add two-volume.make intermediate files.
2855
2856 * elisp.texi, vol1.texi, vol2.texi:
2857 Use a DATE variable with the publication date, and update it.
2858 Fix antinews menu description.
2859
2860 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
2861 Update the detailed node listing to match elisp.texi.
2862
2863 * README: Update edition to match elisp.texi.
2864
2865 * objects.texi (General Escape Syntax):
2866 * nonascii.texi (Character Sets):
2867 Use consistent case for "Unicode Standard".
2868
2869 * anti.texi (Antinews):
2870 * customize.texi (Variable Definitions):
2871 * functions.texi (Declaring Functions):
2872 * nonascii.texi (Character Properties):
2873 * processes.texi (Serial Ports):
2874 * text.texi (Special Properties):
2875 * tips.texi (Coding Conventions):
2876 Minor rearrangements to improve TeX line-filling.
2877
2878 * commands.texi (Using Interactive): Fix cross-reference.
2879
17db8e10
JD
28802009-07-01 Jan Djärv <jan.h.d@swipnet.se>
2881
2882 * frames.texi (Management Parameters): Mention sticky.
2883
77c7e2e1
AS
28842009-07-01 Andreas Schwab <aschwab@redhat.com>
2885
2886 * help.texi (Help Functions): Fix description of help-buffer and
2887 help-setup-xref to use @defun instead of @deffn.
2888
3f1c6666
JD
28892009-07-01 Jan Djärv <jan.h.d@swipnet.se>
2890
2891 * frames.texi (Size Parameters): Mention maximized for fullscreen.
2892
ca27c21b
CY
28932009-06-24 Chong Yidong <cyd@stupidchicken.com>
2894
2895 * display.texi (Window Systems): Add ns to the list.
2896
70243478
CY
28972009-06-21 Chong Yidong <cyd@stupidchicken.com>
2898
2899 * Branch for 23.1.
2900
df006536
MR
29012009-06-17 Martin Rudalics <rudalics@gmx.at>
2902
2903 * windows.texi (Dedicated Windows): Fix typo.
2904 (Resizing Windows): Replace @defun by @deffn.
2905
d259fc4b
GM
29062009-06-17 Glenn Morris <rgm@gnu.org>
2907
2908 * variables.texi (Directory Local Variables):
2909 Update for 2009-04-11 name-change of dir-locals-directory-alist.
2910
30781db6
KH
29112009-06-09 Kenichi Handa <handa@m17n.org>
2912
2913 * nonascii.texi (Character Sets): State clearly that FROM and TO
2914 are codepoints of CHARSET.
2915
62e8099c
CY
29162009-06-07 Chong Yidong <cyd@stupidchicken.com>
2917
2918 * minibuf.texi (Reading File Names): Fix introductory text.
2919 Suggested by stan@derbycityprints.com.
2920 (High-Level Completion): Fix typo.
2921
ee1b1917
CY
29222009-05-28 Chong Yidong <cyd@stupidchicken.com>
2923
2924 * frames.texi (Text Terminal Colors): Multi-tty is already
2925 implemented, but tty-local colors are not.
2926
5df647e8
CY
29272009-05-27 Chong Yidong <cyd@stupidchicken.com>
2928
2929 * hooks.texi (Standard Hooks): Remove mention of obsolete
2930 redisplay-end-trigger-functions.
2931
2932 * internals.texi (Window Internals): Remove mention of obsolete
2933 redisplay-end-trigger-functions.
2934
01f17ae2
MR
29352009-05-21 Martin Rudalics <rudalics@gmx.at>
2936
2937 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
2938
2939 * backups.texi (Making Backups): backup-directory-alist and
2940 make-backup-file-name-function are options.
2941 (Auto-Saving): auto-save-list-file-prefix is an option.
2942
2943 * buffers.texi (Killing Buffers): buffer-offer-save is an
2944 option.
2945
2946 * display.texi (Refresh Screen): no-redraw-on-reenter is an
2947 option.
2948 (Echo Area Customization): echo-keystrokes is an option.
2949 (Selective Display): selective-display-ellipses is an option.
2950 (Temporary Displays): temp-buffer-show-function is an option.
2951 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
2952 are options.
2953 (Font Selection): face-font-family-alternatives,
2954 face-font-selection-order, face-font-registry-alternatives, and
2955 scalable-fonts-allowed are options.
2956 (Fringe Indicators): indicate-buffer-boundaries is an option.
2957 (Fringe Cursors): overflow-newline-into-fringe is an option.
2958 (Scroll Bars): scroll-bar-mode is an option.
2959
2960 * eval.texi (Eval): max-lisp-eval-depth is an option.
2961
2962 * files.texi (Visiting Functions): find-file-hook is an option.
2963 (Directory Names): directory-abbrev-alist is an option.
2964 (Unique File Names): temporary-file-directory and
2965 small-temporary-file-directory are options.
2966
2967 * frames.texi (Initial Parameters): initial-frame-alist,
2968 minibuffer-frame-alist and default-frame-alist are options.
2969 (Cursor Parameters): blink-cursor-alist and
2970 cursor-in-non-selected-windows ar options.
2971 (Window System Selections): selection-coding-system is an
2972 option.
2973 (Display Feature Testing): display-mm-dimensions-alist is an
2974 option.
2975
2976 * help.texi (Help Functions): help-char and help-event-list are
2977 options.
2978
2979 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
2980 an option.
2981
2982 * minibuf.texi (Minibuffer History): history-length and
2983 history-delete-duplicates are options.
2984 (High-Level Completion): read-buffer-function and
2985 read-buffer-completion-ignore-case are options.
2986 (Reading File Names): read-file-name-completion-ignore-case is
2987 an option.
2988
2989 * modes.texi (Mode Line Top): mode-line-format is an option.
2990 (Mode Line Variables): mode-line-position and mode-line-modes
2991 are options.
2992
2993 * nonascii.texi (Text Representations):
2994 enable-multibyte-characters is an option.
2995 (Default Coding Systems): auto-coding-regexp-alist,
2996 file-coding-system-alist, auto-coding-alist and
2997 auto-coding-functions are options.
2998 (Specifying Coding Systems): inhibit-eol-conversion is an
2999 option.
3000
3001 * os.texi (Init File): site-run-file is an option.
3002 (System Environment): mail-host-address is an option.
3003 (User Identification): user-mail-address is an option.
3004 (Terminal Output): baud-rate is an option.
3005
3006 * positions.texi (Word Motion): words-include-escapes is an
3007 option.
3008
3009 * searching.texi (Standard Regexps): page-delimiter,
3010 paragraph-separate, paragraph-separate and sentence-end are
3011 options.
3012
3013 * text.texi (Margins): left-margin and fill-nobreak-predicate
3014 are options.
3015
3016 * variables.texi (Local Variables): max-specpdl-size is an
3017 option.
3018
3019 * windows.texi (Choosing Window):
3020 split-window-preferred-function, special-display-function and
3021 display-buffer-function are options.
3022
106e6894
CY
30232009-05-20 Chong Yidong <cyd@stupidchicken.com>
3024
4a83454d
CY
3025 Fix errors spotted by Martin Rudalics.
3026
106e6894
CY
3027 * syntax.texi (Position Parse): Document rationale for ignored
3028 arguments to syntax-ppss-flush-cache.
3029
3030 * processes.texi (Input to Processes): Mark PROCESS arg to
3031 process-running-child-p as optional.
3032 (Network Options): Document NO-ERROR arg to
3033 set-network-process-option.
3034
3035 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
3036 command.
3037
3038 * searching.texi (POSIX Regexps): Mark posix-search-forward and
3039 posix-search-backward as commands.
3040
3041 * os.texi (Killing Emacs): Mark kill-emacs as a command.
3042 (Suspending Emacs): Mark suspend-emacs as a command.
3043 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
3044 commands.
5dcb4c4e
SM
3045 (Terminal Output): Remove obsolete function baud-rate.
3046 Document TERMINAL arg for send-string-to-terminal.
106e6894
CY
3047
3048 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
3049 terminal-coding-system and set-terminal-coding-system.
3050 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
3051 as optional.
3052 (Character Sets): Document RESTRICTION arg of char-charset.
3053 (Character Codes): Mark POS argument to get-byte as optional.
3054
3055 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
3056 minibuffer-message.
3057
3058 * files.texi (Create/Delete Dirs): Mark make-directory and
3059 delete-directory as commands.
3060
3061 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
3062
3063 * text.texi (Base 64): Mark base64-decode-string and
3064 base64-encode-string as commands.
3065 (Columns): Mark move-to-column as a command.
3066 (Mode-Specific Indent): Document RIGID arg to
3067 indent-for-tab-command.
3068 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
3069 Mark indent-code-rigidly as a command.
3070 (Substitution): Mark translate-region as a command.
3071
3072 * frames.texi (Size and Position): Remove obsolete functions
3073 screen-height and screen-width.
3074
04173931
CY
30752009-05-19 Chong Yidong <cyd@stupidchicken.com>
3076
3077 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
3078 (Displaying Buffers, Resizing Windows): Correct mistakes;
3079 next-window, previous-window, and pop-to-buffer are not commands,
3080 and fit-window-to-buffer" is a command. (Pointed out by Martin
3081 Rudalics.)
3082
eae7d8f8
RS
30832009-05-17 Richard M Stallman <rms@gnu.org>
3084
3085 * modes.texi (Precalculated Fontification): Clarify text.
3086
b8766179
MR
30872009-05-17 Martin Rudalics <rudalics@gmx.at>
3088
3089 * windows.texi (Selecting Windows): Clarify descriptions of
3090 with-selected-window and get-lru-window.
3091 (Cyclic Window Ordering): Refer to particular frame when talking
3092 about how splitting affects the ordering.
3093 (Displaying Buffers): Fix descriptions of switch-to-buffer and
3094 switch-to-buffer-other-window. Explain how setting of
3095 display-buffer-reuse-frames affects pop-to-buffer.
3096 (Choosing Window): Clarify some details in descriptions of
3097 display-buffer-reuse-frames, pop-up-frames, and
3098 pop-up-frame-function.
3099 (Dedicated Windows): Clarify some details.
3100 (Textual Scrolling): Replace term vscroll by term vertical
3101 scroll position.
3102 (Vertical Scrolling): Fix typo.
3103 (Window Hooks): Relate text on jit-lock-register to window
3104 scrolling and size changes.
3105
734b5e3b
CY
31062009-05-14 Chong Yidong <cyd@stupidchicken.com>
3107
0a65633e
CY
3108 * frames.texi (Initial Parameters): Clarify what the initial
3109 minibuffer frame is.
05be46d7
CY
3110 (Buffer Parameters): Note that the minibuffer parameter can not be
3111 altered.
0a65633e 3112
734b5e3b
CY
3113 * anti.texi (Antinews): Copyedits. Rearrange some entries.
3114 Document display-buffer changes.
3115
925672cd
CY
31162009-05-13 Chong Yidong <cyd@stupidchicken.com>
3117
17ecd7af
CY
3118 * anti.texi (Antinews): Rewrite for Emacs 22.
3119
925672cd
CY
3120 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
3121 obarrays are first mentioned. Define "system abbrev" more
3122 prominently, and add it to the index.
3123 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
3124 Copyedits.
3125 (Abbrev Expansion): Document abbrev-insert.
3126
80be4dd7
CY
31272009-05-12 Chong Yidong <cyd@stupidchicken.com>
3128
3129 * frames.texi (Font and Color Parameters): Rename from Color
3130 Parameters. Document font-backend parameter.
3131
3132 * vol2.texi (Top): Update node listing.
3133 * vol1.texi (Top): Update node listing.
3134 * elisp.texi (Top): Update node listing.
3135
372a93ac
MR
31362009-05-11 Martin Rudalics <rudalics@gmx.at>
3137
3138 * windows.texi (Choosing Window): Don't explicitly refer to
3139 split-window-sensibly's window argument in descriptions of
3140 split-height-threshold and split-width-threshold.
3141
714c3541
MR
31422009-05-10 Martin Rudalics <rudalics@gmx.at>
3143
3144 * windows.texi (Choosing Window): Fix rewrite of window
3145 splitting section.
3146
0e90e7be
EZ
31472009-05-09 Eli Zaretskii <eliz@gnu.org>
3148
f4e90db0
SM
3149 * nonascii.texi (Default Coding Systems):
3150 Document find-auto-coding, set-auto-coding, and auto-coding-alist.
5dcb4c4e 3151 Add indexing.
0e90e7be
EZ
3152 (Lisp and Coding Systems): Add index entries.
3153
d3c0c321
MR
31542009-05-09 Martin Rudalics <rudalics@gmx.at>
3155
3156 * windows.texi (Choosing Window): Describe split-window-sensibly
3157 and rewrite section on window splitting accordingly.
3158 (Textual Scrolling): Replace `...' by @code{...}.
3159
c773345a
CY
31602009-05-04 Chong Yidong <cyd@stupidchicken.com>
3161
ee2d5b5e
CY
3162 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
3163 Remove obsoleted pre-abbrev-expand-hook.
3164
3165 * locals.texi (Standard Buffer-Local Variables): Consolidate table
3166 entries.
3167
c773345a
CY
3168 * internals.texi (Object Internals): Don't assume 32-bit machines
3169 are the norm.
3170 (Buffer Internals): Consolidate table entries for readability.
ee2d5b5e
CY
3171 (Window Internals): Synch field names to window.h.
3172 (Process Internals): Synch field names to process.h.
c773345a 3173
dd449674
CY
31742009-04-29 Chong Yidong <cyd@stupidchicken.com>
3175
3176 * variables.texi (File Local Variables): Note that read-circle is
3177 bound to nil when reading file-local variables.
3178
3179 * streams.texi (Input Functions): Document read-circle.
3180 (Output Variables): Add xref to Circular Objects.
3181
4f1e25e2
CY
31822009-04-25 Chong Yidong <cyd@stupidchicken.com>
3183
3184 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
3185 Features and Coding System Basics. Node that "p" stands for
3186 "predicate". Recommend utf-8-emacs instead of emacs-mule.
3187 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
3188 mouse-appearance-menu.
3189 (Programming Tips): Add xref to Progress.
3190
dca019f8
CY
31912009-04-22 Chong Yidong <cyd@stupidchicken.com>
3192
5dcb4c4e
SM
3193 * os.texi (Command-Line Arguments):
3194 Document command-line-args-left.
dca019f8
CY
3195 (Suspending Emacs): Adapt text to multi-tty case. Document use of
3196 terminal objects for tty arguments.
3197 (Startup Summary): Add xref to Session Management.
3198 (Session Management): Mention emacs-session-restore. Copyedits.
3199
02a89103
CY
32002009-04-20 Chong Yidong <cyd@stupidchicken.com>
3201
3202 * os.texi (Startup Summary): Copyedits. The init file is not
3203 necessarily named .emacs now. Document initial-buffer-choice and
3204 initial-scratch-message. Note where Emacs exits in batch mode.
3205 Document inhibit-splash-screen as an alias.
3206 (Init File): Be neutral about which init file name to use.
3207
32082009-04-16 Chong Yidong <cyd@stupidchicken.com>
3209
3210 * os.texi (System Interface): Fix Texinfo usage.
3211
0c1cfe01
CY
32122009-04-15 Chong Yidong <cyd@stupidchicken.com>
3213
80d7cdca
CY
3214 * searching.texi (Regexp Backslash): Also refer to shy groups as
3215 non-capturing or unnumbered groups.
3216 (Regexp Functions): Add cross-reference to Regexp Backslash.
3217
0c1cfe01
CY
3218 * display.texi (Truncation): Overlays can use line-prefix and
3219 wrap-prefix too.
3220 (Overlay Properties): Document wrap-prefix and line-prefix.
3221 (Face Attributes): Document underline-minimum-offset.
3222 (Face Remapping): Copyedits.
3223 (Low-Level Font): Copyedits.
3224 (Image Cache): Note that the image cache is shared between frames.
ed8ab760
CY
3225 (Line Height): Emphasize that line-spacing only takes effect on
3226 graphical terminals.
0c1cfe01 3227
c4adeee0
CY
32282009-04-13 Chong Yidong <cyd@stupidchicken.com>
3229
3230 * display.texi (Refresh Screen): Note that a passage about screen
3231 refreshing is text terminal only.
3232 (Forcing Redisplay): Delete misleading comment---sit-for calls
3233 redisplay, not the other way around.
3234 (Truncation): Note new values of truncate-partial-width-windows.
3235 Copyedits.
3236 (Invisible Text): Document invisible-p.
3237
b20ecfa1
EZ
32382009-04-11 Eli Zaretskii <eliz@gnu.org>
3239
3240 * display.texi (Overlays): Overlays don't scale well. See
3241 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
3242
97d8273f
CY
32432009-04-10 Chong Yidong <cyd@stupidchicken.com>
3244
f147ff75
CY
3245 * syntax.texi (Syntax Table Functions): Document cons cell
3246 argument for modify-syntax-entry.
3247 (Categories): Document cons cell argument for
3248 modify-category-entry.
3249
fca4ec76
CY
3250 * searching.texi (String Search): Document word-search-forward-lax
3251 and word-search-backward-lax.
3252 (Searching and Case): Describe isearch behavior more precisely.
3253
9c283d5b
CY
3254 * keymaps.texi (Tool Bar): Mention that some platforms do not
3255 support multi-line toolbars. Suggested by Stephen Eglen.
3256
3257 * frames.texi (Layout Parameters): Mention that Nextstep also
3258 allows only one tool-bar line. Suggested by Stephen Eglen.
3259
97d8273f
CY
3260 * nonascii.texi (Text Representations): Copyedits.
3261 (Coding System Basics): Also mention utf-8-emacs.
3262 (Converting Representations, Selecting a Representation)
3263 (Scanning Charsets, Translation of Characters, Encoding and I/O):
3264 Copyedits.
3265 (Character Codes): Mention role of codepoints 1114112 to 4194175.
3266
2bad3299
CY
32672009-04-09 Chong Yidong <cyd@stupidchicken.com>
3268
3269 * text.texi (Yank Commands): Note that yank uses push-mark.
5dcb4c4e
SM
3270 (Filling): Clarify REGION argument of fill-paragraph.
3271 Document fill-forward-paragraph-function.
2bad3299
CY
3272 (Special Properties): Remove "new in Emacs 22" declaration.
3273 (Clickable Text): Merge with Links and Mouse-1 node.
3274
5dcb4c4e
SM
3275 * display.texi (Button Properties, Button Buffer Commands):
3276 Change xref to Clickable Text.
2bad3299
CY
3277
3278 * tips.texi (Key Binding Conventions): Change xref to Clickable
3279 Text.
3280
3281 * elisp.texi (Top): Update node listing.
3282
ea30ce4f
CY
32832009-04-05 Chong Yidong <cyd@stupidchicken.com>
3284
47af2f4b
CY
3285 * markers.texi (The Mark): Copyedits. Improve description of
3286 handle-shift-selection.
3287 (The Region): Move use-region-p here from The Mark.
3288
ea30ce4f
CY
3289 * positions.texi (Screen Lines): Document (cols . lines) argument
3290 for vertical-motion.
3291
2aa8ea6e
CY
32922009-04-04 Chong Yidong <cyd@stupidchicken.com>
3293
3ec61d4e
CY
3294 * frames.texi (Frames): Clean up introduction. Document `ns'
3295 return value for framep.
3296 (Creating Frames): Note how the terminal is chosen.
3297 (Multiple Terminals, Multiple Displays): Merge into a single node.
3298 (Color Parameters): Fix typo.
3299
3300 * variables.texi (Local Variables, Buffer-Local Variables)
3301 (Creating Buffer-Local): Change link to Multiple Terminals.
3302
3303 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
3304
3305 * keymaps.texi (Controlling Active Maps): Change link to Multiple
3306 Terminals.
3307
3308 * commands.texi (Command Loop Info, Keyboard Macros): Change link
3309 to Multiple Terminals.
3310
3311 * elisp.texi (Top): Update node listing.
3312 * vol2.texi (Top): Update node listing.
3313 * vol1.texi (Top): Update node listing.
3314
9257072f
CY
3315 * buffers.texi (Current Buffer): Note that the append-to-buffer
3316 example is no longer in synch with the latest code. Tie the two
3317 examples together.
3318
2aa8ea6e
CY
3319 * files.texi (File Attributes): Move note about MS-DOS from
3320 Changing Files to File Attributes.
3321 (Create/Delete Dirs): Note that mkdir is an alias for this.
3322
22e74b17
CY
33232009-04-01 Markus Triska <triska@gmx.at>
3324
3325 * processes.texi (Filter Functions): Suggest how to handle output
3326 batches.
3327
4bbe48ec
CY
33282009-03-30 Chong Yidong <cyd@stupidchicken.com>
3329
3330 * help.texi (Accessing Documentation): Update example to use
3331 help-setup-xref and with-help-window.
3332 (Help Functions): Remove print-help-return-message, which is
3333 semi-obsolete due to with-help-window. Document help-buffer and
3334 help-setup-xref.
3335
b9723f39
CY
33362009-03-29 Chong Yidong <cyd@stupidchicken.com>
3337
5dcb4c4e
SM
3338 * help.texi (Accessing Documentation, Help Functions):
3339 Remove information about long-obsolete Emacs versions.
9eb52e90 3340
b9723f39
CY
3341 * modes.texi (Mode Line Variables): The default values of the mode
3342 line variables are now more complicated.
3343
b0cc32db
CY
33442009-03-28 Chong Yidong <cyd@stupidchicken.com>
3345
3c25a5a9
CY
3346 * modes.texi (Major Mode Conventions): Note that specialness is
3347 inherited.
31c9eebb
CY
3348 (Derived Modes): Note that define-derive-mode sets the mode-class
3349 property.
3c25a5a9 3350
b0cc32db
CY
3351 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
3352 goto-map. Add search-map to the list.
3353
c5e0006d
EZ
33542009-03-27 Eli Zaretskii <eliz@gnu.org>
3355
1213465a
EZ
3356 * os.texi (System Environment): Update the list of system-type
3357 values.
3358
c5e0006d
EZ
3359 * markers.texi (The Mark) <handle-shift-selection>: Update for
3360 removal of the optional argument DEACTIVATE.
3361
48bab3d6
CY
33622009-03-25 Chong Yidong <cyd@stupidchicken.com>
3363
3364 * commands.texi (Focus Events): Most X window managers don't use
3365 focus-follows-mouse nowadays.
3366
6e4ff1b6
CY
33672009-03-24 Chong Yidong <cyd@stupidchicken.com>
3368
3369 * commands.texi (Defining Commands): Clarify introduction.
3370 (Using Interactive): Not that interactive can be put in a symbol
3371 property.
3372 (Interactive Call): Note that a symbol with a non-nil
3373 interactive-form property satisfies commandp.
3374
11625308
JB
33752009-03-23 Juanma Barranquero <lekktu@gmail.com>
3376
3377 * minibuf.texi (Intro to Minibuffers): Fix typos.
3378
7b34420d
CY
33792009-03-23 Chong Yidong <cyd@stupidchicken.com>
3380
3381 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
5dcb4c4e
SM
3382 about minibuffers in old Emacs versions. Copyedits.
3383 Emphasize that enable-recursive-minibuffers defaults to nil.
7b34420d
CY
3384 (Text from Minibuffer): Simplify introduction.
3385
f9257eed
AM
33862009-03-22 Alan Mackenzie <acm@muc.de>
3387
3388 * commands.texi (Using Interactive): Clarify string argument to
3389 `interactive' - even promptless elements need \n separators.
3390
f639ba70
CY
33912009-03-18 Chong Yidong <cyd@stupidchicken.com>
3392
3393 * minibuf.texi (Completion Styles): New node.
3394
3395 * elisp.texi (Top): Update node listing.
3396
d897e8ee
CY
33972009-03-17 Chong Yidong <cyd@stupidchicken.com>
3398
3399 * minibuf.texi (Basic Completion): Note that
3400 read-file-name-completion-ignore-case and
3401 read-buffer-completion-ignore-case can override
3402 completion-ignore-case.
3403 (Minibuffer Completion): Document completing-read changes.
3404 (Completion Commands): Avoid mentioning partial completion mode.
3405 Document minibuffer-completion-confirm changes, and
3406 minibuffer-confirm-exit-commands.
3407 (High-Level Completion): Document new require-match behavior for
3408 read-buffer. Document read-buffer-completion-ignore-case.
3409 (Reading File Names): Document new require-match behavior for
3410 read-file-name.
3411
b1f23349
CY
34122009-03-14 Chong Yidong <cyd@stupidchicken.com>
3413
3414 * debugging.texi (Error Debugging): Don't mislead the reader into
3415 thinking that debug-on-error enters debugger for C-f at EOB.
3416 (Error Debugging): Setting debug-on-init within the init file
3417 works, and has for some time.
3418
d6eb4e25
KH
34192009-03-13 Kenichi Handa <handa@m17n.org>
3420
3421 * display.texi (Fontsets): Update the description.
3422
1cf53dc5
CY
34232009-03-13 Chong Yidong <cyd@stupidchicken.com>
3424
3425 * advice.texi (Advising Primitives): Link to What Is a Function.
3426
81f919fc
CY
34272009-03-12 Chong Yidong <cyd@stupidchicken.com>
3428
cf4229eb
CY
3429 * compile.texi (Speed of Byte-Code): Update example.
3430 (Disassembly): Update examples.
3431
81f919fc 3432 * loading.texi (Repeated Loading): Simplify examples.
f2bbc08c
CY
3433
3434 * customize.texi (Common Keywords): It's not necessary to use :tag
3435 to remove hyphens, as custom-unlispify-tag-name does it
3436 automatically.
5dcb4c4e
SM
3437 (Variable Definitions): Link to File Local Variables.
3438 Document customized-value symbol property.
f2bbc08c
CY
3439 (Customization Types): Move menu to end of node.
3440
955964d7
CY
34412009-03-10 Chong Yidong <cyd@stupidchicken.com>
3442
3443 * macros.texi (Compiling Macros): Omit misleading sentence, which
3444 implied that macros can only be used in the same file they are
3445 defined.
3446 (Backquote): Remove obsolete information about Emacs 19.
3447
d25ed7db
GM
34482009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
3449
3450 * display.texi (Display Margins): Fix paren typo.
3451
d55f6ca5
CY
34522009-02-27 Chong Yidong <cyd@stupidchicken.com>
3453
f0e57ed8
CY
3454 * elisp.texi (Top): Update node listing.
3455
3456 * variables.texi (Variables): Clarify introduction.
3457 (Global Variables): Mention that setq is a special form.
3458 (Local Variables): Use active voice.
3459 (Tips for Defining): Mention marking variables as safe.
3460 (Buffer-Local Variables): Mention terminal-local and frame-local
3461 variables together.
3462 (File Local Variables): Copyedits.
3463 (Frame-Local Variables): Note that they are not really useful.
3464 (Future Local Variables): Node deleted.
3465
d55f6ca5 3466 * objects.texi (General Escape Syntax): Update explanation of
fe7a3057 3467 Unicode escape syntax.
d55f6ca5 3468
ca8f09a8
CY
34692009-02-23 Chong Yidong <cyd@stupidchicken.com>
3470
3471 * control.texi (Control Structures): Add cindex entry for "textual
3472 order".
3473
3474 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
3475 instead of "expression" throughout.
3476 (Function Indirection): Copyedits. Use active voice.
3477 (Eval): The default value of max-lisp-eval-depth is now 400.
3478
a20878b6
MB
34792009-02-23 Miles Bader <miles@gnu.org>
3480
3481 * processes.texi (System Processes): Rename `system-process-attributes'
3482 to `process-attributes'.
3483
61f66044
CY
34842009-02-22 Chong Yidong <cyd@stupidchicken.com>
3485
1b80d1f3
CY
3486 * symbols.texi (Property Lists): Emphasize that property lists are
3487 not restricted to symbol cells.
3488 (Other Plists): Copyedit.
3489
61f66044
CY
3490 * sequences.texi (Sequences Arrays Vectors): Make introduction
3491 more concise.
3492 (Arrays): Mention char-tables and bool-vectors too.
3493 (Vectors): Don't repeat information given in Arrays node. Link to
3494 nodes that explain the vector usage examples.
3495 (Char-Tables): Note that char-table elements can have arbitrary
3496 type. Explain effect of omitted char-table-extra-slots property.
8a63cf41 3497 Link to Property Lists node.
61f66044 3498
9403944b
CY
34992009-02-22 Chong Yidong <cyd@stupidchicken.com>
3500
3501 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
3502 `append'.
4068c7b4 3503 (List Elements): Copyedits.
9403944b
CY
3504
3505 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
3506 of `vconcat'.
3507
3508 * strings.texi (Creating Strings): Copyedits. Remove obsolete
3509 Emacs 20 usage of `concat'.
3510 (Case Conversion): Copyedits.
3511
b87a185f
CY
35122009-02-21 Chong Yidong <cyd@stupidchicken.com>
3513
3514 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
3515 Minor edits.
3516 (Frame Configuration Type): Emphasize that it is not primitive.
3517 (Font Type): New node.
3518 (Type Predicates): Add fontp; type-of now recognizes font object
3519 types.
3520
3521 * intro.texi (Version Info): Update version numbers in examples.
3522 (Acknowledgements): List more contributors.
3523
3524 * elisp.texi: Bump version number to 3.0.
3525 (Top): Link to Font Type node.
3526
867d4bb3
JB
35272009-02-20 Juanma Barranquero <lekktu@gmail.com>
3528
3529 * modes.texi (Major Mode Conventions): Remove duplicate words.
3530 (Customizing Keywords): Fix typo.
3531
77730170
EZ
35322009-02-14 Eli Zaretskii <eliz@gnu.org>
3533
3534 * nonascii.texi (User-Chosen Coding Systems): Document that
3535 select-safe-coding-system suggests raw-text if there are raw bytes
3536 in the region.
3537 (Explicit Encoding): Warn not to use `undecided' when encoding.
3538
c8736212
GM
35392009-02-11 Glenn Morris <rgm@gnu.org>
3540
3541 * frames.texi (Visibility of Frames): Mention the effect multiple
3542 workspaces/desktops can have on visibility.
3543
ab992d66
EZ
35442009-02-07 Eli Zaretskii <eliz@gnu.org>
3545
c8736212
GM
3546 * text.texi (Commands for Insertion):
3547 * commands.texi (Event Mod):
3548 * keymaps.texi (Searching Keymaps):
5dcb4c4e
SM
3549 * nonascii.texi (Translation of Characters):
3550 Reinstate documentation of translation-table-for-input.
7d2a859f
EZ
3551 (Explicit Encoding): Document the `charset' text property produced
3552 by decode-coding-region and decode-coding-string.
ab992d66 3553
e651a255
AM
35542009-01-27 Alan Mackenzie <acm@muc.de>
3555
3556 * modes.texi (Search-based Fontification): Correct a typo.
3557
bc5cde4b
JB
35582009-01-25 Juanma Barranquero <lekktu@gmail.com>
3559
3560 * abbrevs.texi (Abbrev Table Properties): Fix typo.
3561 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
3562
3533155b
EZ
35632009-01-24 Eli Zaretskii <eliz@gnu.org>
3564
f721deda
EZ
3565 * display.texi (Window Systems): Document the value of
3566 `initial-window-system' under --daemon.
3567
3533155b
EZ
3568 * os.texi (System Environment): Remove description of the
3569 `environment' function which has been deleted.
3570
f79b43b2
DN
35712009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
3572
3573 * frames.texi (Multiple Displays): Remove documentation for
3574 removed function make-frame-on-tty.
3575
e3aa6669
CY
35762009-01-22 Chong Yidong <cyd@stupidchicken.com>
3577
3578 * files.texi (Format Conversion Piecemeal): Clarify behavior of
5dcb4c4e
SM
3579 write-region-annotate-functions.
3580 Document write-region-post-annotation-function.
e3aa6669 3581
fb13a416
CY
35822009-01-19 Chong Yidong <cyd@stupidchicken.com>
3583
3584 * display.texi (Font Lookup): Document WIDTH argument of
3585 x-list-fonts.
3586
02eccf6b
EZ
35872009-01-17 Eli Zaretskii <eliz@gnu.org>
3588
ead3f58d
EZ
3589 * maps.texi (Standard Keymaps): Rename function-key-map to
3590 local-function-key-map.
3591
3592 * keymaps.texi (Translation Keymaps): Rename function-key-map to
3593 local-function-key-map.
3594
3595 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
3596 and `set-keyboard-coding-system' now accept an optional terminal
3597 argument.
3598
3599 * commands.texi (Event Mod): `keyboard-translate-table' is now
3600 terminal-local.
3601 (Function Keys): Rename function-key-map to
3602 local-function-key-map.
3603
df05a163
EZ
3604 * elisp.texi (Top): Make @detailmenu be consistent with changes in
3605 frames.texi.
3606
0ed8034e 3607 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
490f1197
EZ
3608 `delete-terminal-functions', `suspend-tty-functions' and
3609 `resume-tty-functions'.
0ed8034e
EZ
3610
3611 * frames.texi (Frames): Document `frame-terminal' and
3612 `terminal-live-p'.
3613 (Multiple Displays): Document `make-frame-on-tty'.
3614 (Multiple Terminals): Document `terminal-list', `delete-terminal',
3615 `terminal-name', and `get-device-terminal'.
490f1197
EZ
3616 (Terminal Parameters): Document `terminal-parameters',
3617 `terminal-parameter', and `set-terminal-parameter'.
0ed8034e
EZ
3618
3619 * os.texi (System Environment): Document `environment' and
3620 `initial-environment'.
490f1197
EZ
3621 (Suspending Emacs): Update for multi-tty; document
3622 `suspend-tty', `resume-tty', and `controlling-tty-p'.
0ed8034e 3623
02eccf6b
EZ
3624 * nonascii.texi (Coding System Basics): More accurate description
3625 of `raw-text'.
3626
f19fea97
JB
36272009-01-12 Juanma Barranquero <lekktu@gmail.com>
3628
3629 * display.texi (Low-Level Font): Fix typo.
3630
16fa292f
CY
36312009-01-10 Chong Yidong <cyd@stupidchicken.com>
3632
3633 * elisp.texi (Top): Update node listing.
3634
3635 * display.texi (PostScript Images): Node deleted.
3636
0b4faef3
EZ
36372009-01-10 Eli Zaretskii <eliz@gnu.org>
3638
3355f04d
EZ
3639 * processes.texi (Decoding Output): Document that null bytes force
3640 no-conversion for reading process output.
3641
3642 * files.texi (Reading from Files): Document that null bytes force
3643 no-conversion when visiting files.
3644
11625308 3645 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
538395d9 3646
5dcb4c4e
SM
3647 * nonascii.texi (Lisp and Coding Systems):
3648 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
c06ea95e 3649 (Character Properties): Improve wording.
0b4faef3 3650
ce9cf065
CY
36512009-01-09 Chong Yidong <cyd@stupidchicken.com>
3652
3653 * display.texi (Font Lookup): Remove obsolete function
3654 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
3655 (Low-Level Font): Rename from Fonts, move to end of Faces section.
5dcb4c4e
SM
3656 (Font Selection): Reorder order of variable descriptions.
3657 Minor clarifications.
ce9cf065
CY
3658
3659 * elisp.texi (Top): Update node listing.
3660
ab756fb3
GM
36612009-01-09 Glenn Morris <rgm@gnu.org>
3662
3663 * commands.texi (Command Loop Info): Say that last-command-char and
3664 last-input-char are obsolete aliases.
3665
3666 * edebug.texi (Edebug Recursive Edit): Remove separate references to
3667 last-input-char and last-command-char, since they are just aliases for
3668 last-input-event and last-command-event.
3669
3670 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
3671 last-command-char.
3672
6b2b8ab1
CY
36732009-01-08 Chong Yidong <cyd@stupidchicken.com>
3674
3675 * elisp.texi: Update node listing.
3676
3677 * display.texi (Faces): Put Font Selection node after Auto Faces.
5dcb4c4e
SM
3678 (Face Attributes): Don't link to Font Lookup.
3679 Document font-family-list.
6b2b8ab1
CY
3680 (Fonts): New node.
3681
3568e767
JR
36822009-01-08 Jason Rumney <jasonr@gnu.org>
3683
3684 * frames.texi (Pointer Shape): Clarify that only X supports
5ce6e4f4 3685 changing the standard pointer shapes. (Bug#1485)
3568e767 3686
6221c8db
CY
36872009-01-08 Chong Yidong <cyd@stupidchicken.com>
3688
3689 * display.texi (Attribute Functions): Note that a function value
3690 :height is relative, and that compatibility functions work by
3691 calling set-face-attribute.
3692 (Displaying Faces): Reorder list in order of increasing priority.
3693 (Face Remapping): New node. Content moved here from Displaying
3694 Faces.
3695 (Glyphs): Link to Face Functions.
3696
e3d3799a
CY
36972009-01-08 Chong Yidong <cyd@stupidchicken.com>
3698
3699 * display.texi (Faces): Don't discuss face id here. facep does
3700 not return t.
3701 (Defining Faces): Minor clarification.
3702 (Face Attributes): Rearrange items to match docstring of
3703 set-face-attribute. Add :foundry attribute. Document new role of
3704 :font attribute. Texinfo usage fix.
3705 (Attribute Functions): Copyedits.
3706 (Face Functions): Note that face number is seldom used.
3707
638a2457
RS
37082009-01-05 Richard M Stallman <rms@gnu.org>
3709
3710 * strings.texi (Predicates for Strings): Minor clarification.
3711
3712 * functions.texi (Function Safety): Texinfo usage fix.
3713
49ea0074
JB
37142009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny patch)
3715
3716 * objects.texi (General Escape Syntax): Fix typo.
3717
9f822178
MR
37182009-01-03 Martin Rudalics <rudalics@gmx.at>
3719
3720 * windows.texi (Choosing Window): Say that pop-up-frame-alist
3721 works via the default value of pop-up-frame-function.
3722
af34ad36
EZ
37232009-01-02 Eli Zaretskii <eliz@gnu.org>
3724
3725 * processes.texi (System Processes): Document the `time' and
3726 `ctime' attributes of `system-process-attributes'.
3727
d31f6679
CY
37282009-01-01 Chong Yidong <cyd@stupidchicken.com>
3729
3730 * display.texi (Face Attributes): Clarify :height attribute.
3731
174dc00c
MR
37322008-12-31 Martin Rudalics <rudalics@gmx.at>
3733
3734 * buffers.texi (The Buffer List): Clarify what moves a buffer to
3735 the front of the buffer list. Add entries for `last-buffer' and
3736 `unbury-buffer'.
3737
b8afe7e4
EZ
37382008-12-27 Eli Zaretskii <eliz@gnu.org>
3739
d14030f5
EZ
3740 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
3741 and its subsections.
3742
3743 * frames.texi (Multiple Terminals, Low-level Terminal)
3744 (Terminal Parameters, Frames on Other TTY devices): New sections.
3745 (Frames): Add an xref to "Multiple Terminals".
3746
765980a4
EZ
3747 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
3748
3749 * objects.texi (Terminal Type): New node.
3750 (Editing Types): Add it to the menu.
3751
47bd5577
EZ
3752 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
3753 Variables".
3754
eb22b78c 3755 * variables.texi (Directory Local Variables): New node.
47bd5577 3756 (Variables): Add a menu item for it.
eb22b78c 3757
b8afe7e4
EZ
3758 * loading.texi (Autoload): Document `generate-autoload-cookie' and
3759 `generated-autoload-file'.
3760
77bb0476
EZ
37612008-12-20 Eli Zaretskii <eliz@gnu.org>
3762
028e2c19
EZ
3763 * os.texi (Startup Summary): Add xref to documentation of
3764 `initial-window-system'.
3765
77bb0476
EZ
3766 * display.texi (Window Systems): Document `window-system' the
3767 function. The variable `window-system' is now frame-local.
028e2c19 3768 Document `initial-window-system'.
77bb0476 3769
dda87836
MR
37702008-12-19 Martin Rudalics <rudalics@gmx.at>
3771
3772 * windows.texi (Windows): Rewrite description of
3773 fit-window-to-buffer.
3774
caef3ed2
GM
37752008-12-13 Glenn Morris <rgm@gnu.org>
3776
3777 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
3778 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
3779
21c58e4d
GM
37802008-12-12 Glenn Morris <rgm@gnu.org>
3781
3782 * debugging.texi (Error Debugging): Refer forwards to
3783 eval-expression-debug-on-error.
3784
af38459f
EZ
37852008-12-05 Eli Zaretskii <eliz@gnu.org>
3786
5dedd9b5
EZ
3787 * strings.texi (String Basics): Only unibyte strings that
3788 represent key sequences hold 8-bit raw bytes.
3789
af38459f
EZ
3790 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
3791 paragraph to speak about `undecided'.
3792 (Character Properties): Don't explain the meaning of each
3793 property; instead, identify their Unicode Standard names.
b3f1f4a5 3794 (Character Sets): Document `map-charset-chars'.
af38459f 3795
fa047ae7
GM
37962008-12-02 Glenn Morris <rgm@gnu.org>
3797
3798 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
3799 section yet again.
3800
47dbc044
EZ
38012008-11-29 Eli Zaretskii <eliz@gnu.org>
3802
98d05998
EZ
3803 * nonascii.texi (Character Properties): New Section.
3804 (Specifying Coding Systems): Document
3805 `coding-system-priority-list', `set-coding-system-priority', and
3806 `with-coding-priority'.
3807 (Lisp and Coding Systems): Document `check-coding-systems-region'
3808 and `coding-system-charset-list'.
3809 (Coding System Basics): Document `coding-system-aliases'.
3810
3811 * elisp.texi (Top): Add a @detailmenu entry for "Character
3812 Properties".
3813
47dbc044
EZ
3814 * objects.texi (Character Type): Correct the range of Emacs
3815 characters. Add an @xref to "Character Codes".
3816
3817 * strings.texi (String Basics): Add an @xref to "Character Codes".
3818
3819 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
3820
3821 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
3822 (Character Codes): Document `max-char'.
3823
8b80cdf5
EZ
38242008-11-28 Eli Zaretskii <eliz@gnu.org>
3825
3826 * nonascii.texi (Text Representations, Converting Representations)
3827 (Character Sets, Scanning Charsets, Translation of Characters):
3828 Make text more accurate.
3829
a99dceba
GM
38302008-11-28 Glenn Morris <rgm@gnu.org>
3831
3832 * files.texi (Format Conversion Round-Trip): Improve previous change.
3833
f6dc3bed
CY
38342008-11-26 Chong Yidong <cyd@stupidchicken.com>
3835
3836 * modes.texi (Auto Major Mode): Fix example.
3837
5da9413d
GM
38382008-11-25 Glenn Morris <rgm@gnu.org>
3839
3840 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
3841
3842 * files.texi (Format Conversion Round-Trip):
3843 Use active voice for previous change.
3844
fcca848c
CY
38452008-11-25 Chong Yidong <cyd@stupidchicken.com>
3846
3847 * os.texi (Processor Run Time):
3848 * processes.texi (Transaction Queues):
3849 * markers.texi (The Mark):
3850 * windows.texi (Choosing Window, Selecting Windows):
3851 * files.texi (Changing Files, Magic File Names):
3852 * commands.texi (Key Sequence Input):
3853 * functions.texi (Declaring Functions):
3854 * strings.texi (Predicates for Strings):
3855 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
3856
36c8dc54
CY
38572008-11-24 Chong Yidong <cyd@stupidchicken.com>
3858
3859 * help.texi (Accessing Documentation): Update example.
3860
3861 * variables.texi (Defining Variables): Note that `*' is not
3862 necessary if defcustom is used.
3863
2a79b242
EZ
38642008-11-22 Eli Zaretskii <eliz@gnu.org>
3865
3866 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
3867 Characters" from @detailmenu.
3868
3869 * nonascii.texi (Character Codes, Character Sets)
3870 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
3871 (Chars and Bytes, Splitting Characters): Sections removed.
3872
392f0d26
LK
38732008-11-22 Lute Kamstra <lute@gnu.org>
3874
3875 * positions.texi (Text Lines): Update goto-line documentation.
3876
af1a5cd5
MR
38772008-11-21 Martin Rudalics <rudalics@gmx.at>
3878
6a4cfb0c
MR
3879 * frames.texi (Frames): Fix typo, add cross references, reword.
3880 (Initial Parameters): Reword special-display-frame-alist text.
3881 (Frames and Windows): Reword. Describe argument norecord for
3882 set-frame-selected-window.
3883 (Input Focus): Describe argument norecord for select-frame.
3884 Remove comment on MS-Windows behavior for focus-follows-mouse.
3885 (Raising and Lowering): Mention windows-frames dichotomy in
3886 metaphor.
3887
af1a5cd5
MR
3888 * windows.texi (Displaying Buffers, Vertical Scrolling)
3889 (Horizontal Scrolling): Fix indenting and rewording issues
3890 introduced with 2008-11-07 change.
3891
c249fa9c
GM
38922008-11-20 Glenn Morris <rgm@gnu.org>
3893
3894 * files.texi (Format Conversion Round-Trip): Mention `preserve'
3895 element of `format-alist'.
3896
204d4665
GM
38972008-11-19 Glenn Morris <rgm@gnu.org>
3898
3899 * doclicense.texi: Update to FDL 1.3.
3900 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
3901
cc0910af
CY
39022008-11-18 Chong Yidong <cyd@stupidchicken.com>
3903
efe6e7c4
CY
3904 * windows.texi (Window Hooks): Remove *-end-trigger-functions
3905 vars, which are obsolete. Mention jit-lock-register.
3906
5dcb4c4e
SM
3907 * modes.texi (Other Font Lock Variables):
3908 Document jit-lock-register and jit-lock-unregister.
efe6e7c4 3909
cc0910af
CY
3910 * frames.texi (Color Parameters): Document alpha parameter.
3911
aeeedf76
MR
39122008-11-16 Martin Rudalics <rudalics@gmx.at>
3913
3914 * windows.texi (Splitting Windows, Deleting Windows)
3915 (Selecting Windows, Cyclic Window Ordering)
3916 (Buffers and Windows, Displaying Buffers, Choosing Window)
3917 (Dedicated Windows, Window Point, Window Start and End)
3918 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
3919 (Size of Window, Resizing Windows, Window Configurations)
3920 (Window Parameters): Avoid @var at beginning of sentences and
3921 reword accordingly.
3922
4c565c5c
LK
39232008-11-11 Lute Kamstra <lute@gnu.org>
3924
3925 * files.texi (File Name Components): Fix file-name-extension
3926 documentation.
3927
25f494c9
JB
39282008-11-11 Juanma Barranquero <lekktu@gmail.com>
3929
3930 * frames.texi (Basic Parameters): Remove display-environment-variable
3931 and term-environment-variable.
3932
a1401ab1
EZ
39332008-11-08 Eli Zaretskii <eliz@gnu.org>
3934
3935 * windows.texi (Basic Windows, Splitting Windows)
3936 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
3937 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
25f494c9
JB
3938 (Resizing Windows, Window Configurations, Window Parameters):
3939 Fix wording and markup.
a1401ab1 3940
efafc282
MR
39412008-11-07 Martin Rudalics <rudalics@gmx.at>
3942
3943 * windows.texi (Windows): Update entries.
3944 (Basic Windows): Remove listing of attributes. Reword.
86ab855a 3945 (Splitting Windows, Deleting Windows): Reword.
efafc282
MR
3946 (Selecting Windows, Cyclic Window Ordering): Reword with special
3947 emphasis on order of recently selected windows and buffer list.
86ab855a
MR
3948 (Buffers and Windows, Choosing Window): Reword with special
3949 emphasis on dedicated windows.
3950 (Displaying Buffers): Reword. For switch-to-buffer mention that
3951 it may fall back on pop-to-buffer. For other-window try to
3952 explain how it treats the cyclic ordering of windows.
efafc282
MR
3953 (Dedicated Windows): New node and section discussing dedicated
3954 windows and associated functions.
86ab855a 3955 (Window Point): Add entry for window-point-insertion-type. Reword.
efafc282
MR
3956 (Window Start and End): Rename node and section title. Reword.
3957 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
3958 Minor rewording.
3959 (Size of Window): Reword, in particular text on window-width.
3960 (Resizing Windows): Reword. Add text on balancing windows.
3961 (Window Configurations): Reword. Mention window parameters.
3962 (Window Parameters): New node and section on window parameters.
3963 (Window Hooks): Reword. Mention that
3964 window-configuration-change-hook is run "buffer-locally".
3965 * elisp.texi (Top): Update Windows entries in @detailmenu
3966 section.
3967
d60a8ab2
JB
39682008-11-04 Juanma Barranquero <lekktu@gmail.com>
3969
3970 * searching.texi (Regexp Search): Fix typo.
3971
01777627
CY
39722008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
3973
3974 * searching.texi (Regexp Search): Document GREEDY arg.
3975 (Simple Match Data): Fix return value.
3976
c4526e93
EZ
39772008-11-01 Eli Zaretskii <eliz@gnu.org>
3978
3979 * nonascii.texi (Text Representations): Rewrite to make consistent
5dcb4c4e
SM
3980 with Emacs 23 internal representation of characters.
3981 Document `unibyte-string'.
c4526e93 3982
fe2ae8b5
CY
39832008-10-28 Chong Yidong <cyd@stupidchicken.com>
3984
3985 * processes.texi (Process Information): Note that process-status
3986 does not accept buffer names.
3987
cc5a21e3
CY
39882008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
3989
3990 * positions.texi (Skipping Characters): Correct return value of
3991 skip-chars-forward.
3992
09460d9a
MR
39932008-10-25 Martin Rudalics <rudalics@gmx.at>
3994
520b29e7
MR
3995 * windows.texi (Deleting Windows): Update documentation of
3996 delete-windows-on.
3997 (Buffers and Windows): Update documentations of
3998 get-buffer-window and get-buffer-window-list.
3999 (Displaying Buffers): Update documentation of
4000 replace-buffer-in-windows.
4001
09460d9a
MR
4002 * buffers.texi (Current Buffer): Reword set-buffer and
4003 with-current-buffer documentations.
4004 (Creating Buffers): Reword documentation of get-buffer-create.
4005
4d48fcdc
MR
40062008-10-23 Martin Rudalics <rudalics@gmx.at>
4007
4008 * buffers.texi (Current Buffer): Reword documentation of
4009 set-buffer.
4010 (Buffer Names): Reword documentation of buffer-name.
4011 (The Buffer List): For bury-buffer explain what happens with the
4012 buffer's window.
4013 (Creating Buffers): Say that get-buffer-create's arg is called
4014 buffer-or-name.
4015
f0143c43
CY
40162008-10-22 Chong Yidong <cyd@stupidchicken.com>
4017
3e5dbbd3
CY
4018 * advice.texi (Computed Advice): Explain what DEFINITION is.
4019
f0143c43
CY
4020 * nonascii.texi (Character Codes): Remove obsolete function
4021 char-valid-p, and document characterp instead.
4022
52a94b85
MR
40232008-10-22 Martin Rudalics <rudalics@gmx.at>
4024
4025 * windows.texi (Displaying Buffers): Reword documentation of
4026 pop-to-buffer.
4027 (Choosing Window): Rewrite documentation of display-buffer and
4028 its options.
4029
f76f8246
MR
4030 * buffers.texi (Killing Buffers): Update documentation of
4031 kill-buffer.
4032
acc8b598
EZ
40332008-10-21 Eli Zaretskii <eliz@gnu.org>
4034
80e6b6df
EZ
4035 * processes.texi (Serial Ports): Fix wording and improve markup.
4036
3645358a
EZ
4037 * searching.texi (Regexp Search): Document `string-match-p' and
4038 `looking-at-p'.
4039 (POSIX Regexps): Add an xref for "non-greedy".
4040 (Regexp Special): Add @cindex entry for "non-greedy".
4041
b3d50cff 4042 * display.texi (Attribute Functions): Document `face-all-attributes'.
bf190568 4043 (Image Cache) <image-refresh>: Minor wording fixes.
b3d50cff 4044
73b7530a
EZ
4045 * frames.texi (Color Names): Add an xref to `read-color'.
4046
4047 * minibuf.texi (High-Level Completion): Document `read-color'.
4048
acc8b598
EZ
4049 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
4050
4051 * positions.texi (Narrowing): Add an xref to "Swapping Text".
4052
4053 * buffers.texi (Swapping Text): New section, documents
4054 `buffer-swap-text'.
4055
10e187e8
MR
40562008-10-21 Martin Rudalics <rudalics@gmx.at>
4057
4058 * windows.texi (Resizing Windows): Minor wording fix.
4059
fd6f900c
EZ
40602008-10-20 Eli Zaretskii <eliz@gnu.org>
4061
4062 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
4063 and `combine-and-quote-strings'.
4064
4065 * strings.texi (Creating Strings): Add xrefs for them.
4066
e4372165
EZ
40672008-10-19 Eli Zaretskii <eliz@gnu.org>
4068
d6328fba
EZ
4069 * elisp.texi (Top): Make descriptive text for "Reading File Names"
4070 match the corresponding menu in minibuf.texi.
4071
e4372165
EZ
4072 * minibuf.texi (Reading File Names): Document `read-shell-command'
4073 and `minibuffer-local-shell-command-map'.
4074
5d8dda33
MR
40752008-10-19 Martin Rudalics <rudalics@gmx.at>
4076
4077 * windows.texi (Resizing Windows): Remove var{} around "window" in
4078 documentation of enlarge-window.
4079 Rewrite documentation of window-min-height and window-min-width.
4080
437706cd
EZ
40812008-10-19 Eli Zaretskii <eliz@gnu.org>
4082
80f85d7c
EZ
4083 * functions.texi (Calling Functions): Document `apply-partially'.
4084
291703b5
EZ
4085 * hooks.texi (Standard Hooks): Mention
4086 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
4087
4088 * variables.texi (File Local Variables): Document
4089 `file-local-variables-alist', `before-hack-local-variables-hook'
4090 and `hack-local-variables-hook'.
4091
583d8b3c
EZ
4092 * processes.texi (Synchronous Processes): Document `process-lines'.
4093
5dcb4c4e
SM
4094 * customize.texi (Variable Definitions):
4095 Document `custom-reevaluate-setting'.
437706cd 4096
7e51d89b
MR
40972008-10-18 Martin Rudalics <rudalics@gmx.at>
4098
4099 * windows.texi (Choosing Window, Deleting Windows)
4100 (Displaying Buffers): Expand documentation of dedicated windows.
4101
43c59a3d
EZ
41022008-10-18 Eli Zaretskii <eliz@gnu.org>
4103
018a960d
EZ
4104 * files.texi (Changing Files): Document symbolic input of file
4105 modes to `set-file-modes'. Document `read-file-modes' and
4106 `file-modes-symbolic-to-number'.
4107
2c0b8144
EZ
4108 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
4109 and `search-map'.
4110
5dcb4c4e
SM
4111 * searching.texi (Search and Replace):
4112 Document `replace-search-function' and `replace-re-search-function'.
2c0b8144 4113 Document `multi-query-replace-map'.
80120f13 4114
6d4913f0 4115 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
5dcb4c4e
SM
4116 (Completion Commands, Reading File Names):
4117 Rename `minibuffer-local-must-match-filename-map' to
6d4913f0
EZ
4118 `minibuffer-local-filename-must-match-map'.
4119 (Minibuffer Completion): The `require-match' argument to
4120 `completing-read' can now have the value `confirm-only'.
4121
43c59a3d
EZ
4122 * windows.texi (Displaying Buffers): Minor wording fix.
4123 (Choosing Window): `split-height-threshold' can now be nil.
4124 Document `split-width-threshold'. `pop-up-frames' can have the
4125 value `graphic-only'.
4126
f36acfd9
EZ
41272008-10-17 Eli Zaretskii <eliz@gnu.org>
4128
4129 * os.texi (Startup Summary): Document `before-init-time' and
4130 `after-init-time'. Document `initial-window-system' and
4131 `window-system-initialization-alist'. Document reading the
4132 abbrevs file. Document the call to `server-start' under --daemon.
4133 Rearrange a bit to be consistent with the code flow.
53728487
EZ
4134 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
4135 (Time Parsing): Document `format-seconds'.
f36acfd9 4136
96995b89
MR
41372008-10-17 Martin Rudalics <rudalics@gmx.at>
4138
4139 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
4140 and reword.
4141
2de17c73
EZ
41422008-10-16 Eli Zaretskii <eliz@gnu.org>
4143
4144 * markers.texi (The Mark): Document use-region-p.
4145
9cf52b11
EZ
41462008-10-15 Eli Zaretskii <eliz@gnu.org>
4147
c3aaf1d7
EZ
4148 * internals.texi (Writing Emacs Primitives): The interactive spec
4149 of a primitive can be a Lisp form.
4150
841a1743
EZ
4151 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
4152 values of transient-mark-mode. Document handle-shift-selection.
4153
4154 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
4155 (Interactive Examples): Show an example of `^'.
4156 (Key Sequence Input): Document this-command-keys-shift-translated.
c3aaf1d7
EZ
4157 (Defining Commands, Using Interactive): The interactive-form of a
4158 function can be added via its symbol's property.
841a1743 4159
52441368
EZ
4160 * positions.texi (List Motion): beginning-of-defun-function can
4161 now accept an argument.
4162
8e8c1a72
EZ
4163 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
4164 now return a list of strings.
4165
a33a1f2a
EZ
4166 * control.texi (Handling Errors): Document ignore-errors.
4167
4fb04348
EZ
4168 * frames.texi (Creating Frames): Document frame-inherited-parameters.
4169 (Parameter Access): Document set-frame-parameter.
4170
ee666f84
EZ
4171 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
4172 Hooks" for the effect of kill-all-local-variables on local hook
4173 functions.
4174
9cf52b11
EZ
4175 * modes.texi (Major Mode Conventions, Mode Line Variables):
4176 `mode-name' need not be a string. xref to "Mode Line Data" for
4177 details, and to "Emulating Mode Line" for computing a string
4178 value.
4179
22526bc4
EZ
41802008-10-14 Eli Zaretskii <eliz@gnu.org>
4181
a65f6a85
EZ
4182 * processes.texi (System Processes): New section.
4183 (Processes, Signals to Processes): Add xrefs to it.
4184
4185 * objects.texi (Editing Types): A `process' is a subprocess of
4186 Emacs, not just any process running on the OS.
4187
4188 * elisp.texi (Top): Adjust the @detailmenu for the above two
4189 changes.
4190
2724b26a
EZ
4191 * sequences.texi (Char-Tables): Remove documentation of
4192 set-char-table-default, which has no effect since Emacs 23.
4193 <char-table-range, set-char-table-range>: Don't mention generic
4194 characters and charsets. Add a cons cell as a possible argument.
4195
4196 * nonascii.texi (Splitting Characters)
4197 (Translation of Characters): Don't mention generic characters.
4198
4199 * display.texi (Fontsets): Don't mention generic characters.
4200
22526bc4 4201 * sequences.texi (Char-Tables): `map-char-table' can now call its
25f494c9 4202 argument FUNCTION with a cons cell as KEY.
22526bc4 4203
eaf4b689
EZ
42042008-10-13 Eli Zaretskii <eliz@gnu.org>
4205
45e46036
EZ
4206 * objects.texi (Primitive Function Type): Move "@cindex special
4207 forms" from here...
4208
4209 * eval.texi (Special Forms): ...to here.
4210
4211 * functions.texi (What Is a Function): `functionp' returns nil for
4212 special forms. Add an xref.
4213
eaf4b689
EZ
4214 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
4215 Variables".
4216
4217 * variables.texi (Frame-Local Variables): New section.
4218 (Buffer-Local Variables): Add an xref to it.
4219 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
4220 have both frame-local and buffer-local binding.
4221
4222 * frames.texi (Frames): Mention multiple tty frames.
4223 (Frame Parameters, Parameter Access): Mention frame-local variable
4224 bindings.
4225
15688fce
GM
42262008-09-20 Glenn Morris <rgm@gnu.org>
4227
4228 * display.texi (Defining Faces): Recommend against face variables.
4229
35539065
JB
42302008-09-16 Juanma Barranquero <lekktu@gmail.com>
4231
4232 * display.texi (Echo Area Customization): Fix typo.
4233
6a57054b
JB
42342008-09-09 Juanma Barranquero <lekktu@gmail.com>
4235
4236 * loading.texi (Where Defined): Add `defface' item.
4237
d632fb82
MR
42382008-09-06 Martin Rudalics <rudalics@gmx.at>
4239
4240 * loading.texi (Where Defined): Fix description of symbol-file.
4241
905a9adb
JR
42422008-08-26 Jason Rumney <jasonr@gnu.org>
4243
4244 * display.texi (TIFF Images): New section describing :index property.
4245
852e91b7
CY
42462008-08-23 Chong Yidong <cyd@stupidchicken.com>
4247
4248 * display.texi (Temporary Displays): Remove unnecessary comment
4249 about usage of temp-buffer-show-hook.
4250
6be001ee
CY
42512008-08-05 Chong Yidong <cyd@stupidchicken.com>
4252
4253 * symbols.texi (Other Plists): Fix incorrect example.
4254 Suggested by Florian Beck.
4255
58e3d8e8
JB
42562008-07-31 Juanma Barranquero <lekktu@gmail.com>
4257
4258 * os.texi: Fix previous change.
4259
7c2fb837
DN
42602008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4261
4262 * os.texi:
4263 * intro.texi:
4264 * files.texi: Remove VMS support.
4265
9e2a2647
DN
42662008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4267
4268 * os.texi:
4269 * frames.texi:
4270 * display.texi: Remove mentions of Mac Carbon.
4271
c4f4682b
MB
42722008-07-01 Miles Bader <miles@gnu.org>
4273
4274 * text.texi (Special Properties):
4275 * display.texi (Truncation): Add wrap-prefix and line-prefix.
4276
3696411e
JB
42772008-06-28 Johan Bockgård <bojohan@gnu.org>
4278
4279 * display.texi (Other Image Types): Fix copy/paste error; say
4280 "PBM", not "XBM".
4281
f2a77c3a
DN
42822008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
4283
4284 * os.texi: Remove references to obsolete systems.
4285
6d52677d
EZ
42862008-06-20 Eli Zaretskii <eliz@gnu.org>
4287
4288 * makefile.w32-in (distclean): Remove makefile.
4289
1a87da4c
GM
42902008-06-17 Glenn Morris <rgm@gnu.org>
4291
4292 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
4293 (elisp, dist): Remove rules and variables that are obsolete now
4294 the lisp manual is no longer distributed separately.
4295
fdda1c5d
GM
42962008-06-16 Glenn Morris <rgm@gnu.org>
4297
646692e9
GM
4298 * configure, configure.in, mkinstalldirs: Remove unused files.
4299
4300 * book-spine.texinfo: Set version to 23.0.60.
fdda1c5d 4301 * vol1.texi (EMACSVER):
6a57054b 4302 * vol2.texi (EMACSVER): Set to 23.0.60.
fdda1c5d
GM
4303
4304 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
4305 as per maintain.info.
4306
611bee81
GM
43072008-06-15 Glenn Morris <rgm@gnu.org>
4308
a7bed3a0
GM
4309 * makefile.w32-in (manual): Use "23" rather than "21".
4310
4311 * Makefile.in (emacsver): New, set by configure.
4312 (manual): Use emacsver.
4313
d794edf2
GM
4314 * intro.texi: Report bugs using M-x report-emacs-bug.
4315
611bee81
GM
4316 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
4317
c73e02fa
GM
43182008-06-13 Daniel Engeler <engeler@gmail.com>
4319
4320 * elisp.texi, internals.texi, processes.texi: Add documentation
4321 about serial port access.
4322
e40a85cd
MB
43232008-06-05 Miles Bader <miles@gnu.org>
4324
4325 * display.texi (Displaying Faces): Update to reflect function
4326 renamings in face-remap.el.
4327
7b753744
JB
43282008-06-05 Juanma Barranquero <lekktu@gmail.com>
4329
4330 * display.texi (Fontsets): Fix typos.
4331
9d3d42fb
MB
43322008-06-03 Miles Bader <miles@gnu.org>
4333
7b753744
JB
4334 * display.texi (Displaying Faces): Add add-relative-face-remapping,
4335 remove-relative-face-remapping, set-base-face-remapping,
4336 and set-default-base-face-remapping.
9d3d42fb 4337
f2cec7a9
MB
43382008-06-01 Miles Bader <miles@gnu.org>
4339
4340 * display.texi (Displaying Faces): Add face-remapping-alist.
4341
8f39c96d
SM
43422008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4343
4344 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
4345 variable names.
4346
1ef5eecc
ER
43472008-05-03 Eric S. Raymond <esr@golux>
4348
352c8b4a 4349 * keymaps.texi: Clarify that (current-local-map) and
1ef5eecc
ER
4350 (current-global-map) return references, not copies.
4351
63b4387f
JL
43522008-05-02 Juri Linkov <juri@jurta.org>
4353
4354 * minibuf.texi (Text from Minibuffer): Document a list of
4355 default values for `read-from-minibuffer'.
4356
38a8b703
JB
43572008-04-24 Juanma Barranquero <lekktu@gmail.com>
4358
4359 * nonascii.texi (Translation of Characters): Fix previous change.
4360
7c42e639
CY
43612008-04-20 Chong Yidong <cyd@stupidchicken.com>
4362
4363 * display.texi (Overlay Properties): Clarify role of underlying
4364 textprop and overlay keymaps for display strings.
4365
4366 * keymaps.texi (Active Keymaps): Ditto.
4367
25c0d999
SM
43682008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
4369
4370 * minibuf.texi (Programmed Completion):
4371 Replace dynamic-completion-table with the new completion-table-dynamic.
4372
e3af5968
CY
43732008-04-07 Chong Yidong <cyd@stupidchicken.com>
4374
4375 * intro.texi (Some Terms): Change "fonts in this manual" index
4376 entry to "typographic conventions".
4377
6bfc8698
EZ
43782008-04-05 Eli Zaretskii <eliz@gnu.org>
4379
4380 * objects.texi (Text Props and Strings): Add indexing for read
4381 syntax of text properties.
4382
4972c361
SM
43832008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
4384
4385 * processes.texi (Decoding Output): Remove process-filter-multibyte
4386 functions.
4387
c70a68db
MR
43882008-03-15 Martin Rudalics <rudalics@gmx.at>
4389
4390 * display.texi (Finding Overlays): Say that empty overlays at
4391 the end of the buffer are reported too.
4392
1291fd36
GM
43932008-03-13 Glenn Morris <rgm@gnu.org>
4394
4395 * elisp.texi (EMACSVER): Set to 23.0.60.
4396
c6b0dfd5
CY
43972008-02-26 Chong Yidong <cyd@stupidchicken.com>
4398
38a8b703 4399 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
c6b0dfd5 4400
875fc30c
GM
44012008-02-22 Glenn Morris <rgm@gnu.org>
4402
4403 * frames.texi (Position Parameters): Clarify the description of
4404 `left' and `top', using information from "Geometry".
4405 (Geometry): Give a pointer to "Position Parameters", rather than
4406 repeating information.
4407
d8c8e45a
GM
44082008-02-11 Glenn Morris <rgm@gnu.org>
4409
4410 * objects.texi (Equality Predicates): No longer talk about "two"
4411 functions.
4412
38a8b703 44132008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
d8c8e45a
GM
4414
4415 * objects.texi (Equality Predicates): Add defun for
4416 equal-including-properties.
4417
bfffe0b1
GM
44182008-02-10 Glenn Morris <rgm@gnu.org>
4419
4420 * objects.texi (Equality Predicates):
4421 Mention equal-including-properties.
4422
431b78c9
RS
44232008-02-07 Richard Stallman <rms@gnu.org>
4424
4425 * windows.texi (Window Start): Mention the feature of moving
4426 window-start to start of line.
4427
c8763fb6 44282008-02-07 Jan Djärv <jan.h.d@swipnet.se>
eafa12e6
JD
4429
4430 * keymaps.texi (Tool Bar): Document rtl property.
4431
1a256502
TTN
44322008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
4433
4434 * display.texi (Button Types):
4435 For define-button-type, clarify type of NAME.
4436
569382c2
MR
44372008-01-19 Martin Rudalics <rudalics@gmx.at>
4438
4439 * buffers.texi (Buffer Modification): Fix typo.
4440
f3041af1
DN
44412008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
4442
4443 * os.texi (System Environment): Remove references to OSes that are
4444 not supported anymore.
4445
d35e1cd7
DN
44462008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
4447
4448 * os.texi (System Environment): Remove mention for Masscomp.
4449
23af7580
RS
44502008-01-04 Richard Stallman <rms@gnu.org>
4451
4452 * display.texi (Faces): Don't talk about internal face vector as arg
4453 to facep.
4454
4455 * customize.texi (Type Keywords): Fix previous change.
4456
4457 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
4458 * elisp.texi (Top): Fix menu for commands.texi change.
4459
ec7d5b1e
RS
44602007-12-30 Richard Stallman <rms@gnu.org>
4461
5dcb4c4e 4462 * commands.texi (Accessing Mouse): Rename from Accessing Events.
ec7d5b1e
RS
4463 (Accessing Scroll): New node broken out of Accessing Mouse.
4464
101a6cea
RS
44652007-12-28 Richard Stallman <rms@gnu.org>
4466
4467 * frames.texi (Size Parameters): Fix typo.
7f9e0c04 4468 (Basic Parameters): For `title', refer to title bar.
041817a4 4469 (Size and Position): Explain meaning of frame pixel width and height.
101a6cea 4470
72b7e664
RS
44712007-12-23 Richard Stallman <rms@gnu.org>
4472
4473 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
4474 Improve some of the commented-out keywords' text too.
4475
27a4f445
MR
44762007-12-14 Martin Rudalics <rudalics@gmx.at>
4477
e2e3f1d7
MR
4478 * nonascii.texi (Encoding and I/O): Reword to avoid saying
4479 "visit the current buffer".
4480
27a4f445
MR
4481 * os.texi (System Interface): Fix typo.
4482
a2afc99d
RS
44832007-12-04 Richard Stallman <rms@gnu.org>
4484
4485 * objects.texi (Symbol Type): Fix typo.
4486
b694135c
RS
44872007-12-03 Richard Stallman <rms@gnu.org>
4488
4489 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
4490
f99a19da
GM
44912007-12-01 Glenn Morris <rgm@gnu.org>
4492
4493 * functions.texi (Declaring Functions): Improve previous change.
4494
8f4b37d8
GM
44952007-11-30 Glenn Morris <rgm@gnu.org>
4496
4497 * functions.texi (Declaring Functions): Add optional fourth
4498 argument of declare-function, and setting third argument to `t'.
4499
61a2fe01
RS
45002007-11-29 Richard Stallman <rms@gnu.org>
4501
4502 * customize.texi (Composite Types): Document `group' type.
4503
cbfc5193
GM
45042007-11-29 Glenn Morris <rgm@gnu.org>
4505
5dcb4c4e
SM
4506 * functions.texi (Declaring Functions): Add findex.
4507 Mention `external' files.
cbfc5193 4508
8386283a
JB
45092007-11-26 Juanma Barranquero <lekktu@gmail.com>
4510
4511 * functions.texi (Declaring Functions): Fix directive.
4512
a07c9a8b
RS
45132007-11-25 Richard Stallman <rms@gnu.org>
4514
4515 * help.texi (Help Functions): Clean up last change.
4516
4517 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
4518
4519 * loading.texi (Named Features): Minor cleanup.
4520
4521 * macros.texi (Eval During Expansion): Minor cleanup.
4522
4523 * variables.texi (Variable Aliases): Minor cleanup.
4524
a0925923
RS
45252007-11-24 Richard Stallman <rms@gnu.org>
4526
4527 * functions.texi (Declaring Functions): Clarify previous change.
4528
4529 * compile.texi (Compiler Errors): Clarify previous change.
4530
20c63e44
RS
45312007-11-24 Richard Stallman <rms@gnu.org>
4532
e5e76c04 4533 * display.texi (Refresh Screen, Forcing Redisplay):
20c63e44
RS
4534 Clarify the text and move items around.
4535
5bb0cda3
GM
45362007-11-24 Glenn Morris <rgm@gnu.org>
4537
4538 * functions.texi (Declaring Functions): New section.
4539 * compile.texi (Compiler Errors): Mention declaring functions,
4540 defvar with no initvalue, and byte-compile-warnings.
4541
af13c86a
MR
45422007-11-15 Martin Rudalics <rudalics@gmx.at>
4543
4544 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
4545 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
4546
a5373305
MR
45472007-11-13 Martin Rudalics <rudalics@gmx.at>
4548
4549 * help.texi (Help Functions): Document new macro `with-help-window'.
4550
fe284805
JL
45512007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
4552
4553 * searching.texi (Replacing Match): Describe new
4554 `match-substitute-replacement'.
4555
2c3a09b1
RS
45562007-10-31 Richard Stallman <rms@gnu.org>
4557
4558 * strings.texi (Creating Strings): Null strings from concat not unique.
4559
f2b480f4
RS
45602007-10-26 Richard Stallman <rms@gnu.org>
4561
4562 * objects.texi (Equality Predicates): Null strings are uniquified.
4563
4564 * minibuf.texi: Minor clarifications in previous change.
4565
db21122c
GM
45662007-10-25 Glenn Morris <rgm@gnu.org>
4567
4568 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
4569
2328cbb3
RS
45702007-10-24 Richard Stallman <rms@gnu.org>
4571
4572 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
4573
4574 * variables.texi (Frame-Local Variables): Node deleted.
4575 (Variables): Delete Frame-Local Variables from menu.
4576 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
4577 (Default Value): Don't mention frame-local vars.
4578
4579 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
4580
4581 * loading.texi (Unloading): Document FEATURE-unload-function
4582 instead of FEATURE-unload-hook.
4583
2328cbb3
RS
4584 * frames.texi (Multiple Displays): Don't mention frame-local vars.
4585
c066bafa
JL
45862007-10-22 Juri Linkov <juri@jurta.org>
4587
4588 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
4589 (High-Level Completion): Document a list of default value strings
4590 in the DEFAULT argument, for which minibuffer functions return the
4591 first element.
4592
65ced25f
JL
45932007-10-17 Juri Linkov <juri@jurta.org>
4594
4595 * text.texi (Filling): Update arguments of fill-paragraph.
4596 fill-paragraph operates on the active region in Transient Mark mode.
4597 Remove fill-paragraph-or-region.
4598
ee46ec8e
KB
45992007-10-13 Karl Berry <karl@gnu.org>
4600
4601 * elisp.texi (@dircategory): Move to after @copying,
4602 since we want @copying as close as possible to the beginning of
4603 the output.
4604
61bbdbc6
RS
46052007-10-12 Richard Stallman <rms@gnu.org>
4606
4607 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
4608
4609 * commands.texi (Distinguish Interactive): New node,
4610 broken out from Interactive Call and rewritten.
4611 (Command Loop): Put Distinguish Interactive in menu.
4612
af23e1e8
RS
46132007-10-09 Richard Stallman <rms@gnu.org>
4614
4615 * text.texi (Examining Properties): Mention overlay priority.
4616
4617 * display.texi (Display Margins): Correct the description
4618 of margin display specifications.
4619 (Replacing Specs): New subnode broken out of Display Property.
4620
e1965a69
JL
46212007-10-06 Juri Linkov <juri@jurta.org>
4622
4623 * text.texi (Filling): Document fill-paragraph-or-region.
4624
4638454b
JB
46252007-10-05 Juanma Barranquero <lekktu@gmail.com>
4626
4627 * display.texi (Auto Faces): Fix typo.
4628
7ed54cc5
RS
46292007-10-02 Richard Stallman <rms@gnu.org>
4630
4631 * display.texi (Display Property): Explain some display specs
4632 don't let you move point in.
4633
5dcb4c4e
SM
4634 * frames.texi (Cursor Parameters):
4635 Describe cursor-in-non-selected-windows here. Explain more values.
7ed54cc5
RS
4636
4637 * windows.texi (Basic Windows): Don't describe
4638 cursor-in-non-selected-windows here.
4639
305a7ef2
EZ
46402007-10-01 Eli Zaretskii <eliz@gnu.org>
4641
4642 * processes.texi (Misc Network): Note that these functions are
4643 supported only on some systems.
4644
f7a7f4eb
RS
46452007-10-01 Richard Stallman <rms@gnu.org>
4646
4647 * display.texi (Overlay Properties): Explain nil as priority.
4648 Explain that conflicts are unpredictable if not resolved by
4649 priorities.
4650
780d7bb9
RS
46512007-09-23 Richard Stallman <rms@gnu.org>
4652
4653 * macros.texi (Backquote): Minor clarification.
4654
14b4fdfb
RS
46552007-09-19 Richard Stallman <rms@gnu.org>
4656
4657 * display.texi (Display Property): Explain multiple display specs.
9600ac7c
RS
4658 Clarify when they work in parallel and when one overrides.
4659 Fix error in example.
14b4fdfb 4660
b8d4c8d0
GM
46612007-09-06 Glenn Morris <rgm@gnu.org>
4662
b3e755a9 4663 Move from lispref/ to doc/lispref/. Change all setfilename
b8d4c8d0
GM
4664 commands to use ../../info.
4665 * Makefile.in (infodir): Go up one more level.
4638454b 4666 (usermanualdir): Change from ../man to ../emacs.
b8d4c8d0
GM
4667 (miscmanualdir): New.
4668 (dist): Use new variable miscmanualdir.
4669 * makefile.w32-in (infodir, texinputdir): Go up one more level.
4670 (usermanualdir): Change from ../man to ../emacs.
4671
1bb1f7d3
MR
46722007-08-30 Martin Rudalics <rudalics@gmx.at>
4673
4674 * commands.texi (Command Loop Info): Advise against changing
4675 most variables described here. Explain new variable
4676 last-repeatable-command.
4677
b8d4c8d0
GM
46782007-08-29 Glenn Morris <rgm@gnu.org>
4679
4680 * elisp.texi (EMACSVER): Increase to 23.0.50.
4681
46822007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
4683
4684 * frames.texi (Basic Parameters): Add display-environment-variable
4685 and term-environment-variable.
4686
46872007-08-28 Juri Linkov <juri@jurta.org>
4688
4689 * display.texi (Image Formats, Other Image Types): Add SVG.
4690
46912007-08-28 Juri Linkov <juri@jurta.org>
4692
4693 * display.texi (Images): Move formats-related text to new node
4694 "Image Formats".
4695 (Image Formats): New node.
4696
619fb9ee
RS
46972007-08-27 Richard Stallman <rms@gnu.org>
4698
4699 * windows.texi (Window Configurations): Clarify what
4700 a window configuration saves.
4701
b8d4c8d0
GM
47022007-08-25 Richard Stallman <rms@gnu.org>
4703
4704 * display.texi (Images): Delete redundant @findex.
4705
39f9da30
GM
47062007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
4707
4708 * text.texi (Change Hooks): (after|before)-change-functions are no
4709 longer bound to nil while running; rather inhibit-modification-hooks
4710 is t.
4711
b8d4c8d0
GM
47122007-08-16 Richard Stallman <rms@gnu.org>
4713
5dcb4c4e
SM
4714 * processes.texi (Asynchronous Processes):
4715 Clarify doc of start-file-process.
b8d4c8d0
GM
4716
47172007-08-08 Martin Rudalics <rudalics@gmx.at>
4718
4719 * modes.texi (Example Major Modes): Fix typo.
4720
47212007-08-08 Glenn Morris <rgm@gnu.org>
4722
4723 * intro.texi (nil and t): Do not use `iff' in documentation.
4724
4725 * tips.texi (Documentation Tips): Recommend against `iff'.
4726
47272007-08-07 Chong Yidong <cyd@stupidchicken.com>
4728
4729 * display.texi (Image Cache): Document image-refresh.
4730
47312007-08-06 Martin Rudalics <rudalics@gmx.at>
4732
4733 * windows.texi (Size of Window): Document window-full-width-p.
4734
47352007-07-25 Glenn Morris <rgm@gnu.org>
4736
4737 * gpl.texi (GPL): Replace license with GPLv3.
4738
4739 * Relicense all FSF files to GPLv3 or later.
4740
47412007-07-24 Michael Albinus <michael.albinus@gmx.de>
4742
4638454b
JB
4743 * processes.texi (Synchronous Processes):
4744 Add `process-file-shell-command'.
b8d4c8d0
GM
4745 (Asynchronous Processes): Mention restricted use of
4746 `process-filter' and `process-sentinel' in
4747 `start-file-process'. Add `start-file-process-shell-command'.
4748
47492007-07-17 Michael Albinus <michael.albinus@gmx.de>
4750
4751 * files.texi (Magic File Names): Introduce optional parameter
4752 IDENTIFICATION for `file-remote-p'.
4753
47542007-07-16 Richard Stallman <rms@gnu.org>
4755
4756 * display.texi (Defining Faces): Fix previous change.
4757
47582007-07-14 Richard Stallman <rms@gnu.org>
4759
4760 * control.texi (Handling Errors): Document `debug' in handler list.
4761
47622007-07-10 Richard Stallman <rms@gnu.org>
4763
4764 * display.texi (Defining Faces): Explain C-M-x feature for defface.
4765
47662007-07-09 Richard Stallman <rms@gnu.org>
4767
4768 * files.texi (Magic File Names): Rewrite previous change.
4769
47702007-07-08 Michael Albinus <michael.albinus@gmx.de>
4771
4772 * files.texi (Magic File Names): Introduce optional parameter
4773 CONNECTED for `file-remote-p'.
4774
47752007-07-07 Michael Albinus <michael.albinus@gmx.de>
4776
4777 * processes.texi (Asynchronous Processes):
4778 * files.texi (Magic File Names): Add `start-file-process'.
4779
47802007-06-27 Richard Stallman <rms@gnu.org>
4781
5dcb4c4e
SM
4782 * files.texi (Format Conversion Piecemeal):
4783 Clarify `after-insert-file-functions' calling convention.
b8d4c8d0
GM
4784
47852007-06-27 Michael Albinus <michael.albinus@gmx.de>
4786
4638454b
JB
4787 * files.texi (Magic File Names): Remove `dired-call-process'.
4788 Add `process-file'.
b8d4c8d0
GM
4789
47902007-06-27 Kenichi Handa <handa@m17n.org>
4791
4792 * text.texi (Special Properties): Fix description about
4638454b 4793 `composition' property.
b8d4c8d0
GM
4794
47952007-06-26 Kenichi Handa <handa@m17n.org>
4796
4797 * nonascii.texi (Default Coding Systems): Document about the
4798 return value `undecided'.
4799
48002007-06-25 David Kastrup <dak@gnu.org>
4801
4802 * keymaps.texi (Active Keymaps): Document new POSITION argument of
4803 `current-active-maps'.
4804
48052007-06-24 Karl Berry <karl@gnu.org>
4806
4638454b 4807 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
b8d4c8d0
GM
4808
48092007-06-15 Juanma Barranquero <lekktu@gmail.com>
4810
4811 * display.texi (Overlay Arrow): Doc fix.
4812
48132007-06-14 Karl Berry <karl@tug.org>
4814
4815 * anti.texi (Antinews): Typo.
4816
48172007-06-14 Chong Yidong <cyd@stupidchicken.com>
4818
4819 * display.texi (Image Cache): Document image-refresh.
4820
48212007-06-12 Karl Berry <karl@gnu.org>
4822
4823 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
4824 * two-volume.make: New file.
4825 * .cvsignore: Ignore two-volume files.
4826
48272007-06-12 Tom Tromey <tromey@redhat.com>
4828
4829 * os.texi (Init File): Document user-emacs-directory.
4830
48312007-06-03 Nick Roberts <nickrob@snap.net.nz>
4832
4833 * commands.texi (Click Events): Describe width and height when
4834 object is nil.
4835
48362007-05-30 Nick Roberts <nickrob@snap.net.nz>
4837
5dcb4c4e
SM
4838 * commands.texi (Click Events): Layout more logically.
4839 Describe width and height.
b8d4c8d0
GM
4840 (Drag Events, Motion Events): Update to new format for position.
4841
48422007-06-02 Richard Stallman <rms@gnu.org>
4843
4844 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
4845
48462007-06-02 Chong Yidong <cyd@stupidchicken.com>
4847
4848 * Version 22.1 released.
4849
48502007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
4851
4852 * text.texi (Special Properties): Correct meaning of fontified face.
4853
48542007-05-30 Richard Stallman <rms@gnu.org>
4855
4856 * text.texi (Special Properties): Add link to Adjusting Point.
4857
48582007-05-12 Richard Stallman <rms@gnu.org>
4859
4860 * text.texi (Margins): indent-to-left-margin is not the default.
4861 (Mode-Specific Indent): For indent-line-function, the default
4862 is indent-relative.
4863
4864 * modes.texi (Example Major Modes): Explain last line of text-mode
4865 is redundant.
4866
48672007-05-10 Richard Stallman <rms@gnu.org>
4868
4869 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
4870
4871 * help.texi (Keys in Documentation): Add reference to
4872 Documentation Tips.
4873
4874 * files.texi (Format Conversion): TO-FN gets three arguments.
4875
4876 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
4877
48782007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
4879
4880 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
4881 * files.texi (Format Conversion): Expand intro; add menu.
4882 (Format Conversion Overview, Format Conversion Round-Trip)
4883 (Format Conversion Piecemeal): New nodes/subsections.
4884 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
4885 * text.texi (Text Properties): Remove "Saving Properties" from menu.
4886 (Saving Properties): Delete node/subsection.
4887
48882007-05-07 Karl Berry <karl@gnu.org>
4889
4890 * elisp.texi (EMACSVER): Back to 22.
4891
48922007-05-06 Richard Stallman <rms@gnu.org>
4893
4894 * processes.texi (Accepting Output): Revert most of previous change.
4895
48962007-05-05 Richard Stallman <rms@gnu.org>
4897
4898 * processes.texi (Accepting Output): accept-process-output
4899 uses microseconds, not milliseconds. But that arg is obsolete.
4900
49012007-05-04 Karl Berry <karl@tug.org>
4902
4903 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
4904
49052007-05-04 Eli Zaretskii <eliz@gnu.org>
4906
4907 * tips.texi (Documentation Tips): Rearrange items to place the
4908 more important ones first. Add an index entry for hyperlinks.
4909
49102007-05-03 Karl Berry <karl@gnu.org>
4911
4912 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
4913 (EMACSVER) [smallbook]: 22 for printed version.
4914
4915 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
4916 so restore anchor to normal position after defun. Found by Kevin Ryde.
4917
49182007-04-26 Glenn Morris <rgm@gnu.org>
4919
4920 * elisp.texi (EMACSVER): Increase to 22.1.50.
4921
49222007-04-28 Karl Berry <karl@gnu.org>
4923
4924 * elisp.texi: Improve line breaks on copyright page,
4925 similar layout to emacs manual, 8.5x11 by default.
4926
49272007-04-24 Richard Stallman <rms@gnu.org>
4928
4929 * text.texi (Special Properties): Add xref to Overlay Properties.
4930
4931 * display.texi (Overlay Properties): Add xref to Special Properties.
4932
49332007-04-22 Richard Stallman <rms@gnu.org>
4934
4935 * keymaps.texi (Extended Menu Items): Move the info about
4936 format with cached keyboard binding.
4937
49382007-04-21 Richard Stallman <rms@gnu.org>
4939
4940 * text.texi (Special Properties): Clarify previous change.
4941
4942 * files.texi (File Name Expansion): Clarify previous change.
4943
4944 * display.texi (Attribute Functions): Fix example for
4945 face-attribute-relative-p.
4946
49472007-04-19 Kenichi Handa <handa@m17n.org>
4948
4949 * text.texi (Special Properties): Document composition property.
4950
49512007-04-19 Glenn Morris <rgm@gnu.org>
4952
4953 * files.texi (File Name Expansion): Mention "superroot".
4954
49552007-04-15 Chong Yidong <cyd@stupidchicken.com>
4956
4957 * frames.texi (Multiple Displays): Add note about "multi-monitor"
4958 setups.
4959 (Display Feature Testing): Note that display refers to all
4960 physical monitors for multi-monitor setups.
4961
49622007-04-14 Richard Stallman <rms@gnu.org>
4963
4964 * lists.texi (Sets And Lists): Clarify `delete' examples.
4965 Remove spurious xref to same node.
4966 Clarify xref for add-to-list.
4967
49682007-04-12 Nick Roberts <nickrob@snap.net.nz>
4969
4970 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
4971 value of lisp-mode-map.
4972
49732007-04-11 Karl Berry <karl@gnu.org>
4974
4975 * anti.texi (Antinews):
4976 * display.texi (Overlay Properties, Defining Images):
4977 * processes.texi (Synchronous Processes, Sentinels):
4978 * syntax.texi (Syntax Table Internals):
4979 * searching.texi (Regexp Special):
4980 * nonascii.texi (Default Coding Systems):
4981 * text.texi (Special Properties):
4982 * minibuf.texi (Basic Completion): Wording to improve breaks in
4983 8.5x11 format.
4984 * elisp.texi (smallbook): New @set to more easily switch between
4985 smallbook and 8.5x11.
4986
49872007-04-11 Richard Stallman <rms@gnu.org>
4988
4989 * text.texi (Lazy Properties): Minor fix.
4990
49912007-04-08 Karl Berry <karl@gnu.org>
4992
4993 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
4994 * macros.texi (Backquote): Downcase Backquote in index entries for
4995 consistency.
4996
49972007-04-08 Richard Stallman <rms@gnu.org>
4998
4999 * text.texi (Adaptive Fill): Just describe default,
5000 don't show it (since it contains non-ASCII chars).
5001
50022007-04-07 Karl Berry <karl@gnu.org>
5003
5004 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
5005 adaptive-fill-regexp's value, since they are not in the standard
5006 TeX fonts.
5007
50082007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
5009
5010 * display.texi (Defining Faces): Fix example.
5011
50122007-04-07 Karl Berry <karl@gnu.org>
5013
5014 * display.texi (Button Buffer Commands): Improve page break.
5015
50162007-04-07 Richard Stallman <rms@gnu.org>
5017
5018 * advice.texi (Activation of Advice): Remove redundant index entry.
5019
5020 * backups.texi: Improve index entries. Remove redundant ones.
5021
5022 * compile.texi (Byte Compilation): Improve index entry.
5023
5024 * hash.texi (Creating Hash): Improve index entry.
5025
5026 * symbols.texi (Definitions): Improve index entry.
5027
5028 * edebug.texi: Improve index entries. Remove redundant/useless ones.
5029
5030 * maps.texi (Standard Keymaps): Remove useless index entry.
5031
5032 * help.texi (Documentation Basics): Remove redundant index entries.
5033
5034 * customize.texi: Improve index entries.
5035 Remove redundant/useless ones.
5036
5037 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
5038
5039 * streams.texi (Output Variables): Improve index entry.
5040
5041 * abbrevs.texi (Abbrevs): Remove useless index entry.
5042
5043 * macros.texi (Expansion): Remove useless index entry.
5044
5045 * text.texi: Improve index entries. Remove redundant/useless ones.
5046 (Text Properties, Examining Properties)
5047 (Special Properties): Use "property category" instead of "category"
5048 to refer to the `category' property.
5049
5050 * positions.texi: Improve index entries. Remove useless one.
5051
5052 * lists.texi: Improve index entries. Remove redundant/useless ones.
5053
5054 * os.texi: Improve index entries.
5055 (Timers): Fix previous change.
5056
5057 * buffers.texi: Improve index entries.
5058 (Modification Time): Get rid of term "obsolete buffer".
5059
5060 * debugging.texi: Improve index entries.
5061 (Test Coverage): Add xref to other test coverage ftr.
5062
5063 * eval.texi: Improve index entry. Remove redundant ones.
5064
5065 * numbers.texi: Improve index entries. Remove redundant/useless ones.
5066
5067 * files.texi: Improve index entries. Remove redundant/useless ones.
5068
5069 * objects.texi: Improve index entries.
5070
5071 * processes.texi: Improve index entries.
5072
5073 * modes.texi: Improve index entry. Remove redundant one.
5074
5075 * nonascii.texi: Improve index entries.
5076
5077 * internals.texi: Improve index entries.
5078
5079 * syntax.texi: Improve index entries.
5080
5081 * keymaps.texi (Active Keymaps): Improve index entries.
5082
5083 * commands.texi: Improve index entries. Remove redundant/useless ones.
5084
5085 * frames.texi: Improve index entries. Remove redundant/useless ones.
5086
5087 * markers.texi: Improve index entries. Remove redundant ones.
5088
5089 * tips.texi: Improve index entries.
5090
5091 * loading.texi (Unloading): Improve index entry.
5092
5093 * variables.texi: Improve index entries. Remove redundant one.
5094
5095 * sequences.texi: Improve index entry.
5096
5097 * display.texi: Improve index entries. Remove redundant ones.
5098
5099 * windows.texi: Improve index entries.
5100
5101 * searching.texi: Improve index entries. Remove redundant one.
5102
5103 * strings.texi (Case Tables): Improve last change.
5104
51052007-04-04 Chong Yidong <cyd@stupidchicken.com>
5106
5107 * strings.texi (Case Tables): Document with-case-table and
5108 ascii-case-table.
5109
51102007-04-03 Karl Berry <karl@gnu.org>
5111
5112 * processes.texi (Network): Reword to improve page break.
5113
51142007-04-03 Eli Zaretskii <eliz@gnu.org>
5115
5116 * functions.texi (Inline Functions): Describe more disadvantages
5117 of defsubst, and make advice against it stronger.
5118
51192007-04-02 Karl Berry <karl@gnu.org>
5120
5121 * backups.texi (Backup Names): Avoid widow words.
5122 * modes.texi (Example Major Modes): Align last comment.
5123
51242007-04-01 Chong Yidong <cyd@stupidchicken.com>
5125
5126 * keymaps.texi (Remapping Commands): Document new arg to
5127 command-remapping.
5128
51292007-04-01 Karl Berry <karl@gnu.org>
5130
5131 * processes.texi (Low-Level Network): Typo.
5132 * loading.texi (Hooks for Loading): Avoid double "the".
5133 * keymaps.texi (Key Sequences): No double "and".
5134 (Changing Key Bindings): Shorten to improve line break.
5135
51362007-03-31 Glenn Morris <rgm@gnu.org>
5137
5138 * os.texi (Timers): Fix description of run-at-time TIME formats.
5139
51402007-03-31 Richard Stallman <rms@gnu.org>
5141
5142 * display.texi (Invisible Text): Correct buffer-invisibility-spec
5143 regarding ellipsis.
5144
51452007-03-31 Eli Zaretskii <eliz@gnu.org>
5146
5147 * intro.texi (nil and t):
5148 * symbols.texi (Plists and Alists):
5149 * variables.texi (Variable Aliases, Constant Variables):
5150 * functions.texi (Defining Functions):
5151 * advice.texi (Advising Primitives):
5152 * debugging.texi (Syntax Errors, Compilation Errors):
5153 * minibuf.texi (Minibuffer Windows):
5154 * commands.texi (Adjusting Point):
5155 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
5156 (Auto Major Mode, Major Mode Conventions):
5157 * help.texi (Describing Characters):
5158 * files.texi (Create/Delete Dirs, Information about Files)
5159 (File Locks, Writing to Files, Reading from Files)
5160 (Saving Buffers):
5161 * windows.texi (Resizing Windows, Cyclic Window Ordering):
5162 * frames.texi (Finding All Frames):
5163 * positions.texi (Buffer End, Motion):
5164 * markers.texi (The Region):
5165 * text.texi (Deletion, Near Point):
5166 * display.texi (Displaying Messages, Truncation):
5167 * os.texi (Processor Run Time):
5168 * tips.texi (Key Binding Conventions, Programming Tips)
5169 (Warning Tips, Documentation Tips, Comment Tips):
5170 * internals.texi (Memory Usage): Improve indexing.
5171
5172 * variables.texi (Frame-Local Variables):
5173 * functions.texi (Argument List):
5174 * loading.texi (Library Search):
5175 * streams.texi (Output Variables):
5176 * keymaps.texi (Translation Keymaps, Searching Keymaps):
5177 * searching.texi (Replacing Match, Search and Replace):
5178 * processes.texi (Byte Packing, Decoding Output)
5179 (Accepting Output, Network Servers, Shell Arguments):
5180 * display.texi (Abstract Display, Image Cache, Scroll Bars):
5181 * windows.texi (Window Point, Window Start):
5182 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
5183 * commands.texi (Reading Input, Keyboard Events):
5184 * minibuf.texi (Reading File Names, Minibuffer Completion)
5185 (Recursive Mini):
5186 * positions.texi (List Motion):
5187 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
5188 * numbers.texi (Arithmetic Operations, Math Functions)
5189 (Predicates on Numbers, Comparison of Numbers):
5190 (Numeric Conversions):
5191 * locals.texi (Standard Buffer-Local Variables):
5192 * maps.texi (Standard Keymaps):
5193 * os.texi (User Identification, System Environment, Recording Input)
5194 (X11 Keysyms):
5195 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
5196 * backups.texi (Backups and Auto-Saving):
5197 * customize.texi (Customization, Group Definitions)
5198 (Variable Definitions):
5199 * compile.texi (Byte Compilation): Improve index entries.
5200
52012007-03-31 Karl Berry <karl@gnu.org>
5202
5203 * macros.texi (Defining Macros): Avoid widow syllable.
5204
52052007-03-31 Eli Zaretskii <eliz@gnu.org>
5206
5207 * elisp.texi (Top): Postscript -> PostScript.
5208
5209 * display.texi (Images, Postscript Images): Postscript -> PostScript.
5210
52112007-03-31 Markus Triska <markus.triska@gmx.at>
5212
5213 * internals.texi (Writing Emacs Primitives): Untabify `For'.
5214
52152007-03-30 Karl Berry <karl@gnu.org>
5216
5217 * lists.texi (List-related Predicates): Remove spurious @need.
5218 (Setcdr): Use @smallexample to improve page break.
5219 (Association Lists) <assoc>: Reword to improve page break.
5220
5221 * strings.texi (String Conversion): Insert blank line to improve
5222 page break.
5223
5224 * numbers.texi (Random Numbers): Use @minus{}.
5225 (Math Functions): Use @minus{}.
5226
5227 * intro.texi (Acknowledgements): Avoid line breaks before middle
5228 initials.
5229
52302007-03-24 Eli Zaretskii <eliz@gnu.org>
5231
5232 * errors.texi (Standard Errors): Add an index entry.
5233
52342007-03-19 Richard Stallman <rms@gnu.org>
5235
5236 * os.texi (Recording Input): recent-keys now gives 300 keys.
5237
52382007-03-12 Glenn Morris <rgm@gnu.org>
5239
5240 * os.texi: Replace "daylight savings" with "daylight saving"
5241 throughout.
5242
52432007-03-05 Richard Stallman <rms@gnu.org>
5244
5dcb4c4e
SM
5245 * variables.texi (File Local Variables):
5246 Update enable-local-variables values.
b8d4c8d0
GM
5247
52482007-03-04 Richard Stallman <rms@gnu.org>
5249
5250 * syntax.texi (Control Parsing): Minor clarification.
5251
5252 * strings.texi (Formatting Strings): Clarify width, precision, flags.
5253
5254 * sequences.texi (Sequence Functions): Move string-bytes away,
5255 add xref.
5256
5257 * nonascii.texi (Text Representations): Move string-bytes here.
5258
5259 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
5260
5261 * minibuf.texi (Basic Completion): Minor clarification.
5262
5263 * markers.texi (The Mark): Clarify existence vs activation of mark.
5264 Other cleanup.
5265
5266 * display.texi (Finding Overlays): Write better example.
5267
5268 * compile.texi (Eval During Compile): Clarify putting macros
5269 in eval-when-compile.
5270
c5602427 52712007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
b8d4c8d0
GM
5272
5273 * loading.texi (How Programs Do Loading): Fix anchor position at
c5602427 5274 load-read-function definition doc.
b8d4c8d0
GM
5275
52762007-02-21 Kim F. Storm <storm@cua.dk>
5277
5278 * strings.texi (Text Comparison): Mention that assoc-string
5279 converts symbols to strings before testing.
5280
52812007-02-17 Kim F. Storm <storm@cua.dk>
5282
5283 * processes.texi (Bindat Spec): Vector types can have optional
5284 element type.
5285 (Bindat Examples): Fix example. Add vector with element type.
5286
52872007-02-16 Andreas Schwab <schwab@suse.de>
5288
5289 * strings.texi (Formatting Strings): Document '+' flag.
5290
52912007-02-15 Juanma Barranquero <lekktu@gmail.com>
5292
5293 * strings.texi (Modifying Strings): Clarify that `clear-string'
5294 always converts the string to unibyte.
5295
52962007-02-14 Kim F. Storm <storm@cua.dk>
5297
5298 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
5299 Rewrite glyph code description to refer to these functions.
5300 Remove details of encoding face number and char into integer code.
5301
53022007-02-03 Alan Mackenzie <acm@muc.de>
5303
5304 * loading.texi (Hooks for Loading): Make the description of
5305 `eval-after-load' more detailed, and amend the description of
5306 after-load-alist, in accordance with changes from 2006-05.
5307
53082007-02-03 Chong Yidong <cyd@stupidchicken.com>
5309
5310 * modes.texi (Defining Minor Modes): Document that a :require
5311 keyword or similar may be required to make saved customization
5312 variables work.
5313
53142007-02-03 Eli Zaretskii <eliz@gnu.org>
5315
5316 * elisp.texi (Top): Make the detailed menu headers compliant with
5dcb4c4e
SM
5317 Texinfo guidelines and with what texnfo-upd.el expects.
5318 Add comments to prevent people from inadvertently modifying the key
b8d4c8d0
GM
5319 parts needed by `texinfo-multiple-files-update'.
5320
53212007-02-02 Eli Zaretskii <eliz@gnu.org>
5322
5323 * elisp.texi (Top): Update the top-level menus.
5324
5325 * syntax.texi (Categories): Add index entries.
5326
53272007-02-01 Juanma Barranquero <lekktu@gmail.com>
5328
5329 * display.texi (Attribute Functions): Fix name and description of
5330 the UNDERLINE arg of `set-face-underline-p'.
5331
53322007-01-29 Eli Zaretskii <eliz@gnu.org>
5333
5334 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
5335 Variables", and "Standard Keymaps" to the detailed menu.
5336
5337 * variables.texi (Future Local Variables): Add index entry.
5338
53392007-01-28 Richard Stallman <rms@gnu.org>
5340
5341 * tips.texi (Coding Conventions): Clarify the tip about macros
5342 that define a function or a variable.
5343
5344 * files.texi (File Attributes): UID and GID can be floats.
5345 (Magic File Names): Explain why deferring all operations to
5346 the standard handler does not work.
5347
53482007-01-23 Martin Rudalics <rudalics@gmx.at>
5349
5350 * backups.texi (Reverting): Use "buffer" instead of "file"
5351 when talking about major and minor modes.
5352
53532007-01-21 Richard Stallman <rms@gnu.org>
5354
5355 * help.texi (Documentation): Add xref to Documentation Tips.
5356
53572007-01-14 Juanma Barranquero <lekktu@gmail.com>
5358
5359 * tips.texi (Coding Conventions): Fix typos.
5360
53612007-01-05 Richard Stallman <rms@gnu.org>
5362
5363 * modes.texi (Defining Minor Modes): Fix previous change.
5364
53652007-01-03 Richard Stallman <rms@gnu.org>
5366
5367 * customize.texi (Variable Definitions, Customization Types):
5368 Don't use * in doc string for defcustom.
5369
53702007-01-02 Richard Stallman <rms@gnu.org>
5371
5372 * variables.texi (Variable Aliases): Clarify that aliases vars
5373 always have the same value.
5374
5375 * processes.texi (Bindat Spec): Fix Texinfo usage.
5376
5377 * modes.texi (Defining Minor Modes): Explain effect of command
5378 defined with define-global-minor-mode on new buffers.
5379
53802006-12-30 Kim F. Storm <storm@cua.dk>
5381
5382 * keymaps.texi (Tool Bar): Describe `grow-only' value of
5383 `auto-resize-tool-bars'.
5384
53852006-12-30 Richard Stallman <rms@gnu.org>
5386
5387 * keymaps.texi (Active Keymaps): Fix previous change.
5388
53892006-12-30 Nick Roberts <nickrob@snap.net.nz>
5390
5391 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
5392
53932006-12-30 Kim F. Storm <storm@cua.dk>
5394
5395 * processes.texi (Bindat Spec): Clarify using field names in
5396 length specifications.
5397
53982006-12-29 Kim F. Storm <storm@cua.dk>
5399
5400 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
5401 Add count and index variables for eval forms in repeat blocks.
5402
54032006-12-24 Richard Stallman <rms@gnu.org>
5404
5dcb4c4e
SM
5405 * customize.texi (Variable Definitions):
5406 Document new name custom-add-frequent-value.
b8d4c8d0
GM
5407
54082006-12-19 Kim F. Storm <storm@cua.dk>
5409
5410 * commands.texi (Misc Events): User signals now result in sigusr1
5411 and sigusr2 events which are handled through special-event-map.
5412 (Special Events): User signals and drag-n-drop are special.
5413
54142006-12-17 Richard Stallman <rms@gnu.org>
5415
5416 * loading.texi (Named Features): Explain subfeatures better.
5417
5418 * customize.texi: Use "option" only for user options.
5419 For the keyword values inside defcustom etc, say "keywords".
5420 For :options value's elements, say "elements".
5421 :group should not be omitted.
5422
5423 * syntax.texi (Parsing Expressions): Split up node.
5424 (Motion via Parsing, Position Parse, Parser State)
5425 (Low-Level Parsing, Control Parsing): New subnodes.
5426 (Parser State): Document syntax-ppss-toplevel-pos.
5427
5428 * positions.texi (List Motion): Punctuation fix.
5429
5430 * files.texi (File Name Completion): Document PREDICATE arg
5431 to file-name-completion.
5432
54332006-12-16 Eli Zaretskii <eliz@gnu.org>
5434
5435 * internals.texi (Building Emacs, Writing Emacs Primitives):
5436 Add index entries.
5437
54382006-12-11 Richard Stallman <rms@gnu.org>
5439
5440 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
5441 affects face menu. Explain how to make it non-nil without enabling
5442 any fontification.
5443
54442006-12-10 Chong Yidong <cyd@stupidchicken.com>
5445
5446 * modes.texi (Font Lock Basics): Document nil value of
5447 font-lock-defaults.
5448
54492006-12-10 Glenn Morris <rgm@gnu.org>
5450
5451 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
5452 value for system-flag argument. Abbrev tables may not be empty
5453 when major modes are loaded.
5454
54552006-12-08 Juanma Barranquero <lekktu@gmail.com>
5456
5457 * makefile.w32-in (maintainer-clean): Partially revert last
5458 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
5459 to protect elisp-covers.texi.
5460
54612006-12-07 Juanma Barranquero <lekktu@gmail.com>
5462
5463 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
5464 Don't remove elisp* info files; they are already deleted by the
5465 `clean' and `distclean' targets, and they are in the $(infodir)
5466 directory, not the current one.
5467
54682006-12-04 Kim F. Storm <storm@cua.dk>
5469
5470 * commands.texi (Misc Events): Update signal events.
5471 (Event Examples): Add signal example.
5472
54732006-11-29 Richard Stallman <rms@gnu.org>
5474
5475 * frames.texi (Visibility of Frames): Explain visible windows
5476 can be covered by others. Add xref for raise-frame.
5477
54782006-11-28 Richard Stallman <rms@gnu.org>
5479
5480 * searching.texi (Regexp Special): Update when ^ is special.
5481
54822006-11-27 Eli Zaretskii <eliz@gnu.org>
5483
5484 * customize.texi (Customization, Common Keywords)
5485 (Group Definitions, Variable Definitions, Composite Types)
5486 (Type Keywords, Customization Types): Add index entries for
5487 various customization keywords.
5488
54892006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
5490
5491 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
5492
c8763fb6 54932006-11-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
5494
5495 * frames.texi (Window System Selections): Remove clipboard from
5496 description of selection-coding-system.
5497
54982006-11-06 Richard Stallman <rms@gnu.org>
5499
5500 * lists.texi (List Variables): Document COMPARE-FN.
5501
5502 * keymaps.texi: Avoid use of "binding" to mean a relation;
5503 use it only to refer to the meaning associated with a key.
5504 (Keymaps): Change menu node description.
5505
5506 * elisp.texi (Top): Change menu node description.
5507
5508 * display.texi (Managing Overlays): Document overlay-recenter.
5509
55102006-10-29 Chong Yidong <cyd@stupidchicken.com>
5511
5512 * Makefile.in: Use relative paths to avoid advertising filesystem
5513 contents during compilation.
5514
55152006-10-23 Kim F. Storm <storm@cua.dk>
5516
5517 * commands.texi (Event Input Misc): Update unread-command-events.
5518
55192006-10-23 Nick Roberts <nickrob@snap.net.nz>
5520
5521 * lists.texi (Sets And Lists): Fix typos.
5522
55232006-10-18 Juanma Barranquero <lekktu@gmail.com>
5524
5525 * control.texi (Processing of Errors): Use @var for an argument,
5526 not @code.
5527
55282006-10-16 Richard Stallman <rms@gnu.org>
5529
5530 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
5531
5532 * keymaps.texi (Format of Keymaps): Show all the keymap element
5533 patterns that result from menu items.
5534 (Key Lookup): Minor cleanups.
5535
5536 * modes.texi (Precalculated Fontification): Don't say that
5537 not setting font-lock-defaults avoids loading font-lock.
5538
5539 * help.texi (Documentation): Move xref to Emacs Manual here.
5540 (Documentation Basics): From here.
5541 Also doc emacs-lisp-docstring-fill-column.
5542
5543 * elisp.texi: Update version and ISBN.
5544
5545 * commands.texi (Interactive Call): Clarify KEYS arg to
5546 call-interactively is a vector.
5547 (Command Loop Info): Delete anchor in this-command-keys.
5548 Add anchor in this-command-keys-vector.
5549 (Recursive Editing): Document how recursive-edit
5550 handles the current buffer.
5551
55522006-10-13 Chong Yidong <cyd@stupidchicken.com>
5553
5554 * frames.texi (Frame Titles): %c and %l are ignored in
5555 frame-title-format.
5556
55572006-10-11 Richard Stallman <rms@gnu.org>
5558
5559 * keymaps.texi (Key Sequences): Clarify use of kbd.
5560
55612006-10-10 Kim F. Storm <storm@cua.dk>
5562
5563 * lists.texi (Sets And Lists): Add memql.
5564
55652006-10-03 Richard Stallman <rms@gnu.org>
5566
5567 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
5568 Clarify :ascii: and :nonascii:.
5569
55702006-09-29 Juri Linkov <juri@jurta.org>
5571
5572 * modes.texi (%-Constructs): Reorder coding systems in the
5573 documentation of %z to the real order displayed in the modeline.
5574
55752006-09-25 Richard Stallman <rms@gnu.org>
5576
5577 * os.texi (Timers): Describe timer-max-repeats.
5578
55792006-09-25 Chong Yidong <cyd@stupidchicken.com>
5580
5581 * os.texi (Timers): Mention with-local-quit.
5582
55832006-09-24 Richard Stallman <rms@gnu.org>
5584
5585 * searching.texi (Searching and Matching): Mention property search.
5586
5587 * commands.texi (Command Loop Info): Explain how read-event affects
5588 this-command-keys.
5589
55902006-09-20 Richard Stallman <rms@gnu.org>
5591
5592 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
5593
5594 * windows.texi (Window Start): Minor cleanups.
5595
55962006-09-20 Kim F. Storm <storm@cua.dk>
5597
5598 * windows.texi (Window Start): pos-visible-in-window-p allows
5599 specifying t for position to mean "end of window".
5600 Add window-line-height.
5601
5602 * anti.texi (Antinews): Mention window-line-height.
5603
56042006-09-19 David Kastrup <dak@gnu.org>
5605
5606 * keymaps.texi (Searching Keymaps): Small clarification.
5607
56082006-09-18 Richard Stallman <rms@gnu.org>
5609
5610 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
5611 cause keyboard menus.
5612 (Menu Keymaps): Likewise.
5613 (Defining Menus, Keyboard Menus): Clarify.
5614
5615 * text.texi (Fields): Clarify explanation of constrain-to-field.
5616
56172006-09-16 Eli Zaretskii <eliz@gnu.org>
5618
5619 * variables.texi (Tips for Defining): Fix a typo.
5620
56212006-09-15 Richard Stallman <rms@gnu.org>
5622
5623 * keymaps.texi (Remapping Commands, Searching Keymaps)
5624 (Active Keymaps): Clean up previous change.
5625
56262006-09-15 Jay Belanger <belanger@truman.edu>
5627
5628 * gpl.texi: Replace "Library Public License" by "Lesser Public
5629 License" throughout.
5630
56312006-09-15 David Kastrup <dak@gnu.org>
5632
5633 * keymaps.texi (Active Keymaps): Adapt description to use
5634 `get-char-property' instead `get-text-property'. Explain how
5635 mouse events change this. Explain the new optional argument of
5636 `key-binding' and its mouse-dependent lookup.
5637 (Searching Keymaps): Adapt description similarly.
5638 (Remapping Commands): Explain the new optional argument of
5639 `command-remapping'.
5640
56412006-09-14 Richard Stallman <rms@gnu.org>
5642
5643 * keymaps.texi (Searching Keymaps): Clarification.
5644 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
5645
56462006-09-13 Richard Stallman <rms@gnu.org>
5647
5648 * objects.texi (Character Type): Node split.
5649 Add xref to Describing Characters.
5650 (Basic Char Syntax, General Escape Syntax)
5651 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
5652
56532006-09-11 Richard Stallman <rms@gnu.org>
5654
5655 * display.texi (Display Table Format): Wording clarification.
5656 (Glyphs): Clarifications.
5657
56582006-09-10 Chong Yidong <cyd@stupidchicken.com>
5659
5660 * keymaps.texi (Active Keymaps): Mention that key-binding checks
5661 local maps.
5662
56632006-09-10 Kim F. Storm <storm@cua.dk>
5664
5665 * display.texi (Forcing Redisplay): Document return value of
5666 function redisplay.
5667
56682006-09-09 Richard Stallman <rms@gnu.org>
5669
5670 * windows.texi (Window Hooks): Explain limits of
5671 window-scroll-functions.
5672
5673 * display.texi (Fringe Indicators): Update for last change in
5674 indicate-buffer-boundaries.
5675
56762006-09-08 Richard Stallman <rms@gnu.org>
5677
5678 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
5679
56802006-09-06 Kim F. Storm <storm@cua.dk>
5681
5682 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
5683
5684 * windows.texi (Window Start): Update pos-visible-in-window-p.
5685
56862006-09-04 Richard Stallman <rms@gnu.org>
5687
5688 * processes.texi (Accepting Output): Explain SECONDS=0 for
5689 accept-process-output.
5690
5691 * os.texi (Idle Timers): Explain why timer functions should not
5692 loop until (input-pending-p).
5693
56942006-09-02 Eli Zaretskii <eliz@gnu.org>
5695
5696 * makefile.w32-in (usermanualdir): New variable.
5697 (elisp.dvi): Use it.
5698
56992006-09-01 Eli Zaretskii <eliz@gnu.org>
5700
5701 * buffers.texi (Buffer Modification): Fix last change.
5702
57032006-09-01 Chong Yidong <cyd@stupidchicken.com>
5704
5dcb4c4e
SM
5705 * buffers.texi (Buffer Modification):
5706 Document buffer-chars-modified-tick.
b8d4c8d0
GM
5707
57082006-08-31 Richard Stallman <rms@gnu.org>
5709
5710 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
5711
57122006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
5713
5714 * modes.texi (Syntactic Font Lock):
5715 Mention font-lock-syntactic-face-function
5716 instead of specific faces.
5717
57182006-08-29 Chong Yidong <cyd@stupidchicken.com>
5719
5720 * display.texi (Images): Add xrref to display-images-p.
5721
57222006-08-28 Kenichi Handa <handa@m17n.org>
5723
5724 * nonascii.texi (Lisp and Coding Systems): Fix description of
5725 detect-coding-region.
5726
57272006-08-27 Michael Olson <mwolson@gnu.org>
5728
5729 * processes.texi (Transaction Queues): Remove stray quote
5730 character.
5731
57322006-08-25 Richard Stallman <rms@gnu.org>
5733
5734 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
5735 Add xref.
5736
57372006-08-24 Chong Yidong <cyd@stupidchicken.com>
5738
5739 * os.texi (Timers): Avoid waiting inside timers.
5740
57412006-08-21 Lute Kamstra <lute@gnu.org>
5742
5743 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
5744
57452006-08-20 Richard Stallman <rms@gnu.org>
5746
5747 * os.texi (Idle Timers): New node, split out from Timers.
5748 Document current-idle-time.
5749 * commands.texi (Reading One Event): Update xref.
5750 * elisp.texi (Top): Update subnode menu.
5751
57522006-08-16 Richard Stallman <rms@gnu.org>
5753
5754 * keymaps.texi (Extended Menu Items): Show format of cached
5755 bindings in extended menu items.
5756
5757 * customize.texi (Variable Definitions): Explain when the
5758 standard value expression is evaluated.
5759
57602006-08-15 Chong Yidong <cyd@stupidchicken.com>
5761
5762 * commands.texi (Reading One Event): Explain idleness in
5763 `read-event'.
5764
57652006-08-12 Chong Yidong <cyd@stupidchicken.com>
5766
5767 * text.texi (Near Point): Say "cursor" not "terminal cursor".
5dcb4c4e 5768 (Commands for Insertion): Remove split-line since it's not
b8d4c8d0
GM
5769 relevant for Lisp programming.
5770 (Yank Commands): Rewrite introduction.
5771 (Undo): Clarify.
5772 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
5773 (Filling): Remove redundant comment. Clarify return value of
5774 current-justification.
5775 (Margins): Minor clarifications.
5776 (Adaptive Fill): Update default value of adaptive-fill-regexp.
5777 (Sorting): Update definition of sort-lines.
5778 (Columns): Clarify behavior of sort-columns.
5779 (Indent Tabs): Link to Tab Stops in Emacs manual.
5780 (Special Properties): Clarify.
5781 (Clickable Text): Mention Buttons package.
5782
57832006-08-12 Kevin Ryde <user42@zip.com.au>
5784
5785 * os.texi (Time Parsing): Add %z to description of
5786 format-time-string, as per docstring. Add cross reference to
5787 glibc manual for strftime.
5788
57892006-08-08 Richard Stallman <rms@gnu.org>
5790
5791 * modes.texi: Clean up wording in previous change.
5792
57932006-08-07 Chong Yidong <cyd@stupidchicken.com>
5794
5795 * modes.texi (Hooks): Clarify.
5796 (Major Mode Basics): Mention define-derived-mode explicitly.
5797 (Major Mode Conventions): Rebinding RET is OK for some modes.
5798 Mention change-major-mode-hook and after-change-major-mode-hook.
5dcb4c4e 5799 (Example Major Modes): Move to end of Modes section.
b8d4c8d0
GM
5800 (Mode Line Basics): Clarify.
5801 (Mode Line Data): Mention help-echo and local-map in strings.
5802 Explain reason for treatment of non-risky variables.
5803 (Properties in Mode): Clarify.
5804 (Faces for Font Lock): Add font-lock-negation-char-face.
5805
58062006-08-04 Eli Zaretskii <eliz@gnu.org>
5807
5808 * strings.texi (Formatting Strings): Warn against arbitrary
5809 strings as first arg to `format'.
5810
58112006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
5812
5813 * text.texi (Clickable Text): Mention `help-echo' text property.
5814 Update intro, examples and associated explanations.
5815
58162006-07-31 Richard Stallman <rms@gnu.org>
5817
5818 * commands.texi: Update xrefs.
5819 (Event Mod): New node, cut out from old Translating Input.
5820
5821 * maps.texi: Update xrefs.
5822
5823 * keymaps.texi (Translation Keymaps): New node.
5824 Update xrefs from Translating Input to Translation Keymaps.
5825
5826 * elisp.texi (Top): Update subnode menu.
5827
5828 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
5829
5830 * os.texi (System Interface): Fix menu descriptions of some nodes.
5831 (Translating Input): Node deleted.
5832
58332006-07-31 Nick Roberts <nickrob@snap.net.nz>
5834
5835 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
5836
5837 * lists.texi (Sets And Lists): Likewise.
5838
58392006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
5840
5841 * text.texi (Fields): Mention POS
5842 requirement when narrowing is in effect.
5843
58442006-07-28 Richard Stallman <rms@gnu.org>
5845
5846 * display.texi (Face Attributes): Simplify wording.
5847 (Attribute Functions): Clarify meaning of new-frame default
5848 attribute settings.
5849
5850 * customize.texi (Common Keywords): Document how to use
5851 :package-version in a package not in Emacs.
5852
58532006-07-28 Kim F. Storm <storm@cua.dk>
5854
5855 * commands.texi (Reading One Event): Fix last change.
5856
58572006-07-26 Chong Yidong <cyd@stupidchicken.com>
5858
5859 * commands.texi (Reading One Event): Document SECONDS argument for
5860 read-event, read-char, and read-char-exclusive.
5861
58622006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
5863
5864 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
5865 to ensure correct identification.
5866
58672006-07-24 Richard Stallman <rms@gnu.org>
5868
5869 * text.texi (Clickable Text): Clarify.
5870
5871 * sequences.texi (Vector Functions): Delete duplicate xref.
5872
5873 * objects.texi (Function Type): Clarify.
5874
5875 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
5876 modes.
5877
5878 * lists.texi (List Variables): New node.
5879 Material moved from other nodes.
5880
5881 * variables.texi (Setting Variables): add-to-list and
5882 add-to-ordered-list moved to List Variables node.
5883
58842006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
5885
5886 * text.texi (Links and Mouse-1):
5887 For mouse-on-link-p, expand on arg POS.
5888
58892006-07-21 Kim F. Storm <storm@cua.dk>
5890
5891 * display.texi (Forcing Redisplay): Don't mention systems which
5892 don't support sub-second timers for redisplay-preemption-period.
5893
5894 * os.texi (Terminal Output): Clarify text vs graphical terminal.
5895
58962006-07-21 Eli Zaretskii <eliz@gnu.org>
5897
5898 * frames.texi (Input Focus): Document that focus-follows-mouse has
5899 no effect on MS-Windows.
5900
59012006-07-18 Richard Stallman <rms@gnu.org>
5902
5903 * display.texi (Forcing Redisplay): Cleanups in previous change.
5904
5905 * processes.texi (Low-Level Network): Make menu more convenient.
5906
59072006-07-18 Kim F. Storm <storm@cua.dk>
5908
5909 * display.texi (Forcing Redisplay): redisplay-preemption-period
5910 only used on window systems. Add xref to Terminal Output.
5911
5912 * os.texi (Terminal Output): baud-rate only controls preemption on
5913 non-window systems. Add xref to Forcing Redisplay.
5914
5915 * processes.texi (Low-Level Network): Rename node "Make Network"
5916 to "Network Processes".
5917
59182006-07-18 Karl Berry <karl@gnu.org>
5919
5920 * variables.texi, functions.texi, customize.texi, loading.texi:
5921 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
5922
59232006-07-17 Chong Yidong <cyd@stupidchicken.com>
5924
5925 * commands.texi (Waiting): Document batch-mode sit-for behavior.
5926
59272006-07-17 Richard Stallman <rms@gnu.org>
5928
5929 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
5930 Put period and comma inside quotes.
5931
5932 * loading.texi, markers.texi: Use real doublequote inside menus.
5933
5934 * windows.texi: Put point and comma inside quotes.
5935 (Textual Scrolling): Use @samp for error message.
5936
5937 * variables.texi, tips.texi, syntax.texi, symbols.texi:
5938 * strings.texi, streams.texi, processes.texi, os.texi:
5939 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
5940 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
5941 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
5942 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
5943 Put point and comma inside quotes.
5944
5945 * control.texi (Processing of Errors): Add command-error-function.
5946
5947 * variables.texi (File Local Variables): Clarify that
5948 file local variables make buffer-local bindings.
5949
5950 * modes.texi (Syntactic Font Lock): Give default for
5951 font-lock-syntax-table.
5952
59532006-07-17 Nick Roberts <nickrob@snap.net.nz>
5954
5955 * text.texi (Special Properties): Clean up previous change.
5956
59572006-07-16 Karl Berry <karl@gnu.org>
5958
5959 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
5960 * control.texi: Fix bad page breaks through chapter 10 (control).
5961
5962 * anti.texi (Antinews): Reorder face-attribute fns to avoid
5963 underfull hbox.
5964
59652006-07-15 Nick Roberts <nickrob@snap.net.nz>
5966
5967 * text.texi (Special Properties): Describe fontified text property
5968 in relation to a character (not text).
5969
59702006-07-15 Kim F. Storm <storm@cua.dk>
5971
5972 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
5973 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
5974 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
5975
5976 * anti.texi (Antinews): Mention redisplay function.
5977 The kbd macro existed, but was not documented, before 22.x.
5978 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
5979
59802006-07-14 Nick Roberts <nickrob@snap.net.nz>
5981
5982 * display.texi (Displaying Messages): Add anchor.
5983
5984 * frames.texi (Dialog Boxes): Use it.
5985
59862006-07-12 Richard Stallman <rms@gnu.org>
5987
5988 * objects.texi (Frame Type): Explain nature of frames better.
5989
5990 * frames.texi (Frames): Explain nature of frames better.
5991
59922006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
5993
5994 * tips.texi (Coding Conventions): Explain why use cl at compile time.
5995
59962006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5997
5998 * frames.texi (Window System Selections): Mention scrap support for Mac.
5999 Default value of x-select-enable-clipboard is t on Mac.
6000
6001 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
6002
60032006-07-11 Kim F. Storm <storm@cua.dk>
6004
6005 * display.texi (Forcing Redisplay): Add `redisplay' function.
6006 Don't mention (sit-for -1) -- use (redisplay t) instead.
6007
6008 * commands.texi (Waiting): (sit-for -1) is no longer special.
6009 (sit-for 0) is equivalent to (redisplay).
6010 Iconifying/deiconifying no longer makes sit-for return.
6011
60122006-07-10 Nick Roberts <nickrob@snap.net.nz>
6013
6014 * display.texi (Buttons): Fix typo.
6015
6016 * index.texi, elisp.texi (New Symbols): Comment node out.
6017
60182006-07-09 Richard Stallman <rms@gnu.org>
6019
6020 * display.texi (Truncation): Clean up previous change.
6021
60222006-07-08 Richard Stallman <rms@gnu.org>
6023
6024 * commands.texi (Interactive Call): Use 3 as prefix in example
6025 for execute-extended-command.
6026
6027 * display.texi (Attribute Functions): Move paragraph about
6028 compatibility with Emacs < 21.
6029
60302006-07-09 Kim F. Storm <storm@cua.dk>
6031
6032 * display.texi (Refresh Screen): Clarify force-window-update.
6033 (Truncation): "Normally" indicated by fringe arrows.
6034
60352006-07-08 Eli Zaretskii <eliz@gnu.org>
6036
6037 * windows.texi (Textual Scrolling, Resizing Windows):
6038 * variables.texi (Constant Variables):
6039 * text.texi (Buffer Contents, Deletion, Changing Properties)
6040 (Property Search, Special Properties, Sticky Properties)
6041 (Links and Mouse-1, Fields, Change Hooks):
6042 * syntax.texi (Syntax Table Functions, Parsing Expressions)
6043 (Categories):
6044 * symbols.texi (Other Plists):
6045 * streams.texi (Output Variables):
6046 * processes.texi (Input to Processes, Query Before Exit):
6047 * positions.texi (Word Motion, Text Lines, List Motion):
6048 * os.texi (Init File, System Environment, Sound Output)
6049 (Session Management):
6050 * nonascii.texi (Text Representations, Character Sets)
6051 (Chars and Bytes, Locales):
6052 * modes.texi (Defining Minor Modes, Header Lines):
6053 * minibuf.texi (Minibuffer Contents):
6054 * markers.texi (Information from Markers):
6055 * lists.texi (List Elements, Building Lists, Association Lists):
6056 * keymaps.texi (Tool Bar):
6057 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
6058 * functions.texi (What Is a Function, Mapping Functions):
6059 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
6060 (Color Names, Text Terminal Colors, Display Feature Testing):
6061 * files.texi (Visiting Functions, File Name Components)
6062 (Unique File Names, Contents of Directories):
6063 * display.texi (Forcing Redisplay, Displaying Messages)
6064 (Temporary Displays, Font Selection, Auto Faces)
6065 (Font Lookup, Fringe Indicators, Display Margins)
6066 (Image Descriptors, Showing Images, Image Cache, Button Types)
6067 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
6068 (Display Table Format, Glyphs):
6069 * control.texi (Iteration):
6070 * commands.texi (Command Loop Info, Adjusting Point):
6071 * backups.texi (Making Backups, Auto-Saving):
6072 Remove @tindex entries.
6073
60742006-07-07 Kim F. Storm <storm@cua.dk>
6075
6076 * display.texi (Fringe Cursors): Fix typo.
6077 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
6078 (Overlay Arrow): Default is overlay-arrow fringe indicator.
6079
60802006-07-05 Richard Stallman <rms@gnu.org>
6081
6082 * text.texi (Buffer Contents): Add example of text props
6083 in result of buffer-substring.
6084 (Text Properties): Explain better about use of specific property names.
6085 (Property Search): Some cleanups; reorder some functions.
6086
6087 * keymaps.texi (Changing Key Bindings): Cleanup.
6088 Add xref to Key Binding Conventions.
6089
6090 * display.texi (Attribute Functions): Add examples for
6091 face-attribute-relative-p.
6092
6093 * tips.texi (Coding Conventions): Cleanup last change.
6094
60952006-07-05 Karl Berry <karl@gnu.org>
6096
6097 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
6098 Remove @setchapternewpage odd.
6099 Result is 1013 pages, down from 1100.
6100
6101 * anti.texi, customize.texi, display.texi, internals.texi:
6102 * minibuf.texi, modes.texi, tips.texi:
6103 Fix overfull/underfull boxes.
6104
61052006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
6106
6107 * edebug.texi (Instrumenting):
6108 Add Edebug-specific findex for eval-buffer.
6109 * loading.texi (Loading):
6110 Replace eval-current-buffer with eval-buffer.
6111
61122006-06-30 Nick Roberts <nickrob@snap.net.nz>
6113
6114 * locals.texi (Standard Buffer-Local Variables): Update the list
6115 of variables.
6116
61172006-06-26 Nick Roberts <nickrob@snap.net.nz>
6118
6119 * files.texi (File Name Completion): Point user to the node
6120 "Reading File Names".
6121
61222006-06-24 Eli Zaretskii <eliz@gnu.org>
6123
6124 * files.texi (Contents of Directories): Document case-insensitive
6125 behavior on respective filesystems.
6126
6127 * objects.texi (Character Type): Document that Emacs signals an
6128 error for unsupported Unicode characters specified as \uNNNN.
6129
61302006-06-19 Richard Stallman <rms@gnu.org>
6131
6132 * processes.texi (Bindat Spec): Clarify previous change.
6133
61342006-06-16 Richard Stallman <rms@gnu.org>
6135
6136 * tips.texi (Coding Conventions): Better explain conventions
6137 for definition constructs.
6138
6139 * text.texi (Special Properties): String value of `read-only'
6140 serves as the error message.
6141
6142 * objects.texi (Character Type): Clarify prev. change.
6143 (Non-ASCII in Strings): Mention \u and \U.
6144
6145 * commands.texi (Using Interactive): Explain problem of
6146 markers, etc., in command-history.
6147
61482006-06-14 Kim F. Storm <storm@cua.dk>
6149
6150 * commands.texi (Waiting): Negative arg to sit-for forces
6151 redisplay even if input is pending.
6152
6153 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
6154 redisplay. Remove incorrect example of binding redisplay-dont-pause
6155 around (sit-for 0).
6156
61572006-06-13 Richard Stallman <rms@gnu.org>
6158
6159 * display.texi (Forcing Redisplay): Clarify previous change.
6160
61612006-06-13 Romain Francoise <romain@orebokech.com>
6162
6163 * display.texi (Forcing Redisplay): Fix typo.
6164
61652006-06-13 Kim F. Storm <storm@cua.dk>
6166
6167 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
6168
61692006-06-10 Luc Teirlinck <teirllm@auburn.edu>
6170
6171 * tips.texi (Coding Conventions): Add `@end itemize'.
6172
61732006-06-10 Richard Stallman <rms@gnu.org>
6174
6175 * tips.texi (Coding Conventions): Explain use of coding systems
6176 to ensure one decoding for strings.
6177
61782006-06-09 Aidan Kehoe <kehoea@parhasard.net>
6179
6180 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
6181 syntax.
6182
61832006-06-07 Eli Zaretskii <eliz@gnu.org>
6184
6185 * display.texi (Font Selection): Remove description of
6186 clear-face-cache.
6187
6188 * compile.texi (Eval During Compile): Fix a typo. Add index
6189 entries for possible uses of eval-when-compile.
6190
61912006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
6192
6193 * display.texi (Abstract Display): Fix typo.
6194
61952006-06-03 Eli Zaretskii <eliz@gnu.org>
6196
6197 * minibuf.texi (Minibuffer History) <history-add-new-input>:
6198 Reword variable's description.
6199
62002006-06-01 Richard Stallman <rms@gnu.org>
6201
6202 * windows.texi (Splitting Windows): Clarify splitting nonselected
6203 window.
6204
62052006-05-31 Juri Linkov <juri@jurta.org>
6206
6207 * minibuf.texi (Minibuffer History): Add history-add-new-input.
6208
62092006-05-30 Richard Stallman <rms@gnu.org>
6210
6211 * display.texi (Line Height): Fix errors in description of
10d1d0af 6212 default line height and line-height property.
b8d4c8d0
GM
6213
6214 * nonascii.texi (Default Coding Systems): Further clarification.
6215
62162006-05-29 Luc Teirlinck <teirllm@auburn.edu>
6217
6218 * internals.texi (Pure Storage): Mention that an overflow in pure
6219 space causes a memory leak.
6220 (Garbage Collection): If there was an overflow in pure space,
6221 `garbage-collect' returns nil.
6222
62232006-05-30 Eli Zaretskii <eliz@gnu.org>
6224
6225 * nonascii.texi (Default Coding Systems): Fix it some more.
6226
62272006-05-29 Eli Zaretskii <eliz@gnu.org>
6228
6229 * nonascii.texi (Default Coding Systems): Fix last change.
6230
62312006-05-29 Kenichi Handa <handa@m17n.org>
6232
6233 * nonascii.texi (find-operation-coding-system): Describe the new
6234 argument format (FILENAME . BUFFER).
6235
62362006-05-28 Richard Stallman <rms@gnu.org>
6237
6238 * tips.texi (Coding Conventions): Better explain reasons not to
6239 advise other packages or use `eval-after-load'.
6240
62412006-05-29 Kim F. Storm <storm@cua.dk>
6242
6243 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
6244 `bindat-idx' and `bindat-raw' for clarity.
6245
62462006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
6247
6248 * processes.texi (Bindat Spec): Expand on `repeat' handler.
6249
6250 * display.texi (Display): Add "Abstract Display" to menu.
6251 (Abstract Display, Abstract Display Functions)
6252 (Abstract Display Example): New nodes.
6253 * elisp.texi (Top): Add "Abstract Display" to menu.
6254
62552006-05-27 Chong Yidong <cyd@stupidchicken.com>
6256
6257 * keymaps.texi (Key Sequences): Link to input events definition.
6258 (Format of Keymaps): Delete material duplicated in Keymap Basics.
6259
6260 * files.texi (Changing Files): Document updated argument list for
6261 copy-file.
6262
62632006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
6264
6265 * processes.texi (Bindat Functions): Explain term "total length".
6266 Use it in bindat-length and bindat-pack descriptions.
6267
62682006-05-26 Eli Zaretskii <eliz@gnu.org>
6269
6270 * tips.texi (Coding Conventions): Advise against using
6271 eval-after-load in packages. Add an index entry.
6272
62732006-05-25 Juri Linkov <juri@jurta.org>
6274
6275 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
6276
6277 * modes.texi (%-Constructs): Add %e, %z, %Z.
6278
62792006-05-25 Richard Stallman <rms@gnu.org>
6280
6281 * elisp.texi (Top): Update subnode menu.
6282
6283 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
6284 (Keymaps): Update menu.
6285
62862006-05-25 Chong Yidong <cyd@stupidchicken.com>
6287
6288 * keymaps.texi (Key Sequences): Some clarifications.
6289
62902006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
6291
6292 * processes.texi (Bindat Functions): Say "unibyte string"
6293 explicitly for bindat-unpack and bindat-pack descriptions.
6294 (Bindat Examples): Don't call `string-make-unibyte' in example.
6295
62962006-05-25 Chong Yidong <cyd@stupidchicken.com>
6297
5dcb4c4e 6298 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
c5602427 6299 Explain string and vector representations of key sequences.
b8d4c8d0
GM
6300
6301 * keymaps.texi (Changing Key Bindings):
dd7b651b 6302 * commands.texi (Interactive Codes):
b8d4c8d0
GM
6303 * help.texi (Describing Characters): Refer to it.
6304
63052006-05-23 Luc Teirlinck <teirllm@auburn.edu>
6306
6307 * frames.texi (Pointer Shape): @end table -> @end defvar.
6308
63092006-05-22 Richard Stallman <rms@gnu.org>
6310
6311 * elisp.texi (Top): Update subnode menus.
6312
6313 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
6314 Contents rewritten; material from old Pointer Shape node moved here.
6315
6316 * display.texi (Pointer Shape): Node deleted.
6317 (Image Descriptors): Minor cleanup.
6318
63192006-05-21 Richard Stallman <rms@gnu.org>
6320
6321 * syntax.texi (Parsing Expressions): Update info on which STATE
6322 elements are ignored.
6323
63242006-05-19 Luc Teirlinck <teirllm@auburn.edu>
6325
6326 * hooks.texi (Standard Hooks): Correct typo.
6327
6328 * gpl.texi (GPL): ifinfo -> ifnottex.
6329
63302006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
6331
6332 * searching.texi (Simple Match Data): Warn about match data being
6333 set anew by every search.
6334
63352006-05-17 Richard Stallman <rms@gnu.org>
6336
6337 * minibuf.texi (Minibuffer History): Clarify.
6338
6339 * searching.texi (Regexp Special): Clarify nested regexp warning.
6340
63412006-05-16 Kim F. Storm <storm@cua.dk>
6342
6343 * minibuf.texi (Minibuffer History): Update add-to-history.
6344
63452006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
6346
5dcb4c4e
SM
6347 * nonascii.texi (Explicit Encoding):
6348 Fix typo (encoding<->decoding).
b8d4c8d0
GM
6349
63502006-05-14 Richard Stallman <rms@gnu.org>
6351
6352 * buffers.texi (Creating Buffers): Cleanup.
6353
6354 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
6355
63562006-05-13 Eli Zaretskii <eliz@gnu.org>
6357
6358 * buffers.texi (Current Buffer): Document that with-temp-buffer
6359 disables undo.
6360
6361 * os.texi (Terminal-Specific): More accurate description of how
6362 Emacs searches for the terminal-specific libraries.
6363
63642006-05-12 Eli Zaretskii <eliz@gnu.org>
6365
6366 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
6367 emacs-xtra to @inforef's.
6368
6369 * text.texi (Undo): Document that undo is turned off in buffers
6370 whose names begin with a space.
6371
6372 * buffers.texi (Buffer Names): Add index entries for buffers whose
6373 names begin with a space.
6374 (Creating Buffers): Document that undo is turned off in buffers
6375 whose names begin with a space.
6376
6377 * files.texi (Visiting Functions, Reading from Files)
6378 (Saving Buffers): Mention code and EOL conversions by file I/O
6379 primitives and subroutines.
6380
f4e90db0
SM
6381 * nonascii.texi (Lisp and Coding Systems):
6382 Document coding-system-eol-type. Add index entries for eol conversion.
b8d4c8d0
GM
6383
6384 * display.texi (Defining Faces): Mention `mac', and add an xref to
6385 where window-system is described.
6386
63872006-05-10 Richard Stallman <rms@gnu.org>
6388
6389 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
6390
63912006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
6392
6393 * variables.texi (File Local Variables): Recommend to quote lambda
6394 expressions in safe-local-variable property.
6395
63962006-05-09 Richard Stallman <rms@gnu.org>
6397
5dcb4c4e
SM
6398 * variables.texi (File Local Variables):
6399 Document safe-local-eval-forms and safe-local-eval-function.
b8d4c8d0
GM
6400
64012006-05-07 Kim F. Storm <storm@cua.dk>
6402
6403 * minibuf.texi (Minibuffer History): Remove keep-dups arg
6404 from add-to-history.
6405
64062006-05-07 Romain Francoise <romain@orebokech.com>
6407
6408 * commands.texi (Event Input Misc):
6409 * compile.texi (Eval During Compile):
6410 * internals.texi (Buffer Internals):
6411 * minibuf.texi (Initial Input):
6412 * nonascii.texi (Scanning Charsets):
6413 * numbers.texi (Comparison of Numbers):
6414 * windows.texi (Textual Scrolling, Vertical Scrolling):
6415 Fix various typos.
6416
64172006-05-06 Eli Zaretskii <eliz@gnu.org>
6418
6419 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
6420 conditional xref's to either emacs or emacs-xtra, depending on
6421 @iftex/@ifnottex.
6422
6423 * minibuf.texi (Minibuffer History): Document add-to-history.
6424
64252006-05-05 Eli Zaretskii <eliz@gnu.org>
6426
6427 * internals.texi (Pure Storage): Mention the pure overflow message
6428 at startup.
6429
c8763fb6 64302006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
6431
6432 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
6433 (Searching Keymaps): Fix pseudo-Lisp description of keymap
6434 search.
6435
64362006-05-01 Richard Stallman <rms@gnu.org>
6437
6438 * intro.texi (nil and t): Clarify.
6439
6440 * variables.texi (File Local Variables): Suggest using booleanp.
6441
64422006-05-01 Juanma Barranquero <lekktu@gmail.com>
6443
6444 * objects.texi (Type Predicates): Fix typos.
6445
64462006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
6447
6448 * intro.texi (nil and t): Add booleanp.
6449
6450 * objects.texi (Type Predicates): Add links for booleanp and
6451 string-or-null-p.
6452
64532006-04-29 Richard Stallman <rms@gnu.org>
6454
6455 * modes.texi (Multiline Font Lock): Rename from
6456 Multi line Font Lock Elements. Much clarification.
6457 (Font Lock Multiline, Region to Fontify): Much clarification.
6458
64592006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
6460
6461 * variables.texi (File Local Variables): Remove the special case t for
6462 safe-local-variable.
6463
64642006-04-26 Richard Stallman <rms@gnu.org>
6465
6466 * syntax.texi (Parsing Expressions): Minor cleanup.
6467
64682006-04-18 Richard Stallman <rms@gnu.org>
6469
6470 * tips.texi (Coding Conventions): Explain when the package's
6471 prefix should appear later on (not at the start of the name).
6472
6473 * searching.texi (String Search): Clarify effect of NOERROR.
6474
6475 * modes.texi (Imenu): Clarify what special items do.
6476
6477 * hooks.texi (Standard Hooks): Delete text about old hook names.
6478
64792006-04-17 Romain Francoise <romain@orebokech.com>
6480
6481 * variables.texi (Local Variables): Update the default value of
6482 `max-specpdl-size'.
6483
64842006-04-15 Michael Olson <mwolson@gnu.org>
6485
6486 * processes.texi (Transaction Queues): Mention the new optional
6487 `delay-question' argument for `tq-enqueue'.
6488
64892006-04-13 Bill Wohler <wohler@newt.com>
6490
6491 * customize.texi (Common Keywords): Use dotted notation for
6492 :package-version value. Specify its values. Improve documentation
6493 for customize-package-emacs-version-alist.
6494
64952006-04-12 Bill Wohler <wohler@newt.com>
6496
6497 * customize.texi (Common Keywords): Move description of
6498 customize-package-emacs-version-alist to @defvar.
6499
65002006-04-10 Bill Wohler <wohler@newt.com>
6501
6502 * customize.texi (Common Keywords): Add :package-version.
6503
65042006-04-10 Kim F. Storm <storm@cua.dk>
6505
6506 * text.texi (Buffer Contents): Add NOPROPS arg to
6507 filter-buffer-substring.
6508
65092006-04-08 Kevin Ryde <user42@zip.com.au>
6510
6511 * os.texi (Command-Line Arguments): Update xref to emacs manual
6512 "Command Arguments" -> "Emacs Invocation", per change there.
6513
65142006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
6515
6516 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
6517 be on one line to help makeinfo not render two spaces after the dot.
6518
65192006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
6520
6521 * strings.texi (Predicates for Strings): Add string-or-null-p.
6522
65232006-03-28 Kim F. Storm <storm@cua.dk>
6524
6525 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
6526 remarks about systems that don't support fractional seconds.
6527
65282006-03-25 Karl Berry <karl@gnu.org>
6529
6530 * elisp.texi: Use @copyright{} instead of (C), and do not indent
6531 the year list.
6532
65332006-03-21 Nick Roberts <nickrob@snap.net.nz>
6534
6535 * display.texi (Fringe Indicators): Fix typos.
6536
65372006-03-19 Luc Teirlinck <teirllm@auburn.edu>
6538
6539 * tips.texi (Documentation Tips): One can now also write `program'
6540 in front of a quoted symbol in a docstring to prevent making a
6541 hyperlink.
6542
65432006-03-19 Alan Mackenzie <acm@muc.de>
6544
6545 * text.texi (Special Properties): Clarify `fontified' property.
6546
65472006-03-16 Richard Stallman <rms@gnu.org>
6548
6549 * display.texi (Defining Images): Minor cleanup.
6550
65512006-03-16 Bill Wohler <wohler@newt.com>
6552
6553 * display.texi (Defining Images): In image-load-path-for-library,
6554 prefer user's images.
6555
65562006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
6557
6558 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
6559
65602006-03-15 Bill Wohler <wohler@newt.com>
6561
6562 * display.texi (Defining Images): Fix example in
6563 image-load-path-for-library by not recommending that one binds
6564 image-load-path. Just defvar it to placate compiler and only use
6565 it if previously defined.
6566
65672006-03-14 Bill Wohler <wohler@newt.com>
6568
6569 * display.texi (Defining Images): In image-load-path-for-library,
6570 always return list of directories. Update example.
6571
65722006-03-14 Alan Mackenzie <acm@muc.de>
6573
6574 * modes.texi: New node, "Region to Fontify" (for Font Lock).
6575 This describes font-lock-extend-region-function.
6576 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
6577 the new node "Region to Fontify".
6578
65792006-03-13 Richard Stallman <rms@gnu.org>
6580
6581 * display.texi (Invisible Text): The impossible position is
6582 now before the invisible text, not after.
6583 (Defining Images): Clean up last change.
6584
65852006-03-11 Bill Wohler <wohler@newt.com>
6586
6587 * display.texi (Defining Images): Add image-load-path-for-library.
6588
65892006-03-11 Luc Teirlinck <teirllm@auburn.edu>
6590
6591 * text.texi (Adaptive Fill): Fix Texinfo usage.
6592
6593 * strings.texi (Creating Strings): Fix Texinfo usage.
6594
6595 * searching.texi (Regexp Special): Use @samp for regular
6596 expressions that are not in Lisp syntax.
6597
65982006-03-08 Luc Teirlinck <teirllm@auburn.edu>
6599
6600 * searching.texi (Regexp Special): Put remark between parentheses
6601 to avoid misreading.
6602
66032006-03-07 Luc Teirlinck <teirllm@auburn.edu>
6604
6605 * searching.texi (Syntax of Regexps): More accurately describe
6606 which characters are special in which situations.
6607 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
6608 are not special. Describe in detail when `[' and `]' are special.
6609 (Regexp Backslash): Plenty of regexps with unbalanced square
6610 brackets are valid, so reword that statement.
6611
66122006-03-02 Kim F. Storm <storm@cua.dk>
6613
6614 * keymaps.texi (Tool Bar): Add tool-bar-border.
6615
66162006-02-28 Luc Teirlinck <teirllm@auburn.edu>
6617
6618 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
6619
66202006-02-27 Luc Teirlinck <teirllm@auburn.edu>
6621
6622 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
6623
6624 * files.texi (Locating Files): Suggest additional values for the
6625 SUFFIXES arg of `locate-file'. Update pxref.
6626
6627 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
6628 (How Programs Do Loading): Discuss the effects of Auto Compression
6629 mode on `load'.
6630 (Load Suffixes): New node.
6631 (Library Search): Delete description of `load-suffixes'; it was
6632 moved to "Load Suffixes".
6633 (Autoload, Named Features): Mention `load-suffixes'.
6634
66352006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
6636
6637 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
6638
6639 * windows.texi (Window Tree): Fix typo.
6640
66412006-02-20 Kim F. Storm <storm@cua.dk>
6642
6643 * display.texi (Fringe Indicators): New section.
6644 Move indicate-empty-lines, indicate-buffer-boundaries, and
6645 default-indicate-buffer-boundaries here.
6646 Add fringe-indicator-alist and default-fringes-indicator-alist.
6647 Add list of logical fringe indicator symbols.
6648 Update list of standard bitmap names.
6649 (Fringe Cursors): New section.
6650 Move overflow-newline-into-fringe here.
6651 Add fringe-cursor-alist and default-fringes-cursor-alist.
6652 Add list of fringe cursor symbols.
6653
66542006-02-20 Juanma Barranquero <lekktu@gmail.com>
6655
6656 * commands.texi (Using Interactive): Fix reference to node
6657 "Minibuffers".
6658
66592006-02-19 Richard M. Stallman <rms@gnu.org>
6660
6661 * minibuf.texi (High-Level Completion):
6662 Add xref to read-input-method-name.
6663
6664 * files.texi (Relative File Names): Move file-relative-name here.
6665 (File Name Expansion): From here. Minor clarifications.
6666
6667 * commands.texi (Using Interactive): Add xrefs about reading input.
6668 Clarify remarks about that moving point and mark.
6669 Put string case before list case.
6670
c8763fb6 66712006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
6672
6673 * display.texi (Other Display Specs, Image Descriptors):
6674 Revert erroneous changes. The previous description of
6675 image-descriptors as `(image . PROPS)' was correct.
6676
66772006-02-14 Richard M. Stallman <rms@gnu.org>
6678
6679 * variables.texi (File Local Variables): Clarifications.
6680
66812006-02-14 Juanma Barranquero <lekktu@gmail.com>
6682
6683 * variables.texi (File Local Variables): Use @code for a cons
6684 cell, not @var.
6685
66862006-02-13 Chong Yidong <cyd@stupidchicken.com>
6687
6688 * variables.texi (File Local Variables): Document new file local
6689 variable behavior.
6690
66912006-02-10 Kim F. Storm <storm@cua.dk>
6692
6693 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
6694
66952006-02-08 Juanma Barranquero <lekktu@gmail.com>
6696
6697 * modes.texi (%-Constructs): Remove obsolete info about
6698 `global-mode-string'.
6699
67002006-02-07 Richard M. Stallman <rms@gnu.org>
6701
6702 * commands.texi (Prefix Command Arguments): Minor cleanup.
6703
6704 * display.texi: "Graphical display", not window system.
6705
6706 * functions.texi (What Is a Function): Fix xref.
6707
6708 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
6709 (Changing Key Bindings): Clarify when remapping is better than
6710 substitute-key-definition.
6711
67122006-02-02 Richard M. Stallman <rms@gnu.org>
6713
6714 * minibuf.texi (Basic Completion): Completion alists are risky.
6715
6716 * keymaps.texi (Active Keymaps): Clarifications.
6717 (Searching Keymaps): New node.
6718 (Keymaps): Update menu.
6719
6720 * frames.texi (Layout Parameters): Minor clarification.
6721 (Drag and Drop): New node.
6722 (Frames): Update menu.
6723
67242006-01-29 Chong Yidong <cyd@stupidchicken.com>
6725
6726 * display.texi (Other Display Specs, Image Descriptors):
6727 Image description is a list, not a cons cell.
6728
67292006-01-28 Luc Teirlinck <teirllm@auburn.edu>
6730
6731 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
6732 list is not necessarily a list).
6733
67342006-01-27 Eli Zaretskii <eliz@gnu.org>
6735
6736 * frames.texi (Layout Parameters): border-width and
6737 internal-border-width belong to the frame, not the window.
6738
67392006-01-19 Richard M. Stallman <rms@gnu.org>
6740
6741 * nonascii.texi (Translation of Characters): Search cmds use
6742 translation-table-for-input. Automatically made local.
6743
6744 * markers.texi (Overview of Markers): Count insertion type
6745 as one of a marker's attributes.
6746
6747 * keymaps.texi (Controlling Active Maps): New node, split out of
6748 Active Keymaps.
6749 (Keymaps): Menu updated.
6750 (Active Keymaps): Give pseudocode to explain how the active
6751 maps are searched. current-active-maps and key-binding moved here.
6752 (Functions for Key Lookup): current-active-maps and key-binding moved.
6753 Clarifications.
6754 (Searching the Keymaps): New subnode.
6755
6756 * elisp.texi (Top): Menu clarification.
6757
6758 * display.texi (Other Display Specs): Delete duplicate entry for
6759 just a string as display spec. Move text about recursive display
6760 specs on such a string.
6761
6762 * commands.texi (Key Sequence Input): Clarify.
6763 Move num-nonmacro-input-events out.
6764 (Reading One Event): num-nonmacro-input-events moved here.
6765
67662006-01-14 Nick Roberts <nickrob@snap.net.nz>
6767
6768 * advice.texi (Simple Advice): Update example to fit argument
6769 change in previous-line.
6770
67712006-01-05 Richard M. Stallman <rms@gnu.org>
6772
6773 * markers.texi (The Mark): Fix in `mark'.
6774
67752006-01-04 Richard M. Stallman <rms@gnu.org>
6776
6777 * processes.texi (Misc Network, Make Network): Minor cleanups.
6778
67792006-01-04 Kim F. Storm <storm@cua.dk>
6780
6781 * processes.texi (Make Network): Add IPv6 addresses and handling.
6782 (Network Feature Testing): Mention (:family ipv6).
6783 (Misc Network): Add IPv6 formats to format-network-address.
6784
67852005-12-30 Richard M. Stallman <rms@gnu.org>
6786
6787 * text.texi (Changing Properties):
6788 Don't use return value of set-text-properties.
6789
67902005-12-29 Luc Teirlinck <teirllm@auburn.edu>
6791
6792 * modes.texi (Mode Line Format): Correct typo in menu.
6793
67942005-12-29 Richard M. Stallman <rms@gnu.org>
6795
6796 * modes.texi (Mode Line Top): New node.
6797 (Mode Line Data): Some text moved to new node.
6798 Explain the data structure more concretely.
6799 (Mode Line Basics): Clarifications.
6800 (Mode Line Variables): Clarify intro paragraph.
6801 (%-Constructs): Clarify intro paragraph.
6802 (Mode Line Format): Update menu.
6803
68042005-12-28 Luc Teirlinck <teirllm@auburn.edu>
6805
6806 * minibuf.texi (Basic Completion): Update lazy-completion-table
6807 examples for removal of ARGS argument.
6808
68092005-12-23 Richard M. Stallman <rms@gnu.org>
6810
6811 * text.texi (Undo): Restore some explanation from the version
6812 that was deleted.
6813
68142005-12-23 Eli Zaretskii <eliz@gnu.org>
6815
6816 * text.texi (Undo): Remove duplicate descriptions of `apply
6817 funname' and `apply delta' elements of the undo list.
6818
68192005-12-20 Richard M. Stallman <rms@gnu.org>
6820
6821 * help.texi (Help Functions): Update documentation of `apropos'.
6822
68232005-12-20 Luc Teirlinck <teirllm@auburn.edu>
6824
6825 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
6826 because it is confusing. If the :help-echo keyword is a function,
6827 it is not directly used as the :help-echo overlay property, as the
6828 xref seems to suggest (it does not take the appropriate args).
6829
68302005-12-19 Luc Teirlinck <teirllm@auburn.edu>
6831
6832 * customize.texi (Common Keywords): Fix Texinfo usage.
6833 (Group Definitions, Variable Definitions): Update for new
6834 conventions for using `*' in docstrings.
6835
6836 * tips.texi (Documentation Tips): Update for new conventions for
6837 using `*' in docstrings.
6838
68392005-12-16 Richard M. Stallman <rms@gnu.org>
6840
6841 * minibuf.texi (Minibuffer Contents): Minor cleanup.
6842
68432005-12-16 Juri Linkov <juri@jurta.org>
6844
6845 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
6846
68472005-12-14 Romain Francoise <romain@orebokech.com>
6848
6849 * modes.texi (Customizing Keywords): Rename `append' to `how'.
6850 Fix typo.
6851
68522005-12-11 Juri Linkov <juri@jurta.org>
6853
6854 * minibuf.texi (Completion Commands): Add mention of read-file-name
6855 for filename completion keymaps.
6856 (Reading File Names): Add mention of filename completion keymaps
6857 for read-file-name and xref to `Completion Commands'.
6858
68592005-12-10 Richard M. Stallman <rms@gnu.org>
6860
6861 * customize.texi (Common Keywords): State caveats for use of :tag.
6862
68632005-12-08 Richard M. Stallman <rms@gnu.org>
6864
6865 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
6866 with xrefs and better explanation.
6867 (Completion Commands): Add the filename completion maps.
6868
6869 * objects.texi (Character Type): Clarify that \s is not space
6870 if a dash follows.
6871
68722005-12-05 Richard M. Stallman <rms@gnu.org>
6873
6874 * windows.texi (Resizing Windows): Delete preserve-before args.
6875
68762005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
6877
6878 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
6879 in full keymaps, since the quirk has been fixed.
6880
68812005-12-03 Eli Zaretskii <eliz@gnu.org>
6882
5dcb4c4e
SM
6883 * hooks.texi (Standard Hooks): Add index entries.
6884 Mention `compilation-finish-functions'.
b8d4c8d0
GM
6885
68862005-11-27 Richard M. Stallman <rms@gnu.org>
6887
6888 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
6889
68902005-11-21 Juri Linkov <juri@jurta.org>
6891
6892 * customize.texi (Common Keywords): Update links types
6893 custom-manual and url-link. Add link types emacs-library-link,
6894 file-link, function-link, variable-link, custom-group-link.
6895
68962005-11-20 Chong Yidong <cyd@stupidchicken.com>
6897
6898 * display.texi: Revert 2005-11-20 change.
6899
69002005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
6901
6902 * processes.texi (Bindat Functions):
6903 Say "third" to refer to zero-based index "2".
6904
69052005-11-18 Luc Teirlinck <teirllm@auburn.edu>
6906
6907 * loading.texi (Library Search): Update the default value of
6908 `load-suffixes'.
6909
69102005-11-17 Chong Yidong <cyd@stupidchicken.com>
6911
6912 * display.texi (Attribute Functions): Mention :ignore-defface.
6913
69142005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6915
6916 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
6917 (Minor Mode Conventions): Mention the use of a hook.
6918
69192005-11-06 Richard M. Stallman <rms@gnu.org>
6920
6921 * files.texi (Magic File Names): find-file-name-handler checks the
6922 `operations' property of the handler.
6923
69242005-11-03 Richard M. Stallman <rms@gnu.org>
6925
6926 * variables.texi (Frame-Local Variables): Small clarification.
6927
69282005-10-29 Chong Yidong <cyd@stupidchicken.com>
6929
6930 * os.texi (Init File): Document ~/.emacs.d/init.el.
6931
69322005-10-29 Richard M. Stallman <rms@gnu.org>
6933
6934 * internals.texi (Garbage Collection): Document memory-full.
6935
69362005-10-28 Bill Wohler <wohler@newt.com>
6937
6938 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
6939 for URLs.
6940
69412005-10-28 Richard M. Stallman <rms@gnu.org>
6942
6943 * minibuf.texi (Completion Commands): Clean up prev change.
6944
69452005-10-26 Kevin Ryde <user42@zip.com.au>
6946
6947 * compile.texi (Eval During Compile): Explain recommended uses
6948 of eval-when-compile and eval-and-compile.
6949
69502005-10-27 Masatake YAMATO <jet@gyve.org>
6951
6952 * minibuf.texi (Completion Commands):
6953 Write about new optional argument for `display-completion-list'.
6954
69552005-10-23 Richard M. Stallman <rms@gnu.org>
6956
6957 * display.texi (Overlay Arrow): Clarify about local bindings of
6958 overlay-arrow-position.
6959
69602005-10-22 Eli Zaretskii <eliz@gnu.org>
6961
6962 * internals.texi (Building Emacs): Fix last change.
6963
69642005-10-22 Richard M. Stallman <rms@gnu.org>
6965
6966 * internals.texi (Building Emacs): Document eval-at-startup.
6967
69682005-10-21 Richard M. Stallman <rms@gnu.org>
6969
6970 * loading.texi (Where Defined): load-history contains abs file names.
6971 symbol-file returns abs file names.
6972
69732005-10-19 Kim F. Storm <storm@cua.dk>
6974
6975 * display.texi (Showing Images): Add max-image-size integer value.
6976
69772005-10-18 Chong Yidong <cyd@stupidchicken.com>
6978
6979 * display.texi (Showing Images): Document max-image-size.
6980
69812005-10-17 Richard M. Stallman <rms@gnu.org>
6982
6983 * commands.texi (Quitting): Minor clarification.
6984
6985 * processes.texi (Sentinels): Clarify about output and quitting.
6986 (Filter Functions): Mention with-local-quit.
6987
69882005-10-17 Juri Linkov <juri@jurta.org>
6989
6990 * buffers.texi (Current Buffer):
6991 * commands.texi (Event Input Misc):
6992 * compile.texi (Eval During Compile, Compiler Errors):
6993 * customize.texi (Group Definitions):
6994 * display.texi (Progress, Defining Faces):
6995 * files.texi (Writing to Files):
6996 * modes.texi (Mode Hooks, Defining Minor Modes):
6997 * streams.texi (Output Functions):
6998 * syntax.texi (Syntax Table Functions):
6999 * text.texi (Change Hooks):
7000 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
7001
7002 * commands.texi (Quitting): Replace arg `forms' with `body' in
7003 `with-local-quit'.
7004
7005 * positions.texi (Excursions): Replace arg `forms' with `body' in
7006 `save-excursion'.
7007
70082005-10-08 Kim F. Storm <storm@cua.dk>
7009
7010 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
7011 Rename manual section accordingly.
7012
70132005-10-04 Kim F. Storm <storm@cua.dk>
7014
7015 * windows.texi (Window Split Tree): New section describing
7016 new function window-split-tree function.
7017
70182005-10-03 Nick Roberts <nickrob@snap.net.nz>
7019
7020 * display.texi (Fringe Size/Pos): Simplify and add detail.
7021
70222005-09-30 Romain Francoise <romain@orebokech.com>
7023
7024 * minibuf.texi (High-Level Completion): Explain that the prompt
7025 given to `read-buffer' should end with a colon and a space.
7026 Update usage examples.
7027
70282005-09-29 Juri Linkov <juri@jurta.org>
7029
7030 * display.texi (Displaying Messages): Rename argument name
7031 `string' to `format-string' in functions `message', `message-box',
7032 `message-or-box'.
7033
70342005-09-26 Chong Yidong <cyd@stupidchicken.com>
7035
7036 * errors.texi (Standard Errors): Correct xrefs.
7037
70382005-09-18 Chong Yidong <cyd@stupidchicken.com>
7039
7040 * display.texi (Defining Images): Update documentation for
7041 `image-load-path'.
7042
70432005-09-17 Richard M. Stallman <rms@gnu.org>
7044
7045 * display.texi (Defining Images): Clean up previous change.
7046
70472005-09-16 Romain Francoise <romain@orebokech.com>
7048
7049 * elisp.texi: Specify GFDL version 1.2.
7050
7051 * doclicense.texi (GNU Free Documentation License): Update to
7052 version 1.2.
7053
70542005-09-15 Chong Yidong <cyd@stupidchicken.com>
7055
7056 * display.texi (Defining Images): Document `image-load-path'.
7057
70582005-09-15 Richard M. Stallman <rms@gnu.org>
7059
7060 * objects.texi (Printed Representation): Minor cleanup.
7061 (Box Diagrams): Minor fix.
7062 (Cons Cell Type): Move (...) index item here.
7063 (Box Diagrams): From here.
7064 (Array Type): Minor fix.
7065 (Type Predicates): Delete index "predicates".
7066 (Hash Table Type): Clarify xref.
7067 (Dotted Pair Notation): Minor fix.
7068
70692005-09-10 Chong Yidong <cyd@stupidchicken.com>
7070
7071 * files.texi (Saving Buffers): Fix typo.
7072
70732005-09-08 Richard M. Stallman <rms@gnu.org>
7074
7075 * tips.texi (Programming Tips): Correct the "default" prompt spec.
7076
70772005-09-08 Chong Yidong <cyd@stupidchicken.com>
7078
7079 * locals.texi (Standard Buffer-Local Variables): Don't include
7080 mode variables for minor modes.
7081 Fix xrefs for buffer-display-count, buffer-display-table,
7082 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
7083 enable-multibyte-characters, fill-column, header-line-format,
7084 left-fringe-width, left-margin, and right-fringe-width.
7085
7086 * hooks.texi (Standard Hooks): All hooks should conform to the
7087 standard naming convention now.
7088 Fix xref for `echo-area-clear-hook'.
7089
7090 * display.texi (Usual Display): Note that indicate-empty-lines and
7091 tab-width are buffer-local.
7092
7093 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
7094
7095 * modes.texi (Mode Help): Note that major-mode is buffer-local.
7096
7097 * nonascii.texi (Encoding and I/O): Note that
7098 buffer-file-coding-system is buffer-local.
7099
7100 * positions.texi (List Motion): Note that defun-prompt-regexp is
7101 buffer-local.
7102
7103 * text.texi (Auto Filling): Note that auto-fill-function is
7104 buffer-local.
7105 (Undo): Note that buffer-undo-list is buffer-local.
7106
5dcb4c4e
SM
7107 * windows.texi (Buffers and Windows):
7108 Document buffer-display-count.
b8d4c8d0
GM
7109
71102005-09-06 Richard M. Stallman <rms@gnu.org>
7111
7112 * tips.texi (Coding Conventions): Sometimes it is ok to put the
7113 package prefix elsewhere than at the start of the name.
7114
71152005-09-03 Richard M. Stallman <rms@gnu.org>
7116
7117 * tips.texi (Programming Tips): Add conventions for minibuffer
7118 questions and prompts.
7119
71202005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
7121
7122 * intro.texi (nil and t): Minor cleanup.
7123 Delete spurious mention of keyword symbols.
7124 (Evaluation Notation): Add index entry.
7125 (A Sample Function Description): Minor cleanup.
7126 (A Sample Variable Description): Not all vars can be set.
7127
71282005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
7129
7130 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
7131
7132 (Insertion): Document precise type of `insert-char' arg COUNT.
7133
71342005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
7135
7136 * modes.texi (Other Font Lock Variables): Sync the default of
7137 font-lock-lines-before.
7138
71392005-08-31 Michael Albinus <michael.albinus@gmx.de>
7140
7141 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
7142
71432005-08-29 Richard M. Stallman <rms@gnu.org>
7144
7145 * elisp.texi (Top): Update subnode menu.
7146
7147 * searching.texi (Searching and Matching): Move node.
7148 Rearrange contents and add overall explanation.
7149 (Searching and Case): Move node.
7150 (Searching and Matching): Update menu.
7151
71522005-08-27 Eli Zaretskii <eliz@gnu.org>
7153
7154 * os.texi (Startup Summary): Fix the description of the initial
7155 startup message display.
7156
71572005-08-25 Richard M. Stallman <rms@gnu.org>
7158
7159 * searching.texi (Search and Replace): Add replace-regexp-in-string.
7160
71612005-08-25 Emilio C. Lopes <eclig@gmx.net>
7162
7163 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
7164 `next-overlay-change' example.
7165
71662005-08-22 Juri Linkov <juri@jurta.org>
7167
7168 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
7169 Fix invert-face. Fix args of face-background.
7170
7171 * display.texi (Standard Faces): Delete node.
7172 (Faces): Add xref to `(emacs)Standard Faces'.
7173 (Displaying Faces): Fix xref to `Standard Faces'.
7174
7175 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
7176
71772005-08-20 Alan Mackenzie <acm@muc.de>
7178
7179 * buffers.texi (The Buffer List): Clarify the manipulation of the
7180 buffer list.
7181
71822005-08-14 Richard M. Stallman <rms@gnu.org>
7183
7184 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
7185 a regexp.
7186
71872005-08-11 Richard M. Stallman <rms@gnu.org>
7188
7189 * elisp.texi (Top): Update subnode lists.
7190
7191 * display.texi (Inverse Video): Node deleted.
7192
7193 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
7194 New nodes split out of Coding Conventions.
7195
7196 * searching.texi (Regular Expressions): Document re-builder.
7197
7198 * os.texi (Time Parsing): New node split out of Time Conversion.
7199
7200 * processes.texi (Misc Network, Network Feature Testing)
7201 (Network Options, Make Network): New nodes split out of
7202 Low-Level Network.
7203
72042005-08-09 Richard M. Stallman <rms@gnu.org>
7205
7206 * frames.texi (Geometry): New node, split from Size and Position.
7207 (Frame Parameters): Refer to Geometry.
7208
7209 * buffers.texi (The Buffer List): Fix xrefs.
7210
7211 * windows.texi (Splitting Windows): Fix xref.
7212
7213 * frames.texi (Layout Parameters): Add xref.
7214
7215 * display.texi (Line Height, Scroll Bars): Fix xrefs.
7216
7217 * keymaps.texi (Menu Bar): Fix xref.
7218
7219 * locals.texi (Standard Buffer-Local Variables): Fix xref.
7220
7221 * modes.texi (%-Constructs): Fix xref.
7222
7223 * frames.texi (Window Frame Parameters): Node split up.
7224 (Basic Parameters, Position Parameters, Size Parameters)
7225 (Layout Parameters, Buffer Parameters, Management Parameters)
7226 (Cursor Parameters, Color Parameters): New subnodes.
7227
72282005-08-09 Luc Teirlinck <teirllm@auburn.edu>
7229
7230 * positions.texi (Screen Lines): Update xref for previous change
7231 in minibuf.texi.
7232
7233 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
7234 change in minibuf.texi.
7235
72362005-08-09 Richard M. Stallman <rms@gnu.org>
7237
7238 * tips.texi (Coding Conventions): Minor cleanup.
7239
7240 * modes.texi (Defining Minor Modes): Explain when init-value
7241 can be non-nil.
7242
7243 * elisp.texi (Top): Update submenu for Minibuffer.
7244
7245 * minibuf.texi (Minibuffer Misc): Node split up.
7246 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
7247 (Recursive Mini): New nodes split out from Minibuffer Misc.
7248 (Minibuffer Misc): Document max-mini-window-height.
7249
7250 * hash.texi (Defining Hash): Delete stray paren in example.
7251
7252 * display.texi (Echo Area Customization): Don't define
7253 max-mini-window-height here; xref instead.
7254
7255 * commands.texi (Event Input Misc): Update while-no-input.
7256
7257 * advice.texi (Advising Functions): Explain when to use advice
7258 and when to use a hook.
7259
72602005-07-30 Eli Zaretskii <eliz@gnu.org>
7261
7262 * makefile.w32-in (info): Don't run install-info.
7263 ($(infodir)/dir): New target, produced by running install-info.
7264
72652005-07-27 Luc Teirlinck <teirllm@auburn.edu>
7266
7267 * modes.texi (Defining Minor Modes): The keyword for the initial
7268 value is :init-value, not :initial-value.
7269
72702005-07-23 Eli Zaretskii <eliz@gnu.org>
7271
7272 * loading.texi (Autoload): Make the `doctor' example be consistent
7273 with what's in current loaddefs.el. Describe the "fn" magic in
7274 the usage portion of the doc string.
7275
72762005-07-22 Richard M. Stallman <rms@gnu.org>
7277
7278 * internals.texi (Garbage Collection): Clarify previous change.
7279
72802005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
7281
7282 * internals.texi (Garbage Collection): Add gc-cons-percentage.
7283
72842005-07-18 Juri Linkov <juri@jurta.org>
7285
7286 * commands.texi (Accessing Events):
7287 * frames.texi (Text Terminal Colors, Resources):
7288 * markers.texi (The Mark):
7289 * modes.texi (Defining Minor Modes):
7290 Delete duplicate duplicate words.
7291
72922005-07-16 Richard M. Stallman <rms@gnu.org>
7293
7294 * display.texi (Managing Overlays): Clarify make-overlay
7295 args for insertion types.
7296
72972005-07-13 Luc Teirlinck <teirllm@auburn.edu>
7298
7299 * customize.texi (Variable Definitions):
7300 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
7301 `standard-value' is a list too.
7302 (Defining New Types): Use @key{RET} instead of @key{ret}.
7303
73042005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
7305
7306 * os.texi (Translating Input): Fix typo.
7307
73082005-07-08 Richard M. Stallman <rms@gnu.org>
7309
7310 * README: Update edition number and size estimate.
7311
7312 * elisp.texi (VERSION): Set to 2.9.
7313
73142005-07-07 Richard M. Stallman <rms@gnu.org>
7315
7316 * book-spine.texinfo: Update Emacs version.
7317
7318 * display.texi (Inverse Video): Delete mode-line-inverse-video.
7319
73202005-07-06 Richard M. Stallman <rms@gnu.org>
7321
7322 * searching.texi (Regexp Search): Clarify what re-search-forward
7323 does when the search fails.
7324
73252005-07-05 Lute Kamstra <lute@gnu.org>
7326
7327 * Update FSF's address in GPL notices.
7328
7329 * doclicense.texi (GNU Free Documentation License):
7330 * gpl.texi (GPL):
7331 * tips.texi (Coding Conventions, Library Headers):
7332 * vol1.texi:
7333 * vol2.texi: Update FSF's address.
7334
73352005-07-04 Richard M. Stallman <rms@gnu.org>
7336
7337 * hooks.texi (Standard Hooks): Add occur-hook.
7338
73392005-07-03 Luc Teirlinck <teirllm@auburn.edu>
7340
7341 * display.texi (The Echo Area): Correct menu.
7342
73432005-07-03 Richard M. Stallman <rms@gnu.org>
7344
7345 * elisp.texi (Top): Update subnode menu for Display.
7346
7347 * display.texi (Displaying Messages): New node, with most
7348 of what was in The Echo Area.
5dcb4c4e 7349 (Progress): Move under The Echo Area.
b8d4c8d0
GM
7350 (Logging Messages): New node with new text.
7351 (Echo Area Customization): New node, the rest of what was
7352 in The Echo Area. Document message-truncate-lines with @defvar.
7353 (Display): Update menu.
7354
7355 * windows.texi (Textual Scrolling): Doc 3 values for
7356 scroll-preserve-screen-position.
7357
7358 * text.texi (Special Properties): Change hook functions
7359 should bind inhibit-modification-hooks around altering buffer text.
7360
7361 * keymaps.texi (Key Binding Commands): Call binding BINDING
7362 rather than DEFINITION.
7363
73642005-06-29 Juanma Barranquero <lekktu@gmail.com>
7365
7366 * variables.texi (Defining Variables): `user-variable-p' returns t
7367 for aliases of user options, nil for alias loops.
7368
73692005-06-28 Richard M. Stallman <rms@gnu.org>
7370
7371 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
7372 make-keymap.
7373
73742005-06-27 Luc Teirlinck <teirllm@auburn.edu>
7375
7376 * variables.texi (Setting Variables): Correct and clarify
7377 description of `add-to-ordered-list'.
7378
73792005-06-26 Richard M. Stallman <rms@gnu.org>
7380
7381 * display.texi (Faces): Minor cleanup.
7382
73832005-06-25 Luc Teirlinck <teirllm@auburn.edu>
7384
7385 * display.texi (Faces): `facep' returns t for strings that are
7386 face names.
7387
73882005-06-25 Richard M. Stallman <rms@gnu.org>
7389
7390 * objects.texi (Equality Predicates): Clarify meaning of equal.
7391
7392 * windows.texi (Selecting Windows): save-selected-window
7393 and with-selected-window save and restore the current buffer.
7394
73952005-06-24 Richard M. Stallman <rms@gnu.org>
7396
7397 * numbers.texi (Float Basics): Explain how to test for NaN,
7398 and printing the sign of NaNs.
7399
74002005-06-24 Eli Zaretskii <eliz@gnu.org>
7401
7402 * makefile.w32-in (MAKEINFO): Use --force.
7403
74042005-06-23 Richard M. Stallman <rms@gnu.org>
7405
7406 * display.texi (Face Functions): Correct Texinfo usage.
7407
74082005-06-23 Luc Teirlinck <teirllm@auburn.edu>
7409
7410 * lists.texi (Rings): `ring-elements' now returns the elements of
7411 RING in order.
7412
74132005-06-23 Juanma Barranquero <lekktu@gmail.com>
7414
7415 * markers.texi (The Mark): Texinfo usage fix.
7416
74172005-06-23 Kim F. Storm <storm@cua.dk>
7418
7419 * searching.texi (Entire Match Data): Remove evaporate option for
7420 match-data. Do not mention evaporate option for set-match-data.
7421
74222005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
7423
7424 * display.texi (Face Functions): Mention face aliases.
7425
74262005-06-21 Richard M. Stallman <rms@gnu.org>
7427
7428 * anti.texi (Antinews): Texinfo usage fix.
7429
74302005-06-21 Karl Berry <karl@gnu.org>
7431
7432 * elisp.texi: Use @copying.
7433
7434 * elisp.texi: Put @summarycontents and @contents before the Top
7435 node, instead of the end of the file, so that the contents appear
7436 in the right place in the dvi/pdf output.
7437
74382005-06-21 Juri Linkov <juri@jurta.org>
7439
7440 * display.texi (Defining Faces): Add `customized-face'.
7441
74422005-06-20 Kim F. Storm <storm@cua.dk>
7443
7444 * variables.texi (Setting Variables): Any type of element can be
7445 given order in add-to-ordered-list. Compare elements with eq.
7446
7447 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
7448
74492005-06-20 Karl Berry <karl@gnu.org>
7450
7451 * syntax.texi (Syntax Flags): Make last column very slightly wider
7452 to avoid "generic comment" breaking on two lines and causing an
7453 underfull box.
7454
74552005-06-19 Luc Teirlinck <teirllm@auburn.edu>
7456
7457 * lists.texi (Rings): Various minor clarifications and corrections.
7458
74592005-06-18 Richard M. Stallman <rms@gnu.org>
7460
7461 * functions.texi (Obsolete Functions): Simplify.
7462
7463 * variables.texi (Variable Aliases): Simplify.
7464
7465 * anti.texi, backups.texi, compile.texi, customization.texi:
7466 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
7467 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
7468 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
7469 * variables.texi: Fix formatting ugliness.
7470
7471 * elisp.texi: Add links to Rings and Byte Packing.
7472 Update version and copyright years.
7473
7474 * minibuf.texi: Fix formatting ugliness.
7475 (Completion Commands): Move keymap vars to the end
7476 and vars completing-read binds to the top.
7477
74782005-06-17 Luc Teirlinck <teirllm@auburn.edu>
7479
7480 * processes.texi: Fix typos.
7481 (Bindat Spec): Correct Texinfo error.
7482 (Byte Packing): Fix ungrammatical sentence.
7483
74842005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
7485
7486 * lists.texi (Rings): New node.
7487 (Lists): Add it to menu.
7488
7489 * processes.texi (Byte Packing): New node.
7490 (Processes): Add it to menu.
7491
74922005-06-17 Richard M. Stallman <rms@gnu.org>
7493
7494 * syntax.texi (Parsing Expressions): Fix texinfo usage.
7495
7496 * help.texi (Documentation Basics): Explain the xref to
7497 Documentation Tips.
7498
7499 * debugging.texi (Debugger Commands): Minor fix.
7500
75012005-06-16 Luc Teirlinck <teirllm@auburn.edu>
7502
7503 * edebug.texi (Instrumenting): Eliminate duplicate link.
7504 (Specification List): Replace references to "below", referring to
7505 a later node, with one @ref to that node.
7506
7507 * os.texi (Timers): Timers should save and restore the match data
7508 if they change it.
7509
7510 * debugging.texi (Debugger Commands): Mention that the Lisp
7511 debugger can not step through primitive functions.
7512
75132005-06-16 Juanma Barranquero <lekktu@gmail.com>
7514
7515 * functions.texi (Obsolete Functions): Update argument names of
7516 `make-obsolete' and `define-obsolete-function-alias'.
7517
7518 * variables.texi (Variable Aliases): Update argument names of
7519 `defvaralias', `make-obsolete-variable' and
7520 `define-obsolete-variable-alias'.
7521
75222005-06-15 Kim F. Storm <storm@cua.dk>
7523
7524 * searching.texi (Entire Match Data): Rephrase warnings about
7525 evaporate arg to match-data and set-match-data.
7526
75272005-06-14 Luc Teirlinck <teirllm@auburn.edu>
7528
7529 * elisp.texi (Top): Update detailed menu.
7530
7531 * edebug.texi (Edebug): Update menu.
7532 (Instrumenting): Update xrefs.
7533 (Edebug Execution Modes): Correct xref.
7534 (Jumping): Clarify description of `h' command.
7535 Eliminate redundant @ref.
7536 (Breaks): New node.
7537 (Breakpoints): Is now a subsubsection.
7538 (Global Break Condition): Mention `C-x X X'.
7539 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
7540 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
7541 (Edebug Display Update): Correct pxref.
7542 (Edebug and Macros): New node.
7543 (Instrumenting Macro Calls): Is now a subsubsection.
7544 Neither arg of `def-edebug-spec' is evaluated.
7545 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
7546 (Specification Examples): Fix typo.
7547
75482005-06-14 Lute Kamstra <lute@gnu.org>
7549
7550 * debugging.texi (Function Debugging): Primitives can break on
7551 entry too.
7552
75532005-06-14 Kim F. Storm <storm@cua.dk>
7554
7555 * variables.texi (Setting Variables): Add add-to-ordered-list.
7556
75572005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
7558
7559 * syntax.texi (Parsing Expressions): Document aux functions and vars of
7560 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
7561
75622005-06-13 Lute Kamstra <lute@gnu.org>
7563
7564 * text.texi (Special Properties): Fix cross reference.
7565
75662005-06-11 Luc Teirlinck <teirllm@auburn.edu>
7567
7568 * debugging.texi (Function Debugging): Delete mention of empty
7569 string argument to `cancel-debug-on-entry'. Delete inaccurate
7570 description of the return value of that command.
7571
75722005-06-11 Alan Mackenzie <acm@muc.de>
7573
7574 * text.texi (Adaptive Fill): Amplify the description of
7575 fill-context-prefix.
7576
75772005-06-10 Luc Teirlinck <teirllm@auburn.edu>
7578
7579 * syntax.texi (Parsing Expressions): Fix Texinfo error.
7580
75812005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
7582
7583 * syntax.texi (Parsing Expressions): Document syntax-ppss.
7584
75852005-06-10 Luc Teirlinck <teirllm@auburn.edu>
7586
7587 * debugging.texi (Error Debugging): Minor rewording.
7588 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
7589 is optional.
7590
75912005-06-10 Lute Kamstra <lute@gnu.org>
7592
7593 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
7594 (Top): Give it a title. Correct version number. Give the
7595 detailed node listing a more prominent header.
7596 * intro.texi: Don't set VERSION here a second time.
7597 Mention Emacs's version too.
7598 * anti.texi (Antinews): Use EMACSVER to refer to the current
7599 version of Emacs.
7600
76012005-06-09 Kim F. Storm <storm@cua.dk>
7602
7603 * searching.texi (Entire Match Data): Explain new `reseat' argument to
7604 match-data and set-match-data.
7605
76062005-06-08 Richard M. Stallman <rms@gnu.org>
7607
7608 * searching.texi (Entire Match Data): Clarify when match-data
7609 returns markers and when integers.
7610
7611 * display.texi (Defining Faces): Explain that face name should not
7612 end in `-face'.
7613
7614 * modes.texi (Mode Line Data): Minor cleanup.
7615 (Customizing Keywords): Node split out of Search-based Fontification.
7616 Add example of using font-lock-add-keywords from a hook.
7617 Clarify when MODE should be non-nil, and when nil.
7618
76192005-06-06 Richard M. Stallman <rms@gnu.org>
7620
7621 * modes.texi (Mode Line Data): Explain what happens when the car
7622 of a list is a void symbol.
7623 (Search-based Fontification): Explain MODE arg to
7624 font-lock-add-keywords and warn about calls from major modes.
7625
76262005-06-08 Juri Linkov <juri@jurta.org>
7627
7628 * display.texi (Standard Faces): Add `shadow' face.
7629
76302005-05-29 Luc Teirlinck <teirllm@auburn.edu>
7631
7632 * modes.texi (Major Mode Conventions): A derived mode only needs
7633 to put the call to the parent mode inside `delay-mode-hooks'.
7634
76352005-05-29 Richard M. Stallman <rms@gnu.org>
7636
7637 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
7638 new, and what that implies. Clarify.
7639
7640 * files.texi (Locating Files): Clean up the text.
7641
7642 * frames.texi (Window Frame Parameters): Document user-size.
7643 Shorten entry for top by referring to left.
7644
76452005-05-26 Richard M. Stallman <rms@gnu.org>
7646
7647 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
7648 is new, and what the implications are. Other clarifications.
7649
76502005-05-24 Richard M. Stallman <rms@gnu.org>
7651
7652 * frames.texi (Dialog Boxes): Minor fixes.
7653
76542005-05-25 Masatake YAMATO <jet@gyve.org>
7655
7656 * display.texi (Standard Faces): Write about `mode-line-highlight'.
7657
76582005-05-24 Luc Teirlinck <teirllm@auburn.edu>
7659
7660 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
7661 is optional.
7662
76632005-05-24 Nick Roberts <nickrob@snap.net.nz>
7664
10d1d0af 7665 * frames.texi (Dialog Boxes): Describe new optional argument.
b8d4c8d0
GM
7666
76672005-05-23 Lute Kamstra <lute@gnu.org>
7668
7669 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
7670 syntax-begin-function over font-lock-beginning-of-syntax-function.
7671
76722005-05-21 Luc Teirlinck <teirllm@auburn.edu>
7673
7674 * minibuf.texi (Reading File Names): Update description of
7675 `read-directory-name'.
7676
7677 * modes.texi (Derived Modes): Clarify :group keyword.
7678
76792005-05-21 Eli Zaretskii <eliz@gnu.org>
7680
7681 * files.texi (Locating Files): New subsection.
7682 Describe locate-file and executable-find.
7683
76842005-05-21 Kevin Ryde <user42@zip.com.au>
7685
7686 * frames.texi (Initial Parameters): Update cross reference to
7687 "Emacs Invocation".
7688
76892005-05-19 Luc Teirlinck <teirllm@auburn.edu>
7690
7691 * keymaps.texi (Active Keymaps): Add anchor.
7692
7693 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
7694 (Major Mode Conventions): Refer to `Auto Major Mode' in more
7695 appropriate place.
7696 (Derived Modes): Small clarifications.
7697 (Minor Mode Conventions, Keymaps and Minor Modes):
7698 Replace references to nodes with references to anchors.
7699 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
7700 Clarify description of lists whose first element is an integer.
7701 (Mode Line Variables): Add anchor.
7702 (%-Constructs): Clarify description of integer after %.
7703 (Emulating Mode Line): Describe nil value for FACE.
7704
77052005-05-18 Luc Teirlinck <teirllm@auburn.edu>
7706
7707 * modes.texi (Derived Modes): Correct references to non-existing
7708 variable standard-syntax-table.
7709
77102005-05-17 Lute Kamstra <lute@gnu.org>
7711
7712 * modes.texi (Defining Minor Modes): Mention the mode hook.
7713
77142005-05-15 Kim F. Storm <storm@cua.dk>
7715
7716 * processes.texi (Network): Remove open-network-stream-nowait.
7717 (Network Servers): Remove open-network-stream-server.
7718
77192005-05-15 Luc Teirlinck <teirllm@auburn.edu>
7720
7721 * elisp.texi (Top): Update detailed menu.
7722
7723 * variables.texi: Reorder nodes.
7724 (Variables): Update menu.
7725 (File Local Variables): Do not refer to the `-*-' line as
7726 a "local variables list". Add pxref.
7727
77282005-05-14 Luc Teirlinck <teirllm@auburn.edu>
7729
7730 * elisp.texi (Top): Update detailed menu for node changes.
7731
7732 * modes.texi (Modes): Update Menu.
7733 (Hooks): Move to beginning of chapter.
7734 Most minor modes run mode hooks too.
7735 `add-hook' can handle void hooks or hooks whose value is a single
7736 function.
7737 (Major Modes): Update Menu.
7738 (Major Mode Basics): New node, split off from `Major Modes'.
7739 (Major Mode Conventions): Correct xref. Explain how to handle
7740 auto-mode-alist if the major mode command has an autoload cookie.
7741 (Auto Major Mode): Major update. Add magic-mode-alist.
7742 (Derived Modes): Major update.
7743 (Mode Line Format): Update Menu.
7744 (Mode Line Basics): New node, split off from `Mode Line Format'.
7745
7746 * loading.texi (Autoload): Mention `autoload cookie' as synonym
7747 for `magic autoload comment'. Add index entries and anchor.
7748
77492005-05-14 Richard M. Stallman <rms@gnu.org>
7750
7751 * tips.texi (Coding Conventions): Explain how important it is
7752 that just loading certain files not change Emacs behavior.
7753
7754 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
7755
77562005-05-12 Lute Kamstra <lute@gnu.org>
7757
7758 * modes.texi (Generic Modes): Update.
7759 (Major Modes): Refer to node "Generic Modes".
7760
7761 * elisp.texi (Top): Update to the current structure of the manual.
7762 * processes.texi (Processes): Add menu description.
7763 * customize.texi (Customization): Add menu descriptions.
7764
77652005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
7766
7767 * processes.texi (Signals to Processes)
7768 (Low-Level Network): Fix typos.
7769
77702005-05-11 Lute Kamstra <lute@gnu.org>
7771
7772 * elisp.texi (Top): Add some nodes from the chapter "Major and
7773 Minor Modes" to the detailed node listing.
7774
77752005-05-10 Richard M. Stallman <rms@gnu.org>
7776
7777 * keymaps.texi (Extended Menu Items): Menu item filter functions
7778 can be called at any time.
7779
77802005-05-08 Luc Teirlinck <teirllm@auburn.edu>
7781
7782 * variables.texi (File Local Variables): `(hack-local-variables t)'
7783 now also checks whether a mode is specified in the local variables
7784 list.
7785
77862005-05-05 Kevin Ryde <user42@zip.com.au>
7787
7788 * display.texi (The Echo Area): Correct format function cross
7789 reference.
7790
77912005-05-05 Luc Teirlinck <teirllm@auburn.edu>
7792
7793 * variables.texi (Variable Aliases): Change description of
7794 `define-obsolete-variable-alias'.
7795
7796 * functions.texi (Functions): Add "Obsolete Functions" to menu.
7797 (Defining Functions): Add xref.
7798 (Obsolete Functions): New node.
7799 (Function Safety): Standardize capitalization of section title.
7800
7801 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
7802 (Dialog Boxes): Complete description of `x-popup-dialog'.
7803
78042005-05-04 Richard M. Stallman <rms@gnu.org>
7805
7806 * commands.texi (Interactive Codes): Fix Texinfo usage.
7807 Document U more clearly.
7808
78092005-05-01 Luc Teirlinck <teirllm@auburn.edu>
7810
7811 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
7812 function and not a macro.
7813
7814 * frames.texi (Pop-Up Menus): Correct and clarify description of
7815 `x-popup-menu'.
7816 (Dialog Boxes): Clarify description of `x-popup-dialog'.
7817
78182005-05-01 Richard M. Stallman <rms@gnu.org>
7819
7820 * edebug.texi (Checking Whether to Stop): Fix previous change.
7821
78222005-05-01 Luc Teirlinck <teirllm@auburn.edu>
7823
7824 * display.texi: Fix typos and Texinfo usage.
7825
7826 * edebug.texi (Checking Whether to Stop): executing-macro ->
7827 executing-kbd-macro.
7828
78292005-05-01 Richard M. Stallman <rms@gnu.org>
7830
7831 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
7832
78332005-04-30 Richard M. Stallman <rms@gnu.org>
7834
7835 * files.texi (Magic File Names): Document `operations' property.
7836
78372005-04-29 Lute Kamstra <lute@gnu.org>
7838
7839 * modes.texi (Generic Modes): New node.
7840 (Major Modes): Add it to the menu.
7841 (Derived Modes): Add "derived mode" to concept index.
7842
78432005-04-28 Lute Kamstra <lute@gnu.org>
7844
7845 * modes.texi (Defining Minor Modes): Fix previous change.
7846 (Font Lock Mode): Simplify.
7847 (Font Lock Basics): Say that font-lock-defaults is buffer-local
7848 when set and that some parts are optional. Add cross references.
7849 (Search-based Fontification): Say how to specify font-lock-keywords.
7850 Add cross references. Add font-lock-multiline to index.
7851 Move font-lock-keywords-case-fold-search here from node "Other Font
7852 Lock Variables". Document font-lock-add-keywords and
7853 font-lock-remove-keywords.
7854 (Other Font Lock Variables): Move font-lock-keywords-only,
7855 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
7856 and font-lock-syntactic-face-function to node "Syntactic Font
7857 Lock". Move font-lock-keywords-case-fold-search to node
7858 "Search-based Fontification". Document font-lock-inhibit-thing-lock
7859 and font-lock-{,un}fontify-{buffer,region}-function.
7860 (Precalculated Fontification): Remove reference to deleted variable
7861 font-lock-core-only.
7862 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
7863 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
7864 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
7865 and font-lock-syntactic-face-function here from node "Other Font
7866 Lock Variables". Move font-lock-syntactic-keywords to "Setting
7867 Syntax Properties". Add cross references.
7868 (Setting Syntax Properties): New node.
7869 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
7870 * syntax.texi (Syntax Properties): Add cross reference.
7871 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
7872
78732005-04-26 Richard M. Stallman <rms@gnu.org>
7874
7875 * display.texi (Defining Faces):
7876 Document `default' elements of defface spec.
7877
7878 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
7879
7880 * variables.texi (Variable Aliases): Clarify text.
7881
78822005-04-25 Chong Yidong <cyd@stupidchicken.com>
7883
7884 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
7885
78862005-04-25 Luc Teirlinck <teirllm@auburn.edu>
7887
7888 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
7889
78902005-04-24 Eli Zaretskii <eliz@gnu.org>
7891
7892 * syntax.texi (Syntax Table Internals): Elaborate documentation of
7893 syntax-after and syntax-class.
7894
7895 * files.texi (Changing Files): Fix last change's cross-reference.
7896 (Unique File Names): Don't mention "numbers" in the documentation
7897 of make-temp-file and make-temp-name.
7898
78992005-04-23 Richard M. Stallman <rms@gnu.org>
7900
7901 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
7902
79032005-04-22 Nick Roberts <nickrob@snap.net.nz>
7904
7905 * windows.texi (Cyclic Window Ordering): Clarify window-list.
7906
79072005-04-22 Nick Roberts <nickrob@snap.net.nz>
7908
7909 * variables.texi (Variable Aliases): Describe make-obsolete-variable
7910 and define-obsolete-variable-alias.
7911
79122005-04-22 Kim F. Storm <storm@cua.dk>
7913
7914 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
7915 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
7916
79172005-04-21 Lute Kamstra <lute@gnu.org>
7918
7919 * lists.texi (Association Lists): Document rassq-delete-all.
7920
79212005-04-19 Richard M. Stallman <rms@gnu.org>
7922
7923 * modes.texi (Search-based Fontification): Explain that
7924 facespec is an expression to be evaluated.
7925
79262005-04-19 Kevin Ryde <user42@zip.com.au>
7927
7928 * streams.texi (Output Functions): Fix xref.
7929 * strings.texi (String Conversion): Fix xref.
7930
79312005-04-19 Kim F. Storm <storm@cua.dk>
7932
7933 * symbols.texi (Symbol Plists): Add safe-get.
7934 Mention that `get' may signal an error.
7935
79362005-04-18 Nick Roberts <nickrob@snap.net.nz>
7937
7938 * customize.texi (Variable Definitions): Replace tooltip-mode
7939 example with save-place.
7940
79412005-04-17 Richard M. Stallman <rms@gnu.org>
7942
7943 * buffers.texi (Indirect Buffers): Clarify.
7944
7945 * positions.texi (Positions): Clarify converting marker to integer.
7946
7947 * strings.texi (String Basics): Mention string-match; clarify.
7948
79492005-04-08 Lute Kamstra <lute@gnu.org>
7950
7951 * modes.texi (Search-based Fontification): Fix cross references.
7952 Use consistent terminology. Document anchored highlighting.
7953
79542005-04-05 Lute Kamstra <lute@gnu.org>
7955
7956 * modes.texi (Defining Minor Modes): Document :group keyword
7957 argument and its default value.
7958
79592005-04-03 Lute Kamstra <lute@gnu.org>
7960
7961 * hooks.texi (Standard Hooks): Add some hooks. Add cross
7962 references and/or descriptions. Delete major mode hooks; mention
7963 them as a category instead. Rename or delete obsolete hooks.
7964
79652005-04-02 Richard M. Stallman <rms@gnu.org>
7966
7967 * nonascii.texi (Coding System Basics): Another wording cleanup.
7968
79692005-04-01 Richard M. Stallman <rms@gnu.org>
7970
7971 * nonascii.texi (Coding System Basics): Clarify previous change.
7972
79732005-04-01 Kenichi Handa <handa@m17n.org>
7974
10d1d0af 7975 * nonascii.texi (Coding System Basics): Describe about roundtrip
b8d4c8d0
GM
7976 identity of coding systems.
7977
79782005-03-29 Chong Yidong <cyd@stupidchicken.com>
7979
7980 * text.texi (Buffer Contents): Add filter-buffer-substring and
7981 buffer-substring-filters.
7982
79832005-03-26 Chong Yidong <cyd@stupidchicken.com>
7984
7985 * anti.texi (Antinews): Mention `G' interactive code.
7986
7987 * tips.texi (Compilation Tips): Mention benchmark.el.
7988
79892005-03-27 Luc Teirlinck <teirllm@auburn.edu>
7990
7991 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
7992 is now bound to M-o M-o.
7993
7994 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
7995
79962005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
7997
7998 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
7999 in the Emacs Manual).
8000 * Makefile.in (srcs): Remove calendar.texi.
8001 * makefile.w32-in (srcs): Remove calendar.texi.
8002 * display.texi (Display): Change name of next node.
8003 * os.texi (System In): Change name of previous node.
8004 * elisp.texi (Top): Remove Calendar references.
8005 * vol1.texi (Top): Remove Calendar references.
8006 * vol2.texi (Top): Remove Calendar references.
8007
80082005-03-25 Richard M. Stallman <rms@gnu.org>
8009
8010 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
8011 Cleanup previous change.
8012
80132005-03-25 Chong Yidong <cyd@stupidchicken.com>
8014
8015 * display.texi (Face Attributes): Faces earlier in an :inherit
8016 list take precedence.
8017 (Scroll Bars): Fix description of vertical-scroll-bars.
8018 Document frame-current-scroll-bars and window-current-scroll-bars.
8019
8020 * markers.texi (The Mark): Document temporary Transient Mark mode.
8021
8022 * minibuf.texi (Reading File Names):
8023 Document read-file-name-completion-ignore-case.
8024
8025 * positions.texi (Screen Lines): Document nil for width argument
8026 to compute-motion.
8027
80282005-03-23 Kim F. Storm <storm@cua.dk>
8029
8030 * display.texi (Standard Faces): Other faces used in the fringe
8031 implicitly inherits from the fringe face.
8032 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
8033 properties implicitly inherits from fringe face.
8034 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
8035
80362005-03-20 Chong Yidong <cyd@stupidchicken.com>
8037
8038 * display.texi (Invisible Text): State default value of
8039 line-move-ignore-invisible.
8040 (Managing Overlays): Document remove-overlays.
8041 (Standard Faces): Document escape-glyph face.
8042
8043 * minibuf.texi (Reading File Names): Document read-file-name-function.
8044
8045 * modes.texi (Other Font Lock Variables):
8046 Document font-lock-lines-before.
8047
8048 * positions.texi (Skipping Characters): skip-chars-forward allows
8049 character classes.
8050
80512005-03-18 Lute Kamstra <lute@gnu.org>
8052
8053 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
8054
80552005-03-17 Richard M. Stallman <rms@gnu.org>
8056
8057 * text.texi (Undo): Document extensible undo entries.
8058
dd7b651b 8059 * searching.texi (String Search, Regexp Search): Cleanups.
b8d4c8d0
GM
8060
8061 * nonascii.texi (Character Codes): Minor fix.
8062
8063 * display.texi (Display Property): Explain the significance
8064 of having text properties that are eq.
8065 (Other Display Specs): Explain string as display spec.
8066
8067 * commands.texi (Interactive Codes): Document G option.
8068
80692005-03-17 Chong Yidong <cyd@stupidchicken.com>
8070
8071 * text.texi (Filling): Add sentence-end-without-period and
8072 sentence-end-without-space.
8073 (Changing Properties): Minor fix.
8074
8075 * anti.texi: Total rewrite.
8076
80772005-03-15 Lute Kamstra <lute@gnu.org>
8078
8079 * edebug.texi (Instrumenting Macro Calls): Fix typos.
8080
80812005-03-08 Kim F. Storm <storm@cua.dk>
8082
8083 * display.texi (Specified Space): Property :width is support on
8084 non-graphic terminals, :height is not.
8085
80862005-03-07 Richard M. Stallman <rms@gnu.org>
8087
8088 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
8089 Now subnodes of Fringes.
8090 (Overlay Arrow): Document overlay-arrow-variable-list.
8091 (Fringe Size/Pos): New node, broken out of Fringes.
8092 (Display): Explain clearing vs redisplay better.
8093 (Truncation): Clarify use of bitmaps.
8094 (The Echo Area): Clarify the uses of the echo area.
8095 Add max-mini-window-height.
8096 (Progress): Clarify.
8097 (Invisible Text): Explain that main loop moves point out.
8098 (Selective Display): Say "hidden", not "invisible".
8099 (Managing Overlays): Move up. Describe relation to Undo here.
8100 (Overlay Properties): Clarify intro.
8101 (Finding Overlays): Explain return values when nothing found.
8102 (Width): truncate-string-to-width has added arg.
8103 (Displaying Faces): Clarify and update mode line face handling.
8104 (Face Functions): Minor cleanup.
8105 (Conditional Display): Merge into Other Display Specs.
8106 (Pixel Specification, Other Display Specs): Minor cleanups.
8107 (Images, Image Descriptors): Minor cleanups.
8108 (GIF Images): Patents have expired.
8109 (Showing Images): Explain default text for insert-image.
8110 (Manipulating Button Types): Merge into Manipulating Buttons.
8111 (Making Buttons): Explain return values.
8112 (Button Buffer Commands): Add xref.
8113 (Inverse Video): Update mode-line-inverse-video.
8114 (Display Table Format): Clarify.
8115 (Active Display Table): Give defaults for window-display-table.
8116
8117 * calendar.texi (Calendar Customizing): calendar-holiday-marker
8118 and calendar-today-marker are strings, not chars.
8119 (Holiday Customizing): Minor fix.
8120
8121 * internals.texi (Writing Emacs Primitives): Update `or' example.
8122 Update limit on # args of subr.
8123
8124 * edebug.texi (Using Edebug): Arrow is in fringe.
8125 (Instrumenting): Arg to eval-defun works without loading edebug.
8126 (Edebug Execution Modes): Add xref.
8127
8128 * customize.texi (Common Keywords): Clarify :require.
8129 Mention :version here.
8130 (Variable Definitions, Group Definitions): Not here.
8131 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
8132
81332005-03-07 Chong Yidong <cyd@stupidchicken.com>
8134 * nonascii.texi (Text Representations): Clarify position-bytes.
8135 (Character Sets): Add list-charset-chars.
8136 (Scanning Charsets): Add charset-after.
8137 (Encoding and I/O): Minor fix.
8138
81392005-03-06 Richard M. Stallman <rms@gnu.org>
8140
8141 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
8142 (Resizing Windows): Likewise.
8143
8144 * text.texi (Change Hooks): Get rid of "Emacs 21".
8145
8146 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
8147
8148 * streams.texi (Output Variables): Get rid of "Emacs 21".
8149
8150 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
8151
8152 * os.texi (Translating Input): Replace flow-control example
8153 with a less obsolete example that uses `keyboard-translate'.
8154
8155 * objects.texi (Hash Table Type, Circular Objects):
8156 Get rid of "Emacs 21".
8157
8158 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
8159 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
8160
8161 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
8162
8163 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
8164
8165 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
8166 (Menu Bar): Fix when menu-bar-update-hook is called.
8167
8168 * hash.texi (Hash Tables): Get rid of "Emacs 21".
8169
8170 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
8171 and make it read better.
8172
8173 * files.texi (Writing to Files): Get rid of "Emacs 21".
8174 (Unique File Names): Likewise.
8175
8176 * elisp.texi: Update Emacs version to 22.
8177
8178 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
8179 (Overlay Properties, Face Attributes): Likewise.
8180 (Managing Overlays): Fix punctuation.
8181 (Attribute Functions): Clarify set-face-font; get rid of
8182 info about old Emacs versions.
8183 (Auto Faces, Font Lookup, Display Property, Images):
8184 Get rid of "Emacs 21".
8185
8186 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
8187
81882005-03-05 Richard M. Stallman <rms@gnu.org>
8189
8190 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
8191
81922005-03-04 Lute Kamstra <lute@gnu.org>
8193
8194 * debugging.texi (Error Debugging): Document stack-trace-on-error.
8195
81962005-03-03 Lute Kamstra <lute@gnu.org>
8197
8198 * edebug.texi (Instrumenting Macro Calls): Fix typo.
8199
82002005-03-01 Lute Kamstra <lute@gnu.org>
8201
8202 * debugging.texi (Debugger Commands): Update `j'.
8203
82042005-02-28 Lute Kamstra <lute@gnu.org>
8205
8206 * debugging.texi (Debugging): Fix typo.
8207 (Error Debugging): Document eval-expression-debug-on-error.
8208 (Function Debugging): Update example.
8209 (Using Debugger): Mention starred stack frames.
8210 (Debugger Commands): Document `j' and `l'.
8211 (Invoking the Debugger): `d' and `j' exit recursive edit too.
8212 Update the messages that the debugger displays.
8213 (Internals of Debugger): Add cross reference. Update example.
8214 (Excess Open): Minor improvement.
8215 (Excess Close): Minor improvement.
8216
82172005-02-26 Richard M. Stallman <rms@gnu.org>
8218
8219 * tips.texi (Coding Conventions): Clarify.
8220 Put all the major mode key reservations together.
8221 Mention the Mouse-1 => Mouse-2 conventions.
8222
8223 * syntax.texi (Syntax Class Table): Clarify.
8224 (Syntax Table Functions): syntax-after moved from here.
8225 (Syntax Table Internals): syntax-after moved to here.
8226 (Parsing Expressions): Update info on number of values
8227 and what's meaningful in the STATE argument.
8228 (Categories): Fix typo.
8229
8230 * sequences.texi (Arrays): Cleanup.
8231 (Char-Tables): Clarify.
8232
8233 * processes.texi (Deleting Processes): Cleanups, add xref.
8234 (Subprocess Creation): Explain nil in exec-path. Cleanup.
8235 (Process Information): set-process-coding-system, some args optional.
8236 (Input to Processes): Explain various types for PROCESS args.
8237 Rename them from PROCESS-NAME to PROCESS.
8238 (Signals to Processes): Likewise.
8239 (Decoding Output): Cleanup.
8240 (Query Before Exit): Clarify.
8241
8242 * os.texi (Startup Summary): Correct the options; add missing ones.
8243 (Terminal Output, Batch Mode): Clarify.
8244 (Flow Control): Node deleted.
8245
8246 * markers.texi (The Mark): Clarify.
8247
8248 * macros.texi (Expansion): Cleanup.
8249 (Indenting Macros): indent-spec allows ints, not floats.
8250
8251 * keymaps.texi (Keymaps): Clarify.
8252 (Format of Keymaps): Update lisp-mode-map example.
8253 (Active Keymaps, Key Lookup): Clarify.
8254 (Changing Key Bindings): Add xref to `kbd'.
8255 (Key Binding Commands, Simple Menu Items): Clarify.
8256 (Mouse Menus, Menu Bar): Clarify.
8257 (Menu Example): Replace print example with menu-bar-replace-menu.
8258
8259 * help.texi (Documentation Basics): Add function-documentation prop.
8260
8261 * elisp.texi (Top): Don't refer to Flow Control node.
8262
8263 * commands.texi (Command Overview): Improve xrefs.
8264 (Adjusting Point): Adjusting point applies to intangible and invis.
8265 (Key Sequence Input): Doc extra read-key-sequence args.
8266 Likewise for read-key-sequence-vector.
8267
8268 * backups.texi (Rename or Copy): Minor fix.
8269 (Numbered Backups): For version-control, say the default.
8270 (Auto-Saving): make-auto-save-file-name example is simplified.
8271
8272 * advice.texi (Advising Functions): Don't imply one part of Emacs
8273 should advise another part. Markup changes.
8274 (Defining Advice): Move transitional para.
8275 (Activation of Advice): Cleanup.
8276 Explain if COMPILE is nil or negative.
8277
8278 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
8279
82802005-02-24 Lute Kamstra <lute@gnu.org>
8281
8282 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
8283 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
8284
82852005-02-23 Lute Kamstra <lute@gnu.org>
8286
8287 * modes.texi (Defining Minor Modes): define-minor-mode can be used
8288 to define global minor modes as well.
8289
8290 * display.texi (Managing Overlays): overlay-buffer returns nil for
8291 deleted overlays.
8292
82932005-02-22 Kim F. Storm <storm@cua.dk>
8294
8295 * minibuf.texi (Basic Completion): Allow symbols in addition to
8296 strings in try-completion and all-completions.
8297
82982005-02-14 Lute Kamstra <lute@gnu.org>
8299
8300 * elisp.texi (Top): Remove reference to deleted node.
8301
8302 * lists.texi (Lists): Remove reference to deleted node.
8303 (Cons Cells): Fix typo.
8304
8305 * loading.texi (Where Defined): Fix typo.
8306
83072005-02-14 Richard M. Stallman <rms@gnu.org>
8308
8309 * variables.texi (Creating Buffer-Local): change-major-mode-hook
8310 is useful for discarding some minor modes.
8311
8312 * symbols.texi (Symbol Components): Reorder examples.
8313
8314 * streams.texi (Input Functions): State standard-input default.
8315 (Output Variables): State standard-output default.
8316
8317 * objects.texi (Printed Representation): Clarify read syntax vs print.
8318 (Floating Point Type): Explain meaning better.
8319 (Symbol Type): Explain uniqueness better.
8320 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
8321 List examples sooner.
8322 (Box Diagrams): New subnode broken out.
8323 Some examples moved from old Lists as Boxes node.
8324 (Dotted Pair Notation): Clarify intro.
8325 (Array Type): Clarify.
8326 (Type Predicates): Add hash-table-p.
8327
8328 * numbers.texi (Integer Basics): Clarify radix explanation.
8329 (Predicates on Numbers): Minor clarification.
8330 (Comparison of Numbers): Minor clarification. Clarify eql.
8331 Typos in min, max.
8332 (Math Functions): Clarify overflow in expt.
8333
8334 * minibuf.texi (Text from Minibuffer): Minor clarification.
8335 Mention arrow keys.
8336
8337 * loading.texi (Autoload): defun's doc string overrides autoload's
8338 doc string.
8339 (Repeated Loading): Modernize "add to list" examples.
8340 (Where Defined): Finish updating table of load-history elts.
8341
8342 * lists.texi (List-related Predicates): Minor wording improvement.
8343 (Lists as Boxes): Node deleted.
8344 (Building Lists): Explain trivial cases of number-sequence.
8345
8346 * hash.texi (Hash Tables): Add desc to menu items.
10d1d0af 8347 (Creating Hash): Explain "full" means "make larger".
b8d4c8d0
GM
8348 (Hash Access): Any object can be a key.
8349 State value of maphash.
8350
8351 * functions.texi (What Is a Function): Wording cleanup.
8352 (Function Documentation): Minor cleanup.
8353 Explain purpose of calling convention at end of doc string.
8354 (Function Names): Wording cleanup.
8355 (Calling Functions): Wording cleanup.
8356 Explain better how funcall calls the function.
8357 (Function Cells): Delete example of saving and redefining function.
8358
8359 * control.texi (Combining Conditions): Wording cleanup.
8360 (Iteration): dolist and dotimes bind VAR locally.
8361 (Cleanups): Xref to Atomic Changes.
8362
8363 * compile.texi (Byte Compilation): Delete 19.29 info.
8364 (Compilation Functions): Macros' difficulties don't affect defsubst.
8365 (Docs and Compilation): Delete 19.29 info.
8366
83672005-02-10 Richard M. Stallman <rms@gnu.org>
8368
8369 * objects.texi (Symbol Type): Minor correction.
8370
83712005-02-06 Lute Kamstra <lute@gnu.org>
8372
8373 * modes.texi (Example Major Modes): Fix typos.
8374
83752005-02-06 Richard M. Stallman <rms@gnu.org>
8376
8377 * text.texi (Margins): fill-nobreak-predicate can be one function.
8378
8379 * strings.texi (Modifying Strings): clear-string can make unibyte.
8380 (Formatting Strings): format gives error if values missing.
8381
8382 * positions.texi (Character Motion): Mention default arg
8383 for forward-char. backward-char refers to forward-char.
8384 (Word Motion): Mention default arg for forward-word.
8385 (Buffer End Motion): Mention default arg for beginning-of-buffer.
8386 Simplify end-of-buffer.
8387 (Text Lines): Mention default arg for forward-line.
8388 (List Motion): Mention default arg for beginning/end-of-defun.
8389 (Skipping Characters): Minor fixes in explaining character-set.
8390
8391 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
8392 Mode inheritance applies only when default-major-mode is nil.
8393 Clarifications.
8394 (Example Major Modes): Update Text mode and Lisp mode examples.
8395 (Minor Mode Conventions): Mention define-minor-mode at top.
8396 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
8397 (Mode Line Format): Update mode line face display info.
8398 (Properties in Mode): Mention effect of risky vars.
8399 (Imenu): Define imenu-add-to-menubar.
8400 (Font Lock Mode): Add descriptions to menu lines.
8401 (Faces for Font Lock): Add font-lock-doc-face.
8402
84032005-02-05 Lute Kamstra <lute@gnu.org>
8404
8405 * text.texi (Maintaining Undo): Remove obsolete function.
8406
84072005-02-05 Eli Zaretskii <eliz@gnu.org>
8408
8409 * frames.texi (Color Names): Add pointer to the X docs about RGB
c4cc8b9a 8410 color specifications. Improve indexing.
b8d4c8d0
GM
8411 (Text Terminal Colors): Replace the description of RGB values by
8412 an xref to "Color Names".
8413
84142005-02-03 Richard M. Stallman <rms@gnu.org>
8415
8416 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
8417 Clarify.
8418 (Selecting Windows): Clarify save-selected-window.
8419 (Cyclic Window Ordering): Clarify walk-windows.
8420 (Window Point): Clarify.
8421 (Window Start): Add comment to example.
8422 (Resizing Windows): Add `interactive' specs in examples.
8423 Document fit-window-to-buffer.
8424
8425 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
8426 (Undo, Maintaining Undo): Clarify last change.
8427 (Sorting): In sort-numeric-fields, explain about octal and hex.
8428 Mention sort-numeric-base.
8429 (Format Properties): Add xref for hard newlines.
8430
8431 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
8432 (Pop-Up Menus): Fix typo.
8433 (Color Names): Explain all types of color names.
8434 Explain color-values on B&W terminal.
8435 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
8436
8437 * files.texi (File Locks): Not supported on MS systems.
8438 (Testing Accessibility): Clarify.
8439
8440 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
8441 (Coverage Testing): Fix typo.
8442
8443 * commands.texi (Misc Events): Remove stray space.
8444
8445 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
8446 (Modification Time): Clarify when visited-file-modtime returns 0.
8447 (The Buffer List): Clarify bury-buffer.
8448 (Killing Buffers): Clarify.
8449 (Indirect Buffers): Add clone-indirect-buffer.
8450
84512005-02-02 Matt Hodges <MPHodges@member.fsf.org>
8452
8453 * edebug.texi (Printing in Edebug): Fix default value of
8454 edebug-print-circle.
8455 (Coverage Testing): Fix displayed frequency count data.
8456
84572005-02-02 Luc Teirlinck <teirllm@auburn.edu>
8458
8459 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
8460
84612005-02-02 Kim F. Storm <storm@cua.dk>
8462
8463 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
8464
84652005-01-29 Eli Zaretskii <eliz@gnu.org>
8466
8467 * commands.texi (Misc Events): Describe the help-echo event.
8468
8469 * text.texi (Special Properties) <help-echo>: Use `pos'
8470 consistently in description of the help-echo property.
8471 Use @code{nil} instead of @var{nil}.
8472
8473 * display.texi (Overlay Properties): Fix the index entry for
8474 help-echo overlay property.
8475
8476 * customize.texi (Type Keywords): Uncomment the xref to the
8477 help-echo property documentation.
8478
84792005-01-23 Kim F. Storm <storm@cua.dk>
8480
8481 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
8482 return value. Third element FULLY replaced by PARTIAL which
8483 specifies number of invisible pixels if row is only partially visible.
8484 (Textual Scrolling): Mention auto-window-vscroll.
8485 (Vertical Scrolling): New defvar auto-window-vscroll.
8486
84872005-01-16 Luc Teirlinck <teirllm@auburn.edu>
8488
8489 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
8490 command remapping.
8491
84922005-01-15 Richard M. Stallman <rms@gnu.org>
8493
8494 * display.texi (Defining Images): Mention DATA-P arg of create-image.
8495
84962005-01-14 Kim F. Storm <storm@cua.dk>
8497
8498 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
8499
8500 * text.texi (Links and Mouse-1): Fix string and vector item.
8501
85022005-01-13 Richard M. Stallman <rms@gnu.org>
8503
8504 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
8505 descriptions of overriding-local-map and overriding-terminal-local-map.
8506
8507 * text.texi (Links and Mouse-1): Clarify text.
8508
85092005-01-13 Kim F. Storm <storm@cua.dk>
8510
8511 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
8512
85132005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
8514
8515 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
8516
85172005-01-12 Kim F. Storm <storm@cua.dk>
8518
8519 * text.texi (Links and Mouse-1): Rename section from Enabling
8520 Mouse-1 to Following Links. Change xrefs.
8521 Add examples for define-button-type and define-widget.
8522
8523 * display.texi (Button Properties, Button Buffer Commands):
8524 Clarify mouse-1 and follow-link functionality.
8525
85262005-01-12 Richard M. Stallman <rms@gnu.org>
8527
8528 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
8529
8530 * display.texi (Beeping): Fix Texinfo usage.
8531
8532 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
8533
85342005-01-11 Kim F. Storm <storm@cua.dk>
8535
8536 * display.texi (Button Properties, Button Buffer Commands):
8537 Mention mouse-1 binding. Add follow-link keyword.
8538
8539 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
8540 (Enabling Mouse-1 to Follow Links): New subsection.
8541
85422005-01-06 Richard M. Stallman <rms@gnu.org>
8543
8544 * text.texi (Special Properties): Minor change.
8545
8546 * os.texi (Timers): Clarify previous change.
8547
8548 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
8549
85502005-01-01 Luc Teirlinck <teirllm@auburn.edu>
8551
8552 * display.texi (Face Attributes): Correct xref to renamed node.
8553
85542005-01-01 Richard M. Stallman <rms@gnu.org>
8555
8556 * display.texi (Face Attributes): Describe hex color specs.
8557
85582004-12-31 Richard M. Stallman <rms@gnu.org>
8559
8560 * os.texi (Timers): Update previous change.
8561
85622004-12-30 Kim F. Storm <storm@cua.dk>
8563
8564 * display.texi (Line Height): Total line-height is now specified
8565 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
8566 in cons cells. (nil . RATIO) is relative to actual line height.
8567 Use line-height `t' instead of `0' to get minimum height.
8568
85692004-12-29 Richard M. Stallman <rms@gnu.org>
8570
8571 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
8572
85732004-12-28 Richard M. Stallman <rms@gnu.org>
8574
8575 * commands.texi (Quitting): Clarify value of with-local-quit.
8576
8577 * elisp.texi (Top): Fix previous change.
8578
8579 * loading.texi (Loading): Fix previous change.
8580
85812004-12-27 Richard M. Stallman <rms@gnu.org>
8582
8583 * Makefile.in (MAKEINFO): Specify --force.
8584
8585 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
8586
8587 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
8588
8589 * display.texi (Line Height): Further clarify.
8590
8591 * elisp.texi (Top): Update Loading submenu.
8592
8593 * loading.texi (Where Defined): New node.
8594 (Unloading): load-history moved to Where Defined.
8595
85962004-12-21 Richard M. Stallman <rms@gnu.org>
8597
8598 * commands.texi (Event Input Misc): Add while-no-input.
8599
86002004-12-11 Richard M. Stallman <rms@gnu.org>
8601
8602 * display.texi (Line Height): Rewrite text for clarity.
8603
86042004-12-11 Kim F. Storm <storm@cua.dk>
8605
8606 * display.texi (Display): Add node "Line Height" to menu.
8607 (Line Height): New node. Move full description of line-spacing
8608 and line-height text properties here from text.texi.
8609 (Scroll Bars): Add vertical-scroll-bar variable.
8610
8611 * frames.texi (Window Frame Parameters): Remove line-height defvar.
8612
8613 * locals.texi (Standard Buffer-Local Variables): Fix xref for
8614 line-spacing and vertical-scroll-bar.
8615
8616 * text.texi (Special Properties): Just mention line-spacing and
8617 line-height here, add xref to new "Line Height" node.
8618
86192004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
8620
8621 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
8622
8623 * locals.texi (Standard Buffer-Local Variables):
8624 Add @xref for `line-spacing'.
8625
86262004-12-05 Richard M. Stallman <rms@gnu.org>
8627
8628 * Makefile.in (maintainer-clean): Remove the info files
8629 in $(infodir) where they are created.
8630
86312004-12-03 Richard M. Stallman <rms@gnu.org>
8632
8633 * windows.texi (Selecting Windows): get-lru-window and
8634 get-largest-window don't consider dedicated windows.
8635
8636 * text.texi (Undo): Document undo-in-progress.
8637
86382004-11-26 Richard M. Stallman <rms@gnu.org>
8639
8640 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
8641 Remove a few vars that are not always buffer-local.
8642
86432004-11-24 Luc Teirlinck <teirllm@auburn.edu>
8644
8645 * locals.texi (Standard Buffer-Local Variables): Comment out
8646 xref's to non-existent node `Yet to be written'.
8647
86482004-11-24 Richard M. Stallman <rms@gnu.org>
8649
8650 * processes.texi (Synchronous Processes): Grammar fix.
8651
8652 * numbers.texi (Comparison of Numbers): Add eql.
8653
8654 * locals.texi (Standard Buffer-Local Variables): Add many vars.
8655
8656 * intro.texi (Printing Notation): Fix previous change.
8657
8658 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
8659 and default-indicate-buffer-boundaries from here.
8660 (Usual Display): To here.
8661 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
8662 (Usual Display): Move tab-width up.
8663
5dcb4c4e
SM
8664 * customize.texi (Variable Definitions):
8665 Replace show-paren-mode example with tooltip-mode.
b8d4c8d0
GM
8666 (Simple Types, Composite Types, Defining New Types):
8667 Minor cleanups.
8668
86692004-11-21 Jesper Harder <harder@ifa.au.dk>
8670
8671 * processes.texi (Synchronous Processes, Output from Processes):
8672 Markup fix.
8673
86742004-11-20 Richard M. Stallman <rms@gnu.org>
8675
8676 * positions.texi (Skipping Characters): skip-chars-forward
8677 now handles char classes.
8678
8679 * intro.texi (Printing Notation): Avoid confusion of `print'
8680 when explaining @print.
8681
8682 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
8683
8684 * display.texi (Display Table Format): Minor fix.
8685
8686 * streams.texi (Output Functions): Fix print example.
8687
8688 * Makefile.in (elisp): New target.
8689 (dist): Depend on $(infodir)/elisp, not elisp.
8690 Copy the info files from $(infodir).
8691
8692 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
8693 read-from-minibuffer.
8694
8695 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
8696
86972004-11-19 Richard M. Stallman <rms@gnu.org>
8698
8699 * searching.texi (Regexp Search): Add search-whitespace-regexp.
8700
87012004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
8702
8703 * tips.texi (Coding Conventions): Fix typo.
8704
87052004-11-16 Richard M. Stallman <rms@gnu.org>
8706
8707 * tips.texi (Coding Conventions): Separate defvar and require
8708 methods to avoid warnings. Use require only when there are many
8709 functions and variables from that package.
8710
8711 * minibuf.texi (Minibuffer Completion): When ignoring case,
8712 predicate must not be case-sensitive.
8713
8714 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
8715 (Test Coverage): Don't talk about "splotches". Clarified.
8716
87172004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
8718
8719 * frames.texi (Window Frame Parameters): Fix typo.
8720
87212004-11-15 Kim F. Storm <storm@cua.dk>
8722
8723 * symbols.texi (Other Plists): Note that plist-get may signal error.
8724 Add safe-plist-get.
8725
87262004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
8727
8728 * modes.texi (Font Lock Basics): Fix typo.
8729
87302004-11-08 Richard M. Stallman <rms@gnu.org>
8731
8732 * syntax.texi (Syntax Table Functions): Add syntax-after.
8733
87342004-11-06 Lars Brinkhoff <lars@nocrew.org>
8735
8736 * os.texi (Processor Run Time): New section documenting
8737 get-internal-run-time.
8738
87392004-11-06 Eli Zaretskii <eliz@gnu.org>
8740
8741 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
8742 it nukes elisp-cover.texi.
8743 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
8744 elisp-0 etc.
8745
87462004-11-05 Luc Teirlinck <teirllm@auburn.edu>
8747
8748 * commands.texi (Keyboard Macros): Document `append' return value
8749 of `defining-kbd-macro'.
8750
87512004-11-01 Richard M. Stallman <rms@gnu.org>
8752
8753 * commands.texi (Interactive Call): Add called-interactively-p.
8754
87552004-10-29 Simon Josefsson <jas@extundo.com>
8756
8757 * minibuf.texi (Reading a Password): Revert.
8758
87592004-10-28 Richard M. Stallman <rms@gnu.org>
8760
8761 * frames.texi (Display Feature Testing): Explain about "vendor".
8762
87632004-10-27 Richard M. Stallman <rms@gnu.org>
8764
8765 * commands.texi (Interactive Codes): `N' uses numeric prefix,
8766 not raw. Clarify `n'.
8767 (Interactive Call): Rewrite interactive-p, focusing on when
8768 and how to use it.
8769 (Misc Events): Clarify previous change.
8770
8771 * advice.texi (Simple Advice): Clarify what job the example does.
8772 (Around-Advice): Clarify ad-do-it.
8773 (Activation of Advice): An option of ad-default-compilation-action
8774 is `never', not `nil'.
8775
87762004-10-26 Kim F. Storm <storm@cua.dk>
8777
8778 * commands.texi (Interactive Codes): Add U code letter.
8779
87802004-10-25 Simon Josefsson <jas@extundo.com>
8781
8782 * minibuf.texi (Reading a Password): Add.
8783
87842004-10-24 Jason Rumney <jasonr@gnu.org>
8785
8786 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
8787 and wheel-down.
8788
87892004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
8790
8791 * processes.texi (Synchronous Processes): Document process-file.
8792
87932004-10-22 Kenichi Handa <handa@m17n.org>
8794
8795 * text.texi (translate-region): Document that it accepts also a
8796 char-table.
8797
87982004-10-22 David Ponce <david@dponce.com>
8799
8800 * windows.texi (Resizing Windows): Document the `preserve-before'
8801 argument of the functions `enlarge-window' and `shrink-window'.
8802
88032004-10-19 Jason Rumney <jasonr@gnu.org>
8804
8805 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
8806
88072004-10-09 Luc Teirlinck <teirllm@auburn.edu>
8808
8809 * text.texi (Filling): Add anchor for definition of
8810 `sentence-end-double-space'.
8811
8812 * searching.texi (Regexp Example): Update description of how
8813 Emacs currently recognizes the end of a sentence.
8814 (Standard Regexps): Update definition of the variable
8815 `sentence-end'. Add definition of the function `sentence-end'.
8816
88172004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
8818
8819 * display.texi (Progress): New node.
8820
88212004-10-05 Kim F. Storm <storm@cua.dk>
8822
8823 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
8824
88252004-09-29 Kim F. Storm <storm@cua.dk>
8826
8827 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
8828 to identify bitmaps. Remove -fringe-bitmap suffix for standard
8829 fringe bitmap symbols, as they now have their own namespace.
8830 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
8831 vs. pixels. Signal error if no free bitmap slots.
8832 (Pixel Specification): Change IMAGE to @var{image}.
8833
88342004-09-28 Richard M. Stallman <rms@gnu.org>
8835
8836 * text.texi (Special Properties): Clarify line-spacing and line-height.
8837
8838 * searching.texi (Regexp Search): Add looking-back.
8839
88402004-09-25 Luc Teirlinck <teirllm@auburn.edu>
8841
8842 * display.texi: Correct typos.
8843 (Image Descriptors): Correct xref's.
8844
88452004-09-25 Richard M. Stallman <rms@gnu.org>
8846
8847 * text.texi (Special Properties): Cleanups in `cursor'.
8848 Rewrites in `line-height' and `line-spacing'; exchange them.
8849
8850 * display.texi (Fringes): Rewrite previous change.
8851 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
8852 (Display Fringe Bitmaps): Node deleted, text moved.
8853 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
8854 (Scroll Bars): Clarify set-window-scroll-bars.
8855 (Pointer Shape): Rewrite.
8856 (Specified Space): Clarify :align-to, etc.
8857 (Pixel Specification): Use @var. Clarify new text.
8858 (Other Display Specs): Clarify `slice'.
8859 (Image Descriptors): Cleanups.
8860 (Showing Images): Cleanups.
8861
88622004-09-24 Luc Teirlinck <teirllm@auburn.edu>
8863
8864 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
8865
8866 * modes.texi: Various minor changes in addition to:
8867 (Major Mode Conventions): Final call to `run-mode-hooks' should
8868 not be inside the `delay-mode-hooks' form.
8869 (Mode Hooks): New node.
8870 (Hooks): Delete obsolete example.
8871 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
8872 node "Mode Hooks".
8873
88742004-09-22 Luc Teirlinck <teirllm@auburn.edu>
8875
8876 * display.texi: Correct various typos.
8877 (Display): Rename node "Pointer Shapes" to "Pointer
8878 Shape". (There is already a node called "Pointer Shapes" in
8879 frames.texi.)
8880 (Images): Remove non-existent node "Image Slices" from menu.
8881
88822004-09-23 Kim F. Storm <storm@cua.dk>
8883
8884 * text.texi (Special Properties): Add `cursor', `pointer',
8885 `line-height', and `line-spacing' properties.
8886
8887 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
8888 Shapes' to menu.
8889 (Standard Faces): Doc fix for fringe face.
8890 (Fringes): Add `overflow-newline-into-fringe' and
8891 'indicate-buffer-boundaries'.
8892 (Fringe Bitmaps, Pointer Shapes): New nodes.
8893 (Display Property): Add 'Pixel Specification' and 'Display Fringe
8894 Bitmaps' to menu.
8895 (Specified Space): Describe pixel width and height.
8896 (Pixel Specification): New node.
8897 (Other Display Specs): Add `slice' property.
8898 (Display Fringe Bitmaps): New node.
8899 (Images): Add 'Image Slices' to menu.
8900 (Image Descriptors): Add `:pointer' and `:map' properties.
5dcb4c4e
SM
8901 (Showing Images): Add slice arg to `insert-image'.
8902 Add 'insert-sliced-image'.
b8d4c8d0
GM
8903
89042004-09-20 Richard M. Stallman <rms@gnu.org>
8905
8906 * commands.texi (Key Sequence Input):
8907 Clarify downcasing in read-key-sequence.
8908
89092004-09-08 Juri Linkov <juri@jurta.org>
8910
8911 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
8912
89132004-09-07 Luc Teirlinck <teirllm@auburn.edu>
8914
5dcb4c4e
SM
8915 * locals.texi (Standard Buffer-Local Variables):
8916 Add `buffer-auto-save-file-format'.
b8d4c8d0
GM
8917 * internals.texi (Buffer Internals): Describe new
8918 auto_save_file_format field of the buffer structure.
8919 * files.texi (Format Conversion): `auto-save-file-format' has been
8920 renamed `buffer-auto-save-file-format'.
8921
89222004-08-27 Luc Teirlinck <teirllm@auburn.edu>
8923
8924 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
8925 an integer or a marker.
8926 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
8927
89282004-08-22 Richard M. Stallman <rms@gnu.org>
8929
8930 * modes.texi (Major Mode Conventions): Discuss rebinding of
8931 standard key bindings.
8932
89332004-08-18 Kim F. Storm <storm@cua.dk>
8934
8935 * processes.texi (Accepting Output): Add `just-this-one' arg to
8936 `accept-process-output'.
8937 (Output from Processes): New var `process-adaptive-read-buffering'.
8938
89392004-08-10 Luc Teirlinck <teirllm@auburn.edu>
8940
8941 * keymaps.texi: Various changes in addition to:
8942 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
8943 Give more varied examples for `kbd'.
8944 (Creating Keymaps): Char tables have slots for all characters
8945 without modifiers.
8946 (Active Keymaps): `overriding-local-map' and
8947 `overriding-terminal-local-map' also override text property and
8948 overlay keymaps.
8949 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
8950 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
8951 to denote a prefix of no events.
8952 `map-keymap' includes parent's bindings _recursively_.
8953 Clarify and correct description of `where-is-internal'.
8954 Mention BUFFER-OR-NAME arg to `describe-bindings'.
8955 (Menu Example): For menus intended for use with the keyboard, the
8956 menu items should be bound to characters or real function keys.
8957
89582004-08-08 Luc Teirlinck <teirllm@auburn.edu>
8959
8960 * objects.texi (Character Type): Reposition `@anchor' to prevent
8961 double space inside sentence in Info.
8962
8963 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
8964 renamed to `disabled-command-function'.
8965 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
8966 (Command Loop Info): Replace reference to it.
8967 (Disabling Commands): `disabled-command-hook' has been renamed to
8968 `disabled-command-function'.
8969
89702004-08-07 Luc Teirlinck <teirllm@auburn.edu>
8971
8972 * os.texi (Translating Input): Only non-prefix bindings in
8973 `key-translation-map' override actual key bindings. Warn about
8974 possible indirect effect of actual key bindings on non-prefix
8975 bindings in `key-translation-map'.
8976
89772004-08-06 Luc Teirlinck <teirllm@auburn.edu>
8978
8979 * minibuf.texi (High-Level Completion): Add anchor for definition
8980 of `read-variable'.
8981
8982 * commands.texi: Various changes in addition to:
8983 (Using Interactive): Clarify description of `interactive-form'.
8984 (Interactive Call): Mention default for KEYS argument to
8985 `call-interactively'.
8986 (Command Loop Info): Clarify description of `this-command-keys'.
8987 Mention KEEP-RECORD argument to `clear-this-command-keys'.
8988 Value of `last-event-frame' can be `macro'.
8989 (Repeat Events): `double-click-fuzz' is also used to distinguish
8990 clicks and drags.
8991 (Classifying Events): Clarify descriptions of `event-modifiers'
8992 `event-basic-type' and `event-convert-list'.
8993 (Accessing Events): `posn-timestamp' takes POSITION argument.
8994 (Quoted Character Input): Clarify description of
8995 `read-quoted-char' and fix example.
8996 (Quitting): Add `with-local-quit'.
8997 (Disabling Commands): Correct and clarify descriptions of
8998 `enable-command' and `disable-command'.
8999 Mention what happens if `disabled-command-hook' is nil.
9000 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
9001 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
9002
90032004-07-24 Luc Teirlinck <teirllm@auburn.edu>
9004
9005 * frames.texi: Various changes in addition to:
9006 (Creating Frames): Expand and clarify description of `make-frame'.
9007 (Window Frame Parameters): Either none or both of the `icon-left'
9008 and `icon-top' parameters must be specified. Put descriptions of
9009 `menu-bar-lines' and `toolbar-lines' closer together and change
9010 them accordingly.
9011 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
9012 except while processing `frame-title-format' or `icon-title-format'.
9013 (Deleting Frames): Correct description of `delete-frame'.
9014 Non-nil return values of `frame-live-p' are like those of `framep'.
9015 (Frames and Windows): Mention return value of
9016 `set-frame-selected-window'.
9017 (Visibility of Frames): Mention `force' argument to
9018 `make-frame-invisible'. `frame-visible-p' returns t for all
9019 frames on text-only terminals.
9020 (Frame Configurations): Restoring a frame configuration does not
9021 restore deleted frames.
9022 (Window System Selections): `x-set-selection' returns DATA.
9023 (Resources): Add example.
9024 (Display Feature Testing): Clarify descriptions of
9025 `display-pixel-height', `display-pixel-width', `x-server-version'
9026 and `x-server-vendor'.
9027
9028 * windows.texi (Choosing Window): Add anchor.
9029 * minibuf.texi (Minibuffer Misc): Add anchor.
9030
90312004-07-23 John Paul Wallington <jpw@gnu.org>
9032
9033 * macros.texi (Defining Macros): Declaration keyword for setting
9034 Edebug spec is `debug' not `edebug'.
9035
90362004-07-19 Luc Teirlinck <teirllm@auburn.edu>
9037
9038 * windows.texi: Various small changes in addition to:
9039 (Window Point): Mention return value of `set-window-point'.
9040 (Window Start): `pos-visible-in-window-p' disregards horizontal
9041 scrolling. Explain return value if PARTIALLY is non-nil.
9042 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
9043 and `set-window-vscroll'.
9044 (Size of Window): The argument WINDOW to `window-inside-edges',
9045 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
9046 (Resizing Windows): Explain return value of
9047 `shrink-window-if-larger-than-buffer'.
9048 `window-size-fixed' automatically becomes buffer local when set.
9049 (Window Configurations): Explain return value of
9050 `set-window-configuration'.
9051
9052 * minibuf.texi (Minibuffer Misc): Add anchor for
9053 `minibuffer-scroll-window'.
9054
9055 * positions.texi (Text Lines): Add anchor for `count-lines'.
9056
90572004-07-17 Richard M. Stallman <rms@gnu.org>
9058
9059 * display.texi (Overlay Properties): Adding `evaporate' prop
9060 deletes empty overlay immediately.
9061
9062 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
9063 fix example.
9064
90652004-07-16 Jim Blandy <jimb@redhat.com>
9066
9067 * searching.texi (Regexp Backslash): Document new \_< and \_>
9068 operators.
9069
90702004-07-16 Juanma Barranquero <lektu@terra.es>
9071
9072 * display.texi (Images): Fix Texinfo usage.
9073
90742004-07-14 Luc Teirlinck <teirllm@auburn.edu>
9075
9076 * buffers.texi (Modification Time): `visited-file-modtime' now
9077 returns a list of two integers, instead of a cons.
9078
90792004-07-13 Luc Teirlinck <teirllm@auburn.edu>
9080
9081 * windows.texi: Various changes in addition to:
9082 (Splitting Windows): Add `split-window-keep-point'.
9083
90842004-07-09 Richard M. Stallman <rms@gnu.org>
9085
9086 * frames.texi (Input Focus): Minor fix.
9087
90882004-07-07 Luc Teirlinck <teirllm@auburn.edu>
9089
9090 * frames.texi (Input Focus): Clarify descriptions of
9091 `select-frame-set-input-focus' and `select-frame'.
9092
90932004-07-06 Luc Teirlinck <teirllm@auburn.edu>
9094
9095 * os.texi: Various small changes in addition to:
9096 (Killing Emacs): Expand and clarify description of
9097 `kill-emacs-query-functions' and `kill-emacs-hook'.
9098 (System Environment): Expand and clarify description of `getenv'
9099 and `setenv'.
9100 (Timers): Clarify description of `run-at-time'.
9101 (Translating Input): Correct description of
9102 `extra-keyboard-modifiers'.
9103 (Flow Control): Correct description of `enable-flow-control'.
9104
91052004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
9106
9107 * os.texi: Update copyright.
9108 (Session Management): Grammar fix.
9109 Clarify which Emacs does the restarting.
9110 Use @samp for *scratch* buffer.
9111
91122004-07-04 Alan Mackenzie <acm@muc.de>
9113
9114 * frames.texi (Input Focus): Add documentation for
9115 `select-frame-set-input-focus'. Replace refs to non-existent
9116 `switch-frame' with `select-frame'. Minor corrections and tidying
9117 up of text-only terminal stuff.
9118
91192004-07-02 Richard M. Stallman <rms@gnu.org>
9120
9121 * files.texi (Saving Buffers): Cleanup write-contents-function.
9122 (Magic File Names): Cleanup file-remote-p.
9123
b344d29d 91242004-07-02 Kai Großjohann <kai@emptydomain.de>
b8d4c8d0
GM
9125
9126 * files.texi (Magic File Names): `file-remote-p' returns an
9127 identifier of the remote system, not just t.
9128
91292004-07-02 David Kastrup <dak@gnu.org>
9130
9131 * searching.texi (Entire Match Data): Add explanation about new
9132 match-data behavior when @var{integers} is non-nil.
9133
91342004-06-24 Richard M. Stallman <rms@gnu.org>
9135
9136 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
9137
9138 * customize.texi (Variable Definitions): Note about doc strings
9139 and :set.
9140
9141 * keymaps.texi (Keymap Terminology): Document `kbd'.
9142 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
9143
9144 * display.texi (Invisible Text): Setting buffer-invisibility-spec
9145 makes it buffer-local.
9146
9147 * files.texi (Saving Buffers): Correct previous change.
9148
9149 * commands.texi (Accessing Events):
9150 Clarify posn-col-row and posn-actual-col-row.
9151
91522004-06-24 David Ponce <david.ponce@wanadoo.fr>
9153
9154 * commands.texi (Accessing Events): New functions
9155 posn-at-point and posn-at-x-y. Add example to posn-x-y.
9156
91572004-06-23 Luc Teirlinck <teirllm@auburn.edu>
9158
9159 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
9160 * frames.texi, buffers.texi, backups.texi, variables.texi:
9161 * loading.texi, eval.texi, functions.texi, control.texi:
9162 * symbols.texi, minibuf.texi: Reposition @anchor's.
9163
9164 * help.texi: Various small changes in addition to the following.
9165 (Describing Characters): Describe PREFIX argument to
9166 `key-description'. Correct and clarify definition of
9167 `text-char-description'. Describe NEED-VECTOR argument to
9168 `read-kbd-macro'.
9169 (Help Functions): Clarify definition of `apropos'.
9170
91712004-06-23 Lars Hansen <larsh@math.ku.dk>
9172
9173 * files.texi (Saving Buffers): Correct description of
9174 `write-contents-functions'.
9175
91762004-06-21 Juanma Barranquero <lektu@terra.es>
9177
9178 * display.texi (Images): Remove redundant @vindex directives.
9179 Rewrite `image-library-alist' doc in active voice.
9180
91812004-06-14 Juanma Barranquero <lektu@terra.es>
9182
9183 * display.texi (Images): Document new delayed library loading,
9184 variable `image-library-alist' and (existing but undocumented)
9185 function `image-type-available-p'.
9186
91872004-06-05 Richard M. Stallman <rms@gnu.org>
9188
9189 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
9190 refer the user to the Initial Input node.
9191 (Text from Minibuffer): Likewise.
9192 (Initial Input): New node. Document this feature
9193 and say it is mostly deprecated.
9194
91952004-05-30 Richard M. Stallman <rms@gnu.org>
9196
9197 * loading.texi (Named Features): Clarify return value
9198 and meaning of NOERROR.
9199
9200 * variables.texi (File Local Variables): Minor cleanup.
9201
92022004-05-30 Michael Albinus <michael.albinus@gmx.de>
9203
9204 * files.texi (Magic File Names): Add `file-remote-p' as operation
9205 of file name handlers.
9206
92072004-05-29 Richard M. Stallman <rms@gnu.org>
9208
9209 * modes.texi (Minor Mode Conventions): (-) has no special meaning
9210 as arg to a minor mode command.
9211
92122004-05-22 Richard M. Stallman <rms@gnu.org>
9213
9214 * syntax.texi (Syntax Class Table): Word syntax not just for English.
9215
9216 * streams.texi (Output Variables): Doc float-output-format.
9217
9218 * searching.texi (Regexp Special): Nested repetition can be infloop.
9219
9220 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
9221 real stack overflow.
9222
9223 * compile.texi: Minor cleanups.
9224
92252004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
9226
9227 * lists.texi (Cons Cells): Explain dotted lists, true lists,
9228 circular lists.
9229 (List Elements): Explain handling of circular and dotted lists.
9230
92312004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
9232
9233 * modes.texi (Search-based Fontification): Fix typo.
9234
92352004-05-10 Juanma Barranquero <lektu@terra.es>
9236
9237 * modes.texi (Mode Line Variables): Fix description of
9238 global-mode-string, which is now after which-func-mode, not the
9239 buffer name.
9240
92412004-05-07 Lars Hansen <larsh@math.ku.dk>
9242
9243 * modes.texi (Desktop Save Mode): Add.
9244 (Modes): Add menu entry Desktop Save Mode.
9245
9246 * hooks.texi: Add desktop-after-read-hook,
9247 desktop-no-desktop-file-hook and desktop-save-hook.
9248
9249 * locals.texi: Add desktop-save-buffer.
9250
92512004-04-30 Jesper Harder <harder@ifa.au.dk>
9252
9253 * display.texi: emacs -> Emacs.
9254
92552004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
9256
9257 * files.texi (Changing Files): Document set-file-times.
9258
92592004-04-23 Juanma Barranquero <lektu@terra.es>
9260
9261 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
9262
92632004-04-18 Jesper Harder <harder@ifa.au.dk>
9264
9265 * tips.texi (Coding Conventions): defopt -> defcustom.
9266
92672004-04-16 Luc Teirlinck <teirllm@auburn.edu>
9268
9269 * sequences.texi: Various clarifications.
9270
92712004-04-14 Luc Teirlinck <teirllm@auburn.edu>
9272
9273 * buffers.texi (Read Only Buffers): Mention optional ARG to
9274 `toggle-read-only'.
9275
92762004-04-14 Nick Roberts <nick@nick.uklinux.net>
9277
9278 * windows.texi (Selecting Windows): Note that get-lru-window
9279 returns a full-width window if possible.
9280
92812004-04-13 Luc Teirlinck <teirllm@auburn.edu>
9282
9283 * buffers.texi: Various changes in addition to:
9284 (Buffer File Name): Add `find-buffer-visiting'.
9285 (Buffer Modification): Mention optional ARG to `not-modified'.
9286 (Indirect Buffers): Mention optional CLONE argument to
9287 `make-indirect-buffer'.
9288
9289 * files.texi: Various changes in addition to:
9290 (Visiting Functions): `find-file-hook' is now a normal hook.
9291 (File Name Expansion): Explain difference between the way that
9292 `expand-file-name' and `file-truename' treat `..'.
9293 (Contents of Directories): Mention optional ID-FORMAT argument to
9294 `directory-files-and-attributes'.
9295 (Format Conversion): Mention new optional CONFIRM argument to
9296 `format-write-file'.
9297
92982004-04-12 Miles Bader <miles@gnu.org>
9299
9300 * macros.texi (Expansion): Add description of `macroexpand-all'.
9301
93022004-04-05 Jesper Harder <harder@ifa.au.dk>
9303
5dcb4c4e
SM
9304 * variables.texi (Variable Aliases):
9305 Mention cyclic-variable-indirection.
b8d4c8d0
GM
9306
9307 * errors.texi (Standard Errors): Ditto.
9308
93092004-04-04 Luc Teirlinck <teirllm@auburn.edu>
9310
9311 * backups.texi: Various small changes in addition to:
9312 (Making Backups): Mention return value of `backup-buffer'.
9313 (Auto-Saving): Mention optional FORCE argument to
9314 `delete-auto-save-file-if-necessary'.
9315 (Reverting): Mention optional PRESERVE-MODES argument to
9316 `revert-buffer'. Correct description of `revert-buffer-function'.
9317
93182004-03-22 Juri Linkov <juri@jurta.org>
9319
9320 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
9321 with `Vector Functions'.
9322
9323 * text.texi (Sorting): Add missing quote.
9324
93252004-03-14 Luc Teirlinck <teirllm@auburn.edu>
9326
9327 * intro.texi (Lisp History): Replace xref to `cl' manual with
9328 inforef.
9329
93302004-03-12 Richard M. Stallman <rms@gnu.org>
9331
9332 * intro.texi (Version Info): Add arg to emacs-version.
9333 (Lisp History): Change xref to CL manual.
9334
93352004-03-09 Luc Teirlinck <teirllm@auburn.edu>
9336
9337 * minibuf.texi (Completion Commands): Add xref to Emacs manual
9338 for Partial Completion mode.
9339
93402004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
9341
9342 * customize.texi: Fix typo. Remove eol whitespace.
9343
93442004-03-04 Richard M. Stallman <rms@gnu.org>
9345
9346 * processes.texi: Fix typos.
9347
9348 * lists.texi (Building Lists): Minor clarification.
9349
9350 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
9351 in make-hash-table.
9352
93532004-02-29 Juanma Barranquero <lektu@terra.es>
9354
9355 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
9356 rm, and ignore exit code.
9357
93582004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
9359
9360 * display.texi (Defining Faces): Add description for min-colors.
9361 Update example.
9362
93632004-02-23 Luc Teirlinck <teirllm@auburn.edu>
9364
9365 * abbrevs.texi: Various corrections and clarifications in addition
9366 to the following:
9367 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
9368
93692004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
9370
9371 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
9372
93732004-02-21 Luc Teirlinck <teirllm@auburn.edu>
9374
9375 * text.texi: Various small changes in addition to the following:
9376 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
9377 to delete-horizontal-space.
9378 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
9379 description of yank-handler text property at various places.
9380
9381 * frames.texi (Window System Selections): Add anchor.
9382
9383 * syntax.texi (Syntax Table Functions): Clarify and correct
9384 descriptions of make-syntax-table and copy-syntax-table.
9385 (Motion and Syntax): Clarify SYNTAXES argument to
9386 skip-syntax-forward.
9387 (Parsing Expressions): Mention that the return value of
9388 parse-partial-sexp is currently a list of ten rather than nine
9389 elements.
9390 (Categories): Various corrections and clarifications.
9391
93922004-02-17 Luc Teirlinck <teirllm@auburn.edu>
9393
9394 * markers.texi (Marker Insertion Types): Minor change.
9395
9396 * locals.texi (Standard Buffer-Local Variables):
9397 * commands.texi (Interactive Codes, Using Interactive):
9398 * functions.texi (Related Topics): Fix xrefs.
9399
94002004-02-16 Luc Teirlinck <teirllm@auburn.edu>
9401
9402 * lists.texi (Sets And Lists): Update description of delete-dups.
9403
94042004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
9405
9406 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
9407
c8763fb6 94082004-02-16 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
9409
9410 * frames.texi (Parameter Access): frame-parameters arg is optional.
9411 modify-frame-parameters handles nil for FRAME.
9412 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
9413 are all-or-nothing for certain toolkits.
9414 Mention parameter wait-for-wm.
9415 (Frames and Windows): In frame-first-window and frame-selected-window
9416 the arg is optional.
9417 (Input Focus): In redirect-frame-focus the second arg is optional.
9418 (Window System Selections): Mention selection type CLIPBOARD.
9419 Mention data-type UTF8_STRING.
9420 Mention numbering of cut buffers.
9421 (Resources): Describe x-resource-name.
9422
94232004-02-16 Richard M. Stallman <rms@gnu.org>
9424
9425 * windows.texi (Buffers and Windows): Delete false table
9426 about all-frames.
9427
9428 * syntax.texi (Parsing Expressions): Delete old caveat
9429 about parse-sexp-ignore-comments.
9430
9431 * streams.texi (Output Variables): Add print-quoted.
9432
9433 * lists.texi (Building Lists): Minor cleanup.
9434
9435 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
9436
9437 * display.texi (Overlays): Explain overlays use markers.
9438 (Managing Overlays): Explain front-advance and rear-advance
9439 in more detail.
9440
9441 * loading.texi (Unloading): Document unload-feature-special-hooks.
9442 Get rid of fns-NNN.el file.
9443
94442004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
9445
9446 * help.texi (Describing Characters): Fix text-char-description
9447 example output.
9448
9449 * edebug.texi (Using Edebug): Fix example.
9450
9451 * debugging.texi (Internals of Debugger): Fix return value.
9452
9453 * files.texi (Changing Files): Fix argname.
9454
9455 * calendar.texi: Fix parens, and default values.
9456
9457 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
9458 * nonascii.texi, objects.texi, os.texi: Minor fixes.
b3e755a9 9459 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
b8d4c8d0
GM
9460
9461 * positions.texi (Text Lines): Don't add -1 in current-line.
9462
94632004-02-16 Richard M. Stallman <rms@gnu.org>
9464
9465 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
9466
94672004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
9468
9469 * processes.texi (Low-Level Network): Fix a typo.
9470
94712004-02-12 Kim F. Storm <storm@cua.dk>
9472
9473 * display.texi (Fringes): Use consistent wording.
9474 Note that window-fringe's window arg is optional.
9475 (Scroll Bars): Use consistent wording.
9476
94772004-02-11 Luc Teirlinck <teirllm@auburn.edu>
9478
9479 * tips.texi (Comment Tips): Document the new conventions for
9480 commenting out code.
9481
c8763fb6 94822004-02-07 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0 9483
5dcb4c4e 9484 * positions.texi (Text Lines): Add missing end defun.
b8d4c8d0
GM
9485
94862004-02-07 Kim F. Storm <storm@cua.dk>
9487
9488 * positions.texi (Text Lines): Add line-number-at-pos.
9489
94902004-02-06 John Paul Wallington <jpw@gnu.org>
9491
9492 * display.texi (Button Properties, Button Buffer Commands):
9493 mouse-2 invokes button, not down-mouse-1.
9494
94952004-02-04 Jason Rumney <jasonr@gnu.org>
9496
9497 * makefile.w32-in: Sync with Makefile.in changes.
9498
94992004-02-03 Luc Teirlinck <teirllm@auburn.edu>
9500
9501 * minibuf.texi (Text from Minibuffer): Various corrections and
9502 clarifications.
9503 (Object from Minibuffer): Correct Lisp description of
9504 read-minibuffer.
9505 (Minibuffer History): Clarify description of cons values for
9506 HISTORY arguments.
5dcb4c4e
SM
9507 (Basic Completion): Various corrections and clarifications.
9508 Add completion-regexp-list.
b8d4c8d0
GM
9509 (Minibuffer Completion): Correct and clarify description of
9510 completing-read.
5dcb4c4e
SM
9511 (Completion Commands): Mention Partial Completion mode.
9512 Various other minor changes.
b8d4c8d0
GM
9513 (High-Level Completion): Various corrections and clarifications.
9514 (Reading File Names): Ditto.
9515 (Minibuffer Misc): Ditto.
9516
95172004-01-26 Luc Teirlinck <teirllm@auburn.edu>
9518
9519 * strings.texi (Text Comparison): assoc-string also matches
9520 elements of alists that are strings instead of conses.
9521 (Formatting Strings): Standardize Texinfo usage. Update index
9522 entries.
9523
95242004-01-20 Luc Teirlinck <teirllm@auburn.edu>
9525
9526 * lists.texi (Sets And Lists): Add delete-dups.
9527
95282004-01-15 Luc Teirlinck <teirllm@auburn.edu>
9529
9530 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
9531 special form.
9532 * macros.texi (Defining Macros): Update description of `declare',
9533 which now is a macro.
9534 (Wrong Time): Fix typos.
9535
95362004-01-14 Luc Teirlinck <teirllm@auburn.edu>
9537
9538 * compile.texi (Compilation Functions): Expand descriptions of
9539 `compile-defun', `byte-compile-file', `byte-recompile-directory'
9540 and `batch-byte-compile'. In particular, mention and describe
9541 all optional arguments.
9542 (Disassembly): Correct and clarify the description of `disassemble'.
9543
95442004-01-11 Luc Teirlinck <teirllm@auburn.edu>
9545
9546 * searching.texi: Various small changes in addition to the
9547 following.
9548 (Regexp Example): Adapt to new value of `sentence-end'.
9549 (Regexp Functions): The PAREN argument to `regexp-opt' can be
9550 `words'.
9551 (Search and Replace): Add usage note for `perform-replace'.
9552 (Entire Match Data): Mention INTEGERS and REUSE arguments to
9553 `match-data'.
9554 (Standard Regexps): Update for new values of `paragraph-start'
9555 and `sentence-end'.
9556
95572004-01-07 Luc Teirlinck <teirllm@auburn.edu>
9558
9559 * files.texi (Saving Buffers): Clarify descriptions of
9560 `write-contents-functions' and `before-save-hook'.
9561 Make the defvar's for `before-save-hook' and `after-save-hook'
9562 into defopt's.
9563
95642004-01-07 Kim F. Storm <storm@cua.dk>
9565
9566 * commands.texi (Click Events): Describe new image and
9567 width/height elements of click events.
9568 (Accessing Events): Add posn-string, posn-image, and
9569 posn-object-width-height. Change posn-object to return either
9570 image or string object.
9571
95722004-01-01 Simon Josefsson <jas@extundo.com>
9573
9574 * hooks.texi (Standard Hooks): Add before-save-hook.
9575 * files.texi (Saving Buffers): Likewise.
9576
95772004-01-03 Richard M. Stallman <rms@gnu.org>
9578
9579 * frames.texi (Frames and Windows): Delete frame-root-window.
9580
95812004-01-03 Luc Teirlinck <teirllm@auburn.edu>
9582
9583 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
9584
9585 * functions.texi: Various small changes in addition to the
9586 following.
5dcb4c4e
SM
9587 (What Is a Function): `functionp' returns nil for macros.
9588 Clarify behavior of this and following functions for symbol arguments.
b8d4c8d0
GM
9589 (Function Documentation): Add `\' in front of (fn @var{arglist})
9590 and explain why.
9591 (Defining Functions): Mention DOCSTRING argument to `defalias'.
9592 Add anchor.
9593 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
9594
95952004-01-01 Miles Bader <miles@gnu.org>
9596
9597 * display.texi (Buttons): New section.
9598
95992003-12-31 Andreas Schwab <schwab@suse.de>
9600
9601 * numbers.texi (Math Functions): sqrt reports a domain-error
9602 error.
9603 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
9604
96052003-12-30 Luc Teirlinck <teirllm@auburn.edu>
9606
9607 * tips.texi (Documentation Tips): Update item on hyperlinks in
9608 documentation strings.
9609
9610 * errors.texi (Standard Errors): Various small corrections and
9611 additions.
9612
9613 * control.texi: Various small changes in addition to the
9614 following.
9615 (Signaling Errors): Provide some more details on how `signal'
9616 constructs the error message. Add anchor to the definition of
9617 `signal'.
9618 (Error Symbols): Describe special treatment of `quit'.
9619 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
9620 to emphasize that it has to be a single form.
9621
9622 * buffers.texi: Add anchor.
9623
96242003-12-29 Richard M. Stallman <rms@gnu.org>
9625
9626 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
9627 (Window Configurations): Add window-configuration-frame.
9628
9629 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
9630
9631 * text.texi (Examining Properties): Add get-char-property-and-overlay.
9632 Change arg name in get-char-property.
9633 (Special Properties): Update handling of keymap property.
9634
9635 * strings.texi (Modifying Strings): Add clear-string.
9636 (Text Comparison): Add assoc-string and remove
9637 assoc-ignore-case, assoc-ignore-representation.
9638
9639 * os.texi (Time of Day): Add set-time-zone-rule.
9640
9641 * numbers.texi (Math Functions): asin, acos, log, log10
9642 report domain-error errors.
9643
9644 * nonascii.texi (Converting Representations):
9645 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
9646 (Encoding and I/O): Add file-name-coding-system.
9647
9648 * modes.texi (Search-based Fontification): Explain that
9649 face specs are symbols with face names as values.
9650
9651 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
9652
9653 * lists.texi (Building Lists): remq moved elsewhere.
9654 (Sets And Lists): remq moved here.
9655 (Association Lists): Refer to assoc-string.
9656
9657 * internals.texi (Garbage Collection): Add memory-use-counts.
9658
9659 * frames.texi (Frames and Windows): Add set-frame-selected-window
9660 and frame-root-window.
9661
9662 * files.texi (Contents of Directories):
9663 Add directory-files-and-attributes.
9664
9665 * display.texi (Refresh Screen): Add force-window-update.
9666 (Invisible Text): Explain about moving point out of invis text.
9667 (Overlay Properties): Add overlay-properties.
9668 (Managing Overlays): Add overlayp.
9669 (GIF Images): Invalid image number displays a hollow box.
9670
9671 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
9672 (Killing Buffers): Add buffer-live-p.
9673
96742003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
9675
9676 * display.texi (Fringes): Fix typo "set-buffer-window".
9677
96782003-12-24 Luc Teirlinck <teirllm@auburn.edu>
9679
9680 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
9681 * nonascii.texi, processes.texi, tips.texi, variables.texi:
9682 Add or change various xrefs and anchors.
9683
9684 * commands.texi: Replace all occurrences of @acronym{CAR} with
9685 @sc{car}, for consistency with the rest of the Elisp manual.
9686 `car' and `cdr' are historically acronyms, but are no longer
9687 widely thought of as such.
9688
9689 * internals.texi (Pure Storage): Mention that `purecopy' does not
9690 copy text properties.
9691 (Object Internals): Now 29 bits are used (in most implementations)
9692 to address Lisp objects.
9693
9694 * variables.texi (Variables with Restricted Values): New node.
9695
9696 * objects.texi (Lisp Data Types): Mention that certain variables
9697 can only take on a restricted set of values and add an xref to
9698 the new node "Variables with Restricted Values".
9699
9700 * eval.texi (Function Indirection): Describe the errors that
9701 `indirect-function' can signal.
9702 (Eval): Clarify the descriptions of `eval-region' and `values'.
9703 Describe `eval-buffer' instead of `eval-current-buffer' and
9704 mention `eval-current-buffer' as an alias for `current-buffer'.
9705 Correct the description and mention all optional arguments.
9706
9707 * nonascii.texi: Various small changes in addition to the
9708 following.
9709 (Converting Representations): Clarify behavior of
9710 `string-make-multibyte' and `string-to-multibyte' for unibyte all
9711 ASCII arguments.
9712 (Character Sets): Document the variable `charset-list' and adapt
9713 the definition of the function `charset-list' accordingly.
9714 (Translation of Characters): Clarify use of generic characters in
9715 `make-translation-table'. Clarify and correct the description of
9716 the use of translation tables in encoding and decoding.
9717 (User-Chosen Coding Systems): Correct and clarify the description
9718 of `select-safe-coding-system'.
9719 (Default Coding Systems): Clarify description of
9720 `file-coding-system-alist'.
9721
97222003-11-30 Luc Teirlinck <teirllm@auburn.edu>
9723
9724 * strings.texi (Text Comparison): Correctly describe when two
9725 strings are `equal'. Combine and clarify descriptions of
9726 `assoc-ignore-case' and `assoc-ignore-representation'.
9727
9728 * objects.texi (Non-ASCII in Strings): Clarify description of
9729 when a string is unibyte or multibyte.
9730 (Bool-Vector Type): Update examples.
9731 (Equality Predicates): Correctly describe when two strings are
9732 `equal'.
9733
97342003-11-29 Luc Teirlinck <teirllm@auburn.edu>
9735
9736 * lists.texi (Building Lists): `append' no longer accepts integer
9737 arguments. Update the description of `number-sequence' to reflect
9738 recent changes.
9739 (Sets And Lists): Describe `member-ignore-case' after `member'.
9740
97412003-11-27 Kim F. Storm <storm@cua.dk>
9742
9743 * commands.texi (Click Events): Click object may be an images.
9744 Describe (dx . dy) element of click positions.
9745 (Accessing Events): Remove duplicate posn-timestamp.
9746 New functions posn-object and posn-object-x-y.
9747
97482003-11-23 Kim F. Storm <storm@cua.dk>
9749
9750 * commands.texi (Click Events): Describe enhancements to event
9751 position lists, including new text-pos and (col . row) items.
9752 Mention left-fringe and right-fringe area events.
9753 (Accessing Events): New functions posn-area and
9754 posn-actual-col-row. Mention posn-timestamp. Mention that
9755 posn-point in non-text area still returns buffer position.
9756 Clarify posn-col-row.
9757
97582003-11-21 Lars Hansen <larsh@math.ku.dk>
9759
9760 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
9761 * anti.texi (File Attributes): Describe removed parameter
9762 ID-FORMAT.
9763
97642003-11-20 Luc Teirlinck <teirllm@auburn.edu>
9765
9766 * positions.texi (Positions): Mention that, if a marker is used as
9767 a position, its buffer is ignored.
9768
9769 * markers.texi (Overview of Markers): Mention it here too.
9770
97712003-11-12 Luc Teirlinck <teirllm@auburn.edu>
9772
9773 * numbers.texi (Numeric Conversions): Not just `floor', but also
9774 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
9775
97762003-11-10 Luc Teirlinck <teirllm@auburn.edu>
9777
9778 * markers.texi (Creating Markers): Specify insertion type of
9779 created markers. Add xref to `Marker Insertion Types'.
9780 Second argument to `copy-marker' is optional.
9781 (Marker Insertion Types): Mention that most markers are created
9782 with insertion type nil.
9783 (The Mark): Correctly describe when `mark' signals an error.
9784 (The Region): Correctly describe when `region-beginning' and
9785 `region-end' signal an error.
9786
97872003-11-08 Luc Teirlinck <teirllm@auburn.edu>
9788
9789 * hash.texi (Creating Hash): Clarify description of `eql'.
9790 `makehash' is obsolete.
9791 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
9792
9793 * positions.texi (Point): Change description of `buffer-end', so
9794 that it is also correct for floating point arguments.
9795 (List Motion): Correct argument lists of `beginning-of-defun' and
9796 `end-of-defun'.
9797 (Excursions): Add xref to `Marker Insertion Types'.
9798 (Narrowing): Argument to `narrow-to-page' is optional.
9799
98002003-11-06 Luc Teirlinck <teirllm@auburn.edu>
9801
9802 * streams.texi (Output Streams): Clarify behavior of point for
9803 marker output streams.
9804
98052003-11-04 Luc Teirlinck <teirllm@auburn.edu>
9806
9807 * variables.texi (Defining Variables): Second argument to
9808 `defconst' is not optional.
9809 (Setting Variables): Mention optional argument APPEND to
9810 `add-to-list'.
9811 (Creating Buffer-Local): Expand description of
9812 `make-variable-buffer-local'.
9813 (Frame-Local Variables): Expand description of
9814 `make-variable-frame-local'.
9815 (Variable Aliases): Correct description of optional argument
9816 DOCSTRING to `defvaralias'. Mention return value of
9817 `defvaralias'.
9818 (File Local Variables): Add xref to `File variables' in Emacs
9819 Manual. Correct description of `hack-local-variables'. Mention
9820 `safe-local-variable' property. Mention optional second argument
9821 to `risky-local-variable-p'.
9822
98232003-11-03 Luc Teirlinck <teirllm@auburn.edu>
9824
9825 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
9826
98272003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
9828
9829 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
9830 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
9831 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
9832 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
9833 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
9834 lispref/processes.texi, lispref/searching.texi,
9835 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
9836 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
9837 @acronym{FOO}.
9838
98392003-10-27 Luc Teirlinck <teirllm@auburn.edu>
9840
9841 * strings.texi (Creating Strings): Argument START to `substring'
9842 can not be `nil'. Expand description of
9843 `substring-no-properties'. Correct description of `split-string',
9844 especially with respect to empty matches. Prevent very bad line
9845 break in definition of `split-string-default-separators'.
9846 (Text Comparison): `string=' and `string<' also accept symbols as
9847 arguments.
9848 (String Conversion): More completely describe argument BASE in
9849 `string-to-number'.
9850 (Formatting Strings): `%s' and `%S' in `format' do require
9851 corresponding object. Clarify behavior of numeric prefix after
9852 `%' in `format'.
9853 (Case Conversion): The argument to `upcase-initials' can be a
9854 character.
9855
98562003-10-27 Kenichi Handa <handa@m17n.org>
9857
9858 * display.texi (Fontsets): Fix texinfo usage.
9859
98602003-10-25 Kenichi Handa <handa@m17n.org>
9861
9862 * display.texi (Fontsets): Add description of the function
9863 set-fontset-font.
9864
98652003-10-23 Luc Teirlinck <teirllm@auburn.edu>
9866
9867 * display.texi (Temporary Displays): Add xref to `Documentation
9868 Tips'.
9869
9870 * functions.texi (Function Safety): Use inforef instead of pxref
9871 for SES.
9872
98732003-10-23 Andreas Schwab <schwab@suse.de>
9874
9875 * Makefile.in (TEX, texinputdir): Don't define.
9876 (TEXI2DVI): Define.
9877 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
9878 add $(srcdir)/index.texi.
9879 ($(infodir)/elisp): Remove index.texi dependency.
9880 (elisp.dvi): Likewise. Use $(TEXI2DVI).
9881 (index.texi): Remove target.
9882 (dist): Don't link $(srcdir)/permute-index.
9883 (clean): Don't remove index.texi.
9884
9885 * permute-index, index.perm: Remove.
9886 * index.texi: Rename from index.unperm.
9887
98882003-10-22 Luc Teirlinck <teirllm@auburn.edu>
9889
9890 * tips.texi (Documentation Tips): Document new behavior for face
9891 and variable hyperlinks in Help mode.
9892
98932003-10-21 Luc Teirlinck <teirllm@auburn.edu>
9894
9895 * objects.texi (Integer Type): Update for extra bit of integer range.
9896 (Character Type): Ditto.
9897
98982003-10-16 Eli Zaretskii <eliz@gnu.org>
9899
9900 * numbers.texi (Integer Basics): Add index entries for reading
9901 numbers in hex, octal, and binary.
9902
99032003-10-16 Lute Kamstra <lute@gnu.org>
9904
9905 * modes.texi (Mode Line Format): Mention force-mode-line-update's
9906 argument.
9907
99082003-10-13 Luc Teirlinck <teirllm@auburn.edu>
9909
9910 * windows.texi (Choosing Window): Fix typo.
9911 * edebug.texi (Edebug Execution Modes): Fix typo.
9912
99132003-10-13 Richard M. Stallman <rms@gnu.org>
9914
9915 * windows.texi (Basic Windows): A window has fringe settings,
9916 display margins and scroll-bar settings.
9917 (Splitting Windows): Doc split-window return value.
9918 Clean up one-window-p.
9919 (Selecting Windows): Fix typo.
9920 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
9921 (Buffers and Windows): In set-window-buffer, explain effect
9922 on fringe settings and scroll bar settings.
9923 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
9924 (Choosing Window): Use defopt for pop-up-frame-function.
9925 For special-display-buffer-names, explain same-window and same-frame.
9926 Clarify window-dedicated-p return value.
9927 (Textual Scrolling): scroll-up and scroll-down can get an error.
9928 (Horizontal Scrolling): Clarify auto-hscroll-mode.
9929 Clarify set-window-hscroll.
9930 (Size of Window): Don't mention tool bar in window-height.
9931 (Coordinates and Windows): Explain what coordinates-in-window-p
9932 returns for fringes and display margins.
9933 (Window Configurations): Explain saving fringes, etc.
9934
9935 * tips.texi (Library Headers): Clean up Documentation.
9936
9937 * syntax.texi (Parsing Expressions): Clean up forward-comment
9938 and parse-sexp-lookup-properties.
9939
9940 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
9941
9942 * os.texi (System Environment): Clean up text for load-average errors.
9943
9944 * modes.texi (Hooks): Don't explain local hook details at front.
9945 Clarify run-hooks and run-hook-with-args a little.
9946 Clean up add-hook and remove-hook.
9947
9948 * edebug.texi (Edebug Execution Modes): Clarify t.
9949 Document edebug-sit-for-seconds.
9950 (Coverage Testing): Document C-x X = and =.
9951 (Instrumenting Macro Calls): Fix typo.
9952 (Specification List): Don't index the specification keywords.
9953
99542003-10-10 Kim F. Storm <storm@cua.dk>
9955
9956 * processes.texi (Network): Introduce make-network-process.
9957
99582003-10-09 Luc Teirlinck <teirllm@auburn.edu>
9959
9960 * tips.texi (Library Headers): Fix typo.
9961
99622003-10-07 Juri Linkov <juri@jurta.org>
9963
9964 * modes.texi (Imenu): Mention imenu-create-index-function's
9965 default value. Explain submenus better.
9966
99672003-10-07 Lute Kamstra <lute@gnu.org>
9968
9969 * modes.texi (Faces for Font Lock): Fix typo.
9970 (Hooks): Explain how buffer-local hook variables can refer to
9971 global hook variables.
9972 Various minor clarifications.
9973
99742003-10-06 Lute Kamstra <lute@gnu.org>
9975
9976 * tips.texi (Coding Conventions): Mention naming conventions for
9977 hooks.
9978
99792003-10-05 Luc Teirlinck <teirllm@auburn.edu>
9980
9981 * loading.texi (Library Search): Correct default value of
9982 load-suffixes.
9983 (Named Features): Fix typo.
9984
99852003-10-05 Richard M. Stallman <rms@gnu.org>
9986
9987 * loading.texi (Named Features): In `provide',
9988 say how to test for subfeatures.
9989 (Unloading): In unload-feature, use new var name
9990 unload-feature-special-hooks.
9991
99922003-10-03 Lute Kamstra <lute@gnu.org>
9993
9994 * modes.texi (Major Mode Conventions): Mention third way to set up
9995 Imenu.
9996 (Imenu): A number of small fixes.
9997 Delete documentation of internal variable imenu--index-alist.
9998 Document the return value format of imenu-create-index-function
9999 functions.
10000
100012003-09-30 Richard M. Stallman <rms@gnu.org>
10002
10003 * processes.texi (Network): Say what stopped datagram connections do.
10004
10005 * lists.texi (Association Lists): Clarify `assq-delete-all'.
10006
10007 * display.texi (Overlay Properties): Clarify `evaporate' property.
10008
100092003-09-29 Lute Kamstra <lute@gnu.org>
10010
10011 * modes.texi (Mode Line Data): Explain when symbols in mode-line
10012 constructs should be marked as risky.
10013 Change cons cell into proper list.
10014 (Mode Line Variables): Change cons cell into proper list.
10015
100162003-09-26 Lute Kamstra <lute@gnu.org>
10017
10018 * modes.texi (Mode Line Data): Document the :propertize construct.
10019 (Mode Line Variables): Reorder the descriptions of the variables
10020 to match their order in the default mode-line-format.
10021 Describe the new variables mode-line-position and mode-line-modes.
10022 Update the default values of mode-line-frame-identification,
10023 minor-mode-alist, and default-mode-line-format.
10024 (Properties in Mode): Mention the :propertize construct.
10025
100262003-09-26 Richard M. Stallman <rms@gnu.org>
10027
10028 * buffers.texi, commands.texi, debugging.texi, eval.texi:
10029 * loading.texi, minibuf.texi, text.texi, variables.texi:
10030 Avoid @strong{Note:}.
10031
100322003-09-26 Richard M. Stallman <rms@gnu.org>
10033
10034 * keymaps.texi (Remapping Commands): Fix typo.
10035
100362003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
10037
10038 * processes.texi (Low-Level Network): Fix typo.
10039
100402003-09-23 Kim F. Storm <storm@cua.dk>
10041
10042 * processes.texi (Network, Network Servers): Fix typos.
10043 (Low-Level Network): Add timeout value for :server keyword.
10044 Add new option keywords to make-network-process.
10045 Add set-network-process-options.
10046 Explain how to test availability of network options.
10047
100482003-09-19 Richard M. Stallman <rms@gnu.org>
10049
10050 * text.texi (Motion by Indent): Arg to
10051 backward-to-indentation and forward-to-indentation is optional.
10052
10053 * strings.texi (Creating Strings): Add substring-no-properties.
10054
10055 * processes.texi
10056 (Process Information): Add list-processes arg QUERY-ONLY.
10057 Delete process-contact from here.
10058 Add new status values for process-status.
10059 Add process-get, process-put, process-plist, set-process-plist.
10060 (Synchronous Processes): Add call-process-shell-command.
10061 (Signals to Processes): signal-process allows process objects.
10062 (Network): Complete rewrite.
10063 (Network Servers, Datagrams, Low-Level Network): New nodes.
10064
10065 * positions.texi (Word Motion): forward-word, backward-word
10066 arg is optional. Reword.
10067
10068 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
10069
10070 * variables.texi (Creating Buffer-Local):
10071 Delete duplicate definition of buffer-local-value.
10072 (File Local Variables): Explain about discarding text props.
10073
100742003-09-11 Richard M. Stallman <rms@gnu.org>
10075
10076 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
10077 changes variables that record input events.
10078 (Minibuffer Misc): Add minibuffer-selected-window.
10079
10080 * lists.texi (Building Lists): Add copy-tree.
10081
10082 * display.texi (Fontsets): Add char-displayable-p.
10083 (Scroll Bars): New node.
10084
100852003-09-08 Lute Kamstra <lute@gnu.org>
10086
10087 * modes.texi (%-Constructs): Document new `%i' and `%I'
10088 constructs.
10089
100902003-09-03 Peter Runestig <peter@runestig.com>
10091
10092 * makefile.w32-in: New file.
10093
100942003-08-29 Richard M. Stallman <rms@gnu.org>
10095
10096 * display.texi (Overlay Properties): Clarify how priorities
10097 affect use of the properties.
10098
100992003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
10100
10101 * customize.texi (Type Keywords): Correct the description of
10102 `:help-echo' in the case where `motion-doc' is a function.
10103
101042003-08-14 John Paul Wallington <jpw@gnu.org>
10105
10106 * modes.texi (Emulating Mode Line): Subsection, not section.
10107
101082003-08-13 Richard M. Stallman <rms@gnu.org>
10109
10110 * elisp.texi (Top): Update subnode lists in menu.
10111
10112 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
10113 (Kill Functions): kill-region has new arg yank-handler.
10114 (Yanking): New node.
10115 (Yank Commands): Add yank-undo-function.
10116 (Low-Level Kill Ring):
10117 kill-new and kill-append have new arg yank-handler.
10118 (Changing Properties): Add remove-list-of-text-properties.
10119 (Atomic Changes): New node.
10120
10121 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
10122
10123 * streams.texi (Output Variables): Add eval-expression-print-length
10124 and eval-expression-print-level.
10125
10126 * os.texi (Time Conversion): For encode-time, explain limits on year.
10127
10128 * objects.texi (Character Type): Define anchor "modifier bits".
10129
10130 * modes.texi (Emulating Mode Line): New node.
10131 (Search-based Fontification): Font Lock uses font-lock-face property.
10132 (Other Font Lock Variables): Likewise.
10133
10134 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
10135 not vectors.
10136 (Active Keymaps): Add emulation-mode-map-alists.
10137 (Functions for Key Lookup): key-binding has new arg no-remap.
10138 (Remapping Commands): New node.
10139 (Scanning Keymaps): where-is-internal has new arg no-remap.
10140 (Tool Bar): Add tool-bar-local-item-from-menu.
10141 Clarify when to use tool-bar-add-item-from-menu.
10142
10143 * commands.texi (Interactive Call): commandp has new arg.
10144 (Command Loop Info): Add this-original-command.
10145
101462003-08-06 John Paul Wallington <jpw@gnu.org>
10147
10148 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
10149
10150 * display.texi (Warning Basics): Fix typo.
10151 (Fringes): Add closing curly bracket and fix typo.
10152
10153 * elisp.texi (Top): Fix typo.
10154
101552003-08-05 Richard M. Stallman <rms@gnu.org>
10156
10157 * elisp.texi: Update lists of subnodes.
10158
10159 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
10160
10161 * variables.texi (Local Variables): Use lc for example variable names.
10162
10163 * tips.texi (Library Headers): Explain where to put -*-.
10164
10165 * strings.texi (Creating Strings): Fix xref for vconcat.
10166
10167 * sequences.texi (Vector Functions):
10168 vconcat no longer allows integer args.
10169
10170 * minibuf.texi (Reading File Names): read-file-name has new
10171 arg PREDICATE. New function read-directory-name.
10172
c4cc8b9a 10173 * macros.texi (Defining Macros): Give definition of `declare'.
b8d4c8d0
GM
10174 (Indenting Macros): New node.
10175
10176 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
10177 (Window Frame Parameters): Make separate table of parameters
10178 that are coupled with specific face attributes.
10179 (Deleting Frames): delete-frame-hooks renamed to
10180 delete-frame-functions.
10181
10182 * files.texi (Magic File Names): Add file-remote-p.
10183 Clarify file-local-copy.
10184
10185 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
10186 here; instead xref Defining Macros.
10187
10188 * display.texi (Warnings): New node, and subnodes.
10189 (Fringes): New node.
10190
10191 * debugging.texi (Test Coverage): New node.
10192
10193 * compile.texi (Compiler Errors): Explain with-no-warnings
10194 and other ways to suppress warnings.
10195
10196 * commands.texi (Interactive Call): Minor clarification.
10197
10198 * buffers.texi (Buffer File Name): set-visited-file-name
10199 renames the buffer too.
10200
10201 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
10202
102032003-07-24 Markus Rost <rost@math.ohio-state.edu>
10204
10205 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
10206
102072003-07-22 Markus Rost <rost@math.ohio-state.edu>
10208
10209 * internals.texi (Garbage Collection): Fix previous change.
10210
102112003-07-22 Richard M. Stallman <rms@gnu.org>
10212
10213 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
10214
10215 * display.texi (Width): Use \s syntax in example.
10216 (Font Selection): Add face-font-rescale-alist.
10217
10218 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
10219 Remove spurious indent in example.
10220
10221 * lists.texi (Building Lists): Add number-sequence.
10222
10223 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
10224
10225 * functions.texi (Function Documentation): Explain how to
10226 show calling convention explicitly in the doc string.
10227
10228 * windows.texi (Selecting Windows): save-selected-window saves
10229 selected window of each frame.
10230 (Window Configurations): Minor change.
10231
10232 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
10233
10234 * streams.texi (Output Variables): Add print-continuous-numbering
10235 and print-number-table.
10236
10237 * processes.texi (Decoding Output): New node.
10238
10239 * os.texi (Time Conversion): decode-time arg is optional.
10240
10241 * objects.texi (Character Type): Don't use space as example for \.
10242 Make list of char names and \-sequences correspond.
10243 Explain that \s is not used in strings. `\ ' needs space after.
10244
10245 * nonascii.texi (Converting Representations): Add string-to-multibyte.
10246 (Translation of Characters): Add translation-table-for-input.
10247 (Default Coding Systems): Add auto-coding-functions.
10248 (Explicit Encoding): Add decode-coding-inserted-region.
10249 (Locales): Add locale-info.
10250
10251 * minibuf.texi (Basic Completion): Describe test-completion.
10252 Collections can be lists of strings.
10253 Clean up lazy-completion-table.
10254 (Programmed Completion): Mention test-completion.
10255 Clarify why lambda expressions are not accepted.
10256 (Minibuffer Misc): Describe minibufferp.
10257
102582003-07-14 Richard M. Stallman <rms@gnu.org>
10259
10260 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
10261
10262 * windows.texi (Selecting Windows): New arg to select-window.
10263 (Selecting Windows): Add with-selected-window.
10264 (Size of Window): Add window-inside-edges, etc.
10265
10266 * internals.texi (Garbage Collection): Add post-gc-hook.
10267
10268 * processes.texi (Subprocess Creation): Add exec-suffixes.
10269
10270 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
10271 (Scanning Keymaps): Add map-keymaps.
10272 (Defining Menus): Add keymap-prompt.
10273
10274 * numbers.texi (Integer Basics): Add most-positive-fixnum,
10275 most-negative-fixnum.
10276
c4cc8b9a 10277 * compile.texi (Byte Compilation): Explain no-byte-compile.
b8d4c8d0
GM
10278 (Compiler Errors): New node.
10279
10280 * os.texi (User Identification): user-uid, user-real-uid
10281 can return float.
10282
10283 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
10284 and about derived modes.
10285 (Minor Modes): Add minor-mode-list.
10286 (Defining Minor Modes): Keyword args for define-minor-mode.
10287 (Search-based Fontification): Explain managing other properties.
10288 (Other Font Lock Variables): Add font-lock-extra-managed-props.
183080b6 10289 (Faces for Font Lock): Add font-lock-preprocessor-face.
b8d4c8d0
GM
10290 (Hooks): Add run-mode-hooks and delay-mode-hooks.
10291
10292 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
10293 (Variable Aliases): Clarify defvaralias.
10294
10295 * loading.texi (Library Search): Add load-suffixes.
10296
10297 * minibuf.texi (Basic Completion): Add lazy-completion-table.
10298 (Programmed Completion): Add dynamic-completion-table.
10299
10300 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
10301 (Magic File Names): Specify precedence order of handlers.
10302
10303 * commands.texi (Command Overview): Emacs server runs pre-command-hook
10304 and post-command-hook.
10305 (Waiting): New calling convention for sit-for.
10306
10307 * text.texi (Special Properties): local-map and keymap properties
10308 apply based on their stickiness.
10309
103102003-07-07 Richard M. Stallman <rms@gnu.org>
10311
10312 * modes.texi (Minor Mode Conventions): Specify only some kinds
10313 of list values as args to minor modes.
10314
10315 * files.texi (File Name Expansion): Warn about iterative use
10316 of substitute-in-file-name.
10317
10318 * advice.texi (Activation of Advice): Clean up previous change.
10319
103202003-07-06 Markus Rost <rost@math.ohio-state.edu>
10321
10322 * advice.texi (Activation of Advice): Note that ad-start-advice is
10323 turned on by default.
10324
103252003-06-30 Richard M. Stallman <rms@gnu.org>
10326
10327 * text.texi (Buffer Contents): Document current-word.
10328 (Change Hooks): Not called for *Messages*.
10329
10330 * functions.texi (Defining Functions): Explain about redefining
10331 primitives.
f4e90db0 10332 (Function Safety): Rename. Minor changes.
b8d4c8d0
GM
10333 Comment out the detailed criteria for what is safe.
10334
103352003-06-22 Andreas Schwab <schwab@suse.de>
10336
10337 * objects.texi (Symbol Type): Fix description of examples.
10338
103392003-06-16 Andreas Schwab <schwab@suse.de>
10340
10341 * hash.texi (Creating Hash): Fix description of :weakness.
10342
c8763fb6 103432003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
b8d4c8d0
GM
10344
10345 * files.texi (Changing Files): copy-file copies file modes, too.
10346
103472003-05-28 Richard M. Stallman <rms@gnu.org>
10348
10349 * strings.texi (Creating Strings): Clarify split-string.
10350
103512003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
10352
10353 * strings.texi (Creating Strings): Update split-string specification
10354 and examples.
10355
103562003-05-19 Richard M. Stallman <rms@gnu.org>
10357
10358 * elisp.texi: Correct invariant section names.
10359
103602003-04-20 Richard M. Stallman <rms@gnu.org>
10361
10362 * os.texi (Timers): Explain about timers and quitting.
10363
103642003-04-19 Richard M. Stallman <rms@gnu.org>
10365
10366 * internals.texi (Writing Emacs Primitives): Strings are
10367 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
10368 Explain GCPRO convention for varargs function args.
10369
103702003-04-16 Richard M. Stallman <rms@gnu.org>
10371
10372 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
10373
103742003-04-08 Richard M. Stallman <rms@gnu.org>
10375
10376 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
10377
103782003-02-13 Kim F. Storm <storm@cua.dk>
10379
10380 * objects.texi (Character Type): New \s escape for space.
10381
103822003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
10383
5dcb4c4e 10384 * os.texi (System Environment): Add cygwin system-type.
b8d4c8d0
GM
10385
103862003-01-25 Richard M. Stallman <rms@gnu.org>
10387
10388 * keymaps.texi: Document that a symbol can act as a keymap.
10389
103902003-01-13 Richard M. Stallman <rms@gnu.org>
10391
10392 * text.texi (Changing Properties): Say string indices are origin-0.
10393
10394 * positions.texi (Screen Lines) <compute-motion>:
10395 Correct order of elts in return value.
10396
10397 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
10398 how to define a default binding.
10399
104002002-12-07 Markus Rost <rost@math.ohio-state.edu>
10401
10402 * loading.texi (Unloading): Fix recent change for load-history.
10403
10404 * customize.texi (Simple Types): Clarify description of custom
10405 type 'number. Describe new custom type 'float.
10406
104072002-12-04 Markus Rost <rost@math.ohio-state.edu>
10408
10409 * variables.texi (File Local Variables): Fix typo.
10410
c8763fb6 104112002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
b8d4c8d0
GM
10412
10413 From Michael Albinus <Michael.Albinus@alcatel.de>.
10414
10415 * README: Target for Info file is `make info'.
10416
5dcb4c4e 10417 * files.texi (File Name Components): Fix typos in
b8d4c8d0
GM
10418 `file-name-sans-extension'.
10419 (Magic File Names): Complete list of operations for magic file
10420 name handlers.
10421
104222002-09-16 Jonathan Yavner <jyavner@engineer.com>
10423
10424 * variables.texi (File Local Variables): New function
10425 risky-local-variable-p.
10426
104272002-09-15 Jonathan Yavner <jyavner@engineer.com>
10428
10429 * functions.texi (Function safety): New node about unsafep.
10430
104312002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
10432
5dcb4c4e 10433 * customize.texi (Splicing into Lists): Fix example.
a86cd395 10434 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
b8d4c8d0
GM
10435
104362002-06-17 Juanma Barranquero <lektu@terra.es>
10437
10438 * frames.texi (Display Feature Testing): Fix typo.
10439
104402002-06-12 Andreas Schwab <schwab@suse.de>
10441
10442 * frames.texi (Initial Parameters, Resources): Fix references to
10443 the Emacs manual.
10444
104452002-05-13 Kim F. Storm <storm@cua.dk>
10446
10447 * variables.texi (Intro to Buffer-Local): Updated warning and
10448 example relating to changing buffer inside let.
10449
c8763fb6 104502002-03-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
10451
10452 * os.texi (Session Management): New node about X Session management.
10453
104542002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
10455
10456 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
10457 to which the manual corresponds, and the copyright years.
10458
10459 * Makefile.in (VERSION): Set to 2.9.
10460
104612001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
10462
10463 * elisp.texi: Change the category in @dircategory to "Emacs", to
10464 make it consistent with info/dir.
10465
104662001-11-25 Miles Bader <miles@gnu.org>
10467
10468 * text.texi (Fields): Describe new `limit' arg in
10469 field-beginning/field-end.
10470
104712001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
10472
5dcb4c4e
SM
10473 * permute-index: Don't depend on csh-specific features.
10474 Replace the interpreter name with /bin/sh.
b8d4c8d0
GM
10475
10476 * two-volume-cross-refs.txt: New file.
10477 * two.el: New file.
10478 * spellfile: New file.
10479
104802001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
10481
10482 * permute-index: New file.
10483
10484 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
10485 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
10486 8+3 restricted namespace.
10487
10488 * Makefile.in (infodir): Define relative to $(srcdir).
10489 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
10490 include directories list via -I switch to makeinfo.
10491 (index.texi): Use cp if both hard and symbolic links fail.
10492
104932001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
10494
10495 * Makefile.in (distclean): Add.
10496
10497 The following changes make ELisp manual part of the Emacs
10498 distribution:
10499
10500 * Makefile.in: Add Copyright notice.
10501 (prefix): Remove.
10502 (infodir): Change value to "../info".
10503 (VPATH): New variable.
10504 (MAKE): Don't define.
10505 (texmacrodir): Don't define.
10506 (texinputdir): Append the existing value of TEXINPUTS.
10507 ($(infodir)/elisp): Instead of just "elisp". Reformat the
10508 command to be compatible with man/Makefile.in, and to put the
10509 output into ../info.
10510 (info): Add target.
10511 (installall): Target removed.
10512
c8763fb6 105132001-10-31 Pavel Janík <Pavel@Janik.cz>
b8d4c8d0
GM
10514
10515 * tips.texi (Coding Conventions): Fix typo.
10516
105172001-10-23 Gerd Moellmann <gerd@gnu.org>
10518
10519 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
10520
105212001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
10522
10523 * files.texi (File Name Components): Update the description of
10524 file-name-sans-extension and file-name-extension, as they now
10525 ignore leading dots.
10526
105272001-10-20 Gerd Moellmann <gerd@gnu.org>
10528
10529 * (Version 21.1 released.)
10530
105312001-10-19 Miles Bader <miles@gnu.org>
10532
10533 * positions.texi (Text Lines): Describe behavior of
10534 `beginning-of-line'/`end-of-line' in the presence of field properties.
10535
105362001-10-17 Gerd Moellmann <gerd@gnu.org>
10537
10538 * Makefile.in (VERSION): Set to 2.8.
10539 (manual): Use `manual-21'.
10540
10541 * elisp.texi (VERSION): Add and use it where the version
10542 number was used. Set it to 2.8.
10543
10544 * intro.texi: Likewise.
10545
105462001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
10547
10548 * files.texi (File Name Completion): Document the significance of
10549 a trailing slash in elements of completion-ignored-extensions.
10550
105512001-10-06 Miles Bader <miles@gnu.org>
10552
10553 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
10554
105552001-10-04 Gerd Moellmann <gerd@gnu.org>
10556
10557 * variables.texi (Variable Aliases): New node.
10558
105592001-10-04 Gerd Moellmann <gerd@gnu.org>
10560
10561 * Branch for 21.1.
10562
105632001-10-02 Miles Bader <miles@gnu.org>
10564
10565 * minibuf.texi (Minibuffer Misc): Add entries for
10566 `minibuffer-contents', `minibuffer-contents-no-properties', and
10567 `delete-minibuffer-contents'.
10568 Correct description for `minibuffer-prompt-end'.
10569
10570 * text.texi (Property Search): Correct descriptions of
10571 `next-char-property-change' and `previous-char-property-change'.
10572 Add entries for `next-single-char-property-change' and
10573 `previous-single-char-property-change'.
10574 Make operand names a bit more consistent.
10575
105762001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
10577
10578 * frames.texi (Finding All Frames): Document that next-frame and
10579 previous-frame are local to current terminal.
10580
105812001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
10582
10583 * keymaps.texi (Creating Keymaps): Fix the description of the
10584 result of make-keymap.
10585
105862001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
10587
10588 * display.texi (Font Lookup, Attribute Functions)
10589 (Image Descriptors): Add cross-references to the definition of
10590 selected frame.
10591
10592 * buffers.texi (The Buffer List): Add cross-references to the
10593 definition of selected frame.
10594
10595 * frames.texi (Input Focus): Clarify which frame is _the_ selected
10596 frame at any given time.
10597 (Multiple Displays, Size and Position): Add a cross-reference to
10598 the definition of the selected frame.
10599
106002001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
10601
10602 * strings.texi (String Conversion) <string-to-number>: Document
10603 that a float is returned for integers that are too large.
10604
10605 * frames.texi (Mouse Position): Document mouse-position-function.
10606 (Display Feature Testing): Document display-images-p.
10607 (Window Frame Parameters): Document the cursor-type variable.
10608
10609 * numbers.texi (Integer Basics): Document CL style read syntax for
10610 integers in bases other than 10.
10611
5dcb4c4e
SM
10612 * positions.texi (List Motion):
10613 Document open-paren-in-column-0-is-defun-start.
b8d4c8d0
GM
10614
10615 * lists.texi (Sets And Lists): Document member-ignore-case.
10616
10617 * internals.texi (Garbage Collection): Document the used and free
10618 strings report.
10619 (Memory Usage): Document strings-consed.
10620
10621 * os.texi (Time of Day): Document float-time.
10622 (Recording Input): Document that clear-this-command-keys clears
10623 the vector to be returned by recent-keys.
10624
10625 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
10626 argument keymap can be a list.
10627
10628 * nonascii.texi (User-Chosen Coding Systems)
10629 <select-safe-coding-system>: Document the new argument
10630 accept-default-p and the variable
10631 select-safe-coding-system-accept-default-p. Tell what happens if
10632 buffer-file-coding-system is undecided.
10633 (Default Coding Systems): Document auto-coding-regexp-alist.
10634
10635 * display.texi (The Echo Area) <message>: Document
10636 message-truncate-lines.
10637 (Glyphs): Document that the glyph table is unused on windowed
10638 displays.
10639
10640 * help.texi (Describing Characters) <single-key-description>:
10641 Document the new argument no-angles.
10642 (Accessing Documentation) <documentation-property>: Document that
10643 a non-string property is evaluated.
10644 <documentation>: Document that the function-documentation property
10645 is looked for.
10646
10647 * windows.texi (Selecting Windows): Document some-window.
10648
10649 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
10650
10651 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
10652 apropos-mode-hook.
10653
10654 * commands.texi (Using Interactive): Document interactive-form.
10655 (Keyboard Macros): Document kbd-macro-termination-hook.
10656 (Command Loop Info): Document that clear-this-command-keys clears
10657 the vector to be returned by recent-keys.
10658
106592001-09-04 Werner LEMBERG <wl@gnu.org>
10660
10661 * Makefile.in (srcdir, texinputdir): New variables.
10662 (srcs, index.texi, install): Use $(srcdir).
10663 (.PHONY): Remove elisp.dvi.
10664 (elisp): Use -I switch for makeinfo.
10665 (elisp.dvi): Use $(srcdir) and $(texinputdir).
10666 (installall, dist): Use $(srcdir).
10667 Fix path to texinfo.tex.
10668 (maintainer-clean): Add elisp.dvi and elisp.oaux.
10669
106702001-08-30 Gerd Moellmann <gerd@gnu.org>
10671
10672 * display.texi (Conditional Display): Adjust to API change.
10673
10674 * configure: New file.
10675
106762001-07-30 Gerd Moellmann <gerd@gnu.org>
10677
10678 * commands.texi (Repeat Events): Add description of
10679 double-click-fuzz.
10680
106812001-05-08 Stefan Monnier <monnier@cs.yale.edu>
10682
10683 * syntax.texi (Syntax Class Table): Add the missing designator for
10684 comment and string fences.
10685 (Syntax Properties): Add a xref to syntax table internals.
10686 (Syntax Table Internals): Document string-to-syntax.
10687
106882001-05-07 Gerd Moellmann <gerd@gnu.org>
10689
10690 * Makefile.in (install): Use install-info command line options
10691 like in Emacs' Makefile.in.
10692
106932000-12-09 Miles Bader <miles@gnu.org>
10694
10695 * windows.texi (Window Start): Update documentation for
10696 `pos-visible-in-window-p'.
10697
106982000-11-12 Stefan Monnier <monnier@cs.yale.edu>
10699
10700 * lists.texi (Building Lists): Add footnote to explain how to add
10701 to the end of a list.
10702
107032000-10-25 Gerd Moellmann <gerd@gnu.org>
10704
10705 * files.texi (Visiting Functions): Typos.
10706
107072000-10-25 Kenichi Handa <handa@etl.go.jp>
10708
10709 * files.texi (Visiting Functions): Return value of
10710 find-file-noselect may be a list of buffers if wildcards are used.
10711
107122000-10-24 Miles Bader <miles@lsi.nec.co.jp>
10713
10714 * display.texi (Defining Faces): Document `graphic' display type
10715 in face specs.
10716
b344d29d 107172000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b8d4c8d0
GM
10718
10719 * hooks.texi (Standard Hooks): Replace obsolete
10720 `after-make-frame-hook' with `after-make-frame-functions'.
10721
10722 * frames.texi (Creating Frames): Ditto.
10723
10724 * variables.texi (Future Local Variables): Ditto.
10725
107262000-10-16 Gerd Moellmann <gerd@gnu.org>
10727
10728 * display.texi (Other Image Types): Add description of :foreground
10729 and :background properties of mono PBM images.
10730
107312000-08-17 Werner LEMBERG <wl@gnu.org>
10732
10733 * .cvsignore: New file.
10734
107352000-01-05 Gerd Moellmann <gerd@gnu.org>
10736
10737 * tindex.pl: New script.
10738
107391999-12-03 Dave Love <fx@gnu.org>
10740
10741 * Makefile.in (MAKEINFO): New parameter.
10742
107431999-09-17 Richard Stallman <rms@gnu.org>
10744
10745 * Makefile.in (srcs): Add hash.texi.
10746 (VERSION): Update to 20.6.
10747
107481999-09-13 Richard Stallman <rms@gnu.org>
10749
10750 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
10751
107521998-08-29 Karl Heuer <kwzh@gnu.org>
10753
10754 * configure.in: New file.
10755 * Makefile.in: Renamed from Makefile.
10756 (prefix, infodir): Use value obtained from configure.
10757 (emacslibdir): Obsolete variable deleted.
10758 (dist): Distribute configure.in, configure, Makefile.in.
10759
107601998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
10761
10762 * Makefile (INSTALL_INFO): New variable.
10763 (install): Run install-info.
10764
107651998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
10766
10767 * Makefile (elisp.dvi): Add missing backslash.
10768
107691998-05-02 Richard Stallman <rms@psilocin.gnu.org>
10770
10771 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
10772 Run texindex without `./'. Always run texindex on elisp.tp.
10773 (elisp.tps): Target deleted.
10774
107751998-04-05 Richard Stallman <rms@psilocin.gnu.org>
10776
10777 * Makefile (srcs): Add nonascii.texi and customize.texi.
10778 (dist): Start by deleting `temp'.
10779
107801998-02-17 Richard Stallman <rms@psilocin.gnu.org>
10781
10782 * Makefile (makeinfo, texindex): Targets deleted.
10783 (makeinfo.o, texindex.o): Targets deleted.
10784 (clean, dist): Don't do anything with them or with getopt*.
10785
107861998-01-30 Richard Stallman <rms@psilocin.gnu.org>
10787
10788 * Makefile (SHELL): Defined.
10789
107901998-01-27 Richard Stallman <rms@psilocin.gnu.org>
10791
10792 * Makefile (elisp.tps): New target.
10793 (elisp.dvi): Depend on elisp.tps.
10794
c5602427 107951996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
b8d4c8d0
GM
10796
10797 * README: Update phone number.
10798
10799 * Makefile (elisp): Make this be the default target.
10800 Depend on makeinfo.c instead of makeinfo.
10801 (install): Don't depend on elisp.dvi, since we don't install that.
10802 Use mkinstalldirs.
10803 (dist): Add mkinstalldirs.
10804
c5602427 108051995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
b8d4c8d0
GM
10806
10807 * Makefile (VERSION): Update version number.
5dcb4c4e 10808 (maintainer-clean): Rename from realclean.
b8d4c8d0 10809
c5602427 108101995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
b8d4c8d0
GM
10811
10812 * Makefile (realclean): New target.
10813 (elisp): Remove any old elisp-* files first.
10814
c5602427 108151993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
b8d4c8d0
GM
10816
10817 * Makefile (VERSION): New variable.
10818 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
10819 Compressed file suffix should be `.gz', not `.z'.
10820
ce058493 108211993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10822
10823 * Makefile (elisp): Depend on makeinfo.
10824
c5602427 108251993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
b8d4c8d0
GM
10826
10827 * Makefile (srcs): Add anti.texi.
10828
c5602427 108291993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10830
10831 * Makefile (infodir, prefix): New vars.
10832 (install): Use infodir.
f4e90db0 10833 (emacsinfodir): Delete.
b8d4c8d0 10834
c5602427 108351993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10836
10837 * Makefile (srcs): Add calendar.texi.
10838
10839 * Makefile (dist): Copy texindex.c and makeinfo.c.
10840 Limit elisp-* files to those with one or two digits.
10841
c5602427 108421993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0 10843
f4e90db0 10844 * Makefile (dist): Change to use Gzip instead of compress.
b8d4c8d0 10845
c5602427 108461993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10847
10848 * loading.texi (Unloading): define-function changed back to
10849 defalias. It may not stay this way, but at least it's
10850 consistent with the known-good version of the code patch.
10851
c5602427 108521993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
b8d4c8d0
GM
10853
10854 * modes.texi (Hooks): Document new optional arg of add-hook.
10855
c5602427 108561993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10857
10858 * variables.texi: Document nil initial value of buffer-local variables.
10859
10860 * tips.texi: Add new section on standard library headers.
10861
c5602427 108621993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
10863
10864 * Makefile (srcs): Add frame.texi to the list of sources.
10865
c5602427 108661993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
10867
10868 * Makefile (dist): Don't bother excluding autosave files; they'll
10869 never make it into the temp directory anyway, and the hash marks
10870 in the name are problematic for make and the Bourne shell.
10871 (srcs):
10872
c5602427 108731993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
10874
10875 * Makefile (dist): Don't include backup files or autosave files in
10876 the distribution tar file.
10877
c5602427 108781991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0 10879
5dcb4c4e 10880 * Makefile (srcs): Add index.perm.
b8d4c8d0
GM
10881 (elisp.dvi): Remove erroneous shell comment.
10882 Expect output of permute-index in permuted.fns.
10883 Save old elisp.aux in elisp.oaux.
5dcb4c4e 10884 (clean): Add index.texi to be deleted.
b8d4c8d0 10885
c5602427 108861990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
10887
10888 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
10889
c5602427 108901990-06-26 David Lawrence (tale@geech)
b8d4c8d0
GM
10891
10892 * files.texi: Noted that completion-ignored-extensions is ignored
10893 when making *Completions*.
10894
3e868ee3 108951990-06-08 Jay Fenlason (hack@ai.mit.edu)
b8d4c8d0
GM
10896
10897 * Makefile make dist now depends on elisp.dvi, since it tries
10898 to include it in the dist file.
10899
c5602427 109001990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
b8d4c8d0 10901
c5602427 10902 * functions.texinfo (Mapping Functions): Add missing quote.
b8d4c8d0 10903
c5602427 109041989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
10905
10906 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
10907 (defunargs): Turn off \hyphenchar of \sl font temporarily.
10908
c5602427 109091989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10910
10911 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
10912 and @error{} are the terms now being used. The files in the
10913 directory have been changed to reflect this.
10914
10915 * All instances of @indentedresultt{} have been changed to
333f9019 10916 ` @result{}', using 5 spaces at the beginning of the line.
b8d4c8d0 10917
c5602427 109181989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10919
10920 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
10921 experimental @indentedresult{}, @indentedexpandsto{} are part of
10922 the texinfo.tex in this directory. These TeX macros are not
10923 stable yet.
10924
c5602427 109251989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10926
10927 * texinfo.tex: Temporarily added
10928 \let\result=\dblarrow
10929 \def\error{{\it ERROR} \longdblarrow}
10930 We need to do this better soon.
10931
c5602427 109321989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10933
10934 * Applied Karl Berry's patches to *.texinfo files, but not to
10935 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
10936 new title page format is also not applied, since it requires
10937 texinfo.tex changes.)
10938
10939 * Cleaned up `Makefile' and defined the `emacslibdir' directory
10940 for the Project GNU development environment.
10941
10942;; Local Variables:
c8763fb6 10943;; coding: utf-8
b8d4c8d0
GM
10944;; End:
10945
acaf905b 10946 Copyright (C) 1998-2012 Free Software Foundation, Inc.
b8d4c8d0
GM
10947
10948 This file is part of GNU Emacs.
10949
352c8b4a 10950 GNU Emacs is free software: you can redistribute it and/or modify
b8d4c8d0 10951 it under the terms of the GNU General Public License as published by
352c8b4a
GM
10952 the Free Software Foundation, either version 3 of the License, or
10953 (at your option) any later version.
b8d4c8d0
GM
10954
10955 GNU Emacs is distributed in the hope that it will be useful,
10956 but WITHOUT ANY WARRANTY; without even the implied warranty of
10957 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10958 GNU General Public License for more details.
10959
10960 You should have received a copy of the GNU General Public License
352c8b4a 10961 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.