Expand and clarify the description of bugtracker setting for bzr.
[bpt/emacs.git] / doc / lispref / ChangeLog
CommitLineData
cde08ac9
GM
12010-11-10 Glenn Morris <rgm@gnu.org>
2
3 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
4
aab705a2
GM
52010-10-27 Glenn Morris <rgm@gnu.org>
6
7 * maps.texi (Standard Keymaps): Update File menu description.
8
89baa1df
EZ
92010-10-22 Eli Zaretskii <eliz@gnu.org>
10
11 * display.texi (Window Systems): Deprecate use of window-system as
12 a predicate.
13
3fa0dc8f
AK
142010-09-05 Alexander Klimov <alserkli@inbox.ru> (tiny change)
15
16 * files.texi (Directory Names): Use \` rather than ^.
17
bc7d7ea6
CY
182010-08-22 Chong Yidong <cyd@stupidchicken.com>
19
20 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
21
96b1842d
CY
222010-08-19 Chong Yidong <cyd@stupidchicken.com>
23
24 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
25
ee301a7a
SM
262010-08-02 Christoph <cschol2112@googlemail.com>
27
28 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
29
e8bf5266
JB
302010-07-29 Juanma Barranquero <lekktu@gmail.com>
31
32 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
33 Suggested by Štěpán Němec <stepnem@gmail.com>.
34
b4f588fa
JB
352010-07-28 Juanma Barranquero <lekktu@gmail.com>
36
37 * minibuf.texi (High-Level Completion): Document args of
38 `read-buffer-function' (bug#5625).
39
4ce5a4cc
JB
402010-07-27 Juanma Barranquero <lekktu@gmail.com>
41
42 * modes.texi (Defining Minor Modes): Use C-delete in examples,
43 instead of "\C-\^?" (bug#6334).
44
1c84bc7a
JB
452010-07-21 Juanma Barranquero <lekktu@gmail.com>
46
47 * text.texi (Special Properties): Fix typo.
48
51422d6d
CY
492010-06-24 Chong Yidong <cyd@stupidchicken.com>
50
51 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
52
53 * commands.texi (Command Overview): Mention undo-boundary call.
54
d24880de
GM
552010-06-23 Glenn Morris <rgm@gnu.org>
56
57 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
58 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
59 * frames.texi, functions.texi, internals.texi, keymaps.texi:
60 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
61 * searching.texi, sequences.texi, strings.texi, syntax.texi:
62 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
63 Untabify Texinfo files.
64
0fc76035
CY
652010-06-20 Chong Yidong <cyd@stupidchicken.com>
66
67 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
68
5338dc0b
CY
692010-06-19 Chong Yidong <cyd@stupidchicken.com>
70
71 * errors.texi (Standard Errors): Remove unnecessary markup
72 (Bug#6461).
73
2c3a3c1d
CY
742010-06-02 Chong Yidong <cyd@stupidchicken.com>
75
ba3bf1d9
CY
76 * searching.texi (Regexp Special): Remove obsolete information
77 about matching non-ASCII characters, and suggest using char
78 classes (Bug#6283).
2c3a3c1d 79
7f4b4249
JB
802010-05-30 Juanma Barranquero <lekktu@gmail.com>
81
82 * minibuf.texi (Basic Completion): Add missing "@end defun".
83
637821cd
SM
842010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
85
86 * minibuf.texi (Basic Completion): Document completion-boundaries.
87 (Programmed Completion): Document the new fourth method for boundaries.
88
61a808e8
CY
892010-05-07 Chong Yidong <cyd@stupidchicken.com>
90
91 * Version 23.2 released.
92
da0bbbc4
CY
932010-05-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
94
95 * windows.texi (Textual Scrolling):
96 * tips.texi (Coding Conventions):
97 * minibuf.texi (Minibuffer History):
98 * maps.texi (Standard Keymaps):
99 * loading.texi (Where Defined):
100 * edebug.texi (Instrumenting): Fix typos.
101
eb5ed549
CY
1022010-04-25 Chong Yidong <cyd@stupidchicken.com>
103
c7c32279
CY
104 * keymaps.texi (Menu Bar): Document :advertised-binding property.
105
eb5ed549
CY
106 * functions.texi (Obsolete Functions): Document
107 set-advertised-calling-convention.
108
109 * minibuf.texi (Basic Completion): Document completion-in-region.
110 (Programmed Completion): Document completion-annotate-function.
111
112 * commands.texi (Reading One Event): Document read-key.
113 (Distinguish Interactive): Document KIND arg to
114 called-interactively-p. Delete obsolete interactive-p.
115
116 * elisp.texi (Top): Update node description.
117
5854c267
JL
1182010-04-14 Juri Linkov <juri@jurta.org>
119
120 Fix @deffn without category.
121
122 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
123 for `abbrev-insert'.
124
125 * buffers.texi (Indirect Buffers): Add category `Command'
126 to @deffn of `clone-indirect-buffer'.
127
128 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
129 for `next-window' and `previous-window'. Add category `Command'
130 to @deffn of `pop-to-buffer'.
131
8a14dec7
CY
1322010-04-01 Chong Yidong <cyd@stupidchicken.com>
133
134 * nonascii.texi (Text Representations): Don't mark
135 enable-multibyte-characters as a user option.
136
7a1831cf
EZ
1372010-03-31 Eli Zaretskii <eliz@gnu.org>
138
139 * control.texi (Handling Errors): How to re-throw a signal caught
140 by condition-case.
141
c3863713
CY
1422010-03-26 Chong Yidong <cyd@stupidchicken.com>
143
144 * loading.texi (Hooks for Loading): Document after-load-functions.
145 Copyedits.
146
c333f279
AM
1472010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
148
149 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
150
f7704e26
CY
1512010-03-21 Chong Yidong <cyd@stupidchicken.com>
152
153 * processes.texi (Network Processes): Document seqpacket type.
154
eed5c93a
CY
1552010-03-06 Chong Yidong <cyd@stupidchicken.com>
156
157 * objects.texi (Integer Type): Take note of the read syntax
158 exception for numbers that cannot fit in the integer type.
159
1ddd6622
GM
1602010-03-03 Glenn Morris <rgm@gnu.org>
161
162 * numbers.texi (Integer Basics, Bitwise Operations):
163 * objects.texi (Integer Type): Update for integers now being 30-bit.
164
a908c79a
CY
1652010-02-27 Chong Yidong <cyd@stupidchicken.com>
166
167 * display.texi (Low-Level Font): Document :otf font-spec property.
168
cd61af01
SM
1692010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
170
171 * display.texi (Line Height): Avoid obsolete special default variables
172 like default-major-mode.
173
c02f8fe2
AM
1742010-01-28 Alan Mackenzie <acm@muc.de>
175
176 * display.texi (Auto Faces): Say fontification-functions is called
177 whether or not Font Lock is enabled. Tidy up the wording a bit.
178
d738d18b
CY
1792010-01-17 Chong Yidong <cyd@stupidchicken.com>
180
181 * elisp.texi: Remove duplicate edition information (Bug#5407).
182
4963739e
JB
1832010-01-17 Juanma Barranquero <lekktu@gmail.com>
184
185 * two.el (volume-header-toc-markup): Fix typos in docstring.
186
c57008f6
SM
1872010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
188
189 Avoid dubious uses of save-excursions.
190 * positions.texi (Excursions): Recommend the use of
191 save-current-buffer if applicable.
192 * text.texi (Clickable Text): Fix the example code which used
193 save-excursion in a naive way which sometimes preserves point and
194 sometimes not.
195 * variables.texi (Creating Buffer-Local):
196 * os.texi (Session Management):
197 * display.texi (GIF Images):
198 * control.texi (Cleanups): Use (save|with)-current-buffer.
199
2f3725cd
EZ
2002010-01-02 Eli Zaretskii <eliz@gnu.org>
201
202 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
203
85eeac93
CY
2042010-01-02 Chong Yidong <cyd@stupidchicken.com>
205
206 * nonascii.texi (Text Representations, Character Codes)
207 (Converting Representations, Explicit Encoding)
208 (Translation of Characters): Use hex notation consistently.
209 (Character Sets): Fix map-charset-chars doc (Bug#5197).
210
4801c5fa
CY
2112010-01-01 Chong Yidong <cyd@stupidchicken.com>
212
213 * loading.texi (Where Defined): Make it clearer that these are
214 loaded files (Bug#5068).
215
26e533e2
CY
2162009-12-29 Chong Yidong <cyd@stupidchicken.com>
217
218 * minibuf.texi (Completion Styles): Document `initials' style.
219
16d1ff5f
CY
2202009-12-25 Chong Yidong <cyd@stupidchicken.com>
221
222 * frames.texi (Resources): Describe inhibit-x-resources.
223 (Size Parameters): Copyedit.
224
225 * hash.texi (Creating Hash):
226 * objects.texi (Hash Table Type): Document the new hash table
227 printed representation.
228
229 * minibuf.texi (Basic Completion): 4th arg to all-completions is
230 obsolete.
231
232 * processes.texi (Process Buffers): Document
233 process-kill-buffer-query-function.
234
9a5de3d9
GM
2352009-12-05 Glenn Morris <rgm@gnu.org>
236
237 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
238 diary-display-function, and no longer recommended to be a hook.
239 Update for changes in the names of calendar and diary hooks.
240 diary-print-entries-hook has changed section.
241
b640eb52
EZ
2422009-11-28 Eli Zaretskii <eliz@gnu.org>
243
244 * text.texi (Special Properties): More accurate description of
245 what the `cursor' property does.
246
be1674ab
KR
2472009-11-26 Kevin Ryde <user42@zip.com.au>
248
249 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
250 mouse-wheel-down-event, the closest thing to a definition for them.
251 * os.texi (Startup Summary): vindex inhibit-startup-message and
252 inhibit-splash-screen.
253 (Command-Line Arguments): vindex argv.
254 (Suspending Emacs): vindex suspend-tty-functions and
255 resume-tty-functions. Don't want to index every hook, but having
256 the programming ones is helpful.
257
603f5979
CY
2582009-11-14 Chong Yidong <cyd@stupidchicken.com>
259
260 * commands.texi (Motion Events): Fix typo (Bug#4907).
261
4359a806
CY
2622009-11-08 Chong Yidong <cyd@stupidchicken.com>
263
264 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
265 are affected by case-fold-search (Bug#4483).
266
0f063651
CY
2672009-11-02 Chong Yidong <cyd@stupidchicken.com>
268
269 * minibuf.texi (Reading File Names): Note that read-file-name may
270 use a graphical file dialog.
271
9bd79893
GM
2722009-10-31 Glenn Morris <rgm@gnu.org>
273
274 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
275
ebe479ec
KR
2762009-10-16 Kevin Ryde <user42@zip.com.au>
277
278 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
279 in particular so `info-lookup-symbol' can find its docs.
280
2640fa86
CY
2812009-10-16 Chong Yidong <cyd@stupidchicken.com>
282
283 * variables.texi (Constant Variables): Distinguish from defconst
284 variables.
285 (Defining Variables): Add cindex.
286
edd6a733
CY
2872009-10-15 Chong Yidong <cyd@stupidchicken.com>
288
289 * os.texi (Time of Day): Clarify that the microsecond part is
290 ignored (Bug#4637).
291
5feb0b73
GM
2922009-10-11 Glenn Morris <rgm@gnu.org>
293
294 * frames.texi (Size and Position): Clarify what is included in the frame
295 height. (Bug#4535)
296
0c5413c8
GM
2972009-10-10 Glenn Morris <rgm@gnu.org>
298
299 * windows.texi (Size of Window): The relationship between window and
300 frame heights is not so simple. (Bug#4535)
301 Mention window-full-height-p.
302
7f8b600a
SM
3032009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
304
305 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
306 used from Lisp.
307
6185de1c
EZ
3082009-10-07 Eli Zaretskii <eliz@gnu.org>
309
7f8b600a
SM
310 * files.texi (Directory Names) <abbreviate-file-name>:
311 Document that root home directories are not replaced with "~".
6185de1c 312
9972911f
EZ
3132009-10-06 Eli Zaretskii <eliz@gnu.org>
314
315 * text.texi (Special Properties): Document the meaning of the
316 `cursor' text property whose value is an integer.
317
2a3f19ef
MA
3182009-10-05 Michael Albinus <michael.albinus@gmx.de>
319
320 * files.texi (Magic File Names): Add `copy-directory'.
321
804543b5
EZ
3222009-10-05 Eli Zaretskii <eliz@gnu.org>
323
324 * files.texi (File Attributes): Fix description of file
325 attributes. (Bug#4638) Update attributes of files.texi example to
326 be more representative.
327
461bf92b
MA
3282009-10-05 Michael Albinus <michael.albinus@gmx.de>
329
330 * files.texi (Create/Delete Dirs): New command copy-directory.
331
a86cd395
JB
3322009-10-04 Juanma Barranquero <lekktu@gmail.com>
333
334 * anti.texi (Antinews):
335 * macros.texi (Indenting Macros):
336 * strings.texi (Creating Strings, Case Conversion):
337 Remove duplicate words.
338
d3080264
MA
3392009-10-01 Michael Albinus <michael.albinus@gmx.de>
340
341 * files.texi (Create/Delete Dirs): delete-directory has an
342 optional parameter RECURSIVE.
343
85d14563
SM
3442009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
345
346 * buffers.texi (Swapping Text): Minor clarification.
347
3d9842c6
GM
3482009-10-01 Glenn Morris <rgm@gnu.org>
349
350 * functions.texi (Declaring Functions): Mention that we also search for
351 ".m" files in the src/ directory.
352
78427304
CY
3532009-09-25 David Engster <deng@randomsample.de>
354
3d9842c6 355 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
78427304 356
b578c9cc
GM
3572009-09-22 Glenn Morris <rgm@gnu.org>
358
359 * internals.texi (Building Emacs): Mention preloaded-file-list.
360
beee5da7
AM
3612009-09-14 Alan Mackenzie <acm@muc.de>
362
363 * os.texi (Terminal Output): Put "@code{}" around "stdout".
364
5d6ab672
CY
3652009-09-13 Chong Yidong <cyd@stupidchicken.com>
366
367 * functions.texi (Anonymous Functions): Rearrange discussion,
368 giving usage of unquoted lambda forms first. Mention that
369 `function' and `#'' are no longer required (Bug#4290).
370
59375eeb
AM
3712009-09-11 Alan Mackenzie <acm@muc.de>
372
a86cd395 373 * os.texi (Terminal Output): Document `send-string-to-terminal' in
59375eeb
AM
374 batch mode.
375
e7e2f529
GM
3762009-09-01 Glenn Morris <rgm@gnu.org>
377
378 * display.texi (Face Functions): Mention define-obsolete-face-alias.
379
eae47088
GM
3802009-08-26 Ulrich Mueller <ulm@gentoo.org>
381
382 * nonascii.texi (Character Codes): Fix typos.
383
3691a0a6
MA
3842009-08-25 Michael Albinus <michael.albinus@gmx.de>
385
386 * processes.texi (Synchronous Processes): New defvar
387 process-file-side-effects.
388
664d56b8
GM
3892009-08-25 Glenn Morris <rgm@gnu.org>
390
391 * display.texi (Fontsets): Fix typo.
392
0706c025
GM
393 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
394
03a74b84
SM
3952009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
396
397 * processes.texi (Asynchronous Processes): Adjust arglist of
398 start-process-shell-command and start-file-process-shell-command.
399
f6de8a37
CY
4002009-08-15 Chong Yidong <cyd@stupidchicken.com>
401
4b1ed1bb
CY
402 * advice.texi (Argument Access in Advice): Note that argument
403 positions are zero-based (Bug#3932).
404
89a9e058
CY
405 * commands.texi (Distinguish Interactive): Minor copyedit.
406
23696fd7
CY
407 * display.texi (Face Attributes): Add xref to Displaying Faces for
408 explanation of "underlying face".
409
f6de8a37
CY
410 * customize.texi (Common Keywords): Add xref to Loading.
411
412 * loading.texi (How Programs Do Loading): Add xref to Lisp
413 Libraries node in the Emacs manual.
414
417f77e6
CY
4152009-08-13 Chong Yidong <cyd@stupidchicken.com>
416
417 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
418
0999039c
CY
4192009-07-18 Chong Yidong <cyd@stupidchicken.com>
420
421 * processes.texi (Shell Arguments): Copyedits.
422
9af167bc
GM
4232009-07-18 Glenn Morris <rgm@gnu.org>
424
425 * loading.texi (Repeated Loading): Fix typo.
426
137987ab
RS
4272009-07-16 Richard Stallman <rms@gnu.org>
428
429 * buffers.texi (Swapping Text): Recommend setting
430 write-region-annotate-functions and buffer-saved-size.
431
432 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
433
622fa380
GM
4342009-07-15 Glenn Morris <rgm@gnu.org>
435
436 * edebug.texi: Minor re-phrasings throughout.
437 (Edebug Execution Modes): Sit-for affects continue mode too.
438 (Jumping): Use `forward-sexp' rather than its keybinding.
439 (Edebug Misc): Fix Q binding.
440 (Edebug Eval): Remove cl version.
441 (Printing in Edebug): Clarify print-length etc.
442 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
443 (Specification List): Remove edebug-unwrap findex entry.
444 (Specification Examples): defmacro is actually not the same as defun.
445 Escape "`" in example.
446
6bbd4600
CY
4472009-07-15 Chong Yidong <cyd@stupidchicken.com>
448
449 * markers.texi (The Mark): Document optional arg to
450 deactivate-mark.
451
e538d479
GM
4522009-07-11 Kevin Ryde <user42@zip.com.au>
453
454 * hooks.texi (Standard Hooks): Fix cross-references.
455
4c98b9ed
GM
456 * loading.texi (Named Features): Refer to eval-after-load.
457
5300838c
GM
4582009-07-11 Glenn Morris <rgm@gnu.org>
459
64fbeb16
GM
460 * Makefile.in (TEXI2PDF): New.
461 (elisp.pdf): New target.
462
4c98b9ed
GM
463 * searching.texi (Regexp Backslash): Fix typo.
464
465 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5300838c 466
51d9979c
GM
4672009-07-10 Glenn Morris <rgm@gnu.org>
468
561c0216
GM
469 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
470
5b594a58
GM
471 * customize.texi (Customization Types):
472 * display.texi (Abstract Display):
0cc8c85a 473 * objects.texi (Character Type, String Type):
5b594a58 474 Merge in some menu descriptions from elisp.texi.
51d9979c 475
c3cbbb40
GM
476 * hash.texi (Hash Tables):
477 * modes.texi (Multiline Font Lock):
478 End menu description with period.
fe42c16a 479
28528402
GM
4802009-07-09 Glenn Morris <rgm@gnu.org>
481
482 * back.texi: Don't hard-code texinfo location.
483
484 * two-volume.make (texinfodir): New, with location of texinfo.tex.
485 (tex): Add texinfodir to TEXINPUTS.
486 (elisp1med-init, elisp2med-init): Use texinfodir.
487
488 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
489 (clean): Add two-volume.make intermediate files.
490
491 * elisp.texi, vol1.texi, vol2.texi:
492 Use a DATE variable with the publication date, and update it.
493 Fix antinews menu description.
494
495 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
496 Update the detailed node listing to match elisp.texi.
497
498 * README: Update edition to match elisp.texi.
499
500 * objects.texi (General Escape Syntax):
501 * nonascii.texi (Character Sets):
502 Use consistent case for "Unicode Standard".
503
504 * anti.texi (Antinews):
505 * customize.texi (Variable Definitions):
506 * functions.texi (Declaring Functions):
507 * nonascii.texi (Character Properties):
508 * processes.texi (Serial Ports):
509 * text.texi (Special Properties):
510 * tips.texi (Coding Conventions):
511 Minor rearrangements to improve TeX line-filling.
512
513 * commands.texi (Using Interactive): Fix cross-reference.
514
17db8e10
JD
5152009-07-01 Jan Djärv <jan.h.d@swipnet.se>
516
517 * frames.texi (Management Parameters): Mention sticky.
518
77c7e2e1
AS
5192009-07-01 Andreas Schwab <aschwab@redhat.com>
520
521 * help.texi (Help Functions): Fix description of help-buffer and
522 help-setup-xref to use @defun instead of @deffn.
523
3f1c6666
JD
5242009-07-01 Jan Djärv <jan.h.d@swipnet.se>
525
526 * frames.texi (Size Parameters): Mention maximized for fullscreen.
527
ca27c21b
CY
5282009-06-24 Chong Yidong <cyd@stupidchicken.com>
529
530 * display.texi (Window Systems): Add ns to the list.
531
70243478
CY
5322009-06-21 Chong Yidong <cyd@stupidchicken.com>
533
534 * Branch for 23.1.
535
df006536
MR
5362009-06-17 Martin Rudalics <rudalics@gmx.at>
537
538 * windows.texi (Dedicated Windows): Fix typo.
539 (Resizing Windows): Replace @defun by @deffn.
540
d259fc4b
GM
5412009-06-17 Glenn Morris <rgm@gnu.org>
542
543 * variables.texi (Directory Local Variables):
544 Update for 2009-04-11 name-change of dir-locals-directory-alist.
545
30781db6
KH
5462009-06-09 Kenichi Handa <handa@m17n.org>
547
548 * nonascii.texi (Character Sets): State clearly that FROM and TO
549 are codepoints of CHARSET.
550
62e8099c
CY
5512009-06-07 Chong Yidong <cyd@stupidchicken.com>
552
553 * minibuf.texi (Reading File Names): Fix introductory text.
554 Suggested by stan@derbycityprints.com.
555 (High-Level Completion): Fix typo.
556
ee1b1917
CY
5572009-05-28 Chong Yidong <cyd@stupidchicken.com>
558
559 * frames.texi (Text Terminal Colors): Multi-tty is already
560 implemented, but tty-local colors are not.
561
5df647e8
CY
5622009-05-27 Chong Yidong <cyd@stupidchicken.com>
563
564 * hooks.texi (Standard Hooks): Remove mention of obsolete
565 redisplay-end-trigger-functions.
566
567 * internals.texi (Window Internals): Remove mention of obsolete
568 redisplay-end-trigger-functions.
569
01f17ae2
MR
5702009-05-21 Martin Rudalics <rudalics@gmx.at>
571
572 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
573
574 * backups.texi (Making Backups): backup-directory-alist and
575 make-backup-file-name-function are options.
576 (Auto-Saving): auto-save-list-file-prefix is an option.
577
578 * buffers.texi (Killing Buffers): buffer-offer-save is an
579 option.
580
581 * display.texi (Refresh Screen): no-redraw-on-reenter is an
582 option.
583 (Echo Area Customization): echo-keystrokes is an option.
584 (Selective Display): selective-display-ellipses is an option.
585 (Temporary Displays): temp-buffer-show-function is an option.
586 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
587 are options.
588 (Font Selection): face-font-family-alternatives,
589 face-font-selection-order, face-font-registry-alternatives, and
590 scalable-fonts-allowed are options.
591 (Fringe Indicators): indicate-buffer-boundaries is an option.
592 (Fringe Cursors): overflow-newline-into-fringe is an option.
593 (Scroll Bars): scroll-bar-mode is an option.
594
595 * eval.texi (Eval): max-lisp-eval-depth is an option.
596
597 * files.texi (Visiting Functions): find-file-hook is an option.
598 (Directory Names): directory-abbrev-alist is an option.
599 (Unique File Names): temporary-file-directory and
600 small-temporary-file-directory are options.
601
602 * frames.texi (Initial Parameters): initial-frame-alist,
603 minibuffer-frame-alist and default-frame-alist are options.
604 (Cursor Parameters): blink-cursor-alist and
605 cursor-in-non-selected-windows ar options.
606 (Window System Selections): selection-coding-system is an
607 option.
608 (Display Feature Testing): display-mm-dimensions-alist is an
609 option.
610
611 * help.texi (Help Functions): help-char and help-event-list are
612 options.
613
614 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
615 an option.
616
617 * minibuf.texi (Minibuffer History): history-length and
618 history-delete-duplicates are options.
619 (High-Level Completion): read-buffer-function and
620 read-buffer-completion-ignore-case are options.
621 (Reading File Names): read-file-name-completion-ignore-case is
622 an option.
623
624 * modes.texi (Mode Line Top): mode-line-format is an option.
625 (Mode Line Variables): mode-line-position and mode-line-modes
626 are options.
627
628 * nonascii.texi (Text Representations):
629 enable-multibyte-characters is an option.
630 (Default Coding Systems): auto-coding-regexp-alist,
631 file-coding-system-alist, auto-coding-alist and
632 auto-coding-functions are options.
633 (Specifying Coding Systems): inhibit-eol-conversion is an
634 option.
635
636 * os.texi (Init File): site-run-file is an option.
637 (System Environment): mail-host-address is an option.
638 (User Identification): user-mail-address is an option.
639 (Terminal Output): baud-rate is an option.
640
641 * positions.texi (Word Motion): words-include-escapes is an
642 option.
643
644 * searching.texi (Standard Regexps): page-delimiter,
645 paragraph-separate, paragraph-separate and sentence-end are
646 options.
647
648 * text.texi (Margins): left-margin and fill-nobreak-predicate
649 are options.
650
651 * variables.texi (Local Variables): max-specpdl-size is an
652 option.
653
654 * windows.texi (Choosing Window):
655 split-window-preferred-function, special-display-function and
656 display-buffer-function are options.
657
106e6894
CY
6582009-05-20 Chong Yidong <cyd@stupidchicken.com>
659
4a83454d
CY
660 Fix errors spotted by Martin Rudalics.
661
106e6894
CY
662 * syntax.texi (Position Parse): Document rationale for ignored
663 arguments to syntax-ppss-flush-cache.
664
665 * processes.texi (Input to Processes): Mark PROCESS arg to
666 process-running-child-p as optional.
667 (Network Options): Document NO-ERROR arg to
668 set-network-process-option.
669
670 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
671 command.
672
673 * searching.texi (POSIX Regexps): Mark posix-search-forward and
674 posix-search-backward as commands.
675
676 * os.texi (Killing Emacs): Mark kill-emacs as a command.
677 (Suspending Emacs): Mark suspend-emacs as a command.
678 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
679 commands.
680 (Terminal Output): Remove obsolete function baud-rate. Document
681 TERMINAL arg for send-string-to-terminal.
682
683 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
684 terminal-coding-system and set-terminal-coding-system.
685 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
686 as optional.
687 (Character Sets): Document RESTRICTION arg of char-charset.
688 (Character Codes): Mark POS argument to get-byte as optional.
689
690 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
691 minibuffer-message.
692
693 * files.texi (Create/Delete Dirs): Mark make-directory and
694 delete-directory as commands.
695
696 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
697
698 * text.texi (Base 64): Mark base64-decode-string and
699 base64-encode-string as commands.
700 (Columns): Mark move-to-column as a command.
701 (Mode-Specific Indent): Document RIGID arg to
702 indent-for-tab-command.
703 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
704 Mark indent-code-rigidly as a command.
705 (Substitution): Mark translate-region as a command.
706
707 * frames.texi (Size and Position): Remove obsolete functions
708 screen-height and screen-width.
709
04173931
CY
7102009-05-19 Chong Yidong <cyd@stupidchicken.com>
711
712 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
713 (Displaying Buffers, Resizing Windows): Correct mistakes;
714 next-window, previous-window, and pop-to-buffer are not commands,
715 and fit-window-to-buffer" is a command. (Pointed out by Martin
716 Rudalics.)
717
eae7d8f8
RS
7182009-05-17 Richard M Stallman <rms@gnu.org>
719
720 * modes.texi (Precalculated Fontification): Clarify text.
721
b8766179
MR
7222009-05-17 Martin Rudalics <rudalics@gmx.at>
723
724 * windows.texi (Selecting Windows): Clarify descriptions of
725 with-selected-window and get-lru-window.
726 (Cyclic Window Ordering): Refer to particular frame when talking
727 about how splitting affects the ordering.
728 (Displaying Buffers): Fix descriptions of switch-to-buffer and
729 switch-to-buffer-other-window. Explain how setting of
730 display-buffer-reuse-frames affects pop-to-buffer.
731 (Choosing Window): Clarify some details in descriptions of
732 display-buffer-reuse-frames, pop-up-frames, and
733 pop-up-frame-function.
734 (Dedicated Windows): Clarify some details.
735 (Textual Scrolling): Replace term vscroll by term vertical
736 scroll position.
737 (Vertical Scrolling): Fix typo.
738 (Window Hooks): Relate text on jit-lock-register to window
739 scrolling and size changes.
740
734b5e3b
CY
7412009-05-14 Chong Yidong <cyd@stupidchicken.com>
742
0a65633e
CY
743 * frames.texi (Initial Parameters): Clarify what the initial
744 minibuffer frame is.
05be46d7
CY
745 (Buffer Parameters): Note that the minibuffer parameter can not be
746 altered.
0a65633e 747
734b5e3b
CY
748 * anti.texi (Antinews): Copyedits. Rearrange some entries.
749 Document display-buffer changes.
750
925672cd
CY
7512009-05-13 Chong Yidong <cyd@stupidchicken.com>
752
17ecd7af
CY
753 * anti.texi (Antinews): Rewrite for Emacs 22.
754
925672cd
CY
755 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
756 obarrays are first mentioned. Define "system abbrev" more
757 prominently, and add it to the index.
758 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
759 Copyedits.
760 (Abbrev Expansion): Document abbrev-insert.
761
80be4dd7
CY
7622009-05-12 Chong Yidong <cyd@stupidchicken.com>
763
764 * frames.texi (Font and Color Parameters): Rename from Color
765 Parameters. Document font-backend parameter.
766
767 * vol2.texi (Top): Update node listing.
768 * vol1.texi (Top): Update node listing.
769 * elisp.texi (Top): Update node listing.
770
372a93ac
MR
7712009-05-11 Martin Rudalics <rudalics@gmx.at>
772
773 * windows.texi (Choosing Window): Don't explicitly refer to
774 split-window-sensibly's window argument in descriptions of
775 split-height-threshold and split-width-threshold.
776
714c3541
MR
7772009-05-10 Martin Rudalics <rudalics@gmx.at>
778
779 * windows.texi (Choosing Window): Fix rewrite of window
780 splitting section.
781
0e90e7be
EZ
7822009-05-09 Eli Zaretskii <eliz@gnu.org>
783
784 * nonascii.texi (Default Coding Systems): Document
785 find-auto-coding, set-auto-coding, and auto-coding-alist. Add
786 indexing.
787 (Lisp and Coding Systems): Add index entries.
788
d3c0c321
MR
7892009-05-09 Martin Rudalics <rudalics@gmx.at>
790
791 * windows.texi (Choosing Window): Describe split-window-sensibly
792 and rewrite section on window splitting accordingly.
793 (Textual Scrolling): Replace `...' by @code{...}.
794
c773345a
CY
7952009-05-04 Chong Yidong <cyd@stupidchicken.com>
796
ee2d5b5e
CY
797 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
798 Remove obsoleted pre-abbrev-expand-hook.
799
800 * locals.texi (Standard Buffer-Local Variables): Consolidate table
801 entries.
802
c773345a
CY
803 * internals.texi (Object Internals): Don't assume 32-bit machines
804 are the norm.
805 (Buffer Internals): Consolidate table entries for readability.
ee2d5b5e
CY
806 (Window Internals): Synch field names to window.h.
807 (Process Internals): Synch field names to process.h.
c773345a 808
dd449674
CY
8092009-04-29 Chong Yidong <cyd@stupidchicken.com>
810
811 * variables.texi (File Local Variables): Note that read-circle is
812 bound to nil when reading file-local variables.
813
814 * streams.texi (Input Functions): Document read-circle.
815 (Output Variables): Add xref to Circular Objects.
816
4f1e25e2
CY
8172009-04-25 Chong Yidong <cyd@stupidchicken.com>
818
819 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
820 Features and Coding System Basics. Node that "p" stands for
821 "predicate". Recommend utf-8-emacs instead of emacs-mule.
822 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
823 mouse-appearance-menu.
824 (Programming Tips): Add xref to Progress.
825
dca019f8
CY
8262009-04-22 Chong Yidong <cyd@stupidchicken.com>
827
828 * os.texi (Command-Line Arguments): Document
829 command-line-args-left.
830 (Suspending Emacs): Adapt text to multi-tty case. Document use of
831 terminal objects for tty arguments.
832 (Startup Summary): Add xref to Session Management.
833 (Session Management): Mention emacs-session-restore. Copyedits.
834
02a89103
CY
8352009-04-20 Chong Yidong <cyd@stupidchicken.com>
836
837 * os.texi (Startup Summary): Copyedits. The init file is not
838 necessarily named .emacs now. Document initial-buffer-choice and
839 initial-scratch-message. Note where Emacs exits in batch mode.
840 Document inhibit-splash-screen as an alias.
841 (Init File): Be neutral about which init file name to use.
842
8432009-04-16 Chong Yidong <cyd@stupidchicken.com>
844
845 * os.texi (System Interface): Fix Texinfo usage.
846
0c1cfe01
CY
8472009-04-15 Chong Yidong <cyd@stupidchicken.com>
848
80d7cdca
CY
849 * searching.texi (Regexp Backslash): Also refer to shy groups as
850 non-capturing or unnumbered groups.
851 (Regexp Functions): Add cross-reference to Regexp Backslash.
852
0c1cfe01
CY
853 * display.texi (Truncation): Overlays can use line-prefix and
854 wrap-prefix too.
855 (Overlay Properties): Document wrap-prefix and line-prefix.
856 (Face Attributes): Document underline-minimum-offset.
857 (Face Remapping): Copyedits.
858 (Low-Level Font): Copyedits.
859 (Image Cache): Note that the image cache is shared between frames.
ed8ab760
CY
860 (Line Height): Emphasize that line-spacing only takes effect on
861 graphical terminals.
0c1cfe01 862
c4adeee0
CY
8632009-04-13 Chong Yidong <cyd@stupidchicken.com>
864
865 * display.texi (Refresh Screen): Note that a passage about screen
866 refreshing is text terminal only.
867 (Forcing Redisplay): Delete misleading comment---sit-for calls
868 redisplay, not the other way around.
869 (Truncation): Note new values of truncate-partial-width-windows.
870 Copyedits.
871 (Invisible Text): Document invisible-p.
872
b20ecfa1
EZ
8732009-04-11 Eli Zaretskii <eliz@gnu.org>
874
875 * display.texi (Overlays): Overlays don't scale well. See
876 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
877
97d8273f
CY
8782009-04-10 Chong Yidong <cyd@stupidchicken.com>
879
f147ff75
CY
880 * syntax.texi (Syntax Table Functions): Document cons cell
881 argument for modify-syntax-entry.
882 (Categories): Document cons cell argument for
883 modify-category-entry.
884
fca4ec76
CY
885 * searching.texi (String Search): Document word-search-forward-lax
886 and word-search-backward-lax.
887 (Searching and Case): Describe isearch behavior more precisely.
888
9c283d5b
CY
889 * keymaps.texi (Tool Bar): Mention that some platforms do not
890 support multi-line toolbars. Suggested by Stephen Eglen.
891
892 * frames.texi (Layout Parameters): Mention that Nextstep also
893 allows only one tool-bar line. Suggested by Stephen Eglen.
894
97d8273f
CY
895 * nonascii.texi (Text Representations): Copyedits.
896 (Coding System Basics): Also mention utf-8-emacs.
897 (Converting Representations, Selecting a Representation)
898 (Scanning Charsets, Translation of Characters, Encoding and I/O):
899 Copyedits.
900 (Character Codes): Mention role of codepoints 1114112 to 4194175.
901
2bad3299
CY
9022009-04-09 Chong Yidong <cyd@stupidchicken.com>
903
904 * text.texi (Yank Commands): Note that yank uses push-mark.
905 (Filling): Clarify REGION argument of fill-paragraph. Document
906 fill-forward-paragraph-function.
907 (Special Properties): Remove "new in Emacs 22" declaration.
908 (Clickable Text): Merge with Links and Mouse-1 node.
909
910 * display.texi (Button Properties, Button Buffer Commands): Change
911 xref to Clickable Text.
912
913 * tips.texi (Key Binding Conventions): Change xref to Clickable
914 Text.
915
916 * elisp.texi (Top): Update node listing.
917
ea30ce4f
CY
9182009-04-05 Chong Yidong <cyd@stupidchicken.com>
919
47af2f4b
CY
920 * markers.texi (The Mark): Copyedits. Improve description of
921 handle-shift-selection.
922 (The Region): Move use-region-p here from The Mark.
923
ea30ce4f
CY
924 * positions.texi (Screen Lines): Document (cols . lines) argument
925 for vertical-motion.
926
2aa8ea6e
CY
9272009-04-04 Chong Yidong <cyd@stupidchicken.com>
928
3ec61d4e
CY
929 * frames.texi (Frames): Clean up introduction. Document `ns'
930 return value for framep.
931 (Creating Frames): Note how the terminal is chosen.
932 (Multiple Terminals, Multiple Displays): Merge into a single node.
933 (Color Parameters): Fix typo.
934
935 * variables.texi (Local Variables, Buffer-Local Variables)
936 (Creating Buffer-Local): Change link to Multiple Terminals.
937
938 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
939
940 * keymaps.texi (Controlling Active Maps): Change link to Multiple
941 Terminals.
942
943 * commands.texi (Command Loop Info, Keyboard Macros): Change link
944 to Multiple Terminals.
945
946 * elisp.texi (Top): Update node listing.
947 * vol2.texi (Top): Update node listing.
948 * vol1.texi (Top): Update node listing.
949
9257072f
CY
950 * buffers.texi (Current Buffer): Note that the append-to-buffer
951 example is no longer in synch with the latest code. Tie the two
952 examples together.
953
2aa8ea6e
CY
954 * files.texi (File Attributes): Move note about MS-DOS from
955 Changing Files to File Attributes.
956 (Create/Delete Dirs): Note that mkdir is an alias for this.
957
22e74b17
CY
9582009-04-01 Markus Triska <triska@gmx.at>
959
960 * processes.texi (Filter Functions): Suggest how to handle output
961 batches.
962
4bbe48ec
CY
9632009-03-30 Chong Yidong <cyd@stupidchicken.com>
964
965 * help.texi (Accessing Documentation): Update example to use
966 help-setup-xref and with-help-window.
967 (Help Functions): Remove print-help-return-message, which is
968 semi-obsolete due to with-help-window. Document help-buffer and
969 help-setup-xref.
970
b9723f39
CY
9712009-03-29 Chong Yidong <cyd@stupidchicken.com>
972
87f649f6
CY
973 * help.texi (Accessing Documentation, Help Functions): Remove
974 information about long-obsolete Emacs versions.
9eb52e90 975
b9723f39
CY
976 * modes.texi (Mode Line Variables): The default values of the mode
977 line variables are now more complicated.
978
b0cc32db
CY
9792009-03-28 Chong Yidong <cyd@stupidchicken.com>
980
3c25a5a9
CY
981 * modes.texi (Major Mode Conventions): Note that specialness is
982 inherited.
31c9eebb
CY
983 (Derived Modes): Note that define-derive-mode sets the mode-class
984 property.
3c25a5a9 985
b0cc32db
CY
986 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
987 goto-map. Add search-map to the list.
988
c5e0006d
EZ
9892009-03-27 Eli Zaretskii <eliz@gnu.org>
990
1213465a
EZ
991 * os.texi (System Environment): Update the list of system-type
992 values.
993
c5e0006d
EZ
994 * markers.texi (The Mark) <handle-shift-selection>: Update for
995 removal of the optional argument DEACTIVATE.
996
48bab3d6
CY
9972009-03-25 Chong Yidong <cyd@stupidchicken.com>
998
999 * commands.texi (Focus Events): Most X window managers don't use
1000 focus-follows-mouse nowadays.
1001
6e4ff1b6
CY
10022009-03-24 Chong Yidong <cyd@stupidchicken.com>
1003
1004 * commands.texi (Defining Commands): Clarify introduction.
1005 (Using Interactive): Not that interactive can be put in a symbol
1006 property.
1007 (Interactive Call): Note that a symbol with a non-nil
1008 interactive-form property satisfies commandp.
1009
11625308
JB
10102009-03-23 Juanma Barranquero <lekktu@gmail.com>
1011
1012 * minibuf.texi (Intro to Minibuffers): Fix typos.
1013
7b34420d
CY
10142009-03-23 Chong Yidong <cyd@stupidchicken.com>
1015
1016 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
1017 about minibuffers in old Emacs versions. Copyedits. Emphasize
1018 that enable-recursive-minibuffers defaults to nil.
1019 (Text from Minibuffer): Simplify introduction.
1020
f9257eed
AM
10212009-03-22 Alan Mackenzie <acm@muc.de>
1022
1023 * commands.texi (Using Interactive): Clarify string argument to
1024 `interactive' - even promptless elements need \n separators.
1025
f639ba70
CY
10262009-03-18 Chong Yidong <cyd@stupidchicken.com>
1027
1028 * minibuf.texi (Completion Styles): New node.
1029
1030 * elisp.texi (Top): Update node listing.
1031
d897e8ee
CY
10322009-03-17 Chong Yidong <cyd@stupidchicken.com>
1033
1034 * minibuf.texi (Basic Completion): Note that
1035 read-file-name-completion-ignore-case and
1036 read-buffer-completion-ignore-case can override
1037 completion-ignore-case.
1038 (Minibuffer Completion): Document completing-read changes.
1039 (Completion Commands): Avoid mentioning partial completion mode.
1040 Document minibuffer-completion-confirm changes, and
1041 minibuffer-confirm-exit-commands.
1042 (High-Level Completion): Document new require-match behavior for
1043 read-buffer. Document read-buffer-completion-ignore-case.
1044 (Reading File Names): Document new require-match behavior for
1045 read-file-name.
1046
b1f23349
CY
10472009-03-14 Chong Yidong <cyd@stupidchicken.com>
1048
1049 * debugging.texi (Error Debugging): Don't mislead the reader into
1050 thinking that debug-on-error enters debugger for C-f at EOB.
1051 (Error Debugging): Setting debug-on-init within the init file
1052 works, and has for some time.
1053
d6eb4e25
KH
10542009-03-13 Kenichi Handa <handa@m17n.org>
1055
1056 * display.texi (Fontsets): Update the description.
1057
1cf53dc5
CY
10582009-03-13 Chong Yidong <cyd@stupidchicken.com>
1059
1060 * advice.texi (Advising Primitives): Link to What Is a Function.
1061
81f919fc
CY
10622009-03-12 Chong Yidong <cyd@stupidchicken.com>
1063
cf4229eb
CY
1064 * compile.texi (Speed of Byte-Code): Update example.
1065 (Disassembly): Update examples.
1066
81f919fc 1067 * loading.texi (Repeated Loading): Simplify examples.
f2bbc08c
CY
1068
1069 * customize.texi (Common Keywords): It's not necessary to use :tag
1070 to remove hyphens, as custom-unlispify-tag-name does it
1071 automatically.
1072 (Variable Definitions): Link to File Local Variables. Document
1073 customized-value symbol property.
1074 (Customization Types): Move menu to end of node.
1075
955964d7
CY
10762009-03-10 Chong Yidong <cyd@stupidchicken.com>
1077
1078 * macros.texi (Compiling Macros): Omit misleading sentence, which
1079 implied that macros can only be used in the same file they are
1080 defined.
1081 (Backquote): Remove obsolete information about Emacs 19.
1082
d25ed7db
GM
10832009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
1084
1085 * display.texi (Display Margins): Fix paren typo.
1086
d55f6ca5
CY
10872009-02-27 Chong Yidong <cyd@stupidchicken.com>
1088
f0e57ed8
CY
1089 * elisp.texi (Top): Update node listing.
1090
1091 * variables.texi (Variables): Clarify introduction.
1092 (Global Variables): Mention that setq is a special form.
1093 (Local Variables): Use active voice.
1094 (Tips for Defining): Mention marking variables as safe.
1095 (Buffer-Local Variables): Mention terminal-local and frame-local
1096 variables together.
1097 (File Local Variables): Copyedits.
1098 (Frame-Local Variables): Note that they are not really useful.
1099 (Future Local Variables): Node deleted.
1100
d55f6ca5
CY
1101 * objects.texi (General Escape Syntax): Update explanation of
1102 unicode escape syntax.
1103
ca8f09a8
CY
11042009-02-23 Chong Yidong <cyd@stupidchicken.com>
1105
1106 * control.texi (Control Structures): Add cindex entry for "textual
1107 order".
1108
1109 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
1110 instead of "expression" throughout.
1111 (Function Indirection): Copyedits. Use active voice.
1112 (Eval): The default value of max-lisp-eval-depth is now 400.
1113
a20878b6
MB
11142009-02-23 Miles Bader <miles@gnu.org>
1115
1116 * processes.texi (System Processes): Rename `system-process-attributes'
1117 to `process-attributes'.
1118
61f66044
CY
11192009-02-22 Chong Yidong <cyd@stupidchicken.com>
1120
1b80d1f3
CY
1121 * symbols.texi (Property Lists): Emphasize that property lists are
1122 not restricted to symbol cells.
1123 (Other Plists): Copyedit.
1124
61f66044
CY
1125 * sequences.texi (Sequences Arrays Vectors): Make introduction
1126 more concise.
1127 (Arrays): Mention char-tables and bool-vectors too.
1128 (Vectors): Don't repeat information given in Arrays node. Link to
1129 nodes that explain the vector usage examples.
1130 (Char-Tables): Note that char-table elements can have arbitrary
1131 type. Explain effect of omitted char-table-extra-slots property.
8a63cf41 1132 Link to Property Lists node.
61f66044 1133
9403944b
CY
11342009-02-22 Chong Yidong <cyd@stupidchicken.com>
1135
1136 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
1137 `append'.
4068c7b4 1138 (List Elements): Copyedits.
9403944b
CY
1139
1140 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
1141 of `vconcat'.
1142
1143 * strings.texi (Creating Strings): Copyedits. Remove obsolete
1144 Emacs 20 usage of `concat'.
1145 (Case Conversion): Copyedits.
1146
b87a185f
CY
11472009-02-21 Chong Yidong <cyd@stupidchicken.com>
1148
1149 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
1150 Minor edits.
1151 (Frame Configuration Type): Emphasize that it is not primitive.
1152 (Font Type): New node.
1153 (Type Predicates): Add fontp; type-of now recognizes font object
1154 types.
1155
1156 * intro.texi (Version Info): Update version numbers in examples.
1157 (Acknowledgements): List more contributors.
1158
1159 * elisp.texi: Bump version number to 3.0.
1160 (Top): Link to Font Type node.
1161
867d4bb3
JB
11622009-02-20 Juanma Barranquero <lekktu@gmail.com>
1163
1164 * modes.texi (Major Mode Conventions): Remove duplicate words.
1165 (Customizing Keywords): Fix typo.
1166
77730170
EZ
11672009-02-14 Eli Zaretskii <eliz@gnu.org>
1168
1169 * nonascii.texi (User-Chosen Coding Systems): Document that
1170 select-safe-coding-system suggests raw-text if there are raw bytes
1171 in the region.
1172 (Explicit Encoding): Warn not to use `undecided' when encoding.
1173
c8736212
GM
11742009-02-11 Glenn Morris <rgm@gnu.org>
1175
1176 * frames.texi (Visibility of Frames): Mention the effect multiple
1177 workspaces/desktops can have on visibility.
1178
ab992d66
EZ
11792009-02-07 Eli Zaretskii <eliz@gnu.org>
1180
c8736212
GM
1181 * text.texi (Commands for Insertion):
1182 * commands.texi (Event Mod):
1183 * keymaps.texi (Searching Keymaps):
ab992d66
EZ
1184 * nonascii.texi (Translation of Characters): Reinstate
1185 documentation of translation-table-for-input.
7d2a859f
EZ
1186 (Explicit Encoding): Document the `charset' text property produced
1187 by decode-coding-region and decode-coding-string.
ab992d66 1188
e651a255
AM
11892009-01-27 Alan Mackenzie <acm@muc.de>
1190
1191 * modes.texi (Search-based Fontification): Correct a typo.
1192
bc5cde4b
JB
11932009-01-25 Juanma Barranquero <lekktu@gmail.com>
1194
1195 * abbrevs.texi (Abbrev Table Properties): Fix typo.
1196 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
1197
3533155b
EZ
11982009-01-24 Eli Zaretskii <eliz@gnu.org>
1199
f721deda
EZ
1200 * display.texi (Window Systems): Document the value of
1201 `initial-window-system' under --daemon.
1202
3533155b
EZ
1203 * os.texi (System Environment): Remove description of the
1204 `environment' function which has been deleted.
1205
f79b43b2
DN
12062009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
1207
1208 * frames.texi (Multiple Displays): Remove documentation for
1209 removed function make-frame-on-tty.
1210
e3aa6669
CY
12112009-01-22 Chong Yidong <cyd@stupidchicken.com>
1212
1213 * files.texi (Format Conversion Piecemeal): Clarify behavior of
1214 write-region-annotate-functions. Document
1215 write-region-post-annotation-function.
1216
fb13a416
CY
12172009-01-19 Chong Yidong <cyd@stupidchicken.com>
1218
1219 * display.texi (Font Lookup): Document WIDTH argument of
1220 x-list-fonts.
1221
02eccf6b
EZ
12222009-01-17 Eli Zaretskii <eliz@gnu.org>
1223
ead3f58d
EZ
1224 * maps.texi (Standard Keymaps): Rename function-key-map to
1225 local-function-key-map.
1226
1227 * keymaps.texi (Translation Keymaps): Rename function-key-map to
1228 local-function-key-map.
1229
1230 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
1231 and `set-keyboard-coding-system' now accept an optional terminal
1232 argument.
1233
1234 * commands.texi (Event Mod): `keyboard-translate-table' is now
1235 terminal-local.
1236 (Function Keys): Rename function-key-map to
1237 local-function-key-map.
1238
df05a163
EZ
1239 * elisp.texi (Top): Make @detailmenu be consistent with changes in
1240 frames.texi.
1241
0ed8034e 1242 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
490f1197
EZ
1243 `delete-terminal-functions', `suspend-tty-functions' and
1244 `resume-tty-functions'.
0ed8034e
EZ
1245
1246 * frames.texi (Frames): Document `frame-terminal' and
1247 `terminal-live-p'.
1248 (Multiple Displays): Document `make-frame-on-tty'.
1249 (Multiple Terminals): Document `terminal-list', `delete-terminal',
1250 `terminal-name', and `get-device-terminal'.
490f1197
EZ
1251 (Terminal Parameters): Document `terminal-parameters',
1252 `terminal-parameter', and `set-terminal-parameter'.
0ed8034e
EZ
1253
1254 * os.texi (System Environment): Document `environment' and
1255 `initial-environment'.
490f1197
EZ
1256 (Suspending Emacs): Update for multi-tty; document
1257 `suspend-tty', `resume-tty', and `controlling-tty-p'.
0ed8034e 1258
02eccf6b
EZ
1259 * nonascii.texi (Coding System Basics): More accurate description
1260 of `raw-text'.
1261
f19fea97
JB
12622009-01-12 Juanma Barranquero <lekktu@gmail.com>
1263
1264 * display.texi (Low-Level Font): Fix typo.
1265
16fa292f
CY
12662009-01-10 Chong Yidong <cyd@stupidchicken.com>
1267
1268 * elisp.texi (Top): Update node listing.
1269
1270 * display.texi (PostScript Images): Node deleted.
1271
0b4faef3
EZ
12722009-01-10 Eli Zaretskii <eliz@gnu.org>
1273
3355f04d
EZ
1274 * processes.texi (Decoding Output): Document that null bytes force
1275 no-conversion for reading process output.
1276
1277 * files.texi (Reading from Files): Document that null bytes force
1278 no-conversion when visiting files.
1279
11625308 1280 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
538395d9 1281
0b4faef3
EZ
1282 * nonascii.texi (Lisp and Coding Systems): Document
1283 inhibit-null-byte-detection and inhibit-iso-escape-detection.
c06ea95e 1284 (Character Properties): Improve wording.
0b4faef3 1285
ce9cf065
CY
12862009-01-09 Chong Yidong <cyd@stupidchicken.com>
1287
1288 * display.texi (Font Lookup): Remove obsolete function
1289 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
1290 (Low-Level Font): Rename from Fonts, move to end of Faces section.
1291 (Font Selection): Reorder order of variable descriptions. Minor
1292 clarifications.
1293
1294 * elisp.texi (Top): Update node listing.
1295
ab756fb3
GM
12962009-01-09 Glenn Morris <rgm@gnu.org>
1297
1298 * commands.texi (Command Loop Info): Say that last-command-char and
1299 last-input-char are obsolete aliases.
1300
1301 * edebug.texi (Edebug Recursive Edit): Remove separate references to
1302 last-input-char and last-command-char, since they are just aliases for
1303 last-input-event and last-command-event.
1304
1305 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
1306 last-command-char.
1307
6b2b8ab1
CY
13082009-01-08 Chong Yidong <cyd@stupidchicken.com>
1309
1310 * elisp.texi: Update node listing.
1311
1312 * display.texi (Faces): Put Font Selection node after Auto Faces.
1313 (Face Attributes): Don't link to Font Lookup. Document
1314 font-family-list.
1315 (Fonts): New node.
1316
3568e767
JR
13172009-01-08 Jason Rumney <jasonr@gnu.org>
1318
1319 * frames.texi (Pointer Shape): Clarify that only X supports
5ce6e4f4 1320 changing the standard pointer shapes. (Bug#1485)
3568e767 1321
6221c8db
CY
13222009-01-08 Chong Yidong <cyd@stupidchicken.com>
1323
1324 * display.texi (Attribute Functions): Note that a function value
1325 :height is relative, and that compatibility functions work by
1326 calling set-face-attribute.
1327 (Displaying Faces): Reorder list in order of increasing priority.
1328 (Face Remapping): New node. Content moved here from Displaying
1329 Faces.
1330 (Glyphs): Link to Face Functions.
1331
e3d3799a
CY
13322009-01-08 Chong Yidong <cyd@stupidchicken.com>
1333
1334 * display.texi (Faces): Don't discuss face id here. facep does
1335 not return t.
1336 (Defining Faces): Minor clarification.
1337 (Face Attributes): Rearrange items to match docstring of
1338 set-face-attribute. Add :foundry attribute. Document new role of
1339 :font attribute. Texinfo usage fix.
1340 (Attribute Functions): Copyedits.
1341 (Face Functions): Note that face number is seldom used.
1342
638a2457
RS
13432009-01-05 Richard M Stallman <rms@gnu.org>
1344
1345 * strings.texi (Predicates for Strings): Minor clarification.
1346
1347 * functions.texi (Function Safety): Texinfo usage fix.
1348
49ea0074
JB
13492009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny patch)
1350
1351 * objects.texi (General Escape Syntax): Fix typo.
1352
9f822178
MR
13532009-01-03 Martin Rudalics <rudalics@gmx.at>
1354
1355 * windows.texi (Choosing Window): Say that pop-up-frame-alist
1356 works via the default value of pop-up-frame-function.
1357
af34ad36
EZ
13582009-01-02 Eli Zaretskii <eliz@gnu.org>
1359
1360 * processes.texi (System Processes): Document the `time' and
1361 `ctime' attributes of `system-process-attributes'.
1362
d31f6679
CY
13632009-01-01 Chong Yidong <cyd@stupidchicken.com>
1364
1365 * display.texi (Face Attributes): Clarify :height attribute.
1366
174dc00c
MR
13672008-12-31 Martin Rudalics <rudalics@gmx.at>
1368
1369 * buffers.texi (The Buffer List): Clarify what moves a buffer to
1370 the front of the buffer list. Add entries for `last-buffer' and
1371 `unbury-buffer'.
1372
b8afe7e4
EZ
13732008-12-27 Eli Zaretskii <eliz@gnu.org>
1374
d14030f5
EZ
1375 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
1376 and its subsections.
1377
1378 * frames.texi (Multiple Terminals, Low-level Terminal)
1379 (Terminal Parameters, Frames on Other TTY devices): New sections.
1380 (Frames): Add an xref to "Multiple Terminals".
1381
765980a4
EZ
1382 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
1383
1384 * objects.texi (Terminal Type): New node.
1385 (Editing Types): Add it to the menu.
1386
47bd5577
EZ
1387 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
1388 Variables".
1389
eb22b78c 1390 * variables.texi (Directory Local Variables): New node.
47bd5577 1391 (Variables): Add a menu item for it.
eb22b78c 1392
b8afe7e4
EZ
1393 * loading.texi (Autoload): Document `generate-autoload-cookie' and
1394 `generated-autoload-file'.
1395
77bb0476
EZ
13962008-12-20 Eli Zaretskii <eliz@gnu.org>
1397
028e2c19
EZ
1398 * os.texi (Startup Summary): Add xref to documentation of
1399 `initial-window-system'.
1400
77bb0476
EZ
1401 * display.texi (Window Systems): Document `window-system' the
1402 function. The variable `window-system' is now frame-local.
028e2c19 1403 Document `initial-window-system'.
77bb0476 1404
dda87836
MR
14052008-12-19 Martin Rudalics <rudalics@gmx.at>
1406
1407 * windows.texi (Windows): Rewrite description of
1408 fit-window-to-buffer.
1409
caef3ed2
GM
14102008-12-13 Glenn Morris <rgm@gnu.org>
1411
1412 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
1413 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
1414
21c58e4d
GM
14152008-12-12 Glenn Morris <rgm@gnu.org>
1416
1417 * debugging.texi (Error Debugging): Refer forwards to
1418 eval-expression-debug-on-error.
1419
af38459f
EZ
14202008-12-05 Eli Zaretskii <eliz@gnu.org>
1421
5dedd9b5
EZ
1422 * strings.texi (String Basics): Only unibyte strings that
1423 represent key sequences hold 8-bit raw bytes.
1424
af38459f
EZ
1425 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
1426 paragraph to speak about `undecided'.
1427 (Character Properties): Don't explain the meaning of each
1428 property; instead, identify their Unicode Standard names.
b3f1f4a5 1429 (Character Sets): Document `map-charset-chars'.
af38459f 1430
fa047ae7
GM
14312008-12-02 Glenn Morris <rgm@gnu.org>
1432
1433 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
1434 section yet again.
1435
47dbc044
EZ
14362008-11-29 Eli Zaretskii <eliz@gnu.org>
1437
98d05998
EZ
1438 * nonascii.texi (Character Properties): New Section.
1439 (Specifying Coding Systems): Document
1440 `coding-system-priority-list', `set-coding-system-priority', and
1441 `with-coding-priority'.
1442 (Lisp and Coding Systems): Document `check-coding-systems-region'
1443 and `coding-system-charset-list'.
1444 (Coding System Basics): Document `coding-system-aliases'.
1445
1446 * elisp.texi (Top): Add a @detailmenu entry for "Character
1447 Properties".
1448
47dbc044
EZ
1449 * objects.texi (Character Type): Correct the range of Emacs
1450 characters. Add an @xref to "Character Codes".
1451
1452 * strings.texi (String Basics): Add an @xref to "Character Codes".
1453
1454 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
1455
1456 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
1457 (Character Codes): Document `max-char'.
1458
8b80cdf5
EZ
14592008-11-28 Eli Zaretskii <eliz@gnu.org>
1460
1461 * nonascii.texi (Text Representations, Converting Representations)
1462 (Character Sets, Scanning Charsets, Translation of Characters):
1463 Make text more accurate.
1464
a99dceba
GM
14652008-11-28 Glenn Morris <rgm@gnu.org>
1466
1467 * files.texi (Format Conversion Round-Trip): Improve previous change.
1468
f6dc3bed
CY
14692008-11-26 Chong Yidong <cyd@stupidchicken.com>
1470
1471 * modes.texi (Auto Major Mode): Fix example.
1472
5da9413d
GM
14732008-11-25 Glenn Morris <rgm@gnu.org>
1474
1475 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
1476
1477 * files.texi (Format Conversion Round-Trip):
1478 Use active voice for previous change.
1479
fcca848c
CY
14802008-11-25 Chong Yidong <cyd@stupidchicken.com>
1481
1482 * os.texi (Processor Run Time):
1483 * processes.texi (Transaction Queues):
1484 * markers.texi (The Mark):
1485 * windows.texi (Choosing Window, Selecting Windows):
1486 * files.texi (Changing Files, Magic File Names):
1487 * commands.texi (Key Sequence Input):
1488 * functions.texi (Declaring Functions):
1489 * strings.texi (Predicates for Strings):
1490 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
1491
36c8dc54
CY
14922008-11-24 Chong Yidong <cyd@stupidchicken.com>
1493
1494 * help.texi (Accessing Documentation): Update example.
1495
1496 * variables.texi (Defining Variables): Note that `*' is not
1497 necessary if defcustom is used.
1498
2a79b242
EZ
14992008-11-22 Eli Zaretskii <eliz@gnu.org>
1500
1501 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
1502 Characters" from @detailmenu.
1503
1504 * nonascii.texi (Character Codes, Character Sets)
1505 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
1506 (Chars and Bytes, Splitting Characters): Sections removed.
1507
392f0d26
LK
15082008-11-22 Lute Kamstra <lute@gnu.org>
1509
1510 * positions.texi (Text Lines): Update goto-line documentation.
1511
af1a5cd5
MR
15122008-11-21 Martin Rudalics <rudalics@gmx.at>
1513
6a4cfb0c
MR
1514 * frames.texi (Frames): Fix typo, add cross references, reword.
1515 (Initial Parameters): Reword special-display-frame-alist text.
1516 (Frames and Windows): Reword. Describe argument norecord for
1517 set-frame-selected-window.
1518 (Input Focus): Describe argument norecord for select-frame.
1519 Remove comment on MS-Windows behavior for focus-follows-mouse.
1520 (Raising and Lowering): Mention windows-frames dichotomy in
1521 metaphor.
1522
af1a5cd5
MR
1523 * windows.texi (Displaying Buffers, Vertical Scrolling)
1524 (Horizontal Scrolling): Fix indenting and rewording issues
1525 introduced with 2008-11-07 change.
1526
c249fa9c
GM
15272008-11-20 Glenn Morris <rgm@gnu.org>
1528
1529 * files.texi (Format Conversion Round-Trip): Mention `preserve'
1530 element of `format-alist'.
1531
204d4665
GM
15322008-11-19 Glenn Morris <rgm@gnu.org>
1533
1534 * doclicense.texi: Update to FDL 1.3.
1535 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
1536
cc0910af
CY
15372008-11-18 Chong Yidong <cyd@stupidchicken.com>
1538
efe6e7c4
CY
1539 * windows.texi (Window Hooks): Remove *-end-trigger-functions
1540 vars, which are obsolete. Mention jit-lock-register.
1541
1542 * modes.texi (Other Font Lock Variables): Document
1543 jit-lock-register and jit-lock-unregister.
1544
cc0910af
CY
1545 * frames.texi (Color Parameters): Document alpha parameter.
1546
aeeedf76
MR
15472008-11-16 Martin Rudalics <rudalics@gmx.at>
1548
1549 * windows.texi (Splitting Windows, Deleting Windows)
1550 (Selecting Windows, Cyclic Window Ordering)
1551 (Buffers and Windows, Displaying Buffers, Choosing Window)
1552 (Dedicated Windows, Window Point, Window Start and End)
1553 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
1554 (Size of Window, Resizing Windows, Window Configurations)
1555 (Window Parameters): Avoid @var at beginning of sentences and
1556 reword accordingly.
1557
4c565c5c
LK
15582008-11-11 Lute Kamstra <lute@gnu.org>
1559
1560 * files.texi (File Name Components): Fix file-name-extension
1561 documentation.
1562
25f494c9
JB
15632008-11-11 Juanma Barranquero <lekktu@gmail.com>
1564
1565 * frames.texi (Basic Parameters): Remove display-environment-variable
1566 and term-environment-variable.
1567
a1401ab1
EZ
15682008-11-08 Eli Zaretskii <eliz@gnu.org>
1569
1570 * windows.texi (Basic Windows, Splitting Windows)
1571 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
1572 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
25f494c9
JB
1573 (Resizing Windows, Window Configurations, Window Parameters):
1574 Fix wording and markup.
a1401ab1 1575
efafc282
MR
15762008-11-07 Martin Rudalics <rudalics@gmx.at>
1577
1578 * windows.texi (Windows): Update entries.
1579 (Basic Windows): Remove listing of attributes. Reword.
86ab855a 1580 (Splitting Windows, Deleting Windows): Reword.
efafc282
MR
1581 (Selecting Windows, Cyclic Window Ordering): Reword with special
1582 emphasis on order of recently selected windows and buffer list.
86ab855a
MR
1583 (Buffers and Windows, Choosing Window): Reword with special
1584 emphasis on dedicated windows.
1585 (Displaying Buffers): Reword. For switch-to-buffer mention that
1586 it may fall back on pop-to-buffer. For other-window try to
1587 explain how it treats the cyclic ordering of windows.
efafc282
MR
1588 (Dedicated Windows): New node and section discussing dedicated
1589 windows and associated functions.
86ab855a 1590 (Window Point): Add entry for window-point-insertion-type. Reword.
efafc282
MR
1591 (Window Start and End): Rename node and section title. Reword.
1592 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
1593 Minor rewording.
1594 (Size of Window): Reword, in particular text on window-width.
1595 (Resizing Windows): Reword. Add text on balancing windows.
1596 (Window Configurations): Reword. Mention window parameters.
1597 (Window Parameters): New node and section on window parameters.
1598 (Window Hooks): Reword. Mention that
1599 window-configuration-change-hook is run "buffer-locally".
1600 * elisp.texi (Top): Update Windows entries in @detailmenu
1601 section.
1602
d60a8ab2
JB
16032008-11-04 Juanma Barranquero <lekktu@gmail.com>
1604
1605 * searching.texi (Regexp Search): Fix typo.
1606
01777627
CY
16072008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
1608
1609 * searching.texi (Regexp Search): Document GREEDY arg.
1610 (Simple Match Data): Fix return value.
1611
c4526e93
EZ
16122008-11-01 Eli Zaretskii <eliz@gnu.org>
1613
1614 * nonascii.texi (Text Representations): Rewrite to make consistent
1615 with Emacs 23 internal representation of characters. Document
1616 `unibyte-string'.
1617
fe2ae8b5
CY
16182008-10-28 Chong Yidong <cyd@stupidchicken.com>
1619
1620 * processes.texi (Process Information): Note that process-status
1621 does not accept buffer names.
1622
cc5a21e3
CY
16232008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
1624
1625 * positions.texi (Skipping Characters): Correct return value of
1626 skip-chars-forward.
1627
09460d9a
MR
16282008-10-25 Martin Rudalics <rudalics@gmx.at>
1629
520b29e7
MR
1630 * windows.texi (Deleting Windows): Update documentation of
1631 delete-windows-on.
1632 (Buffers and Windows): Update documentations of
1633 get-buffer-window and get-buffer-window-list.
1634 (Displaying Buffers): Update documentation of
1635 replace-buffer-in-windows.
1636
09460d9a
MR
1637 * buffers.texi (Current Buffer): Reword set-buffer and
1638 with-current-buffer documentations.
1639 (Creating Buffers): Reword documentation of get-buffer-create.
1640
4d48fcdc
MR
16412008-10-23 Martin Rudalics <rudalics@gmx.at>
1642
1643 * buffers.texi (Current Buffer): Reword documentation of
1644 set-buffer.
1645 (Buffer Names): Reword documentation of buffer-name.
1646 (The Buffer List): For bury-buffer explain what happens with the
1647 buffer's window.
1648 (Creating Buffers): Say that get-buffer-create's arg is called
1649 buffer-or-name.
1650
f0143c43
CY
16512008-10-22 Chong Yidong <cyd@stupidchicken.com>
1652
3e5dbbd3
CY
1653 * advice.texi (Computed Advice): Explain what DEFINITION is.
1654
f0143c43
CY
1655 * nonascii.texi (Character Codes): Remove obsolete function
1656 char-valid-p, and document characterp instead.
1657
52a94b85
MR
16582008-10-22 Martin Rudalics <rudalics@gmx.at>
1659
1660 * windows.texi (Displaying Buffers): Reword documentation of
1661 pop-to-buffer.
1662 (Choosing Window): Rewrite documentation of display-buffer and
1663 its options.
1664
f76f8246
MR
1665 * buffers.texi (Killing Buffers): Update documentation of
1666 kill-buffer.
1667
acc8b598
EZ
16682008-10-21 Eli Zaretskii <eliz@gnu.org>
1669
80e6b6df
EZ
1670 * processes.texi (Serial Ports): Fix wording and improve markup.
1671
3645358a
EZ
1672 * searching.texi (Regexp Search): Document `string-match-p' and
1673 `looking-at-p'.
1674 (POSIX Regexps): Add an xref for "non-greedy".
1675 (Regexp Special): Add @cindex entry for "non-greedy".
1676
b3d50cff 1677 * display.texi (Attribute Functions): Document `face-all-attributes'.
bf190568 1678 (Image Cache) <image-refresh>: Minor wording fixes.
b3d50cff 1679
73b7530a
EZ
1680 * frames.texi (Color Names): Add an xref to `read-color'.
1681
1682 * minibuf.texi (High-Level Completion): Document `read-color'.
1683
acc8b598
EZ
1684 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
1685
1686 * positions.texi (Narrowing): Add an xref to "Swapping Text".
1687
1688 * buffers.texi (Swapping Text): New section, documents
1689 `buffer-swap-text'.
1690
10e187e8
MR
16912008-10-21 Martin Rudalics <rudalics@gmx.at>
1692
1693 * windows.texi (Resizing Windows): Minor wording fix.
1694
fd6f900c
EZ
16952008-10-20 Eli Zaretskii <eliz@gnu.org>
1696
1697 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
1698 and `combine-and-quote-strings'.
1699
1700 * strings.texi (Creating Strings): Add xrefs for them.
1701
e4372165
EZ
17022008-10-19 Eli Zaretskii <eliz@gnu.org>
1703
d6328fba
EZ
1704 * elisp.texi (Top): Make descriptive text for "Reading File Names"
1705 match the corresponding menu in minibuf.texi.
1706
e4372165
EZ
1707 * minibuf.texi (Reading File Names): Document `read-shell-command'
1708 and `minibuffer-local-shell-command-map'.
1709
5d8dda33
MR
17102008-10-19 Martin Rudalics <rudalics@gmx.at>
1711
1712 * windows.texi (Resizing Windows): Remove var{} around "window" in
1713 documentation of enlarge-window.
1714 Rewrite documentation of window-min-height and window-min-width.
1715
437706cd
EZ
17162008-10-19 Eli Zaretskii <eliz@gnu.org>
1717
80f85d7c
EZ
1718 * functions.texi (Calling Functions): Document `apply-partially'.
1719
291703b5
EZ
1720 * hooks.texi (Standard Hooks): Mention
1721 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
1722
1723 * variables.texi (File Local Variables): Document
1724 `file-local-variables-alist', `before-hack-local-variables-hook'
1725 and `hack-local-variables-hook'.
1726
583d8b3c
EZ
1727 * processes.texi (Synchronous Processes): Document `process-lines'.
1728
437706cd 1729 * customize.texi (Variable Definitions): Document
583d8b3c 1730 `custom-reevaluate-setting'.
437706cd 1731
7e51d89b
MR
17322008-10-18 Martin Rudalics <rudalics@gmx.at>
1733
1734 * windows.texi (Choosing Window, Deleting Windows)
1735 (Displaying Buffers): Expand documentation of dedicated windows.
1736
43c59a3d
EZ
17372008-10-18 Eli Zaretskii <eliz@gnu.org>
1738
018a960d
EZ
1739 * files.texi (Changing Files): Document symbolic input of file
1740 modes to `set-file-modes'. Document `read-file-modes' and
1741 `file-modes-symbolic-to-number'.
1742
2c0b8144
EZ
1743 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
1744 and `search-map'.
1745
80120f13
EZ
1746 * searching.texi (Search and Replace): Document
1747 `replace-search-function' and `replace-re-search-function'.
2c0b8144 1748 Document `multi-query-replace-map'.
80120f13 1749
6d4913f0
EZ
1750 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
1751 (Completion Commands, Reading File Names): Rename
1752 `minibuffer-local-must-match-filename-map' to
1753 `minibuffer-local-filename-must-match-map'.
1754 (Minibuffer Completion): The `require-match' argument to
1755 `completing-read' can now have the value `confirm-only'.
1756
43c59a3d
EZ
1757 * windows.texi (Displaying Buffers): Minor wording fix.
1758 (Choosing Window): `split-height-threshold' can now be nil.
1759 Document `split-width-threshold'. `pop-up-frames' can have the
1760 value `graphic-only'.
1761
f36acfd9
EZ
17622008-10-17 Eli Zaretskii <eliz@gnu.org>
1763
1764 * os.texi (Startup Summary): Document `before-init-time' and
1765 `after-init-time'. Document `initial-window-system' and
1766 `window-system-initialization-alist'. Document reading the
1767 abbrevs file. Document the call to `server-start' under --daemon.
1768 Rearrange a bit to be consistent with the code flow.
53728487
EZ
1769 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
1770 (Time Parsing): Document `format-seconds'.
f36acfd9 1771
96995b89
MR
17722008-10-17 Martin Rudalics <rudalics@gmx.at>
1773
1774 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
1775 and reword.
1776
2de17c73
EZ
17772008-10-16 Eli Zaretskii <eliz@gnu.org>
1778
1779 * markers.texi (The Mark): Document use-region-p.
1780
9cf52b11
EZ
17812008-10-15 Eli Zaretskii <eliz@gnu.org>
1782
c3aaf1d7
EZ
1783 * internals.texi (Writing Emacs Primitives): The interactive spec
1784 of a primitive can be a Lisp form.
1785
841a1743
EZ
1786 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
1787 values of transient-mark-mode. Document handle-shift-selection.
1788
1789 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
1790 (Interactive Examples): Show an example of `^'.
1791 (Key Sequence Input): Document this-command-keys-shift-translated.
c3aaf1d7
EZ
1792 (Defining Commands, Using Interactive): The interactive-form of a
1793 function can be added via its symbol's property.
841a1743 1794
52441368
EZ
1795 * positions.texi (List Motion): beginning-of-defun-function can
1796 now accept an argument.
1797
8e8c1a72
EZ
1798 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
1799 now return a list of strings.
1800
a33a1f2a
EZ
1801 * control.texi (Handling Errors): Document ignore-errors.
1802
4fb04348
EZ
1803 * frames.texi (Creating Frames): Document frame-inherited-parameters.
1804 (Parameter Access): Document set-frame-parameter.
1805
ee666f84
EZ
1806 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
1807 Hooks" for the effect of kill-all-local-variables on local hook
1808 functions.
1809
9cf52b11
EZ
1810 * modes.texi (Major Mode Conventions, Mode Line Variables):
1811 `mode-name' need not be a string. xref to "Mode Line Data" for
1812 details, and to "Emulating Mode Line" for computing a string
1813 value.
1814
22526bc4
EZ
18152008-10-14 Eli Zaretskii <eliz@gnu.org>
1816
a65f6a85
EZ
1817 * processes.texi (System Processes): New section.
1818 (Processes, Signals to Processes): Add xrefs to it.
1819
1820 * objects.texi (Editing Types): A `process' is a subprocess of
1821 Emacs, not just any process running on the OS.
1822
1823 * elisp.texi (Top): Adjust the @detailmenu for the above two
1824 changes.
1825
2724b26a
EZ
1826 * sequences.texi (Char-Tables): Remove documentation of
1827 set-char-table-default, which has no effect since Emacs 23.
1828 <char-table-range, set-char-table-range>: Don't mention generic
1829 characters and charsets. Add a cons cell as a possible argument.
1830
1831 * nonascii.texi (Splitting Characters)
1832 (Translation of Characters): Don't mention generic characters.
1833
1834 * display.texi (Fontsets): Don't mention generic characters.
1835
22526bc4 1836 * sequences.texi (Char-Tables): `map-char-table' can now call its
25f494c9 1837 argument FUNCTION with a cons cell as KEY.
22526bc4 1838
eaf4b689
EZ
18392008-10-13 Eli Zaretskii <eliz@gnu.org>
1840
45e46036
EZ
1841 * objects.texi (Primitive Function Type): Move "@cindex special
1842 forms" from here...
1843
1844 * eval.texi (Special Forms): ...to here.
1845
1846 * functions.texi (What Is a Function): `functionp' returns nil for
1847 special forms. Add an xref.
1848
eaf4b689
EZ
1849 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
1850 Variables".
1851
1852 * variables.texi (Frame-Local Variables): New section.
1853 (Buffer-Local Variables): Add an xref to it.
1854 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
1855 have both frame-local and buffer-local binding.
1856
1857 * frames.texi (Frames): Mention multiple tty frames.
1858 (Frame Parameters, Parameter Access): Mention frame-local variable
1859 bindings.
1860
15688fce
GM
18612008-09-20 Glenn Morris <rgm@gnu.org>
1862
1863 * display.texi (Defining Faces): Recommend against face variables.
1864
35539065
JB
18652008-09-16 Juanma Barranquero <lekktu@gmail.com>
1866
1867 * display.texi (Echo Area Customization): Fix typo.
1868
6a57054b
JB
18692008-09-09 Juanma Barranquero <lekktu@gmail.com>
1870
1871 * loading.texi (Where Defined): Add `defface' item.
1872
d632fb82
MR
18732008-09-06 Martin Rudalics <rudalics@gmx.at>
1874
1875 * loading.texi (Where Defined): Fix description of symbol-file.
1876
905a9adb
JR
18772008-08-26 Jason Rumney <jasonr@gnu.org>
1878
1879 * display.texi (TIFF Images): New section describing :index property.
1880
852e91b7
CY
18812008-08-23 Chong Yidong <cyd@stupidchicken.com>
1882
1883 * display.texi (Temporary Displays): Remove unnecessary comment
1884 about usage of temp-buffer-show-hook.
1885
6be001ee
CY
18862008-08-05 Chong Yidong <cyd@stupidchicken.com>
1887
1888 * symbols.texi (Other Plists): Fix incorrect example.
1889 Suggested by Florian Beck.
1890
58e3d8e8
JB
18912008-07-31 Juanma Barranquero <lekktu@gmail.com>
1892
1893 * os.texi: Fix previous change.
1894
7c2fb837
DN
18952008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
1896
1897 * os.texi:
1898 * intro.texi:
1899 * files.texi: Remove VMS support.
1900
9e2a2647
DN
19012008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
1902
1903 * os.texi:
1904 * frames.texi:
1905 * display.texi: Remove mentions of Mac Carbon.
1906
c4f4682b
MB
19072008-07-01 Miles Bader <miles@gnu.org>
1908
1909 * text.texi (Special Properties):
1910 * display.texi (Truncation): Add wrap-prefix and line-prefix.
1911
3696411e
JB
19122008-06-28 Johan Bockgård <bojohan@gnu.org>
1913
1914 * display.texi (Other Image Types): Fix copy/paste error; say
1915 "PBM", not "XBM".
1916
f2a77c3a
DN
19172008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
1918
1919 * os.texi: Remove references to obsolete systems.
1920
6d52677d
EZ
19212008-06-20 Eli Zaretskii <eliz@gnu.org>
1922
1923 * makefile.w32-in (distclean): Remove makefile.
1924
1a87da4c
GM
19252008-06-17 Glenn Morris <rgm@gnu.org>
1926
1927 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
1928 (elisp, dist): Remove rules and variables that are obsolete now
1929 the lisp manual is no longer distributed separately.
1930
fdda1c5d
GM
19312008-06-16 Glenn Morris <rgm@gnu.org>
1932
646692e9
GM
1933 * configure, configure.in, mkinstalldirs: Remove unused files.
1934
1935 * book-spine.texinfo: Set version to 23.0.60.
fdda1c5d 1936 * vol1.texi (EMACSVER):
6a57054b 1937 * vol2.texi (EMACSVER): Set to 23.0.60.
fdda1c5d
GM
1938
1939 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
1940 as per maintain.info.
1941
611bee81
GM
19422008-06-15 Glenn Morris <rgm@gnu.org>
1943
a7bed3a0
GM
1944 * makefile.w32-in (manual): Use "23" rather than "21".
1945
1946 * Makefile.in (emacsver): New, set by configure.
1947 (manual): Use emacsver.
1948
d794edf2
GM
1949 * intro.texi: Report bugs using M-x report-emacs-bug.
1950
611bee81
GM
1951 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
1952
c73e02fa
GM
19532008-06-13 Daniel Engeler <engeler@gmail.com>
1954
1955 * elisp.texi, internals.texi, processes.texi: Add documentation
1956 about serial port access.
1957
e40a85cd
MB
19582008-06-05 Miles Bader <miles@gnu.org>
1959
1960 * display.texi (Displaying Faces): Update to reflect function
1961 renamings in face-remap.el.
1962
7b753744
JB
19632008-06-05 Juanma Barranquero <lekktu@gmail.com>
1964
1965 * display.texi (Fontsets): Fix typos.
1966
9d3d42fb
MB
19672008-06-03 Miles Bader <miles@gnu.org>
1968
7b753744
JB
1969 * display.texi (Displaying Faces): Add add-relative-face-remapping,
1970 remove-relative-face-remapping, set-base-face-remapping,
1971 and set-default-base-face-remapping.
9d3d42fb 1972
f2cec7a9
MB
19732008-06-01 Miles Bader <miles@gnu.org>
1974
1975 * display.texi (Displaying Faces): Add face-remapping-alist.
1976
8f39c96d
SM
19772008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1978
1979 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
1980 variable names.
1981
1ef5eecc
ER
19822008-05-03 Eric S. Raymond <esr@golux>
1983
352c8b4a 1984 * keymaps.texi: Clarify that (current-local-map) and
1ef5eecc
ER
1985 (current-global-map) return references, not copies.
1986
63b4387f
JL
19872008-05-02 Juri Linkov <juri@jurta.org>
1988
1989 * minibuf.texi (Text from Minibuffer): Document a list of
1990 default values for `read-from-minibuffer'.
1991
38a8b703
JB
19922008-04-24 Juanma Barranquero <lekktu@gmail.com>
1993
1994 * nonascii.texi (Translation of Characters): Fix previous change.
1995
7c42e639
CY
19962008-04-20 Chong Yidong <cyd@stupidchicken.com>
1997
1998 * display.texi (Overlay Properties): Clarify role of underlying
1999 textprop and overlay keymaps for display strings.
2000
2001 * keymaps.texi (Active Keymaps): Ditto.
2002
25c0d999
SM
20032008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
2004
2005 * minibuf.texi (Programmed Completion):
2006 Replace dynamic-completion-table with the new completion-table-dynamic.
2007
e3af5968
CY
20082008-04-07 Chong Yidong <cyd@stupidchicken.com>
2009
2010 * intro.texi (Some Terms): Change "fonts in this manual" index
2011 entry to "typographic conventions".
2012
6bfc8698
EZ
20132008-04-05 Eli Zaretskii <eliz@gnu.org>
2014
2015 * objects.texi (Text Props and Strings): Add indexing for read
2016 syntax of text properties.
2017
4972c361
SM
20182008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
2019
2020 * processes.texi (Decoding Output): Remove process-filter-multibyte
2021 functions.
2022
c70a68db
MR
20232008-03-15 Martin Rudalics <rudalics@gmx.at>
2024
2025 * display.texi (Finding Overlays): Say that empty overlays at
2026 the end of the buffer are reported too.
2027
1291fd36
GM
20282008-03-13 Glenn Morris <rgm@gnu.org>
2029
2030 * elisp.texi (EMACSVER): Set to 23.0.60.
2031
c6b0dfd5
CY
20322008-02-26 Chong Yidong <cyd@stupidchicken.com>
2033
38a8b703 2034 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
c6b0dfd5 2035
875fc30c
GM
20362008-02-22 Glenn Morris <rgm@gnu.org>
2037
2038 * frames.texi (Position Parameters): Clarify the description of
2039 `left' and `top', using information from "Geometry".
2040 (Geometry): Give a pointer to "Position Parameters", rather than
2041 repeating information.
2042
d8c8e45a
GM
20432008-02-11 Glenn Morris <rgm@gnu.org>
2044
2045 * objects.texi (Equality Predicates): No longer talk about "two"
2046 functions.
2047
38a8b703 20482008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
d8c8e45a
GM
2049
2050 * objects.texi (Equality Predicates): Add defun for
2051 equal-including-properties.
2052
bfffe0b1
GM
20532008-02-10 Glenn Morris <rgm@gnu.org>
2054
2055 * objects.texi (Equality Predicates):
2056 Mention equal-including-properties.
2057
431b78c9
RS
20582008-02-07 Richard Stallman <rms@gnu.org>
2059
2060 * windows.texi (Window Start): Mention the feature of moving
2061 window-start to start of line.
2062
c8763fb6 20632008-02-07 Jan Djärv <jan.h.d@swipnet.se>
eafa12e6
JD
2064
2065 * keymaps.texi (Tool Bar): Document rtl property.
2066
1a256502
TTN
20672008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
2068
2069 * display.texi (Button Types):
2070 For define-button-type, clarify type of NAME.
2071
569382c2
MR
20722008-01-19 Martin Rudalics <rudalics@gmx.at>
2073
2074 * buffers.texi (Buffer Modification): Fix typo.
2075
f3041af1
DN
20762008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
2077
2078 * os.texi (System Environment): Remove references to OSes that are
2079 not supported anymore.
2080
d35e1cd7
DN
20812008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2082
2083 * os.texi (System Environment): Remove mention for Masscomp.
2084
23af7580
RS
20852008-01-04 Richard Stallman <rms@gnu.org>
2086
2087 * display.texi (Faces): Don't talk about internal face vector as arg
2088 to facep.
2089
2090 * customize.texi (Type Keywords): Fix previous change.
2091
2092 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
2093 * elisp.texi (Top): Fix menu for commands.texi change.
2094
ec7d5b1e
RS
20952007-12-30 Richard Stallman <rms@gnu.org>
2096
2097 * commands.texi (Accessing Mouse): Renamed from Accessing Events.
2098 (Accessing Scroll): New node broken out of Accessing Mouse.
2099
101a6cea
RS
21002007-12-28 Richard Stallman <rms@gnu.org>
2101
2102 * frames.texi (Size Parameters): Fix typo.
7f9e0c04 2103 (Basic Parameters): For `title', refer to title bar.
041817a4 2104 (Size and Position): Explain meaning of frame pixel width and height.
101a6cea 2105
72b7e664
RS
21062007-12-23 Richard Stallman <rms@gnu.org>
2107
2108 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
2109 Improve some of the commented-out keywords' text too.
2110
27a4f445
MR
21112007-12-14 Martin Rudalics <rudalics@gmx.at>
2112
e2e3f1d7
MR
2113 * nonascii.texi (Encoding and I/O): Reword to avoid saying
2114 "visit the current buffer".
2115
27a4f445
MR
2116 * os.texi (System Interface): Fix typo.
2117
a2afc99d
RS
21182007-12-04 Richard Stallman <rms@gnu.org>
2119
2120 * objects.texi (Symbol Type): Fix typo.
2121
b694135c
RS
21222007-12-03 Richard Stallman <rms@gnu.org>
2123
2124 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
2125
f99a19da
GM
21262007-12-01 Glenn Morris <rgm@gnu.org>
2127
2128 * functions.texi (Declaring Functions): Improve previous change.
2129
8f4b37d8
GM
21302007-11-30 Glenn Morris <rgm@gnu.org>
2131
2132 * functions.texi (Declaring Functions): Add optional fourth
2133 argument of declare-function, and setting third argument to `t'.
2134
61a2fe01
RS
21352007-11-29 Richard Stallman <rms@gnu.org>
2136
2137 * customize.texi (Composite Types): Document `group' type.
2138
cbfc5193
GM
21392007-11-29 Glenn Morris <rgm@gnu.org>
2140
2141 * functions.texi (Declaring Functions): Add findex. Mention
2142 `external' files.
2143
8386283a
JB
21442007-11-26 Juanma Barranquero <lekktu@gmail.com>
2145
2146 * functions.texi (Declaring Functions): Fix directive.
2147
a07c9a8b
RS
21482007-11-25 Richard Stallman <rms@gnu.org>
2149
2150 * help.texi (Help Functions): Clean up last change.
2151
2152 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
2153
2154 * loading.texi (Named Features): Minor cleanup.
2155
2156 * macros.texi (Eval During Expansion): Minor cleanup.
2157
2158 * variables.texi (Variable Aliases): Minor cleanup.
2159
a0925923
RS
21602007-11-24 Richard Stallman <rms@gnu.org>
2161
2162 * functions.texi (Declaring Functions): Clarify previous change.
2163
2164 * compile.texi (Compiler Errors): Clarify previous change.
2165
20c63e44
RS
21662007-11-24 Richard Stallman <rms@gnu.org>
2167
e5e76c04 2168 * display.texi (Refresh Screen, Forcing Redisplay):
20c63e44
RS
2169 Clarify the text and move items around.
2170
5bb0cda3
GM
21712007-11-24 Glenn Morris <rgm@gnu.org>
2172
2173 * functions.texi (Declaring Functions): New section.
2174 * compile.texi (Compiler Errors): Mention declaring functions,
2175 defvar with no initvalue, and byte-compile-warnings.
2176
af13c86a
MR
21772007-11-15 Martin Rudalics <rudalics@gmx.at>
2178
2179 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
2180 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
2181
a5373305
MR
21822007-11-13 Martin Rudalics <rudalics@gmx.at>
2183
2184 * help.texi (Help Functions): Document new macro `with-help-window'.
2185
fe284805
JL
21862007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
2187
2188 * searching.texi (Replacing Match): Describe new
2189 `match-substitute-replacement'.
2190
2c3a09b1
RS
21912007-10-31 Richard Stallman <rms@gnu.org>
2192
2193 * strings.texi (Creating Strings): Null strings from concat not unique.
2194
f2b480f4
RS
21952007-10-26 Richard Stallman <rms@gnu.org>
2196
2197 * objects.texi (Equality Predicates): Null strings are uniquified.
2198
2199 * minibuf.texi: Minor clarifications in previous change.
2200
db21122c
GM
22012007-10-25 Glenn Morris <rgm@gnu.org>
2202
2203 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
2204
2328cbb3
RS
22052007-10-24 Richard Stallman <rms@gnu.org>
2206
2207 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
2208
2209 * variables.texi (Frame-Local Variables): Node deleted.
2210 (Variables): Delete Frame-Local Variables from menu.
2211 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
2212 (Default Value): Don't mention frame-local vars.
2213
2214 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
2215
2216 * loading.texi (Unloading): Document FEATURE-unload-function
2217 instead of FEATURE-unload-hook.
2218
2328cbb3
RS
2219 * frames.texi (Multiple Displays): Don't mention frame-local vars.
2220
c066bafa
JL
22212007-10-22 Juri Linkov <juri@jurta.org>
2222
2223 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
2224 (High-Level Completion): Document a list of default value strings
2225 in the DEFAULT argument, for which minibuffer functions return the
2226 first element.
2227
65ced25f
JL
22282007-10-17 Juri Linkov <juri@jurta.org>
2229
2230 * text.texi (Filling): Update arguments of fill-paragraph.
2231 fill-paragraph operates on the active region in Transient Mark mode.
2232 Remove fill-paragraph-or-region.
2233
ee46ec8e
KB
22342007-10-13 Karl Berry <karl@gnu.org>
2235
2236 * elisp.texi (@dircategory): Move to after @copying,
2237 since we want @copying as close as possible to the beginning of
2238 the output.
2239
61bbdbc6
RS
22402007-10-12 Richard Stallman <rms@gnu.org>
2241
2242 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
2243
2244 * commands.texi (Distinguish Interactive): New node,
2245 broken out from Interactive Call and rewritten.
2246 (Command Loop): Put Distinguish Interactive in menu.
2247
af23e1e8
RS
22482007-10-09 Richard Stallman <rms@gnu.org>
2249
2250 * text.texi (Examining Properties): Mention overlay priority.
2251
2252 * display.texi (Display Margins): Correct the description
2253 of margin display specifications.
2254 (Replacing Specs): New subnode broken out of Display Property.
2255
e1965a69
JL
22562007-10-06 Juri Linkov <juri@jurta.org>
2257
2258 * text.texi (Filling): Document fill-paragraph-or-region.
2259
4638454b
JB
22602007-10-05 Juanma Barranquero <lekktu@gmail.com>
2261
2262 * display.texi (Auto Faces): Fix typo.
2263
7ed54cc5
RS
22642007-10-02 Richard Stallman <rms@gnu.org>
2265
2266 * display.texi (Display Property): Explain some display specs
2267 don't let you move point in.
2268
2269 * frames.texi (Cursor Parameters): Describe
2270 cursor-in-non-selected-windows here. Explain more values.
2271
2272 * windows.texi (Basic Windows): Don't describe
2273 cursor-in-non-selected-windows here.
2274
305a7ef2
EZ
22752007-10-01 Eli Zaretskii <eliz@gnu.org>
2276
2277 * processes.texi (Misc Network): Note that these functions are
2278 supported only on some systems.
2279
f7a7f4eb
RS
22802007-10-01 Richard Stallman <rms@gnu.org>
2281
2282 * display.texi (Overlay Properties): Explain nil as priority.
2283 Explain that conflicts are unpredictable if not resolved by
2284 priorities.
2285
780d7bb9
RS
22862007-09-23 Richard Stallman <rms@gnu.org>
2287
2288 * macros.texi (Backquote): Minor clarification.
2289
14b4fdfb
RS
22902007-09-19 Richard Stallman <rms@gnu.org>
2291
2292 * display.texi (Display Property): Explain multiple display specs.
9600ac7c
RS
2293 Clarify when they work in parallel and when one overrides.
2294 Fix error in example.
14b4fdfb 2295
b8d4c8d0
GM
22962007-09-06 Glenn Morris <rgm@gnu.org>
2297
b3e755a9 2298 Move from lispref/ to doc/lispref/. Change all setfilename
b8d4c8d0
GM
2299 commands to use ../../info.
2300 * Makefile.in (infodir): Go up one more level.
4638454b 2301 (usermanualdir): Change from ../man to ../emacs.
b8d4c8d0
GM
2302 (miscmanualdir): New.
2303 (dist): Use new variable miscmanualdir.
2304 * makefile.w32-in (infodir, texinputdir): Go up one more level.
2305 (usermanualdir): Change from ../man to ../emacs.
2306
1bb1f7d3
MR
23072007-08-30 Martin Rudalics <rudalics@gmx.at>
2308
2309 * commands.texi (Command Loop Info): Advise against changing
2310 most variables described here. Explain new variable
2311 last-repeatable-command.
2312
b8d4c8d0
GM
23132007-08-29 Glenn Morris <rgm@gnu.org>
2314
2315 * elisp.texi (EMACSVER): Increase to 23.0.50.
2316
23172007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
2318
2319 * frames.texi (Basic Parameters): Add display-environment-variable
2320 and term-environment-variable.
2321
23222007-08-28 Juri Linkov <juri@jurta.org>
2323
2324 * display.texi (Image Formats, Other Image Types): Add SVG.
2325
23262007-08-28 Juri Linkov <juri@jurta.org>
2327
2328 * display.texi (Images): Move formats-related text to new node
2329 "Image Formats".
2330 (Image Formats): New node.
2331
619fb9ee
RS
23322007-08-27 Richard Stallman <rms@gnu.org>
2333
2334 * windows.texi (Window Configurations): Clarify what
2335 a window configuration saves.
2336
b8d4c8d0
GM
23372007-08-25 Richard Stallman <rms@gnu.org>
2338
2339 * display.texi (Images): Delete redundant @findex.
2340
39f9da30
GM
23412007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
2342
2343 * text.texi (Change Hooks): (after|before)-change-functions are no
2344 longer bound to nil while running; rather inhibit-modification-hooks
2345 is t.
2346
b8d4c8d0
GM
23472007-08-16 Richard Stallman <rms@gnu.org>
2348
2349 * processes.texi (Asynchronous Processes): Clarify
2350 doc of start-file-process.
2351
23522007-08-08 Martin Rudalics <rudalics@gmx.at>
2353
2354 * modes.texi (Example Major Modes): Fix typo.
2355
23562007-08-08 Glenn Morris <rgm@gnu.org>
2357
2358 * intro.texi (nil and t): Do not use `iff' in documentation.
2359
2360 * tips.texi (Documentation Tips): Recommend against `iff'.
2361
23622007-08-07 Chong Yidong <cyd@stupidchicken.com>
2363
2364 * display.texi (Image Cache): Document image-refresh.
2365
23662007-08-06 Martin Rudalics <rudalics@gmx.at>
2367
2368 * windows.texi (Size of Window): Document window-full-width-p.
2369
23702007-07-25 Glenn Morris <rgm@gnu.org>
2371
2372 * gpl.texi (GPL): Replace license with GPLv3.
2373
2374 * Relicense all FSF files to GPLv3 or later.
2375
23762007-07-24 Michael Albinus <michael.albinus@gmx.de>
2377
4638454b
JB
2378 * processes.texi (Synchronous Processes):
2379 Add `process-file-shell-command'.
b8d4c8d0
GM
2380 (Asynchronous Processes): Mention restricted use of
2381 `process-filter' and `process-sentinel' in
2382 `start-file-process'. Add `start-file-process-shell-command'.
2383
23842007-07-17 Michael Albinus <michael.albinus@gmx.de>
2385
2386 * files.texi (Magic File Names): Introduce optional parameter
2387 IDENTIFICATION for `file-remote-p'.
2388
23892007-07-16 Richard Stallman <rms@gnu.org>
2390
2391 * display.texi (Defining Faces): Fix previous change.
2392
23932007-07-14 Richard Stallman <rms@gnu.org>
2394
2395 * control.texi (Handling Errors): Document `debug' in handler list.
2396
23972007-07-10 Richard Stallman <rms@gnu.org>
2398
2399 * display.texi (Defining Faces): Explain C-M-x feature for defface.
2400
24012007-07-09 Richard Stallman <rms@gnu.org>
2402
2403 * files.texi (Magic File Names): Rewrite previous change.
2404
24052007-07-08 Michael Albinus <michael.albinus@gmx.de>
2406
2407 * files.texi (Magic File Names): Introduce optional parameter
2408 CONNECTED for `file-remote-p'.
2409
24102007-07-07 Michael Albinus <michael.albinus@gmx.de>
2411
2412 * processes.texi (Asynchronous Processes):
2413 * files.texi (Magic File Names): Add `start-file-process'.
2414
24152007-06-27 Richard Stallman <rms@gnu.org>
2416
2417 * files.texi (Format Conversion Piecemeal): Clarify
2418 `after-insert-file-functions' calling convention.
2419
24202007-06-27 Michael Albinus <michael.albinus@gmx.de>
2421
4638454b
JB
2422 * files.texi (Magic File Names): Remove `dired-call-process'.
2423 Add `process-file'.
b8d4c8d0
GM
2424
24252007-06-27 Kenichi Handa <handa@m17n.org>
2426
2427 * text.texi (Special Properties): Fix description about
4638454b 2428 `composition' property.
b8d4c8d0
GM
2429
24302007-06-26 Kenichi Handa <handa@m17n.org>
2431
2432 * nonascii.texi (Default Coding Systems): Document about the
2433 return value `undecided'.
2434
24352007-06-25 David Kastrup <dak@gnu.org>
2436
2437 * keymaps.texi (Active Keymaps): Document new POSITION argument of
2438 `current-active-maps'.
2439
24402007-06-24 Karl Berry <karl@gnu.org>
2441
4638454b 2442 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
b8d4c8d0
GM
2443
24442007-06-15 Juanma Barranquero <lekktu@gmail.com>
2445
2446 * display.texi (Overlay Arrow): Doc fix.
2447
24482007-06-14 Karl Berry <karl@tug.org>
2449
2450 * anti.texi (Antinews): Typo.
2451
24522007-06-14 Chong Yidong <cyd@stupidchicken.com>
2453
2454 * display.texi (Image Cache): Document image-refresh.
2455
24562007-06-12 Karl Berry <karl@gnu.org>
2457
2458 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
2459 * two-volume.make: New file.
2460 * .cvsignore: Ignore two-volume files.
2461
24622007-06-12 Tom Tromey <tromey@redhat.com>
2463
2464 * os.texi (Init File): Document user-emacs-directory.
2465
24662007-06-03 Nick Roberts <nickrob@snap.net.nz>
2467
2468 * commands.texi (Click Events): Describe width and height when
2469 object is nil.
2470
24712007-05-30 Nick Roberts <nickrob@snap.net.nz>
2472
2473 * commands.texi (Click Events): Layout more logically. Describe
2474 width and height.
2475 (Drag Events, Motion Events): Update to new format for position.
2476
24772007-06-02 Richard Stallman <rms@gnu.org>
2478
2479 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
2480
24812007-06-02 Chong Yidong <cyd@stupidchicken.com>
2482
2483 * Version 22.1 released.
2484
24852007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2486
2487 * text.texi (Special Properties): Correct meaning of fontified face.
2488
24892007-05-30 Richard Stallman <rms@gnu.org>
2490
2491 * text.texi (Special Properties): Add link to Adjusting Point.
2492
24932007-05-12 Richard Stallman <rms@gnu.org>
2494
2495 * text.texi (Margins): indent-to-left-margin is not the default.
2496 (Mode-Specific Indent): For indent-line-function, the default
2497 is indent-relative.
2498
2499 * modes.texi (Example Major Modes): Explain last line of text-mode
2500 is redundant.
2501
25022007-05-10 Richard Stallman <rms@gnu.org>
2503
2504 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
2505
2506 * help.texi (Keys in Documentation): Add reference to
2507 Documentation Tips.
2508
2509 * files.texi (Format Conversion): TO-FN gets three arguments.
2510
2511 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
2512
25132007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
2514
2515 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
2516 * files.texi (Format Conversion): Expand intro; add menu.
2517 (Format Conversion Overview, Format Conversion Round-Trip)
2518 (Format Conversion Piecemeal): New nodes/subsections.
2519 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
2520 * text.texi (Text Properties): Remove "Saving Properties" from menu.
2521 (Saving Properties): Delete node/subsection.
2522
25232007-05-07 Karl Berry <karl@gnu.org>
2524
2525 * elisp.texi (EMACSVER): Back to 22.
2526
25272007-05-06 Richard Stallman <rms@gnu.org>
2528
2529 * processes.texi (Accepting Output): Revert most of previous change.
2530
25312007-05-05 Richard Stallman <rms@gnu.org>
2532
2533 * processes.texi (Accepting Output): accept-process-output
2534 uses microseconds, not milliseconds. But that arg is obsolete.
2535
25362007-05-04 Karl Berry <karl@tug.org>
2537
2538 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
2539
25402007-05-04 Eli Zaretskii <eliz@gnu.org>
2541
2542 * tips.texi (Documentation Tips): Rearrange items to place the
2543 more important ones first. Add an index entry for hyperlinks.
2544
25452007-05-03 Karl Berry <karl@gnu.org>
2546
2547 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
2548 (EMACSVER) [smallbook]: 22 for printed version.
2549
2550 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
2551 so restore anchor to normal position after defun. Found by Kevin Ryde.
2552
25532007-04-26 Glenn Morris <rgm@gnu.org>
2554
2555 * elisp.texi (EMACSVER): Increase to 22.1.50.
2556
25572007-04-28 Karl Berry <karl@gnu.org>
2558
2559 * elisp.texi: Improve line breaks on copyright page,
2560 similar layout to emacs manual, 8.5x11 by default.
2561
25622007-04-24 Richard Stallman <rms@gnu.org>
2563
2564 * text.texi (Special Properties): Add xref to Overlay Properties.
2565
2566 * display.texi (Overlay Properties): Add xref to Special Properties.
2567
25682007-04-22 Richard Stallman <rms@gnu.org>
2569
2570 * keymaps.texi (Extended Menu Items): Move the info about
2571 format with cached keyboard binding.
2572
25732007-04-21 Richard Stallman <rms@gnu.org>
2574
2575 * text.texi (Special Properties): Clarify previous change.
2576
2577 * files.texi (File Name Expansion): Clarify previous change.
2578
2579 * display.texi (Attribute Functions): Fix example for
2580 face-attribute-relative-p.
2581
25822007-04-19 Kenichi Handa <handa@m17n.org>
2583
2584 * text.texi (Special Properties): Document composition property.
2585
25862007-04-19 Glenn Morris <rgm@gnu.org>
2587
2588 * files.texi (File Name Expansion): Mention "superroot".
2589
25902007-04-15 Chong Yidong <cyd@stupidchicken.com>
2591
2592 * frames.texi (Multiple Displays): Add note about "multi-monitor"
2593 setups.
2594 (Display Feature Testing): Note that display refers to all
2595 physical monitors for multi-monitor setups.
2596
25972007-04-14 Richard Stallman <rms@gnu.org>
2598
2599 * lists.texi (Sets And Lists): Clarify `delete' examples.
2600 Remove spurious xref to same node.
2601 Clarify xref for add-to-list.
2602
26032007-04-12 Nick Roberts <nickrob@snap.net.nz>
2604
2605 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
2606 value of lisp-mode-map.
2607
26082007-04-11 Karl Berry <karl@gnu.org>
2609
2610 * anti.texi (Antinews):
2611 * display.texi (Overlay Properties, Defining Images):
2612 * processes.texi (Synchronous Processes, Sentinels):
2613 * syntax.texi (Syntax Table Internals):
2614 * searching.texi (Regexp Special):
2615 * nonascii.texi (Default Coding Systems):
2616 * text.texi (Special Properties):
2617 * minibuf.texi (Basic Completion): Wording to improve breaks in
2618 8.5x11 format.
2619 * elisp.texi (smallbook): New @set to more easily switch between
2620 smallbook and 8.5x11.
2621
26222007-04-11 Richard Stallman <rms@gnu.org>
2623
2624 * text.texi (Lazy Properties): Minor fix.
2625
26262007-04-08 Karl Berry <karl@gnu.org>
2627
2628 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
2629 * macros.texi (Backquote): Downcase Backquote in index entries for
2630 consistency.
2631
26322007-04-08 Richard Stallman <rms@gnu.org>
2633
2634 * text.texi (Adaptive Fill): Just describe default,
2635 don't show it (since it contains non-ASCII chars).
2636
26372007-04-07 Karl Berry <karl@gnu.org>
2638
2639 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
2640 adaptive-fill-regexp's value, since they are not in the standard
2641 TeX fonts.
2642
26432007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
2644
2645 * display.texi (Defining Faces): Fix example.
2646
26472007-04-07 Karl Berry <karl@gnu.org>
2648
2649 * display.texi (Button Buffer Commands): Improve page break.
2650
26512007-04-07 Richard Stallman <rms@gnu.org>
2652
2653 * advice.texi (Activation of Advice): Remove redundant index entry.
2654
2655 * backups.texi: Improve index entries. Remove redundant ones.
2656
2657 * compile.texi (Byte Compilation): Improve index entry.
2658
2659 * hash.texi (Creating Hash): Improve index entry.
2660
2661 * symbols.texi (Definitions): Improve index entry.
2662
2663 * edebug.texi: Improve index entries. Remove redundant/useless ones.
2664
2665 * maps.texi (Standard Keymaps): Remove useless index entry.
2666
2667 * help.texi (Documentation Basics): Remove redundant index entries.
2668
2669 * customize.texi: Improve index entries.
2670 Remove redundant/useless ones.
2671
2672 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
2673
2674 * streams.texi (Output Variables): Improve index entry.
2675
2676 * abbrevs.texi (Abbrevs): Remove useless index entry.
2677
2678 * macros.texi (Expansion): Remove useless index entry.
2679
2680 * text.texi: Improve index entries. Remove redundant/useless ones.
2681 (Text Properties, Examining Properties)
2682 (Special Properties): Use "property category" instead of "category"
2683 to refer to the `category' property.
2684
2685 * positions.texi: Improve index entries. Remove useless one.
2686
2687 * lists.texi: Improve index entries. Remove redundant/useless ones.
2688
2689 * os.texi: Improve index entries.
2690 (Timers): Fix previous change.
2691
2692 * buffers.texi: Improve index entries.
2693 (Modification Time): Get rid of term "obsolete buffer".
2694
2695 * debugging.texi: Improve index entries.
2696 (Test Coverage): Add xref to other test coverage ftr.
2697
2698 * eval.texi: Improve index entry. Remove redundant ones.
2699
2700 * numbers.texi: Improve index entries. Remove redundant/useless ones.
2701
2702 * files.texi: Improve index entries. Remove redundant/useless ones.
2703
2704 * objects.texi: Improve index entries.
2705
2706 * processes.texi: Improve index entries.
2707
2708 * modes.texi: Improve index entry. Remove redundant one.
2709
2710 * nonascii.texi: Improve index entries.
2711
2712 * internals.texi: Improve index entries.
2713
2714 * syntax.texi: Improve index entries.
2715
2716 * keymaps.texi (Active Keymaps): Improve index entries.
2717
2718 * commands.texi: Improve index entries. Remove redundant/useless ones.
2719
2720 * frames.texi: Improve index entries. Remove redundant/useless ones.
2721
2722 * markers.texi: Improve index entries. Remove redundant ones.
2723
2724 * tips.texi: Improve index entries.
2725
2726 * loading.texi (Unloading): Improve index entry.
2727
2728 * variables.texi: Improve index entries. Remove redundant one.
2729
2730 * sequences.texi: Improve index entry.
2731
2732 * display.texi: Improve index entries. Remove redundant ones.
2733
2734 * windows.texi: Improve index entries.
2735
2736 * searching.texi: Improve index entries. Remove redundant one.
2737
2738 * strings.texi (Case Tables): Improve last change.
2739
27402007-04-04 Chong Yidong <cyd@stupidchicken.com>
2741
2742 * strings.texi (Case Tables): Document with-case-table and
2743 ascii-case-table.
2744
27452007-04-03 Karl Berry <karl@gnu.org>
2746
2747 * processes.texi (Network): Reword to improve page break.
2748
27492007-04-03 Eli Zaretskii <eliz@gnu.org>
2750
2751 * functions.texi (Inline Functions): Describe more disadvantages
2752 of defsubst, and make advice against it stronger.
2753
27542007-04-02 Karl Berry <karl@gnu.org>
2755
2756 * backups.texi (Backup Names): Avoid widow words.
2757 * modes.texi (Example Major Modes): Align last comment.
2758
27592007-04-01 Chong Yidong <cyd@stupidchicken.com>
2760
2761 * keymaps.texi (Remapping Commands): Document new arg to
2762 command-remapping.
2763
27642007-04-01 Karl Berry <karl@gnu.org>
2765
2766 * processes.texi (Low-Level Network): Typo.
2767 * loading.texi (Hooks for Loading): Avoid double "the".
2768 * keymaps.texi (Key Sequences): No double "and".
2769 (Changing Key Bindings): Shorten to improve line break.
2770
27712007-03-31 Glenn Morris <rgm@gnu.org>
2772
2773 * os.texi (Timers): Fix description of run-at-time TIME formats.
2774
27752007-03-31 Richard Stallman <rms@gnu.org>
2776
2777 * display.texi (Invisible Text): Correct buffer-invisibility-spec
2778 regarding ellipsis.
2779
27802007-03-31 Eli Zaretskii <eliz@gnu.org>
2781
2782 * intro.texi (nil and t):
2783 * symbols.texi (Plists and Alists):
2784 * variables.texi (Variable Aliases, Constant Variables):
2785 * functions.texi (Defining Functions):
2786 * advice.texi (Advising Primitives):
2787 * debugging.texi (Syntax Errors, Compilation Errors):
2788 * minibuf.texi (Minibuffer Windows):
2789 * commands.texi (Adjusting Point):
2790 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
2791 (Auto Major Mode, Major Mode Conventions):
2792 * help.texi (Describing Characters):
2793 * files.texi (Create/Delete Dirs, Information about Files)
2794 (File Locks, Writing to Files, Reading from Files)
2795 (Saving Buffers):
2796 * windows.texi (Resizing Windows, Cyclic Window Ordering):
2797 * frames.texi (Finding All Frames):
2798 * positions.texi (Buffer End, Motion):
2799 * markers.texi (The Region):
2800 * text.texi (Deletion, Near Point):
2801 * display.texi (Displaying Messages, Truncation):
2802 * os.texi (Processor Run Time):
2803 * tips.texi (Key Binding Conventions, Programming Tips)
2804 (Warning Tips, Documentation Tips, Comment Tips):
2805 * internals.texi (Memory Usage): Improve indexing.
2806
2807 * variables.texi (Frame-Local Variables):
2808 * functions.texi (Argument List):
2809 * loading.texi (Library Search):
2810 * streams.texi (Output Variables):
2811 * keymaps.texi (Translation Keymaps, Searching Keymaps):
2812 * searching.texi (Replacing Match, Search and Replace):
2813 * processes.texi (Byte Packing, Decoding Output)
2814 (Accepting Output, Network Servers, Shell Arguments):
2815 * display.texi (Abstract Display, Image Cache, Scroll Bars):
2816 * windows.texi (Window Point, Window Start):
2817 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
2818 * commands.texi (Reading Input, Keyboard Events):
2819 * minibuf.texi (Reading File Names, Minibuffer Completion)
2820 (Recursive Mini):
2821 * positions.texi (List Motion):
2822 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
2823 * numbers.texi (Arithmetic Operations, Math Functions)
2824 (Predicates on Numbers, Comparison of Numbers):
2825 (Numeric Conversions):
2826 * locals.texi (Standard Buffer-Local Variables):
2827 * maps.texi (Standard Keymaps):
2828 * os.texi (User Identification, System Environment, Recording Input)
2829 (X11 Keysyms):
2830 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
2831 * backups.texi (Backups and Auto-Saving):
2832 * customize.texi (Customization, Group Definitions)
2833 (Variable Definitions):
2834 * compile.texi (Byte Compilation): Improve index entries.
2835
28362007-03-31 Karl Berry <karl@gnu.org>
2837
2838 * macros.texi (Defining Macros): Avoid widow syllable.
2839
28402007-03-31 Eli Zaretskii <eliz@gnu.org>
2841
2842 * elisp.texi (Top): Postscript -> PostScript.
2843
2844 * display.texi (Images, Postscript Images): Postscript -> PostScript.
2845
28462007-03-31 Markus Triska <markus.triska@gmx.at>
2847
2848 * internals.texi (Writing Emacs Primitives): Untabify `For'.
2849
28502007-03-30 Karl Berry <karl@gnu.org>
2851
2852 * lists.texi (List-related Predicates): Remove spurious @need.
2853 (Setcdr): Use @smallexample to improve page break.
2854 (Association Lists) <assoc>: Reword to improve page break.
2855
2856 * strings.texi (String Conversion): Insert blank line to improve
2857 page break.
2858
2859 * numbers.texi (Random Numbers): Use @minus{}.
2860 (Math Functions): Use @minus{}.
2861
2862 * intro.texi (Acknowledgements): Avoid line breaks before middle
2863 initials.
2864
28652007-03-24 Eli Zaretskii <eliz@gnu.org>
2866
2867 * errors.texi (Standard Errors): Add an index entry.
2868
28692007-03-19 Richard Stallman <rms@gnu.org>
2870
2871 * os.texi (Recording Input): recent-keys now gives 300 keys.
2872
28732007-03-12 Glenn Morris <rgm@gnu.org>
2874
2875 * os.texi: Replace "daylight savings" with "daylight saving"
2876 throughout.
2877
28782007-03-05 Richard Stallman <rms@gnu.org>
2879
2880 * variables.texi (File Local Variables): Update
2881 enable-local-variables values.
2882
28832007-03-04 Richard Stallman <rms@gnu.org>
2884
2885 * syntax.texi (Control Parsing): Minor clarification.
2886
2887 * strings.texi (Formatting Strings): Clarify width, precision, flags.
2888
2889 * sequences.texi (Sequence Functions): Move string-bytes away,
2890 add xref.
2891
2892 * nonascii.texi (Text Representations): Move string-bytes here.
2893
2894 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
2895
2896 * minibuf.texi (Basic Completion): Minor clarification.
2897
2898 * markers.texi (The Mark): Clarify existence vs activation of mark.
2899 Other cleanup.
2900
2901 * display.texi (Finding Overlays): Write better example.
2902
2903 * compile.texi (Eval During Compile): Clarify putting macros
2904 in eval-when-compile.
2905
c5602427 29062007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
b8d4c8d0
GM
2907
2908 * loading.texi (How Programs Do Loading): Fix anchor position at
c5602427 2909 load-read-function definition doc.
b8d4c8d0
GM
2910
29112007-02-21 Kim F. Storm <storm@cua.dk>
2912
2913 * strings.texi (Text Comparison): Mention that assoc-string
2914 converts symbols to strings before testing.
2915
29162007-02-17 Kim F. Storm <storm@cua.dk>
2917
2918 * processes.texi (Bindat Spec): Vector types can have optional
2919 element type.
2920 (Bindat Examples): Fix example. Add vector with element type.
2921
29222007-02-16 Andreas Schwab <schwab@suse.de>
2923
2924 * strings.texi (Formatting Strings): Document '+' flag.
2925
29262007-02-15 Juanma Barranquero <lekktu@gmail.com>
2927
2928 * strings.texi (Modifying Strings): Clarify that `clear-string'
2929 always converts the string to unibyte.
2930
29312007-02-14 Kim F. Storm <storm@cua.dk>
2932
2933 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
2934 Rewrite glyph code description to refer to these functions.
2935 Remove details of encoding face number and char into integer code.
2936
29372007-02-03 Alan Mackenzie <acm@muc.de>
2938
2939 * loading.texi (Hooks for Loading): Make the description of
2940 `eval-after-load' more detailed, and amend the description of
2941 after-load-alist, in accordance with changes from 2006-05.
2942
29432007-02-03 Chong Yidong <cyd@stupidchicken.com>
2944
2945 * modes.texi (Defining Minor Modes): Document that a :require
2946 keyword or similar may be required to make saved customization
2947 variables work.
2948
29492007-02-03 Eli Zaretskii <eliz@gnu.org>
2950
2951 * elisp.texi (Top): Make the detailed menu headers compliant with
2952 Texinfo guidelines and with what texnfo-upd.el expects. Add
2953 comments to prevent people from inadvertently modifying the key
2954 parts needed by `texinfo-multiple-files-update'.
2955
29562007-02-02 Eli Zaretskii <eliz@gnu.org>
2957
2958 * elisp.texi (Top): Update the top-level menus.
2959
2960 * syntax.texi (Categories): Add index entries.
2961
29622007-02-01 Juanma Barranquero <lekktu@gmail.com>
2963
2964 * display.texi (Attribute Functions): Fix name and description of
2965 the UNDERLINE arg of `set-face-underline-p'.
2966
29672007-01-29 Eli Zaretskii <eliz@gnu.org>
2968
2969 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
2970 Variables", and "Standard Keymaps" to the detailed menu.
2971
2972 * variables.texi (Future Local Variables): Add index entry.
2973
29742007-01-28 Richard Stallman <rms@gnu.org>
2975
2976 * tips.texi (Coding Conventions): Clarify the tip about macros
2977 that define a function or a variable.
2978
2979 * files.texi (File Attributes): UID and GID can be floats.
2980 (Magic File Names): Explain why deferring all operations to
2981 the standard handler does not work.
2982
29832007-01-23 Martin Rudalics <rudalics@gmx.at>
2984
2985 * backups.texi (Reverting): Use "buffer" instead of "file"
2986 when talking about major and minor modes.
2987
29882007-01-21 Richard Stallman <rms@gnu.org>
2989
2990 * help.texi (Documentation): Add xref to Documentation Tips.
2991
29922007-01-14 Juanma Barranquero <lekktu@gmail.com>
2993
2994 * tips.texi (Coding Conventions): Fix typos.
2995
29962007-01-05 Richard Stallman <rms@gnu.org>
2997
2998 * modes.texi (Defining Minor Modes): Fix previous change.
2999
30002007-01-03 Richard Stallman <rms@gnu.org>
3001
3002 * customize.texi (Variable Definitions, Customization Types):
3003 Don't use * in doc string for defcustom.
3004
30052007-01-02 Richard Stallman <rms@gnu.org>
3006
3007 * variables.texi (Variable Aliases): Clarify that aliases vars
3008 always have the same value.
3009
3010 * processes.texi (Bindat Spec): Fix Texinfo usage.
3011
3012 * modes.texi (Defining Minor Modes): Explain effect of command
3013 defined with define-global-minor-mode on new buffers.
3014
30152006-12-30 Kim F. Storm <storm@cua.dk>
3016
3017 * keymaps.texi (Tool Bar): Describe `grow-only' value of
3018 `auto-resize-tool-bars'.
3019
30202006-12-30 Richard Stallman <rms@gnu.org>
3021
3022 * keymaps.texi (Active Keymaps): Fix previous change.
3023
30242006-12-30 Nick Roberts <nickrob@snap.net.nz>
3025
3026 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
3027
30282006-12-30 Kim F. Storm <storm@cua.dk>
3029
3030 * processes.texi (Bindat Spec): Clarify using field names in
3031 length specifications.
3032
30332006-12-29 Kim F. Storm <storm@cua.dk>
3034
3035 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
3036 Add count and index variables for eval forms in repeat blocks.
3037
30382006-12-24 Richard Stallman <rms@gnu.org>
3039
3040 * customize.texi (Variable Definitions): Document
3041 new name custom-add-frequent-value.
3042
30432006-12-19 Kim F. Storm <storm@cua.dk>
3044
3045 * commands.texi (Misc Events): User signals now result in sigusr1
3046 and sigusr2 events which are handled through special-event-map.
3047 (Special Events): User signals and drag-n-drop are special.
3048
30492006-12-17 Richard Stallman <rms@gnu.org>
3050
3051 * loading.texi (Named Features): Explain subfeatures better.
3052
3053 * customize.texi: Use "option" only for user options.
3054 For the keyword values inside defcustom etc, say "keywords".
3055 For :options value's elements, say "elements".
3056 :group should not be omitted.
3057
3058 * syntax.texi (Parsing Expressions): Split up node.
3059 (Motion via Parsing, Position Parse, Parser State)
3060 (Low-Level Parsing, Control Parsing): New subnodes.
3061 (Parser State): Document syntax-ppss-toplevel-pos.
3062
3063 * positions.texi (List Motion): Punctuation fix.
3064
3065 * files.texi (File Name Completion): Document PREDICATE arg
3066 to file-name-completion.
3067
30682006-12-16 Eli Zaretskii <eliz@gnu.org>
3069
3070 * internals.texi (Building Emacs, Writing Emacs Primitives):
3071 Add index entries.
3072
30732006-12-11 Richard Stallman <rms@gnu.org>
3074
3075 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
3076 affects face menu. Explain how to make it non-nil without enabling
3077 any fontification.
3078
30792006-12-10 Chong Yidong <cyd@stupidchicken.com>
3080
3081 * modes.texi (Font Lock Basics): Document nil value of
3082 font-lock-defaults.
3083
30842006-12-10 Glenn Morris <rgm@gnu.org>
3085
3086 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
3087 value for system-flag argument. Abbrev tables may not be empty
3088 when major modes are loaded.
3089
30902006-12-08 Juanma Barranquero <lekktu@gmail.com>
3091
3092 * makefile.w32-in (maintainer-clean): Partially revert last
3093 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
3094 to protect elisp-covers.texi.
3095
30962006-12-07 Juanma Barranquero <lekktu@gmail.com>
3097
3098 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
3099 Don't remove elisp* info files; they are already deleted by the
3100 `clean' and `distclean' targets, and they are in the $(infodir)
3101 directory, not the current one.
3102
31032006-12-04 Kim F. Storm <storm@cua.dk>
3104
3105 * commands.texi (Misc Events): Update signal events.
3106 (Event Examples): Add signal example.
3107
31082006-11-29 Richard Stallman <rms@gnu.org>
3109
3110 * frames.texi (Visibility of Frames): Explain visible windows
3111 can be covered by others. Add xref for raise-frame.
3112
31132006-11-28 Richard Stallman <rms@gnu.org>
3114
3115 * searching.texi (Regexp Special): Update when ^ is special.
3116
31172006-11-27 Eli Zaretskii <eliz@gnu.org>
3118
3119 * customize.texi (Customization, Common Keywords)
3120 (Group Definitions, Variable Definitions, Composite Types)
3121 (Type Keywords, Customization Types): Add index entries for
3122 various customization keywords.
3123
31242006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3125
3126 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
3127
c8763fb6 31282006-11-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
3129
3130 * frames.texi (Window System Selections): Remove clipboard from
3131 description of selection-coding-system.
3132
31332006-11-06 Richard Stallman <rms@gnu.org>
3134
3135 * lists.texi (List Variables): Document COMPARE-FN.
3136
3137 * keymaps.texi: Avoid use of "binding" to mean a relation;
3138 use it only to refer to the meaning associated with a key.
3139 (Keymaps): Change menu node description.
3140
3141 * elisp.texi (Top): Change menu node description.
3142
3143 * display.texi (Managing Overlays): Document overlay-recenter.
3144
31452006-10-29 Chong Yidong <cyd@stupidchicken.com>
3146
3147 * Makefile.in: Use relative paths to avoid advertising filesystem
3148 contents during compilation.
3149
31502006-10-23 Kim F. Storm <storm@cua.dk>
3151
3152 * commands.texi (Event Input Misc): Update unread-command-events.
3153
31542006-10-23 Nick Roberts <nickrob@snap.net.nz>
3155
3156 * lists.texi (Sets And Lists): Fix typos.
3157
31582006-10-18 Juanma Barranquero <lekktu@gmail.com>
3159
3160 * control.texi (Processing of Errors): Use @var for an argument,
3161 not @code.
3162
31632006-10-16 Richard Stallman <rms@gnu.org>
3164
3165 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
3166
3167 * keymaps.texi (Format of Keymaps): Show all the keymap element
3168 patterns that result from menu items.
3169 (Key Lookup): Minor cleanups.
3170
3171 * modes.texi (Precalculated Fontification): Don't say that
3172 not setting font-lock-defaults avoids loading font-lock.
3173
3174 * help.texi (Documentation): Move xref to Emacs Manual here.
3175 (Documentation Basics): From here.
3176 Also doc emacs-lisp-docstring-fill-column.
3177
3178 * elisp.texi: Update version and ISBN.
3179
3180 * commands.texi (Interactive Call): Clarify KEYS arg to
3181 call-interactively is a vector.
3182 (Command Loop Info): Delete anchor in this-command-keys.
3183 Add anchor in this-command-keys-vector.
3184 (Recursive Editing): Document how recursive-edit
3185 handles the current buffer.
3186
31872006-10-13 Chong Yidong <cyd@stupidchicken.com>
3188
3189 * frames.texi (Frame Titles): %c and %l are ignored in
3190 frame-title-format.
3191
31922006-10-11 Richard Stallman <rms@gnu.org>
3193
3194 * keymaps.texi (Key Sequences): Clarify use of kbd.
3195
31962006-10-10 Kim F. Storm <storm@cua.dk>
3197
3198 * lists.texi (Sets And Lists): Add memql.
3199
32002006-10-03 Richard Stallman <rms@gnu.org>
3201
3202 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
3203 Clarify :ascii: and :nonascii:.
3204
32052006-09-29 Juri Linkov <juri@jurta.org>
3206
3207 * modes.texi (%-Constructs): Reorder coding systems in the
3208 documentation of %z to the real order displayed in the modeline.
3209
32102006-09-25 Richard Stallman <rms@gnu.org>
3211
3212 * os.texi (Timers): Describe timer-max-repeats.
3213
32142006-09-25 Chong Yidong <cyd@stupidchicken.com>
3215
3216 * os.texi (Timers): Mention with-local-quit.
3217
32182006-09-24 Richard Stallman <rms@gnu.org>
3219
3220 * searching.texi (Searching and Matching): Mention property search.
3221
3222 * commands.texi (Command Loop Info): Explain how read-event affects
3223 this-command-keys.
3224
32252006-09-20 Richard Stallman <rms@gnu.org>
3226
3227 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
3228
3229 * windows.texi (Window Start): Minor cleanups.
3230
32312006-09-20 Kim F. Storm <storm@cua.dk>
3232
3233 * windows.texi (Window Start): pos-visible-in-window-p allows
3234 specifying t for position to mean "end of window".
3235 Add window-line-height.
3236
3237 * anti.texi (Antinews): Mention window-line-height.
3238
32392006-09-19 David Kastrup <dak@gnu.org>
3240
3241 * keymaps.texi (Searching Keymaps): Small clarification.
3242
32432006-09-18 Richard Stallman <rms@gnu.org>
3244
3245 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
3246 cause keyboard menus.
3247 (Menu Keymaps): Likewise.
3248 (Defining Menus, Keyboard Menus): Clarify.
3249
3250 * text.texi (Fields): Clarify explanation of constrain-to-field.
3251
32522006-09-16 Eli Zaretskii <eliz@gnu.org>
3253
3254 * variables.texi (Tips for Defining): Fix a typo.
3255
32562006-09-15 Richard Stallman <rms@gnu.org>
3257
3258 * keymaps.texi (Remapping Commands, Searching Keymaps)
3259 (Active Keymaps): Clean up previous change.
3260
32612006-09-15 Jay Belanger <belanger@truman.edu>
3262
3263 * gpl.texi: Replace "Library Public License" by "Lesser Public
3264 License" throughout.
3265
32662006-09-15 David Kastrup <dak@gnu.org>
3267
3268 * keymaps.texi (Active Keymaps): Adapt description to use
3269 `get-char-property' instead `get-text-property'. Explain how
3270 mouse events change this. Explain the new optional argument of
3271 `key-binding' and its mouse-dependent lookup.
3272 (Searching Keymaps): Adapt description similarly.
3273 (Remapping Commands): Explain the new optional argument of
3274 `command-remapping'.
3275
32762006-09-14 Richard Stallman <rms@gnu.org>
3277
3278 * keymaps.texi (Searching Keymaps): Clarification.
3279 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
3280
32812006-09-13 Richard Stallman <rms@gnu.org>
3282
3283 * objects.texi (Character Type): Node split.
3284 Add xref to Describing Characters.
3285 (Basic Char Syntax, General Escape Syntax)
3286 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
3287
32882006-09-11 Richard Stallman <rms@gnu.org>
3289
3290 * display.texi (Display Table Format): Wording clarification.
3291 (Glyphs): Clarifications.
3292
32932006-09-10 Chong Yidong <cyd@stupidchicken.com>
3294
3295 * keymaps.texi (Active Keymaps): Mention that key-binding checks
3296 local maps.
3297
32982006-09-10 Kim F. Storm <storm@cua.dk>
3299
3300 * display.texi (Forcing Redisplay): Document return value of
3301 function redisplay.
3302
33032006-09-09 Richard Stallman <rms@gnu.org>
3304
3305 * windows.texi (Window Hooks): Explain limits of
3306 window-scroll-functions.
3307
3308 * display.texi (Fringe Indicators): Update for last change in
3309 indicate-buffer-boundaries.
3310
33112006-09-08 Richard Stallman <rms@gnu.org>
3312
3313 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
3314
33152006-09-06 Kim F. Storm <storm@cua.dk>
3316
3317 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
3318
3319 * windows.texi (Window Start): Update pos-visible-in-window-p.
3320
33212006-09-04 Richard Stallman <rms@gnu.org>
3322
3323 * processes.texi (Accepting Output): Explain SECONDS=0 for
3324 accept-process-output.
3325
3326 * os.texi (Idle Timers): Explain why timer functions should not
3327 loop until (input-pending-p).
3328
33292006-09-02 Eli Zaretskii <eliz@gnu.org>
3330
3331 * makefile.w32-in (usermanualdir): New variable.
3332 (elisp.dvi): Use it.
3333
33342006-09-01 Eli Zaretskii <eliz@gnu.org>
3335
3336 * buffers.texi (Buffer Modification): Fix last change.
3337
33382006-09-01 Chong Yidong <cyd@stupidchicken.com>
3339
3340 * buffers.texi (Buffer Modification): Document
3341 buffer-chars-modified-tick.
3342
33432006-08-31 Richard Stallman <rms@gnu.org>
3344
3345 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
3346
33472006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
3348
3349 * modes.texi (Syntactic Font Lock):
3350 Mention font-lock-syntactic-face-function
3351 instead of specific faces.
3352
33532006-08-29 Chong Yidong <cyd@stupidchicken.com>
3354
3355 * display.texi (Images): Add xrref to display-images-p.
3356
33572006-08-28 Kenichi Handa <handa@m17n.org>
3358
3359 * nonascii.texi (Lisp and Coding Systems): Fix description of
3360 detect-coding-region.
3361
33622006-08-27 Michael Olson <mwolson@gnu.org>
3363
3364 * processes.texi (Transaction Queues): Remove stray quote
3365 character.
3366
33672006-08-25 Richard Stallman <rms@gnu.org>
3368
3369 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
3370 Add xref.
3371
33722006-08-24 Chong Yidong <cyd@stupidchicken.com>
3373
3374 * os.texi (Timers): Avoid waiting inside timers.
3375
33762006-08-21 Lute Kamstra <lute@gnu.org>
3377
3378 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
3379
33802006-08-20 Richard Stallman <rms@gnu.org>
3381
3382 * os.texi (Idle Timers): New node, split out from Timers.
3383 Document current-idle-time.
3384 * commands.texi (Reading One Event): Update xref.
3385 * elisp.texi (Top): Update subnode menu.
3386
33872006-08-16 Richard Stallman <rms@gnu.org>
3388
3389 * keymaps.texi (Extended Menu Items): Show format of cached
3390 bindings in extended menu items.
3391
3392 * customize.texi (Variable Definitions): Explain when the
3393 standard value expression is evaluated.
3394
33952006-08-15 Chong Yidong <cyd@stupidchicken.com>
3396
3397 * commands.texi (Reading One Event): Explain idleness in
3398 `read-event'.
3399
34002006-08-12 Chong Yidong <cyd@stupidchicken.com>
3401
3402 * text.texi (Near Point): Say "cursor" not "terminal cursor".
3403 (Commands for Insertion): Removed split-line since it's not
3404 relevant for Lisp programming.
3405 (Yank Commands): Rewrite introduction.
3406 (Undo): Clarify.
3407 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
3408 (Filling): Remove redundant comment. Clarify return value of
3409 current-justification.
3410 (Margins): Minor clarifications.
3411 (Adaptive Fill): Update default value of adaptive-fill-regexp.
3412 (Sorting): Update definition of sort-lines.
3413 (Columns): Clarify behavior of sort-columns.
3414 (Indent Tabs): Link to Tab Stops in Emacs manual.
3415 (Special Properties): Clarify.
3416 (Clickable Text): Mention Buttons package.
3417
34182006-08-12 Kevin Ryde <user42@zip.com.au>
3419
3420 * os.texi (Time Parsing): Add %z to description of
3421 format-time-string, as per docstring. Add cross reference to
3422 glibc manual for strftime.
3423
34242006-08-08 Richard Stallman <rms@gnu.org>
3425
3426 * modes.texi: Clean up wording in previous change.
3427
34282006-08-07 Chong Yidong <cyd@stupidchicken.com>
3429
3430 * modes.texi (Hooks): Clarify.
3431 (Major Mode Basics): Mention define-derived-mode explicitly.
3432 (Major Mode Conventions): Rebinding RET is OK for some modes.
3433 Mention change-major-mode-hook and after-change-major-mode-hook.
3434 (Example Major Modes): Moved to end of Modes section.
3435 (Mode Line Basics): Clarify.
3436 (Mode Line Data): Mention help-echo and local-map in strings.
3437 Explain reason for treatment of non-risky variables.
3438 (Properties in Mode): Clarify.
3439 (Faces for Font Lock): Add font-lock-negation-char-face.
3440
34412006-08-04 Eli Zaretskii <eliz@gnu.org>
3442
3443 * strings.texi (Formatting Strings): Warn against arbitrary
3444 strings as first arg to `format'.
3445
34462006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
3447
3448 * text.texi (Clickable Text): Mention `help-echo' text property.
3449 Update intro, examples and associated explanations.
3450
34512006-07-31 Richard Stallman <rms@gnu.org>
3452
3453 * commands.texi: Update xrefs.
3454 (Event Mod): New node, cut out from old Translating Input.
3455
3456 * maps.texi: Update xrefs.
3457
3458 * keymaps.texi (Translation Keymaps): New node.
3459 Update xrefs from Translating Input to Translation Keymaps.
3460
3461 * elisp.texi (Top): Update subnode menu.
3462
3463 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
3464
3465 * os.texi (System Interface): Fix menu descriptions of some nodes.
3466 (Translating Input): Node deleted.
3467
34682006-07-31 Nick Roberts <nickrob@snap.net.nz>
3469
3470 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
3471
3472 * lists.texi (Sets And Lists): Likewise.
3473
34742006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
3475
3476 * text.texi (Fields): Mention POS
3477 requirement when narrowing is in effect.
3478
34792006-07-28 Richard Stallman <rms@gnu.org>
3480
3481 * display.texi (Face Attributes): Simplify wording.
3482 (Attribute Functions): Clarify meaning of new-frame default
3483 attribute settings.
3484
3485 * customize.texi (Common Keywords): Document how to use
3486 :package-version in a package not in Emacs.
3487
34882006-07-28 Kim F. Storm <storm@cua.dk>
3489
3490 * commands.texi (Reading One Event): Fix last change.
3491
34922006-07-26 Chong Yidong <cyd@stupidchicken.com>
3493
3494 * commands.texi (Reading One Event): Document SECONDS argument for
3495 read-event, read-char, and read-char-exclusive.
3496
34972006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
3498
3499 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
3500 to ensure correct identification.
3501
35022006-07-24 Richard Stallman <rms@gnu.org>
3503
3504 * text.texi (Clickable Text): Clarify.
3505
3506 * sequences.texi (Vector Functions): Delete duplicate xref.
3507
3508 * objects.texi (Function Type): Clarify.
3509
3510 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
3511 modes.
3512
3513 * lists.texi (List Variables): New node.
3514 Material moved from other nodes.
3515
3516 * variables.texi (Setting Variables): add-to-list and
3517 add-to-ordered-list moved to List Variables node.
3518
35192006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
3520
3521 * text.texi (Links and Mouse-1):
3522 For mouse-on-link-p, expand on arg POS.
3523
35242006-07-21 Kim F. Storm <storm@cua.dk>
3525
3526 * display.texi (Forcing Redisplay): Don't mention systems which
3527 don't support sub-second timers for redisplay-preemption-period.
3528
3529 * os.texi (Terminal Output): Clarify text vs graphical terminal.
3530
35312006-07-21 Eli Zaretskii <eliz@gnu.org>
3532
3533 * frames.texi (Input Focus): Document that focus-follows-mouse has
3534 no effect on MS-Windows.
3535
35362006-07-18 Richard Stallman <rms@gnu.org>
3537
3538 * display.texi (Forcing Redisplay): Cleanups in previous change.
3539
3540 * processes.texi (Low-Level Network): Make menu more convenient.
3541
35422006-07-18 Kim F. Storm <storm@cua.dk>
3543
3544 * display.texi (Forcing Redisplay): redisplay-preemption-period
3545 only used on window systems. Add xref to Terminal Output.
3546
3547 * os.texi (Terminal Output): baud-rate only controls preemption on
3548 non-window systems. Add xref to Forcing Redisplay.
3549
3550 * processes.texi (Low-Level Network): Rename node "Make Network"
3551 to "Network Processes".
3552
35532006-07-18 Karl Berry <karl@gnu.org>
3554
3555 * variables.texi, functions.texi, customize.texi, loading.texi:
3556 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
3557
35582006-07-17 Chong Yidong <cyd@stupidchicken.com>
3559
3560 * commands.texi (Waiting): Document batch-mode sit-for behavior.
3561
35622006-07-17 Richard Stallman <rms@gnu.org>
3563
3564 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
3565 Put period and comma inside quotes.
3566
3567 * loading.texi, markers.texi: Use real doublequote inside menus.
3568
3569 * windows.texi: Put point and comma inside quotes.
3570 (Textual Scrolling): Use @samp for error message.
3571
3572 * variables.texi, tips.texi, syntax.texi, symbols.texi:
3573 * strings.texi, streams.texi, processes.texi, os.texi:
3574 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
3575 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
3576 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
3577 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
3578 Put point and comma inside quotes.
3579
3580 * control.texi (Processing of Errors): Add command-error-function.
3581
3582 * variables.texi (File Local Variables): Clarify that
3583 file local variables make buffer-local bindings.
3584
3585 * modes.texi (Syntactic Font Lock): Give default for
3586 font-lock-syntax-table.
3587
35882006-07-17 Nick Roberts <nickrob@snap.net.nz>
3589
3590 * text.texi (Special Properties): Clean up previous change.
3591
35922006-07-16 Karl Berry <karl@gnu.org>
3593
3594 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
3595 * control.texi: Fix bad page breaks through chapter 10 (control).
3596
3597 * anti.texi (Antinews): Reorder face-attribute fns to avoid
3598 underfull hbox.
3599
36002006-07-15 Nick Roberts <nickrob@snap.net.nz>
3601
3602 * text.texi (Special Properties): Describe fontified text property
3603 in relation to a character (not text).
3604
36052006-07-15 Kim F. Storm <storm@cua.dk>
3606
3607 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
3608 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
3609 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
3610
3611 * anti.texi (Antinews): Mention redisplay function.
3612 The kbd macro existed, but was not documented, before 22.x.
3613 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
3614
36152006-07-14 Nick Roberts <nickrob@snap.net.nz>
3616
3617 * display.texi (Displaying Messages): Add anchor.
3618
3619 * frames.texi (Dialog Boxes): Use it.
3620
36212006-07-12 Richard Stallman <rms@gnu.org>
3622
3623 * objects.texi (Frame Type): Explain nature of frames better.
3624
3625 * frames.texi (Frames): Explain nature of frames better.
3626
36272006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
3628
3629 * tips.texi (Coding Conventions): Explain why use cl at compile time.
3630
36312006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3632
3633 * frames.texi (Window System Selections): Mention scrap support for Mac.
3634 Default value of x-select-enable-clipboard is t on Mac.
3635
3636 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
3637
36382006-07-11 Kim F. Storm <storm@cua.dk>
3639
3640 * display.texi (Forcing Redisplay): Add `redisplay' function.
3641 Don't mention (sit-for -1) -- use (redisplay t) instead.
3642
3643 * commands.texi (Waiting): (sit-for -1) is no longer special.
3644 (sit-for 0) is equivalent to (redisplay).
3645 Iconifying/deiconifying no longer makes sit-for return.
3646
36472006-07-10 Nick Roberts <nickrob@snap.net.nz>
3648
3649 * display.texi (Buttons): Fix typo.
3650
3651 * index.texi, elisp.texi (New Symbols): Comment node out.
3652
36532006-07-09 Richard Stallman <rms@gnu.org>
3654
3655 * display.texi (Truncation): Clean up previous change.
3656
36572006-07-08 Richard Stallman <rms@gnu.org>
3658
3659 * commands.texi (Interactive Call): Use 3 as prefix in example
3660 for execute-extended-command.
3661
3662 * display.texi (Attribute Functions): Move paragraph about
3663 compatibility with Emacs < 21.
3664
36652006-07-09 Kim F. Storm <storm@cua.dk>
3666
3667 * display.texi (Refresh Screen): Clarify force-window-update.
3668 (Truncation): "Normally" indicated by fringe arrows.
3669
36702006-07-08 Eli Zaretskii <eliz@gnu.org>
3671
3672 * windows.texi (Textual Scrolling, Resizing Windows):
3673 * variables.texi (Constant Variables):
3674 * text.texi (Buffer Contents, Deletion, Changing Properties)
3675 (Property Search, Special Properties, Sticky Properties)
3676 (Links and Mouse-1, Fields, Change Hooks):
3677 * syntax.texi (Syntax Table Functions, Parsing Expressions)
3678 (Categories):
3679 * symbols.texi (Other Plists):
3680 * streams.texi (Output Variables):
3681 * processes.texi (Input to Processes, Query Before Exit):
3682 * positions.texi (Word Motion, Text Lines, List Motion):
3683 * os.texi (Init File, System Environment, Sound Output)
3684 (Session Management):
3685 * nonascii.texi (Text Representations, Character Sets)
3686 (Chars and Bytes, Locales):
3687 * modes.texi (Defining Minor Modes, Header Lines):
3688 * minibuf.texi (Minibuffer Contents):
3689 * markers.texi (Information from Markers):
3690 * lists.texi (List Elements, Building Lists, Association Lists):
3691 * keymaps.texi (Tool Bar):
3692 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
3693 * functions.texi (What Is a Function, Mapping Functions):
3694 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
3695 (Color Names, Text Terminal Colors, Display Feature Testing):
3696 * files.texi (Visiting Functions, File Name Components)
3697 (Unique File Names, Contents of Directories):
3698 * display.texi (Forcing Redisplay, Displaying Messages)
3699 (Temporary Displays, Font Selection, Auto Faces)
3700 (Font Lookup, Fringe Indicators, Display Margins)
3701 (Image Descriptors, Showing Images, Image Cache, Button Types)
3702 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
3703 (Display Table Format, Glyphs):
3704 * control.texi (Iteration):
3705 * commands.texi (Command Loop Info, Adjusting Point):
3706 * backups.texi (Making Backups, Auto-Saving):
3707 Remove @tindex entries.
3708
37092006-07-07 Kim F. Storm <storm@cua.dk>
3710
3711 * display.texi (Fringe Cursors): Fix typo.
3712 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
3713 (Overlay Arrow): Default is overlay-arrow fringe indicator.
3714
37152006-07-05 Richard Stallman <rms@gnu.org>
3716
3717 * text.texi (Buffer Contents): Add example of text props
3718 in result of buffer-substring.
3719 (Text Properties): Explain better about use of specific property names.
3720 (Property Search): Some cleanups; reorder some functions.
3721
3722 * keymaps.texi (Changing Key Bindings): Cleanup.
3723 Add xref to Key Binding Conventions.
3724
3725 * display.texi (Attribute Functions): Add examples for
3726 face-attribute-relative-p.
3727
3728 * tips.texi (Coding Conventions): Cleanup last change.
3729
37302006-07-05 Karl Berry <karl@gnu.org>
3731
3732 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
3733 Remove @setchapternewpage odd.
3734 Result is 1013 pages, down from 1100.
3735
3736 * anti.texi, customize.texi, display.texi, internals.texi:
3737 * minibuf.texi, modes.texi, tips.texi:
3738 Fix overfull/underfull boxes.
3739
37402006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
3741
3742 * edebug.texi (Instrumenting):
3743 Add Edebug-specific findex for eval-buffer.
3744 * loading.texi (Loading):
3745 Replace eval-current-buffer with eval-buffer.
3746
37472006-06-30 Nick Roberts <nickrob@snap.net.nz>
3748
3749 * locals.texi (Standard Buffer-Local Variables): Update the list
3750 of variables.
3751
37522006-06-26 Nick Roberts <nickrob@snap.net.nz>
3753
3754 * files.texi (File Name Completion): Point user to the node
3755 "Reading File Names".
3756
37572006-06-24 Eli Zaretskii <eliz@gnu.org>
3758
3759 * files.texi (Contents of Directories): Document case-insensitive
3760 behavior on respective filesystems.
3761
3762 * objects.texi (Character Type): Document that Emacs signals an
3763 error for unsupported Unicode characters specified as \uNNNN.
3764
37652006-06-19 Richard Stallman <rms@gnu.org>
3766
3767 * processes.texi (Bindat Spec): Clarify previous change.
3768
37692006-06-16 Richard Stallman <rms@gnu.org>
3770
3771 * tips.texi (Coding Conventions): Better explain conventions
3772 for definition constructs.
3773
3774 * text.texi (Special Properties): String value of `read-only'
3775 serves as the error message.
3776
3777 * objects.texi (Character Type): Clarify prev. change.
3778 (Non-ASCII in Strings): Mention \u and \U.
3779
3780 * commands.texi (Using Interactive): Explain problem of
3781 markers, etc., in command-history.
3782
37832006-06-14 Kim F. Storm <storm@cua.dk>
3784
3785 * commands.texi (Waiting): Negative arg to sit-for forces
3786 redisplay even if input is pending.
3787
3788 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
3789 redisplay. Remove incorrect example of binding redisplay-dont-pause
3790 around (sit-for 0).
3791
37922006-06-13 Richard Stallman <rms@gnu.org>
3793
3794 * display.texi (Forcing Redisplay): Clarify previous change.
3795
37962006-06-13 Romain Francoise <romain@orebokech.com>
3797
3798 * display.texi (Forcing Redisplay): Fix typo.
3799
38002006-06-13 Kim F. Storm <storm@cua.dk>
3801
3802 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
3803
38042006-06-10 Luc Teirlinck <teirllm@auburn.edu>
3805
3806 * tips.texi (Coding Conventions): Add `@end itemize'.
3807
38082006-06-10 Richard Stallman <rms@gnu.org>
3809
3810 * tips.texi (Coding Conventions): Explain use of coding systems
3811 to ensure one decoding for strings.
3812
38132006-06-09 Aidan Kehoe <kehoea@parhasard.net>
3814
3815 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
3816 syntax.
3817
38182006-06-07 Eli Zaretskii <eliz@gnu.org>
3819
3820 * display.texi (Font Selection): Remove description of
3821 clear-face-cache.
3822
3823 * compile.texi (Eval During Compile): Fix a typo. Add index
3824 entries for possible uses of eval-when-compile.
3825
38262006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
3827
3828 * display.texi (Abstract Display): Fix typo.
3829
38302006-06-03 Eli Zaretskii <eliz@gnu.org>
3831
3832 * minibuf.texi (Minibuffer History) <history-add-new-input>:
3833 Reword variable's description.
3834
38352006-06-01 Richard Stallman <rms@gnu.org>
3836
3837 * windows.texi (Splitting Windows): Clarify splitting nonselected
3838 window.
3839
38402006-05-31 Juri Linkov <juri@jurta.org>
3841
3842 * minibuf.texi (Minibuffer History): Add history-add-new-input.
3843
38442006-05-30 Richard Stallman <rms@gnu.org>
3845
3846 * display.texi (Line Height): Fix errors in description of
10d1d0af 3847 default line height and line-height property.
b8d4c8d0
GM
3848
3849 * nonascii.texi (Default Coding Systems): Further clarification.
3850
38512006-05-29 Luc Teirlinck <teirllm@auburn.edu>
3852
3853 * internals.texi (Pure Storage): Mention that an overflow in pure
3854 space causes a memory leak.
3855 (Garbage Collection): If there was an overflow in pure space,
3856 `garbage-collect' returns nil.
3857
38582006-05-30 Eli Zaretskii <eliz@gnu.org>
3859
3860 * nonascii.texi (Default Coding Systems): Fix it some more.
3861
38622006-05-29 Eli Zaretskii <eliz@gnu.org>
3863
3864 * nonascii.texi (Default Coding Systems): Fix last change.
3865
38662006-05-29 Kenichi Handa <handa@m17n.org>
3867
3868 * nonascii.texi (find-operation-coding-system): Describe the new
3869 argument format (FILENAME . BUFFER).
3870
38712006-05-28 Richard Stallman <rms@gnu.org>
3872
3873 * tips.texi (Coding Conventions): Better explain reasons not to
3874 advise other packages or use `eval-after-load'.
3875
38762006-05-29 Kim F. Storm <storm@cua.dk>
3877
3878 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
3879 `bindat-idx' and `bindat-raw' for clarity.
3880
38812006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
3882
3883 * processes.texi (Bindat Spec): Expand on `repeat' handler.
3884
3885 * display.texi (Display): Add "Abstract Display" to menu.
3886 (Abstract Display, Abstract Display Functions)
3887 (Abstract Display Example): New nodes.
3888 * elisp.texi (Top): Add "Abstract Display" to menu.
3889
38902006-05-27 Chong Yidong <cyd@stupidchicken.com>
3891
3892 * keymaps.texi (Key Sequences): Link to input events definition.
3893 (Format of Keymaps): Delete material duplicated in Keymap Basics.
3894
3895 * files.texi (Changing Files): Document updated argument list for
3896 copy-file.
3897
38982006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
3899
3900 * processes.texi (Bindat Functions): Explain term "total length".
3901 Use it in bindat-length and bindat-pack descriptions.
3902
39032006-05-26 Eli Zaretskii <eliz@gnu.org>
3904
3905 * tips.texi (Coding Conventions): Advise against using
3906 eval-after-load in packages. Add an index entry.
3907
39082006-05-25 Juri Linkov <juri@jurta.org>
3909
3910 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
3911
3912 * modes.texi (%-Constructs): Add %e, %z, %Z.
3913
39142006-05-25 Richard Stallman <rms@gnu.org>
3915
3916 * elisp.texi (Top): Update subnode menu.
3917
3918 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
3919 (Keymaps): Update menu.
3920
39212006-05-25 Chong Yidong <cyd@stupidchicken.com>
3922
3923 * keymaps.texi (Key Sequences): Some clarifications.
3924
39252006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
3926
3927 * processes.texi (Bindat Functions): Say "unibyte string"
3928 explicitly for bindat-unpack and bindat-pack descriptions.
3929 (Bindat Examples): Don't call `string-make-unibyte' in example.
3930
39312006-05-25 Chong Yidong <cyd@stupidchicken.com>
3932
3933 * keymaps.texi (Key Sequences): Renamed from Keymap Terminology.
c5602427 3934 Explain string and vector representations of key sequences.
b8d4c8d0
GM
3935
3936 * keymaps.texi (Changing Key Bindings):
dd7b651b 3937 * commands.texi (Interactive Codes):
b8d4c8d0
GM
3938 * help.texi (Describing Characters): Refer to it.
3939
39402006-05-23 Luc Teirlinck <teirllm@auburn.edu>
3941
3942 * frames.texi (Pointer Shape): @end table -> @end defvar.
3943
39442006-05-22 Richard Stallman <rms@gnu.org>
3945
3946 * elisp.texi (Top): Update subnode menus.
3947
3948 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
3949 Contents rewritten; material from old Pointer Shape node moved here.
3950
3951 * display.texi (Pointer Shape): Node deleted.
3952 (Image Descriptors): Minor cleanup.
3953
39542006-05-21 Richard Stallman <rms@gnu.org>
3955
3956 * syntax.texi (Parsing Expressions): Update info on which STATE
3957 elements are ignored.
3958
39592006-05-19 Luc Teirlinck <teirllm@auburn.edu>
3960
3961 * hooks.texi (Standard Hooks): Correct typo.
3962
3963 * gpl.texi (GPL): ifinfo -> ifnottex.
3964
39652006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
3966
3967 * searching.texi (Simple Match Data): Warn about match data being
3968 set anew by every search.
3969
39702006-05-17 Richard Stallman <rms@gnu.org>
3971
3972 * minibuf.texi (Minibuffer History): Clarify.
3973
3974 * searching.texi (Regexp Special): Clarify nested regexp warning.
3975
39762006-05-16 Kim F. Storm <storm@cua.dk>
3977
3978 * minibuf.texi (Minibuffer History): Update add-to-history.
3979
39802006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
3981
3982 * nonascii.texi (Explicit Encoding): Fix
3983 typo (encoding<->decoding).
3984
39852006-05-14 Richard Stallman <rms@gnu.org>
3986
3987 * buffers.texi (Creating Buffers): Cleanup.
3988
3989 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
3990
39912006-05-13 Eli Zaretskii <eliz@gnu.org>
3992
3993 * buffers.texi (Current Buffer): Document that with-temp-buffer
3994 disables undo.
3995
3996 * os.texi (Terminal-Specific): More accurate description of how
3997 Emacs searches for the terminal-specific libraries.
3998
39992006-05-12 Eli Zaretskii <eliz@gnu.org>
4000
4001 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
4002 emacs-xtra to @inforef's.
4003
4004 * text.texi (Undo): Document that undo is turned off in buffers
4005 whose names begin with a space.
4006
4007 * buffers.texi (Buffer Names): Add index entries for buffers whose
4008 names begin with a space.
4009 (Creating Buffers): Document that undo is turned off in buffers
4010 whose names begin with a space.
4011
4012 * files.texi (Visiting Functions, Reading from Files)
4013 (Saving Buffers): Mention code and EOL conversions by file I/O
4014 primitives and subroutines.
4015
4016 * nonascii.texi (Lisp and Coding Systems): Document
4017 coding-system-eol-type. Add index entries for eol conversion.
4018
4019 * display.texi (Defining Faces): Mention `mac', and add an xref to
4020 where window-system is described.
4021
40222006-05-10 Richard Stallman <rms@gnu.org>
4023
4024 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
4025
40262006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
4027
4028 * variables.texi (File Local Variables): Recommend to quote lambda
4029 expressions in safe-local-variable property.
4030
40312006-05-09 Richard Stallman <rms@gnu.org>
4032
4033 * variables.texi (File Local Variables): Document
4034 safe-local-eval-forms and safe-local-eval-function.
4035
40362006-05-07 Kim F. Storm <storm@cua.dk>
4037
4038 * minibuf.texi (Minibuffer History): Remove keep-dups arg
4039 from add-to-history.
4040
40412006-05-07 Romain Francoise <romain@orebokech.com>
4042
4043 * commands.texi (Event Input Misc):
4044 * compile.texi (Eval During Compile):
4045 * internals.texi (Buffer Internals):
4046 * minibuf.texi (Initial Input):
4047 * nonascii.texi (Scanning Charsets):
4048 * numbers.texi (Comparison of Numbers):
4049 * windows.texi (Textual Scrolling, Vertical Scrolling):
4050 Fix various typos.
4051
40522006-05-06 Eli Zaretskii <eliz@gnu.org>
4053
4054 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
4055 conditional xref's to either emacs or emacs-xtra, depending on
4056 @iftex/@ifnottex.
4057
4058 * minibuf.texi (Minibuffer History): Document add-to-history.
4059
40602006-05-05 Eli Zaretskii <eliz@gnu.org>
4061
4062 * internals.texi (Pure Storage): Mention the pure overflow message
4063 at startup.
4064
c8763fb6 40652006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
4066
4067 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
4068 (Searching Keymaps): Fix pseudo-Lisp description of keymap
4069 search.
4070
40712006-05-01 Richard Stallman <rms@gnu.org>
4072
4073 * intro.texi (nil and t): Clarify.
4074
4075 * variables.texi (File Local Variables): Suggest using booleanp.
4076
40772006-05-01 Juanma Barranquero <lekktu@gmail.com>
4078
4079 * objects.texi (Type Predicates): Fix typos.
4080
40812006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
4082
4083 * intro.texi (nil and t): Add booleanp.
4084
4085 * objects.texi (Type Predicates): Add links for booleanp and
4086 string-or-null-p.
4087
40882006-04-29 Richard Stallman <rms@gnu.org>
4089
4090 * modes.texi (Multiline Font Lock): Rename from
4091 Multi line Font Lock Elements. Much clarification.
4092 (Font Lock Multiline, Region to Fontify): Much clarification.
4093
40942006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
4095
4096 * variables.texi (File Local Variables): Remove the special case t for
4097 safe-local-variable.
4098
40992006-04-26 Richard Stallman <rms@gnu.org>
4100
4101 * syntax.texi (Parsing Expressions): Minor cleanup.
4102
41032006-04-18 Richard Stallman <rms@gnu.org>
4104
4105 * tips.texi (Coding Conventions): Explain when the package's
4106 prefix should appear later on (not at the start of the name).
4107
4108 * searching.texi (String Search): Clarify effect of NOERROR.
4109
4110 * modes.texi (Imenu): Clarify what special items do.
4111
4112 * hooks.texi (Standard Hooks): Delete text about old hook names.
4113
41142006-04-17 Romain Francoise <romain@orebokech.com>
4115
4116 * variables.texi (Local Variables): Update the default value of
4117 `max-specpdl-size'.
4118
41192006-04-15 Michael Olson <mwolson@gnu.org>
4120
4121 * processes.texi (Transaction Queues): Mention the new optional
4122 `delay-question' argument for `tq-enqueue'.
4123
41242006-04-13 Bill Wohler <wohler@newt.com>
4125
4126 * customize.texi (Common Keywords): Use dotted notation for
4127 :package-version value. Specify its values. Improve documentation
4128 for customize-package-emacs-version-alist.
4129
41302006-04-12 Bill Wohler <wohler@newt.com>
4131
4132 * customize.texi (Common Keywords): Move description of
4133 customize-package-emacs-version-alist to @defvar.
4134
41352006-04-10 Bill Wohler <wohler@newt.com>
4136
4137 * customize.texi (Common Keywords): Add :package-version.
4138
41392006-04-10 Kim F. Storm <storm@cua.dk>
4140
4141 * text.texi (Buffer Contents): Add NOPROPS arg to
4142 filter-buffer-substring.
4143
41442006-04-08 Kevin Ryde <user42@zip.com.au>
4145
4146 * os.texi (Command-Line Arguments): Update xref to emacs manual
4147 "Command Arguments" -> "Emacs Invocation", per change there.
4148
41492006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
4150
4151 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
4152 be on one line to help makeinfo not render two spaces after the dot.
4153
41542006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
4155
4156 * strings.texi (Predicates for Strings): Add string-or-null-p.
4157
41582006-03-28 Kim F. Storm <storm@cua.dk>
4159
4160 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
4161 remarks about systems that don't support fractional seconds.
4162
41632006-03-25 Karl Berry <karl@gnu.org>
4164
4165 * elisp.texi: Use @copyright{} instead of (C), and do not indent
4166 the year list.
4167
41682006-03-21 Nick Roberts <nickrob@snap.net.nz>
4169
4170 * display.texi (Fringe Indicators): Fix typos.
4171
41722006-03-19 Luc Teirlinck <teirllm@auburn.edu>
4173
4174 * tips.texi (Documentation Tips): One can now also write `program'
4175 in front of a quoted symbol in a docstring to prevent making a
4176 hyperlink.
4177
41782006-03-19 Alan Mackenzie <acm@muc.de>
4179
4180 * text.texi (Special Properties): Clarify `fontified' property.
4181
41822006-03-16 Richard Stallman <rms@gnu.org>
4183
4184 * display.texi (Defining Images): Minor cleanup.
4185
41862006-03-16 Bill Wohler <wohler@newt.com>
4187
4188 * display.texi (Defining Images): In image-load-path-for-library,
4189 prefer user's images.
4190
41912006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
4192
4193 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
4194
41952006-03-15 Bill Wohler <wohler@newt.com>
4196
4197 * display.texi (Defining Images): Fix example in
4198 image-load-path-for-library by not recommending that one binds
4199 image-load-path. Just defvar it to placate compiler and only use
4200 it if previously defined.
4201
42022006-03-14 Bill Wohler <wohler@newt.com>
4203
4204 * display.texi (Defining Images): In image-load-path-for-library,
4205 always return list of directories. Update example.
4206
42072006-03-14 Alan Mackenzie <acm@muc.de>
4208
4209 * modes.texi: New node, "Region to Fontify" (for Font Lock).
4210 This describes font-lock-extend-region-function.
4211 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
4212 the new node "Region to Fontify".
4213
42142006-03-13 Richard Stallman <rms@gnu.org>
4215
4216 * display.texi (Invisible Text): The impossible position is
4217 now before the invisible text, not after.
4218 (Defining Images): Clean up last change.
4219
42202006-03-11 Bill Wohler <wohler@newt.com>
4221
4222 * display.texi (Defining Images): Add image-load-path-for-library.
4223
42242006-03-11 Luc Teirlinck <teirllm@auburn.edu>
4225
4226 * text.texi (Adaptive Fill): Fix Texinfo usage.
4227
4228 * strings.texi (Creating Strings): Fix Texinfo usage.
4229
4230 * searching.texi (Regexp Special): Use @samp for regular
4231 expressions that are not in Lisp syntax.
4232
42332006-03-08 Luc Teirlinck <teirllm@auburn.edu>
4234
4235 * searching.texi (Regexp Special): Put remark between parentheses
4236 to avoid misreading.
4237
42382006-03-07 Luc Teirlinck <teirllm@auburn.edu>
4239
4240 * searching.texi (Syntax of Regexps): More accurately describe
4241 which characters are special in which situations.
4242 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
4243 are not special. Describe in detail when `[' and `]' are special.
4244 (Regexp Backslash): Plenty of regexps with unbalanced square
4245 brackets are valid, so reword that statement.
4246
42472006-03-02 Kim F. Storm <storm@cua.dk>
4248
4249 * keymaps.texi (Tool Bar): Add tool-bar-border.
4250
42512006-02-28 Luc Teirlinck <teirllm@auburn.edu>
4252
4253 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
4254
42552006-02-27 Luc Teirlinck <teirllm@auburn.edu>
4256
4257 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
4258
4259 * files.texi (Locating Files): Suggest additional values for the
4260 SUFFIXES arg of `locate-file'. Update pxref.
4261
4262 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
4263 (How Programs Do Loading): Discuss the effects of Auto Compression
4264 mode on `load'.
4265 (Load Suffixes): New node.
4266 (Library Search): Delete description of `load-suffixes'; it was
4267 moved to "Load Suffixes".
4268 (Autoload, Named Features): Mention `load-suffixes'.
4269
42702006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4271
4272 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
4273
4274 * windows.texi (Window Tree): Fix typo.
4275
42762006-02-20 Kim F. Storm <storm@cua.dk>
4277
4278 * display.texi (Fringe Indicators): New section.
4279 Move indicate-empty-lines, indicate-buffer-boundaries, and
4280 default-indicate-buffer-boundaries here.
4281 Add fringe-indicator-alist and default-fringes-indicator-alist.
4282 Add list of logical fringe indicator symbols.
4283 Update list of standard bitmap names.
4284 (Fringe Cursors): New section.
4285 Move overflow-newline-into-fringe here.
4286 Add fringe-cursor-alist and default-fringes-cursor-alist.
4287 Add list of fringe cursor symbols.
4288
42892006-02-20 Juanma Barranquero <lekktu@gmail.com>
4290
4291 * commands.texi (Using Interactive): Fix reference to node
4292 "Minibuffers".
4293
42942006-02-19 Richard M. Stallman <rms@gnu.org>
4295
4296 * minibuf.texi (High-Level Completion):
4297 Add xref to read-input-method-name.
4298
4299 * files.texi (Relative File Names): Move file-relative-name here.
4300 (File Name Expansion): From here. Minor clarifications.
4301
4302 * commands.texi (Using Interactive): Add xrefs about reading input.
4303 Clarify remarks about that moving point and mark.
4304 Put string case before list case.
4305
c8763fb6 43062006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
4307
4308 * display.texi (Other Display Specs, Image Descriptors):
4309 Revert erroneous changes. The previous description of
4310 image-descriptors as `(image . PROPS)' was correct.
4311
43122006-02-14 Richard M. Stallman <rms@gnu.org>
4313
4314 * variables.texi (File Local Variables): Clarifications.
4315
43162006-02-14 Juanma Barranquero <lekktu@gmail.com>
4317
4318 * variables.texi (File Local Variables): Use @code for a cons
4319 cell, not @var.
4320
43212006-02-13 Chong Yidong <cyd@stupidchicken.com>
4322
4323 * variables.texi (File Local Variables): Document new file local
4324 variable behavior.
4325
43262006-02-10 Kim F. Storm <storm@cua.dk>
4327
4328 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
4329
43302006-02-08 Juanma Barranquero <lekktu@gmail.com>
4331
4332 * modes.texi (%-Constructs): Remove obsolete info about
4333 `global-mode-string'.
4334
43352006-02-07 Richard M. Stallman <rms@gnu.org>
4336
4337 * commands.texi (Prefix Command Arguments): Minor cleanup.
4338
4339 * display.texi: "Graphical display", not window system.
4340
4341 * functions.texi (What Is a Function): Fix xref.
4342
4343 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
4344 (Changing Key Bindings): Clarify when remapping is better than
4345 substitute-key-definition.
4346
43472006-02-02 Richard M. Stallman <rms@gnu.org>
4348
4349 * minibuf.texi (Basic Completion): Completion alists are risky.
4350
4351 * keymaps.texi (Active Keymaps): Clarifications.
4352 (Searching Keymaps): New node.
4353 (Keymaps): Update menu.
4354
4355 * frames.texi (Layout Parameters): Minor clarification.
4356 (Drag and Drop): New node.
4357 (Frames): Update menu.
4358
43592006-01-29 Chong Yidong <cyd@stupidchicken.com>
4360
4361 * display.texi (Other Display Specs, Image Descriptors):
4362 Image description is a list, not a cons cell.
4363
43642006-01-28 Luc Teirlinck <teirllm@auburn.edu>
4365
4366 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
4367 list is not necessarily a list).
4368
43692006-01-27 Eli Zaretskii <eliz@gnu.org>
4370
4371 * frames.texi (Layout Parameters): border-width and
4372 internal-border-width belong to the frame, not the window.
4373
43742006-01-19 Richard M. Stallman <rms@gnu.org>
4375
4376 * nonascii.texi (Translation of Characters): Search cmds use
4377 translation-table-for-input. Automatically made local.
4378
4379 * markers.texi (Overview of Markers): Count insertion type
4380 as one of a marker's attributes.
4381
4382 * keymaps.texi (Controlling Active Maps): New node, split out of
4383 Active Keymaps.
4384 (Keymaps): Menu updated.
4385 (Active Keymaps): Give pseudocode to explain how the active
4386 maps are searched. current-active-maps and key-binding moved here.
4387 (Functions for Key Lookup): current-active-maps and key-binding moved.
4388 Clarifications.
4389 (Searching the Keymaps): New subnode.
4390
4391 * elisp.texi (Top): Menu clarification.
4392
4393 * display.texi (Other Display Specs): Delete duplicate entry for
4394 just a string as display spec. Move text about recursive display
4395 specs on such a string.
4396
4397 * commands.texi (Key Sequence Input): Clarify.
4398 Move num-nonmacro-input-events out.
4399 (Reading One Event): num-nonmacro-input-events moved here.
4400
44012006-01-14 Nick Roberts <nickrob@snap.net.nz>
4402
4403 * advice.texi (Simple Advice): Update example to fit argument
4404 change in previous-line.
4405
44062006-01-05 Richard M. Stallman <rms@gnu.org>
4407
4408 * markers.texi (The Mark): Fix in `mark'.
4409
44102006-01-04 Richard M. Stallman <rms@gnu.org>
4411
4412 * processes.texi (Misc Network, Make Network): Minor cleanups.
4413
44142006-01-04 Kim F. Storm <storm@cua.dk>
4415
4416 * processes.texi (Make Network): Add IPv6 addresses and handling.
4417 (Network Feature Testing): Mention (:family ipv6).
4418 (Misc Network): Add IPv6 formats to format-network-address.
4419
44202005-12-30 Richard M. Stallman <rms@gnu.org>
4421
4422 * text.texi (Changing Properties):
4423 Don't use return value of set-text-properties.
4424
44252005-12-29 Luc Teirlinck <teirllm@auburn.edu>
4426
4427 * modes.texi (Mode Line Format): Correct typo in menu.
4428
44292005-12-29 Richard M. Stallman <rms@gnu.org>
4430
4431 * modes.texi (Mode Line Top): New node.
4432 (Mode Line Data): Some text moved to new node.
4433 Explain the data structure more concretely.
4434 (Mode Line Basics): Clarifications.
4435 (Mode Line Variables): Clarify intro paragraph.
4436 (%-Constructs): Clarify intro paragraph.
4437 (Mode Line Format): Update menu.
4438
44392005-12-28 Luc Teirlinck <teirllm@auburn.edu>
4440
4441 * minibuf.texi (Basic Completion): Update lazy-completion-table
4442 examples for removal of ARGS argument.
4443
44442005-12-23 Richard M. Stallman <rms@gnu.org>
4445
4446 * text.texi (Undo): Restore some explanation from the version
4447 that was deleted.
4448
44492005-12-23 Eli Zaretskii <eliz@gnu.org>
4450
4451 * text.texi (Undo): Remove duplicate descriptions of `apply
4452 funname' and `apply delta' elements of the undo list.
4453
44542005-12-20 Richard M. Stallman <rms@gnu.org>
4455
4456 * help.texi (Help Functions): Update documentation of `apropos'.
4457
44582005-12-20 Luc Teirlinck <teirllm@auburn.edu>
4459
4460 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
4461 because it is confusing. If the :help-echo keyword is a function,
4462 it is not directly used as the :help-echo overlay property, as the
4463 xref seems to suggest (it does not take the appropriate args).
4464
44652005-12-19 Luc Teirlinck <teirllm@auburn.edu>
4466
4467 * customize.texi (Common Keywords): Fix Texinfo usage.
4468 (Group Definitions, Variable Definitions): Update for new
4469 conventions for using `*' in docstrings.
4470
4471 * tips.texi (Documentation Tips): Update for new conventions for
4472 using `*' in docstrings.
4473
44742005-12-16 Richard M. Stallman <rms@gnu.org>
4475
4476 * minibuf.texi (Minibuffer Contents): Minor cleanup.
4477
44782005-12-16 Juri Linkov <juri@jurta.org>
4479
4480 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
4481
44822005-12-14 Romain Francoise <romain@orebokech.com>
4483
4484 * modes.texi (Customizing Keywords): Rename `append' to `how'.
4485 Fix typo.
4486
44872005-12-11 Juri Linkov <juri@jurta.org>
4488
4489 * minibuf.texi (Completion Commands): Add mention of read-file-name
4490 for filename completion keymaps.
4491 (Reading File Names): Add mention of filename completion keymaps
4492 for read-file-name and xref to `Completion Commands'.
4493
44942005-12-10 Richard M. Stallman <rms@gnu.org>
4495
4496 * customize.texi (Common Keywords): State caveats for use of :tag.
4497
44982005-12-08 Richard M. Stallman <rms@gnu.org>
4499
4500 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
4501 with xrefs and better explanation.
4502 (Completion Commands): Add the filename completion maps.
4503
4504 * objects.texi (Character Type): Clarify that \s is not space
4505 if a dash follows.
4506
45072005-12-05 Richard M. Stallman <rms@gnu.org>
4508
4509 * windows.texi (Resizing Windows): Delete preserve-before args.
4510
45112005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
4512
4513 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
4514 in full keymaps, since the quirk has been fixed.
4515
45162005-12-03 Eli Zaretskii <eliz@gnu.org>
4517
4518 * hooks.texi (Standard Hooks): Add index entries. Mention
4519 `compilation-finish-functions'.
4520
45212005-11-27 Richard M. Stallman <rms@gnu.org>
4522
4523 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
4524
45252005-11-21 Juri Linkov <juri@jurta.org>
4526
4527 * customize.texi (Common Keywords): Update links types
4528 custom-manual and url-link. Add link types emacs-library-link,
4529 file-link, function-link, variable-link, custom-group-link.
4530
45312005-11-20 Chong Yidong <cyd@stupidchicken.com>
4532
4533 * display.texi: Revert 2005-11-20 change.
4534
45352005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
4536
4537 * processes.texi (Bindat Functions):
4538 Say "third" to refer to zero-based index "2".
4539
45402005-11-18 Luc Teirlinck <teirllm@auburn.edu>
4541
4542 * loading.texi (Library Search): Update the default value of
4543 `load-suffixes'.
4544
45452005-11-17 Chong Yidong <cyd@stupidchicken.com>
4546
4547 * display.texi (Attribute Functions): Mention :ignore-defface.
4548
45492005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4550
4551 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
4552 (Minor Mode Conventions): Mention the use of a hook.
4553
45542005-11-06 Richard M. Stallman <rms@gnu.org>
4555
4556 * files.texi (Magic File Names): find-file-name-handler checks the
4557 `operations' property of the handler.
4558
45592005-11-03 Richard M. Stallman <rms@gnu.org>
4560
4561 * variables.texi (Frame-Local Variables): Small clarification.
4562
45632005-10-29 Chong Yidong <cyd@stupidchicken.com>
4564
4565 * os.texi (Init File): Document ~/.emacs.d/init.el.
4566
45672005-10-29 Richard M. Stallman <rms@gnu.org>
4568
4569 * internals.texi (Garbage Collection): Document memory-full.
4570
45712005-10-28 Bill Wohler <wohler@newt.com>
4572
4573 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
4574 for URLs.
4575
45762005-10-28 Richard M. Stallman <rms@gnu.org>
4577
4578 * minibuf.texi (Completion Commands): Clean up prev change.
4579
45802005-10-26 Kevin Ryde <user42@zip.com.au>
4581
4582 * compile.texi (Eval During Compile): Explain recommended uses
4583 of eval-when-compile and eval-and-compile.
4584
45852005-10-27 Masatake YAMATO <jet@gyve.org>
4586
4587 * minibuf.texi (Completion Commands):
4588 Write about new optional argument for `display-completion-list'.
4589
45902005-10-23 Richard M. Stallman <rms@gnu.org>
4591
4592 * display.texi (Overlay Arrow): Clarify about local bindings of
4593 overlay-arrow-position.
4594
45952005-10-22 Eli Zaretskii <eliz@gnu.org>
4596
4597 * internals.texi (Building Emacs): Fix last change.
4598
45992005-10-22 Richard M. Stallman <rms@gnu.org>
4600
4601 * internals.texi (Building Emacs): Document eval-at-startup.
4602
46032005-10-21 Richard M. Stallman <rms@gnu.org>
4604
4605 * loading.texi (Where Defined): load-history contains abs file names.
4606 symbol-file returns abs file names.
4607
46082005-10-19 Kim F. Storm <storm@cua.dk>
4609
4610 * display.texi (Showing Images): Add max-image-size integer value.
4611
46122005-10-18 Chong Yidong <cyd@stupidchicken.com>
4613
4614 * display.texi (Showing Images): Document max-image-size.
4615
46162005-10-17 Richard M. Stallman <rms@gnu.org>
4617
4618 * commands.texi (Quitting): Minor clarification.
4619
4620 * processes.texi (Sentinels): Clarify about output and quitting.
4621 (Filter Functions): Mention with-local-quit.
4622
46232005-10-17 Juri Linkov <juri@jurta.org>
4624
4625 * buffers.texi (Current Buffer):
4626 * commands.texi (Event Input Misc):
4627 * compile.texi (Eval During Compile, Compiler Errors):
4628 * customize.texi (Group Definitions):
4629 * display.texi (Progress, Defining Faces):
4630 * files.texi (Writing to Files):
4631 * modes.texi (Mode Hooks, Defining Minor Modes):
4632 * streams.texi (Output Functions):
4633 * syntax.texi (Syntax Table Functions):
4634 * text.texi (Change Hooks):
4635 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
4636
4637 * commands.texi (Quitting): Replace arg `forms' with `body' in
4638 `with-local-quit'.
4639
4640 * positions.texi (Excursions): Replace arg `forms' with `body' in
4641 `save-excursion'.
4642
46432005-10-08 Kim F. Storm <storm@cua.dk>
4644
4645 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
4646 Rename manual section accordingly.
4647
46482005-10-04 Kim F. Storm <storm@cua.dk>
4649
4650 * windows.texi (Window Split Tree): New section describing
4651 new function window-split-tree function.
4652
46532005-10-03 Nick Roberts <nickrob@snap.net.nz>
4654
4655 * display.texi (Fringe Size/Pos): Simplify and add detail.
4656
46572005-09-30 Romain Francoise <romain@orebokech.com>
4658
4659 * minibuf.texi (High-Level Completion): Explain that the prompt
4660 given to `read-buffer' should end with a colon and a space.
4661 Update usage examples.
4662
46632005-09-29 Juri Linkov <juri@jurta.org>
4664
4665 * display.texi (Displaying Messages): Rename argument name
4666 `string' to `format-string' in functions `message', `message-box',
4667 `message-or-box'.
4668
46692005-09-26 Chong Yidong <cyd@stupidchicken.com>
4670
4671 * errors.texi (Standard Errors): Correct xrefs.
4672
46732005-09-18 Chong Yidong <cyd@stupidchicken.com>
4674
4675 * display.texi (Defining Images): Update documentation for
4676 `image-load-path'.
4677
46782005-09-17 Richard M. Stallman <rms@gnu.org>
4679
4680 * display.texi (Defining Images): Clean up previous change.
4681
46822005-09-16 Romain Francoise <romain@orebokech.com>
4683
4684 * elisp.texi: Specify GFDL version 1.2.
4685
4686 * doclicense.texi (GNU Free Documentation License): Update to
4687 version 1.2.
4688
46892005-09-15 Chong Yidong <cyd@stupidchicken.com>
4690
4691 * display.texi (Defining Images): Document `image-load-path'.
4692
46932005-09-15 Richard M. Stallman <rms@gnu.org>
4694
4695 * objects.texi (Printed Representation): Minor cleanup.
4696 (Box Diagrams): Minor fix.
4697 (Cons Cell Type): Move (...) index item here.
4698 (Box Diagrams): From here.
4699 (Array Type): Minor fix.
4700 (Type Predicates): Delete index "predicates".
4701 (Hash Table Type): Clarify xref.
4702 (Dotted Pair Notation): Minor fix.
4703
47042005-09-10 Chong Yidong <cyd@stupidchicken.com>
4705
4706 * files.texi (Saving Buffers): Fix typo.
4707
47082005-09-08 Richard M. Stallman <rms@gnu.org>
4709
4710 * tips.texi (Programming Tips): Correct the "default" prompt spec.
4711
47122005-09-08 Chong Yidong <cyd@stupidchicken.com>
4713
4714 * locals.texi (Standard Buffer-Local Variables): Don't include
4715 mode variables for minor modes.
4716 Fix xrefs for buffer-display-count, buffer-display-table,
4717 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
4718 enable-multibyte-characters, fill-column, header-line-format,
4719 left-fringe-width, left-margin, and right-fringe-width.
4720
4721 * hooks.texi (Standard Hooks): All hooks should conform to the
4722 standard naming convention now.
4723 Fix xref for `echo-area-clear-hook'.
4724
4725 * display.texi (Usual Display): Note that indicate-empty-lines and
4726 tab-width are buffer-local.
4727
4728 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
4729
4730 * modes.texi (Mode Help): Note that major-mode is buffer-local.
4731
4732 * nonascii.texi (Encoding and I/O): Note that
4733 buffer-file-coding-system is buffer-local.
4734
4735 * positions.texi (List Motion): Note that defun-prompt-regexp is
4736 buffer-local.
4737
4738 * text.texi (Auto Filling): Note that auto-fill-function is
4739 buffer-local.
4740 (Undo): Note that buffer-undo-list is buffer-local.
4741
4742 * windows.texi (Buffers and Windows): Document
4743 buffer-display-count.
4744
47452005-09-06 Richard M. Stallman <rms@gnu.org>
4746
4747 * tips.texi (Coding Conventions): Sometimes it is ok to put the
4748 package prefix elsewhere than at the start of the name.
4749
47502005-09-03 Richard M. Stallman <rms@gnu.org>
4751
4752 * tips.texi (Programming Tips): Add conventions for minibuffer
4753 questions and prompts.
4754
47552005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
4756
4757 * intro.texi (nil and t): Minor cleanup.
4758 Delete spurious mention of keyword symbols.
4759 (Evaluation Notation): Add index entry.
4760 (A Sample Function Description): Minor cleanup.
4761 (A Sample Variable Description): Not all vars can be set.
4762
47632005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
4764
4765 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
4766
4767 (Insertion): Document precise type of `insert-char' arg COUNT.
4768
47692005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
4770
4771 * modes.texi (Other Font Lock Variables): Sync the default of
4772 font-lock-lines-before.
4773
47742005-08-31 Michael Albinus <michael.albinus@gmx.de>
4775
4776 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
4777
47782005-08-29 Richard M. Stallman <rms@gnu.org>
4779
4780 * elisp.texi (Top): Update subnode menu.
4781
4782 * searching.texi (Searching and Matching): Move node.
4783 Rearrange contents and add overall explanation.
4784 (Searching and Case): Move node.
4785 (Searching and Matching): Update menu.
4786
47872005-08-27 Eli Zaretskii <eliz@gnu.org>
4788
4789 * os.texi (Startup Summary): Fix the description of the initial
4790 startup message display.
4791
47922005-08-25 Richard M. Stallman <rms@gnu.org>
4793
4794 * searching.texi (Search and Replace): Add replace-regexp-in-string.
4795
47962005-08-25 Emilio C. Lopes <eclig@gmx.net>
4797
4798 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
4799 `next-overlay-change' example.
4800
48012005-08-22 Juri Linkov <juri@jurta.org>
4802
4803 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
4804 Fix invert-face. Fix args of face-background.
4805
4806 * display.texi (Standard Faces): Delete node.
4807 (Faces): Add xref to `(emacs)Standard Faces'.
4808 (Displaying Faces): Fix xref to `Standard Faces'.
4809
4810 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
4811
48122005-08-20 Alan Mackenzie <acm@muc.de>
4813
4814 * buffers.texi (The Buffer List): Clarify the manipulation of the
4815 buffer list.
4816
48172005-08-14 Richard M. Stallman <rms@gnu.org>
4818
4819 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
4820 a regexp.
4821
48222005-08-11 Richard M. Stallman <rms@gnu.org>
4823
4824 * elisp.texi (Top): Update subnode lists.
4825
4826 * display.texi (Inverse Video): Node deleted.
4827
4828 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
4829 New nodes split out of Coding Conventions.
4830
4831 * searching.texi (Regular Expressions): Document re-builder.
4832
4833 * os.texi (Time Parsing): New node split out of Time Conversion.
4834
4835 * processes.texi (Misc Network, Network Feature Testing)
4836 (Network Options, Make Network): New nodes split out of
4837 Low-Level Network.
4838
48392005-08-09 Richard M. Stallman <rms@gnu.org>
4840
4841 * frames.texi (Geometry): New node, split from Size and Position.
4842 (Frame Parameters): Refer to Geometry.
4843
4844 * buffers.texi (The Buffer List): Fix xrefs.
4845
4846 * windows.texi (Splitting Windows): Fix xref.
4847
4848 * frames.texi (Layout Parameters): Add xref.
4849
4850 * display.texi (Line Height, Scroll Bars): Fix xrefs.
4851
4852 * keymaps.texi (Menu Bar): Fix xref.
4853
4854 * locals.texi (Standard Buffer-Local Variables): Fix xref.
4855
4856 * modes.texi (%-Constructs): Fix xref.
4857
4858 * frames.texi (Window Frame Parameters): Node split up.
4859 (Basic Parameters, Position Parameters, Size Parameters)
4860 (Layout Parameters, Buffer Parameters, Management Parameters)
4861 (Cursor Parameters, Color Parameters): New subnodes.
4862
48632005-08-09 Luc Teirlinck <teirllm@auburn.edu>
4864
4865 * positions.texi (Screen Lines): Update xref for previous change
4866 in minibuf.texi.
4867
4868 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
4869 change in minibuf.texi.
4870
48712005-08-09 Richard M. Stallman <rms@gnu.org>
4872
4873 * tips.texi (Coding Conventions): Minor cleanup.
4874
4875 * modes.texi (Defining Minor Modes): Explain when init-value
4876 can be non-nil.
4877
4878 * elisp.texi (Top): Update submenu for Minibuffer.
4879
4880 * minibuf.texi (Minibuffer Misc): Node split up.
4881 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
4882 (Recursive Mini): New nodes split out from Minibuffer Misc.
4883 (Minibuffer Misc): Document max-mini-window-height.
4884
4885 * hash.texi (Defining Hash): Delete stray paren in example.
4886
4887 * display.texi (Echo Area Customization): Don't define
4888 max-mini-window-height here; xref instead.
4889
4890 * commands.texi (Event Input Misc): Update while-no-input.
4891
4892 * advice.texi (Advising Functions): Explain when to use advice
4893 and when to use a hook.
4894
48952005-07-30 Eli Zaretskii <eliz@gnu.org>
4896
4897 * makefile.w32-in (info): Don't run install-info.
4898 ($(infodir)/dir): New target, produced by running install-info.
4899
49002005-07-27 Luc Teirlinck <teirllm@auburn.edu>
4901
4902 * modes.texi (Defining Minor Modes): The keyword for the initial
4903 value is :init-value, not :initial-value.
4904
49052005-07-23 Eli Zaretskii <eliz@gnu.org>
4906
4907 * loading.texi (Autoload): Make the `doctor' example be consistent
4908 with what's in current loaddefs.el. Describe the "fn" magic in
4909 the usage portion of the doc string.
4910
49112005-07-22 Richard M. Stallman <rms@gnu.org>
4912
4913 * internals.texi (Garbage Collection): Clarify previous change.
4914
49152005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
4916
4917 * internals.texi (Garbage Collection): Add gc-cons-percentage.
4918
49192005-07-18 Juri Linkov <juri@jurta.org>
4920
4921 * commands.texi (Accessing Events):
4922 * frames.texi (Text Terminal Colors, Resources):
4923 * markers.texi (The Mark):
4924 * modes.texi (Defining Minor Modes):
4925 Delete duplicate duplicate words.
4926
49272005-07-16 Richard M. Stallman <rms@gnu.org>
4928
4929 * display.texi (Managing Overlays): Clarify make-overlay
4930 args for insertion types.
4931
49322005-07-13 Luc Teirlinck <teirllm@auburn.edu>
4933
4934 * customize.texi (Variable Definitions):
4935 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
4936 `standard-value' is a list too.
4937 (Defining New Types): Use @key{RET} instead of @key{ret}.
4938
49392005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
4940
4941 * os.texi (Translating Input): Fix typo.
4942
49432005-07-08 Richard M. Stallman <rms@gnu.org>
4944
4945 * README: Update edition number and size estimate.
4946
4947 * elisp.texi (VERSION): Set to 2.9.
4948
49492005-07-07 Richard M. Stallman <rms@gnu.org>
4950
4951 * book-spine.texinfo: Update Emacs version.
4952
4953 * display.texi (Inverse Video): Delete mode-line-inverse-video.
4954
49552005-07-06 Richard M. Stallman <rms@gnu.org>
4956
4957 * searching.texi (Regexp Search): Clarify what re-search-forward
4958 does when the search fails.
4959
49602005-07-05 Lute Kamstra <lute@gnu.org>
4961
4962 * Update FSF's address in GPL notices.
4963
4964 * doclicense.texi (GNU Free Documentation License):
4965 * gpl.texi (GPL):
4966 * tips.texi (Coding Conventions, Library Headers):
4967 * vol1.texi:
4968 * vol2.texi: Update FSF's address.
4969
49702005-07-04 Richard M. Stallman <rms@gnu.org>
4971
4972 * hooks.texi (Standard Hooks): Add occur-hook.
4973
49742005-07-03 Luc Teirlinck <teirllm@auburn.edu>
4975
4976 * display.texi (The Echo Area): Correct menu.
4977
49782005-07-03 Richard M. Stallman <rms@gnu.org>
4979
4980 * elisp.texi (Top): Update subnode menu for Display.
4981
4982 * display.texi (Displaying Messages): New node, with most
4983 of what was in The Echo Area.
4984 (Progress): Moved under The Echo Area.
4985 (Logging Messages): New node with new text.
4986 (Echo Area Customization): New node, the rest of what was
4987 in The Echo Area. Document message-truncate-lines with @defvar.
4988 (Display): Update menu.
4989
4990 * windows.texi (Textual Scrolling): Doc 3 values for
4991 scroll-preserve-screen-position.
4992
4993 * text.texi (Special Properties): Change hook functions
4994 should bind inhibit-modification-hooks around altering buffer text.
4995
4996 * keymaps.texi (Key Binding Commands): Call binding BINDING
4997 rather than DEFINITION.
4998
49992005-06-29 Juanma Barranquero <lekktu@gmail.com>
5000
5001 * variables.texi (Defining Variables): `user-variable-p' returns t
5002 for aliases of user options, nil for alias loops.
5003
50042005-06-28 Richard M. Stallman <rms@gnu.org>
5005
5006 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
5007 make-keymap.
5008
50092005-06-27 Luc Teirlinck <teirllm@auburn.edu>
5010
5011 * variables.texi (Setting Variables): Correct and clarify
5012 description of `add-to-ordered-list'.
5013
50142005-06-26 Richard M. Stallman <rms@gnu.org>
5015
5016 * display.texi (Faces): Minor cleanup.
5017
50182005-06-25 Luc Teirlinck <teirllm@auburn.edu>
5019
5020 * display.texi (Faces): `facep' returns t for strings that are
5021 face names.
5022
50232005-06-25 Richard M. Stallman <rms@gnu.org>
5024
5025 * objects.texi (Equality Predicates): Clarify meaning of equal.
5026
5027 * windows.texi (Selecting Windows): save-selected-window
5028 and with-selected-window save and restore the current buffer.
5029
50302005-06-24 Richard M. Stallman <rms@gnu.org>
5031
5032 * numbers.texi (Float Basics): Explain how to test for NaN,
5033 and printing the sign of NaNs.
5034
50352005-06-24 Eli Zaretskii <eliz@gnu.org>
5036
5037 * makefile.w32-in (MAKEINFO): Use --force.
5038
50392005-06-23 Richard M. Stallman <rms@gnu.org>
5040
5041 * display.texi (Face Functions): Correct Texinfo usage.
5042
50432005-06-23 Luc Teirlinck <teirllm@auburn.edu>
5044
5045 * lists.texi (Rings): `ring-elements' now returns the elements of
5046 RING in order.
5047
50482005-06-23 Juanma Barranquero <lekktu@gmail.com>
5049
5050 * markers.texi (The Mark): Texinfo usage fix.
5051
50522005-06-23 Kim F. Storm <storm@cua.dk>
5053
5054 * searching.texi (Entire Match Data): Remove evaporate option for
5055 match-data. Do not mention evaporate option for set-match-data.
5056
50572005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
5058
5059 * display.texi (Face Functions): Mention face aliases.
5060
50612005-06-21 Richard M. Stallman <rms@gnu.org>
5062
5063 * anti.texi (Antinews): Texinfo usage fix.
5064
50652005-06-21 Karl Berry <karl@gnu.org>
5066
5067 * elisp.texi: Use @copying.
5068
5069 * elisp.texi: Put @summarycontents and @contents before the Top
5070 node, instead of the end of the file, so that the contents appear
5071 in the right place in the dvi/pdf output.
5072
50732005-06-21 Juri Linkov <juri@jurta.org>
5074
5075 * display.texi (Defining Faces): Add `customized-face'.
5076
50772005-06-20 Kim F. Storm <storm@cua.dk>
5078
5079 * variables.texi (Setting Variables): Any type of element can be
5080 given order in add-to-ordered-list. Compare elements with eq.
5081
5082 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
5083
50842005-06-20 Karl Berry <karl@gnu.org>
5085
5086 * syntax.texi (Syntax Flags): Make last column very slightly wider
5087 to avoid "generic comment" breaking on two lines and causing an
5088 underfull box.
5089
50902005-06-19 Luc Teirlinck <teirllm@auburn.edu>
5091
5092 * lists.texi (Rings): Various minor clarifications and corrections.
5093
50942005-06-18 Richard M. Stallman <rms@gnu.org>
5095
5096 * functions.texi (Obsolete Functions): Simplify.
5097
5098 * variables.texi (Variable Aliases): Simplify.
5099
5100 * anti.texi, backups.texi, compile.texi, customization.texi:
5101 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
5102 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
5103 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
5104 * variables.texi: Fix formatting ugliness.
5105
5106 * elisp.texi: Add links to Rings and Byte Packing.
5107 Update version and copyright years.
5108
5109 * minibuf.texi: Fix formatting ugliness.
5110 (Completion Commands): Move keymap vars to the end
5111 and vars completing-read binds to the top.
5112
51132005-06-17 Luc Teirlinck <teirllm@auburn.edu>
5114
5115 * processes.texi: Fix typos.
5116 (Bindat Spec): Correct Texinfo error.
5117 (Byte Packing): Fix ungrammatical sentence.
5118
51192005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
5120
5121 * lists.texi (Rings): New node.
5122 (Lists): Add it to menu.
5123
5124 * processes.texi (Byte Packing): New node.
5125 (Processes): Add it to menu.
5126
51272005-06-17 Richard M. Stallman <rms@gnu.org>
5128
5129 * syntax.texi (Parsing Expressions): Fix texinfo usage.
5130
5131 * help.texi (Documentation Basics): Explain the xref to
5132 Documentation Tips.
5133
5134 * debugging.texi (Debugger Commands): Minor fix.
5135
51362005-06-16 Luc Teirlinck <teirllm@auburn.edu>
5137
5138 * edebug.texi (Instrumenting): Eliminate duplicate link.
5139 (Specification List): Replace references to "below", referring to
5140 a later node, with one @ref to that node.
5141
5142 * os.texi (Timers): Timers should save and restore the match data
5143 if they change it.
5144
5145 * debugging.texi (Debugger Commands): Mention that the Lisp
5146 debugger can not step through primitive functions.
5147
51482005-06-16 Juanma Barranquero <lekktu@gmail.com>
5149
5150 * functions.texi (Obsolete Functions): Update argument names of
5151 `make-obsolete' and `define-obsolete-function-alias'.
5152
5153 * variables.texi (Variable Aliases): Update argument names of
5154 `defvaralias', `make-obsolete-variable' and
5155 `define-obsolete-variable-alias'.
5156
51572005-06-15 Kim F. Storm <storm@cua.dk>
5158
5159 * searching.texi (Entire Match Data): Rephrase warnings about
5160 evaporate arg to match-data and set-match-data.
5161
51622005-06-14 Luc Teirlinck <teirllm@auburn.edu>
5163
5164 * elisp.texi (Top): Update detailed menu.
5165
5166 * edebug.texi (Edebug): Update menu.
5167 (Instrumenting): Update xrefs.
5168 (Edebug Execution Modes): Correct xref.
5169 (Jumping): Clarify description of `h' command.
5170 Eliminate redundant @ref.
5171 (Breaks): New node.
5172 (Breakpoints): Is now a subsubsection.
5173 (Global Break Condition): Mention `C-x X X'.
5174 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
5175 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
5176 (Edebug Display Update): Correct pxref.
5177 (Edebug and Macros): New node.
5178 (Instrumenting Macro Calls): Is now a subsubsection.
5179 Neither arg of `def-edebug-spec' is evaluated.
5180 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
5181 (Specification Examples): Fix typo.
5182
51832005-06-14 Lute Kamstra <lute@gnu.org>
5184
5185 * debugging.texi (Function Debugging): Primitives can break on
5186 entry too.
5187
51882005-06-14 Kim F. Storm <storm@cua.dk>
5189
5190 * variables.texi (Setting Variables): Add add-to-ordered-list.
5191
51922005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5193
5194 * syntax.texi (Parsing Expressions): Document aux functions and vars of
5195 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
5196
51972005-06-13 Lute Kamstra <lute@gnu.org>
5198
5199 * text.texi (Special Properties): Fix cross reference.
5200
52012005-06-11 Luc Teirlinck <teirllm@auburn.edu>
5202
5203 * debugging.texi (Function Debugging): Delete mention of empty
5204 string argument to `cancel-debug-on-entry'. Delete inaccurate
5205 description of the return value of that command.
5206
52072005-06-11 Alan Mackenzie <acm@muc.de>
5208
5209 * text.texi (Adaptive Fill): Amplify the description of
5210 fill-context-prefix.
5211
52122005-06-10 Luc Teirlinck <teirllm@auburn.edu>
5213
5214 * syntax.texi (Parsing Expressions): Fix Texinfo error.
5215
52162005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
5217
5218 * syntax.texi (Parsing Expressions): Document syntax-ppss.
5219
52202005-06-10 Luc Teirlinck <teirllm@auburn.edu>
5221
5222 * debugging.texi (Error Debugging): Minor rewording.
5223 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
5224 is optional.
5225
52262005-06-10 Lute Kamstra <lute@gnu.org>
5227
5228 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
5229 (Top): Give it a title. Correct version number. Give the
5230 detailed node listing a more prominent header.
5231 * intro.texi: Don't set VERSION here a second time.
5232 Mention Emacs's version too.
5233 * anti.texi (Antinews): Use EMACSVER to refer to the current
5234 version of Emacs.
5235
52362005-06-09 Kim F. Storm <storm@cua.dk>
5237
5238 * searching.texi (Entire Match Data): Explain new `reseat' argument to
5239 match-data and set-match-data.
5240
52412005-06-08 Richard M. Stallman <rms@gnu.org>
5242
5243 * searching.texi (Entire Match Data): Clarify when match-data
5244 returns markers and when integers.
5245
5246 * display.texi (Defining Faces): Explain that face name should not
5247 end in `-face'.
5248
5249 * modes.texi (Mode Line Data): Minor cleanup.
5250 (Customizing Keywords): Node split out of Search-based Fontification.
5251 Add example of using font-lock-add-keywords from a hook.
5252 Clarify when MODE should be non-nil, and when nil.
5253
52542005-06-06 Richard M. Stallman <rms@gnu.org>
5255
5256 * modes.texi (Mode Line Data): Explain what happens when the car
5257 of a list is a void symbol.
5258 (Search-based Fontification): Explain MODE arg to
5259 font-lock-add-keywords and warn about calls from major modes.
5260
52612005-06-08 Juri Linkov <juri@jurta.org>
5262
5263 * display.texi (Standard Faces): Add `shadow' face.
5264
52652005-05-29 Luc Teirlinck <teirllm@auburn.edu>
5266
5267 * modes.texi (Major Mode Conventions): A derived mode only needs
5268 to put the call to the parent mode inside `delay-mode-hooks'.
5269
52702005-05-29 Richard M. Stallman <rms@gnu.org>
5271
5272 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
5273 new, and what that implies. Clarify.
5274
5275 * files.texi (Locating Files): Clean up the text.
5276
5277 * frames.texi (Window Frame Parameters): Document user-size.
5278 Shorten entry for top by referring to left.
5279
52802005-05-26 Richard M. Stallman <rms@gnu.org>
5281
5282 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
5283 is new, and what the implications are. Other clarifications.
5284
52852005-05-24 Richard M. Stallman <rms@gnu.org>
5286
5287 * frames.texi (Dialog Boxes): Minor fixes.
5288
52892005-05-25 Masatake YAMATO <jet@gyve.org>
5290
5291 * display.texi (Standard Faces): Write about `mode-line-highlight'.
5292
52932005-05-24 Luc Teirlinck <teirllm@auburn.edu>
5294
5295 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
5296 is optional.
5297
52982005-05-24 Nick Roberts <nickrob@snap.net.nz>
5299
10d1d0af 5300 * frames.texi (Dialog Boxes): Describe new optional argument.
b8d4c8d0
GM
5301
53022005-05-23 Lute Kamstra <lute@gnu.org>
5303
5304 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
5305 syntax-begin-function over font-lock-beginning-of-syntax-function.
5306
53072005-05-21 Luc Teirlinck <teirllm@auburn.edu>
5308
5309 * minibuf.texi (Reading File Names): Update description of
5310 `read-directory-name'.
5311
5312 * modes.texi (Derived Modes): Clarify :group keyword.
5313
53142005-05-21 Eli Zaretskii <eliz@gnu.org>
5315
5316 * files.texi (Locating Files): New subsection.
5317 Describe locate-file and executable-find.
5318
53192005-05-21 Kevin Ryde <user42@zip.com.au>
5320
5321 * frames.texi (Initial Parameters): Update cross reference to
5322 "Emacs Invocation".
5323
53242005-05-19 Luc Teirlinck <teirllm@auburn.edu>
5325
5326 * keymaps.texi (Active Keymaps): Add anchor.
5327
5328 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
5329 (Major Mode Conventions): Refer to `Auto Major Mode' in more
5330 appropriate place.
5331 (Derived Modes): Small clarifications.
5332 (Minor Mode Conventions, Keymaps and Minor Modes):
5333 Replace references to nodes with references to anchors.
5334 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
5335 Clarify description of lists whose first element is an integer.
5336 (Mode Line Variables): Add anchor.
5337 (%-Constructs): Clarify description of integer after %.
5338 (Emulating Mode Line): Describe nil value for FACE.
5339
53402005-05-18 Luc Teirlinck <teirllm@auburn.edu>
5341
5342 * modes.texi (Derived Modes): Correct references to non-existing
5343 variable standard-syntax-table.
5344
53452005-05-17 Lute Kamstra <lute@gnu.org>
5346
5347 * modes.texi (Defining Minor Modes): Mention the mode hook.
5348
53492005-05-15 Kim F. Storm <storm@cua.dk>
5350
5351 * processes.texi (Network): Remove open-network-stream-nowait.
5352 (Network Servers): Remove open-network-stream-server.
5353
53542005-05-15 Luc Teirlinck <teirllm@auburn.edu>
5355
5356 * elisp.texi (Top): Update detailed menu.
5357
5358 * variables.texi: Reorder nodes.
5359 (Variables): Update menu.
5360 (File Local Variables): Do not refer to the `-*-' line as
5361 a "local variables list". Add pxref.
5362
53632005-05-14 Luc Teirlinck <teirllm@auburn.edu>
5364
5365 * elisp.texi (Top): Update detailed menu for node changes.
5366
5367 * modes.texi (Modes): Update Menu.
5368 (Hooks): Move to beginning of chapter.
5369 Most minor modes run mode hooks too.
5370 `add-hook' can handle void hooks or hooks whose value is a single
5371 function.
5372 (Major Modes): Update Menu.
5373 (Major Mode Basics): New node, split off from `Major Modes'.
5374 (Major Mode Conventions): Correct xref. Explain how to handle
5375 auto-mode-alist if the major mode command has an autoload cookie.
5376 (Auto Major Mode): Major update. Add magic-mode-alist.
5377 (Derived Modes): Major update.
5378 (Mode Line Format): Update Menu.
5379 (Mode Line Basics): New node, split off from `Mode Line Format'.
5380
5381 * loading.texi (Autoload): Mention `autoload cookie' as synonym
5382 for `magic autoload comment'. Add index entries and anchor.
5383
53842005-05-14 Richard M. Stallman <rms@gnu.org>
5385
5386 * tips.texi (Coding Conventions): Explain how important it is
5387 that just loading certain files not change Emacs behavior.
5388
5389 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
5390
53912005-05-12 Lute Kamstra <lute@gnu.org>
5392
5393 * modes.texi (Generic Modes): Update.
5394 (Major Modes): Refer to node "Generic Modes".
5395
5396 * elisp.texi (Top): Update to the current structure of the manual.
5397 * processes.texi (Processes): Add menu description.
5398 * customize.texi (Customization): Add menu descriptions.
5399
54002005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
5401
5402 * processes.texi (Signals to Processes)
5403 (Low-Level Network): Fix typos.
5404
54052005-05-11 Lute Kamstra <lute@gnu.org>
5406
5407 * elisp.texi (Top): Add some nodes from the chapter "Major and
5408 Minor Modes" to the detailed node listing.
5409
54102005-05-10 Richard M. Stallman <rms@gnu.org>
5411
5412 * keymaps.texi (Extended Menu Items): Menu item filter functions
5413 can be called at any time.
5414
54152005-05-08 Luc Teirlinck <teirllm@auburn.edu>
5416
5417 * variables.texi (File Local Variables): `(hack-local-variables t)'
5418 now also checks whether a mode is specified in the local variables
5419 list.
5420
54212005-05-05 Kevin Ryde <user42@zip.com.au>
5422
5423 * display.texi (The Echo Area): Correct format function cross
5424 reference.
5425
54262005-05-05 Luc Teirlinck <teirllm@auburn.edu>
5427
5428 * variables.texi (Variable Aliases): Change description of
5429 `define-obsolete-variable-alias'.
5430
5431 * functions.texi (Functions): Add "Obsolete Functions" to menu.
5432 (Defining Functions): Add xref.
5433 (Obsolete Functions): New node.
5434 (Function Safety): Standardize capitalization of section title.
5435
5436 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
5437 (Dialog Boxes): Complete description of `x-popup-dialog'.
5438
54392005-05-04 Richard M. Stallman <rms@gnu.org>
5440
5441 * commands.texi (Interactive Codes): Fix Texinfo usage.
5442 Document U more clearly.
5443
54442005-05-01 Luc Teirlinck <teirllm@auburn.edu>
5445
5446 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
5447 function and not a macro.
5448
5449 * frames.texi (Pop-Up Menus): Correct and clarify description of
5450 `x-popup-menu'.
5451 (Dialog Boxes): Clarify description of `x-popup-dialog'.
5452
54532005-05-01 Richard M. Stallman <rms@gnu.org>
5454
5455 * edebug.texi (Checking Whether to Stop): Fix previous change.
5456
54572005-05-01 Luc Teirlinck <teirllm@auburn.edu>
5458
5459 * display.texi: Fix typos and Texinfo usage.
5460
5461 * edebug.texi (Checking Whether to Stop): executing-macro ->
5462 executing-kbd-macro.
5463
54642005-05-01 Richard M. Stallman <rms@gnu.org>
5465
5466 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
5467
54682005-04-30 Richard M. Stallman <rms@gnu.org>
5469
5470 * files.texi (Magic File Names): Document `operations' property.
5471
54722005-04-29 Lute Kamstra <lute@gnu.org>
5473
5474 * modes.texi (Generic Modes): New node.
5475 (Major Modes): Add it to the menu.
5476 (Derived Modes): Add "derived mode" to concept index.
5477
54782005-04-28 Lute Kamstra <lute@gnu.org>
5479
5480 * modes.texi (Defining Minor Modes): Fix previous change.
5481 (Font Lock Mode): Simplify.
5482 (Font Lock Basics): Say that font-lock-defaults is buffer-local
5483 when set and that some parts are optional. Add cross references.
5484 (Search-based Fontification): Say how to specify font-lock-keywords.
5485 Add cross references. Add font-lock-multiline to index.
5486 Move font-lock-keywords-case-fold-search here from node "Other Font
5487 Lock Variables". Document font-lock-add-keywords and
5488 font-lock-remove-keywords.
5489 (Other Font Lock Variables): Move font-lock-keywords-only,
5490 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
5491 and font-lock-syntactic-face-function to node "Syntactic Font
5492 Lock". Move font-lock-keywords-case-fold-search to node
5493 "Search-based Fontification". Document font-lock-inhibit-thing-lock
5494 and font-lock-{,un}fontify-{buffer,region}-function.
5495 (Precalculated Fontification): Remove reference to deleted variable
5496 font-lock-core-only.
5497 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
5498 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
5499 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
5500 and font-lock-syntactic-face-function here from node "Other Font
5501 Lock Variables". Move font-lock-syntactic-keywords to "Setting
5502 Syntax Properties". Add cross references.
5503 (Setting Syntax Properties): New node.
5504 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
5505 * syntax.texi (Syntax Properties): Add cross reference.
5506 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
5507
55082005-04-26 Richard M. Stallman <rms@gnu.org>
5509
5510 * display.texi (Defining Faces):
5511 Document `default' elements of defface spec.
5512
5513 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
5514
5515 * variables.texi (Variable Aliases): Clarify text.
5516
55172005-04-25 Chong Yidong <cyd@stupidchicken.com>
5518
5519 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
5520
55212005-04-25 Luc Teirlinck <teirllm@auburn.edu>
5522
5523 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
5524
55252005-04-24 Eli Zaretskii <eliz@gnu.org>
5526
5527 * syntax.texi (Syntax Table Internals): Elaborate documentation of
5528 syntax-after and syntax-class.
5529
5530 * files.texi (Changing Files): Fix last change's cross-reference.
5531 (Unique File Names): Don't mention "numbers" in the documentation
5532 of make-temp-file and make-temp-name.
5533
55342005-04-23 Richard M. Stallman <rms@gnu.org>
5535
5536 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
5537
55382005-04-22 Nick Roberts <nickrob@snap.net.nz>
5539
5540 * windows.texi (Cyclic Window Ordering): Clarify window-list.
5541
55422005-04-22 Nick Roberts <nickrob@snap.net.nz>
5543
5544 * variables.texi (Variable Aliases): Describe make-obsolete-variable
5545 and define-obsolete-variable-alias.
5546
55472005-04-22 Kim F. Storm <storm@cua.dk>
5548
5549 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
5550 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
5551
55522005-04-21 Lute Kamstra <lute@gnu.org>
5553
5554 * lists.texi (Association Lists): Document rassq-delete-all.
5555
55562005-04-19 Richard M. Stallman <rms@gnu.org>
5557
5558 * modes.texi (Search-based Fontification): Explain that
5559 facespec is an expression to be evaluated.
5560
55612005-04-19 Kevin Ryde <user42@zip.com.au>
5562
5563 * streams.texi (Output Functions): Fix xref.
5564 * strings.texi (String Conversion): Fix xref.
5565
55662005-04-19 Kim F. Storm <storm@cua.dk>
5567
5568 * symbols.texi (Symbol Plists): Add safe-get.
5569 Mention that `get' may signal an error.
5570
55712005-04-18 Nick Roberts <nickrob@snap.net.nz>
5572
5573 * customize.texi (Variable Definitions): Replace tooltip-mode
5574 example with save-place.
5575
55762005-04-17 Richard M. Stallman <rms@gnu.org>
5577
5578 * buffers.texi (Indirect Buffers): Clarify.
5579
5580 * positions.texi (Positions): Clarify converting marker to integer.
5581
5582 * strings.texi (String Basics): Mention string-match; clarify.
5583
55842005-04-08 Lute Kamstra <lute@gnu.org>
5585
5586 * modes.texi (Search-based Fontification): Fix cross references.
5587 Use consistent terminology. Document anchored highlighting.
5588
55892005-04-05 Lute Kamstra <lute@gnu.org>
5590
5591 * modes.texi (Defining Minor Modes): Document :group keyword
5592 argument and its default value.
5593
55942005-04-03 Lute Kamstra <lute@gnu.org>
5595
5596 * hooks.texi (Standard Hooks): Add some hooks. Add cross
5597 references and/or descriptions. Delete major mode hooks; mention
5598 them as a category instead. Rename or delete obsolete hooks.
5599
56002005-04-02 Richard M. Stallman <rms@gnu.org>
5601
5602 * nonascii.texi (Coding System Basics): Another wording cleanup.
5603
56042005-04-01 Richard M. Stallman <rms@gnu.org>
5605
5606 * nonascii.texi (Coding System Basics): Clarify previous change.
5607
56082005-04-01 Kenichi Handa <handa@m17n.org>
5609
10d1d0af 5610 * nonascii.texi (Coding System Basics): Describe about roundtrip
b8d4c8d0
GM
5611 identity of coding systems.
5612
56132005-03-29 Chong Yidong <cyd@stupidchicken.com>
5614
5615 * text.texi (Buffer Contents): Add filter-buffer-substring and
5616 buffer-substring-filters.
5617
56182005-03-26 Chong Yidong <cyd@stupidchicken.com>
5619
5620 * anti.texi (Antinews): Mention `G' interactive code.
5621
5622 * tips.texi (Compilation Tips): Mention benchmark.el.
5623
56242005-03-27 Luc Teirlinck <teirllm@auburn.edu>
5625
5626 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
5627 is now bound to M-o M-o.
5628
5629 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
5630
56312005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
5632
5633 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
5634 in the Emacs Manual).
5635 * Makefile.in (srcs): Remove calendar.texi.
5636 * makefile.w32-in (srcs): Remove calendar.texi.
5637 * display.texi (Display): Change name of next node.
5638 * os.texi (System In): Change name of previous node.
5639 * elisp.texi (Top): Remove Calendar references.
5640 * vol1.texi (Top): Remove Calendar references.
5641 * vol2.texi (Top): Remove Calendar references.
5642
56432005-03-25 Richard M. Stallman <rms@gnu.org>
5644
5645 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
5646 Cleanup previous change.
5647
56482005-03-25 Chong Yidong <cyd@stupidchicken.com>
5649
5650 * display.texi (Face Attributes): Faces earlier in an :inherit
5651 list take precedence.
5652 (Scroll Bars): Fix description of vertical-scroll-bars.
5653 Document frame-current-scroll-bars and window-current-scroll-bars.
5654
5655 * markers.texi (The Mark): Document temporary Transient Mark mode.
5656
5657 * minibuf.texi (Reading File Names):
5658 Document read-file-name-completion-ignore-case.
5659
5660 * positions.texi (Screen Lines): Document nil for width argument
5661 to compute-motion.
5662
56632005-03-23 Kim F. Storm <storm@cua.dk>
5664
5665 * display.texi (Standard Faces): Other faces used in the fringe
5666 implicitly inherits from the fringe face.
5667 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
5668 properties implicitly inherits from fringe face.
5669 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
5670
56712005-03-20 Chong Yidong <cyd@stupidchicken.com>
5672
5673 * display.texi (Invisible Text): State default value of
5674 line-move-ignore-invisible.
5675 (Managing Overlays): Document remove-overlays.
5676 (Standard Faces): Document escape-glyph face.
5677
5678 * minibuf.texi (Reading File Names): Document read-file-name-function.
5679
5680 * modes.texi (Other Font Lock Variables):
5681 Document font-lock-lines-before.
5682
5683 * positions.texi (Skipping Characters): skip-chars-forward allows
5684 character classes.
5685
56862005-03-18 Lute Kamstra <lute@gnu.org>
5687
5688 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
5689
56902005-03-17 Richard M. Stallman <rms@gnu.org>
5691
5692 * text.texi (Undo): Document extensible undo entries.
5693
dd7b651b 5694 * searching.texi (String Search, Regexp Search): Cleanups.
b8d4c8d0
GM
5695
5696 * nonascii.texi (Character Codes): Minor fix.
5697
5698 * display.texi (Display Property): Explain the significance
5699 of having text properties that are eq.
5700 (Other Display Specs): Explain string as display spec.
5701
5702 * commands.texi (Interactive Codes): Document G option.
5703
57042005-03-17 Chong Yidong <cyd@stupidchicken.com>
5705
5706 * text.texi (Filling): Add sentence-end-without-period and
5707 sentence-end-without-space.
5708 (Changing Properties): Minor fix.
5709
5710 * anti.texi: Total rewrite.
5711
57122005-03-15 Lute Kamstra <lute@gnu.org>
5713
5714 * edebug.texi (Instrumenting Macro Calls): Fix typos.
5715
57162005-03-08 Kim F. Storm <storm@cua.dk>
5717
5718 * display.texi (Specified Space): Property :width is support on
5719 non-graphic terminals, :height is not.
5720
57212005-03-07 Richard M. Stallman <rms@gnu.org>
5722
5723 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
5724 Now subnodes of Fringes.
5725 (Overlay Arrow): Document overlay-arrow-variable-list.
5726 (Fringe Size/Pos): New node, broken out of Fringes.
5727 (Display): Explain clearing vs redisplay better.
5728 (Truncation): Clarify use of bitmaps.
5729 (The Echo Area): Clarify the uses of the echo area.
5730 Add max-mini-window-height.
5731 (Progress): Clarify.
5732 (Invisible Text): Explain that main loop moves point out.
5733 (Selective Display): Say "hidden", not "invisible".
5734 (Managing Overlays): Move up. Describe relation to Undo here.
5735 (Overlay Properties): Clarify intro.
5736 (Finding Overlays): Explain return values when nothing found.
5737 (Width): truncate-string-to-width has added arg.
5738 (Displaying Faces): Clarify and update mode line face handling.
5739 (Face Functions): Minor cleanup.
5740 (Conditional Display): Merge into Other Display Specs.
5741 (Pixel Specification, Other Display Specs): Minor cleanups.
5742 (Images, Image Descriptors): Minor cleanups.
5743 (GIF Images): Patents have expired.
5744 (Showing Images): Explain default text for insert-image.
5745 (Manipulating Button Types): Merge into Manipulating Buttons.
5746 (Making Buttons): Explain return values.
5747 (Button Buffer Commands): Add xref.
5748 (Inverse Video): Update mode-line-inverse-video.
5749 (Display Table Format): Clarify.
5750 (Active Display Table): Give defaults for window-display-table.
5751
5752 * calendar.texi (Calendar Customizing): calendar-holiday-marker
5753 and calendar-today-marker are strings, not chars.
5754 (Holiday Customizing): Minor fix.
5755
5756 * internals.texi (Writing Emacs Primitives): Update `or' example.
5757 Update limit on # args of subr.
5758
5759 * edebug.texi (Using Edebug): Arrow is in fringe.
5760 (Instrumenting): Arg to eval-defun works without loading edebug.
5761 (Edebug Execution Modes): Add xref.
5762
5763 * customize.texi (Common Keywords): Clarify :require.
5764 Mention :version here.
5765 (Variable Definitions, Group Definitions): Not here.
5766 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
5767
57682005-03-07 Chong Yidong <cyd@stupidchicken.com>
5769 * nonascii.texi (Text Representations): Clarify position-bytes.
5770 (Character Sets): Add list-charset-chars.
5771 (Scanning Charsets): Add charset-after.
5772 (Encoding and I/O): Minor fix.
5773
57742005-03-06 Richard M. Stallman <rms@gnu.org>
5775
5776 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
5777 (Resizing Windows): Likewise.
5778
5779 * text.texi (Change Hooks): Get rid of "Emacs 21".
5780
5781 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
5782
5783 * streams.texi (Output Variables): Get rid of "Emacs 21".
5784
5785 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
5786
5787 * os.texi (Translating Input): Replace flow-control example
5788 with a less obsolete example that uses `keyboard-translate'.
5789
5790 * objects.texi (Hash Table Type, Circular Objects):
5791 Get rid of "Emacs 21".
5792
5793 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
5794 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
5795
5796 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
5797
5798 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
5799
5800 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
5801 (Menu Bar): Fix when menu-bar-update-hook is called.
5802
5803 * hash.texi (Hash Tables): Get rid of "Emacs 21".
5804
5805 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
5806 and make it read better.
5807
5808 * files.texi (Writing to Files): Get rid of "Emacs 21".
5809 (Unique File Names): Likewise.
5810
5811 * elisp.texi: Update Emacs version to 22.
5812
5813 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
5814 (Overlay Properties, Face Attributes): Likewise.
5815 (Managing Overlays): Fix punctuation.
5816 (Attribute Functions): Clarify set-face-font; get rid of
5817 info about old Emacs versions.
5818 (Auto Faces, Font Lookup, Display Property, Images):
5819 Get rid of "Emacs 21".
5820
5821 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
5822
58232005-03-05 Richard M. Stallman <rms@gnu.org>
5824
5825 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
5826
58272005-03-04 Lute Kamstra <lute@gnu.org>
5828
5829 * debugging.texi (Error Debugging): Document stack-trace-on-error.
5830
58312005-03-03 Lute Kamstra <lute@gnu.org>
5832
5833 * edebug.texi (Instrumenting Macro Calls): Fix typo.
5834
58352005-03-01 Lute Kamstra <lute@gnu.org>
5836
5837 * debugging.texi (Debugger Commands): Update `j'.
5838
58392005-02-28 Lute Kamstra <lute@gnu.org>
5840
5841 * debugging.texi (Debugging): Fix typo.
5842 (Error Debugging): Document eval-expression-debug-on-error.
5843 (Function Debugging): Update example.
5844 (Using Debugger): Mention starred stack frames.
5845 (Debugger Commands): Document `j' and `l'.
5846 (Invoking the Debugger): `d' and `j' exit recursive edit too.
5847 Update the messages that the debugger displays.
5848 (Internals of Debugger): Add cross reference. Update example.
5849 (Excess Open): Minor improvement.
5850 (Excess Close): Minor improvement.
5851
58522005-02-26 Richard M. Stallman <rms@gnu.org>
5853
5854 * tips.texi (Coding Conventions): Clarify.
5855 Put all the major mode key reservations together.
5856 Mention the Mouse-1 => Mouse-2 conventions.
5857
5858 * syntax.texi (Syntax Class Table): Clarify.
5859 (Syntax Table Functions): syntax-after moved from here.
5860 (Syntax Table Internals): syntax-after moved to here.
5861 (Parsing Expressions): Update info on number of values
5862 and what's meaningful in the STATE argument.
5863 (Categories): Fix typo.
5864
5865 * sequences.texi (Arrays): Cleanup.
5866 (Char-Tables): Clarify.
5867
5868 * processes.texi (Deleting Processes): Cleanups, add xref.
5869 (Subprocess Creation): Explain nil in exec-path. Cleanup.
5870 (Process Information): set-process-coding-system, some args optional.
5871 (Input to Processes): Explain various types for PROCESS args.
5872 Rename them from PROCESS-NAME to PROCESS.
5873 (Signals to Processes): Likewise.
5874 (Decoding Output): Cleanup.
5875 (Query Before Exit): Clarify.
5876
5877 * os.texi (Startup Summary): Correct the options; add missing ones.
5878 (Terminal Output, Batch Mode): Clarify.
5879 (Flow Control): Node deleted.
5880
5881 * markers.texi (The Mark): Clarify.
5882
5883 * macros.texi (Expansion): Cleanup.
5884 (Indenting Macros): indent-spec allows ints, not floats.
5885
5886 * keymaps.texi (Keymaps): Clarify.
5887 (Format of Keymaps): Update lisp-mode-map example.
5888 (Active Keymaps, Key Lookup): Clarify.
5889 (Changing Key Bindings): Add xref to `kbd'.
5890 (Key Binding Commands, Simple Menu Items): Clarify.
5891 (Mouse Menus, Menu Bar): Clarify.
5892 (Menu Example): Replace print example with menu-bar-replace-menu.
5893
5894 * help.texi (Documentation Basics): Add function-documentation prop.
5895
5896 * elisp.texi (Top): Don't refer to Flow Control node.
5897
5898 * commands.texi (Command Overview): Improve xrefs.
5899 (Adjusting Point): Adjusting point applies to intangible and invis.
5900 (Key Sequence Input): Doc extra read-key-sequence args.
5901 Likewise for read-key-sequence-vector.
5902
5903 * backups.texi (Rename or Copy): Minor fix.
5904 (Numbered Backups): For version-control, say the default.
5905 (Auto-Saving): make-auto-save-file-name example is simplified.
5906
5907 * advice.texi (Advising Functions): Don't imply one part of Emacs
5908 should advise another part. Markup changes.
5909 (Defining Advice): Move transitional para.
5910 (Activation of Advice): Cleanup.
5911 Explain if COMPILE is nil or negative.
5912
5913 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
5914
59152005-02-24 Lute Kamstra <lute@gnu.org>
5916
5917 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
5918 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
5919
59202005-02-23 Lute Kamstra <lute@gnu.org>
5921
5922 * modes.texi (Defining Minor Modes): define-minor-mode can be used
5923 to define global minor modes as well.
5924
5925 * display.texi (Managing Overlays): overlay-buffer returns nil for
5926 deleted overlays.
5927
59282005-02-22 Kim F. Storm <storm@cua.dk>
5929
5930 * minibuf.texi (Basic Completion): Allow symbols in addition to
5931 strings in try-completion and all-completions.
5932
59332005-02-14 Lute Kamstra <lute@gnu.org>
5934
5935 * elisp.texi (Top): Remove reference to deleted node.
5936
5937 * lists.texi (Lists): Remove reference to deleted node.
5938 (Cons Cells): Fix typo.
5939
5940 * loading.texi (Where Defined): Fix typo.
5941
59422005-02-14 Richard M. Stallman <rms@gnu.org>
5943
5944 * variables.texi (Creating Buffer-Local): change-major-mode-hook
5945 is useful for discarding some minor modes.
5946
5947 * symbols.texi (Symbol Components): Reorder examples.
5948
5949 * streams.texi (Input Functions): State standard-input default.
5950 (Output Variables): State standard-output default.
5951
5952 * objects.texi (Printed Representation): Clarify read syntax vs print.
5953 (Floating Point Type): Explain meaning better.
5954 (Symbol Type): Explain uniqueness better.
5955 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
5956 List examples sooner.
5957 (Box Diagrams): New subnode broken out.
5958 Some examples moved from old Lists as Boxes node.
5959 (Dotted Pair Notation): Clarify intro.
5960 (Array Type): Clarify.
5961 (Type Predicates): Add hash-table-p.
5962
5963 * numbers.texi (Integer Basics): Clarify radix explanation.
5964 (Predicates on Numbers): Minor clarification.
5965 (Comparison of Numbers): Minor clarification. Clarify eql.
5966 Typos in min, max.
5967 (Math Functions): Clarify overflow in expt.
5968
5969 * minibuf.texi (Text from Minibuffer): Minor clarification.
5970 Mention arrow keys.
5971
5972 * loading.texi (Autoload): defun's doc string overrides autoload's
5973 doc string.
5974 (Repeated Loading): Modernize "add to list" examples.
5975 (Where Defined): Finish updating table of load-history elts.
5976
5977 * lists.texi (List-related Predicates): Minor wording improvement.
5978 (Lists as Boxes): Node deleted.
5979 (Building Lists): Explain trivial cases of number-sequence.
5980
5981 * hash.texi (Hash Tables): Add desc to menu items.
10d1d0af 5982 (Creating Hash): Explain "full" means "make larger".
b8d4c8d0
GM
5983 (Hash Access): Any object can be a key.
5984 State value of maphash.
5985
5986 * functions.texi (What Is a Function): Wording cleanup.
5987 (Function Documentation): Minor cleanup.
5988 Explain purpose of calling convention at end of doc string.
5989 (Function Names): Wording cleanup.
5990 (Calling Functions): Wording cleanup.
5991 Explain better how funcall calls the function.
5992 (Function Cells): Delete example of saving and redefining function.
5993
5994 * control.texi (Combining Conditions): Wording cleanup.
5995 (Iteration): dolist and dotimes bind VAR locally.
5996 (Cleanups): Xref to Atomic Changes.
5997
5998 * compile.texi (Byte Compilation): Delete 19.29 info.
5999 (Compilation Functions): Macros' difficulties don't affect defsubst.
6000 (Docs and Compilation): Delete 19.29 info.
6001
60022005-02-10 Richard M. Stallman <rms@gnu.org>
6003
6004 * objects.texi (Symbol Type): Minor correction.
6005
60062005-02-06 Lute Kamstra <lute@gnu.org>
6007
6008 * modes.texi (Example Major Modes): Fix typos.
6009
60102005-02-06 Richard M. Stallman <rms@gnu.org>
6011
6012 * text.texi (Margins): fill-nobreak-predicate can be one function.
6013
6014 * strings.texi (Modifying Strings): clear-string can make unibyte.
6015 (Formatting Strings): format gives error if values missing.
6016
6017 * positions.texi (Character Motion): Mention default arg
6018 for forward-char. backward-char refers to forward-char.
6019 (Word Motion): Mention default arg for forward-word.
6020 (Buffer End Motion): Mention default arg for beginning-of-buffer.
6021 Simplify end-of-buffer.
6022 (Text Lines): Mention default arg for forward-line.
6023 (List Motion): Mention default arg for beginning/end-of-defun.
6024 (Skipping Characters): Minor fixes in explaining character-set.
6025
6026 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
6027 Mode inheritance applies only when default-major-mode is nil.
6028 Clarifications.
6029 (Example Major Modes): Update Text mode and Lisp mode examples.
6030 (Minor Mode Conventions): Mention define-minor-mode at top.
6031 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
6032 (Mode Line Format): Update mode line face display info.
6033 (Properties in Mode): Mention effect of risky vars.
6034 (Imenu): Define imenu-add-to-menubar.
6035 (Font Lock Mode): Add descriptions to menu lines.
6036 (Faces for Font Lock): Add font-lock-doc-face.
6037
60382005-02-05 Lute Kamstra <lute@gnu.org>
6039
6040 * text.texi (Maintaining Undo): Remove obsolete function.
6041
60422005-02-05 Eli Zaretskii <eliz@gnu.org>
6043
6044 * frames.texi (Color Names): Add pointer to the X docs about RGB
6045 color specifications. Improve indexing
6046 (Text Terminal Colors): Replace the description of RGB values by
6047 an xref to "Color Names".
6048
60492005-02-03 Richard M. Stallman <rms@gnu.org>
6050
6051 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
6052 Clarify.
6053 (Selecting Windows): Clarify save-selected-window.
6054 (Cyclic Window Ordering): Clarify walk-windows.
6055 (Window Point): Clarify.
6056 (Window Start): Add comment to example.
6057 (Resizing Windows): Add `interactive' specs in examples.
6058 Document fit-window-to-buffer.
6059
6060 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
6061 (Undo, Maintaining Undo): Clarify last change.
6062 (Sorting): In sort-numeric-fields, explain about octal and hex.
6063 Mention sort-numeric-base.
6064 (Format Properties): Add xref for hard newlines.
6065
6066 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
6067 (Pop-Up Menus): Fix typo.
6068 (Color Names): Explain all types of color names.
6069 Explain color-values on B&W terminal.
6070 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
6071
6072 * files.texi (File Locks): Not supported on MS systems.
6073 (Testing Accessibility): Clarify.
6074
6075 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
6076 (Coverage Testing): Fix typo.
6077
6078 * commands.texi (Misc Events): Remove stray space.
6079
6080 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
6081 (Modification Time): Clarify when visited-file-modtime returns 0.
6082 (The Buffer List): Clarify bury-buffer.
6083 (Killing Buffers): Clarify.
6084 (Indirect Buffers): Add clone-indirect-buffer.
6085
60862005-02-02 Matt Hodges <MPHodges@member.fsf.org>
6087
6088 * edebug.texi (Printing in Edebug): Fix default value of
6089 edebug-print-circle.
6090 (Coverage Testing): Fix displayed frequency count data.
6091
60922005-02-02 Luc Teirlinck <teirllm@auburn.edu>
6093
6094 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
6095
60962005-02-02 Kim F. Storm <storm@cua.dk>
6097
6098 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
6099
61002005-01-29 Eli Zaretskii <eliz@gnu.org>
6101
6102 * commands.texi (Misc Events): Describe the help-echo event.
6103
6104 * text.texi (Special Properties) <help-echo>: Use `pos'
6105 consistently in description of the help-echo property.
6106 Use @code{nil} instead of @var{nil}.
6107
6108 * display.texi (Overlay Properties): Fix the index entry for
6109 help-echo overlay property.
6110
6111 * customize.texi (Type Keywords): Uncomment the xref to the
6112 help-echo property documentation.
6113
61142005-01-23 Kim F. Storm <storm@cua.dk>
6115
6116 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
6117 return value. Third element FULLY replaced by PARTIAL which
6118 specifies number of invisible pixels if row is only partially visible.
6119 (Textual Scrolling): Mention auto-window-vscroll.
6120 (Vertical Scrolling): New defvar auto-window-vscroll.
6121
61222005-01-16 Luc Teirlinck <teirllm@auburn.edu>
6123
6124 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
6125 command remapping.
6126
61272005-01-15 Richard M. Stallman <rms@gnu.org>
6128
6129 * display.texi (Defining Images): Mention DATA-P arg of create-image.
6130
61312005-01-14 Kim F. Storm <storm@cua.dk>
6132
6133 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
6134
6135 * text.texi (Links and Mouse-1): Fix string and vector item.
6136
61372005-01-13 Richard M. Stallman <rms@gnu.org>
6138
6139 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
6140 descriptions of overriding-local-map and overriding-terminal-local-map.
6141
6142 * text.texi (Links and Mouse-1): Clarify text.
6143
61442005-01-13 Kim F. Storm <storm@cua.dk>
6145
6146 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
6147
61482005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
6149
6150 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
6151
61522005-01-12 Kim F. Storm <storm@cua.dk>
6153
6154 * text.texi (Links and Mouse-1): Rename section from Enabling
6155 Mouse-1 to Following Links. Change xrefs.
6156 Add examples for define-button-type and define-widget.
6157
6158 * display.texi (Button Properties, Button Buffer Commands):
6159 Clarify mouse-1 and follow-link functionality.
6160
61612005-01-12 Richard M. Stallman <rms@gnu.org>
6162
6163 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
6164
6165 * display.texi (Beeping): Fix Texinfo usage.
6166
6167 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
6168
61692005-01-11 Kim F. Storm <storm@cua.dk>
6170
6171 * display.texi (Button Properties, Button Buffer Commands):
6172 Mention mouse-1 binding. Add follow-link keyword.
6173
6174 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
6175 (Enabling Mouse-1 to Follow Links): New subsection.
6176
61772005-01-06 Richard M. Stallman <rms@gnu.org>
6178
6179 * text.texi (Special Properties): Minor change.
6180
6181 * os.texi (Timers): Clarify previous change.
6182
6183 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
6184
61852005-01-01 Luc Teirlinck <teirllm@auburn.edu>
6186
6187 * display.texi (Face Attributes): Correct xref to renamed node.
6188
61892005-01-01 Richard M. Stallman <rms@gnu.org>
6190
6191 * display.texi (Face Attributes): Describe hex color specs.
6192
61932004-12-31 Richard M. Stallman <rms@gnu.org>
6194
6195 * os.texi (Timers): Update previous change.
6196
61972004-12-30 Kim F. Storm <storm@cua.dk>
6198
6199 * display.texi (Line Height): Total line-height is now specified
6200 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
6201 in cons cells. (nil . RATIO) is relative to actual line height.
6202 Use line-height `t' instead of `0' to get minimum height.
6203
62042004-12-29 Richard M. Stallman <rms@gnu.org>
6205
6206 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
6207
62082004-12-28 Richard M. Stallman <rms@gnu.org>
6209
6210 * commands.texi (Quitting): Clarify value of with-local-quit.
6211
6212 * elisp.texi (Top): Fix previous change.
6213
6214 * loading.texi (Loading): Fix previous change.
6215
62162004-12-27 Richard M. Stallman <rms@gnu.org>
6217
6218 * Makefile.in (MAKEINFO): Specify --force.
6219
6220 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
6221
6222 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
6223
6224 * display.texi (Line Height): Further clarify.
6225
6226 * elisp.texi (Top): Update Loading submenu.
6227
6228 * loading.texi (Where Defined): New node.
6229 (Unloading): load-history moved to Where Defined.
6230
62312004-12-21 Richard M. Stallman <rms@gnu.org>
6232
6233 * commands.texi (Event Input Misc): Add while-no-input.
6234
62352004-12-11 Richard M. Stallman <rms@gnu.org>
6236
6237 * display.texi (Line Height): Rewrite text for clarity.
6238
62392004-12-11 Kim F. Storm <storm@cua.dk>
6240
6241 * display.texi (Display): Add node "Line Height" to menu.
6242 (Line Height): New node. Move full description of line-spacing
6243 and line-height text properties here from text.texi.
6244 (Scroll Bars): Add vertical-scroll-bar variable.
6245
6246 * frames.texi (Window Frame Parameters): Remove line-height defvar.
6247
6248 * locals.texi (Standard Buffer-Local Variables): Fix xref for
6249 line-spacing and vertical-scroll-bar.
6250
6251 * text.texi (Special Properties): Just mention line-spacing and
6252 line-height here, add xref to new "Line Height" node.
6253
62542004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
6255
6256 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
6257
6258 * locals.texi (Standard Buffer-Local Variables):
6259 Add @xref for `line-spacing'.
6260
62612004-12-05 Richard M. Stallman <rms@gnu.org>
6262
6263 * Makefile.in (maintainer-clean): Remove the info files
6264 in $(infodir) where they are created.
6265
62662004-12-03 Richard M. Stallman <rms@gnu.org>
6267
6268 * windows.texi (Selecting Windows): get-lru-window and
6269 get-largest-window don't consider dedicated windows.
6270
6271 * text.texi (Undo): Document undo-in-progress.
6272
62732004-11-26 Richard M. Stallman <rms@gnu.org>
6274
6275 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
6276 Remove a few vars that are not always buffer-local.
6277
62782004-11-24 Luc Teirlinck <teirllm@auburn.edu>
6279
6280 * locals.texi (Standard Buffer-Local Variables): Comment out
6281 xref's to non-existent node `Yet to be written'.
6282
62832004-11-24 Richard M. Stallman <rms@gnu.org>
6284
6285 * processes.texi (Synchronous Processes): Grammar fix.
6286
6287 * numbers.texi (Comparison of Numbers): Add eql.
6288
6289 * locals.texi (Standard Buffer-Local Variables): Add many vars.
6290
6291 * intro.texi (Printing Notation): Fix previous change.
6292
6293 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
6294 and default-indicate-buffer-boundaries from here.
6295 (Usual Display): To here.
6296 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
6297 (Usual Display): Move tab-width up.
6298
6299 * customize.texi (Variable Definitions): Replace
6300 show-paren-mode example with tooltip-mode.
6301 (Simple Types, Composite Types, Defining New Types):
6302 Minor cleanups.
6303
63042004-11-21 Jesper Harder <harder@ifa.au.dk>
6305
6306 * processes.texi (Synchronous Processes, Output from Processes):
6307 Markup fix.
6308
63092004-11-20 Richard M. Stallman <rms@gnu.org>
6310
6311 * positions.texi (Skipping Characters): skip-chars-forward
6312 now handles char classes.
6313
6314 * intro.texi (Printing Notation): Avoid confusion of `print'
6315 when explaining @print.
6316
6317 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
6318
6319 * display.texi (Display Table Format): Minor fix.
6320
6321 * streams.texi (Output Functions): Fix print example.
6322
6323 * Makefile.in (elisp): New target.
6324 (dist): Depend on $(infodir)/elisp, not elisp.
6325 Copy the info files from $(infodir).
6326
6327 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
6328 read-from-minibuffer.
6329
6330 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
6331
63322004-11-19 Richard M. Stallman <rms@gnu.org>
6333
6334 * searching.texi (Regexp Search): Add search-whitespace-regexp.
6335
63362004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
6337
6338 * tips.texi (Coding Conventions): Fix typo.
6339
63402004-11-16 Richard M. Stallman <rms@gnu.org>
6341
6342 * tips.texi (Coding Conventions): Separate defvar and require
6343 methods to avoid warnings. Use require only when there are many
6344 functions and variables from that package.
6345
6346 * minibuf.texi (Minibuffer Completion): When ignoring case,
6347 predicate must not be case-sensitive.
6348
6349 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
6350 (Test Coverage): Don't talk about "splotches". Clarified.
6351
63522004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
6353
6354 * frames.texi (Window Frame Parameters): Fix typo.
6355
63562004-11-15 Kim F. Storm <storm@cua.dk>
6357
6358 * symbols.texi (Other Plists): Note that plist-get may signal error.
6359 Add safe-plist-get.
6360
63612004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
6362
6363 * modes.texi (Font Lock Basics): Fix typo.
6364
63652004-11-08 Richard M. Stallman <rms@gnu.org>
6366
6367 * syntax.texi (Syntax Table Functions): Add syntax-after.
6368
63692004-11-06 Lars Brinkhoff <lars@nocrew.org>
6370
6371 * os.texi (Processor Run Time): New section documenting
6372 get-internal-run-time.
6373
63742004-11-06 Eli Zaretskii <eliz@gnu.org>
6375
6376 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
6377 it nukes elisp-cover.texi.
6378 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
6379 elisp-0 etc.
6380
63812004-11-05 Luc Teirlinck <teirllm@auburn.edu>
6382
6383 * commands.texi (Keyboard Macros): Document `append' return value
6384 of `defining-kbd-macro'.
6385
63862004-11-01 Richard M. Stallman <rms@gnu.org>
6387
6388 * commands.texi (Interactive Call): Add called-interactively-p.
6389
63902004-10-29 Simon Josefsson <jas@extundo.com>
6391
6392 * minibuf.texi (Reading a Password): Revert.
6393
63942004-10-28 Richard M. Stallman <rms@gnu.org>
6395
6396 * frames.texi (Display Feature Testing): Explain about "vendor".
6397
63982004-10-27 Richard M. Stallman <rms@gnu.org>
6399
6400 * commands.texi (Interactive Codes): `N' uses numeric prefix,
6401 not raw. Clarify `n'.
6402 (Interactive Call): Rewrite interactive-p, focusing on when
6403 and how to use it.
6404 (Misc Events): Clarify previous change.
6405
6406 * advice.texi (Simple Advice): Clarify what job the example does.
6407 (Around-Advice): Clarify ad-do-it.
6408 (Activation of Advice): An option of ad-default-compilation-action
6409 is `never', not `nil'.
6410
64112004-10-26 Kim F. Storm <storm@cua.dk>
6412
6413 * commands.texi (Interactive Codes): Add U code letter.
6414
64152004-10-25 Simon Josefsson <jas@extundo.com>
6416
6417 * minibuf.texi (Reading a Password): Add.
6418
64192004-10-24 Jason Rumney <jasonr@gnu.org>
6420
6421 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
6422 and wheel-down.
6423
64242004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
6425
6426 * processes.texi (Synchronous Processes): Document process-file.
6427
64282004-10-22 Kenichi Handa <handa@m17n.org>
6429
6430 * text.texi (translate-region): Document that it accepts also a
6431 char-table.
6432
64332004-10-22 David Ponce <david@dponce.com>
6434
6435 * windows.texi (Resizing Windows): Document the `preserve-before'
6436 argument of the functions `enlarge-window' and `shrink-window'.
6437
64382004-10-19 Jason Rumney <jasonr@gnu.org>
6439
6440 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
6441
64422004-10-09 Luc Teirlinck <teirllm@auburn.edu>
6443
6444 * text.texi (Filling): Add anchor for definition of
6445 `sentence-end-double-space'.
6446
6447 * searching.texi (Regexp Example): Update description of how
6448 Emacs currently recognizes the end of a sentence.
6449 (Standard Regexps): Update definition of the variable
6450 `sentence-end'. Add definition of the function `sentence-end'.
6451
64522004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
6453
6454 * display.texi (Progress): New node.
6455
64562004-10-05 Kim F. Storm <storm@cua.dk>
6457
6458 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
6459
64602004-09-29 Kim F. Storm <storm@cua.dk>
6461
6462 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
6463 to identify bitmaps. Remove -fringe-bitmap suffix for standard
6464 fringe bitmap symbols, as they now have their own namespace.
6465 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
6466 vs. pixels. Signal error if no free bitmap slots.
6467 (Pixel Specification): Change IMAGE to @var{image}.
6468
64692004-09-28 Richard M. Stallman <rms@gnu.org>
6470
6471 * text.texi (Special Properties): Clarify line-spacing and line-height.
6472
6473 * searching.texi (Regexp Search): Add looking-back.
6474
64752004-09-25 Luc Teirlinck <teirllm@auburn.edu>
6476
6477 * display.texi: Correct typos.
6478 (Image Descriptors): Correct xref's.
6479
64802004-09-25 Richard M. Stallman <rms@gnu.org>
6481
6482 * text.texi (Special Properties): Cleanups in `cursor'.
6483 Rewrites in `line-height' and `line-spacing'; exchange them.
6484
6485 * display.texi (Fringes): Rewrite previous change.
6486 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
6487 (Display Fringe Bitmaps): Node deleted, text moved.
6488 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
6489 (Scroll Bars): Clarify set-window-scroll-bars.
6490 (Pointer Shape): Rewrite.
6491 (Specified Space): Clarify :align-to, etc.
6492 (Pixel Specification): Use @var. Clarify new text.
6493 (Other Display Specs): Clarify `slice'.
6494 (Image Descriptors): Cleanups.
6495 (Showing Images): Cleanups.
6496
64972004-09-24 Luc Teirlinck <teirllm@auburn.edu>
6498
6499 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
6500
6501 * modes.texi: Various minor changes in addition to:
6502 (Major Mode Conventions): Final call to `run-mode-hooks' should
6503 not be inside the `delay-mode-hooks' form.
6504 (Mode Hooks): New node.
6505 (Hooks): Delete obsolete example.
6506 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
6507 node "Mode Hooks".
6508
65092004-09-22 Luc Teirlinck <teirllm@auburn.edu>
6510
6511 * display.texi: Correct various typos.
6512 (Display): Rename node "Pointer Shapes" to "Pointer
6513 Shape". (There is already a node called "Pointer Shapes" in
6514 frames.texi.)
6515 (Images): Remove non-existent node "Image Slices" from menu.
6516
65172004-09-23 Kim F. Storm <storm@cua.dk>
6518
6519 * text.texi (Special Properties): Add `cursor', `pointer',
6520 `line-height', and `line-spacing' properties.
6521
6522 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
6523 Shapes' to menu.
6524 (Standard Faces): Doc fix for fringe face.
6525 (Fringes): Add `overflow-newline-into-fringe' and
6526 'indicate-buffer-boundaries'.
6527 (Fringe Bitmaps, Pointer Shapes): New nodes.
6528 (Display Property): Add 'Pixel Specification' and 'Display Fringe
6529 Bitmaps' to menu.
6530 (Specified Space): Describe pixel width and height.
6531 (Pixel Specification): New node.
6532 (Other Display Specs): Add `slice' property.
6533 (Display Fringe Bitmaps): New node.
6534 (Images): Add 'Image Slices' to menu.
6535 (Image Descriptors): Add `:pointer' and `:map' properties.
6536 (Showing Images): Add slice arg to `insert-image'. Add
6537 'insert-sliced-image'.
6538
65392004-09-20 Richard M. Stallman <rms@gnu.org>
6540
6541 * commands.texi (Key Sequence Input):
6542 Clarify downcasing in read-key-sequence.
6543
65442004-09-08 Juri Linkov <juri@jurta.org>
6545
6546 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
6547
65482004-09-07 Luc Teirlinck <teirllm@auburn.edu>
6549
6550 * locals.texi (Standard Buffer-Local Variables): Add
6551 `buffer-auto-save-file-format'.
6552 * internals.texi (Buffer Internals): Describe new
6553 auto_save_file_format field of the buffer structure.
6554 * files.texi (Format Conversion): `auto-save-file-format' has been
6555 renamed `buffer-auto-save-file-format'.
6556
65572004-08-27 Luc Teirlinck <teirllm@auburn.edu>
6558
6559 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
6560 an integer or a marker.
6561 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
6562
65632004-08-22 Richard M. Stallman <rms@gnu.org>
6564
6565 * modes.texi (Major Mode Conventions): Discuss rebinding of
6566 standard key bindings.
6567
65682004-08-18 Kim F. Storm <storm@cua.dk>
6569
6570 * processes.texi (Accepting Output): Add `just-this-one' arg to
6571 `accept-process-output'.
6572 (Output from Processes): New var `process-adaptive-read-buffering'.
6573
65742004-08-10 Luc Teirlinck <teirllm@auburn.edu>
6575
6576 * keymaps.texi: Various changes in addition to:
6577 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
6578 Give more varied examples for `kbd'.
6579 (Creating Keymaps): Char tables have slots for all characters
6580 without modifiers.
6581 (Active Keymaps): `overriding-local-map' and
6582 `overriding-terminal-local-map' also override text property and
6583 overlay keymaps.
6584 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
6585 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
6586 to denote a prefix of no events.
6587 `map-keymap' includes parent's bindings _recursively_.
6588 Clarify and correct description of `where-is-internal'.
6589 Mention BUFFER-OR-NAME arg to `describe-bindings'.
6590 (Menu Example): For menus intended for use with the keyboard, the
6591 menu items should be bound to characters or real function keys.
6592
65932004-08-08 Luc Teirlinck <teirllm@auburn.edu>
6594
6595 * objects.texi (Character Type): Reposition `@anchor' to prevent
6596 double space inside sentence in Info.
6597
6598 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
6599 renamed to `disabled-command-function'.
6600 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
6601 (Command Loop Info): Replace reference to it.
6602 (Disabling Commands): `disabled-command-hook' has been renamed to
6603 `disabled-command-function'.
6604
66052004-08-07 Luc Teirlinck <teirllm@auburn.edu>
6606
6607 * os.texi (Translating Input): Only non-prefix bindings in
6608 `key-translation-map' override actual key bindings. Warn about
6609 possible indirect effect of actual key bindings on non-prefix
6610 bindings in `key-translation-map'.
6611
66122004-08-06 Luc Teirlinck <teirllm@auburn.edu>
6613
6614 * minibuf.texi (High-Level Completion): Add anchor for definition
6615 of `read-variable'.
6616
6617 * commands.texi: Various changes in addition to:
6618 (Using Interactive): Clarify description of `interactive-form'.
6619 (Interactive Call): Mention default for KEYS argument to
6620 `call-interactively'.
6621 (Command Loop Info): Clarify description of `this-command-keys'.
6622 Mention KEEP-RECORD argument to `clear-this-command-keys'.
6623 Value of `last-event-frame' can be `macro'.
6624 (Repeat Events): `double-click-fuzz' is also used to distinguish
6625 clicks and drags.
6626 (Classifying Events): Clarify descriptions of `event-modifiers'
6627 `event-basic-type' and `event-convert-list'.
6628 (Accessing Events): `posn-timestamp' takes POSITION argument.
6629 (Quoted Character Input): Clarify description of
6630 `read-quoted-char' and fix example.
6631 (Quitting): Add `with-local-quit'.
6632 (Disabling Commands): Correct and clarify descriptions of
6633 `enable-command' and `disable-command'.
6634 Mention what happens if `disabled-command-hook' is nil.
6635 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
6636 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
6637
66382004-07-24 Luc Teirlinck <teirllm@auburn.edu>
6639
6640 * frames.texi: Various changes in addition to:
6641 (Creating Frames): Expand and clarify description of `make-frame'.
6642 (Window Frame Parameters): Either none or both of the `icon-left'
6643 and `icon-top' parameters must be specified. Put descriptions of
6644 `menu-bar-lines' and `toolbar-lines' closer together and change
6645 them accordingly.
6646 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
6647 except while processing `frame-title-format' or `icon-title-format'.
6648 (Deleting Frames): Correct description of `delete-frame'.
6649 Non-nil return values of `frame-live-p' are like those of `framep'.
6650 (Frames and Windows): Mention return value of
6651 `set-frame-selected-window'.
6652 (Visibility of Frames): Mention `force' argument to
6653 `make-frame-invisible'. `frame-visible-p' returns t for all
6654 frames on text-only terminals.
6655 (Frame Configurations): Restoring a frame configuration does not
6656 restore deleted frames.
6657 (Window System Selections): `x-set-selection' returns DATA.
6658 (Resources): Add example.
6659 (Display Feature Testing): Clarify descriptions of
6660 `display-pixel-height', `display-pixel-width', `x-server-version'
6661 and `x-server-vendor'.
6662
6663 * windows.texi (Choosing Window): Add anchor.
6664 * minibuf.texi (Minibuffer Misc): Add anchor.
6665
66662004-07-23 John Paul Wallington <jpw@gnu.org>
6667
6668 * macros.texi (Defining Macros): Declaration keyword for setting
6669 Edebug spec is `debug' not `edebug'.
6670
66712004-07-19 Luc Teirlinck <teirllm@auburn.edu>
6672
6673 * windows.texi: Various small changes in addition to:
6674 (Window Point): Mention return value of `set-window-point'.
6675 (Window Start): `pos-visible-in-window-p' disregards horizontal
6676 scrolling. Explain return value if PARTIALLY is non-nil.
6677 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
6678 and `set-window-vscroll'.
6679 (Size of Window): The argument WINDOW to `window-inside-edges',
6680 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
6681 (Resizing Windows): Explain return value of
6682 `shrink-window-if-larger-than-buffer'.
6683 `window-size-fixed' automatically becomes buffer local when set.
6684 (Window Configurations): Explain return value of
6685 `set-window-configuration'.
6686
6687 * minibuf.texi (Minibuffer Misc): Add anchor for
6688 `minibuffer-scroll-window'.
6689
6690 * positions.texi (Text Lines): Add anchor for `count-lines'.
6691
66922004-07-17 Richard M. Stallman <rms@gnu.org>
6693
6694 * display.texi (Overlay Properties): Adding `evaporate' prop
6695 deletes empty overlay immediately.
6696
6697 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
6698 fix example.
6699
67002004-07-16 Jim Blandy <jimb@redhat.com>
6701
6702 * searching.texi (Regexp Backslash): Document new \_< and \_>
6703 operators.
6704
67052004-07-16 Juanma Barranquero <lektu@terra.es>
6706
6707 * display.texi (Images): Fix Texinfo usage.
6708
67092004-07-14 Luc Teirlinck <teirllm@auburn.edu>
6710
6711 * buffers.texi (Modification Time): `visited-file-modtime' now
6712 returns a list of two integers, instead of a cons.
6713
67142004-07-13 Luc Teirlinck <teirllm@auburn.edu>
6715
6716 * windows.texi: Various changes in addition to:
6717 (Splitting Windows): Add `split-window-keep-point'.
6718
67192004-07-09 Richard M. Stallman <rms@gnu.org>
6720
6721 * frames.texi (Input Focus): Minor fix.
6722
67232004-07-07 Luc Teirlinck <teirllm@auburn.edu>
6724
6725 * frames.texi (Input Focus): Clarify descriptions of
6726 `select-frame-set-input-focus' and `select-frame'.
6727
67282004-07-06 Luc Teirlinck <teirllm@auburn.edu>
6729
6730 * os.texi: Various small changes in addition to:
6731 (Killing Emacs): Expand and clarify description of
6732 `kill-emacs-query-functions' and `kill-emacs-hook'.
6733 (System Environment): Expand and clarify description of `getenv'
6734 and `setenv'.
6735 (Timers): Clarify description of `run-at-time'.
6736 (Translating Input): Correct description of
6737 `extra-keyboard-modifiers'.
6738 (Flow Control): Correct description of `enable-flow-control'.
6739
67402004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
6741
6742 * os.texi: Update copyright.
6743 (Session Management): Grammar fix.
6744 Clarify which Emacs does the restarting.
6745 Use @samp for *scratch* buffer.
6746
67472004-07-04 Alan Mackenzie <acm@muc.de>
6748
6749 * frames.texi (Input Focus): Add documentation for
6750 `select-frame-set-input-focus'. Replace refs to non-existent
6751 `switch-frame' with `select-frame'. Minor corrections and tidying
6752 up of text-only terminal stuff.
6753
67542004-07-02 Richard M. Stallman <rms@gnu.org>
6755
6756 * files.texi (Saving Buffers): Cleanup write-contents-function.
6757 (Magic File Names): Cleanup file-remote-p.
6758
b344d29d 67592004-07-02 Kai Großjohann <kai@emptydomain.de>
b8d4c8d0
GM
6760
6761 * files.texi (Magic File Names): `file-remote-p' returns an
6762 identifier of the remote system, not just t.
6763
67642004-07-02 David Kastrup <dak@gnu.org>
6765
6766 * searching.texi (Entire Match Data): Add explanation about new
6767 match-data behavior when @var{integers} is non-nil.
6768
67692004-06-24 Richard M. Stallman <rms@gnu.org>
6770
6771 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
6772
6773 * customize.texi (Variable Definitions): Note about doc strings
6774 and :set.
6775
6776 * keymaps.texi (Keymap Terminology): Document `kbd'.
6777 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
6778
6779 * display.texi (Invisible Text): Setting buffer-invisibility-spec
6780 makes it buffer-local.
6781
6782 * files.texi (Saving Buffers): Correct previous change.
6783
6784 * commands.texi (Accessing Events):
6785 Clarify posn-col-row and posn-actual-col-row.
6786
67872004-06-24 David Ponce <david.ponce@wanadoo.fr>
6788
6789 * commands.texi (Accessing Events): New functions
6790 posn-at-point and posn-at-x-y. Add example to posn-x-y.
6791
67922004-06-23 Luc Teirlinck <teirllm@auburn.edu>
6793
6794 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
6795 * frames.texi, buffers.texi, backups.texi, variables.texi:
6796 * loading.texi, eval.texi, functions.texi, control.texi:
6797 * symbols.texi, minibuf.texi: Reposition @anchor's.
6798
6799 * help.texi: Various small changes in addition to the following.
6800 (Describing Characters): Describe PREFIX argument to
6801 `key-description'. Correct and clarify definition of
6802 `text-char-description'. Describe NEED-VECTOR argument to
6803 `read-kbd-macro'.
6804 (Help Functions): Clarify definition of `apropos'.
6805
68062004-06-23 Lars Hansen <larsh@math.ku.dk>
6807
6808 * files.texi (Saving Buffers): Correct description of
6809 `write-contents-functions'.
6810
68112004-06-21 Juanma Barranquero <lektu@terra.es>
6812
6813 * display.texi (Images): Remove redundant @vindex directives.
6814 Rewrite `image-library-alist' doc in active voice.
6815
68162004-06-14 Juanma Barranquero <lektu@terra.es>
6817
6818 * display.texi (Images): Document new delayed library loading,
6819 variable `image-library-alist' and (existing but undocumented)
6820 function `image-type-available-p'.
6821
68222004-06-05 Richard M. Stallman <rms@gnu.org>
6823
6824 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
6825 refer the user to the Initial Input node.
6826 (Text from Minibuffer): Likewise.
6827 (Initial Input): New node. Document this feature
6828 and say it is mostly deprecated.
6829
68302004-05-30 Richard M. Stallman <rms@gnu.org>
6831
6832 * loading.texi (Named Features): Clarify return value
6833 and meaning of NOERROR.
6834
6835 * variables.texi (File Local Variables): Minor cleanup.
6836
68372004-05-30 Michael Albinus <michael.albinus@gmx.de>
6838
6839 * files.texi (Magic File Names): Add `file-remote-p' as operation
6840 of file name handlers.
6841
68422004-05-29 Richard M. Stallman <rms@gnu.org>
6843
6844 * modes.texi (Minor Mode Conventions): (-) has no special meaning
6845 as arg to a minor mode command.
6846
68472004-05-22 Richard M. Stallman <rms@gnu.org>
6848
6849 * syntax.texi (Syntax Class Table): Word syntax not just for English.
6850
6851 * streams.texi (Output Variables): Doc float-output-format.
6852
6853 * searching.texi (Regexp Special): Nested repetition can be infloop.
6854
6855 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
6856 real stack overflow.
6857
6858 * compile.texi: Minor cleanups.
6859
68602004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
6861
6862 * lists.texi (Cons Cells): Explain dotted lists, true lists,
6863 circular lists.
6864 (List Elements): Explain handling of circular and dotted lists.
6865
68662004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
6867
6868 * modes.texi (Search-based Fontification): Fix typo.
6869
68702004-05-10 Juanma Barranquero <lektu@terra.es>
6871
6872 * modes.texi (Mode Line Variables): Fix description of
6873 global-mode-string, which is now after which-func-mode, not the
6874 buffer name.
6875
68762004-05-07 Lars Hansen <larsh@math.ku.dk>
6877
6878 * modes.texi (Desktop Save Mode): Add.
6879 (Modes): Add menu entry Desktop Save Mode.
6880
6881 * hooks.texi: Add desktop-after-read-hook,
6882 desktop-no-desktop-file-hook and desktop-save-hook.
6883
6884 * locals.texi: Add desktop-save-buffer.
6885
68862004-04-30 Jesper Harder <harder@ifa.au.dk>
6887
6888 * display.texi: emacs -> Emacs.
6889
68902004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
6891
6892 * files.texi (Changing Files): Document set-file-times.
6893
68942004-04-23 Juanma Barranquero <lektu@terra.es>
6895
6896 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
6897
68982004-04-18 Jesper Harder <harder@ifa.au.dk>
6899
6900 * tips.texi (Coding Conventions): defopt -> defcustom.
6901
69022004-04-16 Luc Teirlinck <teirllm@auburn.edu>
6903
6904 * sequences.texi: Various clarifications.
6905
69062004-04-14 Luc Teirlinck <teirllm@auburn.edu>
6907
6908 * buffers.texi (Read Only Buffers): Mention optional ARG to
6909 `toggle-read-only'.
6910
69112004-04-14 Nick Roberts <nick@nick.uklinux.net>
6912
6913 * windows.texi (Selecting Windows): Note that get-lru-window
6914 returns a full-width window if possible.
6915
69162004-04-13 Luc Teirlinck <teirllm@auburn.edu>
6917
6918 * buffers.texi: Various changes in addition to:
6919 (Buffer File Name): Add `find-buffer-visiting'.
6920 (Buffer Modification): Mention optional ARG to `not-modified'.
6921 (Indirect Buffers): Mention optional CLONE argument to
6922 `make-indirect-buffer'.
6923
6924 * files.texi: Various changes in addition to:
6925 (Visiting Functions): `find-file-hook' is now a normal hook.
6926 (File Name Expansion): Explain difference between the way that
6927 `expand-file-name' and `file-truename' treat `..'.
6928 (Contents of Directories): Mention optional ID-FORMAT argument to
6929 `directory-files-and-attributes'.
6930 (Format Conversion): Mention new optional CONFIRM argument to
6931 `format-write-file'.
6932
69332004-04-12 Miles Bader <miles@gnu.org>
6934
6935 * macros.texi (Expansion): Add description of `macroexpand-all'.
6936
69372004-04-05 Jesper Harder <harder@ifa.au.dk>
6938
6939 * variables.texi (Variable Aliases): Mention
6940 cyclic-variable-indirection.
6941
6942 * errors.texi (Standard Errors): Ditto.
6943
69442004-04-04 Luc Teirlinck <teirllm@auburn.edu>
6945
6946 * backups.texi: Various small changes in addition to:
6947 (Making Backups): Mention return value of `backup-buffer'.
6948 (Auto-Saving): Mention optional FORCE argument to
6949 `delete-auto-save-file-if-necessary'.
6950 (Reverting): Mention optional PRESERVE-MODES argument to
6951 `revert-buffer'. Correct description of `revert-buffer-function'.
6952
69532004-03-22 Juri Linkov <juri@jurta.org>
6954
6955 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
6956 with `Vector Functions'.
6957
6958 * text.texi (Sorting): Add missing quote.
6959
69602004-03-14 Luc Teirlinck <teirllm@auburn.edu>
6961
6962 * intro.texi (Lisp History): Replace xref to `cl' manual with
6963 inforef.
6964
69652004-03-12 Richard M. Stallman <rms@gnu.org>
6966
6967 * intro.texi (Version Info): Add arg to emacs-version.
6968 (Lisp History): Change xref to CL manual.
6969
69702004-03-09 Luc Teirlinck <teirllm@auburn.edu>
6971
6972 * minibuf.texi (Completion Commands): Add xref to Emacs manual
6973 for Partial Completion mode.
6974
69752004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
6976
6977 * customize.texi: Fix typo. Remove eol whitespace.
6978
69792004-03-04 Richard M. Stallman <rms@gnu.org>
6980
6981 * processes.texi: Fix typos.
6982
6983 * lists.texi (Building Lists): Minor clarification.
6984
6985 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
6986 in make-hash-table.
6987
69882004-02-29 Juanma Barranquero <lektu@terra.es>
6989
6990 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
6991 rm, and ignore exit code.
6992
69932004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
6994
6995 * display.texi (Defining Faces): Add description for min-colors.
6996 Update example.
6997
69982004-02-23 Luc Teirlinck <teirllm@auburn.edu>
6999
7000 * abbrevs.texi: Various corrections and clarifications in addition
7001 to the following:
7002 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
7003
70042004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
7005
7006 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
7007
70082004-02-21 Luc Teirlinck <teirllm@auburn.edu>
7009
7010 * text.texi: Various small changes in addition to the following:
7011 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
7012 to delete-horizontal-space.
7013 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
7014 description of yank-handler text property at various places.
7015
7016 * frames.texi (Window System Selections): Add anchor.
7017
7018 * syntax.texi (Syntax Table Functions): Clarify and correct
7019 descriptions of make-syntax-table and copy-syntax-table.
7020 (Motion and Syntax): Clarify SYNTAXES argument to
7021 skip-syntax-forward.
7022 (Parsing Expressions): Mention that the return value of
7023 parse-partial-sexp is currently a list of ten rather than nine
7024 elements.
7025 (Categories): Various corrections and clarifications.
7026
70272004-02-17 Luc Teirlinck <teirllm@auburn.edu>
7028
7029 * markers.texi (Marker Insertion Types): Minor change.
7030
7031 * locals.texi (Standard Buffer-Local Variables):
7032 * commands.texi (Interactive Codes, Using Interactive):
7033 * functions.texi (Related Topics): Fix xrefs.
7034
70352004-02-16 Luc Teirlinck <teirllm@auburn.edu>
7036
7037 * lists.texi (Sets And Lists): Update description of delete-dups.
7038
70392004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
7040
7041 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
7042
c8763fb6 70432004-02-16 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
7044
7045 * frames.texi (Parameter Access): frame-parameters arg is optional.
7046 modify-frame-parameters handles nil for FRAME.
7047 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
7048 are all-or-nothing for certain toolkits.
7049 Mention parameter wait-for-wm.
7050 (Frames and Windows): In frame-first-window and frame-selected-window
7051 the arg is optional.
7052 (Input Focus): In redirect-frame-focus the second arg is optional.
7053 (Window System Selections): Mention selection type CLIPBOARD.
7054 Mention data-type UTF8_STRING.
7055 Mention numbering of cut buffers.
7056 (Resources): Describe x-resource-name.
7057
70582004-02-16 Richard M. Stallman <rms@gnu.org>
7059
7060 * windows.texi (Buffers and Windows): Delete false table
7061 about all-frames.
7062
7063 * syntax.texi (Parsing Expressions): Delete old caveat
7064 about parse-sexp-ignore-comments.
7065
7066 * streams.texi (Output Variables): Add print-quoted.
7067
7068 * lists.texi (Building Lists): Minor cleanup.
7069
7070 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
7071
7072 * display.texi (Overlays): Explain overlays use markers.
7073 (Managing Overlays): Explain front-advance and rear-advance
7074 in more detail.
7075
7076 * loading.texi (Unloading): Document unload-feature-special-hooks.
7077 Get rid of fns-NNN.el file.
7078
70792004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
7080
7081 * help.texi (Describing Characters): Fix text-char-description
7082 example output.
7083
7084 * edebug.texi (Using Edebug): Fix example.
7085
7086 * debugging.texi (Internals of Debugger): Fix return value.
7087
7088 * files.texi (Changing Files): Fix argname.
7089
7090 * calendar.texi: Fix parens, and default values.
7091
7092 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
7093 * nonascii.texi, objects.texi, os.texi: Minor fixes.
b3e755a9 7094 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
b8d4c8d0
GM
7095
7096 * positions.texi (Text Lines): Don't add -1 in current-line.
7097
70982004-02-16 Richard M. Stallman <rms@gnu.org>
7099
7100 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
7101
71022004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
7103
7104 * processes.texi (Low-Level Network): Fix a typo.
7105
71062004-02-12 Kim F. Storm <storm@cua.dk>
7107
7108 * display.texi (Fringes): Use consistent wording.
7109 Note that window-fringe's window arg is optional.
7110 (Scroll Bars): Use consistent wording.
7111
71122004-02-11 Luc Teirlinck <teirllm@auburn.edu>
7113
7114 * tips.texi (Comment Tips): Document the new conventions for
7115 commenting out code.
7116
c8763fb6 71172004-02-07 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
7118
7119 * positions.texi (Text Lines): Added missing end defun.
7120
71212004-02-07 Kim F. Storm <storm@cua.dk>
7122
7123 * positions.texi (Text Lines): Add line-number-at-pos.
7124
71252004-02-06 John Paul Wallington <jpw@gnu.org>
7126
7127 * display.texi (Button Properties, Button Buffer Commands):
7128 mouse-2 invokes button, not down-mouse-1.
7129
71302004-02-04 Jason Rumney <jasonr@gnu.org>
7131
7132 * makefile.w32-in: Sync with Makefile.in changes.
7133
71342004-02-03 Luc Teirlinck <teirllm@auburn.edu>
7135
7136 * minibuf.texi (Text from Minibuffer): Various corrections and
7137 clarifications.
7138 (Object from Minibuffer): Correct Lisp description of
7139 read-minibuffer.
7140 (Minibuffer History): Clarify description of cons values for
7141 HISTORY arguments.
7142 (Basic Completion): Various corrections and clarifications. Add
7143 completion-regexp-list.
7144 (Minibuffer Completion): Correct and clarify description of
7145 completing-read.
7146 (Completion Commands): Mention Partial Completion mode. Various
7147 other minor changes.
7148 (High-Level Completion): Various corrections and clarifications.
7149 (Reading File Names): Ditto.
7150 (Minibuffer Misc): Ditto.
7151
71522004-01-26 Luc Teirlinck <teirllm@auburn.edu>
7153
7154 * strings.texi (Text Comparison): assoc-string also matches
7155 elements of alists that are strings instead of conses.
7156 (Formatting Strings): Standardize Texinfo usage. Update index
7157 entries.
7158
71592004-01-20 Luc Teirlinck <teirllm@auburn.edu>
7160
7161 * lists.texi (Sets And Lists): Add delete-dups.
7162
71632004-01-15 Luc Teirlinck <teirllm@auburn.edu>
7164
7165 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
7166 special form.
7167 * macros.texi (Defining Macros): Update description of `declare',
7168 which now is a macro.
7169 (Wrong Time): Fix typos.
7170
71712004-01-14 Luc Teirlinck <teirllm@auburn.edu>
7172
7173 * compile.texi (Compilation Functions): Expand descriptions of
7174 `compile-defun', `byte-compile-file', `byte-recompile-directory'
7175 and `batch-byte-compile'. In particular, mention and describe
7176 all optional arguments.
7177 (Disassembly): Correct and clarify the description of `disassemble'.
7178
71792004-01-11 Luc Teirlinck <teirllm@auburn.edu>
7180
7181 * searching.texi: Various small changes in addition to the
7182 following.
7183 (Regexp Example): Adapt to new value of `sentence-end'.
7184 (Regexp Functions): The PAREN argument to `regexp-opt' can be
7185 `words'.
7186 (Search and Replace): Add usage note for `perform-replace'.
7187 (Entire Match Data): Mention INTEGERS and REUSE arguments to
7188 `match-data'.
7189 (Standard Regexps): Update for new values of `paragraph-start'
7190 and `sentence-end'.
7191
71922004-01-07 Luc Teirlinck <teirllm@auburn.edu>
7193
7194 * files.texi (Saving Buffers): Clarify descriptions of
7195 `write-contents-functions' and `before-save-hook'.
7196 Make the defvar's for `before-save-hook' and `after-save-hook'
7197 into defopt's.
7198
71992004-01-07 Kim F. Storm <storm@cua.dk>
7200
7201 * commands.texi (Click Events): Describe new image and
7202 width/height elements of click events.
7203 (Accessing Events): Add posn-string, posn-image, and
7204 posn-object-width-height. Change posn-object to return either
7205 image or string object.
7206
72072004-01-01 Simon Josefsson <jas@extundo.com>
7208
7209 * hooks.texi (Standard Hooks): Add before-save-hook.
7210 * files.texi (Saving Buffers): Likewise.
7211
72122004-01-03 Richard M. Stallman <rms@gnu.org>
7213
7214 * frames.texi (Frames and Windows): Delete frame-root-window.
7215
72162004-01-03 Luc Teirlinck <teirllm@auburn.edu>
7217
7218 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
7219
7220 * functions.texi: Various small changes in addition to the
7221 following.
7222 (What Is a Function): `functionp' returns nil for macros. Clarify
7223 behavior of this and following functions for symbol arguments.
7224 (Function Documentation): Add `\' in front of (fn @var{arglist})
7225 and explain why.
7226 (Defining Functions): Mention DOCSTRING argument to `defalias'.
7227 Add anchor.
7228 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
7229
72302004-01-01 Miles Bader <miles@gnu.org>
7231
7232 * display.texi (Buttons): New section.
7233
72342003-12-31 Andreas Schwab <schwab@suse.de>
7235
7236 * numbers.texi (Math Functions): sqrt reports a domain-error
7237 error.
7238 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
7239
72402003-12-30 Luc Teirlinck <teirllm@auburn.edu>
7241
7242 * tips.texi (Documentation Tips): Update item on hyperlinks in
7243 documentation strings.
7244
7245 * errors.texi (Standard Errors): Various small corrections and
7246 additions.
7247
7248 * control.texi: Various small changes in addition to the
7249 following.
7250 (Signaling Errors): Provide some more details on how `signal'
7251 constructs the error message. Add anchor to the definition of
7252 `signal'.
7253 (Error Symbols): Describe special treatment of `quit'.
7254 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
7255 to emphasize that it has to be a single form.
7256
7257 * buffers.texi: Add anchor.
7258
72592003-12-29 Richard M. Stallman <rms@gnu.org>
7260
7261 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
7262 (Window Configurations): Add window-configuration-frame.
7263
7264 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
7265
7266 * text.texi (Examining Properties): Add get-char-property-and-overlay.
7267 Change arg name in get-char-property.
7268 (Special Properties): Update handling of keymap property.
7269
7270 * strings.texi (Modifying Strings): Add clear-string.
7271 (Text Comparison): Add assoc-string and remove
7272 assoc-ignore-case, assoc-ignore-representation.
7273
7274 * os.texi (Time of Day): Add set-time-zone-rule.
7275
7276 * numbers.texi (Math Functions): asin, acos, log, log10
7277 report domain-error errors.
7278
7279 * nonascii.texi (Converting Representations):
7280 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
7281 (Encoding and I/O): Add file-name-coding-system.
7282
7283 * modes.texi (Search-based Fontification): Explain that
7284 face specs are symbols with face names as values.
7285
7286 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
7287
7288 * lists.texi (Building Lists): remq moved elsewhere.
7289 (Sets And Lists): remq moved here.
7290 (Association Lists): Refer to assoc-string.
7291
7292 * internals.texi (Garbage Collection): Add memory-use-counts.
7293
7294 * frames.texi (Frames and Windows): Add set-frame-selected-window
7295 and frame-root-window.
7296
7297 * files.texi (Contents of Directories):
7298 Add directory-files-and-attributes.
7299
7300 * display.texi (Refresh Screen): Add force-window-update.
7301 (Invisible Text): Explain about moving point out of invis text.
7302 (Overlay Properties): Add overlay-properties.
7303 (Managing Overlays): Add overlayp.
7304 (GIF Images): Invalid image number displays a hollow box.
7305
7306 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
7307 (Killing Buffers): Add buffer-live-p.
7308
73092003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
7310
7311 * display.texi (Fringes): Fix typo "set-buffer-window".
7312
73132003-12-24 Luc Teirlinck <teirllm@auburn.edu>
7314
7315 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
7316 * nonascii.texi, processes.texi, tips.texi, variables.texi:
7317 Add or change various xrefs and anchors.
7318
7319 * commands.texi: Replace all occurrences of @acronym{CAR} with
7320 @sc{car}, for consistency with the rest of the Elisp manual.
7321 `car' and `cdr' are historically acronyms, but are no longer
7322 widely thought of as such.
7323
7324 * internals.texi (Pure Storage): Mention that `purecopy' does not
7325 copy text properties.
7326 (Object Internals): Now 29 bits are used (in most implementations)
7327 to address Lisp objects.
7328
7329 * variables.texi (Variables with Restricted Values): New node.
7330
7331 * objects.texi (Lisp Data Types): Mention that certain variables
7332 can only take on a restricted set of values and add an xref to
7333 the new node "Variables with Restricted Values".
7334
7335 * eval.texi (Function Indirection): Describe the errors that
7336 `indirect-function' can signal.
7337 (Eval): Clarify the descriptions of `eval-region' and `values'.
7338 Describe `eval-buffer' instead of `eval-current-buffer' and
7339 mention `eval-current-buffer' as an alias for `current-buffer'.
7340 Correct the description and mention all optional arguments.
7341
7342 * nonascii.texi: Various small changes in addition to the
7343 following.
7344 (Converting Representations): Clarify behavior of
7345 `string-make-multibyte' and `string-to-multibyte' for unibyte all
7346 ASCII arguments.
7347 (Character Sets): Document the variable `charset-list' and adapt
7348 the definition of the function `charset-list' accordingly.
7349 (Translation of Characters): Clarify use of generic characters in
7350 `make-translation-table'. Clarify and correct the description of
7351 the use of translation tables in encoding and decoding.
7352 (User-Chosen Coding Systems): Correct and clarify the description
7353 of `select-safe-coding-system'.
7354 (Default Coding Systems): Clarify description of
7355 `file-coding-system-alist'.
7356
73572003-11-30 Luc Teirlinck <teirllm@auburn.edu>
7358
7359 * strings.texi (Text Comparison): Correctly describe when two
7360 strings are `equal'. Combine and clarify descriptions of
7361 `assoc-ignore-case' and `assoc-ignore-representation'.
7362
7363 * objects.texi (Non-ASCII in Strings): Clarify description of
7364 when a string is unibyte or multibyte.
7365 (Bool-Vector Type): Update examples.
7366 (Equality Predicates): Correctly describe when two strings are
7367 `equal'.
7368
73692003-11-29 Luc Teirlinck <teirllm@auburn.edu>
7370
7371 * lists.texi (Building Lists): `append' no longer accepts integer
7372 arguments. Update the description of `number-sequence' to reflect
7373 recent changes.
7374 (Sets And Lists): Describe `member-ignore-case' after `member'.
7375
73762003-11-27 Kim F. Storm <storm@cua.dk>
7377
7378 * commands.texi (Click Events): Click object may be an images.
7379 Describe (dx . dy) element of click positions.
7380 (Accessing Events): Remove duplicate posn-timestamp.
7381 New functions posn-object and posn-object-x-y.
7382
73832003-11-23 Kim F. Storm <storm@cua.dk>
7384
7385 * commands.texi (Click Events): Describe enhancements to event
7386 position lists, including new text-pos and (col . row) items.
7387 Mention left-fringe and right-fringe area events.
7388 (Accessing Events): New functions posn-area and
7389 posn-actual-col-row. Mention posn-timestamp. Mention that
7390 posn-point in non-text area still returns buffer position.
7391 Clarify posn-col-row.
7392
73932003-11-21 Lars Hansen <larsh@math.ku.dk>
7394
7395 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
7396 * anti.texi (File Attributes): Describe removed parameter
7397 ID-FORMAT.
7398
73992003-11-20 Luc Teirlinck <teirllm@auburn.edu>
7400
7401 * positions.texi (Positions): Mention that, if a marker is used as
7402 a position, its buffer is ignored.
7403
7404 * markers.texi (Overview of Markers): Mention it here too.
7405
74062003-11-12 Luc Teirlinck <teirllm@auburn.edu>
7407
7408 * numbers.texi (Numeric Conversions): Not just `floor', but also
7409 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
7410
74112003-11-10 Luc Teirlinck <teirllm@auburn.edu>
7412
7413 * markers.texi (Creating Markers): Specify insertion type of
7414 created markers. Add xref to `Marker Insertion Types'.
7415 Second argument to `copy-marker' is optional.
7416 (Marker Insertion Types): Mention that most markers are created
7417 with insertion type nil.
7418 (The Mark): Correctly describe when `mark' signals an error.
7419 (The Region): Correctly describe when `region-beginning' and
7420 `region-end' signal an error.
7421
74222003-11-08 Luc Teirlinck <teirllm@auburn.edu>
7423
7424 * hash.texi (Creating Hash): Clarify description of `eql'.
7425 `makehash' is obsolete.
7426 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
7427
7428 * positions.texi (Point): Change description of `buffer-end', so
7429 that it is also correct for floating point arguments.
7430 (List Motion): Correct argument lists of `beginning-of-defun' and
7431 `end-of-defun'.
7432 (Excursions): Add xref to `Marker Insertion Types'.
7433 (Narrowing): Argument to `narrow-to-page' is optional.
7434
74352003-11-06 Luc Teirlinck <teirllm@auburn.edu>
7436
7437 * streams.texi (Output Streams): Clarify behavior of point for
7438 marker output streams.
7439
74402003-11-04 Luc Teirlinck <teirllm@auburn.edu>
7441
7442 * variables.texi (Defining Variables): Second argument to
7443 `defconst' is not optional.
7444 (Setting Variables): Mention optional argument APPEND to
7445 `add-to-list'.
7446 (Creating Buffer-Local): Expand description of
7447 `make-variable-buffer-local'.
7448 (Frame-Local Variables): Expand description of
7449 `make-variable-frame-local'.
7450 (Variable Aliases): Correct description of optional argument
7451 DOCSTRING to `defvaralias'. Mention return value of
7452 `defvaralias'.
7453 (File Local Variables): Add xref to `File variables' in Emacs
7454 Manual. Correct description of `hack-local-variables'. Mention
7455 `safe-local-variable' property. Mention optional second argument
7456 to `risky-local-variable-p'.
7457
74582003-11-03 Luc Teirlinck <teirllm@auburn.edu>
7459
7460 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
7461
74622003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
7463
7464 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
7465 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
7466 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
7467 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
7468 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
7469 lispref/processes.texi, lispref/searching.texi,
7470 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
7471 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
7472 @acronym{FOO}.
7473
74742003-10-27 Luc Teirlinck <teirllm@auburn.edu>
7475
7476 * strings.texi (Creating Strings): Argument START to `substring'
7477 can not be `nil'. Expand description of
7478 `substring-no-properties'. Correct description of `split-string',
7479 especially with respect to empty matches. Prevent very bad line
7480 break in definition of `split-string-default-separators'.
7481 (Text Comparison): `string=' and `string<' also accept symbols as
7482 arguments.
7483 (String Conversion): More completely describe argument BASE in
7484 `string-to-number'.
7485 (Formatting Strings): `%s' and `%S' in `format' do require
7486 corresponding object. Clarify behavior of numeric prefix after
7487 `%' in `format'.
7488 (Case Conversion): The argument to `upcase-initials' can be a
7489 character.
7490
74912003-10-27 Kenichi Handa <handa@m17n.org>
7492
7493 * display.texi (Fontsets): Fix texinfo usage.
7494
74952003-10-25 Kenichi Handa <handa@m17n.org>
7496
7497 * display.texi (Fontsets): Add description of the function
7498 set-fontset-font.
7499
75002003-10-23 Luc Teirlinck <teirllm@auburn.edu>
7501
7502 * display.texi (Temporary Displays): Add xref to `Documentation
7503 Tips'.
7504
7505 * functions.texi (Function Safety): Use inforef instead of pxref
7506 for SES.
7507
75082003-10-23 Andreas Schwab <schwab@suse.de>
7509
7510 * Makefile.in (TEX, texinputdir): Don't define.
7511 (TEXI2DVI): Define.
7512 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
7513 add $(srcdir)/index.texi.
7514 ($(infodir)/elisp): Remove index.texi dependency.
7515 (elisp.dvi): Likewise. Use $(TEXI2DVI).
7516 (index.texi): Remove target.
7517 (dist): Don't link $(srcdir)/permute-index.
7518 (clean): Don't remove index.texi.
7519
7520 * permute-index, index.perm: Remove.
7521 * index.texi: Rename from index.unperm.
7522
75232003-10-22 Luc Teirlinck <teirllm@auburn.edu>
7524
7525 * tips.texi (Documentation Tips): Document new behavior for face
7526 and variable hyperlinks in Help mode.
7527
75282003-10-21 Luc Teirlinck <teirllm@auburn.edu>
7529
7530 * objects.texi (Integer Type): Update for extra bit of integer range.
7531 (Character Type): Ditto.
7532
75332003-10-16 Eli Zaretskii <eliz@gnu.org>
7534
7535 * numbers.texi (Integer Basics): Add index entries for reading
7536 numbers in hex, octal, and binary.
7537
75382003-10-16 Lute Kamstra <lute@gnu.org>
7539
7540 * modes.texi (Mode Line Format): Mention force-mode-line-update's
7541 argument.
7542
75432003-10-13 Luc Teirlinck <teirllm@auburn.edu>
7544
7545 * windows.texi (Choosing Window): Fix typo.
7546 * edebug.texi (Edebug Execution Modes): Fix typo.
7547
75482003-10-13 Richard M. Stallman <rms@gnu.org>
7549
7550 * windows.texi (Basic Windows): A window has fringe settings,
7551 display margins and scroll-bar settings.
7552 (Splitting Windows): Doc split-window return value.
7553 Clean up one-window-p.
7554 (Selecting Windows): Fix typo.
7555 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
7556 (Buffers and Windows): In set-window-buffer, explain effect
7557 on fringe settings and scroll bar settings.
7558 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
7559 (Choosing Window): Use defopt for pop-up-frame-function.
7560 For special-display-buffer-names, explain same-window and same-frame.
7561 Clarify window-dedicated-p return value.
7562 (Textual Scrolling): scroll-up and scroll-down can get an error.
7563 (Horizontal Scrolling): Clarify auto-hscroll-mode.
7564 Clarify set-window-hscroll.
7565 (Size of Window): Don't mention tool bar in window-height.
7566 (Coordinates and Windows): Explain what coordinates-in-window-p
7567 returns for fringes and display margins.
7568 (Window Configurations): Explain saving fringes, etc.
7569
7570 * tips.texi (Library Headers): Clean up Documentation.
7571
7572 * syntax.texi (Parsing Expressions): Clean up forward-comment
7573 and parse-sexp-lookup-properties.
7574
7575 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
7576
7577 * os.texi (System Environment): Clean up text for load-average errors.
7578
7579 * modes.texi (Hooks): Don't explain local hook details at front.
7580 Clarify run-hooks and run-hook-with-args a little.
7581 Clean up add-hook and remove-hook.
7582
7583 * edebug.texi (Edebug Execution Modes): Clarify t.
7584 Document edebug-sit-for-seconds.
7585 (Coverage Testing): Document C-x X = and =.
7586 (Instrumenting Macro Calls): Fix typo.
7587 (Specification List): Don't index the specification keywords.
7588
75892003-10-10 Kim F. Storm <storm@cua.dk>
7590
7591 * processes.texi (Network): Introduce make-network-process.
7592
75932003-10-09 Luc Teirlinck <teirllm@auburn.edu>
7594
7595 * tips.texi (Library Headers): Fix typo.
7596
75972003-10-07 Juri Linkov <juri@jurta.org>
7598
7599 * modes.texi (Imenu): Mention imenu-create-index-function's
7600 default value. Explain submenus better.
7601
76022003-10-07 Lute Kamstra <lute@gnu.org>
7603
7604 * modes.texi (Faces for Font Lock): Fix typo.
7605 (Hooks): Explain how buffer-local hook variables can refer to
7606 global hook variables.
7607 Various minor clarifications.
7608
76092003-10-06 Lute Kamstra <lute@gnu.org>
7610
7611 * tips.texi (Coding Conventions): Mention naming conventions for
7612 hooks.
7613
76142003-10-05 Luc Teirlinck <teirllm@auburn.edu>
7615
7616 * loading.texi (Library Search): Correct default value of
7617 load-suffixes.
7618 (Named Features): Fix typo.
7619
76202003-10-05 Richard M. Stallman <rms@gnu.org>
7621
7622 * loading.texi (Named Features): In `provide',
7623 say how to test for subfeatures.
7624 (Unloading): In unload-feature, use new var name
7625 unload-feature-special-hooks.
7626
76272003-10-03 Lute Kamstra <lute@gnu.org>
7628
7629 * modes.texi (Major Mode Conventions): Mention third way to set up
7630 Imenu.
7631 (Imenu): A number of small fixes.
7632 Delete documentation of internal variable imenu--index-alist.
7633 Document the return value format of imenu-create-index-function
7634 functions.
7635
76362003-09-30 Richard M. Stallman <rms@gnu.org>
7637
7638 * processes.texi (Network): Say what stopped datagram connections do.
7639
7640 * lists.texi (Association Lists): Clarify `assq-delete-all'.
7641
7642 * display.texi (Overlay Properties): Clarify `evaporate' property.
7643
76442003-09-29 Lute Kamstra <lute@gnu.org>
7645
7646 * modes.texi (Mode Line Data): Explain when symbols in mode-line
7647 constructs should be marked as risky.
7648 Change cons cell into proper list.
7649 (Mode Line Variables): Change cons cell into proper list.
7650
76512003-09-26 Lute Kamstra <lute@gnu.org>
7652
7653 * modes.texi (Mode Line Data): Document the :propertize construct.
7654 (Mode Line Variables): Reorder the descriptions of the variables
7655 to match their order in the default mode-line-format.
7656 Describe the new variables mode-line-position and mode-line-modes.
7657 Update the default values of mode-line-frame-identification,
7658 minor-mode-alist, and default-mode-line-format.
7659 (Properties in Mode): Mention the :propertize construct.
7660
76612003-09-26 Richard M. Stallman <rms@gnu.org>
7662
7663 * buffers.texi, commands.texi, debugging.texi, eval.texi:
7664 * loading.texi, minibuf.texi, text.texi, variables.texi:
7665 Avoid @strong{Note:}.
7666
76672003-09-26 Richard M. Stallman <rms@gnu.org>
7668
7669 * keymaps.texi (Remapping Commands): Fix typo.
7670
76712003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
7672
7673 * processes.texi (Low-Level Network): Fix typo.
7674
76752003-09-23 Kim F. Storm <storm@cua.dk>
7676
7677 * processes.texi (Network, Network Servers): Fix typos.
7678 (Low-Level Network): Add timeout value for :server keyword.
7679 Add new option keywords to make-network-process.
7680 Add set-network-process-options.
7681 Explain how to test availability of network options.
7682
76832003-09-19 Richard M. Stallman <rms@gnu.org>
7684
7685 * text.texi (Motion by Indent): Arg to
7686 backward-to-indentation and forward-to-indentation is optional.
7687
7688 * strings.texi (Creating Strings): Add substring-no-properties.
7689
7690 * processes.texi
7691 (Process Information): Add list-processes arg QUERY-ONLY.
7692 Delete process-contact from here.
7693 Add new status values for process-status.
7694 Add process-get, process-put, process-plist, set-process-plist.
7695 (Synchronous Processes): Add call-process-shell-command.
7696 (Signals to Processes): signal-process allows process objects.
7697 (Network): Complete rewrite.
7698 (Network Servers, Datagrams, Low-Level Network): New nodes.
7699
7700 * positions.texi (Word Motion): forward-word, backward-word
7701 arg is optional. Reword.
7702
7703 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
7704
7705 * variables.texi (Creating Buffer-Local):
7706 Delete duplicate definition of buffer-local-value.
7707 (File Local Variables): Explain about discarding text props.
7708
77092003-09-11 Richard M. Stallman <rms@gnu.org>
7710
7711 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
7712 changes variables that record input events.
7713 (Minibuffer Misc): Add minibuffer-selected-window.
7714
7715 * lists.texi (Building Lists): Add copy-tree.
7716
7717 * display.texi (Fontsets): Add char-displayable-p.
7718 (Scroll Bars): New node.
7719
77202003-09-08 Lute Kamstra <lute@gnu.org>
7721
7722 * modes.texi (%-Constructs): Document new `%i' and `%I'
7723 constructs.
7724
77252003-09-03 Peter Runestig <peter@runestig.com>
7726
7727 * makefile.w32-in: New file.
7728
77292003-08-29 Richard M. Stallman <rms@gnu.org>
7730
7731 * display.texi (Overlay Properties): Clarify how priorities
7732 affect use of the properties.
7733
77342003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
7735
7736 * customize.texi (Type Keywords): Correct the description of
7737 `:help-echo' in the case where `motion-doc' is a function.
7738
77392003-08-14 John Paul Wallington <jpw@gnu.org>
7740
7741 * modes.texi (Emulating Mode Line): Subsection, not section.
7742
77432003-08-13 Richard M. Stallman <rms@gnu.org>
7744
7745 * elisp.texi (Top): Update subnode lists in menu.
7746
7747 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
7748 (Kill Functions): kill-region has new arg yank-handler.
7749 (Yanking): New node.
7750 (Yank Commands): Add yank-undo-function.
7751 (Low-Level Kill Ring):
7752 kill-new and kill-append have new arg yank-handler.
7753 (Changing Properties): Add remove-list-of-text-properties.
7754 (Atomic Changes): New node.
7755
7756 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
7757
7758 * streams.texi (Output Variables): Add eval-expression-print-length
7759 and eval-expression-print-level.
7760
7761 * os.texi (Time Conversion): For encode-time, explain limits on year.
7762
7763 * objects.texi (Character Type): Define anchor "modifier bits".
7764
7765 * modes.texi (Emulating Mode Line): New node.
7766 (Search-based Fontification): Font Lock uses font-lock-face property.
7767 (Other Font Lock Variables): Likewise.
7768
7769 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
7770 not vectors.
7771 (Active Keymaps): Add emulation-mode-map-alists.
7772 (Functions for Key Lookup): key-binding has new arg no-remap.
7773 (Remapping Commands): New node.
7774 (Scanning Keymaps): where-is-internal has new arg no-remap.
7775 (Tool Bar): Add tool-bar-local-item-from-menu.
7776 Clarify when to use tool-bar-add-item-from-menu.
7777
7778 * commands.texi (Interactive Call): commandp has new arg.
7779 (Command Loop Info): Add this-original-command.
7780
77812003-08-06 John Paul Wallington <jpw@gnu.org>
7782
7783 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
7784
7785 * display.texi (Warning Basics): Fix typo.
7786 (Fringes): Add closing curly bracket and fix typo.
7787
7788 * elisp.texi (Top): Fix typo.
7789
77902003-08-05 Richard M. Stallman <rms@gnu.org>
7791
7792 * elisp.texi: Update lists of subnodes.
7793
7794 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
7795
7796 * variables.texi (Local Variables): Use lc for example variable names.
7797
7798 * tips.texi (Library Headers): Explain where to put -*-.
7799
7800 * strings.texi (Creating Strings): Fix xref for vconcat.
7801
7802 * sequences.texi (Vector Functions):
7803 vconcat no longer allows integer args.
7804
7805 * minibuf.texi (Reading File Names): read-file-name has new
7806 arg PREDICATE. New function read-directory-name.
7807
7808 * macros.texi (Defining Macros): Give definition of `declare'
7809 (Indenting Macros): New node.
7810
7811 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
7812 (Window Frame Parameters): Make separate table of parameters
7813 that are coupled with specific face attributes.
7814 (Deleting Frames): delete-frame-hooks renamed to
7815 delete-frame-functions.
7816
7817 * files.texi (Magic File Names): Add file-remote-p.
7818 Clarify file-local-copy.
7819
7820 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
7821 here; instead xref Defining Macros.
7822
7823 * display.texi (Warnings): New node, and subnodes.
7824 (Fringes): New node.
7825
7826 * debugging.texi (Test Coverage): New node.
7827
7828 * compile.texi (Compiler Errors): Explain with-no-warnings
7829 and other ways to suppress warnings.
7830
7831 * commands.texi (Interactive Call): Minor clarification.
7832
7833 * buffers.texi (Buffer File Name): set-visited-file-name
7834 renames the buffer too.
7835
7836 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
7837
78382003-07-24 Markus Rost <rost@math.ohio-state.edu>
7839
7840 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
7841
78422003-07-22 Markus Rost <rost@math.ohio-state.edu>
7843
7844 * internals.texi (Garbage Collection): Fix previous change.
7845
78462003-07-22 Richard M. Stallman <rms@gnu.org>
7847
7848 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
7849
7850 * display.texi (Width): Use \s syntax in example.
7851 (Font Selection): Add face-font-rescale-alist.
7852
7853 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
7854 Remove spurious indent in example.
7855
7856 * lists.texi (Building Lists): Add number-sequence.
7857
7858 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
7859
7860 * functions.texi (Function Documentation): Explain how to
7861 show calling convention explicitly in the doc string.
7862
7863 * windows.texi (Selecting Windows): save-selected-window saves
7864 selected window of each frame.
7865 (Window Configurations): Minor change.
7866
7867 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
7868
7869 * streams.texi (Output Variables): Add print-continuous-numbering
7870 and print-number-table.
7871
7872 * processes.texi (Decoding Output): New node.
7873
7874 * os.texi (Time Conversion): decode-time arg is optional.
7875
7876 * objects.texi (Character Type): Don't use space as example for \.
7877 Make list of char names and \-sequences correspond.
7878 Explain that \s is not used in strings. `\ ' needs space after.
7879
7880 * nonascii.texi (Converting Representations): Add string-to-multibyte.
7881 (Translation of Characters): Add translation-table-for-input.
7882 (Default Coding Systems): Add auto-coding-functions.
7883 (Explicit Encoding): Add decode-coding-inserted-region.
7884 (Locales): Add locale-info.
7885
7886 * minibuf.texi (Basic Completion): Describe test-completion.
7887 Collections can be lists of strings.
7888 Clean up lazy-completion-table.
7889 (Programmed Completion): Mention test-completion.
7890 Clarify why lambda expressions are not accepted.
7891 (Minibuffer Misc): Describe minibufferp.
7892
78932003-07-14 Richard M. Stallman <rms@gnu.org>
7894
7895 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
7896
7897 * windows.texi (Selecting Windows): New arg to select-window.
7898 (Selecting Windows): Add with-selected-window.
7899 (Size of Window): Add window-inside-edges, etc.
7900
7901 * internals.texi (Garbage Collection): Add post-gc-hook.
7902
7903 * processes.texi (Subprocess Creation): Add exec-suffixes.
7904
7905 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
7906 (Scanning Keymaps): Add map-keymaps.
7907 (Defining Menus): Add keymap-prompt.
7908
7909 * numbers.texi (Integer Basics): Add most-positive-fixnum,
7910 most-negative-fixnum.
7911
7912 * compile.texi (Byte Compilation): Explain no-byte-compile
7913 (Compiler Errors): New node.
7914
7915 * os.texi (User Identification): user-uid, user-real-uid
7916 can return float.
7917
7918 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
7919 and about derived modes.
7920 (Minor Modes): Add minor-mode-list.
7921 (Defining Minor Modes): Keyword args for define-minor-mode.
7922 (Search-based Fontification): Explain managing other properties.
7923 (Other Font Lock Variables): Add font-lock-extra-managed-props.
183080b6 7924 (Faces for Font Lock): Add font-lock-preprocessor-face.
b8d4c8d0
GM
7925 (Hooks): Add run-mode-hooks and delay-mode-hooks.
7926
7927 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
7928 (Variable Aliases): Clarify defvaralias.
7929
7930 * loading.texi (Library Search): Add load-suffixes.
7931
7932 * minibuf.texi (Basic Completion): Add lazy-completion-table.
7933 (Programmed Completion): Add dynamic-completion-table.
7934
7935 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
7936 (Magic File Names): Specify precedence order of handlers.
7937
7938 * commands.texi (Command Overview): Emacs server runs pre-command-hook
7939 and post-command-hook.
7940 (Waiting): New calling convention for sit-for.
7941
7942 * text.texi (Special Properties): local-map and keymap properties
7943 apply based on their stickiness.
7944
79452003-07-07 Richard M. Stallman <rms@gnu.org>
7946
7947 * modes.texi (Minor Mode Conventions): Specify only some kinds
7948 of list values as args to minor modes.
7949
7950 * files.texi (File Name Expansion): Warn about iterative use
7951 of substitute-in-file-name.
7952
7953 * advice.texi (Activation of Advice): Clean up previous change.
7954
79552003-07-06 Markus Rost <rost@math.ohio-state.edu>
7956
7957 * advice.texi (Activation of Advice): Note that ad-start-advice is
7958 turned on by default.
7959
79602003-06-30 Richard M. Stallman <rms@gnu.org>
7961
7962 * text.texi (Buffer Contents): Document current-word.
7963 (Change Hooks): Not called for *Messages*.
7964
7965 * functions.texi (Defining Functions): Explain about redefining
7966 primitives.
7967 (Function Safety): Renamed. Minor changes.
7968 Comment out the detailed criteria for what is safe.
7969
79702003-06-22 Andreas Schwab <schwab@suse.de>
7971
7972 * objects.texi (Symbol Type): Fix description of examples.
7973
79742003-06-16 Andreas Schwab <schwab@suse.de>
7975
7976 * hash.texi (Creating Hash): Fix description of :weakness.
7977
c8763fb6 79782003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
b8d4c8d0
GM
7979
7980 * files.texi (Changing Files): copy-file copies file modes, too.
7981
79822003-05-28 Richard M. Stallman <rms@gnu.org>
7983
7984 * strings.texi (Creating Strings): Clarify split-string.
7985
79862003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
7987
7988 * strings.texi (Creating Strings): Update split-string specification
7989 and examples.
7990
79912003-05-19 Richard M. Stallman <rms@gnu.org>
7992
7993 * elisp.texi: Correct invariant section names.
7994
79952003-04-20 Richard M. Stallman <rms@gnu.org>
7996
7997 * os.texi (Timers): Explain about timers and quitting.
7998
79992003-04-19 Richard M. Stallman <rms@gnu.org>
8000
8001 * internals.texi (Writing Emacs Primitives): Strings are
8002 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
8003 Explain GCPRO convention for varargs function args.
8004
80052003-04-16 Richard M. Stallman <rms@gnu.org>
8006
8007 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
8008
80092003-04-08 Richard M. Stallman <rms@gnu.org>
8010
8011 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
8012
80132003-02-13 Kim F. Storm <storm@cua.dk>
8014
8015 * objects.texi (Character Type): New \s escape for space.
8016
80172003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
8018
8019 * os.texi (System Environment): Added cygwin system-type.
8020
80212003-01-25 Richard M. Stallman <rms@gnu.org>
8022
8023 * keymaps.texi: Document that a symbol can act as a keymap.
8024
80252003-01-13 Richard M. Stallman <rms@gnu.org>
8026
8027 * text.texi (Changing Properties): Say string indices are origin-0.
8028
8029 * positions.texi (Screen Lines) <compute-motion>:
8030 Correct order of elts in return value.
8031
8032 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
8033 how to define a default binding.
8034
80352002-12-07 Markus Rost <rost@math.ohio-state.edu>
8036
8037 * loading.texi (Unloading): Fix recent change for load-history.
8038
8039 * customize.texi (Simple Types): Clarify description of custom
8040 type 'number. Describe new custom type 'float.
8041
80422002-12-04 Markus Rost <rost@math.ohio-state.edu>
8043
8044 * variables.texi (File Local Variables): Fix typo.
8045
c8763fb6 80462002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
b8d4c8d0
GM
8047
8048 From Michael Albinus <Michael.Albinus@alcatel.de>.
8049
8050 * README: Target for Info file is `make info'.
8051
8052 * files.texi (File Name Components): Fixed typos in
8053 `file-name-sans-extension'.
8054 (Magic File Names): Complete list of operations for magic file
8055 name handlers.
8056
80572002-09-16 Jonathan Yavner <jyavner@engineer.com>
8058
8059 * variables.texi (File Local Variables): New function
8060 risky-local-variable-p.
8061
80622002-09-15 Jonathan Yavner <jyavner@engineer.com>
8063
8064 * functions.texi (Function safety): New node about unsafep.
8065
80662002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
8067
8068 * customize.texi (Splicing into Lists): Fixed example.
a86cd395 8069 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
b8d4c8d0
GM
8070
80712002-06-17 Juanma Barranquero <lektu@terra.es>
8072
8073 * frames.texi (Display Feature Testing): Fix typo.
8074
80752002-06-12 Andreas Schwab <schwab@suse.de>
8076
8077 * frames.texi (Initial Parameters, Resources): Fix references to
8078 the Emacs manual.
8079
80802002-05-13 Kim F. Storm <storm@cua.dk>
8081
8082 * variables.texi (Intro to Buffer-Local): Updated warning and
8083 example relating to changing buffer inside let.
8084
c8763fb6 80852002-03-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
8086
8087 * os.texi (Session Management): New node about X Session management.
8088
80892002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
8090
8091 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
8092 to which the manual corresponds, and the copyright years.
8093
8094 * Makefile.in (VERSION): Set to 2.9.
8095
80962001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
8097
8098 * elisp.texi: Change the category in @dircategory to "Emacs", to
8099 make it consistent with info/dir.
8100
81012001-11-25 Miles Bader <miles@gnu.org>
8102
8103 * text.texi (Fields): Describe new `limit' arg in
8104 field-beginning/field-end.
8105
81062001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
8107
8108 * permute-index: Don't depend on csh-specific features. Replace
8109 the interpreter name with /bin/sh.
8110
8111 * two-volume-cross-refs.txt: New file.
8112 * two.el: New file.
8113 * spellfile: New file.
8114
81152001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
8116
8117 * permute-index: New file.
8118
8119 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
8120 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
8121 8+3 restricted namespace.
8122
8123 * Makefile.in (infodir): Define relative to $(srcdir).
8124 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
8125 include directories list via -I switch to makeinfo.
8126 (index.texi): Use cp if both hard and symbolic links fail.
8127
81282001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
8129
8130 * Makefile.in (distclean): Add.
8131
8132 The following changes make ELisp manual part of the Emacs
8133 distribution:
8134
8135 * Makefile.in: Add Copyright notice.
8136 (prefix): Remove.
8137 (infodir): Change value to "../info".
8138 (VPATH): New variable.
8139 (MAKE): Don't define.
8140 (texmacrodir): Don't define.
8141 (texinputdir): Append the existing value of TEXINPUTS.
8142 ($(infodir)/elisp): Instead of just "elisp". Reformat the
8143 command to be compatible with man/Makefile.in, and to put the
8144 output into ../info.
8145 (info): Add target.
8146 (installall): Target removed.
8147
c8763fb6 81482001-10-31 Pavel Janík <Pavel@Janik.cz>
b8d4c8d0
GM
8149
8150 * tips.texi (Coding Conventions): Fix typo.
8151
81522001-10-23 Gerd Moellmann <gerd@gnu.org>
8153
8154 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
8155
81562001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
8157
8158 * files.texi (File Name Components): Update the description of
8159 file-name-sans-extension and file-name-extension, as they now
8160 ignore leading dots.
8161
81622001-10-20 Gerd Moellmann <gerd@gnu.org>
8163
8164 * (Version 21.1 released.)
8165
81662001-10-19 Miles Bader <miles@gnu.org>
8167
8168 * positions.texi (Text Lines): Describe behavior of
8169 `beginning-of-line'/`end-of-line' in the presence of field properties.
8170
81712001-10-17 Gerd Moellmann <gerd@gnu.org>
8172
8173 * Makefile.in (VERSION): Set to 2.8.
8174 (manual): Use `manual-21'.
8175
8176 * elisp.texi (VERSION): Add and use it where the version
8177 number was used. Set it to 2.8.
8178
8179 * intro.texi: Likewise.
8180
81812001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
8182
8183 * files.texi (File Name Completion): Document the significance of
8184 a trailing slash in elements of completion-ignored-extensions.
8185
81862001-10-06 Miles Bader <miles@gnu.org>
8187
8188 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
8189
81902001-10-04 Gerd Moellmann <gerd@gnu.org>
8191
8192 * variables.texi (Variable Aliases): New node.
8193
81942001-10-04 Gerd Moellmann <gerd@gnu.org>
8195
8196 * Branch for 21.1.
8197
81982001-10-02 Miles Bader <miles@gnu.org>
8199
8200 * minibuf.texi (Minibuffer Misc): Add entries for
8201 `minibuffer-contents', `minibuffer-contents-no-properties', and
8202 `delete-minibuffer-contents'.
8203 Correct description for `minibuffer-prompt-end'.
8204
8205 * text.texi (Property Search): Correct descriptions of
8206 `next-char-property-change' and `previous-char-property-change'.
8207 Add entries for `next-single-char-property-change' and
8208 `previous-single-char-property-change'.
8209 Make operand names a bit more consistent.
8210
82112001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
8212
8213 * frames.texi (Finding All Frames): Document that next-frame and
8214 previous-frame are local to current terminal.
8215
82162001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
8217
8218 * keymaps.texi (Creating Keymaps): Fix the description of the
8219 result of make-keymap.
8220
82212001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
8222
8223 * display.texi (Font Lookup, Attribute Functions)
8224 (Image Descriptors): Add cross-references to the definition of
8225 selected frame.
8226
8227 * buffers.texi (The Buffer List): Add cross-references to the
8228 definition of selected frame.
8229
8230 * frames.texi (Input Focus): Clarify which frame is _the_ selected
8231 frame at any given time.
8232 (Multiple Displays, Size and Position): Add a cross-reference to
8233 the definition of the selected frame.
8234
82352001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
8236
8237 * strings.texi (String Conversion) <string-to-number>: Document
8238 that a float is returned for integers that are too large.
8239
8240 * frames.texi (Mouse Position): Document mouse-position-function.
8241 (Display Feature Testing): Document display-images-p.
8242 (Window Frame Parameters): Document the cursor-type variable.
8243
8244 * numbers.texi (Integer Basics): Document CL style read syntax for
8245 integers in bases other than 10.
8246
8247 * positions.texi (List Motion): Document
8248 open-paren-in-column-0-is-defun-start.
8249
8250 * lists.texi (Sets And Lists): Document member-ignore-case.
8251
8252 * internals.texi (Garbage Collection): Document the used and free
8253 strings report.
8254 (Memory Usage): Document strings-consed.
8255
8256 * os.texi (Time of Day): Document float-time.
8257 (Recording Input): Document that clear-this-command-keys clears
8258 the vector to be returned by recent-keys.
8259
8260 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
8261 argument keymap can be a list.
8262
8263 * nonascii.texi (User-Chosen Coding Systems)
8264 <select-safe-coding-system>: Document the new argument
8265 accept-default-p and the variable
8266 select-safe-coding-system-accept-default-p. Tell what happens if
8267 buffer-file-coding-system is undecided.
8268 (Default Coding Systems): Document auto-coding-regexp-alist.
8269
8270 * display.texi (The Echo Area) <message>: Document
8271 message-truncate-lines.
8272 (Glyphs): Document that the glyph table is unused on windowed
8273 displays.
8274
8275 * help.texi (Describing Characters) <single-key-description>:
8276 Document the new argument no-angles.
8277 (Accessing Documentation) <documentation-property>: Document that
8278 a non-string property is evaluated.
8279 <documentation>: Document that the function-documentation property
8280 is looked for.
8281
8282 * windows.texi (Selecting Windows): Document some-window.
8283
8284 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
8285
8286 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
8287 apropos-mode-hook.
8288
8289 * commands.texi (Using Interactive): Document interactive-form.
8290 (Keyboard Macros): Document kbd-macro-termination-hook.
8291 (Command Loop Info): Document that clear-this-command-keys clears
8292 the vector to be returned by recent-keys.
8293
82942001-09-04 Werner LEMBERG <wl@gnu.org>
8295
8296 * Makefile.in (srcdir, texinputdir): New variables.
8297 (srcs, index.texi, install): Use $(srcdir).
8298 (.PHONY): Remove elisp.dvi.
8299 (elisp): Use -I switch for makeinfo.
8300 (elisp.dvi): Use $(srcdir) and $(texinputdir).
8301 (installall, dist): Use $(srcdir).
8302 Fix path to texinfo.tex.
8303 (maintainer-clean): Add elisp.dvi and elisp.oaux.
8304
83052001-08-30 Gerd Moellmann <gerd@gnu.org>
8306
8307 * display.texi (Conditional Display): Adjust to API change.
8308
8309 * configure: New file.
8310
83112001-07-30 Gerd Moellmann <gerd@gnu.org>
8312
8313 * commands.texi (Repeat Events): Add description of
8314 double-click-fuzz.
8315
83162001-05-08 Stefan Monnier <monnier@cs.yale.edu>
8317
8318 * syntax.texi (Syntax Class Table): Add the missing designator for
8319 comment and string fences.
8320 (Syntax Properties): Add a xref to syntax table internals.
8321 (Syntax Table Internals): Document string-to-syntax.
8322
83232001-05-07 Gerd Moellmann <gerd@gnu.org>
8324
8325 * Makefile.in (install): Use install-info command line options
8326 like in Emacs' Makefile.in.
8327
83282000-12-09 Miles Bader <miles@gnu.org>
8329
8330 * windows.texi (Window Start): Update documentation for
8331 `pos-visible-in-window-p'.
8332
83332000-11-12 Stefan Monnier <monnier@cs.yale.edu>
8334
8335 * lists.texi (Building Lists): Add footnote to explain how to add
8336 to the end of a list.
8337
83382000-10-25 Gerd Moellmann <gerd@gnu.org>
8339
8340 * files.texi (Visiting Functions): Typos.
8341
83422000-10-25 Kenichi Handa <handa@etl.go.jp>
8343
8344 * files.texi (Visiting Functions): Return value of
8345 find-file-noselect may be a list of buffers if wildcards are used.
8346
83472000-10-24 Miles Bader <miles@lsi.nec.co.jp>
8348
8349 * display.texi (Defining Faces): Document `graphic' display type
8350 in face specs.
8351
b344d29d 83522000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b8d4c8d0
GM
8353
8354 * hooks.texi (Standard Hooks): Replace obsolete
8355 `after-make-frame-hook' with `after-make-frame-functions'.
8356
8357 * frames.texi (Creating Frames): Ditto.
8358
8359 * variables.texi (Future Local Variables): Ditto.
8360
83612000-10-16 Gerd Moellmann <gerd@gnu.org>
8362
8363 * display.texi (Other Image Types): Add description of :foreground
8364 and :background properties of mono PBM images.
8365
83662000-08-17 Werner LEMBERG <wl@gnu.org>
8367
8368 * .cvsignore: New file.
8369
83702000-01-05 Gerd Moellmann <gerd@gnu.org>
8371
8372 * tindex.pl: New script.
8373
83741999-12-03 Dave Love <fx@gnu.org>
8375
8376 * Makefile.in (MAKEINFO): New parameter.
8377
83781999-09-17 Richard Stallman <rms@gnu.org>
8379
8380 * Makefile.in (srcs): Add hash.texi.
8381 (VERSION): Update to 20.6.
8382
83831999-09-13 Richard Stallman <rms@gnu.org>
8384
8385 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
8386
83871998-08-29 Karl Heuer <kwzh@gnu.org>
8388
8389 * configure.in: New file.
8390 * Makefile.in: Renamed from Makefile.
8391 (prefix, infodir): Use value obtained from configure.
8392 (emacslibdir): Obsolete variable deleted.
8393 (dist): Distribute configure.in, configure, Makefile.in.
8394
83951998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
8396
8397 * Makefile (INSTALL_INFO): New variable.
8398 (install): Run install-info.
8399
84001998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
8401
8402 * Makefile (elisp.dvi): Add missing backslash.
8403
84041998-05-02 Richard Stallman <rms@psilocin.gnu.org>
8405
8406 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
8407 Run texindex without `./'. Always run texindex on elisp.tp.
8408 (elisp.tps): Target deleted.
8409
84101998-04-05 Richard Stallman <rms@psilocin.gnu.org>
8411
8412 * Makefile (srcs): Add nonascii.texi and customize.texi.
8413 (dist): Start by deleting `temp'.
8414
84151998-02-17 Richard Stallman <rms@psilocin.gnu.org>
8416
8417 * Makefile (makeinfo, texindex): Targets deleted.
8418 (makeinfo.o, texindex.o): Targets deleted.
8419 (clean, dist): Don't do anything with them or with getopt*.
8420
84211998-01-30 Richard Stallman <rms@psilocin.gnu.org>
8422
8423 * Makefile (SHELL): Defined.
8424
84251998-01-27 Richard Stallman <rms@psilocin.gnu.org>
8426
8427 * Makefile (elisp.tps): New target.
8428 (elisp.dvi): Depend on elisp.tps.
8429
c5602427 84301996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
b8d4c8d0
GM
8431
8432 * README: Update phone number.
8433
8434 * Makefile (elisp): Make this be the default target.
8435 Depend on makeinfo.c instead of makeinfo.
8436 (install): Don't depend on elisp.dvi, since we don't install that.
8437 Use mkinstalldirs.
8438 (dist): Add mkinstalldirs.
8439
c5602427 84401995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
b8d4c8d0
GM
8441
8442 * Makefile (VERSION): Update version number.
8443 (maintainer-clean): Renamed from realclean.
8444
c5602427 84451995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
b8d4c8d0
GM
8446
8447 * Makefile (realclean): New target.
8448 (elisp): Remove any old elisp-* files first.
8449
c5602427 84501993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
b8d4c8d0
GM
8451
8452 * Makefile (VERSION): New variable.
8453 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
8454 Compressed file suffix should be `.gz', not `.z'.
8455
ce058493 84561993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
8457
8458 * Makefile (elisp): Depend on makeinfo.
8459
c5602427 84601993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
b8d4c8d0
GM
8461
8462 * Makefile (srcs): Add anti.texi.
8463
c5602427 84641993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
8465
8466 * Makefile (infodir, prefix): New vars.
8467 (install): Use infodir.
8468 (emacsinfodir): Deleted.
8469
c5602427 84701993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
8471
8472 * Makefile (srcs): Add calendar.texi.
8473
8474 * Makefile (dist): Copy texindex.c and makeinfo.c.
8475 Limit elisp-* files to those with one or two digits.
8476
c5602427 84771993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
8478
8479 * Makefile (dist): Changed to use Gzip instead of compress.
8480
c5602427 84811993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
8482
8483 * loading.texi (Unloading): define-function changed back to
8484 defalias. It may not stay this way, but at least it's
8485 consistent with the known-good version of the code patch.
8486
c5602427 84871993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
b8d4c8d0
GM
8488
8489 * modes.texi (Hooks): Document new optional arg of add-hook.
8490
c5602427 84911993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
8492
8493 * variables.texi: Document nil initial value of buffer-local variables.
8494
8495 * tips.texi: Add new section on standard library headers.
8496
c5602427 84971993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
8498
8499 * Makefile (srcs): Add frame.texi to the list of sources.
8500
c5602427 85011993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
8502
8503 * Makefile (dist): Don't bother excluding autosave files; they'll
8504 never make it into the temp directory anyway, and the hash marks
8505 in the name are problematic for make and the Bourne shell.
8506 (srcs):
8507
c5602427 85081993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
8509
8510 * Makefile (dist): Don't include backup files or autosave files in
8511 the distribution tar file.
8512
c5602427 85131991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
8514
8515 * Makefile (srcs): Added index.perm.
8516 (elisp.dvi): Remove erroneous shell comment.
8517 Expect output of permute-index in permuted.fns.
8518 Save old elisp.aux in elisp.oaux.
8519 (clean): Added index.texi to be deleted.
8520
c5602427 85211990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
8522
8523 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
8524
c5602427 85251990-06-26 David Lawrence (tale@geech)
b8d4c8d0
GM
8526
8527 * files.texi: Noted that completion-ignored-extensions is ignored
8528 when making *Completions*.
8529
3e868ee3 85301990-06-08 Jay Fenlason (hack@ai.mit.edu)
b8d4c8d0
GM
8531
8532 * Makefile make dist now depends on elisp.dvi, since it tries
8533 to include it in the dist file.
8534
c5602427 85351990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
b8d4c8d0 8536
c5602427 8537 * functions.texinfo (Mapping Functions): Add missing quote.
b8d4c8d0 8538
c5602427 85391989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
8540
8541 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
8542 (defunargs): Turn off \hyphenchar of \sl font temporarily.
8543
c5602427 85441989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
8545
8546 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
8547 and @error{} are the terms now being used. The files in the
8548 directory have been changed to reflect this.
8549
8550 * All instances of @indentedresultt{} have been changed to
8551 ` @result{}', using 5 spaces at the begining of the line.
8552
c5602427 85531989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
8554
8555 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
8556 experimental @indentedresult{}, @indentedexpandsto{} are part of
8557 the texinfo.tex in this directory. These TeX macros are not
8558 stable yet.
8559
c5602427 85601989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
8561
8562 * texinfo.tex: Temporarily added
8563 \let\result=\dblarrow
8564 \def\error{{\it ERROR} \longdblarrow}
8565 We need to do this better soon.
8566
c5602427 85671989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
8568
8569 * Applied Karl Berry's patches to *.texinfo files, but not to
8570 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
8571 new title page format is also not applied, since it requires
8572 texinfo.tex changes.)
8573
8574 * Cleaned up `Makefile' and defined the `emacslibdir' directory
8575 for the Project GNU development environment.
8576
8577;; Local Variables:
c8763fb6 8578;; coding: utf-8
b8d4c8d0
GM
8579;; add-log-time-zone-rule: t
8580;; End:
8581
352c8b4a 8582 Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
c57008f6 8583 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
b8d4c8d0
GM
8584
8585 This file is part of GNU Emacs.
8586
352c8b4a 8587 GNU Emacs is free software: you can redistribute it and/or modify
b8d4c8d0 8588 it under the terms of the GNU General Public License as published by
352c8b4a
GM
8589 the Free Software Foundation, either version 3 of the License, or
8590 (at your option) any later version.
b8d4c8d0
GM
8591
8592 GNU Emacs is distributed in the hope that it will be useful,
8593 but WITHOUT ANY WARRANTY; without even the implied warranty of
8594 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8595 GNU General Public License for more details.
8596
8597 You should have received a copy of the GNU General Public License
352c8b4a 8598 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
b8d4c8d0
GM
8599
8600;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda