pop3.el (pop3-number-of-responses): Search for "+OK", not "+OK ".
[bpt/emacs.git] / doc / lispref / ChangeLog
CommitLineData
45240125
JD
12010-09-02 Jan Djärv <jan.h.d@swipnet.se>
2
3 * text.texi (Low-Level Kill Ring):
4 * frames.texi (Window System Selections): Remove cut buffer
5 documentation.
6
4abe5bf6
EZ
72010-08-28 Eli Zaretskii <eliz@gnu.org>
8
9 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
10 Parameters", where the default fringe width is described.
11
12 * frames.texi (Window Frame Parameters, Basic Parameters)
13 (Position Parameters, Layout Parameters, Management Parameters)
14 (Cursor Parameters, Font and Color Parameters): Add indexing for
15 frame parameters. (Bug#6929)
16
fdc76236
TT
172010-08-25 Tom Tromey <tromey@redhat.com>
18
19 * vol2.texi (Top): Update.
20 * vol1.texi (Top): Update.
21 * tips.texi (Library Headers): Mention Package-Version and
22 Package-Requires.
23 * package.texi: New file.
24 * os.texi (System Interface): Update pointers.
25 * elisp.texi (Top): Link to new nodes. Include package.texi.
26 * anti.texi (Antinews): Update pointers.
27
1e5c1c80
EZ
282010-08-25 Eli Zaretskii <eliz@gnu.org>
29
30 * processes.texi (Filter Functions): Fix last change.
31
78e33835
CY
322010-08-24 Markus Triska <triska@gmx.at>
33
34 * processes.texi (Filter Functions): Use `buffer-live-p' instead
35 of `buffer-name' in the main text as well as in the example
36 (Bug#3098).
37
198a7a97
CY
382010-08-22 Chong Yidong <cyd@stupidchicken.com>
39
40 * nonascii.texi (Text Representations):
41 * loading.texi (Loading Non-ASCII):
42 * compile.texi (Byte Compilation): Don't mention obsolete
43 --unibyte command-line argument.
44
bc7d7ea6
CY
452010-08-22 Chong Yidong <cyd@stupidchicken.com>
46
47 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
48
b0126eac 492010-08-22 Chong Yidong <cyd@stupidchicken.com>
96b1842d
CY
50
51 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
52
e8a6cc19
EZ
532010-08-20 Eli Zaretskii <eliz@gnu.org>
54
55 * commands.texi (Misc Events): Add cross-references to where
56 POSITION of a mouse event is described in detail.
57
7815fe19 582010-08-08 Christoph <cschol2112@googlemail.com>
ee301a7a
SM
59
60 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
61
7815fe19 622010-08-08 Juanma Barranquero <lekktu@gmail.com>
e8bf5266
JB
63
64 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
65 Suggested by Štěpán Němec <stepnem@gmail.com>.
66
7815fe19 672010-08-08 Juanma Barranquero <lekktu@gmail.com>
b4f588fa
JB
68
69 * minibuf.texi (High-Level Completion): Document args of
70 `read-buffer-function' (bug#5625).
71
8b2dd508
JD
722010-07-29 Jan Djärv <jan.h.d@swipnet.se>
73
74 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
75
bace45fe
MA
762010-07-29 Michael Albinus <michael.albinus@gmx.de>
77
78 * processes.texi (Process Information): Explain process property
79 `remote-tty'.
80
4ce5a4cc
JB
812010-07-27 Juanma Barranquero <lekktu@gmail.com>
82
83 * modes.texi (Defining Minor Modes): Use C-delete in examples,
84 instead of "\C-\^?" (bug#6334).
85
1c84bc7a
JB
86 * text.texi (Special Properties): Fix typo.
87
b88746ba
EZ
882010-07-09 Eli Zaretskii <eliz@gnu.org>
89
90 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
91 calling sequences, which are now the standard.
92
51422d6d
CY
932010-06-24 Chong Yidong <cyd@stupidchicken.com>
94
95 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
96
97 * commands.texi (Command Overview): Mention undo-boundary call.
98
d24880de
GM
992010-06-23 Glenn Morris <rgm@gnu.org>
100
101 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
102 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
103 * frames.texi, functions.texi, internals.texi, keymaps.texi:
104 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
105 * searching.texi, sequences.texi, strings.texi, syntax.texi:
106 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
107 Untabify Texinfo files.
108
0fc76035
CY
1092010-06-20 Chong Yidong <cyd@stupidchicken.com>
110
111 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
112
5338dc0b
CY
1132010-06-19 Chong Yidong <cyd@stupidchicken.com>
114
a628ad9d 115 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
5338dc0b 116
2c3a3c1d
CY
1172010-06-02 Chong Yidong <cyd@stupidchicken.com>
118
ba3bf1d9
CY
119 * searching.texi (Regexp Special): Remove obsolete information
120 about matching non-ASCII characters, and suggest using char
121 classes (Bug#6283).
2c3a3c1d 122
7f4b4249
JB
1232010-05-30 Juanma Barranquero <lekktu@gmail.com>
124
125 * minibuf.texi (Basic Completion): Add missing "@end defun".
126
637821cd
SM
1272010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
128
129 * minibuf.texi (Basic Completion): Document completion-boundaries.
130 (Programmed Completion): Document the new fourth method for boundaries.
131
e13051c3
CY
1322010-05-22 Chong Yidong <cyd@stupidchicken.com>
133
a628ad9d 134 * display.texi (Image Cache): Update documentation about image caching.
e13051c3 135
0235128c 1362010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
137
138 * windows.texi (Textual Scrolling):
139 * tips.texi (Coding Conventions):
140 * minibuf.texi (Minibuffer History):
141 * maps.texi (Standard Keymaps):
142 * loading.texi (Where Defined):
143 * edebug.texi (Instrumenting): Fix typos.
144
0235128c 1452010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549 146
c7c32279
CY
147 * keymaps.texi (Menu Bar): Document :advertised-binding property.
148
0235128c
SM
149 * functions.texi (Obsolete Functions):
150 Document set-advertised-calling-convention.
eb5ed549
CY
151
152 * minibuf.texi (Basic Completion): Document completion-in-region.
153 (Programmed Completion): Document completion-annotate-function.
154
155 * commands.texi (Reading One Event): Document read-key.
156 (Distinguish Interactive): Document KIND arg to
157 called-interactively-p. Delete obsolete interactive-p.
158
159 * elisp.texi (Top): Update node description.
160
f8848423
EZ
1612010-05-08 Eli Zaretskii <eliz@gnu.org>
162
0235128c
SM
163 * nonascii.texi (Character Properties):
164 Document unicode-category-table. Add an index entry for Unicode
165 general category.
166
1672010-05-07 Chong Yidong <cyd@stupidchicken.com>
168
169 * Version 23.2 released.
f8848423 170
938efb77
JB
1712010-04-20 Juanma Barranquero <lekktu@gmail.com>
172
173 * locals.texi (Standard Buffer-Local Variables):
174 Remove @ignore'd reference to `direction-reversed'.
175
5854c267
JL
1762010-04-14 Juri Linkov <juri@jurta.org>
177
178 Fix @deffn without category.
179
180 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
181 for `abbrev-insert'.
182
183 * buffers.texi (Indirect Buffers): Add category `Command'
184 to @deffn of `clone-indirect-buffer'.
185
186 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
187 for `next-window' and `previous-window'. Add category `Command'
188 to @deffn of `pop-to-buffer'.
189
8a14dec7
CY
1902010-04-01 Chong Yidong <cyd@stupidchicken.com>
191
192 * nonascii.texi (Text Representations): Don't mark
193 enable-multibyte-characters as a user option.
194
7a1831cf
EZ
1952010-03-31 Eli Zaretskii <eliz@gnu.org>
196
197 * control.texi (Handling Errors): How to re-throw a signal caught
198 by condition-case.
199
c3863713
CY
2002010-03-26 Chong Yidong <cyd@stupidchicken.com>
201
202 * loading.texi (Hooks for Loading): Document after-load-functions.
203 Copyedits.
204
c333f279
AM
2052010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
206
207 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
208
e867cb5d 2092010-03-24 Chong Yidong <cyd@stupidchicken.com>
f7704e26
CY
210
211 * processes.texi (Network Processes): Document seqpacket type.
212
605f35cd
DN
2132010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
214
215 * os.texi (System Environment): Do not mention lynxos.
216
288f9fc0
CY
2172010-03-10 Chong Yidong <cyd@stupidchicken.com>
218
219 * Branch for 23.2.
220
eed5c93a
CY
2212010-03-06 Chong Yidong <cyd@stupidchicken.com>
222
223 * objects.texi (Integer Type): Take note of the read syntax
224 exception for numbers that cannot fit in the integer type.
225
1ddd6622
GM
2262010-03-03 Glenn Morris <rgm@gnu.org>
227
228 * numbers.texi (Integer Basics, Bitwise Operations):
229 * objects.texi (Integer Type): Update for integers now being 30-bit.
230
a908c79a
CY
2312010-02-27 Chong Yidong <cyd@stupidchicken.com>
232
233 * display.texi (Low-Level Font): Document :otf font-spec property.
234
cd61af01
SM
2352010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
236
237 * display.texi (Line Height): Avoid obsolete special default variables
238 like default-major-mode.
239
c02f8fe2
AM
2402010-01-28 Alan Mackenzie <acm@muc.de>
241
242 * display.texi (Auto Faces): Say fontification-functions is called
243 whether or not Font Lock is enabled. Tidy up the wording a bit.
244
d738d18b
CY
2452010-01-17 Chong Yidong <cyd@stupidchicken.com>
246
247 * elisp.texi: Remove duplicate edition information (Bug#5407).
248
4963739e
JB
2492010-01-17 Juanma Barranquero <lekktu@gmail.com>
250
251 * two.el (volume-header-toc-markup): Fix typos in docstring.
252
c57008f6
SM
2532010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
254
255 Avoid dubious uses of save-excursions.
256 * positions.texi (Excursions): Recommend the use of
257 save-current-buffer if applicable.
258 * text.texi (Clickable Text): Fix the example code which used
259 save-excursion in a naive way which sometimes preserves point and
260 sometimes not.
261 * variables.texi (Creating Buffer-Local):
262 * os.texi (Session Management):
263 * display.texi (GIF Images):
264 * control.texi (Cleanups): Use (save|with)-current-buffer.
265
2f3725cd
EZ
2662010-01-02 Eli Zaretskii <eliz@gnu.org>
267
268 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
269
85eeac93
CY
2702010-01-02 Chong Yidong <cyd@stupidchicken.com>
271
272 * nonascii.texi (Text Representations, Character Codes)
273 (Converting Representations, Explicit Encoding)
274 (Translation of Characters): Use hex notation consistently.
275 (Character Sets): Fix map-charset-chars doc (Bug#5197).
276
4801c5fa
CY
2772010-01-01 Chong Yidong <cyd@stupidchicken.com>
278
279 * loading.texi (Where Defined): Make it clearer that these are
280 loaded files (Bug#5068).
281
26e533e2
CY
2822009-12-29 Chong Yidong <cyd@stupidchicken.com>
283
284 * minibuf.texi (Completion Styles): Document `initials' style.
285
16d1ff5f
CY
2862009-12-25 Chong Yidong <cyd@stupidchicken.com>
287
288 * frames.texi (Resources): Describe inhibit-x-resources.
289 (Size Parameters): Copyedit.
290
291 * hash.texi (Creating Hash):
292 * objects.texi (Hash Table Type): Document the new hash table
293 printed representation.
294
295 * minibuf.texi (Basic Completion): 4th arg to all-completions is
296 obsolete.
297
298 * processes.texi (Process Buffers): Document
299 process-kill-buffer-query-function.
300
9a5de3d9
GM
3012009-12-05 Glenn Morris <rgm@gnu.org>
302
303 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
304 diary-display-function, and no longer recommended to be a hook.
305 Update for changes in the names of calendar and diary hooks.
306 diary-print-entries-hook has changed section.
307
b640eb52
EZ
3082009-11-28 Eli Zaretskii <eliz@gnu.org>
309
310 * text.texi (Special Properties): More accurate description of
311 what the `cursor' property does.
312
be1674ab
KR
3132009-11-26 Kevin Ryde <user42@zip.com.au>
314
315 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
316 mouse-wheel-down-event, the closest thing to a definition for them.
317 * os.texi (Startup Summary): vindex inhibit-startup-message and
318 inhibit-splash-screen.
319 (Command-Line Arguments): vindex argv.
320 (Suspending Emacs): vindex suspend-tty-functions and
321 resume-tty-functions. Don't want to index every hook, but having
322 the programming ones is helpful.
323
603f5979
CY
3242009-11-14 Chong Yidong <cyd@stupidchicken.com>
325
326 * commands.texi (Motion Events): Fix typo (Bug#4907).
327
4359a806
CY
3282009-11-08 Chong Yidong <cyd@stupidchicken.com>
329
330 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
331 are affected by case-fold-search (Bug#4483).
332
0f063651
CY
3332009-11-02 Chong Yidong <cyd@stupidchicken.com>
334
335 * minibuf.texi (Reading File Names): Note that read-file-name may
336 use a graphical file dialog.
337
9bd79893
GM
3382009-10-31 Glenn Morris <rgm@gnu.org>
339
340 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
341
ebe479ec
KR
3422009-10-16 Kevin Ryde <user42@zip.com.au>
343
344 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
345 in particular so `info-lookup-symbol' can find its docs.
346
2640fa86
CY
3472009-10-16 Chong Yidong <cyd@stupidchicken.com>
348
349 * variables.texi (Constant Variables): Distinguish from defconst
350 variables.
351 (Defining Variables): Add cindex.
352
edd6a733
CY
3532009-10-15 Chong Yidong <cyd@stupidchicken.com>
354
355 * os.texi (Time of Day): Clarify that the microsecond part is
356 ignored (Bug#4637).
357
5feb0b73
GM
3582009-10-11 Glenn Morris <rgm@gnu.org>
359
360 * frames.texi (Size and Position): Clarify what is included in the frame
361 height. (Bug#4535)
362
0c5413c8
GM
3632009-10-10 Glenn Morris <rgm@gnu.org>
364
365 * windows.texi (Size of Window): The relationship between window and
366 frame heights is not so simple. (Bug#4535)
367 Mention window-full-height-p.
368
7f8b600a
SM
3692009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
370
371 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
372 used from Lisp.
373
6185de1c
EZ
3742009-10-07 Eli Zaretskii <eliz@gnu.org>
375
7f8b600a
SM
376 * files.texi (Directory Names) <abbreviate-file-name>:
377 Document that root home directories are not replaced with "~".
6185de1c 378
9972911f
EZ
3792009-10-06 Eli Zaretskii <eliz@gnu.org>
380
381 * text.texi (Special Properties): Document the meaning of the
382 `cursor' text property whose value is an integer.
383
2a3f19ef
MA
3842009-10-05 Michael Albinus <michael.albinus@gmx.de>
385
386 * files.texi (Magic File Names): Add `copy-directory'.
387
804543b5
EZ
3882009-10-05 Eli Zaretskii <eliz@gnu.org>
389
390 * files.texi (File Attributes): Fix description of file
391 attributes. (Bug#4638) Update attributes of files.texi example to
392 be more representative.
393
461bf92b
MA
3942009-10-05 Michael Albinus <michael.albinus@gmx.de>
395
396 * files.texi (Create/Delete Dirs): New command copy-directory.
397
a86cd395
JB
3982009-10-04 Juanma Barranquero <lekktu@gmail.com>
399
400 * anti.texi (Antinews):
401 * macros.texi (Indenting Macros):
402 * strings.texi (Creating Strings, Case Conversion):
403 Remove duplicate words.
404
d3080264
MA
4052009-10-01 Michael Albinus <michael.albinus@gmx.de>
406
407 * files.texi (Create/Delete Dirs): delete-directory has an
408 optional parameter RECURSIVE.
409
85d14563
SM
4102009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
411
412 * buffers.texi (Swapping Text): Minor clarification.
413
3d9842c6
GM
4142009-10-01 Glenn Morris <rgm@gnu.org>
415
416 * functions.texi (Declaring Functions): Mention that we also search for
417 ".m" files in the src/ directory.
418
78427304
CY
4192009-09-25 David Engster <deng@randomsample.de>
420
3d9842c6 421 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
78427304 422
b578c9cc
GM
4232009-09-22 Glenn Morris <rgm@gnu.org>
424
425 * internals.texi (Building Emacs): Mention preloaded-file-list.
426
beee5da7
AM
4272009-09-14 Alan Mackenzie <acm@muc.de>
428
429 * os.texi (Terminal Output): Put "@code{}" around "stdout".
430
5d6ab672
CY
4312009-09-13 Chong Yidong <cyd@stupidchicken.com>
432
433 * functions.texi (Anonymous Functions): Rearrange discussion,
434 giving usage of unquoted lambda forms first. Mention that
435 `function' and `#'' are no longer required (Bug#4290).
436
59375eeb
AM
4372009-09-11 Alan Mackenzie <acm@muc.de>
438
a86cd395 439 * os.texi (Terminal Output): Document `send-string-to-terminal' in
59375eeb
AM
440 batch mode.
441
e7e2f529
GM
4422009-09-01 Glenn Morris <rgm@gnu.org>
443
444 * display.texi (Face Functions): Mention define-obsolete-face-alias.
445
eae47088
GM
4462009-08-26 Ulrich Mueller <ulm@gentoo.org>
447
448 * nonascii.texi (Character Codes): Fix typos.
449
3691a0a6
MA
4502009-08-25 Michael Albinus <michael.albinus@gmx.de>
451
452 * processes.texi (Synchronous Processes): New defvar
453 process-file-side-effects.
454
664d56b8
GM
4552009-08-25 Glenn Morris <rgm@gnu.org>
456
457 * display.texi (Fontsets): Fix typo.
458
0706c025
GM
459 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
460
03a74b84
SM
4612009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
462
463 * processes.texi (Asynchronous Processes): Adjust arglist of
464 start-process-shell-command and start-file-process-shell-command.
465
f6de8a37
CY
4662009-08-15 Chong Yidong <cyd@stupidchicken.com>
467
4b1ed1bb
CY
468 * advice.texi (Argument Access in Advice): Note that argument
469 positions are zero-based (Bug#3932).
470
89a9e058
CY
471 * commands.texi (Distinguish Interactive): Minor copyedit.
472
23696fd7
CY
473 * display.texi (Face Attributes): Add xref to Displaying Faces for
474 explanation of "underlying face".
475
f6de8a37
CY
476 * customize.texi (Common Keywords): Add xref to Loading.
477
478 * loading.texi (How Programs Do Loading): Add xref to Lisp
479 Libraries node in the Emacs manual.
480
417f77e6
CY
4812009-08-13 Chong Yidong <cyd@stupidchicken.com>
482
483 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
484
0999039c
CY
4852009-07-18 Chong Yidong <cyd@stupidchicken.com>
486
487 * processes.texi (Shell Arguments): Copyedits.
488
9af167bc
GM
4892009-07-18 Glenn Morris <rgm@gnu.org>
490
491 * loading.texi (Repeated Loading): Fix typo.
492
137987ab
RS
4932009-07-16 Richard Stallman <rms@gnu.org>
494
495 * buffers.texi (Swapping Text): Recommend setting
496 write-region-annotate-functions and buffer-saved-size.
497
498 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
499
622fa380
GM
5002009-07-15 Glenn Morris <rgm@gnu.org>
501
502 * edebug.texi: Minor re-phrasings throughout.
503 (Edebug Execution Modes): Sit-for affects continue mode too.
504 (Jumping): Use `forward-sexp' rather than its keybinding.
505 (Edebug Misc): Fix Q binding.
506 (Edebug Eval): Remove cl version.
507 (Printing in Edebug): Clarify print-length etc.
508 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
509 (Specification List): Remove edebug-unwrap findex entry.
510 (Specification Examples): defmacro is actually not the same as defun.
511 Escape "`" in example.
512
6bbd4600
CY
5132009-07-15 Chong Yidong <cyd@stupidchicken.com>
514
515 * markers.texi (The Mark): Document optional arg to
516 deactivate-mark.
517
e538d479
GM
5182009-07-11 Kevin Ryde <user42@zip.com.au>
519
520 * hooks.texi (Standard Hooks): Fix cross-references.
521
4c98b9ed
GM
522 * loading.texi (Named Features): Refer to eval-after-load.
523
5300838c
GM
5242009-07-11 Glenn Morris <rgm@gnu.org>
525
64fbeb16
GM
526 * Makefile.in (TEXI2PDF): New.
527 (elisp.pdf): New target.
528
4c98b9ed
GM
529 * searching.texi (Regexp Backslash): Fix typo.
530
531 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5300838c 532
51d9979c
GM
5332009-07-10 Glenn Morris <rgm@gnu.org>
534
561c0216
GM
535 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
536
5b594a58
GM
537 * customize.texi (Customization Types):
538 * display.texi (Abstract Display):
0cc8c85a 539 * objects.texi (Character Type, String Type):
5b594a58 540 Merge in some menu descriptions from elisp.texi.
51d9979c 541
c3cbbb40
GM
542 * hash.texi (Hash Tables):
543 * modes.texi (Multiline Font Lock):
544 End menu description with period.
fe42c16a 545
28528402
GM
5462009-07-09 Glenn Morris <rgm@gnu.org>
547
548 * back.texi: Don't hard-code texinfo location.
549
550 * two-volume.make (texinfodir): New, with location of texinfo.tex.
551 (tex): Add texinfodir to TEXINPUTS.
552 (elisp1med-init, elisp2med-init): Use texinfodir.
553
554 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
555 (clean): Add two-volume.make intermediate files.
556
557 * elisp.texi, vol1.texi, vol2.texi:
558 Use a DATE variable with the publication date, and update it.
559 Fix antinews menu description.
560
561 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
562 Update the detailed node listing to match elisp.texi.
563
564 * README: Update edition to match elisp.texi.
565
566 * objects.texi (General Escape Syntax):
567 * nonascii.texi (Character Sets):
568 Use consistent case for "Unicode Standard".
569
570 * anti.texi (Antinews):
571 * customize.texi (Variable Definitions):
572 * functions.texi (Declaring Functions):
573 * nonascii.texi (Character Properties):
574 * processes.texi (Serial Ports):
575 * text.texi (Special Properties):
576 * tips.texi (Coding Conventions):
577 Minor rearrangements to improve TeX line-filling.
578
579 * commands.texi (Using Interactive): Fix cross-reference.
580
17db8e10
JD
5812009-07-01 Jan Djärv <jan.h.d@swipnet.se>
582
583 * frames.texi (Management Parameters): Mention sticky.
584
77c7e2e1
AS
5852009-07-01 Andreas Schwab <aschwab@redhat.com>
586
587 * help.texi (Help Functions): Fix description of help-buffer and
588 help-setup-xref to use @defun instead of @deffn.
589
3f1c6666
JD
5902009-07-01 Jan Djärv <jan.h.d@swipnet.se>
591
592 * frames.texi (Size Parameters): Mention maximized for fullscreen.
593
ca27c21b
CY
5942009-06-24 Chong Yidong <cyd@stupidchicken.com>
595
596 * display.texi (Window Systems): Add ns to the list.
597
70243478
CY
5982009-06-21 Chong Yidong <cyd@stupidchicken.com>
599
600 * Branch for 23.1.
601
df006536
MR
6022009-06-17 Martin Rudalics <rudalics@gmx.at>
603
604 * windows.texi (Dedicated Windows): Fix typo.
605 (Resizing Windows): Replace @defun by @deffn.
606
d259fc4b
GM
6072009-06-17 Glenn Morris <rgm@gnu.org>
608
609 * variables.texi (Directory Local Variables):
610 Update for 2009-04-11 name-change of dir-locals-directory-alist.
611
30781db6
KH
6122009-06-09 Kenichi Handa <handa@m17n.org>
613
614 * nonascii.texi (Character Sets): State clearly that FROM and TO
615 are codepoints of CHARSET.
616
62e8099c
CY
6172009-06-07 Chong Yidong <cyd@stupidchicken.com>
618
619 * minibuf.texi (Reading File Names): Fix introductory text.
620 Suggested by stan@derbycityprints.com.
621 (High-Level Completion): Fix typo.
622
ee1b1917
CY
6232009-05-28 Chong Yidong <cyd@stupidchicken.com>
624
625 * frames.texi (Text Terminal Colors): Multi-tty is already
626 implemented, but tty-local colors are not.
627
5df647e8
CY
6282009-05-27 Chong Yidong <cyd@stupidchicken.com>
629
630 * hooks.texi (Standard Hooks): Remove mention of obsolete
631 redisplay-end-trigger-functions.
632
633 * internals.texi (Window Internals): Remove mention of obsolete
634 redisplay-end-trigger-functions.
635
01f17ae2
MR
6362009-05-21 Martin Rudalics <rudalics@gmx.at>
637
638 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
639
640 * backups.texi (Making Backups): backup-directory-alist and
641 make-backup-file-name-function are options.
642 (Auto-Saving): auto-save-list-file-prefix is an option.
643
644 * buffers.texi (Killing Buffers): buffer-offer-save is an
645 option.
646
647 * display.texi (Refresh Screen): no-redraw-on-reenter is an
648 option.
649 (Echo Area Customization): echo-keystrokes is an option.
650 (Selective Display): selective-display-ellipses is an option.
651 (Temporary Displays): temp-buffer-show-function is an option.
652 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
653 are options.
654 (Font Selection): face-font-family-alternatives,
655 face-font-selection-order, face-font-registry-alternatives, and
656 scalable-fonts-allowed are options.
657 (Fringe Indicators): indicate-buffer-boundaries is an option.
658 (Fringe Cursors): overflow-newline-into-fringe is an option.
659 (Scroll Bars): scroll-bar-mode is an option.
660
661 * eval.texi (Eval): max-lisp-eval-depth is an option.
662
663 * files.texi (Visiting Functions): find-file-hook is an option.
664 (Directory Names): directory-abbrev-alist is an option.
665 (Unique File Names): temporary-file-directory and
666 small-temporary-file-directory are options.
667
668 * frames.texi (Initial Parameters): initial-frame-alist,
669 minibuffer-frame-alist and default-frame-alist are options.
670 (Cursor Parameters): blink-cursor-alist and
671 cursor-in-non-selected-windows ar options.
672 (Window System Selections): selection-coding-system is an
673 option.
674 (Display Feature Testing): display-mm-dimensions-alist is an
675 option.
676
677 * help.texi (Help Functions): help-char and help-event-list are
678 options.
679
680 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
681 an option.
682
683 * minibuf.texi (Minibuffer History): history-length and
684 history-delete-duplicates are options.
685 (High-Level Completion): read-buffer-function and
686 read-buffer-completion-ignore-case are options.
687 (Reading File Names): read-file-name-completion-ignore-case is
688 an option.
689
690 * modes.texi (Mode Line Top): mode-line-format is an option.
691 (Mode Line Variables): mode-line-position and mode-line-modes
692 are options.
693
694 * nonascii.texi (Text Representations):
695 enable-multibyte-characters is an option.
696 (Default Coding Systems): auto-coding-regexp-alist,
697 file-coding-system-alist, auto-coding-alist and
698 auto-coding-functions are options.
699 (Specifying Coding Systems): inhibit-eol-conversion is an
700 option.
701
702 * os.texi (Init File): site-run-file is an option.
703 (System Environment): mail-host-address is an option.
704 (User Identification): user-mail-address is an option.
705 (Terminal Output): baud-rate is an option.
706
707 * positions.texi (Word Motion): words-include-escapes is an
708 option.
709
710 * searching.texi (Standard Regexps): page-delimiter,
711 paragraph-separate, paragraph-separate and sentence-end are
712 options.
713
714 * text.texi (Margins): left-margin and fill-nobreak-predicate
715 are options.
716
717 * variables.texi (Local Variables): max-specpdl-size is an
718 option.
719
720 * windows.texi (Choosing Window):
721 split-window-preferred-function, special-display-function and
722 display-buffer-function are options.
723
106e6894
CY
7242009-05-20 Chong Yidong <cyd@stupidchicken.com>
725
4a83454d
CY
726 Fix errors spotted by Martin Rudalics.
727
106e6894
CY
728 * syntax.texi (Position Parse): Document rationale for ignored
729 arguments to syntax-ppss-flush-cache.
730
731 * processes.texi (Input to Processes): Mark PROCESS arg to
732 process-running-child-p as optional.
733 (Network Options): Document NO-ERROR arg to
734 set-network-process-option.
735
736 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
737 command.
738
739 * searching.texi (POSIX Regexps): Mark posix-search-forward and
740 posix-search-backward as commands.
741
742 * os.texi (Killing Emacs): Mark kill-emacs as a command.
743 (Suspending Emacs): Mark suspend-emacs as a command.
744 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
745 commands.
746 (Terminal Output): Remove obsolete function baud-rate. Document
747 TERMINAL arg for send-string-to-terminal.
748
749 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
750 terminal-coding-system and set-terminal-coding-system.
751 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
752 as optional.
753 (Character Sets): Document RESTRICTION arg of char-charset.
754 (Character Codes): Mark POS argument to get-byte as optional.
755
756 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
757 minibuffer-message.
758
759 * files.texi (Create/Delete Dirs): Mark make-directory and
760 delete-directory as commands.
761
762 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
763
764 * text.texi (Base 64): Mark base64-decode-string and
765 base64-encode-string as commands.
766 (Columns): Mark move-to-column as a command.
767 (Mode-Specific Indent): Document RIGID arg to
768 indent-for-tab-command.
769 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
770 Mark indent-code-rigidly as a command.
771 (Substitution): Mark translate-region as a command.
772
773 * frames.texi (Size and Position): Remove obsolete functions
774 screen-height and screen-width.
775
04173931
CY
7762009-05-19 Chong Yidong <cyd@stupidchicken.com>
777
778 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
779 (Displaying Buffers, Resizing Windows): Correct mistakes;
780 next-window, previous-window, and pop-to-buffer are not commands,
781 and fit-window-to-buffer" is a command. (Pointed out by Martin
782 Rudalics.)
783
eae7d8f8
RS
7842009-05-17 Richard M Stallman <rms@gnu.org>
785
786 * modes.texi (Precalculated Fontification): Clarify text.
787
b8766179
MR
7882009-05-17 Martin Rudalics <rudalics@gmx.at>
789
790 * windows.texi (Selecting Windows): Clarify descriptions of
791 with-selected-window and get-lru-window.
792 (Cyclic Window Ordering): Refer to particular frame when talking
793 about how splitting affects the ordering.
794 (Displaying Buffers): Fix descriptions of switch-to-buffer and
795 switch-to-buffer-other-window. Explain how setting of
796 display-buffer-reuse-frames affects pop-to-buffer.
797 (Choosing Window): Clarify some details in descriptions of
798 display-buffer-reuse-frames, pop-up-frames, and
799 pop-up-frame-function.
800 (Dedicated Windows): Clarify some details.
801 (Textual Scrolling): Replace term vscroll by term vertical
802 scroll position.
803 (Vertical Scrolling): Fix typo.
804 (Window Hooks): Relate text on jit-lock-register to window
805 scrolling and size changes.
806
734b5e3b
CY
8072009-05-14 Chong Yidong <cyd@stupidchicken.com>
808
0a65633e
CY
809 * frames.texi (Initial Parameters): Clarify what the initial
810 minibuffer frame is.
05be46d7
CY
811 (Buffer Parameters): Note that the minibuffer parameter can not be
812 altered.
0a65633e 813
734b5e3b
CY
814 * anti.texi (Antinews): Copyedits. Rearrange some entries.
815 Document display-buffer changes.
816
925672cd
CY
8172009-05-13 Chong Yidong <cyd@stupidchicken.com>
818
17ecd7af
CY
819 * anti.texi (Antinews): Rewrite for Emacs 22.
820
925672cd
CY
821 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
822 obarrays are first mentioned. Define "system abbrev" more
823 prominently, and add it to the index.
824 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
825 Copyedits.
826 (Abbrev Expansion): Document abbrev-insert.
827
80be4dd7
CY
8282009-05-12 Chong Yidong <cyd@stupidchicken.com>
829
830 * frames.texi (Font and Color Parameters): Rename from Color
831 Parameters. Document font-backend parameter.
832
833 * vol2.texi (Top): Update node listing.
834 * vol1.texi (Top): Update node listing.
835 * elisp.texi (Top): Update node listing.
836
372a93ac
MR
8372009-05-11 Martin Rudalics <rudalics@gmx.at>
838
839 * windows.texi (Choosing Window): Don't explicitly refer to
840 split-window-sensibly's window argument in descriptions of
841 split-height-threshold and split-width-threshold.
842
714c3541
MR
8432009-05-10 Martin Rudalics <rudalics@gmx.at>
844
845 * windows.texi (Choosing Window): Fix rewrite of window
846 splitting section.
847
0e90e7be
EZ
8482009-05-09 Eli Zaretskii <eliz@gnu.org>
849
850 * nonascii.texi (Default Coding Systems): Document
851 find-auto-coding, set-auto-coding, and auto-coding-alist. Add
852 indexing.
853 (Lisp and Coding Systems): Add index entries.
854
d3c0c321
MR
8552009-05-09 Martin Rudalics <rudalics@gmx.at>
856
857 * windows.texi (Choosing Window): Describe split-window-sensibly
858 and rewrite section on window splitting accordingly.
859 (Textual Scrolling): Replace `...' by @code{...}.
860
c773345a
CY
8612009-05-04 Chong Yidong <cyd@stupidchicken.com>
862
ee2d5b5e
CY
863 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
864 Remove obsoleted pre-abbrev-expand-hook.
865
866 * locals.texi (Standard Buffer-Local Variables): Consolidate table
867 entries.
868
c773345a
CY
869 * internals.texi (Object Internals): Don't assume 32-bit machines
870 are the norm.
871 (Buffer Internals): Consolidate table entries for readability.
ee2d5b5e
CY
872 (Window Internals): Synch field names to window.h.
873 (Process Internals): Synch field names to process.h.
c773345a 874
dd449674
CY
8752009-04-29 Chong Yidong <cyd@stupidchicken.com>
876
877 * variables.texi (File Local Variables): Note that read-circle is
878 bound to nil when reading file-local variables.
879
880 * streams.texi (Input Functions): Document read-circle.
881 (Output Variables): Add xref to Circular Objects.
882
4f1e25e2
CY
8832009-04-25 Chong Yidong <cyd@stupidchicken.com>
884
885 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
886 Features and Coding System Basics. Node that "p" stands for
887 "predicate". Recommend utf-8-emacs instead of emacs-mule.
888 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
889 mouse-appearance-menu.
890 (Programming Tips): Add xref to Progress.
891
dca019f8
CY
8922009-04-22 Chong Yidong <cyd@stupidchicken.com>
893
894 * os.texi (Command-Line Arguments): Document
895 command-line-args-left.
896 (Suspending Emacs): Adapt text to multi-tty case. Document use of
897 terminal objects for tty arguments.
898 (Startup Summary): Add xref to Session Management.
899 (Session Management): Mention emacs-session-restore. Copyedits.
900
02a89103
CY
9012009-04-20 Chong Yidong <cyd@stupidchicken.com>
902
903 * os.texi (Startup Summary): Copyedits. The init file is not
904 necessarily named .emacs now. Document initial-buffer-choice and
905 initial-scratch-message. Note where Emacs exits in batch mode.
906 Document inhibit-splash-screen as an alias.
907 (Init File): Be neutral about which init file name to use.
908
9092009-04-16 Chong Yidong <cyd@stupidchicken.com>
910
911 * os.texi (System Interface): Fix Texinfo usage.
912
0c1cfe01
CY
9132009-04-15 Chong Yidong <cyd@stupidchicken.com>
914
80d7cdca
CY
915 * searching.texi (Regexp Backslash): Also refer to shy groups as
916 non-capturing or unnumbered groups.
917 (Regexp Functions): Add cross-reference to Regexp Backslash.
918
0c1cfe01
CY
919 * display.texi (Truncation): Overlays can use line-prefix and
920 wrap-prefix too.
921 (Overlay Properties): Document wrap-prefix and line-prefix.
922 (Face Attributes): Document underline-minimum-offset.
923 (Face Remapping): Copyedits.
924 (Low-Level Font): Copyedits.
925 (Image Cache): Note that the image cache is shared between frames.
ed8ab760
CY
926 (Line Height): Emphasize that line-spacing only takes effect on
927 graphical terminals.
0c1cfe01 928
c4adeee0
CY
9292009-04-13 Chong Yidong <cyd@stupidchicken.com>
930
931 * display.texi (Refresh Screen): Note that a passage about screen
932 refreshing is text terminal only.
933 (Forcing Redisplay): Delete misleading comment---sit-for calls
934 redisplay, not the other way around.
935 (Truncation): Note new values of truncate-partial-width-windows.
936 Copyedits.
937 (Invisible Text): Document invisible-p.
938
b20ecfa1
EZ
9392009-04-11 Eli Zaretskii <eliz@gnu.org>
940
941 * display.texi (Overlays): Overlays don't scale well. See
942 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
943
97d8273f
CY
9442009-04-10 Chong Yidong <cyd@stupidchicken.com>
945
f147ff75
CY
946 * syntax.texi (Syntax Table Functions): Document cons cell
947 argument for modify-syntax-entry.
948 (Categories): Document cons cell argument for
949 modify-category-entry.
950
fca4ec76
CY
951 * searching.texi (String Search): Document word-search-forward-lax
952 and word-search-backward-lax.
953 (Searching and Case): Describe isearch behavior more precisely.
954
9c283d5b
CY
955 * keymaps.texi (Tool Bar): Mention that some platforms do not
956 support multi-line toolbars. Suggested by Stephen Eglen.
957
958 * frames.texi (Layout Parameters): Mention that Nextstep also
959 allows only one tool-bar line. Suggested by Stephen Eglen.
960
97d8273f
CY
961 * nonascii.texi (Text Representations): Copyedits.
962 (Coding System Basics): Also mention utf-8-emacs.
963 (Converting Representations, Selecting a Representation)
964 (Scanning Charsets, Translation of Characters, Encoding and I/O):
965 Copyedits.
966 (Character Codes): Mention role of codepoints 1114112 to 4194175.
967
2bad3299
CY
9682009-04-09 Chong Yidong <cyd@stupidchicken.com>
969
970 * text.texi (Yank Commands): Note that yank uses push-mark.
971 (Filling): Clarify REGION argument of fill-paragraph. Document
972 fill-forward-paragraph-function.
973 (Special Properties): Remove "new in Emacs 22" declaration.
974 (Clickable Text): Merge with Links and Mouse-1 node.
975
976 * display.texi (Button Properties, Button Buffer Commands): Change
977 xref to Clickable Text.
978
979 * tips.texi (Key Binding Conventions): Change xref to Clickable
980 Text.
981
982 * elisp.texi (Top): Update node listing.
983
ea30ce4f
CY
9842009-04-05 Chong Yidong <cyd@stupidchicken.com>
985
47af2f4b
CY
986 * markers.texi (The Mark): Copyedits. Improve description of
987 handle-shift-selection.
988 (The Region): Move use-region-p here from The Mark.
989
ea30ce4f
CY
990 * positions.texi (Screen Lines): Document (cols . lines) argument
991 for vertical-motion.
992
2aa8ea6e
CY
9932009-04-04 Chong Yidong <cyd@stupidchicken.com>
994
3ec61d4e
CY
995 * frames.texi (Frames): Clean up introduction. Document `ns'
996 return value for framep.
997 (Creating Frames): Note how the terminal is chosen.
998 (Multiple Terminals, Multiple Displays): Merge into a single node.
999 (Color Parameters): Fix typo.
1000
1001 * variables.texi (Local Variables, Buffer-Local Variables)
1002 (Creating Buffer-Local): Change link to Multiple Terminals.
1003
1004 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
1005
1006 * keymaps.texi (Controlling Active Maps): Change link to Multiple
1007 Terminals.
1008
1009 * commands.texi (Command Loop Info, Keyboard Macros): Change link
1010 to Multiple Terminals.
1011
1012 * elisp.texi (Top): Update node listing.
1013 * vol2.texi (Top): Update node listing.
1014 * vol1.texi (Top): Update node listing.
1015
9257072f
CY
1016 * buffers.texi (Current Buffer): Note that the append-to-buffer
1017 example is no longer in synch with the latest code. Tie the two
1018 examples together.
1019
2aa8ea6e
CY
1020 * files.texi (File Attributes): Move note about MS-DOS from
1021 Changing Files to File Attributes.
1022 (Create/Delete Dirs): Note that mkdir is an alias for this.
1023
22e74b17
CY
10242009-04-01 Markus Triska <triska@gmx.at>
1025
1026 * processes.texi (Filter Functions): Suggest how to handle output
1027 batches.
1028
4bbe48ec
CY
10292009-03-30 Chong Yidong <cyd@stupidchicken.com>
1030
1031 * help.texi (Accessing Documentation): Update example to use
1032 help-setup-xref and with-help-window.
1033 (Help Functions): Remove print-help-return-message, which is
1034 semi-obsolete due to with-help-window. Document help-buffer and
1035 help-setup-xref.
1036
b9723f39
CY
10372009-03-29 Chong Yidong <cyd@stupidchicken.com>
1038
87f649f6
CY
1039 * help.texi (Accessing Documentation, Help Functions): Remove
1040 information about long-obsolete Emacs versions.
9eb52e90 1041
b9723f39
CY
1042 * modes.texi (Mode Line Variables): The default values of the mode
1043 line variables are now more complicated.
1044
b0cc32db
CY
10452009-03-28 Chong Yidong <cyd@stupidchicken.com>
1046
3c25a5a9
CY
1047 * modes.texi (Major Mode Conventions): Note that specialness is
1048 inherited.
31c9eebb
CY
1049 (Derived Modes): Note that define-derive-mode sets the mode-class
1050 property.
3c25a5a9 1051
b0cc32db
CY
1052 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
1053 goto-map. Add search-map to the list.
1054
c5e0006d
EZ
10552009-03-27 Eli Zaretskii <eliz@gnu.org>
1056
1213465a
EZ
1057 * os.texi (System Environment): Update the list of system-type
1058 values.
1059
c5e0006d
EZ
1060 * markers.texi (The Mark) <handle-shift-selection>: Update for
1061 removal of the optional argument DEACTIVATE.
1062
48bab3d6
CY
10632009-03-25 Chong Yidong <cyd@stupidchicken.com>
1064
1065 * commands.texi (Focus Events): Most X window managers don't use
1066 focus-follows-mouse nowadays.
1067
6e4ff1b6
CY
10682009-03-24 Chong Yidong <cyd@stupidchicken.com>
1069
1070 * commands.texi (Defining Commands): Clarify introduction.
1071 (Using Interactive): Not that interactive can be put in a symbol
1072 property.
1073 (Interactive Call): Note that a symbol with a non-nil
1074 interactive-form property satisfies commandp.
1075
11625308
JB
10762009-03-23 Juanma Barranquero <lekktu@gmail.com>
1077
1078 * minibuf.texi (Intro to Minibuffers): Fix typos.
1079
7b34420d
CY
10802009-03-23 Chong Yidong <cyd@stupidchicken.com>
1081
1082 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
1083 about minibuffers in old Emacs versions. Copyedits. Emphasize
1084 that enable-recursive-minibuffers defaults to nil.
1085 (Text from Minibuffer): Simplify introduction.
1086
f9257eed
AM
10872009-03-22 Alan Mackenzie <acm@muc.de>
1088
1089 * commands.texi (Using Interactive): Clarify string argument to
1090 `interactive' - even promptless elements need \n separators.
1091
f639ba70
CY
10922009-03-18 Chong Yidong <cyd@stupidchicken.com>
1093
1094 * minibuf.texi (Completion Styles): New node.
1095
1096 * elisp.texi (Top): Update node listing.
1097
d897e8ee
CY
10982009-03-17 Chong Yidong <cyd@stupidchicken.com>
1099
1100 * minibuf.texi (Basic Completion): Note that
1101 read-file-name-completion-ignore-case and
1102 read-buffer-completion-ignore-case can override
1103 completion-ignore-case.
1104 (Minibuffer Completion): Document completing-read changes.
1105 (Completion Commands): Avoid mentioning partial completion mode.
1106 Document minibuffer-completion-confirm changes, and
1107 minibuffer-confirm-exit-commands.
1108 (High-Level Completion): Document new require-match behavior for
1109 read-buffer. Document read-buffer-completion-ignore-case.
1110 (Reading File Names): Document new require-match behavior for
1111 read-file-name.
1112
b1f23349
CY
11132009-03-14 Chong Yidong <cyd@stupidchicken.com>
1114
1115 * debugging.texi (Error Debugging): Don't mislead the reader into
1116 thinking that debug-on-error enters debugger for C-f at EOB.
1117 (Error Debugging): Setting debug-on-init within the init file
1118 works, and has for some time.
1119
d6eb4e25
KH
11202009-03-13 Kenichi Handa <handa@m17n.org>
1121
1122 * display.texi (Fontsets): Update the description.
1123
1cf53dc5
CY
11242009-03-13 Chong Yidong <cyd@stupidchicken.com>
1125
1126 * advice.texi (Advising Primitives): Link to What Is a Function.
1127
81f919fc
CY
11282009-03-12 Chong Yidong <cyd@stupidchicken.com>
1129
cf4229eb
CY
1130 * compile.texi (Speed of Byte-Code): Update example.
1131 (Disassembly): Update examples.
1132
81f919fc 1133 * loading.texi (Repeated Loading): Simplify examples.
f2bbc08c
CY
1134
1135 * customize.texi (Common Keywords): It's not necessary to use :tag
1136 to remove hyphens, as custom-unlispify-tag-name does it
1137 automatically.
1138 (Variable Definitions): Link to File Local Variables. Document
1139 customized-value symbol property.
1140 (Customization Types): Move menu to end of node.
1141
955964d7
CY
11422009-03-10 Chong Yidong <cyd@stupidchicken.com>
1143
1144 * macros.texi (Compiling Macros): Omit misleading sentence, which
1145 implied that macros can only be used in the same file they are
1146 defined.
1147 (Backquote): Remove obsolete information about Emacs 19.
1148
d25ed7db
GM
11492009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
1150
1151 * display.texi (Display Margins): Fix paren typo.
1152
d55f6ca5
CY
11532009-02-27 Chong Yidong <cyd@stupidchicken.com>
1154
f0e57ed8
CY
1155 * elisp.texi (Top): Update node listing.
1156
1157 * variables.texi (Variables): Clarify introduction.
1158 (Global Variables): Mention that setq is a special form.
1159 (Local Variables): Use active voice.
1160 (Tips for Defining): Mention marking variables as safe.
1161 (Buffer-Local Variables): Mention terminal-local and frame-local
1162 variables together.
1163 (File Local Variables): Copyedits.
1164 (Frame-Local Variables): Note that they are not really useful.
1165 (Future Local Variables): Node deleted.
1166
d55f6ca5
CY
1167 * objects.texi (General Escape Syntax): Update explanation of
1168 unicode escape syntax.
1169
ca8f09a8
CY
11702009-02-23 Chong Yidong <cyd@stupidchicken.com>
1171
1172 * control.texi (Control Structures): Add cindex entry for "textual
1173 order".
1174
1175 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
1176 instead of "expression" throughout.
1177 (Function Indirection): Copyedits. Use active voice.
1178 (Eval): The default value of max-lisp-eval-depth is now 400.
1179
a20878b6
MB
11802009-02-23 Miles Bader <miles@gnu.org>
1181
1182 * processes.texi (System Processes): Rename `system-process-attributes'
1183 to `process-attributes'.
1184
61f66044
CY
11852009-02-22 Chong Yidong <cyd@stupidchicken.com>
1186
1b80d1f3
CY
1187 * symbols.texi (Property Lists): Emphasize that property lists are
1188 not restricted to symbol cells.
1189 (Other Plists): Copyedit.
1190
61f66044
CY
1191 * sequences.texi (Sequences Arrays Vectors): Make introduction
1192 more concise.
1193 (Arrays): Mention char-tables and bool-vectors too.
1194 (Vectors): Don't repeat information given in Arrays node. Link to
1195 nodes that explain the vector usage examples.
1196 (Char-Tables): Note that char-table elements can have arbitrary
1197 type. Explain effect of omitted char-table-extra-slots property.
8a63cf41 1198 Link to Property Lists node.
61f66044 1199
9403944b
CY
12002009-02-22 Chong Yidong <cyd@stupidchicken.com>
1201
1202 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
1203 `append'.
4068c7b4 1204 (List Elements): Copyedits.
9403944b
CY
1205
1206 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
1207 of `vconcat'.
1208
1209 * strings.texi (Creating Strings): Copyedits. Remove obsolete
1210 Emacs 20 usage of `concat'.
1211 (Case Conversion): Copyedits.
1212
b87a185f
CY
12132009-02-21 Chong Yidong <cyd@stupidchicken.com>
1214
1215 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
1216 Minor edits.
1217 (Frame Configuration Type): Emphasize that it is not primitive.
1218 (Font Type): New node.
1219 (Type Predicates): Add fontp; type-of now recognizes font object
1220 types.
1221
1222 * intro.texi (Version Info): Update version numbers in examples.
1223 (Acknowledgements): List more contributors.
1224
1225 * elisp.texi: Bump version number to 3.0.
1226 (Top): Link to Font Type node.
1227
867d4bb3
JB
12282009-02-20 Juanma Barranquero <lekktu@gmail.com>
1229
1230 * modes.texi (Major Mode Conventions): Remove duplicate words.
1231 (Customizing Keywords): Fix typo.
1232
77730170
EZ
12332009-02-14 Eli Zaretskii <eliz@gnu.org>
1234
1235 * nonascii.texi (User-Chosen Coding Systems): Document that
1236 select-safe-coding-system suggests raw-text if there are raw bytes
1237 in the region.
1238 (Explicit Encoding): Warn not to use `undecided' when encoding.
1239
c8736212
GM
12402009-02-11 Glenn Morris <rgm@gnu.org>
1241
1242 * frames.texi (Visibility of Frames): Mention the effect multiple
1243 workspaces/desktops can have on visibility.
1244
ab992d66
EZ
12452009-02-07 Eli Zaretskii <eliz@gnu.org>
1246
c8736212
GM
1247 * text.texi (Commands for Insertion):
1248 * commands.texi (Event Mod):
1249 * keymaps.texi (Searching Keymaps):
ab992d66
EZ
1250 * nonascii.texi (Translation of Characters): Reinstate
1251 documentation of translation-table-for-input.
7d2a859f
EZ
1252 (Explicit Encoding): Document the `charset' text property produced
1253 by decode-coding-region and decode-coding-string.
ab992d66 1254
e651a255
AM
12552009-01-27 Alan Mackenzie <acm@muc.de>
1256
1257 * modes.texi (Search-based Fontification): Correct a typo.
1258
bc5cde4b
JB
12592009-01-25 Juanma Barranquero <lekktu@gmail.com>
1260
1261 * abbrevs.texi (Abbrev Table Properties): Fix typo.
1262 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
1263
3533155b
EZ
12642009-01-24 Eli Zaretskii <eliz@gnu.org>
1265
f721deda
EZ
1266 * display.texi (Window Systems): Document the value of
1267 `initial-window-system' under --daemon.
1268
3533155b
EZ
1269 * os.texi (System Environment): Remove description of the
1270 `environment' function which has been deleted.
1271
f79b43b2
DN
12722009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
1273
1274 * frames.texi (Multiple Displays): Remove documentation for
1275 removed function make-frame-on-tty.
1276
e3aa6669
CY
12772009-01-22 Chong Yidong <cyd@stupidchicken.com>
1278
1279 * files.texi (Format Conversion Piecemeal): Clarify behavior of
1280 write-region-annotate-functions. Document
1281 write-region-post-annotation-function.
1282
fb13a416
CY
12832009-01-19 Chong Yidong <cyd@stupidchicken.com>
1284
1285 * display.texi (Font Lookup): Document WIDTH argument of
1286 x-list-fonts.
1287
02eccf6b
EZ
12882009-01-17 Eli Zaretskii <eliz@gnu.org>
1289
ead3f58d
EZ
1290 * maps.texi (Standard Keymaps): Rename function-key-map to
1291 local-function-key-map.
1292
1293 * keymaps.texi (Translation Keymaps): Rename function-key-map to
1294 local-function-key-map.
1295
1296 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
1297 and `set-keyboard-coding-system' now accept an optional terminal
1298 argument.
1299
1300 * commands.texi (Event Mod): `keyboard-translate-table' is now
1301 terminal-local.
1302 (Function Keys): Rename function-key-map to
1303 local-function-key-map.
1304
df05a163
EZ
1305 * elisp.texi (Top): Make @detailmenu be consistent with changes in
1306 frames.texi.
1307
0ed8034e 1308 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
490f1197
EZ
1309 `delete-terminal-functions', `suspend-tty-functions' and
1310 `resume-tty-functions'.
0ed8034e
EZ
1311
1312 * frames.texi (Frames): Document `frame-terminal' and
1313 `terminal-live-p'.
1314 (Multiple Displays): Document `make-frame-on-tty'.
1315 (Multiple Terminals): Document `terminal-list', `delete-terminal',
1316 `terminal-name', and `get-device-terminal'.
490f1197
EZ
1317 (Terminal Parameters): Document `terminal-parameters',
1318 `terminal-parameter', and `set-terminal-parameter'.
0ed8034e
EZ
1319
1320 * os.texi (System Environment): Document `environment' and
1321 `initial-environment'.
490f1197
EZ
1322 (Suspending Emacs): Update for multi-tty; document
1323 `suspend-tty', `resume-tty', and `controlling-tty-p'.
0ed8034e 1324
02eccf6b
EZ
1325 * nonascii.texi (Coding System Basics): More accurate description
1326 of `raw-text'.
1327
f19fea97
JB
13282009-01-12 Juanma Barranquero <lekktu@gmail.com>
1329
1330 * display.texi (Low-Level Font): Fix typo.
1331
16fa292f
CY
13322009-01-10 Chong Yidong <cyd@stupidchicken.com>
1333
1334 * elisp.texi (Top): Update node listing.
1335
1336 * display.texi (PostScript Images): Node deleted.
1337
0b4faef3
EZ
13382009-01-10 Eli Zaretskii <eliz@gnu.org>
1339
3355f04d
EZ
1340 * processes.texi (Decoding Output): Document that null bytes force
1341 no-conversion for reading process output.
1342
1343 * files.texi (Reading from Files): Document that null bytes force
1344 no-conversion when visiting files.
1345
11625308 1346 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
538395d9 1347
0b4faef3
EZ
1348 * nonascii.texi (Lisp and Coding Systems): Document
1349 inhibit-null-byte-detection and inhibit-iso-escape-detection.
c06ea95e 1350 (Character Properties): Improve wording.
0b4faef3 1351
ce9cf065
CY
13522009-01-09 Chong Yidong <cyd@stupidchicken.com>
1353
1354 * display.texi (Font Lookup): Remove obsolete function
1355 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
1356 (Low-Level Font): Rename from Fonts, move to end of Faces section.
1357 (Font Selection): Reorder order of variable descriptions. Minor
1358 clarifications.
1359
1360 * elisp.texi (Top): Update node listing.
1361
ab756fb3
GM
13622009-01-09 Glenn Morris <rgm@gnu.org>
1363
1364 * commands.texi (Command Loop Info): Say that last-command-char and
1365 last-input-char are obsolete aliases.
1366
1367 * edebug.texi (Edebug Recursive Edit): Remove separate references to
1368 last-input-char and last-command-char, since they are just aliases for
1369 last-input-event and last-command-event.
1370
1371 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
1372 last-command-char.
1373
6b2b8ab1
CY
13742009-01-08 Chong Yidong <cyd@stupidchicken.com>
1375
1376 * elisp.texi: Update node listing.
1377
1378 * display.texi (Faces): Put Font Selection node after Auto Faces.
1379 (Face Attributes): Don't link to Font Lookup. Document
1380 font-family-list.
1381 (Fonts): New node.
1382
3568e767
JR
13832009-01-08 Jason Rumney <jasonr@gnu.org>
1384
1385 * frames.texi (Pointer Shape): Clarify that only X supports
5ce6e4f4 1386 changing the standard pointer shapes. (Bug#1485)
3568e767 1387
6221c8db
CY
13882009-01-08 Chong Yidong <cyd@stupidchicken.com>
1389
1390 * display.texi (Attribute Functions): Note that a function value
1391 :height is relative, and that compatibility functions work by
1392 calling set-face-attribute.
1393 (Displaying Faces): Reorder list in order of increasing priority.
1394 (Face Remapping): New node. Content moved here from Displaying
1395 Faces.
1396 (Glyphs): Link to Face Functions.
1397
e3d3799a
CY
13982009-01-08 Chong Yidong <cyd@stupidchicken.com>
1399
1400 * display.texi (Faces): Don't discuss face id here. facep does
1401 not return t.
1402 (Defining Faces): Minor clarification.
1403 (Face Attributes): Rearrange items to match docstring of
1404 set-face-attribute. Add :foundry attribute. Document new role of
1405 :font attribute. Texinfo usage fix.
1406 (Attribute Functions): Copyedits.
1407 (Face Functions): Note that face number is seldom used.
1408
638a2457
RS
14092009-01-05 Richard M Stallman <rms@gnu.org>
1410
1411 * strings.texi (Predicates for Strings): Minor clarification.
1412
1413 * functions.texi (Function Safety): Texinfo usage fix.
1414
49ea0074
JB
14152009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny patch)
1416
1417 * objects.texi (General Escape Syntax): Fix typo.
1418
9f822178
MR
14192009-01-03 Martin Rudalics <rudalics@gmx.at>
1420
1421 * windows.texi (Choosing Window): Say that pop-up-frame-alist
1422 works via the default value of pop-up-frame-function.
1423
af34ad36
EZ
14242009-01-02 Eli Zaretskii <eliz@gnu.org>
1425
1426 * processes.texi (System Processes): Document the `time' and
1427 `ctime' attributes of `system-process-attributes'.
1428
d31f6679
CY
14292009-01-01 Chong Yidong <cyd@stupidchicken.com>
1430
1431 * display.texi (Face Attributes): Clarify :height attribute.
1432
174dc00c
MR
14332008-12-31 Martin Rudalics <rudalics@gmx.at>
1434
1435 * buffers.texi (The Buffer List): Clarify what moves a buffer to
1436 the front of the buffer list. Add entries for `last-buffer' and
1437 `unbury-buffer'.
1438
b8afe7e4
EZ
14392008-12-27 Eli Zaretskii <eliz@gnu.org>
1440
d14030f5
EZ
1441 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
1442 and its subsections.
1443
1444 * frames.texi (Multiple Terminals, Low-level Terminal)
1445 (Terminal Parameters, Frames on Other TTY devices): New sections.
1446 (Frames): Add an xref to "Multiple Terminals".
1447
765980a4
EZ
1448 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
1449
1450 * objects.texi (Terminal Type): New node.
1451 (Editing Types): Add it to the menu.
1452
47bd5577
EZ
1453 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
1454 Variables".
1455
eb22b78c 1456 * variables.texi (Directory Local Variables): New node.
47bd5577 1457 (Variables): Add a menu item for it.
eb22b78c 1458
b8afe7e4
EZ
1459 * loading.texi (Autoload): Document `generate-autoload-cookie' and
1460 `generated-autoload-file'.
1461
77bb0476
EZ
14622008-12-20 Eli Zaretskii <eliz@gnu.org>
1463
028e2c19
EZ
1464 * os.texi (Startup Summary): Add xref to documentation of
1465 `initial-window-system'.
1466
77bb0476
EZ
1467 * display.texi (Window Systems): Document `window-system' the
1468 function. The variable `window-system' is now frame-local.
028e2c19 1469 Document `initial-window-system'.
77bb0476 1470
dda87836
MR
14712008-12-19 Martin Rudalics <rudalics@gmx.at>
1472
1473 * windows.texi (Windows): Rewrite description of
1474 fit-window-to-buffer.
1475
caef3ed2
GM
14762008-12-13 Glenn Morris <rgm@gnu.org>
1477
1478 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
1479 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
1480
21c58e4d
GM
14812008-12-12 Glenn Morris <rgm@gnu.org>
1482
1483 * debugging.texi (Error Debugging): Refer forwards to
1484 eval-expression-debug-on-error.
1485
af38459f
EZ
14862008-12-05 Eli Zaretskii <eliz@gnu.org>
1487
5dedd9b5
EZ
1488 * strings.texi (String Basics): Only unibyte strings that
1489 represent key sequences hold 8-bit raw bytes.
1490
af38459f
EZ
1491 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
1492 paragraph to speak about `undecided'.
1493 (Character Properties): Don't explain the meaning of each
1494 property; instead, identify their Unicode Standard names.
b3f1f4a5 1495 (Character Sets): Document `map-charset-chars'.
af38459f 1496
fa047ae7
GM
14972008-12-02 Glenn Morris <rgm@gnu.org>
1498
1499 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
1500 section yet again.
1501
47dbc044
EZ
15022008-11-29 Eli Zaretskii <eliz@gnu.org>
1503
98d05998
EZ
1504 * nonascii.texi (Character Properties): New Section.
1505 (Specifying Coding Systems): Document
1506 `coding-system-priority-list', `set-coding-system-priority', and
1507 `with-coding-priority'.
1508 (Lisp and Coding Systems): Document `check-coding-systems-region'
1509 and `coding-system-charset-list'.
1510 (Coding System Basics): Document `coding-system-aliases'.
1511
1512 * elisp.texi (Top): Add a @detailmenu entry for "Character
1513 Properties".
1514
47dbc044
EZ
1515 * objects.texi (Character Type): Correct the range of Emacs
1516 characters. Add an @xref to "Character Codes".
1517
1518 * strings.texi (String Basics): Add an @xref to "Character Codes".
1519
1520 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
1521
1522 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
1523 (Character Codes): Document `max-char'.
1524
8b80cdf5
EZ
15252008-11-28 Eli Zaretskii <eliz@gnu.org>
1526
1527 * nonascii.texi (Text Representations, Converting Representations)
1528 (Character Sets, Scanning Charsets, Translation of Characters):
1529 Make text more accurate.
1530
a99dceba
GM
15312008-11-28 Glenn Morris <rgm@gnu.org>
1532
1533 * files.texi (Format Conversion Round-Trip): Improve previous change.
1534
f6dc3bed
CY
15352008-11-26 Chong Yidong <cyd@stupidchicken.com>
1536
1537 * modes.texi (Auto Major Mode): Fix example.
1538
5da9413d
GM
15392008-11-25 Glenn Morris <rgm@gnu.org>
1540
1541 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
1542
1543 * files.texi (Format Conversion Round-Trip):
1544 Use active voice for previous change.
1545
fcca848c
CY
15462008-11-25 Chong Yidong <cyd@stupidchicken.com>
1547
1548 * os.texi (Processor Run Time):
1549 * processes.texi (Transaction Queues):
1550 * markers.texi (The Mark):
1551 * windows.texi (Choosing Window, Selecting Windows):
1552 * files.texi (Changing Files, Magic File Names):
1553 * commands.texi (Key Sequence Input):
1554 * functions.texi (Declaring Functions):
1555 * strings.texi (Predicates for Strings):
1556 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
1557
36c8dc54
CY
15582008-11-24 Chong Yidong <cyd@stupidchicken.com>
1559
1560 * help.texi (Accessing Documentation): Update example.
1561
1562 * variables.texi (Defining Variables): Note that `*' is not
1563 necessary if defcustom is used.
1564
2a79b242
EZ
15652008-11-22 Eli Zaretskii <eliz@gnu.org>
1566
1567 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
1568 Characters" from @detailmenu.
1569
1570 * nonascii.texi (Character Codes, Character Sets)
1571 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
1572 (Chars and Bytes, Splitting Characters): Sections removed.
1573
392f0d26
LK
15742008-11-22 Lute Kamstra <lute@gnu.org>
1575
1576 * positions.texi (Text Lines): Update goto-line documentation.
1577
af1a5cd5
MR
15782008-11-21 Martin Rudalics <rudalics@gmx.at>
1579
6a4cfb0c
MR
1580 * frames.texi (Frames): Fix typo, add cross references, reword.
1581 (Initial Parameters): Reword special-display-frame-alist text.
1582 (Frames and Windows): Reword. Describe argument norecord for
1583 set-frame-selected-window.
1584 (Input Focus): Describe argument norecord for select-frame.
1585 Remove comment on MS-Windows behavior for focus-follows-mouse.
1586 (Raising and Lowering): Mention windows-frames dichotomy in
1587 metaphor.
1588
af1a5cd5
MR
1589 * windows.texi (Displaying Buffers, Vertical Scrolling)
1590 (Horizontal Scrolling): Fix indenting and rewording issues
1591 introduced with 2008-11-07 change.
1592
c249fa9c
GM
15932008-11-20 Glenn Morris <rgm@gnu.org>
1594
1595 * files.texi (Format Conversion Round-Trip): Mention `preserve'
1596 element of `format-alist'.
1597
204d4665
GM
15982008-11-19 Glenn Morris <rgm@gnu.org>
1599
1600 * doclicense.texi: Update to FDL 1.3.
1601 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
1602
cc0910af
CY
16032008-11-18 Chong Yidong <cyd@stupidchicken.com>
1604
efe6e7c4
CY
1605 * windows.texi (Window Hooks): Remove *-end-trigger-functions
1606 vars, which are obsolete. Mention jit-lock-register.
1607
1608 * modes.texi (Other Font Lock Variables): Document
1609 jit-lock-register and jit-lock-unregister.
1610
cc0910af
CY
1611 * frames.texi (Color Parameters): Document alpha parameter.
1612
aeeedf76
MR
16132008-11-16 Martin Rudalics <rudalics@gmx.at>
1614
1615 * windows.texi (Splitting Windows, Deleting Windows)
1616 (Selecting Windows, Cyclic Window Ordering)
1617 (Buffers and Windows, Displaying Buffers, Choosing Window)
1618 (Dedicated Windows, Window Point, Window Start and End)
1619 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
1620 (Size of Window, Resizing Windows, Window Configurations)
1621 (Window Parameters): Avoid @var at beginning of sentences and
1622 reword accordingly.
1623
4c565c5c
LK
16242008-11-11 Lute Kamstra <lute@gnu.org>
1625
1626 * files.texi (File Name Components): Fix file-name-extension
1627 documentation.
1628
25f494c9
JB
16292008-11-11 Juanma Barranquero <lekktu@gmail.com>
1630
1631 * frames.texi (Basic Parameters): Remove display-environment-variable
1632 and term-environment-variable.
1633
a1401ab1
EZ
16342008-11-08 Eli Zaretskii <eliz@gnu.org>
1635
1636 * windows.texi (Basic Windows, Splitting Windows)
1637 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
1638 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
25f494c9
JB
1639 (Resizing Windows, Window Configurations, Window Parameters):
1640 Fix wording and markup.
a1401ab1 1641
efafc282
MR
16422008-11-07 Martin Rudalics <rudalics@gmx.at>
1643
1644 * windows.texi (Windows): Update entries.
1645 (Basic Windows): Remove listing of attributes. Reword.
86ab855a 1646 (Splitting Windows, Deleting Windows): Reword.
efafc282
MR
1647 (Selecting Windows, Cyclic Window Ordering): Reword with special
1648 emphasis on order of recently selected windows and buffer list.
86ab855a
MR
1649 (Buffers and Windows, Choosing Window): Reword with special
1650 emphasis on dedicated windows.
1651 (Displaying Buffers): Reword. For switch-to-buffer mention that
1652 it may fall back on pop-to-buffer. For other-window try to
1653 explain how it treats the cyclic ordering of windows.
efafc282
MR
1654 (Dedicated Windows): New node and section discussing dedicated
1655 windows and associated functions.
86ab855a 1656 (Window Point): Add entry for window-point-insertion-type. Reword.
efafc282
MR
1657 (Window Start and End): Rename node and section title. Reword.
1658 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
1659 Minor rewording.
1660 (Size of Window): Reword, in particular text on window-width.
1661 (Resizing Windows): Reword. Add text on balancing windows.
1662 (Window Configurations): Reword. Mention window parameters.
1663 (Window Parameters): New node and section on window parameters.
1664 (Window Hooks): Reword. Mention that
1665 window-configuration-change-hook is run "buffer-locally".
1666 * elisp.texi (Top): Update Windows entries in @detailmenu
1667 section.
1668
d60a8ab2
JB
16692008-11-04 Juanma Barranquero <lekktu@gmail.com>
1670
1671 * searching.texi (Regexp Search): Fix typo.
1672
01777627
CY
16732008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
1674
1675 * searching.texi (Regexp Search): Document GREEDY arg.
1676 (Simple Match Data): Fix return value.
1677
c4526e93
EZ
16782008-11-01 Eli Zaretskii <eliz@gnu.org>
1679
1680 * nonascii.texi (Text Representations): Rewrite to make consistent
1681 with Emacs 23 internal representation of characters. Document
1682 `unibyte-string'.
1683
fe2ae8b5
CY
16842008-10-28 Chong Yidong <cyd@stupidchicken.com>
1685
1686 * processes.texi (Process Information): Note that process-status
1687 does not accept buffer names.
1688
cc5a21e3
CY
16892008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
1690
1691 * positions.texi (Skipping Characters): Correct return value of
1692 skip-chars-forward.
1693
09460d9a
MR
16942008-10-25 Martin Rudalics <rudalics@gmx.at>
1695
520b29e7
MR
1696 * windows.texi (Deleting Windows): Update documentation of
1697 delete-windows-on.
1698 (Buffers and Windows): Update documentations of
1699 get-buffer-window and get-buffer-window-list.
1700 (Displaying Buffers): Update documentation of
1701 replace-buffer-in-windows.
1702
09460d9a
MR
1703 * buffers.texi (Current Buffer): Reword set-buffer and
1704 with-current-buffer documentations.
1705 (Creating Buffers): Reword documentation of get-buffer-create.
1706
4d48fcdc
MR
17072008-10-23 Martin Rudalics <rudalics@gmx.at>
1708
1709 * buffers.texi (Current Buffer): Reword documentation of
1710 set-buffer.
1711 (Buffer Names): Reword documentation of buffer-name.
1712 (The Buffer List): For bury-buffer explain what happens with the
1713 buffer's window.
1714 (Creating Buffers): Say that get-buffer-create's arg is called
1715 buffer-or-name.
1716
f0143c43
CY
17172008-10-22 Chong Yidong <cyd@stupidchicken.com>
1718
3e5dbbd3
CY
1719 * advice.texi (Computed Advice): Explain what DEFINITION is.
1720
f0143c43
CY
1721 * nonascii.texi (Character Codes): Remove obsolete function
1722 char-valid-p, and document characterp instead.
1723
52a94b85
MR
17242008-10-22 Martin Rudalics <rudalics@gmx.at>
1725
1726 * windows.texi (Displaying Buffers): Reword documentation of
1727 pop-to-buffer.
1728 (Choosing Window): Rewrite documentation of display-buffer and
1729 its options.
1730
f76f8246
MR
1731 * buffers.texi (Killing Buffers): Update documentation of
1732 kill-buffer.
1733
acc8b598
EZ
17342008-10-21 Eli Zaretskii <eliz@gnu.org>
1735
80e6b6df
EZ
1736 * processes.texi (Serial Ports): Fix wording and improve markup.
1737
3645358a
EZ
1738 * searching.texi (Regexp Search): Document `string-match-p' and
1739 `looking-at-p'.
1740 (POSIX Regexps): Add an xref for "non-greedy".
1741 (Regexp Special): Add @cindex entry for "non-greedy".
1742
b3d50cff 1743 * display.texi (Attribute Functions): Document `face-all-attributes'.
bf190568 1744 (Image Cache) <image-refresh>: Minor wording fixes.
b3d50cff 1745
73b7530a
EZ
1746 * frames.texi (Color Names): Add an xref to `read-color'.
1747
1748 * minibuf.texi (High-Level Completion): Document `read-color'.
1749
acc8b598
EZ
1750 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
1751
1752 * positions.texi (Narrowing): Add an xref to "Swapping Text".
1753
1754 * buffers.texi (Swapping Text): New section, documents
1755 `buffer-swap-text'.
1756
10e187e8
MR
17572008-10-21 Martin Rudalics <rudalics@gmx.at>
1758
1759 * windows.texi (Resizing Windows): Minor wording fix.
1760
fd6f900c
EZ
17612008-10-20 Eli Zaretskii <eliz@gnu.org>
1762
1763 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
1764 and `combine-and-quote-strings'.
1765
1766 * strings.texi (Creating Strings): Add xrefs for them.
1767
e4372165
EZ
17682008-10-19 Eli Zaretskii <eliz@gnu.org>
1769
d6328fba
EZ
1770 * elisp.texi (Top): Make descriptive text for "Reading File Names"
1771 match the corresponding menu in minibuf.texi.
1772
e4372165
EZ
1773 * minibuf.texi (Reading File Names): Document `read-shell-command'
1774 and `minibuffer-local-shell-command-map'.
1775
5d8dda33
MR
17762008-10-19 Martin Rudalics <rudalics@gmx.at>
1777
1778 * windows.texi (Resizing Windows): Remove var{} around "window" in
1779 documentation of enlarge-window.
1780 Rewrite documentation of window-min-height and window-min-width.
1781
437706cd
EZ
17822008-10-19 Eli Zaretskii <eliz@gnu.org>
1783
80f85d7c
EZ
1784 * functions.texi (Calling Functions): Document `apply-partially'.
1785
291703b5
EZ
1786 * hooks.texi (Standard Hooks): Mention
1787 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
1788
1789 * variables.texi (File Local Variables): Document
1790 `file-local-variables-alist', `before-hack-local-variables-hook'
1791 and `hack-local-variables-hook'.
1792
583d8b3c
EZ
1793 * processes.texi (Synchronous Processes): Document `process-lines'.
1794
437706cd 1795 * customize.texi (Variable Definitions): Document
583d8b3c 1796 `custom-reevaluate-setting'.
437706cd 1797
7e51d89b
MR
17982008-10-18 Martin Rudalics <rudalics@gmx.at>
1799
1800 * windows.texi (Choosing Window, Deleting Windows)
1801 (Displaying Buffers): Expand documentation of dedicated windows.
1802
43c59a3d
EZ
18032008-10-18 Eli Zaretskii <eliz@gnu.org>
1804
018a960d
EZ
1805 * files.texi (Changing Files): Document symbolic input of file
1806 modes to `set-file-modes'. Document `read-file-modes' and
1807 `file-modes-symbolic-to-number'.
1808
2c0b8144
EZ
1809 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
1810 and `search-map'.
1811
80120f13
EZ
1812 * searching.texi (Search and Replace): Document
1813 `replace-search-function' and `replace-re-search-function'.
2c0b8144 1814 Document `multi-query-replace-map'.
80120f13 1815
6d4913f0
EZ
1816 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
1817 (Completion Commands, Reading File Names): Rename
1818 `minibuffer-local-must-match-filename-map' to
1819 `minibuffer-local-filename-must-match-map'.
1820 (Minibuffer Completion): The `require-match' argument to
1821 `completing-read' can now have the value `confirm-only'.
1822
43c59a3d
EZ
1823 * windows.texi (Displaying Buffers): Minor wording fix.
1824 (Choosing Window): `split-height-threshold' can now be nil.
1825 Document `split-width-threshold'. `pop-up-frames' can have the
1826 value `graphic-only'.
1827
f36acfd9
EZ
18282008-10-17 Eli Zaretskii <eliz@gnu.org>
1829
1830 * os.texi (Startup Summary): Document `before-init-time' and
1831 `after-init-time'. Document `initial-window-system' and
1832 `window-system-initialization-alist'. Document reading the
1833 abbrevs file. Document the call to `server-start' under --daemon.
1834 Rearrange a bit to be consistent with the code flow.
53728487
EZ
1835 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
1836 (Time Parsing): Document `format-seconds'.
f36acfd9 1837
96995b89
MR
18382008-10-17 Martin Rudalics <rudalics@gmx.at>
1839
1840 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
1841 and reword.
1842
2de17c73
EZ
18432008-10-16 Eli Zaretskii <eliz@gnu.org>
1844
1845 * markers.texi (The Mark): Document use-region-p.
1846
9cf52b11
EZ
18472008-10-15 Eli Zaretskii <eliz@gnu.org>
1848
c3aaf1d7
EZ
1849 * internals.texi (Writing Emacs Primitives): The interactive spec
1850 of a primitive can be a Lisp form.
1851
841a1743
EZ
1852 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
1853 values of transient-mark-mode. Document handle-shift-selection.
1854
1855 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
1856 (Interactive Examples): Show an example of `^'.
1857 (Key Sequence Input): Document this-command-keys-shift-translated.
c3aaf1d7
EZ
1858 (Defining Commands, Using Interactive): The interactive-form of a
1859 function can be added via its symbol's property.
841a1743 1860
52441368
EZ
1861 * positions.texi (List Motion): beginning-of-defun-function can
1862 now accept an argument.
1863
8e8c1a72
EZ
1864 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
1865 now return a list of strings.
1866
a33a1f2a
EZ
1867 * control.texi (Handling Errors): Document ignore-errors.
1868
4fb04348
EZ
1869 * frames.texi (Creating Frames): Document frame-inherited-parameters.
1870 (Parameter Access): Document set-frame-parameter.
1871
ee666f84
EZ
1872 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
1873 Hooks" for the effect of kill-all-local-variables on local hook
1874 functions.
1875
9cf52b11
EZ
1876 * modes.texi (Major Mode Conventions, Mode Line Variables):
1877 `mode-name' need not be a string. xref to "Mode Line Data" for
1878 details, and to "Emulating Mode Line" for computing a string
1879 value.
1880
22526bc4
EZ
18812008-10-14 Eli Zaretskii <eliz@gnu.org>
1882
a65f6a85
EZ
1883 * processes.texi (System Processes): New section.
1884 (Processes, Signals to Processes): Add xrefs to it.
1885
1886 * objects.texi (Editing Types): A `process' is a subprocess of
1887 Emacs, not just any process running on the OS.
1888
1889 * elisp.texi (Top): Adjust the @detailmenu for the above two
1890 changes.
1891
2724b26a
EZ
1892 * sequences.texi (Char-Tables): Remove documentation of
1893 set-char-table-default, which has no effect since Emacs 23.
1894 <char-table-range, set-char-table-range>: Don't mention generic
1895 characters and charsets. Add a cons cell as a possible argument.
1896
1897 * nonascii.texi (Splitting Characters)
1898 (Translation of Characters): Don't mention generic characters.
1899
1900 * display.texi (Fontsets): Don't mention generic characters.
1901
22526bc4 1902 * sequences.texi (Char-Tables): `map-char-table' can now call its
25f494c9 1903 argument FUNCTION with a cons cell as KEY.
22526bc4 1904
eaf4b689
EZ
19052008-10-13 Eli Zaretskii <eliz@gnu.org>
1906
45e46036
EZ
1907 * objects.texi (Primitive Function Type): Move "@cindex special
1908 forms" from here...
1909
1910 * eval.texi (Special Forms): ...to here.
1911
1912 * functions.texi (What Is a Function): `functionp' returns nil for
1913 special forms. Add an xref.
1914
eaf4b689
EZ
1915 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
1916 Variables".
1917
1918 * variables.texi (Frame-Local Variables): New section.
1919 (Buffer-Local Variables): Add an xref to it.
1920 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
1921 have both frame-local and buffer-local binding.
1922
1923 * frames.texi (Frames): Mention multiple tty frames.
1924 (Frame Parameters, Parameter Access): Mention frame-local variable
1925 bindings.
1926
15688fce
GM
19272008-09-20 Glenn Morris <rgm@gnu.org>
1928
1929 * display.texi (Defining Faces): Recommend against face variables.
1930
35539065
JB
19312008-09-16 Juanma Barranquero <lekktu@gmail.com>
1932
1933 * display.texi (Echo Area Customization): Fix typo.
1934
6a57054b
JB
19352008-09-09 Juanma Barranquero <lekktu@gmail.com>
1936
1937 * loading.texi (Where Defined): Add `defface' item.
1938
d632fb82
MR
19392008-09-06 Martin Rudalics <rudalics@gmx.at>
1940
1941 * loading.texi (Where Defined): Fix description of symbol-file.
1942
905a9adb
JR
19432008-08-26 Jason Rumney <jasonr@gnu.org>
1944
1945 * display.texi (TIFF Images): New section describing :index property.
1946
852e91b7
CY
19472008-08-23 Chong Yidong <cyd@stupidchicken.com>
1948
1949 * display.texi (Temporary Displays): Remove unnecessary comment
1950 about usage of temp-buffer-show-hook.
1951
6be001ee
CY
19522008-08-05 Chong Yidong <cyd@stupidchicken.com>
1953
1954 * symbols.texi (Other Plists): Fix incorrect example.
1955 Suggested by Florian Beck.
1956
58e3d8e8
JB
19572008-07-31 Juanma Barranquero <lekktu@gmail.com>
1958
1959 * os.texi: Fix previous change.
1960
7c2fb837
DN
19612008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
1962
1963 * os.texi:
1964 * intro.texi:
1965 * files.texi: Remove VMS support.
1966
9e2a2647
DN
19672008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
1968
1969 * os.texi:
1970 * frames.texi:
1971 * display.texi: Remove mentions of Mac Carbon.
1972
c4f4682b
MB
19732008-07-01 Miles Bader <miles@gnu.org>
1974
1975 * text.texi (Special Properties):
1976 * display.texi (Truncation): Add wrap-prefix and line-prefix.
1977
3696411e
JB
19782008-06-28 Johan Bockgård <bojohan@gnu.org>
1979
1980 * display.texi (Other Image Types): Fix copy/paste error; say
1981 "PBM", not "XBM".
1982
f2a77c3a
DN
19832008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
1984
1985 * os.texi: Remove references to obsolete systems.
1986
6d52677d
EZ
19872008-06-20 Eli Zaretskii <eliz@gnu.org>
1988
1989 * makefile.w32-in (distclean): Remove makefile.
1990
1a87da4c
GM
19912008-06-17 Glenn Morris <rgm@gnu.org>
1992
1993 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
1994 (elisp, dist): Remove rules and variables that are obsolete now
1995 the lisp manual is no longer distributed separately.
1996
fdda1c5d
GM
19972008-06-16 Glenn Morris <rgm@gnu.org>
1998
646692e9
GM
1999 * configure, configure.in, mkinstalldirs: Remove unused files.
2000
2001 * book-spine.texinfo: Set version to 23.0.60.
fdda1c5d 2002 * vol1.texi (EMACSVER):
6a57054b 2003 * vol2.texi (EMACSVER): Set to 23.0.60.
fdda1c5d
GM
2004
2005 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
2006 as per maintain.info.
2007
611bee81
GM
20082008-06-15 Glenn Morris <rgm@gnu.org>
2009
a7bed3a0
GM
2010 * makefile.w32-in (manual): Use "23" rather than "21".
2011
2012 * Makefile.in (emacsver): New, set by configure.
2013 (manual): Use emacsver.
2014
d794edf2
GM
2015 * intro.texi: Report bugs using M-x report-emacs-bug.
2016
611bee81
GM
2017 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
2018
c73e02fa
GM
20192008-06-13 Daniel Engeler <engeler@gmail.com>
2020
2021 * elisp.texi, internals.texi, processes.texi: Add documentation
2022 about serial port access.
2023
e40a85cd
MB
20242008-06-05 Miles Bader <miles@gnu.org>
2025
2026 * display.texi (Displaying Faces): Update to reflect function
2027 renamings in face-remap.el.
2028
7b753744
JB
20292008-06-05 Juanma Barranquero <lekktu@gmail.com>
2030
2031 * display.texi (Fontsets): Fix typos.
2032
9d3d42fb
MB
20332008-06-03 Miles Bader <miles@gnu.org>
2034
7b753744
JB
2035 * display.texi (Displaying Faces): Add add-relative-face-remapping,
2036 remove-relative-face-remapping, set-base-face-remapping,
2037 and set-default-base-face-remapping.
9d3d42fb 2038
f2cec7a9
MB
20392008-06-01 Miles Bader <miles@gnu.org>
2040
2041 * display.texi (Displaying Faces): Add face-remapping-alist.
2042
8f39c96d
SM
20432008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2044
2045 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
2046 variable names.
2047
1ef5eecc
ER
20482008-05-03 Eric S. Raymond <esr@golux>
2049
352c8b4a 2050 * keymaps.texi: Clarify that (current-local-map) and
1ef5eecc
ER
2051 (current-global-map) return references, not copies.
2052
63b4387f
JL
20532008-05-02 Juri Linkov <juri@jurta.org>
2054
2055 * minibuf.texi (Text from Minibuffer): Document a list of
2056 default values for `read-from-minibuffer'.
2057
38a8b703
JB
20582008-04-24 Juanma Barranquero <lekktu@gmail.com>
2059
2060 * nonascii.texi (Translation of Characters): Fix previous change.
2061
7c42e639
CY
20622008-04-20 Chong Yidong <cyd@stupidchicken.com>
2063
2064 * display.texi (Overlay Properties): Clarify role of underlying
2065 textprop and overlay keymaps for display strings.
2066
2067 * keymaps.texi (Active Keymaps): Ditto.
2068
25c0d999
SM
20692008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
2070
2071 * minibuf.texi (Programmed Completion):
2072 Replace dynamic-completion-table with the new completion-table-dynamic.
2073
e3af5968
CY
20742008-04-07 Chong Yidong <cyd@stupidchicken.com>
2075
2076 * intro.texi (Some Terms): Change "fonts in this manual" index
2077 entry to "typographic conventions".
2078
6bfc8698
EZ
20792008-04-05 Eli Zaretskii <eliz@gnu.org>
2080
2081 * objects.texi (Text Props and Strings): Add indexing for read
2082 syntax of text properties.
2083
4972c361
SM
20842008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
2085
2086 * processes.texi (Decoding Output): Remove process-filter-multibyte
2087 functions.
2088
c70a68db
MR
20892008-03-15 Martin Rudalics <rudalics@gmx.at>
2090
2091 * display.texi (Finding Overlays): Say that empty overlays at
2092 the end of the buffer are reported too.
2093
1291fd36
GM
20942008-03-13 Glenn Morris <rgm@gnu.org>
2095
2096 * elisp.texi (EMACSVER): Set to 23.0.60.
2097
c6b0dfd5
CY
20982008-02-26 Chong Yidong <cyd@stupidchicken.com>
2099
38a8b703 2100 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
c6b0dfd5 2101
875fc30c
GM
21022008-02-22 Glenn Morris <rgm@gnu.org>
2103
2104 * frames.texi (Position Parameters): Clarify the description of
2105 `left' and `top', using information from "Geometry".
2106 (Geometry): Give a pointer to "Position Parameters", rather than
2107 repeating information.
2108
d8c8e45a
GM
21092008-02-11 Glenn Morris <rgm@gnu.org>
2110
2111 * objects.texi (Equality Predicates): No longer talk about "two"
2112 functions.
2113
38a8b703 21142008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
d8c8e45a
GM
2115
2116 * objects.texi (Equality Predicates): Add defun for
2117 equal-including-properties.
2118
bfffe0b1
GM
21192008-02-10 Glenn Morris <rgm@gnu.org>
2120
2121 * objects.texi (Equality Predicates):
2122 Mention equal-including-properties.
2123
431b78c9
RS
21242008-02-07 Richard Stallman <rms@gnu.org>
2125
2126 * windows.texi (Window Start): Mention the feature of moving
2127 window-start to start of line.
2128
c8763fb6 21292008-02-07 Jan Djärv <jan.h.d@swipnet.se>
eafa12e6
JD
2130
2131 * keymaps.texi (Tool Bar): Document rtl property.
2132
1a256502
TTN
21332008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
2134
2135 * display.texi (Button Types):
2136 For define-button-type, clarify type of NAME.
2137
569382c2
MR
21382008-01-19 Martin Rudalics <rudalics@gmx.at>
2139
2140 * buffers.texi (Buffer Modification): Fix typo.
2141
f3041af1
DN
21422008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
2143
2144 * os.texi (System Environment): Remove references to OSes that are
2145 not supported anymore.
2146
d35e1cd7
DN
21472008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2148
2149 * os.texi (System Environment): Remove mention for Masscomp.
2150
23af7580
RS
21512008-01-04 Richard Stallman <rms@gnu.org>
2152
2153 * display.texi (Faces): Don't talk about internal face vector as arg
2154 to facep.
2155
2156 * customize.texi (Type Keywords): Fix previous change.
2157
2158 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
2159 * elisp.texi (Top): Fix menu for commands.texi change.
2160
ec7d5b1e
RS
21612007-12-30 Richard Stallman <rms@gnu.org>
2162
2163 * commands.texi (Accessing Mouse): Renamed from Accessing Events.
2164 (Accessing Scroll): New node broken out of Accessing Mouse.
2165
101a6cea
RS
21662007-12-28 Richard Stallman <rms@gnu.org>
2167
2168 * frames.texi (Size Parameters): Fix typo.
7f9e0c04 2169 (Basic Parameters): For `title', refer to title bar.
041817a4 2170 (Size and Position): Explain meaning of frame pixel width and height.
101a6cea 2171
72b7e664
RS
21722007-12-23 Richard Stallman <rms@gnu.org>
2173
2174 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
2175 Improve some of the commented-out keywords' text too.
2176
27a4f445
MR
21772007-12-14 Martin Rudalics <rudalics@gmx.at>
2178
e2e3f1d7
MR
2179 * nonascii.texi (Encoding and I/O): Reword to avoid saying
2180 "visit the current buffer".
2181
27a4f445
MR
2182 * os.texi (System Interface): Fix typo.
2183
a2afc99d
RS
21842007-12-04 Richard Stallman <rms@gnu.org>
2185
2186 * objects.texi (Symbol Type): Fix typo.
2187
b694135c
RS
21882007-12-03 Richard Stallman <rms@gnu.org>
2189
2190 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
2191
f99a19da
GM
21922007-12-01 Glenn Morris <rgm@gnu.org>
2193
2194 * functions.texi (Declaring Functions): Improve previous change.
2195
8f4b37d8
GM
21962007-11-30 Glenn Morris <rgm@gnu.org>
2197
2198 * functions.texi (Declaring Functions): Add optional fourth
2199 argument of declare-function, and setting third argument to `t'.
2200
61a2fe01
RS
22012007-11-29 Richard Stallman <rms@gnu.org>
2202
2203 * customize.texi (Composite Types): Document `group' type.
2204
cbfc5193
GM
22052007-11-29 Glenn Morris <rgm@gnu.org>
2206
2207 * functions.texi (Declaring Functions): Add findex. Mention
2208 `external' files.
2209
8386283a
JB
22102007-11-26 Juanma Barranquero <lekktu@gmail.com>
2211
2212 * functions.texi (Declaring Functions): Fix directive.
2213
a07c9a8b
RS
22142007-11-25 Richard Stallman <rms@gnu.org>
2215
2216 * help.texi (Help Functions): Clean up last change.
2217
2218 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
2219
2220 * loading.texi (Named Features): Minor cleanup.
2221
2222 * macros.texi (Eval During Expansion): Minor cleanup.
2223
2224 * variables.texi (Variable Aliases): Minor cleanup.
2225
a0925923
RS
22262007-11-24 Richard Stallman <rms@gnu.org>
2227
2228 * functions.texi (Declaring Functions): Clarify previous change.
2229
2230 * compile.texi (Compiler Errors): Clarify previous change.
2231
20c63e44
RS
22322007-11-24 Richard Stallman <rms@gnu.org>
2233
e5e76c04 2234 * display.texi (Refresh Screen, Forcing Redisplay):
20c63e44
RS
2235 Clarify the text and move items around.
2236
5bb0cda3
GM
22372007-11-24 Glenn Morris <rgm@gnu.org>
2238
2239 * functions.texi (Declaring Functions): New section.
2240 * compile.texi (Compiler Errors): Mention declaring functions,
2241 defvar with no initvalue, and byte-compile-warnings.
2242
af13c86a
MR
22432007-11-15 Martin Rudalics <rudalics@gmx.at>
2244
2245 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
2246 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
2247
a5373305
MR
22482007-11-13 Martin Rudalics <rudalics@gmx.at>
2249
2250 * help.texi (Help Functions): Document new macro `with-help-window'.
2251
fe284805
JL
22522007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
2253
2254 * searching.texi (Replacing Match): Describe new
2255 `match-substitute-replacement'.
2256
2c3a09b1
RS
22572007-10-31 Richard Stallman <rms@gnu.org>
2258
2259 * strings.texi (Creating Strings): Null strings from concat not unique.
2260
f2b480f4
RS
22612007-10-26 Richard Stallman <rms@gnu.org>
2262
2263 * objects.texi (Equality Predicates): Null strings are uniquified.
2264
2265 * minibuf.texi: Minor clarifications in previous change.
2266
db21122c
GM
22672007-10-25 Glenn Morris <rgm@gnu.org>
2268
2269 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
2270
2328cbb3
RS
22712007-10-24 Richard Stallman <rms@gnu.org>
2272
2273 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
2274
2275 * variables.texi (Frame-Local Variables): Node deleted.
2276 (Variables): Delete Frame-Local Variables from menu.
2277 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
2278 (Default Value): Don't mention frame-local vars.
2279
2280 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
2281
2282 * loading.texi (Unloading): Document FEATURE-unload-function
2283 instead of FEATURE-unload-hook.
2284
2328cbb3
RS
2285 * frames.texi (Multiple Displays): Don't mention frame-local vars.
2286
c066bafa
JL
22872007-10-22 Juri Linkov <juri@jurta.org>
2288
2289 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
2290 (High-Level Completion): Document a list of default value strings
2291 in the DEFAULT argument, for which minibuffer functions return the
2292 first element.
2293
65ced25f
JL
22942007-10-17 Juri Linkov <juri@jurta.org>
2295
2296 * text.texi (Filling): Update arguments of fill-paragraph.
2297 fill-paragraph operates on the active region in Transient Mark mode.
2298 Remove fill-paragraph-or-region.
2299
ee46ec8e
KB
23002007-10-13 Karl Berry <karl@gnu.org>
2301
2302 * elisp.texi (@dircategory): Move to after @copying,
2303 since we want @copying as close as possible to the beginning of
2304 the output.
2305
61bbdbc6
RS
23062007-10-12 Richard Stallman <rms@gnu.org>
2307
2308 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
2309
2310 * commands.texi (Distinguish Interactive): New node,
2311 broken out from Interactive Call and rewritten.
2312 (Command Loop): Put Distinguish Interactive in menu.
2313
af23e1e8
RS
23142007-10-09 Richard Stallman <rms@gnu.org>
2315
2316 * text.texi (Examining Properties): Mention overlay priority.
2317
2318 * display.texi (Display Margins): Correct the description
2319 of margin display specifications.
2320 (Replacing Specs): New subnode broken out of Display Property.
2321
e1965a69
JL
23222007-10-06 Juri Linkov <juri@jurta.org>
2323
2324 * text.texi (Filling): Document fill-paragraph-or-region.
2325
4638454b
JB
23262007-10-05 Juanma Barranquero <lekktu@gmail.com>
2327
2328 * display.texi (Auto Faces): Fix typo.
2329
7ed54cc5
RS
23302007-10-02 Richard Stallman <rms@gnu.org>
2331
2332 * display.texi (Display Property): Explain some display specs
2333 don't let you move point in.
2334
2335 * frames.texi (Cursor Parameters): Describe
2336 cursor-in-non-selected-windows here. Explain more values.
2337
2338 * windows.texi (Basic Windows): Don't describe
2339 cursor-in-non-selected-windows here.
2340
305a7ef2
EZ
23412007-10-01 Eli Zaretskii <eliz@gnu.org>
2342
2343 * processes.texi (Misc Network): Note that these functions are
2344 supported only on some systems.
2345
f7a7f4eb
RS
23462007-10-01 Richard Stallman <rms@gnu.org>
2347
2348 * display.texi (Overlay Properties): Explain nil as priority.
2349 Explain that conflicts are unpredictable if not resolved by
2350 priorities.
2351
780d7bb9
RS
23522007-09-23 Richard Stallman <rms@gnu.org>
2353
2354 * macros.texi (Backquote): Minor clarification.
2355
14b4fdfb
RS
23562007-09-19 Richard Stallman <rms@gnu.org>
2357
2358 * display.texi (Display Property): Explain multiple display specs.
9600ac7c
RS
2359 Clarify when they work in parallel and when one overrides.
2360 Fix error in example.
14b4fdfb 2361
b8d4c8d0
GM
23622007-09-06 Glenn Morris <rgm@gnu.org>
2363
b3e755a9 2364 Move from lispref/ to doc/lispref/. Change all setfilename
b8d4c8d0
GM
2365 commands to use ../../info.
2366 * Makefile.in (infodir): Go up one more level.
4638454b 2367 (usermanualdir): Change from ../man to ../emacs.
b8d4c8d0
GM
2368 (miscmanualdir): New.
2369 (dist): Use new variable miscmanualdir.
2370 * makefile.w32-in (infodir, texinputdir): Go up one more level.
2371 (usermanualdir): Change from ../man to ../emacs.
2372
1bb1f7d3
MR
23732007-08-30 Martin Rudalics <rudalics@gmx.at>
2374
2375 * commands.texi (Command Loop Info): Advise against changing
2376 most variables described here. Explain new variable
2377 last-repeatable-command.
2378
b8d4c8d0
GM
23792007-08-29 Glenn Morris <rgm@gnu.org>
2380
2381 * elisp.texi (EMACSVER): Increase to 23.0.50.
2382
23832007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
2384
2385 * frames.texi (Basic Parameters): Add display-environment-variable
2386 and term-environment-variable.
2387
23882007-08-28 Juri Linkov <juri@jurta.org>
2389
2390 * display.texi (Image Formats, Other Image Types): Add SVG.
2391
23922007-08-28 Juri Linkov <juri@jurta.org>
2393
2394 * display.texi (Images): Move formats-related text to new node
2395 "Image Formats".
2396 (Image Formats): New node.
2397
619fb9ee
RS
23982007-08-27 Richard Stallman <rms@gnu.org>
2399
2400 * windows.texi (Window Configurations): Clarify what
2401 a window configuration saves.
2402
b8d4c8d0
GM
24032007-08-25 Richard Stallman <rms@gnu.org>
2404
2405 * display.texi (Images): Delete redundant @findex.
2406
24072007-08-16 Richard Stallman <rms@gnu.org>
2408
2409 * processes.texi (Asynchronous Processes): Clarify
2410 doc of start-file-process.
2411
24122007-08-08 Martin Rudalics <rudalics@gmx.at>
2413
2414 * modes.texi (Example Major Modes): Fix typo.
2415
24162007-08-08 Glenn Morris <rgm@gnu.org>
2417
2418 * intro.texi (nil and t): Do not use `iff' in documentation.
2419
2420 * tips.texi (Documentation Tips): Recommend against `iff'.
2421
24222007-08-07 Chong Yidong <cyd@stupidchicken.com>
2423
2424 * display.texi (Image Cache): Document image-refresh.
2425
24262007-08-06 Martin Rudalics <rudalics@gmx.at>
2427
2428 * windows.texi (Size of Window): Document window-full-width-p.
2429
24302007-07-25 Glenn Morris <rgm@gnu.org>
2431
2432 * gpl.texi (GPL): Replace license with GPLv3.
2433
2434 * Relicense all FSF files to GPLv3 or later.
2435
24362007-07-24 Michael Albinus <michael.albinus@gmx.de>
2437
4638454b
JB
2438 * processes.texi (Synchronous Processes):
2439 Add `process-file-shell-command'.
b8d4c8d0
GM
2440 (Asynchronous Processes): Mention restricted use of
2441 `process-filter' and `process-sentinel' in
2442 `start-file-process'. Add `start-file-process-shell-command'.
2443
24442007-07-17 Michael Albinus <michael.albinus@gmx.de>
2445
2446 * files.texi (Magic File Names): Introduce optional parameter
2447 IDENTIFICATION for `file-remote-p'.
2448
24492007-07-16 Richard Stallman <rms@gnu.org>
2450
2451 * display.texi (Defining Faces): Fix previous change.
2452
24532007-07-14 Richard Stallman <rms@gnu.org>
2454
2455 * control.texi (Handling Errors): Document `debug' in handler list.
2456
24572007-07-10 Richard Stallman <rms@gnu.org>
2458
2459 * display.texi (Defining Faces): Explain C-M-x feature for defface.
2460
24612007-07-09 Richard Stallman <rms@gnu.org>
2462
2463 * files.texi (Magic File Names): Rewrite previous change.
2464
24652007-07-08 Michael Albinus <michael.albinus@gmx.de>
2466
2467 * files.texi (Magic File Names): Introduce optional parameter
2468 CONNECTED for `file-remote-p'.
2469
24702007-07-07 Michael Albinus <michael.albinus@gmx.de>
2471
2472 * processes.texi (Asynchronous Processes):
2473 * files.texi (Magic File Names): Add `start-file-process'.
2474
24752007-06-27 Richard Stallman <rms@gnu.org>
2476
2477 * files.texi (Format Conversion Piecemeal): Clarify
2478 `after-insert-file-functions' calling convention.
2479
24802007-06-27 Michael Albinus <michael.albinus@gmx.de>
2481
4638454b
JB
2482 * files.texi (Magic File Names): Remove `dired-call-process'.
2483 Add `process-file'.
b8d4c8d0
GM
2484
24852007-06-27 Kenichi Handa <handa@m17n.org>
2486
2487 * text.texi (Special Properties): Fix description about
4638454b 2488 `composition' property.
b8d4c8d0
GM
2489
24902007-06-26 Kenichi Handa <handa@m17n.org>
2491
2492 * nonascii.texi (Default Coding Systems): Document about the
2493 return value `undecided'.
2494
24952007-06-25 David Kastrup <dak@gnu.org>
2496
2497 * keymaps.texi (Active Keymaps): Document new POSITION argument of
2498 `current-active-maps'.
2499
25002007-06-24 Karl Berry <karl@gnu.org>
2501
4638454b 2502 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
b8d4c8d0
GM
2503
25042007-06-15 Juanma Barranquero <lekktu@gmail.com>
2505
2506 * display.texi (Overlay Arrow): Doc fix.
2507
25082007-06-14 Karl Berry <karl@tug.org>
2509
2510 * anti.texi (Antinews): Typo.
2511
25122007-06-14 Chong Yidong <cyd@stupidchicken.com>
2513
2514 * display.texi (Image Cache): Document image-refresh.
2515
25162007-06-12 Karl Berry <karl@gnu.org>
2517
2518 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
2519 * two-volume.make: New file.
2520 * .cvsignore: Ignore two-volume files.
2521
25222007-06-12 Tom Tromey <tromey@redhat.com>
2523
2524 * os.texi (Init File): Document user-emacs-directory.
2525
25262007-06-03 Nick Roberts <nickrob@snap.net.nz>
2527
2528 * commands.texi (Click Events): Describe width and height when
2529 object is nil.
2530
25312007-05-30 Nick Roberts <nickrob@snap.net.nz>
2532
2533 * commands.texi (Click Events): Layout more logically. Describe
2534 width and height.
2535 (Drag Events, Motion Events): Update to new format for position.
2536
25372007-06-02 Richard Stallman <rms@gnu.org>
2538
2539 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
2540
25412007-06-02 Chong Yidong <cyd@stupidchicken.com>
2542
2543 * Version 22.1 released.
2544
25452007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2546
2547 * text.texi (Special Properties): Correct meaning of fontified face.
2548
25492007-05-30 Richard Stallman <rms@gnu.org>
2550
2551 * text.texi (Special Properties): Add link to Adjusting Point.
2552
25532007-05-12 Richard Stallman <rms@gnu.org>
2554
2555 * text.texi (Margins): indent-to-left-margin is not the default.
2556 (Mode-Specific Indent): For indent-line-function, the default
2557 is indent-relative.
2558
2559 * modes.texi (Example Major Modes): Explain last line of text-mode
2560 is redundant.
2561
25622007-05-10 Richard Stallman <rms@gnu.org>
2563
2564 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
2565
2566 * help.texi (Keys in Documentation): Add reference to
2567 Documentation Tips.
2568
2569 * files.texi (Format Conversion): TO-FN gets three arguments.
2570
2571 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
2572
25732007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
2574
2575 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
2576 * files.texi (Format Conversion): Expand intro; add menu.
2577 (Format Conversion Overview, Format Conversion Round-Trip)
2578 (Format Conversion Piecemeal): New nodes/subsections.
2579 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
2580 * text.texi (Text Properties): Remove "Saving Properties" from menu.
2581 (Saving Properties): Delete node/subsection.
2582
25832007-05-07 Karl Berry <karl@gnu.org>
2584
2585 * elisp.texi (EMACSVER): Back to 22.
2586
25872007-05-06 Richard Stallman <rms@gnu.org>
2588
2589 * processes.texi (Accepting Output): Revert most of previous change.
2590
25912007-05-05 Richard Stallman <rms@gnu.org>
2592
2593 * processes.texi (Accepting Output): accept-process-output
2594 uses microseconds, not milliseconds. But that arg is obsolete.
2595
25962007-05-04 Karl Berry <karl@tug.org>
2597
2598 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
2599
26002007-05-04 Eli Zaretskii <eliz@gnu.org>
2601
2602 * tips.texi (Documentation Tips): Rearrange items to place the
2603 more important ones first. Add an index entry for hyperlinks.
2604
26052007-05-03 Karl Berry <karl@gnu.org>
2606
2607 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
2608 (EMACSVER) [smallbook]: 22 for printed version.
2609
2610 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
2611 so restore anchor to normal position after defun. Found by Kevin Ryde.
2612
26132007-04-26 Glenn Morris <rgm@gnu.org>
2614
2615 * elisp.texi (EMACSVER): Increase to 22.1.50.
2616
26172007-04-28 Karl Berry <karl@gnu.org>
2618
2619 * elisp.texi: Improve line breaks on copyright page,
2620 similar layout to emacs manual, 8.5x11 by default.
2621
26222007-04-24 Richard Stallman <rms@gnu.org>
2623
2624 * text.texi (Special Properties): Add xref to Overlay Properties.
2625
2626 * display.texi (Overlay Properties): Add xref to Special Properties.
2627
26282007-04-22 Richard Stallman <rms@gnu.org>
2629
2630 * keymaps.texi (Extended Menu Items): Move the info about
2631 format with cached keyboard binding.
2632
26332007-04-21 Richard Stallman <rms@gnu.org>
2634
2635 * text.texi (Special Properties): Clarify previous change.
2636
2637 * files.texi (File Name Expansion): Clarify previous change.
2638
2639 * display.texi (Attribute Functions): Fix example for
2640 face-attribute-relative-p.
2641
26422007-04-19 Kenichi Handa <handa@m17n.org>
2643
2644 * text.texi (Special Properties): Document composition property.
2645
26462007-04-19 Glenn Morris <rgm@gnu.org>
2647
2648 * files.texi (File Name Expansion): Mention "superroot".
2649
26502007-04-15 Chong Yidong <cyd@stupidchicken.com>
2651
2652 * frames.texi (Multiple Displays): Add note about "multi-monitor"
2653 setups.
2654 (Display Feature Testing): Note that display refers to all
2655 physical monitors for multi-monitor setups.
2656
26572007-04-14 Richard Stallman <rms@gnu.org>
2658
2659 * lists.texi (Sets And Lists): Clarify `delete' examples.
2660 Remove spurious xref to same node.
2661 Clarify xref for add-to-list.
2662
26632007-04-12 Nick Roberts <nickrob@snap.net.nz>
2664
2665 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
2666 value of lisp-mode-map.
2667
26682007-04-11 Karl Berry <karl@gnu.org>
2669
2670 * anti.texi (Antinews):
2671 * display.texi (Overlay Properties, Defining Images):
2672 * processes.texi (Synchronous Processes, Sentinels):
2673 * syntax.texi (Syntax Table Internals):
2674 * searching.texi (Regexp Special):
2675 * nonascii.texi (Default Coding Systems):
2676 * text.texi (Special Properties):
2677 * minibuf.texi (Basic Completion): Wording to improve breaks in
2678 8.5x11 format.
2679 * elisp.texi (smallbook): New @set to more easily switch between
2680 smallbook and 8.5x11.
2681
26822007-04-11 Richard Stallman <rms@gnu.org>
2683
2684 * text.texi (Lazy Properties): Minor fix.
2685
26862007-04-08 Karl Berry <karl@gnu.org>
2687
2688 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
2689 * macros.texi (Backquote): Downcase Backquote in index entries for
2690 consistency.
2691
26922007-04-08 Richard Stallman <rms@gnu.org>
2693
2694 * text.texi (Adaptive Fill): Just describe default,
2695 don't show it (since it contains non-ASCII chars).
2696
26972007-04-07 Karl Berry <karl@gnu.org>
2698
2699 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
2700 adaptive-fill-regexp's value, since they are not in the standard
2701 TeX fonts.
2702
27032007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
2704
2705 * display.texi (Defining Faces): Fix example.
2706
27072007-04-07 Karl Berry <karl@gnu.org>
2708
2709 * display.texi (Button Buffer Commands): Improve page break.
2710
27112007-04-07 Richard Stallman <rms@gnu.org>
2712
2713 * advice.texi (Activation of Advice): Remove redundant index entry.
2714
2715 * backups.texi: Improve index entries. Remove redundant ones.
2716
2717 * compile.texi (Byte Compilation): Improve index entry.
2718
2719 * hash.texi (Creating Hash): Improve index entry.
2720
2721 * symbols.texi (Definitions): Improve index entry.
2722
2723 * edebug.texi: Improve index entries. Remove redundant/useless ones.
2724
2725 * maps.texi (Standard Keymaps): Remove useless index entry.
2726
2727 * help.texi (Documentation Basics): Remove redundant index entries.
2728
2729 * customize.texi: Improve index entries.
2730 Remove redundant/useless ones.
2731
2732 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
2733
2734 * streams.texi (Output Variables): Improve index entry.
2735
2736 * abbrevs.texi (Abbrevs): Remove useless index entry.
2737
2738 * macros.texi (Expansion): Remove useless index entry.
2739
2740 * text.texi: Improve index entries. Remove redundant/useless ones.
2741 (Text Properties, Examining Properties)
2742 (Special Properties): Use "property category" instead of "category"
2743 to refer to the `category' property.
2744
2745 * positions.texi: Improve index entries. Remove useless one.
2746
2747 * lists.texi: Improve index entries. Remove redundant/useless ones.
2748
2749 * os.texi: Improve index entries.
2750 (Timers): Fix previous change.
2751
2752 * buffers.texi: Improve index entries.
2753 (Modification Time): Get rid of term "obsolete buffer".
2754
2755 * debugging.texi: Improve index entries.
2756 (Test Coverage): Add xref to other test coverage ftr.
2757
2758 * eval.texi: Improve index entry. Remove redundant ones.
2759
2760 * numbers.texi: Improve index entries. Remove redundant/useless ones.
2761
2762 * files.texi: Improve index entries. Remove redundant/useless ones.
2763
2764 * objects.texi: Improve index entries.
2765
2766 * processes.texi: Improve index entries.
2767
2768 * modes.texi: Improve index entry. Remove redundant one.
2769
2770 * nonascii.texi: Improve index entries.
2771
2772 * internals.texi: Improve index entries.
2773
2774 * syntax.texi: Improve index entries.
2775
2776 * keymaps.texi (Active Keymaps): Improve index entries.
2777
2778 * commands.texi: Improve index entries. Remove redundant/useless ones.
2779
2780 * frames.texi: Improve index entries. Remove redundant/useless ones.
2781
2782 * markers.texi: Improve index entries. Remove redundant ones.
2783
2784 * tips.texi: Improve index entries.
2785
2786 * loading.texi (Unloading): Improve index entry.
2787
2788 * variables.texi: Improve index entries. Remove redundant one.
2789
2790 * sequences.texi: Improve index entry.
2791
2792 * display.texi: Improve index entries. Remove redundant ones.
2793
2794 * windows.texi: Improve index entries.
2795
2796 * searching.texi: Improve index entries. Remove redundant one.
2797
2798 * strings.texi (Case Tables): Improve last change.
2799
28002007-04-04 Chong Yidong <cyd@stupidchicken.com>
2801
2802 * strings.texi (Case Tables): Document with-case-table and
2803 ascii-case-table.
2804
28052007-04-03 Karl Berry <karl@gnu.org>
2806
2807 * processes.texi (Network): Reword to improve page break.
2808
28092007-04-03 Eli Zaretskii <eliz@gnu.org>
2810
2811 * functions.texi (Inline Functions): Describe more disadvantages
2812 of defsubst, and make advice against it stronger.
2813
28142007-04-02 Karl Berry <karl@gnu.org>
2815
2816 * backups.texi (Backup Names): Avoid widow words.
2817 * modes.texi (Example Major Modes): Align last comment.
2818
28192007-04-01 Chong Yidong <cyd@stupidchicken.com>
2820
2821 * keymaps.texi (Remapping Commands): Document new arg to
2822 command-remapping.
2823
28242007-04-01 Karl Berry <karl@gnu.org>
2825
2826 * processes.texi (Low-Level Network): Typo.
2827 * loading.texi (Hooks for Loading): Avoid double "the".
2828 * keymaps.texi (Key Sequences): No double "and".
2829 (Changing Key Bindings): Shorten to improve line break.
2830
28312007-03-31 Glenn Morris <rgm@gnu.org>
2832
2833 * os.texi (Timers): Fix description of run-at-time TIME formats.
2834
28352007-03-31 Richard Stallman <rms@gnu.org>
2836
2837 * display.texi (Invisible Text): Correct buffer-invisibility-spec
2838 regarding ellipsis.
2839
28402007-03-31 Eli Zaretskii <eliz@gnu.org>
2841
2842 * intro.texi (nil and t):
2843 * symbols.texi (Plists and Alists):
2844 * variables.texi (Variable Aliases, Constant Variables):
2845 * functions.texi (Defining Functions):
2846 * advice.texi (Advising Primitives):
2847 * debugging.texi (Syntax Errors, Compilation Errors):
2848 * minibuf.texi (Minibuffer Windows):
2849 * commands.texi (Adjusting Point):
2850 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
2851 (Auto Major Mode, Major Mode Conventions):
2852 * help.texi (Describing Characters):
2853 * files.texi (Create/Delete Dirs, Information about Files)
2854 (File Locks, Writing to Files, Reading from Files)
2855 (Saving Buffers):
2856 * windows.texi (Resizing Windows, Cyclic Window Ordering):
2857 * frames.texi (Finding All Frames):
2858 * positions.texi (Buffer End, Motion):
2859 * markers.texi (The Region):
2860 * text.texi (Deletion, Near Point):
2861 * display.texi (Displaying Messages, Truncation):
2862 * os.texi (Processor Run Time):
2863 * tips.texi (Key Binding Conventions, Programming Tips)
2864 (Warning Tips, Documentation Tips, Comment Tips):
2865 * internals.texi (Memory Usage): Improve indexing.
2866
2867 * variables.texi (Frame-Local Variables):
2868 * functions.texi (Argument List):
2869 * loading.texi (Library Search):
2870 * streams.texi (Output Variables):
2871 * keymaps.texi (Translation Keymaps, Searching Keymaps):
2872 * searching.texi (Replacing Match, Search and Replace):
2873 * processes.texi (Byte Packing, Decoding Output)
2874 (Accepting Output, Network Servers, Shell Arguments):
2875 * display.texi (Abstract Display, Image Cache, Scroll Bars):
2876 * windows.texi (Window Point, Window Start):
2877 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
2878 * commands.texi (Reading Input, Keyboard Events):
2879 * minibuf.texi (Reading File Names, Minibuffer Completion)
2880 (Recursive Mini):
2881 * positions.texi (List Motion):
2882 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
2883 * numbers.texi (Arithmetic Operations, Math Functions)
2884 (Predicates on Numbers, Comparison of Numbers):
2885 (Numeric Conversions):
2886 * locals.texi (Standard Buffer-Local Variables):
2887 * maps.texi (Standard Keymaps):
2888 * os.texi (User Identification, System Environment, Recording Input)
2889 (X11 Keysyms):
2890 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
2891 * backups.texi (Backups and Auto-Saving):
2892 * customize.texi (Customization, Group Definitions)
2893 (Variable Definitions):
2894 * compile.texi (Byte Compilation): Improve index entries.
2895
28962007-03-31 Karl Berry <karl@gnu.org>
2897
2898 * macros.texi (Defining Macros): Avoid widow syllable.
2899
29002007-03-31 Eli Zaretskii <eliz@gnu.org>
2901
2902 * elisp.texi (Top): Postscript -> PostScript.
2903
2904 * display.texi (Images, Postscript Images): Postscript -> PostScript.
2905
29062007-03-31 Markus Triska <markus.triska@gmx.at>
2907
2908 * internals.texi (Writing Emacs Primitives): Untabify `For'.
2909
29102007-03-30 Karl Berry <karl@gnu.org>
2911
2912 * lists.texi (List-related Predicates): Remove spurious @need.
2913 (Setcdr): Use @smallexample to improve page break.
2914 (Association Lists) <assoc>: Reword to improve page break.
2915
2916 * strings.texi (String Conversion): Insert blank line to improve
2917 page break.
2918
2919 * numbers.texi (Random Numbers): Use @minus{}.
2920 (Math Functions): Use @minus{}.
2921
2922 * intro.texi (Acknowledgements): Avoid line breaks before middle
2923 initials.
2924
29252007-03-24 Eli Zaretskii <eliz@gnu.org>
2926
2927 * errors.texi (Standard Errors): Add an index entry.
2928
29292007-03-19 Richard Stallman <rms@gnu.org>
2930
2931 * os.texi (Recording Input): recent-keys now gives 300 keys.
2932
29332007-03-12 Glenn Morris <rgm@gnu.org>
2934
2935 * os.texi: Replace "daylight savings" with "daylight saving"
2936 throughout.
2937
29382007-03-05 Richard Stallman <rms@gnu.org>
2939
2940 * variables.texi (File Local Variables): Update
2941 enable-local-variables values.
2942
29432007-03-04 Richard Stallman <rms@gnu.org>
2944
2945 * syntax.texi (Control Parsing): Minor clarification.
2946
2947 * strings.texi (Formatting Strings): Clarify width, precision, flags.
2948
2949 * sequences.texi (Sequence Functions): Move string-bytes away,
2950 add xref.
2951
2952 * nonascii.texi (Text Representations): Move string-bytes here.
2953
2954 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
2955
2956 * minibuf.texi (Basic Completion): Minor clarification.
2957
2958 * markers.texi (The Mark): Clarify existence vs activation of mark.
2959 Other cleanup.
2960
2961 * display.texi (Finding Overlays): Write better example.
2962
2963 * compile.texi (Eval During Compile): Clarify putting macros
2964 in eval-when-compile.
2965
c5602427 29662007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
b8d4c8d0
GM
2967
2968 * loading.texi (How Programs Do Loading): Fix anchor position at
c5602427 2969 load-read-function definition doc.
b8d4c8d0
GM
2970
29712007-02-21 Kim F. Storm <storm@cua.dk>
2972
2973 * strings.texi (Text Comparison): Mention that assoc-string
2974 converts symbols to strings before testing.
2975
29762007-02-17 Kim F. Storm <storm@cua.dk>
2977
2978 * processes.texi (Bindat Spec): Vector types can have optional
2979 element type.
2980 (Bindat Examples): Fix example. Add vector with element type.
2981
29822007-02-16 Andreas Schwab <schwab@suse.de>
2983
2984 * strings.texi (Formatting Strings): Document '+' flag.
2985
29862007-02-15 Juanma Barranquero <lekktu@gmail.com>
2987
2988 * strings.texi (Modifying Strings): Clarify that `clear-string'
2989 always converts the string to unibyte.
2990
29912007-02-14 Kim F. Storm <storm@cua.dk>
2992
2993 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
2994 Rewrite glyph code description to refer to these functions.
2995 Remove details of encoding face number and char into integer code.
2996
29972007-02-03 Alan Mackenzie <acm@muc.de>
2998
2999 * loading.texi (Hooks for Loading): Make the description of
3000 `eval-after-load' more detailed, and amend the description of
3001 after-load-alist, in accordance with changes from 2006-05.
3002
30032007-02-03 Chong Yidong <cyd@stupidchicken.com>
3004
3005 * modes.texi (Defining Minor Modes): Document that a :require
3006 keyword or similar may be required to make saved customization
3007 variables work.
3008
30092007-02-03 Eli Zaretskii <eliz@gnu.org>
3010
3011 * elisp.texi (Top): Make the detailed menu headers compliant with
3012 Texinfo guidelines and with what texnfo-upd.el expects. Add
3013 comments to prevent people from inadvertently modifying the key
3014 parts needed by `texinfo-multiple-files-update'.
3015
30162007-02-02 Eli Zaretskii <eliz@gnu.org>
3017
3018 * elisp.texi (Top): Update the top-level menus.
3019
3020 * syntax.texi (Categories): Add index entries.
3021
30222007-02-01 Juanma Barranquero <lekktu@gmail.com>
3023
3024 * display.texi (Attribute Functions): Fix name and description of
3025 the UNDERLINE arg of `set-face-underline-p'.
3026
30272007-01-29 Eli Zaretskii <eliz@gnu.org>
3028
3029 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
3030 Variables", and "Standard Keymaps" to the detailed menu.
3031
3032 * variables.texi (Future Local Variables): Add index entry.
3033
30342007-01-28 Richard Stallman <rms@gnu.org>
3035
3036 * tips.texi (Coding Conventions): Clarify the tip about macros
3037 that define a function or a variable.
3038
3039 * files.texi (File Attributes): UID and GID can be floats.
3040 (Magic File Names): Explain why deferring all operations to
3041 the standard handler does not work.
3042
30432007-01-23 Martin Rudalics <rudalics@gmx.at>
3044
3045 * backups.texi (Reverting): Use "buffer" instead of "file"
3046 when talking about major and minor modes.
3047
30482007-01-21 Richard Stallman <rms@gnu.org>
3049
3050 * help.texi (Documentation): Add xref to Documentation Tips.
3051
30522007-01-14 Juanma Barranquero <lekktu@gmail.com>
3053
3054 * tips.texi (Coding Conventions): Fix typos.
3055
30562007-01-05 Richard Stallman <rms@gnu.org>
3057
3058 * modes.texi (Defining Minor Modes): Fix previous change.
3059
30602007-01-03 Richard Stallman <rms@gnu.org>
3061
3062 * customize.texi (Variable Definitions, Customization Types):
3063 Don't use * in doc string for defcustom.
3064
30652007-01-02 Richard Stallman <rms@gnu.org>
3066
3067 * variables.texi (Variable Aliases): Clarify that aliases vars
3068 always have the same value.
3069
3070 * processes.texi (Bindat Spec): Fix Texinfo usage.
3071
3072 * modes.texi (Defining Minor Modes): Explain effect of command
3073 defined with define-global-minor-mode on new buffers.
3074
30752006-12-30 Kim F. Storm <storm@cua.dk>
3076
3077 * keymaps.texi (Tool Bar): Describe `grow-only' value of
3078 `auto-resize-tool-bars'.
3079
30802006-12-30 Richard Stallman <rms@gnu.org>
3081
3082 * keymaps.texi (Active Keymaps): Fix previous change.
3083
30842006-12-30 Nick Roberts <nickrob@snap.net.nz>
3085
3086 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
3087
30882006-12-30 Kim F. Storm <storm@cua.dk>
3089
3090 * processes.texi (Bindat Spec): Clarify using field names in
3091 length specifications.
3092
30932006-12-29 Kim F. Storm <storm@cua.dk>
3094
3095 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
3096 Add count and index variables for eval forms in repeat blocks.
3097
30982006-12-24 Richard Stallman <rms@gnu.org>
3099
3100 * customize.texi (Variable Definitions): Document
3101 new name custom-add-frequent-value.
3102
31032006-12-19 Kim F. Storm <storm@cua.dk>
3104
3105 * commands.texi (Misc Events): User signals now result in sigusr1
3106 and sigusr2 events which are handled through special-event-map.
3107 (Special Events): User signals and drag-n-drop are special.
3108
31092006-12-17 Richard Stallman <rms@gnu.org>
3110
3111 * loading.texi (Named Features): Explain subfeatures better.
3112
3113 * customize.texi: Use "option" only for user options.
3114 For the keyword values inside defcustom etc, say "keywords".
3115 For :options value's elements, say "elements".
3116 :group should not be omitted.
3117
3118 * syntax.texi (Parsing Expressions): Split up node.
3119 (Motion via Parsing, Position Parse, Parser State)
3120 (Low-Level Parsing, Control Parsing): New subnodes.
3121 (Parser State): Document syntax-ppss-toplevel-pos.
3122
3123 * positions.texi (List Motion): Punctuation fix.
3124
3125 * files.texi (File Name Completion): Document PREDICATE arg
3126 to file-name-completion.
3127
31282006-12-16 Eli Zaretskii <eliz@gnu.org>
3129
3130 * internals.texi (Building Emacs, Writing Emacs Primitives):
3131 Add index entries.
3132
31332006-12-11 Richard Stallman <rms@gnu.org>
3134
3135 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
3136 affects face menu. Explain how to make it non-nil without enabling
3137 any fontification.
3138
31392006-12-10 Chong Yidong <cyd@stupidchicken.com>
3140
3141 * modes.texi (Font Lock Basics): Document nil value of
3142 font-lock-defaults.
3143
31442006-12-10 Glenn Morris <rgm@gnu.org>
3145
3146 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
3147 value for system-flag argument. Abbrev tables may not be empty
3148 when major modes are loaded.
3149
31502006-12-08 Juanma Barranquero <lekktu@gmail.com>
3151
3152 * makefile.w32-in (maintainer-clean): Partially revert last
3153 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
3154 to protect elisp-covers.texi.
3155
31562006-12-07 Juanma Barranquero <lekktu@gmail.com>
3157
3158 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
3159 Don't remove elisp* info files; they are already deleted by the
3160 `clean' and `distclean' targets, and they are in the $(infodir)
3161 directory, not the current one.
3162
31632006-12-04 Kim F. Storm <storm@cua.dk>
3164
3165 * commands.texi (Misc Events): Update signal events.
3166 (Event Examples): Add signal example.
3167
31682006-11-29 Richard Stallman <rms@gnu.org>
3169
3170 * frames.texi (Visibility of Frames): Explain visible windows
3171 can be covered by others. Add xref for raise-frame.
3172
31732006-11-28 Richard Stallman <rms@gnu.org>
3174
3175 * searching.texi (Regexp Special): Update when ^ is special.
3176
31772006-11-27 Eli Zaretskii <eliz@gnu.org>
3178
3179 * customize.texi (Customization, Common Keywords)
3180 (Group Definitions, Variable Definitions, Composite Types)
3181 (Type Keywords, Customization Types): Add index entries for
3182 various customization keywords.
3183
31842006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3185
3186 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
3187
c8763fb6 31882006-11-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
3189
3190 * frames.texi (Window System Selections): Remove clipboard from
3191 description of selection-coding-system.
3192
31932006-11-06 Richard Stallman <rms@gnu.org>
3194
3195 * lists.texi (List Variables): Document COMPARE-FN.
3196
3197 * keymaps.texi: Avoid use of "binding" to mean a relation;
3198 use it only to refer to the meaning associated with a key.
3199 (Keymaps): Change menu node description.
3200
3201 * elisp.texi (Top): Change menu node description.
3202
3203 * display.texi (Managing Overlays): Document overlay-recenter.
3204
32052006-10-29 Chong Yidong <cyd@stupidchicken.com>
3206
3207 * Makefile.in: Use relative paths to avoid advertising filesystem
3208 contents during compilation.
3209
32102006-10-23 Kim F. Storm <storm@cua.dk>
3211
3212 * commands.texi (Event Input Misc): Update unread-command-events.
3213
32142006-10-23 Nick Roberts <nickrob@snap.net.nz>
3215
3216 * lists.texi (Sets And Lists): Fix typos.
3217
32182006-10-18 Juanma Barranquero <lekktu@gmail.com>
3219
3220 * control.texi (Processing of Errors): Use @var for an argument,
3221 not @code.
3222
32232006-10-16 Richard Stallman <rms@gnu.org>
3224
3225 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
3226
3227 * keymaps.texi (Format of Keymaps): Show all the keymap element
3228 patterns that result from menu items.
3229 (Key Lookup): Minor cleanups.
3230
3231 * modes.texi (Precalculated Fontification): Don't say that
3232 not setting font-lock-defaults avoids loading font-lock.
3233
3234 * help.texi (Documentation): Move xref to Emacs Manual here.
3235 (Documentation Basics): From here.
3236 Also doc emacs-lisp-docstring-fill-column.
3237
3238 * elisp.texi: Update version and ISBN.
3239
3240 * commands.texi (Interactive Call): Clarify KEYS arg to
3241 call-interactively is a vector.
3242 (Command Loop Info): Delete anchor in this-command-keys.
3243 Add anchor in this-command-keys-vector.
3244 (Recursive Editing): Document how recursive-edit
3245 handles the current buffer.
3246
32472006-10-13 Chong Yidong <cyd@stupidchicken.com>
3248
3249 * frames.texi (Frame Titles): %c and %l are ignored in
3250 frame-title-format.
3251
32522006-10-11 Richard Stallman <rms@gnu.org>
3253
3254 * keymaps.texi (Key Sequences): Clarify use of kbd.
3255
32562006-10-10 Kim F. Storm <storm@cua.dk>
3257
3258 * lists.texi (Sets And Lists): Add memql.
3259
32602006-10-03 Richard Stallman <rms@gnu.org>
3261
3262 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
3263 Clarify :ascii: and :nonascii:.
3264
32652006-09-29 Juri Linkov <juri@jurta.org>
3266
3267 * modes.texi (%-Constructs): Reorder coding systems in the
3268 documentation of %z to the real order displayed in the modeline.
3269
32702006-09-25 Richard Stallman <rms@gnu.org>
3271
3272 * os.texi (Timers): Describe timer-max-repeats.
3273
32742006-09-25 Chong Yidong <cyd@stupidchicken.com>
3275
3276 * os.texi (Timers): Mention with-local-quit.
3277
32782006-09-24 Richard Stallman <rms@gnu.org>
3279
3280 * searching.texi (Searching and Matching): Mention property search.
3281
3282 * commands.texi (Command Loop Info): Explain how read-event affects
3283 this-command-keys.
3284
32852006-09-20 Richard Stallman <rms@gnu.org>
3286
3287 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
3288
3289 * windows.texi (Window Start): Minor cleanups.
3290
32912006-09-20 Kim F. Storm <storm@cua.dk>
3292
3293 * windows.texi (Window Start): pos-visible-in-window-p allows
3294 specifying t for position to mean "end of window".
3295 Add window-line-height.
3296
3297 * anti.texi (Antinews): Mention window-line-height.
3298
32992006-09-19 David Kastrup <dak@gnu.org>
3300
3301 * keymaps.texi (Searching Keymaps): Small clarification.
3302
33032006-09-18 Richard Stallman <rms@gnu.org>
3304
3305 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
3306 cause keyboard menus.
3307 (Menu Keymaps): Likewise.
3308 (Defining Menus, Keyboard Menus): Clarify.
3309
3310 * text.texi (Fields): Clarify explanation of constrain-to-field.
3311
33122006-09-16 Eli Zaretskii <eliz@gnu.org>
3313
3314 * variables.texi (Tips for Defining): Fix a typo.
3315
33162006-09-15 Richard Stallman <rms@gnu.org>
3317
3318 * keymaps.texi (Remapping Commands, Searching Keymaps)
3319 (Active Keymaps): Clean up previous change.
3320
33212006-09-15 Jay Belanger <belanger@truman.edu>
3322
3323 * gpl.texi: Replace "Library Public License" by "Lesser Public
3324 License" throughout.
3325
33262006-09-15 David Kastrup <dak@gnu.org>
3327
3328 * keymaps.texi (Active Keymaps): Adapt description to use
3329 `get-char-property' instead `get-text-property'. Explain how
3330 mouse events change this. Explain the new optional argument of
3331 `key-binding' and its mouse-dependent lookup.
3332 (Searching Keymaps): Adapt description similarly.
3333 (Remapping Commands): Explain the new optional argument of
3334 `command-remapping'.
3335
33362006-09-14 Richard Stallman <rms@gnu.org>
3337
3338 * keymaps.texi (Searching Keymaps): Clarification.
3339 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
3340
33412006-09-13 Richard Stallman <rms@gnu.org>
3342
3343 * objects.texi (Character Type): Node split.
3344 Add xref to Describing Characters.
3345 (Basic Char Syntax, General Escape Syntax)
3346 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
3347
33482006-09-11 Richard Stallman <rms@gnu.org>
3349
3350 * display.texi (Display Table Format): Wording clarification.
3351 (Glyphs): Clarifications.
3352
33532006-09-10 Chong Yidong <cyd@stupidchicken.com>
3354
3355 * keymaps.texi (Active Keymaps): Mention that key-binding checks
3356 local maps.
3357
33582006-09-10 Kim F. Storm <storm@cua.dk>
3359
3360 * display.texi (Forcing Redisplay): Document return value of
3361 function redisplay.
3362
33632006-09-09 Richard Stallman <rms@gnu.org>
3364
3365 * windows.texi (Window Hooks): Explain limits of
3366 window-scroll-functions.
3367
3368 * display.texi (Fringe Indicators): Update for last change in
3369 indicate-buffer-boundaries.
3370
33712006-09-08 Richard Stallman <rms@gnu.org>
3372
3373 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
3374
33752006-09-06 Kim F. Storm <storm@cua.dk>
3376
3377 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
3378
3379 * windows.texi (Window Start): Update pos-visible-in-window-p.
3380
33812006-09-04 Richard Stallman <rms@gnu.org>
3382
3383 * processes.texi (Accepting Output): Explain SECONDS=0 for
3384 accept-process-output.
3385
3386 * os.texi (Idle Timers): Explain why timer functions should not
3387 loop until (input-pending-p).
3388
33892006-09-02 Eli Zaretskii <eliz@gnu.org>
3390
3391 * makefile.w32-in (usermanualdir): New variable.
3392 (elisp.dvi): Use it.
3393
33942006-09-01 Eli Zaretskii <eliz@gnu.org>
3395
3396 * buffers.texi (Buffer Modification): Fix last change.
3397
33982006-09-01 Chong Yidong <cyd@stupidchicken.com>
3399
3400 * buffers.texi (Buffer Modification): Document
3401 buffer-chars-modified-tick.
3402
34032006-08-31 Richard Stallman <rms@gnu.org>
3404
3405 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
3406
34072006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
3408
3409 * modes.texi (Syntactic Font Lock):
3410 Mention font-lock-syntactic-face-function
3411 instead of specific faces.
3412
34132006-08-29 Chong Yidong <cyd@stupidchicken.com>
3414
3415 * display.texi (Images): Add xrref to display-images-p.
3416
34172006-08-28 Kenichi Handa <handa@m17n.org>
3418
3419 * nonascii.texi (Lisp and Coding Systems): Fix description of
3420 detect-coding-region.
3421
34222006-08-27 Michael Olson <mwolson@gnu.org>
3423
3424 * processes.texi (Transaction Queues): Remove stray quote
3425 character.
3426
34272006-08-25 Richard Stallman <rms@gnu.org>
3428
3429 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
3430 Add xref.
3431
34322006-08-24 Chong Yidong <cyd@stupidchicken.com>
3433
3434 * os.texi (Timers): Avoid waiting inside timers.
3435
34362006-08-21 Lute Kamstra <lute@gnu.org>
3437
3438 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
3439
34402006-08-20 Richard Stallman <rms@gnu.org>
3441
3442 * os.texi (Idle Timers): New node, split out from Timers.
3443 Document current-idle-time.
3444 * commands.texi (Reading One Event): Update xref.
3445 * elisp.texi (Top): Update subnode menu.
3446
34472006-08-16 Richard Stallman <rms@gnu.org>
3448
3449 * keymaps.texi (Extended Menu Items): Show format of cached
3450 bindings in extended menu items.
3451
3452 * customize.texi (Variable Definitions): Explain when the
3453 standard value expression is evaluated.
3454
34552006-08-15 Chong Yidong <cyd@stupidchicken.com>
3456
3457 * commands.texi (Reading One Event): Explain idleness in
3458 `read-event'.
3459
34602006-08-12 Chong Yidong <cyd@stupidchicken.com>
3461
3462 * text.texi (Near Point): Say "cursor" not "terminal cursor".
3463 (Commands for Insertion): Removed split-line since it's not
3464 relevant for Lisp programming.
3465 (Yank Commands): Rewrite introduction.
3466 (Undo): Clarify.
3467 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
3468 (Filling): Remove redundant comment. Clarify return value of
3469 current-justification.
3470 (Margins): Minor clarifications.
3471 (Adaptive Fill): Update default value of adaptive-fill-regexp.
3472 (Sorting): Update definition of sort-lines.
3473 (Columns): Clarify behavior of sort-columns.
3474 (Indent Tabs): Link to Tab Stops in Emacs manual.
3475 (Special Properties): Clarify.
3476 (Clickable Text): Mention Buttons package.
3477
34782006-08-12 Kevin Ryde <user42@zip.com.au>
3479
3480 * os.texi (Time Parsing): Add %z to description of
3481 format-time-string, as per docstring. Add cross reference to
3482 glibc manual for strftime.
3483
34842006-08-08 Richard Stallman <rms@gnu.org>
3485
3486 * modes.texi: Clean up wording in previous change.
3487
34882006-08-07 Chong Yidong <cyd@stupidchicken.com>
3489
3490 * modes.texi (Hooks): Clarify.
3491 (Major Mode Basics): Mention define-derived-mode explicitly.
3492 (Major Mode Conventions): Rebinding RET is OK for some modes.
3493 Mention change-major-mode-hook and after-change-major-mode-hook.
3494 (Example Major Modes): Moved to end of Modes section.
3495 (Mode Line Basics): Clarify.
3496 (Mode Line Data): Mention help-echo and local-map in strings.
3497 Explain reason for treatment of non-risky variables.
3498 (Properties in Mode): Clarify.
3499 (Faces for Font Lock): Add font-lock-negation-char-face.
3500
35012006-08-04 Eli Zaretskii <eliz@gnu.org>
3502
3503 * strings.texi (Formatting Strings): Warn against arbitrary
3504 strings as first arg to `format'.
3505
35062006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
3507
3508 * text.texi (Clickable Text): Mention `help-echo' text property.
3509 Update intro, examples and associated explanations.
3510
35112006-07-31 Richard Stallman <rms@gnu.org>
3512
3513 * commands.texi: Update xrefs.
3514 (Event Mod): New node, cut out from old Translating Input.
3515
3516 * maps.texi: Update xrefs.
3517
3518 * keymaps.texi (Translation Keymaps): New node.
3519 Update xrefs from Translating Input to Translation Keymaps.
3520
3521 * elisp.texi (Top): Update subnode menu.
3522
3523 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
3524
3525 * os.texi (System Interface): Fix menu descriptions of some nodes.
3526 (Translating Input): Node deleted.
3527
35282006-07-31 Nick Roberts <nickrob@snap.net.nz>
3529
3530 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
3531
3532 * lists.texi (Sets And Lists): Likewise.
3533
35342006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
3535
3536 * text.texi (Fields): Mention POS
3537 requirement when narrowing is in effect.
3538
35392006-07-28 Richard Stallman <rms@gnu.org>
3540
3541 * display.texi (Face Attributes): Simplify wording.
3542 (Attribute Functions): Clarify meaning of new-frame default
3543 attribute settings.
3544
3545 * customize.texi (Common Keywords): Document how to use
3546 :package-version in a package not in Emacs.
3547
35482006-07-28 Kim F. Storm <storm@cua.dk>
3549
3550 * commands.texi (Reading One Event): Fix last change.
3551
35522006-07-26 Chong Yidong <cyd@stupidchicken.com>
3553
3554 * commands.texi (Reading One Event): Document SECONDS argument for
3555 read-event, read-char, and read-char-exclusive.
3556
35572006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
3558
3559 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
3560 to ensure correct identification.
3561
35622006-07-24 Richard Stallman <rms@gnu.org>
3563
3564 * text.texi (Clickable Text): Clarify.
3565
3566 * sequences.texi (Vector Functions): Delete duplicate xref.
3567
3568 * objects.texi (Function Type): Clarify.
3569
3570 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
3571 modes.
3572
3573 * lists.texi (List Variables): New node.
3574 Material moved from other nodes.
3575
3576 * variables.texi (Setting Variables): add-to-list and
3577 add-to-ordered-list moved to List Variables node.
3578
35792006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
3580
3581 * text.texi (Links and Mouse-1):
3582 For mouse-on-link-p, expand on arg POS.
3583
35842006-07-21 Kim F. Storm <storm@cua.dk>
3585
3586 * display.texi (Forcing Redisplay): Don't mention systems which
3587 don't support sub-second timers for redisplay-preemption-period.
3588
3589 * os.texi (Terminal Output): Clarify text vs graphical terminal.
3590
35912006-07-21 Eli Zaretskii <eliz@gnu.org>
3592
3593 * frames.texi (Input Focus): Document that focus-follows-mouse has
3594 no effect on MS-Windows.
3595
35962006-07-18 Richard Stallman <rms@gnu.org>
3597
3598 * display.texi (Forcing Redisplay): Cleanups in previous change.
3599
3600 * processes.texi (Low-Level Network): Make menu more convenient.
3601
36022006-07-18 Kim F. Storm <storm@cua.dk>
3603
3604 * display.texi (Forcing Redisplay): redisplay-preemption-period
3605 only used on window systems. Add xref to Terminal Output.
3606
3607 * os.texi (Terminal Output): baud-rate only controls preemption on
3608 non-window systems. Add xref to Forcing Redisplay.
3609
3610 * processes.texi (Low-Level Network): Rename node "Make Network"
3611 to "Network Processes".
3612
36132006-07-18 Karl Berry <karl@gnu.org>
3614
3615 * variables.texi, functions.texi, customize.texi, loading.texi:
3616 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
3617
36182006-07-17 Chong Yidong <cyd@stupidchicken.com>
3619
3620 * commands.texi (Waiting): Document batch-mode sit-for behavior.
3621
36222006-07-17 Richard Stallman <rms@gnu.org>
3623
3624 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
3625 Put period and comma inside quotes.
3626
3627 * loading.texi, markers.texi: Use real doublequote inside menus.
3628
3629 * windows.texi: Put point and comma inside quotes.
3630 (Textual Scrolling): Use @samp for error message.
3631
3632 * variables.texi, tips.texi, syntax.texi, symbols.texi:
3633 * strings.texi, streams.texi, processes.texi, os.texi:
3634 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
3635 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
3636 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
3637 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
3638 Put point and comma inside quotes.
3639
3640 * control.texi (Processing of Errors): Add command-error-function.
3641
3642 * variables.texi (File Local Variables): Clarify that
3643 file local variables make buffer-local bindings.
3644
3645 * modes.texi (Syntactic Font Lock): Give default for
3646 font-lock-syntax-table.
3647
36482006-07-17 Nick Roberts <nickrob@snap.net.nz>
3649
3650 * text.texi (Special Properties): Clean up previous change.
3651
36522006-07-16 Karl Berry <karl@gnu.org>
3653
3654 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
3655 * control.texi: Fix bad page breaks through chapter 10 (control).
3656
3657 * anti.texi (Antinews): Reorder face-attribute fns to avoid
3658 underfull hbox.
3659
36602006-07-15 Nick Roberts <nickrob@snap.net.nz>
3661
3662 * text.texi (Special Properties): Describe fontified text property
3663 in relation to a character (not text).
3664
36652006-07-15 Kim F. Storm <storm@cua.dk>
3666
3667 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
3668 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
3669 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
3670
3671 * anti.texi (Antinews): Mention redisplay function.
3672 The kbd macro existed, but was not documented, before 22.x.
3673 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
3674
36752006-07-14 Nick Roberts <nickrob@snap.net.nz>
3676
3677 * display.texi (Displaying Messages): Add anchor.
3678
3679 * frames.texi (Dialog Boxes): Use it.
3680
36812006-07-12 Richard Stallman <rms@gnu.org>
3682
3683 * objects.texi (Frame Type): Explain nature of frames better.
3684
3685 * frames.texi (Frames): Explain nature of frames better.
3686
36872006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
3688
3689 * tips.texi (Coding Conventions): Explain why use cl at compile time.
3690
36912006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3692
3693 * frames.texi (Window System Selections): Mention scrap support for Mac.
3694 Default value of x-select-enable-clipboard is t on Mac.
3695
3696 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
3697
36982006-07-11 Kim F. Storm <storm@cua.dk>
3699
3700 * display.texi (Forcing Redisplay): Add `redisplay' function.
3701 Don't mention (sit-for -1) -- use (redisplay t) instead.
3702
3703 * commands.texi (Waiting): (sit-for -1) is no longer special.
3704 (sit-for 0) is equivalent to (redisplay).
3705 Iconifying/deiconifying no longer makes sit-for return.
3706
37072006-07-10 Nick Roberts <nickrob@snap.net.nz>
3708
3709 * display.texi (Buttons): Fix typo.
3710
3711 * index.texi, elisp.texi (New Symbols): Comment node out.
3712
37132006-07-09 Richard Stallman <rms@gnu.org>
3714
3715 * display.texi (Truncation): Clean up previous change.
3716
37172006-07-08 Richard Stallman <rms@gnu.org>
3718
3719 * commands.texi (Interactive Call): Use 3 as prefix in example
3720 for execute-extended-command.
3721
3722 * display.texi (Attribute Functions): Move paragraph about
3723 compatibility with Emacs < 21.
3724
37252006-07-09 Kim F. Storm <storm@cua.dk>
3726
3727 * display.texi (Refresh Screen): Clarify force-window-update.
3728 (Truncation): "Normally" indicated by fringe arrows.
3729
37302006-07-08 Eli Zaretskii <eliz@gnu.org>
3731
3732 * windows.texi (Textual Scrolling, Resizing Windows):
3733 * variables.texi (Constant Variables):
3734 * text.texi (Buffer Contents, Deletion, Changing Properties)
3735 (Property Search, Special Properties, Sticky Properties)
3736 (Links and Mouse-1, Fields, Change Hooks):
3737 * syntax.texi (Syntax Table Functions, Parsing Expressions)
3738 (Categories):
3739 * symbols.texi (Other Plists):
3740 * streams.texi (Output Variables):
3741 * processes.texi (Input to Processes, Query Before Exit):
3742 * positions.texi (Word Motion, Text Lines, List Motion):
3743 * os.texi (Init File, System Environment, Sound Output)
3744 (Session Management):
3745 * nonascii.texi (Text Representations, Character Sets)
3746 (Chars and Bytes, Locales):
3747 * modes.texi (Defining Minor Modes, Header Lines):
3748 * minibuf.texi (Minibuffer Contents):
3749 * markers.texi (Information from Markers):
3750 * lists.texi (List Elements, Building Lists, Association Lists):
3751 * keymaps.texi (Tool Bar):
3752 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
3753 * functions.texi (What Is a Function, Mapping Functions):
3754 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
3755 (Color Names, Text Terminal Colors, Display Feature Testing):
3756 * files.texi (Visiting Functions, File Name Components)
3757 (Unique File Names, Contents of Directories):
3758 * display.texi (Forcing Redisplay, Displaying Messages)
3759 (Temporary Displays, Font Selection, Auto Faces)
3760 (Font Lookup, Fringe Indicators, Display Margins)
3761 (Image Descriptors, Showing Images, Image Cache, Button Types)
3762 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
3763 (Display Table Format, Glyphs):
3764 * control.texi (Iteration):
3765 * commands.texi (Command Loop Info, Adjusting Point):
3766 * backups.texi (Making Backups, Auto-Saving):
3767 Remove @tindex entries.
3768
37692006-07-07 Kim F. Storm <storm@cua.dk>
3770
3771 * display.texi (Fringe Cursors): Fix typo.
3772 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
3773 (Overlay Arrow): Default is overlay-arrow fringe indicator.
3774
37752006-07-05 Richard Stallman <rms@gnu.org>
3776
3777 * text.texi (Buffer Contents): Add example of text props
3778 in result of buffer-substring.
3779 (Text Properties): Explain better about use of specific property names.
3780 (Property Search): Some cleanups; reorder some functions.
3781
3782 * keymaps.texi (Changing Key Bindings): Cleanup.
3783 Add xref to Key Binding Conventions.
3784
3785 * display.texi (Attribute Functions): Add examples for
3786 face-attribute-relative-p.
3787
3788 * tips.texi (Coding Conventions): Cleanup last change.
3789
37902006-07-05 Karl Berry <karl@gnu.org>
3791
3792 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
3793 Remove @setchapternewpage odd.
3794 Result is 1013 pages, down from 1100.
3795
3796 * anti.texi, customize.texi, display.texi, internals.texi:
3797 * minibuf.texi, modes.texi, tips.texi:
3798 Fix overfull/underfull boxes.
3799
38002006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
3801
3802 * edebug.texi (Instrumenting):
3803 Add Edebug-specific findex for eval-buffer.
3804 * loading.texi (Loading):
3805 Replace eval-current-buffer with eval-buffer.
3806
38072006-06-30 Nick Roberts <nickrob@snap.net.nz>
3808
3809 * locals.texi (Standard Buffer-Local Variables): Update the list
3810 of variables.
3811
38122006-06-26 Nick Roberts <nickrob@snap.net.nz>
3813
3814 * files.texi (File Name Completion): Point user to the node
3815 "Reading File Names".
3816
38172006-06-24 Eli Zaretskii <eliz@gnu.org>
3818
3819 * files.texi (Contents of Directories): Document case-insensitive
3820 behavior on respective filesystems.
3821
3822 * objects.texi (Character Type): Document that Emacs signals an
3823 error for unsupported Unicode characters specified as \uNNNN.
3824
38252006-06-19 Richard Stallman <rms@gnu.org>
3826
3827 * processes.texi (Bindat Spec): Clarify previous change.
3828
38292006-06-16 Richard Stallman <rms@gnu.org>
3830
3831 * tips.texi (Coding Conventions): Better explain conventions
3832 for definition constructs.
3833
3834 * text.texi (Special Properties): String value of `read-only'
3835 serves as the error message.
3836
3837 * objects.texi (Character Type): Clarify prev. change.
3838 (Non-ASCII in Strings): Mention \u and \U.
3839
3840 * commands.texi (Using Interactive): Explain problem of
3841 markers, etc., in command-history.
3842
38432006-06-14 Kim F. Storm <storm@cua.dk>
3844
3845 * commands.texi (Waiting): Negative arg to sit-for forces
3846 redisplay even if input is pending.
3847
3848 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
3849 redisplay. Remove incorrect example of binding redisplay-dont-pause
3850 around (sit-for 0).
3851
38522006-06-13 Richard Stallman <rms@gnu.org>
3853
3854 * display.texi (Forcing Redisplay): Clarify previous change.
3855
38562006-06-13 Romain Francoise <romain@orebokech.com>
3857
3858 * display.texi (Forcing Redisplay): Fix typo.
3859
38602006-06-13 Kim F. Storm <storm@cua.dk>
3861
3862 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
3863
38642006-06-10 Luc Teirlinck <teirllm@auburn.edu>
3865
3866 * tips.texi (Coding Conventions): Add `@end itemize'.
3867
38682006-06-10 Richard Stallman <rms@gnu.org>
3869
3870 * tips.texi (Coding Conventions): Explain use of coding systems
3871 to ensure one decoding for strings.
3872
38732006-06-09 Aidan Kehoe <kehoea@parhasard.net>
3874
3875 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
3876 syntax.
3877
38782006-06-07 Eli Zaretskii <eliz@gnu.org>
3879
3880 * display.texi (Font Selection): Remove description of
3881 clear-face-cache.
3882
3883 * compile.texi (Eval During Compile): Fix a typo. Add index
3884 entries for possible uses of eval-when-compile.
3885
38862006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
3887
3888 * display.texi (Abstract Display): Fix typo.
3889
38902006-06-03 Eli Zaretskii <eliz@gnu.org>
3891
3892 * minibuf.texi (Minibuffer History) <history-add-new-input>:
3893 Reword variable's description.
3894
38952006-06-01 Richard Stallman <rms@gnu.org>
3896
3897 * windows.texi (Splitting Windows): Clarify splitting nonselected
3898 window.
3899
39002006-05-31 Juri Linkov <juri@jurta.org>
3901
3902 * minibuf.texi (Minibuffer History): Add history-add-new-input.
3903
39042006-05-30 Richard Stallman <rms@gnu.org>
3905
3906 * display.texi (Line Height): Fix errors in description of
10d1d0af 3907 default line height and line-height property.
b8d4c8d0
GM
3908
3909 * nonascii.texi (Default Coding Systems): Further clarification.
3910
39112006-05-29 Luc Teirlinck <teirllm@auburn.edu>
3912
3913 * internals.texi (Pure Storage): Mention that an overflow in pure
3914 space causes a memory leak.
3915 (Garbage Collection): If there was an overflow in pure space,
3916 `garbage-collect' returns nil.
3917
39182006-05-30 Eli Zaretskii <eliz@gnu.org>
3919
3920 * nonascii.texi (Default Coding Systems): Fix it some more.
3921
39222006-05-29 Eli Zaretskii <eliz@gnu.org>
3923
3924 * nonascii.texi (Default Coding Systems): Fix last change.
3925
39262006-05-29 Kenichi Handa <handa@m17n.org>
3927
3928 * nonascii.texi (find-operation-coding-system): Describe the new
3929 argument format (FILENAME . BUFFER).
3930
39312006-05-28 Richard Stallman <rms@gnu.org>
3932
3933 * tips.texi (Coding Conventions): Better explain reasons not to
3934 advise other packages or use `eval-after-load'.
3935
39362006-05-29 Kim F. Storm <storm@cua.dk>
3937
3938 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
3939 `bindat-idx' and `bindat-raw' for clarity.
3940
39412006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
3942
3943 * processes.texi (Bindat Spec): Expand on `repeat' handler.
3944
3945 * display.texi (Display): Add "Abstract Display" to menu.
3946 (Abstract Display, Abstract Display Functions)
3947 (Abstract Display Example): New nodes.
3948 * elisp.texi (Top): Add "Abstract Display" to menu.
3949
39502006-05-27 Chong Yidong <cyd@stupidchicken.com>
3951
3952 * keymaps.texi (Key Sequences): Link to input events definition.
3953 (Format of Keymaps): Delete material duplicated in Keymap Basics.
3954
3955 * files.texi (Changing Files): Document updated argument list for
3956 copy-file.
3957
39582006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
3959
3960 * processes.texi (Bindat Functions): Explain term "total length".
3961 Use it in bindat-length and bindat-pack descriptions.
3962
39632006-05-26 Eli Zaretskii <eliz@gnu.org>
3964
3965 * tips.texi (Coding Conventions): Advise against using
3966 eval-after-load in packages. Add an index entry.
3967
39682006-05-25 Juri Linkov <juri@jurta.org>
3969
3970 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
3971
3972 * modes.texi (%-Constructs): Add %e, %z, %Z.
3973
39742006-05-25 Richard Stallman <rms@gnu.org>
3975
3976 * elisp.texi (Top): Update subnode menu.
3977
3978 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
3979 (Keymaps): Update menu.
3980
39812006-05-25 Chong Yidong <cyd@stupidchicken.com>
3982
3983 * keymaps.texi (Key Sequences): Some clarifications.
3984
39852006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
3986
3987 * processes.texi (Bindat Functions): Say "unibyte string"
3988 explicitly for bindat-unpack and bindat-pack descriptions.
3989 (Bindat Examples): Don't call `string-make-unibyte' in example.
3990
39912006-05-25 Chong Yidong <cyd@stupidchicken.com>
3992
3993 * keymaps.texi (Key Sequences): Renamed from Keymap Terminology.
c5602427 3994 Explain string and vector representations of key sequences.
b8d4c8d0
GM
3995
3996 * keymaps.texi (Changing Key Bindings):
dd7b651b 3997 * commands.texi (Interactive Codes):
b8d4c8d0
GM
3998 * help.texi (Describing Characters): Refer to it.
3999
40002006-05-23 Luc Teirlinck <teirllm@auburn.edu>
4001
4002 * frames.texi (Pointer Shape): @end table -> @end defvar.
4003
40042006-05-22 Richard Stallman <rms@gnu.org>
4005
4006 * elisp.texi (Top): Update subnode menus.
4007
4008 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
4009 Contents rewritten; material from old Pointer Shape node moved here.
4010
4011 * display.texi (Pointer Shape): Node deleted.
4012 (Image Descriptors): Minor cleanup.
4013
40142006-05-21 Richard Stallman <rms@gnu.org>
4015
4016 * syntax.texi (Parsing Expressions): Update info on which STATE
4017 elements are ignored.
4018
40192006-05-19 Luc Teirlinck <teirllm@auburn.edu>
4020
4021 * hooks.texi (Standard Hooks): Correct typo.
4022
4023 * gpl.texi (GPL): ifinfo -> ifnottex.
4024
40252006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
4026
4027 * searching.texi (Simple Match Data): Warn about match data being
4028 set anew by every search.
4029
40302006-05-17 Richard Stallman <rms@gnu.org>
4031
4032 * minibuf.texi (Minibuffer History): Clarify.
4033
4034 * searching.texi (Regexp Special): Clarify nested regexp warning.
4035
40362006-05-16 Kim F. Storm <storm@cua.dk>
4037
4038 * minibuf.texi (Minibuffer History): Update add-to-history.
4039
40402006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
4041
4042 * nonascii.texi (Explicit Encoding): Fix
4043 typo (encoding<->decoding).
4044
40452006-05-14 Richard Stallman <rms@gnu.org>
4046
4047 * buffers.texi (Creating Buffers): Cleanup.
4048
4049 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
4050
40512006-05-13 Eli Zaretskii <eliz@gnu.org>
4052
4053 * buffers.texi (Current Buffer): Document that with-temp-buffer
4054 disables undo.
4055
4056 * os.texi (Terminal-Specific): More accurate description of how
4057 Emacs searches for the terminal-specific libraries.
4058
40592006-05-12 Eli Zaretskii <eliz@gnu.org>
4060
4061 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
4062 emacs-xtra to @inforef's.
4063
4064 * text.texi (Undo): Document that undo is turned off in buffers
4065 whose names begin with a space.
4066
4067 * buffers.texi (Buffer Names): Add index entries for buffers whose
4068 names begin with a space.
4069 (Creating Buffers): Document that undo is turned off in buffers
4070 whose names begin with a space.
4071
4072 * files.texi (Visiting Functions, Reading from Files)
4073 (Saving Buffers): Mention code and EOL conversions by file I/O
4074 primitives and subroutines.
4075
4076 * nonascii.texi (Lisp and Coding Systems): Document
4077 coding-system-eol-type. Add index entries for eol conversion.
4078
4079 * display.texi (Defining Faces): Mention `mac', and add an xref to
4080 where window-system is described.
4081
40822006-05-10 Richard Stallman <rms@gnu.org>
4083
4084 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
4085
40862006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
4087
4088 * variables.texi (File Local Variables): Recommend to quote lambda
4089 expressions in safe-local-variable property.
4090
40912006-05-09 Richard Stallman <rms@gnu.org>
4092
4093 * variables.texi (File Local Variables): Document
4094 safe-local-eval-forms and safe-local-eval-function.
4095
40962006-05-07 Kim F. Storm <storm@cua.dk>
4097
4098 * minibuf.texi (Minibuffer History): Remove keep-dups arg
4099 from add-to-history.
4100
41012006-05-07 Romain Francoise <romain@orebokech.com>
4102
4103 * commands.texi (Event Input Misc):
4104 * compile.texi (Eval During Compile):
4105 * internals.texi (Buffer Internals):
4106 * minibuf.texi (Initial Input):
4107 * nonascii.texi (Scanning Charsets):
4108 * numbers.texi (Comparison of Numbers):
4109 * windows.texi (Textual Scrolling, Vertical Scrolling):
4110 Fix various typos.
4111
41122006-05-06 Eli Zaretskii <eliz@gnu.org>
4113
4114 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
4115 conditional xref's to either emacs or emacs-xtra, depending on
4116 @iftex/@ifnottex.
4117
4118 * minibuf.texi (Minibuffer History): Document add-to-history.
4119
41202006-05-05 Eli Zaretskii <eliz@gnu.org>
4121
4122 * internals.texi (Pure Storage): Mention the pure overflow message
4123 at startup.
4124
c8763fb6 41252006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
4126
4127 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
4128 (Searching Keymaps): Fix pseudo-Lisp description of keymap
4129 search.
4130
41312006-05-01 Richard Stallman <rms@gnu.org>
4132
4133 * intro.texi (nil and t): Clarify.
4134
4135 * variables.texi (File Local Variables): Suggest using booleanp.
4136
41372006-05-01 Juanma Barranquero <lekktu@gmail.com>
4138
4139 * objects.texi (Type Predicates): Fix typos.
4140
41412006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
4142
4143 * intro.texi (nil and t): Add booleanp.
4144
4145 * objects.texi (Type Predicates): Add links for booleanp and
4146 string-or-null-p.
4147
41482006-04-29 Richard Stallman <rms@gnu.org>
4149
4150 * modes.texi (Multiline Font Lock): Rename from
4151 Multi line Font Lock Elements. Much clarification.
4152 (Font Lock Multiline, Region to Fontify): Much clarification.
4153
41542006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
4155
4156 * variables.texi (File Local Variables): Remove the special case t for
4157 safe-local-variable.
4158
41592006-04-26 Richard Stallman <rms@gnu.org>
4160
4161 * syntax.texi (Parsing Expressions): Minor cleanup.
4162
41632006-04-18 Richard Stallman <rms@gnu.org>
4164
4165 * tips.texi (Coding Conventions): Explain when the package's
4166 prefix should appear later on (not at the start of the name).
4167
4168 * searching.texi (String Search): Clarify effect of NOERROR.
4169
4170 * modes.texi (Imenu): Clarify what special items do.
4171
4172 * hooks.texi (Standard Hooks): Delete text about old hook names.
4173
41742006-04-17 Romain Francoise <romain@orebokech.com>
4175
4176 * variables.texi (Local Variables): Update the default value of
4177 `max-specpdl-size'.
4178
41792006-04-15 Michael Olson <mwolson@gnu.org>
4180
4181 * processes.texi (Transaction Queues): Mention the new optional
4182 `delay-question' argument for `tq-enqueue'.
4183
41842006-04-13 Bill Wohler <wohler@newt.com>
4185
4186 * customize.texi (Common Keywords): Use dotted notation for
4187 :package-version value. Specify its values. Improve documentation
4188 for customize-package-emacs-version-alist.
4189
41902006-04-12 Bill Wohler <wohler@newt.com>
4191
4192 * customize.texi (Common Keywords): Move description of
4193 customize-package-emacs-version-alist to @defvar.
4194
41952006-04-10 Bill Wohler <wohler@newt.com>
4196
4197 * customize.texi (Common Keywords): Add :package-version.
4198
41992006-04-10 Kim F. Storm <storm@cua.dk>
4200
4201 * text.texi (Buffer Contents): Add NOPROPS arg to
4202 filter-buffer-substring.
4203
42042006-04-08 Kevin Ryde <user42@zip.com.au>
4205
4206 * os.texi (Command-Line Arguments): Update xref to emacs manual
4207 "Command Arguments" -> "Emacs Invocation", per change there.
4208
42092006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
4210
4211 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
4212 be on one line to help makeinfo not render two spaces after the dot.
4213
42142006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
4215
4216 * strings.texi (Predicates for Strings): Add string-or-null-p.
4217
42182006-03-28 Kim F. Storm <storm@cua.dk>
4219
4220 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
4221 remarks about systems that don't support fractional seconds.
4222
42232006-03-25 Karl Berry <karl@gnu.org>
4224
4225 * elisp.texi: Use @copyright{} instead of (C), and do not indent
4226 the year list.
4227
42282006-03-21 Nick Roberts <nickrob@snap.net.nz>
4229
4230 * display.texi (Fringe Indicators): Fix typos.
4231
42322006-03-19 Luc Teirlinck <teirllm@auburn.edu>
4233
4234 * tips.texi (Documentation Tips): One can now also write `program'
4235 in front of a quoted symbol in a docstring to prevent making a
4236 hyperlink.
4237
42382006-03-19 Alan Mackenzie <acm@muc.de>
4239
4240 * text.texi (Special Properties): Clarify `fontified' property.
4241
42422006-03-16 Richard Stallman <rms@gnu.org>
4243
4244 * display.texi (Defining Images): Minor cleanup.
4245
42462006-03-16 Bill Wohler <wohler@newt.com>
4247
4248 * display.texi (Defining Images): In image-load-path-for-library,
4249 prefer user's images.
4250
42512006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
4252
4253 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
4254
42552006-03-15 Bill Wohler <wohler@newt.com>
4256
4257 * display.texi (Defining Images): Fix example in
4258 image-load-path-for-library by not recommending that one binds
4259 image-load-path. Just defvar it to placate compiler and only use
4260 it if previously defined.
4261
42622006-03-14 Bill Wohler <wohler@newt.com>
4263
4264 * display.texi (Defining Images): In image-load-path-for-library,
4265 always return list of directories. Update example.
4266
42672006-03-14 Alan Mackenzie <acm@muc.de>
4268
4269 * modes.texi: New node, "Region to Fontify" (for Font Lock).
4270 This describes font-lock-extend-region-function.
4271 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
4272 the new node "Region to Fontify".
4273
42742006-03-13 Richard Stallman <rms@gnu.org>
4275
4276 * display.texi (Invisible Text): The impossible position is
4277 now before the invisible text, not after.
4278 (Defining Images): Clean up last change.
4279
42802006-03-11 Bill Wohler <wohler@newt.com>
4281
4282 * display.texi (Defining Images): Add image-load-path-for-library.
4283
42842006-03-11 Luc Teirlinck <teirllm@auburn.edu>
4285
4286 * text.texi (Adaptive Fill): Fix Texinfo usage.
4287
4288 * strings.texi (Creating Strings): Fix Texinfo usage.
4289
4290 * searching.texi (Regexp Special): Use @samp for regular
4291 expressions that are not in Lisp syntax.
4292
42932006-03-08 Luc Teirlinck <teirllm@auburn.edu>
4294
4295 * searching.texi (Regexp Special): Put remark between parentheses
4296 to avoid misreading.
4297
42982006-03-07 Luc Teirlinck <teirllm@auburn.edu>
4299
4300 * searching.texi (Syntax of Regexps): More accurately describe
4301 which characters are special in which situations.
4302 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
4303 are not special. Describe in detail when `[' and `]' are special.
4304 (Regexp Backslash): Plenty of regexps with unbalanced square
4305 brackets are valid, so reword that statement.
4306
43072006-03-02 Kim F. Storm <storm@cua.dk>
4308
4309 * keymaps.texi (Tool Bar): Add tool-bar-border.
4310
43112006-02-28 Luc Teirlinck <teirllm@auburn.edu>
4312
4313 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
4314
43152006-02-27 Luc Teirlinck <teirllm@auburn.edu>
4316
4317 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
4318
4319 * files.texi (Locating Files): Suggest additional values for the
4320 SUFFIXES arg of `locate-file'. Update pxref.
4321
4322 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
4323 (How Programs Do Loading): Discuss the effects of Auto Compression
4324 mode on `load'.
4325 (Load Suffixes): New node.
4326 (Library Search): Delete description of `load-suffixes'; it was
4327 moved to "Load Suffixes".
4328 (Autoload, Named Features): Mention `load-suffixes'.
4329
43302006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4331
4332 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
4333
4334 * windows.texi (Window Tree): Fix typo.
4335
43362006-02-20 Kim F. Storm <storm@cua.dk>
4337
4338 * display.texi (Fringe Indicators): New section.
4339 Move indicate-empty-lines, indicate-buffer-boundaries, and
4340 default-indicate-buffer-boundaries here.
4341 Add fringe-indicator-alist and default-fringes-indicator-alist.
4342 Add list of logical fringe indicator symbols.
4343 Update list of standard bitmap names.
4344 (Fringe Cursors): New section.
4345 Move overflow-newline-into-fringe here.
4346 Add fringe-cursor-alist and default-fringes-cursor-alist.
4347 Add list of fringe cursor symbols.
4348
43492006-02-20 Juanma Barranquero <lekktu@gmail.com>
4350
4351 * commands.texi (Using Interactive): Fix reference to node
4352 "Minibuffers".
4353
43542006-02-19 Richard M. Stallman <rms@gnu.org>
4355
4356 * minibuf.texi (High-Level Completion):
4357 Add xref to read-input-method-name.
4358
4359 * files.texi (Relative File Names): Move file-relative-name here.
4360 (File Name Expansion): From here. Minor clarifications.
4361
4362 * commands.texi (Using Interactive): Add xrefs about reading input.
4363 Clarify remarks about that moving point and mark.
4364 Put string case before list case.
4365
c8763fb6 43662006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
4367
4368 * display.texi (Other Display Specs, Image Descriptors):
4369 Revert erroneous changes. The previous description of
4370 image-descriptors as `(image . PROPS)' was correct.
4371
43722006-02-14 Richard M. Stallman <rms@gnu.org>
4373
4374 * variables.texi (File Local Variables): Clarifications.
4375
43762006-02-14 Juanma Barranquero <lekktu@gmail.com>
4377
4378 * variables.texi (File Local Variables): Use @code for a cons
4379 cell, not @var.
4380
43812006-02-13 Chong Yidong <cyd@stupidchicken.com>
4382
4383 * variables.texi (File Local Variables): Document new file local
4384 variable behavior.
4385
43862006-02-10 Kim F. Storm <storm@cua.dk>
4387
4388 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
4389
43902006-02-08 Juanma Barranquero <lekktu@gmail.com>
4391
4392 * modes.texi (%-Constructs): Remove obsolete info about
4393 `global-mode-string'.
4394
43952006-02-07 Richard M. Stallman <rms@gnu.org>
4396
4397 * commands.texi (Prefix Command Arguments): Minor cleanup.
4398
4399 * display.texi: "Graphical display", not window system.
4400
4401 * functions.texi (What Is a Function): Fix xref.
4402
4403 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
4404 (Changing Key Bindings): Clarify when remapping is better than
4405 substitute-key-definition.
4406
44072006-02-02 Richard M. Stallman <rms@gnu.org>
4408
4409 * minibuf.texi (Basic Completion): Completion alists are risky.
4410
4411 * keymaps.texi (Active Keymaps): Clarifications.
4412 (Searching Keymaps): New node.
4413 (Keymaps): Update menu.
4414
4415 * frames.texi (Layout Parameters): Minor clarification.
4416 (Drag and Drop): New node.
4417 (Frames): Update menu.
4418
44192006-01-29 Chong Yidong <cyd@stupidchicken.com>
4420
4421 * display.texi (Other Display Specs, Image Descriptors):
4422 Image description is a list, not a cons cell.
4423
44242006-01-28 Luc Teirlinck <teirllm@auburn.edu>
4425
4426 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
4427 list is not necessarily a list).
4428
44292006-01-27 Eli Zaretskii <eliz@gnu.org>
4430
4431 * frames.texi (Layout Parameters): border-width and
4432 internal-border-width belong to the frame, not the window.
4433
44342006-01-19 Richard M. Stallman <rms@gnu.org>
4435
4436 * nonascii.texi (Translation of Characters): Search cmds use
4437 translation-table-for-input. Automatically made local.
4438
4439 * markers.texi (Overview of Markers): Count insertion type
4440 as one of a marker's attributes.
4441
4442 * keymaps.texi (Controlling Active Maps): New node, split out of
4443 Active Keymaps.
4444 (Keymaps): Menu updated.
4445 (Active Keymaps): Give pseudocode to explain how the active
4446 maps are searched. current-active-maps and key-binding moved here.
4447 (Functions for Key Lookup): current-active-maps and key-binding moved.
4448 Clarifications.
4449 (Searching the Keymaps): New subnode.
4450
4451 * elisp.texi (Top): Menu clarification.
4452
4453 * display.texi (Other Display Specs): Delete duplicate entry for
4454 just a string as display spec. Move text about recursive display
4455 specs on such a string.
4456
4457 * commands.texi (Key Sequence Input): Clarify.
4458 Move num-nonmacro-input-events out.
4459 (Reading One Event): num-nonmacro-input-events moved here.
4460
44612006-01-14 Nick Roberts <nickrob@snap.net.nz>
4462
4463 * advice.texi (Simple Advice): Update example to fit argument
4464 change in previous-line.
4465
44662006-01-05 Richard M. Stallman <rms@gnu.org>
4467
4468 * markers.texi (The Mark): Fix in `mark'.
4469
44702006-01-04 Richard M. Stallman <rms@gnu.org>
4471
4472 * processes.texi (Misc Network, Make Network): Minor cleanups.
4473
44742006-01-04 Kim F. Storm <storm@cua.dk>
4475
4476 * processes.texi (Make Network): Add IPv6 addresses and handling.
4477 (Network Feature Testing): Mention (:family ipv6).
4478 (Misc Network): Add IPv6 formats to format-network-address.
4479
44802005-12-30 Richard M. Stallman <rms@gnu.org>
4481
4482 * text.texi (Changing Properties):
4483 Don't use return value of set-text-properties.
4484
44852005-12-29 Luc Teirlinck <teirllm@auburn.edu>
4486
4487 * modes.texi (Mode Line Format): Correct typo in menu.
4488
44892005-12-29 Richard M. Stallman <rms@gnu.org>
4490
4491 * modes.texi (Mode Line Top): New node.
4492 (Mode Line Data): Some text moved to new node.
4493 Explain the data structure more concretely.
4494 (Mode Line Basics): Clarifications.
4495 (Mode Line Variables): Clarify intro paragraph.
4496 (%-Constructs): Clarify intro paragraph.
4497 (Mode Line Format): Update menu.
4498
44992005-12-28 Luc Teirlinck <teirllm@auburn.edu>
4500
4501 * minibuf.texi (Basic Completion): Update lazy-completion-table
4502 examples for removal of ARGS argument.
4503
45042005-12-23 Richard M. Stallman <rms@gnu.org>
4505
4506 * text.texi (Undo): Restore some explanation from the version
4507 that was deleted.
4508
45092005-12-23 Eli Zaretskii <eliz@gnu.org>
4510
4511 * text.texi (Undo): Remove duplicate descriptions of `apply
4512 funname' and `apply delta' elements of the undo list.
4513
45142005-12-20 Richard M. Stallman <rms@gnu.org>
4515
4516 * help.texi (Help Functions): Update documentation of `apropos'.
4517
45182005-12-20 Luc Teirlinck <teirllm@auburn.edu>
4519
4520 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
4521 because it is confusing. If the :help-echo keyword is a function,
4522 it is not directly used as the :help-echo overlay property, as the
4523 xref seems to suggest (it does not take the appropriate args).
4524
45252005-12-19 Luc Teirlinck <teirllm@auburn.edu>
4526
4527 * customize.texi (Common Keywords): Fix Texinfo usage.
4528 (Group Definitions, Variable Definitions): Update for new
4529 conventions for using `*' in docstrings.
4530
4531 * tips.texi (Documentation Tips): Update for new conventions for
4532 using `*' in docstrings.
4533
45342005-12-16 Richard M. Stallman <rms@gnu.org>
4535
4536 * minibuf.texi (Minibuffer Contents): Minor cleanup.
4537
45382005-12-16 Juri Linkov <juri@jurta.org>
4539
4540 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
4541
45422005-12-14 Romain Francoise <romain@orebokech.com>
4543
4544 * modes.texi (Customizing Keywords): Rename `append' to `how'.
4545 Fix typo.
4546
45472005-12-11 Juri Linkov <juri@jurta.org>
4548
4549 * minibuf.texi (Completion Commands): Add mention of read-file-name
4550 for filename completion keymaps.
4551 (Reading File Names): Add mention of filename completion keymaps
4552 for read-file-name and xref to `Completion Commands'.
4553
45542005-12-10 Richard M. Stallman <rms@gnu.org>
4555
4556 * customize.texi (Common Keywords): State caveats for use of :tag.
4557
45582005-12-08 Richard M. Stallman <rms@gnu.org>
4559
4560 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
4561 with xrefs and better explanation.
4562 (Completion Commands): Add the filename completion maps.
4563
4564 * objects.texi (Character Type): Clarify that \s is not space
4565 if a dash follows.
4566
45672005-12-05 Richard M. Stallman <rms@gnu.org>
4568
4569 * windows.texi (Resizing Windows): Delete preserve-before args.
4570
45712005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
4572
4573 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
4574 in full keymaps, since the quirk has been fixed.
4575
45762005-12-03 Eli Zaretskii <eliz@gnu.org>
4577
4578 * hooks.texi (Standard Hooks): Add index entries. Mention
4579 `compilation-finish-functions'.
4580
45812005-11-27 Richard M. Stallman <rms@gnu.org>
4582
4583 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
4584
45852005-11-21 Juri Linkov <juri@jurta.org>
4586
4587 * customize.texi (Common Keywords): Update links types
4588 custom-manual and url-link. Add link types emacs-library-link,
4589 file-link, function-link, variable-link, custom-group-link.
4590
45912005-11-20 Chong Yidong <cyd@stupidchicken.com>
4592
4593 * display.texi: Revert 2005-11-20 change.
4594
45952005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
4596
4597 * processes.texi (Bindat Functions):
4598 Say "third" to refer to zero-based index "2".
4599
46002005-11-18 Luc Teirlinck <teirllm@auburn.edu>
4601
4602 * loading.texi (Library Search): Update the default value of
4603 `load-suffixes'.
4604
46052005-11-17 Chong Yidong <cyd@stupidchicken.com>
4606
4607 * display.texi (Attribute Functions): Mention :ignore-defface.
4608
46092005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4610
4611 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
4612 (Minor Mode Conventions): Mention the use of a hook.
4613
46142005-11-06 Richard M. Stallman <rms@gnu.org>
4615
4616 * files.texi (Magic File Names): find-file-name-handler checks the
4617 `operations' property of the handler.
4618
46192005-11-03 Richard M. Stallman <rms@gnu.org>
4620
4621 * variables.texi (Frame-Local Variables): Small clarification.
4622
46232005-10-29 Chong Yidong <cyd@stupidchicken.com>
4624
4625 * os.texi (Init File): Document ~/.emacs.d/init.el.
4626
46272005-10-29 Richard M. Stallman <rms@gnu.org>
4628
4629 * internals.texi (Garbage Collection): Document memory-full.
4630
46312005-10-28 Bill Wohler <wohler@newt.com>
4632
4633 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
4634 for URLs.
4635
46362005-10-28 Richard M. Stallman <rms@gnu.org>
4637
4638 * minibuf.texi (Completion Commands): Clean up prev change.
4639
46402005-10-26 Kevin Ryde <user42@zip.com.au>
4641
4642 * compile.texi (Eval During Compile): Explain recommended uses
4643 of eval-when-compile and eval-and-compile.
4644
46452005-10-27 Masatake YAMATO <jet@gyve.org>
4646
4647 * minibuf.texi (Completion Commands):
4648 Write about new optional argument for `display-completion-list'.
4649
46502005-10-23 Richard M. Stallman <rms@gnu.org>
4651
4652 * display.texi (Overlay Arrow): Clarify about local bindings of
4653 overlay-arrow-position.
4654
46552005-10-22 Eli Zaretskii <eliz@gnu.org>
4656
4657 * internals.texi (Building Emacs): Fix last change.
4658
46592005-10-22 Richard M. Stallman <rms@gnu.org>
4660
4661 * internals.texi (Building Emacs): Document eval-at-startup.
4662
46632005-10-21 Richard M. Stallman <rms@gnu.org>
4664
4665 * loading.texi (Where Defined): load-history contains abs file names.
4666 symbol-file returns abs file names.
4667
46682005-10-19 Kim F. Storm <storm@cua.dk>
4669
4670 * display.texi (Showing Images): Add max-image-size integer value.
4671
46722005-10-18 Chong Yidong <cyd@stupidchicken.com>
4673
4674 * display.texi (Showing Images): Document max-image-size.
4675
46762005-10-17 Richard M. Stallman <rms@gnu.org>
4677
4678 * commands.texi (Quitting): Minor clarification.
4679
4680 * processes.texi (Sentinels): Clarify about output and quitting.
4681 (Filter Functions): Mention with-local-quit.
4682
46832005-10-17 Juri Linkov <juri@jurta.org>
4684
4685 * buffers.texi (Current Buffer):
4686 * commands.texi (Event Input Misc):
4687 * compile.texi (Eval During Compile, Compiler Errors):
4688 * customize.texi (Group Definitions):
4689 * display.texi (Progress, Defining Faces):
4690 * files.texi (Writing to Files):
4691 * modes.texi (Mode Hooks, Defining Minor Modes):
4692 * streams.texi (Output Functions):
4693 * syntax.texi (Syntax Table Functions):
4694 * text.texi (Change Hooks):
4695 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
4696
4697 * commands.texi (Quitting): Replace arg `forms' with `body' in
4698 `with-local-quit'.
4699
4700 * positions.texi (Excursions): Replace arg `forms' with `body' in
4701 `save-excursion'.
4702
47032005-10-08 Kim F. Storm <storm@cua.dk>
4704
4705 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
4706 Rename manual section accordingly.
4707
47082005-10-04 Kim F. Storm <storm@cua.dk>
4709
4710 * windows.texi (Window Split Tree): New section describing
4711 new function window-split-tree function.
4712
47132005-10-03 Nick Roberts <nickrob@snap.net.nz>
4714
4715 * display.texi (Fringe Size/Pos): Simplify and add detail.
4716
47172005-09-30 Romain Francoise <romain@orebokech.com>
4718
4719 * minibuf.texi (High-Level Completion): Explain that the prompt
4720 given to `read-buffer' should end with a colon and a space.
4721 Update usage examples.
4722
47232005-09-29 Juri Linkov <juri@jurta.org>
4724
4725 * display.texi (Displaying Messages): Rename argument name
4726 `string' to `format-string' in functions `message', `message-box',
4727 `message-or-box'.
4728
47292005-09-26 Chong Yidong <cyd@stupidchicken.com>
4730
4731 * errors.texi (Standard Errors): Correct xrefs.
4732
47332005-09-18 Chong Yidong <cyd@stupidchicken.com>
4734
4735 * display.texi (Defining Images): Update documentation for
4736 `image-load-path'.
4737
47382005-09-17 Richard M. Stallman <rms@gnu.org>
4739
4740 * display.texi (Defining Images): Clean up previous change.
4741
47422005-09-16 Romain Francoise <romain@orebokech.com>
4743
4744 * elisp.texi: Specify GFDL version 1.2.
4745
4746 * doclicense.texi (GNU Free Documentation License): Update to
4747 version 1.2.
4748
47492005-09-15 Chong Yidong <cyd@stupidchicken.com>
4750
4751 * display.texi (Defining Images): Document `image-load-path'.
4752
47532005-09-15 Richard M. Stallman <rms@gnu.org>
4754
4755 * objects.texi (Printed Representation): Minor cleanup.
4756 (Box Diagrams): Minor fix.
4757 (Cons Cell Type): Move (...) index item here.
4758 (Box Diagrams): From here.
4759 (Array Type): Minor fix.
4760 (Type Predicates): Delete index "predicates".
4761 (Hash Table Type): Clarify xref.
4762 (Dotted Pair Notation): Minor fix.
4763
47642005-09-10 Chong Yidong <cyd@stupidchicken.com>
4765
4766 * files.texi (Saving Buffers): Fix typo.
4767
47682005-09-08 Richard M. Stallman <rms@gnu.org>
4769
4770 * tips.texi (Programming Tips): Correct the "default" prompt spec.
4771
47722005-09-08 Chong Yidong <cyd@stupidchicken.com>
4773
4774 * locals.texi (Standard Buffer-Local Variables): Don't include
4775 mode variables for minor modes.
4776 Fix xrefs for buffer-display-count, buffer-display-table,
4777 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
4778 enable-multibyte-characters, fill-column, header-line-format,
4779 left-fringe-width, left-margin, and right-fringe-width.
4780
4781 * hooks.texi (Standard Hooks): All hooks should conform to the
4782 standard naming convention now.
4783 Fix xref for `echo-area-clear-hook'.
4784
4785 * display.texi (Usual Display): Note that indicate-empty-lines and
4786 tab-width are buffer-local.
4787
4788 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
4789
4790 * modes.texi (Mode Help): Note that major-mode is buffer-local.
4791
4792 * nonascii.texi (Encoding and I/O): Note that
4793 buffer-file-coding-system is buffer-local.
4794
4795 * positions.texi (List Motion): Note that defun-prompt-regexp is
4796 buffer-local.
4797
4798 * text.texi (Auto Filling): Note that auto-fill-function is
4799 buffer-local.
4800 (Undo): Note that buffer-undo-list is buffer-local.
4801
4802 * windows.texi (Buffers and Windows): Document
4803 buffer-display-count.
4804
48052005-09-06 Richard M. Stallman <rms@gnu.org>
4806
4807 * tips.texi (Coding Conventions): Sometimes it is ok to put the
4808 package prefix elsewhere than at the start of the name.
4809
48102005-09-03 Richard M. Stallman <rms@gnu.org>
4811
4812 * tips.texi (Programming Tips): Add conventions for minibuffer
4813 questions and prompts.
4814
48152005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
4816
4817 * intro.texi (nil and t): Minor cleanup.
4818 Delete spurious mention of keyword symbols.
4819 (Evaluation Notation): Add index entry.
4820 (A Sample Function Description): Minor cleanup.
4821 (A Sample Variable Description): Not all vars can be set.
4822
48232005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
4824
4825 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
4826
4827 (Insertion): Document precise type of `insert-char' arg COUNT.
4828
48292005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
4830
4831 * modes.texi (Other Font Lock Variables): Sync the default of
4832 font-lock-lines-before.
4833
48342005-08-31 Michael Albinus <michael.albinus@gmx.de>
4835
4836 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
4837
48382005-08-29 Richard M. Stallman <rms@gnu.org>
4839
4840 * elisp.texi (Top): Update subnode menu.
4841
4842 * searching.texi (Searching and Matching): Move node.
4843 Rearrange contents and add overall explanation.
4844 (Searching and Case): Move node.
4845 (Searching and Matching): Update menu.
4846
48472005-08-27 Eli Zaretskii <eliz@gnu.org>
4848
4849 * os.texi (Startup Summary): Fix the description of the initial
4850 startup message display.
4851
48522005-08-25 Richard M. Stallman <rms@gnu.org>
4853
4854 * searching.texi (Search and Replace): Add replace-regexp-in-string.
4855
48562005-08-25 Emilio C. Lopes <eclig@gmx.net>
4857
4858 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
4859 `next-overlay-change' example.
4860
48612005-08-22 Juri Linkov <juri@jurta.org>
4862
4863 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
4864 Fix invert-face. Fix args of face-background.
4865
4866 * display.texi (Standard Faces): Delete node.
4867 (Faces): Add xref to `(emacs)Standard Faces'.
4868 (Displaying Faces): Fix xref to `Standard Faces'.
4869
4870 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
4871
48722005-08-20 Alan Mackenzie <acm@muc.de>
4873
4874 * buffers.texi (The Buffer List): Clarify the manipulation of the
4875 buffer list.
4876
48772005-08-14 Richard M. Stallman <rms@gnu.org>
4878
4879 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
4880 a regexp.
4881
48822005-08-11 Richard M. Stallman <rms@gnu.org>
4883
4884 * elisp.texi (Top): Update subnode lists.
4885
4886 * display.texi (Inverse Video): Node deleted.
4887
4888 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
4889 New nodes split out of Coding Conventions.
4890
4891 * searching.texi (Regular Expressions): Document re-builder.
4892
4893 * os.texi (Time Parsing): New node split out of Time Conversion.
4894
4895 * processes.texi (Misc Network, Network Feature Testing)
4896 (Network Options, Make Network): New nodes split out of
4897 Low-Level Network.
4898
48992005-08-09 Richard M. Stallman <rms@gnu.org>
4900
4901 * frames.texi (Geometry): New node, split from Size and Position.
4902 (Frame Parameters): Refer to Geometry.
4903
4904 * buffers.texi (The Buffer List): Fix xrefs.
4905
4906 * windows.texi (Splitting Windows): Fix xref.
4907
4908 * frames.texi (Layout Parameters): Add xref.
4909
4910 * display.texi (Line Height, Scroll Bars): Fix xrefs.
4911
4912 * keymaps.texi (Menu Bar): Fix xref.
4913
4914 * locals.texi (Standard Buffer-Local Variables): Fix xref.
4915
4916 * modes.texi (%-Constructs): Fix xref.
4917
4918 * frames.texi (Window Frame Parameters): Node split up.
4919 (Basic Parameters, Position Parameters, Size Parameters)
4920 (Layout Parameters, Buffer Parameters, Management Parameters)
4921 (Cursor Parameters, Color Parameters): New subnodes.
4922
49232005-08-09 Luc Teirlinck <teirllm@auburn.edu>
4924
4925 * positions.texi (Screen Lines): Update xref for previous change
4926 in minibuf.texi.
4927
4928 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
4929 change in minibuf.texi.
4930
49312005-08-09 Richard M. Stallman <rms@gnu.org>
4932
4933 * tips.texi (Coding Conventions): Minor cleanup.
4934
4935 * modes.texi (Defining Minor Modes): Explain when init-value
4936 can be non-nil.
4937
4938 * elisp.texi (Top): Update submenu for Minibuffer.
4939
4940 * minibuf.texi (Minibuffer Misc): Node split up.
4941 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
4942 (Recursive Mini): New nodes split out from Minibuffer Misc.
4943 (Minibuffer Misc): Document max-mini-window-height.
4944
4945 * hash.texi (Defining Hash): Delete stray paren in example.
4946
4947 * display.texi (Echo Area Customization): Don't define
4948 max-mini-window-height here; xref instead.
4949
4950 * commands.texi (Event Input Misc): Update while-no-input.
4951
4952 * advice.texi (Advising Functions): Explain when to use advice
4953 and when to use a hook.
4954
49552005-07-30 Eli Zaretskii <eliz@gnu.org>
4956
4957 * makefile.w32-in (info): Don't run install-info.
4958 ($(infodir)/dir): New target, produced by running install-info.
4959
49602005-07-27 Luc Teirlinck <teirllm@auburn.edu>
4961
4962 * modes.texi (Defining Minor Modes): The keyword for the initial
4963 value is :init-value, not :initial-value.
4964
49652005-07-23 Eli Zaretskii <eliz@gnu.org>
4966
4967 * loading.texi (Autoload): Make the `doctor' example be consistent
4968 with what's in current loaddefs.el. Describe the "fn" magic in
4969 the usage portion of the doc string.
4970
49712005-07-22 Richard M. Stallman <rms@gnu.org>
4972
4973 * internals.texi (Garbage Collection): Clarify previous change.
4974
49752005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
4976
4977 * internals.texi (Garbage Collection): Add gc-cons-percentage.
4978
49792005-07-18 Juri Linkov <juri@jurta.org>
4980
4981 * commands.texi (Accessing Events):
4982 * frames.texi (Text Terminal Colors, Resources):
4983 * markers.texi (The Mark):
4984 * modes.texi (Defining Minor Modes):
4985 Delete duplicate duplicate words.
4986
49872005-07-16 Richard M. Stallman <rms@gnu.org>
4988
4989 * display.texi (Managing Overlays): Clarify make-overlay
4990 args for insertion types.
4991
49922005-07-13 Luc Teirlinck <teirllm@auburn.edu>
4993
4994 * customize.texi (Variable Definitions):
4995 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
4996 `standard-value' is a list too.
4997 (Defining New Types): Use @key{RET} instead of @key{ret}.
4998
49992005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
5000
5001 * os.texi (Translating Input): Fix typo.
5002
50032005-07-08 Richard M. Stallman <rms@gnu.org>
5004
5005 * README: Update edition number and size estimate.
5006
5007 * elisp.texi (VERSION): Set to 2.9.
5008
50092005-07-07 Richard M. Stallman <rms@gnu.org>
5010
5011 * book-spine.texinfo: Update Emacs version.
5012
5013 * display.texi (Inverse Video): Delete mode-line-inverse-video.
5014
50152005-07-06 Richard M. Stallman <rms@gnu.org>
5016
5017 * searching.texi (Regexp Search): Clarify what re-search-forward
5018 does when the search fails.
5019
50202005-07-05 Lute Kamstra <lute@gnu.org>
5021
5022 * Update FSF's address in GPL notices.
5023
5024 * doclicense.texi (GNU Free Documentation License):
5025 * gpl.texi (GPL):
5026 * tips.texi (Coding Conventions, Library Headers):
5027 * vol1.texi:
5028 * vol2.texi: Update FSF's address.
5029
50302005-07-04 Richard M. Stallman <rms@gnu.org>
5031
5032 * hooks.texi (Standard Hooks): Add occur-hook.
5033
50342005-07-03 Luc Teirlinck <teirllm@auburn.edu>
5035
5036 * display.texi (The Echo Area): Correct menu.
5037
50382005-07-03 Richard M. Stallman <rms@gnu.org>
5039
5040 * elisp.texi (Top): Update subnode menu for Display.
5041
5042 * display.texi (Displaying Messages): New node, with most
5043 of what was in The Echo Area.
5044 (Progress): Moved under The Echo Area.
5045 (Logging Messages): New node with new text.
5046 (Echo Area Customization): New node, the rest of what was
5047 in The Echo Area. Document message-truncate-lines with @defvar.
5048 (Display): Update menu.
5049
5050 * windows.texi (Textual Scrolling): Doc 3 values for
5051 scroll-preserve-screen-position.
5052
5053 * text.texi (Special Properties): Change hook functions
5054 should bind inhibit-modification-hooks around altering buffer text.
5055
5056 * keymaps.texi (Key Binding Commands): Call binding BINDING
5057 rather than DEFINITION.
5058
50592005-06-29 Juanma Barranquero <lekktu@gmail.com>
5060
5061 * variables.texi (Defining Variables): `user-variable-p' returns t
5062 for aliases of user options, nil for alias loops.
5063
50642005-06-28 Richard M. Stallman <rms@gnu.org>
5065
5066 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
5067 make-keymap.
5068
50692005-06-27 Luc Teirlinck <teirllm@auburn.edu>
5070
5071 * variables.texi (Setting Variables): Correct and clarify
5072 description of `add-to-ordered-list'.
5073
50742005-06-26 Richard M. Stallman <rms@gnu.org>
5075
5076 * display.texi (Faces): Minor cleanup.
5077
50782005-06-25 Luc Teirlinck <teirllm@auburn.edu>
5079
5080 * display.texi (Faces): `facep' returns t for strings that are
5081 face names.
5082
50832005-06-25 Richard M. Stallman <rms@gnu.org>
5084
5085 * objects.texi (Equality Predicates): Clarify meaning of equal.
5086
5087 * windows.texi (Selecting Windows): save-selected-window
5088 and with-selected-window save and restore the current buffer.
5089
50902005-06-24 Richard M. Stallman <rms@gnu.org>
5091
5092 * numbers.texi (Float Basics): Explain how to test for NaN,
5093 and printing the sign of NaNs.
5094
50952005-06-24 Eli Zaretskii <eliz@gnu.org>
5096
5097 * makefile.w32-in (MAKEINFO): Use --force.
5098
50992005-06-23 Richard M. Stallman <rms@gnu.org>
5100
5101 * display.texi (Face Functions): Correct Texinfo usage.
5102
51032005-06-23 Luc Teirlinck <teirllm@auburn.edu>
5104
5105 * lists.texi (Rings): `ring-elements' now returns the elements of
5106 RING in order.
5107
51082005-06-23 Juanma Barranquero <lekktu@gmail.com>
5109
5110 * markers.texi (The Mark): Texinfo usage fix.
5111
51122005-06-23 Kim F. Storm <storm@cua.dk>
5113
5114 * searching.texi (Entire Match Data): Remove evaporate option for
5115 match-data. Do not mention evaporate option for set-match-data.
5116
51172005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
5118
5119 * display.texi (Face Functions): Mention face aliases.
5120
51212005-06-21 Richard M. Stallman <rms@gnu.org>
5122
5123 * anti.texi (Antinews): Texinfo usage fix.
5124
51252005-06-21 Karl Berry <karl@gnu.org>
5126
5127 * elisp.texi: Use @copying.
5128
5129 * elisp.texi: Put @summarycontents and @contents before the Top
5130 node, instead of the end of the file, so that the contents appear
5131 in the right place in the dvi/pdf output.
5132
51332005-06-21 Juri Linkov <juri@jurta.org>
5134
5135 * display.texi (Defining Faces): Add `customized-face'.
5136
51372005-06-20 Kim F. Storm <storm@cua.dk>
5138
5139 * variables.texi (Setting Variables): Any type of element can be
5140 given order in add-to-ordered-list. Compare elements with eq.
5141
5142 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
5143
51442005-06-20 Karl Berry <karl@gnu.org>
5145
5146 * syntax.texi (Syntax Flags): Make last column very slightly wider
5147 to avoid "generic comment" breaking on two lines and causing an
5148 underfull box.
5149
51502005-06-19 Luc Teirlinck <teirllm@auburn.edu>
5151
5152 * lists.texi (Rings): Various minor clarifications and corrections.
5153
51542005-06-18 Richard M. Stallman <rms@gnu.org>
5155
5156 * functions.texi (Obsolete Functions): Simplify.
5157
5158 * variables.texi (Variable Aliases): Simplify.
5159
5160 * anti.texi, backups.texi, compile.texi, customization.texi:
5161 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
5162 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
5163 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
5164 * variables.texi: Fix formatting ugliness.
5165
5166 * elisp.texi: Add links to Rings and Byte Packing.
5167 Update version and copyright years.
5168
5169 * minibuf.texi: Fix formatting ugliness.
5170 (Completion Commands): Move keymap vars to the end
5171 and vars completing-read binds to the top.
5172
51732005-06-17 Luc Teirlinck <teirllm@auburn.edu>
5174
5175 * processes.texi: Fix typos.
5176 (Bindat Spec): Correct Texinfo error.
5177 (Byte Packing): Fix ungrammatical sentence.
5178
51792005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
5180
5181 * lists.texi (Rings): New node.
5182 (Lists): Add it to menu.
5183
5184 * processes.texi (Byte Packing): New node.
5185 (Processes): Add it to menu.
5186
51872005-06-17 Richard M. Stallman <rms@gnu.org>
5188
5189 * syntax.texi (Parsing Expressions): Fix texinfo usage.
5190
5191 * help.texi (Documentation Basics): Explain the xref to
5192 Documentation Tips.
5193
5194 * debugging.texi (Debugger Commands): Minor fix.
5195
51962005-06-16 Luc Teirlinck <teirllm@auburn.edu>
5197
5198 * edebug.texi (Instrumenting): Eliminate duplicate link.
5199 (Specification List): Replace references to "below", referring to
5200 a later node, with one @ref to that node.
5201
5202 * os.texi (Timers): Timers should save and restore the match data
5203 if they change it.
5204
5205 * debugging.texi (Debugger Commands): Mention that the Lisp
5206 debugger can not step through primitive functions.
5207
52082005-06-16 Juanma Barranquero <lekktu@gmail.com>
5209
5210 * functions.texi (Obsolete Functions): Update argument names of
5211 `make-obsolete' and `define-obsolete-function-alias'.
5212
5213 * variables.texi (Variable Aliases): Update argument names of
5214 `defvaralias', `make-obsolete-variable' and
5215 `define-obsolete-variable-alias'.
5216
52172005-06-15 Kim F. Storm <storm@cua.dk>
5218
5219 * searching.texi (Entire Match Data): Rephrase warnings about
5220 evaporate arg to match-data and set-match-data.
5221
52222005-06-14 Luc Teirlinck <teirllm@auburn.edu>
5223
5224 * elisp.texi (Top): Update detailed menu.
5225
5226 * edebug.texi (Edebug): Update menu.
5227 (Instrumenting): Update xrefs.
5228 (Edebug Execution Modes): Correct xref.
5229 (Jumping): Clarify description of `h' command.
5230 Eliminate redundant @ref.
5231 (Breaks): New node.
5232 (Breakpoints): Is now a subsubsection.
5233 (Global Break Condition): Mention `C-x X X'.
5234 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
5235 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
5236 (Edebug Display Update): Correct pxref.
5237 (Edebug and Macros): New node.
5238 (Instrumenting Macro Calls): Is now a subsubsection.
5239 Neither arg of `def-edebug-spec' is evaluated.
5240 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
5241 (Specification Examples): Fix typo.
5242
52432005-06-14 Lute Kamstra <lute@gnu.org>
5244
5245 * debugging.texi (Function Debugging): Primitives can break on
5246 entry too.
5247
52482005-06-14 Kim F. Storm <storm@cua.dk>
5249
5250 * variables.texi (Setting Variables): Add add-to-ordered-list.
5251
52522005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5253
5254 * syntax.texi (Parsing Expressions): Document aux functions and vars of
5255 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
5256
52572005-06-13 Lute Kamstra <lute@gnu.org>
5258
5259 * text.texi (Special Properties): Fix cross reference.
5260
52612005-06-11 Luc Teirlinck <teirllm@auburn.edu>
5262
5263 * debugging.texi (Function Debugging): Delete mention of empty
5264 string argument to `cancel-debug-on-entry'. Delete inaccurate
5265 description of the return value of that command.
5266
52672005-06-11 Alan Mackenzie <acm@muc.de>
5268
5269 * text.texi (Adaptive Fill): Amplify the description of
5270 fill-context-prefix.
5271
52722005-06-10 Luc Teirlinck <teirllm@auburn.edu>
5273
5274 * syntax.texi (Parsing Expressions): Fix Texinfo error.
5275
52762005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
5277
5278 * syntax.texi (Parsing Expressions): Document syntax-ppss.
5279
52802005-06-10 Luc Teirlinck <teirllm@auburn.edu>
5281
5282 * debugging.texi (Error Debugging): Minor rewording.
5283 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
5284 is optional.
5285
52862005-06-10 Lute Kamstra <lute@gnu.org>
5287
5288 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
5289 (Top): Give it a title. Correct version number. Give the
5290 detailed node listing a more prominent header.
5291 * intro.texi: Don't set VERSION here a second time.
5292 Mention Emacs's version too.
5293 * anti.texi (Antinews): Use EMACSVER to refer to the current
5294 version of Emacs.
5295
52962005-06-09 Kim F. Storm <storm@cua.dk>
5297
5298 * searching.texi (Entire Match Data): Explain new `reseat' argument to
5299 match-data and set-match-data.
5300
53012005-06-08 Richard M. Stallman <rms@gnu.org>
5302
5303 * searching.texi (Entire Match Data): Clarify when match-data
5304 returns markers and when integers.
5305
5306 * display.texi (Defining Faces): Explain that face name should not
5307 end in `-face'.
5308
5309 * modes.texi (Mode Line Data): Minor cleanup.
5310 (Customizing Keywords): Node split out of Search-based Fontification.
5311 Add example of using font-lock-add-keywords from a hook.
5312 Clarify when MODE should be non-nil, and when nil.
5313
53142005-06-06 Richard M. Stallman <rms@gnu.org>
5315
5316 * modes.texi (Mode Line Data): Explain what happens when the car
5317 of a list is a void symbol.
5318 (Search-based Fontification): Explain MODE arg to
5319 font-lock-add-keywords and warn about calls from major modes.
5320
53212005-06-08 Juri Linkov <juri@jurta.org>
5322
5323 * display.texi (Standard Faces): Add `shadow' face.
5324
53252005-05-29 Luc Teirlinck <teirllm@auburn.edu>
5326
5327 * modes.texi (Major Mode Conventions): A derived mode only needs
5328 to put the call to the parent mode inside `delay-mode-hooks'.
5329
53302005-05-29 Richard M. Stallman <rms@gnu.org>
5331
5332 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
5333 new, and what that implies. Clarify.
5334
5335 * files.texi (Locating Files): Clean up the text.
5336
5337 * frames.texi (Window Frame Parameters): Document user-size.
5338 Shorten entry for top by referring to left.
5339
53402005-05-26 Richard M. Stallman <rms@gnu.org>
5341
5342 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
5343 is new, and what the implications are. Other clarifications.
5344
53452005-05-24 Richard M. Stallman <rms@gnu.org>
5346
5347 * frames.texi (Dialog Boxes): Minor fixes.
5348
53492005-05-25 Masatake YAMATO <jet@gyve.org>
5350
5351 * display.texi (Standard Faces): Write about `mode-line-highlight'.
5352
53532005-05-24 Luc Teirlinck <teirllm@auburn.edu>
5354
5355 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
5356 is optional.
5357
53582005-05-24 Nick Roberts <nickrob@snap.net.nz>
5359
10d1d0af 5360 * frames.texi (Dialog Boxes): Describe new optional argument.
b8d4c8d0
GM
5361
53622005-05-23 Lute Kamstra <lute@gnu.org>
5363
5364 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
5365 syntax-begin-function over font-lock-beginning-of-syntax-function.
5366
53672005-05-21 Luc Teirlinck <teirllm@auburn.edu>
5368
5369 * minibuf.texi (Reading File Names): Update description of
5370 `read-directory-name'.
5371
5372 * modes.texi (Derived Modes): Clarify :group keyword.
5373
53742005-05-21 Eli Zaretskii <eliz@gnu.org>
5375
5376 * files.texi (Locating Files): New subsection.
5377 Describe locate-file and executable-find.
5378
53792005-05-21 Kevin Ryde <user42@zip.com.au>
5380
5381 * frames.texi (Initial Parameters): Update cross reference to
5382 "Emacs Invocation".
5383
53842005-05-19 Luc Teirlinck <teirllm@auburn.edu>
5385
5386 * keymaps.texi (Active Keymaps): Add anchor.
5387
5388 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
5389 (Major Mode Conventions): Refer to `Auto Major Mode' in more
5390 appropriate place.
5391 (Derived Modes): Small clarifications.
5392 (Minor Mode Conventions, Keymaps and Minor Modes):
5393 Replace references to nodes with references to anchors.
5394 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
5395 Clarify description of lists whose first element is an integer.
5396 (Mode Line Variables): Add anchor.
5397 (%-Constructs): Clarify description of integer after %.
5398 (Emulating Mode Line): Describe nil value for FACE.
5399
54002005-05-18 Luc Teirlinck <teirllm@auburn.edu>
5401
5402 * modes.texi (Derived Modes): Correct references to non-existing
5403 variable standard-syntax-table.
5404
54052005-05-17 Lute Kamstra <lute@gnu.org>
5406
5407 * modes.texi (Defining Minor Modes): Mention the mode hook.
5408
54092005-05-15 Kim F. Storm <storm@cua.dk>
5410
5411 * processes.texi (Network): Remove open-network-stream-nowait.
5412 (Network Servers): Remove open-network-stream-server.
5413
54142005-05-15 Luc Teirlinck <teirllm@auburn.edu>
5415
5416 * elisp.texi (Top): Update detailed menu.
5417
5418 * variables.texi: Reorder nodes.
5419 (Variables): Update menu.
5420 (File Local Variables): Do not refer to the `-*-' line as
5421 a "local variables list". Add pxref.
5422
54232005-05-14 Luc Teirlinck <teirllm@auburn.edu>
5424
5425 * elisp.texi (Top): Update detailed menu for node changes.
5426
5427 * modes.texi (Modes): Update Menu.
5428 (Hooks): Move to beginning of chapter.
5429 Most minor modes run mode hooks too.
5430 `add-hook' can handle void hooks or hooks whose value is a single
5431 function.
5432 (Major Modes): Update Menu.
5433 (Major Mode Basics): New node, split off from `Major Modes'.
5434 (Major Mode Conventions): Correct xref. Explain how to handle
5435 auto-mode-alist if the major mode command has an autoload cookie.
5436 (Auto Major Mode): Major update. Add magic-mode-alist.
5437 (Derived Modes): Major update.
5438 (Mode Line Format): Update Menu.
5439 (Mode Line Basics): New node, split off from `Mode Line Format'.
5440
5441 * loading.texi (Autoload): Mention `autoload cookie' as synonym
5442 for `magic autoload comment'. Add index entries and anchor.
5443
54442005-05-14 Richard M. Stallman <rms@gnu.org>
5445
5446 * tips.texi (Coding Conventions): Explain how important it is
5447 that just loading certain files not change Emacs behavior.
5448
5449 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
5450
54512005-05-12 Lute Kamstra <lute@gnu.org>
5452
5453 * modes.texi (Generic Modes): Update.
5454 (Major Modes): Refer to node "Generic Modes".
5455
5456 * elisp.texi (Top): Update to the current structure of the manual.
5457 * processes.texi (Processes): Add menu description.
5458 * customize.texi (Customization): Add menu descriptions.
5459
54602005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
5461
5462 * processes.texi (Signals to Processes)
5463 (Low-Level Network): Fix typos.
5464
54652005-05-11 Lute Kamstra <lute@gnu.org>
5466
5467 * elisp.texi (Top): Add some nodes from the chapter "Major and
5468 Minor Modes" to the detailed node listing.
5469
54702005-05-10 Richard M. Stallman <rms@gnu.org>
5471
5472 * keymaps.texi (Extended Menu Items): Menu item filter functions
5473 can be called at any time.
5474
54752005-05-08 Luc Teirlinck <teirllm@auburn.edu>
5476
5477 * variables.texi (File Local Variables): `(hack-local-variables t)'
5478 now also checks whether a mode is specified in the local variables
5479 list.
5480
54812005-05-05 Kevin Ryde <user42@zip.com.au>
5482
5483 * display.texi (The Echo Area): Correct format function cross
5484 reference.
5485
54862005-05-05 Luc Teirlinck <teirllm@auburn.edu>
5487
5488 * variables.texi (Variable Aliases): Change description of
5489 `define-obsolete-variable-alias'.
5490
5491 * functions.texi (Functions): Add "Obsolete Functions" to menu.
5492 (Defining Functions): Add xref.
5493 (Obsolete Functions): New node.
5494 (Function Safety): Standardize capitalization of section title.
5495
5496 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
5497 (Dialog Boxes): Complete description of `x-popup-dialog'.
5498
54992005-05-04 Richard M. Stallman <rms@gnu.org>
5500
5501 * commands.texi (Interactive Codes): Fix Texinfo usage.
5502 Document U more clearly.
5503
55042005-05-01 Luc Teirlinck <teirllm@auburn.edu>
5505
5506 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
5507 function and not a macro.
5508
5509 * frames.texi (Pop-Up Menus): Correct and clarify description of
5510 `x-popup-menu'.
5511 (Dialog Boxes): Clarify description of `x-popup-dialog'.
5512
55132005-05-01 Richard M. Stallman <rms@gnu.org>
5514
5515 * edebug.texi (Checking Whether to Stop): Fix previous change.
5516
55172005-05-01 Luc Teirlinck <teirllm@auburn.edu>
5518
5519 * display.texi: Fix typos and Texinfo usage.
5520
5521 * edebug.texi (Checking Whether to Stop): executing-macro ->
5522 executing-kbd-macro.
5523
55242005-05-01 Richard M. Stallman <rms@gnu.org>
5525
5526 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
5527
55282005-04-30 Richard M. Stallman <rms@gnu.org>
5529
5530 * files.texi (Magic File Names): Document `operations' property.
5531
55322005-04-29 Lute Kamstra <lute@gnu.org>
5533
5534 * modes.texi (Generic Modes): New node.
5535 (Major Modes): Add it to the menu.
5536 (Derived Modes): Add "derived mode" to concept index.
5537
55382005-04-28 Lute Kamstra <lute@gnu.org>
5539
5540 * modes.texi (Defining Minor Modes): Fix previous change.
5541 (Font Lock Mode): Simplify.
5542 (Font Lock Basics): Say that font-lock-defaults is buffer-local
5543 when set and that some parts are optional. Add cross references.
5544 (Search-based Fontification): Say how to specify font-lock-keywords.
5545 Add cross references. Add font-lock-multiline to index.
5546 Move font-lock-keywords-case-fold-search here from node "Other Font
5547 Lock Variables". Document font-lock-add-keywords and
5548 font-lock-remove-keywords.
5549 (Other Font Lock Variables): Move font-lock-keywords-only,
5550 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
5551 and font-lock-syntactic-face-function to node "Syntactic Font
5552 Lock". Move font-lock-keywords-case-fold-search to node
5553 "Search-based Fontification". Document font-lock-inhibit-thing-lock
5554 and font-lock-{,un}fontify-{buffer,region}-function.
5555 (Precalculated Fontification): Remove reference to deleted variable
5556 font-lock-core-only.
5557 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
5558 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
5559 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
5560 and font-lock-syntactic-face-function here from node "Other Font
5561 Lock Variables". Move font-lock-syntactic-keywords to "Setting
5562 Syntax Properties". Add cross references.
5563 (Setting Syntax Properties): New node.
5564 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
5565 * syntax.texi (Syntax Properties): Add cross reference.
5566 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
5567
55682005-04-26 Richard M. Stallman <rms@gnu.org>
5569
5570 * display.texi (Defining Faces):
5571 Document `default' elements of defface spec.
5572
5573 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
5574
5575 * variables.texi (Variable Aliases): Clarify text.
5576
55772005-04-25 Chong Yidong <cyd@stupidchicken.com>
5578
5579 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
5580
55812005-04-25 Luc Teirlinck <teirllm@auburn.edu>
5582
5583 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
5584
55852005-04-24 Eli Zaretskii <eliz@gnu.org>
5586
5587 * syntax.texi (Syntax Table Internals): Elaborate documentation of
5588 syntax-after and syntax-class.
5589
5590 * files.texi (Changing Files): Fix last change's cross-reference.
5591 (Unique File Names): Don't mention "numbers" in the documentation
5592 of make-temp-file and make-temp-name.
5593
55942005-04-23 Richard M. Stallman <rms@gnu.org>
5595
5596 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
5597
55982005-04-22 Nick Roberts <nickrob@snap.net.nz>
5599
5600 * windows.texi (Cyclic Window Ordering): Clarify window-list.
5601
56022005-04-22 Nick Roberts <nickrob@snap.net.nz>
5603
5604 * variables.texi (Variable Aliases): Describe make-obsolete-variable
5605 and define-obsolete-variable-alias.
5606
56072005-04-22 Kim F. Storm <storm@cua.dk>
5608
5609 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
5610 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
5611
56122005-04-21 Lute Kamstra <lute@gnu.org>
5613
5614 * lists.texi (Association Lists): Document rassq-delete-all.
5615
56162005-04-19 Richard M. Stallman <rms@gnu.org>
5617
5618 * modes.texi (Search-based Fontification): Explain that
5619 facespec is an expression to be evaluated.
5620
56212005-04-19 Kevin Ryde <user42@zip.com.au>
5622
5623 * streams.texi (Output Functions): Fix xref.
5624 * strings.texi (String Conversion): Fix xref.
5625
56262005-04-19 Kim F. Storm <storm@cua.dk>
5627
5628 * symbols.texi (Symbol Plists): Add safe-get.
5629 Mention that `get' may signal an error.
5630
56312005-04-18 Nick Roberts <nickrob@snap.net.nz>
5632
5633 * customize.texi (Variable Definitions): Replace tooltip-mode
5634 example with save-place.
5635
56362005-04-17 Richard M. Stallman <rms@gnu.org>
5637
5638 * buffers.texi (Indirect Buffers): Clarify.
5639
5640 * positions.texi (Positions): Clarify converting marker to integer.
5641
5642 * strings.texi (String Basics): Mention string-match; clarify.
5643
56442005-04-08 Lute Kamstra <lute@gnu.org>
5645
5646 * modes.texi (Search-based Fontification): Fix cross references.
5647 Use consistent terminology. Document anchored highlighting.
5648
56492005-04-05 Lute Kamstra <lute@gnu.org>
5650
5651 * modes.texi (Defining Minor Modes): Document :group keyword
5652 argument and its default value.
5653
56542005-04-03 Lute Kamstra <lute@gnu.org>
5655
5656 * hooks.texi (Standard Hooks): Add some hooks. Add cross
5657 references and/or descriptions. Delete major mode hooks; mention
5658 them as a category instead. Rename or delete obsolete hooks.
5659
56602005-04-02 Richard M. Stallman <rms@gnu.org>
5661
5662 * nonascii.texi (Coding System Basics): Another wording cleanup.
5663
56642005-04-01 Richard M. Stallman <rms@gnu.org>
5665
5666 * nonascii.texi (Coding System Basics): Clarify previous change.
5667
56682005-04-01 Kenichi Handa <handa@m17n.org>
5669
10d1d0af 5670 * nonascii.texi (Coding System Basics): Describe about roundtrip
b8d4c8d0
GM
5671 identity of coding systems.
5672
56732005-03-29 Chong Yidong <cyd@stupidchicken.com>
5674
5675 * text.texi (Buffer Contents): Add filter-buffer-substring and
5676 buffer-substring-filters.
5677
56782005-03-26 Chong Yidong <cyd@stupidchicken.com>
5679
5680 * anti.texi (Antinews): Mention `G' interactive code.
5681
5682 * tips.texi (Compilation Tips): Mention benchmark.el.
5683
56842005-03-27 Luc Teirlinck <teirllm@auburn.edu>
5685
5686 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
5687 is now bound to M-o M-o.
5688
5689 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
5690
56912005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
5692
5693 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
5694 in the Emacs Manual).
5695 * Makefile.in (srcs): Remove calendar.texi.
5696 * makefile.w32-in (srcs): Remove calendar.texi.
5697 * display.texi (Display): Change name of next node.
5698 * os.texi (System In): Change name of previous node.
5699 * elisp.texi (Top): Remove Calendar references.
5700 * vol1.texi (Top): Remove Calendar references.
5701 * vol2.texi (Top): Remove Calendar references.
5702
57032005-03-25 Richard M. Stallman <rms@gnu.org>
5704
5705 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
5706 Cleanup previous change.
5707
57082005-03-25 Chong Yidong <cyd@stupidchicken.com>
5709
5710 * display.texi (Face Attributes): Faces earlier in an :inherit
5711 list take precedence.
5712 (Scroll Bars): Fix description of vertical-scroll-bars.
5713 Document frame-current-scroll-bars and window-current-scroll-bars.
5714
5715 * markers.texi (The Mark): Document temporary Transient Mark mode.
5716
5717 * minibuf.texi (Reading File Names):
5718 Document read-file-name-completion-ignore-case.
5719
5720 * positions.texi (Screen Lines): Document nil for width argument
5721 to compute-motion.
5722
57232005-03-23 Kim F. Storm <storm@cua.dk>
5724
5725 * display.texi (Standard Faces): Other faces used in the fringe
5726 implicitly inherits from the fringe face.
5727 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
5728 properties implicitly inherits from fringe face.
5729 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
5730
57312005-03-20 Chong Yidong <cyd@stupidchicken.com>
5732
5733 * display.texi (Invisible Text): State default value of
5734 line-move-ignore-invisible.
5735 (Managing Overlays): Document remove-overlays.
5736 (Standard Faces): Document escape-glyph face.
5737
5738 * minibuf.texi (Reading File Names): Document read-file-name-function.
5739
5740 * modes.texi (Other Font Lock Variables):
5741 Document font-lock-lines-before.
5742
5743 * positions.texi (Skipping Characters): skip-chars-forward allows
5744 character classes.
5745
57462005-03-18 Lute Kamstra <lute@gnu.org>
5747
5748 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
5749
57502005-03-17 Richard M. Stallman <rms@gnu.org>
5751
5752 * text.texi (Undo): Document extensible undo entries.
5753
dd7b651b 5754 * searching.texi (String Search, Regexp Search): Cleanups.
b8d4c8d0
GM
5755
5756 * nonascii.texi (Character Codes): Minor fix.
5757
5758 * display.texi (Display Property): Explain the significance
5759 of having text properties that are eq.
5760 (Other Display Specs): Explain string as display spec.
5761
5762 * commands.texi (Interactive Codes): Document G option.
5763
57642005-03-17 Chong Yidong <cyd@stupidchicken.com>
5765
5766 * text.texi (Filling): Add sentence-end-without-period and
5767 sentence-end-without-space.
5768 (Changing Properties): Minor fix.
5769
5770 * anti.texi: Total rewrite.
5771
57722005-03-15 Lute Kamstra <lute@gnu.org>
5773
5774 * edebug.texi (Instrumenting Macro Calls): Fix typos.
5775
57762005-03-08 Kim F. Storm <storm@cua.dk>
5777
5778 * display.texi (Specified Space): Property :width is support on
5779 non-graphic terminals, :height is not.
5780
57812005-03-07 Richard M. Stallman <rms@gnu.org>
5782
5783 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
5784 Now subnodes of Fringes.
5785 (Overlay Arrow): Document overlay-arrow-variable-list.
5786 (Fringe Size/Pos): New node, broken out of Fringes.
5787 (Display): Explain clearing vs redisplay better.
5788 (Truncation): Clarify use of bitmaps.
5789 (The Echo Area): Clarify the uses of the echo area.
5790 Add max-mini-window-height.
5791 (Progress): Clarify.
5792 (Invisible Text): Explain that main loop moves point out.
5793 (Selective Display): Say "hidden", not "invisible".
5794 (Managing Overlays): Move up. Describe relation to Undo here.
5795 (Overlay Properties): Clarify intro.
5796 (Finding Overlays): Explain return values when nothing found.
5797 (Width): truncate-string-to-width has added arg.
5798 (Displaying Faces): Clarify and update mode line face handling.
5799 (Face Functions): Minor cleanup.
5800 (Conditional Display): Merge into Other Display Specs.
5801 (Pixel Specification, Other Display Specs): Minor cleanups.
5802 (Images, Image Descriptors): Minor cleanups.
5803 (GIF Images): Patents have expired.
5804 (Showing Images): Explain default text for insert-image.
5805 (Manipulating Button Types): Merge into Manipulating Buttons.
5806 (Making Buttons): Explain return values.
5807 (Button Buffer Commands): Add xref.
5808 (Inverse Video): Update mode-line-inverse-video.
5809 (Display Table Format): Clarify.
5810 (Active Display Table): Give defaults for window-display-table.
5811
5812 * calendar.texi (Calendar Customizing): calendar-holiday-marker
5813 and calendar-today-marker are strings, not chars.
5814 (Holiday Customizing): Minor fix.
5815
5816 * internals.texi (Writing Emacs Primitives): Update `or' example.
5817 Update limit on # args of subr.
5818
5819 * edebug.texi (Using Edebug): Arrow is in fringe.
5820 (Instrumenting): Arg to eval-defun works without loading edebug.
5821 (Edebug Execution Modes): Add xref.
5822
5823 * customize.texi (Common Keywords): Clarify :require.
5824 Mention :version here.
5825 (Variable Definitions, Group Definitions): Not here.
5826 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
5827
58282005-03-07 Chong Yidong <cyd@stupidchicken.com>
5829 * nonascii.texi (Text Representations): Clarify position-bytes.
5830 (Character Sets): Add list-charset-chars.
5831 (Scanning Charsets): Add charset-after.
5832 (Encoding and I/O): Minor fix.
5833
58342005-03-06 Richard M. Stallman <rms@gnu.org>
5835
5836 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
5837 (Resizing Windows): Likewise.
5838
5839 * text.texi (Change Hooks): Get rid of "Emacs 21".
5840
5841 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
5842
5843 * streams.texi (Output Variables): Get rid of "Emacs 21".
5844
5845 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
5846
5847 * os.texi (Translating Input): Replace flow-control example
5848 with a less obsolete example that uses `keyboard-translate'.
5849
5850 * objects.texi (Hash Table Type, Circular Objects):
5851 Get rid of "Emacs 21".
5852
5853 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
5854 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
5855
5856 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
5857
5858 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
5859
5860 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
5861 (Menu Bar): Fix when menu-bar-update-hook is called.
5862
5863 * hash.texi (Hash Tables): Get rid of "Emacs 21".
5864
5865 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
5866 and make it read better.
5867
5868 * files.texi (Writing to Files): Get rid of "Emacs 21".
5869 (Unique File Names): Likewise.
5870
5871 * elisp.texi: Update Emacs version to 22.
5872
5873 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
5874 (Overlay Properties, Face Attributes): Likewise.
5875 (Managing Overlays): Fix punctuation.
5876 (Attribute Functions): Clarify set-face-font; get rid of
5877 info about old Emacs versions.
5878 (Auto Faces, Font Lookup, Display Property, Images):
5879 Get rid of "Emacs 21".
5880
5881 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
5882
58832005-03-05 Richard M. Stallman <rms@gnu.org>
5884
5885 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
5886
58872005-03-04 Lute Kamstra <lute@gnu.org>
5888
5889 * debugging.texi (Error Debugging): Document stack-trace-on-error.
5890
58912005-03-03 Lute Kamstra <lute@gnu.org>
5892
5893 * edebug.texi (Instrumenting Macro Calls): Fix typo.
5894
58952005-03-01 Lute Kamstra <lute@gnu.org>
5896
5897 * debugging.texi (Debugger Commands): Update `j'.
5898
58992005-02-28 Lute Kamstra <lute@gnu.org>
5900
5901 * debugging.texi (Debugging): Fix typo.
5902 (Error Debugging): Document eval-expression-debug-on-error.
5903 (Function Debugging): Update example.
5904 (Using Debugger): Mention starred stack frames.
5905 (Debugger Commands): Document `j' and `l'.
5906 (Invoking the Debugger): `d' and `j' exit recursive edit too.
5907 Update the messages that the debugger displays.
5908 (Internals of Debugger): Add cross reference. Update example.
5909 (Excess Open): Minor improvement.
5910 (Excess Close): Minor improvement.
5911
59122005-02-26 Richard M. Stallman <rms@gnu.org>
5913
5914 * tips.texi (Coding Conventions): Clarify.
5915 Put all the major mode key reservations together.
5916 Mention the Mouse-1 => Mouse-2 conventions.
5917
5918 * syntax.texi (Syntax Class Table): Clarify.
5919 (Syntax Table Functions): syntax-after moved from here.
5920 (Syntax Table Internals): syntax-after moved to here.
5921 (Parsing Expressions): Update info on number of values
5922 and what's meaningful in the STATE argument.
5923 (Categories): Fix typo.
5924
5925 * sequences.texi (Arrays): Cleanup.
5926 (Char-Tables): Clarify.
5927
5928 * processes.texi (Deleting Processes): Cleanups, add xref.
5929 (Subprocess Creation): Explain nil in exec-path. Cleanup.
5930 (Process Information): set-process-coding-system, some args optional.
5931 (Input to Processes): Explain various types for PROCESS args.
5932 Rename them from PROCESS-NAME to PROCESS.
5933 (Signals to Processes): Likewise.
5934 (Decoding Output): Cleanup.
5935 (Query Before Exit): Clarify.
5936
5937 * os.texi (Startup Summary): Correct the options; add missing ones.
5938 (Terminal Output, Batch Mode): Clarify.
5939 (Flow Control): Node deleted.
5940
5941 * markers.texi (The Mark): Clarify.
5942
5943 * macros.texi (Expansion): Cleanup.
5944 (Indenting Macros): indent-spec allows ints, not floats.
5945
5946 * keymaps.texi (Keymaps): Clarify.
5947 (Format of Keymaps): Update lisp-mode-map example.
5948 (Active Keymaps, Key Lookup): Clarify.
5949 (Changing Key Bindings): Add xref to `kbd'.
5950 (Key Binding Commands, Simple Menu Items): Clarify.
5951 (Mouse Menus, Menu Bar): Clarify.
5952 (Menu Example): Replace print example with menu-bar-replace-menu.
5953
5954 * help.texi (Documentation Basics): Add function-documentation prop.
5955
5956 * elisp.texi (Top): Don't refer to Flow Control node.
5957
5958 * commands.texi (Command Overview): Improve xrefs.
5959 (Adjusting Point): Adjusting point applies to intangible and invis.
5960 (Key Sequence Input): Doc extra read-key-sequence args.
5961 Likewise for read-key-sequence-vector.
5962
5963 * backups.texi (Rename or Copy): Minor fix.
5964 (Numbered Backups): For version-control, say the default.
5965 (Auto-Saving): make-auto-save-file-name example is simplified.
5966
5967 * advice.texi (Advising Functions): Don't imply one part of Emacs
5968 should advise another part. Markup changes.
5969 (Defining Advice): Move transitional para.
5970 (Activation of Advice): Cleanup.
5971 Explain if COMPILE is nil or negative.
5972
5973 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
5974
59752005-02-24 Lute Kamstra <lute@gnu.org>
5976
5977 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
5978 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
5979
59802005-02-23 Lute Kamstra <lute@gnu.org>
5981
5982 * modes.texi (Defining Minor Modes): define-minor-mode can be used
5983 to define global minor modes as well.
5984
5985 * display.texi (Managing Overlays): overlay-buffer returns nil for
5986 deleted overlays.
5987
59882005-02-22 Kim F. Storm <storm@cua.dk>
5989
5990 * minibuf.texi (Basic Completion): Allow symbols in addition to
5991 strings in try-completion and all-completions.
5992
59932005-02-14 Lute Kamstra <lute@gnu.org>
5994
5995 * elisp.texi (Top): Remove reference to deleted node.
5996
5997 * lists.texi (Lists): Remove reference to deleted node.
5998 (Cons Cells): Fix typo.
5999
6000 * loading.texi (Where Defined): Fix typo.
6001
60022005-02-14 Richard M. Stallman <rms@gnu.org>
6003
6004 * variables.texi (Creating Buffer-Local): change-major-mode-hook
6005 is useful for discarding some minor modes.
6006
6007 * symbols.texi (Symbol Components): Reorder examples.
6008
6009 * streams.texi (Input Functions): State standard-input default.
6010 (Output Variables): State standard-output default.
6011
6012 * objects.texi (Printed Representation): Clarify read syntax vs print.
6013 (Floating Point Type): Explain meaning better.
6014 (Symbol Type): Explain uniqueness better.
6015 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
6016 List examples sooner.
6017 (Box Diagrams): New subnode broken out.
6018 Some examples moved from old Lists as Boxes node.
6019 (Dotted Pair Notation): Clarify intro.
6020 (Array Type): Clarify.
6021 (Type Predicates): Add hash-table-p.
6022
6023 * numbers.texi (Integer Basics): Clarify radix explanation.
6024 (Predicates on Numbers): Minor clarification.
6025 (Comparison of Numbers): Minor clarification. Clarify eql.
6026 Typos in min, max.
6027 (Math Functions): Clarify overflow in expt.
6028
6029 * minibuf.texi (Text from Minibuffer): Minor clarification.
6030 Mention arrow keys.
6031
6032 * loading.texi (Autoload): defun's doc string overrides autoload's
6033 doc string.
6034 (Repeated Loading): Modernize "add to list" examples.
6035 (Where Defined): Finish updating table of load-history elts.
6036
6037 * lists.texi (List-related Predicates): Minor wording improvement.
6038 (Lists as Boxes): Node deleted.
6039 (Building Lists): Explain trivial cases of number-sequence.
6040
6041 * hash.texi (Hash Tables): Add desc to menu items.
10d1d0af 6042 (Creating Hash): Explain "full" means "make larger".
b8d4c8d0
GM
6043 (Hash Access): Any object can be a key.
6044 State value of maphash.
6045
6046 * functions.texi (What Is a Function): Wording cleanup.
6047 (Function Documentation): Minor cleanup.
6048 Explain purpose of calling convention at end of doc string.
6049 (Function Names): Wording cleanup.
6050 (Calling Functions): Wording cleanup.
6051 Explain better how funcall calls the function.
6052 (Function Cells): Delete example of saving and redefining function.
6053
6054 * control.texi (Combining Conditions): Wording cleanup.
6055 (Iteration): dolist and dotimes bind VAR locally.
6056 (Cleanups): Xref to Atomic Changes.
6057
6058 * compile.texi (Byte Compilation): Delete 19.29 info.
6059 (Compilation Functions): Macros' difficulties don't affect defsubst.
6060 (Docs and Compilation): Delete 19.29 info.
6061
60622005-02-10 Richard M. Stallman <rms@gnu.org>
6063
6064 * objects.texi (Symbol Type): Minor correction.
6065
60662005-02-06 Lute Kamstra <lute@gnu.org>
6067
6068 * modes.texi (Example Major Modes): Fix typos.
6069
60702005-02-06 Richard M. Stallman <rms@gnu.org>
6071
6072 * text.texi (Margins): fill-nobreak-predicate can be one function.
6073
6074 * strings.texi (Modifying Strings): clear-string can make unibyte.
6075 (Formatting Strings): format gives error if values missing.
6076
6077 * positions.texi (Character Motion): Mention default arg
6078 for forward-char. backward-char refers to forward-char.
6079 (Word Motion): Mention default arg for forward-word.
6080 (Buffer End Motion): Mention default arg for beginning-of-buffer.
6081 Simplify end-of-buffer.
6082 (Text Lines): Mention default arg for forward-line.
6083 (List Motion): Mention default arg for beginning/end-of-defun.
6084 (Skipping Characters): Minor fixes in explaining character-set.
6085
6086 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
6087 Mode inheritance applies only when default-major-mode is nil.
6088 Clarifications.
6089 (Example Major Modes): Update Text mode and Lisp mode examples.
6090 (Minor Mode Conventions): Mention define-minor-mode at top.
6091 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
6092 (Mode Line Format): Update mode line face display info.
6093 (Properties in Mode): Mention effect of risky vars.
6094 (Imenu): Define imenu-add-to-menubar.
6095 (Font Lock Mode): Add descriptions to menu lines.
6096 (Faces for Font Lock): Add font-lock-doc-face.
6097
60982005-02-05 Lute Kamstra <lute@gnu.org>
6099
6100 * text.texi (Maintaining Undo): Remove obsolete function.
6101
61022005-02-05 Eli Zaretskii <eliz@gnu.org>
6103
6104 * frames.texi (Color Names): Add pointer to the X docs about RGB
c4cc8b9a 6105 color specifications. Improve indexing.
b8d4c8d0
GM
6106 (Text Terminal Colors): Replace the description of RGB values by
6107 an xref to "Color Names".
6108
61092005-02-03 Richard M. Stallman <rms@gnu.org>
6110
6111 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
6112 Clarify.
6113 (Selecting Windows): Clarify save-selected-window.
6114 (Cyclic Window Ordering): Clarify walk-windows.
6115 (Window Point): Clarify.
6116 (Window Start): Add comment to example.
6117 (Resizing Windows): Add `interactive' specs in examples.
6118 Document fit-window-to-buffer.
6119
6120 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
6121 (Undo, Maintaining Undo): Clarify last change.
6122 (Sorting): In sort-numeric-fields, explain about octal and hex.
6123 Mention sort-numeric-base.
6124 (Format Properties): Add xref for hard newlines.
6125
6126 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
6127 (Pop-Up Menus): Fix typo.
6128 (Color Names): Explain all types of color names.
6129 Explain color-values on B&W terminal.
6130 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
6131
6132 * files.texi (File Locks): Not supported on MS systems.
6133 (Testing Accessibility): Clarify.
6134
6135 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
6136 (Coverage Testing): Fix typo.
6137
6138 * commands.texi (Misc Events): Remove stray space.
6139
6140 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
6141 (Modification Time): Clarify when visited-file-modtime returns 0.
6142 (The Buffer List): Clarify bury-buffer.
6143 (Killing Buffers): Clarify.
6144 (Indirect Buffers): Add clone-indirect-buffer.
6145
61462005-02-02 Matt Hodges <MPHodges@member.fsf.org>
6147
6148 * edebug.texi (Printing in Edebug): Fix default value of
6149 edebug-print-circle.
6150 (Coverage Testing): Fix displayed frequency count data.
6151
61522005-02-02 Luc Teirlinck <teirllm@auburn.edu>
6153
6154 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
6155
61562005-02-02 Kim F. Storm <storm@cua.dk>
6157
6158 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
6159
61602005-01-29 Eli Zaretskii <eliz@gnu.org>
6161
6162 * commands.texi (Misc Events): Describe the help-echo event.
6163
6164 * text.texi (Special Properties) <help-echo>: Use `pos'
6165 consistently in description of the help-echo property.
6166 Use @code{nil} instead of @var{nil}.
6167
6168 * display.texi (Overlay Properties): Fix the index entry for
6169 help-echo overlay property.
6170
6171 * customize.texi (Type Keywords): Uncomment the xref to the
6172 help-echo property documentation.
6173
61742005-01-23 Kim F. Storm <storm@cua.dk>
6175
6176 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
6177 return value. Third element FULLY replaced by PARTIAL which
6178 specifies number of invisible pixels if row is only partially visible.
6179 (Textual Scrolling): Mention auto-window-vscroll.
6180 (Vertical Scrolling): New defvar auto-window-vscroll.
6181
61822005-01-16 Luc Teirlinck <teirllm@auburn.edu>
6183
6184 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
6185 command remapping.
6186
61872005-01-15 Richard M. Stallman <rms@gnu.org>
6188
6189 * display.texi (Defining Images): Mention DATA-P arg of create-image.
6190
61912005-01-14 Kim F. Storm <storm@cua.dk>
6192
6193 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
6194
6195 * text.texi (Links and Mouse-1): Fix string and vector item.
6196
61972005-01-13 Richard M. Stallman <rms@gnu.org>
6198
6199 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
6200 descriptions of overriding-local-map and overriding-terminal-local-map.
6201
6202 * text.texi (Links and Mouse-1): Clarify text.
6203
62042005-01-13 Kim F. Storm <storm@cua.dk>
6205
6206 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
6207
62082005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
6209
6210 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
6211
62122005-01-12 Kim F. Storm <storm@cua.dk>
6213
6214 * text.texi (Links and Mouse-1): Rename section from Enabling
6215 Mouse-1 to Following Links. Change xrefs.
6216 Add examples for define-button-type and define-widget.
6217
6218 * display.texi (Button Properties, Button Buffer Commands):
6219 Clarify mouse-1 and follow-link functionality.
6220
62212005-01-12 Richard M. Stallman <rms@gnu.org>
6222
6223 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
6224
6225 * display.texi (Beeping): Fix Texinfo usage.
6226
6227 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
6228
62292005-01-11 Kim F. Storm <storm@cua.dk>
6230
6231 * display.texi (Button Properties, Button Buffer Commands):
6232 Mention mouse-1 binding. Add follow-link keyword.
6233
6234 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
6235 (Enabling Mouse-1 to Follow Links): New subsection.
6236
62372005-01-06 Richard M. Stallman <rms@gnu.org>
6238
6239 * text.texi (Special Properties): Minor change.
6240
6241 * os.texi (Timers): Clarify previous change.
6242
6243 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
6244
62452005-01-01 Luc Teirlinck <teirllm@auburn.edu>
6246
6247 * display.texi (Face Attributes): Correct xref to renamed node.
6248
62492005-01-01 Richard M. Stallman <rms@gnu.org>
6250
6251 * display.texi (Face Attributes): Describe hex color specs.
6252
62532004-12-31 Richard M. Stallman <rms@gnu.org>
6254
6255 * os.texi (Timers): Update previous change.
6256
62572004-12-30 Kim F. Storm <storm@cua.dk>
6258
6259 * display.texi (Line Height): Total line-height is now specified
6260 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
6261 in cons cells. (nil . RATIO) is relative to actual line height.
6262 Use line-height `t' instead of `0' to get minimum height.
6263
62642004-12-29 Richard M. Stallman <rms@gnu.org>
6265
6266 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
6267
62682004-12-28 Richard M. Stallman <rms@gnu.org>
6269
6270 * commands.texi (Quitting): Clarify value of with-local-quit.
6271
6272 * elisp.texi (Top): Fix previous change.
6273
6274 * loading.texi (Loading): Fix previous change.
6275
62762004-12-27 Richard M. Stallman <rms@gnu.org>
6277
6278 * Makefile.in (MAKEINFO): Specify --force.
6279
6280 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
6281
6282 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
6283
6284 * display.texi (Line Height): Further clarify.
6285
6286 * elisp.texi (Top): Update Loading submenu.
6287
6288 * loading.texi (Where Defined): New node.
6289 (Unloading): load-history moved to Where Defined.
6290
62912004-12-21 Richard M. Stallman <rms@gnu.org>
6292
6293 * commands.texi (Event Input Misc): Add while-no-input.
6294
62952004-12-11 Richard M. Stallman <rms@gnu.org>
6296
6297 * display.texi (Line Height): Rewrite text for clarity.
6298
62992004-12-11 Kim F. Storm <storm@cua.dk>
6300
6301 * display.texi (Display): Add node "Line Height" to menu.
6302 (Line Height): New node. Move full description of line-spacing
6303 and line-height text properties here from text.texi.
6304 (Scroll Bars): Add vertical-scroll-bar variable.
6305
6306 * frames.texi (Window Frame Parameters): Remove line-height defvar.
6307
6308 * locals.texi (Standard Buffer-Local Variables): Fix xref for
6309 line-spacing and vertical-scroll-bar.
6310
6311 * text.texi (Special Properties): Just mention line-spacing and
6312 line-height here, add xref to new "Line Height" node.
6313
63142004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
6315
6316 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
6317
6318 * locals.texi (Standard Buffer-Local Variables):
6319 Add @xref for `line-spacing'.
6320
63212004-12-05 Richard M. Stallman <rms@gnu.org>
6322
6323 * Makefile.in (maintainer-clean): Remove the info files
6324 in $(infodir) where they are created.
6325
63262004-12-03 Richard M. Stallman <rms@gnu.org>
6327
6328 * windows.texi (Selecting Windows): get-lru-window and
6329 get-largest-window don't consider dedicated windows.
6330
6331 * text.texi (Undo): Document undo-in-progress.
6332
63332004-11-26 Richard M. Stallman <rms@gnu.org>
6334
6335 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
6336 Remove a few vars that are not always buffer-local.
6337
63382004-11-24 Luc Teirlinck <teirllm@auburn.edu>
6339
6340 * locals.texi (Standard Buffer-Local Variables): Comment out
6341 xref's to non-existent node `Yet to be written'.
6342
63432004-11-24 Richard M. Stallman <rms@gnu.org>
6344
6345 * processes.texi (Synchronous Processes): Grammar fix.
6346
6347 * numbers.texi (Comparison of Numbers): Add eql.
6348
6349 * locals.texi (Standard Buffer-Local Variables): Add many vars.
6350
6351 * intro.texi (Printing Notation): Fix previous change.
6352
6353 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
6354 and default-indicate-buffer-boundaries from here.
6355 (Usual Display): To here.
6356 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
6357 (Usual Display): Move tab-width up.
6358
6359 * customize.texi (Variable Definitions): Replace
6360 show-paren-mode example with tooltip-mode.
6361 (Simple Types, Composite Types, Defining New Types):
6362 Minor cleanups.
6363
63642004-11-21 Jesper Harder <harder@ifa.au.dk>
6365
6366 * processes.texi (Synchronous Processes, Output from Processes):
6367 Markup fix.
6368
63692004-11-20 Richard M. Stallman <rms@gnu.org>
6370
6371 * positions.texi (Skipping Characters): skip-chars-forward
6372 now handles char classes.
6373
6374 * intro.texi (Printing Notation): Avoid confusion of `print'
6375 when explaining @print.
6376
6377 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
6378
6379 * display.texi (Display Table Format): Minor fix.
6380
6381 * streams.texi (Output Functions): Fix print example.
6382
6383 * Makefile.in (elisp): New target.
6384 (dist): Depend on $(infodir)/elisp, not elisp.
6385 Copy the info files from $(infodir).
6386
6387 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
6388 read-from-minibuffer.
6389
6390 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
6391
63922004-11-19 Richard M. Stallman <rms@gnu.org>
6393
6394 * searching.texi (Regexp Search): Add search-whitespace-regexp.
6395
63962004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
6397
6398 * tips.texi (Coding Conventions): Fix typo.
6399
64002004-11-16 Richard M. Stallman <rms@gnu.org>
6401
6402 * tips.texi (Coding Conventions): Separate defvar and require
6403 methods to avoid warnings. Use require only when there are many
6404 functions and variables from that package.
6405
6406 * minibuf.texi (Minibuffer Completion): When ignoring case,
6407 predicate must not be case-sensitive.
6408
6409 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
6410 (Test Coverage): Don't talk about "splotches". Clarified.
6411
64122004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
6413
6414 * frames.texi (Window Frame Parameters): Fix typo.
6415
64162004-11-15 Kim F. Storm <storm@cua.dk>
6417
6418 * symbols.texi (Other Plists): Note that plist-get may signal error.
6419 Add safe-plist-get.
6420
64212004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
6422
6423 * modes.texi (Font Lock Basics): Fix typo.
6424
64252004-11-08 Richard M. Stallman <rms@gnu.org>
6426
6427 * syntax.texi (Syntax Table Functions): Add syntax-after.
6428
64292004-11-06 Lars Brinkhoff <lars@nocrew.org>
6430
6431 * os.texi (Processor Run Time): New section documenting
6432 get-internal-run-time.
6433
64342004-11-06 Eli Zaretskii <eliz@gnu.org>
6435
6436 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
6437 it nukes elisp-cover.texi.
6438 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
6439 elisp-0 etc.
6440
64412004-11-05 Luc Teirlinck <teirllm@auburn.edu>
6442
6443 * commands.texi (Keyboard Macros): Document `append' return value
6444 of `defining-kbd-macro'.
6445
64462004-11-01 Richard M. Stallman <rms@gnu.org>
6447
6448 * commands.texi (Interactive Call): Add called-interactively-p.
6449
64502004-10-29 Simon Josefsson <jas@extundo.com>
6451
6452 * minibuf.texi (Reading a Password): Revert.
6453
64542004-10-28 Richard M. Stallman <rms@gnu.org>
6455
6456 * frames.texi (Display Feature Testing): Explain about "vendor".
6457
64582004-10-27 Richard M. Stallman <rms@gnu.org>
6459
6460 * commands.texi (Interactive Codes): `N' uses numeric prefix,
6461 not raw. Clarify `n'.
6462 (Interactive Call): Rewrite interactive-p, focusing on when
6463 and how to use it.
6464 (Misc Events): Clarify previous change.
6465
6466 * advice.texi (Simple Advice): Clarify what job the example does.
6467 (Around-Advice): Clarify ad-do-it.
6468 (Activation of Advice): An option of ad-default-compilation-action
6469 is `never', not `nil'.
6470
64712004-10-26 Kim F. Storm <storm@cua.dk>
6472
6473 * commands.texi (Interactive Codes): Add U code letter.
6474
64752004-10-25 Simon Josefsson <jas@extundo.com>
6476
6477 * minibuf.texi (Reading a Password): Add.
6478
64792004-10-24 Jason Rumney <jasonr@gnu.org>
6480
6481 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
6482 and wheel-down.
6483
64842004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
6485
6486 * processes.texi (Synchronous Processes): Document process-file.
6487
64882004-10-22 Kenichi Handa <handa@m17n.org>
6489
6490 * text.texi (translate-region): Document that it accepts also a
6491 char-table.
6492
64932004-10-22 David Ponce <david@dponce.com>
6494
6495 * windows.texi (Resizing Windows): Document the `preserve-before'
6496 argument of the functions `enlarge-window' and `shrink-window'.
6497
64982004-10-19 Jason Rumney <jasonr@gnu.org>
6499
6500 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
6501
65022004-10-09 Luc Teirlinck <teirllm@auburn.edu>
6503
6504 * text.texi (Filling): Add anchor for definition of
6505 `sentence-end-double-space'.
6506
6507 * searching.texi (Regexp Example): Update description of how
6508 Emacs currently recognizes the end of a sentence.
6509 (Standard Regexps): Update definition of the variable
6510 `sentence-end'. Add definition of the function `sentence-end'.
6511
65122004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
6513
6514 * display.texi (Progress): New node.
6515
65162004-10-05 Kim F. Storm <storm@cua.dk>
6517
6518 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
6519
65202004-09-29 Kim F. Storm <storm@cua.dk>
6521
6522 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
6523 to identify bitmaps. Remove -fringe-bitmap suffix for standard
6524 fringe bitmap symbols, as they now have their own namespace.
6525 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
6526 vs. pixels. Signal error if no free bitmap slots.
6527 (Pixel Specification): Change IMAGE to @var{image}.
6528
65292004-09-28 Richard M. Stallman <rms@gnu.org>
6530
6531 * text.texi (Special Properties): Clarify line-spacing and line-height.
6532
6533 * searching.texi (Regexp Search): Add looking-back.
6534
65352004-09-25 Luc Teirlinck <teirllm@auburn.edu>
6536
6537 * display.texi: Correct typos.
6538 (Image Descriptors): Correct xref's.
6539
65402004-09-25 Richard M. Stallman <rms@gnu.org>
6541
6542 * text.texi (Special Properties): Cleanups in `cursor'.
6543 Rewrites in `line-height' and `line-spacing'; exchange them.
6544
6545 * display.texi (Fringes): Rewrite previous change.
6546 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
6547 (Display Fringe Bitmaps): Node deleted, text moved.
6548 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
6549 (Scroll Bars): Clarify set-window-scroll-bars.
6550 (Pointer Shape): Rewrite.
6551 (Specified Space): Clarify :align-to, etc.
6552 (Pixel Specification): Use @var. Clarify new text.
6553 (Other Display Specs): Clarify `slice'.
6554 (Image Descriptors): Cleanups.
6555 (Showing Images): Cleanups.
6556
65572004-09-24 Luc Teirlinck <teirllm@auburn.edu>
6558
6559 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
6560
6561 * modes.texi: Various minor changes in addition to:
6562 (Major Mode Conventions): Final call to `run-mode-hooks' should
6563 not be inside the `delay-mode-hooks' form.
6564 (Mode Hooks): New node.
6565 (Hooks): Delete obsolete example.
6566 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
6567 node "Mode Hooks".
6568
65692004-09-22 Luc Teirlinck <teirllm@auburn.edu>
6570
6571 * display.texi: Correct various typos.
6572 (Display): Rename node "Pointer Shapes" to "Pointer
6573 Shape". (There is already a node called "Pointer Shapes" in
6574 frames.texi.)
6575 (Images): Remove non-existent node "Image Slices" from menu.
6576
65772004-09-23 Kim F. Storm <storm@cua.dk>
6578
6579 * text.texi (Special Properties): Add `cursor', `pointer',
6580 `line-height', and `line-spacing' properties.
6581
6582 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
6583 Shapes' to menu.
6584 (Standard Faces): Doc fix for fringe face.
6585 (Fringes): Add `overflow-newline-into-fringe' and
6586 'indicate-buffer-boundaries'.
6587 (Fringe Bitmaps, Pointer Shapes): New nodes.
6588 (Display Property): Add 'Pixel Specification' and 'Display Fringe
6589 Bitmaps' to menu.
6590 (Specified Space): Describe pixel width and height.
6591 (Pixel Specification): New node.
6592 (Other Display Specs): Add `slice' property.
6593 (Display Fringe Bitmaps): New node.
6594 (Images): Add 'Image Slices' to menu.
6595 (Image Descriptors): Add `:pointer' and `:map' properties.
6596 (Showing Images): Add slice arg to `insert-image'. Add
6597 'insert-sliced-image'.
6598
65992004-09-20 Richard M. Stallman <rms@gnu.org>
6600
6601 * commands.texi (Key Sequence Input):
6602 Clarify downcasing in read-key-sequence.
6603
66042004-09-08 Juri Linkov <juri@jurta.org>
6605
6606 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
6607
66082004-09-07 Luc Teirlinck <teirllm@auburn.edu>
6609
6610 * locals.texi (Standard Buffer-Local Variables): Add
6611 `buffer-auto-save-file-format'.
6612 * internals.texi (Buffer Internals): Describe new
6613 auto_save_file_format field of the buffer structure.
6614 * files.texi (Format Conversion): `auto-save-file-format' has been
6615 renamed `buffer-auto-save-file-format'.
6616
66172004-08-27 Luc Teirlinck <teirllm@auburn.edu>
6618
6619 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
6620 an integer or a marker.
6621 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
6622
66232004-08-22 Richard M. Stallman <rms@gnu.org>
6624
6625 * modes.texi (Major Mode Conventions): Discuss rebinding of
6626 standard key bindings.
6627
66282004-08-18 Kim F. Storm <storm@cua.dk>
6629
6630 * processes.texi (Accepting Output): Add `just-this-one' arg to
6631 `accept-process-output'.
6632 (Output from Processes): New var `process-adaptive-read-buffering'.
6633
66342004-08-10 Luc Teirlinck <teirllm@auburn.edu>
6635
6636 * keymaps.texi: Various changes in addition to:
6637 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
6638 Give more varied examples for `kbd'.
6639 (Creating Keymaps): Char tables have slots for all characters
6640 without modifiers.
6641 (Active Keymaps): `overriding-local-map' and
6642 `overriding-terminal-local-map' also override text property and
6643 overlay keymaps.
6644 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
6645 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
6646 to denote a prefix of no events.
6647 `map-keymap' includes parent's bindings _recursively_.
6648 Clarify and correct description of `where-is-internal'.
6649 Mention BUFFER-OR-NAME arg to `describe-bindings'.
6650 (Menu Example): For menus intended for use with the keyboard, the
6651 menu items should be bound to characters or real function keys.
6652
66532004-08-08 Luc Teirlinck <teirllm@auburn.edu>
6654
6655 * objects.texi (Character Type): Reposition `@anchor' to prevent
6656 double space inside sentence in Info.
6657
6658 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
6659 renamed to `disabled-command-function'.
6660 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
6661 (Command Loop Info): Replace reference to it.
6662 (Disabling Commands): `disabled-command-hook' has been renamed to
6663 `disabled-command-function'.
6664
66652004-08-07 Luc Teirlinck <teirllm@auburn.edu>
6666
6667 * os.texi (Translating Input): Only non-prefix bindings in
6668 `key-translation-map' override actual key bindings. Warn about
6669 possible indirect effect of actual key bindings on non-prefix
6670 bindings in `key-translation-map'.
6671
66722004-08-06 Luc Teirlinck <teirllm@auburn.edu>
6673
6674 * minibuf.texi (High-Level Completion): Add anchor for definition
6675 of `read-variable'.
6676
6677 * commands.texi: Various changes in addition to:
6678 (Using Interactive): Clarify description of `interactive-form'.
6679 (Interactive Call): Mention default for KEYS argument to
6680 `call-interactively'.
6681 (Command Loop Info): Clarify description of `this-command-keys'.
6682 Mention KEEP-RECORD argument to `clear-this-command-keys'.
6683 Value of `last-event-frame' can be `macro'.
6684 (Repeat Events): `double-click-fuzz' is also used to distinguish
6685 clicks and drags.
6686 (Classifying Events): Clarify descriptions of `event-modifiers'
6687 `event-basic-type' and `event-convert-list'.
6688 (Accessing Events): `posn-timestamp' takes POSITION argument.
6689 (Quoted Character Input): Clarify description of
6690 `read-quoted-char' and fix example.
6691 (Quitting): Add `with-local-quit'.
6692 (Disabling Commands): Correct and clarify descriptions of
6693 `enable-command' and `disable-command'.
6694 Mention what happens if `disabled-command-hook' is nil.
6695 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
6696 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
6697
66982004-07-24 Luc Teirlinck <teirllm@auburn.edu>
6699
6700 * frames.texi: Various changes in addition to:
6701 (Creating Frames): Expand and clarify description of `make-frame'.
6702 (Window Frame Parameters): Either none or both of the `icon-left'
6703 and `icon-top' parameters must be specified. Put descriptions of
6704 `menu-bar-lines' and `toolbar-lines' closer together and change
6705 them accordingly.
6706 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
6707 except while processing `frame-title-format' or `icon-title-format'.
6708 (Deleting Frames): Correct description of `delete-frame'.
6709 Non-nil return values of `frame-live-p' are like those of `framep'.
6710 (Frames and Windows): Mention return value of
6711 `set-frame-selected-window'.
6712 (Visibility of Frames): Mention `force' argument to
6713 `make-frame-invisible'. `frame-visible-p' returns t for all
6714 frames on text-only terminals.
6715 (Frame Configurations): Restoring a frame configuration does not
6716 restore deleted frames.
6717 (Window System Selections): `x-set-selection' returns DATA.
6718 (Resources): Add example.
6719 (Display Feature Testing): Clarify descriptions of
6720 `display-pixel-height', `display-pixel-width', `x-server-version'
6721 and `x-server-vendor'.
6722
6723 * windows.texi (Choosing Window): Add anchor.
6724 * minibuf.texi (Minibuffer Misc): Add anchor.
6725
67262004-07-23 John Paul Wallington <jpw@gnu.org>
6727
6728 * macros.texi (Defining Macros): Declaration keyword for setting
6729 Edebug spec is `debug' not `edebug'.
6730
67312004-07-19 Luc Teirlinck <teirllm@auburn.edu>
6732
6733 * windows.texi: Various small changes in addition to:
6734 (Window Point): Mention return value of `set-window-point'.
6735 (Window Start): `pos-visible-in-window-p' disregards horizontal
6736 scrolling. Explain return value if PARTIALLY is non-nil.
6737 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
6738 and `set-window-vscroll'.
6739 (Size of Window): The argument WINDOW to `window-inside-edges',
6740 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
6741 (Resizing Windows): Explain return value of
6742 `shrink-window-if-larger-than-buffer'.
6743 `window-size-fixed' automatically becomes buffer local when set.
6744 (Window Configurations): Explain return value of
6745 `set-window-configuration'.
6746
6747 * minibuf.texi (Minibuffer Misc): Add anchor for
6748 `minibuffer-scroll-window'.
6749
6750 * positions.texi (Text Lines): Add anchor for `count-lines'.
6751
67522004-07-17 Richard M. Stallman <rms@gnu.org>
6753
6754 * display.texi (Overlay Properties): Adding `evaporate' prop
6755 deletes empty overlay immediately.
6756
6757 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
6758 fix example.
6759
67602004-07-16 Jim Blandy <jimb@redhat.com>
6761
6762 * searching.texi (Regexp Backslash): Document new \_< and \_>
6763 operators.
6764
67652004-07-16 Juanma Barranquero <lektu@terra.es>
6766
6767 * display.texi (Images): Fix Texinfo usage.
6768
67692004-07-14 Luc Teirlinck <teirllm@auburn.edu>
6770
6771 * buffers.texi (Modification Time): `visited-file-modtime' now
6772 returns a list of two integers, instead of a cons.
6773
67742004-07-13 Luc Teirlinck <teirllm@auburn.edu>
6775
6776 * windows.texi: Various changes in addition to:
6777 (Splitting Windows): Add `split-window-keep-point'.
6778
67792004-07-09 Richard M. Stallman <rms@gnu.org>
6780
6781 * frames.texi (Input Focus): Minor fix.
6782
67832004-07-07 Luc Teirlinck <teirllm@auburn.edu>
6784
6785 * frames.texi (Input Focus): Clarify descriptions of
6786 `select-frame-set-input-focus' and `select-frame'.
6787
67882004-07-06 Luc Teirlinck <teirllm@auburn.edu>
6789
6790 * os.texi: Various small changes in addition to:
6791 (Killing Emacs): Expand and clarify description of
6792 `kill-emacs-query-functions' and `kill-emacs-hook'.
6793 (System Environment): Expand and clarify description of `getenv'
6794 and `setenv'.
6795 (Timers): Clarify description of `run-at-time'.
6796 (Translating Input): Correct description of
6797 `extra-keyboard-modifiers'.
6798 (Flow Control): Correct description of `enable-flow-control'.
6799
68002004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
6801
6802 * os.texi: Update copyright.
6803 (Session Management): Grammar fix.
6804 Clarify which Emacs does the restarting.
6805 Use @samp for *scratch* buffer.
6806
68072004-07-04 Alan Mackenzie <acm@muc.de>
6808
6809 * frames.texi (Input Focus): Add documentation for
6810 `select-frame-set-input-focus'. Replace refs to non-existent
6811 `switch-frame' with `select-frame'. Minor corrections and tidying
6812 up of text-only terminal stuff.
6813
68142004-07-02 Richard M. Stallman <rms@gnu.org>
6815
6816 * files.texi (Saving Buffers): Cleanup write-contents-function.
6817 (Magic File Names): Cleanup file-remote-p.
6818
b344d29d 68192004-07-02 Kai Großjohann <kai@emptydomain.de>
b8d4c8d0
GM
6820
6821 * files.texi (Magic File Names): `file-remote-p' returns an
6822 identifier of the remote system, not just t.
6823
68242004-07-02 David Kastrup <dak@gnu.org>
6825
6826 * searching.texi (Entire Match Data): Add explanation about new
6827 match-data behavior when @var{integers} is non-nil.
6828
68292004-06-24 Richard M. Stallman <rms@gnu.org>
6830
6831 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
6832
6833 * customize.texi (Variable Definitions): Note about doc strings
6834 and :set.
6835
6836 * keymaps.texi (Keymap Terminology): Document `kbd'.
6837 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
6838
6839 * display.texi (Invisible Text): Setting buffer-invisibility-spec
6840 makes it buffer-local.
6841
6842 * files.texi (Saving Buffers): Correct previous change.
6843
6844 * commands.texi (Accessing Events):
6845 Clarify posn-col-row and posn-actual-col-row.
6846
68472004-06-24 David Ponce <david.ponce@wanadoo.fr>
6848
6849 * commands.texi (Accessing Events): New functions
6850 posn-at-point and posn-at-x-y. Add example to posn-x-y.
6851
68522004-06-23 Luc Teirlinck <teirllm@auburn.edu>
6853
6854 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
6855 * frames.texi, buffers.texi, backups.texi, variables.texi:
6856 * loading.texi, eval.texi, functions.texi, control.texi:
6857 * symbols.texi, minibuf.texi: Reposition @anchor's.
6858
6859 * help.texi: Various small changes in addition to the following.
6860 (Describing Characters): Describe PREFIX argument to
6861 `key-description'. Correct and clarify definition of
6862 `text-char-description'. Describe NEED-VECTOR argument to
6863 `read-kbd-macro'.
6864 (Help Functions): Clarify definition of `apropos'.
6865
68662004-06-23 Lars Hansen <larsh@math.ku.dk>
6867
6868 * files.texi (Saving Buffers): Correct description of
6869 `write-contents-functions'.
6870
68712004-06-21 Juanma Barranquero <lektu@terra.es>
6872
6873 * display.texi (Images): Remove redundant @vindex directives.
6874 Rewrite `image-library-alist' doc in active voice.
6875
68762004-06-14 Juanma Barranquero <lektu@terra.es>
6877
6878 * display.texi (Images): Document new delayed library loading,
6879 variable `image-library-alist' and (existing but undocumented)
6880 function `image-type-available-p'.
6881
68822004-06-05 Richard M. Stallman <rms@gnu.org>
6883
6884 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
6885 refer the user to the Initial Input node.
6886 (Text from Minibuffer): Likewise.
6887 (Initial Input): New node. Document this feature
6888 and say it is mostly deprecated.
6889
68902004-05-30 Richard M. Stallman <rms@gnu.org>
6891
6892 * loading.texi (Named Features): Clarify return value
6893 and meaning of NOERROR.
6894
6895 * variables.texi (File Local Variables): Minor cleanup.
6896
68972004-05-30 Michael Albinus <michael.albinus@gmx.de>
6898
6899 * files.texi (Magic File Names): Add `file-remote-p' as operation
6900 of file name handlers.
6901
69022004-05-29 Richard M. Stallman <rms@gnu.org>
6903
6904 * modes.texi (Minor Mode Conventions): (-) has no special meaning
6905 as arg to a minor mode command.
6906
69072004-05-22 Richard M. Stallman <rms@gnu.org>
6908
6909 * syntax.texi (Syntax Class Table): Word syntax not just for English.
6910
6911 * streams.texi (Output Variables): Doc float-output-format.
6912
6913 * searching.texi (Regexp Special): Nested repetition can be infloop.
6914
6915 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
6916 real stack overflow.
6917
6918 * compile.texi: Minor cleanups.
6919
69202004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
6921
6922 * lists.texi (Cons Cells): Explain dotted lists, true lists,
6923 circular lists.
6924 (List Elements): Explain handling of circular and dotted lists.
6925
69262004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
6927
6928 * modes.texi (Search-based Fontification): Fix typo.
6929
69302004-05-10 Juanma Barranquero <lektu@terra.es>
6931
6932 * modes.texi (Mode Line Variables): Fix description of
6933 global-mode-string, which is now after which-func-mode, not the
6934 buffer name.
6935
69362004-05-07 Lars Hansen <larsh@math.ku.dk>
6937
6938 * modes.texi (Desktop Save Mode): Add.
6939 (Modes): Add menu entry Desktop Save Mode.
6940
6941 * hooks.texi: Add desktop-after-read-hook,
6942 desktop-no-desktop-file-hook and desktop-save-hook.
6943
6944 * locals.texi: Add desktop-save-buffer.
6945
69462004-04-30 Jesper Harder <harder@ifa.au.dk>
6947
6948 * display.texi: emacs -> Emacs.
6949
69502004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
6951
6952 * files.texi (Changing Files): Document set-file-times.
6953
69542004-04-23 Juanma Barranquero <lektu@terra.es>
6955
6956 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
6957
69582004-04-18 Jesper Harder <harder@ifa.au.dk>
6959
6960 * tips.texi (Coding Conventions): defopt -> defcustom.
6961
69622004-04-16 Luc Teirlinck <teirllm@auburn.edu>
6963
6964 * sequences.texi: Various clarifications.
6965
69662004-04-14 Luc Teirlinck <teirllm@auburn.edu>
6967
6968 * buffers.texi (Read Only Buffers): Mention optional ARG to
6969 `toggle-read-only'.
6970
69712004-04-14 Nick Roberts <nick@nick.uklinux.net>
6972
6973 * windows.texi (Selecting Windows): Note that get-lru-window
6974 returns a full-width window if possible.
6975
69762004-04-13 Luc Teirlinck <teirllm@auburn.edu>
6977
6978 * buffers.texi: Various changes in addition to:
6979 (Buffer File Name): Add `find-buffer-visiting'.
6980 (Buffer Modification): Mention optional ARG to `not-modified'.
6981 (Indirect Buffers): Mention optional CLONE argument to
6982 `make-indirect-buffer'.
6983
6984 * files.texi: Various changes in addition to:
6985 (Visiting Functions): `find-file-hook' is now a normal hook.
6986 (File Name Expansion): Explain difference between the way that
6987 `expand-file-name' and `file-truename' treat `..'.
6988 (Contents of Directories): Mention optional ID-FORMAT argument to
6989 `directory-files-and-attributes'.
6990 (Format Conversion): Mention new optional CONFIRM argument to
6991 `format-write-file'.
6992
69932004-04-12 Miles Bader <miles@gnu.org>
6994
6995 * macros.texi (Expansion): Add description of `macroexpand-all'.
6996
69972004-04-05 Jesper Harder <harder@ifa.au.dk>
6998
6999 * variables.texi (Variable Aliases): Mention
7000 cyclic-variable-indirection.
7001
7002 * errors.texi (Standard Errors): Ditto.
7003
70042004-04-04 Luc Teirlinck <teirllm@auburn.edu>
7005
7006 * backups.texi: Various small changes in addition to:
7007 (Making Backups): Mention return value of `backup-buffer'.
7008 (Auto-Saving): Mention optional FORCE argument to
7009 `delete-auto-save-file-if-necessary'.
7010 (Reverting): Mention optional PRESERVE-MODES argument to
7011 `revert-buffer'. Correct description of `revert-buffer-function'.
7012
70132004-03-22 Juri Linkov <juri@jurta.org>
7014
7015 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
7016 with `Vector Functions'.
7017
7018 * text.texi (Sorting): Add missing quote.
7019
70202004-03-14 Luc Teirlinck <teirllm@auburn.edu>
7021
7022 * intro.texi (Lisp History): Replace xref to `cl' manual with
7023 inforef.
7024
70252004-03-12 Richard M. Stallman <rms@gnu.org>
7026
7027 * intro.texi (Version Info): Add arg to emacs-version.
7028 (Lisp History): Change xref to CL manual.
7029
70302004-03-09 Luc Teirlinck <teirllm@auburn.edu>
7031
7032 * minibuf.texi (Completion Commands): Add xref to Emacs manual
7033 for Partial Completion mode.
7034
70352004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
7036
7037 * customize.texi: Fix typo. Remove eol whitespace.
7038
70392004-03-04 Richard M. Stallman <rms@gnu.org>
7040
7041 * processes.texi: Fix typos.
7042
7043 * lists.texi (Building Lists): Minor clarification.
7044
7045 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
7046 in make-hash-table.
7047
70482004-02-29 Juanma Barranquero <lektu@terra.es>
7049
7050 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
7051 rm, and ignore exit code.
7052
70532004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
7054
7055 * display.texi (Defining Faces): Add description for min-colors.
7056 Update example.
7057
70582004-02-23 Luc Teirlinck <teirllm@auburn.edu>
7059
7060 * abbrevs.texi: Various corrections and clarifications in addition
7061 to the following:
7062 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
7063
70642004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
7065
7066 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
7067
70682004-02-21 Luc Teirlinck <teirllm@auburn.edu>
7069
7070 * text.texi: Various small changes in addition to the following:
7071 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
7072 to delete-horizontal-space.
7073 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
7074 description of yank-handler text property at various places.
7075
7076 * frames.texi (Window System Selections): Add anchor.
7077
7078 * syntax.texi (Syntax Table Functions): Clarify and correct
7079 descriptions of make-syntax-table and copy-syntax-table.
7080 (Motion and Syntax): Clarify SYNTAXES argument to
7081 skip-syntax-forward.
7082 (Parsing Expressions): Mention that the return value of
7083 parse-partial-sexp is currently a list of ten rather than nine
7084 elements.
7085 (Categories): Various corrections and clarifications.
7086
70872004-02-17 Luc Teirlinck <teirllm@auburn.edu>
7088
7089 * markers.texi (Marker Insertion Types): Minor change.
7090
7091 * locals.texi (Standard Buffer-Local Variables):
7092 * commands.texi (Interactive Codes, Using Interactive):
7093 * functions.texi (Related Topics): Fix xrefs.
7094
70952004-02-16 Luc Teirlinck <teirllm@auburn.edu>
7096
7097 * lists.texi (Sets And Lists): Update description of delete-dups.
7098
70992004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
7100
7101 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
7102
c8763fb6 71032004-02-16 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
7104
7105 * frames.texi (Parameter Access): frame-parameters arg is optional.
7106 modify-frame-parameters handles nil for FRAME.
7107 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
7108 are all-or-nothing for certain toolkits.
7109 Mention parameter wait-for-wm.
7110 (Frames and Windows): In frame-first-window and frame-selected-window
7111 the arg is optional.
7112 (Input Focus): In redirect-frame-focus the second arg is optional.
7113 (Window System Selections): Mention selection type CLIPBOARD.
7114 Mention data-type UTF8_STRING.
7115 Mention numbering of cut buffers.
7116 (Resources): Describe x-resource-name.
7117
71182004-02-16 Richard M. Stallman <rms@gnu.org>
7119
7120 * windows.texi (Buffers and Windows): Delete false table
7121 about all-frames.
7122
7123 * syntax.texi (Parsing Expressions): Delete old caveat
7124 about parse-sexp-ignore-comments.
7125
7126 * streams.texi (Output Variables): Add print-quoted.
7127
7128 * lists.texi (Building Lists): Minor cleanup.
7129
7130 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
7131
7132 * display.texi (Overlays): Explain overlays use markers.
7133 (Managing Overlays): Explain front-advance and rear-advance
7134 in more detail.
7135
7136 * loading.texi (Unloading): Document unload-feature-special-hooks.
7137 Get rid of fns-NNN.el file.
7138
71392004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
7140
7141 * help.texi (Describing Characters): Fix text-char-description
7142 example output.
7143
7144 * edebug.texi (Using Edebug): Fix example.
7145
7146 * debugging.texi (Internals of Debugger): Fix return value.
7147
7148 * files.texi (Changing Files): Fix argname.
7149
7150 * calendar.texi: Fix parens, and default values.
7151
7152 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
7153 * nonascii.texi, objects.texi, os.texi: Minor fixes.
b3e755a9 7154 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
b8d4c8d0
GM
7155
7156 * positions.texi (Text Lines): Don't add -1 in current-line.
7157
71582004-02-16 Richard M. Stallman <rms@gnu.org>
7159
7160 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
7161
71622004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
7163
7164 * processes.texi (Low-Level Network): Fix a typo.
7165
71662004-02-12 Kim F. Storm <storm@cua.dk>
7167
7168 * display.texi (Fringes): Use consistent wording.
7169 Note that window-fringe's window arg is optional.
7170 (Scroll Bars): Use consistent wording.
7171
71722004-02-11 Luc Teirlinck <teirllm@auburn.edu>
7173
7174 * tips.texi (Comment Tips): Document the new conventions for
7175 commenting out code.
7176
c8763fb6 71772004-02-07 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
7178
7179 * positions.texi (Text Lines): Added missing end defun.
7180
71812004-02-07 Kim F. Storm <storm@cua.dk>
7182
7183 * positions.texi (Text Lines): Add line-number-at-pos.
7184
71852004-02-06 John Paul Wallington <jpw@gnu.org>
7186
7187 * display.texi (Button Properties, Button Buffer Commands):
7188 mouse-2 invokes button, not down-mouse-1.
7189
71902004-02-04 Jason Rumney <jasonr@gnu.org>
7191
7192 * makefile.w32-in: Sync with Makefile.in changes.
7193
71942004-02-03 Luc Teirlinck <teirllm@auburn.edu>
7195
7196 * minibuf.texi (Text from Minibuffer): Various corrections and
7197 clarifications.
7198 (Object from Minibuffer): Correct Lisp description of
7199 read-minibuffer.
7200 (Minibuffer History): Clarify description of cons values for
7201 HISTORY arguments.
7202 (Basic Completion): Various corrections and clarifications. Add
7203 completion-regexp-list.
7204 (Minibuffer Completion): Correct and clarify description of
7205 completing-read.
7206 (Completion Commands): Mention Partial Completion mode. Various
7207 other minor changes.
7208 (High-Level Completion): Various corrections and clarifications.
7209 (Reading File Names): Ditto.
7210 (Minibuffer Misc): Ditto.
7211
72122004-01-26 Luc Teirlinck <teirllm@auburn.edu>
7213
7214 * strings.texi (Text Comparison): assoc-string also matches
7215 elements of alists that are strings instead of conses.
7216 (Formatting Strings): Standardize Texinfo usage. Update index
7217 entries.
7218
72192004-01-20 Luc Teirlinck <teirllm@auburn.edu>
7220
7221 * lists.texi (Sets And Lists): Add delete-dups.
7222
72232004-01-15 Luc Teirlinck <teirllm@auburn.edu>
7224
7225 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
7226 special form.
7227 * macros.texi (Defining Macros): Update description of `declare',
7228 which now is a macro.
7229 (Wrong Time): Fix typos.
7230
72312004-01-14 Luc Teirlinck <teirllm@auburn.edu>
7232
7233 * compile.texi (Compilation Functions): Expand descriptions of
7234 `compile-defun', `byte-compile-file', `byte-recompile-directory'
7235 and `batch-byte-compile'. In particular, mention and describe
7236 all optional arguments.
7237 (Disassembly): Correct and clarify the description of `disassemble'.
7238
72392004-01-11 Luc Teirlinck <teirllm@auburn.edu>
7240
7241 * searching.texi: Various small changes in addition to the
7242 following.
7243 (Regexp Example): Adapt to new value of `sentence-end'.
7244 (Regexp Functions): The PAREN argument to `regexp-opt' can be
7245 `words'.
7246 (Search and Replace): Add usage note for `perform-replace'.
7247 (Entire Match Data): Mention INTEGERS and REUSE arguments to
7248 `match-data'.
7249 (Standard Regexps): Update for new values of `paragraph-start'
7250 and `sentence-end'.
7251
72522004-01-07 Luc Teirlinck <teirllm@auburn.edu>
7253
7254 * files.texi (Saving Buffers): Clarify descriptions of
7255 `write-contents-functions' and `before-save-hook'.
7256 Make the defvar's for `before-save-hook' and `after-save-hook'
7257 into defopt's.
7258
72592004-01-07 Kim F. Storm <storm@cua.dk>
7260
7261 * commands.texi (Click Events): Describe new image and
7262 width/height elements of click events.
7263 (Accessing Events): Add posn-string, posn-image, and
7264 posn-object-width-height. Change posn-object to return either
7265 image or string object.
7266
72672004-01-01 Simon Josefsson <jas@extundo.com>
7268
7269 * hooks.texi (Standard Hooks): Add before-save-hook.
7270 * files.texi (Saving Buffers): Likewise.
7271
72722004-01-03 Richard M. Stallman <rms@gnu.org>
7273
7274 * frames.texi (Frames and Windows): Delete frame-root-window.
7275
72762004-01-03 Luc Teirlinck <teirllm@auburn.edu>
7277
7278 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
7279
7280 * functions.texi: Various small changes in addition to the
7281 following.
7282 (What Is a Function): `functionp' returns nil for macros. Clarify
7283 behavior of this and following functions for symbol arguments.
7284 (Function Documentation): Add `\' in front of (fn @var{arglist})
7285 and explain why.
7286 (Defining Functions): Mention DOCSTRING argument to `defalias'.
7287 Add anchor.
7288 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
7289
72902004-01-01 Miles Bader <miles@gnu.org>
7291
7292 * display.texi (Buttons): New section.
7293
72942003-12-31 Andreas Schwab <schwab@suse.de>
7295
7296 * numbers.texi (Math Functions): sqrt reports a domain-error
7297 error.
7298 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
7299
73002003-12-30 Luc Teirlinck <teirllm@auburn.edu>
7301
7302 * tips.texi (Documentation Tips): Update item on hyperlinks in
7303 documentation strings.
7304
7305 * errors.texi (Standard Errors): Various small corrections and
7306 additions.
7307
7308 * control.texi: Various small changes in addition to the
7309 following.
7310 (Signaling Errors): Provide some more details on how `signal'
7311 constructs the error message. Add anchor to the definition of
7312 `signal'.
7313 (Error Symbols): Describe special treatment of `quit'.
7314 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
7315 to emphasize that it has to be a single form.
7316
7317 * buffers.texi: Add anchor.
7318
73192003-12-29 Richard M. Stallman <rms@gnu.org>
7320
7321 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
7322 (Window Configurations): Add window-configuration-frame.
7323
7324 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
7325
7326 * text.texi (Examining Properties): Add get-char-property-and-overlay.
7327 Change arg name in get-char-property.
7328 (Special Properties): Update handling of keymap property.
7329
7330 * strings.texi (Modifying Strings): Add clear-string.
7331 (Text Comparison): Add assoc-string and remove
7332 assoc-ignore-case, assoc-ignore-representation.
7333
7334 * os.texi (Time of Day): Add set-time-zone-rule.
7335
7336 * numbers.texi (Math Functions): asin, acos, log, log10
7337 report domain-error errors.
7338
7339 * nonascii.texi (Converting Representations):
7340 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
7341 (Encoding and I/O): Add file-name-coding-system.
7342
7343 * modes.texi (Search-based Fontification): Explain that
7344 face specs are symbols with face names as values.
7345
7346 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
7347
7348 * lists.texi (Building Lists): remq moved elsewhere.
7349 (Sets And Lists): remq moved here.
7350 (Association Lists): Refer to assoc-string.
7351
7352 * internals.texi (Garbage Collection): Add memory-use-counts.
7353
7354 * frames.texi (Frames and Windows): Add set-frame-selected-window
7355 and frame-root-window.
7356
7357 * files.texi (Contents of Directories):
7358 Add directory-files-and-attributes.
7359
7360 * display.texi (Refresh Screen): Add force-window-update.
7361 (Invisible Text): Explain about moving point out of invis text.
7362 (Overlay Properties): Add overlay-properties.
7363 (Managing Overlays): Add overlayp.
7364 (GIF Images): Invalid image number displays a hollow box.
7365
7366 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
7367 (Killing Buffers): Add buffer-live-p.
7368
73692003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
7370
7371 * display.texi (Fringes): Fix typo "set-buffer-window".
7372
73732003-12-24 Luc Teirlinck <teirllm@auburn.edu>
7374
7375 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
7376 * nonascii.texi, processes.texi, tips.texi, variables.texi:
7377 Add or change various xrefs and anchors.
7378
7379 * commands.texi: Replace all occurrences of @acronym{CAR} with
7380 @sc{car}, for consistency with the rest of the Elisp manual.
7381 `car' and `cdr' are historically acronyms, but are no longer
7382 widely thought of as such.
7383
7384 * internals.texi (Pure Storage): Mention that `purecopy' does not
7385 copy text properties.
7386 (Object Internals): Now 29 bits are used (in most implementations)
7387 to address Lisp objects.
7388
7389 * variables.texi (Variables with Restricted Values): New node.
7390
7391 * objects.texi (Lisp Data Types): Mention that certain variables
7392 can only take on a restricted set of values and add an xref to
7393 the new node "Variables with Restricted Values".
7394
7395 * eval.texi (Function Indirection): Describe the errors that
7396 `indirect-function' can signal.
7397 (Eval): Clarify the descriptions of `eval-region' and `values'.
7398 Describe `eval-buffer' instead of `eval-current-buffer' and
7399 mention `eval-current-buffer' as an alias for `current-buffer'.
7400 Correct the description and mention all optional arguments.
7401
7402 * nonascii.texi: Various small changes in addition to the
7403 following.
7404 (Converting Representations): Clarify behavior of
7405 `string-make-multibyte' and `string-to-multibyte' for unibyte all
7406 ASCII arguments.
7407 (Character Sets): Document the variable `charset-list' and adapt
7408 the definition of the function `charset-list' accordingly.
7409 (Translation of Characters): Clarify use of generic characters in
7410 `make-translation-table'. Clarify and correct the description of
7411 the use of translation tables in encoding and decoding.
7412 (User-Chosen Coding Systems): Correct and clarify the description
7413 of `select-safe-coding-system'.
7414 (Default Coding Systems): Clarify description of
7415 `file-coding-system-alist'.
7416
74172003-11-30 Luc Teirlinck <teirllm@auburn.edu>
7418
7419 * strings.texi (Text Comparison): Correctly describe when two
7420 strings are `equal'. Combine and clarify descriptions of
7421 `assoc-ignore-case' and `assoc-ignore-representation'.
7422
7423 * objects.texi (Non-ASCII in Strings): Clarify description of
7424 when a string is unibyte or multibyte.
7425 (Bool-Vector Type): Update examples.
7426 (Equality Predicates): Correctly describe when two strings are
7427 `equal'.
7428
74292003-11-29 Luc Teirlinck <teirllm@auburn.edu>
7430
7431 * lists.texi (Building Lists): `append' no longer accepts integer
7432 arguments. Update the description of `number-sequence' to reflect
7433 recent changes.
7434 (Sets And Lists): Describe `member-ignore-case' after `member'.
7435
74362003-11-27 Kim F. Storm <storm@cua.dk>
7437
7438 * commands.texi (Click Events): Click object may be an images.
7439 Describe (dx . dy) element of click positions.
7440 (Accessing Events): Remove duplicate posn-timestamp.
7441 New functions posn-object and posn-object-x-y.
7442
74432003-11-23 Kim F. Storm <storm@cua.dk>
7444
7445 * commands.texi (Click Events): Describe enhancements to event
7446 position lists, including new text-pos and (col . row) items.
7447 Mention left-fringe and right-fringe area events.
7448 (Accessing Events): New functions posn-area and
7449 posn-actual-col-row. Mention posn-timestamp. Mention that
7450 posn-point in non-text area still returns buffer position.
7451 Clarify posn-col-row.
7452
74532003-11-21 Lars Hansen <larsh@math.ku.dk>
7454
7455 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
7456 * anti.texi (File Attributes): Describe removed parameter
7457 ID-FORMAT.
7458
74592003-11-20 Luc Teirlinck <teirllm@auburn.edu>
7460
7461 * positions.texi (Positions): Mention that, if a marker is used as
7462 a position, its buffer is ignored.
7463
7464 * markers.texi (Overview of Markers): Mention it here too.
7465
74662003-11-12 Luc Teirlinck <teirllm@auburn.edu>
7467
7468 * numbers.texi (Numeric Conversions): Not just `floor', but also
7469 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
7470
74712003-11-10 Luc Teirlinck <teirllm@auburn.edu>
7472
7473 * markers.texi (Creating Markers): Specify insertion type of
7474 created markers. Add xref to `Marker Insertion Types'.
7475 Second argument to `copy-marker' is optional.
7476 (Marker Insertion Types): Mention that most markers are created
7477 with insertion type nil.
7478 (The Mark): Correctly describe when `mark' signals an error.
7479 (The Region): Correctly describe when `region-beginning' and
7480 `region-end' signal an error.
7481
74822003-11-08 Luc Teirlinck <teirllm@auburn.edu>
7483
7484 * hash.texi (Creating Hash): Clarify description of `eql'.
7485 `makehash' is obsolete.
7486 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
7487
7488 * positions.texi (Point): Change description of `buffer-end', so
7489 that it is also correct for floating point arguments.
7490 (List Motion): Correct argument lists of `beginning-of-defun' and
7491 `end-of-defun'.
7492 (Excursions): Add xref to `Marker Insertion Types'.
7493 (Narrowing): Argument to `narrow-to-page' is optional.
7494
74952003-11-06 Luc Teirlinck <teirllm@auburn.edu>
7496
7497 * streams.texi (Output Streams): Clarify behavior of point for
7498 marker output streams.
7499
75002003-11-04 Luc Teirlinck <teirllm@auburn.edu>
7501
7502 * variables.texi (Defining Variables): Second argument to
7503 `defconst' is not optional.
7504 (Setting Variables): Mention optional argument APPEND to
7505 `add-to-list'.
7506 (Creating Buffer-Local): Expand description of
7507 `make-variable-buffer-local'.
7508 (Frame-Local Variables): Expand description of
7509 `make-variable-frame-local'.
7510 (Variable Aliases): Correct description of optional argument
7511 DOCSTRING to `defvaralias'. Mention return value of
7512 `defvaralias'.
7513 (File Local Variables): Add xref to `File variables' in Emacs
7514 Manual. Correct description of `hack-local-variables'. Mention
7515 `safe-local-variable' property. Mention optional second argument
7516 to `risky-local-variable-p'.
7517
75182003-11-03 Luc Teirlinck <teirllm@auburn.edu>
7519
7520 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
7521
75222003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
7523
7524 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
7525 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
7526 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
7527 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
7528 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
7529 lispref/processes.texi, lispref/searching.texi,
7530 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
7531 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
7532 @acronym{FOO}.
7533
75342003-10-27 Luc Teirlinck <teirllm@auburn.edu>
7535
7536 * strings.texi (Creating Strings): Argument START to `substring'
7537 can not be `nil'. Expand description of
7538 `substring-no-properties'. Correct description of `split-string',
7539 especially with respect to empty matches. Prevent very bad line
7540 break in definition of `split-string-default-separators'.
7541 (Text Comparison): `string=' and `string<' also accept symbols as
7542 arguments.
7543 (String Conversion): More completely describe argument BASE in
7544 `string-to-number'.
7545 (Formatting Strings): `%s' and `%S' in `format' do require
7546 corresponding object. Clarify behavior of numeric prefix after
7547 `%' in `format'.
7548 (Case Conversion): The argument to `upcase-initials' can be a
7549 character.
7550
75512003-10-27 Kenichi Handa <handa@m17n.org>
7552
7553 * display.texi (Fontsets): Fix texinfo usage.
7554
75552003-10-25 Kenichi Handa <handa@m17n.org>
7556
7557 * display.texi (Fontsets): Add description of the function
7558 set-fontset-font.
7559
75602003-10-23 Luc Teirlinck <teirllm@auburn.edu>
7561
7562 * display.texi (Temporary Displays): Add xref to `Documentation
7563 Tips'.
7564
7565 * functions.texi (Function Safety): Use inforef instead of pxref
7566 for SES.
7567
75682003-10-23 Andreas Schwab <schwab@suse.de>
7569
7570 * Makefile.in (TEX, texinputdir): Don't define.
7571 (TEXI2DVI): Define.
7572 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
7573 add $(srcdir)/index.texi.
7574 ($(infodir)/elisp): Remove index.texi dependency.
7575 (elisp.dvi): Likewise. Use $(TEXI2DVI).
7576 (index.texi): Remove target.
7577 (dist): Don't link $(srcdir)/permute-index.
7578 (clean): Don't remove index.texi.
7579
7580 * permute-index, index.perm: Remove.
7581 * index.texi: Rename from index.unperm.
7582
75832003-10-22 Luc Teirlinck <teirllm@auburn.edu>
7584
7585 * tips.texi (Documentation Tips): Document new behavior for face
7586 and variable hyperlinks in Help mode.
7587
75882003-10-21 Luc Teirlinck <teirllm@auburn.edu>
7589
7590 * objects.texi (Integer Type): Update for extra bit of integer range.
7591 (Character Type): Ditto.
7592
75932003-10-16 Eli Zaretskii <eliz@gnu.org>
7594
7595 * numbers.texi (Integer Basics): Add index entries for reading
7596 numbers in hex, octal, and binary.
7597
75982003-10-16 Lute Kamstra <lute@gnu.org>
7599
7600 * modes.texi (Mode Line Format): Mention force-mode-line-update's
7601 argument.
7602
76032003-10-13 Luc Teirlinck <teirllm@auburn.edu>
7604
7605 * windows.texi (Choosing Window): Fix typo.
7606 * edebug.texi (Edebug Execution Modes): Fix typo.
7607
76082003-10-13 Richard M. Stallman <rms@gnu.org>
7609
7610 * windows.texi (Basic Windows): A window has fringe settings,
7611 display margins and scroll-bar settings.
7612 (Splitting Windows): Doc split-window return value.
7613 Clean up one-window-p.
7614 (Selecting Windows): Fix typo.
7615 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
7616 (Buffers and Windows): In set-window-buffer, explain effect
7617 on fringe settings and scroll bar settings.
7618 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
7619 (Choosing Window): Use defopt for pop-up-frame-function.
7620 For special-display-buffer-names, explain same-window and same-frame.
7621 Clarify window-dedicated-p return value.
7622 (Textual Scrolling): scroll-up and scroll-down can get an error.
7623 (Horizontal Scrolling): Clarify auto-hscroll-mode.
7624 Clarify set-window-hscroll.
7625 (Size of Window): Don't mention tool bar in window-height.
7626 (Coordinates and Windows): Explain what coordinates-in-window-p
7627 returns for fringes and display margins.
7628 (Window Configurations): Explain saving fringes, etc.
7629
7630 * tips.texi (Library Headers): Clean up Documentation.
7631
7632 * syntax.texi (Parsing Expressions): Clean up forward-comment
7633 and parse-sexp-lookup-properties.
7634
7635 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
7636
7637 * os.texi (System Environment): Clean up text for load-average errors.
7638
7639 * modes.texi (Hooks): Don't explain local hook details at front.
7640 Clarify run-hooks and run-hook-with-args a little.
7641 Clean up add-hook and remove-hook.
7642
7643 * edebug.texi (Edebug Execution Modes): Clarify t.
7644 Document edebug-sit-for-seconds.
7645 (Coverage Testing): Document C-x X = and =.
7646 (Instrumenting Macro Calls): Fix typo.
7647 (Specification List): Don't index the specification keywords.
7648
76492003-10-10 Kim F. Storm <storm@cua.dk>
7650
7651 * processes.texi (Network): Introduce make-network-process.
7652
76532003-10-09 Luc Teirlinck <teirllm@auburn.edu>
7654
7655 * tips.texi (Library Headers): Fix typo.
7656
76572003-10-07 Juri Linkov <juri@jurta.org>
7658
7659 * modes.texi (Imenu): Mention imenu-create-index-function's
7660 default value. Explain submenus better.
7661
76622003-10-07 Lute Kamstra <lute@gnu.org>
7663
7664 * modes.texi (Faces for Font Lock): Fix typo.
7665 (Hooks): Explain how buffer-local hook variables can refer to
7666 global hook variables.
7667 Various minor clarifications.
7668
76692003-10-06 Lute Kamstra <lute@gnu.org>
7670
7671 * tips.texi (Coding Conventions): Mention naming conventions for
7672 hooks.
7673
76742003-10-05 Luc Teirlinck <teirllm@auburn.edu>
7675
7676 * loading.texi (Library Search): Correct default value of
7677 load-suffixes.
7678 (Named Features): Fix typo.
7679
76802003-10-05 Richard M. Stallman <rms@gnu.org>
7681
7682 * loading.texi (Named Features): In `provide',
7683 say how to test for subfeatures.
7684 (Unloading): In unload-feature, use new var name
7685 unload-feature-special-hooks.
7686
76872003-10-03 Lute Kamstra <lute@gnu.org>
7688
7689 * modes.texi (Major Mode Conventions): Mention third way to set up
7690 Imenu.
7691 (Imenu): A number of small fixes.
7692 Delete documentation of internal variable imenu--index-alist.
7693 Document the return value format of imenu-create-index-function
7694 functions.
7695
76962003-09-30 Richard M. Stallman <rms@gnu.org>
7697
7698 * processes.texi (Network): Say what stopped datagram connections do.
7699
7700 * lists.texi (Association Lists): Clarify `assq-delete-all'.
7701
7702 * display.texi (Overlay Properties): Clarify `evaporate' property.
7703
77042003-09-29 Lute Kamstra <lute@gnu.org>
7705
7706 * modes.texi (Mode Line Data): Explain when symbols in mode-line
7707 constructs should be marked as risky.
7708 Change cons cell into proper list.
7709 (Mode Line Variables): Change cons cell into proper list.
7710
77112003-09-26 Lute Kamstra <lute@gnu.org>
7712
7713 * modes.texi (Mode Line Data): Document the :propertize construct.
7714 (Mode Line Variables): Reorder the descriptions of the variables
7715 to match their order in the default mode-line-format.
7716 Describe the new variables mode-line-position and mode-line-modes.
7717 Update the default values of mode-line-frame-identification,
7718 minor-mode-alist, and default-mode-line-format.
7719 (Properties in Mode): Mention the :propertize construct.
7720
77212003-09-26 Richard M. Stallman <rms@gnu.org>
7722
7723 * buffers.texi, commands.texi, debugging.texi, eval.texi:
7724 * loading.texi, minibuf.texi, text.texi, variables.texi:
7725 Avoid @strong{Note:}.
7726
77272003-09-26 Richard M. Stallman <rms@gnu.org>
7728
7729 * keymaps.texi (Remapping Commands): Fix typo.
7730
77312003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
7732
7733 * processes.texi (Low-Level Network): Fix typo.
7734
77352003-09-23 Kim F. Storm <storm@cua.dk>
7736
7737 * processes.texi (Network, Network Servers): Fix typos.
7738 (Low-Level Network): Add timeout value for :server keyword.
7739 Add new option keywords to make-network-process.
7740 Add set-network-process-options.
7741 Explain how to test availability of network options.
7742
77432003-09-19 Richard M. Stallman <rms@gnu.org>
7744
7745 * text.texi (Motion by Indent): Arg to
7746 backward-to-indentation and forward-to-indentation is optional.
7747
7748 * strings.texi (Creating Strings): Add substring-no-properties.
7749
7750 * processes.texi
7751 (Process Information): Add list-processes arg QUERY-ONLY.
7752 Delete process-contact from here.
7753 Add new status values for process-status.
7754 Add process-get, process-put, process-plist, set-process-plist.
7755 (Synchronous Processes): Add call-process-shell-command.
7756 (Signals to Processes): signal-process allows process objects.
7757 (Network): Complete rewrite.
7758 (Network Servers, Datagrams, Low-Level Network): New nodes.
7759
7760 * positions.texi (Word Motion): forward-word, backward-word
7761 arg is optional. Reword.
7762
7763 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
7764
7765 * variables.texi (Creating Buffer-Local):
7766 Delete duplicate definition of buffer-local-value.
7767 (File Local Variables): Explain about discarding text props.
7768
77692003-09-11 Richard M. Stallman <rms@gnu.org>
7770
7771 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
7772 changes variables that record input events.
7773 (Minibuffer Misc): Add minibuffer-selected-window.
7774
7775 * lists.texi (Building Lists): Add copy-tree.
7776
7777 * display.texi (Fontsets): Add char-displayable-p.
7778 (Scroll Bars): New node.
7779
77802003-09-08 Lute Kamstra <lute@gnu.org>
7781
7782 * modes.texi (%-Constructs): Document new `%i' and `%I'
7783 constructs.
7784
77852003-09-03 Peter Runestig <peter@runestig.com>
7786
7787 * makefile.w32-in: New file.
7788
77892003-08-29 Richard M. Stallman <rms@gnu.org>
7790
7791 * display.texi (Overlay Properties): Clarify how priorities
7792 affect use of the properties.
7793
77942003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
7795
7796 * customize.texi (Type Keywords): Correct the description of
7797 `:help-echo' in the case where `motion-doc' is a function.
7798
77992003-08-14 John Paul Wallington <jpw@gnu.org>
7800
7801 * modes.texi (Emulating Mode Line): Subsection, not section.
7802
78032003-08-13 Richard M. Stallman <rms@gnu.org>
7804
7805 * elisp.texi (Top): Update subnode lists in menu.
7806
7807 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
7808 (Kill Functions): kill-region has new arg yank-handler.
7809 (Yanking): New node.
7810 (Yank Commands): Add yank-undo-function.
7811 (Low-Level Kill Ring):
7812 kill-new and kill-append have new arg yank-handler.
7813 (Changing Properties): Add remove-list-of-text-properties.
7814 (Atomic Changes): New node.
7815
7816 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
7817
7818 * streams.texi (Output Variables): Add eval-expression-print-length
7819 and eval-expression-print-level.
7820
7821 * os.texi (Time Conversion): For encode-time, explain limits on year.
7822
7823 * objects.texi (Character Type): Define anchor "modifier bits".
7824
7825 * modes.texi (Emulating Mode Line): New node.
7826 (Search-based Fontification): Font Lock uses font-lock-face property.
7827 (Other Font Lock Variables): Likewise.
7828
7829 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
7830 not vectors.
7831 (Active Keymaps): Add emulation-mode-map-alists.
7832 (Functions for Key Lookup): key-binding has new arg no-remap.
7833 (Remapping Commands): New node.
7834 (Scanning Keymaps): where-is-internal has new arg no-remap.
7835 (Tool Bar): Add tool-bar-local-item-from-menu.
7836 Clarify when to use tool-bar-add-item-from-menu.
7837
7838 * commands.texi (Interactive Call): commandp has new arg.
7839 (Command Loop Info): Add this-original-command.
7840
78412003-08-06 John Paul Wallington <jpw@gnu.org>
7842
7843 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
7844
7845 * display.texi (Warning Basics): Fix typo.
7846 (Fringes): Add closing curly bracket and fix typo.
7847
7848 * elisp.texi (Top): Fix typo.
7849
78502003-08-05 Richard M. Stallman <rms@gnu.org>
7851
7852 * elisp.texi: Update lists of subnodes.
7853
7854 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
7855
7856 * variables.texi (Local Variables): Use lc for example variable names.
7857
7858 * tips.texi (Library Headers): Explain where to put -*-.
7859
7860 * strings.texi (Creating Strings): Fix xref for vconcat.
7861
7862 * sequences.texi (Vector Functions):
7863 vconcat no longer allows integer args.
7864
7865 * minibuf.texi (Reading File Names): read-file-name has new
7866 arg PREDICATE. New function read-directory-name.
7867
c4cc8b9a 7868 * macros.texi (Defining Macros): Give definition of `declare'.
b8d4c8d0
GM
7869 (Indenting Macros): New node.
7870
7871 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
7872 (Window Frame Parameters): Make separate table of parameters
7873 that are coupled with specific face attributes.
7874 (Deleting Frames): delete-frame-hooks renamed to
7875 delete-frame-functions.
7876
7877 * files.texi (Magic File Names): Add file-remote-p.
7878 Clarify file-local-copy.
7879
7880 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
7881 here; instead xref Defining Macros.
7882
7883 * display.texi (Warnings): New node, and subnodes.
7884 (Fringes): New node.
7885
7886 * debugging.texi (Test Coverage): New node.
7887
7888 * compile.texi (Compiler Errors): Explain with-no-warnings
7889 and other ways to suppress warnings.
7890
7891 * commands.texi (Interactive Call): Minor clarification.
7892
7893 * buffers.texi (Buffer File Name): set-visited-file-name
7894 renames the buffer too.
7895
7896 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
7897
78982003-07-24 Markus Rost <rost@math.ohio-state.edu>
7899
7900 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
7901
79022003-07-22 Markus Rost <rost@math.ohio-state.edu>
7903
7904 * internals.texi (Garbage Collection): Fix previous change.
7905
79062003-07-22 Richard M. Stallman <rms@gnu.org>
7907
7908 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
7909
7910 * display.texi (Width): Use \s syntax in example.
7911 (Font Selection): Add face-font-rescale-alist.
7912
7913 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
7914 Remove spurious indent in example.
7915
7916 * lists.texi (Building Lists): Add number-sequence.
7917
7918 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
7919
7920 * functions.texi (Function Documentation): Explain how to
7921 show calling convention explicitly in the doc string.
7922
7923 * windows.texi (Selecting Windows): save-selected-window saves
7924 selected window of each frame.
7925 (Window Configurations): Minor change.
7926
7927 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
7928
7929 * streams.texi (Output Variables): Add print-continuous-numbering
7930 and print-number-table.
7931
7932 * processes.texi (Decoding Output): New node.
7933
7934 * os.texi (Time Conversion): decode-time arg is optional.
7935
7936 * objects.texi (Character Type): Don't use space as example for \.
7937 Make list of char names and \-sequences correspond.
7938 Explain that \s is not used in strings. `\ ' needs space after.
7939
7940 * nonascii.texi (Converting Representations): Add string-to-multibyte.
7941 (Translation of Characters): Add translation-table-for-input.
7942 (Default Coding Systems): Add auto-coding-functions.
7943 (Explicit Encoding): Add decode-coding-inserted-region.
7944 (Locales): Add locale-info.
7945
7946 * minibuf.texi (Basic Completion): Describe test-completion.
7947 Collections can be lists of strings.
7948 Clean up lazy-completion-table.
7949 (Programmed Completion): Mention test-completion.
7950 Clarify why lambda expressions are not accepted.
7951 (Minibuffer Misc): Describe minibufferp.
7952
79532003-07-14 Richard M. Stallman <rms@gnu.org>
7954
7955 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
7956
7957 * windows.texi (Selecting Windows): New arg to select-window.
7958 (Selecting Windows): Add with-selected-window.
7959 (Size of Window): Add window-inside-edges, etc.
7960
7961 * internals.texi (Garbage Collection): Add post-gc-hook.
7962
7963 * processes.texi (Subprocess Creation): Add exec-suffixes.
7964
7965 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
7966 (Scanning Keymaps): Add map-keymaps.
7967 (Defining Menus): Add keymap-prompt.
7968
7969 * numbers.texi (Integer Basics): Add most-positive-fixnum,
7970 most-negative-fixnum.
7971
c4cc8b9a 7972 * compile.texi (Byte Compilation): Explain no-byte-compile.
b8d4c8d0
GM
7973 (Compiler Errors): New node.
7974
7975 * os.texi (User Identification): user-uid, user-real-uid
7976 can return float.
7977
7978 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
7979 and about derived modes.
7980 (Minor Modes): Add minor-mode-list.
7981 (Defining Minor Modes): Keyword args for define-minor-mode.
7982 (Search-based Fontification): Explain managing other properties.
7983 (Other Font Lock Variables): Add font-lock-extra-managed-props.
183080b6 7984 (Faces for Font Lock): Add font-lock-preprocessor-face.
b8d4c8d0
GM
7985 (Hooks): Add run-mode-hooks and delay-mode-hooks.
7986
7987 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
7988 (Variable Aliases): Clarify defvaralias.
7989
7990 * loading.texi (Library Search): Add load-suffixes.
7991
7992 * minibuf.texi (Basic Completion): Add lazy-completion-table.
7993 (Programmed Completion): Add dynamic-completion-table.
7994
7995 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
7996 (Magic File Names): Specify precedence order of handlers.
7997
7998 * commands.texi (Command Overview): Emacs server runs pre-command-hook
7999 and post-command-hook.
8000 (Waiting): New calling convention for sit-for.
8001
8002 * text.texi (Special Properties): local-map and keymap properties
8003 apply based on their stickiness.
8004
80052003-07-07 Richard M. Stallman <rms@gnu.org>
8006
8007 * modes.texi (Minor Mode Conventions): Specify only some kinds
8008 of list values as args to minor modes.
8009
8010 * files.texi (File Name Expansion): Warn about iterative use
8011 of substitute-in-file-name.
8012
8013 * advice.texi (Activation of Advice): Clean up previous change.
8014
80152003-07-06 Markus Rost <rost@math.ohio-state.edu>
8016
8017 * advice.texi (Activation of Advice): Note that ad-start-advice is
8018 turned on by default.
8019
80202003-06-30 Richard M. Stallman <rms@gnu.org>
8021
8022 * text.texi (Buffer Contents): Document current-word.
8023 (Change Hooks): Not called for *Messages*.
8024
8025 * functions.texi (Defining Functions): Explain about redefining
8026 primitives.
8027 (Function Safety): Renamed. Minor changes.
8028 Comment out the detailed criteria for what is safe.
8029
80302003-06-22 Andreas Schwab <schwab@suse.de>
8031
8032 * objects.texi (Symbol Type): Fix description of examples.
8033
80342003-06-16 Andreas Schwab <schwab@suse.de>
8035
8036 * hash.texi (Creating Hash): Fix description of :weakness.
8037
c8763fb6 80382003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
b8d4c8d0
GM
8039
8040 * files.texi (Changing Files): copy-file copies file modes, too.
8041
80422003-05-28 Richard M. Stallman <rms@gnu.org>
8043
8044 * strings.texi (Creating Strings): Clarify split-string.
8045
80462003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
8047
8048 * strings.texi (Creating Strings): Update split-string specification
8049 and examples.
8050
80512003-05-19 Richard M. Stallman <rms@gnu.org>
8052
8053 * elisp.texi: Correct invariant section names.
8054
80552003-04-20 Richard M. Stallman <rms@gnu.org>
8056
8057 * os.texi (Timers): Explain about timers and quitting.
8058
80592003-04-19 Richard M. Stallman <rms@gnu.org>
8060
8061 * internals.texi (Writing Emacs Primitives): Strings are
8062 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
8063 Explain GCPRO convention for varargs function args.
8064
80652003-04-16 Richard M. Stallman <rms@gnu.org>
8066
8067 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
8068
80692003-04-08 Richard M. Stallman <rms@gnu.org>
8070
8071 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
8072
80732003-02-13 Kim F. Storm <storm@cua.dk>
8074
8075 * objects.texi (Character Type): New \s escape for space.
8076
80772003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
8078
8079 * os.texi (System Environment): Added cygwin system-type.
8080
80812003-01-25 Richard M. Stallman <rms@gnu.org>
8082
8083 * keymaps.texi: Document that a symbol can act as a keymap.
8084
80852003-01-13 Richard M. Stallman <rms@gnu.org>
8086
8087 * text.texi (Changing Properties): Say string indices are origin-0.
8088
8089 * positions.texi (Screen Lines) <compute-motion>:
8090 Correct order of elts in return value.
8091
8092 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
8093 how to define a default binding.
8094
80952002-12-07 Markus Rost <rost@math.ohio-state.edu>
8096
8097 * loading.texi (Unloading): Fix recent change for load-history.
8098
8099 * customize.texi (Simple Types): Clarify description of custom
8100 type 'number. Describe new custom type 'float.
8101
81022002-12-04 Markus Rost <rost@math.ohio-state.edu>
8103
8104 * variables.texi (File Local Variables): Fix typo.
8105
c8763fb6 81062002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
b8d4c8d0
GM
8107
8108 From Michael Albinus <Michael.Albinus@alcatel.de>.
8109
8110 * README: Target for Info file is `make info'.
8111
8112 * files.texi (File Name Components): Fixed typos in
8113 `file-name-sans-extension'.
8114 (Magic File Names): Complete list of operations for magic file
8115 name handlers.
8116
81172002-09-16 Jonathan Yavner <jyavner@engineer.com>
8118
8119 * variables.texi (File Local Variables): New function
8120 risky-local-variable-p.
8121
81222002-09-15 Jonathan Yavner <jyavner@engineer.com>
8123
8124 * functions.texi (Function safety): New node about unsafep.
8125
81262002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
8127
8128 * customize.texi (Splicing into Lists): Fixed example.
a86cd395 8129 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
b8d4c8d0
GM
8130
81312002-06-17 Juanma Barranquero <lektu@terra.es>
8132
8133 * frames.texi (Display Feature Testing): Fix typo.
8134
81352002-06-12 Andreas Schwab <schwab@suse.de>
8136
8137 * frames.texi (Initial Parameters, Resources): Fix references to
8138 the Emacs manual.
8139
81402002-05-13 Kim F. Storm <storm@cua.dk>
8141
8142 * variables.texi (Intro to Buffer-Local): Updated warning and
8143 example relating to changing buffer inside let.
8144
c8763fb6 81452002-03-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
8146
8147 * os.texi (Session Management): New node about X Session management.
8148
81492002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
8150
8151 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
8152 to which the manual corresponds, and the copyright years.
8153
8154 * Makefile.in (VERSION): Set to 2.9.
8155
81562001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
8157
8158 * elisp.texi: Change the category in @dircategory to "Emacs", to
8159 make it consistent with info/dir.
8160
81612001-11-25 Miles Bader <miles@gnu.org>
8162
8163 * text.texi (Fields): Describe new `limit' arg in
8164 field-beginning/field-end.
8165
81662001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
8167
8168 * permute-index: Don't depend on csh-specific features. Replace
8169 the interpreter name with /bin/sh.
8170
8171 * two-volume-cross-refs.txt: New file.
8172 * two.el: New file.
8173 * spellfile: New file.
8174
81752001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
8176
8177 * permute-index: New file.
8178
8179 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
8180 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
8181 8+3 restricted namespace.
8182
8183 * Makefile.in (infodir): Define relative to $(srcdir).
8184 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
8185 include directories list via -I switch to makeinfo.
8186 (index.texi): Use cp if both hard and symbolic links fail.
8187
81882001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
8189
8190 * Makefile.in (distclean): Add.
8191
8192 The following changes make ELisp manual part of the Emacs
8193 distribution:
8194
8195 * Makefile.in: Add Copyright notice.
8196 (prefix): Remove.
8197 (infodir): Change value to "../info".
8198 (VPATH): New variable.
8199 (MAKE): Don't define.
8200 (texmacrodir): Don't define.
8201 (texinputdir): Append the existing value of TEXINPUTS.
8202 ($(infodir)/elisp): Instead of just "elisp". Reformat the
8203 command to be compatible with man/Makefile.in, and to put the
8204 output into ../info.
8205 (info): Add target.
8206 (installall): Target removed.
8207
c8763fb6 82082001-10-31 Pavel Janík <Pavel@Janik.cz>
b8d4c8d0
GM
8209
8210 * tips.texi (Coding Conventions): Fix typo.
8211
82122001-10-23 Gerd Moellmann <gerd@gnu.org>
8213
8214 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
8215
82162001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
8217
8218 * files.texi (File Name Components): Update the description of
8219 file-name-sans-extension and file-name-extension, as they now
8220 ignore leading dots.
8221
82222001-10-20 Gerd Moellmann <gerd@gnu.org>
8223
8224 * (Version 21.1 released.)
8225
82262001-10-19 Miles Bader <miles@gnu.org>
8227
8228 * positions.texi (Text Lines): Describe behavior of
8229 `beginning-of-line'/`end-of-line' in the presence of field properties.
8230
82312001-10-17 Gerd Moellmann <gerd@gnu.org>
8232
8233 * Makefile.in (VERSION): Set to 2.8.
8234 (manual): Use `manual-21'.
8235
8236 * elisp.texi (VERSION): Add and use it where the version
8237 number was used. Set it to 2.8.
8238
8239 * intro.texi: Likewise.
8240
82412001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
8242
8243 * files.texi (File Name Completion): Document the significance of
8244 a trailing slash in elements of completion-ignored-extensions.
8245
82462001-10-06 Miles Bader <miles@gnu.org>
8247
8248 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
8249
82502001-10-04 Gerd Moellmann <gerd@gnu.org>
8251
8252 * variables.texi (Variable Aliases): New node.
8253
82542001-10-04 Gerd Moellmann <gerd@gnu.org>
8255
8256 * Branch for 21.1.
8257
82582001-10-02 Miles Bader <miles@gnu.org>
8259
8260 * minibuf.texi (Minibuffer Misc): Add entries for
8261 `minibuffer-contents', `minibuffer-contents-no-properties', and
8262 `delete-minibuffer-contents'.
8263 Correct description for `minibuffer-prompt-end'.
8264
8265 * text.texi (Property Search): Correct descriptions of
8266 `next-char-property-change' and `previous-char-property-change'.
8267 Add entries for `next-single-char-property-change' and
8268 `previous-single-char-property-change'.
8269 Make operand names a bit more consistent.
8270
82712001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
8272
8273 * frames.texi (Finding All Frames): Document that next-frame and
8274 previous-frame are local to current terminal.
8275
82762001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
8277
8278 * keymaps.texi (Creating Keymaps): Fix the description of the
8279 result of make-keymap.
8280
82812001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
8282
8283 * display.texi (Font Lookup, Attribute Functions)
8284 (Image Descriptors): Add cross-references to the definition of
8285 selected frame.
8286
8287 * buffers.texi (The Buffer List): Add cross-references to the
8288 definition of selected frame.
8289
8290 * frames.texi (Input Focus): Clarify which frame is _the_ selected
8291 frame at any given time.
8292 (Multiple Displays, Size and Position): Add a cross-reference to
8293 the definition of the selected frame.
8294
82952001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
8296
8297 * strings.texi (String Conversion) <string-to-number>: Document
8298 that a float is returned for integers that are too large.
8299
8300 * frames.texi (Mouse Position): Document mouse-position-function.
8301 (Display Feature Testing): Document display-images-p.
8302 (Window Frame Parameters): Document the cursor-type variable.
8303
8304 * numbers.texi (Integer Basics): Document CL style read syntax for
8305 integers in bases other than 10.
8306
8307 * positions.texi (List Motion): Document
8308 open-paren-in-column-0-is-defun-start.
8309
8310 * lists.texi (Sets And Lists): Document member-ignore-case.
8311
8312 * internals.texi (Garbage Collection): Document the used and free
8313 strings report.
8314 (Memory Usage): Document strings-consed.
8315
8316 * os.texi (Time of Day): Document float-time.
8317 (Recording Input): Document that clear-this-command-keys clears
8318 the vector to be returned by recent-keys.
8319
8320 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
8321 argument keymap can be a list.
8322
8323 * nonascii.texi (User-Chosen Coding Systems)
8324 <select-safe-coding-system>: Document the new argument
8325 accept-default-p and the variable
8326 select-safe-coding-system-accept-default-p. Tell what happens if
8327 buffer-file-coding-system is undecided.
8328 (Default Coding Systems): Document auto-coding-regexp-alist.
8329
8330 * display.texi (The Echo Area) <message>: Document
8331 message-truncate-lines.
8332 (Glyphs): Document that the glyph table is unused on windowed
8333 displays.
8334
8335 * help.texi (Describing Characters) <single-key-description>:
8336 Document the new argument no-angles.
8337 (Accessing Documentation) <documentation-property>: Document that
8338 a non-string property is evaluated.
8339 <documentation>: Document that the function-documentation property
8340 is looked for.
8341
8342 * windows.texi (Selecting Windows): Document some-window.
8343
8344 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
8345
8346 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
8347 apropos-mode-hook.
8348
8349 * commands.texi (Using Interactive): Document interactive-form.
8350 (Keyboard Macros): Document kbd-macro-termination-hook.
8351 (Command Loop Info): Document that clear-this-command-keys clears
8352 the vector to be returned by recent-keys.
8353
83542001-09-04 Werner LEMBERG <wl@gnu.org>
8355
8356 * Makefile.in (srcdir, texinputdir): New variables.
8357 (srcs, index.texi, install): Use $(srcdir).
8358 (.PHONY): Remove elisp.dvi.
8359 (elisp): Use -I switch for makeinfo.
8360 (elisp.dvi): Use $(srcdir) and $(texinputdir).
8361 (installall, dist): Use $(srcdir).
8362 Fix path to texinfo.tex.
8363 (maintainer-clean): Add elisp.dvi and elisp.oaux.
8364
83652001-08-30 Gerd Moellmann <gerd@gnu.org>
8366
8367 * display.texi (Conditional Display): Adjust to API change.
8368
8369 * configure: New file.
8370
83712001-07-30 Gerd Moellmann <gerd@gnu.org>
8372
8373 * commands.texi (Repeat Events): Add description of
8374 double-click-fuzz.
8375
83762001-05-08 Stefan Monnier <monnier@cs.yale.edu>
8377
8378 * syntax.texi (Syntax Class Table): Add the missing designator for
8379 comment and string fences.
8380 (Syntax Properties): Add a xref to syntax table internals.
8381 (Syntax Table Internals): Document string-to-syntax.
8382
83832001-05-07 Gerd Moellmann <gerd@gnu.org>
8384
8385 * Makefile.in (install): Use install-info command line options
8386 like in Emacs' Makefile.in.
8387
83882000-12-09 Miles Bader <miles@gnu.org>
8389
8390 * windows.texi (Window Start): Update documentation for
8391 `pos-visible-in-window-p'.
8392
83932000-11-12 Stefan Monnier <monnier@cs.yale.edu>
8394
8395 * lists.texi (Building Lists): Add footnote to explain how to add
8396 to the end of a list.
8397
83982000-10-25 Gerd Moellmann <gerd@gnu.org>
8399
8400 * files.texi (Visiting Functions): Typos.
8401
84022000-10-25 Kenichi Handa <handa@etl.go.jp>
8403
8404 * files.texi (Visiting Functions): Return value of
8405 find-file-noselect may be a list of buffers if wildcards are used.
8406
84072000-10-24 Miles Bader <miles@lsi.nec.co.jp>
8408
8409 * display.texi (Defining Faces): Document `graphic' display type
8410 in face specs.
8411
b344d29d 84122000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b8d4c8d0
GM
8413
8414 * hooks.texi (Standard Hooks): Replace obsolete
8415 `after-make-frame-hook' with `after-make-frame-functions'.
8416
8417 * frames.texi (Creating Frames): Ditto.
8418
8419 * variables.texi (Future Local Variables): Ditto.
8420
84212000-10-16 Gerd Moellmann <gerd@gnu.org>
8422
8423 * display.texi (Other Image Types): Add description of :foreground
8424 and :background properties of mono PBM images.
8425
84262000-08-17 Werner LEMBERG <wl@gnu.org>
8427
8428 * .cvsignore: New file.
8429
84302000-01-05 Gerd Moellmann <gerd@gnu.org>
8431
8432 * tindex.pl: New script.
8433
84341999-12-03 Dave Love <fx@gnu.org>
8435
8436 * Makefile.in (MAKEINFO): New parameter.
8437
84381999-09-17 Richard Stallman <rms@gnu.org>
8439
8440 * Makefile.in (srcs): Add hash.texi.
8441 (VERSION): Update to 20.6.
8442
84431999-09-13 Richard Stallman <rms@gnu.org>
8444
8445 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
8446
84471998-08-29 Karl Heuer <kwzh@gnu.org>
8448
8449 * configure.in: New file.
8450 * Makefile.in: Renamed from Makefile.
8451 (prefix, infodir): Use value obtained from configure.
8452 (emacslibdir): Obsolete variable deleted.
8453 (dist): Distribute configure.in, configure, Makefile.in.
8454
84551998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
8456
8457 * Makefile (INSTALL_INFO): New variable.
8458 (install): Run install-info.
8459
84601998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
8461
8462 * Makefile (elisp.dvi): Add missing backslash.
8463
84641998-05-02 Richard Stallman <rms@psilocin.gnu.org>
8465
8466 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
8467 Run texindex without `./'. Always run texindex on elisp.tp.
8468 (elisp.tps): Target deleted.
8469
84701998-04-05 Richard Stallman <rms@psilocin.gnu.org>
8471
8472 * Makefile (srcs): Add nonascii.texi and customize.texi.
8473 (dist): Start by deleting `temp'.
8474
84751998-02-17 Richard Stallman <rms@psilocin.gnu.org>
8476
8477 * Makefile (makeinfo, texindex): Targets deleted.
8478 (makeinfo.o, texindex.o): Targets deleted.
8479 (clean, dist): Don't do anything with them or with getopt*.
8480
84811998-01-30 Richard Stallman <rms@psilocin.gnu.org>
8482
8483 * Makefile (SHELL): Defined.
8484
84851998-01-27 Richard Stallman <rms@psilocin.gnu.org>
8486
8487 * Makefile (elisp.tps): New target.
8488 (elisp.dvi): Depend on elisp.tps.
8489
c5602427 84901996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
b8d4c8d0
GM
8491
8492 * README: Update phone number.
8493
8494 * Makefile (elisp): Make this be the default target.
8495 Depend on makeinfo.c instead of makeinfo.
8496 (install): Don't depend on elisp.dvi, since we don't install that.
8497 Use mkinstalldirs.
8498 (dist): Add mkinstalldirs.
8499
c5602427 85001995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
b8d4c8d0
GM
8501
8502 * Makefile (VERSION): Update version number.
8503 (maintainer-clean): Renamed from realclean.
8504
c5602427 85051995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
b8d4c8d0
GM
8506
8507 * Makefile (realclean): New target.
8508 (elisp): Remove any old elisp-* files first.
8509
c5602427 85101993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
b8d4c8d0
GM
8511
8512 * Makefile (VERSION): New variable.
8513 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
8514 Compressed file suffix should be `.gz', not `.z'.
8515
ce058493 85161993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
8517
8518 * Makefile (elisp): Depend on makeinfo.
8519
c5602427 85201993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
b8d4c8d0
GM
8521
8522 * Makefile (srcs): Add anti.texi.
8523
c5602427 85241993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
8525
8526 * Makefile (infodir, prefix): New vars.
8527 (install): Use infodir.
8528 (emacsinfodir): Deleted.
8529
c5602427 85301993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
8531
8532 * Makefile (srcs): Add calendar.texi.
8533
8534 * Makefile (dist): Copy texindex.c and makeinfo.c.
8535 Limit elisp-* files to those with one or two digits.
8536
c5602427 85371993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
8538
8539 * Makefile (dist): Changed to use Gzip instead of compress.
8540
c5602427 85411993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
8542
8543 * loading.texi (Unloading): define-function changed back to
8544 defalias. It may not stay this way, but at least it's
8545 consistent with the known-good version of the code patch.
8546
c5602427 85471993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
b8d4c8d0
GM
8548
8549 * modes.texi (Hooks): Document new optional arg of add-hook.
8550
c5602427 85511993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
8552
8553 * variables.texi: Document nil initial value of buffer-local variables.
8554
8555 * tips.texi: Add new section on standard library headers.
8556
c5602427 85571993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
8558
8559 * Makefile (srcs): Add frame.texi to the list of sources.
8560
c5602427 85611993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
8562
8563 * Makefile (dist): Don't bother excluding autosave files; they'll
8564 never make it into the temp directory anyway, and the hash marks
8565 in the name are problematic for make and the Bourne shell.
8566 (srcs):
8567
c5602427 85681993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
8569
8570 * Makefile (dist): Don't include backup files or autosave files in
8571 the distribution tar file.
8572
c5602427 85731991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
8574
8575 * Makefile (srcs): Added index.perm.
8576 (elisp.dvi): Remove erroneous shell comment.
8577 Expect output of permute-index in permuted.fns.
8578 Save old elisp.aux in elisp.oaux.
8579 (clean): Added index.texi to be deleted.
8580
c5602427 85811990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
8582
8583 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
8584
c5602427 85851990-06-26 David Lawrence (tale@geech)
b8d4c8d0
GM
8586
8587 * files.texi: Noted that completion-ignored-extensions is ignored
8588 when making *Completions*.
8589
3e868ee3 85901990-06-08 Jay Fenlason (hack@ai.mit.edu)
b8d4c8d0
GM
8591
8592 * Makefile make dist now depends on elisp.dvi, since it tries
8593 to include it in the dist file.
8594
c5602427 85951990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
b8d4c8d0 8596
c5602427 8597 * functions.texinfo (Mapping Functions): Add missing quote.
b8d4c8d0 8598
c5602427 85991989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
8600
8601 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
8602 (defunargs): Turn off \hyphenchar of \sl font temporarily.
8603
c5602427 86041989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
8605
8606 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
8607 and @error{} are the terms now being used. The files in the
8608 directory have been changed to reflect this.
8609
8610 * All instances of @indentedresultt{} have been changed to
8611 ` @result{}', using 5 spaces at the begining of the line.
8612
c5602427 86131989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
8614
8615 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
8616 experimental @indentedresult{}, @indentedexpandsto{} are part of
8617 the texinfo.tex in this directory. These TeX macros are not
8618 stable yet.
8619
c5602427 86201989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
8621
8622 * texinfo.tex: Temporarily added
8623 \let\result=\dblarrow
8624 \def\error{{\it ERROR} \longdblarrow}
8625 We need to do this better soon.
8626
c5602427 86271989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
8628
8629 * Applied Karl Berry's patches to *.texinfo files, but not to
8630 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
8631 new title page format is also not applied, since it requires
8632 texinfo.tex changes.)
8633
8634 * Cleaned up `Makefile' and defined the `emacslibdir' directory
8635 for the Project GNU development environment.
8636
8637;; Local Variables:
c8763fb6 8638;; coding: utf-8
b8d4c8d0
GM
8639;; add-log-time-zone-rule: t
8640;; End:
8641
352c8b4a 8642 Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
c57008f6 8643 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
b8d4c8d0
GM
8644
8645 This file is part of GNU Emacs.
8646
352c8b4a 8647 GNU Emacs is free software: you can redistribute it and/or modify
b8d4c8d0 8648 it under the terms of the GNU General Public License as published by
352c8b4a
GM
8649 the Free Software Foundation, either version 3 of the License, or
8650 (at your option) any later version.
b8d4c8d0
GM
8651
8652 GNU Emacs is distributed in the hope that it will be useful,
8653 but WITHOUT ANY WARRANTY; without even the implied warranty of
8654 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8655 GNU General Public License for more details.
8656
8657 You should have received a copy of the GNU General Public License
352c8b4a 8658 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
b8d4c8d0
GM
8659
8660;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda