* doc/misc/Makefile.in (mostlyclean): Delete *.toc.
[bpt/emacs.git] / doc / lispref / ChangeLog
CommitLineData
abd40fb4
GM
12010-10-09 Glenn Morris <rgm@gnu.org>
2
eef3ab94
GM
3 * Makefile.in (srcs): Put elisp.texi first.
4 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
5
aa9db089
GM
6 * Makefile.in (infoclean): Remove harmless, long-standing error.
7
abd40fb4
GM
8 * Makefile.in ($(infodir)): Delete rule.
9 (mkinfodir): New.
10 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
11
ea274122
GM
122010-10-09 Glenn Morris <rgm@gnu.org>
13
f7a31f11
GM
14 * Makefile.in (emacsdir): New variable.
15 (MAKEINFO): Add -I $emacsdir.
16 (dist): Copy emacsver.texi.
b13254e7
GM
17 (srcs): Add emacsver.texi.
18
f7a31f11
GM
19 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
20 Set EMACSVER by including emacsver.texi.
21
ea274122
GM
22 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
23
17ca7950
GM
242010-10-07 Glenn Morris <rgm@gnu.org>
25
26 * Makefile.in (version): New, set by configure.
27 (clean): Delete dist tar file.
28 (dist): Use version in tar name.
29
4c83f6e1
GM
302010-10-06 Glenn Morris <rgm@gnu.org>
31
32 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
33 (INSTALL_INFO): Remove unused variable.
34 (mostlyclean, infoclean, dist): New rules.
35 (clean): Delete dvi and pdf files.
36 (maintainer-clean): Remove elisp.oaux, use infoclean.
8a944cea 37 ($(infodir)): Add parallel build workaround.
4c83f6e1 38
0264072d
GM
392010-10-04 Glenn Morris <rgm@gnu.org>
40
41 * Makefile.in (dvi, pdf, $(infodir)): New targets.
42 ($(infodir)/elisp): Ensure target directory exists. Use $@.
8cce34d0 43 Fix -I typo.
0264072d
GM
44 (clean): No 'make.out' or 'core' files.
45 (.PHONY): Declare clean rules.
46 (maintainer-clean): Delete pdf file. Guard against cd failures.
47
77f38949
GM
482010-10-03 Glenn Morris <rgm@gnu.org>
49
50 * files.texi (File Name Components): Remove ignored section about
51 deleted variable directory-sep-char.
52
178fdd41
MA
532010-10-03 Michael Albinus <michael.albinus@gmx.de>
54
55 * files.texi (Magic File Names): New defopt
56 remote-file-name-inhibit-cache.
57
9c524fcb
GM
582010-10-02 Glenn Morris <rgm@gnu.org>
59
60 * os.texi (Killing Emacs): Hook now runs in batch mode.
61
f816790b
SM
622010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
63
64 * text.texi (Special Properties): Clarify when modification-hooks run.
65
7cf78aac
SM
662010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
67
68 * syntax.texi (Syntax Flags): Document new `c' flag.
69
ca0d44e4
GM
702010-09-09 Glenn Morris <rgm@gnu.org>
71
72 * display.texi (ImageMagick Images): General cleanup.
73
10999305 742010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
75
76 * files.texi (Directory Names): Use \` rather than ^.
77
45240125
JD
782010-09-02 Jan Djärv <jan.h.d@swipnet.se>
79
80 * text.texi (Low-Level Kill Ring):
81 * frames.texi (Window System Selections): Remove cut buffer
82 documentation.
83
4abe5bf6
EZ
842010-08-28 Eli Zaretskii <eliz@gnu.org>
85
86 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
87 Parameters", where the default fringe width is described.
88
89 * frames.texi (Window Frame Parameters, Basic Parameters)
90 (Position Parameters, Layout Parameters, Management Parameters)
91 (Cursor Parameters, Font and Color Parameters): Add indexing for
92 frame parameters. (Bug#6929)
93
fdc76236
TT
942010-08-25 Tom Tromey <tromey@redhat.com>
95
96 * vol2.texi (Top): Update.
97 * vol1.texi (Top): Update.
98 * tips.texi (Library Headers): Mention Package-Version and
99 Package-Requires.
100 * package.texi: New file.
101 * os.texi (System Interface): Update pointers.
102 * elisp.texi (Top): Link to new nodes. Include package.texi.
103 * anti.texi (Antinews): Update pointers.
104
1e5c1c80
EZ
1052010-08-25 Eli Zaretskii <eliz@gnu.org>
106
107 * processes.texi (Filter Functions): Fix last change.
108
78e33835
CY
1092010-08-24 Markus Triska <triska@gmx.at>
110
111 * processes.texi (Filter Functions): Use `buffer-live-p' instead
112 of `buffer-name' in the main text as well as in the example
113 (Bug#3098).
114
198a7a97
CY
1152010-08-22 Chong Yidong <cyd@stupidchicken.com>
116
117 * nonascii.texi (Text Representations):
118 * loading.texi (Loading Non-ASCII):
119 * compile.texi (Byte Compilation): Don't mention obsolete
120 --unibyte command-line argument.
121
bc7d7ea6
CY
1222010-08-22 Chong Yidong <cyd@stupidchicken.com>
123
124 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
125
b0126eac 1262010-08-22 Chong Yidong <cyd@stupidchicken.com>
96b1842d
CY
127
128 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
129
e8a6cc19
EZ
1302010-08-20 Eli Zaretskii <eliz@gnu.org>
131
132 * commands.texi (Misc Events): Add cross-references to where
133 POSITION of a mouse event is described in detail.
134
7815fe19 1352010-08-08 Christoph <cschol2112@googlemail.com>
ee301a7a
SM
136
137 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
138
7815fe19 1392010-08-08 Juanma Barranquero <lekktu@gmail.com>
e8bf5266
JB
140
141 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
142 Suggested by Štěpán Němec <stepnem@gmail.com>.
143
7815fe19 1442010-08-08 Juanma Barranquero <lekktu@gmail.com>
b4f588fa
JB
145
146 * minibuf.texi (High-Level Completion): Document args of
147 `read-buffer-function' (bug#5625).
148
8b2dd508
JD
1492010-07-29 Jan Djärv <jan.h.d@swipnet.se>
150
151 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
152
bace45fe
MA
1532010-07-29 Michael Albinus <michael.albinus@gmx.de>
154
155 * processes.texi (Process Information): Explain process property
156 `remote-tty'.
157
4ce5a4cc
JB
1582010-07-27 Juanma Barranquero <lekktu@gmail.com>
159
160 * modes.texi (Defining Minor Modes): Use C-delete in examples,
161 instead of "\C-\^?" (bug#6334).
162
1c84bc7a
JB
163 * text.texi (Special Properties): Fix typo.
164
b88746ba
EZ
1652010-07-09 Eli Zaretskii <eliz@gnu.org>
166
167 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
168 calling sequences, which are now the standard.
169
51422d6d
CY
1702010-06-24 Chong Yidong <cyd@stupidchicken.com>
171
172 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
173
174 * commands.texi (Command Overview): Mention undo-boundary call.
175
d24880de
GM
1762010-06-23 Glenn Morris <rgm@gnu.org>
177
178 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
179 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
180 * frames.texi, functions.texi, internals.texi, keymaps.texi:
181 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
182 * searching.texi, sequences.texi, strings.texi, syntax.texi:
183 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
184 Untabify Texinfo files.
185
0fc76035
CY
1862010-06-20 Chong Yidong <cyd@stupidchicken.com>
187
188 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
189
5338dc0b
CY
1902010-06-19 Chong Yidong <cyd@stupidchicken.com>
191
a628ad9d 192 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
5338dc0b 193
2c3a3c1d
CY
1942010-06-02 Chong Yidong <cyd@stupidchicken.com>
195
ba3bf1d9
CY
196 * searching.texi (Regexp Special): Remove obsolete information
197 about matching non-ASCII characters, and suggest using char
198 classes (Bug#6283).
2c3a3c1d 199
7f4b4249
JB
2002010-05-30 Juanma Barranquero <lekktu@gmail.com>
201
202 * minibuf.texi (Basic Completion): Add missing "@end defun".
203
637821cd
SM
2042010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
205
206 * minibuf.texi (Basic Completion): Document completion-boundaries.
207 (Programmed Completion): Document the new fourth method for boundaries.
208
e13051c3
CY
2092010-05-22 Chong Yidong <cyd@stupidchicken.com>
210
a628ad9d 211 * display.texi (Image Cache): Update documentation about image caching.
e13051c3 212
0235128c 2132010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
214
215 * windows.texi (Textual Scrolling):
216 * tips.texi (Coding Conventions):
217 * minibuf.texi (Minibuffer History):
218 * maps.texi (Standard Keymaps):
219 * loading.texi (Where Defined):
220 * edebug.texi (Instrumenting): Fix typos.
221
0235128c 2222010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549 223
c7c32279
CY
224 * keymaps.texi (Menu Bar): Document :advertised-binding property.
225
0235128c
SM
226 * functions.texi (Obsolete Functions):
227 Document set-advertised-calling-convention.
eb5ed549
CY
228
229 * minibuf.texi (Basic Completion): Document completion-in-region.
230 (Programmed Completion): Document completion-annotate-function.
231
232 * commands.texi (Reading One Event): Document read-key.
233 (Distinguish Interactive): Document KIND arg to
234 called-interactively-p. Delete obsolete interactive-p.
235
236 * elisp.texi (Top): Update node description.
237
f8848423
EZ
2382010-05-08 Eli Zaretskii <eliz@gnu.org>
239
0235128c
SM
240 * nonascii.texi (Character Properties):
241 Document unicode-category-table. Add an index entry for Unicode
242 general category.
243
2442010-05-07 Chong Yidong <cyd@stupidchicken.com>
245
246 * Version 23.2 released.
f8848423 247
938efb77
JB
2482010-04-20 Juanma Barranquero <lekktu@gmail.com>
249
250 * locals.texi (Standard Buffer-Local Variables):
251 Remove @ignore'd reference to `direction-reversed'.
252
5854c267
JL
2532010-04-14 Juri Linkov <juri@jurta.org>
254
255 Fix @deffn without category.
256
257 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
258 for `abbrev-insert'.
259
260 * buffers.texi (Indirect Buffers): Add category `Command'
261 to @deffn of `clone-indirect-buffer'.
262
263 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
264 for `next-window' and `previous-window'. Add category `Command'
265 to @deffn of `pop-to-buffer'.
266
8a14dec7
CY
2672010-04-01 Chong Yidong <cyd@stupidchicken.com>
268
269 * nonascii.texi (Text Representations): Don't mark
270 enable-multibyte-characters as a user option.
271
7a1831cf
EZ
2722010-03-31 Eli Zaretskii <eliz@gnu.org>
273
274 * control.texi (Handling Errors): How to re-throw a signal caught
275 by condition-case.
276
c3863713
CY
2772010-03-26 Chong Yidong <cyd@stupidchicken.com>
278
279 * loading.texi (Hooks for Loading): Document after-load-functions.
280 Copyedits.
281
c333f279
AM
2822010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
283
284 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
285
e867cb5d 2862010-03-24 Chong Yidong <cyd@stupidchicken.com>
f7704e26
CY
287
288 * processes.texi (Network Processes): Document seqpacket type.
289
605f35cd
DN
2902010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
291
292 * os.texi (System Environment): Do not mention lynxos.
293
288f9fc0
CY
2942010-03-10 Chong Yidong <cyd@stupidchicken.com>
295
296 * Branch for 23.2.
297
eed5c93a
CY
2982010-03-06 Chong Yidong <cyd@stupidchicken.com>
299
300 * objects.texi (Integer Type): Take note of the read syntax
301 exception for numbers that cannot fit in the integer type.
302
1ddd6622
GM
3032010-03-03 Glenn Morris <rgm@gnu.org>
304
305 * numbers.texi (Integer Basics, Bitwise Operations):
306 * objects.texi (Integer Type): Update for integers now being 30-bit.
307
a908c79a
CY
3082010-02-27 Chong Yidong <cyd@stupidchicken.com>
309
310 * display.texi (Low-Level Font): Document :otf font-spec property.
311
cd61af01
SM
3122010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
313
314 * display.texi (Line Height): Avoid obsolete special default variables
315 like default-major-mode.
316
c02f8fe2
AM
3172010-01-28 Alan Mackenzie <acm@muc.de>
318
319 * display.texi (Auto Faces): Say fontification-functions is called
320 whether or not Font Lock is enabled. Tidy up the wording a bit.
321
d738d18b
CY
3222010-01-17 Chong Yidong <cyd@stupidchicken.com>
323
324 * elisp.texi: Remove duplicate edition information (Bug#5407).
325
4963739e
JB
3262010-01-17 Juanma Barranquero <lekktu@gmail.com>
327
328 * two.el (volume-header-toc-markup): Fix typos in docstring.
329
c57008f6
SM
3302010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
331
332 Avoid dubious uses of save-excursions.
333 * positions.texi (Excursions): Recommend the use of
334 save-current-buffer if applicable.
335 * text.texi (Clickable Text): Fix the example code which used
336 save-excursion in a naive way which sometimes preserves point and
337 sometimes not.
338 * variables.texi (Creating Buffer-Local):
339 * os.texi (Session Management):
340 * display.texi (GIF Images):
341 * control.texi (Cleanups): Use (save|with)-current-buffer.
342
2f3725cd
EZ
3432010-01-02 Eli Zaretskii <eliz@gnu.org>
344
345 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
346
85eeac93
CY
3472010-01-02 Chong Yidong <cyd@stupidchicken.com>
348
349 * nonascii.texi (Text Representations, Character Codes)
350 (Converting Representations, Explicit Encoding)
351 (Translation of Characters): Use hex notation consistently.
352 (Character Sets): Fix map-charset-chars doc (Bug#5197).
353
4801c5fa
CY
3542010-01-01 Chong Yidong <cyd@stupidchicken.com>
355
356 * loading.texi (Where Defined): Make it clearer that these are
357 loaded files (Bug#5068).
358
26e533e2
CY
3592009-12-29 Chong Yidong <cyd@stupidchicken.com>
360
361 * minibuf.texi (Completion Styles): Document `initials' style.
362
16d1ff5f
CY
3632009-12-25 Chong Yidong <cyd@stupidchicken.com>
364
365 * frames.texi (Resources): Describe inhibit-x-resources.
366 (Size Parameters): Copyedit.
367
368 * hash.texi (Creating Hash):
369 * objects.texi (Hash Table Type): Document the new hash table
370 printed representation.
371
372 * minibuf.texi (Basic Completion): 4th arg to all-completions is
373 obsolete.
374
375 * processes.texi (Process Buffers): Document
376 process-kill-buffer-query-function.
377
9a5de3d9
GM
3782009-12-05 Glenn Morris <rgm@gnu.org>
379
380 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
381 diary-display-function, and no longer recommended to be a hook.
382 Update for changes in the names of calendar and diary hooks.
383 diary-print-entries-hook has changed section.
384
b640eb52
EZ
3852009-11-28 Eli Zaretskii <eliz@gnu.org>
386
387 * text.texi (Special Properties): More accurate description of
388 what the `cursor' property does.
389
be1674ab
KR
3902009-11-26 Kevin Ryde <user42@zip.com.au>
391
392 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
393 mouse-wheel-down-event, the closest thing to a definition for them.
394 * os.texi (Startup Summary): vindex inhibit-startup-message and
395 inhibit-splash-screen.
396 (Command-Line Arguments): vindex argv.
397 (Suspending Emacs): vindex suspend-tty-functions and
398 resume-tty-functions. Don't want to index every hook, but having
399 the programming ones is helpful.
400
603f5979
CY
4012009-11-14 Chong Yidong <cyd@stupidchicken.com>
402
403 * commands.texi (Motion Events): Fix typo (Bug#4907).
404
4359a806
CY
4052009-11-08 Chong Yidong <cyd@stupidchicken.com>
406
407 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
408 are affected by case-fold-search (Bug#4483).
409
0f063651
CY
4102009-11-02 Chong Yidong <cyd@stupidchicken.com>
411
412 * minibuf.texi (Reading File Names): Note that read-file-name may
413 use a graphical file dialog.
414
9bd79893
GM
4152009-10-31 Glenn Morris <rgm@gnu.org>
416
417 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
418
ebe479ec
KR
4192009-10-16 Kevin Ryde <user42@zip.com.au>
420
421 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
422 in particular so `info-lookup-symbol' can find its docs.
423
2640fa86
CY
4242009-10-16 Chong Yidong <cyd@stupidchicken.com>
425
426 * variables.texi (Constant Variables): Distinguish from defconst
427 variables.
428 (Defining Variables): Add cindex.
429
edd6a733
CY
4302009-10-15 Chong Yidong <cyd@stupidchicken.com>
431
432 * os.texi (Time of Day): Clarify that the microsecond part is
433 ignored (Bug#4637).
434
5feb0b73
GM
4352009-10-11 Glenn Morris <rgm@gnu.org>
436
437 * frames.texi (Size and Position): Clarify what is included in the frame
438 height. (Bug#4535)
439
0c5413c8
GM
4402009-10-10 Glenn Morris <rgm@gnu.org>
441
442 * windows.texi (Size of Window): The relationship between window and
443 frame heights is not so simple. (Bug#4535)
444 Mention window-full-height-p.
445
7f8b600a
SM
4462009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
447
448 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
449 used from Lisp.
450
6185de1c
EZ
4512009-10-07 Eli Zaretskii <eliz@gnu.org>
452
7f8b600a
SM
453 * files.texi (Directory Names) <abbreviate-file-name>:
454 Document that root home directories are not replaced with "~".
6185de1c 455
9972911f
EZ
4562009-10-06 Eli Zaretskii <eliz@gnu.org>
457
458 * text.texi (Special Properties): Document the meaning of the
459 `cursor' text property whose value is an integer.
460
2a3f19ef
MA
4612009-10-05 Michael Albinus <michael.albinus@gmx.de>
462
463 * files.texi (Magic File Names): Add `copy-directory'.
464
804543b5
EZ
4652009-10-05 Eli Zaretskii <eliz@gnu.org>
466
467 * files.texi (File Attributes): Fix description of file
468 attributes. (Bug#4638) Update attributes of files.texi example to
469 be more representative.
470
461bf92b
MA
4712009-10-05 Michael Albinus <michael.albinus@gmx.de>
472
473 * files.texi (Create/Delete Dirs): New command copy-directory.
474
a86cd395
JB
4752009-10-04 Juanma Barranquero <lekktu@gmail.com>
476
477 * anti.texi (Antinews):
478 * macros.texi (Indenting Macros):
479 * strings.texi (Creating Strings, Case Conversion):
480 Remove duplicate words.
481
d3080264
MA
4822009-10-01 Michael Albinus <michael.albinus@gmx.de>
483
484 * files.texi (Create/Delete Dirs): delete-directory has an
485 optional parameter RECURSIVE.
486
85d14563
SM
4872009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
488
489 * buffers.texi (Swapping Text): Minor clarification.
490
3d9842c6
GM
4912009-10-01 Glenn Morris <rgm@gnu.org>
492
493 * functions.texi (Declaring Functions): Mention that we also search for
494 ".m" files in the src/ directory.
495
78427304
CY
4962009-09-25 David Engster <deng@randomsample.de>
497
3d9842c6 498 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
78427304 499
b578c9cc
GM
5002009-09-22 Glenn Morris <rgm@gnu.org>
501
502 * internals.texi (Building Emacs): Mention preloaded-file-list.
503
beee5da7
AM
5042009-09-14 Alan Mackenzie <acm@muc.de>
505
506 * os.texi (Terminal Output): Put "@code{}" around "stdout".
507
5d6ab672
CY
5082009-09-13 Chong Yidong <cyd@stupidchicken.com>
509
510 * functions.texi (Anonymous Functions): Rearrange discussion,
511 giving usage of unquoted lambda forms first. Mention that
512 `function' and `#'' are no longer required (Bug#4290).
513
59375eeb
AM
5142009-09-11 Alan Mackenzie <acm@muc.de>
515
a86cd395 516 * os.texi (Terminal Output): Document `send-string-to-terminal' in
59375eeb
AM
517 batch mode.
518
e7e2f529
GM
5192009-09-01 Glenn Morris <rgm@gnu.org>
520
521 * display.texi (Face Functions): Mention define-obsolete-face-alias.
522
eae47088
GM
5232009-08-26 Ulrich Mueller <ulm@gentoo.org>
524
525 * nonascii.texi (Character Codes): Fix typos.
526
3691a0a6
MA
5272009-08-25 Michael Albinus <michael.albinus@gmx.de>
528
529 * processes.texi (Synchronous Processes): New defvar
530 process-file-side-effects.
531
664d56b8
GM
5322009-08-25 Glenn Morris <rgm@gnu.org>
533
534 * display.texi (Fontsets): Fix typo.
535
0706c025
GM
536 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
537
03a74b84
SM
5382009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
539
540 * processes.texi (Asynchronous Processes): Adjust arglist of
541 start-process-shell-command and start-file-process-shell-command.
542
f6de8a37
CY
5432009-08-15 Chong Yidong <cyd@stupidchicken.com>
544
4b1ed1bb
CY
545 * advice.texi (Argument Access in Advice): Note that argument
546 positions are zero-based (Bug#3932).
547
89a9e058
CY
548 * commands.texi (Distinguish Interactive): Minor copyedit.
549
23696fd7
CY
550 * display.texi (Face Attributes): Add xref to Displaying Faces for
551 explanation of "underlying face".
552
f6de8a37
CY
553 * customize.texi (Common Keywords): Add xref to Loading.
554
555 * loading.texi (How Programs Do Loading): Add xref to Lisp
556 Libraries node in the Emacs manual.
557
417f77e6
CY
5582009-08-13 Chong Yidong <cyd@stupidchicken.com>
559
560 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
561
0999039c
CY
5622009-07-18 Chong Yidong <cyd@stupidchicken.com>
563
564 * processes.texi (Shell Arguments): Copyedits.
565
9af167bc
GM
5662009-07-18 Glenn Morris <rgm@gnu.org>
567
568 * loading.texi (Repeated Loading): Fix typo.
569
137987ab
RS
5702009-07-16 Richard Stallman <rms@gnu.org>
571
572 * buffers.texi (Swapping Text): Recommend setting
573 write-region-annotate-functions and buffer-saved-size.
574
575 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
576
622fa380
GM
5772009-07-15 Glenn Morris <rgm@gnu.org>
578
579 * edebug.texi: Minor re-phrasings throughout.
580 (Edebug Execution Modes): Sit-for affects continue mode too.
581 (Jumping): Use `forward-sexp' rather than its keybinding.
582 (Edebug Misc): Fix Q binding.
583 (Edebug Eval): Remove cl version.
584 (Printing in Edebug): Clarify print-length etc.
585 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
586 (Specification List): Remove edebug-unwrap findex entry.
587 (Specification Examples): defmacro is actually not the same as defun.
588 Escape "`" in example.
589
6bbd4600
CY
5902009-07-15 Chong Yidong <cyd@stupidchicken.com>
591
592 * markers.texi (The Mark): Document optional arg to
593 deactivate-mark.
594
e538d479
GM
5952009-07-11 Kevin Ryde <user42@zip.com.au>
596
597 * hooks.texi (Standard Hooks): Fix cross-references.
598
4c98b9ed
GM
599 * loading.texi (Named Features): Refer to eval-after-load.
600
5300838c
GM
6012009-07-11 Glenn Morris <rgm@gnu.org>
602
64fbeb16
GM
603 * Makefile.in (TEXI2PDF): New.
604 (elisp.pdf): New target.
605
4c98b9ed
GM
606 * searching.texi (Regexp Backslash): Fix typo.
607
608 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5300838c 609
51d9979c
GM
6102009-07-10 Glenn Morris <rgm@gnu.org>
611
561c0216
GM
612 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
613
5b594a58
GM
614 * customize.texi (Customization Types):
615 * display.texi (Abstract Display):
0cc8c85a 616 * objects.texi (Character Type, String Type):
5b594a58 617 Merge in some menu descriptions from elisp.texi.
51d9979c 618
c3cbbb40
GM
619 * hash.texi (Hash Tables):
620 * modes.texi (Multiline Font Lock):
621 End menu description with period.
fe42c16a 622
28528402
GM
6232009-07-09 Glenn Morris <rgm@gnu.org>
624
625 * back.texi: Don't hard-code texinfo location.
626
627 * two-volume.make (texinfodir): New, with location of texinfo.tex.
628 (tex): Add texinfodir to TEXINPUTS.
629 (elisp1med-init, elisp2med-init): Use texinfodir.
630
631 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
632 (clean): Add two-volume.make intermediate files.
633
634 * elisp.texi, vol1.texi, vol2.texi:
635 Use a DATE variable with the publication date, and update it.
636 Fix antinews menu description.
637
638 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
639 Update the detailed node listing to match elisp.texi.
640
641 * README: Update edition to match elisp.texi.
642
643 * objects.texi (General Escape Syntax):
644 * nonascii.texi (Character Sets):
645 Use consistent case for "Unicode Standard".
646
647 * anti.texi (Antinews):
648 * customize.texi (Variable Definitions):
649 * functions.texi (Declaring Functions):
650 * nonascii.texi (Character Properties):
651 * processes.texi (Serial Ports):
652 * text.texi (Special Properties):
653 * tips.texi (Coding Conventions):
654 Minor rearrangements to improve TeX line-filling.
655
656 * commands.texi (Using Interactive): Fix cross-reference.
657
17db8e10
JD
6582009-07-01 Jan Djärv <jan.h.d@swipnet.se>
659
660 * frames.texi (Management Parameters): Mention sticky.
661
77c7e2e1
AS
6622009-07-01 Andreas Schwab <aschwab@redhat.com>
663
664 * help.texi (Help Functions): Fix description of help-buffer and
665 help-setup-xref to use @defun instead of @deffn.
666
3f1c6666
JD
6672009-07-01 Jan Djärv <jan.h.d@swipnet.se>
668
669 * frames.texi (Size Parameters): Mention maximized for fullscreen.
670
ca27c21b
CY
6712009-06-24 Chong Yidong <cyd@stupidchicken.com>
672
673 * display.texi (Window Systems): Add ns to the list.
674
70243478
CY
6752009-06-21 Chong Yidong <cyd@stupidchicken.com>
676
677 * Branch for 23.1.
678
df006536
MR
6792009-06-17 Martin Rudalics <rudalics@gmx.at>
680
681 * windows.texi (Dedicated Windows): Fix typo.
682 (Resizing Windows): Replace @defun by @deffn.
683
d259fc4b
GM
6842009-06-17 Glenn Morris <rgm@gnu.org>
685
686 * variables.texi (Directory Local Variables):
687 Update for 2009-04-11 name-change of dir-locals-directory-alist.
688
30781db6
KH
6892009-06-09 Kenichi Handa <handa@m17n.org>
690
691 * nonascii.texi (Character Sets): State clearly that FROM and TO
692 are codepoints of CHARSET.
693
62e8099c
CY
6942009-06-07 Chong Yidong <cyd@stupidchicken.com>
695
696 * minibuf.texi (Reading File Names): Fix introductory text.
697 Suggested by stan@derbycityprints.com.
698 (High-Level Completion): Fix typo.
699
ee1b1917
CY
7002009-05-28 Chong Yidong <cyd@stupidchicken.com>
701
702 * frames.texi (Text Terminal Colors): Multi-tty is already
703 implemented, but tty-local colors are not.
704
5df647e8
CY
7052009-05-27 Chong Yidong <cyd@stupidchicken.com>
706
707 * hooks.texi (Standard Hooks): Remove mention of obsolete
708 redisplay-end-trigger-functions.
709
710 * internals.texi (Window Internals): Remove mention of obsolete
711 redisplay-end-trigger-functions.
712
01f17ae2
MR
7132009-05-21 Martin Rudalics <rudalics@gmx.at>
714
715 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
716
717 * backups.texi (Making Backups): backup-directory-alist and
718 make-backup-file-name-function are options.
719 (Auto-Saving): auto-save-list-file-prefix is an option.
720
721 * buffers.texi (Killing Buffers): buffer-offer-save is an
722 option.
723
724 * display.texi (Refresh Screen): no-redraw-on-reenter is an
725 option.
726 (Echo Area Customization): echo-keystrokes is an option.
727 (Selective Display): selective-display-ellipses is an option.
728 (Temporary Displays): temp-buffer-show-function is an option.
729 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
730 are options.
731 (Font Selection): face-font-family-alternatives,
732 face-font-selection-order, face-font-registry-alternatives, and
733 scalable-fonts-allowed are options.
734 (Fringe Indicators): indicate-buffer-boundaries is an option.
735 (Fringe Cursors): overflow-newline-into-fringe is an option.
736 (Scroll Bars): scroll-bar-mode is an option.
737
738 * eval.texi (Eval): max-lisp-eval-depth is an option.
739
740 * files.texi (Visiting Functions): find-file-hook is an option.
741 (Directory Names): directory-abbrev-alist is an option.
742 (Unique File Names): temporary-file-directory and
743 small-temporary-file-directory are options.
744
745 * frames.texi (Initial Parameters): initial-frame-alist,
746 minibuffer-frame-alist and default-frame-alist are options.
747 (Cursor Parameters): blink-cursor-alist and
748 cursor-in-non-selected-windows ar options.
749 (Window System Selections): selection-coding-system is an
750 option.
751 (Display Feature Testing): display-mm-dimensions-alist is an
752 option.
753
754 * help.texi (Help Functions): help-char and help-event-list are
755 options.
756
757 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
758 an option.
759
760 * minibuf.texi (Minibuffer History): history-length and
761 history-delete-duplicates are options.
762 (High-Level Completion): read-buffer-function and
763 read-buffer-completion-ignore-case are options.
764 (Reading File Names): read-file-name-completion-ignore-case is
765 an option.
766
767 * modes.texi (Mode Line Top): mode-line-format is an option.
768 (Mode Line Variables): mode-line-position and mode-line-modes
769 are options.
770
771 * nonascii.texi (Text Representations):
772 enable-multibyte-characters is an option.
773 (Default Coding Systems): auto-coding-regexp-alist,
774 file-coding-system-alist, auto-coding-alist and
775 auto-coding-functions are options.
776 (Specifying Coding Systems): inhibit-eol-conversion is an
777 option.
778
779 * os.texi (Init File): site-run-file is an option.
780 (System Environment): mail-host-address is an option.
781 (User Identification): user-mail-address is an option.
782 (Terminal Output): baud-rate is an option.
783
784 * positions.texi (Word Motion): words-include-escapes is an
785 option.
786
787 * searching.texi (Standard Regexps): page-delimiter,
788 paragraph-separate, paragraph-separate and sentence-end are
789 options.
790
791 * text.texi (Margins): left-margin and fill-nobreak-predicate
792 are options.
793
794 * variables.texi (Local Variables): max-specpdl-size is an
795 option.
796
797 * windows.texi (Choosing Window):
798 split-window-preferred-function, special-display-function and
799 display-buffer-function are options.
800
106e6894
CY
8012009-05-20 Chong Yidong <cyd@stupidchicken.com>
802
4a83454d
CY
803 Fix errors spotted by Martin Rudalics.
804
106e6894
CY
805 * syntax.texi (Position Parse): Document rationale for ignored
806 arguments to syntax-ppss-flush-cache.
807
808 * processes.texi (Input to Processes): Mark PROCESS arg to
809 process-running-child-p as optional.
810 (Network Options): Document NO-ERROR arg to
811 set-network-process-option.
812
813 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
814 command.
815
816 * searching.texi (POSIX Regexps): Mark posix-search-forward and
817 posix-search-backward as commands.
818
819 * os.texi (Killing Emacs): Mark kill-emacs as a command.
820 (Suspending Emacs): Mark suspend-emacs as a command.
821 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
822 commands.
823 (Terminal Output): Remove obsolete function baud-rate. Document
824 TERMINAL arg for send-string-to-terminal.
825
826 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
827 terminal-coding-system and set-terminal-coding-system.
828 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
829 as optional.
830 (Character Sets): Document RESTRICTION arg of char-charset.
831 (Character Codes): Mark POS argument to get-byte as optional.
832
833 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
834 minibuffer-message.
835
836 * files.texi (Create/Delete Dirs): Mark make-directory and
837 delete-directory as commands.
838
839 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
840
841 * text.texi (Base 64): Mark base64-decode-string and
842 base64-encode-string as commands.
843 (Columns): Mark move-to-column as a command.
844 (Mode-Specific Indent): Document RIGID arg to
845 indent-for-tab-command.
846 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
847 Mark indent-code-rigidly as a command.
848 (Substitution): Mark translate-region as a command.
849
850 * frames.texi (Size and Position): Remove obsolete functions
851 screen-height and screen-width.
852
04173931
CY
8532009-05-19 Chong Yidong <cyd@stupidchicken.com>
854
855 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
856 (Displaying Buffers, Resizing Windows): Correct mistakes;
857 next-window, previous-window, and pop-to-buffer are not commands,
858 and fit-window-to-buffer" is a command. (Pointed out by Martin
859 Rudalics.)
860
eae7d8f8
RS
8612009-05-17 Richard M Stallman <rms@gnu.org>
862
863 * modes.texi (Precalculated Fontification): Clarify text.
864
b8766179
MR
8652009-05-17 Martin Rudalics <rudalics@gmx.at>
866
867 * windows.texi (Selecting Windows): Clarify descriptions of
868 with-selected-window and get-lru-window.
869 (Cyclic Window Ordering): Refer to particular frame when talking
870 about how splitting affects the ordering.
871 (Displaying Buffers): Fix descriptions of switch-to-buffer and
872 switch-to-buffer-other-window. Explain how setting of
873 display-buffer-reuse-frames affects pop-to-buffer.
874 (Choosing Window): Clarify some details in descriptions of
875 display-buffer-reuse-frames, pop-up-frames, and
876 pop-up-frame-function.
877 (Dedicated Windows): Clarify some details.
878 (Textual Scrolling): Replace term vscroll by term vertical
879 scroll position.
880 (Vertical Scrolling): Fix typo.
881 (Window Hooks): Relate text on jit-lock-register to window
882 scrolling and size changes.
883
734b5e3b
CY
8842009-05-14 Chong Yidong <cyd@stupidchicken.com>
885
0a65633e
CY
886 * frames.texi (Initial Parameters): Clarify what the initial
887 minibuffer frame is.
05be46d7
CY
888 (Buffer Parameters): Note that the minibuffer parameter can not be
889 altered.
0a65633e 890
734b5e3b
CY
891 * anti.texi (Antinews): Copyedits. Rearrange some entries.
892 Document display-buffer changes.
893
925672cd
CY
8942009-05-13 Chong Yidong <cyd@stupidchicken.com>
895
17ecd7af
CY
896 * anti.texi (Antinews): Rewrite for Emacs 22.
897
925672cd
CY
898 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
899 obarrays are first mentioned. Define "system abbrev" more
900 prominently, and add it to the index.
901 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
902 Copyedits.
903 (Abbrev Expansion): Document abbrev-insert.
904
80be4dd7
CY
9052009-05-12 Chong Yidong <cyd@stupidchicken.com>
906
907 * frames.texi (Font and Color Parameters): Rename from Color
908 Parameters. Document font-backend parameter.
909
910 * vol2.texi (Top): Update node listing.
911 * vol1.texi (Top): Update node listing.
912 * elisp.texi (Top): Update node listing.
913
372a93ac
MR
9142009-05-11 Martin Rudalics <rudalics@gmx.at>
915
916 * windows.texi (Choosing Window): Don't explicitly refer to
917 split-window-sensibly's window argument in descriptions of
918 split-height-threshold and split-width-threshold.
919
714c3541
MR
9202009-05-10 Martin Rudalics <rudalics@gmx.at>
921
922 * windows.texi (Choosing Window): Fix rewrite of window
923 splitting section.
924
0e90e7be
EZ
9252009-05-09 Eli Zaretskii <eliz@gnu.org>
926
927 * nonascii.texi (Default Coding Systems): Document
928 find-auto-coding, set-auto-coding, and auto-coding-alist. Add
929 indexing.
930 (Lisp and Coding Systems): Add index entries.
931
d3c0c321
MR
9322009-05-09 Martin Rudalics <rudalics@gmx.at>
933
934 * windows.texi (Choosing Window): Describe split-window-sensibly
935 and rewrite section on window splitting accordingly.
936 (Textual Scrolling): Replace `...' by @code{...}.
937
c773345a
CY
9382009-05-04 Chong Yidong <cyd@stupidchicken.com>
939
ee2d5b5e
CY
940 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
941 Remove obsoleted pre-abbrev-expand-hook.
942
943 * locals.texi (Standard Buffer-Local Variables): Consolidate table
944 entries.
945
c773345a
CY
946 * internals.texi (Object Internals): Don't assume 32-bit machines
947 are the norm.
948 (Buffer Internals): Consolidate table entries for readability.
ee2d5b5e
CY
949 (Window Internals): Synch field names to window.h.
950 (Process Internals): Synch field names to process.h.
c773345a 951
dd449674
CY
9522009-04-29 Chong Yidong <cyd@stupidchicken.com>
953
954 * variables.texi (File Local Variables): Note that read-circle is
955 bound to nil when reading file-local variables.
956
957 * streams.texi (Input Functions): Document read-circle.
958 (Output Variables): Add xref to Circular Objects.
959
4f1e25e2
CY
9602009-04-25 Chong Yidong <cyd@stupidchicken.com>
961
962 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
963 Features and Coding System Basics. Node that "p" stands for
964 "predicate". Recommend utf-8-emacs instead of emacs-mule.
965 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
966 mouse-appearance-menu.
967 (Programming Tips): Add xref to Progress.
968
dca019f8
CY
9692009-04-22 Chong Yidong <cyd@stupidchicken.com>
970
971 * os.texi (Command-Line Arguments): Document
972 command-line-args-left.
973 (Suspending Emacs): Adapt text to multi-tty case. Document use of
974 terminal objects for tty arguments.
975 (Startup Summary): Add xref to Session Management.
976 (Session Management): Mention emacs-session-restore. Copyedits.
977
02a89103
CY
9782009-04-20 Chong Yidong <cyd@stupidchicken.com>
979
980 * os.texi (Startup Summary): Copyedits. The init file is not
981 necessarily named .emacs now. Document initial-buffer-choice and
982 initial-scratch-message. Note where Emacs exits in batch mode.
983 Document inhibit-splash-screen as an alias.
984 (Init File): Be neutral about which init file name to use.
985
9862009-04-16 Chong Yidong <cyd@stupidchicken.com>
987
988 * os.texi (System Interface): Fix Texinfo usage.
989
0c1cfe01
CY
9902009-04-15 Chong Yidong <cyd@stupidchicken.com>
991
80d7cdca
CY
992 * searching.texi (Regexp Backslash): Also refer to shy groups as
993 non-capturing or unnumbered groups.
994 (Regexp Functions): Add cross-reference to Regexp Backslash.
995
0c1cfe01
CY
996 * display.texi (Truncation): Overlays can use line-prefix and
997 wrap-prefix too.
998 (Overlay Properties): Document wrap-prefix and line-prefix.
999 (Face Attributes): Document underline-minimum-offset.
1000 (Face Remapping): Copyedits.
1001 (Low-Level Font): Copyedits.
1002 (Image Cache): Note that the image cache is shared between frames.
ed8ab760
CY
1003 (Line Height): Emphasize that line-spacing only takes effect on
1004 graphical terminals.
0c1cfe01 1005
c4adeee0
CY
10062009-04-13 Chong Yidong <cyd@stupidchicken.com>
1007
1008 * display.texi (Refresh Screen): Note that a passage about screen
1009 refreshing is text terminal only.
1010 (Forcing Redisplay): Delete misleading comment---sit-for calls
1011 redisplay, not the other way around.
1012 (Truncation): Note new values of truncate-partial-width-windows.
1013 Copyedits.
1014 (Invisible Text): Document invisible-p.
1015
b20ecfa1
EZ
10162009-04-11 Eli Zaretskii <eliz@gnu.org>
1017
1018 * display.texi (Overlays): Overlays don't scale well. See
1019 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
1020
97d8273f
CY
10212009-04-10 Chong Yidong <cyd@stupidchicken.com>
1022
f147ff75
CY
1023 * syntax.texi (Syntax Table Functions): Document cons cell
1024 argument for modify-syntax-entry.
1025 (Categories): Document cons cell argument for
1026 modify-category-entry.
1027
fca4ec76
CY
1028 * searching.texi (String Search): Document word-search-forward-lax
1029 and word-search-backward-lax.
1030 (Searching and Case): Describe isearch behavior more precisely.
1031
9c283d5b
CY
1032 * keymaps.texi (Tool Bar): Mention that some platforms do not
1033 support multi-line toolbars. Suggested by Stephen Eglen.
1034
1035 * frames.texi (Layout Parameters): Mention that Nextstep also
1036 allows only one tool-bar line. Suggested by Stephen Eglen.
1037
97d8273f
CY
1038 * nonascii.texi (Text Representations): Copyedits.
1039 (Coding System Basics): Also mention utf-8-emacs.
1040 (Converting Representations, Selecting a Representation)
1041 (Scanning Charsets, Translation of Characters, Encoding and I/O):
1042 Copyedits.
1043 (Character Codes): Mention role of codepoints 1114112 to 4194175.
1044
2bad3299
CY
10452009-04-09 Chong Yidong <cyd@stupidchicken.com>
1046
1047 * text.texi (Yank Commands): Note that yank uses push-mark.
1048 (Filling): Clarify REGION argument of fill-paragraph. Document
1049 fill-forward-paragraph-function.
1050 (Special Properties): Remove "new in Emacs 22" declaration.
1051 (Clickable Text): Merge with Links and Mouse-1 node.
1052
1053 * display.texi (Button Properties, Button Buffer Commands): Change
1054 xref to Clickable Text.
1055
1056 * tips.texi (Key Binding Conventions): Change xref to Clickable
1057 Text.
1058
1059 * elisp.texi (Top): Update node listing.
1060
ea30ce4f
CY
10612009-04-05 Chong Yidong <cyd@stupidchicken.com>
1062
47af2f4b
CY
1063 * markers.texi (The Mark): Copyedits. Improve description of
1064 handle-shift-selection.
1065 (The Region): Move use-region-p here from The Mark.
1066
ea30ce4f
CY
1067 * positions.texi (Screen Lines): Document (cols . lines) argument
1068 for vertical-motion.
1069
2aa8ea6e
CY
10702009-04-04 Chong Yidong <cyd@stupidchicken.com>
1071
3ec61d4e
CY
1072 * frames.texi (Frames): Clean up introduction. Document `ns'
1073 return value for framep.
1074 (Creating Frames): Note how the terminal is chosen.
1075 (Multiple Terminals, Multiple Displays): Merge into a single node.
1076 (Color Parameters): Fix typo.
1077
1078 * variables.texi (Local Variables, Buffer-Local Variables)
1079 (Creating Buffer-Local): Change link to Multiple Terminals.
1080
1081 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
1082
1083 * keymaps.texi (Controlling Active Maps): Change link to Multiple
1084 Terminals.
1085
1086 * commands.texi (Command Loop Info, Keyboard Macros): Change link
1087 to Multiple Terminals.
1088
1089 * elisp.texi (Top): Update node listing.
1090 * vol2.texi (Top): Update node listing.
1091 * vol1.texi (Top): Update node listing.
1092
9257072f
CY
1093 * buffers.texi (Current Buffer): Note that the append-to-buffer
1094 example is no longer in synch with the latest code. Tie the two
1095 examples together.
1096
2aa8ea6e
CY
1097 * files.texi (File Attributes): Move note about MS-DOS from
1098 Changing Files to File Attributes.
1099 (Create/Delete Dirs): Note that mkdir is an alias for this.
1100
22e74b17
CY
11012009-04-01 Markus Triska <triska@gmx.at>
1102
1103 * processes.texi (Filter Functions): Suggest how to handle output
1104 batches.
1105
4bbe48ec
CY
11062009-03-30 Chong Yidong <cyd@stupidchicken.com>
1107
1108 * help.texi (Accessing Documentation): Update example to use
1109 help-setup-xref and with-help-window.
1110 (Help Functions): Remove print-help-return-message, which is
1111 semi-obsolete due to with-help-window. Document help-buffer and
1112 help-setup-xref.
1113
b9723f39
CY
11142009-03-29 Chong Yidong <cyd@stupidchicken.com>
1115
87f649f6
CY
1116 * help.texi (Accessing Documentation, Help Functions): Remove
1117 information about long-obsolete Emacs versions.
9eb52e90 1118
b9723f39
CY
1119 * modes.texi (Mode Line Variables): The default values of the mode
1120 line variables are now more complicated.
1121
b0cc32db
CY
11222009-03-28 Chong Yidong <cyd@stupidchicken.com>
1123
3c25a5a9
CY
1124 * modes.texi (Major Mode Conventions): Note that specialness is
1125 inherited.
31c9eebb
CY
1126 (Derived Modes): Note that define-derive-mode sets the mode-class
1127 property.
3c25a5a9 1128
b0cc32db
CY
1129 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
1130 goto-map. Add search-map to the list.
1131
c5e0006d
EZ
11322009-03-27 Eli Zaretskii <eliz@gnu.org>
1133
1213465a
EZ
1134 * os.texi (System Environment): Update the list of system-type
1135 values.
1136
c5e0006d
EZ
1137 * markers.texi (The Mark) <handle-shift-selection>: Update for
1138 removal of the optional argument DEACTIVATE.
1139
48bab3d6
CY
11402009-03-25 Chong Yidong <cyd@stupidchicken.com>
1141
1142 * commands.texi (Focus Events): Most X window managers don't use
1143 focus-follows-mouse nowadays.
1144
6e4ff1b6
CY
11452009-03-24 Chong Yidong <cyd@stupidchicken.com>
1146
1147 * commands.texi (Defining Commands): Clarify introduction.
1148 (Using Interactive): Not that interactive can be put in a symbol
1149 property.
1150 (Interactive Call): Note that a symbol with a non-nil
1151 interactive-form property satisfies commandp.
1152
11625308
JB
11532009-03-23 Juanma Barranquero <lekktu@gmail.com>
1154
1155 * minibuf.texi (Intro to Minibuffers): Fix typos.
1156
7b34420d
CY
11572009-03-23 Chong Yidong <cyd@stupidchicken.com>
1158
1159 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
1160 about minibuffers in old Emacs versions. Copyedits. Emphasize
1161 that enable-recursive-minibuffers defaults to nil.
1162 (Text from Minibuffer): Simplify introduction.
1163
f9257eed
AM
11642009-03-22 Alan Mackenzie <acm@muc.de>
1165
1166 * commands.texi (Using Interactive): Clarify string argument to
1167 `interactive' - even promptless elements need \n separators.
1168
f639ba70
CY
11692009-03-18 Chong Yidong <cyd@stupidchicken.com>
1170
1171 * minibuf.texi (Completion Styles): New node.
1172
1173 * elisp.texi (Top): Update node listing.
1174
d897e8ee
CY
11752009-03-17 Chong Yidong <cyd@stupidchicken.com>
1176
1177 * minibuf.texi (Basic Completion): Note that
1178 read-file-name-completion-ignore-case and
1179 read-buffer-completion-ignore-case can override
1180 completion-ignore-case.
1181 (Minibuffer Completion): Document completing-read changes.
1182 (Completion Commands): Avoid mentioning partial completion mode.
1183 Document minibuffer-completion-confirm changes, and
1184 minibuffer-confirm-exit-commands.
1185 (High-Level Completion): Document new require-match behavior for
1186 read-buffer. Document read-buffer-completion-ignore-case.
1187 (Reading File Names): Document new require-match behavior for
1188 read-file-name.
1189
b1f23349
CY
11902009-03-14 Chong Yidong <cyd@stupidchicken.com>
1191
1192 * debugging.texi (Error Debugging): Don't mislead the reader into
1193 thinking that debug-on-error enters debugger for C-f at EOB.
1194 (Error Debugging): Setting debug-on-init within the init file
1195 works, and has for some time.
1196
d6eb4e25
KH
11972009-03-13 Kenichi Handa <handa@m17n.org>
1198
1199 * display.texi (Fontsets): Update the description.
1200
1cf53dc5
CY
12012009-03-13 Chong Yidong <cyd@stupidchicken.com>
1202
1203 * advice.texi (Advising Primitives): Link to What Is a Function.
1204
81f919fc
CY
12052009-03-12 Chong Yidong <cyd@stupidchicken.com>
1206
cf4229eb
CY
1207 * compile.texi (Speed of Byte-Code): Update example.
1208 (Disassembly): Update examples.
1209
81f919fc 1210 * loading.texi (Repeated Loading): Simplify examples.
f2bbc08c
CY
1211
1212 * customize.texi (Common Keywords): It's not necessary to use :tag
1213 to remove hyphens, as custom-unlispify-tag-name does it
1214 automatically.
1215 (Variable Definitions): Link to File Local Variables. Document
1216 customized-value symbol property.
1217 (Customization Types): Move menu to end of node.
1218
955964d7
CY
12192009-03-10 Chong Yidong <cyd@stupidchicken.com>
1220
1221 * macros.texi (Compiling Macros): Omit misleading sentence, which
1222 implied that macros can only be used in the same file they are
1223 defined.
1224 (Backquote): Remove obsolete information about Emacs 19.
1225
d25ed7db
GM
12262009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
1227
1228 * display.texi (Display Margins): Fix paren typo.
1229
d55f6ca5
CY
12302009-02-27 Chong Yidong <cyd@stupidchicken.com>
1231
f0e57ed8
CY
1232 * elisp.texi (Top): Update node listing.
1233
1234 * variables.texi (Variables): Clarify introduction.
1235 (Global Variables): Mention that setq is a special form.
1236 (Local Variables): Use active voice.
1237 (Tips for Defining): Mention marking variables as safe.
1238 (Buffer-Local Variables): Mention terminal-local and frame-local
1239 variables together.
1240 (File Local Variables): Copyedits.
1241 (Frame-Local Variables): Note that they are not really useful.
1242 (Future Local Variables): Node deleted.
1243
d55f6ca5
CY
1244 * objects.texi (General Escape Syntax): Update explanation of
1245 unicode escape syntax.
1246
ca8f09a8
CY
12472009-02-23 Chong Yidong <cyd@stupidchicken.com>
1248
1249 * control.texi (Control Structures): Add cindex entry for "textual
1250 order".
1251
1252 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
1253 instead of "expression" throughout.
1254 (Function Indirection): Copyedits. Use active voice.
1255 (Eval): The default value of max-lisp-eval-depth is now 400.
1256
a20878b6
MB
12572009-02-23 Miles Bader <miles@gnu.org>
1258
1259 * processes.texi (System Processes): Rename `system-process-attributes'
1260 to `process-attributes'.
1261
61f66044
CY
12622009-02-22 Chong Yidong <cyd@stupidchicken.com>
1263
1b80d1f3
CY
1264 * symbols.texi (Property Lists): Emphasize that property lists are
1265 not restricted to symbol cells.
1266 (Other Plists): Copyedit.
1267
61f66044
CY
1268 * sequences.texi (Sequences Arrays Vectors): Make introduction
1269 more concise.
1270 (Arrays): Mention char-tables and bool-vectors too.
1271 (Vectors): Don't repeat information given in Arrays node. Link to
1272 nodes that explain the vector usage examples.
1273 (Char-Tables): Note that char-table elements can have arbitrary
1274 type. Explain effect of omitted char-table-extra-slots property.
8a63cf41 1275 Link to Property Lists node.
61f66044 1276
9403944b
CY
12772009-02-22 Chong Yidong <cyd@stupidchicken.com>
1278
1279 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
1280 `append'.
4068c7b4 1281 (List Elements): Copyedits.
9403944b
CY
1282
1283 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
1284 of `vconcat'.
1285
1286 * strings.texi (Creating Strings): Copyedits. Remove obsolete
1287 Emacs 20 usage of `concat'.
1288 (Case Conversion): Copyedits.
1289
b87a185f
CY
12902009-02-21 Chong Yidong <cyd@stupidchicken.com>
1291
1292 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
1293 Minor edits.
1294 (Frame Configuration Type): Emphasize that it is not primitive.
1295 (Font Type): New node.
1296 (Type Predicates): Add fontp; type-of now recognizes font object
1297 types.
1298
1299 * intro.texi (Version Info): Update version numbers in examples.
1300 (Acknowledgements): List more contributors.
1301
1302 * elisp.texi: Bump version number to 3.0.
1303 (Top): Link to Font Type node.
1304
867d4bb3
JB
13052009-02-20 Juanma Barranquero <lekktu@gmail.com>
1306
1307 * modes.texi (Major Mode Conventions): Remove duplicate words.
1308 (Customizing Keywords): Fix typo.
1309
77730170
EZ
13102009-02-14 Eli Zaretskii <eliz@gnu.org>
1311
1312 * nonascii.texi (User-Chosen Coding Systems): Document that
1313 select-safe-coding-system suggests raw-text if there are raw bytes
1314 in the region.
1315 (Explicit Encoding): Warn not to use `undecided' when encoding.
1316
c8736212
GM
13172009-02-11 Glenn Morris <rgm@gnu.org>
1318
1319 * frames.texi (Visibility of Frames): Mention the effect multiple
1320 workspaces/desktops can have on visibility.
1321
ab992d66
EZ
13222009-02-07 Eli Zaretskii <eliz@gnu.org>
1323
c8736212
GM
1324 * text.texi (Commands for Insertion):
1325 * commands.texi (Event Mod):
1326 * keymaps.texi (Searching Keymaps):
ab992d66
EZ
1327 * nonascii.texi (Translation of Characters): Reinstate
1328 documentation of translation-table-for-input.
7d2a859f
EZ
1329 (Explicit Encoding): Document the `charset' text property produced
1330 by decode-coding-region and decode-coding-string.
ab992d66 1331
e651a255
AM
13322009-01-27 Alan Mackenzie <acm@muc.de>
1333
1334 * modes.texi (Search-based Fontification): Correct a typo.
1335
bc5cde4b
JB
13362009-01-25 Juanma Barranquero <lekktu@gmail.com>
1337
1338 * abbrevs.texi (Abbrev Table Properties): Fix typo.
1339 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
1340
3533155b
EZ
13412009-01-24 Eli Zaretskii <eliz@gnu.org>
1342
f721deda
EZ
1343 * display.texi (Window Systems): Document the value of
1344 `initial-window-system' under --daemon.
1345
3533155b
EZ
1346 * os.texi (System Environment): Remove description of the
1347 `environment' function which has been deleted.
1348
f79b43b2
DN
13492009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
1350
1351 * frames.texi (Multiple Displays): Remove documentation for
1352 removed function make-frame-on-tty.
1353
e3aa6669
CY
13542009-01-22 Chong Yidong <cyd@stupidchicken.com>
1355
1356 * files.texi (Format Conversion Piecemeal): Clarify behavior of
1357 write-region-annotate-functions. Document
1358 write-region-post-annotation-function.
1359
fb13a416
CY
13602009-01-19 Chong Yidong <cyd@stupidchicken.com>
1361
1362 * display.texi (Font Lookup): Document WIDTH argument of
1363 x-list-fonts.
1364
02eccf6b
EZ
13652009-01-17 Eli Zaretskii <eliz@gnu.org>
1366
ead3f58d
EZ
1367 * maps.texi (Standard Keymaps): Rename function-key-map to
1368 local-function-key-map.
1369
1370 * keymaps.texi (Translation Keymaps): Rename function-key-map to
1371 local-function-key-map.
1372
1373 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
1374 and `set-keyboard-coding-system' now accept an optional terminal
1375 argument.
1376
1377 * commands.texi (Event Mod): `keyboard-translate-table' is now
1378 terminal-local.
1379 (Function Keys): Rename function-key-map to
1380 local-function-key-map.
1381
df05a163
EZ
1382 * elisp.texi (Top): Make @detailmenu be consistent with changes in
1383 frames.texi.
1384
0ed8034e 1385 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
490f1197
EZ
1386 `delete-terminal-functions', `suspend-tty-functions' and
1387 `resume-tty-functions'.
0ed8034e
EZ
1388
1389 * frames.texi (Frames): Document `frame-terminal' and
1390 `terminal-live-p'.
1391 (Multiple Displays): Document `make-frame-on-tty'.
1392 (Multiple Terminals): Document `terminal-list', `delete-terminal',
1393 `terminal-name', and `get-device-terminal'.
490f1197
EZ
1394 (Terminal Parameters): Document `terminal-parameters',
1395 `terminal-parameter', and `set-terminal-parameter'.
0ed8034e
EZ
1396
1397 * os.texi (System Environment): Document `environment' and
1398 `initial-environment'.
490f1197
EZ
1399 (Suspending Emacs): Update for multi-tty; document
1400 `suspend-tty', `resume-tty', and `controlling-tty-p'.
0ed8034e 1401
02eccf6b
EZ
1402 * nonascii.texi (Coding System Basics): More accurate description
1403 of `raw-text'.
1404
f19fea97
JB
14052009-01-12 Juanma Barranquero <lekktu@gmail.com>
1406
1407 * display.texi (Low-Level Font): Fix typo.
1408
16fa292f
CY
14092009-01-10 Chong Yidong <cyd@stupidchicken.com>
1410
1411 * elisp.texi (Top): Update node listing.
1412
1413 * display.texi (PostScript Images): Node deleted.
1414
0b4faef3
EZ
14152009-01-10 Eli Zaretskii <eliz@gnu.org>
1416
3355f04d
EZ
1417 * processes.texi (Decoding Output): Document that null bytes force
1418 no-conversion for reading process output.
1419
1420 * files.texi (Reading from Files): Document that null bytes force
1421 no-conversion when visiting files.
1422
11625308 1423 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
538395d9 1424
0b4faef3
EZ
1425 * nonascii.texi (Lisp and Coding Systems): Document
1426 inhibit-null-byte-detection and inhibit-iso-escape-detection.
c06ea95e 1427 (Character Properties): Improve wording.
0b4faef3 1428
ce9cf065
CY
14292009-01-09 Chong Yidong <cyd@stupidchicken.com>
1430
1431 * display.texi (Font Lookup): Remove obsolete function
1432 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
1433 (Low-Level Font): Rename from Fonts, move to end of Faces section.
1434 (Font Selection): Reorder order of variable descriptions. Minor
1435 clarifications.
1436
1437 * elisp.texi (Top): Update node listing.
1438
ab756fb3
GM
14392009-01-09 Glenn Morris <rgm@gnu.org>
1440
1441 * commands.texi (Command Loop Info): Say that last-command-char and
1442 last-input-char are obsolete aliases.
1443
1444 * edebug.texi (Edebug Recursive Edit): Remove separate references to
1445 last-input-char and last-command-char, since they are just aliases for
1446 last-input-event and last-command-event.
1447
1448 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
1449 last-command-char.
1450
6b2b8ab1
CY
14512009-01-08 Chong Yidong <cyd@stupidchicken.com>
1452
1453 * elisp.texi: Update node listing.
1454
1455 * display.texi (Faces): Put Font Selection node after Auto Faces.
1456 (Face Attributes): Don't link to Font Lookup. Document
1457 font-family-list.
1458 (Fonts): New node.
1459
3568e767
JR
14602009-01-08 Jason Rumney <jasonr@gnu.org>
1461
1462 * frames.texi (Pointer Shape): Clarify that only X supports
5ce6e4f4 1463 changing the standard pointer shapes. (Bug#1485)
3568e767 1464
6221c8db
CY
14652009-01-08 Chong Yidong <cyd@stupidchicken.com>
1466
1467 * display.texi (Attribute Functions): Note that a function value
1468 :height is relative, and that compatibility functions work by
1469 calling set-face-attribute.
1470 (Displaying Faces): Reorder list in order of increasing priority.
1471 (Face Remapping): New node. Content moved here from Displaying
1472 Faces.
1473 (Glyphs): Link to Face Functions.
1474
e3d3799a
CY
14752009-01-08 Chong Yidong <cyd@stupidchicken.com>
1476
1477 * display.texi (Faces): Don't discuss face id here. facep does
1478 not return t.
1479 (Defining Faces): Minor clarification.
1480 (Face Attributes): Rearrange items to match docstring of
1481 set-face-attribute. Add :foundry attribute. Document new role of
1482 :font attribute. Texinfo usage fix.
1483 (Attribute Functions): Copyedits.
1484 (Face Functions): Note that face number is seldom used.
1485
638a2457
RS
14862009-01-05 Richard M Stallman <rms@gnu.org>
1487
1488 * strings.texi (Predicates for Strings): Minor clarification.
1489
1490 * functions.texi (Function Safety): Texinfo usage fix.
1491
49ea0074
JB
14922009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny patch)
1493
1494 * objects.texi (General Escape Syntax): Fix typo.
1495
9f822178
MR
14962009-01-03 Martin Rudalics <rudalics@gmx.at>
1497
1498 * windows.texi (Choosing Window): Say that pop-up-frame-alist
1499 works via the default value of pop-up-frame-function.
1500
af34ad36
EZ
15012009-01-02 Eli Zaretskii <eliz@gnu.org>
1502
1503 * processes.texi (System Processes): Document the `time' and
1504 `ctime' attributes of `system-process-attributes'.
1505
d31f6679
CY
15062009-01-01 Chong Yidong <cyd@stupidchicken.com>
1507
1508 * display.texi (Face Attributes): Clarify :height attribute.
1509
174dc00c
MR
15102008-12-31 Martin Rudalics <rudalics@gmx.at>
1511
1512 * buffers.texi (The Buffer List): Clarify what moves a buffer to
1513 the front of the buffer list. Add entries for `last-buffer' and
1514 `unbury-buffer'.
1515
b8afe7e4
EZ
15162008-12-27 Eli Zaretskii <eliz@gnu.org>
1517
d14030f5
EZ
1518 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
1519 and its subsections.
1520
1521 * frames.texi (Multiple Terminals, Low-level Terminal)
1522 (Terminal Parameters, Frames on Other TTY devices): New sections.
1523 (Frames): Add an xref to "Multiple Terminals".
1524
765980a4
EZ
1525 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
1526
1527 * objects.texi (Terminal Type): New node.
1528 (Editing Types): Add it to the menu.
1529
47bd5577
EZ
1530 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
1531 Variables".
1532
eb22b78c 1533 * variables.texi (Directory Local Variables): New node.
47bd5577 1534 (Variables): Add a menu item for it.
eb22b78c 1535
b8afe7e4
EZ
1536 * loading.texi (Autoload): Document `generate-autoload-cookie' and
1537 `generated-autoload-file'.
1538
77bb0476
EZ
15392008-12-20 Eli Zaretskii <eliz@gnu.org>
1540
028e2c19
EZ
1541 * os.texi (Startup Summary): Add xref to documentation of
1542 `initial-window-system'.
1543
77bb0476
EZ
1544 * display.texi (Window Systems): Document `window-system' the
1545 function. The variable `window-system' is now frame-local.
028e2c19 1546 Document `initial-window-system'.
77bb0476 1547
dda87836
MR
15482008-12-19 Martin Rudalics <rudalics@gmx.at>
1549
1550 * windows.texi (Windows): Rewrite description of
1551 fit-window-to-buffer.
1552
caef3ed2
GM
15532008-12-13 Glenn Morris <rgm@gnu.org>
1554
1555 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
1556 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
1557
21c58e4d
GM
15582008-12-12 Glenn Morris <rgm@gnu.org>
1559
1560 * debugging.texi (Error Debugging): Refer forwards to
1561 eval-expression-debug-on-error.
1562
af38459f
EZ
15632008-12-05 Eli Zaretskii <eliz@gnu.org>
1564
5dedd9b5
EZ
1565 * strings.texi (String Basics): Only unibyte strings that
1566 represent key sequences hold 8-bit raw bytes.
1567
af38459f
EZ
1568 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
1569 paragraph to speak about `undecided'.
1570 (Character Properties): Don't explain the meaning of each
1571 property; instead, identify their Unicode Standard names.
b3f1f4a5 1572 (Character Sets): Document `map-charset-chars'.
af38459f 1573
fa047ae7
GM
15742008-12-02 Glenn Morris <rgm@gnu.org>
1575
1576 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
1577 section yet again.
1578
47dbc044
EZ
15792008-11-29 Eli Zaretskii <eliz@gnu.org>
1580
98d05998
EZ
1581 * nonascii.texi (Character Properties): New Section.
1582 (Specifying Coding Systems): Document
1583 `coding-system-priority-list', `set-coding-system-priority', and
1584 `with-coding-priority'.
1585 (Lisp and Coding Systems): Document `check-coding-systems-region'
1586 and `coding-system-charset-list'.
1587 (Coding System Basics): Document `coding-system-aliases'.
1588
1589 * elisp.texi (Top): Add a @detailmenu entry for "Character
1590 Properties".
1591
47dbc044
EZ
1592 * objects.texi (Character Type): Correct the range of Emacs
1593 characters. Add an @xref to "Character Codes".
1594
1595 * strings.texi (String Basics): Add an @xref to "Character Codes".
1596
1597 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
1598
1599 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
1600 (Character Codes): Document `max-char'.
1601
8b80cdf5
EZ
16022008-11-28 Eli Zaretskii <eliz@gnu.org>
1603
1604 * nonascii.texi (Text Representations, Converting Representations)
1605 (Character Sets, Scanning Charsets, Translation of Characters):
1606 Make text more accurate.
1607
a99dceba
GM
16082008-11-28 Glenn Morris <rgm@gnu.org>
1609
1610 * files.texi (Format Conversion Round-Trip): Improve previous change.
1611
f6dc3bed
CY
16122008-11-26 Chong Yidong <cyd@stupidchicken.com>
1613
1614 * modes.texi (Auto Major Mode): Fix example.
1615
5da9413d
GM
16162008-11-25 Glenn Morris <rgm@gnu.org>
1617
1618 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
1619
1620 * files.texi (Format Conversion Round-Trip):
1621 Use active voice for previous change.
1622
fcca848c
CY
16232008-11-25 Chong Yidong <cyd@stupidchicken.com>
1624
1625 * os.texi (Processor Run Time):
1626 * processes.texi (Transaction Queues):
1627 * markers.texi (The Mark):
1628 * windows.texi (Choosing Window, Selecting Windows):
1629 * files.texi (Changing Files, Magic File Names):
1630 * commands.texi (Key Sequence Input):
1631 * functions.texi (Declaring Functions):
1632 * strings.texi (Predicates for Strings):
1633 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
1634
36c8dc54
CY
16352008-11-24 Chong Yidong <cyd@stupidchicken.com>
1636
1637 * help.texi (Accessing Documentation): Update example.
1638
1639 * variables.texi (Defining Variables): Note that `*' is not
1640 necessary if defcustom is used.
1641
2a79b242
EZ
16422008-11-22 Eli Zaretskii <eliz@gnu.org>
1643
1644 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
1645 Characters" from @detailmenu.
1646
1647 * nonascii.texi (Character Codes, Character Sets)
1648 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
1649 (Chars and Bytes, Splitting Characters): Sections removed.
1650
392f0d26
LK
16512008-11-22 Lute Kamstra <lute@gnu.org>
1652
1653 * positions.texi (Text Lines): Update goto-line documentation.
1654
af1a5cd5
MR
16552008-11-21 Martin Rudalics <rudalics@gmx.at>
1656
6a4cfb0c
MR
1657 * frames.texi (Frames): Fix typo, add cross references, reword.
1658 (Initial Parameters): Reword special-display-frame-alist text.
1659 (Frames and Windows): Reword. Describe argument norecord for
1660 set-frame-selected-window.
1661 (Input Focus): Describe argument norecord for select-frame.
1662 Remove comment on MS-Windows behavior for focus-follows-mouse.
1663 (Raising and Lowering): Mention windows-frames dichotomy in
1664 metaphor.
1665
af1a5cd5
MR
1666 * windows.texi (Displaying Buffers, Vertical Scrolling)
1667 (Horizontal Scrolling): Fix indenting and rewording issues
1668 introduced with 2008-11-07 change.
1669
c249fa9c
GM
16702008-11-20 Glenn Morris <rgm@gnu.org>
1671
1672 * files.texi (Format Conversion Round-Trip): Mention `preserve'
1673 element of `format-alist'.
1674
204d4665
GM
16752008-11-19 Glenn Morris <rgm@gnu.org>
1676
1677 * doclicense.texi: Update to FDL 1.3.
1678 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
1679
cc0910af
CY
16802008-11-18 Chong Yidong <cyd@stupidchicken.com>
1681
efe6e7c4
CY
1682 * windows.texi (Window Hooks): Remove *-end-trigger-functions
1683 vars, which are obsolete. Mention jit-lock-register.
1684
1685 * modes.texi (Other Font Lock Variables): Document
1686 jit-lock-register and jit-lock-unregister.
1687
cc0910af
CY
1688 * frames.texi (Color Parameters): Document alpha parameter.
1689
aeeedf76
MR
16902008-11-16 Martin Rudalics <rudalics@gmx.at>
1691
1692 * windows.texi (Splitting Windows, Deleting Windows)
1693 (Selecting Windows, Cyclic Window Ordering)
1694 (Buffers and Windows, Displaying Buffers, Choosing Window)
1695 (Dedicated Windows, Window Point, Window Start and End)
1696 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
1697 (Size of Window, Resizing Windows, Window Configurations)
1698 (Window Parameters): Avoid @var at beginning of sentences and
1699 reword accordingly.
1700
4c565c5c
LK
17012008-11-11 Lute Kamstra <lute@gnu.org>
1702
1703 * files.texi (File Name Components): Fix file-name-extension
1704 documentation.
1705
25f494c9
JB
17062008-11-11 Juanma Barranquero <lekktu@gmail.com>
1707
1708 * frames.texi (Basic Parameters): Remove display-environment-variable
1709 and term-environment-variable.
1710
a1401ab1
EZ
17112008-11-08 Eli Zaretskii <eliz@gnu.org>
1712
1713 * windows.texi (Basic Windows, Splitting Windows)
1714 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
1715 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
25f494c9
JB
1716 (Resizing Windows, Window Configurations, Window Parameters):
1717 Fix wording and markup.
a1401ab1 1718
efafc282
MR
17192008-11-07 Martin Rudalics <rudalics@gmx.at>
1720
1721 * windows.texi (Windows): Update entries.
1722 (Basic Windows): Remove listing of attributes. Reword.
86ab855a 1723 (Splitting Windows, Deleting Windows): Reword.
efafc282
MR
1724 (Selecting Windows, Cyclic Window Ordering): Reword with special
1725 emphasis on order of recently selected windows and buffer list.
86ab855a
MR
1726 (Buffers and Windows, Choosing Window): Reword with special
1727 emphasis on dedicated windows.
1728 (Displaying Buffers): Reword. For switch-to-buffer mention that
1729 it may fall back on pop-to-buffer. For other-window try to
1730 explain how it treats the cyclic ordering of windows.
efafc282
MR
1731 (Dedicated Windows): New node and section discussing dedicated
1732 windows and associated functions.
86ab855a 1733 (Window Point): Add entry for window-point-insertion-type. Reword.
efafc282
MR
1734 (Window Start and End): Rename node and section title. Reword.
1735 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
1736 Minor rewording.
1737 (Size of Window): Reword, in particular text on window-width.
1738 (Resizing Windows): Reword. Add text on balancing windows.
1739 (Window Configurations): Reword. Mention window parameters.
1740 (Window Parameters): New node and section on window parameters.
1741 (Window Hooks): Reword. Mention that
1742 window-configuration-change-hook is run "buffer-locally".
1743 * elisp.texi (Top): Update Windows entries in @detailmenu
1744 section.
1745
d60a8ab2
JB
17462008-11-04 Juanma Barranquero <lekktu@gmail.com>
1747
1748 * searching.texi (Regexp Search): Fix typo.
1749
01777627
CY
17502008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
1751
1752 * searching.texi (Regexp Search): Document GREEDY arg.
1753 (Simple Match Data): Fix return value.
1754
c4526e93
EZ
17552008-11-01 Eli Zaretskii <eliz@gnu.org>
1756
1757 * nonascii.texi (Text Representations): Rewrite to make consistent
1758 with Emacs 23 internal representation of characters. Document
1759 `unibyte-string'.
1760
fe2ae8b5
CY
17612008-10-28 Chong Yidong <cyd@stupidchicken.com>
1762
1763 * processes.texi (Process Information): Note that process-status
1764 does not accept buffer names.
1765
cc5a21e3
CY
17662008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
1767
1768 * positions.texi (Skipping Characters): Correct return value of
1769 skip-chars-forward.
1770
09460d9a
MR
17712008-10-25 Martin Rudalics <rudalics@gmx.at>
1772
520b29e7
MR
1773 * windows.texi (Deleting Windows): Update documentation of
1774 delete-windows-on.
1775 (Buffers and Windows): Update documentations of
1776 get-buffer-window and get-buffer-window-list.
1777 (Displaying Buffers): Update documentation of
1778 replace-buffer-in-windows.
1779
09460d9a
MR
1780 * buffers.texi (Current Buffer): Reword set-buffer and
1781 with-current-buffer documentations.
1782 (Creating Buffers): Reword documentation of get-buffer-create.
1783
4d48fcdc
MR
17842008-10-23 Martin Rudalics <rudalics@gmx.at>
1785
1786 * buffers.texi (Current Buffer): Reword documentation of
1787 set-buffer.
1788 (Buffer Names): Reword documentation of buffer-name.
1789 (The Buffer List): For bury-buffer explain what happens with the
1790 buffer's window.
1791 (Creating Buffers): Say that get-buffer-create's arg is called
1792 buffer-or-name.
1793
f0143c43
CY
17942008-10-22 Chong Yidong <cyd@stupidchicken.com>
1795
3e5dbbd3
CY
1796 * advice.texi (Computed Advice): Explain what DEFINITION is.
1797
f0143c43
CY
1798 * nonascii.texi (Character Codes): Remove obsolete function
1799 char-valid-p, and document characterp instead.
1800
52a94b85
MR
18012008-10-22 Martin Rudalics <rudalics@gmx.at>
1802
1803 * windows.texi (Displaying Buffers): Reword documentation of
1804 pop-to-buffer.
1805 (Choosing Window): Rewrite documentation of display-buffer and
1806 its options.
1807
f76f8246
MR
1808 * buffers.texi (Killing Buffers): Update documentation of
1809 kill-buffer.
1810
acc8b598
EZ
18112008-10-21 Eli Zaretskii <eliz@gnu.org>
1812
80e6b6df
EZ
1813 * processes.texi (Serial Ports): Fix wording and improve markup.
1814
3645358a
EZ
1815 * searching.texi (Regexp Search): Document `string-match-p' and
1816 `looking-at-p'.
1817 (POSIX Regexps): Add an xref for "non-greedy".
1818 (Regexp Special): Add @cindex entry for "non-greedy".
1819
b3d50cff 1820 * display.texi (Attribute Functions): Document `face-all-attributes'.
bf190568 1821 (Image Cache) <image-refresh>: Minor wording fixes.
b3d50cff 1822
73b7530a
EZ
1823 * frames.texi (Color Names): Add an xref to `read-color'.
1824
1825 * minibuf.texi (High-Level Completion): Document `read-color'.
1826
acc8b598
EZ
1827 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
1828
1829 * positions.texi (Narrowing): Add an xref to "Swapping Text".
1830
1831 * buffers.texi (Swapping Text): New section, documents
1832 `buffer-swap-text'.
1833
10e187e8
MR
18342008-10-21 Martin Rudalics <rudalics@gmx.at>
1835
1836 * windows.texi (Resizing Windows): Minor wording fix.
1837
fd6f900c
EZ
18382008-10-20 Eli Zaretskii <eliz@gnu.org>
1839
1840 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
1841 and `combine-and-quote-strings'.
1842
1843 * strings.texi (Creating Strings): Add xrefs for them.
1844
e4372165
EZ
18452008-10-19 Eli Zaretskii <eliz@gnu.org>
1846
d6328fba
EZ
1847 * elisp.texi (Top): Make descriptive text for "Reading File Names"
1848 match the corresponding menu in minibuf.texi.
1849
e4372165
EZ
1850 * minibuf.texi (Reading File Names): Document `read-shell-command'
1851 and `minibuffer-local-shell-command-map'.
1852
5d8dda33
MR
18532008-10-19 Martin Rudalics <rudalics@gmx.at>
1854
1855 * windows.texi (Resizing Windows): Remove var{} around "window" in
1856 documentation of enlarge-window.
1857 Rewrite documentation of window-min-height and window-min-width.
1858
437706cd
EZ
18592008-10-19 Eli Zaretskii <eliz@gnu.org>
1860
80f85d7c
EZ
1861 * functions.texi (Calling Functions): Document `apply-partially'.
1862
291703b5
EZ
1863 * hooks.texi (Standard Hooks): Mention
1864 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
1865
1866 * variables.texi (File Local Variables): Document
1867 `file-local-variables-alist', `before-hack-local-variables-hook'
1868 and `hack-local-variables-hook'.
1869
583d8b3c
EZ
1870 * processes.texi (Synchronous Processes): Document `process-lines'.
1871
437706cd 1872 * customize.texi (Variable Definitions): Document
583d8b3c 1873 `custom-reevaluate-setting'.
437706cd 1874
7e51d89b
MR
18752008-10-18 Martin Rudalics <rudalics@gmx.at>
1876
1877 * windows.texi (Choosing Window, Deleting Windows)
1878 (Displaying Buffers): Expand documentation of dedicated windows.
1879
43c59a3d
EZ
18802008-10-18 Eli Zaretskii <eliz@gnu.org>
1881
018a960d
EZ
1882 * files.texi (Changing Files): Document symbolic input of file
1883 modes to `set-file-modes'. Document `read-file-modes' and
1884 `file-modes-symbolic-to-number'.
1885
2c0b8144
EZ
1886 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
1887 and `search-map'.
1888
80120f13
EZ
1889 * searching.texi (Search and Replace): Document
1890 `replace-search-function' and `replace-re-search-function'.
2c0b8144 1891 Document `multi-query-replace-map'.
80120f13 1892
6d4913f0
EZ
1893 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
1894 (Completion Commands, Reading File Names): Rename
1895 `minibuffer-local-must-match-filename-map' to
1896 `minibuffer-local-filename-must-match-map'.
1897 (Minibuffer Completion): The `require-match' argument to
1898 `completing-read' can now have the value `confirm-only'.
1899
43c59a3d
EZ
1900 * windows.texi (Displaying Buffers): Minor wording fix.
1901 (Choosing Window): `split-height-threshold' can now be nil.
1902 Document `split-width-threshold'. `pop-up-frames' can have the
1903 value `graphic-only'.
1904
f36acfd9
EZ
19052008-10-17 Eli Zaretskii <eliz@gnu.org>
1906
1907 * os.texi (Startup Summary): Document `before-init-time' and
1908 `after-init-time'. Document `initial-window-system' and
1909 `window-system-initialization-alist'. Document reading the
1910 abbrevs file. Document the call to `server-start' under --daemon.
1911 Rearrange a bit to be consistent with the code flow.
53728487
EZ
1912 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
1913 (Time Parsing): Document `format-seconds'.
f36acfd9 1914
96995b89
MR
19152008-10-17 Martin Rudalics <rudalics@gmx.at>
1916
1917 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
1918 and reword.
1919
2de17c73
EZ
19202008-10-16 Eli Zaretskii <eliz@gnu.org>
1921
1922 * markers.texi (The Mark): Document use-region-p.
1923
9cf52b11
EZ
19242008-10-15 Eli Zaretskii <eliz@gnu.org>
1925
c3aaf1d7
EZ
1926 * internals.texi (Writing Emacs Primitives): The interactive spec
1927 of a primitive can be a Lisp form.
1928
841a1743
EZ
1929 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
1930 values of transient-mark-mode. Document handle-shift-selection.
1931
1932 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
1933 (Interactive Examples): Show an example of `^'.
1934 (Key Sequence Input): Document this-command-keys-shift-translated.
c3aaf1d7
EZ
1935 (Defining Commands, Using Interactive): The interactive-form of a
1936 function can be added via its symbol's property.
841a1743 1937
52441368
EZ
1938 * positions.texi (List Motion): beginning-of-defun-function can
1939 now accept an argument.
1940
8e8c1a72
EZ
1941 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
1942 now return a list of strings.
1943
a33a1f2a
EZ
1944 * control.texi (Handling Errors): Document ignore-errors.
1945
4fb04348
EZ
1946 * frames.texi (Creating Frames): Document frame-inherited-parameters.
1947 (Parameter Access): Document set-frame-parameter.
1948
ee666f84
EZ
1949 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
1950 Hooks" for the effect of kill-all-local-variables on local hook
1951 functions.
1952
9cf52b11
EZ
1953 * modes.texi (Major Mode Conventions, Mode Line Variables):
1954 `mode-name' need not be a string. xref to "Mode Line Data" for
1955 details, and to "Emulating Mode Line" for computing a string
1956 value.
1957
22526bc4
EZ
19582008-10-14 Eli Zaretskii <eliz@gnu.org>
1959
a65f6a85
EZ
1960 * processes.texi (System Processes): New section.
1961 (Processes, Signals to Processes): Add xrefs to it.
1962
1963 * objects.texi (Editing Types): A `process' is a subprocess of
1964 Emacs, not just any process running on the OS.
1965
1966 * elisp.texi (Top): Adjust the @detailmenu for the above two
1967 changes.
1968
2724b26a
EZ
1969 * sequences.texi (Char-Tables): Remove documentation of
1970 set-char-table-default, which has no effect since Emacs 23.
1971 <char-table-range, set-char-table-range>: Don't mention generic
1972 characters and charsets. Add a cons cell as a possible argument.
1973
1974 * nonascii.texi (Splitting Characters)
1975 (Translation of Characters): Don't mention generic characters.
1976
1977 * display.texi (Fontsets): Don't mention generic characters.
1978
22526bc4 1979 * sequences.texi (Char-Tables): `map-char-table' can now call its
25f494c9 1980 argument FUNCTION with a cons cell as KEY.
22526bc4 1981
eaf4b689
EZ
19822008-10-13 Eli Zaretskii <eliz@gnu.org>
1983
45e46036
EZ
1984 * objects.texi (Primitive Function Type): Move "@cindex special
1985 forms" from here...
1986
1987 * eval.texi (Special Forms): ...to here.
1988
1989 * functions.texi (What Is a Function): `functionp' returns nil for
1990 special forms. Add an xref.
1991
eaf4b689
EZ
1992 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
1993 Variables".
1994
1995 * variables.texi (Frame-Local Variables): New section.
1996 (Buffer-Local Variables): Add an xref to it.
1997 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
1998 have both frame-local and buffer-local binding.
1999
2000 * frames.texi (Frames): Mention multiple tty frames.
2001 (Frame Parameters, Parameter Access): Mention frame-local variable
2002 bindings.
2003
15688fce
GM
20042008-09-20 Glenn Morris <rgm@gnu.org>
2005
2006 * display.texi (Defining Faces): Recommend against face variables.
2007
35539065
JB
20082008-09-16 Juanma Barranquero <lekktu@gmail.com>
2009
2010 * display.texi (Echo Area Customization): Fix typo.
2011
6a57054b
JB
20122008-09-09 Juanma Barranquero <lekktu@gmail.com>
2013
2014 * loading.texi (Where Defined): Add `defface' item.
2015
d632fb82
MR
20162008-09-06 Martin Rudalics <rudalics@gmx.at>
2017
2018 * loading.texi (Where Defined): Fix description of symbol-file.
2019
905a9adb
JR
20202008-08-26 Jason Rumney <jasonr@gnu.org>
2021
2022 * display.texi (TIFF Images): New section describing :index property.
2023
852e91b7
CY
20242008-08-23 Chong Yidong <cyd@stupidchicken.com>
2025
2026 * display.texi (Temporary Displays): Remove unnecessary comment
2027 about usage of temp-buffer-show-hook.
2028
6be001ee
CY
20292008-08-05 Chong Yidong <cyd@stupidchicken.com>
2030
2031 * symbols.texi (Other Plists): Fix incorrect example.
2032 Suggested by Florian Beck.
2033
58e3d8e8
JB
20342008-07-31 Juanma Barranquero <lekktu@gmail.com>
2035
2036 * os.texi: Fix previous change.
2037
7c2fb837
DN
20382008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
2039
2040 * os.texi:
2041 * intro.texi:
2042 * files.texi: Remove VMS support.
2043
9e2a2647
DN
20442008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
2045
2046 * os.texi:
2047 * frames.texi:
2048 * display.texi: Remove mentions of Mac Carbon.
2049
c4f4682b
MB
20502008-07-01 Miles Bader <miles@gnu.org>
2051
2052 * text.texi (Special Properties):
2053 * display.texi (Truncation): Add wrap-prefix and line-prefix.
2054
3696411e
JB
20552008-06-28 Johan Bockgård <bojohan@gnu.org>
2056
2057 * display.texi (Other Image Types): Fix copy/paste error; say
2058 "PBM", not "XBM".
2059
f2a77c3a
DN
20602008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
2061
2062 * os.texi: Remove references to obsolete systems.
2063
6d52677d
EZ
20642008-06-20 Eli Zaretskii <eliz@gnu.org>
2065
2066 * makefile.w32-in (distclean): Remove makefile.
2067
1a87da4c
GM
20682008-06-17 Glenn Morris <rgm@gnu.org>
2069
2070 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
2071 (elisp, dist): Remove rules and variables that are obsolete now
2072 the lisp manual is no longer distributed separately.
2073
fdda1c5d
GM
20742008-06-16 Glenn Morris <rgm@gnu.org>
2075
646692e9
GM
2076 * configure, configure.in, mkinstalldirs: Remove unused files.
2077
2078 * book-spine.texinfo: Set version to 23.0.60.
fdda1c5d 2079 * vol1.texi (EMACSVER):
6a57054b 2080 * vol2.texi (EMACSVER): Set to 23.0.60.
fdda1c5d
GM
2081
2082 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
2083 as per maintain.info.
2084
611bee81
GM
20852008-06-15 Glenn Morris <rgm@gnu.org>
2086
a7bed3a0
GM
2087 * makefile.w32-in (manual): Use "23" rather than "21".
2088
2089 * Makefile.in (emacsver): New, set by configure.
2090 (manual): Use emacsver.
2091
d794edf2
GM
2092 * intro.texi: Report bugs using M-x report-emacs-bug.
2093
611bee81
GM
2094 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
2095
c73e02fa
GM
20962008-06-13 Daniel Engeler <engeler@gmail.com>
2097
2098 * elisp.texi, internals.texi, processes.texi: Add documentation
2099 about serial port access.
2100
e40a85cd
MB
21012008-06-05 Miles Bader <miles@gnu.org>
2102
2103 * display.texi (Displaying Faces): Update to reflect function
2104 renamings in face-remap.el.
2105
7b753744
JB
21062008-06-05 Juanma Barranquero <lekktu@gmail.com>
2107
2108 * display.texi (Fontsets): Fix typos.
2109
9d3d42fb
MB
21102008-06-03 Miles Bader <miles@gnu.org>
2111
7b753744
JB
2112 * display.texi (Displaying Faces): Add add-relative-face-remapping,
2113 remove-relative-face-remapping, set-base-face-remapping,
2114 and set-default-base-face-remapping.
9d3d42fb 2115
f2cec7a9
MB
21162008-06-01 Miles Bader <miles@gnu.org>
2117
2118 * display.texi (Displaying Faces): Add face-remapping-alist.
2119
8f39c96d
SM
21202008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2121
2122 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
2123 variable names.
2124
1ef5eecc
ER
21252008-05-03 Eric S. Raymond <esr@golux>
2126
352c8b4a 2127 * keymaps.texi: Clarify that (current-local-map) and
1ef5eecc
ER
2128 (current-global-map) return references, not copies.
2129
63b4387f
JL
21302008-05-02 Juri Linkov <juri@jurta.org>
2131
2132 * minibuf.texi (Text from Minibuffer): Document a list of
2133 default values for `read-from-minibuffer'.
2134
38a8b703
JB
21352008-04-24 Juanma Barranquero <lekktu@gmail.com>
2136
2137 * nonascii.texi (Translation of Characters): Fix previous change.
2138
7c42e639
CY
21392008-04-20 Chong Yidong <cyd@stupidchicken.com>
2140
2141 * display.texi (Overlay Properties): Clarify role of underlying
2142 textprop and overlay keymaps for display strings.
2143
2144 * keymaps.texi (Active Keymaps): Ditto.
2145
25c0d999
SM
21462008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
2147
2148 * minibuf.texi (Programmed Completion):
2149 Replace dynamic-completion-table with the new completion-table-dynamic.
2150
e3af5968
CY
21512008-04-07 Chong Yidong <cyd@stupidchicken.com>
2152
2153 * intro.texi (Some Terms): Change "fonts in this manual" index
2154 entry to "typographic conventions".
2155
6bfc8698
EZ
21562008-04-05 Eli Zaretskii <eliz@gnu.org>
2157
2158 * objects.texi (Text Props and Strings): Add indexing for read
2159 syntax of text properties.
2160
4972c361
SM
21612008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
2162
2163 * processes.texi (Decoding Output): Remove process-filter-multibyte
2164 functions.
2165
c70a68db
MR
21662008-03-15 Martin Rudalics <rudalics@gmx.at>
2167
2168 * display.texi (Finding Overlays): Say that empty overlays at
2169 the end of the buffer are reported too.
2170
1291fd36
GM
21712008-03-13 Glenn Morris <rgm@gnu.org>
2172
2173 * elisp.texi (EMACSVER): Set to 23.0.60.
2174
c6b0dfd5
CY
21752008-02-26 Chong Yidong <cyd@stupidchicken.com>
2176
38a8b703 2177 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
c6b0dfd5 2178
875fc30c
GM
21792008-02-22 Glenn Morris <rgm@gnu.org>
2180
2181 * frames.texi (Position Parameters): Clarify the description of
2182 `left' and `top', using information from "Geometry".
2183 (Geometry): Give a pointer to "Position Parameters", rather than
2184 repeating information.
2185
d8c8e45a
GM
21862008-02-11 Glenn Morris <rgm@gnu.org>
2187
2188 * objects.texi (Equality Predicates): No longer talk about "two"
2189 functions.
2190
38a8b703 21912008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
d8c8e45a
GM
2192
2193 * objects.texi (Equality Predicates): Add defun for
2194 equal-including-properties.
2195
bfffe0b1
GM
21962008-02-10 Glenn Morris <rgm@gnu.org>
2197
2198 * objects.texi (Equality Predicates):
2199 Mention equal-including-properties.
2200
431b78c9
RS
22012008-02-07 Richard Stallman <rms@gnu.org>
2202
2203 * windows.texi (Window Start): Mention the feature of moving
2204 window-start to start of line.
2205
c8763fb6 22062008-02-07 Jan Djärv <jan.h.d@swipnet.se>
eafa12e6
JD
2207
2208 * keymaps.texi (Tool Bar): Document rtl property.
2209
1a256502
TTN
22102008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
2211
2212 * display.texi (Button Types):
2213 For define-button-type, clarify type of NAME.
2214
569382c2
MR
22152008-01-19 Martin Rudalics <rudalics@gmx.at>
2216
2217 * buffers.texi (Buffer Modification): Fix typo.
2218
f3041af1
DN
22192008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
2220
2221 * os.texi (System Environment): Remove references to OSes that are
2222 not supported anymore.
2223
d35e1cd7
DN
22242008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2225
2226 * os.texi (System Environment): Remove mention for Masscomp.
2227
23af7580
RS
22282008-01-04 Richard Stallman <rms@gnu.org>
2229
2230 * display.texi (Faces): Don't talk about internal face vector as arg
2231 to facep.
2232
2233 * customize.texi (Type Keywords): Fix previous change.
2234
2235 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
2236 * elisp.texi (Top): Fix menu for commands.texi change.
2237
ec7d5b1e
RS
22382007-12-30 Richard Stallman <rms@gnu.org>
2239
2240 * commands.texi (Accessing Mouse): Renamed from Accessing Events.
2241 (Accessing Scroll): New node broken out of Accessing Mouse.
2242
101a6cea
RS
22432007-12-28 Richard Stallman <rms@gnu.org>
2244
2245 * frames.texi (Size Parameters): Fix typo.
7f9e0c04 2246 (Basic Parameters): For `title', refer to title bar.
041817a4 2247 (Size and Position): Explain meaning of frame pixel width and height.
101a6cea 2248
72b7e664
RS
22492007-12-23 Richard Stallman <rms@gnu.org>
2250
2251 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
2252 Improve some of the commented-out keywords' text too.
2253
27a4f445
MR
22542007-12-14 Martin Rudalics <rudalics@gmx.at>
2255
e2e3f1d7
MR
2256 * nonascii.texi (Encoding and I/O): Reword to avoid saying
2257 "visit the current buffer".
2258
27a4f445
MR
2259 * os.texi (System Interface): Fix typo.
2260
a2afc99d
RS
22612007-12-04 Richard Stallman <rms@gnu.org>
2262
2263 * objects.texi (Symbol Type): Fix typo.
2264
b694135c
RS
22652007-12-03 Richard Stallman <rms@gnu.org>
2266
2267 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
2268
f99a19da
GM
22692007-12-01 Glenn Morris <rgm@gnu.org>
2270
2271 * functions.texi (Declaring Functions): Improve previous change.
2272
8f4b37d8
GM
22732007-11-30 Glenn Morris <rgm@gnu.org>
2274
2275 * functions.texi (Declaring Functions): Add optional fourth
2276 argument of declare-function, and setting third argument to `t'.
2277
61a2fe01
RS
22782007-11-29 Richard Stallman <rms@gnu.org>
2279
2280 * customize.texi (Composite Types): Document `group' type.
2281
cbfc5193
GM
22822007-11-29 Glenn Morris <rgm@gnu.org>
2283
2284 * functions.texi (Declaring Functions): Add findex. Mention
2285 `external' files.
2286
8386283a
JB
22872007-11-26 Juanma Barranquero <lekktu@gmail.com>
2288
2289 * functions.texi (Declaring Functions): Fix directive.
2290
a07c9a8b
RS
22912007-11-25 Richard Stallman <rms@gnu.org>
2292
2293 * help.texi (Help Functions): Clean up last change.
2294
2295 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
2296
2297 * loading.texi (Named Features): Minor cleanup.
2298
2299 * macros.texi (Eval During Expansion): Minor cleanup.
2300
2301 * variables.texi (Variable Aliases): Minor cleanup.
2302
a0925923
RS
23032007-11-24 Richard Stallman <rms@gnu.org>
2304
2305 * functions.texi (Declaring Functions): Clarify previous change.
2306
2307 * compile.texi (Compiler Errors): Clarify previous change.
2308
20c63e44
RS
23092007-11-24 Richard Stallman <rms@gnu.org>
2310
e5e76c04 2311 * display.texi (Refresh Screen, Forcing Redisplay):
20c63e44
RS
2312 Clarify the text and move items around.
2313
5bb0cda3
GM
23142007-11-24 Glenn Morris <rgm@gnu.org>
2315
2316 * functions.texi (Declaring Functions): New section.
2317 * compile.texi (Compiler Errors): Mention declaring functions,
2318 defvar with no initvalue, and byte-compile-warnings.
2319
af13c86a
MR
23202007-11-15 Martin Rudalics <rudalics@gmx.at>
2321
2322 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
2323 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
2324
a5373305
MR
23252007-11-13 Martin Rudalics <rudalics@gmx.at>
2326
2327 * help.texi (Help Functions): Document new macro `with-help-window'.
2328
fe284805
JL
23292007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
2330
2331 * searching.texi (Replacing Match): Describe new
2332 `match-substitute-replacement'.
2333
2c3a09b1
RS
23342007-10-31 Richard Stallman <rms@gnu.org>
2335
2336 * strings.texi (Creating Strings): Null strings from concat not unique.
2337
f2b480f4
RS
23382007-10-26 Richard Stallman <rms@gnu.org>
2339
2340 * objects.texi (Equality Predicates): Null strings are uniquified.
2341
2342 * minibuf.texi: Minor clarifications in previous change.
2343
db21122c
GM
23442007-10-25 Glenn Morris <rgm@gnu.org>
2345
2346 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
2347
2328cbb3
RS
23482007-10-24 Richard Stallman <rms@gnu.org>
2349
2350 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
2351
2352 * variables.texi (Frame-Local Variables): Node deleted.
2353 (Variables): Delete Frame-Local Variables from menu.
2354 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
2355 (Default Value): Don't mention frame-local vars.
2356
2357 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
2358
2359 * loading.texi (Unloading): Document FEATURE-unload-function
2360 instead of FEATURE-unload-hook.
2361
2328cbb3
RS
2362 * frames.texi (Multiple Displays): Don't mention frame-local vars.
2363
c066bafa
JL
23642007-10-22 Juri Linkov <juri@jurta.org>
2365
2366 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
2367 (High-Level Completion): Document a list of default value strings
2368 in the DEFAULT argument, for which minibuffer functions return the
2369 first element.
2370
65ced25f
JL
23712007-10-17 Juri Linkov <juri@jurta.org>
2372
2373 * text.texi (Filling): Update arguments of fill-paragraph.
2374 fill-paragraph operates on the active region in Transient Mark mode.
2375 Remove fill-paragraph-or-region.
2376
ee46ec8e
KB
23772007-10-13 Karl Berry <karl@gnu.org>
2378
2379 * elisp.texi (@dircategory): Move to after @copying,
2380 since we want @copying as close as possible to the beginning of
2381 the output.
2382
61bbdbc6
RS
23832007-10-12 Richard Stallman <rms@gnu.org>
2384
2385 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
2386
2387 * commands.texi (Distinguish Interactive): New node,
2388 broken out from Interactive Call and rewritten.
2389 (Command Loop): Put Distinguish Interactive in menu.
2390
af23e1e8
RS
23912007-10-09 Richard Stallman <rms@gnu.org>
2392
2393 * text.texi (Examining Properties): Mention overlay priority.
2394
2395 * display.texi (Display Margins): Correct the description
2396 of margin display specifications.
2397 (Replacing Specs): New subnode broken out of Display Property.
2398
e1965a69
JL
23992007-10-06 Juri Linkov <juri@jurta.org>
2400
2401 * text.texi (Filling): Document fill-paragraph-or-region.
2402
4638454b
JB
24032007-10-05 Juanma Barranquero <lekktu@gmail.com>
2404
2405 * display.texi (Auto Faces): Fix typo.
2406
7ed54cc5
RS
24072007-10-02 Richard Stallman <rms@gnu.org>
2408
2409 * display.texi (Display Property): Explain some display specs
2410 don't let you move point in.
2411
2412 * frames.texi (Cursor Parameters): Describe
2413 cursor-in-non-selected-windows here. Explain more values.
2414
2415 * windows.texi (Basic Windows): Don't describe
2416 cursor-in-non-selected-windows here.
2417
305a7ef2
EZ
24182007-10-01 Eli Zaretskii <eliz@gnu.org>
2419
2420 * processes.texi (Misc Network): Note that these functions are
2421 supported only on some systems.
2422
f7a7f4eb
RS
24232007-10-01 Richard Stallman <rms@gnu.org>
2424
2425 * display.texi (Overlay Properties): Explain nil as priority.
2426 Explain that conflicts are unpredictable if not resolved by
2427 priorities.
2428
780d7bb9
RS
24292007-09-23 Richard Stallman <rms@gnu.org>
2430
2431 * macros.texi (Backquote): Minor clarification.
2432
14b4fdfb
RS
24332007-09-19 Richard Stallman <rms@gnu.org>
2434
2435 * display.texi (Display Property): Explain multiple display specs.
9600ac7c
RS
2436 Clarify when they work in parallel and when one overrides.
2437 Fix error in example.
14b4fdfb 2438
b8d4c8d0
GM
24392007-09-06 Glenn Morris <rgm@gnu.org>
2440
b3e755a9 2441 Move from lispref/ to doc/lispref/. Change all setfilename
b8d4c8d0
GM
2442 commands to use ../../info.
2443 * Makefile.in (infodir): Go up one more level.
4638454b 2444 (usermanualdir): Change from ../man to ../emacs.
b8d4c8d0
GM
2445 (miscmanualdir): New.
2446 (dist): Use new variable miscmanualdir.
2447 * makefile.w32-in (infodir, texinputdir): Go up one more level.
2448 (usermanualdir): Change from ../man to ../emacs.
2449
1bb1f7d3
MR
24502007-08-30 Martin Rudalics <rudalics@gmx.at>
2451
2452 * commands.texi (Command Loop Info): Advise against changing
2453 most variables described here. Explain new variable
2454 last-repeatable-command.
2455
b8d4c8d0
GM
24562007-08-29 Glenn Morris <rgm@gnu.org>
2457
2458 * elisp.texi (EMACSVER): Increase to 23.0.50.
2459
24602007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
2461
2462 * frames.texi (Basic Parameters): Add display-environment-variable
2463 and term-environment-variable.
2464
24652007-08-28 Juri Linkov <juri@jurta.org>
2466
2467 * display.texi (Image Formats, Other Image Types): Add SVG.
2468
24692007-08-28 Juri Linkov <juri@jurta.org>
2470
2471 * display.texi (Images): Move formats-related text to new node
2472 "Image Formats".
2473 (Image Formats): New node.
2474
619fb9ee
RS
24752007-08-27 Richard Stallman <rms@gnu.org>
2476
2477 * windows.texi (Window Configurations): Clarify what
2478 a window configuration saves.
2479
b8d4c8d0
GM
24802007-08-25 Richard Stallman <rms@gnu.org>
2481
2482 * display.texi (Images): Delete redundant @findex.
2483
39f9da30
GM
24842007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
2485
2486 * text.texi (Change Hooks): (after|before)-change-functions are no
2487 longer bound to nil while running; rather inhibit-modification-hooks
2488 is t.
2489
b8d4c8d0
GM
24902007-08-16 Richard Stallman <rms@gnu.org>
2491
2492 * processes.texi (Asynchronous Processes): Clarify
2493 doc of start-file-process.
2494
24952007-08-08 Martin Rudalics <rudalics@gmx.at>
2496
2497 * modes.texi (Example Major Modes): Fix typo.
2498
24992007-08-08 Glenn Morris <rgm@gnu.org>
2500
2501 * intro.texi (nil and t): Do not use `iff' in documentation.
2502
2503 * tips.texi (Documentation Tips): Recommend against `iff'.
2504
25052007-08-07 Chong Yidong <cyd@stupidchicken.com>
2506
2507 * display.texi (Image Cache): Document image-refresh.
2508
25092007-08-06 Martin Rudalics <rudalics@gmx.at>
2510
2511 * windows.texi (Size of Window): Document window-full-width-p.
2512
25132007-07-25 Glenn Morris <rgm@gnu.org>
2514
2515 * gpl.texi (GPL): Replace license with GPLv3.
2516
2517 * Relicense all FSF files to GPLv3 or later.
2518
25192007-07-24 Michael Albinus <michael.albinus@gmx.de>
2520
4638454b
JB
2521 * processes.texi (Synchronous Processes):
2522 Add `process-file-shell-command'.
b8d4c8d0
GM
2523 (Asynchronous Processes): Mention restricted use of
2524 `process-filter' and `process-sentinel' in
2525 `start-file-process'. Add `start-file-process-shell-command'.
2526
25272007-07-17 Michael Albinus <michael.albinus@gmx.de>
2528
2529 * files.texi (Magic File Names): Introduce optional parameter
2530 IDENTIFICATION for `file-remote-p'.
2531
25322007-07-16 Richard Stallman <rms@gnu.org>
2533
2534 * display.texi (Defining Faces): Fix previous change.
2535
25362007-07-14 Richard Stallman <rms@gnu.org>
2537
2538 * control.texi (Handling Errors): Document `debug' in handler list.
2539
25402007-07-10 Richard Stallman <rms@gnu.org>
2541
2542 * display.texi (Defining Faces): Explain C-M-x feature for defface.
2543
25442007-07-09 Richard Stallman <rms@gnu.org>
2545
2546 * files.texi (Magic File Names): Rewrite previous change.
2547
25482007-07-08 Michael Albinus <michael.albinus@gmx.de>
2549
2550 * files.texi (Magic File Names): Introduce optional parameter
2551 CONNECTED for `file-remote-p'.
2552
25532007-07-07 Michael Albinus <michael.albinus@gmx.de>
2554
2555 * processes.texi (Asynchronous Processes):
2556 * files.texi (Magic File Names): Add `start-file-process'.
2557
25582007-06-27 Richard Stallman <rms@gnu.org>
2559
2560 * files.texi (Format Conversion Piecemeal): Clarify
2561 `after-insert-file-functions' calling convention.
2562
25632007-06-27 Michael Albinus <michael.albinus@gmx.de>
2564
4638454b
JB
2565 * files.texi (Magic File Names): Remove `dired-call-process'.
2566 Add `process-file'.
b8d4c8d0
GM
2567
25682007-06-27 Kenichi Handa <handa@m17n.org>
2569
2570 * text.texi (Special Properties): Fix description about
4638454b 2571 `composition' property.
b8d4c8d0
GM
2572
25732007-06-26 Kenichi Handa <handa@m17n.org>
2574
2575 * nonascii.texi (Default Coding Systems): Document about the
2576 return value `undecided'.
2577
25782007-06-25 David Kastrup <dak@gnu.org>
2579
2580 * keymaps.texi (Active Keymaps): Document new POSITION argument of
2581 `current-active-maps'.
2582
25832007-06-24 Karl Berry <karl@gnu.org>
2584
4638454b 2585 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
b8d4c8d0
GM
2586
25872007-06-15 Juanma Barranquero <lekktu@gmail.com>
2588
2589 * display.texi (Overlay Arrow): Doc fix.
2590
25912007-06-14 Karl Berry <karl@tug.org>
2592
2593 * anti.texi (Antinews): Typo.
2594
25952007-06-14 Chong Yidong <cyd@stupidchicken.com>
2596
2597 * display.texi (Image Cache): Document image-refresh.
2598
25992007-06-12 Karl Berry <karl@gnu.org>
2600
2601 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
2602 * two-volume.make: New file.
2603 * .cvsignore: Ignore two-volume files.
2604
26052007-06-12 Tom Tromey <tromey@redhat.com>
2606
2607 * os.texi (Init File): Document user-emacs-directory.
2608
26092007-06-03 Nick Roberts <nickrob@snap.net.nz>
2610
2611 * commands.texi (Click Events): Describe width and height when
2612 object is nil.
2613
26142007-05-30 Nick Roberts <nickrob@snap.net.nz>
2615
2616 * commands.texi (Click Events): Layout more logically. Describe
2617 width and height.
2618 (Drag Events, Motion Events): Update to new format for position.
2619
26202007-06-02 Richard Stallman <rms@gnu.org>
2621
2622 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
2623
26242007-06-02 Chong Yidong <cyd@stupidchicken.com>
2625
2626 * Version 22.1 released.
2627
26282007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2629
2630 * text.texi (Special Properties): Correct meaning of fontified face.
2631
26322007-05-30 Richard Stallman <rms@gnu.org>
2633
2634 * text.texi (Special Properties): Add link to Adjusting Point.
2635
26362007-05-12 Richard Stallman <rms@gnu.org>
2637
2638 * text.texi (Margins): indent-to-left-margin is not the default.
2639 (Mode-Specific Indent): For indent-line-function, the default
2640 is indent-relative.
2641
2642 * modes.texi (Example Major Modes): Explain last line of text-mode
2643 is redundant.
2644
26452007-05-10 Richard Stallman <rms@gnu.org>
2646
2647 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
2648
2649 * help.texi (Keys in Documentation): Add reference to
2650 Documentation Tips.
2651
2652 * files.texi (Format Conversion): TO-FN gets three arguments.
2653
2654 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
2655
26562007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
2657
2658 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
2659 * files.texi (Format Conversion): Expand intro; add menu.
2660 (Format Conversion Overview, Format Conversion Round-Trip)
2661 (Format Conversion Piecemeal): New nodes/subsections.
2662 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
2663 * text.texi (Text Properties): Remove "Saving Properties" from menu.
2664 (Saving Properties): Delete node/subsection.
2665
26662007-05-07 Karl Berry <karl@gnu.org>
2667
2668 * elisp.texi (EMACSVER): Back to 22.
2669
26702007-05-06 Richard Stallman <rms@gnu.org>
2671
2672 * processes.texi (Accepting Output): Revert most of previous change.
2673
26742007-05-05 Richard Stallman <rms@gnu.org>
2675
2676 * processes.texi (Accepting Output): accept-process-output
2677 uses microseconds, not milliseconds. But that arg is obsolete.
2678
26792007-05-04 Karl Berry <karl@tug.org>
2680
2681 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
2682
26832007-05-04 Eli Zaretskii <eliz@gnu.org>
2684
2685 * tips.texi (Documentation Tips): Rearrange items to place the
2686 more important ones first. Add an index entry for hyperlinks.
2687
26882007-05-03 Karl Berry <karl@gnu.org>
2689
2690 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
2691 (EMACSVER) [smallbook]: 22 for printed version.
2692
2693 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
2694 so restore anchor to normal position after defun. Found by Kevin Ryde.
2695
26962007-04-26 Glenn Morris <rgm@gnu.org>
2697
2698 * elisp.texi (EMACSVER): Increase to 22.1.50.
2699
27002007-04-28 Karl Berry <karl@gnu.org>
2701
2702 * elisp.texi: Improve line breaks on copyright page,
2703 similar layout to emacs manual, 8.5x11 by default.
2704
27052007-04-24 Richard Stallman <rms@gnu.org>
2706
2707 * text.texi (Special Properties): Add xref to Overlay Properties.
2708
2709 * display.texi (Overlay Properties): Add xref to Special Properties.
2710
27112007-04-22 Richard Stallman <rms@gnu.org>
2712
2713 * keymaps.texi (Extended Menu Items): Move the info about
2714 format with cached keyboard binding.
2715
27162007-04-21 Richard Stallman <rms@gnu.org>
2717
2718 * text.texi (Special Properties): Clarify previous change.
2719
2720 * files.texi (File Name Expansion): Clarify previous change.
2721
2722 * display.texi (Attribute Functions): Fix example for
2723 face-attribute-relative-p.
2724
27252007-04-19 Kenichi Handa <handa@m17n.org>
2726
2727 * text.texi (Special Properties): Document composition property.
2728
27292007-04-19 Glenn Morris <rgm@gnu.org>
2730
2731 * files.texi (File Name Expansion): Mention "superroot".
2732
27332007-04-15 Chong Yidong <cyd@stupidchicken.com>
2734
2735 * frames.texi (Multiple Displays): Add note about "multi-monitor"
2736 setups.
2737 (Display Feature Testing): Note that display refers to all
2738 physical monitors for multi-monitor setups.
2739
27402007-04-14 Richard Stallman <rms@gnu.org>
2741
2742 * lists.texi (Sets And Lists): Clarify `delete' examples.
2743 Remove spurious xref to same node.
2744 Clarify xref for add-to-list.
2745
27462007-04-12 Nick Roberts <nickrob@snap.net.nz>
2747
2748 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
2749 value of lisp-mode-map.
2750
27512007-04-11 Karl Berry <karl@gnu.org>
2752
2753 * anti.texi (Antinews):
2754 * display.texi (Overlay Properties, Defining Images):
2755 * processes.texi (Synchronous Processes, Sentinels):
2756 * syntax.texi (Syntax Table Internals):
2757 * searching.texi (Regexp Special):
2758 * nonascii.texi (Default Coding Systems):
2759 * text.texi (Special Properties):
2760 * minibuf.texi (Basic Completion): Wording to improve breaks in
2761 8.5x11 format.
2762 * elisp.texi (smallbook): New @set to more easily switch between
2763 smallbook and 8.5x11.
2764
27652007-04-11 Richard Stallman <rms@gnu.org>
2766
2767 * text.texi (Lazy Properties): Minor fix.
2768
27692007-04-08 Karl Berry <karl@gnu.org>
2770
2771 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
2772 * macros.texi (Backquote): Downcase Backquote in index entries for
2773 consistency.
2774
27752007-04-08 Richard Stallman <rms@gnu.org>
2776
2777 * text.texi (Adaptive Fill): Just describe default,
2778 don't show it (since it contains non-ASCII chars).
2779
27802007-04-07 Karl Berry <karl@gnu.org>
2781
2782 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
2783 adaptive-fill-regexp's value, since they are not in the standard
2784 TeX fonts.
2785
27862007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
2787
2788 * display.texi (Defining Faces): Fix example.
2789
27902007-04-07 Karl Berry <karl@gnu.org>
2791
2792 * display.texi (Button Buffer Commands): Improve page break.
2793
27942007-04-07 Richard Stallman <rms@gnu.org>
2795
2796 * advice.texi (Activation of Advice): Remove redundant index entry.
2797
2798 * backups.texi: Improve index entries. Remove redundant ones.
2799
2800 * compile.texi (Byte Compilation): Improve index entry.
2801
2802 * hash.texi (Creating Hash): Improve index entry.
2803
2804 * symbols.texi (Definitions): Improve index entry.
2805
2806 * edebug.texi: Improve index entries. Remove redundant/useless ones.
2807
2808 * maps.texi (Standard Keymaps): Remove useless index entry.
2809
2810 * help.texi (Documentation Basics): Remove redundant index entries.
2811
2812 * customize.texi: Improve index entries.
2813 Remove redundant/useless ones.
2814
2815 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
2816
2817 * streams.texi (Output Variables): Improve index entry.
2818
2819 * abbrevs.texi (Abbrevs): Remove useless index entry.
2820
2821 * macros.texi (Expansion): Remove useless index entry.
2822
2823 * text.texi: Improve index entries. Remove redundant/useless ones.
2824 (Text Properties, Examining Properties)
2825 (Special Properties): Use "property category" instead of "category"
2826 to refer to the `category' property.
2827
2828 * positions.texi: Improve index entries. Remove useless one.
2829
2830 * lists.texi: Improve index entries. Remove redundant/useless ones.
2831
2832 * os.texi: Improve index entries.
2833 (Timers): Fix previous change.
2834
2835 * buffers.texi: Improve index entries.
2836 (Modification Time): Get rid of term "obsolete buffer".
2837
2838 * debugging.texi: Improve index entries.
2839 (Test Coverage): Add xref to other test coverage ftr.
2840
2841 * eval.texi: Improve index entry. Remove redundant ones.
2842
2843 * numbers.texi: Improve index entries. Remove redundant/useless ones.
2844
2845 * files.texi: Improve index entries. Remove redundant/useless ones.
2846
2847 * objects.texi: Improve index entries.
2848
2849 * processes.texi: Improve index entries.
2850
2851 * modes.texi: Improve index entry. Remove redundant one.
2852
2853 * nonascii.texi: Improve index entries.
2854
2855 * internals.texi: Improve index entries.
2856
2857 * syntax.texi: Improve index entries.
2858
2859 * keymaps.texi (Active Keymaps): Improve index entries.
2860
2861 * commands.texi: Improve index entries. Remove redundant/useless ones.
2862
2863 * frames.texi: Improve index entries. Remove redundant/useless ones.
2864
2865 * markers.texi: Improve index entries. Remove redundant ones.
2866
2867 * tips.texi: Improve index entries.
2868
2869 * loading.texi (Unloading): Improve index entry.
2870
2871 * variables.texi: Improve index entries. Remove redundant one.
2872
2873 * sequences.texi: Improve index entry.
2874
2875 * display.texi: Improve index entries. Remove redundant ones.
2876
2877 * windows.texi: Improve index entries.
2878
2879 * searching.texi: Improve index entries. Remove redundant one.
2880
2881 * strings.texi (Case Tables): Improve last change.
2882
28832007-04-04 Chong Yidong <cyd@stupidchicken.com>
2884
2885 * strings.texi (Case Tables): Document with-case-table and
2886 ascii-case-table.
2887
28882007-04-03 Karl Berry <karl@gnu.org>
2889
2890 * processes.texi (Network): Reword to improve page break.
2891
28922007-04-03 Eli Zaretskii <eliz@gnu.org>
2893
2894 * functions.texi (Inline Functions): Describe more disadvantages
2895 of defsubst, and make advice against it stronger.
2896
28972007-04-02 Karl Berry <karl@gnu.org>
2898
2899 * backups.texi (Backup Names): Avoid widow words.
2900 * modes.texi (Example Major Modes): Align last comment.
2901
29022007-04-01 Chong Yidong <cyd@stupidchicken.com>
2903
2904 * keymaps.texi (Remapping Commands): Document new arg to
2905 command-remapping.
2906
29072007-04-01 Karl Berry <karl@gnu.org>
2908
2909 * processes.texi (Low-Level Network): Typo.
2910 * loading.texi (Hooks for Loading): Avoid double "the".
2911 * keymaps.texi (Key Sequences): No double "and".
2912 (Changing Key Bindings): Shorten to improve line break.
2913
29142007-03-31 Glenn Morris <rgm@gnu.org>
2915
2916 * os.texi (Timers): Fix description of run-at-time TIME formats.
2917
29182007-03-31 Richard Stallman <rms@gnu.org>
2919
2920 * display.texi (Invisible Text): Correct buffer-invisibility-spec
2921 regarding ellipsis.
2922
29232007-03-31 Eli Zaretskii <eliz@gnu.org>
2924
2925 * intro.texi (nil and t):
2926 * symbols.texi (Plists and Alists):
2927 * variables.texi (Variable Aliases, Constant Variables):
2928 * functions.texi (Defining Functions):
2929 * advice.texi (Advising Primitives):
2930 * debugging.texi (Syntax Errors, Compilation Errors):
2931 * minibuf.texi (Minibuffer Windows):
2932 * commands.texi (Adjusting Point):
2933 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
2934 (Auto Major Mode, Major Mode Conventions):
2935 * help.texi (Describing Characters):
2936 * files.texi (Create/Delete Dirs, Information about Files)
2937 (File Locks, Writing to Files, Reading from Files)
2938 (Saving Buffers):
2939 * windows.texi (Resizing Windows, Cyclic Window Ordering):
2940 * frames.texi (Finding All Frames):
2941 * positions.texi (Buffer End, Motion):
2942 * markers.texi (The Region):
2943 * text.texi (Deletion, Near Point):
2944 * display.texi (Displaying Messages, Truncation):
2945 * os.texi (Processor Run Time):
2946 * tips.texi (Key Binding Conventions, Programming Tips)
2947 (Warning Tips, Documentation Tips, Comment Tips):
2948 * internals.texi (Memory Usage): Improve indexing.
2949
2950 * variables.texi (Frame-Local Variables):
2951 * functions.texi (Argument List):
2952 * loading.texi (Library Search):
2953 * streams.texi (Output Variables):
2954 * keymaps.texi (Translation Keymaps, Searching Keymaps):
2955 * searching.texi (Replacing Match, Search and Replace):
2956 * processes.texi (Byte Packing, Decoding Output)
2957 (Accepting Output, Network Servers, Shell Arguments):
2958 * display.texi (Abstract Display, Image Cache, Scroll Bars):
2959 * windows.texi (Window Point, Window Start):
2960 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
2961 * commands.texi (Reading Input, Keyboard Events):
2962 * minibuf.texi (Reading File Names, Minibuffer Completion)
2963 (Recursive Mini):
2964 * positions.texi (List Motion):
2965 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
2966 * numbers.texi (Arithmetic Operations, Math Functions)
2967 (Predicates on Numbers, Comparison of Numbers):
2968 (Numeric Conversions):
2969 * locals.texi (Standard Buffer-Local Variables):
2970 * maps.texi (Standard Keymaps):
2971 * os.texi (User Identification, System Environment, Recording Input)
2972 (X11 Keysyms):
2973 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
2974 * backups.texi (Backups and Auto-Saving):
2975 * customize.texi (Customization, Group Definitions)
2976 (Variable Definitions):
2977 * compile.texi (Byte Compilation): Improve index entries.
2978
29792007-03-31 Karl Berry <karl@gnu.org>
2980
2981 * macros.texi (Defining Macros): Avoid widow syllable.
2982
29832007-03-31 Eli Zaretskii <eliz@gnu.org>
2984
2985 * elisp.texi (Top): Postscript -> PostScript.
2986
2987 * display.texi (Images, Postscript Images): Postscript -> PostScript.
2988
29892007-03-31 Markus Triska <markus.triska@gmx.at>
2990
2991 * internals.texi (Writing Emacs Primitives): Untabify `For'.
2992
29932007-03-30 Karl Berry <karl@gnu.org>
2994
2995 * lists.texi (List-related Predicates): Remove spurious @need.
2996 (Setcdr): Use @smallexample to improve page break.
2997 (Association Lists) <assoc>: Reword to improve page break.
2998
2999 * strings.texi (String Conversion): Insert blank line to improve
3000 page break.
3001
3002 * numbers.texi (Random Numbers): Use @minus{}.
3003 (Math Functions): Use @minus{}.
3004
3005 * intro.texi (Acknowledgements): Avoid line breaks before middle
3006 initials.
3007
30082007-03-24 Eli Zaretskii <eliz@gnu.org>
3009
3010 * errors.texi (Standard Errors): Add an index entry.
3011
30122007-03-19 Richard Stallman <rms@gnu.org>
3013
3014 * os.texi (Recording Input): recent-keys now gives 300 keys.
3015
30162007-03-12 Glenn Morris <rgm@gnu.org>
3017
3018 * os.texi: Replace "daylight savings" with "daylight saving"
3019 throughout.
3020
30212007-03-05 Richard Stallman <rms@gnu.org>
3022
3023 * variables.texi (File Local Variables): Update
3024 enable-local-variables values.
3025
30262007-03-04 Richard Stallman <rms@gnu.org>
3027
3028 * syntax.texi (Control Parsing): Minor clarification.
3029
3030 * strings.texi (Formatting Strings): Clarify width, precision, flags.
3031
3032 * sequences.texi (Sequence Functions): Move string-bytes away,
3033 add xref.
3034
3035 * nonascii.texi (Text Representations): Move string-bytes here.
3036
3037 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
3038
3039 * minibuf.texi (Basic Completion): Minor clarification.
3040
3041 * markers.texi (The Mark): Clarify existence vs activation of mark.
3042 Other cleanup.
3043
3044 * display.texi (Finding Overlays): Write better example.
3045
3046 * compile.texi (Eval During Compile): Clarify putting macros
3047 in eval-when-compile.
3048
c5602427 30492007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
b8d4c8d0
GM
3050
3051 * loading.texi (How Programs Do Loading): Fix anchor position at
c5602427 3052 load-read-function definition doc.
b8d4c8d0
GM
3053
30542007-02-21 Kim F. Storm <storm@cua.dk>
3055
3056 * strings.texi (Text Comparison): Mention that assoc-string
3057 converts symbols to strings before testing.
3058
30592007-02-17 Kim F. Storm <storm@cua.dk>
3060
3061 * processes.texi (Bindat Spec): Vector types can have optional
3062 element type.
3063 (Bindat Examples): Fix example. Add vector with element type.
3064
30652007-02-16 Andreas Schwab <schwab@suse.de>
3066
3067 * strings.texi (Formatting Strings): Document '+' flag.
3068
30692007-02-15 Juanma Barranquero <lekktu@gmail.com>
3070
3071 * strings.texi (Modifying Strings): Clarify that `clear-string'
3072 always converts the string to unibyte.
3073
30742007-02-14 Kim F. Storm <storm@cua.dk>
3075
3076 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
3077 Rewrite glyph code description to refer to these functions.
3078 Remove details of encoding face number and char into integer code.
3079
30802007-02-03 Alan Mackenzie <acm@muc.de>
3081
3082 * loading.texi (Hooks for Loading): Make the description of
3083 `eval-after-load' more detailed, and amend the description of
3084 after-load-alist, in accordance with changes from 2006-05.
3085
30862007-02-03 Chong Yidong <cyd@stupidchicken.com>
3087
3088 * modes.texi (Defining Minor Modes): Document that a :require
3089 keyword or similar may be required to make saved customization
3090 variables work.
3091
30922007-02-03 Eli Zaretskii <eliz@gnu.org>
3093
3094 * elisp.texi (Top): Make the detailed menu headers compliant with
3095 Texinfo guidelines and with what texnfo-upd.el expects. Add
3096 comments to prevent people from inadvertently modifying the key
3097 parts needed by `texinfo-multiple-files-update'.
3098
30992007-02-02 Eli Zaretskii <eliz@gnu.org>
3100
3101 * elisp.texi (Top): Update the top-level menus.
3102
3103 * syntax.texi (Categories): Add index entries.
3104
31052007-02-01 Juanma Barranquero <lekktu@gmail.com>
3106
3107 * display.texi (Attribute Functions): Fix name and description of
3108 the UNDERLINE arg of `set-face-underline-p'.
3109
31102007-01-29 Eli Zaretskii <eliz@gnu.org>
3111
3112 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
3113 Variables", and "Standard Keymaps" to the detailed menu.
3114
3115 * variables.texi (Future Local Variables): Add index entry.
3116
31172007-01-28 Richard Stallman <rms@gnu.org>
3118
3119 * tips.texi (Coding Conventions): Clarify the tip about macros
3120 that define a function or a variable.
3121
3122 * files.texi (File Attributes): UID and GID can be floats.
3123 (Magic File Names): Explain why deferring all operations to
3124 the standard handler does not work.
3125
31262007-01-23 Martin Rudalics <rudalics@gmx.at>
3127
3128 * backups.texi (Reverting): Use "buffer" instead of "file"
3129 when talking about major and minor modes.
3130
31312007-01-21 Richard Stallman <rms@gnu.org>
3132
3133 * help.texi (Documentation): Add xref to Documentation Tips.
3134
31352007-01-14 Juanma Barranquero <lekktu@gmail.com>
3136
3137 * tips.texi (Coding Conventions): Fix typos.
3138
31392007-01-05 Richard Stallman <rms@gnu.org>
3140
3141 * modes.texi (Defining Minor Modes): Fix previous change.
3142
31432007-01-03 Richard Stallman <rms@gnu.org>
3144
3145 * customize.texi (Variable Definitions, Customization Types):
3146 Don't use * in doc string for defcustom.
3147
31482007-01-02 Richard Stallman <rms@gnu.org>
3149
3150 * variables.texi (Variable Aliases): Clarify that aliases vars
3151 always have the same value.
3152
3153 * processes.texi (Bindat Spec): Fix Texinfo usage.
3154
3155 * modes.texi (Defining Minor Modes): Explain effect of command
3156 defined with define-global-minor-mode on new buffers.
3157
31582006-12-30 Kim F. Storm <storm@cua.dk>
3159
3160 * keymaps.texi (Tool Bar): Describe `grow-only' value of
3161 `auto-resize-tool-bars'.
3162
31632006-12-30 Richard Stallman <rms@gnu.org>
3164
3165 * keymaps.texi (Active Keymaps): Fix previous change.
3166
31672006-12-30 Nick Roberts <nickrob@snap.net.nz>
3168
3169 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
3170
31712006-12-30 Kim F. Storm <storm@cua.dk>
3172
3173 * processes.texi (Bindat Spec): Clarify using field names in
3174 length specifications.
3175
31762006-12-29 Kim F. Storm <storm@cua.dk>
3177
3178 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
3179 Add count and index variables for eval forms in repeat blocks.
3180
31812006-12-24 Richard Stallman <rms@gnu.org>
3182
3183 * customize.texi (Variable Definitions): Document
3184 new name custom-add-frequent-value.
3185
31862006-12-19 Kim F. Storm <storm@cua.dk>
3187
3188 * commands.texi (Misc Events): User signals now result in sigusr1
3189 and sigusr2 events which are handled through special-event-map.
3190 (Special Events): User signals and drag-n-drop are special.
3191
31922006-12-17 Richard Stallman <rms@gnu.org>
3193
3194 * loading.texi (Named Features): Explain subfeatures better.
3195
3196 * customize.texi: Use "option" only for user options.
3197 For the keyword values inside defcustom etc, say "keywords".
3198 For :options value's elements, say "elements".
3199 :group should not be omitted.
3200
3201 * syntax.texi (Parsing Expressions): Split up node.
3202 (Motion via Parsing, Position Parse, Parser State)
3203 (Low-Level Parsing, Control Parsing): New subnodes.
3204 (Parser State): Document syntax-ppss-toplevel-pos.
3205
3206 * positions.texi (List Motion): Punctuation fix.
3207
3208 * files.texi (File Name Completion): Document PREDICATE arg
3209 to file-name-completion.
3210
32112006-12-16 Eli Zaretskii <eliz@gnu.org>
3212
3213 * internals.texi (Building Emacs, Writing Emacs Primitives):
3214 Add index entries.
3215
32162006-12-11 Richard Stallman <rms@gnu.org>
3217
3218 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
3219 affects face menu. Explain how to make it non-nil without enabling
3220 any fontification.
3221
32222006-12-10 Chong Yidong <cyd@stupidchicken.com>
3223
3224 * modes.texi (Font Lock Basics): Document nil value of
3225 font-lock-defaults.
3226
32272006-12-10 Glenn Morris <rgm@gnu.org>
3228
3229 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
3230 value for system-flag argument. Abbrev tables may not be empty
3231 when major modes are loaded.
3232
32332006-12-08 Juanma Barranquero <lekktu@gmail.com>
3234
3235 * makefile.w32-in (maintainer-clean): Partially revert last
3236 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
3237 to protect elisp-covers.texi.
3238
32392006-12-07 Juanma Barranquero <lekktu@gmail.com>
3240
3241 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
3242 Don't remove elisp* info files; they are already deleted by the
3243 `clean' and `distclean' targets, and they are in the $(infodir)
3244 directory, not the current one.
3245
32462006-12-04 Kim F. Storm <storm@cua.dk>
3247
3248 * commands.texi (Misc Events): Update signal events.
3249 (Event Examples): Add signal example.
3250
32512006-11-29 Richard Stallman <rms@gnu.org>
3252
3253 * frames.texi (Visibility of Frames): Explain visible windows
3254 can be covered by others. Add xref for raise-frame.
3255
32562006-11-28 Richard Stallman <rms@gnu.org>
3257
3258 * searching.texi (Regexp Special): Update when ^ is special.
3259
32602006-11-27 Eli Zaretskii <eliz@gnu.org>
3261
3262 * customize.texi (Customization, Common Keywords)
3263 (Group Definitions, Variable Definitions, Composite Types)
3264 (Type Keywords, Customization Types): Add index entries for
3265 various customization keywords.
3266
32672006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3268
3269 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
3270
c8763fb6 32712006-11-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
3272
3273 * frames.texi (Window System Selections): Remove clipboard from
3274 description of selection-coding-system.
3275
32762006-11-06 Richard Stallman <rms@gnu.org>
3277
3278 * lists.texi (List Variables): Document COMPARE-FN.
3279
3280 * keymaps.texi: Avoid use of "binding" to mean a relation;
3281 use it only to refer to the meaning associated with a key.
3282 (Keymaps): Change menu node description.
3283
3284 * elisp.texi (Top): Change menu node description.
3285
3286 * display.texi (Managing Overlays): Document overlay-recenter.
3287
32882006-10-29 Chong Yidong <cyd@stupidchicken.com>
3289
3290 * Makefile.in: Use relative paths to avoid advertising filesystem
3291 contents during compilation.
3292
32932006-10-23 Kim F. Storm <storm@cua.dk>
3294
3295 * commands.texi (Event Input Misc): Update unread-command-events.
3296
32972006-10-23 Nick Roberts <nickrob@snap.net.nz>
3298
3299 * lists.texi (Sets And Lists): Fix typos.
3300
33012006-10-18 Juanma Barranquero <lekktu@gmail.com>
3302
3303 * control.texi (Processing of Errors): Use @var for an argument,
3304 not @code.
3305
33062006-10-16 Richard Stallman <rms@gnu.org>
3307
3308 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
3309
3310 * keymaps.texi (Format of Keymaps): Show all the keymap element
3311 patterns that result from menu items.
3312 (Key Lookup): Minor cleanups.
3313
3314 * modes.texi (Precalculated Fontification): Don't say that
3315 not setting font-lock-defaults avoids loading font-lock.
3316
3317 * help.texi (Documentation): Move xref to Emacs Manual here.
3318 (Documentation Basics): From here.
3319 Also doc emacs-lisp-docstring-fill-column.
3320
3321 * elisp.texi: Update version and ISBN.
3322
3323 * commands.texi (Interactive Call): Clarify KEYS arg to
3324 call-interactively is a vector.
3325 (Command Loop Info): Delete anchor in this-command-keys.
3326 Add anchor in this-command-keys-vector.
3327 (Recursive Editing): Document how recursive-edit
3328 handles the current buffer.
3329
33302006-10-13 Chong Yidong <cyd@stupidchicken.com>
3331
3332 * frames.texi (Frame Titles): %c and %l are ignored in
3333 frame-title-format.
3334
33352006-10-11 Richard Stallman <rms@gnu.org>
3336
3337 * keymaps.texi (Key Sequences): Clarify use of kbd.
3338
33392006-10-10 Kim F. Storm <storm@cua.dk>
3340
3341 * lists.texi (Sets And Lists): Add memql.
3342
33432006-10-03 Richard Stallman <rms@gnu.org>
3344
3345 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
3346 Clarify :ascii: and :nonascii:.
3347
33482006-09-29 Juri Linkov <juri@jurta.org>
3349
3350 * modes.texi (%-Constructs): Reorder coding systems in the
3351 documentation of %z to the real order displayed in the modeline.
3352
33532006-09-25 Richard Stallman <rms@gnu.org>
3354
3355 * os.texi (Timers): Describe timer-max-repeats.
3356
33572006-09-25 Chong Yidong <cyd@stupidchicken.com>
3358
3359 * os.texi (Timers): Mention with-local-quit.
3360
33612006-09-24 Richard Stallman <rms@gnu.org>
3362
3363 * searching.texi (Searching and Matching): Mention property search.
3364
3365 * commands.texi (Command Loop Info): Explain how read-event affects
3366 this-command-keys.
3367
33682006-09-20 Richard Stallman <rms@gnu.org>
3369
3370 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
3371
3372 * windows.texi (Window Start): Minor cleanups.
3373
33742006-09-20 Kim F. Storm <storm@cua.dk>
3375
3376 * windows.texi (Window Start): pos-visible-in-window-p allows
3377 specifying t for position to mean "end of window".
3378 Add window-line-height.
3379
3380 * anti.texi (Antinews): Mention window-line-height.
3381
33822006-09-19 David Kastrup <dak@gnu.org>
3383
3384 * keymaps.texi (Searching Keymaps): Small clarification.
3385
33862006-09-18 Richard Stallman <rms@gnu.org>
3387
3388 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
3389 cause keyboard menus.
3390 (Menu Keymaps): Likewise.
3391 (Defining Menus, Keyboard Menus): Clarify.
3392
3393 * text.texi (Fields): Clarify explanation of constrain-to-field.
3394
33952006-09-16 Eli Zaretskii <eliz@gnu.org>
3396
3397 * variables.texi (Tips for Defining): Fix a typo.
3398
33992006-09-15 Richard Stallman <rms@gnu.org>
3400
3401 * keymaps.texi (Remapping Commands, Searching Keymaps)
3402 (Active Keymaps): Clean up previous change.
3403
34042006-09-15 Jay Belanger <belanger@truman.edu>
3405
3406 * gpl.texi: Replace "Library Public License" by "Lesser Public
3407 License" throughout.
3408
34092006-09-15 David Kastrup <dak@gnu.org>
3410
3411 * keymaps.texi (Active Keymaps): Adapt description to use
3412 `get-char-property' instead `get-text-property'. Explain how
3413 mouse events change this. Explain the new optional argument of
3414 `key-binding' and its mouse-dependent lookup.
3415 (Searching Keymaps): Adapt description similarly.
3416 (Remapping Commands): Explain the new optional argument of
3417 `command-remapping'.
3418
34192006-09-14 Richard Stallman <rms@gnu.org>
3420
3421 * keymaps.texi (Searching Keymaps): Clarification.
3422 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
3423
34242006-09-13 Richard Stallman <rms@gnu.org>
3425
3426 * objects.texi (Character Type): Node split.
3427 Add xref to Describing Characters.
3428 (Basic Char Syntax, General Escape Syntax)
3429 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
3430
34312006-09-11 Richard Stallman <rms@gnu.org>
3432
3433 * display.texi (Display Table Format): Wording clarification.
3434 (Glyphs): Clarifications.
3435
34362006-09-10 Chong Yidong <cyd@stupidchicken.com>
3437
3438 * keymaps.texi (Active Keymaps): Mention that key-binding checks
3439 local maps.
3440
34412006-09-10 Kim F. Storm <storm@cua.dk>
3442
3443 * display.texi (Forcing Redisplay): Document return value of
3444 function redisplay.
3445
34462006-09-09 Richard Stallman <rms@gnu.org>
3447
3448 * windows.texi (Window Hooks): Explain limits of
3449 window-scroll-functions.
3450
3451 * display.texi (Fringe Indicators): Update for last change in
3452 indicate-buffer-boundaries.
3453
34542006-09-08 Richard Stallman <rms@gnu.org>
3455
3456 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
3457
34582006-09-06 Kim F. Storm <storm@cua.dk>
3459
3460 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
3461
3462 * windows.texi (Window Start): Update pos-visible-in-window-p.
3463
34642006-09-04 Richard Stallman <rms@gnu.org>
3465
3466 * processes.texi (Accepting Output): Explain SECONDS=0 for
3467 accept-process-output.
3468
3469 * os.texi (Idle Timers): Explain why timer functions should not
3470 loop until (input-pending-p).
3471
34722006-09-02 Eli Zaretskii <eliz@gnu.org>
3473
3474 * makefile.w32-in (usermanualdir): New variable.
3475 (elisp.dvi): Use it.
3476
34772006-09-01 Eli Zaretskii <eliz@gnu.org>
3478
3479 * buffers.texi (Buffer Modification): Fix last change.
3480
34812006-09-01 Chong Yidong <cyd@stupidchicken.com>
3482
3483 * buffers.texi (Buffer Modification): Document
3484 buffer-chars-modified-tick.
3485
34862006-08-31 Richard Stallman <rms@gnu.org>
3487
3488 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
3489
34902006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
3491
3492 * modes.texi (Syntactic Font Lock):
3493 Mention font-lock-syntactic-face-function
3494 instead of specific faces.
3495
34962006-08-29 Chong Yidong <cyd@stupidchicken.com>
3497
3498 * display.texi (Images): Add xrref to display-images-p.
3499
35002006-08-28 Kenichi Handa <handa@m17n.org>
3501
3502 * nonascii.texi (Lisp and Coding Systems): Fix description of
3503 detect-coding-region.
3504
35052006-08-27 Michael Olson <mwolson@gnu.org>
3506
3507 * processes.texi (Transaction Queues): Remove stray quote
3508 character.
3509
35102006-08-25 Richard Stallman <rms@gnu.org>
3511
3512 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
3513 Add xref.
3514
35152006-08-24 Chong Yidong <cyd@stupidchicken.com>
3516
3517 * os.texi (Timers): Avoid waiting inside timers.
3518
35192006-08-21 Lute Kamstra <lute@gnu.org>
3520
3521 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
3522
35232006-08-20 Richard Stallman <rms@gnu.org>
3524
3525 * os.texi (Idle Timers): New node, split out from Timers.
3526 Document current-idle-time.
3527 * commands.texi (Reading One Event): Update xref.
3528 * elisp.texi (Top): Update subnode menu.
3529
35302006-08-16 Richard Stallman <rms@gnu.org>
3531
3532 * keymaps.texi (Extended Menu Items): Show format of cached
3533 bindings in extended menu items.
3534
3535 * customize.texi (Variable Definitions): Explain when the
3536 standard value expression is evaluated.
3537
35382006-08-15 Chong Yidong <cyd@stupidchicken.com>
3539
3540 * commands.texi (Reading One Event): Explain idleness in
3541 `read-event'.
3542
35432006-08-12 Chong Yidong <cyd@stupidchicken.com>
3544
3545 * text.texi (Near Point): Say "cursor" not "terminal cursor".
3546 (Commands for Insertion): Removed split-line since it's not
3547 relevant for Lisp programming.
3548 (Yank Commands): Rewrite introduction.
3549 (Undo): Clarify.
3550 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
3551 (Filling): Remove redundant comment. Clarify return value of
3552 current-justification.
3553 (Margins): Minor clarifications.
3554 (Adaptive Fill): Update default value of adaptive-fill-regexp.
3555 (Sorting): Update definition of sort-lines.
3556 (Columns): Clarify behavior of sort-columns.
3557 (Indent Tabs): Link to Tab Stops in Emacs manual.
3558 (Special Properties): Clarify.
3559 (Clickable Text): Mention Buttons package.
3560
35612006-08-12 Kevin Ryde <user42@zip.com.au>
3562
3563 * os.texi (Time Parsing): Add %z to description of
3564 format-time-string, as per docstring. Add cross reference to
3565 glibc manual for strftime.
3566
35672006-08-08 Richard Stallman <rms@gnu.org>
3568
3569 * modes.texi: Clean up wording in previous change.
3570
35712006-08-07 Chong Yidong <cyd@stupidchicken.com>
3572
3573 * modes.texi (Hooks): Clarify.
3574 (Major Mode Basics): Mention define-derived-mode explicitly.
3575 (Major Mode Conventions): Rebinding RET is OK for some modes.
3576 Mention change-major-mode-hook and after-change-major-mode-hook.
3577 (Example Major Modes): Moved to end of Modes section.
3578 (Mode Line Basics): Clarify.
3579 (Mode Line Data): Mention help-echo and local-map in strings.
3580 Explain reason for treatment of non-risky variables.
3581 (Properties in Mode): Clarify.
3582 (Faces for Font Lock): Add font-lock-negation-char-face.
3583
35842006-08-04 Eli Zaretskii <eliz@gnu.org>
3585
3586 * strings.texi (Formatting Strings): Warn against arbitrary
3587 strings as first arg to `format'.
3588
35892006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
3590
3591 * text.texi (Clickable Text): Mention `help-echo' text property.
3592 Update intro, examples and associated explanations.
3593
35942006-07-31 Richard Stallman <rms@gnu.org>
3595
3596 * commands.texi: Update xrefs.
3597 (Event Mod): New node, cut out from old Translating Input.
3598
3599 * maps.texi: Update xrefs.
3600
3601 * keymaps.texi (Translation Keymaps): New node.
3602 Update xrefs from Translating Input to Translation Keymaps.
3603
3604 * elisp.texi (Top): Update subnode menu.
3605
3606 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
3607
3608 * os.texi (System Interface): Fix menu descriptions of some nodes.
3609 (Translating Input): Node deleted.
3610
36112006-07-31 Nick Roberts <nickrob@snap.net.nz>
3612
3613 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
3614
3615 * lists.texi (Sets And Lists): Likewise.
3616
36172006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
3618
3619 * text.texi (Fields): Mention POS
3620 requirement when narrowing is in effect.
3621
36222006-07-28 Richard Stallman <rms@gnu.org>
3623
3624 * display.texi (Face Attributes): Simplify wording.
3625 (Attribute Functions): Clarify meaning of new-frame default
3626 attribute settings.
3627
3628 * customize.texi (Common Keywords): Document how to use
3629 :package-version in a package not in Emacs.
3630
36312006-07-28 Kim F. Storm <storm@cua.dk>
3632
3633 * commands.texi (Reading One Event): Fix last change.
3634
36352006-07-26 Chong Yidong <cyd@stupidchicken.com>
3636
3637 * commands.texi (Reading One Event): Document SECONDS argument for
3638 read-event, read-char, and read-char-exclusive.
3639
36402006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
3641
3642 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
3643 to ensure correct identification.
3644
36452006-07-24 Richard Stallman <rms@gnu.org>
3646
3647 * text.texi (Clickable Text): Clarify.
3648
3649 * sequences.texi (Vector Functions): Delete duplicate xref.
3650
3651 * objects.texi (Function Type): Clarify.
3652
3653 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
3654 modes.
3655
3656 * lists.texi (List Variables): New node.
3657 Material moved from other nodes.
3658
3659 * variables.texi (Setting Variables): add-to-list and
3660 add-to-ordered-list moved to List Variables node.
3661
36622006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
3663
3664 * text.texi (Links and Mouse-1):
3665 For mouse-on-link-p, expand on arg POS.
3666
36672006-07-21 Kim F. Storm <storm@cua.dk>
3668
3669 * display.texi (Forcing Redisplay): Don't mention systems which
3670 don't support sub-second timers for redisplay-preemption-period.
3671
3672 * os.texi (Terminal Output): Clarify text vs graphical terminal.
3673
36742006-07-21 Eli Zaretskii <eliz@gnu.org>
3675
3676 * frames.texi (Input Focus): Document that focus-follows-mouse has
3677 no effect on MS-Windows.
3678
36792006-07-18 Richard Stallman <rms@gnu.org>
3680
3681 * display.texi (Forcing Redisplay): Cleanups in previous change.
3682
3683 * processes.texi (Low-Level Network): Make menu more convenient.
3684
36852006-07-18 Kim F. Storm <storm@cua.dk>
3686
3687 * display.texi (Forcing Redisplay): redisplay-preemption-period
3688 only used on window systems. Add xref to Terminal Output.
3689
3690 * os.texi (Terminal Output): baud-rate only controls preemption on
3691 non-window systems. Add xref to Forcing Redisplay.
3692
3693 * processes.texi (Low-Level Network): Rename node "Make Network"
3694 to "Network Processes".
3695
36962006-07-18 Karl Berry <karl@gnu.org>
3697
3698 * variables.texi, functions.texi, customize.texi, loading.texi:
3699 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
3700
37012006-07-17 Chong Yidong <cyd@stupidchicken.com>
3702
3703 * commands.texi (Waiting): Document batch-mode sit-for behavior.
3704
37052006-07-17 Richard Stallman <rms@gnu.org>
3706
3707 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
3708 Put period and comma inside quotes.
3709
3710 * loading.texi, markers.texi: Use real doublequote inside menus.
3711
3712 * windows.texi: Put point and comma inside quotes.
3713 (Textual Scrolling): Use @samp for error message.
3714
3715 * variables.texi, tips.texi, syntax.texi, symbols.texi:
3716 * strings.texi, streams.texi, processes.texi, os.texi:
3717 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
3718 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
3719 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
3720 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
3721 Put point and comma inside quotes.
3722
3723 * control.texi (Processing of Errors): Add command-error-function.
3724
3725 * variables.texi (File Local Variables): Clarify that
3726 file local variables make buffer-local bindings.
3727
3728 * modes.texi (Syntactic Font Lock): Give default for
3729 font-lock-syntax-table.
3730
37312006-07-17 Nick Roberts <nickrob@snap.net.nz>
3732
3733 * text.texi (Special Properties): Clean up previous change.
3734
37352006-07-16 Karl Berry <karl@gnu.org>
3736
3737 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
3738 * control.texi: Fix bad page breaks through chapter 10 (control).
3739
3740 * anti.texi (Antinews): Reorder face-attribute fns to avoid
3741 underfull hbox.
3742
37432006-07-15 Nick Roberts <nickrob@snap.net.nz>
3744
3745 * text.texi (Special Properties): Describe fontified text property
3746 in relation to a character (not text).
3747
37482006-07-15 Kim F. Storm <storm@cua.dk>
3749
3750 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
3751 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
3752 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
3753
3754 * anti.texi (Antinews): Mention redisplay function.
3755 The kbd macro existed, but was not documented, before 22.x.
3756 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
3757
37582006-07-14 Nick Roberts <nickrob@snap.net.nz>
3759
3760 * display.texi (Displaying Messages): Add anchor.
3761
3762 * frames.texi (Dialog Boxes): Use it.
3763
37642006-07-12 Richard Stallman <rms@gnu.org>
3765
3766 * objects.texi (Frame Type): Explain nature of frames better.
3767
3768 * frames.texi (Frames): Explain nature of frames better.
3769
37702006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
3771
3772 * tips.texi (Coding Conventions): Explain why use cl at compile time.
3773
37742006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3775
3776 * frames.texi (Window System Selections): Mention scrap support for Mac.
3777 Default value of x-select-enable-clipboard is t on Mac.
3778
3779 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
3780
37812006-07-11 Kim F. Storm <storm@cua.dk>
3782
3783 * display.texi (Forcing Redisplay): Add `redisplay' function.
3784 Don't mention (sit-for -1) -- use (redisplay t) instead.
3785
3786 * commands.texi (Waiting): (sit-for -1) is no longer special.
3787 (sit-for 0) is equivalent to (redisplay).
3788 Iconifying/deiconifying no longer makes sit-for return.
3789
37902006-07-10 Nick Roberts <nickrob@snap.net.nz>
3791
3792 * display.texi (Buttons): Fix typo.
3793
3794 * index.texi, elisp.texi (New Symbols): Comment node out.
3795
37962006-07-09 Richard Stallman <rms@gnu.org>
3797
3798 * display.texi (Truncation): Clean up previous change.
3799
38002006-07-08 Richard Stallman <rms@gnu.org>
3801
3802 * commands.texi (Interactive Call): Use 3 as prefix in example
3803 for execute-extended-command.
3804
3805 * display.texi (Attribute Functions): Move paragraph about
3806 compatibility with Emacs < 21.
3807
38082006-07-09 Kim F. Storm <storm@cua.dk>
3809
3810 * display.texi (Refresh Screen): Clarify force-window-update.
3811 (Truncation): "Normally" indicated by fringe arrows.
3812
38132006-07-08 Eli Zaretskii <eliz@gnu.org>
3814
3815 * windows.texi (Textual Scrolling, Resizing Windows):
3816 * variables.texi (Constant Variables):
3817 * text.texi (Buffer Contents, Deletion, Changing Properties)
3818 (Property Search, Special Properties, Sticky Properties)
3819 (Links and Mouse-1, Fields, Change Hooks):
3820 * syntax.texi (Syntax Table Functions, Parsing Expressions)
3821 (Categories):
3822 * symbols.texi (Other Plists):
3823 * streams.texi (Output Variables):
3824 * processes.texi (Input to Processes, Query Before Exit):
3825 * positions.texi (Word Motion, Text Lines, List Motion):
3826 * os.texi (Init File, System Environment, Sound Output)
3827 (Session Management):
3828 * nonascii.texi (Text Representations, Character Sets)
3829 (Chars and Bytes, Locales):
3830 * modes.texi (Defining Minor Modes, Header Lines):
3831 * minibuf.texi (Minibuffer Contents):
3832 * markers.texi (Information from Markers):
3833 * lists.texi (List Elements, Building Lists, Association Lists):
3834 * keymaps.texi (Tool Bar):
3835 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
3836 * functions.texi (What Is a Function, Mapping Functions):
3837 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
3838 (Color Names, Text Terminal Colors, Display Feature Testing):
3839 * files.texi (Visiting Functions, File Name Components)
3840 (Unique File Names, Contents of Directories):
3841 * display.texi (Forcing Redisplay, Displaying Messages)
3842 (Temporary Displays, Font Selection, Auto Faces)
3843 (Font Lookup, Fringe Indicators, Display Margins)
3844 (Image Descriptors, Showing Images, Image Cache, Button Types)
3845 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
3846 (Display Table Format, Glyphs):
3847 * control.texi (Iteration):
3848 * commands.texi (Command Loop Info, Adjusting Point):
3849 * backups.texi (Making Backups, Auto-Saving):
3850 Remove @tindex entries.
3851
38522006-07-07 Kim F. Storm <storm@cua.dk>
3853
3854 * display.texi (Fringe Cursors): Fix typo.
3855 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
3856 (Overlay Arrow): Default is overlay-arrow fringe indicator.
3857
38582006-07-05 Richard Stallman <rms@gnu.org>
3859
3860 * text.texi (Buffer Contents): Add example of text props
3861 in result of buffer-substring.
3862 (Text Properties): Explain better about use of specific property names.
3863 (Property Search): Some cleanups; reorder some functions.
3864
3865 * keymaps.texi (Changing Key Bindings): Cleanup.
3866 Add xref to Key Binding Conventions.
3867
3868 * display.texi (Attribute Functions): Add examples for
3869 face-attribute-relative-p.
3870
3871 * tips.texi (Coding Conventions): Cleanup last change.
3872
38732006-07-05 Karl Berry <karl@gnu.org>
3874
3875 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
3876 Remove @setchapternewpage odd.
3877 Result is 1013 pages, down from 1100.
3878
3879 * anti.texi, customize.texi, display.texi, internals.texi:
3880 * minibuf.texi, modes.texi, tips.texi:
3881 Fix overfull/underfull boxes.
3882
38832006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
3884
3885 * edebug.texi (Instrumenting):
3886 Add Edebug-specific findex for eval-buffer.
3887 * loading.texi (Loading):
3888 Replace eval-current-buffer with eval-buffer.
3889
38902006-06-30 Nick Roberts <nickrob@snap.net.nz>
3891
3892 * locals.texi (Standard Buffer-Local Variables): Update the list
3893 of variables.
3894
38952006-06-26 Nick Roberts <nickrob@snap.net.nz>
3896
3897 * files.texi (File Name Completion): Point user to the node
3898 "Reading File Names".
3899
39002006-06-24 Eli Zaretskii <eliz@gnu.org>
3901
3902 * files.texi (Contents of Directories): Document case-insensitive
3903 behavior on respective filesystems.
3904
3905 * objects.texi (Character Type): Document that Emacs signals an
3906 error for unsupported Unicode characters specified as \uNNNN.
3907
39082006-06-19 Richard Stallman <rms@gnu.org>
3909
3910 * processes.texi (Bindat Spec): Clarify previous change.
3911
39122006-06-16 Richard Stallman <rms@gnu.org>
3913
3914 * tips.texi (Coding Conventions): Better explain conventions
3915 for definition constructs.
3916
3917 * text.texi (Special Properties): String value of `read-only'
3918 serves as the error message.
3919
3920 * objects.texi (Character Type): Clarify prev. change.
3921 (Non-ASCII in Strings): Mention \u and \U.
3922
3923 * commands.texi (Using Interactive): Explain problem of
3924 markers, etc., in command-history.
3925
39262006-06-14 Kim F. Storm <storm@cua.dk>
3927
3928 * commands.texi (Waiting): Negative arg to sit-for forces
3929 redisplay even if input is pending.
3930
3931 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
3932 redisplay. Remove incorrect example of binding redisplay-dont-pause
3933 around (sit-for 0).
3934
39352006-06-13 Richard Stallman <rms@gnu.org>
3936
3937 * display.texi (Forcing Redisplay): Clarify previous change.
3938
39392006-06-13 Romain Francoise <romain@orebokech.com>
3940
3941 * display.texi (Forcing Redisplay): Fix typo.
3942
39432006-06-13 Kim F. Storm <storm@cua.dk>
3944
3945 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
3946
39472006-06-10 Luc Teirlinck <teirllm@auburn.edu>
3948
3949 * tips.texi (Coding Conventions): Add `@end itemize'.
3950
39512006-06-10 Richard Stallman <rms@gnu.org>
3952
3953 * tips.texi (Coding Conventions): Explain use of coding systems
3954 to ensure one decoding for strings.
3955
39562006-06-09 Aidan Kehoe <kehoea@parhasard.net>
3957
3958 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
3959 syntax.
3960
39612006-06-07 Eli Zaretskii <eliz@gnu.org>
3962
3963 * display.texi (Font Selection): Remove description of
3964 clear-face-cache.
3965
3966 * compile.texi (Eval During Compile): Fix a typo. Add index
3967 entries for possible uses of eval-when-compile.
3968
39692006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
3970
3971 * display.texi (Abstract Display): Fix typo.
3972
39732006-06-03 Eli Zaretskii <eliz@gnu.org>
3974
3975 * minibuf.texi (Minibuffer History) <history-add-new-input>:
3976 Reword variable's description.
3977
39782006-06-01 Richard Stallman <rms@gnu.org>
3979
3980 * windows.texi (Splitting Windows): Clarify splitting nonselected
3981 window.
3982
39832006-05-31 Juri Linkov <juri@jurta.org>
3984
3985 * minibuf.texi (Minibuffer History): Add history-add-new-input.
3986
39872006-05-30 Richard Stallman <rms@gnu.org>
3988
3989 * display.texi (Line Height): Fix errors in description of
10d1d0af 3990 default line height and line-height property.
b8d4c8d0
GM
3991
3992 * nonascii.texi (Default Coding Systems): Further clarification.
3993
39942006-05-29 Luc Teirlinck <teirllm@auburn.edu>
3995
3996 * internals.texi (Pure Storage): Mention that an overflow in pure
3997 space causes a memory leak.
3998 (Garbage Collection): If there was an overflow in pure space,
3999 `garbage-collect' returns nil.
4000
40012006-05-30 Eli Zaretskii <eliz@gnu.org>
4002
4003 * nonascii.texi (Default Coding Systems): Fix it some more.
4004
40052006-05-29 Eli Zaretskii <eliz@gnu.org>
4006
4007 * nonascii.texi (Default Coding Systems): Fix last change.
4008
40092006-05-29 Kenichi Handa <handa@m17n.org>
4010
4011 * nonascii.texi (find-operation-coding-system): Describe the new
4012 argument format (FILENAME . BUFFER).
4013
40142006-05-28 Richard Stallman <rms@gnu.org>
4015
4016 * tips.texi (Coding Conventions): Better explain reasons not to
4017 advise other packages or use `eval-after-load'.
4018
40192006-05-29 Kim F. Storm <storm@cua.dk>
4020
4021 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
4022 `bindat-idx' and `bindat-raw' for clarity.
4023
40242006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
4025
4026 * processes.texi (Bindat Spec): Expand on `repeat' handler.
4027
4028 * display.texi (Display): Add "Abstract Display" to menu.
4029 (Abstract Display, Abstract Display Functions)
4030 (Abstract Display Example): New nodes.
4031 * elisp.texi (Top): Add "Abstract Display" to menu.
4032
40332006-05-27 Chong Yidong <cyd@stupidchicken.com>
4034
4035 * keymaps.texi (Key Sequences): Link to input events definition.
4036 (Format of Keymaps): Delete material duplicated in Keymap Basics.
4037
4038 * files.texi (Changing Files): Document updated argument list for
4039 copy-file.
4040
40412006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
4042
4043 * processes.texi (Bindat Functions): Explain term "total length".
4044 Use it in bindat-length and bindat-pack descriptions.
4045
40462006-05-26 Eli Zaretskii <eliz@gnu.org>
4047
4048 * tips.texi (Coding Conventions): Advise against using
4049 eval-after-load in packages. Add an index entry.
4050
40512006-05-25 Juri Linkov <juri@jurta.org>
4052
4053 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
4054
4055 * modes.texi (%-Constructs): Add %e, %z, %Z.
4056
40572006-05-25 Richard Stallman <rms@gnu.org>
4058
4059 * elisp.texi (Top): Update subnode menu.
4060
4061 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
4062 (Keymaps): Update menu.
4063
40642006-05-25 Chong Yidong <cyd@stupidchicken.com>
4065
4066 * keymaps.texi (Key Sequences): Some clarifications.
4067
40682006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
4069
4070 * processes.texi (Bindat Functions): Say "unibyte string"
4071 explicitly for bindat-unpack and bindat-pack descriptions.
4072 (Bindat Examples): Don't call `string-make-unibyte' in example.
4073
40742006-05-25 Chong Yidong <cyd@stupidchicken.com>
4075
4076 * keymaps.texi (Key Sequences): Renamed from Keymap Terminology.
c5602427 4077 Explain string and vector representations of key sequences.
b8d4c8d0
GM
4078
4079 * keymaps.texi (Changing Key Bindings):
dd7b651b 4080 * commands.texi (Interactive Codes):
b8d4c8d0
GM
4081 * help.texi (Describing Characters): Refer to it.
4082
40832006-05-23 Luc Teirlinck <teirllm@auburn.edu>
4084
4085 * frames.texi (Pointer Shape): @end table -> @end defvar.
4086
40872006-05-22 Richard Stallman <rms@gnu.org>
4088
4089 * elisp.texi (Top): Update subnode menus.
4090
4091 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
4092 Contents rewritten; material from old Pointer Shape node moved here.
4093
4094 * display.texi (Pointer Shape): Node deleted.
4095 (Image Descriptors): Minor cleanup.
4096
40972006-05-21 Richard Stallman <rms@gnu.org>
4098
4099 * syntax.texi (Parsing Expressions): Update info on which STATE
4100 elements are ignored.
4101
41022006-05-19 Luc Teirlinck <teirllm@auburn.edu>
4103
4104 * hooks.texi (Standard Hooks): Correct typo.
4105
4106 * gpl.texi (GPL): ifinfo -> ifnottex.
4107
41082006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
4109
4110 * searching.texi (Simple Match Data): Warn about match data being
4111 set anew by every search.
4112
41132006-05-17 Richard Stallman <rms@gnu.org>
4114
4115 * minibuf.texi (Minibuffer History): Clarify.
4116
4117 * searching.texi (Regexp Special): Clarify nested regexp warning.
4118
41192006-05-16 Kim F. Storm <storm@cua.dk>
4120
4121 * minibuf.texi (Minibuffer History): Update add-to-history.
4122
41232006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
4124
4125 * nonascii.texi (Explicit Encoding): Fix
4126 typo (encoding<->decoding).
4127
41282006-05-14 Richard Stallman <rms@gnu.org>
4129
4130 * buffers.texi (Creating Buffers): Cleanup.
4131
4132 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
4133
41342006-05-13 Eli Zaretskii <eliz@gnu.org>
4135
4136 * buffers.texi (Current Buffer): Document that with-temp-buffer
4137 disables undo.
4138
4139 * os.texi (Terminal-Specific): More accurate description of how
4140 Emacs searches for the terminal-specific libraries.
4141
41422006-05-12 Eli Zaretskii <eliz@gnu.org>
4143
4144 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
4145 emacs-xtra to @inforef's.
4146
4147 * text.texi (Undo): Document that undo is turned off in buffers
4148 whose names begin with a space.
4149
4150 * buffers.texi (Buffer Names): Add index entries for buffers whose
4151 names begin with a space.
4152 (Creating Buffers): Document that undo is turned off in buffers
4153 whose names begin with a space.
4154
4155 * files.texi (Visiting Functions, Reading from Files)
4156 (Saving Buffers): Mention code and EOL conversions by file I/O
4157 primitives and subroutines.
4158
4159 * nonascii.texi (Lisp and Coding Systems): Document
4160 coding-system-eol-type. Add index entries for eol conversion.
4161
4162 * display.texi (Defining Faces): Mention `mac', and add an xref to
4163 where window-system is described.
4164
41652006-05-10 Richard Stallman <rms@gnu.org>
4166
4167 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
4168
41692006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
4170
4171 * variables.texi (File Local Variables): Recommend to quote lambda
4172 expressions in safe-local-variable property.
4173
41742006-05-09 Richard Stallman <rms@gnu.org>
4175
4176 * variables.texi (File Local Variables): Document
4177 safe-local-eval-forms and safe-local-eval-function.
4178
41792006-05-07 Kim F. Storm <storm@cua.dk>
4180
4181 * minibuf.texi (Minibuffer History): Remove keep-dups arg
4182 from add-to-history.
4183
41842006-05-07 Romain Francoise <romain@orebokech.com>
4185
4186 * commands.texi (Event Input Misc):
4187 * compile.texi (Eval During Compile):
4188 * internals.texi (Buffer Internals):
4189 * minibuf.texi (Initial Input):
4190 * nonascii.texi (Scanning Charsets):
4191 * numbers.texi (Comparison of Numbers):
4192 * windows.texi (Textual Scrolling, Vertical Scrolling):
4193 Fix various typos.
4194
41952006-05-06 Eli Zaretskii <eliz@gnu.org>
4196
4197 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
4198 conditional xref's to either emacs or emacs-xtra, depending on
4199 @iftex/@ifnottex.
4200
4201 * minibuf.texi (Minibuffer History): Document add-to-history.
4202
42032006-05-05 Eli Zaretskii <eliz@gnu.org>
4204
4205 * internals.texi (Pure Storage): Mention the pure overflow message
4206 at startup.
4207
c8763fb6 42082006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
4209
4210 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
4211 (Searching Keymaps): Fix pseudo-Lisp description of keymap
4212 search.
4213
42142006-05-01 Richard Stallman <rms@gnu.org>
4215
4216 * intro.texi (nil and t): Clarify.
4217
4218 * variables.texi (File Local Variables): Suggest using booleanp.
4219
42202006-05-01 Juanma Barranquero <lekktu@gmail.com>
4221
4222 * objects.texi (Type Predicates): Fix typos.
4223
42242006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
4225
4226 * intro.texi (nil and t): Add booleanp.
4227
4228 * objects.texi (Type Predicates): Add links for booleanp and
4229 string-or-null-p.
4230
42312006-04-29 Richard Stallman <rms@gnu.org>
4232
4233 * modes.texi (Multiline Font Lock): Rename from
4234 Multi line Font Lock Elements. Much clarification.
4235 (Font Lock Multiline, Region to Fontify): Much clarification.
4236
42372006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
4238
4239 * variables.texi (File Local Variables): Remove the special case t for
4240 safe-local-variable.
4241
42422006-04-26 Richard Stallman <rms@gnu.org>
4243
4244 * syntax.texi (Parsing Expressions): Minor cleanup.
4245
42462006-04-18 Richard Stallman <rms@gnu.org>
4247
4248 * tips.texi (Coding Conventions): Explain when the package's
4249 prefix should appear later on (not at the start of the name).
4250
4251 * searching.texi (String Search): Clarify effect of NOERROR.
4252
4253 * modes.texi (Imenu): Clarify what special items do.
4254
4255 * hooks.texi (Standard Hooks): Delete text about old hook names.
4256
42572006-04-17 Romain Francoise <romain@orebokech.com>
4258
4259 * variables.texi (Local Variables): Update the default value of
4260 `max-specpdl-size'.
4261
42622006-04-15 Michael Olson <mwolson@gnu.org>
4263
4264 * processes.texi (Transaction Queues): Mention the new optional
4265 `delay-question' argument for `tq-enqueue'.
4266
42672006-04-13 Bill Wohler <wohler@newt.com>
4268
4269 * customize.texi (Common Keywords): Use dotted notation for
4270 :package-version value. Specify its values. Improve documentation
4271 for customize-package-emacs-version-alist.
4272
42732006-04-12 Bill Wohler <wohler@newt.com>
4274
4275 * customize.texi (Common Keywords): Move description of
4276 customize-package-emacs-version-alist to @defvar.
4277
42782006-04-10 Bill Wohler <wohler@newt.com>
4279
4280 * customize.texi (Common Keywords): Add :package-version.
4281
42822006-04-10 Kim F. Storm <storm@cua.dk>
4283
4284 * text.texi (Buffer Contents): Add NOPROPS arg to
4285 filter-buffer-substring.
4286
42872006-04-08 Kevin Ryde <user42@zip.com.au>
4288
4289 * os.texi (Command-Line Arguments): Update xref to emacs manual
4290 "Command Arguments" -> "Emacs Invocation", per change there.
4291
42922006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
4293
4294 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
4295 be on one line to help makeinfo not render two spaces after the dot.
4296
42972006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
4298
4299 * strings.texi (Predicates for Strings): Add string-or-null-p.
4300
43012006-03-28 Kim F. Storm <storm@cua.dk>
4302
4303 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
4304 remarks about systems that don't support fractional seconds.
4305
43062006-03-25 Karl Berry <karl@gnu.org>
4307
4308 * elisp.texi: Use @copyright{} instead of (C), and do not indent
4309 the year list.
4310
43112006-03-21 Nick Roberts <nickrob@snap.net.nz>
4312
4313 * display.texi (Fringe Indicators): Fix typos.
4314
43152006-03-19 Luc Teirlinck <teirllm@auburn.edu>
4316
4317 * tips.texi (Documentation Tips): One can now also write `program'
4318 in front of a quoted symbol in a docstring to prevent making a
4319 hyperlink.
4320
43212006-03-19 Alan Mackenzie <acm@muc.de>
4322
4323 * text.texi (Special Properties): Clarify `fontified' property.
4324
43252006-03-16 Richard Stallman <rms@gnu.org>
4326
4327 * display.texi (Defining Images): Minor cleanup.
4328
43292006-03-16 Bill Wohler <wohler@newt.com>
4330
4331 * display.texi (Defining Images): In image-load-path-for-library,
4332 prefer user's images.
4333
43342006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
4335
4336 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
4337
43382006-03-15 Bill Wohler <wohler@newt.com>
4339
4340 * display.texi (Defining Images): Fix example in
4341 image-load-path-for-library by not recommending that one binds
4342 image-load-path. Just defvar it to placate compiler and only use
4343 it if previously defined.
4344
43452006-03-14 Bill Wohler <wohler@newt.com>
4346
4347 * display.texi (Defining Images): In image-load-path-for-library,
4348 always return list of directories. Update example.
4349
43502006-03-14 Alan Mackenzie <acm@muc.de>
4351
4352 * modes.texi: New node, "Region to Fontify" (for Font Lock).
4353 This describes font-lock-extend-region-function.
4354 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
4355 the new node "Region to Fontify".
4356
43572006-03-13 Richard Stallman <rms@gnu.org>
4358
4359 * display.texi (Invisible Text): The impossible position is
4360 now before the invisible text, not after.
4361 (Defining Images): Clean up last change.
4362
43632006-03-11 Bill Wohler <wohler@newt.com>
4364
4365 * display.texi (Defining Images): Add image-load-path-for-library.
4366
43672006-03-11 Luc Teirlinck <teirllm@auburn.edu>
4368
4369 * text.texi (Adaptive Fill): Fix Texinfo usage.
4370
4371 * strings.texi (Creating Strings): Fix Texinfo usage.
4372
4373 * searching.texi (Regexp Special): Use @samp for regular
4374 expressions that are not in Lisp syntax.
4375
43762006-03-08 Luc Teirlinck <teirllm@auburn.edu>
4377
4378 * searching.texi (Regexp Special): Put remark between parentheses
4379 to avoid misreading.
4380
43812006-03-07 Luc Teirlinck <teirllm@auburn.edu>
4382
4383 * searching.texi (Syntax of Regexps): More accurately describe
4384 which characters are special in which situations.
4385 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
4386 are not special. Describe in detail when `[' and `]' are special.
4387 (Regexp Backslash): Plenty of regexps with unbalanced square
4388 brackets are valid, so reword that statement.
4389
43902006-03-02 Kim F. Storm <storm@cua.dk>
4391
4392 * keymaps.texi (Tool Bar): Add tool-bar-border.
4393
43942006-02-28 Luc Teirlinck <teirllm@auburn.edu>
4395
4396 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
4397
43982006-02-27 Luc Teirlinck <teirllm@auburn.edu>
4399
4400 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
4401
4402 * files.texi (Locating Files): Suggest additional values for the
4403 SUFFIXES arg of `locate-file'. Update pxref.
4404
4405 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
4406 (How Programs Do Loading): Discuss the effects of Auto Compression
4407 mode on `load'.
4408 (Load Suffixes): New node.
4409 (Library Search): Delete description of `load-suffixes'; it was
4410 moved to "Load Suffixes".
4411 (Autoload, Named Features): Mention `load-suffixes'.
4412
44132006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4414
4415 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
4416
4417 * windows.texi (Window Tree): Fix typo.
4418
44192006-02-20 Kim F. Storm <storm@cua.dk>
4420
4421 * display.texi (Fringe Indicators): New section.
4422 Move indicate-empty-lines, indicate-buffer-boundaries, and
4423 default-indicate-buffer-boundaries here.
4424 Add fringe-indicator-alist and default-fringes-indicator-alist.
4425 Add list of logical fringe indicator symbols.
4426 Update list of standard bitmap names.
4427 (Fringe Cursors): New section.
4428 Move overflow-newline-into-fringe here.
4429 Add fringe-cursor-alist and default-fringes-cursor-alist.
4430 Add list of fringe cursor symbols.
4431
44322006-02-20 Juanma Barranquero <lekktu@gmail.com>
4433
4434 * commands.texi (Using Interactive): Fix reference to node
4435 "Minibuffers".
4436
44372006-02-19 Richard M. Stallman <rms@gnu.org>
4438
4439 * minibuf.texi (High-Level Completion):
4440 Add xref to read-input-method-name.
4441
4442 * files.texi (Relative File Names): Move file-relative-name here.
4443 (File Name Expansion): From here. Minor clarifications.
4444
4445 * commands.texi (Using Interactive): Add xrefs about reading input.
4446 Clarify remarks about that moving point and mark.
4447 Put string case before list case.
4448
c8763fb6 44492006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
4450
4451 * display.texi (Other Display Specs, Image Descriptors):
4452 Revert erroneous changes. The previous description of
4453 image-descriptors as `(image . PROPS)' was correct.
4454
44552006-02-14 Richard M. Stallman <rms@gnu.org>
4456
4457 * variables.texi (File Local Variables): Clarifications.
4458
44592006-02-14 Juanma Barranquero <lekktu@gmail.com>
4460
4461 * variables.texi (File Local Variables): Use @code for a cons
4462 cell, not @var.
4463
44642006-02-13 Chong Yidong <cyd@stupidchicken.com>
4465
4466 * variables.texi (File Local Variables): Document new file local
4467 variable behavior.
4468
44692006-02-10 Kim F. Storm <storm@cua.dk>
4470
4471 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
4472
44732006-02-08 Juanma Barranquero <lekktu@gmail.com>
4474
4475 * modes.texi (%-Constructs): Remove obsolete info about
4476 `global-mode-string'.
4477
44782006-02-07 Richard M. Stallman <rms@gnu.org>
4479
4480 * commands.texi (Prefix Command Arguments): Minor cleanup.
4481
4482 * display.texi: "Graphical display", not window system.
4483
4484 * functions.texi (What Is a Function): Fix xref.
4485
4486 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
4487 (Changing Key Bindings): Clarify when remapping is better than
4488 substitute-key-definition.
4489
44902006-02-02 Richard M. Stallman <rms@gnu.org>
4491
4492 * minibuf.texi (Basic Completion): Completion alists are risky.
4493
4494 * keymaps.texi (Active Keymaps): Clarifications.
4495 (Searching Keymaps): New node.
4496 (Keymaps): Update menu.
4497
4498 * frames.texi (Layout Parameters): Minor clarification.
4499 (Drag and Drop): New node.
4500 (Frames): Update menu.
4501
45022006-01-29 Chong Yidong <cyd@stupidchicken.com>
4503
4504 * display.texi (Other Display Specs, Image Descriptors):
4505 Image description is a list, not a cons cell.
4506
45072006-01-28 Luc Teirlinck <teirllm@auburn.edu>
4508
4509 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
4510 list is not necessarily a list).
4511
45122006-01-27 Eli Zaretskii <eliz@gnu.org>
4513
4514 * frames.texi (Layout Parameters): border-width and
4515 internal-border-width belong to the frame, not the window.
4516
45172006-01-19 Richard M. Stallman <rms@gnu.org>
4518
4519 * nonascii.texi (Translation of Characters): Search cmds use
4520 translation-table-for-input. Automatically made local.
4521
4522 * markers.texi (Overview of Markers): Count insertion type
4523 as one of a marker's attributes.
4524
4525 * keymaps.texi (Controlling Active Maps): New node, split out of
4526 Active Keymaps.
4527 (Keymaps): Menu updated.
4528 (Active Keymaps): Give pseudocode to explain how the active
4529 maps are searched. current-active-maps and key-binding moved here.
4530 (Functions for Key Lookup): current-active-maps and key-binding moved.
4531 Clarifications.
4532 (Searching the Keymaps): New subnode.
4533
4534 * elisp.texi (Top): Menu clarification.
4535
4536 * display.texi (Other Display Specs): Delete duplicate entry for
4537 just a string as display spec. Move text about recursive display
4538 specs on such a string.
4539
4540 * commands.texi (Key Sequence Input): Clarify.
4541 Move num-nonmacro-input-events out.
4542 (Reading One Event): num-nonmacro-input-events moved here.
4543
45442006-01-14 Nick Roberts <nickrob@snap.net.nz>
4545
4546 * advice.texi (Simple Advice): Update example to fit argument
4547 change in previous-line.
4548
45492006-01-05 Richard M. Stallman <rms@gnu.org>
4550
4551 * markers.texi (The Mark): Fix in `mark'.
4552
45532006-01-04 Richard M. Stallman <rms@gnu.org>
4554
4555 * processes.texi (Misc Network, Make Network): Minor cleanups.
4556
45572006-01-04 Kim F. Storm <storm@cua.dk>
4558
4559 * processes.texi (Make Network): Add IPv6 addresses and handling.
4560 (Network Feature Testing): Mention (:family ipv6).
4561 (Misc Network): Add IPv6 formats to format-network-address.
4562
45632005-12-30 Richard M. Stallman <rms@gnu.org>
4564
4565 * text.texi (Changing Properties):
4566 Don't use return value of set-text-properties.
4567
45682005-12-29 Luc Teirlinck <teirllm@auburn.edu>
4569
4570 * modes.texi (Mode Line Format): Correct typo in menu.
4571
45722005-12-29 Richard M. Stallman <rms@gnu.org>
4573
4574 * modes.texi (Mode Line Top): New node.
4575 (Mode Line Data): Some text moved to new node.
4576 Explain the data structure more concretely.
4577 (Mode Line Basics): Clarifications.
4578 (Mode Line Variables): Clarify intro paragraph.
4579 (%-Constructs): Clarify intro paragraph.
4580 (Mode Line Format): Update menu.
4581
45822005-12-28 Luc Teirlinck <teirllm@auburn.edu>
4583
4584 * minibuf.texi (Basic Completion): Update lazy-completion-table
4585 examples for removal of ARGS argument.
4586
45872005-12-23 Richard M. Stallman <rms@gnu.org>
4588
4589 * text.texi (Undo): Restore some explanation from the version
4590 that was deleted.
4591
45922005-12-23 Eli Zaretskii <eliz@gnu.org>
4593
4594 * text.texi (Undo): Remove duplicate descriptions of `apply
4595 funname' and `apply delta' elements of the undo list.
4596
45972005-12-20 Richard M. Stallman <rms@gnu.org>
4598
4599 * help.texi (Help Functions): Update documentation of `apropos'.
4600
46012005-12-20 Luc Teirlinck <teirllm@auburn.edu>
4602
4603 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
4604 because it is confusing. If the :help-echo keyword is a function,
4605 it is not directly used as the :help-echo overlay property, as the
4606 xref seems to suggest (it does not take the appropriate args).
4607
46082005-12-19 Luc Teirlinck <teirllm@auburn.edu>
4609
4610 * customize.texi (Common Keywords): Fix Texinfo usage.
4611 (Group Definitions, Variable Definitions): Update for new
4612 conventions for using `*' in docstrings.
4613
4614 * tips.texi (Documentation Tips): Update for new conventions for
4615 using `*' in docstrings.
4616
46172005-12-16 Richard M. Stallman <rms@gnu.org>
4618
4619 * minibuf.texi (Minibuffer Contents): Minor cleanup.
4620
46212005-12-16 Juri Linkov <juri@jurta.org>
4622
4623 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
4624
46252005-12-14 Romain Francoise <romain@orebokech.com>
4626
4627 * modes.texi (Customizing Keywords): Rename `append' to `how'.
4628 Fix typo.
4629
46302005-12-11 Juri Linkov <juri@jurta.org>
4631
4632 * minibuf.texi (Completion Commands): Add mention of read-file-name
4633 for filename completion keymaps.
4634 (Reading File Names): Add mention of filename completion keymaps
4635 for read-file-name and xref to `Completion Commands'.
4636
46372005-12-10 Richard M. Stallman <rms@gnu.org>
4638
4639 * customize.texi (Common Keywords): State caveats for use of :tag.
4640
46412005-12-08 Richard M. Stallman <rms@gnu.org>
4642
4643 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
4644 with xrefs and better explanation.
4645 (Completion Commands): Add the filename completion maps.
4646
4647 * objects.texi (Character Type): Clarify that \s is not space
4648 if a dash follows.
4649
46502005-12-05 Richard M. Stallman <rms@gnu.org>
4651
4652 * windows.texi (Resizing Windows): Delete preserve-before args.
4653
46542005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
4655
4656 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
4657 in full keymaps, since the quirk has been fixed.
4658
46592005-12-03 Eli Zaretskii <eliz@gnu.org>
4660
4661 * hooks.texi (Standard Hooks): Add index entries. Mention
4662 `compilation-finish-functions'.
4663
46642005-11-27 Richard M. Stallman <rms@gnu.org>
4665
4666 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
4667
46682005-11-21 Juri Linkov <juri@jurta.org>
4669
4670 * customize.texi (Common Keywords): Update links types
4671 custom-manual and url-link. Add link types emacs-library-link,
4672 file-link, function-link, variable-link, custom-group-link.
4673
46742005-11-20 Chong Yidong <cyd@stupidchicken.com>
4675
4676 * display.texi: Revert 2005-11-20 change.
4677
46782005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
4679
4680 * processes.texi (Bindat Functions):
4681 Say "third" to refer to zero-based index "2".
4682
46832005-11-18 Luc Teirlinck <teirllm@auburn.edu>
4684
4685 * loading.texi (Library Search): Update the default value of
4686 `load-suffixes'.
4687
46882005-11-17 Chong Yidong <cyd@stupidchicken.com>
4689
4690 * display.texi (Attribute Functions): Mention :ignore-defface.
4691
46922005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4693
4694 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
4695 (Minor Mode Conventions): Mention the use of a hook.
4696
46972005-11-06 Richard M. Stallman <rms@gnu.org>
4698
4699 * files.texi (Magic File Names): find-file-name-handler checks the
4700 `operations' property of the handler.
4701
47022005-11-03 Richard M. Stallman <rms@gnu.org>
4703
4704 * variables.texi (Frame-Local Variables): Small clarification.
4705
47062005-10-29 Chong Yidong <cyd@stupidchicken.com>
4707
4708 * os.texi (Init File): Document ~/.emacs.d/init.el.
4709
47102005-10-29 Richard M. Stallman <rms@gnu.org>
4711
4712 * internals.texi (Garbage Collection): Document memory-full.
4713
47142005-10-28 Bill Wohler <wohler@newt.com>
4715
4716 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
4717 for URLs.
4718
47192005-10-28 Richard M. Stallman <rms@gnu.org>
4720
4721 * minibuf.texi (Completion Commands): Clean up prev change.
4722
47232005-10-26 Kevin Ryde <user42@zip.com.au>
4724
4725 * compile.texi (Eval During Compile): Explain recommended uses
4726 of eval-when-compile and eval-and-compile.
4727
47282005-10-27 Masatake YAMATO <jet@gyve.org>
4729
4730 * minibuf.texi (Completion Commands):
4731 Write about new optional argument for `display-completion-list'.
4732
47332005-10-23 Richard M. Stallman <rms@gnu.org>
4734
4735 * display.texi (Overlay Arrow): Clarify about local bindings of
4736 overlay-arrow-position.
4737
47382005-10-22 Eli Zaretskii <eliz@gnu.org>
4739
4740 * internals.texi (Building Emacs): Fix last change.
4741
47422005-10-22 Richard M. Stallman <rms@gnu.org>
4743
4744 * internals.texi (Building Emacs): Document eval-at-startup.
4745
47462005-10-21 Richard M. Stallman <rms@gnu.org>
4747
4748 * loading.texi (Where Defined): load-history contains abs file names.
4749 symbol-file returns abs file names.
4750
47512005-10-19 Kim F. Storm <storm@cua.dk>
4752
4753 * display.texi (Showing Images): Add max-image-size integer value.
4754
47552005-10-18 Chong Yidong <cyd@stupidchicken.com>
4756
4757 * display.texi (Showing Images): Document max-image-size.
4758
47592005-10-17 Richard M. Stallman <rms@gnu.org>
4760
4761 * commands.texi (Quitting): Minor clarification.
4762
4763 * processes.texi (Sentinels): Clarify about output and quitting.
4764 (Filter Functions): Mention with-local-quit.
4765
47662005-10-17 Juri Linkov <juri@jurta.org>
4767
4768 * buffers.texi (Current Buffer):
4769 * commands.texi (Event Input Misc):
4770 * compile.texi (Eval During Compile, Compiler Errors):
4771 * customize.texi (Group Definitions):
4772 * display.texi (Progress, Defining Faces):
4773 * files.texi (Writing to Files):
4774 * modes.texi (Mode Hooks, Defining Minor Modes):
4775 * streams.texi (Output Functions):
4776 * syntax.texi (Syntax Table Functions):
4777 * text.texi (Change Hooks):
4778 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
4779
4780 * commands.texi (Quitting): Replace arg `forms' with `body' in
4781 `with-local-quit'.
4782
4783 * positions.texi (Excursions): Replace arg `forms' with `body' in
4784 `save-excursion'.
4785
47862005-10-08 Kim F. Storm <storm@cua.dk>
4787
4788 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
4789 Rename manual section accordingly.
4790
47912005-10-04 Kim F. Storm <storm@cua.dk>
4792
4793 * windows.texi (Window Split Tree): New section describing
4794 new function window-split-tree function.
4795
47962005-10-03 Nick Roberts <nickrob@snap.net.nz>
4797
4798 * display.texi (Fringe Size/Pos): Simplify and add detail.
4799
48002005-09-30 Romain Francoise <romain@orebokech.com>
4801
4802 * minibuf.texi (High-Level Completion): Explain that the prompt
4803 given to `read-buffer' should end with a colon and a space.
4804 Update usage examples.
4805
48062005-09-29 Juri Linkov <juri@jurta.org>
4807
4808 * display.texi (Displaying Messages): Rename argument name
4809 `string' to `format-string' in functions `message', `message-box',
4810 `message-or-box'.
4811
48122005-09-26 Chong Yidong <cyd@stupidchicken.com>
4813
4814 * errors.texi (Standard Errors): Correct xrefs.
4815
48162005-09-18 Chong Yidong <cyd@stupidchicken.com>
4817
4818 * display.texi (Defining Images): Update documentation for
4819 `image-load-path'.
4820
48212005-09-17 Richard M. Stallman <rms@gnu.org>
4822
4823 * display.texi (Defining Images): Clean up previous change.
4824
48252005-09-16 Romain Francoise <romain@orebokech.com>
4826
4827 * elisp.texi: Specify GFDL version 1.2.
4828
4829 * doclicense.texi (GNU Free Documentation License): Update to
4830 version 1.2.
4831
48322005-09-15 Chong Yidong <cyd@stupidchicken.com>
4833
4834 * display.texi (Defining Images): Document `image-load-path'.
4835
48362005-09-15 Richard M. Stallman <rms@gnu.org>
4837
4838 * objects.texi (Printed Representation): Minor cleanup.
4839 (Box Diagrams): Minor fix.
4840 (Cons Cell Type): Move (...) index item here.
4841 (Box Diagrams): From here.
4842 (Array Type): Minor fix.
4843 (Type Predicates): Delete index "predicates".
4844 (Hash Table Type): Clarify xref.
4845 (Dotted Pair Notation): Minor fix.
4846
48472005-09-10 Chong Yidong <cyd@stupidchicken.com>
4848
4849 * files.texi (Saving Buffers): Fix typo.
4850
48512005-09-08 Richard M. Stallman <rms@gnu.org>
4852
4853 * tips.texi (Programming Tips): Correct the "default" prompt spec.
4854
48552005-09-08 Chong Yidong <cyd@stupidchicken.com>
4856
4857 * locals.texi (Standard Buffer-Local Variables): Don't include
4858 mode variables for minor modes.
4859 Fix xrefs for buffer-display-count, buffer-display-table,
4860 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
4861 enable-multibyte-characters, fill-column, header-line-format,
4862 left-fringe-width, left-margin, and right-fringe-width.
4863
4864 * hooks.texi (Standard Hooks): All hooks should conform to the
4865 standard naming convention now.
4866 Fix xref for `echo-area-clear-hook'.
4867
4868 * display.texi (Usual Display): Note that indicate-empty-lines and
4869 tab-width are buffer-local.
4870
4871 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
4872
4873 * modes.texi (Mode Help): Note that major-mode is buffer-local.
4874
4875 * nonascii.texi (Encoding and I/O): Note that
4876 buffer-file-coding-system is buffer-local.
4877
4878 * positions.texi (List Motion): Note that defun-prompt-regexp is
4879 buffer-local.
4880
4881 * text.texi (Auto Filling): Note that auto-fill-function is
4882 buffer-local.
4883 (Undo): Note that buffer-undo-list is buffer-local.
4884
4885 * windows.texi (Buffers and Windows): Document
4886 buffer-display-count.
4887
48882005-09-06 Richard M. Stallman <rms@gnu.org>
4889
4890 * tips.texi (Coding Conventions): Sometimes it is ok to put the
4891 package prefix elsewhere than at the start of the name.
4892
48932005-09-03 Richard M. Stallman <rms@gnu.org>
4894
4895 * tips.texi (Programming Tips): Add conventions for minibuffer
4896 questions and prompts.
4897
48982005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
4899
4900 * intro.texi (nil and t): Minor cleanup.
4901 Delete spurious mention of keyword symbols.
4902 (Evaluation Notation): Add index entry.
4903 (A Sample Function Description): Minor cleanup.
4904 (A Sample Variable Description): Not all vars can be set.
4905
49062005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
4907
4908 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
4909
4910 (Insertion): Document precise type of `insert-char' arg COUNT.
4911
49122005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
4913
4914 * modes.texi (Other Font Lock Variables): Sync the default of
4915 font-lock-lines-before.
4916
49172005-08-31 Michael Albinus <michael.albinus@gmx.de>
4918
4919 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
4920
49212005-08-29 Richard M. Stallman <rms@gnu.org>
4922
4923 * elisp.texi (Top): Update subnode menu.
4924
4925 * searching.texi (Searching and Matching): Move node.
4926 Rearrange contents and add overall explanation.
4927 (Searching and Case): Move node.
4928 (Searching and Matching): Update menu.
4929
49302005-08-27 Eli Zaretskii <eliz@gnu.org>
4931
4932 * os.texi (Startup Summary): Fix the description of the initial
4933 startup message display.
4934
49352005-08-25 Richard M. Stallman <rms@gnu.org>
4936
4937 * searching.texi (Search and Replace): Add replace-regexp-in-string.
4938
49392005-08-25 Emilio C. Lopes <eclig@gmx.net>
4940
4941 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
4942 `next-overlay-change' example.
4943
49442005-08-22 Juri Linkov <juri@jurta.org>
4945
4946 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
4947 Fix invert-face. Fix args of face-background.
4948
4949 * display.texi (Standard Faces): Delete node.
4950 (Faces): Add xref to `(emacs)Standard Faces'.
4951 (Displaying Faces): Fix xref to `Standard Faces'.
4952
4953 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
4954
49552005-08-20 Alan Mackenzie <acm@muc.de>
4956
4957 * buffers.texi (The Buffer List): Clarify the manipulation of the
4958 buffer list.
4959
49602005-08-14 Richard M. Stallman <rms@gnu.org>
4961
4962 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
4963 a regexp.
4964
49652005-08-11 Richard M. Stallman <rms@gnu.org>
4966
4967 * elisp.texi (Top): Update subnode lists.
4968
4969 * display.texi (Inverse Video): Node deleted.
4970
4971 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
4972 New nodes split out of Coding Conventions.
4973
4974 * searching.texi (Regular Expressions): Document re-builder.
4975
4976 * os.texi (Time Parsing): New node split out of Time Conversion.
4977
4978 * processes.texi (Misc Network, Network Feature Testing)
4979 (Network Options, Make Network): New nodes split out of
4980 Low-Level Network.
4981
49822005-08-09 Richard M. Stallman <rms@gnu.org>
4983
4984 * frames.texi (Geometry): New node, split from Size and Position.
4985 (Frame Parameters): Refer to Geometry.
4986
4987 * buffers.texi (The Buffer List): Fix xrefs.
4988
4989 * windows.texi (Splitting Windows): Fix xref.
4990
4991 * frames.texi (Layout Parameters): Add xref.
4992
4993 * display.texi (Line Height, Scroll Bars): Fix xrefs.
4994
4995 * keymaps.texi (Menu Bar): Fix xref.
4996
4997 * locals.texi (Standard Buffer-Local Variables): Fix xref.
4998
4999 * modes.texi (%-Constructs): Fix xref.
5000
5001 * frames.texi (Window Frame Parameters): Node split up.
5002 (Basic Parameters, Position Parameters, Size Parameters)
5003 (Layout Parameters, Buffer Parameters, Management Parameters)
5004 (Cursor Parameters, Color Parameters): New subnodes.
5005
50062005-08-09 Luc Teirlinck <teirllm@auburn.edu>
5007
5008 * positions.texi (Screen Lines): Update xref for previous change
5009 in minibuf.texi.
5010
5011 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
5012 change in minibuf.texi.
5013
50142005-08-09 Richard M. Stallman <rms@gnu.org>
5015
5016 * tips.texi (Coding Conventions): Minor cleanup.
5017
5018 * modes.texi (Defining Minor Modes): Explain when init-value
5019 can be non-nil.
5020
5021 * elisp.texi (Top): Update submenu for Minibuffer.
5022
5023 * minibuf.texi (Minibuffer Misc): Node split up.
5024 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
5025 (Recursive Mini): New nodes split out from Minibuffer Misc.
5026 (Minibuffer Misc): Document max-mini-window-height.
5027
5028 * hash.texi (Defining Hash): Delete stray paren in example.
5029
5030 * display.texi (Echo Area Customization): Don't define
5031 max-mini-window-height here; xref instead.
5032
5033 * commands.texi (Event Input Misc): Update while-no-input.
5034
5035 * advice.texi (Advising Functions): Explain when to use advice
5036 and when to use a hook.
5037
50382005-07-30 Eli Zaretskii <eliz@gnu.org>
5039
5040 * makefile.w32-in (info): Don't run install-info.
5041 ($(infodir)/dir): New target, produced by running install-info.
5042
50432005-07-27 Luc Teirlinck <teirllm@auburn.edu>
5044
5045 * modes.texi (Defining Minor Modes): The keyword for the initial
5046 value is :init-value, not :initial-value.
5047
50482005-07-23 Eli Zaretskii <eliz@gnu.org>
5049
5050 * loading.texi (Autoload): Make the `doctor' example be consistent
5051 with what's in current loaddefs.el. Describe the "fn" magic in
5052 the usage portion of the doc string.
5053
50542005-07-22 Richard M. Stallman <rms@gnu.org>
5055
5056 * internals.texi (Garbage Collection): Clarify previous change.
5057
50582005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
5059
5060 * internals.texi (Garbage Collection): Add gc-cons-percentage.
5061
50622005-07-18 Juri Linkov <juri@jurta.org>
5063
5064 * commands.texi (Accessing Events):
5065 * frames.texi (Text Terminal Colors, Resources):
5066 * markers.texi (The Mark):
5067 * modes.texi (Defining Minor Modes):
5068 Delete duplicate duplicate words.
5069
50702005-07-16 Richard M. Stallman <rms@gnu.org>
5071
5072 * display.texi (Managing Overlays): Clarify make-overlay
5073 args for insertion types.
5074
50752005-07-13 Luc Teirlinck <teirllm@auburn.edu>
5076
5077 * customize.texi (Variable Definitions):
5078 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
5079 `standard-value' is a list too.
5080 (Defining New Types): Use @key{RET} instead of @key{ret}.
5081
50822005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
5083
5084 * os.texi (Translating Input): Fix typo.
5085
50862005-07-08 Richard M. Stallman <rms@gnu.org>
5087
5088 * README: Update edition number and size estimate.
5089
5090 * elisp.texi (VERSION): Set to 2.9.
5091
50922005-07-07 Richard M. Stallman <rms@gnu.org>
5093
5094 * book-spine.texinfo: Update Emacs version.
5095
5096 * display.texi (Inverse Video): Delete mode-line-inverse-video.
5097
50982005-07-06 Richard M. Stallman <rms@gnu.org>
5099
5100 * searching.texi (Regexp Search): Clarify what re-search-forward
5101 does when the search fails.
5102
51032005-07-05 Lute Kamstra <lute@gnu.org>
5104
5105 * Update FSF's address in GPL notices.
5106
5107 * doclicense.texi (GNU Free Documentation License):
5108 * gpl.texi (GPL):
5109 * tips.texi (Coding Conventions, Library Headers):
5110 * vol1.texi:
5111 * vol2.texi: Update FSF's address.
5112
51132005-07-04 Richard M. Stallman <rms@gnu.org>
5114
5115 * hooks.texi (Standard Hooks): Add occur-hook.
5116
51172005-07-03 Luc Teirlinck <teirllm@auburn.edu>
5118
5119 * display.texi (The Echo Area): Correct menu.
5120
51212005-07-03 Richard M. Stallman <rms@gnu.org>
5122
5123 * elisp.texi (Top): Update subnode menu for Display.
5124
5125 * display.texi (Displaying Messages): New node, with most
5126 of what was in The Echo Area.
5127 (Progress): Moved under The Echo Area.
5128 (Logging Messages): New node with new text.
5129 (Echo Area Customization): New node, the rest of what was
5130 in The Echo Area. Document message-truncate-lines with @defvar.
5131 (Display): Update menu.
5132
5133 * windows.texi (Textual Scrolling): Doc 3 values for
5134 scroll-preserve-screen-position.
5135
5136 * text.texi (Special Properties): Change hook functions
5137 should bind inhibit-modification-hooks around altering buffer text.
5138
5139 * keymaps.texi (Key Binding Commands): Call binding BINDING
5140 rather than DEFINITION.
5141
51422005-06-29 Juanma Barranquero <lekktu@gmail.com>
5143
5144 * variables.texi (Defining Variables): `user-variable-p' returns t
5145 for aliases of user options, nil for alias loops.
5146
51472005-06-28 Richard M. Stallman <rms@gnu.org>
5148
5149 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
5150 make-keymap.
5151
51522005-06-27 Luc Teirlinck <teirllm@auburn.edu>
5153
5154 * variables.texi (Setting Variables): Correct and clarify
5155 description of `add-to-ordered-list'.
5156
51572005-06-26 Richard M. Stallman <rms@gnu.org>
5158
5159 * display.texi (Faces): Minor cleanup.
5160
51612005-06-25 Luc Teirlinck <teirllm@auburn.edu>
5162
5163 * display.texi (Faces): `facep' returns t for strings that are
5164 face names.
5165
51662005-06-25 Richard M. Stallman <rms@gnu.org>
5167
5168 * objects.texi (Equality Predicates): Clarify meaning of equal.
5169
5170 * windows.texi (Selecting Windows): save-selected-window
5171 and with-selected-window save and restore the current buffer.
5172
51732005-06-24 Richard M. Stallman <rms@gnu.org>
5174
5175 * numbers.texi (Float Basics): Explain how to test for NaN,
5176 and printing the sign of NaNs.
5177
51782005-06-24 Eli Zaretskii <eliz@gnu.org>
5179
5180 * makefile.w32-in (MAKEINFO): Use --force.
5181
51822005-06-23 Richard M. Stallman <rms@gnu.org>
5183
5184 * display.texi (Face Functions): Correct Texinfo usage.
5185
51862005-06-23 Luc Teirlinck <teirllm@auburn.edu>
5187
5188 * lists.texi (Rings): `ring-elements' now returns the elements of
5189 RING in order.
5190
51912005-06-23 Juanma Barranquero <lekktu@gmail.com>
5192
5193 * markers.texi (The Mark): Texinfo usage fix.
5194
51952005-06-23 Kim F. Storm <storm@cua.dk>
5196
5197 * searching.texi (Entire Match Data): Remove evaporate option for
5198 match-data. Do not mention evaporate option for set-match-data.
5199
52002005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
5201
5202 * display.texi (Face Functions): Mention face aliases.
5203
52042005-06-21 Richard M. Stallman <rms@gnu.org>
5205
5206 * anti.texi (Antinews): Texinfo usage fix.
5207
52082005-06-21 Karl Berry <karl@gnu.org>
5209
5210 * elisp.texi: Use @copying.
5211
5212 * elisp.texi: Put @summarycontents and @contents before the Top
5213 node, instead of the end of the file, so that the contents appear
5214 in the right place in the dvi/pdf output.
5215
52162005-06-21 Juri Linkov <juri@jurta.org>
5217
5218 * display.texi (Defining Faces): Add `customized-face'.
5219
52202005-06-20 Kim F. Storm <storm@cua.dk>
5221
5222 * variables.texi (Setting Variables): Any type of element can be
5223 given order in add-to-ordered-list. Compare elements with eq.
5224
5225 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
5226
52272005-06-20 Karl Berry <karl@gnu.org>
5228
5229 * syntax.texi (Syntax Flags): Make last column very slightly wider
5230 to avoid "generic comment" breaking on two lines and causing an
5231 underfull box.
5232
52332005-06-19 Luc Teirlinck <teirllm@auburn.edu>
5234
5235 * lists.texi (Rings): Various minor clarifications and corrections.
5236
52372005-06-18 Richard M. Stallman <rms@gnu.org>
5238
5239 * functions.texi (Obsolete Functions): Simplify.
5240
5241 * variables.texi (Variable Aliases): Simplify.
5242
5243 * anti.texi, backups.texi, compile.texi, customization.texi:
5244 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
5245 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
5246 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
5247 * variables.texi: Fix formatting ugliness.
5248
5249 * elisp.texi: Add links to Rings and Byte Packing.
5250 Update version and copyright years.
5251
5252 * minibuf.texi: Fix formatting ugliness.
5253 (Completion Commands): Move keymap vars to the end
5254 and vars completing-read binds to the top.
5255
52562005-06-17 Luc Teirlinck <teirllm@auburn.edu>
5257
5258 * processes.texi: Fix typos.
5259 (Bindat Spec): Correct Texinfo error.
5260 (Byte Packing): Fix ungrammatical sentence.
5261
52622005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
5263
5264 * lists.texi (Rings): New node.
5265 (Lists): Add it to menu.
5266
5267 * processes.texi (Byte Packing): New node.
5268 (Processes): Add it to menu.
5269
52702005-06-17 Richard M. Stallman <rms@gnu.org>
5271
5272 * syntax.texi (Parsing Expressions): Fix texinfo usage.
5273
5274 * help.texi (Documentation Basics): Explain the xref to
5275 Documentation Tips.
5276
5277 * debugging.texi (Debugger Commands): Minor fix.
5278
52792005-06-16 Luc Teirlinck <teirllm@auburn.edu>
5280
5281 * edebug.texi (Instrumenting): Eliminate duplicate link.
5282 (Specification List): Replace references to "below", referring to
5283 a later node, with one @ref to that node.
5284
5285 * os.texi (Timers): Timers should save and restore the match data
5286 if they change it.
5287
5288 * debugging.texi (Debugger Commands): Mention that the Lisp
5289 debugger can not step through primitive functions.
5290
52912005-06-16 Juanma Barranquero <lekktu@gmail.com>
5292
5293 * functions.texi (Obsolete Functions): Update argument names of
5294 `make-obsolete' and `define-obsolete-function-alias'.
5295
5296 * variables.texi (Variable Aliases): Update argument names of
5297 `defvaralias', `make-obsolete-variable' and
5298 `define-obsolete-variable-alias'.
5299
53002005-06-15 Kim F. Storm <storm@cua.dk>
5301
5302 * searching.texi (Entire Match Data): Rephrase warnings about
5303 evaporate arg to match-data and set-match-data.
5304
53052005-06-14 Luc Teirlinck <teirllm@auburn.edu>
5306
5307 * elisp.texi (Top): Update detailed menu.
5308
5309 * edebug.texi (Edebug): Update menu.
5310 (Instrumenting): Update xrefs.
5311 (Edebug Execution Modes): Correct xref.
5312 (Jumping): Clarify description of `h' command.
5313 Eliminate redundant @ref.
5314 (Breaks): New node.
5315 (Breakpoints): Is now a subsubsection.
5316 (Global Break Condition): Mention `C-x X X'.
5317 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
5318 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
5319 (Edebug Display Update): Correct pxref.
5320 (Edebug and Macros): New node.
5321 (Instrumenting Macro Calls): Is now a subsubsection.
5322 Neither arg of `def-edebug-spec' is evaluated.
5323 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
5324 (Specification Examples): Fix typo.
5325
53262005-06-14 Lute Kamstra <lute@gnu.org>
5327
5328 * debugging.texi (Function Debugging): Primitives can break on
5329 entry too.
5330
53312005-06-14 Kim F. Storm <storm@cua.dk>
5332
5333 * variables.texi (Setting Variables): Add add-to-ordered-list.
5334
53352005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5336
5337 * syntax.texi (Parsing Expressions): Document aux functions and vars of
5338 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
5339
53402005-06-13 Lute Kamstra <lute@gnu.org>
5341
5342 * text.texi (Special Properties): Fix cross reference.
5343
53442005-06-11 Luc Teirlinck <teirllm@auburn.edu>
5345
5346 * debugging.texi (Function Debugging): Delete mention of empty
5347 string argument to `cancel-debug-on-entry'. Delete inaccurate
5348 description of the return value of that command.
5349
53502005-06-11 Alan Mackenzie <acm@muc.de>
5351
5352 * text.texi (Adaptive Fill): Amplify the description of
5353 fill-context-prefix.
5354
53552005-06-10 Luc Teirlinck <teirllm@auburn.edu>
5356
5357 * syntax.texi (Parsing Expressions): Fix Texinfo error.
5358
53592005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
5360
5361 * syntax.texi (Parsing Expressions): Document syntax-ppss.
5362
53632005-06-10 Luc Teirlinck <teirllm@auburn.edu>
5364
5365 * debugging.texi (Error Debugging): Minor rewording.
5366 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
5367 is optional.
5368
53692005-06-10 Lute Kamstra <lute@gnu.org>
5370
5371 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
5372 (Top): Give it a title. Correct version number. Give the
5373 detailed node listing a more prominent header.
5374 * intro.texi: Don't set VERSION here a second time.
5375 Mention Emacs's version too.
5376 * anti.texi (Antinews): Use EMACSVER to refer to the current
5377 version of Emacs.
5378
53792005-06-09 Kim F. Storm <storm@cua.dk>
5380
5381 * searching.texi (Entire Match Data): Explain new `reseat' argument to
5382 match-data and set-match-data.
5383
53842005-06-08 Richard M. Stallman <rms@gnu.org>
5385
5386 * searching.texi (Entire Match Data): Clarify when match-data
5387 returns markers and when integers.
5388
5389 * display.texi (Defining Faces): Explain that face name should not
5390 end in `-face'.
5391
5392 * modes.texi (Mode Line Data): Minor cleanup.
5393 (Customizing Keywords): Node split out of Search-based Fontification.
5394 Add example of using font-lock-add-keywords from a hook.
5395 Clarify when MODE should be non-nil, and when nil.
5396
53972005-06-06 Richard M. Stallman <rms@gnu.org>
5398
5399 * modes.texi (Mode Line Data): Explain what happens when the car
5400 of a list is a void symbol.
5401 (Search-based Fontification): Explain MODE arg to
5402 font-lock-add-keywords and warn about calls from major modes.
5403
54042005-06-08 Juri Linkov <juri@jurta.org>
5405
5406 * display.texi (Standard Faces): Add `shadow' face.
5407
54082005-05-29 Luc Teirlinck <teirllm@auburn.edu>
5409
5410 * modes.texi (Major Mode Conventions): A derived mode only needs
5411 to put the call to the parent mode inside `delay-mode-hooks'.
5412
54132005-05-29 Richard M. Stallman <rms@gnu.org>
5414
5415 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
5416 new, and what that implies. Clarify.
5417
5418 * files.texi (Locating Files): Clean up the text.
5419
5420 * frames.texi (Window Frame Parameters): Document user-size.
5421 Shorten entry for top by referring to left.
5422
54232005-05-26 Richard M. Stallman <rms@gnu.org>
5424
5425 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
5426 is new, and what the implications are. Other clarifications.
5427
54282005-05-24 Richard M. Stallman <rms@gnu.org>
5429
5430 * frames.texi (Dialog Boxes): Minor fixes.
5431
54322005-05-25 Masatake YAMATO <jet@gyve.org>
5433
5434 * display.texi (Standard Faces): Write about `mode-line-highlight'.
5435
54362005-05-24 Luc Teirlinck <teirllm@auburn.edu>
5437
5438 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
5439 is optional.
5440
54412005-05-24 Nick Roberts <nickrob@snap.net.nz>
5442
10d1d0af 5443 * frames.texi (Dialog Boxes): Describe new optional argument.
b8d4c8d0
GM
5444
54452005-05-23 Lute Kamstra <lute@gnu.org>
5446
5447 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
5448 syntax-begin-function over font-lock-beginning-of-syntax-function.
5449
54502005-05-21 Luc Teirlinck <teirllm@auburn.edu>
5451
5452 * minibuf.texi (Reading File Names): Update description of
5453 `read-directory-name'.
5454
5455 * modes.texi (Derived Modes): Clarify :group keyword.
5456
54572005-05-21 Eli Zaretskii <eliz@gnu.org>
5458
5459 * files.texi (Locating Files): New subsection.
5460 Describe locate-file and executable-find.
5461
54622005-05-21 Kevin Ryde <user42@zip.com.au>
5463
5464 * frames.texi (Initial Parameters): Update cross reference to
5465 "Emacs Invocation".
5466
54672005-05-19 Luc Teirlinck <teirllm@auburn.edu>
5468
5469 * keymaps.texi (Active Keymaps): Add anchor.
5470
5471 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
5472 (Major Mode Conventions): Refer to `Auto Major Mode' in more
5473 appropriate place.
5474 (Derived Modes): Small clarifications.
5475 (Minor Mode Conventions, Keymaps and Minor Modes):
5476 Replace references to nodes with references to anchors.
5477 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
5478 Clarify description of lists whose first element is an integer.
5479 (Mode Line Variables): Add anchor.
5480 (%-Constructs): Clarify description of integer after %.
5481 (Emulating Mode Line): Describe nil value for FACE.
5482
54832005-05-18 Luc Teirlinck <teirllm@auburn.edu>
5484
5485 * modes.texi (Derived Modes): Correct references to non-existing
5486 variable standard-syntax-table.
5487
54882005-05-17 Lute Kamstra <lute@gnu.org>
5489
5490 * modes.texi (Defining Minor Modes): Mention the mode hook.
5491
54922005-05-15 Kim F. Storm <storm@cua.dk>
5493
5494 * processes.texi (Network): Remove open-network-stream-nowait.
5495 (Network Servers): Remove open-network-stream-server.
5496
54972005-05-15 Luc Teirlinck <teirllm@auburn.edu>
5498
5499 * elisp.texi (Top): Update detailed menu.
5500
5501 * variables.texi: Reorder nodes.
5502 (Variables): Update menu.
5503 (File Local Variables): Do not refer to the `-*-' line as
5504 a "local variables list". Add pxref.
5505
55062005-05-14 Luc Teirlinck <teirllm@auburn.edu>
5507
5508 * elisp.texi (Top): Update detailed menu for node changes.
5509
5510 * modes.texi (Modes): Update Menu.
5511 (Hooks): Move to beginning of chapter.
5512 Most minor modes run mode hooks too.
5513 `add-hook' can handle void hooks or hooks whose value is a single
5514 function.
5515 (Major Modes): Update Menu.
5516 (Major Mode Basics): New node, split off from `Major Modes'.
5517 (Major Mode Conventions): Correct xref. Explain how to handle
5518 auto-mode-alist if the major mode command has an autoload cookie.
5519 (Auto Major Mode): Major update. Add magic-mode-alist.
5520 (Derived Modes): Major update.
5521 (Mode Line Format): Update Menu.
5522 (Mode Line Basics): New node, split off from `Mode Line Format'.
5523
5524 * loading.texi (Autoload): Mention `autoload cookie' as synonym
5525 for `magic autoload comment'. Add index entries and anchor.
5526
55272005-05-14 Richard M. Stallman <rms@gnu.org>
5528
5529 * tips.texi (Coding Conventions): Explain how important it is
5530 that just loading certain files not change Emacs behavior.
5531
5532 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
5533
55342005-05-12 Lute Kamstra <lute@gnu.org>
5535
5536 * modes.texi (Generic Modes): Update.
5537 (Major Modes): Refer to node "Generic Modes".
5538
5539 * elisp.texi (Top): Update to the current structure of the manual.
5540 * processes.texi (Processes): Add menu description.
5541 * customize.texi (Customization): Add menu descriptions.
5542
55432005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
5544
5545 * processes.texi (Signals to Processes)
5546 (Low-Level Network): Fix typos.
5547
55482005-05-11 Lute Kamstra <lute@gnu.org>
5549
5550 * elisp.texi (Top): Add some nodes from the chapter "Major and
5551 Minor Modes" to the detailed node listing.
5552
55532005-05-10 Richard M. Stallman <rms@gnu.org>
5554
5555 * keymaps.texi (Extended Menu Items): Menu item filter functions
5556 can be called at any time.
5557
55582005-05-08 Luc Teirlinck <teirllm@auburn.edu>
5559
5560 * variables.texi (File Local Variables): `(hack-local-variables t)'
5561 now also checks whether a mode is specified in the local variables
5562 list.
5563
55642005-05-05 Kevin Ryde <user42@zip.com.au>
5565
5566 * display.texi (The Echo Area): Correct format function cross
5567 reference.
5568
55692005-05-05 Luc Teirlinck <teirllm@auburn.edu>
5570
5571 * variables.texi (Variable Aliases): Change description of
5572 `define-obsolete-variable-alias'.
5573
5574 * functions.texi (Functions): Add "Obsolete Functions" to menu.
5575 (Defining Functions): Add xref.
5576 (Obsolete Functions): New node.
5577 (Function Safety): Standardize capitalization of section title.
5578
5579 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
5580 (Dialog Boxes): Complete description of `x-popup-dialog'.
5581
55822005-05-04 Richard M. Stallman <rms@gnu.org>
5583
5584 * commands.texi (Interactive Codes): Fix Texinfo usage.
5585 Document U more clearly.
5586
55872005-05-01 Luc Teirlinck <teirllm@auburn.edu>
5588
5589 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
5590 function and not a macro.
5591
5592 * frames.texi (Pop-Up Menus): Correct and clarify description of
5593 `x-popup-menu'.
5594 (Dialog Boxes): Clarify description of `x-popup-dialog'.
5595
55962005-05-01 Richard M. Stallman <rms@gnu.org>
5597
5598 * edebug.texi (Checking Whether to Stop): Fix previous change.
5599
56002005-05-01 Luc Teirlinck <teirllm@auburn.edu>
5601
5602 * display.texi: Fix typos and Texinfo usage.
5603
5604 * edebug.texi (Checking Whether to Stop): executing-macro ->
5605 executing-kbd-macro.
5606
56072005-05-01 Richard M. Stallman <rms@gnu.org>
5608
5609 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
5610
56112005-04-30 Richard M. Stallman <rms@gnu.org>
5612
5613 * files.texi (Magic File Names): Document `operations' property.
5614
56152005-04-29 Lute Kamstra <lute@gnu.org>
5616
5617 * modes.texi (Generic Modes): New node.
5618 (Major Modes): Add it to the menu.
5619 (Derived Modes): Add "derived mode" to concept index.
5620
56212005-04-28 Lute Kamstra <lute@gnu.org>
5622
5623 * modes.texi (Defining Minor Modes): Fix previous change.
5624 (Font Lock Mode): Simplify.
5625 (Font Lock Basics): Say that font-lock-defaults is buffer-local
5626 when set and that some parts are optional. Add cross references.
5627 (Search-based Fontification): Say how to specify font-lock-keywords.
5628 Add cross references. Add font-lock-multiline to index.
5629 Move font-lock-keywords-case-fold-search here from node "Other Font
5630 Lock Variables". Document font-lock-add-keywords and
5631 font-lock-remove-keywords.
5632 (Other Font Lock Variables): Move font-lock-keywords-only,
5633 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
5634 and font-lock-syntactic-face-function to node "Syntactic Font
5635 Lock". Move font-lock-keywords-case-fold-search to node
5636 "Search-based Fontification". Document font-lock-inhibit-thing-lock
5637 and font-lock-{,un}fontify-{buffer,region}-function.
5638 (Precalculated Fontification): Remove reference to deleted variable
5639 font-lock-core-only.
5640 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
5641 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
5642 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
5643 and font-lock-syntactic-face-function here from node "Other Font
5644 Lock Variables". Move font-lock-syntactic-keywords to "Setting
5645 Syntax Properties". Add cross references.
5646 (Setting Syntax Properties): New node.
5647 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
5648 * syntax.texi (Syntax Properties): Add cross reference.
5649 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
5650
56512005-04-26 Richard M. Stallman <rms@gnu.org>
5652
5653 * display.texi (Defining Faces):
5654 Document `default' elements of defface spec.
5655
5656 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
5657
5658 * variables.texi (Variable Aliases): Clarify text.
5659
56602005-04-25 Chong Yidong <cyd@stupidchicken.com>
5661
5662 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
5663
56642005-04-25 Luc Teirlinck <teirllm@auburn.edu>
5665
5666 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
5667
56682005-04-24 Eli Zaretskii <eliz@gnu.org>
5669
5670 * syntax.texi (Syntax Table Internals): Elaborate documentation of
5671 syntax-after and syntax-class.
5672
5673 * files.texi (Changing Files): Fix last change's cross-reference.
5674 (Unique File Names): Don't mention "numbers" in the documentation
5675 of make-temp-file and make-temp-name.
5676
56772005-04-23 Richard M. Stallman <rms@gnu.org>
5678
5679 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
5680
56812005-04-22 Nick Roberts <nickrob@snap.net.nz>
5682
5683 * windows.texi (Cyclic Window Ordering): Clarify window-list.
5684
56852005-04-22 Nick Roberts <nickrob@snap.net.nz>
5686
5687 * variables.texi (Variable Aliases): Describe make-obsolete-variable
5688 and define-obsolete-variable-alias.
5689
56902005-04-22 Kim F. Storm <storm@cua.dk>
5691
5692 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
5693 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
5694
56952005-04-21 Lute Kamstra <lute@gnu.org>
5696
5697 * lists.texi (Association Lists): Document rassq-delete-all.
5698
56992005-04-19 Richard M. Stallman <rms@gnu.org>
5700
5701 * modes.texi (Search-based Fontification): Explain that
5702 facespec is an expression to be evaluated.
5703
57042005-04-19 Kevin Ryde <user42@zip.com.au>
5705
5706 * streams.texi (Output Functions): Fix xref.
5707 * strings.texi (String Conversion): Fix xref.
5708
57092005-04-19 Kim F. Storm <storm@cua.dk>
5710
5711 * symbols.texi (Symbol Plists): Add safe-get.
5712 Mention that `get' may signal an error.
5713
57142005-04-18 Nick Roberts <nickrob@snap.net.nz>
5715
5716 * customize.texi (Variable Definitions): Replace tooltip-mode
5717 example with save-place.
5718
57192005-04-17 Richard M. Stallman <rms@gnu.org>
5720
5721 * buffers.texi (Indirect Buffers): Clarify.
5722
5723 * positions.texi (Positions): Clarify converting marker to integer.
5724
5725 * strings.texi (String Basics): Mention string-match; clarify.
5726
57272005-04-08 Lute Kamstra <lute@gnu.org>
5728
5729 * modes.texi (Search-based Fontification): Fix cross references.
5730 Use consistent terminology. Document anchored highlighting.
5731
57322005-04-05 Lute Kamstra <lute@gnu.org>
5733
5734 * modes.texi (Defining Minor Modes): Document :group keyword
5735 argument and its default value.
5736
57372005-04-03 Lute Kamstra <lute@gnu.org>
5738
5739 * hooks.texi (Standard Hooks): Add some hooks. Add cross
5740 references and/or descriptions. Delete major mode hooks; mention
5741 them as a category instead. Rename or delete obsolete hooks.
5742
57432005-04-02 Richard M. Stallman <rms@gnu.org>
5744
5745 * nonascii.texi (Coding System Basics): Another wording cleanup.
5746
57472005-04-01 Richard M. Stallman <rms@gnu.org>
5748
5749 * nonascii.texi (Coding System Basics): Clarify previous change.
5750
57512005-04-01 Kenichi Handa <handa@m17n.org>
5752
10d1d0af 5753 * nonascii.texi (Coding System Basics): Describe about roundtrip
b8d4c8d0
GM
5754 identity of coding systems.
5755
57562005-03-29 Chong Yidong <cyd@stupidchicken.com>
5757
5758 * text.texi (Buffer Contents): Add filter-buffer-substring and
5759 buffer-substring-filters.
5760
57612005-03-26 Chong Yidong <cyd@stupidchicken.com>
5762
5763 * anti.texi (Antinews): Mention `G' interactive code.
5764
5765 * tips.texi (Compilation Tips): Mention benchmark.el.
5766
57672005-03-27 Luc Teirlinck <teirllm@auburn.edu>
5768
5769 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
5770 is now bound to M-o M-o.
5771
5772 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
5773
57742005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
5775
5776 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
5777 in the Emacs Manual).
5778 * Makefile.in (srcs): Remove calendar.texi.
5779 * makefile.w32-in (srcs): Remove calendar.texi.
5780 * display.texi (Display): Change name of next node.
5781 * os.texi (System In): Change name of previous node.
5782 * elisp.texi (Top): Remove Calendar references.
5783 * vol1.texi (Top): Remove Calendar references.
5784 * vol2.texi (Top): Remove Calendar references.
5785
57862005-03-25 Richard M. Stallman <rms@gnu.org>
5787
5788 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
5789 Cleanup previous change.
5790
57912005-03-25 Chong Yidong <cyd@stupidchicken.com>
5792
5793 * display.texi (Face Attributes): Faces earlier in an :inherit
5794 list take precedence.
5795 (Scroll Bars): Fix description of vertical-scroll-bars.
5796 Document frame-current-scroll-bars and window-current-scroll-bars.
5797
5798 * markers.texi (The Mark): Document temporary Transient Mark mode.
5799
5800 * minibuf.texi (Reading File Names):
5801 Document read-file-name-completion-ignore-case.
5802
5803 * positions.texi (Screen Lines): Document nil for width argument
5804 to compute-motion.
5805
58062005-03-23 Kim F. Storm <storm@cua.dk>
5807
5808 * display.texi (Standard Faces): Other faces used in the fringe
5809 implicitly inherits from the fringe face.
5810 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
5811 properties implicitly inherits from fringe face.
5812 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
5813
58142005-03-20 Chong Yidong <cyd@stupidchicken.com>
5815
5816 * display.texi (Invisible Text): State default value of
5817 line-move-ignore-invisible.
5818 (Managing Overlays): Document remove-overlays.
5819 (Standard Faces): Document escape-glyph face.
5820
5821 * minibuf.texi (Reading File Names): Document read-file-name-function.
5822
5823 * modes.texi (Other Font Lock Variables):
5824 Document font-lock-lines-before.
5825
5826 * positions.texi (Skipping Characters): skip-chars-forward allows
5827 character classes.
5828
58292005-03-18 Lute Kamstra <lute@gnu.org>
5830
5831 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
5832
58332005-03-17 Richard M. Stallman <rms@gnu.org>
5834
5835 * text.texi (Undo): Document extensible undo entries.
5836
dd7b651b 5837 * searching.texi (String Search, Regexp Search): Cleanups.
b8d4c8d0
GM
5838
5839 * nonascii.texi (Character Codes): Minor fix.
5840
5841 * display.texi (Display Property): Explain the significance
5842 of having text properties that are eq.
5843 (Other Display Specs): Explain string as display spec.
5844
5845 * commands.texi (Interactive Codes): Document G option.
5846
58472005-03-17 Chong Yidong <cyd@stupidchicken.com>
5848
5849 * text.texi (Filling): Add sentence-end-without-period and
5850 sentence-end-without-space.
5851 (Changing Properties): Minor fix.
5852
5853 * anti.texi: Total rewrite.
5854
58552005-03-15 Lute Kamstra <lute@gnu.org>
5856
5857 * edebug.texi (Instrumenting Macro Calls): Fix typos.
5858
58592005-03-08 Kim F. Storm <storm@cua.dk>
5860
5861 * display.texi (Specified Space): Property :width is support on
5862 non-graphic terminals, :height is not.
5863
58642005-03-07 Richard M. Stallman <rms@gnu.org>
5865
5866 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
5867 Now subnodes of Fringes.
5868 (Overlay Arrow): Document overlay-arrow-variable-list.
5869 (Fringe Size/Pos): New node, broken out of Fringes.
5870 (Display): Explain clearing vs redisplay better.
5871 (Truncation): Clarify use of bitmaps.
5872 (The Echo Area): Clarify the uses of the echo area.
5873 Add max-mini-window-height.
5874 (Progress): Clarify.
5875 (Invisible Text): Explain that main loop moves point out.
5876 (Selective Display): Say "hidden", not "invisible".
5877 (Managing Overlays): Move up. Describe relation to Undo here.
5878 (Overlay Properties): Clarify intro.
5879 (Finding Overlays): Explain return values when nothing found.
5880 (Width): truncate-string-to-width has added arg.
5881 (Displaying Faces): Clarify and update mode line face handling.
5882 (Face Functions): Minor cleanup.
5883 (Conditional Display): Merge into Other Display Specs.
5884 (Pixel Specification, Other Display Specs): Minor cleanups.
5885 (Images, Image Descriptors): Minor cleanups.
5886 (GIF Images): Patents have expired.
5887 (Showing Images): Explain default text for insert-image.
5888 (Manipulating Button Types): Merge into Manipulating Buttons.
5889 (Making Buttons): Explain return values.
5890 (Button Buffer Commands): Add xref.
5891 (Inverse Video): Update mode-line-inverse-video.
5892 (Display Table Format): Clarify.
5893 (Active Display Table): Give defaults for window-display-table.
5894
5895 * calendar.texi (Calendar Customizing): calendar-holiday-marker
5896 and calendar-today-marker are strings, not chars.
5897 (Holiday Customizing): Minor fix.
5898
5899 * internals.texi (Writing Emacs Primitives): Update `or' example.
5900 Update limit on # args of subr.
5901
5902 * edebug.texi (Using Edebug): Arrow is in fringe.
5903 (Instrumenting): Arg to eval-defun works without loading edebug.
5904 (Edebug Execution Modes): Add xref.
5905
5906 * customize.texi (Common Keywords): Clarify :require.
5907 Mention :version here.
5908 (Variable Definitions, Group Definitions): Not here.
5909 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
5910
59112005-03-07 Chong Yidong <cyd@stupidchicken.com>
5912 * nonascii.texi (Text Representations): Clarify position-bytes.
5913 (Character Sets): Add list-charset-chars.
5914 (Scanning Charsets): Add charset-after.
5915 (Encoding and I/O): Minor fix.
5916
59172005-03-06 Richard M. Stallman <rms@gnu.org>
5918
5919 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
5920 (Resizing Windows): Likewise.
5921
5922 * text.texi (Change Hooks): Get rid of "Emacs 21".
5923
5924 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
5925
5926 * streams.texi (Output Variables): Get rid of "Emacs 21".
5927
5928 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
5929
5930 * os.texi (Translating Input): Replace flow-control example
5931 with a less obsolete example that uses `keyboard-translate'.
5932
5933 * objects.texi (Hash Table Type, Circular Objects):
5934 Get rid of "Emacs 21".
5935
5936 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
5937 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
5938
5939 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
5940
5941 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
5942
5943 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
5944 (Menu Bar): Fix when menu-bar-update-hook is called.
5945
5946 * hash.texi (Hash Tables): Get rid of "Emacs 21".
5947
5948 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
5949 and make it read better.
5950
5951 * files.texi (Writing to Files): Get rid of "Emacs 21".
5952 (Unique File Names): Likewise.
5953
5954 * elisp.texi: Update Emacs version to 22.
5955
5956 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
5957 (Overlay Properties, Face Attributes): Likewise.
5958 (Managing Overlays): Fix punctuation.
5959 (Attribute Functions): Clarify set-face-font; get rid of
5960 info about old Emacs versions.
5961 (Auto Faces, Font Lookup, Display Property, Images):
5962 Get rid of "Emacs 21".
5963
5964 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
5965
59662005-03-05 Richard M. Stallman <rms@gnu.org>
5967
5968 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
5969
59702005-03-04 Lute Kamstra <lute@gnu.org>
5971
5972 * debugging.texi (Error Debugging): Document stack-trace-on-error.
5973
59742005-03-03 Lute Kamstra <lute@gnu.org>
5975
5976 * edebug.texi (Instrumenting Macro Calls): Fix typo.
5977
59782005-03-01 Lute Kamstra <lute@gnu.org>
5979
5980 * debugging.texi (Debugger Commands): Update `j'.
5981
59822005-02-28 Lute Kamstra <lute@gnu.org>
5983
5984 * debugging.texi (Debugging): Fix typo.
5985 (Error Debugging): Document eval-expression-debug-on-error.
5986 (Function Debugging): Update example.
5987 (Using Debugger): Mention starred stack frames.
5988 (Debugger Commands): Document `j' and `l'.
5989 (Invoking the Debugger): `d' and `j' exit recursive edit too.
5990 Update the messages that the debugger displays.
5991 (Internals of Debugger): Add cross reference. Update example.
5992 (Excess Open): Minor improvement.
5993 (Excess Close): Minor improvement.
5994
59952005-02-26 Richard M. Stallman <rms@gnu.org>
5996
5997 * tips.texi (Coding Conventions): Clarify.
5998 Put all the major mode key reservations together.
5999 Mention the Mouse-1 => Mouse-2 conventions.
6000
6001 * syntax.texi (Syntax Class Table): Clarify.
6002 (Syntax Table Functions): syntax-after moved from here.
6003 (Syntax Table Internals): syntax-after moved to here.
6004 (Parsing Expressions): Update info on number of values
6005 and what's meaningful in the STATE argument.
6006 (Categories): Fix typo.
6007
6008 * sequences.texi (Arrays): Cleanup.
6009 (Char-Tables): Clarify.
6010
6011 * processes.texi (Deleting Processes): Cleanups, add xref.
6012 (Subprocess Creation): Explain nil in exec-path. Cleanup.
6013 (Process Information): set-process-coding-system, some args optional.
6014 (Input to Processes): Explain various types for PROCESS args.
6015 Rename them from PROCESS-NAME to PROCESS.
6016 (Signals to Processes): Likewise.
6017 (Decoding Output): Cleanup.
6018 (Query Before Exit): Clarify.
6019
6020 * os.texi (Startup Summary): Correct the options; add missing ones.
6021 (Terminal Output, Batch Mode): Clarify.
6022 (Flow Control): Node deleted.
6023
6024 * markers.texi (The Mark): Clarify.
6025
6026 * macros.texi (Expansion): Cleanup.
6027 (Indenting Macros): indent-spec allows ints, not floats.
6028
6029 * keymaps.texi (Keymaps): Clarify.
6030 (Format of Keymaps): Update lisp-mode-map example.
6031 (Active Keymaps, Key Lookup): Clarify.
6032 (Changing Key Bindings): Add xref to `kbd'.
6033 (Key Binding Commands, Simple Menu Items): Clarify.
6034 (Mouse Menus, Menu Bar): Clarify.
6035 (Menu Example): Replace print example with menu-bar-replace-menu.
6036
6037 * help.texi (Documentation Basics): Add function-documentation prop.
6038
6039 * elisp.texi (Top): Don't refer to Flow Control node.
6040
6041 * commands.texi (Command Overview): Improve xrefs.
6042 (Adjusting Point): Adjusting point applies to intangible and invis.
6043 (Key Sequence Input): Doc extra read-key-sequence args.
6044 Likewise for read-key-sequence-vector.
6045
6046 * backups.texi (Rename or Copy): Minor fix.
6047 (Numbered Backups): For version-control, say the default.
6048 (Auto-Saving): make-auto-save-file-name example is simplified.
6049
6050 * advice.texi (Advising Functions): Don't imply one part of Emacs
6051 should advise another part. Markup changes.
6052 (Defining Advice): Move transitional para.
6053 (Activation of Advice): Cleanup.
6054 Explain if COMPILE is nil or negative.
6055
6056 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
6057
60582005-02-24 Lute Kamstra <lute@gnu.org>
6059
6060 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
6061 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
6062
60632005-02-23 Lute Kamstra <lute@gnu.org>
6064
6065 * modes.texi (Defining Minor Modes): define-minor-mode can be used
6066 to define global minor modes as well.
6067
6068 * display.texi (Managing Overlays): overlay-buffer returns nil for
6069 deleted overlays.
6070
60712005-02-22 Kim F. Storm <storm@cua.dk>
6072
6073 * minibuf.texi (Basic Completion): Allow symbols in addition to
6074 strings in try-completion and all-completions.
6075
60762005-02-14 Lute Kamstra <lute@gnu.org>
6077
6078 * elisp.texi (Top): Remove reference to deleted node.
6079
6080 * lists.texi (Lists): Remove reference to deleted node.
6081 (Cons Cells): Fix typo.
6082
6083 * loading.texi (Where Defined): Fix typo.
6084
60852005-02-14 Richard M. Stallman <rms@gnu.org>
6086
6087 * variables.texi (Creating Buffer-Local): change-major-mode-hook
6088 is useful for discarding some minor modes.
6089
6090 * symbols.texi (Symbol Components): Reorder examples.
6091
6092 * streams.texi (Input Functions): State standard-input default.
6093 (Output Variables): State standard-output default.
6094
6095 * objects.texi (Printed Representation): Clarify read syntax vs print.
6096 (Floating Point Type): Explain meaning better.
6097 (Symbol Type): Explain uniqueness better.
6098 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
6099 List examples sooner.
6100 (Box Diagrams): New subnode broken out.
6101 Some examples moved from old Lists as Boxes node.
6102 (Dotted Pair Notation): Clarify intro.
6103 (Array Type): Clarify.
6104 (Type Predicates): Add hash-table-p.
6105
6106 * numbers.texi (Integer Basics): Clarify radix explanation.
6107 (Predicates on Numbers): Minor clarification.
6108 (Comparison of Numbers): Minor clarification. Clarify eql.
6109 Typos in min, max.
6110 (Math Functions): Clarify overflow in expt.
6111
6112 * minibuf.texi (Text from Minibuffer): Minor clarification.
6113 Mention arrow keys.
6114
6115 * loading.texi (Autoload): defun's doc string overrides autoload's
6116 doc string.
6117 (Repeated Loading): Modernize "add to list" examples.
6118 (Where Defined): Finish updating table of load-history elts.
6119
6120 * lists.texi (List-related Predicates): Minor wording improvement.
6121 (Lists as Boxes): Node deleted.
6122 (Building Lists): Explain trivial cases of number-sequence.
6123
6124 * hash.texi (Hash Tables): Add desc to menu items.
10d1d0af 6125 (Creating Hash): Explain "full" means "make larger".
b8d4c8d0
GM
6126 (Hash Access): Any object can be a key.
6127 State value of maphash.
6128
6129 * functions.texi (What Is a Function): Wording cleanup.
6130 (Function Documentation): Minor cleanup.
6131 Explain purpose of calling convention at end of doc string.
6132 (Function Names): Wording cleanup.
6133 (Calling Functions): Wording cleanup.
6134 Explain better how funcall calls the function.
6135 (Function Cells): Delete example of saving and redefining function.
6136
6137 * control.texi (Combining Conditions): Wording cleanup.
6138 (Iteration): dolist and dotimes bind VAR locally.
6139 (Cleanups): Xref to Atomic Changes.
6140
6141 * compile.texi (Byte Compilation): Delete 19.29 info.
6142 (Compilation Functions): Macros' difficulties don't affect defsubst.
6143 (Docs and Compilation): Delete 19.29 info.
6144
61452005-02-10 Richard M. Stallman <rms@gnu.org>
6146
6147 * objects.texi (Symbol Type): Minor correction.
6148
61492005-02-06 Lute Kamstra <lute@gnu.org>
6150
6151 * modes.texi (Example Major Modes): Fix typos.
6152
61532005-02-06 Richard M. Stallman <rms@gnu.org>
6154
6155 * text.texi (Margins): fill-nobreak-predicate can be one function.
6156
6157 * strings.texi (Modifying Strings): clear-string can make unibyte.
6158 (Formatting Strings): format gives error if values missing.
6159
6160 * positions.texi (Character Motion): Mention default arg
6161 for forward-char. backward-char refers to forward-char.
6162 (Word Motion): Mention default arg for forward-word.
6163 (Buffer End Motion): Mention default arg for beginning-of-buffer.
6164 Simplify end-of-buffer.
6165 (Text Lines): Mention default arg for forward-line.
6166 (List Motion): Mention default arg for beginning/end-of-defun.
6167 (Skipping Characters): Minor fixes in explaining character-set.
6168
6169 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
6170 Mode inheritance applies only when default-major-mode is nil.
6171 Clarifications.
6172 (Example Major Modes): Update Text mode and Lisp mode examples.
6173 (Minor Mode Conventions): Mention define-minor-mode at top.
6174 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
6175 (Mode Line Format): Update mode line face display info.
6176 (Properties in Mode): Mention effect of risky vars.
6177 (Imenu): Define imenu-add-to-menubar.
6178 (Font Lock Mode): Add descriptions to menu lines.
6179 (Faces for Font Lock): Add font-lock-doc-face.
6180
61812005-02-05 Lute Kamstra <lute@gnu.org>
6182
6183 * text.texi (Maintaining Undo): Remove obsolete function.
6184
61852005-02-05 Eli Zaretskii <eliz@gnu.org>
6186
6187 * frames.texi (Color Names): Add pointer to the X docs about RGB
c4cc8b9a 6188 color specifications. Improve indexing.
b8d4c8d0
GM
6189 (Text Terminal Colors): Replace the description of RGB values by
6190 an xref to "Color Names".
6191
61922005-02-03 Richard M. Stallman <rms@gnu.org>
6193
6194 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
6195 Clarify.
6196 (Selecting Windows): Clarify save-selected-window.
6197 (Cyclic Window Ordering): Clarify walk-windows.
6198 (Window Point): Clarify.
6199 (Window Start): Add comment to example.
6200 (Resizing Windows): Add `interactive' specs in examples.
6201 Document fit-window-to-buffer.
6202
6203 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
6204 (Undo, Maintaining Undo): Clarify last change.
6205 (Sorting): In sort-numeric-fields, explain about octal and hex.
6206 Mention sort-numeric-base.
6207 (Format Properties): Add xref for hard newlines.
6208
6209 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
6210 (Pop-Up Menus): Fix typo.
6211 (Color Names): Explain all types of color names.
6212 Explain color-values on B&W terminal.
6213 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
6214
6215 * files.texi (File Locks): Not supported on MS systems.
6216 (Testing Accessibility): Clarify.
6217
6218 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
6219 (Coverage Testing): Fix typo.
6220
6221 * commands.texi (Misc Events): Remove stray space.
6222
6223 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
6224 (Modification Time): Clarify when visited-file-modtime returns 0.
6225 (The Buffer List): Clarify bury-buffer.
6226 (Killing Buffers): Clarify.
6227 (Indirect Buffers): Add clone-indirect-buffer.
6228
62292005-02-02 Matt Hodges <MPHodges@member.fsf.org>
6230
6231 * edebug.texi (Printing in Edebug): Fix default value of
6232 edebug-print-circle.
6233 (Coverage Testing): Fix displayed frequency count data.
6234
62352005-02-02 Luc Teirlinck <teirllm@auburn.edu>
6236
6237 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
6238
62392005-02-02 Kim F. Storm <storm@cua.dk>
6240
6241 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
6242
62432005-01-29 Eli Zaretskii <eliz@gnu.org>
6244
6245 * commands.texi (Misc Events): Describe the help-echo event.
6246
6247 * text.texi (Special Properties) <help-echo>: Use `pos'
6248 consistently in description of the help-echo property.
6249 Use @code{nil} instead of @var{nil}.
6250
6251 * display.texi (Overlay Properties): Fix the index entry for
6252 help-echo overlay property.
6253
6254 * customize.texi (Type Keywords): Uncomment the xref to the
6255 help-echo property documentation.
6256
62572005-01-23 Kim F. Storm <storm@cua.dk>
6258
6259 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
6260 return value. Third element FULLY replaced by PARTIAL which
6261 specifies number of invisible pixels if row is only partially visible.
6262 (Textual Scrolling): Mention auto-window-vscroll.
6263 (Vertical Scrolling): New defvar auto-window-vscroll.
6264
62652005-01-16 Luc Teirlinck <teirllm@auburn.edu>
6266
6267 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
6268 command remapping.
6269
62702005-01-15 Richard M. Stallman <rms@gnu.org>
6271
6272 * display.texi (Defining Images): Mention DATA-P arg of create-image.
6273
62742005-01-14 Kim F. Storm <storm@cua.dk>
6275
6276 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
6277
6278 * text.texi (Links and Mouse-1): Fix string and vector item.
6279
62802005-01-13 Richard M. Stallman <rms@gnu.org>
6281
6282 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
6283 descriptions of overriding-local-map and overriding-terminal-local-map.
6284
6285 * text.texi (Links and Mouse-1): Clarify text.
6286
62872005-01-13 Kim F. Storm <storm@cua.dk>
6288
6289 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
6290
62912005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
6292
6293 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
6294
62952005-01-12 Kim F. Storm <storm@cua.dk>
6296
6297 * text.texi (Links and Mouse-1): Rename section from Enabling
6298 Mouse-1 to Following Links. Change xrefs.
6299 Add examples for define-button-type and define-widget.
6300
6301 * display.texi (Button Properties, Button Buffer Commands):
6302 Clarify mouse-1 and follow-link functionality.
6303
63042005-01-12 Richard M. Stallman <rms@gnu.org>
6305
6306 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
6307
6308 * display.texi (Beeping): Fix Texinfo usage.
6309
6310 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
6311
63122005-01-11 Kim F. Storm <storm@cua.dk>
6313
6314 * display.texi (Button Properties, Button Buffer Commands):
6315 Mention mouse-1 binding. Add follow-link keyword.
6316
6317 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
6318 (Enabling Mouse-1 to Follow Links): New subsection.
6319
63202005-01-06 Richard M. Stallman <rms@gnu.org>
6321
6322 * text.texi (Special Properties): Minor change.
6323
6324 * os.texi (Timers): Clarify previous change.
6325
6326 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
6327
63282005-01-01 Luc Teirlinck <teirllm@auburn.edu>
6329
6330 * display.texi (Face Attributes): Correct xref to renamed node.
6331
63322005-01-01 Richard M. Stallman <rms@gnu.org>
6333
6334 * display.texi (Face Attributes): Describe hex color specs.
6335
63362004-12-31 Richard M. Stallman <rms@gnu.org>
6337
6338 * os.texi (Timers): Update previous change.
6339
63402004-12-30 Kim F. Storm <storm@cua.dk>
6341
6342 * display.texi (Line Height): Total line-height is now specified
6343 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
6344 in cons cells. (nil . RATIO) is relative to actual line height.
6345 Use line-height `t' instead of `0' to get minimum height.
6346
63472004-12-29 Richard M. Stallman <rms@gnu.org>
6348
6349 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
6350
63512004-12-28 Richard M. Stallman <rms@gnu.org>
6352
6353 * commands.texi (Quitting): Clarify value of with-local-quit.
6354
6355 * elisp.texi (Top): Fix previous change.
6356
6357 * loading.texi (Loading): Fix previous change.
6358
63592004-12-27 Richard M. Stallman <rms@gnu.org>
6360
6361 * Makefile.in (MAKEINFO): Specify --force.
6362
6363 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
6364
6365 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
6366
6367 * display.texi (Line Height): Further clarify.
6368
6369 * elisp.texi (Top): Update Loading submenu.
6370
6371 * loading.texi (Where Defined): New node.
6372 (Unloading): load-history moved to Where Defined.
6373
63742004-12-21 Richard M. Stallman <rms@gnu.org>
6375
6376 * commands.texi (Event Input Misc): Add while-no-input.
6377
63782004-12-11 Richard M. Stallman <rms@gnu.org>
6379
6380 * display.texi (Line Height): Rewrite text for clarity.
6381
63822004-12-11 Kim F. Storm <storm@cua.dk>
6383
6384 * display.texi (Display): Add node "Line Height" to menu.
6385 (Line Height): New node. Move full description of line-spacing
6386 and line-height text properties here from text.texi.
6387 (Scroll Bars): Add vertical-scroll-bar variable.
6388
6389 * frames.texi (Window Frame Parameters): Remove line-height defvar.
6390
6391 * locals.texi (Standard Buffer-Local Variables): Fix xref for
6392 line-spacing and vertical-scroll-bar.
6393
6394 * text.texi (Special Properties): Just mention line-spacing and
6395 line-height here, add xref to new "Line Height" node.
6396
63972004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
6398
6399 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
6400
6401 * locals.texi (Standard Buffer-Local Variables):
6402 Add @xref for `line-spacing'.
6403
64042004-12-05 Richard M. Stallman <rms@gnu.org>
6405
6406 * Makefile.in (maintainer-clean): Remove the info files
6407 in $(infodir) where they are created.
6408
64092004-12-03 Richard M. Stallman <rms@gnu.org>
6410
6411 * windows.texi (Selecting Windows): get-lru-window and
6412 get-largest-window don't consider dedicated windows.
6413
6414 * text.texi (Undo): Document undo-in-progress.
6415
64162004-11-26 Richard M. Stallman <rms@gnu.org>
6417
6418 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
6419 Remove a few vars that are not always buffer-local.
6420
64212004-11-24 Luc Teirlinck <teirllm@auburn.edu>
6422
6423 * locals.texi (Standard Buffer-Local Variables): Comment out
6424 xref's to non-existent node `Yet to be written'.
6425
64262004-11-24 Richard M. Stallman <rms@gnu.org>
6427
6428 * processes.texi (Synchronous Processes): Grammar fix.
6429
6430 * numbers.texi (Comparison of Numbers): Add eql.
6431
6432 * locals.texi (Standard Buffer-Local Variables): Add many vars.
6433
6434 * intro.texi (Printing Notation): Fix previous change.
6435
6436 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
6437 and default-indicate-buffer-boundaries from here.
6438 (Usual Display): To here.
6439 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
6440 (Usual Display): Move tab-width up.
6441
6442 * customize.texi (Variable Definitions): Replace
6443 show-paren-mode example with tooltip-mode.
6444 (Simple Types, Composite Types, Defining New Types):
6445 Minor cleanups.
6446
64472004-11-21 Jesper Harder <harder@ifa.au.dk>
6448
6449 * processes.texi (Synchronous Processes, Output from Processes):
6450 Markup fix.
6451
64522004-11-20 Richard M. Stallman <rms@gnu.org>
6453
6454 * positions.texi (Skipping Characters): skip-chars-forward
6455 now handles char classes.
6456
6457 * intro.texi (Printing Notation): Avoid confusion of `print'
6458 when explaining @print.
6459
6460 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
6461
6462 * display.texi (Display Table Format): Minor fix.
6463
6464 * streams.texi (Output Functions): Fix print example.
6465
6466 * Makefile.in (elisp): New target.
6467 (dist): Depend on $(infodir)/elisp, not elisp.
6468 Copy the info files from $(infodir).
6469
6470 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
6471 read-from-minibuffer.
6472
6473 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
6474
64752004-11-19 Richard M. Stallman <rms@gnu.org>
6476
6477 * searching.texi (Regexp Search): Add search-whitespace-regexp.
6478
64792004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
6480
6481 * tips.texi (Coding Conventions): Fix typo.
6482
64832004-11-16 Richard M. Stallman <rms@gnu.org>
6484
6485 * tips.texi (Coding Conventions): Separate defvar and require
6486 methods to avoid warnings. Use require only when there are many
6487 functions and variables from that package.
6488
6489 * minibuf.texi (Minibuffer Completion): When ignoring case,
6490 predicate must not be case-sensitive.
6491
6492 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
6493 (Test Coverage): Don't talk about "splotches". Clarified.
6494
64952004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
6496
6497 * frames.texi (Window Frame Parameters): Fix typo.
6498
64992004-11-15 Kim F. Storm <storm@cua.dk>
6500
6501 * symbols.texi (Other Plists): Note that plist-get may signal error.
6502 Add safe-plist-get.
6503
65042004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
6505
6506 * modes.texi (Font Lock Basics): Fix typo.
6507
65082004-11-08 Richard M. Stallman <rms@gnu.org>
6509
6510 * syntax.texi (Syntax Table Functions): Add syntax-after.
6511
65122004-11-06 Lars Brinkhoff <lars@nocrew.org>
6513
6514 * os.texi (Processor Run Time): New section documenting
6515 get-internal-run-time.
6516
65172004-11-06 Eli Zaretskii <eliz@gnu.org>
6518
6519 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
6520 it nukes elisp-cover.texi.
6521 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
6522 elisp-0 etc.
6523
65242004-11-05 Luc Teirlinck <teirllm@auburn.edu>
6525
6526 * commands.texi (Keyboard Macros): Document `append' return value
6527 of `defining-kbd-macro'.
6528
65292004-11-01 Richard M. Stallman <rms@gnu.org>
6530
6531 * commands.texi (Interactive Call): Add called-interactively-p.
6532
65332004-10-29 Simon Josefsson <jas@extundo.com>
6534
6535 * minibuf.texi (Reading a Password): Revert.
6536
65372004-10-28 Richard M. Stallman <rms@gnu.org>
6538
6539 * frames.texi (Display Feature Testing): Explain about "vendor".
6540
65412004-10-27 Richard M. Stallman <rms@gnu.org>
6542
6543 * commands.texi (Interactive Codes): `N' uses numeric prefix,
6544 not raw. Clarify `n'.
6545 (Interactive Call): Rewrite interactive-p, focusing on when
6546 and how to use it.
6547 (Misc Events): Clarify previous change.
6548
6549 * advice.texi (Simple Advice): Clarify what job the example does.
6550 (Around-Advice): Clarify ad-do-it.
6551 (Activation of Advice): An option of ad-default-compilation-action
6552 is `never', not `nil'.
6553
65542004-10-26 Kim F. Storm <storm@cua.dk>
6555
6556 * commands.texi (Interactive Codes): Add U code letter.
6557
65582004-10-25 Simon Josefsson <jas@extundo.com>
6559
6560 * minibuf.texi (Reading a Password): Add.
6561
65622004-10-24 Jason Rumney <jasonr@gnu.org>
6563
6564 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
6565 and wheel-down.
6566
65672004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
6568
6569 * processes.texi (Synchronous Processes): Document process-file.
6570
65712004-10-22 Kenichi Handa <handa@m17n.org>
6572
6573 * text.texi (translate-region): Document that it accepts also a
6574 char-table.
6575
65762004-10-22 David Ponce <david@dponce.com>
6577
6578 * windows.texi (Resizing Windows): Document the `preserve-before'
6579 argument of the functions `enlarge-window' and `shrink-window'.
6580
65812004-10-19 Jason Rumney <jasonr@gnu.org>
6582
6583 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
6584
65852004-10-09 Luc Teirlinck <teirllm@auburn.edu>
6586
6587 * text.texi (Filling): Add anchor for definition of
6588 `sentence-end-double-space'.
6589
6590 * searching.texi (Regexp Example): Update description of how
6591 Emacs currently recognizes the end of a sentence.
6592 (Standard Regexps): Update definition of the variable
6593 `sentence-end'. Add definition of the function `sentence-end'.
6594
65952004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
6596
6597 * display.texi (Progress): New node.
6598
65992004-10-05 Kim F. Storm <storm@cua.dk>
6600
6601 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
6602
66032004-09-29 Kim F. Storm <storm@cua.dk>
6604
6605 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
6606 to identify bitmaps. Remove -fringe-bitmap suffix for standard
6607 fringe bitmap symbols, as they now have their own namespace.
6608 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
6609 vs. pixels. Signal error if no free bitmap slots.
6610 (Pixel Specification): Change IMAGE to @var{image}.
6611
66122004-09-28 Richard M. Stallman <rms@gnu.org>
6613
6614 * text.texi (Special Properties): Clarify line-spacing and line-height.
6615
6616 * searching.texi (Regexp Search): Add looking-back.
6617
66182004-09-25 Luc Teirlinck <teirllm@auburn.edu>
6619
6620 * display.texi: Correct typos.
6621 (Image Descriptors): Correct xref's.
6622
66232004-09-25 Richard M. Stallman <rms@gnu.org>
6624
6625 * text.texi (Special Properties): Cleanups in `cursor'.
6626 Rewrites in `line-height' and `line-spacing'; exchange them.
6627
6628 * display.texi (Fringes): Rewrite previous change.
6629 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
6630 (Display Fringe Bitmaps): Node deleted, text moved.
6631 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
6632 (Scroll Bars): Clarify set-window-scroll-bars.
6633 (Pointer Shape): Rewrite.
6634 (Specified Space): Clarify :align-to, etc.
6635 (Pixel Specification): Use @var. Clarify new text.
6636 (Other Display Specs): Clarify `slice'.
6637 (Image Descriptors): Cleanups.
6638 (Showing Images): Cleanups.
6639
66402004-09-24 Luc Teirlinck <teirllm@auburn.edu>
6641
6642 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
6643
6644 * modes.texi: Various minor changes in addition to:
6645 (Major Mode Conventions): Final call to `run-mode-hooks' should
6646 not be inside the `delay-mode-hooks' form.
6647 (Mode Hooks): New node.
6648 (Hooks): Delete obsolete example.
6649 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
6650 node "Mode Hooks".
6651
66522004-09-22 Luc Teirlinck <teirllm@auburn.edu>
6653
6654 * display.texi: Correct various typos.
6655 (Display): Rename node "Pointer Shapes" to "Pointer
6656 Shape". (There is already a node called "Pointer Shapes" in
6657 frames.texi.)
6658 (Images): Remove non-existent node "Image Slices" from menu.
6659
66602004-09-23 Kim F. Storm <storm@cua.dk>
6661
6662 * text.texi (Special Properties): Add `cursor', `pointer',
6663 `line-height', and `line-spacing' properties.
6664
6665 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
6666 Shapes' to menu.
6667 (Standard Faces): Doc fix for fringe face.
6668 (Fringes): Add `overflow-newline-into-fringe' and
6669 'indicate-buffer-boundaries'.
6670 (Fringe Bitmaps, Pointer Shapes): New nodes.
6671 (Display Property): Add 'Pixel Specification' and 'Display Fringe
6672 Bitmaps' to menu.
6673 (Specified Space): Describe pixel width and height.
6674 (Pixel Specification): New node.
6675 (Other Display Specs): Add `slice' property.
6676 (Display Fringe Bitmaps): New node.
6677 (Images): Add 'Image Slices' to menu.
6678 (Image Descriptors): Add `:pointer' and `:map' properties.
6679 (Showing Images): Add slice arg to `insert-image'. Add
6680 'insert-sliced-image'.
6681
66822004-09-20 Richard M. Stallman <rms@gnu.org>
6683
6684 * commands.texi (Key Sequence Input):
6685 Clarify downcasing in read-key-sequence.
6686
66872004-09-08 Juri Linkov <juri@jurta.org>
6688
6689 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
6690
66912004-09-07 Luc Teirlinck <teirllm@auburn.edu>
6692
6693 * locals.texi (Standard Buffer-Local Variables): Add
6694 `buffer-auto-save-file-format'.
6695 * internals.texi (Buffer Internals): Describe new
6696 auto_save_file_format field of the buffer structure.
6697 * files.texi (Format Conversion): `auto-save-file-format' has been
6698 renamed `buffer-auto-save-file-format'.
6699
67002004-08-27 Luc Teirlinck <teirllm@auburn.edu>
6701
6702 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
6703 an integer or a marker.
6704 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
6705
67062004-08-22 Richard M. Stallman <rms@gnu.org>
6707
6708 * modes.texi (Major Mode Conventions): Discuss rebinding of
6709 standard key bindings.
6710
67112004-08-18 Kim F. Storm <storm@cua.dk>
6712
6713 * processes.texi (Accepting Output): Add `just-this-one' arg to
6714 `accept-process-output'.
6715 (Output from Processes): New var `process-adaptive-read-buffering'.
6716
67172004-08-10 Luc Teirlinck <teirllm@auburn.edu>
6718
6719 * keymaps.texi: Various changes in addition to:
6720 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
6721 Give more varied examples for `kbd'.
6722 (Creating Keymaps): Char tables have slots for all characters
6723 without modifiers.
6724 (Active Keymaps): `overriding-local-map' and
6725 `overriding-terminal-local-map' also override text property and
6726 overlay keymaps.
6727 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
6728 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
6729 to denote a prefix of no events.
6730 `map-keymap' includes parent's bindings _recursively_.
6731 Clarify and correct description of `where-is-internal'.
6732 Mention BUFFER-OR-NAME arg to `describe-bindings'.
6733 (Menu Example): For menus intended for use with the keyboard, the
6734 menu items should be bound to characters or real function keys.
6735
67362004-08-08 Luc Teirlinck <teirllm@auburn.edu>
6737
6738 * objects.texi (Character Type): Reposition `@anchor' to prevent
6739 double space inside sentence in Info.
6740
6741 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
6742 renamed to `disabled-command-function'.
6743 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
6744 (Command Loop Info): Replace reference to it.
6745 (Disabling Commands): `disabled-command-hook' has been renamed to
6746 `disabled-command-function'.
6747
67482004-08-07 Luc Teirlinck <teirllm@auburn.edu>
6749
6750 * os.texi (Translating Input): Only non-prefix bindings in
6751 `key-translation-map' override actual key bindings. Warn about
6752 possible indirect effect of actual key bindings on non-prefix
6753 bindings in `key-translation-map'.
6754
67552004-08-06 Luc Teirlinck <teirllm@auburn.edu>
6756
6757 * minibuf.texi (High-Level Completion): Add anchor for definition
6758 of `read-variable'.
6759
6760 * commands.texi: Various changes in addition to:
6761 (Using Interactive): Clarify description of `interactive-form'.
6762 (Interactive Call): Mention default for KEYS argument to
6763 `call-interactively'.
6764 (Command Loop Info): Clarify description of `this-command-keys'.
6765 Mention KEEP-RECORD argument to `clear-this-command-keys'.
6766 Value of `last-event-frame' can be `macro'.
6767 (Repeat Events): `double-click-fuzz' is also used to distinguish
6768 clicks and drags.
6769 (Classifying Events): Clarify descriptions of `event-modifiers'
6770 `event-basic-type' and `event-convert-list'.
6771 (Accessing Events): `posn-timestamp' takes POSITION argument.
6772 (Quoted Character Input): Clarify description of
6773 `read-quoted-char' and fix example.
6774 (Quitting): Add `with-local-quit'.
6775 (Disabling Commands): Correct and clarify descriptions of
6776 `enable-command' and `disable-command'.
6777 Mention what happens if `disabled-command-hook' is nil.
6778 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
6779 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
6780
67812004-07-24 Luc Teirlinck <teirllm@auburn.edu>
6782
6783 * frames.texi: Various changes in addition to:
6784 (Creating Frames): Expand and clarify description of `make-frame'.
6785 (Window Frame Parameters): Either none or both of the `icon-left'
6786 and `icon-top' parameters must be specified. Put descriptions of
6787 `menu-bar-lines' and `toolbar-lines' closer together and change
6788 them accordingly.
6789 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
6790 except while processing `frame-title-format' or `icon-title-format'.
6791 (Deleting Frames): Correct description of `delete-frame'.
6792 Non-nil return values of `frame-live-p' are like those of `framep'.
6793 (Frames and Windows): Mention return value of
6794 `set-frame-selected-window'.
6795 (Visibility of Frames): Mention `force' argument to
6796 `make-frame-invisible'. `frame-visible-p' returns t for all
6797 frames on text-only terminals.
6798 (Frame Configurations): Restoring a frame configuration does not
6799 restore deleted frames.
6800 (Window System Selections): `x-set-selection' returns DATA.
6801 (Resources): Add example.
6802 (Display Feature Testing): Clarify descriptions of
6803 `display-pixel-height', `display-pixel-width', `x-server-version'
6804 and `x-server-vendor'.
6805
6806 * windows.texi (Choosing Window): Add anchor.
6807 * minibuf.texi (Minibuffer Misc): Add anchor.
6808
68092004-07-23 John Paul Wallington <jpw@gnu.org>
6810
6811 * macros.texi (Defining Macros): Declaration keyword for setting
6812 Edebug spec is `debug' not `edebug'.
6813
68142004-07-19 Luc Teirlinck <teirllm@auburn.edu>
6815
6816 * windows.texi: Various small changes in addition to:
6817 (Window Point): Mention return value of `set-window-point'.
6818 (Window Start): `pos-visible-in-window-p' disregards horizontal
6819 scrolling. Explain return value if PARTIALLY is non-nil.
6820 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
6821 and `set-window-vscroll'.
6822 (Size of Window): The argument WINDOW to `window-inside-edges',
6823 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
6824 (Resizing Windows): Explain return value of
6825 `shrink-window-if-larger-than-buffer'.
6826 `window-size-fixed' automatically becomes buffer local when set.
6827 (Window Configurations): Explain return value of
6828 `set-window-configuration'.
6829
6830 * minibuf.texi (Minibuffer Misc): Add anchor for
6831 `minibuffer-scroll-window'.
6832
6833 * positions.texi (Text Lines): Add anchor for `count-lines'.
6834
68352004-07-17 Richard M. Stallman <rms@gnu.org>
6836
6837 * display.texi (Overlay Properties): Adding `evaporate' prop
6838 deletes empty overlay immediately.
6839
6840 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
6841 fix example.
6842
68432004-07-16 Jim Blandy <jimb@redhat.com>
6844
6845 * searching.texi (Regexp Backslash): Document new \_< and \_>
6846 operators.
6847
68482004-07-16 Juanma Barranquero <lektu@terra.es>
6849
6850 * display.texi (Images): Fix Texinfo usage.
6851
68522004-07-14 Luc Teirlinck <teirllm@auburn.edu>
6853
6854 * buffers.texi (Modification Time): `visited-file-modtime' now
6855 returns a list of two integers, instead of a cons.
6856
68572004-07-13 Luc Teirlinck <teirllm@auburn.edu>
6858
6859 * windows.texi: Various changes in addition to:
6860 (Splitting Windows): Add `split-window-keep-point'.
6861
68622004-07-09 Richard M. Stallman <rms@gnu.org>
6863
6864 * frames.texi (Input Focus): Minor fix.
6865
68662004-07-07 Luc Teirlinck <teirllm@auburn.edu>
6867
6868 * frames.texi (Input Focus): Clarify descriptions of
6869 `select-frame-set-input-focus' and `select-frame'.
6870
68712004-07-06 Luc Teirlinck <teirllm@auburn.edu>
6872
6873 * os.texi: Various small changes in addition to:
6874 (Killing Emacs): Expand and clarify description of
6875 `kill-emacs-query-functions' and `kill-emacs-hook'.
6876 (System Environment): Expand and clarify description of `getenv'
6877 and `setenv'.
6878 (Timers): Clarify description of `run-at-time'.
6879 (Translating Input): Correct description of
6880 `extra-keyboard-modifiers'.
6881 (Flow Control): Correct description of `enable-flow-control'.
6882
68832004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
6884
6885 * os.texi: Update copyright.
6886 (Session Management): Grammar fix.
6887 Clarify which Emacs does the restarting.
6888 Use @samp for *scratch* buffer.
6889
68902004-07-04 Alan Mackenzie <acm@muc.de>
6891
6892 * frames.texi (Input Focus): Add documentation for
6893 `select-frame-set-input-focus'. Replace refs to non-existent
6894 `switch-frame' with `select-frame'. Minor corrections and tidying
6895 up of text-only terminal stuff.
6896
68972004-07-02 Richard M. Stallman <rms@gnu.org>
6898
6899 * files.texi (Saving Buffers): Cleanup write-contents-function.
6900 (Magic File Names): Cleanup file-remote-p.
6901
b344d29d 69022004-07-02 Kai Großjohann <kai@emptydomain.de>
b8d4c8d0
GM
6903
6904 * files.texi (Magic File Names): `file-remote-p' returns an
6905 identifier of the remote system, not just t.
6906
69072004-07-02 David Kastrup <dak@gnu.org>
6908
6909 * searching.texi (Entire Match Data): Add explanation about new
6910 match-data behavior when @var{integers} is non-nil.
6911
69122004-06-24 Richard M. Stallman <rms@gnu.org>
6913
6914 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
6915
6916 * customize.texi (Variable Definitions): Note about doc strings
6917 and :set.
6918
6919 * keymaps.texi (Keymap Terminology): Document `kbd'.
6920 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
6921
6922 * display.texi (Invisible Text): Setting buffer-invisibility-spec
6923 makes it buffer-local.
6924
6925 * files.texi (Saving Buffers): Correct previous change.
6926
6927 * commands.texi (Accessing Events):
6928 Clarify posn-col-row and posn-actual-col-row.
6929
69302004-06-24 David Ponce <david.ponce@wanadoo.fr>
6931
6932 * commands.texi (Accessing Events): New functions
6933 posn-at-point and posn-at-x-y. Add example to posn-x-y.
6934
69352004-06-23 Luc Teirlinck <teirllm@auburn.edu>
6936
6937 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
6938 * frames.texi, buffers.texi, backups.texi, variables.texi:
6939 * loading.texi, eval.texi, functions.texi, control.texi:
6940 * symbols.texi, minibuf.texi: Reposition @anchor's.
6941
6942 * help.texi: Various small changes in addition to the following.
6943 (Describing Characters): Describe PREFIX argument to
6944 `key-description'. Correct and clarify definition of
6945 `text-char-description'. Describe NEED-VECTOR argument to
6946 `read-kbd-macro'.
6947 (Help Functions): Clarify definition of `apropos'.
6948
69492004-06-23 Lars Hansen <larsh@math.ku.dk>
6950
6951 * files.texi (Saving Buffers): Correct description of
6952 `write-contents-functions'.
6953
69542004-06-21 Juanma Barranquero <lektu@terra.es>
6955
6956 * display.texi (Images): Remove redundant @vindex directives.
6957 Rewrite `image-library-alist' doc in active voice.
6958
69592004-06-14 Juanma Barranquero <lektu@terra.es>
6960
6961 * display.texi (Images): Document new delayed library loading,
6962 variable `image-library-alist' and (existing but undocumented)
6963 function `image-type-available-p'.
6964
69652004-06-05 Richard M. Stallman <rms@gnu.org>
6966
6967 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
6968 refer the user to the Initial Input node.
6969 (Text from Minibuffer): Likewise.
6970 (Initial Input): New node. Document this feature
6971 and say it is mostly deprecated.
6972
69732004-05-30 Richard M. Stallman <rms@gnu.org>
6974
6975 * loading.texi (Named Features): Clarify return value
6976 and meaning of NOERROR.
6977
6978 * variables.texi (File Local Variables): Minor cleanup.
6979
69802004-05-30 Michael Albinus <michael.albinus@gmx.de>
6981
6982 * files.texi (Magic File Names): Add `file-remote-p' as operation
6983 of file name handlers.
6984
69852004-05-29 Richard M. Stallman <rms@gnu.org>
6986
6987 * modes.texi (Minor Mode Conventions): (-) has no special meaning
6988 as arg to a minor mode command.
6989
69902004-05-22 Richard M. Stallman <rms@gnu.org>
6991
6992 * syntax.texi (Syntax Class Table): Word syntax not just for English.
6993
6994 * streams.texi (Output Variables): Doc float-output-format.
6995
6996 * searching.texi (Regexp Special): Nested repetition can be infloop.
6997
6998 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
6999 real stack overflow.
7000
7001 * compile.texi: Minor cleanups.
7002
70032004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
7004
7005 * lists.texi (Cons Cells): Explain dotted lists, true lists,
7006 circular lists.
7007 (List Elements): Explain handling of circular and dotted lists.
7008
70092004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
7010
7011 * modes.texi (Search-based Fontification): Fix typo.
7012
70132004-05-10 Juanma Barranquero <lektu@terra.es>
7014
7015 * modes.texi (Mode Line Variables): Fix description of
7016 global-mode-string, which is now after which-func-mode, not the
7017 buffer name.
7018
70192004-05-07 Lars Hansen <larsh@math.ku.dk>
7020
7021 * modes.texi (Desktop Save Mode): Add.
7022 (Modes): Add menu entry Desktop Save Mode.
7023
7024 * hooks.texi: Add desktop-after-read-hook,
7025 desktop-no-desktop-file-hook and desktop-save-hook.
7026
7027 * locals.texi: Add desktop-save-buffer.
7028
70292004-04-30 Jesper Harder <harder@ifa.au.dk>
7030
7031 * display.texi: emacs -> Emacs.
7032
70332004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
7034
7035 * files.texi (Changing Files): Document set-file-times.
7036
70372004-04-23 Juanma Barranquero <lektu@terra.es>
7038
7039 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
7040
70412004-04-18 Jesper Harder <harder@ifa.au.dk>
7042
7043 * tips.texi (Coding Conventions): defopt -> defcustom.
7044
70452004-04-16 Luc Teirlinck <teirllm@auburn.edu>
7046
7047 * sequences.texi: Various clarifications.
7048
70492004-04-14 Luc Teirlinck <teirllm@auburn.edu>
7050
7051 * buffers.texi (Read Only Buffers): Mention optional ARG to
7052 `toggle-read-only'.
7053
70542004-04-14 Nick Roberts <nick@nick.uklinux.net>
7055
7056 * windows.texi (Selecting Windows): Note that get-lru-window
7057 returns a full-width window if possible.
7058
70592004-04-13 Luc Teirlinck <teirllm@auburn.edu>
7060
7061 * buffers.texi: Various changes in addition to:
7062 (Buffer File Name): Add `find-buffer-visiting'.
7063 (Buffer Modification): Mention optional ARG to `not-modified'.
7064 (Indirect Buffers): Mention optional CLONE argument to
7065 `make-indirect-buffer'.
7066
7067 * files.texi: Various changes in addition to:
7068 (Visiting Functions): `find-file-hook' is now a normal hook.
7069 (File Name Expansion): Explain difference between the way that
7070 `expand-file-name' and `file-truename' treat `..'.
7071 (Contents of Directories): Mention optional ID-FORMAT argument to
7072 `directory-files-and-attributes'.
7073 (Format Conversion): Mention new optional CONFIRM argument to
7074 `format-write-file'.
7075
70762004-04-12 Miles Bader <miles@gnu.org>
7077
7078 * macros.texi (Expansion): Add description of `macroexpand-all'.
7079
70802004-04-05 Jesper Harder <harder@ifa.au.dk>
7081
7082 * variables.texi (Variable Aliases): Mention
7083 cyclic-variable-indirection.
7084
7085 * errors.texi (Standard Errors): Ditto.
7086
70872004-04-04 Luc Teirlinck <teirllm@auburn.edu>
7088
7089 * backups.texi: Various small changes in addition to:
7090 (Making Backups): Mention return value of `backup-buffer'.
7091 (Auto-Saving): Mention optional FORCE argument to
7092 `delete-auto-save-file-if-necessary'.
7093 (Reverting): Mention optional PRESERVE-MODES argument to
7094 `revert-buffer'. Correct description of `revert-buffer-function'.
7095
70962004-03-22 Juri Linkov <juri@jurta.org>
7097
7098 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
7099 with `Vector Functions'.
7100
7101 * text.texi (Sorting): Add missing quote.
7102
71032004-03-14 Luc Teirlinck <teirllm@auburn.edu>
7104
7105 * intro.texi (Lisp History): Replace xref to `cl' manual with
7106 inforef.
7107
71082004-03-12 Richard M. Stallman <rms@gnu.org>
7109
7110 * intro.texi (Version Info): Add arg to emacs-version.
7111 (Lisp History): Change xref to CL manual.
7112
71132004-03-09 Luc Teirlinck <teirllm@auburn.edu>
7114
7115 * minibuf.texi (Completion Commands): Add xref to Emacs manual
7116 for Partial Completion mode.
7117
71182004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
7119
7120 * customize.texi: Fix typo. Remove eol whitespace.
7121
71222004-03-04 Richard M. Stallman <rms@gnu.org>
7123
7124 * processes.texi: Fix typos.
7125
7126 * lists.texi (Building Lists): Minor clarification.
7127
7128 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
7129 in make-hash-table.
7130
71312004-02-29 Juanma Barranquero <lektu@terra.es>
7132
7133 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
7134 rm, and ignore exit code.
7135
71362004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
7137
7138 * display.texi (Defining Faces): Add description for min-colors.
7139 Update example.
7140
71412004-02-23 Luc Teirlinck <teirllm@auburn.edu>
7142
7143 * abbrevs.texi: Various corrections and clarifications in addition
7144 to the following:
7145 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
7146
71472004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
7148
7149 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
7150
71512004-02-21 Luc Teirlinck <teirllm@auburn.edu>
7152
7153 * text.texi: Various small changes in addition to the following:
7154 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
7155 to delete-horizontal-space.
7156 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
7157 description of yank-handler text property at various places.
7158
7159 * frames.texi (Window System Selections): Add anchor.
7160
7161 * syntax.texi (Syntax Table Functions): Clarify and correct
7162 descriptions of make-syntax-table and copy-syntax-table.
7163 (Motion and Syntax): Clarify SYNTAXES argument to
7164 skip-syntax-forward.
7165 (Parsing Expressions): Mention that the return value of
7166 parse-partial-sexp is currently a list of ten rather than nine
7167 elements.
7168 (Categories): Various corrections and clarifications.
7169
71702004-02-17 Luc Teirlinck <teirllm@auburn.edu>
7171
7172 * markers.texi (Marker Insertion Types): Minor change.
7173
7174 * locals.texi (Standard Buffer-Local Variables):
7175 * commands.texi (Interactive Codes, Using Interactive):
7176 * functions.texi (Related Topics): Fix xrefs.
7177
71782004-02-16 Luc Teirlinck <teirllm@auburn.edu>
7179
7180 * lists.texi (Sets And Lists): Update description of delete-dups.
7181
71822004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
7183
7184 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
7185
c8763fb6 71862004-02-16 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
7187
7188 * frames.texi (Parameter Access): frame-parameters arg is optional.
7189 modify-frame-parameters handles nil for FRAME.
7190 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
7191 are all-or-nothing for certain toolkits.
7192 Mention parameter wait-for-wm.
7193 (Frames and Windows): In frame-first-window and frame-selected-window
7194 the arg is optional.
7195 (Input Focus): In redirect-frame-focus the second arg is optional.
7196 (Window System Selections): Mention selection type CLIPBOARD.
7197 Mention data-type UTF8_STRING.
7198 Mention numbering of cut buffers.
7199 (Resources): Describe x-resource-name.
7200
72012004-02-16 Richard M. Stallman <rms@gnu.org>
7202
7203 * windows.texi (Buffers and Windows): Delete false table
7204 about all-frames.
7205
7206 * syntax.texi (Parsing Expressions): Delete old caveat
7207 about parse-sexp-ignore-comments.
7208
7209 * streams.texi (Output Variables): Add print-quoted.
7210
7211 * lists.texi (Building Lists): Minor cleanup.
7212
7213 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
7214
7215 * display.texi (Overlays): Explain overlays use markers.
7216 (Managing Overlays): Explain front-advance and rear-advance
7217 in more detail.
7218
7219 * loading.texi (Unloading): Document unload-feature-special-hooks.
7220 Get rid of fns-NNN.el file.
7221
72222004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
7223
7224 * help.texi (Describing Characters): Fix text-char-description
7225 example output.
7226
7227 * edebug.texi (Using Edebug): Fix example.
7228
7229 * debugging.texi (Internals of Debugger): Fix return value.
7230
7231 * files.texi (Changing Files): Fix argname.
7232
7233 * calendar.texi: Fix parens, and default values.
7234
7235 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
7236 * nonascii.texi, objects.texi, os.texi: Minor fixes.
b3e755a9 7237 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
b8d4c8d0
GM
7238
7239 * positions.texi (Text Lines): Don't add -1 in current-line.
7240
72412004-02-16 Richard M. Stallman <rms@gnu.org>
7242
7243 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
7244
72452004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
7246
7247 * processes.texi (Low-Level Network): Fix a typo.
7248
72492004-02-12 Kim F. Storm <storm@cua.dk>
7250
7251 * display.texi (Fringes): Use consistent wording.
7252 Note that window-fringe's window arg is optional.
7253 (Scroll Bars): Use consistent wording.
7254
72552004-02-11 Luc Teirlinck <teirllm@auburn.edu>
7256
7257 * tips.texi (Comment Tips): Document the new conventions for
7258 commenting out code.
7259
c8763fb6 72602004-02-07 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
7261
7262 * positions.texi (Text Lines): Added missing end defun.
7263
72642004-02-07 Kim F. Storm <storm@cua.dk>
7265
7266 * positions.texi (Text Lines): Add line-number-at-pos.
7267
72682004-02-06 John Paul Wallington <jpw@gnu.org>
7269
7270 * display.texi (Button Properties, Button Buffer Commands):
7271 mouse-2 invokes button, not down-mouse-1.
7272
72732004-02-04 Jason Rumney <jasonr@gnu.org>
7274
7275 * makefile.w32-in: Sync with Makefile.in changes.
7276
72772004-02-03 Luc Teirlinck <teirllm@auburn.edu>
7278
7279 * minibuf.texi (Text from Minibuffer): Various corrections and
7280 clarifications.
7281 (Object from Minibuffer): Correct Lisp description of
7282 read-minibuffer.
7283 (Minibuffer History): Clarify description of cons values for
7284 HISTORY arguments.
7285 (Basic Completion): Various corrections and clarifications. Add
7286 completion-regexp-list.
7287 (Minibuffer Completion): Correct and clarify description of
7288 completing-read.
7289 (Completion Commands): Mention Partial Completion mode. Various
7290 other minor changes.
7291 (High-Level Completion): Various corrections and clarifications.
7292 (Reading File Names): Ditto.
7293 (Minibuffer Misc): Ditto.
7294
72952004-01-26 Luc Teirlinck <teirllm@auburn.edu>
7296
7297 * strings.texi (Text Comparison): assoc-string also matches
7298 elements of alists that are strings instead of conses.
7299 (Formatting Strings): Standardize Texinfo usage. Update index
7300 entries.
7301
73022004-01-20 Luc Teirlinck <teirllm@auburn.edu>
7303
7304 * lists.texi (Sets And Lists): Add delete-dups.
7305
73062004-01-15 Luc Teirlinck <teirllm@auburn.edu>
7307
7308 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
7309 special form.
7310 * macros.texi (Defining Macros): Update description of `declare',
7311 which now is a macro.
7312 (Wrong Time): Fix typos.
7313
73142004-01-14 Luc Teirlinck <teirllm@auburn.edu>
7315
7316 * compile.texi (Compilation Functions): Expand descriptions of
7317 `compile-defun', `byte-compile-file', `byte-recompile-directory'
7318 and `batch-byte-compile'. In particular, mention and describe
7319 all optional arguments.
7320 (Disassembly): Correct and clarify the description of `disassemble'.
7321
73222004-01-11 Luc Teirlinck <teirllm@auburn.edu>
7323
7324 * searching.texi: Various small changes in addition to the
7325 following.
7326 (Regexp Example): Adapt to new value of `sentence-end'.
7327 (Regexp Functions): The PAREN argument to `regexp-opt' can be
7328 `words'.
7329 (Search and Replace): Add usage note for `perform-replace'.
7330 (Entire Match Data): Mention INTEGERS and REUSE arguments to
7331 `match-data'.
7332 (Standard Regexps): Update for new values of `paragraph-start'
7333 and `sentence-end'.
7334
73352004-01-07 Luc Teirlinck <teirllm@auburn.edu>
7336
7337 * files.texi (Saving Buffers): Clarify descriptions of
7338 `write-contents-functions' and `before-save-hook'.
7339 Make the defvar's for `before-save-hook' and `after-save-hook'
7340 into defopt's.
7341
73422004-01-07 Kim F. Storm <storm@cua.dk>
7343
7344 * commands.texi (Click Events): Describe new image and
7345 width/height elements of click events.
7346 (Accessing Events): Add posn-string, posn-image, and
7347 posn-object-width-height. Change posn-object to return either
7348 image or string object.
7349
73502004-01-01 Simon Josefsson <jas@extundo.com>
7351
7352 * hooks.texi (Standard Hooks): Add before-save-hook.
7353 * files.texi (Saving Buffers): Likewise.
7354
73552004-01-03 Richard M. Stallman <rms@gnu.org>
7356
7357 * frames.texi (Frames and Windows): Delete frame-root-window.
7358
73592004-01-03 Luc Teirlinck <teirllm@auburn.edu>
7360
7361 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
7362
7363 * functions.texi: Various small changes in addition to the
7364 following.
7365 (What Is a Function): `functionp' returns nil for macros. Clarify
7366 behavior of this and following functions for symbol arguments.
7367 (Function Documentation): Add `\' in front of (fn @var{arglist})
7368 and explain why.
7369 (Defining Functions): Mention DOCSTRING argument to `defalias'.
7370 Add anchor.
7371 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
7372
73732004-01-01 Miles Bader <miles@gnu.org>
7374
7375 * display.texi (Buttons): New section.
7376
73772003-12-31 Andreas Schwab <schwab@suse.de>
7378
7379 * numbers.texi (Math Functions): sqrt reports a domain-error
7380 error.
7381 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
7382
73832003-12-30 Luc Teirlinck <teirllm@auburn.edu>
7384
7385 * tips.texi (Documentation Tips): Update item on hyperlinks in
7386 documentation strings.
7387
7388 * errors.texi (Standard Errors): Various small corrections and
7389 additions.
7390
7391 * control.texi: Various small changes in addition to the
7392 following.
7393 (Signaling Errors): Provide some more details on how `signal'
7394 constructs the error message. Add anchor to the definition of
7395 `signal'.
7396 (Error Symbols): Describe special treatment of `quit'.
7397 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
7398 to emphasize that it has to be a single form.
7399
7400 * buffers.texi: Add anchor.
7401
74022003-12-29 Richard M. Stallman <rms@gnu.org>
7403
7404 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
7405 (Window Configurations): Add window-configuration-frame.
7406
7407 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
7408
7409 * text.texi (Examining Properties): Add get-char-property-and-overlay.
7410 Change arg name in get-char-property.
7411 (Special Properties): Update handling of keymap property.
7412
7413 * strings.texi (Modifying Strings): Add clear-string.
7414 (Text Comparison): Add assoc-string and remove
7415 assoc-ignore-case, assoc-ignore-representation.
7416
7417 * os.texi (Time of Day): Add set-time-zone-rule.
7418
7419 * numbers.texi (Math Functions): asin, acos, log, log10
7420 report domain-error errors.
7421
7422 * nonascii.texi (Converting Representations):
7423 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
7424 (Encoding and I/O): Add file-name-coding-system.
7425
7426 * modes.texi (Search-based Fontification): Explain that
7427 face specs are symbols with face names as values.
7428
7429 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
7430
7431 * lists.texi (Building Lists): remq moved elsewhere.
7432 (Sets And Lists): remq moved here.
7433 (Association Lists): Refer to assoc-string.
7434
7435 * internals.texi (Garbage Collection): Add memory-use-counts.
7436
7437 * frames.texi (Frames and Windows): Add set-frame-selected-window
7438 and frame-root-window.
7439
7440 * files.texi (Contents of Directories):
7441 Add directory-files-and-attributes.
7442
7443 * display.texi (Refresh Screen): Add force-window-update.
7444 (Invisible Text): Explain about moving point out of invis text.
7445 (Overlay Properties): Add overlay-properties.
7446 (Managing Overlays): Add overlayp.
7447 (GIF Images): Invalid image number displays a hollow box.
7448
7449 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
7450 (Killing Buffers): Add buffer-live-p.
7451
74522003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
7453
7454 * display.texi (Fringes): Fix typo "set-buffer-window".
7455
74562003-12-24 Luc Teirlinck <teirllm@auburn.edu>
7457
7458 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
7459 * nonascii.texi, processes.texi, tips.texi, variables.texi:
7460 Add or change various xrefs and anchors.
7461
7462 * commands.texi: Replace all occurrences of @acronym{CAR} with
7463 @sc{car}, for consistency with the rest of the Elisp manual.
7464 `car' and `cdr' are historically acronyms, but are no longer
7465 widely thought of as such.
7466
7467 * internals.texi (Pure Storage): Mention that `purecopy' does not
7468 copy text properties.
7469 (Object Internals): Now 29 bits are used (in most implementations)
7470 to address Lisp objects.
7471
7472 * variables.texi (Variables with Restricted Values): New node.
7473
7474 * objects.texi (Lisp Data Types): Mention that certain variables
7475 can only take on a restricted set of values and add an xref to
7476 the new node "Variables with Restricted Values".
7477
7478 * eval.texi (Function Indirection): Describe the errors that
7479 `indirect-function' can signal.
7480 (Eval): Clarify the descriptions of `eval-region' and `values'.
7481 Describe `eval-buffer' instead of `eval-current-buffer' and
7482 mention `eval-current-buffer' as an alias for `current-buffer'.
7483 Correct the description and mention all optional arguments.
7484
7485 * nonascii.texi: Various small changes in addition to the
7486 following.
7487 (Converting Representations): Clarify behavior of
7488 `string-make-multibyte' and `string-to-multibyte' for unibyte all
7489 ASCII arguments.
7490 (Character Sets): Document the variable `charset-list' and adapt
7491 the definition of the function `charset-list' accordingly.
7492 (Translation of Characters): Clarify use of generic characters in
7493 `make-translation-table'. Clarify and correct the description of
7494 the use of translation tables in encoding and decoding.
7495 (User-Chosen Coding Systems): Correct and clarify the description
7496 of `select-safe-coding-system'.
7497 (Default Coding Systems): Clarify description of
7498 `file-coding-system-alist'.
7499
75002003-11-30 Luc Teirlinck <teirllm@auburn.edu>
7501
7502 * strings.texi (Text Comparison): Correctly describe when two
7503 strings are `equal'. Combine and clarify descriptions of
7504 `assoc-ignore-case' and `assoc-ignore-representation'.
7505
7506 * objects.texi (Non-ASCII in Strings): Clarify description of
7507 when a string is unibyte or multibyte.
7508 (Bool-Vector Type): Update examples.
7509 (Equality Predicates): Correctly describe when two strings are
7510 `equal'.
7511
75122003-11-29 Luc Teirlinck <teirllm@auburn.edu>
7513
7514 * lists.texi (Building Lists): `append' no longer accepts integer
7515 arguments. Update the description of `number-sequence' to reflect
7516 recent changes.
7517 (Sets And Lists): Describe `member-ignore-case' after `member'.
7518
75192003-11-27 Kim F. Storm <storm@cua.dk>
7520
7521 * commands.texi (Click Events): Click object may be an images.
7522 Describe (dx . dy) element of click positions.
7523 (Accessing Events): Remove duplicate posn-timestamp.
7524 New functions posn-object and posn-object-x-y.
7525
75262003-11-23 Kim F. Storm <storm@cua.dk>
7527
7528 * commands.texi (Click Events): Describe enhancements to event
7529 position lists, including new text-pos and (col . row) items.
7530 Mention left-fringe and right-fringe area events.
7531 (Accessing Events): New functions posn-area and
7532 posn-actual-col-row. Mention posn-timestamp. Mention that
7533 posn-point in non-text area still returns buffer position.
7534 Clarify posn-col-row.
7535
75362003-11-21 Lars Hansen <larsh@math.ku.dk>
7537
7538 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
7539 * anti.texi (File Attributes): Describe removed parameter
7540 ID-FORMAT.
7541
75422003-11-20 Luc Teirlinck <teirllm@auburn.edu>
7543
7544 * positions.texi (Positions): Mention that, if a marker is used as
7545 a position, its buffer is ignored.
7546
7547 * markers.texi (Overview of Markers): Mention it here too.
7548
75492003-11-12 Luc Teirlinck <teirllm@auburn.edu>
7550
7551 * numbers.texi (Numeric Conversions): Not just `floor', but also
7552 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
7553
75542003-11-10 Luc Teirlinck <teirllm@auburn.edu>
7555
7556 * markers.texi (Creating Markers): Specify insertion type of
7557 created markers. Add xref to `Marker Insertion Types'.
7558 Second argument to `copy-marker' is optional.
7559 (Marker Insertion Types): Mention that most markers are created
7560 with insertion type nil.
7561 (The Mark): Correctly describe when `mark' signals an error.
7562 (The Region): Correctly describe when `region-beginning' and
7563 `region-end' signal an error.
7564
75652003-11-08 Luc Teirlinck <teirllm@auburn.edu>
7566
7567 * hash.texi (Creating Hash): Clarify description of `eql'.
7568 `makehash' is obsolete.
7569 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
7570
7571 * positions.texi (Point): Change description of `buffer-end', so
7572 that it is also correct for floating point arguments.
7573 (List Motion): Correct argument lists of `beginning-of-defun' and
7574 `end-of-defun'.
7575 (Excursions): Add xref to `Marker Insertion Types'.
7576 (Narrowing): Argument to `narrow-to-page' is optional.
7577
75782003-11-06 Luc Teirlinck <teirllm@auburn.edu>
7579
7580 * streams.texi (Output Streams): Clarify behavior of point for
7581 marker output streams.
7582
75832003-11-04 Luc Teirlinck <teirllm@auburn.edu>
7584
7585 * variables.texi (Defining Variables): Second argument to
7586 `defconst' is not optional.
7587 (Setting Variables): Mention optional argument APPEND to
7588 `add-to-list'.
7589 (Creating Buffer-Local): Expand description of
7590 `make-variable-buffer-local'.
7591 (Frame-Local Variables): Expand description of
7592 `make-variable-frame-local'.
7593 (Variable Aliases): Correct description of optional argument
7594 DOCSTRING to `defvaralias'. Mention return value of
7595 `defvaralias'.
7596 (File Local Variables): Add xref to `File variables' in Emacs
7597 Manual. Correct description of `hack-local-variables'. Mention
7598 `safe-local-variable' property. Mention optional second argument
7599 to `risky-local-variable-p'.
7600
76012003-11-03 Luc Teirlinck <teirllm@auburn.edu>
7602
7603 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
7604
76052003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
7606
7607 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
7608 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
7609 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
7610 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
7611 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
7612 lispref/processes.texi, lispref/searching.texi,
7613 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
7614 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
7615 @acronym{FOO}.
7616
76172003-10-27 Luc Teirlinck <teirllm@auburn.edu>
7618
7619 * strings.texi (Creating Strings): Argument START to `substring'
7620 can not be `nil'. Expand description of
7621 `substring-no-properties'. Correct description of `split-string',
7622 especially with respect to empty matches. Prevent very bad line
7623 break in definition of `split-string-default-separators'.
7624 (Text Comparison): `string=' and `string<' also accept symbols as
7625 arguments.
7626 (String Conversion): More completely describe argument BASE in
7627 `string-to-number'.
7628 (Formatting Strings): `%s' and `%S' in `format' do require
7629 corresponding object. Clarify behavior of numeric prefix after
7630 `%' in `format'.
7631 (Case Conversion): The argument to `upcase-initials' can be a
7632 character.
7633
76342003-10-27 Kenichi Handa <handa@m17n.org>
7635
7636 * display.texi (Fontsets): Fix texinfo usage.
7637
76382003-10-25 Kenichi Handa <handa@m17n.org>
7639
7640 * display.texi (Fontsets): Add description of the function
7641 set-fontset-font.
7642
76432003-10-23 Luc Teirlinck <teirllm@auburn.edu>
7644
7645 * display.texi (Temporary Displays): Add xref to `Documentation
7646 Tips'.
7647
7648 * functions.texi (Function Safety): Use inforef instead of pxref
7649 for SES.
7650
76512003-10-23 Andreas Schwab <schwab@suse.de>
7652
7653 * Makefile.in (TEX, texinputdir): Don't define.
7654 (TEXI2DVI): Define.
7655 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
7656 add $(srcdir)/index.texi.
7657 ($(infodir)/elisp): Remove index.texi dependency.
7658 (elisp.dvi): Likewise. Use $(TEXI2DVI).
7659 (index.texi): Remove target.
7660 (dist): Don't link $(srcdir)/permute-index.
7661 (clean): Don't remove index.texi.
7662
7663 * permute-index, index.perm: Remove.
7664 * index.texi: Rename from index.unperm.
7665
76662003-10-22 Luc Teirlinck <teirllm@auburn.edu>
7667
7668 * tips.texi (Documentation Tips): Document new behavior for face
7669 and variable hyperlinks in Help mode.
7670
76712003-10-21 Luc Teirlinck <teirllm@auburn.edu>
7672
7673 * objects.texi (Integer Type): Update for extra bit of integer range.
7674 (Character Type): Ditto.
7675
76762003-10-16 Eli Zaretskii <eliz@gnu.org>
7677
7678 * numbers.texi (Integer Basics): Add index entries for reading
7679 numbers in hex, octal, and binary.
7680
76812003-10-16 Lute Kamstra <lute@gnu.org>
7682
7683 * modes.texi (Mode Line Format): Mention force-mode-line-update's
7684 argument.
7685
76862003-10-13 Luc Teirlinck <teirllm@auburn.edu>
7687
7688 * windows.texi (Choosing Window): Fix typo.
7689 * edebug.texi (Edebug Execution Modes): Fix typo.
7690
76912003-10-13 Richard M. Stallman <rms@gnu.org>
7692
7693 * windows.texi (Basic Windows): A window has fringe settings,
7694 display margins and scroll-bar settings.
7695 (Splitting Windows): Doc split-window return value.
7696 Clean up one-window-p.
7697 (Selecting Windows): Fix typo.
7698 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
7699 (Buffers and Windows): In set-window-buffer, explain effect
7700 on fringe settings and scroll bar settings.
7701 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
7702 (Choosing Window): Use defopt for pop-up-frame-function.
7703 For special-display-buffer-names, explain same-window and same-frame.
7704 Clarify window-dedicated-p return value.
7705 (Textual Scrolling): scroll-up and scroll-down can get an error.
7706 (Horizontal Scrolling): Clarify auto-hscroll-mode.
7707 Clarify set-window-hscroll.
7708 (Size of Window): Don't mention tool bar in window-height.
7709 (Coordinates and Windows): Explain what coordinates-in-window-p
7710 returns for fringes and display margins.
7711 (Window Configurations): Explain saving fringes, etc.
7712
7713 * tips.texi (Library Headers): Clean up Documentation.
7714
7715 * syntax.texi (Parsing Expressions): Clean up forward-comment
7716 and parse-sexp-lookup-properties.
7717
7718 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
7719
7720 * os.texi (System Environment): Clean up text for load-average errors.
7721
7722 * modes.texi (Hooks): Don't explain local hook details at front.
7723 Clarify run-hooks and run-hook-with-args a little.
7724 Clean up add-hook and remove-hook.
7725
7726 * edebug.texi (Edebug Execution Modes): Clarify t.
7727 Document edebug-sit-for-seconds.
7728 (Coverage Testing): Document C-x X = and =.
7729 (Instrumenting Macro Calls): Fix typo.
7730 (Specification List): Don't index the specification keywords.
7731
77322003-10-10 Kim F. Storm <storm@cua.dk>
7733
7734 * processes.texi (Network): Introduce make-network-process.
7735
77362003-10-09 Luc Teirlinck <teirllm@auburn.edu>
7737
7738 * tips.texi (Library Headers): Fix typo.
7739
77402003-10-07 Juri Linkov <juri@jurta.org>
7741
7742 * modes.texi (Imenu): Mention imenu-create-index-function's
7743 default value. Explain submenus better.
7744
77452003-10-07 Lute Kamstra <lute@gnu.org>
7746
7747 * modes.texi (Faces for Font Lock): Fix typo.
7748 (Hooks): Explain how buffer-local hook variables can refer to
7749 global hook variables.
7750 Various minor clarifications.
7751
77522003-10-06 Lute Kamstra <lute@gnu.org>
7753
7754 * tips.texi (Coding Conventions): Mention naming conventions for
7755 hooks.
7756
77572003-10-05 Luc Teirlinck <teirllm@auburn.edu>
7758
7759 * loading.texi (Library Search): Correct default value of
7760 load-suffixes.
7761 (Named Features): Fix typo.
7762
77632003-10-05 Richard M. Stallman <rms@gnu.org>
7764
7765 * loading.texi (Named Features): In `provide',
7766 say how to test for subfeatures.
7767 (Unloading): In unload-feature, use new var name
7768 unload-feature-special-hooks.
7769
77702003-10-03 Lute Kamstra <lute@gnu.org>
7771
7772 * modes.texi (Major Mode Conventions): Mention third way to set up
7773 Imenu.
7774 (Imenu): A number of small fixes.
7775 Delete documentation of internal variable imenu--index-alist.
7776 Document the return value format of imenu-create-index-function
7777 functions.
7778
77792003-09-30 Richard M. Stallman <rms@gnu.org>
7780
7781 * processes.texi (Network): Say what stopped datagram connections do.
7782
7783 * lists.texi (Association Lists): Clarify `assq-delete-all'.
7784
7785 * display.texi (Overlay Properties): Clarify `evaporate' property.
7786
77872003-09-29 Lute Kamstra <lute@gnu.org>
7788
7789 * modes.texi (Mode Line Data): Explain when symbols in mode-line
7790 constructs should be marked as risky.
7791 Change cons cell into proper list.
7792 (Mode Line Variables): Change cons cell into proper list.
7793
77942003-09-26 Lute Kamstra <lute@gnu.org>
7795
7796 * modes.texi (Mode Line Data): Document the :propertize construct.
7797 (Mode Line Variables): Reorder the descriptions of the variables
7798 to match their order in the default mode-line-format.
7799 Describe the new variables mode-line-position and mode-line-modes.
7800 Update the default values of mode-line-frame-identification,
7801 minor-mode-alist, and default-mode-line-format.
7802 (Properties in Mode): Mention the :propertize construct.
7803
78042003-09-26 Richard M. Stallman <rms@gnu.org>
7805
7806 * buffers.texi, commands.texi, debugging.texi, eval.texi:
7807 * loading.texi, minibuf.texi, text.texi, variables.texi:
7808 Avoid @strong{Note:}.
7809
78102003-09-26 Richard M. Stallman <rms@gnu.org>
7811
7812 * keymaps.texi (Remapping Commands): Fix typo.
7813
78142003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
7815
7816 * processes.texi (Low-Level Network): Fix typo.
7817
78182003-09-23 Kim F. Storm <storm@cua.dk>
7819
7820 * processes.texi (Network, Network Servers): Fix typos.
7821 (Low-Level Network): Add timeout value for :server keyword.
7822 Add new option keywords to make-network-process.
7823 Add set-network-process-options.
7824 Explain how to test availability of network options.
7825
78262003-09-19 Richard M. Stallman <rms@gnu.org>
7827
7828 * text.texi (Motion by Indent): Arg to
7829 backward-to-indentation and forward-to-indentation is optional.
7830
7831 * strings.texi (Creating Strings): Add substring-no-properties.
7832
7833 * processes.texi
7834 (Process Information): Add list-processes arg QUERY-ONLY.
7835 Delete process-contact from here.
7836 Add new status values for process-status.
7837 Add process-get, process-put, process-plist, set-process-plist.
7838 (Synchronous Processes): Add call-process-shell-command.
7839 (Signals to Processes): signal-process allows process objects.
7840 (Network): Complete rewrite.
7841 (Network Servers, Datagrams, Low-Level Network): New nodes.
7842
7843 * positions.texi (Word Motion): forward-word, backward-word
7844 arg is optional. Reword.
7845
7846 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
7847
7848 * variables.texi (Creating Buffer-Local):
7849 Delete duplicate definition of buffer-local-value.
7850 (File Local Variables): Explain about discarding text props.
7851
78522003-09-11 Richard M. Stallman <rms@gnu.org>
7853
7854 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
7855 changes variables that record input events.
7856 (Minibuffer Misc): Add minibuffer-selected-window.
7857
7858 * lists.texi (Building Lists): Add copy-tree.
7859
7860 * display.texi (Fontsets): Add char-displayable-p.
7861 (Scroll Bars): New node.
7862
78632003-09-08 Lute Kamstra <lute@gnu.org>
7864
7865 * modes.texi (%-Constructs): Document new `%i' and `%I'
7866 constructs.
7867
78682003-09-03 Peter Runestig <peter@runestig.com>
7869
7870 * makefile.w32-in: New file.
7871
78722003-08-29 Richard M. Stallman <rms@gnu.org>
7873
7874 * display.texi (Overlay Properties): Clarify how priorities
7875 affect use of the properties.
7876
78772003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
7878
7879 * customize.texi (Type Keywords): Correct the description of
7880 `:help-echo' in the case where `motion-doc' is a function.
7881
78822003-08-14 John Paul Wallington <jpw@gnu.org>
7883
7884 * modes.texi (Emulating Mode Line): Subsection, not section.
7885
78862003-08-13 Richard M. Stallman <rms@gnu.org>
7887
7888 * elisp.texi (Top): Update subnode lists in menu.
7889
7890 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
7891 (Kill Functions): kill-region has new arg yank-handler.
7892 (Yanking): New node.
7893 (Yank Commands): Add yank-undo-function.
7894 (Low-Level Kill Ring):
7895 kill-new and kill-append have new arg yank-handler.
7896 (Changing Properties): Add remove-list-of-text-properties.
7897 (Atomic Changes): New node.
7898
7899 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
7900
7901 * streams.texi (Output Variables): Add eval-expression-print-length
7902 and eval-expression-print-level.
7903
7904 * os.texi (Time Conversion): For encode-time, explain limits on year.
7905
7906 * objects.texi (Character Type): Define anchor "modifier bits".
7907
7908 * modes.texi (Emulating Mode Line): New node.
7909 (Search-based Fontification): Font Lock uses font-lock-face property.
7910 (Other Font Lock Variables): Likewise.
7911
7912 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
7913 not vectors.
7914 (Active Keymaps): Add emulation-mode-map-alists.
7915 (Functions for Key Lookup): key-binding has new arg no-remap.
7916 (Remapping Commands): New node.
7917 (Scanning Keymaps): where-is-internal has new arg no-remap.
7918 (Tool Bar): Add tool-bar-local-item-from-menu.
7919 Clarify when to use tool-bar-add-item-from-menu.
7920
7921 * commands.texi (Interactive Call): commandp has new arg.
7922 (Command Loop Info): Add this-original-command.
7923
79242003-08-06 John Paul Wallington <jpw@gnu.org>
7925
7926 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
7927
7928 * display.texi (Warning Basics): Fix typo.
7929 (Fringes): Add closing curly bracket and fix typo.
7930
7931 * elisp.texi (Top): Fix typo.
7932
79332003-08-05 Richard M. Stallman <rms@gnu.org>
7934
7935 * elisp.texi: Update lists of subnodes.
7936
7937 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
7938
7939 * variables.texi (Local Variables): Use lc for example variable names.
7940
7941 * tips.texi (Library Headers): Explain where to put -*-.
7942
7943 * strings.texi (Creating Strings): Fix xref for vconcat.
7944
7945 * sequences.texi (Vector Functions):
7946 vconcat no longer allows integer args.
7947
7948 * minibuf.texi (Reading File Names): read-file-name has new
7949 arg PREDICATE. New function read-directory-name.
7950
c4cc8b9a 7951 * macros.texi (Defining Macros): Give definition of `declare'.
b8d4c8d0
GM
7952 (Indenting Macros): New node.
7953
7954 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
7955 (Window Frame Parameters): Make separate table of parameters
7956 that are coupled with specific face attributes.
7957 (Deleting Frames): delete-frame-hooks renamed to
7958 delete-frame-functions.
7959
7960 * files.texi (Magic File Names): Add file-remote-p.
7961 Clarify file-local-copy.
7962
7963 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
7964 here; instead xref Defining Macros.
7965
7966 * display.texi (Warnings): New node, and subnodes.
7967 (Fringes): New node.
7968
7969 * debugging.texi (Test Coverage): New node.
7970
7971 * compile.texi (Compiler Errors): Explain with-no-warnings
7972 and other ways to suppress warnings.
7973
7974 * commands.texi (Interactive Call): Minor clarification.
7975
7976 * buffers.texi (Buffer File Name): set-visited-file-name
7977 renames the buffer too.
7978
7979 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
7980
79812003-07-24 Markus Rost <rost@math.ohio-state.edu>
7982
7983 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
7984
79852003-07-22 Markus Rost <rost@math.ohio-state.edu>
7986
7987 * internals.texi (Garbage Collection): Fix previous change.
7988
79892003-07-22 Richard M. Stallman <rms@gnu.org>
7990
7991 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
7992
7993 * display.texi (Width): Use \s syntax in example.
7994 (Font Selection): Add face-font-rescale-alist.
7995
7996 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
7997 Remove spurious indent in example.
7998
7999 * lists.texi (Building Lists): Add number-sequence.
8000
8001 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
8002
8003 * functions.texi (Function Documentation): Explain how to
8004 show calling convention explicitly in the doc string.
8005
8006 * windows.texi (Selecting Windows): save-selected-window saves
8007 selected window of each frame.
8008 (Window Configurations): Minor change.
8009
8010 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
8011
8012 * streams.texi (Output Variables): Add print-continuous-numbering
8013 and print-number-table.
8014
8015 * processes.texi (Decoding Output): New node.
8016
8017 * os.texi (Time Conversion): decode-time arg is optional.
8018
8019 * objects.texi (Character Type): Don't use space as example for \.
8020 Make list of char names and \-sequences correspond.
8021 Explain that \s is not used in strings. `\ ' needs space after.
8022
8023 * nonascii.texi (Converting Representations): Add string-to-multibyte.
8024 (Translation of Characters): Add translation-table-for-input.
8025 (Default Coding Systems): Add auto-coding-functions.
8026 (Explicit Encoding): Add decode-coding-inserted-region.
8027 (Locales): Add locale-info.
8028
8029 * minibuf.texi (Basic Completion): Describe test-completion.
8030 Collections can be lists of strings.
8031 Clean up lazy-completion-table.
8032 (Programmed Completion): Mention test-completion.
8033 Clarify why lambda expressions are not accepted.
8034 (Minibuffer Misc): Describe minibufferp.
8035
80362003-07-14 Richard M. Stallman <rms@gnu.org>
8037
8038 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
8039
8040 * windows.texi (Selecting Windows): New arg to select-window.
8041 (Selecting Windows): Add with-selected-window.
8042 (Size of Window): Add window-inside-edges, etc.
8043
8044 * internals.texi (Garbage Collection): Add post-gc-hook.
8045
8046 * processes.texi (Subprocess Creation): Add exec-suffixes.
8047
8048 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
8049 (Scanning Keymaps): Add map-keymaps.
8050 (Defining Menus): Add keymap-prompt.
8051
8052 * numbers.texi (Integer Basics): Add most-positive-fixnum,
8053 most-negative-fixnum.
8054
c4cc8b9a 8055 * compile.texi (Byte Compilation): Explain no-byte-compile.
b8d4c8d0
GM
8056 (Compiler Errors): New node.
8057
8058 * os.texi (User Identification): user-uid, user-real-uid
8059 can return float.
8060
8061 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
8062 and about derived modes.
8063 (Minor Modes): Add minor-mode-list.
8064 (Defining Minor Modes): Keyword args for define-minor-mode.
8065 (Search-based Fontification): Explain managing other properties.
8066 (Other Font Lock Variables): Add font-lock-extra-managed-props.
183080b6 8067 (Faces for Font Lock): Add font-lock-preprocessor-face.
b8d4c8d0
GM
8068 (Hooks): Add run-mode-hooks and delay-mode-hooks.
8069
8070 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
8071 (Variable Aliases): Clarify defvaralias.
8072
8073 * loading.texi (Library Search): Add load-suffixes.
8074
8075 * minibuf.texi (Basic Completion): Add lazy-completion-table.
8076 (Programmed Completion): Add dynamic-completion-table.
8077
8078 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
8079 (Magic File Names): Specify precedence order of handlers.
8080
8081 * commands.texi (Command Overview): Emacs server runs pre-command-hook
8082 and post-command-hook.
8083 (Waiting): New calling convention for sit-for.
8084
8085 * text.texi (Special Properties): local-map and keymap properties
8086 apply based on their stickiness.
8087
80882003-07-07 Richard M. Stallman <rms@gnu.org>
8089
8090 * modes.texi (Minor Mode Conventions): Specify only some kinds
8091 of list values as args to minor modes.
8092
8093 * files.texi (File Name Expansion): Warn about iterative use
8094 of substitute-in-file-name.
8095
8096 * advice.texi (Activation of Advice): Clean up previous change.
8097
80982003-07-06 Markus Rost <rost@math.ohio-state.edu>
8099
8100 * advice.texi (Activation of Advice): Note that ad-start-advice is
8101 turned on by default.
8102
81032003-06-30 Richard M. Stallman <rms@gnu.org>
8104
8105 * text.texi (Buffer Contents): Document current-word.
8106 (Change Hooks): Not called for *Messages*.
8107
8108 * functions.texi (Defining Functions): Explain about redefining
8109 primitives.
8110 (Function Safety): Renamed. Minor changes.
8111 Comment out the detailed criteria for what is safe.
8112
81132003-06-22 Andreas Schwab <schwab@suse.de>
8114
8115 * objects.texi (Symbol Type): Fix description of examples.
8116
81172003-06-16 Andreas Schwab <schwab@suse.de>
8118
8119 * hash.texi (Creating Hash): Fix description of :weakness.
8120
c8763fb6 81212003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
b8d4c8d0
GM
8122
8123 * files.texi (Changing Files): copy-file copies file modes, too.
8124
81252003-05-28 Richard M. Stallman <rms@gnu.org>
8126
8127 * strings.texi (Creating Strings): Clarify split-string.
8128
81292003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
8130
8131 * strings.texi (Creating Strings): Update split-string specification
8132 and examples.
8133
81342003-05-19 Richard M. Stallman <rms@gnu.org>
8135
8136 * elisp.texi: Correct invariant section names.
8137
81382003-04-20 Richard M. Stallman <rms@gnu.org>
8139
8140 * os.texi (Timers): Explain about timers and quitting.
8141
81422003-04-19 Richard M. Stallman <rms@gnu.org>
8143
8144 * internals.texi (Writing Emacs Primitives): Strings are
8145 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
8146 Explain GCPRO convention for varargs function args.
8147
81482003-04-16 Richard M. Stallman <rms@gnu.org>
8149
8150 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
8151
81522003-04-08 Richard M. Stallman <rms@gnu.org>
8153
8154 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
8155
81562003-02-13 Kim F. Storm <storm@cua.dk>
8157
8158 * objects.texi (Character Type): New \s escape for space.
8159
81602003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
8161
8162 * os.texi (System Environment): Added cygwin system-type.
8163
81642003-01-25 Richard M. Stallman <rms@gnu.org>
8165
8166 * keymaps.texi: Document that a symbol can act as a keymap.
8167
81682003-01-13 Richard M. Stallman <rms@gnu.org>
8169
8170 * text.texi (Changing Properties): Say string indices are origin-0.
8171
8172 * positions.texi (Screen Lines) <compute-motion>:
8173 Correct order of elts in return value.
8174
8175 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
8176 how to define a default binding.
8177
81782002-12-07 Markus Rost <rost@math.ohio-state.edu>
8179
8180 * loading.texi (Unloading): Fix recent change for load-history.
8181
8182 * customize.texi (Simple Types): Clarify description of custom
8183 type 'number. Describe new custom type 'float.
8184
81852002-12-04 Markus Rost <rost@math.ohio-state.edu>
8186
8187 * variables.texi (File Local Variables): Fix typo.
8188
c8763fb6 81892002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
b8d4c8d0
GM
8190
8191 From Michael Albinus <Michael.Albinus@alcatel.de>.
8192
8193 * README: Target for Info file is `make info'.
8194
8195 * files.texi (File Name Components): Fixed typos in
8196 `file-name-sans-extension'.
8197 (Magic File Names): Complete list of operations for magic file
8198 name handlers.
8199
82002002-09-16 Jonathan Yavner <jyavner@engineer.com>
8201
8202 * variables.texi (File Local Variables): New function
8203 risky-local-variable-p.
8204
82052002-09-15 Jonathan Yavner <jyavner@engineer.com>
8206
8207 * functions.texi (Function safety): New node about unsafep.
8208
82092002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
8210
8211 * customize.texi (Splicing into Lists): Fixed example.
a86cd395 8212 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
b8d4c8d0
GM
8213
82142002-06-17 Juanma Barranquero <lektu@terra.es>
8215
8216 * frames.texi (Display Feature Testing): Fix typo.
8217
82182002-06-12 Andreas Schwab <schwab@suse.de>
8219
8220 * frames.texi (Initial Parameters, Resources): Fix references to
8221 the Emacs manual.
8222
82232002-05-13 Kim F. Storm <storm@cua.dk>
8224
8225 * variables.texi (Intro to Buffer-Local): Updated warning and
8226 example relating to changing buffer inside let.
8227
c8763fb6 82282002-03-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
8229
8230 * os.texi (Session Management): New node about X Session management.
8231
82322002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
8233
8234 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
8235 to which the manual corresponds, and the copyright years.
8236
8237 * Makefile.in (VERSION): Set to 2.9.
8238
82392001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
8240
8241 * elisp.texi: Change the category in @dircategory to "Emacs", to
8242 make it consistent with info/dir.
8243
82442001-11-25 Miles Bader <miles@gnu.org>
8245
8246 * text.texi (Fields): Describe new `limit' arg in
8247 field-beginning/field-end.
8248
82492001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
8250
8251 * permute-index: Don't depend on csh-specific features. Replace
8252 the interpreter name with /bin/sh.
8253
8254 * two-volume-cross-refs.txt: New file.
8255 * two.el: New file.
8256 * spellfile: New file.
8257
82582001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
8259
8260 * permute-index: New file.
8261
8262 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
8263 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
8264 8+3 restricted namespace.
8265
8266 * Makefile.in (infodir): Define relative to $(srcdir).
8267 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
8268 include directories list via -I switch to makeinfo.
8269 (index.texi): Use cp if both hard and symbolic links fail.
8270
82712001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
8272
8273 * Makefile.in (distclean): Add.
8274
8275 The following changes make ELisp manual part of the Emacs
8276 distribution:
8277
8278 * Makefile.in: Add Copyright notice.
8279 (prefix): Remove.
8280 (infodir): Change value to "../info".
8281 (VPATH): New variable.
8282 (MAKE): Don't define.
8283 (texmacrodir): Don't define.
8284 (texinputdir): Append the existing value of TEXINPUTS.
8285 ($(infodir)/elisp): Instead of just "elisp". Reformat the
8286 command to be compatible with man/Makefile.in, and to put the
8287 output into ../info.
8288 (info): Add target.
8289 (installall): Target removed.
8290
c8763fb6 82912001-10-31 Pavel Janík <Pavel@Janik.cz>
b8d4c8d0
GM
8292
8293 * tips.texi (Coding Conventions): Fix typo.
8294
82952001-10-23 Gerd Moellmann <gerd@gnu.org>
8296
8297 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
8298
82992001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
8300
8301 * files.texi (File Name Components): Update the description of
8302 file-name-sans-extension and file-name-extension, as they now
8303 ignore leading dots.
8304
83052001-10-20 Gerd Moellmann <gerd@gnu.org>
8306
8307 * (Version 21.1 released.)
8308
83092001-10-19 Miles Bader <miles@gnu.org>
8310
8311 * positions.texi (Text Lines): Describe behavior of
8312 `beginning-of-line'/`end-of-line' in the presence of field properties.
8313
83142001-10-17 Gerd Moellmann <gerd@gnu.org>
8315
8316 * Makefile.in (VERSION): Set to 2.8.
8317 (manual): Use `manual-21'.
8318
8319 * elisp.texi (VERSION): Add and use it where the version
8320 number was used. Set it to 2.8.
8321
8322 * intro.texi: Likewise.
8323
83242001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
8325
8326 * files.texi (File Name Completion): Document the significance of
8327 a trailing slash in elements of completion-ignored-extensions.
8328
83292001-10-06 Miles Bader <miles@gnu.org>
8330
8331 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
8332
83332001-10-04 Gerd Moellmann <gerd@gnu.org>
8334
8335 * variables.texi (Variable Aliases): New node.
8336
83372001-10-04 Gerd Moellmann <gerd@gnu.org>
8338
8339 * Branch for 21.1.
8340
83412001-10-02 Miles Bader <miles@gnu.org>
8342
8343 * minibuf.texi (Minibuffer Misc): Add entries for
8344 `minibuffer-contents', `minibuffer-contents-no-properties', and
8345 `delete-minibuffer-contents'.
8346 Correct description for `minibuffer-prompt-end'.
8347
8348 * text.texi (Property Search): Correct descriptions of
8349 `next-char-property-change' and `previous-char-property-change'.
8350 Add entries for `next-single-char-property-change' and
8351 `previous-single-char-property-change'.
8352 Make operand names a bit more consistent.
8353
83542001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
8355
8356 * frames.texi (Finding All Frames): Document that next-frame and
8357 previous-frame are local to current terminal.
8358
83592001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
8360
8361 * keymaps.texi (Creating Keymaps): Fix the description of the
8362 result of make-keymap.
8363
83642001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
8365
8366 * display.texi (Font Lookup, Attribute Functions)
8367 (Image Descriptors): Add cross-references to the definition of
8368 selected frame.
8369
8370 * buffers.texi (The Buffer List): Add cross-references to the
8371 definition of selected frame.
8372
8373 * frames.texi (Input Focus): Clarify which frame is _the_ selected
8374 frame at any given time.
8375 (Multiple Displays, Size and Position): Add a cross-reference to
8376 the definition of the selected frame.
8377
83782001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
8379
8380 * strings.texi (String Conversion) <string-to-number>: Document
8381 that a float is returned for integers that are too large.
8382
8383 * frames.texi (Mouse Position): Document mouse-position-function.
8384 (Display Feature Testing): Document display-images-p.
8385 (Window Frame Parameters): Document the cursor-type variable.
8386
8387 * numbers.texi (Integer Basics): Document CL style read syntax for
8388 integers in bases other than 10.
8389
8390 * positions.texi (List Motion): Document
8391 open-paren-in-column-0-is-defun-start.
8392
8393 * lists.texi (Sets And Lists): Document member-ignore-case.
8394
8395 * internals.texi (Garbage Collection): Document the used and free
8396 strings report.
8397 (Memory Usage): Document strings-consed.
8398
8399 * os.texi (Time of Day): Document float-time.
8400 (Recording Input): Document that clear-this-command-keys clears
8401 the vector to be returned by recent-keys.
8402
8403 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
8404 argument keymap can be a list.
8405
8406 * nonascii.texi (User-Chosen Coding Systems)
8407 <select-safe-coding-system>: Document the new argument
8408 accept-default-p and the variable
8409 select-safe-coding-system-accept-default-p. Tell what happens if
8410 buffer-file-coding-system is undecided.
8411 (Default Coding Systems): Document auto-coding-regexp-alist.
8412
8413 * display.texi (The Echo Area) <message>: Document
8414 message-truncate-lines.
8415 (Glyphs): Document that the glyph table is unused on windowed
8416 displays.
8417
8418 * help.texi (Describing Characters) <single-key-description>:
8419 Document the new argument no-angles.
8420 (Accessing Documentation) <documentation-property>: Document that
8421 a non-string property is evaluated.
8422 <documentation>: Document that the function-documentation property
8423 is looked for.
8424
8425 * windows.texi (Selecting Windows): Document some-window.
8426
8427 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
8428
8429 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
8430 apropos-mode-hook.
8431
8432 * commands.texi (Using Interactive): Document interactive-form.
8433 (Keyboard Macros): Document kbd-macro-termination-hook.
8434 (Command Loop Info): Document that clear-this-command-keys clears
8435 the vector to be returned by recent-keys.
8436
84372001-09-04 Werner LEMBERG <wl@gnu.org>
8438
8439 * Makefile.in (srcdir, texinputdir): New variables.
8440 (srcs, index.texi, install): Use $(srcdir).
8441 (.PHONY): Remove elisp.dvi.
8442 (elisp): Use -I switch for makeinfo.
8443 (elisp.dvi): Use $(srcdir) and $(texinputdir).
8444 (installall, dist): Use $(srcdir).
8445 Fix path to texinfo.tex.
8446 (maintainer-clean): Add elisp.dvi and elisp.oaux.
8447
84482001-08-30 Gerd Moellmann <gerd@gnu.org>
8449
8450 * display.texi (Conditional Display): Adjust to API change.
8451
8452 * configure: New file.
8453
84542001-07-30 Gerd Moellmann <gerd@gnu.org>
8455
8456 * commands.texi (Repeat Events): Add description of
8457 double-click-fuzz.
8458
84592001-05-08 Stefan Monnier <monnier@cs.yale.edu>
8460
8461 * syntax.texi (Syntax Class Table): Add the missing designator for
8462 comment and string fences.
8463 (Syntax Properties): Add a xref to syntax table internals.
8464 (Syntax Table Internals): Document string-to-syntax.
8465
84662001-05-07 Gerd Moellmann <gerd@gnu.org>
8467
8468 * Makefile.in (install): Use install-info command line options
8469 like in Emacs' Makefile.in.
8470
84712000-12-09 Miles Bader <miles@gnu.org>
8472
8473 * windows.texi (Window Start): Update documentation for
8474 `pos-visible-in-window-p'.
8475
84762000-11-12 Stefan Monnier <monnier@cs.yale.edu>
8477
8478 * lists.texi (Building Lists): Add footnote to explain how to add
8479 to the end of a list.
8480
84812000-10-25 Gerd Moellmann <gerd@gnu.org>
8482
8483 * files.texi (Visiting Functions): Typos.
8484
84852000-10-25 Kenichi Handa <handa@etl.go.jp>
8486
8487 * files.texi (Visiting Functions): Return value of
8488 find-file-noselect may be a list of buffers if wildcards are used.
8489
84902000-10-24 Miles Bader <miles@lsi.nec.co.jp>
8491
8492 * display.texi (Defining Faces): Document `graphic' display type
8493 in face specs.
8494
b344d29d 84952000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b8d4c8d0
GM
8496
8497 * hooks.texi (Standard Hooks): Replace obsolete
8498 `after-make-frame-hook' with `after-make-frame-functions'.
8499
8500 * frames.texi (Creating Frames): Ditto.
8501
8502 * variables.texi (Future Local Variables): Ditto.
8503
85042000-10-16 Gerd Moellmann <gerd@gnu.org>
8505
8506 * display.texi (Other Image Types): Add description of :foreground
8507 and :background properties of mono PBM images.
8508
85092000-08-17 Werner LEMBERG <wl@gnu.org>
8510
8511 * .cvsignore: New file.
8512
85132000-01-05 Gerd Moellmann <gerd@gnu.org>
8514
8515 * tindex.pl: New script.
8516
85171999-12-03 Dave Love <fx@gnu.org>
8518
8519 * Makefile.in (MAKEINFO): New parameter.
8520
85211999-09-17 Richard Stallman <rms@gnu.org>
8522
8523 * Makefile.in (srcs): Add hash.texi.
8524 (VERSION): Update to 20.6.
8525
85261999-09-13 Richard Stallman <rms@gnu.org>
8527
8528 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
8529
85301998-08-29 Karl Heuer <kwzh@gnu.org>
8531
8532 * configure.in: New file.
8533 * Makefile.in: Renamed from Makefile.
8534 (prefix, infodir): Use value obtained from configure.
8535 (emacslibdir): Obsolete variable deleted.
8536 (dist): Distribute configure.in, configure, Makefile.in.
8537
85381998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
8539
8540 * Makefile (INSTALL_INFO): New variable.
8541 (install): Run install-info.
8542
85431998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
8544
8545 * Makefile (elisp.dvi): Add missing backslash.
8546
85471998-05-02 Richard Stallman <rms@psilocin.gnu.org>
8548
8549 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
8550 Run texindex without `./'. Always run texindex on elisp.tp.
8551 (elisp.tps): Target deleted.
8552
85531998-04-05 Richard Stallman <rms@psilocin.gnu.org>
8554
8555 * Makefile (srcs): Add nonascii.texi and customize.texi.
8556 (dist): Start by deleting `temp'.
8557
85581998-02-17 Richard Stallman <rms@psilocin.gnu.org>
8559
8560 * Makefile (makeinfo, texindex): Targets deleted.
8561 (makeinfo.o, texindex.o): Targets deleted.
8562 (clean, dist): Don't do anything with them or with getopt*.
8563
85641998-01-30 Richard Stallman <rms@psilocin.gnu.org>
8565
8566 * Makefile (SHELL): Defined.
8567
85681998-01-27 Richard Stallman <rms@psilocin.gnu.org>
8569
8570 * Makefile (elisp.tps): New target.
8571 (elisp.dvi): Depend on elisp.tps.
8572
c5602427 85731996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
b8d4c8d0
GM
8574
8575 * README: Update phone number.
8576
8577 * Makefile (elisp): Make this be the default target.
8578 Depend on makeinfo.c instead of makeinfo.
8579 (install): Don't depend on elisp.dvi, since we don't install that.
8580 Use mkinstalldirs.
8581 (dist): Add mkinstalldirs.
8582
c5602427 85831995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
b8d4c8d0
GM
8584
8585 * Makefile (VERSION): Update version number.
8586 (maintainer-clean): Renamed from realclean.
8587
c5602427 85881995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
b8d4c8d0
GM
8589
8590 * Makefile (realclean): New target.
8591 (elisp): Remove any old elisp-* files first.
8592
c5602427 85931993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
b8d4c8d0
GM
8594
8595 * Makefile (VERSION): New variable.
8596 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
8597 Compressed file suffix should be `.gz', not `.z'.
8598
ce058493 85991993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
8600
8601 * Makefile (elisp): Depend on makeinfo.
8602
c5602427 86031993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
b8d4c8d0
GM
8604
8605 * Makefile (srcs): Add anti.texi.
8606
c5602427 86071993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
8608
8609 * Makefile (infodir, prefix): New vars.
8610 (install): Use infodir.
8611 (emacsinfodir): Deleted.
8612
c5602427 86131993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
8614
8615 * Makefile (srcs): Add calendar.texi.
8616
8617 * Makefile (dist): Copy texindex.c and makeinfo.c.
8618 Limit elisp-* files to those with one or two digits.
8619
c5602427 86201993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
8621
8622 * Makefile (dist): Changed to use Gzip instead of compress.
8623
c5602427 86241993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
8625
8626 * loading.texi (Unloading): define-function changed back to
8627 defalias. It may not stay this way, but at least it's
8628 consistent with the known-good version of the code patch.
8629
c5602427 86301993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
b8d4c8d0
GM
8631
8632 * modes.texi (Hooks): Document new optional arg of add-hook.
8633
c5602427 86341993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
8635
8636 * variables.texi: Document nil initial value of buffer-local variables.
8637
8638 * tips.texi: Add new section on standard library headers.
8639
c5602427 86401993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
8641
8642 * Makefile (srcs): Add frame.texi to the list of sources.
8643
c5602427 86441993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
8645
8646 * Makefile (dist): Don't bother excluding autosave files; they'll
8647 never make it into the temp directory anyway, and the hash marks
8648 in the name are problematic for make and the Bourne shell.
8649 (srcs):
8650
c5602427 86511993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
8652
8653 * Makefile (dist): Don't include backup files or autosave files in
8654 the distribution tar file.
8655
c5602427 86561991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
8657
8658 * Makefile (srcs): Added index.perm.
8659 (elisp.dvi): Remove erroneous shell comment.
8660 Expect output of permute-index in permuted.fns.
8661 Save old elisp.aux in elisp.oaux.
8662 (clean): Added index.texi to be deleted.
8663
c5602427 86641990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
8665
8666 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
8667
c5602427 86681990-06-26 David Lawrence (tale@geech)
b8d4c8d0
GM
8669
8670 * files.texi: Noted that completion-ignored-extensions is ignored
8671 when making *Completions*.
8672
3e868ee3 86731990-06-08 Jay Fenlason (hack@ai.mit.edu)
b8d4c8d0
GM
8674
8675 * Makefile make dist now depends on elisp.dvi, since it tries
8676 to include it in the dist file.
8677
c5602427 86781990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
b8d4c8d0 8679
c5602427 8680 * functions.texinfo (Mapping Functions): Add missing quote.
b8d4c8d0 8681
c5602427 86821989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
8683
8684 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
8685 (defunargs): Turn off \hyphenchar of \sl font temporarily.
8686
c5602427 86871989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
8688
8689 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
8690 and @error{} are the terms now being used. The files in the
8691 directory have been changed to reflect this.
8692
8693 * All instances of @indentedresultt{} have been changed to
8694 ` @result{}', using 5 spaces at the begining of the line.
8695
c5602427 86961989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
8697
8698 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
8699 experimental @indentedresult{}, @indentedexpandsto{} are part of
8700 the texinfo.tex in this directory. These TeX macros are not
8701 stable yet.
8702
c5602427 87031989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
8704
8705 * texinfo.tex: Temporarily added
8706 \let\result=\dblarrow
8707 \def\error{{\it ERROR} \longdblarrow}
8708 We need to do this better soon.
8709
c5602427 87101989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
8711
8712 * Applied Karl Berry's patches to *.texinfo files, but not to
8713 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
8714 new title page format is also not applied, since it requires
8715 texinfo.tex changes.)
8716
8717 * Cleaned up `Makefile' and defined the `emacslibdir' directory
8718 for the Project GNU development environment.
8719
8720;; Local Variables:
c8763fb6 8721;; coding: utf-8
b8d4c8d0
GM
8722;; End:
8723
17ca7950
GM
8724 Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
8725 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
b8d4c8d0
GM
8726
8727 This file is part of GNU Emacs.
8728
352c8b4a 8729 GNU Emacs is free software: you can redistribute it and/or modify
b8d4c8d0 8730 it under the terms of the GNU General Public License as published by
352c8b4a
GM
8731 the Free Software Foundation, either version 3 of the License, or
8732 (at your option) any later version.
b8d4c8d0
GM
8733
8734 GNU Emacs is distributed in the hope that it will be useful,
8735 but WITHOUT ANY WARRANTY; without even the implied warranty of
8736 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8737 GNU General Public License for more details.
8738
8739 You should have received a copy of the GNU General Public License
352c8b4a 8740 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.