sieve-manage.el: Add authenticate function.
[bpt/emacs.git] / doc / lispref / ChangeLog
CommitLineData
4c83f6e1
GM
12010-10-06 Glenn Morris <rgm@gnu.org>
2
3 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
4 (INSTALL_INFO): Remove unused variable.
5 (mostlyclean, infoclean, dist): New rules.
6 (clean): Delete dvi and pdf files.
7 (maintainer-clean): Remove elisp.oaux, use infoclean.
8a944cea 8 ($(infodir)): Add parallel build workaround.
4c83f6e1 9
0264072d
GM
102010-10-04 Glenn Morris <rgm@gnu.org>
11
12 * Makefile.in (dvi, pdf, $(infodir)): New targets.
13 ($(infodir)/elisp): Ensure target directory exists. Use $@.
8cce34d0 14 Fix -I typo.
0264072d
GM
15 (clean): No 'make.out' or 'core' files.
16 (.PHONY): Declare clean rules.
17 (maintainer-clean): Delete pdf file. Guard against cd failures.
18
77f38949
GM
192010-10-03 Glenn Morris <rgm@gnu.org>
20
21 * files.texi (File Name Components): Remove ignored section about
22 deleted variable directory-sep-char.
23
178fdd41
MA
242010-10-03 Michael Albinus <michael.albinus@gmx.de>
25
26 * files.texi (Magic File Names): New defopt
27 remote-file-name-inhibit-cache.
28
9c524fcb
GM
292010-10-02 Glenn Morris <rgm@gnu.org>
30
31 * os.texi (Killing Emacs): Hook now runs in batch mode.
32
f816790b
SM
332010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
34
35 * text.texi (Special Properties): Clarify when modification-hooks run.
36
7cf78aac
SM
372010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
38
39 * syntax.texi (Syntax Flags): Document new `c' flag.
40
ca0d44e4
GM
412010-09-09 Glenn Morris <rgm@gnu.org>
42
43 * display.texi (ImageMagick Images): General cleanup.
44
10999305 452010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
46
47 * files.texi (Directory Names): Use \` rather than ^.
48
45240125
JD
492010-09-02 Jan Djärv <jan.h.d@swipnet.se>
50
51 * text.texi (Low-Level Kill Ring):
52 * frames.texi (Window System Selections): Remove cut buffer
53 documentation.
54
4abe5bf6
EZ
552010-08-28 Eli Zaretskii <eliz@gnu.org>
56
57 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
58 Parameters", where the default fringe width is described.
59
60 * frames.texi (Window Frame Parameters, Basic Parameters)
61 (Position Parameters, Layout Parameters, Management Parameters)
62 (Cursor Parameters, Font and Color Parameters): Add indexing for
63 frame parameters. (Bug#6929)
64
fdc76236
TT
652010-08-25 Tom Tromey <tromey@redhat.com>
66
67 * vol2.texi (Top): Update.
68 * vol1.texi (Top): Update.
69 * tips.texi (Library Headers): Mention Package-Version and
70 Package-Requires.
71 * package.texi: New file.
72 * os.texi (System Interface): Update pointers.
73 * elisp.texi (Top): Link to new nodes. Include package.texi.
74 * anti.texi (Antinews): Update pointers.
75
1e5c1c80
EZ
762010-08-25 Eli Zaretskii <eliz@gnu.org>
77
78 * processes.texi (Filter Functions): Fix last change.
79
78e33835
CY
802010-08-24 Markus Triska <triska@gmx.at>
81
82 * processes.texi (Filter Functions): Use `buffer-live-p' instead
83 of `buffer-name' in the main text as well as in the example
84 (Bug#3098).
85
198a7a97
CY
862010-08-22 Chong Yidong <cyd@stupidchicken.com>
87
88 * nonascii.texi (Text Representations):
89 * loading.texi (Loading Non-ASCII):
90 * compile.texi (Byte Compilation): Don't mention obsolete
91 --unibyte command-line argument.
92
bc7d7ea6
CY
932010-08-22 Chong Yidong <cyd@stupidchicken.com>
94
95 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
96
b0126eac 972010-08-22 Chong Yidong <cyd@stupidchicken.com>
96b1842d
CY
98
99 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
100
e8a6cc19
EZ
1012010-08-20 Eli Zaretskii <eliz@gnu.org>
102
103 * commands.texi (Misc Events): Add cross-references to where
104 POSITION of a mouse event is described in detail.
105
7815fe19 1062010-08-08 Christoph <cschol2112@googlemail.com>
ee301a7a
SM
107
108 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
109
7815fe19 1102010-08-08 Juanma Barranquero <lekktu@gmail.com>
e8bf5266
JB
111
112 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
113 Suggested by Štěpán Němec <stepnem@gmail.com>.
114
7815fe19 1152010-08-08 Juanma Barranquero <lekktu@gmail.com>
b4f588fa
JB
116
117 * minibuf.texi (High-Level Completion): Document args of
118 `read-buffer-function' (bug#5625).
119
8b2dd508
JD
1202010-07-29 Jan Djärv <jan.h.d@swipnet.se>
121
122 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
123
bace45fe
MA
1242010-07-29 Michael Albinus <michael.albinus@gmx.de>
125
126 * processes.texi (Process Information): Explain process property
127 `remote-tty'.
128
4ce5a4cc
JB
1292010-07-27 Juanma Barranquero <lekktu@gmail.com>
130
131 * modes.texi (Defining Minor Modes): Use C-delete in examples,
132 instead of "\C-\^?" (bug#6334).
133
1c84bc7a
JB
134 * text.texi (Special Properties): Fix typo.
135
b88746ba
EZ
1362010-07-09 Eli Zaretskii <eliz@gnu.org>
137
138 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
139 calling sequences, which are now the standard.
140
51422d6d
CY
1412010-06-24 Chong Yidong <cyd@stupidchicken.com>
142
143 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
144
145 * commands.texi (Command Overview): Mention undo-boundary call.
146
d24880de
GM
1472010-06-23 Glenn Morris <rgm@gnu.org>
148
149 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
150 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
151 * frames.texi, functions.texi, internals.texi, keymaps.texi:
152 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
153 * searching.texi, sequences.texi, strings.texi, syntax.texi:
154 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
155 Untabify Texinfo files.
156
0fc76035
CY
1572010-06-20 Chong Yidong <cyd@stupidchicken.com>
158
159 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
160
5338dc0b
CY
1612010-06-19 Chong Yidong <cyd@stupidchicken.com>
162
a628ad9d 163 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
5338dc0b 164
2c3a3c1d
CY
1652010-06-02 Chong Yidong <cyd@stupidchicken.com>
166
ba3bf1d9
CY
167 * searching.texi (Regexp Special): Remove obsolete information
168 about matching non-ASCII characters, and suggest using char
169 classes (Bug#6283).
2c3a3c1d 170
7f4b4249
JB
1712010-05-30 Juanma Barranquero <lekktu@gmail.com>
172
173 * minibuf.texi (Basic Completion): Add missing "@end defun".
174
637821cd
SM
1752010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
176
177 * minibuf.texi (Basic Completion): Document completion-boundaries.
178 (Programmed Completion): Document the new fourth method for boundaries.
179
e13051c3
CY
1802010-05-22 Chong Yidong <cyd@stupidchicken.com>
181
a628ad9d 182 * display.texi (Image Cache): Update documentation about image caching.
e13051c3 183
0235128c 1842010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
185
186 * windows.texi (Textual Scrolling):
187 * tips.texi (Coding Conventions):
188 * minibuf.texi (Minibuffer History):
189 * maps.texi (Standard Keymaps):
190 * loading.texi (Where Defined):
191 * edebug.texi (Instrumenting): Fix typos.
192
0235128c 1932010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549 194
c7c32279
CY
195 * keymaps.texi (Menu Bar): Document :advertised-binding property.
196
0235128c
SM
197 * functions.texi (Obsolete Functions):
198 Document set-advertised-calling-convention.
eb5ed549
CY
199
200 * minibuf.texi (Basic Completion): Document completion-in-region.
201 (Programmed Completion): Document completion-annotate-function.
202
203 * commands.texi (Reading One Event): Document read-key.
204 (Distinguish Interactive): Document KIND arg to
205 called-interactively-p. Delete obsolete interactive-p.
206
207 * elisp.texi (Top): Update node description.
208
f8848423
EZ
2092010-05-08 Eli Zaretskii <eliz@gnu.org>
210
0235128c
SM
211 * nonascii.texi (Character Properties):
212 Document unicode-category-table. Add an index entry for Unicode
213 general category.
214
2152010-05-07 Chong Yidong <cyd@stupidchicken.com>
216
217 * Version 23.2 released.
f8848423 218
938efb77
JB
2192010-04-20 Juanma Barranquero <lekktu@gmail.com>
220
221 * locals.texi (Standard Buffer-Local Variables):
222 Remove @ignore'd reference to `direction-reversed'.
223
5854c267
JL
2242010-04-14 Juri Linkov <juri@jurta.org>
225
226 Fix @deffn without category.
227
228 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
229 for `abbrev-insert'.
230
231 * buffers.texi (Indirect Buffers): Add category `Command'
232 to @deffn of `clone-indirect-buffer'.
233
234 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
235 for `next-window' and `previous-window'. Add category `Command'
236 to @deffn of `pop-to-buffer'.
237
8a14dec7
CY
2382010-04-01 Chong Yidong <cyd@stupidchicken.com>
239
240 * nonascii.texi (Text Representations): Don't mark
241 enable-multibyte-characters as a user option.
242
7a1831cf
EZ
2432010-03-31 Eli Zaretskii <eliz@gnu.org>
244
245 * control.texi (Handling Errors): How to re-throw a signal caught
246 by condition-case.
247
c3863713
CY
2482010-03-26 Chong Yidong <cyd@stupidchicken.com>
249
250 * loading.texi (Hooks for Loading): Document after-load-functions.
251 Copyedits.
252
c333f279
AM
2532010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
254
255 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
256
e867cb5d 2572010-03-24 Chong Yidong <cyd@stupidchicken.com>
f7704e26
CY
258
259 * processes.texi (Network Processes): Document seqpacket type.
260
605f35cd
DN
2612010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
262
263 * os.texi (System Environment): Do not mention lynxos.
264
288f9fc0
CY
2652010-03-10 Chong Yidong <cyd@stupidchicken.com>
266
267 * Branch for 23.2.
268
eed5c93a
CY
2692010-03-06 Chong Yidong <cyd@stupidchicken.com>
270
271 * objects.texi (Integer Type): Take note of the read syntax
272 exception for numbers that cannot fit in the integer type.
273
1ddd6622
GM
2742010-03-03 Glenn Morris <rgm@gnu.org>
275
276 * numbers.texi (Integer Basics, Bitwise Operations):
277 * objects.texi (Integer Type): Update for integers now being 30-bit.
278
a908c79a
CY
2792010-02-27 Chong Yidong <cyd@stupidchicken.com>
280
281 * display.texi (Low-Level Font): Document :otf font-spec property.
282
cd61af01
SM
2832010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
284
285 * display.texi (Line Height): Avoid obsolete special default variables
286 like default-major-mode.
287
c02f8fe2
AM
2882010-01-28 Alan Mackenzie <acm@muc.de>
289
290 * display.texi (Auto Faces): Say fontification-functions is called
291 whether or not Font Lock is enabled. Tidy up the wording a bit.
292
d738d18b
CY
2932010-01-17 Chong Yidong <cyd@stupidchicken.com>
294
295 * elisp.texi: Remove duplicate edition information (Bug#5407).
296
4963739e
JB
2972010-01-17 Juanma Barranquero <lekktu@gmail.com>
298
299 * two.el (volume-header-toc-markup): Fix typos in docstring.
300
c57008f6
SM
3012010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
302
303 Avoid dubious uses of save-excursions.
304 * positions.texi (Excursions): Recommend the use of
305 save-current-buffer if applicable.
306 * text.texi (Clickable Text): Fix the example code which used
307 save-excursion in a naive way which sometimes preserves point and
308 sometimes not.
309 * variables.texi (Creating Buffer-Local):
310 * os.texi (Session Management):
311 * display.texi (GIF Images):
312 * control.texi (Cleanups): Use (save|with)-current-buffer.
313
2f3725cd
EZ
3142010-01-02 Eli Zaretskii <eliz@gnu.org>
315
316 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
317
85eeac93
CY
3182010-01-02 Chong Yidong <cyd@stupidchicken.com>
319
320 * nonascii.texi (Text Representations, Character Codes)
321 (Converting Representations, Explicit Encoding)
322 (Translation of Characters): Use hex notation consistently.
323 (Character Sets): Fix map-charset-chars doc (Bug#5197).
324
4801c5fa
CY
3252010-01-01 Chong Yidong <cyd@stupidchicken.com>
326
327 * loading.texi (Where Defined): Make it clearer that these are
328 loaded files (Bug#5068).
329
26e533e2
CY
3302009-12-29 Chong Yidong <cyd@stupidchicken.com>
331
332 * minibuf.texi (Completion Styles): Document `initials' style.
333
16d1ff5f
CY
3342009-12-25 Chong Yidong <cyd@stupidchicken.com>
335
336 * frames.texi (Resources): Describe inhibit-x-resources.
337 (Size Parameters): Copyedit.
338
339 * hash.texi (Creating Hash):
340 * objects.texi (Hash Table Type): Document the new hash table
341 printed representation.
342
343 * minibuf.texi (Basic Completion): 4th arg to all-completions is
344 obsolete.
345
346 * processes.texi (Process Buffers): Document
347 process-kill-buffer-query-function.
348
9a5de3d9
GM
3492009-12-05 Glenn Morris <rgm@gnu.org>
350
351 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
352 diary-display-function, and no longer recommended to be a hook.
353 Update for changes in the names of calendar and diary hooks.
354 diary-print-entries-hook has changed section.
355
b640eb52
EZ
3562009-11-28 Eli Zaretskii <eliz@gnu.org>
357
358 * text.texi (Special Properties): More accurate description of
359 what the `cursor' property does.
360
be1674ab
KR
3612009-11-26 Kevin Ryde <user42@zip.com.au>
362
363 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
364 mouse-wheel-down-event, the closest thing to a definition for them.
365 * os.texi (Startup Summary): vindex inhibit-startup-message and
366 inhibit-splash-screen.
367 (Command-Line Arguments): vindex argv.
368 (Suspending Emacs): vindex suspend-tty-functions and
369 resume-tty-functions. Don't want to index every hook, but having
370 the programming ones is helpful.
371
603f5979
CY
3722009-11-14 Chong Yidong <cyd@stupidchicken.com>
373
374 * commands.texi (Motion Events): Fix typo (Bug#4907).
375
4359a806
CY
3762009-11-08 Chong Yidong <cyd@stupidchicken.com>
377
378 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
379 are affected by case-fold-search (Bug#4483).
380
0f063651
CY
3812009-11-02 Chong Yidong <cyd@stupidchicken.com>
382
383 * minibuf.texi (Reading File Names): Note that read-file-name may
384 use a graphical file dialog.
385
9bd79893
GM
3862009-10-31 Glenn Morris <rgm@gnu.org>
387
388 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
389
ebe479ec
KR
3902009-10-16 Kevin Ryde <user42@zip.com.au>
391
392 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
393 in particular so `info-lookup-symbol' can find its docs.
394
2640fa86
CY
3952009-10-16 Chong Yidong <cyd@stupidchicken.com>
396
397 * variables.texi (Constant Variables): Distinguish from defconst
398 variables.
399 (Defining Variables): Add cindex.
400
edd6a733
CY
4012009-10-15 Chong Yidong <cyd@stupidchicken.com>
402
403 * os.texi (Time of Day): Clarify that the microsecond part is
404 ignored (Bug#4637).
405
5feb0b73
GM
4062009-10-11 Glenn Morris <rgm@gnu.org>
407
408 * frames.texi (Size and Position): Clarify what is included in the frame
409 height. (Bug#4535)
410
0c5413c8
GM
4112009-10-10 Glenn Morris <rgm@gnu.org>
412
413 * windows.texi (Size of Window): The relationship between window and
414 frame heights is not so simple. (Bug#4535)
415 Mention window-full-height-p.
416
7f8b600a
SM
4172009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
418
419 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
420 used from Lisp.
421
6185de1c
EZ
4222009-10-07 Eli Zaretskii <eliz@gnu.org>
423
7f8b600a
SM
424 * files.texi (Directory Names) <abbreviate-file-name>:
425 Document that root home directories are not replaced with "~".
6185de1c 426
9972911f
EZ
4272009-10-06 Eli Zaretskii <eliz@gnu.org>
428
429 * text.texi (Special Properties): Document the meaning of the
430 `cursor' text property whose value is an integer.
431
2a3f19ef
MA
4322009-10-05 Michael Albinus <michael.albinus@gmx.de>
433
434 * files.texi (Magic File Names): Add `copy-directory'.
435
804543b5
EZ
4362009-10-05 Eli Zaretskii <eliz@gnu.org>
437
438 * files.texi (File Attributes): Fix description of file
439 attributes. (Bug#4638) Update attributes of files.texi example to
440 be more representative.
441
461bf92b
MA
4422009-10-05 Michael Albinus <michael.albinus@gmx.de>
443
444 * files.texi (Create/Delete Dirs): New command copy-directory.
445
a86cd395
JB
4462009-10-04 Juanma Barranquero <lekktu@gmail.com>
447
448 * anti.texi (Antinews):
449 * macros.texi (Indenting Macros):
450 * strings.texi (Creating Strings, Case Conversion):
451 Remove duplicate words.
452
d3080264
MA
4532009-10-01 Michael Albinus <michael.albinus@gmx.de>
454
455 * files.texi (Create/Delete Dirs): delete-directory has an
456 optional parameter RECURSIVE.
457
85d14563
SM
4582009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
459
460 * buffers.texi (Swapping Text): Minor clarification.
461
3d9842c6
GM
4622009-10-01 Glenn Morris <rgm@gnu.org>
463
464 * functions.texi (Declaring Functions): Mention that we also search for
465 ".m" files in the src/ directory.
466
78427304
CY
4672009-09-25 David Engster <deng@randomsample.de>
468
3d9842c6 469 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
78427304 470
b578c9cc
GM
4712009-09-22 Glenn Morris <rgm@gnu.org>
472
473 * internals.texi (Building Emacs): Mention preloaded-file-list.
474
beee5da7
AM
4752009-09-14 Alan Mackenzie <acm@muc.de>
476
477 * os.texi (Terminal Output): Put "@code{}" around "stdout".
478
5d6ab672
CY
4792009-09-13 Chong Yidong <cyd@stupidchicken.com>
480
481 * functions.texi (Anonymous Functions): Rearrange discussion,
482 giving usage of unquoted lambda forms first. Mention that
483 `function' and `#'' are no longer required (Bug#4290).
484
59375eeb
AM
4852009-09-11 Alan Mackenzie <acm@muc.de>
486
a86cd395 487 * os.texi (Terminal Output): Document `send-string-to-terminal' in
59375eeb
AM
488 batch mode.
489
e7e2f529
GM
4902009-09-01 Glenn Morris <rgm@gnu.org>
491
492 * display.texi (Face Functions): Mention define-obsolete-face-alias.
493
eae47088
GM
4942009-08-26 Ulrich Mueller <ulm@gentoo.org>
495
496 * nonascii.texi (Character Codes): Fix typos.
497
3691a0a6
MA
4982009-08-25 Michael Albinus <michael.albinus@gmx.de>
499
500 * processes.texi (Synchronous Processes): New defvar
501 process-file-side-effects.
502
664d56b8
GM
5032009-08-25 Glenn Morris <rgm@gnu.org>
504
505 * display.texi (Fontsets): Fix typo.
506
0706c025
GM
507 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
508
03a74b84
SM
5092009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
510
511 * processes.texi (Asynchronous Processes): Adjust arglist of
512 start-process-shell-command and start-file-process-shell-command.
513
f6de8a37
CY
5142009-08-15 Chong Yidong <cyd@stupidchicken.com>
515
4b1ed1bb
CY
516 * advice.texi (Argument Access in Advice): Note that argument
517 positions are zero-based (Bug#3932).
518
89a9e058
CY
519 * commands.texi (Distinguish Interactive): Minor copyedit.
520
23696fd7
CY
521 * display.texi (Face Attributes): Add xref to Displaying Faces for
522 explanation of "underlying face".
523
f6de8a37
CY
524 * customize.texi (Common Keywords): Add xref to Loading.
525
526 * loading.texi (How Programs Do Loading): Add xref to Lisp
527 Libraries node in the Emacs manual.
528
417f77e6
CY
5292009-08-13 Chong Yidong <cyd@stupidchicken.com>
530
531 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
532
0999039c
CY
5332009-07-18 Chong Yidong <cyd@stupidchicken.com>
534
535 * processes.texi (Shell Arguments): Copyedits.
536
9af167bc
GM
5372009-07-18 Glenn Morris <rgm@gnu.org>
538
539 * loading.texi (Repeated Loading): Fix typo.
540
137987ab
RS
5412009-07-16 Richard Stallman <rms@gnu.org>
542
543 * buffers.texi (Swapping Text): Recommend setting
544 write-region-annotate-functions and buffer-saved-size.
545
546 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
547
622fa380
GM
5482009-07-15 Glenn Morris <rgm@gnu.org>
549
550 * edebug.texi: Minor re-phrasings throughout.
551 (Edebug Execution Modes): Sit-for affects continue mode too.
552 (Jumping): Use `forward-sexp' rather than its keybinding.
553 (Edebug Misc): Fix Q binding.
554 (Edebug Eval): Remove cl version.
555 (Printing in Edebug): Clarify print-length etc.
556 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
557 (Specification List): Remove edebug-unwrap findex entry.
558 (Specification Examples): defmacro is actually not the same as defun.
559 Escape "`" in example.
560
6bbd4600
CY
5612009-07-15 Chong Yidong <cyd@stupidchicken.com>
562
563 * markers.texi (The Mark): Document optional arg to
564 deactivate-mark.
565
e538d479
GM
5662009-07-11 Kevin Ryde <user42@zip.com.au>
567
568 * hooks.texi (Standard Hooks): Fix cross-references.
569
4c98b9ed
GM
570 * loading.texi (Named Features): Refer to eval-after-load.
571
5300838c
GM
5722009-07-11 Glenn Morris <rgm@gnu.org>
573
64fbeb16
GM
574 * Makefile.in (TEXI2PDF): New.
575 (elisp.pdf): New target.
576
4c98b9ed
GM
577 * searching.texi (Regexp Backslash): Fix typo.
578
579 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5300838c 580
51d9979c
GM
5812009-07-10 Glenn Morris <rgm@gnu.org>
582
561c0216
GM
583 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
584
5b594a58
GM
585 * customize.texi (Customization Types):
586 * display.texi (Abstract Display):
0cc8c85a 587 * objects.texi (Character Type, String Type):
5b594a58 588 Merge in some menu descriptions from elisp.texi.
51d9979c 589
c3cbbb40
GM
590 * hash.texi (Hash Tables):
591 * modes.texi (Multiline Font Lock):
592 End menu description with period.
fe42c16a 593
28528402
GM
5942009-07-09 Glenn Morris <rgm@gnu.org>
595
596 * back.texi: Don't hard-code texinfo location.
597
598 * two-volume.make (texinfodir): New, with location of texinfo.tex.
599 (tex): Add texinfodir to TEXINPUTS.
600 (elisp1med-init, elisp2med-init): Use texinfodir.
601
602 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
603 (clean): Add two-volume.make intermediate files.
604
605 * elisp.texi, vol1.texi, vol2.texi:
606 Use a DATE variable with the publication date, and update it.
607 Fix antinews menu description.
608
609 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
610 Update the detailed node listing to match elisp.texi.
611
612 * README: Update edition to match elisp.texi.
613
614 * objects.texi (General Escape Syntax):
615 * nonascii.texi (Character Sets):
616 Use consistent case for "Unicode Standard".
617
618 * anti.texi (Antinews):
619 * customize.texi (Variable Definitions):
620 * functions.texi (Declaring Functions):
621 * nonascii.texi (Character Properties):
622 * processes.texi (Serial Ports):
623 * text.texi (Special Properties):
624 * tips.texi (Coding Conventions):
625 Minor rearrangements to improve TeX line-filling.
626
627 * commands.texi (Using Interactive): Fix cross-reference.
628
17db8e10
JD
6292009-07-01 Jan Djärv <jan.h.d@swipnet.se>
630
631 * frames.texi (Management Parameters): Mention sticky.
632
77c7e2e1
AS
6332009-07-01 Andreas Schwab <aschwab@redhat.com>
634
635 * help.texi (Help Functions): Fix description of help-buffer and
636 help-setup-xref to use @defun instead of @deffn.
637
3f1c6666
JD
6382009-07-01 Jan Djärv <jan.h.d@swipnet.se>
639
640 * frames.texi (Size Parameters): Mention maximized for fullscreen.
641
ca27c21b
CY
6422009-06-24 Chong Yidong <cyd@stupidchicken.com>
643
644 * display.texi (Window Systems): Add ns to the list.
645
70243478
CY
6462009-06-21 Chong Yidong <cyd@stupidchicken.com>
647
648 * Branch for 23.1.
649
df006536
MR
6502009-06-17 Martin Rudalics <rudalics@gmx.at>
651
652 * windows.texi (Dedicated Windows): Fix typo.
653 (Resizing Windows): Replace @defun by @deffn.
654
d259fc4b
GM
6552009-06-17 Glenn Morris <rgm@gnu.org>
656
657 * variables.texi (Directory Local Variables):
658 Update for 2009-04-11 name-change of dir-locals-directory-alist.
659
30781db6
KH
6602009-06-09 Kenichi Handa <handa@m17n.org>
661
662 * nonascii.texi (Character Sets): State clearly that FROM and TO
663 are codepoints of CHARSET.
664
62e8099c
CY
6652009-06-07 Chong Yidong <cyd@stupidchicken.com>
666
667 * minibuf.texi (Reading File Names): Fix introductory text.
668 Suggested by stan@derbycityprints.com.
669 (High-Level Completion): Fix typo.
670
ee1b1917
CY
6712009-05-28 Chong Yidong <cyd@stupidchicken.com>
672
673 * frames.texi (Text Terminal Colors): Multi-tty is already
674 implemented, but tty-local colors are not.
675
5df647e8
CY
6762009-05-27 Chong Yidong <cyd@stupidchicken.com>
677
678 * hooks.texi (Standard Hooks): Remove mention of obsolete
679 redisplay-end-trigger-functions.
680
681 * internals.texi (Window Internals): Remove mention of obsolete
682 redisplay-end-trigger-functions.
683
01f17ae2
MR
6842009-05-21 Martin Rudalics <rudalics@gmx.at>
685
686 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
687
688 * backups.texi (Making Backups): backup-directory-alist and
689 make-backup-file-name-function are options.
690 (Auto-Saving): auto-save-list-file-prefix is an option.
691
692 * buffers.texi (Killing Buffers): buffer-offer-save is an
693 option.
694
695 * display.texi (Refresh Screen): no-redraw-on-reenter is an
696 option.
697 (Echo Area Customization): echo-keystrokes is an option.
698 (Selective Display): selective-display-ellipses is an option.
699 (Temporary Displays): temp-buffer-show-function is an option.
700 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
701 are options.
702 (Font Selection): face-font-family-alternatives,
703 face-font-selection-order, face-font-registry-alternatives, and
704 scalable-fonts-allowed are options.
705 (Fringe Indicators): indicate-buffer-boundaries is an option.
706 (Fringe Cursors): overflow-newline-into-fringe is an option.
707 (Scroll Bars): scroll-bar-mode is an option.
708
709 * eval.texi (Eval): max-lisp-eval-depth is an option.
710
711 * files.texi (Visiting Functions): find-file-hook is an option.
712 (Directory Names): directory-abbrev-alist is an option.
713 (Unique File Names): temporary-file-directory and
714 small-temporary-file-directory are options.
715
716 * frames.texi (Initial Parameters): initial-frame-alist,
717 minibuffer-frame-alist and default-frame-alist are options.
718 (Cursor Parameters): blink-cursor-alist and
719 cursor-in-non-selected-windows ar options.
720 (Window System Selections): selection-coding-system is an
721 option.
722 (Display Feature Testing): display-mm-dimensions-alist is an
723 option.
724
725 * help.texi (Help Functions): help-char and help-event-list are
726 options.
727
728 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
729 an option.
730
731 * minibuf.texi (Minibuffer History): history-length and
732 history-delete-duplicates are options.
733 (High-Level Completion): read-buffer-function and
734 read-buffer-completion-ignore-case are options.
735 (Reading File Names): read-file-name-completion-ignore-case is
736 an option.
737
738 * modes.texi (Mode Line Top): mode-line-format is an option.
739 (Mode Line Variables): mode-line-position and mode-line-modes
740 are options.
741
742 * nonascii.texi (Text Representations):
743 enable-multibyte-characters is an option.
744 (Default Coding Systems): auto-coding-regexp-alist,
745 file-coding-system-alist, auto-coding-alist and
746 auto-coding-functions are options.
747 (Specifying Coding Systems): inhibit-eol-conversion is an
748 option.
749
750 * os.texi (Init File): site-run-file is an option.
751 (System Environment): mail-host-address is an option.
752 (User Identification): user-mail-address is an option.
753 (Terminal Output): baud-rate is an option.
754
755 * positions.texi (Word Motion): words-include-escapes is an
756 option.
757
758 * searching.texi (Standard Regexps): page-delimiter,
759 paragraph-separate, paragraph-separate and sentence-end are
760 options.
761
762 * text.texi (Margins): left-margin and fill-nobreak-predicate
763 are options.
764
765 * variables.texi (Local Variables): max-specpdl-size is an
766 option.
767
768 * windows.texi (Choosing Window):
769 split-window-preferred-function, special-display-function and
770 display-buffer-function are options.
771
106e6894
CY
7722009-05-20 Chong Yidong <cyd@stupidchicken.com>
773
4a83454d
CY
774 Fix errors spotted by Martin Rudalics.
775
106e6894
CY
776 * syntax.texi (Position Parse): Document rationale for ignored
777 arguments to syntax-ppss-flush-cache.
778
779 * processes.texi (Input to Processes): Mark PROCESS arg to
780 process-running-child-p as optional.
781 (Network Options): Document NO-ERROR arg to
782 set-network-process-option.
783
784 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
785 command.
786
787 * searching.texi (POSIX Regexps): Mark posix-search-forward and
788 posix-search-backward as commands.
789
790 * os.texi (Killing Emacs): Mark kill-emacs as a command.
791 (Suspending Emacs): Mark suspend-emacs as a command.
792 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
793 commands.
794 (Terminal Output): Remove obsolete function baud-rate. Document
795 TERMINAL arg for send-string-to-terminal.
796
797 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
798 terminal-coding-system and set-terminal-coding-system.
799 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
800 as optional.
801 (Character Sets): Document RESTRICTION arg of char-charset.
802 (Character Codes): Mark POS argument to get-byte as optional.
803
804 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
805 minibuffer-message.
806
807 * files.texi (Create/Delete Dirs): Mark make-directory and
808 delete-directory as commands.
809
810 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
811
812 * text.texi (Base 64): Mark base64-decode-string and
813 base64-encode-string as commands.
814 (Columns): Mark move-to-column as a command.
815 (Mode-Specific Indent): Document RIGID arg to
816 indent-for-tab-command.
817 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
818 Mark indent-code-rigidly as a command.
819 (Substitution): Mark translate-region as a command.
820
821 * frames.texi (Size and Position): Remove obsolete functions
822 screen-height and screen-width.
823
04173931
CY
8242009-05-19 Chong Yidong <cyd@stupidchicken.com>
825
826 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
827 (Displaying Buffers, Resizing Windows): Correct mistakes;
828 next-window, previous-window, and pop-to-buffer are not commands,
829 and fit-window-to-buffer" is a command. (Pointed out by Martin
830 Rudalics.)
831
eae7d8f8
RS
8322009-05-17 Richard M Stallman <rms@gnu.org>
833
834 * modes.texi (Precalculated Fontification): Clarify text.
835
b8766179
MR
8362009-05-17 Martin Rudalics <rudalics@gmx.at>
837
838 * windows.texi (Selecting Windows): Clarify descriptions of
839 with-selected-window and get-lru-window.
840 (Cyclic Window Ordering): Refer to particular frame when talking
841 about how splitting affects the ordering.
842 (Displaying Buffers): Fix descriptions of switch-to-buffer and
843 switch-to-buffer-other-window. Explain how setting of
844 display-buffer-reuse-frames affects pop-to-buffer.
845 (Choosing Window): Clarify some details in descriptions of
846 display-buffer-reuse-frames, pop-up-frames, and
847 pop-up-frame-function.
848 (Dedicated Windows): Clarify some details.
849 (Textual Scrolling): Replace term vscroll by term vertical
850 scroll position.
851 (Vertical Scrolling): Fix typo.
852 (Window Hooks): Relate text on jit-lock-register to window
853 scrolling and size changes.
854
734b5e3b
CY
8552009-05-14 Chong Yidong <cyd@stupidchicken.com>
856
0a65633e
CY
857 * frames.texi (Initial Parameters): Clarify what the initial
858 minibuffer frame is.
05be46d7
CY
859 (Buffer Parameters): Note that the minibuffer parameter can not be
860 altered.
0a65633e 861
734b5e3b
CY
862 * anti.texi (Antinews): Copyedits. Rearrange some entries.
863 Document display-buffer changes.
864
925672cd
CY
8652009-05-13 Chong Yidong <cyd@stupidchicken.com>
866
17ecd7af
CY
867 * anti.texi (Antinews): Rewrite for Emacs 22.
868
925672cd
CY
869 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
870 obarrays are first mentioned. Define "system abbrev" more
871 prominently, and add it to the index.
872 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
873 Copyedits.
874 (Abbrev Expansion): Document abbrev-insert.
875
80be4dd7
CY
8762009-05-12 Chong Yidong <cyd@stupidchicken.com>
877
878 * frames.texi (Font and Color Parameters): Rename from Color
879 Parameters. Document font-backend parameter.
880
881 * vol2.texi (Top): Update node listing.
882 * vol1.texi (Top): Update node listing.
883 * elisp.texi (Top): Update node listing.
884
372a93ac
MR
8852009-05-11 Martin Rudalics <rudalics@gmx.at>
886
887 * windows.texi (Choosing Window): Don't explicitly refer to
888 split-window-sensibly's window argument in descriptions of
889 split-height-threshold and split-width-threshold.
890
714c3541
MR
8912009-05-10 Martin Rudalics <rudalics@gmx.at>
892
893 * windows.texi (Choosing Window): Fix rewrite of window
894 splitting section.
895
0e90e7be
EZ
8962009-05-09 Eli Zaretskii <eliz@gnu.org>
897
898 * nonascii.texi (Default Coding Systems): Document
899 find-auto-coding, set-auto-coding, and auto-coding-alist. Add
900 indexing.
901 (Lisp and Coding Systems): Add index entries.
902
d3c0c321
MR
9032009-05-09 Martin Rudalics <rudalics@gmx.at>
904
905 * windows.texi (Choosing Window): Describe split-window-sensibly
906 and rewrite section on window splitting accordingly.
907 (Textual Scrolling): Replace `...' by @code{...}.
908
c773345a
CY
9092009-05-04 Chong Yidong <cyd@stupidchicken.com>
910
ee2d5b5e
CY
911 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
912 Remove obsoleted pre-abbrev-expand-hook.
913
914 * locals.texi (Standard Buffer-Local Variables): Consolidate table
915 entries.
916
c773345a
CY
917 * internals.texi (Object Internals): Don't assume 32-bit machines
918 are the norm.
919 (Buffer Internals): Consolidate table entries for readability.
ee2d5b5e
CY
920 (Window Internals): Synch field names to window.h.
921 (Process Internals): Synch field names to process.h.
c773345a 922
dd449674
CY
9232009-04-29 Chong Yidong <cyd@stupidchicken.com>
924
925 * variables.texi (File Local Variables): Note that read-circle is
926 bound to nil when reading file-local variables.
927
928 * streams.texi (Input Functions): Document read-circle.
929 (Output Variables): Add xref to Circular Objects.
930
4f1e25e2
CY
9312009-04-25 Chong Yidong <cyd@stupidchicken.com>
932
933 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
934 Features and Coding System Basics. Node that "p" stands for
935 "predicate". Recommend utf-8-emacs instead of emacs-mule.
936 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
937 mouse-appearance-menu.
938 (Programming Tips): Add xref to Progress.
939
dca019f8
CY
9402009-04-22 Chong Yidong <cyd@stupidchicken.com>
941
942 * os.texi (Command-Line Arguments): Document
943 command-line-args-left.
944 (Suspending Emacs): Adapt text to multi-tty case. Document use of
945 terminal objects for tty arguments.
946 (Startup Summary): Add xref to Session Management.
947 (Session Management): Mention emacs-session-restore. Copyedits.
948
02a89103
CY
9492009-04-20 Chong Yidong <cyd@stupidchicken.com>
950
951 * os.texi (Startup Summary): Copyedits. The init file is not
952 necessarily named .emacs now. Document initial-buffer-choice and
953 initial-scratch-message. Note where Emacs exits in batch mode.
954 Document inhibit-splash-screen as an alias.
955 (Init File): Be neutral about which init file name to use.
956
9572009-04-16 Chong Yidong <cyd@stupidchicken.com>
958
959 * os.texi (System Interface): Fix Texinfo usage.
960
0c1cfe01
CY
9612009-04-15 Chong Yidong <cyd@stupidchicken.com>
962
80d7cdca
CY
963 * searching.texi (Regexp Backslash): Also refer to shy groups as
964 non-capturing or unnumbered groups.
965 (Regexp Functions): Add cross-reference to Regexp Backslash.
966
0c1cfe01
CY
967 * display.texi (Truncation): Overlays can use line-prefix and
968 wrap-prefix too.
969 (Overlay Properties): Document wrap-prefix and line-prefix.
970 (Face Attributes): Document underline-minimum-offset.
971 (Face Remapping): Copyedits.
972 (Low-Level Font): Copyedits.
973 (Image Cache): Note that the image cache is shared between frames.
ed8ab760
CY
974 (Line Height): Emphasize that line-spacing only takes effect on
975 graphical terminals.
0c1cfe01 976
c4adeee0
CY
9772009-04-13 Chong Yidong <cyd@stupidchicken.com>
978
979 * display.texi (Refresh Screen): Note that a passage about screen
980 refreshing is text terminal only.
981 (Forcing Redisplay): Delete misleading comment---sit-for calls
982 redisplay, not the other way around.
983 (Truncation): Note new values of truncate-partial-width-windows.
984 Copyedits.
985 (Invisible Text): Document invisible-p.
986
b20ecfa1
EZ
9872009-04-11 Eli Zaretskii <eliz@gnu.org>
988
989 * display.texi (Overlays): Overlays don't scale well. See
990 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
991
97d8273f
CY
9922009-04-10 Chong Yidong <cyd@stupidchicken.com>
993
f147ff75
CY
994 * syntax.texi (Syntax Table Functions): Document cons cell
995 argument for modify-syntax-entry.
996 (Categories): Document cons cell argument for
997 modify-category-entry.
998
fca4ec76
CY
999 * searching.texi (String Search): Document word-search-forward-lax
1000 and word-search-backward-lax.
1001 (Searching and Case): Describe isearch behavior more precisely.
1002
9c283d5b
CY
1003 * keymaps.texi (Tool Bar): Mention that some platforms do not
1004 support multi-line toolbars. Suggested by Stephen Eglen.
1005
1006 * frames.texi (Layout Parameters): Mention that Nextstep also
1007 allows only one tool-bar line. Suggested by Stephen Eglen.
1008
97d8273f
CY
1009 * nonascii.texi (Text Representations): Copyedits.
1010 (Coding System Basics): Also mention utf-8-emacs.
1011 (Converting Representations, Selecting a Representation)
1012 (Scanning Charsets, Translation of Characters, Encoding and I/O):
1013 Copyedits.
1014 (Character Codes): Mention role of codepoints 1114112 to 4194175.
1015
2bad3299
CY
10162009-04-09 Chong Yidong <cyd@stupidchicken.com>
1017
1018 * text.texi (Yank Commands): Note that yank uses push-mark.
1019 (Filling): Clarify REGION argument of fill-paragraph. Document
1020 fill-forward-paragraph-function.
1021 (Special Properties): Remove "new in Emacs 22" declaration.
1022 (Clickable Text): Merge with Links and Mouse-1 node.
1023
1024 * display.texi (Button Properties, Button Buffer Commands): Change
1025 xref to Clickable Text.
1026
1027 * tips.texi (Key Binding Conventions): Change xref to Clickable
1028 Text.
1029
1030 * elisp.texi (Top): Update node listing.
1031
ea30ce4f
CY
10322009-04-05 Chong Yidong <cyd@stupidchicken.com>
1033
47af2f4b
CY
1034 * markers.texi (The Mark): Copyedits. Improve description of
1035 handle-shift-selection.
1036 (The Region): Move use-region-p here from The Mark.
1037
ea30ce4f
CY
1038 * positions.texi (Screen Lines): Document (cols . lines) argument
1039 for vertical-motion.
1040
2aa8ea6e
CY
10412009-04-04 Chong Yidong <cyd@stupidchicken.com>
1042
3ec61d4e
CY
1043 * frames.texi (Frames): Clean up introduction. Document `ns'
1044 return value for framep.
1045 (Creating Frames): Note how the terminal is chosen.
1046 (Multiple Terminals, Multiple Displays): Merge into a single node.
1047 (Color Parameters): Fix typo.
1048
1049 * variables.texi (Local Variables, Buffer-Local Variables)
1050 (Creating Buffer-Local): Change link to Multiple Terminals.
1051
1052 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
1053
1054 * keymaps.texi (Controlling Active Maps): Change link to Multiple
1055 Terminals.
1056
1057 * commands.texi (Command Loop Info, Keyboard Macros): Change link
1058 to Multiple Terminals.
1059
1060 * elisp.texi (Top): Update node listing.
1061 * vol2.texi (Top): Update node listing.
1062 * vol1.texi (Top): Update node listing.
1063
9257072f
CY
1064 * buffers.texi (Current Buffer): Note that the append-to-buffer
1065 example is no longer in synch with the latest code. Tie the two
1066 examples together.
1067
2aa8ea6e
CY
1068 * files.texi (File Attributes): Move note about MS-DOS from
1069 Changing Files to File Attributes.
1070 (Create/Delete Dirs): Note that mkdir is an alias for this.
1071
22e74b17
CY
10722009-04-01 Markus Triska <triska@gmx.at>
1073
1074 * processes.texi (Filter Functions): Suggest how to handle output
1075 batches.
1076
4bbe48ec
CY
10772009-03-30 Chong Yidong <cyd@stupidchicken.com>
1078
1079 * help.texi (Accessing Documentation): Update example to use
1080 help-setup-xref and with-help-window.
1081 (Help Functions): Remove print-help-return-message, which is
1082 semi-obsolete due to with-help-window. Document help-buffer and
1083 help-setup-xref.
1084
b9723f39
CY
10852009-03-29 Chong Yidong <cyd@stupidchicken.com>
1086
87f649f6
CY
1087 * help.texi (Accessing Documentation, Help Functions): Remove
1088 information about long-obsolete Emacs versions.
9eb52e90 1089
b9723f39
CY
1090 * modes.texi (Mode Line Variables): The default values of the mode
1091 line variables are now more complicated.
1092
b0cc32db
CY
10932009-03-28 Chong Yidong <cyd@stupidchicken.com>
1094
3c25a5a9
CY
1095 * modes.texi (Major Mode Conventions): Note that specialness is
1096 inherited.
31c9eebb
CY
1097 (Derived Modes): Note that define-derive-mode sets the mode-class
1098 property.
3c25a5a9 1099
b0cc32db
CY
1100 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
1101 goto-map. Add search-map to the list.
1102
c5e0006d
EZ
11032009-03-27 Eli Zaretskii <eliz@gnu.org>
1104
1213465a
EZ
1105 * os.texi (System Environment): Update the list of system-type
1106 values.
1107
c5e0006d
EZ
1108 * markers.texi (The Mark) <handle-shift-selection>: Update for
1109 removal of the optional argument DEACTIVATE.
1110
48bab3d6
CY
11112009-03-25 Chong Yidong <cyd@stupidchicken.com>
1112
1113 * commands.texi (Focus Events): Most X window managers don't use
1114 focus-follows-mouse nowadays.
1115
6e4ff1b6
CY
11162009-03-24 Chong Yidong <cyd@stupidchicken.com>
1117
1118 * commands.texi (Defining Commands): Clarify introduction.
1119 (Using Interactive): Not that interactive can be put in a symbol
1120 property.
1121 (Interactive Call): Note that a symbol with a non-nil
1122 interactive-form property satisfies commandp.
1123
11625308
JB
11242009-03-23 Juanma Barranquero <lekktu@gmail.com>
1125
1126 * minibuf.texi (Intro to Minibuffers): Fix typos.
1127
7b34420d
CY
11282009-03-23 Chong Yidong <cyd@stupidchicken.com>
1129
1130 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
1131 about minibuffers in old Emacs versions. Copyedits. Emphasize
1132 that enable-recursive-minibuffers defaults to nil.
1133 (Text from Minibuffer): Simplify introduction.
1134
f9257eed
AM
11352009-03-22 Alan Mackenzie <acm@muc.de>
1136
1137 * commands.texi (Using Interactive): Clarify string argument to
1138 `interactive' - even promptless elements need \n separators.
1139
f639ba70
CY
11402009-03-18 Chong Yidong <cyd@stupidchicken.com>
1141
1142 * minibuf.texi (Completion Styles): New node.
1143
1144 * elisp.texi (Top): Update node listing.
1145
d897e8ee
CY
11462009-03-17 Chong Yidong <cyd@stupidchicken.com>
1147
1148 * minibuf.texi (Basic Completion): Note that
1149 read-file-name-completion-ignore-case and
1150 read-buffer-completion-ignore-case can override
1151 completion-ignore-case.
1152 (Minibuffer Completion): Document completing-read changes.
1153 (Completion Commands): Avoid mentioning partial completion mode.
1154 Document minibuffer-completion-confirm changes, and
1155 minibuffer-confirm-exit-commands.
1156 (High-Level Completion): Document new require-match behavior for
1157 read-buffer. Document read-buffer-completion-ignore-case.
1158 (Reading File Names): Document new require-match behavior for
1159 read-file-name.
1160
b1f23349
CY
11612009-03-14 Chong Yidong <cyd@stupidchicken.com>
1162
1163 * debugging.texi (Error Debugging): Don't mislead the reader into
1164 thinking that debug-on-error enters debugger for C-f at EOB.
1165 (Error Debugging): Setting debug-on-init within the init file
1166 works, and has for some time.
1167
d6eb4e25
KH
11682009-03-13 Kenichi Handa <handa@m17n.org>
1169
1170 * display.texi (Fontsets): Update the description.
1171
1cf53dc5
CY
11722009-03-13 Chong Yidong <cyd@stupidchicken.com>
1173
1174 * advice.texi (Advising Primitives): Link to What Is a Function.
1175
81f919fc
CY
11762009-03-12 Chong Yidong <cyd@stupidchicken.com>
1177
cf4229eb
CY
1178 * compile.texi (Speed of Byte-Code): Update example.
1179 (Disassembly): Update examples.
1180
81f919fc 1181 * loading.texi (Repeated Loading): Simplify examples.
f2bbc08c
CY
1182
1183 * customize.texi (Common Keywords): It's not necessary to use :tag
1184 to remove hyphens, as custom-unlispify-tag-name does it
1185 automatically.
1186 (Variable Definitions): Link to File Local Variables. Document
1187 customized-value symbol property.
1188 (Customization Types): Move menu to end of node.
1189
955964d7
CY
11902009-03-10 Chong Yidong <cyd@stupidchicken.com>
1191
1192 * macros.texi (Compiling Macros): Omit misleading sentence, which
1193 implied that macros can only be used in the same file they are
1194 defined.
1195 (Backquote): Remove obsolete information about Emacs 19.
1196
d25ed7db
GM
11972009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
1198
1199 * display.texi (Display Margins): Fix paren typo.
1200
d55f6ca5
CY
12012009-02-27 Chong Yidong <cyd@stupidchicken.com>
1202
f0e57ed8
CY
1203 * elisp.texi (Top): Update node listing.
1204
1205 * variables.texi (Variables): Clarify introduction.
1206 (Global Variables): Mention that setq is a special form.
1207 (Local Variables): Use active voice.
1208 (Tips for Defining): Mention marking variables as safe.
1209 (Buffer-Local Variables): Mention terminal-local and frame-local
1210 variables together.
1211 (File Local Variables): Copyedits.
1212 (Frame-Local Variables): Note that they are not really useful.
1213 (Future Local Variables): Node deleted.
1214
d55f6ca5
CY
1215 * objects.texi (General Escape Syntax): Update explanation of
1216 unicode escape syntax.
1217
ca8f09a8
CY
12182009-02-23 Chong Yidong <cyd@stupidchicken.com>
1219
1220 * control.texi (Control Structures): Add cindex entry for "textual
1221 order".
1222
1223 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
1224 instead of "expression" throughout.
1225 (Function Indirection): Copyedits. Use active voice.
1226 (Eval): The default value of max-lisp-eval-depth is now 400.
1227
a20878b6
MB
12282009-02-23 Miles Bader <miles@gnu.org>
1229
1230 * processes.texi (System Processes): Rename `system-process-attributes'
1231 to `process-attributes'.
1232
61f66044
CY
12332009-02-22 Chong Yidong <cyd@stupidchicken.com>
1234
1b80d1f3
CY
1235 * symbols.texi (Property Lists): Emphasize that property lists are
1236 not restricted to symbol cells.
1237 (Other Plists): Copyedit.
1238
61f66044
CY
1239 * sequences.texi (Sequences Arrays Vectors): Make introduction
1240 more concise.
1241 (Arrays): Mention char-tables and bool-vectors too.
1242 (Vectors): Don't repeat information given in Arrays node. Link to
1243 nodes that explain the vector usage examples.
1244 (Char-Tables): Note that char-table elements can have arbitrary
1245 type. Explain effect of omitted char-table-extra-slots property.
8a63cf41 1246 Link to Property Lists node.
61f66044 1247
9403944b
CY
12482009-02-22 Chong Yidong <cyd@stupidchicken.com>
1249
1250 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
1251 `append'.
4068c7b4 1252 (List Elements): Copyedits.
9403944b
CY
1253
1254 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
1255 of `vconcat'.
1256
1257 * strings.texi (Creating Strings): Copyedits. Remove obsolete
1258 Emacs 20 usage of `concat'.
1259 (Case Conversion): Copyedits.
1260
b87a185f
CY
12612009-02-21 Chong Yidong <cyd@stupidchicken.com>
1262
1263 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
1264 Minor edits.
1265 (Frame Configuration Type): Emphasize that it is not primitive.
1266 (Font Type): New node.
1267 (Type Predicates): Add fontp; type-of now recognizes font object
1268 types.
1269
1270 * intro.texi (Version Info): Update version numbers in examples.
1271 (Acknowledgements): List more contributors.
1272
1273 * elisp.texi: Bump version number to 3.0.
1274 (Top): Link to Font Type node.
1275
867d4bb3
JB
12762009-02-20 Juanma Barranquero <lekktu@gmail.com>
1277
1278 * modes.texi (Major Mode Conventions): Remove duplicate words.
1279 (Customizing Keywords): Fix typo.
1280
77730170
EZ
12812009-02-14 Eli Zaretskii <eliz@gnu.org>
1282
1283 * nonascii.texi (User-Chosen Coding Systems): Document that
1284 select-safe-coding-system suggests raw-text if there are raw bytes
1285 in the region.
1286 (Explicit Encoding): Warn not to use `undecided' when encoding.
1287
c8736212
GM
12882009-02-11 Glenn Morris <rgm@gnu.org>
1289
1290 * frames.texi (Visibility of Frames): Mention the effect multiple
1291 workspaces/desktops can have on visibility.
1292
ab992d66
EZ
12932009-02-07 Eli Zaretskii <eliz@gnu.org>
1294
c8736212
GM
1295 * text.texi (Commands for Insertion):
1296 * commands.texi (Event Mod):
1297 * keymaps.texi (Searching Keymaps):
ab992d66
EZ
1298 * nonascii.texi (Translation of Characters): Reinstate
1299 documentation of translation-table-for-input.
7d2a859f
EZ
1300 (Explicit Encoding): Document the `charset' text property produced
1301 by decode-coding-region and decode-coding-string.
ab992d66 1302
e651a255
AM
13032009-01-27 Alan Mackenzie <acm@muc.de>
1304
1305 * modes.texi (Search-based Fontification): Correct a typo.
1306
bc5cde4b
JB
13072009-01-25 Juanma Barranquero <lekktu@gmail.com>
1308
1309 * abbrevs.texi (Abbrev Table Properties): Fix typo.
1310 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
1311
3533155b
EZ
13122009-01-24 Eli Zaretskii <eliz@gnu.org>
1313
f721deda
EZ
1314 * display.texi (Window Systems): Document the value of
1315 `initial-window-system' under --daemon.
1316
3533155b
EZ
1317 * os.texi (System Environment): Remove description of the
1318 `environment' function which has been deleted.
1319
f79b43b2
DN
13202009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
1321
1322 * frames.texi (Multiple Displays): Remove documentation for
1323 removed function make-frame-on-tty.
1324
e3aa6669
CY
13252009-01-22 Chong Yidong <cyd@stupidchicken.com>
1326
1327 * files.texi (Format Conversion Piecemeal): Clarify behavior of
1328 write-region-annotate-functions. Document
1329 write-region-post-annotation-function.
1330
fb13a416
CY
13312009-01-19 Chong Yidong <cyd@stupidchicken.com>
1332
1333 * display.texi (Font Lookup): Document WIDTH argument of
1334 x-list-fonts.
1335
02eccf6b
EZ
13362009-01-17 Eli Zaretskii <eliz@gnu.org>
1337
ead3f58d
EZ
1338 * maps.texi (Standard Keymaps): Rename function-key-map to
1339 local-function-key-map.
1340
1341 * keymaps.texi (Translation Keymaps): Rename function-key-map to
1342 local-function-key-map.
1343
1344 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
1345 and `set-keyboard-coding-system' now accept an optional terminal
1346 argument.
1347
1348 * commands.texi (Event Mod): `keyboard-translate-table' is now
1349 terminal-local.
1350 (Function Keys): Rename function-key-map to
1351 local-function-key-map.
1352
df05a163
EZ
1353 * elisp.texi (Top): Make @detailmenu be consistent with changes in
1354 frames.texi.
1355
0ed8034e 1356 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
490f1197
EZ
1357 `delete-terminal-functions', `suspend-tty-functions' and
1358 `resume-tty-functions'.
0ed8034e
EZ
1359
1360 * frames.texi (Frames): Document `frame-terminal' and
1361 `terminal-live-p'.
1362 (Multiple Displays): Document `make-frame-on-tty'.
1363 (Multiple Terminals): Document `terminal-list', `delete-terminal',
1364 `terminal-name', and `get-device-terminal'.
490f1197
EZ
1365 (Terminal Parameters): Document `terminal-parameters',
1366 `terminal-parameter', and `set-terminal-parameter'.
0ed8034e
EZ
1367
1368 * os.texi (System Environment): Document `environment' and
1369 `initial-environment'.
490f1197
EZ
1370 (Suspending Emacs): Update for multi-tty; document
1371 `suspend-tty', `resume-tty', and `controlling-tty-p'.
0ed8034e 1372
02eccf6b
EZ
1373 * nonascii.texi (Coding System Basics): More accurate description
1374 of `raw-text'.
1375
f19fea97
JB
13762009-01-12 Juanma Barranquero <lekktu@gmail.com>
1377
1378 * display.texi (Low-Level Font): Fix typo.
1379
16fa292f
CY
13802009-01-10 Chong Yidong <cyd@stupidchicken.com>
1381
1382 * elisp.texi (Top): Update node listing.
1383
1384 * display.texi (PostScript Images): Node deleted.
1385
0b4faef3
EZ
13862009-01-10 Eli Zaretskii <eliz@gnu.org>
1387
3355f04d
EZ
1388 * processes.texi (Decoding Output): Document that null bytes force
1389 no-conversion for reading process output.
1390
1391 * files.texi (Reading from Files): Document that null bytes force
1392 no-conversion when visiting files.
1393
11625308 1394 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
538395d9 1395
0b4faef3
EZ
1396 * nonascii.texi (Lisp and Coding Systems): Document
1397 inhibit-null-byte-detection and inhibit-iso-escape-detection.
c06ea95e 1398 (Character Properties): Improve wording.
0b4faef3 1399
ce9cf065
CY
14002009-01-09 Chong Yidong <cyd@stupidchicken.com>
1401
1402 * display.texi (Font Lookup): Remove obsolete function
1403 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
1404 (Low-Level Font): Rename from Fonts, move to end of Faces section.
1405 (Font Selection): Reorder order of variable descriptions. Minor
1406 clarifications.
1407
1408 * elisp.texi (Top): Update node listing.
1409
ab756fb3
GM
14102009-01-09 Glenn Morris <rgm@gnu.org>
1411
1412 * commands.texi (Command Loop Info): Say that last-command-char and
1413 last-input-char are obsolete aliases.
1414
1415 * edebug.texi (Edebug Recursive Edit): Remove separate references to
1416 last-input-char and last-command-char, since they are just aliases for
1417 last-input-event and last-command-event.
1418
1419 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
1420 last-command-char.
1421
6b2b8ab1
CY
14222009-01-08 Chong Yidong <cyd@stupidchicken.com>
1423
1424 * elisp.texi: Update node listing.
1425
1426 * display.texi (Faces): Put Font Selection node after Auto Faces.
1427 (Face Attributes): Don't link to Font Lookup. Document
1428 font-family-list.
1429 (Fonts): New node.
1430
3568e767
JR
14312009-01-08 Jason Rumney <jasonr@gnu.org>
1432
1433 * frames.texi (Pointer Shape): Clarify that only X supports
5ce6e4f4 1434 changing the standard pointer shapes. (Bug#1485)
3568e767 1435
6221c8db
CY
14362009-01-08 Chong Yidong <cyd@stupidchicken.com>
1437
1438 * display.texi (Attribute Functions): Note that a function value
1439 :height is relative, and that compatibility functions work by
1440 calling set-face-attribute.
1441 (Displaying Faces): Reorder list in order of increasing priority.
1442 (Face Remapping): New node. Content moved here from Displaying
1443 Faces.
1444 (Glyphs): Link to Face Functions.
1445
e3d3799a
CY
14462009-01-08 Chong Yidong <cyd@stupidchicken.com>
1447
1448 * display.texi (Faces): Don't discuss face id here. facep does
1449 not return t.
1450 (Defining Faces): Minor clarification.
1451 (Face Attributes): Rearrange items to match docstring of
1452 set-face-attribute. Add :foundry attribute. Document new role of
1453 :font attribute. Texinfo usage fix.
1454 (Attribute Functions): Copyedits.
1455 (Face Functions): Note that face number is seldom used.
1456
638a2457
RS
14572009-01-05 Richard M Stallman <rms@gnu.org>
1458
1459 * strings.texi (Predicates for Strings): Minor clarification.
1460
1461 * functions.texi (Function Safety): Texinfo usage fix.
1462
49ea0074
JB
14632009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny patch)
1464
1465 * objects.texi (General Escape Syntax): Fix typo.
1466
9f822178
MR
14672009-01-03 Martin Rudalics <rudalics@gmx.at>
1468
1469 * windows.texi (Choosing Window): Say that pop-up-frame-alist
1470 works via the default value of pop-up-frame-function.
1471
af34ad36
EZ
14722009-01-02 Eli Zaretskii <eliz@gnu.org>
1473
1474 * processes.texi (System Processes): Document the `time' and
1475 `ctime' attributes of `system-process-attributes'.
1476
d31f6679
CY
14772009-01-01 Chong Yidong <cyd@stupidchicken.com>
1478
1479 * display.texi (Face Attributes): Clarify :height attribute.
1480
174dc00c
MR
14812008-12-31 Martin Rudalics <rudalics@gmx.at>
1482
1483 * buffers.texi (The Buffer List): Clarify what moves a buffer to
1484 the front of the buffer list. Add entries for `last-buffer' and
1485 `unbury-buffer'.
1486
b8afe7e4
EZ
14872008-12-27 Eli Zaretskii <eliz@gnu.org>
1488
d14030f5
EZ
1489 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
1490 and its subsections.
1491
1492 * frames.texi (Multiple Terminals, Low-level Terminal)
1493 (Terminal Parameters, Frames on Other TTY devices): New sections.
1494 (Frames): Add an xref to "Multiple Terminals".
1495
765980a4
EZ
1496 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
1497
1498 * objects.texi (Terminal Type): New node.
1499 (Editing Types): Add it to the menu.
1500
47bd5577
EZ
1501 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
1502 Variables".
1503
eb22b78c 1504 * variables.texi (Directory Local Variables): New node.
47bd5577 1505 (Variables): Add a menu item for it.
eb22b78c 1506
b8afe7e4
EZ
1507 * loading.texi (Autoload): Document `generate-autoload-cookie' and
1508 `generated-autoload-file'.
1509
77bb0476
EZ
15102008-12-20 Eli Zaretskii <eliz@gnu.org>
1511
028e2c19
EZ
1512 * os.texi (Startup Summary): Add xref to documentation of
1513 `initial-window-system'.
1514
77bb0476
EZ
1515 * display.texi (Window Systems): Document `window-system' the
1516 function. The variable `window-system' is now frame-local.
028e2c19 1517 Document `initial-window-system'.
77bb0476 1518
dda87836
MR
15192008-12-19 Martin Rudalics <rudalics@gmx.at>
1520
1521 * windows.texi (Windows): Rewrite description of
1522 fit-window-to-buffer.
1523
caef3ed2
GM
15242008-12-13 Glenn Morris <rgm@gnu.org>
1525
1526 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
1527 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
1528
21c58e4d
GM
15292008-12-12 Glenn Morris <rgm@gnu.org>
1530
1531 * debugging.texi (Error Debugging): Refer forwards to
1532 eval-expression-debug-on-error.
1533
af38459f
EZ
15342008-12-05 Eli Zaretskii <eliz@gnu.org>
1535
5dedd9b5
EZ
1536 * strings.texi (String Basics): Only unibyte strings that
1537 represent key sequences hold 8-bit raw bytes.
1538
af38459f
EZ
1539 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
1540 paragraph to speak about `undecided'.
1541 (Character Properties): Don't explain the meaning of each
1542 property; instead, identify their Unicode Standard names.
b3f1f4a5 1543 (Character Sets): Document `map-charset-chars'.
af38459f 1544
fa047ae7
GM
15452008-12-02 Glenn Morris <rgm@gnu.org>
1546
1547 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
1548 section yet again.
1549
47dbc044
EZ
15502008-11-29 Eli Zaretskii <eliz@gnu.org>
1551
98d05998
EZ
1552 * nonascii.texi (Character Properties): New Section.
1553 (Specifying Coding Systems): Document
1554 `coding-system-priority-list', `set-coding-system-priority', and
1555 `with-coding-priority'.
1556 (Lisp and Coding Systems): Document `check-coding-systems-region'
1557 and `coding-system-charset-list'.
1558 (Coding System Basics): Document `coding-system-aliases'.
1559
1560 * elisp.texi (Top): Add a @detailmenu entry for "Character
1561 Properties".
1562
47dbc044
EZ
1563 * objects.texi (Character Type): Correct the range of Emacs
1564 characters. Add an @xref to "Character Codes".
1565
1566 * strings.texi (String Basics): Add an @xref to "Character Codes".
1567
1568 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
1569
1570 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
1571 (Character Codes): Document `max-char'.
1572
8b80cdf5
EZ
15732008-11-28 Eli Zaretskii <eliz@gnu.org>
1574
1575 * nonascii.texi (Text Representations, Converting Representations)
1576 (Character Sets, Scanning Charsets, Translation of Characters):
1577 Make text more accurate.
1578
a99dceba
GM
15792008-11-28 Glenn Morris <rgm@gnu.org>
1580
1581 * files.texi (Format Conversion Round-Trip): Improve previous change.
1582
f6dc3bed
CY
15832008-11-26 Chong Yidong <cyd@stupidchicken.com>
1584
1585 * modes.texi (Auto Major Mode): Fix example.
1586
5da9413d
GM
15872008-11-25 Glenn Morris <rgm@gnu.org>
1588
1589 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
1590
1591 * files.texi (Format Conversion Round-Trip):
1592 Use active voice for previous change.
1593
fcca848c
CY
15942008-11-25 Chong Yidong <cyd@stupidchicken.com>
1595
1596 * os.texi (Processor Run Time):
1597 * processes.texi (Transaction Queues):
1598 * markers.texi (The Mark):
1599 * windows.texi (Choosing Window, Selecting Windows):
1600 * files.texi (Changing Files, Magic File Names):
1601 * commands.texi (Key Sequence Input):
1602 * functions.texi (Declaring Functions):
1603 * strings.texi (Predicates for Strings):
1604 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
1605
36c8dc54
CY
16062008-11-24 Chong Yidong <cyd@stupidchicken.com>
1607
1608 * help.texi (Accessing Documentation): Update example.
1609
1610 * variables.texi (Defining Variables): Note that `*' is not
1611 necessary if defcustom is used.
1612
2a79b242
EZ
16132008-11-22 Eli Zaretskii <eliz@gnu.org>
1614
1615 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
1616 Characters" from @detailmenu.
1617
1618 * nonascii.texi (Character Codes, Character Sets)
1619 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
1620 (Chars and Bytes, Splitting Characters): Sections removed.
1621
392f0d26
LK
16222008-11-22 Lute Kamstra <lute@gnu.org>
1623
1624 * positions.texi (Text Lines): Update goto-line documentation.
1625
af1a5cd5
MR
16262008-11-21 Martin Rudalics <rudalics@gmx.at>
1627
6a4cfb0c
MR
1628 * frames.texi (Frames): Fix typo, add cross references, reword.
1629 (Initial Parameters): Reword special-display-frame-alist text.
1630 (Frames and Windows): Reword. Describe argument norecord for
1631 set-frame-selected-window.
1632 (Input Focus): Describe argument norecord for select-frame.
1633 Remove comment on MS-Windows behavior for focus-follows-mouse.
1634 (Raising and Lowering): Mention windows-frames dichotomy in
1635 metaphor.
1636
af1a5cd5
MR
1637 * windows.texi (Displaying Buffers, Vertical Scrolling)
1638 (Horizontal Scrolling): Fix indenting and rewording issues
1639 introduced with 2008-11-07 change.
1640
c249fa9c
GM
16412008-11-20 Glenn Morris <rgm@gnu.org>
1642
1643 * files.texi (Format Conversion Round-Trip): Mention `preserve'
1644 element of `format-alist'.
1645
204d4665
GM
16462008-11-19 Glenn Morris <rgm@gnu.org>
1647
1648 * doclicense.texi: Update to FDL 1.3.
1649 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
1650
cc0910af
CY
16512008-11-18 Chong Yidong <cyd@stupidchicken.com>
1652
efe6e7c4
CY
1653 * windows.texi (Window Hooks): Remove *-end-trigger-functions
1654 vars, which are obsolete. Mention jit-lock-register.
1655
1656 * modes.texi (Other Font Lock Variables): Document
1657 jit-lock-register and jit-lock-unregister.
1658
cc0910af
CY
1659 * frames.texi (Color Parameters): Document alpha parameter.
1660
aeeedf76
MR
16612008-11-16 Martin Rudalics <rudalics@gmx.at>
1662
1663 * windows.texi (Splitting Windows, Deleting Windows)
1664 (Selecting Windows, Cyclic Window Ordering)
1665 (Buffers and Windows, Displaying Buffers, Choosing Window)
1666 (Dedicated Windows, Window Point, Window Start and End)
1667 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
1668 (Size of Window, Resizing Windows, Window Configurations)
1669 (Window Parameters): Avoid @var at beginning of sentences and
1670 reword accordingly.
1671
4c565c5c
LK
16722008-11-11 Lute Kamstra <lute@gnu.org>
1673
1674 * files.texi (File Name Components): Fix file-name-extension
1675 documentation.
1676
25f494c9
JB
16772008-11-11 Juanma Barranquero <lekktu@gmail.com>
1678
1679 * frames.texi (Basic Parameters): Remove display-environment-variable
1680 and term-environment-variable.
1681
a1401ab1
EZ
16822008-11-08 Eli Zaretskii <eliz@gnu.org>
1683
1684 * windows.texi (Basic Windows, Splitting Windows)
1685 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
1686 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
25f494c9
JB
1687 (Resizing Windows, Window Configurations, Window Parameters):
1688 Fix wording and markup.
a1401ab1 1689
efafc282
MR
16902008-11-07 Martin Rudalics <rudalics@gmx.at>
1691
1692 * windows.texi (Windows): Update entries.
1693 (Basic Windows): Remove listing of attributes. Reword.
86ab855a 1694 (Splitting Windows, Deleting Windows): Reword.
efafc282
MR
1695 (Selecting Windows, Cyclic Window Ordering): Reword with special
1696 emphasis on order of recently selected windows and buffer list.
86ab855a
MR
1697 (Buffers and Windows, Choosing Window): Reword with special
1698 emphasis on dedicated windows.
1699 (Displaying Buffers): Reword. For switch-to-buffer mention that
1700 it may fall back on pop-to-buffer. For other-window try to
1701 explain how it treats the cyclic ordering of windows.
efafc282
MR
1702 (Dedicated Windows): New node and section discussing dedicated
1703 windows and associated functions.
86ab855a 1704 (Window Point): Add entry for window-point-insertion-type. Reword.
efafc282
MR
1705 (Window Start and End): Rename node and section title. Reword.
1706 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
1707 Minor rewording.
1708 (Size of Window): Reword, in particular text on window-width.
1709 (Resizing Windows): Reword. Add text on balancing windows.
1710 (Window Configurations): Reword. Mention window parameters.
1711 (Window Parameters): New node and section on window parameters.
1712 (Window Hooks): Reword. Mention that
1713 window-configuration-change-hook is run "buffer-locally".
1714 * elisp.texi (Top): Update Windows entries in @detailmenu
1715 section.
1716
d60a8ab2
JB
17172008-11-04 Juanma Barranquero <lekktu@gmail.com>
1718
1719 * searching.texi (Regexp Search): Fix typo.
1720
01777627
CY
17212008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
1722
1723 * searching.texi (Regexp Search): Document GREEDY arg.
1724 (Simple Match Data): Fix return value.
1725
c4526e93
EZ
17262008-11-01 Eli Zaretskii <eliz@gnu.org>
1727
1728 * nonascii.texi (Text Representations): Rewrite to make consistent
1729 with Emacs 23 internal representation of characters. Document
1730 `unibyte-string'.
1731
fe2ae8b5
CY
17322008-10-28 Chong Yidong <cyd@stupidchicken.com>
1733
1734 * processes.texi (Process Information): Note that process-status
1735 does not accept buffer names.
1736
cc5a21e3
CY
17372008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
1738
1739 * positions.texi (Skipping Characters): Correct return value of
1740 skip-chars-forward.
1741
09460d9a
MR
17422008-10-25 Martin Rudalics <rudalics@gmx.at>
1743
520b29e7
MR
1744 * windows.texi (Deleting Windows): Update documentation of
1745 delete-windows-on.
1746 (Buffers and Windows): Update documentations of
1747 get-buffer-window and get-buffer-window-list.
1748 (Displaying Buffers): Update documentation of
1749 replace-buffer-in-windows.
1750
09460d9a
MR
1751 * buffers.texi (Current Buffer): Reword set-buffer and
1752 with-current-buffer documentations.
1753 (Creating Buffers): Reword documentation of get-buffer-create.
1754
4d48fcdc
MR
17552008-10-23 Martin Rudalics <rudalics@gmx.at>
1756
1757 * buffers.texi (Current Buffer): Reword documentation of
1758 set-buffer.
1759 (Buffer Names): Reword documentation of buffer-name.
1760 (The Buffer List): For bury-buffer explain what happens with the
1761 buffer's window.
1762 (Creating Buffers): Say that get-buffer-create's arg is called
1763 buffer-or-name.
1764
f0143c43
CY
17652008-10-22 Chong Yidong <cyd@stupidchicken.com>
1766
3e5dbbd3
CY
1767 * advice.texi (Computed Advice): Explain what DEFINITION is.
1768
f0143c43
CY
1769 * nonascii.texi (Character Codes): Remove obsolete function
1770 char-valid-p, and document characterp instead.
1771
52a94b85
MR
17722008-10-22 Martin Rudalics <rudalics@gmx.at>
1773
1774 * windows.texi (Displaying Buffers): Reword documentation of
1775 pop-to-buffer.
1776 (Choosing Window): Rewrite documentation of display-buffer and
1777 its options.
1778
f76f8246
MR
1779 * buffers.texi (Killing Buffers): Update documentation of
1780 kill-buffer.
1781
acc8b598
EZ
17822008-10-21 Eli Zaretskii <eliz@gnu.org>
1783
80e6b6df
EZ
1784 * processes.texi (Serial Ports): Fix wording and improve markup.
1785
3645358a
EZ
1786 * searching.texi (Regexp Search): Document `string-match-p' and
1787 `looking-at-p'.
1788 (POSIX Regexps): Add an xref for "non-greedy".
1789 (Regexp Special): Add @cindex entry for "non-greedy".
1790
b3d50cff 1791 * display.texi (Attribute Functions): Document `face-all-attributes'.
bf190568 1792 (Image Cache) <image-refresh>: Minor wording fixes.
b3d50cff 1793
73b7530a
EZ
1794 * frames.texi (Color Names): Add an xref to `read-color'.
1795
1796 * minibuf.texi (High-Level Completion): Document `read-color'.
1797
acc8b598
EZ
1798 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
1799
1800 * positions.texi (Narrowing): Add an xref to "Swapping Text".
1801
1802 * buffers.texi (Swapping Text): New section, documents
1803 `buffer-swap-text'.
1804
10e187e8
MR
18052008-10-21 Martin Rudalics <rudalics@gmx.at>
1806
1807 * windows.texi (Resizing Windows): Minor wording fix.
1808
fd6f900c
EZ
18092008-10-20 Eli Zaretskii <eliz@gnu.org>
1810
1811 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
1812 and `combine-and-quote-strings'.
1813
1814 * strings.texi (Creating Strings): Add xrefs for them.
1815
e4372165
EZ
18162008-10-19 Eli Zaretskii <eliz@gnu.org>
1817
d6328fba
EZ
1818 * elisp.texi (Top): Make descriptive text for "Reading File Names"
1819 match the corresponding menu in minibuf.texi.
1820
e4372165
EZ
1821 * minibuf.texi (Reading File Names): Document `read-shell-command'
1822 and `minibuffer-local-shell-command-map'.
1823
5d8dda33
MR
18242008-10-19 Martin Rudalics <rudalics@gmx.at>
1825
1826 * windows.texi (Resizing Windows): Remove var{} around "window" in
1827 documentation of enlarge-window.
1828 Rewrite documentation of window-min-height and window-min-width.
1829
437706cd
EZ
18302008-10-19 Eli Zaretskii <eliz@gnu.org>
1831
80f85d7c
EZ
1832 * functions.texi (Calling Functions): Document `apply-partially'.
1833
291703b5
EZ
1834 * hooks.texi (Standard Hooks): Mention
1835 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
1836
1837 * variables.texi (File Local Variables): Document
1838 `file-local-variables-alist', `before-hack-local-variables-hook'
1839 and `hack-local-variables-hook'.
1840
583d8b3c
EZ
1841 * processes.texi (Synchronous Processes): Document `process-lines'.
1842
437706cd 1843 * customize.texi (Variable Definitions): Document
583d8b3c 1844 `custom-reevaluate-setting'.
437706cd 1845
7e51d89b
MR
18462008-10-18 Martin Rudalics <rudalics@gmx.at>
1847
1848 * windows.texi (Choosing Window, Deleting Windows)
1849 (Displaying Buffers): Expand documentation of dedicated windows.
1850
43c59a3d
EZ
18512008-10-18 Eli Zaretskii <eliz@gnu.org>
1852
018a960d
EZ
1853 * files.texi (Changing Files): Document symbolic input of file
1854 modes to `set-file-modes'. Document `read-file-modes' and
1855 `file-modes-symbolic-to-number'.
1856
2c0b8144
EZ
1857 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
1858 and `search-map'.
1859
80120f13
EZ
1860 * searching.texi (Search and Replace): Document
1861 `replace-search-function' and `replace-re-search-function'.
2c0b8144 1862 Document `multi-query-replace-map'.
80120f13 1863
6d4913f0
EZ
1864 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
1865 (Completion Commands, Reading File Names): Rename
1866 `minibuffer-local-must-match-filename-map' to
1867 `minibuffer-local-filename-must-match-map'.
1868 (Minibuffer Completion): The `require-match' argument to
1869 `completing-read' can now have the value `confirm-only'.
1870
43c59a3d
EZ
1871 * windows.texi (Displaying Buffers): Minor wording fix.
1872 (Choosing Window): `split-height-threshold' can now be nil.
1873 Document `split-width-threshold'. `pop-up-frames' can have the
1874 value `graphic-only'.
1875
f36acfd9
EZ
18762008-10-17 Eli Zaretskii <eliz@gnu.org>
1877
1878 * os.texi (Startup Summary): Document `before-init-time' and
1879 `after-init-time'. Document `initial-window-system' and
1880 `window-system-initialization-alist'. Document reading the
1881 abbrevs file. Document the call to `server-start' under --daemon.
1882 Rearrange a bit to be consistent with the code flow.
53728487
EZ
1883 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
1884 (Time Parsing): Document `format-seconds'.
f36acfd9 1885
96995b89
MR
18862008-10-17 Martin Rudalics <rudalics@gmx.at>
1887
1888 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
1889 and reword.
1890
2de17c73
EZ
18912008-10-16 Eli Zaretskii <eliz@gnu.org>
1892
1893 * markers.texi (The Mark): Document use-region-p.
1894
9cf52b11
EZ
18952008-10-15 Eli Zaretskii <eliz@gnu.org>
1896
c3aaf1d7
EZ
1897 * internals.texi (Writing Emacs Primitives): The interactive spec
1898 of a primitive can be a Lisp form.
1899
841a1743
EZ
1900 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
1901 values of transient-mark-mode. Document handle-shift-selection.
1902
1903 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
1904 (Interactive Examples): Show an example of `^'.
1905 (Key Sequence Input): Document this-command-keys-shift-translated.
c3aaf1d7
EZ
1906 (Defining Commands, Using Interactive): The interactive-form of a
1907 function can be added via its symbol's property.
841a1743 1908
52441368
EZ
1909 * positions.texi (List Motion): beginning-of-defun-function can
1910 now accept an argument.
1911
8e8c1a72
EZ
1912 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
1913 now return a list of strings.
1914
a33a1f2a
EZ
1915 * control.texi (Handling Errors): Document ignore-errors.
1916
4fb04348
EZ
1917 * frames.texi (Creating Frames): Document frame-inherited-parameters.
1918 (Parameter Access): Document set-frame-parameter.
1919
ee666f84
EZ
1920 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
1921 Hooks" for the effect of kill-all-local-variables on local hook
1922 functions.
1923
9cf52b11
EZ
1924 * modes.texi (Major Mode Conventions, Mode Line Variables):
1925 `mode-name' need not be a string. xref to "Mode Line Data" for
1926 details, and to "Emulating Mode Line" for computing a string
1927 value.
1928
22526bc4
EZ
19292008-10-14 Eli Zaretskii <eliz@gnu.org>
1930
a65f6a85
EZ
1931 * processes.texi (System Processes): New section.
1932 (Processes, Signals to Processes): Add xrefs to it.
1933
1934 * objects.texi (Editing Types): A `process' is a subprocess of
1935 Emacs, not just any process running on the OS.
1936
1937 * elisp.texi (Top): Adjust the @detailmenu for the above two
1938 changes.
1939
2724b26a
EZ
1940 * sequences.texi (Char-Tables): Remove documentation of
1941 set-char-table-default, which has no effect since Emacs 23.
1942 <char-table-range, set-char-table-range>: Don't mention generic
1943 characters and charsets. Add a cons cell as a possible argument.
1944
1945 * nonascii.texi (Splitting Characters)
1946 (Translation of Characters): Don't mention generic characters.
1947
1948 * display.texi (Fontsets): Don't mention generic characters.
1949
22526bc4 1950 * sequences.texi (Char-Tables): `map-char-table' can now call its
25f494c9 1951 argument FUNCTION with a cons cell as KEY.
22526bc4 1952
eaf4b689
EZ
19532008-10-13 Eli Zaretskii <eliz@gnu.org>
1954
45e46036
EZ
1955 * objects.texi (Primitive Function Type): Move "@cindex special
1956 forms" from here...
1957
1958 * eval.texi (Special Forms): ...to here.
1959
1960 * functions.texi (What Is a Function): `functionp' returns nil for
1961 special forms. Add an xref.
1962
eaf4b689
EZ
1963 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
1964 Variables".
1965
1966 * variables.texi (Frame-Local Variables): New section.
1967 (Buffer-Local Variables): Add an xref to it.
1968 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
1969 have both frame-local and buffer-local binding.
1970
1971 * frames.texi (Frames): Mention multiple tty frames.
1972 (Frame Parameters, Parameter Access): Mention frame-local variable
1973 bindings.
1974
15688fce
GM
19752008-09-20 Glenn Morris <rgm@gnu.org>
1976
1977 * display.texi (Defining Faces): Recommend against face variables.
1978
35539065
JB
19792008-09-16 Juanma Barranquero <lekktu@gmail.com>
1980
1981 * display.texi (Echo Area Customization): Fix typo.
1982
6a57054b
JB
19832008-09-09 Juanma Barranquero <lekktu@gmail.com>
1984
1985 * loading.texi (Where Defined): Add `defface' item.
1986
d632fb82
MR
19872008-09-06 Martin Rudalics <rudalics@gmx.at>
1988
1989 * loading.texi (Where Defined): Fix description of symbol-file.
1990
905a9adb
JR
19912008-08-26 Jason Rumney <jasonr@gnu.org>
1992
1993 * display.texi (TIFF Images): New section describing :index property.
1994
852e91b7
CY
19952008-08-23 Chong Yidong <cyd@stupidchicken.com>
1996
1997 * display.texi (Temporary Displays): Remove unnecessary comment
1998 about usage of temp-buffer-show-hook.
1999
6be001ee
CY
20002008-08-05 Chong Yidong <cyd@stupidchicken.com>
2001
2002 * symbols.texi (Other Plists): Fix incorrect example.
2003 Suggested by Florian Beck.
2004
58e3d8e8
JB
20052008-07-31 Juanma Barranquero <lekktu@gmail.com>
2006
2007 * os.texi: Fix previous change.
2008
7c2fb837
DN
20092008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
2010
2011 * os.texi:
2012 * intro.texi:
2013 * files.texi: Remove VMS support.
2014
9e2a2647
DN
20152008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
2016
2017 * os.texi:
2018 * frames.texi:
2019 * display.texi: Remove mentions of Mac Carbon.
2020
c4f4682b
MB
20212008-07-01 Miles Bader <miles@gnu.org>
2022
2023 * text.texi (Special Properties):
2024 * display.texi (Truncation): Add wrap-prefix and line-prefix.
2025
3696411e
JB
20262008-06-28 Johan Bockgård <bojohan@gnu.org>
2027
2028 * display.texi (Other Image Types): Fix copy/paste error; say
2029 "PBM", not "XBM".
2030
f2a77c3a
DN
20312008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
2032
2033 * os.texi: Remove references to obsolete systems.
2034
6d52677d
EZ
20352008-06-20 Eli Zaretskii <eliz@gnu.org>
2036
2037 * makefile.w32-in (distclean): Remove makefile.
2038
1a87da4c
GM
20392008-06-17 Glenn Morris <rgm@gnu.org>
2040
2041 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
2042 (elisp, dist): Remove rules and variables that are obsolete now
2043 the lisp manual is no longer distributed separately.
2044
fdda1c5d
GM
20452008-06-16 Glenn Morris <rgm@gnu.org>
2046
646692e9
GM
2047 * configure, configure.in, mkinstalldirs: Remove unused files.
2048
2049 * book-spine.texinfo: Set version to 23.0.60.
fdda1c5d 2050 * vol1.texi (EMACSVER):
6a57054b 2051 * vol2.texi (EMACSVER): Set to 23.0.60.
fdda1c5d
GM
2052
2053 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
2054 as per maintain.info.
2055
611bee81
GM
20562008-06-15 Glenn Morris <rgm@gnu.org>
2057
a7bed3a0
GM
2058 * makefile.w32-in (manual): Use "23" rather than "21".
2059
2060 * Makefile.in (emacsver): New, set by configure.
2061 (manual): Use emacsver.
2062
d794edf2
GM
2063 * intro.texi: Report bugs using M-x report-emacs-bug.
2064
611bee81
GM
2065 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
2066
c73e02fa
GM
20672008-06-13 Daniel Engeler <engeler@gmail.com>
2068
2069 * elisp.texi, internals.texi, processes.texi: Add documentation
2070 about serial port access.
2071
e40a85cd
MB
20722008-06-05 Miles Bader <miles@gnu.org>
2073
2074 * display.texi (Displaying Faces): Update to reflect function
2075 renamings in face-remap.el.
2076
7b753744
JB
20772008-06-05 Juanma Barranquero <lekktu@gmail.com>
2078
2079 * display.texi (Fontsets): Fix typos.
2080
9d3d42fb
MB
20812008-06-03 Miles Bader <miles@gnu.org>
2082
7b753744
JB
2083 * display.texi (Displaying Faces): Add add-relative-face-remapping,
2084 remove-relative-face-remapping, set-base-face-remapping,
2085 and set-default-base-face-remapping.
9d3d42fb 2086
f2cec7a9
MB
20872008-06-01 Miles Bader <miles@gnu.org>
2088
2089 * display.texi (Displaying Faces): Add face-remapping-alist.
2090
8f39c96d
SM
20912008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2092
2093 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
2094 variable names.
2095
1ef5eecc
ER
20962008-05-03 Eric S. Raymond <esr@golux>
2097
352c8b4a 2098 * keymaps.texi: Clarify that (current-local-map) and
1ef5eecc
ER
2099 (current-global-map) return references, not copies.
2100
63b4387f
JL
21012008-05-02 Juri Linkov <juri@jurta.org>
2102
2103 * minibuf.texi (Text from Minibuffer): Document a list of
2104 default values for `read-from-minibuffer'.
2105
38a8b703
JB
21062008-04-24 Juanma Barranquero <lekktu@gmail.com>
2107
2108 * nonascii.texi (Translation of Characters): Fix previous change.
2109
7c42e639
CY
21102008-04-20 Chong Yidong <cyd@stupidchicken.com>
2111
2112 * display.texi (Overlay Properties): Clarify role of underlying
2113 textprop and overlay keymaps for display strings.
2114
2115 * keymaps.texi (Active Keymaps): Ditto.
2116
25c0d999
SM
21172008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
2118
2119 * minibuf.texi (Programmed Completion):
2120 Replace dynamic-completion-table with the new completion-table-dynamic.
2121
e3af5968
CY
21222008-04-07 Chong Yidong <cyd@stupidchicken.com>
2123
2124 * intro.texi (Some Terms): Change "fonts in this manual" index
2125 entry to "typographic conventions".
2126
6bfc8698
EZ
21272008-04-05 Eli Zaretskii <eliz@gnu.org>
2128
2129 * objects.texi (Text Props and Strings): Add indexing for read
2130 syntax of text properties.
2131
4972c361
SM
21322008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
2133
2134 * processes.texi (Decoding Output): Remove process-filter-multibyte
2135 functions.
2136
c70a68db
MR
21372008-03-15 Martin Rudalics <rudalics@gmx.at>
2138
2139 * display.texi (Finding Overlays): Say that empty overlays at
2140 the end of the buffer are reported too.
2141
1291fd36
GM
21422008-03-13 Glenn Morris <rgm@gnu.org>
2143
2144 * elisp.texi (EMACSVER): Set to 23.0.60.
2145
c6b0dfd5
CY
21462008-02-26 Chong Yidong <cyd@stupidchicken.com>
2147
38a8b703 2148 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
c6b0dfd5 2149
875fc30c
GM
21502008-02-22 Glenn Morris <rgm@gnu.org>
2151
2152 * frames.texi (Position Parameters): Clarify the description of
2153 `left' and `top', using information from "Geometry".
2154 (Geometry): Give a pointer to "Position Parameters", rather than
2155 repeating information.
2156
d8c8e45a
GM
21572008-02-11 Glenn Morris <rgm@gnu.org>
2158
2159 * objects.texi (Equality Predicates): No longer talk about "two"
2160 functions.
2161
38a8b703 21622008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
d8c8e45a
GM
2163
2164 * objects.texi (Equality Predicates): Add defun for
2165 equal-including-properties.
2166
bfffe0b1
GM
21672008-02-10 Glenn Morris <rgm@gnu.org>
2168
2169 * objects.texi (Equality Predicates):
2170 Mention equal-including-properties.
2171
431b78c9
RS
21722008-02-07 Richard Stallman <rms@gnu.org>
2173
2174 * windows.texi (Window Start): Mention the feature of moving
2175 window-start to start of line.
2176
c8763fb6 21772008-02-07 Jan Djärv <jan.h.d@swipnet.se>
eafa12e6
JD
2178
2179 * keymaps.texi (Tool Bar): Document rtl property.
2180
1a256502
TTN
21812008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
2182
2183 * display.texi (Button Types):
2184 For define-button-type, clarify type of NAME.
2185
569382c2
MR
21862008-01-19 Martin Rudalics <rudalics@gmx.at>
2187
2188 * buffers.texi (Buffer Modification): Fix typo.
2189
f3041af1
DN
21902008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
2191
2192 * os.texi (System Environment): Remove references to OSes that are
2193 not supported anymore.
2194
d35e1cd7
DN
21952008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2196
2197 * os.texi (System Environment): Remove mention for Masscomp.
2198
23af7580
RS
21992008-01-04 Richard Stallman <rms@gnu.org>
2200
2201 * display.texi (Faces): Don't talk about internal face vector as arg
2202 to facep.
2203
2204 * customize.texi (Type Keywords): Fix previous change.
2205
2206 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
2207 * elisp.texi (Top): Fix menu for commands.texi change.
2208
ec7d5b1e
RS
22092007-12-30 Richard Stallman <rms@gnu.org>
2210
2211 * commands.texi (Accessing Mouse): Renamed from Accessing Events.
2212 (Accessing Scroll): New node broken out of Accessing Mouse.
2213
101a6cea
RS
22142007-12-28 Richard Stallman <rms@gnu.org>
2215
2216 * frames.texi (Size Parameters): Fix typo.
7f9e0c04 2217 (Basic Parameters): For `title', refer to title bar.
041817a4 2218 (Size and Position): Explain meaning of frame pixel width and height.
101a6cea 2219
72b7e664
RS
22202007-12-23 Richard Stallman <rms@gnu.org>
2221
2222 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
2223 Improve some of the commented-out keywords' text too.
2224
27a4f445
MR
22252007-12-14 Martin Rudalics <rudalics@gmx.at>
2226
e2e3f1d7
MR
2227 * nonascii.texi (Encoding and I/O): Reword to avoid saying
2228 "visit the current buffer".
2229
27a4f445
MR
2230 * os.texi (System Interface): Fix typo.
2231
a2afc99d
RS
22322007-12-04 Richard Stallman <rms@gnu.org>
2233
2234 * objects.texi (Symbol Type): Fix typo.
2235
b694135c
RS
22362007-12-03 Richard Stallman <rms@gnu.org>
2237
2238 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
2239
f99a19da
GM
22402007-12-01 Glenn Morris <rgm@gnu.org>
2241
2242 * functions.texi (Declaring Functions): Improve previous change.
2243
8f4b37d8
GM
22442007-11-30 Glenn Morris <rgm@gnu.org>
2245
2246 * functions.texi (Declaring Functions): Add optional fourth
2247 argument of declare-function, and setting third argument to `t'.
2248
61a2fe01
RS
22492007-11-29 Richard Stallman <rms@gnu.org>
2250
2251 * customize.texi (Composite Types): Document `group' type.
2252
cbfc5193
GM
22532007-11-29 Glenn Morris <rgm@gnu.org>
2254
2255 * functions.texi (Declaring Functions): Add findex. Mention
2256 `external' files.
2257
8386283a
JB
22582007-11-26 Juanma Barranquero <lekktu@gmail.com>
2259
2260 * functions.texi (Declaring Functions): Fix directive.
2261
a07c9a8b
RS
22622007-11-25 Richard Stallman <rms@gnu.org>
2263
2264 * help.texi (Help Functions): Clean up last change.
2265
2266 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
2267
2268 * loading.texi (Named Features): Minor cleanup.
2269
2270 * macros.texi (Eval During Expansion): Minor cleanup.
2271
2272 * variables.texi (Variable Aliases): Minor cleanup.
2273
a0925923
RS
22742007-11-24 Richard Stallman <rms@gnu.org>
2275
2276 * functions.texi (Declaring Functions): Clarify previous change.
2277
2278 * compile.texi (Compiler Errors): Clarify previous change.
2279
20c63e44
RS
22802007-11-24 Richard Stallman <rms@gnu.org>
2281
e5e76c04 2282 * display.texi (Refresh Screen, Forcing Redisplay):
20c63e44
RS
2283 Clarify the text and move items around.
2284
5bb0cda3
GM
22852007-11-24 Glenn Morris <rgm@gnu.org>
2286
2287 * functions.texi (Declaring Functions): New section.
2288 * compile.texi (Compiler Errors): Mention declaring functions,
2289 defvar with no initvalue, and byte-compile-warnings.
2290
af13c86a
MR
22912007-11-15 Martin Rudalics <rudalics@gmx.at>
2292
2293 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
2294 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
2295
a5373305
MR
22962007-11-13 Martin Rudalics <rudalics@gmx.at>
2297
2298 * help.texi (Help Functions): Document new macro `with-help-window'.
2299
fe284805
JL
23002007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
2301
2302 * searching.texi (Replacing Match): Describe new
2303 `match-substitute-replacement'.
2304
2c3a09b1
RS
23052007-10-31 Richard Stallman <rms@gnu.org>
2306
2307 * strings.texi (Creating Strings): Null strings from concat not unique.
2308
f2b480f4
RS
23092007-10-26 Richard Stallman <rms@gnu.org>
2310
2311 * objects.texi (Equality Predicates): Null strings are uniquified.
2312
2313 * minibuf.texi: Minor clarifications in previous change.
2314
db21122c
GM
23152007-10-25 Glenn Morris <rgm@gnu.org>
2316
2317 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
2318
2328cbb3
RS
23192007-10-24 Richard Stallman <rms@gnu.org>
2320
2321 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
2322
2323 * variables.texi (Frame-Local Variables): Node deleted.
2324 (Variables): Delete Frame-Local Variables from menu.
2325 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
2326 (Default Value): Don't mention frame-local vars.
2327
2328 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
2329
2330 * loading.texi (Unloading): Document FEATURE-unload-function
2331 instead of FEATURE-unload-hook.
2332
2328cbb3
RS
2333 * frames.texi (Multiple Displays): Don't mention frame-local vars.
2334
c066bafa
JL
23352007-10-22 Juri Linkov <juri@jurta.org>
2336
2337 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
2338 (High-Level Completion): Document a list of default value strings
2339 in the DEFAULT argument, for which minibuffer functions return the
2340 first element.
2341
65ced25f
JL
23422007-10-17 Juri Linkov <juri@jurta.org>
2343
2344 * text.texi (Filling): Update arguments of fill-paragraph.
2345 fill-paragraph operates on the active region in Transient Mark mode.
2346 Remove fill-paragraph-or-region.
2347
ee46ec8e
KB
23482007-10-13 Karl Berry <karl@gnu.org>
2349
2350 * elisp.texi (@dircategory): Move to after @copying,
2351 since we want @copying as close as possible to the beginning of
2352 the output.
2353
61bbdbc6
RS
23542007-10-12 Richard Stallman <rms@gnu.org>
2355
2356 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
2357
2358 * commands.texi (Distinguish Interactive): New node,
2359 broken out from Interactive Call and rewritten.
2360 (Command Loop): Put Distinguish Interactive in menu.
2361
af23e1e8
RS
23622007-10-09 Richard Stallman <rms@gnu.org>
2363
2364 * text.texi (Examining Properties): Mention overlay priority.
2365
2366 * display.texi (Display Margins): Correct the description
2367 of margin display specifications.
2368 (Replacing Specs): New subnode broken out of Display Property.
2369
e1965a69
JL
23702007-10-06 Juri Linkov <juri@jurta.org>
2371
2372 * text.texi (Filling): Document fill-paragraph-or-region.
2373
4638454b
JB
23742007-10-05 Juanma Barranquero <lekktu@gmail.com>
2375
2376 * display.texi (Auto Faces): Fix typo.
2377
7ed54cc5
RS
23782007-10-02 Richard Stallman <rms@gnu.org>
2379
2380 * display.texi (Display Property): Explain some display specs
2381 don't let you move point in.
2382
2383 * frames.texi (Cursor Parameters): Describe
2384 cursor-in-non-selected-windows here. Explain more values.
2385
2386 * windows.texi (Basic Windows): Don't describe
2387 cursor-in-non-selected-windows here.
2388
305a7ef2
EZ
23892007-10-01 Eli Zaretskii <eliz@gnu.org>
2390
2391 * processes.texi (Misc Network): Note that these functions are
2392 supported only on some systems.
2393
f7a7f4eb
RS
23942007-10-01 Richard Stallman <rms@gnu.org>
2395
2396 * display.texi (Overlay Properties): Explain nil as priority.
2397 Explain that conflicts are unpredictable if not resolved by
2398 priorities.
2399
780d7bb9
RS
24002007-09-23 Richard Stallman <rms@gnu.org>
2401
2402 * macros.texi (Backquote): Minor clarification.
2403
14b4fdfb
RS
24042007-09-19 Richard Stallman <rms@gnu.org>
2405
2406 * display.texi (Display Property): Explain multiple display specs.
9600ac7c
RS
2407 Clarify when they work in parallel and when one overrides.
2408 Fix error in example.
14b4fdfb 2409
b8d4c8d0
GM
24102007-09-06 Glenn Morris <rgm@gnu.org>
2411
b3e755a9 2412 Move from lispref/ to doc/lispref/. Change all setfilename
b8d4c8d0
GM
2413 commands to use ../../info.
2414 * Makefile.in (infodir): Go up one more level.
4638454b 2415 (usermanualdir): Change from ../man to ../emacs.
b8d4c8d0
GM
2416 (miscmanualdir): New.
2417 (dist): Use new variable miscmanualdir.
2418 * makefile.w32-in (infodir, texinputdir): Go up one more level.
2419 (usermanualdir): Change from ../man to ../emacs.
2420
1bb1f7d3
MR
24212007-08-30 Martin Rudalics <rudalics@gmx.at>
2422
2423 * commands.texi (Command Loop Info): Advise against changing
2424 most variables described here. Explain new variable
2425 last-repeatable-command.
2426
b8d4c8d0
GM
24272007-08-29 Glenn Morris <rgm@gnu.org>
2428
2429 * elisp.texi (EMACSVER): Increase to 23.0.50.
2430
24312007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
2432
2433 * frames.texi (Basic Parameters): Add display-environment-variable
2434 and term-environment-variable.
2435
24362007-08-28 Juri Linkov <juri@jurta.org>
2437
2438 * display.texi (Image Formats, Other Image Types): Add SVG.
2439
24402007-08-28 Juri Linkov <juri@jurta.org>
2441
2442 * display.texi (Images): Move formats-related text to new node
2443 "Image Formats".
2444 (Image Formats): New node.
2445
619fb9ee
RS
24462007-08-27 Richard Stallman <rms@gnu.org>
2447
2448 * windows.texi (Window Configurations): Clarify what
2449 a window configuration saves.
2450
b8d4c8d0
GM
24512007-08-25 Richard Stallman <rms@gnu.org>
2452
2453 * display.texi (Images): Delete redundant @findex.
2454
24552007-08-16 Richard Stallman <rms@gnu.org>
2456
2457 * processes.texi (Asynchronous Processes): Clarify
2458 doc of start-file-process.
2459
24602007-08-08 Martin Rudalics <rudalics@gmx.at>
2461
2462 * modes.texi (Example Major Modes): Fix typo.
2463
24642007-08-08 Glenn Morris <rgm@gnu.org>
2465
2466 * intro.texi (nil and t): Do not use `iff' in documentation.
2467
2468 * tips.texi (Documentation Tips): Recommend against `iff'.
2469
24702007-08-07 Chong Yidong <cyd@stupidchicken.com>
2471
2472 * display.texi (Image Cache): Document image-refresh.
2473
24742007-08-06 Martin Rudalics <rudalics@gmx.at>
2475
2476 * windows.texi (Size of Window): Document window-full-width-p.
2477
24782007-07-25 Glenn Morris <rgm@gnu.org>
2479
2480 * gpl.texi (GPL): Replace license with GPLv3.
2481
2482 * Relicense all FSF files to GPLv3 or later.
2483
24842007-07-24 Michael Albinus <michael.albinus@gmx.de>
2485
4638454b
JB
2486 * processes.texi (Synchronous Processes):
2487 Add `process-file-shell-command'.
b8d4c8d0
GM
2488 (Asynchronous Processes): Mention restricted use of
2489 `process-filter' and `process-sentinel' in
2490 `start-file-process'. Add `start-file-process-shell-command'.
2491
24922007-07-17 Michael Albinus <michael.albinus@gmx.de>
2493
2494 * files.texi (Magic File Names): Introduce optional parameter
2495 IDENTIFICATION for `file-remote-p'.
2496
24972007-07-16 Richard Stallman <rms@gnu.org>
2498
2499 * display.texi (Defining Faces): Fix previous change.
2500
25012007-07-14 Richard Stallman <rms@gnu.org>
2502
2503 * control.texi (Handling Errors): Document `debug' in handler list.
2504
25052007-07-10 Richard Stallman <rms@gnu.org>
2506
2507 * display.texi (Defining Faces): Explain C-M-x feature for defface.
2508
25092007-07-09 Richard Stallman <rms@gnu.org>
2510
2511 * files.texi (Magic File Names): Rewrite previous change.
2512
25132007-07-08 Michael Albinus <michael.albinus@gmx.de>
2514
2515 * files.texi (Magic File Names): Introduce optional parameter
2516 CONNECTED for `file-remote-p'.
2517
25182007-07-07 Michael Albinus <michael.albinus@gmx.de>
2519
2520 * processes.texi (Asynchronous Processes):
2521 * files.texi (Magic File Names): Add `start-file-process'.
2522
25232007-06-27 Richard Stallman <rms@gnu.org>
2524
2525 * files.texi (Format Conversion Piecemeal): Clarify
2526 `after-insert-file-functions' calling convention.
2527
25282007-06-27 Michael Albinus <michael.albinus@gmx.de>
2529
4638454b
JB
2530 * files.texi (Magic File Names): Remove `dired-call-process'.
2531 Add `process-file'.
b8d4c8d0
GM
2532
25332007-06-27 Kenichi Handa <handa@m17n.org>
2534
2535 * text.texi (Special Properties): Fix description about
4638454b 2536 `composition' property.
b8d4c8d0
GM
2537
25382007-06-26 Kenichi Handa <handa@m17n.org>
2539
2540 * nonascii.texi (Default Coding Systems): Document about the
2541 return value `undecided'.
2542
25432007-06-25 David Kastrup <dak@gnu.org>
2544
2545 * keymaps.texi (Active Keymaps): Document new POSITION argument of
2546 `current-active-maps'.
2547
25482007-06-24 Karl Berry <karl@gnu.org>
2549
4638454b 2550 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
b8d4c8d0
GM
2551
25522007-06-15 Juanma Barranquero <lekktu@gmail.com>
2553
2554 * display.texi (Overlay Arrow): Doc fix.
2555
25562007-06-14 Karl Berry <karl@tug.org>
2557
2558 * anti.texi (Antinews): Typo.
2559
25602007-06-14 Chong Yidong <cyd@stupidchicken.com>
2561
2562 * display.texi (Image Cache): Document image-refresh.
2563
25642007-06-12 Karl Berry <karl@gnu.org>
2565
2566 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
2567 * two-volume.make: New file.
2568 * .cvsignore: Ignore two-volume files.
2569
25702007-06-12 Tom Tromey <tromey@redhat.com>
2571
2572 * os.texi (Init File): Document user-emacs-directory.
2573
25742007-06-03 Nick Roberts <nickrob@snap.net.nz>
2575
2576 * commands.texi (Click Events): Describe width and height when
2577 object is nil.
2578
25792007-05-30 Nick Roberts <nickrob@snap.net.nz>
2580
2581 * commands.texi (Click Events): Layout more logically. Describe
2582 width and height.
2583 (Drag Events, Motion Events): Update to new format for position.
2584
25852007-06-02 Richard Stallman <rms@gnu.org>
2586
2587 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
2588
25892007-06-02 Chong Yidong <cyd@stupidchicken.com>
2590
2591 * Version 22.1 released.
2592
25932007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2594
2595 * text.texi (Special Properties): Correct meaning of fontified face.
2596
25972007-05-30 Richard Stallman <rms@gnu.org>
2598
2599 * text.texi (Special Properties): Add link to Adjusting Point.
2600
26012007-05-12 Richard Stallman <rms@gnu.org>
2602
2603 * text.texi (Margins): indent-to-left-margin is not the default.
2604 (Mode-Specific Indent): For indent-line-function, the default
2605 is indent-relative.
2606
2607 * modes.texi (Example Major Modes): Explain last line of text-mode
2608 is redundant.
2609
26102007-05-10 Richard Stallman <rms@gnu.org>
2611
2612 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
2613
2614 * help.texi (Keys in Documentation): Add reference to
2615 Documentation Tips.
2616
2617 * files.texi (Format Conversion): TO-FN gets three arguments.
2618
2619 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
2620
26212007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
2622
2623 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
2624 * files.texi (Format Conversion): Expand intro; add menu.
2625 (Format Conversion Overview, Format Conversion Round-Trip)
2626 (Format Conversion Piecemeal): New nodes/subsections.
2627 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
2628 * text.texi (Text Properties): Remove "Saving Properties" from menu.
2629 (Saving Properties): Delete node/subsection.
2630
26312007-05-07 Karl Berry <karl@gnu.org>
2632
2633 * elisp.texi (EMACSVER): Back to 22.
2634
26352007-05-06 Richard Stallman <rms@gnu.org>
2636
2637 * processes.texi (Accepting Output): Revert most of previous change.
2638
26392007-05-05 Richard Stallman <rms@gnu.org>
2640
2641 * processes.texi (Accepting Output): accept-process-output
2642 uses microseconds, not milliseconds. But that arg is obsolete.
2643
26442007-05-04 Karl Berry <karl@tug.org>
2645
2646 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
2647
26482007-05-04 Eli Zaretskii <eliz@gnu.org>
2649
2650 * tips.texi (Documentation Tips): Rearrange items to place the
2651 more important ones first. Add an index entry for hyperlinks.
2652
26532007-05-03 Karl Berry <karl@gnu.org>
2654
2655 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
2656 (EMACSVER) [smallbook]: 22 for printed version.
2657
2658 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
2659 so restore anchor to normal position after defun. Found by Kevin Ryde.
2660
26612007-04-26 Glenn Morris <rgm@gnu.org>
2662
2663 * elisp.texi (EMACSVER): Increase to 22.1.50.
2664
26652007-04-28 Karl Berry <karl@gnu.org>
2666
2667 * elisp.texi: Improve line breaks on copyright page,
2668 similar layout to emacs manual, 8.5x11 by default.
2669
26702007-04-24 Richard Stallman <rms@gnu.org>
2671
2672 * text.texi (Special Properties): Add xref to Overlay Properties.
2673
2674 * display.texi (Overlay Properties): Add xref to Special Properties.
2675
26762007-04-22 Richard Stallman <rms@gnu.org>
2677
2678 * keymaps.texi (Extended Menu Items): Move the info about
2679 format with cached keyboard binding.
2680
26812007-04-21 Richard Stallman <rms@gnu.org>
2682
2683 * text.texi (Special Properties): Clarify previous change.
2684
2685 * files.texi (File Name Expansion): Clarify previous change.
2686
2687 * display.texi (Attribute Functions): Fix example for
2688 face-attribute-relative-p.
2689
26902007-04-19 Kenichi Handa <handa@m17n.org>
2691
2692 * text.texi (Special Properties): Document composition property.
2693
26942007-04-19 Glenn Morris <rgm@gnu.org>
2695
2696 * files.texi (File Name Expansion): Mention "superroot".
2697
26982007-04-15 Chong Yidong <cyd@stupidchicken.com>
2699
2700 * frames.texi (Multiple Displays): Add note about "multi-monitor"
2701 setups.
2702 (Display Feature Testing): Note that display refers to all
2703 physical monitors for multi-monitor setups.
2704
27052007-04-14 Richard Stallman <rms@gnu.org>
2706
2707 * lists.texi (Sets And Lists): Clarify `delete' examples.
2708 Remove spurious xref to same node.
2709 Clarify xref for add-to-list.
2710
27112007-04-12 Nick Roberts <nickrob@snap.net.nz>
2712
2713 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
2714 value of lisp-mode-map.
2715
27162007-04-11 Karl Berry <karl@gnu.org>
2717
2718 * anti.texi (Antinews):
2719 * display.texi (Overlay Properties, Defining Images):
2720 * processes.texi (Synchronous Processes, Sentinels):
2721 * syntax.texi (Syntax Table Internals):
2722 * searching.texi (Regexp Special):
2723 * nonascii.texi (Default Coding Systems):
2724 * text.texi (Special Properties):
2725 * minibuf.texi (Basic Completion): Wording to improve breaks in
2726 8.5x11 format.
2727 * elisp.texi (smallbook): New @set to more easily switch between
2728 smallbook and 8.5x11.
2729
27302007-04-11 Richard Stallman <rms@gnu.org>
2731
2732 * text.texi (Lazy Properties): Minor fix.
2733
27342007-04-08 Karl Berry <karl@gnu.org>
2735
2736 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
2737 * macros.texi (Backquote): Downcase Backquote in index entries for
2738 consistency.
2739
27402007-04-08 Richard Stallman <rms@gnu.org>
2741
2742 * text.texi (Adaptive Fill): Just describe default,
2743 don't show it (since it contains non-ASCII chars).
2744
27452007-04-07 Karl Berry <karl@gnu.org>
2746
2747 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
2748 adaptive-fill-regexp's value, since they are not in the standard
2749 TeX fonts.
2750
27512007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
2752
2753 * display.texi (Defining Faces): Fix example.
2754
27552007-04-07 Karl Berry <karl@gnu.org>
2756
2757 * display.texi (Button Buffer Commands): Improve page break.
2758
27592007-04-07 Richard Stallman <rms@gnu.org>
2760
2761 * advice.texi (Activation of Advice): Remove redundant index entry.
2762
2763 * backups.texi: Improve index entries. Remove redundant ones.
2764
2765 * compile.texi (Byte Compilation): Improve index entry.
2766
2767 * hash.texi (Creating Hash): Improve index entry.
2768
2769 * symbols.texi (Definitions): Improve index entry.
2770
2771 * edebug.texi: Improve index entries. Remove redundant/useless ones.
2772
2773 * maps.texi (Standard Keymaps): Remove useless index entry.
2774
2775 * help.texi (Documentation Basics): Remove redundant index entries.
2776
2777 * customize.texi: Improve index entries.
2778 Remove redundant/useless ones.
2779
2780 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
2781
2782 * streams.texi (Output Variables): Improve index entry.
2783
2784 * abbrevs.texi (Abbrevs): Remove useless index entry.
2785
2786 * macros.texi (Expansion): Remove useless index entry.
2787
2788 * text.texi: Improve index entries. Remove redundant/useless ones.
2789 (Text Properties, Examining Properties)
2790 (Special Properties): Use "property category" instead of "category"
2791 to refer to the `category' property.
2792
2793 * positions.texi: Improve index entries. Remove useless one.
2794
2795 * lists.texi: Improve index entries. Remove redundant/useless ones.
2796
2797 * os.texi: Improve index entries.
2798 (Timers): Fix previous change.
2799
2800 * buffers.texi: Improve index entries.
2801 (Modification Time): Get rid of term "obsolete buffer".
2802
2803 * debugging.texi: Improve index entries.
2804 (Test Coverage): Add xref to other test coverage ftr.
2805
2806 * eval.texi: Improve index entry. Remove redundant ones.
2807
2808 * numbers.texi: Improve index entries. Remove redundant/useless ones.
2809
2810 * files.texi: Improve index entries. Remove redundant/useless ones.
2811
2812 * objects.texi: Improve index entries.
2813
2814 * processes.texi: Improve index entries.
2815
2816 * modes.texi: Improve index entry. Remove redundant one.
2817
2818 * nonascii.texi: Improve index entries.
2819
2820 * internals.texi: Improve index entries.
2821
2822 * syntax.texi: Improve index entries.
2823
2824 * keymaps.texi (Active Keymaps): Improve index entries.
2825
2826 * commands.texi: Improve index entries. Remove redundant/useless ones.
2827
2828 * frames.texi: Improve index entries. Remove redundant/useless ones.
2829
2830 * markers.texi: Improve index entries. Remove redundant ones.
2831
2832 * tips.texi: Improve index entries.
2833
2834 * loading.texi (Unloading): Improve index entry.
2835
2836 * variables.texi: Improve index entries. Remove redundant one.
2837
2838 * sequences.texi: Improve index entry.
2839
2840 * display.texi: Improve index entries. Remove redundant ones.
2841
2842 * windows.texi: Improve index entries.
2843
2844 * searching.texi: Improve index entries. Remove redundant one.
2845
2846 * strings.texi (Case Tables): Improve last change.
2847
28482007-04-04 Chong Yidong <cyd@stupidchicken.com>
2849
2850 * strings.texi (Case Tables): Document with-case-table and
2851 ascii-case-table.
2852
28532007-04-03 Karl Berry <karl@gnu.org>
2854
2855 * processes.texi (Network): Reword to improve page break.
2856
28572007-04-03 Eli Zaretskii <eliz@gnu.org>
2858
2859 * functions.texi (Inline Functions): Describe more disadvantages
2860 of defsubst, and make advice against it stronger.
2861
28622007-04-02 Karl Berry <karl@gnu.org>
2863
2864 * backups.texi (Backup Names): Avoid widow words.
2865 * modes.texi (Example Major Modes): Align last comment.
2866
28672007-04-01 Chong Yidong <cyd@stupidchicken.com>
2868
2869 * keymaps.texi (Remapping Commands): Document new arg to
2870 command-remapping.
2871
28722007-04-01 Karl Berry <karl@gnu.org>
2873
2874 * processes.texi (Low-Level Network): Typo.
2875 * loading.texi (Hooks for Loading): Avoid double "the".
2876 * keymaps.texi (Key Sequences): No double "and".
2877 (Changing Key Bindings): Shorten to improve line break.
2878
28792007-03-31 Glenn Morris <rgm@gnu.org>
2880
2881 * os.texi (Timers): Fix description of run-at-time TIME formats.
2882
28832007-03-31 Richard Stallman <rms@gnu.org>
2884
2885 * display.texi (Invisible Text): Correct buffer-invisibility-spec
2886 regarding ellipsis.
2887
28882007-03-31 Eli Zaretskii <eliz@gnu.org>
2889
2890 * intro.texi (nil and t):
2891 * symbols.texi (Plists and Alists):
2892 * variables.texi (Variable Aliases, Constant Variables):
2893 * functions.texi (Defining Functions):
2894 * advice.texi (Advising Primitives):
2895 * debugging.texi (Syntax Errors, Compilation Errors):
2896 * minibuf.texi (Minibuffer Windows):
2897 * commands.texi (Adjusting Point):
2898 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
2899 (Auto Major Mode, Major Mode Conventions):
2900 * help.texi (Describing Characters):
2901 * files.texi (Create/Delete Dirs, Information about Files)
2902 (File Locks, Writing to Files, Reading from Files)
2903 (Saving Buffers):
2904 * windows.texi (Resizing Windows, Cyclic Window Ordering):
2905 * frames.texi (Finding All Frames):
2906 * positions.texi (Buffer End, Motion):
2907 * markers.texi (The Region):
2908 * text.texi (Deletion, Near Point):
2909 * display.texi (Displaying Messages, Truncation):
2910 * os.texi (Processor Run Time):
2911 * tips.texi (Key Binding Conventions, Programming Tips)
2912 (Warning Tips, Documentation Tips, Comment Tips):
2913 * internals.texi (Memory Usage): Improve indexing.
2914
2915 * variables.texi (Frame-Local Variables):
2916 * functions.texi (Argument List):
2917 * loading.texi (Library Search):
2918 * streams.texi (Output Variables):
2919 * keymaps.texi (Translation Keymaps, Searching Keymaps):
2920 * searching.texi (Replacing Match, Search and Replace):
2921 * processes.texi (Byte Packing, Decoding Output)
2922 (Accepting Output, Network Servers, Shell Arguments):
2923 * display.texi (Abstract Display, Image Cache, Scroll Bars):
2924 * windows.texi (Window Point, Window Start):
2925 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
2926 * commands.texi (Reading Input, Keyboard Events):
2927 * minibuf.texi (Reading File Names, Minibuffer Completion)
2928 (Recursive Mini):
2929 * positions.texi (List Motion):
2930 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
2931 * numbers.texi (Arithmetic Operations, Math Functions)
2932 (Predicates on Numbers, Comparison of Numbers):
2933 (Numeric Conversions):
2934 * locals.texi (Standard Buffer-Local Variables):
2935 * maps.texi (Standard Keymaps):
2936 * os.texi (User Identification, System Environment, Recording Input)
2937 (X11 Keysyms):
2938 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
2939 * backups.texi (Backups and Auto-Saving):
2940 * customize.texi (Customization, Group Definitions)
2941 (Variable Definitions):
2942 * compile.texi (Byte Compilation): Improve index entries.
2943
29442007-03-31 Karl Berry <karl@gnu.org>
2945
2946 * macros.texi (Defining Macros): Avoid widow syllable.
2947
29482007-03-31 Eli Zaretskii <eliz@gnu.org>
2949
2950 * elisp.texi (Top): Postscript -> PostScript.
2951
2952 * display.texi (Images, Postscript Images): Postscript -> PostScript.
2953
29542007-03-31 Markus Triska <markus.triska@gmx.at>
2955
2956 * internals.texi (Writing Emacs Primitives): Untabify `For'.
2957
29582007-03-30 Karl Berry <karl@gnu.org>
2959
2960 * lists.texi (List-related Predicates): Remove spurious @need.
2961 (Setcdr): Use @smallexample to improve page break.
2962 (Association Lists) <assoc>: Reword to improve page break.
2963
2964 * strings.texi (String Conversion): Insert blank line to improve
2965 page break.
2966
2967 * numbers.texi (Random Numbers): Use @minus{}.
2968 (Math Functions): Use @minus{}.
2969
2970 * intro.texi (Acknowledgements): Avoid line breaks before middle
2971 initials.
2972
29732007-03-24 Eli Zaretskii <eliz@gnu.org>
2974
2975 * errors.texi (Standard Errors): Add an index entry.
2976
29772007-03-19 Richard Stallman <rms@gnu.org>
2978
2979 * os.texi (Recording Input): recent-keys now gives 300 keys.
2980
29812007-03-12 Glenn Morris <rgm@gnu.org>
2982
2983 * os.texi: Replace "daylight savings" with "daylight saving"
2984 throughout.
2985
29862007-03-05 Richard Stallman <rms@gnu.org>
2987
2988 * variables.texi (File Local Variables): Update
2989 enable-local-variables values.
2990
29912007-03-04 Richard Stallman <rms@gnu.org>
2992
2993 * syntax.texi (Control Parsing): Minor clarification.
2994
2995 * strings.texi (Formatting Strings): Clarify width, precision, flags.
2996
2997 * sequences.texi (Sequence Functions): Move string-bytes away,
2998 add xref.
2999
3000 * nonascii.texi (Text Representations): Move string-bytes here.
3001
3002 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
3003
3004 * minibuf.texi (Basic Completion): Minor clarification.
3005
3006 * markers.texi (The Mark): Clarify existence vs activation of mark.
3007 Other cleanup.
3008
3009 * display.texi (Finding Overlays): Write better example.
3010
3011 * compile.texi (Eval During Compile): Clarify putting macros
3012 in eval-when-compile.
3013
c5602427 30142007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
b8d4c8d0
GM
3015
3016 * loading.texi (How Programs Do Loading): Fix anchor position at
c5602427 3017 load-read-function definition doc.
b8d4c8d0
GM
3018
30192007-02-21 Kim F. Storm <storm@cua.dk>
3020
3021 * strings.texi (Text Comparison): Mention that assoc-string
3022 converts symbols to strings before testing.
3023
30242007-02-17 Kim F. Storm <storm@cua.dk>
3025
3026 * processes.texi (Bindat Spec): Vector types can have optional
3027 element type.
3028 (Bindat Examples): Fix example. Add vector with element type.
3029
30302007-02-16 Andreas Schwab <schwab@suse.de>
3031
3032 * strings.texi (Formatting Strings): Document '+' flag.
3033
30342007-02-15 Juanma Barranquero <lekktu@gmail.com>
3035
3036 * strings.texi (Modifying Strings): Clarify that `clear-string'
3037 always converts the string to unibyte.
3038
30392007-02-14 Kim F. Storm <storm@cua.dk>
3040
3041 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
3042 Rewrite glyph code description to refer to these functions.
3043 Remove details of encoding face number and char into integer code.
3044
30452007-02-03 Alan Mackenzie <acm@muc.de>
3046
3047 * loading.texi (Hooks for Loading): Make the description of
3048 `eval-after-load' more detailed, and amend the description of
3049 after-load-alist, in accordance with changes from 2006-05.
3050
30512007-02-03 Chong Yidong <cyd@stupidchicken.com>
3052
3053 * modes.texi (Defining Minor Modes): Document that a :require
3054 keyword or similar may be required to make saved customization
3055 variables work.
3056
30572007-02-03 Eli Zaretskii <eliz@gnu.org>
3058
3059 * elisp.texi (Top): Make the detailed menu headers compliant with
3060 Texinfo guidelines and with what texnfo-upd.el expects. Add
3061 comments to prevent people from inadvertently modifying the key
3062 parts needed by `texinfo-multiple-files-update'.
3063
30642007-02-02 Eli Zaretskii <eliz@gnu.org>
3065
3066 * elisp.texi (Top): Update the top-level menus.
3067
3068 * syntax.texi (Categories): Add index entries.
3069
30702007-02-01 Juanma Barranquero <lekktu@gmail.com>
3071
3072 * display.texi (Attribute Functions): Fix name and description of
3073 the UNDERLINE arg of `set-face-underline-p'.
3074
30752007-01-29 Eli Zaretskii <eliz@gnu.org>
3076
3077 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
3078 Variables", and "Standard Keymaps" to the detailed menu.
3079
3080 * variables.texi (Future Local Variables): Add index entry.
3081
30822007-01-28 Richard Stallman <rms@gnu.org>
3083
3084 * tips.texi (Coding Conventions): Clarify the tip about macros
3085 that define a function or a variable.
3086
3087 * files.texi (File Attributes): UID and GID can be floats.
3088 (Magic File Names): Explain why deferring all operations to
3089 the standard handler does not work.
3090
30912007-01-23 Martin Rudalics <rudalics@gmx.at>
3092
3093 * backups.texi (Reverting): Use "buffer" instead of "file"
3094 when talking about major and minor modes.
3095
30962007-01-21 Richard Stallman <rms@gnu.org>
3097
3098 * help.texi (Documentation): Add xref to Documentation Tips.
3099
31002007-01-14 Juanma Barranquero <lekktu@gmail.com>
3101
3102 * tips.texi (Coding Conventions): Fix typos.
3103
31042007-01-05 Richard Stallman <rms@gnu.org>
3105
3106 * modes.texi (Defining Minor Modes): Fix previous change.
3107
31082007-01-03 Richard Stallman <rms@gnu.org>
3109
3110 * customize.texi (Variable Definitions, Customization Types):
3111 Don't use * in doc string for defcustom.
3112
31132007-01-02 Richard Stallman <rms@gnu.org>
3114
3115 * variables.texi (Variable Aliases): Clarify that aliases vars
3116 always have the same value.
3117
3118 * processes.texi (Bindat Spec): Fix Texinfo usage.
3119
3120 * modes.texi (Defining Minor Modes): Explain effect of command
3121 defined with define-global-minor-mode on new buffers.
3122
31232006-12-30 Kim F. Storm <storm@cua.dk>
3124
3125 * keymaps.texi (Tool Bar): Describe `grow-only' value of
3126 `auto-resize-tool-bars'.
3127
31282006-12-30 Richard Stallman <rms@gnu.org>
3129
3130 * keymaps.texi (Active Keymaps): Fix previous change.
3131
31322006-12-30 Nick Roberts <nickrob@snap.net.nz>
3133
3134 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
3135
31362006-12-30 Kim F. Storm <storm@cua.dk>
3137
3138 * processes.texi (Bindat Spec): Clarify using field names in
3139 length specifications.
3140
31412006-12-29 Kim F. Storm <storm@cua.dk>
3142
3143 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
3144 Add count and index variables for eval forms in repeat blocks.
3145
31462006-12-24 Richard Stallman <rms@gnu.org>
3147
3148 * customize.texi (Variable Definitions): Document
3149 new name custom-add-frequent-value.
3150
31512006-12-19 Kim F. Storm <storm@cua.dk>
3152
3153 * commands.texi (Misc Events): User signals now result in sigusr1
3154 and sigusr2 events which are handled through special-event-map.
3155 (Special Events): User signals and drag-n-drop are special.
3156
31572006-12-17 Richard Stallman <rms@gnu.org>
3158
3159 * loading.texi (Named Features): Explain subfeatures better.
3160
3161 * customize.texi: Use "option" only for user options.
3162 For the keyword values inside defcustom etc, say "keywords".
3163 For :options value's elements, say "elements".
3164 :group should not be omitted.
3165
3166 * syntax.texi (Parsing Expressions): Split up node.
3167 (Motion via Parsing, Position Parse, Parser State)
3168 (Low-Level Parsing, Control Parsing): New subnodes.
3169 (Parser State): Document syntax-ppss-toplevel-pos.
3170
3171 * positions.texi (List Motion): Punctuation fix.
3172
3173 * files.texi (File Name Completion): Document PREDICATE arg
3174 to file-name-completion.
3175
31762006-12-16 Eli Zaretskii <eliz@gnu.org>
3177
3178 * internals.texi (Building Emacs, Writing Emacs Primitives):
3179 Add index entries.
3180
31812006-12-11 Richard Stallman <rms@gnu.org>
3182
3183 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
3184 affects face menu. Explain how to make it non-nil without enabling
3185 any fontification.
3186
31872006-12-10 Chong Yidong <cyd@stupidchicken.com>
3188
3189 * modes.texi (Font Lock Basics): Document nil value of
3190 font-lock-defaults.
3191
31922006-12-10 Glenn Morris <rgm@gnu.org>
3193
3194 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
3195 value for system-flag argument. Abbrev tables may not be empty
3196 when major modes are loaded.
3197
31982006-12-08 Juanma Barranquero <lekktu@gmail.com>
3199
3200 * makefile.w32-in (maintainer-clean): Partially revert last
3201 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
3202 to protect elisp-covers.texi.
3203
32042006-12-07 Juanma Barranquero <lekktu@gmail.com>
3205
3206 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
3207 Don't remove elisp* info files; they are already deleted by the
3208 `clean' and `distclean' targets, and they are in the $(infodir)
3209 directory, not the current one.
3210
32112006-12-04 Kim F. Storm <storm@cua.dk>
3212
3213 * commands.texi (Misc Events): Update signal events.
3214 (Event Examples): Add signal example.
3215
32162006-11-29 Richard Stallman <rms@gnu.org>
3217
3218 * frames.texi (Visibility of Frames): Explain visible windows
3219 can be covered by others. Add xref for raise-frame.
3220
32212006-11-28 Richard Stallman <rms@gnu.org>
3222
3223 * searching.texi (Regexp Special): Update when ^ is special.
3224
32252006-11-27 Eli Zaretskii <eliz@gnu.org>
3226
3227 * customize.texi (Customization, Common Keywords)
3228 (Group Definitions, Variable Definitions, Composite Types)
3229 (Type Keywords, Customization Types): Add index entries for
3230 various customization keywords.
3231
32322006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3233
3234 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
3235
c8763fb6 32362006-11-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
3237
3238 * frames.texi (Window System Selections): Remove clipboard from
3239 description of selection-coding-system.
3240
32412006-11-06 Richard Stallman <rms@gnu.org>
3242
3243 * lists.texi (List Variables): Document COMPARE-FN.
3244
3245 * keymaps.texi: Avoid use of "binding" to mean a relation;
3246 use it only to refer to the meaning associated with a key.
3247 (Keymaps): Change menu node description.
3248
3249 * elisp.texi (Top): Change menu node description.
3250
3251 * display.texi (Managing Overlays): Document overlay-recenter.
3252
32532006-10-29 Chong Yidong <cyd@stupidchicken.com>
3254
3255 * Makefile.in: Use relative paths to avoid advertising filesystem
3256 contents during compilation.
3257
32582006-10-23 Kim F. Storm <storm@cua.dk>
3259
3260 * commands.texi (Event Input Misc): Update unread-command-events.
3261
32622006-10-23 Nick Roberts <nickrob@snap.net.nz>
3263
3264 * lists.texi (Sets And Lists): Fix typos.
3265
32662006-10-18 Juanma Barranquero <lekktu@gmail.com>
3267
3268 * control.texi (Processing of Errors): Use @var for an argument,
3269 not @code.
3270
32712006-10-16 Richard Stallman <rms@gnu.org>
3272
3273 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
3274
3275 * keymaps.texi (Format of Keymaps): Show all the keymap element
3276 patterns that result from menu items.
3277 (Key Lookup): Minor cleanups.
3278
3279 * modes.texi (Precalculated Fontification): Don't say that
3280 not setting font-lock-defaults avoids loading font-lock.
3281
3282 * help.texi (Documentation): Move xref to Emacs Manual here.
3283 (Documentation Basics): From here.
3284 Also doc emacs-lisp-docstring-fill-column.
3285
3286 * elisp.texi: Update version and ISBN.
3287
3288 * commands.texi (Interactive Call): Clarify KEYS arg to
3289 call-interactively is a vector.
3290 (Command Loop Info): Delete anchor in this-command-keys.
3291 Add anchor in this-command-keys-vector.
3292 (Recursive Editing): Document how recursive-edit
3293 handles the current buffer.
3294
32952006-10-13 Chong Yidong <cyd@stupidchicken.com>
3296
3297 * frames.texi (Frame Titles): %c and %l are ignored in
3298 frame-title-format.
3299
33002006-10-11 Richard Stallman <rms@gnu.org>
3301
3302 * keymaps.texi (Key Sequences): Clarify use of kbd.
3303
33042006-10-10 Kim F. Storm <storm@cua.dk>
3305
3306 * lists.texi (Sets And Lists): Add memql.
3307
33082006-10-03 Richard Stallman <rms@gnu.org>
3309
3310 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
3311 Clarify :ascii: and :nonascii:.
3312
33132006-09-29 Juri Linkov <juri@jurta.org>
3314
3315 * modes.texi (%-Constructs): Reorder coding systems in the
3316 documentation of %z to the real order displayed in the modeline.
3317
33182006-09-25 Richard Stallman <rms@gnu.org>
3319
3320 * os.texi (Timers): Describe timer-max-repeats.
3321
33222006-09-25 Chong Yidong <cyd@stupidchicken.com>
3323
3324 * os.texi (Timers): Mention with-local-quit.
3325
33262006-09-24 Richard Stallman <rms@gnu.org>
3327
3328 * searching.texi (Searching and Matching): Mention property search.
3329
3330 * commands.texi (Command Loop Info): Explain how read-event affects
3331 this-command-keys.
3332
33332006-09-20 Richard Stallman <rms@gnu.org>
3334
3335 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
3336
3337 * windows.texi (Window Start): Minor cleanups.
3338
33392006-09-20 Kim F. Storm <storm@cua.dk>
3340
3341 * windows.texi (Window Start): pos-visible-in-window-p allows
3342 specifying t for position to mean "end of window".
3343 Add window-line-height.
3344
3345 * anti.texi (Antinews): Mention window-line-height.
3346
33472006-09-19 David Kastrup <dak@gnu.org>
3348
3349 * keymaps.texi (Searching Keymaps): Small clarification.
3350
33512006-09-18 Richard Stallman <rms@gnu.org>
3352
3353 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
3354 cause keyboard menus.
3355 (Menu Keymaps): Likewise.
3356 (Defining Menus, Keyboard Menus): Clarify.
3357
3358 * text.texi (Fields): Clarify explanation of constrain-to-field.
3359
33602006-09-16 Eli Zaretskii <eliz@gnu.org>
3361
3362 * variables.texi (Tips for Defining): Fix a typo.
3363
33642006-09-15 Richard Stallman <rms@gnu.org>
3365
3366 * keymaps.texi (Remapping Commands, Searching Keymaps)
3367 (Active Keymaps): Clean up previous change.
3368
33692006-09-15 Jay Belanger <belanger@truman.edu>
3370
3371 * gpl.texi: Replace "Library Public License" by "Lesser Public
3372 License" throughout.
3373
33742006-09-15 David Kastrup <dak@gnu.org>
3375
3376 * keymaps.texi (Active Keymaps): Adapt description to use
3377 `get-char-property' instead `get-text-property'. Explain how
3378 mouse events change this. Explain the new optional argument of
3379 `key-binding' and its mouse-dependent lookup.
3380 (Searching Keymaps): Adapt description similarly.
3381 (Remapping Commands): Explain the new optional argument of
3382 `command-remapping'.
3383
33842006-09-14 Richard Stallman <rms@gnu.org>
3385
3386 * keymaps.texi (Searching Keymaps): Clarification.
3387 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
3388
33892006-09-13 Richard Stallman <rms@gnu.org>
3390
3391 * objects.texi (Character Type): Node split.
3392 Add xref to Describing Characters.
3393 (Basic Char Syntax, General Escape Syntax)
3394 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
3395
33962006-09-11 Richard Stallman <rms@gnu.org>
3397
3398 * display.texi (Display Table Format): Wording clarification.
3399 (Glyphs): Clarifications.
3400
34012006-09-10 Chong Yidong <cyd@stupidchicken.com>
3402
3403 * keymaps.texi (Active Keymaps): Mention that key-binding checks
3404 local maps.
3405
34062006-09-10 Kim F. Storm <storm@cua.dk>
3407
3408 * display.texi (Forcing Redisplay): Document return value of
3409 function redisplay.
3410
34112006-09-09 Richard Stallman <rms@gnu.org>
3412
3413 * windows.texi (Window Hooks): Explain limits of
3414 window-scroll-functions.
3415
3416 * display.texi (Fringe Indicators): Update for last change in
3417 indicate-buffer-boundaries.
3418
34192006-09-08 Richard Stallman <rms@gnu.org>
3420
3421 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
3422
34232006-09-06 Kim F. Storm <storm@cua.dk>
3424
3425 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
3426
3427 * windows.texi (Window Start): Update pos-visible-in-window-p.
3428
34292006-09-04 Richard Stallman <rms@gnu.org>
3430
3431 * processes.texi (Accepting Output): Explain SECONDS=0 for
3432 accept-process-output.
3433
3434 * os.texi (Idle Timers): Explain why timer functions should not
3435 loop until (input-pending-p).
3436
34372006-09-02 Eli Zaretskii <eliz@gnu.org>
3438
3439 * makefile.w32-in (usermanualdir): New variable.
3440 (elisp.dvi): Use it.
3441
34422006-09-01 Eli Zaretskii <eliz@gnu.org>
3443
3444 * buffers.texi (Buffer Modification): Fix last change.
3445
34462006-09-01 Chong Yidong <cyd@stupidchicken.com>
3447
3448 * buffers.texi (Buffer Modification): Document
3449 buffer-chars-modified-tick.
3450
34512006-08-31 Richard Stallman <rms@gnu.org>
3452
3453 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
3454
34552006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
3456
3457 * modes.texi (Syntactic Font Lock):
3458 Mention font-lock-syntactic-face-function
3459 instead of specific faces.
3460
34612006-08-29 Chong Yidong <cyd@stupidchicken.com>
3462
3463 * display.texi (Images): Add xrref to display-images-p.
3464
34652006-08-28 Kenichi Handa <handa@m17n.org>
3466
3467 * nonascii.texi (Lisp and Coding Systems): Fix description of
3468 detect-coding-region.
3469
34702006-08-27 Michael Olson <mwolson@gnu.org>
3471
3472 * processes.texi (Transaction Queues): Remove stray quote
3473 character.
3474
34752006-08-25 Richard Stallman <rms@gnu.org>
3476
3477 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
3478 Add xref.
3479
34802006-08-24 Chong Yidong <cyd@stupidchicken.com>
3481
3482 * os.texi (Timers): Avoid waiting inside timers.
3483
34842006-08-21 Lute Kamstra <lute@gnu.org>
3485
3486 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
3487
34882006-08-20 Richard Stallman <rms@gnu.org>
3489
3490 * os.texi (Idle Timers): New node, split out from Timers.
3491 Document current-idle-time.
3492 * commands.texi (Reading One Event): Update xref.
3493 * elisp.texi (Top): Update subnode menu.
3494
34952006-08-16 Richard Stallman <rms@gnu.org>
3496
3497 * keymaps.texi (Extended Menu Items): Show format of cached
3498 bindings in extended menu items.
3499
3500 * customize.texi (Variable Definitions): Explain when the
3501 standard value expression is evaluated.
3502
35032006-08-15 Chong Yidong <cyd@stupidchicken.com>
3504
3505 * commands.texi (Reading One Event): Explain idleness in
3506 `read-event'.
3507
35082006-08-12 Chong Yidong <cyd@stupidchicken.com>
3509
3510 * text.texi (Near Point): Say "cursor" not "terminal cursor".
3511 (Commands for Insertion): Removed split-line since it's not
3512 relevant for Lisp programming.
3513 (Yank Commands): Rewrite introduction.
3514 (Undo): Clarify.
3515 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
3516 (Filling): Remove redundant comment. Clarify return value of
3517 current-justification.
3518 (Margins): Minor clarifications.
3519 (Adaptive Fill): Update default value of adaptive-fill-regexp.
3520 (Sorting): Update definition of sort-lines.
3521 (Columns): Clarify behavior of sort-columns.
3522 (Indent Tabs): Link to Tab Stops in Emacs manual.
3523 (Special Properties): Clarify.
3524 (Clickable Text): Mention Buttons package.
3525
35262006-08-12 Kevin Ryde <user42@zip.com.au>
3527
3528 * os.texi (Time Parsing): Add %z to description of
3529 format-time-string, as per docstring. Add cross reference to
3530 glibc manual for strftime.
3531
35322006-08-08 Richard Stallman <rms@gnu.org>
3533
3534 * modes.texi: Clean up wording in previous change.
3535
35362006-08-07 Chong Yidong <cyd@stupidchicken.com>
3537
3538 * modes.texi (Hooks): Clarify.
3539 (Major Mode Basics): Mention define-derived-mode explicitly.
3540 (Major Mode Conventions): Rebinding RET is OK for some modes.
3541 Mention change-major-mode-hook and after-change-major-mode-hook.
3542 (Example Major Modes): Moved to end of Modes section.
3543 (Mode Line Basics): Clarify.
3544 (Mode Line Data): Mention help-echo and local-map in strings.
3545 Explain reason for treatment of non-risky variables.
3546 (Properties in Mode): Clarify.
3547 (Faces for Font Lock): Add font-lock-negation-char-face.
3548
35492006-08-04 Eli Zaretskii <eliz@gnu.org>
3550
3551 * strings.texi (Formatting Strings): Warn against arbitrary
3552 strings as first arg to `format'.
3553
35542006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
3555
3556 * text.texi (Clickable Text): Mention `help-echo' text property.
3557 Update intro, examples and associated explanations.
3558
35592006-07-31 Richard Stallman <rms@gnu.org>
3560
3561 * commands.texi: Update xrefs.
3562 (Event Mod): New node, cut out from old Translating Input.
3563
3564 * maps.texi: Update xrefs.
3565
3566 * keymaps.texi (Translation Keymaps): New node.
3567 Update xrefs from Translating Input to Translation Keymaps.
3568
3569 * elisp.texi (Top): Update subnode menu.
3570
3571 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
3572
3573 * os.texi (System Interface): Fix menu descriptions of some nodes.
3574 (Translating Input): Node deleted.
3575
35762006-07-31 Nick Roberts <nickrob@snap.net.nz>
3577
3578 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
3579
3580 * lists.texi (Sets And Lists): Likewise.
3581
35822006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
3583
3584 * text.texi (Fields): Mention POS
3585 requirement when narrowing is in effect.
3586
35872006-07-28 Richard Stallman <rms@gnu.org>
3588
3589 * display.texi (Face Attributes): Simplify wording.
3590 (Attribute Functions): Clarify meaning of new-frame default
3591 attribute settings.
3592
3593 * customize.texi (Common Keywords): Document how to use
3594 :package-version in a package not in Emacs.
3595
35962006-07-28 Kim F. Storm <storm@cua.dk>
3597
3598 * commands.texi (Reading One Event): Fix last change.
3599
36002006-07-26 Chong Yidong <cyd@stupidchicken.com>
3601
3602 * commands.texi (Reading One Event): Document SECONDS argument for
3603 read-event, read-char, and read-char-exclusive.
3604
36052006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
3606
3607 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
3608 to ensure correct identification.
3609
36102006-07-24 Richard Stallman <rms@gnu.org>
3611
3612 * text.texi (Clickable Text): Clarify.
3613
3614 * sequences.texi (Vector Functions): Delete duplicate xref.
3615
3616 * objects.texi (Function Type): Clarify.
3617
3618 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
3619 modes.
3620
3621 * lists.texi (List Variables): New node.
3622 Material moved from other nodes.
3623
3624 * variables.texi (Setting Variables): add-to-list and
3625 add-to-ordered-list moved to List Variables node.
3626
36272006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
3628
3629 * text.texi (Links and Mouse-1):
3630 For mouse-on-link-p, expand on arg POS.
3631
36322006-07-21 Kim F. Storm <storm@cua.dk>
3633
3634 * display.texi (Forcing Redisplay): Don't mention systems which
3635 don't support sub-second timers for redisplay-preemption-period.
3636
3637 * os.texi (Terminal Output): Clarify text vs graphical terminal.
3638
36392006-07-21 Eli Zaretskii <eliz@gnu.org>
3640
3641 * frames.texi (Input Focus): Document that focus-follows-mouse has
3642 no effect on MS-Windows.
3643
36442006-07-18 Richard Stallman <rms@gnu.org>
3645
3646 * display.texi (Forcing Redisplay): Cleanups in previous change.
3647
3648 * processes.texi (Low-Level Network): Make menu more convenient.
3649
36502006-07-18 Kim F. Storm <storm@cua.dk>
3651
3652 * display.texi (Forcing Redisplay): redisplay-preemption-period
3653 only used on window systems. Add xref to Terminal Output.
3654
3655 * os.texi (Terminal Output): baud-rate only controls preemption on
3656 non-window systems. Add xref to Forcing Redisplay.
3657
3658 * processes.texi (Low-Level Network): Rename node "Make Network"
3659 to "Network Processes".
3660
36612006-07-18 Karl Berry <karl@gnu.org>
3662
3663 * variables.texi, functions.texi, customize.texi, loading.texi:
3664 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
3665
36662006-07-17 Chong Yidong <cyd@stupidchicken.com>
3667
3668 * commands.texi (Waiting): Document batch-mode sit-for behavior.
3669
36702006-07-17 Richard Stallman <rms@gnu.org>
3671
3672 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
3673 Put period and comma inside quotes.
3674
3675 * loading.texi, markers.texi: Use real doublequote inside menus.
3676
3677 * windows.texi: Put point and comma inside quotes.
3678 (Textual Scrolling): Use @samp for error message.
3679
3680 * variables.texi, tips.texi, syntax.texi, symbols.texi:
3681 * strings.texi, streams.texi, processes.texi, os.texi:
3682 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
3683 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
3684 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
3685 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
3686 Put point and comma inside quotes.
3687
3688 * control.texi (Processing of Errors): Add command-error-function.
3689
3690 * variables.texi (File Local Variables): Clarify that
3691 file local variables make buffer-local bindings.
3692
3693 * modes.texi (Syntactic Font Lock): Give default for
3694 font-lock-syntax-table.
3695
36962006-07-17 Nick Roberts <nickrob@snap.net.nz>
3697
3698 * text.texi (Special Properties): Clean up previous change.
3699
37002006-07-16 Karl Berry <karl@gnu.org>
3701
3702 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
3703 * control.texi: Fix bad page breaks through chapter 10 (control).
3704
3705 * anti.texi (Antinews): Reorder face-attribute fns to avoid
3706 underfull hbox.
3707
37082006-07-15 Nick Roberts <nickrob@snap.net.nz>
3709
3710 * text.texi (Special Properties): Describe fontified text property
3711 in relation to a character (not text).
3712
37132006-07-15 Kim F. Storm <storm@cua.dk>
3714
3715 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
3716 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
3717 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
3718
3719 * anti.texi (Antinews): Mention redisplay function.
3720 The kbd macro existed, but was not documented, before 22.x.
3721 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
3722
37232006-07-14 Nick Roberts <nickrob@snap.net.nz>
3724
3725 * display.texi (Displaying Messages): Add anchor.
3726
3727 * frames.texi (Dialog Boxes): Use it.
3728
37292006-07-12 Richard Stallman <rms@gnu.org>
3730
3731 * objects.texi (Frame Type): Explain nature of frames better.
3732
3733 * frames.texi (Frames): Explain nature of frames better.
3734
37352006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
3736
3737 * tips.texi (Coding Conventions): Explain why use cl at compile time.
3738
37392006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3740
3741 * frames.texi (Window System Selections): Mention scrap support for Mac.
3742 Default value of x-select-enable-clipboard is t on Mac.
3743
3744 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
3745
37462006-07-11 Kim F. Storm <storm@cua.dk>
3747
3748 * display.texi (Forcing Redisplay): Add `redisplay' function.
3749 Don't mention (sit-for -1) -- use (redisplay t) instead.
3750
3751 * commands.texi (Waiting): (sit-for -1) is no longer special.
3752 (sit-for 0) is equivalent to (redisplay).
3753 Iconifying/deiconifying no longer makes sit-for return.
3754
37552006-07-10 Nick Roberts <nickrob@snap.net.nz>
3756
3757 * display.texi (Buttons): Fix typo.
3758
3759 * index.texi, elisp.texi (New Symbols): Comment node out.
3760
37612006-07-09 Richard Stallman <rms@gnu.org>
3762
3763 * display.texi (Truncation): Clean up previous change.
3764
37652006-07-08 Richard Stallman <rms@gnu.org>
3766
3767 * commands.texi (Interactive Call): Use 3 as prefix in example
3768 for execute-extended-command.
3769
3770 * display.texi (Attribute Functions): Move paragraph about
3771 compatibility with Emacs < 21.
3772
37732006-07-09 Kim F. Storm <storm@cua.dk>
3774
3775 * display.texi (Refresh Screen): Clarify force-window-update.
3776 (Truncation): "Normally" indicated by fringe arrows.
3777
37782006-07-08 Eli Zaretskii <eliz@gnu.org>
3779
3780 * windows.texi (Textual Scrolling, Resizing Windows):
3781 * variables.texi (Constant Variables):
3782 * text.texi (Buffer Contents, Deletion, Changing Properties)
3783 (Property Search, Special Properties, Sticky Properties)
3784 (Links and Mouse-1, Fields, Change Hooks):
3785 * syntax.texi (Syntax Table Functions, Parsing Expressions)
3786 (Categories):
3787 * symbols.texi (Other Plists):
3788 * streams.texi (Output Variables):
3789 * processes.texi (Input to Processes, Query Before Exit):
3790 * positions.texi (Word Motion, Text Lines, List Motion):
3791 * os.texi (Init File, System Environment, Sound Output)
3792 (Session Management):
3793 * nonascii.texi (Text Representations, Character Sets)
3794 (Chars and Bytes, Locales):
3795 * modes.texi (Defining Minor Modes, Header Lines):
3796 * minibuf.texi (Minibuffer Contents):
3797 * markers.texi (Information from Markers):
3798 * lists.texi (List Elements, Building Lists, Association Lists):
3799 * keymaps.texi (Tool Bar):
3800 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
3801 * functions.texi (What Is a Function, Mapping Functions):
3802 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
3803 (Color Names, Text Terminal Colors, Display Feature Testing):
3804 * files.texi (Visiting Functions, File Name Components)
3805 (Unique File Names, Contents of Directories):
3806 * display.texi (Forcing Redisplay, Displaying Messages)
3807 (Temporary Displays, Font Selection, Auto Faces)
3808 (Font Lookup, Fringe Indicators, Display Margins)
3809 (Image Descriptors, Showing Images, Image Cache, Button Types)
3810 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
3811 (Display Table Format, Glyphs):
3812 * control.texi (Iteration):
3813 * commands.texi (Command Loop Info, Adjusting Point):
3814 * backups.texi (Making Backups, Auto-Saving):
3815 Remove @tindex entries.
3816
38172006-07-07 Kim F. Storm <storm@cua.dk>
3818
3819 * display.texi (Fringe Cursors): Fix typo.
3820 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
3821 (Overlay Arrow): Default is overlay-arrow fringe indicator.
3822
38232006-07-05 Richard Stallman <rms@gnu.org>
3824
3825 * text.texi (Buffer Contents): Add example of text props
3826 in result of buffer-substring.
3827 (Text Properties): Explain better about use of specific property names.
3828 (Property Search): Some cleanups; reorder some functions.
3829
3830 * keymaps.texi (Changing Key Bindings): Cleanup.
3831 Add xref to Key Binding Conventions.
3832
3833 * display.texi (Attribute Functions): Add examples for
3834 face-attribute-relative-p.
3835
3836 * tips.texi (Coding Conventions): Cleanup last change.
3837
38382006-07-05 Karl Berry <karl@gnu.org>
3839
3840 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
3841 Remove @setchapternewpage odd.
3842 Result is 1013 pages, down from 1100.
3843
3844 * anti.texi, customize.texi, display.texi, internals.texi:
3845 * minibuf.texi, modes.texi, tips.texi:
3846 Fix overfull/underfull boxes.
3847
38482006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
3849
3850 * edebug.texi (Instrumenting):
3851 Add Edebug-specific findex for eval-buffer.
3852 * loading.texi (Loading):
3853 Replace eval-current-buffer with eval-buffer.
3854
38552006-06-30 Nick Roberts <nickrob@snap.net.nz>
3856
3857 * locals.texi (Standard Buffer-Local Variables): Update the list
3858 of variables.
3859
38602006-06-26 Nick Roberts <nickrob@snap.net.nz>
3861
3862 * files.texi (File Name Completion): Point user to the node
3863 "Reading File Names".
3864
38652006-06-24 Eli Zaretskii <eliz@gnu.org>
3866
3867 * files.texi (Contents of Directories): Document case-insensitive
3868 behavior on respective filesystems.
3869
3870 * objects.texi (Character Type): Document that Emacs signals an
3871 error for unsupported Unicode characters specified as \uNNNN.
3872
38732006-06-19 Richard Stallman <rms@gnu.org>
3874
3875 * processes.texi (Bindat Spec): Clarify previous change.
3876
38772006-06-16 Richard Stallman <rms@gnu.org>
3878
3879 * tips.texi (Coding Conventions): Better explain conventions
3880 for definition constructs.
3881
3882 * text.texi (Special Properties): String value of `read-only'
3883 serves as the error message.
3884
3885 * objects.texi (Character Type): Clarify prev. change.
3886 (Non-ASCII in Strings): Mention \u and \U.
3887
3888 * commands.texi (Using Interactive): Explain problem of
3889 markers, etc., in command-history.
3890
38912006-06-14 Kim F. Storm <storm@cua.dk>
3892
3893 * commands.texi (Waiting): Negative arg to sit-for forces
3894 redisplay even if input is pending.
3895
3896 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
3897 redisplay. Remove incorrect example of binding redisplay-dont-pause
3898 around (sit-for 0).
3899
39002006-06-13 Richard Stallman <rms@gnu.org>
3901
3902 * display.texi (Forcing Redisplay): Clarify previous change.
3903
39042006-06-13 Romain Francoise <romain@orebokech.com>
3905
3906 * display.texi (Forcing Redisplay): Fix typo.
3907
39082006-06-13 Kim F. Storm <storm@cua.dk>
3909
3910 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
3911
39122006-06-10 Luc Teirlinck <teirllm@auburn.edu>
3913
3914 * tips.texi (Coding Conventions): Add `@end itemize'.
3915
39162006-06-10 Richard Stallman <rms@gnu.org>
3917
3918 * tips.texi (Coding Conventions): Explain use of coding systems
3919 to ensure one decoding for strings.
3920
39212006-06-09 Aidan Kehoe <kehoea@parhasard.net>
3922
3923 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
3924 syntax.
3925
39262006-06-07 Eli Zaretskii <eliz@gnu.org>
3927
3928 * display.texi (Font Selection): Remove description of
3929 clear-face-cache.
3930
3931 * compile.texi (Eval During Compile): Fix a typo. Add index
3932 entries for possible uses of eval-when-compile.
3933
39342006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
3935
3936 * display.texi (Abstract Display): Fix typo.
3937
39382006-06-03 Eli Zaretskii <eliz@gnu.org>
3939
3940 * minibuf.texi (Minibuffer History) <history-add-new-input>:
3941 Reword variable's description.
3942
39432006-06-01 Richard Stallman <rms@gnu.org>
3944
3945 * windows.texi (Splitting Windows): Clarify splitting nonselected
3946 window.
3947
39482006-05-31 Juri Linkov <juri@jurta.org>
3949
3950 * minibuf.texi (Minibuffer History): Add history-add-new-input.
3951
39522006-05-30 Richard Stallman <rms@gnu.org>
3953
3954 * display.texi (Line Height): Fix errors in description of
10d1d0af 3955 default line height and line-height property.
b8d4c8d0
GM
3956
3957 * nonascii.texi (Default Coding Systems): Further clarification.
3958
39592006-05-29 Luc Teirlinck <teirllm@auburn.edu>
3960
3961 * internals.texi (Pure Storage): Mention that an overflow in pure
3962 space causes a memory leak.
3963 (Garbage Collection): If there was an overflow in pure space,
3964 `garbage-collect' returns nil.
3965
39662006-05-30 Eli Zaretskii <eliz@gnu.org>
3967
3968 * nonascii.texi (Default Coding Systems): Fix it some more.
3969
39702006-05-29 Eli Zaretskii <eliz@gnu.org>
3971
3972 * nonascii.texi (Default Coding Systems): Fix last change.
3973
39742006-05-29 Kenichi Handa <handa@m17n.org>
3975
3976 * nonascii.texi (find-operation-coding-system): Describe the new
3977 argument format (FILENAME . BUFFER).
3978
39792006-05-28 Richard Stallman <rms@gnu.org>
3980
3981 * tips.texi (Coding Conventions): Better explain reasons not to
3982 advise other packages or use `eval-after-load'.
3983
39842006-05-29 Kim F. Storm <storm@cua.dk>
3985
3986 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
3987 `bindat-idx' and `bindat-raw' for clarity.
3988
39892006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
3990
3991 * processes.texi (Bindat Spec): Expand on `repeat' handler.
3992
3993 * display.texi (Display): Add "Abstract Display" to menu.
3994 (Abstract Display, Abstract Display Functions)
3995 (Abstract Display Example): New nodes.
3996 * elisp.texi (Top): Add "Abstract Display" to menu.
3997
39982006-05-27 Chong Yidong <cyd@stupidchicken.com>
3999
4000 * keymaps.texi (Key Sequences): Link to input events definition.
4001 (Format of Keymaps): Delete material duplicated in Keymap Basics.
4002
4003 * files.texi (Changing Files): Document updated argument list for
4004 copy-file.
4005
40062006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
4007
4008 * processes.texi (Bindat Functions): Explain term "total length".
4009 Use it in bindat-length and bindat-pack descriptions.
4010
40112006-05-26 Eli Zaretskii <eliz@gnu.org>
4012
4013 * tips.texi (Coding Conventions): Advise against using
4014 eval-after-load in packages. Add an index entry.
4015
40162006-05-25 Juri Linkov <juri@jurta.org>
4017
4018 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
4019
4020 * modes.texi (%-Constructs): Add %e, %z, %Z.
4021
40222006-05-25 Richard Stallman <rms@gnu.org>
4023
4024 * elisp.texi (Top): Update subnode menu.
4025
4026 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
4027 (Keymaps): Update menu.
4028
40292006-05-25 Chong Yidong <cyd@stupidchicken.com>
4030
4031 * keymaps.texi (Key Sequences): Some clarifications.
4032
40332006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
4034
4035 * processes.texi (Bindat Functions): Say "unibyte string"
4036 explicitly for bindat-unpack and bindat-pack descriptions.
4037 (Bindat Examples): Don't call `string-make-unibyte' in example.
4038
40392006-05-25 Chong Yidong <cyd@stupidchicken.com>
4040
4041 * keymaps.texi (Key Sequences): Renamed from Keymap Terminology.
c5602427 4042 Explain string and vector representations of key sequences.
b8d4c8d0
GM
4043
4044 * keymaps.texi (Changing Key Bindings):
dd7b651b 4045 * commands.texi (Interactive Codes):
b8d4c8d0
GM
4046 * help.texi (Describing Characters): Refer to it.
4047
40482006-05-23 Luc Teirlinck <teirllm@auburn.edu>
4049
4050 * frames.texi (Pointer Shape): @end table -> @end defvar.
4051
40522006-05-22 Richard Stallman <rms@gnu.org>
4053
4054 * elisp.texi (Top): Update subnode menus.
4055
4056 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
4057 Contents rewritten; material from old Pointer Shape node moved here.
4058
4059 * display.texi (Pointer Shape): Node deleted.
4060 (Image Descriptors): Minor cleanup.
4061
40622006-05-21 Richard Stallman <rms@gnu.org>
4063
4064 * syntax.texi (Parsing Expressions): Update info on which STATE
4065 elements are ignored.
4066
40672006-05-19 Luc Teirlinck <teirllm@auburn.edu>
4068
4069 * hooks.texi (Standard Hooks): Correct typo.
4070
4071 * gpl.texi (GPL): ifinfo -> ifnottex.
4072
40732006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
4074
4075 * searching.texi (Simple Match Data): Warn about match data being
4076 set anew by every search.
4077
40782006-05-17 Richard Stallman <rms@gnu.org>
4079
4080 * minibuf.texi (Minibuffer History): Clarify.
4081
4082 * searching.texi (Regexp Special): Clarify nested regexp warning.
4083
40842006-05-16 Kim F. Storm <storm@cua.dk>
4085
4086 * minibuf.texi (Minibuffer History): Update add-to-history.
4087
40882006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
4089
4090 * nonascii.texi (Explicit Encoding): Fix
4091 typo (encoding<->decoding).
4092
40932006-05-14 Richard Stallman <rms@gnu.org>
4094
4095 * buffers.texi (Creating Buffers): Cleanup.
4096
4097 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
4098
40992006-05-13 Eli Zaretskii <eliz@gnu.org>
4100
4101 * buffers.texi (Current Buffer): Document that with-temp-buffer
4102 disables undo.
4103
4104 * os.texi (Terminal-Specific): More accurate description of how
4105 Emacs searches for the terminal-specific libraries.
4106
41072006-05-12 Eli Zaretskii <eliz@gnu.org>
4108
4109 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
4110 emacs-xtra to @inforef's.
4111
4112 * text.texi (Undo): Document that undo is turned off in buffers
4113 whose names begin with a space.
4114
4115 * buffers.texi (Buffer Names): Add index entries for buffers whose
4116 names begin with a space.
4117 (Creating Buffers): Document that undo is turned off in buffers
4118 whose names begin with a space.
4119
4120 * files.texi (Visiting Functions, Reading from Files)
4121 (Saving Buffers): Mention code and EOL conversions by file I/O
4122 primitives and subroutines.
4123
4124 * nonascii.texi (Lisp and Coding Systems): Document
4125 coding-system-eol-type. Add index entries for eol conversion.
4126
4127 * display.texi (Defining Faces): Mention `mac', and add an xref to
4128 where window-system is described.
4129
41302006-05-10 Richard Stallman <rms@gnu.org>
4131
4132 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
4133
41342006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
4135
4136 * variables.texi (File Local Variables): Recommend to quote lambda
4137 expressions in safe-local-variable property.
4138
41392006-05-09 Richard Stallman <rms@gnu.org>
4140
4141 * variables.texi (File Local Variables): Document
4142 safe-local-eval-forms and safe-local-eval-function.
4143
41442006-05-07 Kim F. Storm <storm@cua.dk>
4145
4146 * minibuf.texi (Minibuffer History): Remove keep-dups arg
4147 from add-to-history.
4148
41492006-05-07 Romain Francoise <romain@orebokech.com>
4150
4151 * commands.texi (Event Input Misc):
4152 * compile.texi (Eval During Compile):
4153 * internals.texi (Buffer Internals):
4154 * minibuf.texi (Initial Input):
4155 * nonascii.texi (Scanning Charsets):
4156 * numbers.texi (Comparison of Numbers):
4157 * windows.texi (Textual Scrolling, Vertical Scrolling):
4158 Fix various typos.
4159
41602006-05-06 Eli Zaretskii <eliz@gnu.org>
4161
4162 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
4163 conditional xref's to either emacs or emacs-xtra, depending on
4164 @iftex/@ifnottex.
4165
4166 * minibuf.texi (Minibuffer History): Document add-to-history.
4167
41682006-05-05 Eli Zaretskii <eliz@gnu.org>
4169
4170 * internals.texi (Pure Storage): Mention the pure overflow message
4171 at startup.
4172
c8763fb6 41732006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
4174
4175 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
4176 (Searching Keymaps): Fix pseudo-Lisp description of keymap
4177 search.
4178
41792006-05-01 Richard Stallman <rms@gnu.org>
4180
4181 * intro.texi (nil and t): Clarify.
4182
4183 * variables.texi (File Local Variables): Suggest using booleanp.
4184
41852006-05-01 Juanma Barranquero <lekktu@gmail.com>
4186
4187 * objects.texi (Type Predicates): Fix typos.
4188
41892006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
4190
4191 * intro.texi (nil and t): Add booleanp.
4192
4193 * objects.texi (Type Predicates): Add links for booleanp and
4194 string-or-null-p.
4195
41962006-04-29 Richard Stallman <rms@gnu.org>
4197
4198 * modes.texi (Multiline Font Lock): Rename from
4199 Multi line Font Lock Elements. Much clarification.
4200 (Font Lock Multiline, Region to Fontify): Much clarification.
4201
42022006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
4203
4204 * variables.texi (File Local Variables): Remove the special case t for
4205 safe-local-variable.
4206
42072006-04-26 Richard Stallman <rms@gnu.org>
4208
4209 * syntax.texi (Parsing Expressions): Minor cleanup.
4210
42112006-04-18 Richard Stallman <rms@gnu.org>
4212
4213 * tips.texi (Coding Conventions): Explain when the package's
4214 prefix should appear later on (not at the start of the name).
4215
4216 * searching.texi (String Search): Clarify effect of NOERROR.
4217
4218 * modes.texi (Imenu): Clarify what special items do.
4219
4220 * hooks.texi (Standard Hooks): Delete text about old hook names.
4221
42222006-04-17 Romain Francoise <romain@orebokech.com>
4223
4224 * variables.texi (Local Variables): Update the default value of
4225 `max-specpdl-size'.
4226
42272006-04-15 Michael Olson <mwolson@gnu.org>
4228
4229 * processes.texi (Transaction Queues): Mention the new optional
4230 `delay-question' argument for `tq-enqueue'.
4231
42322006-04-13 Bill Wohler <wohler@newt.com>
4233
4234 * customize.texi (Common Keywords): Use dotted notation for
4235 :package-version value. Specify its values. Improve documentation
4236 for customize-package-emacs-version-alist.
4237
42382006-04-12 Bill Wohler <wohler@newt.com>
4239
4240 * customize.texi (Common Keywords): Move description of
4241 customize-package-emacs-version-alist to @defvar.
4242
42432006-04-10 Bill Wohler <wohler@newt.com>
4244
4245 * customize.texi (Common Keywords): Add :package-version.
4246
42472006-04-10 Kim F. Storm <storm@cua.dk>
4248
4249 * text.texi (Buffer Contents): Add NOPROPS arg to
4250 filter-buffer-substring.
4251
42522006-04-08 Kevin Ryde <user42@zip.com.au>
4253
4254 * os.texi (Command-Line Arguments): Update xref to emacs manual
4255 "Command Arguments" -> "Emacs Invocation", per change there.
4256
42572006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
4258
4259 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
4260 be on one line to help makeinfo not render two spaces after the dot.
4261
42622006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
4263
4264 * strings.texi (Predicates for Strings): Add string-or-null-p.
4265
42662006-03-28 Kim F. Storm <storm@cua.dk>
4267
4268 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
4269 remarks about systems that don't support fractional seconds.
4270
42712006-03-25 Karl Berry <karl@gnu.org>
4272
4273 * elisp.texi: Use @copyright{} instead of (C), and do not indent
4274 the year list.
4275
42762006-03-21 Nick Roberts <nickrob@snap.net.nz>
4277
4278 * display.texi (Fringe Indicators): Fix typos.
4279
42802006-03-19 Luc Teirlinck <teirllm@auburn.edu>
4281
4282 * tips.texi (Documentation Tips): One can now also write `program'
4283 in front of a quoted symbol in a docstring to prevent making a
4284 hyperlink.
4285
42862006-03-19 Alan Mackenzie <acm@muc.de>
4287
4288 * text.texi (Special Properties): Clarify `fontified' property.
4289
42902006-03-16 Richard Stallman <rms@gnu.org>
4291
4292 * display.texi (Defining Images): Minor cleanup.
4293
42942006-03-16 Bill Wohler <wohler@newt.com>
4295
4296 * display.texi (Defining Images): In image-load-path-for-library,
4297 prefer user's images.
4298
42992006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
4300
4301 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
4302
43032006-03-15 Bill Wohler <wohler@newt.com>
4304
4305 * display.texi (Defining Images): Fix example in
4306 image-load-path-for-library by not recommending that one binds
4307 image-load-path. Just defvar it to placate compiler and only use
4308 it if previously defined.
4309
43102006-03-14 Bill Wohler <wohler@newt.com>
4311
4312 * display.texi (Defining Images): In image-load-path-for-library,
4313 always return list of directories. Update example.
4314
43152006-03-14 Alan Mackenzie <acm@muc.de>
4316
4317 * modes.texi: New node, "Region to Fontify" (for Font Lock).
4318 This describes font-lock-extend-region-function.
4319 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
4320 the new node "Region to Fontify".
4321
43222006-03-13 Richard Stallman <rms@gnu.org>
4323
4324 * display.texi (Invisible Text): The impossible position is
4325 now before the invisible text, not after.
4326 (Defining Images): Clean up last change.
4327
43282006-03-11 Bill Wohler <wohler@newt.com>
4329
4330 * display.texi (Defining Images): Add image-load-path-for-library.
4331
43322006-03-11 Luc Teirlinck <teirllm@auburn.edu>
4333
4334 * text.texi (Adaptive Fill): Fix Texinfo usage.
4335
4336 * strings.texi (Creating Strings): Fix Texinfo usage.
4337
4338 * searching.texi (Regexp Special): Use @samp for regular
4339 expressions that are not in Lisp syntax.
4340
43412006-03-08 Luc Teirlinck <teirllm@auburn.edu>
4342
4343 * searching.texi (Regexp Special): Put remark between parentheses
4344 to avoid misreading.
4345
43462006-03-07 Luc Teirlinck <teirllm@auburn.edu>
4347
4348 * searching.texi (Syntax of Regexps): More accurately describe
4349 which characters are special in which situations.
4350 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
4351 are not special. Describe in detail when `[' and `]' are special.
4352 (Regexp Backslash): Plenty of regexps with unbalanced square
4353 brackets are valid, so reword that statement.
4354
43552006-03-02 Kim F. Storm <storm@cua.dk>
4356
4357 * keymaps.texi (Tool Bar): Add tool-bar-border.
4358
43592006-02-28 Luc Teirlinck <teirllm@auburn.edu>
4360
4361 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
4362
43632006-02-27 Luc Teirlinck <teirllm@auburn.edu>
4364
4365 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
4366
4367 * files.texi (Locating Files): Suggest additional values for the
4368 SUFFIXES arg of `locate-file'. Update pxref.
4369
4370 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
4371 (How Programs Do Loading): Discuss the effects of Auto Compression
4372 mode on `load'.
4373 (Load Suffixes): New node.
4374 (Library Search): Delete description of `load-suffixes'; it was
4375 moved to "Load Suffixes".
4376 (Autoload, Named Features): Mention `load-suffixes'.
4377
43782006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4379
4380 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
4381
4382 * windows.texi (Window Tree): Fix typo.
4383
43842006-02-20 Kim F. Storm <storm@cua.dk>
4385
4386 * display.texi (Fringe Indicators): New section.
4387 Move indicate-empty-lines, indicate-buffer-boundaries, and
4388 default-indicate-buffer-boundaries here.
4389 Add fringe-indicator-alist and default-fringes-indicator-alist.
4390 Add list of logical fringe indicator symbols.
4391 Update list of standard bitmap names.
4392 (Fringe Cursors): New section.
4393 Move overflow-newline-into-fringe here.
4394 Add fringe-cursor-alist and default-fringes-cursor-alist.
4395 Add list of fringe cursor symbols.
4396
43972006-02-20 Juanma Barranquero <lekktu@gmail.com>
4398
4399 * commands.texi (Using Interactive): Fix reference to node
4400 "Minibuffers".
4401
44022006-02-19 Richard M. Stallman <rms@gnu.org>
4403
4404 * minibuf.texi (High-Level Completion):
4405 Add xref to read-input-method-name.
4406
4407 * files.texi (Relative File Names): Move file-relative-name here.
4408 (File Name Expansion): From here. Minor clarifications.
4409
4410 * commands.texi (Using Interactive): Add xrefs about reading input.
4411 Clarify remarks about that moving point and mark.
4412 Put string case before list case.
4413
c8763fb6 44142006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
4415
4416 * display.texi (Other Display Specs, Image Descriptors):
4417 Revert erroneous changes. The previous description of
4418 image-descriptors as `(image . PROPS)' was correct.
4419
44202006-02-14 Richard M. Stallman <rms@gnu.org>
4421
4422 * variables.texi (File Local Variables): Clarifications.
4423
44242006-02-14 Juanma Barranquero <lekktu@gmail.com>
4425
4426 * variables.texi (File Local Variables): Use @code for a cons
4427 cell, not @var.
4428
44292006-02-13 Chong Yidong <cyd@stupidchicken.com>
4430
4431 * variables.texi (File Local Variables): Document new file local
4432 variable behavior.
4433
44342006-02-10 Kim F. Storm <storm@cua.dk>
4435
4436 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
4437
44382006-02-08 Juanma Barranquero <lekktu@gmail.com>
4439
4440 * modes.texi (%-Constructs): Remove obsolete info about
4441 `global-mode-string'.
4442
44432006-02-07 Richard M. Stallman <rms@gnu.org>
4444
4445 * commands.texi (Prefix Command Arguments): Minor cleanup.
4446
4447 * display.texi: "Graphical display", not window system.
4448
4449 * functions.texi (What Is a Function): Fix xref.
4450
4451 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
4452 (Changing Key Bindings): Clarify when remapping is better than
4453 substitute-key-definition.
4454
44552006-02-02 Richard M. Stallman <rms@gnu.org>
4456
4457 * minibuf.texi (Basic Completion): Completion alists are risky.
4458
4459 * keymaps.texi (Active Keymaps): Clarifications.
4460 (Searching Keymaps): New node.
4461 (Keymaps): Update menu.
4462
4463 * frames.texi (Layout Parameters): Minor clarification.
4464 (Drag and Drop): New node.
4465 (Frames): Update menu.
4466
44672006-01-29 Chong Yidong <cyd@stupidchicken.com>
4468
4469 * display.texi (Other Display Specs, Image Descriptors):
4470 Image description is a list, not a cons cell.
4471
44722006-01-28 Luc Teirlinck <teirllm@auburn.edu>
4473
4474 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
4475 list is not necessarily a list).
4476
44772006-01-27 Eli Zaretskii <eliz@gnu.org>
4478
4479 * frames.texi (Layout Parameters): border-width and
4480 internal-border-width belong to the frame, not the window.
4481
44822006-01-19 Richard M. Stallman <rms@gnu.org>
4483
4484 * nonascii.texi (Translation of Characters): Search cmds use
4485 translation-table-for-input. Automatically made local.
4486
4487 * markers.texi (Overview of Markers): Count insertion type
4488 as one of a marker's attributes.
4489
4490 * keymaps.texi (Controlling Active Maps): New node, split out of
4491 Active Keymaps.
4492 (Keymaps): Menu updated.
4493 (Active Keymaps): Give pseudocode to explain how the active
4494 maps are searched. current-active-maps and key-binding moved here.
4495 (Functions for Key Lookup): current-active-maps and key-binding moved.
4496 Clarifications.
4497 (Searching the Keymaps): New subnode.
4498
4499 * elisp.texi (Top): Menu clarification.
4500
4501 * display.texi (Other Display Specs): Delete duplicate entry for
4502 just a string as display spec. Move text about recursive display
4503 specs on such a string.
4504
4505 * commands.texi (Key Sequence Input): Clarify.
4506 Move num-nonmacro-input-events out.
4507 (Reading One Event): num-nonmacro-input-events moved here.
4508
45092006-01-14 Nick Roberts <nickrob@snap.net.nz>
4510
4511 * advice.texi (Simple Advice): Update example to fit argument
4512 change in previous-line.
4513
45142006-01-05 Richard M. Stallman <rms@gnu.org>
4515
4516 * markers.texi (The Mark): Fix in `mark'.
4517
45182006-01-04 Richard M. Stallman <rms@gnu.org>
4519
4520 * processes.texi (Misc Network, Make Network): Minor cleanups.
4521
45222006-01-04 Kim F. Storm <storm@cua.dk>
4523
4524 * processes.texi (Make Network): Add IPv6 addresses and handling.
4525 (Network Feature Testing): Mention (:family ipv6).
4526 (Misc Network): Add IPv6 formats to format-network-address.
4527
45282005-12-30 Richard M. Stallman <rms@gnu.org>
4529
4530 * text.texi (Changing Properties):
4531 Don't use return value of set-text-properties.
4532
45332005-12-29 Luc Teirlinck <teirllm@auburn.edu>
4534
4535 * modes.texi (Mode Line Format): Correct typo in menu.
4536
45372005-12-29 Richard M. Stallman <rms@gnu.org>
4538
4539 * modes.texi (Mode Line Top): New node.
4540 (Mode Line Data): Some text moved to new node.
4541 Explain the data structure more concretely.
4542 (Mode Line Basics): Clarifications.
4543 (Mode Line Variables): Clarify intro paragraph.
4544 (%-Constructs): Clarify intro paragraph.
4545 (Mode Line Format): Update menu.
4546
45472005-12-28 Luc Teirlinck <teirllm@auburn.edu>
4548
4549 * minibuf.texi (Basic Completion): Update lazy-completion-table
4550 examples for removal of ARGS argument.
4551
45522005-12-23 Richard M. Stallman <rms@gnu.org>
4553
4554 * text.texi (Undo): Restore some explanation from the version
4555 that was deleted.
4556
45572005-12-23 Eli Zaretskii <eliz@gnu.org>
4558
4559 * text.texi (Undo): Remove duplicate descriptions of `apply
4560 funname' and `apply delta' elements of the undo list.
4561
45622005-12-20 Richard M. Stallman <rms@gnu.org>
4563
4564 * help.texi (Help Functions): Update documentation of `apropos'.
4565
45662005-12-20 Luc Teirlinck <teirllm@auburn.edu>
4567
4568 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
4569 because it is confusing. If the :help-echo keyword is a function,
4570 it is not directly used as the :help-echo overlay property, as the
4571 xref seems to suggest (it does not take the appropriate args).
4572
45732005-12-19 Luc Teirlinck <teirllm@auburn.edu>
4574
4575 * customize.texi (Common Keywords): Fix Texinfo usage.
4576 (Group Definitions, Variable Definitions): Update for new
4577 conventions for using `*' in docstrings.
4578
4579 * tips.texi (Documentation Tips): Update for new conventions for
4580 using `*' in docstrings.
4581
45822005-12-16 Richard M. Stallman <rms@gnu.org>
4583
4584 * minibuf.texi (Minibuffer Contents): Minor cleanup.
4585
45862005-12-16 Juri Linkov <juri@jurta.org>
4587
4588 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
4589
45902005-12-14 Romain Francoise <romain@orebokech.com>
4591
4592 * modes.texi (Customizing Keywords): Rename `append' to `how'.
4593 Fix typo.
4594
45952005-12-11 Juri Linkov <juri@jurta.org>
4596
4597 * minibuf.texi (Completion Commands): Add mention of read-file-name
4598 for filename completion keymaps.
4599 (Reading File Names): Add mention of filename completion keymaps
4600 for read-file-name and xref to `Completion Commands'.
4601
46022005-12-10 Richard M. Stallman <rms@gnu.org>
4603
4604 * customize.texi (Common Keywords): State caveats for use of :tag.
4605
46062005-12-08 Richard M. Stallman <rms@gnu.org>
4607
4608 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
4609 with xrefs and better explanation.
4610 (Completion Commands): Add the filename completion maps.
4611
4612 * objects.texi (Character Type): Clarify that \s is not space
4613 if a dash follows.
4614
46152005-12-05 Richard M. Stallman <rms@gnu.org>
4616
4617 * windows.texi (Resizing Windows): Delete preserve-before args.
4618
46192005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
4620
4621 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
4622 in full keymaps, since the quirk has been fixed.
4623
46242005-12-03 Eli Zaretskii <eliz@gnu.org>
4625
4626 * hooks.texi (Standard Hooks): Add index entries. Mention
4627 `compilation-finish-functions'.
4628
46292005-11-27 Richard M. Stallman <rms@gnu.org>
4630
4631 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
4632
46332005-11-21 Juri Linkov <juri@jurta.org>
4634
4635 * customize.texi (Common Keywords): Update links types
4636 custom-manual and url-link. Add link types emacs-library-link,
4637 file-link, function-link, variable-link, custom-group-link.
4638
46392005-11-20 Chong Yidong <cyd@stupidchicken.com>
4640
4641 * display.texi: Revert 2005-11-20 change.
4642
46432005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
4644
4645 * processes.texi (Bindat Functions):
4646 Say "third" to refer to zero-based index "2".
4647
46482005-11-18 Luc Teirlinck <teirllm@auburn.edu>
4649
4650 * loading.texi (Library Search): Update the default value of
4651 `load-suffixes'.
4652
46532005-11-17 Chong Yidong <cyd@stupidchicken.com>
4654
4655 * display.texi (Attribute Functions): Mention :ignore-defface.
4656
46572005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4658
4659 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
4660 (Minor Mode Conventions): Mention the use of a hook.
4661
46622005-11-06 Richard M. Stallman <rms@gnu.org>
4663
4664 * files.texi (Magic File Names): find-file-name-handler checks the
4665 `operations' property of the handler.
4666
46672005-11-03 Richard M. Stallman <rms@gnu.org>
4668
4669 * variables.texi (Frame-Local Variables): Small clarification.
4670
46712005-10-29 Chong Yidong <cyd@stupidchicken.com>
4672
4673 * os.texi (Init File): Document ~/.emacs.d/init.el.
4674
46752005-10-29 Richard M. Stallman <rms@gnu.org>
4676
4677 * internals.texi (Garbage Collection): Document memory-full.
4678
46792005-10-28 Bill Wohler <wohler@newt.com>
4680
4681 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
4682 for URLs.
4683
46842005-10-28 Richard M. Stallman <rms@gnu.org>
4685
4686 * minibuf.texi (Completion Commands): Clean up prev change.
4687
46882005-10-26 Kevin Ryde <user42@zip.com.au>
4689
4690 * compile.texi (Eval During Compile): Explain recommended uses
4691 of eval-when-compile and eval-and-compile.
4692
46932005-10-27 Masatake YAMATO <jet@gyve.org>
4694
4695 * minibuf.texi (Completion Commands):
4696 Write about new optional argument for `display-completion-list'.
4697
46982005-10-23 Richard M. Stallman <rms@gnu.org>
4699
4700 * display.texi (Overlay Arrow): Clarify about local bindings of
4701 overlay-arrow-position.
4702
47032005-10-22 Eli Zaretskii <eliz@gnu.org>
4704
4705 * internals.texi (Building Emacs): Fix last change.
4706
47072005-10-22 Richard M. Stallman <rms@gnu.org>
4708
4709 * internals.texi (Building Emacs): Document eval-at-startup.
4710
47112005-10-21 Richard M. Stallman <rms@gnu.org>
4712
4713 * loading.texi (Where Defined): load-history contains abs file names.
4714 symbol-file returns abs file names.
4715
47162005-10-19 Kim F. Storm <storm@cua.dk>
4717
4718 * display.texi (Showing Images): Add max-image-size integer value.
4719
47202005-10-18 Chong Yidong <cyd@stupidchicken.com>
4721
4722 * display.texi (Showing Images): Document max-image-size.
4723
47242005-10-17 Richard M. Stallman <rms@gnu.org>
4725
4726 * commands.texi (Quitting): Minor clarification.
4727
4728 * processes.texi (Sentinels): Clarify about output and quitting.
4729 (Filter Functions): Mention with-local-quit.
4730
47312005-10-17 Juri Linkov <juri@jurta.org>
4732
4733 * buffers.texi (Current Buffer):
4734 * commands.texi (Event Input Misc):
4735 * compile.texi (Eval During Compile, Compiler Errors):
4736 * customize.texi (Group Definitions):
4737 * display.texi (Progress, Defining Faces):
4738 * files.texi (Writing to Files):
4739 * modes.texi (Mode Hooks, Defining Minor Modes):
4740 * streams.texi (Output Functions):
4741 * syntax.texi (Syntax Table Functions):
4742 * text.texi (Change Hooks):
4743 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
4744
4745 * commands.texi (Quitting): Replace arg `forms' with `body' in
4746 `with-local-quit'.
4747
4748 * positions.texi (Excursions): Replace arg `forms' with `body' in
4749 `save-excursion'.
4750
47512005-10-08 Kim F. Storm <storm@cua.dk>
4752
4753 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
4754 Rename manual section accordingly.
4755
47562005-10-04 Kim F. Storm <storm@cua.dk>
4757
4758 * windows.texi (Window Split Tree): New section describing
4759 new function window-split-tree function.
4760
47612005-10-03 Nick Roberts <nickrob@snap.net.nz>
4762
4763 * display.texi (Fringe Size/Pos): Simplify and add detail.
4764
47652005-09-30 Romain Francoise <romain@orebokech.com>
4766
4767 * minibuf.texi (High-Level Completion): Explain that the prompt
4768 given to `read-buffer' should end with a colon and a space.
4769 Update usage examples.
4770
47712005-09-29 Juri Linkov <juri@jurta.org>
4772
4773 * display.texi (Displaying Messages): Rename argument name
4774 `string' to `format-string' in functions `message', `message-box',
4775 `message-or-box'.
4776
47772005-09-26 Chong Yidong <cyd@stupidchicken.com>
4778
4779 * errors.texi (Standard Errors): Correct xrefs.
4780
47812005-09-18 Chong Yidong <cyd@stupidchicken.com>
4782
4783 * display.texi (Defining Images): Update documentation for
4784 `image-load-path'.
4785
47862005-09-17 Richard M. Stallman <rms@gnu.org>
4787
4788 * display.texi (Defining Images): Clean up previous change.
4789
47902005-09-16 Romain Francoise <romain@orebokech.com>
4791
4792 * elisp.texi: Specify GFDL version 1.2.
4793
4794 * doclicense.texi (GNU Free Documentation License): Update to
4795 version 1.2.
4796
47972005-09-15 Chong Yidong <cyd@stupidchicken.com>
4798
4799 * display.texi (Defining Images): Document `image-load-path'.
4800
48012005-09-15 Richard M. Stallman <rms@gnu.org>
4802
4803 * objects.texi (Printed Representation): Minor cleanup.
4804 (Box Diagrams): Minor fix.
4805 (Cons Cell Type): Move (...) index item here.
4806 (Box Diagrams): From here.
4807 (Array Type): Minor fix.
4808 (Type Predicates): Delete index "predicates".
4809 (Hash Table Type): Clarify xref.
4810 (Dotted Pair Notation): Minor fix.
4811
48122005-09-10 Chong Yidong <cyd@stupidchicken.com>
4813
4814 * files.texi (Saving Buffers): Fix typo.
4815
48162005-09-08 Richard M. Stallman <rms@gnu.org>
4817
4818 * tips.texi (Programming Tips): Correct the "default" prompt spec.
4819
48202005-09-08 Chong Yidong <cyd@stupidchicken.com>
4821
4822 * locals.texi (Standard Buffer-Local Variables): Don't include
4823 mode variables for minor modes.
4824 Fix xrefs for buffer-display-count, buffer-display-table,
4825 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
4826 enable-multibyte-characters, fill-column, header-line-format,
4827 left-fringe-width, left-margin, and right-fringe-width.
4828
4829 * hooks.texi (Standard Hooks): All hooks should conform to the
4830 standard naming convention now.
4831 Fix xref for `echo-area-clear-hook'.
4832
4833 * display.texi (Usual Display): Note that indicate-empty-lines and
4834 tab-width are buffer-local.
4835
4836 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
4837
4838 * modes.texi (Mode Help): Note that major-mode is buffer-local.
4839
4840 * nonascii.texi (Encoding and I/O): Note that
4841 buffer-file-coding-system is buffer-local.
4842
4843 * positions.texi (List Motion): Note that defun-prompt-regexp is
4844 buffer-local.
4845
4846 * text.texi (Auto Filling): Note that auto-fill-function is
4847 buffer-local.
4848 (Undo): Note that buffer-undo-list is buffer-local.
4849
4850 * windows.texi (Buffers and Windows): Document
4851 buffer-display-count.
4852
48532005-09-06 Richard M. Stallman <rms@gnu.org>
4854
4855 * tips.texi (Coding Conventions): Sometimes it is ok to put the
4856 package prefix elsewhere than at the start of the name.
4857
48582005-09-03 Richard M. Stallman <rms@gnu.org>
4859
4860 * tips.texi (Programming Tips): Add conventions for minibuffer
4861 questions and prompts.
4862
48632005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
4864
4865 * intro.texi (nil and t): Minor cleanup.
4866 Delete spurious mention of keyword symbols.
4867 (Evaluation Notation): Add index entry.
4868 (A Sample Function Description): Minor cleanup.
4869 (A Sample Variable Description): Not all vars can be set.
4870
48712005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
4872
4873 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
4874
4875 (Insertion): Document precise type of `insert-char' arg COUNT.
4876
48772005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
4878
4879 * modes.texi (Other Font Lock Variables): Sync the default of
4880 font-lock-lines-before.
4881
48822005-08-31 Michael Albinus <michael.albinus@gmx.de>
4883
4884 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
4885
48862005-08-29 Richard M. Stallman <rms@gnu.org>
4887
4888 * elisp.texi (Top): Update subnode menu.
4889
4890 * searching.texi (Searching and Matching): Move node.
4891 Rearrange contents and add overall explanation.
4892 (Searching and Case): Move node.
4893 (Searching and Matching): Update menu.
4894
48952005-08-27 Eli Zaretskii <eliz@gnu.org>
4896
4897 * os.texi (Startup Summary): Fix the description of the initial
4898 startup message display.
4899
49002005-08-25 Richard M. Stallman <rms@gnu.org>
4901
4902 * searching.texi (Search and Replace): Add replace-regexp-in-string.
4903
49042005-08-25 Emilio C. Lopes <eclig@gmx.net>
4905
4906 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
4907 `next-overlay-change' example.
4908
49092005-08-22 Juri Linkov <juri@jurta.org>
4910
4911 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
4912 Fix invert-face. Fix args of face-background.
4913
4914 * display.texi (Standard Faces): Delete node.
4915 (Faces): Add xref to `(emacs)Standard Faces'.
4916 (Displaying Faces): Fix xref to `Standard Faces'.
4917
4918 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
4919
49202005-08-20 Alan Mackenzie <acm@muc.de>
4921
4922 * buffers.texi (The Buffer List): Clarify the manipulation of the
4923 buffer list.
4924
49252005-08-14 Richard M. Stallman <rms@gnu.org>
4926
4927 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
4928 a regexp.
4929
49302005-08-11 Richard M. Stallman <rms@gnu.org>
4931
4932 * elisp.texi (Top): Update subnode lists.
4933
4934 * display.texi (Inverse Video): Node deleted.
4935
4936 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
4937 New nodes split out of Coding Conventions.
4938
4939 * searching.texi (Regular Expressions): Document re-builder.
4940
4941 * os.texi (Time Parsing): New node split out of Time Conversion.
4942
4943 * processes.texi (Misc Network, Network Feature Testing)
4944 (Network Options, Make Network): New nodes split out of
4945 Low-Level Network.
4946
49472005-08-09 Richard M. Stallman <rms@gnu.org>
4948
4949 * frames.texi (Geometry): New node, split from Size and Position.
4950 (Frame Parameters): Refer to Geometry.
4951
4952 * buffers.texi (The Buffer List): Fix xrefs.
4953
4954 * windows.texi (Splitting Windows): Fix xref.
4955
4956 * frames.texi (Layout Parameters): Add xref.
4957
4958 * display.texi (Line Height, Scroll Bars): Fix xrefs.
4959
4960 * keymaps.texi (Menu Bar): Fix xref.
4961
4962 * locals.texi (Standard Buffer-Local Variables): Fix xref.
4963
4964 * modes.texi (%-Constructs): Fix xref.
4965
4966 * frames.texi (Window Frame Parameters): Node split up.
4967 (Basic Parameters, Position Parameters, Size Parameters)
4968 (Layout Parameters, Buffer Parameters, Management Parameters)
4969 (Cursor Parameters, Color Parameters): New subnodes.
4970
49712005-08-09 Luc Teirlinck <teirllm@auburn.edu>
4972
4973 * positions.texi (Screen Lines): Update xref for previous change
4974 in minibuf.texi.
4975
4976 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
4977 change in minibuf.texi.
4978
49792005-08-09 Richard M. Stallman <rms@gnu.org>
4980
4981 * tips.texi (Coding Conventions): Minor cleanup.
4982
4983 * modes.texi (Defining Minor Modes): Explain when init-value
4984 can be non-nil.
4985
4986 * elisp.texi (Top): Update submenu for Minibuffer.
4987
4988 * minibuf.texi (Minibuffer Misc): Node split up.
4989 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
4990 (Recursive Mini): New nodes split out from Minibuffer Misc.
4991 (Minibuffer Misc): Document max-mini-window-height.
4992
4993 * hash.texi (Defining Hash): Delete stray paren in example.
4994
4995 * display.texi (Echo Area Customization): Don't define
4996 max-mini-window-height here; xref instead.
4997
4998 * commands.texi (Event Input Misc): Update while-no-input.
4999
5000 * advice.texi (Advising Functions): Explain when to use advice
5001 and when to use a hook.
5002
50032005-07-30 Eli Zaretskii <eliz@gnu.org>
5004
5005 * makefile.w32-in (info): Don't run install-info.
5006 ($(infodir)/dir): New target, produced by running install-info.
5007
50082005-07-27 Luc Teirlinck <teirllm@auburn.edu>
5009
5010 * modes.texi (Defining Minor Modes): The keyword for the initial
5011 value is :init-value, not :initial-value.
5012
50132005-07-23 Eli Zaretskii <eliz@gnu.org>
5014
5015 * loading.texi (Autoload): Make the `doctor' example be consistent
5016 with what's in current loaddefs.el. Describe the "fn" magic in
5017 the usage portion of the doc string.
5018
50192005-07-22 Richard M. Stallman <rms@gnu.org>
5020
5021 * internals.texi (Garbage Collection): Clarify previous change.
5022
50232005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
5024
5025 * internals.texi (Garbage Collection): Add gc-cons-percentage.
5026
50272005-07-18 Juri Linkov <juri@jurta.org>
5028
5029 * commands.texi (Accessing Events):
5030 * frames.texi (Text Terminal Colors, Resources):
5031 * markers.texi (The Mark):
5032 * modes.texi (Defining Minor Modes):
5033 Delete duplicate duplicate words.
5034
50352005-07-16 Richard M. Stallman <rms@gnu.org>
5036
5037 * display.texi (Managing Overlays): Clarify make-overlay
5038 args for insertion types.
5039
50402005-07-13 Luc Teirlinck <teirllm@auburn.edu>
5041
5042 * customize.texi (Variable Definitions):
5043 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
5044 `standard-value' is a list too.
5045 (Defining New Types): Use @key{RET} instead of @key{ret}.
5046
50472005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
5048
5049 * os.texi (Translating Input): Fix typo.
5050
50512005-07-08 Richard M. Stallman <rms@gnu.org>
5052
5053 * README: Update edition number and size estimate.
5054
5055 * elisp.texi (VERSION): Set to 2.9.
5056
50572005-07-07 Richard M. Stallman <rms@gnu.org>
5058
5059 * book-spine.texinfo: Update Emacs version.
5060
5061 * display.texi (Inverse Video): Delete mode-line-inverse-video.
5062
50632005-07-06 Richard M. Stallman <rms@gnu.org>
5064
5065 * searching.texi (Regexp Search): Clarify what re-search-forward
5066 does when the search fails.
5067
50682005-07-05 Lute Kamstra <lute@gnu.org>
5069
5070 * Update FSF's address in GPL notices.
5071
5072 * doclicense.texi (GNU Free Documentation License):
5073 * gpl.texi (GPL):
5074 * tips.texi (Coding Conventions, Library Headers):
5075 * vol1.texi:
5076 * vol2.texi: Update FSF's address.
5077
50782005-07-04 Richard M. Stallman <rms@gnu.org>
5079
5080 * hooks.texi (Standard Hooks): Add occur-hook.
5081
50822005-07-03 Luc Teirlinck <teirllm@auburn.edu>
5083
5084 * display.texi (The Echo Area): Correct menu.
5085
50862005-07-03 Richard M. Stallman <rms@gnu.org>
5087
5088 * elisp.texi (Top): Update subnode menu for Display.
5089
5090 * display.texi (Displaying Messages): New node, with most
5091 of what was in The Echo Area.
5092 (Progress): Moved under The Echo Area.
5093 (Logging Messages): New node with new text.
5094 (Echo Area Customization): New node, the rest of what was
5095 in The Echo Area. Document message-truncate-lines with @defvar.
5096 (Display): Update menu.
5097
5098 * windows.texi (Textual Scrolling): Doc 3 values for
5099 scroll-preserve-screen-position.
5100
5101 * text.texi (Special Properties): Change hook functions
5102 should bind inhibit-modification-hooks around altering buffer text.
5103
5104 * keymaps.texi (Key Binding Commands): Call binding BINDING
5105 rather than DEFINITION.
5106
51072005-06-29 Juanma Barranquero <lekktu@gmail.com>
5108
5109 * variables.texi (Defining Variables): `user-variable-p' returns t
5110 for aliases of user options, nil for alias loops.
5111
51122005-06-28 Richard M. Stallman <rms@gnu.org>
5113
5114 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
5115 make-keymap.
5116
51172005-06-27 Luc Teirlinck <teirllm@auburn.edu>
5118
5119 * variables.texi (Setting Variables): Correct and clarify
5120 description of `add-to-ordered-list'.
5121
51222005-06-26 Richard M. Stallman <rms@gnu.org>
5123
5124 * display.texi (Faces): Minor cleanup.
5125
51262005-06-25 Luc Teirlinck <teirllm@auburn.edu>
5127
5128 * display.texi (Faces): `facep' returns t for strings that are
5129 face names.
5130
51312005-06-25 Richard M. Stallman <rms@gnu.org>
5132
5133 * objects.texi (Equality Predicates): Clarify meaning of equal.
5134
5135 * windows.texi (Selecting Windows): save-selected-window
5136 and with-selected-window save and restore the current buffer.
5137
51382005-06-24 Richard M. Stallman <rms@gnu.org>
5139
5140 * numbers.texi (Float Basics): Explain how to test for NaN,
5141 and printing the sign of NaNs.
5142
51432005-06-24 Eli Zaretskii <eliz@gnu.org>
5144
5145 * makefile.w32-in (MAKEINFO): Use --force.
5146
51472005-06-23 Richard M. Stallman <rms@gnu.org>
5148
5149 * display.texi (Face Functions): Correct Texinfo usage.
5150
51512005-06-23 Luc Teirlinck <teirllm@auburn.edu>
5152
5153 * lists.texi (Rings): `ring-elements' now returns the elements of
5154 RING in order.
5155
51562005-06-23 Juanma Barranquero <lekktu@gmail.com>
5157
5158 * markers.texi (The Mark): Texinfo usage fix.
5159
51602005-06-23 Kim F. Storm <storm@cua.dk>
5161
5162 * searching.texi (Entire Match Data): Remove evaporate option for
5163 match-data. Do not mention evaporate option for set-match-data.
5164
51652005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
5166
5167 * display.texi (Face Functions): Mention face aliases.
5168
51692005-06-21 Richard M. Stallman <rms@gnu.org>
5170
5171 * anti.texi (Antinews): Texinfo usage fix.
5172
51732005-06-21 Karl Berry <karl@gnu.org>
5174
5175 * elisp.texi: Use @copying.
5176
5177 * elisp.texi: Put @summarycontents and @contents before the Top
5178 node, instead of the end of the file, so that the contents appear
5179 in the right place in the dvi/pdf output.
5180
51812005-06-21 Juri Linkov <juri@jurta.org>
5182
5183 * display.texi (Defining Faces): Add `customized-face'.
5184
51852005-06-20 Kim F. Storm <storm@cua.dk>
5186
5187 * variables.texi (Setting Variables): Any type of element can be
5188 given order in add-to-ordered-list. Compare elements with eq.
5189
5190 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
5191
51922005-06-20 Karl Berry <karl@gnu.org>
5193
5194 * syntax.texi (Syntax Flags): Make last column very slightly wider
5195 to avoid "generic comment" breaking on two lines and causing an
5196 underfull box.
5197
51982005-06-19 Luc Teirlinck <teirllm@auburn.edu>
5199
5200 * lists.texi (Rings): Various minor clarifications and corrections.
5201
52022005-06-18 Richard M. Stallman <rms@gnu.org>
5203
5204 * functions.texi (Obsolete Functions): Simplify.
5205
5206 * variables.texi (Variable Aliases): Simplify.
5207
5208 * anti.texi, backups.texi, compile.texi, customization.texi:
5209 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
5210 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
5211 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
5212 * variables.texi: Fix formatting ugliness.
5213
5214 * elisp.texi: Add links to Rings and Byte Packing.
5215 Update version and copyright years.
5216
5217 * minibuf.texi: Fix formatting ugliness.
5218 (Completion Commands): Move keymap vars to the end
5219 and vars completing-read binds to the top.
5220
52212005-06-17 Luc Teirlinck <teirllm@auburn.edu>
5222
5223 * processes.texi: Fix typos.
5224 (Bindat Spec): Correct Texinfo error.
5225 (Byte Packing): Fix ungrammatical sentence.
5226
52272005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
5228
5229 * lists.texi (Rings): New node.
5230 (Lists): Add it to menu.
5231
5232 * processes.texi (Byte Packing): New node.
5233 (Processes): Add it to menu.
5234
52352005-06-17 Richard M. Stallman <rms@gnu.org>
5236
5237 * syntax.texi (Parsing Expressions): Fix texinfo usage.
5238
5239 * help.texi (Documentation Basics): Explain the xref to
5240 Documentation Tips.
5241
5242 * debugging.texi (Debugger Commands): Minor fix.
5243
52442005-06-16 Luc Teirlinck <teirllm@auburn.edu>
5245
5246 * edebug.texi (Instrumenting): Eliminate duplicate link.
5247 (Specification List): Replace references to "below", referring to
5248 a later node, with one @ref to that node.
5249
5250 * os.texi (Timers): Timers should save and restore the match data
5251 if they change it.
5252
5253 * debugging.texi (Debugger Commands): Mention that the Lisp
5254 debugger can not step through primitive functions.
5255
52562005-06-16 Juanma Barranquero <lekktu@gmail.com>
5257
5258 * functions.texi (Obsolete Functions): Update argument names of
5259 `make-obsolete' and `define-obsolete-function-alias'.
5260
5261 * variables.texi (Variable Aliases): Update argument names of
5262 `defvaralias', `make-obsolete-variable' and
5263 `define-obsolete-variable-alias'.
5264
52652005-06-15 Kim F. Storm <storm@cua.dk>
5266
5267 * searching.texi (Entire Match Data): Rephrase warnings about
5268 evaporate arg to match-data and set-match-data.
5269
52702005-06-14 Luc Teirlinck <teirllm@auburn.edu>
5271
5272 * elisp.texi (Top): Update detailed menu.
5273
5274 * edebug.texi (Edebug): Update menu.
5275 (Instrumenting): Update xrefs.
5276 (Edebug Execution Modes): Correct xref.
5277 (Jumping): Clarify description of `h' command.
5278 Eliminate redundant @ref.
5279 (Breaks): New node.
5280 (Breakpoints): Is now a subsubsection.
5281 (Global Break Condition): Mention `C-x X X'.
5282 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
5283 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
5284 (Edebug Display Update): Correct pxref.
5285 (Edebug and Macros): New node.
5286 (Instrumenting Macro Calls): Is now a subsubsection.
5287 Neither arg of `def-edebug-spec' is evaluated.
5288 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
5289 (Specification Examples): Fix typo.
5290
52912005-06-14 Lute Kamstra <lute@gnu.org>
5292
5293 * debugging.texi (Function Debugging): Primitives can break on
5294 entry too.
5295
52962005-06-14 Kim F. Storm <storm@cua.dk>
5297
5298 * variables.texi (Setting Variables): Add add-to-ordered-list.
5299
53002005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5301
5302 * syntax.texi (Parsing Expressions): Document aux functions and vars of
5303 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
5304
53052005-06-13 Lute Kamstra <lute@gnu.org>
5306
5307 * text.texi (Special Properties): Fix cross reference.
5308
53092005-06-11 Luc Teirlinck <teirllm@auburn.edu>
5310
5311 * debugging.texi (Function Debugging): Delete mention of empty
5312 string argument to `cancel-debug-on-entry'. Delete inaccurate
5313 description of the return value of that command.
5314
53152005-06-11 Alan Mackenzie <acm@muc.de>
5316
5317 * text.texi (Adaptive Fill): Amplify the description of
5318 fill-context-prefix.
5319
53202005-06-10 Luc Teirlinck <teirllm@auburn.edu>
5321
5322 * syntax.texi (Parsing Expressions): Fix Texinfo error.
5323
53242005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
5325
5326 * syntax.texi (Parsing Expressions): Document syntax-ppss.
5327
53282005-06-10 Luc Teirlinck <teirllm@auburn.edu>
5329
5330 * debugging.texi (Error Debugging): Minor rewording.
5331 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
5332 is optional.
5333
53342005-06-10 Lute Kamstra <lute@gnu.org>
5335
5336 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
5337 (Top): Give it a title. Correct version number. Give the
5338 detailed node listing a more prominent header.
5339 * intro.texi: Don't set VERSION here a second time.
5340 Mention Emacs's version too.
5341 * anti.texi (Antinews): Use EMACSVER to refer to the current
5342 version of Emacs.
5343
53442005-06-09 Kim F. Storm <storm@cua.dk>
5345
5346 * searching.texi (Entire Match Data): Explain new `reseat' argument to
5347 match-data and set-match-data.
5348
53492005-06-08 Richard M. Stallman <rms@gnu.org>
5350
5351 * searching.texi (Entire Match Data): Clarify when match-data
5352 returns markers and when integers.
5353
5354 * display.texi (Defining Faces): Explain that face name should not
5355 end in `-face'.
5356
5357 * modes.texi (Mode Line Data): Minor cleanup.
5358 (Customizing Keywords): Node split out of Search-based Fontification.
5359 Add example of using font-lock-add-keywords from a hook.
5360 Clarify when MODE should be non-nil, and when nil.
5361
53622005-06-06 Richard M. Stallman <rms@gnu.org>
5363
5364 * modes.texi (Mode Line Data): Explain what happens when the car
5365 of a list is a void symbol.
5366 (Search-based Fontification): Explain MODE arg to
5367 font-lock-add-keywords and warn about calls from major modes.
5368
53692005-06-08 Juri Linkov <juri@jurta.org>
5370
5371 * display.texi (Standard Faces): Add `shadow' face.
5372
53732005-05-29 Luc Teirlinck <teirllm@auburn.edu>
5374
5375 * modes.texi (Major Mode Conventions): A derived mode only needs
5376 to put the call to the parent mode inside `delay-mode-hooks'.
5377
53782005-05-29 Richard M. Stallman <rms@gnu.org>
5379
5380 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
5381 new, and what that implies. Clarify.
5382
5383 * files.texi (Locating Files): Clean up the text.
5384
5385 * frames.texi (Window Frame Parameters): Document user-size.
5386 Shorten entry for top by referring to left.
5387
53882005-05-26 Richard M. Stallman <rms@gnu.org>
5389
5390 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
5391 is new, and what the implications are. Other clarifications.
5392
53932005-05-24 Richard M. Stallman <rms@gnu.org>
5394
5395 * frames.texi (Dialog Boxes): Minor fixes.
5396
53972005-05-25 Masatake YAMATO <jet@gyve.org>
5398
5399 * display.texi (Standard Faces): Write about `mode-line-highlight'.
5400
54012005-05-24 Luc Teirlinck <teirllm@auburn.edu>
5402
5403 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
5404 is optional.
5405
54062005-05-24 Nick Roberts <nickrob@snap.net.nz>
5407
10d1d0af 5408 * frames.texi (Dialog Boxes): Describe new optional argument.
b8d4c8d0
GM
5409
54102005-05-23 Lute Kamstra <lute@gnu.org>
5411
5412 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
5413 syntax-begin-function over font-lock-beginning-of-syntax-function.
5414
54152005-05-21 Luc Teirlinck <teirllm@auburn.edu>
5416
5417 * minibuf.texi (Reading File Names): Update description of
5418 `read-directory-name'.
5419
5420 * modes.texi (Derived Modes): Clarify :group keyword.
5421
54222005-05-21 Eli Zaretskii <eliz@gnu.org>
5423
5424 * files.texi (Locating Files): New subsection.
5425 Describe locate-file and executable-find.
5426
54272005-05-21 Kevin Ryde <user42@zip.com.au>
5428
5429 * frames.texi (Initial Parameters): Update cross reference to
5430 "Emacs Invocation".
5431
54322005-05-19 Luc Teirlinck <teirllm@auburn.edu>
5433
5434 * keymaps.texi (Active Keymaps): Add anchor.
5435
5436 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
5437 (Major Mode Conventions): Refer to `Auto Major Mode' in more
5438 appropriate place.
5439 (Derived Modes): Small clarifications.
5440 (Minor Mode Conventions, Keymaps and Minor Modes):
5441 Replace references to nodes with references to anchors.
5442 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
5443 Clarify description of lists whose first element is an integer.
5444 (Mode Line Variables): Add anchor.
5445 (%-Constructs): Clarify description of integer after %.
5446 (Emulating Mode Line): Describe nil value for FACE.
5447
54482005-05-18 Luc Teirlinck <teirllm@auburn.edu>
5449
5450 * modes.texi (Derived Modes): Correct references to non-existing
5451 variable standard-syntax-table.
5452
54532005-05-17 Lute Kamstra <lute@gnu.org>
5454
5455 * modes.texi (Defining Minor Modes): Mention the mode hook.
5456
54572005-05-15 Kim F. Storm <storm@cua.dk>
5458
5459 * processes.texi (Network): Remove open-network-stream-nowait.
5460 (Network Servers): Remove open-network-stream-server.
5461
54622005-05-15 Luc Teirlinck <teirllm@auburn.edu>
5463
5464 * elisp.texi (Top): Update detailed menu.
5465
5466 * variables.texi: Reorder nodes.
5467 (Variables): Update menu.
5468 (File Local Variables): Do not refer to the `-*-' line as
5469 a "local variables list". Add pxref.
5470
54712005-05-14 Luc Teirlinck <teirllm@auburn.edu>
5472
5473 * elisp.texi (Top): Update detailed menu for node changes.
5474
5475 * modes.texi (Modes): Update Menu.
5476 (Hooks): Move to beginning of chapter.
5477 Most minor modes run mode hooks too.
5478 `add-hook' can handle void hooks or hooks whose value is a single
5479 function.
5480 (Major Modes): Update Menu.
5481 (Major Mode Basics): New node, split off from `Major Modes'.
5482 (Major Mode Conventions): Correct xref. Explain how to handle
5483 auto-mode-alist if the major mode command has an autoload cookie.
5484 (Auto Major Mode): Major update. Add magic-mode-alist.
5485 (Derived Modes): Major update.
5486 (Mode Line Format): Update Menu.
5487 (Mode Line Basics): New node, split off from `Mode Line Format'.
5488
5489 * loading.texi (Autoload): Mention `autoload cookie' as synonym
5490 for `magic autoload comment'. Add index entries and anchor.
5491
54922005-05-14 Richard M. Stallman <rms@gnu.org>
5493
5494 * tips.texi (Coding Conventions): Explain how important it is
5495 that just loading certain files not change Emacs behavior.
5496
5497 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
5498
54992005-05-12 Lute Kamstra <lute@gnu.org>
5500
5501 * modes.texi (Generic Modes): Update.
5502 (Major Modes): Refer to node "Generic Modes".
5503
5504 * elisp.texi (Top): Update to the current structure of the manual.
5505 * processes.texi (Processes): Add menu description.
5506 * customize.texi (Customization): Add menu descriptions.
5507
55082005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
5509
5510 * processes.texi (Signals to Processes)
5511 (Low-Level Network): Fix typos.
5512
55132005-05-11 Lute Kamstra <lute@gnu.org>
5514
5515 * elisp.texi (Top): Add some nodes from the chapter "Major and
5516 Minor Modes" to the detailed node listing.
5517
55182005-05-10 Richard M. Stallman <rms@gnu.org>
5519
5520 * keymaps.texi (Extended Menu Items): Menu item filter functions
5521 can be called at any time.
5522
55232005-05-08 Luc Teirlinck <teirllm@auburn.edu>
5524
5525 * variables.texi (File Local Variables): `(hack-local-variables t)'
5526 now also checks whether a mode is specified in the local variables
5527 list.
5528
55292005-05-05 Kevin Ryde <user42@zip.com.au>
5530
5531 * display.texi (The Echo Area): Correct format function cross
5532 reference.
5533
55342005-05-05 Luc Teirlinck <teirllm@auburn.edu>
5535
5536 * variables.texi (Variable Aliases): Change description of
5537 `define-obsolete-variable-alias'.
5538
5539 * functions.texi (Functions): Add "Obsolete Functions" to menu.
5540 (Defining Functions): Add xref.
5541 (Obsolete Functions): New node.
5542 (Function Safety): Standardize capitalization of section title.
5543
5544 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
5545 (Dialog Boxes): Complete description of `x-popup-dialog'.
5546
55472005-05-04 Richard M. Stallman <rms@gnu.org>
5548
5549 * commands.texi (Interactive Codes): Fix Texinfo usage.
5550 Document U more clearly.
5551
55522005-05-01 Luc Teirlinck <teirllm@auburn.edu>
5553
5554 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
5555 function and not a macro.
5556
5557 * frames.texi (Pop-Up Menus): Correct and clarify description of
5558 `x-popup-menu'.
5559 (Dialog Boxes): Clarify description of `x-popup-dialog'.
5560
55612005-05-01 Richard M. Stallman <rms@gnu.org>
5562
5563 * edebug.texi (Checking Whether to Stop): Fix previous change.
5564
55652005-05-01 Luc Teirlinck <teirllm@auburn.edu>
5566
5567 * display.texi: Fix typos and Texinfo usage.
5568
5569 * edebug.texi (Checking Whether to Stop): executing-macro ->
5570 executing-kbd-macro.
5571
55722005-05-01 Richard M. Stallman <rms@gnu.org>
5573
5574 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
5575
55762005-04-30 Richard M. Stallman <rms@gnu.org>
5577
5578 * files.texi (Magic File Names): Document `operations' property.
5579
55802005-04-29 Lute Kamstra <lute@gnu.org>
5581
5582 * modes.texi (Generic Modes): New node.
5583 (Major Modes): Add it to the menu.
5584 (Derived Modes): Add "derived mode" to concept index.
5585
55862005-04-28 Lute Kamstra <lute@gnu.org>
5587
5588 * modes.texi (Defining Minor Modes): Fix previous change.
5589 (Font Lock Mode): Simplify.
5590 (Font Lock Basics): Say that font-lock-defaults is buffer-local
5591 when set and that some parts are optional. Add cross references.
5592 (Search-based Fontification): Say how to specify font-lock-keywords.
5593 Add cross references. Add font-lock-multiline to index.
5594 Move font-lock-keywords-case-fold-search here from node "Other Font
5595 Lock Variables". Document font-lock-add-keywords and
5596 font-lock-remove-keywords.
5597 (Other Font Lock Variables): Move font-lock-keywords-only,
5598 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
5599 and font-lock-syntactic-face-function to node "Syntactic Font
5600 Lock". Move font-lock-keywords-case-fold-search to node
5601 "Search-based Fontification". Document font-lock-inhibit-thing-lock
5602 and font-lock-{,un}fontify-{buffer,region}-function.
5603 (Precalculated Fontification): Remove reference to deleted variable
5604 font-lock-core-only.
5605 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
5606 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
5607 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
5608 and font-lock-syntactic-face-function here from node "Other Font
5609 Lock Variables". Move font-lock-syntactic-keywords to "Setting
5610 Syntax Properties". Add cross references.
5611 (Setting Syntax Properties): New node.
5612 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
5613 * syntax.texi (Syntax Properties): Add cross reference.
5614 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
5615
56162005-04-26 Richard M. Stallman <rms@gnu.org>
5617
5618 * display.texi (Defining Faces):
5619 Document `default' elements of defface spec.
5620
5621 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
5622
5623 * variables.texi (Variable Aliases): Clarify text.
5624
56252005-04-25 Chong Yidong <cyd@stupidchicken.com>
5626
5627 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
5628
56292005-04-25 Luc Teirlinck <teirllm@auburn.edu>
5630
5631 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
5632
56332005-04-24 Eli Zaretskii <eliz@gnu.org>
5634
5635 * syntax.texi (Syntax Table Internals): Elaborate documentation of
5636 syntax-after and syntax-class.
5637
5638 * files.texi (Changing Files): Fix last change's cross-reference.
5639 (Unique File Names): Don't mention "numbers" in the documentation
5640 of make-temp-file and make-temp-name.
5641
56422005-04-23 Richard M. Stallman <rms@gnu.org>
5643
5644 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
5645
56462005-04-22 Nick Roberts <nickrob@snap.net.nz>
5647
5648 * windows.texi (Cyclic Window Ordering): Clarify window-list.
5649
56502005-04-22 Nick Roberts <nickrob@snap.net.nz>
5651
5652 * variables.texi (Variable Aliases): Describe make-obsolete-variable
5653 and define-obsolete-variable-alias.
5654
56552005-04-22 Kim F. Storm <storm@cua.dk>
5656
5657 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
5658 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
5659
56602005-04-21 Lute Kamstra <lute@gnu.org>
5661
5662 * lists.texi (Association Lists): Document rassq-delete-all.
5663
56642005-04-19 Richard M. Stallman <rms@gnu.org>
5665
5666 * modes.texi (Search-based Fontification): Explain that
5667 facespec is an expression to be evaluated.
5668
56692005-04-19 Kevin Ryde <user42@zip.com.au>
5670
5671 * streams.texi (Output Functions): Fix xref.
5672 * strings.texi (String Conversion): Fix xref.
5673
56742005-04-19 Kim F. Storm <storm@cua.dk>
5675
5676 * symbols.texi (Symbol Plists): Add safe-get.
5677 Mention that `get' may signal an error.
5678
56792005-04-18 Nick Roberts <nickrob@snap.net.nz>
5680
5681 * customize.texi (Variable Definitions): Replace tooltip-mode
5682 example with save-place.
5683
56842005-04-17 Richard M. Stallman <rms@gnu.org>
5685
5686 * buffers.texi (Indirect Buffers): Clarify.
5687
5688 * positions.texi (Positions): Clarify converting marker to integer.
5689
5690 * strings.texi (String Basics): Mention string-match; clarify.
5691
56922005-04-08 Lute Kamstra <lute@gnu.org>
5693
5694 * modes.texi (Search-based Fontification): Fix cross references.
5695 Use consistent terminology. Document anchored highlighting.
5696
56972005-04-05 Lute Kamstra <lute@gnu.org>
5698
5699 * modes.texi (Defining Minor Modes): Document :group keyword
5700 argument and its default value.
5701
57022005-04-03 Lute Kamstra <lute@gnu.org>
5703
5704 * hooks.texi (Standard Hooks): Add some hooks. Add cross
5705 references and/or descriptions. Delete major mode hooks; mention
5706 them as a category instead. Rename or delete obsolete hooks.
5707
57082005-04-02 Richard M. Stallman <rms@gnu.org>
5709
5710 * nonascii.texi (Coding System Basics): Another wording cleanup.
5711
57122005-04-01 Richard M. Stallman <rms@gnu.org>
5713
5714 * nonascii.texi (Coding System Basics): Clarify previous change.
5715
57162005-04-01 Kenichi Handa <handa@m17n.org>
5717
10d1d0af 5718 * nonascii.texi (Coding System Basics): Describe about roundtrip
b8d4c8d0
GM
5719 identity of coding systems.
5720
57212005-03-29 Chong Yidong <cyd@stupidchicken.com>
5722
5723 * text.texi (Buffer Contents): Add filter-buffer-substring and
5724 buffer-substring-filters.
5725
57262005-03-26 Chong Yidong <cyd@stupidchicken.com>
5727
5728 * anti.texi (Antinews): Mention `G' interactive code.
5729
5730 * tips.texi (Compilation Tips): Mention benchmark.el.
5731
57322005-03-27 Luc Teirlinck <teirllm@auburn.edu>
5733
5734 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
5735 is now bound to M-o M-o.
5736
5737 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
5738
57392005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
5740
5741 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
5742 in the Emacs Manual).
5743 * Makefile.in (srcs): Remove calendar.texi.
5744 * makefile.w32-in (srcs): Remove calendar.texi.
5745 * display.texi (Display): Change name of next node.
5746 * os.texi (System In): Change name of previous node.
5747 * elisp.texi (Top): Remove Calendar references.
5748 * vol1.texi (Top): Remove Calendar references.
5749 * vol2.texi (Top): Remove Calendar references.
5750
57512005-03-25 Richard M. Stallman <rms@gnu.org>
5752
5753 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
5754 Cleanup previous change.
5755
57562005-03-25 Chong Yidong <cyd@stupidchicken.com>
5757
5758 * display.texi (Face Attributes): Faces earlier in an :inherit
5759 list take precedence.
5760 (Scroll Bars): Fix description of vertical-scroll-bars.
5761 Document frame-current-scroll-bars and window-current-scroll-bars.
5762
5763 * markers.texi (The Mark): Document temporary Transient Mark mode.
5764
5765 * minibuf.texi (Reading File Names):
5766 Document read-file-name-completion-ignore-case.
5767
5768 * positions.texi (Screen Lines): Document nil for width argument
5769 to compute-motion.
5770
57712005-03-23 Kim F. Storm <storm@cua.dk>
5772
5773 * display.texi (Standard Faces): Other faces used in the fringe
5774 implicitly inherits from the fringe face.
5775 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
5776 properties implicitly inherits from fringe face.
5777 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
5778
57792005-03-20 Chong Yidong <cyd@stupidchicken.com>
5780
5781 * display.texi (Invisible Text): State default value of
5782 line-move-ignore-invisible.
5783 (Managing Overlays): Document remove-overlays.
5784 (Standard Faces): Document escape-glyph face.
5785
5786 * minibuf.texi (Reading File Names): Document read-file-name-function.
5787
5788 * modes.texi (Other Font Lock Variables):
5789 Document font-lock-lines-before.
5790
5791 * positions.texi (Skipping Characters): skip-chars-forward allows
5792 character classes.
5793
57942005-03-18 Lute Kamstra <lute@gnu.org>
5795
5796 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
5797
57982005-03-17 Richard M. Stallman <rms@gnu.org>
5799
5800 * text.texi (Undo): Document extensible undo entries.
5801
dd7b651b 5802 * searching.texi (String Search, Regexp Search): Cleanups.
b8d4c8d0
GM
5803
5804 * nonascii.texi (Character Codes): Minor fix.
5805
5806 * display.texi (Display Property): Explain the significance
5807 of having text properties that are eq.
5808 (Other Display Specs): Explain string as display spec.
5809
5810 * commands.texi (Interactive Codes): Document G option.
5811
58122005-03-17 Chong Yidong <cyd@stupidchicken.com>
5813
5814 * text.texi (Filling): Add sentence-end-without-period and
5815 sentence-end-without-space.
5816 (Changing Properties): Minor fix.
5817
5818 * anti.texi: Total rewrite.
5819
58202005-03-15 Lute Kamstra <lute@gnu.org>
5821
5822 * edebug.texi (Instrumenting Macro Calls): Fix typos.
5823
58242005-03-08 Kim F. Storm <storm@cua.dk>
5825
5826 * display.texi (Specified Space): Property :width is support on
5827 non-graphic terminals, :height is not.
5828
58292005-03-07 Richard M. Stallman <rms@gnu.org>
5830
5831 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
5832 Now subnodes of Fringes.
5833 (Overlay Arrow): Document overlay-arrow-variable-list.
5834 (Fringe Size/Pos): New node, broken out of Fringes.
5835 (Display): Explain clearing vs redisplay better.
5836 (Truncation): Clarify use of bitmaps.
5837 (The Echo Area): Clarify the uses of the echo area.
5838 Add max-mini-window-height.
5839 (Progress): Clarify.
5840 (Invisible Text): Explain that main loop moves point out.
5841 (Selective Display): Say "hidden", not "invisible".
5842 (Managing Overlays): Move up. Describe relation to Undo here.
5843 (Overlay Properties): Clarify intro.
5844 (Finding Overlays): Explain return values when nothing found.
5845 (Width): truncate-string-to-width has added arg.
5846 (Displaying Faces): Clarify and update mode line face handling.
5847 (Face Functions): Minor cleanup.
5848 (Conditional Display): Merge into Other Display Specs.
5849 (Pixel Specification, Other Display Specs): Minor cleanups.
5850 (Images, Image Descriptors): Minor cleanups.
5851 (GIF Images): Patents have expired.
5852 (Showing Images): Explain default text for insert-image.
5853 (Manipulating Button Types): Merge into Manipulating Buttons.
5854 (Making Buttons): Explain return values.
5855 (Button Buffer Commands): Add xref.
5856 (Inverse Video): Update mode-line-inverse-video.
5857 (Display Table Format): Clarify.
5858 (Active Display Table): Give defaults for window-display-table.
5859
5860 * calendar.texi (Calendar Customizing): calendar-holiday-marker
5861 and calendar-today-marker are strings, not chars.
5862 (Holiday Customizing): Minor fix.
5863
5864 * internals.texi (Writing Emacs Primitives): Update `or' example.
5865 Update limit on # args of subr.
5866
5867 * edebug.texi (Using Edebug): Arrow is in fringe.
5868 (Instrumenting): Arg to eval-defun works without loading edebug.
5869 (Edebug Execution Modes): Add xref.
5870
5871 * customize.texi (Common Keywords): Clarify :require.
5872 Mention :version here.
5873 (Variable Definitions, Group Definitions): Not here.
5874 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
5875
58762005-03-07 Chong Yidong <cyd@stupidchicken.com>
5877 * nonascii.texi (Text Representations): Clarify position-bytes.
5878 (Character Sets): Add list-charset-chars.
5879 (Scanning Charsets): Add charset-after.
5880 (Encoding and I/O): Minor fix.
5881
58822005-03-06 Richard M. Stallman <rms@gnu.org>
5883
5884 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
5885 (Resizing Windows): Likewise.
5886
5887 * text.texi (Change Hooks): Get rid of "Emacs 21".
5888
5889 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
5890
5891 * streams.texi (Output Variables): Get rid of "Emacs 21".
5892
5893 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
5894
5895 * os.texi (Translating Input): Replace flow-control example
5896 with a less obsolete example that uses `keyboard-translate'.
5897
5898 * objects.texi (Hash Table Type, Circular Objects):
5899 Get rid of "Emacs 21".
5900
5901 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
5902 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
5903
5904 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
5905
5906 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
5907
5908 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
5909 (Menu Bar): Fix when menu-bar-update-hook is called.
5910
5911 * hash.texi (Hash Tables): Get rid of "Emacs 21".
5912
5913 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
5914 and make it read better.
5915
5916 * files.texi (Writing to Files): Get rid of "Emacs 21".
5917 (Unique File Names): Likewise.
5918
5919 * elisp.texi: Update Emacs version to 22.
5920
5921 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
5922 (Overlay Properties, Face Attributes): Likewise.
5923 (Managing Overlays): Fix punctuation.
5924 (Attribute Functions): Clarify set-face-font; get rid of
5925 info about old Emacs versions.
5926 (Auto Faces, Font Lookup, Display Property, Images):
5927 Get rid of "Emacs 21".
5928
5929 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
5930
59312005-03-05 Richard M. Stallman <rms@gnu.org>
5932
5933 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
5934
59352005-03-04 Lute Kamstra <lute@gnu.org>
5936
5937 * debugging.texi (Error Debugging): Document stack-trace-on-error.
5938
59392005-03-03 Lute Kamstra <lute@gnu.org>
5940
5941 * edebug.texi (Instrumenting Macro Calls): Fix typo.
5942
59432005-03-01 Lute Kamstra <lute@gnu.org>
5944
5945 * debugging.texi (Debugger Commands): Update `j'.
5946
59472005-02-28 Lute Kamstra <lute@gnu.org>
5948
5949 * debugging.texi (Debugging): Fix typo.
5950 (Error Debugging): Document eval-expression-debug-on-error.
5951 (Function Debugging): Update example.
5952 (Using Debugger): Mention starred stack frames.
5953 (Debugger Commands): Document `j' and `l'.
5954 (Invoking the Debugger): `d' and `j' exit recursive edit too.
5955 Update the messages that the debugger displays.
5956 (Internals of Debugger): Add cross reference. Update example.
5957 (Excess Open): Minor improvement.
5958 (Excess Close): Minor improvement.
5959
59602005-02-26 Richard M. Stallman <rms@gnu.org>
5961
5962 * tips.texi (Coding Conventions): Clarify.
5963 Put all the major mode key reservations together.
5964 Mention the Mouse-1 => Mouse-2 conventions.
5965
5966 * syntax.texi (Syntax Class Table): Clarify.
5967 (Syntax Table Functions): syntax-after moved from here.
5968 (Syntax Table Internals): syntax-after moved to here.
5969 (Parsing Expressions): Update info on number of values
5970 and what's meaningful in the STATE argument.
5971 (Categories): Fix typo.
5972
5973 * sequences.texi (Arrays): Cleanup.
5974 (Char-Tables): Clarify.
5975
5976 * processes.texi (Deleting Processes): Cleanups, add xref.
5977 (Subprocess Creation): Explain nil in exec-path. Cleanup.
5978 (Process Information): set-process-coding-system, some args optional.
5979 (Input to Processes): Explain various types for PROCESS args.
5980 Rename them from PROCESS-NAME to PROCESS.
5981 (Signals to Processes): Likewise.
5982 (Decoding Output): Cleanup.
5983 (Query Before Exit): Clarify.
5984
5985 * os.texi (Startup Summary): Correct the options; add missing ones.
5986 (Terminal Output, Batch Mode): Clarify.
5987 (Flow Control): Node deleted.
5988
5989 * markers.texi (The Mark): Clarify.
5990
5991 * macros.texi (Expansion): Cleanup.
5992 (Indenting Macros): indent-spec allows ints, not floats.
5993
5994 * keymaps.texi (Keymaps): Clarify.
5995 (Format of Keymaps): Update lisp-mode-map example.
5996 (Active Keymaps, Key Lookup): Clarify.
5997 (Changing Key Bindings): Add xref to `kbd'.
5998 (Key Binding Commands, Simple Menu Items): Clarify.
5999 (Mouse Menus, Menu Bar): Clarify.
6000 (Menu Example): Replace print example with menu-bar-replace-menu.
6001
6002 * help.texi (Documentation Basics): Add function-documentation prop.
6003
6004 * elisp.texi (Top): Don't refer to Flow Control node.
6005
6006 * commands.texi (Command Overview): Improve xrefs.
6007 (Adjusting Point): Adjusting point applies to intangible and invis.
6008 (Key Sequence Input): Doc extra read-key-sequence args.
6009 Likewise for read-key-sequence-vector.
6010
6011 * backups.texi (Rename or Copy): Minor fix.
6012 (Numbered Backups): For version-control, say the default.
6013 (Auto-Saving): make-auto-save-file-name example is simplified.
6014
6015 * advice.texi (Advising Functions): Don't imply one part of Emacs
6016 should advise another part. Markup changes.
6017 (Defining Advice): Move transitional para.
6018 (Activation of Advice): Cleanup.
6019 Explain if COMPILE is nil or negative.
6020
6021 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
6022
60232005-02-24 Lute Kamstra <lute@gnu.org>
6024
6025 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
6026 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
6027
60282005-02-23 Lute Kamstra <lute@gnu.org>
6029
6030 * modes.texi (Defining Minor Modes): define-minor-mode can be used
6031 to define global minor modes as well.
6032
6033 * display.texi (Managing Overlays): overlay-buffer returns nil for
6034 deleted overlays.
6035
60362005-02-22 Kim F. Storm <storm@cua.dk>
6037
6038 * minibuf.texi (Basic Completion): Allow symbols in addition to
6039 strings in try-completion and all-completions.
6040
60412005-02-14 Lute Kamstra <lute@gnu.org>
6042
6043 * elisp.texi (Top): Remove reference to deleted node.
6044
6045 * lists.texi (Lists): Remove reference to deleted node.
6046 (Cons Cells): Fix typo.
6047
6048 * loading.texi (Where Defined): Fix typo.
6049
60502005-02-14 Richard M. Stallman <rms@gnu.org>
6051
6052 * variables.texi (Creating Buffer-Local): change-major-mode-hook
6053 is useful for discarding some minor modes.
6054
6055 * symbols.texi (Symbol Components): Reorder examples.
6056
6057 * streams.texi (Input Functions): State standard-input default.
6058 (Output Variables): State standard-output default.
6059
6060 * objects.texi (Printed Representation): Clarify read syntax vs print.
6061 (Floating Point Type): Explain meaning better.
6062 (Symbol Type): Explain uniqueness better.
6063 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
6064 List examples sooner.
6065 (Box Diagrams): New subnode broken out.
6066 Some examples moved from old Lists as Boxes node.
6067 (Dotted Pair Notation): Clarify intro.
6068 (Array Type): Clarify.
6069 (Type Predicates): Add hash-table-p.
6070
6071 * numbers.texi (Integer Basics): Clarify radix explanation.
6072 (Predicates on Numbers): Minor clarification.
6073 (Comparison of Numbers): Minor clarification. Clarify eql.
6074 Typos in min, max.
6075 (Math Functions): Clarify overflow in expt.
6076
6077 * minibuf.texi (Text from Minibuffer): Minor clarification.
6078 Mention arrow keys.
6079
6080 * loading.texi (Autoload): defun's doc string overrides autoload's
6081 doc string.
6082 (Repeated Loading): Modernize "add to list" examples.
6083 (Where Defined): Finish updating table of load-history elts.
6084
6085 * lists.texi (List-related Predicates): Minor wording improvement.
6086 (Lists as Boxes): Node deleted.
6087 (Building Lists): Explain trivial cases of number-sequence.
6088
6089 * hash.texi (Hash Tables): Add desc to menu items.
10d1d0af 6090 (Creating Hash): Explain "full" means "make larger".
b8d4c8d0
GM
6091 (Hash Access): Any object can be a key.
6092 State value of maphash.
6093
6094 * functions.texi (What Is a Function): Wording cleanup.
6095 (Function Documentation): Minor cleanup.
6096 Explain purpose of calling convention at end of doc string.
6097 (Function Names): Wording cleanup.
6098 (Calling Functions): Wording cleanup.
6099 Explain better how funcall calls the function.
6100 (Function Cells): Delete example of saving and redefining function.
6101
6102 * control.texi (Combining Conditions): Wording cleanup.
6103 (Iteration): dolist and dotimes bind VAR locally.
6104 (Cleanups): Xref to Atomic Changes.
6105
6106 * compile.texi (Byte Compilation): Delete 19.29 info.
6107 (Compilation Functions): Macros' difficulties don't affect defsubst.
6108 (Docs and Compilation): Delete 19.29 info.
6109
61102005-02-10 Richard M. Stallman <rms@gnu.org>
6111
6112 * objects.texi (Symbol Type): Minor correction.
6113
61142005-02-06 Lute Kamstra <lute@gnu.org>
6115
6116 * modes.texi (Example Major Modes): Fix typos.
6117
61182005-02-06 Richard M. Stallman <rms@gnu.org>
6119
6120 * text.texi (Margins): fill-nobreak-predicate can be one function.
6121
6122 * strings.texi (Modifying Strings): clear-string can make unibyte.
6123 (Formatting Strings): format gives error if values missing.
6124
6125 * positions.texi (Character Motion): Mention default arg
6126 for forward-char. backward-char refers to forward-char.
6127 (Word Motion): Mention default arg for forward-word.
6128 (Buffer End Motion): Mention default arg for beginning-of-buffer.
6129 Simplify end-of-buffer.
6130 (Text Lines): Mention default arg for forward-line.
6131 (List Motion): Mention default arg for beginning/end-of-defun.
6132 (Skipping Characters): Minor fixes in explaining character-set.
6133
6134 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
6135 Mode inheritance applies only when default-major-mode is nil.
6136 Clarifications.
6137 (Example Major Modes): Update Text mode and Lisp mode examples.
6138 (Minor Mode Conventions): Mention define-minor-mode at top.
6139 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
6140 (Mode Line Format): Update mode line face display info.
6141 (Properties in Mode): Mention effect of risky vars.
6142 (Imenu): Define imenu-add-to-menubar.
6143 (Font Lock Mode): Add descriptions to menu lines.
6144 (Faces for Font Lock): Add font-lock-doc-face.
6145
61462005-02-05 Lute Kamstra <lute@gnu.org>
6147
6148 * text.texi (Maintaining Undo): Remove obsolete function.
6149
61502005-02-05 Eli Zaretskii <eliz@gnu.org>
6151
6152 * frames.texi (Color Names): Add pointer to the X docs about RGB
c4cc8b9a 6153 color specifications. Improve indexing.
b8d4c8d0
GM
6154 (Text Terminal Colors): Replace the description of RGB values by
6155 an xref to "Color Names".
6156
61572005-02-03 Richard M. Stallman <rms@gnu.org>
6158
6159 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
6160 Clarify.
6161 (Selecting Windows): Clarify save-selected-window.
6162 (Cyclic Window Ordering): Clarify walk-windows.
6163 (Window Point): Clarify.
6164 (Window Start): Add comment to example.
6165 (Resizing Windows): Add `interactive' specs in examples.
6166 Document fit-window-to-buffer.
6167
6168 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
6169 (Undo, Maintaining Undo): Clarify last change.
6170 (Sorting): In sort-numeric-fields, explain about octal and hex.
6171 Mention sort-numeric-base.
6172 (Format Properties): Add xref for hard newlines.
6173
6174 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
6175 (Pop-Up Menus): Fix typo.
6176 (Color Names): Explain all types of color names.
6177 Explain color-values on B&W terminal.
6178 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
6179
6180 * files.texi (File Locks): Not supported on MS systems.
6181 (Testing Accessibility): Clarify.
6182
6183 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
6184 (Coverage Testing): Fix typo.
6185
6186 * commands.texi (Misc Events): Remove stray space.
6187
6188 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
6189 (Modification Time): Clarify when visited-file-modtime returns 0.
6190 (The Buffer List): Clarify bury-buffer.
6191 (Killing Buffers): Clarify.
6192 (Indirect Buffers): Add clone-indirect-buffer.
6193
61942005-02-02 Matt Hodges <MPHodges@member.fsf.org>
6195
6196 * edebug.texi (Printing in Edebug): Fix default value of
6197 edebug-print-circle.
6198 (Coverage Testing): Fix displayed frequency count data.
6199
62002005-02-02 Luc Teirlinck <teirllm@auburn.edu>
6201
6202 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
6203
62042005-02-02 Kim F. Storm <storm@cua.dk>
6205
6206 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
6207
62082005-01-29 Eli Zaretskii <eliz@gnu.org>
6209
6210 * commands.texi (Misc Events): Describe the help-echo event.
6211
6212 * text.texi (Special Properties) <help-echo>: Use `pos'
6213 consistently in description of the help-echo property.
6214 Use @code{nil} instead of @var{nil}.
6215
6216 * display.texi (Overlay Properties): Fix the index entry for
6217 help-echo overlay property.
6218
6219 * customize.texi (Type Keywords): Uncomment the xref to the
6220 help-echo property documentation.
6221
62222005-01-23 Kim F. Storm <storm@cua.dk>
6223
6224 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
6225 return value. Third element FULLY replaced by PARTIAL which
6226 specifies number of invisible pixels if row is only partially visible.
6227 (Textual Scrolling): Mention auto-window-vscroll.
6228 (Vertical Scrolling): New defvar auto-window-vscroll.
6229
62302005-01-16 Luc Teirlinck <teirllm@auburn.edu>
6231
6232 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
6233 command remapping.
6234
62352005-01-15 Richard M. Stallman <rms@gnu.org>
6236
6237 * display.texi (Defining Images): Mention DATA-P arg of create-image.
6238
62392005-01-14 Kim F. Storm <storm@cua.dk>
6240
6241 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
6242
6243 * text.texi (Links and Mouse-1): Fix string and vector item.
6244
62452005-01-13 Richard M. Stallman <rms@gnu.org>
6246
6247 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
6248 descriptions of overriding-local-map and overriding-terminal-local-map.
6249
6250 * text.texi (Links and Mouse-1): Clarify text.
6251
62522005-01-13 Kim F. Storm <storm@cua.dk>
6253
6254 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
6255
62562005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
6257
6258 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
6259
62602005-01-12 Kim F. Storm <storm@cua.dk>
6261
6262 * text.texi (Links and Mouse-1): Rename section from Enabling
6263 Mouse-1 to Following Links. Change xrefs.
6264 Add examples for define-button-type and define-widget.
6265
6266 * display.texi (Button Properties, Button Buffer Commands):
6267 Clarify mouse-1 and follow-link functionality.
6268
62692005-01-12 Richard M. Stallman <rms@gnu.org>
6270
6271 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
6272
6273 * display.texi (Beeping): Fix Texinfo usage.
6274
6275 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
6276
62772005-01-11 Kim F. Storm <storm@cua.dk>
6278
6279 * display.texi (Button Properties, Button Buffer Commands):
6280 Mention mouse-1 binding. Add follow-link keyword.
6281
6282 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
6283 (Enabling Mouse-1 to Follow Links): New subsection.
6284
62852005-01-06 Richard M. Stallman <rms@gnu.org>
6286
6287 * text.texi (Special Properties): Minor change.
6288
6289 * os.texi (Timers): Clarify previous change.
6290
6291 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
6292
62932005-01-01 Luc Teirlinck <teirllm@auburn.edu>
6294
6295 * display.texi (Face Attributes): Correct xref to renamed node.
6296
62972005-01-01 Richard M. Stallman <rms@gnu.org>
6298
6299 * display.texi (Face Attributes): Describe hex color specs.
6300
63012004-12-31 Richard M. Stallman <rms@gnu.org>
6302
6303 * os.texi (Timers): Update previous change.
6304
63052004-12-30 Kim F. Storm <storm@cua.dk>
6306
6307 * display.texi (Line Height): Total line-height is now specified
6308 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
6309 in cons cells. (nil . RATIO) is relative to actual line height.
6310 Use line-height `t' instead of `0' to get minimum height.
6311
63122004-12-29 Richard M. Stallman <rms@gnu.org>
6313
6314 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
6315
63162004-12-28 Richard M. Stallman <rms@gnu.org>
6317
6318 * commands.texi (Quitting): Clarify value of with-local-quit.
6319
6320 * elisp.texi (Top): Fix previous change.
6321
6322 * loading.texi (Loading): Fix previous change.
6323
63242004-12-27 Richard M. Stallman <rms@gnu.org>
6325
6326 * Makefile.in (MAKEINFO): Specify --force.
6327
6328 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
6329
6330 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
6331
6332 * display.texi (Line Height): Further clarify.
6333
6334 * elisp.texi (Top): Update Loading submenu.
6335
6336 * loading.texi (Where Defined): New node.
6337 (Unloading): load-history moved to Where Defined.
6338
63392004-12-21 Richard M. Stallman <rms@gnu.org>
6340
6341 * commands.texi (Event Input Misc): Add while-no-input.
6342
63432004-12-11 Richard M. Stallman <rms@gnu.org>
6344
6345 * display.texi (Line Height): Rewrite text for clarity.
6346
63472004-12-11 Kim F. Storm <storm@cua.dk>
6348
6349 * display.texi (Display): Add node "Line Height" to menu.
6350 (Line Height): New node. Move full description of line-spacing
6351 and line-height text properties here from text.texi.
6352 (Scroll Bars): Add vertical-scroll-bar variable.
6353
6354 * frames.texi (Window Frame Parameters): Remove line-height defvar.
6355
6356 * locals.texi (Standard Buffer-Local Variables): Fix xref for
6357 line-spacing and vertical-scroll-bar.
6358
6359 * text.texi (Special Properties): Just mention line-spacing and
6360 line-height here, add xref to new "Line Height" node.
6361
63622004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
6363
6364 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
6365
6366 * locals.texi (Standard Buffer-Local Variables):
6367 Add @xref for `line-spacing'.
6368
63692004-12-05 Richard M. Stallman <rms@gnu.org>
6370
6371 * Makefile.in (maintainer-clean): Remove the info files
6372 in $(infodir) where they are created.
6373
63742004-12-03 Richard M. Stallman <rms@gnu.org>
6375
6376 * windows.texi (Selecting Windows): get-lru-window and
6377 get-largest-window don't consider dedicated windows.
6378
6379 * text.texi (Undo): Document undo-in-progress.
6380
63812004-11-26 Richard M. Stallman <rms@gnu.org>
6382
6383 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
6384 Remove a few vars that are not always buffer-local.
6385
63862004-11-24 Luc Teirlinck <teirllm@auburn.edu>
6387
6388 * locals.texi (Standard Buffer-Local Variables): Comment out
6389 xref's to non-existent node `Yet to be written'.
6390
63912004-11-24 Richard M. Stallman <rms@gnu.org>
6392
6393 * processes.texi (Synchronous Processes): Grammar fix.
6394
6395 * numbers.texi (Comparison of Numbers): Add eql.
6396
6397 * locals.texi (Standard Buffer-Local Variables): Add many vars.
6398
6399 * intro.texi (Printing Notation): Fix previous change.
6400
6401 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
6402 and default-indicate-buffer-boundaries from here.
6403 (Usual Display): To here.
6404 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
6405 (Usual Display): Move tab-width up.
6406
6407 * customize.texi (Variable Definitions): Replace
6408 show-paren-mode example with tooltip-mode.
6409 (Simple Types, Composite Types, Defining New Types):
6410 Minor cleanups.
6411
64122004-11-21 Jesper Harder <harder@ifa.au.dk>
6413
6414 * processes.texi (Synchronous Processes, Output from Processes):
6415 Markup fix.
6416
64172004-11-20 Richard M. Stallman <rms@gnu.org>
6418
6419 * positions.texi (Skipping Characters): skip-chars-forward
6420 now handles char classes.
6421
6422 * intro.texi (Printing Notation): Avoid confusion of `print'
6423 when explaining @print.
6424
6425 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
6426
6427 * display.texi (Display Table Format): Minor fix.
6428
6429 * streams.texi (Output Functions): Fix print example.
6430
6431 * Makefile.in (elisp): New target.
6432 (dist): Depend on $(infodir)/elisp, not elisp.
6433 Copy the info files from $(infodir).
6434
6435 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
6436 read-from-minibuffer.
6437
6438 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
6439
64402004-11-19 Richard M. Stallman <rms@gnu.org>
6441
6442 * searching.texi (Regexp Search): Add search-whitespace-regexp.
6443
64442004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
6445
6446 * tips.texi (Coding Conventions): Fix typo.
6447
64482004-11-16 Richard M. Stallman <rms@gnu.org>
6449
6450 * tips.texi (Coding Conventions): Separate defvar and require
6451 methods to avoid warnings. Use require only when there are many
6452 functions and variables from that package.
6453
6454 * minibuf.texi (Minibuffer Completion): When ignoring case,
6455 predicate must not be case-sensitive.
6456
6457 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
6458 (Test Coverage): Don't talk about "splotches". Clarified.
6459
64602004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
6461
6462 * frames.texi (Window Frame Parameters): Fix typo.
6463
64642004-11-15 Kim F. Storm <storm@cua.dk>
6465
6466 * symbols.texi (Other Plists): Note that plist-get may signal error.
6467 Add safe-plist-get.
6468
64692004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
6470
6471 * modes.texi (Font Lock Basics): Fix typo.
6472
64732004-11-08 Richard M. Stallman <rms@gnu.org>
6474
6475 * syntax.texi (Syntax Table Functions): Add syntax-after.
6476
64772004-11-06 Lars Brinkhoff <lars@nocrew.org>
6478
6479 * os.texi (Processor Run Time): New section documenting
6480 get-internal-run-time.
6481
64822004-11-06 Eli Zaretskii <eliz@gnu.org>
6483
6484 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
6485 it nukes elisp-cover.texi.
6486 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
6487 elisp-0 etc.
6488
64892004-11-05 Luc Teirlinck <teirllm@auburn.edu>
6490
6491 * commands.texi (Keyboard Macros): Document `append' return value
6492 of `defining-kbd-macro'.
6493
64942004-11-01 Richard M. Stallman <rms@gnu.org>
6495
6496 * commands.texi (Interactive Call): Add called-interactively-p.
6497
64982004-10-29 Simon Josefsson <jas@extundo.com>
6499
6500 * minibuf.texi (Reading a Password): Revert.
6501
65022004-10-28 Richard M. Stallman <rms@gnu.org>
6503
6504 * frames.texi (Display Feature Testing): Explain about "vendor".
6505
65062004-10-27 Richard M. Stallman <rms@gnu.org>
6507
6508 * commands.texi (Interactive Codes): `N' uses numeric prefix,
6509 not raw. Clarify `n'.
6510 (Interactive Call): Rewrite interactive-p, focusing on when
6511 and how to use it.
6512 (Misc Events): Clarify previous change.
6513
6514 * advice.texi (Simple Advice): Clarify what job the example does.
6515 (Around-Advice): Clarify ad-do-it.
6516 (Activation of Advice): An option of ad-default-compilation-action
6517 is `never', not `nil'.
6518
65192004-10-26 Kim F. Storm <storm@cua.dk>
6520
6521 * commands.texi (Interactive Codes): Add U code letter.
6522
65232004-10-25 Simon Josefsson <jas@extundo.com>
6524
6525 * minibuf.texi (Reading a Password): Add.
6526
65272004-10-24 Jason Rumney <jasonr@gnu.org>
6528
6529 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
6530 and wheel-down.
6531
65322004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
6533
6534 * processes.texi (Synchronous Processes): Document process-file.
6535
65362004-10-22 Kenichi Handa <handa@m17n.org>
6537
6538 * text.texi (translate-region): Document that it accepts also a
6539 char-table.
6540
65412004-10-22 David Ponce <david@dponce.com>
6542
6543 * windows.texi (Resizing Windows): Document the `preserve-before'
6544 argument of the functions `enlarge-window' and `shrink-window'.
6545
65462004-10-19 Jason Rumney <jasonr@gnu.org>
6547
6548 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
6549
65502004-10-09 Luc Teirlinck <teirllm@auburn.edu>
6551
6552 * text.texi (Filling): Add anchor for definition of
6553 `sentence-end-double-space'.
6554
6555 * searching.texi (Regexp Example): Update description of how
6556 Emacs currently recognizes the end of a sentence.
6557 (Standard Regexps): Update definition of the variable
6558 `sentence-end'. Add definition of the function `sentence-end'.
6559
65602004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
6561
6562 * display.texi (Progress): New node.
6563
65642004-10-05 Kim F. Storm <storm@cua.dk>
6565
6566 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
6567
65682004-09-29 Kim F. Storm <storm@cua.dk>
6569
6570 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
6571 to identify bitmaps. Remove -fringe-bitmap suffix for standard
6572 fringe bitmap symbols, as they now have their own namespace.
6573 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
6574 vs. pixels. Signal error if no free bitmap slots.
6575 (Pixel Specification): Change IMAGE to @var{image}.
6576
65772004-09-28 Richard M. Stallman <rms@gnu.org>
6578
6579 * text.texi (Special Properties): Clarify line-spacing and line-height.
6580
6581 * searching.texi (Regexp Search): Add looking-back.
6582
65832004-09-25 Luc Teirlinck <teirllm@auburn.edu>
6584
6585 * display.texi: Correct typos.
6586 (Image Descriptors): Correct xref's.
6587
65882004-09-25 Richard M. Stallman <rms@gnu.org>
6589
6590 * text.texi (Special Properties): Cleanups in `cursor'.
6591 Rewrites in `line-height' and `line-spacing'; exchange them.
6592
6593 * display.texi (Fringes): Rewrite previous change.
6594 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
6595 (Display Fringe Bitmaps): Node deleted, text moved.
6596 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
6597 (Scroll Bars): Clarify set-window-scroll-bars.
6598 (Pointer Shape): Rewrite.
6599 (Specified Space): Clarify :align-to, etc.
6600 (Pixel Specification): Use @var. Clarify new text.
6601 (Other Display Specs): Clarify `slice'.
6602 (Image Descriptors): Cleanups.
6603 (Showing Images): Cleanups.
6604
66052004-09-24 Luc Teirlinck <teirllm@auburn.edu>
6606
6607 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
6608
6609 * modes.texi: Various minor changes in addition to:
6610 (Major Mode Conventions): Final call to `run-mode-hooks' should
6611 not be inside the `delay-mode-hooks' form.
6612 (Mode Hooks): New node.
6613 (Hooks): Delete obsolete example.
6614 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
6615 node "Mode Hooks".
6616
66172004-09-22 Luc Teirlinck <teirllm@auburn.edu>
6618
6619 * display.texi: Correct various typos.
6620 (Display): Rename node "Pointer Shapes" to "Pointer
6621 Shape". (There is already a node called "Pointer Shapes" in
6622 frames.texi.)
6623 (Images): Remove non-existent node "Image Slices" from menu.
6624
66252004-09-23 Kim F. Storm <storm@cua.dk>
6626
6627 * text.texi (Special Properties): Add `cursor', `pointer',
6628 `line-height', and `line-spacing' properties.
6629
6630 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
6631 Shapes' to menu.
6632 (Standard Faces): Doc fix for fringe face.
6633 (Fringes): Add `overflow-newline-into-fringe' and
6634 'indicate-buffer-boundaries'.
6635 (Fringe Bitmaps, Pointer Shapes): New nodes.
6636 (Display Property): Add 'Pixel Specification' and 'Display Fringe
6637 Bitmaps' to menu.
6638 (Specified Space): Describe pixel width and height.
6639 (Pixel Specification): New node.
6640 (Other Display Specs): Add `slice' property.
6641 (Display Fringe Bitmaps): New node.
6642 (Images): Add 'Image Slices' to menu.
6643 (Image Descriptors): Add `:pointer' and `:map' properties.
6644 (Showing Images): Add slice arg to `insert-image'. Add
6645 'insert-sliced-image'.
6646
66472004-09-20 Richard M. Stallman <rms@gnu.org>
6648
6649 * commands.texi (Key Sequence Input):
6650 Clarify downcasing in read-key-sequence.
6651
66522004-09-08 Juri Linkov <juri@jurta.org>
6653
6654 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
6655
66562004-09-07 Luc Teirlinck <teirllm@auburn.edu>
6657
6658 * locals.texi (Standard Buffer-Local Variables): Add
6659 `buffer-auto-save-file-format'.
6660 * internals.texi (Buffer Internals): Describe new
6661 auto_save_file_format field of the buffer structure.
6662 * files.texi (Format Conversion): `auto-save-file-format' has been
6663 renamed `buffer-auto-save-file-format'.
6664
66652004-08-27 Luc Teirlinck <teirllm@auburn.edu>
6666
6667 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
6668 an integer or a marker.
6669 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
6670
66712004-08-22 Richard M. Stallman <rms@gnu.org>
6672
6673 * modes.texi (Major Mode Conventions): Discuss rebinding of
6674 standard key bindings.
6675
66762004-08-18 Kim F. Storm <storm@cua.dk>
6677
6678 * processes.texi (Accepting Output): Add `just-this-one' arg to
6679 `accept-process-output'.
6680 (Output from Processes): New var `process-adaptive-read-buffering'.
6681
66822004-08-10 Luc Teirlinck <teirllm@auburn.edu>
6683
6684 * keymaps.texi: Various changes in addition to:
6685 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
6686 Give more varied examples for `kbd'.
6687 (Creating Keymaps): Char tables have slots for all characters
6688 without modifiers.
6689 (Active Keymaps): `overriding-local-map' and
6690 `overriding-terminal-local-map' also override text property and
6691 overlay keymaps.
6692 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
6693 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
6694 to denote a prefix of no events.
6695 `map-keymap' includes parent's bindings _recursively_.
6696 Clarify and correct description of `where-is-internal'.
6697 Mention BUFFER-OR-NAME arg to `describe-bindings'.
6698 (Menu Example): For menus intended for use with the keyboard, the
6699 menu items should be bound to characters or real function keys.
6700
67012004-08-08 Luc Teirlinck <teirllm@auburn.edu>
6702
6703 * objects.texi (Character Type): Reposition `@anchor' to prevent
6704 double space inside sentence in Info.
6705
6706 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
6707 renamed to `disabled-command-function'.
6708 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
6709 (Command Loop Info): Replace reference to it.
6710 (Disabling Commands): `disabled-command-hook' has been renamed to
6711 `disabled-command-function'.
6712
67132004-08-07 Luc Teirlinck <teirllm@auburn.edu>
6714
6715 * os.texi (Translating Input): Only non-prefix bindings in
6716 `key-translation-map' override actual key bindings. Warn about
6717 possible indirect effect of actual key bindings on non-prefix
6718 bindings in `key-translation-map'.
6719
67202004-08-06 Luc Teirlinck <teirllm@auburn.edu>
6721
6722 * minibuf.texi (High-Level Completion): Add anchor for definition
6723 of `read-variable'.
6724
6725 * commands.texi: Various changes in addition to:
6726 (Using Interactive): Clarify description of `interactive-form'.
6727 (Interactive Call): Mention default for KEYS argument to
6728 `call-interactively'.
6729 (Command Loop Info): Clarify description of `this-command-keys'.
6730 Mention KEEP-RECORD argument to `clear-this-command-keys'.
6731 Value of `last-event-frame' can be `macro'.
6732 (Repeat Events): `double-click-fuzz' is also used to distinguish
6733 clicks and drags.
6734 (Classifying Events): Clarify descriptions of `event-modifiers'
6735 `event-basic-type' and `event-convert-list'.
6736 (Accessing Events): `posn-timestamp' takes POSITION argument.
6737 (Quoted Character Input): Clarify description of
6738 `read-quoted-char' and fix example.
6739 (Quitting): Add `with-local-quit'.
6740 (Disabling Commands): Correct and clarify descriptions of
6741 `enable-command' and `disable-command'.
6742 Mention what happens if `disabled-command-hook' is nil.
6743 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
6744 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
6745
67462004-07-24 Luc Teirlinck <teirllm@auburn.edu>
6747
6748 * frames.texi: Various changes in addition to:
6749 (Creating Frames): Expand and clarify description of `make-frame'.
6750 (Window Frame Parameters): Either none or both of the `icon-left'
6751 and `icon-top' parameters must be specified. Put descriptions of
6752 `menu-bar-lines' and `toolbar-lines' closer together and change
6753 them accordingly.
6754 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
6755 except while processing `frame-title-format' or `icon-title-format'.
6756 (Deleting Frames): Correct description of `delete-frame'.
6757 Non-nil return values of `frame-live-p' are like those of `framep'.
6758 (Frames and Windows): Mention return value of
6759 `set-frame-selected-window'.
6760 (Visibility of Frames): Mention `force' argument to
6761 `make-frame-invisible'. `frame-visible-p' returns t for all
6762 frames on text-only terminals.
6763 (Frame Configurations): Restoring a frame configuration does not
6764 restore deleted frames.
6765 (Window System Selections): `x-set-selection' returns DATA.
6766 (Resources): Add example.
6767 (Display Feature Testing): Clarify descriptions of
6768 `display-pixel-height', `display-pixel-width', `x-server-version'
6769 and `x-server-vendor'.
6770
6771 * windows.texi (Choosing Window): Add anchor.
6772 * minibuf.texi (Minibuffer Misc): Add anchor.
6773
67742004-07-23 John Paul Wallington <jpw@gnu.org>
6775
6776 * macros.texi (Defining Macros): Declaration keyword for setting
6777 Edebug spec is `debug' not `edebug'.
6778
67792004-07-19 Luc Teirlinck <teirllm@auburn.edu>
6780
6781 * windows.texi: Various small changes in addition to:
6782 (Window Point): Mention return value of `set-window-point'.
6783 (Window Start): `pos-visible-in-window-p' disregards horizontal
6784 scrolling. Explain return value if PARTIALLY is non-nil.
6785 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
6786 and `set-window-vscroll'.
6787 (Size of Window): The argument WINDOW to `window-inside-edges',
6788 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
6789 (Resizing Windows): Explain return value of
6790 `shrink-window-if-larger-than-buffer'.
6791 `window-size-fixed' automatically becomes buffer local when set.
6792 (Window Configurations): Explain return value of
6793 `set-window-configuration'.
6794
6795 * minibuf.texi (Minibuffer Misc): Add anchor for
6796 `minibuffer-scroll-window'.
6797
6798 * positions.texi (Text Lines): Add anchor for `count-lines'.
6799
68002004-07-17 Richard M. Stallman <rms@gnu.org>
6801
6802 * display.texi (Overlay Properties): Adding `evaporate' prop
6803 deletes empty overlay immediately.
6804
6805 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
6806 fix example.
6807
68082004-07-16 Jim Blandy <jimb@redhat.com>
6809
6810 * searching.texi (Regexp Backslash): Document new \_< and \_>
6811 operators.
6812
68132004-07-16 Juanma Barranquero <lektu@terra.es>
6814
6815 * display.texi (Images): Fix Texinfo usage.
6816
68172004-07-14 Luc Teirlinck <teirllm@auburn.edu>
6818
6819 * buffers.texi (Modification Time): `visited-file-modtime' now
6820 returns a list of two integers, instead of a cons.
6821
68222004-07-13 Luc Teirlinck <teirllm@auburn.edu>
6823
6824 * windows.texi: Various changes in addition to:
6825 (Splitting Windows): Add `split-window-keep-point'.
6826
68272004-07-09 Richard M. Stallman <rms@gnu.org>
6828
6829 * frames.texi (Input Focus): Minor fix.
6830
68312004-07-07 Luc Teirlinck <teirllm@auburn.edu>
6832
6833 * frames.texi (Input Focus): Clarify descriptions of
6834 `select-frame-set-input-focus' and `select-frame'.
6835
68362004-07-06 Luc Teirlinck <teirllm@auburn.edu>
6837
6838 * os.texi: Various small changes in addition to:
6839 (Killing Emacs): Expand and clarify description of
6840 `kill-emacs-query-functions' and `kill-emacs-hook'.
6841 (System Environment): Expand and clarify description of `getenv'
6842 and `setenv'.
6843 (Timers): Clarify description of `run-at-time'.
6844 (Translating Input): Correct description of
6845 `extra-keyboard-modifiers'.
6846 (Flow Control): Correct description of `enable-flow-control'.
6847
68482004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
6849
6850 * os.texi: Update copyright.
6851 (Session Management): Grammar fix.
6852 Clarify which Emacs does the restarting.
6853 Use @samp for *scratch* buffer.
6854
68552004-07-04 Alan Mackenzie <acm@muc.de>
6856
6857 * frames.texi (Input Focus): Add documentation for
6858 `select-frame-set-input-focus'. Replace refs to non-existent
6859 `switch-frame' with `select-frame'. Minor corrections and tidying
6860 up of text-only terminal stuff.
6861
68622004-07-02 Richard M. Stallman <rms@gnu.org>
6863
6864 * files.texi (Saving Buffers): Cleanup write-contents-function.
6865 (Magic File Names): Cleanup file-remote-p.
6866
b344d29d 68672004-07-02 Kai Großjohann <kai@emptydomain.de>
b8d4c8d0
GM
6868
6869 * files.texi (Magic File Names): `file-remote-p' returns an
6870 identifier of the remote system, not just t.
6871
68722004-07-02 David Kastrup <dak@gnu.org>
6873
6874 * searching.texi (Entire Match Data): Add explanation about new
6875 match-data behavior when @var{integers} is non-nil.
6876
68772004-06-24 Richard M. Stallman <rms@gnu.org>
6878
6879 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
6880
6881 * customize.texi (Variable Definitions): Note about doc strings
6882 and :set.
6883
6884 * keymaps.texi (Keymap Terminology): Document `kbd'.
6885 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
6886
6887 * display.texi (Invisible Text): Setting buffer-invisibility-spec
6888 makes it buffer-local.
6889
6890 * files.texi (Saving Buffers): Correct previous change.
6891
6892 * commands.texi (Accessing Events):
6893 Clarify posn-col-row and posn-actual-col-row.
6894
68952004-06-24 David Ponce <david.ponce@wanadoo.fr>
6896
6897 * commands.texi (Accessing Events): New functions
6898 posn-at-point and posn-at-x-y. Add example to posn-x-y.
6899
69002004-06-23 Luc Teirlinck <teirllm@auburn.edu>
6901
6902 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
6903 * frames.texi, buffers.texi, backups.texi, variables.texi:
6904 * loading.texi, eval.texi, functions.texi, control.texi:
6905 * symbols.texi, minibuf.texi: Reposition @anchor's.
6906
6907 * help.texi: Various small changes in addition to the following.
6908 (Describing Characters): Describe PREFIX argument to
6909 `key-description'. Correct and clarify definition of
6910 `text-char-description'. Describe NEED-VECTOR argument to
6911 `read-kbd-macro'.
6912 (Help Functions): Clarify definition of `apropos'.
6913
69142004-06-23 Lars Hansen <larsh@math.ku.dk>
6915
6916 * files.texi (Saving Buffers): Correct description of
6917 `write-contents-functions'.
6918
69192004-06-21 Juanma Barranquero <lektu@terra.es>
6920
6921 * display.texi (Images): Remove redundant @vindex directives.
6922 Rewrite `image-library-alist' doc in active voice.
6923
69242004-06-14 Juanma Barranquero <lektu@terra.es>
6925
6926 * display.texi (Images): Document new delayed library loading,
6927 variable `image-library-alist' and (existing but undocumented)
6928 function `image-type-available-p'.
6929
69302004-06-05 Richard M. Stallman <rms@gnu.org>
6931
6932 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
6933 refer the user to the Initial Input node.
6934 (Text from Minibuffer): Likewise.
6935 (Initial Input): New node. Document this feature
6936 and say it is mostly deprecated.
6937
69382004-05-30 Richard M. Stallman <rms@gnu.org>
6939
6940 * loading.texi (Named Features): Clarify return value
6941 and meaning of NOERROR.
6942
6943 * variables.texi (File Local Variables): Minor cleanup.
6944
69452004-05-30 Michael Albinus <michael.albinus@gmx.de>
6946
6947 * files.texi (Magic File Names): Add `file-remote-p' as operation
6948 of file name handlers.
6949
69502004-05-29 Richard M. Stallman <rms@gnu.org>
6951
6952 * modes.texi (Minor Mode Conventions): (-) has no special meaning
6953 as arg to a minor mode command.
6954
69552004-05-22 Richard M. Stallman <rms@gnu.org>
6956
6957 * syntax.texi (Syntax Class Table): Word syntax not just for English.
6958
6959 * streams.texi (Output Variables): Doc float-output-format.
6960
6961 * searching.texi (Regexp Special): Nested repetition can be infloop.
6962
6963 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
6964 real stack overflow.
6965
6966 * compile.texi: Minor cleanups.
6967
69682004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
6969
6970 * lists.texi (Cons Cells): Explain dotted lists, true lists,
6971 circular lists.
6972 (List Elements): Explain handling of circular and dotted lists.
6973
69742004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
6975
6976 * modes.texi (Search-based Fontification): Fix typo.
6977
69782004-05-10 Juanma Barranquero <lektu@terra.es>
6979
6980 * modes.texi (Mode Line Variables): Fix description of
6981 global-mode-string, which is now after which-func-mode, not the
6982 buffer name.
6983
69842004-05-07 Lars Hansen <larsh@math.ku.dk>
6985
6986 * modes.texi (Desktop Save Mode): Add.
6987 (Modes): Add menu entry Desktop Save Mode.
6988
6989 * hooks.texi: Add desktop-after-read-hook,
6990 desktop-no-desktop-file-hook and desktop-save-hook.
6991
6992 * locals.texi: Add desktop-save-buffer.
6993
69942004-04-30 Jesper Harder <harder@ifa.au.dk>
6995
6996 * display.texi: emacs -> Emacs.
6997
69982004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
6999
7000 * files.texi (Changing Files): Document set-file-times.
7001
70022004-04-23 Juanma Barranquero <lektu@terra.es>
7003
7004 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
7005
70062004-04-18 Jesper Harder <harder@ifa.au.dk>
7007
7008 * tips.texi (Coding Conventions): defopt -> defcustom.
7009
70102004-04-16 Luc Teirlinck <teirllm@auburn.edu>
7011
7012 * sequences.texi: Various clarifications.
7013
70142004-04-14 Luc Teirlinck <teirllm@auburn.edu>
7015
7016 * buffers.texi (Read Only Buffers): Mention optional ARG to
7017 `toggle-read-only'.
7018
70192004-04-14 Nick Roberts <nick@nick.uklinux.net>
7020
7021 * windows.texi (Selecting Windows): Note that get-lru-window
7022 returns a full-width window if possible.
7023
70242004-04-13 Luc Teirlinck <teirllm@auburn.edu>
7025
7026 * buffers.texi: Various changes in addition to:
7027 (Buffer File Name): Add `find-buffer-visiting'.
7028 (Buffer Modification): Mention optional ARG to `not-modified'.
7029 (Indirect Buffers): Mention optional CLONE argument to
7030 `make-indirect-buffer'.
7031
7032 * files.texi: Various changes in addition to:
7033 (Visiting Functions): `find-file-hook' is now a normal hook.
7034 (File Name Expansion): Explain difference between the way that
7035 `expand-file-name' and `file-truename' treat `..'.
7036 (Contents of Directories): Mention optional ID-FORMAT argument to
7037 `directory-files-and-attributes'.
7038 (Format Conversion): Mention new optional CONFIRM argument to
7039 `format-write-file'.
7040
70412004-04-12 Miles Bader <miles@gnu.org>
7042
7043 * macros.texi (Expansion): Add description of `macroexpand-all'.
7044
70452004-04-05 Jesper Harder <harder@ifa.au.dk>
7046
7047 * variables.texi (Variable Aliases): Mention
7048 cyclic-variable-indirection.
7049
7050 * errors.texi (Standard Errors): Ditto.
7051
70522004-04-04 Luc Teirlinck <teirllm@auburn.edu>
7053
7054 * backups.texi: Various small changes in addition to:
7055 (Making Backups): Mention return value of `backup-buffer'.
7056 (Auto-Saving): Mention optional FORCE argument to
7057 `delete-auto-save-file-if-necessary'.
7058 (Reverting): Mention optional PRESERVE-MODES argument to
7059 `revert-buffer'. Correct description of `revert-buffer-function'.
7060
70612004-03-22 Juri Linkov <juri@jurta.org>
7062
7063 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
7064 with `Vector Functions'.
7065
7066 * text.texi (Sorting): Add missing quote.
7067
70682004-03-14 Luc Teirlinck <teirllm@auburn.edu>
7069
7070 * intro.texi (Lisp History): Replace xref to `cl' manual with
7071 inforef.
7072
70732004-03-12 Richard M. Stallman <rms@gnu.org>
7074
7075 * intro.texi (Version Info): Add arg to emacs-version.
7076 (Lisp History): Change xref to CL manual.
7077
70782004-03-09 Luc Teirlinck <teirllm@auburn.edu>
7079
7080 * minibuf.texi (Completion Commands): Add xref to Emacs manual
7081 for Partial Completion mode.
7082
70832004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
7084
7085 * customize.texi: Fix typo. Remove eol whitespace.
7086
70872004-03-04 Richard M. Stallman <rms@gnu.org>
7088
7089 * processes.texi: Fix typos.
7090
7091 * lists.texi (Building Lists): Minor clarification.
7092
7093 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
7094 in make-hash-table.
7095
70962004-02-29 Juanma Barranquero <lektu@terra.es>
7097
7098 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
7099 rm, and ignore exit code.
7100
71012004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
7102
7103 * display.texi (Defining Faces): Add description for min-colors.
7104 Update example.
7105
71062004-02-23 Luc Teirlinck <teirllm@auburn.edu>
7107
7108 * abbrevs.texi: Various corrections and clarifications in addition
7109 to the following:
7110 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
7111
71122004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
7113
7114 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
7115
71162004-02-21 Luc Teirlinck <teirllm@auburn.edu>
7117
7118 * text.texi: Various small changes in addition to the following:
7119 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
7120 to delete-horizontal-space.
7121 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
7122 description of yank-handler text property at various places.
7123
7124 * frames.texi (Window System Selections): Add anchor.
7125
7126 * syntax.texi (Syntax Table Functions): Clarify and correct
7127 descriptions of make-syntax-table and copy-syntax-table.
7128 (Motion and Syntax): Clarify SYNTAXES argument to
7129 skip-syntax-forward.
7130 (Parsing Expressions): Mention that the return value of
7131 parse-partial-sexp is currently a list of ten rather than nine
7132 elements.
7133 (Categories): Various corrections and clarifications.
7134
71352004-02-17 Luc Teirlinck <teirllm@auburn.edu>
7136
7137 * markers.texi (Marker Insertion Types): Minor change.
7138
7139 * locals.texi (Standard Buffer-Local Variables):
7140 * commands.texi (Interactive Codes, Using Interactive):
7141 * functions.texi (Related Topics): Fix xrefs.
7142
71432004-02-16 Luc Teirlinck <teirllm@auburn.edu>
7144
7145 * lists.texi (Sets And Lists): Update description of delete-dups.
7146
71472004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
7148
7149 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
7150
c8763fb6 71512004-02-16 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
7152
7153 * frames.texi (Parameter Access): frame-parameters arg is optional.
7154 modify-frame-parameters handles nil for FRAME.
7155 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
7156 are all-or-nothing for certain toolkits.
7157 Mention parameter wait-for-wm.
7158 (Frames and Windows): In frame-first-window and frame-selected-window
7159 the arg is optional.
7160 (Input Focus): In redirect-frame-focus the second arg is optional.
7161 (Window System Selections): Mention selection type CLIPBOARD.
7162 Mention data-type UTF8_STRING.
7163 Mention numbering of cut buffers.
7164 (Resources): Describe x-resource-name.
7165
71662004-02-16 Richard M. Stallman <rms@gnu.org>
7167
7168 * windows.texi (Buffers and Windows): Delete false table
7169 about all-frames.
7170
7171 * syntax.texi (Parsing Expressions): Delete old caveat
7172 about parse-sexp-ignore-comments.
7173
7174 * streams.texi (Output Variables): Add print-quoted.
7175
7176 * lists.texi (Building Lists): Minor cleanup.
7177
7178 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
7179
7180 * display.texi (Overlays): Explain overlays use markers.
7181 (Managing Overlays): Explain front-advance and rear-advance
7182 in more detail.
7183
7184 * loading.texi (Unloading): Document unload-feature-special-hooks.
7185 Get rid of fns-NNN.el file.
7186
71872004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
7188
7189 * help.texi (Describing Characters): Fix text-char-description
7190 example output.
7191
7192 * edebug.texi (Using Edebug): Fix example.
7193
7194 * debugging.texi (Internals of Debugger): Fix return value.
7195
7196 * files.texi (Changing Files): Fix argname.
7197
7198 * calendar.texi: Fix parens, and default values.
7199
7200 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
7201 * nonascii.texi, objects.texi, os.texi: Minor fixes.
b3e755a9 7202 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
b8d4c8d0
GM
7203
7204 * positions.texi (Text Lines): Don't add -1 in current-line.
7205
72062004-02-16 Richard M. Stallman <rms@gnu.org>
7207
7208 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
7209
72102004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
7211
7212 * processes.texi (Low-Level Network): Fix a typo.
7213
72142004-02-12 Kim F. Storm <storm@cua.dk>
7215
7216 * display.texi (Fringes): Use consistent wording.
7217 Note that window-fringe's window arg is optional.
7218 (Scroll Bars): Use consistent wording.
7219
72202004-02-11 Luc Teirlinck <teirllm@auburn.edu>
7221
7222 * tips.texi (Comment Tips): Document the new conventions for
7223 commenting out code.
7224
c8763fb6 72252004-02-07 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
7226
7227 * positions.texi (Text Lines): Added missing end defun.
7228
72292004-02-07 Kim F. Storm <storm@cua.dk>
7230
7231 * positions.texi (Text Lines): Add line-number-at-pos.
7232
72332004-02-06 John Paul Wallington <jpw@gnu.org>
7234
7235 * display.texi (Button Properties, Button Buffer Commands):
7236 mouse-2 invokes button, not down-mouse-1.
7237
72382004-02-04 Jason Rumney <jasonr@gnu.org>
7239
7240 * makefile.w32-in: Sync with Makefile.in changes.
7241
72422004-02-03 Luc Teirlinck <teirllm@auburn.edu>
7243
7244 * minibuf.texi (Text from Minibuffer): Various corrections and
7245 clarifications.
7246 (Object from Minibuffer): Correct Lisp description of
7247 read-minibuffer.
7248 (Minibuffer History): Clarify description of cons values for
7249 HISTORY arguments.
7250 (Basic Completion): Various corrections and clarifications. Add
7251 completion-regexp-list.
7252 (Minibuffer Completion): Correct and clarify description of
7253 completing-read.
7254 (Completion Commands): Mention Partial Completion mode. Various
7255 other minor changes.
7256 (High-Level Completion): Various corrections and clarifications.
7257 (Reading File Names): Ditto.
7258 (Minibuffer Misc): Ditto.
7259
72602004-01-26 Luc Teirlinck <teirllm@auburn.edu>
7261
7262 * strings.texi (Text Comparison): assoc-string also matches
7263 elements of alists that are strings instead of conses.
7264 (Formatting Strings): Standardize Texinfo usage. Update index
7265 entries.
7266
72672004-01-20 Luc Teirlinck <teirllm@auburn.edu>
7268
7269 * lists.texi (Sets And Lists): Add delete-dups.
7270
72712004-01-15 Luc Teirlinck <teirllm@auburn.edu>
7272
7273 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
7274 special form.
7275 * macros.texi (Defining Macros): Update description of `declare',
7276 which now is a macro.
7277 (Wrong Time): Fix typos.
7278
72792004-01-14 Luc Teirlinck <teirllm@auburn.edu>
7280
7281 * compile.texi (Compilation Functions): Expand descriptions of
7282 `compile-defun', `byte-compile-file', `byte-recompile-directory'
7283 and `batch-byte-compile'. In particular, mention and describe
7284 all optional arguments.
7285 (Disassembly): Correct and clarify the description of `disassemble'.
7286
72872004-01-11 Luc Teirlinck <teirllm@auburn.edu>
7288
7289 * searching.texi: Various small changes in addition to the
7290 following.
7291 (Regexp Example): Adapt to new value of `sentence-end'.
7292 (Regexp Functions): The PAREN argument to `regexp-opt' can be
7293 `words'.
7294 (Search and Replace): Add usage note for `perform-replace'.
7295 (Entire Match Data): Mention INTEGERS and REUSE arguments to
7296 `match-data'.
7297 (Standard Regexps): Update for new values of `paragraph-start'
7298 and `sentence-end'.
7299
73002004-01-07 Luc Teirlinck <teirllm@auburn.edu>
7301
7302 * files.texi (Saving Buffers): Clarify descriptions of
7303 `write-contents-functions' and `before-save-hook'.
7304 Make the defvar's for `before-save-hook' and `after-save-hook'
7305 into defopt's.
7306
73072004-01-07 Kim F. Storm <storm@cua.dk>
7308
7309 * commands.texi (Click Events): Describe new image and
7310 width/height elements of click events.
7311 (Accessing Events): Add posn-string, posn-image, and
7312 posn-object-width-height. Change posn-object to return either
7313 image or string object.
7314
73152004-01-01 Simon Josefsson <jas@extundo.com>
7316
7317 * hooks.texi (Standard Hooks): Add before-save-hook.
7318 * files.texi (Saving Buffers): Likewise.
7319
73202004-01-03 Richard M. Stallman <rms@gnu.org>
7321
7322 * frames.texi (Frames and Windows): Delete frame-root-window.
7323
73242004-01-03 Luc Teirlinck <teirllm@auburn.edu>
7325
7326 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
7327
7328 * functions.texi: Various small changes in addition to the
7329 following.
7330 (What Is a Function): `functionp' returns nil for macros. Clarify
7331 behavior of this and following functions for symbol arguments.
7332 (Function Documentation): Add `\' in front of (fn @var{arglist})
7333 and explain why.
7334 (Defining Functions): Mention DOCSTRING argument to `defalias'.
7335 Add anchor.
7336 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
7337
73382004-01-01 Miles Bader <miles@gnu.org>
7339
7340 * display.texi (Buttons): New section.
7341
73422003-12-31 Andreas Schwab <schwab@suse.de>
7343
7344 * numbers.texi (Math Functions): sqrt reports a domain-error
7345 error.
7346 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
7347
73482003-12-30 Luc Teirlinck <teirllm@auburn.edu>
7349
7350 * tips.texi (Documentation Tips): Update item on hyperlinks in
7351 documentation strings.
7352
7353 * errors.texi (Standard Errors): Various small corrections and
7354 additions.
7355
7356 * control.texi: Various small changes in addition to the
7357 following.
7358 (Signaling Errors): Provide some more details on how `signal'
7359 constructs the error message. Add anchor to the definition of
7360 `signal'.
7361 (Error Symbols): Describe special treatment of `quit'.
7362 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
7363 to emphasize that it has to be a single form.
7364
7365 * buffers.texi: Add anchor.
7366
73672003-12-29 Richard M. Stallman <rms@gnu.org>
7368
7369 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
7370 (Window Configurations): Add window-configuration-frame.
7371
7372 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
7373
7374 * text.texi (Examining Properties): Add get-char-property-and-overlay.
7375 Change arg name in get-char-property.
7376 (Special Properties): Update handling of keymap property.
7377
7378 * strings.texi (Modifying Strings): Add clear-string.
7379 (Text Comparison): Add assoc-string and remove
7380 assoc-ignore-case, assoc-ignore-representation.
7381
7382 * os.texi (Time of Day): Add set-time-zone-rule.
7383
7384 * numbers.texi (Math Functions): asin, acos, log, log10
7385 report domain-error errors.
7386
7387 * nonascii.texi (Converting Representations):
7388 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
7389 (Encoding and I/O): Add file-name-coding-system.
7390
7391 * modes.texi (Search-based Fontification): Explain that
7392 face specs are symbols with face names as values.
7393
7394 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
7395
7396 * lists.texi (Building Lists): remq moved elsewhere.
7397 (Sets And Lists): remq moved here.
7398 (Association Lists): Refer to assoc-string.
7399
7400 * internals.texi (Garbage Collection): Add memory-use-counts.
7401
7402 * frames.texi (Frames and Windows): Add set-frame-selected-window
7403 and frame-root-window.
7404
7405 * files.texi (Contents of Directories):
7406 Add directory-files-and-attributes.
7407
7408 * display.texi (Refresh Screen): Add force-window-update.
7409 (Invisible Text): Explain about moving point out of invis text.
7410 (Overlay Properties): Add overlay-properties.
7411 (Managing Overlays): Add overlayp.
7412 (GIF Images): Invalid image number displays a hollow box.
7413
7414 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
7415 (Killing Buffers): Add buffer-live-p.
7416
74172003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
7418
7419 * display.texi (Fringes): Fix typo "set-buffer-window".
7420
74212003-12-24 Luc Teirlinck <teirllm@auburn.edu>
7422
7423 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
7424 * nonascii.texi, processes.texi, tips.texi, variables.texi:
7425 Add or change various xrefs and anchors.
7426
7427 * commands.texi: Replace all occurrences of @acronym{CAR} with
7428 @sc{car}, for consistency with the rest of the Elisp manual.
7429 `car' and `cdr' are historically acronyms, but are no longer
7430 widely thought of as such.
7431
7432 * internals.texi (Pure Storage): Mention that `purecopy' does not
7433 copy text properties.
7434 (Object Internals): Now 29 bits are used (in most implementations)
7435 to address Lisp objects.
7436
7437 * variables.texi (Variables with Restricted Values): New node.
7438
7439 * objects.texi (Lisp Data Types): Mention that certain variables
7440 can only take on a restricted set of values and add an xref to
7441 the new node "Variables with Restricted Values".
7442
7443 * eval.texi (Function Indirection): Describe the errors that
7444 `indirect-function' can signal.
7445 (Eval): Clarify the descriptions of `eval-region' and `values'.
7446 Describe `eval-buffer' instead of `eval-current-buffer' and
7447 mention `eval-current-buffer' as an alias for `current-buffer'.
7448 Correct the description and mention all optional arguments.
7449
7450 * nonascii.texi: Various small changes in addition to the
7451 following.
7452 (Converting Representations): Clarify behavior of
7453 `string-make-multibyte' and `string-to-multibyte' for unibyte all
7454 ASCII arguments.
7455 (Character Sets): Document the variable `charset-list' and adapt
7456 the definition of the function `charset-list' accordingly.
7457 (Translation of Characters): Clarify use of generic characters in
7458 `make-translation-table'. Clarify and correct the description of
7459 the use of translation tables in encoding and decoding.
7460 (User-Chosen Coding Systems): Correct and clarify the description
7461 of `select-safe-coding-system'.
7462 (Default Coding Systems): Clarify description of
7463 `file-coding-system-alist'.
7464
74652003-11-30 Luc Teirlinck <teirllm@auburn.edu>
7466
7467 * strings.texi (Text Comparison): Correctly describe when two
7468 strings are `equal'. Combine and clarify descriptions of
7469 `assoc-ignore-case' and `assoc-ignore-representation'.
7470
7471 * objects.texi (Non-ASCII in Strings): Clarify description of
7472 when a string is unibyte or multibyte.
7473 (Bool-Vector Type): Update examples.
7474 (Equality Predicates): Correctly describe when two strings are
7475 `equal'.
7476
74772003-11-29 Luc Teirlinck <teirllm@auburn.edu>
7478
7479 * lists.texi (Building Lists): `append' no longer accepts integer
7480 arguments. Update the description of `number-sequence' to reflect
7481 recent changes.
7482 (Sets And Lists): Describe `member-ignore-case' after `member'.
7483
74842003-11-27 Kim F. Storm <storm@cua.dk>
7485
7486 * commands.texi (Click Events): Click object may be an images.
7487 Describe (dx . dy) element of click positions.
7488 (Accessing Events): Remove duplicate posn-timestamp.
7489 New functions posn-object and posn-object-x-y.
7490
74912003-11-23 Kim F. Storm <storm@cua.dk>
7492
7493 * commands.texi (Click Events): Describe enhancements to event
7494 position lists, including new text-pos and (col . row) items.
7495 Mention left-fringe and right-fringe area events.
7496 (Accessing Events): New functions posn-area and
7497 posn-actual-col-row. Mention posn-timestamp. Mention that
7498 posn-point in non-text area still returns buffer position.
7499 Clarify posn-col-row.
7500
75012003-11-21 Lars Hansen <larsh@math.ku.dk>
7502
7503 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
7504 * anti.texi (File Attributes): Describe removed parameter
7505 ID-FORMAT.
7506
75072003-11-20 Luc Teirlinck <teirllm@auburn.edu>
7508
7509 * positions.texi (Positions): Mention that, if a marker is used as
7510 a position, its buffer is ignored.
7511
7512 * markers.texi (Overview of Markers): Mention it here too.
7513
75142003-11-12 Luc Teirlinck <teirllm@auburn.edu>
7515
7516 * numbers.texi (Numeric Conversions): Not just `floor', but also
7517 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
7518
75192003-11-10 Luc Teirlinck <teirllm@auburn.edu>
7520
7521 * markers.texi (Creating Markers): Specify insertion type of
7522 created markers. Add xref to `Marker Insertion Types'.
7523 Second argument to `copy-marker' is optional.
7524 (Marker Insertion Types): Mention that most markers are created
7525 with insertion type nil.
7526 (The Mark): Correctly describe when `mark' signals an error.
7527 (The Region): Correctly describe when `region-beginning' and
7528 `region-end' signal an error.
7529
75302003-11-08 Luc Teirlinck <teirllm@auburn.edu>
7531
7532 * hash.texi (Creating Hash): Clarify description of `eql'.
7533 `makehash' is obsolete.
7534 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
7535
7536 * positions.texi (Point): Change description of `buffer-end', so
7537 that it is also correct for floating point arguments.
7538 (List Motion): Correct argument lists of `beginning-of-defun' and
7539 `end-of-defun'.
7540 (Excursions): Add xref to `Marker Insertion Types'.
7541 (Narrowing): Argument to `narrow-to-page' is optional.
7542
75432003-11-06 Luc Teirlinck <teirllm@auburn.edu>
7544
7545 * streams.texi (Output Streams): Clarify behavior of point for
7546 marker output streams.
7547
75482003-11-04 Luc Teirlinck <teirllm@auburn.edu>
7549
7550 * variables.texi (Defining Variables): Second argument to
7551 `defconst' is not optional.
7552 (Setting Variables): Mention optional argument APPEND to
7553 `add-to-list'.
7554 (Creating Buffer-Local): Expand description of
7555 `make-variable-buffer-local'.
7556 (Frame-Local Variables): Expand description of
7557 `make-variable-frame-local'.
7558 (Variable Aliases): Correct description of optional argument
7559 DOCSTRING to `defvaralias'. Mention return value of
7560 `defvaralias'.
7561 (File Local Variables): Add xref to `File variables' in Emacs
7562 Manual. Correct description of `hack-local-variables'. Mention
7563 `safe-local-variable' property. Mention optional second argument
7564 to `risky-local-variable-p'.
7565
75662003-11-03 Luc Teirlinck <teirllm@auburn.edu>
7567
7568 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
7569
75702003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
7571
7572 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
7573 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
7574 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
7575 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
7576 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
7577 lispref/processes.texi, lispref/searching.texi,
7578 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
7579 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
7580 @acronym{FOO}.
7581
75822003-10-27 Luc Teirlinck <teirllm@auburn.edu>
7583
7584 * strings.texi (Creating Strings): Argument START to `substring'
7585 can not be `nil'. Expand description of
7586 `substring-no-properties'. Correct description of `split-string',
7587 especially with respect to empty matches. Prevent very bad line
7588 break in definition of `split-string-default-separators'.
7589 (Text Comparison): `string=' and `string<' also accept symbols as
7590 arguments.
7591 (String Conversion): More completely describe argument BASE in
7592 `string-to-number'.
7593 (Formatting Strings): `%s' and `%S' in `format' do require
7594 corresponding object. Clarify behavior of numeric prefix after
7595 `%' in `format'.
7596 (Case Conversion): The argument to `upcase-initials' can be a
7597 character.
7598
75992003-10-27 Kenichi Handa <handa@m17n.org>
7600
7601 * display.texi (Fontsets): Fix texinfo usage.
7602
76032003-10-25 Kenichi Handa <handa@m17n.org>
7604
7605 * display.texi (Fontsets): Add description of the function
7606 set-fontset-font.
7607
76082003-10-23 Luc Teirlinck <teirllm@auburn.edu>
7609
7610 * display.texi (Temporary Displays): Add xref to `Documentation
7611 Tips'.
7612
7613 * functions.texi (Function Safety): Use inforef instead of pxref
7614 for SES.
7615
76162003-10-23 Andreas Schwab <schwab@suse.de>
7617
7618 * Makefile.in (TEX, texinputdir): Don't define.
7619 (TEXI2DVI): Define.
7620 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
7621 add $(srcdir)/index.texi.
7622 ($(infodir)/elisp): Remove index.texi dependency.
7623 (elisp.dvi): Likewise. Use $(TEXI2DVI).
7624 (index.texi): Remove target.
7625 (dist): Don't link $(srcdir)/permute-index.
7626 (clean): Don't remove index.texi.
7627
7628 * permute-index, index.perm: Remove.
7629 * index.texi: Rename from index.unperm.
7630
76312003-10-22 Luc Teirlinck <teirllm@auburn.edu>
7632
7633 * tips.texi (Documentation Tips): Document new behavior for face
7634 and variable hyperlinks in Help mode.
7635
76362003-10-21 Luc Teirlinck <teirllm@auburn.edu>
7637
7638 * objects.texi (Integer Type): Update for extra bit of integer range.
7639 (Character Type): Ditto.
7640
76412003-10-16 Eli Zaretskii <eliz@gnu.org>
7642
7643 * numbers.texi (Integer Basics): Add index entries for reading
7644 numbers in hex, octal, and binary.
7645
76462003-10-16 Lute Kamstra <lute@gnu.org>
7647
7648 * modes.texi (Mode Line Format): Mention force-mode-line-update's
7649 argument.
7650
76512003-10-13 Luc Teirlinck <teirllm@auburn.edu>
7652
7653 * windows.texi (Choosing Window): Fix typo.
7654 * edebug.texi (Edebug Execution Modes): Fix typo.
7655
76562003-10-13 Richard M. Stallman <rms@gnu.org>
7657
7658 * windows.texi (Basic Windows): A window has fringe settings,
7659 display margins and scroll-bar settings.
7660 (Splitting Windows): Doc split-window return value.
7661 Clean up one-window-p.
7662 (Selecting Windows): Fix typo.
7663 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
7664 (Buffers and Windows): In set-window-buffer, explain effect
7665 on fringe settings and scroll bar settings.
7666 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
7667 (Choosing Window): Use defopt for pop-up-frame-function.
7668 For special-display-buffer-names, explain same-window and same-frame.
7669 Clarify window-dedicated-p return value.
7670 (Textual Scrolling): scroll-up and scroll-down can get an error.
7671 (Horizontal Scrolling): Clarify auto-hscroll-mode.
7672 Clarify set-window-hscroll.
7673 (Size of Window): Don't mention tool bar in window-height.
7674 (Coordinates and Windows): Explain what coordinates-in-window-p
7675 returns for fringes and display margins.
7676 (Window Configurations): Explain saving fringes, etc.
7677
7678 * tips.texi (Library Headers): Clean up Documentation.
7679
7680 * syntax.texi (Parsing Expressions): Clean up forward-comment
7681 and parse-sexp-lookup-properties.
7682
7683 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
7684
7685 * os.texi (System Environment): Clean up text for load-average errors.
7686
7687 * modes.texi (Hooks): Don't explain local hook details at front.
7688 Clarify run-hooks and run-hook-with-args a little.
7689 Clean up add-hook and remove-hook.
7690
7691 * edebug.texi (Edebug Execution Modes): Clarify t.
7692 Document edebug-sit-for-seconds.
7693 (Coverage Testing): Document C-x X = and =.
7694 (Instrumenting Macro Calls): Fix typo.
7695 (Specification List): Don't index the specification keywords.
7696
76972003-10-10 Kim F. Storm <storm@cua.dk>
7698
7699 * processes.texi (Network): Introduce make-network-process.
7700
77012003-10-09 Luc Teirlinck <teirllm@auburn.edu>
7702
7703 * tips.texi (Library Headers): Fix typo.
7704
77052003-10-07 Juri Linkov <juri@jurta.org>
7706
7707 * modes.texi (Imenu): Mention imenu-create-index-function's
7708 default value. Explain submenus better.
7709
77102003-10-07 Lute Kamstra <lute@gnu.org>
7711
7712 * modes.texi (Faces for Font Lock): Fix typo.
7713 (Hooks): Explain how buffer-local hook variables can refer to
7714 global hook variables.
7715 Various minor clarifications.
7716
77172003-10-06 Lute Kamstra <lute@gnu.org>
7718
7719 * tips.texi (Coding Conventions): Mention naming conventions for
7720 hooks.
7721
77222003-10-05 Luc Teirlinck <teirllm@auburn.edu>
7723
7724 * loading.texi (Library Search): Correct default value of
7725 load-suffixes.
7726 (Named Features): Fix typo.
7727
77282003-10-05 Richard M. Stallman <rms@gnu.org>
7729
7730 * loading.texi (Named Features): In `provide',
7731 say how to test for subfeatures.
7732 (Unloading): In unload-feature, use new var name
7733 unload-feature-special-hooks.
7734
77352003-10-03 Lute Kamstra <lute@gnu.org>
7736
7737 * modes.texi (Major Mode Conventions): Mention third way to set up
7738 Imenu.
7739 (Imenu): A number of small fixes.
7740 Delete documentation of internal variable imenu--index-alist.
7741 Document the return value format of imenu-create-index-function
7742 functions.
7743
77442003-09-30 Richard M. Stallman <rms@gnu.org>
7745
7746 * processes.texi (Network): Say what stopped datagram connections do.
7747
7748 * lists.texi (Association Lists): Clarify `assq-delete-all'.
7749
7750 * display.texi (Overlay Properties): Clarify `evaporate' property.
7751
77522003-09-29 Lute Kamstra <lute@gnu.org>
7753
7754 * modes.texi (Mode Line Data): Explain when symbols in mode-line
7755 constructs should be marked as risky.
7756 Change cons cell into proper list.
7757 (Mode Line Variables): Change cons cell into proper list.
7758
77592003-09-26 Lute Kamstra <lute@gnu.org>
7760
7761 * modes.texi (Mode Line Data): Document the :propertize construct.
7762 (Mode Line Variables): Reorder the descriptions of the variables
7763 to match their order in the default mode-line-format.
7764 Describe the new variables mode-line-position and mode-line-modes.
7765 Update the default values of mode-line-frame-identification,
7766 minor-mode-alist, and default-mode-line-format.
7767 (Properties in Mode): Mention the :propertize construct.
7768
77692003-09-26 Richard M. Stallman <rms@gnu.org>
7770
7771 * buffers.texi, commands.texi, debugging.texi, eval.texi:
7772 * loading.texi, minibuf.texi, text.texi, variables.texi:
7773 Avoid @strong{Note:}.
7774
77752003-09-26 Richard M. Stallman <rms@gnu.org>
7776
7777 * keymaps.texi (Remapping Commands): Fix typo.
7778
77792003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
7780
7781 * processes.texi (Low-Level Network): Fix typo.
7782
77832003-09-23 Kim F. Storm <storm@cua.dk>
7784
7785 * processes.texi (Network, Network Servers): Fix typos.
7786 (Low-Level Network): Add timeout value for :server keyword.
7787 Add new option keywords to make-network-process.
7788 Add set-network-process-options.
7789 Explain how to test availability of network options.
7790
77912003-09-19 Richard M. Stallman <rms@gnu.org>
7792
7793 * text.texi (Motion by Indent): Arg to
7794 backward-to-indentation and forward-to-indentation is optional.
7795
7796 * strings.texi (Creating Strings): Add substring-no-properties.
7797
7798 * processes.texi
7799 (Process Information): Add list-processes arg QUERY-ONLY.
7800 Delete process-contact from here.
7801 Add new status values for process-status.
7802 Add process-get, process-put, process-plist, set-process-plist.
7803 (Synchronous Processes): Add call-process-shell-command.
7804 (Signals to Processes): signal-process allows process objects.
7805 (Network): Complete rewrite.
7806 (Network Servers, Datagrams, Low-Level Network): New nodes.
7807
7808 * positions.texi (Word Motion): forward-word, backward-word
7809 arg is optional. Reword.
7810
7811 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
7812
7813 * variables.texi (Creating Buffer-Local):
7814 Delete duplicate definition of buffer-local-value.
7815 (File Local Variables): Explain about discarding text props.
7816
78172003-09-11 Richard M. Stallman <rms@gnu.org>
7818
7819 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
7820 changes variables that record input events.
7821 (Minibuffer Misc): Add minibuffer-selected-window.
7822
7823 * lists.texi (Building Lists): Add copy-tree.
7824
7825 * display.texi (Fontsets): Add char-displayable-p.
7826 (Scroll Bars): New node.
7827
78282003-09-08 Lute Kamstra <lute@gnu.org>
7829
7830 * modes.texi (%-Constructs): Document new `%i' and `%I'
7831 constructs.
7832
78332003-09-03 Peter Runestig <peter@runestig.com>
7834
7835 * makefile.w32-in: New file.
7836
78372003-08-29 Richard M. Stallman <rms@gnu.org>
7838
7839 * display.texi (Overlay Properties): Clarify how priorities
7840 affect use of the properties.
7841
78422003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
7843
7844 * customize.texi (Type Keywords): Correct the description of
7845 `:help-echo' in the case where `motion-doc' is a function.
7846
78472003-08-14 John Paul Wallington <jpw@gnu.org>
7848
7849 * modes.texi (Emulating Mode Line): Subsection, not section.
7850
78512003-08-13 Richard M. Stallman <rms@gnu.org>
7852
7853 * elisp.texi (Top): Update subnode lists in menu.
7854
7855 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
7856 (Kill Functions): kill-region has new arg yank-handler.
7857 (Yanking): New node.
7858 (Yank Commands): Add yank-undo-function.
7859 (Low-Level Kill Ring):
7860 kill-new and kill-append have new arg yank-handler.
7861 (Changing Properties): Add remove-list-of-text-properties.
7862 (Atomic Changes): New node.
7863
7864 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
7865
7866 * streams.texi (Output Variables): Add eval-expression-print-length
7867 and eval-expression-print-level.
7868
7869 * os.texi (Time Conversion): For encode-time, explain limits on year.
7870
7871 * objects.texi (Character Type): Define anchor "modifier bits".
7872
7873 * modes.texi (Emulating Mode Line): New node.
7874 (Search-based Fontification): Font Lock uses font-lock-face property.
7875 (Other Font Lock Variables): Likewise.
7876
7877 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
7878 not vectors.
7879 (Active Keymaps): Add emulation-mode-map-alists.
7880 (Functions for Key Lookup): key-binding has new arg no-remap.
7881 (Remapping Commands): New node.
7882 (Scanning Keymaps): where-is-internal has new arg no-remap.
7883 (Tool Bar): Add tool-bar-local-item-from-menu.
7884 Clarify when to use tool-bar-add-item-from-menu.
7885
7886 * commands.texi (Interactive Call): commandp has new arg.
7887 (Command Loop Info): Add this-original-command.
7888
78892003-08-06 John Paul Wallington <jpw@gnu.org>
7890
7891 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
7892
7893 * display.texi (Warning Basics): Fix typo.
7894 (Fringes): Add closing curly bracket and fix typo.
7895
7896 * elisp.texi (Top): Fix typo.
7897
78982003-08-05 Richard M. Stallman <rms@gnu.org>
7899
7900 * elisp.texi: Update lists of subnodes.
7901
7902 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
7903
7904 * variables.texi (Local Variables): Use lc for example variable names.
7905
7906 * tips.texi (Library Headers): Explain where to put -*-.
7907
7908 * strings.texi (Creating Strings): Fix xref for vconcat.
7909
7910 * sequences.texi (Vector Functions):
7911 vconcat no longer allows integer args.
7912
7913 * minibuf.texi (Reading File Names): read-file-name has new
7914 arg PREDICATE. New function read-directory-name.
7915
c4cc8b9a 7916 * macros.texi (Defining Macros): Give definition of `declare'.
b8d4c8d0
GM
7917 (Indenting Macros): New node.
7918
7919 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
7920 (Window Frame Parameters): Make separate table of parameters
7921 that are coupled with specific face attributes.
7922 (Deleting Frames): delete-frame-hooks renamed to
7923 delete-frame-functions.
7924
7925 * files.texi (Magic File Names): Add file-remote-p.
7926 Clarify file-local-copy.
7927
7928 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
7929 here; instead xref Defining Macros.
7930
7931 * display.texi (Warnings): New node, and subnodes.
7932 (Fringes): New node.
7933
7934 * debugging.texi (Test Coverage): New node.
7935
7936 * compile.texi (Compiler Errors): Explain with-no-warnings
7937 and other ways to suppress warnings.
7938
7939 * commands.texi (Interactive Call): Minor clarification.
7940
7941 * buffers.texi (Buffer File Name): set-visited-file-name
7942 renames the buffer too.
7943
7944 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
7945
79462003-07-24 Markus Rost <rost@math.ohio-state.edu>
7947
7948 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
7949
79502003-07-22 Markus Rost <rost@math.ohio-state.edu>
7951
7952 * internals.texi (Garbage Collection): Fix previous change.
7953
79542003-07-22 Richard M. Stallman <rms@gnu.org>
7955
7956 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
7957
7958 * display.texi (Width): Use \s syntax in example.
7959 (Font Selection): Add face-font-rescale-alist.
7960
7961 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
7962 Remove spurious indent in example.
7963
7964 * lists.texi (Building Lists): Add number-sequence.
7965
7966 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
7967
7968 * functions.texi (Function Documentation): Explain how to
7969 show calling convention explicitly in the doc string.
7970
7971 * windows.texi (Selecting Windows): save-selected-window saves
7972 selected window of each frame.
7973 (Window Configurations): Minor change.
7974
7975 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
7976
7977 * streams.texi (Output Variables): Add print-continuous-numbering
7978 and print-number-table.
7979
7980 * processes.texi (Decoding Output): New node.
7981
7982 * os.texi (Time Conversion): decode-time arg is optional.
7983
7984 * objects.texi (Character Type): Don't use space as example for \.
7985 Make list of char names and \-sequences correspond.
7986 Explain that \s is not used in strings. `\ ' needs space after.
7987
7988 * nonascii.texi (Converting Representations): Add string-to-multibyte.
7989 (Translation of Characters): Add translation-table-for-input.
7990 (Default Coding Systems): Add auto-coding-functions.
7991 (Explicit Encoding): Add decode-coding-inserted-region.
7992 (Locales): Add locale-info.
7993
7994 * minibuf.texi (Basic Completion): Describe test-completion.
7995 Collections can be lists of strings.
7996 Clean up lazy-completion-table.
7997 (Programmed Completion): Mention test-completion.
7998 Clarify why lambda expressions are not accepted.
7999 (Minibuffer Misc): Describe minibufferp.
8000
80012003-07-14 Richard M. Stallman <rms@gnu.org>
8002
8003 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
8004
8005 * windows.texi (Selecting Windows): New arg to select-window.
8006 (Selecting Windows): Add with-selected-window.
8007 (Size of Window): Add window-inside-edges, etc.
8008
8009 * internals.texi (Garbage Collection): Add post-gc-hook.
8010
8011 * processes.texi (Subprocess Creation): Add exec-suffixes.
8012
8013 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
8014 (Scanning Keymaps): Add map-keymaps.
8015 (Defining Menus): Add keymap-prompt.
8016
8017 * numbers.texi (Integer Basics): Add most-positive-fixnum,
8018 most-negative-fixnum.
8019
c4cc8b9a 8020 * compile.texi (Byte Compilation): Explain no-byte-compile.
b8d4c8d0
GM
8021 (Compiler Errors): New node.
8022
8023 * os.texi (User Identification): user-uid, user-real-uid
8024 can return float.
8025
8026 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
8027 and about derived modes.
8028 (Minor Modes): Add minor-mode-list.
8029 (Defining Minor Modes): Keyword args for define-minor-mode.
8030 (Search-based Fontification): Explain managing other properties.
8031 (Other Font Lock Variables): Add font-lock-extra-managed-props.
183080b6 8032 (Faces for Font Lock): Add font-lock-preprocessor-face.
b8d4c8d0
GM
8033 (Hooks): Add run-mode-hooks and delay-mode-hooks.
8034
8035 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
8036 (Variable Aliases): Clarify defvaralias.
8037
8038 * loading.texi (Library Search): Add load-suffixes.
8039
8040 * minibuf.texi (Basic Completion): Add lazy-completion-table.
8041 (Programmed Completion): Add dynamic-completion-table.
8042
8043 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
8044 (Magic File Names): Specify precedence order of handlers.
8045
8046 * commands.texi (Command Overview): Emacs server runs pre-command-hook
8047 and post-command-hook.
8048 (Waiting): New calling convention for sit-for.
8049
8050 * text.texi (Special Properties): local-map and keymap properties
8051 apply based on their stickiness.
8052
80532003-07-07 Richard M. Stallman <rms@gnu.org>
8054
8055 * modes.texi (Minor Mode Conventions): Specify only some kinds
8056 of list values as args to minor modes.
8057
8058 * files.texi (File Name Expansion): Warn about iterative use
8059 of substitute-in-file-name.
8060
8061 * advice.texi (Activation of Advice): Clean up previous change.
8062
80632003-07-06 Markus Rost <rost@math.ohio-state.edu>
8064
8065 * advice.texi (Activation of Advice): Note that ad-start-advice is
8066 turned on by default.
8067
80682003-06-30 Richard M. Stallman <rms@gnu.org>
8069
8070 * text.texi (Buffer Contents): Document current-word.
8071 (Change Hooks): Not called for *Messages*.
8072
8073 * functions.texi (Defining Functions): Explain about redefining
8074 primitives.
8075 (Function Safety): Renamed. Minor changes.
8076 Comment out the detailed criteria for what is safe.
8077
80782003-06-22 Andreas Schwab <schwab@suse.de>
8079
8080 * objects.texi (Symbol Type): Fix description of examples.
8081
80822003-06-16 Andreas Schwab <schwab@suse.de>
8083
8084 * hash.texi (Creating Hash): Fix description of :weakness.
8085
c8763fb6 80862003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
b8d4c8d0
GM
8087
8088 * files.texi (Changing Files): copy-file copies file modes, too.
8089
80902003-05-28 Richard M. Stallman <rms@gnu.org>
8091
8092 * strings.texi (Creating Strings): Clarify split-string.
8093
80942003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
8095
8096 * strings.texi (Creating Strings): Update split-string specification
8097 and examples.
8098
80992003-05-19 Richard M. Stallman <rms@gnu.org>
8100
8101 * elisp.texi: Correct invariant section names.
8102
81032003-04-20 Richard M. Stallman <rms@gnu.org>
8104
8105 * os.texi (Timers): Explain about timers and quitting.
8106
81072003-04-19 Richard M. Stallman <rms@gnu.org>
8108
8109 * internals.texi (Writing Emacs Primitives): Strings are
8110 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
8111 Explain GCPRO convention for varargs function args.
8112
81132003-04-16 Richard M. Stallman <rms@gnu.org>
8114
8115 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
8116
81172003-04-08 Richard M. Stallman <rms@gnu.org>
8118
8119 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
8120
81212003-02-13 Kim F. Storm <storm@cua.dk>
8122
8123 * objects.texi (Character Type): New \s escape for space.
8124
81252003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
8126
8127 * os.texi (System Environment): Added cygwin system-type.
8128
81292003-01-25 Richard M. Stallman <rms@gnu.org>
8130
8131 * keymaps.texi: Document that a symbol can act as a keymap.
8132
81332003-01-13 Richard M. Stallman <rms@gnu.org>
8134
8135 * text.texi (Changing Properties): Say string indices are origin-0.
8136
8137 * positions.texi (Screen Lines) <compute-motion>:
8138 Correct order of elts in return value.
8139
8140 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
8141 how to define a default binding.
8142
81432002-12-07 Markus Rost <rost@math.ohio-state.edu>
8144
8145 * loading.texi (Unloading): Fix recent change for load-history.
8146
8147 * customize.texi (Simple Types): Clarify description of custom
8148 type 'number. Describe new custom type 'float.
8149
81502002-12-04 Markus Rost <rost@math.ohio-state.edu>
8151
8152 * variables.texi (File Local Variables): Fix typo.
8153
c8763fb6 81542002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
b8d4c8d0
GM
8155
8156 From Michael Albinus <Michael.Albinus@alcatel.de>.
8157
8158 * README: Target for Info file is `make info'.
8159
8160 * files.texi (File Name Components): Fixed typos in
8161 `file-name-sans-extension'.
8162 (Magic File Names): Complete list of operations for magic file
8163 name handlers.
8164
81652002-09-16 Jonathan Yavner <jyavner@engineer.com>
8166
8167 * variables.texi (File Local Variables): New function
8168 risky-local-variable-p.
8169
81702002-09-15 Jonathan Yavner <jyavner@engineer.com>
8171
8172 * functions.texi (Function safety): New node about unsafep.
8173
81742002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
8175
8176 * customize.texi (Splicing into Lists): Fixed example.
a86cd395 8177 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
b8d4c8d0
GM
8178
81792002-06-17 Juanma Barranquero <lektu@terra.es>
8180
8181 * frames.texi (Display Feature Testing): Fix typo.
8182
81832002-06-12 Andreas Schwab <schwab@suse.de>
8184
8185 * frames.texi (Initial Parameters, Resources): Fix references to
8186 the Emacs manual.
8187
81882002-05-13 Kim F. Storm <storm@cua.dk>
8189
8190 * variables.texi (Intro to Buffer-Local): Updated warning and
8191 example relating to changing buffer inside let.
8192
c8763fb6 81932002-03-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
8194
8195 * os.texi (Session Management): New node about X Session management.
8196
81972002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
8198
8199 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
8200 to which the manual corresponds, and the copyright years.
8201
8202 * Makefile.in (VERSION): Set to 2.9.
8203
82042001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
8205
8206 * elisp.texi: Change the category in @dircategory to "Emacs", to
8207 make it consistent with info/dir.
8208
82092001-11-25 Miles Bader <miles@gnu.org>
8210
8211 * text.texi (Fields): Describe new `limit' arg in
8212 field-beginning/field-end.
8213
82142001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
8215
8216 * permute-index: Don't depend on csh-specific features. Replace
8217 the interpreter name with /bin/sh.
8218
8219 * two-volume-cross-refs.txt: New file.
8220 * two.el: New file.
8221 * spellfile: New file.
8222
82232001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
8224
8225 * permute-index: New file.
8226
8227 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
8228 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
8229 8+3 restricted namespace.
8230
8231 * Makefile.in (infodir): Define relative to $(srcdir).
8232 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
8233 include directories list via -I switch to makeinfo.
8234 (index.texi): Use cp if both hard and symbolic links fail.
8235
82362001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
8237
8238 * Makefile.in (distclean): Add.
8239
8240 The following changes make ELisp manual part of the Emacs
8241 distribution:
8242
8243 * Makefile.in: Add Copyright notice.
8244 (prefix): Remove.
8245 (infodir): Change value to "../info".
8246 (VPATH): New variable.
8247 (MAKE): Don't define.
8248 (texmacrodir): Don't define.
8249 (texinputdir): Append the existing value of TEXINPUTS.
8250 ($(infodir)/elisp): Instead of just "elisp". Reformat the
8251 command to be compatible with man/Makefile.in, and to put the
8252 output into ../info.
8253 (info): Add target.
8254 (installall): Target removed.
8255
c8763fb6 82562001-10-31 Pavel Janík <Pavel@Janik.cz>
b8d4c8d0
GM
8257
8258 * tips.texi (Coding Conventions): Fix typo.
8259
82602001-10-23 Gerd Moellmann <gerd@gnu.org>
8261
8262 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
8263
82642001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
8265
8266 * files.texi (File Name Components): Update the description of
8267 file-name-sans-extension and file-name-extension, as they now
8268 ignore leading dots.
8269
82702001-10-20 Gerd Moellmann <gerd@gnu.org>
8271
8272 * (Version 21.1 released.)
8273
82742001-10-19 Miles Bader <miles@gnu.org>
8275
8276 * positions.texi (Text Lines): Describe behavior of
8277 `beginning-of-line'/`end-of-line' in the presence of field properties.
8278
82792001-10-17 Gerd Moellmann <gerd@gnu.org>
8280
8281 * Makefile.in (VERSION): Set to 2.8.
8282 (manual): Use `manual-21'.
8283
8284 * elisp.texi (VERSION): Add and use it where the version
8285 number was used. Set it to 2.8.
8286
8287 * intro.texi: Likewise.
8288
82892001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
8290
8291 * files.texi (File Name Completion): Document the significance of
8292 a trailing slash in elements of completion-ignored-extensions.
8293
82942001-10-06 Miles Bader <miles@gnu.org>
8295
8296 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
8297
82982001-10-04 Gerd Moellmann <gerd@gnu.org>
8299
8300 * variables.texi (Variable Aliases): New node.
8301
83022001-10-04 Gerd Moellmann <gerd@gnu.org>
8303
8304 * Branch for 21.1.
8305
83062001-10-02 Miles Bader <miles@gnu.org>
8307
8308 * minibuf.texi (Minibuffer Misc): Add entries for
8309 `minibuffer-contents', `minibuffer-contents-no-properties', and
8310 `delete-minibuffer-contents'.
8311 Correct description for `minibuffer-prompt-end'.
8312
8313 * text.texi (Property Search): Correct descriptions of
8314 `next-char-property-change' and `previous-char-property-change'.
8315 Add entries for `next-single-char-property-change' and
8316 `previous-single-char-property-change'.
8317 Make operand names a bit more consistent.
8318
83192001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
8320
8321 * frames.texi (Finding All Frames): Document that next-frame and
8322 previous-frame are local to current terminal.
8323
83242001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
8325
8326 * keymaps.texi (Creating Keymaps): Fix the description of the
8327 result of make-keymap.
8328
83292001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
8330
8331 * display.texi (Font Lookup, Attribute Functions)
8332 (Image Descriptors): Add cross-references to the definition of
8333 selected frame.
8334
8335 * buffers.texi (The Buffer List): Add cross-references to the
8336 definition of selected frame.
8337
8338 * frames.texi (Input Focus): Clarify which frame is _the_ selected
8339 frame at any given time.
8340 (Multiple Displays, Size and Position): Add a cross-reference to
8341 the definition of the selected frame.
8342
83432001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
8344
8345 * strings.texi (String Conversion) <string-to-number>: Document
8346 that a float is returned for integers that are too large.
8347
8348 * frames.texi (Mouse Position): Document mouse-position-function.
8349 (Display Feature Testing): Document display-images-p.
8350 (Window Frame Parameters): Document the cursor-type variable.
8351
8352 * numbers.texi (Integer Basics): Document CL style read syntax for
8353 integers in bases other than 10.
8354
8355 * positions.texi (List Motion): Document
8356 open-paren-in-column-0-is-defun-start.
8357
8358 * lists.texi (Sets And Lists): Document member-ignore-case.
8359
8360 * internals.texi (Garbage Collection): Document the used and free
8361 strings report.
8362 (Memory Usage): Document strings-consed.
8363
8364 * os.texi (Time of Day): Document float-time.
8365 (Recording Input): Document that clear-this-command-keys clears
8366 the vector to be returned by recent-keys.
8367
8368 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
8369 argument keymap can be a list.
8370
8371 * nonascii.texi (User-Chosen Coding Systems)
8372 <select-safe-coding-system>: Document the new argument
8373 accept-default-p and the variable
8374 select-safe-coding-system-accept-default-p. Tell what happens if
8375 buffer-file-coding-system is undecided.
8376 (Default Coding Systems): Document auto-coding-regexp-alist.
8377
8378 * display.texi (The Echo Area) <message>: Document
8379 message-truncate-lines.
8380 (Glyphs): Document that the glyph table is unused on windowed
8381 displays.
8382
8383 * help.texi (Describing Characters) <single-key-description>:
8384 Document the new argument no-angles.
8385 (Accessing Documentation) <documentation-property>: Document that
8386 a non-string property is evaluated.
8387 <documentation>: Document that the function-documentation property
8388 is looked for.
8389
8390 * windows.texi (Selecting Windows): Document some-window.
8391
8392 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
8393
8394 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
8395 apropos-mode-hook.
8396
8397 * commands.texi (Using Interactive): Document interactive-form.
8398 (Keyboard Macros): Document kbd-macro-termination-hook.
8399 (Command Loop Info): Document that clear-this-command-keys clears
8400 the vector to be returned by recent-keys.
8401
84022001-09-04 Werner LEMBERG <wl@gnu.org>
8403
8404 * Makefile.in (srcdir, texinputdir): New variables.
8405 (srcs, index.texi, install): Use $(srcdir).
8406 (.PHONY): Remove elisp.dvi.
8407 (elisp): Use -I switch for makeinfo.
8408 (elisp.dvi): Use $(srcdir) and $(texinputdir).
8409 (installall, dist): Use $(srcdir).
8410 Fix path to texinfo.tex.
8411 (maintainer-clean): Add elisp.dvi and elisp.oaux.
8412
84132001-08-30 Gerd Moellmann <gerd@gnu.org>
8414
8415 * display.texi (Conditional Display): Adjust to API change.
8416
8417 * configure: New file.
8418
84192001-07-30 Gerd Moellmann <gerd@gnu.org>
8420
8421 * commands.texi (Repeat Events): Add description of
8422 double-click-fuzz.
8423
84242001-05-08 Stefan Monnier <monnier@cs.yale.edu>
8425
8426 * syntax.texi (Syntax Class Table): Add the missing designator for
8427 comment and string fences.
8428 (Syntax Properties): Add a xref to syntax table internals.
8429 (Syntax Table Internals): Document string-to-syntax.
8430
84312001-05-07 Gerd Moellmann <gerd@gnu.org>
8432
8433 * Makefile.in (install): Use install-info command line options
8434 like in Emacs' Makefile.in.
8435
84362000-12-09 Miles Bader <miles@gnu.org>
8437
8438 * windows.texi (Window Start): Update documentation for
8439 `pos-visible-in-window-p'.
8440
84412000-11-12 Stefan Monnier <monnier@cs.yale.edu>
8442
8443 * lists.texi (Building Lists): Add footnote to explain how to add
8444 to the end of a list.
8445
84462000-10-25 Gerd Moellmann <gerd@gnu.org>
8447
8448 * files.texi (Visiting Functions): Typos.
8449
84502000-10-25 Kenichi Handa <handa@etl.go.jp>
8451
8452 * files.texi (Visiting Functions): Return value of
8453 find-file-noselect may be a list of buffers if wildcards are used.
8454
84552000-10-24 Miles Bader <miles@lsi.nec.co.jp>
8456
8457 * display.texi (Defining Faces): Document `graphic' display type
8458 in face specs.
8459
b344d29d 84602000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b8d4c8d0
GM
8461
8462 * hooks.texi (Standard Hooks): Replace obsolete
8463 `after-make-frame-hook' with `after-make-frame-functions'.
8464
8465 * frames.texi (Creating Frames): Ditto.
8466
8467 * variables.texi (Future Local Variables): Ditto.
8468
84692000-10-16 Gerd Moellmann <gerd@gnu.org>
8470
8471 * display.texi (Other Image Types): Add description of :foreground
8472 and :background properties of mono PBM images.
8473
84742000-08-17 Werner LEMBERG <wl@gnu.org>
8475
8476 * .cvsignore: New file.
8477
84782000-01-05 Gerd Moellmann <gerd@gnu.org>
8479
8480 * tindex.pl: New script.
8481
84821999-12-03 Dave Love <fx@gnu.org>
8483
8484 * Makefile.in (MAKEINFO): New parameter.
8485
84861999-09-17 Richard Stallman <rms@gnu.org>
8487
8488 * Makefile.in (srcs): Add hash.texi.
8489 (VERSION): Update to 20.6.
8490
84911999-09-13 Richard Stallman <rms@gnu.org>
8492
8493 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
8494
84951998-08-29 Karl Heuer <kwzh@gnu.org>
8496
8497 * configure.in: New file.
8498 * Makefile.in: Renamed from Makefile.
8499 (prefix, infodir): Use value obtained from configure.
8500 (emacslibdir): Obsolete variable deleted.
8501 (dist): Distribute configure.in, configure, Makefile.in.
8502
85031998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
8504
8505 * Makefile (INSTALL_INFO): New variable.
8506 (install): Run install-info.
8507
85081998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
8509
8510 * Makefile (elisp.dvi): Add missing backslash.
8511
85121998-05-02 Richard Stallman <rms@psilocin.gnu.org>
8513
8514 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
8515 Run texindex without `./'. Always run texindex on elisp.tp.
8516 (elisp.tps): Target deleted.
8517
85181998-04-05 Richard Stallman <rms@psilocin.gnu.org>
8519
8520 * Makefile (srcs): Add nonascii.texi and customize.texi.
8521 (dist): Start by deleting `temp'.
8522
85231998-02-17 Richard Stallman <rms@psilocin.gnu.org>
8524
8525 * Makefile (makeinfo, texindex): Targets deleted.
8526 (makeinfo.o, texindex.o): Targets deleted.
8527 (clean, dist): Don't do anything with them or with getopt*.
8528
85291998-01-30 Richard Stallman <rms@psilocin.gnu.org>
8530
8531 * Makefile (SHELL): Defined.
8532
85331998-01-27 Richard Stallman <rms@psilocin.gnu.org>
8534
8535 * Makefile (elisp.tps): New target.
8536 (elisp.dvi): Depend on elisp.tps.
8537
c5602427 85381996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
b8d4c8d0
GM
8539
8540 * README: Update phone number.
8541
8542 * Makefile (elisp): Make this be the default target.
8543 Depend on makeinfo.c instead of makeinfo.
8544 (install): Don't depend on elisp.dvi, since we don't install that.
8545 Use mkinstalldirs.
8546 (dist): Add mkinstalldirs.
8547
c5602427 85481995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
b8d4c8d0
GM
8549
8550 * Makefile (VERSION): Update version number.
8551 (maintainer-clean): Renamed from realclean.
8552
c5602427 85531995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
b8d4c8d0
GM
8554
8555 * Makefile (realclean): New target.
8556 (elisp): Remove any old elisp-* files first.
8557
c5602427 85581993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
b8d4c8d0
GM
8559
8560 * Makefile (VERSION): New variable.
8561 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
8562 Compressed file suffix should be `.gz', not `.z'.
8563
ce058493 85641993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
8565
8566 * Makefile (elisp): Depend on makeinfo.
8567
c5602427 85681993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
b8d4c8d0
GM
8569
8570 * Makefile (srcs): Add anti.texi.
8571
c5602427 85721993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
8573
8574 * Makefile (infodir, prefix): New vars.
8575 (install): Use infodir.
8576 (emacsinfodir): Deleted.
8577
c5602427 85781993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
8579
8580 * Makefile (srcs): Add calendar.texi.
8581
8582 * Makefile (dist): Copy texindex.c and makeinfo.c.
8583 Limit elisp-* files to those with one or two digits.
8584
c5602427 85851993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
8586
8587 * Makefile (dist): Changed to use Gzip instead of compress.
8588
c5602427 85891993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
8590
8591 * loading.texi (Unloading): define-function changed back to
8592 defalias. It may not stay this way, but at least it's
8593 consistent with the known-good version of the code patch.
8594
c5602427 85951993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
b8d4c8d0
GM
8596
8597 * modes.texi (Hooks): Document new optional arg of add-hook.
8598
c5602427 85991993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
8600
8601 * variables.texi: Document nil initial value of buffer-local variables.
8602
8603 * tips.texi: Add new section on standard library headers.
8604
c5602427 86051993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
8606
8607 * Makefile (srcs): Add frame.texi to the list of sources.
8608
c5602427 86091993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
8610
8611 * Makefile (dist): Don't bother excluding autosave files; they'll
8612 never make it into the temp directory anyway, and the hash marks
8613 in the name are problematic for make and the Bourne shell.
8614 (srcs):
8615
c5602427 86161993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
8617
8618 * Makefile (dist): Don't include backup files or autosave files in
8619 the distribution tar file.
8620
c5602427 86211991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
8622
8623 * Makefile (srcs): Added index.perm.
8624 (elisp.dvi): Remove erroneous shell comment.
8625 Expect output of permute-index in permuted.fns.
8626 Save old elisp.aux in elisp.oaux.
8627 (clean): Added index.texi to be deleted.
8628
c5602427 86291990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
8630
8631 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
8632
c5602427 86331990-06-26 David Lawrence (tale@geech)
b8d4c8d0
GM
8634
8635 * files.texi: Noted that completion-ignored-extensions is ignored
8636 when making *Completions*.
8637
3e868ee3 86381990-06-08 Jay Fenlason (hack@ai.mit.edu)
b8d4c8d0
GM
8639
8640 * Makefile make dist now depends on elisp.dvi, since it tries
8641 to include it in the dist file.
8642
c5602427 86431990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
b8d4c8d0 8644
c5602427 8645 * functions.texinfo (Mapping Functions): Add missing quote.
b8d4c8d0 8646
c5602427 86471989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
8648
8649 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
8650 (defunargs): Turn off \hyphenchar of \sl font temporarily.
8651
c5602427 86521989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
8653
8654 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
8655 and @error{} are the terms now being used. The files in the
8656 directory have been changed to reflect this.
8657
8658 * All instances of @indentedresultt{} have been changed to
8659 ` @result{}', using 5 spaces at the begining of the line.
8660
c5602427 86611989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
8662
8663 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
8664 experimental @indentedresult{}, @indentedexpandsto{} are part of
8665 the texinfo.tex in this directory. These TeX macros are not
8666 stable yet.
8667
c5602427 86681989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
8669
8670 * texinfo.tex: Temporarily added
8671 \let\result=\dblarrow
8672 \def\error{{\it ERROR} \longdblarrow}
8673 We need to do this better soon.
8674
c5602427 86751989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
8676
8677 * Applied Karl Berry's patches to *.texinfo files, but not to
8678 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
8679 new title page format is also not applied, since it requires
8680 texinfo.tex changes.)
8681
8682 * Cleaned up `Makefile' and defined the `emacslibdir' directory
8683 for the Project GNU development environment.
8684
8685;; Local Variables:
c8763fb6 8686;; coding: utf-8
b8d4c8d0
GM
8687;; add-log-time-zone-rule: t
8688;; End:
8689
352c8b4a 8690 Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
c57008f6 8691 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
b8d4c8d0
GM
8692
8693 This file is part of GNU Emacs.
8694
352c8b4a 8695 GNU Emacs is free software: you can redistribute it and/or modify
b8d4c8d0 8696 it under the terms of the GNU General Public License as published by
352c8b4a
GM
8697 the Free Software Foundation, either version 3 of the License, or
8698 (at your option) any later version.
b8d4c8d0
GM
8699
8700 GNU Emacs is distributed in the hope that it will be useful,
8701 but WITHOUT ANY WARRANTY; without even the implied warranty of
8702 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8703 GNU General Public License for more details.
8704
8705 You should have received a copy of the GNU General Public License
352c8b4a 8706 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
b8d4c8d0
GM
8707
8708;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda