(CHAR_TABLE_REF_ASCII): New macor.
[bpt/emacs.git] / doc / lispref / ChangeLog
CommitLineData
03a74b84
SM
12009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * processes.texi (Asynchronous Processes): Adjust arglist of
4 start-process-shell-command and start-file-process-shell-command.
5
f6de8a37
CY
62009-08-15 Chong Yidong <cyd@stupidchicken.com>
7
4b1ed1bb
CY
8 * advice.texi (Argument Access in Advice): Note that argument
9 positions are zero-based (Bug#3932).
10
89a9e058
CY
11 * commands.texi (Distinguish Interactive): Minor copyedit.
12
23696fd7
CY
13 * display.texi (Face Attributes): Add xref to Displaying Faces for
14 explanation of "underlying face".
15
f6de8a37
CY
16 * customize.texi (Common Keywords): Add xref to Loading.
17
18 * loading.texi (How Programs Do Loading): Add xref to Lisp
19 Libraries node in the Emacs manual.
20
417f77e6
CY
212009-08-13 Chong Yidong <cyd@stupidchicken.com>
22
23 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
24
0999039c
CY
252009-07-18 Chong Yidong <cyd@stupidchicken.com>
26
27 * processes.texi (Shell Arguments): Copyedits.
28
9af167bc
GM
292009-07-18 Glenn Morris <rgm@gnu.org>
30
31 * loading.texi (Repeated Loading): Fix typo.
32
137987ab
RS
332009-07-16 Richard Stallman <rms@gnu.org>
34
35 * buffers.texi (Swapping Text): Recommend setting
36 write-region-annotate-functions and buffer-saved-size.
37
38 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
39
622fa380
GM
402009-07-15 Glenn Morris <rgm@gnu.org>
41
42 * edebug.texi: Minor re-phrasings throughout.
43 (Edebug Execution Modes): Sit-for affects continue mode too.
44 (Jumping): Use `forward-sexp' rather than its keybinding.
45 (Edebug Misc): Fix Q binding.
46 (Edebug Eval): Remove cl version.
47 (Printing in Edebug): Clarify print-length etc.
48 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
49 (Specification List): Remove edebug-unwrap findex entry.
50 (Specification Examples): defmacro is actually not the same as defun.
51 Escape "`" in example.
52
6bbd4600
CY
532009-07-15 Chong Yidong <cyd@stupidchicken.com>
54
55 * markers.texi (The Mark): Document optional arg to
56 deactivate-mark.
57
e538d479
GM
582009-07-11 Kevin Ryde <user42@zip.com.au>
59
60 * hooks.texi (Standard Hooks): Fix cross-references.
61
4c98b9ed
GM
62 * loading.texi (Named Features): Refer to eval-after-load.
63
5300838c
GM
642009-07-11 Glenn Morris <rgm@gnu.org>
65
64fbeb16
GM
66 * Makefile.in (TEXI2PDF): New.
67 (elisp.pdf): New target.
68
4c98b9ed
GM
69 * searching.texi (Regexp Backslash): Fix typo.
70
71 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5300838c 72
51d9979c
GM
732009-07-10 Glenn Morris <rgm@gnu.org>
74
561c0216
GM
75 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
76
5b594a58
GM
77 * customize.texi (Customization Types):
78 * display.texi (Abstract Display):
0cc8c85a 79 * objects.texi (Character Type, String Type):
5b594a58 80 Merge in some menu descriptions from elisp.texi.
51d9979c 81
c3cbbb40
GM
82 * hash.texi (Hash Tables):
83 * modes.texi (Multiline Font Lock):
84 End menu description with period.
fe42c16a 85
28528402
GM
862009-07-09 Glenn Morris <rgm@gnu.org>
87
88 * back.texi: Don't hard-code texinfo location.
89
90 * two-volume.make (texinfodir): New, with location of texinfo.tex.
91 (tex): Add texinfodir to TEXINPUTS.
92 (elisp1med-init, elisp2med-init): Use texinfodir.
93
94 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
95 (clean): Add two-volume.make intermediate files.
96
97 * elisp.texi, vol1.texi, vol2.texi:
98 Use a DATE variable with the publication date, and update it.
99 Fix antinews menu description.
100
101 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
102 Update the detailed node listing to match elisp.texi.
103
104 * README: Update edition to match elisp.texi.
105
106 * objects.texi (General Escape Syntax):
107 * nonascii.texi (Character Sets):
108 Use consistent case for "Unicode Standard".
109
110 * anti.texi (Antinews):
111 * customize.texi (Variable Definitions):
112 * functions.texi (Declaring Functions):
113 * nonascii.texi (Character Properties):
114 * processes.texi (Serial Ports):
115 * text.texi (Special Properties):
116 * tips.texi (Coding Conventions):
117 Minor rearrangements to improve TeX line-filling.
118
119 * commands.texi (Using Interactive): Fix cross-reference.
120
17db8e10
JD
1212009-07-01 Jan Djärv <jan.h.d@swipnet.se>
122
123 * frames.texi (Management Parameters): Mention sticky.
124
77c7e2e1
AS
1252009-07-01 Andreas Schwab <aschwab@redhat.com>
126
127 * help.texi (Help Functions): Fix description of help-buffer and
128 help-setup-xref to use @defun instead of @deffn.
129
3f1c6666
JD
1302009-07-01 Jan Djärv <jan.h.d@swipnet.se>
131
132 * frames.texi (Size Parameters): Mention maximized for fullscreen.
133
ca27c21b
CY
1342009-06-24 Chong Yidong <cyd@stupidchicken.com>
135
136 * display.texi (Window Systems): Add ns to the list.
137
70243478
CY
1382009-06-21 Chong Yidong <cyd@stupidchicken.com>
139
140 * Branch for 23.1.
141
df006536
MR
1422009-06-17 Martin Rudalics <rudalics@gmx.at>
143
144 * windows.texi (Dedicated Windows): Fix typo.
145 (Resizing Windows): Replace @defun by @deffn.
146
d259fc4b
GM
1472009-06-17 Glenn Morris <rgm@gnu.org>
148
149 * variables.texi (Directory Local Variables):
150 Update for 2009-04-11 name-change of dir-locals-directory-alist.
151
30781db6
KH
1522009-06-09 Kenichi Handa <handa@m17n.org>
153
154 * nonascii.texi (Character Sets): State clearly that FROM and TO
155 are codepoints of CHARSET.
156
62e8099c
CY
1572009-06-07 Chong Yidong <cyd@stupidchicken.com>
158
159 * minibuf.texi (Reading File Names): Fix introductory text.
160 Suggested by stan@derbycityprints.com.
161 (High-Level Completion): Fix typo.
162
ee1b1917
CY
1632009-05-28 Chong Yidong <cyd@stupidchicken.com>
164
165 * frames.texi (Text Terminal Colors): Multi-tty is already
166 implemented, but tty-local colors are not.
167
5df647e8
CY
1682009-05-27 Chong Yidong <cyd@stupidchicken.com>
169
170 * hooks.texi (Standard Hooks): Remove mention of obsolete
171 redisplay-end-trigger-functions.
172
173 * internals.texi (Window Internals): Remove mention of obsolete
174 redisplay-end-trigger-functions.
175
01f17ae2
MR
1762009-05-21 Martin Rudalics <rudalics@gmx.at>
177
178 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
179
180 * backups.texi (Making Backups): backup-directory-alist and
181 make-backup-file-name-function are options.
182 (Auto-Saving): auto-save-list-file-prefix is an option.
183
184 * buffers.texi (Killing Buffers): buffer-offer-save is an
185 option.
186
187 * display.texi (Refresh Screen): no-redraw-on-reenter is an
188 option.
189 (Echo Area Customization): echo-keystrokes is an option.
190 (Selective Display): selective-display-ellipses is an option.
191 (Temporary Displays): temp-buffer-show-function is an option.
192 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
193 are options.
194 (Font Selection): face-font-family-alternatives,
195 face-font-selection-order, face-font-registry-alternatives, and
196 scalable-fonts-allowed are options.
197 (Fringe Indicators): indicate-buffer-boundaries is an option.
198 (Fringe Cursors): overflow-newline-into-fringe is an option.
199 (Scroll Bars): scroll-bar-mode is an option.
200
201 * eval.texi (Eval): max-lisp-eval-depth is an option.
202
203 * files.texi (Visiting Functions): find-file-hook is an option.
204 (Directory Names): directory-abbrev-alist is an option.
205 (Unique File Names): temporary-file-directory and
206 small-temporary-file-directory are options.
207
208 * frames.texi (Initial Parameters): initial-frame-alist,
209 minibuffer-frame-alist and default-frame-alist are options.
210 (Cursor Parameters): blink-cursor-alist and
211 cursor-in-non-selected-windows ar options.
212 (Window System Selections): selection-coding-system is an
213 option.
214 (Display Feature Testing): display-mm-dimensions-alist is an
215 option.
216
217 * help.texi (Help Functions): help-char and help-event-list are
218 options.
219
220 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
221 an option.
222
223 * minibuf.texi (Minibuffer History): history-length and
224 history-delete-duplicates are options.
225 (High-Level Completion): read-buffer-function and
226 read-buffer-completion-ignore-case are options.
227 (Reading File Names): read-file-name-completion-ignore-case is
228 an option.
229
230 * modes.texi (Mode Line Top): mode-line-format is an option.
231 (Mode Line Variables): mode-line-position and mode-line-modes
232 are options.
233
234 * nonascii.texi (Text Representations):
235 enable-multibyte-characters is an option.
236 (Default Coding Systems): auto-coding-regexp-alist,
237 file-coding-system-alist, auto-coding-alist and
238 auto-coding-functions are options.
239 (Specifying Coding Systems): inhibit-eol-conversion is an
240 option.
241
242 * os.texi (Init File): site-run-file is an option.
243 (System Environment): mail-host-address is an option.
244 (User Identification): user-mail-address is an option.
245 (Terminal Output): baud-rate is an option.
246
247 * positions.texi (Word Motion): words-include-escapes is an
248 option.
249
250 * searching.texi (Standard Regexps): page-delimiter,
251 paragraph-separate, paragraph-separate and sentence-end are
252 options.
253
254 * text.texi (Margins): left-margin and fill-nobreak-predicate
255 are options.
256
257 * variables.texi (Local Variables): max-specpdl-size is an
258 option.
259
260 * windows.texi (Choosing Window):
261 split-window-preferred-function, special-display-function and
262 display-buffer-function are options.
263
106e6894
CY
2642009-05-20 Chong Yidong <cyd@stupidchicken.com>
265
4a83454d
CY
266 Fix errors spotted by Martin Rudalics.
267
106e6894
CY
268 * syntax.texi (Position Parse): Document rationale for ignored
269 arguments to syntax-ppss-flush-cache.
270
271 * processes.texi (Input to Processes): Mark PROCESS arg to
272 process-running-child-p as optional.
273 (Network Options): Document NO-ERROR arg to
274 set-network-process-option.
275
276 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
277 command.
278
279 * searching.texi (POSIX Regexps): Mark posix-search-forward and
280 posix-search-backward as commands.
281
282 * os.texi (Killing Emacs): Mark kill-emacs as a command.
283 (Suspending Emacs): Mark suspend-emacs as a command.
284 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
285 commands.
286 (Terminal Output): Remove obsolete function baud-rate. Document
287 TERMINAL arg for send-string-to-terminal.
288
289 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
290 terminal-coding-system and set-terminal-coding-system.
291 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
292 as optional.
293 (Character Sets): Document RESTRICTION arg of char-charset.
294 (Character Codes): Mark POS argument to get-byte as optional.
295
296 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
297 minibuffer-message.
298
299 * files.texi (Create/Delete Dirs): Mark make-directory and
300 delete-directory as commands.
301
302 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
303
304 * text.texi (Base 64): Mark base64-decode-string and
305 base64-encode-string as commands.
306 (Columns): Mark move-to-column as a command.
307 (Mode-Specific Indent): Document RIGID arg to
308 indent-for-tab-command.
309 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
310 Mark indent-code-rigidly as a command.
311 (Substitution): Mark translate-region as a command.
312
313 * frames.texi (Size and Position): Remove obsolete functions
314 screen-height and screen-width.
315
04173931
CY
3162009-05-19 Chong Yidong <cyd@stupidchicken.com>
317
318 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
319 (Displaying Buffers, Resizing Windows): Correct mistakes;
320 next-window, previous-window, and pop-to-buffer are not commands,
321 and fit-window-to-buffer" is a command. (Pointed out by Martin
322 Rudalics.)
323
eae7d8f8
RS
3242009-05-17 Richard M Stallman <rms@gnu.org>
325
326 * modes.texi (Precalculated Fontification): Clarify text.
327
b8766179
MR
3282009-05-17 Martin Rudalics <rudalics@gmx.at>
329
330 * windows.texi (Selecting Windows): Clarify descriptions of
331 with-selected-window and get-lru-window.
332 (Cyclic Window Ordering): Refer to particular frame when talking
333 about how splitting affects the ordering.
334 (Displaying Buffers): Fix descriptions of switch-to-buffer and
335 switch-to-buffer-other-window. Explain how setting of
336 display-buffer-reuse-frames affects pop-to-buffer.
337 (Choosing Window): Clarify some details in descriptions of
338 display-buffer-reuse-frames, pop-up-frames, and
339 pop-up-frame-function.
340 (Dedicated Windows): Clarify some details.
341 (Textual Scrolling): Replace term vscroll by term vertical
342 scroll position.
343 (Vertical Scrolling): Fix typo.
344 (Window Hooks): Relate text on jit-lock-register to window
345 scrolling and size changes.
346
734b5e3b
CY
3472009-05-14 Chong Yidong <cyd@stupidchicken.com>
348
0a65633e
CY
349 * frames.texi (Initial Parameters): Clarify what the initial
350 minibuffer frame is.
05be46d7
CY
351 (Buffer Parameters): Note that the minibuffer parameter can not be
352 altered.
0a65633e 353
734b5e3b
CY
354 * anti.texi (Antinews): Copyedits. Rearrange some entries.
355 Document display-buffer changes.
356
925672cd
CY
3572009-05-13 Chong Yidong <cyd@stupidchicken.com>
358
17ecd7af
CY
359 * anti.texi (Antinews): Rewrite for Emacs 22.
360
925672cd
CY
361 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
362 obarrays are first mentioned. Define "system abbrev" more
363 prominently, and add it to the index.
364 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
365 Copyedits.
366 (Abbrev Expansion): Document abbrev-insert.
367
80be4dd7
CY
3682009-05-12 Chong Yidong <cyd@stupidchicken.com>
369
370 * frames.texi (Font and Color Parameters): Rename from Color
371 Parameters. Document font-backend parameter.
372
373 * vol2.texi (Top): Update node listing.
374 * vol1.texi (Top): Update node listing.
375 * elisp.texi (Top): Update node listing.
376
372a93ac
MR
3772009-05-11 Martin Rudalics <rudalics@gmx.at>
378
379 * windows.texi (Choosing Window): Don't explicitly refer to
380 split-window-sensibly's window argument in descriptions of
381 split-height-threshold and split-width-threshold.
382
714c3541
MR
3832009-05-10 Martin Rudalics <rudalics@gmx.at>
384
385 * windows.texi (Choosing Window): Fix rewrite of window
386 splitting section.
387
0e90e7be
EZ
3882009-05-09 Eli Zaretskii <eliz@gnu.org>
389
390 * nonascii.texi (Default Coding Systems): Document
391 find-auto-coding, set-auto-coding, and auto-coding-alist. Add
392 indexing.
393 (Lisp and Coding Systems): Add index entries.
394
d3c0c321
MR
3952009-05-09 Martin Rudalics <rudalics@gmx.at>
396
397 * windows.texi (Choosing Window): Describe split-window-sensibly
398 and rewrite section on window splitting accordingly.
399 (Textual Scrolling): Replace `...' by @code{...}.
400
c773345a
CY
4012009-05-04 Chong Yidong <cyd@stupidchicken.com>
402
ee2d5b5e
CY
403 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
404 Remove obsoleted pre-abbrev-expand-hook.
405
406 * locals.texi (Standard Buffer-Local Variables): Consolidate table
407 entries.
408
c773345a
CY
409 * internals.texi (Object Internals): Don't assume 32-bit machines
410 are the norm.
411 (Buffer Internals): Consolidate table entries for readability.
ee2d5b5e
CY
412 (Window Internals): Synch field names to window.h.
413 (Process Internals): Synch field names to process.h.
c773345a 414
dd449674
CY
4152009-04-29 Chong Yidong <cyd@stupidchicken.com>
416
417 * variables.texi (File Local Variables): Note that read-circle is
418 bound to nil when reading file-local variables.
419
420 * streams.texi (Input Functions): Document read-circle.
421 (Output Variables): Add xref to Circular Objects.
422
4f1e25e2
CY
4232009-04-25 Chong Yidong <cyd@stupidchicken.com>
424
425 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
426 Features and Coding System Basics. Node that "p" stands for
427 "predicate". Recommend utf-8-emacs instead of emacs-mule.
428 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
429 mouse-appearance-menu.
430 (Programming Tips): Add xref to Progress.
431
dca019f8
CY
4322009-04-22 Chong Yidong <cyd@stupidchicken.com>
433
434 * os.texi (Command-Line Arguments): Document
435 command-line-args-left.
436 (Suspending Emacs): Adapt text to multi-tty case. Document use of
437 terminal objects for tty arguments.
438 (Startup Summary): Add xref to Session Management.
439 (Session Management): Mention emacs-session-restore. Copyedits.
440
02a89103
CY
4412009-04-20 Chong Yidong <cyd@stupidchicken.com>
442
443 * os.texi (Startup Summary): Copyedits. The init file is not
444 necessarily named .emacs now. Document initial-buffer-choice and
445 initial-scratch-message. Note where Emacs exits in batch mode.
446 Document inhibit-splash-screen as an alias.
447 (Init File): Be neutral about which init file name to use.
448
4492009-04-16 Chong Yidong <cyd@stupidchicken.com>
450
451 * os.texi (System Interface): Fix Texinfo usage.
452
0c1cfe01
CY
4532009-04-15 Chong Yidong <cyd@stupidchicken.com>
454
80d7cdca
CY
455 * searching.texi (Regexp Backslash): Also refer to shy groups as
456 non-capturing or unnumbered groups.
457 (Regexp Functions): Add cross-reference to Regexp Backslash.
458
0c1cfe01
CY
459 * display.texi (Truncation): Overlays can use line-prefix and
460 wrap-prefix too.
461 (Overlay Properties): Document wrap-prefix and line-prefix.
462 (Face Attributes): Document underline-minimum-offset.
463 (Face Remapping): Copyedits.
464 (Low-Level Font): Copyedits.
465 (Image Cache): Note that the image cache is shared between frames.
ed8ab760
CY
466 (Line Height): Emphasize that line-spacing only takes effect on
467 graphical terminals.
0c1cfe01 468
c4adeee0
CY
4692009-04-13 Chong Yidong <cyd@stupidchicken.com>
470
471 * display.texi (Refresh Screen): Note that a passage about screen
472 refreshing is text terminal only.
473 (Forcing Redisplay): Delete misleading comment---sit-for calls
474 redisplay, not the other way around.
475 (Truncation): Note new values of truncate-partial-width-windows.
476 Copyedits.
477 (Invisible Text): Document invisible-p.
478
b20ecfa1
EZ
4792009-04-11 Eli Zaretskii <eliz@gnu.org>
480
481 * display.texi (Overlays): Overlays don't scale well. See
482 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
483
97d8273f
CY
4842009-04-10 Chong Yidong <cyd@stupidchicken.com>
485
f147ff75
CY
486 * syntax.texi (Syntax Table Functions): Document cons cell
487 argument for modify-syntax-entry.
488 (Categories): Document cons cell argument for
489 modify-category-entry.
490
fca4ec76
CY
491 * searching.texi (String Search): Document word-search-forward-lax
492 and word-search-backward-lax.
493 (Searching and Case): Describe isearch behavior more precisely.
494
9c283d5b
CY
495 * keymaps.texi (Tool Bar): Mention that some platforms do not
496 support multi-line toolbars. Suggested by Stephen Eglen.
497
498 * frames.texi (Layout Parameters): Mention that Nextstep also
499 allows only one tool-bar line. Suggested by Stephen Eglen.
500
97d8273f
CY
501 * nonascii.texi (Text Representations): Copyedits.
502 (Coding System Basics): Also mention utf-8-emacs.
503 (Converting Representations, Selecting a Representation)
504 (Scanning Charsets, Translation of Characters, Encoding and I/O):
505 Copyedits.
506 (Character Codes): Mention role of codepoints 1114112 to 4194175.
507
2bad3299
CY
5082009-04-09 Chong Yidong <cyd@stupidchicken.com>
509
510 * text.texi (Yank Commands): Note that yank uses push-mark.
511 (Filling): Clarify REGION argument of fill-paragraph. Document
512 fill-forward-paragraph-function.
513 (Special Properties): Remove "new in Emacs 22" declaration.
514 (Clickable Text): Merge with Links and Mouse-1 node.
515
516 * display.texi (Button Properties, Button Buffer Commands): Change
517 xref to Clickable Text.
518
519 * tips.texi (Key Binding Conventions): Change xref to Clickable
520 Text.
521
522 * elisp.texi (Top): Update node listing.
523
ea30ce4f
CY
5242009-04-05 Chong Yidong <cyd@stupidchicken.com>
525
47af2f4b
CY
526 * markers.texi (The Mark): Copyedits. Improve description of
527 handle-shift-selection.
528 (The Region): Move use-region-p here from The Mark.
529
ea30ce4f
CY
530 * positions.texi (Screen Lines): Document (cols . lines) argument
531 for vertical-motion.
532
2aa8ea6e
CY
5332009-04-04 Chong Yidong <cyd@stupidchicken.com>
534
3ec61d4e
CY
535 * frames.texi (Frames): Clean up introduction. Document `ns'
536 return value for framep.
537 (Creating Frames): Note how the terminal is chosen.
538 (Multiple Terminals, Multiple Displays): Merge into a single node.
539 (Color Parameters): Fix typo.
540
541 * variables.texi (Local Variables, Buffer-Local Variables)
542 (Creating Buffer-Local): Change link to Multiple Terminals.
543
544 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
545
546 * keymaps.texi (Controlling Active Maps): Change link to Multiple
547 Terminals.
548
549 * commands.texi (Command Loop Info, Keyboard Macros): Change link
550 to Multiple Terminals.
551
552 * elisp.texi (Top): Update node listing.
553 * vol2.texi (Top): Update node listing.
554 * vol1.texi (Top): Update node listing.
555
9257072f
CY
556 * buffers.texi (Current Buffer): Note that the append-to-buffer
557 example is no longer in synch with the latest code. Tie the two
558 examples together.
559
2aa8ea6e
CY
560 * files.texi (File Attributes): Move note about MS-DOS from
561 Changing Files to File Attributes.
562 (Create/Delete Dirs): Note that mkdir is an alias for this.
563
22e74b17
CY
5642009-04-01 Markus Triska <triska@gmx.at>
565
566 * processes.texi (Filter Functions): Suggest how to handle output
567 batches.
568
4bbe48ec
CY
5692009-03-30 Chong Yidong <cyd@stupidchicken.com>
570
571 * help.texi (Accessing Documentation): Update example to use
572 help-setup-xref and with-help-window.
573 (Help Functions): Remove print-help-return-message, which is
574 semi-obsolete due to with-help-window. Document help-buffer and
575 help-setup-xref.
576
b9723f39
CY
5772009-03-29 Chong Yidong <cyd@stupidchicken.com>
578
87f649f6
CY
579 * help.texi (Accessing Documentation, Help Functions): Remove
580 information about long-obsolete Emacs versions.
9eb52e90 581
b9723f39
CY
582 * modes.texi (Mode Line Variables): The default values of the mode
583 line variables are now more complicated.
584
b0cc32db
CY
5852009-03-28 Chong Yidong <cyd@stupidchicken.com>
586
3c25a5a9
CY
587 * modes.texi (Major Mode Conventions): Note that specialness is
588 inherited.
31c9eebb
CY
589 (Derived Modes): Note that define-derive-mode sets the mode-class
590 property.
3c25a5a9 591
b0cc32db
CY
592 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
593 goto-map. Add search-map to the list.
594
c5e0006d
EZ
5952009-03-27 Eli Zaretskii <eliz@gnu.org>
596
1213465a
EZ
597 * os.texi (System Environment): Update the list of system-type
598 values.
599
c5e0006d
EZ
600 * markers.texi (The Mark) <handle-shift-selection>: Update for
601 removal of the optional argument DEACTIVATE.
602
48bab3d6
CY
6032009-03-25 Chong Yidong <cyd@stupidchicken.com>
604
605 * commands.texi (Focus Events): Most X window managers don't use
606 focus-follows-mouse nowadays.
607
6e4ff1b6
CY
6082009-03-24 Chong Yidong <cyd@stupidchicken.com>
609
610 * commands.texi (Defining Commands): Clarify introduction.
611 (Using Interactive): Not that interactive can be put in a symbol
612 property.
613 (Interactive Call): Note that a symbol with a non-nil
614 interactive-form property satisfies commandp.
615
11625308
JB
6162009-03-23 Juanma Barranquero <lekktu@gmail.com>
617
618 * minibuf.texi (Intro to Minibuffers): Fix typos.
619
7b34420d
CY
6202009-03-23 Chong Yidong <cyd@stupidchicken.com>
621
622 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
623 about minibuffers in old Emacs versions. Copyedits. Emphasize
624 that enable-recursive-minibuffers defaults to nil.
625 (Text from Minibuffer): Simplify introduction.
626
f9257eed
AM
6272009-03-22 Alan Mackenzie <acm@muc.de>
628
629 * commands.texi (Using Interactive): Clarify string argument to
630 `interactive' - even promptless elements need \n separators.
631
f639ba70
CY
6322009-03-18 Chong Yidong <cyd@stupidchicken.com>
633
634 * minibuf.texi (Completion Styles): New node.
635
636 * elisp.texi (Top): Update node listing.
637
d897e8ee
CY
6382009-03-17 Chong Yidong <cyd@stupidchicken.com>
639
640 * minibuf.texi (Basic Completion): Note that
641 read-file-name-completion-ignore-case and
642 read-buffer-completion-ignore-case can override
643 completion-ignore-case.
644 (Minibuffer Completion): Document completing-read changes.
645 (Completion Commands): Avoid mentioning partial completion mode.
646 Document minibuffer-completion-confirm changes, and
647 minibuffer-confirm-exit-commands.
648 (High-Level Completion): Document new require-match behavior for
649 read-buffer. Document read-buffer-completion-ignore-case.
650 (Reading File Names): Document new require-match behavior for
651 read-file-name.
652
b1f23349
CY
6532009-03-14 Chong Yidong <cyd@stupidchicken.com>
654
655 * debugging.texi (Error Debugging): Don't mislead the reader into
656 thinking that debug-on-error enters debugger for C-f at EOB.
657 (Error Debugging): Setting debug-on-init within the init file
658 works, and has for some time.
659
d6eb4e25
KH
6602009-03-13 Kenichi Handa <handa@m17n.org>
661
662 * display.texi (Fontsets): Update the description.
663
1cf53dc5
CY
6642009-03-13 Chong Yidong <cyd@stupidchicken.com>
665
666 * advice.texi (Advising Primitives): Link to What Is a Function.
667
81f919fc
CY
6682009-03-12 Chong Yidong <cyd@stupidchicken.com>
669
cf4229eb
CY
670 * compile.texi (Speed of Byte-Code): Update example.
671 (Disassembly): Update examples.
672
81f919fc 673 * loading.texi (Repeated Loading): Simplify examples.
f2bbc08c
CY
674
675 * customize.texi (Common Keywords): It's not necessary to use :tag
676 to remove hyphens, as custom-unlispify-tag-name does it
677 automatically.
678 (Variable Definitions): Link to File Local Variables. Document
679 customized-value symbol property.
680 (Customization Types): Move menu to end of node.
681
955964d7
CY
6822009-03-10 Chong Yidong <cyd@stupidchicken.com>
683
684 * macros.texi (Compiling Macros): Omit misleading sentence, which
685 implied that macros can only be used in the same file they are
686 defined.
687 (Backquote): Remove obsolete information about Emacs 19.
688
d25ed7db
GM
6892009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
690
691 * display.texi (Display Margins): Fix paren typo.
692
d55f6ca5
CY
6932009-02-27 Chong Yidong <cyd@stupidchicken.com>
694
f0e57ed8
CY
695 * elisp.texi (Top): Update node listing.
696
697 * variables.texi (Variables): Clarify introduction.
698 (Global Variables): Mention that setq is a special form.
699 (Local Variables): Use active voice.
700 (Tips for Defining): Mention marking variables as safe.
701 (Buffer-Local Variables): Mention terminal-local and frame-local
702 variables together.
703 (File Local Variables): Copyedits.
704 (Frame-Local Variables): Note that they are not really useful.
705 (Future Local Variables): Node deleted.
706
d55f6ca5
CY
707 * objects.texi (General Escape Syntax): Update explanation of
708 unicode escape syntax.
709
ca8f09a8
CY
7102009-02-23 Chong Yidong <cyd@stupidchicken.com>
711
712 * control.texi (Control Structures): Add cindex entry for "textual
713 order".
714
715 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
716 instead of "expression" throughout.
717 (Function Indirection): Copyedits. Use active voice.
718 (Eval): The default value of max-lisp-eval-depth is now 400.
719
a20878b6
MB
7202009-02-23 Miles Bader <miles@gnu.org>
721
722 * processes.texi (System Processes): Rename `system-process-attributes'
723 to `process-attributes'.
724
61f66044
CY
7252009-02-22 Chong Yidong <cyd@stupidchicken.com>
726
1b80d1f3
CY
727 * symbols.texi (Property Lists): Emphasize that property lists are
728 not restricted to symbol cells.
729 (Other Plists): Copyedit.
730
61f66044
CY
731 * sequences.texi (Sequences Arrays Vectors): Make introduction
732 more concise.
733 (Arrays): Mention char-tables and bool-vectors too.
734 (Vectors): Don't repeat information given in Arrays node. Link to
735 nodes that explain the vector usage examples.
736 (Char-Tables): Note that char-table elements can have arbitrary
737 type. Explain effect of omitted char-table-extra-slots property.
8a63cf41 738 Link to Property Lists node.
61f66044 739
9403944b
CY
7402009-02-22 Chong Yidong <cyd@stupidchicken.com>
741
742 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
743 `append'.
4068c7b4 744 (List Elements): Copyedits.
9403944b
CY
745
746 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
747 of `vconcat'.
748
749 * strings.texi (Creating Strings): Copyedits. Remove obsolete
750 Emacs 20 usage of `concat'.
751 (Case Conversion): Copyedits.
752
b87a185f
CY
7532009-02-21 Chong Yidong <cyd@stupidchicken.com>
754
755 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
756 Minor edits.
757 (Frame Configuration Type): Emphasize that it is not primitive.
758 (Font Type): New node.
759 (Type Predicates): Add fontp; type-of now recognizes font object
760 types.
761
762 * intro.texi (Version Info): Update version numbers in examples.
763 (Acknowledgements): List more contributors.
764
765 * elisp.texi: Bump version number to 3.0.
766 (Top): Link to Font Type node.
767
867d4bb3
JB
7682009-02-20 Juanma Barranquero <lekktu@gmail.com>
769
770 * modes.texi (Major Mode Conventions): Remove duplicate words.
771 (Customizing Keywords): Fix typo.
772
77730170
EZ
7732009-02-14 Eli Zaretskii <eliz@gnu.org>
774
775 * nonascii.texi (User-Chosen Coding Systems): Document that
776 select-safe-coding-system suggests raw-text if there are raw bytes
777 in the region.
778 (Explicit Encoding): Warn not to use `undecided' when encoding.
779
c8736212
GM
7802009-02-11 Glenn Morris <rgm@gnu.org>
781
782 * frames.texi (Visibility of Frames): Mention the effect multiple
783 workspaces/desktops can have on visibility.
784
ab992d66
EZ
7852009-02-07 Eli Zaretskii <eliz@gnu.org>
786
c8736212
GM
787 * text.texi (Commands for Insertion):
788 * commands.texi (Event Mod):
789 * keymaps.texi (Searching Keymaps):
ab992d66
EZ
790 * nonascii.texi (Translation of Characters): Reinstate
791 documentation of translation-table-for-input.
7d2a859f
EZ
792 (Explicit Encoding): Document the `charset' text property produced
793 by decode-coding-region and decode-coding-string.
ab992d66 794
e651a255
AM
7952009-01-27 Alan Mackenzie <acm@muc.de>
796
797 * modes.texi (Search-based Fontification): Correct a typo.
798
bc5cde4b
JB
7992009-01-25 Juanma Barranquero <lekktu@gmail.com>
800
801 * abbrevs.texi (Abbrev Table Properties): Fix typo.
802 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
803
3533155b
EZ
8042009-01-24 Eli Zaretskii <eliz@gnu.org>
805
f721deda
EZ
806 * display.texi (Window Systems): Document the value of
807 `initial-window-system' under --daemon.
808
3533155b
EZ
809 * os.texi (System Environment): Remove description of the
810 `environment' function which has been deleted.
811
f79b43b2
DN
8122009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
813
814 * frames.texi (Multiple Displays): Remove documentation for
815 removed function make-frame-on-tty.
816
e3aa6669
CY
8172009-01-22 Chong Yidong <cyd@stupidchicken.com>
818
819 * files.texi (Format Conversion Piecemeal): Clarify behavior of
820 write-region-annotate-functions. Document
821 write-region-post-annotation-function.
822
fb13a416
CY
8232009-01-19 Chong Yidong <cyd@stupidchicken.com>
824
825 * display.texi (Font Lookup): Document WIDTH argument of
826 x-list-fonts.
827
02eccf6b
EZ
8282009-01-17 Eli Zaretskii <eliz@gnu.org>
829
ead3f58d
EZ
830 * maps.texi (Standard Keymaps): Rename function-key-map to
831 local-function-key-map.
832
833 * keymaps.texi (Translation Keymaps): Rename function-key-map to
834 local-function-key-map.
835
836 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
837 and `set-keyboard-coding-system' now accept an optional terminal
838 argument.
839
840 * commands.texi (Event Mod): `keyboard-translate-table' is now
841 terminal-local.
842 (Function Keys): Rename function-key-map to
843 local-function-key-map.
844
df05a163
EZ
845 * elisp.texi (Top): Make @detailmenu be consistent with changes in
846 frames.texi.
847
0ed8034e 848 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
490f1197
EZ
849 `delete-terminal-functions', `suspend-tty-functions' and
850 `resume-tty-functions'.
0ed8034e
EZ
851
852 * frames.texi (Frames): Document `frame-terminal' and
853 `terminal-live-p'.
854 (Multiple Displays): Document `make-frame-on-tty'.
855 (Multiple Terminals): Document `terminal-list', `delete-terminal',
856 `terminal-name', and `get-device-terminal'.
490f1197
EZ
857 (Terminal Parameters): Document `terminal-parameters',
858 `terminal-parameter', and `set-terminal-parameter'.
0ed8034e
EZ
859
860 * os.texi (System Environment): Document `environment' and
861 `initial-environment'.
490f1197
EZ
862 (Suspending Emacs): Update for multi-tty; document
863 `suspend-tty', `resume-tty', and `controlling-tty-p'.
0ed8034e 864
02eccf6b
EZ
865 * nonascii.texi (Coding System Basics): More accurate description
866 of `raw-text'.
867
f19fea97
JB
8682009-01-12 Juanma Barranquero <lekktu@gmail.com>
869
870 * display.texi (Low-Level Font): Fix typo.
871
16fa292f
CY
8722009-01-10 Chong Yidong <cyd@stupidchicken.com>
873
874 * elisp.texi (Top): Update node listing.
875
876 * display.texi (PostScript Images): Node deleted.
877
0b4faef3
EZ
8782009-01-10 Eli Zaretskii <eliz@gnu.org>
879
3355f04d
EZ
880 * processes.texi (Decoding Output): Document that null bytes force
881 no-conversion for reading process output.
882
883 * files.texi (Reading from Files): Document that null bytes force
884 no-conversion when visiting files.
885
11625308 886 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
538395d9 887
0b4faef3
EZ
888 * nonascii.texi (Lisp and Coding Systems): Document
889 inhibit-null-byte-detection and inhibit-iso-escape-detection.
c06ea95e 890 (Character Properties): Improve wording.
0b4faef3 891
ce9cf065
CY
8922009-01-09 Chong Yidong <cyd@stupidchicken.com>
893
894 * display.texi (Font Lookup): Remove obsolete function
895 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
896 (Low-Level Font): Rename from Fonts, move to end of Faces section.
897 (Font Selection): Reorder order of variable descriptions. Minor
898 clarifications.
899
900 * elisp.texi (Top): Update node listing.
901
ab756fb3
GM
9022009-01-09 Glenn Morris <rgm@gnu.org>
903
904 * commands.texi (Command Loop Info): Say that last-command-char and
905 last-input-char are obsolete aliases.
906
907 * edebug.texi (Edebug Recursive Edit): Remove separate references to
908 last-input-char and last-command-char, since they are just aliases for
909 last-input-event and last-command-event.
910
911 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
912 last-command-char.
913
6b2b8ab1
CY
9142009-01-08 Chong Yidong <cyd@stupidchicken.com>
915
916 * elisp.texi: Update node listing.
917
918 * display.texi (Faces): Put Font Selection node after Auto Faces.
919 (Face Attributes): Don't link to Font Lookup. Document
920 font-family-list.
921 (Fonts): New node.
922
3568e767
JR
9232009-01-08 Jason Rumney <jasonr@gnu.org>
924
925 * frames.texi (Pointer Shape): Clarify that only X supports
926 changing the standard pointer shapes. (Bug#1485)
927
6221c8db
CY
9282009-01-08 Chong Yidong <cyd@stupidchicken.com>
929
930 * display.texi (Attribute Functions): Note that a function value
931 :height is relative, and that compatibility functions work by
932 calling set-face-attribute.
933 (Displaying Faces): Reorder list in order of increasing priority.
934 (Face Remapping): New node. Content moved here from Displaying
935 Faces.
936 (Glyphs): Link to Face Functions.
937
e3d3799a
CY
9382009-01-08 Chong Yidong <cyd@stupidchicken.com>
939
940 * display.texi (Faces): Don't discuss face id here. facep does
941 not return t.
942 (Defining Faces): Minor clarification.
943 (Face Attributes): Rearrange items to match docstring of
944 set-face-attribute. Add :foundry attribute. Document new role of
945 :font attribute. Texinfo usage fix.
946 (Attribute Functions): Copyedits.
947 (Face Functions): Note that face number is seldom used.
948
638a2457
RS
9492009-01-05 Richard M Stallman <rms@gnu.org>
950
951 * strings.texi (Predicates for Strings): Minor clarification.
952
953 * functions.texi (Function Safety): Texinfo usage fix.
954
49ea0074
JB
9552009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny patch)
956
957 * objects.texi (General Escape Syntax): Fix typo.
958
9f822178
MR
9592009-01-03 Martin Rudalics <rudalics@gmx.at>
960
961 * windows.texi (Choosing Window): Say that pop-up-frame-alist
962 works via the default value of pop-up-frame-function.
963
af34ad36
EZ
9642009-01-02 Eli Zaretskii <eliz@gnu.org>
965
966 * processes.texi (System Processes): Document the `time' and
967 `ctime' attributes of `system-process-attributes'.
968
d31f6679
CY
9692009-01-01 Chong Yidong <cyd@stupidchicken.com>
970
971 * display.texi (Face Attributes): Clarify :height attribute.
972
174dc00c
MR
9732008-12-31 Martin Rudalics <rudalics@gmx.at>
974
975 * buffers.texi (The Buffer List): Clarify what moves a buffer to
976 the front of the buffer list. Add entries for `last-buffer' and
977 `unbury-buffer'.
978
b8afe7e4
EZ
9792008-12-27 Eli Zaretskii <eliz@gnu.org>
980
d14030f5
EZ
981 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
982 and its subsections.
983
984 * frames.texi (Multiple Terminals, Low-level Terminal)
985 (Terminal Parameters, Frames on Other TTY devices): New sections.
986 (Frames): Add an xref to "Multiple Terminals".
987
765980a4
EZ
988 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
989
990 * objects.texi (Terminal Type): New node.
991 (Editing Types): Add it to the menu.
992
47bd5577
EZ
993 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
994 Variables".
995
eb22b78c 996 * variables.texi (Directory Local Variables): New node.
47bd5577 997 (Variables): Add a menu item for it.
eb22b78c 998
b8afe7e4
EZ
999 * loading.texi (Autoload): Document `generate-autoload-cookie' and
1000 `generated-autoload-file'.
1001
77bb0476
EZ
10022008-12-20 Eli Zaretskii <eliz@gnu.org>
1003
028e2c19
EZ
1004 * os.texi (Startup Summary): Add xref to documentation of
1005 `initial-window-system'.
1006
77bb0476
EZ
1007 * display.texi (Window Systems): Document `window-system' the
1008 function. The variable `window-system' is now frame-local.
028e2c19 1009 Document `initial-window-system'.
77bb0476 1010
dda87836
MR
10112008-12-19 Martin Rudalics <rudalics@gmx.at>
1012
1013 * windows.texi (Windows): Rewrite description of
1014 fit-window-to-buffer.
1015
caef3ed2
GM
10162008-12-13 Glenn Morris <rgm@gnu.org>
1017
1018 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
1019 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
1020
21c58e4d
GM
10212008-12-12 Glenn Morris <rgm@gnu.org>
1022
1023 * debugging.texi (Error Debugging): Refer forwards to
1024 eval-expression-debug-on-error.
1025
af38459f
EZ
10262008-12-05 Eli Zaretskii <eliz@gnu.org>
1027
5dedd9b5
EZ
1028 * strings.texi (String Basics): Only unibyte strings that
1029 represent key sequences hold 8-bit raw bytes.
1030
af38459f
EZ
1031 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
1032 paragraph to speak about `undecided'.
1033 (Character Properties): Don't explain the meaning of each
1034 property; instead, identify their Unicode Standard names.
b3f1f4a5 1035 (Character Sets): Document `map-charset-chars'.
af38459f 1036
fa047ae7
GM
10372008-12-02 Glenn Morris <rgm@gnu.org>
1038
1039 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
1040 section yet again.
1041
47dbc044
EZ
10422008-11-29 Eli Zaretskii <eliz@gnu.org>
1043
98d05998
EZ
1044 * nonascii.texi (Character Properties): New Section.
1045 (Specifying Coding Systems): Document
1046 `coding-system-priority-list', `set-coding-system-priority', and
1047 `with-coding-priority'.
1048 (Lisp and Coding Systems): Document `check-coding-systems-region'
1049 and `coding-system-charset-list'.
1050 (Coding System Basics): Document `coding-system-aliases'.
1051
1052 * elisp.texi (Top): Add a @detailmenu entry for "Character
1053 Properties".
1054
47dbc044
EZ
1055 * objects.texi (Character Type): Correct the range of Emacs
1056 characters. Add an @xref to "Character Codes".
1057
1058 * strings.texi (String Basics): Add an @xref to "Character Codes".
1059
1060 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
1061
1062 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
1063 (Character Codes): Document `max-char'.
1064
8b80cdf5
EZ
10652008-11-28 Eli Zaretskii <eliz@gnu.org>
1066
1067 * nonascii.texi (Text Representations, Converting Representations)
1068 (Character Sets, Scanning Charsets, Translation of Characters):
1069 Make text more accurate.
1070
a99dceba
GM
10712008-11-28 Glenn Morris <rgm@gnu.org>
1072
1073 * files.texi (Format Conversion Round-Trip): Improve previous change.
1074
f6dc3bed
CY
10752008-11-26 Chong Yidong <cyd@stupidchicken.com>
1076
1077 * modes.texi (Auto Major Mode): Fix example.
1078
5da9413d
GM
10792008-11-25 Glenn Morris <rgm@gnu.org>
1080
1081 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
1082
1083 * files.texi (Format Conversion Round-Trip):
1084 Use active voice for previous change.
1085
fcca848c
CY
10862008-11-25 Chong Yidong <cyd@stupidchicken.com>
1087
1088 * os.texi (Processor Run Time):
1089 * processes.texi (Transaction Queues):
1090 * markers.texi (The Mark):
1091 * windows.texi (Choosing Window, Selecting Windows):
1092 * files.texi (Changing Files, Magic File Names):
1093 * commands.texi (Key Sequence Input):
1094 * functions.texi (Declaring Functions):
1095 * strings.texi (Predicates for Strings):
1096 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
1097
36c8dc54
CY
10982008-11-24 Chong Yidong <cyd@stupidchicken.com>
1099
1100 * help.texi (Accessing Documentation): Update example.
1101
1102 * variables.texi (Defining Variables): Note that `*' is not
1103 necessary if defcustom is used.
1104
2a79b242
EZ
11052008-11-22 Eli Zaretskii <eliz@gnu.org>
1106
1107 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
1108 Characters" from @detailmenu.
1109
1110 * nonascii.texi (Character Codes, Character Sets)
1111 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
1112 (Chars and Bytes, Splitting Characters): Sections removed.
1113
392f0d26
LK
11142008-11-22 Lute Kamstra <lute@gnu.org>
1115
1116 * positions.texi (Text Lines): Update goto-line documentation.
1117
af1a5cd5
MR
11182008-11-21 Martin Rudalics <rudalics@gmx.at>
1119
6a4cfb0c
MR
1120 * frames.texi (Frames): Fix typo, add cross references, reword.
1121 (Initial Parameters): Reword special-display-frame-alist text.
1122 (Frames and Windows): Reword. Describe argument norecord for
1123 set-frame-selected-window.
1124 (Input Focus): Describe argument norecord for select-frame.
1125 Remove comment on MS-Windows behavior for focus-follows-mouse.
1126 (Raising and Lowering): Mention windows-frames dichotomy in
1127 metaphor.
1128
af1a5cd5
MR
1129 * windows.texi (Displaying Buffers, Vertical Scrolling)
1130 (Horizontal Scrolling): Fix indenting and rewording issues
1131 introduced with 2008-11-07 change.
1132
c249fa9c
GM
11332008-11-20 Glenn Morris <rgm@gnu.org>
1134
1135 * files.texi (Format Conversion Round-Trip): Mention `preserve'
1136 element of `format-alist'.
1137
204d4665
GM
11382008-11-19 Glenn Morris <rgm@gnu.org>
1139
1140 * doclicense.texi: Update to FDL 1.3.
1141 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
1142
cc0910af
CY
11432008-11-18 Chong Yidong <cyd@stupidchicken.com>
1144
efe6e7c4
CY
1145 * windows.texi (Window Hooks): Remove *-end-trigger-functions
1146 vars, which are obsolete. Mention jit-lock-register.
1147
1148 * modes.texi (Other Font Lock Variables): Document
1149 jit-lock-register and jit-lock-unregister.
1150
cc0910af
CY
1151 * frames.texi (Color Parameters): Document alpha parameter.
1152
aeeedf76
MR
11532008-11-16 Martin Rudalics <rudalics@gmx.at>
1154
1155 * windows.texi (Splitting Windows, Deleting Windows)
1156 (Selecting Windows, Cyclic Window Ordering)
1157 (Buffers and Windows, Displaying Buffers, Choosing Window)
1158 (Dedicated Windows, Window Point, Window Start and End)
1159 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
1160 (Size of Window, Resizing Windows, Window Configurations)
1161 (Window Parameters): Avoid @var at beginning of sentences and
1162 reword accordingly.
1163
4c565c5c
LK
11642008-11-11 Lute Kamstra <lute@gnu.org>
1165
1166 * files.texi (File Name Components): Fix file-name-extension
1167 documentation.
1168
25f494c9
JB
11692008-11-11 Juanma Barranquero <lekktu@gmail.com>
1170
1171 * frames.texi (Basic Parameters): Remove display-environment-variable
1172 and term-environment-variable.
1173
a1401ab1
EZ
11742008-11-08 Eli Zaretskii <eliz@gnu.org>
1175
1176 * windows.texi (Basic Windows, Splitting Windows)
1177 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
1178 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
25f494c9
JB
1179 (Resizing Windows, Window Configurations, Window Parameters):
1180 Fix wording and markup.
a1401ab1 1181
efafc282
MR
11822008-11-07 Martin Rudalics <rudalics@gmx.at>
1183
1184 * windows.texi (Windows): Update entries.
1185 (Basic Windows): Remove listing of attributes. Reword.
86ab855a 1186 (Splitting Windows, Deleting Windows): Reword.
efafc282
MR
1187 (Selecting Windows, Cyclic Window Ordering): Reword with special
1188 emphasis on order of recently selected windows and buffer list.
86ab855a
MR
1189 (Buffers and Windows, Choosing Window): Reword with special
1190 emphasis on dedicated windows.
1191 (Displaying Buffers): Reword. For switch-to-buffer mention that
1192 it may fall back on pop-to-buffer. For other-window try to
1193 explain how it treats the cyclic ordering of windows.
efafc282
MR
1194 (Dedicated Windows): New node and section discussing dedicated
1195 windows and associated functions.
86ab855a 1196 (Window Point): Add entry for window-point-insertion-type. Reword.
efafc282
MR
1197 (Window Start and End): Rename node and section title. Reword.
1198 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
1199 Minor rewording.
1200 (Size of Window): Reword, in particular text on window-width.
1201 (Resizing Windows): Reword. Add text on balancing windows.
1202 (Window Configurations): Reword. Mention window parameters.
1203 (Window Parameters): New node and section on window parameters.
1204 (Window Hooks): Reword. Mention that
1205 window-configuration-change-hook is run "buffer-locally".
1206 * elisp.texi (Top): Update Windows entries in @detailmenu
1207 section.
1208
d60a8ab2
JB
12092008-11-04 Juanma Barranquero <lekktu@gmail.com>
1210
1211 * searching.texi (Regexp Search): Fix typo.
1212
01777627
CY
12132008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
1214
1215 * searching.texi (Regexp Search): Document GREEDY arg.
1216 (Simple Match Data): Fix return value.
1217
c4526e93
EZ
12182008-11-01 Eli Zaretskii <eliz@gnu.org>
1219
1220 * nonascii.texi (Text Representations): Rewrite to make consistent
1221 with Emacs 23 internal representation of characters. Document
1222 `unibyte-string'.
1223
fe2ae8b5
CY
12242008-10-28 Chong Yidong <cyd@stupidchicken.com>
1225
1226 * processes.texi (Process Information): Note that process-status
1227 does not accept buffer names.
1228
cc5a21e3
CY
12292008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
1230
1231 * positions.texi (Skipping Characters): Correct return value of
1232 skip-chars-forward.
1233
09460d9a
MR
12342008-10-25 Martin Rudalics <rudalics@gmx.at>
1235
520b29e7
MR
1236 * windows.texi (Deleting Windows): Update documentation of
1237 delete-windows-on.
1238 (Buffers and Windows): Update documentations of
1239 get-buffer-window and get-buffer-window-list.
1240 (Displaying Buffers): Update documentation of
1241 replace-buffer-in-windows.
1242
09460d9a
MR
1243 * buffers.texi (Current Buffer): Reword set-buffer and
1244 with-current-buffer documentations.
1245 (Creating Buffers): Reword documentation of get-buffer-create.
1246
4d48fcdc
MR
12472008-10-23 Martin Rudalics <rudalics@gmx.at>
1248
1249 * buffers.texi (Current Buffer): Reword documentation of
1250 set-buffer.
1251 (Buffer Names): Reword documentation of buffer-name.
1252 (The Buffer List): For bury-buffer explain what happens with the
1253 buffer's window.
1254 (Creating Buffers): Say that get-buffer-create's arg is called
1255 buffer-or-name.
1256
f0143c43
CY
12572008-10-22 Chong Yidong <cyd@stupidchicken.com>
1258
3e5dbbd3
CY
1259 * advice.texi (Computed Advice): Explain what DEFINITION is.
1260
f0143c43
CY
1261 * nonascii.texi (Character Codes): Remove obsolete function
1262 char-valid-p, and document characterp instead.
1263
52a94b85
MR
12642008-10-22 Martin Rudalics <rudalics@gmx.at>
1265
1266 * windows.texi (Displaying Buffers): Reword documentation of
1267 pop-to-buffer.
1268 (Choosing Window): Rewrite documentation of display-buffer and
1269 its options.
1270
f76f8246
MR
1271 * buffers.texi (Killing Buffers): Update documentation of
1272 kill-buffer.
1273
acc8b598
EZ
12742008-10-21 Eli Zaretskii <eliz@gnu.org>
1275
80e6b6df
EZ
1276 * processes.texi (Serial Ports): Fix wording and improve markup.
1277
3645358a
EZ
1278 * searching.texi (Regexp Search): Document `string-match-p' and
1279 `looking-at-p'.
1280 (POSIX Regexps): Add an xref for "non-greedy".
1281 (Regexp Special): Add @cindex entry for "non-greedy".
1282
b3d50cff 1283 * display.texi (Attribute Functions): Document `face-all-attributes'.
bf190568 1284 (Image Cache) <image-refresh>: Minor wording fixes.
b3d50cff 1285
73b7530a
EZ
1286 * frames.texi (Color Names): Add an xref to `read-color'.
1287
1288 * minibuf.texi (High-Level Completion): Document `read-color'.
1289
acc8b598
EZ
1290 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
1291
1292 * positions.texi (Narrowing): Add an xref to "Swapping Text".
1293
1294 * buffers.texi (Swapping Text): New section, documents
1295 `buffer-swap-text'.
1296
10e187e8
MR
12972008-10-21 Martin Rudalics <rudalics@gmx.at>
1298
1299 * windows.texi (Resizing Windows): Minor wording fix.
1300
fd6f900c
EZ
13012008-10-20 Eli Zaretskii <eliz@gnu.org>
1302
1303 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
1304 and `combine-and-quote-strings'.
1305
1306 * strings.texi (Creating Strings): Add xrefs for them.
1307
e4372165
EZ
13082008-10-19 Eli Zaretskii <eliz@gnu.org>
1309
d6328fba
EZ
1310 * elisp.texi (Top): Make descriptive text for "Reading File Names"
1311 match the corresponding menu in minibuf.texi.
1312
e4372165
EZ
1313 * minibuf.texi (Reading File Names): Document `read-shell-command'
1314 and `minibuffer-local-shell-command-map'.
1315
5d8dda33
MR
13162008-10-19 Martin Rudalics <rudalics@gmx.at>
1317
1318 * windows.texi (Resizing Windows): Remove var{} around "window" in
1319 documentation of enlarge-window.
1320 Rewrite documentation of window-min-height and window-min-width.
1321
437706cd
EZ
13222008-10-19 Eli Zaretskii <eliz@gnu.org>
1323
80f85d7c
EZ
1324 * functions.texi (Calling Functions): Document `apply-partially'.
1325
291703b5
EZ
1326 * hooks.texi (Standard Hooks): Mention
1327 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
1328
1329 * variables.texi (File Local Variables): Document
1330 `file-local-variables-alist', `before-hack-local-variables-hook'
1331 and `hack-local-variables-hook'.
1332
583d8b3c
EZ
1333 * processes.texi (Synchronous Processes): Document `process-lines'.
1334
437706cd 1335 * customize.texi (Variable Definitions): Document
583d8b3c 1336 `custom-reevaluate-setting'.
437706cd 1337
7e51d89b
MR
13382008-10-18 Martin Rudalics <rudalics@gmx.at>
1339
1340 * windows.texi (Choosing Window, Deleting Windows)
1341 (Displaying Buffers): Expand documentation of dedicated windows.
1342
43c59a3d
EZ
13432008-10-18 Eli Zaretskii <eliz@gnu.org>
1344
018a960d
EZ
1345 * files.texi (Changing Files): Document symbolic input of file
1346 modes to `set-file-modes'. Document `read-file-modes' and
1347 `file-modes-symbolic-to-number'.
1348
2c0b8144
EZ
1349 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
1350 and `search-map'.
1351
80120f13
EZ
1352 * searching.texi (Search and Replace): Document
1353 `replace-search-function' and `replace-re-search-function'.
2c0b8144 1354 Document `multi-query-replace-map'.
80120f13 1355
6d4913f0
EZ
1356 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
1357 (Completion Commands, Reading File Names): Rename
1358 `minibuffer-local-must-match-filename-map' to
1359 `minibuffer-local-filename-must-match-map'.
1360 (Minibuffer Completion): The `require-match' argument to
1361 `completing-read' can now have the value `confirm-only'.
1362
43c59a3d
EZ
1363 * windows.texi (Displaying Buffers): Minor wording fix.
1364 (Choosing Window): `split-height-threshold' can now be nil.
1365 Document `split-width-threshold'. `pop-up-frames' can have the
1366 value `graphic-only'.
1367
f36acfd9
EZ
13682008-10-17 Eli Zaretskii <eliz@gnu.org>
1369
1370 * os.texi (Startup Summary): Document `before-init-time' and
1371 `after-init-time'. Document `initial-window-system' and
1372 `window-system-initialization-alist'. Document reading the
1373 abbrevs file. Document the call to `server-start' under --daemon.
1374 Rearrange a bit to be consistent with the code flow.
53728487
EZ
1375 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
1376 (Time Parsing): Document `format-seconds'.
f36acfd9 1377
96995b89
MR
13782008-10-17 Martin Rudalics <rudalics@gmx.at>
1379
1380 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
1381 and reword.
1382
2de17c73
EZ
13832008-10-16 Eli Zaretskii <eliz@gnu.org>
1384
1385 * markers.texi (The Mark): Document use-region-p.
1386
9cf52b11
EZ
13872008-10-15 Eli Zaretskii <eliz@gnu.org>
1388
c3aaf1d7
EZ
1389 * internals.texi (Writing Emacs Primitives): The interactive spec
1390 of a primitive can be a Lisp form.
1391
841a1743
EZ
1392 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
1393 values of transient-mark-mode. Document handle-shift-selection.
1394
1395 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
1396 (Interactive Examples): Show an example of `^'.
1397 (Key Sequence Input): Document this-command-keys-shift-translated.
c3aaf1d7
EZ
1398 (Defining Commands, Using Interactive): The interactive-form of a
1399 function can be added via its symbol's property.
841a1743 1400
52441368
EZ
1401 * positions.texi (List Motion): beginning-of-defun-function can
1402 now accept an argument.
1403
8e8c1a72
EZ
1404 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
1405 now return a list of strings.
1406
a33a1f2a
EZ
1407 * control.texi (Handling Errors): Document ignore-errors.
1408
4fb04348
EZ
1409 * frames.texi (Creating Frames): Document frame-inherited-parameters.
1410 (Parameter Access): Document set-frame-parameter.
1411
ee666f84
EZ
1412 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
1413 Hooks" for the effect of kill-all-local-variables on local hook
1414 functions.
1415
9cf52b11
EZ
1416 * modes.texi (Major Mode Conventions, Mode Line Variables):
1417 `mode-name' need not be a string. xref to "Mode Line Data" for
1418 details, and to "Emulating Mode Line" for computing a string
1419 value.
1420
22526bc4
EZ
14212008-10-14 Eli Zaretskii <eliz@gnu.org>
1422
a65f6a85
EZ
1423 * processes.texi (System Processes): New section.
1424 (Processes, Signals to Processes): Add xrefs to it.
1425
1426 * objects.texi (Editing Types): A `process' is a subprocess of
1427 Emacs, not just any process running on the OS.
1428
1429 * elisp.texi (Top): Adjust the @detailmenu for the above two
1430 changes.
1431
2724b26a
EZ
1432 * sequences.texi (Char-Tables): Remove documentation of
1433 set-char-table-default, which has no effect since Emacs 23.
1434 <char-table-range, set-char-table-range>: Don't mention generic
1435 characters and charsets. Add a cons cell as a possible argument.
1436
1437 * nonascii.texi (Splitting Characters)
1438 (Translation of Characters): Don't mention generic characters.
1439
1440 * display.texi (Fontsets): Don't mention generic characters.
1441
22526bc4 1442 * sequences.texi (Char-Tables): `map-char-table' can now call its
25f494c9 1443 argument FUNCTION with a cons cell as KEY.
22526bc4 1444
eaf4b689
EZ
14452008-10-13 Eli Zaretskii <eliz@gnu.org>
1446
45e46036
EZ
1447 * objects.texi (Primitive Function Type): Move "@cindex special
1448 forms" from here...
1449
1450 * eval.texi (Special Forms): ...to here.
1451
1452 * functions.texi (What Is a Function): `functionp' returns nil for
1453 special forms. Add an xref.
1454
eaf4b689
EZ
1455 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
1456 Variables".
1457
1458 * variables.texi (Frame-Local Variables): New section.
1459 (Buffer-Local Variables): Add an xref to it.
1460 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
1461 have both frame-local and buffer-local binding.
1462
1463 * frames.texi (Frames): Mention multiple tty frames.
1464 (Frame Parameters, Parameter Access): Mention frame-local variable
1465 bindings.
1466
15688fce
GM
14672008-09-20 Glenn Morris <rgm@gnu.org>
1468
1469 * display.texi (Defining Faces): Recommend against face variables.
1470
35539065
JB
14712008-09-16 Juanma Barranquero <lekktu@gmail.com>
1472
1473 * display.texi (Echo Area Customization): Fix typo.
1474
6a57054b
JB
14752008-09-09 Juanma Barranquero <lekktu@gmail.com>
1476
1477 * loading.texi (Where Defined): Add `defface' item.
1478
d632fb82
MR
14792008-09-06 Martin Rudalics <rudalics@gmx.at>
1480
1481 * loading.texi (Where Defined): Fix description of symbol-file.
1482
905a9adb
JR
14832008-08-26 Jason Rumney <jasonr@gnu.org>
1484
1485 * display.texi (TIFF Images): New section describing :index property.
1486
852e91b7
CY
14872008-08-23 Chong Yidong <cyd@stupidchicken.com>
1488
1489 * display.texi (Temporary Displays): Remove unnecessary comment
1490 about usage of temp-buffer-show-hook.
1491
6be001ee
CY
14922008-08-05 Chong Yidong <cyd@stupidchicken.com>
1493
1494 * symbols.texi (Other Plists): Fix incorrect example.
1495 Suggested by Florian Beck.
1496
58e3d8e8
JB
14972008-07-31 Juanma Barranquero <lekktu@gmail.com>
1498
1499 * os.texi: Fix previous change.
1500
7c2fb837
DN
15012008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
1502
1503 * os.texi:
1504 * intro.texi:
1505 * files.texi: Remove VMS support.
1506
9e2a2647
DN
15072008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
1508
1509 * os.texi:
1510 * frames.texi:
1511 * display.texi: Remove mentions of Mac Carbon.
1512
c4f4682b
MB
15132008-07-01 Miles Bader <miles@gnu.org>
1514
1515 * text.texi (Special Properties):
1516 * display.texi (Truncation): Add wrap-prefix and line-prefix.
1517
3696411e
JB
15182008-06-28 Johan Bockgård <bojohan@gnu.org>
1519
1520 * display.texi (Other Image Types): Fix copy/paste error; say
1521 "PBM", not "XBM".
1522
f2a77c3a
DN
15232008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
1524
1525 * os.texi: Remove references to obsolete systems.
1526
6d52677d
EZ
15272008-06-20 Eli Zaretskii <eliz@gnu.org>
1528
1529 * makefile.w32-in (distclean): Remove makefile.
1530
1a87da4c
GM
15312008-06-17 Glenn Morris <rgm@gnu.org>
1532
1533 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
1534 (elisp, dist): Remove rules and variables that are obsolete now
1535 the lisp manual is no longer distributed separately.
1536
fdda1c5d
GM
15372008-06-16 Glenn Morris <rgm@gnu.org>
1538
646692e9
GM
1539 * configure, configure.in, mkinstalldirs: Remove unused files.
1540
1541 * book-spine.texinfo: Set version to 23.0.60.
fdda1c5d 1542 * vol1.texi (EMACSVER):
6a57054b 1543 * vol2.texi (EMACSVER): Set to 23.0.60.
fdda1c5d
GM
1544
1545 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
1546 as per maintain.info.
1547
611bee81
GM
15482008-06-15 Glenn Morris <rgm@gnu.org>
1549
a7bed3a0
GM
1550 * makefile.w32-in (manual): Use "23" rather than "21".
1551
1552 * Makefile.in (emacsver): New, set by configure.
1553 (manual): Use emacsver.
1554
d794edf2
GM
1555 * intro.texi: Report bugs using M-x report-emacs-bug.
1556
611bee81
GM
1557 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
1558
c73e02fa
GM
15592008-06-13 Daniel Engeler <engeler@gmail.com>
1560
1561 * elisp.texi, internals.texi, processes.texi: Add documentation
1562 about serial port access.
1563
e40a85cd
MB
15642008-06-05 Miles Bader <miles@gnu.org>
1565
1566 * display.texi (Displaying Faces): Update to reflect function
1567 renamings in face-remap.el.
1568
7b753744
JB
15692008-06-05 Juanma Barranquero <lekktu@gmail.com>
1570
1571 * display.texi (Fontsets): Fix typos.
1572
9d3d42fb
MB
15732008-06-03 Miles Bader <miles@gnu.org>
1574
7b753744
JB
1575 * display.texi (Displaying Faces): Add add-relative-face-remapping,
1576 remove-relative-face-remapping, set-base-face-remapping,
1577 and set-default-base-face-remapping.
9d3d42fb 1578
f2cec7a9
MB
15792008-06-01 Miles Bader <miles@gnu.org>
1580
1581 * display.texi (Displaying Faces): Add face-remapping-alist.
1582
8f39c96d
SM
15832008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1584
1585 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
1586 variable names.
1587
1ef5eecc
ER
15882008-05-03 Eric S. Raymond <esr@golux>
1589
352c8b4a 1590 * keymaps.texi: Clarify that (current-local-map) and
1ef5eecc
ER
1591 (current-global-map) return references, not copies.
1592
63b4387f
JL
15932008-05-02 Juri Linkov <juri@jurta.org>
1594
1595 * minibuf.texi (Text from Minibuffer): Document a list of
1596 default values for `read-from-minibuffer'.
1597
38a8b703
JB
15982008-04-24 Juanma Barranquero <lekktu@gmail.com>
1599
1600 * nonascii.texi (Translation of Characters): Fix previous change.
1601
7c42e639
CY
16022008-04-20 Chong Yidong <cyd@stupidchicken.com>
1603
1604 * display.texi (Overlay Properties): Clarify role of underlying
1605 textprop and overlay keymaps for display strings.
1606
1607 * keymaps.texi (Active Keymaps): Ditto.
1608
25c0d999
SM
16092008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
1610
1611 * minibuf.texi (Programmed Completion):
1612 Replace dynamic-completion-table with the new completion-table-dynamic.
1613
e3af5968
CY
16142008-04-07 Chong Yidong <cyd@stupidchicken.com>
1615
1616 * intro.texi (Some Terms): Change "fonts in this manual" index
1617 entry to "typographic conventions".
1618
6bfc8698
EZ
16192008-04-05 Eli Zaretskii <eliz@gnu.org>
1620
1621 * objects.texi (Text Props and Strings): Add indexing for read
1622 syntax of text properties.
1623
4972c361
SM
16242008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
1625
1626 * processes.texi (Decoding Output): Remove process-filter-multibyte
1627 functions.
1628
c70a68db
MR
16292008-03-15 Martin Rudalics <rudalics@gmx.at>
1630
1631 * display.texi (Finding Overlays): Say that empty overlays at
1632 the end of the buffer are reported too.
1633
1291fd36
GM
16342008-03-13 Glenn Morris <rgm@gnu.org>
1635
1636 * elisp.texi (EMACSVER): Set to 23.0.60.
1637
c6b0dfd5
CY
16382008-02-26 Chong Yidong <cyd@stupidchicken.com>
1639
38a8b703 1640 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
c6b0dfd5 1641
875fc30c
GM
16422008-02-22 Glenn Morris <rgm@gnu.org>
1643
1644 * frames.texi (Position Parameters): Clarify the description of
1645 `left' and `top', using information from "Geometry".
1646 (Geometry): Give a pointer to "Position Parameters", rather than
1647 repeating information.
1648
d8c8e45a
GM
16492008-02-11 Glenn Morris <rgm@gnu.org>
1650
1651 * objects.texi (Equality Predicates): No longer talk about "two"
1652 functions.
1653
38a8b703 16542008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
d8c8e45a
GM
1655
1656 * objects.texi (Equality Predicates): Add defun for
1657 equal-including-properties.
1658
bfffe0b1
GM
16592008-02-10 Glenn Morris <rgm@gnu.org>
1660
1661 * objects.texi (Equality Predicates):
1662 Mention equal-including-properties.
1663
431b78c9
RS
16642008-02-07 Richard Stallman <rms@gnu.org>
1665
1666 * windows.texi (Window Start): Mention the feature of moving
1667 window-start to start of line.
1668
c8763fb6 16692008-02-07 Jan Djärv <jan.h.d@swipnet.se>
eafa12e6
JD
1670
1671 * keymaps.texi (Tool Bar): Document rtl property.
1672
1a256502
TTN
16732008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
1674
1675 * display.texi (Button Types):
1676 For define-button-type, clarify type of NAME.
1677
569382c2
MR
16782008-01-19 Martin Rudalics <rudalics@gmx.at>
1679
1680 * buffers.texi (Buffer Modification): Fix typo.
1681
f3041af1
DN
16822008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
1683
1684 * os.texi (System Environment): Remove references to OSes that are
1685 not supported anymore.
1686
d35e1cd7
DN
16872008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
1688
1689 * os.texi (System Environment): Remove mention for Masscomp.
1690
23af7580
RS
16912008-01-04 Richard Stallman <rms@gnu.org>
1692
1693 * display.texi (Faces): Don't talk about internal face vector as arg
1694 to facep.
1695
1696 * customize.texi (Type Keywords): Fix previous change.
1697
1698 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
1699 * elisp.texi (Top): Fix menu for commands.texi change.
1700
ec7d5b1e
RS
17012007-12-30 Richard Stallman <rms@gnu.org>
1702
1703 * commands.texi (Accessing Mouse): Renamed from Accessing Events.
1704 (Accessing Scroll): New node broken out of Accessing Mouse.
1705
101a6cea
RS
17062007-12-28 Richard Stallman <rms@gnu.org>
1707
1708 * frames.texi (Size Parameters): Fix typo.
7f9e0c04 1709 (Basic Parameters): For `title', refer to title bar.
041817a4 1710 (Size and Position): Explain meaning of frame pixel width and height.
101a6cea 1711
72b7e664
RS
17122007-12-23 Richard Stallman <rms@gnu.org>
1713
1714 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
1715 Improve some of the commented-out keywords' text too.
1716
27a4f445
MR
17172007-12-14 Martin Rudalics <rudalics@gmx.at>
1718
e2e3f1d7
MR
1719 * nonascii.texi (Encoding and I/O): Reword to avoid saying
1720 "visit the current buffer".
1721
27a4f445
MR
1722 * os.texi (System Interface): Fix typo.
1723
a2afc99d
RS
17242007-12-04 Richard Stallman <rms@gnu.org>
1725
1726 * objects.texi (Symbol Type): Fix typo.
1727
b694135c
RS
17282007-12-03 Richard Stallman <rms@gnu.org>
1729
1730 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
1731
f99a19da
GM
17322007-12-01 Glenn Morris <rgm@gnu.org>
1733
1734 * functions.texi (Declaring Functions): Improve previous change.
1735
8f4b37d8
GM
17362007-11-30 Glenn Morris <rgm@gnu.org>
1737
1738 * functions.texi (Declaring Functions): Add optional fourth
1739 argument of declare-function, and setting third argument to `t'.
1740
61a2fe01
RS
17412007-11-29 Richard Stallman <rms@gnu.org>
1742
1743 * customize.texi (Composite Types): Document `group' type.
1744
cbfc5193
GM
17452007-11-29 Glenn Morris <rgm@gnu.org>
1746
1747 * functions.texi (Declaring Functions): Add findex. Mention
1748 `external' files.
1749
8386283a
JB
17502007-11-26 Juanma Barranquero <lekktu@gmail.com>
1751
1752 * functions.texi (Declaring Functions): Fix directive.
1753
a07c9a8b
RS
17542007-11-25 Richard Stallman <rms@gnu.org>
1755
1756 * help.texi (Help Functions): Clean up last change.
1757
1758 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
1759
1760 * loading.texi (Named Features): Minor cleanup.
1761
1762 * macros.texi (Eval During Expansion): Minor cleanup.
1763
1764 * variables.texi (Variable Aliases): Minor cleanup.
1765
a0925923
RS
17662007-11-24 Richard Stallman <rms@gnu.org>
1767
1768 * functions.texi (Declaring Functions): Clarify previous change.
1769
1770 * compile.texi (Compiler Errors): Clarify previous change.
1771
20c63e44
RS
17722007-11-24 Richard Stallman <rms@gnu.org>
1773
e5e76c04 1774 * display.texi (Refresh Screen, Forcing Redisplay):
20c63e44
RS
1775 Clarify the text and move items around.
1776
5bb0cda3
GM
17772007-11-24 Glenn Morris <rgm@gnu.org>
1778
1779 * functions.texi (Declaring Functions): New section.
1780 * compile.texi (Compiler Errors): Mention declaring functions,
1781 defvar with no initvalue, and byte-compile-warnings.
1782
af13c86a
MR
17832007-11-15 Martin Rudalics <rudalics@gmx.at>
1784
1785 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
1786 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
1787
a5373305
MR
17882007-11-13 Martin Rudalics <rudalics@gmx.at>
1789
1790 * help.texi (Help Functions): Document new macro `with-help-window'.
1791
fe284805
JL
17922007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
1793
1794 * searching.texi (Replacing Match): Describe new
1795 `match-substitute-replacement'.
1796
2c3a09b1
RS
17972007-10-31 Richard Stallman <rms@gnu.org>
1798
1799 * strings.texi (Creating Strings): Null strings from concat not unique.
1800
f2b480f4
RS
18012007-10-26 Richard Stallman <rms@gnu.org>
1802
1803 * objects.texi (Equality Predicates): Null strings are uniquified.
1804
1805 * minibuf.texi: Minor clarifications in previous change.
1806
db21122c
GM
18072007-10-25 Glenn Morris <rgm@gnu.org>
1808
1809 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
1810
2328cbb3
RS
18112007-10-24 Richard Stallman <rms@gnu.org>
1812
1813 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
1814
1815 * variables.texi (Frame-Local Variables): Node deleted.
1816 (Variables): Delete Frame-Local Variables from menu.
1817 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
1818 (Default Value): Don't mention frame-local vars.
1819
1820 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
1821
1822 * loading.texi (Unloading): Document FEATURE-unload-function
1823 instead of FEATURE-unload-hook.
1824
2328cbb3
RS
1825 * frames.texi (Multiple Displays): Don't mention frame-local vars.
1826
c066bafa
JL
18272007-10-22 Juri Linkov <juri@jurta.org>
1828
1829 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
1830 (High-Level Completion): Document a list of default value strings
1831 in the DEFAULT argument, for which minibuffer functions return the
1832 first element.
1833
65ced25f
JL
18342007-10-17 Juri Linkov <juri@jurta.org>
1835
1836 * text.texi (Filling): Update arguments of fill-paragraph.
1837 fill-paragraph operates on the active region in Transient Mark mode.
1838 Remove fill-paragraph-or-region.
1839
ee46ec8e
KB
18402007-10-13 Karl Berry <karl@gnu.org>
1841
1842 * elisp.texi (@dircategory): Move to after @copying,
1843 since we want @copying as close as possible to the beginning of
1844 the output.
1845
61bbdbc6
RS
18462007-10-12 Richard Stallman <rms@gnu.org>
1847
1848 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
1849
1850 * commands.texi (Distinguish Interactive): New node,
1851 broken out from Interactive Call and rewritten.
1852 (Command Loop): Put Distinguish Interactive in menu.
1853
af23e1e8
RS
18542007-10-09 Richard Stallman <rms@gnu.org>
1855
1856 * text.texi (Examining Properties): Mention overlay priority.
1857
1858 * display.texi (Display Margins): Correct the description
1859 of margin display specifications.
1860 (Replacing Specs): New subnode broken out of Display Property.
1861
e1965a69
JL
18622007-10-06 Juri Linkov <juri@jurta.org>
1863
1864 * text.texi (Filling): Document fill-paragraph-or-region.
1865
4638454b
JB
18662007-10-05 Juanma Barranquero <lekktu@gmail.com>
1867
1868 * display.texi (Auto Faces): Fix typo.
1869
7ed54cc5
RS
18702007-10-02 Richard Stallman <rms@gnu.org>
1871
1872 * display.texi (Display Property): Explain some display specs
1873 don't let you move point in.
1874
1875 * frames.texi (Cursor Parameters): Describe
1876 cursor-in-non-selected-windows here. Explain more values.
1877
1878 * windows.texi (Basic Windows): Don't describe
1879 cursor-in-non-selected-windows here.
1880
305a7ef2
EZ
18812007-10-01 Eli Zaretskii <eliz@gnu.org>
1882
1883 * processes.texi (Misc Network): Note that these functions are
1884 supported only on some systems.
1885
f7a7f4eb
RS
18862007-10-01 Richard Stallman <rms@gnu.org>
1887
1888 * display.texi (Overlay Properties): Explain nil as priority.
1889 Explain that conflicts are unpredictable if not resolved by
1890 priorities.
1891
780d7bb9
RS
18922007-09-23 Richard Stallman <rms@gnu.org>
1893
1894 * macros.texi (Backquote): Minor clarification.
1895
14b4fdfb
RS
18962007-09-19 Richard Stallman <rms@gnu.org>
1897
1898 * display.texi (Display Property): Explain multiple display specs.
9600ac7c
RS
1899 Clarify when they work in parallel and when one overrides.
1900 Fix error in example.
14b4fdfb 1901
b8d4c8d0
GM
19022007-09-06 Glenn Morris <rgm@gnu.org>
1903
b3e755a9 1904 Move from lispref/ to doc/lispref/. Change all setfilename
b8d4c8d0
GM
1905 commands to use ../../info.
1906 * Makefile.in (infodir): Go up one more level.
4638454b 1907 (usermanualdir): Change from ../man to ../emacs.
b8d4c8d0
GM
1908 (miscmanualdir): New.
1909 (dist): Use new variable miscmanualdir.
1910 * makefile.w32-in (infodir, texinputdir): Go up one more level.
1911 (usermanualdir): Change from ../man to ../emacs.
1912
1bb1f7d3
MR
19132007-08-30 Martin Rudalics <rudalics@gmx.at>
1914
1915 * commands.texi (Command Loop Info): Advise against changing
1916 most variables described here. Explain new variable
1917 last-repeatable-command.
1918
b8d4c8d0
GM
19192007-08-29 Glenn Morris <rgm@gnu.org>
1920
1921 * elisp.texi (EMACSVER): Increase to 23.0.50.
1922
19232007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
1924
1925 * frames.texi (Basic Parameters): Add display-environment-variable
1926 and term-environment-variable.
1927
19282007-08-28 Juri Linkov <juri@jurta.org>
1929
1930 * display.texi (Image Formats, Other Image Types): Add SVG.
1931
19322007-08-28 Juri Linkov <juri@jurta.org>
1933
1934 * display.texi (Images): Move formats-related text to new node
1935 "Image Formats".
1936 (Image Formats): New node.
1937
619fb9ee
RS
19382007-08-27 Richard Stallman <rms@gnu.org>
1939
1940 * windows.texi (Window Configurations): Clarify what
1941 a window configuration saves.
1942
b8d4c8d0
GM
19432007-08-25 Richard Stallman <rms@gnu.org>
1944
1945 * display.texi (Images): Delete redundant @findex.
1946
19472007-08-16 Richard Stallman <rms@gnu.org>
1948
1949 * processes.texi (Asynchronous Processes): Clarify
1950 doc of start-file-process.
1951
19522007-08-08 Martin Rudalics <rudalics@gmx.at>
1953
1954 * modes.texi (Example Major Modes): Fix typo.
1955
19562007-08-08 Glenn Morris <rgm@gnu.org>
1957
1958 * intro.texi (nil and t): Do not use `iff' in documentation.
1959
1960 * tips.texi (Documentation Tips): Recommend against `iff'.
1961
19622007-08-07 Chong Yidong <cyd@stupidchicken.com>
1963
1964 * display.texi (Image Cache): Document image-refresh.
1965
19662007-08-06 Martin Rudalics <rudalics@gmx.at>
1967
1968 * windows.texi (Size of Window): Document window-full-width-p.
1969
19702007-07-25 Glenn Morris <rgm@gnu.org>
1971
1972 * gpl.texi (GPL): Replace license with GPLv3.
1973
1974 * Relicense all FSF files to GPLv3 or later.
1975
19762007-07-24 Michael Albinus <michael.albinus@gmx.de>
1977
4638454b
JB
1978 * processes.texi (Synchronous Processes):
1979 Add `process-file-shell-command'.
b8d4c8d0
GM
1980 (Asynchronous Processes): Mention restricted use of
1981 `process-filter' and `process-sentinel' in
1982 `start-file-process'. Add `start-file-process-shell-command'.
1983
19842007-07-17 Michael Albinus <michael.albinus@gmx.de>
1985
1986 * files.texi (Magic File Names): Introduce optional parameter
1987 IDENTIFICATION for `file-remote-p'.
1988
19892007-07-16 Richard Stallman <rms@gnu.org>
1990
1991 * display.texi (Defining Faces): Fix previous change.
1992
19932007-07-14 Richard Stallman <rms@gnu.org>
1994
1995 * control.texi (Handling Errors): Document `debug' in handler list.
1996
19972007-07-10 Richard Stallman <rms@gnu.org>
1998
1999 * display.texi (Defining Faces): Explain C-M-x feature for defface.
2000
20012007-07-09 Richard Stallman <rms@gnu.org>
2002
2003 * files.texi (Magic File Names): Rewrite previous change.
2004
20052007-07-08 Michael Albinus <michael.albinus@gmx.de>
2006
2007 * files.texi (Magic File Names): Introduce optional parameter
2008 CONNECTED for `file-remote-p'.
2009
20102007-07-07 Michael Albinus <michael.albinus@gmx.de>
2011
2012 * processes.texi (Asynchronous Processes):
2013 * files.texi (Magic File Names): Add `start-file-process'.
2014
20152007-06-27 Richard Stallman <rms@gnu.org>
2016
2017 * files.texi (Format Conversion Piecemeal): Clarify
2018 `after-insert-file-functions' calling convention.
2019
20202007-06-27 Michael Albinus <michael.albinus@gmx.de>
2021
4638454b
JB
2022 * files.texi (Magic File Names): Remove `dired-call-process'.
2023 Add `process-file'.
b8d4c8d0
GM
2024
20252007-06-27 Kenichi Handa <handa@m17n.org>
2026
2027 * text.texi (Special Properties): Fix description about
4638454b 2028 `composition' property.
b8d4c8d0
GM
2029
20302007-06-26 Kenichi Handa <handa@m17n.org>
2031
2032 * nonascii.texi (Default Coding Systems): Document about the
2033 return value `undecided'.
2034
20352007-06-25 David Kastrup <dak@gnu.org>
2036
2037 * keymaps.texi (Active Keymaps): Document new POSITION argument of
2038 `current-active-maps'.
2039
20402007-06-24 Karl Berry <karl@gnu.org>
2041
4638454b 2042 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
b8d4c8d0
GM
2043
20442007-06-15 Juanma Barranquero <lekktu@gmail.com>
2045
2046 * display.texi (Overlay Arrow): Doc fix.
2047
20482007-06-14 Karl Berry <karl@tug.org>
2049
2050 * anti.texi (Antinews): Typo.
2051
20522007-06-14 Chong Yidong <cyd@stupidchicken.com>
2053
2054 * display.texi (Image Cache): Document image-refresh.
2055
20562007-06-12 Karl Berry <karl@gnu.org>
2057
2058 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
2059 * two-volume.make: New file.
2060 * .cvsignore: Ignore two-volume files.
2061
20622007-06-12 Tom Tromey <tromey@redhat.com>
2063
2064 * os.texi (Init File): Document user-emacs-directory.
2065
20662007-06-03 Nick Roberts <nickrob@snap.net.nz>
2067
2068 * commands.texi (Click Events): Describe width and height when
2069 object is nil.
2070
20712007-05-30 Nick Roberts <nickrob@snap.net.nz>
2072
2073 * commands.texi (Click Events): Layout more logically. Describe
2074 width and height.
2075 (Drag Events, Motion Events): Update to new format for position.
2076
20772007-06-02 Richard Stallman <rms@gnu.org>
2078
2079 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
2080
20812007-06-02 Chong Yidong <cyd@stupidchicken.com>
2082
2083 * Version 22.1 released.
2084
20852007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2086
2087 * text.texi (Special Properties): Correct meaning of fontified face.
2088
20892007-05-30 Richard Stallman <rms@gnu.org>
2090
2091 * text.texi (Special Properties): Add link to Adjusting Point.
2092
20932007-05-12 Richard Stallman <rms@gnu.org>
2094
2095 * text.texi (Margins): indent-to-left-margin is not the default.
2096 (Mode-Specific Indent): For indent-line-function, the default
2097 is indent-relative.
2098
2099 * modes.texi (Example Major Modes): Explain last line of text-mode
2100 is redundant.
2101
21022007-05-10 Richard Stallman <rms@gnu.org>
2103
2104 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
2105
2106 * help.texi (Keys in Documentation): Add reference to
2107 Documentation Tips.
2108
2109 * files.texi (Format Conversion): TO-FN gets three arguments.
2110
2111 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
2112
21132007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
2114
2115 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
2116 * files.texi (Format Conversion): Expand intro; add menu.
2117 (Format Conversion Overview, Format Conversion Round-Trip)
2118 (Format Conversion Piecemeal): New nodes/subsections.
2119 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
2120 * text.texi (Text Properties): Remove "Saving Properties" from menu.
2121 (Saving Properties): Delete node/subsection.
2122
21232007-05-07 Karl Berry <karl@gnu.org>
2124
2125 * elisp.texi (EMACSVER): Back to 22.
2126
21272007-05-06 Richard Stallman <rms@gnu.org>
2128
2129 * processes.texi (Accepting Output): Revert most of previous change.
2130
21312007-05-05 Richard Stallman <rms@gnu.org>
2132
2133 * processes.texi (Accepting Output): accept-process-output
2134 uses microseconds, not milliseconds. But that arg is obsolete.
2135
21362007-05-04 Karl Berry <karl@tug.org>
2137
2138 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
2139
21402007-05-04 Eli Zaretskii <eliz@gnu.org>
2141
2142 * tips.texi (Documentation Tips): Rearrange items to place the
2143 more important ones first. Add an index entry for hyperlinks.
2144
21452007-05-03 Karl Berry <karl@gnu.org>
2146
2147 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
2148 (EMACSVER) [smallbook]: 22 for printed version.
2149
2150 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
2151 so restore anchor to normal position after defun. Found by Kevin Ryde.
2152
21532007-04-26 Glenn Morris <rgm@gnu.org>
2154
2155 * elisp.texi (EMACSVER): Increase to 22.1.50.
2156
21572007-04-28 Karl Berry <karl@gnu.org>
2158
2159 * elisp.texi: Improve line breaks on copyright page,
2160 similar layout to emacs manual, 8.5x11 by default.
2161
21622007-04-24 Richard Stallman <rms@gnu.org>
2163
2164 * text.texi (Special Properties): Add xref to Overlay Properties.
2165
2166 * display.texi (Overlay Properties): Add xref to Special Properties.
2167
21682007-04-22 Richard Stallman <rms@gnu.org>
2169
2170 * keymaps.texi (Extended Menu Items): Move the info about
2171 format with cached keyboard binding.
2172
21732007-04-21 Richard Stallman <rms@gnu.org>
2174
2175 * text.texi (Special Properties): Clarify previous change.
2176
2177 * files.texi (File Name Expansion): Clarify previous change.
2178
2179 * display.texi (Attribute Functions): Fix example for
2180 face-attribute-relative-p.
2181
21822007-04-19 Kenichi Handa <handa@m17n.org>
2183
2184 * text.texi (Special Properties): Document composition property.
2185
21862007-04-19 Glenn Morris <rgm@gnu.org>
2187
2188 * files.texi (File Name Expansion): Mention "superroot".
2189
21902007-04-15 Chong Yidong <cyd@stupidchicken.com>
2191
2192 * frames.texi (Multiple Displays): Add note about "multi-monitor"
2193 setups.
2194 (Display Feature Testing): Note that display refers to all
2195 physical monitors for multi-monitor setups.
2196
21972007-04-14 Richard Stallman <rms@gnu.org>
2198
2199 * lists.texi (Sets And Lists): Clarify `delete' examples.
2200 Remove spurious xref to same node.
2201 Clarify xref for add-to-list.
2202
22032007-04-12 Nick Roberts <nickrob@snap.net.nz>
2204
2205 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
2206 value of lisp-mode-map.
2207
22082007-04-11 Karl Berry <karl@gnu.org>
2209
2210 * anti.texi (Antinews):
2211 * display.texi (Overlay Properties, Defining Images):
2212 * processes.texi (Synchronous Processes, Sentinels):
2213 * syntax.texi (Syntax Table Internals):
2214 * searching.texi (Regexp Special):
2215 * nonascii.texi (Default Coding Systems):
2216 * text.texi (Special Properties):
2217 * minibuf.texi (Basic Completion): Wording to improve breaks in
2218 8.5x11 format.
2219 * elisp.texi (smallbook): New @set to more easily switch between
2220 smallbook and 8.5x11.
2221
22222007-04-11 Richard Stallman <rms@gnu.org>
2223
2224 * text.texi (Lazy Properties): Minor fix.
2225
22262007-04-08 Karl Berry <karl@gnu.org>
2227
2228 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
2229 * macros.texi (Backquote): Downcase Backquote in index entries for
2230 consistency.
2231
22322007-04-08 Richard Stallman <rms@gnu.org>
2233
2234 * text.texi (Adaptive Fill): Just describe default,
2235 don't show it (since it contains non-ASCII chars).
2236
22372007-04-07 Karl Berry <karl@gnu.org>
2238
2239 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
2240 adaptive-fill-regexp's value, since they are not in the standard
2241 TeX fonts.
2242
22432007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
2244
2245 * display.texi (Defining Faces): Fix example.
2246
22472007-04-07 Karl Berry <karl@gnu.org>
2248
2249 * display.texi (Button Buffer Commands): Improve page break.
2250
22512007-04-07 Richard Stallman <rms@gnu.org>
2252
2253 * advice.texi (Activation of Advice): Remove redundant index entry.
2254
2255 * backups.texi: Improve index entries. Remove redundant ones.
2256
2257 * compile.texi (Byte Compilation): Improve index entry.
2258
2259 * hash.texi (Creating Hash): Improve index entry.
2260
2261 * symbols.texi (Definitions): Improve index entry.
2262
2263 * edebug.texi: Improve index entries. Remove redundant/useless ones.
2264
2265 * maps.texi (Standard Keymaps): Remove useless index entry.
2266
2267 * help.texi (Documentation Basics): Remove redundant index entries.
2268
2269 * customize.texi: Improve index entries.
2270 Remove redundant/useless ones.
2271
2272 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
2273
2274 * streams.texi (Output Variables): Improve index entry.
2275
2276 * abbrevs.texi (Abbrevs): Remove useless index entry.
2277
2278 * macros.texi (Expansion): Remove useless index entry.
2279
2280 * text.texi: Improve index entries. Remove redundant/useless ones.
2281 (Text Properties, Examining Properties)
2282 (Special Properties): Use "property category" instead of "category"
2283 to refer to the `category' property.
2284
2285 * positions.texi: Improve index entries. Remove useless one.
2286
2287 * lists.texi: Improve index entries. Remove redundant/useless ones.
2288
2289 * os.texi: Improve index entries.
2290 (Timers): Fix previous change.
2291
2292 * buffers.texi: Improve index entries.
2293 (Modification Time): Get rid of term "obsolete buffer".
2294
2295 * debugging.texi: Improve index entries.
2296 (Test Coverage): Add xref to other test coverage ftr.
2297
2298 * eval.texi: Improve index entry. Remove redundant ones.
2299
2300 * numbers.texi: Improve index entries. Remove redundant/useless ones.
2301
2302 * files.texi: Improve index entries. Remove redundant/useless ones.
2303
2304 * objects.texi: Improve index entries.
2305
2306 * processes.texi: Improve index entries.
2307
2308 * modes.texi: Improve index entry. Remove redundant one.
2309
2310 * nonascii.texi: Improve index entries.
2311
2312 * internals.texi: Improve index entries.
2313
2314 * syntax.texi: Improve index entries.
2315
2316 * keymaps.texi (Active Keymaps): Improve index entries.
2317
2318 * commands.texi: Improve index entries. Remove redundant/useless ones.
2319
2320 * frames.texi: Improve index entries. Remove redundant/useless ones.
2321
2322 * markers.texi: Improve index entries. Remove redundant ones.
2323
2324 * tips.texi: Improve index entries.
2325
2326 * loading.texi (Unloading): Improve index entry.
2327
2328 * variables.texi: Improve index entries. Remove redundant one.
2329
2330 * sequences.texi: Improve index entry.
2331
2332 * display.texi: Improve index entries. Remove redundant ones.
2333
2334 * windows.texi: Improve index entries.
2335
2336 * searching.texi: Improve index entries. Remove redundant one.
2337
2338 * strings.texi (Case Tables): Improve last change.
2339
23402007-04-04 Chong Yidong <cyd@stupidchicken.com>
2341
2342 * strings.texi (Case Tables): Document with-case-table and
2343 ascii-case-table.
2344
23452007-04-03 Karl Berry <karl@gnu.org>
2346
2347 * processes.texi (Network): Reword to improve page break.
2348
23492007-04-03 Eli Zaretskii <eliz@gnu.org>
2350
2351 * functions.texi (Inline Functions): Describe more disadvantages
2352 of defsubst, and make advice against it stronger.
2353
23542007-04-02 Karl Berry <karl@gnu.org>
2355
2356 * backups.texi (Backup Names): Avoid widow words.
2357 * modes.texi (Example Major Modes): Align last comment.
2358
23592007-04-01 Chong Yidong <cyd@stupidchicken.com>
2360
2361 * keymaps.texi (Remapping Commands): Document new arg to
2362 command-remapping.
2363
23642007-04-01 Karl Berry <karl@gnu.org>
2365
2366 * processes.texi (Low-Level Network): Typo.
2367 * loading.texi (Hooks for Loading): Avoid double "the".
2368 * keymaps.texi (Key Sequences): No double "and".
2369 (Changing Key Bindings): Shorten to improve line break.
2370
23712007-03-31 Glenn Morris <rgm@gnu.org>
2372
2373 * os.texi (Timers): Fix description of run-at-time TIME formats.
2374
23752007-03-31 Richard Stallman <rms@gnu.org>
2376
2377 * display.texi (Invisible Text): Correct buffer-invisibility-spec
2378 regarding ellipsis.
2379
23802007-03-31 Eli Zaretskii <eliz@gnu.org>
2381
2382 * intro.texi (nil and t):
2383 * symbols.texi (Plists and Alists):
2384 * variables.texi (Variable Aliases, Constant Variables):
2385 * functions.texi (Defining Functions):
2386 * advice.texi (Advising Primitives):
2387 * debugging.texi (Syntax Errors, Compilation Errors):
2388 * minibuf.texi (Minibuffer Windows):
2389 * commands.texi (Adjusting Point):
2390 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
2391 (Auto Major Mode, Major Mode Conventions):
2392 * help.texi (Describing Characters):
2393 * files.texi (Create/Delete Dirs, Information about Files)
2394 (File Locks, Writing to Files, Reading from Files)
2395 (Saving Buffers):
2396 * windows.texi (Resizing Windows, Cyclic Window Ordering):
2397 * frames.texi (Finding All Frames):
2398 * positions.texi (Buffer End, Motion):
2399 * markers.texi (The Region):
2400 * text.texi (Deletion, Near Point):
2401 * display.texi (Displaying Messages, Truncation):
2402 * os.texi (Processor Run Time):
2403 * tips.texi (Key Binding Conventions, Programming Tips)
2404 (Warning Tips, Documentation Tips, Comment Tips):
2405 * internals.texi (Memory Usage): Improve indexing.
2406
2407 * variables.texi (Frame-Local Variables):
2408 * functions.texi (Argument List):
2409 * loading.texi (Library Search):
2410 * streams.texi (Output Variables):
2411 * keymaps.texi (Translation Keymaps, Searching Keymaps):
2412 * searching.texi (Replacing Match, Search and Replace):
2413 * processes.texi (Byte Packing, Decoding Output)
2414 (Accepting Output, Network Servers, Shell Arguments):
2415 * display.texi (Abstract Display, Image Cache, Scroll Bars):
2416 * windows.texi (Window Point, Window Start):
2417 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
2418 * commands.texi (Reading Input, Keyboard Events):
2419 * minibuf.texi (Reading File Names, Minibuffer Completion)
2420 (Recursive Mini):
2421 * positions.texi (List Motion):
2422 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
2423 * numbers.texi (Arithmetic Operations, Math Functions)
2424 (Predicates on Numbers, Comparison of Numbers):
2425 (Numeric Conversions):
2426 * locals.texi (Standard Buffer-Local Variables):
2427 * maps.texi (Standard Keymaps):
2428 * os.texi (User Identification, System Environment, Recording Input)
2429 (X11 Keysyms):
2430 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
2431 * backups.texi (Backups and Auto-Saving):
2432 * customize.texi (Customization, Group Definitions)
2433 (Variable Definitions):
2434 * compile.texi (Byte Compilation): Improve index entries.
2435
24362007-03-31 Karl Berry <karl@gnu.org>
2437
2438 * macros.texi (Defining Macros): Avoid widow syllable.
2439
24402007-03-31 Eli Zaretskii <eliz@gnu.org>
2441
2442 * elisp.texi (Top): Postscript -> PostScript.
2443
2444 * display.texi (Images, Postscript Images): Postscript -> PostScript.
2445
24462007-03-31 Markus Triska <markus.triska@gmx.at>
2447
2448 * internals.texi (Writing Emacs Primitives): Untabify `For'.
2449
24502007-03-30 Karl Berry <karl@gnu.org>
2451
2452 * lists.texi (List-related Predicates): Remove spurious @need.
2453 (Setcdr): Use @smallexample to improve page break.
2454 (Association Lists) <assoc>: Reword to improve page break.
2455
2456 * strings.texi (String Conversion): Insert blank line to improve
2457 page break.
2458
2459 * numbers.texi (Random Numbers): Use @minus{}.
2460 (Math Functions): Use @minus{}.
2461
2462 * intro.texi (Acknowledgements): Avoid line breaks before middle
2463 initials.
2464
24652007-03-24 Eli Zaretskii <eliz@gnu.org>
2466
2467 * errors.texi (Standard Errors): Add an index entry.
2468
24692007-03-19 Richard Stallman <rms@gnu.org>
2470
2471 * os.texi (Recording Input): recent-keys now gives 300 keys.
2472
24732007-03-12 Glenn Morris <rgm@gnu.org>
2474
2475 * os.texi: Replace "daylight savings" with "daylight saving"
2476 throughout.
2477
24782007-03-05 Richard Stallman <rms@gnu.org>
2479
2480 * variables.texi (File Local Variables): Update
2481 enable-local-variables values.
2482
24832007-03-04 Richard Stallman <rms@gnu.org>
2484
2485 * syntax.texi (Control Parsing): Minor clarification.
2486
2487 * strings.texi (Formatting Strings): Clarify width, precision, flags.
2488
2489 * sequences.texi (Sequence Functions): Move string-bytes away,
2490 add xref.
2491
2492 * nonascii.texi (Text Representations): Move string-bytes here.
2493
2494 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
2495
2496 * minibuf.texi (Basic Completion): Minor clarification.
2497
2498 * markers.texi (The Mark): Clarify existence vs activation of mark.
2499 Other cleanup.
2500
2501 * display.texi (Finding Overlays): Write better example.
2502
2503 * compile.texi (Eval During Compile): Clarify putting macros
2504 in eval-when-compile.
2505
c5602427 25062007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
b8d4c8d0
GM
2507
2508 * loading.texi (How Programs Do Loading): Fix anchor position at
c5602427 2509 load-read-function definition doc.
b8d4c8d0
GM
2510
25112007-02-21 Kim F. Storm <storm@cua.dk>
2512
2513 * strings.texi (Text Comparison): Mention that assoc-string
2514 converts symbols to strings before testing.
2515
25162007-02-17 Kim F. Storm <storm@cua.dk>
2517
2518 * processes.texi (Bindat Spec): Vector types can have optional
2519 element type.
2520 (Bindat Examples): Fix example. Add vector with element type.
2521
25222007-02-16 Andreas Schwab <schwab@suse.de>
2523
2524 * strings.texi (Formatting Strings): Document '+' flag.
2525
25262007-02-15 Juanma Barranquero <lekktu@gmail.com>
2527
2528 * strings.texi (Modifying Strings): Clarify that `clear-string'
2529 always converts the string to unibyte.
2530
25312007-02-14 Kim F. Storm <storm@cua.dk>
2532
2533 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
2534 Rewrite glyph code description to refer to these functions.
2535 Remove details of encoding face number and char into integer code.
2536
25372007-02-03 Alan Mackenzie <acm@muc.de>
2538
2539 * loading.texi (Hooks for Loading): Make the description of
2540 `eval-after-load' more detailed, and amend the description of
2541 after-load-alist, in accordance with changes from 2006-05.
2542
25432007-02-03 Chong Yidong <cyd@stupidchicken.com>
2544
2545 * modes.texi (Defining Minor Modes): Document that a :require
2546 keyword or similar may be required to make saved customization
2547 variables work.
2548
25492007-02-03 Eli Zaretskii <eliz@gnu.org>
2550
2551 * elisp.texi (Top): Make the detailed menu headers compliant with
2552 Texinfo guidelines and with what texnfo-upd.el expects. Add
2553 comments to prevent people from inadvertently modifying the key
2554 parts needed by `texinfo-multiple-files-update'.
2555
25562007-02-02 Eli Zaretskii <eliz@gnu.org>
2557
2558 * elisp.texi (Top): Update the top-level menus.
2559
2560 * syntax.texi (Categories): Add index entries.
2561
25622007-02-01 Juanma Barranquero <lekktu@gmail.com>
2563
2564 * display.texi (Attribute Functions): Fix name and description of
2565 the UNDERLINE arg of `set-face-underline-p'.
2566
25672007-01-29 Eli Zaretskii <eliz@gnu.org>
2568
2569 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
2570 Variables", and "Standard Keymaps" to the detailed menu.
2571
2572 * variables.texi (Future Local Variables): Add index entry.
2573
25742007-01-28 Richard Stallman <rms@gnu.org>
2575
2576 * tips.texi (Coding Conventions): Clarify the tip about macros
2577 that define a function or a variable.
2578
2579 * files.texi (File Attributes): UID and GID can be floats.
2580 (Magic File Names): Explain why deferring all operations to
2581 the standard handler does not work.
2582
25832007-01-23 Martin Rudalics <rudalics@gmx.at>
2584
2585 * backups.texi (Reverting): Use "buffer" instead of "file"
2586 when talking about major and minor modes.
2587
25882007-01-21 Richard Stallman <rms@gnu.org>
2589
2590 * help.texi (Documentation): Add xref to Documentation Tips.
2591
25922007-01-14 Juanma Barranquero <lekktu@gmail.com>
2593
2594 * tips.texi (Coding Conventions): Fix typos.
2595
25962007-01-05 Richard Stallman <rms@gnu.org>
2597
2598 * modes.texi (Defining Minor Modes): Fix previous change.
2599
26002007-01-03 Richard Stallman <rms@gnu.org>
2601
2602 * customize.texi (Variable Definitions, Customization Types):
2603 Don't use * in doc string for defcustom.
2604
26052007-01-02 Richard Stallman <rms@gnu.org>
2606
2607 * variables.texi (Variable Aliases): Clarify that aliases vars
2608 always have the same value.
2609
2610 * processes.texi (Bindat Spec): Fix Texinfo usage.
2611
2612 * modes.texi (Defining Minor Modes): Explain effect of command
2613 defined with define-global-minor-mode on new buffers.
2614
26152006-12-30 Kim F. Storm <storm@cua.dk>
2616
2617 * keymaps.texi (Tool Bar): Describe `grow-only' value of
2618 `auto-resize-tool-bars'.
2619
26202006-12-30 Richard Stallman <rms@gnu.org>
2621
2622 * keymaps.texi (Active Keymaps): Fix previous change.
2623
26242006-12-30 Nick Roberts <nickrob@snap.net.nz>
2625
2626 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
2627
26282006-12-30 Kim F. Storm <storm@cua.dk>
2629
2630 * processes.texi (Bindat Spec): Clarify using field names in
2631 length specifications.
2632
26332006-12-29 Kim F. Storm <storm@cua.dk>
2634
2635 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
2636 Add count and index variables for eval forms in repeat blocks.
2637
26382006-12-24 Richard Stallman <rms@gnu.org>
2639
2640 * customize.texi (Variable Definitions): Document
2641 new name custom-add-frequent-value.
2642
26432006-12-19 Kim F. Storm <storm@cua.dk>
2644
2645 * commands.texi (Misc Events): User signals now result in sigusr1
2646 and sigusr2 events which are handled through special-event-map.
2647 (Special Events): User signals and drag-n-drop are special.
2648
26492006-12-17 Richard Stallman <rms@gnu.org>
2650
2651 * loading.texi (Named Features): Explain subfeatures better.
2652
2653 * customize.texi: Use "option" only for user options.
2654 For the keyword values inside defcustom etc, say "keywords".
2655 For :options value's elements, say "elements".
2656 :group should not be omitted.
2657
2658 * syntax.texi (Parsing Expressions): Split up node.
2659 (Motion via Parsing, Position Parse, Parser State)
2660 (Low-Level Parsing, Control Parsing): New subnodes.
2661 (Parser State): Document syntax-ppss-toplevel-pos.
2662
2663 * positions.texi (List Motion): Punctuation fix.
2664
2665 * files.texi (File Name Completion): Document PREDICATE arg
2666 to file-name-completion.
2667
26682006-12-16 Eli Zaretskii <eliz@gnu.org>
2669
2670 * internals.texi (Building Emacs, Writing Emacs Primitives):
2671 Add index entries.
2672
26732006-12-11 Richard Stallman <rms@gnu.org>
2674
2675 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
2676 affects face menu. Explain how to make it non-nil without enabling
2677 any fontification.
2678
26792006-12-10 Chong Yidong <cyd@stupidchicken.com>
2680
2681 * modes.texi (Font Lock Basics): Document nil value of
2682 font-lock-defaults.
2683
26842006-12-10 Glenn Morris <rgm@gnu.org>
2685
2686 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
2687 value for system-flag argument. Abbrev tables may not be empty
2688 when major modes are loaded.
2689
26902006-12-08 Juanma Barranquero <lekktu@gmail.com>
2691
2692 * makefile.w32-in (maintainer-clean): Partially revert last
2693 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
2694 to protect elisp-covers.texi.
2695
26962006-12-07 Juanma Barranquero <lekktu@gmail.com>
2697
2698 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
2699 Don't remove elisp* info files; they are already deleted by the
2700 `clean' and `distclean' targets, and they are in the $(infodir)
2701 directory, not the current one.
2702
27032006-12-04 Kim F. Storm <storm@cua.dk>
2704
2705 * commands.texi (Misc Events): Update signal events.
2706 (Event Examples): Add signal example.
2707
27082006-11-29 Richard Stallman <rms@gnu.org>
2709
2710 * frames.texi (Visibility of Frames): Explain visible windows
2711 can be covered by others. Add xref for raise-frame.
2712
27132006-11-28 Richard Stallman <rms@gnu.org>
2714
2715 * searching.texi (Regexp Special): Update when ^ is special.
2716
27172006-11-27 Eli Zaretskii <eliz@gnu.org>
2718
2719 * customize.texi (Customization, Common Keywords)
2720 (Group Definitions, Variable Definitions, Composite Types)
2721 (Type Keywords, Customization Types): Add index entries for
2722 various customization keywords.
2723
27242006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
2725
2726 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
2727
c8763fb6 27282006-11-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
2729
2730 * frames.texi (Window System Selections): Remove clipboard from
2731 description of selection-coding-system.
2732
27332006-11-06 Richard Stallman <rms@gnu.org>
2734
2735 * lists.texi (List Variables): Document COMPARE-FN.
2736
2737 * keymaps.texi: Avoid use of "binding" to mean a relation;
2738 use it only to refer to the meaning associated with a key.
2739 (Keymaps): Change menu node description.
2740
2741 * elisp.texi (Top): Change menu node description.
2742
2743 * display.texi (Managing Overlays): Document overlay-recenter.
2744
27452006-10-29 Chong Yidong <cyd@stupidchicken.com>
2746
2747 * Makefile.in: Use relative paths to avoid advertising filesystem
2748 contents during compilation.
2749
27502006-10-23 Kim F. Storm <storm@cua.dk>
2751
2752 * commands.texi (Event Input Misc): Update unread-command-events.
2753
27542006-10-23 Nick Roberts <nickrob@snap.net.nz>
2755
2756 * lists.texi (Sets And Lists): Fix typos.
2757
27582006-10-18 Juanma Barranquero <lekktu@gmail.com>
2759
2760 * control.texi (Processing of Errors): Use @var for an argument,
2761 not @code.
2762
27632006-10-16 Richard Stallman <rms@gnu.org>
2764
2765 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
2766
2767 * keymaps.texi (Format of Keymaps): Show all the keymap element
2768 patterns that result from menu items.
2769 (Key Lookup): Minor cleanups.
2770
2771 * modes.texi (Precalculated Fontification): Don't say that
2772 not setting font-lock-defaults avoids loading font-lock.
2773
2774 * help.texi (Documentation): Move xref to Emacs Manual here.
2775 (Documentation Basics): From here.
2776 Also doc emacs-lisp-docstring-fill-column.
2777
2778 * elisp.texi: Update version and ISBN.
2779
2780 * commands.texi (Interactive Call): Clarify KEYS arg to
2781 call-interactively is a vector.
2782 (Command Loop Info): Delete anchor in this-command-keys.
2783 Add anchor in this-command-keys-vector.
2784 (Recursive Editing): Document how recursive-edit
2785 handles the current buffer.
2786
27872006-10-13 Chong Yidong <cyd@stupidchicken.com>
2788
2789 * frames.texi (Frame Titles): %c and %l are ignored in
2790 frame-title-format.
2791
27922006-10-11 Richard Stallman <rms@gnu.org>
2793
2794 * keymaps.texi (Key Sequences): Clarify use of kbd.
2795
27962006-10-10 Kim F. Storm <storm@cua.dk>
2797
2798 * lists.texi (Sets And Lists): Add memql.
2799
28002006-10-03 Richard Stallman <rms@gnu.org>
2801
2802 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
2803 Clarify :ascii: and :nonascii:.
2804
28052006-09-29 Juri Linkov <juri@jurta.org>
2806
2807 * modes.texi (%-Constructs): Reorder coding systems in the
2808 documentation of %z to the real order displayed in the modeline.
2809
28102006-09-25 Richard Stallman <rms@gnu.org>
2811
2812 * os.texi (Timers): Describe timer-max-repeats.
2813
28142006-09-25 Chong Yidong <cyd@stupidchicken.com>
2815
2816 * os.texi (Timers): Mention with-local-quit.
2817
28182006-09-24 Richard Stallman <rms@gnu.org>
2819
2820 * searching.texi (Searching and Matching): Mention property search.
2821
2822 * commands.texi (Command Loop Info): Explain how read-event affects
2823 this-command-keys.
2824
28252006-09-20 Richard Stallman <rms@gnu.org>
2826
2827 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
2828
2829 * windows.texi (Window Start): Minor cleanups.
2830
28312006-09-20 Kim F. Storm <storm@cua.dk>
2832
2833 * windows.texi (Window Start): pos-visible-in-window-p allows
2834 specifying t for position to mean "end of window".
2835 Add window-line-height.
2836
2837 * anti.texi (Antinews): Mention window-line-height.
2838
28392006-09-19 David Kastrup <dak@gnu.org>
2840
2841 * keymaps.texi (Searching Keymaps): Small clarification.
2842
28432006-09-18 Richard Stallman <rms@gnu.org>
2844
2845 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
2846 cause keyboard menus.
2847 (Menu Keymaps): Likewise.
2848 (Defining Menus, Keyboard Menus): Clarify.
2849
2850 * text.texi (Fields): Clarify explanation of constrain-to-field.
2851
28522006-09-16 Eli Zaretskii <eliz@gnu.org>
2853
2854 * variables.texi (Tips for Defining): Fix a typo.
2855
28562006-09-15 Richard Stallman <rms@gnu.org>
2857
2858 * keymaps.texi (Remapping Commands, Searching Keymaps)
2859 (Active Keymaps): Clean up previous change.
2860
28612006-09-15 Jay Belanger <belanger@truman.edu>
2862
2863 * gpl.texi: Replace "Library Public License" by "Lesser Public
2864 License" throughout.
2865
28662006-09-15 David Kastrup <dak@gnu.org>
2867
2868 * keymaps.texi (Active Keymaps): Adapt description to use
2869 `get-char-property' instead `get-text-property'. Explain how
2870 mouse events change this. Explain the new optional argument of
2871 `key-binding' and its mouse-dependent lookup.
2872 (Searching Keymaps): Adapt description similarly.
2873 (Remapping Commands): Explain the new optional argument of
2874 `command-remapping'.
2875
28762006-09-14 Richard Stallman <rms@gnu.org>
2877
2878 * keymaps.texi (Searching Keymaps): Clarification.
2879 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
2880
28812006-09-13 Richard Stallman <rms@gnu.org>
2882
2883 * objects.texi (Character Type): Node split.
2884 Add xref to Describing Characters.
2885 (Basic Char Syntax, General Escape Syntax)
2886 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
2887
28882006-09-11 Richard Stallman <rms@gnu.org>
2889
2890 * display.texi (Display Table Format): Wording clarification.
2891 (Glyphs): Clarifications.
2892
28932006-09-10 Chong Yidong <cyd@stupidchicken.com>
2894
2895 * keymaps.texi (Active Keymaps): Mention that key-binding checks
2896 local maps.
2897
28982006-09-10 Kim F. Storm <storm@cua.dk>
2899
2900 * display.texi (Forcing Redisplay): Document return value of
2901 function redisplay.
2902
29032006-09-09 Richard Stallman <rms@gnu.org>
2904
2905 * windows.texi (Window Hooks): Explain limits of
2906 window-scroll-functions.
2907
2908 * display.texi (Fringe Indicators): Update for last change in
2909 indicate-buffer-boundaries.
2910
29112006-09-08 Richard Stallman <rms@gnu.org>
2912
2913 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
2914
29152006-09-06 Kim F. Storm <storm@cua.dk>
2916
2917 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
2918
2919 * windows.texi (Window Start): Update pos-visible-in-window-p.
2920
29212006-09-04 Richard Stallman <rms@gnu.org>
2922
2923 * processes.texi (Accepting Output): Explain SECONDS=0 for
2924 accept-process-output.
2925
2926 * os.texi (Idle Timers): Explain why timer functions should not
2927 loop until (input-pending-p).
2928
29292006-09-02 Eli Zaretskii <eliz@gnu.org>
2930
2931 * makefile.w32-in (usermanualdir): New variable.
2932 (elisp.dvi): Use it.
2933
29342006-09-01 Eli Zaretskii <eliz@gnu.org>
2935
2936 * buffers.texi (Buffer Modification): Fix last change.
2937
29382006-09-01 Chong Yidong <cyd@stupidchicken.com>
2939
2940 * buffers.texi (Buffer Modification): Document
2941 buffer-chars-modified-tick.
2942
29432006-08-31 Richard Stallman <rms@gnu.org>
2944
2945 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
2946
29472006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
2948
2949 * modes.texi (Syntactic Font Lock):
2950 Mention font-lock-syntactic-face-function
2951 instead of specific faces.
2952
29532006-08-29 Chong Yidong <cyd@stupidchicken.com>
2954
2955 * display.texi (Images): Add xrref to display-images-p.
2956
29572006-08-28 Kenichi Handa <handa@m17n.org>
2958
2959 * nonascii.texi (Lisp and Coding Systems): Fix description of
2960 detect-coding-region.
2961
29622006-08-27 Michael Olson <mwolson@gnu.org>
2963
2964 * processes.texi (Transaction Queues): Remove stray quote
2965 character.
2966
29672006-08-25 Richard Stallman <rms@gnu.org>
2968
2969 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
2970 Add xref.
2971
29722006-08-24 Chong Yidong <cyd@stupidchicken.com>
2973
2974 * os.texi (Timers): Avoid waiting inside timers.
2975
29762006-08-21 Lute Kamstra <lute@gnu.org>
2977
2978 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
2979
29802006-08-20 Richard Stallman <rms@gnu.org>
2981
2982 * os.texi (Idle Timers): New node, split out from Timers.
2983 Document current-idle-time.
2984 * commands.texi (Reading One Event): Update xref.
2985 * elisp.texi (Top): Update subnode menu.
2986
29872006-08-16 Richard Stallman <rms@gnu.org>
2988
2989 * keymaps.texi (Extended Menu Items): Show format of cached
2990 bindings in extended menu items.
2991
2992 * customize.texi (Variable Definitions): Explain when the
2993 standard value expression is evaluated.
2994
29952006-08-15 Chong Yidong <cyd@stupidchicken.com>
2996
2997 * commands.texi (Reading One Event): Explain idleness in
2998 `read-event'.
2999
30002006-08-12 Chong Yidong <cyd@stupidchicken.com>
3001
3002 * text.texi (Near Point): Say "cursor" not "terminal cursor".
3003 (Commands for Insertion): Removed split-line since it's not
3004 relevant for Lisp programming.
3005 (Yank Commands): Rewrite introduction.
3006 (Undo): Clarify.
3007 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
3008 (Filling): Remove redundant comment. Clarify return value of
3009 current-justification.
3010 (Margins): Minor clarifications.
3011 (Adaptive Fill): Update default value of adaptive-fill-regexp.
3012 (Sorting): Update definition of sort-lines.
3013 (Columns): Clarify behavior of sort-columns.
3014 (Indent Tabs): Link to Tab Stops in Emacs manual.
3015 (Special Properties): Clarify.
3016 (Clickable Text): Mention Buttons package.
3017
30182006-08-12 Kevin Ryde <user42@zip.com.au>
3019
3020 * os.texi (Time Parsing): Add %z to description of
3021 format-time-string, as per docstring. Add cross reference to
3022 glibc manual for strftime.
3023
30242006-08-08 Richard Stallman <rms@gnu.org>
3025
3026 * modes.texi: Clean up wording in previous change.
3027
30282006-08-07 Chong Yidong <cyd@stupidchicken.com>
3029
3030 * modes.texi (Hooks): Clarify.
3031 (Major Mode Basics): Mention define-derived-mode explicitly.
3032 (Major Mode Conventions): Rebinding RET is OK for some modes.
3033 Mention change-major-mode-hook and after-change-major-mode-hook.
3034 (Example Major Modes): Moved to end of Modes section.
3035 (Mode Line Basics): Clarify.
3036 (Mode Line Data): Mention help-echo and local-map in strings.
3037 Explain reason for treatment of non-risky variables.
3038 (Properties in Mode): Clarify.
3039 (Faces for Font Lock): Add font-lock-negation-char-face.
3040
30412006-08-04 Eli Zaretskii <eliz@gnu.org>
3042
3043 * strings.texi (Formatting Strings): Warn against arbitrary
3044 strings as first arg to `format'.
3045
30462006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
3047
3048 * text.texi (Clickable Text): Mention `help-echo' text property.
3049 Update intro, examples and associated explanations.
3050
30512006-07-31 Richard Stallman <rms@gnu.org>
3052
3053 * commands.texi: Update xrefs.
3054 (Event Mod): New node, cut out from old Translating Input.
3055
3056 * maps.texi: Update xrefs.
3057
3058 * keymaps.texi (Translation Keymaps): New node.
3059 Update xrefs from Translating Input to Translation Keymaps.
3060
3061 * elisp.texi (Top): Update subnode menu.
3062
3063 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
3064
3065 * os.texi (System Interface): Fix menu descriptions of some nodes.
3066 (Translating Input): Node deleted.
3067
30682006-07-31 Nick Roberts <nickrob@snap.net.nz>
3069
3070 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
3071
3072 * lists.texi (Sets And Lists): Likewise.
3073
30742006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
3075
3076 * text.texi (Fields): Mention POS
3077 requirement when narrowing is in effect.
3078
30792006-07-28 Richard Stallman <rms@gnu.org>
3080
3081 * display.texi (Face Attributes): Simplify wording.
3082 (Attribute Functions): Clarify meaning of new-frame default
3083 attribute settings.
3084
3085 * customize.texi (Common Keywords): Document how to use
3086 :package-version in a package not in Emacs.
3087
30882006-07-28 Kim F. Storm <storm@cua.dk>
3089
3090 * commands.texi (Reading One Event): Fix last change.
3091
30922006-07-26 Chong Yidong <cyd@stupidchicken.com>
3093
3094 * commands.texi (Reading One Event): Document SECONDS argument for
3095 read-event, read-char, and read-char-exclusive.
3096
30972006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
3098
3099 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
3100 to ensure correct identification.
3101
31022006-07-24 Richard Stallman <rms@gnu.org>
3103
3104 * text.texi (Clickable Text): Clarify.
3105
3106 * sequences.texi (Vector Functions): Delete duplicate xref.
3107
3108 * objects.texi (Function Type): Clarify.
3109
3110 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
3111 modes.
3112
3113 * lists.texi (List Variables): New node.
3114 Material moved from other nodes.
3115
3116 * variables.texi (Setting Variables): add-to-list and
3117 add-to-ordered-list moved to List Variables node.
3118
31192006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
3120
3121 * text.texi (Links and Mouse-1):
3122 For mouse-on-link-p, expand on arg POS.
3123
31242006-07-21 Kim F. Storm <storm@cua.dk>
3125
3126 * display.texi (Forcing Redisplay): Don't mention systems which
3127 don't support sub-second timers for redisplay-preemption-period.
3128
3129 * os.texi (Terminal Output): Clarify text vs graphical terminal.
3130
31312006-07-21 Eli Zaretskii <eliz@gnu.org>
3132
3133 * frames.texi (Input Focus): Document that focus-follows-mouse has
3134 no effect on MS-Windows.
3135
31362006-07-18 Richard Stallman <rms@gnu.org>
3137
3138 * display.texi (Forcing Redisplay): Cleanups in previous change.
3139
3140 * processes.texi (Low-Level Network): Make menu more convenient.
3141
31422006-07-18 Kim F. Storm <storm@cua.dk>
3143
3144 * display.texi (Forcing Redisplay): redisplay-preemption-period
3145 only used on window systems. Add xref to Terminal Output.
3146
3147 * os.texi (Terminal Output): baud-rate only controls preemption on
3148 non-window systems. Add xref to Forcing Redisplay.
3149
3150 * processes.texi (Low-Level Network): Rename node "Make Network"
3151 to "Network Processes".
3152
31532006-07-18 Karl Berry <karl@gnu.org>
3154
3155 * variables.texi, functions.texi, customize.texi, loading.texi:
3156 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
3157
31582006-07-17 Chong Yidong <cyd@stupidchicken.com>
3159
3160 * commands.texi (Waiting): Document batch-mode sit-for behavior.
3161
31622006-07-17 Richard Stallman <rms@gnu.org>
3163
3164 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
3165 Put period and comma inside quotes.
3166
3167 * loading.texi, markers.texi: Use real doublequote inside menus.
3168
3169 * windows.texi: Put point and comma inside quotes.
3170 (Textual Scrolling): Use @samp for error message.
3171
3172 * variables.texi, tips.texi, syntax.texi, symbols.texi:
3173 * strings.texi, streams.texi, processes.texi, os.texi:
3174 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
3175 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
3176 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
3177 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
3178 Put point and comma inside quotes.
3179
3180 * control.texi (Processing of Errors): Add command-error-function.
3181
3182 * variables.texi (File Local Variables): Clarify that
3183 file local variables make buffer-local bindings.
3184
3185 * modes.texi (Syntactic Font Lock): Give default for
3186 font-lock-syntax-table.
3187
31882006-07-17 Nick Roberts <nickrob@snap.net.nz>
3189
3190 * text.texi (Special Properties): Clean up previous change.
3191
31922006-07-16 Karl Berry <karl@gnu.org>
3193
3194 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
3195 * control.texi: Fix bad page breaks through chapter 10 (control).
3196
3197 * anti.texi (Antinews): Reorder face-attribute fns to avoid
3198 underfull hbox.
3199
32002006-07-15 Nick Roberts <nickrob@snap.net.nz>
3201
3202 * text.texi (Special Properties): Describe fontified text property
3203 in relation to a character (not text).
3204
32052006-07-15 Kim F. Storm <storm@cua.dk>
3206
3207 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
3208 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
3209 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
3210
3211 * anti.texi (Antinews): Mention redisplay function.
3212 The kbd macro existed, but was not documented, before 22.x.
3213 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
3214
32152006-07-14 Nick Roberts <nickrob@snap.net.nz>
3216
3217 * display.texi (Displaying Messages): Add anchor.
3218
3219 * frames.texi (Dialog Boxes): Use it.
3220
32212006-07-12 Richard Stallman <rms@gnu.org>
3222
3223 * objects.texi (Frame Type): Explain nature of frames better.
3224
3225 * frames.texi (Frames): Explain nature of frames better.
3226
32272006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
3228
3229 * tips.texi (Coding Conventions): Explain why use cl at compile time.
3230
32312006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3232
3233 * frames.texi (Window System Selections): Mention scrap support for Mac.
3234 Default value of x-select-enable-clipboard is t on Mac.
3235
3236 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
3237
32382006-07-11 Kim F. Storm <storm@cua.dk>
3239
3240 * display.texi (Forcing Redisplay): Add `redisplay' function.
3241 Don't mention (sit-for -1) -- use (redisplay t) instead.
3242
3243 * commands.texi (Waiting): (sit-for -1) is no longer special.
3244 (sit-for 0) is equivalent to (redisplay).
3245 Iconifying/deiconifying no longer makes sit-for return.
3246
32472006-07-10 Nick Roberts <nickrob@snap.net.nz>
3248
3249 * display.texi (Buttons): Fix typo.
3250
3251 * index.texi, elisp.texi (New Symbols): Comment node out.
3252
32532006-07-09 Richard Stallman <rms@gnu.org>
3254
3255 * display.texi (Truncation): Clean up previous change.
3256
32572006-07-08 Richard Stallman <rms@gnu.org>
3258
3259 * commands.texi (Interactive Call): Use 3 as prefix in example
3260 for execute-extended-command.
3261
3262 * display.texi (Attribute Functions): Move paragraph about
3263 compatibility with Emacs < 21.
3264
32652006-07-09 Kim F. Storm <storm@cua.dk>
3266
3267 * display.texi (Refresh Screen): Clarify force-window-update.
3268 (Truncation): "Normally" indicated by fringe arrows.
3269
32702006-07-08 Eli Zaretskii <eliz@gnu.org>
3271
3272 * windows.texi (Textual Scrolling, Resizing Windows):
3273 * variables.texi (Constant Variables):
3274 * text.texi (Buffer Contents, Deletion, Changing Properties)
3275 (Property Search, Special Properties, Sticky Properties)
3276 (Links and Mouse-1, Fields, Change Hooks):
3277 * syntax.texi (Syntax Table Functions, Parsing Expressions)
3278 (Categories):
3279 * symbols.texi (Other Plists):
3280 * streams.texi (Output Variables):
3281 * processes.texi (Input to Processes, Query Before Exit):
3282 * positions.texi (Word Motion, Text Lines, List Motion):
3283 * os.texi (Init File, System Environment, Sound Output)
3284 (Session Management):
3285 * nonascii.texi (Text Representations, Character Sets)
3286 (Chars and Bytes, Locales):
3287 * modes.texi (Defining Minor Modes, Header Lines):
3288 * minibuf.texi (Minibuffer Contents):
3289 * markers.texi (Information from Markers):
3290 * lists.texi (List Elements, Building Lists, Association Lists):
3291 * keymaps.texi (Tool Bar):
3292 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
3293 * functions.texi (What Is a Function, Mapping Functions):
3294 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
3295 (Color Names, Text Terminal Colors, Display Feature Testing):
3296 * files.texi (Visiting Functions, File Name Components)
3297 (Unique File Names, Contents of Directories):
3298 * display.texi (Forcing Redisplay, Displaying Messages)
3299 (Temporary Displays, Font Selection, Auto Faces)
3300 (Font Lookup, Fringe Indicators, Display Margins)
3301 (Image Descriptors, Showing Images, Image Cache, Button Types)
3302 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
3303 (Display Table Format, Glyphs):
3304 * control.texi (Iteration):
3305 * commands.texi (Command Loop Info, Adjusting Point):
3306 * backups.texi (Making Backups, Auto-Saving):
3307 Remove @tindex entries.
3308
33092006-07-07 Kim F. Storm <storm@cua.dk>
3310
3311 * display.texi (Fringe Cursors): Fix typo.
3312 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
3313 (Overlay Arrow): Default is overlay-arrow fringe indicator.
3314
33152006-07-05 Richard Stallman <rms@gnu.org>
3316
3317 * text.texi (Buffer Contents): Add example of text props
3318 in result of buffer-substring.
3319 (Text Properties): Explain better about use of specific property names.
3320 (Property Search): Some cleanups; reorder some functions.
3321
3322 * keymaps.texi (Changing Key Bindings): Cleanup.
3323 Add xref to Key Binding Conventions.
3324
3325 * display.texi (Attribute Functions): Add examples for
3326 face-attribute-relative-p.
3327
3328 * tips.texi (Coding Conventions): Cleanup last change.
3329
33302006-07-05 Karl Berry <karl@gnu.org>
3331
3332 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
3333 Remove @setchapternewpage odd.
3334 Result is 1013 pages, down from 1100.
3335
3336 * anti.texi, customize.texi, display.texi, internals.texi:
3337 * minibuf.texi, modes.texi, tips.texi:
3338 Fix overfull/underfull boxes.
3339
33402006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
3341
3342 * edebug.texi (Instrumenting):
3343 Add Edebug-specific findex for eval-buffer.
3344 * loading.texi (Loading):
3345 Replace eval-current-buffer with eval-buffer.
3346
33472006-06-30 Nick Roberts <nickrob@snap.net.nz>
3348
3349 * locals.texi (Standard Buffer-Local Variables): Update the list
3350 of variables.
3351
33522006-06-26 Nick Roberts <nickrob@snap.net.nz>
3353
3354 * files.texi (File Name Completion): Point user to the node
3355 "Reading File Names".
3356
33572006-06-24 Eli Zaretskii <eliz@gnu.org>
3358
3359 * files.texi (Contents of Directories): Document case-insensitive
3360 behavior on respective filesystems.
3361
3362 * objects.texi (Character Type): Document that Emacs signals an
3363 error for unsupported Unicode characters specified as \uNNNN.
3364
33652006-06-19 Richard Stallman <rms@gnu.org>
3366
3367 * processes.texi (Bindat Spec): Clarify previous change.
3368
33692006-06-16 Richard Stallman <rms@gnu.org>
3370
3371 * tips.texi (Coding Conventions): Better explain conventions
3372 for definition constructs.
3373
3374 * text.texi (Special Properties): String value of `read-only'
3375 serves as the error message.
3376
3377 * objects.texi (Character Type): Clarify prev. change.
3378 (Non-ASCII in Strings): Mention \u and \U.
3379
3380 * commands.texi (Using Interactive): Explain problem of
3381 markers, etc., in command-history.
3382
33832006-06-14 Kim F. Storm <storm@cua.dk>
3384
3385 * commands.texi (Waiting): Negative arg to sit-for forces
3386 redisplay even if input is pending.
3387
3388 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
3389 redisplay. Remove incorrect example of binding redisplay-dont-pause
3390 around (sit-for 0).
3391
33922006-06-13 Richard Stallman <rms@gnu.org>
3393
3394 * display.texi (Forcing Redisplay): Clarify previous change.
3395
33962006-06-13 Romain Francoise <romain@orebokech.com>
3397
3398 * display.texi (Forcing Redisplay): Fix typo.
3399
34002006-06-13 Kim F. Storm <storm@cua.dk>
3401
3402 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
3403
34042006-06-10 Luc Teirlinck <teirllm@auburn.edu>
3405
3406 * tips.texi (Coding Conventions): Add `@end itemize'.
3407
34082006-06-10 Richard Stallman <rms@gnu.org>
3409
3410 * tips.texi (Coding Conventions): Explain use of coding systems
3411 to ensure one decoding for strings.
3412
34132006-06-09 Aidan Kehoe <kehoea@parhasard.net>
3414
3415 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
3416 syntax.
3417
34182006-06-07 Eli Zaretskii <eliz@gnu.org>
3419
3420 * display.texi (Font Selection): Remove description of
3421 clear-face-cache.
3422
3423 * compile.texi (Eval During Compile): Fix a typo. Add index
3424 entries for possible uses of eval-when-compile.
3425
34262006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
3427
3428 * display.texi (Abstract Display): Fix typo.
3429
34302006-06-03 Eli Zaretskii <eliz@gnu.org>
3431
3432 * minibuf.texi (Minibuffer History) <history-add-new-input>:
3433 Reword variable's description.
3434
34352006-06-01 Richard Stallman <rms@gnu.org>
3436
3437 * windows.texi (Splitting Windows): Clarify splitting nonselected
3438 window.
3439
34402006-05-31 Juri Linkov <juri@jurta.org>
3441
3442 * minibuf.texi (Minibuffer History): Add history-add-new-input.
3443
34442006-05-30 Richard Stallman <rms@gnu.org>
3445
3446 * display.texi (Line Height): Fix errors in description of
10d1d0af 3447 default line height and line-height property.
b8d4c8d0
GM
3448
3449 * nonascii.texi (Default Coding Systems): Further clarification.
3450
34512006-05-29 Luc Teirlinck <teirllm@auburn.edu>
3452
3453 * internals.texi (Pure Storage): Mention that an overflow in pure
3454 space causes a memory leak.
3455 (Garbage Collection): If there was an overflow in pure space,
3456 `garbage-collect' returns nil.
3457
34582006-05-30 Eli Zaretskii <eliz@gnu.org>
3459
3460 * nonascii.texi (Default Coding Systems): Fix it some more.
3461
34622006-05-29 Eli Zaretskii <eliz@gnu.org>
3463
3464 * nonascii.texi (Default Coding Systems): Fix last change.
3465
34662006-05-29 Kenichi Handa <handa@m17n.org>
3467
3468 * nonascii.texi (find-operation-coding-system): Describe the new
3469 argument format (FILENAME . BUFFER).
3470
34712006-05-28 Richard Stallman <rms@gnu.org>
3472
3473 * tips.texi (Coding Conventions): Better explain reasons not to
3474 advise other packages or use `eval-after-load'.
3475
34762006-05-29 Kim F. Storm <storm@cua.dk>
3477
3478 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
3479 `bindat-idx' and `bindat-raw' for clarity.
3480
34812006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
3482
3483 * processes.texi (Bindat Spec): Expand on `repeat' handler.
3484
3485 * display.texi (Display): Add "Abstract Display" to menu.
3486 (Abstract Display, Abstract Display Functions)
3487 (Abstract Display Example): New nodes.
3488 * elisp.texi (Top): Add "Abstract Display" to menu.
3489
34902006-05-27 Chong Yidong <cyd@stupidchicken.com>
3491
3492 * keymaps.texi (Key Sequences): Link to input events definition.
3493 (Format of Keymaps): Delete material duplicated in Keymap Basics.
3494
3495 * files.texi (Changing Files): Document updated argument list for
3496 copy-file.
3497
34982006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
3499
3500 * processes.texi (Bindat Functions): Explain term "total length".
3501 Use it in bindat-length and bindat-pack descriptions.
3502
35032006-05-26 Eli Zaretskii <eliz@gnu.org>
3504
3505 * tips.texi (Coding Conventions): Advise against using
3506 eval-after-load in packages. Add an index entry.
3507
35082006-05-25 Juri Linkov <juri@jurta.org>
3509
3510 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
3511
3512 * modes.texi (%-Constructs): Add %e, %z, %Z.
3513
35142006-05-25 Richard Stallman <rms@gnu.org>
3515
3516 * elisp.texi (Top): Update subnode menu.
3517
3518 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
3519 (Keymaps): Update menu.
3520
35212006-05-25 Chong Yidong <cyd@stupidchicken.com>
3522
3523 * keymaps.texi (Key Sequences): Some clarifications.
3524
35252006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
3526
3527 * processes.texi (Bindat Functions): Say "unibyte string"
3528 explicitly for bindat-unpack and bindat-pack descriptions.
3529 (Bindat Examples): Don't call `string-make-unibyte' in example.
3530
35312006-05-25 Chong Yidong <cyd@stupidchicken.com>
3532
3533 * keymaps.texi (Key Sequences): Renamed from Keymap Terminology.
c5602427 3534 Explain string and vector representations of key sequences.
b8d4c8d0
GM
3535
3536 * keymaps.texi (Changing Key Bindings):
dd7b651b 3537 * commands.texi (Interactive Codes):
b8d4c8d0
GM
3538 * help.texi (Describing Characters): Refer to it.
3539
35402006-05-23 Luc Teirlinck <teirllm@auburn.edu>
3541
3542 * frames.texi (Pointer Shape): @end table -> @end defvar.
3543
35442006-05-22 Richard Stallman <rms@gnu.org>
3545
3546 * elisp.texi (Top): Update subnode menus.
3547
3548 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
3549 Contents rewritten; material from old Pointer Shape node moved here.
3550
3551 * display.texi (Pointer Shape): Node deleted.
3552 (Image Descriptors): Minor cleanup.
3553
35542006-05-21 Richard Stallman <rms@gnu.org>
3555
3556 * syntax.texi (Parsing Expressions): Update info on which STATE
3557 elements are ignored.
3558
35592006-05-19 Luc Teirlinck <teirllm@auburn.edu>
3560
3561 * hooks.texi (Standard Hooks): Correct typo.
3562
3563 * gpl.texi (GPL): ifinfo -> ifnottex.
3564
35652006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
3566
3567 * searching.texi (Simple Match Data): Warn about match data being
3568 set anew by every search.
3569
35702006-05-17 Richard Stallman <rms@gnu.org>
3571
3572 * minibuf.texi (Minibuffer History): Clarify.
3573
3574 * searching.texi (Regexp Special): Clarify nested regexp warning.
3575
35762006-05-16 Kim F. Storm <storm@cua.dk>
3577
3578 * minibuf.texi (Minibuffer History): Update add-to-history.
3579
35802006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
3581
3582 * nonascii.texi (Explicit Encoding): Fix
3583 typo (encoding<->decoding).
3584
35852006-05-14 Richard Stallman <rms@gnu.org>
3586
3587 * buffers.texi (Creating Buffers): Cleanup.
3588
3589 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
3590
35912006-05-13 Eli Zaretskii <eliz@gnu.org>
3592
3593 * buffers.texi (Current Buffer): Document that with-temp-buffer
3594 disables undo.
3595
3596 * os.texi (Terminal-Specific): More accurate description of how
3597 Emacs searches for the terminal-specific libraries.
3598
35992006-05-12 Eli Zaretskii <eliz@gnu.org>
3600
3601 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
3602 emacs-xtra to @inforef's.
3603
3604 * text.texi (Undo): Document that undo is turned off in buffers
3605 whose names begin with a space.
3606
3607 * buffers.texi (Buffer Names): Add index entries for buffers whose
3608 names begin with a space.
3609 (Creating Buffers): Document that undo is turned off in buffers
3610 whose names begin with a space.
3611
3612 * files.texi (Visiting Functions, Reading from Files)
3613 (Saving Buffers): Mention code and EOL conversions by file I/O
3614 primitives and subroutines.
3615
3616 * nonascii.texi (Lisp and Coding Systems): Document
3617 coding-system-eol-type. Add index entries for eol conversion.
3618
3619 * display.texi (Defining Faces): Mention `mac', and add an xref to
3620 where window-system is described.
3621
36222006-05-10 Richard Stallman <rms@gnu.org>
3623
3624 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
3625
36262006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
3627
3628 * variables.texi (File Local Variables): Recommend to quote lambda
3629 expressions in safe-local-variable property.
3630
36312006-05-09 Richard Stallman <rms@gnu.org>
3632
3633 * variables.texi (File Local Variables): Document
3634 safe-local-eval-forms and safe-local-eval-function.
3635
36362006-05-07 Kim F. Storm <storm@cua.dk>
3637
3638 * minibuf.texi (Minibuffer History): Remove keep-dups arg
3639 from add-to-history.
3640
36412006-05-07 Romain Francoise <romain@orebokech.com>
3642
3643 * commands.texi (Event Input Misc):
3644 * compile.texi (Eval During Compile):
3645 * internals.texi (Buffer Internals):
3646 * minibuf.texi (Initial Input):
3647 * nonascii.texi (Scanning Charsets):
3648 * numbers.texi (Comparison of Numbers):
3649 * windows.texi (Textual Scrolling, Vertical Scrolling):
3650 Fix various typos.
3651
36522006-05-06 Eli Zaretskii <eliz@gnu.org>
3653
3654 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
3655 conditional xref's to either emacs or emacs-xtra, depending on
3656 @iftex/@ifnottex.
3657
3658 * minibuf.texi (Minibuffer History): Document add-to-history.
3659
36602006-05-05 Eli Zaretskii <eliz@gnu.org>
3661
3662 * internals.texi (Pure Storage): Mention the pure overflow message
3663 at startup.
3664
c8763fb6 36652006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
3666
3667 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
3668 (Searching Keymaps): Fix pseudo-Lisp description of keymap
3669 search.
3670
36712006-05-01 Richard Stallman <rms@gnu.org>
3672
3673 * intro.texi (nil and t): Clarify.
3674
3675 * variables.texi (File Local Variables): Suggest using booleanp.
3676
36772006-05-01 Juanma Barranquero <lekktu@gmail.com>
3678
3679 * objects.texi (Type Predicates): Fix typos.
3680
36812006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
3682
3683 * intro.texi (nil and t): Add booleanp.
3684
3685 * objects.texi (Type Predicates): Add links for booleanp and
3686 string-or-null-p.
3687
36882006-04-29 Richard Stallman <rms@gnu.org>
3689
3690 * modes.texi (Multiline Font Lock): Rename from
3691 Multi line Font Lock Elements. Much clarification.
3692 (Font Lock Multiline, Region to Fontify): Much clarification.
3693
36942006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
3695
3696 * variables.texi (File Local Variables): Remove the special case t for
3697 safe-local-variable.
3698
36992006-04-26 Richard Stallman <rms@gnu.org>
3700
3701 * syntax.texi (Parsing Expressions): Minor cleanup.
3702
37032006-04-18 Richard Stallman <rms@gnu.org>
3704
3705 * tips.texi (Coding Conventions): Explain when the package's
3706 prefix should appear later on (not at the start of the name).
3707
3708 * searching.texi (String Search): Clarify effect of NOERROR.
3709
3710 * modes.texi (Imenu): Clarify what special items do.
3711
3712 * hooks.texi (Standard Hooks): Delete text about old hook names.
3713
37142006-04-17 Romain Francoise <romain@orebokech.com>
3715
3716 * variables.texi (Local Variables): Update the default value of
3717 `max-specpdl-size'.
3718
37192006-04-15 Michael Olson <mwolson@gnu.org>
3720
3721 * processes.texi (Transaction Queues): Mention the new optional
3722 `delay-question' argument for `tq-enqueue'.
3723
37242006-04-13 Bill Wohler <wohler@newt.com>
3725
3726 * customize.texi (Common Keywords): Use dotted notation for
3727 :package-version value. Specify its values. Improve documentation
3728 for customize-package-emacs-version-alist.
3729
37302006-04-12 Bill Wohler <wohler@newt.com>
3731
3732 * customize.texi (Common Keywords): Move description of
3733 customize-package-emacs-version-alist to @defvar.
3734
37352006-04-10 Bill Wohler <wohler@newt.com>
3736
3737 * customize.texi (Common Keywords): Add :package-version.
3738
37392006-04-10 Kim F. Storm <storm@cua.dk>
3740
3741 * text.texi (Buffer Contents): Add NOPROPS arg to
3742 filter-buffer-substring.
3743
37442006-04-08 Kevin Ryde <user42@zip.com.au>
3745
3746 * os.texi (Command-Line Arguments): Update xref to emacs manual
3747 "Command Arguments" -> "Emacs Invocation", per change there.
3748
37492006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
3750
3751 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
3752 be on one line to help makeinfo not render two spaces after the dot.
3753
37542006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
3755
3756 * strings.texi (Predicates for Strings): Add string-or-null-p.
3757
37582006-03-28 Kim F. Storm <storm@cua.dk>
3759
3760 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
3761 remarks about systems that don't support fractional seconds.
3762
37632006-03-25 Karl Berry <karl@gnu.org>
3764
3765 * elisp.texi: Use @copyright{} instead of (C), and do not indent
3766 the year list.
3767
37682006-03-21 Nick Roberts <nickrob@snap.net.nz>
3769
3770 * display.texi (Fringe Indicators): Fix typos.
3771
37722006-03-19 Luc Teirlinck <teirllm@auburn.edu>
3773
3774 * tips.texi (Documentation Tips): One can now also write `program'
3775 in front of a quoted symbol in a docstring to prevent making a
3776 hyperlink.
3777
37782006-03-19 Alan Mackenzie <acm@muc.de>
3779
3780 * text.texi (Special Properties): Clarify `fontified' property.
3781
37822006-03-16 Richard Stallman <rms@gnu.org>
3783
3784 * display.texi (Defining Images): Minor cleanup.
3785
37862006-03-16 Bill Wohler <wohler@newt.com>
3787
3788 * display.texi (Defining Images): In image-load-path-for-library,
3789 prefer user's images.
3790
37912006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
3792
3793 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
3794
37952006-03-15 Bill Wohler <wohler@newt.com>
3796
3797 * display.texi (Defining Images): Fix example in
3798 image-load-path-for-library by not recommending that one binds
3799 image-load-path. Just defvar it to placate compiler and only use
3800 it if previously defined.
3801
38022006-03-14 Bill Wohler <wohler@newt.com>
3803
3804 * display.texi (Defining Images): In image-load-path-for-library,
3805 always return list of directories. Update example.
3806
38072006-03-14 Alan Mackenzie <acm@muc.de>
3808
3809 * modes.texi: New node, "Region to Fontify" (for Font Lock).
3810 This describes font-lock-extend-region-function.
3811 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
3812 the new node "Region to Fontify".
3813
38142006-03-13 Richard Stallman <rms@gnu.org>
3815
3816 * display.texi (Invisible Text): The impossible position is
3817 now before the invisible text, not after.
3818 (Defining Images): Clean up last change.
3819
38202006-03-11 Bill Wohler <wohler@newt.com>
3821
3822 * display.texi (Defining Images): Add image-load-path-for-library.
3823
38242006-03-11 Luc Teirlinck <teirllm@auburn.edu>
3825
3826 * text.texi (Adaptive Fill): Fix Texinfo usage.
3827
3828 * strings.texi (Creating Strings): Fix Texinfo usage.
3829
3830 * searching.texi (Regexp Special): Use @samp for regular
3831 expressions that are not in Lisp syntax.
3832
38332006-03-08 Luc Teirlinck <teirllm@auburn.edu>
3834
3835 * searching.texi (Regexp Special): Put remark between parentheses
3836 to avoid misreading.
3837
38382006-03-07 Luc Teirlinck <teirllm@auburn.edu>
3839
3840 * searching.texi (Syntax of Regexps): More accurately describe
3841 which characters are special in which situations.
3842 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
3843 are not special. Describe in detail when `[' and `]' are special.
3844 (Regexp Backslash): Plenty of regexps with unbalanced square
3845 brackets are valid, so reword that statement.
3846
38472006-03-02 Kim F. Storm <storm@cua.dk>
3848
3849 * keymaps.texi (Tool Bar): Add tool-bar-border.
3850
38512006-02-28 Luc Teirlinck <teirllm@auburn.edu>
3852
3853 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
3854
38552006-02-27 Luc Teirlinck <teirllm@auburn.edu>
3856
3857 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
3858
3859 * files.texi (Locating Files): Suggest additional values for the
3860 SUFFIXES arg of `locate-file'. Update pxref.
3861
3862 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
3863 (How Programs Do Loading): Discuss the effects of Auto Compression
3864 mode on `load'.
3865 (Load Suffixes): New node.
3866 (Library Search): Delete description of `load-suffixes'; it was
3867 moved to "Load Suffixes".
3868 (Autoload, Named Features): Mention `load-suffixes'.
3869
38702006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
3871
3872 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
3873
3874 * windows.texi (Window Tree): Fix typo.
3875
38762006-02-20 Kim F. Storm <storm@cua.dk>
3877
3878 * display.texi (Fringe Indicators): New section.
3879 Move indicate-empty-lines, indicate-buffer-boundaries, and
3880 default-indicate-buffer-boundaries here.
3881 Add fringe-indicator-alist and default-fringes-indicator-alist.
3882 Add list of logical fringe indicator symbols.
3883 Update list of standard bitmap names.
3884 (Fringe Cursors): New section.
3885 Move overflow-newline-into-fringe here.
3886 Add fringe-cursor-alist and default-fringes-cursor-alist.
3887 Add list of fringe cursor symbols.
3888
38892006-02-20 Juanma Barranquero <lekktu@gmail.com>
3890
3891 * commands.texi (Using Interactive): Fix reference to node
3892 "Minibuffers".
3893
38942006-02-19 Richard M. Stallman <rms@gnu.org>
3895
3896 * minibuf.texi (High-Level Completion):
3897 Add xref to read-input-method-name.
3898
3899 * files.texi (Relative File Names): Move file-relative-name here.
3900 (File Name Expansion): From here. Minor clarifications.
3901
3902 * commands.texi (Using Interactive): Add xrefs about reading input.
3903 Clarify remarks about that moving point and mark.
3904 Put string case before list case.
3905
c8763fb6 39062006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
3907
3908 * display.texi (Other Display Specs, Image Descriptors):
3909 Revert erroneous changes. The previous description of
3910 image-descriptors as `(image . PROPS)' was correct.
3911
39122006-02-14 Richard M. Stallman <rms@gnu.org>
3913
3914 * variables.texi (File Local Variables): Clarifications.
3915
39162006-02-14 Juanma Barranquero <lekktu@gmail.com>
3917
3918 * variables.texi (File Local Variables): Use @code for a cons
3919 cell, not @var.
3920
39212006-02-13 Chong Yidong <cyd@stupidchicken.com>
3922
3923 * variables.texi (File Local Variables): Document new file local
3924 variable behavior.
3925
39262006-02-10 Kim F. Storm <storm@cua.dk>
3927
3928 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
3929
39302006-02-08 Juanma Barranquero <lekktu@gmail.com>
3931
3932 * modes.texi (%-Constructs): Remove obsolete info about
3933 `global-mode-string'.
3934
39352006-02-07 Richard M. Stallman <rms@gnu.org>
3936
3937 * commands.texi (Prefix Command Arguments): Minor cleanup.
3938
3939 * display.texi: "Graphical display", not window system.
3940
3941 * functions.texi (What Is a Function): Fix xref.
3942
3943 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
3944 (Changing Key Bindings): Clarify when remapping is better than
3945 substitute-key-definition.
3946
39472006-02-02 Richard M. Stallman <rms@gnu.org>
3948
3949 * minibuf.texi (Basic Completion): Completion alists are risky.
3950
3951 * keymaps.texi (Active Keymaps): Clarifications.
3952 (Searching Keymaps): New node.
3953 (Keymaps): Update menu.
3954
3955 * frames.texi (Layout Parameters): Minor clarification.
3956 (Drag and Drop): New node.
3957 (Frames): Update menu.
3958
39592006-01-29 Chong Yidong <cyd@stupidchicken.com>
3960
3961 * display.texi (Other Display Specs, Image Descriptors):
3962 Image description is a list, not a cons cell.
3963
39642006-01-28 Luc Teirlinck <teirllm@auburn.edu>
3965
3966 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
3967 list is not necessarily a list).
3968
39692006-01-27 Eli Zaretskii <eliz@gnu.org>
3970
3971 * frames.texi (Layout Parameters): border-width and
3972 internal-border-width belong to the frame, not the window.
3973
39742006-01-19 Richard M. Stallman <rms@gnu.org>
3975
3976 * nonascii.texi (Translation of Characters): Search cmds use
3977 translation-table-for-input. Automatically made local.
3978
3979 * markers.texi (Overview of Markers): Count insertion type
3980 as one of a marker's attributes.
3981
3982 * keymaps.texi (Controlling Active Maps): New node, split out of
3983 Active Keymaps.
3984 (Keymaps): Menu updated.
3985 (Active Keymaps): Give pseudocode to explain how the active
3986 maps are searched. current-active-maps and key-binding moved here.
3987 (Functions for Key Lookup): current-active-maps and key-binding moved.
3988 Clarifications.
3989 (Searching the Keymaps): New subnode.
3990
3991 * elisp.texi (Top): Menu clarification.
3992
3993 * display.texi (Other Display Specs): Delete duplicate entry for
3994 just a string as display spec. Move text about recursive display
3995 specs on such a string.
3996
3997 * commands.texi (Key Sequence Input): Clarify.
3998 Move num-nonmacro-input-events out.
3999 (Reading One Event): num-nonmacro-input-events moved here.
4000
40012006-01-14 Nick Roberts <nickrob@snap.net.nz>
4002
4003 * advice.texi (Simple Advice): Update example to fit argument
4004 change in previous-line.
4005
40062006-01-05 Richard M. Stallman <rms@gnu.org>
4007
4008 * markers.texi (The Mark): Fix in `mark'.
4009
40102006-01-04 Richard M. Stallman <rms@gnu.org>
4011
4012 * processes.texi (Misc Network, Make Network): Minor cleanups.
4013
40142006-01-04 Kim F. Storm <storm@cua.dk>
4015
4016 * processes.texi (Make Network): Add IPv6 addresses and handling.
4017 (Network Feature Testing): Mention (:family ipv6).
4018 (Misc Network): Add IPv6 formats to format-network-address.
4019
40202005-12-30 Richard M. Stallman <rms@gnu.org>
4021
4022 * text.texi (Changing Properties):
4023 Don't use return value of set-text-properties.
4024
40252005-12-29 Luc Teirlinck <teirllm@auburn.edu>
4026
4027 * modes.texi (Mode Line Format): Correct typo in menu.
4028
40292005-12-29 Richard M. Stallman <rms@gnu.org>
4030
4031 * modes.texi (Mode Line Top): New node.
4032 (Mode Line Data): Some text moved to new node.
4033 Explain the data structure more concretely.
4034 (Mode Line Basics): Clarifications.
4035 (Mode Line Variables): Clarify intro paragraph.
4036 (%-Constructs): Clarify intro paragraph.
4037 (Mode Line Format): Update menu.
4038
40392005-12-28 Luc Teirlinck <teirllm@auburn.edu>
4040
4041 * minibuf.texi (Basic Completion): Update lazy-completion-table
4042 examples for removal of ARGS argument.
4043
40442005-12-23 Richard M. Stallman <rms@gnu.org>
4045
4046 * text.texi (Undo): Restore some explanation from the version
4047 that was deleted.
4048
40492005-12-23 Eli Zaretskii <eliz@gnu.org>
4050
4051 * text.texi (Undo): Remove duplicate descriptions of `apply
4052 funname' and `apply delta' elements of the undo list.
4053
40542005-12-20 Richard M. Stallman <rms@gnu.org>
4055
4056 * help.texi (Help Functions): Update documentation of `apropos'.
4057
40582005-12-20 Luc Teirlinck <teirllm@auburn.edu>
4059
4060 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
4061 because it is confusing. If the :help-echo keyword is a function,
4062 it is not directly used as the :help-echo overlay property, as the
4063 xref seems to suggest (it does not take the appropriate args).
4064
40652005-12-19 Luc Teirlinck <teirllm@auburn.edu>
4066
4067 * customize.texi (Common Keywords): Fix Texinfo usage.
4068 (Group Definitions, Variable Definitions): Update for new
4069 conventions for using `*' in docstrings.
4070
4071 * tips.texi (Documentation Tips): Update for new conventions for
4072 using `*' in docstrings.
4073
40742005-12-16 Richard M. Stallman <rms@gnu.org>
4075
4076 * minibuf.texi (Minibuffer Contents): Minor cleanup.
4077
40782005-12-16 Juri Linkov <juri@jurta.org>
4079
4080 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
4081
40822005-12-14 Romain Francoise <romain@orebokech.com>
4083
4084 * modes.texi (Customizing Keywords): Rename `append' to `how'.
4085 Fix typo.
4086
40872005-12-11 Juri Linkov <juri@jurta.org>
4088
4089 * minibuf.texi (Completion Commands): Add mention of read-file-name
4090 for filename completion keymaps.
4091 (Reading File Names): Add mention of filename completion keymaps
4092 for read-file-name and xref to `Completion Commands'.
4093
40942005-12-10 Richard M. Stallman <rms@gnu.org>
4095
4096 * customize.texi (Common Keywords): State caveats for use of :tag.
4097
40982005-12-08 Richard M. Stallman <rms@gnu.org>
4099
4100 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
4101 with xrefs and better explanation.
4102 (Completion Commands): Add the filename completion maps.
4103
4104 * objects.texi (Character Type): Clarify that \s is not space
4105 if a dash follows.
4106
41072005-12-05 Richard M. Stallman <rms@gnu.org>
4108
4109 * windows.texi (Resizing Windows): Delete preserve-before args.
4110
41112005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
4112
4113 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
4114 in full keymaps, since the quirk has been fixed.
4115
41162005-12-03 Eli Zaretskii <eliz@gnu.org>
4117
4118 * hooks.texi (Standard Hooks): Add index entries. Mention
4119 `compilation-finish-functions'.
4120
41212005-11-27 Richard M. Stallman <rms@gnu.org>
4122
4123 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
4124
41252005-11-21 Juri Linkov <juri@jurta.org>
4126
4127 * customize.texi (Common Keywords): Update links types
4128 custom-manual and url-link. Add link types emacs-library-link,
4129 file-link, function-link, variable-link, custom-group-link.
4130
41312005-11-20 Chong Yidong <cyd@stupidchicken.com>
4132
4133 * display.texi: Revert 2005-11-20 change.
4134
41352005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
4136
4137 * processes.texi (Bindat Functions):
4138 Say "third" to refer to zero-based index "2".
4139
41402005-11-18 Luc Teirlinck <teirllm@auburn.edu>
4141
4142 * loading.texi (Library Search): Update the default value of
4143 `load-suffixes'.
4144
41452005-11-17 Chong Yidong <cyd@stupidchicken.com>
4146
4147 * display.texi (Attribute Functions): Mention :ignore-defface.
4148
41492005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4150
4151 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
4152 (Minor Mode Conventions): Mention the use of a hook.
4153
41542005-11-06 Richard M. Stallman <rms@gnu.org>
4155
4156 * files.texi (Magic File Names): find-file-name-handler checks the
4157 `operations' property of the handler.
4158
41592005-11-03 Richard M. Stallman <rms@gnu.org>
4160
4161 * variables.texi (Frame-Local Variables): Small clarification.
4162
41632005-10-29 Chong Yidong <cyd@stupidchicken.com>
4164
4165 * os.texi (Init File): Document ~/.emacs.d/init.el.
4166
41672005-10-29 Richard M. Stallman <rms@gnu.org>
4168
4169 * internals.texi (Garbage Collection): Document memory-full.
4170
41712005-10-28 Bill Wohler <wohler@newt.com>
4172
4173 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
4174 for URLs.
4175
41762005-10-28 Richard M. Stallman <rms@gnu.org>
4177
4178 * minibuf.texi (Completion Commands): Clean up prev change.
4179
41802005-10-26 Kevin Ryde <user42@zip.com.au>
4181
4182 * compile.texi (Eval During Compile): Explain recommended uses
4183 of eval-when-compile and eval-and-compile.
4184
41852005-10-27 Masatake YAMATO <jet@gyve.org>
4186
4187 * minibuf.texi (Completion Commands):
4188 Write about new optional argument for `display-completion-list'.
4189
41902005-10-23 Richard M. Stallman <rms@gnu.org>
4191
4192 * display.texi (Overlay Arrow): Clarify about local bindings of
4193 overlay-arrow-position.
4194
41952005-10-22 Eli Zaretskii <eliz@gnu.org>
4196
4197 * internals.texi (Building Emacs): Fix last change.
4198
41992005-10-22 Richard M. Stallman <rms@gnu.org>
4200
4201 * internals.texi (Building Emacs): Document eval-at-startup.
4202
42032005-10-21 Richard M. Stallman <rms@gnu.org>
4204
4205 * loading.texi (Where Defined): load-history contains abs file names.
4206 symbol-file returns abs file names.
4207
42082005-10-19 Kim F. Storm <storm@cua.dk>
4209
4210 * display.texi (Showing Images): Add max-image-size integer value.
4211
42122005-10-18 Chong Yidong <cyd@stupidchicken.com>
4213
4214 * display.texi (Showing Images): Document max-image-size.
4215
42162005-10-17 Richard M. Stallman <rms@gnu.org>
4217
4218 * commands.texi (Quitting): Minor clarification.
4219
4220 * processes.texi (Sentinels): Clarify about output and quitting.
4221 (Filter Functions): Mention with-local-quit.
4222
42232005-10-17 Juri Linkov <juri@jurta.org>
4224
4225 * buffers.texi (Current Buffer):
4226 * commands.texi (Event Input Misc):
4227 * compile.texi (Eval During Compile, Compiler Errors):
4228 * customize.texi (Group Definitions):
4229 * display.texi (Progress, Defining Faces):
4230 * files.texi (Writing to Files):
4231 * modes.texi (Mode Hooks, Defining Minor Modes):
4232 * streams.texi (Output Functions):
4233 * syntax.texi (Syntax Table Functions):
4234 * text.texi (Change Hooks):
4235 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
4236
4237 * commands.texi (Quitting): Replace arg `forms' with `body' in
4238 `with-local-quit'.
4239
4240 * positions.texi (Excursions): Replace arg `forms' with `body' in
4241 `save-excursion'.
4242
42432005-10-08 Kim F. Storm <storm@cua.dk>
4244
4245 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
4246 Rename manual section accordingly.
4247
42482005-10-04 Kim F. Storm <storm@cua.dk>
4249
4250 * windows.texi (Window Split Tree): New section describing
4251 new function window-split-tree function.
4252
42532005-10-03 Nick Roberts <nickrob@snap.net.nz>
4254
4255 * display.texi (Fringe Size/Pos): Simplify and add detail.
4256
42572005-09-30 Romain Francoise <romain@orebokech.com>
4258
4259 * minibuf.texi (High-Level Completion): Explain that the prompt
4260 given to `read-buffer' should end with a colon and a space.
4261 Update usage examples.
4262
42632005-09-29 Juri Linkov <juri@jurta.org>
4264
4265 * display.texi (Displaying Messages): Rename argument name
4266 `string' to `format-string' in functions `message', `message-box',
4267 `message-or-box'.
4268
42692005-09-26 Chong Yidong <cyd@stupidchicken.com>
4270
4271 * errors.texi (Standard Errors): Correct xrefs.
4272
42732005-09-18 Chong Yidong <cyd@stupidchicken.com>
4274
4275 * display.texi (Defining Images): Update documentation for
4276 `image-load-path'.
4277
42782005-09-17 Richard M. Stallman <rms@gnu.org>
4279
4280 * display.texi (Defining Images): Clean up previous change.
4281
42822005-09-16 Romain Francoise <romain@orebokech.com>
4283
4284 * elisp.texi: Specify GFDL version 1.2.
4285
4286 * doclicense.texi (GNU Free Documentation License): Update to
4287 version 1.2.
4288
42892005-09-15 Chong Yidong <cyd@stupidchicken.com>
4290
4291 * display.texi (Defining Images): Document `image-load-path'.
4292
42932005-09-15 Richard M. Stallman <rms@gnu.org>
4294
4295 * objects.texi (Printed Representation): Minor cleanup.
4296 (Box Diagrams): Minor fix.
4297 (Cons Cell Type): Move (...) index item here.
4298 (Box Diagrams): From here.
4299 (Array Type): Minor fix.
4300 (Type Predicates): Delete index "predicates".
4301 (Hash Table Type): Clarify xref.
4302 (Dotted Pair Notation): Minor fix.
4303
43042005-09-10 Chong Yidong <cyd@stupidchicken.com>
4305
4306 * files.texi (Saving Buffers): Fix typo.
4307
43082005-09-08 Richard M. Stallman <rms@gnu.org>
4309
4310 * tips.texi (Programming Tips): Correct the "default" prompt spec.
4311
43122005-09-08 Chong Yidong <cyd@stupidchicken.com>
4313
4314 * locals.texi (Standard Buffer-Local Variables): Don't include
4315 mode variables for minor modes.
4316 Fix xrefs for buffer-display-count, buffer-display-table,
4317 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
4318 enable-multibyte-characters, fill-column, header-line-format,
4319 left-fringe-width, left-margin, and right-fringe-width.
4320
4321 * hooks.texi (Standard Hooks): All hooks should conform to the
4322 standard naming convention now.
4323 Fix xref for `echo-area-clear-hook'.
4324
4325 * display.texi (Usual Display): Note that indicate-empty-lines and
4326 tab-width are buffer-local.
4327
4328 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
4329
4330 * modes.texi (Mode Help): Note that major-mode is buffer-local.
4331
4332 * nonascii.texi (Encoding and I/O): Note that
4333 buffer-file-coding-system is buffer-local.
4334
4335 * positions.texi (List Motion): Note that defun-prompt-regexp is
4336 buffer-local.
4337
4338 * text.texi (Auto Filling): Note that auto-fill-function is
4339 buffer-local.
4340 (Undo): Note that buffer-undo-list is buffer-local.
4341
4342 * windows.texi (Buffers and Windows): Document
4343 buffer-display-count.
4344
43452005-09-06 Richard M. Stallman <rms@gnu.org>
4346
4347 * tips.texi (Coding Conventions): Sometimes it is ok to put the
4348 package prefix elsewhere than at the start of the name.
4349
43502005-09-03 Richard M. Stallman <rms@gnu.org>
4351
4352 * tips.texi (Programming Tips): Add conventions for minibuffer
4353 questions and prompts.
4354
43552005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
4356
4357 * intro.texi (nil and t): Minor cleanup.
4358 Delete spurious mention of keyword symbols.
4359 (Evaluation Notation): Add index entry.
4360 (A Sample Function Description): Minor cleanup.
4361 (A Sample Variable Description): Not all vars can be set.
4362
43632005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
4364
4365 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
4366
4367 (Insertion): Document precise type of `insert-char' arg COUNT.
4368
43692005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
4370
4371 * modes.texi (Other Font Lock Variables): Sync the default of
4372 font-lock-lines-before.
4373
43742005-08-31 Michael Albinus <michael.albinus@gmx.de>
4375
4376 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
4377
43782005-08-29 Richard M. Stallman <rms@gnu.org>
4379
4380 * elisp.texi (Top): Update subnode menu.
4381
4382 * searching.texi (Searching and Matching): Move node.
4383 Rearrange contents and add overall explanation.
4384 (Searching and Case): Move node.
4385 (Searching and Matching): Update menu.
4386
43872005-08-27 Eli Zaretskii <eliz@gnu.org>
4388
4389 * os.texi (Startup Summary): Fix the description of the initial
4390 startup message display.
4391
43922005-08-25 Richard M. Stallman <rms@gnu.org>
4393
4394 * searching.texi (Search and Replace): Add replace-regexp-in-string.
4395
43962005-08-25 Emilio C. Lopes <eclig@gmx.net>
4397
4398 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
4399 `next-overlay-change' example.
4400
44012005-08-22 Juri Linkov <juri@jurta.org>
4402
4403 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
4404 Fix invert-face. Fix args of face-background.
4405
4406 * display.texi (Standard Faces): Delete node.
4407 (Faces): Add xref to `(emacs)Standard Faces'.
4408 (Displaying Faces): Fix xref to `Standard Faces'.
4409
4410 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
4411
44122005-08-20 Alan Mackenzie <acm@muc.de>
4413
4414 * buffers.texi (The Buffer List): Clarify the manipulation of the
4415 buffer list.
4416
44172005-08-14 Richard M. Stallman <rms@gnu.org>
4418
4419 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
4420 a regexp.
4421
44222005-08-11 Richard M. Stallman <rms@gnu.org>
4423
4424 * elisp.texi (Top): Update subnode lists.
4425
4426 * display.texi (Inverse Video): Node deleted.
4427
4428 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
4429 New nodes split out of Coding Conventions.
4430
4431 * searching.texi (Regular Expressions): Document re-builder.
4432
4433 * os.texi (Time Parsing): New node split out of Time Conversion.
4434
4435 * processes.texi (Misc Network, Network Feature Testing)
4436 (Network Options, Make Network): New nodes split out of
4437 Low-Level Network.
4438
44392005-08-09 Richard M. Stallman <rms@gnu.org>
4440
4441 * frames.texi (Geometry): New node, split from Size and Position.
4442 (Frame Parameters): Refer to Geometry.
4443
4444 * buffers.texi (The Buffer List): Fix xrefs.
4445
4446 * windows.texi (Splitting Windows): Fix xref.
4447
4448 * frames.texi (Layout Parameters): Add xref.
4449
4450 * display.texi (Line Height, Scroll Bars): Fix xrefs.
4451
4452 * keymaps.texi (Menu Bar): Fix xref.
4453
4454 * locals.texi (Standard Buffer-Local Variables): Fix xref.
4455
4456 * modes.texi (%-Constructs): Fix xref.
4457
4458 * frames.texi (Window Frame Parameters): Node split up.
4459 (Basic Parameters, Position Parameters, Size Parameters)
4460 (Layout Parameters, Buffer Parameters, Management Parameters)
4461 (Cursor Parameters, Color Parameters): New subnodes.
4462
44632005-08-09 Luc Teirlinck <teirllm@auburn.edu>
4464
4465 * positions.texi (Screen Lines): Update xref for previous change
4466 in minibuf.texi.
4467
4468 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
4469 change in minibuf.texi.
4470
44712005-08-09 Richard M. Stallman <rms@gnu.org>
4472
4473 * tips.texi (Coding Conventions): Minor cleanup.
4474
4475 * modes.texi (Defining Minor Modes): Explain when init-value
4476 can be non-nil.
4477
4478 * elisp.texi (Top): Update submenu for Minibuffer.
4479
4480 * minibuf.texi (Minibuffer Misc): Node split up.
4481 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
4482 (Recursive Mini): New nodes split out from Minibuffer Misc.
4483 (Minibuffer Misc): Document max-mini-window-height.
4484
4485 * hash.texi (Defining Hash): Delete stray paren in example.
4486
4487 * display.texi (Echo Area Customization): Don't define
4488 max-mini-window-height here; xref instead.
4489
4490 * commands.texi (Event Input Misc): Update while-no-input.
4491
4492 * advice.texi (Advising Functions): Explain when to use advice
4493 and when to use a hook.
4494
44952005-07-30 Eli Zaretskii <eliz@gnu.org>
4496
4497 * makefile.w32-in (info): Don't run install-info.
4498 ($(infodir)/dir): New target, produced by running install-info.
4499
45002005-07-27 Luc Teirlinck <teirllm@auburn.edu>
4501
4502 * modes.texi (Defining Minor Modes): The keyword for the initial
4503 value is :init-value, not :initial-value.
4504
45052005-07-23 Eli Zaretskii <eliz@gnu.org>
4506
4507 * loading.texi (Autoload): Make the `doctor' example be consistent
4508 with what's in current loaddefs.el. Describe the "fn" magic in
4509 the usage portion of the doc string.
4510
45112005-07-22 Richard M. Stallman <rms@gnu.org>
4512
4513 * internals.texi (Garbage Collection): Clarify previous change.
4514
45152005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
4516
4517 * internals.texi (Garbage Collection): Add gc-cons-percentage.
4518
45192005-07-18 Juri Linkov <juri@jurta.org>
4520
4521 * commands.texi (Accessing Events):
4522 * frames.texi (Text Terminal Colors, Resources):
4523 * markers.texi (The Mark):
4524 * modes.texi (Defining Minor Modes):
4525 Delete duplicate duplicate words.
4526
45272005-07-16 Richard M. Stallman <rms@gnu.org>
4528
4529 * display.texi (Managing Overlays): Clarify make-overlay
4530 args for insertion types.
4531
45322005-07-13 Luc Teirlinck <teirllm@auburn.edu>
4533
4534 * customize.texi (Variable Definitions):
4535 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
4536 `standard-value' is a list too.
4537 (Defining New Types): Use @key{RET} instead of @key{ret}.
4538
45392005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
4540
4541 * os.texi (Translating Input): Fix typo.
4542
45432005-07-08 Richard M. Stallman <rms@gnu.org>
4544
4545 * README: Update edition number and size estimate.
4546
4547 * elisp.texi (VERSION): Set to 2.9.
4548
45492005-07-07 Richard M. Stallman <rms@gnu.org>
4550
4551 * book-spine.texinfo: Update Emacs version.
4552
4553 * display.texi (Inverse Video): Delete mode-line-inverse-video.
4554
45552005-07-06 Richard M. Stallman <rms@gnu.org>
4556
4557 * searching.texi (Regexp Search): Clarify what re-search-forward
4558 does when the search fails.
4559
45602005-07-05 Lute Kamstra <lute@gnu.org>
4561
4562 * Update FSF's address in GPL notices.
4563
4564 * doclicense.texi (GNU Free Documentation License):
4565 * gpl.texi (GPL):
4566 * tips.texi (Coding Conventions, Library Headers):
4567 * vol1.texi:
4568 * vol2.texi: Update FSF's address.
4569
45702005-07-04 Richard M. Stallman <rms@gnu.org>
4571
4572 * hooks.texi (Standard Hooks): Add occur-hook.
4573
45742005-07-03 Luc Teirlinck <teirllm@auburn.edu>
4575
4576 * display.texi (The Echo Area): Correct menu.
4577
45782005-07-03 Richard M. Stallman <rms@gnu.org>
4579
4580 * elisp.texi (Top): Update subnode menu for Display.
4581
4582 * display.texi (Displaying Messages): New node, with most
4583 of what was in The Echo Area.
4584 (Progress): Moved under The Echo Area.
4585 (Logging Messages): New node with new text.
4586 (Echo Area Customization): New node, the rest of what was
4587 in The Echo Area. Document message-truncate-lines with @defvar.
4588 (Display): Update menu.
4589
4590 * windows.texi (Textual Scrolling): Doc 3 values for
4591 scroll-preserve-screen-position.
4592
4593 * text.texi (Special Properties): Change hook functions
4594 should bind inhibit-modification-hooks around altering buffer text.
4595
4596 * keymaps.texi (Key Binding Commands): Call binding BINDING
4597 rather than DEFINITION.
4598
45992005-06-29 Juanma Barranquero <lekktu@gmail.com>
4600
4601 * variables.texi (Defining Variables): `user-variable-p' returns t
4602 for aliases of user options, nil for alias loops.
4603
46042005-06-28 Richard M. Stallman <rms@gnu.org>
4605
4606 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
4607 make-keymap.
4608
46092005-06-27 Luc Teirlinck <teirllm@auburn.edu>
4610
4611 * variables.texi (Setting Variables): Correct and clarify
4612 description of `add-to-ordered-list'.
4613
46142005-06-26 Richard M. Stallman <rms@gnu.org>
4615
4616 * display.texi (Faces): Minor cleanup.
4617
46182005-06-25 Luc Teirlinck <teirllm@auburn.edu>
4619
4620 * display.texi (Faces): `facep' returns t for strings that are
4621 face names.
4622
46232005-06-25 Richard M. Stallman <rms@gnu.org>
4624
4625 * objects.texi (Equality Predicates): Clarify meaning of equal.
4626
4627 * windows.texi (Selecting Windows): save-selected-window
4628 and with-selected-window save and restore the current buffer.
4629
46302005-06-24 Richard M. Stallman <rms@gnu.org>
4631
4632 * numbers.texi (Float Basics): Explain how to test for NaN,
4633 and printing the sign of NaNs.
4634
46352005-06-24 Eli Zaretskii <eliz@gnu.org>
4636
4637 * makefile.w32-in (MAKEINFO): Use --force.
4638
46392005-06-23 Richard M. Stallman <rms@gnu.org>
4640
4641 * display.texi (Face Functions): Correct Texinfo usage.
4642
46432005-06-23 Luc Teirlinck <teirllm@auburn.edu>
4644
4645 * lists.texi (Rings): `ring-elements' now returns the elements of
4646 RING in order.
4647
46482005-06-23 Juanma Barranquero <lekktu@gmail.com>
4649
4650 * markers.texi (The Mark): Texinfo usage fix.
4651
46522005-06-23 Kim F. Storm <storm@cua.dk>
4653
4654 * searching.texi (Entire Match Data): Remove evaporate option for
4655 match-data. Do not mention evaporate option for set-match-data.
4656
46572005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
4658
4659 * display.texi (Face Functions): Mention face aliases.
4660
46612005-06-21 Richard M. Stallman <rms@gnu.org>
4662
4663 * anti.texi (Antinews): Texinfo usage fix.
4664
46652005-06-21 Karl Berry <karl@gnu.org>
4666
4667 * elisp.texi: Use @copying.
4668
4669 * elisp.texi: Put @summarycontents and @contents before the Top
4670 node, instead of the end of the file, so that the contents appear
4671 in the right place in the dvi/pdf output.
4672
46732005-06-21 Juri Linkov <juri@jurta.org>
4674
4675 * display.texi (Defining Faces): Add `customized-face'.
4676
46772005-06-20 Kim F. Storm <storm@cua.dk>
4678
4679 * variables.texi (Setting Variables): Any type of element can be
4680 given order in add-to-ordered-list. Compare elements with eq.
4681
4682 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
4683
46842005-06-20 Karl Berry <karl@gnu.org>
4685
4686 * syntax.texi (Syntax Flags): Make last column very slightly wider
4687 to avoid "generic comment" breaking on two lines and causing an
4688 underfull box.
4689
46902005-06-19 Luc Teirlinck <teirllm@auburn.edu>
4691
4692 * lists.texi (Rings): Various minor clarifications and corrections.
4693
46942005-06-18 Richard M. Stallman <rms@gnu.org>
4695
4696 * functions.texi (Obsolete Functions): Simplify.
4697
4698 * variables.texi (Variable Aliases): Simplify.
4699
4700 * anti.texi, backups.texi, compile.texi, customization.texi:
4701 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
4702 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
4703 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
4704 * variables.texi: Fix formatting ugliness.
4705
4706 * elisp.texi: Add links to Rings and Byte Packing.
4707 Update version and copyright years.
4708
4709 * minibuf.texi: Fix formatting ugliness.
4710 (Completion Commands): Move keymap vars to the end
4711 and vars completing-read binds to the top.
4712
47132005-06-17 Luc Teirlinck <teirllm@auburn.edu>
4714
4715 * processes.texi: Fix typos.
4716 (Bindat Spec): Correct Texinfo error.
4717 (Byte Packing): Fix ungrammatical sentence.
4718
47192005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
4720
4721 * lists.texi (Rings): New node.
4722 (Lists): Add it to menu.
4723
4724 * processes.texi (Byte Packing): New node.
4725 (Processes): Add it to menu.
4726
47272005-06-17 Richard M. Stallman <rms@gnu.org>
4728
4729 * syntax.texi (Parsing Expressions): Fix texinfo usage.
4730
4731 * help.texi (Documentation Basics): Explain the xref to
4732 Documentation Tips.
4733
4734 * debugging.texi (Debugger Commands): Minor fix.
4735
47362005-06-16 Luc Teirlinck <teirllm@auburn.edu>
4737
4738 * edebug.texi (Instrumenting): Eliminate duplicate link.
4739 (Specification List): Replace references to "below", referring to
4740 a later node, with one @ref to that node.
4741
4742 * os.texi (Timers): Timers should save and restore the match data
4743 if they change it.
4744
4745 * debugging.texi (Debugger Commands): Mention that the Lisp
4746 debugger can not step through primitive functions.
4747
47482005-06-16 Juanma Barranquero <lekktu@gmail.com>
4749
4750 * functions.texi (Obsolete Functions): Update argument names of
4751 `make-obsolete' and `define-obsolete-function-alias'.
4752
4753 * variables.texi (Variable Aliases): Update argument names of
4754 `defvaralias', `make-obsolete-variable' and
4755 `define-obsolete-variable-alias'.
4756
47572005-06-15 Kim F. Storm <storm@cua.dk>
4758
4759 * searching.texi (Entire Match Data): Rephrase warnings about
4760 evaporate arg to match-data and set-match-data.
4761
47622005-06-14 Luc Teirlinck <teirllm@auburn.edu>
4763
4764 * elisp.texi (Top): Update detailed menu.
4765
4766 * edebug.texi (Edebug): Update menu.
4767 (Instrumenting): Update xrefs.
4768 (Edebug Execution Modes): Correct xref.
4769 (Jumping): Clarify description of `h' command.
4770 Eliminate redundant @ref.
4771 (Breaks): New node.
4772 (Breakpoints): Is now a subsubsection.
4773 (Global Break Condition): Mention `C-x X X'.
4774 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
4775 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
4776 (Edebug Display Update): Correct pxref.
4777 (Edebug and Macros): New node.
4778 (Instrumenting Macro Calls): Is now a subsubsection.
4779 Neither arg of `def-edebug-spec' is evaluated.
4780 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
4781 (Specification Examples): Fix typo.
4782
47832005-06-14 Lute Kamstra <lute@gnu.org>
4784
4785 * debugging.texi (Function Debugging): Primitives can break on
4786 entry too.
4787
47882005-06-14 Kim F. Storm <storm@cua.dk>
4789
4790 * variables.texi (Setting Variables): Add add-to-ordered-list.
4791
47922005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
4793
4794 * syntax.texi (Parsing Expressions): Document aux functions and vars of
4795 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
4796
47972005-06-13 Lute Kamstra <lute@gnu.org>
4798
4799 * text.texi (Special Properties): Fix cross reference.
4800
48012005-06-11 Luc Teirlinck <teirllm@auburn.edu>
4802
4803 * debugging.texi (Function Debugging): Delete mention of empty
4804 string argument to `cancel-debug-on-entry'. Delete inaccurate
4805 description of the return value of that command.
4806
48072005-06-11 Alan Mackenzie <acm@muc.de>
4808
4809 * text.texi (Adaptive Fill): Amplify the description of
4810 fill-context-prefix.
4811
48122005-06-10 Luc Teirlinck <teirllm@auburn.edu>
4813
4814 * syntax.texi (Parsing Expressions): Fix Texinfo error.
4815
48162005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
4817
4818 * syntax.texi (Parsing Expressions): Document syntax-ppss.
4819
48202005-06-10 Luc Teirlinck <teirllm@auburn.edu>
4821
4822 * debugging.texi (Error Debugging): Minor rewording.
4823 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
4824 is optional.
4825
48262005-06-10 Lute Kamstra <lute@gnu.org>
4827
4828 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
4829 (Top): Give it a title. Correct version number. Give the
4830 detailed node listing a more prominent header.
4831 * intro.texi: Don't set VERSION here a second time.
4832 Mention Emacs's version too.
4833 * anti.texi (Antinews): Use EMACSVER to refer to the current
4834 version of Emacs.
4835
48362005-06-09 Kim F. Storm <storm@cua.dk>
4837
4838 * searching.texi (Entire Match Data): Explain new `reseat' argument to
4839 match-data and set-match-data.
4840
48412005-06-08 Richard M. Stallman <rms@gnu.org>
4842
4843 * searching.texi (Entire Match Data): Clarify when match-data
4844 returns markers and when integers.
4845
4846 * display.texi (Defining Faces): Explain that face name should not
4847 end in `-face'.
4848
4849 * modes.texi (Mode Line Data): Minor cleanup.
4850 (Customizing Keywords): Node split out of Search-based Fontification.
4851 Add example of using font-lock-add-keywords from a hook.
4852 Clarify when MODE should be non-nil, and when nil.
4853
48542005-06-06 Richard M. Stallman <rms@gnu.org>
4855
4856 * modes.texi (Mode Line Data): Explain what happens when the car
4857 of a list is a void symbol.
4858 (Search-based Fontification): Explain MODE arg to
4859 font-lock-add-keywords and warn about calls from major modes.
4860
48612005-06-08 Juri Linkov <juri@jurta.org>
4862
4863 * display.texi (Standard Faces): Add `shadow' face.
4864
48652005-05-29 Luc Teirlinck <teirllm@auburn.edu>
4866
4867 * modes.texi (Major Mode Conventions): A derived mode only needs
4868 to put the call to the parent mode inside `delay-mode-hooks'.
4869
48702005-05-29 Richard M. Stallman <rms@gnu.org>
4871
4872 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
4873 new, and what that implies. Clarify.
4874
4875 * files.texi (Locating Files): Clean up the text.
4876
4877 * frames.texi (Window Frame Parameters): Document user-size.
4878 Shorten entry for top by referring to left.
4879
48802005-05-26 Richard M. Stallman <rms@gnu.org>
4881
4882 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
4883 is new, and what the implications are. Other clarifications.
4884
48852005-05-24 Richard M. Stallman <rms@gnu.org>
4886
4887 * frames.texi (Dialog Boxes): Minor fixes.
4888
48892005-05-25 Masatake YAMATO <jet@gyve.org>
4890
4891 * display.texi (Standard Faces): Write about `mode-line-highlight'.
4892
48932005-05-24 Luc Teirlinck <teirllm@auburn.edu>
4894
4895 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
4896 is optional.
4897
48982005-05-24 Nick Roberts <nickrob@snap.net.nz>
4899
10d1d0af 4900 * frames.texi (Dialog Boxes): Describe new optional argument.
b8d4c8d0
GM
4901
49022005-05-23 Lute Kamstra <lute@gnu.org>
4903
4904 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
4905 syntax-begin-function over font-lock-beginning-of-syntax-function.
4906
49072005-05-21 Luc Teirlinck <teirllm@auburn.edu>
4908
4909 * minibuf.texi (Reading File Names): Update description of
4910 `read-directory-name'.
4911
4912 * modes.texi (Derived Modes): Clarify :group keyword.
4913
49142005-05-21 Eli Zaretskii <eliz@gnu.org>
4915
4916 * files.texi (Locating Files): New subsection.
4917 Describe locate-file and executable-find.
4918
49192005-05-21 Kevin Ryde <user42@zip.com.au>
4920
4921 * frames.texi (Initial Parameters): Update cross reference to
4922 "Emacs Invocation".
4923
49242005-05-19 Luc Teirlinck <teirllm@auburn.edu>
4925
4926 * keymaps.texi (Active Keymaps): Add anchor.
4927
4928 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
4929 (Major Mode Conventions): Refer to `Auto Major Mode' in more
4930 appropriate place.
4931 (Derived Modes): Small clarifications.
4932 (Minor Mode Conventions, Keymaps and Minor Modes):
4933 Replace references to nodes with references to anchors.
4934 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
4935 Clarify description of lists whose first element is an integer.
4936 (Mode Line Variables): Add anchor.
4937 (%-Constructs): Clarify description of integer after %.
4938 (Emulating Mode Line): Describe nil value for FACE.
4939
49402005-05-18 Luc Teirlinck <teirllm@auburn.edu>
4941
4942 * modes.texi (Derived Modes): Correct references to non-existing
4943 variable standard-syntax-table.
4944
49452005-05-17 Lute Kamstra <lute@gnu.org>
4946
4947 * modes.texi (Defining Minor Modes): Mention the mode hook.
4948
49492005-05-15 Kim F. Storm <storm@cua.dk>
4950
4951 * processes.texi (Network): Remove open-network-stream-nowait.
4952 (Network Servers): Remove open-network-stream-server.
4953
49542005-05-15 Luc Teirlinck <teirllm@auburn.edu>
4955
4956 * elisp.texi (Top): Update detailed menu.
4957
4958 * variables.texi: Reorder nodes.
4959 (Variables): Update menu.
4960 (File Local Variables): Do not refer to the `-*-' line as
4961 a "local variables list". Add pxref.
4962
49632005-05-14 Luc Teirlinck <teirllm@auburn.edu>
4964
4965 * elisp.texi (Top): Update detailed menu for node changes.
4966
4967 * modes.texi (Modes): Update Menu.
4968 (Hooks): Move to beginning of chapter.
4969 Most minor modes run mode hooks too.
4970 `add-hook' can handle void hooks or hooks whose value is a single
4971 function.
4972 (Major Modes): Update Menu.
4973 (Major Mode Basics): New node, split off from `Major Modes'.
4974 (Major Mode Conventions): Correct xref. Explain how to handle
4975 auto-mode-alist if the major mode command has an autoload cookie.
4976 (Auto Major Mode): Major update. Add magic-mode-alist.
4977 (Derived Modes): Major update.
4978 (Mode Line Format): Update Menu.
4979 (Mode Line Basics): New node, split off from `Mode Line Format'.
4980
4981 * loading.texi (Autoload): Mention `autoload cookie' as synonym
4982 for `magic autoload comment'. Add index entries and anchor.
4983
49842005-05-14 Richard M. Stallman <rms@gnu.org>
4985
4986 * tips.texi (Coding Conventions): Explain how important it is
4987 that just loading certain files not change Emacs behavior.
4988
4989 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
4990
49912005-05-12 Lute Kamstra <lute@gnu.org>
4992
4993 * modes.texi (Generic Modes): Update.
4994 (Major Modes): Refer to node "Generic Modes".
4995
4996 * elisp.texi (Top): Update to the current structure of the manual.
4997 * processes.texi (Processes): Add menu description.
4998 * customize.texi (Customization): Add menu descriptions.
4999
50002005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
5001
5002 * processes.texi (Signals to Processes)
5003 (Low-Level Network): Fix typos.
5004
50052005-05-11 Lute Kamstra <lute@gnu.org>
5006
5007 * elisp.texi (Top): Add some nodes from the chapter "Major and
5008 Minor Modes" to the detailed node listing.
5009
50102005-05-10 Richard M. Stallman <rms@gnu.org>
5011
5012 * keymaps.texi (Extended Menu Items): Menu item filter functions
5013 can be called at any time.
5014
50152005-05-08 Luc Teirlinck <teirllm@auburn.edu>
5016
5017 * variables.texi (File Local Variables): `(hack-local-variables t)'
5018 now also checks whether a mode is specified in the local variables
5019 list.
5020
50212005-05-05 Kevin Ryde <user42@zip.com.au>
5022
5023 * display.texi (The Echo Area): Correct format function cross
5024 reference.
5025
50262005-05-05 Luc Teirlinck <teirllm@auburn.edu>
5027
5028 * variables.texi (Variable Aliases): Change description of
5029 `define-obsolete-variable-alias'.
5030
5031 * functions.texi (Functions): Add "Obsolete Functions" to menu.
5032 (Defining Functions): Add xref.
5033 (Obsolete Functions): New node.
5034 (Function Safety): Standardize capitalization of section title.
5035
5036 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
5037 (Dialog Boxes): Complete description of `x-popup-dialog'.
5038
50392005-05-04 Richard M. Stallman <rms@gnu.org>
5040
5041 * commands.texi (Interactive Codes): Fix Texinfo usage.
5042 Document U more clearly.
5043
50442005-05-01 Luc Teirlinck <teirllm@auburn.edu>
5045
5046 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
5047 function and not a macro.
5048
5049 * frames.texi (Pop-Up Menus): Correct and clarify description of
5050 `x-popup-menu'.
5051 (Dialog Boxes): Clarify description of `x-popup-dialog'.
5052
50532005-05-01 Richard M. Stallman <rms@gnu.org>
5054
5055 * edebug.texi (Checking Whether to Stop): Fix previous change.
5056
50572005-05-01 Luc Teirlinck <teirllm@auburn.edu>
5058
5059 * display.texi: Fix typos and Texinfo usage.
5060
5061 * edebug.texi (Checking Whether to Stop): executing-macro ->
5062 executing-kbd-macro.
5063
50642005-05-01 Richard M. Stallman <rms@gnu.org>
5065
5066 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
5067
50682005-04-30 Richard M. Stallman <rms@gnu.org>
5069
5070 * files.texi (Magic File Names): Document `operations' property.
5071
50722005-04-29 Lute Kamstra <lute@gnu.org>
5073
5074 * modes.texi (Generic Modes): New node.
5075 (Major Modes): Add it to the menu.
5076 (Derived Modes): Add "derived mode" to concept index.
5077
50782005-04-28 Lute Kamstra <lute@gnu.org>
5079
5080 * modes.texi (Defining Minor Modes): Fix previous change.
5081 (Font Lock Mode): Simplify.
5082 (Font Lock Basics): Say that font-lock-defaults is buffer-local
5083 when set and that some parts are optional. Add cross references.
5084 (Search-based Fontification): Say how to specify font-lock-keywords.
5085 Add cross references. Add font-lock-multiline to index.
5086 Move font-lock-keywords-case-fold-search here from node "Other Font
5087 Lock Variables". Document font-lock-add-keywords and
5088 font-lock-remove-keywords.
5089 (Other Font Lock Variables): Move font-lock-keywords-only,
5090 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
5091 and font-lock-syntactic-face-function to node "Syntactic Font
5092 Lock". Move font-lock-keywords-case-fold-search to node
5093 "Search-based Fontification". Document font-lock-inhibit-thing-lock
5094 and font-lock-{,un}fontify-{buffer,region}-function.
5095 (Precalculated Fontification): Remove reference to deleted variable
5096 font-lock-core-only.
5097 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
5098 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
5099 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
5100 and font-lock-syntactic-face-function here from node "Other Font
5101 Lock Variables". Move font-lock-syntactic-keywords to "Setting
5102 Syntax Properties". Add cross references.
5103 (Setting Syntax Properties): New node.
5104 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
5105 * syntax.texi (Syntax Properties): Add cross reference.
5106 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
5107
51082005-04-26 Richard M. Stallman <rms@gnu.org>
5109
5110 * display.texi (Defining Faces):
5111 Document `default' elements of defface spec.
5112
5113 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
5114
5115 * variables.texi (Variable Aliases): Clarify text.
5116
51172005-04-25 Chong Yidong <cyd@stupidchicken.com>
5118
5119 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
5120
51212005-04-25 Luc Teirlinck <teirllm@auburn.edu>
5122
5123 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
5124
51252005-04-24 Eli Zaretskii <eliz@gnu.org>
5126
5127 * syntax.texi (Syntax Table Internals): Elaborate documentation of
5128 syntax-after and syntax-class.
5129
5130 * files.texi (Changing Files): Fix last change's cross-reference.
5131 (Unique File Names): Don't mention "numbers" in the documentation
5132 of make-temp-file and make-temp-name.
5133
51342005-04-23 Richard M. Stallman <rms@gnu.org>
5135
5136 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
5137
51382005-04-22 Nick Roberts <nickrob@snap.net.nz>
5139
5140 * windows.texi (Cyclic Window Ordering): Clarify window-list.
5141
51422005-04-22 Nick Roberts <nickrob@snap.net.nz>
5143
5144 * variables.texi (Variable Aliases): Describe make-obsolete-variable
5145 and define-obsolete-variable-alias.
5146
51472005-04-22 Kim F. Storm <storm@cua.dk>
5148
5149 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
5150 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
5151
51522005-04-21 Lute Kamstra <lute@gnu.org>
5153
5154 * lists.texi (Association Lists): Document rassq-delete-all.
5155
51562005-04-19 Richard M. Stallman <rms@gnu.org>
5157
5158 * modes.texi (Search-based Fontification): Explain that
5159 facespec is an expression to be evaluated.
5160
51612005-04-19 Kevin Ryde <user42@zip.com.au>
5162
5163 * streams.texi (Output Functions): Fix xref.
5164 * strings.texi (String Conversion): Fix xref.
5165
51662005-04-19 Kim F. Storm <storm@cua.dk>
5167
5168 * symbols.texi (Symbol Plists): Add safe-get.
5169 Mention that `get' may signal an error.
5170
51712005-04-18 Nick Roberts <nickrob@snap.net.nz>
5172
5173 * customize.texi (Variable Definitions): Replace tooltip-mode
5174 example with save-place.
5175
51762005-04-17 Richard M. Stallman <rms@gnu.org>
5177
5178 * buffers.texi (Indirect Buffers): Clarify.
5179
5180 * positions.texi (Positions): Clarify converting marker to integer.
5181
5182 * strings.texi (String Basics): Mention string-match; clarify.
5183
51842005-04-08 Lute Kamstra <lute@gnu.org>
5185
5186 * modes.texi (Search-based Fontification): Fix cross references.
5187 Use consistent terminology. Document anchored highlighting.
5188
51892005-04-05 Lute Kamstra <lute@gnu.org>
5190
5191 * modes.texi (Defining Minor Modes): Document :group keyword
5192 argument and its default value.
5193
51942005-04-03 Lute Kamstra <lute@gnu.org>
5195
5196 * hooks.texi (Standard Hooks): Add some hooks. Add cross
5197 references and/or descriptions. Delete major mode hooks; mention
5198 them as a category instead. Rename or delete obsolete hooks.
5199
52002005-04-02 Richard M. Stallman <rms@gnu.org>
5201
5202 * nonascii.texi (Coding System Basics): Another wording cleanup.
5203
52042005-04-01 Richard M. Stallman <rms@gnu.org>
5205
5206 * nonascii.texi (Coding System Basics): Clarify previous change.
5207
52082005-04-01 Kenichi Handa <handa@m17n.org>
5209
10d1d0af 5210 * nonascii.texi (Coding System Basics): Describe about roundtrip
b8d4c8d0
GM
5211 identity of coding systems.
5212
52132005-03-29 Chong Yidong <cyd@stupidchicken.com>
5214
5215 * text.texi (Buffer Contents): Add filter-buffer-substring and
5216 buffer-substring-filters.
5217
52182005-03-26 Chong Yidong <cyd@stupidchicken.com>
5219
5220 * anti.texi (Antinews): Mention `G' interactive code.
5221
5222 * tips.texi (Compilation Tips): Mention benchmark.el.
5223
52242005-03-27 Luc Teirlinck <teirllm@auburn.edu>
5225
5226 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
5227 is now bound to M-o M-o.
5228
5229 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
5230
52312005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
5232
5233 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
5234 in the Emacs Manual).
5235 * Makefile.in (srcs): Remove calendar.texi.
5236 * makefile.w32-in (srcs): Remove calendar.texi.
5237 * display.texi (Display): Change name of next node.
5238 * os.texi (System In): Change name of previous node.
5239 * elisp.texi (Top): Remove Calendar references.
5240 * vol1.texi (Top): Remove Calendar references.
5241 * vol2.texi (Top): Remove Calendar references.
5242
52432005-03-25 Richard M. Stallman <rms@gnu.org>
5244
5245 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
5246 Cleanup previous change.
5247
52482005-03-25 Chong Yidong <cyd@stupidchicken.com>
5249
5250 * display.texi (Face Attributes): Faces earlier in an :inherit
5251 list take precedence.
5252 (Scroll Bars): Fix description of vertical-scroll-bars.
5253 Document frame-current-scroll-bars and window-current-scroll-bars.
5254
5255 * markers.texi (The Mark): Document temporary Transient Mark mode.
5256
5257 * minibuf.texi (Reading File Names):
5258 Document read-file-name-completion-ignore-case.
5259
5260 * positions.texi (Screen Lines): Document nil for width argument
5261 to compute-motion.
5262
52632005-03-23 Kim F. Storm <storm@cua.dk>
5264
5265 * display.texi (Standard Faces): Other faces used in the fringe
5266 implicitly inherits from the fringe face.
5267 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
5268 properties implicitly inherits from fringe face.
5269 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
5270
52712005-03-20 Chong Yidong <cyd@stupidchicken.com>
5272
5273 * display.texi (Invisible Text): State default value of
5274 line-move-ignore-invisible.
5275 (Managing Overlays): Document remove-overlays.
5276 (Standard Faces): Document escape-glyph face.
5277
5278 * minibuf.texi (Reading File Names): Document read-file-name-function.
5279
5280 * modes.texi (Other Font Lock Variables):
5281 Document font-lock-lines-before.
5282
5283 * positions.texi (Skipping Characters): skip-chars-forward allows
5284 character classes.
5285
52862005-03-18 Lute Kamstra <lute@gnu.org>
5287
5288 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
5289
52902005-03-17 Richard M. Stallman <rms@gnu.org>
5291
5292 * text.texi (Undo): Document extensible undo entries.
5293
dd7b651b 5294 * searching.texi (String Search, Regexp Search): Cleanups.
b8d4c8d0
GM
5295
5296 * nonascii.texi (Character Codes): Minor fix.
5297
5298 * display.texi (Display Property): Explain the significance
5299 of having text properties that are eq.
5300 (Other Display Specs): Explain string as display spec.
5301
5302 * commands.texi (Interactive Codes): Document G option.
5303
53042005-03-17 Chong Yidong <cyd@stupidchicken.com>
5305
5306 * text.texi (Filling): Add sentence-end-without-period and
5307 sentence-end-without-space.
5308 (Changing Properties): Minor fix.
5309
5310 * anti.texi: Total rewrite.
5311
53122005-03-15 Lute Kamstra <lute@gnu.org>
5313
5314 * edebug.texi (Instrumenting Macro Calls): Fix typos.
5315
53162005-03-08 Kim F. Storm <storm@cua.dk>
5317
5318 * display.texi (Specified Space): Property :width is support on
5319 non-graphic terminals, :height is not.
5320
53212005-03-07 Richard M. Stallman <rms@gnu.org>
5322
5323 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
5324 Now subnodes of Fringes.
5325 (Overlay Arrow): Document overlay-arrow-variable-list.
5326 (Fringe Size/Pos): New node, broken out of Fringes.
5327 (Display): Explain clearing vs redisplay better.
5328 (Truncation): Clarify use of bitmaps.
5329 (The Echo Area): Clarify the uses of the echo area.
5330 Add max-mini-window-height.
5331 (Progress): Clarify.
5332 (Invisible Text): Explain that main loop moves point out.
5333 (Selective Display): Say "hidden", not "invisible".
5334 (Managing Overlays): Move up. Describe relation to Undo here.
5335 (Overlay Properties): Clarify intro.
5336 (Finding Overlays): Explain return values when nothing found.
5337 (Width): truncate-string-to-width has added arg.
5338 (Displaying Faces): Clarify and update mode line face handling.
5339 (Face Functions): Minor cleanup.
5340 (Conditional Display): Merge into Other Display Specs.
5341 (Pixel Specification, Other Display Specs): Minor cleanups.
5342 (Images, Image Descriptors): Minor cleanups.
5343 (GIF Images): Patents have expired.
5344 (Showing Images): Explain default text for insert-image.
5345 (Manipulating Button Types): Merge into Manipulating Buttons.
5346 (Making Buttons): Explain return values.
5347 (Button Buffer Commands): Add xref.
5348 (Inverse Video): Update mode-line-inverse-video.
5349 (Display Table Format): Clarify.
5350 (Active Display Table): Give defaults for window-display-table.
5351
5352 * calendar.texi (Calendar Customizing): calendar-holiday-marker
5353 and calendar-today-marker are strings, not chars.
5354 (Holiday Customizing): Minor fix.
5355
5356 * internals.texi (Writing Emacs Primitives): Update `or' example.
5357 Update limit on # args of subr.
5358
5359 * edebug.texi (Using Edebug): Arrow is in fringe.
5360 (Instrumenting): Arg to eval-defun works without loading edebug.
5361 (Edebug Execution Modes): Add xref.
5362
5363 * customize.texi (Common Keywords): Clarify :require.
5364 Mention :version here.
5365 (Variable Definitions, Group Definitions): Not here.
5366 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
5367
53682005-03-07 Chong Yidong <cyd@stupidchicken.com>
5369 * nonascii.texi (Text Representations): Clarify position-bytes.
5370 (Character Sets): Add list-charset-chars.
5371 (Scanning Charsets): Add charset-after.
5372 (Encoding and I/O): Minor fix.
5373
53742005-03-06 Richard M. Stallman <rms@gnu.org>
5375
5376 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
5377 (Resizing Windows): Likewise.
5378
5379 * text.texi (Change Hooks): Get rid of "Emacs 21".
5380
5381 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
5382
5383 * streams.texi (Output Variables): Get rid of "Emacs 21".
5384
5385 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
5386
5387 * os.texi (Translating Input): Replace flow-control example
5388 with a less obsolete example that uses `keyboard-translate'.
5389
5390 * objects.texi (Hash Table Type, Circular Objects):
5391 Get rid of "Emacs 21".
5392
5393 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
5394 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
5395
5396 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
5397
5398 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
5399
5400 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
5401 (Menu Bar): Fix when menu-bar-update-hook is called.
5402
5403 * hash.texi (Hash Tables): Get rid of "Emacs 21".
5404
5405 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
5406 and make it read better.
5407
5408 * files.texi (Writing to Files): Get rid of "Emacs 21".
5409 (Unique File Names): Likewise.
5410
5411 * elisp.texi: Update Emacs version to 22.
5412
5413 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
5414 (Overlay Properties, Face Attributes): Likewise.
5415 (Managing Overlays): Fix punctuation.
5416 (Attribute Functions): Clarify set-face-font; get rid of
5417 info about old Emacs versions.
5418 (Auto Faces, Font Lookup, Display Property, Images):
5419 Get rid of "Emacs 21".
5420
5421 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
5422
54232005-03-05 Richard M. Stallman <rms@gnu.org>
5424
5425 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
5426
54272005-03-04 Lute Kamstra <lute@gnu.org>
5428
5429 * debugging.texi (Error Debugging): Document stack-trace-on-error.
5430
54312005-03-03 Lute Kamstra <lute@gnu.org>
5432
5433 * edebug.texi (Instrumenting Macro Calls): Fix typo.
5434
54352005-03-01 Lute Kamstra <lute@gnu.org>
5436
5437 * debugging.texi (Debugger Commands): Update `j'.
5438
54392005-02-28 Lute Kamstra <lute@gnu.org>
5440
5441 * debugging.texi (Debugging): Fix typo.
5442 (Error Debugging): Document eval-expression-debug-on-error.
5443 (Function Debugging): Update example.
5444 (Using Debugger): Mention starred stack frames.
5445 (Debugger Commands): Document `j' and `l'.
5446 (Invoking the Debugger): `d' and `j' exit recursive edit too.
5447 Update the messages that the debugger displays.
5448 (Internals of Debugger): Add cross reference. Update example.
5449 (Excess Open): Minor improvement.
5450 (Excess Close): Minor improvement.
5451
54522005-02-26 Richard M. Stallman <rms@gnu.org>
5453
5454 * tips.texi (Coding Conventions): Clarify.
5455 Put all the major mode key reservations together.
5456 Mention the Mouse-1 => Mouse-2 conventions.
5457
5458 * syntax.texi (Syntax Class Table): Clarify.
5459 (Syntax Table Functions): syntax-after moved from here.
5460 (Syntax Table Internals): syntax-after moved to here.
5461 (Parsing Expressions): Update info on number of values
5462 and what's meaningful in the STATE argument.
5463 (Categories): Fix typo.
5464
5465 * sequences.texi (Arrays): Cleanup.
5466 (Char-Tables): Clarify.
5467
5468 * processes.texi (Deleting Processes): Cleanups, add xref.
5469 (Subprocess Creation): Explain nil in exec-path. Cleanup.
5470 (Process Information): set-process-coding-system, some args optional.
5471 (Input to Processes): Explain various types for PROCESS args.
5472 Rename them from PROCESS-NAME to PROCESS.
5473 (Signals to Processes): Likewise.
5474 (Decoding Output): Cleanup.
5475 (Query Before Exit): Clarify.
5476
5477 * os.texi (Startup Summary): Correct the options; add missing ones.
5478 (Terminal Output, Batch Mode): Clarify.
5479 (Flow Control): Node deleted.
5480
5481 * markers.texi (The Mark): Clarify.
5482
5483 * macros.texi (Expansion): Cleanup.
5484 (Indenting Macros): indent-spec allows ints, not floats.
5485
5486 * keymaps.texi (Keymaps): Clarify.
5487 (Format of Keymaps): Update lisp-mode-map example.
5488 (Active Keymaps, Key Lookup): Clarify.
5489 (Changing Key Bindings): Add xref to `kbd'.
5490 (Key Binding Commands, Simple Menu Items): Clarify.
5491 (Mouse Menus, Menu Bar): Clarify.
5492 (Menu Example): Replace print example with menu-bar-replace-menu.
5493
5494 * help.texi (Documentation Basics): Add function-documentation prop.
5495
5496 * elisp.texi (Top): Don't refer to Flow Control node.
5497
5498 * commands.texi (Command Overview): Improve xrefs.
5499 (Adjusting Point): Adjusting point applies to intangible and invis.
5500 (Key Sequence Input): Doc extra read-key-sequence args.
5501 Likewise for read-key-sequence-vector.
5502
5503 * backups.texi (Rename or Copy): Minor fix.
5504 (Numbered Backups): For version-control, say the default.
5505 (Auto-Saving): make-auto-save-file-name example is simplified.
5506
5507 * advice.texi (Advising Functions): Don't imply one part of Emacs
5508 should advise another part. Markup changes.
5509 (Defining Advice): Move transitional para.
5510 (Activation of Advice): Cleanup.
5511 Explain if COMPILE is nil or negative.
5512
5513 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
5514
55152005-02-24 Lute Kamstra <lute@gnu.org>
5516
5517 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
5518 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
5519
55202005-02-23 Lute Kamstra <lute@gnu.org>
5521
5522 * modes.texi (Defining Minor Modes): define-minor-mode can be used
5523 to define global minor modes as well.
5524
5525 * display.texi (Managing Overlays): overlay-buffer returns nil for
5526 deleted overlays.
5527
55282005-02-22 Kim F. Storm <storm@cua.dk>
5529
5530 * minibuf.texi (Basic Completion): Allow symbols in addition to
5531 strings in try-completion and all-completions.
5532
55332005-02-14 Lute Kamstra <lute@gnu.org>
5534
5535 * elisp.texi (Top): Remove reference to deleted node.
5536
5537 * lists.texi (Lists): Remove reference to deleted node.
5538 (Cons Cells): Fix typo.
5539
5540 * loading.texi (Where Defined): Fix typo.
5541
55422005-02-14 Richard M. Stallman <rms@gnu.org>
5543
5544 * variables.texi (Creating Buffer-Local): change-major-mode-hook
5545 is useful for discarding some minor modes.
5546
5547 * symbols.texi (Symbol Components): Reorder examples.
5548
5549 * streams.texi (Input Functions): State standard-input default.
5550 (Output Variables): State standard-output default.
5551
5552 * objects.texi (Printed Representation): Clarify read syntax vs print.
5553 (Floating Point Type): Explain meaning better.
5554 (Symbol Type): Explain uniqueness better.
5555 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
5556 List examples sooner.
5557 (Box Diagrams): New subnode broken out.
5558 Some examples moved from old Lists as Boxes node.
5559 (Dotted Pair Notation): Clarify intro.
5560 (Array Type): Clarify.
5561 (Type Predicates): Add hash-table-p.
5562
5563 * numbers.texi (Integer Basics): Clarify radix explanation.
5564 (Predicates on Numbers): Minor clarification.
5565 (Comparison of Numbers): Minor clarification. Clarify eql.
5566 Typos in min, max.
5567 (Math Functions): Clarify overflow in expt.
5568
5569 * minibuf.texi (Text from Minibuffer): Minor clarification.
5570 Mention arrow keys.
5571
5572 * loading.texi (Autoload): defun's doc string overrides autoload's
5573 doc string.
5574 (Repeated Loading): Modernize "add to list" examples.
5575 (Where Defined): Finish updating table of load-history elts.
5576
5577 * lists.texi (List-related Predicates): Minor wording improvement.
5578 (Lists as Boxes): Node deleted.
5579 (Building Lists): Explain trivial cases of number-sequence.
5580
5581 * hash.texi (Hash Tables): Add desc to menu items.
10d1d0af 5582 (Creating Hash): Explain "full" means "make larger".
b8d4c8d0
GM
5583 (Hash Access): Any object can be a key.
5584 State value of maphash.
5585
5586 * functions.texi (What Is a Function): Wording cleanup.
5587 (Function Documentation): Minor cleanup.
5588 Explain purpose of calling convention at end of doc string.
5589 (Function Names): Wording cleanup.
5590 (Calling Functions): Wording cleanup.
5591 Explain better how funcall calls the function.
5592 (Function Cells): Delete example of saving and redefining function.
5593
5594 * control.texi (Combining Conditions): Wording cleanup.
5595 (Iteration): dolist and dotimes bind VAR locally.
5596 (Cleanups): Xref to Atomic Changes.
5597
5598 * compile.texi (Byte Compilation): Delete 19.29 info.
5599 (Compilation Functions): Macros' difficulties don't affect defsubst.
5600 (Docs and Compilation): Delete 19.29 info.
5601
56022005-02-10 Richard M. Stallman <rms@gnu.org>
5603
5604 * objects.texi (Symbol Type): Minor correction.
5605
56062005-02-06 Lute Kamstra <lute@gnu.org>
5607
5608 * modes.texi (Example Major Modes): Fix typos.
5609
56102005-02-06 Richard M. Stallman <rms@gnu.org>
5611
5612 * text.texi (Margins): fill-nobreak-predicate can be one function.
5613
5614 * strings.texi (Modifying Strings): clear-string can make unibyte.
5615 (Formatting Strings): format gives error if values missing.
5616
5617 * positions.texi (Character Motion): Mention default arg
5618 for forward-char. backward-char refers to forward-char.
5619 (Word Motion): Mention default arg for forward-word.
5620 (Buffer End Motion): Mention default arg for beginning-of-buffer.
5621 Simplify end-of-buffer.
5622 (Text Lines): Mention default arg for forward-line.
5623 (List Motion): Mention default arg for beginning/end-of-defun.
5624 (Skipping Characters): Minor fixes in explaining character-set.
5625
5626 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
5627 Mode inheritance applies only when default-major-mode is nil.
5628 Clarifications.
5629 (Example Major Modes): Update Text mode and Lisp mode examples.
5630 (Minor Mode Conventions): Mention define-minor-mode at top.
5631 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
5632 (Mode Line Format): Update mode line face display info.
5633 (Properties in Mode): Mention effect of risky vars.
5634 (Imenu): Define imenu-add-to-menubar.
5635 (Font Lock Mode): Add descriptions to menu lines.
5636 (Faces for Font Lock): Add font-lock-doc-face.
5637
56382005-02-05 Lute Kamstra <lute@gnu.org>
5639
5640 * text.texi (Maintaining Undo): Remove obsolete function.
5641
56422005-02-05 Eli Zaretskii <eliz@gnu.org>
5643
5644 * frames.texi (Color Names): Add pointer to the X docs about RGB
5645 color specifications. Improve indexing
5646 (Text Terminal Colors): Replace the description of RGB values by
5647 an xref to "Color Names".
5648
56492005-02-03 Richard M. Stallman <rms@gnu.org>
5650
5651 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
5652 Clarify.
5653 (Selecting Windows): Clarify save-selected-window.
5654 (Cyclic Window Ordering): Clarify walk-windows.
5655 (Window Point): Clarify.
5656 (Window Start): Add comment to example.
5657 (Resizing Windows): Add `interactive' specs in examples.
5658 Document fit-window-to-buffer.
5659
5660 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
5661 (Undo, Maintaining Undo): Clarify last change.
5662 (Sorting): In sort-numeric-fields, explain about octal and hex.
5663 Mention sort-numeric-base.
5664 (Format Properties): Add xref for hard newlines.
5665
5666 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
5667 (Pop-Up Menus): Fix typo.
5668 (Color Names): Explain all types of color names.
5669 Explain color-values on B&W terminal.
5670 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
5671
5672 * files.texi (File Locks): Not supported on MS systems.
5673 (Testing Accessibility): Clarify.
5674
5675 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
5676 (Coverage Testing): Fix typo.
5677
5678 * commands.texi (Misc Events): Remove stray space.
5679
5680 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
5681 (Modification Time): Clarify when visited-file-modtime returns 0.
5682 (The Buffer List): Clarify bury-buffer.
5683 (Killing Buffers): Clarify.
5684 (Indirect Buffers): Add clone-indirect-buffer.
5685
56862005-02-02 Matt Hodges <MPHodges@member.fsf.org>
5687
5688 * edebug.texi (Printing in Edebug): Fix default value of
5689 edebug-print-circle.
5690 (Coverage Testing): Fix displayed frequency count data.
5691
56922005-02-02 Luc Teirlinck <teirllm@auburn.edu>
5693
5694 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
5695
56962005-02-02 Kim F. Storm <storm@cua.dk>
5697
5698 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
5699
57002005-01-29 Eli Zaretskii <eliz@gnu.org>
5701
5702 * commands.texi (Misc Events): Describe the help-echo event.
5703
5704 * text.texi (Special Properties) <help-echo>: Use `pos'
5705 consistently in description of the help-echo property.
5706 Use @code{nil} instead of @var{nil}.
5707
5708 * display.texi (Overlay Properties): Fix the index entry for
5709 help-echo overlay property.
5710
5711 * customize.texi (Type Keywords): Uncomment the xref to the
5712 help-echo property documentation.
5713
57142005-01-23 Kim F. Storm <storm@cua.dk>
5715
5716 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
5717 return value. Third element FULLY replaced by PARTIAL which
5718 specifies number of invisible pixels if row is only partially visible.
5719 (Textual Scrolling): Mention auto-window-vscroll.
5720 (Vertical Scrolling): New defvar auto-window-vscroll.
5721
57222005-01-16 Luc Teirlinck <teirllm@auburn.edu>
5723
5724 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
5725 command remapping.
5726
57272005-01-15 Richard M. Stallman <rms@gnu.org>
5728
5729 * display.texi (Defining Images): Mention DATA-P arg of create-image.
5730
57312005-01-14 Kim F. Storm <storm@cua.dk>
5732
5733 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
5734
5735 * text.texi (Links and Mouse-1): Fix string and vector item.
5736
57372005-01-13 Richard M. Stallman <rms@gnu.org>
5738
5739 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
5740 descriptions of overriding-local-map and overriding-terminal-local-map.
5741
5742 * text.texi (Links and Mouse-1): Clarify text.
5743
57442005-01-13 Kim F. Storm <storm@cua.dk>
5745
5746 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
5747
57482005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
5749
5750 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
5751
57522005-01-12 Kim F. Storm <storm@cua.dk>
5753
5754 * text.texi (Links and Mouse-1): Rename section from Enabling
5755 Mouse-1 to Following Links. Change xrefs.
5756 Add examples for define-button-type and define-widget.
5757
5758 * display.texi (Button Properties, Button Buffer Commands):
5759 Clarify mouse-1 and follow-link functionality.
5760
57612005-01-12 Richard M. Stallman <rms@gnu.org>
5762
5763 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
5764
5765 * display.texi (Beeping): Fix Texinfo usage.
5766
5767 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
5768
57692005-01-11 Kim F. Storm <storm@cua.dk>
5770
5771 * display.texi (Button Properties, Button Buffer Commands):
5772 Mention mouse-1 binding. Add follow-link keyword.
5773
5774 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
5775 (Enabling Mouse-1 to Follow Links): New subsection.
5776
57772005-01-06 Richard M. Stallman <rms@gnu.org>
5778
5779 * text.texi (Special Properties): Minor change.
5780
5781 * os.texi (Timers): Clarify previous change.
5782
5783 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
5784
57852005-01-01 Luc Teirlinck <teirllm@auburn.edu>
5786
5787 * display.texi (Face Attributes): Correct xref to renamed node.
5788
57892005-01-01 Richard M. Stallman <rms@gnu.org>
5790
5791 * display.texi (Face Attributes): Describe hex color specs.
5792
57932004-12-31 Richard M. Stallman <rms@gnu.org>
5794
5795 * os.texi (Timers): Update previous change.
5796
57972004-12-30 Kim F. Storm <storm@cua.dk>
5798
5799 * display.texi (Line Height): Total line-height is now specified
5800 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
5801 in cons cells. (nil . RATIO) is relative to actual line height.
5802 Use line-height `t' instead of `0' to get minimum height.
5803
58042004-12-29 Richard M. Stallman <rms@gnu.org>
5805
5806 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
5807
58082004-12-28 Richard M. Stallman <rms@gnu.org>
5809
5810 * commands.texi (Quitting): Clarify value of with-local-quit.
5811
5812 * elisp.texi (Top): Fix previous change.
5813
5814 * loading.texi (Loading): Fix previous change.
5815
58162004-12-27 Richard M. Stallman <rms@gnu.org>
5817
5818 * Makefile.in (MAKEINFO): Specify --force.
5819
5820 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
5821
5822 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
5823
5824 * display.texi (Line Height): Further clarify.
5825
5826 * elisp.texi (Top): Update Loading submenu.
5827
5828 * loading.texi (Where Defined): New node.
5829 (Unloading): load-history moved to Where Defined.
5830
58312004-12-21 Richard M. Stallman <rms@gnu.org>
5832
5833 * commands.texi (Event Input Misc): Add while-no-input.
5834
58352004-12-11 Richard M. Stallman <rms@gnu.org>
5836
5837 * display.texi (Line Height): Rewrite text for clarity.
5838
58392004-12-11 Kim F. Storm <storm@cua.dk>
5840
5841 * display.texi (Display): Add node "Line Height" to menu.
5842 (Line Height): New node. Move full description of line-spacing
5843 and line-height text properties here from text.texi.
5844 (Scroll Bars): Add vertical-scroll-bar variable.
5845
5846 * frames.texi (Window Frame Parameters): Remove line-height defvar.
5847
5848 * locals.texi (Standard Buffer-Local Variables): Fix xref for
5849 line-spacing and vertical-scroll-bar.
5850
5851 * text.texi (Special Properties): Just mention line-spacing and
5852 line-height here, add xref to new "Line Height" node.
5853
58542004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
5855
5856 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
5857
5858 * locals.texi (Standard Buffer-Local Variables):
5859 Add @xref for `line-spacing'.
5860
58612004-12-05 Richard M. Stallman <rms@gnu.org>
5862
5863 * Makefile.in (maintainer-clean): Remove the info files
5864 in $(infodir) where they are created.
5865
58662004-12-03 Richard M. Stallman <rms@gnu.org>
5867
5868 * windows.texi (Selecting Windows): get-lru-window and
5869 get-largest-window don't consider dedicated windows.
5870
5871 * text.texi (Undo): Document undo-in-progress.
5872
58732004-11-26 Richard M. Stallman <rms@gnu.org>
5874
5875 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
5876 Remove a few vars that are not always buffer-local.
5877
58782004-11-24 Luc Teirlinck <teirllm@auburn.edu>
5879
5880 * locals.texi (Standard Buffer-Local Variables): Comment out
5881 xref's to non-existent node `Yet to be written'.
5882
58832004-11-24 Richard M. Stallman <rms@gnu.org>
5884
5885 * processes.texi (Synchronous Processes): Grammar fix.
5886
5887 * numbers.texi (Comparison of Numbers): Add eql.
5888
5889 * locals.texi (Standard Buffer-Local Variables): Add many vars.
5890
5891 * intro.texi (Printing Notation): Fix previous change.
5892
5893 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
5894 and default-indicate-buffer-boundaries from here.
5895 (Usual Display): To here.
5896 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
5897 (Usual Display): Move tab-width up.
5898
5899 * customize.texi (Variable Definitions): Replace
5900 show-paren-mode example with tooltip-mode.
5901 (Simple Types, Composite Types, Defining New Types):
5902 Minor cleanups.
5903
59042004-11-21 Jesper Harder <harder@ifa.au.dk>
5905
5906 * processes.texi (Synchronous Processes, Output from Processes):
5907 Markup fix.
5908
59092004-11-20 Richard M. Stallman <rms@gnu.org>
5910
5911 * positions.texi (Skipping Characters): skip-chars-forward
5912 now handles char classes.
5913
5914 * intro.texi (Printing Notation): Avoid confusion of `print'
5915 when explaining @print.
5916
5917 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
5918
5919 * display.texi (Display Table Format): Minor fix.
5920
5921 * streams.texi (Output Functions): Fix print example.
5922
5923 * Makefile.in (elisp): New target.
5924 (dist): Depend on $(infodir)/elisp, not elisp.
5925 Copy the info files from $(infodir).
5926
5927 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
5928 read-from-minibuffer.
5929
5930 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
5931
59322004-11-19 Richard M. Stallman <rms@gnu.org>
5933
5934 * searching.texi (Regexp Search): Add search-whitespace-regexp.
5935
59362004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
5937
5938 * tips.texi (Coding Conventions): Fix typo.
5939
59402004-11-16 Richard M. Stallman <rms@gnu.org>
5941
5942 * tips.texi (Coding Conventions): Separate defvar and require
5943 methods to avoid warnings. Use require only when there are many
5944 functions and variables from that package.
5945
5946 * minibuf.texi (Minibuffer Completion): When ignoring case,
5947 predicate must not be case-sensitive.
5948
5949 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
5950 (Test Coverage): Don't talk about "splotches". Clarified.
5951
59522004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
5953
5954 * frames.texi (Window Frame Parameters): Fix typo.
5955
59562004-11-15 Kim F. Storm <storm@cua.dk>
5957
5958 * symbols.texi (Other Plists): Note that plist-get may signal error.
5959 Add safe-plist-get.
5960
59612004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
5962
5963 * modes.texi (Font Lock Basics): Fix typo.
5964
59652004-11-08 Richard M. Stallman <rms@gnu.org>
5966
5967 * syntax.texi (Syntax Table Functions): Add syntax-after.
5968
59692004-11-06 Lars Brinkhoff <lars@nocrew.org>
5970
5971 * os.texi (Processor Run Time): New section documenting
5972 get-internal-run-time.
5973
59742004-11-06 Eli Zaretskii <eliz@gnu.org>
5975
5976 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
5977 it nukes elisp-cover.texi.
5978 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
5979 elisp-0 etc.
5980
59812004-11-05 Luc Teirlinck <teirllm@auburn.edu>
5982
5983 * commands.texi (Keyboard Macros): Document `append' return value
5984 of `defining-kbd-macro'.
5985
59862004-11-01 Richard M. Stallman <rms@gnu.org>
5987
5988 * commands.texi (Interactive Call): Add called-interactively-p.
5989
59902004-10-29 Simon Josefsson <jas@extundo.com>
5991
5992 * minibuf.texi (Reading a Password): Revert.
5993
59942004-10-28 Richard M. Stallman <rms@gnu.org>
5995
5996 * frames.texi (Display Feature Testing): Explain about "vendor".
5997
59982004-10-27 Richard M. Stallman <rms@gnu.org>
5999
6000 * commands.texi (Interactive Codes): `N' uses numeric prefix,
6001 not raw. Clarify `n'.
6002 (Interactive Call): Rewrite interactive-p, focusing on when
6003 and how to use it.
6004 (Misc Events): Clarify previous change.
6005
6006 * advice.texi (Simple Advice): Clarify what job the example does.
6007 (Around-Advice): Clarify ad-do-it.
6008 (Activation of Advice): An option of ad-default-compilation-action
6009 is `never', not `nil'.
6010
60112004-10-26 Kim F. Storm <storm@cua.dk>
6012
6013 * commands.texi (Interactive Codes): Add U code letter.
6014
60152004-10-25 Simon Josefsson <jas@extundo.com>
6016
6017 * minibuf.texi (Reading a Password): Add.
6018
60192004-10-24 Jason Rumney <jasonr@gnu.org>
6020
6021 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
6022 and wheel-down.
6023
60242004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
6025
6026 * processes.texi (Synchronous Processes): Document process-file.
6027
60282004-10-22 Kenichi Handa <handa@m17n.org>
6029
6030 * text.texi (translate-region): Document that it accepts also a
6031 char-table.
6032
60332004-10-22 David Ponce <david@dponce.com>
6034
6035 * windows.texi (Resizing Windows): Document the `preserve-before'
6036 argument of the functions `enlarge-window' and `shrink-window'.
6037
60382004-10-19 Jason Rumney <jasonr@gnu.org>
6039
6040 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
6041
60422004-10-09 Luc Teirlinck <teirllm@auburn.edu>
6043
6044 * text.texi (Filling): Add anchor for definition of
6045 `sentence-end-double-space'.
6046
6047 * searching.texi (Regexp Example): Update description of how
6048 Emacs currently recognizes the end of a sentence.
6049 (Standard Regexps): Update definition of the variable
6050 `sentence-end'. Add definition of the function `sentence-end'.
6051
60522004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
6053
6054 * display.texi (Progress): New node.
6055
60562004-10-05 Kim F. Storm <storm@cua.dk>
6057
6058 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
6059
60602004-09-29 Kim F. Storm <storm@cua.dk>
6061
6062 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
6063 to identify bitmaps. Remove -fringe-bitmap suffix for standard
6064 fringe bitmap symbols, as they now have their own namespace.
6065 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
6066 vs. pixels. Signal error if no free bitmap slots.
6067 (Pixel Specification): Change IMAGE to @var{image}.
6068
60692004-09-28 Richard M. Stallman <rms@gnu.org>
6070
6071 * text.texi (Special Properties): Clarify line-spacing and line-height.
6072
6073 * searching.texi (Regexp Search): Add looking-back.
6074
60752004-09-25 Luc Teirlinck <teirllm@auburn.edu>
6076
6077 * display.texi: Correct typos.
6078 (Image Descriptors): Correct xref's.
6079
60802004-09-25 Richard M. Stallman <rms@gnu.org>
6081
6082 * text.texi (Special Properties): Cleanups in `cursor'.
6083 Rewrites in `line-height' and `line-spacing'; exchange them.
6084
6085 * display.texi (Fringes): Rewrite previous change.
6086 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
6087 (Display Fringe Bitmaps): Node deleted, text moved.
6088 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
6089 (Scroll Bars): Clarify set-window-scroll-bars.
6090 (Pointer Shape): Rewrite.
6091 (Specified Space): Clarify :align-to, etc.
6092 (Pixel Specification): Use @var. Clarify new text.
6093 (Other Display Specs): Clarify `slice'.
6094 (Image Descriptors): Cleanups.
6095 (Showing Images): Cleanups.
6096
60972004-09-24 Luc Teirlinck <teirllm@auburn.edu>
6098
6099 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
6100
6101 * modes.texi: Various minor changes in addition to:
6102 (Major Mode Conventions): Final call to `run-mode-hooks' should
6103 not be inside the `delay-mode-hooks' form.
6104 (Mode Hooks): New node.
6105 (Hooks): Delete obsolete example.
6106 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
6107 node "Mode Hooks".
6108
61092004-09-22 Luc Teirlinck <teirllm@auburn.edu>
6110
6111 * display.texi: Correct various typos.
6112 (Display): Rename node "Pointer Shapes" to "Pointer
6113 Shape". (There is already a node called "Pointer Shapes" in
6114 frames.texi.)
6115 (Images): Remove non-existent node "Image Slices" from menu.
6116
61172004-09-23 Kim F. Storm <storm@cua.dk>
6118
6119 * text.texi (Special Properties): Add `cursor', `pointer',
6120 `line-height', and `line-spacing' properties.
6121
6122 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
6123 Shapes' to menu.
6124 (Standard Faces): Doc fix for fringe face.
6125 (Fringes): Add `overflow-newline-into-fringe' and
6126 'indicate-buffer-boundaries'.
6127 (Fringe Bitmaps, Pointer Shapes): New nodes.
6128 (Display Property): Add 'Pixel Specification' and 'Display Fringe
6129 Bitmaps' to menu.
6130 (Specified Space): Describe pixel width and height.
6131 (Pixel Specification): New node.
6132 (Other Display Specs): Add `slice' property.
6133 (Display Fringe Bitmaps): New node.
6134 (Images): Add 'Image Slices' to menu.
6135 (Image Descriptors): Add `:pointer' and `:map' properties.
6136 (Showing Images): Add slice arg to `insert-image'. Add
6137 'insert-sliced-image'.
6138
61392004-09-20 Richard M. Stallman <rms@gnu.org>
6140
6141 * commands.texi (Key Sequence Input):
6142 Clarify downcasing in read-key-sequence.
6143
61442004-09-08 Juri Linkov <juri@jurta.org>
6145
6146 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
6147
61482004-09-07 Luc Teirlinck <teirllm@auburn.edu>
6149
6150 * locals.texi (Standard Buffer-Local Variables): Add
6151 `buffer-auto-save-file-format'.
6152 * internals.texi (Buffer Internals): Describe new
6153 auto_save_file_format field of the buffer structure.
6154 * files.texi (Format Conversion): `auto-save-file-format' has been
6155 renamed `buffer-auto-save-file-format'.
6156
61572004-08-27 Luc Teirlinck <teirllm@auburn.edu>
6158
6159 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
6160 an integer or a marker.
6161 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
6162
61632004-08-22 Richard M. Stallman <rms@gnu.org>
6164
6165 * modes.texi (Major Mode Conventions): Discuss rebinding of
6166 standard key bindings.
6167
61682004-08-18 Kim F. Storm <storm@cua.dk>
6169
6170 * processes.texi (Accepting Output): Add `just-this-one' arg to
6171 `accept-process-output'.
6172 (Output from Processes): New var `process-adaptive-read-buffering'.
6173
61742004-08-10 Luc Teirlinck <teirllm@auburn.edu>
6175
6176 * keymaps.texi: Various changes in addition to:
6177 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
6178 Give more varied examples for `kbd'.
6179 (Creating Keymaps): Char tables have slots for all characters
6180 without modifiers.
6181 (Active Keymaps): `overriding-local-map' and
6182 `overriding-terminal-local-map' also override text property and
6183 overlay keymaps.
6184 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
6185 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
6186 to denote a prefix of no events.
6187 `map-keymap' includes parent's bindings _recursively_.
6188 Clarify and correct description of `where-is-internal'.
6189 Mention BUFFER-OR-NAME arg to `describe-bindings'.
6190 (Menu Example): For menus intended for use with the keyboard, the
6191 menu items should be bound to characters or real function keys.
6192
61932004-08-08 Luc Teirlinck <teirllm@auburn.edu>
6194
6195 * objects.texi (Character Type): Reposition `@anchor' to prevent
6196 double space inside sentence in Info.
6197
6198 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
6199 renamed to `disabled-command-function'.
6200 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
6201 (Command Loop Info): Replace reference to it.
6202 (Disabling Commands): `disabled-command-hook' has been renamed to
6203 `disabled-command-function'.
6204
62052004-08-07 Luc Teirlinck <teirllm@auburn.edu>
6206
6207 * os.texi (Translating Input): Only non-prefix bindings in
6208 `key-translation-map' override actual key bindings. Warn about
6209 possible indirect effect of actual key bindings on non-prefix
6210 bindings in `key-translation-map'.
6211
62122004-08-06 Luc Teirlinck <teirllm@auburn.edu>
6213
6214 * minibuf.texi (High-Level Completion): Add anchor for definition
6215 of `read-variable'.
6216
6217 * commands.texi: Various changes in addition to:
6218 (Using Interactive): Clarify description of `interactive-form'.
6219 (Interactive Call): Mention default for KEYS argument to
6220 `call-interactively'.
6221 (Command Loop Info): Clarify description of `this-command-keys'.
6222 Mention KEEP-RECORD argument to `clear-this-command-keys'.
6223 Value of `last-event-frame' can be `macro'.
6224 (Repeat Events): `double-click-fuzz' is also used to distinguish
6225 clicks and drags.
6226 (Classifying Events): Clarify descriptions of `event-modifiers'
6227 `event-basic-type' and `event-convert-list'.
6228 (Accessing Events): `posn-timestamp' takes POSITION argument.
6229 (Quoted Character Input): Clarify description of
6230 `read-quoted-char' and fix example.
6231 (Quitting): Add `with-local-quit'.
6232 (Disabling Commands): Correct and clarify descriptions of
6233 `enable-command' and `disable-command'.
6234 Mention what happens if `disabled-command-hook' is nil.
6235 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
6236 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
6237
62382004-07-24 Luc Teirlinck <teirllm@auburn.edu>
6239
6240 * frames.texi: Various changes in addition to:
6241 (Creating Frames): Expand and clarify description of `make-frame'.
6242 (Window Frame Parameters): Either none or both of the `icon-left'
6243 and `icon-top' parameters must be specified. Put descriptions of
6244 `menu-bar-lines' and `toolbar-lines' closer together and change
6245 them accordingly.
6246 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
6247 except while processing `frame-title-format' or `icon-title-format'.
6248 (Deleting Frames): Correct description of `delete-frame'.
6249 Non-nil return values of `frame-live-p' are like those of `framep'.
6250 (Frames and Windows): Mention return value of
6251 `set-frame-selected-window'.
6252 (Visibility of Frames): Mention `force' argument to
6253 `make-frame-invisible'. `frame-visible-p' returns t for all
6254 frames on text-only terminals.
6255 (Frame Configurations): Restoring a frame configuration does not
6256 restore deleted frames.
6257 (Window System Selections): `x-set-selection' returns DATA.
6258 (Resources): Add example.
6259 (Display Feature Testing): Clarify descriptions of
6260 `display-pixel-height', `display-pixel-width', `x-server-version'
6261 and `x-server-vendor'.
6262
6263 * windows.texi (Choosing Window): Add anchor.
6264 * minibuf.texi (Minibuffer Misc): Add anchor.
6265
62662004-07-23 John Paul Wallington <jpw@gnu.org>
6267
6268 * macros.texi (Defining Macros): Declaration keyword for setting
6269 Edebug spec is `debug' not `edebug'.
6270
62712004-07-19 Luc Teirlinck <teirllm@auburn.edu>
6272
6273 * windows.texi: Various small changes in addition to:
6274 (Window Point): Mention return value of `set-window-point'.
6275 (Window Start): `pos-visible-in-window-p' disregards horizontal
6276 scrolling. Explain return value if PARTIALLY is non-nil.
6277 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
6278 and `set-window-vscroll'.
6279 (Size of Window): The argument WINDOW to `window-inside-edges',
6280 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
6281 (Resizing Windows): Explain return value of
6282 `shrink-window-if-larger-than-buffer'.
6283 `window-size-fixed' automatically becomes buffer local when set.
6284 (Window Configurations): Explain return value of
6285 `set-window-configuration'.
6286
6287 * minibuf.texi (Minibuffer Misc): Add anchor for
6288 `minibuffer-scroll-window'.
6289
6290 * positions.texi (Text Lines): Add anchor for `count-lines'.
6291
62922004-07-17 Richard M. Stallman <rms@gnu.org>
6293
6294 * display.texi (Overlay Properties): Adding `evaporate' prop
6295 deletes empty overlay immediately.
6296
6297 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
6298 fix example.
6299
63002004-07-16 Jim Blandy <jimb@redhat.com>
6301
6302 * searching.texi (Regexp Backslash): Document new \_< and \_>
6303 operators.
6304
63052004-07-16 Juanma Barranquero <lektu@terra.es>
6306
6307 * display.texi (Images): Fix Texinfo usage.
6308
63092004-07-14 Luc Teirlinck <teirllm@auburn.edu>
6310
6311 * buffers.texi (Modification Time): `visited-file-modtime' now
6312 returns a list of two integers, instead of a cons.
6313
63142004-07-13 Luc Teirlinck <teirllm@auburn.edu>
6315
6316 * windows.texi: Various changes in addition to:
6317 (Splitting Windows): Add `split-window-keep-point'.
6318
63192004-07-09 Richard M. Stallman <rms@gnu.org>
6320
6321 * frames.texi (Input Focus): Minor fix.
6322
63232004-07-07 Luc Teirlinck <teirllm@auburn.edu>
6324
6325 * frames.texi (Input Focus): Clarify descriptions of
6326 `select-frame-set-input-focus' and `select-frame'.
6327
63282004-07-06 Luc Teirlinck <teirllm@auburn.edu>
6329
6330 * os.texi: Various small changes in addition to:
6331 (Killing Emacs): Expand and clarify description of
6332 `kill-emacs-query-functions' and `kill-emacs-hook'.
6333 (System Environment): Expand and clarify description of `getenv'
6334 and `setenv'.
6335 (Timers): Clarify description of `run-at-time'.
6336 (Translating Input): Correct description of
6337 `extra-keyboard-modifiers'.
6338 (Flow Control): Correct description of `enable-flow-control'.
6339
63402004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
6341
6342 * os.texi: Update copyright.
6343 (Session Management): Grammar fix.
6344 Clarify which Emacs does the restarting.
6345 Use @samp for *scratch* buffer.
6346
63472004-07-04 Alan Mackenzie <acm@muc.de>
6348
6349 * frames.texi (Input Focus): Add documentation for
6350 `select-frame-set-input-focus'. Replace refs to non-existent
6351 `switch-frame' with `select-frame'. Minor corrections and tidying
6352 up of text-only terminal stuff.
6353
63542004-07-02 Richard M. Stallman <rms@gnu.org>
6355
6356 * files.texi (Saving Buffers): Cleanup write-contents-function.
6357 (Magic File Names): Cleanup file-remote-p.
6358
b344d29d 63592004-07-02 Kai Großjohann <kai@emptydomain.de>
b8d4c8d0
GM
6360
6361 * files.texi (Magic File Names): `file-remote-p' returns an
6362 identifier of the remote system, not just t.
6363
63642004-07-02 David Kastrup <dak@gnu.org>
6365
6366 * searching.texi (Entire Match Data): Add explanation about new
6367 match-data behavior when @var{integers} is non-nil.
6368
63692004-06-24 Richard M. Stallman <rms@gnu.org>
6370
6371 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
6372
6373 * customize.texi (Variable Definitions): Note about doc strings
6374 and :set.
6375
6376 * keymaps.texi (Keymap Terminology): Document `kbd'.
6377 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
6378
6379 * display.texi (Invisible Text): Setting buffer-invisibility-spec
6380 makes it buffer-local.
6381
6382 * files.texi (Saving Buffers): Correct previous change.
6383
6384 * commands.texi (Accessing Events):
6385 Clarify posn-col-row and posn-actual-col-row.
6386
63872004-06-24 David Ponce <david.ponce@wanadoo.fr>
6388
6389 * commands.texi (Accessing Events): New functions
6390 posn-at-point and posn-at-x-y. Add example to posn-x-y.
6391
63922004-06-23 Luc Teirlinck <teirllm@auburn.edu>
6393
6394 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
6395 * frames.texi, buffers.texi, backups.texi, variables.texi:
6396 * loading.texi, eval.texi, functions.texi, control.texi:
6397 * symbols.texi, minibuf.texi: Reposition @anchor's.
6398
6399 * help.texi: Various small changes in addition to the following.
6400 (Describing Characters): Describe PREFIX argument to
6401 `key-description'. Correct and clarify definition of
6402 `text-char-description'. Describe NEED-VECTOR argument to
6403 `read-kbd-macro'.
6404 (Help Functions): Clarify definition of `apropos'.
6405
64062004-06-23 Lars Hansen <larsh@math.ku.dk>
6407
6408 * files.texi (Saving Buffers): Correct description of
6409 `write-contents-functions'.
6410
64112004-06-21 Juanma Barranquero <lektu@terra.es>
6412
6413 * display.texi (Images): Remove redundant @vindex directives.
6414 Rewrite `image-library-alist' doc in active voice.
6415
64162004-06-14 Juanma Barranquero <lektu@terra.es>
6417
6418 * display.texi (Images): Document new delayed library loading,
6419 variable `image-library-alist' and (existing but undocumented)
6420 function `image-type-available-p'.
6421
64222004-06-05 Richard M. Stallman <rms@gnu.org>
6423
6424 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
6425 refer the user to the Initial Input node.
6426 (Text from Minibuffer): Likewise.
6427 (Initial Input): New node. Document this feature
6428 and say it is mostly deprecated.
6429
64302004-05-30 Richard M. Stallman <rms@gnu.org>
6431
6432 * loading.texi (Named Features): Clarify return value
6433 and meaning of NOERROR.
6434
6435 * variables.texi (File Local Variables): Minor cleanup.
6436
64372004-05-30 Michael Albinus <michael.albinus@gmx.de>
6438
6439 * files.texi (Magic File Names): Add `file-remote-p' as operation
6440 of file name handlers.
6441
64422004-05-29 Richard M. Stallman <rms@gnu.org>
6443
6444 * modes.texi (Minor Mode Conventions): (-) has no special meaning
6445 as arg to a minor mode command.
6446
64472004-05-22 Richard M. Stallman <rms@gnu.org>
6448
6449 * syntax.texi (Syntax Class Table): Word syntax not just for English.
6450
6451 * streams.texi (Output Variables): Doc float-output-format.
6452
6453 * searching.texi (Regexp Special): Nested repetition can be infloop.
6454
6455 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
6456 real stack overflow.
6457
6458 * compile.texi: Minor cleanups.
6459
64602004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
6461
6462 * lists.texi (Cons Cells): Explain dotted lists, true lists,
6463 circular lists.
6464 (List Elements): Explain handling of circular and dotted lists.
6465
64662004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
6467
6468 * modes.texi (Search-based Fontification): Fix typo.
6469
64702004-05-10 Juanma Barranquero <lektu@terra.es>
6471
6472 * modes.texi (Mode Line Variables): Fix description of
6473 global-mode-string, which is now after which-func-mode, not the
6474 buffer name.
6475
64762004-05-07 Lars Hansen <larsh@math.ku.dk>
6477
6478 * modes.texi (Desktop Save Mode): Add.
6479 (Modes): Add menu entry Desktop Save Mode.
6480
6481 * hooks.texi: Add desktop-after-read-hook,
6482 desktop-no-desktop-file-hook and desktop-save-hook.
6483
6484 * locals.texi: Add desktop-save-buffer.
6485
64862004-04-30 Jesper Harder <harder@ifa.au.dk>
6487
6488 * display.texi: emacs -> Emacs.
6489
64902004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
6491
6492 * files.texi (Changing Files): Document set-file-times.
6493
64942004-04-23 Juanma Barranquero <lektu@terra.es>
6495
6496 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
6497
64982004-04-18 Jesper Harder <harder@ifa.au.dk>
6499
6500 * tips.texi (Coding Conventions): defopt -> defcustom.
6501
65022004-04-16 Luc Teirlinck <teirllm@auburn.edu>
6503
6504 * sequences.texi: Various clarifications.
6505
65062004-04-14 Luc Teirlinck <teirllm@auburn.edu>
6507
6508 * buffers.texi (Read Only Buffers): Mention optional ARG to
6509 `toggle-read-only'.
6510
65112004-04-14 Nick Roberts <nick@nick.uklinux.net>
6512
6513 * windows.texi (Selecting Windows): Note that get-lru-window
6514 returns a full-width window if possible.
6515
65162004-04-13 Luc Teirlinck <teirllm@auburn.edu>
6517
6518 * buffers.texi: Various changes in addition to:
6519 (Buffer File Name): Add `find-buffer-visiting'.
6520 (Buffer Modification): Mention optional ARG to `not-modified'.
6521 (Indirect Buffers): Mention optional CLONE argument to
6522 `make-indirect-buffer'.
6523
6524 * files.texi: Various changes in addition to:
6525 (Visiting Functions): `find-file-hook' is now a normal hook.
6526 (File Name Expansion): Explain difference between the way that
6527 `expand-file-name' and `file-truename' treat `..'.
6528 (Contents of Directories): Mention optional ID-FORMAT argument to
6529 `directory-files-and-attributes'.
6530 (Format Conversion): Mention new optional CONFIRM argument to
6531 `format-write-file'.
6532
65332004-04-12 Miles Bader <miles@gnu.org>
6534
6535 * macros.texi (Expansion): Add description of `macroexpand-all'.
6536
65372004-04-05 Jesper Harder <harder@ifa.au.dk>
6538
6539 * variables.texi (Variable Aliases): Mention
6540 cyclic-variable-indirection.
6541
6542 * errors.texi (Standard Errors): Ditto.
6543
65442004-04-04 Luc Teirlinck <teirllm@auburn.edu>
6545
6546 * backups.texi: Various small changes in addition to:
6547 (Making Backups): Mention return value of `backup-buffer'.
6548 (Auto-Saving): Mention optional FORCE argument to
6549 `delete-auto-save-file-if-necessary'.
6550 (Reverting): Mention optional PRESERVE-MODES argument to
6551 `revert-buffer'. Correct description of `revert-buffer-function'.
6552
65532004-03-22 Juri Linkov <juri@jurta.org>
6554
6555 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
6556 with `Vector Functions'.
6557
6558 * text.texi (Sorting): Add missing quote.
6559
65602004-03-14 Luc Teirlinck <teirllm@auburn.edu>
6561
6562 * intro.texi (Lisp History): Replace xref to `cl' manual with
6563 inforef.
6564
65652004-03-12 Richard M. Stallman <rms@gnu.org>
6566
6567 * intro.texi (Version Info): Add arg to emacs-version.
6568 (Lisp History): Change xref to CL manual.
6569
65702004-03-09 Luc Teirlinck <teirllm@auburn.edu>
6571
6572 * minibuf.texi (Completion Commands): Add xref to Emacs manual
6573 for Partial Completion mode.
6574
65752004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
6576
6577 * customize.texi: Fix typo. Remove eol whitespace.
6578
65792004-03-04 Richard M. Stallman <rms@gnu.org>
6580
6581 * processes.texi: Fix typos.
6582
6583 * lists.texi (Building Lists): Minor clarification.
6584
6585 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
6586 in make-hash-table.
6587
65882004-02-29 Juanma Barranquero <lektu@terra.es>
6589
6590 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
6591 rm, and ignore exit code.
6592
65932004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
6594
6595 * display.texi (Defining Faces): Add description for min-colors.
6596 Update example.
6597
65982004-02-23 Luc Teirlinck <teirllm@auburn.edu>
6599
6600 * abbrevs.texi: Various corrections and clarifications in addition
6601 to the following:
6602 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
6603
66042004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
6605
6606 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
6607
66082004-02-21 Luc Teirlinck <teirllm@auburn.edu>
6609
6610 * text.texi: Various small changes in addition to the following:
6611 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
6612 to delete-horizontal-space.
6613 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
6614 description of yank-handler text property at various places.
6615
6616 * frames.texi (Window System Selections): Add anchor.
6617
6618 * syntax.texi (Syntax Table Functions): Clarify and correct
6619 descriptions of make-syntax-table and copy-syntax-table.
6620 (Motion and Syntax): Clarify SYNTAXES argument to
6621 skip-syntax-forward.
6622 (Parsing Expressions): Mention that the return value of
6623 parse-partial-sexp is currently a list of ten rather than nine
6624 elements.
6625 (Categories): Various corrections and clarifications.
6626
66272004-02-17 Luc Teirlinck <teirllm@auburn.edu>
6628
6629 * markers.texi (Marker Insertion Types): Minor change.
6630
6631 * locals.texi (Standard Buffer-Local Variables):
6632 * commands.texi (Interactive Codes, Using Interactive):
6633 * functions.texi (Related Topics): Fix xrefs.
6634
66352004-02-16 Luc Teirlinck <teirllm@auburn.edu>
6636
6637 * lists.texi (Sets And Lists): Update description of delete-dups.
6638
66392004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
6640
6641 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
6642
c8763fb6 66432004-02-16 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
6644
6645 * frames.texi (Parameter Access): frame-parameters arg is optional.
6646 modify-frame-parameters handles nil for FRAME.
6647 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
6648 are all-or-nothing for certain toolkits.
6649 Mention parameter wait-for-wm.
6650 (Frames and Windows): In frame-first-window and frame-selected-window
6651 the arg is optional.
6652 (Input Focus): In redirect-frame-focus the second arg is optional.
6653 (Window System Selections): Mention selection type CLIPBOARD.
6654 Mention data-type UTF8_STRING.
6655 Mention numbering of cut buffers.
6656 (Resources): Describe x-resource-name.
6657
66582004-02-16 Richard M. Stallman <rms@gnu.org>
6659
6660 * windows.texi (Buffers and Windows): Delete false table
6661 about all-frames.
6662
6663 * syntax.texi (Parsing Expressions): Delete old caveat
6664 about parse-sexp-ignore-comments.
6665
6666 * streams.texi (Output Variables): Add print-quoted.
6667
6668 * lists.texi (Building Lists): Minor cleanup.
6669
6670 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
6671
6672 * display.texi (Overlays): Explain overlays use markers.
6673 (Managing Overlays): Explain front-advance and rear-advance
6674 in more detail.
6675
6676 * loading.texi (Unloading): Document unload-feature-special-hooks.
6677 Get rid of fns-NNN.el file.
6678
66792004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
6680
6681 * help.texi (Describing Characters): Fix text-char-description
6682 example output.
6683
6684 * edebug.texi (Using Edebug): Fix example.
6685
6686 * debugging.texi (Internals of Debugger): Fix return value.
6687
6688 * files.texi (Changing Files): Fix argname.
6689
6690 * calendar.texi: Fix parens, and default values.
6691
6692 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
6693 * nonascii.texi, objects.texi, os.texi: Minor fixes.
b3e755a9 6694 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
b8d4c8d0
GM
6695
6696 * positions.texi (Text Lines): Don't add -1 in current-line.
6697
66982004-02-16 Richard M. Stallman <rms@gnu.org>
6699
6700 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
6701
67022004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
6703
6704 * processes.texi (Low-Level Network): Fix a typo.
6705
67062004-02-12 Kim F. Storm <storm@cua.dk>
6707
6708 * display.texi (Fringes): Use consistent wording.
6709 Note that window-fringe's window arg is optional.
6710 (Scroll Bars): Use consistent wording.
6711
67122004-02-11 Luc Teirlinck <teirllm@auburn.edu>
6713
6714 * tips.texi (Comment Tips): Document the new conventions for
6715 commenting out code.
6716
c8763fb6 67172004-02-07 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
6718
6719 * positions.texi (Text Lines): Added missing end defun.
6720
67212004-02-07 Kim F. Storm <storm@cua.dk>
6722
6723 * positions.texi (Text Lines): Add line-number-at-pos.
6724
67252004-02-06 John Paul Wallington <jpw@gnu.org>
6726
6727 * display.texi (Button Properties, Button Buffer Commands):
6728 mouse-2 invokes button, not down-mouse-1.
6729
67302004-02-04 Jason Rumney <jasonr@gnu.org>
6731
6732 * makefile.w32-in: Sync with Makefile.in changes.
6733
67342004-02-03 Luc Teirlinck <teirllm@auburn.edu>
6735
6736 * minibuf.texi (Text from Minibuffer): Various corrections and
6737 clarifications.
6738 (Object from Minibuffer): Correct Lisp description of
6739 read-minibuffer.
6740 (Minibuffer History): Clarify description of cons values for
6741 HISTORY arguments.
6742 (Basic Completion): Various corrections and clarifications. Add
6743 completion-regexp-list.
6744 (Minibuffer Completion): Correct and clarify description of
6745 completing-read.
6746 (Completion Commands): Mention Partial Completion mode. Various
6747 other minor changes.
6748 (High-Level Completion): Various corrections and clarifications.
6749 (Reading File Names): Ditto.
6750 (Minibuffer Misc): Ditto.
6751
67522004-01-26 Luc Teirlinck <teirllm@auburn.edu>
6753
6754 * strings.texi (Text Comparison): assoc-string also matches
6755 elements of alists that are strings instead of conses.
6756 (Formatting Strings): Standardize Texinfo usage. Update index
6757 entries.
6758
67592004-01-20 Luc Teirlinck <teirllm@auburn.edu>
6760
6761 * lists.texi (Sets And Lists): Add delete-dups.
6762
67632004-01-15 Luc Teirlinck <teirllm@auburn.edu>
6764
6765 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
6766 special form.
6767 * macros.texi (Defining Macros): Update description of `declare',
6768 which now is a macro.
6769 (Wrong Time): Fix typos.
6770
67712004-01-14 Luc Teirlinck <teirllm@auburn.edu>
6772
6773 * compile.texi (Compilation Functions): Expand descriptions of
6774 `compile-defun', `byte-compile-file', `byte-recompile-directory'
6775 and `batch-byte-compile'. In particular, mention and describe
6776 all optional arguments.
6777 (Disassembly): Correct and clarify the description of `disassemble'.
6778
67792004-01-11 Luc Teirlinck <teirllm@auburn.edu>
6780
6781 * searching.texi: Various small changes in addition to the
6782 following.
6783 (Regexp Example): Adapt to new value of `sentence-end'.
6784 (Regexp Functions): The PAREN argument to `regexp-opt' can be
6785 `words'.
6786 (Search and Replace): Add usage note for `perform-replace'.
6787 (Entire Match Data): Mention INTEGERS and REUSE arguments to
6788 `match-data'.
6789 (Standard Regexps): Update for new values of `paragraph-start'
6790 and `sentence-end'.
6791
67922004-01-07 Luc Teirlinck <teirllm@auburn.edu>
6793
6794 * files.texi (Saving Buffers): Clarify descriptions of
6795 `write-contents-functions' and `before-save-hook'.
6796 Make the defvar's for `before-save-hook' and `after-save-hook'
6797 into defopt's.
6798
67992004-01-07 Kim F. Storm <storm@cua.dk>
6800
6801 * commands.texi (Click Events): Describe new image and
6802 width/height elements of click events.
6803 (Accessing Events): Add posn-string, posn-image, and
6804 posn-object-width-height. Change posn-object to return either
6805 image or string object.
6806
68072004-01-01 Simon Josefsson <jas@extundo.com>
6808
6809 * hooks.texi (Standard Hooks): Add before-save-hook.
6810 * files.texi (Saving Buffers): Likewise.
6811
68122004-01-03 Richard M. Stallman <rms@gnu.org>
6813
6814 * frames.texi (Frames and Windows): Delete frame-root-window.
6815
68162004-01-03 Luc Teirlinck <teirllm@auburn.edu>
6817
6818 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
6819
6820 * functions.texi: Various small changes in addition to the
6821 following.
6822 (What Is a Function): `functionp' returns nil for macros. Clarify
6823 behavior of this and following functions for symbol arguments.
6824 (Function Documentation): Add `\' in front of (fn @var{arglist})
6825 and explain why.
6826 (Defining Functions): Mention DOCSTRING argument to `defalias'.
6827 Add anchor.
6828 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
6829
68302004-01-01 Miles Bader <miles@gnu.org>
6831
6832 * display.texi (Buttons): New section.
6833
68342003-12-31 Andreas Schwab <schwab@suse.de>
6835
6836 * numbers.texi (Math Functions): sqrt reports a domain-error
6837 error.
6838 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
6839
68402003-12-30 Luc Teirlinck <teirllm@auburn.edu>
6841
6842 * tips.texi (Documentation Tips): Update item on hyperlinks in
6843 documentation strings.
6844
6845 * errors.texi (Standard Errors): Various small corrections and
6846 additions.
6847
6848 * control.texi: Various small changes in addition to the
6849 following.
6850 (Signaling Errors): Provide some more details on how `signal'
6851 constructs the error message. Add anchor to the definition of
6852 `signal'.
6853 (Error Symbols): Describe special treatment of `quit'.
6854 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
6855 to emphasize that it has to be a single form.
6856
6857 * buffers.texi: Add anchor.
6858
68592003-12-29 Richard M. Stallman <rms@gnu.org>
6860
6861 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
6862 (Window Configurations): Add window-configuration-frame.
6863
6864 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
6865
6866 * text.texi (Examining Properties): Add get-char-property-and-overlay.
6867 Change arg name in get-char-property.
6868 (Special Properties): Update handling of keymap property.
6869
6870 * strings.texi (Modifying Strings): Add clear-string.
6871 (Text Comparison): Add assoc-string and remove
6872 assoc-ignore-case, assoc-ignore-representation.
6873
6874 * os.texi (Time of Day): Add set-time-zone-rule.
6875
6876 * numbers.texi (Math Functions): asin, acos, log, log10
6877 report domain-error errors.
6878
6879 * nonascii.texi (Converting Representations):
6880 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
6881 (Encoding and I/O): Add file-name-coding-system.
6882
6883 * modes.texi (Search-based Fontification): Explain that
6884 face specs are symbols with face names as values.
6885
6886 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
6887
6888 * lists.texi (Building Lists): remq moved elsewhere.
6889 (Sets And Lists): remq moved here.
6890 (Association Lists): Refer to assoc-string.
6891
6892 * internals.texi (Garbage Collection): Add memory-use-counts.
6893
6894 * frames.texi (Frames and Windows): Add set-frame-selected-window
6895 and frame-root-window.
6896
6897 * files.texi (Contents of Directories):
6898 Add directory-files-and-attributes.
6899
6900 * display.texi (Refresh Screen): Add force-window-update.
6901 (Invisible Text): Explain about moving point out of invis text.
6902 (Overlay Properties): Add overlay-properties.
6903 (Managing Overlays): Add overlayp.
6904 (GIF Images): Invalid image number displays a hollow box.
6905
6906 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
6907 (Killing Buffers): Add buffer-live-p.
6908
69092003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
6910
6911 * display.texi (Fringes): Fix typo "set-buffer-window".
6912
69132003-12-24 Luc Teirlinck <teirllm@auburn.edu>
6914
6915 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
6916 * nonascii.texi, processes.texi, tips.texi, variables.texi:
6917 Add or change various xrefs and anchors.
6918
6919 * commands.texi: Replace all occurrences of @acronym{CAR} with
6920 @sc{car}, for consistency with the rest of the Elisp manual.
6921 `car' and `cdr' are historically acronyms, but are no longer
6922 widely thought of as such.
6923
6924 * internals.texi (Pure Storage): Mention that `purecopy' does not
6925 copy text properties.
6926 (Object Internals): Now 29 bits are used (in most implementations)
6927 to address Lisp objects.
6928
6929 * variables.texi (Variables with Restricted Values): New node.
6930
6931 * objects.texi (Lisp Data Types): Mention that certain variables
6932 can only take on a restricted set of values and add an xref to
6933 the new node "Variables with Restricted Values".
6934
6935 * eval.texi (Function Indirection): Describe the errors that
6936 `indirect-function' can signal.
6937 (Eval): Clarify the descriptions of `eval-region' and `values'.
6938 Describe `eval-buffer' instead of `eval-current-buffer' and
6939 mention `eval-current-buffer' as an alias for `current-buffer'.
6940 Correct the description and mention all optional arguments.
6941
6942 * nonascii.texi: Various small changes in addition to the
6943 following.
6944 (Converting Representations): Clarify behavior of
6945 `string-make-multibyte' and `string-to-multibyte' for unibyte all
6946 ASCII arguments.
6947 (Character Sets): Document the variable `charset-list' and adapt
6948 the definition of the function `charset-list' accordingly.
6949 (Translation of Characters): Clarify use of generic characters in
6950 `make-translation-table'. Clarify and correct the description of
6951 the use of translation tables in encoding and decoding.
6952 (User-Chosen Coding Systems): Correct and clarify the description
6953 of `select-safe-coding-system'.
6954 (Default Coding Systems): Clarify description of
6955 `file-coding-system-alist'.
6956
69572003-11-30 Luc Teirlinck <teirllm@auburn.edu>
6958
6959 * strings.texi (Text Comparison): Correctly describe when two
6960 strings are `equal'. Combine and clarify descriptions of
6961 `assoc-ignore-case' and `assoc-ignore-representation'.
6962
6963 * objects.texi (Non-ASCII in Strings): Clarify description of
6964 when a string is unibyte or multibyte.
6965 (Bool-Vector Type): Update examples.
6966 (Equality Predicates): Correctly describe when two strings are
6967 `equal'.
6968
69692003-11-29 Luc Teirlinck <teirllm@auburn.edu>
6970
6971 * lists.texi (Building Lists): `append' no longer accepts integer
6972 arguments. Update the description of `number-sequence' to reflect
6973 recent changes.
6974 (Sets And Lists): Describe `member-ignore-case' after `member'.
6975
69762003-11-27 Kim F. Storm <storm@cua.dk>
6977
6978 * commands.texi (Click Events): Click object may be an images.
6979 Describe (dx . dy) element of click positions.
6980 (Accessing Events): Remove duplicate posn-timestamp.
6981 New functions posn-object and posn-object-x-y.
6982
69832003-11-23 Kim F. Storm <storm@cua.dk>
6984
6985 * commands.texi (Click Events): Describe enhancements to event
6986 position lists, including new text-pos and (col . row) items.
6987 Mention left-fringe and right-fringe area events.
6988 (Accessing Events): New functions posn-area and
6989 posn-actual-col-row. Mention posn-timestamp. Mention that
6990 posn-point in non-text area still returns buffer position.
6991 Clarify posn-col-row.
6992
69932003-11-21 Lars Hansen <larsh@math.ku.dk>
6994
6995 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
6996 * anti.texi (File Attributes): Describe removed parameter
6997 ID-FORMAT.
6998
69992003-11-20 Luc Teirlinck <teirllm@auburn.edu>
7000
7001 * positions.texi (Positions): Mention that, if a marker is used as
7002 a position, its buffer is ignored.
7003
7004 * markers.texi (Overview of Markers): Mention it here too.
7005
70062003-11-12 Luc Teirlinck <teirllm@auburn.edu>
7007
7008 * numbers.texi (Numeric Conversions): Not just `floor', but also
7009 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
7010
70112003-11-10 Luc Teirlinck <teirllm@auburn.edu>
7012
7013 * markers.texi (Creating Markers): Specify insertion type of
7014 created markers. Add xref to `Marker Insertion Types'.
7015 Second argument to `copy-marker' is optional.
7016 (Marker Insertion Types): Mention that most markers are created
7017 with insertion type nil.
7018 (The Mark): Correctly describe when `mark' signals an error.
7019 (The Region): Correctly describe when `region-beginning' and
7020 `region-end' signal an error.
7021
70222003-11-08 Luc Teirlinck <teirllm@auburn.edu>
7023
7024 * hash.texi (Creating Hash): Clarify description of `eql'.
7025 `makehash' is obsolete.
7026 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
7027
7028 * positions.texi (Point): Change description of `buffer-end', so
7029 that it is also correct for floating point arguments.
7030 (List Motion): Correct argument lists of `beginning-of-defun' and
7031 `end-of-defun'.
7032 (Excursions): Add xref to `Marker Insertion Types'.
7033 (Narrowing): Argument to `narrow-to-page' is optional.
7034
70352003-11-06 Luc Teirlinck <teirllm@auburn.edu>
7036
7037 * streams.texi (Output Streams): Clarify behavior of point for
7038 marker output streams.
7039
70402003-11-04 Luc Teirlinck <teirllm@auburn.edu>
7041
7042 * variables.texi (Defining Variables): Second argument to
7043 `defconst' is not optional.
7044 (Setting Variables): Mention optional argument APPEND to
7045 `add-to-list'.
7046 (Creating Buffer-Local): Expand description of
7047 `make-variable-buffer-local'.
7048 (Frame-Local Variables): Expand description of
7049 `make-variable-frame-local'.
7050 (Variable Aliases): Correct description of optional argument
7051 DOCSTRING to `defvaralias'. Mention return value of
7052 `defvaralias'.
7053 (File Local Variables): Add xref to `File variables' in Emacs
7054 Manual. Correct description of `hack-local-variables'. Mention
7055 `safe-local-variable' property. Mention optional second argument
7056 to `risky-local-variable-p'.
7057
70582003-11-03 Luc Teirlinck <teirllm@auburn.edu>
7059
7060 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
7061
70622003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
7063
7064 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
7065 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
7066 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
7067 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
7068 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
7069 lispref/processes.texi, lispref/searching.texi,
7070 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
7071 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
7072 @acronym{FOO}.
7073
70742003-10-27 Luc Teirlinck <teirllm@auburn.edu>
7075
7076 * strings.texi (Creating Strings): Argument START to `substring'
7077 can not be `nil'. Expand description of
7078 `substring-no-properties'. Correct description of `split-string',
7079 especially with respect to empty matches. Prevent very bad line
7080 break in definition of `split-string-default-separators'.
7081 (Text Comparison): `string=' and `string<' also accept symbols as
7082 arguments.
7083 (String Conversion): More completely describe argument BASE in
7084 `string-to-number'.
7085 (Formatting Strings): `%s' and `%S' in `format' do require
7086 corresponding object. Clarify behavior of numeric prefix after
7087 `%' in `format'.
7088 (Case Conversion): The argument to `upcase-initials' can be a
7089 character.
7090
70912003-10-27 Kenichi Handa <handa@m17n.org>
7092
7093 * display.texi (Fontsets): Fix texinfo usage.
7094
70952003-10-25 Kenichi Handa <handa@m17n.org>
7096
7097 * display.texi (Fontsets): Add description of the function
7098 set-fontset-font.
7099
71002003-10-23 Luc Teirlinck <teirllm@auburn.edu>
7101
7102 * display.texi (Temporary Displays): Add xref to `Documentation
7103 Tips'.
7104
7105 * functions.texi (Function Safety): Use inforef instead of pxref
7106 for SES.
7107
71082003-10-23 Andreas Schwab <schwab@suse.de>
7109
7110 * Makefile.in (TEX, texinputdir): Don't define.
7111 (TEXI2DVI): Define.
7112 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
7113 add $(srcdir)/index.texi.
7114 ($(infodir)/elisp): Remove index.texi dependency.
7115 (elisp.dvi): Likewise. Use $(TEXI2DVI).
7116 (index.texi): Remove target.
7117 (dist): Don't link $(srcdir)/permute-index.
7118 (clean): Don't remove index.texi.
7119
7120 * permute-index, index.perm: Remove.
7121 * index.texi: Rename from index.unperm.
7122
71232003-10-22 Luc Teirlinck <teirllm@auburn.edu>
7124
7125 * tips.texi (Documentation Tips): Document new behavior for face
7126 and variable hyperlinks in Help mode.
7127
71282003-10-21 Luc Teirlinck <teirllm@auburn.edu>
7129
7130 * objects.texi (Integer Type): Update for extra bit of integer range.
7131 (Character Type): Ditto.
7132
71332003-10-16 Eli Zaretskii <eliz@gnu.org>
7134
7135 * numbers.texi (Integer Basics): Add index entries for reading
7136 numbers in hex, octal, and binary.
7137
71382003-10-16 Lute Kamstra <lute@gnu.org>
7139
7140 * modes.texi (Mode Line Format): Mention force-mode-line-update's
7141 argument.
7142
71432003-10-13 Luc Teirlinck <teirllm@auburn.edu>
7144
7145 * windows.texi (Choosing Window): Fix typo.
7146 * edebug.texi (Edebug Execution Modes): Fix typo.
7147
71482003-10-13 Richard M. Stallman <rms@gnu.org>
7149
7150 * windows.texi (Basic Windows): A window has fringe settings,
7151 display margins and scroll-bar settings.
7152 (Splitting Windows): Doc split-window return value.
7153 Clean up one-window-p.
7154 (Selecting Windows): Fix typo.
7155 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
7156 (Buffers and Windows): In set-window-buffer, explain effect
7157 on fringe settings and scroll bar settings.
7158 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
7159 (Choosing Window): Use defopt for pop-up-frame-function.
7160 For special-display-buffer-names, explain same-window and same-frame.
7161 Clarify window-dedicated-p return value.
7162 (Textual Scrolling): scroll-up and scroll-down can get an error.
7163 (Horizontal Scrolling): Clarify auto-hscroll-mode.
7164 Clarify set-window-hscroll.
7165 (Size of Window): Don't mention tool bar in window-height.
7166 (Coordinates and Windows): Explain what coordinates-in-window-p
7167 returns for fringes and display margins.
7168 (Window Configurations): Explain saving fringes, etc.
7169
7170 * tips.texi (Library Headers): Clean up Documentation.
7171
7172 * syntax.texi (Parsing Expressions): Clean up forward-comment
7173 and parse-sexp-lookup-properties.
7174
7175 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
7176
7177 * os.texi (System Environment): Clean up text for load-average errors.
7178
7179 * modes.texi (Hooks): Don't explain local hook details at front.
7180 Clarify run-hooks and run-hook-with-args a little.
7181 Clean up add-hook and remove-hook.
7182
7183 * edebug.texi (Edebug Execution Modes): Clarify t.
7184 Document edebug-sit-for-seconds.
7185 (Coverage Testing): Document C-x X = and =.
7186 (Instrumenting Macro Calls): Fix typo.
7187 (Specification List): Don't index the specification keywords.
7188
71892003-10-10 Kim F. Storm <storm@cua.dk>
7190
7191 * processes.texi (Network): Introduce make-network-process.
7192
71932003-10-09 Luc Teirlinck <teirllm@auburn.edu>
7194
7195 * tips.texi (Library Headers): Fix typo.
7196
71972003-10-07 Juri Linkov <juri@jurta.org>
7198
7199 * modes.texi (Imenu): Mention imenu-create-index-function's
7200 default value. Explain submenus better.
7201
72022003-10-07 Lute Kamstra <lute@gnu.org>
7203
7204 * modes.texi (Faces for Font Lock): Fix typo.
7205 (Hooks): Explain how buffer-local hook variables can refer to
7206 global hook variables.
7207 Various minor clarifications.
7208
72092003-10-06 Lute Kamstra <lute@gnu.org>
7210
7211 * tips.texi (Coding Conventions): Mention naming conventions for
7212 hooks.
7213
72142003-10-05 Luc Teirlinck <teirllm@auburn.edu>
7215
7216 * loading.texi (Library Search): Correct default value of
7217 load-suffixes.
7218 (Named Features): Fix typo.
7219
72202003-10-05 Richard M. Stallman <rms@gnu.org>
7221
7222 * loading.texi (Named Features): In `provide',
7223 say how to test for subfeatures.
7224 (Unloading): In unload-feature, use new var name
7225 unload-feature-special-hooks.
7226
72272003-10-03 Lute Kamstra <lute@gnu.org>
7228
7229 * modes.texi (Major Mode Conventions): Mention third way to set up
7230 Imenu.
7231 (Imenu): A number of small fixes.
7232 Delete documentation of internal variable imenu--index-alist.
7233 Document the return value format of imenu-create-index-function
7234 functions.
7235
72362003-09-30 Richard M. Stallman <rms@gnu.org>
7237
7238 * processes.texi (Network): Say what stopped datagram connections do.
7239
7240 * lists.texi (Association Lists): Clarify `assq-delete-all'.
7241
7242 * display.texi (Overlay Properties): Clarify `evaporate' property.
7243
72442003-09-29 Lute Kamstra <lute@gnu.org>
7245
7246 * modes.texi (Mode Line Data): Explain when symbols in mode-line
7247 constructs should be marked as risky.
7248 Change cons cell into proper list.
7249 (Mode Line Variables): Change cons cell into proper list.
7250
72512003-09-26 Lute Kamstra <lute@gnu.org>
7252
7253 * modes.texi (Mode Line Data): Document the :propertize construct.
7254 (Mode Line Variables): Reorder the descriptions of the variables
7255 to match their order in the default mode-line-format.
7256 Describe the new variables mode-line-position and mode-line-modes.
7257 Update the default values of mode-line-frame-identification,
7258 minor-mode-alist, and default-mode-line-format.
7259 (Properties in Mode): Mention the :propertize construct.
7260
72612003-09-26 Richard M. Stallman <rms@gnu.org>
7262
7263 * buffers.texi, commands.texi, debugging.texi, eval.texi:
7264 * loading.texi, minibuf.texi, text.texi, variables.texi:
7265 Avoid @strong{Note:}.
7266
72672003-09-26 Richard M. Stallman <rms@gnu.org>
7268
7269 * keymaps.texi (Remapping Commands): Fix typo.
7270
72712003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
7272
7273 * processes.texi (Low-Level Network): Fix typo.
7274
72752003-09-23 Kim F. Storm <storm@cua.dk>
7276
7277 * processes.texi (Network, Network Servers): Fix typos.
7278 (Low-Level Network): Add timeout value for :server keyword.
7279 Add new option keywords to make-network-process.
7280 Add set-network-process-options.
7281 Explain how to test availability of network options.
7282
72832003-09-19 Richard M. Stallman <rms@gnu.org>
7284
7285 * text.texi (Motion by Indent): Arg to
7286 backward-to-indentation and forward-to-indentation is optional.
7287
7288 * strings.texi (Creating Strings): Add substring-no-properties.
7289
7290 * processes.texi
7291 (Process Information): Add list-processes arg QUERY-ONLY.
7292 Delete process-contact from here.
7293 Add new status values for process-status.
7294 Add process-get, process-put, process-plist, set-process-plist.
7295 (Synchronous Processes): Add call-process-shell-command.
7296 (Signals to Processes): signal-process allows process objects.
7297 (Network): Complete rewrite.
7298 (Network Servers, Datagrams, Low-Level Network): New nodes.
7299
7300 * positions.texi (Word Motion): forward-word, backward-word
7301 arg is optional. Reword.
7302
7303 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
7304
7305 * variables.texi (Creating Buffer-Local):
7306 Delete duplicate definition of buffer-local-value.
7307 (File Local Variables): Explain about discarding text props.
7308
73092003-09-11 Richard M. Stallman <rms@gnu.org>
7310
7311 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
7312 changes variables that record input events.
7313 (Minibuffer Misc): Add minibuffer-selected-window.
7314
7315 * lists.texi (Building Lists): Add copy-tree.
7316
7317 * display.texi (Fontsets): Add char-displayable-p.
7318 (Scroll Bars): New node.
7319
73202003-09-08 Lute Kamstra <lute@gnu.org>
7321
7322 * modes.texi (%-Constructs): Document new `%i' and `%I'
7323 constructs.
7324
73252003-09-03 Peter Runestig <peter@runestig.com>
7326
7327 * makefile.w32-in: New file.
7328
73292003-08-29 Richard M. Stallman <rms@gnu.org>
7330
7331 * display.texi (Overlay Properties): Clarify how priorities
7332 affect use of the properties.
7333
73342003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
7335
7336 * customize.texi (Type Keywords): Correct the description of
7337 `:help-echo' in the case where `motion-doc' is a function.
7338
73392003-08-14 John Paul Wallington <jpw@gnu.org>
7340
7341 * modes.texi (Emulating Mode Line): Subsection, not section.
7342
73432003-08-13 Richard M. Stallman <rms@gnu.org>
7344
7345 * elisp.texi (Top): Update subnode lists in menu.
7346
7347 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
7348 (Kill Functions): kill-region has new arg yank-handler.
7349 (Yanking): New node.
7350 (Yank Commands): Add yank-undo-function.
7351 (Low-Level Kill Ring):
7352 kill-new and kill-append have new arg yank-handler.
7353 (Changing Properties): Add remove-list-of-text-properties.
7354 (Atomic Changes): New node.
7355
7356 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
7357
7358 * streams.texi (Output Variables): Add eval-expression-print-length
7359 and eval-expression-print-level.
7360
7361 * os.texi (Time Conversion): For encode-time, explain limits on year.
7362
7363 * objects.texi (Character Type): Define anchor "modifier bits".
7364
7365 * modes.texi (Emulating Mode Line): New node.
7366 (Search-based Fontification): Font Lock uses font-lock-face property.
7367 (Other Font Lock Variables): Likewise.
7368
7369 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
7370 not vectors.
7371 (Active Keymaps): Add emulation-mode-map-alists.
7372 (Functions for Key Lookup): key-binding has new arg no-remap.
7373 (Remapping Commands): New node.
7374 (Scanning Keymaps): where-is-internal has new arg no-remap.
7375 (Tool Bar): Add tool-bar-local-item-from-menu.
7376 Clarify when to use tool-bar-add-item-from-menu.
7377
7378 * commands.texi (Interactive Call): commandp has new arg.
7379 (Command Loop Info): Add this-original-command.
7380
73812003-08-06 John Paul Wallington <jpw@gnu.org>
7382
7383 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
7384
7385 * display.texi (Warning Basics): Fix typo.
7386 (Fringes): Add closing curly bracket and fix typo.
7387
7388 * elisp.texi (Top): Fix typo.
7389
73902003-08-05 Richard M. Stallman <rms@gnu.org>
7391
7392 * elisp.texi: Update lists of subnodes.
7393
7394 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
7395
7396 * variables.texi (Local Variables): Use lc for example variable names.
7397
7398 * tips.texi (Library Headers): Explain where to put -*-.
7399
7400 * strings.texi (Creating Strings): Fix xref for vconcat.
7401
7402 * sequences.texi (Vector Functions):
7403 vconcat no longer allows integer args.
7404
7405 * minibuf.texi (Reading File Names): read-file-name has new
7406 arg PREDICATE. New function read-directory-name.
7407
7408 * macros.texi (Defining Macros): Give definition of `declare'
7409 (Indenting Macros): New node.
7410
7411 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
7412 (Window Frame Parameters): Make separate table of parameters
7413 that are coupled with specific face attributes.
7414 (Deleting Frames): delete-frame-hooks renamed to
7415 delete-frame-functions.
7416
7417 * files.texi (Magic File Names): Add file-remote-p.
7418 Clarify file-local-copy.
7419
7420 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
7421 here; instead xref Defining Macros.
7422
7423 * display.texi (Warnings): New node, and subnodes.
7424 (Fringes): New node.
7425
7426 * debugging.texi (Test Coverage): New node.
7427
7428 * compile.texi (Compiler Errors): Explain with-no-warnings
7429 and other ways to suppress warnings.
7430
7431 * commands.texi (Interactive Call): Minor clarification.
7432
7433 * buffers.texi (Buffer File Name): set-visited-file-name
7434 renames the buffer too.
7435
7436 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
7437
74382003-07-24 Markus Rost <rost@math.ohio-state.edu>
7439
7440 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
7441
74422003-07-22 Markus Rost <rost@math.ohio-state.edu>
7443
7444 * internals.texi (Garbage Collection): Fix previous change.
7445
74462003-07-22 Richard M. Stallman <rms@gnu.org>
7447
7448 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
7449
7450 * display.texi (Width): Use \s syntax in example.
7451 (Font Selection): Add face-font-rescale-alist.
7452
7453 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
7454 Remove spurious indent in example.
7455
7456 * lists.texi (Building Lists): Add number-sequence.
7457
7458 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
7459
7460 * functions.texi (Function Documentation): Explain how to
7461 show calling convention explicitly in the doc string.
7462
7463 * windows.texi (Selecting Windows): save-selected-window saves
7464 selected window of each frame.
7465 (Window Configurations): Minor change.
7466
7467 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
7468
7469 * streams.texi (Output Variables): Add print-continuous-numbering
7470 and print-number-table.
7471
7472 * processes.texi (Decoding Output): New node.
7473
7474 * os.texi (Time Conversion): decode-time arg is optional.
7475
7476 * objects.texi (Character Type): Don't use space as example for \.
7477 Make list of char names and \-sequences correspond.
7478 Explain that \s is not used in strings. `\ ' needs space after.
7479
7480 * nonascii.texi (Converting Representations): Add string-to-multibyte.
7481 (Translation of Characters): Add translation-table-for-input.
7482 (Default Coding Systems): Add auto-coding-functions.
7483 (Explicit Encoding): Add decode-coding-inserted-region.
7484 (Locales): Add locale-info.
7485
7486 * minibuf.texi (Basic Completion): Describe test-completion.
7487 Collections can be lists of strings.
7488 Clean up lazy-completion-table.
7489 (Programmed Completion): Mention test-completion.
7490 Clarify why lambda expressions are not accepted.
7491 (Minibuffer Misc): Describe minibufferp.
7492
74932003-07-14 Richard M. Stallman <rms@gnu.org>
7494
7495 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
7496
7497 * windows.texi (Selecting Windows): New arg to select-window.
7498 (Selecting Windows): Add with-selected-window.
7499 (Size of Window): Add window-inside-edges, etc.
7500
7501 * internals.texi (Garbage Collection): Add post-gc-hook.
7502
7503 * processes.texi (Subprocess Creation): Add exec-suffixes.
7504
7505 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
7506 (Scanning Keymaps): Add map-keymaps.
7507 (Defining Menus): Add keymap-prompt.
7508
7509 * numbers.texi (Integer Basics): Add most-positive-fixnum,
7510 most-negative-fixnum.
7511
7512 * compile.texi (Byte Compilation): Explain no-byte-compile
7513 (Compiler Errors): New node.
7514
7515 * os.texi (User Identification): user-uid, user-real-uid
7516 can return float.
7517
7518 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
7519 and about derived modes.
7520 (Minor Modes): Add minor-mode-list.
7521 (Defining Minor Modes): Keyword args for define-minor-mode.
7522 (Search-based Fontification): Explain managing other properties.
7523 (Other Font Lock Variables): Add font-lock-extra-managed-props.
183080b6 7524 (Faces for Font Lock): Add font-lock-preprocessor-face.
b8d4c8d0
GM
7525 (Hooks): Add run-mode-hooks and delay-mode-hooks.
7526
7527 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
7528 (Variable Aliases): Clarify defvaralias.
7529
7530 * loading.texi (Library Search): Add load-suffixes.
7531
7532 * minibuf.texi (Basic Completion): Add lazy-completion-table.
7533 (Programmed Completion): Add dynamic-completion-table.
7534
7535 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
7536 (Magic File Names): Specify precedence order of handlers.
7537
7538 * commands.texi (Command Overview): Emacs server runs pre-command-hook
7539 and post-command-hook.
7540 (Waiting): New calling convention for sit-for.
7541
7542 * text.texi (Special Properties): local-map and keymap properties
7543 apply based on their stickiness.
7544
75452003-07-07 Richard M. Stallman <rms@gnu.org>
7546
7547 * modes.texi (Minor Mode Conventions): Specify only some kinds
7548 of list values as args to minor modes.
7549
7550 * files.texi (File Name Expansion): Warn about iterative use
7551 of substitute-in-file-name.
7552
7553 * advice.texi (Activation of Advice): Clean up previous change.
7554
75552003-07-06 Markus Rost <rost@math.ohio-state.edu>
7556
7557 * advice.texi (Activation of Advice): Note that ad-start-advice is
7558 turned on by default.
7559
75602003-06-30 Richard M. Stallman <rms@gnu.org>
7561
7562 * text.texi (Buffer Contents): Document current-word.
7563 (Change Hooks): Not called for *Messages*.
7564
7565 * functions.texi (Defining Functions): Explain about redefining
7566 primitives.
7567 (Function Safety): Renamed. Minor changes.
7568 Comment out the detailed criteria for what is safe.
7569
75702003-06-22 Andreas Schwab <schwab@suse.de>
7571
7572 * objects.texi (Symbol Type): Fix description of examples.
7573
75742003-06-16 Andreas Schwab <schwab@suse.de>
7575
7576 * hash.texi (Creating Hash): Fix description of :weakness.
7577
c8763fb6 75782003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
b8d4c8d0
GM
7579
7580 * files.texi (Changing Files): copy-file copies file modes, too.
7581
75822003-05-28 Richard M. Stallman <rms@gnu.org>
7583
7584 * strings.texi (Creating Strings): Clarify split-string.
7585
75862003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
7587
7588 * strings.texi (Creating Strings): Update split-string specification
7589 and examples.
7590
75912003-05-19 Richard M. Stallman <rms@gnu.org>
7592
7593 * elisp.texi: Correct invariant section names.
7594
75952003-04-20 Richard M. Stallman <rms@gnu.org>
7596
7597 * os.texi (Timers): Explain about timers and quitting.
7598
75992003-04-19 Richard M. Stallman <rms@gnu.org>
7600
7601 * internals.texi (Writing Emacs Primitives): Strings are
7602 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
7603 Explain GCPRO convention for varargs function args.
7604
76052003-04-16 Richard M. Stallman <rms@gnu.org>
7606
7607 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
7608
76092003-04-08 Richard M. Stallman <rms@gnu.org>
7610
7611 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
7612
76132003-02-13 Kim F. Storm <storm@cua.dk>
7614
7615 * objects.texi (Character Type): New \s escape for space.
7616
76172003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
7618
7619 * os.texi (System Environment): Added cygwin system-type.
7620
76212003-01-25 Richard M. Stallman <rms@gnu.org>
7622
7623 * keymaps.texi: Document that a symbol can act as a keymap.
7624
76252003-01-13 Richard M. Stallman <rms@gnu.org>
7626
7627 * text.texi (Changing Properties): Say string indices are origin-0.
7628
7629 * positions.texi (Screen Lines) <compute-motion>:
7630 Correct order of elts in return value.
7631
7632 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
7633 how to define a default binding.
7634
76352002-12-07 Markus Rost <rost@math.ohio-state.edu>
7636
7637 * loading.texi (Unloading): Fix recent change for load-history.
7638
7639 * customize.texi (Simple Types): Clarify description of custom
7640 type 'number. Describe new custom type 'float.
7641
76422002-12-04 Markus Rost <rost@math.ohio-state.edu>
7643
7644 * variables.texi (File Local Variables): Fix typo.
7645
c8763fb6 76462002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
b8d4c8d0
GM
7647
7648 From Michael Albinus <Michael.Albinus@alcatel.de>.
7649
7650 * README: Target for Info file is `make info'.
7651
7652 * files.texi (File Name Components): Fixed typos in
7653 `file-name-sans-extension'.
7654 (Magic File Names): Complete list of operations for magic file
7655 name handlers.
7656
76572002-09-16 Jonathan Yavner <jyavner@engineer.com>
7658
7659 * variables.texi (File Local Variables): New function
7660 risky-local-variable-p.
7661
76622002-09-15 Jonathan Yavner <jyavner@engineer.com>
7663
7664 * functions.texi (Function safety): New node about unsafep.
7665
76662002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
7667
7668 * customize.texi (Splicing into Lists): Fixed example.
7669 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
7670
76712002-06-17 Juanma Barranquero <lektu@terra.es>
7672
7673 * frames.texi (Display Feature Testing): Fix typo.
7674
76752002-06-12 Andreas Schwab <schwab@suse.de>
7676
7677 * frames.texi (Initial Parameters, Resources): Fix references to
7678 the Emacs manual.
7679
76802002-05-13 Kim F. Storm <storm@cua.dk>
7681
7682 * variables.texi (Intro to Buffer-Local): Updated warning and
7683 example relating to changing buffer inside let.
7684
c8763fb6 76852002-03-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
7686
7687 * os.texi (Session Management): New node about X Session management.
7688
76892002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
7690
7691 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
7692 to which the manual corresponds, and the copyright years.
7693
7694 * Makefile.in (VERSION): Set to 2.9.
7695
76962001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
7697
7698 * elisp.texi: Change the category in @dircategory to "Emacs", to
7699 make it consistent with info/dir.
7700
77012001-11-25 Miles Bader <miles@gnu.org>
7702
7703 * text.texi (Fields): Describe new `limit' arg in
7704 field-beginning/field-end.
7705
77062001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
7707
7708 * permute-index: Don't depend on csh-specific features. Replace
7709 the interpreter name with /bin/sh.
7710
7711 * two-volume-cross-refs.txt: New file.
7712 * two.el: New file.
7713 * spellfile: New file.
7714
77152001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
7716
7717 * permute-index: New file.
7718
7719 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
7720 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
7721 8+3 restricted namespace.
7722
7723 * Makefile.in (infodir): Define relative to $(srcdir).
7724 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
7725 include directories list via -I switch to makeinfo.
7726 (index.texi): Use cp if both hard and symbolic links fail.
7727
77282001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
7729
7730 * Makefile.in (distclean): Add.
7731
7732 The following changes make ELisp manual part of the Emacs
7733 distribution:
7734
7735 * Makefile.in: Add Copyright notice.
7736 (prefix): Remove.
7737 (infodir): Change value to "../info".
7738 (VPATH): New variable.
7739 (MAKE): Don't define.
7740 (texmacrodir): Don't define.
7741 (texinputdir): Append the existing value of TEXINPUTS.
7742 ($(infodir)/elisp): Instead of just "elisp". Reformat the
7743 command to be compatible with man/Makefile.in, and to put the
7744 output into ../info.
7745 (info): Add target.
7746 (installall): Target removed.
7747
c8763fb6 77482001-10-31 Pavel Janík <Pavel@Janik.cz>
b8d4c8d0
GM
7749
7750 * tips.texi (Coding Conventions): Fix typo.
7751
77522001-10-23 Gerd Moellmann <gerd@gnu.org>
7753
7754 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
7755
77562001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
7757
7758 * files.texi (File Name Components): Update the description of
7759 file-name-sans-extension and file-name-extension, as they now
7760 ignore leading dots.
7761
77622001-10-20 Gerd Moellmann <gerd@gnu.org>
7763
7764 * (Version 21.1 released.)
7765
77662001-10-19 Miles Bader <miles@gnu.org>
7767
7768 * positions.texi (Text Lines): Describe behavior of
7769 `beginning-of-line'/`end-of-line' in the presence of field properties.
7770
77712001-10-17 Gerd Moellmann <gerd@gnu.org>
7772
7773 * Makefile.in (VERSION): Set to 2.8.
7774 (manual): Use `manual-21'.
7775
7776 * elisp.texi (VERSION): Add and use it where the version
7777 number was used. Set it to 2.8.
7778
7779 * intro.texi: Likewise.
7780
77812001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
7782
7783 * files.texi (File Name Completion): Document the significance of
7784 a trailing slash in elements of completion-ignored-extensions.
7785
77862001-10-06 Miles Bader <miles@gnu.org>
7787
7788 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
7789
77902001-10-04 Gerd Moellmann <gerd@gnu.org>
7791
7792 * variables.texi (Variable Aliases): New node.
7793
77942001-10-04 Gerd Moellmann <gerd@gnu.org>
7795
7796 * Branch for 21.1.
7797
77982001-10-02 Miles Bader <miles@gnu.org>
7799
7800 * minibuf.texi (Minibuffer Misc): Add entries for
7801 `minibuffer-contents', `minibuffer-contents-no-properties', and
7802 `delete-minibuffer-contents'.
7803 Correct description for `minibuffer-prompt-end'.
7804
7805 * text.texi (Property Search): Correct descriptions of
7806 `next-char-property-change' and `previous-char-property-change'.
7807 Add entries for `next-single-char-property-change' and
7808 `previous-single-char-property-change'.
7809 Make operand names a bit more consistent.
7810
78112001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
7812
7813 * frames.texi (Finding All Frames): Document that next-frame and
7814 previous-frame are local to current terminal.
7815
78162001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
7817
7818 * keymaps.texi (Creating Keymaps): Fix the description of the
7819 result of make-keymap.
7820
78212001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
7822
7823 * display.texi (Font Lookup, Attribute Functions)
7824 (Image Descriptors): Add cross-references to the definition of
7825 selected frame.
7826
7827 * buffers.texi (The Buffer List): Add cross-references to the
7828 definition of selected frame.
7829
7830 * frames.texi (Input Focus): Clarify which frame is _the_ selected
7831 frame at any given time.
7832 (Multiple Displays, Size and Position): Add a cross-reference to
7833 the definition of the selected frame.
7834
78352001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
7836
7837 * strings.texi (String Conversion) <string-to-number>: Document
7838 that a float is returned for integers that are too large.
7839
7840 * frames.texi (Mouse Position): Document mouse-position-function.
7841 (Display Feature Testing): Document display-images-p.
7842 (Window Frame Parameters): Document the cursor-type variable.
7843
7844 * numbers.texi (Integer Basics): Document CL style read syntax for
7845 integers in bases other than 10.
7846
7847 * positions.texi (List Motion): Document
7848 open-paren-in-column-0-is-defun-start.
7849
7850 * lists.texi (Sets And Lists): Document member-ignore-case.
7851
7852 * internals.texi (Garbage Collection): Document the used and free
7853 strings report.
7854 (Memory Usage): Document strings-consed.
7855
7856 * os.texi (Time of Day): Document float-time.
7857 (Recording Input): Document that clear-this-command-keys clears
7858 the vector to be returned by recent-keys.
7859
7860 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
7861 argument keymap can be a list.
7862
7863 * nonascii.texi (User-Chosen Coding Systems)
7864 <select-safe-coding-system>: Document the new argument
7865 accept-default-p and the variable
7866 select-safe-coding-system-accept-default-p. Tell what happens if
7867 buffer-file-coding-system is undecided.
7868 (Default Coding Systems): Document auto-coding-regexp-alist.
7869
7870 * display.texi (The Echo Area) <message>: Document
7871 message-truncate-lines.
7872 (Glyphs): Document that the glyph table is unused on windowed
7873 displays.
7874
7875 * help.texi (Describing Characters) <single-key-description>:
7876 Document the new argument no-angles.
7877 (Accessing Documentation) <documentation-property>: Document that
7878 a non-string property is evaluated.
7879 <documentation>: Document that the function-documentation property
7880 is looked for.
7881
7882 * windows.texi (Selecting Windows): Document some-window.
7883
7884 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
7885
7886 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
7887 apropos-mode-hook.
7888
7889 * commands.texi (Using Interactive): Document interactive-form.
7890 (Keyboard Macros): Document kbd-macro-termination-hook.
7891 (Command Loop Info): Document that clear-this-command-keys clears
7892 the vector to be returned by recent-keys.
7893
78942001-09-04 Werner LEMBERG <wl@gnu.org>
7895
7896 * Makefile.in (srcdir, texinputdir): New variables.
7897 (srcs, index.texi, install): Use $(srcdir).
7898 (.PHONY): Remove elisp.dvi.
7899 (elisp): Use -I switch for makeinfo.
7900 (elisp.dvi): Use $(srcdir) and $(texinputdir).
7901 (installall, dist): Use $(srcdir).
7902 Fix path to texinfo.tex.
7903 (maintainer-clean): Add elisp.dvi and elisp.oaux.
7904
79052001-08-30 Gerd Moellmann <gerd@gnu.org>
7906
7907 * display.texi (Conditional Display): Adjust to API change.
7908
7909 * configure: New file.
7910
79112001-07-30 Gerd Moellmann <gerd@gnu.org>
7912
7913 * commands.texi (Repeat Events): Add description of
7914 double-click-fuzz.
7915
79162001-05-08 Stefan Monnier <monnier@cs.yale.edu>
7917
7918 * syntax.texi (Syntax Class Table): Add the missing designator for
7919 comment and string fences.
7920 (Syntax Properties): Add a xref to syntax table internals.
7921 (Syntax Table Internals): Document string-to-syntax.
7922
79232001-05-07 Gerd Moellmann <gerd@gnu.org>
7924
7925 * Makefile.in (install): Use install-info command line options
7926 like in Emacs' Makefile.in.
7927
79282000-12-09 Miles Bader <miles@gnu.org>
7929
7930 * windows.texi (Window Start): Update documentation for
7931 `pos-visible-in-window-p'.
7932
79332000-11-12 Stefan Monnier <monnier@cs.yale.edu>
7934
7935 * lists.texi (Building Lists): Add footnote to explain how to add
7936 to the end of a list.
7937
79382000-10-25 Gerd Moellmann <gerd@gnu.org>
7939
7940 * files.texi (Visiting Functions): Typos.
7941
79422000-10-25 Kenichi Handa <handa@etl.go.jp>
7943
7944 * files.texi (Visiting Functions): Return value of
7945 find-file-noselect may be a list of buffers if wildcards are used.
7946
79472000-10-24 Miles Bader <miles@lsi.nec.co.jp>
7948
7949 * display.texi (Defining Faces): Document `graphic' display type
7950 in face specs.
7951
b344d29d 79522000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b8d4c8d0
GM
7953
7954 * hooks.texi (Standard Hooks): Replace obsolete
7955 `after-make-frame-hook' with `after-make-frame-functions'.
7956
7957 * frames.texi (Creating Frames): Ditto.
7958
7959 * variables.texi (Future Local Variables): Ditto.
7960
79612000-10-16 Gerd Moellmann <gerd@gnu.org>
7962
7963 * display.texi (Other Image Types): Add description of :foreground
7964 and :background properties of mono PBM images.
7965
79662000-08-17 Werner LEMBERG <wl@gnu.org>
7967
7968 * .cvsignore: New file.
7969
79702000-01-05 Gerd Moellmann <gerd@gnu.org>
7971
7972 * tindex.pl: New script.
7973
79741999-12-03 Dave Love <fx@gnu.org>
7975
7976 * Makefile.in (MAKEINFO): New parameter.
7977
79781999-09-17 Richard Stallman <rms@gnu.org>
7979
7980 * Makefile.in (srcs): Add hash.texi.
7981 (VERSION): Update to 20.6.
7982
79831999-09-13 Richard Stallman <rms@gnu.org>
7984
7985 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
7986
79871998-08-29 Karl Heuer <kwzh@gnu.org>
7988
7989 * configure.in: New file.
7990 * Makefile.in: Renamed from Makefile.
7991 (prefix, infodir): Use value obtained from configure.
7992 (emacslibdir): Obsolete variable deleted.
7993 (dist): Distribute configure.in, configure, Makefile.in.
7994
79951998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
7996
7997 * Makefile (INSTALL_INFO): New variable.
7998 (install): Run install-info.
7999
80001998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
8001
8002 * Makefile (elisp.dvi): Add missing backslash.
8003
80041998-05-02 Richard Stallman <rms@psilocin.gnu.org>
8005
8006 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
8007 Run texindex without `./'. Always run texindex on elisp.tp.
8008 (elisp.tps): Target deleted.
8009
80101998-04-05 Richard Stallman <rms@psilocin.gnu.org>
8011
8012 * Makefile (srcs): Add nonascii.texi and customize.texi.
8013 (dist): Start by deleting `temp'.
8014
80151998-02-17 Richard Stallman <rms@psilocin.gnu.org>
8016
8017 * Makefile (makeinfo, texindex): Targets deleted.
8018 (makeinfo.o, texindex.o): Targets deleted.
8019 (clean, dist): Don't do anything with them or with getopt*.
8020
80211998-01-30 Richard Stallman <rms@psilocin.gnu.org>
8022
8023 * Makefile (SHELL): Defined.
8024
80251998-01-27 Richard Stallman <rms@psilocin.gnu.org>
8026
8027 * Makefile (elisp.tps): New target.
8028 (elisp.dvi): Depend on elisp.tps.
8029
c5602427 80301996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
b8d4c8d0
GM
8031
8032 * README: Update phone number.
8033
8034 * Makefile (elisp): Make this be the default target.
8035 Depend on makeinfo.c instead of makeinfo.
8036 (install): Don't depend on elisp.dvi, since we don't install that.
8037 Use mkinstalldirs.
8038 (dist): Add mkinstalldirs.
8039
c5602427 80401995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
b8d4c8d0
GM
8041
8042 * Makefile (VERSION): Update version number.
8043 (maintainer-clean): Renamed from realclean.
8044
c5602427 80451995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
b8d4c8d0
GM
8046
8047 * Makefile (realclean): New target.
8048 (elisp): Remove any old elisp-* files first.
8049
c5602427 80501993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
b8d4c8d0
GM
8051
8052 * Makefile (VERSION): New variable.
8053 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
8054 Compressed file suffix should be `.gz', not `.z'.
8055
ce058493 80561993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
8057
8058 * Makefile (elisp): Depend on makeinfo.
8059
c5602427 80601993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
b8d4c8d0
GM
8061
8062 * Makefile (srcs): Add anti.texi.
8063
c5602427 80641993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
8065
8066 * Makefile (infodir, prefix): New vars.
8067 (install): Use infodir.
8068 (emacsinfodir): Deleted.
8069
c5602427 80701993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
8071
8072 * Makefile (srcs): Add calendar.texi.
8073
8074 * Makefile (dist): Copy texindex.c and makeinfo.c.
8075 Limit elisp-* files to those with one or two digits.
8076
c5602427 80771993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
8078
8079 * Makefile (dist): Changed to use Gzip instead of compress.
8080
c5602427 80811993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
8082
8083 * loading.texi (Unloading): define-function changed back to
8084 defalias. It may not stay this way, but at least it's
8085 consistent with the known-good version of the code patch.
8086
c5602427 80871993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
b8d4c8d0
GM
8088
8089 * modes.texi (Hooks): Document new optional arg of add-hook.
8090
c5602427 80911993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
8092
8093 * variables.texi: Document nil initial value of buffer-local variables.
8094
8095 * tips.texi: Add new section on standard library headers.
8096
c5602427 80971993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
8098
8099 * Makefile (srcs): Add frame.texi to the list of sources.
8100
c5602427 81011993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
8102
8103 * Makefile (dist): Don't bother excluding autosave files; they'll
8104 never make it into the temp directory anyway, and the hash marks
8105 in the name are problematic for make and the Bourne shell.
8106 (srcs):
8107
c5602427 81081993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
8109
8110 * Makefile (dist): Don't include backup files or autosave files in
8111 the distribution tar file.
8112
c5602427 81131991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
8114
8115 * Makefile (srcs): Added index.perm.
8116 (elisp.dvi): Remove erroneous shell comment.
8117 Expect output of permute-index in permuted.fns.
8118 Save old elisp.aux in elisp.oaux.
8119 (clean): Added index.texi to be deleted.
8120
c5602427 81211990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
8122
8123 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
8124
c5602427 81251990-06-26 David Lawrence (tale@geech)
b8d4c8d0
GM
8126
8127 * files.texi: Noted that completion-ignored-extensions is ignored
8128 when making *Completions*.
8129
3e868ee3 81301990-06-08 Jay Fenlason (hack@ai.mit.edu)
b8d4c8d0
GM
8131
8132 * Makefile make dist now depends on elisp.dvi, since it tries
8133 to include it in the dist file.
8134
c5602427 81351990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
b8d4c8d0 8136
c5602427 8137 * functions.texinfo (Mapping Functions): Add missing quote.
b8d4c8d0 8138
c5602427 81391989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
8140
8141 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
8142 (defunargs): Turn off \hyphenchar of \sl font temporarily.
8143
c5602427 81441989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
8145
8146 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
8147 and @error{} are the terms now being used. The files in the
8148 directory have been changed to reflect this.
8149
8150 * All instances of @indentedresultt{} have been changed to
8151 ` @result{}', using 5 spaces at the begining of the line.
8152
c5602427 81531989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
8154
8155 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
8156 experimental @indentedresult{}, @indentedexpandsto{} are part of
8157 the texinfo.tex in this directory. These TeX macros are not
8158 stable yet.
8159
c5602427 81601989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
8161
8162 * texinfo.tex: Temporarily added
8163 \let\result=\dblarrow
8164 \def\error{{\it ERROR} \longdblarrow}
8165 We need to do this better soon.
8166
c5602427 81671989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
8168
8169 * Applied Karl Berry's patches to *.texinfo files, but not to
8170 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
8171 new title page format is also not applied, since it requires
8172 texinfo.tex changes.)
8173
8174 * Cleaned up `Makefile' and defined the `emacslibdir' directory
8175 for the Project GNU development environment.
8176
8177;; Local Variables:
c8763fb6 8178;; coding: utf-8
b8d4c8d0
GM
8179;; add-log-time-zone-rule: t
8180;; End:
8181
352c8b4a 8182 Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
6ed161e1 8183 2007, 2008, 2009 Free Software Foundation, Inc.
b8d4c8d0
GM
8184
8185 This file is part of GNU Emacs.
8186
352c8b4a 8187 GNU Emacs is free software: you can redistribute it and/or modify
b8d4c8d0 8188 it under the terms of the GNU General Public License as published by
352c8b4a
GM
8189 the Free Software Foundation, either version 3 of the License, or
8190 (at your option) any later version.
b8d4c8d0
GM
8191
8192 GNU Emacs is distributed in the hope that it will be useful,
8193 but WITHOUT ANY WARRANTY; without even the implied warranty of
8194 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8195 GNU General Public License for more details.
8196
8197 You should have received a copy of the GNU General Public License
352c8b4a 8198 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
b8d4c8d0
GM
8199
8200;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda