Fix previous doc/*/Makefile.in change.
[bpt/emacs.git] / doc / lispref / ChangeLog
CommitLineData
abd40fb4
GM
12010-10-09 Glenn Morris <rgm@gnu.org>
2
aa9db089
GM
3 * Makefile.in (infoclean): Remove harmless, long-standing error.
4
abd40fb4
GM
5 * Makefile.in ($(infodir)): Delete rule.
6 (mkinfodir): New.
7 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
8
ea274122
GM
92010-10-09 Glenn Morris <rgm@gnu.org>
10
f7a31f11
GM
11 * Makefile.in (emacsdir): New variable.
12 (MAKEINFO): Add -I $emacsdir.
13 (dist): Copy emacsver.texi.
b13254e7
GM
14 (srcs): Add emacsver.texi.
15
f7a31f11
GM
16 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
17 Set EMACSVER by including emacsver.texi.
18
ea274122
GM
19 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
20
17ca7950
GM
212010-10-07 Glenn Morris <rgm@gnu.org>
22
23 * Makefile.in (version): New, set by configure.
24 (clean): Delete dist tar file.
25 (dist): Use version in tar name.
26
4c83f6e1
GM
272010-10-06 Glenn Morris <rgm@gnu.org>
28
29 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
30 (INSTALL_INFO): Remove unused variable.
31 (mostlyclean, infoclean, dist): New rules.
32 (clean): Delete dvi and pdf files.
33 (maintainer-clean): Remove elisp.oaux, use infoclean.
8a944cea 34 ($(infodir)): Add parallel build workaround.
4c83f6e1 35
0264072d
GM
362010-10-04 Glenn Morris <rgm@gnu.org>
37
38 * Makefile.in (dvi, pdf, $(infodir)): New targets.
39 ($(infodir)/elisp): Ensure target directory exists. Use $@.
8cce34d0 40 Fix -I typo.
0264072d
GM
41 (clean): No 'make.out' or 'core' files.
42 (.PHONY): Declare clean rules.
43 (maintainer-clean): Delete pdf file. Guard against cd failures.
44
77f38949
GM
452010-10-03 Glenn Morris <rgm@gnu.org>
46
47 * files.texi (File Name Components): Remove ignored section about
48 deleted variable directory-sep-char.
49
178fdd41
MA
502010-10-03 Michael Albinus <michael.albinus@gmx.de>
51
52 * files.texi (Magic File Names): New defopt
53 remote-file-name-inhibit-cache.
54
9c524fcb
GM
552010-10-02 Glenn Morris <rgm@gnu.org>
56
57 * os.texi (Killing Emacs): Hook now runs in batch mode.
58
f816790b
SM
592010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
60
61 * text.texi (Special Properties): Clarify when modification-hooks run.
62
7cf78aac
SM
632010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
64
65 * syntax.texi (Syntax Flags): Document new `c' flag.
66
ca0d44e4
GM
672010-09-09 Glenn Morris <rgm@gnu.org>
68
69 * display.texi (ImageMagick Images): General cleanup.
70
10999305 712010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
72
73 * files.texi (Directory Names): Use \` rather than ^.
74
45240125
JD
752010-09-02 Jan Djärv <jan.h.d@swipnet.se>
76
77 * text.texi (Low-Level Kill Ring):
78 * frames.texi (Window System Selections): Remove cut buffer
79 documentation.
80
4abe5bf6
EZ
812010-08-28 Eli Zaretskii <eliz@gnu.org>
82
83 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
84 Parameters", where the default fringe width is described.
85
86 * frames.texi (Window Frame Parameters, Basic Parameters)
87 (Position Parameters, Layout Parameters, Management Parameters)
88 (Cursor Parameters, Font and Color Parameters): Add indexing for
89 frame parameters. (Bug#6929)
90
fdc76236
TT
912010-08-25 Tom Tromey <tromey@redhat.com>
92
93 * vol2.texi (Top): Update.
94 * vol1.texi (Top): Update.
95 * tips.texi (Library Headers): Mention Package-Version and
96 Package-Requires.
97 * package.texi: New file.
98 * os.texi (System Interface): Update pointers.
99 * elisp.texi (Top): Link to new nodes. Include package.texi.
100 * anti.texi (Antinews): Update pointers.
101
1e5c1c80
EZ
1022010-08-25 Eli Zaretskii <eliz@gnu.org>
103
104 * processes.texi (Filter Functions): Fix last change.
105
78e33835
CY
1062010-08-24 Markus Triska <triska@gmx.at>
107
108 * processes.texi (Filter Functions): Use `buffer-live-p' instead
109 of `buffer-name' in the main text as well as in the example
110 (Bug#3098).
111
198a7a97
CY
1122010-08-22 Chong Yidong <cyd@stupidchicken.com>
113
114 * nonascii.texi (Text Representations):
115 * loading.texi (Loading Non-ASCII):
116 * compile.texi (Byte Compilation): Don't mention obsolete
117 --unibyte command-line argument.
118
bc7d7ea6
CY
1192010-08-22 Chong Yidong <cyd@stupidchicken.com>
120
121 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
122
b0126eac 1232010-08-22 Chong Yidong <cyd@stupidchicken.com>
96b1842d
CY
124
125 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
126
e8a6cc19
EZ
1272010-08-20 Eli Zaretskii <eliz@gnu.org>
128
129 * commands.texi (Misc Events): Add cross-references to where
130 POSITION of a mouse event is described in detail.
131
7815fe19 1322010-08-08 Christoph <cschol2112@googlemail.com>
ee301a7a
SM
133
134 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
135
7815fe19 1362010-08-08 Juanma Barranquero <lekktu@gmail.com>
e8bf5266
JB
137
138 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
139 Suggested by Štěpán Němec <stepnem@gmail.com>.
140
7815fe19 1412010-08-08 Juanma Barranquero <lekktu@gmail.com>
b4f588fa
JB
142
143 * minibuf.texi (High-Level Completion): Document args of
144 `read-buffer-function' (bug#5625).
145
8b2dd508
JD
1462010-07-29 Jan Djärv <jan.h.d@swipnet.se>
147
148 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
149
bace45fe
MA
1502010-07-29 Michael Albinus <michael.albinus@gmx.de>
151
152 * processes.texi (Process Information): Explain process property
153 `remote-tty'.
154
4ce5a4cc
JB
1552010-07-27 Juanma Barranquero <lekktu@gmail.com>
156
157 * modes.texi (Defining Minor Modes): Use C-delete in examples,
158 instead of "\C-\^?" (bug#6334).
159
1c84bc7a
JB
160 * text.texi (Special Properties): Fix typo.
161
b88746ba
EZ
1622010-07-09 Eli Zaretskii <eliz@gnu.org>
163
164 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
165 calling sequences, which are now the standard.
166
51422d6d
CY
1672010-06-24 Chong Yidong <cyd@stupidchicken.com>
168
169 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
170
171 * commands.texi (Command Overview): Mention undo-boundary call.
172
d24880de
GM
1732010-06-23 Glenn Morris <rgm@gnu.org>
174
175 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
176 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
177 * frames.texi, functions.texi, internals.texi, keymaps.texi:
178 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
179 * searching.texi, sequences.texi, strings.texi, syntax.texi:
180 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
181 Untabify Texinfo files.
182
0fc76035
CY
1832010-06-20 Chong Yidong <cyd@stupidchicken.com>
184
185 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
186
5338dc0b
CY
1872010-06-19 Chong Yidong <cyd@stupidchicken.com>
188
a628ad9d 189 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
5338dc0b 190
2c3a3c1d
CY
1912010-06-02 Chong Yidong <cyd@stupidchicken.com>
192
ba3bf1d9
CY
193 * searching.texi (Regexp Special): Remove obsolete information
194 about matching non-ASCII characters, and suggest using char
195 classes (Bug#6283).
2c3a3c1d 196
7f4b4249
JB
1972010-05-30 Juanma Barranquero <lekktu@gmail.com>
198
199 * minibuf.texi (Basic Completion): Add missing "@end defun".
200
637821cd
SM
2012010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
202
203 * minibuf.texi (Basic Completion): Document completion-boundaries.
204 (Programmed Completion): Document the new fourth method for boundaries.
205
e13051c3
CY
2062010-05-22 Chong Yidong <cyd@stupidchicken.com>
207
a628ad9d 208 * display.texi (Image Cache): Update documentation about image caching.
e13051c3 209
0235128c 2102010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
211
212 * windows.texi (Textual Scrolling):
213 * tips.texi (Coding Conventions):
214 * minibuf.texi (Minibuffer History):
215 * maps.texi (Standard Keymaps):
216 * loading.texi (Where Defined):
217 * edebug.texi (Instrumenting): Fix typos.
218
0235128c 2192010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549 220
c7c32279
CY
221 * keymaps.texi (Menu Bar): Document :advertised-binding property.
222
0235128c
SM
223 * functions.texi (Obsolete Functions):
224 Document set-advertised-calling-convention.
eb5ed549
CY
225
226 * minibuf.texi (Basic Completion): Document completion-in-region.
227 (Programmed Completion): Document completion-annotate-function.
228
229 * commands.texi (Reading One Event): Document read-key.
230 (Distinguish Interactive): Document KIND arg to
231 called-interactively-p. Delete obsolete interactive-p.
232
233 * elisp.texi (Top): Update node description.
234
f8848423
EZ
2352010-05-08 Eli Zaretskii <eliz@gnu.org>
236
0235128c
SM
237 * nonascii.texi (Character Properties):
238 Document unicode-category-table. Add an index entry for Unicode
239 general category.
240
2412010-05-07 Chong Yidong <cyd@stupidchicken.com>
242
243 * Version 23.2 released.
f8848423 244
938efb77
JB
2452010-04-20 Juanma Barranquero <lekktu@gmail.com>
246
247 * locals.texi (Standard Buffer-Local Variables):
248 Remove @ignore'd reference to `direction-reversed'.
249
5854c267
JL
2502010-04-14 Juri Linkov <juri@jurta.org>
251
252 Fix @deffn without category.
253
254 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
255 for `abbrev-insert'.
256
257 * buffers.texi (Indirect Buffers): Add category `Command'
258 to @deffn of `clone-indirect-buffer'.
259
260 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
261 for `next-window' and `previous-window'. Add category `Command'
262 to @deffn of `pop-to-buffer'.
263
8a14dec7
CY
2642010-04-01 Chong Yidong <cyd@stupidchicken.com>
265
266 * nonascii.texi (Text Representations): Don't mark
267 enable-multibyte-characters as a user option.
268
7a1831cf
EZ
2692010-03-31 Eli Zaretskii <eliz@gnu.org>
270
271 * control.texi (Handling Errors): How to re-throw a signal caught
272 by condition-case.
273
c3863713
CY
2742010-03-26 Chong Yidong <cyd@stupidchicken.com>
275
276 * loading.texi (Hooks for Loading): Document after-load-functions.
277 Copyedits.
278
c333f279
AM
2792010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
280
281 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
282
e867cb5d 2832010-03-24 Chong Yidong <cyd@stupidchicken.com>
f7704e26
CY
284
285 * processes.texi (Network Processes): Document seqpacket type.
286
605f35cd
DN
2872010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
288
289 * os.texi (System Environment): Do not mention lynxos.
290
288f9fc0
CY
2912010-03-10 Chong Yidong <cyd@stupidchicken.com>
292
293 * Branch for 23.2.
294
eed5c93a
CY
2952010-03-06 Chong Yidong <cyd@stupidchicken.com>
296
297 * objects.texi (Integer Type): Take note of the read syntax
298 exception for numbers that cannot fit in the integer type.
299
1ddd6622
GM
3002010-03-03 Glenn Morris <rgm@gnu.org>
301
302 * numbers.texi (Integer Basics, Bitwise Operations):
303 * objects.texi (Integer Type): Update for integers now being 30-bit.
304
a908c79a
CY
3052010-02-27 Chong Yidong <cyd@stupidchicken.com>
306
307 * display.texi (Low-Level Font): Document :otf font-spec property.
308
cd61af01
SM
3092010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
310
311 * display.texi (Line Height): Avoid obsolete special default variables
312 like default-major-mode.
313
c02f8fe2
AM
3142010-01-28 Alan Mackenzie <acm@muc.de>
315
316 * display.texi (Auto Faces): Say fontification-functions is called
317 whether or not Font Lock is enabled. Tidy up the wording a bit.
318
d738d18b
CY
3192010-01-17 Chong Yidong <cyd@stupidchicken.com>
320
321 * elisp.texi: Remove duplicate edition information (Bug#5407).
322
4963739e
JB
3232010-01-17 Juanma Barranquero <lekktu@gmail.com>
324
325 * two.el (volume-header-toc-markup): Fix typos in docstring.
326
c57008f6
SM
3272010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
328
329 Avoid dubious uses of save-excursions.
330 * positions.texi (Excursions): Recommend the use of
331 save-current-buffer if applicable.
332 * text.texi (Clickable Text): Fix the example code which used
333 save-excursion in a naive way which sometimes preserves point and
334 sometimes not.
335 * variables.texi (Creating Buffer-Local):
336 * os.texi (Session Management):
337 * display.texi (GIF Images):
338 * control.texi (Cleanups): Use (save|with)-current-buffer.
339
2f3725cd
EZ
3402010-01-02 Eli Zaretskii <eliz@gnu.org>
341
342 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
343
85eeac93
CY
3442010-01-02 Chong Yidong <cyd@stupidchicken.com>
345
346 * nonascii.texi (Text Representations, Character Codes)
347 (Converting Representations, Explicit Encoding)
348 (Translation of Characters): Use hex notation consistently.
349 (Character Sets): Fix map-charset-chars doc (Bug#5197).
350
4801c5fa
CY
3512010-01-01 Chong Yidong <cyd@stupidchicken.com>
352
353 * loading.texi (Where Defined): Make it clearer that these are
354 loaded files (Bug#5068).
355
26e533e2
CY
3562009-12-29 Chong Yidong <cyd@stupidchicken.com>
357
358 * minibuf.texi (Completion Styles): Document `initials' style.
359
16d1ff5f
CY
3602009-12-25 Chong Yidong <cyd@stupidchicken.com>
361
362 * frames.texi (Resources): Describe inhibit-x-resources.
363 (Size Parameters): Copyedit.
364
365 * hash.texi (Creating Hash):
366 * objects.texi (Hash Table Type): Document the new hash table
367 printed representation.
368
369 * minibuf.texi (Basic Completion): 4th arg to all-completions is
370 obsolete.
371
372 * processes.texi (Process Buffers): Document
373 process-kill-buffer-query-function.
374
9a5de3d9
GM
3752009-12-05 Glenn Morris <rgm@gnu.org>
376
377 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
378 diary-display-function, and no longer recommended to be a hook.
379 Update for changes in the names of calendar and diary hooks.
380 diary-print-entries-hook has changed section.
381
b640eb52
EZ
3822009-11-28 Eli Zaretskii <eliz@gnu.org>
383
384 * text.texi (Special Properties): More accurate description of
385 what the `cursor' property does.
386
be1674ab
KR
3872009-11-26 Kevin Ryde <user42@zip.com.au>
388
389 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
390 mouse-wheel-down-event, the closest thing to a definition for them.
391 * os.texi (Startup Summary): vindex inhibit-startup-message and
392 inhibit-splash-screen.
393 (Command-Line Arguments): vindex argv.
394 (Suspending Emacs): vindex suspend-tty-functions and
395 resume-tty-functions. Don't want to index every hook, but having
396 the programming ones is helpful.
397
603f5979
CY
3982009-11-14 Chong Yidong <cyd@stupidchicken.com>
399
400 * commands.texi (Motion Events): Fix typo (Bug#4907).
401
4359a806
CY
4022009-11-08 Chong Yidong <cyd@stupidchicken.com>
403
404 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
405 are affected by case-fold-search (Bug#4483).
406
0f063651
CY
4072009-11-02 Chong Yidong <cyd@stupidchicken.com>
408
409 * minibuf.texi (Reading File Names): Note that read-file-name may
410 use a graphical file dialog.
411
9bd79893
GM
4122009-10-31 Glenn Morris <rgm@gnu.org>
413
414 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
415
ebe479ec
KR
4162009-10-16 Kevin Ryde <user42@zip.com.au>
417
418 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
419 in particular so `info-lookup-symbol' can find its docs.
420
2640fa86
CY
4212009-10-16 Chong Yidong <cyd@stupidchicken.com>
422
423 * variables.texi (Constant Variables): Distinguish from defconst
424 variables.
425 (Defining Variables): Add cindex.
426
edd6a733
CY
4272009-10-15 Chong Yidong <cyd@stupidchicken.com>
428
429 * os.texi (Time of Day): Clarify that the microsecond part is
430 ignored (Bug#4637).
431
5feb0b73
GM
4322009-10-11 Glenn Morris <rgm@gnu.org>
433
434 * frames.texi (Size and Position): Clarify what is included in the frame
435 height. (Bug#4535)
436
0c5413c8
GM
4372009-10-10 Glenn Morris <rgm@gnu.org>
438
439 * windows.texi (Size of Window): The relationship between window and
440 frame heights is not so simple. (Bug#4535)
441 Mention window-full-height-p.
442
7f8b600a
SM
4432009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
444
445 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
446 used from Lisp.
447
6185de1c
EZ
4482009-10-07 Eli Zaretskii <eliz@gnu.org>
449
7f8b600a
SM
450 * files.texi (Directory Names) <abbreviate-file-name>:
451 Document that root home directories are not replaced with "~".
6185de1c 452
9972911f
EZ
4532009-10-06 Eli Zaretskii <eliz@gnu.org>
454
455 * text.texi (Special Properties): Document the meaning of the
456 `cursor' text property whose value is an integer.
457
2a3f19ef
MA
4582009-10-05 Michael Albinus <michael.albinus@gmx.de>
459
460 * files.texi (Magic File Names): Add `copy-directory'.
461
804543b5
EZ
4622009-10-05 Eli Zaretskii <eliz@gnu.org>
463
464 * files.texi (File Attributes): Fix description of file
465 attributes. (Bug#4638) Update attributes of files.texi example to
466 be more representative.
467
461bf92b
MA
4682009-10-05 Michael Albinus <michael.albinus@gmx.de>
469
470 * files.texi (Create/Delete Dirs): New command copy-directory.
471
a86cd395
JB
4722009-10-04 Juanma Barranquero <lekktu@gmail.com>
473
474 * anti.texi (Antinews):
475 * macros.texi (Indenting Macros):
476 * strings.texi (Creating Strings, Case Conversion):
477 Remove duplicate words.
478
d3080264
MA
4792009-10-01 Michael Albinus <michael.albinus@gmx.de>
480
481 * files.texi (Create/Delete Dirs): delete-directory has an
482 optional parameter RECURSIVE.
483
85d14563
SM
4842009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
485
486 * buffers.texi (Swapping Text): Minor clarification.
487
3d9842c6
GM
4882009-10-01 Glenn Morris <rgm@gnu.org>
489
490 * functions.texi (Declaring Functions): Mention that we also search for
491 ".m" files in the src/ directory.
492
78427304
CY
4932009-09-25 David Engster <deng@randomsample.de>
494
3d9842c6 495 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
78427304 496
b578c9cc
GM
4972009-09-22 Glenn Morris <rgm@gnu.org>
498
499 * internals.texi (Building Emacs): Mention preloaded-file-list.
500
beee5da7
AM
5012009-09-14 Alan Mackenzie <acm@muc.de>
502
503 * os.texi (Terminal Output): Put "@code{}" around "stdout".
504
5d6ab672
CY
5052009-09-13 Chong Yidong <cyd@stupidchicken.com>
506
507 * functions.texi (Anonymous Functions): Rearrange discussion,
508 giving usage of unquoted lambda forms first. Mention that
509 `function' and `#'' are no longer required (Bug#4290).
510
59375eeb
AM
5112009-09-11 Alan Mackenzie <acm@muc.de>
512
a86cd395 513 * os.texi (Terminal Output): Document `send-string-to-terminal' in
59375eeb
AM
514 batch mode.
515
e7e2f529
GM
5162009-09-01 Glenn Morris <rgm@gnu.org>
517
518 * display.texi (Face Functions): Mention define-obsolete-face-alias.
519
eae47088
GM
5202009-08-26 Ulrich Mueller <ulm@gentoo.org>
521
522 * nonascii.texi (Character Codes): Fix typos.
523
3691a0a6
MA
5242009-08-25 Michael Albinus <michael.albinus@gmx.de>
525
526 * processes.texi (Synchronous Processes): New defvar
527 process-file-side-effects.
528
664d56b8
GM
5292009-08-25 Glenn Morris <rgm@gnu.org>
530
531 * display.texi (Fontsets): Fix typo.
532
0706c025
GM
533 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
534
03a74b84
SM
5352009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
536
537 * processes.texi (Asynchronous Processes): Adjust arglist of
538 start-process-shell-command and start-file-process-shell-command.
539
f6de8a37
CY
5402009-08-15 Chong Yidong <cyd@stupidchicken.com>
541
4b1ed1bb
CY
542 * advice.texi (Argument Access in Advice): Note that argument
543 positions are zero-based (Bug#3932).
544
89a9e058
CY
545 * commands.texi (Distinguish Interactive): Minor copyedit.
546
23696fd7
CY
547 * display.texi (Face Attributes): Add xref to Displaying Faces for
548 explanation of "underlying face".
549
f6de8a37
CY
550 * customize.texi (Common Keywords): Add xref to Loading.
551
552 * loading.texi (How Programs Do Loading): Add xref to Lisp
553 Libraries node in the Emacs manual.
554
417f77e6
CY
5552009-08-13 Chong Yidong <cyd@stupidchicken.com>
556
557 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
558
0999039c
CY
5592009-07-18 Chong Yidong <cyd@stupidchicken.com>
560
561 * processes.texi (Shell Arguments): Copyedits.
562
9af167bc
GM
5632009-07-18 Glenn Morris <rgm@gnu.org>
564
565 * loading.texi (Repeated Loading): Fix typo.
566
137987ab
RS
5672009-07-16 Richard Stallman <rms@gnu.org>
568
569 * buffers.texi (Swapping Text): Recommend setting
570 write-region-annotate-functions and buffer-saved-size.
571
572 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
573
622fa380
GM
5742009-07-15 Glenn Morris <rgm@gnu.org>
575
576 * edebug.texi: Minor re-phrasings throughout.
577 (Edebug Execution Modes): Sit-for affects continue mode too.
578 (Jumping): Use `forward-sexp' rather than its keybinding.
579 (Edebug Misc): Fix Q binding.
580 (Edebug Eval): Remove cl version.
581 (Printing in Edebug): Clarify print-length etc.
582 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
583 (Specification List): Remove edebug-unwrap findex entry.
584 (Specification Examples): defmacro is actually not the same as defun.
585 Escape "`" in example.
586
6bbd4600
CY
5872009-07-15 Chong Yidong <cyd@stupidchicken.com>
588
589 * markers.texi (The Mark): Document optional arg to
590 deactivate-mark.
591
e538d479
GM
5922009-07-11 Kevin Ryde <user42@zip.com.au>
593
594 * hooks.texi (Standard Hooks): Fix cross-references.
595
4c98b9ed
GM
596 * loading.texi (Named Features): Refer to eval-after-load.
597
5300838c
GM
5982009-07-11 Glenn Morris <rgm@gnu.org>
599
64fbeb16
GM
600 * Makefile.in (TEXI2PDF): New.
601 (elisp.pdf): New target.
602
4c98b9ed
GM
603 * searching.texi (Regexp Backslash): Fix typo.
604
605 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5300838c 606
51d9979c
GM
6072009-07-10 Glenn Morris <rgm@gnu.org>
608
561c0216
GM
609 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
610
5b594a58
GM
611 * customize.texi (Customization Types):
612 * display.texi (Abstract Display):
0cc8c85a 613 * objects.texi (Character Type, String Type):
5b594a58 614 Merge in some menu descriptions from elisp.texi.
51d9979c 615
c3cbbb40
GM
616 * hash.texi (Hash Tables):
617 * modes.texi (Multiline Font Lock):
618 End menu description with period.
fe42c16a 619
28528402
GM
6202009-07-09 Glenn Morris <rgm@gnu.org>
621
622 * back.texi: Don't hard-code texinfo location.
623
624 * two-volume.make (texinfodir): New, with location of texinfo.tex.
625 (tex): Add texinfodir to TEXINPUTS.
626 (elisp1med-init, elisp2med-init): Use texinfodir.
627
628 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
629 (clean): Add two-volume.make intermediate files.
630
631 * elisp.texi, vol1.texi, vol2.texi:
632 Use a DATE variable with the publication date, and update it.
633 Fix antinews menu description.
634
635 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
636 Update the detailed node listing to match elisp.texi.
637
638 * README: Update edition to match elisp.texi.
639
640 * objects.texi (General Escape Syntax):
641 * nonascii.texi (Character Sets):
642 Use consistent case for "Unicode Standard".
643
644 * anti.texi (Antinews):
645 * customize.texi (Variable Definitions):
646 * functions.texi (Declaring Functions):
647 * nonascii.texi (Character Properties):
648 * processes.texi (Serial Ports):
649 * text.texi (Special Properties):
650 * tips.texi (Coding Conventions):
651 Minor rearrangements to improve TeX line-filling.
652
653 * commands.texi (Using Interactive): Fix cross-reference.
654
17db8e10
JD
6552009-07-01 Jan Djärv <jan.h.d@swipnet.se>
656
657 * frames.texi (Management Parameters): Mention sticky.
658
77c7e2e1
AS
6592009-07-01 Andreas Schwab <aschwab@redhat.com>
660
661 * help.texi (Help Functions): Fix description of help-buffer and
662 help-setup-xref to use @defun instead of @deffn.
663
3f1c6666
JD
6642009-07-01 Jan Djärv <jan.h.d@swipnet.se>
665
666 * frames.texi (Size Parameters): Mention maximized for fullscreen.
667
ca27c21b
CY
6682009-06-24 Chong Yidong <cyd@stupidchicken.com>
669
670 * display.texi (Window Systems): Add ns to the list.
671
70243478
CY
6722009-06-21 Chong Yidong <cyd@stupidchicken.com>
673
674 * Branch for 23.1.
675
df006536
MR
6762009-06-17 Martin Rudalics <rudalics@gmx.at>
677
678 * windows.texi (Dedicated Windows): Fix typo.
679 (Resizing Windows): Replace @defun by @deffn.
680
d259fc4b
GM
6812009-06-17 Glenn Morris <rgm@gnu.org>
682
683 * variables.texi (Directory Local Variables):
684 Update for 2009-04-11 name-change of dir-locals-directory-alist.
685
30781db6
KH
6862009-06-09 Kenichi Handa <handa@m17n.org>
687
688 * nonascii.texi (Character Sets): State clearly that FROM and TO
689 are codepoints of CHARSET.
690
62e8099c
CY
6912009-06-07 Chong Yidong <cyd@stupidchicken.com>
692
693 * minibuf.texi (Reading File Names): Fix introductory text.
694 Suggested by stan@derbycityprints.com.
695 (High-Level Completion): Fix typo.
696
ee1b1917
CY
6972009-05-28 Chong Yidong <cyd@stupidchicken.com>
698
699 * frames.texi (Text Terminal Colors): Multi-tty is already
700 implemented, but tty-local colors are not.
701
5df647e8
CY
7022009-05-27 Chong Yidong <cyd@stupidchicken.com>
703
704 * hooks.texi (Standard Hooks): Remove mention of obsolete
705 redisplay-end-trigger-functions.
706
707 * internals.texi (Window Internals): Remove mention of obsolete
708 redisplay-end-trigger-functions.
709
01f17ae2
MR
7102009-05-21 Martin Rudalics <rudalics@gmx.at>
711
712 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
713
714 * backups.texi (Making Backups): backup-directory-alist and
715 make-backup-file-name-function are options.
716 (Auto-Saving): auto-save-list-file-prefix is an option.
717
718 * buffers.texi (Killing Buffers): buffer-offer-save is an
719 option.
720
721 * display.texi (Refresh Screen): no-redraw-on-reenter is an
722 option.
723 (Echo Area Customization): echo-keystrokes is an option.
724 (Selective Display): selective-display-ellipses is an option.
725 (Temporary Displays): temp-buffer-show-function is an option.
726 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
727 are options.
728 (Font Selection): face-font-family-alternatives,
729 face-font-selection-order, face-font-registry-alternatives, and
730 scalable-fonts-allowed are options.
731 (Fringe Indicators): indicate-buffer-boundaries is an option.
732 (Fringe Cursors): overflow-newline-into-fringe is an option.
733 (Scroll Bars): scroll-bar-mode is an option.
734
735 * eval.texi (Eval): max-lisp-eval-depth is an option.
736
737 * files.texi (Visiting Functions): find-file-hook is an option.
738 (Directory Names): directory-abbrev-alist is an option.
739 (Unique File Names): temporary-file-directory and
740 small-temporary-file-directory are options.
741
742 * frames.texi (Initial Parameters): initial-frame-alist,
743 minibuffer-frame-alist and default-frame-alist are options.
744 (Cursor Parameters): blink-cursor-alist and
745 cursor-in-non-selected-windows ar options.
746 (Window System Selections): selection-coding-system is an
747 option.
748 (Display Feature Testing): display-mm-dimensions-alist is an
749 option.
750
751 * help.texi (Help Functions): help-char and help-event-list are
752 options.
753
754 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
755 an option.
756
757 * minibuf.texi (Minibuffer History): history-length and
758 history-delete-duplicates are options.
759 (High-Level Completion): read-buffer-function and
760 read-buffer-completion-ignore-case are options.
761 (Reading File Names): read-file-name-completion-ignore-case is
762 an option.
763
764 * modes.texi (Mode Line Top): mode-line-format is an option.
765 (Mode Line Variables): mode-line-position and mode-line-modes
766 are options.
767
768 * nonascii.texi (Text Representations):
769 enable-multibyte-characters is an option.
770 (Default Coding Systems): auto-coding-regexp-alist,
771 file-coding-system-alist, auto-coding-alist and
772 auto-coding-functions are options.
773 (Specifying Coding Systems): inhibit-eol-conversion is an
774 option.
775
776 * os.texi (Init File): site-run-file is an option.
777 (System Environment): mail-host-address is an option.
778 (User Identification): user-mail-address is an option.
779 (Terminal Output): baud-rate is an option.
780
781 * positions.texi (Word Motion): words-include-escapes is an
782 option.
783
784 * searching.texi (Standard Regexps): page-delimiter,
785 paragraph-separate, paragraph-separate and sentence-end are
786 options.
787
788 * text.texi (Margins): left-margin and fill-nobreak-predicate
789 are options.
790
791 * variables.texi (Local Variables): max-specpdl-size is an
792 option.
793
794 * windows.texi (Choosing Window):
795 split-window-preferred-function, special-display-function and
796 display-buffer-function are options.
797
106e6894
CY
7982009-05-20 Chong Yidong <cyd@stupidchicken.com>
799
4a83454d
CY
800 Fix errors spotted by Martin Rudalics.
801
106e6894
CY
802 * syntax.texi (Position Parse): Document rationale for ignored
803 arguments to syntax-ppss-flush-cache.
804
805 * processes.texi (Input to Processes): Mark PROCESS arg to
806 process-running-child-p as optional.
807 (Network Options): Document NO-ERROR arg to
808 set-network-process-option.
809
810 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
811 command.
812
813 * searching.texi (POSIX Regexps): Mark posix-search-forward and
814 posix-search-backward as commands.
815
816 * os.texi (Killing Emacs): Mark kill-emacs as a command.
817 (Suspending Emacs): Mark suspend-emacs as a command.
818 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
819 commands.
820 (Terminal Output): Remove obsolete function baud-rate. Document
821 TERMINAL arg for send-string-to-terminal.
822
823 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
824 terminal-coding-system and set-terminal-coding-system.
825 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
826 as optional.
827 (Character Sets): Document RESTRICTION arg of char-charset.
828 (Character Codes): Mark POS argument to get-byte as optional.
829
830 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
831 minibuffer-message.
832
833 * files.texi (Create/Delete Dirs): Mark make-directory and
834 delete-directory as commands.
835
836 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
837
838 * text.texi (Base 64): Mark base64-decode-string and
839 base64-encode-string as commands.
840 (Columns): Mark move-to-column as a command.
841 (Mode-Specific Indent): Document RIGID arg to
842 indent-for-tab-command.
843 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
844 Mark indent-code-rigidly as a command.
845 (Substitution): Mark translate-region as a command.
846
847 * frames.texi (Size and Position): Remove obsolete functions
848 screen-height and screen-width.
849
04173931
CY
8502009-05-19 Chong Yidong <cyd@stupidchicken.com>
851
852 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
853 (Displaying Buffers, Resizing Windows): Correct mistakes;
854 next-window, previous-window, and pop-to-buffer are not commands,
855 and fit-window-to-buffer" is a command. (Pointed out by Martin
856 Rudalics.)
857
eae7d8f8
RS
8582009-05-17 Richard M Stallman <rms@gnu.org>
859
860 * modes.texi (Precalculated Fontification): Clarify text.
861
b8766179
MR
8622009-05-17 Martin Rudalics <rudalics@gmx.at>
863
864 * windows.texi (Selecting Windows): Clarify descriptions of
865 with-selected-window and get-lru-window.
866 (Cyclic Window Ordering): Refer to particular frame when talking
867 about how splitting affects the ordering.
868 (Displaying Buffers): Fix descriptions of switch-to-buffer and
869 switch-to-buffer-other-window. Explain how setting of
870 display-buffer-reuse-frames affects pop-to-buffer.
871 (Choosing Window): Clarify some details in descriptions of
872 display-buffer-reuse-frames, pop-up-frames, and
873 pop-up-frame-function.
874 (Dedicated Windows): Clarify some details.
875 (Textual Scrolling): Replace term vscroll by term vertical
876 scroll position.
877 (Vertical Scrolling): Fix typo.
878 (Window Hooks): Relate text on jit-lock-register to window
879 scrolling and size changes.
880
734b5e3b
CY
8812009-05-14 Chong Yidong <cyd@stupidchicken.com>
882
0a65633e
CY
883 * frames.texi (Initial Parameters): Clarify what the initial
884 minibuffer frame is.
05be46d7
CY
885 (Buffer Parameters): Note that the minibuffer parameter can not be
886 altered.
0a65633e 887
734b5e3b
CY
888 * anti.texi (Antinews): Copyedits. Rearrange some entries.
889 Document display-buffer changes.
890
925672cd
CY
8912009-05-13 Chong Yidong <cyd@stupidchicken.com>
892
17ecd7af
CY
893 * anti.texi (Antinews): Rewrite for Emacs 22.
894
925672cd
CY
895 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
896 obarrays are first mentioned. Define "system abbrev" more
897 prominently, and add it to the index.
898 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
899 Copyedits.
900 (Abbrev Expansion): Document abbrev-insert.
901
80be4dd7
CY
9022009-05-12 Chong Yidong <cyd@stupidchicken.com>
903
904 * frames.texi (Font and Color Parameters): Rename from Color
905 Parameters. Document font-backend parameter.
906
907 * vol2.texi (Top): Update node listing.
908 * vol1.texi (Top): Update node listing.
909 * elisp.texi (Top): Update node listing.
910
372a93ac
MR
9112009-05-11 Martin Rudalics <rudalics@gmx.at>
912
913 * windows.texi (Choosing Window): Don't explicitly refer to
914 split-window-sensibly's window argument in descriptions of
915 split-height-threshold and split-width-threshold.
916
714c3541
MR
9172009-05-10 Martin Rudalics <rudalics@gmx.at>
918
919 * windows.texi (Choosing Window): Fix rewrite of window
920 splitting section.
921
0e90e7be
EZ
9222009-05-09 Eli Zaretskii <eliz@gnu.org>
923
924 * nonascii.texi (Default Coding Systems): Document
925 find-auto-coding, set-auto-coding, and auto-coding-alist. Add
926 indexing.
927 (Lisp and Coding Systems): Add index entries.
928
d3c0c321
MR
9292009-05-09 Martin Rudalics <rudalics@gmx.at>
930
931 * windows.texi (Choosing Window): Describe split-window-sensibly
932 and rewrite section on window splitting accordingly.
933 (Textual Scrolling): Replace `...' by @code{...}.
934
c773345a
CY
9352009-05-04 Chong Yidong <cyd@stupidchicken.com>
936
ee2d5b5e
CY
937 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
938 Remove obsoleted pre-abbrev-expand-hook.
939
940 * locals.texi (Standard Buffer-Local Variables): Consolidate table
941 entries.
942
c773345a
CY
943 * internals.texi (Object Internals): Don't assume 32-bit machines
944 are the norm.
945 (Buffer Internals): Consolidate table entries for readability.
ee2d5b5e
CY
946 (Window Internals): Synch field names to window.h.
947 (Process Internals): Synch field names to process.h.
c773345a 948
dd449674
CY
9492009-04-29 Chong Yidong <cyd@stupidchicken.com>
950
951 * variables.texi (File Local Variables): Note that read-circle is
952 bound to nil when reading file-local variables.
953
954 * streams.texi (Input Functions): Document read-circle.
955 (Output Variables): Add xref to Circular Objects.
956
4f1e25e2
CY
9572009-04-25 Chong Yidong <cyd@stupidchicken.com>
958
959 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
960 Features and Coding System Basics. Node that "p" stands for
961 "predicate". Recommend utf-8-emacs instead of emacs-mule.
962 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
963 mouse-appearance-menu.
964 (Programming Tips): Add xref to Progress.
965
dca019f8
CY
9662009-04-22 Chong Yidong <cyd@stupidchicken.com>
967
968 * os.texi (Command-Line Arguments): Document
969 command-line-args-left.
970 (Suspending Emacs): Adapt text to multi-tty case. Document use of
971 terminal objects for tty arguments.
972 (Startup Summary): Add xref to Session Management.
973 (Session Management): Mention emacs-session-restore. Copyedits.
974
02a89103
CY
9752009-04-20 Chong Yidong <cyd@stupidchicken.com>
976
977 * os.texi (Startup Summary): Copyedits. The init file is not
978 necessarily named .emacs now. Document initial-buffer-choice and
979 initial-scratch-message. Note where Emacs exits in batch mode.
980 Document inhibit-splash-screen as an alias.
981 (Init File): Be neutral about which init file name to use.
982
9832009-04-16 Chong Yidong <cyd@stupidchicken.com>
984
985 * os.texi (System Interface): Fix Texinfo usage.
986
0c1cfe01
CY
9872009-04-15 Chong Yidong <cyd@stupidchicken.com>
988
80d7cdca
CY
989 * searching.texi (Regexp Backslash): Also refer to shy groups as
990 non-capturing or unnumbered groups.
991 (Regexp Functions): Add cross-reference to Regexp Backslash.
992
0c1cfe01
CY
993 * display.texi (Truncation): Overlays can use line-prefix and
994 wrap-prefix too.
995 (Overlay Properties): Document wrap-prefix and line-prefix.
996 (Face Attributes): Document underline-minimum-offset.
997 (Face Remapping): Copyedits.
998 (Low-Level Font): Copyedits.
999 (Image Cache): Note that the image cache is shared between frames.
ed8ab760
CY
1000 (Line Height): Emphasize that line-spacing only takes effect on
1001 graphical terminals.
0c1cfe01 1002
c4adeee0
CY
10032009-04-13 Chong Yidong <cyd@stupidchicken.com>
1004
1005 * display.texi (Refresh Screen): Note that a passage about screen
1006 refreshing is text terminal only.
1007 (Forcing Redisplay): Delete misleading comment---sit-for calls
1008 redisplay, not the other way around.
1009 (Truncation): Note new values of truncate-partial-width-windows.
1010 Copyedits.
1011 (Invisible Text): Document invisible-p.
1012
b20ecfa1
EZ
10132009-04-11 Eli Zaretskii <eliz@gnu.org>
1014
1015 * display.texi (Overlays): Overlays don't scale well. See
1016 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
1017
97d8273f
CY
10182009-04-10 Chong Yidong <cyd@stupidchicken.com>
1019
f147ff75
CY
1020 * syntax.texi (Syntax Table Functions): Document cons cell
1021 argument for modify-syntax-entry.
1022 (Categories): Document cons cell argument for
1023 modify-category-entry.
1024
fca4ec76
CY
1025 * searching.texi (String Search): Document word-search-forward-lax
1026 and word-search-backward-lax.
1027 (Searching and Case): Describe isearch behavior more precisely.
1028
9c283d5b
CY
1029 * keymaps.texi (Tool Bar): Mention that some platforms do not
1030 support multi-line toolbars. Suggested by Stephen Eglen.
1031
1032 * frames.texi (Layout Parameters): Mention that Nextstep also
1033 allows only one tool-bar line. Suggested by Stephen Eglen.
1034
97d8273f
CY
1035 * nonascii.texi (Text Representations): Copyedits.
1036 (Coding System Basics): Also mention utf-8-emacs.
1037 (Converting Representations, Selecting a Representation)
1038 (Scanning Charsets, Translation of Characters, Encoding and I/O):
1039 Copyedits.
1040 (Character Codes): Mention role of codepoints 1114112 to 4194175.
1041
2bad3299
CY
10422009-04-09 Chong Yidong <cyd@stupidchicken.com>
1043
1044 * text.texi (Yank Commands): Note that yank uses push-mark.
1045 (Filling): Clarify REGION argument of fill-paragraph. Document
1046 fill-forward-paragraph-function.
1047 (Special Properties): Remove "new in Emacs 22" declaration.
1048 (Clickable Text): Merge with Links and Mouse-1 node.
1049
1050 * display.texi (Button Properties, Button Buffer Commands): Change
1051 xref to Clickable Text.
1052
1053 * tips.texi (Key Binding Conventions): Change xref to Clickable
1054 Text.
1055
1056 * elisp.texi (Top): Update node listing.
1057
ea30ce4f
CY
10582009-04-05 Chong Yidong <cyd@stupidchicken.com>
1059
47af2f4b
CY
1060 * markers.texi (The Mark): Copyedits. Improve description of
1061 handle-shift-selection.
1062 (The Region): Move use-region-p here from The Mark.
1063
ea30ce4f
CY
1064 * positions.texi (Screen Lines): Document (cols . lines) argument
1065 for vertical-motion.
1066
2aa8ea6e
CY
10672009-04-04 Chong Yidong <cyd@stupidchicken.com>
1068
3ec61d4e
CY
1069 * frames.texi (Frames): Clean up introduction. Document `ns'
1070 return value for framep.
1071 (Creating Frames): Note how the terminal is chosen.
1072 (Multiple Terminals, Multiple Displays): Merge into a single node.
1073 (Color Parameters): Fix typo.
1074
1075 * variables.texi (Local Variables, Buffer-Local Variables)
1076 (Creating Buffer-Local): Change link to Multiple Terminals.
1077
1078 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
1079
1080 * keymaps.texi (Controlling Active Maps): Change link to Multiple
1081 Terminals.
1082
1083 * commands.texi (Command Loop Info, Keyboard Macros): Change link
1084 to Multiple Terminals.
1085
1086 * elisp.texi (Top): Update node listing.
1087 * vol2.texi (Top): Update node listing.
1088 * vol1.texi (Top): Update node listing.
1089
9257072f
CY
1090 * buffers.texi (Current Buffer): Note that the append-to-buffer
1091 example is no longer in synch with the latest code. Tie the two
1092 examples together.
1093
2aa8ea6e
CY
1094 * files.texi (File Attributes): Move note about MS-DOS from
1095 Changing Files to File Attributes.
1096 (Create/Delete Dirs): Note that mkdir is an alias for this.
1097
22e74b17
CY
10982009-04-01 Markus Triska <triska@gmx.at>
1099
1100 * processes.texi (Filter Functions): Suggest how to handle output
1101 batches.
1102
4bbe48ec
CY
11032009-03-30 Chong Yidong <cyd@stupidchicken.com>
1104
1105 * help.texi (Accessing Documentation): Update example to use
1106 help-setup-xref and with-help-window.
1107 (Help Functions): Remove print-help-return-message, which is
1108 semi-obsolete due to with-help-window. Document help-buffer and
1109 help-setup-xref.
1110
b9723f39
CY
11112009-03-29 Chong Yidong <cyd@stupidchicken.com>
1112
87f649f6
CY
1113 * help.texi (Accessing Documentation, Help Functions): Remove
1114 information about long-obsolete Emacs versions.
9eb52e90 1115
b9723f39
CY
1116 * modes.texi (Mode Line Variables): The default values of the mode
1117 line variables are now more complicated.
1118
b0cc32db
CY
11192009-03-28 Chong Yidong <cyd@stupidchicken.com>
1120
3c25a5a9
CY
1121 * modes.texi (Major Mode Conventions): Note that specialness is
1122 inherited.
31c9eebb
CY
1123 (Derived Modes): Note that define-derive-mode sets the mode-class
1124 property.
3c25a5a9 1125
b0cc32db
CY
1126 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
1127 goto-map. Add search-map to the list.
1128
c5e0006d
EZ
11292009-03-27 Eli Zaretskii <eliz@gnu.org>
1130
1213465a
EZ
1131 * os.texi (System Environment): Update the list of system-type
1132 values.
1133
c5e0006d
EZ
1134 * markers.texi (The Mark) <handle-shift-selection>: Update for
1135 removal of the optional argument DEACTIVATE.
1136
48bab3d6
CY
11372009-03-25 Chong Yidong <cyd@stupidchicken.com>
1138
1139 * commands.texi (Focus Events): Most X window managers don't use
1140 focus-follows-mouse nowadays.
1141
6e4ff1b6
CY
11422009-03-24 Chong Yidong <cyd@stupidchicken.com>
1143
1144 * commands.texi (Defining Commands): Clarify introduction.
1145 (Using Interactive): Not that interactive can be put in a symbol
1146 property.
1147 (Interactive Call): Note that a symbol with a non-nil
1148 interactive-form property satisfies commandp.
1149
11625308
JB
11502009-03-23 Juanma Barranquero <lekktu@gmail.com>
1151
1152 * minibuf.texi (Intro to Minibuffers): Fix typos.
1153
7b34420d
CY
11542009-03-23 Chong Yidong <cyd@stupidchicken.com>
1155
1156 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
1157 about minibuffers in old Emacs versions. Copyedits. Emphasize
1158 that enable-recursive-minibuffers defaults to nil.
1159 (Text from Minibuffer): Simplify introduction.
1160
f9257eed
AM
11612009-03-22 Alan Mackenzie <acm@muc.de>
1162
1163 * commands.texi (Using Interactive): Clarify string argument to
1164 `interactive' - even promptless elements need \n separators.
1165
f639ba70
CY
11662009-03-18 Chong Yidong <cyd@stupidchicken.com>
1167
1168 * minibuf.texi (Completion Styles): New node.
1169
1170 * elisp.texi (Top): Update node listing.
1171
d897e8ee
CY
11722009-03-17 Chong Yidong <cyd@stupidchicken.com>
1173
1174 * minibuf.texi (Basic Completion): Note that
1175 read-file-name-completion-ignore-case and
1176 read-buffer-completion-ignore-case can override
1177 completion-ignore-case.
1178 (Minibuffer Completion): Document completing-read changes.
1179 (Completion Commands): Avoid mentioning partial completion mode.
1180 Document minibuffer-completion-confirm changes, and
1181 minibuffer-confirm-exit-commands.
1182 (High-Level Completion): Document new require-match behavior for
1183 read-buffer. Document read-buffer-completion-ignore-case.
1184 (Reading File Names): Document new require-match behavior for
1185 read-file-name.
1186
b1f23349
CY
11872009-03-14 Chong Yidong <cyd@stupidchicken.com>
1188
1189 * debugging.texi (Error Debugging): Don't mislead the reader into
1190 thinking that debug-on-error enters debugger for C-f at EOB.
1191 (Error Debugging): Setting debug-on-init within the init file
1192 works, and has for some time.
1193
d6eb4e25
KH
11942009-03-13 Kenichi Handa <handa@m17n.org>
1195
1196 * display.texi (Fontsets): Update the description.
1197
1cf53dc5
CY
11982009-03-13 Chong Yidong <cyd@stupidchicken.com>
1199
1200 * advice.texi (Advising Primitives): Link to What Is a Function.
1201
81f919fc
CY
12022009-03-12 Chong Yidong <cyd@stupidchicken.com>
1203
cf4229eb
CY
1204 * compile.texi (Speed of Byte-Code): Update example.
1205 (Disassembly): Update examples.
1206
81f919fc 1207 * loading.texi (Repeated Loading): Simplify examples.
f2bbc08c
CY
1208
1209 * customize.texi (Common Keywords): It's not necessary to use :tag
1210 to remove hyphens, as custom-unlispify-tag-name does it
1211 automatically.
1212 (Variable Definitions): Link to File Local Variables. Document
1213 customized-value symbol property.
1214 (Customization Types): Move menu to end of node.
1215
955964d7
CY
12162009-03-10 Chong Yidong <cyd@stupidchicken.com>
1217
1218 * macros.texi (Compiling Macros): Omit misleading sentence, which
1219 implied that macros can only be used in the same file they are
1220 defined.
1221 (Backquote): Remove obsolete information about Emacs 19.
1222
d25ed7db
GM
12232009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
1224
1225 * display.texi (Display Margins): Fix paren typo.
1226
d55f6ca5
CY
12272009-02-27 Chong Yidong <cyd@stupidchicken.com>
1228
f0e57ed8
CY
1229 * elisp.texi (Top): Update node listing.
1230
1231 * variables.texi (Variables): Clarify introduction.
1232 (Global Variables): Mention that setq is a special form.
1233 (Local Variables): Use active voice.
1234 (Tips for Defining): Mention marking variables as safe.
1235 (Buffer-Local Variables): Mention terminal-local and frame-local
1236 variables together.
1237 (File Local Variables): Copyedits.
1238 (Frame-Local Variables): Note that they are not really useful.
1239 (Future Local Variables): Node deleted.
1240
d55f6ca5
CY
1241 * objects.texi (General Escape Syntax): Update explanation of
1242 unicode escape syntax.
1243
ca8f09a8
CY
12442009-02-23 Chong Yidong <cyd@stupidchicken.com>
1245
1246 * control.texi (Control Structures): Add cindex entry for "textual
1247 order".
1248
1249 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
1250 instead of "expression" throughout.
1251 (Function Indirection): Copyedits. Use active voice.
1252 (Eval): The default value of max-lisp-eval-depth is now 400.
1253
a20878b6
MB
12542009-02-23 Miles Bader <miles@gnu.org>
1255
1256 * processes.texi (System Processes): Rename `system-process-attributes'
1257 to `process-attributes'.
1258
61f66044
CY
12592009-02-22 Chong Yidong <cyd@stupidchicken.com>
1260
1b80d1f3
CY
1261 * symbols.texi (Property Lists): Emphasize that property lists are
1262 not restricted to symbol cells.
1263 (Other Plists): Copyedit.
1264
61f66044
CY
1265 * sequences.texi (Sequences Arrays Vectors): Make introduction
1266 more concise.
1267 (Arrays): Mention char-tables and bool-vectors too.
1268 (Vectors): Don't repeat information given in Arrays node. Link to
1269 nodes that explain the vector usage examples.
1270 (Char-Tables): Note that char-table elements can have arbitrary
1271 type. Explain effect of omitted char-table-extra-slots property.
8a63cf41 1272 Link to Property Lists node.
61f66044 1273
9403944b
CY
12742009-02-22 Chong Yidong <cyd@stupidchicken.com>
1275
1276 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
1277 `append'.
4068c7b4 1278 (List Elements): Copyedits.
9403944b
CY
1279
1280 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
1281 of `vconcat'.
1282
1283 * strings.texi (Creating Strings): Copyedits. Remove obsolete
1284 Emacs 20 usage of `concat'.
1285 (Case Conversion): Copyedits.
1286
b87a185f
CY
12872009-02-21 Chong Yidong <cyd@stupidchicken.com>
1288
1289 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
1290 Minor edits.
1291 (Frame Configuration Type): Emphasize that it is not primitive.
1292 (Font Type): New node.
1293 (Type Predicates): Add fontp; type-of now recognizes font object
1294 types.
1295
1296 * intro.texi (Version Info): Update version numbers in examples.
1297 (Acknowledgements): List more contributors.
1298
1299 * elisp.texi: Bump version number to 3.0.
1300 (Top): Link to Font Type node.
1301
867d4bb3
JB
13022009-02-20 Juanma Barranquero <lekktu@gmail.com>
1303
1304 * modes.texi (Major Mode Conventions): Remove duplicate words.
1305 (Customizing Keywords): Fix typo.
1306
77730170
EZ
13072009-02-14 Eli Zaretskii <eliz@gnu.org>
1308
1309 * nonascii.texi (User-Chosen Coding Systems): Document that
1310 select-safe-coding-system suggests raw-text if there are raw bytes
1311 in the region.
1312 (Explicit Encoding): Warn not to use `undecided' when encoding.
1313
c8736212
GM
13142009-02-11 Glenn Morris <rgm@gnu.org>
1315
1316 * frames.texi (Visibility of Frames): Mention the effect multiple
1317 workspaces/desktops can have on visibility.
1318
ab992d66
EZ
13192009-02-07 Eli Zaretskii <eliz@gnu.org>
1320
c8736212
GM
1321 * text.texi (Commands for Insertion):
1322 * commands.texi (Event Mod):
1323 * keymaps.texi (Searching Keymaps):
ab992d66
EZ
1324 * nonascii.texi (Translation of Characters): Reinstate
1325 documentation of translation-table-for-input.
7d2a859f
EZ
1326 (Explicit Encoding): Document the `charset' text property produced
1327 by decode-coding-region and decode-coding-string.
ab992d66 1328
e651a255
AM
13292009-01-27 Alan Mackenzie <acm@muc.de>
1330
1331 * modes.texi (Search-based Fontification): Correct a typo.
1332
bc5cde4b
JB
13332009-01-25 Juanma Barranquero <lekktu@gmail.com>
1334
1335 * abbrevs.texi (Abbrev Table Properties): Fix typo.
1336 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
1337
3533155b
EZ
13382009-01-24 Eli Zaretskii <eliz@gnu.org>
1339
f721deda
EZ
1340 * display.texi (Window Systems): Document the value of
1341 `initial-window-system' under --daemon.
1342
3533155b
EZ
1343 * os.texi (System Environment): Remove description of the
1344 `environment' function which has been deleted.
1345
f79b43b2
DN
13462009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
1347
1348 * frames.texi (Multiple Displays): Remove documentation for
1349 removed function make-frame-on-tty.
1350
e3aa6669
CY
13512009-01-22 Chong Yidong <cyd@stupidchicken.com>
1352
1353 * files.texi (Format Conversion Piecemeal): Clarify behavior of
1354 write-region-annotate-functions. Document
1355 write-region-post-annotation-function.
1356
fb13a416
CY
13572009-01-19 Chong Yidong <cyd@stupidchicken.com>
1358
1359 * display.texi (Font Lookup): Document WIDTH argument of
1360 x-list-fonts.
1361
02eccf6b
EZ
13622009-01-17 Eli Zaretskii <eliz@gnu.org>
1363
ead3f58d
EZ
1364 * maps.texi (Standard Keymaps): Rename function-key-map to
1365 local-function-key-map.
1366
1367 * keymaps.texi (Translation Keymaps): Rename function-key-map to
1368 local-function-key-map.
1369
1370 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
1371 and `set-keyboard-coding-system' now accept an optional terminal
1372 argument.
1373
1374 * commands.texi (Event Mod): `keyboard-translate-table' is now
1375 terminal-local.
1376 (Function Keys): Rename function-key-map to
1377 local-function-key-map.
1378
df05a163
EZ
1379 * elisp.texi (Top): Make @detailmenu be consistent with changes in
1380 frames.texi.
1381
0ed8034e 1382 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
490f1197
EZ
1383 `delete-terminal-functions', `suspend-tty-functions' and
1384 `resume-tty-functions'.
0ed8034e
EZ
1385
1386 * frames.texi (Frames): Document `frame-terminal' and
1387 `terminal-live-p'.
1388 (Multiple Displays): Document `make-frame-on-tty'.
1389 (Multiple Terminals): Document `terminal-list', `delete-terminal',
1390 `terminal-name', and `get-device-terminal'.
490f1197
EZ
1391 (Terminal Parameters): Document `terminal-parameters',
1392 `terminal-parameter', and `set-terminal-parameter'.
0ed8034e
EZ
1393
1394 * os.texi (System Environment): Document `environment' and
1395 `initial-environment'.
490f1197
EZ
1396 (Suspending Emacs): Update for multi-tty; document
1397 `suspend-tty', `resume-tty', and `controlling-tty-p'.
0ed8034e 1398
02eccf6b
EZ
1399 * nonascii.texi (Coding System Basics): More accurate description
1400 of `raw-text'.
1401
f19fea97
JB
14022009-01-12 Juanma Barranquero <lekktu@gmail.com>
1403
1404 * display.texi (Low-Level Font): Fix typo.
1405
16fa292f
CY
14062009-01-10 Chong Yidong <cyd@stupidchicken.com>
1407
1408 * elisp.texi (Top): Update node listing.
1409
1410 * display.texi (PostScript Images): Node deleted.
1411
0b4faef3
EZ
14122009-01-10 Eli Zaretskii <eliz@gnu.org>
1413
3355f04d
EZ
1414 * processes.texi (Decoding Output): Document that null bytes force
1415 no-conversion for reading process output.
1416
1417 * files.texi (Reading from Files): Document that null bytes force
1418 no-conversion when visiting files.
1419
11625308 1420 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
538395d9 1421
0b4faef3
EZ
1422 * nonascii.texi (Lisp and Coding Systems): Document
1423 inhibit-null-byte-detection and inhibit-iso-escape-detection.
c06ea95e 1424 (Character Properties): Improve wording.
0b4faef3 1425
ce9cf065
CY
14262009-01-09 Chong Yidong <cyd@stupidchicken.com>
1427
1428 * display.texi (Font Lookup): Remove obsolete function
1429 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
1430 (Low-Level Font): Rename from Fonts, move to end of Faces section.
1431 (Font Selection): Reorder order of variable descriptions. Minor
1432 clarifications.
1433
1434 * elisp.texi (Top): Update node listing.
1435
ab756fb3
GM
14362009-01-09 Glenn Morris <rgm@gnu.org>
1437
1438 * commands.texi (Command Loop Info): Say that last-command-char and
1439 last-input-char are obsolete aliases.
1440
1441 * edebug.texi (Edebug Recursive Edit): Remove separate references to
1442 last-input-char and last-command-char, since they are just aliases for
1443 last-input-event and last-command-event.
1444
1445 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
1446 last-command-char.
1447
6b2b8ab1
CY
14482009-01-08 Chong Yidong <cyd@stupidchicken.com>
1449
1450 * elisp.texi: Update node listing.
1451
1452 * display.texi (Faces): Put Font Selection node after Auto Faces.
1453 (Face Attributes): Don't link to Font Lookup. Document
1454 font-family-list.
1455 (Fonts): New node.
1456
3568e767
JR
14572009-01-08 Jason Rumney <jasonr@gnu.org>
1458
1459 * frames.texi (Pointer Shape): Clarify that only X supports
5ce6e4f4 1460 changing the standard pointer shapes. (Bug#1485)
3568e767 1461
6221c8db
CY
14622009-01-08 Chong Yidong <cyd@stupidchicken.com>
1463
1464 * display.texi (Attribute Functions): Note that a function value
1465 :height is relative, and that compatibility functions work by
1466 calling set-face-attribute.
1467 (Displaying Faces): Reorder list in order of increasing priority.
1468 (Face Remapping): New node. Content moved here from Displaying
1469 Faces.
1470 (Glyphs): Link to Face Functions.
1471
e3d3799a
CY
14722009-01-08 Chong Yidong <cyd@stupidchicken.com>
1473
1474 * display.texi (Faces): Don't discuss face id here. facep does
1475 not return t.
1476 (Defining Faces): Minor clarification.
1477 (Face Attributes): Rearrange items to match docstring of
1478 set-face-attribute. Add :foundry attribute. Document new role of
1479 :font attribute. Texinfo usage fix.
1480 (Attribute Functions): Copyedits.
1481 (Face Functions): Note that face number is seldom used.
1482
638a2457
RS
14832009-01-05 Richard M Stallman <rms@gnu.org>
1484
1485 * strings.texi (Predicates for Strings): Minor clarification.
1486
1487 * functions.texi (Function Safety): Texinfo usage fix.
1488
49ea0074
JB
14892009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny patch)
1490
1491 * objects.texi (General Escape Syntax): Fix typo.
1492
9f822178
MR
14932009-01-03 Martin Rudalics <rudalics@gmx.at>
1494
1495 * windows.texi (Choosing Window): Say that pop-up-frame-alist
1496 works via the default value of pop-up-frame-function.
1497
af34ad36
EZ
14982009-01-02 Eli Zaretskii <eliz@gnu.org>
1499
1500 * processes.texi (System Processes): Document the `time' and
1501 `ctime' attributes of `system-process-attributes'.
1502
d31f6679
CY
15032009-01-01 Chong Yidong <cyd@stupidchicken.com>
1504
1505 * display.texi (Face Attributes): Clarify :height attribute.
1506
174dc00c
MR
15072008-12-31 Martin Rudalics <rudalics@gmx.at>
1508
1509 * buffers.texi (The Buffer List): Clarify what moves a buffer to
1510 the front of the buffer list. Add entries for `last-buffer' and
1511 `unbury-buffer'.
1512
b8afe7e4
EZ
15132008-12-27 Eli Zaretskii <eliz@gnu.org>
1514
d14030f5
EZ
1515 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
1516 and its subsections.
1517
1518 * frames.texi (Multiple Terminals, Low-level Terminal)
1519 (Terminal Parameters, Frames on Other TTY devices): New sections.
1520 (Frames): Add an xref to "Multiple Terminals".
1521
765980a4
EZ
1522 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
1523
1524 * objects.texi (Terminal Type): New node.
1525 (Editing Types): Add it to the menu.
1526
47bd5577
EZ
1527 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
1528 Variables".
1529
eb22b78c 1530 * variables.texi (Directory Local Variables): New node.
47bd5577 1531 (Variables): Add a menu item for it.
eb22b78c 1532
b8afe7e4
EZ
1533 * loading.texi (Autoload): Document `generate-autoload-cookie' and
1534 `generated-autoload-file'.
1535
77bb0476
EZ
15362008-12-20 Eli Zaretskii <eliz@gnu.org>
1537
028e2c19
EZ
1538 * os.texi (Startup Summary): Add xref to documentation of
1539 `initial-window-system'.
1540
77bb0476
EZ
1541 * display.texi (Window Systems): Document `window-system' the
1542 function. The variable `window-system' is now frame-local.
028e2c19 1543 Document `initial-window-system'.
77bb0476 1544
dda87836
MR
15452008-12-19 Martin Rudalics <rudalics@gmx.at>
1546
1547 * windows.texi (Windows): Rewrite description of
1548 fit-window-to-buffer.
1549
caef3ed2
GM
15502008-12-13 Glenn Morris <rgm@gnu.org>
1551
1552 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
1553 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
1554
21c58e4d
GM
15552008-12-12 Glenn Morris <rgm@gnu.org>
1556
1557 * debugging.texi (Error Debugging): Refer forwards to
1558 eval-expression-debug-on-error.
1559
af38459f
EZ
15602008-12-05 Eli Zaretskii <eliz@gnu.org>
1561
5dedd9b5
EZ
1562 * strings.texi (String Basics): Only unibyte strings that
1563 represent key sequences hold 8-bit raw bytes.
1564
af38459f
EZ
1565 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
1566 paragraph to speak about `undecided'.
1567 (Character Properties): Don't explain the meaning of each
1568 property; instead, identify their Unicode Standard names.
b3f1f4a5 1569 (Character Sets): Document `map-charset-chars'.
af38459f 1570
fa047ae7
GM
15712008-12-02 Glenn Morris <rgm@gnu.org>
1572
1573 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
1574 section yet again.
1575
47dbc044
EZ
15762008-11-29 Eli Zaretskii <eliz@gnu.org>
1577
98d05998
EZ
1578 * nonascii.texi (Character Properties): New Section.
1579 (Specifying Coding Systems): Document
1580 `coding-system-priority-list', `set-coding-system-priority', and
1581 `with-coding-priority'.
1582 (Lisp and Coding Systems): Document `check-coding-systems-region'
1583 and `coding-system-charset-list'.
1584 (Coding System Basics): Document `coding-system-aliases'.
1585
1586 * elisp.texi (Top): Add a @detailmenu entry for "Character
1587 Properties".
1588
47dbc044
EZ
1589 * objects.texi (Character Type): Correct the range of Emacs
1590 characters. Add an @xref to "Character Codes".
1591
1592 * strings.texi (String Basics): Add an @xref to "Character Codes".
1593
1594 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
1595
1596 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
1597 (Character Codes): Document `max-char'.
1598
8b80cdf5
EZ
15992008-11-28 Eli Zaretskii <eliz@gnu.org>
1600
1601 * nonascii.texi (Text Representations, Converting Representations)
1602 (Character Sets, Scanning Charsets, Translation of Characters):
1603 Make text more accurate.
1604
a99dceba
GM
16052008-11-28 Glenn Morris <rgm@gnu.org>
1606
1607 * files.texi (Format Conversion Round-Trip): Improve previous change.
1608
f6dc3bed
CY
16092008-11-26 Chong Yidong <cyd@stupidchicken.com>
1610
1611 * modes.texi (Auto Major Mode): Fix example.
1612
5da9413d
GM
16132008-11-25 Glenn Morris <rgm@gnu.org>
1614
1615 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
1616
1617 * files.texi (Format Conversion Round-Trip):
1618 Use active voice for previous change.
1619
fcca848c
CY
16202008-11-25 Chong Yidong <cyd@stupidchicken.com>
1621
1622 * os.texi (Processor Run Time):
1623 * processes.texi (Transaction Queues):
1624 * markers.texi (The Mark):
1625 * windows.texi (Choosing Window, Selecting Windows):
1626 * files.texi (Changing Files, Magic File Names):
1627 * commands.texi (Key Sequence Input):
1628 * functions.texi (Declaring Functions):
1629 * strings.texi (Predicates for Strings):
1630 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
1631
36c8dc54
CY
16322008-11-24 Chong Yidong <cyd@stupidchicken.com>
1633
1634 * help.texi (Accessing Documentation): Update example.
1635
1636 * variables.texi (Defining Variables): Note that `*' is not
1637 necessary if defcustom is used.
1638
2a79b242
EZ
16392008-11-22 Eli Zaretskii <eliz@gnu.org>
1640
1641 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
1642 Characters" from @detailmenu.
1643
1644 * nonascii.texi (Character Codes, Character Sets)
1645 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
1646 (Chars and Bytes, Splitting Characters): Sections removed.
1647
392f0d26
LK
16482008-11-22 Lute Kamstra <lute@gnu.org>
1649
1650 * positions.texi (Text Lines): Update goto-line documentation.
1651
af1a5cd5
MR
16522008-11-21 Martin Rudalics <rudalics@gmx.at>
1653
6a4cfb0c
MR
1654 * frames.texi (Frames): Fix typo, add cross references, reword.
1655 (Initial Parameters): Reword special-display-frame-alist text.
1656 (Frames and Windows): Reword. Describe argument norecord for
1657 set-frame-selected-window.
1658 (Input Focus): Describe argument norecord for select-frame.
1659 Remove comment on MS-Windows behavior for focus-follows-mouse.
1660 (Raising and Lowering): Mention windows-frames dichotomy in
1661 metaphor.
1662
af1a5cd5
MR
1663 * windows.texi (Displaying Buffers, Vertical Scrolling)
1664 (Horizontal Scrolling): Fix indenting and rewording issues
1665 introduced with 2008-11-07 change.
1666
c249fa9c
GM
16672008-11-20 Glenn Morris <rgm@gnu.org>
1668
1669 * files.texi (Format Conversion Round-Trip): Mention `preserve'
1670 element of `format-alist'.
1671
204d4665
GM
16722008-11-19 Glenn Morris <rgm@gnu.org>
1673
1674 * doclicense.texi: Update to FDL 1.3.
1675 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
1676
cc0910af
CY
16772008-11-18 Chong Yidong <cyd@stupidchicken.com>
1678
efe6e7c4
CY
1679 * windows.texi (Window Hooks): Remove *-end-trigger-functions
1680 vars, which are obsolete. Mention jit-lock-register.
1681
1682 * modes.texi (Other Font Lock Variables): Document
1683 jit-lock-register and jit-lock-unregister.
1684
cc0910af
CY
1685 * frames.texi (Color Parameters): Document alpha parameter.
1686
aeeedf76
MR
16872008-11-16 Martin Rudalics <rudalics@gmx.at>
1688
1689 * windows.texi (Splitting Windows, Deleting Windows)
1690 (Selecting Windows, Cyclic Window Ordering)
1691 (Buffers and Windows, Displaying Buffers, Choosing Window)
1692 (Dedicated Windows, Window Point, Window Start and End)
1693 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
1694 (Size of Window, Resizing Windows, Window Configurations)
1695 (Window Parameters): Avoid @var at beginning of sentences and
1696 reword accordingly.
1697
4c565c5c
LK
16982008-11-11 Lute Kamstra <lute@gnu.org>
1699
1700 * files.texi (File Name Components): Fix file-name-extension
1701 documentation.
1702
25f494c9
JB
17032008-11-11 Juanma Barranquero <lekktu@gmail.com>
1704
1705 * frames.texi (Basic Parameters): Remove display-environment-variable
1706 and term-environment-variable.
1707
a1401ab1
EZ
17082008-11-08 Eli Zaretskii <eliz@gnu.org>
1709
1710 * windows.texi (Basic Windows, Splitting Windows)
1711 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
1712 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
25f494c9
JB
1713 (Resizing Windows, Window Configurations, Window Parameters):
1714 Fix wording and markup.
a1401ab1 1715
efafc282
MR
17162008-11-07 Martin Rudalics <rudalics@gmx.at>
1717
1718 * windows.texi (Windows): Update entries.
1719 (Basic Windows): Remove listing of attributes. Reword.
86ab855a 1720 (Splitting Windows, Deleting Windows): Reword.
efafc282
MR
1721 (Selecting Windows, Cyclic Window Ordering): Reword with special
1722 emphasis on order of recently selected windows and buffer list.
86ab855a
MR
1723 (Buffers and Windows, Choosing Window): Reword with special
1724 emphasis on dedicated windows.
1725 (Displaying Buffers): Reword. For switch-to-buffer mention that
1726 it may fall back on pop-to-buffer. For other-window try to
1727 explain how it treats the cyclic ordering of windows.
efafc282
MR
1728 (Dedicated Windows): New node and section discussing dedicated
1729 windows and associated functions.
86ab855a 1730 (Window Point): Add entry for window-point-insertion-type. Reword.
efafc282
MR
1731 (Window Start and End): Rename node and section title. Reword.
1732 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
1733 Minor rewording.
1734 (Size of Window): Reword, in particular text on window-width.
1735 (Resizing Windows): Reword. Add text on balancing windows.
1736 (Window Configurations): Reword. Mention window parameters.
1737 (Window Parameters): New node and section on window parameters.
1738 (Window Hooks): Reword. Mention that
1739 window-configuration-change-hook is run "buffer-locally".
1740 * elisp.texi (Top): Update Windows entries in @detailmenu
1741 section.
1742
d60a8ab2
JB
17432008-11-04 Juanma Barranquero <lekktu@gmail.com>
1744
1745 * searching.texi (Regexp Search): Fix typo.
1746
01777627
CY
17472008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
1748
1749 * searching.texi (Regexp Search): Document GREEDY arg.
1750 (Simple Match Data): Fix return value.
1751
c4526e93
EZ
17522008-11-01 Eli Zaretskii <eliz@gnu.org>
1753
1754 * nonascii.texi (Text Representations): Rewrite to make consistent
1755 with Emacs 23 internal representation of characters. Document
1756 `unibyte-string'.
1757
fe2ae8b5
CY
17582008-10-28 Chong Yidong <cyd@stupidchicken.com>
1759
1760 * processes.texi (Process Information): Note that process-status
1761 does not accept buffer names.
1762
cc5a21e3
CY
17632008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
1764
1765 * positions.texi (Skipping Characters): Correct return value of
1766 skip-chars-forward.
1767
09460d9a
MR
17682008-10-25 Martin Rudalics <rudalics@gmx.at>
1769
520b29e7
MR
1770 * windows.texi (Deleting Windows): Update documentation of
1771 delete-windows-on.
1772 (Buffers and Windows): Update documentations of
1773 get-buffer-window and get-buffer-window-list.
1774 (Displaying Buffers): Update documentation of
1775 replace-buffer-in-windows.
1776
09460d9a
MR
1777 * buffers.texi (Current Buffer): Reword set-buffer and
1778 with-current-buffer documentations.
1779 (Creating Buffers): Reword documentation of get-buffer-create.
1780
4d48fcdc
MR
17812008-10-23 Martin Rudalics <rudalics@gmx.at>
1782
1783 * buffers.texi (Current Buffer): Reword documentation of
1784 set-buffer.
1785 (Buffer Names): Reword documentation of buffer-name.
1786 (The Buffer List): For bury-buffer explain what happens with the
1787 buffer's window.
1788 (Creating Buffers): Say that get-buffer-create's arg is called
1789 buffer-or-name.
1790
f0143c43
CY
17912008-10-22 Chong Yidong <cyd@stupidchicken.com>
1792
3e5dbbd3
CY
1793 * advice.texi (Computed Advice): Explain what DEFINITION is.
1794
f0143c43
CY
1795 * nonascii.texi (Character Codes): Remove obsolete function
1796 char-valid-p, and document characterp instead.
1797
52a94b85
MR
17982008-10-22 Martin Rudalics <rudalics@gmx.at>
1799
1800 * windows.texi (Displaying Buffers): Reword documentation of
1801 pop-to-buffer.
1802 (Choosing Window): Rewrite documentation of display-buffer and
1803 its options.
1804
f76f8246
MR
1805 * buffers.texi (Killing Buffers): Update documentation of
1806 kill-buffer.
1807
acc8b598
EZ
18082008-10-21 Eli Zaretskii <eliz@gnu.org>
1809
80e6b6df
EZ
1810 * processes.texi (Serial Ports): Fix wording and improve markup.
1811
3645358a
EZ
1812 * searching.texi (Regexp Search): Document `string-match-p' and
1813 `looking-at-p'.
1814 (POSIX Regexps): Add an xref for "non-greedy".
1815 (Regexp Special): Add @cindex entry for "non-greedy".
1816
b3d50cff 1817 * display.texi (Attribute Functions): Document `face-all-attributes'.
bf190568 1818 (Image Cache) <image-refresh>: Minor wording fixes.
b3d50cff 1819
73b7530a
EZ
1820 * frames.texi (Color Names): Add an xref to `read-color'.
1821
1822 * minibuf.texi (High-Level Completion): Document `read-color'.
1823
acc8b598
EZ
1824 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
1825
1826 * positions.texi (Narrowing): Add an xref to "Swapping Text".
1827
1828 * buffers.texi (Swapping Text): New section, documents
1829 `buffer-swap-text'.
1830
10e187e8
MR
18312008-10-21 Martin Rudalics <rudalics@gmx.at>
1832
1833 * windows.texi (Resizing Windows): Minor wording fix.
1834
fd6f900c
EZ
18352008-10-20 Eli Zaretskii <eliz@gnu.org>
1836
1837 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
1838 and `combine-and-quote-strings'.
1839
1840 * strings.texi (Creating Strings): Add xrefs for them.
1841
e4372165
EZ
18422008-10-19 Eli Zaretskii <eliz@gnu.org>
1843
d6328fba
EZ
1844 * elisp.texi (Top): Make descriptive text for "Reading File Names"
1845 match the corresponding menu in minibuf.texi.
1846
e4372165
EZ
1847 * minibuf.texi (Reading File Names): Document `read-shell-command'
1848 and `minibuffer-local-shell-command-map'.
1849
5d8dda33
MR
18502008-10-19 Martin Rudalics <rudalics@gmx.at>
1851
1852 * windows.texi (Resizing Windows): Remove var{} around "window" in
1853 documentation of enlarge-window.
1854 Rewrite documentation of window-min-height and window-min-width.
1855
437706cd
EZ
18562008-10-19 Eli Zaretskii <eliz@gnu.org>
1857
80f85d7c
EZ
1858 * functions.texi (Calling Functions): Document `apply-partially'.
1859
291703b5
EZ
1860 * hooks.texi (Standard Hooks): Mention
1861 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
1862
1863 * variables.texi (File Local Variables): Document
1864 `file-local-variables-alist', `before-hack-local-variables-hook'
1865 and `hack-local-variables-hook'.
1866
583d8b3c
EZ
1867 * processes.texi (Synchronous Processes): Document `process-lines'.
1868
437706cd 1869 * customize.texi (Variable Definitions): Document
583d8b3c 1870 `custom-reevaluate-setting'.
437706cd 1871
7e51d89b
MR
18722008-10-18 Martin Rudalics <rudalics@gmx.at>
1873
1874 * windows.texi (Choosing Window, Deleting Windows)
1875 (Displaying Buffers): Expand documentation of dedicated windows.
1876
43c59a3d
EZ
18772008-10-18 Eli Zaretskii <eliz@gnu.org>
1878
018a960d
EZ
1879 * files.texi (Changing Files): Document symbolic input of file
1880 modes to `set-file-modes'. Document `read-file-modes' and
1881 `file-modes-symbolic-to-number'.
1882
2c0b8144
EZ
1883 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
1884 and `search-map'.
1885
80120f13
EZ
1886 * searching.texi (Search and Replace): Document
1887 `replace-search-function' and `replace-re-search-function'.
2c0b8144 1888 Document `multi-query-replace-map'.
80120f13 1889
6d4913f0
EZ
1890 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
1891 (Completion Commands, Reading File Names): Rename
1892 `minibuffer-local-must-match-filename-map' to
1893 `minibuffer-local-filename-must-match-map'.
1894 (Minibuffer Completion): The `require-match' argument to
1895 `completing-read' can now have the value `confirm-only'.
1896
43c59a3d
EZ
1897 * windows.texi (Displaying Buffers): Minor wording fix.
1898 (Choosing Window): `split-height-threshold' can now be nil.
1899 Document `split-width-threshold'. `pop-up-frames' can have the
1900 value `graphic-only'.
1901
f36acfd9
EZ
19022008-10-17 Eli Zaretskii <eliz@gnu.org>
1903
1904 * os.texi (Startup Summary): Document `before-init-time' and
1905 `after-init-time'. Document `initial-window-system' and
1906 `window-system-initialization-alist'. Document reading the
1907 abbrevs file. Document the call to `server-start' under --daemon.
1908 Rearrange a bit to be consistent with the code flow.
53728487
EZ
1909 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
1910 (Time Parsing): Document `format-seconds'.
f36acfd9 1911
96995b89
MR
19122008-10-17 Martin Rudalics <rudalics@gmx.at>
1913
1914 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
1915 and reword.
1916
2de17c73
EZ
19172008-10-16 Eli Zaretskii <eliz@gnu.org>
1918
1919 * markers.texi (The Mark): Document use-region-p.
1920
9cf52b11
EZ
19212008-10-15 Eli Zaretskii <eliz@gnu.org>
1922
c3aaf1d7
EZ
1923 * internals.texi (Writing Emacs Primitives): The interactive spec
1924 of a primitive can be a Lisp form.
1925
841a1743
EZ
1926 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
1927 values of transient-mark-mode. Document handle-shift-selection.
1928
1929 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
1930 (Interactive Examples): Show an example of `^'.
1931 (Key Sequence Input): Document this-command-keys-shift-translated.
c3aaf1d7
EZ
1932 (Defining Commands, Using Interactive): The interactive-form of a
1933 function can be added via its symbol's property.
841a1743 1934
52441368
EZ
1935 * positions.texi (List Motion): beginning-of-defun-function can
1936 now accept an argument.
1937
8e8c1a72
EZ
1938 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
1939 now return a list of strings.
1940
a33a1f2a
EZ
1941 * control.texi (Handling Errors): Document ignore-errors.
1942
4fb04348
EZ
1943 * frames.texi (Creating Frames): Document frame-inherited-parameters.
1944 (Parameter Access): Document set-frame-parameter.
1945
ee666f84
EZ
1946 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
1947 Hooks" for the effect of kill-all-local-variables on local hook
1948 functions.
1949
9cf52b11
EZ
1950 * modes.texi (Major Mode Conventions, Mode Line Variables):
1951 `mode-name' need not be a string. xref to "Mode Line Data" for
1952 details, and to "Emulating Mode Line" for computing a string
1953 value.
1954
22526bc4
EZ
19552008-10-14 Eli Zaretskii <eliz@gnu.org>
1956
a65f6a85
EZ
1957 * processes.texi (System Processes): New section.
1958 (Processes, Signals to Processes): Add xrefs to it.
1959
1960 * objects.texi (Editing Types): A `process' is a subprocess of
1961 Emacs, not just any process running on the OS.
1962
1963 * elisp.texi (Top): Adjust the @detailmenu for the above two
1964 changes.
1965
2724b26a
EZ
1966 * sequences.texi (Char-Tables): Remove documentation of
1967 set-char-table-default, which has no effect since Emacs 23.
1968 <char-table-range, set-char-table-range>: Don't mention generic
1969 characters and charsets. Add a cons cell as a possible argument.
1970
1971 * nonascii.texi (Splitting Characters)
1972 (Translation of Characters): Don't mention generic characters.
1973
1974 * display.texi (Fontsets): Don't mention generic characters.
1975
22526bc4 1976 * sequences.texi (Char-Tables): `map-char-table' can now call its
25f494c9 1977 argument FUNCTION with a cons cell as KEY.
22526bc4 1978
eaf4b689
EZ
19792008-10-13 Eli Zaretskii <eliz@gnu.org>
1980
45e46036
EZ
1981 * objects.texi (Primitive Function Type): Move "@cindex special
1982 forms" from here...
1983
1984 * eval.texi (Special Forms): ...to here.
1985
1986 * functions.texi (What Is a Function): `functionp' returns nil for
1987 special forms. Add an xref.
1988
eaf4b689
EZ
1989 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
1990 Variables".
1991
1992 * variables.texi (Frame-Local Variables): New section.
1993 (Buffer-Local Variables): Add an xref to it.
1994 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
1995 have both frame-local and buffer-local binding.
1996
1997 * frames.texi (Frames): Mention multiple tty frames.
1998 (Frame Parameters, Parameter Access): Mention frame-local variable
1999 bindings.
2000
15688fce
GM
20012008-09-20 Glenn Morris <rgm@gnu.org>
2002
2003 * display.texi (Defining Faces): Recommend against face variables.
2004
35539065
JB
20052008-09-16 Juanma Barranquero <lekktu@gmail.com>
2006
2007 * display.texi (Echo Area Customization): Fix typo.
2008
6a57054b
JB
20092008-09-09 Juanma Barranquero <lekktu@gmail.com>
2010
2011 * loading.texi (Where Defined): Add `defface' item.
2012
d632fb82
MR
20132008-09-06 Martin Rudalics <rudalics@gmx.at>
2014
2015 * loading.texi (Where Defined): Fix description of symbol-file.
2016
905a9adb
JR
20172008-08-26 Jason Rumney <jasonr@gnu.org>
2018
2019 * display.texi (TIFF Images): New section describing :index property.
2020
852e91b7
CY
20212008-08-23 Chong Yidong <cyd@stupidchicken.com>
2022
2023 * display.texi (Temporary Displays): Remove unnecessary comment
2024 about usage of temp-buffer-show-hook.
2025
6be001ee
CY
20262008-08-05 Chong Yidong <cyd@stupidchicken.com>
2027
2028 * symbols.texi (Other Plists): Fix incorrect example.
2029 Suggested by Florian Beck.
2030
58e3d8e8
JB
20312008-07-31 Juanma Barranquero <lekktu@gmail.com>
2032
2033 * os.texi: Fix previous change.
2034
7c2fb837
DN
20352008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
2036
2037 * os.texi:
2038 * intro.texi:
2039 * files.texi: Remove VMS support.
2040
9e2a2647
DN
20412008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
2042
2043 * os.texi:
2044 * frames.texi:
2045 * display.texi: Remove mentions of Mac Carbon.
2046
c4f4682b
MB
20472008-07-01 Miles Bader <miles@gnu.org>
2048
2049 * text.texi (Special Properties):
2050 * display.texi (Truncation): Add wrap-prefix and line-prefix.
2051
3696411e
JB
20522008-06-28 Johan Bockgård <bojohan@gnu.org>
2053
2054 * display.texi (Other Image Types): Fix copy/paste error; say
2055 "PBM", not "XBM".
2056
f2a77c3a
DN
20572008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
2058
2059 * os.texi: Remove references to obsolete systems.
2060
6d52677d
EZ
20612008-06-20 Eli Zaretskii <eliz@gnu.org>
2062
2063 * makefile.w32-in (distclean): Remove makefile.
2064
1a87da4c
GM
20652008-06-17 Glenn Morris <rgm@gnu.org>
2066
2067 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
2068 (elisp, dist): Remove rules and variables that are obsolete now
2069 the lisp manual is no longer distributed separately.
2070
fdda1c5d
GM
20712008-06-16 Glenn Morris <rgm@gnu.org>
2072
646692e9
GM
2073 * configure, configure.in, mkinstalldirs: Remove unused files.
2074
2075 * book-spine.texinfo: Set version to 23.0.60.
fdda1c5d 2076 * vol1.texi (EMACSVER):
6a57054b 2077 * vol2.texi (EMACSVER): Set to 23.0.60.
fdda1c5d
GM
2078
2079 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
2080 as per maintain.info.
2081
611bee81
GM
20822008-06-15 Glenn Morris <rgm@gnu.org>
2083
a7bed3a0
GM
2084 * makefile.w32-in (manual): Use "23" rather than "21".
2085
2086 * Makefile.in (emacsver): New, set by configure.
2087 (manual): Use emacsver.
2088
d794edf2
GM
2089 * intro.texi: Report bugs using M-x report-emacs-bug.
2090
611bee81
GM
2091 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
2092
c73e02fa
GM
20932008-06-13 Daniel Engeler <engeler@gmail.com>
2094
2095 * elisp.texi, internals.texi, processes.texi: Add documentation
2096 about serial port access.
2097
e40a85cd
MB
20982008-06-05 Miles Bader <miles@gnu.org>
2099
2100 * display.texi (Displaying Faces): Update to reflect function
2101 renamings in face-remap.el.
2102
7b753744
JB
21032008-06-05 Juanma Barranquero <lekktu@gmail.com>
2104
2105 * display.texi (Fontsets): Fix typos.
2106
9d3d42fb
MB
21072008-06-03 Miles Bader <miles@gnu.org>
2108
7b753744
JB
2109 * display.texi (Displaying Faces): Add add-relative-face-remapping,
2110 remove-relative-face-remapping, set-base-face-remapping,
2111 and set-default-base-face-remapping.
9d3d42fb 2112
f2cec7a9
MB
21132008-06-01 Miles Bader <miles@gnu.org>
2114
2115 * display.texi (Displaying Faces): Add face-remapping-alist.
2116
8f39c96d
SM
21172008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2118
2119 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
2120 variable names.
2121
1ef5eecc
ER
21222008-05-03 Eric S. Raymond <esr@golux>
2123
352c8b4a 2124 * keymaps.texi: Clarify that (current-local-map) and
1ef5eecc
ER
2125 (current-global-map) return references, not copies.
2126
63b4387f
JL
21272008-05-02 Juri Linkov <juri@jurta.org>
2128
2129 * minibuf.texi (Text from Minibuffer): Document a list of
2130 default values for `read-from-minibuffer'.
2131
38a8b703
JB
21322008-04-24 Juanma Barranquero <lekktu@gmail.com>
2133
2134 * nonascii.texi (Translation of Characters): Fix previous change.
2135
7c42e639
CY
21362008-04-20 Chong Yidong <cyd@stupidchicken.com>
2137
2138 * display.texi (Overlay Properties): Clarify role of underlying
2139 textprop and overlay keymaps for display strings.
2140
2141 * keymaps.texi (Active Keymaps): Ditto.
2142
25c0d999
SM
21432008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
2144
2145 * minibuf.texi (Programmed Completion):
2146 Replace dynamic-completion-table with the new completion-table-dynamic.
2147
e3af5968
CY
21482008-04-07 Chong Yidong <cyd@stupidchicken.com>
2149
2150 * intro.texi (Some Terms): Change "fonts in this manual" index
2151 entry to "typographic conventions".
2152
6bfc8698
EZ
21532008-04-05 Eli Zaretskii <eliz@gnu.org>
2154
2155 * objects.texi (Text Props and Strings): Add indexing for read
2156 syntax of text properties.
2157
4972c361
SM
21582008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
2159
2160 * processes.texi (Decoding Output): Remove process-filter-multibyte
2161 functions.
2162
c70a68db
MR
21632008-03-15 Martin Rudalics <rudalics@gmx.at>
2164
2165 * display.texi (Finding Overlays): Say that empty overlays at
2166 the end of the buffer are reported too.
2167
1291fd36
GM
21682008-03-13 Glenn Morris <rgm@gnu.org>
2169
2170 * elisp.texi (EMACSVER): Set to 23.0.60.
2171
c6b0dfd5
CY
21722008-02-26 Chong Yidong <cyd@stupidchicken.com>
2173
38a8b703 2174 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
c6b0dfd5 2175
875fc30c
GM
21762008-02-22 Glenn Morris <rgm@gnu.org>
2177
2178 * frames.texi (Position Parameters): Clarify the description of
2179 `left' and `top', using information from "Geometry".
2180 (Geometry): Give a pointer to "Position Parameters", rather than
2181 repeating information.
2182
d8c8e45a
GM
21832008-02-11 Glenn Morris <rgm@gnu.org>
2184
2185 * objects.texi (Equality Predicates): No longer talk about "two"
2186 functions.
2187
38a8b703 21882008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
d8c8e45a
GM
2189
2190 * objects.texi (Equality Predicates): Add defun for
2191 equal-including-properties.
2192
bfffe0b1
GM
21932008-02-10 Glenn Morris <rgm@gnu.org>
2194
2195 * objects.texi (Equality Predicates):
2196 Mention equal-including-properties.
2197
431b78c9
RS
21982008-02-07 Richard Stallman <rms@gnu.org>
2199
2200 * windows.texi (Window Start): Mention the feature of moving
2201 window-start to start of line.
2202
c8763fb6 22032008-02-07 Jan Djärv <jan.h.d@swipnet.se>
eafa12e6
JD
2204
2205 * keymaps.texi (Tool Bar): Document rtl property.
2206
1a256502
TTN
22072008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
2208
2209 * display.texi (Button Types):
2210 For define-button-type, clarify type of NAME.
2211
569382c2
MR
22122008-01-19 Martin Rudalics <rudalics@gmx.at>
2213
2214 * buffers.texi (Buffer Modification): Fix typo.
2215
f3041af1
DN
22162008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
2217
2218 * os.texi (System Environment): Remove references to OSes that are
2219 not supported anymore.
2220
d35e1cd7
DN
22212008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2222
2223 * os.texi (System Environment): Remove mention for Masscomp.
2224
23af7580
RS
22252008-01-04 Richard Stallman <rms@gnu.org>
2226
2227 * display.texi (Faces): Don't talk about internal face vector as arg
2228 to facep.
2229
2230 * customize.texi (Type Keywords): Fix previous change.
2231
2232 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
2233 * elisp.texi (Top): Fix menu for commands.texi change.
2234
ec7d5b1e
RS
22352007-12-30 Richard Stallman <rms@gnu.org>
2236
2237 * commands.texi (Accessing Mouse): Renamed from Accessing Events.
2238 (Accessing Scroll): New node broken out of Accessing Mouse.
2239
101a6cea
RS
22402007-12-28 Richard Stallman <rms@gnu.org>
2241
2242 * frames.texi (Size Parameters): Fix typo.
7f9e0c04 2243 (Basic Parameters): For `title', refer to title bar.
041817a4 2244 (Size and Position): Explain meaning of frame pixel width and height.
101a6cea 2245
72b7e664
RS
22462007-12-23 Richard Stallman <rms@gnu.org>
2247
2248 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
2249 Improve some of the commented-out keywords' text too.
2250
27a4f445
MR
22512007-12-14 Martin Rudalics <rudalics@gmx.at>
2252
e2e3f1d7
MR
2253 * nonascii.texi (Encoding and I/O): Reword to avoid saying
2254 "visit the current buffer".
2255
27a4f445
MR
2256 * os.texi (System Interface): Fix typo.
2257
a2afc99d
RS
22582007-12-04 Richard Stallman <rms@gnu.org>
2259
2260 * objects.texi (Symbol Type): Fix typo.
2261
b694135c
RS
22622007-12-03 Richard Stallman <rms@gnu.org>
2263
2264 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
2265
f99a19da
GM
22662007-12-01 Glenn Morris <rgm@gnu.org>
2267
2268 * functions.texi (Declaring Functions): Improve previous change.
2269
8f4b37d8
GM
22702007-11-30 Glenn Morris <rgm@gnu.org>
2271
2272 * functions.texi (Declaring Functions): Add optional fourth
2273 argument of declare-function, and setting third argument to `t'.
2274
61a2fe01
RS
22752007-11-29 Richard Stallman <rms@gnu.org>
2276
2277 * customize.texi (Composite Types): Document `group' type.
2278
cbfc5193
GM
22792007-11-29 Glenn Morris <rgm@gnu.org>
2280
2281 * functions.texi (Declaring Functions): Add findex. Mention
2282 `external' files.
2283
8386283a
JB
22842007-11-26 Juanma Barranquero <lekktu@gmail.com>
2285
2286 * functions.texi (Declaring Functions): Fix directive.
2287
a07c9a8b
RS
22882007-11-25 Richard Stallman <rms@gnu.org>
2289
2290 * help.texi (Help Functions): Clean up last change.
2291
2292 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
2293
2294 * loading.texi (Named Features): Minor cleanup.
2295
2296 * macros.texi (Eval During Expansion): Minor cleanup.
2297
2298 * variables.texi (Variable Aliases): Minor cleanup.
2299
a0925923
RS
23002007-11-24 Richard Stallman <rms@gnu.org>
2301
2302 * functions.texi (Declaring Functions): Clarify previous change.
2303
2304 * compile.texi (Compiler Errors): Clarify previous change.
2305
20c63e44
RS
23062007-11-24 Richard Stallman <rms@gnu.org>
2307
e5e76c04 2308 * display.texi (Refresh Screen, Forcing Redisplay):
20c63e44
RS
2309 Clarify the text and move items around.
2310
5bb0cda3
GM
23112007-11-24 Glenn Morris <rgm@gnu.org>
2312
2313 * functions.texi (Declaring Functions): New section.
2314 * compile.texi (Compiler Errors): Mention declaring functions,
2315 defvar with no initvalue, and byte-compile-warnings.
2316
af13c86a
MR
23172007-11-15 Martin Rudalics <rudalics@gmx.at>
2318
2319 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
2320 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
2321
a5373305
MR
23222007-11-13 Martin Rudalics <rudalics@gmx.at>
2323
2324 * help.texi (Help Functions): Document new macro `with-help-window'.
2325
fe284805
JL
23262007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
2327
2328 * searching.texi (Replacing Match): Describe new
2329 `match-substitute-replacement'.
2330
2c3a09b1
RS
23312007-10-31 Richard Stallman <rms@gnu.org>
2332
2333 * strings.texi (Creating Strings): Null strings from concat not unique.
2334
f2b480f4
RS
23352007-10-26 Richard Stallman <rms@gnu.org>
2336
2337 * objects.texi (Equality Predicates): Null strings are uniquified.
2338
2339 * minibuf.texi: Minor clarifications in previous change.
2340
db21122c
GM
23412007-10-25 Glenn Morris <rgm@gnu.org>
2342
2343 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
2344
2328cbb3
RS
23452007-10-24 Richard Stallman <rms@gnu.org>
2346
2347 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
2348
2349 * variables.texi (Frame-Local Variables): Node deleted.
2350 (Variables): Delete Frame-Local Variables from menu.
2351 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
2352 (Default Value): Don't mention frame-local vars.
2353
2354 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
2355
2356 * loading.texi (Unloading): Document FEATURE-unload-function
2357 instead of FEATURE-unload-hook.
2358
2328cbb3
RS
2359 * frames.texi (Multiple Displays): Don't mention frame-local vars.
2360
c066bafa
JL
23612007-10-22 Juri Linkov <juri@jurta.org>
2362
2363 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
2364 (High-Level Completion): Document a list of default value strings
2365 in the DEFAULT argument, for which minibuffer functions return the
2366 first element.
2367
65ced25f
JL
23682007-10-17 Juri Linkov <juri@jurta.org>
2369
2370 * text.texi (Filling): Update arguments of fill-paragraph.
2371 fill-paragraph operates on the active region in Transient Mark mode.
2372 Remove fill-paragraph-or-region.
2373
ee46ec8e
KB
23742007-10-13 Karl Berry <karl@gnu.org>
2375
2376 * elisp.texi (@dircategory): Move to after @copying,
2377 since we want @copying as close as possible to the beginning of
2378 the output.
2379
61bbdbc6
RS
23802007-10-12 Richard Stallman <rms@gnu.org>
2381
2382 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
2383
2384 * commands.texi (Distinguish Interactive): New node,
2385 broken out from Interactive Call and rewritten.
2386 (Command Loop): Put Distinguish Interactive in menu.
2387
af23e1e8
RS
23882007-10-09 Richard Stallman <rms@gnu.org>
2389
2390 * text.texi (Examining Properties): Mention overlay priority.
2391
2392 * display.texi (Display Margins): Correct the description
2393 of margin display specifications.
2394 (Replacing Specs): New subnode broken out of Display Property.
2395
e1965a69
JL
23962007-10-06 Juri Linkov <juri@jurta.org>
2397
2398 * text.texi (Filling): Document fill-paragraph-or-region.
2399
4638454b
JB
24002007-10-05 Juanma Barranquero <lekktu@gmail.com>
2401
2402 * display.texi (Auto Faces): Fix typo.
2403
7ed54cc5
RS
24042007-10-02 Richard Stallman <rms@gnu.org>
2405
2406 * display.texi (Display Property): Explain some display specs
2407 don't let you move point in.
2408
2409 * frames.texi (Cursor Parameters): Describe
2410 cursor-in-non-selected-windows here. Explain more values.
2411
2412 * windows.texi (Basic Windows): Don't describe
2413 cursor-in-non-selected-windows here.
2414
305a7ef2
EZ
24152007-10-01 Eli Zaretskii <eliz@gnu.org>
2416
2417 * processes.texi (Misc Network): Note that these functions are
2418 supported only on some systems.
2419
f7a7f4eb
RS
24202007-10-01 Richard Stallman <rms@gnu.org>
2421
2422 * display.texi (Overlay Properties): Explain nil as priority.
2423 Explain that conflicts are unpredictable if not resolved by
2424 priorities.
2425
780d7bb9
RS
24262007-09-23 Richard Stallman <rms@gnu.org>
2427
2428 * macros.texi (Backquote): Minor clarification.
2429
14b4fdfb
RS
24302007-09-19 Richard Stallman <rms@gnu.org>
2431
2432 * display.texi (Display Property): Explain multiple display specs.
9600ac7c
RS
2433 Clarify when they work in parallel and when one overrides.
2434 Fix error in example.
14b4fdfb 2435
b8d4c8d0
GM
24362007-09-06 Glenn Morris <rgm@gnu.org>
2437
b3e755a9 2438 Move from lispref/ to doc/lispref/. Change all setfilename
b8d4c8d0
GM
2439 commands to use ../../info.
2440 * Makefile.in (infodir): Go up one more level.
4638454b 2441 (usermanualdir): Change from ../man to ../emacs.
b8d4c8d0
GM
2442 (miscmanualdir): New.
2443 (dist): Use new variable miscmanualdir.
2444 * makefile.w32-in (infodir, texinputdir): Go up one more level.
2445 (usermanualdir): Change from ../man to ../emacs.
2446
1bb1f7d3
MR
24472007-08-30 Martin Rudalics <rudalics@gmx.at>
2448
2449 * commands.texi (Command Loop Info): Advise against changing
2450 most variables described here. Explain new variable
2451 last-repeatable-command.
2452
b8d4c8d0
GM
24532007-08-29 Glenn Morris <rgm@gnu.org>
2454
2455 * elisp.texi (EMACSVER): Increase to 23.0.50.
2456
24572007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
2458
2459 * frames.texi (Basic Parameters): Add display-environment-variable
2460 and term-environment-variable.
2461
24622007-08-28 Juri Linkov <juri@jurta.org>
2463
2464 * display.texi (Image Formats, Other Image Types): Add SVG.
2465
24662007-08-28 Juri Linkov <juri@jurta.org>
2467
2468 * display.texi (Images): Move formats-related text to new node
2469 "Image Formats".
2470 (Image Formats): New node.
2471
619fb9ee
RS
24722007-08-27 Richard Stallman <rms@gnu.org>
2473
2474 * windows.texi (Window Configurations): Clarify what
2475 a window configuration saves.
2476
b8d4c8d0
GM
24772007-08-25 Richard Stallman <rms@gnu.org>
2478
2479 * display.texi (Images): Delete redundant @findex.
2480
39f9da30
GM
24812007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
2482
2483 * text.texi (Change Hooks): (after|before)-change-functions are no
2484 longer bound to nil while running; rather inhibit-modification-hooks
2485 is t.
2486
b8d4c8d0
GM
24872007-08-16 Richard Stallman <rms@gnu.org>
2488
2489 * processes.texi (Asynchronous Processes): Clarify
2490 doc of start-file-process.
2491
24922007-08-08 Martin Rudalics <rudalics@gmx.at>
2493
2494 * modes.texi (Example Major Modes): Fix typo.
2495
24962007-08-08 Glenn Morris <rgm@gnu.org>
2497
2498 * intro.texi (nil and t): Do not use `iff' in documentation.
2499
2500 * tips.texi (Documentation Tips): Recommend against `iff'.
2501
25022007-08-07 Chong Yidong <cyd@stupidchicken.com>
2503
2504 * display.texi (Image Cache): Document image-refresh.
2505
25062007-08-06 Martin Rudalics <rudalics@gmx.at>
2507
2508 * windows.texi (Size of Window): Document window-full-width-p.
2509
25102007-07-25 Glenn Morris <rgm@gnu.org>
2511
2512 * gpl.texi (GPL): Replace license with GPLv3.
2513
2514 * Relicense all FSF files to GPLv3 or later.
2515
25162007-07-24 Michael Albinus <michael.albinus@gmx.de>
2517
4638454b
JB
2518 * processes.texi (Synchronous Processes):
2519 Add `process-file-shell-command'.
b8d4c8d0
GM
2520 (Asynchronous Processes): Mention restricted use of
2521 `process-filter' and `process-sentinel' in
2522 `start-file-process'. Add `start-file-process-shell-command'.
2523
25242007-07-17 Michael Albinus <michael.albinus@gmx.de>
2525
2526 * files.texi (Magic File Names): Introduce optional parameter
2527 IDENTIFICATION for `file-remote-p'.
2528
25292007-07-16 Richard Stallman <rms@gnu.org>
2530
2531 * display.texi (Defining Faces): Fix previous change.
2532
25332007-07-14 Richard Stallman <rms@gnu.org>
2534
2535 * control.texi (Handling Errors): Document `debug' in handler list.
2536
25372007-07-10 Richard Stallman <rms@gnu.org>
2538
2539 * display.texi (Defining Faces): Explain C-M-x feature for defface.
2540
25412007-07-09 Richard Stallman <rms@gnu.org>
2542
2543 * files.texi (Magic File Names): Rewrite previous change.
2544
25452007-07-08 Michael Albinus <michael.albinus@gmx.de>
2546
2547 * files.texi (Magic File Names): Introduce optional parameter
2548 CONNECTED for `file-remote-p'.
2549
25502007-07-07 Michael Albinus <michael.albinus@gmx.de>
2551
2552 * processes.texi (Asynchronous Processes):
2553 * files.texi (Magic File Names): Add `start-file-process'.
2554
25552007-06-27 Richard Stallman <rms@gnu.org>
2556
2557 * files.texi (Format Conversion Piecemeal): Clarify
2558 `after-insert-file-functions' calling convention.
2559
25602007-06-27 Michael Albinus <michael.albinus@gmx.de>
2561
4638454b
JB
2562 * files.texi (Magic File Names): Remove `dired-call-process'.
2563 Add `process-file'.
b8d4c8d0
GM
2564
25652007-06-27 Kenichi Handa <handa@m17n.org>
2566
2567 * text.texi (Special Properties): Fix description about
4638454b 2568 `composition' property.
b8d4c8d0
GM
2569
25702007-06-26 Kenichi Handa <handa@m17n.org>
2571
2572 * nonascii.texi (Default Coding Systems): Document about the
2573 return value `undecided'.
2574
25752007-06-25 David Kastrup <dak@gnu.org>
2576
2577 * keymaps.texi (Active Keymaps): Document new POSITION argument of
2578 `current-active-maps'.
2579
25802007-06-24 Karl Berry <karl@gnu.org>
2581
4638454b 2582 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
b8d4c8d0
GM
2583
25842007-06-15 Juanma Barranquero <lekktu@gmail.com>
2585
2586 * display.texi (Overlay Arrow): Doc fix.
2587
25882007-06-14 Karl Berry <karl@tug.org>
2589
2590 * anti.texi (Antinews): Typo.
2591
25922007-06-14 Chong Yidong <cyd@stupidchicken.com>
2593
2594 * display.texi (Image Cache): Document image-refresh.
2595
25962007-06-12 Karl Berry <karl@gnu.org>
2597
2598 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
2599 * two-volume.make: New file.
2600 * .cvsignore: Ignore two-volume files.
2601
26022007-06-12 Tom Tromey <tromey@redhat.com>
2603
2604 * os.texi (Init File): Document user-emacs-directory.
2605
26062007-06-03 Nick Roberts <nickrob@snap.net.nz>
2607
2608 * commands.texi (Click Events): Describe width and height when
2609 object is nil.
2610
26112007-05-30 Nick Roberts <nickrob@snap.net.nz>
2612
2613 * commands.texi (Click Events): Layout more logically. Describe
2614 width and height.
2615 (Drag Events, Motion Events): Update to new format for position.
2616
26172007-06-02 Richard Stallman <rms@gnu.org>
2618
2619 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
2620
26212007-06-02 Chong Yidong <cyd@stupidchicken.com>
2622
2623 * Version 22.1 released.
2624
26252007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2626
2627 * text.texi (Special Properties): Correct meaning of fontified face.
2628
26292007-05-30 Richard Stallman <rms@gnu.org>
2630
2631 * text.texi (Special Properties): Add link to Adjusting Point.
2632
26332007-05-12 Richard Stallman <rms@gnu.org>
2634
2635 * text.texi (Margins): indent-to-left-margin is not the default.
2636 (Mode-Specific Indent): For indent-line-function, the default
2637 is indent-relative.
2638
2639 * modes.texi (Example Major Modes): Explain last line of text-mode
2640 is redundant.
2641
26422007-05-10 Richard Stallman <rms@gnu.org>
2643
2644 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
2645
2646 * help.texi (Keys in Documentation): Add reference to
2647 Documentation Tips.
2648
2649 * files.texi (Format Conversion): TO-FN gets three arguments.
2650
2651 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
2652
26532007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
2654
2655 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
2656 * files.texi (Format Conversion): Expand intro; add menu.
2657 (Format Conversion Overview, Format Conversion Round-Trip)
2658 (Format Conversion Piecemeal): New nodes/subsections.
2659 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
2660 * text.texi (Text Properties): Remove "Saving Properties" from menu.
2661 (Saving Properties): Delete node/subsection.
2662
26632007-05-07 Karl Berry <karl@gnu.org>
2664
2665 * elisp.texi (EMACSVER): Back to 22.
2666
26672007-05-06 Richard Stallman <rms@gnu.org>
2668
2669 * processes.texi (Accepting Output): Revert most of previous change.
2670
26712007-05-05 Richard Stallman <rms@gnu.org>
2672
2673 * processes.texi (Accepting Output): accept-process-output
2674 uses microseconds, not milliseconds. But that arg is obsolete.
2675
26762007-05-04 Karl Berry <karl@tug.org>
2677
2678 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
2679
26802007-05-04 Eli Zaretskii <eliz@gnu.org>
2681
2682 * tips.texi (Documentation Tips): Rearrange items to place the
2683 more important ones first. Add an index entry for hyperlinks.
2684
26852007-05-03 Karl Berry <karl@gnu.org>
2686
2687 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
2688 (EMACSVER) [smallbook]: 22 for printed version.
2689
2690 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
2691 so restore anchor to normal position after defun. Found by Kevin Ryde.
2692
26932007-04-26 Glenn Morris <rgm@gnu.org>
2694
2695 * elisp.texi (EMACSVER): Increase to 22.1.50.
2696
26972007-04-28 Karl Berry <karl@gnu.org>
2698
2699 * elisp.texi: Improve line breaks on copyright page,
2700 similar layout to emacs manual, 8.5x11 by default.
2701
27022007-04-24 Richard Stallman <rms@gnu.org>
2703
2704 * text.texi (Special Properties): Add xref to Overlay Properties.
2705
2706 * display.texi (Overlay Properties): Add xref to Special Properties.
2707
27082007-04-22 Richard Stallman <rms@gnu.org>
2709
2710 * keymaps.texi (Extended Menu Items): Move the info about
2711 format with cached keyboard binding.
2712
27132007-04-21 Richard Stallman <rms@gnu.org>
2714
2715 * text.texi (Special Properties): Clarify previous change.
2716
2717 * files.texi (File Name Expansion): Clarify previous change.
2718
2719 * display.texi (Attribute Functions): Fix example for
2720 face-attribute-relative-p.
2721
27222007-04-19 Kenichi Handa <handa@m17n.org>
2723
2724 * text.texi (Special Properties): Document composition property.
2725
27262007-04-19 Glenn Morris <rgm@gnu.org>
2727
2728 * files.texi (File Name Expansion): Mention "superroot".
2729
27302007-04-15 Chong Yidong <cyd@stupidchicken.com>
2731
2732 * frames.texi (Multiple Displays): Add note about "multi-monitor"
2733 setups.
2734 (Display Feature Testing): Note that display refers to all
2735 physical monitors for multi-monitor setups.
2736
27372007-04-14 Richard Stallman <rms@gnu.org>
2738
2739 * lists.texi (Sets And Lists): Clarify `delete' examples.
2740 Remove spurious xref to same node.
2741 Clarify xref for add-to-list.
2742
27432007-04-12 Nick Roberts <nickrob@snap.net.nz>
2744
2745 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
2746 value of lisp-mode-map.
2747
27482007-04-11 Karl Berry <karl@gnu.org>
2749
2750 * anti.texi (Antinews):
2751 * display.texi (Overlay Properties, Defining Images):
2752 * processes.texi (Synchronous Processes, Sentinels):
2753 * syntax.texi (Syntax Table Internals):
2754 * searching.texi (Regexp Special):
2755 * nonascii.texi (Default Coding Systems):
2756 * text.texi (Special Properties):
2757 * minibuf.texi (Basic Completion): Wording to improve breaks in
2758 8.5x11 format.
2759 * elisp.texi (smallbook): New @set to more easily switch between
2760 smallbook and 8.5x11.
2761
27622007-04-11 Richard Stallman <rms@gnu.org>
2763
2764 * text.texi (Lazy Properties): Minor fix.
2765
27662007-04-08 Karl Berry <karl@gnu.org>
2767
2768 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
2769 * macros.texi (Backquote): Downcase Backquote in index entries for
2770 consistency.
2771
27722007-04-08 Richard Stallman <rms@gnu.org>
2773
2774 * text.texi (Adaptive Fill): Just describe default,
2775 don't show it (since it contains non-ASCII chars).
2776
27772007-04-07 Karl Berry <karl@gnu.org>
2778
2779 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
2780 adaptive-fill-regexp's value, since they are not in the standard
2781 TeX fonts.
2782
27832007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
2784
2785 * display.texi (Defining Faces): Fix example.
2786
27872007-04-07 Karl Berry <karl@gnu.org>
2788
2789 * display.texi (Button Buffer Commands): Improve page break.
2790
27912007-04-07 Richard Stallman <rms@gnu.org>
2792
2793 * advice.texi (Activation of Advice): Remove redundant index entry.
2794
2795 * backups.texi: Improve index entries. Remove redundant ones.
2796
2797 * compile.texi (Byte Compilation): Improve index entry.
2798
2799 * hash.texi (Creating Hash): Improve index entry.
2800
2801 * symbols.texi (Definitions): Improve index entry.
2802
2803 * edebug.texi: Improve index entries. Remove redundant/useless ones.
2804
2805 * maps.texi (Standard Keymaps): Remove useless index entry.
2806
2807 * help.texi (Documentation Basics): Remove redundant index entries.
2808
2809 * customize.texi: Improve index entries.
2810 Remove redundant/useless ones.
2811
2812 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
2813
2814 * streams.texi (Output Variables): Improve index entry.
2815
2816 * abbrevs.texi (Abbrevs): Remove useless index entry.
2817
2818 * macros.texi (Expansion): Remove useless index entry.
2819
2820 * text.texi: Improve index entries. Remove redundant/useless ones.
2821 (Text Properties, Examining Properties)
2822 (Special Properties): Use "property category" instead of "category"
2823 to refer to the `category' property.
2824
2825 * positions.texi: Improve index entries. Remove useless one.
2826
2827 * lists.texi: Improve index entries. Remove redundant/useless ones.
2828
2829 * os.texi: Improve index entries.
2830 (Timers): Fix previous change.
2831
2832 * buffers.texi: Improve index entries.
2833 (Modification Time): Get rid of term "obsolete buffer".
2834
2835 * debugging.texi: Improve index entries.
2836 (Test Coverage): Add xref to other test coverage ftr.
2837
2838 * eval.texi: Improve index entry. Remove redundant ones.
2839
2840 * numbers.texi: Improve index entries. Remove redundant/useless ones.
2841
2842 * files.texi: Improve index entries. Remove redundant/useless ones.
2843
2844 * objects.texi: Improve index entries.
2845
2846 * processes.texi: Improve index entries.
2847
2848 * modes.texi: Improve index entry. Remove redundant one.
2849
2850 * nonascii.texi: Improve index entries.
2851
2852 * internals.texi: Improve index entries.
2853
2854 * syntax.texi: Improve index entries.
2855
2856 * keymaps.texi (Active Keymaps): Improve index entries.
2857
2858 * commands.texi: Improve index entries. Remove redundant/useless ones.
2859
2860 * frames.texi: Improve index entries. Remove redundant/useless ones.
2861
2862 * markers.texi: Improve index entries. Remove redundant ones.
2863
2864 * tips.texi: Improve index entries.
2865
2866 * loading.texi (Unloading): Improve index entry.
2867
2868 * variables.texi: Improve index entries. Remove redundant one.
2869
2870 * sequences.texi: Improve index entry.
2871
2872 * display.texi: Improve index entries. Remove redundant ones.
2873
2874 * windows.texi: Improve index entries.
2875
2876 * searching.texi: Improve index entries. Remove redundant one.
2877
2878 * strings.texi (Case Tables): Improve last change.
2879
28802007-04-04 Chong Yidong <cyd@stupidchicken.com>
2881
2882 * strings.texi (Case Tables): Document with-case-table and
2883 ascii-case-table.
2884
28852007-04-03 Karl Berry <karl@gnu.org>
2886
2887 * processes.texi (Network): Reword to improve page break.
2888
28892007-04-03 Eli Zaretskii <eliz@gnu.org>
2890
2891 * functions.texi (Inline Functions): Describe more disadvantages
2892 of defsubst, and make advice against it stronger.
2893
28942007-04-02 Karl Berry <karl@gnu.org>
2895
2896 * backups.texi (Backup Names): Avoid widow words.
2897 * modes.texi (Example Major Modes): Align last comment.
2898
28992007-04-01 Chong Yidong <cyd@stupidchicken.com>
2900
2901 * keymaps.texi (Remapping Commands): Document new arg to
2902 command-remapping.
2903
29042007-04-01 Karl Berry <karl@gnu.org>
2905
2906 * processes.texi (Low-Level Network): Typo.
2907 * loading.texi (Hooks for Loading): Avoid double "the".
2908 * keymaps.texi (Key Sequences): No double "and".
2909 (Changing Key Bindings): Shorten to improve line break.
2910
29112007-03-31 Glenn Morris <rgm@gnu.org>
2912
2913 * os.texi (Timers): Fix description of run-at-time TIME formats.
2914
29152007-03-31 Richard Stallman <rms@gnu.org>
2916
2917 * display.texi (Invisible Text): Correct buffer-invisibility-spec
2918 regarding ellipsis.
2919
29202007-03-31 Eli Zaretskii <eliz@gnu.org>
2921
2922 * intro.texi (nil and t):
2923 * symbols.texi (Plists and Alists):
2924 * variables.texi (Variable Aliases, Constant Variables):
2925 * functions.texi (Defining Functions):
2926 * advice.texi (Advising Primitives):
2927 * debugging.texi (Syntax Errors, Compilation Errors):
2928 * minibuf.texi (Minibuffer Windows):
2929 * commands.texi (Adjusting Point):
2930 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
2931 (Auto Major Mode, Major Mode Conventions):
2932 * help.texi (Describing Characters):
2933 * files.texi (Create/Delete Dirs, Information about Files)
2934 (File Locks, Writing to Files, Reading from Files)
2935 (Saving Buffers):
2936 * windows.texi (Resizing Windows, Cyclic Window Ordering):
2937 * frames.texi (Finding All Frames):
2938 * positions.texi (Buffer End, Motion):
2939 * markers.texi (The Region):
2940 * text.texi (Deletion, Near Point):
2941 * display.texi (Displaying Messages, Truncation):
2942 * os.texi (Processor Run Time):
2943 * tips.texi (Key Binding Conventions, Programming Tips)
2944 (Warning Tips, Documentation Tips, Comment Tips):
2945 * internals.texi (Memory Usage): Improve indexing.
2946
2947 * variables.texi (Frame-Local Variables):
2948 * functions.texi (Argument List):
2949 * loading.texi (Library Search):
2950 * streams.texi (Output Variables):
2951 * keymaps.texi (Translation Keymaps, Searching Keymaps):
2952 * searching.texi (Replacing Match, Search and Replace):
2953 * processes.texi (Byte Packing, Decoding Output)
2954 (Accepting Output, Network Servers, Shell Arguments):
2955 * display.texi (Abstract Display, Image Cache, Scroll Bars):
2956 * windows.texi (Window Point, Window Start):
2957 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
2958 * commands.texi (Reading Input, Keyboard Events):
2959 * minibuf.texi (Reading File Names, Minibuffer Completion)
2960 (Recursive Mini):
2961 * positions.texi (List Motion):
2962 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
2963 * numbers.texi (Arithmetic Operations, Math Functions)
2964 (Predicates on Numbers, Comparison of Numbers):
2965 (Numeric Conversions):
2966 * locals.texi (Standard Buffer-Local Variables):
2967 * maps.texi (Standard Keymaps):
2968 * os.texi (User Identification, System Environment, Recording Input)
2969 (X11 Keysyms):
2970 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
2971 * backups.texi (Backups and Auto-Saving):
2972 * customize.texi (Customization, Group Definitions)
2973 (Variable Definitions):
2974 * compile.texi (Byte Compilation): Improve index entries.
2975
29762007-03-31 Karl Berry <karl@gnu.org>
2977
2978 * macros.texi (Defining Macros): Avoid widow syllable.
2979
29802007-03-31 Eli Zaretskii <eliz@gnu.org>
2981
2982 * elisp.texi (Top): Postscript -> PostScript.
2983
2984 * display.texi (Images, Postscript Images): Postscript -> PostScript.
2985
29862007-03-31 Markus Triska <markus.triska@gmx.at>
2987
2988 * internals.texi (Writing Emacs Primitives): Untabify `For'.
2989
29902007-03-30 Karl Berry <karl@gnu.org>
2991
2992 * lists.texi (List-related Predicates): Remove spurious @need.
2993 (Setcdr): Use @smallexample to improve page break.
2994 (Association Lists) <assoc>: Reword to improve page break.
2995
2996 * strings.texi (String Conversion): Insert blank line to improve
2997 page break.
2998
2999 * numbers.texi (Random Numbers): Use @minus{}.
3000 (Math Functions): Use @minus{}.
3001
3002 * intro.texi (Acknowledgements): Avoid line breaks before middle
3003 initials.
3004
30052007-03-24 Eli Zaretskii <eliz@gnu.org>
3006
3007 * errors.texi (Standard Errors): Add an index entry.
3008
30092007-03-19 Richard Stallman <rms@gnu.org>
3010
3011 * os.texi (Recording Input): recent-keys now gives 300 keys.
3012
30132007-03-12 Glenn Morris <rgm@gnu.org>
3014
3015 * os.texi: Replace "daylight savings" with "daylight saving"
3016 throughout.
3017
30182007-03-05 Richard Stallman <rms@gnu.org>
3019
3020 * variables.texi (File Local Variables): Update
3021 enable-local-variables values.
3022
30232007-03-04 Richard Stallman <rms@gnu.org>
3024
3025 * syntax.texi (Control Parsing): Minor clarification.
3026
3027 * strings.texi (Formatting Strings): Clarify width, precision, flags.
3028
3029 * sequences.texi (Sequence Functions): Move string-bytes away,
3030 add xref.
3031
3032 * nonascii.texi (Text Representations): Move string-bytes here.
3033
3034 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
3035
3036 * minibuf.texi (Basic Completion): Minor clarification.
3037
3038 * markers.texi (The Mark): Clarify existence vs activation of mark.
3039 Other cleanup.
3040
3041 * display.texi (Finding Overlays): Write better example.
3042
3043 * compile.texi (Eval During Compile): Clarify putting macros
3044 in eval-when-compile.
3045
c5602427 30462007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
b8d4c8d0
GM
3047
3048 * loading.texi (How Programs Do Loading): Fix anchor position at
c5602427 3049 load-read-function definition doc.
b8d4c8d0
GM
3050
30512007-02-21 Kim F. Storm <storm@cua.dk>
3052
3053 * strings.texi (Text Comparison): Mention that assoc-string
3054 converts symbols to strings before testing.
3055
30562007-02-17 Kim F. Storm <storm@cua.dk>
3057
3058 * processes.texi (Bindat Spec): Vector types can have optional
3059 element type.
3060 (Bindat Examples): Fix example. Add vector with element type.
3061
30622007-02-16 Andreas Schwab <schwab@suse.de>
3063
3064 * strings.texi (Formatting Strings): Document '+' flag.
3065
30662007-02-15 Juanma Barranquero <lekktu@gmail.com>
3067
3068 * strings.texi (Modifying Strings): Clarify that `clear-string'
3069 always converts the string to unibyte.
3070
30712007-02-14 Kim F. Storm <storm@cua.dk>
3072
3073 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
3074 Rewrite glyph code description to refer to these functions.
3075 Remove details of encoding face number and char into integer code.
3076
30772007-02-03 Alan Mackenzie <acm@muc.de>
3078
3079 * loading.texi (Hooks for Loading): Make the description of
3080 `eval-after-load' more detailed, and amend the description of
3081 after-load-alist, in accordance with changes from 2006-05.
3082
30832007-02-03 Chong Yidong <cyd@stupidchicken.com>
3084
3085 * modes.texi (Defining Minor Modes): Document that a :require
3086 keyword or similar may be required to make saved customization
3087 variables work.
3088
30892007-02-03 Eli Zaretskii <eliz@gnu.org>
3090
3091 * elisp.texi (Top): Make the detailed menu headers compliant with
3092 Texinfo guidelines and with what texnfo-upd.el expects. Add
3093 comments to prevent people from inadvertently modifying the key
3094 parts needed by `texinfo-multiple-files-update'.
3095
30962007-02-02 Eli Zaretskii <eliz@gnu.org>
3097
3098 * elisp.texi (Top): Update the top-level menus.
3099
3100 * syntax.texi (Categories): Add index entries.
3101
31022007-02-01 Juanma Barranquero <lekktu@gmail.com>
3103
3104 * display.texi (Attribute Functions): Fix name and description of
3105 the UNDERLINE arg of `set-face-underline-p'.
3106
31072007-01-29 Eli Zaretskii <eliz@gnu.org>
3108
3109 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
3110 Variables", and "Standard Keymaps" to the detailed menu.
3111
3112 * variables.texi (Future Local Variables): Add index entry.
3113
31142007-01-28 Richard Stallman <rms@gnu.org>
3115
3116 * tips.texi (Coding Conventions): Clarify the tip about macros
3117 that define a function or a variable.
3118
3119 * files.texi (File Attributes): UID and GID can be floats.
3120 (Magic File Names): Explain why deferring all operations to
3121 the standard handler does not work.
3122
31232007-01-23 Martin Rudalics <rudalics@gmx.at>
3124
3125 * backups.texi (Reverting): Use "buffer" instead of "file"
3126 when talking about major and minor modes.
3127
31282007-01-21 Richard Stallman <rms@gnu.org>
3129
3130 * help.texi (Documentation): Add xref to Documentation Tips.
3131
31322007-01-14 Juanma Barranquero <lekktu@gmail.com>
3133
3134 * tips.texi (Coding Conventions): Fix typos.
3135
31362007-01-05 Richard Stallman <rms@gnu.org>
3137
3138 * modes.texi (Defining Minor Modes): Fix previous change.
3139
31402007-01-03 Richard Stallman <rms@gnu.org>
3141
3142 * customize.texi (Variable Definitions, Customization Types):
3143 Don't use * in doc string for defcustom.
3144
31452007-01-02 Richard Stallman <rms@gnu.org>
3146
3147 * variables.texi (Variable Aliases): Clarify that aliases vars
3148 always have the same value.
3149
3150 * processes.texi (Bindat Spec): Fix Texinfo usage.
3151
3152 * modes.texi (Defining Minor Modes): Explain effect of command
3153 defined with define-global-minor-mode on new buffers.
3154
31552006-12-30 Kim F. Storm <storm@cua.dk>
3156
3157 * keymaps.texi (Tool Bar): Describe `grow-only' value of
3158 `auto-resize-tool-bars'.
3159
31602006-12-30 Richard Stallman <rms@gnu.org>
3161
3162 * keymaps.texi (Active Keymaps): Fix previous change.
3163
31642006-12-30 Nick Roberts <nickrob@snap.net.nz>
3165
3166 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
3167
31682006-12-30 Kim F. Storm <storm@cua.dk>
3169
3170 * processes.texi (Bindat Spec): Clarify using field names in
3171 length specifications.
3172
31732006-12-29 Kim F. Storm <storm@cua.dk>
3174
3175 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
3176 Add count and index variables for eval forms in repeat blocks.
3177
31782006-12-24 Richard Stallman <rms@gnu.org>
3179
3180 * customize.texi (Variable Definitions): Document
3181 new name custom-add-frequent-value.
3182
31832006-12-19 Kim F. Storm <storm@cua.dk>
3184
3185 * commands.texi (Misc Events): User signals now result in sigusr1
3186 and sigusr2 events which are handled through special-event-map.
3187 (Special Events): User signals and drag-n-drop are special.
3188
31892006-12-17 Richard Stallman <rms@gnu.org>
3190
3191 * loading.texi (Named Features): Explain subfeatures better.
3192
3193 * customize.texi: Use "option" only for user options.
3194 For the keyword values inside defcustom etc, say "keywords".
3195 For :options value's elements, say "elements".
3196 :group should not be omitted.
3197
3198 * syntax.texi (Parsing Expressions): Split up node.
3199 (Motion via Parsing, Position Parse, Parser State)
3200 (Low-Level Parsing, Control Parsing): New subnodes.
3201 (Parser State): Document syntax-ppss-toplevel-pos.
3202
3203 * positions.texi (List Motion): Punctuation fix.
3204
3205 * files.texi (File Name Completion): Document PREDICATE arg
3206 to file-name-completion.
3207
32082006-12-16 Eli Zaretskii <eliz@gnu.org>
3209
3210 * internals.texi (Building Emacs, Writing Emacs Primitives):
3211 Add index entries.
3212
32132006-12-11 Richard Stallman <rms@gnu.org>
3214
3215 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
3216 affects face menu. Explain how to make it non-nil without enabling
3217 any fontification.
3218
32192006-12-10 Chong Yidong <cyd@stupidchicken.com>
3220
3221 * modes.texi (Font Lock Basics): Document nil value of
3222 font-lock-defaults.
3223
32242006-12-10 Glenn Morris <rgm@gnu.org>
3225
3226 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
3227 value for system-flag argument. Abbrev tables may not be empty
3228 when major modes are loaded.
3229
32302006-12-08 Juanma Barranquero <lekktu@gmail.com>
3231
3232 * makefile.w32-in (maintainer-clean): Partially revert last
3233 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
3234 to protect elisp-covers.texi.
3235
32362006-12-07 Juanma Barranquero <lekktu@gmail.com>
3237
3238 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
3239 Don't remove elisp* info files; they are already deleted by the
3240 `clean' and `distclean' targets, and they are in the $(infodir)
3241 directory, not the current one.
3242
32432006-12-04 Kim F. Storm <storm@cua.dk>
3244
3245 * commands.texi (Misc Events): Update signal events.
3246 (Event Examples): Add signal example.
3247
32482006-11-29 Richard Stallman <rms@gnu.org>
3249
3250 * frames.texi (Visibility of Frames): Explain visible windows
3251 can be covered by others. Add xref for raise-frame.
3252
32532006-11-28 Richard Stallman <rms@gnu.org>
3254
3255 * searching.texi (Regexp Special): Update when ^ is special.
3256
32572006-11-27 Eli Zaretskii <eliz@gnu.org>
3258
3259 * customize.texi (Customization, Common Keywords)
3260 (Group Definitions, Variable Definitions, Composite Types)
3261 (Type Keywords, Customization Types): Add index entries for
3262 various customization keywords.
3263
32642006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3265
3266 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
3267
c8763fb6 32682006-11-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
3269
3270 * frames.texi (Window System Selections): Remove clipboard from
3271 description of selection-coding-system.
3272
32732006-11-06 Richard Stallman <rms@gnu.org>
3274
3275 * lists.texi (List Variables): Document COMPARE-FN.
3276
3277 * keymaps.texi: Avoid use of "binding" to mean a relation;
3278 use it only to refer to the meaning associated with a key.
3279 (Keymaps): Change menu node description.
3280
3281 * elisp.texi (Top): Change menu node description.
3282
3283 * display.texi (Managing Overlays): Document overlay-recenter.
3284
32852006-10-29 Chong Yidong <cyd@stupidchicken.com>
3286
3287 * Makefile.in: Use relative paths to avoid advertising filesystem
3288 contents during compilation.
3289
32902006-10-23 Kim F. Storm <storm@cua.dk>
3291
3292 * commands.texi (Event Input Misc): Update unread-command-events.
3293
32942006-10-23 Nick Roberts <nickrob@snap.net.nz>
3295
3296 * lists.texi (Sets And Lists): Fix typos.
3297
32982006-10-18 Juanma Barranquero <lekktu@gmail.com>
3299
3300 * control.texi (Processing of Errors): Use @var for an argument,
3301 not @code.
3302
33032006-10-16 Richard Stallman <rms@gnu.org>
3304
3305 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
3306
3307 * keymaps.texi (Format of Keymaps): Show all the keymap element
3308 patterns that result from menu items.
3309 (Key Lookup): Minor cleanups.
3310
3311 * modes.texi (Precalculated Fontification): Don't say that
3312 not setting font-lock-defaults avoids loading font-lock.
3313
3314 * help.texi (Documentation): Move xref to Emacs Manual here.
3315 (Documentation Basics): From here.
3316 Also doc emacs-lisp-docstring-fill-column.
3317
3318 * elisp.texi: Update version and ISBN.
3319
3320 * commands.texi (Interactive Call): Clarify KEYS arg to
3321 call-interactively is a vector.
3322 (Command Loop Info): Delete anchor in this-command-keys.
3323 Add anchor in this-command-keys-vector.
3324 (Recursive Editing): Document how recursive-edit
3325 handles the current buffer.
3326
33272006-10-13 Chong Yidong <cyd@stupidchicken.com>
3328
3329 * frames.texi (Frame Titles): %c and %l are ignored in
3330 frame-title-format.
3331
33322006-10-11 Richard Stallman <rms@gnu.org>
3333
3334 * keymaps.texi (Key Sequences): Clarify use of kbd.
3335
33362006-10-10 Kim F. Storm <storm@cua.dk>
3337
3338 * lists.texi (Sets And Lists): Add memql.
3339
33402006-10-03 Richard Stallman <rms@gnu.org>
3341
3342 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
3343 Clarify :ascii: and :nonascii:.
3344
33452006-09-29 Juri Linkov <juri@jurta.org>
3346
3347 * modes.texi (%-Constructs): Reorder coding systems in the
3348 documentation of %z to the real order displayed in the modeline.
3349
33502006-09-25 Richard Stallman <rms@gnu.org>
3351
3352 * os.texi (Timers): Describe timer-max-repeats.
3353
33542006-09-25 Chong Yidong <cyd@stupidchicken.com>
3355
3356 * os.texi (Timers): Mention with-local-quit.
3357
33582006-09-24 Richard Stallman <rms@gnu.org>
3359
3360 * searching.texi (Searching and Matching): Mention property search.
3361
3362 * commands.texi (Command Loop Info): Explain how read-event affects
3363 this-command-keys.
3364
33652006-09-20 Richard Stallman <rms@gnu.org>
3366
3367 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
3368
3369 * windows.texi (Window Start): Minor cleanups.
3370
33712006-09-20 Kim F. Storm <storm@cua.dk>
3372
3373 * windows.texi (Window Start): pos-visible-in-window-p allows
3374 specifying t for position to mean "end of window".
3375 Add window-line-height.
3376
3377 * anti.texi (Antinews): Mention window-line-height.
3378
33792006-09-19 David Kastrup <dak@gnu.org>
3380
3381 * keymaps.texi (Searching Keymaps): Small clarification.
3382
33832006-09-18 Richard Stallman <rms@gnu.org>
3384
3385 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
3386 cause keyboard menus.
3387 (Menu Keymaps): Likewise.
3388 (Defining Menus, Keyboard Menus): Clarify.
3389
3390 * text.texi (Fields): Clarify explanation of constrain-to-field.
3391
33922006-09-16 Eli Zaretskii <eliz@gnu.org>
3393
3394 * variables.texi (Tips for Defining): Fix a typo.
3395
33962006-09-15 Richard Stallman <rms@gnu.org>
3397
3398 * keymaps.texi (Remapping Commands, Searching Keymaps)
3399 (Active Keymaps): Clean up previous change.
3400
34012006-09-15 Jay Belanger <belanger@truman.edu>
3402
3403 * gpl.texi: Replace "Library Public License" by "Lesser Public
3404 License" throughout.
3405
34062006-09-15 David Kastrup <dak@gnu.org>
3407
3408 * keymaps.texi (Active Keymaps): Adapt description to use
3409 `get-char-property' instead `get-text-property'. Explain how
3410 mouse events change this. Explain the new optional argument of
3411 `key-binding' and its mouse-dependent lookup.
3412 (Searching Keymaps): Adapt description similarly.
3413 (Remapping Commands): Explain the new optional argument of
3414 `command-remapping'.
3415
34162006-09-14 Richard Stallman <rms@gnu.org>
3417
3418 * keymaps.texi (Searching Keymaps): Clarification.
3419 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
3420
34212006-09-13 Richard Stallman <rms@gnu.org>
3422
3423 * objects.texi (Character Type): Node split.
3424 Add xref to Describing Characters.
3425 (Basic Char Syntax, General Escape Syntax)
3426 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
3427
34282006-09-11 Richard Stallman <rms@gnu.org>
3429
3430 * display.texi (Display Table Format): Wording clarification.
3431 (Glyphs): Clarifications.
3432
34332006-09-10 Chong Yidong <cyd@stupidchicken.com>
3434
3435 * keymaps.texi (Active Keymaps): Mention that key-binding checks
3436 local maps.
3437
34382006-09-10 Kim F. Storm <storm@cua.dk>
3439
3440 * display.texi (Forcing Redisplay): Document return value of
3441 function redisplay.
3442
34432006-09-09 Richard Stallman <rms@gnu.org>
3444
3445 * windows.texi (Window Hooks): Explain limits of
3446 window-scroll-functions.
3447
3448 * display.texi (Fringe Indicators): Update for last change in
3449 indicate-buffer-boundaries.
3450
34512006-09-08 Richard Stallman <rms@gnu.org>
3452
3453 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
3454
34552006-09-06 Kim F. Storm <storm@cua.dk>
3456
3457 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
3458
3459 * windows.texi (Window Start): Update pos-visible-in-window-p.
3460
34612006-09-04 Richard Stallman <rms@gnu.org>
3462
3463 * processes.texi (Accepting Output): Explain SECONDS=0 for
3464 accept-process-output.
3465
3466 * os.texi (Idle Timers): Explain why timer functions should not
3467 loop until (input-pending-p).
3468
34692006-09-02 Eli Zaretskii <eliz@gnu.org>
3470
3471 * makefile.w32-in (usermanualdir): New variable.
3472 (elisp.dvi): Use it.
3473
34742006-09-01 Eli Zaretskii <eliz@gnu.org>
3475
3476 * buffers.texi (Buffer Modification): Fix last change.
3477
34782006-09-01 Chong Yidong <cyd@stupidchicken.com>
3479
3480 * buffers.texi (Buffer Modification): Document
3481 buffer-chars-modified-tick.
3482
34832006-08-31 Richard Stallman <rms@gnu.org>
3484
3485 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
3486
34872006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
3488
3489 * modes.texi (Syntactic Font Lock):
3490 Mention font-lock-syntactic-face-function
3491 instead of specific faces.
3492
34932006-08-29 Chong Yidong <cyd@stupidchicken.com>
3494
3495 * display.texi (Images): Add xrref to display-images-p.
3496
34972006-08-28 Kenichi Handa <handa@m17n.org>
3498
3499 * nonascii.texi (Lisp and Coding Systems): Fix description of
3500 detect-coding-region.
3501
35022006-08-27 Michael Olson <mwolson@gnu.org>
3503
3504 * processes.texi (Transaction Queues): Remove stray quote
3505 character.
3506
35072006-08-25 Richard Stallman <rms@gnu.org>
3508
3509 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
3510 Add xref.
3511
35122006-08-24 Chong Yidong <cyd@stupidchicken.com>
3513
3514 * os.texi (Timers): Avoid waiting inside timers.
3515
35162006-08-21 Lute Kamstra <lute@gnu.org>
3517
3518 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
3519
35202006-08-20 Richard Stallman <rms@gnu.org>
3521
3522 * os.texi (Idle Timers): New node, split out from Timers.
3523 Document current-idle-time.
3524 * commands.texi (Reading One Event): Update xref.
3525 * elisp.texi (Top): Update subnode menu.
3526
35272006-08-16 Richard Stallman <rms@gnu.org>
3528
3529 * keymaps.texi (Extended Menu Items): Show format of cached
3530 bindings in extended menu items.
3531
3532 * customize.texi (Variable Definitions): Explain when the
3533 standard value expression is evaluated.
3534
35352006-08-15 Chong Yidong <cyd@stupidchicken.com>
3536
3537 * commands.texi (Reading One Event): Explain idleness in
3538 `read-event'.
3539
35402006-08-12 Chong Yidong <cyd@stupidchicken.com>
3541
3542 * text.texi (Near Point): Say "cursor" not "terminal cursor".
3543 (Commands for Insertion): Removed split-line since it's not
3544 relevant for Lisp programming.
3545 (Yank Commands): Rewrite introduction.
3546 (Undo): Clarify.
3547 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
3548 (Filling): Remove redundant comment. Clarify return value of
3549 current-justification.
3550 (Margins): Minor clarifications.
3551 (Adaptive Fill): Update default value of adaptive-fill-regexp.
3552 (Sorting): Update definition of sort-lines.
3553 (Columns): Clarify behavior of sort-columns.
3554 (Indent Tabs): Link to Tab Stops in Emacs manual.
3555 (Special Properties): Clarify.
3556 (Clickable Text): Mention Buttons package.
3557
35582006-08-12 Kevin Ryde <user42@zip.com.au>
3559
3560 * os.texi (Time Parsing): Add %z to description of
3561 format-time-string, as per docstring. Add cross reference to
3562 glibc manual for strftime.
3563
35642006-08-08 Richard Stallman <rms@gnu.org>
3565
3566 * modes.texi: Clean up wording in previous change.
3567
35682006-08-07 Chong Yidong <cyd@stupidchicken.com>
3569
3570 * modes.texi (Hooks): Clarify.
3571 (Major Mode Basics): Mention define-derived-mode explicitly.
3572 (Major Mode Conventions): Rebinding RET is OK for some modes.
3573 Mention change-major-mode-hook and after-change-major-mode-hook.
3574 (Example Major Modes): Moved to end of Modes section.
3575 (Mode Line Basics): Clarify.
3576 (Mode Line Data): Mention help-echo and local-map in strings.
3577 Explain reason for treatment of non-risky variables.
3578 (Properties in Mode): Clarify.
3579 (Faces for Font Lock): Add font-lock-negation-char-face.
3580
35812006-08-04 Eli Zaretskii <eliz@gnu.org>
3582
3583 * strings.texi (Formatting Strings): Warn against arbitrary
3584 strings as first arg to `format'.
3585
35862006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
3587
3588 * text.texi (Clickable Text): Mention `help-echo' text property.
3589 Update intro, examples and associated explanations.
3590
35912006-07-31 Richard Stallman <rms@gnu.org>
3592
3593 * commands.texi: Update xrefs.
3594 (Event Mod): New node, cut out from old Translating Input.
3595
3596 * maps.texi: Update xrefs.
3597
3598 * keymaps.texi (Translation Keymaps): New node.
3599 Update xrefs from Translating Input to Translation Keymaps.
3600
3601 * elisp.texi (Top): Update subnode menu.
3602
3603 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
3604
3605 * os.texi (System Interface): Fix menu descriptions of some nodes.
3606 (Translating Input): Node deleted.
3607
36082006-07-31 Nick Roberts <nickrob@snap.net.nz>
3609
3610 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
3611
3612 * lists.texi (Sets And Lists): Likewise.
3613
36142006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
3615
3616 * text.texi (Fields): Mention POS
3617 requirement when narrowing is in effect.
3618
36192006-07-28 Richard Stallman <rms@gnu.org>
3620
3621 * display.texi (Face Attributes): Simplify wording.
3622 (Attribute Functions): Clarify meaning of new-frame default
3623 attribute settings.
3624
3625 * customize.texi (Common Keywords): Document how to use
3626 :package-version in a package not in Emacs.
3627
36282006-07-28 Kim F. Storm <storm@cua.dk>
3629
3630 * commands.texi (Reading One Event): Fix last change.
3631
36322006-07-26 Chong Yidong <cyd@stupidchicken.com>
3633
3634 * commands.texi (Reading One Event): Document SECONDS argument for
3635 read-event, read-char, and read-char-exclusive.
3636
36372006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
3638
3639 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
3640 to ensure correct identification.
3641
36422006-07-24 Richard Stallman <rms@gnu.org>
3643
3644 * text.texi (Clickable Text): Clarify.
3645
3646 * sequences.texi (Vector Functions): Delete duplicate xref.
3647
3648 * objects.texi (Function Type): Clarify.
3649
3650 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
3651 modes.
3652
3653 * lists.texi (List Variables): New node.
3654 Material moved from other nodes.
3655
3656 * variables.texi (Setting Variables): add-to-list and
3657 add-to-ordered-list moved to List Variables node.
3658
36592006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
3660
3661 * text.texi (Links and Mouse-1):
3662 For mouse-on-link-p, expand on arg POS.
3663
36642006-07-21 Kim F. Storm <storm@cua.dk>
3665
3666 * display.texi (Forcing Redisplay): Don't mention systems which
3667 don't support sub-second timers for redisplay-preemption-period.
3668
3669 * os.texi (Terminal Output): Clarify text vs graphical terminal.
3670
36712006-07-21 Eli Zaretskii <eliz@gnu.org>
3672
3673 * frames.texi (Input Focus): Document that focus-follows-mouse has
3674 no effect on MS-Windows.
3675
36762006-07-18 Richard Stallman <rms@gnu.org>
3677
3678 * display.texi (Forcing Redisplay): Cleanups in previous change.
3679
3680 * processes.texi (Low-Level Network): Make menu more convenient.
3681
36822006-07-18 Kim F. Storm <storm@cua.dk>
3683
3684 * display.texi (Forcing Redisplay): redisplay-preemption-period
3685 only used on window systems. Add xref to Terminal Output.
3686
3687 * os.texi (Terminal Output): baud-rate only controls preemption on
3688 non-window systems. Add xref to Forcing Redisplay.
3689
3690 * processes.texi (Low-Level Network): Rename node "Make Network"
3691 to "Network Processes".
3692
36932006-07-18 Karl Berry <karl@gnu.org>
3694
3695 * variables.texi, functions.texi, customize.texi, loading.texi:
3696 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
3697
36982006-07-17 Chong Yidong <cyd@stupidchicken.com>
3699
3700 * commands.texi (Waiting): Document batch-mode sit-for behavior.
3701
37022006-07-17 Richard Stallman <rms@gnu.org>
3703
3704 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
3705 Put period and comma inside quotes.
3706
3707 * loading.texi, markers.texi: Use real doublequote inside menus.
3708
3709 * windows.texi: Put point and comma inside quotes.
3710 (Textual Scrolling): Use @samp for error message.
3711
3712 * variables.texi, tips.texi, syntax.texi, symbols.texi:
3713 * strings.texi, streams.texi, processes.texi, os.texi:
3714 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
3715 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
3716 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
3717 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
3718 Put point and comma inside quotes.
3719
3720 * control.texi (Processing of Errors): Add command-error-function.
3721
3722 * variables.texi (File Local Variables): Clarify that
3723 file local variables make buffer-local bindings.
3724
3725 * modes.texi (Syntactic Font Lock): Give default for
3726 font-lock-syntax-table.
3727
37282006-07-17 Nick Roberts <nickrob@snap.net.nz>
3729
3730 * text.texi (Special Properties): Clean up previous change.
3731
37322006-07-16 Karl Berry <karl@gnu.org>
3733
3734 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
3735 * control.texi: Fix bad page breaks through chapter 10 (control).
3736
3737 * anti.texi (Antinews): Reorder face-attribute fns to avoid
3738 underfull hbox.
3739
37402006-07-15 Nick Roberts <nickrob@snap.net.nz>
3741
3742 * text.texi (Special Properties): Describe fontified text property
3743 in relation to a character (not text).
3744
37452006-07-15 Kim F. Storm <storm@cua.dk>
3746
3747 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
3748 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
3749 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
3750
3751 * anti.texi (Antinews): Mention redisplay function.
3752 The kbd macro existed, but was not documented, before 22.x.
3753 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
3754
37552006-07-14 Nick Roberts <nickrob@snap.net.nz>
3756
3757 * display.texi (Displaying Messages): Add anchor.
3758
3759 * frames.texi (Dialog Boxes): Use it.
3760
37612006-07-12 Richard Stallman <rms@gnu.org>
3762
3763 * objects.texi (Frame Type): Explain nature of frames better.
3764
3765 * frames.texi (Frames): Explain nature of frames better.
3766
37672006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
3768
3769 * tips.texi (Coding Conventions): Explain why use cl at compile time.
3770
37712006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3772
3773 * frames.texi (Window System Selections): Mention scrap support for Mac.
3774 Default value of x-select-enable-clipboard is t on Mac.
3775
3776 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
3777
37782006-07-11 Kim F. Storm <storm@cua.dk>
3779
3780 * display.texi (Forcing Redisplay): Add `redisplay' function.
3781 Don't mention (sit-for -1) -- use (redisplay t) instead.
3782
3783 * commands.texi (Waiting): (sit-for -1) is no longer special.
3784 (sit-for 0) is equivalent to (redisplay).
3785 Iconifying/deiconifying no longer makes sit-for return.
3786
37872006-07-10 Nick Roberts <nickrob@snap.net.nz>
3788
3789 * display.texi (Buttons): Fix typo.
3790
3791 * index.texi, elisp.texi (New Symbols): Comment node out.
3792
37932006-07-09 Richard Stallman <rms@gnu.org>
3794
3795 * display.texi (Truncation): Clean up previous change.
3796
37972006-07-08 Richard Stallman <rms@gnu.org>
3798
3799 * commands.texi (Interactive Call): Use 3 as prefix in example
3800 for execute-extended-command.
3801
3802 * display.texi (Attribute Functions): Move paragraph about
3803 compatibility with Emacs < 21.
3804
38052006-07-09 Kim F. Storm <storm@cua.dk>
3806
3807 * display.texi (Refresh Screen): Clarify force-window-update.
3808 (Truncation): "Normally" indicated by fringe arrows.
3809
38102006-07-08 Eli Zaretskii <eliz@gnu.org>
3811
3812 * windows.texi (Textual Scrolling, Resizing Windows):
3813 * variables.texi (Constant Variables):
3814 * text.texi (Buffer Contents, Deletion, Changing Properties)
3815 (Property Search, Special Properties, Sticky Properties)
3816 (Links and Mouse-1, Fields, Change Hooks):
3817 * syntax.texi (Syntax Table Functions, Parsing Expressions)
3818 (Categories):
3819 * symbols.texi (Other Plists):
3820 * streams.texi (Output Variables):
3821 * processes.texi (Input to Processes, Query Before Exit):
3822 * positions.texi (Word Motion, Text Lines, List Motion):
3823 * os.texi (Init File, System Environment, Sound Output)
3824 (Session Management):
3825 * nonascii.texi (Text Representations, Character Sets)
3826 (Chars and Bytes, Locales):
3827 * modes.texi (Defining Minor Modes, Header Lines):
3828 * minibuf.texi (Minibuffer Contents):
3829 * markers.texi (Information from Markers):
3830 * lists.texi (List Elements, Building Lists, Association Lists):
3831 * keymaps.texi (Tool Bar):
3832 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
3833 * functions.texi (What Is a Function, Mapping Functions):
3834 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
3835 (Color Names, Text Terminal Colors, Display Feature Testing):
3836 * files.texi (Visiting Functions, File Name Components)
3837 (Unique File Names, Contents of Directories):
3838 * display.texi (Forcing Redisplay, Displaying Messages)
3839 (Temporary Displays, Font Selection, Auto Faces)
3840 (Font Lookup, Fringe Indicators, Display Margins)
3841 (Image Descriptors, Showing Images, Image Cache, Button Types)
3842 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
3843 (Display Table Format, Glyphs):
3844 * control.texi (Iteration):
3845 * commands.texi (Command Loop Info, Adjusting Point):
3846 * backups.texi (Making Backups, Auto-Saving):
3847 Remove @tindex entries.
3848
38492006-07-07 Kim F. Storm <storm@cua.dk>
3850
3851 * display.texi (Fringe Cursors): Fix typo.
3852 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
3853 (Overlay Arrow): Default is overlay-arrow fringe indicator.
3854
38552006-07-05 Richard Stallman <rms@gnu.org>
3856
3857 * text.texi (Buffer Contents): Add example of text props
3858 in result of buffer-substring.
3859 (Text Properties): Explain better about use of specific property names.
3860 (Property Search): Some cleanups; reorder some functions.
3861
3862 * keymaps.texi (Changing Key Bindings): Cleanup.
3863 Add xref to Key Binding Conventions.
3864
3865 * display.texi (Attribute Functions): Add examples for
3866 face-attribute-relative-p.
3867
3868 * tips.texi (Coding Conventions): Cleanup last change.
3869
38702006-07-05 Karl Berry <karl@gnu.org>
3871
3872 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
3873 Remove @setchapternewpage odd.
3874 Result is 1013 pages, down from 1100.
3875
3876 * anti.texi, customize.texi, display.texi, internals.texi:
3877 * minibuf.texi, modes.texi, tips.texi:
3878 Fix overfull/underfull boxes.
3879
38802006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
3881
3882 * edebug.texi (Instrumenting):
3883 Add Edebug-specific findex for eval-buffer.
3884 * loading.texi (Loading):
3885 Replace eval-current-buffer with eval-buffer.
3886
38872006-06-30 Nick Roberts <nickrob@snap.net.nz>
3888
3889 * locals.texi (Standard Buffer-Local Variables): Update the list
3890 of variables.
3891
38922006-06-26 Nick Roberts <nickrob@snap.net.nz>
3893
3894 * files.texi (File Name Completion): Point user to the node
3895 "Reading File Names".
3896
38972006-06-24 Eli Zaretskii <eliz@gnu.org>
3898
3899 * files.texi (Contents of Directories): Document case-insensitive
3900 behavior on respective filesystems.
3901
3902 * objects.texi (Character Type): Document that Emacs signals an
3903 error for unsupported Unicode characters specified as \uNNNN.
3904
39052006-06-19 Richard Stallman <rms@gnu.org>
3906
3907 * processes.texi (Bindat Spec): Clarify previous change.
3908
39092006-06-16 Richard Stallman <rms@gnu.org>
3910
3911 * tips.texi (Coding Conventions): Better explain conventions
3912 for definition constructs.
3913
3914 * text.texi (Special Properties): String value of `read-only'
3915 serves as the error message.
3916
3917 * objects.texi (Character Type): Clarify prev. change.
3918 (Non-ASCII in Strings): Mention \u and \U.
3919
3920 * commands.texi (Using Interactive): Explain problem of
3921 markers, etc., in command-history.
3922
39232006-06-14 Kim F. Storm <storm@cua.dk>
3924
3925 * commands.texi (Waiting): Negative arg to sit-for forces
3926 redisplay even if input is pending.
3927
3928 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
3929 redisplay. Remove incorrect example of binding redisplay-dont-pause
3930 around (sit-for 0).
3931
39322006-06-13 Richard Stallman <rms@gnu.org>
3933
3934 * display.texi (Forcing Redisplay): Clarify previous change.
3935
39362006-06-13 Romain Francoise <romain@orebokech.com>
3937
3938 * display.texi (Forcing Redisplay): Fix typo.
3939
39402006-06-13 Kim F. Storm <storm@cua.dk>
3941
3942 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
3943
39442006-06-10 Luc Teirlinck <teirllm@auburn.edu>
3945
3946 * tips.texi (Coding Conventions): Add `@end itemize'.
3947
39482006-06-10 Richard Stallman <rms@gnu.org>
3949
3950 * tips.texi (Coding Conventions): Explain use of coding systems
3951 to ensure one decoding for strings.
3952
39532006-06-09 Aidan Kehoe <kehoea@parhasard.net>
3954
3955 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
3956 syntax.
3957
39582006-06-07 Eli Zaretskii <eliz@gnu.org>
3959
3960 * display.texi (Font Selection): Remove description of
3961 clear-face-cache.
3962
3963 * compile.texi (Eval During Compile): Fix a typo. Add index
3964 entries for possible uses of eval-when-compile.
3965
39662006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
3967
3968 * display.texi (Abstract Display): Fix typo.
3969
39702006-06-03 Eli Zaretskii <eliz@gnu.org>
3971
3972 * minibuf.texi (Minibuffer History) <history-add-new-input>:
3973 Reword variable's description.
3974
39752006-06-01 Richard Stallman <rms@gnu.org>
3976
3977 * windows.texi (Splitting Windows): Clarify splitting nonselected
3978 window.
3979
39802006-05-31 Juri Linkov <juri@jurta.org>
3981
3982 * minibuf.texi (Minibuffer History): Add history-add-new-input.
3983
39842006-05-30 Richard Stallman <rms@gnu.org>
3985
3986 * display.texi (Line Height): Fix errors in description of
10d1d0af 3987 default line height and line-height property.
b8d4c8d0
GM
3988
3989 * nonascii.texi (Default Coding Systems): Further clarification.
3990
39912006-05-29 Luc Teirlinck <teirllm@auburn.edu>
3992
3993 * internals.texi (Pure Storage): Mention that an overflow in pure
3994 space causes a memory leak.
3995 (Garbage Collection): If there was an overflow in pure space,
3996 `garbage-collect' returns nil.
3997
39982006-05-30 Eli Zaretskii <eliz@gnu.org>
3999
4000 * nonascii.texi (Default Coding Systems): Fix it some more.
4001
40022006-05-29 Eli Zaretskii <eliz@gnu.org>
4003
4004 * nonascii.texi (Default Coding Systems): Fix last change.
4005
40062006-05-29 Kenichi Handa <handa@m17n.org>
4007
4008 * nonascii.texi (find-operation-coding-system): Describe the new
4009 argument format (FILENAME . BUFFER).
4010
40112006-05-28 Richard Stallman <rms@gnu.org>
4012
4013 * tips.texi (Coding Conventions): Better explain reasons not to
4014 advise other packages or use `eval-after-load'.
4015
40162006-05-29 Kim F. Storm <storm@cua.dk>
4017
4018 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
4019 `bindat-idx' and `bindat-raw' for clarity.
4020
40212006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
4022
4023 * processes.texi (Bindat Spec): Expand on `repeat' handler.
4024
4025 * display.texi (Display): Add "Abstract Display" to menu.
4026 (Abstract Display, Abstract Display Functions)
4027 (Abstract Display Example): New nodes.
4028 * elisp.texi (Top): Add "Abstract Display" to menu.
4029
40302006-05-27 Chong Yidong <cyd@stupidchicken.com>
4031
4032 * keymaps.texi (Key Sequences): Link to input events definition.
4033 (Format of Keymaps): Delete material duplicated in Keymap Basics.
4034
4035 * files.texi (Changing Files): Document updated argument list for
4036 copy-file.
4037
40382006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
4039
4040 * processes.texi (Bindat Functions): Explain term "total length".
4041 Use it in bindat-length and bindat-pack descriptions.
4042
40432006-05-26 Eli Zaretskii <eliz@gnu.org>
4044
4045 * tips.texi (Coding Conventions): Advise against using
4046 eval-after-load in packages. Add an index entry.
4047
40482006-05-25 Juri Linkov <juri@jurta.org>
4049
4050 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
4051
4052 * modes.texi (%-Constructs): Add %e, %z, %Z.
4053
40542006-05-25 Richard Stallman <rms@gnu.org>
4055
4056 * elisp.texi (Top): Update subnode menu.
4057
4058 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
4059 (Keymaps): Update menu.
4060
40612006-05-25 Chong Yidong <cyd@stupidchicken.com>
4062
4063 * keymaps.texi (Key Sequences): Some clarifications.
4064
40652006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
4066
4067 * processes.texi (Bindat Functions): Say "unibyte string"
4068 explicitly for bindat-unpack and bindat-pack descriptions.
4069 (Bindat Examples): Don't call `string-make-unibyte' in example.
4070
40712006-05-25 Chong Yidong <cyd@stupidchicken.com>
4072
4073 * keymaps.texi (Key Sequences): Renamed from Keymap Terminology.
c5602427 4074 Explain string and vector representations of key sequences.
b8d4c8d0
GM
4075
4076 * keymaps.texi (Changing Key Bindings):
dd7b651b 4077 * commands.texi (Interactive Codes):
b8d4c8d0
GM
4078 * help.texi (Describing Characters): Refer to it.
4079
40802006-05-23 Luc Teirlinck <teirllm@auburn.edu>
4081
4082 * frames.texi (Pointer Shape): @end table -> @end defvar.
4083
40842006-05-22 Richard Stallman <rms@gnu.org>
4085
4086 * elisp.texi (Top): Update subnode menus.
4087
4088 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
4089 Contents rewritten; material from old Pointer Shape node moved here.
4090
4091 * display.texi (Pointer Shape): Node deleted.
4092 (Image Descriptors): Minor cleanup.
4093
40942006-05-21 Richard Stallman <rms@gnu.org>
4095
4096 * syntax.texi (Parsing Expressions): Update info on which STATE
4097 elements are ignored.
4098
40992006-05-19 Luc Teirlinck <teirllm@auburn.edu>
4100
4101 * hooks.texi (Standard Hooks): Correct typo.
4102
4103 * gpl.texi (GPL): ifinfo -> ifnottex.
4104
41052006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
4106
4107 * searching.texi (Simple Match Data): Warn about match data being
4108 set anew by every search.
4109
41102006-05-17 Richard Stallman <rms@gnu.org>
4111
4112 * minibuf.texi (Minibuffer History): Clarify.
4113
4114 * searching.texi (Regexp Special): Clarify nested regexp warning.
4115
41162006-05-16 Kim F. Storm <storm@cua.dk>
4117
4118 * minibuf.texi (Minibuffer History): Update add-to-history.
4119
41202006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
4121
4122 * nonascii.texi (Explicit Encoding): Fix
4123 typo (encoding<->decoding).
4124
41252006-05-14 Richard Stallman <rms@gnu.org>
4126
4127 * buffers.texi (Creating Buffers): Cleanup.
4128
4129 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
4130
41312006-05-13 Eli Zaretskii <eliz@gnu.org>
4132
4133 * buffers.texi (Current Buffer): Document that with-temp-buffer
4134 disables undo.
4135
4136 * os.texi (Terminal-Specific): More accurate description of how
4137 Emacs searches for the terminal-specific libraries.
4138
41392006-05-12 Eli Zaretskii <eliz@gnu.org>
4140
4141 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
4142 emacs-xtra to @inforef's.
4143
4144 * text.texi (Undo): Document that undo is turned off in buffers
4145 whose names begin with a space.
4146
4147 * buffers.texi (Buffer Names): Add index entries for buffers whose
4148 names begin with a space.
4149 (Creating Buffers): Document that undo is turned off in buffers
4150 whose names begin with a space.
4151
4152 * files.texi (Visiting Functions, Reading from Files)
4153 (Saving Buffers): Mention code and EOL conversions by file I/O
4154 primitives and subroutines.
4155
4156 * nonascii.texi (Lisp and Coding Systems): Document
4157 coding-system-eol-type. Add index entries for eol conversion.
4158
4159 * display.texi (Defining Faces): Mention `mac', and add an xref to
4160 where window-system is described.
4161
41622006-05-10 Richard Stallman <rms@gnu.org>
4163
4164 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
4165
41662006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
4167
4168 * variables.texi (File Local Variables): Recommend to quote lambda
4169 expressions in safe-local-variable property.
4170
41712006-05-09 Richard Stallman <rms@gnu.org>
4172
4173 * variables.texi (File Local Variables): Document
4174 safe-local-eval-forms and safe-local-eval-function.
4175
41762006-05-07 Kim F. Storm <storm@cua.dk>
4177
4178 * minibuf.texi (Minibuffer History): Remove keep-dups arg
4179 from add-to-history.
4180
41812006-05-07 Romain Francoise <romain@orebokech.com>
4182
4183 * commands.texi (Event Input Misc):
4184 * compile.texi (Eval During Compile):
4185 * internals.texi (Buffer Internals):
4186 * minibuf.texi (Initial Input):
4187 * nonascii.texi (Scanning Charsets):
4188 * numbers.texi (Comparison of Numbers):
4189 * windows.texi (Textual Scrolling, Vertical Scrolling):
4190 Fix various typos.
4191
41922006-05-06 Eli Zaretskii <eliz@gnu.org>
4193
4194 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
4195 conditional xref's to either emacs or emacs-xtra, depending on
4196 @iftex/@ifnottex.
4197
4198 * minibuf.texi (Minibuffer History): Document add-to-history.
4199
42002006-05-05 Eli Zaretskii <eliz@gnu.org>
4201
4202 * internals.texi (Pure Storage): Mention the pure overflow message
4203 at startup.
4204
c8763fb6 42052006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
4206
4207 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
4208 (Searching Keymaps): Fix pseudo-Lisp description of keymap
4209 search.
4210
42112006-05-01 Richard Stallman <rms@gnu.org>
4212
4213 * intro.texi (nil and t): Clarify.
4214
4215 * variables.texi (File Local Variables): Suggest using booleanp.
4216
42172006-05-01 Juanma Barranquero <lekktu@gmail.com>
4218
4219 * objects.texi (Type Predicates): Fix typos.
4220
42212006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
4222
4223 * intro.texi (nil and t): Add booleanp.
4224
4225 * objects.texi (Type Predicates): Add links for booleanp and
4226 string-or-null-p.
4227
42282006-04-29 Richard Stallman <rms@gnu.org>
4229
4230 * modes.texi (Multiline Font Lock): Rename from
4231 Multi line Font Lock Elements. Much clarification.
4232 (Font Lock Multiline, Region to Fontify): Much clarification.
4233
42342006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
4235
4236 * variables.texi (File Local Variables): Remove the special case t for
4237 safe-local-variable.
4238
42392006-04-26 Richard Stallman <rms@gnu.org>
4240
4241 * syntax.texi (Parsing Expressions): Minor cleanup.
4242
42432006-04-18 Richard Stallman <rms@gnu.org>
4244
4245 * tips.texi (Coding Conventions): Explain when the package's
4246 prefix should appear later on (not at the start of the name).
4247
4248 * searching.texi (String Search): Clarify effect of NOERROR.
4249
4250 * modes.texi (Imenu): Clarify what special items do.
4251
4252 * hooks.texi (Standard Hooks): Delete text about old hook names.
4253
42542006-04-17 Romain Francoise <romain@orebokech.com>
4255
4256 * variables.texi (Local Variables): Update the default value of
4257 `max-specpdl-size'.
4258
42592006-04-15 Michael Olson <mwolson@gnu.org>
4260
4261 * processes.texi (Transaction Queues): Mention the new optional
4262 `delay-question' argument for `tq-enqueue'.
4263
42642006-04-13 Bill Wohler <wohler@newt.com>
4265
4266 * customize.texi (Common Keywords): Use dotted notation for
4267 :package-version value. Specify its values. Improve documentation
4268 for customize-package-emacs-version-alist.
4269
42702006-04-12 Bill Wohler <wohler@newt.com>
4271
4272 * customize.texi (Common Keywords): Move description of
4273 customize-package-emacs-version-alist to @defvar.
4274
42752006-04-10 Bill Wohler <wohler@newt.com>
4276
4277 * customize.texi (Common Keywords): Add :package-version.
4278
42792006-04-10 Kim F. Storm <storm@cua.dk>
4280
4281 * text.texi (Buffer Contents): Add NOPROPS arg to
4282 filter-buffer-substring.
4283
42842006-04-08 Kevin Ryde <user42@zip.com.au>
4285
4286 * os.texi (Command-Line Arguments): Update xref to emacs manual
4287 "Command Arguments" -> "Emacs Invocation", per change there.
4288
42892006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
4290
4291 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
4292 be on one line to help makeinfo not render two spaces after the dot.
4293
42942006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
4295
4296 * strings.texi (Predicates for Strings): Add string-or-null-p.
4297
42982006-03-28 Kim F. Storm <storm@cua.dk>
4299
4300 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
4301 remarks about systems that don't support fractional seconds.
4302
43032006-03-25 Karl Berry <karl@gnu.org>
4304
4305 * elisp.texi: Use @copyright{} instead of (C), and do not indent
4306 the year list.
4307
43082006-03-21 Nick Roberts <nickrob@snap.net.nz>
4309
4310 * display.texi (Fringe Indicators): Fix typos.
4311
43122006-03-19 Luc Teirlinck <teirllm@auburn.edu>
4313
4314 * tips.texi (Documentation Tips): One can now also write `program'
4315 in front of a quoted symbol in a docstring to prevent making a
4316 hyperlink.
4317
43182006-03-19 Alan Mackenzie <acm@muc.de>
4319
4320 * text.texi (Special Properties): Clarify `fontified' property.
4321
43222006-03-16 Richard Stallman <rms@gnu.org>
4323
4324 * display.texi (Defining Images): Minor cleanup.
4325
43262006-03-16 Bill Wohler <wohler@newt.com>
4327
4328 * display.texi (Defining Images): In image-load-path-for-library,
4329 prefer user's images.
4330
43312006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
4332
4333 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
4334
43352006-03-15 Bill Wohler <wohler@newt.com>
4336
4337 * display.texi (Defining Images): Fix example in
4338 image-load-path-for-library by not recommending that one binds
4339 image-load-path. Just defvar it to placate compiler and only use
4340 it if previously defined.
4341
43422006-03-14 Bill Wohler <wohler@newt.com>
4343
4344 * display.texi (Defining Images): In image-load-path-for-library,
4345 always return list of directories. Update example.
4346
43472006-03-14 Alan Mackenzie <acm@muc.de>
4348
4349 * modes.texi: New node, "Region to Fontify" (for Font Lock).
4350 This describes font-lock-extend-region-function.
4351 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
4352 the new node "Region to Fontify".
4353
43542006-03-13 Richard Stallman <rms@gnu.org>
4355
4356 * display.texi (Invisible Text): The impossible position is
4357 now before the invisible text, not after.
4358 (Defining Images): Clean up last change.
4359
43602006-03-11 Bill Wohler <wohler@newt.com>
4361
4362 * display.texi (Defining Images): Add image-load-path-for-library.
4363
43642006-03-11 Luc Teirlinck <teirllm@auburn.edu>
4365
4366 * text.texi (Adaptive Fill): Fix Texinfo usage.
4367
4368 * strings.texi (Creating Strings): Fix Texinfo usage.
4369
4370 * searching.texi (Regexp Special): Use @samp for regular
4371 expressions that are not in Lisp syntax.
4372
43732006-03-08 Luc Teirlinck <teirllm@auburn.edu>
4374
4375 * searching.texi (Regexp Special): Put remark between parentheses
4376 to avoid misreading.
4377
43782006-03-07 Luc Teirlinck <teirllm@auburn.edu>
4379
4380 * searching.texi (Syntax of Regexps): More accurately describe
4381 which characters are special in which situations.
4382 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
4383 are not special. Describe in detail when `[' and `]' are special.
4384 (Regexp Backslash): Plenty of regexps with unbalanced square
4385 brackets are valid, so reword that statement.
4386
43872006-03-02 Kim F. Storm <storm@cua.dk>
4388
4389 * keymaps.texi (Tool Bar): Add tool-bar-border.
4390
43912006-02-28 Luc Teirlinck <teirllm@auburn.edu>
4392
4393 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
4394
43952006-02-27 Luc Teirlinck <teirllm@auburn.edu>
4396
4397 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
4398
4399 * files.texi (Locating Files): Suggest additional values for the
4400 SUFFIXES arg of `locate-file'. Update pxref.
4401
4402 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
4403 (How Programs Do Loading): Discuss the effects of Auto Compression
4404 mode on `load'.
4405 (Load Suffixes): New node.
4406 (Library Search): Delete description of `load-suffixes'; it was
4407 moved to "Load Suffixes".
4408 (Autoload, Named Features): Mention `load-suffixes'.
4409
44102006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4411
4412 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
4413
4414 * windows.texi (Window Tree): Fix typo.
4415
44162006-02-20 Kim F. Storm <storm@cua.dk>
4417
4418 * display.texi (Fringe Indicators): New section.
4419 Move indicate-empty-lines, indicate-buffer-boundaries, and
4420 default-indicate-buffer-boundaries here.
4421 Add fringe-indicator-alist and default-fringes-indicator-alist.
4422 Add list of logical fringe indicator symbols.
4423 Update list of standard bitmap names.
4424 (Fringe Cursors): New section.
4425 Move overflow-newline-into-fringe here.
4426 Add fringe-cursor-alist and default-fringes-cursor-alist.
4427 Add list of fringe cursor symbols.
4428
44292006-02-20 Juanma Barranquero <lekktu@gmail.com>
4430
4431 * commands.texi (Using Interactive): Fix reference to node
4432 "Minibuffers".
4433
44342006-02-19 Richard M. Stallman <rms@gnu.org>
4435
4436 * minibuf.texi (High-Level Completion):
4437 Add xref to read-input-method-name.
4438
4439 * files.texi (Relative File Names): Move file-relative-name here.
4440 (File Name Expansion): From here. Minor clarifications.
4441
4442 * commands.texi (Using Interactive): Add xrefs about reading input.
4443 Clarify remarks about that moving point and mark.
4444 Put string case before list case.
4445
c8763fb6 44462006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
4447
4448 * display.texi (Other Display Specs, Image Descriptors):
4449 Revert erroneous changes. The previous description of
4450 image-descriptors as `(image . PROPS)' was correct.
4451
44522006-02-14 Richard M. Stallman <rms@gnu.org>
4453
4454 * variables.texi (File Local Variables): Clarifications.
4455
44562006-02-14 Juanma Barranquero <lekktu@gmail.com>
4457
4458 * variables.texi (File Local Variables): Use @code for a cons
4459 cell, not @var.
4460
44612006-02-13 Chong Yidong <cyd@stupidchicken.com>
4462
4463 * variables.texi (File Local Variables): Document new file local
4464 variable behavior.
4465
44662006-02-10 Kim F. Storm <storm@cua.dk>
4467
4468 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
4469
44702006-02-08 Juanma Barranquero <lekktu@gmail.com>
4471
4472 * modes.texi (%-Constructs): Remove obsolete info about
4473 `global-mode-string'.
4474
44752006-02-07 Richard M. Stallman <rms@gnu.org>
4476
4477 * commands.texi (Prefix Command Arguments): Minor cleanup.
4478
4479 * display.texi: "Graphical display", not window system.
4480
4481 * functions.texi (What Is a Function): Fix xref.
4482
4483 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
4484 (Changing Key Bindings): Clarify when remapping is better than
4485 substitute-key-definition.
4486
44872006-02-02 Richard M. Stallman <rms@gnu.org>
4488
4489 * minibuf.texi (Basic Completion): Completion alists are risky.
4490
4491 * keymaps.texi (Active Keymaps): Clarifications.
4492 (Searching Keymaps): New node.
4493 (Keymaps): Update menu.
4494
4495 * frames.texi (Layout Parameters): Minor clarification.
4496 (Drag and Drop): New node.
4497 (Frames): Update menu.
4498
44992006-01-29 Chong Yidong <cyd@stupidchicken.com>
4500
4501 * display.texi (Other Display Specs, Image Descriptors):
4502 Image description is a list, not a cons cell.
4503
45042006-01-28 Luc Teirlinck <teirllm@auburn.edu>
4505
4506 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
4507 list is not necessarily a list).
4508
45092006-01-27 Eli Zaretskii <eliz@gnu.org>
4510
4511 * frames.texi (Layout Parameters): border-width and
4512 internal-border-width belong to the frame, not the window.
4513
45142006-01-19 Richard M. Stallman <rms@gnu.org>
4515
4516 * nonascii.texi (Translation of Characters): Search cmds use
4517 translation-table-for-input. Automatically made local.
4518
4519 * markers.texi (Overview of Markers): Count insertion type
4520 as one of a marker's attributes.
4521
4522 * keymaps.texi (Controlling Active Maps): New node, split out of
4523 Active Keymaps.
4524 (Keymaps): Menu updated.
4525 (Active Keymaps): Give pseudocode to explain how the active
4526 maps are searched. current-active-maps and key-binding moved here.
4527 (Functions for Key Lookup): current-active-maps and key-binding moved.
4528 Clarifications.
4529 (Searching the Keymaps): New subnode.
4530
4531 * elisp.texi (Top): Menu clarification.
4532
4533 * display.texi (Other Display Specs): Delete duplicate entry for
4534 just a string as display spec. Move text about recursive display
4535 specs on such a string.
4536
4537 * commands.texi (Key Sequence Input): Clarify.
4538 Move num-nonmacro-input-events out.
4539 (Reading One Event): num-nonmacro-input-events moved here.
4540
45412006-01-14 Nick Roberts <nickrob@snap.net.nz>
4542
4543 * advice.texi (Simple Advice): Update example to fit argument
4544 change in previous-line.
4545
45462006-01-05 Richard M. Stallman <rms@gnu.org>
4547
4548 * markers.texi (The Mark): Fix in `mark'.
4549
45502006-01-04 Richard M. Stallman <rms@gnu.org>
4551
4552 * processes.texi (Misc Network, Make Network): Minor cleanups.
4553
45542006-01-04 Kim F. Storm <storm@cua.dk>
4555
4556 * processes.texi (Make Network): Add IPv6 addresses and handling.
4557 (Network Feature Testing): Mention (:family ipv6).
4558 (Misc Network): Add IPv6 formats to format-network-address.
4559
45602005-12-30 Richard M. Stallman <rms@gnu.org>
4561
4562 * text.texi (Changing Properties):
4563 Don't use return value of set-text-properties.
4564
45652005-12-29 Luc Teirlinck <teirllm@auburn.edu>
4566
4567 * modes.texi (Mode Line Format): Correct typo in menu.
4568
45692005-12-29 Richard M. Stallman <rms@gnu.org>
4570
4571 * modes.texi (Mode Line Top): New node.
4572 (Mode Line Data): Some text moved to new node.
4573 Explain the data structure more concretely.
4574 (Mode Line Basics): Clarifications.
4575 (Mode Line Variables): Clarify intro paragraph.
4576 (%-Constructs): Clarify intro paragraph.
4577 (Mode Line Format): Update menu.
4578
45792005-12-28 Luc Teirlinck <teirllm@auburn.edu>
4580
4581 * minibuf.texi (Basic Completion): Update lazy-completion-table
4582 examples for removal of ARGS argument.
4583
45842005-12-23 Richard M. Stallman <rms@gnu.org>
4585
4586 * text.texi (Undo): Restore some explanation from the version
4587 that was deleted.
4588
45892005-12-23 Eli Zaretskii <eliz@gnu.org>
4590
4591 * text.texi (Undo): Remove duplicate descriptions of `apply
4592 funname' and `apply delta' elements of the undo list.
4593
45942005-12-20 Richard M. Stallman <rms@gnu.org>
4595
4596 * help.texi (Help Functions): Update documentation of `apropos'.
4597
45982005-12-20 Luc Teirlinck <teirllm@auburn.edu>
4599
4600 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
4601 because it is confusing. If the :help-echo keyword is a function,
4602 it is not directly used as the :help-echo overlay property, as the
4603 xref seems to suggest (it does not take the appropriate args).
4604
46052005-12-19 Luc Teirlinck <teirllm@auburn.edu>
4606
4607 * customize.texi (Common Keywords): Fix Texinfo usage.
4608 (Group Definitions, Variable Definitions): Update for new
4609 conventions for using `*' in docstrings.
4610
4611 * tips.texi (Documentation Tips): Update for new conventions for
4612 using `*' in docstrings.
4613
46142005-12-16 Richard M. Stallman <rms@gnu.org>
4615
4616 * minibuf.texi (Minibuffer Contents): Minor cleanup.
4617
46182005-12-16 Juri Linkov <juri@jurta.org>
4619
4620 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
4621
46222005-12-14 Romain Francoise <romain@orebokech.com>
4623
4624 * modes.texi (Customizing Keywords): Rename `append' to `how'.
4625 Fix typo.
4626
46272005-12-11 Juri Linkov <juri@jurta.org>
4628
4629 * minibuf.texi (Completion Commands): Add mention of read-file-name
4630 for filename completion keymaps.
4631 (Reading File Names): Add mention of filename completion keymaps
4632 for read-file-name and xref to `Completion Commands'.
4633
46342005-12-10 Richard M. Stallman <rms@gnu.org>
4635
4636 * customize.texi (Common Keywords): State caveats for use of :tag.
4637
46382005-12-08 Richard M. Stallman <rms@gnu.org>
4639
4640 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
4641 with xrefs and better explanation.
4642 (Completion Commands): Add the filename completion maps.
4643
4644 * objects.texi (Character Type): Clarify that \s is not space
4645 if a dash follows.
4646
46472005-12-05 Richard M. Stallman <rms@gnu.org>
4648
4649 * windows.texi (Resizing Windows): Delete preserve-before args.
4650
46512005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
4652
4653 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
4654 in full keymaps, since the quirk has been fixed.
4655
46562005-12-03 Eli Zaretskii <eliz@gnu.org>
4657
4658 * hooks.texi (Standard Hooks): Add index entries. Mention
4659 `compilation-finish-functions'.
4660
46612005-11-27 Richard M. Stallman <rms@gnu.org>
4662
4663 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
4664
46652005-11-21 Juri Linkov <juri@jurta.org>
4666
4667 * customize.texi (Common Keywords): Update links types
4668 custom-manual and url-link. Add link types emacs-library-link,
4669 file-link, function-link, variable-link, custom-group-link.
4670
46712005-11-20 Chong Yidong <cyd@stupidchicken.com>
4672
4673 * display.texi: Revert 2005-11-20 change.
4674
46752005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
4676
4677 * processes.texi (Bindat Functions):
4678 Say "third" to refer to zero-based index "2".
4679
46802005-11-18 Luc Teirlinck <teirllm@auburn.edu>
4681
4682 * loading.texi (Library Search): Update the default value of
4683 `load-suffixes'.
4684
46852005-11-17 Chong Yidong <cyd@stupidchicken.com>
4686
4687 * display.texi (Attribute Functions): Mention :ignore-defface.
4688
46892005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4690
4691 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
4692 (Minor Mode Conventions): Mention the use of a hook.
4693
46942005-11-06 Richard M. Stallman <rms@gnu.org>
4695
4696 * files.texi (Magic File Names): find-file-name-handler checks the
4697 `operations' property of the handler.
4698
46992005-11-03 Richard M. Stallman <rms@gnu.org>
4700
4701 * variables.texi (Frame-Local Variables): Small clarification.
4702
47032005-10-29 Chong Yidong <cyd@stupidchicken.com>
4704
4705 * os.texi (Init File): Document ~/.emacs.d/init.el.
4706
47072005-10-29 Richard M. Stallman <rms@gnu.org>
4708
4709 * internals.texi (Garbage Collection): Document memory-full.
4710
47112005-10-28 Bill Wohler <wohler@newt.com>
4712
4713 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
4714 for URLs.
4715
47162005-10-28 Richard M. Stallman <rms@gnu.org>
4717
4718 * minibuf.texi (Completion Commands): Clean up prev change.
4719
47202005-10-26 Kevin Ryde <user42@zip.com.au>
4721
4722 * compile.texi (Eval During Compile): Explain recommended uses
4723 of eval-when-compile and eval-and-compile.
4724
47252005-10-27 Masatake YAMATO <jet@gyve.org>
4726
4727 * minibuf.texi (Completion Commands):
4728 Write about new optional argument for `display-completion-list'.
4729
47302005-10-23 Richard M. Stallman <rms@gnu.org>
4731
4732 * display.texi (Overlay Arrow): Clarify about local bindings of
4733 overlay-arrow-position.
4734
47352005-10-22 Eli Zaretskii <eliz@gnu.org>
4736
4737 * internals.texi (Building Emacs): Fix last change.
4738
47392005-10-22 Richard M. Stallman <rms@gnu.org>
4740
4741 * internals.texi (Building Emacs): Document eval-at-startup.
4742
47432005-10-21 Richard M. Stallman <rms@gnu.org>
4744
4745 * loading.texi (Where Defined): load-history contains abs file names.
4746 symbol-file returns abs file names.
4747
47482005-10-19 Kim F. Storm <storm@cua.dk>
4749
4750 * display.texi (Showing Images): Add max-image-size integer value.
4751
47522005-10-18 Chong Yidong <cyd@stupidchicken.com>
4753
4754 * display.texi (Showing Images): Document max-image-size.
4755
47562005-10-17 Richard M. Stallman <rms@gnu.org>
4757
4758 * commands.texi (Quitting): Minor clarification.
4759
4760 * processes.texi (Sentinels): Clarify about output and quitting.
4761 (Filter Functions): Mention with-local-quit.
4762
47632005-10-17 Juri Linkov <juri@jurta.org>
4764
4765 * buffers.texi (Current Buffer):
4766 * commands.texi (Event Input Misc):
4767 * compile.texi (Eval During Compile, Compiler Errors):
4768 * customize.texi (Group Definitions):
4769 * display.texi (Progress, Defining Faces):
4770 * files.texi (Writing to Files):
4771 * modes.texi (Mode Hooks, Defining Minor Modes):
4772 * streams.texi (Output Functions):
4773 * syntax.texi (Syntax Table Functions):
4774 * text.texi (Change Hooks):
4775 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
4776
4777 * commands.texi (Quitting): Replace arg `forms' with `body' in
4778 `with-local-quit'.
4779
4780 * positions.texi (Excursions): Replace arg `forms' with `body' in
4781 `save-excursion'.
4782
47832005-10-08 Kim F. Storm <storm@cua.dk>
4784
4785 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
4786 Rename manual section accordingly.
4787
47882005-10-04 Kim F. Storm <storm@cua.dk>
4789
4790 * windows.texi (Window Split Tree): New section describing
4791 new function window-split-tree function.
4792
47932005-10-03 Nick Roberts <nickrob@snap.net.nz>
4794
4795 * display.texi (Fringe Size/Pos): Simplify and add detail.
4796
47972005-09-30 Romain Francoise <romain@orebokech.com>
4798
4799 * minibuf.texi (High-Level Completion): Explain that the prompt
4800 given to `read-buffer' should end with a colon and a space.
4801 Update usage examples.
4802
48032005-09-29 Juri Linkov <juri@jurta.org>
4804
4805 * display.texi (Displaying Messages): Rename argument name
4806 `string' to `format-string' in functions `message', `message-box',
4807 `message-or-box'.
4808
48092005-09-26 Chong Yidong <cyd@stupidchicken.com>
4810
4811 * errors.texi (Standard Errors): Correct xrefs.
4812
48132005-09-18 Chong Yidong <cyd@stupidchicken.com>
4814
4815 * display.texi (Defining Images): Update documentation for
4816 `image-load-path'.
4817
48182005-09-17 Richard M. Stallman <rms@gnu.org>
4819
4820 * display.texi (Defining Images): Clean up previous change.
4821
48222005-09-16 Romain Francoise <romain@orebokech.com>
4823
4824 * elisp.texi: Specify GFDL version 1.2.
4825
4826 * doclicense.texi (GNU Free Documentation License): Update to
4827 version 1.2.
4828
48292005-09-15 Chong Yidong <cyd@stupidchicken.com>
4830
4831 * display.texi (Defining Images): Document `image-load-path'.
4832
48332005-09-15 Richard M. Stallman <rms@gnu.org>
4834
4835 * objects.texi (Printed Representation): Minor cleanup.
4836 (Box Diagrams): Minor fix.
4837 (Cons Cell Type): Move (...) index item here.
4838 (Box Diagrams): From here.
4839 (Array Type): Minor fix.
4840 (Type Predicates): Delete index "predicates".
4841 (Hash Table Type): Clarify xref.
4842 (Dotted Pair Notation): Minor fix.
4843
48442005-09-10 Chong Yidong <cyd@stupidchicken.com>
4845
4846 * files.texi (Saving Buffers): Fix typo.
4847
48482005-09-08 Richard M. Stallman <rms@gnu.org>
4849
4850 * tips.texi (Programming Tips): Correct the "default" prompt spec.
4851
48522005-09-08 Chong Yidong <cyd@stupidchicken.com>
4853
4854 * locals.texi (Standard Buffer-Local Variables): Don't include
4855 mode variables for minor modes.
4856 Fix xrefs for buffer-display-count, buffer-display-table,
4857 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
4858 enable-multibyte-characters, fill-column, header-line-format,
4859 left-fringe-width, left-margin, and right-fringe-width.
4860
4861 * hooks.texi (Standard Hooks): All hooks should conform to the
4862 standard naming convention now.
4863 Fix xref for `echo-area-clear-hook'.
4864
4865 * display.texi (Usual Display): Note that indicate-empty-lines and
4866 tab-width are buffer-local.
4867
4868 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
4869
4870 * modes.texi (Mode Help): Note that major-mode is buffer-local.
4871
4872 * nonascii.texi (Encoding and I/O): Note that
4873 buffer-file-coding-system is buffer-local.
4874
4875 * positions.texi (List Motion): Note that defun-prompt-regexp is
4876 buffer-local.
4877
4878 * text.texi (Auto Filling): Note that auto-fill-function is
4879 buffer-local.
4880 (Undo): Note that buffer-undo-list is buffer-local.
4881
4882 * windows.texi (Buffers and Windows): Document
4883 buffer-display-count.
4884
48852005-09-06 Richard M. Stallman <rms@gnu.org>
4886
4887 * tips.texi (Coding Conventions): Sometimes it is ok to put the
4888 package prefix elsewhere than at the start of the name.
4889
48902005-09-03 Richard M. Stallman <rms@gnu.org>
4891
4892 * tips.texi (Programming Tips): Add conventions for minibuffer
4893 questions and prompts.
4894
48952005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
4896
4897 * intro.texi (nil and t): Minor cleanup.
4898 Delete spurious mention of keyword symbols.
4899 (Evaluation Notation): Add index entry.
4900 (A Sample Function Description): Minor cleanup.
4901 (A Sample Variable Description): Not all vars can be set.
4902
49032005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
4904
4905 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
4906
4907 (Insertion): Document precise type of `insert-char' arg COUNT.
4908
49092005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
4910
4911 * modes.texi (Other Font Lock Variables): Sync the default of
4912 font-lock-lines-before.
4913
49142005-08-31 Michael Albinus <michael.albinus@gmx.de>
4915
4916 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
4917
49182005-08-29 Richard M. Stallman <rms@gnu.org>
4919
4920 * elisp.texi (Top): Update subnode menu.
4921
4922 * searching.texi (Searching and Matching): Move node.
4923 Rearrange contents and add overall explanation.
4924 (Searching and Case): Move node.
4925 (Searching and Matching): Update menu.
4926
49272005-08-27 Eli Zaretskii <eliz@gnu.org>
4928
4929 * os.texi (Startup Summary): Fix the description of the initial
4930 startup message display.
4931
49322005-08-25 Richard M. Stallman <rms@gnu.org>
4933
4934 * searching.texi (Search and Replace): Add replace-regexp-in-string.
4935
49362005-08-25 Emilio C. Lopes <eclig@gmx.net>
4937
4938 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
4939 `next-overlay-change' example.
4940
49412005-08-22 Juri Linkov <juri@jurta.org>
4942
4943 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
4944 Fix invert-face. Fix args of face-background.
4945
4946 * display.texi (Standard Faces): Delete node.
4947 (Faces): Add xref to `(emacs)Standard Faces'.
4948 (Displaying Faces): Fix xref to `Standard Faces'.
4949
4950 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
4951
49522005-08-20 Alan Mackenzie <acm@muc.de>
4953
4954 * buffers.texi (The Buffer List): Clarify the manipulation of the
4955 buffer list.
4956
49572005-08-14 Richard M. Stallman <rms@gnu.org>
4958
4959 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
4960 a regexp.
4961
49622005-08-11 Richard M. Stallman <rms@gnu.org>
4963
4964 * elisp.texi (Top): Update subnode lists.
4965
4966 * display.texi (Inverse Video): Node deleted.
4967
4968 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
4969 New nodes split out of Coding Conventions.
4970
4971 * searching.texi (Regular Expressions): Document re-builder.
4972
4973 * os.texi (Time Parsing): New node split out of Time Conversion.
4974
4975 * processes.texi (Misc Network, Network Feature Testing)
4976 (Network Options, Make Network): New nodes split out of
4977 Low-Level Network.
4978
49792005-08-09 Richard M. Stallman <rms@gnu.org>
4980
4981 * frames.texi (Geometry): New node, split from Size and Position.
4982 (Frame Parameters): Refer to Geometry.
4983
4984 * buffers.texi (The Buffer List): Fix xrefs.
4985
4986 * windows.texi (Splitting Windows): Fix xref.
4987
4988 * frames.texi (Layout Parameters): Add xref.
4989
4990 * display.texi (Line Height, Scroll Bars): Fix xrefs.
4991
4992 * keymaps.texi (Menu Bar): Fix xref.
4993
4994 * locals.texi (Standard Buffer-Local Variables): Fix xref.
4995
4996 * modes.texi (%-Constructs): Fix xref.
4997
4998 * frames.texi (Window Frame Parameters): Node split up.
4999 (Basic Parameters, Position Parameters, Size Parameters)
5000 (Layout Parameters, Buffer Parameters, Management Parameters)
5001 (Cursor Parameters, Color Parameters): New subnodes.
5002
50032005-08-09 Luc Teirlinck <teirllm@auburn.edu>
5004
5005 * positions.texi (Screen Lines): Update xref for previous change
5006 in minibuf.texi.
5007
5008 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
5009 change in minibuf.texi.
5010
50112005-08-09 Richard M. Stallman <rms@gnu.org>
5012
5013 * tips.texi (Coding Conventions): Minor cleanup.
5014
5015 * modes.texi (Defining Minor Modes): Explain when init-value
5016 can be non-nil.
5017
5018 * elisp.texi (Top): Update submenu for Minibuffer.
5019
5020 * minibuf.texi (Minibuffer Misc): Node split up.
5021 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
5022 (Recursive Mini): New nodes split out from Minibuffer Misc.
5023 (Minibuffer Misc): Document max-mini-window-height.
5024
5025 * hash.texi (Defining Hash): Delete stray paren in example.
5026
5027 * display.texi (Echo Area Customization): Don't define
5028 max-mini-window-height here; xref instead.
5029
5030 * commands.texi (Event Input Misc): Update while-no-input.
5031
5032 * advice.texi (Advising Functions): Explain when to use advice
5033 and when to use a hook.
5034
50352005-07-30 Eli Zaretskii <eliz@gnu.org>
5036
5037 * makefile.w32-in (info): Don't run install-info.
5038 ($(infodir)/dir): New target, produced by running install-info.
5039
50402005-07-27 Luc Teirlinck <teirllm@auburn.edu>
5041
5042 * modes.texi (Defining Minor Modes): The keyword for the initial
5043 value is :init-value, not :initial-value.
5044
50452005-07-23 Eli Zaretskii <eliz@gnu.org>
5046
5047 * loading.texi (Autoload): Make the `doctor' example be consistent
5048 with what's in current loaddefs.el. Describe the "fn" magic in
5049 the usage portion of the doc string.
5050
50512005-07-22 Richard M. Stallman <rms@gnu.org>
5052
5053 * internals.texi (Garbage Collection): Clarify previous change.
5054
50552005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
5056
5057 * internals.texi (Garbage Collection): Add gc-cons-percentage.
5058
50592005-07-18 Juri Linkov <juri@jurta.org>
5060
5061 * commands.texi (Accessing Events):
5062 * frames.texi (Text Terminal Colors, Resources):
5063 * markers.texi (The Mark):
5064 * modes.texi (Defining Minor Modes):
5065 Delete duplicate duplicate words.
5066
50672005-07-16 Richard M. Stallman <rms@gnu.org>
5068
5069 * display.texi (Managing Overlays): Clarify make-overlay
5070 args for insertion types.
5071
50722005-07-13 Luc Teirlinck <teirllm@auburn.edu>
5073
5074 * customize.texi (Variable Definitions):
5075 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
5076 `standard-value' is a list too.
5077 (Defining New Types): Use @key{RET} instead of @key{ret}.
5078
50792005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
5080
5081 * os.texi (Translating Input): Fix typo.
5082
50832005-07-08 Richard M. Stallman <rms@gnu.org>
5084
5085 * README: Update edition number and size estimate.
5086
5087 * elisp.texi (VERSION): Set to 2.9.
5088
50892005-07-07 Richard M. Stallman <rms@gnu.org>
5090
5091 * book-spine.texinfo: Update Emacs version.
5092
5093 * display.texi (Inverse Video): Delete mode-line-inverse-video.
5094
50952005-07-06 Richard M. Stallman <rms@gnu.org>
5096
5097 * searching.texi (Regexp Search): Clarify what re-search-forward
5098 does when the search fails.
5099
51002005-07-05 Lute Kamstra <lute@gnu.org>
5101
5102 * Update FSF's address in GPL notices.
5103
5104 * doclicense.texi (GNU Free Documentation License):
5105 * gpl.texi (GPL):
5106 * tips.texi (Coding Conventions, Library Headers):
5107 * vol1.texi:
5108 * vol2.texi: Update FSF's address.
5109
51102005-07-04 Richard M. Stallman <rms@gnu.org>
5111
5112 * hooks.texi (Standard Hooks): Add occur-hook.
5113
51142005-07-03 Luc Teirlinck <teirllm@auburn.edu>
5115
5116 * display.texi (The Echo Area): Correct menu.
5117
51182005-07-03 Richard M. Stallman <rms@gnu.org>
5119
5120 * elisp.texi (Top): Update subnode menu for Display.
5121
5122 * display.texi (Displaying Messages): New node, with most
5123 of what was in The Echo Area.
5124 (Progress): Moved under The Echo Area.
5125 (Logging Messages): New node with new text.
5126 (Echo Area Customization): New node, the rest of what was
5127 in The Echo Area. Document message-truncate-lines with @defvar.
5128 (Display): Update menu.
5129
5130 * windows.texi (Textual Scrolling): Doc 3 values for
5131 scroll-preserve-screen-position.
5132
5133 * text.texi (Special Properties): Change hook functions
5134 should bind inhibit-modification-hooks around altering buffer text.
5135
5136 * keymaps.texi (Key Binding Commands): Call binding BINDING
5137 rather than DEFINITION.
5138
51392005-06-29 Juanma Barranquero <lekktu@gmail.com>
5140
5141 * variables.texi (Defining Variables): `user-variable-p' returns t
5142 for aliases of user options, nil for alias loops.
5143
51442005-06-28 Richard M. Stallman <rms@gnu.org>
5145
5146 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
5147 make-keymap.
5148
51492005-06-27 Luc Teirlinck <teirllm@auburn.edu>
5150
5151 * variables.texi (Setting Variables): Correct and clarify
5152 description of `add-to-ordered-list'.
5153
51542005-06-26 Richard M. Stallman <rms@gnu.org>
5155
5156 * display.texi (Faces): Minor cleanup.
5157
51582005-06-25 Luc Teirlinck <teirllm@auburn.edu>
5159
5160 * display.texi (Faces): `facep' returns t for strings that are
5161 face names.
5162
51632005-06-25 Richard M. Stallman <rms@gnu.org>
5164
5165 * objects.texi (Equality Predicates): Clarify meaning of equal.
5166
5167 * windows.texi (Selecting Windows): save-selected-window
5168 and with-selected-window save and restore the current buffer.
5169
51702005-06-24 Richard M. Stallman <rms@gnu.org>
5171
5172 * numbers.texi (Float Basics): Explain how to test for NaN,
5173 and printing the sign of NaNs.
5174
51752005-06-24 Eli Zaretskii <eliz@gnu.org>
5176
5177 * makefile.w32-in (MAKEINFO): Use --force.
5178
51792005-06-23 Richard M. Stallman <rms@gnu.org>
5180
5181 * display.texi (Face Functions): Correct Texinfo usage.
5182
51832005-06-23 Luc Teirlinck <teirllm@auburn.edu>
5184
5185 * lists.texi (Rings): `ring-elements' now returns the elements of
5186 RING in order.
5187
51882005-06-23 Juanma Barranquero <lekktu@gmail.com>
5189
5190 * markers.texi (The Mark): Texinfo usage fix.
5191
51922005-06-23 Kim F. Storm <storm@cua.dk>
5193
5194 * searching.texi (Entire Match Data): Remove evaporate option for
5195 match-data. Do not mention evaporate option for set-match-data.
5196
51972005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
5198
5199 * display.texi (Face Functions): Mention face aliases.
5200
52012005-06-21 Richard M. Stallman <rms@gnu.org>
5202
5203 * anti.texi (Antinews): Texinfo usage fix.
5204
52052005-06-21 Karl Berry <karl@gnu.org>
5206
5207 * elisp.texi: Use @copying.
5208
5209 * elisp.texi: Put @summarycontents and @contents before the Top
5210 node, instead of the end of the file, so that the contents appear
5211 in the right place in the dvi/pdf output.
5212
52132005-06-21 Juri Linkov <juri@jurta.org>
5214
5215 * display.texi (Defining Faces): Add `customized-face'.
5216
52172005-06-20 Kim F. Storm <storm@cua.dk>
5218
5219 * variables.texi (Setting Variables): Any type of element can be
5220 given order in add-to-ordered-list. Compare elements with eq.
5221
5222 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
5223
52242005-06-20 Karl Berry <karl@gnu.org>
5225
5226 * syntax.texi (Syntax Flags): Make last column very slightly wider
5227 to avoid "generic comment" breaking on two lines and causing an
5228 underfull box.
5229
52302005-06-19 Luc Teirlinck <teirllm@auburn.edu>
5231
5232 * lists.texi (Rings): Various minor clarifications and corrections.
5233
52342005-06-18 Richard M. Stallman <rms@gnu.org>
5235
5236 * functions.texi (Obsolete Functions): Simplify.
5237
5238 * variables.texi (Variable Aliases): Simplify.
5239
5240 * anti.texi, backups.texi, compile.texi, customization.texi:
5241 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
5242 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
5243 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
5244 * variables.texi: Fix formatting ugliness.
5245
5246 * elisp.texi: Add links to Rings and Byte Packing.
5247 Update version and copyright years.
5248
5249 * minibuf.texi: Fix formatting ugliness.
5250 (Completion Commands): Move keymap vars to the end
5251 and vars completing-read binds to the top.
5252
52532005-06-17 Luc Teirlinck <teirllm@auburn.edu>
5254
5255 * processes.texi: Fix typos.
5256 (Bindat Spec): Correct Texinfo error.
5257 (Byte Packing): Fix ungrammatical sentence.
5258
52592005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
5260
5261 * lists.texi (Rings): New node.
5262 (Lists): Add it to menu.
5263
5264 * processes.texi (Byte Packing): New node.
5265 (Processes): Add it to menu.
5266
52672005-06-17 Richard M. Stallman <rms@gnu.org>
5268
5269 * syntax.texi (Parsing Expressions): Fix texinfo usage.
5270
5271 * help.texi (Documentation Basics): Explain the xref to
5272 Documentation Tips.
5273
5274 * debugging.texi (Debugger Commands): Minor fix.
5275
52762005-06-16 Luc Teirlinck <teirllm@auburn.edu>
5277
5278 * edebug.texi (Instrumenting): Eliminate duplicate link.
5279 (Specification List): Replace references to "below", referring to
5280 a later node, with one @ref to that node.
5281
5282 * os.texi (Timers): Timers should save and restore the match data
5283 if they change it.
5284
5285 * debugging.texi (Debugger Commands): Mention that the Lisp
5286 debugger can not step through primitive functions.
5287
52882005-06-16 Juanma Barranquero <lekktu@gmail.com>
5289
5290 * functions.texi (Obsolete Functions): Update argument names of
5291 `make-obsolete' and `define-obsolete-function-alias'.
5292
5293 * variables.texi (Variable Aliases): Update argument names of
5294 `defvaralias', `make-obsolete-variable' and
5295 `define-obsolete-variable-alias'.
5296
52972005-06-15 Kim F. Storm <storm@cua.dk>
5298
5299 * searching.texi (Entire Match Data): Rephrase warnings about
5300 evaporate arg to match-data and set-match-data.
5301
53022005-06-14 Luc Teirlinck <teirllm@auburn.edu>
5303
5304 * elisp.texi (Top): Update detailed menu.
5305
5306 * edebug.texi (Edebug): Update menu.
5307 (Instrumenting): Update xrefs.
5308 (Edebug Execution Modes): Correct xref.
5309 (Jumping): Clarify description of `h' command.
5310 Eliminate redundant @ref.
5311 (Breaks): New node.
5312 (Breakpoints): Is now a subsubsection.
5313 (Global Break Condition): Mention `C-x X X'.
5314 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
5315 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
5316 (Edebug Display Update): Correct pxref.
5317 (Edebug and Macros): New node.
5318 (Instrumenting Macro Calls): Is now a subsubsection.
5319 Neither arg of `def-edebug-spec' is evaluated.
5320 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
5321 (Specification Examples): Fix typo.
5322
53232005-06-14 Lute Kamstra <lute@gnu.org>
5324
5325 * debugging.texi (Function Debugging): Primitives can break on
5326 entry too.
5327
53282005-06-14 Kim F. Storm <storm@cua.dk>
5329
5330 * variables.texi (Setting Variables): Add add-to-ordered-list.
5331
53322005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5333
5334 * syntax.texi (Parsing Expressions): Document aux functions and vars of
5335 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
5336
53372005-06-13 Lute Kamstra <lute@gnu.org>
5338
5339 * text.texi (Special Properties): Fix cross reference.
5340
53412005-06-11 Luc Teirlinck <teirllm@auburn.edu>
5342
5343 * debugging.texi (Function Debugging): Delete mention of empty
5344 string argument to `cancel-debug-on-entry'. Delete inaccurate
5345 description of the return value of that command.
5346
53472005-06-11 Alan Mackenzie <acm@muc.de>
5348
5349 * text.texi (Adaptive Fill): Amplify the description of
5350 fill-context-prefix.
5351
53522005-06-10 Luc Teirlinck <teirllm@auburn.edu>
5353
5354 * syntax.texi (Parsing Expressions): Fix Texinfo error.
5355
53562005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
5357
5358 * syntax.texi (Parsing Expressions): Document syntax-ppss.
5359
53602005-06-10 Luc Teirlinck <teirllm@auburn.edu>
5361
5362 * debugging.texi (Error Debugging): Minor rewording.
5363 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
5364 is optional.
5365
53662005-06-10 Lute Kamstra <lute@gnu.org>
5367
5368 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
5369 (Top): Give it a title. Correct version number. Give the
5370 detailed node listing a more prominent header.
5371 * intro.texi: Don't set VERSION here a second time.
5372 Mention Emacs's version too.
5373 * anti.texi (Antinews): Use EMACSVER to refer to the current
5374 version of Emacs.
5375
53762005-06-09 Kim F. Storm <storm@cua.dk>
5377
5378 * searching.texi (Entire Match Data): Explain new `reseat' argument to
5379 match-data and set-match-data.
5380
53812005-06-08 Richard M. Stallman <rms@gnu.org>
5382
5383 * searching.texi (Entire Match Data): Clarify when match-data
5384 returns markers and when integers.
5385
5386 * display.texi (Defining Faces): Explain that face name should not
5387 end in `-face'.
5388
5389 * modes.texi (Mode Line Data): Minor cleanup.
5390 (Customizing Keywords): Node split out of Search-based Fontification.
5391 Add example of using font-lock-add-keywords from a hook.
5392 Clarify when MODE should be non-nil, and when nil.
5393
53942005-06-06 Richard M. Stallman <rms@gnu.org>
5395
5396 * modes.texi (Mode Line Data): Explain what happens when the car
5397 of a list is a void symbol.
5398 (Search-based Fontification): Explain MODE arg to
5399 font-lock-add-keywords and warn about calls from major modes.
5400
54012005-06-08 Juri Linkov <juri@jurta.org>
5402
5403 * display.texi (Standard Faces): Add `shadow' face.
5404
54052005-05-29 Luc Teirlinck <teirllm@auburn.edu>
5406
5407 * modes.texi (Major Mode Conventions): A derived mode only needs
5408 to put the call to the parent mode inside `delay-mode-hooks'.
5409
54102005-05-29 Richard M. Stallman <rms@gnu.org>
5411
5412 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
5413 new, and what that implies. Clarify.
5414
5415 * files.texi (Locating Files): Clean up the text.
5416
5417 * frames.texi (Window Frame Parameters): Document user-size.
5418 Shorten entry for top by referring to left.
5419
54202005-05-26 Richard M. Stallman <rms@gnu.org>
5421
5422 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
5423 is new, and what the implications are. Other clarifications.
5424
54252005-05-24 Richard M. Stallman <rms@gnu.org>
5426
5427 * frames.texi (Dialog Boxes): Minor fixes.
5428
54292005-05-25 Masatake YAMATO <jet@gyve.org>
5430
5431 * display.texi (Standard Faces): Write about `mode-line-highlight'.
5432
54332005-05-24 Luc Teirlinck <teirllm@auburn.edu>
5434
5435 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
5436 is optional.
5437
54382005-05-24 Nick Roberts <nickrob@snap.net.nz>
5439
10d1d0af 5440 * frames.texi (Dialog Boxes): Describe new optional argument.
b8d4c8d0
GM
5441
54422005-05-23 Lute Kamstra <lute@gnu.org>
5443
5444 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
5445 syntax-begin-function over font-lock-beginning-of-syntax-function.
5446
54472005-05-21 Luc Teirlinck <teirllm@auburn.edu>
5448
5449 * minibuf.texi (Reading File Names): Update description of
5450 `read-directory-name'.
5451
5452 * modes.texi (Derived Modes): Clarify :group keyword.
5453
54542005-05-21 Eli Zaretskii <eliz@gnu.org>
5455
5456 * files.texi (Locating Files): New subsection.
5457 Describe locate-file and executable-find.
5458
54592005-05-21 Kevin Ryde <user42@zip.com.au>
5460
5461 * frames.texi (Initial Parameters): Update cross reference to
5462 "Emacs Invocation".
5463
54642005-05-19 Luc Teirlinck <teirllm@auburn.edu>
5465
5466 * keymaps.texi (Active Keymaps): Add anchor.
5467
5468 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
5469 (Major Mode Conventions): Refer to `Auto Major Mode' in more
5470 appropriate place.
5471 (Derived Modes): Small clarifications.
5472 (Minor Mode Conventions, Keymaps and Minor Modes):
5473 Replace references to nodes with references to anchors.
5474 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
5475 Clarify description of lists whose first element is an integer.
5476 (Mode Line Variables): Add anchor.
5477 (%-Constructs): Clarify description of integer after %.
5478 (Emulating Mode Line): Describe nil value for FACE.
5479
54802005-05-18 Luc Teirlinck <teirllm@auburn.edu>
5481
5482 * modes.texi (Derived Modes): Correct references to non-existing
5483 variable standard-syntax-table.
5484
54852005-05-17 Lute Kamstra <lute@gnu.org>
5486
5487 * modes.texi (Defining Minor Modes): Mention the mode hook.
5488
54892005-05-15 Kim F. Storm <storm@cua.dk>
5490
5491 * processes.texi (Network): Remove open-network-stream-nowait.
5492 (Network Servers): Remove open-network-stream-server.
5493
54942005-05-15 Luc Teirlinck <teirllm@auburn.edu>
5495
5496 * elisp.texi (Top): Update detailed menu.
5497
5498 * variables.texi: Reorder nodes.
5499 (Variables): Update menu.
5500 (File Local Variables): Do not refer to the `-*-' line as
5501 a "local variables list". Add pxref.
5502
55032005-05-14 Luc Teirlinck <teirllm@auburn.edu>
5504
5505 * elisp.texi (Top): Update detailed menu for node changes.
5506
5507 * modes.texi (Modes): Update Menu.
5508 (Hooks): Move to beginning of chapter.
5509 Most minor modes run mode hooks too.
5510 `add-hook' can handle void hooks or hooks whose value is a single
5511 function.
5512 (Major Modes): Update Menu.
5513 (Major Mode Basics): New node, split off from `Major Modes'.
5514 (Major Mode Conventions): Correct xref. Explain how to handle
5515 auto-mode-alist if the major mode command has an autoload cookie.
5516 (Auto Major Mode): Major update. Add magic-mode-alist.
5517 (Derived Modes): Major update.
5518 (Mode Line Format): Update Menu.
5519 (Mode Line Basics): New node, split off from `Mode Line Format'.
5520
5521 * loading.texi (Autoload): Mention `autoload cookie' as synonym
5522 for `magic autoload comment'. Add index entries and anchor.
5523
55242005-05-14 Richard M. Stallman <rms@gnu.org>
5525
5526 * tips.texi (Coding Conventions): Explain how important it is
5527 that just loading certain files not change Emacs behavior.
5528
5529 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
5530
55312005-05-12 Lute Kamstra <lute@gnu.org>
5532
5533 * modes.texi (Generic Modes): Update.
5534 (Major Modes): Refer to node "Generic Modes".
5535
5536 * elisp.texi (Top): Update to the current structure of the manual.
5537 * processes.texi (Processes): Add menu description.
5538 * customize.texi (Customization): Add menu descriptions.
5539
55402005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
5541
5542 * processes.texi (Signals to Processes)
5543 (Low-Level Network): Fix typos.
5544
55452005-05-11 Lute Kamstra <lute@gnu.org>
5546
5547 * elisp.texi (Top): Add some nodes from the chapter "Major and
5548 Minor Modes" to the detailed node listing.
5549
55502005-05-10 Richard M. Stallman <rms@gnu.org>
5551
5552 * keymaps.texi (Extended Menu Items): Menu item filter functions
5553 can be called at any time.
5554
55552005-05-08 Luc Teirlinck <teirllm@auburn.edu>
5556
5557 * variables.texi (File Local Variables): `(hack-local-variables t)'
5558 now also checks whether a mode is specified in the local variables
5559 list.
5560
55612005-05-05 Kevin Ryde <user42@zip.com.au>
5562
5563 * display.texi (The Echo Area): Correct format function cross
5564 reference.
5565
55662005-05-05 Luc Teirlinck <teirllm@auburn.edu>
5567
5568 * variables.texi (Variable Aliases): Change description of
5569 `define-obsolete-variable-alias'.
5570
5571 * functions.texi (Functions): Add "Obsolete Functions" to menu.
5572 (Defining Functions): Add xref.
5573 (Obsolete Functions): New node.
5574 (Function Safety): Standardize capitalization of section title.
5575
5576 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
5577 (Dialog Boxes): Complete description of `x-popup-dialog'.
5578
55792005-05-04 Richard M. Stallman <rms@gnu.org>
5580
5581 * commands.texi (Interactive Codes): Fix Texinfo usage.
5582 Document U more clearly.
5583
55842005-05-01 Luc Teirlinck <teirllm@auburn.edu>
5585
5586 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
5587 function and not a macro.
5588
5589 * frames.texi (Pop-Up Menus): Correct and clarify description of
5590 `x-popup-menu'.
5591 (Dialog Boxes): Clarify description of `x-popup-dialog'.
5592
55932005-05-01 Richard M. Stallman <rms@gnu.org>
5594
5595 * edebug.texi (Checking Whether to Stop): Fix previous change.
5596
55972005-05-01 Luc Teirlinck <teirllm@auburn.edu>
5598
5599 * display.texi: Fix typos and Texinfo usage.
5600
5601 * edebug.texi (Checking Whether to Stop): executing-macro ->
5602 executing-kbd-macro.
5603
56042005-05-01 Richard M. Stallman <rms@gnu.org>
5605
5606 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
5607
56082005-04-30 Richard M. Stallman <rms@gnu.org>
5609
5610 * files.texi (Magic File Names): Document `operations' property.
5611
56122005-04-29 Lute Kamstra <lute@gnu.org>
5613
5614 * modes.texi (Generic Modes): New node.
5615 (Major Modes): Add it to the menu.
5616 (Derived Modes): Add "derived mode" to concept index.
5617
56182005-04-28 Lute Kamstra <lute@gnu.org>
5619
5620 * modes.texi (Defining Minor Modes): Fix previous change.
5621 (Font Lock Mode): Simplify.
5622 (Font Lock Basics): Say that font-lock-defaults is buffer-local
5623 when set and that some parts are optional. Add cross references.
5624 (Search-based Fontification): Say how to specify font-lock-keywords.
5625 Add cross references. Add font-lock-multiline to index.
5626 Move font-lock-keywords-case-fold-search here from node "Other Font
5627 Lock Variables". Document font-lock-add-keywords and
5628 font-lock-remove-keywords.
5629 (Other Font Lock Variables): Move font-lock-keywords-only,
5630 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
5631 and font-lock-syntactic-face-function to node "Syntactic Font
5632 Lock". Move font-lock-keywords-case-fold-search to node
5633 "Search-based Fontification". Document font-lock-inhibit-thing-lock
5634 and font-lock-{,un}fontify-{buffer,region}-function.
5635 (Precalculated Fontification): Remove reference to deleted variable
5636 font-lock-core-only.
5637 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
5638 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
5639 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
5640 and font-lock-syntactic-face-function here from node "Other Font
5641 Lock Variables". Move font-lock-syntactic-keywords to "Setting
5642 Syntax Properties". Add cross references.
5643 (Setting Syntax Properties): New node.
5644 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
5645 * syntax.texi (Syntax Properties): Add cross reference.
5646 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
5647
56482005-04-26 Richard M. Stallman <rms@gnu.org>
5649
5650 * display.texi (Defining Faces):
5651 Document `default' elements of defface spec.
5652
5653 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
5654
5655 * variables.texi (Variable Aliases): Clarify text.
5656
56572005-04-25 Chong Yidong <cyd@stupidchicken.com>
5658
5659 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
5660
56612005-04-25 Luc Teirlinck <teirllm@auburn.edu>
5662
5663 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
5664
56652005-04-24 Eli Zaretskii <eliz@gnu.org>
5666
5667 * syntax.texi (Syntax Table Internals): Elaborate documentation of
5668 syntax-after and syntax-class.
5669
5670 * files.texi (Changing Files): Fix last change's cross-reference.
5671 (Unique File Names): Don't mention "numbers" in the documentation
5672 of make-temp-file and make-temp-name.
5673
56742005-04-23 Richard M. Stallman <rms@gnu.org>
5675
5676 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
5677
56782005-04-22 Nick Roberts <nickrob@snap.net.nz>
5679
5680 * windows.texi (Cyclic Window Ordering): Clarify window-list.
5681
56822005-04-22 Nick Roberts <nickrob@snap.net.nz>
5683
5684 * variables.texi (Variable Aliases): Describe make-obsolete-variable
5685 and define-obsolete-variable-alias.
5686
56872005-04-22 Kim F. Storm <storm@cua.dk>
5688
5689 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
5690 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
5691
56922005-04-21 Lute Kamstra <lute@gnu.org>
5693
5694 * lists.texi (Association Lists): Document rassq-delete-all.
5695
56962005-04-19 Richard M. Stallman <rms@gnu.org>
5697
5698 * modes.texi (Search-based Fontification): Explain that
5699 facespec is an expression to be evaluated.
5700
57012005-04-19 Kevin Ryde <user42@zip.com.au>
5702
5703 * streams.texi (Output Functions): Fix xref.
5704 * strings.texi (String Conversion): Fix xref.
5705
57062005-04-19 Kim F. Storm <storm@cua.dk>
5707
5708 * symbols.texi (Symbol Plists): Add safe-get.
5709 Mention that `get' may signal an error.
5710
57112005-04-18 Nick Roberts <nickrob@snap.net.nz>
5712
5713 * customize.texi (Variable Definitions): Replace tooltip-mode
5714 example with save-place.
5715
57162005-04-17 Richard M. Stallman <rms@gnu.org>
5717
5718 * buffers.texi (Indirect Buffers): Clarify.
5719
5720 * positions.texi (Positions): Clarify converting marker to integer.
5721
5722 * strings.texi (String Basics): Mention string-match; clarify.
5723
57242005-04-08 Lute Kamstra <lute@gnu.org>
5725
5726 * modes.texi (Search-based Fontification): Fix cross references.
5727 Use consistent terminology. Document anchored highlighting.
5728
57292005-04-05 Lute Kamstra <lute@gnu.org>
5730
5731 * modes.texi (Defining Minor Modes): Document :group keyword
5732 argument and its default value.
5733
57342005-04-03 Lute Kamstra <lute@gnu.org>
5735
5736 * hooks.texi (Standard Hooks): Add some hooks. Add cross
5737 references and/or descriptions. Delete major mode hooks; mention
5738 them as a category instead. Rename or delete obsolete hooks.
5739
57402005-04-02 Richard M. Stallman <rms@gnu.org>
5741
5742 * nonascii.texi (Coding System Basics): Another wording cleanup.
5743
57442005-04-01 Richard M. Stallman <rms@gnu.org>
5745
5746 * nonascii.texi (Coding System Basics): Clarify previous change.
5747
57482005-04-01 Kenichi Handa <handa@m17n.org>
5749
10d1d0af 5750 * nonascii.texi (Coding System Basics): Describe about roundtrip
b8d4c8d0
GM
5751 identity of coding systems.
5752
57532005-03-29 Chong Yidong <cyd@stupidchicken.com>
5754
5755 * text.texi (Buffer Contents): Add filter-buffer-substring and
5756 buffer-substring-filters.
5757
57582005-03-26 Chong Yidong <cyd@stupidchicken.com>
5759
5760 * anti.texi (Antinews): Mention `G' interactive code.
5761
5762 * tips.texi (Compilation Tips): Mention benchmark.el.
5763
57642005-03-27 Luc Teirlinck <teirllm@auburn.edu>
5765
5766 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
5767 is now bound to M-o M-o.
5768
5769 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
5770
57712005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
5772
5773 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
5774 in the Emacs Manual).
5775 * Makefile.in (srcs): Remove calendar.texi.
5776 * makefile.w32-in (srcs): Remove calendar.texi.
5777 * display.texi (Display): Change name of next node.
5778 * os.texi (System In): Change name of previous node.
5779 * elisp.texi (Top): Remove Calendar references.
5780 * vol1.texi (Top): Remove Calendar references.
5781 * vol2.texi (Top): Remove Calendar references.
5782
57832005-03-25 Richard M. Stallman <rms@gnu.org>
5784
5785 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
5786 Cleanup previous change.
5787
57882005-03-25 Chong Yidong <cyd@stupidchicken.com>
5789
5790 * display.texi (Face Attributes): Faces earlier in an :inherit
5791 list take precedence.
5792 (Scroll Bars): Fix description of vertical-scroll-bars.
5793 Document frame-current-scroll-bars and window-current-scroll-bars.
5794
5795 * markers.texi (The Mark): Document temporary Transient Mark mode.
5796
5797 * minibuf.texi (Reading File Names):
5798 Document read-file-name-completion-ignore-case.
5799
5800 * positions.texi (Screen Lines): Document nil for width argument
5801 to compute-motion.
5802
58032005-03-23 Kim F. Storm <storm@cua.dk>
5804
5805 * display.texi (Standard Faces): Other faces used in the fringe
5806 implicitly inherits from the fringe face.
5807 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
5808 properties implicitly inherits from fringe face.
5809 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
5810
58112005-03-20 Chong Yidong <cyd@stupidchicken.com>
5812
5813 * display.texi (Invisible Text): State default value of
5814 line-move-ignore-invisible.
5815 (Managing Overlays): Document remove-overlays.
5816 (Standard Faces): Document escape-glyph face.
5817
5818 * minibuf.texi (Reading File Names): Document read-file-name-function.
5819
5820 * modes.texi (Other Font Lock Variables):
5821 Document font-lock-lines-before.
5822
5823 * positions.texi (Skipping Characters): skip-chars-forward allows
5824 character classes.
5825
58262005-03-18 Lute Kamstra <lute@gnu.org>
5827
5828 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
5829
58302005-03-17 Richard M. Stallman <rms@gnu.org>
5831
5832 * text.texi (Undo): Document extensible undo entries.
5833
dd7b651b 5834 * searching.texi (String Search, Regexp Search): Cleanups.
b8d4c8d0
GM
5835
5836 * nonascii.texi (Character Codes): Minor fix.
5837
5838 * display.texi (Display Property): Explain the significance
5839 of having text properties that are eq.
5840 (Other Display Specs): Explain string as display spec.
5841
5842 * commands.texi (Interactive Codes): Document G option.
5843
58442005-03-17 Chong Yidong <cyd@stupidchicken.com>
5845
5846 * text.texi (Filling): Add sentence-end-without-period and
5847 sentence-end-without-space.
5848 (Changing Properties): Minor fix.
5849
5850 * anti.texi: Total rewrite.
5851
58522005-03-15 Lute Kamstra <lute@gnu.org>
5853
5854 * edebug.texi (Instrumenting Macro Calls): Fix typos.
5855
58562005-03-08 Kim F. Storm <storm@cua.dk>
5857
5858 * display.texi (Specified Space): Property :width is support on
5859 non-graphic terminals, :height is not.
5860
58612005-03-07 Richard M. Stallman <rms@gnu.org>
5862
5863 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
5864 Now subnodes of Fringes.
5865 (Overlay Arrow): Document overlay-arrow-variable-list.
5866 (Fringe Size/Pos): New node, broken out of Fringes.
5867 (Display): Explain clearing vs redisplay better.
5868 (Truncation): Clarify use of bitmaps.
5869 (The Echo Area): Clarify the uses of the echo area.
5870 Add max-mini-window-height.
5871 (Progress): Clarify.
5872 (Invisible Text): Explain that main loop moves point out.
5873 (Selective Display): Say "hidden", not "invisible".
5874 (Managing Overlays): Move up. Describe relation to Undo here.
5875 (Overlay Properties): Clarify intro.
5876 (Finding Overlays): Explain return values when nothing found.
5877 (Width): truncate-string-to-width has added arg.
5878 (Displaying Faces): Clarify and update mode line face handling.
5879 (Face Functions): Minor cleanup.
5880 (Conditional Display): Merge into Other Display Specs.
5881 (Pixel Specification, Other Display Specs): Minor cleanups.
5882 (Images, Image Descriptors): Minor cleanups.
5883 (GIF Images): Patents have expired.
5884 (Showing Images): Explain default text for insert-image.
5885 (Manipulating Button Types): Merge into Manipulating Buttons.
5886 (Making Buttons): Explain return values.
5887 (Button Buffer Commands): Add xref.
5888 (Inverse Video): Update mode-line-inverse-video.
5889 (Display Table Format): Clarify.
5890 (Active Display Table): Give defaults for window-display-table.
5891
5892 * calendar.texi (Calendar Customizing): calendar-holiday-marker
5893 and calendar-today-marker are strings, not chars.
5894 (Holiday Customizing): Minor fix.
5895
5896 * internals.texi (Writing Emacs Primitives): Update `or' example.
5897 Update limit on # args of subr.
5898
5899 * edebug.texi (Using Edebug): Arrow is in fringe.
5900 (Instrumenting): Arg to eval-defun works without loading edebug.
5901 (Edebug Execution Modes): Add xref.
5902
5903 * customize.texi (Common Keywords): Clarify :require.
5904 Mention :version here.
5905 (Variable Definitions, Group Definitions): Not here.
5906 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
5907
59082005-03-07 Chong Yidong <cyd@stupidchicken.com>
5909 * nonascii.texi (Text Representations): Clarify position-bytes.
5910 (Character Sets): Add list-charset-chars.
5911 (Scanning Charsets): Add charset-after.
5912 (Encoding and I/O): Minor fix.
5913
59142005-03-06 Richard M. Stallman <rms@gnu.org>
5915
5916 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
5917 (Resizing Windows): Likewise.
5918
5919 * text.texi (Change Hooks): Get rid of "Emacs 21".
5920
5921 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
5922
5923 * streams.texi (Output Variables): Get rid of "Emacs 21".
5924
5925 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
5926
5927 * os.texi (Translating Input): Replace flow-control example
5928 with a less obsolete example that uses `keyboard-translate'.
5929
5930 * objects.texi (Hash Table Type, Circular Objects):
5931 Get rid of "Emacs 21".
5932
5933 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
5934 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
5935
5936 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
5937
5938 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
5939
5940 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
5941 (Menu Bar): Fix when menu-bar-update-hook is called.
5942
5943 * hash.texi (Hash Tables): Get rid of "Emacs 21".
5944
5945 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
5946 and make it read better.
5947
5948 * files.texi (Writing to Files): Get rid of "Emacs 21".
5949 (Unique File Names): Likewise.
5950
5951 * elisp.texi: Update Emacs version to 22.
5952
5953 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
5954 (Overlay Properties, Face Attributes): Likewise.
5955 (Managing Overlays): Fix punctuation.
5956 (Attribute Functions): Clarify set-face-font; get rid of
5957 info about old Emacs versions.
5958 (Auto Faces, Font Lookup, Display Property, Images):
5959 Get rid of "Emacs 21".
5960
5961 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
5962
59632005-03-05 Richard M. Stallman <rms@gnu.org>
5964
5965 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
5966
59672005-03-04 Lute Kamstra <lute@gnu.org>
5968
5969 * debugging.texi (Error Debugging): Document stack-trace-on-error.
5970
59712005-03-03 Lute Kamstra <lute@gnu.org>
5972
5973 * edebug.texi (Instrumenting Macro Calls): Fix typo.
5974
59752005-03-01 Lute Kamstra <lute@gnu.org>
5976
5977 * debugging.texi (Debugger Commands): Update `j'.
5978
59792005-02-28 Lute Kamstra <lute@gnu.org>
5980
5981 * debugging.texi (Debugging): Fix typo.
5982 (Error Debugging): Document eval-expression-debug-on-error.
5983 (Function Debugging): Update example.
5984 (Using Debugger): Mention starred stack frames.
5985 (Debugger Commands): Document `j' and `l'.
5986 (Invoking the Debugger): `d' and `j' exit recursive edit too.
5987 Update the messages that the debugger displays.
5988 (Internals of Debugger): Add cross reference. Update example.
5989 (Excess Open): Minor improvement.
5990 (Excess Close): Minor improvement.
5991
59922005-02-26 Richard M. Stallman <rms@gnu.org>
5993
5994 * tips.texi (Coding Conventions): Clarify.
5995 Put all the major mode key reservations together.
5996 Mention the Mouse-1 => Mouse-2 conventions.
5997
5998 * syntax.texi (Syntax Class Table): Clarify.
5999 (Syntax Table Functions): syntax-after moved from here.
6000 (Syntax Table Internals): syntax-after moved to here.
6001 (Parsing Expressions): Update info on number of values
6002 and what's meaningful in the STATE argument.
6003 (Categories): Fix typo.
6004
6005 * sequences.texi (Arrays): Cleanup.
6006 (Char-Tables): Clarify.
6007
6008 * processes.texi (Deleting Processes): Cleanups, add xref.
6009 (Subprocess Creation): Explain nil in exec-path. Cleanup.
6010 (Process Information): set-process-coding-system, some args optional.
6011 (Input to Processes): Explain various types for PROCESS args.
6012 Rename them from PROCESS-NAME to PROCESS.
6013 (Signals to Processes): Likewise.
6014 (Decoding Output): Cleanup.
6015 (Query Before Exit): Clarify.
6016
6017 * os.texi (Startup Summary): Correct the options; add missing ones.
6018 (Terminal Output, Batch Mode): Clarify.
6019 (Flow Control): Node deleted.
6020
6021 * markers.texi (The Mark): Clarify.
6022
6023 * macros.texi (Expansion): Cleanup.
6024 (Indenting Macros): indent-spec allows ints, not floats.
6025
6026 * keymaps.texi (Keymaps): Clarify.
6027 (Format of Keymaps): Update lisp-mode-map example.
6028 (Active Keymaps, Key Lookup): Clarify.
6029 (Changing Key Bindings): Add xref to `kbd'.
6030 (Key Binding Commands, Simple Menu Items): Clarify.
6031 (Mouse Menus, Menu Bar): Clarify.
6032 (Menu Example): Replace print example with menu-bar-replace-menu.
6033
6034 * help.texi (Documentation Basics): Add function-documentation prop.
6035
6036 * elisp.texi (Top): Don't refer to Flow Control node.
6037
6038 * commands.texi (Command Overview): Improve xrefs.
6039 (Adjusting Point): Adjusting point applies to intangible and invis.
6040 (Key Sequence Input): Doc extra read-key-sequence args.
6041 Likewise for read-key-sequence-vector.
6042
6043 * backups.texi (Rename or Copy): Minor fix.
6044 (Numbered Backups): For version-control, say the default.
6045 (Auto-Saving): make-auto-save-file-name example is simplified.
6046
6047 * advice.texi (Advising Functions): Don't imply one part of Emacs
6048 should advise another part. Markup changes.
6049 (Defining Advice): Move transitional para.
6050 (Activation of Advice): Cleanup.
6051 Explain if COMPILE is nil or negative.
6052
6053 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
6054
60552005-02-24 Lute Kamstra <lute@gnu.org>
6056
6057 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
6058 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
6059
60602005-02-23 Lute Kamstra <lute@gnu.org>
6061
6062 * modes.texi (Defining Minor Modes): define-minor-mode can be used
6063 to define global minor modes as well.
6064
6065 * display.texi (Managing Overlays): overlay-buffer returns nil for
6066 deleted overlays.
6067
60682005-02-22 Kim F. Storm <storm@cua.dk>
6069
6070 * minibuf.texi (Basic Completion): Allow symbols in addition to
6071 strings in try-completion and all-completions.
6072
60732005-02-14 Lute Kamstra <lute@gnu.org>
6074
6075 * elisp.texi (Top): Remove reference to deleted node.
6076
6077 * lists.texi (Lists): Remove reference to deleted node.
6078 (Cons Cells): Fix typo.
6079
6080 * loading.texi (Where Defined): Fix typo.
6081
60822005-02-14 Richard M. Stallman <rms@gnu.org>
6083
6084 * variables.texi (Creating Buffer-Local): change-major-mode-hook
6085 is useful for discarding some minor modes.
6086
6087 * symbols.texi (Symbol Components): Reorder examples.
6088
6089 * streams.texi (Input Functions): State standard-input default.
6090 (Output Variables): State standard-output default.
6091
6092 * objects.texi (Printed Representation): Clarify read syntax vs print.
6093 (Floating Point Type): Explain meaning better.
6094 (Symbol Type): Explain uniqueness better.
6095 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
6096 List examples sooner.
6097 (Box Diagrams): New subnode broken out.
6098 Some examples moved from old Lists as Boxes node.
6099 (Dotted Pair Notation): Clarify intro.
6100 (Array Type): Clarify.
6101 (Type Predicates): Add hash-table-p.
6102
6103 * numbers.texi (Integer Basics): Clarify radix explanation.
6104 (Predicates on Numbers): Minor clarification.
6105 (Comparison of Numbers): Minor clarification. Clarify eql.
6106 Typos in min, max.
6107 (Math Functions): Clarify overflow in expt.
6108
6109 * minibuf.texi (Text from Minibuffer): Minor clarification.
6110 Mention arrow keys.
6111
6112 * loading.texi (Autoload): defun's doc string overrides autoload's
6113 doc string.
6114 (Repeated Loading): Modernize "add to list" examples.
6115 (Where Defined): Finish updating table of load-history elts.
6116
6117 * lists.texi (List-related Predicates): Minor wording improvement.
6118 (Lists as Boxes): Node deleted.
6119 (Building Lists): Explain trivial cases of number-sequence.
6120
6121 * hash.texi (Hash Tables): Add desc to menu items.
10d1d0af 6122 (Creating Hash): Explain "full" means "make larger".
b8d4c8d0
GM
6123 (Hash Access): Any object can be a key.
6124 State value of maphash.
6125
6126 * functions.texi (What Is a Function): Wording cleanup.
6127 (Function Documentation): Minor cleanup.
6128 Explain purpose of calling convention at end of doc string.
6129 (Function Names): Wording cleanup.
6130 (Calling Functions): Wording cleanup.
6131 Explain better how funcall calls the function.
6132 (Function Cells): Delete example of saving and redefining function.
6133
6134 * control.texi (Combining Conditions): Wording cleanup.
6135 (Iteration): dolist and dotimes bind VAR locally.
6136 (Cleanups): Xref to Atomic Changes.
6137
6138 * compile.texi (Byte Compilation): Delete 19.29 info.
6139 (Compilation Functions): Macros' difficulties don't affect defsubst.
6140 (Docs and Compilation): Delete 19.29 info.
6141
61422005-02-10 Richard M. Stallman <rms@gnu.org>
6143
6144 * objects.texi (Symbol Type): Minor correction.
6145
61462005-02-06 Lute Kamstra <lute@gnu.org>
6147
6148 * modes.texi (Example Major Modes): Fix typos.
6149
61502005-02-06 Richard M. Stallman <rms@gnu.org>
6151
6152 * text.texi (Margins): fill-nobreak-predicate can be one function.
6153
6154 * strings.texi (Modifying Strings): clear-string can make unibyte.
6155 (Formatting Strings): format gives error if values missing.
6156
6157 * positions.texi (Character Motion): Mention default arg
6158 for forward-char. backward-char refers to forward-char.
6159 (Word Motion): Mention default arg for forward-word.
6160 (Buffer End Motion): Mention default arg for beginning-of-buffer.
6161 Simplify end-of-buffer.
6162 (Text Lines): Mention default arg for forward-line.
6163 (List Motion): Mention default arg for beginning/end-of-defun.
6164 (Skipping Characters): Minor fixes in explaining character-set.
6165
6166 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
6167 Mode inheritance applies only when default-major-mode is nil.
6168 Clarifications.
6169 (Example Major Modes): Update Text mode and Lisp mode examples.
6170 (Minor Mode Conventions): Mention define-minor-mode at top.
6171 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
6172 (Mode Line Format): Update mode line face display info.
6173 (Properties in Mode): Mention effect of risky vars.
6174 (Imenu): Define imenu-add-to-menubar.
6175 (Font Lock Mode): Add descriptions to menu lines.
6176 (Faces for Font Lock): Add font-lock-doc-face.
6177
61782005-02-05 Lute Kamstra <lute@gnu.org>
6179
6180 * text.texi (Maintaining Undo): Remove obsolete function.
6181
61822005-02-05 Eli Zaretskii <eliz@gnu.org>
6183
6184 * frames.texi (Color Names): Add pointer to the X docs about RGB
c4cc8b9a 6185 color specifications. Improve indexing.
b8d4c8d0
GM
6186 (Text Terminal Colors): Replace the description of RGB values by
6187 an xref to "Color Names".
6188
61892005-02-03 Richard M. Stallman <rms@gnu.org>
6190
6191 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
6192 Clarify.
6193 (Selecting Windows): Clarify save-selected-window.
6194 (Cyclic Window Ordering): Clarify walk-windows.
6195 (Window Point): Clarify.
6196 (Window Start): Add comment to example.
6197 (Resizing Windows): Add `interactive' specs in examples.
6198 Document fit-window-to-buffer.
6199
6200 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
6201 (Undo, Maintaining Undo): Clarify last change.
6202 (Sorting): In sort-numeric-fields, explain about octal and hex.
6203 Mention sort-numeric-base.
6204 (Format Properties): Add xref for hard newlines.
6205
6206 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
6207 (Pop-Up Menus): Fix typo.
6208 (Color Names): Explain all types of color names.
6209 Explain color-values on B&W terminal.
6210 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
6211
6212 * files.texi (File Locks): Not supported on MS systems.
6213 (Testing Accessibility): Clarify.
6214
6215 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
6216 (Coverage Testing): Fix typo.
6217
6218 * commands.texi (Misc Events): Remove stray space.
6219
6220 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
6221 (Modification Time): Clarify when visited-file-modtime returns 0.
6222 (The Buffer List): Clarify bury-buffer.
6223 (Killing Buffers): Clarify.
6224 (Indirect Buffers): Add clone-indirect-buffer.
6225
62262005-02-02 Matt Hodges <MPHodges@member.fsf.org>
6227
6228 * edebug.texi (Printing in Edebug): Fix default value of
6229 edebug-print-circle.
6230 (Coverage Testing): Fix displayed frequency count data.
6231
62322005-02-02 Luc Teirlinck <teirllm@auburn.edu>
6233
6234 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
6235
62362005-02-02 Kim F. Storm <storm@cua.dk>
6237
6238 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
6239
62402005-01-29 Eli Zaretskii <eliz@gnu.org>
6241
6242 * commands.texi (Misc Events): Describe the help-echo event.
6243
6244 * text.texi (Special Properties) <help-echo>: Use `pos'
6245 consistently in description of the help-echo property.
6246 Use @code{nil} instead of @var{nil}.
6247
6248 * display.texi (Overlay Properties): Fix the index entry for
6249 help-echo overlay property.
6250
6251 * customize.texi (Type Keywords): Uncomment the xref to the
6252 help-echo property documentation.
6253
62542005-01-23 Kim F. Storm <storm@cua.dk>
6255
6256 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
6257 return value. Third element FULLY replaced by PARTIAL which
6258 specifies number of invisible pixels if row is only partially visible.
6259 (Textual Scrolling): Mention auto-window-vscroll.
6260 (Vertical Scrolling): New defvar auto-window-vscroll.
6261
62622005-01-16 Luc Teirlinck <teirllm@auburn.edu>
6263
6264 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
6265 command remapping.
6266
62672005-01-15 Richard M. Stallman <rms@gnu.org>
6268
6269 * display.texi (Defining Images): Mention DATA-P arg of create-image.
6270
62712005-01-14 Kim F. Storm <storm@cua.dk>
6272
6273 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
6274
6275 * text.texi (Links and Mouse-1): Fix string and vector item.
6276
62772005-01-13 Richard M. Stallman <rms@gnu.org>
6278
6279 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
6280 descriptions of overriding-local-map and overriding-terminal-local-map.
6281
6282 * text.texi (Links and Mouse-1): Clarify text.
6283
62842005-01-13 Kim F. Storm <storm@cua.dk>
6285
6286 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
6287
62882005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
6289
6290 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
6291
62922005-01-12 Kim F. Storm <storm@cua.dk>
6293
6294 * text.texi (Links and Mouse-1): Rename section from Enabling
6295 Mouse-1 to Following Links. Change xrefs.
6296 Add examples for define-button-type and define-widget.
6297
6298 * display.texi (Button Properties, Button Buffer Commands):
6299 Clarify mouse-1 and follow-link functionality.
6300
63012005-01-12 Richard M. Stallman <rms@gnu.org>
6302
6303 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
6304
6305 * display.texi (Beeping): Fix Texinfo usage.
6306
6307 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
6308
63092005-01-11 Kim F. Storm <storm@cua.dk>
6310
6311 * display.texi (Button Properties, Button Buffer Commands):
6312 Mention mouse-1 binding. Add follow-link keyword.
6313
6314 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
6315 (Enabling Mouse-1 to Follow Links): New subsection.
6316
63172005-01-06 Richard M. Stallman <rms@gnu.org>
6318
6319 * text.texi (Special Properties): Minor change.
6320
6321 * os.texi (Timers): Clarify previous change.
6322
6323 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
6324
63252005-01-01 Luc Teirlinck <teirllm@auburn.edu>
6326
6327 * display.texi (Face Attributes): Correct xref to renamed node.
6328
63292005-01-01 Richard M. Stallman <rms@gnu.org>
6330
6331 * display.texi (Face Attributes): Describe hex color specs.
6332
63332004-12-31 Richard M. Stallman <rms@gnu.org>
6334
6335 * os.texi (Timers): Update previous change.
6336
63372004-12-30 Kim F. Storm <storm@cua.dk>
6338
6339 * display.texi (Line Height): Total line-height is now specified
6340 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
6341 in cons cells. (nil . RATIO) is relative to actual line height.
6342 Use line-height `t' instead of `0' to get minimum height.
6343
63442004-12-29 Richard M. Stallman <rms@gnu.org>
6345
6346 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
6347
63482004-12-28 Richard M. Stallman <rms@gnu.org>
6349
6350 * commands.texi (Quitting): Clarify value of with-local-quit.
6351
6352 * elisp.texi (Top): Fix previous change.
6353
6354 * loading.texi (Loading): Fix previous change.
6355
63562004-12-27 Richard M. Stallman <rms@gnu.org>
6357
6358 * Makefile.in (MAKEINFO): Specify --force.
6359
6360 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
6361
6362 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
6363
6364 * display.texi (Line Height): Further clarify.
6365
6366 * elisp.texi (Top): Update Loading submenu.
6367
6368 * loading.texi (Where Defined): New node.
6369 (Unloading): load-history moved to Where Defined.
6370
63712004-12-21 Richard M. Stallman <rms@gnu.org>
6372
6373 * commands.texi (Event Input Misc): Add while-no-input.
6374
63752004-12-11 Richard M. Stallman <rms@gnu.org>
6376
6377 * display.texi (Line Height): Rewrite text for clarity.
6378
63792004-12-11 Kim F. Storm <storm@cua.dk>
6380
6381 * display.texi (Display): Add node "Line Height" to menu.
6382 (Line Height): New node. Move full description of line-spacing
6383 and line-height text properties here from text.texi.
6384 (Scroll Bars): Add vertical-scroll-bar variable.
6385
6386 * frames.texi (Window Frame Parameters): Remove line-height defvar.
6387
6388 * locals.texi (Standard Buffer-Local Variables): Fix xref for
6389 line-spacing and vertical-scroll-bar.
6390
6391 * text.texi (Special Properties): Just mention line-spacing and
6392 line-height here, add xref to new "Line Height" node.
6393
63942004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
6395
6396 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
6397
6398 * locals.texi (Standard Buffer-Local Variables):
6399 Add @xref for `line-spacing'.
6400
64012004-12-05 Richard M. Stallman <rms@gnu.org>
6402
6403 * Makefile.in (maintainer-clean): Remove the info files
6404 in $(infodir) where they are created.
6405
64062004-12-03 Richard M. Stallman <rms@gnu.org>
6407
6408 * windows.texi (Selecting Windows): get-lru-window and
6409 get-largest-window don't consider dedicated windows.
6410
6411 * text.texi (Undo): Document undo-in-progress.
6412
64132004-11-26 Richard M. Stallman <rms@gnu.org>
6414
6415 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
6416 Remove a few vars that are not always buffer-local.
6417
64182004-11-24 Luc Teirlinck <teirllm@auburn.edu>
6419
6420 * locals.texi (Standard Buffer-Local Variables): Comment out
6421 xref's to non-existent node `Yet to be written'.
6422
64232004-11-24 Richard M. Stallman <rms@gnu.org>
6424
6425 * processes.texi (Synchronous Processes): Grammar fix.
6426
6427 * numbers.texi (Comparison of Numbers): Add eql.
6428
6429 * locals.texi (Standard Buffer-Local Variables): Add many vars.
6430
6431 * intro.texi (Printing Notation): Fix previous change.
6432
6433 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
6434 and default-indicate-buffer-boundaries from here.
6435 (Usual Display): To here.
6436 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
6437 (Usual Display): Move tab-width up.
6438
6439 * customize.texi (Variable Definitions): Replace
6440 show-paren-mode example with tooltip-mode.
6441 (Simple Types, Composite Types, Defining New Types):
6442 Minor cleanups.
6443
64442004-11-21 Jesper Harder <harder@ifa.au.dk>
6445
6446 * processes.texi (Synchronous Processes, Output from Processes):
6447 Markup fix.
6448
64492004-11-20 Richard M. Stallman <rms@gnu.org>
6450
6451 * positions.texi (Skipping Characters): skip-chars-forward
6452 now handles char classes.
6453
6454 * intro.texi (Printing Notation): Avoid confusion of `print'
6455 when explaining @print.
6456
6457 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
6458
6459 * display.texi (Display Table Format): Minor fix.
6460
6461 * streams.texi (Output Functions): Fix print example.
6462
6463 * Makefile.in (elisp): New target.
6464 (dist): Depend on $(infodir)/elisp, not elisp.
6465 Copy the info files from $(infodir).
6466
6467 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
6468 read-from-minibuffer.
6469
6470 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
6471
64722004-11-19 Richard M. Stallman <rms@gnu.org>
6473
6474 * searching.texi (Regexp Search): Add search-whitespace-regexp.
6475
64762004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
6477
6478 * tips.texi (Coding Conventions): Fix typo.
6479
64802004-11-16 Richard M. Stallman <rms@gnu.org>
6481
6482 * tips.texi (Coding Conventions): Separate defvar and require
6483 methods to avoid warnings. Use require only when there are many
6484 functions and variables from that package.
6485
6486 * minibuf.texi (Minibuffer Completion): When ignoring case,
6487 predicate must not be case-sensitive.
6488
6489 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
6490 (Test Coverage): Don't talk about "splotches". Clarified.
6491
64922004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
6493
6494 * frames.texi (Window Frame Parameters): Fix typo.
6495
64962004-11-15 Kim F. Storm <storm@cua.dk>
6497
6498 * symbols.texi (Other Plists): Note that plist-get may signal error.
6499 Add safe-plist-get.
6500
65012004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
6502
6503 * modes.texi (Font Lock Basics): Fix typo.
6504
65052004-11-08 Richard M. Stallman <rms@gnu.org>
6506
6507 * syntax.texi (Syntax Table Functions): Add syntax-after.
6508
65092004-11-06 Lars Brinkhoff <lars@nocrew.org>
6510
6511 * os.texi (Processor Run Time): New section documenting
6512 get-internal-run-time.
6513
65142004-11-06 Eli Zaretskii <eliz@gnu.org>
6515
6516 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
6517 it nukes elisp-cover.texi.
6518 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
6519 elisp-0 etc.
6520
65212004-11-05 Luc Teirlinck <teirllm@auburn.edu>
6522
6523 * commands.texi (Keyboard Macros): Document `append' return value
6524 of `defining-kbd-macro'.
6525
65262004-11-01 Richard M. Stallman <rms@gnu.org>
6527
6528 * commands.texi (Interactive Call): Add called-interactively-p.
6529
65302004-10-29 Simon Josefsson <jas@extundo.com>
6531
6532 * minibuf.texi (Reading a Password): Revert.
6533
65342004-10-28 Richard M. Stallman <rms@gnu.org>
6535
6536 * frames.texi (Display Feature Testing): Explain about "vendor".
6537
65382004-10-27 Richard M. Stallman <rms@gnu.org>
6539
6540 * commands.texi (Interactive Codes): `N' uses numeric prefix,
6541 not raw. Clarify `n'.
6542 (Interactive Call): Rewrite interactive-p, focusing on when
6543 and how to use it.
6544 (Misc Events): Clarify previous change.
6545
6546 * advice.texi (Simple Advice): Clarify what job the example does.
6547 (Around-Advice): Clarify ad-do-it.
6548 (Activation of Advice): An option of ad-default-compilation-action
6549 is `never', not `nil'.
6550
65512004-10-26 Kim F. Storm <storm@cua.dk>
6552
6553 * commands.texi (Interactive Codes): Add U code letter.
6554
65552004-10-25 Simon Josefsson <jas@extundo.com>
6556
6557 * minibuf.texi (Reading a Password): Add.
6558
65592004-10-24 Jason Rumney <jasonr@gnu.org>
6560
6561 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
6562 and wheel-down.
6563
65642004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
6565
6566 * processes.texi (Synchronous Processes): Document process-file.
6567
65682004-10-22 Kenichi Handa <handa@m17n.org>
6569
6570 * text.texi (translate-region): Document that it accepts also a
6571 char-table.
6572
65732004-10-22 David Ponce <david@dponce.com>
6574
6575 * windows.texi (Resizing Windows): Document the `preserve-before'
6576 argument of the functions `enlarge-window' and `shrink-window'.
6577
65782004-10-19 Jason Rumney <jasonr@gnu.org>
6579
6580 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
6581
65822004-10-09 Luc Teirlinck <teirllm@auburn.edu>
6583
6584 * text.texi (Filling): Add anchor for definition of
6585 `sentence-end-double-space'.
6586
6587 * searching.texi (Regexp Example): Update description of how
6588 Emacs currently recognizes the end of a sentence.
6589 (Standard Regexps): Update definition of the variable
6590 `sentence-end'. Add definition of the function `sentence-end'.
6591
65922004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
6593
6594 * display.texi (Progress): New node.
6595
65962004-10-05 Kim F. Storm <storm@cua.dk>
6597
6598 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
6599
66002004-09-29 Kim F. Storm <storm@cua.dk>
6601
6602 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
6603 to identify bitmaps. Remove -fringe-bitmap suffix for standard
6604 fringe bitmap symbols, as they now have their own namespace.
6605 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
6606 vs. pixels. Signal error if no free bitmap slots.
6607 (Pixel Specification): Change IMAGE to @var{image}.
6608
66092004-09-28 Richard M. Stallman <rms@gnu.org>
6610
6611 * text.texi (Special Properties): Clarify line-spacing and line-height.
6612
6613 * searching.texi (Regexp Search): Add looking-back.
6614
66152004-09-25 Luc Teirlinck <teirllm@auburn.edu>
6616
6617 * display.texi: Correct typos.
6618 (Image Descriptors): Correct xref's.
6619
66202004-09-25 Richard M. Stallman <rms@gnu.org>
6621
6622 * text.texi (Special Properties): Cleanups in `cursor'.
6623 Rewrites in `line-height' and `line-spacing'; exchange them.
6624
6625 * display.texi (Fringes): Rewrite previous change.
6626 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
6627 (Display Fringe Bitmaps): Node deleted, text moved.
6628 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
6629 (Scroll Bars): Clarify set-window-scroll-bars.
6630 (Pointer Shape): Rewrite.
6631 (Specified Space): Clarify :align-to, etc.
6632 (Pixel Specification): Use @var. Clarify new text.
6633 (Other Display Specs): Clarify `slice'.
6634 (Image Descriptors): Cleanups.
6635 (Showing Images): Cleanups.
6636
66372004-09-24 Luc Teirlinck <teirllm@auburn.edu>
6638
6639 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
6640
6641 * modes.texi: Various minor changes in addition to:
6642 (Major Mode Conventions): Final call to `run-mode-hooks' should
6643 not be inside the `delay-mode-hooks' form.
6644 (Mode Hooks): New node.
6645 (Hooks): Delete obsolete example.
6646 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
6647 node "Mode Hooks".
6648
66492004-09-22 Luc Teirlinck <teirllm@auburn.edu>
6650
6651 * display.texi: Correct various typos.
6652 (Display): Rename node "Pointer Shapes" to "Pointer
6653 Shape". (There is already a node called "Pointer Shapes" in
6654 frames.texi.)
6655 (Images): Remove non-existent node "Image Slices" from menu.
6656
66572004-09-23 Kim F. Storm <storm@cua.dk>
6658
6659 * text.texi (Special Properties): Add `cursor', `pointer',
6660 `line-height', and `line-spacing' properties.
6661
6662 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
6663 Shapes' to menu.
6664 (Standard Faces): Doc fix for fringe face.
6665 (Fringes): Add `overflow-newline-into-fringe' and
6666 'indicate-buffer-boundaries'.
6667 (Fringe Bitmaps, Pointer Shapes): New nodes.
6668 (Display Property): Add 'Pixel Specification' and 'Display Fringe
6669 Bitmaps' to menu.
6670 (Specified Space): Describe pixel width and height.
6671 (Pixel Specification): New node.
6672 (Other Display Specs): Add `slice' property.
6673 (Display Fringe Bitmaps): New node.
6674 (Images): Add 'Image Slices' to menu.
6675 (Image Descriptors): Add `:pointer' and `:map' properties.
6676 (Showing Images): Add slice arg to `insert-image'. Add
6677 'insert-sliced-image'.
6678
66792004-09-20 Richard M. Stallman <rms@gnu.org>
6680
6681 * commands.texi (Key Sequence Input):
6682 Clarify downcasing in read-key-sequence.
6683
66842004-09-08 Juri Linkov <juri@jurta.org>
6685
6686 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
6687
66882004-09-07 Luc Teirlinck <teirllm@auburn.edu>
6689
6690 * locals.texi (Standard Buffer-Local Variables): Add
6691 `buffer-auto-save-file-format'.
6692 * internals.texi (Buffer Internals): Describe new
6693 auto_save_file_format field of the buffer structure.
6694 * files.texi (Format Conversion): `auto-save-file-format' has been
6695 renamed `buffer-auto-save-file-format'.
6696
66972004-08-27 Luc Teirlinck <teirllm@auburn.edu>
6698
6699 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
6700 an integer or a marker.
6701 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
6702
67032004-08-22 Richard M. Stallman <rms@gnu.org>
6704
6705 * modes.texi (Major Mode Conventions): Discuss rebinding of
6706 standard key bindings.
6707
67082004-08-18 Kim F. Storm <storm@cua.dk>
6709
6710 * processes.texi (Accepting Output): Add `just-this-one' arg to
6711 `accept-process-output'.
6712 (Output from Processes): New var `process-adaptive-read-buffering'.
6713
67142004-08-10 Luc Teirlinck <teirllm@auburn.edu>
6715
6716 * keymaps.texi: Various changes in addition to:
6717 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
6718 Give more varied examples for `kbd'.
6719 (Creating Keymaps): Char tables have slots for all characters
6720 without modifiers.
6721 (Active Keymaps): `overriding-local-map' and
6722 `overriding-terminal-local-map' also override text property and
6723 overlay keymaps.
6724 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
6725 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
6726 to denote a prefix of no events.
6727 `map-keymap' includes parent's bindings _recursively_.
6728 Clarify and correct description of `where-is-internal'.
6729 Mention BUFFER-OR-NAME arg to `describe-bindings'.
6730 (Menu Example): For menus intended for use with the keyboard, the
6731 menu items should be bound to characters or real function keys.
6732
67332004-08-08 Luc Teirlinck <teirllm@auburn.edu>
6734
6735 * objects.texi (Character Type): Reposition `@anchor' to prevent
6736 double space inside sentence in Info.
6737
6738 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
6739 renamed to `disabled-command-function'.
6740 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
6741 (Command Loop Info): Replace reference to it.
6742 (Disabling Commands): `disabled-command-hook' has been renamed to
6743 `disabled-command-function'.
6744
67452004-08-07 Luc Teirlinck <teirllm@auburn.edu>
6746
6747 * os.texi (Translating Input): Only non-prefix bindings in
6748 `key-translation-map' override actual key bindings. Warn about
6749 possible indirect effect of actual key bindings on non-prefix
6750 bindings in `key-translation-map'.
6751
67522004-08-06 Luc Teirlinck <teirllm@auburn.edu>
6753
6754 * minibuf.texi (High-Level Completion): Add anchor for definition
6755 of `read-variable'.
6756
6757 * commands.texi: Various changes in addition to:
6758 (Using Interactive): Clarify description of `interactive-form'.
6759 (Interactive Call): Mention default for KEYS argument to
6760 `call-interactively'.
6761 (Command Loop Info): Clarify description of `this-command-keys'.
6762 Mention KEEP-RECORD argument to `clear-this-command-keys'.
6763 Value of `last-event-frame' can be `macro'.
6764 (Repeat Events): `double-click-fuzz' is also used to distinguish
6765 clicks and drags.
6766 (Classifying Events): Clarify descriptions of `event-modifiers'
6767 `event-basic-type' and `event-convert-list'.
6768 (Accessing Events): `posn-timestamp' takes POSITION argument.
6769 (Quoted Character Input): Clarify description of
6770 `read-quoted-char' and fix example.
6771 (Quitting): Add `with-local-quit'.
6772 (Disabling Commands): Correct and clarify descriptions of
6773 `enable-command' and `disable-command'.
6774 Mention what happens if `disabled-command-hook' is nil.
6775 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
6776 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
6777
67782004-07-24 Luc Teirlinck <teirllm@auburn.edu>
6779
6780 * frames.texi: Various changes in addition to:
6781 (Creating Frames): Expand and clarify description of `make-frame'.
6782 (Window Frame Parameters): Either none or both of the `icon-left'
6783 and `icon-top' parameters must be specified. Put descriptions of
6784 `menu-bar-lines' and `toolbar-lines' closer together and change
6785 them accordingly.
6786 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
6787 except while processing `frame-title-format' or `icon-title-format'.
6788 (Deleting Frames): Correct description of `delete-frame'.
6789 Non-nil return values of `frame-live-p' are like those of `framep'.
6790 (Frames and Windows): Mention return value of
6791 `set-frame-selected-window'.
6792 (Visibility of Frames): Mention `force' argument to
6793 `make-frame-invisible'. `frame-visible-p' returns t for all
6794 frames on text-only terminals.
6795 (Frame Configurations): Restoring a frame configuration does not
6796 restore deleted frames.
6797 (Window System Selections): `x-set-selection' returns DATA.
6798 (Resources): Add example.
6799 (Display Feature Testing): Clarify descriptions of
6800 `display-pixel-height', `display-pixel-width', `x-server-version'
6801 and `x-server-vendor'.
6802
6803 * windows.texi (Choosing Window): Add anchor.
6804 * minibuf.texi (Minibuffer Misc): Add anchor.
6805
68062004-07-23 John Paul Wallington <jpw@gnu.org>
6807
6808 * macros.texi (Defining Macros): Declaration keyword for setting
6809 Edebug spec is `debug' not `edebug'.
6810
68112004-07-19 Luc Teirlinck <teirllm@auburn.edu>
6812
6813 * windows.texi: Various small changes in addition to:
6814 (Window Point): Mention return value of `set-window-point'.
6815 (Window Start): `pos-visible-in-window-p' disregards horizontal
6816 scrolling. Explain return value if PARTIALLY is non-nil.
6817 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
6818 and `set-window-vscroll'.
6819 (Size of Window): The argument WINDOW to `window-inside-edges',
6820 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
6821 (Resizing Windows): Explain return value of
6822 `shrink-window-if-larger-than-buffer'.
6823 `window-size-fixed' automatically becomes buffer local when set.
6824 (Window Configurations): Explain return value of
6825 `set-window-configuration'.
6826
6827 * minibuf.texi (Minibuffer Misc): Add anchor for
6828 `minibuffer-scroll-window'.
6829
6830 * positions.texi (Text Lines): Add anchor for `count-lines'.
6831
68322004-07-17 Richard M. Stallman <rms@gnu.org>
6833
6834 * display.texi (Overlay Properties): Adding `evaporate' prop
6835 deletes empty overlay immediately.
6836
6837 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
6838 fix example.
6839
68402004-07-16 Jim Blandy <jimb@redhat.com>
6841
6842 * searching.texi (Regexp Backslash): Document new \_< and \_>
6843 operators.
6844
68452004-07-16 Juanma Barranquero <lektu@terra.es>
6846
6847 * display.texi (Images): Fix Texinfo usage.
6848
68492004-07-14 Luc Teirlinck <teirllm@auburn.edu>
6850
6851 * buffers.texi (Modification Time): `visited-file-modtime' now
6852 returns a list of two integers, instead of a cons.
6853
68542004-07-13 Luc Teirlinck <teirllm@auburn.edu>
6855
6856 * windows.texi: Various changes in addition to:
6857 (Splitting Windows): Add `split-window-keep-point'.
6858
68592004-07-09 Richard M. Stallman <rms@gnu.org>
6860
6861 * frames.texi (Input Focus): Minor fix.
6862
68632004-07-07 Luc Teirlinck <teirllm@auburn.edu>
6864
6865 * frames.texi (Input Focus): Clarify descriptions of
6866 `select-frame-set-input-focus' and `select-frame'.
6867
68682004-07-06 Luc Teirlinck <teirllm@auburn.edu>
6869
6870 * os.texi: Various small changes in addition to:
6871 (Killing Emacs): Expand and clarify description of
6872 `kill-emacs-query-functions' and `kill-emacs-hook'.
6873 (System Environment): Expand and clarify description of `getenv'
6874 and `setenv'.
6875 (Timers): Clarify description of `run-at-time'.
6876 (Translating Input): Correct description of
6877 `extra-keyboard-modifiers'.
6878 (Flow Control): Correct description of `enable-flow-control'.
6879
68802004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
6881
6882 * os.texi: Update copyright.
6883 (Session Management): Grammar fix.
6884 Clarify which Emacs does the restarting.
6885 Use @samp for *scratch* buffer.
6886
68872004-07-04 Alan Mackenzie <acm@muc.de>
6888
6889 * frames.texi (Input Focus): Add documentation for
6890 `select-frame-set-input-focus'. Replace refs to non-existent
6891 `switch-frame' with `select-frame'. Minor corrections and tidying
6892 up of text-only terminal stuff.
6893
68942004-07-02 Richard M. Stallman <rms@gnu.org>
6895
6896 * files.texi (Saving Buffers): Cleanup write-contents-function.
6897 (Magic File Names): Cleanup file-remote-p.
6898
b344d29d 68992004-07-02 Kai Großjohann <kai@emptydomain.de>
b8d4c8d0
GM
6900
6901 * files.texi (Magic File Names): `file-remote-p' returns an
6902 identifier of the remote system, not just t.
6903
69042004-07-02 David Kastrup <dak@gnu.org>
6905
6906 * searching.texi (Entire Match Data): Add explanation about new
6907 match-data behavior when @var{integers} is non-nil.
6908
69092004-06-24 Richard M. Stallman <rms@gnu.org>
6910
6911 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
6912
6913 * customize.texi (Variable Definitions): Note about doc strings
6914 and :set.
6915
6916 * keymaps.texi (Keymap Terminology): Document `kbd'.
6917 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
6918
6919 * display.texi (Invisible Text): Setting buffer-invisibility-spec
6920 makes it buffer-local.
6921
6922 * files.texi (Saving Buffers): Correct previous change.
6923
6924 * commands.texi (Accessing Events):
6925 Clarify posn-col-row and posn-actual-col-row.
6926
69272004-06-24 David Ponce <david.ponce@wanadoo.fr>
6928
6929 * commands.texi (Accessing Events): New functions
6930 posn-at-point and posn-at-x-y. Add example to posn-x-y.
6931
69322004-06-23 Luc Teirlinck <teirllm@auburn.edu>
6933
6934 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
6935 * frames.texi, buffers.texi, backups.texi, variables.texi:
6936 * loading.texi, eval.texi, functions.texi, control.texi:
6937 * symbols.texi, minibuf.texi: Reposition @anchor's.
6938
6939 * help.texi: Various small changes in addition to the following.
6940 (Describing Characters): Describe PREFIX argument to
6941 `key-description'. Correct and clarify definition of
6942 `text-char-description'. Describe NEED-VECTOR argument to
6943 `read-kbd-macro'.
6944 (Help Functions): Clarify definition of `apropos'.
6945
69462004-06-23 Lars Hansen <larsh@math.ku.dk>
6947
6948 * files.texi (Saving Buffers): Correct description of
6949 `write-contents-functions'.
6950
69512004-06-21 Juanma Barranquero <lektu@terra.es>
6952
6953 * display.texi (Images): Remove redundant @vindex directives.
6954 Rewrite `image-library-alist' doc in active voice.
6955
69562004-06-14 Juanma Barranquero <lektu@terra.es>
6957
6958 * display.texi (Images): Document new delayed library loading,
6959 variable `image-library-alist' and (existing but undocumented)
6960 function `image-type-available-p'.
6961
69622004-06-05 Richard M. Stallman <rms@gnu.org>
6963
6964 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
6965 refer the user to the Initial Input node.
6966 (Text from Minibuffer): Likewise.
6967 (Initial Input): New node. Document this feature
6968 and say it is mostly deprecated.
6969
69702004-05-30 Richard M. Stallman <rms@gnu.org>
6971
6972 * loading.texi (Named Features): Clarify return value
6973 and meaning of NOERROR.
6974
6975 * variables.texi (File Local Variables): Minor cleanup.
6976
69772004-05-30 Michael Albinus <michael.albinus@gmx.de>
6978
6979 * files.texi (Magic File Names): Add `file-remote-p' as operation
6980 of file name handlers.
6981
69822004-05-29 Richard M. Stallman <rms@gnu.org>
6983
6984 * modes.texi (Minor Mode Conventions): (-) has no special meaning
6985 as arg to a minor mode command.
6986
69872004-05-22 Richard M. Stallman <rms@gnu.org>
6988
6989 * syntax.texi (Syntax Class Table): Word syntax not just for English.
6990
6991 * streams.texi (Output Variables): Doc float-output-format.
6992
6993 * searching.texi (Regexp Special): Nested repetition can be infloop.
6994
6995 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
6996 real stack overflow.
6997
6998 * compile.texi: Minor cleanups.
6999
70002004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
7001
7002 * lists.texi (Cons Cells): Explain dotted lists, true lists,
7003 circular lists.
7004 (List Elements): Explain handling of circular and dotted lists.
7005
70062004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
7007
7008 * modes.texi (Search-based Fontification): Fix typo.
7009
70102004-05-10 Juanma Barranquero <lektu@terra.es>
7011
7012 * modes.texi (Mode Line Variables): Fix description of
7013 global-mode-string, which is now after which-func-mode, not the
7014 buffer name.
7015
70162004-05-07 Lars Hansen <larsh@math.ku.dk>
7017
7018 * modes.texi (Desktop Save Mode): Add.
7019 (Modes): Add menu entry Desktop Save Mode.
7020
7021 * hooks.texi: Add desktop-after-read-hook,
7022 desktop-no-desktop-file-hook and desktop-save-hook.
7023
7024 * locals.texi: Add desktop-save-buffer.
7025
70262004-04-30 Jesper Harder <harder@ifa.au.dk>
7027
7028 * display.texi: emacs -> Emacs.
7029
70302004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
7031
7032 * files.texi (Changing Files): Document set-file-times.
7033
70342004-04-23 Juanma Barranquero <lektu@terra.es>
7035
7036 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
7037
70382004-04-18 Jesper Harder <harder@ifa.au.dk>
7039
7040 * tips.texi (Coding Conventions): defopt -> defcustom.
7041
70422004-04-16 Luc Teirlinck <teirllm@auburn.edu>
7043
7044 * sequences.texi: Various clarifications.
7045
70462004-04-14 Luc Teirlinck <teirllm@auburn.edu>
7047
7048 * buffers.texi (Read Only Buffers): Mention optional ARG to
7049 `toggle-read-only'.
7050
70512004-04-14 Nick Roberts <nick@nick.uklinux.net>
7052
7053 * windows.texi (Selecting Windows): Note that get-lru-window
7054 returns a full-width window if possible.
7055
70562004-04-13 Luc Teirlinck <teirllm@auburn.edu>
7057
7058 * buffers.texi: Various changes in addition to:
7059 (Buffer File Name): Add `find-buffer-visiting'.
7060 (Buffer Modification): Mention optional ARG to `not-modified'.
7061 (Indirect Buffers): Mention optional CLONE argument to
7062 `make-indirect-buffer'.
7063
7064 * files.texi: Various changes in addition to:
7065 (Visiting Functions): `find-file-hook' is now a normal hook.
7066 (File Name Expansion): Explain difference between the way that
7067 `expand-file-name' and `file-truename' treat `..'.
7068 (Contents of Directories): Mention optional ID-FORMAT argument to
7069 `directory-files-and-attributes'.
7070 (Format Conversion): Mention new optional CONFIRM argument to
7071 `format-write-file'.
7072
70732004-04-12 Miles Bader <miles@gnu.org>
7074
7075 * macros.texi (Expansion): Add description of `macroexpand-all'.
7076
70772004-04-05 Jesper Harder <harder@ifa.au.dk>
7078
7079 * variables.texi (Variable Aliases): Mention
7080 cyclic-variable-indirection.
7081
7082 * errors.texi (Standard Errors): Ditto.
7083
70842004-04-04 Luc Teirlinck <teirllm@auburn.edu>
7085
7086 * backups.texi: Various small changes in addition to:
7087 (Making Backups): Mention return value of `backup-buffer'.
7088 (Auto-Saving): Mention optional FORCE argument to
7089 `delete-auto-save-file-if-necessary'.
7090 (Reverting): Mention optional PRESERVE-MODES argument to
7091 `revert-buffer'. Correct description of `revert-buffer-function'.
7092
70932004-03-22 Juri Linkov <juri@jurta.org>
7094
7095 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
7096 with `Vector Functions'.
7097
7098 * text.texi (Sorting): Add missing quote.
7099
71002004-03-14 Luc Teirlinck <teirllm@auburn.edu>
7101
7102 * intro.texi (Lisp History): Replace xref to `cl' manual with
7103 inforef.
7104
71052004-03-12 Richard M. Stallman <rms@gnu.org>
7106
7107 * intro.texi (Version Info): Add arg to emacs-version.
7108 (Lisp History): Change xref to CL manual.
7109
71102004-03-09 Luc Teirlinck <teirllm@auburn.edu>
7111
7112 * minibuf.texi (Completion Commands): Add xref to Emacs manual
7113 for Partial Completion mode.
7114
71152004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
7116
7117 * customize.texi: Fix typo. Remove eol whitespace.
7118
71192004-03-04 Richard M. Stallman <rms@gnu.org>
7120
7121 * processes.texi: Fix typos.
7122
7123 * lists.texi (Building Lists): Minor clarification.
7124
7125 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
7126 in make-hash-table.
7127
71282004-02-29 Juanma Barranquero <lektu@terra.es>
7129
7130 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
7131 rm, and ignore exit code.
7132
71332004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
7134
7135 * display.texi (Defining Faces): Add description for min-colors.
7136 Update example.
7137
71382004-02-23 Luc Teirlinck <teirllm@auburn.edu>
7139
7140 * abbrevs.texi: Various corrections and clarifications in addition
7141 to the following:
7142 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
7143
71442004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
7145
7146 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
7147
71482004-02-21 Luc Teirlinck <teirllm@auburn.edu>
7149
7150 * text.texi: Various small changes in addition to the following:
7151 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
7152 to delete-horizontal-space.
7153 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
7154 description of yank-handler text property at various places.
7155
7156 * frames.texi (Window System Selections): Add anchor.
7157
7158 * syntax.texi (Syntax Table Functions): Clarify and correct
7159 descriptions of make-syntax-table and copy-syntax-table.
7160 (Motion and Syntax): Clarify SYNTAXES argument to
7161 skip-syntax-forward.
7162 (Parsing Expressions): Mention that the return value of
7163 parse-partial-sexp is currently a list of ten rather than nine
7164 elements.
7165 (Categories): Various corrections and clarifications.
7166
71672004-02-17 Luc Teirlinck <teirllm@auburn.edu>
7168
7169 * markers.texi (Marker Insertion Types): Minor change.
7170
7171 * locals.texi (Standard Buffer-Local Variables):
7172 * commands.texi (Interactive Codes, Using Interactive):
7173 * functions.texi (Related Topics): Fix xrefs.
7174
71752004-02-16 Luc Teirlinck <teirllm@auburn.edu>
7176
7177 * lists.texi (Sets And Lists): Update description of delete-dups.
7178
71792004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
7180
7181 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
7182
c8763fb6 71832004-02-16 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
7184
7185 * frames.texi (Parameter Access): frame-parameters arg is optional.
7186 modify-frame-parameters handles nil for FRAME.
7187 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
7188 are all-or-nothing for certain toolkits.
7189 Mention parameter wait-for-wm.
7190 (Frames and Windows): In frame-first-window and frame-selected-window
7191 the arg is optional.
7192 (Input Focus): In redirect-frame-focus the second arg is optional.
7193 (Window System Selections): Mention selection type CLIPBOARD.
7194 Mention data-type UTF8_STRING.
7195 Mention numbering of cut buffers.
7196 (Resources): Describe x-resource-name.
7197
71982004-02-16 Richard M. Stallman <rms@gnu.org>
7199
7200 * windows.texi (Buffers and Windows): Delete false table
7201 about all-frames.
7202
7203 * syntax.texi (Parsing Expressions): Delete old caveat
7204 about parse-sexp-ignore-comments.
7205
7206 * streams.texi (Output Variables): Add print-quoted.
7207
7208 * lists.texi (Building Lists): Minor cleanup.
7209
7210 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
7211
7212 * display.texi (Overlays): Explain overlays use markers.
7213 (Managing Overlays): Explain front-advance and rear-advance
7214 in more detail.
7215
7216 * loading.texi (Unloading): Document unload-feature-special-hooks.
7217 Get rid of fns-NNN.el file.
7218
72192004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
7220
7221 * help.texi (Describing Characters): Fix text-char-description
7222 example output.
7223
7224 * edebug.texi (Using Edebug): Fix example.
7225
7226 * debugging.texi (Internals of Debugger): Fix return value.
7227
7228 * files.texi (Changing Files): Fix argname.
7229
7230 * calendar.texi: Fix parens, and default values.
7231
7232 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
7233 * nonascii.texi, objects.texi, os.texi: Minor fixes.
b3e755a9 7234 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
b8d4c8d0
GM
7235
7236 * positions.texi (Text Lines): Don't add -1 in current-line.
7237
72382004-02-16 Richard M. Stallman <rms@gnu.org>
7239
7240 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
7241
72422004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
7243
7244 * processes.texi (Low-Level Network): Fix a typo.
7245
72462004-02-12 Kim F. Storm <storm@cua.dk>
7247
7248 * display.texi (Fringes): Use consistent wording.
7249 Note that window-fringe's window arg is optional.
7250 (Scroll Bars): Use consistent wording.
7251
72522004-02-11 Luc Teirlinck <teirllm@auburn.edu>
7253
7254 * tips.texi (Comment Tips): Document the new conventions for
7255 commenting out code.
7256
c8763fb6 72572004-02-07 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
7258
7259 * positions.texi (Text Lines): Added missing end defun.
7260
72612004-02-07 Kim F. Storm <storm@cua.dk>
7262
7263 * positions.texi (Text Lines): Add line-number-at-pos.
7264
72652004-02-06 John Paul Wallington <jpw@gnu.org>
7266
7267 * display.texi (Button Properties, Button Buffer Commands):
7268 mouse-2 invokes button, not down-mouse-1.
7269
72702004-02-04 Jason Rumney <jasonr@gnu.org>
7271
7272 * makefile.w32-in: Sync with Makefile.in changes.
7273
72742004-02-03 Luc Teirlinck <teirllm@auburn.edu>
7275
7276 * minibuf.texi (Text from Minibuffer): Various corrections and
7277 clarifications.
7278 (Object from Minibuffer): Correct Lisp description of
7279 read-minibuffer.
7280 (Minibuffer History): Clarify description of cons values for
7281 HISTORY arguments.
7282 (Basic Completion): Various corrections and clarifications. Add
7283 completion-regexp-list.
7284 (Minibuffer Completion): Correct and clarify description of
7285 completing-read.
7286 (Completion Commands): Mention Partial Completion mode. Various
7287 other minor changes.
7288 (High-Level Completion): Various corrections and clarifications.
7289 (Reading File Names): Ditto.
7290 (Minibuffer Misc): Ditto.
7291
72922004-01-26 Luc Teirlinck <teirllm@auburn.edu>
7293
7294 * strings.texi (Text Comparison): assoc-string also matches
7295 elements of alists that are strings instead of conses.
7296 (Formatting Strings): Standardize Texinfo usage. Update index
7297 entries.
7298
72992004-01-20 Luc Teirlinck <teirllm@auburn.edu>
7300
7301 * lists.texi (Sets And Lists): Add delete-dups.
7302
73032004-01-15 Luc Teirlinck <teirllm@auburn.edu>
7304
7305 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
7306 special form.
7307 * macros.texi (Defining Macros): Update description of `declare',
7308 which now is a macro.
7309 (Wrong Time): Fix typos.
7310
73112004-01-14 Luc Teirlinck <teirllm@auburn.edu>
7312
7313 * compile.texi (Compilation Functions): Expand descriptions of
7314 `compile-defun', `byte-compile-file', `byte-recompile-directory'
7315 and `batch-byte-compile'. In particular, mention and describe
7316 all optional arguments.
7317 (Disassembly): Correct and clarify the description of `disassemble'.
7318
73192004-01-11 Luc Teirlinck <teirllm@auburn.edu>
7320
7321 * searching.texi: Various small changes in addition to the
7322 following.
7323 (Regexp Example): Adapt to new value of `sentence-end'.
7324 (Regexp Functions): The PAREN argument to `regexp-opt' can be
7325 `words'.
7326 (Search and Replace): Add usage note for `perform-replace'.
7327 (Entire Match Data): Mention INTEGERS and REUSE arguments to
7328 `match-data'.
7329 (Standard Regexps): Update for new values of `paragraph-start'
7330 and `sentence-end'.
7331
73322004-01-07 Luc Teirlinck <teirllm@auburn.edu>
7333
7334 * files.texi (Saving Buffers): Clarify descriptions of
7335 `write-contents-functions' and `before-save-hook'.
7336 Make the defvar's for `before-save-hook' and `after-save-hook'
7337 into defopt's.
7338
73392004-01-07 Kim F. Storm <storm@cua.dk>
7340
7341 * commands.texi (Click Events): Describe new image and
7342 width/height elements of click events.
7343 (Accessing Events): Add posn-string, posn-image, and
7344 posn-object-width-height. Change posn-object to return either
7345 image or string object.
7346
73472004-01-01 Simon Josefsson <jas@extundo.com>
7348
7349 * hooks.texi (Standard Hooks): Add before-save-hook.
7350 * files.texi (Saving Buffers): Likewise.
7351
73522004-01-03 Richard M. Stallman <rms@gnu.org>
7353
7354 * frames.texi (Frames and Windows): Delete frame-root-window.
7355
73562004-01-03 Luc Teirlinck <teirllm@auburn.edu>
7357
7358 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
7359
7360 * functions.texi: Various small changes in addition to the
7361 following.
7362 (What Is a Function): `functionp' returns nil for macros. Clarify
7363 behavior of this and following functions for symbol arguments.
7364 (Function Documentation): Add `\' in front of (fn @var{arglist})
7365 and explain why.
7366 (Defining Functions): Mention DOCSTRING argument to `defalias'.
7367 Add anchor.
7368 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
7369
73702004-01-01 Miles Bader <miles@gnu.org>
7371
7372 * display.texi (Buttons): New section.
7373
73742003-12-31 Andreas Schwab <schwab@suse.de>
7375
7376 * numbers.texi (Math Functions): sqrt reports a domain-error
7377 error.
7378 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
7379
73802003-12-30 Luc Teirlinck <teirllm@auburn.edu>
7381
7382 * tips.texi (Documentation Tips): Update item on hyperlinks in
7383 documentation strings.
7384
7385 * errors.texi (Standard Errors): Various small corrections and
7386 additions.
7387
7388 * control.texi: Various small changes in addition to the
7389 following.
7390 (Signaling Errors): Provide some more details on how `signal'
7391 constructs the error message. Add anchor to the definition of
7392 `signal'.
7393 (Error Symbols): Describe special treatment of `quit'.
7394 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
7395 to emphasize that it has to be a single form.
7396
7397 * buffers.texi: Add anchor.
7398
73992003-12-29 Richard M. Stallman <rms@gnu.org>
7400
7401 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
7402 (Window Configurations): Add window-configuration-frame.
7403
7404 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
7405
7406 * text.texi (Examining Properties): Add get-char-property-and-overlay.
7407 Change arg name in get-char-property.
7408 (Special Properties): Update handling of keymap property.
7409
7410 * strings.texi (Modifying Strings): Add clear-string.
7411 (Text Comparison): Add assoc-string and remove
7412 assoc-ignore-case, assoc-ignore-representation.
7413
7414 * os.texi (Time of Day): Add set-time-zone-rule.
7415
7416 * numbers.texi (Math Functions): asin, acos, log, log10
7417 report domain-error errors.
7418
7419 * nonascii.texi (Converting Representations):
7420 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
7421 (Encoding and I/O): Add file-name-coding-system.
7422
7423 * modes.texi (Search-based Fontification): Explain that
7424 face specs are symbols with face names as values.
7425
7426 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
7427
7428 * lists.texi (Building Lists): remq moved elsewhere.
7429 (Sets And Lists): remq moved here.
7430 (Association Lists): Refer to assoc-string.
7431
7432 * internals.texi (Garbage Collection): Add memory-use-counts.
7433
7434 * frames.texi (Frames and Windows): Add set-frame-selected-window
7435 and frame-root-window.
7436
7437 * files.texi (Contents of Directories):
7438 Add directory-files-and-attributes.
7439
7440 * display.texi (Refresh Screen): Add force-window-update.
7441 (Invisible Text): Explain about moving point out of invis text.
7442 (Overlay Properties): Add overlay-properties.
7443 (Managing Overlays): Add overlayp.
7444 (GIF Images): Invalid image number displays a hollow box.
7445
7446 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
7447 (Killing Buffers): Add buffer-live-p.
7448
74492003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
7450
7451 * display.texi (Fringes): Fix typo "set-buffer-window".
7452
74532003-12-24 Luc Teirlinck <teirllm@auburn.edu>
7454
7455 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
7456 * nonascii.texi, processes.texi, tips.texi, variables.texi:
7457 Add or change various xrefs and anchors.
7458
7459 * commands.texi: Replace all occurrences of @acronym{CAR} with
7460 @sc{car}, for consistency with the rest of the Elisp manual.
7461 `car' and `cdr' are historically acronyms, but are no longer
7462 widely thought of as such.
7463
7464 * internals.texi (Pure Storage): Mention that `purecopy' does not
7465 copy text properties.
7466 (Object Internals): Now 29 bits are used (in most implementations)
7467 to address Lisp objects.
7468
7469 * variables.texi (Variables with Restricted Values): New node.
7470
7471 * objects.texi (Lisp Data Types): Mention that certain variables
7472 can only take on a restricted set of values and add an xref to
7473 the new node "Variables with Restricted Values".
7474
7475 * eval.texi (Function Indirection): Describe the errors that
7476 `indirect-function' can signal.
7477 (Eval): Clarify the descriptions of `eval-region' and `values'.
7478 Describe `eval-buffer' instead of `eval-current-buffer' and
7479 mention `eval-current-buffer' as an alias for `current-buffer'.
7480 Correct the description and mention all optional arguments.
7481
7482 * nonascii.texi: Various small changes in addition to the
7483 following.
7484 (Converting Representations): Clarify behavior of
7485 `string-make-multibyte' and `string-to-multibyte' for unibyte all
7486 ASCII arguments.
7487 (Character Sets): Document the variable `charset-list' and adapt
7488 the definition of the function `charset-list' accordingly.
7489 (Translation of Characters): Clarify use of generic characters in
7490 `make-translation-table'. Clarify and correct the description of
7491 the use of translation tables in encoding and decoding.
7492 (User-Chosen Coding Systems): Correct and clarify the description
7493 of `select-safe-coding-system'.
7494 (Default Coding Systems): Clarify description of
7495 `file-coding-system-alist'.
7496
74972003-11-30 Luc Teirlinck <teirllm@auburn.edu>
7498
7499 * strings.texi (Text Comparison): Correctly describe when two
7500 strings are `equal'. Combine and clarify descriptions of
7501 `assoc-ignore-case' and `assoc-ignore-representation'.
7502
7503 * objects.texi (Non-ASCII in Strings): Clarify description of
7504 when a string is unibyte or multibyte.
7505 (Bool-Vector Type): Update examples.
7506 (Equality Predicates): Correctly describe when two strings are
7507 `equal'.
7508
75092003-11-29 Luc Teirlinck <teirllm@auburn.edu>
7510
7511 * lists.texi (Building Lists): `append' no longer accepts integer
7512 arguments. Update the description of `number-sequence' to reflect
7513 recent changes.
7514 (Sets And Lists): Describe `member-ignore-case' after `member'.
7515
75162003-11-27 Kim F. Storm <storm@cua.dk>
7517
7518 * commands.texi (Click Events): Click object may be an images.
7519 Describe (dx . dy) element of click positions.
7520 (Accessing Events): Remove duplicate posn-timestamp.
7521 New functions posn-object and posn-object-x-y.
7522
75232003-11-23 Kim F. Storm <storm@cua.dk>
7524
7525 * commands.texi (Click Events): Describe enhancements to event
7526 position lists, including new text-pos and (col . row) items.
7527 Mention left-fringe and right-fringe area events.
7528 (Accessing Events): New functions posn-area and
7529 posn-actual-col-row. Mention posn-timestamp. Mention that
7530 posn-point in non-text area still returns buffer position.
7531 Clarify posn-col-row.
7532
75332003-11-21 Lars Hansen <larsh@math.ku.dk>
7534
7535 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
7536 * anti.texi (File Attributes): Describe removed parameter
7537 ID-FORMAT.
7538
75392003-11-20 Luc Teirlinck <teirllm@auburn.edu>
7540
7541 * positions.texi (Positions): Mention that, if a marker is used as
7542 a position, its buffer is ignored.
7543
7544 * markers.texi (Overview of Markers): Mention it here too.
7545
75462003-11-12 Luc Teirlinck <teirllm@auburn.edu>
7547
7548 * numbers.texi (Numeric Conversions): Not just `floor', but also
7549 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
7550
75512003-11-10 Luc Teirlinck <teirllm@auburn.edu>
7552
7553 * markers.texi (Creating Markers): Specify insertion type of
7554 created markers. Add xref to `Marker Insertion Types'.
7555 Second argument to `copy-marker' is optional.
7556 (Marker Insertion Types): Mention that most markers are created
7557 with insertion type nil.
7558 (The Mark): Correctly describe when `mark' signals an error.
7559 (The Region): Correctly describe when `region-beginning' and
7560 `region-end' signal an error.
7561
75622003-11-08 Luc Teirlinck <teirllm@auburn.edu>
7563
7564 * hash.texi (Creating Hash): Clarify description of `eql'.
7565 `makehash' is obsolete.
7566 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
7567
7568 * positions.texi (Point): Change description of `buffer-end', so
7569 that it is also correct for floating point arguments.
7570 (List Motion): Correct argument lists of `beginning-of-defun' and
7571 `end-of-defun'.
7572 (Excursions): Add xref to `Marker Insertion Types'.
7573 (Narrowing): Argument to `narrow-to-page' is optional.
7574
75752003-11-06 Luc Teirlinck <teirllm@auburn.edu>
7576
7577 * streams.texi (Output Streams): Clarify behavior of point for
7578 marker output streams.
7579
75802003-11-04 Luc Teirlinck <teirllm@auburn.edu>
7581
7582 * variables.texi (Defining Variables): Second argument to
7583 `defconst' is not optional.
7584 (Setting Variables): Mention optional argument APPEND to
7585 `add-to-list'.
7586 (Creating Buffer-Local): Expand description of
7587 `make-variable-buffer-local'.
7588 (Frame-Local Variables): Expand description of
7589 `make-variable-frame-local'.
7590 (Variable Aliases): Correct description of optional argument
7591 DOCSTRING to `defvaralias'. Mention return value of
7592 `defvaralias'.
7593 (File Local Variables): Add xref to `File variables' in Emacs
7594 Manual. Correct description of `hack-local-variables'. Mention
7595 `safe-local-variable' property. Mention optional second argument
7596 to `risky-local-variable-p'.
7597
75982003-11-03 Luc Teirlinck <teirllm@auburn.edu>
7599
7600 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
7601
76022003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
7603
7604 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
7605 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
7606 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
7607 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
7608 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
7609 lispref/processes.texi, lispref/searching.texi,
7610 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
7611 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
7612 @acronym{FOO}.
7613
76142003-10-27 Luc Teirlinck <teirllm@auburn.edu>
7615
7616 * strings.texi (Creating Strings): Argument START to `substring'
7617 can not be `nil'. Expand description of
7618 `substring-no-properties'. Correct description of `split-string',
7619 especially with respect to empty matches. Prevent very bad line
7620 break in definition of `split-string-default-separators'.
7621 (Text Comparison): `string=' and `string<' also accept symbols as
7622 arguments.
7623 (String Conversion): More completely describe argument BASE in
7624 `string-to-number'.
7625 (Formatting Strings): `%s' and `%S' in `format' do require
7626 corresponding object. Clarify behavior of numeric prefix after
7627 `%' in `format'.
7628 (Case Conversion): The argument to `upcase-initials' can be a
7629 character.
7630
76312003-10-27 Kenichi Handa <handa@m17n.org>
7632
7633 * display.texi (Fontsets): Fix texinfo usage.
7634
76352003-10-25 Kenichi Handa <handa@m17n.org>
7636
7637 * display.texi (Fontsets): Add description of the function
7638 set-fontset-font.
7639
76402003-10-23 Luc Teirlinck <teirllm@auburn.edu>
7641
7642 * display.texi (Temporary Displays): Add xref to `Documentation
7643 Tips'.
7644
7645 * functions.texi (Function Safety): Use inforef instead of pxref
7646 for SES.
7647
76482003-10-23 Andreas Schwab <schwab@suse.de>
7649
7650 * Makefile.in (TEX, texinputdir): Don't define.
7651 (TEXI2DVI): Define.
7652 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
7653 add $(srcdir)/index.texi.
7654 ($(infodir)/elisp): Remove index.texi dependency.
7655 (elisp.dvi): Likewise. Use $(TEXI2DVI).
7656 (index.texi): Remove target.
7657 (dist): Don't link $(srcdir)/permute-index.
7658 (clean): Don't remove index.texi.
7659
7660 * permute-index, index.perm: Remove.
7661 * index.texi: Rename from index.unperm.
7662
76632003-10-22 Luc Teirlinck <teirllm@auburn.edu>
7664
7665 * tips.texi (Documentation Tips): Document new behavior for face
7666 and variable hyperlinks in Help mode.
7667
76682003-10-21 Luc Teirlinck <teirllm@auburn.edu>
7669
7670 * objects.texi (Integer Type): Update for extra bit of integer range.
7671 (Character Type): Ditto.
7672
76732003-10-16 Eli Zaretskii <eliz@gnu.org>
7674
7675 * numbers.texi (Integer Basics): Add index entries for reading
7676 numbers in hex, octal, and binary.
7677
76782003-10-16 Lute Kamstra <lute@gnu.org>
7679
7680 * modes.texi (Mode Line Format): Mention force-mode-line-update's
7681 argument.
7682
76832003-10-13 Luc Teirlinck <teirllm@auburn.edu>
7684
7685 * windows.texi (Choosing Window): Fix typo.
7686 * edebug.texi (Edebug Execution Modes): Fix typo.
7687
76882003-10-13 Richard M. Stallman <rms@gnu.org>
7689
7690 * windows.texi (Basic Windows): A window has fringe settings,
7691 display margins and scroll-bar settings.
7692 (Splitting Windows): Doc split-window return value.
7693 Clean up one-window-p.
7694 (Selecting Windows): Fix typo.
7695 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
7696 (Buffers and Windows): In set-window-buffer, explain effect
7697 on fringe settings and scroll bar settings.
7698 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
7699 (Choosing Window): Use defopt for pop-up-frame-function.
7700 For special-display-buffer-names, explain same-window and same-frame.
7701 Clarify window-dedicated-p return value.
7702 (Textual Scrolling): scroll-up and scroll-down can get an error.
7703 (Horizontal Scrolling): Clarify auto-hscroll-mode.
7704 Clarify set-window-hscroll.
7705 (Size of Window): Don't mention tool bar in window-height.
7706 (Coordinates and Windows): Explain what coordinates-in-window-p
7707 returns for fringes and display margins.
7708 (Window Configurations): Explain saving fringes, etc.
7709
7710 * tips.texi (Library Headers): Clean up Documentation.
7711
7712 * syntax.texi (Parsing Expressions): Clean up forward-comment
7713 and parse-sexp-lookup-properties.
7714
7715 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
7716
7717 * os.texi (System Environment): Clean up text for load-average errors.
7718
7719 * modes.texi (Hooks): Don't explain local hook details at front.
7720 Clarify run-hooks and run-hook-with-args a little.
7721 Clean up add-hook and remove-hook.
7722
7723 * edebug.texi (Edebug Execution Modes): Clarify t.
7724 Document edebug-sit-for-seconds.
7725 (Coverage Testing): Document C-x X = and =.
7726 (Instrumenting Macro Calls): Fix typo.
7727 (Specification List): Don't index the specification keywords.
7728
77292003-10-10 Kim F. Storm <storm@cua.dk>
7730
7731 * processes.texi (Network): Introduce make-network-process.
7732
77332003-10-09 Luc Teirlinck <teirllm@auburn.edu>
7734
7735 * tips.texi (Library Headers): Fix typo.
7736
77372003-10-07 Juri Linkov <juri@jurta.org>
7738
7739 * modes.texi (Imenu): Mention imenu-create-index-function's
7740 default value. Explain submenus better.
7741
77422003-10-07 Lute Kamstra <lute@gnu.org>
7743
7744 * modes.texi (Faces for Font Lock): Fix typo.
7745 (Hooks): Explain how buffer-local hook variables can refer to
7746 global hook variables.
7747 Various minor clarifications.
7748
77492003-10-06 Lute Kamstra <lute@gnu.org>
7750
7751 * tips.texi (Coding Conventions): Mention naming conventions for
7752 hooks.
7753
77542003-10-05 Luc Teirlinck <teirllm@auburn.edu>
7755
7756 * loading.texi (Library Search): Correct default value of
7757 load-suffixes.
7758 (Named Features): Fix typo.
7759
77602003-10-05 Richard M. Stallman <rms@gnu.org>
7761
7762 * loading.texi (Named Features): In `provide',
7763 say how to test for subfeatures.
7764 (Unloading): In unload-feature, use new var name
7765 unload-feature-special-hooks.
7766
77672003-10-03 Lute Kamstra <lute@gnu.org>
7768
7769 * modes.texi (Major Mode Conventions): Mention third way to set up
7770 Imenu.
7771 (Imenu): A number of small fixes.
7772 Delete documentation of internal variable imenu--index-alist.
7773 Document the return value format of imenu-create-index-function
7774 functions.
7775
77762003-09-30 Richard M. Stallman <rms@gnu.org>
7777
7778 * processes.texi (Network): Say what stopped datagram connections do.
7779
7780 * lists.texi (Association Lists): Clarify `assq-delete-all'.
7781
7782 * display.texi (Overlay Properties): Clarify `evaporate' property.
7783
77842003-09-29 Lute Kamstra <lute@gnu.org>
7785
7786 * modes.texi (Mode Line Data): Explain when symbols in mode-line
7787 constructs should be marked as risky.
7788 Change cons cell into proper list.
7789 (Mode Line Variables): Change cons cell into proper list.
7790
77912003-09-26 Lute Kamstra <lute@gnu.org>
7792
7793 * modes.texi (Mode Line Data): Document the :propertize construct.
7794 (Mode Line Variables): Reorder the descriptions of the variables
7795 to match their order in the default mode-line-format.
7796 Describe the new variables mode-line-position and mode-line-modes.
7797 Update the default values of mode-line-frame-identification,
7798 minor-mode-alist, and default-mode-line-format.
7799 (Properties in Mode): Mention the :propertize construct.
7800
78012003-09-26 Richard M. Stallman <rms@gnu.org>
7802
7803 * buffers.texi, commands.texi, debugging.texi, eval.texi:
7804 * loading.texi, minibuf.texi, text.texi, variables.texi:
7805 Avoid @strong{Note:}.
7806
78072003-09-26 Richard M. Stallman <rms@gnu.org>
7808
7809 * keymaps.texi (Remapping Commands): Fix typo.
7810
78112003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
7812
7813 * processes.texi (Low-Level Network): Fix typo.
7814
78152003-09-23 Kim F. Storm <storm@cua.dk>
7816
7817 * processes.texi (Network, Network Servers): Fix typos.
7818 (Low-Level Network): Add timeout value for :server keyword.
7819 Add new option keywords to make-network-process.
7820 Add set-network-process-options.
7821 Explain how to test availability of network options.
7822
78232003-09-19 Richard M. Stallman <rms@gnu.org>
7824
7825 * text.texi (Motion by Indent): Arg to
7826 backward-to-indentation and forward-to-indentation is optional.
7827
7828 * strings.texi (Creating Strings): Add substring-no-properties.
7829
7830 * processes.texi
7831 (Process Information): Add list-processes arg QUERY-ONLY.
7832 Delete process-contact from here.
7833 Add new status values for process-status.
7834 Add process-get, process-put, process-plist, set-process-plist.
7835 (Synchronous Processes): Add call-process-shell-command.
7836 (Signals to Processes): signal-process allows process objects.
7837 (Network): Complete rewrite.
7838 (Network Servers, Datagrams, Low-Level Network): New nodes.
7839
7840 * positions.texi (Word Motion): forward-word, backward-word
7841 arg is optional. Reword.
7842
7843 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
7844
7845 * variables.texi (Creating Buffer-Local):
7846 Delete duplicate definition of buffer-local-value.
7847 (File Local Variables): Explain about discarding text props.
7848
78492003-09-11 Richard M. Stallman <rms@gnu.org>
7850
7851 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
7852 changes variables that record input events.
7853 (Minibuffer Misc): Add minibuffer-selected-window.
7854
7855 * lists.texi (Building Lists): Add copy-tree.
7856
7857 * display.texi (Fontsets): Add char-displayable-p.
7858 (Scroll Bars): New node.
7859
78602003-09-08 Lute Kamstra <lute@gnu.org>
7861
7862 * modes.texi (%-Constructs): Document new `%i' and `%I'
7863 constructs.
7864
78652003-09-03 Peter Runestig <peter@runestig.com>
7866
7867 * makefile.w32-in: New file.
7868
78692003-08-29 Richard M. Stallman <rms@gnu.org>
7870
7871 * display.texi (Overlay Properties): Clarify how priorities
7872 affect use of the properties.
7873
78742003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
7875
7876 * customize.texi (Type Keywords): Correct the description of
7877 `:help-echo' in the case where `motion-doc' is a function.
7878
78792003-08-14 John Paul Wallington <jpw@gnu.org>
7880
7881 * modes.texi (Emulating Mode Line): Subsection, not section.
7882
78832003-08-13 Richard M. Stallman <rms@gnu.org>
7884
7885 * elisp.texi (Top): Update subnode lists in menu.
7886
7887 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
7888 (Kill Functions): kill-region has new arg yank-handler.
7889 (Yanking): New node.
7890 (Yank Commands): Add yank-undo-function.
7891 (Low-Level Kill Ring):
7892 kill-new and kill-append have new arg yank-handler.
7893 (Changing Properties): Add remove-list-of-text-properties.
7894 (Atomic Changes): New node.
7895
7896 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
7897
7898 * streams.texi (Output Variables): Add eval-expression-print-length
7899 and eval-expression-print-level.
7900
7901 * os.texi (Time Conversion): For encode-time, explain limits on year.
7902
7903 * objects.texi (Character Type): Define anchor "modifier bits".
7904
7905 * modes.texi (Emulating Mode Line): New node.
7906 (Search-based Fontification): Font Lock uses font-lock-face property.
7907 (Other Font Lock Variables): Likewise.
7908
7909 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
7910 not vectors.
7911 (Active Keymaps): Add emulation-mode-map-alists.
7912 (Functions for Key Lookup): key-binding has new arg no-remap.
7913 (Remapping Commands): New node.
7914 (Scanning Keymaps): where-is-internal has new arg no-remap.
7915 (Tool Bar): Add tool-bar-local-item-from-menu.
7916 Clarify when to use tool-bar-add-item-from-menu.
7917
7918 * commands.texi (Interactive Call): commandp has new arg.
7919 (Command Loop Info): Add this-original-command.
7920
79212003-08-06 John Paul Wallington <jpw@gnu.org>
7922
7923 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
7924
7925 * display.texi (Warning Basics): Fix typo.
7926 (Fringes): Add closing curly bracket and fix typo.
7927
7928 * elisp.texi (Top): Fix typo.
7929
79302003-08-05 Richard M. Stallman <rms@gnu.org>
7931
7932 * elisp.texi: Update lists of subnodes.
7933
7934 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
7935
7936 * variables.texi (Local Variables): Use lc for example variable names.
7937
7938 * tips.texi (Library Headers): Explain where to put -*-.
7939
7940 * strings.texi (Creating Strings): Fix xref for vconcat.
7941
7942 * sequences.texi (Vector Functions):
7943 vconcat no longer allows integer args.
7944
7945 * minibuf.texi (Reading File Names): read-file-name has new
7946 arg PREDICATE. New function read-directory-name.
7947
c4cc8b9a 7948 * macros.texi (Defining Macros): Give definition of `declare'.
b8d4c8d0
GM
7949 (Indenting Macros): New node.
7950
7951 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
7952 (Window Frame Parameters): Make separate table of parameters
7953 that are coupled with specific face attributes.
7954 (Deleting Frames): delete-frame-hooks renamed to
7955 delete-frame-functions.
7956
7957 * files.texi (Magic File Names): Add file-remote-p.
7958 Clarify file-local-copy.
7959
7960 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
7961 here; instead xref Defining Macros.
7962
7963 * display.texi (Warnings): New node, and subnodes.
7964 (Fringes): New node.
7965
7966 * debugging.texi (Test Coverage): New node.
7967
7968 * compile.texi (Compiler Errors): Explain with-no-warnings
7969 and other ways to suppress warnings.
7970
7971 * commands.texi (Interactive Call): Minor clarification.
7972
7973 * buffers.texi (Buffer File Name): set-visited-file-name
7974 renames the buffer too.
7975
7976 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
7977
79782003-07-24 Markus Rost <rost@math.ohio-state.edu>
7979
7980 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
7981
79822003-07-22 Markus Rost <rost@math.ohio-state.edu>
7983
7984 * internals.texi (Garbage Collection): Fix previous change.
7985
79862003-07-22 Richard M. Stallman <rms@gnu.org>
7987
7988 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
7989
7990 * display.texi (Width): Use \s syntax in example.
7991 (Font Selection): Add face-font-rescale-alist.
7992
7993 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
7994 Remove spurious indent in example.
7995
7996 * lists.texi (Building Lists): Add number-sequence.
7997
7998 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
7999
8000 * functions.texi (Function Documentation): Explain how to
8001 show calling convention explicitly in the doc string.
8002
8003 * windows.texi (Selecting Windows): save-selected-window saves
8004 selected window of each frame.
8005 (Window Configurations): Minor change.
8006
8007 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
8008
8009 * streams.texi (Output Variables): Add print-continuous-numbering
8010 and print-number-table.
8011
8012 * processes.texi (Decoding Output): New node.
8013
8014 * os.texi (Time Conversion): decode-time arg is optional.
8015
8016 * objects.texi (Character Type): Don't use space as example for \.
8017 Make list of char names and \-sequences correspond.
8018 Explain that \s is not used in strings. `\ ' needs space after.
8019
8020 * nonascii.texi (Converting Representations): Add string-to-multibyte.
8021 (Translation of Characters): Add translation-table-for-input.
8022 (Default Coding Systems): Add auto-coding-functions.
8023 (Explicit Encoding): Add decode-coding-inserted-region.
8024 (Locales): Add locale-info.
8025
8026 * minibuf.texi (Basic Completion): Describe test-completion.
8027 Collections can be lists of strings.
8028 Clean up lazy-completion-table.
8029 (Programmed Completion): Mention test-completion.
8030 Clarify why lambda expressions are not accepted.
8031 (Minibuffer Misc): Describe minibufferp.
8032
80332003-07-14 Richard M. Stallman <rms@gnu.org>
8034
8035 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
8036
8037 * windows.texi (Selecting Windows): New arg to select-window.
8038 (Selecting Windows): Add with-selected-window.
8039 (Size of Window): Add window-inside-edges, etc.
8040
8041 * internals.texi (Garbage Collection): Add post-gc-hook.
8042
8043 * processes.texi (Subprocess Creation): Add exec-suffixes.
8044
8045 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
8046 (Scanning Keymaps): Add map-keymaps.
8047 (Defining Menus): Add keymap-prompt.
8048
8049 * numbers.texi (Integer Basics): Add most-positive-fixnum,
8050 most-negative-fixnum.
8051
c4cc8b9a 8052 * compile.texi (Byte Compilation): Explain no-byte-compile.
b8d4c8d0
GM
8053 (Compiler Errors): New node.
8054
8055 * os.texi (User Identification): user-uid, user-real-uid
8056 can return float.
8057
8058 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
8059 and about derived modes.
8060 (Minor Modes): Add minor-mode-list.
8061 (Defining Minor Modes): Keyword args for define-minor-mode.
8062 (Search-based Fontification): Explain managing other properties.
8063 (Other Font Lock Variables): Add font-lock-extra-managed-props.
183080b6 8064 (Faces for Font Lock): Add font-lock-preprocessor-face.
b8d4c8d0
GM
8065 (Hooks): Add run-mode-hooks and delay-mode-hooks.
8066
8067 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
8068 (Variable Aliases): Clarify defvaralias.
8069
8070 * loading.texi (Library Search): Add load-suffixes.
8071
8072 * minibuf.texi (Basic Completion): Add lazy-completion-table.
8073 (Programmed Completion): Add dynamic-completion-table.
8074
8075 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
8076 (Magic File Names): Specify precedence order of handlers.
8077
8078 * commands.texi (Command Overview): Emacs server runs pre-command-hook
8079 and post-command-hook.
8080 (Waiting): New calling convention for sit-for.
8081
8082 * text.texi (Special Properties): local-map and keymap properties
8083 apply based on their stickiness.
8084
80852003-07-07 Richard M. Stallman <rms@gnu.org>
8086
8087 * modes.texi (Minor Mode Conventions): Specify only some kinds
8088 of list values as args to minor modes.
8089
8090 * files.texi (File Name Expansion): Warn about iterative use
8091 of substitute-in-file-name.
8092
8093 * advice.texi (Activation of Advice): Clean up previous change.
8094
80952003-07-06 Markus Rost <rost@math.ohio-state.edu>
8096
8097 * advice.texi (Activation of Advice): Note that ad-start-advice is
8098 turned on by default.
8099
81002003-06-30 Richard M. Stallman <rms@gnu.org>
8101
8102 * text.texi (Buffer Contents): Document current-word.
8103 (Change Hooks): Not called for *Messages*.
8104
8105 * functions.texi (Defining Functions): Explain about redefining
8106 primitives.
8107 (Function Safety): Renamed. Minor changes.
8108 Comment out the detailed criteria for what is safe.
8109
81102003-06-22 Andreas Schwab <schwab@suse.de>
8111
8112 * objects.texi (Symbol Type): Fix description of examples.
8113
81142003-06-16 Andreas Schwab <schwab@suse.de>
8115
8116 * hash.texi (Creating Hash): Fix description of :weakness.
8117
c8763fb6 81182003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
b8d4c8d0
GM
8119
8120 * files.texi (Changing Files): copy-file copies file modes, too.
8121
81222003-05-28 Richard M. Stallman <rms@gnu.org>
8123
8124 * strings.texi (Creating Strings): Clarify split-string.
8125
81262003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
8127
8128 * strings.texi (Creating Strings): Update split-string specification
8129 and examples.
8130
81312003-05-19 Richard M. Stallman <rms@gnu.org>
8132
8133 * elisp.texi: Correct invariant section names.
8134
81352003-04-20 Richard M. Stallman <rms@gnu.org>
8136
8137 * os.texi (Timers): Explain about timers and quitting.
8138
81392003-04-19 Richard M. Stallman <rms@gnu.org>
8140
8141 * internals.texi (Writing Emacs Primitives): Strings are
8142 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
8143 Explain GCPRO convention for varargs function args.
8144
81452003-04-16 Richard M. Stallman <rms@gnu.org>
8146
8147 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
8148
81492003-04-08 Richard M. Stallman <rms@gnu.org>
8150
8151 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
8152
81532003-02-13 Kim F. Storm <storm@cua.dk>
8154
8155 * objects.texi (Character Type): New \s escape for space.
8156
81572003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
8158
8159 * os.texi (System Environment): Added cygwin system-type.
8160
81612003-01-25 Richard M. Stallman <rms@gnu.org>
8162
8163 * keymaps.texi: Document that a symbol can act as a keymap.
8164
81652003-01-13 Richard M. Stallman <rms@gnu.org>
8166
8167 * text.texi (Changing Properties): Say string indices are origin-0.
8168
8169 * positions.texi (Screen Lines) <compute-motion>:
8170 Correct order of elts in return value.
8171
8172 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
8173 how to define a default binding.
8174
81752002-12-07 Markus Rost <rost@math.ohio-state.edu>
8176
8177 * loading.texi (Unloading): Fix recent change for load-history.
8178
8179 * customize.texi (Simple Types): Clarify description of custom
8180 type 'number. Describe new custom type 'float.
8181
81822002-12-04 Markus Rost <rost@math.ohio-state.edu>
8183
8184 * variables.texi (File Local Variables): Fix typo.
8185
c8763fb6 81862002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
b8d4c8d0
GM
8187
8188 From Michael Albinus <Michael.Albinus@alcatel.de>.
8189
8190 * README: Target for Info file is `make info'.
8191
8192 * files.texi (File Name Components): Fixed typos in
8193 `file-name-sans-extension'.
8194 (Magic File Names): Complete list of operations for magic file
8195 name handlers.
8196
81972002-09-16 Jonathan Yavner <jyavner@engineer.com>
8198
8199 * variables.texi (File Local Variables): New function
8200 risky-local-variable-p.
8201
82022002-09-15 Jonathan Yavner <jyavner@engineer.com>
8203
8204 * functions.texi (Function safety): New node about unsafep.
8205
82062002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
8207
8208 * customize.texi (Splicing into Lists): Fixed example.
a86cd395 8209 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
b8d4c8d0
GM
8210
82112002-06-17 Juanma Barranquero <lektu@terra.es>
8212
8213 * frames.texi (Display Feature Testing): Fix typo.
8214
82152002-06-12 Andreas Schwab <schwab@suse.de>
8216
8217 * frames.texi (Initial Parameters, Resources): Fix references to
8218 the Emacs manual.
8219
82202002-05-13 Kim F. Storm <storm@cua.dk>
8221
8222 * variables.texi (Intro to Buffer-Local): Updated warning and
8223 example relating to changing buffer inside let.
8224
c8763fb6 82252002-03-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
8226
8227 * os.texi (Session Management): New node about X Session management.
8228
82292002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
8230
8231 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
8232 to which the manual corresponds, and the copyright years.
8233
8234 * Makefile.in (VERSION): Set to 2.9.
8235
82362001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
8237
8238 * elisp.texi: Change the category in @dircategory to "Emacs", to
8239 make it consistent with info/dir.
8240
82412001-11-25 Miles Bader <miles@gnu.org>
8242
8243 * text.texi (Fields): Describe new `limit' arg in
8244 field-beginning/field-end.
8245
82462001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
8247
8248 * permute-index: Don't depend on csh-specific features. Replace
8249 the interpreter name with /bin/sh.
8250
8251 * two-volume-cross-refs.txt: New file.
8252 * two.el: New file.
8253 * spellfile: New file.
8254
82552001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
8256
8257 * permute-index: New file.
8258
8259 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
8260 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
8261 8+3 restricted namespace.
8262
8263 * Makefile.in (infodir): Define relative to $(srcdir).
8264 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
8265 include directories list via -I switch to makeinfo.
8266 (index.texi): Use cp if both hard and symbolic links fail.
8267
82682001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
8269
8270 * Makefile.in (distclean): Add.
8271
8272 The following changes make ELisp manual part of the Emacs
8273 distribution:
8274
8275 * Makefile.in: Add Copyright notice.
8276 (prefix): Remove.
8277 (infodir): Change value to "../info".
8278 (VPATH): New variable.
8279 (MAKE): Don't define.
8280 (texmacrodir): Don't define.
8281 (texinputdir): Append the existing value of TEXINPUTS.
8282 ($(infodir)/elisp): Instead of just "elisp". Reformat the
8283 command to be compatible with man/Makefile.in, and to put the
8284 output into ../info.
8285 (info): Add target.
8286 (installall): Target removed.
8287
c8763fb6 82882001-10-31 Pavel Janík <Pavel@Janik.cz>
b8d4c8d0
GM
8289
8290 * tips.texi (Coding Conventions): Fix typo.
8291
82922001-10-23 Gerd Moellmann <gerd@gnu.org>
8293
8294 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
8295
82962001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
8297
8298 * files.texi (File Name Components): Update the description of
8299 file-name-sans-extension and file-name-extension, as they now
8300 ignore leading dots.
8301
83022001-10-20 Gerd Moellmann <gerd@gnu.org>
8303
8304 * (Version 21.1 released.)
8305
83062001-10-19 Miles Bader <miles@gnu.org>
8307
8308 * positions.texi (Text Lines): Describe behavior of
8309 `beginning-of-line'/`end-of-line' in the presence of field properties.
8310
83112001-10-17 Gerd Moellmann <gerd@gnu.org>
8312
8313 * Makefile.in (VERSION): Set to 2.8.
8314 (manual): Use `manual-21'.
8315
8316 * elisp.texi (VERSION): Add and use it where the version
8317 number was used. Set it to 2.8.
8318
8319 * intro.texi: Likewise.
8320
83212001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
8322
8323 * files.texi (File Name Completion): Document the significance of
8324 a trailing slash in elements of completion-ignored-extensions.
8325
83262001-10-06 Miles Bader <miles@gnu.org>
8327
8328 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
8329
83302001-10-04 Gerd Moellmann <gerd@gnu.org>
8331
8332 * variables.texi (Variable Aliases): New node.
8333
83342001-10-04 Gerd Moellmann <gerd@gnu.org>
8335
8336 * Branch for 21.1.
8337
83382001-10-02 Miles Bader <miles@gnu.org>
8339
8340 * minibuf.texi (Minibuffer Misc): Add entries for
8341 `minibuffer-contents', `minibuffer-contents-no-properties', and
8342 `delete-minibuffer-contents'.
8343 Correct description for `minibuffer-prompt-end'.
8344
8345 * text.texi (Property Search): Correct descriptions of
8346 `next-char-property-change' and `previous-char-property-change'.
8347 Add entries for `next-single-char-property-change' and
8348 `previous-single-char-property-change'.
8349 Make operand names a bit more consistent.
8350
83512001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
8352
8353 * frames.texi (Finding All Frames): Document that next-frame and
8354 previous-frame are local to current terminal.
8355
83562001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
8357
8358 * keymaps.texi (Creating Keymaps): Fix the description of the
8359 result of make-keymap.
8360
83612001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
8362
8363 * display.texi (Font Lookup, Attribute Functions)
8364 (Image Descriptors): Add cross-references to the definition of
8365 selected frame.
8366
8367 * buffers.texi (The Buffer List): Add cross-references to the
8368 definition of selected frame.
8369
8370 * frames.texi (Input Focus): Clarify which frame is _the_ selected
8371 frame at any given time.
8372 (Multiple Displays, Size and Position): Add a cross-reference to
8373 the definition of the selected frame.
8374
83752001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
8376
8377 * strings.texi (String Conversion) <string-to-number>: Document
8378 that a float is returned for integers that are too large.
8379
8380 * frames.texi (Mouse Position): Document mouse-position-function.
8381 (Display Feature Testing): Document display-images-p.
8382 (Window Frame Parameters): Document the cursor-type variable.
8383
8384 * numbers.texi (Integer Basics): Document CL style read syntax for
8385 integers in bases other than 10.
8386
8387 * positions.texi (List Motion): Document
8388 open-paren-in-column-0-is-defun-start.
8389
8390 * lists.texi (Sets And Lists): Document member-ignore-case.
8391
8392 * internals.texi (Garbage Collection): Document the used and free
8393 strings report.
8394 (Memory Usage): Document strings-consed.
8395
8396 * os.texi (Time of Day): Document float-time.
8397 (Recording Input): Document that clear-this-command-keys clears
8398 the vector to be returned by recent-keys.
8399
8400 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
8401 argument keymap can be a list.
8402
8403 * nonascii.texi (User-Chosen Coding Systems)
8404 <select-safe-coding-system>: Document the new argument
8405 accept-default-p and the variable
8406 select-safe-coding-system-accept-default-p. Tell what happens if
8407 buffer-file-coding-system is undecided.
8408 (Default Coding Systems): Document auto-coding-regexp-alist.
8409
8410 * display.texi (The Echo Area) <message>: Document
8411 message-truncate-lines.
8412 (Glyphs): Document that the glyph table is unused on windowed
8413 displays.
8414
8415 * help.texi (Describing Characters) <single-key-description>:
8416 Document the new argument no-angles.
8417 (Accessing Documentation) <documentation-property>: Document that
8418 a non-string property is evaluated.
8419 <documentation>: Document that the function-documentation property
8420 is looked for.
8421
8422 * windows.texi (Selecting Windows): Document some-window.
8423
8424 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
8425
8426 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
8427 apropos-mode-hook.
8428
8429 * commands.texi (Using Interactive): Document interactive-form.
8430 (Keyboard Macros): Document kbd-macro-termination-hook.
8431 (Command Loop Info): Document that clear-this-command-keys clears
8432 the vector to be returned by recent-keys.
8433
84342001-09-04 Werner LEMBERG <wl@gnu.org>
8435
8436 * Makefile.in (srcdir, texinputdir): New variables.
8437 (srcs, index.texi, install): Use $(srcdir).
8438 (.PHONY): Remove elisp.dvi.
8439 (elisp): Use -I switch for makeinfo.
8440 (elisp.dvi): Use $(srcdir) and $(texinputdir).
8441 (installall, dist): Use $(srcdir).
8442 Fix path to texinfo.tex.
8443 (maintainer-clean): Add elisp.dvi and elisp.oaux.
8444
84452001-08-30 Gerd Moellmann <gerd@gnu.org>
8446
8447 * display.texi (Conditional Display): Adjust to API change.
8448
8449 * configure: New file.
8450
84512001-07-30 Gerd Moellmann <gerd@gnu.org>
8452
8453 * commands.texi (Repeat Events): Add description of
8454 double-click-fuzz.
8455
84562001-05-08 Stefan Monnier <monnier@cs.yale.edu>
8457
8458 * syntax.texi (Syntax Class Table): Add the missing designator for
8459 comment and string fences.
8460 (Syntax Properties): Add a xref to syntax table internals.
8461 (Syntax Table Internals): Document string-to-syntax.
8462
84632001-05-07 Gerd Moellmann <gerd@gnu.org>
8464
8465 * Makefile.in (install): Use install-info command line options
8466 like in Emacs' Makefile.in.
8467
84682000-12-09 Miles Bader <miles@gnu.org>
8469
8470 * windows.texi (Window Start): Update documentation for
8471 `pos-visible-in-window-p'.
8472
84732000-11-12 Stefan Monnier <monnier@cs.yale.edu>
8474
8475 * lists.texi (Building Lists): Add footnote to explain how to add
8476 to the end of a list.
8477
84782000-10-25 Gerd Moellmann <gerd@gnu.org>
8479
8480 * files.texi (Visiting Functions): Typos.
8481
84822000-10-25 Kenichi Handa <handa@etl.go.jp>
8483
8484 * files.texi (Visiting Functions): Return value of
8485 find-file-noselect may be a list of buffers if wildcards are used.
8486
84872000-10-24 Miles Bader <miles@lsi.nec.co.jp>
8488
8489 * display.texi (Defining Faces): Document `graphic' display type
8490 in face specs.
8491
b344d29d 84922000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b8d4c8d0
GM
8493
8494 * hooks.texi (Standard Hooks): Replace obsolete
8495 `after-make-frame-hook' with `after-make-frame-functions'.
8496
8497 * frames.texi (Creating Frames): Ditto.
8498
8499 * variables.texi (Future Local Variables): Ditto.
8500
85012000-10-16 Gerd Moellmann <gerd@gnu.org>
8502
8503 * display.texi (Other Image Types): Add description of :foreground
8504 and :background properties of mono PBM images.
8505
85062000-08-17 Werner LEMBERG <wl@gnu.org>
8507
8508 * .cvsignore: New file.
8509
85102000-01-05 Gerd Moellmann <gerd@gnu.org>
8511
8512 * tindex.pl: New script.
8513
85141999-12-03 Dave Love <fx@gnu.org>
8515
8516 * Makefile.in (MAKEINFO): New parameter.
8517
85181999-09-17 Richard Stallman <rms@gnu.org>
8519
8520 * Makefile.in (srcs): Add hash.texi.
8521 (VERSION): Update to 20.6.
8522
85231999-09-13 Richard Stallman <rms@gnu.org>
8524
8525 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
8526
85271998-08-29 Karl Heuer <kwzh@gnu.org>
8528
8529 * configure.in: New file.
8530 * Makefile.in: Renamed from Makefile.
8531 (prefix, infodir): Use value obtained from configure.
8532 (emacslibdir): Obsolete variable deleted.
8533 (dist): Distribute configure.in, configure, Makefile.in.
8534
85351998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
8536
8537 * Makefile (INSTALL_INFO): New variable.
8538 (install): Run install-info.
8539
85401998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
8541
8542 * Makefile (elisp.dvi): Add missing backslash.
8543
85441998-05-02 Richard Stallman <rms@psilocin.gnu.org>
8545
8546 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
8547 Run texindex without `./'. Always run texindex on elisp.tp.
8548 (elisp.tps): Target deleted.
8549
85501998-04-05 Richard Stallman <rms@psilocin.gnu.org>
8551
8552 * Makefile (srcs): Add nonascii.texi and customize.texi.
8553 (dist): Start by deleting `temp'.
8554
85551998-02-17 Richard Stallman <rms@psilocin.gnu.org>
8556
8557 * Makefile (makeinfo, texindex): Targets deleted.
8558 (makeinfo.o, texindex.o): Targets deleted.
8559 (clean, dist): Don't do anything with them or with getopt*.
8560
85611998-01-30 Richard Stallman <rms@psilocin.gnu.org>
8562
8563 * Makefile (SHELL): Defined.
8564
85651998-01-27 Richard Stallman <rms@psilocin.gnu.org>
8566
8567 * Makefile (elisp.tps): New target.
8568 (elisp.dvi): Depend on elisp.tps.
8569
c5602427 85701996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
b8d4c8d0
GM
8571
8572 * README: Update phone number.
8573
8574 * Makefile (elisp): Make this be the default target.
8575 Depend on makeinfo.c instead of makeinfo.
8576 (install): Don't depend on elisp.dvi, since we don't install that.
8577 Use mkinstalldirs.
8578 (dist): Add mkinstalldirs.
8579
c5602427 85801995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
b8d4c8d0
GM
8581
8582 * Makefile (VERSION): Update version number.
8583 (maintainer-clean): Renamed from realclean.
8584
c5602427 85851995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
b8d4c8d0
GM
8586
8587 * Makefile (realclean): New target.
8588 (elisp): Remove any old elisp-* files first.
8589
c5602427 85901993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
b8d4c8d0
GM
8591
8592 * Makefile (VERSION): New variable.
8593 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
8594 Compressed file suffix should be `.gz', not `.z'.
8595
ce058493 85961993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
8597
8598 * Makefile (elisp): Depend on makeinfo.
8599
c5602427 86001993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
b8d4c8d0
GM
8601
8602 * Makefile (srcs): Add anti.texi.
8603
c5602427 86041993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
8605
8606 * Makefile (infodir, prefix): New vars.
8607 (install): Use infodir.
8608 (emacsinfodir): Deleted.
8609
c5602427 86101993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
8611
8612 * Makefile (srcs): Add calendar.texi.
8613
8614 * Makefile (dist): Copy texindex.c and makeinfo.c.
8615 Limit elisp-* files to those with one or two digits.
8616
c5602427 86171993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
8618
8619 * Makefile (dist): Changed to use Gzip instead of compress.
8620
c5602427 86211993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
8622
8623 * loading.texi (Unloading): define-function changed back to
8624 defalias. It may not stay this way, but at least it's
8625 consistent with the known-good version of the code patch.
8626
c5602427 86271993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
b8d4c8d0
GM
8628
8629 * modes.texi (Hooks): Document new optional arg of add-hook.
8630
c5602427 86311993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
8632
8633 * variables.texi: Document nil initial value of buffer-local variables.
8634
8635 * tips.texi: Add new section on standard library headers.
8636
c5602427 86371993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
8638
8639 * Makefile (srcs): Add frame.texi to the list of sources.
8640
c5602427 86411993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
8642
8643 * Makefile (dist): Don't bother excluding autosave files; they'll
8644 never make it into the temp directory anyway, and the hash marks
8645 in the name are problematic for make and the Bourne shell.
8646 (srcs):
8647
c5602427 86481993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
8649
8650 * Makefile (dist): Don't include backup files or autosave files in
8651 the distribution tar file.
8652
c5602427 86531991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
8654
8655 * Makefile (srcs): Added index.perm.
8656 (elisp.dvi): Remove erroneous shell comment.
8657 Expect output of permute-index in permuted.fns.
8658 Save old elisp.aux in elisp.oaux.
8659 (clean): Added index.texi to be deleted.
8660
c5602427 86611990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
8662
8663 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
8664
c5602427 86651990-06-26 David Lawrence (tale@geech)
b8d4c8d0
GM
8666
8667 * files.texi: Noted that completion-ignored-extensions is ignored
8668 when making *Completions*.
8669
3e868ee3 86701990-06-08 Jay Fenlason (hack@ai.mit.edu)
b8d4c8d0
GM
8671
8672 * Makefile make dist now depends on elisp.dvi, since it tries
8673 to include it in the dist file.
8674
c5602427 86751990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
b8d4c8d0 8676
c5602427 8677 * functions.texinfo (Mapping Functions): Add missing quote.
b8d4c8d0 8678
c5602427 86791989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
8680
8681 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
8682 (defunargs): Turn off \hyphenchar of \sl font temporarily.
8683
c5602427 86841989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
8685
8686 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
8687 and @error{} are the terms now being used. The files in the
8688 directory have been changed to reflect this.
8689
8690 * All instances of @indentedresultt{} have been changed to
8691 ` @result{}', using 5 spaces at the begining of the line.
8692
c5602427 86931989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
8694
8695 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
8696 experimental @indentedresult{}, @indentedexpandsto{} are part of
8697 the texinfo.tex in this directory. These TeX macros are not
8698 stable yet.
8699
c5602427 87001989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
8701
8702 * texinfo.tex: Temporarily added
8703 \let\result=\dblarrow
8704 \def\error{{\it ERROR} \longdblarrow}
8705 We need to do this better soon.
8706
c5602427 87071989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
8708
8709 * Applied Karl Berry's patches to *.texinfo files, but not to
8710 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
8711 new title page format is also not applied, since it requires
8712 texinfo.tex changes.)
8713
8714 * Cleaned up `Makefile' and defined the `emacslibdir' directory
8715 for the Project GNU development environment.
8716
8717;; Local Variables:
c8763fb6 8718;; coding: utf-8
b8d4c8d0
GM
8719;; End:
8720
17ca7950
GM
8721 Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
8722 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
b8d4c8d0
GM
8723
8724 This file is part of GNU Emacs.
8725
352c8b4a 8726 GNU Emacs is free software: you can redistribute it and/or modify
b8d4c8d0 8727 it under the terms of the GNU General Public License as published by
352c8b4a
GM
8728 the Free Software Foundation, either version 3 of the License, or
8729 (at your option) any later version.
b8d4c8d0
GM
8730
8731 GNU Emacs is distributed in the hope that it will be useful,
8732 but WITHOUT ANY WARRANTY; without even the implied warranty of
8733 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8734 GNU General Public License for more details.
8735
8736 You should have received a copy of the GNU General Public License
352c8b4a 8737 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.