NEWS: Re-organize Lisp changes for Emacs 23.2.
[bpt/emacs.git] / doc / lispref / ChangeLog
CommitLineData
eed5c93a
CY
12010-03-06 Chong Yidong <cyd@stupidchicken.com>
2
3 * objects.texi (Integer Type): Take note of the read syntax
4 exception for numbers that cannot fit in the integer type.
5
1ddd6622
GM
62010-03-03 Glenn Morris <rgm@gnu.org>
7
8 * numbers.texi (Integer Basics, Bitwise Operations):
9 * objects.texi (Integer Type): Update for integers now being 30-bit.
10
a908c79a
CY
112010-02-27 Chong Yidong <cyd@stupidchicken.com>
12
13 * display.texi (Low-Level Font): Document :otf font-spec property.
14
cd61af01
SM
152010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
16
17 * display.texi (Line Height): Avoid obsolete special default variables
18 like default-major-mode.
19
c02f8fe2
AM
202010-01-28 Alan Mackenzie <acm@muc.de>
21
22 * display.texi (Auto Faces): Say fontification-functions is called
23 whether or not Font Lock is enabled. Tidy up the wording a bit.
24
d738d18b
CY
252010-01-17 Chong Yidong <cyd@stupidchicken.com>
26
27 * elisp.texi: Remove duplicate edition information (Bug#5407).
28
4963739e
JB
292010-01-17 Juanma Barranquero <lekktu@gmail.com>
30
31 * two.el (volume-header-toc-markup): Fix typos in docstring.
32
c57008f6
SM
332010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
34
35 Avoid dubious uses of save-excursions.
36 * positions.texi (Excursions): Recommend the use of
37 save-current-buffer if applicable.
38 * text.texi (Clickable Text): Fix the example code which used
39 save-excursion in a naive way which sometimes preserves point and
40 sometimes not.
41 * variables.texi (Creating Buffer-Local):
42 * os.texi (Session Management):
43 * display.texi (GIF Images):
44 * control.texi (Cleanups): Use (save|with)-current-buffer.
45
2f3725cd
EZ
462010-01-02 Eli Zaretskii <eliz@gnu.org>
47
48 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
49
85eeac93
CY
502010-01-02 Chong Yidong <cyd@stupidchicken.com>
51
52 * nonascii.texi (Text Representations, Character Codes)
53 (Converting Representations, Explicit Encoding)
54 (Translation of Characters): Use hex notation consistently.
55 (Character Sets): Fix map-charset-chars doc (Bug#5197).
56
4801c5fa
CY
572010-01-01 Chong Yidong <cyd@stupidchicken.com>
58
59 * loading.texi (Where Defined): Make it clearer that these are
60 loaded files (Bug#5068).
61
26e533e2
CY
622009-12-29 Chong Yidong <cyd@stupidchicken.com>
63
64 * minibuf.texi (Completion Styles): Document `initials' style.
65
16d1ff5f
CY
662009-12-25 Chong Yidong <cyd@stupidchicken.com>
67
68 * frames.texi (Resources): Describe inhibit-x-resources.
69 (Size Parameters): Copyedit.
70
71 * hash.texi (Creating Hash):
72 * objects.texi (Hash Table Type): Document the new hash table
73 printed representation.
74
75 * minibuf.texi (Basic Completion): 4th arg to all-completions is
76 obsolete.
77
78 * processes.texi (Process Buffers): Document
79 process-kill-buffer-query-function.
80
9a5de3d9
GM
812009-12-05 Glenn Morris <rgm@gnu.org>
82
83 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
84 diary-display-function, and no longer recommended to be a hook.
85 Update for changes in the names of calendar and diary hooks.
86 diary-print-entries-hook has changed section.
87
b640eb52
EZ
882009-11-28 Eli Zaretskii <eliz@gnu.org>
89
90 * text.texi (Special Properties): More accurate description of
91 what the `cursor' property does.
92
be1674ab
KR
932009-11-26 Kevin Ryde <user42@zip.com.au>
94
95 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
96 mouse-wheel-down-event, the closest thing to a definition for them.
97 * os.texi (Startup Summary): vindex inhibit-startup-message and
98 inhibit-splash-screen.
99 (Command-Line Arguments): vindex argv.
100 (Suspending Emacs): vindex suspend-tty-functions and
101 resume-tty-functions. Don't want to index every hook, but having
102 the programming ones is helpful.
103
603f5979
CY
1042009-11-14 Chong Yidong <cyd@stupidchicken.com>
105
106 * commands.texi (Motion Events): Fix typo (Bug#4907).
107
4359a806
CY
1082009-11-08 Chong Yidong <cyd@stupidchicken.com>
109
110 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
111 are affected by case-fold-search (Bug#4483).
112
0f063651
CY
1132009-11-02 Chong Yidong <cyd@stupidchicken.com>
114
115 * minibuf.texi (Reading File Names): Note that read-file-name may
116 use a graphical file dialog.
117
9bd79893
GM
1182009-10-31 Glenn Morris <rgm@gnu.org>
119
120 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
121
ebe479ec
KR
1222009-10-16 Kevin Ryde <user42@zip.com.au>
123
124 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
125 in particular so `info-lookup-symbol' can find its docs.
126
2640fa86
CY
1272009-10-16 Chong Yidong <cyd@stupidchicken.com>
128
129 * variables.texi (Constant Variables): Distinguish from defconst
130 variables.
131 (Defining Variables): Add cindex.
132
edd6a733
CY
1332009-10-15 Chong Yidong <cyd@stupidchicken.com>
134
135 * os.texi (Time of Day): Clarify that the microsecond part is
136 ignored (Bug#4637).
137
5feb0b73
GM
1382009-10-11 Glenn Morris <rgm@gnu.org>
139
140 * frames.texi (Size and Position): Clarify what is included in the frame
141 height. (Bug#4535)
142
0c5413c8
GM
1432009-10-10 Glenn Morris <rgm@gnu.org>
144
145 * windows.texi (Size of Window): The relationship between window and
146 frame heights is not so simple. (Bug#4535)
147 Mention window-full-height-p.
148
7f8b600a
SM
1492009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
150
151 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
152 used from Lisp.
153
6185de1c
EZ
1542009-10-07 Eli Zaretskii <eliz@gnu.org>
155
7f8b600a
SM
156 * files.texi (Directory Names) <abbreviate-file-name>:
157 Document that root home directories are not replaced with "~".
6185de1c 158
9972911f
EZ
1592009-10-06 Eli Zaretskii <eliz@gnu.org>
160
161 * text.texi (Special Properties): Document the meaning of the
162 `cursor' text property whose value is an integer.
163
2a3f19ef
MA
1642009-10-05 Michael Albinus <michael.albinus@gmx.de>
165
166 * files.texi (Magic File Names): Add `copy-directory'.
167
804543b5
EZ
1682009-10-05 Eli Zaretskii <eliz@gnu.org>
169
170 * files.texi (File Attributes): Fix description of file
171 attributes. (Bug#4638) Update attributes of files.texi example to
172 be more representative.
173
461bf92b
MA
1742009-10-05 Michael Albinus <michael.albinus@gmx.de>
175
176 * files.texi (Create/Delete Dirs): New command copy-directory.
177
a86cd395
JB
1782009-10-04 Juanma Barranquero <lekktu@gmail.com>
179
180 * anti.texi (Antinews):
181 * macros.texi (Indenting Macros):
182 * strings.texi (Creating Strings, Case Conversion):
183 Remove duplicate words.
184
d3080264
MA
1852009-10-01 Michael Albinus <michael.albinus@gmx.de>
186
187 * files.texi (Create/Delete Dirs): delete-directory has an
188 optional parameter RECURSIVE.
189
85d14563
SM
1902009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
191
192 * buffers.texi (Swapping Text): Minor clarification.
193
3d9842c6
GM
1942009-10-01 Glenn Morris <rgm@gnu.org>
195
196 * functions.texi (Declaring Functions): Mention that we also search for
197 ".m" files in the src/ directory.
198
78427304
CY
1992009-09-25 David Engster <deng@randomsample.de>
200
3d9842c6 201 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
78427304 202
b578c9cc
GM
2032009-09-22 Glenn Morris <rgm@gnu.org>
204
205 * internals.texi (Building Emacs): Mention preloaded-file-list.
206
beee5da7
AM
2072009-09-14 Alan Mackenzie <acm@muc.de>
208
209 * os.texi (Terminal Output): Put "@code{}" around "stdout".
210
5d6ab672
CY
2112009-09-13 Chong Yidong <cyd@stupidchicken.com>
212
213 * functions.texi (Anonymous Functions): Rearrange discussion,
214 giving usage of unquoted lambda forms first. Mention that
215 `function' and `#'' are no longer required (Bug#4290).
216
59375eeb
AM
2172009-09-11 Alan Mackenzie <acm@muc.de>
218
a86cd395 219 * os.texi (Terminal Output): Document `send-string-to-terminal' in
59375eeb
AM
220 batch mode.
221
e7e2f529
GM
2222009-09-01 Glenn Morris <rgm@gnu.org>
223
224 * display.texi (Face Functions): Mention define-obsolete-face-alias.
225
eae47088
GM
2262009-08-26 Ulrich Mueller <ulm@gentoo.org>
227
228 * nonascii.texi (Character Codes): Fix typos.
229
3691a0a6
MA
2302009-08-25 Michael Albinus <michael.albinus@gmx.de>
231
232 * processes.texi (Synchronous Processes): New defvar
233 process-file-side-effects.
234
664d56b8
GM
2352009-08-25 Glenn Morris <rgm@gnu.org>
236
237 * display.texi (Fontsets): Fix typo.
238
0706c025
GM
239 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
240
03a74b84
SM
2412009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
242
243 * processes.texi (Asynchronous Processes): Adjust arglist of
244 start-process-shell-command and start-file-process-shell-command.
245
f6de8a37
CY
2462009-08-15 Chong Yidong <cyd@stupidchicken.com>
247
4b1ed1bb
CY
248 * advice.texi (Argument Access in Advice): Note that argument
249 positions are zero-based (Bug#3932).
250
89a9e058
CY
251 * commands.texi (Distinguish Interactive): Minor copyedit.
252
23696fd7
CY
253 * display.texi (Face Attributes): Add xref to Displaying Faces for
254 explanation of "underlying face".
255
f6de8a37
CY
256 * customize.texi (Common Keywords): Add xref to Loading.
257
258 * loading.texi (How Programs Do Loading): Add xref to Lisp
259 Libraries node in the Emacs manual.
260
417f77e6
CY
2612009-08-13 Chong Yidong <cyd@stupidchicken.com>
262
263 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
264
0999039c
CY
2652009-07-18 Chong Yidong <cyd@stupidchicken.com>
266
267 * processes.texi (Shell Arguments): Copyedits.
268
9af167bc
GM
2692009-07-18 Glenn Morris <rgm@gnu.org>
270
271 * loading.texi (Repeated Loading): Fix typo.
272
137987ab
RS
2732009-07-16 Richard Stallman <rms@gnu.org>
274
275 * buffers.texi (Swapping Text): Recommend setting
276 write-region-annotate-functions and buffer-saved-size.
277
278 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
279
622fa380
GM
2802009-07-15 Glenn Morris <rgm@gnu.org>
281
282 * edebug.texi: Minor re-phrasings throughout.
283 (Edebug Execution Modes): Sit-for affects continue mode too.
284 (Jumping): Use `forward-sexp' rather than its keybinding.
285 (Edebug Misc): Fix Q binding.
286 (Edebug Eval): Remove cl version.
287 (Printing in Edebug): Clarify print-length etc.
288 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
289 (Specification List): Remove edebug-unwrap findex entry.
290 (Specification Examples): defmacro is actually not the same as defun.
291 Escape "`" in example.
292
6bbd4600
CY
2932009-07-15 Chong Yidong <cyd@stupidchicken.com>
294
295 * markers.texi (The Mark): Document optional arg to
296 deactivate-mark.
297
e538d479
GM
2982009-07-11 Kevin Ryde <user42@zip.com.au>
299
300 * hooks.texi (Standard Hooks): Fix cross-references.
301
4c98b9ed
GM
302 * loading.texi (Named Features): Refer to eval-after-load.
303
5300838c
GM
3042009-07-11 Glenn Morris <rgm@gnu.org>
305
64fbeb16
GM
306 * Makefile.in (TEXI2PDF): New.
307 (elisp.pdf): New target.
308
4c98b9ed
GM
309 * searching.texi (Regexp Backslash): Fix typo.
310
311 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5300838c 312
51d9979c
GM
3132009-07-10 Glenn Morris <rgm@gnu.org>
314
561c0216
GM
315 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
316
5b594a58
GM
317 * customize.texi (Customization Types):
318 * display.texi (Abstract Display):
0cc8c85a 319 * objects.texi (Character Type, String Type):
5b594a58 320 Merge in some menu descriptions from elisp.texi.
51d9979c 321
c3cbbb40
GM
322 * hash.texi (Hash Tables):
323 * modes.texi (Multiline Font Lock):
324 End menu description with period.
fe42c16a 325
28528402
GM
3262009-07-09 Glenn Morris <rgm@gnu.org>
327
328 * back.texi: Don't hard-code texinfo location.
329
330 * two-volume.make (texinfodir): New, with location of texinfo.tex.
331 (tex): Add texinfodir to TEXINPUTS.
332 (elisp1med-init, elisp2med-init): Use texinfodir.
333
334 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
335 (clean): Add two-volume.make intermediate files.
336
337 * elisp.texi, vol1.texi, vol2.texi:
338 Use a DATE variable with the publication date, and update it.
339 Fix antinews menu description.
340
341 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
342 Update the detailed node listing to match elisp.texi.
343
344 * README: Update edition to match elisp.texi.
345
346 * objects.texi (General Escape Syntax):
347 * nonascii.texi (Character Sets):
348 Use consistent case for "Unicode Standard".
349
350 * anti.texi (Antinews):
351 * customize.texi (Variable Definitions):
352 * functions.texi (Declaring Functions):
353 * nonascii.texi (Character Properties):
354 * processes.texi (Serial Ports):
355 * text.texi (Special Properties):
356 * tips.texi (Coding Conventions):
357 Minor rearrangements to improve TeX line-filling.
358
359 * commands.texi (Using Interactive): Fix cross-reference.
360
17db8e10
JD
3612009-07-01 Jan Djärv <jan.h.d@swipnet.se>
362
363 * frames.texi (Management Parameters): Mention sticky.
364
77c7e2e1
AS
3652009-07-01 Andreas Schwab <aschwab@redhat.com>
366
367 * help.texi (Help Functions): Fix description of help-buffer and
368 help-setup-xref to use @defun instead of @deffn.
369
3f1c6666
JD
3702009-07-01 Jan Djärv <jan.h.d@swipnet.se>
371
372 * frames.texi (Size Parameters): Mention maximized for fullscreen.
373
ca27c21b
CY
3742009-06-24 Chong Yidong <cyd@stupidchicken.com>
375
376 * display.texi (Window Systems): Add ns to the list.
377
70243478
CY
3782009-06-21 Chong Yidong <cyd@stupidchicken.com>
379
380 * Branch for 23.1.
381
df006536
MR
3822009-06-17 Martin Rudalics <rudalics@gmx.at>
383
384 * windows.texi (Dedicated Windows): Fix typo.
385 (Resizing Windows): Replace @defun by @deffn.
386
d259fc4b
GM
3872009-06-17 Glenn Morris <rgm@gnu.org>
388
389 * variables.texi (Directory Local Variables):
390 Update for 2009-04-11 name-change of dir-locals-directory-alist.
391
30781db6
KH
3922009-06-09 Kenichi Handa <handa@m17n.org>
393
394 * nonascii.texi (Character Sets): State clearly that FROM and TO
395 are codepoints of CHARSET.
396
62e8099c
CY
3972009-06-07 Chong Yidong <cyd@stupidchicken.com>
398
399 * minibuf.texi (Reading File Names): Fix introductory text.
400 Suggested by stan@derbycityprints.com.
401 (High-Level Completion): Fix typo.
402
ee1b1917
CY
4032009-05-28 Chong Yidong <cyd@stupidchicken.com>
404
405 * frames.texi (Text Terminal Colors): Multi-tty is already
406 implemented, but tty-local colors are not.
407
5df647e8
CY
4082009-05-27 Chong Yidong <cyd@stupidchicken.com>
409
410 * hooks.texi (Standard Hooks): Remove mention of obsolete
411 redisplay-end-trigger-functions.
412
413 * internals.texi (Window Internals): Remove mention of obsolete
414 redisplay-end-trigger-functions.
415
01f17ae2
MR
4162009-05-21 Martin Rudalics <rudalics@gmx.at>
417
418 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
419
420 * backups.texi (Making Backups): backup-directory-alist and
421 make-backup-file-name-function are options.
422 (Auto-Saving): auto-save-list-file-prefix is an option.
423
424 * buffers.texi (Killing Buffers): buffer-offer-save is an
425 option.
426
427 * display.texi (Refresh Screen): no-redraw-on-reenter is an
428 option.
429 (Echo Area Customization): echo-keystrokes is an option.
430 (Selective Display): selective-display-ellipses is an option.
431 (Temporary Displays): temp-buffer-show-function is an option.
432 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
433 are options.
434 (Font Selection): face-font-family-alternatives,
435 face-font-selection-order, face-font-registry-alternatives, and
436 scalable-fonts-allowed are options.
437 (Fringe Indicators): indicate-buffer-boundaries is an option.
438 (Fringe Cursors): overflow-newline-into-fringe is an option.
439 (Scroll Bars): scroll-bar-mode is an option.
440
441 * eval.texi (Eval): max-lisp-eval-depth is an option.
442
443 * files.texi (Visiting Functions): find-file-hook is an option.
444 (Directory Names): directory-abbrev-alist is an option.
445 (Unique File Names): temporary-file-directory and
446 small-temporary-file-directory are options.
447
448 * frames.texi (Initial Parameters): initial-frame-alist,
449 minibuffer-frame-alist and default-frame-alist are options.
450 (Cursor Parameters): blink-cursor-alist and
451 cursor-in-non-selected-windows ar options.
452 (Window System Selections): selection-coding-system is an
453 option.
454 (Display Feature Testing): display-mm-dimensions-alist is an
455 option.
456
457 * help.texi (Help Functions): help-char and help-event-list are
458 options.
459
460 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
461 an option.
462
463 * minibuf.texi (Minibuffer History): history-length and
464 history-delete-duplicates are options.
465 (High-Level Completion): read-buffer-function and
466 read-buffer-completion-ignore-case are options.
467 (Reading File Names): read-file-name-completion-ignore-case is
468 an option.
469
470 * modes.texi (Mode Line Top): mode-line-format is an option.
471 (Mode Line Variables): mode-line-position and mode-line-modes
472 are options.
473
474 * nonascii.texi (Text Representations):
475 enable-multibyte-characters is an option.
476 (Default Coding Systems): auto-coding-regexp-alist,
477 file-coding-system-alist, auto-coding-alist and
478 auto-coding-functions are options.
479 (Specifying Coding Systems): inhibit-eol-conversion is an
480 option.
481
482 * os.texi (Init File): site-run-file is an option.
483 (System Environment): mail-host-address is an option.
484 (User Identification): user-mail-address is an option.
485 (Terminal Output): baud-rate is an option.
486
487 * positions.texi (Word Motion): words-include-escapes is an
488 option.
489
490 * searching.texi (Standard Regexps): page-delimiter,
491 paragraph-separate, paragraph-separate and sentence-end are
492 options.
493
494 * text.texi (Margins): left-margin and fill-nobreak-predicate
495 are options.
496
497 * variables.texi (Local Variables): max-specpdl-size is an
498 option.
499
500 * windows.texi (Choosing Window):
501 split-window-preferred-function, special-display-function and
502 display-buffer-function are options.
503
106e6894
CY
5042009-05-20 Chong Yidong <cyd@stupidchicken.com>
505
4a83454d
CY
506 Fix errors spotted by Martin Rudalics.
507
106e6894
CY
508 * syntax.texi (Position Parse): Document rationale for ignored
509 arguments to syntax-ppss-flush-cache.
510
511 * processes.texi (Input to Processes): Mark PROCESS arg to
512 process-running-child-p as optional.
513 (Network Options): Document NO-ERROR arg to
514 set-network-process-option.
515
516 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
517 command.
518
519 * searching.texi (POSIX Regexps): Mark posix-search-forward and
520 posix-search-backward as commands.
521
522 * os.texi (Killing Emacs): Mark kill-emacs as a command.
523 (Suspending Emacs): Mark suspend-emacs as a command.
524 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
525 commands.
526 (Terminal Output): Remove obsolete function baud-rate. Document
527 TERMINAL arg for send-string-to-terminal.
528
529 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
530 terminal-coding-system and set-terminal-coding-system.
531 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
532 as optional.
533 (Character Sets): Document RESTRICTION arg of char-charset.
534 (Character Codes): Mark POS argument to get-byte as optional.
535
536 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
537 minibuffer-message.
538
539 * files.texi (Create/Delete Dirs): Mark make-directory and
540 delete-directory as commands.
541
542 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
543
544 * text.texi (Base 64): Mark base64-decode-string and
545 base64-encode-string as commands.
546 (Columns): Mark move-to-column as a command.
547 (Mode-Specific Indent): Document RIGID arg to
548 indent-for-tab-command.
549 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
550 Mark indent-code-rigidly as a command.
551 (Substitution): Mark translate-region as a command.
552
553 * frames.texi (Size and Position): Remove obsolete functions
554 screen-height and screen-width.
555
04173931
CY
5562009-05-19 Chong Yidong <cyd@stupidchicken.com>
557
558 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
559 (Displaying Buffers, Resizing Windows): Correct mistakes;
560 next-window, previous-window, and pop-to-buffer are not commands,
561 and fit-window-to-buffer" is a command. (Pointed out by Martin
562 Rudalics.)
563
eae7d8f8
RS
5642009-05-17 Richard M Stallman <rms@gnu.org>
565
566 * modes.texi (Precalculated Fontification): Clarify text.
567
b8766179
MR
5682009-05-17 Martin Rudalics <rudalics@gmx.at>
569
570 * windows.texi (Selecting Windows): Clarify descriptions of
571 with-selected-window and get-lru-window.
572 (Cyclic Window Ordering): Refer to particular frame when talking
573 about how splitting affects the ordering.
574 (Displaying Buffers): Fix descriptions of switch-to-buffer and
575 switch-to-buffer-other-window. Explain how setting of
576 display-buffer-reuse-frames affects pop-to-buffer.
577 (Choosing Window): Clarify some details in descriptions of
578 display-buffer-reuse-frames, pop-up-frames, and
579 pop-up-frame-function.
580 (Dedicated Windows): Clarify some details.
581 (Textual Scrolling): Replace term vscroll by term vertical
582 scroll position.
583 (Vertical Scrolling): Fix typo.
584 (Window Hooks): Relate text on jit-lock-register to window
585 scrolling and size changes.
586
734b5e3b
CY
5872009-05-14 Chong Yidong <cyd@stupidchicken.com>
588
0a65633e
CY
589 * frames.texi (Initial Parameters): Clarify what the initial
590 minibuffer frame is.
05be46d7
CY
591 (Buffer Parameters): Note that the minibuffer parameter can not be
592 altered.
0a65633e 593
734b5e3b
CY
594 * anti.texi (Antinews): Copyedits. Rearrange some entries.
595 Document display-buffer changes.
596
925672cd
CY
5972009-05-13 Chong Yidong <cyd@stupidchicken.com>
598
17ecd7af
CY
599 * anti.texi (Antinews): Rewrite for Emacs 22.
600
925672cd
CY
601 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
602 obarrays are first mentioned. Define "system abbrev" more
603 prominently, and add it to the index.
604 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
605 Copyedits.
606 (Abbrev Expansion): Document abbrev-insert.
607
80be4dd7
CY
6082009-05-12 Chong Yidong <cyd@stupidchicken.com>
609
610 * frames.texi (Font and Color Parameters): Rename from Color
611 Parameters. Document font-backend parameter.
612
613 * vol2.texi (Top): Update node listing.
614 * vol1.texi (Top): Update node listing.
615 * elisp.texi (Top): Update node listing.
616
372a93ac
MR
6172009-05-11 Martin Rudalics <rudalics@gmx.at>
618
619 * windows.texi (Choosing Window): Don't explicitly refer to
620 split-window-sensibly's window argument in descriptions of
621 split-height-threshold and split-width-threshold.
622
714c3541
MR
6232009-05-10 Martin Rudalics <rudalics@gmx.at>
624
625 * windows.texi (Choosing Window): Fix rewrite of window
626 splitting section.
627
0e90e7be
EZ
6282009-05-09 Eli Zaretskii <eliz@gnu.org>
629
630 * nonascii.texi (Default Coding Systems): Document
631 find-auto-coding, set-auto-coding, and auto-coding-alist. Add
632 indexing.
633 (Lisp and Coding Systems): Add index entries.
634
d3c0c321
MR
6352009-05-09 Martin Rudalics <rudalics@gmx.at>
636
637 * windows.texi (Choosing Window): Describe split-window-sensibly
638 and rewrite section on window splitting accordingly.
639 (Textual Scrolling): Replace `...' by @code{...}.
640
c773345a
CY
6412009-05-04 Chong Yidong <cyd@stupidchicken.com>
642
ee2d5b5e
CY
643 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
644 Remove obsoleted pre-abbrev-expand-hook.
645
646 * locals.texi (Standard Buffer-Local Variables): Consolidate table
647 entries.
648
c773345a
CY
649 * internals.texi (Object Internals): Don't assume 32-bit machines
650 are the norm.
651 (Buffer Internals): Consolidate table entries for readability.
ee2d5b5e
CY
652 (Window Internals): Synch field names to window.h.
653 (Process Internals): Synch field names to process.h.
c773345a 654
dd449674
CY
6552009-04-29 Chong Yidong <cyd@stupidchicken.com>
656
657 * variables.texi (File Local Variables): Note that read-circle is
658 bound to nil when reading file-local variables.
659
660 * streams.texi (Input Functions): Document read-circle.
661 (Output Variables): Add xref to Circular Objects.
662
4f1e25e2
CY
6632009-04-25 Chong Yidong <cyd@stupidchicken.com>
664
665 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
666 Features and Coding System Basics. Node that "p" stands for
667 "predicate". Recommend utf-8-emacs instead of emacs-mule.
668 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
669 mouse-appearance-menu.
670 (Programming Tips): Add xref to Progress.
671
dca019f8
CY
6722009-04-22 Chong Yidong <cyd@stupidchicken.com>
673
674 * os.texi (Command-Line Arguments): Document
675 command-line-args-left.
676 (Suspending Emacs): Adapt text to multi-tty case. Document use of
677 terminal objects for tty arguments.
678 (Startup Summary): Add xref to Session Management.
679 (Session Management): Mention emacs-session-restore. Copyedits.
680
02a89103
CY
6812009-04-20 Chong Yidong <cyd@stupidchicken.com>
682
683 * os.texi (Startup Summary): Copyedits. The init file is not
684 necessarily named .emacs now. Document initial-buffer-choice and
685 initial-scratch-message. Note where Emacs exits in batch mode.
686 Document inhibit-splash-screen as an alias.
687 (Init File): Be neutral about which init file name to use.
688
6892009-04-16 Chong Yidong <cyd@stupidchicken.com>
690
691 * os.texi (System Interface): Fix Texinfo usage.
692
0c1cfe01
CY
6932009-04-15 Chong Yidong <cyd@stupidchicken.com>
694
80d7cdca
CY
695 * searching.texi (Regexp Backslash): Also refer to shy groups as
696 non-capturing or unnumbered groups.
697 (Regexp Functions): Add cross-reference to Regexp Backslash.
698
0c1cfe01
CY
699 * display.texi (Truncation): Overlays can use line-prefix and
700 wrap-prefix too.
701 (Overlay Properties): Document wrap-prefix and line-prefix.
702 (Face Attributes): Document underline-minimum-offset.
703 (Face Remapping): Copyedits.
704 (Low-Level Font): Copyedits.
705 (Image Cache): Note that the image cache is shared between frames.
ed8ab760
CY
706 (Line Height): Emphasize that line-spacing only takes effect on
707 graphical terminals.
0c1cfe01 708
c4adeee0
CY
7092009-04-13 Chong Yidong <cyd@stupidchicken.com>
710
711 * display.texi (Refresh Screen): Note that a passage about screen
712 refreshing is text terminal only.
713 (Forcing Redisplay): Delete misleading comment---sit-for calls
714 redisplay, not the other way around.
715 (Truncation): Note new values of truncate-partial-width-windows.
716 Copyedits.
717 (Invisible Text): Document invisible-p.
718
b20ecfa1
EZ
7192009-04-11 Eli Zaretskii <eliz@gnu.org>
720
721 * display.texi (Overlays): Overlays don't scale well. See
722 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
723
97d8273f
CY
7242009-04-10 Chong Yidong <cyd@stupidchicken.com>
725
f147ff75
CY
726 * syntax.texi (Syntax Table Functions): Document cons cell
727 argument for modify-syntax-entry.
728 (Categories): Document cons cell argument for
729 modify-category-entry.
730
fca4ec76
CY
731 * searching.texi (String Search): Document word-search-forward-lax
732 and word-search-backward-lax.
733 (Searching and Case): Describe isearch behavior more precisely.
734
9c283d5b
CY
735 * keymaps.texi (Tool Bar): Mention that some platforms do not
736 support multi-line toolbars. Suggested by Stephen Eglen.
737
738 * frames.texi (Layout Parameters): Mention that Nextstep also
739 allows only one tool-bar line. Suggested by Stephen Eglen.
740
97d8273f
CY
741 * nonascii.texi (Text Representations): Copyedits.
742 (Coding System Basics): Also mention utf-8-emacs.
743 (Converting Representations, Selecting a Representation)
744 (Scanning Charsets, Translation of Characters, Encoding and I/O):
745 Copyedits.
746 (Character Codes): Mention role of codepoints 1114112 to 4194175.
747
2bad3299
CY
7482009-04-09 Chong Yidong <cyd@stupidchicken.com>
749
750 * text.texi (Yank Commands): Note that yank uses push-mark.
751 (Filling): Clarify REGION argument of fill-paragraph. Document
752 fill-forward-paragraph-function.
753 (Special Properties): Remove "new in Emacs 22" declaration.
754 (Clickable Text): Merge with Links and Mouse-1 node.
755
756 * display.texi (Button Properties, Button Buffer Commands): Change
757 xref to Clickable Text.
758
759 * tips.texi (Key Binding Conventions): Change xref to Clickable
760 Text.
761
762 * elisp.texi (Top): Update node listing.
763
ea30ce4f
CY
7642009-04-05 Chong Yidong <cyd@stupidchicken.com>
765
47af2f4b
CY
766 * markers.texi (The Mark): Copyedits. Improve description of
767 handle-shift-selection.
768 (The Region): Move use-region-p here from The Mark.
769
ea30ce4f
CY
770 * positions.texi (Screen Lines): Document (cols . lines) argument
771 for vertical-motion.
772
2aa8ea6e
CY
7732009-04-04 Chong Yidong <cyd@stupidchicken.com>
774
3ec61d4e
CY
775 * frames.texi (Frames): Clean up introduction. Document `ns'
776 return value for framep.
777 (Creating Frames): Note how the terminal is chosen.
778 (Multiple Terminals, Multiple Displays): Merge into a single node.
779 (Color Parameters): Fix typo.
780
781 * variables.texi (Local Variables, Buffer-Local Variables)
782 (Creating Buffer-Local): Change link to Multiple Terminals.
783
784 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
785
786 * keymaps.texi (Controlling Active Maps): Change link to Multiple
787 Terminals.
788
789 * commands.texi (Command Loop Info, Keyboard Macros): Change link
790 to Multiple Terminals.
791
792 * elisp.texi (Top): Update node listing.
793 * vol2.texi (Top): Update node listing.
794 * vol1.texi (Top): Update node listing.
795
9257072f
CY
796 * buffers.texi (Current Buffer): Note that the append-to-buffer
797 example is no longer in synch with the latest code. Tie the two
798 examples together.
799
2aa8ea6e
CY
800 * files.texi (File Attributes): Move note about MS-DOS from
801 Changing Files to File Attributes.
802 (Create/Delete Dirs): Note that mkdir is an alias for this.
803
22e74b17
CY
8042009-04-01 Markus Triska <triska@gmx.at>
805
806 * processes.texi (Filter Functions): Suggest how to handle output
807 batches.
808
4bbe48ec
CY
8092009-03-30 Chong Yidong <cyd@stupidchicken.com>
810
811 * help.texi (Accessing Documentation): Update example to use
812 help-setup-xref and with-help-window.
813 (Help Functions): Remove print-help-return-message, which is
814 semi-obsolete due to with-help-window. Document help-buffer and
815 help-setup-xref.
816
b9723f39
CY
8172009-03-29 Chong Yidong <cyd@stupidchicken.com>
818
87f649f6
CY
819 * help.texi (Accessing Documentation, Help Functions): Remove
820 information about long-obsolete Emacs versions.
9eb52e90 821
b9723f39
CY
822 * modes.texi (Mode Line Variables): The default values of the mode
823 line variables are now more complicated.
824
b0cc32db
CY
8252009-03-28 Chong Yidong <cyd@stupidchicken.com>
826
3c25a5a9
CY
827 * modes.texi (Major Mode Conventions): Note that specialness is
828 inherited.
31c9eebb
CY
829 (Derived Modes): Note that define-derive-mode sets the mode-class
830 property.
3c25a5a9 831
b0cc32db
CY
832 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
833 goto-map. Add search-map to the list.
834
c5e0006d
EZ
8352009-03-27 Eli Zaretskii <eliz@gnu.org>
836
1213465a
EZ
837 * os.texi (System Environment): Update the list of system-type
838 values.
839
c5e0006d
EZ
840 * markers.texi (The Mark) <handle-shift-selection>: Update for
841 removal of the optional argument DEACTIVATE.
842
48bab3d6
CY
8432009-03-25 Chong Yidong <cyd@stupidchicken.com>
844
845 * commands.texi (Focus Events): Most X window managers don't use
846 focus-follows-mouse nowadays.
847
6e4ff1b6
CY
8482009-03-24 Chong Yidong <cyd@stupidchicken.com>
849
850 * commands.texi (Defining Commands): Clarify introduction.
851 (Using Interactive): Not that interactive can be put in a symbol
852 property.
853 (Interactive Call): Note that a symbol with a non-nil
854 interactive-form property satisfies commandp.
855
11625308
JB
8562009-03-23 Juanma Barranquero <lekktu@gmail.com>
857
858 * minibuf.texi (Intro to Minibuffers): Fix typos.
859
7b34420d
CY
8602009-03-23 Chong Yidong <cyd@stupidchicken.com>
861
862 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
863 about minibuffers in old Emacs versions. Copyedits. Emphasize
864 that enable-recursive-minibuffers defaults to nil.
865 (Text from Minibuffer): Simplify introduction.
866
f9257eed
AM
8672009-03-22 Alan Mackenzie <acm@muc.de>
868
869 * commands.texi (Using Interactive): Clarify string argument to
870 `interactive' - even promptless elements need \n separators.
871
f639ba70
CY
8722009-03-18 Chong Yidong <cyd@stupidchicken.com>
873
874 * minibuf.texi (Completion Styles): New node.
875
876 * elisp.texi (Top): Update node listing.
877
d897e8ee
CY
8782009-03-17 Chong Yidong <cyd@stupidchicken.com>
879
880 * minibuf.texi (Basic Completion): Note that
881 read-file-name-completion-ignore-case and
882 read-buffer-completion-ignore-case can override
883 completion-ignore-case.
884 (Minibuffer Completion): Document completing-read changes.
885 (Completion Commands): Avoid mentioning partial completion mode.
886 Document minibuffer-completion-confirm changes, and
887 minibuffer-confirm-exit-commands.
888 (High-Level Completion): Document new require-match behavior for
889 read-buffer. Document read-buffer-completion-ignore-case.
890 (Reading File Names): Document new require-match behavior for
891 read-file-name.
892
b1f23349
CY
8932009-03-14 Chong Yidong <cyd@stupidchicken.com>
894
895 * debugging.texi (Error Debugging): Don't mislead the reader into
896 thinking that debug-on-error enters debugger for C-f at EOB.
897 (Error Debugging): Setting debug-on-init within the init file
898 works, and has for some time.
899
d6eb4e25
KH
9002009-03-13 Kenichi Handa <handa@m17n.org>
901
902 * display.texi (Fontsets): Update the description.
903
1cf53dc5
CY
9042009-03-13 Chong Yidong <cyd@stupidchicken.com>
905
906 * advice.texi (Advising Primitives): Link to What Is a Function.
907
81f919fc
CY
9082009-03-12 Chong Yidong <cyd@stupidchicken.com>
909
cf4229eb
CY
910 * compile.texi (Speed of Byte-Code): Update example.
911 (Disassembly): Update examples.
912
81f919fc 913 * loading.texi (Repeated Loading): Simplify examples.
f2bbc08c
CY
914
915 * customize.texi (Common Keywords): It's not necessary to use :tag
916 to remove hyphens, as custom-unlispify-tag-name does it
917 automatically.
918 (Variable Definitions): Link to File Local Variables. Document
919 customized-value symbol property.
920 (Customization Types): Move menu to end of node.
921
955964d7
CY
9222009-03-10 Chong Yidong <cyd@stupidchicken.com>
923
924 * macros.texi (Compiling Macros): Omit misleading sentence, which
925 implied that macros can only be used in the same file they are
926 defined.
927 (Backquote): Remove obsolete information about Emacs 19.
928
d25ed7db
GM
9292009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
930
931 * display.texi (Display Margins): Fix paren typo.
932
d55f6ca5
CY
9332009-02-27 Chong Yidong <cyd@stupidchicken.com>
934
f0e57ed8
CY
935 * elisp.texi (Top): Update node listing.
936
937 * variables.texi (Variables): Clarify introduction.
938 (Global Variables): Mention that setq is a special form.
939 (Local Variables): Use active voice.
940 (Tips for Defining): Mention marking variables as safe.
941 (Buffer-Local Variables): Mention terminal-local and frame-local
942 variables together.
943 (File Local Variables): Copyedits.
944 (Frame-Local Variables): Note that they are not really useful.
945 (Future Local Variables): Node deleted.
946
d55f6ca5
CY
947 * objects.texi (General Escape Syntax): Update explanation of
948 unicode escape syntax.
949
ca8f09a8
CY
9502009-02-23 Chong Yidong <cyd@stupidchicken.com>
951
952 * control.texi (Control Structures): Add cindex entry for "textual
953 order".
954
955 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
956 instead of "expression" throughout.
957 (Function Indirection): Copyedits. Use active voice.
958 (Eval): The default value of max-lisp-eval-depth is now 400.
959
a20878b6
MB
9602009-02-23 Miles Bader <miles@gnu.org>
961
962 * processes.texi (System Processes): Rename `system-process-attributes'
963 to `process-attributes'.
964
61f66044
CY
9652009-02-22 Chong Yidong <cyd@stupidchicken.com>
966
1b80d1f3
CY
967 * symbols.texi (Property Lists): Emphasize that property lists are
968 not restricted to symbol cells.
969 (Other Plists): Copyedit.
970
61f66044
CY
971 * sequences.texi (Sequences Arrays Vectors): Make introduction
972 more concise.
973 (Arrays): Mention char-tables and bool-vectors too.
974 (Vectors): Don't repeat information given in Arrays node. Link to
975 nodes that explain the vector usage examples.
976 (Char-Tables): Note that char-table elements can have arbitrary
977 type. Explain effect of omitted char-table-extra-slots property.
8a63cf41 978 Link to Property Lists node.
61f66044 979
9403944b
CY
9802009-02-22 Chong Yidong <cyd@stupidchicken.com>
981
982 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
983 `append'.
4068c7b4 984 (List Elements): Copyedits.
9403944b
CY
985
986 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
987 of `vconcat'.
988
989 * strings.texi (Creating Strings): Copyedits. Remove obsolete
990 Emacs 20 usage of `concat'.
991 (Case Conversion): Copyedits.
992
b87a185f
CY
9932009-02-21 Chong Yidong <cyd@stupidchicken.com>
994
995 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
996 Minor edits.
997 (Frame Configuration Type): Emphasize that it is not primitive.
998 (Font Type): New node.
999 (Type Predicates): Add fontp; type-of now recognizes font object
1000 types.
1001
1002 * intro.texi (Version Info): Update version numbers in examples.
1003 (Acknowledgements): List more contributors.
1004
1005 * elisp.texi: Bump version number to 3.0.
1006 (Top): Link to Font Type node.
1007
867d4bb3
JB
10082009-02-20 Juanma Barranquero <lekktu@gmail.com>
1009
1010 * modes.texi (Major Mode Conventions): Remove duplicate words.
1011 (Customizing Keywords): Fix typo.
1012
77730170
EZ
10132009-02-14 Eli Zaretskii <eliz@gnu.org>
1014
1015 * nonascii.texi (User-Chosen Coding Systems): Document that
1016 select-safe-coding-system suggests raw-text if there are raw bytes
1017 in the region.
1018 (Explicit Encoding): Warn not to use `undecided' when encoding.
1019
c8736212
GM
10202009-02-11 Glenn Morris <rgm@gnu.org>
1021
1022 * frames.texi (Visibility of Frames): Mention the effect multiple
1023 workspaces/desktops can have on visibility.
1024
ab992d66
EZ
10252009-02-07 Eli Zaretskii <eliz@gnu.org>
1026
c8736212
GM
1027 * text.texi (Commands for Insertion):
1028 * commands.texi (Event Mod):
1029 * keymaps.texi (Searching Keymaps):
ab992d66
EZ
1030 * nonascii.texi (Translation of Characters): Reinstate
1031 documentation of translation-table-for-input.
7d2a859f
EZ
1032 (Explicit Encoding): Document the `charset' text property produced
1033 by decode-coding-region and decode-coding-string.
ab992d66 1034
e651a255
AM
10352009-01-27 Alan Mackenzie <acm@muc.de>
1036
1037 * modes.texi (Search-based Fontification): Correct a typo.
1038
bc5cde4b
JB
10392009-01-25 Juanma Barranquero <lekktu@gmail.com>
1040
1041 * abbrevs.texi (Abbrev Table Properties): Fix typo.
1042 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
1043
3533155b
EZ
10442009-01-24 Eli Zaretskii <eliz@gnu.org>
1045
f721deda
EZ
1046 * display.texi (Window Systems): Document the value of
1047 `initial-window-system' under --daemon.
1048
3533155b
EZ
1049 * os.texi (System Environment): Remove description of the
1050 `environment' function which has been deleted.
1051
f79b43b2
DN
10522009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
1053
1054 * frames.texi (Multiple Displays): Remove documentation for
1055 removed function make-frame-on-tty.
1056
e3aa6669
CY
10572009-01-22 Chong Yidong <cyd@stupidchicken.com>
1058
1059 * files.texi (Format Conversion Piecemeal): Clarify behavior of
1060 write-region-annotate-functions. Document
1061 write-region-post-annotation-function.
1062
fb13a416
CY
10632009-01-19 Chong Yidong <cyd@stupidchicken.com>
1064
1065 * display.texi (Font Lookup): Document WIDTH argument of
1066 x-list-fonts.
1067
02eccf6b
EZ
10682009-01-17 Eli Zaretskii <eliz@gnu.org>
1069
ead3f58d
EZ
1070 * maps.texi (Standard Keymaps): Rename function-key-map to
1071 local-function-key-map.
1072
1073 * keymaps.texi (Translation Keymaps): Rename function-key-map to
1074 local-function-key-map.
1075
1076 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
1077 and `set-keyboard-coding-system' now accept an optional terminal
1078 argument.
1079
1080 * commands.texi (Event Mod): `keyboard-translate-table' is now
1081 terminal-local.
1082 (Function Keys): Rename function-key-map to
1083 local-function-key-map.
1084
df05a163
EZ
1085 * elisp.texi (Top): Make @detailmenu be consistent with changes in
1086 frames.texi.
1087
0ed8034e 1088 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
490f1197
EZ
1089 `delete-terminal-functions', `suspend-tty-functions' and
1090 `resume-tty-functions'.
0ed8034e
EZ
1091
1092 * frames.texi (Frames): Document `frame-terminal' and
1093 `terminal-live-p'.
1094 (Multiple Displays): Document `make-frame-on-tty'.
1095 (Multiple Terminals): Document `terminal-list', `delete-terminal',
1096 `terminal-name', and `get-device-terminal'.
490f1197
EZ
1097 (Terminal Parameters): Document `terminal-parameters',
1098 `terminal-parameter', and `set-terminal-parameter'.
0ed8034e
EZ
1099
1100 * os.texi (System Environment): Document `environment' and
1101 `initial-environment'.
490f1197
EZ
1102 (Suspending Emacs): Update for multi-tty; document
1103 `suspend-tty', `resume-tty', and `controlling-tty-p'.
0ed8034e 1104
02eccf6b
EZ
1105 * nonascii.texi (Coding System Basics): More accurate description
1106 of `raw-text'.
1107
f19fea97
JB
11082009-01-12 Juanma Barranquero <lekktu@gmail.com>
1109
1110 * display.texi (Low-Level Font): Fix typo.
1111
16fa292f
CY
11122009-01-10 Chong Yidong <cyd@stupidchicken.com>
1113
1114 * elisp.texi (Top): Update node listing.
1115
1116 * display.texi (PostScript Images): Node deleted.
1117
0b4faef3
EZ
11182009-01-10 Eli Zaretskii <eliz@gnu.org>
1119
3355f04d
EZ
1120 * processes.texi (Decoding Output): Document that null bytes force
1121 no-conversion for reading process output.
1122
1123 * files.texi (Reading from Files): Document that null bytes force
1124 no-conversion when visiting files.
1125
11625308 1126 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
538395d9 1127
0b4faef3
EZ
1128 * nonascii.texi (Lisp and Coding Systems): Document
1129 inhibit-null-byte-detection and inhibit-iso-escape-detection.
c06ea95e 1130 (Character Properties): Improve wording.
0b4faef3 1131
ce9cf065
CY
11322009-01-09 Chong Yidong <cyd@stupidchicken.com>
1133
1134 * display.texi (Font Lookup): Remove obsolete function
1135 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
1136 (Low-Level Font): Rename from Fonts, move to end of Faces section.
1137 (Font Selection): Reorder order of variable descriptions. Minor
1138 clarifications.
1139
1140 * elisp.texi (Top): Update node listing.
1141
ab756fb3
GM
11422009-01-09 Glenn Morris <rgm@gnu.org>
1143
1144 * commands.texi (Command Loop Info): Say that last-command-char and
1145 last-input-char are obsolete aliases.
1146
1147 * edebug.texi (Edebug Recursive Edit): Remove separate references to
1148 last-input-char and last-command-char, since they are just aliases for
1149 last-input-event and last-command-event.
1150
1151 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
1152 last-command-char.
1153
6b2b8ab1
CY
11542009-01-08 Chong Yidong <cyd@stupidchicken.com>
1155
1156 * elisp.texi: Update node listing.
1157
1158 * display.texi (Faces): Put Font Selection node after Auto Faces.
1159 (Face Attributes): Don't link to Font Lookup. Document
1160 font-family-list.
1161 (Fonts): New node.
1162
3568e767
JR
11632009-01-08 Jason Rumney <jasonr@gnu.org>
1164
1165 * frames.texi (Pointer Shape): Clarify that only X supports
5ce6e4f4 1166 changing the standard pointer shapes. (Bug#1485)
3568e767 1167
6221c8db
CY
11682009-01-08 Chong Yidong <cyd@stupidchicken.com>
1169
1170 * display.texi (Attribute Functions): Note that a function value
1171 :height is relative, and that compatibility functions work by
1172 calling set-face-attribute.
1173 (Displaying Faces): Reorder list in order of increasing priority.
1174 (Face Remapping): New node. Content moved here from Displaying
1175 Faces.
1176 (Glyphs): Link to Face Functions.
1177
e3d3799a
CY
11782009-01-08 Chong Yidong <cyd@stupidchicken.com>
1179
1180 * display.texi (Faces): Don't discuss face id here. facep does
1181 not return t.
1182 (Defining Faces): Minor clarification.
1183 (Face Attributes): Rearrange items to match docstring of
1184 set-face-attribute. Add :foundry attribute. Document new role of
1185 :font attribute. Texinfo usage fix.
1186 (Attribute Functions): Copyedits.
1187 (Face Functions): Note that face number is seldom used.
1188
638a2457
RS
11892009-01-05 Richard M Stallman <rms@gnu.org>
1190
1191 * strings.texi (Predicates for Strings): Minor clarification.
1192
1193 * functions.texi (Function Safety): Texinfo usage fix.
1194
49ea0074
JB
11952009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny patch)
1196
1197 * objects.texi (General Escape Syntax): Fix typo.
1198
9f822178
MR
11992009-01-03 Martin Rudalics <rudalics@gmx.at>
1200
1201 * windows.texi (Choosing Window): Say that pop-up-frame-alist
1202 works via the default value of pop-up-frame-function.
1203
af34ad36
EZ
12042009-01-02 Eli Zaretskii <eliz@gnu.org>
1205
1206 * processes.texi (System Processes): Document the `time' and
1207 `ctime' attributes of `system-process-attributes'.
1208
d31f6679
CY
12092009-01-01 Chong Yidong <cyd@stupidchicken.com>
1210
1211 * display.texi (Face Attributes): Clarify :height attribute.
1212
174dc00c
MR
12132008-12-31 Martin Rudalics <rudalics@gmx.at>
1214
1215 * buffers.texi (The Buffer List): Clarify what moves a buffer to
1216 the front of the buffer list. Add entries for `last-buffer' and
1217 `unbury-buffer'.
1218
b8afe7e4
EZ
12192008-12-27 Eli Zaretskii <eliz@gnu.org>
1220
d14030f5
EZ
1221 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
1222 and its subsections.
1223
1224 * frames.texi (Multiple Terminals, Low-level Terminal)
1225 (Terminal Parameters, Frames on Other TTY devices): New sections.
1226 (Frames): Add an xref to "Multiple Terminals".
1227
765980a4
EZ
1228 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
1229
1230 * objects.texi (Terminal Type): New node.
1231 (Editing Types): Add it to the menu.
1232
47bd5577
EZ
1233 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
1234 Variables".
1235
eb22b78c 1236 * variables.texi (Directory Local Variables): New node.
47bd5577 1237 (Variables): Add a menu item for it.
eb22b78c 1238
b8afe7e4
EZ
1239 * loading.texi (Autoload): Document `generate-autoload-cookie' and
1240 `generated-autoload-file'.
1241
77bb0476
EZ
12422008-12-20 Eli Zaretskii <eliz@gnu.org>
1243
028e2c19
EZ
1244 * os.texi (Startup Summary): Add xref to documentation of
1245 `initial-window-system'.
1246
77bb0476
EZ
1247 * display.texi (Window Systems): Document `window-system' the
1248 function. The variable `window-system' is now frame-local.
028e2c19 1249 Document `initial-window-system'.
77bb0476 1250
dda87836
MR
12512008-12-19 Martin Rudalics <rudalics@gmx.at>
1252
1253 * windows.texi (Windows): Rewrite description of
1254 fit-window-to-buffer.
1255
caef3ed2
GM
12562008-12-13 Glenn Morris <rgm@gnu.org>
1257
1258 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
1259 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
1260
21c58e4d
GM
12612008-12-12 Glenn Morris <rgm@gnu.org>
1262
1263 * debugging.texi (Error Debugging): Refer forwards to
1264 eval-expression-debug-on-error.
1265
af38459f
EZ
12662008-12-05 Eli Zaretskii <eliz@gnu.org>
1267
5dedd9b5
EZ
1268 * strings.texi (String Basics): Only unibyte strings that
1269 represent key sequences hold 8-bit raw bytes.
1270
af38459f
EZ
1271 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
1272 paragraph to speak about `undecided'.
1273 (Character Properties): Don't explain the meaning of each
1274 property; instead, identify their Unicode Standard names.
b3f1f4a5 1275 (Character Sets): Document `map-charset-chars'.
af38459f 1276
fa047ae7
GM
12772008-12-02 Glenn Morris <rgm@gnu.org>
1278
1279 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
1280 section yet again.
1281
47dbc044
EZ
12822008-11-29 Eli Zaretskii <eliz@gnu.org>
1283
98d05998
EZ
1284 * nonascii.texi (Character Properties): New Section.
1285 (Specifying Coding Systems): Document
1286 `coding-system-priority-list', `set-coding-system-priority', and
1287 `with-coding-priority'.
1288 (Lisp and Coding Systems): Document `check-coding-systems-region'
1289 and `coding-system-charset-list'.
1290 (Coding System Basics): Document `coding-system-aliases'.
1291
1292 * elisp.texi (Top): Add a @detailmenu entry for "Character
1293 Properties".
1294
47dbc044
EZ
1295 * objects.texi (Character Type): Correct the range of Emacs
1296 characters. Add an @xref to "Character Codes".
1297
1298 * strings.texi (String Basics): Add an @xref to "Character Codes".
1299
1300 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
1301
1302 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
1303 (Character Codes): Document `max-char'.
1304
8b80cdf5
EZ
13052008-11-28 Eli Zaretskii <eliz@gnu.org>
1306
1307 * nonascii.texi (Text Representations, Converting Representations)
1308 (Character Sets, Scanning Charsets, Translation of Characters):
1309 Make text more accurate.
1310
a99dceba
GM
13112008-11-28 Glenn Morris <rgm@gnu.org>
1312
1313 * files.texi (Format Conversion Round-Trip): Improve previous change.
1314
f6dc3bed
CY
13152008-11-26 Chong Yidong <cyd@stupidchicken.com>
1316
1317 * modes.texi (Auto Major Mode): Fix example.
1318
5da9413d
GM
13192008-11-25 Glenn Morris <rgm@gnu.org>
1320
1321 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
1322
1323 * files.texi (Format Conversion Round-Trip):
1324 Use active voice for previous change.
1325
fcca848c
CY
13262008-11-25 Chong Yidong <cyd@stupidchicken.com>
1327
1328 * os.texi (Processor Run Time):
1329 * processes.texi (Transaction Queues):
1330 * markers.texi (The Mark):
1331 * windows.texi (Choosing Window, Selecting Windows):
1332 * files.texi (Changing Files, Magic File Names):
1333 * commands.texi (Key Sequence Input):
1334 * functions.texi (Declaring Functions):
1335 * strings.texi (Predicates for Strings):
1336 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
1337
36c8dc54
CY
13382008-11-24 Chong Yidong <cyd@stupidchicken.com>
1339
1340 * help.texi (Accessing Documentation): Update example.
1341
1342 * variables.texi (Defining Variables): Note that `*' is not
1343 necessary if defcustom is used.
1344
2a79b242
EZ
13452008-11-22 Eli Zaretskii <eliz@gnu.org>
1346
1347 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
1348 Characters" from @detailmenu.
1349
1350 * nonascii.texi (Character Codes, Character Sets)
1351 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
1352 (Chars and Bytes, Splitting Characters): Sections removed.
1353
392f0d26
LK
13542008-11-22 Lute Kamstra <lute@gnu.org>
1355
1356 * positions.texi (Text Lines): Update goto-line documentation.
1357
af1a5cd5
MR
13582008-11-21 Martin Rudalics <rudalics@gmx.at>
1359
6a4cfb0c
MR
1360 * frames.texi (Frames): Fix typo, add cross references, reword.
1361 (Initial Parameters): Reword special-display-frame-alist text.
1362 (Frames and Windows): Reword. Describe argument norecord for
1363 set-frame-selected-window.
1364 (Input Focus): Describe argument norecord for select-frame.
1365 Remove comment on MS-Windows behavior for focus-follows-mouse.
1366 (Raising and Lowering): Mention windows-frames dichotomy in
1367 metaphor.
1368
af1a5cd5
MR
1369 * windows.texi (Displaying Buffers, Vertical Scrolling)
1370 (Horizontal Scrolling): Fix indenting and rewording issues
1371 introduced with 2008-11-07 change.
1372
c249fa9c
GM
13732008-11-20 Glenn Morris <rgm@gnu.org>
1374
1375 * files.texi (Format Conversion Round-Trip): Mention `preserve'
1376 element of `format-alist'.
1377
204d4665
GM
13782008-11-19 Glenn Morris <rgm@gnu.org>
1379
1380 * doclicense.texi: Update to FDL 1.3.
1381 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
1382
cc0910af
CY
13832008-11-18 Chong Yidong <cyd@stupidchicken.com>
1384
efe6e7c4
CY
1385 * windows.texi (Window Hooks): Remove *-end-trigger-functions
1386 vars, which are obsolete. Mention jit-lock-register.
1387
1388 * modes.texi (Other Font Lock Variables): Document
1389 jit-lock-register and jit-lock-unregister.
1390
cc0910af
CY
1391 * frames.texi (Color Parameters): Document alpha parameter.
1392
aeeedf76
MR
13932008-11-16 Martin Rudalics <rudalics@gmx.at>
1394
1395 * windows.texi (Splitting Windows, Deleting Windows)
1396 (Selecting Windows, Cyclic Window Ordering)
1397 (Buffers and Windows, Displaying Buffers, Choosing Window)
1398 (Dedicated Windows, Window Point, Window Start and End)
1399 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
1400 (Size of Window, Resizing Windows, Window Configurations)
1401 (Window Parameters): Avoid @var at beginning of sentences and
1402 reword accordingly.
1403
4c565c5c
LK
14042008-11-11 Lute Kamstra <lute@gnu.org>
1405
1406 * files.texi (File Name Components): Fix file-name-extension
1407 documentation.
1408
25f494c9
JB
14092008-11-11 Juanma Barranquero <lekktu@gmail.com>
1410
1411 * frames.texi (Basic Parameters): Remove display-environment-variable
1412 and term-environment-variable.
1413
a1401ab1
EZ
14142008-11-08 Eli Zaretskii <eliz@gnu.org>
1415
1416 * windows.texi (Basic Windows, Splitting Windows)
1417 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
1418 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
25f494c9
JB
1419 (Resizing Windows, Window Configurations, Window Parameters):
1420 Fix wording and markup.
a1401ab1 1421
efafc282
MR
14222008-11-07 Martin Rudalics <rudalics@gmx.at>
1423
1424 * windows.texi (Windows): Update entries.
1425 (Basic Windows): Remove listing of attributes. Reword.
86ab855a 1426 (Splitting Windows, Deleting Windows): Reword.
efafc282
MR
1427 (Selecting Windows, Cyclic Window Ordering): Reword with special
1428 emphasis on order of recently selected windows and buffer list.
86ab855a
MR
1429 (Buffers and Windows, Choosing Window): Reword with special
1430 emphasis on dedicated windows.
1431 (Displaying Buffers): Reword. For switch-to-buffer mention that
1432 it may fall back on pop-to-buffer. For other-window try to
1433 explain how it treats the cyclic ordering of windows.
efafc282
MR
1434 (Dedicated Windows): New node and section discussing dedicated
1435 windows and associated functions.
86ab855a 1436 (Window Point): Add entry for window-point-insertion-type. Reword.
efafc282
MR
1437 (Window Start and End): Rename node and section title. Reword.
1438 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
1439 Minor rewording.
1440 (Size of Window): Reword, in particular text on window-width.
1441 (Resizing Windows): Reword. Add text on balancing windows.
1442 (Window Configurations): Reword. Mention window parameters.
1443 (Window Parameters): New node and section on window parameters.
1444 (Window Hooks): Reword. Mention that
1445 window-configuration-change-hook is run "buffer-locally".
1446 * elisp.texi (Top): Update Windows entries in @detailmenu
1447 section.
1448
d60a8ab2
JB
14492008-11-04 Juanma Barranquero <lekktu@gmail.com>
1450
1451 * searching.texi (Regexp Search): Fix typo.
1452
01777627
CY
14532008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
1454
1455 * searching.texi (Regexp Search): Document GREEDY arg.
1456 (Simple Match Data): Fix return value.
1457
c4526e93
EZ
14582008-11-01 Eli Zaretskii <eliz@gnu.org>
1459
1460 * nonascii.texi (Text Representations): Rewrite to make consistent
1461 with Emacs 23 internal representation of characters. Document
1462 `unibyte-string'.
1463
fe2ae8b5
CY
14642008-10-28 Chong Yidong <cyd@stupidchicken.com>
1465
1466 * processes.texi (Process Information): Note that process-status
1467 does not accept buffer names.
1468
cc5a21e3
CY
14692008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
1470
1471 * positions.texi (Skipping Characters): Correct return value of
1472 skip-chars-forward.
1473
09460d9a
MR
14742008-10-25 Martin Rudalics <rudalics@gmx.at>
1475
520b29e7
MR
1476 * windows.texi (Deleting Windows): Update documentation of
1477 delete-windows-on.
1478 (Buffers and Windows): Update documentations of
1479 get-buffer-window and get-buffer-window-list.
1480 (Displaying Buffers): Update documentation of
1481 replace-buffer-in-windows.
1482
09460d9a
MR
1483 * buffers.texi (Current Buffer): Reword set-buffer and
1484 with-current-buffer documentations.
1485 (Creating Buffers): Reword documentation of get-buffer-create.
1486
4d48fcdc
MR
14872008-10-23 Martin Rudalics <rudalics@gmx.at>
1488
1489 * buffers.texi (Current Buffer): Reword documentation of
1490 set-buffer.
1491 (Buffer Names): Reword documentation of buffer-name.
1492 (The Buffer List): For bury-buffer explain what happens with the
1493 buffer's window.
1494 (Creating Buffers): Say that get-buffer-create's arg is called
1495 buffer-or-name.
1496
f0143c43
CY
14972008-10-22 Chong Yidong <cyd@stupidchicken.com>
1498
3e5dbbd3
CY
1499 * advice.texi (Computed Advice): Explain what DEFINITION is.
1500
f0143c43
CY
1501 * nonascii.texi (Character Codes): Remove obsolete function
1502 char-valid-p, and document characterp instead.
1503
52a94b85
MR
15042008-10-22 Martin Rudalics <rudalics@gmx.at>
1505
1506 * windows.texi (Displaying Buffers): Reword documentation of
1507 pop-to-buffer.
1508 (Choosing Window): Rewrite documentation of display-buffer and
1509 its options.
1510
f76f8246
MR
1511 * buffers.texi (Killing Buffers): Update documentation of
1512 kill-buffer.
1513
acc8b598
EZ
15142008-10-21 Eli Zaretskii <eliz@gnu.org>
1515
80e6b6df
EZ
1516 * processes.texi (Serial Ports): Fix wording and improve markup.
1517
3645358a
EZ
1518 * searching.texi (Regexp Search): Document `string-match-p' and
1519 `looking-at-p'.
1520 (POSIX Regexps): Add an xref for "non-greedy".
1521 (Regexp Special): Add @cindex entry for "non-greedy".
1522
b3d50cff 1523 * display.texi (Attribute Functions): Document `face-all-attributes'.
bf190568 1524 (Image Cache) <image-refresh>: Minor wording fixes.
b3d50cff 1525
73b7530a
EZ
1526 * frames.texi (Color Names): Add an xref to `read-color'.
1527
1528 * minibuf.texi (High-Level Completion): Document `read-color'.
1529
acc8b598
EZ
1530 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
1531
1532 * positions.texi (Narrowing): Add an xref to "Swapping Text".
1533
1534 * buffers.texi (Swapping Text): New section, documents
1535 `buffer-swap-text'.
1536
10e187e8
MR
15372008-10-21 Martin Rudalics <rudalics@gmx.at>
1538
1539 * windows.texi (Resizing Windows): Minor wording fix.
1540
fd6f900c
EZ
15412008-10-20 Eli Zaretskii <eliz@gnu.org>
1542
1543 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
1544 and `combine-and-quote-strings'.
1545
1546 * strings.texi (Creating Strings): Add xrefs for them.
1547
e4372165
EZ
15482008-10-19 Eli Zaretskii <eliz@gnu.org>
1549
d6328fba
EZ
1550 * elisp.texi (Top): Make descriptive text for "Reading File Names"
1551 match the corresponding menu in minibuf.texi.
1552
e4372165
EZ
1553 * minibuf.texi (Reading File Names): Document `read-shell-command'
1554 and `minibuffer-local-shell-command-map'.
1555
5d8dda33
MR
15562008-10-19 Martin Rudalics <rudalics@gmx.at>
1557
1558 * windows.texi (Resizing Windows): Remove var{} around "window" in
1559 documentation of enlarge-window.
1560 Rewrite documentation of window-min-height and window-min-width.
1561
437706cd
EZ
15622008-10-19 Eli Zaretskii <eliz@gnu.org>
1563
80f85d7c
EZ
1564 * functions.texi (Calling Functions): Document `apply-partially'.
1565
291703b5
EZ
1566 * hooks.texi (Standard Hooks): Mention
1567 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
1568
1569 * variables.texi (File Local Variables): Document
1570 `file-local-variables-alist', `before-hack-local-variables-hook'
1571 and `hack-local-variables-hook'.
1572
583d8b3c
EZ
1573 * processes.texi (Synchronous Processes): Document `process-lines'.
1574
437706cd 1575 * customize.texi (Variable Definitions): Document
583d8b3c 1576 `custom-reevaluate-setting'.
437706cd 1577
7e51d89b
MR
15782008-10-18 Martin Rudalics <rudalics@gmx.at>
1579
1580 * windows.texi (Choosing Window, Deleting Windows)
1581 (Displaying Buffers): Expand documentation of dedicated windows.
1582
43c59a3d
EZ
15832008-10-18 Eli Zaretskii <eliz@gnu.org>
1584
018a960d
EZ
1585 * files.texi (Changing Files): Document symbolic input of file
1586 modes to `set-file-modes'. Document `read-file-modes' and
1587 `file-modes-symbolic-to-number'.
1588
2c0b8144
EZ
1589 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
1590 and `search-map'.
1591
80120f13
EZ
1592 * searching.texi (Search and Replace): Document
1593 `replace-search-function' and `replace-re-search-function'.
2c0b8144 1594 Document `multi-query-replace-map'.
80120f13 1595
6d4913f0
EZ
1596 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
1597 (Completion Commands, Reading File Names): Rename
1598 `minibuffer-local-must-match-filename-map' to
1599 `minibuffer-local-filename-must-match-map'.
1600 (Minibuffer Completion): The `require-match' argument to
1601 `completing-read' can now have the value `confirm-only'.
1602
43c59a3d
EZ
1603 * windows.texi (Displaying Buffers): Minor wording fix.
1604 (Choosing Window): `split-height-threshold' can now be nil.
1605 Document `split-width-threshold'. `pop-up-frames' can have the
1606 value `graphic-only'.
1607
f36acfd9
EZ
16082008-10-17 Eli Zaretskii <eliz@gnu.org>
1609
1610 * os.texi (Startup Summary): Document `before-init-time' and
1611 `after-init-time'. Document `initial-window-system' and
1612 `window-system-initialization-alist'. Document reading the
1613 abbrevs file. Document the call to `server-start' under --daemon.
1614 Rearrange a bit to be consistent with the code flow.
53728487
EZ
1615 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
1616 (Time Parsing): Document `format-seconds'.
f36acfd9 1617
96995b89
MR
16182008-10-17 Martin Rudalics <rudalics@gmx.at>
1619
1620 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
1621 and reword.
1622
2de17c73
EZ
16232008-10-16 Eli Zaretskii <eliz@gnu.org>
1624
1625 * markers.texi (The Mark): Document use-region-p.
1626
9cf52b11
EZ
16272008-10-15 Eli Zaretskii <eliz@gnu.org>
1628
c3aaf1d7
EZ
1629 * internals.texi (Writing Emacs Primitives): The interactive spec
1630 of a primitive can be a Lisp form.
1631
841a1743
EZ
1632 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
1633 values of transient-mark-mode. Document handle-shift-selection.
1634
1635 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
1636 (Interactive Examples): Show an example of `^'.
1637 (Key Sequence Input): Document this-command-keys-shift-translated.
c3aaf1d7
EZ
1638 (Defining Commands, Using Interactive): The interactive-form of a
1639 function can be added via its symbol's property.
841a1743 1640
52441368
EZ
1641 * positions.texi (List Motion): beginning-of-defun-function can
1642 now accept an argument.
1643
8e8c1a72
EZ
1644 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
1645 now return a list of strings.
1646
a33a1f2a
EZ
1647 * control.texi (Handling Errors): Document ignore-errors.
1648
4fb04348
EZ
1649 * frames.texi (Creating Frames): Document frame-inherited-parameters.
1650 (Parameter Access): Document set-frame-parameter.
1651
ee666f84
EZ
1652 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
1653 Hooks" for the effect of kill-all-local-variables on local hook
1654 functions.
1655
9cf52b11
EZ
1656 * modes.texi (Major Mode Conventions, Mode Line Variables):
1657 `mode-name' need not be a string. xref to "Mode Line Data" for
1658 details, and to "Emulating Mode Line" for computing a string
1659 value.
1660
22526bc4
EZ
16612008-10-14 Eli Zaretskii <eliz@gnu.org>
1662
a65f6a85
EZ
1663 * processes.texi (System Processes): New section.
1664 (Processes, Signals to Processes): Add xrefs to it.
1665
1666 * objects.texi (Editing Types): A `process' is a subprocess of
1667 Emacs, not just any process running on the OS.
1668
1669 * elisp.texi (Top): Adjust the @detailmenu for the above two
1670 changes.
1671
2724b26a
EZ
1672 * sequences.texi (Char-Tables): Remove documentation of
1673 set-char-table-default, which has no effect since Emacs 23.
1674 <char-table-range, set-char-table-range>: Don't mention generic
1675 characters and charsets. Add a cons cell as a possible argument.
1676
1677 * nonascii.texi (Splitting Characters)
1678 (Translation of Characters): Don't mention generic characters.
1679
1680 * display.texi (Fontsets): Don't mention generic characters.
1681
22526bc4 1682 * sequences.texi (Char-Tables): `map-char-table' can now call its
25f494c9 1683 argument FUNCTION with a cons cell as KEY.
22526bc4 1684
eaf4b689
EZ
16852008-10-13 Eli Zaretskii <eliz@gnu.org>
1686
45e46036
EZ
1687 * objects.texi (Primitive Function Type): Move "@cindex special
1688 forms" from here...
1689
1690 * eval.texi (Special Forms): ...to here.
1691
1692 * functions.texi (What Is a Function): `functionp' returns nil for
1693 special forms. Add an xref.
1694
eaf4b689
EZ
1695 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
1696 Variables".
1697
1698 * variables.texi (Frame-Local Variables): New section.
1699 (Buffer-Local Variables): Add an xref to it.
1700 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
1701 have both frame-local and buffer-local binding.
1702
1703 * frames.texi (Frames): Mention multiple tty frames.
1704 (Frame Parameters, Parameter Access): Mention frame-local variable
1705 bindings.
1706
15688fce
GM
17072008-09-20 Glenn Morris <rgm@gnu.org>
1708
1709 * display.texi (Defining Faces): Recommend against face variables.
1710
35539065
JB
17112008-09-16 Juanma Barranquero <lekktu@gmail.com>
1712
1713 * display.texi (Echo Area Customization): Fix typo.
1714
6a57054b
JB
17152008-09-09 Juanma Barranquero <lekktu@gmail.com>
1716
1717 * loading.texi (Where Defined): Add `defface' item.
1718
d632fb82
MR
17192008-09-06 Martin Rudalics <rudalics@gmx.at>
1720
1721 * loading.texi (Where Defined): Fix description of symbol-file.
1722
905a9adb
JR
17232008-08-26 Jason Rumney <jasonr@gnu.org>
1724
1725 * display.texi (TIFF Images): New section describing :index property.
1726
852e91b7
CY
17272008-08-23 Chong Yidong <cyd@stupidchicken.com>
1728
1729 * display.texi (Temporary Displays): Remove unnecessary comment
1730 about usage of temp-buffer-show-hook.
1731
6be001ee
CY
17322008-08-05 Chong Yidong <cyd@stupidchicken.com>
1733
1734 * symbols.texi (Other Plists): Fix incorrect example.
1735 Suggested by Florian Beck.
1736
58e3d8e8
JB
17372008-07-31 Juanma Barranquero <lekktu@gmail.com>
1738
1739 * os.texi: Fix previous change.
1740
7c2fb837
DN
17412008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
1742
1743 * os.texi:
1744 * intro.texi:
1745 * files.texi: Remove VMS support.
1746
9e2a2647
DN
17472008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
1748
1749 * os.texi:
1750 * frames.texi:
1751 * display.texi: Remove mentions of Mac Carbon.
1752
c4f4682b
MB
17532008-07-01 Miles Bader <miles@gnu.org>
1754
1755 * text.texi (Special Properties):
1756 * display.texi (Truncation): Add wrap-prefix and line-prefix.
1757
3696411e
JB
17582008-06-28 Johan Bockgård <bojohan@gnu.org>
1759
1760 * display.texi (Other Image Types): Fix copy/paste error; say
1761 "PBM", not "XBM".
1762
f2a77c3a
DN
17632008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
1764
1765 * os.texi: Remove references to obsolete systems.
1766
6d52677d
EZ
17672008-06-20 Eli Zaretskii <eliz@gnu.org>
1768
1769 * makefile.w32-in (distclean): Remove makefile.
1770
1a87da4c
GM
17712008-06-17 Glenn Morris <rgm@gnu.org>
1772
1773 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
1774 (elisp, dist): Remove rules and variables that are obsolete now
1775 the lisp manual is no longer distributed separately.
1776
fdda1c5d
GM
17772008-06-16 Glenn Morris <rgm@gnu.org>
1778
646692e9
GM
1779 * configure, configure.in, mkinstalldirs: Remove unused files.
1780
1781 * book-spine.texinfo: Set version to 23.0.60.
fdda1c5d 1782 * vol1.texi (EMACSVER):
6a57054b 1783 * vol2.texi (EMACSVER): Set to 23.0.60.
fdda1c5d
GM
1784
1785 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
1786 as per maintain.info.
1787
611bee81
GM
17882008-06-15 Glenn Morris <rgm@gnu.org>
1789
a7bed3a0
GM
1790 * makefile.w32-in (manual): Use "23" rather than "21".
1791
1792 * Makefile.in (emacsver): New, set by configure.
1793 (manual): Use emacsver.
1794
d794edf2
GM
1795 * intro.texi: Report bugs using M-x report-emacs-bug.
1796
611bee81
GM
1797 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
1798
c73e02fa
GM
17992008-06-13 Daniel Engeler <engeler@gmail.com>
1800
1801 * elisp.texi, internals.texi, processes.texi: Add documentation
1802 about serial port access.
1803
e40a85cd
MB
18042008-06-05 Miles Bader <miles@gnu.org>
1805
1806 * display.texi (Displaying Faces): Update to reflect function
1807 renamings in face-remap.el.
1808
7b753744
JB
18092008-06-05 Juanma Barranquero <lekktu@gmail.com>
1810
1811 * display.texi (Fontsets): Fix typos.
1812
9d3d42fb
MB
18132008-06-03 Miles Bader <miles@gnu.org>
1814
7b753744
JB
1815 * display.texi (Displaying Faces): Add add-relative-face-remapping,
1816 remove-relative-face-remapping, set-base-face-remapping,
1817 and set-default-base-face-remapping.
9d3d42fb 1818
f2cec7a9
MB
18192008-06-01 Miles Bader <miles@gnu.org>
1820
1821 * display.texi (Displaying Faces): Add face-remapping-alist.
1822
8f39c96d
SM
18232008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1824
1825 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
1826 variable names.
1827
1ef5eecc
ER
18282008-05-03 Eric S. Raymond <esr@golux>
1829
352c8b4a 1830 * keymaps.texi: Clarify that (current-local-map) and
1ef5eecc
ER
1831 (current-global-map) return references, not copies.
1832
63b4387f
JL
18332008-05-02 Juri Linkov <juri@jurta.org>
1834
1835 * minibuf.texi (Text from Minibuffer): Document a list of
1836 default values for `read-from-minibuffer'.
1837
38a8b703
JB
18382008-04-24 Juanma Barranquero <lekktu@gmail.com>
1839
1840 * nonascii.texi (Translation of Characters): Fix previous change.
1841
7c42e639
CY
18422008-04-20 Chong Yidong <cyd@stupidchicken.com>
1843
1844 * display.texi (Overlay Properties): Clarify role of underlying
1845 textprop and overlay keymaps for display strings.
1846
1847 * keymaps.texi (Active Keymaps): Ditto.
1848
25c0d999
SM
18492008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
1850
1851 * minibuf.texi (Programmed Completion):
1852 Replace dynamic-completion-table with the new completion-table-dynamic.
1853
e3af5968
CY
18542008-04-07 Chong Yidong <cyd@stupidchicken.com>
1855
1856 * intro.texi (Some Terms): Change "fonts in this manual" index
1857 entry to "typographic conventions".
1858
6bfc8698
EZ
18592008-04-05 Eli Zaretskii <eliz@gnu.org>
1860
1861 * objects.texi (Text Props and Strings): Add indexing for read
1862 syntax of text properties.
1863
4972c361
SM
18642008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
1865
1866 * processes.texi (Decoding Output): Remove process-filter-multibyte
1867 functions.
1868
c70a68db
MR
18692008-03-15 Martin Rudalics <rudalics@gmx.at>
1870
1871 * display.texi (Finding Overlays): Say that empty overlays at
1872 the end of the buffer are reported too.
1873
1291fd36
GM
18742008-03-13 Glenn Morris <rgm@gnu.org>
1875
1876 * elisp.texi (EMACSVER): Set to 23.0.60.
1877
c6b0dfd5
CY
18782008-02-26 Chong Yidong <cyd@stupidchicken.com>
1879
38a8b703 1880 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
c6b0dfd5 1881
875fc30c
GM
18822008-02-22 Glenn Morris <rgm@gnu.org>
1883
1884 * frames.texi (Position Parameters): Clarify the description of
1885 `left' and `top', using information from "Geometry".
1886 (Geometry): Give a pointer to "Position Parameters", rather than
1887 repeating information.
1888
d8c8e45a
GM
18892008-02-11 Glenn Morris <rgm@gnu.org>
1890
1891 * objects.texi (Equality Predicates): No longer talk about "two"
1892 functions.
1893
38a8b703 18942008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
d8c8e45a
GM
1895
1896 * objects.texi (Equality Predicates): Add defun for
1897 equal-including-properties.
1898
bfffe0b1
GM
18992008-02-10 Glenn Morris <rgm@gnu.org>
1900
1901 * objects.texi (Equality Predicates):
1902 Mention equal-including-properties.
1903
431b78c9
RS
19042008-02-07 Richard Stallman <rms@gnu.org>
1905
1906 * windows.texi (Window Start): Mention the feature of moving
1907 window-start to start of line.
1908
c8763fb6 19092008-02-07 Jan Djärv <jan.h.d@swipnet.se>
eafa12e6
JD
1910
1911 * keymaps.texi (Tool Bar): Document rtl property.
1912
1a256502
TTN
19132008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
1914
1915 * display.texi (Button Types):
1916 For define-button-type, clarify type of NAME.
1917
569382c2
MR
19182008-01-19 Martin Rudalics <rudalics@gmx.at>
1919
1920 * buffers.texi (Buffer Modification): Fix typo.
1921
f3041af1
DN
19222008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
1923
1924 * os.texi (System Environment): Remove references to OSes that are
1925 not supported anymore.
1926
d35e1cd7
DN
19272008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
1928
1929 * os.texi (System Environment): Remove mention for Masscomp.
1930
23af7580
RS
19312008-01-04 Richard Stallman <rms@gnu.org>
1932
1933 * display.texi (Faces): Don't talk about internal face vector as arg
1934 to facep.
1935
1936 * customize.texi (Type Keywords): Fix previous change.
1937
1938 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
1939 * elisp.texi (Top): Fix menu for commands.texi change.
1940
ec7d5b1e
RS
19412007-12-30 Richard Stallman <rms@gnu.org>
1942
1943 * commands.texi (Accessing Mouse): Renamed from Accessing Events.
1944 (Accessing Scroll): New node broken out of Accessing Mouse.
1945
101a6cea
RS
19462007-12-28 Richard Stallman <rms@gnu.org>
1947
1948 * frames.texi (Size Parameters): Fix typo.
7f9e0c04 1949 (Basic Parameters): For `title', refer to title bar.
041817a4 1950 (Size and Position): Explain meaning of frame pixel width and height.
101a6cea 1951
72b7e664
RS
19522007-12-23 Richard Stallman <rms@gnu.org>
1953
1954 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
1955 Improve some of the commented-out keywords' text too.
1956
27a4f445
MR
19572007-12-14 Martin Rudalics <rudalics@gmx.at>
1958
e2e3f1d7
MR
1959 * nonascii.texi (Encoding and I/O): Reword to avoid saying
1960 "visit the current buffer".
1961
27a4f445
MR
1962 * os.texi (System Interface): Fix typo.
1963
a2afc99d
RS
19642007-12-04 Richard Stallman <rms@gnu.org>
1965
1966 * objects.texi (Symbol Type): Fix typo.
1967
b694135c
RS
19682007-12-03 Richard Stallman <rms@gnu.org>
1969
1970 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
1971
f99a19da
GM
19722007-12-01 Glenn Morris <rgm@gnu.org>
1973
1974 * functions.texi (Declaring Functions): Improve previous change.
1975
8f4b37d8
GM
19762007-11-30 Glenn Morris <rgm@gnu.org>
1977
1978 * functions.texi (Declaring Functions): Add optional fourth
1979 argument of declare-function, and setting third argument to `t'.
1980
61a2fe01
RS
19812007-11-29 Richard Stallman <rms@gnu.org>
1982
1983 * customize.texi (Composite Types): Document `group' type.
1984
cbfc5193
GM
19852007-11-29 Glenn Morris <rgm@gnu.org>
1986
1987 * functions.texi (Declaring Functions): Add findex. Mention
1988 `external' files.
1989
8386283a
JB
19902007-11-26 Juanma Barranquero <lekktu@gmail.com>
1991
1992 * functions.texi (Declaring Functions): Fix directive.
1993
a07c9a8b
RS
19942007-11-25 Richard Stallman <rms@gnu.org>
1995
1996 * help.texi (Help Functions): Clean up last change.
1997
1998 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
1999
2000 * loading.texi (Named Features): Minor cleanup.
2001
2002 * macros.texi (Eval During Expansion): Minor cleanup.
2003
2004 * variables.texi (Variable Aliases): Minor cleanup.
2005
a0925923
RS
20062007-11-24 Richard Stallman <rms@gnu.org>
2007
2008 * functions.texi (Declaring Functions): Clarify previous change.
2009
2010 * compile.texi (Compiler Errors): Clarify previous change.
2011
20c63e44
RS
20122007-11-24 Richard Stallman <rms@gnu.org>
2013
e5e76c04 2014 * display.texi (Refresh Screen, Forcing Redisplay):
20c63e44
RS
2015 Clarify the text and move items around.
2016
5bb0cda3
GM
20172007-11-24 Glenn Morris <rgm@gnu.org>
2018
2019 * functions.texi (Declaring Functions): New section.
2020 * compile.texi (Compiler Errors): Mention declaring functions,
2021 defvar with no initvalue, and byte-compile-warnings.
2022
af13c86a
MR
20232007-11-15 Martin Rudalics <rudalics@gmx.at>
2024
2025 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
2026 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
2027
a5373305
MR
20282007-11-13 Martin Rudalics <rudalics@gmx.at>
2029
2030 * help.texi (Help Functions): Document new macro `with-help-window'.
2031
fe284805
JL
20322007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
2033
2034 * searching.texi (Replacing Match): Describe new
2035 `match-substitute-replacement'.
2036
2c3a09b1
RS
20372007-10-31 Richard Stallman <rms@gnu.org>
2038
2039 * strings.texi (Creating Strings): Null strings from concat not unique.
2040
f2b480f4
RS
20412007-10-26 Richard Stallman <rms@gnu.org>
2042
2043 * objects.texi (Equality Predicates): Null strings are uniquified.
2044
2045 * minibuf.texi: Minor clarifications in previous change.
2046
db21122c
GM
20472007-10-25 Glenn Morris <rgm@gnu.org>
2048
2049 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
2050
2328cbb3
RS
20512007-10-24 Richard Stallman <rms@gnu.org>
2052
2053 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
2054
2055 * variables.texi (Frame-Local Variables): Node deleted.
2056 (Variables): Delete Frame-Local Variables from menu.
2057 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
2058 (Default Value): Don't mention frame-local vars.
2059
2060 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
2061
2062 * loading.texi (Unloading): Document FEATURE-unload-function
2063 instead of FEATURE-unload-hook.
2064
2328cbb3
RS
2065 * frames.texi (Multiple Displays): Don't mention frame-local vars.
2066
c066bafa
JL
20672007-10-22 Juri Linkov <juri@jurta.org>
2068
2069 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
2070 (High-Level Completion): Document a list of default value strings
2071 in the DEFAULT argument, for which minibuffer functions return the
2072 first element.
2073
65ced25f
JL
20742007-10-17 Juri Linkov <juri@jurta.org>
2075
2076 * text.texi (Filling): Update arguments of fill-paragraph.
2077 fill-paragraph operates on the active region in Transient Mark mode.
2078 Remove fill-paragraph-or-region.
2079
ee46ec8e
KB
20802007-10-13 Karl Berry <karl@gnu.org>
2081
2082 * elisp.texi (@dircategory): Move to after @copying,
2083 since we want @copying as close as possible to the beginning of
2084 the output.
2085
61bbdbc6
RS
20862007-10-12 Richard Stallman <rms@gnu.org>
2087
2088 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
2089
2090 * commands.texi (Distinguish Interactive): New node,
2091 broken out from Interactive Call and rewritten.
2092 (Command Loop): Put Distinguish Interactive in menu.
2093
af23e1e8
RS
20942007-10-09 Richard Stallman <rms@gnu.org>
2095
2096 * text.texi (Examining Properties): Mention overlay priority.
2097
2098 * display.texi (Display Margins): Correct the description
2099 of margin display specifications.
2100 (Replacing Specs): New subnode broken out of Display Property.
2101
e1965a69
JL
21022007-10-06 Juri Linkov <juri@jurta.org>
2103
2104 * text.texi (Filling): Document fill-paragraph-or-region.
2105
4638454b
JB
21062007-10-05 Juanma Barranquero <lekktu@gmail.com>
2107
2108 * display.texi (Auto Faces): Fix typo.
2109
7ed54cc5
RS
21102007-10-02 Richard Stallman <rms@gnu.org>
2111
2112 * display.texi (Display Property): Explain some display specs
2113 don't let you move point in.
2114
2115 * frames.texi (Cursor Parameters): Describe
2116 cursor-in-non-selected-windows here. Explain more values.
2117
2118 * windows.texi (Basic Windows): Don't describe
2119 cursor-in-non-selected-windows here.
2120
305a7ef2
EZ
21212007-10-01 Eli Zaretskii <eliz@gnu.org>
2122
2123 * processes.texi (Misc Network): Note that these functions are
2124 supported only on some systems.
2125
f7a7f4eb
RS
21262007-10-01 Richard Stallman <rms@gnu.org>
2127
2128 * display.texi (Overlay Properties): Explain nil as priority.
2129 Explain that conflicts are unpredictable if not resolved by
2130 priorities.
2131
780d7bb9
RS
21322007-09-23 Richard Stallman <rms@gnu.org>
2133
2134 * macros.texi (Backquote): Minor clarification.
2135
14b4fdfb
RS
21362007-09-19 Richard Stallman <rms@gnu.org>
2137
2138 * display.texi (Display Property): Explain multiple display specs.
9600ac7c
RS
2139 Clarify when they work in parallel and when one overrides.
2140 Fix error in example.
14b4fdfb 2141
b8d4c8d0
GM
21422007-09-06 Glenn Morris <rgm@gnu.org>
2143
b3e755a9 2144 Move from lispref/ to doc/lispref/. Change all setfilename
b8d4c8d0
GM
2145 commands to use ../../info.
2146 * Makefile.in (infodir): Go up one more level.
4638454b 2147 (usermanualdir): Change from ../man to ../emacs.
b8d4c8d0
GM
2148 (miscmanualdir): New.
2149 (dist): Use new variable miscmanualdir.
2150 * makefile.w32-in (infodir, texinputdir): Go up one more level.
2151 (usermanualdir): Change from ../man to ../emacs.
2152
1bb1f7d3
MR
21532007-08-30 Martin Rudalics <rudalics@gmx.at>
2154
2155 * commands.texi (Command Loop Info): Advise against changing
2156 most variables described here. Explain new variable
2157 last-repeatable-command.
2158
b8d4c8d0
GM
21592007-08-29 Glenn Morris <rgm@gnu.org>
2160
2161 * elisp.texi (EMACSVER): Increase to 23.0.50.
2162
21632007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
2164
2165 * frames.texi (Basic Parameters): Add display-environment-variable
2166 and term-environment-variable.
2167
21682007-08-28 Juri Linkov <juri@jurta.org>
2169
2170 * display.texi (Image Formats, Other Image Types): Add SVG.
2171
21722007-08-28 Juri Linkov <juri@jurta.org>
2173
2174 * display.texi (Images): Move formats-related text to new node
2175 "Image Formats".
2176 (Image Formats): New node.
2177
619fb9ee
RS
21782007-08-27 Richard Stallman <rms@gnu.org>
2179
2180 * windows.texi (Window Configurations): Clarify what
2181 a window configuration saves.
2182
b8d4c8d0
GM
21832007-08-25 Richard Stallman <rms@gnu.org>
2184
2185 * display.texi (Images): Delete redundant @findex.
2186
21872007-08-16 Richard Stallman <rms@gnu.org>
2188
2189 * processes.texi (Asynchronous Processes): Clarify
2190 doc of start-file-process.
2191
21922007-08-08 Martin Rudalics <rudalics@gmx.at>
2193
2194 * modes.texi (Example Major Modes): Fix typo.
2195
21962007-08-08 Glenn Morris <rgm@gnu.org>
2197
2198 * intro.texi (nil and t): Do not use `iff' in documentation.
2199
2200 * tips.texi (Documentation Tips): Recommend against `iff'.
2201
22022007-08-07 Chong Yidong <cyd@stupidchicken.com>
2203
2204 * display.texi (Image Cache): Document image-refresh.
2205
22062007-08-06 Martin Rudalics <rudalics@gmx.at>
2207
2208 * windows.texi (Size of Window): Document window-full-width-p.
2209
22102007-07-25 Glenn Morris <rgm@gnu.org>
2211
2212 * gpl.texi (GPL): Replace license with GPLv3.
2213
2214 * Relicense all FSF files to GPLv3 or later.
2215
22162007-07-24 Michael Albinus <michael.albinus@gmx.de>
2217
4638454b
JB
2218 * processes.texi (Synchronous Processes):
2219 Add `process-file-shell-command'.
b8d4c8d0
GM
2220 (Asynchronous Processes): Mention restricted use of
2221 `process-filter' and `process-sentinel' in
2222 `start-file-process'. Add `start-file-process-shell-command'.
2223
22242007-07-17 Michael Albinus <michael.albinus@gmx.de>
2225
2226 * files.texi (Magic File Names): Introduce optional parameter
2227 IDENTIFICATION for `file-remote-p'.
2228
22292007-07-16 Richard Stallman <rms@gnu.org>
2230
2231 * display.texi (Defining Faces): Fix previous change.
2232
22332007-07-14 Richard Stallman <rms@gnu.org>
2234
2235 * control.texi (Handling Errors): Document `debug' in handler list.
2236
22372007-07-10 Richard Stallman <rms@gnu.org>
2238
2239 * display.texi (Defining Faces): Explain C-M-x feature for defface.
2240
22412007-07-09 Richard Stallman <rms@gnu.org>
2242
2243 * files.texi (Magic File Names): Rewrite previous change.
2244
22452007-07-08 Michael Albinus <michael.albinus@gmx.de>
2246
2247 * files.texi (Magic File Names): Introduce optional parameter
2248 CONNECTED for `file-remote-p'.
2249
22502007-07-07 Michael Albinus <michael.albinus@gmx.de>
2251
2252 * processes.texi (Asynchronous Processes):
2253 * files.texi (Magic File Names): Add `start-file-process'.
2254
22552007-06-27 Richard Stallman <rms@gnu.org>
2256
2257 * files.texi (Format Conversion Piecemeal): Clarify
2258 `after-insert-file-functions' calling convention.
2259
22602007-06-27 Michael Albinus <michael.albinus@gmx.de>
2261
4638454b
JB
2262 * files.texi (Magic File Names): Remove `dired-call-process'.
2263 Add `process-file'.
b8d4c8d0
GM
2264
22652007-06-27 Kenichi Handa <handa@m17n.org>
2266
2267 * text.texi (Special Properties): Fix description about
4638454b 2268 `composition' property.
b8d4c8d0
GM
2269
22702007-06-26 Kenichi Handa <handa@m17n.org>
2271
2272 * nonascii.texi (Default Coding Systems): Document about the
2273 return value `undecided'.
2274
22752007-06-25 David Kastrup <dak@gnu.org>
2276
2277 * keymaps.texi (Active Keymaps): Document new POSITION argument of
2278 `current-active-maps'.
2279
22802007-06-24 Karl Berry <karl@gnu.org>
2281
4638454b 2282 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
b8d4c8d0
GM
2283
22842007-06-15 Juanma Barranquero <lekktu@gmail.com>
2285
2286 * display.texi (Overlay Arrow): Doc fix.
2287
22882007-06-14 Karl Berry <karl@tug.org>
2289
2290 * anti.texi (Antinews): Typo.
2291
22922007-06-14 Chong Yidong <cyd@stupidchicken.com>
2293
2294 * display.texi (Image Cache): Document image-refresh.
2295
22962007-06-12 Karl Berry <karl@gnu.org>
2297
2298 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
2299 * two-volume.make: New file.
2300 * .cvsignore: Ignore two-volume files.
2301
23022007-06-12 Tom Tromey <tromey@redhat.com>
2303
2304 * os.texi (Init File): Document user-emacs-directory.
2305
23062007-06-03 Nick Roberts <nickrob@snap.net.nz>
2307
2308 * commands.texi (Click Events): Describe width and height when
2309 object is nil.
2310
23112007-05-30 Nick Roberts <nickrob@snap.net.nz>
2312
2313 * commands.texi (Click Events): Layout more logically. Describe
2314 width and height.
2315 (Drag Events, Motion Events): Update to new format for position.
2316
23172007-06-02 Richard Stallman <rms@gnu.org>
2318
2319 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
2320
23212007-06-02 Chong Yidong <cyd@stupidchicken.com>
2322
2323 * Version 22.1 released.
2324
23252007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2326
2327 * text.texi (Special Properties): Correct meaning of fontified face.
2328
23292007-05-30 Richard Stallman <rms@gnu.org>
2330
2331 * text.texi (Special Properties): Add link to Adjusting Point.
2332
23332007-05-12 Richard Stallman <rms@gnu.org>
2334
2335 * text.texi (Margins): indent-to-left-margin is not the default.
2336 (Mode-Specific Indent): For indent-line-function, the default
2337 is indent-relative.
2338
2339 * modes.texi (Example Major Modes): Explain last line of text-mode
2340 is redundant.
2341
23422007-05-10 Richard Stallman <rms@gnu.org>
2343
2344 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
2345
2346 * help.texi (Keys in Documentation): Add reference to
2347 Documentation Tips.
2348
2349 * files.texi (Format Conversion): TO-FN gets three arguments.
2350
2351 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
2352
23532007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
2354
2355 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
2356 * files.texi (Format Conversion): Expand intro; add menu.
2357 (Format Conversion Overview, Format Conversion Round-Trip)
2358 (Format Conversion Piecemeal): New nodes/subsections.
2359 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
2360 * text.texi (Text Properties): Remove "Saving Properties" from menu.
2361 (Saving Properties): Delete node/subsection.
2362
23632007-05-07 Karl Berry <karl@gnu.org>
2364
2365 * elisp.texi (EMACSVER): Back to 22.
2366
23672007-05-06 Richard Stallman <rms@gnu.org>
2368
2369 * processes.texi (Accepting Output): Revert most of previous change.
2370
23712007-05-05 Richard Stallman <rms@gnu.org>
2372
2373 * processes.texi (Accepting Output): accept-process-output
2374 uses microseconds, not milliseconds. But that arg is obsolete.
2375
23762007-05-04 Karl Berry <karl@tug.org>
2377
2378 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
2379
23802007-05-04 Eli Zaretskii <eliz@gnu.org>
2381
2382 * tips.texi (Documentation Tips): Rearrange items to place the
2383 more important ones first. Add an index entry for hyperlinks.
2384
23852007-05-03 Karl Berry <karl@gnu.org>
2386
2387 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
2388 (EMACSVER) [smallbook]: 22 for printed version.
2389
2390 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
2391 so restore anchor to normal position after defun. Found by Kevin Ryde.
2392
23932007-04-26 Glenn Morris <rgm@gnu.org>
2394
2395 * elisp.texi (EMACSVER): Increase to 22.1.50.
2396
23972007-04-28 Karl Berry <karl@gnu.org>
2398
2399 * elisp.texi: Improve line breaks on copyright page,
2400 similar layout to emacs manual, 8.5x11 by default.
2401
24022007-04-24 Richard Stallman <rms@gnu.org>
2403
2404 * text.texi (Special Properties): Add xref to Overlay Properties.
2405
2406 * display.texi (Overlay Properties): Add xref to Special Properties.
2407
24082007-04-22 Richard Stallman <rms@gnu.org>
2409
2410 * keymaps.texi (Extended Menu Items): Move the info about
2411 format with cached keyboard binding.
2412
24132007-04-21 Richard Stallman <rms@gnu.org>
2414
2415 * text.texi (Special Properties): Clarify previous change.
2416
2417 * files.texi (File Name Expansion): Clarify previous change.
2418
2419 * display.texi (Attribute Functions): Fix example for
2420 face-attribute-relative-p.
2421
24222007-04-19 Kenichi Handa <handa@m17n.org>
2423
2424 * text.texi (Special Properties): Document composition property.
2425
24262007-04-19 Glenn Morris <rgm@gnu.org>
2427
2428 * files.texi (File Name Expansion): Mention "superroot".
2429
24302007-04-15 Chong Yidong <cyd@stupidchicken.com>
2431
2432 * frames.texi (Multiple Displays): Add note about "multi-monitor"
2433 setups.
2434 (Display Feature Testing): Note that display refers to all
2435 physical monitors for multi-monitor setups.
2436
24372007-04-14 Richard Stallman <rms@gnu.org>
2438
2439 * lists.texi (Sets And Lists): Clarify `delete' examples.
2440 Remove spurious xref to same node.
2441 Clarify xref for add-to-list.
2442
24432007-04-12 Nick Roberts <nickrob@snap.net.nz>
2444
2445 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
2446 value of lisp-mode-map.
2447
24482007-04-11 Karl Berry <karl@gnu.org>
2449
2450 * anti.texi (Antinews):
2451 * display.texi (Overlay Properties, Defining Images):
2452 * processes.texi (Synchronous Processes, Sentinels):
2453 * syntax.texi (Syntax Table Internals):
2454 * searching.texi (Regexp Special):
2455 * nonascii.texi (Default Coding Systems):
2456 * text.texi (Special Properties):
2457 * minibuf.texi (Basic Completion): Wording to improve breaks in
2458 8.5x11 format.
2459 * elisp.texi (smallbook): New @set to more easily switch between
2460 smallbook and 8.5x11.
2461
24622007-04-11 Richard Stallman <rms@gnu.org>
2463
2464 * text.texi (Lazy Properties): Minor fix.
2465
24662007-04-08 Karl Berry <karl@gnu.org>
2467
2468 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
2469 * macros.texi (Backquote): Downcase Backquote in index entries for
2470 consistency.
2471
24722007-04-08 Richard Stallman <rms@gnu.org>
2473
2474 * text.texi (Adaptive Fill): Just describe default,
2475 don't show it (since it contains non-ASCII chars).
2476
24772007-04-07 Karl Berry <karl@gnu.org>
2478
2479 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
2480 adaptive-fill-regexp's value, since they are not in the standard
2481 TeX fonts.
2482
24832007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
2484
2485 * display.texi (Defining Faces): Fix example.
2486
24872007-04-07 Karl Berry <karl@gnu.org>
2488
2489 * display.texi (Button Buffer Commands): Improve page break.
2490
24912007-04-07 Richard Stallman <rms@gnu.org>
2492
2493 * advice.texi (Activation of Advice): Remove redundant index entry.
2494
2495 * backups.texi: Improve index entries. Remove redundant ones.
2496
2497 * compile.texi (Byte Compilation): Improve index entry.
2498
2499 * hash.texi (Creating Hash): Improve index entry.
2500
2501 * symbols.texi (Definitions): Improve index entry.
2502
2503 * edebug.texi: Improve index entries. Remove redundant/useless ones.
2504
2505 * maps.texi (Standard Keymaps): Remove useless index entry.
2506
2507 * help.texi (Documentation Basics): Remove redundant index entries.
2508
2509 * customize.texi: Improve index entries.
2510 Remove redundant/useless ones.
2511
2512 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
2513
2514 * streams.texi (Output Variables): Improve index entry.
2515
2516 * abbrevs.texi (Abbrevs): Remove useless index entry.
2517
2518 * macros.texi (Expansion): Remove useless index entry.
2519
2520 * text.texi: Improve index entries. Remove redundant/useless ones.
2521 (Text Properties, Examining Properties)
2522 (Special Properties): Use "property category" instead of "category"
2523 to refer to the `category' property.
2524
2525 * positions.texi: Improve index entries. Remove useless one.
2526
2527 * lists.texi: Improve index entries. Remove redundant/useless ones.
2528
2529 * os.texi: Improve index entries.
2530 (Timers): Fix previous change.
2531
2532 * buffers.texi: Improve index entries.
2533 (Modification Time): Get rid of term "obsolete buffer".
2534
2535 * debugging.texi: Improve index entries.
2536 (Test Coverage): Add xref to other test coverage ftr.
2537
2538 * eval.texi: Improve index entry. Remove redundant ones.
2539
2540 * numbers.texi: Improve index entries. Remove redundant/useless ones.
2541
2542 * files.texi: Improve index entries. Remove redundant/useless ones.
2543
2544 * objects.texi: Improve index entries.
2545
2546 * processes.texi: Improve index entries.
2547
2548 * modes.texi: Improve index entry. Remove redundant one.
2549
2550 * nonascii.texi: Improve index entries.
2551
2552 * internals.texi: Improve index entries.
2553
2554 * syntax.texi: Improve index entries.
2555
2556 * keymaps.texi (Active Keymaps): Improve index entries.
2557
2558 * commands.texi: Improve index entries. Remove redundant/useless ones.
2559
2560 * frames.texi: Improve index entries. Remove redundant/useless ones.
2561
2562 * markers.texi: Improve index entries. Remove redundant ones.
2563
2564 * tips.texi: Improve index entries.
2565
2566 * loading.texi (Unloading): Improve index entry.
2567
2568 * variables.texi: Improve index entries. Remove redundant one.
2569
2570 * sequences.texi: Improve index entry.
2571
2572 * display.texi: Improve index entries. Remove redundant ones.
2573
2574 * windows.texi: Improve index entries.
2575
2576 * searching.texi: Improve index entries. Remove redundant one.
2577
2578 * strings.texi (Case Tables): Improve last change.
2579
25802007-04-04 Chong Yidong <cyd@stupidchicken.com>
2581
2582 * strings.texi (Case Tables): Document with-case-table and
2583 ascii-case-table.
2584
25852007-04-03 Karl Berry <karl@gnu.org>
2586
2587 * processes.texi (Network): Reword to improve page break.
2588
25892007-04-03 Eli Zaretskii <eliz@gnu.org>
2590
2591 * functions.texi (Inline Functions): Describe more disadvantages
2592 of defsubst, and make advice against it stronger.
2593
25942007-04-02 Karl Berry <karl@gnu.org>
2595
2596 * backups.texi (Backup Names): Avoid widow words.
2597 * modes.texi (Example Major Modes): Align last comment.
2598
25992007-04-01 Chong Yidong <cyd@stupidchicken.com>
2600
2601 * keymaps.texi (Remapping Commands): Document new arg to
2602 command-remapping.
2603
26042007-04-01 Karl Berry <karl@gnu.org>
2605
2606 * processes.texi (Low-Level Network): Typo.
2607 * loading.texi (Hooks for Loading): Avoid double "the".
2608 * keymaps.texi (Key Sequences): No double "and".
2609 (Changing Key Bindings): Shorten to improve line break.
2610
26112007-03-31 Glenn Morris <rgm@gnu.org>
2612
2613 * os.texi (Timers): Fix description of run-at-time TIME formats.
2614
26152007-03-31 Richard Stallman <rms@gnu.org>
2616
2617 * display.texi (Invisible Text): Correct buffer-invisibility-spec
2618 regarding ellipsis.
2619
26202007-03-31 Eli Zaretskii <eliz@gnu.org>
2621
2622 * intro.texi (nil and t):
2623 * symbols.texi (Plists and Alists):
2624 * variables.texi (Variable Aliases, Constant Variables):
2625 * functions.texi (Defining Functions):
2626 * advice.texi (Advising Primitives):
2627 * debugging.texi (Syntax Errors, Compilation Errors):
2628 * minibuf.texi (Minibuffer Windows):
2629 * commands.texi (Adjusting Point):
2630 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
2631 (Auto Major Mode, Major Mode Conventions):
2632 * help.texi (Describing Characters):
2633 * files.texi (Create/Delete Dirs, Information about Files)
2634 (File Locks, Writing to Files, Reading from Files)
2635 (Saving Buffers):
2636 * windows.texi (Resizing Windows, Cyclic Window Ordering):
2637 * frames.texi (Finding All Frames):
2638 * positions.texi (Buffer End, Motion):
2639 * markers.texi (The Region):
2640 * text.texi (Deletion, Near Point):
2641 * display.texi (Displaying Messages, Truncation):
2642 * os.texi (Processor Run Time):
2643 * tips.texi (Key Binding Conventions, Programming Tips)
2644 (Warning Tips, Documentation Tips, Comment Tips):
2645 * internals.texi (Memory Usage): Improve indexing.
2646
2647 * variables.texi (Frame-Local Variables):
2648 * functions.texi (Argument List):
2649 * loading.texi (Library Search):
2650 * streams.texi (Output Variables):
2651 * keymaps.texi (Translation Keymaps, Searching Keymaps):
2652 * searching.texi (Replacing Match, Search and Replace):
2653 * processes.texi (Byte Packing, Decoding Output)
2654 (Accepting Output, Network Servers, Shell Arguments):
2655 * display.texi (Abstract Display, Image Cache, Scroll Bars):
2656 * windows.texi (Window Point, Window Start):
2657 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
2658 * commands.texi (Reading Input, Keyboard Events):
2659 * minibuf.texi (Reading File Names, Minibuffer Completion)
2660 (Recursive Mini):
2661 * positions.texi (List Motion):
2662 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
2663 * numbers.texi (Arithmetic Operations, Math Functions)
2664 (Predicates on Numbers, Comparison of Numbers):
2665 (Numeric Conversions):
2666 * locals.texi (Standard Buffer-Local Variables):
2667 * maps.texi (Standard Keymaps):
2668 * os.texi (User Identification, System Environment, Recording Input)
2669 (X11 Keysyms):
2670 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
2671 * backups.texi (Backups and Auto-Saving):
2672 * customize.texi (Customization, Group Definitions)
2673 (Variable Definitions):
2674 * compile.texi (Byte Compilation): Improve index entries.
2675
26762007-03-31 Karl Berry <karl@gnu.org>
2677
2678 * macros.texi (Defining Macros): Avoid widow syllable.
2679
26802007-03-31 Eli Zaretskii <eliz@gnu.org>
2681
2682 * elisp.texi (Top): Postscript -> PostScript.
2683
2684 * display.texi (Images, Postscript Images): Postscript -> PostScript.
2685
26862007-03-31 Markus Triska <markus.triska@gmx.at>
2687
2688 * internals.texi (Writing Emacs Primitives): Untabify `For'.
2689
26902007-03-30 Karl Berry <karl@gnu.org>
2691
2692 * lists.texi (List-related Predicates): Remove spurious @need.
2693 (Setcdr): Use @smallexample to improve page break.
2694 (Association Lists) <assoc>: Reword to improve page break.
2695
2696 * strings.texi (String Conversion): Insert blank line to improve
2697 page break.
2698
2699 * numbers.texi (Random Numbers): Use @minus{}.
2700 (Math Functions): Use @minus{}.
2701
2702 * intro.texi (Acknowledgements): Avoid line breaks before middle
2703 initials.
2704
27052007-03-24 Eli Zaretskii <eliz@gnu.org>
2706
2707 * errors.texi (Standard Errors): Add an index entry.
2708
27092007-03-19 Richard Stallman <rms@gnu.org>
2710
2711 * os.texi (Recording Input): recent-keys now gives 300 keys.
2712
27132007-03-12 Glenn Morris <rgm@gnu.org>
2714
2715 * os.texi: Replace "daylight savings" with "daylight saving"
2716 throughout.
2717
27182007-03-05 Richard Stallman <rms@gnu.org>
2719
2720 * variables.texi (File Local Variables): Update
2721 enable-local-variables values.
2722
27232007-03-04 Richard Stallman <rms@gnu.org>
2724
2725 * syntax.texi (Control Parsing): Minor clarification.
2726
2727 * strings.texi (Formatting Strings): Clarify width, precision, flags.
2728
2729 * sequences.texi (Sequence Functions): Move string-bytes away,
2730 add xref.
2731
2732 * nonascii.texi (Text Representations): Move string-bytes here.
2733
2734 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
2735
2736 * minibuf.texi (Basic Completion): Minor clarification.
2737
2738 * markers.texi (The Mark): Clarify existence vs activation of mark.
2739 Other cleanup.
2740
2741 * display.texi (Finding Overlays): Write better example.
2742
2743 * compile.texi (Eval During Compile): Clarify putting macros
2744 in eval-when-compile.
2745
c5602427 27462007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
b8d4c8d0
GM
2747
2748 * loading.texi (How Programs Do Loading): Fix anchor position at
c5602427 2749 load-read-function definition doc.
b8d4c8d0
GM
2750
27512007-02-21 Kim F. Storm <storm@cua.dk>
2752
2753 * strings.texi (Text Comparison): Mention that assoc-string
2754 converts symbols to strings before testing.
2755
27562007-02-17 Kim F. Storm <storm@cua.dk>
2757
2758 * processes.texi (Bindat Spec): Vector types can have optional
2759 element type.
2760 (Bindat Examples): Fix example. Add vector with element type.
2761
27622007-02-16 Andreas Schwab <schwab@suse.de>
2763
2764 * strings.texi (Formatting Strings): Document '+' flag.
2765
27662007-02-15 Juanma Barranquero <lekktu@gmail.com>
2767
2768 * strings.texi (Modifying Strings): Clarify that `clear-string'
2769 always converts the string to unibyte.
2770
27712007-02-14 Kim F. Storm <storm@cua.dk>
2772
2773 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
2774 Rewrite glyph code description to refer to these functions.
2775 Remove details of encoding face number and char into integer code.
2776
27772007-02-03 Alan Mackenzie <acm@muc.de>
2778
2779 * loading.texi (Hooks for Loading): Make the description of
2780 `eval-after-load' more detailed, and amend the description of
2781 after-load-alist, in accordance with changes from 2006-05.
2782
27832007-02-03 Chong Yidong <cyd@stupidchicken.com>
2784
2785 * modes.texi (Defining Minor Modes): Document that a :require
2786 keyword or similar may be required to make saved customization
2787 variables work.
2788
27892007-02-03 Eli Zaretskii <eliz@gnu.org>
2790
2791 * elisp.texi (Top): Make the detailed menu headers compliant with
2792 Texinfo guidelines and with what texnfo-upd.el expects. Add
2793 comments to prevent people from inadvertently modifying the key
2794 parts needed by `texinfo-multiple-files-update'.
2795
27962007-02-02 Eli Zaretskii <eliz@gnu.org>
2797
2798 * elisp.texi (Top): Update the top-level menus.
2799
2800 * syntax.texi (Categories): Add index entries.
2801
28022007-02-01 Juanma Barranquero <lekktu@gmail.com>
2803
2804 * display.texi (Attribute Functions): Fix name and description of
2805 the UNDERLINE arg of `set-face-underline-p'.
2806
28072007-01-29 Eli Zaretskii <eliz@gnu.org>
2808
2809 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
2810 Variables", and "Standard Keymaps" to the detailed menu.
2811
2812 * variables.texi (Future Local Variables): Add index entry.
2813
28142007-01-28 Richard Stallman <rms@gnu.org>
2815
2816 * tips.texi (Coding Conventions): Clarify the tip about macros
2817 that define a function or a variable.
2818
2819 * files.texi (File Attributes): UID and GID can be floats.
2820 (Magic File Names): Explain why deferring all operations to
2821 the standard handler does not work.
2822
28232007-01-23 Martin Rudalics <rudalics@gmx.at>
2824
2825 * backups.texi (Reverting): Use "buffer" instead of "file"
2826 when talking about major and minor modes.
2827
28282007-01-21 Richard Stallman <rms@gnu.org>
2829
2830 * help.texi (Documentation): Add xref to Documentation Tips.
2831
28322007-01-14 Juanma Barranquero <lekktu@gmail.com>
2833
2834 * tips.texi (Coding Conventions): Fix typos.
2835
28362007-01-05 Richard Stallman <rms@gnu.org>
2837
2838 * modes.texi (Defining Minor Modes): Fix previous change.
2839
28402007-01-03 Richard Stallman <rms@gnu.org>
2841
2842 * customize.texi (Variable Definitions, Customization Types):
2843 Don't use * in doc string for defcustom.
2844
28452007-01-02 Richard Stallman <rms@gnu.org>
2846
2847 * variables.texi (Variable Aliases): Clarify that aliases vars
2848 always have the same value.
2849
2850 * processes.texi (Bindat Spec): Fix Texinfo usage.
2851
2852 * modes.texi (Defining Minor Modes): Explain effect of command
2853 defined with define-global-minor-mode on new buffers.
2854
28552006-12-30 Kim F. Storm <storm@cua.dk>
2856
2857 * keymaps.texi (Tool Bar): Describe `grow-only' value of
2858 `auto-resize-tool-bars'.
2859
28602006-12-30 Richard Stallman <rms@gnu.org>
2861
2862 * keymaps.texi (Active Keymaps): Fix previous change.
2863
28642006-12-30 Nick Roberts <nickrob@snap.net.nz>
2865
2866 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
2867
28682006-12-30 Kim F. Storm <storm@cua.dk>
2869
2870 * processes.texi (Bindat Spec): Clarify using field names in
2871 length specifications.
2872
28732006-12-29 Kim F. Storm <storm@cua.dk>
2874
2875 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
2876 Add count and index variables for eval forms in repeat blocks.
2877
28782006-12-24 Richard Stallman <rms@gnu.org>
2879
2880 * customize.texi (Variable Definitions): Document
2881 new name custom-add-frequent-value.
2882
28832006-12-19 Kim F. Storm <storm@cua.dk>
2884
2885 * commands.texi (Misc Events): User signals now result in sigusr1
2886 and sigusr2 events which are handled through special-event-map.
2887 (Special Events): User signals and drag-n-drop are special.
2888
28892006-12-17 Richard Stallman <rms@gnu.org>
2890
2891 * loading.texi (Named Features): Explain subfeatures better.
2892
2893 * customize.texi: Use "option" only for user options.
2894 For the keyword values inside defcustom etc, say "keywords".
2895 For :options value's elements, say "elements".
2896 :group should not be omitted.
2897
2898 * syntax.texi (Parsing Expressions): Split up node.
2899 (Motion via Parsing, Position Parse, Parser State)
2900 (Low-Level Parsing, Control Parsing): New subnodes.
2901 (Parser State): Document syntax-ppss-toplevel-pos.
2902
2903 * positions.texi (List Motion): Punctuation fix.
2904
2905 * files.texi (File Name Completion): Document PREDICATE arg
2906 to file-name-completion.
2907
29082006-12-16 Eli Zaretskii <eliz@gnu.org>
2909
2910 * internals.texi (Building Emacs, Writing Emacs Primitives):
2911 Add index entries.
2912
29132006-12-11 Richard Stallman <rms@gnu.org>
2914
2915 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
2916 affects face menu. Explain how to make it non-nil without enabling
2917 any fontification.
2918
29192006-12-10 Chong Yidong <cyd@stupidchicken.com>
2920
2921 * modes.texi (Font Lock Basics): Document nil value of
2922 font-lock-defaults.
2923
29242006-12-10 Glenn Morris <rgm@gnu.org>
2925
2926 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
2927 value for system-flag argument. Abbrev tables may not be empty
2928 when major modes are loaded.
2929
29302006-12-08 Juanma Barranquero <lekktu@gmail.com>
2931
2932 * makefile.w32-in (maintainer-clean): Partially revert last
2933 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
2934 to protect elisp-covers.texi.
2935
29362006-12-07 Juanma Barranquero <lekktu@gmail.com>
2937
2938 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
2939 Don't remove elisp* info files; they are already deleted by the
2940 `clean' and `distclean' targets, and they are in the $(infodir)
2941 directory, not the current one.
2942
29432006-12-04 Kim F. Storm <storm@cua.dk>
2944
2945 * commands.texi (Misc Events): Update signal events.
2946 (Event Examples): Add signal example.
2947
29482006-11-29 Richard Stallman <rms@gnu.org>
2949
2950 * frames.texi (Visibility of Frames): Explain visible windows
2951 can be covered by others. Add xref for raise-frame.
2952
29532006-11-28 Richard Stallman <rms@gnu.org>
2954
2955 * searching.texi (Regexp Special): Update when ^ is special.
2956
29572006-11-27 Eli Zaretskii <eliz@gnu.org>
2958
2959 * customize.texi (Customization, Common Keywords)
2960 (Group Definitions, Variable Definitions, Composite Types)
2961 (Type Keywords, Customization Types): Add index entries for
2962 various customization keywords.
2963
29642006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
2965
2966 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
2967
c8763fb6 29682006-11-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
2969
2970 * frames.texi (Window System Selections): Remove clipboard from
2971 description of selection-coding-system.
2972
29732006-11-06 Richard Stallman <rms@gnu.org>
2974
2975 * lists.texi (List Variables): Document COMPARE-FN.
2976
2977 * keymaps.texi: Avoid use of "binding" to mean a relation;
2978 use it only to refer to the meaning associated with a key.
2979 (Keymaps): Change menu node description.
2980
2981 * elisp.texi (Top): Change menu node description.
2982
2983 * display.texi (Managing Overlays): Document overlay-recenter.
2984
29852006-10-29 Chong Yidong <cyd@stupidchicken.com>
2986
2987 * Makefile.in: Use relative paths to avoid advertising filesystem
2988 contents during compilation.
2989
29902006-10-23 Kim F. Storm <storm@cua.dk>
2991
2992 * commands.texi (Event Input Misc): Update unread-command-events.
2993
29942006-10-23 Nick Roberts <nickrob@snap.net.nz>
2995
2996 * lists.texi (Sets And Lists): Fix typos.
2997
29982006-10-18 Juanma Barranquero <lekktu@gmail.com>
2999
3000 * control.texi (Processing of Errors): Use @var for an argument,
3001 not @code.
3002
30032006-10-16 Richard Stallman <rms@gnu.org>
3004
3005 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
3006
3007 * keymaps.texi (Format of Keymaps): Show all the keymap element
3008 patterns that result from menu items.
3009 (Key Lookup): Minor cleanups.
3010
3011 * modes.texi (Precalculated Fontification): Don't say that
3012 not setting font-lock-defaults avoids loading font-lock.
3013
3014 * help.texi (Documentation): Move xref to Emacs Manual here.
3015 (Documentation Basics): From here.
3016 Also doc emacs-lisp-docstring-fill-column.
3017
3018 * elisp.texi: Update version and ISBN.
3019
3020 * commands.texi (Interactive Call): Clarify KEYS arg to
3021 call-interactively is a vector.
3022 (Command Loop Info): Delete anchor in this-command-keys.
3023 Add anchor in this-command-keys-vector.
3024 (Recursive Editing): Document how recursive-edit
3025 handles the current buffer.
3026
30272006-10-13 Chong Yidong <cyd@stupidchicken.com>
3028
3029 * frames.texi (Frame Titles): %c and %l are ignored in
3030 frame-title-format.
3031
30322006-10-11 Richard Stallman <rms@gnu.org>
3033
3034 * keymaps.texi (Key Sequences): Clarify use of kbd.
3035
30362006-10-10 Kim F. Storm <storm@cua.dk>
3037
3038 * lists.texi (Sets And Lists): Add memql.
3039
30402006-10-03 Richard Stallman <rms@gnu.org>
3041
3042 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
3043 Clarify :ascii: and :nonascii:.
3044
30452006-09-29 Juri Linkov <juri@jurta.org>
3046
3047 * modes.texi (%-Constructs): Reorder coding systems in the
3048 documentation of %z to the real order displayed in the modeline.
3049
30502006-09-25 Richard Stallman <rms@gnu.org>
3051
3052 * os.texi (Timers): Describe timer-max-repeats.
3053
30542006-09-25 Chong Yidong <cyd@stupidchicken.com>
3055
3056 * os.texi (Timers): Mention with-local-quit.
3057
30582006-09-24 Richard Stallman <rms@gnu.org>
3059
3060 * searching.texi (Searching and Matching): Mention property search.
3061
3062 * commands.texi (Command Loop Info): Explain how read-event affects
3063 this-command-keys.
3064
30652006-09-20 Richard Stallman <rms@gnu.org>
3066
3067 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
3068
3069 * windows.texi (Window Start): Minor cleanups.
3070
30712006-09-20 Kim F. Storm <storm@cua.dk>
3072
3073 * windows.texi (Window Start): pos-visible-in-window-p allows
3074 specifying t for position to mean "end of window".
3075 Add window-line-height.
3076
3077 * anti.texi (Antinews): Mention window-line-height.
3078
30792006-09-19 David Kastrup <dak@gnu.org>
3080
3081 * keymaps.texi (Searching Keymaps): Small clarification.
3082
30832006-09-18 Richard Stallman <rms@gnu.org>
3084
3085 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
3086 cause keyboard menus.
3087 (Menu Keymaps): Likewise.
3088 (Defining Menus, Keyboard Menus): Clarify.
3089
3090 * text.texi (Fields): Clarify explanation of constrain-to-field.
3091
30922006-09-16 Eli Zaretskii <eliz@gnu.org>
3093
3094 * variables.texi (Tips for Defining): Fix a typo.
3095
30962006-09-15 Richard Stallman <rms@gnu.org>
3097
3098 * keymaps.texi (Remapping Commands, Searching Keymaps)
3099 (Active Keymaps): Clean up previous change.
3100
31012006-09-15 Jay Belanger <belanger@truman.edu>
3102
3103 * gpl.texi: Replace "Library Public License" by "Lesser Public
3104 License" throughout.
3105
31062006-09-15 David Kastrup <dak@gnu.org>
3107
3108 * keymaps.texi (Active Keymaps): Adapt description to use
3109 `get-char-property' instead `get-text-property'. Explain how
3110 mouse events change this. Explain the new optional argument of
3111 `key-binding' and its mouse-dependent lookup.
3112 (Searching Keymaps): Adapt description similarly.
3113 (Remapping Commands): Explain the new optional argument of
3114 `command-remapping'.
3115
31162006-09-14 Richard Stallman <rms@gnu.org>
3117
3118 * keymaps.texi (Searching Keymaps): Clarification.
3119 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
3120
31212006-09-13 Richard Stallman <rms@gnu.org>
3122
3123 * objects.texi (Character Type): Node split.
3124 Add xref to Describing Characters.
3125 (Basic Char Syntax, General Escape Syntax)
3126 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
3127
31282006-09-11 Richard Stallman <rms@gnu.org>
3129
3130 * display.texi (Display Table Format): Wording clarification.
3131 (Glyphs): Clarifications.
3132
31332006-09-10 Chong Yidong <cyd@stupidchicken.com>
3134
3135 * keymaps.texi (Active Keymaps): Mention that key-binding checks
3136 local maps.
3137
31382006-09-10 Kim F. Storm <storm@cua.dk>
3139
3140 * display.texi (Forcing Redisplay): Document return value of
3141 function redisplay.
3142
31432006-09-09 Richard Stallman <rms@gnu.org>
3144
3145 * windows.texi (Window Hooks): Explain limits of
3146 window-scroll-functions.
3147
3148 * display.texi (Fringe Indicators): Update for last change in
3149 indicate-buffer-boundaries.
3150
31512006-09-08 Richard Stallman <rms@gnu.org>
3152
3153 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
3154
31552006-09-06 Kim F. Storm <storm@cua.dk>
3156
3157 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
3158
3159 * windows.texi (Window Start): Update pos-visible-in-window-p.
3160
31612006-09-04 Richard Stallman <rms@gnu.org>
3162
3163 * processes.texi (Accepting Output): Explain SECONDS=0 for
3164 accept-process-output.
3165
3166 * os.texi (Idle Timers): Explain why timer functions should not
3167 loop until (input-pending-p).
3168
31692006-09-02 Eli Zaretskii <eliz@gnu.org>
3170
3171 * makefile.w32-in (usermanualdir): New variable.
3172 (elisp.dvi): Use it.
3173
31742006-09-01 Eli Zaretskii <eliz@gnu.org>
3175
3176 * buffers.texi (Buffer Modification): Fix last change.
3177
31782006-09-01 Chong Yidong <cyd@stupidchicken.com>
3179
3180 * buffers.texi (Buffer Modification): Document
3181 buffer-chars-modified-tick.
3182
31832006-08-31 Richard Stallman <rms@gnu.org>
3184
3185 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
3186
31872006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
3188
3189 * modes.texi (Syntactic Font Lock):
3190 Mention font-lock-syntactic-face-function
3191 instead of specific faces.
3192
31932006-08-29 Chong Yidong <cyd@stupidchicken.com>
3194
3195 * display.texi (Images): Add xrref to display-images-p.
3196
31972006-08-28 Kenichi Handa <handa@m17n.org>
3198
3199 * nonascii.texi (Lisp and Coding Systems): Fix description of
3200 detect-coding-region.
3201
32022006-08-27 Michael Olson <mwolson@gnu.org>
3203
3204 * processes.texi (Transaction Queues): Remove stray quote
3205 character.
3206
32072006-08-25 Richard Stallman <rms@gnu.org>
3208
3209 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
3210 Add xref.
3211
32122006-08-24 Chong Yidong <cyd@stupidchicken.com>
3213
3214 * os.texi (Timers): Avoid waiting inside timers.
3215
32162006-08-21 Lute Kamstra <lute@gnu.org>
3217
3218 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
3219
32202006-08-20 Richard Stallman <rms@gnu.org>
3221
3222 * os.texi (Idle Timers): New node, split out from Timers.
3223 Document current-idle-time.
3224 * commands.texi (Reading One Event): Update xref.
3225 * elisp.texi (Top): Update subnode menu.
3226
32272006-08-16 Richard Stallman <rms@gnu.org>
3228
3229 * keymaps.texi (Extended Menu Items): Show format of cached
3230 bindings in extended menu items.
3231
3232 * customize.texi (Variable Definitions): Explain when the
3233 standard value expression is evaluated.
3234
32352006-08-15 Chong Yidong <cyd@stupidchicken.com>
3236
3237 * commands.texi (Reading One Event): Explain idleness in
3238 `read-event'.
3239
32402006-08-12 Chong Yidong <cyd@stupidchicken.com>
3241
3242 * text.texi (Near Point): Say "cursor" not "terminal cursor".
3243 (Commands for Insertion): Removed split-line since it's not
3244 relevant for Lisp programming.
3245 (Yank Commands): Rewrite introduction.
3246 (Undo): Clarify.
3247 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
3248 (Filling): Remove redundant comment. Clarify return value of
3249 current-justification.
3250 (Margins): Minor clarifications.
3251 (Adaptive Fill): Update default value of adaptive-fill-regexp.
3252 (Sorting): Update definition of sort-lines.
3253 (Columns): Clarify behavior of sort-columns.
3254 (Indent Tabs): Link to Tab Stops in Emacs manual.
3255 (Special Properties): Clarify.
3256 (Clickable Text): Mention Buttons package.
3257
32582006-08-12 Kevin Ryde <user42@zip.com.au>
3259
3260 * os.texi (Time Parsing): Add %z to description of
3261 format-time-string, as per docstring. Add cross reference to
3262 glibc manual for strftime.
3263
32642006-08-08 Richard Stallman <rms@gnu.org>
3265
3266 * modes.texi: Clean up wording in previous change.
3267
32682006-08-07 Chong Yidong <cyd@stupidchicken.com>
3269
3270 * modes.texi (Hooks): Clarify.
3271 (Major Mode Basics): Mention define-derived-mode explicitly.
3272 (Major Mode Conventions): Rebinding RET is OK for some modes.
3273 Mention change-major-mode-hook and after-change-major-mode-hook.
3274 (Example Major Modes): Moved to end of Modes section.
3275 (Mode Line Basics): Clarify.
3276 (Mode Line Data): Mention help-echo and local-map in strings.
3277 Explain reason for treatment of non-risky variables.
3278 (Properties in Mode): Clarify.
3279 (Faces for Font Lock): Add font-lock-negation-char-face.
3280
32812006-08-04 Eli Zaretskii <eliz@gnu.org>
3282
3283 * strings.texi (Formatting Strings): Warn against arbitrary
3284 strings as first arg to `format'.
3285
32862006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
3287
3288 * text.texi (Clickable Text): Mention `help-echo' text property.
3289 Update intro, examples and associated explanations.
3290
32912006-07-31 Richard Stallman <rms@gnu.org>
3292
3293 * commands.texi: Update xrefs.
3294 (Event Mod): New node, cut out from old Translating Input.
3295
3296 * maps.texi: Update xrefs.
3297
3298 * keymaps.texi (Translation Keymaps): New node.
3299 Update xrefs from Translating Input to Translation Keymaps.
3300
3301 * elisp.texi (Top): Update subnode menu.
3302
3303 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
3304
3305 * os.texi (System Interface): Fix menu descriptions of some nodes.
3306 (Translating Input): Node deleted.
3307
33082006-07-31 Nick Roberts <nickrob@snap.net.nz>
3309
3310 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
3311
3312 * lists.texi (Sets And Lists): Likewise.
3313
33142006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
3315
3316 * text.texi (Fields): Mention POS
3317 requirement when narrowing is in effect.
3318
33192006-07-28 Richard Stallman <rms@gnu.org>
3320
3321 * display.texi (Face Attributes): Simplify wording.
3322 (Attribute Functions): Clarify meaning of new-frame default
3323 attribute settings.
3324
3325 * customize.texi (Common Keywords): Document how to use
3326 :package-version in a package not in Emacs.
3327
33282006-07-28 Kim F. Storm <storm@cua.dk>
3329
3330 * commands.texi (Reading One Event): Fix last change.
3331
33322006-07-26 Chong Yidong <cyd@stupidchicken.com>
3333
3334 * commands.texi (Reading One Event): Document SECONDS argument for
3335 read-event, read-char, and read-char-exclusive.
3336
33372006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
3338
3339 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
3340 to ensure correct identification.
3341
33422006-07-24 Richard Stallman <rms@gnu.org>
3343
3344 * text.texi (Clickable Text): Clarify.
3345
3346 * sequences.texi (Vector Functions): Delete duplicate xref.
3347
3348 * objects.texi (Function Type): Clarify.
3349
3350 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
3351 modes.
3352
3353 * lists.texi (List Variables): New node.
3354 Material moved from other nodes.
3355
3356 * variables.texi (Setting Variables): add-to-list and
3357 add-to-ordered-list moved to List Variables node.
3358
33592006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
3360
3361 * text.texi (Links and Mouse-1):
3362 For mouse-on-link-p, expand on arg POS.
3363
33642006-07-21 Kim F. Storm <storm@cua.dk>
3365
3366 * display.texi (Forcing Redisplay): Don't mention systems which
3367 don't support sub-second timers for redisplay-preemption-period.
3368
3369 * os.texi (Terminal Output): Clarify text vs graphical terminal.
3370
33712006-07-21 Eli Zaretskii <eliz@gnu.org>
3372
3373 * frames.texi (Input Focus): Document that focus-follows-mouse has
3374 no effect on MS-Windows.
3375
33762006-07-18 Richard Stallman <rms@gnu.org>
3377
3378 * display.texi (Forcing Redisplay): Cleanups in previous change.
3379
3380 * processes.texi (Low-Level Network): Make menu more convenient.
3381
33822006-07-18 Kim F. Storm <storm@cua.dk>
3383
3384 * display.texi (Forcing Redisplay): redisplay-preemption-period
3385 only used on window systems. Add xref to Terminal Output.
3386
3387 * os.texi (Terminal Output): baud-rate only controls preemption on
3388 non-window systems. Add xref to Forcing Redisplay.
3389
3390 * processes.texi (Low-Level Network): Rename node "Make Network"
3391 to "Network Processes".
3392
33932006-07-18 Karl Berry <karl@gnu.org>
3394
3395 * variables.texi, functions.texi, customize.texi, loading.texi:
3396 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
3397
33982006-07-17 Chong Yidong <cyd@stupidchicken.com>
3399
3400 * commands.texi (Waiting): Document batch-mode sit-for behavior.
3401
34022006-07-17 Richard Stallman <rms@gnu.org>
3403
3404 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
3405 Put period and comma inside quotes.
3406
3407 * loading.texi, markers.texi: Use real doublequote inside menus.
3408
3409 * windows.texi: Put point and comma inside quotes.
3410 (Textual Scrolling): Use @samp for error message.
3411
3412 * variables.texi, tips.texi, syntax.texi, symbols.texi:
3413 * strings.texi, streams.texi, processes.texi, os.texi:
3414 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
3415 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
3416 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
3417 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
3418 Put point and comma inside quotes.
3419
3420 * control.texi (Processing of Errors): Add command-error-function.
3421
3422 * variables.texi (File Local Variables): Clarify that
3423 file local variables make buffer-local bindings.
3424
3425 * modes.texi (Syntactic Font Lock): Give default for
3426 font-lock-syntax-table.
3427
34282006-07-17 Nick Roberts <nickrob@snap.net.nz>
3429
3430 * text.texi (Special Properties): Clean up previous change.
3431
34322006-07-16 Karl Berry <karl@gnu.org>
3433
3434 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
3435 * control.texi: Fix bad page breaks through chapter 10 (control).
3436
3437 * anti.texi (Antinews): Reorder face-attribute fns to avoid
3438 underfull hbox.
3439
34402006-07-15 Nick Roberts <nickrob@snap.net.nz>
3441
3442 * text.texi (Special Properties): Describe fontified text property
3443 in relation to a character (not text).
3444
34452006-07-15 Kim F. Storm <storm@cua.dk>
3446
3447 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
3448 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
3449 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
3450
3451 * anti.texi (Antinews): Mention redisplay function.
3452 The kbd macro existed, but was not documented, before 22.x.
3453 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
3454
34552006-07-14 Nick Roberts <nickrob@snap.net.nz>
3456
3457 * display.texi (Displaying Messages): Add anchor.
3458
3459 * frames.texi (Dialog Boxes): Use it.
3460
34612006-07-12 Richard Stallman <rms@gnu.org>
3462
3463 * objects.texi (Frame Type): Explain nature of frames better.
3464
3465 * frames.texi (Frames): Explain nature of frames better.
3466
34672006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
3468
3469 * tips.texi (Coding Conventions): Explain why use cl at compile time.
3470
34712006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3472
3473 * frames.texi (Window System Selections): Mention scrap support for Mac.
3474 Default value of x-select-enable-clipboard is t on Mac.
3475
3476 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
3477
34782006-07-11 Kim F. Storm <storm@cua.dk>
3479
3480 * display.texi (Forcing Redisplay): Add `redisplay' function.
3481 Don't mention (sit-for -1) -- use (redisplay t) instead.
3482
3483 * commands.texi (Waiting): (sit-for -1) is no longer special.
3484 (sit-for 0) is equivalent to (redisplay).
3485 Iconifying/deiconifying no longer makes sit-for return.
3486
34872006-07-10 Nick Roberts <nickrob@snap.net.nz>
3488
3489 * display.texi (Buttons): Fix typo.
3490
3491 * index.texi, elisp.texi (New Symbols): Comment node out.
3492
34932006-07-09 Richard Stallman <rms@gnu.org>
3494
3495 * display.texi (Truncation): Clean up previous change.
3496
34972006-07-08 Richard Stallman <rms@gnu.org>
3498
3499 * commands.texi (Interactive Call): Use 3 as prefix in example
3500 for execute-extended-command.
3501
3502 * display.texi (Attribute Functions): Move paragraph about
3503 compatibility with Emacs < 21.
3504
35052006-07-09 Kim F. Storm <storm@cua.dk>
3506
3507 * display.texi (Refresh Screen): Clarify force-window-update.
3508 (Truncation): "Normally" indicated by fringe arrows.
3509
35102006-07-08 Eli Zaretskii <eliz@gnu.org>
3511
3512 * windows.texi (Textual Scrolling, Resizing Windows):
3513 * variables.texi (Constant Variables):
3514 * text.texi (Buffer Contents, Deletion, Changing Properties)
3515 (Property Search, Special Properties, Sticky Properties)
3516 (Links and Mouse-1, Fields, Change Hooks):
3517 * syntax.texi (Syntax Table Functions, Parsing Expressions)
3518 (Categories):
3519 * symbols.texi (Other Plists):
3520 * streams.texi (Output Variables):
3521 * processes.texi (Input to Processes, Query Before Exit):
3522 * positions.texi (Word Motion, Text Lines, List Motion):
3523 * os.texi (Init File, System Environment, Sound Output)
3524 (Session Management):
3525 * nonascii.texi (Text Representations, Character Sets)
3526 (Chars and Bytes, Locales):
3527 * modes.texi (Defining Minor Modes, Header Lines):
3528 * minibuf.texi (Minibuffer Contents):
3529 * markers.texi (Information from Markers):
3530 * lists.texi (List Elements, Building Lists, Association Lists):
3531 * keymaps.texi (Tool Bar):
3532 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
3533 * functions.texi (What Is a Function, Mapping Functions):
3534 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
3535 (Color Names, Text Terminal Colors, Display Feature Testing):
3536 * files.texi (Visiting Functions, File Name Components)
3537 (Unique File Names, Contents of Directories):
3538 * display.texi (Forcing Redisplay, Displaying Messages)
3539 (Temporary Displays, Font Selection, Auto Faces)
3540 (Font Lookup, Fringe Indicators, Display Margins)
3541 (Image Descriptors, Showing Images, Image Cache, Button Types)
3542 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
3543 (Display Table Format, Glyphs):
3544 * control.texi (Iteration):
3545 * commands.texi (Command Loop Info, Adjusting Point):
3546 * backups.texi (Making Backups, Auto-Saving):
3547 Remove @tindex entries.
3548
35492006-07-07 Kim F. Storm <storm@cua.dk>
3550
3551 * display.texi (Fringe Cursors): Fix typo.
3552 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
3553 (Overlay Arrow): Default is overlay-arrow fringe indicator.
3554
35552006-07-05 Richard Stallman <rms@gnu.org>
3556
3557 * text.texi (Buffer Contents): Add example of text props
3558 in result of buffer-substring.
3559 (Text Properties): Explain better about use of specific property names.
3560 (Property Search): Some cleanups; reorder some functions.
3561
3562 * keymaps.texi (Changing Key Bindings): Cleanup.
3563 Add xref to Key Binding Conventions.
3564
3565 * display.texi (Attribute Functions): Add examples for
3566 face-attribute-relative-p.
3567
3568 * tips.texi (Coding Conventions): Cleanup last change.
3569
35702006-07-05 Karl Berry <karl@gnu.org>
3571
3572 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
3573 Remove @setchapternewpage odd.
3574 Result is 1013 pages, down from 1100.
3575
3576 * anti.texi, customize.texi, display.texi, internals.texi:
3577 * minibuf.texi, modes.texi, tips.texi:
3578 Fix overfull/underfull boxes.
3579
35802006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
3581
3582 * edebug.texi (Instrumenting):
3583 Add Edebug-specific findex for eval-buffer.
3584 * loading.texi (Loading):
3585 Replace eval-current-buffer with eval-buffer.
3586
35872006-06-30 Nick Roberts <nickrob@snap.net.nz>
3588
3589 * locals.texi (Standard Buffer-Local Variables): Update the list
3590 of variables.
3591
35922006-06-26 Nick Roberts <nickrob@snap.net.nz>
3593
3594 * files.texi (File Name Completion): Point user to the node
3595 "Reading File Names".
3596
35972006-06-24 Eli Zaretskii <eliz@gnu.org>
3598
3599 * files.texi (Contents of Directories): Document case-insensitive
3600 behavior on respective filesystems.
3601
3602 * objects.texi (Character Type): Document that Emacs signals an
3603 error for unsupported Unicode characters specified as \uNNNN.
3604
36052006-06-19 Richard Stallman <rms@gnu.org>
3606
3607 * processes.texi (Bindat Spec): Clarify previous change.
3608
36092006-06-16 Richard Stallman <rms@gnu.org>
3610
3611 * tips.texi (Coding Conventions): Better explain conventions
3612 for definition constructs.
3613
3614 * text.texi (Special Properties): String value of `read-only'
3615 serves as the error message.
3616
3617 * objects.texi (Character Type): Clarify prev. change.
3618 (Non-ASCII in Strings): Mention \u and \U.
3619
3620 * commands.texi (Using Interactive): Explain problem of
3621 markers, etc., in command-history.
3622
36232006-06-14 Kim F. Storm <storm@cua.dk>
3624
3625 * commands.texi (Waiting): Negative arg to sit-for forces
3626 redisplay even if input is pending.
3627
3628 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
3629 redisplay. Remove incorrect example of binding redisplay-dont-pause
3630 around (sit-for 0).
3631
36322006-06-13 Richard Stallman <rms@gnu.org>
3633
3634 * display.texi (Forcing Redisplay): Clarify previous change.
3635
36362006-06-13 Romain Francoise <romain@orebokech.com>
3637
3638 * display.texi (Forcing Redisplay): Fix typo.
3639
36402006-06-13 Kim F. Storm <storm@cua.dk>
3641
3642 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
3643
36442006-06-10 Luc Teirlinck <teirllm@auburn.edu>
3645
3646 * tips.texi (Coding Conventions): Add `@end itemize'.
3647
36482006-06-10 Richard Stallman <rms@gnu.org>
3649
3650 * tips.texi (Coding Conventions): Explain use of coding systems
3651 to ensure one decoding for strings.
3652
36532006-06-09 Aidan Kehoe <kehoea@parhasard.net>
3654
3655 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
3656 syntax.
3657
36582006-06-07 Eli Zaretskii <eliz@gnu.org>
3659
3660 * display.texi (Font Selection): Remove description of
3661 clear-face-cache.
3662
3663 * compile.texi (Eval During Compile): Fix a typo. Add index
3664 entries for possible uses of eval-when-compile.
3665
36662006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
3667
3668 * display.texi (Abstract Display): Fix typo.
3669
36702006-06-03 Eli Zaretskii <eliz@gnu.org>
3671
3672 * minibuf.texi (Minibuffer History) <history-add-new-input>:
3673 Reword variable's description.
3674
36752006-06-01 Richard Stallman <rms@gnu.org>
3676
3677 * windows.texi (Splitting Windows): Clarify splitting nonselected
3678 window.
3679
36802006-05-31 Juri Linkov <juri@jurta.org>
3681
3682 * minibuf.texi (Minibuffer History): Add history-add-new-input.
3683
36842006-05-30 Richard Stallman <rms@gnu.org>
3685
3686 * display.texi (Line Height): Fix errors in description of
10d1d0af 3687 default line height and line-height property.
b8d4c8d0
GM
3688
3689 * nonascii.texi (Default Coding Systems): Further clarification.
3690
36912006-05-29 Luc Teirlinck <teirllm@auburn.edu>
3692
3693 * internals.texi (Pure Storage): Mention that an overflow in pure
3694 space causes a memory leak.
3695 (Garbage Collection): If there was an overflow in pure space,
3696 `garbage-collect' returns nil.
3697
36982006-05-30 Eli Zaretskii <eliz@gnu.org>
3699
3700 * nonascii.texi (Default Coding Systems): Fix it some more.
3701
37022006-05-29 Eli Zaretskii <eliz@gnu.org>
3703
3704 * nonascii.texi (Default Coding Systems): Fix last change.
3705
37062006-05-29 Kenichi Handa <handa@m17n.org>
3707
3708 * nonascii.texi (find-operation-coding-system): Describe the new
3709 argument format (FILENAME . BUFFER).
3710
37112006-05-28 Richard Stallman <rms@gnu.org>
3712
3713 * tips.texi (Coding Conventions): Better explain reasons not to
3714 advise other packages or use `eval-after-load'.
3715
37162006-05-29 Kim F. Storm <storm@cua.dk>
3717
3718 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
3719 `bindat-idx' and `bindat-raw' for clarity.
3720
37212006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
3722
3723 * processes.texi (Bindat Spec): Expand on `repeat' handler.
3724
3725 * display.texi (Display): Add "Abstract Display" to menu.
3726 (Abstract Display, Abstract Display Functions)
3727 (Abstract Display Example): New nodes.
3728 * elisp.texi (Top): Add "Abstract Display" to menu.
3729
37302006-05-27 Chong Yidong <cyd@stupidchicken.com>
3731
3732 * keymaps.texi (Key Sequences): Link to input events definition.
3733 (Format of Keymaps): Delete material duplicated in Keymap Basics.
3734
3735 * files.texi (Changing Files): Document updated argument list for
3736 copy-file.
3737
37382006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
3739
3740 * processes.texi (Bindat Functions): Explain term "total length".
3741 Use it in bindat-length and bindat-pack descriptions.
3742
37432006-05-26 Eli Zaretskii <eliz@gnu.org>
3744
3745 * tips.texi (Coding Conventions): Advise against using
3746 eval-after-load in packages. Add an index entry.
3747
37482006-05-25 Juri Linkov <juri@jurta.org>
3749
3750 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
3751
3752 * modes.texi (%-Constructs): Add %e, %z, %Z.
3753
37542006-05-25 Richard Stallman <rms@gnu.org>
3755
3756 * elisp.texi (Top): Update subnode menu.
3757
3758 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
3759 (Keymaps): Update menu.
3760
37612006-05-25 Chong Yidong <cyd@stupidchicken.com>
3762
3763 * keymaps.texi (Key Sequences): Some clarifications.
3764
37652006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
3766
3767 * processes.texi (Bindat Functions): Say "unibyte string"
3768 explicitly for bindat-unpack and bindat-pack descriptions.
3769 (Bindat Examples): Don't call `string-make-unibyte' in example.
3770
37712006-05-25 Chong Yidong <cyd@stupidchicken.com>
3772
3773 * keymaps.texi (Key Sequences): Renamed from Keymap Terminology.
c5602427 3774 Explain string and vector representations of key sequences.
b8d4c8d0
GM
3775
3776 * keymaps.texi (Changing Key Bindings):
dd7b651b 3777 * commands.texi (Interactive Codes):
b8d4c8d0
GM
3778 * help.texi (Describing Characters): Refer to it.
3779
37802006-05-23 Luc Teirlinck <teirllm@auburn.edu>
3781
3782 * frames.texi (Pointer Shape): @end table -> @end defvar.
3783
37842006-05-22 Richard Stallman <rms@gnu.org>
3785
3786 * elisp.texi (Top): Update subnode menus.
3787
3788 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
3789 Contents rewritten; material from old Pointer Shape node moved here.
3790
3791 * display.texi (Pointer Shape): Node deleted.
3792 (Image Descriptors): Minor cleanup.
3793
37942006-05-21 Richard Stallman <rms@gnu.org>
3795
3796 * syntax.texi (Parsing Expressions): Update info on which STATE
3797 elements are ignored.
3798
37992006-05-19 Luc Teirlinck <teirllm@auburn.edu>
3800
3801 * hooks.texi (Standard Hooks): Correct typo.
3802
3803 * gpl.texi (GPL): ifinfo -> ifnottex.
3804
38052006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
3806
3807 * searching.texi (Simple Match Data): Warn about match data being
3808 set anew by every search.
3809
38102006-05-17 Richard Stallman <rms@gnu.org>
3811
3812 * minibuf.texi (Minibuffer History): Clarify.
3813
3814 * searching.texi (Regexp Special): Clarify nested regexp warning.
3815
38162006-05-16 Kim F. Storm <storm@cua.dk>
3817
3818 * minibuf.texi (Minibuffer History): Update add-to-history.
3819
38202006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
3821
3822 * nonascii.texi (Explicit Encoding): Fix
3823 typo (encoding<->decoding).
3824
38252006-05-14 Richard Stallman <rms@gnu.org>
3826
3827 * buffers.texi (Creating Buffers): Cleanup.
3828
3829 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
3830
38312006-05-13 Eli Zaretskii <eliz@gnu.org>
3832
3833 * buffers.texi (Current Buffer): Document that with-temp-buffer
3834 disables undo.
3835
3836 * os.texi (Terminal-Specific): More accurate description of how
3837 Emacs searches for the terminal-specific libraries.
3838
38392006-05-12 Eli Zaretskii <eliz@gnu.org>
3840
3841 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
3842 emacs-xtra to @inforef's.
3843
3844 * text.texi (Undo): Document that undo is turned off in buffers
3845 whose names begin with a space.
3846
3847 * buffers.texi (Buffer Names): Add index entries for buffers whose
3848 names begin with a space.
3849 (Creating Buffers): Document that undo is turned off in buffers
3850 whose names begin with a space.
3851
3852 * files.texi (Visiting Functions, Reading from Files)
3853 (Saving Buffers): Mention code and EOL conversions by file I/O
3854 primitives and subroutines.
3855
3856 * nonascii.texi (Lisp and Coding Systems): Document
3857 coding-system-eol-type. Add index entries for eol conversion.
3858
3859 * display.texi (Defining Faces): Mention `mac', and add an xref to
3860 where window-system is described.
3861
38622006-05-10 Richard Stallman <rms@gnu.org>
3863
3864 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
3865
38662006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
3867
3868 * variables.texi (File Local Variables): Recommend to quote lambda
3869 expressions in safe-local-variable property.
3870
38712006-05-09 Richard Stallman <rms@gnu.org>
3872
3873 * variables.texi (File Local Variables): Document
3874 safe-local-eval-forms and safe-local-eval-function.
3875
38762006-05-07 Kim F. Storm <storm@cua.dk>
3877
3878 * minibuf.texi (Minibuffer History): Remove keep-dups arg
3879 from add-to-history.
3880
38812006-05-07 Romain Francoise <romain@orebokech.com>
3882
3883 * commands.texi (Event Input Misc):
3884 * compile.texi (Eval During Compile):
3885 * internals.texi (Buffer Internals):
3886 * minibuf.texi (Initial Input):
3887 * nonascii.texi (Scanning Charsets):
3888 * numbers.texi (Comparison of Numbers):
3889 * windows.texi (Textual Scrolling, Vertical Scrolling):
3890 Fix various typos.
3891
38922006-05-06 Eli Zaretskii <eliz@gnu.org>
3893
3894 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
3895 conditional xref's to either emacs or emacs-xtra, depending on
3896 @iftex/@ifnottex.
3897
3898 * minibuf.texi (Minibuffer History): Document add-to-history.
3899
39002006-05-05 Eli Zaretskii <eliz@gnu.org>
3901
3902 * internals.texi (Pure Storage): Mention the pure overflow message
3903 at startup.
3904
c8763fb6 39052006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
3906
3907 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
3908 (Searching Keymaps): Fix pseudo-Lisp description of keymap
3909 search.
3910
39112006-05-01 Richard Stallman <rms@gnu.org>
3912
3913 * intro.texi (nil and t): Clarify.
3914
3915 * variables.texi (File Local Variables): Suggest using booleanp.
3916
39172006-05-01 Juanma Barranquero <lekktu@gmail.com>
3918
3919 * objects.texi (Type Predicates): Fix typos.
3920
39212006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
3922
3923 * intro.texi (nil and t): Add booleanp.
3924
3925 * objects.texi (Type Predicates): Add links for booleanp and
3926 string-or-null-p.
3927
39282006-04-29 Richard Stallman <rms@gnu.org>
3929
3930 * modes.texi (Multiline Font Lock): Rename from
3931 Multi line Font Lock Elements. Much clarification.
3932 (Font Lock Multiline, Region to Fontify): Much clarification.
3933
39342006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
3935
3936 * variables.texi (File Local Variables): Remove the special case t for
3937 safe-local-variable.
3938
39392006-04-26 Richard Stallman <rms@gnu.org>
3940
3941 * syntax.texi (Parsing Expressions): Minor cleanup.
3942
39432006-04-18 Richard Stallman <rms@gnu.org>
3944
3945 * tips.texi (Coding Conventions): Explain when the package's
3946 prefix should appear later on (not at the start of the name).
3947
3948 * searching.texi (String Search): Clarify effect of NOERROR.
3949
3950 * modes.texi (Imenu): Clarify what special items do.
3951
3952 * hooks.texi (Standard Hooks): Delete text about old hook names.
3953
39542006-04-17 Romain Francoise <romain@orebokech.com>
3955
3956 * variables.texi (Local Variables): Update the default value of
3957 `max-specpdl-size'.
3958
39592006-04-15 Michael Olson <mwolson@gnu.org>
3960
3961 * processes.texi (Transaction Queues): Mention the new optional
3962 `delay-question' argument for `tq-enqueue'.
3963
39642006-04-13 Bill Wohler <wohler@newt.com>
3965
3966 * customize.texi (Common Keywords): Use dotted notation for
3967 :package-version value. Specify its values. Improve documentation
3968 for customize-package-emacs-version-alist.
3969
39702006-04-12 Bill Wohler <wohler@newt.com>
3971
3972 * customize.texi (Common Keywords): Move description of
3973 customize-package-emacs-version-alist to @defvar.
3974
39752006-04-10 Bill Wohler <wohler@newt.com>
3976
3977 * customize.texi (Common Keywords): Add :package-version.
3978
39792006-04-10 Kim F. Storm <storm@cua.dk>
3980
3981 * text.texi (Buffer Contents): Add NOPROPS arg to
3982 filter-buffer-substring.
3983
39842006-04-08 Kevin Ryde <user42@zip.com.au>
3985
3986 * os.texi (Command-Line Arguments): Update xref to emacs manual
3987 "Command Arguments" -> "Emacs Invocation", per change there.
3988
39892006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
3990
3991 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
3992 be on one line to help makeinfo not render two spaces after the dot.
3993
39942006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
3995
3996 * strings.texi (Predicates for Strings): Add string-or-null-p.
3997
39982006-03-28 Kim F. Storm <storm@cua.dk>
3999
4000 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
4001 remarks about systems that don't support fractional seconds.
4002
40032006-03-25 Karl Berry <karl@gnu.org>
4004
4005 * elisp.texi: Use @copyright{} instead of (C), and do not indent
4006 the year list.
4007
40082006-03-21 Nick Roberts <nickrob@snap.net.nz>
4009
4010 * display.texi (Fringe Indicators): Fix typos.
4011
40122006-03-19 Luc Teirlinck <teirllm@auburn.edu>
4013
4014 * tips.texi (Documentation Tips): One can now also write `program'
4015 in front of a quoted symbol in a docstring to prevent making a
4016 hyperlink.
4017
40182006-03-19 Alan Mackenzie <acm@muc.de>
4019
4020 * text.texi (Special Properties): Clarify `fontified' property.
4021
40222006-03-16 Richard Stallman <rms@gnu.org>
4023
4024 * display.texi (Defining Images): Minor cleanup.
4025
40262006-03-16 Bill Wohler <wohler@newt.com>
4027
4028 * display.texi (Defining Images): In image-load-path-for-library,
4029 prefer user's images.
4030
40312006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
4032
4033 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
4034
40352006-03-15 Bill Wohler <wohler@newt.com>
4036
4037 * display.texi (Defining Images): Fix example in
4038 image-load-path-for-library by not recommending that one binds
4039 image-load-path. Just defvar it to placate compiler and only use
4040 it if previously defined.
4041
40422006-03-14 Bill Wohler <wohler@newt.com>
4043
4044 * display.texi (Defining Images): In image-load-path-for-library,
4045 always return list of directories. Update example.
4046
40472006-03-14 Alan Mackenzie <acm@muc.de>
4048
4049 * modes.texi: New node, "Region to Fontify" (for Font Lock).
4050 This describes font-lock-extend-region-function.
4051 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
4052 the new node "Region to Fontify".
4053
40542006-03-13 Richard Stallman <rms@gnu.org>
4055
4056 * display.texi (Invisible Text): The impossible position is
4057 now before the invisible text, not after.
4058 (Defining Images): Clean up last change.
4059
40602006-03-11 Bill Wohler <wohler@newt.com>
4061
4062 * display.texi (Defining Images): Add image-load-path-for-library.
4063
40642006-03-11 Luc Teirlinck <teirllm@auburn.edu>
4065
4066 * text.texi (Adaptive Fill): Fix Texinfo usage.
4067
4068 * strings.texi (Creating Strings): Fix Texinfo usage.
4069
4070 * searching.texi (Regexp Special): Use @samp for regular
4071 expressions that are not in Lisp syntax.
4072
40732006-03-08 Luc Teirlinck <teirllm@auburn.edu>
4074
4075 * searching.texi (Regexp Special): Put remark between parentheses
4076 to avoid misreading.
4077
40782006-03-07 Luc Teirlinck <teirllm@auburn.edu>
4079
4080 * searching.texi (Syntax of Regexps): More accurately describe
4081 which characters are special in which situations.
4082 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
4083 are not special. Describe in detail when `[' and `]' are special.
4084 (Regexp Backslash): Plenty of regexps with unbalanced square
4085 brackets are valid, so reword that statement.
4086
40872006-03-02 Kim F. Storm <storm@cua.dk>
4088
4089 * keymaps.texi (Tool Bar): Add tool-bar-border.
4090
40912006-02-28 Luc Teirlinck <teirllm@auburn.edu>
4092
4093 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
4094
40952006-02-27 Luc Teirlinck <teirllm@auburn.edu>
4096
4097 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
4098
4099 * files.texi (Locating Files): Suggest additional values for the
4100 SUFFIXES arg of `locate-file'. Update pxref.
4101
4102 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
4103 (How Programs Do Loading): Discuss the effects of Auto Compression
4104 mode on `load'.
4105 (Load Suffixes): New node.
4106 (Library Search): Delete description of `load-suffixes'; it was
4107 moved to "Load Suffixes".
4108 (Autoload, Named Features): Mention `load-suffixes'.
4109
41102006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4111
4112 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
4113
4114 * windows.texi (Window Tree): Fix typo.
4115
41162006-02-20 Kim F. Storm <storm@cua.dk>
4117
4118 * display.texi (Fringe Indicators): New section.
4119 Move indicate-empty-lines, indicate-buffer-boundaries, and
4120 default-indicate-buffer-boundaries here.
4121 Add fringe-indicator-alist and default-fringes-indicator-alist.
4122 Add list of logical fringe indicator symbols.
4123 Update list of standard bitmap names.
4124 (Fringe Cursors): New section.
4125 Move overflow-newline-into-fringe here.
4126 Add fringe-cursor-alist and default-fringes-cursor-alist.
4127 Add list of fringe cursor symbols.
4128
41292006-02-20 Juanma Barranquero <lekktu@gmail.com>
4130
4131 * commands.texi (Using Interactive): Fix reference to node
4132 "Minibuffers".
4133
41342006-02-19 Richard M. Stallman <rms@gnu.org>
4135
4136 * minibuf.texi (High-Level Completion):
4137 Add xref to read-input-method-name.
4138
4139 * files.texi (Relative File Names): Move file-relative-name here.
4140 (File Name Expansion): From here. Minor clarifications.
4141
4142 * commands.texi (Using Interactive): Add xrefs about reading input.
4143 Clarify remarks about that moving point and mark.
4144 Put string case before list case.
4145
c8763fb6 41462006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
4147
4148 * display.texi (Other Display Specs, Image Descriptors):
4149 Revert erroneous changes. The previous description of
4150 image-descriptors as `(image . PROPS)' was correct.
4151
41522006-02-14 Richard M. Stallman <rms@gnu.org>
4153
4154 * variables.texi (File Local Variables): Clarifications.
4155
41562006-02-14 Juanma Barranquero <lekktu@gmail.com>
4157
4158 * variables.texi (File Local Variables): Use @code for a cons
4159 cell, not @var.
4160
41612006-02-13 Chong Yidong <cyd@stupidchicken.com>
4162
4163 * variables.texi (File Local Variables): Document new file local
4164 variable behavior.
4165
41662006-02-10 Kim F. Storm <storm@cua.dk>
4167
4168 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
4169
41702006-02-08 Juanma Barranquero <lekktu@gmail.com>
4171
4172 * modes.texi (%-Constructs): Remove obsolete info about
4173 `global-mode-string'.
4174
41752006-02-07 Richard M. Stallman <rms@gnu.org>
4176
4177 * commands.texi (Prefix Command Arguments): Minor cleanup.
4178
4179 * display.texi: "Graphical display", not window system.
4180
4181 * functions.texi (What Is a Function): Fix xref.
4182
4183 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
4184 (Changing Key Bindings): Clarify when remapping is better than
4185 substitute-key-definition.
4186
41872006-02-02 Richard M. Stallman <rms@gnu.org>
4188
4189 * minibuf.texi (Basic Completion): Completion alists are risky.
4190
4191 * keymaps.texi (Active Keymaps): Clarifications.
4192 (Searching Keymaps): New node.
4193 (Keymaps): Update menu.
4194
4195 * frames.texi (Layout Parameters): Minor clarification.
4196 (Drag and Drop): New node.
4197 (Frames): Update menu.
4198
41992006-01-29 Chong Yidong <cyd@stupidchicken.com>
4200
4201 * display.texi (Other Display Specs, Image Descriptors):
4202 Image description is a list, not a cons cell.
4203
42042006-01-28 Luc Teirlinck <teirllm@auburn.edu>
4205
4206 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
4207 list is not necessarily a list).
4208
42092006-01-27 Eli Zaretskii <eliz@gnu.org>
4210
4211 * frames.texi (Layout Parameters): border-width and
4212 internal-border-width belong to the frame, not the window.
4213
42142006-01-19 Richard M. Stallman <rms@gnu.org>
4215
4216 * nonascii.texi (Translation of Characters): Search cmds use
4217 translation-table-for-input. Automatically made local.
4218
4219 * markers.texi (Overview of Markers): Count insertion type
4220 as one of a marker's attributes.
4221
4222 * keymaps.texi (Controlling Active Maps): New node, split out of
4223 Active Keymaps.
4224 (Keymaps): Menu updated.
4225 (Active Keymaps): Give pseudocode to explain how the active
4226 maps are searched. current-active-maps and key-binding moved here.
4227 (Functions for Key Lookup): current-active-maps and key-binding moved.
4228 Clarifications.
4229 (Searching the Keymaps): New subnode.
4230
4231 * elisp.texi (Top): Menu clarification.
4232
4233 * display.texi (Other Display Specs): Delete duplicate entry for
4234 just a string as display spec. Move text about recursive display
4235 specs on such a string.
4236
4237 * commands.texi (Key Sequence Input): Clarify.
4238 Move num-nonmacro-input-events out.
4239 (Reading One Event): num-nonmacro-input-events moved here.
4240
42412006-01-14 Nick Roberts <nickrob@snap.net.nz>
4242
4243 * advice.texi (Simple Advice): Update example to fit argument
4244 change in previous-line.
4245
42462006-01-05 Richard M. Stallman <rms@gnu.org>
4247
4248 * markers.texi (The Mark): Fix in `mark'.
4249
42502006-01-04 Richard M. Stallman <rms@gnu.org>
4251
4252 * processes.texi (Misc Network, Make Network): Minor cleanups.
4253
42542006-01-04 Kim F. Storm <storm@cua.dk>
4255
4256 * processes.texi (Make Network): Add IPv6 addresses and handling.
4257 (Network Feature Testing): Mention (:family ipv6).
4258 (Misc Network): Add IPv6 formats to format-network-address.
4259
42602005-12-30 Richard M. Stallman <rms@gnu.org>
4261
4262 * text.texi (Changing Properties):
4263 Don't use return value of set-text-properties.
4264
42652005-12-29 Luc Teirlinck <teirllm@auburn.edu>
4266
4267 * modes.texi (Mode Line Format): Correct typo in menu.
4268
42692005-12-29 Richard M. Stallman <rms@gnu.org>
4270
4271 * modes.texi (Mode Line Top): New node.
4272 (Mode Line Data): Some text moved to new node.
4273 Explain the data structure more concretely.
4274 (Mode Line Basics): Clarifications.
4275 (Mode Line Variables): Clarify intro paragraph.
4276 (%-Constructs): Clarify intro paragraph.
4277 (Mode Line Format): Update menu.
4278
42792005-12-28 Luc Teirlinck <teirllm@auburn.edu>
4280
4281 * minibuf.texi (Basic Completion): Update lazy-completion-table
4282 examples for removal of ARGS argument.
4283
42842005-12-23 Richard M. Stallman <rms@gnu.org>
4285
4286 * text.texi (Undo): Restore some explanation from the version
4287 that was deleted.
4288
42892005-12-23 Eli Zaretskii <eliz@gnu.org>
4290
4291 * text.texi (Undo): Remove duplicate descriptions of `apply
4292 funname' and `apply delta' elements of the undo list.
4293
42942005-12-20 Richard M. Stallman <rms@gnu.org>
4295
4296 * help.texi (Help Functions): Update documentation of `apropos'.
4297
42982005-12-20 Luc Teirlinck <teirllm@auburn.edu>
4299
4300 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
4301 because it is confusing. If the :help-echo keyword is a function,
4302 it is not directly used as the :help-echo overlay property, as the
4303 xref seems to suggest (it does not take the appropriate args).
4304
43052005-12-19 Luc Teirlinck <teirllm@auburn.edu>
4306
4307 * customize.texi (Common Keywords): Fix Texinfo usage.
4308 (Group Definitions, Variable Definitions): Update for new
4309 conventions for using `*' in docstrings.
4310
4311 * tips.texi (Documentation Tips): Update for new conventions for
4312 using `*' in docstrings.
4313
43142005-12-16 Richard M. Stallman <rms@gnu.org>
4315
4316 * minibuf.texi (Minibuffer Contents): Minor cleanup.
4317
43182005-12-16 Juri Linkov <juri@jurta.org>
4319
4320 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
4321
43222005-12-14 Romain Francoise <romain@orebokech.com>
4323
4324 * modes.texi (Customizing Keywords): Rename `append' to `how'.
4325 Fix typo.
4326
43272005-12-11 Juri Linkov <juri@jurta.org>
4328
4329 * minibuf.texi (Completion Commands): Add mention of read-file-name
4330 for filename completion keymaps.
4331 (Reading File Names): Add mention of filename completion keymaps
4332 for read-file-name and xref to `Completion Commands'.
4333
43342005-12-10 Richard M. Stallman <rms@gnu.org>
4335
4336 * customize.texi (Common Keywords): State caveats for use of :tag.
4337
43382005-12-08 Richard M. Stallman <rms@gnu.org>
4339
4340 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
4341 with xrefs and better explanation.
4342 (Completion Commands): Add the filename completion maps.
4343
4344 * objects.texi (Character Type): Clarify that \s is not space
4345 if a dash follows.
4346
43472005-12-05 Richard M. Stallman <rms@gnu.org>
4348
4349 * windows.texi (Resizing Windows): Delete preserve-before args.
4350
43512005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
4352
4353 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
4354 in full keymaps, since the quirk has been fixed.
4355
43562005-12-03 Eli Zaretskii <eliz@gnu.org>
4357
4358 * hooks.texi (Standard Hooks): Add index entries. Mention
4359 `compilation-finish-functions'.
4360
43612005-11-27 Richard M. Stallman <rms@gnu.org>
4362
4363 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
4364
43652005-11-21 Juri Linkov <juri@jurta.org>
4366
4367 * customize.texi (Common Keywords): Update links types
4368 custom-manual and url-link. Add link types emacs-library-link,
4369 file-link, function-link, variable-link, custom-group-link.
4370
43712005-11-20 Chong Yidong <cyd@stupidchicken.com>
4372
4373 * display.texi: Revert 2005-11-20 change.
4374
43752005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
4376
4377 * processes.texi (Bindat Functions):
4378 Say "third" to refer to zero-based index "2".
4379
43802005-11-18 Luc Teirlinck <teirllm@auburn.edu>
4381
4382 * loading.texi (Library Search): Update the default value of
4383 `load-suffixes'.
4384
43852005-11-17 Chong Yidong <cyd@stupidchicken.com>
4386
4387 * display.texi (Attribute Functions): Mention :ignore-defface.
4388
43892005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4390
4391 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
4392 (Minor Mode Conventions): Mention the use of a hook.
4393
43942005-11-06 Richard M. Stallman <rms@gnu.org>
4395
4396 * files.texi (Magic File Names): find-file-name-handler checks the
4397 `operations' property of the handler.
4398
43992005-11-03 Richard M. Stallman <rms@gnu.org>
4400
4401 * variables.texi (Frame-Local Variables): Small clarification.
4402
44032005-10-29 Chong Yidong <cyd@stupidchicken.com>
4404
4405 * os.texi (Init File): Document ~/.emacs.d/init.el.
4406
44072005-10-29 Richard M. Stallman <rms@gnu.org>
4408
4409 * internals.texi (Garbage Collection): Document memory-full.
4410
44112005-10-28 Bill Wohler <wohler@newt.com>
4412
4413 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
4414 for URLs.
4415
44162005-10-28 Richard M. Stallman <rms@gnu.org>
4417
4418 * minibuf.texi (Completion Commands): Clean up prev change.
4419
44202005-10-26 Kevin Ryde <user42@zip.com.au>
4421
4422 * compile.texi (Eval During Compile): Explain recommended uses
4423 of eval-when-compile and eval-and-compile.
4424
44252005-10-27 Masatake YAMATO <jet@gyve.org>
4426
4427 * minibuf.texi (Completion Commands):
4428 Write about new optional argument for `display-completion-list'.
4429
44302005-10-23 Richard M. Stallman <rms@gnu.org>
4431
4432 * display.texi (Overlay Arrow): Clarify about local bindings of
4433 overlay-arrow-position.
4434
44352005-10-22 Eli Zaretskii <eliz@gnu.org>
4436
4437 * internals.texi (Building Emacs): Fix last change.
4438
44392005-10-22 Richard M. Stallman <rms@gnu.org>
4440
4441 * internals.texi (Building Emacs): Document eval-at-startup.
4442
44432005-10-21 Richard M. Stallman <rms@gnu.org>
4444
4445 * loading.texi (Where Defined): load-history contains abs file names.
4446 symbol-file returns abs file names.
4447
44482005-10-19 Kim F. Storm <storm@cua.dk>
4449
4450 * display.texi (Showing Images): Add max-image-size integer value.
4451
44522005-10-18 Chong Yidong <cyd@stupidchicken.com>
4453
4454 * display.texi (Showing Images): Document max-image-size.
4455
44562005-10-17 Richard M. Stallman <rms@gnu.org>
4457
4458 * commands.texi (Quitting): Minor clarification.
4459
4460 * processes.texi (Sentinels): Clarify about output and quitting.
4461 (Filter Functions): Mention with-local-quit.
4462
44632005-10-17 Juri Linkov <juri@jurta.org>
4464
4465 * buffers.texi (Current Buffer):
4466 * commands.texi (Event Input Misc):
4467 * compile.texi (Eval During Compile, Compiler Errors):
4468 * customize.texi (Group Definitions):
4469 * display.texi (Progress, Defining Faces):
4470 * files.texi (Writing to Files):
4471 * modes.texi (Mode Hooks, Defining Minor Modes):
4472 * streams.texi (Output Functions):
4473 * syntax.texi (Syntax Table Functions):
4474 * text.texi (Change Hooks):
4475 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
4476
4477 * commands.texi (Quitting): Replace arg `forms' with `body' in
4478 `with-local-quit'.
4479
4480 * positions.texi (Excursions): Replace arg `forms' with `body' in
4481 `save-excursion'.
4482
44832005-10-08 Kim F. Storm <storm@cua.dk>
4484
4485 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
4486 Rename manual section accordingly.
4487
44882005-10-04 Kim F. Storm <storm@cua.dk>
4489
4490 * windows.texi (Window Split Tree): New section describing
4491 new function window-split-tree function.
4492
44932005-10-03 Nick Roberts <nickrob@snap.net.nz>
4494
4495 * display.texi (Fringe Size/Pos): Simplify and add detail.
4496
44972005-09-30 Romain Francoise <romain@orebokech.com>
4498
4499 * minibuf.texi (High-Level Completion): Explain that the prompt
4500 given to `read-buffer' should end with a colon and a space.
4501 Update usage examples.
4502
45032005-09-29 Juri Linkov <juri@jurta.org>
4504
4505 * display.texi (Displaying Messages): Rename argument name
4506 `string' to `format-string' in functions `message', `message-box',
4507 `message-or-box'.
4508
45092005-09-26 Chong Yidong <cyd@stupidchicken.com>
4510
4511 * errors.texi (Standard Errors): Correct xrefs.
4512
45132005-09-18 Chong Yidong <cyd@stupidchicken.com>
4514
4515 * display.texi (Defining Images): Update documentation for
4516 `image-load-path'.
4517
45182005-09-17 Richard M. Stallman <rms@gnu.org>
4519
4520 * display.texi (Defining Images): Clean up previous change.
4521
45222005-09-16 Romain Francoise <romain@orebokech.com>
4523
4524 * elisp.texi: Specify GFDL version 1.2.
4525
4526 * doclicense.texi (GNU Free Documentation License): Update to
4527 version 1.2.
4528
45292005-09-15 Chong Yidong <cyd@stupidchicken.com>
4530
4531 * display.texi (Defining Images): Document `image-load-path'.
4532
45332005-09-15 Richard M. Stallman <rms@gnu.org>
4534
4535 * objects.texi (Printed Representation): Minor cleanup.
4536 (Box Diagrams): Minor fix.
4537 (Cons Cell Type): Move (...) index item here.
4538 (Box Diagrams): From here.
4539 (Array Type): Minor fix.
4540 (Type Predicates): Delete index "predicates".
4541 (Hash Table Type): Clarify xref.
4542 (Dotted Pair Notation): Minor fix.
4543
45442005-09-10 Chong Yidong <cyd@stupidchicken.com>
4545
4546 * files.texi (Saving Buffers): Fix typo.
4547
45482005-09-08 Richard M. Stallman <rms@gnu.org>
4549
4550 * tips.texi (Programming Tips): Correct the "default" prompt spec.
4551
45522005-09-08 Chong Yidong <cyd@stupidchicken.com>
4553
4554 * locals.texi (Standard Buffer-Local Variables): Don't include
4555 mode variables for minor modes.
4556 Fix xrefs for buffer-display-count, buffer-display-table,
4557 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
4558 enable-multibyte-characters, fill-column, header-line-format,
4559 left-fringe-width, left-margin, and right-fringe-width.
4560
4561 * hooks.texi (Standard Hooks): All hooks should conform to the
4562 standard naming convention now.
4563 Fix xref for `echo-area-clear-hook'.
4564
4565 * display.texi (Usual Display): Note that indicate-empty-lines and
4566 tab-width are buffer-local.
4567
4568 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
4569
4570 * modes.texi (Mode Help): Note that major-mode is buffer-local.
4571
4572 * nonascii.texi (Encoding and I/O): Note that
4573 buffer-file-coding-system is buffer-local.
4574
4575 * positions.texi (List Motion): Note that defun-prompt-regexp is
4576 buffer-local.
4577
4578 * text.texi (Auto Filling): Note that auto-fill-function is
4579 buffer-local.
4580 (Undo): Note that buffer-undo-list is buffer-local.
4581
4582 * windows.texi (Buffers and Windows): Document
4583 buffer-display-count.
4584
45852005-09-06 Richard M. Stallman <rms@gnu.org>
4586
4587 * tips.texi (Coding Conventions): Sometimes it is ok to put the
4588 package prefix elsewhere than at the start of the name.
4589
45902005-09-03 Richard M. Stallman <rms@gnu.org>
4591
4592 * tips.texi (Programming Tips): Add conventions for minibuffer
4593 questions and prompts.
4594
45952005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
4596
4597 * intro.texi (nil and t): Minor cleanup.
4598 Delete spurious mention of keyword symbols.
4599 (Evaluation Notation): Add index entry.
4600 (A Sample Function Description): Minor cleanup.
4601 (A Sample Variable Description): Not all vars can be set.
4602
46032005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
4604
4605 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
4606
4607 (Insertion): Document precise type of `insert-char' arg COUNT.
4608
46092005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
4610
4611 * modes.texi (Other Font Lock Variables): Sync the default of
4612 font-lock-lines-before.
4613
46142005-08-31 Michael Albinus <michael.albinus@gmx.de>
4615
4616 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
4617
46182005-08-29 Richard M. Stallman <rms@gnu.org>
4619
4620 * elisp.texi (Top): Update subnode menu.
4621
4622 * searching.texi (Searching and Matching): Move node.
4623 Rearrange contents and add overall explanation.
4624 (Searching and Case): Move node.
4625 (Searching and Matching): Update menu.
4626
46272005-08-27 Eli Zaretskii <eliz@gnu.org>
4628
4629 * os.texi (Startup Summary): Fix the description of the initial
4630 startup message display.
4631
46322005-08-25 Richard M. Stallman <rms@gnu.org>
4633
4634 * searching.texi (Search and Replace): Add replace-regexp-in-string.
4635
46362005-08-25 Emilio C. Lopes <eclig@gmx.net>
4637
4638 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
4639 `next-overlay-change' example.
4640
46412005-08-22 Juri Linkov <juri@jurta.org>
4642
4643 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
4644 Fix invert-face. Fix args of face-background.
4645
4646 * display.texi (Standard Faces): Delete node.
4647 (Faces): Add xref to `(emacs)Standard Faces'.
4648 (Displaying Faces): Fix xref to `Standard Faces'.
4649
4650 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
4651
46522005-08-20 Alan Mackenzie <acm@muc.de>
4653
4654 * buffers.texi (The Buffer List): Clarify the manipulation of the
4655 buffer list.
4656
46572005-08-14 Richard M. Stallman <rms@gnu.org>
4658
4659 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
4660 a regexp.
4661
46622005-08-11 Richard M. Stallman <rms@gnu.org>
4663
4664 * elisp.texi (Top): Update subnode lists.
4665
4666 * display.texi (Inverse Video): Node deleted.
4667
4668 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
4669 New nodes split out of Coding Conventions.
4670
4671 * searching.texi (Regular Expressions): Document re-builder.
4672
4673 * os.texi (Time Parsing): New node split out of Time Conversion.
4674
4675 * processes.texi (Misc Network, Network Feature Testing)
4676 (Network Options, Make Network): New nodes split out of
4677 Low-Level Network.
4678
46792005-08-09 Richard M. Stallman <rms@gnu.org>
4680
4681 * frames.texi (Geometry): New node, split from Size and Position.
4682 (Frame Parameters): Refer to Geometry.
4683
4684 * buffers.texi (The Buffer List): Fix xrefs.
4685
4686 * windows.texi (Splitting Windows): Fix xref.
4687
4688 * frames.texi (Layout Parameters): Add xref.
4689
4690 * display.texi (Line Height, Scroll Bars): Fix xrefs.
4691
4692 * keymaps.texi (Menu Bar): Fix xref.
4693
4694 * locals.texi (Standard Buffer-Local Variables): Fix xref.
4695
4696 * modes.texi (%-Constructs): Fix xref.
4697
4698 * frames.texi (Window Frame Parameters): Node split up.
4699 (Basic Parameters, Position Parameters, Size Parameters)
4700 (Layout Parameters, Buffer Parameters, Management Parameters)
4701 (Cursor Parameters, Color Parameters): New subnodes.
4702
47032005-08-09 Luc Teirlinck <teirllm@auburn.edu>
4704
4705 * positions.texi (Screen Lines): Update xref for previous change
4706 in minibuf.texi.
4707
4708 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
4709 change in minibuf.texi.
4710
47112005-08-09 Richard M. Stallman <rms@gnu.org>
4712
4713 * tips.texi (Coding Conventions): Minor cleanup.
4714
4715 * modes.texi (Defining Minor Modes): Explain when init-value
4716 can be non-nil.
4717
4718 * elisp.texi (Top): Update submenu for Minibuffer.
4719
4720 * minibuf.texi (Minibuffer Misc): Node split up.
4721 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
4722 (Recursive Mini): New nodes split out from Minibuffer Misc.
4723 (Minibuffer Misc): Document max-mini-window-height.
4724
4725 * hash.texi (Defining Hash): Delete stray paren in example.
4726
4727 * display.texi (Echo Area Customization): Don't define
4728 max-mini-window-height here; xref instead.
4729
4730 * commands.texi (Event Input Misc): Update while-no-input.
4731
4732 * advice.texi (Advising Functions): Explain when to use advice
4733 and when to use a hook.
4734
47352005-07-30 Eli Zaretskii <eliz@gnu.org>
4736
4737 * makefile.w32-in (info): Don't run install-info.
4738 ($(infodir)/dir): New target, produced by running install-info.
4739
47402005-07-27 Luc Teirlinck <teirllm@auburn.edu>
4741
4742 * modes.texi (Defining Minor Modes): The keyword for the initial
4743 value is :init-value, not :initial-value.
4744
47452005-07-23 Eli Zaretskii <eliz@gnu.org>
4746
4747 * loading.texi (Autoload): Make the `doctor' example be consistent
4748 with what's in current loaddefs.el. Describe the "fn" magic in
4749 the usage portion of the doc string.
4750
47512005-07-22 Richard M. Stallman <rms@gnu.org>
4752
4753 * internals.texi (Garbage Collection): Clarify previous change.
4754
47552005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
4756
4757 * internals.texi (Garbage Collection): Add gc-cons-percentage.
4758
47592005-07-18 Juri Linkov <juri@jurta.org>
4760
4761 * commands.texi (Accessing Events):
4762 * frames.texi (Text Terminal Colors, Resources):
4763 * markers.texi (The Mark):
4764 * modes.texi (Defining Minor Modes):
4765 Delete duplicate duplicate words.
4766
47672005-07-16 Richard M. Stallman <rms@gnu.org>
4768
4769 * display.texi (Managing Overlays): Clarify make-overlay
4770 args for insertion types.
4771
47722005-07-13 Luc Teirlinck <teirllm@auburn.edu>
4773
4774 * customize.texi (Variable Definitions):
4775 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
4776 `standard-value' is a list too.
4777 (Defining New Types): Use @key{RET} instead of @key{ret}.
4778
47792005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
4780
4781 * os.texi (Translating Input): Fix typo.
4782
47832005-07-08 Richard M. Stallman <rms@gnu.org>
4784
4785 * README: Update edition number and size estimate.
4786
4787 * elisp.texi (VERSION): Set to 2.9.
4788
47892005-07-07 Richard M. Stallman <rms@gnu.org>
4790
4791 * book-spine.texinfo: Update Emacs version.
4792
4793 * display.texi (Inverse Video): Delete mode-line-inverse-video.
4794
47952005-07-06 Richard M. Stallman <rms@gnu.org>
4796
4797 * searching.texi (Regexp Search): Clarify what re-search-forward
4798 does when the search fails.
4799
48002005-07-05 Lute Kamstra <lute@gnu.org>
4801
4802 * Update FSF's address in GPL notices.
4803
4804 * doclicense.texi (GNU Free Documentation License):
4805 * gpl.texi (GPL):
4806 * tips.texi (Coding Conventions, Library Headers):
4807 * vol1.texi:
4808 * vol2.texi: Update FSF's address.
4809
48102005-07-04 Richard M. Stallman <rms@gnu.org>
4811
4812 * hooks.texi (Standard Hooks): Add occur-hook.
4813
48142005-07-03 Luc Teirlinck <teirllm@auburn.edu>
4815
4816 * display.texi (The Echo Area): Correct menu.
4817
48182005-07-03 Richard M. Stallman <rms@gnu.org>
4819
4820 * elisp.texi (Top): Update subnode menu for Display.
4821
4822 * display.texi (Displaying Messages): New node, with most
4823 of what was in The Echo Area.
4824 (Progress): Moved under The Echo Area.
4825 (Logging Messages): New node with new text.
4826 (Echo Area Customization): New node, the rest of what was
4827 in The Echo Area. Document message-truncate-lines with @defvar.
4828 (Display): Update menu.
4829
4830 * windows.texi (Textual Scrolling): Doc 3 values for
4831 scroll-preserve-screen-position.
4832
4833 * text.texi (Special Properties): Change hook functions
4834 should bind inhibit-modification-hooks around altering buffer text.
4835
4836 * keymaps.texi (Key Binding Commands): Call binding BINDING
4837 rather than DEFINITION.
4838
48392005-06-29 Juanma Barranquero <lekktu@gmail.com>
4840
4841 * variables.texi (Defining Variables): `user-variable-p' returns t
4842 for aliases of user options, nil for alias loops.
4843
48442005-06-28 Richard M. Stallman <rms@gnu.org>
4845
4846 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
4847 make-keymap.
4848
48492005-06-27 Luc Teirlinck <teirllm@auburn.edu>
4850
4851 * variables.texi (Setting Variables): Correct and clarify
4852 description of `add-to-ordered-list'.
4853
48542005-06-26 Richard M. Stallman <rms@gnu.org>
4855
4856 * display.texi (Faces): Minor cleanup.
4857
48582005-06-25 Luc Teirlinck <teirllm@auburn.edu>
4859
4860 * display.texi (Faces): `facep' returns t for strings that are
4861 face names.
4862
48632005-06-25 Richard M. Stallman <rms@gnu.org>
4864
4865 * objects.texi (Equality Predicates): Clarify meaning of equal.
4866
4867 * windows.texi (Selecting Windows): save-selected-window
4868 and with-selected-window save and restore the current buffer.
4869
48702005-06-24 Richard M. Stallman <rms@gnu.org>
4871
4872 * numbers.texi (Float Basics): Explain how to test for NaN,
4873 and printing the sign of NaNs.
4874
48752005-06-24 Eli Zaretskii <eliz@gnu.org>
4876
4877 * makefile.w32-in (MAKEINFO): Use --force.
4878
48792005-06-23 Richard M. Stallman <rms@gnu.org>
4880
4881 * display.texi (Face Functions): Correct Texinfo usage.
4882
48832005-06-23 Luc Teirlinck <teirllm@auburn.edu>
4884
4885 * lists.texi (Rings): `ring-elements' now returns the elements of
4886 RING in order.
4887
48882005-06-23 Juanma Barranquero <lekktu@gmail.com>
4889
4890 * markers.texi (The Mark): Texinfo usage fix.
4891
48922005-06-23 Kim F. Storm <storm@cua.dk>
4893
4894 * searching.texi (Entire Match Data): Remove evaporate option for
4895 match-data. Do not mention evaporate option for set-match-data.
4896
48972005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
4898
4899 * display.texi (Face Functions): Mention face aliases.
4900
49012005-06-21 Richard M. Stallman <rms@gnu.org>
4902
4903 * anti.texi (Antinews): Texinfo usage fix.
4904
49052005-06-21 Karl Berry <karl@gnu.org>
4906
4907 * elisp.texi: Use @copying.
4908
4909 * elisp.texi: Put @summarycontents and @contents before the Top
4910 node, instead of the end of the file, so that the contents appear
4911 in the right place in the dvi/pdf output.
4912
49132005-06-21 Juri Linkov <juri@jurta.org>
4914
4915 * display.texi (Defining Faces): Add `customized-face'.
4916
49172005-06-20 Kim F. Storm <storm@cua.dk>
4918
4919 * variables.texi (Setting Variables): Any type of element can be
4920 given order in add-to-ordered-list. Compare elements with eq.
4921
4922 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
4923
49242005-06-20 Karl Berry <karl@gnu.org>
4925
4926 * syntax.texi (Syntax Flags): Make last column very slightly wider
4927 to avoid "generic comment" breaking on two lines and causing an
4928 underfull box.
4929
49302005-06-19 Luc Teirlinck <teirllm@auburn.edu>
4931
4932 * lists.texi (Rings): Various minor clarifications and corrections.
4933
49342005-06-18 Richard M. Stallman <rms@gnu.org>
4935
4936 * functions.texi (Obsolete Functions): Simplify.
4937
4938 * variables.texi (Variable Aliases): Simplify.
4939
4940 * anti.texi, backups.texi, compile.texi, customization.texi:
4941 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
4942 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
4943 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
4944 * variables.texi: Fix formatting ugliness.
4945
4946 * elisp.texi: Add links to Rings and Byte Packing.
4947 Update version and copyright years.
4948
4949 * minibuf.texi: Fix formatting ugliness.
4950 (Completion Commands): Move keymap vars to the end
4951 and vars completing-read binds to the top.
4952
49532005-06-17 Luc Teirlinck <teirllm@auburn.edu>
4954
4955 * processes.texi: Fix typos.
4956 (Bindat Spec): Correct Texinfo error.
4957 (Byte Packing): Fix ungrammatical sentence.
4958
49592005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
4960
4961 * lists.texi (Rings): New node.
4962 (Lists): Add it to menu.
4963
4964 * processes.texi (Byte Packing): New node.
4965 (Processes): Add it to menu.
4966
49672005-06-17 Richard M. Stallman <rms@gnu.org>
4968
4969 * syntax.texi (Parsing Expressions): Fix texinfo usage.
4970
4971 * help.texi (Documentation Basics): Explain the xref to
4972 Documentation Tips.
4973
4974 * debugging.texi (Debugger Commands): Minor fix.
4975
49762005-06-16 Luc Teirlinck <teirllm@auburn.edu>
4977
4978 * edebug.texi (Instrumenting): Eliminate duplicate link.
4979 (Specification List): Replace references to "below", referring to
4980 a later node, with one @ref to that node.
4981
4982 * os.texi (Timers): Timers should save and restore the match data
4983 if they change it.
4984
4985 * debugging.texi (Debugger Commands): Mention that the Lisp
4986 debugger can not step through primitive functions.
4987
49882005-06-16 Juanma Barranquero <lekktu@gmail.com>
4989
4990 * functions.texi (Obsolete Functions): Update argument names of
4991 `make-obsolete' and `define-obsolete-function-alias'.
4992
4993 * variables.texi (Variable Aliases): Update argument names of
4994 `defvaralias', `make-obsolete-variable' and
4995 `define-obsolete-variable-alias'.
4996
49972005-06-15 Kim F. Storm <storm@cua.dk>
4998
4999 * searching.texi (Entire Match Data): Rephrase warnings about
5000 evaporate arg to match-data and set-match-data.
5001
50022005-06-14 Luc Teirlinck <teirllm@auburn.edu>
5003
5004 * elisp.texi (Top): Update detailed menu.
5005
5006 * edebug.texi (Edebug): Update menu.
5007 (Instrumenting): Update xrefs.
5008 (Edebug Execution Modes): Correct xref.
5009 (Jumping): Clarify description of `h' command.
5010 Eliminate redundant @ref.
5011 (Breaks): New node.
5012 (Breakpoints): Is now a subsubsection.
5013 (Global Break Condition): Mention `C-x X X'.
5014 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
5015 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
5016 (Edebug Display Update): Correct pxref.
5017 (Edebug and Macros): New node.
5018 (Instrumenting Macro Calls): Is now a subsubsection.
5019 Neither arg of `def-edebug-spec' is evaluated.
5020 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
5021 (Specification Examples): Fix typo.
5022
50232005-06-14 Lute Kamstra <lute@gnu.org>
5024
5025 * debugging.texi (Function Debugging): Primitives can break on
5026 entry too.
5027
50282005-06-14 Kim F. Storm <storm@cua.dk>
5029
5030 * variables.texi (Setting Variables): Add add-to-ordered-list.
5031
50322005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5033
5034 * syntax.texi (Parsing Expressions): Document aux functions and vars of
5035 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
5036
50372005-06-13 Lute Kamstra <lute@gnu.org>
5038
5039 * text.texi (Special Properties): Fix cross reference.
5040
50412005-06-11 Luc Teirlinck <teirllm@auburn.edu>
5042
5043 * debugging.texi (Function Debugging): Delete mention of empty
5044 string argument to `cancel-debug-on-entry'. Delete inaccurate
5045 description of the return value of that command.
5046
50472005-06-11 Alan Mackenzie <acm@muc.de>
5048
5049 * text.texi (Adaptive Fill): Amplify the description of
5050 fill-context-prefix.
5051
50522005-06-10 Luc Teirlinck <teirllm@auburn.edu>
5053
5054 * syntax.texi (Parsing Expressions): Fix Texinfo error.
5055
50562005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
5057
5058 * syntax.texi (Parsing Expressions): Document syntax-ppss.
5059
50602005-06-10 Luc Teirlinck <teirllm@auburn.edu>
5061
5062 * debugging.texi (Error Debugging): Minor rewording.
5063 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
5064 is optional.
5065
50662005-06-10 Lute Kamstra <lute@gnu.org>
5067
5068 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
5069 (Top): Give it a title. Correct version number. Give the
5070 detailed node listing a more prominent header.
5071 * intro.texi: Don't set VERSION here a second time.
5072 Mention Emacs's version too.
5073 * anti.texi (Antinews): Use EMACSVER to refer to the current
5074 version of Emacs.
5075
50762005-06-09 Kim F. Storm <storm@cua.dk>
5077
5078 * searching.texi (Entire Match Data): Explain new `reseat' argument to
5079 match-data and set-match-data.
5080
50812005-06-08 Richard M. Stallman <rms@gnu.org>
5082
5083 * searching.texi (Entire Match Data): Clarify when match-data
5084 returns markers and when integers.
5085
5086 * display.texi (Defining Faces): Explain that face name should not
5087 end in `-face'.
5088
5089 * modes.texi (Mode Line Data): Minor cleanup.
5090 (Customizing Keywords): Node split out of Search-based Fontification.
5091 Add example of using font-lock-add-keywords from a hook.
5092 Clarify when MODE should be non-nil, and when nil.
5093
50942005-06-06 Richard M. Stallman <rms@gnu.org>
5095
5096 * modes.texi (Mode Line Data): Explain what happens when the car
5097 of a list is a void symbol.
5098 (Search-based Fontification): Explain MODE arg to
5099 font-lock-add-keywords and warn about calls from major modes.
5100
51012005-06-08 Juri Linkov <juri@jurta.org>
5102
5103 * display.texi (Standard Faces): Add `shadow' face.
5104
51052005-05-29 Luc Teirlinck <teirllm@auburn.edu>
5106
5107 * modes.texi (Major Mode Conventions): A derived mode only needs
5108 to put the call to the parent mode inside `delay-mode-hooks'.
5109
51102005-05-29 Richard M. Stallman <rms@gnu.org>
5111
5112 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
5113 new, and what that implies. Clarify.
5114
5115 * files.texi (Locating Files): Clean up the text.
5116
5117 * frames.texi (Window Frame Parameters): Document user-size.
5118 Shorten entry for top by referring to left.
5119
51202005-05-26 Richard M. Stallman <rms@gnu.org>
5121
5122 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
5123 is new, and what the implications are. Other clarifications.
5124
51252005-05-24 Richard M. Stallman <rms@gnu.org>
5126
5127 * frames.texi (Dialog Boxes): Minor fixes.
5128
51292005-05-25 Masatake YAMATO <jet@gyve.org>
5130
5131 * display.texi (Standard Faces): Write about `mode-line-highlight'.
5132
51332005-05-24 Luc Teirlinck <teirllm@auburn.edu>
5134
5135 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
5136 is optional.
5137
51382005-05-24 Nick Roberts <nickrob@snap.net.nz>
5139
10d1d0af 5140 * frames.texi (Dialog Boxes): Describe new optional argument.
b8d4c8d0
GM
5141
51422005-05-23 Lute Kamstra <lute@gnu.org>
5143
5144 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
5145 syntax-begin-function over font-lock-beginning-of-syntax-function.
5146
51472005-05-21 Luc Teirlinck <teirllm@auburn.edu>
5148
5149 * minibuf.texi (Reading File Names): Update description of
5150 `read-directory-name'.
5151
5152 * modes.texi (Derived Modes): Clarify :group keyword.
5153
51542005-05-21 Eli Zaretskii <eliz@gnu.org>
5155
5156 * files.texi (Locating Files): New subsection.
5157 Describe locate-file and executable-find.
5158
51592005-05-21 Kevin Ryde <user42@zip.com.au>
5160
5161 * frames.texi (Initial Parameters): Update cross reference to
5162 "Emacs Invocation".
5163
51642005-05-19 Luc Teirlinck <teirllm@auburn.edu>
5165
5166 * keymaps.texi (Active Keymaps): Add anchor.
5167
5168 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
5169 (Major Mode Conventions): Refer to `Auto Major Mode' in more
5170 appropriate place.
5171 (Derived Modes): Small clarifications.
5172 (Minor Mode Conventions, Keymaps and Minor Modes):
5173 Replace references to nodes with references to anchors.
5174 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
5175 Clarify description of lists whose first element is an integer.
5176 (Mode Line Variables): Add anchor.
5177 (%-Constructs): Clarify description of integer after %.
5178 (Emulating Mode Line): Describe nil value for FACE.
5179
51802005-05-18 Luc Teirlinck <teirllm@auburn.edu>
5181
5182 * modes.texi (Derived Modes): Correct references to non-existing
5183 variable standard-syntax-table.
5184
51852005-05-17 Lute Kamstra <lute@gnu.org>
5186
5187 * modes.texi (Defining Minor Modes): Mention the mode hook.
5188
51892005-05-15 Kim F. Storm <storm@cua.dk>
5190
5191 * processes.texi (Network): Remove open-network-stream-nowait.
5192 (Network Servers): Remove open-network-stream-server.
5193
51942005-05-15 Luc Teirlinck <teirllm@auburn.edu>
5195
5196 * elisp.texi (Top): Update detailed menu.
5197
5198 * variables.texi: Reorder nodes.
5199 (Variables): Update menu.
5200 (File Local Variables): Do not refer to the `-*-' line as
5201 a "local variables list". Add pxref.
5202
52032005-05-14 Luc Teirlinck <teirllm@auburn.edu>
5204
5205 * elisp.texi (Top): Update detailed menu for node changes.
5206
5207 * modes.texi (Modes): Update Menu.
5208 (Hooks): Move to beginning of chapter.
5209 Most minor modes run mode hooks too.
5210 `add-hook' can handle void hooks or hooks whose value is a single
5211 function.
5212 (Major Modes): Update Menu.
5213 (Major Mode Basics): New node, split off from `Major Modes'.
5214 (Major Mode Conventions): Correct xref. Explain how to handle
5215 auto-mode-alist if the major mode command has an autoload cookie.
5216 (Auto Major Mode): Major update. Add magic-mode-alist.
5217 (Derived Modes): Major update.
5218 (Mode Line Format): Update Menu.
5219 (Mode Line Basics): New node, split off from `Mode Line Format'.
5220
5221 * loading.texi (Autoload): Mention `autoload cookie' as synonym
5222 for `magic autoload comment'. Add index entries and anchor.
5223
52242005-05-14 Richard M. Stallman <rms@gnu.org>
5225
5226 * tips.texi (Coding Conventions): Explain how important it is
5227 that just loading certain files not change Emacs behavior.
5228
5229 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
5230
52312005-05-12 Lute Kamstra <lute@gnu.org>
5232
5233 * modes.texi (Generic Modes): Update.
5234 (Major Modes): Refer to node "Generic Modes".
5235
5236 * elisp.texi (Top): Update to the current structure of the manual.
5237 * processes.texi (Processes): Add menu description.
5238 * customize.texi (Customization): Add menu descriptions.
5239
52402005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
5241
5242 * processes.texi (Signals to Processes)
5243 (Low-Level Network): Fix typos.
5244
52452005-05-11 Lute Kamstra <lute@gnu.org>
5246
5247 * elisp.texi (Top): Add some nodes from the chapter "Major and
5248 Minor Modes" to the detailed node listing.
5249
52502005-05-10 Richard M. Stallman <rms@gnu.org>
5251
5252 * keymaps.texi (Extended Menu Items): Menu item filter functions
5253 can be called at any time.
5254
52552005-05-08 Luc Teirlinck <teirllm@auburn.edu>
5256
5257 * variables.texi (File Local Variables): `(hack-local-variables t)'
5258 now also checks whether a mode is specified in the local variables
5259 list.
5260
52612005-05-05 Kevin Ryde <user42@zip.com.au>
5262
5263 * display.texi (The Echo Area): Correct format function cross
5264 reference.
5265
52662005-05-05 Luc Teirlinck <teirllm@auburn.edu>
5267
5268 * variables.texi (Variable Aliases): Change description of
5269 `define-obsolete-variable-alias'.
5270
5271 * functions.texi (Functions): Add "Obsolete Functions" to menu.
5272 (Defining Functions): Add xref.
5273 (Obsolete Functions): New node.
5274 (Function Safety): Standardize capitalization of section title.
5275
5276 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
5277 (Dialog Boxes): Complete description of `x-popup-dialog'.
5278
52792005-05-04 Richard M. Stallman <rms@gnu.org>
5280
5281 * commands.texi (Interactive Codes): Fix Texinfo usage.
5282 Document U more clearly.
5283
52842005-05-01 Luc Teirlinck <teirllm@auburn.edu>
5285
5286 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
5287 function and not a macro.
5288
5289 * frames.texi (Pop-Up Menus): Correct and clarify description of
5290 `x-popup-menu'.
5291 (Dialog Boxes): Clarify description of `x-popup-dialog'.
5292
52932005-05-01 Richard M. Stallman <rms@gnu.org>
5294
5295 * edebug.texi (Checking Whether to Stop): Fix previous change.
5296
52972005-05-01 Luc Teirlinck <teirllm@auburn.edu>
5298
5299 * display.texi: Fix typos and Texinfo usage.
5300
5301 * edebug.texi (Checking Whether to Stop): executing-macro ->
5302 executing-kbd-macro.
5303
53042005-05-01 Richard M. Stallman <rms@gnu.org>
5305
5306 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
5307
53082005-04-30 Richard M. Stallman <rms@gnu.org>
5309
5310 * files.texi (Magic File Names): Document `operations' property.
5311
53122005-04-29 Lute Kamstra <lute@gnu.org>
5313
5314 * modes.texi (Generic Modes): New node.
5315 (Major Modes): Add it to the menu.
5316 (Derived Modes): Add "derived mode" to concept index.
5317
53182005-04-28 Lute Kamstra <lute@gnu.org>
5319
5320 * modes.texi (Defining Minor Modes): Fix previous change.
5321 (Font Lock Mode): Simplify.
5322 (Font Lock Basics): Say that font-lock-defaults is buffer-local
5323 when set and that some parts are optional. Add cross references.
5324 (Search-based Fontification): Say how to specify font-lock-keywords.
5325 Add cross references. Add font-lock-multiline to index.
5326 Move font-lock-keywords-case-fold-search here from node "Other Font
5327 Lock Variables". Document font-lock-add-keywords and
5328 font-lock-remove-keywords.
5329 (Other Font Lock Variables): Move font-lock-keywords-only,
5330 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
5331 and font-lock-syntactic-face-function to node "Syntactic Font
5332 Lock". Move font-lock-keywords-case-fold-search to node
5333 "Search-based Fontification". Document font-lock-inhibit-thing-lock
5334 and font-lock-{,un}fontify-{buffer,region}-function.
5335 (Precalculated Fontification): Remove reference to deleted variable
5336 font-lock-core-only.
5337 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
5338 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
5339 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
5340 and font-lock-syntactic-face-function here from node "Other Font
5341 Lock Variables". Move font-lock-syntactic-keywords to "Setting
5342 Syntax Properties". Add cross references.
5343 (Setting Syntax Properties): New node.
5344 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
5345 * syntax.texi (Syntax Properties): Add cross reference.
5346 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
5347
53482005-04-26 Richard M. Stallman <rms@gnu.org>
5349
5350 * display.texi (Defining Faces):
5351 Document `default' elements of defface spec.
5352
5353 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
5354
5355 * variables.texi (Variable Aliases): Clarify text.
5356
53572005-04-25 Chong Yidong <cyd@stupidchicken.com>
5358
5359 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
5360
53612005-04-25 Luc Teirlinck <teirllm@auburn.edu>
5362
5363 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
5364
53652005-04-24 Eli Zaretskii <eliz@gnu.org>
5366
5367 * syntax.texi (Syntax Table Internals): Elaborate documentation of
5368 syntax-after and syntax-class.
5369
5370 * files.texi (Changing Files): Fix last change's cross-reference.
5371 (Unique File Names): Don't mention "numbers" in the documentation
5372 of make-temp-file and make-temp-name.
5373
53742005-04-23 Richard M. Stallman <rms@gnu.org>
5375
5376 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
5377
53782005-04-22 Nick Roberts <nickrob@snap.net.nz>
5379
5380 * windows.texi (Cyclic Window Ordering): Clarify window-list.
5381
53822005-04-22 Nick Roberts <nickrob@snap.net.nz>
5383
5384 * variables.texi (Variable Aliases): Describe make-obsolete-variable
5385 and define-obsolete-variable-alias.
5386
53872005-04-22 Kim F. Storm <storm@cua.dk>
5388
5389 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
5390 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
5391
53922005-04-21 Lute Kamstra <lute@gnu.org>
5393
5394 * lists.texi (Association Lists): Document rassq-delete-all.
5395
53962005-04-19 Richard M. Stallman <rms@gnu.org>
5397
5398 * modes.texi (Search-based Fontification): Explain that
5399 facespec is an expression to be evaluated.
5400
54012005-04-19 Kevin Ryde <user42@zip.com.au>
5402
5403 * streams.texi (Output Functions): Fix xref.
5404 * strings.texi (String Conversion): Fix xref.
5405
54062005-04-19 Kim F. Storm <storm@cua.dk>
5407
5408 * symbols.texi (Symbol Plists): Add safe-get.
5409 Mention that `get' may signal an error.
5410
54112005-04-18 Nick Roberts <nickrob@snap.net.nz>
5412
5413 * customize.texi (Variable Definitions): Replace tooltip-mode
5414 example with save-place.
5415
54162005-04-17 Richard M. Stallman <rms@gnu.org>
5417
5418 * buffers.texi (Indirect Buffers): Clarify.
5419
5420 * positions.texi (Positions): Clarify converting marker to integer.
5421
5422 * strings.texi (String Basics): Mention string-match; clarify.
5423
54242005-04-08 Lute Kamstra <lute@gnu.org>
5425
5426 * modes.texi (Search-based Fontification): Fix cross references.
5427 Use consistent terminology. Document anchored highlighting.
5428
54292005-04-05 Lute Kamstra <lute@gnu.org>
5430
5431 * modes.texi (Defining Minor Modes): Document :group keyword
5432 argument and its default value.
5433
54342005-04-03 Lute Kamstra <lute@gnu.org>
5435
5436 * hooks.texi (Standard Hooks): Add some hooks. Add cross
5437 references and/or descriptions. Delete major mode hooks; mention
5438 them as a category instead. Rename or delete obsolete hooks.
5439
54402005-04-02 Richard M. Stallman <rms@gnu.org>
5441
5442 * nonascii.texi (Coding System Basics): Another wording cleanup.
5443
54442005-04-01 Richard M. Stallman <rms@gnu.org>
5445
5446 * nonascii.texi (Coding System Basics): Clarify previous change.
5447
54482005-04-01 Kenichi Handa <handa@m17n.org>
5449
10d1d0af 5450 * nonascii.texi (Coding System Basics): Describe about roundtrip
b8d4c8d0
GM
5451 identity of coding systems.
5452
54532005-03-29 Chong Yidong <cyd@stupidchicken.com>
5454
5455 * text.texi (Buffer Contents): Add filter-buffer-substring and
5456 buffer-substring-filters.
5457
54582005-03-26 Chong Yidong <cyd@stupidchicken.com>
5459
5460 * anti.texi (Antinews): Mention `G' interactive code.
5461
5462 * tips.texi (Compilation Tips): Mention benchmark.el.
5463
54642005-03-27 Luc Teirlinck <teirllm@auburn.edu>
5465
5466 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
5467 is now bound to M-o M-o.
5468
5469 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
5470
54712005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
5472
5473 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
5474 in the Emacs Manual).
5475 * Makefile.in (srcs): Remove calendar.texi.
5476 * makefile.w32-in (srcs): Remove calendar.texi.
5477 * display.texi (Display): Change name of next node.
5478 * os.texi (System In): Change name of previous node.
5479 * elisp.texi (Top): Remove Calendar references.
5480 * vol1.texi (Top): Remove Calendar references.
5481 * vol2.texi (Top): Remove Calendar references.
5482
54832005-03-25 Richard M. Stallman <rms@gnu.org>
5484
5485 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
5486 Cleanup previous change.
5487
54882005-03-25 Chong Yidong <cyd@stupidchicken.com>
5489
5490 * display.texi (Face Attributes): Faces earlier in an :inherit
5491 list take precedence.
5492 (Scroll Bars): Fix description of vertical-scroll-bars.
5493 Document frame-current-scroll-bars and window-current-scroll-bars.
5494
5495 * markers.texi (The Mark): Document temporary Transient Mark mode.
5496
5497 * minibuf.texi (Reading File Names):
5498 Document read-file-name-completion-ignore-case.
5499
5500 * positions.texi (Screen Lines): Document nil for width argument
5501 to compute-motion.
5502
55032005-03-23 Kim F. Storm <storm@cua.dk>
5504
5505 * display.texi (Standard Faces): Other faces used in the fringe
5506 implicitly inherits from the fringe face.
5507 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
5508 properties implicitly inherits from fringe face.
5509 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
5510
55112005-03-20 Chong Yidong <cyd@stupidchicken.com>
5512
5513 * display.texi (Invisible Text): State default value of
5514 line-move-ignore-invisible.
5515 (Managing Overlays): Document remove-overlays.
5516 (Standard Faces): Document escape-glyph face.
5517
5518 * minibuf.texi (Reading File Names): Document read-file-name-function.
5519
5520 * modes.texi (Other Font Lock Variables):
5521 Document font-lock-lines-before.
5522
5523 * positions.texi (Skipping Characters): skip-chars-forward allows
5524 character classes.
5525
55262005-03-18 Lute Kamstra <lute@gnu.org>
5527
5528 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
5529
55302005-03-17 Richard M. Stallman <rms@gnu.org>
5531
5532 * text.texi (Undo): Document extensible undo entries.
5533
dd7b651b 5534 * searching.texi (String Search, Regexp Search): Cleanups.
b8d4c8d0
GM
5535
5536 * nonascii.texi (Character Codes): Minor fix.
5537
5538 * display.texi (Display Property): Explain the significance
5539 of having text properties that are eq.
5540 (Other Display Specs): Explain string as display spec.
5541
5542 * commands.texi (Interactive Codes): Document G option.
5543
55442005-03-17 Chong Yidong <cyd@stupidchicken.com>
5545
5546 * text.texi (Filling): Add sentence-end-without-period and
5547 sentence-end-without-space.
5548 (Changing Properties): Minor fix.
5549
5550 * anti.texi: Total rewrite.
5551
55522005-03-15 Lute Kamstra <lute@gnu.org>
5553
5554 * edebug.texi (Instrumenting Macro Calls): Fix typos.
5555
55562005-03-08 Kim F. Storm <storm@cua.dk>
5557
5558 * display.texi (Specified Space): Property :width is support on
5559 non-graphic terminals, :height is not.
5560
55612005-03-07 Richard M. Stallman <rms@gnu.org>
5562
5563 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
5564 Now subnodes of Fringes.
5565 (Overlay Arrow): Document overlay-arrow-variable-list.
5566 (Fringe Size/Pos): New node, broken out of Fringes.
5567 (Display): Explain clearing vs redisplay better.
5568 (Truncation): Clarify use of bitmaps.
5569 (The Echo Area): Clarify the uses of the echo area.
5570 Add max-mini-window-height.
5571 (Progress): Clarify.
5572 (Invisible Text): Explain that main loop moves point out.
5573 (Selective Display): Say "hidden", not "invisible".
5574 (Managing Overlays): Move up. Describe relation to Undo here.
5575 (Overlay Properties): Clarify intro.
5576 (Finding Overlays): Explain return values when nothing found.
5577 (Width): truncate-string-to-width has added arg.
5578 (Displaying Faces): Clarify and update mode line face handling.
5579 (Face Functions): Minor cleanup.
5580 (Conditional Display): Merge into Other Display Specs.
5581 (Pixel Specification, Other Display Specs): Minor cleanups.
5582 (Images, Image Descriptors): Minor cleanups.
5583 (GIF Images): Patents have expired.
5584 (Showing Images): Explain default text for insert-image.
5585 (Manipulating Button Types): Merge into Manipulating Buttons.
5586 (Making Buttons): Explain return values.
5587 (Button Buffer Commands): Add xref.
5588 (Inverse Video): Update mode-line-inverse-video.
5589 (Display Table Format): Clarify.
5590 (Active Display Table): Give defaults for window-display-table.
5591
5592 * calendar.texi (Calendar Customizing): calendar-holiday-marker
5593 and calendar-today-marker are strings, not chars.
5594 (Holiday Customizing): Minor fix.
5595
5596 * internals.texi (Writing Emacs Primitives): Update `or' example.
5597 Update limit on # args of subr.
5598
5599 * edebug.texi (Using Edebug): Arrow is in fringe.
5600 (Instrumenting): Arg to eval-defun works without loading edebug.
5601 (Edebug Execution Modes): Add xref.
5602
5603 * customize.texi (Common Keywords): Clarify :require.
5604 Mention :version here.
5605 (Variable Definitions, Group Definitions): Not here.
5606 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
5607
56082005-03-07 Chong Yidong <cyd@stupidchicken.com>
5609 * nonascii.texi (Text Representations): Clarify position-bytes.
5610 (Character Sets): Add list-charset-chars.
5611 (Scanning Charsets): Add charset-after.
5612 (Encoding and I/O): Minor fix.
5613
56142005-03-06 Richard M. Stallman <rms@gnu.org>
5615
5616 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
5617 (Resizing Windows): Likewise.
5618
5619 * text.texi (Change Hooks): Get rid of "Emacs 21".
5620
5621 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
5622
5623 * streams.texi (Output Variables): Get rid of "Emacs 21".
5624
5625 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
5626
5627 * os.texi (Translating Input): Replace flow-control example
5628 with a less obsolete example that uses `keyboard-translate'.
5629
5630 * objects.texi (Hash Table Type, Circular Objects):
5631 Get rid of "Emacs 21".
5632
5633 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
5634 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
5635
5636 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
5637
5638 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
5639
5640 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
5641 (Menu Bar): Fix when menu-bar-update-hook is called.
5642
5643 * hash.texi (Hash Tables): Get rid of "Emacs 21".
5644
5645 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
5646 and make it read better.
5647
5648 * files.texi (Writing to Files): Get rid of "Emacs 21".
5649 (Unique File Names): Likewise.
5650
5651 * elisp.texi: Update Emacs version to 22.
5652
5653 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
5654 (Overlay Properties, Face Attributes): Likewise.
5655 (Managing Overlays): Fix punctuation.
5656 (Attribute Functions): Clarify set-face-font; get rid of
5657 info about old Emacs versions.
5658 (Auto Faces, Font Lookup, Display Property, Images):
5659 Get rid of "Emacs 21".
5660
5661 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
5662
56632005-03-05 Richard M. Stallman <rms@gnu.org>
5664
5665 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
5666
56672005-03-04 Lute Kamstra <lute@gnu.org>
5668
5669 * debugging.texi (Error Debugging): Document stack-trace-on-error.
5670
56712005-03-03 Lute Kamstra <lute@gnu.org>
5672
5673 * edebug.texi (Instrumenting Macro Calls): Fix typo.
5674
56752005-03-01 Lute Kamstra <lute@gnu.org>
5676
5677 * debugging.texi (Debugger Commands): Update `j'.
5678
56792005-02-28 Lute Kamstra <lute@gnu.org>
5680
5681 * debugging.texi (Debugging): Fix typo.
5682 (Error Debugging): Document eval-expression-debug-on-error.
5683 (Function Debugging): Update example.
5684 (Using Debugger): Mention starred stack frames.
5685 (Debugger Commands): Document `j' and `l'.
5686 (Invoking the Debugger): `d' and `j' exit recursive edit too.
5687 Update the messages that the debugger displays.
5688 (Internals of Debugger): Add cross reference. Update example.
5689 (Excess Open): Minor improvement.
5690 (Excess Close): Minor improvement.
5691
56922005-02-26 Richard M. Stallman <rms@gnu.org>
5693
5694 * tips.texi (Coding Conventions): Clarify.
5695 Put all the major mode key reservations together.
5696 Mention the Mouse-1 => Mouse-2 conventions.
5697
5698 * syntax.texi (Syntax Class Table): Clarify.
5699 (Syntax Table Functions): syntax-after moved from here.
5700 (Syntax Table Internals): syntax-after moved to here.
5701 (Parsing Expressions): Update info on number of values
5702 and what's meaningful in the STATE argument.
5703 (Categories): Fix typo.
5704
5705 * sequences.texi (Arrays): Cleanup.
5706 (Char-Tables): Clarify.
5707
5708 * processes.texi (Deleting Processes): Cleanups, add xref.
5709 (Subprocess Creation): Explain nil in exec-path. Cleanup.
5710 (Process Information): set-process-coding-system, some args optional.
5711 (Input to Processes): Explain various types for PROCESS args.
5712 Rename them from PROCESS-NAME to PROCESS.
5713 (Signals to Processes): Likewise.
5714 (Decoding Output): Cleanup.
5715 (Query Before Exit): Clarify.
5716
5717 * os.texi (Startup Summary): Correct the options; add missing ones.
5718 (Terminal Output, Batch Mode): Clarify.
5719 (Flow Control): Node deleted.
5720
5721 * markers.texi (The Mark): Clarify.
5722
5723 * macros.texi (Expansion): Cleanup.
5724 (Indenting Macros): indent-spec allows ints, not floats.
5725
5726 * keymaps.texi (Keymaps): Clarify.
5727 (Format of Keymaps): Update lisp-mode-map example.
5728 (Active Keymaps, Key Lookup): Clarify.
5729 (Changing Key Bindings): Add xref to `kbd'.
5730 (Key Binding Commands, Simple Menu Items): Clarify.
5731 (Mouse Menus, Menu Bar): Clarify.
5732 (Menu Example): Replace print example with menu-bar-replace-menu.
5733
5734 * help.texi (Documentation Basics): Add function-documentation prop.
5735
5736 * elisp.texi (Top): Don't refer to Flow Control node.
5737
5738 * commands.texi (Command Overview): Improve xrefs.
5739 (Adjusting Point): Adjusting point applies to intangible and invis.
5740 (Key Sequence Input): Doc extra read-key-sequence args.
5741 Likewise for read-key-sequence-vector.
5742
5743 * backups.texi (Rename or Copy): Minor fix.
5744 (Numbered Backups): For version-control, say the default.
5745 (Auto-Saving): make-auto-save-file-name example is simplified.
5746
5747 * advice.texi (Advising Functions): Don't imply one part of Emacs
5748 should advise another part. Markup changes.
5749 (Defining Advice): Move transitional para.
5750 (Activation of Advice): Cleanup.
5751 Explain if COMPILE is nil or negative.
5752
5753 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
5754
57552005-02-24 Lute Kamstra <lute@gnu.org>
5756
5757 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
5758 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
5759
57602005-02-23 Lute Kamstra <lute@gnu.org>
5761
5762 * modes.texi (Defining Minor Modes): define-minor-mode can be used
5763 to define global minor modes as well.
5764
5765 * display.texi (Managing Overlays): overlay-buffer returns nil for
5766 deleted overlays.
5767
57682005-02-22 Kim F. Storm <storm@cua.dk>
5769
5770 * minibuf.texi (Basic Completion): Allow symbols in addition to
5771 strings in try-completion and all-completions.
5772
57732005-02-14 Lute Kamstra <lute@gnu.org>
5774
5775 * elisp.texi (Top): Remove reference to deleted node.
5776
5777 * lists.texi (Lists): Remove reference to deleted node.
5778 (Cons Cells): Fix typo.
5779
5780 * loading.texi (Where Defined): Fix typo.
5781
57822005-02-14 Richard M. Stallman <rms@gnu.org>
5783
5784 * variables.texi (Creating Buffer-Local): change-major-mode-hook
5785 is useful for discarding some minor modes.
5786
5787 * symbols.texi (Symbol Components): Reorder examples.
5788
5789 * streams.texi (Input Functions): State standard-input default.
5790 (Output Variables): State standard-output default.
5791
5792 * objects.texi (Printed Representation): Clarify read syntax vs print.
5793 (Floating Point Type): Explain meaning better.
5794 (Symbol Type): Explain uniqueness better.
5795 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
5796 List examples sooner.
5797 (Box Diagrams): New subnode broken out.
5798 Some examples moved from old Lists as Boxes node.
5799 (Dotted Pair Notation): Clarify intro.
5800 (Array Type): Clarify.
5801 (Type Predicates): Add hash-table-p.
5802
5803 * numbers.texi (Integer Basics): Clarify radix explanation.
5804 (Predicates on Numbers): Minor clarification.
5805 (Comparison of Numbers): Minor clarification. Clarify eql.
5806 Typos in min, max.
5807 (Math Functions): Clarify overflow in expt.
5808
5809 * minibuf.texi (Text from Minibuffer): Minor clarification.
5810 Mention arrow keys.
5811
5812 * loading.texi (Autoload): defun's doc string overrides autoload's
5813 doc string.
5814 (Repeated Loading): Modernize "add to list" examples.
5815 (Where Defined): Finish updating table of load-history elts.
5816
5817 * lists.texi (List-related Predicates): Minor wording improvement.
5818 (Lists as Boxes): Node deleted.
5819 (Building Lists): Explain trivial cases of number-sequence.
5820
5821 * hash.texi (Hash Tables): Add desc to menu items.
10d1d0af 5822 (Creating Hash): Explain "full" means "make larger".
b8d4c8d0
GM
5823 (Hash Access): Any object can be a key.
5824 State value of maphash.
5825
5826 * functions.texi (What Is a Function): Wording cleanup.
5827 (Function Documentation): Minor cleanup.
5828 Explain purpose of calling convention at end of doc string.
5829 (Function Names): Wording cleanup.
5830 (Calling Functions): Wording cleanup.
5831 Explain better how funcall calls the function.
5832 (Function Cells): Delete example of saving and redefining function.
5833
5834 * control.texi (Combining Conditions): Wording cleanup.
5835 (Iteration): dolist and dotimes bind VAR locally.
5836 (Cleanups): Xref to Atomic Changes.
5837
5838 * compile.texi (Byte Compilation): Delete 19.29 info.
5839 (Compilation Functions): Macros' difficulties don't affect defsubst.
5840 (Docs and Compilation): Delete 19.29 info.
5841
58422005-02-10 Richard M. Stallman <rms@gnu.org>
5843
5844 * objects.texi (Symbol Type): Minor correction.
5845
58462005-02-06 Lute Kamstra <lute@gnu.org>
5847
5848 * modes.texi (Example Major Modes): Fix typos.
5849
58502005-02-06 Richard M. Stallman <rms@gnu.org>
5851
5852 * text.texi (Margins): fill-nobreak-predicate can be one function.
5853
5854 * strings.texi (Modifying Strings): clear-string can make unibyte.
5855 (Formatting Strings): format gives error if values missing.
5856
5857 * positions.texi (Character Motion): Mention default arg
5858 for forward-char. backward-char refers to forward-char.
5859 (Word Motion): Mention default arg for forward-word.
5860 (Buffer End Motion): Mention default arg for beginning-of-buffer.
5861 Simplify end-of-buffer.
5862 (Text Lines): Mention default arg for forward-line.
5863 (List Motion): Mention default arg for beginning/end-of-defun.
5864 (Skipping Characters): Minor fixes in explaining character-set.
5865
5866 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
5867 Mode inheritance applies only when default-major-mode is nil.
5868 Clarifications.
5869 (Example Major Modes): Update Text mode and Lisp mode examples.
5870 (Minor Mode Conventions): Mention define-minor-mode at top.
5871 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
5872 (Mode Line Format): Update mode line face display info.
5873 (Properties in Mode): Mention effect of risky vars.
5874 (Imenu): Define imenu-add-to-menubar.
5875 (Font Lock Mode): Add descriptions to menu lines.
5876 (Faces for Font Lock): Add font-lock-doc-face.
5877
58782005-02-05 Lute Kamstra <lute@gnu.org>
5879
5880 * text.texi (Maintaining Undo): Remove obsolete function.
5881
58822005-02-05 Eli Zaretskii <eliz@gnu.org>
5883
5884 * frames.texi (Color Names): Add pointer to the X docs about RGB
5885 color specifications. Improve indexing
5886 (Text Terminal Colors): Replace the description of RGB values by
5887 an xref to "Color Names".
5888
58892005-02-03 Richard M. Stallman <rms@gnu.org>
5890
5891 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
5892 Clarify.
5893 (Selecting Windows): Clarify save-selected-window.
5894 (Cyclic Window Ordering): Clarify walk-windows.
5895 (Window Point): Clarify.
5896 (Window Start): Add comment to example.
5897 (Resizing Windows): Add `interactive' specs in examples.
5898 Document fit-window-to-buffer.
5899
5900 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
5901 (Undo, Maintaining Undo): Clarify last change.
5902 (Sorting): In sort-numeric-fields, explain about octal and hex.
5903 Mention sort-numeric-base.
5904 (Format Properties): Add xref for hard newlines.
5905
5906 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
5907 (Pop-Up Menus): Fix typo.
5908 (Color Names): Explain all types of color names.
5909 Explain color-values on B&W terminal.
5910 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
5911
5912 * files.texi (File Locks): Not supported on MS systems.
5913 (Testing Accessibility): Clarify.
5914
5915 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
5916 (Coverage Testing): Fix typo.
5917
5918 * commands.texi (Misc Events): Remove stray space.
5919
5920 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
5921 (Modification Time): Clarify when visited-file-modtime returns 0.
5922 (The Buffer List): Clarify bury-buffer.
5923 (Killing Buffers): Clarify.
5924 (Indirect Buffers): Add clone-indirect-buffer.
5925
59262005-02-02 Matt Hodges <MPHodges@member.fsf.org>
5927
5928 * edebug.texi (Printing in Edebug): Fix default value of
5929 edebug-print-circle.
5930 (Coverage Testing): Fix displayed frequency count data.
5931
59322005-02-02 Luc Teirlinck <teirllm@auburn.edu>
5933
5934 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
5935
59362005-02-02 Kim F. Storm <storm@cua.dk>
5937
5938 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
5939
59402005-01-29 Eli Zaretskii <eliz@gnu.org>
5941
5942 * commands.texi (Misc Events): Describe the help-echo event.
5943
5944 * text.texi (Special Properties) <help-echo>: Use `pos'
5945 consistently in description of the help-echo property.
5946 Use @code{nil} instead of @var{nil}.
5947
5948 * display.texi (Overlay Properties): Fix the index entry for
5949 help-echo overlay property.
5950
5951 * customize.texi (Type Keywords): Uncomment the xref to the
5952 help-echo property documentation.
5953
59542005-01-23 Kim F. Storm <storm@cua.dk>
5955
5956 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
5957 return value. Third element FULLY replaced by PARTIAL which
5958 specifies number of invisible pixels if row is only partially visible.
5959 (Textual Scrolling): Mention auto-window-vscroll.
5960 (Vertical Scrolling): New defvar auto-window-vscroll.
5961
59622005-01-16 Luc Teirlinck <teirllm@auburn.edu>
5963
5964 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
5965 command remapping.
5966
59672005-01-15 Richard M. Stallman <rms@gnu.org>
5968
5969 * display.texi (Defining Images): Mention DATA-P arg of create-image.
5970
59712005-01-14 Kim F. Storm <storm@cua.dk>
5972
5973 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
5974
5975 * text.texi (Links and Mouse-1): Fix string and vector item.
5976
59772005-01-13 Richard M. Stallman <rms@gnu.org>
5978
5979 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
5980 descriptions of overriding-local-map and overriding-terminal-local-map.
5981
5982 * text.texi (Links and Mouse-1): Clarify text.
5983
59842005-01-13 Kim F. Storm <storm@cua.dk>
5985
5986 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
5987
59882005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
5989
5990 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
5991
59922005-01-12 Kim F. Storm <storm@cua.dk>
5993
5994 * text.texi (Links and Mouse-1): Rename section from Enabling
5995 Mouse-1 to Following Links. Change xrefs.
5996 Add examples for define-button-type and define-widget.
5997
5998 * display.texi (Button Properties, Button Buffer Commands):
5999 Clarify mouse-1 and follow-link functionality.
6000
60012005-01-12 Richard M. Stallman <rms@gnu.org>
6002
6003 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
6004
6005 * display.texi (Beeping): Fix Texinfo usage.
6006
6007 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
6008
60092005-01-11 Kim F. Storm <storm@cua.dk>
6010
6011 * display.texi (Button Properties, Button Buffer Commands):
6012 Mention mouse-1 binding. Add follow-link keyword.
6013
6014 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
6015 (Enabling Mouse-1 to Follow Links): New subsection.
6016
60172005-01-06 Richard M. Stallman <rms@gnu.org>
6018
6019 * text.texi (Special Properties): Minor change.
6020
6021 * os.texi (Timers): Clarify previous change.
6022
6023 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
6024
60252005-01-01 Luc Teirlinck <teirllm@auburn.edu>
6026
6027 * display.texi (Face Attributes): Correct xref to renamed node.
6028
60292005-01-01 Richard M. Stallman <rms@gnu.org>
6030
6031 * display.texi (Face Attributes): Describe hex color specs.
6032
60332004-12-31 Richard M. Stallman <rms@gnu.org>
6034
6035 * os.texi (Timers): Update previous change.
6036
60372004-12-30 Kim F. Storm <storm@cua.dk>
6038
6039 * display.texi (Line Height): Total line-height is now specified
6040 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
6041 in cons cells. (nil . RATIO) is relative to actual line height.
6042 Use line-height `t' instead of `0' to get minimum height.
6043
60442004-12-29 Richard M. Stallman <rms@gnu.org>
6045
6046 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
6047
60482004-12-28 Richard M. Stallman <rms@gnu.org>
6049
6050 * commands.texi (Quitting): Clarify value of with-local-quit.
6051
6052 * elisp.texi (Top): Fix previous change.
6053
6054 * loading.texi (Loading): Fix previous change.
6055
60562004-12-27 Richard M. Stallman <rms@gnu.org>
6057
6058 * Makefile.in (MAKEINFO): Specify --force.
6059
6060 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
6061
6062 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
6063
6064 * display.texi (Line Height): Further clarify.
6065
6066 * elisp.texi (Top): Update Loading submenu.
6067
6068 * loading.texi (Where Defined): New node.
6069 (Unloading): load-history moved to Where Defined.
6070
60712004-12-21 Richard M. Stallman <rms@gnu.org>
6072
6073 * commands.texi (Event Input Misc): Add while-no-input.
6074
60752004-12-11 Richard M. Stallman <rms@gnu.org>
6076
6077 * display.texi (Line Height): Rewrite text for clarity.
6078
60792004-12-11 Kim F. Storm <storm@cua.dk>
6080
6081 * display.texi (Display): Add node "Line Height" to menu.
6082 (Line Height): New node. Move full description of line-spacing
6083 and line-height text properties here from text.texi.
6084 (Scroll Bars): Add vertical-scroll-bar variable.
6085
6086 * frames.texi (Window Frame Parameters): Remove line-height defvar.
6087
6088 * locals.texi (Standard Buffer-Local Variables): Fix xref for
6089 line-spacing and vertical-scroll-bar.
6090
6091 * text.texi (Special Properties): Just mention line-spacing and
6092 line-height here, add xref to new "Line Height" node.
6093
60942004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
6095
6096 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
6097
6098 * locals.texi (Standard Buffer-Local Variables):
6099 Add @xref for `line-spacing'.
6100
61012004-12-05 Richard M. Stallman <rms@gnu.org>
6102
6103 * Makefile.in (maintainer-clean): Remove the info files
6104 in $(infodir) where they are created.
6105
61062004-12-03 Richard M. Stallman <rms@gnu.org>
6107
6108 * windows.texi (Selecting Windows): get-lru-window and
6109 get-largest-window don't consider dedicated windows.
6110
6111 * text.texi (Undo): Document undo-in-progress.
6112
61132004-11-26 Richard M. Stallman <rms@gnu.org>
6114
6115 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
6116 Remove a few vars that are not always buffer-local.
6117
61182004-11-24 Luc Teirlinck <teirllm@auburn.edu>
6119
6120 * locals.texi (Standard Buffer-Local Variables): Comment out
6121 xref's to non-existent node `Yet to be written'.
6122
61232004-11-24 Richard M. Stallman <rms@gnu.org>
6124
6125 * processes.texi (Synchronous Processes): Grammar fix.
6126
6127 * numbers.texi (Comparison of Numbers): Add eql.
6128
6129 * locals.texi (Standard Buffer-Local Variables): Add many vars.
6130
6131 * intro.texi (Printing Notation): Fix previous change.
6132
6133 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
6134 and default-indicate-buffer-boundaries from here.
6135 (Usual Display): To here.
6136 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
6137 (Usual Display): Move tab-width up.
6138
6139 * customize.texi (Variable Definitions): Replace
6140 show-paren-mode example with tooltip-mode.
6141 (Simple Types, Composite Types, Defining New Types):
6142 Minor cleanups.
6143
61442004-11-21 Jesper Harder <harder@ifa.au.dk>
6145
6146 * processes.texi (Synchronous Processes, Output from Processes):
6147 Markup fix.
6148
61492004-11-20 Richard M. Stallman <rms@gnu.org>
6150
6151 * positions.texi (Skipping Characters): skip-chars-forward
6152 now handles char classes.
6153
6154 * intro.texi (Printing Notation): Avoid confusion of `print'
6155 when explaining @print.
6156
6157 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
6158
6159 * display.texi (Display Table Format): Minor fix.
6160
6161 * streams.texi (Output Functions): Fix print example.
6162
6163 * Makefile.in (elisp): New target.
6164 (dist): Depend on $(infodir)/elisp, not elisp.
6165 Copy the info files from $(infodir).
6166
6167 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
6168 read-from-minibuffer.
6169
6170 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
6171
61722004-11-19 Richard M. Stallman <rms@gnu.org>
6173
6174 * searching.texi (Regexp Search): Add search-whitespace-regexp.
6175
61762004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
6177
6178 * tips.texi (Coding Conventions): Fix typo.
6179
61802004-11-16 Richard M. Stallman <rms@gnu.org>
6181
6182 * tips.texi (Coding Conventions): Separate defvar and require
6183 methods to avoid warnings. Use require only when there are many
6184 functions and variables from that package.
6185
6186 * minibuf.texi (Minibuffer Completion): When ignoring case,
6187 predicate must not be case-sensitive.
6188
6189 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
6190 (Test Coverage): Don't talk about "splotches". Clarified.
6191
61922004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
6193
6194 * frames.texi (Window Frame Parameters): Fix typo.
6195
61962004-11-15 Kim F. Storm <storm@cua.dk>
6197
6198 * symbols.texi (Other Plists): Note that plist-get may signal error.
6199 Add safe-plist-get.
6200
62012004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
6202
6203 * modes.texi (Font Lock Basics): Fix typo.
6204
62052004-11-08 Richard M. Stallman <rms@gnu.org>
6206
6207 * syntax.texi (Syntax Table Functions): Add syntax-after.
6208
62092004-11-06 Lars Brinkhoff <lars@nocrew.org>
6210
6211 * os.texi (Processor Run Time): New section documenting
6212 get-internal-run-time.
6213
62142004-11-06 Eli Zaretskii <eliz@gnu.org>
6215
6216 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
6217 it nukes elisp-cover.texi.
6218 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
6219 elisp-0 etc.
6220
62212004-11-05 Luc Teirlinck <teirllm@auburn.edu>
6222
6223 * commands.texi (Keyboard Macros): Document `append' return value
6224 of `defining-kbd-macro'.
6225
62262004-11-01 Richard M. Stallman <rms@gnu.org>
6227
6228 * commands.texi (Interactive Call): Add called-interactively-p.
6229
62302004-10-29 Simon Josefsson <jas@extundo.com>
6231
6232 * minibuf.texi (Reading a Password): Revert.
6233
62342004-10-28 Richard M. Stallman <rms@gnu.org>
6235
6236 * frames.texi (Display Feature Testing): Explain about "vendor".
6237
62382004-10-27 Richard M. Stallman <rms@gnu.org>
6239
6240 * commands.texi (Interactive Codes): `N' uses numeric prefix,
6241 not raw. Clarify `n'.
6242 (Interactive Call): Rewrite interactive-p, focusing on when
6243 and how to use it.
6244 (Misc Events): Clarify previous change.
6245
6246 * advice.texi (Simple Advice): Clarify what job the example does.
6247 (Around-Advice): Clarify ad-do-it.
6248 (Activation of Advice): An option of ad-default-compilation-action
6249 is `never', not `nil'.
6250
62512004-10-26 Kim F. Storm <storm@cua.dk>
6252
6253 * commands.texi (Interactive Codes): Add U code letter.
6254
62552004-10-25 Simon Josefsson <jas@extundo.com>
6256
6257 * minibuf.texi (Reading a Password): Add.
6258
62592004-10-24 Jason Rumney <jasonr@gnu.org>
6260
6261 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
6262 and wheel-down.
6263
62642004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
6265
6266 * processes.texi (Synchronous Processes): Document process-file.
6267
62682004-10-22 Kenichi Handa <handa@m17n.org>
6269
6270 * text.texi (translate-region): Document that it accepts also a
6271 char-table.
6272
62732004-10-22 David Ponce <david@dponce.com>
6274
6275 * windows.texi (Resizing Windows): Document the `preserve-before'
6276 argument of the functions `enlarge-window' and `shrink-window'.
6277
62782004-10-19 Jason Rumney <jasonr@gnu.org>
6279
6280 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
6281
62822004-10-09 Luc Teirlinck <teirllm@auburn.edu>
6283
6284 * text.texi (Filling): Add anchor for definition of
6285 `sentence-end-double-space'.
6286
6287 * searching.texi (Regexp Example): Update description of how
6288 Emacs currently recognizes the end of a sentence.
6289 (Standard Regexps): Update definition of the variable
6290 `sentence-end'. Add definition of the function `sentence-end'.
6291
62922004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
6293
6294 * display.texi (Progress): New node.
6295
62962004-10-05 Kim F. Storm <storm@cua.dk>
6297
6298 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
6299
63002004-09-29 Kim F. Storm <storm@cua.dk>
6301
6302 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
6303 to identify bitmaps. Remove -fringe-bitmap suffix for standard
6304 fringe bitmap symbols, as they now have their own namespace.
6305 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
6306 vs. pixels. Signal error if no free bitmap slots.
6307 (Pixel Specification): Change IMAGE to @var{image}.
6308
63092004-09-28 Richard M. Stallman <rms@gnu.org>
6310
6311 * text.texi (Special Properties): Clarify line-spacing and line-height.
6312
6313 * searching.texi (Regexp Search): Add looking-back.
6314
63152004-09-25 Luc Teirlinck <teirllm@auburn.edu>
6316
6317 * display.texi: Correct typos.
6318 (Image Descriptors): Correct xref's.
6319
63202004-09-25 Richard M. Stallman <rms@gnu.org>
6321
6322 * text.texi (Special Properties): Cleanups in `cursor'.
6323 Rewrites in `line-height' and `line-spacing'; exchange them.
6324
6325 * display.texi (Fringes): Rewrite previous change.
6326 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
6327 (Display Fringe Bitmaps): Node deleted, text moved.
6328 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
6329 (Scroll Bars): Clarify set-window-scroll-bars.
6330 (Pointer Shape): Rewrite.
6331 (Specified Space): Clarify :align-to, etc.
6332 (Pixel Specification): Use @var. Clarify new text.
6333 (Other Display Specs): Clarify `slice'.
6334 (Image Descriptors): Cleanups.
6335 (Showing Images): Cleanups.
6336
63372004-09-24 Luc Teirlinck <teirllm@auburn.edu>
6338
6339 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
6340
6341 * modes.texi: Various minor changes in addition to:
6342 (Major Mode Conventions): Final call to `run-mode-hooks' should
6343 not be inside the `delay-mode-hooks' form.
6344 (Mode Hooks): New node.
6345 (Hooks): Delete obsolete example.
6346 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
6347 node "Mode Hooks".
6348
63492004-09-22 Luc Teirlinck <teirllm@auburn.edu>
6350
6351 * display.texi: Correct various typos.
6352 (Display): Rename node "Pointer Shapes" to "Pointer
6353 Shape". (There is already a node called "Pointer Shapes" in
6354 frames.texi.)
6355 (Images): Remove non-existent node "Image Slices" from menu.
6356
63572004-09-23 Kim F. Storm <storm@cua.dk>
6358
6359 * text.texi (Special Properties): Add `cursor', `pointer',
6360 `line-height', and `line-spacing' properties.
6361
6362 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
6363 Shapes' to menu.
6364 (Standard Faces): Doc fix for fringe face.
6365 (Fringes): Add `overflow-newline-into-fringe' and
6366 'indicate-buffer-boundaries'.
6367 (Fringe Bitmaps, Pointer Shapes): New nodes.
6368 (Display Property): Add 'Pixel Specification' and 'Display Fringe
6369 Bitmaps' to menu.
6370 (Specified Space): Describe pixel width and height.
6371 (Pixel Specification): New node.
6372 (Other Display Specs): Add `slice' property.
6373 (Display Fringe Bitmaps): New node.
6374 (Images): Add 'Image Slices' to menu.
6375 (Image Descriptors): Add `:pointer' and `:map' properties.
6376 (Showing Images): Add slice arg to `insert-image'. Add
6377 'insert-sliced-image'.
6378
63792004-09-20 Richard M. Stallman <rms@gnu.org>
6380
6381 * commands.texi (Key Sequence Input):
6382 Clarify downcasing in read-key-sequence.
6383
63842004-09-08 Juri Linkov <juri@jurta.org>
6385
6386 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
6387
63882004-09-07 Luc Teirlinck <teirllm@auburn.edu>
6389
6390 * locals.texi (Standard Buffer-Local Variables): Add
6391 `buffer-auto-save-file-format'.
6392 * internals.texi (Buffer Internals): Describe new
6393 auto_save_file_format field of the buffer structure.
6394 * files.texi (Format Conversion): `auto-save-file-format' has been
6395 renamed `buffer-auto-save-file-format'.
6396
63972004-08-27 Luc Teirlinck <teirllm@auburn.edu>
6398
6399 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
6400 an integer or a marker.
6401 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
6402
64032004-08-22 Richard M. Stallman <rms@gnu.org>
6404
6405 * modes.texi (Major Mode Conventions): Discuss rebinding of
6406 standard key bindings.
6407
64082004-08-18 Kim F. Storm <storm@cua.dk>
6409
6410 * processes.texi (Accepting Output): Add `just-this-one' arg to
6411 `accept-process-output'.
6412 (Output from Processes): New var `process-adaptive-read-buffering'.
6413
64142004-08-10 Luc Teirlinck <teirllm@auburn.edu>
6415
6416 * keymaps.texi: Various changes in addition to:
6417 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
6418 Give more varied examples for `kbd'.
6419 (Creating Keymaps): Char tables have slots for all characters
6420 without modifiers.
6421 (Active Keymaps): `overriding-local-map' and
6422 `overriding-terminal-local-map' also override text property and
6423 overlay keymaps.
6424 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
6425 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
6426 to denote a prefix of no events.
6427 `map-keymap' includes parent's bindings _recursively_.
6428 Clarify and correct description of `where-is-internal'.
6429 Mention BUFFER-OR-NAME arg to `describe-bindings'.
6430 (Menu Example): For menus intended for use with the keyboard, the
6431 menu items should be bound to characters or real function keys.
6432
64332004-08-08 Luc Teirlinck <teirllm@auburn.edu>
6434
6435 * objects.texi (Character Type): Reposition `@anchor' to prevent
6436 double space inside sentence in Info.
6437
6438 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
6439 renamed to `disabled-command-function'.
6440 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
6441 (Command Loop Info): Replace reference to it.
6442 (Disabling Commands): `disabled-command-hook' has been renamed to
6443 `disabled-command-function'.
6444
64452004-08-07 Luc Teirlinck <teirllm@auburn.edu>
6446
6447 * os.texi (Translating Input): Only non-prefix bindings in
6448 `key-translation-map' override actual key bindings. Warn about
6449 possible indirect effect of actual key bindings on non-prefix
6450 bindings in `key-translation-map'.
6451
64522004-08-06 Luc Teirlinck <teirllm@auburn.edu>
6453
6454 * minibuf.texi (High-Level Completion): Add anchor for definition
6455 of `read-variable'.
6456
6457 * commands.texi: Various changes in addition to:
6458 (Using Interactive): Clarify description of `interactive-form'.
6459 (Interactive Call): Mention default for KEYS argument to
6460 `call-interactively'.
6461 (Command Loop Info): Clarify description of `this-command-keys'.
6462 Mention KEEP-RECORD argument to `clear-this-command-keys'.
6463 Value of `last-event-frame' can be `macro'.
6464 (Repeat Events): `double-click-fuzz' is also used to distinguish
6465 clicks and drags.
6466 (Classifying Events): Clarify descriptions of `event-modifiers'
6467 `event-basic-type' and `event-convert-list'.
6468 (Accessing Events): `posn-timestamp' takes POSITION argument.
6469 (Quoted Character Input): Clarify description of
6470 `read-quoted-char' and fix example.
6471 (Quitting): Add `with-local-quit'.
6472 (Disabling Commands): Correct and clarify descriptions of
6473 `enable-command' and `disable-command'.
6474 Mention what happens if `disabled-command-hook' is nil.
6475 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
6476 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
6477
64782004-07-24 Luc Teirlinck <teirllm@auburn.edu>
6479
6480 * frames.texi: Various changes in addition to:
6481 (Creating Frames): Expand and clarify description of `make-frame'.
6482 (Window Frame Parameters): Either none or both of the `icon-left'
6483 and `icon-top' parameters must be specified. Put descriptions of
6484 `menu-bar-lines' and `toolbar-lines' closer together and change
6485 them accordingly.
6486 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
6487 except while processing `frame-title-format' or `icon-title-format'.
6488 (Deleting Frames): Correct description of `delete-frame'.
6489 Non-nil return values of `frame-live-p' are like those of `framep'.
6490 (Frames and Windows): Mention return value of
6491 `set-frame-selected-window'.
6492 (Visibility of Frames): Mention `force' argument to
6493 `make-frame-invisible'. `frame-visible-p' returns t for all
6494 frames on text-only terminals.
6495 (Frame Configurations): Restoring a frame configuration does not
6496 restore deleted frames.
6497 (Window System Selections): `x-set-selection' returns DATA.
6498 (Resources): Add example.
6499 (Display Feature Testing): Clarify descriptions of
6500 `display-pixel-height', `display-pixel-width', `x-server-version'
6501 and `x-server-vendor'.
6502
6503 * windows.texi (Choosing Window): Add anchor.
6504 * minibuf.texi (Minibuffer Misc): Add anchor.
6505
65062004-07-23 John Paul Wallington <jpw@gnu.org>
6507
6508 * macros.texi (Defining Macros): Declaration keyword for setting
6509 Edebug spec is `debug' not `edebug'.
6510
65112004-07-19 Luc Teirlinck <teirllm@auburn.edu>
6512
6513 * windows.texi: Various small changes in addition to:
6514 (Window Point): Mention return value of `set-window-point'.
6515 (Window Start): `pos-visible-in-window-p' disregards horizontal
6516 scrolling. Explain return value if PARTIALLY is non-nil.
6517 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
6518 and `set-window-vscroll'.
6519 (Size of Window): The argument WINDOW to `window-inside-edges',
6520 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
6521 (Resizing Windows): Explain return value of
6522 `shrink-window-if-larger-than-buffer'.
6523 `window-size-fixed' automatically becomes buffer local when set.
6524 (Window Configurations): Explain return value of
6525 `set-window-configuration'.
6526
6527 * minibuf.texi (Minibuffer Misc): Add anchor for
6528 `minibuffer-scroll-window'.
6529
6530 * positions.texi (Text Lines): Add anchor for `count-lines'.
6531
65322004-07-17 Richard M. Stallman <rms@gnu.org>
6533
6534 * display.texi (Overlay Properties): Adding `evaporate' prop
6535 deletes empty overlay immediately.
6536
6537 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
6538 fix example.
6539
65402004-07-16 Jim Blandy <jimb@redhat.com>
6541
6542 * searching.texi (Regexp Backslash): Document new \_< and \_>
6543 operators.
6544
65452004-07-16 Juanma Barranquero <lektu@terra.es>
6546
6547 * display.texi (Images): Fix Texinfo usage.
6548
65492004-07-14 Luc Teirlinck <teirllm@auburn.edu>
6550
6551 * buffers.texi (Modification Time): `visited-file-modtime' now
6552 returns a list of two integers, instead of a cons.
6553
65542004-07-13 Luc Teirlinck <teirllm@auburn.edu>
6555
6556 * windows.texi: Various changes in addition to:
6557 (Splitting Windows): Add `split-window-keep-point'.
6558
65592004-07-09 Richard M. Stallman <rms@gnu.org>
6560
6561 * frames.texi (Input Focus): Minor fix.
6562
65632004-07-07 Luc Teirlinck <teirllm@auburn.edu>
6564
6565 * frames.texi (Input Focus): Clarify descriptions of
6566 `select-frame-set-input-focus' and `select-frame'.
6567
65682004-07-06 Luc Teirlinck <teirllm@auburn.edu>
6569
6570 * os.texi: Various small changes in addition to:
6571 (Killing Emacs): Expand and clarify description of
6572 `kill-emacs-query-functions' and `kill-emacs-hook'.
6573 (System Environment): Expand and clarify description of `getenv'
6574 and `setenv'.
6575 (Timers): Clarify description of `run-at-time'.
6576 (Translating Input): Correct description of
6577 `extra-keyboard-modifiers'.
6578 (Flow Control): Correct description of `enable-flow-control'.
6579
65802004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
6581
6582 * os.texi: Update copyright.
6583 (Session Management): Grammar fix.
6584 Clarify which Emacs does the restarting.
6585 Use @samp for *scratch* buffer.
6586
65872004-07-04 Alan Mackenzie <acm@muc.de>
6588
6589 * frames.texi (Input Focus): Add documentation for
6590 `select-frame-set-input-focus'. Replace refs to non-existent
6591 `switch-frame' with `select-frame'. Minor corrections and tidying
6592 up of text-only terminal stuff.
6593
65942004-07-02 Richard M. Stallman <rms@gnu.org>
6595
6596 * files.texi (Saving Buffers): Cleanup write-contents-function.
6597 (Magic File Names): Cleanup file-remote-p.
6598
b344d29d 65992004-07-02 Kai Großjohann <kai@emptydomain.de>
b8d4c8d0
GM
6600
6601 * files.texi (Magic File Names): `file-remote-p' returns an
6602 identifier of the remote system, not just t.
6603
66042004-07-02 David Kastrup <dak@gnu.org>
6605
6606 * searching.texi (Entire Match Data): Add explanation about new
6607 match-data behavior when @var{integers} is non-nil.
6608
66092004-06-24 Richard M. Stallman <rms@gnu.org>
6610
6611 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
6612
6613 * customize.texi (Variable Definitions): Note about doc strings
6614 and :set.
6615
6616 * keymaps.texi (Keymap Terminology): Document `kbd'.
6617 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
6618
6619 * display.texi (Invisible Text): Setting buffer-invisibility-spec
6620 makes it buffer-local.
6621
6622 * files.texi (Saving Buffers): Correct previous change.
6623
6624 * commands.texi (Accessing Events):
6625 Clarify posn-col-row and posn-actual-col-row.
6626
66272004-06-24 David Ponce <david.ponce@wanadoo.fr>
6628
6629 * commands.texi (Accessing Events): New functions
6630 posn-at-point and posn-at-x-y. Add example to posn-x-y.
6631
66322004-06-23 Luc Teirlinck <teirllm@auburn.edu>
6633
6634 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
6635 * frames.texi, buffers.texi, backups.texi, variables.texi:
6636 * loading.texi, eval.texi, functions.texi, control.texi:
6637 * symbols.texi, minibuf.texi: Reposition @anchor's.
6638
6639 * help.texi: Various small changes in addition to the following.
6640 (Describing Characters): Describe PREFIX argument to
6641 `key-description'. Correct and clarify definition of
6642 `text-char-description'. Describe NEED-VECTOR argument to
6643 `read-kbd-macro'.
6644 (Help Functions): Clarify definition of `apropos'.
6645
66462004-06-23 Lars Hansen <larsh@math.ku.dk>
6647
6648 * files.texi (Saving Buffers): Correct description of
6649 `write-contents-functions'.
6650
66512004-06-21 Juanma Barranquero <lektu@terra.es>
6652
6653 * display.texi (Images): Remove redundant @vindex directives.
6654 Rewrite `image-library-alist' doc in active voice.
6655
66562004-06-14 Juanma Barranquero <lektu@terra.es>
6657
6658 * display.texi (Images): Document new delayed library loading,
6659 variable `image-library-alist' and (existing but undocumented)
6660 function `image-type-available-p'.
6661
66622004-06-05 Richard M. Stallman <rms@gnu.org>
6663
6664 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
6665 refer the user to the Initial Input node.
6666 (Text from Minibuffer): Likewise.
6667 (Initial Input): New node. Document this feature
6668 and say it is mostly deprecated.
6669
66702004-05-30 Richard M. Stallman <rms@gnu.org>
6671
6672 * loading.texi (Named Features): Clarify return value
6673 and meaning of NOERROR.
6674
6675 * variables.texi (File Local Variables): Minor cleanup.
6676
66772004-05-30 Michael Albinus <michael.albinus@gmx.de>
6678
6679 * files.texi (Magic File Names): Add `file-remote-p' as operation
6680 of file name handlers.
6681
66822004-05-29 Richard M. Stallman <rms@gnu.org>
6683
6684 * modes.texi (Minor Mode Conventions): (-) has no special meaning
6685 as arg to a minor mode command.
6686
66872004-05-22 Richard M. Stallman <rms@gnu.org>
6688
6689 * syntax.texi (Syntax Class Table): Word syntax not just for English.
6690
6691 * streams.texi (Output Variables): Doc float-output-format.
6692
6693 * searching.texi (Regexp Special): Nested repetition can be infloop.
6694
6695 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
6696 real stack overflow.
6697
6698 * compile.texi: Minor cleanups.
6699
67002004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
6701
6702 * lists.texi (Cons Cells): Explain dotted lists, true lists,
6703 circular lists.
6704 (List Elements): Explain handling of circular and dotted lists.
6705
67062004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
6707
6708 * modes.texi (Search-based Fontification): Fix typo.
6709
67102004-05-10 Juanma Barranquero <lektu@terra.es>
6711
6712 * modes.texi (Mode Line Variables): Fix description of
6713 global-mode-string, which is now after which-func-mode, not the
6714 buffer name.
6715
67162004-05-07 Lars Hansen <larsh@math.ku.dk>
6717
6718 * modes.texi (Desktop Save Mode): Add.
6719 (Modes): Add menu entry Desktop Save Mode.
6720
6721 * hooks.texi: Add desktop-after-read-hook,
6722 desktop-no-desktop-file-hook and desktop-save-hook.
6723
6724 * locals.texi: Add desktop-save-buffer.
6725
67262004-04-30 Jesper Harder <harder@ifa.au.dk>
6727
6728 * display.texi: emacs -> Emacs.
6729
67302004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
6731
6732 * files.texi (Changing Files): Document set-file-times.
6733
67342004-04-23 Juanma Barranquero <lektu@terra.es>
6735
6736 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
6737
67382004-04-18 Jesper Harder <harder@ifa.au.dk>
6739
6740 * tips.texi (Coding Conventions): defopt -> defcustom.
6741
67422004-04-16 Luc Teirlinck <teirllm@auburn.edu>
6743
6744 * sequences.texi: Various clarifications.
6745
67462004-04-14 Luc Teirlinck <teirllm@auburn.edu>
6747
6748 * buffers.texi (Read Only Buffers): Mention optional ARG to
6749 `toggle-read-only'.
6750
67512004-04-14 Nick Roberts <nick@nick.uklinux.net>
6752
6753 * windows.texi (Selecting Windows): Note that get-lru-window
6754 returns a full-width window if possible.
6755
67562004-04-13 Luc Teirlinck <teirllm@auburn.edu>
6757
6758 * buffers.texi: Various changes in addition to:
6759 (Buffer File Name): Add `find-buffer-visiting'.
6760 (Buffer Modification): Mention optional ARG to `not-modified'.
6761 (Indirect Buffers): Mention optional CLONE argument to
6762 `make-indirect-buffer'.
6763
6764 * files.texi: Various changes in addition to:
6765 (Visiting Functions): `find-file-hook' is now a normal hook.
6766 (File Name Expansion): Explain difference between the way that
6767 `expand-file-name' and `file-truename' treat `..'.
6768 (Contents of Directories): Mention optional ID-FORMAT argument to
6769 `directory-files-and-attributes'.
6770 (Format Conversion): Mention new optional CONFIRM argument to
6771 `format-write-file'.
6772
67732004-04-12 Miles Bader <miles@gnu.org>
6774
6775 * macros.texi (Expansion): Add description of `macroexpand-all'.
6776
67772004-04-05 Jesper Harder <harder@ifa.au.dk>
6778
6779 * variables.texi (Variable Aliases): Mention
6780 cyclic-variable-indirection.
6781
6782 * errors.texi (Standard Errors): Ditto.
6783
67842004-04-04 Luc Teirlinck <teirllm@auburn.edu>
6785
6786 * backups.texi: Various small changes in addition to:
6787 (Making Backups): Mention return value of `backup-buffer'.
6788 (Auto-Saving): Mention optional FORCE argument to
6789 `delete-auto-save-file-if-necessary'.
6790 (Reverting): Mention optional PRESERVE-MODES argument to
6791 `revert-buffer'. Correct description of `revert-buffer-function'.
6792
67932004-03-22 Juri Linkov <juri@jurta.org>
6794
6795 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
6796 with `Vector Functions'.
6797
6798 * text.texi (Sorting): Add missing quote.
6799
68002004-03-14 Luc Teirlinck <teirllm@auburn.edu>
6801
6802 * intro.texi (Lisp History): Replace xref to `cl' manual with
6803 inforef.
6804
68052004-03-12 Richard M. Stallman <rms@gnu.org>
6806
6807 * intro.texi (Version Info): Add arg to emacs-version.
6808 (Lisp History): Change xref to CL manual.
6809
68102004-03-09 Luc Teirlinck <teirllm@auburn.edu>
6811
6812 * minibuf.texi (Completion Commands): Add xref to Emacs manual
6813 for Partial Completion mode.
6814
68152004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
6816
6817 * customize.texi: Fix typo. Remove eol whitespace.
6818
68192004-03-04 Richard M. Stallman <rms@gnu.org>
6820
6821 * processes.texi: Fix typos.
6822
6823 * lists.texi (Building Lists): Minor clarification.
6824
6825 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
6826 in make-hash-table.
6827
68282004-02-29 Juanma Barranquero <lektu@terra.es>
6829
6830 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
6831 rm, and ignore exit code.
6832
68332004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
6834
6835 * display.texi (Defining Faces): Add description for min-colors.
6836 Update example.
6837
68382004-02-23 Luc Teirlinck <teirllm@auburn.edu>
6839
6840 * abbrevs.texi: Various corrections and clarifications in addition
6841 to the following:
6842 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
6843
68442004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
6845
6846 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
6847
68482004-02-21 Luc Teirlinck <teirllm@auburn.edu>
6849
6850 * text.texi: Various small changes in addition to the following:
6851 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
6852 to delete-horizontal-space.
6853 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
6854 description of yank-handler text property at various places.
6855
6856 * frames.texi (Window System Selections): Add anchor.
6857
6858 * syntax.texi (Syntax Table Functions): Clarify and correct
6859 descriptions of make-syntax-table and copy-syntax-table.
6860 (Motion and Syntax): Clarify SYNTAXES argument to
6861 skip-syntax-forward.
6862 (Parsing Expressions): Mention that the return value of
6863 parse-partial-sexp is currently a list of ten rather than nine
6864 elements.
6865 (Categories): Various corrections and clarifications.
6866
68672004-02-17 Luc Teirlinck <teirllm@auburn.edu>
6868
6869 * markers.texi (Marker Insertion Types): Minor change.
6870
6871 * locals.texi (Standard Buffer-Local Variables):
6872 * commands.texi (Interactive Codes, Using Interactive):
6873 * functions.texi (Related Topics): Fix xrefs.
6874
68752004-02-16 Luc Teirlinck <teirllm@auburn.edu>
6876
6877 * lists.texi (Sets And Lists): Update description of delete-dups.
6878
68792004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
6880
6881 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
6882
c8763fb6 68832004-02-16 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
6884
6885 * frames.texi (Parameter Access): frame-parameters arg is optional.
6886 modify-frame-parameters handles nil for FRAME.
6887 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
6888 are all-or-nothing for certain toolkits.
6889 Mention parameter wait-for-wm.
6890 (Frames and Windows): In frame-first-window and frame-selected-window
6891 the arg is optional.
6892 (Input Focus): In redirect-frame-focus the second arg is optional.
6893 (Window System Selections): Mention selection type CLIPBOARD.
6894 Mention data-type UTF8_STRING.
6895 Mention numbering of cut buffers.
6896 (Resources): Describe x-resource-name.
6897
68982004-02-16 Richard M. Stallman <rms@gnu.org>
6899
6900 * windows.texi (Buffers and Windows): Delete false table
6901 about all-frames.
6902
6903 * syntax.texi (Parsing Expressions): Delete old caveat
6904 about parse-sexp-ignore-comments.
6905
6906 * streams.texi (Output Variables): Add print-quoted.
6907
6908 * lists.texi (Building Lists): Minor cleanup.
6909
6910 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
6911
6912 * display.texi (Overlays): Explain overlays use markers.
6913 (Managing Overlays): Explain front-advance and rear-advance
6914 in more detail.
6915
6916 * loading.texi (Unloading): Document unload-feature-special-hooks.
6917 Get rid of fns-NNN.el file.
6918
69192004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
6920
6921 * help.texi (Describing Characters): Fix text-char-description
6922 example output.
6923
6924 * edebug.texi (Using Edebug): Fix example.
6925
6926 * debugging.texi (Internals of Debugger): Fix return value.
6927
6928 * files.texi (Changing Files): Fix argname.
6929
6930 * calendar.texi: Fix parens, and default values.
6931
6932 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
6933 * nonascii.texi, objects.texi, os.texi: Minor fixes.
b3e755a9 6934 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
b8d4c8d0
GM
6935
6936 * positions.texi (Text Lines): Don't add -1 in current-line.
6937
69382004-02-16 Richard M. Stallman <rms@gnu.org>
6939
6940 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
6941
69422004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
6943
6944 * processes.texi (Low-Level Network): Fix a typo.
6945
69462004-02-12 Kim F. Storm <storm@cua.dk>
6947
6948 * display.texi (Fringes): Use consistent wording.
6949 Note that window-fringe's window arg is optional.
6950 (Scroll Bars): Use consistent wording.
6951
69522004-02-11 Luc Teirlinck <teirllm@auburn.edu>
6953
6954 * tips.texi (Comment Tips): Document the new conventions for
6955 commenting out code.
6956
c8763fb6 69572004-02-07 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
6958
6959 * positions.texi (Text Lines): Added missing end defun.
6960
69612004-02-07 Kim F. Storm <storm@cua.dk>
6962
6963 * positions.texi (Text Lines): Add line-number-at-pos.
6964
69652004-02-06 John Paul Wallington <jpw@gnu.org>
6966
6967 * display.texi (Button Properties, Button Buffer Commands):
6968 mouse-2 invokes button, not down-mouse-1.
6969
69702004-02-04 Jason Rumney <jasonr@gnu.org>
6971
6972 * makefile.w32-in: Sync with Makefile.in changes.
6973
69742004-02-03 Luc Teirlinck <teirllm@auburn.edu>
6975
6976 * minibuf.texi (Text from Minibuffer): Various corrections and
6977 clarifications.
6978 (Object from Minibuffer): Correct Lisp description of
6979 read-minibuffer.
6980 (Minibuffer History): Clarify description of cons values for
6981 HISTORY arguments.
6982 (Basic Completion): Various corrections and clarifications. Add
6983 completion-regexp-list.
6984 (Minibuffer Completion): Correct and clarify description of
6985 completing-read.
6986 (Completion Commands): Mention Partial Completion mode. Various
6987 other minor changes.
6988 (High-Level Completion): Various corrections and clarifications.
6989 (Reading File Names): Ditto.
6990 (Minibuffer Misc): Ditto.
6991
69922004-01-26 Luc Teirlinck <teirllm@auburn.edu>
6993
6994 * strings.texi (Text Comparison): assoc-string also matches
6995 elements of alists that are strings instead of conses.
6996 (Formatting Strings): Standardize Texinfo usage. Update index
6997 entries.
6998
69992004-01-20 Luc Teirlinck <teirllm@auburn.edu>
7000
7001 * lists.texi (Sets And Lists): Add delete-dups.
7002
70032004-01-15 Luc Teirlinck <teirllm@auburn.edu>
7004
7005 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
7006 special form.
7007 * macros.texi (Defining Macros): Update description of `declare',
7008 which now is a macro.
7009 (Wrong Time): Fix typos.
7010
70112004-01-14 Luc Teirlinck <teirllm@auburn.edu>
7012
7013 * compile.texi (Compilation Functions): Expand descriptions of
7014 `compile-defun', `byte-compile-file', `byte-recompile-directory'
7015 and `batch-byte-compile'. In particular, mention and describe
7016 all optional arguments.
7017 (Disassembly): Correct and clarify the description of `disassemble'.
7018
70192004-01-11 Luc Teirlinck <teirllm@auburn.edu>
7020
7021 * searching.texi: Various small changes in addition to the
7022 following.
7023 (Regexp Example): Adapt to new value of `sentence-end'.
7024 (Regexp Functions): The PAREN argument to `regexp-opt' can be
7025 `words'.
7026 (Search and Replace): Add usage note for `perform-replace'.
7027 (Entire Match Data): Mention INTEGERS and REUSE arguments to
7028 `match-data'.
7029 (Standard Regexps): Update for new values of `paragraph-start'
7030 and `sentence-end'.
7031
70322004-01-07 Luc Teirlinck <teirllm@auburn.edu>
7033
7034 * files.texi (Saving Buffers): Clarify descriptions of
7035 `write-contents-functions' and `before-save-hook'.
7036 Make the defvar's for `before-save-hook' and `after-save-hook'
7037 into defopt's.
7038
70392004-01-07 Kim F. Storm <storm@cua.dk>
7040
7041 * commands.texi (Click Events): Describe new image and
7042 width/height elements of click events.
7043 (Accessing Events): Add posn-string, posn-image, and
7044 posn-object-width-height. Change posn-object to return either
7045 image or string object.
7046
70472004-01-01 Simon Josefsson <jas@extundo.com>
7048
7049 * hooks.texi (Standard Hooks): Add before-save-hook.
7050 * files.texi (Saving Buffers): Likewise.
7051
70522004-01-03 Richard M. Stallman <rms@gnu.org>
7053
7054 * frames.texi (Frames and Windows): Delete frame-root-window.
7055
70562004-01-03 Luc Teirlinck <teirllm@auburn.edu>
7057
7058 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
7059
7060 * functions.texi: Various small changes in addition to the
7061 following.
7062 (What Is a Function): `functionp' returns nil for macros. Clarify
7063 behavior of this and following functions for symbol arguments.
7064 (Function Documentation): Add `\' in front of (fn @var{arglist})
7065 and explain why.
7066 (Defining Functions): Mention DOCSTRING argument to `defalias'.
7067 Add anchor.
7068 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
7069
70702004-01-01 Miles Bader <miles@gnu.org>
7071
7072 * display.texi (Buttons): New section.
7073
70742003-12-31 Andreas Schwab <schwab@suse.de>
7075
7076 * numbers.texi (Math Functions): sqrt reports a domain-error
7077 error.
7078 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
7079
70802003-12-30 Luc Teirlinck <teirllm@auburn.edu>
7081
7082 * tips.texi (Documentation Tips): Update item on hyperlinks in
7083 documentation strings.
7084
7085 * errors.texi (Standard Errors): Various small corrections and
7086 additions.
7087
7088 * control.texi: Various small changes in addition to the
7089 following.
7090 (Signaling Errors): Provide some more details on how `signal'
7091 constructs the error message. Add anchor to the definition of
7092 `signal'.
7093 (Error Symbols): Describe special treatment of `quit'.
7094 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
7095 to emphasize that it has to be a single form.
7096
7097 * buffers.texi: Add anchor.
7098
70992003-12-29 Richard M. Stallman <rms@gnu.org>
7100
7101 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
7102 (Window Configurations): Add window-configuration-frame.
7103
7104 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
7105
7106 * text.texi (Examining Properties): Add get-char-property-and-overlay.
7107 Change arg name in get-char-property.
7108 (Special Properties): Update handling of keymap property.
7109
7110 * strings.texi (Modifying Strings): Add clear-string.
7111 (Text Comparison): Add assoc-string and remove
7112 assoc-ignore-case, assoc-ignore-representation.
7113
7114 * os.texi (Time of Day): Add set-time-zone-rule.
7115
7116 * numbers.texi (Math Functions): asin, acos, log, log10
7117 report domain-error errors.
7118
7119 * nonascii.texi (Converting Representations):
7120 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
7121 (Encoding and I/O): Add file-name-coding-system.
7122
7123 * modes.texi (Search-based Fontification): Explain that
7124 face specs are symbols with face names as values.
7125
7126 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
7127
7128 * lists.texi (Building Lists): remq moved elsewhere.
7129 (Sets And Lists): remq moved here.
7130 (Association Lists): Refer to assoc-string.
7131
7132 * internals.texi (Garbage Collection): Add memory-use-counts.
7133
7134 * frames.texi (Frames and Windows): Add set-frame-selected-window
7135 and frame-root-window.
7136
7137 * files.texi (Contents of Directories):
7138 Add directory-files-and-attributes.
7139
7140 * display.texi (Refresh Screen): Add force-window-update.
7141 (Invisible Text): Explain about moving point out of invis text.
7142 (Overlay Properties): Add overlay-properties.
7143 (Managing Overlays): Add overlayp.
7144 (GIF Images): Invalid image number displays a hollow box.
7145
7146 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
7147 (Killing Buffers): Add buffer-live-p.
7148
71492003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
7150
7151 * display.texi (Fringes): Fix typo "set-buffer-window".
7152
71532003-12-24 Luc Teirlinck <teirllm@auburn.edu>
7154
7155 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
7156 * nonascii.texi, processes.texi, tips.texi, variables.texi:
7157 Add or change various xrefs and anchors.
7158
7159 * commands.texi: Replace all occurrences of @acronym{CAR} with
7160 @sc{car}, for consistency with the rest of the Elisp manual.
7161 `car' and `cdr' are historically acronyms, but are no longer
7162 widely thought of as such.
7163
7164 * internals.texi (Pure Storage): Mention that `purecopy' does not
7165 copy text properties.
7166 (Object Internals): Now 29 bits are used (in most implementations)
7167 to address Lisp objects.
7168
7169 * variables.texi (Variables with Restricted Values): New node.
7170
7171 * objects.texi (Lisp Data Types): Mention that certain variables
7172 can only take on a restricted set of values and add an xref to
7173 the new node "Variables with Restricted Values".
7174
7175 * eval.texi (Function Indirection): Describe the errors that
7176 `indirect-function' can signal.
7177 (Eval): Clarify the descriptions of `eval-region' and `values'.
7178 Describe `eval-buffer' instead of `eval-current-buffer' and
7179 mention `eval-current-buffer' as an alias for `current-buffer'.
7180 Correct the description and mention all optional arguments.
7181
7182 * nonascii.texi: Various small changes in addition to the
7183 following.
7184 (Converting Representations): Clarify behavior of
7185 `string-make-multibyte' and `string-to-multibyte' for unibyte all
7186 ASCII arguments.
7187 (Character Sets): Document the variable `charset-list' and adapt
7188 the definition of the function `charset-list' accordingly.
7189 (Translation of Characters): Clarify use of generic characters in
7190 `make-translation-table'. Clarify and correct the description of
7191 the use of translation tables in encoding and decoding.
7192 (User-Chosen Coding Systems): Correct and clarify the description
7193 of `select-safe-coding-system'.
7194 (Default Coding Systems): Clarify description of
7195 `file-coding-system-alist'.
7196
71972003-11-30 Luc Teirlinck <teirllm@auburn.edu>
7198
7199 * strings.texi (Text Comparison): Correctly describe when two
7200 strings are `equal'. Combine and clarify descriptions of
7201 `assoc-ignore-case' and `assoc-ignore-representation'.
7202
7203 * objects.texi (Non-ASCII in Strings): Clarify description of
7204 when a string is unibyte or multibyte.
7205 (Bool-Vector Type): Update examples.
7206 (Equality Predicates): Correctly describe when two strings are
7207 `equal'.
7208
72092003-11-29 Luc Teirlinck <teirllm@auburn.edu>
7210
7211 * lists.texi (Building Lists): `append' no longer accepts integer
7212 arguments. Update the description of `number-sequence' to reflect
7213 recent changes.
7214 (Sets And Lists): Describe `member-ignore-case' after `member'.
7215
72162003-11-27 Kim F. Storm <storm@cua.dk>
7217
7218 * commands.texi (Click Events): Click object may be an images.
7219 Describe (dx . dy) element of click positions.
7220 (Accessing Events): Remove duplicate posn-timestamp.
7221 New functions posn-object and posn-object-x-y.
7222
72232003-11-23 Kim F. Storm <storm@cua.dk>
7224
7225 * commands.texi (Click Events): Describe enhancements to event
7226 position lists, including new text-pos and (col . row) items.
7227 Mention left-fringe and right-fringe area events.
7228 (Accessing Events): New functions posn-area and
7229 posn-actual-col-row. Mention posn-timestamp. Mention that
7230 posn-point in non-text area still returns buffer position.
7231 Clarify posn-col-row.
7232
72332003-11-21 Lars Hansen <larsh@math.ku.dk>
7234
7235 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
7236 * anti.texi (File Attributes): Describe removed parameter
7237 ID-FORMAT.
7238
72392003-11-20 Luc Teirlinck <teirllm@auburn.edu>
7240
7241 * positions.texi (Positions): Mention that, if a marker is used as
7242 a position, its buffer is ignored.
7243
7244 * markers.texi (Overview of Markers): Mention it here too.
7245
72462003-11-12 Luc Teirlinck <teirllm@auburn.edu>
7247
7248 * numbers.texi (Numeric Conversions): Not just `floor', but also
7249 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
7250
72512003-11-10 Luc Teirlinck <teirllm@auburn.edu>
7252
7253 * markers.texi (Creating Markers): Specify insertion type of
7254 created markers. Add xref to `Marker Insertion Types'.
7255 Second argument to `copy-marker' is optional.
7256 (Marker Insertion Types): Mention that most markers are created
7257 with insertion type nil.
7258 (The Mark): Correctly describe when `mark' signals an error.
7259 (The Region): Correctly describe when `region-beginning' and
7260 `region-end' signal an error.
7261
72622003-11-08 Luc Teirlinck <teirllm@auburn.edu>
7263
7264 * hash.texi (Creating Hash): Clarify description of `eql'.
7265 `makehash' is obsolete.
7266 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
7267
7268 * positions.texi (Point): Change description of `buffer-end', so
7269 that it is also correct for floating point arguments.
7270 (List Motion): Correct argument lists of `beginning-of-defun' and
7271 `end-of-defun'.
7272 (Excursions): Add xref to `Marker Insertion Types'.
7273 (Narrowing): Argument to `narrow-to-page' is optional.
7274
72752003-11-06 Luc Teirlinck <teirllm@auburn.edu>
7276
7277 * streams.texi (Output Streams): Clarify behavior of point for
7278 marker output streams.
7279
72802003-11-04 Luc Teirlinck <teirllm@auburn.edu>
7281
7282 * variables.texi (Defining Variables): Second argument to
7283 `defconst' is not optional.
7284 (Setting Variables): Mention optional argument APPEND to
7285 `add-to-list'.
7286 (Creating Buffer-Local): Expand description of
7287 `make-variable-buffer-local'.
7288 (Frame-Local Variables): Expand description of
7289 `make-variable-frame-local'.
7290 (Variable Aliases): Correct description of optional argument
7291 DOCSTRING to `defvaralias'. Mention return value of
7292 `defvaralias'.
7293 (File Local Variables): Add xref to `File variables' in Emacs
7294 Manual. Correct description of `hack-local-variables'. Mention
7295 `safe-local-variable' property. Mention optional second argument
7296 to `risky-local-variable-p'.
7297
72982003-11-03 Luc Teirlinck <teirllm@auburn.edu>
7299
7300 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
7301
73022003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
7303
7304 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
7305 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
7306 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
7307 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
7308 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
7309 lispref/processes.texi, lispref/searching.texi,
7310 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
7311 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
7312 @acronym{FOO}.
7313
73142003-10-27 Luc Teirlinck <teirllm@auburn.edu>
7315
7316 * strings.texi (Creating Strings): Argument START to `substring'
7317 can not be `nil'. Expand description of
7318 `substring-no-properties'. Correct description of `split-string',
7319 especially with respect to empty matches. Prevent very bad line
7320 break in definition of `split-string-default-separators'.
7321 (Text Comparison): `string=' and `string<' also accept symbols as
7322 arguments.
7323 (String Conversion): More completely describe argument BASE in
7324 `string-to-number'.
7325 (Formatting Strings): `%s' and `%S' in `format' do require
7326 corresponding object. Clarify behavior of numeric prefix after
7327 `%' in `format'.
7328 (Case Conversion): The argument to `upcase-initials' can be a
7329 character.
7330
73312003-10-27 Kenichi Handa <handa@m17n.org>
7332
7333 * display.texi (Fontsets): Fix texinfo usage.
7334
73352003-10-25 Kenichi Handa <handa@m17n.org>
7336
7337 * display.texi (Fontsets): Add description of the function
7338 set-fontset-font.
7339
73402003-10-23 Luc Teirlinck <teirllm@auburn.edu>
7341
7342 * display.texi (Temporary Displays): Add xref to `Documentation
7343 Tips'.
7344
7345 * functions.texi (Function Safety): Use inforef instead of pxref
7346 for SES.
7347
73482003-10-23 Andreas Schwab <schwab@suse.de>
7349
7350 * Makefile.in (TEX, texinputdir): Don't define.
7351 (TEXI2DVI): Define.
7352 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
7353 add $(srcdir)/index.texi.
7354 ($(infodir)/elisp): Remove index.texi dependency.
7355 (elisp.dvi): Likewise. Use $(TEXI2DVI).
7356 (index.texi): Remove target.
7357 (dist): Don't link $(srcdir)/permute-index.
7358 (clean): Don't remove index.texi.
7359
7360 * permute-index, index.perm: Remove.
7361 * index.texi: Rename from index.unperm.
7362
73632003-10-22 Luc Teirlinck <teirllm@auburn.edu>
7364
7365 * tips.texi (Documentation Tips): Document new behavior for face
7366 and variable hyperlinks in Help mode.
7367
73682003-10-21 Luc Teirlinck <teirllm@auburn.edu>
7369
7370 * objects.texi (Integer Type): Update for extra bit of integer range.
7371 (Character Type): Ditto.
7372
73732003-10-16 Eli Zaretskii <eliz@gnu.org>
7374
7375 * numbers.texi (Integer Basics): Add index entries for reading
7376 numbers in hex, octal, and binary.
7377
73782003-10-16 Lute Kamstra <lute@gnu.org>
7379
7380 * modes.texi (Mode Line Format): Mention force-mode-line-update's
7381 argument.
7382
73832003-10-13 Luc Teirlinck <teirllm@auburn.edu>
7384
7385 * windows.texi (Choosing Window): Fix typo.
7386 * edebug.texi (Edebug Execution Modes): Fix typo.
7387
73882003-10-13 Richard M. Stallman <rms@gnu.org>
7389
7390 * windows.texi (Basic Windows): A window has fringe settings,
7391 display margins and scroll-bar settings.
7392 (Splitting Windows): Doc split-window return value.
7393 Clean up one-window-p.
7394 (Selecting Windows): Fix typo.
7395 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
7396 (Buffers and Windows): In set-window-buffer, explain effect
7397 on fringe settings and scroll bar settings.
7398 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
7399 (Choosing Window): Use defopt for pop-up-frame-function.
7400 For special-display-buffer-names, explain same-window and same-frame.
7401 Clarify window-dedicated-p return value.
7402 (Textual Scrolling): scroll-up and scroll-down can get an error.
7403 (Horizontal Scrolling): Clarify auto-hscroll-mode.
7404 Clarify set-window-hscroll.
7405 (Size of Window): Don't mention tool bar in window-height.
7406 (Coordinates and Windows): Explain what coordinates-in-window-p
7407 returns for fringes and display margins.
7408 (Window Configurations): Explain saving fringes, etc.
7409
7410 * tips.texi (Library Headers): Clean up Documentation.
7411
7412 * syntax.texi (Parsing Expressions): Clean up forward-comment
7413 and parse-sexp-lookup-properties.
7414
7415 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
7416
7417 * os.texi (System Environment): Clean up text for load-average errors.
7418
7419 * modes.texi (Hooks): Don't explain local hook details at front.
7420 Clarify run-hooks and run-hook-with-args a little.
7421 Clean up add-hook and remove-hook.
7422
7423 * edebug.texi (Edebug Execution Modes): Clarify t.
7424 Document edebug-sit-for-seconds.
7425 (Coverage Testing): Document C-x X = and =.
7426 (Instrumenting Macro Calls): Fix typo.
7427 (Specification List): Don't index the specification keywords.
7428
74292003-10-10 Kim F. Storm <storm@cua.dk>
7430
7431 * processes.texi (Network): Introduce make-network-process.
7432
74332003-10-09 Luc Teirlinck <teirllm@auburn.edu>
7434
7435 * tips.texi (Library Headers): Fix typo.
7436
74372003-10-07 Juri Linkov <juri@jurta.org>
7438
7439 * modes.texi (Imenu): Mention imenu-create-index-function's
7440 default value. Explain submenus better.
7441
74422003-10-07 Lute Kamstra <lute@gnu.org>
7443
7444 * modes.texi (Faces for Font Lock): Fix typo.
7445 (Hooks): Explain how buffer-local hook variables can refer to
7446 global hook variables.
7447 Various minor clarifications.
7448
74492003-10-06 Lute Kamstra <lute@gnu.org>
7450
7451 * tips.texi (Coding Conventions): Mention naming conventions for
7452 hooks.
7453
74542003-10-05 Luc Teirlinck <teirllm@auburn.edu>
7455
7456 * loading.texi (Library Search): Correct default value of
7457 load-suffixes.
7458 (Named Features): Fix typo.
7459
74602003-10-05 Richard M. Stallman <rms@gnu.org>
7461
7462 * loading.texi (Named Features): In `provide',
7463 say how to test for subfeatures.
7464 (Unloading): In unload-feature, use new var name
7465 unload-feature-special-hooks.
7466
74672003-10-03 Lute Kamstra <lute@gnu.org>
7468
7469 * modes.texi (Major Mode Conventions): Mention third way to set up
7470 Imenu.
7471 (Imenu): A number of small fixes.
7472 Delete documentation of internal variable imenu--index-alist.
7473 Document the return value format of imenu-create-index-function
7474 functions.
7475
74762003-09-30 Richard M. Stallman <rms@gnu.org>
7477
7478 * processes.texi (Network): Say what stopped datagram connections do.
7479
7480 * lists.texi (Association Lists): Clarify `assq-delete-all'.
7481
7482 * display.texi (Overlay Properties): Clarify `evaporate' property.
7483
74842003-09-29 Lute Kamstra <lute@gnu.org>
7485
7486 * modes.texi (Mode Line Data): Explain when symbols in mode-line
7487 constructs should be marked as risky.
7488 Change cons cell into proper list.
7489 (Mode Line Variables): Change cons cell into proper list.
7490
74912003-09-26 Lute Kamstra <lute@gnu.org>
7492
7493 * modes.texi (Mode Line Data): Document the :propertize construct.
7494 (Mode Line Variables): Reorder the descriptions of the variables
7495 to match their order in the default mode-line-format.
7496 Describe the new variables mode-line-position and mode-line-modes.
7497 Update the default values of mode-line-frame-identification,
7498 minor-mode-alist, and default-mode-line-format.
7499 (Properties in Mode): Mention the :propertize construct.
7500
75012003-09-26 Richard M. Stallman <rms@gnu.org>
7502
7503 * buffers.texi, commands.texi, debugging.texi, eval.texi:
7504 * loading.texi, minibuf.texi, text.texi, variables.texi:
7505 Avoid @strong{Note:}.
7506
75072003-09-26 Richard M. Stallman <rms@gnu.org>
7508
7509 * keymaps.texi (Remapping Commands): Fix typo.
7510
75112003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
7512
7513 * processes.texi (Low-Level Network): Fix typo.
7514
75152003-09-23 Kim F. Storm <storm@cua.dk>
7516
7517 * processes.texi (Network, Network Servers): Fix typos.
7518 (Low-Level Network): Add timeout value for :server keyword.
7519 Add new option keywords to make-network-process.
7520 Add set-network-process-options.
7521 Explain how to test availability of network options.
7522
75232003-09-19 Richard M. Stallman <rms@gnu.org>
7524
7525 * text.texi (Motion by Indent): Arg to
7526 backward-to-indentation and forward-to-indentation is optional.
7527
7528 * strings.texi (Creating Strings): Add substring-no-properties.
7529
7530 * processes.texi
7531 (Process Information): Add list-processes arg QUERY-ONLY.
7532 Delete process-contact from here.
7533 Add new status values for process-status.
7534 Add process-get, process-put, process-plist, set-process-plist.
7535 (Synchronous Processes): Add call-process-shell-command.
7536 (Signals to Processes): signal-process allows process objects.
7537 (Network): Complete rewrite.
7538 (Network Servers, Datagrams, Low-Level Network): New nodes.
7539
7540 * positions.texi (Word Motion): forward-word, backward-word
7541 arg is optional. Reword.
7542
7543 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
7544
7545 * variables.texi (Creating Buffer-Local):
7546 Delete duplicate definition of buffer-local-value.
7547 (File Local Variables): Explain about discarding text props.
7548
75492003-09-11 Richard M. Stallman <rms@gnu.org>
7550
7551 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
7552 changes variables that record input events.
7553 (Minibuffer Misc): Add minibuffer-selected-window.
7554
7555 * lists.texi (Building Lists): Add copy-tree.
7556
7557 * display.texi (Fontsets): Add char-displayable-p.
7558 (Scroll Bars): New node.
7559
75602003-09-08 Lute Kamstra <lute@gnu.org>
7561
7562 * modes.texi (%-Constructs): Document new `%i' and `%I'
7563 constructs.
7564
75652003-09-03 Peter Runestig <peter@runestig.com>
7566
7567 * makefile.w32-in: New file.
7568
75692003-08-29 Richard M. Stallman <rms@gnu.org>
7570
7571 * display.texi (Overlay Properties): Clarify how priorities
7572 affect use of the properties.
7573
75742003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
7575
7576 * customize.texi (Type Keywords): Correct the description of
7577 `:help-echo' in the case where `motion-doc' is a function.
7578
75792003-08-14 John Paul Wallington <jpw@gnu.org>
7580
7581 * modes.texi (Emulating Mode Line): Subsection, not section.
7582
75832003-08-13 Richard M. Stallman <rms@gnu.org>
7584
7585 * elisp.texi (Top): Update subnode lists in menu.
7586
7587 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
7588 (Kill Functions): kill-region has new arg yank-handler.
7589 (Yanking): New node.
7590 (Yank Commands): Add yank-undo-function.
7591 (Low-Level Kill Ring):
7592 kill-new and kill-append have new arg yank-handler.
7593 (Changing Properties): Add remove-list-of-text-properties.
7594 (Atomic Changes): New node.
7595
7596 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
7597
7598 * streams.texi (Output Variables): Add eval-expression-print-length
7599 and eval-expression-print-level.
7600
7601 * os.texi (Time Conversion): For encode-time, explain limits on year.
7602
7603 * objects.texi (Character Type): Define anchor "modifier bits".
7604
7605 * modes.texi (Emulating Mode Line): New node.
7606 (Search-based Fontification): Font Lock uses font-lock-face property.
7607 (Other Font Lock Variables): Likewise.
7608
7609 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
7610 not vectors.
7611 (Active Keymaps): Add emulation-mode-map-alists.
7612 (Functions for Key Lookup): key-binding has new arg no-remap.
7613 (Remapping Commands): New node.
7614 (Scanning Keymaps): where-is-internal has new arg no-remap.
7615 (Tool Bar): Add tool-bar-local-item-from-menu.
7616 Clarify when to use tool-bar-add-item-from-menu.
7617
7618 * commands.texi (Interactive Call): commandp has new arg.
7619 (Command Loop Info): Add this-original-command.
7620
76212003-08-06 John Paul Wallington <jpw@gnu.org>
7622
7623 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
7624
7625 * display.texi (Warning Basics): Fix typo.
7626 (Fringes): Add closing curly bracket and fix typo.
7627
7628 * elisp.texi (Top): Fix typo.
7629
76302003-08-05 Richard M. Stallman <rms@gnu.org>
7631
7632 * elisp.texi: Update lists of subnodes.
7633
7634 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
7635
7636 * variables.texi (Local Variables): Use lc for example variable names.
7637
7638 * tips.texi (Library Headers): Explain where to put -*-.
7639
7640 * strings.texi (Creating Strings): Fix xref for vconcat.
7641
7642 * sequences.texi (Vector Functions):
7643 vconcat no longer allows integer args.
7644
7645 * minibuf.texi (Reading File Names): read-file-name has new
7646 arg PREDICATE. New function read-directory-name.
7647
7648 * macros.texi (Defining Macros): Give definition of `declare'
7649 (Indenting Macros): New node.
7650
7651 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
7652 (Window Frame Parameters): Make separate table of parameters
7653 that are coupled with specific face attributes.
7654 (Deleting Frames): delete-frame-hooks renamed to
7655 delete-frame-functions.
7656
7657 * files.texi (Magic File Names): Add file-remote-p.
7658 Clarify file-local-copy.
7659
7660 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
7661 here; instead xref Defining Macros.
7662
7663 * display.texi (Warnings): New node, and subnodes.
7664 (Fringes): New node.
7665
7666 * debugging.texi (Test Coverage): New node.
7667
7668 * compile.texi (Compiler Errors): Explain with-no-warnings
7669 and other ways to suppress warnings.
7670
7671 * commands.texi (Interactive Call): Minor clarification.
7672
7673 * buffers.texi (Buffer File Name): set-visited-file-name
7674 renames the buffer too.
7675
7676 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
7677
76782003-07-24 Markus Rost <rost@math.ohio-state.edu>
7679
7680 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
7681
76822003-07-22 Markus Rost <rost@math.ohio-state.edu>
7683
7684 * internals.texi (Garbage Collection): Fix previous change.
7685
76862003-07-22 Richard M. Stallman <rms@gnu.org>
7687
7688 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
7689
7690 * display.texi (Width): Use \s syntax in example.
7691 (Font Selection): Add face-font-rescale-alist.
7692
7693 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
7694 Remove spurious indent in example.
7695
7696 * lists.texi (Building Lists): Add number-sequence.
7697
7698 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
7699
7700 * functions.texi (Function Documentation): Explain how to
7701 show calling convention explicitly in the doc string.
7702
7703 * windows.texi (Selecting Windows): save-selected-window saves
7704 selected window of each frame.
7705 (Window Configurations): Minor change.
7706
7707 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
7708
7709 * streams.texi (Output Variables): Add print-continuous-numbering
7710 and print-number-table.
7711
7712 * processes.texi (Decoding Output): New node.
7713
7714 * os.texi (Time Conversion): decode-time arg is optional.
7715
7716 * objects.texi (Character Type): Don't use space as example for \.
7717 Make list of char names and \-sequences correspond.
7718 Explain that \s is not used in strings. `\ ' needs space after.
7719
7720 * nonascii.texi (Converting Representations): Add string-to-multibyte.
7721 (Translation of Characters): Add translation-table-for-input.
7722 (Default Coding Systems): Add auto-coding-functions.
7723 (Explicit Encoding): Add decode-coding-inserted-region.
7724 (Locales): Add locale-info.
7725
7726 * minibuf.texi (Basic Completion): Describe test-completion.
7727 Collections can be lists of strings.
7728 Clean up lazy-completion-table.
7729 (Programmed Completion): Mention test-completion.
7730 Clarify why lambda expressions are not accepted.
7731 (Minibuffer Misc): Describe minibufferp.
7732
77332003-07-14 Richard M. Stallman <rms@gnu.org>
7734
7735 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
7736
7737 * windows.texi (Selecting Windows): New arg to select-window.
7738 (Selecting Windows): Add with-selected-window.
7739 (Size of Window): Add window-inside-edges, etc.
7740
7741 * internals.texi (Garbage Collection): Add post-gc-hook.
7742
7743 * processes.texi (Subprocess Creation): Add exec-suffixes.
7744
7745 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
7746 (Scanning Keymaps): Add map-keymaps.
7747 (Defining Menus): Add keymap-prompt.
7748
7749 * numbers.texi (Integer Basics): Add most-positive-fixnum,
7750 most-negative-fixnum.
7751
7752 * compile.texi (Byte Compilation): Explain no-byte-compile
7753 (Compiler Errors): New node.
7754
7755 * os.texi (User Identification): user-uid, user-real-uid
7756 can return float.
7757
7758 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
7759 and about derived modes.
7760 (Minor Modes): Add minor-mode-list.
7761 (Defining Minor Modes): Keyword args for define-minor-mode.
7762 (Search-based Fontification): Explain managing other properties.
7763 (Other Font Lock Variables): Add font-lock-extra-managed-props.
183080b6 7764 (Faces for Font Lock): Add font-lock-preprocessor-face.
b8d4c8d0
GM
7765 (Hooks): Add run-mode-hooks and delay-mode-hooks.
7766
7767 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
7768 (Variable Aliases): Clarify defvaralias.
7769
7770 * loading.texi (Library Search): Add load-suffixes.
7771
7772 * minibuf.texi (Basic Completion): Add lazy-completion-table.
7773 (Programmed Completion): Add dynamic-completion-table.
7774
7775 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
7776 (Magic File Names): Specify precedence order of handlers.
7777
7778 * commands.texi (Command Overview): Emacs server runs pre-command-hook
7779 and post-command-hook.
7780 (Waiting): New calling convention for sit-for.
7781
7782 * text.texi (Special Properties): local-map and keymap properties
7783 apply based on their stickiness.
7784
77852003-07-07 Richard M. Stallman <rms@gnu.org>
7786
7787 * modes.texi (Minor Mode Conventions): Specify only some kinds
7788 of list values as args to minor modes.
7789
7790 * files.texi (File Name Expansion): Warn about iterative use
7791 of substitute-in-file-name.
7792
7793 * advice.texi (Activation of Advice): Clean up previous change.
7794
77952003-07-06 Markus Rost <rost@math.ohio-state.edu>
7796
7797 * advice.texi (Activation of Advice): Note that ad-start-advice is
7798 turned on by default.
7799
78002003-06-30 Richard M. Stallman <rms@gnu.org>
7801
7802 * text.texi (Buffer Contents): Document current-word.
7803 (Change Hooks): Not called for *Messages*.
7804
7805 * functions.texi (Defining Functions): Explain about redefining
7806 primitives.
7807 (Function Safety): Renamed. Minor changes.
7808 Comment out the detailed criteria for what is safe.
7809
78102003-06-22 Andreas Schwab <schwab@suse.de>
7811
7812 * objects.texi (Symbol Type): Fix description of examples.
7813
78142003-06-16 Andreas Schwab <schwab@suse.de>
7815
7816 * hash.texi (Creating Hash): Fix description of :weakness.
7817
c8763fb6 78182003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
b8d4c8d0
GM
7819
7820 * files.texi (Changing Files): copy-file copies file modes, too.
7821
78222003-05-28 Richard M. Stallman <rms@gnu.org>
7823
7824 * strings.texi (Creating Strings): Clarify split-string.
7825
78262003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
7827
7828 * strings.texi (Creating Strings): Update split-string specification
7829 and examples.
7830
78312003-05-19 Richard M. Stallman <rms@gnu.org>
7832
7833 * elisp.texi: Correct invariant section names.
7834
78352003-04-20 Richard M. Stallman <rms@gnu.org>
7836
7837 * os.texi (Timers): Explain about timers and quitting.
7838
78392003-04-19 Richard M. Stallman <rms@gnu.org>
7840
7841 * internals.texi (Writing Emacs Primitives): Strings are
7842 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
7843 Explain GCPRO convention for varargs function args.
7844
78452003-04-16 Richard M. Stallman <rms@gnu.org>
7846
7847 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
7848
78492003-04-08 Richard M. Stallman <rms@gnu.org>
7850
7851 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
7852
78532003-02-13 Kim F. Storm <storm@cua.dk>
7854
7855 * objects.texi (Character Type): New \s escape for space.
7856
78572003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
7858
7859 * os.texi (System Environment): Added cygwin system-type.
7860
78612003-01-25 Richard M. Stallman <rms@gnu.org>
7862
7863 * keymaps.texi: Document that a symbol can act as a keymap.
7864
78652003-01-13 Richard M. Stallman <rms@gnu.org>
7866
7867 * text.texi (Changing Properties): Say string indices are origin-0.
7868
7869 * positions.texi (Screen Lines) <compute-motion>:
7870 Correct order of elts in return value.
7871
7872 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
7873 how to define a default binding.
7874
78752002-12-07 Markus Rost <rost@math.ohio-state.edu>
7876
7877 * loading.texi (Unloading): Fix recent change for load-history.
7878
7879 * customize.texi (Simple Types): Clarify description of custom
7880 type 'number. Describe new custom type 'float.
7881
78822002-12-04 Markus Rost <rost@math.ohio-state.edu>
7883
7884 * variables.texi (File Local Variables): Fix typo.
7885
c8763fb6 78862002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
b8d4c8d0
GM
7887
7888 From Michael Albinus <Michael.Albinus@alcatel.de>.
7889
7890 * README: Target for Info file is `make info'.
7891
7892 * files.texi (File Name Components): Fixed typos in
7893 `file-name-sans-extension'.
7894 (Magic File Names): Complete list of operations for magic file
7895 name handlers.
7896
78972002-09-16 Jonathan Yavner <jyavner@engineer.com>
7898
7899 * variables.texi (File Local Variables): New function
7900 risky-local-variable-p.
7901
79022002-09-15 Jonathan Yavner <jyavner@engineer.com>
7903
7904 * functions.texi (Function safety): New node about unsafep.
7905
79062002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
7907
7908 * customize.texi (Splicing into Lists): Fixed example.
a86cd395 7909 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
b8d4c8d0
GM
7910
79112002-06-17 Juanma Barranquero <lektu@terra.es>
7912
7913 * frames.texi (Display Feature Testing): Fix typo.
7914
79152002-06-12 Andreas Schwab <schwab@suse.de>
7916
7917 * frames.texi (Initial Parameters, Resources): Fix references to
7918 the Emacs manual.
7919
79202002-05-13 Kim F. Storm <storm@cua.dk>
7921
7922 * variables.texi (Intro to Buffer-Local): Updated warning and
7923 example relating to changing buffer inside let.
7924
c8763fb6 79252002-03-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
7926
7927 * os.texi (Session Management): New node about X Session management.
7928
79292002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
7930
7931 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
7932 to which the manual corresponds, and the copyright years.
7933
7934 * Makefile.in (VERSION): Set to 2.9.
7935
79362001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
7937
7938 * elisp.texi: Change the category in @dircategory to "Emacs", to
7939 make it consistent with info/dir.
7940
79412001-11-25 Miles Bader <miles@gnu.org>
7942
7943 * text.texi (Fields): Describe new `limit' arg in
7944 field-beginning/field-end.
7945
79462001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
7947
7948 * permute-index: Don't depend on csh-specific features. Replace
7949 the interpreter name with /bin/sh.
7950
7951 * two-volume-cross-refs.txt: New file.
7952 * two.el: New file.
7953 * spellfile: New file.
7954
79552001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
7956
7957 * permute-index: New file.
7958
7959 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
7960 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
7961 8+3 restricted namespace.
7962
7963 * Makefile.in (infodir): Define relative to $(srcdir).
7964 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
7965 include directories list via -I switch to makeinfo.
7966 (index.texi): Use cp if both hard and symbolic links fail.
7967
79682001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
7969
7970 * Makefile.in (distclean): Add.
7971
7972 The following changes make ELisp manual part of the Emacs
7973 distribution:
7974
7975 * Makefile.in: Add Copyright notice.
7976 (prefix): Remove.
7977 (infodir): Change value to "../info".
7978 (VPATH): New variable.
7979 (MAKE): Don't define.
7980 (texmacrodir): Don't define.
7981 (texinputdir): Append the existing value of TEXINPUTS.
7982 ($(infodir)/elisp): Instead of just "elisp". Reformat the
7983 command to be compatible with man/Makefile.in, and to put the
7984 output into ../info.
7985 (info): Add target.
7986 (installall): Target removed.
7987
c8763fb6 79882001-10-31 Pavel Janík <Pavel@Janik.cz>
b8d4c8d0
GM
7989
7990 * tips.texi (Coding Conventions): Fix typo.
7991
79922001-10-23 Gerd Moellmann <gerd@gnu.org>
7993
7994 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
7995
79962001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
7997
7998 * files.texi (File Name Components): Update the description of
7999 file-name-sans-extension and file-name-extension, as they now
8000 ignore leading dots.
8001
80022001-10-20 Gerd Moellmann <gerd@gnu.org>
8003
8004 * (Version 21.1 released.)
8005
80062001-10-19 Miles Bader <miles@gnu.org>
8007
8008 * positions.texi (Text Lines): Describe behavior of
8009 `beginning-of-line'/`end-of-line' in the presence of field properties.
8010
80112001-10-17 Gerd Moellmann <gerd@gnu.org>
8012
8013 * Makefile.in (VERSION): Set to 2.8.
8014 (manual): Use `manual-21'.
8015
8016 * elisp.texi (VERSION): Add and use it where the version
8017 number was used. Set it to 2.8.
8018
8019 * intro.texi: Likewise.
8020
80212001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
8022
8023 * files.texi (File Name Completion): Document the significance of
8024 a trailing slash in elements of completion-ignored-extensions.
8025
80262001-10-06 Miles Bader <miles@gnu.org>
8027
8028 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
8029
80302001-10-04 Gerd Moellmann <gerd@gnu.org>
8031
8032 * variables.texi (Variable Aliases): New node.
8033
80342001-10-04 Gerd Moellmann <gerd@gnu.org>
8035
8036 * Branch for 21.1.
8037
80382001-10-02 Miles Bader <miles@gnu.org>
8039
8040 * minibuf.texi (Minibuffer Misc): Add entries for
8041 `minibuffer-contents', `minibuffer-contents-no-properties', and
8042 `delete-minibuffer-contents'.
8043 Correct description for `minibuffer-prompt-end'.
8044
8045 * text.texi (Property Search): Correct descriptions of
8046 `next-char-property-change' and `previous-char-property-change'.
8047 Add entries for `next-single-char-property-change' and
8048 `previous-single-char-property-change'.
8049 Make operand names a bit more consistent.
8050
80512001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
8052
8053 * frames.texi (Finding All Frames): Document that next-frame and
8054 previous-frame are local to current terminal.
8055
80562001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
8057
8058 * keymaps.texi (Creating Keymaps): Fix the description of the
8059 result of make-keymap.
8060
80612001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
8062
8063 * display.texi (Font Lookup, Attribute Functions)
8064 (Image Descriptors): Add cross-references to the definition of
8065 selected frame.
8066
8067 * buffers.texi (The Buffer List): Add cross-references to the
8068 definition of selected frame.
8069
8070 * frames.texi (Input Focus): Clarify which frame is _the_ selected
8071 frame at any given time.
8072 (Multiple Displays, Size and Position): Add a cross-reference to
8073 the definition of the selected frame.
8074
80752001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
8076
8077 * strings.texi (String Conversion) <string-to-number>: Document
8078 that a float is returned for integers that are too large.
8079
8080 * frames.texi (Mouse Position): Document mouse-position-function.
8081 (Display Feature Testing): Document display-images-p.
8082 (Window Frame Parameters): Document the cursor-type variable.
8083
8084 * numbers.texi (Integer Basics): Document CL style read syntax for
8085 integers in bases other than 10.
8086
8087 * positions.texi (List Motion): Document
8088 open-paren-in-column-0-is-defun-start.
8089
8090 * lists.texi (Sets And Lists): Document member-ignore-case.
8091
8092 * internals.texi (Garbage Collection): Document the used and free
8093 strings report.
8094 (Memory Usage): Document strings-consed.
8095
8096 * os.texi (Time of Day): Document float-time.
8097 (Recording Input): Document that clear-this-command-keys clears
8098 the vector to be returned by recent-keys.
8099
8100 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
8101 argument keymap can be a list.
8102
8103 * nonascii.texi (User-Chosen Coding Systems)
8104 <select-safe-coding-system>: Document the new argument
8105 accept-default-p and the variable
8106 select-safe-coding-system-accept-default-p. Tell what happens if
8107 buffer-file-coding-system is undecided.
8108 (Default Coding Systems): Document auto-coding-regexp-alist.
8109
8110 * display.texi (The Echo Area) <message>: Document
8111 message-truncate-lines.
8112 (Glyphs): Document that the glyph table is unused on windowed
8113 displays.
8114
8115 * help.texi (Describing Characters) <single-key-description>:
8116 Document the new argument no-angles.
8117 (Accessing Documentation) <documentation-property>: Document that
8118 a non-string property is evaluated.
8119 <documentation>: Document that the function-documentation property
8120 is looked for.
8121
8122 * windows.texi (Selecting Windows): Document some-window.
8123
8124 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
8125
8126 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
8127 apropos-mode-hook.
8128
8129 * commands.texi (Using Interactive): Document interactive-form.
8130 (Keyboard Macros): Document kbd-macro-termination-hook.
8131 (Command Loop Info): Document that clear-this-command-keys clears
8132 the vector to be returned by recent-keys.
8133
81342001-09-04 Werner LEMBERG <wl@gnu.org>
8135
8136 * Makefile.in (srcdir, texinputdir): New variables.
8137 (srcs, index.texi, install): Use $(srcdir).
8138 (.PHONY): Remove elisp.dvi.
8139 (elisp): Use -I switch for makeinfo.
8140 (elisp.dvi): Use $(srcdir) and $(texinputdir).
8141 (installall, dist): Use $(srcdir).
8142 Fix path to texinfo.tex.
8143 (maintainer-clean): Add elisp.dvi and elisp.oaux.
8144
81452001-08-30 Gerd Moellmann <gerd@gnu.org>
8146
8147 * display.texi (Conditional Display): Adjust to API change.
8148
8149 * configure: New file.
8150
81512001-07-30 Gerd Moellmann <gerd@gnu.org>
8152
8153 * commands.texi (Repeat Events): Add description of
8154 double-click-fuzz.
8155
81562001-05-08 Stefan Monnier <monnier@cs.yale.edu>
8157
8158 * syntax.texi (Syntax Class Table): Add the missing designator for
8159 comment and string fences.
8160 (Syntax Properties): Add a xref to syntax table internals.
8161 (Syntax Table Internals): Document string-to-syntax.
8162
81632001-05-07 Gerd Moellmann <gerd@gnu.org>
8164
8165 * Makefile.in (install): Use install-info command line options
8166 like in Emacs' Makefile.in.
8167
81682000-12-09 Miles Bader <miles@gnu.org>
8169
8170 * windows.texi (Window Start): Update documentation for
8171 `pos-visible-in-window-p'.
8172
81732000-11-12 Stefan Monnier <monnier@cs.yale.edu>
8174
8175 * lists.texi (Building Lists): Add footnote to explain how to add
8176 to the end of a list.
8177
81782000-10-25 Gerd Moellmann <gerd@gnu.org>
8179
8180 * files.texi (Visiting Functions): Typos.
8181
81822000-10-25 Kenichi Handa <handa@etl.go.jp>
8183
8184 * files.texi (Visiting Functions): Return value of
8185 find-file-noselect may be a list of buffers if wildcards are used.
8186
81872000-10-24 Miles Bader <miles@lsi.nec.co.jp>
8188
8189 * display.texi (Defining Faces): Document `graphic' display type
8190 in face specs.
8191
b344d29d 81922000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b8d4c8d0
GM
8193
8194 * hooks.texi (Standard Hooks): Replace obsolete
8195 `after-make-frame-hook' with `after-make-frame-functions'.
8196
8197 * frames.texi (Creating Frames): Ditto.
8198
8199 * variables.texi (Future Local Variables): Ditto.
8200
82012000-10-16 Gerd Moellmann <gerd@gnu.org>
8202
8203 * display.texi (Other Image Types): Add description of :foreground
8204 and :background properties of mono PBM images.
8205
82062000-08-17 Werner LEMBERG <wl@gnu.org>
8207
8208 * .cvsignore: New file.
8209
82102000-01-05 Gerd Moellmann <gerd@gnu.org>
8211
8212 * tindex.pl: New script.
8213
82141999-12-03 Dave Love <fx@gnu.org>
8215
8216 * Makefile.in (MAKEINFO): New parameter.
8217
82181999-09-17 Richard Stallman <rms@gnu.org>
8219
8220 * Makefile.in (srcs): Add hash.texi.
8221 (VERSION): Update to 20.6.
8222
82231999-09-13 Richard Stallman <rms@gnu.org>
8224
8225 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
8226
82271998-08-29 Karl Heuer <kwzh@gnu.org>
8228
8229 * configure.in: New file.
8230 * Makefile.in: Renamed from Makefile.
8231 (prefix, infodir): Use value obtained from configure.
8232 (emacslibdir): Obsolete variable deleted.
8233 (dist): Distribute configure.in, configure, Makefile.in.
8234
82351998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
8236
8237 * Makefile (INSTALL_INFO): New variable.
8238 (install): Run install-info.
8239
82401998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
8241
8242 * Makefile (elisp.dvi): Add missing backslash.
8243
82441998-05-02 Richard Stallman <rms@psilocin.gnu.org>
8245
8246 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
8247 Run texindex without `./'. Always run texindex on elisp.tp.
8248 (elisp.tps): Target deleted.
8249
82501998-04-05 Richard Stallman <rms@psilocin.gnu.org>
8251
8252 * Makefile (srcs): Add nonascii.texi and customize.texi.
8253 (dist): Start by deleting `temp'.
8254
82551998-02-17 Richard Stallman <rms@psilocin.gnu.org>
8256
8257 * Makefile (makeinfo, texindex): Targets deleted.
8258 (makeinfo.o, texindex.o): Targets deleted.
8259 (clean, dist): Don't do anything with them or with getopt*.
8260
82611998-01-30 Richard Stallman <rms@psilocin.gnu.org>
8262
8263 * Makefile (SHELL): Defined.
8264
82651998-01-27 Richard Stallman <rms@psilocin.gnu.org>
8266
8267 * Makefile (elisp.tps): New target.
8268 (elisp.dvi): Depend on elisp.tps.
8269
c5602427 82701996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
b8d4c8d0
GM
8271
8272 * README: Update phone number.
8273
8274 * Makefile (elisp): Make this be the default target.
8275 Depend on makeinfo.c instead of makeinfo.
8276 (install): Don't depend on elisp.dvi, since we don't install that.
8277 Use mkinstalldirs.
8278 (dist): Add mkinstalldirs.
8279
c5602427 82801995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
b8d4c8d0
GM
8281
8282 * Makefile (VERSION): Update version number.
8283 (maintainer-clean): Renamed from realclean.
8284
c5602427 82851995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
b8d4c8d0
GM
8286
8287 * Makefile (realclean): New target.
8288 (elisp): Remove any old elisp-* files first.
8289
c5602427 82901993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
b8d4c8d0
GM
8291
8292 * Makefile (VERSION): New variable.
8293 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
8294 Compressed file suffix should be `.gz', not `.z'.
8295
ce058493 82961993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
8297
8298 * Makefile (elisp): Depend on makeinfo.
8299
c5602427 83001993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
b8d4c8d0
GM
8301
8302 * Makefile (srcs): Add anti.texi.
8303
c5602427 83041993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
8305
8306 * Makefile (infodir, prefix): New vars.
8307 (install): Use infodir.
8308 (emacsinfodir): Deleted.
8309
c5602427 83101993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
8311
8312 * Makefile (srcs): Add calendar.texi.
8313
8314 * Makefile (dist): Copy texindex.c and makeinfo.c.
8315 Limit elisp-* files to those with one or two digits.
8316
c5602427 83171993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
8318
8319 * Makefile (dist): Changed to use Gzip instead of compress.
8320
c5602427 83211993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
8322
8323 * loading.texi (Unloading): define-function changed back to
8324 defalias. It may not stay this way, but at least it's
8325 consistent with the known-good version of the code patch.
8326
c5602427 83271993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
b8d4c8d0
GM
8328
8329 * modes.texi (Hooks): Document new optional arg of add-hook.
8330
c5602427 83311993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
8332
8333 * variables.texi: Document nil initial value of buffer-local variables.
8334
8335 * tips.texi: Add new section on standard library headers.
8336
c5602427 83371993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
8338
8339 * Makefile (srcs): Add frame.texi to the list of sources.
8340
c5602427 83411993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
8342
8343 * Makefile (dist): Don't bother excluding autosave files; they'll
8344 never make it into the temp directory anyway, and the hash marks
8345 in the name are problematic for make and the Bourne shell.
8346 (srcs):
8347
c5602427 83481993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
8349
8350 * Makefile (dist): Don't include backup files or autosave files in
8351 the distribution tar file.
8352
c5602427 83531991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
8354
8355 * Makefile (srcs): Added index.perm.
8356 (elisp.dvi): Remove erroneous shell comment.
8357 Expect output of permute-index in permuted.fns.
8358 Save old elisp.aux in elisp.oaux.
8359 (clean): Added index.texi to be deleted.
8360
c5602427 83611990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
8362
8363 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
8364
c5602427 83651990-06-26 David Lawrence (tale@geech)
b8d4c8d0
GM
8366
8367 * files.texi: Noted that completion-ignored-extensions is ignored
8368 when making *Completions*.
8369
3e868ee3 83701990-06-08 Jay Fenlason (hack@ai.mit.edu)
b8d4c8d0
GM
8371
8372 * Makefile make dist now depends on elisp.dvi, since it tries
8373 to include it in the dist file.
8374
c5602427 83751990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
b8d4c8d0 8376
c5602427 8377 * functions.texinfo (Mapping Functions): Add missing quote.
b8d4c8d0 8378
c5602427 83791989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
8380
8381 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
8382 (defunargs): Turn off \hyphenchar of \sl font temporarily.
8383
c5602427 83841989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
8385
8386 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
8387 and @error{} are the terms now being used. The files in the
8388 directory have been changed to reflect this.
8389
8390 * All instances of @indentedresultt{} have been changed to
8391 ` @result{}', using 5 spaces at the begining of the line.
8392
c5602427 83931989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
8394
8395 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
8396 experimental @indentedresult{}, @indentedexpandsto{} are part of
8397 the texinfo.tex in this directory. These TeX macros are not
8398 stable yet.
8399
c5602427 84001989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
8401
8402 * texinfo.tex: Temporarily added
8403 \let\result=\dblarrow
8404 \def\error{{\it ERROR} \longdblarrow}
8405 We need to do this better soon.
8406
c5602427 84071989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
8408
8409 * Applied Karl Berry's patches to *.texinfo files, but not to
8410 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
8411 new title page format is also not applied, since it requires
8412 texinfo.tex changes.)
8413
8414 * Cleaned up `Makefile' and defined the `emacslibdir' directory
8415 for the Project GNU development environment.
8416
8417;; Local Variables:
c8763fb6 8418;; coding: utf-8
b8d4c8d0
GM
8419;; add-log-time-zone-rule: t
8420;; End:
8421
352c8b4a 8422 Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
c57008f6 8423 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
b8d4c8d0
GM
8424
8425 This file is part of GNU Emacs.
8426
352c8b4a 8427 GNU Emacs is free software: you can redistribute it and/or modify
b8d4c8d0 8428 it under the terms of the GNU General Public License as published by
352c8b4a
GM
8429 the Free Software Foundation, either version 3 of the License, or
8430 (at your option) any later version.
b8d4c8d0
GM
8431
8432 GNU Emacs is distributed in the hope that it will be useful,
8433 but WITHOUT ANY WARRANTY; without even the implied warranty of
8434 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8435 GNU General Public License for more details.
8436
8437 You should have received a copy of the GNU General Public License
352c8b4a 8438 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
b8d4c8d0
GM
8439
8440;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda