(Abstract Display): Merge in some menu descriptions from elisp.texi.
[bpt/emacs.git] / doc / lispref / ChangeLog
CommitLineData
51d9979c
GM
12009-07-10 Glenn Morris <rgm@gnu.org>
2
5b594a58
GM
3 * customize.texi (Customization Types):
4 * display.texi (Abstract Display):
5 Merge in some menu descriptions from elisp.texi.
51d9979c 6
28528402
GM
72009-07-09 Glenn Morris <rgm@gnu.org>
8
9 * back.texi: Don't hard-code texinfo location.
10
11 * two-volume.make (texinfodir): New, with location of texinfo.tex.
12 (tex): Add texinfodir to TEXINPUTS.
13 (elisp1med-init, elisp2med-init): Use texinfodir.
14
15 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
16 (clean): Add two-volume.make intermediate files.
17
18 * elisp.texi, vol1.texi, vol2.texi:
19 Use a DATE variable with the publication date, and update it.
20 Fix antinews menu description.
21
22 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
23 Update the detailed node listing to match elisp.texi.
24
25 * README: Update edition to match elisp.texi.
26
27 * objects.texi (General Escape Syntax):
28 * nonascii.texi (Character Sets):
29 Use consistent case for "Unicode Standard".
30
31 * anti.texi (Antinews):
32 * customize.texi (Variable Definitions):
33 * functions.texi (Declaring Functions):
34 * nonascii.texi (Character Properties):
35 * processes.texi (Serial Ports):
36 * text.texi (Special Properties):
37 * tips.texi (Coding Conventions):
38 Minor rearrangements to improve TeX line-filling.
39
40 * commands.texi (Using Interactive): Fix cross-reference.
41
17db8e10
JD
422009-07-01 Jan Djärv <jan.h.d@swipnet.se>
43
44 * frames.texi (Management Parameters): Mention sticky.
45
77c7e2e1
AS
462009-07-01 Andreas Schwab <aschwab@redhat.com>
47
48 * help.texi (Help Functions): Fix description of help-buffer and
49 help-setup-xref to use @defun instead of @deffn.
50
3f1c6666
JD
512009-07-01 Jan Djärv <jan.h.d@swipnet.se>
52
53 * frames.texi (Size Parameters): Mention maximized for fullscreen.
54
ca27c21b
CY
552009-06-24 Chong Yidong <cyd@stupidchicken.com>
56
57 * display.texi (Window Systems): Add ns to the list.
58
70243478
CY
592009-06-21 Chong Yidong <cyd@stupidchicken.com>
60
61 * Branch for 23.1.
62
df006536
MR
632009-06-17 Martin Rudalics <rudalics@gmx.at>
64
65 * windows.texi (Dedicated Windows): Fix typo.
66 (Resizing Windows): Replace @defun by @deffn.
67
d259fc4b
GM
682009-06-17 Glenn Morris <rgm@gnu.org>
69
70 * variables.texi (Directory Local Variables):
71 Update for 2009-04-11 name-change of dir-locals-directory-alist.
72
30781db6
KH
732009-06-09 Kenichi Handa <handa@m17n.org>
74
75 * nonascii.texi (Character Sets): State clearly that FROM and TO
76 are codepoints of CHARSET.
77
62e8099c
CY
782009-06-07 Chong Yidong <cyd@stupidchicken.com>
79
80 * minibuf.texi (Reading File Names): Fix introductory text.
81 Suggested by stan@derbycityprints.com.
82 (High-Level Completion): Fix typo.
83
ee1b1917
CY
842009-05-28 Chong Yidong <cyd@stupidchicken.com>
85
86 * frames.texi (Text Terminal Colors): Multi-tty is already
87 implemented, but tty-local colors are not.
88
5df647e8
CY
892009-05-27 Chong Yidong <cyd@stupidchicken.com>
90
91 * hooks.texi (Standard Hooks): Remove mention of obsolete
92 redisplay-end-trigger-functions.
93
94 * internals.texi (Window Internals): Remove mention of obsolete
95 redisplay-end-trigger-functions.
96
01f17ae2
MR
972009-05-21 Martin Rudalics <rudalics@gmx.at>
98
99 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
100
101 * backups.texi (Making Backups): backup-directory-alist and
102 make-backup-file-name-function are options.
103 (Auto-Saving): auto-save-list-file-prefix is an option.
104
105 * buffers.texi (Killing Buffers): buffer-offer-save is an
106 option.
107
108 * display.texi (Refresh Screen): no-redraw-on-reenter is an
109 option.
110 (Echo Area Customization): echo-keystrokes is an option.
111 (Selective Display): selective-display-ellipses is an option.
112 (Temporary Displays): temp-buffer-show-function is an option.
113 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
114 are options.
115 (Font Selection): face-font-family-alternatives,
116 face-font-selection-order, face-font-registry-alternatives, and
117 scalable-fonts-allowed are options.
118 (Fringe Indicators): indicate-buffer-boundaries is an option.
119 (Fringe Cursors): overflow-newline-into-fringe is an option.
120 (Scroll Bars): scroll-bar-mode is an option.
121
122 * eval.texi (Eval): max-lisp-eval-depth is an option.
123
124 * files.texi (Visiting Functions): find-file-hook is an option.
125 (Directory Names): directory-abbrev-alist is an option.
126 (Unique File Names): temporary-file-directory and
127 small-temporary-file-directory are options.
128
129 * frames.texi (Initial Parameters): initial-frame-alist,
130 minibuffer-frame-alist and default-frame-alist are options.
131 (Cursor Parameters): blink-cursor-alist and
132 cursor-in-non-selected-windows ar options.
133 (Window System Selections): selection-coding-system is an
134 option.
135 (Display Feature Testing): display-mm-dimensions-alist is an
136 option.
137
138 * help.texi (Help Functions): help-char and help-event-list are
139 options.
140
141 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
142 an option.
143
144 * minibuf.texi (Minibuffer History): history-length and
145 history-delete-duplicates are options.
146 (High-Level Completion): read-buffer-function and
147 read-buffer-completion-ignore-case are options.
148 (Reading File Names): read-file-name-completion-ignore-case is
149 an option.
150
151 * modes.texi (Mode Line Top): mode-line-format is an option.
152 (Mode Line Variables): mode-line-position and mode-line-modes
153 are options.
154
155 * nonascii.texi (Text Representations):
156 enable-multibyte-characters is an option.
157 (Default Coding Systems): auto-coding-regexp-alist,
158 file-coding-system-alist, auto-coding-alist and
159 auto-coding-functions are options.
160 (Specifying Coding Systems): inhibit-eol-conversion is an
161 option.
162
163 * os.texi (Init File): site-run-file is an option.
164 (System Environment): mail-host-address is an option.
165 (User Identification): user-mail-address is an option.
166 (Terminal Output): baud-rate is an option.
167
168 * positions.texi (Word Motion): words-include-escapes is an
169 option.
170
171 * searching.texi (Standard Regexps): page-delimiter,
172 paragraph-separate, paragraph-separate and sentence-end are
173 options.
174
175 * text.texi (Margins): left-margin and fill-nobreak-predicate
176 are options.
177
178 * variables.texi (Local Variables): max-specpdl-size is an
179 option.
180
181 * windows.texi (Choosing Window):
182 split-window-preferred-function, special-display-function and
183 display-buffer-function are options.
184
106e6894
CY
1852009-05-20 Chong Yidong <cyd@stupidchicken.com>
186
4a83454d
CY
187 Fix errors spotted by Martin Rudalics.
188
106e6894
CY
189 * syntax.texi (Position Parse): Document rationale for ignored
190 arguments to syntax-ppss-flush-cache.
191
192 * processes.texi (Input to Processes): Mark PROCESS arg to
193 process-running-child-p as optional.
194 (Network Options): Document NO-ERROR arg to
195 set-network-process-option.
196
197 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
198 command.
199
200 * searching.texi (POSIX Regexps): Mark posix-search-forward and
201 posix-search-backward as commands.
202
203 * os.texi (Killing Emacs): Mark kill-emacs as a command.
204 (Suspending Emacs): Mark suspend-emacs as a command.
205 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
206 commands.
207 (Terminal Output): Remove obsolete function baud-rate. Document
208 TERMINAL arg for send-string-to-terminal.
209
210 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
211 terminal-coding-system and set-terminal-coding-system.
212 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
213 as optional.
214 (Character Sets): Document RESTRICTION arg of char-charset.
215 (Character Codes): Mark POS argument to get-byte as optional.
216
217 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
218 minibuffer-message.
219
220 * files.texi (Create/Delete Dirs): Mark make-directory and
221 delete-directory as commands.
222
223 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
224
225 * text.texi (Base 64): Mark base64-decode-string and
226 base64-encode-string as commands.
227 (Columns): Mark move-to-column as a command.
228 (Mode-Specific Indent): Document RIGID arg to
229 indent-for-tab-command.
230 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
231 Mark indent-code-rigidly as a command.
232 (Substitution): Mark translate-region as a command.
233
234 * frames.texi (Size and Position): Remove obsolete functions
235 screen-height and screen-width.
236
04173931
CY
2372009-05-19 Chong Yidong <cyd@stupidchicken.com>
238
239 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
240 (Displaying Buffers, Resizing Windows): Correct mistakes;
241 next-window, previous-window, and pop-to-buffer are not commands,
242 and fit-window-to-buffer" is a command. (Pointed out by Martin
243 Rudalics.)
244
eae7d8f8
RS
2452009-05-17 Richard M Stallman <rms@gnu.org>
246
247 * modes.texi (Precalculated Fontification): Clarify text.
248
b8766179
MR
2492009-05-17 Martin Rudalics <rudalics@gmx.at>
250
251 * windows.texi (Selecting Windows): Clarify descriptions of
252 with-selected-window and get-lru-window.
253 (Cyclic Window Ordering): Refer to particular frame when talking
254 about how splitting affects the ordering.
255 (Displaying Buffers): Fix descriptions of switch-to-buffer and
256 switch-to-buffer-other-window. Explain how setting of
257 display-buffer-reuse-frames affects pop-to-buffer.
258 (Choosing Window): Clarify some details in descriptions of
259 display-buffer-reuse-frames, pop-up-frames, and
260 pop-up-frame-function.
261 (Dedicated Windows): Clarify some details.
262 (Textual Scrolling): Replace term vscroll by term vertical
263 scroll position.
264 (Vertical Scrolling): Fix typo.
265 (Window Hooks): Relate text on jit-lock-register to window
266 scrolling and size changes.
267
734b5e3b
CY
2682009-05-14 Chong Yidong <cyd@stupidchicken.com>
269
0a65633e
CY
270 * frames.texi (Initial Parameters): Clarify what the initial
271 minibuffer frame is.
05be46d7
CY
272 (Buffer Parameters): Note that the minibuffer parameter can not be
273 altered.
0a65633e 274
734b5e3b
CY
275 * anti.texi (Antinews): Copyedits. Rearrange some entries.
276 Document display-buffer changes.
277
925672cd
CY
2782009-05-13 Chong Yidong <cyd@stupidchicken.com>
279
17ecd7af
CY
280 * anti.texi (Antinews): Rewrite for Emacs 22.
281
925672cd
CY
282 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
283 obarrays are first mentioned. Define "system abbrev" more
284 prominently, and add it to the index.
285 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
286 Copyedits.
287 (Abbrev Expansion): Document abbrev-insert.
288
80be4dd7
CY
2892009-05-12 Chong Yidong <cyd@stupidchicken.com>
290
291 * frames.texi (Font and Color Parameters): Rename from Color
292 Parameters. Document font-backend parameter.
293
294 * vol2.texi (Top): Update node listing.
295 * vol1.texi (Top): Update node listing.
296 * elisp.texi (Top): Update node listing.
297
372a93ac
MR
2982009-05-11 Martin Rudalics <rudalics@gmx.at>
299
300 * windows.texi (Choosing Window): Don't explicitly refer to
301 split-window-sensibly's window argument in descriptions of
302 split-height-threshold and split-width-threshold.
303
714c3541
MR
3042009-05-10 Martin Rudalics <rudalics@gmx.at>
305
306 * windows.texi (Choosing Window): Fix rewrite of window
307 splitting section.
308
0e90e7be
EZ
3092009-05-09 Eli Zaretskii <eliz@gnu.org>
310
311 * nonascii.texi (Default Coding Systems): Document
312 find-auto-coding, set-auto-coding, and auto-coding-alist. Add
313 indexing.
314 (Lisp and Coding Systems): Add index entries.
315
d3c0c321
MR
3162009-05-09 Martin Rudalics <rudalics@gmx.at>
317
318 * windows.texi (Choosing Window): Describe split-window-sensibly
319 and rewrite section on window splitting accordingly.
320 (Textual Scrolling): Replace `...' by @code{...}.
321
c773345a
CY
3222009-05-04 Chong Yidong <cyd@stupidchicken.com>
323
ee2d5b5e
CY
324 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
325 Remove obsoleted pre-abbrev-expand-hook.
326
327 * locals.texi (Standard Buffer-Local Variables): Consolidate table
328 entries.
329
c773345a
CY
330 * internals.texi (Object Internals): Don't assume 32-bit machines
331 are the norm.
332 (Buffer Internals): Consolidate table entries for readability.
ee2d5b5e
CY
333 (Window Internals): Synch field names to window.h.
334 (Process Internals): Synch field names to process.h.
c773345a 335
dd449674
CY
3362009-04-29 Chong Yidong <cyd@stupidchicken.com>
337
338 * variables.texi (File Local Variables): Note that read-circle is
339 bound to nil when reading file-local variables.
340
341 * streams.texi (Input Functions): Document read-circle.
342 (Output Variables): Add xref to Circular Objects.
343
4f1e25e2
CY
3442009-04-25 Chong Yidong <cyd@stupidchicken.com>
345
346 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
347 Features and Coding System Basics. Node that "p" stands for
348 "predicate". Recommend utf-8-emacs instead of emacs-mule.
349 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
350 mouse-appearance-menu.
351 (Programming Tips): Add xref to Progress.
352
dca019f8
CY
3532009-04-22 Chong Yidong <cyd@stupidchicken.com>
354
355 * os.texi (Command-Line Arguments): Document
356 command-line-args-left.
357 (Suspending Emacs): Adapt text to multi-tty case. Document use of
358 terminal objects for tty arguments.
359 (Startup Summary): Add xref to Session Management.
360 (Session Management): Mention emacs-session-restore. Copyedits.
361
02a89103
CY
3622009-04-20 Chong Yidong <cyd@stupidchicken.com>
363
364 * os.texi (Startup Summary): Copyedits. The init file is not
365 necessarily named .emacs now. Document initial-buffer-choice and
366 initial-scratch-message. Note where Emacs exits in batch mode.
367 Document inhibit-splash-screen as an alias.
368 (Init File): Be neutral about which init file name to use.
369
3702009-04-16 Chong Yidong <cyd@stupidchicken.com>
371
372 * os.texi (System Interface): Fix Texinfo usage.
373
0c1cfe01
CY
3742009-04-15 Chong Yidong <cyd@stupidchicken.com>
375
80d7cdca
CY
376 * searching.texi (Regexp Backslash): Also refer to shy groups as
377 non-capturing or unnumbered groups.
378 (Regexp Functions): Add cross-reference to Regexp Backslash.
379
0c1cfe01
CY
380 * display.texi (Truncation): Overlays can use line-prefix and
381 wrap-prefix too.
382 (Overlay Properties): Document wrap-prefix and line-prefix.
383 (Face Attributes): Document underline-minimum-offset.
384 (Face Remapping): Copyedits.
385 (Low-Level Font): Copyedits.
386 (Image Cache): Note that the image cache is shared between frames.
ed8ab760
CY
387 (Line Height): Emphasize that line-spacing only takes effect on
388 graphical terminals.
0c1cfe01 389
c4adeee0
CY
3902009-04-13 Chong Yidong <cyd@stupidchicken.com>
391
392 * display.texi (Refresh Screen): Note that a passage about screen
393 refreshing is text terminal only.
394 (Forcing Redisplay): Delete misleading comment---sit-for calls
395 redisplay, not the other way around.
396 (Truncation): Note new values of truncate-partial-width-windows.
397 Copyedits.
398 (Invisible Text): Document invisible-p.
399
b20ecfa1
EZ
4002009-04-11 Eli Zaretskii <eliz@gnu.org>
401
402 * display.texi (Overlays): Overlays don't scale well. See
403 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
404
97d8273f
CY
4052009-04-10 Chong Yidong <cyd@stupidchicken.com>
406
f147ff75
CY
407 * syntax.texi (Syntax Table Functions): Document cons cell
408 argument for modify-syntax-entry.
409 (Categories): Document cons cell argument for
410 modify-category-entry.
411
fca4ec76
CY
412 * searching.texi (String Search): Document word-search-forward-lax
413 and word-search-backward-lax.
414 (Searching and Case): Describe isearch behavior more precisely.
415
9c283d5b
CY
416 * keymaps.texi (Tool Bar): Mention that some platforms do not
417 support multi-line toolbars. Suggested by Stephen Eglen.
418
419 * frames.texi (Layout Parameters): Mention that Nextstep also
420 allows only one tool-bar line. Suggested by Stephen Eglen.
421
97d8273f
CY
422 * nonascii.texi (Text Representations): Copyedits.
423 (Coding System Basics): Also mention utf-8-emacs.
424 (Converting Representations, Selecting a Representation)
425 (Scanning Charsets, Translation of Characters, Encoding and I/O):
426 Copyedits.
427 (Character Codes): Mention role of codepoints 1114112 to 4194175.
428
2bad3299
CY
4292009-04-09 Chong Yidong <cyd@stupidchicken.com>
430
431 * text.texi (Yank Commands): Note that yank uses push-mark.
432 (Filling): Clarify REGION argument of fill-paragraph. Document
433 fill-forward-paragraph-function.
434 (Special Properties): Remove "new in Emacs 22" declaration.
435 (Clickable Text): Merge with Links and Mouse-1 node.
436
437 * display.texi (Button Properties, Button Buffer Commands): Change
438 xref to Clickable Text.
439
440 * tips.texi (Key Binding Conventions): Change xref to Clickable
441 Text.
442
443 * elisp.texi (Top): Update node listing.
444
ea30ce4f
CY
4452009-04-05 Chong Yidong <cyd@stupidchicken.com>
446
47af2f4b
CY
447 * markers.texi (The Mark): Copyedits. Improve description of
448 handle-shift-selection.
449 (The Region): Move use-region-p here from The Mark.
450
ea30ce4f
CY
451 * positions.texi (Screen Lines): Document (cols . lines) argument
452 for vertical-motion.
453
2aa8ea6e
CY
4542009-04-04 Chong Yidong <cyd@stupidchicken.com>
455
3ec61d4e
CY
456 * frames.texi (Frames): Clean up introduction. Document `ns'
457 return value for framep.
458 (Creating Frames): Note how the terminal is chosen.
459 (Multiple Terminals, Multiple Displays): Merge into a single node.
460 (Color Parameters): Fix typo.
461
462 * variables.texi (Local Variables, Buffer-Local Variables)
463 (Creating Buffer-Local): Change link to Multiple Terminals.
464
465 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
466
467 * keymaps.texi (Controlling Active Maps): Change link to Multiple
468 Terminals.
469
470 * commands.texi (Command Loop Info, Keyboard Macros): Change link
471 to Multiple Terminals.
472
473 * elisp.texi (Top): Update node listing.
474 * vol2.texi (Top): Update node listing.
475 * vol1.texi (Top): Update node listing.
476
9257072f
CY
477 * buffers.texi (Current Buffer): Note that the append-to-buffer
478 example is no longer in synch with the latest code. Tie the two
479 examples together.
480
2aa8ea6e
CY
481 * files.texi (File Attributes): Move note about MS-DOS from
482 Changing Files to File Attributes.
483 (Create/Delete Dirs): Note that mkdir is an alias for this.
484
22e74b17
CY
4852009-04-01 Markus Triska <triska@gmx.at>
486
487 * processes.texi (Filter Functions): Suggest how to handle output
488 batches.
489
4bbe48ec
CY
4902009-03-30 Chong Yidong <cyd@stupidchicken.com>
491
492 * help.texi (Accessing Documentation): Update example to use
493 help-setup-xref and with-help-window.
494 (Help Functions): Remove print-help-return-message, which is
495 semi-obsolete due to with-help-window. Document help-buffer and
496 help-setup-xref.
497
b9723f39
CY
4982009-03-29 Chong Yidong <cyd@stupidchicken.com>
499
87f649f6
CY
500 * help.texi (Accessing Documentation, Help Functions): Remove
501 information about long-obsolete Emacs versions.
9eb52e90 502
b9723f39
CY
503 * modes.texi (Mode Line Variables): The default values of the mode
504 line variables are now more complicated.
505
b0cc32db
CY
5062009-03-28 Chong Yidong <cyd@stupidchicken.com>
507
3c25a5a9
CY
508 * modes.texi (Major Mode Conventions): Note that specialness is
509 inherited.
31c9eebb
CY
510 (Derived Modes): Note that define-derive-mode sets the mode-class
511 property.
3c25a5a9 512
b0cc32db
CY
513 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
514 goto-map. Add search-map to the list.
515
c5e0006d
EZ
5162009-03-27 Eli Zaretskii <eliz@gnu.org>
517
1213465a
EZ
518 * os.texi (System Environment): Update the list of system-type
519 values.
520
c5e0006d
EZ
521 * markers.texi (The Mark) <handle-shift-selection>: Update for
522 removal of the optional argument DEACTIVATE.
523
48bab3d6
CY
5242009-03-25 Chong Yidong <cyd@stupidchicken.com>
525
526 * commands.texi (Focus Events): Most X window managers don't use
527 focus-follows-mouse nowadays.
528
6e4ff1b6
CY
5292009-03-24 Chong Yidong <cyd@stupidchicken.com>
530
531 * commands.texi (Defining Commands): Clarify introduction.
532 (Using Interactive): Not that interactive can be put in a symbol
533 property.
534 (Interactive Call): Note that a symbol with a non-nil
535 interactive-form property satisfies commandp.
536
11625308
JB
5372009-03-23 Juanma Barranquero <lekktu@gmail.com>
538
539 * minibuf.texi (Intro to Minibuffers): Fix typos.
540
7b34420d
CY
5412009-03-23 Chong Yidong <cyd@stupidchicken.com>
542
543 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
544 about minibuffers in old Emacs versions. Copyedits. Emphasize
545 that enable-recursive-minibuffers defaults to nil.
546 (Text from Minibuffer): Simplify introduction.
547
f9257eed
AM
5482009-03-22 Alan Mackenzie <acm@muc.de>
549
550 * commands.texi (Using Interactive): Clarify string argument to
551 `interactive' - even promptless elements need \n separators.
552
f639ba70
CY
5532009-03-18 Chong Yidong <cyd@stupidchicken.com>
554
555 * minibuf.texi (Completion Styles): New node.
556
557 * elisp.texi (Top): Update node listing.
558
d897e8ee
CY
5592009-03-17 Chong Yidong <cyd@stupidchicken.com>
560
561 * minibuf.texi (Basic Completion): Note that
562 read-file-name-completion-ignore-case and
563 read-buffer-completion-ignore-case can override
564 completion-ignore-case.
565 (Minibuffer Completion): Document completing-read changes.
566 (Completion Commands): Avoid mentioning partial completion mode.
567 Document minibuffer-completion-confirm changes, and
568 minibuffer-confirm-exit-commands.
569 (High-Level Completion): Document new require-match behavior for
570 read-buffer. Document read-buffer-completion-ignore-case.
571 (Reading File Names): Document new require-match behavior for
572 read-file-name.
573
b1f23349
CY
5742009-03-14 Chong Yidong <cyd@stupidchicken.com>
575
576 * debugging.texi (Error Debugging): Don't mislead the reader into
577 thinking that debug-on-error enters debugger for C-f at EOB.
578 (Error Debugging): Setting debug-on-init within the init file
579 works, and has for some time.
580
d6eb4e25
KH
5812009-03-13 Kenichi Handa <handa@m17n.org>
582
583 * display.texi (Fontsets): Update the description.
584
1cf53dc5
CY
5852009-03-13 Chong Yidong <cyd@stupidchicken.com>
586
587 * advice.texi (Advising Primitives): Link to What Is a Function.
588
81f919fc
CY
5892009-03-12 Chong Yidong <cyd@stupidchicken.com>
590
cf4229eb
CY
591 * compile.texi (Speed of Byte-Code): Update example.
592 (Disassembly): Update examples.
593
81f919fc 594 * loading.texi (Repeated Loading): Simplify examples.
f2bbc08c
CY
595
596 * customize.texi (Common Keywords): It's not necessary to use :tag
597 to remove hyphens, as custom-unlispify-tag-name does it
598 automatically.
599 (Variable Definitions): Link to File Local Variables. Document
600 customized-value symbol property.
601 (Customization Types): Move menu to end of node.
602
955964d7
CY
6032009-03-10 Chong Yidong <cyd@stupidchicken.com>
604
605 * macros.texi (Compiling Macros): Omit misleading sentence, which
606 implied that macros can only be used in the same file they are
607 defined.
608 (Backquote): Remove obsolete information about Emacs 19.
609
d25ed7db
GM
6102009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
611
612 * display.texi (Display Margins): Fix paren typo.
613
d55f6ca5
CY
6142009-02-27 Chong Yidong <cyd@stupidchicken.com>
615
f0e57ed8
CY
616 * elisp.texi (Top): Update node listing.
617
618 * variables.texi (Variables): Clarify introduction.
619 (Global Variables): Mention that setq is a special form.
620 (Local Variables): Use active voice.
621 (Tips for Defining): Mention marking variables as safe.
622 (Buffer-Local Variables): Mention terminal-local and frame-local
623 variables together.
624 (File Local Variables): Copyedits.
625 (Frame-Local Variables): Note that they are not really useful.
626 (Future Local Variables): Node deleted.
627
d55f6ca5
CY
628 * objects.texi (General Escape Syntax): Update explanation of
629 unicode escape syntax.
630
ca8f09a8
CY
6312009-02-23 Chong Yidong <cyd@stupidchicken.com>
632
633 * control.texi (Control Structures): Add cindex entry for "textual
634 order".
635
636 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
637 instead of "expression" throughout.
638 (Function Indirection): Copyedits. Use active voice.
639 (Eval): The default value of max-lisp-eval-depth is now 400.
640
a20878b6
MB
6412009-02-23 Miles Bader <miles@gnu.org>
642
643 * processes.texi (System Processes): Rename `system-process-attributes'
644 to `process-attributes'.
645
61f66044
CY
6462009-02-22 Chong Yidong <cyd@stupidchicken.com>
647
1b80d1f3
CY
648 * symbols.texi (Property Lists): Emphasize that property lists are
649 not restricted to symbol cells.
650 (Other Plists): Copyedit.
651
61f66044
CY
652 * sequences.texi (Sequences Arrays Vectors): Make introduction
653 more concise.
654 (Arrays): Mention char-tables and bool-vectors too.
655 (Vectors): Don't repeat information given in Arrays node. Link to
656 nodes that explain the vector usage examples.
657 (Char-Tables): Note that char-table elements can have arbitrary
658 type. Explain effect of omitted char-table-extra-slots property.
8a63cf41 659 Link to Property Lists node.
61f66044 660
9403944b
CY
6612009-02-22 Chong Yidong <cyd@stupidchicken.com>
662
663 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
664 `append'.
4068c7b4 665 (List Elements): Copyedits.
9403944b
CY
666
667 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
668 of `vconcat'.
669
670 * strings.texi (Creating Strings): Copyedits. Remove obsolete
671 Emacs 20 usage of `concat'.
672 (Case Conversion): Copyedits.
673
b87a185f
CY
6742009-02-21 Chong Yidong <cyd@stupidchicken.com>
675
676 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
677 Minor edits.
678 (Frame Configuration Type): Emphasize that it is not primitive.
679 (Font Type): New node.
680 (Type Predicates): Add fontp; type-of now recognizes font object
681 types.
682
683 * intro.texi (Version Info): Update version numbers in examples.
684 (Acknowledgements): List more contributors.
685
686 * elisp.texi: Bump version number to 3.0.
687 (Top): Link to Font Type node.
688
867d4bb3
JB
6892009-02-20 Juanma Barranquero <lekktu@gmail.com>
690
691 * modes.texi (Major Mode Conventions): Remove duplicate words.
692 (Customizing Keywords): Fix typo.
693
77730170
EZ
6942009-02-14 Eli Zaretskii <eliz@gnu.org>
695
696 * nonascii.texi (User-Chosen Coding Systems): Document that
697 select-safe-coding-system suggests raw-text if there are raw bytes
698 in the region.
699 (Explicit Encoding): Warn not to use `undecided' when encoding.
700
c8736212
GM
7012009-02-11 Glenn Morris <rgm@gnu.org>
702
703 * frames.texi (Visibility of Frames): Mention the effect multiple
704 workspaces/desktops can have on visibility.
705
ab992d66
EZ
7062009-02-07 Eli Zaretskii <eliz@gnu.org>
707
c8736212
GM
708 * text.texi (Commands for Insertion):
709 * commands.texi (Event Mod):
710 * keymaps.texi (Searching Keymaps):
ab992d66
EZ
711 * nonascii.texi (Translation of Characters): Reinstate
712 documentation of translation-table-for-input.
7d2a859f
EZ
713 (Explicit Encoding): Document the `charset' text property produced
714 by decode-coding-region and decode-coding-string.
ab992d66 715
e651a255
AM
7162009-01-27 Alan Mackenzie <acm@muc.de>
717
718 * modes.texi (Search-based Fontification): Correct a typo.
719
bc5cde4b
JB
7202009-01-25 Juanma Barranquero <lekktu@gmail.com>
721
722 * abbrevs.texi (Abbrev Table Properties): Fix typo.
723 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
724
3533155b
EZ
7252009-01-24 Eli Zaretskii <eliz@gnu.org>
726
f721deda
EZ
727 * display.texi (Window Systems): Document the value of
728 `initial-window-system' under --daemon.
729
3533155b
EZ
730 * os.texi (System Environment): Remove description of the
731 `environment' function which has been deleted.
732
f79b43b2
DN
7332009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
734
735 * frames.texi (Multiple Displays): Remove documentation for
736 removed function make-frame-on-tty.
737
e3aa6669
CY
7382009-01-22 Chong Yidong <cyd@stupidchicken.com>
739
740 * files.texi (Format Conversion Piecemeal): Clarify behavior of
741 write-region-annotate-functions. Document
742 write-region-post-annotation-function.
743
fb13a416
CY
7442009-01-19 Chong Yidong <cyd@stupidchicken.com>
745
746 * display.texi (Font Lookup): Document WIDTH argument of
747 x-list-fonts.
748
02eccf6b
EZ
7492009-01-17 Eli Zaretskii <eliz@gnu.org>
750
ead3f58d
EZ
751 * maps.texi (Standard Keymaps): Rename function-key-map to
752 local-function-key-map.
753
754 * keymaps.texi (Translation Keymaps): Rename function-key-map to
755 local-function-key-map.
756
757 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
758 and `set-keyboard-coding-system' now accept an optional terminal
759 argument.
760
761 * commands.texi (Event Mod): `keyboard-translate-table' is now
762 terminal-local.
763 (Function Keys): Rename function-key-map to
764 local-function-key-map.
765
df05a163
EZ
766 * elisp.texi (Top): Make @detailmenu be consistent with changes in
767 frames.texi.
768
0ed8034e 769 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
490f1197
EZ
770 `delete-terminal-functions', `suspend-tty-functions' and
771 `resume-tty-functions'.
0ed8034e
EZ
772
773 * frames.texi (Frames): Document `frame-terminal' and
774 `terminal-live-p'.
775 (Multiple Displays): Document `make-frame-on-tty'.
776 (Multiple Terminals): Document `terminal-list', `delete-terminal',
777 `terminal-name', and `get-device-terminal'.
490f1197
EZ
778 (Terminal Parameters): Document `terminal-parameters',
779 `terminal-parameter', and `set-terminal-parameter'.
0ed8034e
EZ
780
781 * os.texi (System Environment): Document `environment' and
782 `initial-environment'.
490f1197
EZ
783 (Suspending Emacs): Update for multi-tty; document
784 `suspend-tty', `resume-tty', and `controlling-tty-p'.
0ed8034e 785
02eccf6b
EZ
786 * nonascii.texi (Coding System Basics): More accurate description
787 of `raw-text'.
788
f19fea97
JB
7892009-01-12 Juanma Barranquero <lekktu@gmail.com>
790
791 * display.texi (Low-Level Font): Fix typo.
792
16fa292f
CY
7932009-01-10 Chong Yidong <cyd@stupidchicken.com>
794
795 * elisp.texi (Top): Update node listing.
796
797 * display.texi (PostScript Images): Node deleted.
798
0b4faef3
EZ
7992009-01-10 Eli Zaretskii <eliz@gnu.org>
800
3355f04d
EZ
801 * processes.texi (Decoding Output): Document that null bytes force
802 no-conversion for reading process output.
803
804 * files.texi (Reading from Files): Document that null bytes force
805 no-conversion when visiting files.
806
11625308 807 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
538395d9 808
0b4faef3
EZ
809 * nonascii.texi (Lisp and Coding Systems): Document
810 inhibit-null-byte-detection and inhibit-iso-escape-detection.
c06ea95e 811 (Character Properties): Improve wording.
0b4faef3 812
ce9cf065
CY
8132009-01-09 Chong Yidong <cyd@stupidchicken.com>
814
815 * display.texi (Font Lookup): Remove obsolete function
816 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
817 (Low-Level Font): Rename from Fonts, move to end of Faces section.
818 (Font Selection): Reorder order of variable descriptions. Minor
819 clarifications.
820
821 * elisp.texi (Top): Update node listing.
822
ab756fb3
GM
8232009-01-09 Glenn Morris <rgm@gnu.org>
824
825 * commands.texi (Command Loop Info): Say that last-command-char and
826 last-input-char are obsolete aliases.
827
828 * edebug.texi (Edebug Recursive Edit): Remove separate references to
829 last-input-char and last-command-char, since they are just aliases for
830 last-input-event and last-command-event.
831
832 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
833 last-command-char.
834
6b2b8ab1
CY
8352009-01-08 Chong Yidong <cyd@stupidchicken.com>
836
837 * elisp.texi: Update node listing.
838
839 * display.texi (Faces): Put Font Selection node after Auto Faces.
840 (Face Attributes): Don't link to Font Lookup. Document
841 font-family-list.
842 (Fonts): New node.
843
3568e767
JR
8442009-01-08 Jason Rumney <jasonr@gnu.org>
845
846 * frames.texi (Pointer Shape): Clarify that only X supports
847 changing the standard pointer shapes. (Bug#1485)
848
6221c8db
CY
8492009-01-08 Chong Yidong <cyd@stupidchicken.com>
850
851 * display.texi (Attribute Functions): Note that a function value
852 :height is relative, and that compatibility functions work by
853 calling set-face-attribute.
854 (Displaying Faces): Reorder list in order of increasing priority.
855 (Face Remapping): New node. Content moved here from Displaying
856 Faces.
857 (Glyphs): Link to Face Functions.
858
e3d3799a
CY
8592009-01-08 Chong Yidong <cyd@stupidchicken.com>
860
861 * display.texi (Faces): Don't discuss face id here. facep does
862 not return t.
863 (Defining Faces): Minor clarification.
864 (Face Attributes): Rearrange items to match docstring of
865 set-face-attribute. Add :foundry attribute. Document new role of
866 :font attribute. Texinfo usage fix.
867 (Attribute Functions): Copyedits.
868 (Face Functions): Note that face number is seldom used.
869
638a2457
RS
8702009-01-05 Richard M Stallman <rms@gnu.org>
871
872 * strings.texi (Predicates for Strings): Minor clarification.
873
874 * functions.texi (Function Safety): Texinfo usage fix.
875
49ea0074
JB
8762009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny patch)
877
878 * objects.texi (General Escape Syntax): Fix typo.
879
9f822178
MR
8802009-01-03 Martin Rudalics <rudalics@gmx.at>
881
882 * windows.texi (Choosing Window): Say that pop-up-frame-alist
883 works via the default value of pop-up-frame-function.
884
af34ad36
EZ
8852009-01-02 Eli Zaretskii <eliz@gnu.org>
886
887 * processes.texi (System Processes): Document the `time' and
888 `ctime' attributes of `system-process-attributes'.
889
d31f6679
CY
8902009-01-01 Chong Yidong <cyd@stupidchicken.com>
891
892 * display.texi (Face Attributes): Clarify :height attribute.
893
174dc00c
MR
8942008-12-31 Martin Rudalics <rudalics@gmx.at>
895
896 * buffers.texi (The Buffer List): Clarify what moves a buffer to
897 the front of the buffer list. Add entries for `last-buffer' and
898 `unbury-buffer'.
899
b8afe7e4
EZ
9002008-12-27 Eli Zaretskii <eliz@gnu.org>
901
d14030f5
EZ
902 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
903 and its subsections.
904
905 * frames.texi (Multiple Terminals, Low-level Terminal)
906 (Terminal Parameters, Frames on Other TTY devices): New sections.
907 (Frames): Add an xref to "Multiple Terminals".
908
765980a4
EZ
909 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
910
911 * objects.texi (Terminal Type): New node.
912 (Editing Types): Add it to the menu.
913
47bd5577
EZ
914 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
915 Variables".
916
eb22b78c 917 * variables.texi (Directory Local Variables): New node.
47bd5577 918 (Variables): Add a menu item for it.
eb22b78c 919
b8afe7e4
EZ
920 * loading.texi (Autoload): Document `generate-autoload-cookie' and
921 `generated-autoload-file'.
922
77bb0476
EZ
9232008-12-20 Eli Zaretskii <eliz@gnu.org>
924
028e2c19
EZ
925 * os.texi (Startup Summary): Add xref to documentation of
926 `initial-window-system'.
927
77bb0476
EZ
928 * display.texi (Window Systems): Document `window-system' the
929 function. The variable `window-system' is now frame-local.
028e2c19 930 Document `initial-window-system'.
77bb0476 931
dda87836
MR
9322008-12-19 Martin Rudalics <rudalics@gmx.at>
933
934 * windows.texi (Windows): Rewrite description of
935 fit-window-to-buffer.
936
caef3ed2
GM
9372008-12-13 Glenn Morris <rgm@gnu.org>
938
939 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
940 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
941
21c58e4d
GM
9422008-12-12 Glenn Morris <rgm@gnu.org>
943
944 * debugging.texi (Error Debugging): Refer forwards to
945 eval-expression-debug-on-error.
946
af38459f
EZ
9472008-12-05 Eli Zaretskii <eliz@gnu.org>
948
5dedd9b5
EZ
949 * strings.texi (String Basics): Only unibyte strings that
950 represent key sequences hold 8-bit raw bytes.
951
af38459f
EZ
952 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
953 paragraph to speak about `undecided'.
954 (Character Properties): Don't explain the meaning of each
955 property; instead, identify their Unicode Standard names.
b3f1f4a5 956 (Character Sets): Document `map-charset-chars'.
af38459f 957
fa047ae7
GM
9582008-12-02 Glenn Morris <rgm@gnu.org>
959
960 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
961 section yet again.
962
47dbc044
EZ
9632008-11-29 Eli Zaretskii <eliz@gnu.org>
964
98d05998
EZ
965 * nonascii.texi (Character Properties): New Section.
966 (Specifying Coding Systems): Document
967 `coding-system-priority-list', `set-coding-system-priority', and
968 `with-coding-priority'.
969 (Lisp and Coding Systems): Document `check-coding-systems-region'
970 and `coding-system-charset-list'.
971 (Coding System Basics): Document `coding-system-aliases'.
972
973 * elisp.texi (Top): Add a @detailmenu entry for "Character
974 Properties".
975
47dbc044
EZ
976 * objects.texi (Character Type): Correct the range of Emacs
977 characters. Add an @xref to "Character Codes".
978
979 * strings.texi (String Basics): Add an @xref to "Character Codes".
980
981 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
982
983 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
984 (Character Codes): Document `max-char'.
985
8b80cdf5
EZ
9862008-11-28 Eli Zaretskii <eliz@gnu.org>
987
988 * nonascii.texi (Text Representations, Converting Representations)
989 (Character Sets, Scanning Charsets, Translation of Characters):
990 Make text more accurate.
991
a99dceba
GM
9922008-11-28 Glenn Morris <rgm@gnu.org>
993
994 * files.texi (Format Conversion Round-Trip): Improve previous change.
995
f6dc3bed
CY
9962008-11-26 Chong Yidong <cyd@stupidchicken.com>
997
998 * modes.texi (Auto Major Mode): Fix example.
999
5da9413d
GM
10002008-11-25 Glenn Morris <rgm@gnu.org>
1001
1002 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
1003
1004 * files.texi (Format Conversion Round-Trip):
1005 Use active voice for previous change.
1006
fcca848c
CY
10072008-11-25 Chong Yidong <cyd@stupidchicken.com>
1008
1009 * os.texi (Processor Run Time):
1010 * processes.texi (Transaction Queues):
1011 * markers.texi (The Mark):
1012 * windows.texi (Choosing Window, Selecting Windows):
1013 * files.texi (Changing Files, Magic File Names):
1014 * commands.texi (Key Sequence Input):
1015 * functions.texi (Declaring Functions):
1016 * strings.texi (Predicates for Strings):
1017 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
1018
36c8dc54
CY
10192008-11-24 Chong Yidong <cyd@stupidchicken.com>
1020
1021 * help.texi (Accessing Documentation): Update example.
1022
1023 * variables.texi (Defining Variables): Note that `*' is not
1024 necessary if defcustom is used.
1025
2a79b242
EZ
10262008-11-22 Eli Zaretskii <eliz@gnu.org>
1027
1028 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
1029 Characters" from @detailmenu.
1030
1031 * nonascii.texi (Character Codes, Character Sets)
1032 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
1033 (Chars and Bytes, Splitting Characters): Sections removed.
1034
392f0d26
LK
10352008-11-22 Lute Kamstra <lute@gnu.org>
1036
1037 * positions.texi (Text Lines): Update goto-line documentation.
1038
af1a5cd5
MR
10392008-11-21 Martin Rudalics <rudalics@gmx.at>
1040
6a4cfb0c
MR
1041 * frames.texi (Frames): Fix typo, add cross references, reword.
1042 (Initial Parameters): Reword special-display-frame-alist text.
1043 (Frames and Windows): Reword. Describe argument norecord for
1044 set-frame-selected-window.
1045 (Input Focus): Describe argument norecord for select-frame.
1046 Remove comment on MS-Windows behavior for focus-follows-mouse.
1047 (Raising and Lowering): Mention windows-frames dichotomy in
1048 metaphor.
1049
af1a5cd5
MR
1050 * windows.texi (Displaying Buffers, Vertical Scrolling)
1051 (Horizontal Scrolling): Fix indenting and rewording issues
1052 introduced with 2008-11-07 change.
1053
c249fa9c
GM
10542008-11-20 Glenn Morris <rgm@gnu.org>
1055
1056 * files.texi (Format Conversion Round-Trip): Mention `preserve'
1057 element of `format-alist'.
1058
204d4665
GM
10592008-11-19 Glenn Morris <rgm@gnu.org>
1060
1061 * doclicense.texi: Update to FDL 1.3.
1062 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
1063
cc0910af
CY
10642008-11-18 Chong Yidong <cyd@stupidchicken.com>
1065
efe6e7c4
CY
1066 * windows.texi (Window Hooks): Remove *-end-trigger-functions
1067 vars, which are obsolete. Mention jit-lock-register.
1068
1069 * modes.texi (Other Font Lock Variables): Document
1070 jit-lock-register and jit-lock-unregister.
1071
cc0910af
CY
1072 * frames.texi (Color Parameters): Document alpha parameter.
1073
aeeedf76
MR
10742008-11-16 Martin Rudalics <rudalics@gmx.at>
1075
1076 * windows.texi (Splitting Windows, Deleting Windows)
1077 (Selecting Windows, Cyclic Window Ordering)
1078 (Buffers and Windows, Displaying Buffers, Choosing Window)
1079 (Dedicated Windows, Window Point, Window Start and End)
1080 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
1081 (Size of Window, Resizing Windows, Window Configurations)
1082 (Window Parameters): Avoid @var at beginning of sentences and
1083 reword accordingly.
1084
4c565c5c
LK
10852008-11-11 Lute Kamstra <lute@gnu.org>
1086
1087 * files.texi (File Name Components): Fix file-name-extension
1088 documentation.
1089
25f494c9
JB
10902008-11-11 Juanma Barranquero <lekktu@gmail.com>
1091
1092 * frames.texi (Basic Parameters): Remove display-environment-variable
1093 and term-environment-variable.
1094
a1401ab1
EZ
10952008-11-08 Eli Zaretskii <eliz@gnu.org>
1096
1097 * windows.texi (Basic Windows, Splitting Windows)
1098 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
1099 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
25f494c9
JB
1100 (Resizing Windows, Window Configurations, Window Parameters):
1101 Fix wording and markup.
a1401ab1 1102
efafc282
MR
11032008-11-07 Martin Rudalics <rudalics@gmx.at>
1104
1105 * windows.texi (Windows): Update entries.
1106 (Basic Windows): Remove listing of attributes. Reword.
86ab855a 1107 (Splitting Windows, Deleting Windows): Reword.
efafc282
MR
1108 (Selecting Windows, Cyclic Window Ordering): Reword with special
1109 emphasis on order of recently selected windows and buffer list.
86ab855a
MR
1110 (Buffers and Windows, Choosing Window): Reword with special
1111 emphasis on dedicated windows.
1112 (Displaying Buffers): Reword. For switch-to-buffer mention that
1113 it may fall back on pop-to-buffer. For other-window try to
1114 explain how it treats the cyclic ordering of windows.
efafc282
MR
1115 (Dedicated Windows): New node and section discussing dedicated
1116 windows and associated functions.
86ab855a 1117 (Window Point): Add entry for window-point-insertion-type. Reword.
efafc282
MR
1118 (Window Start and End): Rename node and section title. Reword.
1119 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
1120 Minor rewording.
1121 (Size of Window): Reword, in particular text on window-width.
1122 (Resizing Windows): Reword. Add text on balancing windows.
1123 (Window Configurations): Reword. Mention window parameters.
1124 (Window Parameters): New node and section on window parameters.
1125 (Window Hooks): Reword. Mention that
1126 window-configuration-change-hook is run "buffer-locally".
1127 * elisp.texi (Top): Update Windows entries in @detailmenu
1128 section.
1129
d60a8ab2
JB
11302008-11-04 Juanma Barranquero <lekktu@gmail.com>
1131
1132 * searching.texi (Regexp Search): Fix typo.
1133
01777627
CY
11342008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
1135
1136 * searching.texi (Regexp Search): Document GREEDY arg.
1137 (Simple Match Data): Fix return value.
1138
c4526e93
EZ
11392008-11-01 Eli Zaretskii <eliz@gnu.org>
1140
1141 * nonascii.texi (Text Representations): Rewrite to make consistent
1142 with Emacs 23 internal representation of characters. Document
1143 `unibyte-string'.
1144
fe2ae8b5
CY
11452008-10-28 Chong Yidong <cyd@stupidchicken.com>
1146
1147 * processes.texi (Process Information): Note that process-status
1148 does not accept buffer names.
1149
cc5a21e3
CY
11502008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
1151
1152 * positions.texi (Skipping Characters): Correct return value of
1153 skip-chars-forward.
1154
09460d9a
MR
11552008-10-25 Martin Rudalics <rudalics@gmx.at>
1156
520b29e7
MR
1157 * windows.texi (Deleting Windows): Update documentation of
1158 delete-windows-on.
1159 (Buffers and Windows): Update documentations of
1160 get-buffer-window and get-buffer-window-list.
1161 (Displaying Buffers): Update documentation of
1162 replace-buffer-in-windows.
1163
09460d9a
MR
1164 * buffers.texi (Current Buffer): Reword set-buffer and
1165 with-current-buffer documentations.
1166 (Creating Buffers): Reword documentation of get-buffer-create.
1167
4d48fcdc
MR
11682008-10-23 Martin Rudalics <rudalics@gmx.at>
1169
1170 * buffers.texi (Current Buffer): Reword documentation of
1171 set-buffer.
1172 (Buffer Names): Reword documentation of buffer-name.
1173 (The Buffer List): For bury-buffer explain what happens with the
1174 buffer's window.
1175 (Creating Buffers): Say that get-buffer-create's arg is called
1176 buffer-or-name.
1177
f0143c43
CY
11782008-10-22 Chong Yidong <cyd@stupidchicken.com>
1179
3e5dbbd3
CY
1180 * advice.texi (Computed Advice): Explain what DEFINITION is.
1181
f0143c43
CY
1182 * nonascii.texi (Character Codes): Remove obsolete function
1183 char-valid-p, and document characterp instead.
1184
52a94b85
MR
11852008-10-22 Martin Rudalics <rudalics@gmx.at>
1186
1187 * windows.texi (Displaying Buffers): Reword documentation of
1188 pop-to-buffer.
1189 (Choosing Window): Rewrite documentation of display-buffer and
1190 its options.
1191
f76f8246
MR
1192 * buffers.texi (Killing Buffers): Update documentation of
1193 kill-buffer.
1194
acc8b598
EZ
11952008-10-21 Eli Zaretskii <eliz@gnu.org>
1196
80e6b6df
EZ
1197 * processes.texi (Serial Ports): Fix wording and improve markup.
1198
3645358a
EZ
1199 * searching.texi (Regexp Search): Document `string-match-p' and
1200 `looking-at-p'.
1201 (POSIX Regexps): Add an xref for "non-greedy".
1202 (Regexp Special): Add @cindex entry for "non-greedy".
1203
b3d50cff 1204 * display.texi (Attribute Functions): Document `face-all-attributes'.
bf190568 1205 (Image Cache) <image-refresh>: Minor wording fixes.
b3d50cff 1206
73b7530a
EZ
1207 * frames.texi (Color Names): Add an xref to `read-color'.
1208
1209 * minibuf.texi (High-Level Completion): Document `read-color'.
1210
acc8b598
EZ
1211 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
1212
1213 * positions.texi (Narrowing): Add an xref to "Swapping Text".
1214
1215 * buffers.texi (Swapping Text): New section, documents
1216 `buffer-swap-text'.
1217
10e187e8
MR
12182008-10-21 Martin Rudalics <rudalics@gmx.at>
1219
1220 * windows.texi (Resizing Windows): Minor wording fix.
1221
fd6f900c
EZ
12222008-10-20 Eli Zaretskii <eliz@gnu.org>
1223
1224 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
1225 and `combine-and-quote-strings'.
1226
1227 * strings.texi (Creating Strings): Add xrefs for them.
1228
e4372165
EZ
12292008-10-19 Eli Zaretskii <eliz@gnu.org>
1230
d6328fba
EZ
1231 * elisp.texi (Top): Make descriptive text for "Reading File Names"
1232 match the corresponding menu in minibuf.texi.
1233
e4372165
EZ
1234 * minibuf.texi (Reading File Names): Document `read-shell-command'
1235 and `minibuffer-local-shell-command-map'.
1236
5d8dda33
MR
12372008-10-19 Martin Rudalics <rudalics@gmx.at>
1238
1239 * windows.texi (Resizing Windows): Remove var{} around "window" in
1240 documentation of enlarge-window.
1241 Rewrite documentation of window-min-height and window-min-width.
1242
437706cd
EZ
12432008-10-19 Eli Zaretskii <eliz@gnu.org>
1244
80f85d7c
EZ
1245 * functions.texi (Calling Functions): Document `apply-partially'.
1246
291703b5
EZ
1247 * hooks.texi (Standard Hooks): Mention
1248 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
1249
1250 * variables.texi (File Local Variables): Document
1251 `file-local-variables-alist', `before-hack-local-variables-hook'
1252 and `hack-local-variables-hook'.
1253
583d8b3c
EZ
1254 * processes.texi (Synchronous Processes): Document `process-lines'.
1255
437706cd 1256 * customize.texi (Variable Definitions): Document
583d8b3c 1257 `custom-reevaluate-setting'.
437706cd 1258
7e51d89b
MR
12592008-10-18 Martin Rudalics <rudalics@gmx.at>
1260
1261 * windows.texi (Choosing Window, Deleting Windows)
1262 (Displaying Buffers): Expand documentation of dedicated windows.
1263
43c59a3d
EZ
12642008-10-18 Eli Zaretskii <eliz@gnu.org>
1265
018a960d
EZ
1266 * files.texi (Changing Files): Document symbolic input of file
1267 modes to `set-file-modes'. Document `read-file-modes' and
1268 `file-modes-symbolic-to-number'.
1269
2c0b8144
EZ
1270 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
1271 and `search-map'.
1272
80120f13
EZ
1273 * searching.texi (Search and Replace): Document
1274 `replace-search-function' and `replace-re-search-function'.
2c0b8144 1275 Document `multi-query-replace-map'.
80120f13 1276
6d4913f0
EZ
1277 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
1278 (Completion Commands, Reading File Names): Rename
1279 `minibuffer-local-must-match-filename-map' to
1280 `minibuffer-local-filename-must-match-map'.
1281 (Minibuffer Completion): The `require-match' argument to
1282 `completing-read' can now have the value `confirm-only'.
1283
43c59a3d
EZ
1284 * windows.texi (Displaying Buffers): Minor wording fix.
1285 (Choosing Window): `split-height-threshold' can now be nil.
1286 Document `split-width-threshold'. `pop-up-frames' can have the
1287 value `graphic-only'.
1288
f36acfd9
EZ
12892008-10-17 Eli Zaretskii <eliz@gnu.org>
1290
1291 * os.texi (Startup Summary): Document `before-init-time' and
1292 `after-init-time'. Document `initial-window-system' and
1293 `window-system-initialization-alist'. Document reading the
1294 abbrevs file. Document the call to `server-start' under --daemon.
1295 Rearrange a bit to be consistent with the code flow.
53728487
EZ
1296 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
1297 (Time Parsing): Document `format-seconds'.
f36acfd9 1298
96995b89
MR
12992008-10-17 Martin Rudalics <rudalics@gmx.at>
1300
1301 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
1302 and reword.
1303
2de17c73
EZ
13042008-10-16 Eli Zaretskii <eliz@gnu.org>
1305
1306 * markers.texi (The Mark): Document use-region-p.
1307
9cf52b11
EZ
13082008-10-15 Eli Zaretskii <eliz@gnu.org>
1309
c3aaf1d7
EZ
1310 * internals.texi (Writing Emacs Primitives): The interactive spec
1311 of a primitive can be a Lisp form.
1312
841a1743
EZ
1313 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
1314 values of transient-mark-mode. Document handle-shift-selection.
1315
1316 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
1317 (Interactive Examples): Show an example of `^'.
1318 (Key Sequence Input): Document this-command-keys-shift-translated.
c3aaf1d7
EZ
1319 (Defining Commands, Using Interactive): The interactive-form of a
1320 function can be added via its symbol's property.
841a1743 1321
52441368
EZ
1322 * positions.texi (List Motion): beginning-of-defun-function can
1323 now accept an argument.
1324
8e8c1a72
EZ
1325 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
1326 now return a list of strings.
1327
a33a1f2a
EZ
1328 * control.texi (Handling Errors): Document ignore-errors.
1329
4fb04348
EZ
1330 * frames.texi (Creating Frames): Document frame-inherited-parameters.
1331 (Parameter Access): Document set-frame-parameter.
1332
ee666f84
EZ
1333 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
1334 Hooks" for the effect of kill-all-local-variables on local hook
1335 functions.
1336
9cf52b11
EZ
1337 * modes.texi (Major Mode Conventions, Mode Line Variables):
1338 `mode-name' need not be a string. xref to "Mode Line Data" for
1339 details, and to "Emulating Mode Line" for computing a string
1340 value.
1341
22526bc4
EZ
13422008-10-14 Eli Zaretskii <eliz@gnu.org>
1343
a65f6a85
EZ
1344 * processes.texi (System Processes): New section.
1345 (Processes, Signals to Processes): Add xrefs to it.
1346
1347 * objects.texi (Editing Types): A `process' is a subprocess of
1348 Emacs, not just any process running on the OS.
1349
1350 * elisp.texi (Top): Adjust the @detailmenu for the above two
1351 changes.
1352
2724b26a
EZ
1353 * sequences.texi (Char-Tables): Remove documentation of
1354 set-char-table-default, which has no effect since Emacs 23.
1355 <char-table-range, set-char-table-range>: Don't mention generic
1356 characters and charsets. Add a cons cell as a possible argument.
1357
1358 * nonascii.texi (Splitting Characters)
1359 (Translation of Characters): Don't mention generic characters.
1360
1361 * display.texi (Fontsets): Don't mention generic characters.
1362
22526bc4 1363 * sequences.texi (Char-Tables): `map-char-table' can now call its
25f494c9 1364 argument FUNCTION with a cons cell as KEY.
22526bc4 1365
eaf4b689
EZ
13662008-10-13 Eli Zaretskii <eliz@gnu.org>
1367
45e46036
EZ
1368 * objects.texi (Primitive Function Type): Move "@cindex special
1369 forms" from here...
1370
1371 * eval.texi (Special Forms): ...to here.
1372
1373 * functions.texi (What Is a Function): `functionp' returns nil for
1374 special forms. Add an xref.
1375
eaf4b689
EZ
1376 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
1377 Variables".
1378
1379 * variables.texi (Frame-Local Variables): New section.
1380 (Buffer-Local Variables): Add an xref to it.
1381 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
1382 have both frame-local and buffer-local binding.
1383
1384 * frames.texi (Frames): Mention multiple tty frames.
1385 (Frame Parameters, Parameter Access): Mention frame-local variable
1386 bindings.
1387
15688fce
GM
13882008-09-20 Glenn Morris <rgm@gnu.org>
1389
1390 * display.texi (Defining Faces): Recommend against face variables.
1391
35539065
JB
13922008-09-16 Juanma Barranquero <lekktu@gmail.com>
1393
1394 * display.texi (Echo Area Customization): Fix typo.
1395
6a57054b
JB
13962008-09-09 Juanma Barranquero <lekktu@gmail.com>
1397
1398 * loading.texi (Where Defined): Add `defface' item.
1399
d632fb82
MR
14002008-09-06 Martin Rudalics <rudalics@gmx.at>
1401
1402 * loading.texi (Where Defined): Fix description of symbol-file.
1403
905a9adb
JR
14042008-08-26 Jason Rumney <jasonr@gnu.org>
1405
1406 * display.texi (TIFF Images): New section describing :index property.
1407
852e91b7
CY
14082008-08-23 Chong Yidong <cyd@stupidchicken.com>
1409
1410 * display.texi (Temporary Displays): Remove unnecessary comment
1411 about usage of temp-buffer-show-hook.
1412
6be001ee
CY
14132008-08-05 Chong Yidong <cyd@stupidchicken.com>
1414
1415 * symbols.texi (Other Plists): Fix incorrect example.
1416 Suggested by Florian Beck.
1417
58e3d8e8
JB
14182008-07-31 Juanma Barranquero <lekktu@gmail.com>
1419
1420 * os.texi: Fix previous change.
1421
7c2fb837
DN
14222008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
1423
1424 * os.texi:
1425 * intro.texi:
1426 * files.texi: Remove VMS support.
1427
9e2a2647
DN
14282008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
1429
1430 * os.texi:
1431 * frames.texi:
1432 * display.texi: Remove mentions of Mac Carbon.
1433
c4f4682b
MB
14342008-07-01 Miles Bader <miles@gnu.org>
1435
1436 * text.texi (Special Properties):
1437 * display.texi (Truncation): Add wrap-prefix and line-prefix.
1438
3696411e
JB
14392008-06-28 Johan Bockgård <bojohan@gnu.org>
1440
1441 * display.texi (Other Image Types): Fix copy/paste error; say
1442 "PBM", not "XBM".
1443
f2a77c3a
DN
14442008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
1445
1446 * os.texi: Remove references to obsolete systems.
1447
6d52677d
EZ
14482008-06-20 Eli Zaretskii <eliz@gnu.org>
1449
1450 * makefile.w32-in (distclean): Remove makefile.
1451
1a87da4c
GM
14522008-06-17 Glenn Morris <rgm@gnu.org>
1453
1454 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
1455 (elisp, dist): Remove rules and variables that are obsolete now
1456 the lisp manual is no longer distributed separately.
1457
fdda1c5d
GM
14582008-06-16 Glenn Morris <rgm@gnu.org>
1459
646692e9
GM
1460 * configure, configure.in, mkinstalldirs: Remove unused files.
1461
1462 * book-spine.texinfo: Set version to 23.0.60.
fdda1c5d 1463 * vol1.texi (EMACSVER):
6a57054b 1464 * vol2.texi (EMACSVER): Set to 23.0.60.
fdda1c5d
GM
1465
1466 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
1467 as per maintain.info.
1468
611bee81
GM
14692008-06-15 Glenn Morris <rgm@gnu.org>
1470
a7bed3a0
GM
1471 * makefile.w32-in (manual): Use "23" rather than "21".
1472
1473 * Makefile.in (emacsver): New, set by configure.
1474 (manual): Use emacsver.
1475
d794edf2
GM
1476 * intro.texi: Report bugs using M-x report-emacs-bug.
1477
611bee81
GM
1478 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
1479
c73e02fa
GM
14802008-06-13 Daniel Engeler <engeler@gmail.com>
1481
1482 * elisp.texi, internals.texi, processes.texi: Add documentation
1483 about serial port access.
1484
e40a85cd
MB
14852008-06-05 Miles Bader <miles@gnu.org>
1486
1487 * display.texi (Displaying Faces): Update to reflect function
1488 renamings in face-remap.el.
1489
7b753744
JB
14902008-06-05 Juanma Barranquero <lekktu@gmail.com>
1491
1492 * display.texi (Fontsets): Fix typos.
1493
9d3d42fb
MB
14942008-06-03 Miles Bader <miles@gnu.org>
1495
7b753744
JB
1496 * display.texi (Displaying Faces): Add add-relative-face-remapping,
1497 remove-relative-face-remapping, set-base-face-remapping,
1498 and set-default-base-face-remapping.
9d3d42fb 1499
f2cec7a9
MB
15002008-06-01 Miles Bader <miles@gnu.org>
1501
1502 * display.texi (Displaying Faces): Add face-remapping-alist.
1503
8f39c96d
SM
15042008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1505
1506 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
1507 variable names.
1508
1ef5eecc
ER
15092008-05-03 Eric S. Raymond <esr@golux>
1510
352c8b4a 1511 * keymaps.texi: Clarify that (current-local-map) and
1ef5eecc
ER
1512 (current-global-map) return references, not copies.
1513
63b4387f
JL
15142008-05-02 Juri Linkov <juri@jurta.org>
1515
1516 * minibuf.texi (Text from Minibuffer): Document a list of
1517 default values for `read-from-minibuffer'.
1518
38a8b703
JB
15192008-04-24 Juanma Barranquero <lekktu@gmail.com>
1520
1521 * nonascii.texi (Translation of Characters): Fix previous change.
1522
7c42e639
CY
15232008-04-20 Chong Yidong <cyd@stupidchicken.com>
1524
1525 * display.texi (Overlay Properties): Clarify role of underlying
1526 textprop and overlay keymaps for display strings.
1527
1528 * keymaps.texi (Active Keymaps): Ditto.
1529
25c0d999
SM
15302008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
1531
1532 * minibuf.texi (Programmed Completion):
1533 Replace dynamic-completion-table with the new completion-table-dynamic.
1534
e3af5968
CY
15352008-04-07 Chong Yidong <cyd@stupidchicken.com>
1536
1537 * intro.texi (Some Terms): Change "fonts in this manual" index
1538 entry to "typographic conventions".
1539
6bfc8698
EZ
15402008-04-05 Eli Zaretskii <eliz@gnu.org>
1541
1542 * objects.texi (Text Props and Strings): Add indexing for read
1543 syntax of text properties.
1544
4972c361
SM
15452008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
1546
1547 * processes.texi (Decoding Output): Remove process-filter-multibyte
1548 functions.
1549
c70a68db
MR
15502008-03-15 Martin Rudalics <rudalics@gmx.at>
1551
1552 * display.texi (Finding Overlays): Say that empty overlays at
1553 the end of the buffer are reported too.
1554
1291fd36
GM
15552008-03-13 Glenn Morris <rgm@gnu.org>
1556
1557 * elisp.texi (EMACSVER): Set to 23.0.60.
1558
c6b0dfd5
CY
15592008-02-26 Chong Yidong <cyd@stupidchicken.com>
1560
38a8b703 1561 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
c6b0dfd5 1562
875fc30c
GM
15632008-02-22 Glenn Morris <rgm@gnu.org>
1564
1565 * frames.texi (Position Parameters): Clarify the description of
1566 `left' and `top', using information from "Geometry".
1567 (Geometry): Give a pointer to "Position Parameters", rather than
1568 repeating information.
1569
d8c8e45a
GM
15702008-02-11 Glenn Morris <rgm@gnu.org>
1571
1572 * objects.texi (Equality Predicates): No longer talk about "two"
1573 functions.
1574
38a8b703 15752008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
d8c8e45a
GM
1576
1577 * objects.texi (Equality Predicates): Add defun for
1578 equal-including-properties.
1579
bfffe0b1
GM
15802008-02-10 Glenn Morris <rgm@gnu.org>
1581
1582 * objects.texi (Equality Predicates):
1583 Mention equal-including-properties.
1584
431b78c9
RS
15852008-02-07 Richard Stallman <rms@gnu.org>
1586
1587 * windows.texi (Window Start): Mention the feature of moving
1588 window-start to start of line.
1589
c8763fb6 15902008-02-07 Jan Djärv <jan.h.d@swipnet.se>
eafa12e6
JD
1591
1592 * keymaps.texi (Tool Bar): Document rtl property.
1593
1a256502
TTN
15942008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
1595
1596 * display.texi (Button Types):
1597 For define-button-type, clarify type of NAME.
1598
569382c2
MR
15992008-01-19 Martin Rudalics <rudalics@gmx.at>
1600
1601 * buffers.texi (Buffer Modification): Fix typo.
1602
f3041af1
DN
16032008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
1604
1605 * os.texi (System Environment): Remove references to OSes that are
1606 not supported anymore.
1607
d35e1cd7
DN
16082008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
1609
1610 * os.texi (System Environment): Remove mention for Masscomp.
1611
23af7580
RS
16122008-01-04 Richard Stallman <rms@gnu.org>
1613
1614 * display.texi (Faces): Don't talk about internal face vector as arg
1615 to facep.
1616
1617 * customize.texi (Type Keywords): Fix previous change.
1618
1619 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
1620 * elisp.texi (Top): Fix menu for commands.texi change.
1621
ec7d5b1e
RS
16222007-12-30 Richard Stallman <rms@gnu.org>
1623
1624 * commands.texi (Accessing Mouse): Renamed from Accessing Events.
1625 (Accessing Scroll): New node broken out of Accessing Mouse.
1626
101a6cea
RS
16272007-12-28 Richard Stallman <rms@gnu.org>
1628
1629 * frames.texi (Size Parameters): Fix typo.
7f9e0c04 1630 (Basic Parameters): For `title', refer to title bar.
041817a4 1631 (Size and Position): Explain meaning of frame pixel width and height.
101a6cea 1632
72b7e664
RS
16332007-12-23 Richard Stallman <rms@gnu.org>
1634
1635 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
1636 Improve some of the commented-out keywords' text too.
1637
27a4f445
MR
16382007-12-14 Martin Rudalics <rudalics@gmx.at>
1639
e2e3f1d7
MR
1640 * nonascii.texi (Encoding and I/O): Reword to avoid saying
1641 "visit the current buffer".
1642
27a4f445
MR
1643 * os.texi (System Interface): Fix typo.
1644
a2afc99d
RS
16452007-12-04 Richard Stallman <rms@gnu.org>
1646
1647 * objects.texi (Symbol Type): Fix typo.
1648
b694135c
RS
16492007-12-03 Richard Stallman <rms@gnu.org>
1650
1651 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
1652
f99a19da
GM
16532007-12-01 Glenn Morris <rgm@gnu.org>
1654
1655 * functions.texi (Declaring Functions): Improve previous change.
1656
8f4b37d8
GM
16572007-11-30 Glenn Morris <rgm@gnu.org>
1658
1659 * functions.texi (Declaring Functions): Add optional fourth
1660 argument of declare-function, and setting third argument to `t'.
1661
61a2fe01
RS
16622007-11-29 Richard Stallman <rms@gnu.org>
1663
1664 * customize.texi (Composite Types): Document `group' type.
1665
cbfc5193
GM
16662007-11-29 Glenn Morris <rgm@gnu.org>
1667
1668 * functions.texi (Declaring Functions): Add findex. Mention
1669 `external' files.
1670
8386283a
JB
16712007-11-26 Juanma Barranquero <lekktu@gmail.com>
1672
1673 * functions.texi (Declaring Functions): Fix directive.
1674
a07c9a8b
RS
16752007-11-25 Richard Stallman <rms@gnu.org>
1676
1677 * help.texi (Help Functions): Clean up last change.
1678
1679 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
1680
1681 * loading.texi (Named Features): Minor cleanup.
1682
1683 * macros.texi (Eval During Expansion): Minor cleanup.
1684
1685 * variables.texi (Variable Aliases): Minor cleanup.
1686
a0925923
RS
16872007-11-24 Richard Stallman <rms@gnu.org>
1688
1689 * functions.texi (Declaring Functions): Clarify previous change.
1690
1691 * compile.texi (Compiler Errors): Clarify previous change.
1692
20c63e44
RS
16932007-11-24 Richard Stallman <rms@gnu.org>
1694
e5e76c04 1695 * display.texi (Refresh Screen, Forcing Redisplay):
20c63e44
RS
1696 Clarify the text and move items around.
1697
5bb0cda3
GM
16982007-11-24 Glenn Morris <rgm@gnu.org>
1699
1700 * functions.texi (Declaring Functions): New section.
1701 * compile.texi (Compiler Errors): Mention declaring functions,
1702 defvar with no initvalue, and byte-compile-warnings.
1703
af13c86a
MR
17042007-11-15 Martin Rudalics <rudalics@gmx.at>
1705
1706 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
1707 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
1708
a5373305
MR
17092007-11-13 Martin Rudalics <rudalics@gmx.at>
1710
1711 * help.texi (Help Functions): Document new macro `with-help-window'.
1712
fe284805
JL
17132007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
1714
1715 * searching.texi (Replacing Match): Describe new
1716 `match-substitute-replacement'.
1717
2c3a09b1
RS
17182007-10-31 Richard Stallman <rms@gnu.org>
1719
1720 * strings.texi (Creating Strings): Null strings from concat not unique.
1721
f2b480f4
RS
17222007-10-26 Richard Stallman <rms@gnu.org>
1723
1724 * objects.texi (Equality Predicates): Null strings are uniquified.
1725
1726 * minibuf.texi: Minor clarifications in previous change.
1727
db21122c
GM
17282007-10-25 Glenn Morris <rgm@gnu.org>
1729
1730 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
1731
2328cbb3
RS
17322007-10-24 Richard Stallman <rms@gnu.org>
1733
1734 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
1735
1736 * variables.texi (Frame-Local Variables): Node deleted.
1737 (Variables): Delete Frame-Local Variables from menu.
1738 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
1739 (Default Value): Don't mention frame-local vars.
1740
1741 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
1742
1743 * loading.texi (Unloading): Document FEATURE-unload-function
1744 instead of FEATURE-unload-hook.
1745
2328cbb3
RS
1746 * frames.texi (Multiple Displays): Don't mention frame-local vars.
1747
c066bafa
JL
17482007-10-22 Juri Linkov <juri@jurta.org>
1749
1750 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
1751 (High-Level Completion): Document a list of default value strings
1752 in the DEFAULT argument, for which minibuffer functions return the
1753 first element.
1754
65ced25f
JL
17552007-10-17 Juri Linkov <juri@jurta.org>
1756
1757 * text.texi (Filling): Update arguments of fill-paragraph.
1758 fill-paragraph operates on the active region in Transient Mark mode.
1759 Remove fill-paragraph-or-region.
1760
ee46ec8e
KB
17612007-10-13 Karl Berry <karl@gnu.org>
1762
1763 * elisp.texi (@dircategory): Move to after @copying,
1764 since we want @copying as close as possible to the beginning of
1765 the output.
1766
61bbdbc6
RS
17672007-10-12 Richard Stallman <rms@gnu.org>
1768
1769 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
1770
1771 * commands.texi (Distinguish Interactive): New node,
1772 broken out from Interactive Call and rewritten.
1773 (Command Loop): Put Distinguish Interactive in menu.
1774
af23e1e8
RS
17752007-10-09 Richard Stallman <rms@gnu.org>
1776
1777 * text.texi (Examining Properties): Mention overlay priority.
1778
1779 * display.texi (Display Margins): Correct the description
1780 of margin display specifications.
1781 (Replacing Specs): New subnode broken out of Display Property.
1782
e1965a69
JL
17832007-10-06 Juri Linkov <juri@jurta.org>
1784
1785 * text.texi (Filling): Document fill-paragraph-or-region.
1786
4638454b
JB
17872007-10-05 Juanma Barranquero <lekktu@gmail.com>
1788
1789 * display.texi (Auto Faces): Fix typo.
1790
7ed54cc5
RS
17912007-10-02 Richard Stallman <rms@gnu.org>
1792
1793 * display.texi (Display Property): Explain some display specs
1794 don't let you move point in.
1795
1796 * frames.texi (Cursor Parameters): Describe
1797 cursor-in-non-selected-windows here. Explain more values.
1798
1799 * windows.texi (Basic Windows): Don't describe
1800 cursor-in-non-selected-windows here.
1801
305a7ef2
EZ
18022007-10-01 Eli Zaretskii <eliz@gnu.org>
1803
1804 * processes.texi (Misc Network): Note that these functions are
1805 supported only on some systems.
1806
f7a7f4eb
RS
18072007-10-01 Richard Stallman <rms@gnu.org>
1808
1809 * display.texi (Overlay Properties): Explain nil as priority.
1810 Explain that conflicts are unpredictable if not resolved by
1811 priorities.
1812
780d7bb9
RS
18132007-09-23 Richard Stallman <rms@gnu.org>
1814
1815 * macros.texi (Backquote): Minor clarification.
1816
14b4fdfb
RS
18172007-09-19 Richard Stallman <rms@gnu.org>
1818
1819 * display.texi (Display Property): Explain multiple display specs.
9600ac7c
RS
1820 Clarify when they work in parallel and when one overrides.
1821 Fix error in example.
14b4fdfb 1822
b8d4c8d0
GM
18232007-09-06 Glenn Morris <rgm@gnu.org>
1824
b3e755a9 1825 Move from lispref/ to doc/lispref/. Change all setfilename
b8d4c8d0
GM
1826 commands to use ../../info.
1827 * Makefile.in (infodir): Go up one more level.
4638454b 1828 (usermanualdir): Change from ../man to ../emacs.
b8d4c8d0
GM
1829 (miscmanualdir): New.
1830 (dist): Use new variable miscmanualdir.
1831 * makefile.w32-in (infodir, texinputdir): Go up one more level.
1832 (usermanualdir): Change from ../man to ../emacs.
1833
1bb1f7d3
MR
18342007-08-30 Martin Rudalics <rudalics@gmx.at>
1835
1836 * commands.texi (Command Loop Info): Advise against changing
1837 most variables described here. Explain new variable
1838 last-repeatable-command.
1839
b8d4c8d0
GM
18402007-08-29 Glenn Morris <rgm@gnu.org>
1841
1842 * elisp.texi (EMACSVER): Increase to 23.0.50.
1843
18442007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
1845
1846 * frames.texi (Basic Parameters): Add display-environment-variable
1847 and term-environment-variable.
1848
18492007-08-28 Juri Linkov <juri@jurta.org>
1850
1851 * display.texi (Image Formats, Other Image Types): Add SVG.
1852
18532007-08-28 Juri Linkov <juri@jurta.org>
1854
1855 * display.texi (Images): Move formats-related text to new node
1856 "Image Formats".
1857 (Image Formats): New node.
1858
619fb9ee
RS
18592007-08-27 Richard Stallman <rms@gnu.org>
1860
1861 * windows.texi (Window Configurations): Clarify what
1862 a window configuration saves.
1863
b8d4c8d0
GM
18642007-08-25 Richard Stallman <rms@gnu.org>
1865
1866 * display.texi (Images): Delete redundant @findex.
1867
18682007-08-16 Richard Stallman <rms@gnu.org>
1869
1870 * processes.texi (Asynchronous Processes): Clarify
1871 doc of start-file-process.
1872
18732007-08-08 Martin Rudalics <rudalics@gmx.at>
1874
1875 * modes.texi (Example Major Modes): Fix typo.
1876
18772007-08-08 Glenn Morris <rgm@gnu.org>
1878
1879 * intro.texi (nil and t): Do not use `iff' in documentation.
1880
1881 * tips.texi (Documentation Tips): Recommend against `iff'.
1882
18832007-08-07 Chong Yidong <cyd@stupidchicken.com>
1884
1885 * display.texi (Image Cache): Document image-refresh.
1886
18872007-08-06 Martin Rudalics <rudalics@gmx.at>
1888
1889 * windows.texi (Size of Window): Document window-full-width-p.
1890
18912007-07-25 Glenn Morris <rgm@gnu.org>
1892
1893 * gpl.texi (GPL): Replace license with GPLv3.
1894
1895 * Relicense all FSF files to GPLv3 or later.
1896
18972007-07-24 Michael Albinus <michael.albinus@gmx.de>
1898
4638454b
JB
1899 * processes.texi (Synchronous Processes):
1900 Add `process-file-shell-command'.
b8d4c8d0
GM
1901 (Asynchronous Processes): Mention restricted use of
1902 `process-filter' and `process-sentinel' in
1903 `start-file-process'. Add `start-file-process-shell-command'.
1904
19052007-07-17 Michael Albinus <michael.albinus@gmx.de>
1906
1907 * files.texi (Magic File Names): Introduce optional parameter
1908 IDENTIFICATION for `file-remote-p'.
1909
19102007-07-16 Richard Stallman <rms@gnu.org>
1911
1912 * display.texi (Defining Faces): Fix previous change.
1913
19142007-07-14 Richard Stallman <rms@gnu.org>
1915
1916 * control.texi (Handling Errors): Document `debug' in handler list.
1917
19182007-07-10 Richard Stallman <rms@gnu.org>
1919
1920 * display.texi (Defining Faces): Explain C-M-x feature for defface.
1921
19222007-07-09 Richard Stallman <rms@gnu.org>
1923
1924 * files.texi (Magic File Names): Rewrite previous change.
1925
19262007-07-08 Michael Albinus <michael.albinus@gmx.de>
1927
1928 * files.texi (Magic File Names): Introduce optional parameter
1929 CONNECTED for `file-remote-p'.
1930
19312007-07-07 Michael Albinus <michael.albinus@gmx.de>
1932
1933 * processes.texi (Asynchronous Processes):
1934 * files.texi (Magic File Names): Add `start-file-process'.
1935
19362007-06-27 Richard Stallman <rms@gnu.org>
1937
1938 * files.texi (Format Conversion Piecemeal): Clarify
1939 `after-insert-file-functions' calling convention.
1940
19412007-06-27 Michael Albinus <michael.albinus@gmx.de>
1942
4638454b
JB
1943 * files.texi (Magic File Names): Remove `dired-call-process'.
1944 Add `process-file'.
b8d4c8d0
GM
1945
19462007-06-27 Kenichi Handa <handa@m17n.org>
1947
1948 * text.texi (Special Properties): Fix description about
4638454b 1949 `composition' property.
b8d4c8d0
GM
1950
19512007-06-26 Kenichi Handa <handa@m17n.org>
1952
1953 * nonascii.texi (Default Coding Systems): Document about the
1954 return value `undecided'.
1955
19562007-06-25 David Kastrup <dak@gnu.org>
1957
1958 * keymaps.texi (Active Keymaps): Document new POSITION argument of
1959 `current-active-maps'.
1960
19612007-06-24 Karl Berry <karl@gnu.org>
1962
4638454b 1963 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
b8d4c8d0
GM
1964
19652007-06-15 Juanma Barranquero <lekktu@gmail.com>
1966
1967 * display.texi (Overlay Arrow): Doc fix.
1968
19692007-06-14 Karl Berry <karl@tug.org>
1970
1971 * anti.texi (Antinews): Typo.
1972
19732007-06-14 Chong Yidong <cyd@stupidchicken.com>
1974
1975 * display.texi (Image Cache): Document image-refresh.
1976
19772007-06-12 Karl Berry <karl@gnu.org>
1978
1979 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
1980 * two-volume.make: New file.
1981 * .cvsignore: Ignore two-volume files.
1982
19832007-06-12 Tom Tromey <tromey@redhat.com>
1984
1985 * os.texi (Init File): Document user-emacs-directory.
1986
19872007-06-03 Nick Roberts <nickrob@snap.net.nz>
1988
1989 * commands.texi (Click Events): Describe width and height when
1990 object is nil.
1991
19922007-05-30 Nick Roberts <nickrob@snap.net.nz>
1993
1994 * commands.texi (Click Events): Layout more logically. Describe
1995 width and height.
1996 (Drag Events, Motion Events): Update to new format for position.
1997
19982007-06-02 Richard Stallman <rms@gnu.org>
1999
2000 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
2001
20022007-06-02 Chong Yidong <cyd@stupidchicken.com>
2003
2004 * Version 22.1 released.
2005
20062007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2007
2008 * text.texi (Special Properties): Correct meaning of fontified face.
2009
20102007-05-30 Richard Stallman <rms@gnu.org>
2011
2012 * text.texi (Special Properties): Add link to Adjusting Point.
2013
20142007-05-12 Richard Stallman <rms@gnu.org>
2015
2016 * text.texi (Margins): indent-to-left-margin is not the default.
2017 (Mode-Specific Indent): For indent-line-function, the default
2018 is indent-relative.
2019
2020 * modes.texi (Example Major Modes): Explain last line of text-mode
2021 is redundant.
2022
20232007-05-10 Richard Stallman <rms@gnu.org>
2024
2025 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
2026
2027 * help.texi (Keys in Documentation): Add reference to
2028 Documentation Tips.
2029
2030 * files.texi (Format Conversion): TO-FN gets three arguments.
2031
2032 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
2033
20342007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
2035
2036 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
2037 * files.texi (Format Conversion): Expand intro; add menu.
2038 (Format Conversion Overview, Format Conversion Round-Trip)
2039 (Format Conversion Piecemeal): New nodes/subsections.
2040 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
2041 * text.texi (Text Properties): Remove "Saving Properties" from menu.
2042 (Saving Properties): Delete node/subsection.
2043
20442007-05-07 Karl Berry <karl@gnu.org>
2045
2046 * elisp.texi (EMACSVER): Back to 22.
2047
20482007-05-06 Richard Stallman <rms@gnu.org>
2049
2050 * processes.texi (Accepting Output): Revert most of previous change.
2051
20522007-05-05 Richard Stallman <rms@gnu.org>
2053
2054 * processes.texi (Accepting Output): accept-process-output
2055 uses microseconds, not milliseconds. But that arg is obsolete.
2056
20572007-05-04 Karl Berry <karl@tug.org>
2058
2059 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
2060
20612007-05-04 Eli Zaretskii <eliz@gnu.org>
2062
2063 * tips.texi (Documentation Tips): Rearrange items to place the
2064 more important ones first. Add an index entry for hyperlinks.
2065
20662007-05-03 Karl Berry <karl@gnu.org>
2067
2068 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
2069 (EMACSVER) [smallbook]: 22 for printed version.
2070
2071 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
2072 so restore anchor to normal position after defun. Found by Kevin Ryde.
2073
20742007-04-26 Glenn Morris <rgm@gnu.org>
2075
2076 * elisp.texi (EMACSVER): Increase to 22.1.50.
2077
20782007-04-28 Karl Berry <karl@gnu.org>
2079
2080 * elisp.texi: Improve line breaks on copyright page,
2081 similar layout to emacs manual, 8.5x11 by default.
2082
20832007-04-24 Richard Stallman <rms@gnu.org>
2084
2085 * text.texi (Special Properties): Add xref to Overlay Properties.
2086
2087 * display.texi (Overlay Properties): Add xref to Special Properties.
2088
20892007-04-22 Richard Stallman <rms@gnu.org>
2090
2091 * keymaps.texi (Extended Menu Items): Move the info about
2092 format with cached keyboard binding.
2093
20942007-04-21 Richard Stallman <rms@gnu.org>
2095
2096 * text.texi (Special Properties): Clarify previous change.
2097
2098 * files.texi (File Name Expansion): Clarify previous change.
2099
2100 * display.texi (Attribute Functions): Fix example for
2101 face-attribute-relative-p.
2102
21032007-04-19 Kenichi Handa <handa@m17n.org>
2104
2105 * text.texi (Special Properties): Document composition property.
2106
21072007-04-19 Glenn Morris <rgm@gnu.org>
2108
2109 * files.texi (File Name Expansion): Mention "superroot".
2110
21112007-04-15 Chong Yidong <cyd@stupidchicken.com>
2112
2113 * frames.texi (Multiple Displays): Add note about "multi-monitor"
2114 setups.
2115 (Display Feature Testing): Note that display refers to all
2116 physical monitors for multi-monitor setups.
2117
21182007-04-14 Richard Stallman <rms@gnu.org>
2119
2120 * lists.texi (Sets And Lists): Clarify `delete' examples.
2121 Remove spurious xref to same node.
2122 Clarify xref for add-to-list.
2123
21242007-04-12 Nick Roberts <nickrob@snap.net.nz>
2125
2126 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
2127 value of lisp-mode-map.
2128
21292007-04-11 Karl Berry <karl@gnu.org>
2130
2131 * anti.texi (Antinews):
2132 * display.texi (Overlay Properties, Defining Images):
2133 * processes.texi (Synchronous Processes, Sentinels):
2134 * syntax.texi (Syntax Table Internals):
2135 * searching.texi (Regexp Special):
2136 * nonascii.texi (Default Coding Systems):
2137 * text.texi (Special Properties):
2138 * minibuf.texi (Basic Completion): Wording to improve breaks in
2139 8.5x11 format.
2140 * elisp.texi (smallbook): New @set to more easily switch between
2141 smallbook and 8.5x11.
2142
21432007-04-11 Richard Stallman <rms@gnu.org>
2144
2145 * text.texi (Lazy Properties): Minor fix.
2146
21472007-04-08 Karl Berry <karl@gnu.org>
2148
2149 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
2150 * macros.texi (Backquote): Downcase Backquote in index entries for
2151 consistency.
2152
21532007-04-08 Richard Stallman <rms@gnu.org>
2154
2155 * text.texi (Adaptive Fill): Just describe default,
2156 don't show it (since it contains non-ASCII chars).
2157
21582007-04-07 Karl Berry <karl@gnu.org>
2159
2160 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
2161 adaptive-fill-regexp's value, since they are not in the standard
2162 TeX fonts.
2163
21642007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
2165
2166 * display.texi (Defining Faces): Fix example.
2167
21682007-04-07 Karl Berry <karl@gnu.org>
2169
2170 * display.texi (Button Buffer Commands): Improve page break.
2171
21722007-04-07 Richard Stallman <rms@gnu.org>
2173
2174 * advice.texi (Activation of Advice): Remove redundant index entry.
2175
2176 * backups.texi: Improve index entries. Remove redundant ones.
2177
2178 * compile.texi (Byte Compilation): Improve index entry.
2179
2180 * hash.texi (Creating Hash): Improve index entry.
2181
2182 * symbols.texi (Definitions): Improve index entry.
2183
2184 * edebug.texi: Improve index entries. Remove redundant/useless ones.
2185
2186 * maps.texi (Standard Keymaps): Remove useless index entry.
2187
2188 * help.texi (Documentation Basics): Remove redundant index entries.
2189
2190 * customize.texi: Improve index entries.
2191 Remove redundant/useless ones.
2192
2193 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
2194
2195 * streams.texi (Output Variables): Improve index entry.
2196
2197 * abbrevs.texi (Abbrevs): Remove useless index entry.
2198
2199 * macros.texi (Expansion): Remove useless index entry.
2200
2201 * text.texi: Improve index entries. Remove redundant/useless ones.
2202 (Text Properties, Examining Properties)
2203 (Special Properties): Use "property category" instead of "category"
2204 to refer to the `category' property.
2205
2206 * positions.texi: Improve index entries. Remove useless one.
2207
2208 * lists.texi: Improve index entries. Remove redundant/useless ones.
2209
2210 * os.texi: Improve index entries.
2211 (Timers): Fix previous change.
2212
2213 * buffers.texi: Improve index entries.
2214 (Modification Time): Get rid of term "obsolete buffer".
2215
2216 * debugging.texi: Improve index entries.
2217 (Test Coverage): Add xref to other test coverage ftr.
2218
2219 * eval.texi: Improve index entry. Remove redundant ones.
2220
2221 * numbers.texi: Improve index entries. Remove redundant/useless ones.
2222
2223 * files.texi: Improve index entries. Remove redundant/useless ones.
2224
2225 * objects.texi: Improve index entries.
2226
2227 * processes.texi: Improve index entries.
2228
2229 * modes.texi: Improve index entry. Remove redundant one.
2230
2231 * nonascii.texi: Improve index entries.
2232
2233 * internals.texi: Improve index entries.
2234
2235 * syntax.texi: Improve index entries.
2236
2237 * keymaps.texi (Active Keymaps): Improve index entries.
2238
2239 * commands.texi: Improve index entries. Remove redundant/useless ones.
2240
2241 * frames.texi: Improve index entries. Remove redundant/useless ones.
2242
2243 * markers.texi: Improve index entries. Remove redundant ones.
2244
2245 * tips.texi: Improve index entries.
2246
2247 * loading.texi (Unloading): Improve index entry.
2248
2249 * variables.texi: Improve index entries. Remove redundant one.
2250
2251 * sequences.texi: Improve index entry.
2252
2253 * display.texi: Improve index entries. Remove redundant ones.
2254
2255 * windows.texi: Improve index entries.
2256
2257 * searching.texi: Improve index entries. Remove redundant one.
2258
2259 * strings.texi (Case Tables): Improve last change.
2260
22612007-04-04 Chong Yidong <cyd@stupidchicken.com>
2262
2263 * strings.texi (Case Tables): Document with-case-table and
2264 ascii-case-table.
2265
22662007-04-03 Karl Berry <karl@gnu.org>
2267
2268 * processes.texi (Network): Reword to improve page break.
2269
22702007-04-03 Eli Zaretskii <eliz@gnu.org>
2271
2272 * functions.texi (Inline Functions): Describe more disadvantages
2273 of defsubst, and make advice against it stronger.
2274
22752007-04-02 Karl Berry <karl@gnu.org>
2276
2277 * backups.texi (Backup Names): Avoid widow words.
2278 * modes.texi (Example Major Modes): Align last comment.
2279
22802007-04-01 Chong Yidong <cyd@stupidchicken.com>
2281
2282 * keymaps.texi (Remapping Commands): Document new arg to
2283 command-remapping.
2284
22852007-04-01 Karl Berry <karl@gnu.org>
2286
2287 * processes.texi (Low-Level Network): Typo.
2288 * loading.texi (Hooks for Loading): Avoid double "the".
2289 * keymaps.texi (Key Sequences): No double "and".
2290 (Changing Key Bindings): Shorten to improve line break.
2291
22922007-03-31 Glenn Morris <rgm@gnu.org>
2293
2294 * os.texi (Timers): Fix description of run-at-time TIME formats.
2295
22962007-03-31 Richard Stallman <rms@gnu.org>
2297
2298 * display.texi (Invisible Text): Correct buffer-invisibility-spec
2299 regarding ellipsis.
2300
23012007-03-31 Eli Zaretskii <eliz@gnu.org>
2302
2303 * intro.texi (nil and t):
2304 * symbols.texi (Plists and Alists):
2305 * variables.texi (Variable Aliases, Constant Variables):
2306 * functions.texi (Defining Functions):
2307 * advice.texi (Advising Primitives):
2308 * debugging.texi (Syntax Errors, Compilation Errors):
2309 * minibuf.texi (Minibuffer Windows):
2310 * commands.texi (Adjusting Point):
2311 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
2312 (Auto Major Mode, Major Mode Conventions):
2313 * help.texi (Describing Characters):
2314 * files.texi (Create/Delete Dirs, Information about Files)
2315 (File Locks, Writing to Files, Reading from Files)
2316 (Saving Buffers):
2317 * windows.texi (Resizing Windows, Cyclic Window Ordering):
2318 * frames.texi (Finding All Frames):
2319 * positions.texi (Buffer End, Motion):
2320 * markers.texi (The Region):
2321 * text.texi (Deletion, Near Point):
2322 * display.texi (Displaying Messages, Truncation):
2323 * os.texi (Processor Run Time):
2324 * tips.texi (Key Binding Conventions, Programming Tips)
2325 (Warning Tips, Documentation Tips, Comment Tips):
2326 * internals.texi (Memory Usage): Improve indexing.
2327
2328 * variables.texi (Frame-Local Variables):
2329 * functions.texi (Argument List):
2330 * loading.texi (Library Search):
2331 * streams.texi (Output Variables):
2332 * keymaps.texi (Translation Keymaps, Searching Keymaps):
2333 * searching.texi (Replacing Match, Search and Replace):
2334 * processes.texi (Byte Packing, Decoding Output)
2335 (Accepting Output, Network Servers, Shell Arguments):
2336 * display.texi (Abstract Display, Image Cache, Scroll Bars):
2337 * windows.texi (Window Point, Window Start):
2338 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
2339 * commands.texi (Reading Input, Keyboard Events):
2340 * minibuf.texi (Reading File Names, Minibuffer Completion)
2341 (Recursive Mini):
2342 * positions.texi (List Motion):
2343 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
2344 * numbers.texi (Arithmetic Operations, Math Functions)
2345 (Predicates on Numbers, Comparison of Numbers):
2346 (Numeric Conversions):
2347 * locals.texi (Standard Buffer-Local Variables):
2348 * maps.texi (Standard Keymaps):
2349 * os.texi (User Identification, System Environment, Recording Input)
2350 (X11 Keysyms):
2351 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
2352 * backups.texi (Backups and Auto-Saving):
2353 * customize.texi (Customization, Group Definitions)
2354 (Variable Definitions):
2355 * compile.texi (Byte Compilation): Improve index entries.
2356
23572007-03-31 Karl Berry <karl@gnu.org>
2358
2359 * macros.texi (Defining Macros): Avoid widow syllable.
2360
23612007-03-31 Eli Zaretskii <eliz@gnu.org>
2362
2363 * elisp.texi (Top): Postscript -> PostScript.
2364
2365 * display.texi (Images, Postscript Images): Postscript -> PostScript.
2366
23672007-03-31 Markus Triska <markus.triska@gmx.at>
2368
2369 * internals.texi (Writing Emacs Primitives): Untabify `For'.
2370
23712007-03-30 Karl Berry <karl@gnu.org>
2372
2373 * lists.texi (List-related Predicates): Remove spurious @need.
2374 (Setcdr): Use @smallexample to improve page break.
2375 (Association Lists) <assoc>: Reword to improve page break.
2376
2377 * strings.texi (String Conversion): Insert blank line to improve
2378 page break.
2379
2380 * numbers.texi (Random Numbers): Use @minus{}.
2381 (Math Functions): Use @minus{}.
2382
2383 * intro.texi (Acknowledgements): Avoid line breaks before middle
2384 initials.
2385
23862007-03-24 Eli Zaretskii <eliz@gnu.org>
2387
2388 * errors.texi (Standard Errors): Add an index entry.
2389
23902007-03-19 Richard Stallman <rms@gnu.org>
2391
2392 * os.texi (Recording Input): recent-keys now gives 300 keys.
2393
23942007-03-12 Glenn Morris <rgm@gnu.org>
2395
2396 * os.texi: Replace "daylight savings" with "daylight saving"
2397 throughout.
2398
23992007-03-05 Richard Stallman <rms@gnu.org>
2400
2401 * variables.texi (File Local Variables): Update
2402 enable-local-variables values.
2403
24042007-03-04 Richard Stallman <rms@gnu.org>
2405
2406 * syntax.texi (Control Parsing): Minor clarification.
2407
2408 * strings.texi (Formatting Strings): Clarify width, precision, flags.
2409
2410 * sequences.texi (Sequence Functions): Move string-bytes away,
2411 add xref.
2412
2413 * nonascii.texi (Text Representations): Move string-bytes here.
2414
2415 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
2416
2417 * minibuf.texi (Basic Completion): Minor clarification.
2418
2419 * markers.texi (The Mark): Clarify existence vs activation of mark.
2420 Other cleanup.
2421
2422 * display.texi (Finding Overlays): Write better example.
2423
2424 * compile.texi (Eval During Compile): Clarify putting macros
2425 in eval-when-compile.
2426
c5602427 24272007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
b8d4c8d0
GM
2428
2429 * loading.texi (How Programs Do Loading): Fix anchor position at
c5602427 2430 load-read-function definition doc.
b8d4c8d0
GM
2431
24322007-02-21 Kim F. Storm <storm@cua.dk>
2433
2434 * strings.texi (Text Comparison): Mention that assoc-string
2435 converts symbols to strings before testing.
2436
24372007-02-17 Kim F. Storm <storm@cua.dk>
2438
2439 * processes.texi (Bindat Spec): Vector types can have optional
2440 element type.
2441 (Bindat Examples): Fix example. Add vector with element type.
2442
24432007-02-16 Andreas Schwab <schwab@suse.de>
2444
2445 * strings.texi (Formatting Strings): Document '+' flag.
2446
24472007-02-15 Juanma Barranquero <lekktu@gmail.com>
2448
2449 * strings.texi (Modifying Strings): Clarify that `clear-string'
2450 always converts the string to unibyte.
2451
24522007-02-14 Kim F. Storm <storm@cua.dk>
2453
2454 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
2455 Rewrite glyph code description to refer to these functions.
2456 Remove details of encoding face number and char into integer code.
2457
24582007-02-03 Alan Mackenzie <acm@muc.de>
2459
2460 * loading.texi (Hooks for Loading): Make the description of
2461 `eval-after-load' more detailed, and amend the description of
2462 after-load-alist, in accordance with changes from 2006-05.
2463
24642007-02-03 Chong Yidong <cyd@stupidchicken.com>
2465
2466 * modes.texi (Defining Minor Modes): Document that a :require
2467 keyword or similar may be required to make saved customization
2468 variables work.
2469
24702007-02-03 Eli Zaretskii <eliz@gnu.org>
2471
2472 * elisp.texi (Top): Make the detailed menu headers compliant with
2473 Texinfo guidelines and with what texnfo-upd.el expects. Add
2474 comments to prevent people from inadvertently modifying the key
2475 parts needed by `texinfo-multiple-files-update'.
2476
24772007-02-02 Eli Zaretskii <eliz@gnu.org>
2478
2479 * elisp.texi (Top): Update the top-level menus.
2480
2481 * syntax.texi (Categories): Add index entries.
2482
24832007-02-01 Juanma Barranquero <lekktu@gmail.com>
2484
2485 * display.texi (Attribute Functions): Fix name and description of
2486 the UNDERLINE arg of `set-face-underline-p'.
2487
24882007-01-29 Eli Zaretskii <eliz@gnu.org>
2489
2490 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
2491 Variables", and "Standard Keymaps" to the detailed menu.
2492
2493 * variables.texi (Future Local Variables): Add index entry.
2494
24952007-01-28 Richard Stallman <rms@gnu.org>
2496
2497 * tips.texi (Coding Conventions): Clarify the tip about macros
2498 that define a function or a variable.
2499
2500 * files.texi (File Attributes): UID and GID can be floats.
2501 (Magic File Names): Explain why deferring all operations to
2502 the standard handler does not work.
2503
25042007-01-23 Martin Rudalics <rudalics@gmx.at>
2505
2506 * backups.texi (Reverting): Use "buffer" instead of "file"
2507 when talking about major and minor modes.
2508
25092007-01-21 Richard Stallman <rms@gnu.org>
2510
2511 * help.texi (Documentation): Add xref to Documentation Tips.
2512
25132007-01-14 Juanma Barranquero <lekktu@gmail.com>
2514
2515 * tips.texi (Coding Conventions): Fix typos.
2516
25172007-01-05 Richard Stallman <rms@gnu.org>
2518
2519 * modes.texi (Defining Minor Modes): Fix previous change.
2520
25212007-01-03 Richard Stallman <rms@gnu.org>
2522
2523 * customize.texi (Variable Definitions, Customization Types):
2524 Don't use * in doc string for defcustom.
2525
25262007-01-02 Richard Stallman <rms@gnu.org>
2527
2528 * variables.texi (Variable Aliases): Clarify that aliases vars
2529 always have the same value.
2530
2531 * processes.texi (Bindat Spec): Fix Texinfo usage.
2532
2533 * modes.texi (Defining Minor Modes): Explain effect of command
2534 defined with define-global-minor-mode on new buffers.
2535
25362006-12-30 Kim F. Storm <storm@cua.dk>
2537
2538 * keymaps.texi (Tool Bar): Describe `grow-only' value of
2539 `auto-resize-tool-bars'.
2540
25412006-12-30 Richard Stallman <rms@gnu.org>
2542
2543 * keymaps.texi (Active Keymaps): Fix previous change.
2544
25452006-12-30 Nick Roberts <nickrob@snap.net.nz>
2546
2547 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
2548
25492006-12-30 Kim F. Storm <storm@cua.dk>
2550
2551 * processes.texi (Bindat Spec): Clarify using field names in
2552 length specifications.
2553
25542006-12-29 Kim F. Storm <storm@cua.dk>
2555
2556 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
2557 Add count and index variables for eval forms in repeat blocks.
2558
25592006-12-24 Richard Stallman <rms@gnu.org>
2560
2561 * customize.texi (Variable Definitions): Document
2562 new name custom-add-frequent-value.
2563
25642006-12-19 Kim F. Storm <storm@cua.dk>
2565
2566 * commands.texi (Misc Events): User signals now result in sigusr1
2567 and sigusr2 events which are handled through special-event-map.
2568 (Special Events): User signals and drag-n-drop are special.
2569
25702006-12-17 Richard Stallman <rms@gnu.org>
2571
2572 * loading.texi (Named Features): Explain subfeatures better.
2573
2574 * customize.texi: Use "option" only for user options.
2575 For the keyword values inside defcustom etc, say "keywords".
2576 For :options value's elements, say "elements".
2577 :group should not be omitted.
2578
2579 * syntax.texi (Parsing Expressions): Split up node.
2580 (Motion via Parsing, Position Parse, Parser State)
2581 (Low-Level Parsing, Control Parsing): New subnodes.
2582 (Parser State): Document syntax-ppss-toplevel-pos.
2583
2584 * positions.texi (List Motion): Punctuation fix.
2585
2586 * files.texi (File Name Completion): Document PREDICATE arg
2587 to file-name-completion.
2588
25892006-12-16 Eli Zaretskii <eliz@gnu.org>
2590
2591 * internals.texi (Building Emacs, Writing Emacs Primitives):
2592 Add index entries.
2593
25942006-12-11 Richard Stallman <rms@gnu.org>
2595
2596 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
2597 affects face menu. Explain how to make it non-nil without enabling
2598 any fontification.
2599
26002006-12-10 Chong Yidong <cyd@stupidchicken.com>
2601
2602 * modes.texi (Font Lock Basics): Document nil value of
2603 font-lock-defaults.
2604
26052006-12-10 Glenn Morris <rgm@gnu.org>
2606
2607 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
2608 value for system-flag argument. Abbrev tables may not be empty
2609 when major modes are loaded.
2610
26112006-12-08 Juanma Barranquero <lekktu@gmail.com>
2612
2613 * makefile.w32-in (maintainer-clean): Partially revert last
2614 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
2615 to protect elisp-covers.texi.
2616
26172006-12-07 Juanma Barranquero <lekktu@gmail.com>
2618
2619 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
2620 Don't remove elisp* info files; they are already deleted by the
2621 `clean' and `distclean' targets, and they are in the $(infodir)
2622 directory, not the current one.
2623
26242006-12-04 Kim F. Storm <storm@cua.dk>
2625
2626 * commands.texi (Misc Events): Update signal events.
2627 (Event Examples): Add signal example.
2628
26292006-11-29 Richard Stallman <rms@gnu.org>
2630
2631 * frames.texi (Visibility of Frames): Explain visible windows
2632 can be covered by others. Add xref for raise-frame.
2633
26342006-11-28 Richard Stallman <rms@gnu.org>
2635
2636 * searching.texi (Regexp Special): Update when ^ is special.
2637
26382006-11-27 Eli Zaretskii <eliz@gnu.org>
2639
2640 * customize.texi (Customization, Common Keywords)
2641 (Group Definitions, Variable Definitions, Composite Types)
2642 (Type Keywords, Customization Types): Add index entries for
2643 various customization keywords.
2644
26452006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
2646
2647 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
2648
c8763fb6 26492006-11-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
2650
2651 * frames.texi (Window System Selections): Remove clipboard from
2652 description of selection-coding-system.
2653
26542006-11-06 Richard Stallman <rms@gnu.org>
2655
2656 * lists.texi (List Variables): Document COMPARE-FN.
2657
2658 * keymaps.texi: Avoid use of "binding" to mean a relation;
2659 use it only to refer to the meaning associated with a key.
2660 (Keymaps): Change menu node description.
2661
2662 * elisp.texi (Top): Change menu node description.
2663
2664 * display.texi (Managing Overlays): Document overlay-recenter.
2665
26662006-10-29 Chong Yidong <cyd@stupidchicken.com>
2667
2668 * Makefile.in: Use relative paths to avoid advertising filesystem
2669 contents during compilation.
2670
26712006-10-23 Kim F. Storm <storm@cua.dk>
2672
2673 * commands.texi (Event Input Misc): Update unread-command-events.
2674
26752006-10-23 Nick Roberts <nickrob@snap.net.nz>
2676
2677 * lists.texi (Sets And Lists): Fix typos.
2678
26792006-10-18 Juanma Barranquero <lekktu@gmail.com>
2680
2681 * control.texi (Processing of Errors): Use @var for an argument,
2682 not @code.
2683
26842006-10-16 Richard Stallman <rms@gnu.org>
2685
2686 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
2687
2688 * keymaps.texi (Format of Keymaps): Show all the keymap element
2689 patterns that result from menu items.
2690 (Key Lookup): Minor cleanups.
2691
2692 * modes.texi (Precalculated Fontification): Don't say that
2693 not setting font-lock-defaults avoids loading font-lock.
2694
2695 * help.texi (Documentation): Move xref to Emacs Manual here.
2696 (Documentation Basics): From here.
2697 Also doc emacs-lisp-docstring-fill-column.
2698
2699 * elisp.texi: Update version and ISBN.
2700
2701 * commands.texi (Interactive Call): Clarify KEYS arg to
2702 call-interactively is a vector.
2703 (Command Loop Info): Delete anchor in this-command-keys.
2704 Add anchor in this-command-keys-vector.
2705 (Recursive Editing): Document how recursive-edit
2706 handles the current buffer.
2707
27082006-10-13 Chong Yidong <cyd@stupidchicken.com>
2709
2710 * frames.texi (Frame Titles): %c and %l are ignored in
2711 frame-title-format.
2712
27132006-10-11 Richard Stallman <rms@gnu.org>
2714
2715 * keymaps.texi (Key Sequences): Clarify use of kbd.
2716
27172006-10-10 Kim F. Storm <storm@cua.dk>
2718
2719 * lists.texi (Sets And Lists): Add memql.
2720
27212006-10-03 Richard Stallman <rms@gnu.org>
2722
2723 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
2724 Clarify :ascii: and :nonascii:.
2725
27262006-09-29 Juri Linkov <juri@jurta.org>
2727
2728 * modes.texi (%-Constructs): Reorder coding systems in the
2729 documentation of %z to the real order displayed in the modeline.
2730
27312006-09-25 Richard Stallman <rms@gnu.org>
2732
2733 * os.texi (Timers): Describe timer-max-repeats.
2734
27352006-09-25 Chong Yidong <cyd@stupidchicken.com>
2736
2737 * os.texi (Timers): Mention with-local-quit.
2738
27392006-09-24 Richard Stallman <rms@gnu.org>
2740
2741 * searching.texi (Searching and Matching): Mention property search.
2742
2743 * commands.texi (Command Loop Info): Explain how read-event affects
2744 this-command-keys.
2745
27462006-09-20 Richard Stallman <rms@gnu.org>
2747
2748 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
2749
2750 * windows.texi (Window Start): Minor cleanups.
2751
27522006-09-20 Kim F. Storm <storm@cua.dk>
2753
2754 * windows.texi (Window Start): pos-visible-in-window-p allows
2755 specifying t for position to mean "end of window".
2756 Add window-line-height.
2757
2758 * anti.texi (Antinews): Mention window-line-height.
2759
27602006-09-19 David Kastrup <dak@gnu.org>
2761
2762 * keymaps.texi (Searching Keymaps): Small clarification.
2763
27642006-09-18 Richard Stallman <rms@gnu.org>
2765
2766 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
2767 cause keyboard menus.
2768 (Menu Keymaps): Likewise.
2769 (Defining Menus, Keyboard Menus): Clarify.
2770
2771 * text.texi (Fields): Clarify explanation of constrain-to-field.
2772
27732006-09-16 Eli Zaretskii <eliz@gnu.org>
2774
2775 * variables.texi (Tips for Defining): Fix a typo.
2776
27772006-09-15 Richard Stallman <rms@gnu.org>
2778
2779 * keymaps.texi (Remapping Commands, Searching Keymaps)
2780 (Active Keymaps): Clean up previous change.
2781
27822006-09-15 Jay Belanger <belanger@truman.edu>
2783
2784 * gpl.texi: Replace "Library Public License" by "Lesser Public
2785 License" throughout.
2786
27872006-09-15 David Kastrup <dak@gnu.org>
2788
2789 * keymaps.texi (Active Keymaps): Adapt description to use
2790 `get-char-property' instead `get-text-property'. Explain how
2791 mouse events change this. Explain the new optional argument of
2792 `key-binding' and its mouse-dependent lookup.
2793 (Searching Keymaps): Adapt description similarly.
2794 (Remapping Commands): Explain the new optional argument of
2795 `command-remapping'.
2796
27972006-09-14 Richard Stallman <rms@gnu.org>
2798
2799 * keymaps.texi (Searching Keymaps): Clarification.
2800 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
2801
28022006-09-13 Richard Stallman <rms@gnu.org>
2803
2804 * objects.texi (Character Type): Node split.
2805 Add xref to Describing Characters.
2806 (Basic Char Syntax, General Escape Syntax)
2807 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
2808
28092006-09-11 Richard Stallman <rms@gnu.org>
2810
2811 * display.texi (Display Table Format): Wording clarification.
2812 (Glyphs): Clarifications.
2813
28142006-09-10 Chong Yidong <cyd@stupidchicken.com>
2815
2816 * keymaps.texi (Active Keymaps): Mention that key-binding checks
2817 local maps.
2818
28192006-09-10 Kim F. Storm <storm@cua.dk>
2820
2821 * display.texi (Forcing Redisplay): Document return value of
2822 function redisplay.
2823
28242006-09-09 Richard Stallman <rms@gnu.org>
2825
2826 * windows.texi (Window Hooks): Explain limits of
2827 window-scroll-functions.
2828
2829 * display.texi (Fringe Indicators): Update for last change in
2830 indicate-buffer-boundaries.
2831
28322006-09-08 Richard Stallman <rms@gnu.org>
2833
2834 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
2835
28362006-09-06 Kim F. Storm <storm@cua.dk>
2837
2838 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
2839
2840 * windows.texi (Window Start): Update pos-visible-in-window-p.
2841
28422006-09-04 Richard Stallman <rms@gnu.org>
2843
2844 * processes.texi (Accepting Output): Explain SECONDS=0 for
2845 accept-process-output.
2846
2847 * os.texi (Idle Timers): Explain why timer functions should not
2848 loop until (input-pending-p).
2849
28502006-09-02 Eli Zaretskii <eliz@gnu.org>
2851
2852 * makefile.w32-in (usermanualdir): New variable.
2853 (elisp.dvi): Use it.
2854
28552006-09-01 Eli Zaretskii <eliz@gnu.org>
2856
2857 * buffers.texi (Buffer Modification): Fix last change.
2858
28592006-09-01 Chong Yidong <cyd@stupidchicken.com>
2860
2861 * buffers.texi (Buffer Modification): Document
2862 buffer-chars-modified-tick.
2863
28642006-08-31 Richard Stallman <rms@gnu.org>
2865
2866 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
2867
28682006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
2869
2870 * modes.texi (Syntactic Font Lock):
2871 Mention font-lock-syntactic-face-function
2872 instead of specific faces.
2873
28742006-08-29 Chong Yidong <cyd@stupidchicken.com>
2875
2876 * display.texi (Images): Add xrref to display-images-p.
2877
28782006-08-28 Kenichi Handa <handa@m17n.org>
2879
2880 * nonascii.texi (Lisp and Coding Systems): Fix description of
2881 detect-coding-region.
2882
28832006-08-27 Michael Olson <mwolson@gnu.org>
2884
2885 * processes.texi (Transaction Queues): Remove stray quote
2886 character.
2887
28882006-08-25 Richard Stallman <rms@gnu.org>
2889
2890 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
2891 Add xref.
2892
28932006-08-24 Chong Yidong <cyd@stupidchicken.com>
2894
2895 * os.texi (Timers): Avoid waiting inside timers.
2896
28972006-08-21 Lute Kamstra <lute@gnu.org>
2898
2899 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
2900
29012006-08-20 Richard Stallman <rms@gnu.org>
2902
2903 * os.texi (Idle Timers): New node, split out from Timers.
2904 Document current-idle-time.
2905 * commands.texi (Reading One Event): Update xref.
2906 * elisp.texi (Top): Update subnode menu.
2907
29082006-08-16 Richard Stallman <rms@gnu.org>
2909
2910 * keymaps.texi (Extended Menu Items): Show format of cached
2911 bindings in extended menu items.
2912
2913 * customize.texi (Variable Definitions): Explain when the
2914 standard value expression is evaluated.
2915
29162006-08-15 Chong Yidong <cyd@stupidchicken.com>
2917
2918 * commands.texi (Reading One Event): Explain idleness in
2919 `read-event'.
2920
29212006-08-12 Chong Yidong <cyd@stupidchicken.com>
2922
2923 * text.texi (Near Point): Say "cursor" not "terminal cursor".
2924 (Commands for Insertion): Removed split-line since it's not
2925 relevant for Lisp programming.
2926 (Yank Commands): Rewrite introduction.
2927 (Undo): Clarify.
2928 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
2929 (Filling): Remove redundant comment. Clarify return value of
2930 current-justification.
2931 (Margins): Minor clarifications.
2932 (Adaptive Fill): Update default value of adaptive-fill-regexp.
2933 (Sorting): Update definition of sort-lines.
2934 (Columns): Clarify behavior of sort-columns.
2935 (Indent Tabs): Link to Tab Stops in Emacs manual.
2936 (Special Properties): Clarify.
2937 (Clickable Text): Mention Buttons package.
2938
29392006-08-12 Kevin Ryde <user42@zip.com.au>
2940
2941 * os.texi (Time Parsing): Add %z to description of
2942 format-time-string, as per docstring. Add cross reference to
2943 glibc manual for strftime.
2944
29452006-08-08 Richard Stallman <rms@gnu.org>
2946
2947 * modes.texi: Clean up wording in previous change.
2948
29492006-08-07 Chong Yidong <cyd@stupidchicken.com>
2950
2951 * modes.texi (Hooks): Clarify.
2952 (Major Mode Basics): Mention define-derived-mode explicitly.
2953 (Major Mode Conventions): Rebinding RET is OK for some modes.
2954 Mention change-major-mode-hook and after-change-major-mode-hook.
2955 (Example Major Modes): Moved to end of Modes section.
2956 (Mode Line Basics): Clarify.
2957 (Mode Line Data): Mention help-echo and local-map in strings.
2958 Explain reason for treatment of non-risky variables.
2959 (Properties in Mode): Clarify.
2960 (Faces for Font Lock): Add font-lock-negation-char-face.
2961
29622006-08-04 Eli Zaretskii <eliz@gnu.org>
2963
2964 * strings.texi (Formatting Strings): Warn against arbitrary
2965 strings as first arg to `format'.
2966
29672006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
2968
2969 * text.texi (Clickable Text): Mention `help-echo' text property.
2970 Update intro, examples and associated explanations.
2971
29722006-07-31 Richard Stallman <rms@gnu.org>
2973
2974 * commands.texi: Update xrefs.
2975 (Event Mod): New node, cut out from old Translating Input.
2976
2977 * maps.texi: Update xrefs.
2978
2979 * keymaps.texi (Translation Keymaps): New node.
2980 Update xrefs from Translating Input to Translation Keymaps.
2981
2982 * elisp.texi (Top): Update subnode menu.
2983
2984 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
2985
2986 * os.texi (System Interface): Fix menu descriptions of some nodes.
2987 (Translating Input): Node deleted.
2988
29892006-07-31 Nick Roberts <nickrob@snap.net.nz>
2990
2991 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
2992
2993 * lists.texi (Sets And Lists): Likewise.
2994
29952006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
2996
2997 * text.texi (Fields): Mention POS
2998 requirement when narrowing is in effect.
2999
30002006-07-28 Richard Stallman <rms@gnu.org>
3001
3002 * display.texi (Face Attributes): Simplify wording.
3003 (Attribute Functions): Clarify meaning of new-frame default
3004 attribute settings.
3005
3006 * customize.texi (Common Keywords): Document how to use
3007 :package-version in a package not in Emacs.
3008
30092006-07-28 Kim F. Storm <storm@cua.dk>
3010
3011 * commands.texi (Reading One Event): Fix last change.
3012
30132006-07-26 Chong Yidong <cyd@stupidchicken.com>
3014
3015 * commands.texi (Reading One Event): Document SECONDS argument for
3016 read-event, read-char, and read-char-exclusive.
3017
30182006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
3019
3020 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
3021 to ensure correct identification.
3022
30232006-07-24 Richard Stallman <rms@gnu.org>
3024
3025 * text.texi (Clickable Text): Clarify.
3026
3027 * sequences.texi (Vector Functions): Delete duplicate xref.
3028
3029 * objects.texi (Function Type): Clarify.
3030
3031 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
3032 modes.
3033
3034 * lists.texi (List Variables): New node.
3035 Material moved from other nodes.
3036
3037 * variables.texi (Setting Variables): add-to-list and
3038 add-to-ordered-list moved to List Variables node.
3039
30402006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
3041
3042 * text.texi (Links and Mouse-1):
3043 For mouse-on-link-p, expand on arg POS.
3044
30452006-07-21 Kim F. Storm <storm@cua.dk>
3046
3047 * display.texi (Forcing Redisplay): Don't mention systems which
3048 don't support sub-second timers for redisplay-preemption-period.
3049
3050 * os.texi (Terminal Output): Clarify text vs graphical terminal.
3051
30522006-07-21 Eli Zaretskii <eliz@gnu.org>
3053
3054 * frames.texi (Input Focus): Document that focus-follows-mouse has
3055 no effect on MS-Windows.
3056
30572006-07-18 Richard Stallman <rms@gnu.org>
3058
3059 * display.texi (Forcing Redisplay): Cleanups in previous change.
3060
3061 * processes.texi (Low-Level Network): Make menu more convenient.
3062
30632006-07-18 Kim F. Storm <storm@cua.dk>
3064
3065 * display.texi (Forcing Redisplay): redisplay-preemption-period
3066 only used on window systems. Add xref to Terminal Output.
3067
3068 * os.texi (Terminal Output): baud-rate only controls preemption on
3069 non-window systems. Add xref to Forcing Redisplay.
3070
3071 * processes.texi (Low-Level Network): Rename node "Make Network"
3072 to "Network Processes".
3073
30742006-07-18 Karl Berry <karl@gnu.org>
3075
3076 * variables.texi, functions.texi, customize.texi, loading.texi:
3077 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
3078
30792006-07-17 Chong Yidong <cyd@stupidchicken.com>
3080
3081 * commands.texi (Waiting): Document batch-mode sit-for behavior.
3082
30832006-07-17 Richard Stallman <rms@gnu.org>
3084
3085 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
3086 Put period and comma inside quotes.
3087
3088 * loading.texi, markers.texi: Use real doublequote inside menus.
3089
3090 * windows.texi: Put point and comma inside quotes.
3091 (Textual Scrolling): Use @samp for error message.
3092
3093 * variables.texi, tips.texi, syntax.texi, symbols.texi:
3094 * strings.texi, streams.texi, processes.texi, os.texi:
3095 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
3096 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
3097 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
3098 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
3099 Put point and comma inside quotes.
3100
3101 * control.texi (Processing of Errors): Add command-error-function.
3102
3103 * variables.texi (File Local Variables): Clarify that
3104 file local variables make buffer-local bindings.
3105
3106 * modes.texi (Syntactic Font Lock): Give default for
3107 font-lock-syntax-table.
3108
31092006-07-17 Nick Roberts <nickrob@snap.net.nz>
3110
3111 * text.texi (Special Properties): Clean up previous change.
3112
31132006-07-16 Karl Berry <karl@gnu.org>
3114
3115 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
3116 * control.texi: Fix bad page breaks through chapter 10 (control).
3117
3118 * anti.texi (Antinews): Reorder face-attribute fns to avoid
3119 underfull hbox.
3120
31212006-07-15 Nick Roberts <nickrob@snap.net.nz>
3122
3123 * text.texi (Special Properties): Describe fontified text property
3124 in relation to a character (not text).
3125
31262006-07-15 Kim F. Storm <storm@cua.dk>
3127
3128 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
3129 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
3130 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
3131
3132 * anti.texi (Antinews): Mention redisplay function.
3133 The kbd macro existed, but was not documented, before 22.x.
3134 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
3135
31362006-07-14 Nick Roberts <nickrob@snap.net.nz>
3137
3138 * display.texi (Displaying Messages): Add anchor.
3139
3140 * frames.texi (Dialog Boxes): Use it.
3141
31422006-07-12 Richard Stallman <rms@gnu.org>
3143
3144 * objects.texi (Frame Type): Explain nature of frames better.
3145
3146 * frames.texi (Frames): Explain nature of frames better.
3147
31482006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
3149
3150 * tips.texi (Coding Conventions): Explain why use cl at compile time.
3151
31522006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3153
3154 * frames.texi (Window System Selections): Mention scrap support for Mac.
3155 Default value of x-select-enable-clipboard is t on Mac.
3156
3157 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
3158
31592006-07-11 Kim F. Storm <storm@cua.dk>
3160
3161 * display.texi (Forcing Redisplay): Add `redisplay' function.
3162 Don't mention (sit-for -1) -- use (redisplay t) instead.
3163
3164 * commands.texi (Waiting): (sit-for -1) is no longer special.
3165 (sit-for 0) is equivalent to (redisplay).
3166 Iconifying/deiconifying no longer makes sit-for return.
3167
31682006-07-10 Nick Roberts <nickrob@snap.net.nz>
3169
3170 * display.texi (Buttons): Fix typo.
3171
3172 * index.texi, elisp.texi (New Symbols): Comment node out.
3173
31742006-07-09 Richard Stallman <rms@gnu.org>
3175
3176 * display.texi (Truncation): Clean up previous change.
3177
31782006-07-08 Richard Stallman <rms@gnu.org>
3179
3180 * commands.texi (Interactive Call): Use 3 as prefix in example
3181 for execute-extended-command.
3182
3183 * display.texi (Attribute Functions): Move paragraph about
3184 compatibility with Emacs < 21.
3185
31862006-07-09 Kim F. Storm <storm@cua.dk>
3187
3188 * display.texi (Refresh Screen): Clarify force-window-update.
3189 (Truncation): "Normally" indicated by fringe arrows.
3190
31912006-07-08 Eli Zaretskii <eliz@gnu.org>
3192
3193 * windows.texi (Textual Scrolling, Resizing Windows):
3194 * variables.texi (Constant Variables):
3195 * text.texi (Buffer Contents, Deletion, Changing Properties)
3196 (Property Search, Special Properties, Sticky Properties)
3197 (Links and Mouse-1, Fields, Change Hooks):
3198 * syntax.texi (Syntax Table Functions, Parsing Expressions)
3199 (Categories):
3200 * symbols.texi (Other Plists):
3201 * streams.texi (Output Variables):
3202 * processes.texi (Input to Processes, Query Before Exit):
3203 * positions.texi (Word Motion, Text Lines, List Motion):
3204 * os.texi (Init File, System Environment, Sound Output)
3205 (Session Management):
3206 * nonascii.texi (Text Representations, Character Sets)
3207 (Chars and Bytes, Locales):
3208 * modes.texi (Defining Minor Modes, Header Lines):
3209 * minibuf.texi (Minibuffer Contents):
3210 * markers.texi (Information from Markers):
3211 * lists.texi (List Elements, Building Lists, Association Lists):
3212 * keymaps.texi (Tool Bar):
3213 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
3214 * functions.texi (What Is a Function, Mapping Functions):
3215 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
3216 (Color Names, Text Terminal Colors, Display Feature Testing):
3217 * files.texi (Visiting Functions, File Name Components)
3218 (Unique File Names, Contents of Directories):
3219 * display.texi (Forcing Redisplay, Displaying Messages)
3220 (Temporary Displays, Font Selection, Auto Faces)
3221 (Font Lookup, Fringe Indicators, Display Margins)
3222 (Image Descriptors, Showing Images, Image Cache, Button Types)
3223 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
3224 (Display Table Format, Glyphs):
3225 * control.texi (Iteration):
3226 * commands.texi (Command Loop Info, Adjusting Point):
3227 * backups.texi (Making Backups, Auto-Saving):
3228 Remove @tindex entries.
3229
32302006-07-07 Kim F. Storm <storm@cua.dk>
3231
3232 * display.texi (Fringe Cursors): Fix typo.
3233 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
3234 (Overlay Arrow): Default is overlay-arrow fringe indicator.
3235
32362006-07-05 Richard Stallman <rms@gnu.org>
3237
3238 * text.texi (Buffer Contents): Add example of text props
3239 in result of buffer-substring.
3240 (Text Properties): Explain better about use of specific property names.
3241 (Property Search): Some cleanups; reorder some functions.
3242
3243 * keymaps.texi (Changing Key Bindings): Cleanup.
3244 Add xref to Key Binding Conventions.
3245
3246 * display.texi (Attribute Functions): Add examples for
3247 face-attribute-relative-p.
3248
3249 * tips.texi (Coding Conventions): Cleanup last change.
3250
32512006-07-05 Karl Berry <karl@gnu.org>
3252
3253 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
3254 Remove @setchapternewpage odd.
3255 Result is 1013 pages, down from 1100.
3256
3257 * anti.texi, customize.texi, display.texi, internals.texi:
3258 * minibuf.texi, modes.texi, tips.texi:
3259 Fix overfull/underfull boxes.
3260
32612006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
3262
3263 * edebug.texi (Instrumenting):
3264 Add Edebug-specific findex for eval-buffer.
3265 * loading.texi (Loading):
3266 Replace eval-current-buffer with eval-buffer.
3267
32682006-06-30 Nick Roberts <nickrob@snap.net.nz>
3269
3270 * locals.texi (Standard Buffer-Local Variables): Update the list
3271 of variables.
3272
32732006-06-26 Nick Roberts <nickrob@snap.net.nz>
3274
3275 * files.texi (File Name Completion): Point user to the node
3276 "Reading File Names".
3277
32782006-06-24 Eli Zaretskii <eliz@gnu.org>
3279
3280 * files.texi (Contents of Directories): Document case-insensitive
3281 behavior on respective filesystems.
3282
3283 * objects.texi (Character Type): Document that Emacs signals an
3284 error for unsupported Unicode characters specified as \uNNNN.
3285
32862006-06-19 Richard Stallman <rms@gnu.org>
3287
3288 * processes.texi (Bindat Spec): Clarify previous change.
3289
32902006-06-16 Richard Stallman <rms@gnu.org>
3291
3292 * tips.texi (Coding Conventions): Better explain conventions
3293 for definition constructs.
3294
3295 * text.texi (Special Properties): String value of `read-only'
3296 serves as the error message.
3297
3298 * objects.texi (Character Type): Clarify prev. change.
3299 (Non-ASCII in Strings): Mention \u and \U.
3300
3301 * commands.texi (Using Interactive): Explain problem of
3302 markers, etc., in command-history.
3303
33042006-06-14 Kim F. Storm <storm@cua.dk>
3305
3306 * commands.texi (Waiting): Negative arg to sit-for forces
3307 redisplay even if input is pending.
3308
3309 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
3310 redisplay. Remove incorrect example of binding redisplay-dont-pause
3311 around (sit-for 0).
3312
33132006-06-13 Richard Stallman <rms@gnu.org>
3314
3315 * display.texi (Forcing Redisplay): Clarify previous change.
3316
33172006-06-13 Romain Francoise <romain@orebokech.com>
3318
3319 * display.texi (Forcing Redisplay): Fix typo.
3320
33212006-06-13 Kim F. Storm <storm@cua.dk>
3322
3323 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
3324
33252006-06-10 Luc Teirlinck <teirllm@auburn.edu>
3326
3327 * tips.texi (Coding Conventions): Add `@end itemize'.
3328
33292006-06-10 Richard Stallman <rms@gnu.org>
3330
3331 * tips.texi (Coding Conventions): Explain use of coding systems
3332 to ensure one decoding for strings.
3333
33342006-06-09 Aidan Kehoe <kehoea@parhasard.net>
3335
3336 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
3337 syntax.
3338
33392006-06-07 Eli Zaretskii <eliz@gnu.org>
3340
3341 * display.texi (Font Selection): Remove description of
3342 clear-face-cache.
3343
3344 * compile.texi (Eval During Compile): Fix a typo. Add index
3345 entries for possible uses of eval-when-compile.
3346
33472006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
3348
3349 * display.texi (Abstract Display): Fix typo.
3350
33512006-06-03 Eli Zaretskii <eliz@gnu.org>
3352
3353 * minibuf.texi (Minibuffer History) <history-add-new-input>:
3354 Reword variable's description.
3355
33562006-06-01 Richard Stallman <rms@gnu.org>
3357
3358 * windows.texi (Splitting Windows): Clarify splitting nonselected
3359 window.
3360
33612006-05-31 Juri Linkov <juri@jurta.org>
3362
3363 * minibuf.texi (Minibuffer History): Add history-add-new-input.
3364
33652006-05-30 Richard Stallman <rms@gnu.org>
3366
3367 * display.texi (Line Height): Fix errors in description of
10d1d0af 3368 default line height and line-height property.
b8d4c8d0
GM
3369
3370 * nonascii.texi (Default Coding Systems): Further clarification.
3371
33722006-05-29 Luc Teirlinck <teirllm@auburn.edu>
3373
3374 * internals.texi (Pure Storage): Mention that an overflow in pure
3375 space causes a memory leak.
3376 (Garbage Collection): If there was an overflow in pure space,
3377 `garbage-collect' returns nil.
3378
33792006-05-30 Eli Zaretskii <eliz@gnu.org>
3380
3381 * nonascii.texi (Default Coding Systems): Fix it some more.
3382
33832006-05-29 Eli Zaretskii <eliz@gnu.org>
3384
3385 * nonascii.texi (Default Coding Systems): Fix last change.
3386
33872006-05-29 Kenichi Handa <handa@m17n.org>
3388
3389 * nonascii.texi (find-operation-coding-system): Describe the new
3390 argument format (FILENAME . BUFFER).
3391
33922006-05-28 Richard Stallman <rms@gnu.org>
3393
3394 * tips.texi (Coding Conventions): Better explain reasons not to
3395 advise other packages or use `eval-after-load'.
3396
33972006-05-29 Kim F. Storm <storm@cua.dk>
3398
3399 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
3400 `bindat-idx' and `bindat-raw' for clarity.
3401
34022006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
3403
3404 * processes.texi (Bindat Spec): Expand on `repeat' handler.
3405
3406 * display.texi (Display): Add "Abstract Display" to menu.
3407 (Abstract Display, Abstract Display Functions)
3408 (Abstract Display Example): New nodes.
3409 * elisp.texi (Top): Add "Abstract Display" to menu.
3410
34112006-05-27 Chong Yidong <cyd@stupidchicken.com>
3412
3413 * keymaps.texi (Key Sequences): Link to input events definition.
3414 (Format of Keymaps): Delete material duplicated in Keymap Basics.
3415
3416 * files.texi (Changing Files): Document updated argument list for
3417 copy-file.
3418
34192006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
3420
3421 * processes.texi (Bindat Functions): Explain term "total length".
3422 Use it in bindat-length and bindat-pack descriptions.
3423
34242006-05-26 Eli Zaretskii <eliz@gnu.org>
3425
3426 * tips.texi (Coding Conventions): Advise against using
3427 eval-after-load in packages. Add an index entry.
3428
34292006-05-25 Juri Linkov <juri@jurta.org>
3430
3431 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
3432
3433 * modes.texi (%-Constructs): Add %e, %z, %Z.
3434
34352006-05-25 Richard Stallman <rms@gnu.org>
3436
3437 * elisp.texi (Top): Update subnode menu.
3438
3439 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
3440 (Keymaps): Update menu.
3441
34422006-05-25 Chong Yidong <cyd@stupidchicken.com>
3443
3444 * keymaps.texi (Key Sequences): Some clarifications.
3445
34462006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
3447
3448 * processes.texi (Bindat Functions): Say "unibyte string"
3449 explicitly for bindat-unpack and bindat-pack descriptions.
3450 (Bindat Examples): Don't call `string-make-unibyte' in example.
3451
34522006-05-25 Chong Yidong <cyd@stupidchicken.com>
3453
3454 * keymaps.texi (Key Sequences): Renamed from Keymap Terminology.
c5602427 3455 Explain string and vector representations of key sequences.
b8d4c8d0
GM
3456
3457 * keymaps.texi (Changing Key Bindings):
dd7b651b 3458 * commands.texi (Interactive Codes):
b8d4c8d0
GM
3459 * help.texi (Describing Characters): Refer to it.
3460
34612006-05-23 Luc Teirlinck <teirllm@auburn.edu>
3462
3463 * frames.texi (Pointer Shape): @end table -> @end defvar.
3464
34652006-05-22 Richard Stallman <rms@gnu.org>
3466
3467 * elisp.texi (Top): Update subnode menus.
3468
3469 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
3470 Contents rewritten; material from old Pointer Shape node moved here.
3471
3472 * display.texi (Pointer Shape): Node deleted.
3473 (Image Descriptors): Minor cleanup.
3474
34752006-05-21 Richard Stallman <rms@gnu.org>
3476
3477 * syntax.texi (Parsing Expressions): Update info on which STATE
3478 elements are ignored.
3479
34802006-05-19 Luc Teirlinck <teirllm@auburn.edu>
3481
3482 * hooks.texi (Standard Hooks): Correct typo.
3483
3484 * gpl.texi (GPL): ifinfo -> ifnottex.
3485
34862006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
3487
3488 * searching.texi (Simple Match Data): Warn about match data being
3489 set anew by every search.
3490
34912006-05-17 Richard Stallman <rms@gnu.org>
3492
3493 * minibuf.texi (Minibuffer History): Clarify.
3494
3495 * searching.texi (Regexp Special): Clarify nested regexp warning.
3496
34972006-05-16 Kim F. Storm <storm@cua.dk>
3498
3499 * minibuf.texi (Minibuffer History): Update add-to-history.
3500
35012006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
3502
3503 * nonascii.texi (Explicit Encoding): Fix
3504 typo (encoding<->decoding).
3505
35062006-05-14 Richard Stallman <rms@gnu.org>
3507
3508 * buffers.texi (Creating Buffers): Cleanup.
3509
3510 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
3511
35122006-05-13 Eli Zaretskii <eliz@gnu.org>
3513
3514 * buffers.texi (Current Buffer): Document that with-temp-buffer
3515 disables undo.
3516
3517 * os.texi (Terminal-Specific): More accurate description of how
3518 Emacs searches for the terminal-specific libraries.
3519
35202006-05-12 Eli Zaretskii <eliz@gnu.org>
3521
3522 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
3523 emacs-xtra to @inforef's.
3524
3525 * text.texi (Undo): Document that undo is turned off in buffers
3526 whose names begin with a space.
3527
3528 * buffers.texi (Buffer Names): Add index entries for buffers whose
3529 names begin with a space.
3530 (Creating Buffers): Document that undo is turned off in buffers
3531 whose names begin with a space.
3532
3533 * files.texi (Visiting Functions, Reading from Files)
3534 (Saving Buffers): Mention code and EOL conversions by file I/O
3535 primitives and subroutines.
3536
3537 * nonascii.texi (Lisp and Coding Systems): Document
3538 coding-system-eol-type. Add index entries for eol conversion.
3539
3540 * display.texi (Defining Faces): Mention `mac', and add an xref to
3541 where window-system is described.
3542
35432006-05-10 Richard Stallman <rms@gnu.org>
3544
3545 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
3546
35472006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
3548
3549 * variables.texi (File Local Variables): Recommend to quote lambda
3550 expressions in safe-local-variable property.
3551
35522006-05-09 Richard Stallman <rms@gnu.org>
3553
3554 * variables.texi (File Local Variables): Document
3555 safe-local-eval-forms and safe-local-eval-function.
3556
35572006-05-07 Kim F. Storm <storm@cua.dk>
3558
3559 * minibuf.texi (Minibuffer History): Remove keep-dups arg
3560 from add-to-history.
3561
35622006-05-07 Romain Francoise <romain@orebokech.com>
3563
3564 * commands.texi (Event Input Misc):
3565 * compile.texi (Eval During Compile):
3566 * internals.texi (Buffer Internals):
3567 * minibuf.texi (Initial Input):
3568 * nonascii.texi (Scanning Charsets):
3569 * numbers.texi (Comparison of Numbers):
3570 * windows.texi (Textual Scrolling, Vertical Scrolling):
3571 Fix various typos.
3572
35732006-05-06 Eli Zaretskii <eliz@gnu.org>
3574
3575 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
3576 conditional xref's to either emacs or emacs-xtra, depending on
3577 @iftex/@ifnottex.
3578
3579 * minibuf.texi (Minibuffer History): Document add-to-history.
3580
35812006-05-05 Eli Zaretskii <eliz@gnu.org>
3582
3583 * internals.texi (Pure Storage): Mention the pure overflow message
3584 at startup.
3585
c8763fb6 35862006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
3587
3588 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
3589 (Searching Keymaps): Fix pseudo-Lisp description of keymap
3590 search.
3591
35922006-05-01 Richard Stallman <rms@gnu.org>
3593
3594 * intro.texi (nil and t): Clarify.
3595
3596 * variables.texi (File Local Variables): Suggest using booleanp.
3597
35982006-05-01 Juanma Barranquero <lekktu@gmail.com>
3599
3600 * objects.texi (Type Predicates): Fix typos.
3601
36022006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
3603
3604 * intro.texi (nil and t): Add booleanp.
3605
3606 * objects.texi (Type Predicates): Add links for booleanp and
3607 string-or-null-p.
3608
36092006-04-29 Richard Stallman <rms@gnu.org>
3610
3611 * modes.texi (Multiline Font Lock): Rename from
3612 Multi line Font Lock Elements. Much clarification.
3613 (Font Lock Multiline, Region to Fontify): Much clarification.
3614
36152006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
3616
3617 * variables.texi (File Local Variables): Remove the special case t for
3618 safe-local-variable.
3619
36202006-04-26 Richard Stallman <rms@gnu.org>
3621
3622 * syntax.texi (Parsing Expressions): Minor cleanup.
3623
36242006-04-18 Richard Stallman <rms@gnu.org>
3625
3626 * tips.texi (Coding Conventions): Explain when the package's
3627 prefix should appear later on (not at the start of the name).
3628
3629 * searching.texi (String Search): Clarify effect of NOERROR.
3630
3631 * modes.texi (Imenu): Clarify what special items do.
3632
3633 * hooks.texi (Standard Hooks): Delete text about old hook names.
3634
36352006-04-17 Romain Francoise <romain@orebokech.com>
3636
3637 * variables.texi (Local Variables): Update the default value of
3638 `max-specpdl-size'.
3639
36402006-04-15 Michael Olson <mwolson@gnu.org>
3641
3642 * processes.texi (Transaction Queues): Mention the new optional
3643 `delay-question' argument for `tq-enqueue'.
3644
36452006-04-13 Bill Wohler <wohler@newt.com>
3646
3647 * customize.texi (Common Keywords): Use dotted notation for
3648 :package-version value. Specify its values. Improve documentation
3649 for customize-package-emacs-version-alist.
3650
36512006-04-12 Bill Wohler <wohler@newt.com>
3652
3653 * customize.texi (Common Keywords): Move description of
3654 customize-package-emacs-version-alist to @defvar.
3655
36562006-04-10 Bill Wohler <wohler@newt.com>
3657
3658 * customize.texi (Common Keywords): Add :package-version.
3659
36602006-04-10 Kim F. Storm <storm@cua.dk>
3661
3662 * text.texi (Buffer Contents): Add NOPROPS arg to
3663 filter-buffer-substring.
3664
36652006-04-08 Kevin Ryde <user42@zip.com.au>
3666
3667 * os.texi (Command-Line Arguments): Update xref to emacs manual
3668 "Command Arguments" -> "Emacs Invocation", per change there.
3669
36702006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
3671
3672 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
3673 be on one line to help makeinfo not render two spaces after the dot.
3674
36752006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
3676
3677 * strings.texi (Predicates for Strings): Add string-or-null-p.
3678
36792006-03-28 Kim F. Storm <storm@cua.dk>
3680
3681 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
3682 remarks about systems that don't support fractional seconds.
3683
36842006-03-25 Karl Berry <karl@gnu.org>
3685
3686 * elisp.texi: Use @copyright{} instead of (C), and do not indent
3687 the year list.
3688
36892006-03-21 Nick Roberts <nickrob@snap.net.nz>
3690
3691 * display.texi (Fringe Indicators): Fix typos.
3692
36932006-03-19 Luc Teirlinck <teirllm@auburn.edu>
3694
3695 * tips.texi (Documentation Tips): One can now also write `program'
3696 in front of a quoted symbol in a docstring to prevent making a
3697 hyperlink.
3698
36992006-03-19 Alan Mackenzie <acm@muc.de>
3700
3701 * text.texi (Special Properties): Clarify `fontified' property.
3702
37032006-03-16 Richard Stallman <rms@gnu.org>
3704
3705 * display.texi (Defining Images): Minor cleanup.
3706
37072006-03-16 Bill Wohler <wohler@newt.com>
3708
3709 * display.texi (Defining Images): In image-load-path-for-library,
3710 prefer user's images.
3711
37122006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
3713
3714 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
3715
37162006-03-15 Bill Wohler <wohler@newt.com>
3717
3718 * display.texi (Defining Images): Fix example in
3719 image-load-path-for-library by not recommending that one binds
3720 image-load-path. Just defvar it to placate compiler and only use
3721 it if previously defined.
3722
37232006-03-14 Bill Wohler <wohler@newt.com>
3724
3725 * display.texi (Defining Images): In image-load-path-for-library,
3726 always return list of directories. Update example.
3727
37282006-03-14 Alan Mackenzie <acm@muc.de>
3729
3730 * modes.texi: New node, "Region to Fontify" (for Font Lock).
3731 This describes font-lock-extend-region-function.
3732 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
3733 the new node "Region to Fontify".
3734
37352006-03-13 Richard Stallman <rms@gnu.org>
3736
3737 * display.texi (Invisible Text): The impossible position is
3738 now before the invisible text, not after.
3739 (Defining Images): Clean up last change.
3740
37412006-03-11 Bill Wohler <wohler@newt.com>
3742
3743 * display.texi (Defining Images): Add image-load-path-for-library.
3744
37452006-03-11 Luc Teirlinck <teirllm@auburn.edu>
3746
3747 * text.texi (Adaptive Fill): Fix Texinfo usage.
3748
3749 * strings.texi (Creating Strings): Fix Texinfo usage.
3750
3751 * searching.texi (Regexp Special): Use @samp for regular
3752 expressions that are not in Lisp syntax.
3753
37542006-03-08 Luc Teirlinck <teirllm@auburn.edu>
3755
3756 * searching.texi (Regexp Special): Put remark between parentheses
3757 to avoid misreading.
3758
37592006-03-07 Luc Teirlinck <teirllm@auburn.edu>
3760
3761 * searching.texi (Syntax of Regexps): More accurately describe
3762 which characters are special in which situations.
3763 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
3764 are not special. Describe in detail when `[' and `]' are special.
3765 (Regexp Backslash): Plenty of regexps with unbalanced square
3766 brackets are valid, so reword that statement.
3767
37682006-03-02 Kim F. Storm <storm@cua.dk>
3769
3770 * keymaps.texi (Tool Bar): Add tool-bar-border.
3771
37722006-02-28 Luc Teirlinck <teirllm@auburn.edu>
3773
3774 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
3775
37762006-02-27 Luc Teirlinck <teirllm@auburn.edu>
3777
3778 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
3779
3780 * files.texi (Locating Files): Suggest additional values for the
3781 SUFFIXES arg of `locate-file'. Update pxref.
3782
3783 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
3784 (How Programs Do Loading): Discuss the effects of Auto Compression
3785 mode on `load'.
3786 (Load Suffixes): New node.
3787 (Library Search): Delete description of `load-suffixes'; it was
3788 moved to "Load Suffixes".
3789 (Autoload, Named Features): Mention `load-suffixes'.
3790
37912006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
3792
3793 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
3794
3795 * windows.texi (Window Tree): Fix typo.
3796
37972006-02-20 Kim F. Storm <storm@cua.dk>
3798
3799 * display.texi (Fringe Indicators): New section.
3800 Move indicate-empty-lines, indicate-buffer-boundaries, and
3801 default-indicate-buffer-boundaries here.
3802 Add fringe-indicator-alist and default-fringes-indicator-alist.
3803 Add list of logical fringe indicator symbols.
3804 Update list of standard bitmap names.
3805 (Fringe Cursors): New section.
3806 Move overflow-newline-into-fringe here.
3807 Add fringe-cursor-alist and default-fringes-cursor-alist.
3808 Add list of fringe cursor symbols.
3809
38102006-02-20 Juanma Barranquero <lekktu@gmail.com>
3811
3812 * commands.texi (Using Interactive): Fix reference to node
3813 "Minibuffers".
3814
38152006-02-19 Richard M. Stallman <rms@gnu.org>
3816
3817 * minibuf.texi (High-Level Completion):
3818 Add xref to read-input-method-name.
3819
3820 * files.texi (Relative File Names): Move file-relative-name here.
3821 (File Name Expansion): From here. Minor clarifications.
3822
3823 * commands.texi (Using Interactive): Add xrefs about reading input.
3824 Clarify remarks about that moving point and mark.
3825 Put string case before list case.
3826
c8763fb6 38272006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
3828
3829 * display.texi (Other Display Specs, Image Descriptors):
3830 Revert erroneous changes. The previous description of
3831 image-descriptors as `(image . PROPS)' was correct.
3832
38332006-02-14 Richard M. Stallman <rms@gnu.org>
3834
3835 * variables.texi (File Local Variables): Clarifications.
3836
38372006-02-14 Juanma Barranquero <lekktu@gmail.com>
3838
3839 * variables.texi (File Local Variables): Use @code for a cons
3840 cell, not @var.
3841
38422006-02-13 Chong Yidong <cyd@stupidchicken.com>
3843
3844 * variables.texi (File Local Variables): Document new file local
3845 variable behavior.
3846
38472006-02-10 Kim F. Storm <storm@cua.dk>
3848
3849 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
3850
38512006-02-08 Juanma Barranquero <lekktu@gmail.com>
3852
3853 * modes.texi (%-Constructs): Remove obsolete info about
3854 `global-mode-string'.
3855
38562006-02-07 Richard M. Stallman <rms@gnu.org>
3857
3858 * commands.texi (Prefix Command Arguments): Minor cleanup.
3859
3860 * display.texi: "Graphical display", not window system.
3861
3862 * functions.texi (What Is a Function): Fix xref.
3863
3864 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
3865 (Changing Key Bindings): Clarify when remapping is better than
3866 substitute-key-definition.
3867
38682006-02-02 Richard M. Stallman <rms@gnu.org>
3869
3870 * minibuf.texi (Basic Completion): Completion alists are risky.
3871
3872 * keymaps.texi (Active Keymaps): Clarifications.
3873 (Searching Keymaps): New node.
3874 (Keymaps): Update menu.
3875
3876 * frames.texi (Layout Parameters): Minor clarification.
3877 (Drag and Drop): New node.
3878 (Frames): Update menu.
3879
38802006-01-29 Chong Yidong <cyd@stupidchicken.com>
3881
3882 * display.texi (Other Display Specs, Image Descriptors):
3883 Image description is a list, not a cons cell.
3884
38852006-01-28 Luc Teirlinck <teirllm@auburn.edu>
3886
3887 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
3888 list is not necessarily a list).
3889
38902006-01-27 Eli Zaretskii <eliz@gnu.org>
3891
3892 * frames.texi (Layout Parameters): border-width and
3893 internal-border-width belong to the frame, not the window.
3894
38952006-01-19 Richard M. Stallman <rms@gnu.org>
3896
3897 * nonascii.texi (Translation of Characters): Search cmds use
3898 translation-table-for-input. Automatically made local.
3899
3900 * markers.texi (Overview of Markers): Count insertion type
3901 as one of a marker's attributes.
3902
3903 * keymaps.texi (Controlling Active Maps): New node, split out of
3904 Active Keymaps.
3905 (Keymaps): Menu updated.
3906 (Active Keymaps): Give pseudocode to explain how the active
3907 maps are searched. current-active-maps and key-binding moved here.
3908 (Functions for Key Lookup): current-active-maps and key-binding moved.
3909 Clarifications.
3910 (Searching the Keymaps): New subnode.
3911
3912 * elisp.texi (Top): Menu clarification.
3913
3914 * display.texi (Other Display Specs): Delete duplicate entry for
3915 just a string as display spec. Move text about recursive display
3916 specs on such a string.
3917
3918 * commands.texi (Key Sequence Input): Clarify.
3919 Move num-nonmacro-input-events out.
3920 (Reading One Event): num-nonmacro-input-events moved here.
3921
39222006-01-14 Nick Roberts <nickrob@snap.net.nz>
3923
3924 * advice.texi (Simple Advice): Update example to fit argument
3925 change in previous-line.
3926
39272006-01-05 Richard M. Stallman <rms@gnu.org>
3928
3929 * markers.texi (The Mark): Fix in `mark'.
3930
39312006-01-04 Richard M. Stallman <rms@gnu.org>
3932
3933 * processes.texi (Misc Network, Make Network): Minor cleanups.
3934
39352006-01-04 Kim F. Storm <storm@cua.dk>
3936
3937 * processes.texi (Make Network): Add IPv6 addresses and handling.
3938 (Network Feature Testing): Mention (:family ipv6).
3939 (Misc Network): Add IPv6 formats to format-network-address.
3940
39412005-12-30 Richard M. Stallman <rms@gnu.org>
3942
3943 * text.texi (Changing Properties):
3944 Don't use return value of set-text-properties.
3945
39462005-12-29 Luc Teirlinck <teirllm@auburn.edu>
3947
3948 * modes.texi (Mode Line Format): Correct typo in menu.
3949
39502005-12-29 Richard M. Stallman <rms@gnu.org>
3951
3952 * modes.texi (Mode Line Top): New node.
3953 (Mode Line Data): Some text moved to new node.
3954 Explain the data structure more concretely.
3955 (Mode Line Basics): Clarifications.
3956 (Mode Line Variables): Clarify intro paragraph.
3957 (%-Constructs): Clarify intro paragraph.
3958 (Mode Line Format): Update menu.
3959
39602005-12-28 Luc Teirlinck <teirllm@auburn.edu>
3961
3962 * minibuf.texi (Basic Completion): Update lazy-completion-table
3963 examples for removal of ARGS argument.
3964
39652005-12-23 Richard M. Stallman <rms@gnu.org>
3966
3967 * text.texi (Undo): Restore some explanation from the version
3968 that was deleted.
3969
39702005-12-23 Eli Zaretskii <eliz@gnu.org>
3971
3972 * text.texi (Undo): Remove duplicate descriptions of `apply
3973 funname' and `apply delta' elements of the undo list.
3974
39752005-12-20 Richard M. Stallman <rms@gnu.org>
3976
3977 * help.texi (Help Functions): Update documentation of `apropos'.
3978
39792005-12-20 Luc Teirlinck <teirllm@auburn.edu>
3980
3981 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
3982 because it is confusing. If the :help-echo keyword is a function,
3983 it is not directly used as the :help-echo overlay property, as the
3984 xref seems to suggest (it does not take the appropriate args).
3985
39862005-12-19 Luc Teirlinck <teirllm@auburn.edu>
3987
3988 * customize.texi (Common Keywords): Fix Texinfo usage.
3989 (Group Definitions, Variable Definitions): Update for new
3990 conventions for using `*' in docstrings.
3991
3992 * tips.texi (Documentation Tips): Update for new conventions for
3993 using `*' in docstrings.
3994
39952005-12-16 Richard M. Stallman <rms@gnu.org>
3996
3997 * minibuf.texi (Minibuffer Contents): Minor cleanup.
3998
39992005-12-16 Juri Linkov <juri@jurta.org>
4000
4001 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
4002
40032005-12-14 Romain Francoise <romain@orebokech.com>
4004
4005 * modes.texi (Customizing Keywords): Rename `append' to `how'.
4006 Fix typo.
4007
40082005-12-11 Juri Linkov <juri@jurta.org>
4009
4010 * minibuf.texi (Completion Commands): Add mention of read-file-name
4011 for filename completion keymaps.
4012 (Reading File Names): Add mention of filename completion keymaps
4013 for read-file-name and xref to `Completion Commands'.
4014
40152005-12-10 Richard M. Stallman <rms@gnu.org>
4016
4017 * customize.texi (Common Keywords): State caveats for use of :tag.
4018
40192005-12-08 Richard M. Stallman <rms@gnu.org>
4020
4021 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
4022 with xrefs and better explanation.
4023 (Completion Commands): Add the filename completion maps.
4024
4025 * objects.texi (Character Type): Clarify that \s is not space
4026 if a dash follows.
4027
40282005-12-05 Richard M. Stallman <rms@gnu.org>
4029
4030 * windows.texi (Resizing Windows): Delete preserve-before args.
4031
40322005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
4033
4034 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
4035 in full keymaps, since the quirk has been fixed.
4036
40372005-12-03 Eli Zaretskii <eliz@gnu.org>
4038
4039 * hooks.texi (Standard Hooks): Add index entries. Mention
4040 `compilation-finish-functions'.
4041
40422005-11-27 Richard M. Stallman <rms@gnu.org>
4043
4044 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
4045
40462005-11-21 Juri Linkov <juri@jurta.org>
4047
4048 * customize.texi (Common Keywords): Update links types
4049 custom-manual and url-link. Add link types emacs-library-link,
4050 file-link, function-link, variable-link, custom-group-link.
4051
40522005-11-20 Chong Yidong <cyd@stupidchicken.com>
4053
4054 * display.texi: Revert 2005-11-20 change.
4055
40562005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
4057
4058 * processes.texi (Bindat Functions):
4059 Say "third" to refer to zero-based index "2".
4060
40612005-11-18 Luc Teirlinck <teirllm@auburn.edu>
4062
4063 * loading.texi (Library Search): Update the default value of
4064 `load-suffixes'.
4065
40662005-11-17 Chong Yidong <cyd@stupidchicken.com>
4067
4068 * display.texi (Attribute Functions): Mention :ignore-defface.
4069
40702005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4071
4072 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
4073 (Minor Mode Conventions): Mention the use of a hook.
4074
40752005-11-06 Richard M. Stallman <rms@gnu.org>
4076
4077 * files.texi (Magic File Names): find-file-name-handler checks the
4078 `operations' property of the handler.
4079
40802005-11-03 Richard M. Stallman <rms@gnu.org>
4081
4082 * variables.texi (Frame-Local Variables): Small clarification.
4083
40842005-10-29 Chong Yidong <cyd@stupidchicken.com>
4085
4086 * os.texi (Init File): Document ~/.emacs.d/init.el.
4087
40882005-10-29 Richard M. Stallman <rms@gnu.org>
4089
4090 * internals.texi (Garbage Collection): Document memory-full.
4091
40922005-10-28 Bill Wohler <wohler@newt.com>
4093
4094 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
4095 for URLs.
4096
40972005-10-28 Richard M. Stallman <rms@gnu.org>
4098
4099 * minibuf.texi (Completion Commands): Clean up prev change.
4100
41012005-10-26 Kevin Ryde <user42@zip.com.au>
4102
4103 * compile.texi (Eval During Compile): Explain recommended uses
4104 of eval-when-compile and eval-and-compile.
4105
41062005-10-27 Masatake YAMATO <jet@gyve.org>
4107
4108 * minibuf.texi (Completion Commands):
4109 Write about new optional argument for `display-completion-list'.
4110
41112005-10-23 Richard M. Stallman <rms@gnu.org>
4112
4113 * display.texi (Overlay Arrow): Clarify about local bindings of
4114 overlay-arrow-position.
4115
41162005-10-22 Eli Zaretskii <eliz@gnu.org>
4117
4118 * internals.texi (Building Emacs): Fix last change.
4119
41202005-10-22 Richard M. Stallman <rms@gnu.org>
4121
4122 * internals.texi (Building Emacs): Document eval-at-startup.
4123
41242005-10-21 Richard M. Stallman <rms@gnu.org>
4125
4126 * loading.texi (Where Defined): load-history contains abs file names.
4127 symbol-file returns abs file names.
4128
41292005-10-19 Kim F. Storm <storm@cua.dk>
4130
4131 * display.texi (Showing Images): Add max-image-size integer value.
4132
41332005-10-18 Chong Yidong <cyd@stupidchicken.com>
4134
4135 * display.texi (Showing Images): Document max-image-size.
4136
41372005-10-17 Richard M. Stallman <rms@gnu.org>
4138
4139 * commands.texi (Quitting): Minor clarification.
4140
4141 * processes.texi (Sentinels): Clarify about output and quitting.
4142 (Filter Functions): Mention with-local-quit.
4143
41442005-10-17 Juri Linkov <juri@jurta.org>
4145
4146 * buffers.texi (Current Buffer):
4147 * commands.texi (Event Input Misc):
4148 * compile.texi (Eval During Compile, Compiler Errors):
4149 * customize.texi (Group Definitions):
4150 * display.texi (Progress, Defining Faces):
4151 * files.texi (Writing to Files):
4152 * modes.texi (Mode Hooks, Defining Minor Modes):
4153 * streams.texi (Output Functions):
4154 * syntax.texi (Syntax Table Functions):
4155 * text.texi (Change Hooks):
4156 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
4157
4158 * commands.texi (Quitting): Replace arg `forms' with `body' in
4159 `with-local-quit'.
4160
4161 * positions.texi (Excursions): Replace arg `forms' with `body' in
4162 `save-excursion'.
4163
41642005-10-08 Kim F. Storm <storm@cua.dk>
4165
4166 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
4167 Rename manual section accordingly.
4168
41692005-10-04 Kim F. Storm <storm@cua.dk>
4170
4171 * windows.texi (Window Split Tree): New section describing
4172 new function window-split-tree function.
4173
41742005-10-03 Nick Roberts <nickrob@snap.net.nz>
4175
4176 * display.texi (Fringe Size/Pos): Simplify and add detail.
4177
41782005-09-30 Romain Francoise <romain@orebokech.com>
4179
4180 * minibuf.texi (High-Level Completion): Explain that the prompt
4181 given to `read-buffer' should end with a colon and a space.
4182 Update usage examples.
4183
41842005-09-29 Juri Linkov <juri@jurta.org>
4185
4186 * display.texi (Displaying Messages): Rename argument name
4187 `string' to `format-string' in functions `message', `message-box',
4188 `message-or-box'.
4189
41902005-09-26 Chong Yidong <cyd@stupidchicken.com>
4191
4192 * errors.texi (Standard Errors): Correct xrefs.
4193
41942005-09-18 Chong Yidong <cyd@stupidchicken.com>
4195
4196 * display.texi (Defining Images): Update documentation for
4197 `image-load-path'.
4198
41992005-09-17 Richard M. Stallman <rms@gnu.org>
4200
4201 * display.texi (Defining Images): Clean up previous change.
4202
42032005-09-16 Romain Francoise <romain@orebokech.com>
4204
4205 * elisp.texi: Specify GFDL version 1.2.
4206
4207 * doclicense.texi (GNU Free Documentation License): Update to
4208 version 1.2.
4209
42102005-09-15 Chong Yidong <cyd@stupidchicken.com>
4211
4212 * display.texi (Defining Images): Document `image-load-path'.
4213
42142005-09-15 Richard M. Stallman <rms@gnu.org>
4215
4216 * objects.texi (Printed Representation): Minor cleanup.
4217 (Box Diagrams): Minor fix.
4218 (Cons Cell Type): Move (...) index item here.
4219 (Box Diagrams): From here.
4220 (Array Type): Minor fix.
4221 (Type Predicates): Delete index "predicates".
4222 (Hash Table Type): Clarify xref.
4223 (Dotted Pair Notation): Minor fix.
4224
42252005-09-10 Chong Yidong <cyd@stupidchicken.com>
4226
4227 * files.texi (Saving Buffers): Fix typo.
4228
42292005-09-08 Richard M. Stallman <rms@gnu.org>
4230
4231 * tips.texi (Programming Tips): Correct the "default" prompt spec.
4232
42332005-09-08 Chong Yidong <cyd@stupidchicken.com>
4234
4235 * locals.texi (Standard Buffer-Local Variables): Don't include
4236 mode variables for minor modes.
4237 Fix xrefs for buffer-display-count, buffer-display-table,
4238 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
4239 enable-multibyte-characters, fill-column, header-line-format,
4240 left-fringe-width, left-margin, and right-fringe-width.
4241
4242 * hooks.texi (Standard Hooks): All hooks should conform to the
4243 standard naming convention now.
4244 Fix xref for `echo-area-clear-hook'.
4245
4246 * display.texi (Usual Display): Note that indicate-empty-lines and
4247 tab-width are buffer-local.
4248
4249 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
4250
4251 * modes.texi (Mode Help): Note that major-mode is buffer-local.
4252
4253 * nonascii.texi (Encoding and I/O): Note that
4254 buffer-file-coding-system is buffer-local.
4255
4256 * positions.texi (List Motion): Note that defun-prompt-regexp is
4257 buffer-local.
4258
4259 * text.texi (Auto Filling): Note that auto-fill-function is
4260 buffer-local.
4261 (Undo): Note that buffer-undo-list is buffer-local.
4262
4263 * windows.texi (Buffers and Windows): Document
4264 buffer-display-count.
4265
42662005-09-06 Richard M. Stallman <rms@gnu.org>
4267
4268 * tips.texi (Coding Conventions): Sometimes it is ok to put the
4269 package prefix elsewhere than at the start of the name.
4270
42712005-09-03 Richard M. Stallman <rms@gnu.org>
4272
4273 * tips.texi (Programming Tips): Add conventions for minibuffer
4274 questions and prompts.
4275
42762005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
4277
4278 * intro.texi (nil and t): Minor cleanup.
4279 Delete spurious mention of keyword symbols.
4280 (Evaluation Notation): Add index entry.
4281 (A Sample Function Description): Minor cleanup.
4282 (A Sample Variable Description): Not all vars can be set.
4283
42842005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
4285
4286 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
4287
4288 (Insertion): Document precise type of `insert-char' arg COUNT.
4289
42902005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
4291
4292 * modes.texi (Other Font Lock Variables): Sync the default of
4293 font-lock-lines-before.
4294
42952005-08-31 Michael Albinus <michael.albinus@gmx.de>
4296
4297 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
4298
42992005-08-29 Richard M. Stallman <rms@gnu.org>
4300
4301 * elisp.texi (Top): Update subnode menu.
4302
4303 * searching.texi (Searching and Matching): Move node.
4304 Rearrange contents and add overall explanation.
4305 (Searching and Case): Move node.
4306 (Searching and Matching): Update menu.
4307
43082005-08-27 Eli Zaretskii <eliz@gnu.org>
4309
4310 * os.texi (Startup Summary): Fix the description of the initial
4311 startup message display.
4312
43132005-08-25 Richard M. Stallman <rms@gnu.org>
4314
4315 * searching.texi (Search and Replace): Add replace-regexp-in-string.
4316
43172005-08-25 Emilio C. Lopes <eclig@gmx.net>
4318
4319 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
4320 `next-overlay-change' example.
4321
43222005-08-22 Juri Linkov <juri@jurta.org>
4323
4324 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
4325 Fix invert-face. Fix args of face-background.
4326
4327 * display.texi (Standard Faces): Delete node.
4328 (Faces): Add xref to `(emacs)Standard Faces'.
4329 (Displaying Faces): Fix xref to `Standard Faces'.
4330
4331 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
4332
43332005-08-20 Alan Mackenzie <acm@muc.de>
4334
4335 * buffers.texi (The Buffer List): Clarify the manipulation of the
4336 buffer list.
4337
43382005-08-14 Richard M. Stallman <rms@gnu.org>
4339
4340 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
4341 a regexp.
4342
43432005-08-11 Richard M. Stallman <rms@gnu.org>
4344
4345 * elisp.texi (Top): Update subnode lists.
4346
4347 * display.texi (Inverse Video): Node deleted.
4348
4349 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
4350 New nodes split out of Coding Conventions.
4351
4352 * searching.texi (Regular Expressions): Document re-builder.
4353
4354 * os.texi (Time Parsing): New node split out of Time Conversion.
4355
4356 * processes.texi (Misc Network, Network Feature Testing)
4357 (Network Options, Make Network): New nodes split out of
4358 Low-Level Network.
4359
43602005-08-09 Richard M. Stallman <rms@gnu.org>
4361
4362 * frames.texi (Geometry): New node, split from Size and Position.
4363 (Frame Parameters): Refer to Geometry.
4364
4365 * buffers.texi (The Buffer List): Fix xrefs.
4366
4367 * windows.texi (Splitting Windows): Fix xref.
4368
4369 * frames.texi (Layout Parameters): Add xref.
4370
4371 * display.texi (Line Height, Scroll Bars): Fix xrefs.
4372
4373 * keymaps.texi (Menu Bar): Fix xref.
4374
4375 * locals.texi (Standard Buffer-Local Variables): Fix xref.
4376
4377 * modes.texi (%-Constructs): Fix xref.
4378
4379 * frames.texi (Window Frame Parameters): Node split up.
4380 (Basic Parameters, Position Parameters, Size Parameters)
4381 (Layout Parameters, Buffer Parameters, Management Parameters)
4382 (Cursor Parameters, Color Parameters): New subnodes.
4383
43842005-08-09 Luc Teirlinck <teirllm@auburn.edu>
4385
4386 * positions.texi (Screen Lines): Update xref for previous change
4387 in minibuf.texi.
4388
4389 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
4390 change in minibuf.texi.
4391
43922005-08-09 Richard M. Stallman <rms@gnu.org>
4393
4394 * tips.texi (Coding Conventions): Minor cleanup.
4395
4396 * modes.texi (Defining Minor Modes): Explain when init-value
4397 can be non-nil.
4398
4399 * elisp.texi (Top): Update submenu for Minibuffer.
4400
4401 * minibuf.texi (Minibuffer Misc): Node split up.
4402 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
4403 (Recursive Mini): New nodes split out from Minibuffer Misc.
4404 (Minibuffer Misc): Document max-mini-window-height.
4405
4406 * hash.texi (Defining Hash): Delete stray paren in example.
4407
4408 * display.texi (Echo Area Customization): Don't define
4409 max-mini-window-height here; xref instead.
4410
4411 * commands.texi (Event Input Misc): Update while-no-input.
4412
4413 * advice.texi (Advising Functions): Explain when to use advice
4414 and when to use a hook.
4415
44162005-07-30 Eli Zaretskii <eliz@gnu.org>
4417
4418 * makefile.w32-in (info): Don't run install-info.
4419 ($(infodir)/dir): New target, produced by running install-info.
4420
44212005-07-27 Luc Teirlinck <teirllm@auburn.edu>
4422
4423 * modes.texi (Defining Minor Modes): The keyword for the initial
4424 value is :init-value, not :initial-value.
4425
44262005-07-23 Eli Zaretskii <eliz@gnu.org>
4427
4428 * loading.texi (Autoload): Make the `doctor' example be consistent
4429 with what's in current loaddefs.el. Describe the "fn" magic in
4430 the usage portion of the doc string.
4431
44322005-07-22 Richard M. Stallman <rms@gnu.org>
4433
4434 * internals.texi (Garbage Collection): Clarify previous change.
4435
44362005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
4437
4438 * internals.texi (Garbage Collection): Add gc-cons-percentage.
4439
44402005-07-18 Juri Linkov <juri@jurta.org>
4441
4442 * commands.texi (Accessing Events):
4443 * frames.texi (Text Terminal Colors, Resources):
4444 * markers.texi (The Mark):
4445 * modes.texi (Defining Minor Modes):
4446 Delete duplicate duplicate words.
4447
44482005-07-16 Richard M. Stallman <rms@gnu.org>
4449
4450 * display.texi (Managing Overlays): Clarify make-overlay
4451 args for insertion types.
4452
44532005-07-13 Luc Teirlinck <teirllm@auburn.edu>
4454
4455 * customize.texi (Variable Definitions):
4456 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
4457 `standard-value' is a list too.
4458 (Defining New Types): Use @key{RET} instead of @key{ret}.
4459
44602005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
4461
4462 * os.texi (Translating Input): Fix typo.
4463
44642005-07-08 Richard M. Stallman <rms@gnu.org>
4465
4466 * README: Update edition number and size estimate.
4467
4468 * elisp.texi (VERSION): Set to 2.9.
4469
44702005-07-07 Richard M. Stallman <rms@gnu.org>
4471
4472 * book-spine.texinfo: Update Emacs version.
4473
4474 * display.texi (Inverse Video): Delete mode-line-inverse-video.
4475
44762005-07-06 Richard M. Stallman <rms@gnu.org>
4477
4478 * searching.texi (Regexp Search): Clarify what re-search-forward
4479 does when the search fails.
4480
44812005-07-05 Lute Kamstra <lute@gnu.org>
4482
4483 * Update FSF's address in GPL notices.
4484
4485 * doclicense.texi (GNU Free Documentation License):
4486 * gpl.texi (GPL):
4487 * tips.texi (Coding Conventions, Library Headers):
4488 * vol1.texi:
4489 * vol2.texi: Update FSF's address.
4490
44912005-07-04 Richard M. Stallman <rms@gnu.org>
4492
4493 * hooks.texi (Standard Hooks): Add occur-hook.
4494
44952005-07-03 Luc Teirlinck <teirllm@auburn.edu>
4496
4497 * display.texi (The Echo Area): Correct menu.
4498
44992005-07-03 Richard M. Stallman <rms@gnu.org>
4500
4501 * elisp.texi (Top): Update subnode menu for Display.
4502
4503 * display.texi (Displaying Messages): New node, with most
4504 of what was in The Echo Area.
4505 (Progress): Moved under The Echo Area.
4506 (Logging Messages): New node with new text.
4507 (Echo Area Customization): New node, the rest of what was
4508 in The Echo Area. Document message-truncate-lines with @defvar.
4509 (Display): Update menu.
4510
4511 * windows.texi (Textual Scrolling): Doc 3 values for
4512 scroll-preserve-screen-position.
4513
4514 * text.texi (Special Properties): Change hook functions
4515 should bind inhibit-modification-hooks around altering buffer text.
4516
4517 * keymaps.texi (Key Binding Commands): Call binding BINDING
4518 rather than DEFINITION.
4519
45202005-06-29 Juanma Barranquero <lekktu@gmail.com>
4521
4522 * variables.texi (Defining Variables): `user-variable-p' returns t
4523 for aliases of user options, nil for alias loops.
4524
45252005-06-28 Richard M. Stallman <rms@gnu.org>
4526
4527 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
4528 make-keymap.
4529
45302005-06-27 Luc Teirlinck <teirllm@auburn.edu>
4531
4532 * variables.texi (Setting Variables): Correct and clarify
4533 description of `add-to-ordered-list'.
4534
45352005-06-26 Richard M. Stallman <rms@gnu.org>
4536
4537 * display.texi (Faces): Minor cleanup.
4538
45392005-06-25 Luc Teirlinck <teirllm@auburn.edu>
4540
4541 * display.texi (Faces): `facep' returns t for strings that are
4542 face names.
4543
45442005-06-25 Richard M. Stallman <rms@gnu.org>
4545
4546 * objects.texi (Equality Predicates): Clarify meaning of equal.
4547
4548 * windows.texi (Selecting Windows): save-selected-window
4549 and with-selected-window save and restore the current buffer.
4550
45512005-06-24 Richard M. Stallman <rms@gnu.org>
4552
4553 * numbers.texi (Float Basics): Explain how to test for NaN,
4554 and printing the sign of NaNs.
4555
45562005-06-24 Eli Zaretskii <eliz@gnu.org>
4557
4558 * makefile.w32-in (MAKEINFO): Use --force.
4559
45602005-06-23 Richard M. Stallman <rms@gnu.org>
4561
4562 * display.texi (Face Functions): Correct Texinfo usage.
4563
45642005-06-23 Luc Teirlinck <teirllm@auburn.edu>
4565
4566 * lists.texi (Rings): `ring-elements' now returns the elements of
4567 RING in order.
4568
45692005-06-23 Juanma Barranquero <lekktu@gmail.com>
4570
4571 * markers.texi (The Mark): Texinfo usage fix.
4572
45732005-06-23 Kim F. Storm <storm@cua.dk>
4574
4575 * searching.texi (Entire Match Data): Remove evaporate option for
4576 match-data. Do not mention evaporate option for set-match-data.
4577
45782005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
4579
4580 * display.texi (Face Functions): Mention face aliases.
4581
45822005-06-21 Richard M. Stallman <rms@gnu.org>
4583
4584 * anti.texi (Antinews): Texinfo usage fix.
4585
45862005-06-21 Karl Berry <karl@gnu.org>
4587
4588 * elisp.texi: Use @copying.
4589
4590 * elisp.texi: Put @summarycontents and @contents before the Top
4591 node, instead of the end of the file, so that the contents appear
4592 in the right place in the dvi/pdf output.
4593
45942005-06-21 Juri Linkov <juri@jurta.org>
4595
4596 * display.texi (Defining Faces): Add `customized-face'.
4597
45982005-06-20 Kim F. Storm <storm@cua.dk>
4599
4600 * variables.texi (Setting Variables): Any type of element can be
4601 given order in add-to-ordered-list. Compare elements with eq.
4602
4603 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
4604
46052005-06-20 Karl Berry <karl@gnu.org>
4606
4607 * syntax.texi (Syntax Flags): Make last column very slightly wider
4608 to avoid "generic comment" breaking on two lines and causing an
4609 underfull box.
4610
46112005-06-19 Luc Teirlinck <teirllm@auburn.edu>
4612
4613 * lists.texi (Rings): Various minor clarifications and corrections.
4614
46152005-06-18 Richard M. Stallman <rms@gnu.org>
4616
4617 * functions.texi (Obsolete Functions): Simplify.
4618
4619 * variables.texi (Variable Aliases): Simplify.
4620
4621 * anti.texi, backups.texi, compile.texi, customization.texi:
4622 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
4623 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
4624 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
4625 * variables.texi: Fix formatting ugliness.
4626
4627 * elisp.texi: Add links to Rings and Byte Packing.
4628 Update version and copyright years.
4629
4630 * minibuf.texi: Fix formatting ugliness.
4631 (Completion Commands): Move keymap vars to the end
4632 and vars completing-read binds to the top.
4633
46342005-06-17 Luc Teirlinck <teirllm@auburn.edu>
4635
4636 * processes.texi: Fix typos.
4637 (Bindat Spec): Correct Texinfo error.
4638 (Byte Packing): Fix ungrammatical sentence.
4639
46402005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
4641
4642 * lists.texi (Rings): New node.
4643 (Lists): Add it to menu.
4644
4645 * processes.texi (Byte Packing): New node.
4646 (Processes): Add it to menu.
4647
46482005-06-17 Richard M. Stallman <rms@gnu.org>
4649
4650 * syntax.texi (Parsing Expressions): Fix texinfo usage.
4651
4652 * help.texi (Documentation Basics): Explain the xref to
4653 Documentation Tips.
4654
4655 * debugging.texi (Debugger Commands): Minor fix.
4656
46572005-06-16 Luc Teirlinck <teirllm@auburn.edu>
4658
4659 * edebug.texi (Instrumenting): Eliminate duplicate link.
4660 (Specification List): Replace references to "below", referring to
4661 a later node, with one @ref to that node.
4662
4663 * os.texi (Timers): Timers should save and restore the match data
4664 if they change it.
4665
4666 * debugging.texi (Debugger Commands): Mention that the Lisp
4667 debugger can not step through primitive functions.
4668
46692005-06-16 Juanma Barranquero <lekktu@gmail.com>
4670
4671 * functions.texi (Obsolete Functions): Update argument names of
4672 `make-obsolete' and `define-obsolete-function-alias'.
4673
4674 * variables.texi (Variable Aliases): Update argument names of
4675 `defvaralias', `make-obsolete-variable' and
4676 `define-obsolete-variable-alias'.
4677
46782005-06-15 Kim F. Storm <storm@cua.dk>
4679
4680 * searching.texi (Entire Match Data): Rephrase warnings about
4681 evaporate arg to match-data and set-match-data.
4682
46832005-06-14 Luc Teirlinck <teirllm@auburn.edu>
4684
4685 * elisp.texi (Top): Update detailed menu.
4686
4687 * edebug.texi (Edebug): Update menu.
4688 (Instrumenting): Update xrefs.
4689 (Edebug Execution Modes): Correct xref.
4690 (Jumping): Clarify description of `h' command.
4691 Eliminate redundant @ref.
4692 (Breaks): New node.
4693 (Breakpoints): Is now a subsubsection.
4694 (Global Break Condition): Mention `C-x X X'.
4695 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
4696 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
4697 (Edebug Display Update): Correct pxref.
4698 (Edebug and Macros): New node.
4699 (Instrumenting Macro Calls): Is now a subsubsection.
4700 Neither arg of `def-edebug-spec' is evaluated.
4701 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
4702 (Specification Examples): Fix typo.
4703
47042005-06-14 Lute Kamstra <lute@gnu.org>
4705
4706 * debugging.texi (Function Debugging): Primitives can break on
4707 entry too.
4708
47092005-06-14 Kim F. Storm <storm@cua.dk>
4710
4711 * variables.texi (Setting Variables): Add add-to-ordered-list.
4712
47132005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
4714
4715 * syntax.texi (Parsing Expressions): Document aux functions and vars of
4716 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
4717
47182005-06-13 Lute Kamstra <lute@gnu.org>
4719
4720 * text.texi (Special Properties): Fix cross reference.
4721
47222005-06-11 Luc Teirlinck <teirllm@auburn.edu>
4723
4724 * debugging.texi (Function Debugging): Delete mention of empty
4725 string argument to `cancel-debug-on-entry'. Delete inaccurate
4726 description of the return value of that command.
4727
47282005-06-11 Alan Mackenzie <acm@muc.de>
4729
4730 * text.texi (Adaptive Fill): Amplify the description of
4731 fill-context-prefix.
4732
47332005-06-10 Luc Teirlinck <teirllm@auburn.edu>
4734
4735 * syntax.texi (Parsing Expressions): Fix Texinfo error.
4736
47372005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
4738
4739 * syntax.texi (Parsing Expressions): Document syntax-ppss.
4740
47412005-06-10 Luc Teirlinck <teirllm@auburn.edu>
4742
4743 * debugging.texi (Error Debugging): Minor rewording.
4744 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
4745 is optional.
4746
47472005-06-10 Lute Kamstra <lute@gnu.org>
4748
4749 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
4750 (Top): Give it a title. Correct version number. Give the
4751 detailed node listing a more prominent header.
4752 * intro.texi: Don't set VERSION here a second time.
4753 Mention Emacs's version too.
4754 * anti.texi (Antinews): Use EMACSVER to refer to the current
4755 version of Emacs.
4756
47572005-06-09 Kim F. Storm <storm@cua.dk>
4758
4759 * searching.texi (Entire Match Data): Explain new `reseat' argument to
4760 match-data and set-match-data.
4761
47622005-06-08 Richard M. Stallman <rms@gnu.org>
4763
4764 * searching.texi (Entire Match Data): Clarify when match-data
4765 returns markers and when integers.
4766
4767 * display.texi (Defining Faces): Explain that face name should not
4768 end in `-face'.
4769
4770 * modes.texi (Mode Line Data): Minor cleanup.
4771 (Customizing Keywords): Node split out of Search-based Fontification.
4772 Add example of using font-lock-add-keywords from a hook.
4773 Clarify when MODE should be non-nil, and when nil.
4774
47752005-06-06 Richard M. Stallman <rms@gnu.org>
4776
4777 * modes.texi (Mode Line Data): Explain what happens when the car
4778 of a list is a void symbol.
4779 (Search-based Fontification): Explain MODE arg to
4780 font-lock-add-keywords and warn about calls from major modes.
4781
47822005-06-08 Juri Linkov <juri@jurta.org>
4783
4784 * display.texi (Standard Faces): Add `shadow' face.
4785
47862005-05-29 Luc Teirlinck <teirllm@auburn.edu>
4787
4788 * modes.texi (Major Mode Conventions): A derived mode only needs
4789 to put the call to the parent mode inside `delay-mode-hooks'.
4790
47912005-05-29 Richard M. Stallman <rms@gnu.org>
4792
4793 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
4794 new, and what that implies. Clarify.
4795
4796 * files.texi (Locating Files): Clean up the text.
4797
4798 * frames.texi (Window Frame Parameters): Document user-size.
4799 Shorten entry for top by referring to left.
4800
48012005-05-26 Richard M. Stallman <rms@gnu.org>
4802
4803 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
4804 is new, and what the implications are. Other clarifications.
4805
48062005-05-24 Richard M. Stallman <rms@gnu.org>
4807
4808 * frames.texi (Dialog Boxes): Minor fixes.
4809
48102005-05-25 Masatake YAMATO <jet@gyve.org>
4811
4812 * display.texi (Standard Faces): Write about `mode-line-highlight'.
4813
48142005-05-24 Luc Teirlinck <teirllm@auburn.edu>
4815
4816 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
4817 is optional.
4818
48192005-05-24 Nick Roberts <nickrob@snap.net.nz>
4820
10d1d0af 4821 * frames.texi (Dialog Boxes): Describe new optional argument.
b8d4c8d0
GM
4822
48232005-05-23 Lute Kamstra <lute@gnu.org>
4824
4825 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
4826 syntax-begin-function over font-lock-beginning-of-syntax-function.
4827
48282005-05-21 Luc Teirlinck <teirllm@auburn.edu>
4829
4830 * minibuf.texi (Reading File Names): Update description of
4831 `read-directory-name'.
4832
4833 * modes.texi (Derived Modes): Clarify :group keyword.
4834
48352005-05-21 Eli Zaretskii <eliz@gnu.org>
4836
4837 * files.texi (Locating Files): New subsection.
4838 Describe locate-file and executable-find.
4839
48402005-05-21 Kevin Ryde <user42@zip.com.au>
4841
4842 * frames.texi (Initial Parameters): Update cross reference to
4843 "Emacs Invocation".
4844
48452005-05-19 Luc Teirlinck <teirllm@auburn.edu>
4846
4847 * keymaps.texi (Active Keymaps): Add anchor.
4848
4849 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
4850 (Major Mode Conventions): Refer to `Auto Major Mode' in more
4851 appropriate place.
4852 (Derived Modes): Small clarifications.
4853 (Minor Mode Conventions, Keymaps and Minor Modes):
4854 Replace references to nodes with references to anchors.
4855 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
4856 Clarify description of lists whose first element is an integer.
4857 (Mode Line Variables): Add anchor.
4858 (%-Constructs): Clarify description of integer after %.
4859 (Emulating Mode Line): Describe nil value for FACE.
4860
48612005-05-18 Luc Teirlinck <teirllm@auburn.edu>
4862
4863 * modes.texi (Derived Modes): Correct references to non-existing
4864 variable standard-syntax-table.
4865
48662005-05-17 Lute Kamstra <lute@gnu.org>
4867
4868 * modes.texi (Defining Minor Modes): Mention the mode hook.
4869
48702005-05-15 Kim F. Storm <storm@cua.dk>
4871
4872 * processes.texi (Network): Remove open-network-stream-nowait.
4873 (Network Servers): Remove open-network-stream-server.
4874
48752005-05-15 Luc Teirlinck <teirllm@auburn.edu>
4876
4877 * elisp.texi (Top): Update detailed menu.
4878
4879 * variables.texi: Reorder nodes.
4880 (Variables): Update menu.
4881 (File Local Variables): Do not refer to the `-*-' line as
4882 a "local variables list". Add pxref.
4883
48842005-05-14 Luc Teirlinck <teirllm@auburn.edu>
4885
4886 * elisp.texi (Top): Update detailed menu for node changes.
4887
4888 * modes.texi (Modes): Update Menu.
4889 (Hooks): Move to beginning of chapter.
4890 Most minor modes run mode hooks too.
4891 `add-hook' can handle void hooks or hooks whose value is a single
4892 function.
4893 (Major Modes): Update Menu.
4894 (Major Mode Basics): New node, split off from `Major Modes'.
4895 (Major Mode Conventions): Correct xref. Explain how to handle
4896 auto-mode-alist if the major mode command has an autoload cookie.
4897 (Auto Major Mode): Major update. Add magic-mode-alist.
4898 (Derived Modes): Major update.
4899 (Mode Line Format): Update Menu.
4900 (Mode Line Basics): New node, split off from `Mode Line Format'.
4901
4902 * loading.texi (Autoload): Mention `autoload cookie' as synonym
4903 for `magic autoload comment'. Add index entries and anchor.
4904
49052005-05-14 Richard M. Stallman <rms@gnu.org>
4906
4907 * tips.texi (Coding Conventions): Explain how important it is
4908 that just loading certain files not change Emacs behavior.
4909
4910 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
4911
49122005-05-12 Lute Kamstra <lute@gnu.org>
4913
4914 * modes.texi (Generic Modes): Update.
4915 (Major Modes): Refer to node "Generic Modes".
4916
4917 * elisp.texi (Top): Update to the current structure of the manual.
4918 * processes.texi (Processes): Add menu description.
4919 * customize.texi (Customization): Add menu descriptions.
4920
49212005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
4922
4923 * processes.texi (Signals to Processes)
4924 (Low-Level Network): Fix typos.
4925
49262005-05-11 Lute Kamstra <lute@gnu.org>
4927
4928 * elisp.texi (Top): Add some nodes from the chapter "Major and
4929 Minor Modes" to the detailed node listing.
4930
49312005-05-10 Richard M. Stallman <rms@gnu.org>
4932
4933 * keymaps.texi (Extended Menu Items): Menu item filter functions
4934 can be called at any time.
4935
49362005-05-08 Luc Teirlinck <teirllm@auburn.edu>
4937
4938 * variables.texi (File Local Variables): `(hack-local-variables t)'
4939 now also checks whether a mode is specified in the local variables
4940 list.
4941
49422005-05-05 Kevin Ryde <user42@zip.com.au>
4943
4944 * display.texi (The Echo Area): Correct format function cross
4945 reference.
4946
49472005-05-05 Luc Teirlinck <teirllm@auburn.edu>
4948
4949 * variables.texi (Variable Aliases): Change description of
4950 `define-obsolete-variable-alias'.
4951
4952 * functions.texi (Functions): Add "Obsolete Functions" to menu.
4953 (Defining Functions): Add xref.
4954 (Obsolete Functions): New node.
4955 (Function Safety): Standardize capitalization of section title.
4956
4957 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
4958 (Dialog Boxes): Complete description of `x-popup-dialog'.
4959
49602005-05-04 Richard M. Stallman <rms@gnu.org>
4961
4962 * commands.texi (Interactive Codes): Fix Texinfo usage.
4963 Document U more clearly.
4964
49652005-05-01 Luc Teirlinck <teirllm@auburn.edu>
4966
4967 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
4968 function and not a macro.
4969
4970 * frames.texi (Pop-Up Menus): Correct and clarify description of
4971 `x-popup-menu'.
4972 (Dialog Boxes): Clarify description of `x-popup-dialog'.
4973
49742005-05-01 Richard M. Stallman <rms@gnu.org>
4975
4976 * edebug.texi (Checking Whether to Stop): Fix previous change.
4977
49782005-05-01 Luc Teirlinck <teirllm@auburn.edu>
4979
4980 * display.texi: Fix typos and Texinfo usage.
4981
4982 * edebug.texi (Checking Whether to Stop): executing-macro ->
4983 executing-kbd-macro.
4984
49852005-05-01 Richard M. Stallman <rms@gnu.org>
4986
4987 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
4988
49892005-04-30 Richard M. Stallman <rms@gnu.org>
4990
4991 * files.texi (Magic File Names): Document `operations' property.
4992
49932005-04-29 Lute Kamstra <lute@gnu.org>
4994
4995 * modes.texi (Generic Modes): New node.
4996 (Major Modes): Add it to the menu.
4997 (Derived Modes): Add "derived mode" to concept index.
4998
49992005-04-28 Lute Kamstra <lute@gnu.org>
5000
5001 * modes.texi (Defining Minor Modes): Fix previous change.
5002 (Font Lock Mode): Simplify.
5003 (Font Lock Basics): Say that font-lock-defaults is buffer-local
5004 when set and that some parts are optional. Add cross references.
5005 (Search-based Fontification): Say how to specify font-lock-keywords.
5006 Add cross references. Add font-lock-multiline to index.
5007 Move font-lock-keywords-case-fold-search here from node "Other Font
5008 Lock Variables". Document font-lock-add-keywords and
5009 font-lock-remove-keywords.
5010 (Other Font Lock Variables): Move font-lock-keywords-only,
5011 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
5012 and font-lock-syntactic-face-function to node "Syntactic Font
5013 Lock". Move font-lock-keywords-case-fold-search to node
5014 "Search-based Fontification". Document font-lock-inhibit-thing-lock
5015 and font-lock-{,un}fontify-{buffer,region}-function.
5016 (Precalculated Fontification): Remove reference to deleted variable
5017 font-lock-core-only.
5018 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
5019 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
5020 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
5021 and font-lock-syntactic-face-function here from node "Other Font
5022 Lock Variables". Move font-lock-syntactic-keywords to "Setting
5023 Syntax Properties". Add cross references.
5024 (Setting Syntax Properties): New node.
5025 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
5026 * syntax.texi (Syntax Properties): Add cross reference.
5027 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
5028
50292005-04-26 Richard M. Stallman <rms@gnu.org>
5030
5031 * display.texi (Defining Faces):
5032 Document `default' elements of defface spec.
5033
5034 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
5035
5036 * variables.texi (Variable Aliases): Clarify text.
5037
50382005-04-25 Chong Yidong <cyd@stupidchicken.com>
5039
5040 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
5041
50422005-04-25 Luc Teirlinck <teirllm@auburn.edu>
5043
5044 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
5045
50462005-04-24 Eli Zaretskii <eliz@gnu.org>
5047
5048 * syntax.texi (Syntax Table Internals): Elaborate documentation of
5049 syntax-after and syntax-class.
5050
5051 * files.texi (Changing Files): Fix last change's cross-reference.
5052 (Unique File Names): Don't mention "numbers" in the documentation
5053 of make-temp-file and make-temp-name.
5054
50552005-04-23 Richard M. Stallman <rms@gnu.org>
5056
5057 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
5058
50592005-04-22 Nick Roberts <nickrob@snap.net.nz>
5060
5061 * windows.texi (Cyclic Window Ordering): Clarify window-list.
5062
50632005-04-22 Nick Roberts <nickrob@snap.net.nz>
5064
5065 * variables.texi (Variable Aliases): Describe make-obsolete-variable
5066 and define-obsolete-variable-alias.
5067
50682005-04-22 Kim F. Storm <storm@cua.dk>
5069
5070 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
5071 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
5072
50732005-04-21 Lute Kamstra <lute@gnu.org>
5074
5075 * lists.texi (Association Lists): Document rassq-delete-all.
5076
50772005-04-19 Richard M. Stallman <rms@gnu.org>
5078
5079 * modes.texi (Search-based Fontification): Explain that
5080 facespec is an expression to be evaluated.
5081
50822005-04-19 Kevin Ryde <user42@zip.com.au>
5083
5084 * streams.texi (Output Functions): Fix xref.
5085 * strings.texi (String Conversion): Fix xref.
5086
50872005-04-19 Kim F. Storm <storm@cua.dk>
5088
5089 * symbols.texi (Symbol Plists): Add safe-get.
5090 Mention that `get' may signal an error.
5091
50922005-04-18 Nick Roberts <nickrob@snap.net.nz>
5093
5094 * customize.texi (Variable Definitions): Replace tooltip-mode
5095 example with save-place.
5096
50972005-04-17 Richard M. Stallman <rms@gnu.org>
5098
5099 * buffers.texi (Indirect Buffers): Clarify.
5100
5101 * positions.texi (Positions): Clarify converting marker to integer.
5102
5103 * strings.texi (String Basics): Mention string-match; clarify.
5104
51052005-04-08 Lute Kamstra <lute@gnu.org>
5106
5107 * modes.texi (Search-based Fontification): Fix cross references.
5108 Use consistent terminology. Document anchored highlighting.
5109
51102005-04-05 Lute Kamstra <lute@gnu.org>
5111
5112 * modes.texi (Defining Minor Modes): Document :group keyword
5113 argument and its default value.
5114
51152005-04-03 Lute Kamstra <lute@gnu.org>
5116
5117 * hooks.texi (Standard Hooks): Add some hooks. Add cross
5118 references and/or descriptions. Delete major mode hooks; mention
5119 them as a category instead. Rename or delete obsolete hooks.
5120
51212005-04-02 Richard M. Stallman <rms@gnu.org>
5122
5123 * nonascii.texi (Coding System Basics): Another wording cleanup.
5124
51252005-04-01 Richard M. Stallman <rms@gnu.org>
5126
5127 * nonascii.texi (Coding System Basics): Clarify previous change.
5128
51292005-04-01 Kenichi Handa <handa@m17n.org>
5130
10d1d0af 5131 * nonascii.texi (Coding System Basics): Describe about roundtrip
b8d4c8d0
GM
5132 identity of coding systems.
5133
51342005-03-29 Chong Yidong <cyd@stupidchicken.com>
5135
5136 * text.texi (Buffer Contents): Add filter-buffer-substring and
5137 buffer-substring-filters.
5138
51392005-03-26 Chong Yidong <cyd@stupidchicken.com>
5140
5141 * anti.texi (Antinews): Mention `G' interactive code.
5142
5143 * tips.texi (Compilation Tips): Mention benchmark.el.
5144
51452005-03-27 Luc Teirlinck <teirllm@auburn.edu>
5146
5147 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
5148 is now bound to M-o M-o.
5149
5150 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
5151
51522005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
5153
5154 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
5155 in the Emacs Manual).
5156 * Makefile.in (srcs): Remove calendar.texi.
5157 * makefile.w32-in (srcs): Remove calendar.texi.
5158 * display.texi (Display): Change name of next node.
5159 * os.texi (System In): Change name of previous node.
5160 * elisp.texi (Top): Remove Calendar references.
5161 * vol1.texi (Top): Remove Calendar references.
5162 * vol2.texi (Top): Remove Calendar references.
5163
51642005-03-25 Richard M. Stallman <rms@gnu.org>
5165
5166 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
5167 Cleanup previous change.
5168
51692005-03-25 Chong Yidong <cyd@stupidchicken.com>
5170
5171 * display.texi (Face Attributes): Faces earlier in an :inherit
5172 list take precedence.
5173 (Scroll Bars): Fix description of vertical-scroll-bars.
5174 Document frame-current-scroll-bars and window-current-scroll-bars.
5175
5176 * markers.texi (The Mark): Document temporary Transient Mark mode.
5177
5178 * minibuf.texi (Reading File Names):
5179 Document read-file-name-completion-ignore-case.
5180
5181 * positions.texi (Screen Lines): Document nil for width argument
5182 to compute-motion.
5183
51842005-03-23 Kim F. Storm <storm@cua.dk>
5185
5186 * display.texi (Standard Faces): Other faces used in the fringe
5187 implicitly inherits from the fringe face.
5188 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
5189 properties implicitly inherits from fringe face.
5190 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
5191
51922005-03-20 Chong Yidong <cyd@stupidchicken.com>
5193
5194 * display.texi (Invisible Text): State default value of
5195 line-move-ignore-invisible.
5196 (Managing Overlays): Document remove-overlays.
5197 (Standard Faces): Document escape-glyph face.
5198
5199 * minibuf.texi (Reading File Names): Document read-file-name-function.
5200
5201 * modes.texi (Other Font Lock Variables):
5202 Document font-lock-lines-before.
5203
5204 * positions.texi (Skipping Characters): skip-chars-forward allows
5205 character classes.
5206
52072005-03-18 Lute Kamstra <lute@gnu.org>
5208
5209 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
5210
52112005-03-17 Richard M. Stallman <rms@gnu.org>
5212
5213 * text.texi (Undo): Document extensible undo entries.
5214
dd7b651b 5215 * searching.texi (String Search, Regexp Search): Cleanups.
b8d4c8d0
GM
5216
5217 * nonascii.texi (Character Codes): Minor fix.
5218
5219 * display.texi (Display Property): Explain the significance
5220 of having text properties that are eq.
5221 (Other Display Specs): Explain string as display spec.
5222
5223 * commands.texi (Interactive Codes): Document G option.
5224
52252005-03-17 Chong Yidong <cyd@stupidchicken.com>
5226
5227 * text.texi (Filling): Add sentence-end-without-period and
5228 sentence-end-without-space.
5229 (Changing Properties): Minor fix.
5230
5231 * anti.texi: Total rewrite.
5232
52332005-03-15 Lute Kamstra <lute@gnu.org>
5234
5235 * edebug.texi (Instrumenting Macro Calls): Fix typos.
5236
52372005-03-08 Kim F. Storm <storm@cua.dk>
5238
5239 * display.texi (Specified Space): Property :width is support on
5240 non-graphic terminals, :height is not.
5241
52422005-03-07 Richard M. Stallman <rms@gnu.org>
5243
5244 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
5245 Now subnodes of Fringes.
5246 (Overlay Arrow): Document overlay-arrow-variable-list.
5247 (Fringe Size/Pos): New node, broken out of Fringes.
5248 (Display): Explain clearing vs redisplay better.
5249 (Truncation): Clarify use of bitmaps.
5250 (The Echo Area): Clarify the uses of the echo area.
5251 Add max-mini-window-height.
5252 (Progress): Clarify.
5253 (Invisible Text): Explain that main loop moves point out.
5254 (Selective Display): Say "hidden", not "invisible".
5255 (Managing Overlays): Move up. Describe relation to Undo here.
5256 (Overlay Properties): Clarify intro.
5257 (Finding Overlays): Explain return values when nothing found.
5258 (Width): truncate-string-to-width has added arg.
5259 (Displaying Faces): Clarify and update mode line face handling.
5260 (Face Functions): Minor cleanup.
5261 (Conditional Display): Merge into Other Display Specs.
5262 (Pixel Specification, Other Display Specs): Minor cleanups.
5263 (Images, Image Descriptors): Minor cleanups.
5264 (GIF Images): Patents have expired.
5265 (Showing Images): Explain default text for insert-image.
5266 (Manipulating Button Types): Merge into Manipulating Buttons.
5267 (Making Buttons): Explain return values.
5268 (Button Buffer Commands): Add xref.
5269 (Inverse Video): Update mode-line-inverse-video.
5270 (Display Table Format): Clarify.
5271 (Active Display Table): Give defaults for window-display-table.
5272
5273 * calendar.texi (Calendar Customizing): calendar-holiday-marker
5274 and calendar-today-marker are strings, not chars.
5275 (Holiday Customizing): Minor fix.
5276
5277 * internals.texi (Writing Emacs Primitives): Update `or' example.
5278 Update limit on # args of subr.
5279
5280 * edebug.texi (Using Edebug): Arrow is in fringe.
5281 (Instrumenting): Arg to eval-defun works without loading edebug.
5282 (Edebug Execution Modes): Add xref.
5283
5284 * customize.texi (Common Keywords): Clarify :require.
5285 Mention :version here.
5286 (Variable Definitions, Group Definitions): Not here.
5287 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
5288
52892005-03-07 Chong Yidong <cyd@stupidchicken.com>
5290 * nonascii.texi (Text Representations): Clarify position-bytes.
5291 (Character Sets): Add list-charset-chars.
5292 (Scanning Charsets): Add charset-after.
5293 (Encoding and I/O): Minor fix.
5294
52952005-03-06 Richard M. Stallman <rms@gnu.org>
5296
5297 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
5298 (Resizing Windows): Likewise.
5299
5300 * text.texi (Change Hooks): Get rid of "Emacs 21".
5301
5302 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
5303
5304 * streams.texi (Output Variables): Get rid of "Emacs 21".
5305
5306 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
5307
5308 * os.texi (Translating Input): Replace flow-control example
5309 with a less obsolete example that uses `keyboard-translate'.
5310
5311 * objects.texi (Hash Table Type, Circular Objects):
5312 Get rid of "Emacs 21".
5313
5314 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
5315 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
5316
5317 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
5318
5319 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
5320
5321 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
5322 (Menu Bar): Fix when menu-bar-update-hook is called.
5323
5324 * hash.texi (Hash Tables): Get rid of "Emacs 21".
5325
5326 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
5327 and make it read better.
5328
5329 * files.texi (Writing to Files): Get rid of "Emacs 21".
5330 (Unique File Names): Likewise.
5331
5332 * elisp.texi: Update Emacs version to 22.
5333
5334 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
5335 (Overlay Properties, Face Attributes): Likewise.
5336 (Managing Overlays): Fix punctuation.
5337 (Attribute Functions): Clarify set-face-font; get rid of
5338 info about old Emacs versions.
5339 (Auto Faces, Font Lookup, Display Property, Images):
5340 Get rid of "Emacs 21".
5341
5342 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
5343
53442005-03-05 Richard M. Stallman <rms@gnu.org>
5345
5346 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
5347
53482005-03-04 Lute Kamstra <lute@gnu.org>
5349
5350 * debugging.texi (Error Debugging): Document stack-trace-on-error.
5351
53522005-03-03 Lute Kamstra <lute@gnu.org>
5353
5354 * edebug.texi (Instrumenting Macro Calls): Fix typo.
5355
53562005-03-01 Lute Kamstra <lute@gnu.org>
5357
5358 * debugging.texi (Debugger Commands): Update `j'.
5359
53602005-02-28 Lute Kamstra <lute@gnu.org>
5361
5362 * debugging.texi (Debugging): Fix typo.
5363 (Error Debugging): Document eval-expression-debug-on-error.
5364 (Function Debugging): Update example.
5365 (Using Debugger): Mention starred stack frames.
5366 (Debugger Commands): Document `j' and `l'.
5367 (Invoking the Debugger): `d' and `j' exit recursive edit too.
5368 Update the messages that the debugger displays.
5369 (Internals of Debugger): Add cross reference. Update example.
5370 (Excess Open): Minor improvement.
5371 (Excess Close): Minor improvement.
5372
53732005-02-26 Richard M. Stallman <rms@gnu.org>
5374
5375 * tips.texi (Coding Conventions): Clarify.
5376 Put all the major mode key reservations together.
5377 Mention the Mouse-1 => Mouse-2 conventions.
5378
5379 * syntax.texi (Syntax Class Table): Clarify.
5380 (Syntax Table Functions): syntax-after moved from here.
5381 (Syntax Table Internals): syntax-after moved to here.
5382 (Parsing Expressions): Update info on number of values
5383 and what's meaningful in the STATE argument.
5384 (Categories): Fix typo.
5385
5386 * sequences.texi (Arrays): Cleanup.
5387 (Char-Tables): Clarify.
5388
5389 * processes.texi (Deleting Processes): Cleanups, add xref.
5390 (Subprocess Creation): Explain nil in exec-path. Cleanup.
5391 (Process Information): set-process-coding-system, some args optional.
5392 (Input to Processes): Explain various types for PROCESS args.
5393 Rename them from PROCESS-NAME to PROCESS.
5394 (Signals to Processes): Likewise.
5395 (Decoding Output): Cleanup.
5396 (Query Before Exit): Clarify.
5397
5398 * os.texi (Startup Summary): Correct the options; add missing ones.
5399 (Terminal Output, Batch Mode): Clarify.
5400 (Flow Control): Node deleted.
5401
5402 * markers.texi (The Mark): Clarify.
5403
5404 * macros.texi (Expansion): Cleanup.
5405 (Indenting Macros): indent-spec allows ints, not floats.
5406
5407 * keymaps.texi (Keymaps): Clarify.
5408 (Format of Keymaps): Update lisp-mode-map example.
5409 (Active Keymaps, Key Lookup): Clarify.
5410 (Changing Key Bindings): Add xref to `kbd'.
5411 (Key Binding Commands, Simple Menu Items): Clarify.
5412 (Mouse Menus, Menu Bar): Clarify.
5413 (Menu Example): Replace print example with menu-bar-replace-menu.
5414
5415 * help.texi (Documentation Basics): Add function-documentation prop.
5416
5417 * elisp.texi (Top): Don't refer to Flow Control node.
5418
5419 * commands.texi (Command Overview): Improve xrefs.
5420 (Adjusting Point): Adjusting point applies to intangible and invis.
5421 (Key Sequence Input): Doc extra read-key-sequence args.
5422 Likewise for read-key-sequence-vector.
5423
5424 * backups.texi (Rename or Copy): Minor fix.
5425 (Numbered Backups): For version-control, say the default.
5426 (Auto-Saving): make-auto-save-file-name example is simplified.
5427
5428 * advice.texi (Advising Functions): Don't imply one part of Emacs
5429 should advise another part. Markup changes.
5430 (Defining Advice): Move transitional para.
5431 (Activation of Advice): Cleanup.
5432 Explain if COMPILE is nil or negative.
5433
5434 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
5435
54362005-02-24 Lute Kamstra <lute@gnu.org>
5437
5438 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
5439 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
5440
54412005-02-23 Lute Kamstra <lute@gnu.org>
5442
5443 * modes.texi (Defining Minor Modes): define-minor-mode can be used
5444 to define global minor modes as well.
5445
5446 * display.texi (Managing Overlays): overlay-buffer returns nil for
5447 deleted overlays.
5448
54492005-02-22 Kim F. Storm <storm@cua.dk>
5450
5451 * minibuf.texi (Basic Completion): Allow symbols in addition to
5452 strings in try-completion and all-completions.
5453
54542005-02-14 Lute Kamstra <lute@gnu.org>
5455
5456 * elisp.texi (Top): Remove reference to deleted node.
5457
5458 * lists.texi (Lists): Remove reference to deleted node.
5459 (Cons Cells): Fix typo.
5460
5461 * loading.texi (Where Defined): Fix typo.
5462
54632005-02-14 Richard M. Stallman <rms@gnu.org>
5464
5465 * variables.texi (Creating Buffer-Local): change-major-mode-hook
5466 is useful for discarding some minor modes.
5467
5468 * symbols.texi (Symbol Components): Reorder examples.
5469
5470 * streams.texi (Input Functions): State standard-input default.
5471 (Output Variables): State standard-output default.
5472
5473 * objects.texi (Printed Representation): Clarify read syntax vs print.
5474 (Floating Point Type): Explain meaning better.
5475 (Symbol Type): Explain uniqueness better.
5476 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
5477 List examples sooner.
5478 (Box Diagrams): New subnode broken out.
5479 Some examples moved from old Lists as Boxes node.
5480 (Dotted Pair Notation): Clarify intro.
5481 (Array Type): Clarify.
5482 (Type Predicates): Add hash-table-p.
5483
5484 * numbers.texi (Integer Basics): Clarify radix explanation.
5485 (Predicates on Numbers): Minor clarification.
5486 (Comparison of Numbers): Minor clarification. Clarify eql.
5487 Typos in min, max.
5488 (Math Functions): Clarify overflow in expt.
5489
5490 * minibuf.texi (Text from Minibuffer): Minor clarification.
5491 Mention arrow keys.
5492
5493 * loading.texi (Autoload): defun's doc string overrides autoload's
5494 doc string.
5495 (Repeated Loading): Modernize "add to list" examples.
5496 (Where Defined): Finish updating table of load-history elts.
5497
5498 * lists.texi (List-related Predicates): Minor wording improvement.
5499 (Lists as Boxes): Node deleted.
5500 (Building Lists): Explain trivial cases of number-sequence.
5501
5502 * hash.texi (Hash Tables): Add desc to menu items.
10d1d0af 5503 (Creating Hash): Explain "full" means "make larger".
b8d4c8d0
GM
5504 (Hash Access): Any object can be a key.
5505 State value of maphash.
5506
5507 * functions.texi (What Is a Function): Wording cleanup.
5508 (Function Documentation): Minor cleanup.
5509 Explain purpose of calling convention at end of doc string.
5510 (Function Names): Wording cleanup.
5511 (Calling Functions): Wording cleanup.
5512 Explain better how funcall calls the function.
5513 (Function Cells): Delete example of saving and redefining function.
5514
5515 * control.texi (Combining Conditions): Wording cleanup.
5516 (Iteration): dolist and dotimes bind VAR locally.
5517 (Cleanups): Xref to Atomic Changes.
5518
5519 * compile.texi (Byte Compilation): Delete 19.29 info.
5520 (Compilation Functions): Macros' difficulties don't affect defsubst.
5521 (Docs and Compilation): Delete 19.29 info.
5522
55232005-02-10 Richard M. Stallman <rms@gnu.org>
5524
5525 * objects.texi (Symbol Type): Minor correction.
5526
55272005-02-06 Lute Kamstra <lute@gnu.org>
5528
5529 * modes.texi (Example Major Modes): Fix typos.
5530
55312005-02-06 Richard M. Stallman <rms@gnu.org>
5532
5533 * text.texi (Margins): fill-nobreak-predicate can be one function.
5534
5535 * strings.texi (Modifying Strings): clear-string can make unibyte.
5536 (Formatting Strings): format gives error if values missing.
5537
5538 * positions.texi (Character Motion): Mention default arg
5539 for forward-char. backward-char refers to forward-char.
5540 (Word Motion): Mention default arg for forward-word.
5541 (Buffer End Motion): Mention default arg for beginning-of-buffer.
5542 Simplify end-of-buffer.
5543 (Text Lines): Mention default arg for forward-line.
5544 (List Motion): Mention default arg for beginning/end-of-defun.
5545 (Skipping Characters): Minor fixes in explaining character-set.
5546
5547 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
5548 Mode inheritance applies only when default-major-mode is nil.
5549 Clarifications.
5550 (Example Major Modes): Update Text mode and Lisp mode examples.
5551 (Minor Mode Conventions): Mention define-minor-mode at top.
5552 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
5553 (Mode Line Format): Update mode line face display info.
5554 (Properties in Mode): Mention effect of risky vars.
5555 (Imenu): Define imenu-add-to-menubar.
5556 (Font Lock Mode): Add descriptions to menu lines.
5557 (Faces for Font Lock): Add font-lock-doc-face.
5558
55592005-02-05 Lute Kamstra <lute@gnu.org>
5560
5561 * text.texi (Maintaining Undo): Remove obsolete function.
5562
55632005-02-05 Eli Zaretskii <eliz@gnu.org>
5564
5565 * frames.texi (Color Names): Add pointer to the X docs about RGB
5566 color specifications. Improve indexing
5567 (Text Terminal Colors): Replace the description of RGB values by
5568 an xref to "Color Names".
5569
55702005-02-03 Richard M. Stallman <rms@gnu.org>
5571
5572 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
5573 Clarify.
5574 (Selecting Windows): Clarify save-selected-window.
5575 (Cyclic Window Ordering): Clarify walk-windows.
5576 (Window Point): Clarify.
5577 (Window Start): Add comment to example.
5578 (Resizing Windows): Add `interactive' specs in examples.
5579 Document fit-window-to-buffer.
5580
5581 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
5582 (Undo, Maintaining Undo): Clarify last change.
5583 (Sorting): In sort-numeric-fields, explain about octal and hex.
5584 Mention sort-numeric-base.
5585 (Format Properties): Add xref for hard newlines.
5586
5587 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
5588 (Pop-Up Menus): Fix typo.
5589 (Color Names): Explain all types of color names.
5590 Explain color-values on B&W terminal.
5591 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
5592
5593 * files.texi (File Locks): Not supported on MS systems.
5594 (Testing Accessibility): Clarify.
5595
5596 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
5597 (Coverage Testing): Fix typo.
5598
5599 * commands.texi (Misc Events): Remove stray space.
5600
5601 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
5602 (Modification Time): Clarify when visited-file-modtime returns 0.
5603 (The Buffer List): Clarify bury-buffer.
5604 (Killing Buffers): Clarify.
5605 (Indirect Buffers): Add clone-indirect-buffer.
5606
56072005-02-02 Matt Hodges <MPHodges@member.fsf.org>
5608
5609 * edebug.texi (Printing in Edebug): Fix default value of
5610 edebug-print-circle.
5611 (Coverage Testing): Fix displayed frequency count data.
5612
56132005-02-02 Luc Teirlinck <teirllm@auburn.edu>
5614
5615 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
5616
56172005-02-02 Kim F. Storm <storm@cua.dk>
5618
5619 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
5620
56212005-01-29 Eli Zaretskii <eliz@gnu.org>
5622
5623 * commands.texi (Misc Events): Describe the help-echo event.
5624
5625 * text.texi (Special Properties) <help-echo>: Use `pos'
5626 consistently in description of the help-echo property.
5627 Use @code{nil} instead of @var{nil}.
5628
5629 * display.texi (Overlay Properties): Fix the index entry for
5630 help-echo overlay property.
5631
5632 * customize.texi (Type Keywords): Uncomment the xref to the
5633 help-echo property documentation.
5634
56352005-01-23 Kim F. Storm <storm@cua.dk>
5636
5637 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
5638 return value. Third element FULLY replaced by PARTIAL which
5639 specifies number of invisible pixels if row is only partially visible.
5640 (Textual Scrolling): Mention auto-window-vscroll.
5641 (Vertical Scrolling): New defvar auto-window-vscroll.
5642
56432005-01-16 Luc Teirlinck <teirllm@auburn.edu>
5644
5645 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
5646 command remapping.
5647
56482005-01-15 Richard M. Stallman <rms@gnu.org>
5649
5650 * display.texi (Defining Images): Mention DATA-P arg of create-image.
5651
56522005-01-14 Kim F. Storm <storm@cua.dk>
5653
5654 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
5655
5656 * text.texi (Links and Mouse-1): Fix string and vector item.
5657
56582005-01-13 Richard M. Stallman <rms@gnu.org>
5659
5660 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
5661 descriptions of overriding-local-map and overriding-terminal-local-map.
5662
5663 * text.texi (Links and Mouse-1): Clarify text.
5664
56652005-01-13 Kim F. Storm <storm@cua.dk>
5666
5667 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
5668
56692005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
5670
5671 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
5672
56732005-01-12 Kim F. Storm <storm@cua.dk>
5674
5675 * text.texi (Links and Mouse-1): Rename section from Enabling
5676 Mouse-1 to Following Links. Change xrefs.
5677 Add examples for define-button-type and define-widget.
5678
5679 * display.texi (Button Properties, Button Buffer Commands):
5680 Clarify mouse-1 and follow-link functionality.
5681
56822005-01-12 Richard M. Stallman <rms@gnu.org>
5683
5684 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
5685
5686 * display.texi (Beeping): Fix Texinfo usage.
5687
5688 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
5689
56902005-01-11 Kim F. Storm <storm@cua.dk>
5691
5692 * display.texi (Button Properties, Button Buffer Commands):
5693 Mention mouse-1 binding. Add follow-link keyword.
5694
5695 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
5696 (Enabling Mouse-1 to Follow Links): New subsection.
5697
56982005-01-06 Richard M. Stallman <rms@gnu.org>
5699
5700 * text.texi (Special Properties): Minor change.
5701
5702 * os.texi (Timers): Clarify previous change.
5703
5704 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
5705
57062005-01-01 Luc Teirlinck <teirllm@auburn.edu>
5707
5708 * display.texi (Face Attributes): Correct xref to renamed node.
5709
57102005-01-01 Richard M. Stallman <rms@gnu.org>
5711
5712 * display.texi (Face Attributes): Describe hex color specs.
5713
57142004-12-31 Richard M. Stallman <rms@gnu.org>
5715
5716 * os.texi (Timers): Update previous change.
5717
57182004-12-30 Kim F. Storm <storm@cua.dk>
5719
5720 * display.texi (Line Height): Total line-height is now specified
5721 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
5722 in cons cells. (nil . RATIO) is relative to actual line height.
5723 Use line-height `t' instead of `0' to get minimum height.
5724
57252004-12-29 Richard M. Stallman <rms@gnu.org>
5726
5727 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
5728
57292004-12-28 Richard M. Stallman <rms@gnu.org>
5730
5731 * commands.texi (Quitting): Clarify value of with-local-quit.
5732
5733 * elisp.texi (Top): Fix previous change.
5734
5735 * loading.texi (Loading): Fix previous change.
5736
57372004-12-27 Richard M. Stallman <rms@gnu.org>
5738
5739 * Makefile.in (MAKEINFO): Specify --force.
5740
5741 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
5742
5743 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
5744
5745 * display.texi (Line Height): Further clarify.
5746
5747 * elisp.texi (Top): Update Loading submenu.
5748
5749 * loading.texi (Where Defined): New node.
5750 (Unloading): load-history moved to Where Defined.
5751
57522004-12-21 Richard M. Stallman <rms@gnu.org>
5753
5754 * commands.texi (Event Input Misc): Add while-no-input.
5755
57562004-12-11 Richard M. Stallman <rms@gnu.org>
5757
5758 * display.texi (Line Height): Rewrite text for clarity.
5759
57602004-12-11 Kim F. Storm <storm@cua.dk>
5761
5762 * display.texi (Display): Add node "Line Height" to menu.
5763 (Line Height): New node. Move full description of line-spacing
5764 and line-height text properties here from text.texi.
5765 (Scroll Bars): Add vertical-scroll-bar variable.
5766
5767 * frames.texi (Window Frame Parameters): Remove line-height defvar.
5768
5769 * locals.texi (Standard Buffer-Local Variables): Fix xref for
5770 line-spacing and vertical-scroll-bar.
5771
5772 * text.texi (Special Properties): Just mention line-spacing and
5773 line-height here, add xref to new "Line Height" node.
5774
57752004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
5776
5777 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
5778
5779 * locals.texi (Standard Buffer-Local Variables):
5780 Add @xref for `line-spacing'.
5781
57822004-12-05 Richard M. Stallman <rms@gnu.org>
5783
5784 * Makefile.in (maintainer-clean): Remove the info files
5785 in $(infodir) where they are created.
5786
57872004-12-03 Richard M. Stallman <rms@gnu.org>
5788
5789 * windows.texi (Selecting Windows): get-lru-window and
5790 get-largest-window don't consider dedicated windows.
5791
5792 * text.texi (Undo): Document undo-in-progress.
5793
57942004-11-26 Richard M. Stallman <rms@gnu.org>
5795
5796 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
5797 Remove a few vars that are not always buffer-local.
5798
57992004-11-24 Luc Teirlinck <teirllm@auburn.edu>
5800
5801 * locals.texi (Standard Buffer-Local Variables): Comment out
5802 xref's to non-existent node `Yet to be written'.
5803
58042004-11-24 Richard M. Stallman <rms@gnu.org>
5805
5806 * processes.texi (Synchronous Processes): Grammar fix.
5807
5808 * numbers.texi (Comparison of Numbers): Add eql.
5809
5810 * locals.texi (Standard Buffer-Local Variables): Add many vars.
5811
5812 * intro.texi (Printing Notation): Fix previous change.
5813
5814 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
5815 and default-indicate-buffer-boundaries from here.
5816 (Usual Display): To here.
5817 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
5818 (Usual Display): Move tab-width up.
5819
5820 * customize.texi (Variable Definitions): Replace
5821 show-paren-mode example with tooltip-mode.
5822 (Simple Types, Composite Types, Defining New Types):
5823 Minor cleanups.
5824
58252004-11-21 Jesper Harder <harder@ifa.au.dk>
5826
5827 * processes.texi (Synchronous Processes, Output from Processes):
5828 Markup fix.
5829
58302004-11-20 Richard M. Stallman <rms@gnu.org>
5831
5832 * positions.texi (Skipping Characters): skip-chars-forward
5833 now handles char classes.
5834
5835 * intro.texi (Printing Notation): Avoid confusion of `print'
5836 when explaining @print.
5837
5838 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
5839
5840 * display.texi (Display Table Format): Minor fix.
5841
5842 * streams.texi (Output Functions): Fix print example.
5843
5844 * Makefile.in (elisp): New target.
5845 (dist): Depend on $(infodir)/elisp, not elisp.
5846 Copy the info files from $(infodir).
5847
5848 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
5849 read-from-minibuffer.
5850
5851 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
5852
58532004-11-19 Richard M. Stallman <rms@gnu.org>
5854
5855 * searching.texi (Regexp Search): Add search-whitespace-regexp.
5856
58572004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
5858
5859 * tips.texi (Coding Conventions): Fix typo.
5860
58612004-11-16 Richard M. Stallman <rms@gnu.org>
5862
5863 * tips.texi (Coding Conventions): Separate defvar and require
5864 methods to avoid warnings. Use require only when there are many
5865 functions and variables from that package.
5866
5867 * minibuf.texi (Minibuffer Completion): When ignoring case,
5868 predicate must not be case-sensitive.
5869
5870 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
5871 (Test Coverage): Don't talk about "splotches". Clarified.
5872
58732004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
5874
5875 * frames.texi (Window Frame Parameters): Fix typo.
5876
58772004-11-15 Kim F. Storm <storm@cua.dk>
5878
5879 * symbols.texi (Other Plists): Note that plist-get may signal error.
5880 Add safe-plist-get.
5881
58822004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
5883
5884 * modes.texi (Font Lock Basics): Fix typo.
5885
58862004-11-08 Richard M. Stallman <rms@gnu.org>
5887
5888 * syntax.texi (Syntax Table Functions): Add syntax-after.
5889
58902004-11-06 Lars Brinkhoff <lars@nocrew.org>
5891
5892 * os.texi (Processor Run Time): New section documenting
5893 get-internal-run-time.
5894
58952004-11-06 Eli Zaretskii <eliz@gnu.org>
5896
5897 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
5898 it nukes elisp-cover.texi.
5899 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
5900 elisp-0 etc.
5901
59022004-11-05 Luc Teirlinck <teirllm@auburn.edu>
5903
5904 * commands.texi (Keyboard Macros): Document `append' return value
5905 of `defining-kbd-macro'.
5906
59072004-11-01 Richard M. Stallman <rms@gnu.org>
5908
5909 * commands.texi (Interactive Call): Add called-interactively-p.
5910
59112004-10-29 Simon Josefsson <jas@extundo.com>
5912
5913 * minibuf.texi (Reading a Password): Revert.
5914
59152004-10-28 Richard M. Stallman <rms@gnu.org>
5916
5917 * frames.texi (Display Feature Testing): Explain about "vendor".
5918
59192004-10-27 Richard M. Stallman <rms@gnu.org>
5920
5921 * commands.texi (Interactive Codes): `N' uses numeric prefix,
5922 not raw. Clarify `n'.
5923 (Interactive Call): Rewrite interactive-p, focusing on when
5924 and how to use it.
5925 (Misc Events): Clarify previous change.
5926
5927 * advice.texi (Simple Advice): Clarify what job the example does.
5928 (Around-Advice): Clarify ad-do-it.
5929 (Activation of Advice): An option of ad-default-compilation-action
5930 is `never', not `nil'.
5931
59322004-10-26 Kim F. Storm <storm@cua.dk>
5933
5934 * commands.texi (Interactive Codes): Add U code letter.
5935
59362004-10-25 Simon Josefsson <jas@extundo.com>
5937
5938 * minibuf.texi (Reading a Password): Add.
5939
59402004-10-24 Jason Rumney <jasonr@gnu.org>
5941
5942 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
5943 and wheel-down.
5944
59452004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
5946
5947 * processes.texi (Synchronous Processes): Document process-file.
5948
59492004-10-22 Kenichi Handa <handa@m17n.org>
5950
5951 * text.texi (translate-region): Document that it accepts also a
5952 char-table.
5953
59542004-10-22 David Ponce <david@dponce.com>
5955
5956 * windows.texi (Resizing Windows): Document the `preserve-before'
5957 argument of the functions `enlarge-window' and `shrink-window'.
5958
59592004-10-19 Jason Rumney <jasonr@gnu.org>
5960
5961 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
5962
59632004-10-09 Luc Teirlinck <teirllm@auburn.edu>
5964
5965 * text.texi (Filling): Add anchor for definition of
5966 `sentence-end-double-space'.
5967
5968 * searching.texi (Regexp Example): Update description of how
5969 Emacs currently recognizes the end of a sentence.
5970 (Standard Regexps): Update definition of the variable
5971 `sentence-end'. Add definition of the function `sentence-end'.
5972
59732004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
5974
5975 * display.texi (Progress): New node.
5976
59772004-10-05 Kim F. Storm <storm@cua.dk>
5978
5979 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
5980
59812004-09-29 Kim F. Storm <storm@cua.dk>
5982
5983 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
5984 to identify bitmaps. Remove -fringe-bitmap suffix for standard
5985 fringe bitmap symbols, as they now have their own namespace.
5986 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
5987 vs. pixels. Signal error if no free bitmap slots.
5988 (Pixel Specification): Change IMAGE to @var{image}.
5989
59902004-09-28 Richard M. Stallman <rms@gnu.org>
5991
5992 * text.texi (Special Properties): Clarify line-spacing and line-height.
5993
5994 * searching.texi (Regexp Search): Add looking-back.
5995
59962004-09-25 Luc Teirlinck <teirllm@auburn.edu>
5997
5998 * display.texi: Correct typos.
5999 (Image Descriptors): Correct xref's.
6000
60012004-09-25 Richard M. Stallman <rms@gnu.org>
6002
6003 * text.texi (Special Properties): Cleanups in `cursor'.
6004 Rewrites in `line-height' and `line-spacing'; exchange them.
6005
6006 * display.texi (Fringes): Rewrite previous change.
6007 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
6008 (Display Fringe Bitmaps): Node deleted, text moved.
6009 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
6010 (Scroll Bars): Clarify set-window-scroll-bars.
6011 (Pointer Shape): Rewrite.
6012 (Specified Space): Clarify :align-to, etc.
6013 (Pixel Specification): Use @var. Clarify new text.
6014 (Other Display Specs): Clarify `slice'.
6015 (Image Descriptors): Cleanups.
6016 (Showing Images): Cleanups.
6017
60182004-09-24 Luc Teirlinck <teirllm@auburn.edu>
6019
6020 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
6021
6022 * modes.texi: Various minor changes in addition to:
6023 (Major Mode Conventions): Final call to `run-mode-hooks' should
6024 not be inside the `delay-mode-hooks' form.
6025 (Mode Hooks): New node.
6026 (Hooks): Delete obsolete example.
6027 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
6028 node "Mode Hooks".
6029
60302004-09-22 Luc Teirlinck <teirllm@auburn.edu>
6031
6032 * display.texi: Correct various typos.
6033 (Display): Rename node "Pointer Shapes" to "Pointer
6034 Shape". (There is already a node called "Pointer Shapes" in
6035 frames.texi.)
6036 (Images): Remove non-existent node "Image Slices" from menu.
6037
60382004-09-23 Kim F. Storm <storm@cua.dk>
6039
6040 * text.texi (Special Properties): Add `cursor', `pointer',
6041 `line-height', and `line-spacing' properties.
6042
6043 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
6044 Shapes' to menu.
6045 (Standard Faces): Doc fix for fringe face.
6046 (Fringes): Add `overflow-newline-into-fringe' and
6047 'indicate-buffer-boundaries'.
6048 (Fringe Bitmaps, Pointer Shapes): New nodes.
6049 (Display Property): Add 'Pixel Specification' and 'Display Fringe
6050 Bitmaps' to menu.
6051 (Specified Space): Describe pixel width and height.
6052 (Pixel Specification): New node.
6053 (Other Display Specs): Add `slice' property.
6054 (Display Fringe Bitmaps): New node.
6055 (Images): Add 'Image Slices' to menu.
6056 (Image Descriptors): Add `:pointer' and `:map' properties.
6057 (Showing Images): Add slice arg to `insert-image'. Add
6058 'insert-sliced-image'.
6059
60602004-09-20 Richard M. Stallman <rms@gnu.org>
6061
6062 * commands.texi (Key Sequence Input):
6063 Clarify downcasing in read-key-sequence.
6064
60652004-09-08 Juri Linkov <juri@jurta.org>
6066
6067 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
6068
60692004-09-07 Luc Teirlinck <teirllm@auburn.edu>
6070
6071 * locals.texi (Standard Buffer-Local Variables): Add
6072 `buffer-auto-save-file-format'.
6073 * internals.texi (Buffer Internals): Describe new
6074 auto_save_file_format field of the buffer structure.
6075 * files.texi (Format Conversion): `auto-save-file-format' has been
6076 renamed `buffer-auto-save-file-format'.
6077
60782004-08-27 Luc Teirlinck <teirllm@auburn.edu>
6079
6080 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
6081 an integer or a marker.
6082 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
6083
60842004-08-22 Richard M. Stallman <rms@gnu.org>
6085
6086 * modes.texi (Major Mode Conventions): Discuss rebinding of
6087 standard key bindings.
6088
60892004-08-18 Kim F. Storm <storm@cua.dk>
6090
6091 * processes.texi (Accepting Output): Add `just-this-one' arg to
6092 `accept-process-output'.
6093 (Output from Processes): New var `process-adaptive-read-buffering'.
6094
60952004-08-10 Luc Teirlinck <teirllm@auburn.edu>
6096
6097 * keymaps.texi: Various changes in addition to:
6098 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
6099 Give more varied examples for `kbd'.
6100 (Creating Keymaps): Char tables have slots for all characters
6101 without modifiers.
6102 (Active Keymaps): `overriding-local-map' and
6103 `overriding-terminal-local-map' also override text property and
6104 overlay keymaps.
6105 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
6106 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
6107 to denote a prefix of no events.
6108 `map-keymap' includes parent's bindings _recursively_.
6109 Clarify and correct description of `where-is-internal'.
6110 Mention BUFFER-OR-NAME arg to `describe-bindings'.
6111 (Menu Example): For menus intended for use with the keyboard, the
6112 menu items should be bound to characters or real function keys.
6113
61142004-08-08 Luc Teirlinck <teirllm@auburn.edu>
6115
6116 * objects.texi (Character Type): Reposition `@anchor' to prevent
6117 double space inside sentence in Info.
6118
6119 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
6120 renamed to `disabled-command-function'.
6121 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
6122 (Command Loop Info): Replace reference to it.
6123 (Disabling Commands): `disabled-command-hook' has been renamed to
6124 `disabled-command-function'.
6125
61262004-08-07 Luc Teirlinck <teirllm@auburn.edu>
6127
6128 * os.texi (Translating Input): Only non-prefix bindings in
6129 `key-translation-map' override actual key bindings. Warn about
6130 possible indirect effect of actual key bindings on non-prefix
6131 bindings in `key-translation-map'.
6132
61332004-08-06 Luc Teirlinck <teirllm@auburn.edu>
6134
6135 * minibuf.texi (High-Level Completion): Add anchor for definition
6136 of `read-variable'.
6137
6138 * commands.texi: Various changes in addition to:
6139 (Using Interactive): Clarify description of `interactive-form'.
6140 (Interactive Call): Mention default for KEYS argument to
6141 `call-interactively'.
6142 (Command Loop Info): Clarify description of `this-command-keys'.
6143 Mention KEEP-RECORD argument to `clear-this-command-keys'.
6144 Value of `last-event-frame' can be `macro'.
6145 (Repeat Events): `double-click-fuzz' is also used to distinguish
6146 clicks and drags.
6147 (Classifying Events): Clarify descriptions of `event-modifiers'
6148 `event-basic-type' and `event-convert-list'.
6149 (Accessing Events): `posn-timestamp' takes POSITION argument.
6150 (Quoted Character Input): Clarify description of
6151 `read-quoted-char' and fix example.
6152 (Quitting): Add `with-local-quit'.
6153 (Disabling Commands): Correct and clarify descriptions of
6154 `enable-command' and `disable-command'.
6155 Mention what happens if `disabled-command-hook' is nil.
6156 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
6157 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
6158
61592004-07-24 Luc Teirlinck <teirllm@auburn.edu>
6160
6161 * frames.texi: Various changes in addition to:
6162 (Creating Frames): Expand and clarify description of `make-frame'.
6163 (Window Frame Parameters): Either none or both of the `icon-left'
6164 and `icon-top' parameters must be specified. Put descriptions of
6165 `menu-bar-lines' and `toolbar-lines' closer together and change
6166 them accordingly.
6167 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
6168 except while processing `frame-title-format' or `icon-title-format'.
6169 (Deleting Frames): Correct description of `delete-frame'.
6170 Non-nil return values of `frame-live-p' are like those of `framep'.
6171 (Frames and Windows): Mention return value of
6172 `set-frame-selected-window'.
6173 (Visibility of Frames): Mention `force' argument to
6174 `make-frame-invisible'. `frame-visible-p' returns t for all
6175 frames on text-only terminals.
6176 (Frame Configurations): Restoring a frame configuration does not
6177 restore deleted frames.
6178 (Window System Selections): `x-set-selection' returns DATA.
6179 (Resources): Add example.
6180 (Display Feature Testing): Clarify descriptions of
6181 `display-pixel-height', `display-pixel-width', `x-server-version'
6182 and `x-server-vendor'.
6183
6184 * windows.texi (Choosing Window): Add anchor.
6185 * minibuf.texi (Minibuffer Misc): Add anchor.
6186
61872004-07-23 John Paul Wallington <jpw@gnu.org>
6188
6189 * macros.texi (Defining Macros): Declaration keyword for setting
6190 Edebug spec is `debug' not `edebug'.
6191
61922004-07-19 Luc Teirlinck <teirllm@auburn.edu>
6193
6194 * windows.texi: Various small changes in addition to:
6195 (Window Point): Mention return value of `set-window-point'.
6196 (Window Start): `pos-visible-in-window-p' disregards horizontal
6197 scrolling. Explain return value if PARTIALLY is non-nil.
6198 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
6199 and `set-window-vscroll'.
6200 (Size of Window): The argument WINDOW to `window-inside-edges',
6201 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
6202 (Resizing Windows): Explain return value of
6203 `shrink-window-if-larger-than-buffer'.
6204 `window-size-fixed' automatically becomes buffer local when set.
6205 (Window Configurations): Explain return value of
6206 `set-window-configuration'.
6207
6208 * minibuf.texi (Minibuffer Misc): Add anchor for
6209 `minibuffer-scroll-window'.
6210
6211 * positions.texi (Text Lines): Add anchor for `count-lines'.
6212
62132004-07-17 Richard M. Stallman <rms@gnu.org>
6214
6215 * display.texi (Overlay Properties): Adding `evaporate' prop
6216 deletes empty overlay immediately.
6217
6218 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
6219 fix example.
6220
62212004-07-16 Jim Blandy <jimb@redhat.com>
6222
6223 * searching.texi (Regexp Backslash): Document new \_< and \_>
6224 operators.
6225
62262004-07-16 Juanma Barranquero <lektu@terra.es>
6227
6228 * display.texi (Images): Fix Texinfo usage.
6229
62302004-07-14 Luc Teirlinck <teirllm@auburn.edu>
6231
6232 * buffers.texi (Modification Time): `visited-file-modtime' now
6233 returns a list of two integers, instead of a cons.
6234
62352004-07-13 Luc Teirlinck <teirllm@auburn.edu>
6236
6237 * windows.texi: Various changes in addition to:
6238 (Splitting Windows): Add `split-window-keep-point'.
6239
62402004-07-09 Richard M. Stallman <rms@gnu.org>
6241
6242 * frames.texi (Input Focus): Minor fix.
6243
62442004-07-07 Luc Teirlinck <teirllm@auburn.edu>
6245
6246 * frames.texi (Input Focus): Clarify descriptions of
6247 `select-frame-set-input-focus' and `select-frame'.
6248
62492004-07-06 Luc Teirlinck <teirllm@auburn.edu>
6250
6251 * os.texi: Various small changes in addition to:
6252 (Killing Emacs): Expand and clarify description of
6253 `kill-emacs-query-functions' and `kill-emacs-hook'.
6254 (System Environment): Expand and clarify description of `getenv'
6255 and `setenv'.
6256 (Timers): Clarify description of `run-at-time'.
6257 (Translating Input): Correct description of
6258 `extra-keyboard-modifiers'.
6259 (Flow Control): Correct description of `enable-flow-control'.
6260
62612004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
6262
6263 * os.texi: Update copyright.
6264 (Session Management): Grammar fix.
6265 Clarify which Emacs does the restarting.
6266 Use @samp for *scratch* buffer.
6267
62682004-07-04 Alan Mackenzie <acm@muc.de>
6269
6270 * frames.texi (Input Focus): Add documentation for
6271 `select-frame-set-input-focus'. Replace refs to non-existent
6272 `switch-frame' with `select-frame'. Minor corrections and tidying
6273 up of text-only terminal stuff.
6274
62752004-07-02 Richard M. Stallman <rms@gnu.org>
6276
6277 * files.texi (Saving Buffers): Cleanup write-contents-function.
6278 (Magic File Names): Cleanup file-remote-p.
6279
b344d29d 62802004-07-02 Kai Großjohann <kai@emptydomain.de>
b8d4c8d0
GM
6281
6282 * files.texi (Magic File Names): `file-remote-p' returns an
6283 identifier of the remote system, not just t.
6284
62852004-07-02 David Kastrup <dak@gnu.org>
6286
6287 * searching.texi (Entire Match Data): Add explanation about new
6288 match-data behavior when @var{integers} is non-nil.
6289
62902004-06-24 Richard M. Stallman <rms@gnu.org>
6291
6292 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
6293
6294 * customize.texi (Variable Definitions): Note about doc strings
6295 and :set.
6296
6297 * keymaps.texi (Keymap Terminology): Document `kbd'.
6298 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
6299
6300 * display.texi (Invisible Text): Setting buffer-invisibility-spec
6301 makes it buffer-local.
6302
6303 * files.texi (Saving Buffers): Correct previous change.
6304
6305 * commands.texi (Accessing Events):
6306 Clarify posn-col-row and posn-actual-col-row.
6307
63082004-06-24 David Ponce <david.ponce@wanadoo.fr>
6309
6310 * commands.texi (Accessing Events): New functions
6311 posn-at-point and posn-at-x-y. Add example to posn-x-y.
6312
63132004-06-23 Luc Teirlinck <teirllm@auburn.edu>
6314
6315 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
6316 * frames.texi, buffers.texi, backups.texi, variables.texi:
6317 * loading.texi, eval.texi, functions.texi, control.texi:
6318 * symbols.texi, minibuf.texi: Reposition @anchor's.
6319
6320 * help.texi: Various small changes in addition to the following.
6321 (Describing Characters): Describe PREFIX argument to
6322 `key-description'. Correct and clarify definition of
6323 `text-char-description'. Describe NEED-VECTOR argument to
6324 `read-kbd-macro'.
6325 (Help Functions): Clarify definition of `apropos'.
6326
63272004-06-23 Lars Hansen <larsh@math.ku.dk>
6328
6329 * files.texi (Saving Buffers): Correct description of
6330 `write-contents-functions'.
6331
63322004-06-21 Juanma Barranquero <lektu@terra.es>
6333
6334 * display.texi (Images): Remove redundant @vindex directives.
6335 Rewrite `image-library-alist' doc in active voice.
6336
63372004-06-14 Juanma Barranquero <lektu@terra.es>
6338
6339 * display.texi (Images): Document new delayed library loading,
6340 variable `image-library-alist' and (existing but undocumented)
6341 function `image-type-available-p'.
6342
63432004-06-05 Richard M. Stallman <rms@gnu.org>
6344
6345 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
6346 refer the user to the Initial Input node.
6347 (Text from Minibuffer): Likewise.
6348 (Initial Input): New node. Document this feature
6349 and say it is mostly deprecated.
6350
63512004-05-30 Richard M. Stallman <rms@gnu.org>
6352
6353 * loading.texi (Named Features): Clarify return value
6354 and meaning of NOERROR.
6355
6356 * variables.texi (File Local Variables): Minor cleanup.
6357
63582004-05-30 Michael Albinus <michael.albinus@gmx.de>
6359
6360 * files.texi (Magic File Names): Add `file-remote-p' as operation
6361 of file name handlers.
6362
63632004-05-29 Richard M. Stallman <rms@gnu.org>
6364
6365 * modes.texi (Minor Mode Conventions): (-) has no special meaning
6366 as arg to a minor mode command.
6367
63682004-05-22 Richard M. Stallman <rms@gnu.org>
6369
6370 * syntax.texi (Syntax Class Table): Word syntax not just for English.
6371
6372 * streams.texi (Output Variables): Doc float-output-format.
6373
6374 * searching.texi (Regexp Special): Nested repetition can be infloop.
6375
6376 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
6377 real stack overflow.
6378
6379 * compile.texi: Minor cleanups.
6380
63812004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
6382
6383 * lists.texi (Cons Cells): Explain dotted lists, true lists,
6384 circular lists.
6385 (List Elements): Explain handling of circular and dotted lists.
6386
63872004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
6388
6389 * modes.texi (Search-based Fontification): Fix typo.
6390
63912004-05-10 Juanma Barranquero <lektu@terra.es>
6392
6393 * modes.texi (Mode Line Variables): Fix description of
6394 global-mode-string, which is now after which-func-mode, not the
6395 buffer name.
6396
63972004-05-07 Lars Hansen <larsh@math.ku.dk>
6398
6399 * modes.texi (Desktop Save Mode): Add.
6400 (Modes): Add menu entry Desktop Save Mode.
6401
6402 * hooks.texi: Add desktop-after-read-hook,
6403 desktop-no-desktop-file-hook and desktop-save-hook.
6404
6405 * locals.texi: Add desktop-save-buffer.
6406
64072004-04-30 Jesper Harder <harder@ifa.au.dk>
6408
6409 * display.texi: emacs -> Emacs.
6410
64112004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
6412
6413 * files.texi (Changing Files): Document set-file-times.
6414
64152004-04-23 Juanma Barranquero <lektu@terra.es>
6416
6417 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
6418
64192004-04-18 Jesper Harder <harder@ifa.au.dk>
6420
6421 * tips.texi (Coding Conventions): defopt -> defcustom.
6422
64232004-04-16 Luc Teirlinck <teirllm@auburn.edu>
6424
6425 * sequences.texi: Various clarifications.
6426
64272004-04-14 Luc Teirlinck <teirllm@auburn.edu>
6428
6429 * buffers.texi (Read Only Buffers): Mention optional ARG to
6430 `toggle-read-only'.
6431
64322004-04-14 Nick Roberts <nick@nick.uklinux.net>
6433
6434 * windows.texi (Selecting Windows): Note that get-lru-window
6435 returns a full-width window if possible.
6436
64372004-04-13 Luc Teirlinck <teirllm@auburn.edu>
6438
6439 * buffers.texi: Various changes in addition to:
6440 (Buffer File Name): Add `find-buffer-visiting'.
6441 (Buffer Modification): Mention optional ARG to `not-modified'.
6442 (Indirect Buffers): Mention optional CLONE argument to
6443 `make-indirect-buffer'.
6444
6445 * files.texi: Various changes in addition to:
6446 (Visiting Functions): `find-file-hook' is now a normal hook.
6447 (File Name Expansion): Explain difference between the way that
6448 `expand-file-name' and `file-truename' treat `..'.
6449 (Contents of Directories): Mention optional ID-FORMAT argument to
6450 `directory-files-and-attributes'.
6451 (Format Conversion): Mention new optional CONFIRM argument to
6452 `format-write-file'.
6453
64542004-04-12 Miles Bader <miles@gnu.org>
6455
6456 * macros.texi (Expansion): Add description of `macroexpand-all'.
6457
64582004-04-05 Jesper Harder <harder@ifa.au.dk>
6459
6460 * variables.texi (Variable Aliases): Mention
6461 cyclic-variable-indirection.
6462
6463 * errors.texi (Standard Errors): Ditto.
6464
64652004-04-04 Luc Teirlinck <teirllm@auburn.edu>
6466
6467 * backups.texi: Various small changes in addition to:
6468 (Making Backups): Mention return value of `backup-buffer'.
6469 (Auto-Saving): Mention optional FORCE argument to
6470 `delete-auto-save-file-if-necessary'.
6471 (Reverting): Mention optional PRESERVE-MODES argument to
6472 `revert-buffer'. Correct description of `revert-buffer-function'.
6473
64742004-03-22 Juri Linkov <juri@jurta.org>
6475
6476 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
6477 with `Vector Functions'.
6478
6479 * text.texi (Sorting): Add missing quote.
6480
64812004-03-14 Luc Teirlinck <teirllm@auburn.edu>
6482
6483 * intro.texi (Lisp History): Replace xref to `cl' manual with
6484 inforef.
6485
64862004-03-12 Richard M. Stallman <rms@gnu.org>
6487
6488 * intro.texi (Version Info): Add arg to emacs-version.
6489 (Lisp History): Change xref to CL manual.
6490
64912004-03-09 Luc Teirlinck <teirllm@auburn.edu>
6492
6493 * minibuf.texi (Completion Commands): Add xref to Emacs manual
6494 for Partial Completion mode.
6495
64962004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
6497
6498 * customize.texi: Fix typo. Remove eol whitespace.
6499
65002004-03-04 Richard M. Stallman <rms@gnu.org>
6501
6502 * processes.texi: Fix typos.
6503
6504 * lists.texi (Building Lists): Minor clarification.
6505
6506 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
6507 in make-hash-table.
6508
65092004-02-29 Juanma Barranquero <lektu@terra.es>
6510
6511 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
6512 rm, and ignore exit code.
6513
65142004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
6515
6516 * display.texi (Defining Faces): Add description for min-colors.
6517 Update example.
6518
65192004-02-23 Luc Teirlinck <teirllm@auburn.edu>
6520
6521 * abbrevs.texi: Various corrections and clarifications in addition
6522 to the following:
6523 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
6524
65252004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
6526
6527 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
6528
65292004-02-21 Luc Teirlinck <teirllm@auburn.edu>
6530
6531 * text.texi: Various small changes in addition to the following:
6532 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
6533 to delete-horizontal-space.
6534 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
6535 description of yank-handler text property at various places.
6536
6537 * frames.texi (Window System Selections): Add anchor.
6538
6539 * syntax.texi (Syntax Table Functions): Clarify and correct
6540 descriptions of make-syntax-table and copy-syntax-table.
6541 (Motion and Syntax): Clarify SYNTAXES argument to
6542 skip-syntax-forward.
6543 (Parsing Expressions): Mention that the return value of
6544 parse-partial-sexp is currently a list of ten rather than nine
6545 elements.
6546 (Categories): Various corrections and clarifications.
6547
65482004-02-17 Luc Teirlinck <teirllm@auburn.edu>
6549
6550 * markers.texi (Marker Insertion Types): Minor change.
6551
6552 * locals.texi (Standard Buffer-Local Variables):
6553 * commands.texi (Interactive Codes, Using Interactive):
6554 * functions.texi (Related Topics): Fix xrefs.
6555
65562004-02-16 Luc Teirlinck <teirllm@auburn.edu>
6557
6558 * lists.texi (Sets And Lists): Update description of delete-dups.
6559
65602004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
6561
6562 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
6563
c8763fb6 65642004-02-16 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
6565
6566 * frames.texi (Parameter Access): frame-parameters arg is optional.
6567 modify-frame-parameters handles nil for FRAME.
6568 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
6569 are all-or-nothing for certain toolkits.
6570 Mention parameter wait-for-wm.
6571 (Frames and Windows): In frame-first-window and frame-selected-window
6572 the arg is optional.
6573 (Input Focus): In redirect-frame-focus the second arg is optional.
6574 (Window System Selections): Mention selection type CLIPBOARD.
6575 Mention data-type UTF8_STRING.
6576 Mention numbering of cut buffers.
6577 (Resources): Describe x-resource-name.
6578
65792004-02-16 Richard M. Stallman <rms@gnu.org>
6580
6581 * windows.texi (Buffers and Windows): Delete false table
6582 about all-frames.
6583
6584 * syntax.texi (Parsing Expressions): Delete old caveat
6585 about parse-sexp-ignore-comments.
6586
6587 * streams.texi (Output Variables): Add print-quoted.
6588
6589 * lists.texi (Building Lists): Minor cleanup.
6590
6591 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
6592
6593 * display.texi (Overlays): Explain overlays use markers.
6594 (Managing Overlays): Explain front-advance and rear-advance
6595 in more detail.
6596
6597 * loading.texi (Unloading): Document unload-feature-special-hooks.
6598 Get rid of fns-NNN.el file.
6599
66002004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
6601
6602 * help.texi (Describing Characters): Fix text-char-description
6603 example output.
6604
6605 * edebug.texi (Using Edebug): Fix example.
6606
6607 * debugging.texi (Internals of Debugger): Fix return value.
6608
6609 * files.texi (Changing Files): Fix argname.
6610
6611 * calendar.texi: Fix parens, and default values.
6612
6613 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
6614 * nonascii.texi, objects.texi, os.texi: Minor fixes.
b3e755a9 6615 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
b8d4c8d0
GM
6616
6617 * positions.texi (Text Lines): Don't add -1 in current-line.
6618
66192004-02-16 Richard M. Stallman <rms@gnu.org>
6620
6621 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
6622
66232004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
6624
6625 * processes.texi (Low-Level Network): Fix a typo.
6626
66272004-02-12 Kim F. Storm <storm@cua.dk>
6628
6629 * display.texi (Fringes): Use consistent wording.
6630 Note that window-fringe's window arg is optional.
6631 (Scroll Bars): Use consistent wording.
6632
66332004-02-11 Luc Teirlinck <teirllm@auburn.edu>
6634
6635 * tips.texi (Comment Tips): Document the new conventions for
6636 commenting out code.
6637
c8763fb6 66382004-02-07 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
6639
6640 * positions.texi (Text Lines): Added missing end defun.
6641
66422004-02-07 Kim F. Storm <storm@cua.dk>
6643
6644 * positions.texi (Text Lines): Add line-number-at-pos.
6645
66462004-02-06 John Paul Wallington <jpw@gnu.org>
6647
6648 * display.texi (Button Properties, Button Buffer Commands):
6649 mouse-2 invokes button, not down-mouse-1.
6650
66512004-02-04 Jason Rumney <jasonr@gnu.org>
6652
6653 * makefile.w32-in: Sync with Makefile.in changes.
6654
66552004-02-03 Luc Teirlinck <teirllm@auburn.edu>
6656
6657 * minibuf.texi (Text from Minibuffer): Various corrections and
6658 clarifications.
6659 (Object from Minibuffer): Correct Lisp description of
6660 read-minibuffer.
6661 (Minibuffer History): Clarify description of cons values for
6662 HISTORY arguments.
6663 (Basic Completion): Various corrections and clarifications. Add
6664 completion-regexp-list.
6665 (Minibuffer Completion): Correct and clarify description of
6666 completing-read.
6667 (Completion Commands): Mention Partial Completion mode. Various
6668 other minor changes.
6669 (High-Level Completion): Various corrections and clarifications.
6670 (Reading File Names): Ditto.
6671 (Minibuffer Misc): Ditto.
6672
66732004-01-26 Luc Teirlinck <teirllm@auburn.edu>
6674
6675 * strings.texi (Text Comparison): assoc-string also matches
6676 elements of alists that are strings instead of conses.
6677 (Formatting Strings): Standardize Texinfo usage. Update index
6678 entries.
6679
66802004-01-20 Luc Teirlinck <teirllm@auburn.edu>
6681
6682 * lists.texi (Sets And Lists): Add delete-dups.
6683
66842004-01-15 Luc Teirlinck <teirllm@auburn.edu>
6685
6686 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
6687 special form.
6688 * macros.texi (Defining Macros): Update description of `declare',
6689 which now is a macro.
6690 (Wrong Time): Fix typos.
6691
66922004-01-14 Luc Teirlinck <teirllm@auburn.edu>
6693
6694 * compile.texi (Compilation Functions): Expand descriptions of
6695 `compile-defun', `byte-compile-file', `byte-recompile-directory'
6696 and `batch-byte-compile'. In particular, mention and describe
6697 all optional arguments.
6698 (Disassembly): Correct and clarify the description of `disassemble'.
6699
67002004-01-11 Luc Teirlinck <teirllm@auburn.edu>
6701
6702 * searching.texi: Various small changes in addition to the
6703 following.
6704 (Regexp Example): Adapt to new value of `sentence-end'.
6705 (Regexp Functions): The PAREN argument to `regexp-opt' can be
6706 `words'.
6707 (Search and Replace): Add usage note for `perform-replace'.
6708 (Entire Match Data): Mention INTEGERS and REUSE arguments to
6709 `match-data'.
6710 (Standard Regexps): Update for new values of `paragraph-start'
6711 and `sentence-end'.
6712
67132004-01-07 Luc Teirlinck <teirllm@auburn.edu>
6714
6715 * files.texi (Saving Buffers): Clarify descriptions of
6716 `write-contents-functions' and `before-save-hook'.
6717 Make the defvar's for `before-save-hook' and `after-save-hook'
6718 into defopt's.
6719
67202004-01-07 Kim F. Storm <storm@cua.dk>
6721
6722 * commands.texi (Click Events): Describe new image and
6723 width/height elements of click events.
6724 (Accessing Events): Add posn-string, posn-image, and
6725 posn-object-width-height. Change posn-object to return either
6726 image or string object.
6727
67282004-01-01 Simon Josefsson <jas@extundo.com>
6729
6730 * hooks.texi (Standard Hooks): Add before-save-hook.
6731 * files.texi (Saving Buffers): Likewise.
6732
67332004-01-03 Richard M. Stallman <rms@gnu.org>
6734
6735 * frames.texi (Frames and Windows): Delete frame-root-window.
6736
67372004-01-03 Luc Teirlinck <teirllm@auburn.edu>
6738
6739 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
6740
6741 * functions.texi: Various small changes in addition to the
6742 following.
6743 (What Is a Function): `functionp' returns nil for macros. Clarify
6744 behavior of this and following functions for symbol arguments.
6745 (Function Documentation): Add `\' in front of (fn @var{arglist})
6746 and explain why.
6747 (Defining Functions): Mention DOCSTRING argument to `defalias'.
6748 Add anchor.
6749 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
6750
67512004-01-01 Miles Bader <miles@gnu.org>
6752
6753 * display.texi (Buttons): New section.
6754
67552003-12-31 Andreas Schwab <schwab@suse.de>
6756
6757 * numbers.texi (Math Functions): sqrt reports a domain-error
6758 error.
6759 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
6760
67612003-12-30 Luc Teirlinck <teirllm@auburn.edu>
6762
6763 * tips.texi (Documentation Tips): Update item on hyperlinks in
6764 documentation strings.
6765
6766 * errors.texi (Standard Errors): Various small corrections and
6767 additions.
6768
6769 * control.texi: Various small changes in addition to the
6770 following.
6771 (Signaling Errors): Provide some more details on how `signal'
6772 constructs the error message. Add anchor to the definition of
6773 `signal'.
6774 (Error Symbols): Describe special treatment of `quit'.
6775 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
6776 to emphasize that it has to be a single form.
6777
6778 * buffers.texi: Add anchor.
6779
67802003-12-29 Richard M. Stallman <rms@gnu.org>
6781
6782 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
6783 (Window Configurations): Add window-configuration-frame.
6784
6785 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
6786
6787 * text.texi (Examining Properties): Add get-char-property-and-overlay.
6788 Change arg name in get-char-property.
6789 (Special Properties): Update handling of keymap property.
6790
6791 * strings.texi (Modifying Strings): Add clear-string.
6792 (Text Comparison): Add assoc-string and remove
6793 assoc-ignore-case, assoc-ignore-representation.
6794
6795 * os.texi (Time of Day): Add set-time-zone-rule.
6796
6797 * numbers.texi (Math Functions): asin, acos, log, log10
6798 report domain-error errors.
6799
6800 * nonascii.texi (Converting Representations):
6801 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
6802 (Encoding and I/O): Add file-name-coding-system.
6803
6804 * modes.texi (Search-based Fontification): Explain that
6805 face specs are symbols with face names as values.
6806
6807 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
6808
6809 * lists.texi (Building Lists): remq moved elsewhere.
6810 (Sets And Lists): remq moved here.
6811 (Association Lists): Refer to assoc-string.
6812
6813 * internals.texi (Garbage Collection): Add memory-use-counts.
6814
6815 * frames.texi (Frames and Windows): Add set-frame-selected-window
6816 and frame-root-window.
6817
6818 * files.texi (Contents of Directories):
6819 Add directory-files-and-attributes.
6820
6821 * display.texi (Refresh Screen): Add force-window-update.
6822 (Invisible Text): Explain about moving point out of invis text.
6823 (Overlay Properties): Add overlay-properties.
6824 (Managing Overlays): Add overlayp.
6825 (GIF Images): Invalid image number displays a hollow box.
6826
6827 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
6828 (Killing Buffers): Add buffer-live-p.
6829
68302003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
6831
6832 * display.texi (Fringes): Fix typo "set-buffer-window".
6833
68342003-12-24 Luc Teirlinck <teirllm@auburn.edu>
6835
6836 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
6837 * nonascii.texi, processes.texi, tips.texi, variables.texi:
6838 Add or change various xrefs and anchors.
6839
6840 * commands.texi: Replace all occurrences of @acronym{CAR} with
6841 @sc{car}, for consistency with the rest of the Elisp manual.
6842 `car' and `cdr' are historically acronyms, but are no longer
6843 widely thought of as such.
6844
6845 * internals.texi (Pure Storage): Mention that `purecopy' does not
6846 copy text properties.
6847 (Object Internals): Now 29 bits are used (in most implementations)
6848 to address Lisp objects.
6849
6850 * variables.texi (Variables with Restricted Values): New node.
6851
6852 * objects.texi (Lisp Data Types): Mention that certain variables
6853 can only take on a restricted set of values and add an xref to
6854 the new node "Variables with Restricted Values".
6855
6856 * eval.texi (Function Indirection): Describe the errors that
6857 `indirect-function' can signal.
6858 (Eval): Clarify the descriptions of `eval-region' and `values'.
6859 Describe `eval-buffer' instead of `eval-current-buffer' and
6860 mention `eval-current-buffer' as an alias for `current-buffer'.
6861 Correct the description and mention all optional arguments.
6862
6863 * nonascii.texi: Various small changes in addition to the
6864 following.
6865 (Converting Representations): Clarify behavior of
6866 `string-make-multibyte' and `string-to-multibyte' for unibyte all
6867 ASCII arguments.
6868 (Character Sets): Document the variable `charset-list' and adapt
6869 the definition of the function `charset-list' accordingly.
6870 (Translation of Characters): Clarify use of generic characters in
6871 `make-translation-table'. Clarify and correct the description of
6872 the use of translation tables in encoding and decoding.
6873 (User-Chosen Coding Systems): Correct and clarify the description
6874 of `select-safe-coding-system'.
6875 (Default Coding Systems): Clarify description of
6876 `file-coding-system-alist'.
6877
68782003-11-30 Luc Teirlinck <teirllm@auburn.edu>
6879
6880 * strings.texi (Text Comparison): Correctly describe when two
6881 strings are `equal'. Combine and clarify descriptions of
6882 `assoc-ignore-case' and `assoc-ignore-representation'.
6883
6884 * objects.texi (Non-ASCII in Strings): Clarify description of
6885 when a string is unibyte or multibyte.
6886 (Bool-Vector Type): Update examples.
6887 (Equality Predicates): Correctly describe when two strings are
6888 `equal'.
6889
68902003-11-29 Luc Teirlinck <teirllm@auburn.edu>
6891
6892 * lists.texi (Building Lists): `append' no longer accepts integer
6893 arguments. Update the description of `number-sequence' to reflect
6894 recent changes.
6895 (Sets And Lists): Describe `member-ignore-case' after `member'.
6896
68972003-11-27 Kim F. Storm <storm@cua.dk>
6898
6899 * commands.texi (Click Events): Click object may be an images.
6900 Describe (dx . dy) element of click positions.
6901 (Accessing Events): Remove duplicate posn-timestamp.
6902 New functions posn-object and posn-object-x-y.
6903
69042003-11-23 Kim F. Storm <storm@cua.dk>
6905
6906 * commands.texi (Click Events): Describe enhancements to event
6907 position lists, including new text-pos and (col . row) items.
6908 Mention left-fringe and right-fringe area events.
6909 (Accessing Events): New functions posn-area and
6910 posn-actual-col-row. Mention posn-timestamp. Mention that
6911 posn-point in non-text area still returns buffer position.
6912 Clarify posn-col-row.
6913
69142003-11-21 Lars Hansen <larsh@math.ku.dk>
6915
6916 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
6917 * anti.texi (File Attributes): Describe removed parameter
6918 ID-FORMAT.
6919
69202003-11-20 Luc Teirlinck <teirllm@auburn.edu>
6921
6922 * positions.texi (Positions): Mention that, if a marker is used as
6923 a position, its buffer is ignored.
6924
6925 * markers.texi (Overview of Markers): Mention it here too.
6926
69272003-11-12 Luc Teirlinck <teirllm@auburn.edu>
6928
6929 * numbers.texi (Numeric Conversions): Not just `floor', but also
6930 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
6931
69322003-11-10 Luc Teirlinck <teirllm@auburn.edu>
6933
6934 * markers.texi (Creating Markers): Specify insertion type of
6935 created markers. Add xref to `Marker Insertion Types'.
6936 Second argument to `copy-marker' is optional.
6937 (Marker Insertion Types): Mention that most markers are created
6938 with insertion type nil.
6939 (The Mark): Correctly describe when `mark' signals an error.
6940 (The Region): Correctly describe when `region-beginning' and
6941 `region-end' signal an error.
6942
69432003-11-08 Luc Teirlinck <teirllm@auburn.edu>
6944
6945 * hash.texi (Creating Hash): Clarify description of `eql'.
6946 `makehash' is obsolete.
6947 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
6948
6949 * positions.texi (Point): Change description of `buffer-end', so
6950 that it is also correct for floating point arguments.
6951 (List Motion): Correct argument lists of `beginning-of-defun' and
6952 `end-of-defun'.
6953 (Excursions): Add xref to `Marker Insertion Types'.
6954 (Narrowing): Argument to `narrow-to-page' is optional.
6955
69562003-11-06 Luc Teirlinck <teirllm@auburn.edu>
6957
6958 * streams.texi (Output Streams): Clarify behavior of point for
6959 marker output streams.
6960
69612003-11-04 Luc Teirlinck <teirllm@auburn.edu>
6962
6963 * variables.texi (Defining Variables): Second argument to
6964 `defconst' is not optional.
6965 (Setting Variables): Mention optional argument APPEND to
6966 `add-to-list'.
6967 (Creating Buffer-Local): Expand description of
6968 `make-variable-buffer-local'.
6969 (Frame-Local Variables): Expand description of
6970 `make-variable-frame-local'.
6971 (Variable Aliases): Correct description of optional argument
6972 DOCSTRING to `defvaralias'. Mention return value of
6973 `defvaralias'.
6974 (File Local Variables): Add xref to `File variables' in Emacs
6975 Manual. Correct description of `hack-local-variables'. Mention
6976 `safe-local-variable' property. Mention optional second argument
6977 to `risky-local-variable-p'.
6978
69792003-11-03 Luc Teirlinck <teirllm@auburn.edu>
6980
6981 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
6982
69832003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
6984
6985 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
6986 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
6987 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
6988 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
6989 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
6990 lispref/processes.texi, lispref/searching.texi,
6991 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
6992 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
6993 @acronym{FOO}.
6994
69952003-10-27 Luc Teirlinck <teirllm@auburn.edu>
6996
6997 * strings.texi (Creating Strings): Argument START to `substring'
6998 can not be `nil'. Expand description of
6999 `substring-no-properties'. Correct description of `split-string',
7000 especially with respect to empty matches. Prevent very bad line
7001 break in definition of `split-string-default-separators'.
7002 (Text Comparison): `string=' and `string<' also accept symbols as
7003 arguments.
7004 (String Conversion): More completely describe argument BASE in
7005 `string-to-number'.
7006 (Formatting Strings): `%s' and `%S' in `format' do require
7007 corresponding object. Clarify behavior of numeric prefix after
7008 `%' in `format'.
7009 (Case Conversion): The argument to `upcase-initials' can be a
7010 character.
7011
70122003-10-27 Kenichi Handa <handa@m17n.org>
7013
7014 * display.texi (Fontsets): Fix texinfo usage.
7015
70162003-10-25 Kenichi Handa <handa@m17n.org>
7017
7018 * display.texi (Fontsets): Add description of the function
7019 set-fontset-font.
7020
70212003-10-23 Luc Teirlinck <teirllm@auburn.edu>
7022
7023 * display.texi (Temporary Displays): Add xref to `Documentation
7024 Tips'.
7025
7026 * functions.texi (Function Safety): Use inforef instead of pxref
7027 for SES.
7028
70292003-10-23 Andreas Schwab <schwab@suse.de>
7030
7031 * Makefile.in (TEX, texinputdir): Don't define.
7032 (TEXI2DVI): Define.
7033 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
7034 add $(srcdir)/index.texi.
7035 ($(infodir)/elisp): Remove index.texi dependency.
7036 (elisp.dvi): Likewise. Use $(TEXI2DVI).
7037 (index.texi): Remove target.
7038 (dist): Don't link $(srcdir)/permute-index.
7039 (clean): Don't remove index.texi.
7040
7041 * permute-index, index.perm: Remove.
7042 * index.texi: Rename from index.unperm.
7043
70442003-10-22 Luc Teirlinck <teirllm@auburn.edu>
7045
7046 * tips.texi (Documentation Tips): Document new behavior for face
7047 and variable hyperlinks in Help mode.
7048
70492003-10-21 Luc Teirlinck <teirllm@auburn.edu>
7050
7051 * objects.texi (Integer Type): Update for extra bit of integer range.
7052 (Character Type): Ditto.
7053
70542003-10-16 Eli Zaretskii <eliz@gnu.org>
7055
7056 * numbers.texi (Integer Basics): Add index entries for reading
7057 numbers in hex, octal, and binary.
7058
70592003-10-16 Lute Kamstra <lute@gnu.org>
7060
7061 * modes.texi (Mode Line Format): Mention force-mode-line-update's
7062 argument.
7063
70642003-10-13 Luc Teirlinck <teirllm@auburn.edu>
7065
7066 * windows.texi (Choosing Window): Fix typo.
7067 * edebug.texi (Edebug Execution Modes): Fix typo.
7068
70692003-10-13 Richard M. Stallman <rms@gnu.org>
7070
7071 * windows.texi (Basic Windows): A window has fringe settings,
7072 display margins and scroll-bar settings.
7073 (Splitting Windows): Doc split-window return value.
7074 Clean up one-window-p.
7075 (Selecting Windows): Fix typo.
7076 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
7077 (Buffers and Windows): In set-window-buffer, explain effect
7078 on fringe settings and scroll bar settings.
7079 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
7080 (Choosing Window): Use defopt for pop-up-frame-function.
7081 For special-display-buffer-names, explain same-window and same-frame.
7082 Clarify window-dedicated-p return value.
7083 (Textual Scrolling): scroll-up and scroll-down can get an error.
7084 (Horizontal Scrolling): Clarify auto-hscroll-mode.
7085 Clarify set-window-hscroll.
7086 (Size of Window): Don't mention tool bar in window-height.
7087 (Coordinates and Windows): Explain what coordinates-in-window-p
7088 returns for fringes and display margins.
7089 (Window Configurations): Explain saving fringes, etc.
7090
7091 * tips.texi (Library Headers): Clean up Documentation.
7092
7093 * syntax.texi (Parsing Expressions): Clean up forward-comment
7094 and parse-sexp-lookup-properties.
7095
7096 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
7097
7098 * os.texi (System Environment): Clean up text for load-average errors.
7099
7100 * modes.texi (Hooks): Don't explain local hook details at front.
7101 Clarify run-hooks and run-hook-with-args a little.
7102 Clean up add-hook and remove-hook.
7103
7104 * edebug.texi (Edebug Execution Modes): Clarify t.
7105 Document edebug-sit-for-seconds.
7106 (Coverage Testing): Document C-x X = and =.
7107 (Instrumenting Macro Calls): Fix typo.
7108 (Specification List): Don't index the specification keywords.
7109
71102003-10-10 Kim F. Storm <storm@cua.dk>
7111
7112 * processes.texi (Network): Introduce make-network-process.
7113
71142003-10-09 Luc Teirlinck <teirllm@auburn.edu>
7115
7116 * tips.texi (Library Headers): Fix typo.
7117
71182003-10-07 Juri Linkov <juri@jurta.org>
7119
7120 * modes.texi (Imenu): Mention imenu-create-index-function's
7121 default value. Explain submenus better.
7122
71232003-10-07 Lute Kamstra <lute@gnu.org>
7124
7125 * modes.texi (Faces for Font Lock): Fix typo.
7126 (Hooks): Explain how buffer-local hook variables can refer to
7127 global hook variables.
7128 Various minor clarifications.
7129
71302003-10-06 Lute Kamstra <lute@gnu.org>
7131
7132 * tips.texi (Coding Conventions): Mention naming conventions for
7133 hooks.
7134
71352003-10-05 Luc Teirlinck <teirllm@auburn.edu>
7136
7137 * loading.texi (Library Search): Correct default value of
7138 load-suffixes.
7139 (Named Features): Fix typo.
7140
71412003-10-05 Richard M. Stallman <rms@gnu.org>
7142
7143 * loading.texi (Named Features): In `provide',
7144 say how to test for subfeatures.
7145 (Unloading): In unload-feature, use new var name
7146 unload-feature-special-hooks.
7147
71482003-10-03 Lute Kamstra <lute@gnu.org>
7149
7150 * modes.texi (Major Mode Conventions): Mention third way to set up
7151 Imenu.
7152 (Imenu): A number of small fixes.
7153 Delete documentation of internal variable imenu--index-alist.
7154 Document the return value format of imenu-create-index-function
7155 functions.
7156
71572003-09-30 Richard M. Stallman <rms@gnu.org>
7158
7159 * processes.texi (Network): Say what stopped datagram connections do.
7160
7161 * lists.texi (Association Lists): Clarify `assq-delete-all'.
7162
7163 * display.texi (Overlay Properties): Clarify `evaporate' property.
7164
71652003-09-29 Lute Kamstra <lute@gnu.org>
7166
7167 * modes.texi (Mode Line Data): Explain when symbols in mode-line
7168 constructs should be marked as risky.
7169 Change cons cell into proper list.
7170 (Mode Line Variables): Change cons cell into proper list.
7171
71722003-09-26 Lute Kamstra <lute@gnu.org>
7173
7174 * modes.texi (Mode Line Data): Document the :propertize construct.
7175 (Mode Line Variables): Reorder the descriptions of the variables
7176 to match their order in the default mode-line-format.
7177 Describe the new variables mode-line-position and mode-line-modes.
7178 Update the default values of mode-line-frame-identification,
7179 minor-mode-alist, and default-mode-line-format.
7180 (Properties in Mode): Mention the :propertize construct.
7181
71822003-09-26 Richard M. Stallman <rms@gnu.org>
7183
7184 * buffers.texi, commands.texi, debugging.texi, eval.texi:
7185 * loading.texi, minibuf.texi, text.texi, variables.texi:
7186 Avoid @strong{Note:}.
7187
71882003-09-26 Richard M. Stallman <rms@gnu.org>
7189
7190 * keymaps.texi (Remapping Commands): Fix typo.
7191
71922003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
7193
7194 * processes.texi (Low-Level Network): Fix typo.
7195
71962003-09-23 Kim F. Storm <storm@cua.dk>
7197
7198 * processes.texi (Network, Network Servers): Fix typos.
7199 (Low-Level Network): Add timeout value for :server keyword.
7200 Add new option keywords to make-network-process.
7201 Add set-network-process-options.
7202 Explain how to test availability of network options.
7203
72042003-09-19 Richard M. Stallman <rms@gnu.org>
7205
7206 * text.texi (Motion by Indent): Arg to
7207 backward-to-indentation and forward-to-indentation is optional.
7208
7209 * strings.texi (Creating Strings): Add substring-no-properties.
7210
7211 * processes.texi
7212 (Process Information): Add list-processes arg QUERY-ONLY.
7213 Delete process-contact from here.
7214 Add new status values for process-status.
7215 Add process-get, process-put, process-plist, set-process-plist.
7216 (Synchronous Processes): Add call-process-shell-command.
7217 (Signals to Processes): signal-process allows process objects.
7218 (Network): Complete rewrite.
7219 (Network Servers, Datagrams, Low-Level Network): New nodes.
7220
7221 * positions.texi (Word Motion): forward-word, backward-word
7222 arg is optional. Reword.
7223
7224 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
7225
7226 * variables.texi (Creating Buffer-Local):
7227 Delete duplicate definition of buffer-local-value.
7228 (File Local Variables): Explain about discarding text props.
7229
72302003-09-11 Richard M. Stallman <rms@gnu.org>
7231
7232 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
7233 changes variables that record input events.
7234 (Minibuffer Misc): Add minibuffer-selected-window.
7235
7236 * lists.texi (Building Lists): Add copy-tree.
7237
7238 * display.texi (Fontsets): Add char-displayable-p.
7239 (Scroll Bars): New node.
7240
72412003-09-08 Lute Kamstra <lute@gnu.org>
7242
7243 * modes.texi (%-Constructs): Document new `%i' and `%I'
7244 constructs.
7245
72462003-09-03 Peter Runestig <peter@runestig.com>
7247
7248 * makefile.w32-in: New file.
7249
72502003-08-29 Richard M. Stallman <rms@gnu.org>
7251
7252 * display.texi (Overlay Properties): Clarify how priorities
7253 affect use of the properties.
7254
72552003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
7256
7257 * customize.texi (Type Keywords): Correct the description of
7258 `:help-echo' in the case where `motion-doc' is a function.
7259
72602003-08-14 John Paul Wallington <jpw@gnu.org>
7261
7262 * modes.texi (Emulating Mode Line): Subsection, not section.
7263
72642003-08-13 Richard M. Stallman <rms@gnu.org>
7265
7266 * elisp.texi (Top): Update subnode lists in menu.
7267
7268 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
7269 (Kill Functions): kill-region has new arg yank-handler.
7270 (Yanking): New node.
7271 (Yank Commands): Add yank-undo-function.
7272 (Low-Level Kill Ring):
7273 kill-new and kill-append have new arg yank-handler.
7274 (Changing Properties): Add remove-list-of-text-properties.
7275 (Atomic Changes): New node.
7276
7277 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
7278
7279 * streams.texi (Output Variables): Add eval-expression-print-length
7280 and eval-expression-print-level.
7281
7282 * os.texi (Time Conversion): For encode-time, explain limits on year.
7283
7284 * objects.texi (Character Type): Define anchor "modifier bits".
7285
7286 * modes.texi (Emulating Mode Line): New node.
7287 (Search-based Fontification): Font Lock uses font-lock-face property.
7288 (Other Font Lock Variables): Likewise.
7289
7290 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
7291 not vectors.
7292 (Active Keymaps): Add emulation-mode-map-alists.
7293 (Functions for Key Lookup): key-binding has new arg no-remap.
7294 (Remapping Commands): New node.
7295 (Scanning Keymaps): where-is-internal has new arg no-remap.
7296 (Tool Bar): Add tool-bar-local-item-from-menu.
7297 Clarify when to use tool-bar-add-item-from-menu.
7298
7299 * commands.texi (Interactive Call): commandp has new arg.
7300 (Command Loop Info): Add this-original-command.
7301
73022003-08-06 John Paul Wallington <jpw@gnu.org>
7303
7304 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
7305
7306 * display.texi (Warning Basics): Fix typo.
7307 (Fringes): Add closing curly bracket and fix typo.
7308
7309 * elisp.texi (Top): Fix typo.
7310
73112003-08-05 Richard M. Stallman <rms@gnu.org>
7312
7313 * elisp.texi: Update lists of subnodes.
7314
7315 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
7316
7317 * variables.texi (Local Variables): Use lc for example variable names.
7318
7319 * tips.texi (Library Headers): Explain where to put -*-.
7320
7321 * strings.texi (Creating Strings): Fix xref for vconcat.
7322
7323 * sequences.texi (Vector Functions):
7324 vconcat no longer allows integer args.
7325
7326 * minibuf.texi (Reading File Names): read-file-name has new
7327 arg PREDICATE. New function read-directory-name.
7328
7329 * macros.texi (Defining Macros): Give definition of `declare'
7330 (Indenting Macros): New node.
7331
7332 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
7333 (Window Frame Parameters): Make separate table of parameters
7334 that are coupled with specific face attributes.
7335 (Deleting Frames): delete-frame-hooks renamed to
7336 delete-frame-functions.
7337
7338 * files.texi (Magic File Names): Add file-remote-p.
7339 Clarify file-local-copy.
7340
7341 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
7342 here; instead xref Defining Macros.
7343
7344 * display.texi (Warnings): New node, and subnodes.
7345 (Fringes): New node.
7346
7347 * debugging.texi (Test Coverage): New node.
7348
7349 * compile.texi (Compiler Errors): Explain with-no-warnings
7350 and other ways to suppress warnings.
7351
7352 * commands.texi (Interactive Call): Minor clarification.
7353
7354 * buffers.texi (Buffer File Name): set-visited-file-name
7355 renames the buffer too.
7356
7357 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
7358
73592003-07-24 Markus Rost <rost@math.ohio-state.edu>
7360
7361 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
7362
73632003-07-22 Markus Rost <rost@math.ohio-state.edu>
7364
7365 * internals.texi (Garbage Collection): Fix previous change.
7366
73672003-07-22 Richard M. Stallman <rms@gnu.org>
7368
7369 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
7370
7371 * display.texi (Width): Use \s syntax in example.
7372 (Font Selection): Add face-font-rescale-alist.
7373
7374 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
7375 Remove spurious indent in example.
7376
7377 * lists.texi (Building Lists): Add number-sequence.
7378
7379 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
7380
7381 * functions.texi (Function Documentation): Explain how to
7382 show calling convention explicitly in the doc string.
7383
7384 * windows.texi (Selecting Windows): save-selected-window saves
7385 selected window of each frame.
7386 (Window Configurations): Minor change.
7387
7388 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
7389
7390 * streams.texi (Output Variables): Add print-continuous-numbering
7391 and print-number-table.
7392
7393 * processes.texi (Decoding Output): New node.
7394
7395 * os.texi (Time Conversion): decode-time arg is optional.
7396
7397 * objects.texi (Character Type): Don't use space as example for \.
7398 Make list of char names and \-sequences correspond.
7399 Explain that \s is not used in strings. `\ ' needs space after.
7400
7401 * nonascii.texi (Converting Representations): Add string-to-multibyte.
7402 (Translation of Characters): Add translation-table-for-input.
7403 (Default Coding Systems): Add auto-coding-functions.
7404 (Explicit Encoding): Add decode-coding-inserted-region.
7405 (Locales): Add locale-info.
7406
7407 * minibuf.texi (Basic Completion): Describe test-completion.
7408 Collections can be lists of strings.
7409 Clean up lazy-completion-table.
7410 (Programmed Completion): Mention test-completion.
7411 Clarify why lambda expressions are not accepted.
7412 (Minibuffer Misc): Describe minibufferp.
7413
74142003-07-14 Richard M. Stallman <rms@gnu.org>
7415
7416 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
7417
7418 * windows.texi (Selecting Windows): New arg to select-window.
7419 (Selecting Windows): Add with-selected-window.
7420 (Size of Window): Add window-inside-edges, etc.
7421
7422 * internals.texi (Garbage Collection): Add post-gc-hook.
7423
7424 * processes.texi (Subprocess Creation): Add exec-suffixes.
7425
7426 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
7427 (Scanning Keymaps): Add map-keymaps.
7428 (Defining Menus): Add keymap-prompt.
7429
7430 * numbers.texi (Integer Basics): Add most-positive-fixnum,
7431 most-negative-fixnum.
7432
7433 * compile.texi (Byte Compilation): Explain no-byte-compile
7434 (Compiler Errors): New node.
7435
7436 * os.texi (User Identification): user-uid, user-real-uid
7437 can return float.
7438
7439 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
7440 and about derived modes.
7441 (Minor Modes): Add minor-mode-list.
7442 (Defining Minor Modes): Keyword args for define-minor-mode.
7443 (Search-based Fontification): Explain managing other properties.
7444 (Other Font Lock Variables): Add font-lock-extra-managed-props.
183080b6 7445 (Faces for Font Lock): Add font-lock-preprocessor-face.
b8d4c8d0
GM
7446 (Hooks): Add run-mode-hooks and delay-mode-hooks.
7447
7448 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
7449 (Variable Aliases): Clarify defvaralias.
7450
7451 * loading.texi (Library Search): Add load-suffixes.
7452
7453 * minibuf.texi (Basic Completion): Add lazy-completion-table.
7454 (Programmed Completion): Add dynamic-completion-table.
7455
7456 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
7457 (Magic File Names): Specify precedence order of handlers.
7458
7459 * commands.texi (Command Overview): Emacs server runs pre-command-hook
7460 and post-command-hook.
7461 (Waiting): New calling convention for sit-for.
7462
7463 * text.texi (Special Properties): local-map and keymap properties
7464 apply based on their stickiness.
7465
74662003-07-07 Richard M. Stallman <rms@gnu.org>
7467
7468 * modes.texi (Minor Mode Conventions): Specify only some kinds
7469 of list values as args to minor modes.
7470
7471 * files.texi (File Name Expansion): Warn about iterative use
7472 of substitute-in-file-name.
7473
7474 * advice.texi (Activation of Advice): Clean up previous change.
7475
74762003-07-06 Markus Rost <rost@math.ohio-state.edu>
7477
7478 * advice.texi (Activation of Advice): Note that ad-start-advice is
7479 turned on by default.
7480
74812003-06-30 Richard M. Stallman <rms@gnu.org>
7482
7483 * text.texi (Buffer Contents): Document current-word.
7484 (Change Hooks): Not called for *Messages*.
7485
7486 * functions.texi (Defining Functions): Explain about redefining
7487 primitives.
7488 (Function Safety): Renamed. Minor changes.
7489 Comment out the detailed criteria for what is safe.
7490
74912003-06-22 Andreas Schwab <schwab@suse.de>
7492
7493 * objects.texi (Symbol Type): Fix description of examples.
7494
74952003-06-16 Andreas Schwab <schwab@suse.de>
7496
7497 * hash.texi (Creating Hash): Fix description of :weakness.
7498
c8763fb6 74992003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
b8d4c8d0
GM
7500
7501 * files.texi (Changing Files): copy-file copies file modes, too.
7502
75032003-05-28 Richard M. Stallman <rms@gnu.org>
7504
7505 * strings.texi (Creating Strings): Clarify split-string.
7506
75072003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
7508
7509 * strings.texi (Creating Strings): Update split-string specification
7510 and examples.
7511
75122003-05-19 Richard M. Stallman <rms@gnu.org>
7513
7514 * elisp.texi: Correct invariant section names.
7515
75162003-04-20 Richard M. Stallman <rms@gnu.org>
7517
7518 * os.texi (Timers): Explain about timers and quitting.
7519
75202003-04-19 Richard M. Stallman <rms@gnu.org>
7521
7522 * internals.texi (Writing Emacs Primitives): Strings are
7523 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
7524 Explain GCPRO convention for varargs function args.
7525
75262003-04-16 Richard M. Stallman <rms@gnu.org>
7527
7528 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
7529
75302003-04-08 Richard M. Stallman <rms@gnu.org>
7531
7532 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
7533
75342003-02-13 Kim F. Storm <storm@cua.dk>
7535
7536 * objects.texi (Character Type): New \s escape for space.
7537
75382003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
7539
7540 * os.texi (System Environment): Added cygwin system-type.
7541
75422003-01-25 Richard M. Stallman <rms@gnu.org>
7543
7544 * keymaps.texi: Document that a symbol can act as a keymap.
7545
75462003-01-13 Richard M. Stallman <rms@gnu.org>
7547
7548 * text.texi (Changing Properties): Say string indices are origin-0.
7549
7550 * positions.texi (Screen Lines) <compute-motion>:
7551 Correct order of elts in return value.
7552
7553 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
7554 how to define a default binding.
7555
75562002-12-07 Markus Rost <rost@math.ohio-state.edu>
7557
7558 * loading.texi (Unloading): Fix recent change for load-history.
7559
7560 * customize.texi (Simple Types): Clarify description of custom
7561 type 'number. Describe new custom type 'float.
7562
75632002-12-04 Markus Rost <rost@math.ohio-state.edu>
7564
7565 * variables.texi (File Local Variables): Fix typo.
7566
c8763fb6 75672002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
b8d4c8d0
GM
7568
7569 From Michael Albinus <Michael.Albinus@alcatel.de>.
7570
7571 * README: Target for Info file is `make info'.
7572
7573 * files.texi (File Name Components): Fixed typos in
7574 `file-name-sans-extension'.
7575 (Magic File Names): Complete list of operations for magic file
7576 name handlers.
7577
75782002-09-16 Jonathan Yavner <jyavner@engineer.com>
7579
7580 * variables.texi (File Local Variables): New function
7581 risky-local-variable-p.
7582
75832002-09-15 Jonathan Yavner <jyavner@engineer.com>
7584
7585 * functions.texi (Function safety): New node about unsafep.
7586
75872002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
7588
7589 * customize.texi (Splicing into Lists): Fixed example.
7590 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
7591
75922002-06-17 Juanma Barranquero <lektu@terra.es>
7593
7594 * frames.texi (Display Feature Testing): Fix typo.
7595
75962002-06-12 Andreas Schwab <schwab@suse.de>
7597
7598 * frames.texi (Initial Parameters, Resources): Fix references to
7599 the Emacs manual.
7600
76012002-05-13 Kim F. Storm <storm@cua.dk>
7602
7603 * variables.texi (Intro to Buffer-Local): Updated warning and
7604 example relating to changing buffer inside let.
7605
c8763fb6 76062002-03-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
7607
7608 * os.texi (Session Management): New node about X Session management.
7609
76102002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
7611
7612 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
7613 to which the manual corresponds, and the copyright years.
7614
7615 * Makefile.in (VERSION): Set to 2.9.
7616
76172001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
7618
7619 * elisp.texi: Change the category in @dircategory to "Emacs", to
7620 make it consistent with info/dir.
7621
76222001-11-25 Miles Bader <miles@gnu.org>
7623
7624 * text.texi (Fields): Describe new `limit' arg in
7625 field-beginning/field-end.
7626
76272001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
7628
7629 * permute-index: Don't depend on csh-specific features. Replace
7630 the interpreter name with /bin/sh.
7631
7632 * two-volume-cross-refs.txt: New file.
7633 * two.el: New file.
7634 * spellfile: New file.
7635
76362001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
7637
7638 * permute-index: New file.
7639
7640 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
7641 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
7642 8+3 restricted namespace.
7643
7644 * Makefile.in (infodir): Define relative to $(srcdir).
7645 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
7646 include directories list via -I switch to makeinfo.
7647 (index.texi): Use cp if both hard and symbolic links fail.
7648
76492001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
7650
7651 * Makefile.in (distclean): Add.
7652
7653 The following changes make ELisp manual part of the Emacs
7654 distribution:
7655
7656 * Makefile.in: Add Copyright notice.
7657 (prefix): Remove.
7658 (infodir): Change value to "../info".
7659 (VPATH): New variable.
7660 (MAKE): Don't define.
7661 (texmacrodir): Don't define.
7662 (texinputdir): Append the existing value of TEXINPUTS.
7663 ($(infodir)/elisp): Instead of just "elisp". Reformat the
7664 command to be compatible with man/Makefile.in, and to put the
7665 output into ../info.
7666 (info): Add target.
7667 (installall): Target removed.
7668
c8763fb6 76692001-10-31 Pavel Janík <Pavel@Janik.cz>
b8d4c8d0
GM
7670
7671 * tips.texi (Coding Conventions): Fix typo.
7672
76732001-10-23 Gerd Moellmann <gerd@gnu.org>
7674
7675 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
7676
76772001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
7678
7679 * files.texi (File Name Components): Update the description of
7680 file-name-sans-extension and file-name-extension, as they now
7681 ignore leading dots.
7682
76832001-10-20 Gerd Moellmann <gerd@gnu.org>
7684
7685 * (Version 21.1 released.)
7686
76872001-10-19 Miles Bader <miles@gnu.org>
7688
7689 * positions.texi (Text Lines): Describe behavior of
7690 `beginning-of-line'/`end-of-line' in the presence of field properties.
7691
76922001-10-17 Gerd Moellmann <gerd@gnu.org>
7693
7694 * Makefile.in (VERSION): Set to 2.8.
7695 (manual): Use `manual-21'.
7696
7697 * elisp.texi (VERSION): Add and use it where the version
7698 number was used. Set it to 2.8.
7699
7700 * intro.texi: Likewise.
7701
77022001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
7703
7704 * files.texi (File Name Completion): Document the significance of
7705 a trailing slash in elements of completion-ignored-extensions.
7706
77072001-10-06 Miles Bader <miles@gnu.org>
7708
7709 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
7710
77112001-10-04 Gerd Moellmann <gerd@gnu.org>
7712
7713 * variables.texi (Variable Aliases): New node.
7714
77152001-10-04 Gerd Moellmann <gerd@gnu.org>
7716
7717 * Branch for 21.1.
7718
77192001-10-02 Miles Bader <miles@gnu.org>
7720
7721 * minibuf.texi (Minibuffer Misc): Add entries for
7722 `minibuffer-contents', `minibuffer-contents-no-properties', and
7723 `delete-minibuffer-contents'.
7724 Correct description for `minibuffer-prompt-end'.
7725
7726 * text.texi (Property Search): Correct descriptions of
7727 `next-char-property-change' and `previous-char-property-change'.
7728 Add entries for `next-single-char-property-change' and
7729 `previous-single-char-property-change'.
7730 Make operand names a bit more consistent.
7731
77322001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
7733
7734 * frames.texi (Finding All Frames): Document that next-frame and
7735 previous-frame are local to current terminal.
7736
77372001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
7738
7739 * keymaps.texi (Creating Keymaps): Fix the description of the
7740 result of make-keymap.
7741
77422001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
7743
7744 * display.texi (Font Lookup, Attribute Functions)
7745 (Image Descriptors): Add cross-references to the definition of
7746 selected frame.
7747
7748 * buffers.texi (The Buffer List): Add cross-references to the
7749 definition of selected frame.
7750
7751 * frames.texi (Input Focus): Clarify which frame is _the_ selected
7752 frame at any given time.
7753 (Multiple Displays, Size and Position): Add a cross-reference to
7754 the definition of the selected frame.
7755
77562001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
7757
7758 * strings.texi (String Conversion) <string-to-number>: Document
7759 that a float is returned for integers that are too large.
7760
7761 * frames.texi (Mouse Position): Document mouse-position-function.
7762 (Display Feature Testing): Document display-images-p.
7763 (Window Frame Parameters): Document the cursor-type variable.
7764
7765 * numbers.texi (Integer Basics): Document CL style read syntax for
7766 integers in bases other than 10.
7767
7768 * positions.texi (List Motion): Document
7769 open-paren-in-column-0-is-defun-start.
7770
7771 * lists.texi (Sets And Lists): Document member-ignore-case.
7772
7773 * internals.texi (Garbage Collection): Document the used and free
7774 strings report.
7775 (Memory Usage): Document strings-consed.
7776
7777 * os.texi (Time of Day): Document float-time.
7778 (Recording Input): Document that clear-this-command-keys clears
7779 the vector to be returned by recent-keys.
7780
7781 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
7782 argument keymap can be a list.
7783
7784 * nonascii.texi (User-Chosen Coding Systems)
7785 <select-safe-coding-system>: Document the new argument
7786 accept-default-p and the variable
7787 select-safe-coding-system-accept-default-p. Tell what happens if
7788 buffer-file-coding-system is undecided.
7789 (Default Coding Systems): Document auto-coding-regexp-alist.
7790
7791 * display.texi (The Echo Area) <message>: Document
7792 message-truncate-lines.
7793 (Glyphs): Document that the glyph table is unused on windowed
7794 displays.
7795
7796 * help.texi (Describing Characters) <single-key-description>:
7797 Document the new argument no-angles.
7798 (Accessing Documentation) <documentation-property>: Document that
7799 a non-string property is evaluated.
7800 <documentation>: Document that the function-documentation property
7801 is looked for.
7802
7803 * windows.texi (Selecting Windows): Document some-window.
7804
7805 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
7806
7807 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
7808 apropos-mode-hook.
7809
7810 * commands.texi (Using Interactive): Document interactive-form.
7811 (Keyboard Macros): Document kbd-macro-termination-hook.
7812 (Command Loop Info): Document that clear-this-command-keys clears
7813 the vector to be returned by recent-keys.
7814
78152001-09-04 Werner LEMBERG <wl@gnu.org>
7816
7817 * Makefile.in (srcdir, texinputdir): New variables.
7818 (srcs, index.texi, install): Use $(srcdir).
7819 (.PHONY): Remove elisp.dvi.
7820 (elisp): Use -I switch for makeinfo.
7821 (elisp.dvi): Use $(srcdir) and $(texinputdir).
7822 (installall, dist): Use $(srcdir).
7823 Fix path to texinfo.tex.
7824 (maintainer-clean): Add elisp.dvi and elisp.oaux.
7825
78262001-08-30 Gerd Moellmann <gerd@gnu.org>
7827
7828 * display.texi (Conditional Display): Adjust to API change.
7829
7830 * configure: New file.
7831
78322001-07-30 Gerd Moellmann <gerd@gnu.org>
7833
7834 * commands.texi (Repeat Events): Add description of
7835 double-click-fuzz.
7836
78372001-05-08 Stefan Monnier <monnier@cs.yale.edu>
7838
7839 * syntax.texi (Syntax Class Table): Add the missing designator for
7840 comment and string fences.
7841 (Syntax Properties): Add a xref to syntax table internals.
7842 (Syntax Table Internals): Document string-to-syntax.
7843
78442001-05-07 Gerd Moellmann <gerd@gnu.org>
7845
7846 * Makefile.in (install): Use install-info command line options
7847 like in Emacs' Makefile.in.
7848
78492000-12-09 Miles Bader <miles@gnu.org>
7850
7851 * windows.texi (Window Start): Update documentation for
7852 `pos-visible-in-window-p'.
7853
78542000-11-12 Stefan Monnier <monnier@cs.yale.edu>
7855
7856 * lists.texi (Building Lists): Add footnote to explain how to add
7857 to the end of a list.
7858
78592000-10-25 Gerd Moellmann <gerd@gnu.org>
7860
7861 * files.texi (Visiting Functions): Typos.
7862
78632000-10-25 Kenichi Handa <handa@etl.go.jp>
7864
7865 * files.texi (Visiting Functions): Return value of
7866 find-file-noselect may be a list of buffers if wildcards are used.
7867
78682000-10-24 Miles Bader <miles@lsi.nec.co.jp>
7869
7870 * display.texi (Defining Faces): Document `graphic' display type
7871 in face specs.
7872
b344d29d 78732000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b8d4c8d0
GM
7874
7875 * hooks.texi (Standard Hooks): Replace obsolete
7876 `after-make-frame-hook' with `after-make-frame-functions'.
7877
7878 * frames.texi (Creating Frames): Ditto.
7879
7880 * variables.texi (Future Local Variables): Ditto.
7881
78822000-10-16 Gerd Moellmann <gerd@gnu.org>
7883
7884 * display.texi (Other Image Types): Add description of :foreground
7885 and :background properties of mono PBM images.
7886
78872000-08-17 Werner LEMBERG <wl@gnu.org>
7888
7889 * .cvsignore: New file.
7890
78912000-01-05 Gerd Moellmann <gerd@gnu.org>
7892
7893 * tindex.pl: New script.
7894
78951999-12-03 Dave Love <fx@gnu.org>
7896
7897 * Makefile.in (MAKEINFO): New parameter.
7898
78991999-09-17 Richard Stallman <rms@gnu.org>
7900
7901 * Makefile.in (srcs): Add hash.texi.
7902 (VERSION): Update to 20.6.
7903
79041999-09-13 Richard Stallman <rms@gnu.org>
7905
7906 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
7907
79081998-08-29 Karl Heuer <kwzh@gnu.org>
7909
7910 * configure.in: New file.
7911 * Makefile.in: Renamed from Makefile.
7912 (prefix, infodir): Use value obtained from configure.
7913 (emacslibdir): Obsolete variable deleted.
7914 (dist): Distribute configure.in, configure, Makefile.in.
7915
79161998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
7917
7918 * Makefile (INSTALL_INFO): New variable.
7919 (install): Run install-info.
7920
79211998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
7922
7923 * Makefile (elisp.dvi): Add missing backslash.
7924
79251998-05-02 Richard Stallman <rms@psilocin.gnu.org>
7926
7927 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
7928 Run texindex without `./'. Always run texindex on elisp.tp.
7929 (elisp.tps): Target deleted.
7930
79311998-04-05 Richard Stallman <rms@psilocin.gnu.org>
7932
7933 * Makefile (srcs): Add nonascii.texi and customize.texi.
7934 (dist): Start by deleting `temp'.
7935
79361998-02-17 Richard Stallman <rms@psilocin.gnu.org>
7937
7938 * Makefile (makeinfo, texindex): Targets deleted.
7939 (makeinfo.o, texindex.o): Targets deleted.
7940 (clean, dist): Don't do anything with them or with getopt*.
7941
79421998-01-30 Richard Stallman <rms@psilocin.gnu.org>
7943
7944 * Makefile (SHELL): Defined.
7945
79461998-01-27 Richard Stallman <rms@psilocin.gnu.org>
7947
7948 * Makefile (elisp.tps): New target.
7949 (elisp.dvi): Depend on elisp.tps.
7950
c5602427 79511996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
b8d4c8d0
GM
7952
7953 * README: Update phone number.
7954
7955 * Makefile (elisp): Make this be the default target.
7956 Depend on makeinfo.c instead of makeinfo.
7957 (install): Don't depend on elisp.dvi, since we don't install that.
7958 Use mkinstalldirs.
7959 (dist): Add mkinstalldirs.
7960
c5602427 79611995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
b8d4c8d0
GM
7962
7963 * Makefile (VERSION): Update version number.
7964 (maintainer-clean): Renamed from realclean.
7965
c5602427 79661995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
b8d4c8d0
GM
7967
7968 * Makefile (realclean): New target.
7969 (elisp): Remove any old elisp-* files first.
7970
c5602427 79711993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
b8d4c8d0
GM
7972
7973 * Makefile (VERSION): New variable.
7974 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
7975 Compressed file suffix should be `.gz', not `.z'.
7976
ce058493 79771993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
7978
7979 * Makefile (elisp): Depend on makeinfo.
7980
c5602427 79811993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
b8d4c8d0
GM
7982
7983 * Makefile (srcs): Add anti.texi.
7984
c5602427 79851993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
7986
7987 * Makefile (infodir, prefix): New vars.
7988 (install): Use infodir.
7989 (emacsinfodir): Deleted.
7990
c5602427 79911993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
7992
7993 * Makefile (srcs): Add calendar.texi.
7994
7995 * Makefile (dist): Copy texindex.c and makeinfo.c.
7996 Limit elisp-* files to those with one or two digits.
7997
c5602427 79981993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
7999
8000 * Makefile (dist): Changed to use Gzip instead of compress.
8001
c5602427 80021993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
8003
8004 * loading.texi (Unloading): define-function changed back to
8005 defalias. It may not stay this way, but at least it's
8006 consistent with the known-good version of the code patch.
8007
c5602427 80081993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
b8d4c8d0
GM
8009
8010 * modes.texi (Hooks): Document new optional arg of add-hook.
8011
c5602427 80121993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
8013
8014 * variables.texi: Document nil initial value of buffer-local variables.
8015
8016 * tips.texi: Add new section on standard library headers.
8017
c5602427 80181993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
8019
8020 * Makefile (srcs): Add frame.texi to the list of sources.
8021
c5602427 80221993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
8023
8024 * Makefile (dist): Don't bother excluding autosave files; they'll
8025 never make it into the temp directory anyway, and the hash marks
8026 in the name are problematic for make and the Bourne shell.
8027 (srcs):
8028
c5602427 80291993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
8030
8031 * Makefile (dist): Don't include backup files or autosave files in
8032 the distribution tar file.
8033
c5602427 80341991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
8035
8036 * Makefile (srcs): Added index.perm.
8037 (elisp.dvi): Remove erroneous shell comment.
8038 Expect output of permute-index in permuted.fns.
8039 Save old elisp.aux in elisp.oaux.
8040 (clean): Added index.texi to be deleted.
8041
c5602427 80421990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
8043
8044 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
8045
c5602427 80461990-06-26 David Lawrence (tale@geech)
b8d4c8d0
GM
8047
8048 * files.texi: Noted that completion-ignored-extensions is ignored
8049 when making *Completions*.
8050
3e868ee3 80511990-06-08 Jay Fenlason (hack@ai.mit.edu)
b8d4c8d0
GM
8052
8053 * Makefile make dist now depends on elisp.dvi, since it tries
8054 to include it in the dist file.
8055
c5602427 80561990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
b8d4c8d0 8057
c5602427 8058 * functions.texinfo (Mapping Functions): Add missing quote.
b8d4c8d0 8059
c5602427 80601989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
8061
8062 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
8063 (defunargs): Turn off \hyphenchar of \sl font temporarily.
8064
c5602427 80651989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
8066
8067 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
8068 and @error{} are the terms now being used. The files in the
8069 directory have been changed to reflect this.
8070
8071 * All instances of @indentedresultt{} have been changed to
8072 ` @result{}', using 5 spaces at the begining of the line.
8073
c5602427 80741989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
8075
8076 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
8077 experimental @indentedresult{}, @indentedexpandsto{} are part of
8078 the texinfo.tex in this directory. These TeX macros are not
8079 stable yet.
8080
c5602427 80811989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
8082
8083 * texinfo.tex: Temporarily added
8084 \let\result=\dblarrow
8085 \def\error{{\it ERROR} \longdblarrow}
8086 We need to do this better soon.
8087
c5602427 80881989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
8089
8090 * Applied Karl Berry's patches to *.texinfo files, but not to
8091 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
8092 new title page format is also not applied, since it requires
8093 texinfo.tex changes.)
8094
8095 * Cleaned up `Makefile' and defined the `emacslibdir' directory
8096 for the Project GNU development environment.
8097
8098;; Local Variables:
c8763fb6 8099;; coding: utf-8
b8d4c8d0
GM
8100;; add-log-time-zone-rule: t
8101;; End:
8102
352c8b4a 8103 Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
6ed161e1 8104 2007, 2008, 2009 Free Software Foundation, Inc.
b8d4c8d0
GM
8105
8106 This file is part of GNU Emacs.
8107
352c8b4a 8108 GNU Emacs is free software: you can redistribute it and/or modify
b8d4c8d0 8109 it under the terms of the GNU General Public License as published by
352c8b4a
GM
8110 the Free Software Foundation, either version 3 of the License, or
8111 (at your option) any later version.
b8d4c8d0
GM
8112
8113 GNU Emacs is distributed in the hope that it will be useful,
8114 but WITHOUT ANY WARRANTY; without even the implied warranty of
8115 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8116 GNU General Public License for more details.
8117
8118 You should have received a copy of the GNU General Public License
352c8b4a 8119 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
b8d4c8d0
GM
8120
8121;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda