lisp/loadhist.el (unload-feature-special-hooks): Add some hooks (bug#5327).
[bpt/emacs.git] / doc / lispref / ChangeLog
CommitLineData
7261e1cf
LMI
12011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2
ad21a12a
LMI
3 * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
4 description is a string (bug#3313).
5
7261e1cf
LMI
6 * frames.texi (Display Feature Testing): Try to explain what all
7 the visual classes mean (bug#3042).
8
568f7b79
LMI
92011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
10
18d59e29
LMI
11 * modes.texi (Mode Line Variables): Document `mode-line-remote'
12 and `mode-line-client' (bug#2974).
13
568f7b79
LMI
14 * text.texi (Insertion): Clarify marker movements (bug#1651).
15 Text from Drew Adams.
16
54e10184
LMI
172011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
18
d94d85e9
LMI
19 * text.texi (Special Properties): Clarify the format of `face'
20 (bug#1375).
21
54e10184
LMI
22 * commands.texi (Interactive Call): Add a `call-interactively'
23 example (bug#1010).
24
413c488d
LMI
252011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
26
27 * functions.texi (Calling Functions): Link to the "Interactive
28 Call" node (bug#1001).
29
322b7dab 302011-07-06 Chong Yidong <cyd@stupidchicken.com>
b00d8c1a 31
3deead93
CY
32 * customize.texi (Composite Types): Move alist and plist to here
33 from Simple Types (Bug#7545).
34
35 * elisp.texi (Top): Update menu description.
36
b00d8c1a
CY
37 * display.texi (Face Attributes): Document negative line widths
38 (Bug#6113).
39
d2a6c43b
TR
402011-07-03 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
41
42 * searching.texi (Match Data): Note that match data can be
43 overwritten by most functions (bug#2499).
44
c7844a27
LMI
452011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
46
a9ab721e
LMI
47 * strings.texi (Formatting Strings): Clarify what the "-" and "0"
48 flags mean (bug#6659).
49
c7844a27
LMI
50 * functions.texi (What Is a Function): Document the autoload
51 object (bug#6496).
52
f68d76d0
LMI
532011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
54
8a20ca4c
LMI
55 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
56 is only used in the Customize user interface (bug#6089).
57
f68d76d0 58 * display.texi (Showing Images): Mention the point of sliced
6dd56db4 59 images (bug#7836).
f68d76d0 60
7018dbe7
EZ
612011-07-02 Eli Zaretskii <eliz@gnu.org>
62
63 * variables.texi (Defining Variables, Void Variables)
64 (Constant Variables): Fix incorrect usage of @kindex.
65
36cb87a1
LMI
662011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
67
28ee97c7
LMI
68 * variables.texi (Defining Variables): Add an index entry for
69 `set-variable' (bug#7262).
8d4294e9 70 (Defining Variables): Use @findex for functions.
28ee97c7 71
8862ffd5
LMI
72 * frames.texi (Basic Parameters): Document the `explicit-name'
73 parameter (bug#6951).
74
0ec389b9
LMI
75 * customize.texi (Type Keywords): Clarify that :value provides a
76 default value for all types (bug#7386).
77
36cb87a1
LMI
78 * streams.texi (Output Functions): Document `pp'.
79
11fdef7d 802011-06-25 Chong Yidong <cyd@stupidchicken.com>
dfc47e35
CY
81
82 * keymaps.texi (Searching Keymaps):
83 * display.texi (Overlay Properties): Fix errors in 2011-05-29
84 change. Suggested by Johan Bockgård.
85
eeafcea7
CY
862011-06-15 Chong Yidong <cyd@stupidchicken.com>
87
88 * text.texi (Special Properties): Clarify role of font-lock-face.
89
b96e6cde
LMI
902011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
91
92 * processes.texi (Process Information): Renamed `process-alive-p'
93 to `process-live-p' for consistency with other `-live-p' functions.
94
be14b9ab
PE
952011-06-03 Paul Eggert <eggert@cs.ucla.edu>
96
97 Document wide integers better.
98 * files.texi (File Attributes): Document ino_t values better.
2d365993 99 ino_t values no longer map to anything larger than a single cons.
be14b9ab
PE
100 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
101 (Bitwise Operations):
001903b5
PE
102 * objects.texi (Integer Type): Use a binary notation that is a bit easier
103 to read, and that will port better if 62-bits becomes the default.
104 Fix or remove incorrect examples.
be14b9ab
PE
105 * os.texi (Time Conversion): Document time_t values better.
106
bcd54f83
LMI
1072011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
108
109 * processes.texi (Process Information): Document
110 `process-alive-p'.
111
049bcbcb
CY
1122011-05-29 Chong Yidong <cyd@stupidchicken.com>
113
114 * help.texi (Accessing Documentation):
115 * display.texi (Pixel Specification):
116 * processes.texi (Serial Ports, Serial Ports):
117 * nonascii.texi (Character Properties, Default Coding Systems):
118 * text.texi (Changing Properties, Special Properties):
119 * windows.texi (Window Start and End):
120 * modes.texi (SMIE Indentation Example, SMIE Tricks):
121 * keymaps.texi (Searching Keymaps, Tool Bar):
122 * minibuf.texi (Basic Completion):
123 * compile.texi (Eval During Compile):
124 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
125 7x9 paper in printed manual.
126
127 * lists.texi (Sets And Lists): Fix misplaced text.
128
58539c63
CY
1292011-05-29 Chong Yidong <cyd@stupidchicken.com>
130
131 * keymaps.texi (Remapping Commands): Emphasize that the keymap
132 needs to be active (Bug#8350).
133
6b5681bf
CY
1342011-05-28 Chong Yidong <cyd@stupidchicken.com>
135
b4d52acc
CY
136 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
137
6b5681bf
CY
138 * tips.texi (Coding Conventions): Remove antediluvian filename
139 limit recommendation (Bug#8538).
140
e145f188
GM
1412011-05-27 Glenn Morris <rgm@gnu.org>
142
143 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
144
eafed945
GM
1452011-05-26 Glenn Morris <rgm@gnu.org>
146
147 * variables.texi (File Local Variables):
148 Update hack-local-variables `mode-only' return value.
2d3ba9e7 149 Add some more details on what this function does in the other case.
eafed945 150
bc8410af
GM
1512011-05-19 Glenn Morris <rgm@gnu.org>
152
153 * lists.texi (Sets And Lists): Mention cl provides union etc.
154
35a30759
N
1552011-05-19 Nix <nix@esperi.org.uk>
156
157 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
158
159 * text.texi (Parsing HTML): Update for function name changes.
160
161 * syntax.texi (Syntax Flags): Small fix.
162
163 * keymaps.texi (Active Keymaps): Typo fix.
164 (Changing Key Bindings): Grammar fix.
165
166 * frames.texi (Minibuffers and Frames): Grammar fix.
167 (Window System Selections): x-select-enable-clipboard now defaults to t.
168
169 * customize.texi (Common Keywords):
170 * display.texi (Abstract Display):
171 * modes.texi (Auto-Indentation):
172 * nonascii.texi (Converting Representations): Typo fixes.
173
174 * control.texi (Examples of Catch): Call it "goto" not "go to".
175
e3934a8a
EZ
1762011-05-14 Eli Zaretskii <eliz@gnu.org>
177
bc039a3b
EZ
178 * nonascii.texi (Character Properties): Fix inconsistencies with
179 implementation.
180
e3934a8a
EZ
181 * text.texi (Special Properties): Move @defvar's out of the
182 @table. (Bug#8652)
183
e2c94218
GM
1842011-05-12 Glenn Morris <rgm@gnu.org>
185
186 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
187
d2fc7e3d 1882011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
bc3bea9c
SM
189
190 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
191 (Multiline Font Lock):
192 * vol2.texi (Top):
193 * vol1.texi (Top):
194 * elisp.texi (Top): Update menu accordingly.
195
d2fc7e3d 1962011-05-12 Drew Adams <drew.adams@oracle.com>
e6dc6206
DA
197
198 * modes.texi (Region to Fontify): Fix typo.
199
79b70037
GM
2002011-05-10 Jim Meyering <meyering@redhat.com>
201
202 * minibuf.texi: Fix typo "in in -> in".
203
b08a63cc 2042011-05-06 Paul Eggert <eggert@cs.ucla.edu>
fed14fd7
PE
205
206 * numbers.texi (Integer Basics): Large integers are treated as floats.
207
1ef14cb4
LMI
2082011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
209
210 * processes.texi (Synchronous Processes): Document the (:file
211 "/file-name") syntax for `call-process'.
212
4ffd0d6b 2132011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
214
215 * windows.texi (Choosing Window): Fix typo.
216
4ffd0d6b 2172011-04-23 Chong Yidong <cyd@stupidchicken.com>
40954368
CY
218
219 * frames.texi (Layout Parameters): Note the difference between
220 querying and setting parameters for left-fringe and right-fringe
221 (Bug#6930).
222
fd5a8ae8
SM
2232011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
224
225 * minibuf.texi (Basic Completion): Be a bit more precise about the
226 valid kinds of completion tables.
227 (Programmed Completion): Remove obsolete text about lambda expressions
228 not being valid completion tables.
229
c1bcd0d5
CY
2302011-03-19 Chong Yidong <cyd@stupidchicken.com>
231
232 * positions.texi (Excursions): Explain the "save-excursion
233 defeated by set-buffer" warning.
234
235 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
236 save-excursion. Suggested by Uday S Reddy.
237
03408648 2382011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
ba83908c 239
03408648
SM
240 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
241 (Lexical Binding): New sub-section.
ba83908c 242
03408648
SM
243 * eval.texi (Eval): Discourage the use of `eval'.
244 Document its new `lexical' argument.
6c075cd7 245
f6d62986
SM
2462011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
247
03408648 248 * commands.texi (Command Overview): `post-command-hook' is not reset to
f6d62986
SM
249 nil any more.
250
84ea5558 2512011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
e4021ec1
SM
252
253 * strings.texi (String Conversion): Don't mention
254 string-make-(uni|multi)byte (bug#8262).
255 * nonascii.texi (Converting Representations): Fix up range.
256 * keymaps.texi (Key Binding Commands): Update code point, avoid
257 "unibyte character" and remove mention of unibyte bindings.
258
62d94509
EZ
2592011-03-10 Eli Zaretskii <eliz@gnu.org>
260
261 * modes.texi (Operator Precedence Grammars): Don't use characters
262 outside ISO-8859-1.
263
63a329f8
EZ
2642011-03-09 Eli Zaretskii <eliz@gnu.org>
265
266 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
267
268 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
269
6446548e
GM
2702011-03-08 Glenn Morris <rgm@gnu.org>
271
272 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
273 * intro.texi (Acknowledgements): Names to UTF-8.
80b005c7 274 * elisp.texi: Set documentencoding.
6446548e 275
33383987
JB
2762011-03-07 Chong Yidong <cyd@stupidchicken.com>
277
278 * Version 23.3 released.
279
0b3ceceb
CY
2802011-03-06 Chong Yidong <cyd@stupidchicken.com>
281
282 * package.texi: Update index keywords.
283 (Package Archives): New node contents. Document package-x.el.
284
78f5433f
JB
2852011-03-06 Juanma Barranquero <lekktu@gmail.com>
286
287 * makefile.w32-in (srcs): Add package.texi.
288
555e9b5c
CY
2892011-03-06 Chong Yidong <cyd@stupidchicken.com>
290
120d9389
CY
291 * package.texi (Packaging, Packaging Basics, Simple Packages)
292 (Multi-file Packages): Expand and clarify.
293 (Package Archives): Temporary placeholder node.
294
295 * elisp.texi (Top): Update node listing.
296
555e9b5c
CY
297 * Makefile.in (srcs): Add package.texi.
298
b59a4335
CY
2992011-03-05 Chong Yidong <cyd@stupidchicken.com>
300
301 * processes.texi (Synchronous Processes): Minor clarification
302 (Bug#8149).
303
06083aa1
GM
3042011-03-03 Glenn Morris <rgm@gnu.org>
305
306 * files.texi (Truenames): Minor clarification. (Bug#2341)
307
6640b281
GM
3082011-03-01 Glenn Morris <rgm@gnu.org>
309
310 * variables.texi (Directory Local Variables):
311 Mention `(subdirs . nil)' alist element.
312
2b0c7330 3132011-02-28 Glenn Morris <rgm@gnu.org>
081f7640
GM
314
315 * variables.texi (Directory Local Variables): Mention the optional
316 mtime argument of dir-locals-set-directory-class. (Bug#3577)
317
b923f7a9
CY
3182011-02-27 Chong Yidong <cyd@stupidchicken.com>
319
320 * minibuf.texi (Minibuffer History): Clarify discussion of
321 minibuffer history lists (Bug#8085).
322
67ab0163 3232011-02-19 Eli Zaretskii <eliz@gnu.org>
86ec878a 324
e979a521
EZ
325 * elisp.texi: Sync @dircategory with ../../info/dir.
326
e03b2fd4
EZ
327 * files.texi (Visiting Functions): Document find-file-literally,
328 both the command and the variable.
329
86ec878a
EZ
330 * variables.texi (Creating Buffer-Local): Explain the meaning of
331 permanent local variables.
332
67ab0163
GM
333 * files.texi (Visiting Functions): Document find-file-literally,
334 both the command and the variable.
335
336 * variables.texi (Creating Buffer-Local): Explain the meaning of
337 permanent local variables.
338
3392011-02-19 Glenn Morris <rgm@gnu.org>
dff9ac46
GM
340
341 * keymaps.texi (Remapping Commands): Mention how to undo it.
342
bfcb151a
RT
3432011-02-09 Reuben Thomas <rrt@sc3d.org>
344
345 * loading.texi (Hooks for Loading): Remove unnecessary advice
346 about eval-after-load (Bug#7986).
347
a41c8660
CY
3482011-02-05 Chong Yidong <cyd@stupidchicken.com>
349
350 * commands.texi (Accessing Mouse): Note that a header line is not
351 included in the row of posn-col-row.
352
e0dd6837
CY
3532011-02-02 Chong Yidong <cyd@stupidchicken.com>
354
355 * modes.texi (Major Mode Conventions): Add face guidelines.
356 (Faces for Font Lock): List faces in order of prominence.
357
a4180391
PE
3582011-02-01 Paul Eggert <eggert@cs.ucla.edu>
359
360 format-time-string now supports subsecond time stamp resolution
361 * os.texi (Time Parsing): Document %N.
362
7427eb97
CY
3632011-01-28 Chong Yidong <cyd@stupidchicken.com>
364
61db307f
CY
365 * vol1.texi (Top):
366 * vol2.texi (Top):
367 * elisp.texi (Top):
368 * display.texi (Display Property): Shorten the menu description of
369 the "Other Display Specs" node (Bug#7816).
370
7427eb97
CY
371 * keymaps.texi (Defining Menus): Add "menu item" and "extended
372 menu item" concept index entries (Bug#7805).
373
bf3dae7e
EZ
3742011-01-29 Eli Zaretskii <eliz@gnu.org>
375
376 * makefile.w32-in (texinfodir): New variable.
377 (usermanualdir): Remove as redundant with $(emacsdir).
378 (MAKEINFO): Remove options, leave only program name.
379 (MAKEINFO_OPTS): New variable.
380 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
381
06d8ace5 3822011-01-25 Chong Yidong <cyd@stupidchicken.com>
e6cf7a82
CY
383 Richard Kim <emacs18@gmail.com>
384
385 * loading.texi (Library Search): Document list-load-path-shadows
386 (Bug#7757).
387
06d8ace5 3882011-01-25 Chong Yidong <cyd@stupidchicken.com>
3f066f54
CY
389
390 * searching.texi (Regexp Special): Remove outdated discussion of
391 character sets (Bug#7780).
392
28a88153
CY
393 * frames.texi (Pop-Up Menus): Document where menu title comes
394 from (Bug#7684).
395
06d8ace5 3962011-01-25 Glenn Morris <rgm@gnu.org>
4d265b4d
GM
397
398 * display.texi (Making Buttons): Mention limitation of text buttons.
399
a8e1e9ee
WL
4002011-01-23 Werner Lemberg <wl@gnu.org>
401
402 * Makefile.in (MAKEINFO): Now controlled by `configure'.
403 (MAKEINFO_OPTS): New variable. Use it where appropriate.
404 (ENVADD): New variable to control texi2dvi and texi2pdf.
405
362b9d48
GM
4062011-01-15 Chong Yidong <cyd@stupidchicken.com>
407
408 * files.texi (Directory Names): Move directory-abbrev-alist doc to
409 Emacs manual.
410
4112011-01-15 Eli Zaretskii <eliz@gnu.org>
412
413 * files.texi (Directory Names): Explain why FROM in
414 directory-abbrev-alist should begin with \`. (Bug#7777)
415
3fa173b4
SM
4162011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
417
418 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
419
7c420169 4202011-01-02 Eli Zaretskii <eliz@gnu.org>
2e4ab211
EZ
421
422 * modes.texi (Emulating Mode Line): Fix last change.
423
7c420169 4242011-01-02 Eli Zaretskii <eliz@gnu.org>
287e63bb
EZ
425
426 * modes.texi (Emulating Mode Line): Update documentation of
427 format-mode-line according to changes that fixed bug #7587.
428
80b33766
SM
4292010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
430
431 * modes.texi (Derived Modes): Mention prog-mode.
432
433 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
434 of the key-binding-data cache since we don't use it any more.
435
f49d1f52 4362010-12-13 Eli Zaretskii <eliz@gnu.org>
3c73e30e 437
4bb49a92
EZ
438 * processes.texi (Shell Arguments):
439 * strings.texi (Creating Strings): Don't mention "shell commands";
440 make it explicit that `split-string-and-unquote' and
441 `combine-and-quote-strings' are mainly for working with arguments
442 to call-process and start-process.
443
3c73e30e
EZ
444 * processes.texi (Shell Arguments): Fix documentation of
445 `split-string-and-unquote'. Add indexing. (Bug#7563)
446
f49d1f52 4472010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5dcb4c4e
SM
448
449 * modes.texi (Auto-Indentation): New section to document SMIE.
450 (Major Mode Conventions):
451 * text.texi (Mode-Specific Indent): Refer to it.
452
f49d1f52 4532010-12-13 Eli Zaretskii <eliz@gnu.org>
bdef6a77
EZ
454
455 * display.texi (Other Display Specs): Document left-fringe and
456 right-fringe display specs.
457
f49d1f52 4582010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
769741e3
SM
459
460 * backups.texi (Making Backups):
461 * modes.texi (Example Major Modes): Use recommended coding style.
462 (Major Mode Basics, Derived Modes): Encourge more strongly use of
463 define-derived-mode. Mention completion-at-point-functions.
464
f49d1f52 4652010-12-13 Chong Yidong <cyd@stupidchicken.com>
3e99b825 466
5dcb4c4e
SM
467 * nonascii.texi (Converting Representations):
468 Document byte-to-string.
e1115396 469
ec1b9b17
GM
4702010-12-08 Glenn Morris <rgm@gnu.org>
471
472 * buffers.texi (Modification Time):
473 verify-visited-file-modtime now defaults to the current buffer.
474
07976ae3 4752010-11-27 Chong Yidong <cyd@stupidchicken.com>
3e99b825 476
ec1b9b17 477 * nonascii.texi (Converting Representations): Document byte-to-string.
3e99b825
CY
478
479 * strings.texi (Creating Strings): Don't mention semi-obsolete
480 function char-to-string.
481 (String Conversion): Shorten discussion of semi-obsolete function
482 string-to-char. Link to Converting Representations.
483
484 * objects.texi (Symbol Type):
485 * text.texi (Near Point):
486 * help.texi (Help Functions):
487 * functions.texi (Mapping Functions): Use string instead of
488 char-to-string in examples.
489
07976ae3 4902010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295
CY
491
492 * text.texi (Kill Functions, Kill Functions)
493 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
494 YANK-HANDLER args.
495
496 * symbols.texi (Creating Symbols): Using unintern without an
497 obarray arg is now obsolete.
498
499 * numbers.texi (Float Basics): Document float-e and float-pi.
500
501 * variables.texi (Defining Variables): Change "pi" example to
502 "float-pi".
503
8547874a
EZ
5042010-11-26 Eli Zaretskii <eliz@gnu.org>
505
506 * commands.texi (Click Events): Document the values of X, Y and
507 COL, ROW in the event's position, when the click is on the header
508 or mode line, on the fringes, or in the margins.
509
4a47c275 5102010-11-17 Eli Zaretskii <eliz@gnu.org>
c7926fe2 511
5b05d75b
EZ
512 * customize.texi (Composite Types): Lower-case index entry.
513
5dcb4c4e
SM
514 * loading.texi (How Programs Do Loading):
515 Document load-file-name. (Bug#7346)
c7926fe2 516
4a47c275 5172010-11-17 Glenn Morris <rgm@gnu.org>
cde08ac9
GM
518
519 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
520
0eb025fb
EZ
5212010-11-13 Eli Zaretskii <eliz@gnu.org>
522
523 * display.texi (Usual Display): Characters with no fonts are not
524 necessarily displayed as empty boxes.
525
2699a554 5262010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
527
528 * maps.texi (Standard Keymaps): Update File menu description.
529
8289f37b
GM
5302010-10-28 Glenn Morris <rgm@gnu.org>
531
532 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
533
5793a7bc 5342010-10-24 Eli Zaretskii <eliz@gnu.org>
89baa1df
EZ
535
536 * display.texi (Window Systems): Deprecate use of window-system as
537 a predicate.
538
17284e30
GM
5392010-10-23 Glenn Morris <rgm@gnu.org>
540
541 * help.texi (Documentation Basics): Remove mentions of digest-doc and
542 sorted-doc.
543
00f113eb
JB
5442010-10-15 Eli Zaretskii <eliz@gnu.org>
545
546 * os.texi (Dynamic Libraries): New node, with slightly modified
547 text deleted from "Image Formats".
548 (System Interface): Add @menu entry for "Dynamic Libraries".
549
550 * display.texi (Image Formats): Remove description of
551 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
552
07277eb8
GM
5532010-10-12 Glenn Morris <rgm@gnu.org>
554
555 * book-spine.texinfo: Rename to book-spine.texi.
556
c12e4a81
GM
5572010-10-11 Glenn Morris <rgm@gnu.org>
558
df187c62
GM
559 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
560
c12e4a81 561 * Makefile.in (DVIPS): New variable.
234db610
GM
562 (.PHONY): Add html, ps.
563 (html, elisp.html, ps, elisp.ps): New targets.
564 (clean): Delete html, ps files.
565 ($(infodir)/elisp): Remove unnecessary includes.
c12e4a81 566
6513b232
EZ
5672010-10-09 Eli Zaretskii <eliz@gnu.org>
568
569 * makefile.w32-in (emacsdir): New variable.
570 (srcs): Add emacsver.texi.
571 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
572
abd40fb4
GM
5732010-10-09 Glenn Morris <rgm@gnu.org>
574
c1dc72b3
GM
575 * Makefile.in (VPATH): Remove.
576 (infodir): Make it absolute.
577 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
578
4393405b
GM
579 * Makefile.in (dist): Anchor regexps.
580
eef3ab94
GM
581 * Makefile.in (srcs): Put elisp.texi first.
582 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
583
aa9db089
GM
584 * Makefile.in (infoclean): Remove harmless, long-standing error.
585
abd40fb4
GM
586 * Makefile.in ($(infodir)): Delete rule.
587 (mkinfodir): New.
588 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
589
68db69ed 590 * Makefile.in (dist): Remove reference to emacsver.texi.in.
208deadc 591 Also copy emacsver.texi, and edit $emacsdir.
68db69ed 592
ea274122
GM
5932010-10-09 Glenn Morris <rgm@gnu.org>
594
f7a31f11
GM
595 * Makefile.in (emacsdir): New variable.
596 (MAKEINFO): Add -I $emacsdir.
597 (dist): Copy emacsver.texi.
b13254e7
GM
598 (srcs): Add emacsver.texi.
599
f7a31f11
GM
600 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
601 Set EMACSVER by including emacsver.texi.
602
ea274122
GM
603 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
604
17ca7950
GM
6052010-10-07 Glenn Morris <rgm@gnu.org>
606
607 * Makefile.in (version): New, set by configure.
608 (clean): Delete dist tar file.
609 (dist): Use version in tar name.
610
4c83f6e1
GM
6112010-10-06 Glenn Morris <rgm@gnu.org>
612
613 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
614 (INSTALL_INFO): Remove unused variable.
615 (mostlyclean, infoclean, dist): New rules.
616 (clean): Delete dvi and pdf files.
617 (maintainer-clean): Remove elisp.oaux, use infoclean.
8a944cea 618 ($(infodir)): Add parallel build workaround.
4c83f6e1 619
0264072d
GM
6202010-10-04 Glenn Morris <rgm@gnu.org>
621
622 * Makefile.in (dvi, pdf, $(infodir)): New targets.
623 ($(infodir)/elisp): Ensure target directory exists. Use $@.
8cce34d0 624 Fix -I typo.
0264072d
GM
625 (clean): No 'make.out' or 'core' files.
626 (.PHONY): Declare clean rules.
627 (maintainer-clean): Delete pdf file. Guard against cd failures.
628
77f38949
GM
6292010-10-03 Glenn Morris <rgm@gnu.org>
630
631 * files.texi (File Name Components): Remove ignored section about
632 deleted variable directory-sep-char.
633
178fdd41
MA
6342010-10-03 Michael Albinus <michael.albinus@gmx.de>
635
636 * files.texi (Magic File Names): New defopt
637 remote-file-name-inhibit-cache.
638
9c524fcb
GM
6392010-10-02 Glenn Morris <rgm@gnu.org>
640
641 * os.texi (Killing Emacs): Hook now runs in batch mode.
642
f816790b
SM
6432010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
644
645 * text.texi (Special Properties): Clarify when modification-hooks run.
646
7cf78aac
SM
6472010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
648
649 * syntax.texi (Syntax Flags): Document new `c' flag.
650
ca0d44e4
GM
6512010-09-09 Glenn Morris <rgm@gnu.org>
652
653 * display.texi (ImageMagick Images): General cleanup.
654
10999305 6552010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
656
657 * files.texi (Directory Names): Use \` rather than ^.
658
45240125
JD
6592010-09-02 Jan Djärv <jan.h.d@swipnet.se>
660
661 * text.texi (Low-Level Kill Ring):
662 * frames.texi (Window System Selections): Remove cut buffer
663 documentation.
664
4abe5bf6
EZ
6652010-08-28 Eli Zaretskii <eliz@gnu.org>
666
667 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
668 Parameters", where the default fringe width is described.
669
670 * frames.texi (Window Frame Parameters, Basic Parameters)
671 (Position Parameters, Layout Parameters, Management Parameters)
672 (Cursor Parameters, Font and Color Parameters): Add indexing for
673 frame parameters. (Bug#6929)
674
fdc76236
TT
6752010-08-25 Tom Tromey <tromey@redhat.com>
676
677 * vol2.texi (Top): Update.
678 * vol1.texi (Top): Update.
679 * tips.texi (Library Headers): Mention Package-Version and
680 Package-Requires.
681 * package.texi: New file.
682 * os.texi (System Interface): Update pointers.
683 * elisp.texi (Top): Link to new nodes. Include package.texi.
684 * anti.texi (Antinews): Update pointers.
685
1e5c1c80
EZ
6862010-08-25 Eli Zaretskii <eliz@gnu.org>
687
688 * processes.texi (Filter Functions): Fix last change.
689
78e33835
CY
6902010-08-24 Markus Triska <triska@gmx.at>
691
692 * processes.texi (Filter Functions): Use `buffer-live-p' instead
693 of `buffer-name' in the main text as well as in the example
694 (Bug#3098).
695
198a7a97
CY
6962010-08-22 Chong Yidong <cyd@stupidchicken.com>
697
698 * nonascii.texi (Text Representations):
699 * loading.texi (Loading Non-ASCII):
700 * compile.texi (Byte Compilation): Don't mention obsolete
701 --unibyte command-line argument.
702
bc7d7ea6
CY
7032010-08-22 Chong Yidong <cyd@stupidchicken.com>
704
705 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
706
b0126eac 7072010-08-22 Chong Yidong <cyd@stupidchicken.com>
96b1842d
CY
708
709 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
710
e8a6cc19
EZ
7112010-08-20 Eli Zaretskii <eliz@gnu.org>
712
713 * commands.texi (Misc Events): Add cross-references to where
714 POSITION of a mouse event is described in detail.
715
7815fe19 7162010-08-08 Christoph <cschol2112@googlemail.com>
ee301a7a
SM
717
718 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
719
7815fe19 7202010-08-08 Juanma Barranquero <lekktu@gmail.com>
e8bf5266
JB
721
722 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
723 Suggested by Štěpán Němec <stepnem@gmail.com>.
724
7815fe19 7252010-08-08 Juanma Barranquero <lekktu@gmail.com>
b4f588fa
JB
726
727 * minibuf.texi (High-Level Completion): Document args of
728 `read-buffer-function' (bug#5625).
729
8b2dd508
JD
7302010-07-29 Jan Djärv <jan.h.d@swipnet.se>
731
732 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
733
bace45fe
MA
7342010-07-29 Michael Albinus <michael.albinus@gmx.de>
735
736 * processes.texi (Process Information): Explain process property
737 `remote-tty'.
738
4ce5a4cc
JB
7392010-07-27 Juanma Barranquero <lekktu@gmail.com>
740
741 * modes.texi (Defining Minor Modes): Use C-delete in examples,
742 instead of "\C-\^?" (bug#6334).
743
1c84bc7a
JB
744 * text.texi (Special Properties): Fix typo.
745
b88746ba
EZ
7462010-07-09 Eli Zaretskii <eliz@gnu.org>
747
748 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
749 calling sequences, which are now the standard.
750
51422d6d
CY
7512010-06-24 Chong Yidong <cyd@stupidchicken.com>
752
753 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
754
755 * commands.texi (Command Overview): Mention undo-boundary call.
756
d24880de
GM
7572010-06-23 Glenn Morris <rgm@gnu.org>
758
759 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
760 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
761 * frames.texi, functions.texi, internals.texi, keymaps.texi:
762 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
763 * searching.texi, sequences.texi, strings.texi, syntax.texi:
764 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
765 Untabify Texinfo files.
766
0fc76035
CY
7672010-06-20 Chong Yidong <cyd@stupidchicken.com>
768
769 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
770
5338dc0b
CY
7712010-06-19 Chong Yidong <cyd@stupidchicken.com>
772
a628ad9d 773 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
5338dc0b 774
2c3a3c1d
CY
7752010-06-02 Chong Yidong <cyd@stupidchicken.com>
776
ba3bf1d9
CY
777 * searching.texi (Regexp Special): Remove obsolete information
778 about matching non-ASCII characters, and suggest using char
779 classes (Bug#6283).
2c3a3c1d 780
7f4b4249
JB
7812010-05-30 Juanma Barranquero <lekktu@gmail.com>
782
783 * minibuf.texi (Basic Completion): Add missing "@end defun".
784
637821cd
SM
7852010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
786
787 * minibuf.texi (Basic Completion): Document completion-boundaries.
788 (Programmed Completion): Document the new fourth method for boundaries.
789
e13051c3
CY
7902010-05-22 Chong Yidong <cyd@stupidchicken.com>
791
a628ad9d 792 * display.texi (Image Cache): Update documentation about image caching.
e13051c3 793
0235128c 7942010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
795
796 * windows.texi (Textual Scrolling):
797 * tips.texi (Coding Conventions):
798 * minibuf.texi (Minibuffer History):
799 * maps.texi (Standard Keymaps):
800 * loading.texi (Where Defined):
801 * edebug.texi (Instrumenting): Fix typos.
802
0235128c 8032010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549 804
c7c32279
CY
805 * keymaps.texi (Menu Bar): Document :advertised-binding property.
806
0235128c
SM
807 * functions.texi (Obsolete Functions):
808 Document set-advertised-calling-convention.
eb5ed549
CY
809
810 * minibuf.texi (Basic Completion): Document completion-in-region.
811 (Programmed Completion): Document completion-annotate-function.
812
813 * commands.texi (Reading One Event): Document read-key.
814 (Distinguish Interactive): Document KIND arg to
815 called-interactively-p. Delete obsolete interactive-p.
816
817 * elisp.texi (Top): Update node description.
818
f8848423
EZ
8192010-05-08 Eli Zaretskii <eliz@gnu.org>
820
0235128c
SM
821 * nonascii.texi (Character Properties):
822 Document unicode-category-table. Add an index entry for Unicode
823 general category.
824
8252010-05-07 Chong Yidong <cyd@stupidchicken.com>
826
827 * Version 23.2 released.
f8848423 828
938efb77
JB
8292010-04-20 Juanma Barranquero <lekktu@gmail.com>
830
831 * locals.texi (Standard Buffer-Local Variables):
832 Remove @ignore'd reference to `direction-reversed'.
833
5854c267
JL
8342010-04-14 Juri Linkov <juri@jurta.org>
835
836 Fix @deffn without category.
837
838 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
839 for `abbrev-insert'.
840
841 * buffers.texi (Indirect Buffers): Add category `Command'
842 to @deffn of `clone-indirect-buffer'.
843
844 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
845 for `next-window' and `previous-window'. Add category `Command'
846 to @deffn of `pop-to-buffer'.
847
8a14dec7
CY
8482010-04-01 Chong Yidong <cyd@stupidchicken.com>
849
850 * nonascii.texi (Text Representations): Don't mark
851 enable-multibyte-characters as a user option.
852
7a1831cf
EZ
8532010-03-31 Eli Zaretskii <eliz@gnu.org>
854
855 * control.texi (Handling Errors): How to re-throw a signal caught
856 by condition-case.
857
c3863713
CY
8582010-03-26 Chong Yidong <cyd@stupidchicken.com>
859
860 * loading.texi (Hooks for Loading): Document after-load-functions.
861 Copyedits.
862
c333f279
AM
8632010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
864
865 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
866
e867cb5d 8672010-03-24 Chong Yidong <cyd@stupidchicken.com>
f7704e26
CY
868
869 * processes.texi (Network Processes): Document seqpacket type.
870
605f35cd
DN
8712010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
872
873 * os.texi (System Environment): Do not mention lynxos.
874
288f9fc0
CY
8752010-03-10 Chong Yidong <cyd@stupidchicken.com>
876
877 * Branch for 23.2.
878
eed5c93a
CY
8792010-03-06 Chong Yidong <cyd@stupidchicken.com>
880
881 * objects.texi (Integer Type): Take note of the read syntax
882 exception for numbers that cannot fit in the integer type.
883
1ddd6622
GM
8842010-03-03 Glenn Morris <rgm@gnu.org>
885
886 * numbers.texi (Integer Basics, Bitwise Operations):
887 * objects.texi (Integer Type): Update for integers now being 30-bit.
888
a908c79a
CY
8892010-02-27 Chong Yidong <cyd@stupidchicken.com>
890
891 * display.texi (Low-Level Font): Document :otf font-spec property.
892
cd61af01
SM
8932010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
894
895 * display.texi (Line Height): Avoid obsolete special default variables
896 like default-major-mode.
897
c02f8fe2
AM
8982010-01-28 Alan Mackenzie <acm@muc.de>
899
900 * display.texi (Auto Faces): Say fontification-functions is called
901 whether or not Font Lock is enabled. Tidy up the wording a bit.
902
d738d18b
CY
9032010-01-17 Chong Yidong <cyd@stupidchicken.com>
904
905 * elisp.texi: Remove duplicate edition information (Bug#5407).
906
4963739e
JB
9072010-01-17 Juanma Barranquero <lekktu@gmail.com>
908
909 * two.el (volume-header-toc-markup): Fix typos in docstring.
910
c57008f6
SM
9112010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
912
913 Avoid dubious uses of save-excursions.
914 * positions.texi (Excursions): Recommend the use of
915 save-current-buffer if applicable.
916 * text.texi (Clickable Text): Fix the example code which used
917 save-excursion in a naive way which sometimes preserves point and
918 sometimes not.
919 * variables.texi (Creating Buffer-Local):
920 * os.texi (Session Management):
921 * display.texi (GIF Images):
922 * control.texi (Cleanups): Use (save|with)-current-buffer.
923
2f3725cd
EZ
9242010-01-02 Eli Zaretskii <eliz@gnu.org>
925
926 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
927
85eeac93
CY
9282010-01-02 Chong Yidong <cyd@stupidchicken.com>
929
930 * nonascii.texi (Text Representations, Character Codes)
931 (Converting Representations, Explicit Encoding)
932 (Translation of Characters): Use hex notation consistently.
933 (Character Sets): Fix map-charset-chars doc (Bug#5197).
934
4801c5fa
CY
9352010-01-01 Chong Yidong <cyd@stupidchicken.com>
936
937 * loading.texi (Where Defined): Make it clearer that these are
938 loaded files (Bug#5068).
939
26e533e2
CY
9402009-12-29 Chong Yidong <cyd@stupidchicken.com>
941
942 * minibuf.texi (Completion Styles): Document `initials' style.
943
16d1ff5f
CY
9442009-12-25 Chong Yidong <cyd@stupidchicken.com>
945
946 * frames.texi (Resources): Describe inhibit-x-resources.
947 (Size Parameters): Copyedit.
948
949 * hash.texi (Creating Hash):
950 * objects.texi (Hash Table Type): Document the new hash table
951 printed representation.
952
953 * minibuf.texi (Basic Completion): 4th arg to all-completions is
954 obsolete.
955
5dcb4c4e
SM
956 * processes.texi (Process Buffers):
957 Document process-kill-buffer-query-function.
16d1ff5f 958
9a5de3d9
GM
9592009-12-05 Glenn Morris <rgm@gnu.org>
960
961 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
962 diary-display-function, and no longer recommended to be a hook.
963 Update for changes in the names of calendar and diary hooks.
964 diary-print-entries-hook has changed section.
965
b640eb52
EZ
9662009-11-28 Eli Zaretskii <eliz@gnu.org>
967
968 * text.texi (Special Properties): More accurate description of
969 what the `cursor' property does.
970
be1674ab
KR
9712009-11-26 Kevin Ryde <user42@zip.com.au>
972
973 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
974 mouse-wheel-down-event, the closest thing to a definition for them.
975 * os.texi (Startup Summary): vindex inhibit-startup-message and
976 inhibit-splash-screen.
977 (Command-Line Arguments): vindex argv.
978 (Suspending Emacs): vindex suspend-tty-functions and
979 resume-tty-functions. Don't want to index every hook, but having
980 the programming ones is helpful.
981
603f5979
CY
9822009-11-14 Chong Yidong <cyd@stupidchicken.com>
983
984 * commands.texi (Motion Events): Fix typo (Bug#4907).
985
4359a806
CY
9862009-11-08 Chong Yidong <cyd@stupidchicken.com>
987
988 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
989 are affected by case-fold-search (Bug#4483).
990
0f063651
CY
9912009-11-02 Chong Yidong <cyd@stupidchicken.com>
992
993 * minibuf.texi (Reading File Names): Note that read-file-name may
994 use a graphical file dialog.
995
9bd79893
GM
9962009-10-31 Glenn Morris <rgm@gnu.org>
997
998 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
999
ebe479ec
KR
10002009-10-16 Kevin Ryde <user42@zip.com.au>
1001
1002 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
1003 in particular so `info-lookup-symbol' can find its docs.
1004
2640fa86
CY
10052009-10-16 Chong Yidong <cyd@stupidchicken.com>
1006
1007 * variables.texi (Constant Variables): Distinguish from defconst
1008 variables.
1009 (Defining Variables): Add cindex.
1010
edd6a733
CY
10112009-10-15 Chong Yidong <cyd@stupidchicken.com>
1012
1013 * os.texi (Time of Day): Clarify that the microsecond part is
1014 ignored (Bug#4637).
1015
5feb0b73
GM
10162009-10-11 Glenn Morris <rgm@gnu.org>
1017
1018 * frames.texi (Size and Position): Clarify what is included in the frame
1019 height. (Bug#4535)
1020
0c5413c8
GM
10212009-10-10 Glenn Morris <rgm@gnu.org>
1022
1023 * windows.texi (Size of Window): The relationship between window and
1024 frame heights is not so simple. (Bug#4535)
1025 Mention window-full-height-p.
1026
7f8b600a
SM
10272009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1028
1029 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
1030 used from Lisp.
1031
6185de1c
EZ
10322009-10-07 Eli Zaretskii <eliz@gnu.org>
1033
7f8b600a
SM
1034 * files.texi (Directory Names) <abbreviate-file-name>:
1035 Document that root home directories are not replaced with "~".
6185de1c 1036
9972911f
EZ
10372009-10-06 Eli Zaretskii <eliz@gnu.org>
1038
1039 * text.texi (Special Properties): Document the meaning of the
1040 `cursor' text property whose value is an integer.
1041
2a3f19ef
MA
10422009-10-05 Michael Albinus <michael.albinus@gmx.de>
1043
1044 * files.texi (Magic File Names): Add `copy-directory'.
1045
804543b5
EZ
10462009-10-05 Eli Zaretskii <eliz@gnu.org>
1047
1048 * files.texi (File Attributes): Fix description of file
1049 attributes. (Bug#4638) Update attributes of files.texi example to
1050 be more representative.
1051
461bf92b
MA
10522009-10-05 Michael Albinus <michael.albinus@gmx.de>
1053
1054 * files.texi (Create/Delete Dirs): New command copy-directory.
1055
a86cd395
JB
10562009-10-04 Juanma Barranquero <lekktu@gmail.com>
1057
1058 * anti.texi (Antinews):
1059 * macros.texi (Indenting Macros):
1060 * strings.texi (Creating Strings, Case Conversion):
1061 Remove duplicate words.
1062
d3080264
MA
10632009-10-01 Michael Albinus <michael.albinus@gmx.de>
1064
1065 * files.texi (Create/Delete Dirs): delete-directory has an
1066 optional parameter RECURSIVE.
1067
85d14563
SM
10682009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
1069
1070 * buffers.texi (Swapping Text): Minor clarification.
1071
3d9842c6
GM
10722009-10-01 Glenn Morris <rgm@gnu.org>
1073
1074 * functions.texi (Declaring Functions): Mention that we also search for
1075 ".m" files in the src/ directory.
1076
78427304
CY
10772009-09-25 David Engster <deng@randomsample.de>
1078
3d9842c6 1079 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
78427304 1080
b578c9cc
GM
10812009-09-22 Glenn Morris <rgm@gnu.org>
1082
1083 * internals.texi (Building Emacs): Mention preloaded-file-list.
1084
beee5da7
AM
10852009-09-14 Alan Mackenzie <acm@muc.de>
1086
1087 * os.texi (Terminal Output): Put "@code{}" around "stdout".
1088
5d6ab672
CY
10892009-09-13 Chong Yidong <cyd@stupidchicken.com>
1090
1091 * functions.texi (Anonymous Functions): Rearrange discussion,
1092 giving usage of unquoted lambda forms first. Mention that
1093 `function' and `#'' are no longer required (Bug#4290).
1094
59375eeb
AM
10952009-09-11 Alan Mackenzie <acm@muc.de>
1096
a86cd395 1097 * os.texi (Terminal Output): Document `send-string-to-terminal' in
59375eeb
AM
1098 batch mode.
1099
e7e2f529
GM
11002009-09-01 Glenn Morris <rgm@gnu.org>
1101
1102 * display.texi (Face Functions): Mention define-obsolete-face-alias.
1103
eae47088
GM
11042009-08-26 Ulrich Mueller <ulm@gentoo.org>
1105
1106 * nonascii.texi (Character Codes): Fix typos.
1107
3691a0a6
MA
11082009-08-25 Michael Albinus <michael.albinus@gmx.de>
1109
1110 * processes.texi (Synchronous Processes): New defvar
1111 process-file-side-effects.
1112
664d56b8
GM
11132009-08-25 Glenn Morris <rgm@gnu.org>
1114
1115 * display.texi (Fontsets): Fix typo.
1116
0706c025
GM
1117 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
1118
03a74b84
SM
11192009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
1120
1121 * processes.texi (Asynchronous Processes): Adjust arglist of
1122 start-process-shell-command and start-file-process-shell-command.
1123
f6de8a37
CY
11242009-08-15 Chong Yidong <cyd@stupidchicken.com>
1125
4b1ed1bb
CY
1126 * advice.texi (Argument Access in Advice): Note that argument
1127 positions are zero-based (Bug#3932).
1128
89a9e058
CY
1129 * commands.texi (Distinguish Interactive): Minor copyedit.
1130
23696fd7
CY
1131 * display.texi (Face Attributes): Add xref to Displaying Faces for
1132 explanation of "underlying face".
1133
f6de8a37
CY
1134 * customize.texi (Common Keywords): Add xref to Loading.
1135
1136 * loading.texi (How Programs Do Loading): Add xref to Lisp
1137 Libraries node in the Emacs manual.
1138
417f77e6
CY
11392009-08-13 Chong Yidong <cyd@stupidchicken.com>
1140
1141 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
1142
0999039c
CY
11432009-07-18 Chong Yidong <cyd@stupidchicken.com>
1144
1145 * processes.texi (Shell Arguments): Copyedits.
1146
9af167bc
GM
11472009-07-18 Glenn Morris <rgm@gnu.org>
1148
1149 * loading.texi (Repeated Loading): Fix typo.
1150
137987ab
RS
11512009-07-16 Richard Stallman <rms@gnu.org>
1152
1153 * buffers.texi (Swapping Text): Recommend setting
1154 write-region-annotate-functions and buffer-saved-size.
1155
1156 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
1157
622fa380
GM
11582009-07-15 Glenn Morris <rgm@gnu.org>
1159
1160 * edebug.texi: Minor re-phrasings throughout.
1161 (Edebug Execution Modes): Sit-for affects continue mode too.
1162 (Jumping): Use `forward-sexp' rather than its keybinding.
1163 (Edebug Misc): Fix Q binding.
1164 (Edebug Eval): Remove cl version.
1165 (Printing in Edebug): Clarify print-length etc.
1166 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
1167 (Specification List): Remove edebug-unwrap findex entry.
1168 (Specification Examples): defmacro is actually not the same as defun.
1169 Escape "`" in example.
1170
6bbd4600
CY
11712009-07-15 Chong Yidong <cyd@stupidchicken.com>
1172
1173 * markers.texi (The Mark): Document optional arg to
1174 deactivate-mark.
1175
e538d479
GM
11762009-07-11 Kevin Ryde <user42@zip.com.au>
1177
1178 * hooks.texi (Standard Hooks): Fix cross-references.
1179
4c98b9ed
GM
1180 * loading.texi (Named Features): Refer to eval-after-load.
1181
5300838c
GM
11822009-07-11 Glenn Morris <rgm@gnu.org>
1183
64fbeb16
GM
1184 * Makefile.in (TEXI2PDF): New.
1185 (elisp.pdf): New target.
1186
4c98b9ed
GM
1187 * searching.texi (Regexp Backslash): Fix typo.
1188
1189 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5300838c 1190
51d9979c
GM
11912009-07-10 Glenn Morris <rgm@gnu.org>
1192
561c0216
GM
1193 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
1194
5b594a58
GM
1195 * customize.texi (Customization Types):
1196 * display.texi (Abstract Display):
0cc8c85a 1197 * objects.texi (Character Type, String Type):
5b594a58 1198 Merge in some menu descriptions from elisp.texi.
51d9979c 1199
c3cbbb40
GM
1200 * hash.texi (Hash Tables):
1201 * modes.texi (Multiline Font Lock):
1202 End menu description with period.
fe42c16a 1203
28528402
GM
12042009-07-09 Glenn Morris <rgm@gnu.org>
1205
1206 * back.texi: Don't hard-code texinfo location.
1207
1208 * two-volume.make (texinfodir): New, with location of texinfo.tex.
1209 (tex): Add texinfodir to TEXINPUTS.
1210 (elisp1med-init, elisp2med-init): Use texinfodir.
1211
1212 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
1213 (clean): Add two-volume.make intermediate files.
1214
1215 * elisp.texi, vol1.texi, vol2.texi:
1216 Use a DATE variable with the publication date, and update it.
1217 Fix antinews menu description.
1218
1219 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
1220 Update the detailed node listing to match elisp.texi.
1221
1222 * README: Update edition to match elisp.texi.
1223
1224 * objects.texi (General Escape Syntax):
1225 * nonascii.texi (Character Sets):
1226 Use consistent case for "Unicode Standard".
1227
1228 * anti.texi (Antinews):
1229 * customize.texi (Variable Definitions):
1230 * functions.texi (Declaring Functions):
1231 * nonascii.texi (Character Properties):
1232 * processes.texi (Serial Ports):
1233 * text.texi (Special Properties):
1234 * tips.texi (Coding Conventions):
1235 Minor rearrangements to improve TeX line-filling.
1236
1237 * commands.texi (Using Interactive): Fix cross-reference.
1238
17db8e10
JD
12392009-07-01 Jan Djärv <jan.h.d@swipnet.se>
1240
1241 * frames.texi (Management Parameters): Mention sticky.
1242
77c7e2e1
AS
12432009-07-01 Andreas Schwab <aschwab@redhat.com>
1244
1245 * help.texi (Help Functions): Fix description of help-buffer and
1246 help-setup-xref to use @defun instead of @deffn.
1247
3f1c6666
JD
12482009-07-01 Jan Djärv <jan.h.d@swipnet.se>
1249
1250 * frames.texi (Size Parameters): Mention maximized for fullscreen.
1251
ca27c21b
CY
12522009-06-24 Chong Yidong <cyd@stupidchicken.com>
1253
1254 * display.texi (Window Systems): Add ns to the list.
1255
70243478
CY
12562009-06-21 Chong Yidong <cyd@stupidchicken.com>
1257
1258 * Branch for 23.1.
1259
df006536
MR
12602009-06-17 Martin Rudalics <rudalics@gmx.at>
1261
1262 * windows.texi (Dedicated Windows): Fix typo.
1263 (Resizing Windows): Replace @defun by @deffn.
1264
d259fc4b
GM
12652009-06-17 Glenn Morris <rgm@gnu.org>
1266
1267 * variables.texi (Directory Local Variables):
1268 Update for 2009-04-11 name-change of dir-locals-directory-alist.
1269
30781db6
KH
12702009-06-09 Kenichi Handa <handa@m17n.org>
1271
1272 * nonascii.texi (Character Sets): State clearly that FROM and TO
1273 are codepoints of CHARSET.
1274
62e8099c
CY
12752009-06-07 Chong Yidong <cyd@stupidchicken.com>
1276
1277 * minibuf.texi (Reading File Names): Fix introductory text.
1278 Suggested by stan@derbycityprints.com.
1279 (High-Level Completion): Fix typo.
1280
ee1b1917
CY
12812009-05-28 Chong Yidong <cyd@stupidchicken.com>
1282
1283 * frames.texi (Text Terminal Colors): Multi-tty is already
1284 implemented, but tty-local colors are not.
1285
5df647e8
CY
12862009-05-27 Chong Yidong <cyd@stupidchicken.com>
1287
1288 * hooks.texi (Standard Hooks): Remove mention of obsolete
1289 redisplay-end-trigger-functions.
1290
1291 * internals.texi (Window Internals): Remove mention of obsolete
1292 redisplay-end-trigger-functions.
1293
01f17ae2
MR
12942009-05-21 Martin Rudalics <rudalics@gmx.at>
1295
1296 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
1297
1298 * backups.texi (Making Backups): backup-directory-alist and
1299 make-backup-file-name-function are options.
1300 (Auto-Saving): auto-save-list-file-prefix is an option.
1301
1302 * buffers.texi (Killing Buffers): buffer-offer-save is an
1303 option.
1304
1305 * display.texi (Refresh Screen): no-redraw-on-reenter is an
1306 option.
1307 (Echo Area Customization): echo-keystrokes is an option.
1308 (Selective Display): selective-display-ellipses is an option.
1309 (Temporary Displays): temp-buffer-show-function is an option.
1310 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
1311 are options.
1312 (Font Selection): face-font-family-alternatives,
1313 face-font-selection-order, face-font-registry-alternatives, and
1314 scalable-fonts-allowed are options.
1315 (Fringe Indicators): indicate-buffer-boundaries is an option.
1316 (Fringe Cursors): overflow-newline-into-fringe is an option.
1317 (Scroll Bars): scroll-bar-mode is an option.
1318
1319 * eval.texi (Eval): max-lisp-eval-depth is an option.
1320
1321 * files.texi (Visiting Functions): find-file-hook is an option.
1322 (Directory Names): directory-abbrev-alist is an option.
1323 (Unique File Names): temporary-file-directory and
1324 small-temporary-file-directory are options.
1325
1326 * frames.texi (Initial Parameters): initial-frame-alist,
1327 minibuffer-frame-alist and default-frame-alist are options.
1328 (Cursor Parameters): blink-cursor-alist and
1329 cursor-in-non-selected-windows ar options.
1330 (Window System Selections): selection-coding-system is an
1331 option.
1332 (Display Feature Testing): display-mm-dimensions-alist is an
1333 option.
1334
1335 * help.texi (Help Functions): help-char and help-event-list are
1336 options.
1337
1338 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
1339 an option.
1340
1341 * minibuf.texi (Minibuffer History): history-length and
1342 history-delete-duplicates are options.
1343 (High-Level Completion): read-buffer-function and
1344 read-buffer-completion-ignore-case are options.
1345 (Reading File Names): read-file-name-completion-ignore-case is
1346 an option.
1347
1348 * modes.texi (Mode Line Top): mode-line-format is an option.
1349 (Mode Line Variables): mode-line-position and mode-line-modes
1350 are options.
1351
1352 * nonascii.texi (Text Representations):
1353 enable-multibyte-characters is an option.
1354 (Default Coding Systems): auto-coding-regexp-alist,
1355 file-coding-system-alist, auto-coding-alist and
1356 auto-coding-functions are options.
1357 (Specifying Coding Systems): inhibit-eol-conversion is an
1358 option.
1359
1360 * os.texi (Init File): site-run-file is an option.
1361 (System Environment): mail-host-address is an option.
1362 (User Identification): user-mail-address is an option.
1363 (Terminal Output): baud-rate is an option.
1364
1365 * positions.texi (Word Motion): words-include-escapes is an
1366 option.
1367
1368 * searching.texi (Standard Regexps): page-delimiter,
1369 paragraph-separate, paragraph-separate and sentence-end are
1370 options.
1371
1372 * text.texi (Margins): left-margin and fill-nobreak-predicate
1373 are options.
1374
1375 * variables.texi (Local Variables): max-specpdl-size is an
1376 option.
1377
1378 * windows.texi (Choosing Window):
1379 split-window-preferred-function, special-display-function and
1380 display-buffer-function are options.
1381
106e6894
CY
13822009-05-20 Chong Yidong <cyd@stupidchicken.com>
1383
4a83454d
CY
1384 Fix errors spotted by Martin Rudalics.
1385
106e6894
CY
1386 * syntax.texi (Position Parse): Document rationale for ignored
1387 arguments to syntax-ppss-flush-cache.
1388
1389 * processes.texi (Input to Processes): Mark PROCESS arg to
1390 process-running-child-p as optional.
1391 (Network Options): Document NO-ERROR arg to
1392 set-network-process-option.
1393
1394 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
1395 command.
1396
1397 * searching.texi (POSIX Regexps): Mark posix-search-forward and
1398 posix-search-backward as commands.
1399
1400 * os.texi (Killing Emacs): Mark kill-emacs as a command.
1401 (Suspending Emacs): Mark suspend-emacs as a command.
1402 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
1403 commands.
5dcb4c4e
SM
1404 (Terminal Output): Remove obsolete function baud-rate.
1405 Document TERMINAL arg for send-string-to-terminal.
106e6894
CY
1406
1407 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
1408 terminal-coding-system and set-terminal-coding-system.
1409 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
1410 as optional.
1411 (Character Sets): Document RESTRICTION arg of char-charset.
1412 (Character Codes): Mark POS argument to get-byte as optional.
1413
1414 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
1415 minibuffer-message.
1416
1417 * files.texi (Create/Delete Dirs): Mark make-directory and
1418 delete-directory as commands.
1419
1420 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
1421
1422 * text.texi (Base 64): Mark base64-decode-string and
1423 base64-encode-string as commands.
1424 (Columns): Mark move-to-column as a command.
1425 (Mode-Specific Indent): Document RIGID arg to
1426 indent-for-tab-command.
1427 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
1428 Mark indent-code-rigidly as a command.
1429 (Substitution): Mark translate-region as a command.
1430
1431 * frames.texi (Size and Position): Remove obsolete functions
1432 screen-height and screen-width.
1433
04173931
CY
14342009-05-19 Chong Yidong <cyd@stupidchicken.com>
1435
1436 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
1437 (Displaying Buffers, Resizing Windows): Correct mistakes;
1438 next-window, previous-window, and pop-to-buffer are not commands,
1439 and fit-window-to-buffer" is a command. (Pointed out by Martin
1440 Rudalics.)
1441
eae7d8f8
RS
14422009-05-17 Richard M Stallman <rms@gnu.org>
1443
1444 * modes.texi (Precalculated Fontification): Clarify text.
1445
b8766179
MR
14462009-05-17 Martin Rudalics <rudalics@gmx.at>
1447
1448 * windows.texi (Selecting Windows): Clarify descriptions of
1449 with-selected-window and get-lru-window.
1450 (Cyclic Window Ordering): Refer to particular frame when talking
1451 about how splitting affects the ordering.
1452 (Displaying Buffers): Fix descriptions of switch-to-buffer and
1453 switch-to-buffer-other-window. Explain how setting of
1454 display-buffer-reuse-frames affects pop-to-buffer.
1455 (Choosing Window): Clarify some details in descriptions of
1456 display-buffer-reuse-frames, pop-up-frames, and
1457 pop-up-frame-function.
1458 (Dedicated Windows): Clarify some details.
1459 (Textual Scrolling): Replace term vscroll by term vertical
1460 scroll position.
1461 (Vertical Scrolling): Fix typo.
1462 (Window Hooks): Relate text on jit-lock-register to window
1463 scrolling and size changes.
1464
734b5e3b
CY
14652009-05-14 Chong Yidong <cyd@stupidchicken.com>
1466
0a65633e
CY
1467 * frames.texi (Initial Parameters): Clarify what the initial
1468 minibuffer frame is.
05be46d7
CY
1469 (Buffer Parameters): Note that the minibuffer parameter can not be
1470 altered.
0a65633e 1471
734b5e3b
CY
1472 * anti.texi (Antinews): Copyedits. Rearrange some entries.
1473 Document display-buffer changes.
1474
925672cd
CY
14752009-05-13 Chong Yidong <cyd@stupidchicken.com>
1476
17ecd7af
CY
1477 * anti.texi (Antinews): Rewrite for Emacs 22.
1478
925672cd
CY
1479 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
1480 obarrays are first mentioned. Define "system abbrev" more
1481 prominently, and add it to the index.
1482 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
1483 Copyedits.
1484 (Abbrev Expansion): Document abbrev-insert.
1485
80be4dd7
CY
14862009-05-12 Chong Yidong <cyd@stupidchicken.com>
1487
1488 * frames.texi (Font and Color Parameters): Rename from Color
1489 Parameters. Document font-backend parameter.
1490
1491 * vol2.texi (Top): Update node listing.
1492 * vol1.texi (Top): Update node listing.
1493 * elisp.texi (Top): Update node listing.
1494
372a93ac
MR
14952009-05-11 Martin Rudalics <rudalics@gmx.at>
1496
1497 * windows.texi (Choosing Window): Don't explicitly refer to
1498 split-window-sensibly's window argument in descriptions of
1499 split-height-threshold and split-width-threshold.
1500
714c3541
MR
15012009-05-10 Martin Rudalics <rudalics@gmx.at>
1502
1503 * windows.texi (Choosing Window): Fix rewrite of window
1504 splitting section.
1505
0e90e7be
EZ
15062009-05-09 Eli Zaretskii <eliz@gnu.org>
1507
1508 * nonascii.texi (Default Coding Systems): Document
5dcb4c4e
SM
1509 find-auto-coding, set-auto-coding, and auto-coding-alist.
1510 Add indexing.
0e90e7be
EZ
1511 (Lisp and Coding Systems): Add index entries.
1512
d3c0c321
MR
15132009-05-09 Martin Rudalics <rudalics@gmx.at>
1514
1515 * windows.texi (Choosing Window): Describe split-window-sensibly
1516 and rewrite section on window splitting accordingly.
1517 (Textual Scrolling): Replace `...' by @code{...}.
1518
c773345a
CY
15192009-05-04 Chong Yidong <cyd@stupidchicken.com>
1520
ee2d5b5e
CY
1521 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
1522 Remove obsoleted pre-abbrev-expand-hook.
1523
1524 * locals.texi (Standard Buffer-Local Variables): Consolidate table
1525 entries.
1526
c773345a
CY
1527 * internals.texi (Object Internals): Don't assume 32-bit machines
1528 are the norm.
1529 (Buffer Internals): Consolidate table entries for readability.
ee2d5b5e
CY
1530 (Window Internals): Synch field names to window.h.
1531 (Process Internals): Synch field names to process.h.
c773345a 1532
dd449674
CY
15332009-04-29 Chong Yidong <cyd@stupidchicken.com>
1534
1535 * variables.texi (File Local Variables): Note that read-circle is
1536 bound to nil when reading file-local variables.
1537
1538 * streams.texi (Input Functions): Document read-circle.
1539 (Output Variables): Add xref to Circular Objects.
1540
4f1e25e2
CY
15412009-04-25 Chong Yidong <cyd@stupidchicken.com>
1542
1543 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
1544 Features and Coding System Basics. Node that "p" stands for
1545 "predicate". Recommend utf-8-emacs instead of emacs-mule.
1546 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
1547 mouse-appearance-menu.
1548 (Programming Tips): Add xref to Progress.
1549
dca019f8
CY
15502009-04-22 Chong Yidong <cyd@stupidchicken.com>
1551
5dcb4c4e
SM
1552 * os.texi (Command-Line Arguments):
1553 Document command-line-args-left.
dca019f8
CY
1554 (Suspending Emacs): Adapt text to multi-tty case. Document use of
1555 terminal objects for tty arguments.
1556 (Startup Summary): Add xref to Session Management.
1557 (Session Management): Mention emacs-session-restore. Copyedits.
1558
02a89103
CY
15592009-04-20 Chong Yidong <cyd@stupidchicken.com>
1560
1561 * os.texi (Startup Summary): Copyedits. The init file is not
1562 necessarily named .emacs now. Document initial-buffer-choice and
1563 initial-scratch-message. Note where Emacs exits in batch mode.
1564 Document inhibit-splash-screen as an alias.
1565 (Init File): Be neutral about which init file name to use.
1566
15672009-04-16 Chong Yidong <cyd@stupidchicken.com>
1568
1569 * os.texi (System Interface): Fix Texinfo usage.
1570
0c1cfe01
CY
15712009-04-15 Chong Yidong <cyd@stupidchicken.com>
1572
80d7cdca
CY
1573 * searching.texi (Regexp Backslash): Also refer to shy groups as
1574 non-capturing or unnumbered groups.
1575 (Regexp Functions): Add cross-reference to Regexp Backslash.
1576
0c1cfe01
CY
1577 * display.texi (Truncation): Overlays can use line-prefix and
1578 wrap-prefix too.
1579 (Overlay Properties): Document wrap-prefix and line-prefix.
1580 (Face Attributes): Document underline-minimum-offset.
1581 (Face Remapping): Copyedits.
1582 (Low-Level Font): Copyedits.
1583 (Image Cache): Note that the image cache is shared between frames.
ed8ab760
CY
1584 (Line Height): Emphasize that line-spacing only takes effect on
1585 graphical terminals.
0c1cfe01 1586
c4adeee0
CY
15872009-04-13 Chong Yidong <cyd@stupidchicken.com>
1588
1589 * display.texi (Refresh Screen): Note that a passage about screen
1590 refreshing is text terminal only.
1591 (Forcing Redisplay): Delete misleading comment---sit-for calls
1592 redisplay, not the other way around.
1593 (Truncation): Note new values of truncate-partial-width-windows.
1594 Copyedits.
1595 (Invisible Text): Document invisible-p.
1596
b20ecfa1
EZ
15972009-04-11 Eli Zaretskii <eliz@gnu.org>
1598
1599 * display.texi (Overlays): Overlays don't scale well. See
1600 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
1601
97d8273f
CY
16022009-04-10 Chong Yidong <cyd@stupidchicken.com>
1603
f147ff75
CY
1604 * syntax.texi (Syntax Table Functions): Document cons cell
1605 argument for modify-syntax-entry.
1606 (Categories): Document cons cell argument for
1607 modify-category-entry.
1608
fca4ec76
CY
1609 * searching.texi (String Search): Document word-search-forward-lax
1610 and word-search-backward-lax.
1611 (Searching and Case): Describe isearch behavior more precisely.
1612
9c283d5b
CY
1613 * keymaps.texi (Tool Bar): Mention that some platforms do not
1614 support multi-line toolbars. Suggested by Stephen Eglen.
1615
1616 * frames.texi (Layout Parameters): Mention that Nextstep also
1617 allows only one tool-bar line. Suggested by Stephen Eglen.
1618
97d8273f
CY
1619 * nonascii.texi (Text Representations): Copyedits.
1620 (Coding System Basics): Also mention utf-8-emacs.
1621 (Converting Representations, Selecting a Representation)
1622 (Scanning Charsets, Translation of Characters, Encoding and I/O):
1623 Copyedits.
1624 (Character Codes): Mention role of codepoints 1114112 to 4194175.
1625
2bad3299
CY
16262009-04-09 Chong Yidong <cyd@stupidchicken.com>
1627
1628 * text.texi (Yank Commands): Note that yank uses push-mark.
5dcb4c4e
SM
1629 (Filling): Clarify REGION argument of fill-paragraph.
1630 Document fill-forward-paragraph-function.
2bad3299
CY
1631 (Special Properties): Remove "new in Emacs 22" declaration.
1632 (Clickable Text): Merge with Links and Mouse-1 node.
1633
5dcb4c4e
SM
1634 * display.texi (Button Properties, Button Buffer Commands):
1635 Change xref to Clickable Text.
2bad3299
CY
1636
1637 * tips.texi (Key Binding Conventions): Change xref to Clickable
1638 Text.
1639
1640 * elisp.texi (Top): Update node listing.
1641
ea30ce4f
CY
16422009-04-05 Chong Yidong <cyd@stupidchicken.com>
1643
47af2f4b
CY
1644 * markers.texi (The Mark): Copyedits. Improve description of
1645 handle-shift-selection.
1646 (The Region): Move use-region-p here from The Mark.
1647
ea30ce4f
CY
1648 * positions.texi (Screen Lines): Document (cols . lines) argument
1649 for vertical-motion.
1650
2aa8ea6e
CY
16512009-04-04 Chong Yidong <cyd@stupidchicken.com>
1652
3ec61d4e
CY
1653 * frames.texi (Frames): Clean up introduction. Document `ns'
1654 return value for framep.
1655 (Creating Frames): Note how the terminal is chosen.
1656 (Multiple Terminals, Multiple Displays): Merge into a single node.
1657 (Color Parameters): Fix typo.
1658
1659 * variables.texi (Local Variables, Buffer-Local Variables)
1660 (Creating Buffer-Local): Change link to Multiple Terminals.
1661
1662 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
1663
1664 * keymaps.texi (Controlling Active Maps): Change link to Multiple
1665 Terminals.
1666
1667 * commands.texi (Command Loop Info, Keyboard Macros): Change link
1668 to Multiple Terminals.
1669
1670 * elisp.texi (Top): Update node listing.
1671 * vol2.texi (Top): Update node listing.
1672 * vol1.texi (Top): Update node listing.
1673
9257072f
CY
1674 * buffers.texi (Current Buffer): Note that the append-to-buffer
1675 example is no longer in synch with the latest code. Tie the two
1676 examples together.
1677
2aa8ea6e
CY
1678 * files.texi (File Attributes): Move note about MS-DOS from
1679 Changing Files to File Attributes.
1680 (Create/Delete Dirs): Note that mkdir is an alias for this.
1681
22e74b17
CY
16822009-04-01 Markus Triska <triska@gmx.at>
1683
1684 * processes.texi (Filter Functions): Suggest how to handle output
1685 batches.
1686
4bbe48ec
CY
16872009-03-30 Chong Yidong <cyd@stupidchicken.com>
1688
1689 * help.texi (Accessing Documentation): Update example to use
1690 help-setup-xref and with-help-window.
1691 (Help Functions): Remove print-help-return-message, which is
1692 semi-obsolete due to with-help-window. Document help-buffer and
1693 help-setup-xref.
1694
b9723f39
CY
16952009-03-29 Chong Yidong <cyd@stupidchicken.com>
1696
5dcb4c4e
SM
1697 * help.texi (Accessing Documentation, Help Functions):
1698 Remove information about long-obsolete Emacs versions.
9eb52e90 1699
b9723f39
CY
1700 * modes.texi (Mode Line Variables): The default values of the mode
1701 line variables are now more complicated.
1702
b0cc32db
CY
17032009-03-28 Chong Yidong <cyd@stupidchicken.com>
1704
3c25a5a9
CY
1705 * modes.texi (Major Mode Conventions): Note that specialness is
1706 inherited.
31c9eebb
CY
1707 (Derived Modes): Note that define-derive-mode sets the mode-class
1708 property.
3c25a5a9 1709
b0cc32db
CY
1710 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
1711 goto-map. Add search-map to the list.
1712
c5e0006d
EZ
17132009-03-27 Eli Zaretskii <eliz@gnu.org>
1714
1213465a
EZ
1715 * os.texi (System Environment): Update the list of system-type
1716 values.
1717
c5e0006d
EZ
1718 * markers.texi (The Mark) <handle-shift-selection>: Update for
1719 removal of the optional argument DEACTIVATE.
1720
48bab3d6
CY
17212009-03-25 Chong Yidong <cyd@stupidchicken.com>
1722
1723 * commands.texi (Focus Events): Most X window managers don't use
1724 focus-follows-mouse nowadays.
1725
6e4ff1b6
CY
17262009-03-24 Chong Yidong <cyd@stupidchicken.com>
1727
1728 * commands.texi (Defining Commands): Clarify introduction.
1729 (Using Interactive): Not that interactive can be put in a symbol
1730 property.
1731 (Interactive Call): Note that a symbol with a non-nil
1732 interactive-form property satisfies commandp.
1733
11625308
JB
17342009-03-23 Juanma Barranquero <lekktu@gmail.com>
1735
1736 * minibuf.texi (Intro to Minibuffers): Fix typos.
1737
7b34420d
CY
17382009-03-23 Chong Yidong <cyd@stupidchicken.com>
1739
1740 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
5dcb4c4e
SM
1741 about minibuffers in old Emacs versions. Copyedits.
1742 Emphasize that enable-recursive-minibuffers defaults to nil.
7b34420d
CY
1743 (Text from Minibuffer): Simplify introduction.
1744
f9257eed
AM
17452009-03-22 Alan Mackenzie <acm@muc.de>
1746
1747 * commands.texi (Using Interactive): Clarify string argument to
1748 `interactive' - even promptless elements need \n separators.
1749
f639ba70
CY
17502009-03-18 Chong Yidong <cyd@stupidchicken.com>
1751
1752 * minibuf.texi (Completion Styles): New node.
1753
1754 * elisp.texi (Top): Update node listing.
1755
d897e8ee
CY
17562009-03-17 Chong Yidong <cyd@stupidchicken.com>
1757
1758 * minibuf.texi (Basic Completion): Note that
1759 read-file-name-completion-ignore-case and
1760 read-buffer-completion-ignore-case can override
1761 completion-ignore-case.
1762 (Minibuffer Completion): Document completing-read changes.
1763 (Completion Commands): Avoid mentioning partial completion mode.
1764 Document minibuffer-completion-confirm changes, and
1765 minibuffer-confirm-exit-commands.
1766 (High-Level Completion): Document new require-match behavior for
1767 read-buffer. Document read-buffer-completion-ignore-case.
1768 (Reading File Names): Document new require-match behavior for
1769 read-file-name.
1770
b1f23349
CY
17712009-03-14 Chong Yidong <cyd@stupidchicken.com>
1772
1773 * debugging.texi (Error Debugging): Don't mislead the reader into
1774 thinking that debug-on-error enters debugger for C-f at EOB.
1775 (Error Debugging): Setting debug-on-init within the init file
1776 works, and has for some time.
1777
d6eb4e25
KH
17782009-03-13 Kenichi Handa <handa@m17n.org>
1779
1780 * display.texi (Fontsets): Update the description.
1781
1cf53dc5
CY
17822009-03-13 Chong Yidong <cyd@stupidchicken.com>
1783
1784 * advice.texi (Advising Primitives): Link to What Is a Function.
1785
81f919fc
CY
17862009-03-12 Chong Yidong <cyd@stupidchicken.com>
1787
cf4229eb
CY
1788 * compile.texi (Speed of Byte-Code): Update example.
1789 (Disassembly): Update examples.
1790
81f919fc 1791 * loading.texi (Repeated Loading): Simplify examples.
f2bbc08c
CY
1792
1793 * customize.texi (Common Keywords): It's not necessary to use :tag
1794 to remove hyphens, as custom-unlispify-tag-name does it
1795 automatically.
5dcb4c4e
SM
1796 (Variable Definitions): Link to File Local Variables.
1797 Document customized-value symbol property.
f2bbc08c
CY
1798 (Customization Types): Move menu to end of node.
1799
955964d7
CY
18002009-03-10 Chong Yidong <cyd@stupidchicken.com>
1801
1802 * macros.texi (Compiling Macros): Omit misleading sentence, which
1803 implied that macros can only be used in the same file they are
1804 defined.
1805 (Backquote): Remove obsolete information about Emacs 19.
1806
d25ed7db
GM
18072009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
1808
1809 * display.texi (Display Margins): Fix paren typo.
1810
d55f6ca5
CY
18112009-02-27 Chong Yidong <cyd@stupidchicken.com>
1812
f0e57ed8
CY
1813 * elisp.texi (Top): Update node listing.
1814
1815 * variables.texi (Variables): Clarify introduction.
1816 (Global Variables): Mention that setq is a special form.
1817 (Local Variables): Use active voice.
1818 (Tips for Defining): Mention marking variables as safe.
1819 (Buffer-Local Variables): Mention terminal-local and frame-local
1820 variables together.
1821 (File Local Variables): Copyedits.
1822 (Frame-Local Variables): Note that they are not really useful.
1823 (Future Local Variables): Node deleted.
1824
d55f6ca5
CY
1825 * objects.texi (General Escape Syntax): Update explanation of
1826 unicode escape syntax.
1827
ca8f09a8
CY
18282009-02-23 Chong Yidong <cyd@stupidchicken.com>
1829
1830 * control.texi (Control Structures): Add cindex entry for "textual
1831 order".
1832
1833 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
1834 instead of "expression" throughout.
1835 (Function Indirection): Copyedits. Use active voice.
1836 (Eval): The default value of max-lisp-eval-depth is now 400.
1837
a20878b6
MB
18382009-02-23 Miles Bader <miles@gnu.org>
1839
1840 * processes.texi (System Processes): Rename `system-process-attributes'
1841 to `process-attributes'.
1842
61f66044
CY
18432009-02-22 Chong Yidong <cyd@stupidchicken.com>
1844
1b80d1f3
CY
1845 * symbols.texi (Property Lists): Emphasize that property lists are
1846 not restricted to symbol cells.
1847 (Other Plists): Copyedit.
1848
61f66044
CY
1849 * sequences.texi (Sequences Arrays Vectors): Make introduction
1850 more concise.
1851 (Arrays): Mention char-tables and bool-vectors too.
1852 (Vectors): Don't repeat information given in Arrays node. Link to
1853 nodes that explain the vector usage examples.
1854 (Char-Tables): Note that char-table elements can have arbitrary
1855 type. Explain effect of omitted char-table-extra-slots property.
8a63cf41 1856 Link to Property Lists node.
61f66044 1857
9403944b
CY
18582009-02-22 Chong Yidong <cyd@stupidchicken.com>
1859
1860 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
1861 `append'.
4068c7b4 1862 (List Elements): Copyedits.
9403944b
CY
1863
1864 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
1865 of `vconcat'.
1866
1867 * strings.texi (Creating Strings): Copyedits. Remove obsolete
1868 Emacs 20 usage of `concat'.
1869 (Case Conversion): Copyedits.
1870
b87a185f
CY
18712009-02-21 Chong Yidong <cyd@stupidchicken.com>
1872
1873 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
1874 Minor edits.
1875 (Frame Configuration Type): Emphasize that it is not primitive.
1876 (Font Type): New node.
1877 (Type Predicates): Add fontp; type-of now recognizes font object
1878 types.
1879
1880 * intro.texi (Version Info): Update version numbers in examples.
1881 (Acknowledgements): List more contributors.
1882
1883 * elisp.texi: Bump version number to 3.0.
1884 (Top): Link to Font Type node.
1885
867d4bb3
JB
18862009-02-20 Juanma Barranquero <lekktu@gmail.com>
1887
1888 * modes.texi (Major Mode Conventions): Remove duplicate words.
1889 (Customizing Keywords): Fix typo.
1890
77730170
EZ
18912009-02-14 Eli Zaretskii <eliz@gnu.org>
1892
1893 * nonascii.texi (User-Chosen Coding Systems): Document that
1894 select-safe-coding-system suggests raw-text if there are raw bytes
1895 in the region.
1896 (Explicit Encoding): Warn not to use `undecided' when encoding.
1897
c8736212
GM
18982009-02-11 Glenn Morris <rgm@gnu.org>
1899
1900 * frames.texi (Visibility of Frames): Mention the effect multiple
1901 workspaces/desktops can have on visibility.
1902
ab992d66
EZ
19032009-02-07 Eli Zaretskii <eliz@gnu.org>
1904
c8736212
GM
1905 * text.texi (Commands for Insertion):
1906 * commands.texi (Event Mod):
1907 * keymaps.texi (Searching Keymaps):
5dcb4c4e
SM
1908 * nonascii.texi (Translation of Characters):
1909 Reinstate documentation of translation-table-for-input.
7d2a859f
EZ
1910 (Explicit Encoding): Document the `charset' text property produced
1911 by decode-coding-region and decode-coding-string.
ab992d66 1912
e651a255
AM
19132009-01-27 Alan Mackenzie <acm@muc.de>
1914
1915 * modes.texi (Search-based Fontification): Correct a typo.
1916
bc5cde4b
JB
19172009-01-25 Juanma Barranquero <lekktu@gmail.com>
1918
1919 * abbrevs.texi (Abbrev Table Properties): Fix typo.
1920 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
1921
3533155b
EZ
19222009-01-24 Eli Zaretskii <eliz@gnu.org>
1923
f721deda
EZ
1924 * display.texi (Window Systems): Document the value of
1925 `initial-window-system' under --daemon.
1926
3533155b
EZ
1927 * os.texi (System Environment): Remove description of the
1928 `environment' function which has been deleted.
1929
f79b43b2
DN
19302009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
1931
1932 * frames.texi (Multiple Displays): Remove documentation for
1933 removed function make-frame-on-tty.
1934
e3aa6669
CY
19352009-01-22 Chong Yidong <cyd@stupidchicken.com>
1936
1937 * files.texi (Format Conversion Piecemeal): Clarify behavior of
5dcb4c4e
SM
1938 write-region-annotate-functions.
1939 Document write-region-post-annotation-function.
e3aa6669 1940
fb13a416
CY
19412009-01-19 Chong Yidong <cyd@stupidchicken.com>
1942
1943 * display.texi (Font Lookup): Document WIDTH argument of
1944 x-list-fonts.
1945
02eccf6b
EZ
19462009-01-17 Eli Zaretskii <eliz@gnu.org>
1947
ead3f58d
EZ
1948 * maps.texi (Standard Keymaps): Rename function-key-map to
1949 local-function-key-map.
1950
1951 * keymaps.texi (Translation Keymaps): Rename function-key-map to
1952 local-function-key-map.
1953
1954 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
1955 and `set-keyboard-coding-system' now accept an optional terminal
1956 argument.
1957
1958 * commands.texi (Event Mod): `keyboard-translate-table' is now
1959 terminal-local.
1960 (Function Keys): Rename function-key-map to
1961 local-function-key-map.
1962
df05a163
EZ
1963 * elisp.texi (Top): Make @detailmenu be consistent with changes in
1964 frames.texi.
1965
0ed8034e 1966 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
490f1197
EZ
1967 `delete-terminal-functions', `suspend-tty-functions' and
1968 `resume-tty-functions'.
0ed8034e
EZ
1969
1970 * frames.texi (Frames): Document `frame-terminal' and
1971 `terminal-live-p'.
1972 (Multiple Displays): Document `make-frame-on-tty'.
1973 (Multiple Terminals): Document `terminal-list', `delete-terminal',
1974 `terminal-name', and `get-device-terminal'.
490f1197
EZ
1975 (Terminal Parameters): Document `terminal-parameters',
1976 `terminal-parameter', and `set-terminal-parameter'.
0ed8034e
EZ
1977
1978 * os.texi (System Environment): Document `environment' and
1979 `initial-environment'.
490f1197
EZ
1980 (Suspending Emacs): Update for multi-tty; document
1981 `suspend-tty', `resume-tty', and `controlling-tty-p'.
0ed8034e 1982
02eccf6b
EZ
1983 * nonascii.texi (Coding System Basics): More accurate description
1984 of `raw-text'.
1985
f19fea97
JB
19862009-01-12 Juanma Barranquero <lekktu@gmail.com>
1987
1988 * display.texi (Low-Level Font): Fix typo.
1989
16fa292f
CY
19902009-01-10 Chong Yidong <cyd@stupidchicken.com>
1991
1992 * elisp.texi (Top): Update node listing.
1993
1994 * display.texi (PostScript Images): Node deleted.
1995
0b4faef3
EZ
19962009-01-10 Eli Zaretskii <eliz@gnu.org>
1997
3355f04d
EZ
1998 * processes.texi (Decoding Output): Document that null bytes force
1999 no-conversion for reading process output.
2000
2001 * files.texi (Reading from Files): Document that null bytes force
2002 no-conversion when visiting files.
2003
11625308 2004 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
538395d9 2005
5dcb4c4e
SM
2006 * nonascii.texi (Lisp and Coding Systems):
2007 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
c06ea95e 2008 (Character Properties): Improve wording.
0b4faef3 2009
ce9cf065
CY
20102009-01-09 Chong Yidong <cyd@stupidchicken.com>
2011
2012 * display.texi (Font Lookup): Remove obsolete function
2013 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
2014 (Low-Level Font): Rename from Fonts, move to end of Faces section.
5dcb4c4e
SM
2015 (Font Selection): Reorder order of variable descriptions.
2016 Minor clarifications.
ce9cf065
CY
2017
2018 * elisp.texi (Top): Update node listing.
2019
ab756fb3
GM
20202009-01-09 Glenn Morris <rgm@gnu.org>
2021
2022 * commands.texi (Command Loop Info): Say that last-command-char and
2023 last-input-char are obsolete aliases.
2024
2025 * edebug.texi (Edebug Recursive Edit): Remove separate references to
2026 last-input-char and last-command-char, since they are just aliases for
2027 last-input-event and last-command-event.
2028
2029 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
2030 last-command-char.
2031
6b2b8ab1
CY
20322009-01-08 Chong Yidong <cyd@stupidchicken.com>
2033
2034 * elisp.texi: Update node listing.
2035
2036 * display.texi (Faces): Put Font Selection node after Auto Faces.
5dcb4c4e
SM
2037 (Face Attributes): Don't link to Font Lookup.
2038 Document font-family-list.
6b2b8ab1
CY
2039 (Fonts): New node.
2040
3568e767
JR
20412009-01-08 Jason Rumney <jasonr@gnu.org>
2042
2043 * frames.texi (Pointer Shape): Clarify that only X supports
5ce6e4f4 2044 changing the standard pointer shapes. (Bug#1485)
3568e767 2045
6221c8db
CY
20462009-01-08 Chong Yidong <cyd@stupidchicken.com>
2047
2048 * display.texi (Attribute Functions): Note that a function value
2049 :height is relative, and that compatibility functions work by
2050 calling set-face-attribute.
2051 (Displaying Faces): Reorder list in order of increasing priority.
2052 (Face Remapping): New node. Content moved here from Displaying
2053 Faces.
2054 (Glyphs): Link to Face Functions.
2055
e3d3799a
CY
20562009-01-08 Chong Yidong <cyd@stupidchicken.com>
2057
2058 * display.texi (Faces): Don't discuss face id here. facep does
2059 not return t.
2060 (Defining Faces): Minor clarification.
2061 (Face Attributes): Rearrange items to match docstring of
2062 set-face-attribute. Add :foundry attribute. Document new role of
2063 :font attribute. Texinfo usage fix.
2064 (Attribute Functions): Copyedits.
2065 (Face Functions): Note that face number is seldom used.
2066
638a2457
RS
20672009-01-05 Richard M Stallman <rms@gnu.org>
2068
2069 * strings.texi (Predicates for Strings): Minor clarification.
2070
2071 * functions.texi (Function Safety): Texinfo usage fix.
2072
49ea0074
JB
20732009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny patch)
2074
2075 * objects.texi (General Escape Syntax): Fix typo.
2076
9f822178
MR
20772009-01-03 Martin Rudalics <rudalics@gmx.at>
2078
2079 * windows.texi (Choosing Window): Say that pop-up-frame-alist
2080 works via the default value of pop-up-frame-function.
2081
af34ad36
EZ
20822009-01-02 Eli Zaretskii <eliz@gnu.org>
2083
2084 * processes.texi (System Processes): Document the `time' and
2085 `ctime' attributes of `system-process-attributes'.
2086
d31f6679
CY
20872009-01-01 Chong Yidong <cyd@stupidchicken.com>
2088
2089 * display.texi (Face Attributes): Clarify :height attribute.
2090
174dc00c
MR
20912008-12-31 Martin Rudalics <rudalics@gmx.at>
2092
2093 * buffers.texi (The Buffer List): Clarify what moves a buffer to
2094 the front of the buffer list. Add entries for `last-buffer' and
2095 `unbury-buffer'.
2096
b8afe7e4
EZ
20972008-12-27 Eli Zaretskii <eliz@gnu.org>
2098
d14030f5
EZ
2099 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
2100 and its subsections.
2101
2102 * frames.texi (Multiple Terminals, Low-level Terminal)
2103 (Terminal Parameters, Frames on Other TTY devices): New sections.
2104 (Frames): Add an xref to "Multiple Terminals".
2105
765980a4
EZ
2106 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
2107
2108 * objects.texi (Terminal Type): New node.
2109 (Editing Types): Add it to the menu.
2110
47bd5577
EZ
2111 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
2112 Variables".
2113
eb22b78c 2114 * variables.texi (Directory Local Variables): New node.
47bd5577 2115 (Variables): Add a menu item for it.
eb22b78c 2116
b8afe7e4
EZ
2117 * loading.texi (Autoload): Document `generate-autoload-cookie' and
2118 `generated-autoload-file'.
2119
77bb0476
EZ
21202008-12-20 Eli Zaretskii <eliz@gnu.org>
2121
028e2c19
EZ
2122 * os.texi (Startup Summary): Add xref to documentation of
2123 `initial-window-system'.
2124
77bb0476
EZ
2125 * display.texi (Window Systems): Document `window-system' the
2126 function. The variable `window-system' is now frame-local.
028e2c19 2127 Document `initial-window-system'.
77bb0476 2128
dda87836
MR
21292008-12-19 Martin Rudalics <rudalics@gmx.at>
2130
2131 * windows.texi (Windows): Rewrite description of
2132 fit-window-to-buffer.
2133
caef3ed2
GM
21342008-12-13 Glenn Morris <rgm@gnu.org>
2135
2136 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
2137 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
2138
21c58e4d
GM
21392008-12-12 Glenn Morris <rgm@gnu.org>
2140
2141 * debugging.texi (Error Debugging): Refer forwards to
2142 eval-expression-debug-on-error.
2143
af38459f
EZ
21442008-12-05 Eli Zaretskii <eliz@gnu.org>
2145
5dedd9b5
EZ
2146 * strings.texi (String Basics): Only unibyte strings that
2147 represent key sequences hold 8-bit raw bytes.
2148
af38459f
EZ
2149 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
2150 paragraph to speak about `undecided'.
2151 (Character Properties): Don't explain the meaning of each
2152 property; instead, identify their Unicode Standard names.
b3f1f4a5 2153 (Character Sets): Document `map-charset-chars'.
af38459f 2154
fa047ae7
GM
21552008-12-02 Glenn Morris <rgm@gnu.org>
2156
2157 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
2158 section yet again.
2159
47dbc044
EZ
21602008-11-29 Eli Zaretskii <eliz@gnu.org>
2161
98d05998
EZ
2162 * nonascii.texi (Character Properties): New Section.
2163 (Specifying Coding Systems): Document
2164 `coding-system-priority-list', `set-coding-system-priority', and
2165 `with-coding-priority'.
2166 (Lisp and Coding Systems): Document `check-coding-systems-region'
2167 and `coding-system-charset-list'.
2168 (Coding System Basics): Document `coding-system-aliases'.
2169
2170 * elisp.texi (Top): Add a @detailmenu entry for "Character
2171 Properties".
2172
47dbc044
EZ
2173 * objects.texi (Character Type): Correct the range of Emacs
2174 characters. Add an @xref to "Character Codes".
2175
2176 * strings.texi (String Basics): Add an @xref to "Character Codes".
2177
2178 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
2179
2180 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
2181 (Character Codes): Document `max-char'.
2182
8b80cdf5
EZ
21832008-11-28 Eli Zaretskii <eliz@gnu.org>
2184
2185 * nonascii.texi (Text Representations, Converting Representations)
2186 (Character Sets, Scanning Charsets, Translation of Characters):
2187 Make text more accurate.
2188
a99dceba
GM
21892008-11-28 Glenn Morris <rgm@gnu.org>
2190
2191 * files.texi (Format Conversion Round-Trip): Improve previous change.
2192
f6dc3bed
CY
21932008-11-26 Chong Yidong <cyd@stupidchicken.com>
2194
2195 * modes.texi (Auto Major Mode): Fix example.
2196
5da9413d
GM
21972008-11-25 Glenn Morris <rgm@gnu.org>
2198
2199 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
2200
2201 * files.texi (Format Conversion Round-Trip):
2202 Use active voice for previous change.
2203
fcca848c
CY
22042008-11-25 Chong Yidong <cyd@stupidchicken.com>
2205
2206 * os.texi (Processor Run Time):
2207 * processes.texi (Transaction Queues):
2208 * markers.texi (The Mark):
2209 * windows.texi (Choosing Window, Selecting Windows):
2210 * files.texi (Changing Files, Magic File Names):
2211 * commands.texi (Key Sequence Input):
2212 * functions.texi (Declaring Functions):
2213 * strings.texi (Predicates for Strings):
2214 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
2215
36c8dc54
CY
22162008-11-24 Chong Yidong <cyd@stupidchicken.com>
2217
2218 * help.texi (Accessing Documentation): Update example.
2219
2220 * variables.texi (Defining Variables): Note that `*' is not
2221 necessary if defcustom is used.
2222
2a79b242
EZ
22232008-11-22 Eli Zaretskii <eliz@gnu.org>
2224
2225 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
2226 Characters" from @detailmenu.
2227
2228 * nonascii.texi (Character Codes, Character Sets)
2229 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
2230 (Chars and Bytes, Splitting Characters): Sections removed.
2231
392f0d26
LK
22322008-11-22 Lute Kamstra <lute@gnu.org>
2233
2234 * positions.texi (Text Lines): Update goto-line documentation.
2235
af1a5cd5
MR
22362008-11-21 Martin Rudalics <rudalics@gmx.at>
2237
6a4cfb0c
MR
2238 * frames.texi (Frames): Fix typo, add cross references, reword.
2239 (Initial Parameters): Reword special-display-frame-alist text.
2240 (Frames and Windows): Reword. Describe argument norecord for
2241 set-frame-selected-window.
2242 (Input Focus): Describe argument norecord for select-frame.
2243 Remove comment on MS-Windows behavior for focus-follows-mouse.
2244 (Raising and Lowering): Mention windows-frames dichotomy in
2245 metaphor.
2246
af1a5cd5
MR
2247 * windows.texi (Displaying Buffers, Vertical Scrolling)
2248 (Horizontal Scrolling): Fix indenting and rewording issues
2249 introduced with 2008-11-07 change.
2250
c249fa9c
GM
22512008-11-20 Glenn Morris <rgm@gnu.org>
2252
2253 * files.texi (Format Conversion Round-Trip): Mention `preserve'
2254 element of `format-alist'.
2255
204d4665
GM
22562008-11-19 Glenn Morris <rgm@gnu.org>
2257
2258 * doclicense.texi: Update to FDL 1.3.
2259 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
2260
cc0910af
CY
22612008-11-18 Chong Yidong <cyd@stupidchicken.com>
2262
efe6e7c4
CY
2263 * windows.texi (Window Hooks): Remove *-end-trigger-functions
2264 vars, which are obsolete. Mention jit-lock-register.
2265
5dcb4c4e
SM
2266 * modes.texi (Other Font Lock Variables):
2267 Document jit-lock-register and jit-lock-unregister.
efe6e7c4 2268
cc0910af
CY
2269 * frames.texi (Color Parameters): Document alpha parameter.
2270
aeeedf76
MR
22712008-11-16 Martin Rudalics <rudalics@gmx.at>
2272
2273 * windows.texi (Splitting Windows, Deleting Windows)
2274 (Selecting Windows, Cyclic Window Ordering)
2275 (Buffers and Windows, Displaying Buffers, Choosing Window)
2276 (Dedicated Windows, Window Point, Window Start and End)
2277 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
2278 (Size of Window, Resizing Windows, Window Configurations)
2279 (Window Parameters): Avoid @var at beginning of sentences and
2280 reword accordingly.
2281
4c565c5c
LK
22822008-11-11 Lute Kamstra <lute@gnu.org>
2283
2284 * files.texi (File Name Components): Fix file-name-extension
2285 documentation.
2286
25f494c9
JB
22872008-11-11 Juanma Barranquero <lekktu@gmail.com>
2288
2289 * frames.texi (Basic Parameters): Remove display-environment-variable
2290 and term-environment-variable.
2291
a1401ab1
EZ
22922008-11-08 Eli Zaretskii <eliz@gnu.org>
2293
2294 * windows.texi (Basic Windows, Splitting Windows)
2295 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
2296 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
25f494c9
JB
2297 (Resizing Windows, Window Configurations, Window Parameters):
2298 Fix wording and markup.
a1401ab1 2299
efafc282
MR
23002008-11-07 Martin Rudalics <rudalics@gmx.at>
2301
2302 * windows.texi (Windows): Update entries.
2303 (Basic Windows): Remove listing of attributes. Reword.
86ab855a 2304 (Splitting Windows, Deleting Windows): Reword.
efafc282
MR
2305 (Selecting Windows, Cyclic Window Ordering): Reword with special
2306 emphasis on order of recently selected windows and buffer list.
86ab855a
MR
2307 (Buffers and Windows, Choosing Window): Reword with special
2308 emphasis on dedicated windows.
2309 (Displaying Buffers): Reword. For switch-to-buffer mention that
2310 it may fall back on pop-to-buffer. For other-window try to
2311 explain how it treats the cyclic ordering of windows.
efafc282
MR
2312 (Dedicated Windows): New node and section discussing dedicated
2313 windows and associated functions.
86ab855a 2314 (Window Point): Add entry for window-point-insertion-type. Reword.
efafc282
MR
2315 (Window Start and End): Rename node and section title. Reword.
2316 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
2317 Minor rewording.
2318 (Size of Window): Reword, in particular text on window-width.
2319 (Resizing Windows): Reword. Add text on balancing windows.
2320 (Window Configurations): Reword. Mention window parameters.
2321 (Window Parameters): New node and section on window parameters.
2322 (Window Hooks): Reword. Mention that
2323 window-configuration-change-hook is run "buffer-locally".
2324 * elisp.texi (Top): Update Windows entries in @detailmenu
2325 section.
2326
d60a8ab2
JB
23272008-11-04 Juanma Barranquero <lekktu@gmail.com>
2328
2329 * searching.texi (Regexp Search): Fix typo.
2330
01777627
CY
23312008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
2332
2333 * searching.texi (Regexp Search): Document GREEDY arg.
2334 (Simple Match Data): Fix return value.
2335
c4526e93
EZ
23362008-11-01 Eli Zaretskii <eliz@gnu.org>
2337
2338 * nonascii.texi (Text Representations): Rewrite to make consistent
5dcb4c4e
SM
2339 with Emacs 23 internal representation of characters.
2340 Document `unibyte-string'.
c4526e93 2341
fe2ae8b5
CY
23422008-10-28 Chong Yidong <cyd@stupidchicken.com>
2343
2344 * processes.texi (Process Information): Note that process-status
2345 does not accept buffer names.
2346
cc5a21e3
CY
23472008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
2348
2349 * positions.texi (Skipping Characters): Correct return value of
2350 skip-chars-forward.
2351
09460d9a
MR
23522008-10-25 Martin Rudalics <rudalics@gmx.at>
2353
520b29e7
MR
2354 * windows.texi (Deleting Windows): Update documentation of
2355 delete-windows-on.
2356 (Buffers and Windows): Update documentations of
2357 get-buffer-window and get-buffer-window-list.
2358 (Displaying Buffers): Update documentation of
2359 replace-buffer-in-windows.
2360
09460d9a
MR
2361 * buffers.texi (Current Buffer): Reword set-buffer and
2362 with-current-buffer documentations.
2363 (Creating Buffers): Reword documentation of get-buffer-create.
2364
4d48fcdc
MR
23652008-10-23 Martin Rudalics <rudalics@gmx.at>
2366
2367 * buffers.texi (Current Buffer): Reword documentation of
2368 set-buffer.
2369 (Buffer Names): Reword documentation of buffer-name.
2370 (The Buffer List): For bury-buffer explain what happens with the
2371 buffer's window.
2372 (Creating Buffers): Say that get-buffer-create's arg is called
2373 buffer-or-name.
2374
f0143c43
CY
23752008-10-22 Chong Yidong <cyd@stupidchicken.com>
2376
3e5dbbd3
CY
2377 * advice.texi (Computed Advice): Explain what DEFINITION is.
2378
f0143c43
CY
2379 * nonascii.texi (Character Codes): Remove obsolete function
2380 char-valid-p, and document characterp instead.
2381
52a94b85
MR
23822008-10-22 Martin Rudalics <rudalics@gmx.at>
2383
2384 * windows.texi (Displaying Buffers): Reword documentation of
2385 pop-to-buffer.
2386 (Choosing Window): Rewrite documentation of display-buffer and
2387 its options.
2388
f76f8246
MR
2389 * buffers.texi (Killing Buffers): Update documentation of
2390 kill-buffer.
2391
acc8b598
EZ
23922008-10-21 Eli Zaretskii <eliz@gnu.org>
2393
80e6b6df
EZ
2394 * processes.texi (Serial Ports): Fix wording and improve markup.
2395
3645358a
EZ
2396 * searching.texi (Regexp Search): Document `string-match-p' and
2397 `looking-at-p'.
2398 (POSIX Regexps): Add an xref for "non-greedy".
2399 (Regexp Special): Add @cindex entry for "non-greedy".
2400
b3d50cff 2401 * display.texi (Attribute Functions): Document `face-all-attributes'.
bf190568 2402 (Image Cache) <image-refresh>: Minor wording fixes.
b3d50cff 2403
73b7530a
EZ
2404 * frames.texi (Color Names): Add an xref to `read-color'.
2405
2406 * minibuf.texi (High-Level Completion): Document `read-color'.
2407
acc8b598
EZ
2408 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
2409
2410 * positions.texi (Narrowing): Add an xref to "Swapping Text".
2411
2412 * buffers.texi (Swapping Text): New section, documents
2413 `buffer-swap-text'.
2414
10e187e8
MR
24152008-10-21 Martin Rudalics <rudalics@gmx.at>
2416
2417 * windows.texi (Resizing Windows): Minor wording fix.
2418
fd6f900c
EZ
24192008-10-20 Eli Zaretskii <eliz@gnu.org>
2420
2421 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
2422 and `combine-and-quote-strings'.
2423
2424 * strings.texi (Creating Strings): Add xrefs for them.
2425
e4372165
EZ
24262008-10-19 Eli Zaretskii <eliz@gnu.org>
2427
d6328fba
EZ
2428 * elisp.texi (Top): Make descriptive text for "Reading File Names"
2429 match the corresponding menu in minibuf.texi.
2430
e4372165
EZ
2431 * minibuf.texi (Reading File Names): Document `read-shell-command'
2432 and `minibuffer-local-shell-command-map'.
2433
5d8dda33
MR
24342008-10-19 Martin Rudalics <rudalics@gmx.at>
2435
2436 * windows.texi (Resizing Windows): Remove var{} around "window" in
2437 documentation of enlarge-window.
2438 Rewrite documentation of window-min-height and window-min-width.
2439
437706cd
EZ
24402008-10-19 Eli Zaretskii <eliz@gnu.org>
2441
80f85d7c
EZ
2442 * functions.texi (Calling Functions): Document `apply-partially'.
2443
291703b5
EZ
2444 * hooks.texi (Standard Hooks): Mention
2445 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
2446
2447 * variables.texi (File Local Variables): Document
2448 `file-local-variables-alist', `before-hack-local-variables-hook'
2449 and `hack-local-variables-hook'.
2450
583d8b3c
EZ
2451 * processes.texi (Synchronous Processes): Document `process-lines'.
2452
5dcb4c4e
SM
2453 * customize.texi (Variable Definitions):
2454 Document `custom-reevaluate-setting'.
437706cd 2455
7e51d89b
MR
24562008-10-18 Martin Rudalics <rudalics@gmx.at>
2457
2458 * windows.texi (Choosing Window, Deleting Windows)
2459 (Displaying Buffers): Expand documentation of dedicated windows.
2460
43c59a3d
EZ
24612008-10-18 Eli Zaretskii <eliz@gnu.org>
2462
018a960d
EZ
2463 * files.texi (Changing Files): Document symbolic input of file
2464 modes to `set-file-modes'. Document `read-file-modes' and
2465 `file-modes-symbolic-to-number'.
2466
2c0b8144
EZ
2467 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
2468 and `search-map'.
2469
5dcb4c4e
SM
2470 * searching.texi (Search and Replace):
2471 Document `replace-search-function' and `replace-re-search-function'.
2c0b8144 2472 Document `multi-query-replace-map'.
80120f13 2473
6d4913f0 2474 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
5dcb4c4e
SM
2475 (Completion Commands, Reading File Names):
2476 Rename `minibuffer-local-must-match-filename-map' to
6d4913f0
EZ
2477 `minibuffer-local-filename-must-match-map'.
2478 (Minibuffer Completion): The `require-match' argument to
2479 `completing-read' can now have the value `confirm-only'.
2480
43c59a3d
EZ
2481 * windows.texi (Displaying Buffers): Minor wording fix.
2482 (Choosing Window): `split-height-threshold' can now be nil.
2483 Document `split-width-threshold'. `pop-up-frames' can have the
2484 value `graphic-only'.
2485
f36acfd9
EZ
24862008-10-17 Eli Zaretskii <eliz@gnu.org>
2487
2488 * os.texi (Startup Summary): Document `before-init-time' and
2489 `after-init-time'. Document `initial-window-system' and
2490 `window-system-initialization-alist'. Document reading the
2491 abbrevs file. Document the call to `server-start' under --daemon.
2492 Rearrange a bit to be consistent with the code flow.
53728487
EZ
2493 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
2494 (Time Parsing): Document `format-seconds'.
f36acfd9 2495
96995b89
MR
24962008-10-17 Martin Rudalics <rudalics@gmx.at>
2497
2498 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
2499 and reword.
2500
2de17c73
EZ
25012008-10-16 Eli Zaretskii <eliz@gnu.org>
2502
2503 * markers.texi (The Mark): Document use-region-p.
2504
9cf52b11
EZ
25052008-10-15 Eli Zaretskii <eliz@gnu.org>
2506
c3aaf1d7
EZ
2507 * internals.texi (Writing Emacs Primitives): The interactive spec
2508 of a primitive can be a Lisp form.
2509
841a1743
EZ
2510 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
2511 values of transient-mark-mode. Document handle-shift-selection.
2512
2513 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
2514 (Interactive Examples): Show an example of `^'.
2515 (Key Sequence Input): Document this-command-keys-shift-translated.
c3aaf1d7
EZ
2516 (Defining Commands, Using Interactive): The interactive-form of a
2517 function can be added via its symbol's property.
841a1743 2518
52441368
EZ
2519 * positions.texi (List Motion): beginning-of-defun-function can
2520 now accept an argument.
2521
8e8c1a72
EZ
2522 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
2523 now return a list of strings.
2524
a33a1f2a
EZ
2525 * control.texi (Handling Errors): Document ignore-errors.
2526
4fb04348
EZ
2527 * frames.texi (Creating Frames): Document frame-inherited-parameters.
2528 (Parameter Access): Document set-frame-parameter.
2529
ee666f84
EZ
2530 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
2531 Hooks" for the effect of kill-all-local-variables on local hook
2532 functions.
2533
9cf52b11
EZ
2534 * modes.texi (Major Mode Conventions, Mode Line Variables):
2535 `mode-name' need not be a string. xref to "Mode Line Data" for
2536 details, and to "Emulating Mode Line" for computing a string
2537 value.
2538
22526bc4
EZ
25392008-10-14 Eli Zaretskii <eliz@gnu.org>
2540
a65f6a85
EZ
2541 * processes.texi (System Processes): New section.
2542 (Processes, Signals to Processes): Add xrefs to it.
2543
2544 * objects.texi (Editing Types): A `process' is a subprocess of
2545 Emacs, not just any process running on the OS.
2546
2547 * elisp.texi (Top): Adjust the @detailmenu for the above two
2548 changes.
2549
2724b26a
EZ
2550 * sequences.texi (Char-Tables): Remove documentation of
2551 set-char-table-default, which has no effect since Emacs 23.
2552 <char-table-range, set-char-table-range>: Don't mention generic
2553 characters and charsets. Add a cons cell as a possible argument.
2554
2555 * nonascii.texi (Splitting Characters)
2556 (Translation of Characters): Don't mention generic characters.
2557
2558 * display.texi (Fontsets): Don't mention generic characters.
2559
22526bc4 2560 * sequences.texi (Char-Tables): `map-char-table' can now call its
25f494c9 2561 argument FUNCTION with a cons cell as KEY.
22526bc4 2562
eaf4b689
EZ
25632008-10-13 Eli Zaretskii <eliz@gnu.org>
2564
45e46036
EZ
2565 * objects.texi (Primitive Function Type): Move "@cindex special
2566 forms" from here...
2567
2568 * eval.texi (Special Forms): ...to here.
2569
2570 * functions.texi (What Is a Function): `functionp' returns nil for
2571 special forms. Add an xref.
2572
eaf4b689
EZ
2573 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
2574 Variables".
2575
2576 * variables.texi (Frame-Local Variables): New section.
2577 (Buffer-Local Variables): Add an xref to it.
2578 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
2579 have both frame-local and buffer-local binding.
2580
2581 * frames.texi (Frames): Mention multiple tty frames.
2582 (Frame Parameters, Parameter Access): Mention frame-local variable
2583 bindings.
2584
15688fce
GM
25852008-09-20 Glenn Morris <rgm@gnu.org>
2586
2587 * display.texi (Defining Faces): Recommend against face variables.
2588
35539065
JB
25892008-09-16 Juanma Barranquero <lekktu@gmail.com>
2590
2591 * display.texi (Echo Area Customization): Fix typo.
2592
6a57054b
JB
25932008-09-09 Juanma Barranquero <lekktu@gmail.com>
2594
2595 * loading.texi (Where Defined): Add `defface' item.
2596
d632fb82
MR
25972008-09-06 Martin Rudalics <rudalics@gmx.at>
2598
2599 * loading.texi (Where Defined): Fix description of symbol-file.
2600
905a9adb
JR
26012008-08-26 Jason Rumney <jasonr@gnu.org>
2602
2603 * display.texi (TIFF Images): New section describing :index property.
2604
852e91b7
CY
26052008-08-23 Chong Yidong <cyd@stupidchicken.com>
2606
2607 * display.texi (Temporary Displays): Remove unnecessary comment
2608 about usage of temp-buffer-show-hook.
2609
6be001ee
CY
26102008-08-05 Chong Yidong <cyd@stupidchicken.com>
2611
2612 * symbols.texi (Other Plists): Fix incorrect example.
2613 Suggested by Florian Beck.
2614
58e3d8e8
JB
26152008-07-31 Juanma Barranquero <lekktu@gmail.com>
2616
2617 * os.texi: Fix previous change.
2618
7c2fb837
DN
26192008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
2620
2621 * os.texi:
2622 * intro.texi:
2623 * files.texi: Remove VMS support.
2624
9e2a2647
DN
26252008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
2626
2627 * os.texi:
2628 * frames.texi:
2629 * display.texi: Remove mentions of Mac Carbon.
2630
c4f4682b
MB
26312008-07-01 Miles Bader <miles@gnu.org>
2632
2633 * text.texi (Special Properties):
2634 * display.texi (Truncation): Add wrap-prefix and line-prefix.
2635
3696411e
JB
26362008-06-28 Johan Bockgård <bojohan@gnu.org>
2637
2638 * display.texi (Other Image Types): Fix copy/paste error; say
2639 "PBM", not "XBM".
2640
f2a77c3a
DN
26412008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
2642
2643 * os.texi: Remove references to obsolete systems.
2644
6d52677d
EZ
26452008-06-20 Eli Zaretskii <eliz@gnu.org>
2646
2647 * makefile.w32-in (distclean): Remove makefile.
2648
1a87da4c
GM
26492008-06-17 Glenn Morris <rgm@gnu.org>
2650
2651 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
2652 (elisp, dist): Remove rules and variables that are obsolete now
2653 the lisp manual is no longer distributed separately.
2654
fdda1c5d
GM
26552008-06-16 Glenn Morris <rgm@gnu.org>
2656
646692e9
GM
2657 * configure, configure.in, mkinstalldirs: Remove unused files.
2658
2659 * book-spine.texinfo: Set version to 23.0.60.
fdda1c5d 2660 * vol1.texi (EMACSVER):
6a57054b 2661 * vol2.texi (EMACSVER): Set to 23.0.60.
fdda1c5d
GM
2662
2663 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
2664 as per maintain.info.
2665
611bee81
GM
26662008-06-15 Glenn Morris <rgm@gnu.org>
2667
a7bed3a0
GM
2668 * makefile.w32-in (manual): Use "23" rather than "21".
2669
2670 * Makefile.in (emacsver): New, set by configure.
2671 (manual): Use emacsver.
2672
d794edf2
GM
2673 * intro.texi: Report bugs using M-x report-emacs-bug.
2674
611bee81
GM
2675 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
2676
c73e02fa
GM
26772008-06-13 Daniel Engeler <engeler@gmail.com>
2678
2679 * elisp.texi, internals.texi, processes.texi: Add documentation
2680 about serial port access.
2681
e40a85cd
MB
26822008-06-05 Miles Bader <miles@gnu.org>
2683
2684 * display.texi (Displaying Faces): Update to reflect function
2685 renamings in face-remap.el.
2686
7b753744
JB
26872008-06-05 Juanma Barranquero <lekktu@gmail.com>
2688
2689 * display.texi (Fontsets): Fix typos.
2690
9d3d42fb
MB
26912008-06-03 Miles Bader <miles@gnu.org>
2692
7b753744
JB
2693 * display.texi (Displaying Faces): Add add-relative-face-remapping,
2694 remove-relative-face-remapping, set-base-face-remapping,
2695 and set-default-base-face-remapping.
9d3d42fb 2696
f2cec7a9
MB
26972008-06-01 Miles Bader <miles@gnu.org>
2698
2699 * display.texi (Displaying Faces): Add face-remapping-alist.
2700
8f39c96d
SM
27012008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2702
2703 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
2704 variable names.
2705
1ef5eecc
ER
27062008-05-03 Eric S. Raymond <esr@golux>
2707
352c8b4a 2708 * keymaps.texi: Clarify that (current-local-map) and
1ef5eecc
ER
2709 (current-global-map) return references, not copies.
2710
63b4387f
JL
27112008-05-02 Juri Linkov <juri@jurta.org>
2712
2713 * minibuf.texi (Text from Minibuffer): Document a list of
2714 default values for `read-from-minibuffer'.
2715
38a8b703
JB
27162008-04-24 Juanma Barranquero <lekktu@gmail.com>
2717
2718 * nonascii.texi (Translation of Characters): Fix previous change.
2719
7c42e639
CY
27202008-04-20 Chong Yidong <cyd@stupidchicken.com>
2721
2722 * display.texi (Overlay Properties): Clarify role of underlying
2723 textprop and overlay keymaps for display strings.
2724
2725 * keymaps.texi (Active Keymaps): Ditto.
2726
25c0d999
SM
27272008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
2728
2729 * minibuf.texi (Programmed Completion):
2730 Replace dynamic-completion-table with the new completion-table-dynamic.
2731
e3af5968
CY
27322008-04-07 Chong Yidong <cyd@stupidchicken.com>
2733
2734 * intro.texi (Some Terms): Change "fonts in this manual" index
2735 entry to "typographic conventions".
2736
6bfc8698
EZ
27372008-04-05 Eli Zaretskii <eliz@gnu.org>
2738
2739 * objects.texi (Text Props and Strings): Add indexing for read
2740 syntax of text properties.
2741
4972c361
SM
27422008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
2743
2744 * processes.texi (Decoding Output): Remove process-filter-multibyte
2745 functions.
2746
c70a68db
MR
27472008-03-15 Martin Rudalics <rudalics@gmx.at>
2748
2749 * display.texi (Finding Overlays): Say that empty overlays at
2750 the end of the buffer are reported too.
2751
1291fd36
GM
27522008-03-13 Glenn Morris <rgm@gnu.org>
2753
2754 * elisp.texi (EMACSVER): Set to 23.0.60.
2755
c6b0dfd5
CY
27562008-02-26 Chong Yidong <cyd@stupidchicken.com>
2757
38a8b703 2758 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
c6b0dfd5 2759
875fc30c
GM
27602008-02-22 Glenn Morris <rgm@gnu.org>
2761
2762 * frames.texi (Position Parameters): Clarify the description of
2763 `left' and `top', using information from "Geometry".
2764 (Geometry): Give a pointer to "Position Parameters", rather than
2765 repeating information.
2766
d8c8e45a
GM
27672008-02-11 Glenn Morris <rgm@gnu.org>
2768
2769 * objects.texi (Equality Predicates): No longer talk about "two"
2770 functions.
2771
38a8b703 27722008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
d8c8e45a
GM
2773
2774 * objects.texi (Equality Predicates): Add defun for
2775 equal-including-properties.
2776
bfffe0b1
GM
27772008-02-10 Glenn Morris <rgm@gnu.org>
2778
2779 * objects.texi (Equality Predicates):
2780 Mention equal-including-properties.
2781
431b78c9
RS
27822008-02-07 Richard Stallman <rms@gnu.org>
2783
2784 * windows.texi (Window Start): Mention the feature of moving
2785 window-start to start of line.
2786
c8763fb6 27872008-02-07 Jan Djärv <jan.h.d@swipnet.se>
eafa12e6
JD
2788
2789 * keymaps.texi (Tool Bar): Document rtl property.
2790
1a256502
TTN
27912008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
2792
2793 * display.texi (Button Types):
2794 For define-button-type, clarify type of NAME.
2795
569382c2
MR
27962008-01-19 Martin Rudalics <rudalics@gmx.at>
2797
2798 * buffers.texi (Buffer Modification): Fix typo.
2799
f3041af1
DN
28002008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
2801
2802 * os.texi (System Environment): Remove references to OSes that are
2803 not supported anymore.
2804
d35e1cd7
DN
28052008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2806
2807 * os.texi (System Environment): Remove mention for Masscomp.
2808
23af7580
RS
28092008-01-04 Richard Stallman <rms@gnu.org>
2810
2811 * display.texi (Faces): Don't talk about internal face vector as arg
2812 to facep.
2813
2814 * customize.texi (Type Keywords): Fix previous change.
2815
2816 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
2817 * elisp.texi (Top): Fix menu for commands.texi change.
2818
ec7d5b1e
RS
28192007-12-30 Richard Stallman <rms@gnu.org>
2820
5dcb4c4e 2821 * commands.texi (Accessing Mouse): Rename from Accessing Events.
ec7d5b1e
RS
2822 (Accessing Scroll): New node broken out of Accessing Mouse.
2823
101a6cea
RS
28242007-12-28 Richard Stallman <rms@gnu.org>
2825
2826 * frames.texi (Size Parameters): Fix typo.
7f9e0c04 2827 (Basic Parameters): For `title', refer to title bar.
041817a4 2828 (Size and Position): Explain meaning of frame pixel width and height.
101a6cea 2829
72b7e664
RS
28302007-12-23 Richard Stallman <rms@gnu.org>
2831
2832 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
2833 Improve some of the commented-out keywords' text too.
2834
27a4f445
MR
28352007-12-14 Martin Rudalics <rudalics@gmx.at>
2836
e2e3f1d7
MR
2837 * nonascii.texi (Encoding and I/O): Reword to avoid saying
2838 "visit the current buffer".
2839
27a4f445
MR
2840 * os.texi (System Interface): Fix typo.
2841
a2afc99d
RS
28422007-12-04 Richard Stallman <rms@gnu.org>
2843
2844 * objects.texi (Symbol Type): Fix typo.
2845
b694135c
RS
28462007-12-03 Richard Stallman <rms@gnu.org>
2847
2848 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
2849
f99a19da
GM
28502007-12-01 Glenn Morris <rgm@gnu.org>
2851
2852 * functions.texi (Declaring Functions): Improve previous change.
2853
8f4b37d8
GM
28542007-11-30 Glenn Morris <rgm@gnu.org>
2855
2856 * functions.texi (Declaring Functions): Add optional fourth
2857 argument of declare-function, and setting third argument to `t'.
2858
61a2fe01
RS
28592007-11-29 Richard Stallman <rms@gnu.org>
2860
2861 * customize.texi (Composite Types): Document `group' type.
2862
cbfc5193
GM
28632007-11-29 Glenn Morris <rgm@gnu.org>
2864
5dcb4c4e
SM
2865 * functions.texi (Declaring Functions): Add findex.
2866 Mention `external' files.
cbfc5193 2867
8386283a
JB
28682007-11-26 Juanma Barranquero <lekktu@gmail.com>
2869
2870 * functions.texi (Declaring Functions): Fix directive.
2871
a07c9a8b
RS
28722007-11-25 Richard Stallman <rms@gnu.org>
2873
2874 * help.texi (Help Functions): Clean up last change.
2875
2876 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
2877
2878 * loading.texi (Named Features): Minor cleanup.
2879
2880 * macros.texi (Eval During Expansion): Minor cleanup.
2881
2882 * variables.texi (Variable Aliases): Minor cleanup.
2883
a0925923
RS
28842007-11-24 Richard Stallman <rms@gnu.org>
2885
2886 * functions.texi (Declaring Functions): Clarify previous change.
2887
2888 * compile.texi (Compiler Errors): Clarify previous change.
2889
20c63e44
RS
28902007-11-24 Richard Stallman <rms@gnu.org>
2891
e5e76c04 2892 * display.texi (Refresh Screen, Forcing Redisplay):
20c63e44
RS
2893 Clarify the text and move items around.
2894
5bb0cda3
GM
28952007-11-24 Glenn Morris <rgm@gnu.org>
2896
2897 * functions.texi (Declaring Functions): New section.
2898 * compile.texi (Compiler Errors): Mention declaring functions,
2899 defvar with no initvalue, and byte-compile-warnings.
2900
af13c86a
MR
29012007-11-15 Martin Rudalics <rudalics@gmx.at>
2902
2903 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
2904 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
2905
a5373305
MR
29062007-11-13 Martin Rudalics <rudalics@gmx.at>
2907
2908 * help.texi (Help Functions): Document new macro `with-help-window'.
2909
fe284805
JL
29102007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
2911
2912 * searching.texi (Replacing Match): Describe new
2913 `match-substitute-replacement'.
2914
2c3a09b1
RS
29152007-10-31 Richard Stallman <rms@gnu.org>
2916
2917 * strings.texi (Creating Strings): Null strings from concat not unique.
2918
f2b480f4
RS
29192007-10-26 Richard Stallman <rms@gnu.org>
2920
2921 * objects.texi (Equality Predicates): Null strings are uniquified.
2922
2923 * minibuf.texi: Minor clarifications in previous change.
2924
db21122c
GM
29252007-10-25 Glenn Morris <rgm@gnu.org>
2926
2927 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
2928
2328cbb3
RS
29292007-10-24 Richard Stallman <rms@gnu.org>
2930
2931 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
2932
2933 * variables.texi (Frame-Local Variables): Node deleted.
2934 (Variables): Delete Frame-Local Variables from menu.
2935 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
2936 (Default Value): Don't mention frame-local vars.
2937
2938 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
2939
2940 * loading.texi (Unloading): Document FEATURE-unload-function
2941 instead of FEATURE-unload-hook.
2942
2328cbb3
RS
2943 * frames.texi (Multiple Displays): Don't mention frame-local vars.
2944
c066bafa
JL
29452007-10-22 Juri Linkov <juri@jurta.org>
2946
2947 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
2948 (High-Level Completion): Document a list of default value strings
2949 in the DEFAULT argument, for which minibuffer functions return the
2950 first element.
2951
65ced25f
JL
29522007-10-17 Juri Linkov <juri@jurta.org>
2953
2954 * text.texi (Filling): Update arguments of fill-paragraph.
2955 fill-paragraph operates on the active region in Transient Mark mode.
2956 Remove fill-paragraph-or-region.
2957
ee46ec8e
KB
29582007-10-13 Karl Berry <karl@gnu.org>
2959
2960 * elisp.texi (@dircategory): Move to after @copying,
2961 since we want @copying as close as possible to the beginning of
2962 the output.
2963
61bbdbc6
RS
29642007-10-12 Richard Stallman <rms@gnu.org>
2965
2966 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
2967
2968 * commands.texi (Distinguish Interactive): New node,
2969 broken out from Interactive Call and rewritten.
2970 (Command Loop): Put Distinguish Interactive in menu.
2971
af23e1e8
RS
29722007-10-09 Richard Stallman <rms@gnu.org>
2973
2974 * text.texi (Examining Properties): Mention overlay priority.
2975
2976 * display.texi (Display Margins): Correct the description
2977 of margin display specifications.
2978 (Replacing Specs): New subnode broken out of Display Property.
2979
e1965a69
JL
29802007-10-06 Juri Linkov <juri@jurta.org>
2981
2982 * text.texi (Filling): Document fill-paragraph-or-region.
2983
4638454b
JB
29842007-10-05 Juanma Barranquero <lekktu@gmail.com>
2985
2986 * display.texi (Auto Faces): Fix typo.
2987
7ed54cc5
RS
29882007-10-02 Richard Stallman <rms@gnu.org>
2989
2990 * display.texi (Display Property): Explain some display specs
2991 don't let you move point in.
2992
5dcb4c4e
SM
2993 * frames.texi (Cursor Parameters):
2994 Describe cursor-in-non-selected-windows here. Explain more values.
7ed54cc5
RS
2995
2996 * windows.texi (Basic Windows): Don't describe
2997 cursor-in-non-selected-windows here.
2998
305a7ef2
EZ
29992007-10-01 Eli Zaretskii <eliz@gnu.org>
3000
3001 * processes.texi (Misc Network): Note that these functions are
3002 supported only on some systems.
3003
f7a7f4eb
RS
30042007-10-01 Richard Stallman <rms@gnu.org>
3005
3006 * display.texi (Overlay Properties): Explain nil as priority.
3007 Explain that conflicts are unpredictable if not resolved by
3008 priorities.
3009
780d7bb9
RS
30102007-09-23 Richard Stallman <rms@gnu.org>
3011
3012 * macros.texi (Backquote): Minor clarification.
3013
14b4fdfb
RS
30142007-09-19 Richard Stallman <rms@gnu.org>
3015
3016 * display.texi (Display Property): Explain multiple display specs.
9600ac7c
RS
3017 Clarify when they work in parallel and when one overrides.
3018 Fix error in example.
14b4fdfb 3019
b8d4c8d0
GM
30202007-09-06 Glenn Morris <rgm@gnu.org>
3021
b3e755a9 3022 Move from lispref/ to doc/lispref/. Change all setfilename
b8d4c8d0
GM
3023 commands to use ../../info.
3024 * Makefile.in (infodir): Go up one more level.
4638454b 3025 (usermanualdir): Change from ../man to ../emacs.
b8d4c8d0
GM
3026 (miscmanualdir): New.
3027 (dist): Use new variable miscmanualdir.
3028 * makefile.w32-in (infodir, texinputdir): Go up one more level.
3029 (usermanualdir): Change from ../man to ../emacs.
3030
1bb1f7d3
MR
30312007-08-30 Martin Rudalics <rudalics@gmx.at>
3032
3033 * commands.texi (Command Loop Info): Advise against changing
3034 most variables described here. Explain new variable
3035 last-repeatable-command.
3036
b8d4c8d0
GM
30372007-08-29 Glenn Morris <rgm@gnu.org>
3038
3039 * elisp.texi (EMACSVER): Increase to 23.0.50.
3040
30412007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
3042
3043 * frames.texi (Basic Parameters): Add display-environment-variable
3044 and term-environment-variable.
3045
30462007-08-28 Juri Linkov <juri@jurta.org>
3047
3048 * display.texi (Image Formats, Other Image Types): Add SVG.
3049
30502007-08-28 Juri Linkov <juri@jurta.org>
3051
3052 * display.texi (Images): Move formats-related text to new node
3053 "Image Formats".
3054 (Image Formats): New node.
3055
619fb9ee
RS
30562007-08-27 Richard Stallman <rms@gnu.org>
3057
3058 * windows.texi (Window Configurations): Clarify what
3059 a window configuration saves.
3060
b8d4c8d0
GM
30612007-08-25 Richard Stallman <rms@gnu.org>
3062
3063 * display.texi (Images): Delete redundant @findex.
3064
39f9da30
GM
30652007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
3066
3067 * text.texi (Change Hooks): (after|before)-change-functions are no
3068 longer bound to nil while running; rather inhibit-modification-hooks
3069 is t.
3070
b8d4c8d0
GM
30712007-08-16 Richard Stallman <rms@gnu.org>
3072
5dcb4c4e
SM
3073 * processes.texi (Asynchronous Processes):
3074 Clarify doc of start-file-process.
b8d4c8d0
GM
3075
30762007-08-08 Martin Rudalics <rudalics@gmx.at>
3077
3078 * modes.texi (Example Major Modes): Fix typo.
3079
30802007-08-08 Glenn Morris <rgm@gnu.org>
3081
3082 * intro.texi (nil and t): Do not use `iff' in documentation.
3083
3084 * tips.texi (Documentation Tips): Recommend against `iff'.
3085
30862007-08-07 Chong Yidong <cyd@stupidchicken.com>
3087
3088 * display.texi (Image Cache): Document image-refresh.
3089
30902007-08-06 Martin Rudalics <rudalics@gmx.at>
3091
3092 * windows.texi (Size of Window): Document window-full-width-p.
3093
30942007-07-25 Glenn Morris <rgm@gnu.org>
3095
3096 * gpl.texi (GPL): Replace license with GPLv3.
3097
3098 * Relicense all FSF files to GPLv3 or later.
3099
31002007-07-24 Michael Albinus <michael.albinus@gmx.de>
3101
4638454b
JB
3102 * processes.texi (Synchronous Processes):
3103 Add `process-file-shell-command'.
b8d4c8d0
GM
3104 (Asynchronous Processes): Mention restricted use of
3105 `process-filter' and `process-sentinel' in
3106 `start-file-process'. Add `start-file-process-shell-command'.
3107
31082007-07-17 Michael Albinus <michael.albinus@gmx.de>
3109
3110 * files.texi (Magic File Names): Introduce optional parameter
3111 IDENTIFICATION for `file-remote-p'.
3112
31132007-07-16 Richard Stallman <rms@gnu.org>
3114
3115 * display.texi (Defining Faces): Fix previous change.
3116
31172007-07-14 Richard Stallman <rms@gnu.org>
3118
3119 * control.texi (Handling Errors): Document `debug' in handler list.
3120
31212007-07-10 Richard Stallman <rms@gnu.org>
3122
3123 * display.texi (Defining Faces): Explain C-M-x feature for defface.
3124
31252007-07-09 Richard Stallman <rms@gnu.org>
3126
3127 * files.texi (Magic File Names): Rewrite previous change.
3128
31292007-07-08 Michael Albinus <michael.albinus@gmx.de>
3130
3131 * files.texi (Magic File Names): Introduce optional parameter
3132 CONNECTED for `file-remote-p'.
3133
31342007-07-07 Michael Albinus <michael.albinus@gmx.de>
3135
3136 * processes.texi (Asynchronous Processes):
3137 * files.texi (Magic File Names): Add `start-file-process'.
3138
31392007-06-27 Richard Stallman <rms@gnu.org>
3140
5dcb4c4e
SM
3141 * files.texi (Format Conversion Piecemeal):
3142 Clarify `after-insert-file-functions' calling convention.
b8d4c8d0
GM
3143
31442007-06-27 Michael Albinus <michael.albinus@gmx.de>
3145
4638454b
JB
3146 * files.texi (Magic File Names): Remove `dired-call-process'.
3147 Add `process-file'.
b8d4c8d0
GM
3148
31492007-06-27 Kenichi Handa <handa@m17n.org>
3150
3151 * text.texi (Special Properties): Fix description about
4638454b 3152 `composition' property.
b8d4c8d0
GM
3153
31542007-06-26 Kenichi Handa <handa@m17n.org>
3155
3156 * nonascii.texi (Default Coding Systems): Document about the
3157 return value `undecided'.
3158
31592007-06-25 David Kastrup <dak@gnu.org>
3160
3161 * keymaps.texi (Active Keymaps): Document new POSITION argument of
3162 `current-active-maps'.
3163
31642007-06-24 Karl Berry <karl@gnu.org>
3165
4638454b 3166 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
b8d4c8d0
GM
3167
31682007-06-15 Juanma Barranquero <lekktu@gmail.com>
3169
3170 * display.texi (Overlay Arrow): Doc fix.
3171
31722007-06-14 Karl Berry <karl@tug.org>
3173
3174 * anti.texi (Antinews): Typo.
3175
31762007-06-14 Chong Yidong <cyd@stupidchicken.com>
3177
3178 * display.texi (Image Cache): Document image-refresh.
3179
31802007-06-12 Karl Berry <karl@gnu.org>
3181
3182 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
3183 * two-volume.make: New file.
3184 * .cvsignore: Ignore two-volume files.
3185
31862007-06-12 Tom Tromey <tromey@redhat.com>
3187
3188 * os.texi (Init File): Document user-emacs-directory.
3189
31902007-06-03 Nick Roberts <nickrob@snap.net.nz>
3191
3192 * commands.texi (Click Events): Describe width and height when
3193 object is nil.
3194
31952007-05-30 Nick Roberts <nickrob@snap.net.nz>
3196
5dcb4c4e
SM
3197 * commands.texi (Click Events): Layout more logically.
3198 Describe width and height.
b8d4c8d0
GM
3199 (Drag Events, Motion Events): Update to new format for position.
3200
32012007-06-02 Richard Stallman <rms@gnu.org>
3202
3203 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
3204
32052007-06-02 Chong Yidong <cyd@stupidchicken.com>
3206
3207 * Version 22.1 released.
3208
32092007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
3210
3211 * text.texi (Special Properties): Correct meaning of fontified face.
3212
32132007-05-30 Richard Stallman <rms@gnu.org>
3214
3215 * text.texi (Special Properties): Add link to Adjusting Point.
3216
32172007-05-12 Richard Stallman <rms@gnu.org>
3218
3219 * text.texi (Margins): indent-to-left-margin is not the default.
3220 (Mode-Specific Indent): For indent-line-function, the default
3221 is indent-relative.
3222
3223 * modes.texi (Example Major Modes): Explain last line of text-mode
3224 is redundant.
3225
32262007-05-10 Richard Stallman <rms@gnu.org>
3227
3228 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
3229
3230 * help.texi (Keys in Documentation): Add reference to
3231 Documentation Tips.
3232
3233 * files.texi (Format Conversion): TO-FN gets three arguments.
3234
3235 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
3236
32372007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
3238
3239 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
3240 * files.texi (Format Conversion): Expand intro; add menu.
3241 (Format Conversion Overview, Format Conversion Round-Trip)
3242 (Format Conversion Piecemeal): New nodes/subsections.
3243 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
3244 * text.texi (Text Properties): Remove "Saving Properties" from menu.
3245 (Saving Properties): Delete node/subsection.
3246
32472007-05-07 Karl Berry <karl@gnu.org>
3248
3249 * elisp.texi (EMACSVER): Back to 22.
3250
32512007-05-06 Richard Stallman <rms@gnu.org>
3252
3253 * processes.texi (Accepting Output): Revert most of previous change.
3254
32552007-05-05 Richard Stallman <rms@gnu.org>
3256
3257 * processes.texi (Accepting Output): accept-process-output
3258 uses microseconds, not milliseconds. But that arg is obsolete.
3259
32602007-05-04 Karl Berry <karl@tug.org>
3261
3262 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
3263
32642007-05-04 Eli Zaretskii <eliz@gnu.org>
3265
3266 * tips.texi (Documentation Tips): Rearrange items to place the
3267 more important ones first. Add an index entry for hyperlinks.
3268
32692007-05-03 Karl Berry <karl@gnu.org>
3270
3271 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
3272 (EMACSVER) [smallbook]: 22 for printed version.
3273
3274 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
3275 so restore anchor to normal position after defun. Found by Kevin Ryde.
3276
32772007-04-26 Glenn Morris <rgm@gnu.org>
3278
3279 * elisp.texi (EMACSVER): Increase to 22.1.50.
3280
32812007-04-28 Karl Berry <karl@gnu.org>
3282
3283 * elisp.texi: Improve line breaks on copyright page,
3284 similar layout to emacs manual, 8.5x11 by default.
3285
32862007-04-24 Richard Stallman <rms@gnu.org>
3287
3288 * text.texi (Special Properties): Add xref to Overlay Properties.
3289
3290 * display.texi (Overlay Properties): Add xref to Special Properties.
3291
32922007-04-22 Richard Stallman <rms@gnu.org>
3293
3294 * keymaps.texi (Extended Menu Items): Move the info about
3295 format with cached keyboard binding.
3296
32972007-04-21 Richard Stallman <rms@gnu.org>
3298
3299 * text.texi (Special Properties): Clarify previous change.
3300
3301 * files.texi (File Name Expansion): Clarify previous change.
3302
3303 * display.texi (Attribute Functions): Fix example for
3304 face-attribute-relative-p.
3305
33062007-04-19 Kenichi Handa <handa@m17n.org>
3307
3308 * text.texi (Special Properties): Document composition property.
3309
33102007-04-19 Glenn Morris <rgm@gnu.org>
3311
3312 * files.texi (File Name Expansion): Mention "superroot".
3313
33142007-04-15 Chong Yidong <cyd@stupidchicken.com>
3315
3316 * frames.texi (Multiple Displays): Add note about "multi-monitor"
3317 setups.
3318 (Display Feature Testing): Note that display refers to all
3319 physical monitors for multi-monitor setups.
3320
33212007-04-14 Richard Stallman <rms@gnu.org>
3322
3323 * lists.texi (Sets And Lists): Clarify `delete' examples.
3324 Remove spurious xref to same node.
3325 Clarify xref for add-to-list.
3326
33272007-04-12 Nick Roberts <nickrob@snap.net.nz>
3328
3329 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
3330 value of lisp-mode-map.
3331
33322007-04-11 Karl Berry <karl@gnu.org>
3333
3334 * anti.texi (Antinews):
3335 * display.texi (Overlay Properties, Defining Images):
3336 * processes.texi (Synchronous Processes, Sentinels):
3337 * syntax.texi (Syntax Table Internals):
3338 * searching.texi (Regexp Special):
3339 * nonascii.texi (Default Coding Systems):
3340 * text.texi (Special Properties):
3341 * minibuf.texi (Basic Completion): Wording to improve breaks in
3342 8.5x11 format.
3343 * elisp.texi (smallbook): New @set to more easily switch between
3344 smallbook and 8.5x11.
3345
33462007-04-11 Richard Stallman <rms@gnu.org>
3347
3348 * text.texi (Lazy Properties): Minor fix.
3349
33502007-04-08 Karl Berry <karl@gnu.org>
3351
3352 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
3353 * macros.texi (Backquote): Downcase Backquote in index entries for
3354 consistency.
3355
33562007-04-08 Richard Stallman <rms@gnu.org>
3357
3358 * text.texi (Adaptive Fill): Just describe default,
3359 don't show it (since it contains non-ASCII chars).
3360
33612007-04-07 Karl Berry <karl@gnu.org>
3362
3363 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
3364 adaptive-fill-regexp's value, since they are not in the standard
3365 TeX fonts.
3366
33672007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
3368
3369 * display.texi (Defining Faces): Fix example.
3370
33712007-04-07 Karl Berry <karl@gnu.org>
3372
3373 * display.texi (Button Buffer Commands): Improve page break.
3374
33752007-04-07 Richard Stallman <rms@gnu.org>
3376
3377 * advice.texi (Activation of Advice): Remove redundant index entry.
3378
3379 * backups.texi: Improve index entries. Remove redundant ones.
3380
3381 * compile.texi (Byte Compilation): Improve index entry.
3382
3383 * hash.texi (Creating Hash): Improve index entry.
3384
3385 * symbols.texi (Definitions): Improve index entry.
3386
3387 * edebug.texi: Improve index entries. Remove redundant/useless ones.
3388
3389 * maps.texi (Standard Keymaps): Remove useless index entry.
3390
3391 * help.texi (Documentation Basics): Remove redundant index entries.
3392
3393 * customize.texi: Improve index entries.
3394 Remove redundant/useless ones.
3395
3396 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
3397
3398 * streams.texi (Output Variables): Improve index entry.
3399
3400 * abbrevs.texi (Abbrevs): Remove useless index entry.
3401
3402 * macros.texi (Expansion): Remove useless index entry.
3403
3404 * text.texi: Improve index entries. Remove redundant/useless ones.
3405 (Text Properties, Examining Properties)
3406 (Special Properties): Use "property category" instead of "category"
3407 to refer to the `category' property.
3408
3409 * positions.texi: Improve index entries. Remove useless one.
3410
3411 * lists.texi: Improve index entries. Remove redundant/useless ones.
3412
3413 * os.texi: Improve index entries.
3414 (Timers): Fix previous change.
3415
3416 * buffers.texi: Improve index entries.
3417 (Modification Time): Get rid of term "obsolete buffer".
3418
3419 * debugging.texi: Improve index entries.
3420 (Test Coverage): Add xref to other test coverage ftr.
3421
3422 * eval.texi: Improve index entry. Remove redundant ones.
3423
3424 * numbers.texi: Improve index entries. Remove redundant/useless ones.
3425
3426 * files.texi: Improve index entries. Remove redundant/useless ones.
3427
3428 * objects.texi: Improve index entries.
3429
3430 * processes.texi: Improve index entries.
3431
3432 * modes.texi: Improve index entry. Remove redundant one.
3433
3434 * nonascii.texi: Improve index entries.
3435
3436 * internals.texi: Improve index entries.
3437
3438 * syntax.texi: Improve index entries.
3439
3440 * keymaps.texi (Active Keymaps): Improve index entries.
3441
3442 * commands.texi: Improve index entries. Remove redundant/useless ones.
3443
3444 * frames.texi: Improve index entries. Remove redundant/useless ones.
3445
3446 * markers.texi: Improve index entries. Remove redundant ones.
3447
3448 * tips.texi: Improve index entries.
3449
3450 * loading.texi (Unloading): Improve index entry.
3451
3452 * variables.texi: Improve index entries. Remove redundant one.
3453
3454 * sequences.texi: Improve index entry.
3455
3456 * display.texi: Improve index entries. Remove redundant ones.
3457
3458 * windows.texi: Improve index entries.
3459
3460 * searching.texi: Improve index entries. Remove redundant one.
3461
3462 * strings.texi (Case Tables): Improve last change.
3463
34642007-04-04 Chong Yidong <cyd@stupidchicken.com>
3465
3466 * strings.texi (Case Tables): Document with-case-table and
3467 ascii-case-table.
3468
34692007-04-03 Karl Berry <karl@gnu.org>
3470
3471 * processes.texi (Network): Reword to improve page break.
3472
34732007-04-03 Eli Zaretskii <eliz@gnu.org>
3474
3475 * functions.texi (Inline Functions): Describe more disadvantages
3476 of defsubst, and make advice against it stronger.
3477
34782007-04-02 Karl Berry <karl@gnu.org>
3479
3480 * backups.texi (Backup Names): Avoid widow words.
3481 * modes.texi (Example Major Modes): Align last comment.
3482
34832007-04-01 Chong Yidong <cyd@stupidchicken.com>
3484
3485 * keymaps.texi (Remapping Commands): Document new arg to
3486 command-remapping.
3487
34882007-04-01 Karl Berry <karl@gnu.org>
3489
3490 * processes.texi (Low-Level Network): Typo.
3491 * loading.texi (Hooks for Loading): Avoid double "the".
3492 * keymaps.texi (Key Sequences): No double "and".
3493 (Changing Key Bindings): Shorten to improve line break.
3494
34952007-03-31 Glenn Morris <rgm@gnu.org>
3496
3497 * os.texi (Timers): Fix description of run-at-time TIME formats.
3498
34992007-03-31 Richard Stallman <rms@gnu.org>
3500
3501 * display.texi (Invisible Text): Correct buffer-invisibility-spec
3502 regarding ellipsis.
3503
35042007-03-31 Eli Zaretskii <eliz@gnu.org>
3505
3506 * intro.texi (nil and t):
3507 * symbols.texi (Plists and Alists):
3508 * variables.texi (Variable Aliases, Constant Variables):
3509 * functions.texi (Defining Functions):
3510 * advice.texi (Advising Primitives):
3511 * debugging.texi (Syntax Errors, Compilation Errors):
3512 * minibuf.texi (Minibuffer Windows):
3513 * commands.texi (Adjusting Point):
3514 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
3515 (Auto Major Mode, Major Mode Conventions):
3516 * help.texi (Describing Characters):
3517 * files.texi (Create/Delete Dirs, Information about Files)
3518 (File Locks, Writing to Files, Reading from Files)
3519 (Saving Buffers):
3520 * windows.texi (Resizing Windows, Cyclic Window Ordering):
3521 * frames.texi (Finding All Frames):
3522 * positions.texi (Buffer End, Motion):
3523 * markers.texi (The Region):
3524 * text.texi (Deletion, Near Point):
3525 * display.texi (Displaying Messages, Truncation):
3526 * os.texi (Processor Run Time):
3527 * tips.texi (Key Binding Conventions, Programming Tips)
3528 (Warning Tips, Documentation Tips, Comment Tips):
3529 * internals.texi (Memory Usage): Improve indexing.
3530
3531 * variables.texi (Frame-Local Variables):
3532 * functions.texi (Argument List):
3533 * loading.texi (Library Search):
3534 * streams.texi (Output Variables):
3535 * keymaps.texi (Translation Keymaps, Searching Keymaps):
3536 * searching.texi (Replacing Match, Search and Replace):
3537 * processes.texi (Byte Packing, Decoding Output)
3538 (Accepting Output, Network Servers, Shell Arguments):
3539 * display.texi (Abstract Display, Image Cache, Scroll Bars):
3540 * windows.texi (Window Point, Window Start):
3541 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
3542 * commands.texi (Reading Input, Keyboard Events):
3543 * minibuf.texi (Reading File Names, Minibuffer Completion)
3544 (Recursive Mini):
3545 * positions.texi (List Motion):
3546 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
3547 * numbers.texi (Arithmetic Operations, Math Functions)
3548 (Predicates on Numbers, Comparison of Numbers):
3549 (Numeric Conversions):
3550 * locals.texi (Standard Buffer-Local Variables):
3551 * maps.texi (Standard Keymaps):
3552 * os.texi (User Identification, System Environment, Recording Input)
3553 (X11 Keysyms):
3554 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
3555 * backups.texi (Backups and Auto-Saving):
3556 * customize.texi (Customization, Group Definitions)
3557 (Variable Definitions):
3558 * compile.texi (Byte Compilation): Improve index entries.
3559
35602007-03-31 Karl Berry <karl@gnu.org>
3561
3562 * macros.texi (Defining Macros): Avoid widow syllable.
3563
35642007-03-31 Eli Zaretskii <eliz@gnu.org>
3565
3566 * elisp.texi (Top): Postscript -> PostScript.
3567
3568 * display.texi (Images, Postscript Images): Postscript -> PostScript.
3569
35702007-03-31 Markus Triska <markus.triska@gmx.at>
3571
3572 * internals.texi (Writing Emacs Primitives): Untabify `For'.
3573
35742007-03-30 Karl Berry <karl@gnu.org>
3575
3576 * lists.texi (List-related Predicates): Remove spurious @need.
3577 (Setcdr): Use @smallexample to improve page break.
3578 (Association Lists) <assoc>: Reword to improve page break.
3579
3580 * strings.texi (String Conversion): Insert blank line to improve
3581 page break.
3582
3583 * numbers.texi (Random Numbers): Use @minus{}.
3584 (Math Functions): Use @minus{}.
3585
3586 * intro.texi (Acknowledgements): Avoid line breaks before middle
3587 initials.
3588
35892007-03-24 Eli Zaretskii <eliz@gnu.org>
3590
3591 * errors.texi (Standard Errors): Add an index entry.
3592
35932007-03-19 Richard Stallman <rms@gnu.org>
3594
3595 * os.texi (Recording Input): recent-keys now gives 300 keys.
3596
35972007-03-12 Glenn Morris <rgm@gnu.org>
3598
3599 * os.texi: Replace "daylight savings" with "daylight saving"
3600 throughout.
3601
36022007-03-05 Richard Stallman <rms@gnu.org>
3603
5dcb4c4e
SM
3604 * variables.texi (File Local Variables):
3605 Update enable-local-variables values.
b8d4c8d0
GM
3606
36072007-03-04 Richard Stallman <rms@gnu.org>
3608
3609 * syntax.texi (Control Parsing): Minor clarification.
3610
3611 * strings.texi (Formatting Strings): Clarify width, precision, flags.
3612
3613 * sequences.texi (Sequence Functions): Move string-bytes away,
3614 add xref.
3615
3616 * nonascii.texi (Text Representations): Move string-bytes here.
3617
3618 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
3619
3620 * minibuf.texi (Basic Completion): Minor clarification.
3621
3622 * markers.texi (The Mark): Clarify existence vs activation of mark.
3623 Other cleanup.
3624
3625 * display.texi (Finding Overlays): Write better example.
3626
3627 * compile.texi (Eval During Compile): Clarify putting macros
3628 in eval-when-compile.
3629
c5602427 36302007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
b8d4c8d0
GM
3631
3632 * loading.texi (How Programs Do Loading): Fix anchor position at
c5602427 3633 load-read-function definition doc.
b8d4c8d0
GM
3634
36352007-02-21 Kim F. Storm <storm@cua.dk>
3636
3637 * strings.texi (Text Comparison): Mention that assoc-string
3638 converts symbols to strings before testing.
3639
36402007-02-17 Kim F. Storm <storm@cua.dk>
3641
3642 * processes.texi (Bindat Spec): Vector types can have optional
3643 element type.
3644 (Bindat Examples): Fix example. Add vector with element type.
3645
36462007-02-16 Andreas Schwab <schwab@suse.de>
3647
3648 * strings.texi (Formatting Strings): Document '+' flag.
3649
36502007-02-15 Juanma Barranquero <lekktu@gmail.com>
3651
3652 * strings.texi (Modifying Strings): Clarify that `clear-string'
3653 always converts the string to unibyte.
3654
36552007-02-14 Kim F. Storm <storm@cua.dk>
3656
3657 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
3658 Rewrite glyph code description to refer to these functions.
3659 Remove details of encoding face number and char into integer code.
3660
36612007-02-03 Alan Mackenzie <acm@muc.de>
3662
3663 * loading.texi (Hooks for Loading): Make the description of
3664 `eval-after-load' more detailed, and amend the description of
3665 after-load-alist, in accordance with changes from 2006-05.
3666
36672007-02-03 Chong Yidong <cyd@stupidchicken.com>
3668
3669 * modes.texi (Defining Minor Modes): Document that a :require
3670 keyword or similar may be required to make saved customization
3671 variables work.
3672
36732007-02-03 Eli Zaretskii <eliz@gnu.org>
3674
3675 * elisp.texi (Top): Make the detailed menu headers compliant with
5dcb4c4e
SM
3676 Texinfo guidelines and with what texnfo-upd.el expects.
3677 Add comments to prevent people from inadvertently modifying the key
b8d4c8d0
GM
3678 parts needed by `texinfo-multiple-files-update'.
3679
36802007-02-02 Eli Zaretskii <eliz@gnu.org>
3681
3682 * elisp.texi (Top): Update the top-level menus.
3683
3684 * syntax.texi (Categories): Add index entries.
3685
36862007-02-01 Juanma Barranquero <lekktu@gmail.com>
3687
3688 * display.texi (Attribute Functions): Fix name and description of
3689 the UNDERLINE arg of `set-face-underline-p'.
3690
36912007-01-29 Eli Zaretskii <eliz@gnu.org>
3692
3693 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
3694 Variables", and "Standard Keymaps" to the detailed menu.
3695
3696 * variables.texi (Future Local Variables): Add index entry.
3697
36982007-01-28 Richard Stallman <rms@gnu.org>
3699
3700 * tips.texi (Coding Conventions): Clarify the tip about macros
3701 that define a function or a variable.
3702
3703 * files.texi (File Attributes): UID and GID can be floats.
3704 (Magic File Names): Explain why deferring all operations to
3705 the standard handler does not work.
3706
37072007-01-23 Martin Rudalics <rudalics@gmx.at>
3708
3709 * backups.texi (Reverting): Use "buffer" instead of "file"
3710 when talking about major and minor modes.
3711
37122007-01-21 Richard Stallman <rms@gnu.org>
3713
3714 * help.texi (Documentation): Add xref to Documentation Tips.
3715
37162007-01-14 Juanma Barranquero <lekktu@gmail.com>
3717
3718 * tips.texi (Coding Conventions): Fix typos.
3719
37202007-01-05 Richard Stallman <rms@gnu.org>
3721
3722 * modes.texi (Defining Minor Modes): Fix previous change.
3723
37242007-01-03 Richard Stallman <rms@gnu.org>
3725
3726 * customize.texi (Variable Definitions, Customization Types):
3727 Don't use * in doc string for defcustom.
3728
37292007-01-02 Richard Stallman <rms@gnu.org>
3730
3731 * variables.texi (Variable Aliases): Clarify that aliases vars
3732 always have the same value.
3733
3734 * processes.texi (Bindat Spec): Fix Texinfo usage.
3735
3736 * modes.texi (Defining Minor Modes): Explain effect of command
3737 defined with define-global-minor-mode on new buffers.
3738
37392006-12-30 Kim F. Storm <storm@cua.dk>
3740
3741 * keymaps.texi (Tool Bar): Describe `grow-only' value of
3742 `auto-resize-tool-bars'.
3743
37442006-12-30 Richard Stallman <rms@gnu.org>
3745
3746 * keymaps.texi (Active Keymaps): Fix previous change.
3747
37482006-12-30 Nick Roberts <nickrob@snap.net.nz>
3749
3750 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
3751
37522006-12-30 Kim F. Storm <storm@cua.dk>
3753
3754 * processes.texi (Bindat Spec): Clarify using field names in
3755 length specifications.
3756
37572006-12-29 Kim F. Storm <storm@cua.dk>
3758
3759 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
3760 Add count and index variables for eval forms in repeat blocks.
3761
37622006-12-24 Richard Stallman <rms@gnu.org>
3763
5dcb4c4e
SM
3764 * customize.texi (Variable Definitions):
3765 Document new name custom-add-frequent-value.
b8d4c8d0
GM
3766
37672006-12-19 Kim F. Storm <storm@cua.dk>
3768
3769 * commands.texi (Misc Events): User signals now result in sigusr1
3770 and sigusr2 events which are handled through special-event-map.
3771 (Special Events): User signals and drag-n-drop are special.
3772
37732006-12-17 Richard Stallman <rms@gnu.org>
3774
3775 * loading.texi (Named Features): Explain subfeatures better.
3776
3777 * customize.texi: Use "option" only for user options.
3778 For the keyword values inside defcustom etc, say "keywords".
3779 For :options value's elements, say "elements".
3780 :group should not be omitted.
3781
3782 * syntax.texi (Parsing Expressions): Split up node.
3783 (Motion via Parsing, Position Parse, Parser State)
3784 (Low-Level Parsing, Control Parsing): New subnodes.
3785 (Parser State): Document syntax-ppss-toplevel-pos.
3786
3787 * positions.texi (List Motion): Punctuation fix.
3788
3789 * files.texi (File Name Completion): Document PREDICATE arg
3790 to file-name-completion.
3791
37922006-12-16 Eli Zaretskii <eliz@gnu.org>
3793
3794 * internals.texi (Building Emacs, Writing Emacs Primitives):
3795 Add index entries.
3796
37972006-12-11 Richard Stallman <rms@gnu.org>
3798
3799 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
3800 affects face menu. Explain how to make it non-nil without enabling
3801 any fontification.
3802
38032006-12-10 Chong Yidong <cyd@stupidchicken.com>
3804
3805 * modes.texi (Font Lock Basics): Document nil value of
3806 font-lock-defaults.
3807
38082006-12-10 Glenn Morris <rgm@gnu.org>
3809
3810 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
3811 value for system-flag argument. Abbrev tables may not be empty
3812 when major modes are loaded.
3813
38142006-12-08 Juanma Barranquero <lekktu@gmail.com>
3815
3816 * makefile.w32-in (maintainer-clean): Partially revert last
3817 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
3818 to protect elisp-covers.texi.
3819
38202006-12-07 Juanma Barranquero <lekktu@gmail.com>
3821
3822 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
3823 Don't remove elisp* info files; they are already deleted by the
3824 `clean' and `distclean' targets, and they are in the $(infodir)
3825 directory, not the current one.
3826
38272006-12-04 Kim F. Storm <storm@cua.dk>
3828
3829 * commands.texi (Misc Events): Update signal events.
3830 (Event Examples): Add signal example.
3831
38322006-11-29 Richard Stallman <rms@gnu.org>
3833
3834 * frames.texi (Visibility of Frames): Explain visible windows
3835 can be covered by others. Add xref for raise-frame.
3836
38372006-11-28 Richard Stallman <rms@gnu.org>
3838
3839 * searching.texi (Regexp Special): Update when ^ is special.
3840
38412006-11-27 Eli Zaretskii <eliz@gnu.org>
3842
3843 * customize.texi (Customization, Common Keywords)
3844 (Group Definitions, Variable Definitions, Composite Types)
3845 (Type Keywords, Customization Types): Add index entries for
3846 various customization keywords.
3847
38482006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3849
3850 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
3851
c8763fb6 38522006-11-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
3853
3854 * frames.texi (Window System Selections): Remove clipboard from
3855 description of selection-coding-system.
3856
38572006-11-06 Richard Stallman <rms@gnu.org>
3858
3859 * lists.texi (List Variables): Document COMPARE-FN.
3860
3861 * keymaps.texi: Avoid use of "binding" to mean a relation;
3862 use it only to refer to the meaning associated with a key.
3863 (Keymaps): Change menu node description.
3864
3865 * elisp.texi (Top): Change menu node description.
3866
3867 * display.texi (Managing Overlays): Document overlay-recenter.
3868
38692006-10-29 Chong Yidong <cyd@stupidchicken.com>
3870
3871 * Makefile.in: Use relative paths to avoid advertising filesystem
3872 contents during compilation.
3873
38742006-10-23 Kim F. Storm <storm@cua.dk>
3875
3876 * commands.texi (Event Input Misc): Update unread-command-events.
3877
38782006-10-23 Nick Roberts <nickrob@snap.net.nz>
3879
3880 * lists.texi (Sets And Lists): Fix typos.
3881
38822006-10-18 Juanma Barranquero <lekktu@gmail.com>
3883
3884 * control.texi (Processing of Errors): Use @var for an argument,
3885 not @code.
3886
38872006-10-16 Richard Stallman <rms@gnu.org>
3888
3889 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
3890
3891 * keymaps.texi (Format of Keymaps): Show all the keymap element
3892 patterns that result from menu items.
3893 (Key Lookup): Minor cleanups.
3894
3895 * modes.texi (Precalculated Fontification): Don't say that
3896 not setting font-lock-defaults avoids loading font-lock.
3897
3898 * help.texi (Documentation): Move xref to Emacs Manual here.
3899 (Documentation Basics): From here.
3900 Also doc emacs-lisp-docstring-fill-column.
3901
3902 * elisp.texi: Update version and ISBN.
3903
3904 * commands.texi (Interactive Call): Clarify KEYS arg to
3905 call-interactively is a vector.
3906 (Command Loop Info): Delete anchor in this-command-keys.
3907 Add anchor in this-command-keys-vector.
3908 (Recursive Editing): Document how recursive-edit
3909 handles the current buffer.
3910
39112006-10-13 Chong Yidong <cyd@stupidchicken.com>
3912
3913 * frames.texi (Frame Titles): %c and %l are ignored in
3914 frame-title-format.
3915
39162006-10-11 Richard Stallman <rms@gnu.org>
3917
3918 * keymaps.texi (Key Sequences): Clarify use of kbd.
3919
39202006-10-10 Kim F. Storm <storm@cua.dk>
3921
3922 * lists.texi (Sets And Lists): Add memql.
3923
39242006-10-03 Richard Stallman <rms@gnu.org>
3925
3926 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
3927 Clarify :ascii: and :nonascii:.
3928
39292006-09-29 Juri Linkov <juri@jurta.org>
3930
3931 * modes.texi (%-Constructs): Reorder coding systems in the
3932 documentation of %z to the real order displayed in the modeline.
3933
39342006-09-25 Richard Stallman <rms@gnu.org>
3935
3936 * os.texi (Timers): Describe timer-max-repeats.
3937
39382006-09-25 Chong Yidong <cyd@stupidchicken.com>
3939
3940 * os.texi (Timers): Mention with-local-quit.
3941
39422006-09-24 Richard Stallman <rms@gnu.org>
3943
3944 * searching.texi (Searching and Matching): Mention property search.
3945
3946 * commands.texi (Command Loop Info): Explain how read-event affects
3947 this-command-keys.
3948
39492006-09-20 Richard Stallman <rms@gnu.org>
3950
3951 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
3952
3953 * windows.texi (Window Start): Minor cleanups.
3954
39552006-09-20 Kim F. Storm <storm@cua.dk>
3956
3957 * windows.texi (Window Start): pos-visible-in-window-p allows
3958 specifying t for position to mean "end of window".
3959 Add window-line-height.
3960
3961 * anti.texi (Antinews): Mention window-line-height.
3962
39632006-09-19 David Kastrup <dak@gnu.org>
3964
3965 * keymaps.texi (Searching Keymaps): Small clarification.
3966
39672006-09-18 Richard Stallman <rms@gnu.org>
3968
3969 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
3970 cause keyboard menus.
3971 (Menu Keymaps): Likewise.
3972 (Defining Menus, Keyboard Menus): Clarify.
3973
3974 * text.texi (Fields): Clarify explanation of constrain-to-field.
3975
39762006-09-16 Eli Zaretskii <eliz@gnu.org>
3977
3978 * variables.texi (Tips for Defining): Fix a typo.
3979
39802006-09-15 Richard Stallman <rms@gnu.org>
3981
3982 * keymaps.texi (Remapping Commands, Searching Keymaps)
3983 (Active Keymaps): Clean up previous change.
3984
39852006-09-15 Jay Belanger <belanger@truman.edu>
3986
3987 * gpl.texi: Replace "Library Public License" by "Lesser Public
3988 License" throughout.
3989
39902006-09-15 David Kastrup <dak@gnu.org>
3991
3992 * keymaps.texi (Active Keymaps): Adapt description to use
3993 `get-char-property' instead `get-text-property'. Explain how
3994 mouse events change this. Explain the new optional argument of
3995 `key-binding' and its mouse-dependent lookup.
3996 (Searching Keymaps): Adapt description similarly.
3997 (Remapping Commands): Explain the new optional argument of
3998 `command-remapping'.
3999
40002006-09-14 Richard Stallman <rms@gnu.org>
4001
4002 * keymaps.texi (Searching Keymaps): Clarification.
4003 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
4004
40052006-09-13 Richard Stallman <rms@gnu.org>
4006
4007 * objects.texi (Character Type): Node split.
4008 Add xref to Describing Characters.
4009 (Basic Char Syntax, General Escape Syntax)
4010 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
4011
40122006-09-11 Richard Stallman <rms@gnu.org>
4013
4014 * display.texi (Display Table Format): Wording clarification.
4015 (Glyphs): Clarifications.
4016
40172006-09-10 Chong Yidong <cyd@stupidchicken.com>
4018
4019 * keymaps.texi (Active Keymaps): Mention that key-binding checks
4020 local maps.
4021
40222006-09-10 Kim F. Storm <storm@cua.dk>
4023
4024 * display.texi (Forcing Redisplay): Document return value of
4025 function redisplay.
4026
40272006-09-09 Richard Stallman <rms@gnu.org>
4028
4029 * windows.texi (Window Hooks): Explain limits of
4030 window-scroll-functions.
4031
4032 * display.texi (Fringe Indicators): Update for last change in
4033 indicate-buffer-boundaries.
4034
40352006-09-08 Richard Stallman <rms@gnu.org>
4036
4037 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
4038
40392006-09-06 Kim F. Storm <storm@cua.dk>
4040
4041 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
4042
4043 * windows.texi (Window Start): Update pos-visible-in-window-p.
4044
40452006-09-04 Richard Stallman <rms@gnu.org>
4046
4047 * processes.texi (Accepting Output): Explain SECONDS=0 for
4048 accept-process-output.
4049
4050 * os.texi (Idle Timers): Explain why timer functions should not
4051 loop until (input-pending-p).
4052
40532006-09-02 Eli Zaretskii <eliz@gnu.org>
4054
4055 * makefile.w32-in (usermanualdir): New variable.
4056 (elisp.dvi): Use it.
4057
40582006-09-01 Eli Zaretskii <eliz@gnu.org>
4059
4060 * buffers.texi (Buffer Modification): Fix last change.
4061
40622006-09-01 Chong Yidong <cyd@stupidchicken.com>
4063
5dcb4c4e
SM
4064 * buffers.texi (Buffer Modification):
4065 Document buffer-chars-modified-tick.
b8d4c8d0
GM
4066
40672006-08-31 Richard Stallman <rms@gnu.org>
4068
4069 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
4070
40712006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
4072
4073 * modes.texi (Syntactic Font Lock):
4074 Mention font-lock-syntactic-face-function
4075 instead of specific faces.
4076
40772006-08-29 Chong Yidong <cyd@stupidchicken.com>
4078
4079 * display.texi (Images): Add xrref to display-images-p.
4080
40812006-08-28 Kenichi Handa <handa@m17n.org>
4082
4083 * nonascii.texi (Lisp and Coding Systems): Fix description of
4084 detect-coding-region.
4085
40862006-08-27 Michael Olson <mwolson@gnu.org>
4087
4088 * processes.texi (Transaction Queues): Remove stray quote
4089 character.
4090
40912006-08-25 Richard Stallman <rms@gnu.org>
4092
4093 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
4094 Add xref.
4095
40962006-08-24 Chong Yidong <cyd@stupidchicken.com>
4097
4098 * os.texi (Timers): Avoid waiting inside timers.
4099
41002006-08-21 Lute Kamstra <lute@gnu.org>
4101
4102 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
4103
41042006-08-20 Richard Stallman <rms@gnu.org>
4105
4106 * os.texi (Idle Timers): New node, split out from Timers.
4107 Document current-idle-time.
4108 * commands.texi (Reading One Event): Update xref.
4109 * elisp.texi (Top): Update subnode menu.
4110
41112006-08-16 Richard Stallman <rms@gnu.org>
4112
4113 * keymaps.texi (Extended Menu Items): Show format of cached
4114 bindings in extended menu items.
4115
4116 * customize.texi (Variable Definitions): Explain when the
4117 standard value expression is evaluated.
4118
41192006-08-15 Chong Yidong <cyd@stupidchicken.com>
4120
4121 * commands.texi (Reading One Event): Explain idleness in
4122 `read-event'.
4123
41242006-08-12 Chong Yidong <cyd@stupidchicken.com>
4125
4126 * text.texi (Near Point): Say "cursor" not "terminal cursor".
5dcb4c4e 4127 (Commands for Insertion): Remove split-line since it's not
b8d4c8d0
GM
4128 relevant for Lisp programming.
4129 (Yank Commands): Rewrite introduction.
4130 (Undo): Clarify.
4131 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
4132 (Filling): Remove redundant comment. Clarify return value of
4133 current-justification.
4134 (Margins): Minor clarifications.
4135 (Adaptive Fill): Update default value of adaptive-fill-regexp.
4136 (Sorting): Update definition of sort-lines.
4137 (Columns): Clarify behavior of sort-columns.
4138 (Indent Tabs): Link to Tab Stops in Emacs manual.
4139 (Special Properties): Clarify.
4140 (Clickable Text): Mention Buttons package.
4141
41422006-08-12 Kevin Ryde <user42@zip.com.au>
4143
4144 * os.texi (Time Parsing): Add %z to description of
4145 format-time-string, as per docstring. Add cross reference to
4146 glibc manual for strftime.
4147
41482006-08-08 Richard Stallman <rms@gnu.org>
4149
4150 * modes.texi: Clean up wording in previous change.
4151
41522006-08-07 Chong Yidong <cyd@stupidchicken.com>
4153
4154 * modes.texi (Hooks): Clarify.
4155 (Major Mode Basics): Mention define-derived-mode explicitly.
4156 (Major Mode Conventions): Rebinding RET is OK for some modes.
4157 Mention change-major-mode-hook and after-change-major-mode-hook.
5dcb4c4e 4158 (Example Major Modes): Move to end of Modes section.
b8d4c8d0
GM
4159 (Mode Line Basics): Clarify.
4160 (Mode Line Data): Mention help-echo and local-map in strings.
4161 Explain reason for treatment of non-risky variables.
4162 (Properties in Mode): Clarify.
4163 (Faces for Font Lock): Add font-lock-negation-char-face.
4164
41652006-08-04 Eli Zaretskii <eliz@gnu.org>
4166
4167 * strings.texi (Formatting Strings): Warn against arbitrary
4168 strings as first arg to `format'.
4169
41702006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
4171
4172 * text.texi (Clickable Text): Mention `help-echo' text property.
4173 Update intro, examples and associated explanations.
4174
41752006-07-31 Richard Stallman <rms@gnu.org>
4176
4177 * commands.texi: Update xrefs.
4178 (Event Mod): New node, cut out from old Translating Input.
4179
4180 * maps.texi: Update xrefs.
4181
4182 * keymaps.texi (Translation Keymaps): New node.
4183 Update xrefs from Translating Input to Translation Keymaps.
4184
4185 * elisp.texi (Top): Update subnode menu.
4186
4187 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
4188
4189 * os.texi (System Interface): Fix menu descriptions of some nodes.
4190 (Translating Input): Node deleted.
4191
41922006-07-31 Nick Roberts <nickrob@snap.net.nz>
4193
4194 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
4195
4196 * lists.texi (Sets And Lists): Likewise.
4197
41982006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
4199
4200 * text.texi (Fields): Mention POS
4201 requirement when narrowing is in effect.
4202
42032006-07-28 Richard Stallman <rms@gnu.org>
4204
4205 * display.texi (Face Attributes): Simplify wording.
4206 (Attribute Functions): Clarify meaning of new-frame default
4207 attribute settings.
4208
4209 * customize.texi (Common Keywords): Document how to use
4210 :package-version in a package not in Emacs.
4211
42122006-07-28 Kim F. Storm <storm@cua.dk>
4213
4214 * commands.texi (Reading One Event): Fix last change.
4215
42162006-07-26 Chong Yidong <cyd@stupidchicken.com>
4217
4218 * commands.texi (Reading One Event): Document SECONDS argument for
4219 read-event, read-char, and read-char-exclusive.
4220
42212006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
4222
4223 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
4224 to ensure correct identification.
4225
42262006-07-24 Richard Stallman <rms@gnu.org>
4227
4228 * text.texi (Clickable Text): Clarify.
4229
4230 * sequences.texi (Vector Functions): Delete duplicate xref.
4231
4232 * objects.texi (Function Type): Clarify.
4233
4234 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
4235 modes.
4236
4237 * lists.texi (List Variables): New node.
4238 Material moved from other nodes.
4239
4240 * variables.texi (Setting Variables): add-to-list and
4241 add-to-ordered-list moved to List Variables node.
4242
42432006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
4244
4245 * text.texi (Links and Mouse-1):
4246 For mouse-on-link-p, expand on arg POS.
4247
42482006-07-21 Kim F. Storm <storm@cua.dk>
4249
4250 * display.texi (Forcing Redisplay): Don't mention systems which
4251 don't support sub-second timers for redisplay-preemption-period.
4252
4253 * os.texi (Terminal Output): Clarify text vs graphical terminal.
4254
42552006-07-21 Eli Zaretskii <eliz@gnu.org>
4256
4257 * frames.texi (Input Focus): Document that focus-follows-mouse has
4258 no effect on MS-Windows.
4259
42602006-07-18 Richard Stallman <rms@gnu.org>
4261
4262 * display.texi (Forcing Redisplay): Cleanups in previous change.
4263
4264 * processes.texi (Low-Level Network): Make menu more convenient.
4265
42662006-07-18 Kim F. Storm <storm@cua.dk>
4267
4268 * display.texi (Forcing Redisplay): redisplay-preemption-period
4269 only used on window systems. Add xref to Terminal Output.
4270
4271 * os.texi (Terminal Output): baud-rate only controls preemption on
4272 non-window systems. Add xref to Forcing Redisplay.
4273
4274 * processes.texi (Low-Level Network): Rename node "Make Network"
4275 to "Network Processes".
4276
42772006-07-18 Karl Berry <karl@gnu.org>
4278
4279 * variables.texi, functions.texi, customize.texi, loading.texi:
4280 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
4281
42822006-07-17 Chong Yidong <cyd@stupidchicken.com>
4283
4284 * commands.texi (Waiting): Document batch-mode sit-for behavior.
4285
42862006-07-17 Richard Stallman <rms@gnu.org>
4287
4288 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
4289 Put period and comma inside quotes.
4290
4291 * loading.texi, markers.texi: Use real doublequote inside menus.
4292
4293 * windows.texi: Put point and comma inside quotes.
4294 (Textual Scrolling): Use @samp for error message.
4295
4296 * variables.texi, tips.texi, syntax.texi, symbols.texi:
4297 * strings.texi, streams.texi, processes.texi, os.texi:
4298 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
4299 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
4300 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
4301 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
4302 Put point and comma inside quotes.
4303
4304 * control.texi (Processing of Errors): Add command-error-function.
4305
4306 * variables.texi (File Local Variables): Clarify that
4307 file local variables make buffer-local bindings.
4308
4309 * modes.texi (Syntactic Font Lock): Give default for
4310 font-lock-syntax-table.
4311
43122006-07-17 Nick Roberts <nickrob@snap.net.nz>
4313
4314 * text.texi (Special Properties): Clean up previous change.
4315
43162006-07-16 Karl Berry <karl@gnu.org>
4317
4318 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
4319 * control.texi: Fix bad page breaks through chapter 10 (control).
4320
4321 * anti.texi (Antinews): Reorder face-attribute fns to avoid
4322 underfull hbox.
4323
43242006-07-15 Nick Roberts <nickrob@snap.net.nz>
4325
4326 * text.texi (Special Properties): Describe fontified text property
4327 in relation to a character (not text).
4328
43292006-07-15 Kim F. Storm <storm@cua.dk>
4330
4331 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
4332 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
4333 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
4334
4335 * anti.texi (Antinews): Mention redisplay function.
4336 The kbd macro existed, but was not documented, before 22.x.
4337 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
4338
43392006-07-14 Nick Roberts <nickrob@snap.net.nz>
4340
4341 * display.texi (Displaying Messages): Add anchor.
4342
4343 * frames.texi (Dialog Boxes): Use it.
4344
43452006-07-12 Richard Stallman <rms@gnu.org>
4346
4347 * objects.texi (Frame Type): Explain nature of frames better.
4348
4349 * frames.texi (Frames): Explain nature of frames better.
4350
43512006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
4352
4353 * tips.texi (Coding Conventions): Explain why use cl at compile time.
4354
43552006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4356
4357 * frames.texi (Window System Selections): Mention scrap support for Mac.
4358 Default value of x-select-enable-clipboard is t on Mac.
4359
4360 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
4361
43622006-07-11 Kim F. Storm <storm@cua.dk>
4363
4364 * display.texi (Forcing Redisplay): Add `redisplay' function.
4365 Don't mention (sit-for -1) -- use (redisplay t) instead.
4366
4367 * commands.texi (Waiting): (sit-for -1) is no longer special.
4368 (sit-for 0) is equivalent to (redisplay).
4369 Iconifying/deiconifying no longer makes sit-for return.
4370
43712006-07-10 Nick Roberts <nickrob@snap.net.nz>
4372
4373 * display.texi (Buttons): Fix typo.
4374
4375 * index.texi, elisp.texi (New Symbols): Comment node out.
4376
43772006-07-09 Richard Stallman <rms@gnu.org>
4378
4379 * display.texi (Truncation): Clean up previous change.
4380
43812006-07-08 Richard Stallman <rms@gnu.org>
4382
4383 * commands.texi (Interactive Call): Use 3 as prefix in example
4384 for execute-extended-command.
4385
4386 * display.texi (Attribute Functions): Move paragraph about
4387 compatibility with Emacs < 21.
4388
43892006-07-09 Kim F. Storm <storm@cua.dk>
4390
4391 * display.texi (Refresh Screen): Clarify force-window-update.
4392 (Truncation): "Normally" indicated by fringe arrows.
4393
43942006-07-08 Eli Zaretskii <eliz@gnu.org>
4395
4396 * windows.texi (Textual Scrolling, Resizing Windows):
4397 * variables.texi (Constant Variables):
4398 * text.texi (Buffer Contents, Deletion, Changing Properties)
4399 (Property Search, Special Properties, Sticky Properties)
4400 (Links and Mouse-1, Fields, Change Hooks):
4401 * syntax.texi (Syntax Table Functions, Parsing Expressions)
4402 (Categories):
4403 * symbols.texi (Other Plists):
4404 * streams.texi (Output Variables):
4405 * processes.texi (Input to Processes, Query Before Exit):
4406 * positions.texi (Word Motion, Text Lines, List Motion):
4407 * os.texi (Init File, System Environment, Sound Output)
4408 (Session Management):
4409 * nonascii.texi (Text Representations, Character Sets)
4410 (Chars and Bytes, Locales):
4411 * modes.texi (Defining Minor Modes, Header Lines):
4412 * minibuf.texi (Minibuffer Contents):
4413 * markers.texi (Information from Markers):
4414 * lists.texi (List Elements, Building Lists, Association Lists):
4415 * keymaps.texi (Tool Bar):
4416 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
4417 * functions.texi (What Is a Function, Mapping Functions):
4418 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
4419 (Color Names, Text Terminal Colors, Display Feature Testing):
4420 * files.texi (Visiting Functions, File Name Components)
4421 (Unique File Names, Contents of Directories):
4422 * display.texi (Forcing Redisplay, Displaying Messages)
4423 (Temporary Displays, Font Selection, Auto Faces)
4424 (Font Lookup, Fringe Indicators, Display Margins)
4425 (Image Descriptors, Showing Images, Image Cache, Button Types)
4426 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
4427 (Display Table Format, Glyphs):
4428 * control.texi (Iteration):
4429 * commands.texi (Command Loop Info, Adjusting Point):
4430 * backups.texi (Making Backups, Auto-Saving):
4431 Remove @tindex entries.
4432
44332006-07-07 Kim F. Storm <storm@cua.dk>
4434
4435 * display.texi (Fringe Cursors): Fix typo.
4436 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
4437 (Overlay Arrow): Default is overlay-arrow fringe indicator.
4438
44392006-07-05 Richard Stallman <rms@gnu.org>
4440
4441 * text.texi (Buffer Contents): Add example of text props
4442 in result of buffer-substring.
4443 (Text Properties): Explain better about use of specific property names.
4444 (Property Search): Some cleanups; reorder some functions.
4445
4446 * keymaps.texi (Changing Key Bindings): Cleanup.
4447 Add xref to Key Binding Conventions.
4448
4449 * display.texi (Attribute Functions): Add examples for
4450 face-attribute-relative-p.
4451
4452 * tips.texi (Coding Conventions): Cleanup last change.
4453
44542006-07-05 Karl Berry <karl@gnu.org>
4455
4456 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
4457 Remove @setchapternewpage odd.
4458 Result is 1013 pages, down from 1100.
4459
4460 * anti.texi, customize.texi, display.texi, internals.texi:
4461 * minibuf.texi, modes.texi, tips.texi:
4462 Fix overfull/underfull boxes.
4463
44642006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
4465
4466 * edebug.texi (Instrumenting):
4467 Add Edebug-specific findex for eval-buffer.
4468 * loading.texi (Loading):
4469 Replace eval-current-buffer with eval-buffer.
4470
44712006-06-30 Nick Roberts <nickrob@snap.net.nz>
4472
4473 * locals.texi (Standard Buffer-Local Variables): Update the list
4474 of variables.
4475
44762006-06-26 Nick Roberts <nickrob@snap.net.nz>
4477
4478 * files.texi (File Name Completion): Point user to the node
4479 "Reading File Names".
4480
44812006-06-24 Eli Zaretskii <eliz@gnu.org>
4482
4483 * files.texi (Contents of Directories): Document case-insensitive
4484 behavior on respective filesystems.
4485
4486 * objects.texi (Character Type): Document that Emacs signals an
4487 error for unsupported Unicode characters specified as \uNNNN.
4488
44892006-06-19 Richard Stallman <rms@gnu.org>
4490
4491 * processes.texi (Bindat Spec): Clarify previous change.
4492
44932006-06-16 Richard Stallman <rms@gnu.org>
4494
4495 * tips.texi (Coding Conventions): Better explain conventions
4496 for definition constructs.
4497
4498 * text.texi (Special Properties): String value of `read-only'
4499 serves as the error message.
4500
4501 * objects.texi (Character Type): Clarify prev. change.
4502 (Non-ASCII in Strings): Mention \u and \U.
4503
4504 * commands.texi (Using Interactive): Explain problem of
4505 markers, etc., in command-history.
4506
45072006-06-14 Kim F. Storm <storm@cua.dk>
4508
4509 * commands.texi (Waiting): Negative arg to sit-for forces
4510 redisplay even if input is pending.
4511
4512 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
4513 redisplay. Remove incorrect example of binding redisplay-dont-pause
4514 around (sit-for 0).
4515
45162006-06-13 Richard Stallman <rms@gnu.org>
4517
4518 * display.texi (Forcing Redisplay): Clarify previous change.
4519
45202006-06-13 Romain Francoise <romain@orebokech.com>
4521
4522 * display.texi (Forcing Redisplay): Fix typo.
4523
45242006-06-13 Kim F. Storm <storm@cua.dk>
4525
4526 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
4527
45282006-06-10 Luc Teirlinck <teirllm@auburn.edu>
4529
4530 * tips.texi (Coding Conventions): Add `@end itemize'.
4531
45322006-06-10 Richard Stallman <rms@gnu.org>
4533
4534 * tips.texi (Coding Conventions): Explain use of coding systems
4535 to ensure one decoding for strings.
4536
45372006-06-09 Aidan Kehoe <kehoea@parhasard.net>
4538
4539 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
4540 syntax.
4541
45422006-06-07 Eli Zaretskii <eliz@gnu.org>
4543
4544 * display.texi (Font Selection): Remove description of
4545 clear-face-cache.
4546
4547 * compile.texi (Eval During Compile): Fix a typo. Add index
4548 entries for possible uses of eval-when-compile.
4549
45502006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
4551
4552 * display.texi (Abstract Display): Fix typo.
4553
45542006-06-03 Eli Zaretskii <eliz@gnu.org>
4555
4556 * minibuf.texi (Minibuffer History) <history-add-new-input>:
4557 Reword variable's description.
4558
45592006-06-01 Richard Stallman <rms@gnu.org>
4560
4561 * windows.texi (Splitting Windows): Clarify splitting nonselected
4562 window.
4563
45642006-05-31 Juri Linkov <juri@jurta.org>
4565
4566 * minibuf.texi (Minibuffer History): Add history-add-new-input.
4567
45682006-05-30 Richard Stallman <rms@gnu.org>
4569
4570 * display.texi (Line Height): Fix errors in description of
10d1d0af 4571 default line height and line-height property.
b8d4c8d0
GM
4572
4573 * nonascii.texi (Default Coding Systems): Further clarification.
4574
45752006-05-29 Luc Teirlinck <teirllm@auburn.edu>
4576
4577 * internals.texi (Pure Storage): Mention that an overflow in pure
4578 space causes a memory leak.
4579 (Garbage Collection): If there was an overflow in pure space,
4580 `garbage-collect' returns nil.
4581
45822006-05-30 Eli Zaretskii <eliz@gnu.org>
4583
4584 * nonascii.texi (Default Coding Systems): Fix it some more.
4585
45862006-05-29 Eli Zaretskii <eliz@gnu.org>
4587
4588 * nonascii.texi (Default Coding Systems): Fix last change.
4589
45902006-05-29 Kenichi Handa <handa@m17n.org>
4591
4592 * nonascii.texi (find-operation-coding-system): Describe the new
4593 argument format (FILENAME . BUFFER).
4594
45952006-05-28 Richard Stallman <rms@gnu.org>
4596
4597 * tips.texi (Coding Conventions): Better explain reasons not to
4598 advise other packages or use `eval-after-load'.
4599
46002006-05-29 Kim F. Storm <storm@cua.dk>
4601
4602 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
4603 `bindat-idx' and `bindat-raw' for clarity.
4604
46052006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
4606
4607 * processes.texi (Bindat Spec): Expand on `repeat' handler.
4608
4609 * display.texi (Display): Add "Abstract Display" to menu.
4610 (Abstract Display, Abstract Display Functions)
4611 (Abstract Display Example): New nodes.
4612 * elisp.texi (Top): Add "Abstract Display" to menu.
4613
46142006-05-27 Chong Yidong <cyd@stupidchicken.com>
4615
4616 * keymaps.texi (Key Sequences): Link to input events definition.
4617 (Format of Keymaps): Delete material duplicated in Keymap Basics.
4618
4619 * files.texi (Changing Files): Document updated argument list for
4620 copy-file.
4621
46222006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
4623
4624 * processes.texi (Bindat Functions): Explain term "total length".
4625 Use it in bindat-length and bindat-pack descriptions.
4626
46272006-05-26 Eli Zaretskii <eliz@gnu.org>
4628
4629 * tips.texi (Coding Conventions): Advise against using
4630 eval-after-load in packages. Add an index entry.
4631
46322006-05-25 Juri Linkov <juri@jurta.org>
4633
4634 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
4635
4636 * modes.texi (%-Constructs): Add %e, %z, %Z.
4637
46382006-05-25 Richard Stallman <rms@gnu.org>
4639
4640 * elisp.texi (Top): Update subnode menu.
4641
4642 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
4643 (Keymaps): Update menu.
4644
46452006-05-25 Chong Yidong <cyd@stupidchicken.com>
4646
4647 * keymaps.texi (Key Sequences): Some clarifications.
4648
46492006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
4650
4651 * processes.texi (Bindat Functions): Say "unibyte string"
4652 explicitly for bindat-unpack and bindat-pack descriptions.
4653 (Bindat Examples): Don't call `string-make-unibyte' in example.
4654
46552006-05-25 Chong Yidong <cyd@stupidchicken.com>
4656
5dcb4c4e 4657 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
c5602427 4658 Explain string and vector representations of key sequences.
b8d4c8d0
GM
4659
4660 * keymaps.texi (Changing Key Bindings):
dd7b651b 4661 * commands.texi (Interactive Codes):
b8d4c8d0
GM
4662 * help.texi (Describing Characters): Refer to it.
4663
46642006-05-23 Luc Teirlinck <teirllm@auburn.edu>
4665
4666 * frames.texi (Pointer Shape): @end table -> @end defvar.
4667
46682006-05-22 Richard Stallman <rms@gnu.org>
4669
4670 * elisp.texi (Top): Update subnode menus.
4671
4672 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
4673 Contents rewritten; material from old Pointer Shape node moved here.
4674
4675 * display.texi (Pointer Shape): Node deleted.
4676 (Image Descriptors): Minor cleanup.
4677
46782006-05-21 Richard Stallman <rms@gnu.org>
4679
4680 * syntax.texi (Parsing Expressions): Update info on which STATE
4681 elements are ignored.
4682
46832006-05-19 Luc Teirlinck <teirllm@auburn.edu>
4684
4685 * hooks.texi (Standard Hooks): Correct typo.
4686
4687 * gpl.texi (GPL): ifinfo -> ifnottex.
4688
46892006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
4690
4691 * searching.texi (Simple Match Data): Warn about match data being
4692 set anew by every search.
4693
46942006-05-17 Richard Stallman <rms@gnu.org>
4695
4696 * minibuf.texi (Minibuffer History): Clarify.
4697
4698 * searching.texi (Regexp Special): Clarify nested regexp warning.
4699
47002006-05-16 Kim F. Storm <storm@cua.dk>
4701
4702 * minibuf.texi (Minibuffer History): Update add-to-history.
4703
47042006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
4705
5dcb4c4e
SM
4706 * nonascii.texi (Explicit Encoding):
4707 Fix typo (encoding<->decoding).
b8d4c8d0
GM
4708
47092006-05-14 Richard Stallman <rms@gnu.org>
4710
4711 * buffers.texi (Creating Buffers): Cleanup.
4712
4713 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
4714
47152006-05-13 Eli Zaretskii <eliz@gnu.org>
4716
4717 * buffers.texi (Current Buffer): Document that with-temp-buffer
4718 disables undo.
4719
4720 * os.texi (Terminal-Specific): More accurate description of how
4721 Emacs searches for the terminal-specific libraries.
4722
47232006-05-12 Eli Zaretskii <eliz@gnu.org>
4724
4725 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
4726 emacs-xtra to @inforef's.
4727
4728 * text.texi (Undo): Document that undo is turned off in buffers
4729 whose names begin with a space.
4730
4731 * buffers.texi (Buffer Names): Add index entries for buffers whose
4732 names begin with a space.
4733 (Creating Buffers): Document that undo is turned off in buffers
4734 whose names begin with a space.
4735
4736 * files.texi (Visiting Functions, Reading from Files)
4737 (Saving Buffers): Mention code and EOL conversions by file I/O
4738 primitives and subroutines.
4739
4740 * nonascii.texi (Lisp and Coding Systems): Document
4741 coding-system-eol-type. Add index entries for eol conversion.
4742
4743 * display.texi (Defining Faces): Mention `mac', and add an xref to
4744 where window-system is described.
4745
47462006-05-10 Richard Stallman <rms@gnu.org>
4747
4748 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
4749
47502006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
4751
4752 * variables.texi (File Local Variables): Recommend to quote lambda
4753 expressions in safe-local-variable property.
4754
47552006-05-09 Richard Stallman <rms@gnu.org>
4756
5dcb4c4e
SM
4757 * variables.texi (File Local Variables):
4758 Document safe-local-eval-forms and safe-local-eval-function.
b8d4c8d0
GM
4759
47602006-05-07 Kim F. Storm <storm@cua.dk>
4761
4762 * minibuf.texi (Minibuffer History): Remove keep-dups arg
4763 from add-to-history.
4764
47652006-05-07 Romain Francoise <romain@orebokech.com>
4766
4767 * commands.texi (Event Input Misc):
4768 * compile.texi (Eval During Compile):
4769 * internals.texi (Buffer Internals):
4770 * minibuf.texi (Initial Input):
4771 * nonascii.texi (Scanning Charsets):
4772 * numbers.texi (Comparison of Numbers):
4773 * windows.texi (Textual Scrolling, Vertical Scrolling):
4774 Fix various typos.
4775
47762006-05-06 Eli Zaretskii <eliz@gnu.org>
4777
4778 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
4779 conditional xref's to either emacs or emacs-xtra, depending on
4780 @iftex/@ifnottex.
4781
4782 * minibuf.texi (Minibuffer History): Document add-to-history.
4783
47842006-05-05 Eli Zaretskii <eliz@gnu.org>
4785
4786 * internals.texi (Pure Storage): Mention the pure overflow message
4787 at startup.
4788
c8763fb6 47892006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
4790
4791 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
4792 (Searching Keymaps): Fix pseudo-Lisp description of keymap
4793 search.
4794
47952006-05-01 Richard Stallman <rms@gnu.org>
4796
4797 * intro.texi (nil and t): Clarify.
4798
4799 * variables.texi (File Local Variables): Suggest using booleanp.
4800
48012006-05-01 Juanma Barranquero <lekktu@gmail.com>
4802
4803 * objects.texi (Type Predicates): Fix typos.
4804
48052006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
4806
4807 * intro.texi (nil and t): Add booleanp.
4808
4809 * objects.texi (Type Predicates): Add links for booleanp and
4810 string-or-null-p.
4811
48122006-04-29 Richard Stallman <rms@gnu.org>
4813
4814 * modes.texi (Multiline Font Lock): Rename from
4815 Multi line Font Lock Elements. Much clarification.
4816 (Font Lock Multiline, Region to Fontify): Much clarification.
4817
48182006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
4819
4820 * variables.texi (File Local Variables): Remove the special case t for
4821 safe-local-variable.
4822
48232006-04-26 Richard Stallman <rms@gnu.org>
4824
4825 * syntax.texi (Parsing Expressions): Minor cleanup.
4826
48272006-04-18 Richard Stallman <rms@gnu.org>
4828
4829 * tips.texi (Coding Conventions): Explain when the package's
4830 prefix should appear later on (not at the start of the name).
4831
4832 * searching.texi (String Search): Clarify effect of NOERROR.
4833
4834 * modes.texi (Imenu): Clarify what special items do.
4835
4836 * hooks.texi (Standard Hooks): Delete text about old hook names.
4837
48382006-04-17 Romain Francoise <romain@orebokech.com>
4839
4840 * variables.texi (Local Variables): Update the default value of
4841 `max-specpdl-size'.
4842
48432006-04-15 Michael Olson <mwolson@gnu.org>
4844
4845 * processes.texi (Transaction Queues): Mention the new optional
4846 `delay-question' argument for `tq-enqueue'.
4847
48482006-04-13 Bill Wohler <wohler@newt.com>
4849
4850 * customize.texi (Common Keywords): Use dotted notation for
4851 :package-version value. Specify its values. Improve documentation
4852 for customize-package-emacs-version-alist.
4853
48542006-04-12 Bill Wohler <wohler@newt.com>
4855
4856 * customize.texi (Common Keywords): Move description of
4857 customize-package-emacs-version-alist to @defvar.
4858
48592006-04-10 Bill Wohler <wohler@newt.com>
4860
4861 * customize.texi (Common Keywords): Add :package-version.
4862
48632006-04-10 Kim F. Storm <storm@cua.dk>
4864
4865 * text.texi (Buffer Contents): Add NOPROPS arg to
4866 filter-buffer-substring.
4867
48682006-04-08 Kevin Ryde <user42@zip.com.au>
4869
4870 * os.texi (Command-Line Arguments): Update xref to emacs manual
4871 "Command Arguments" -> "Emacs Invocation", per change there.
4872
48732006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
4874
4875 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
4876 be on one line to help makeinfo not render two spaces after the dot.
4877
48782006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
4879
4880 * strings.texi (Predicates for Strings): Add string-or-null-p.
4881
48822006-03-28 Kim F. Storm <storm@cua.dk>
4883
4884 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
4885 remarks about systems that don't support fractional seconds.
4886
48872006-03-25 Karl Berry <karl@gnu.org>
4888
4889 * elisp.texi: Use @copyright{} instead of (C), and do not indent
4890 the year list.
4891
48922006-03-21 Nick Roberts <nickrob@snap.net.nz>
4893
4894 * display.texi (Fringe Indicators): Fix typos.
4895
48962006-03-19 Luc Teirlinck <teirllm@auburn.edu>
4897
4898 * tips.texi (Documentation Tips): One can now also write `program'
4899 in front of a quoted symbol in a docstring to prevent making a
4900 hyperlink.
4901
49022006-03-19 Alan Mackenzie <acm@muc.de>
4903
4904 * text.texi (Special Properties): Clarify `fontified' property.
4905
49062006-03-16 Richard Stallman <rms@gnu.org>
4907
4908 * display.texi (Defining Images): Minor cleanup.
4909
49102006-03-16 Bill Wohler <wohler@newt.com>
4911
4912 * display.texi (Defining Images): In image-load-path-for-library,
4913 prefer user's images.
4914
49152006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
4916
4917 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
4918
49192006-03-15 Bill Wohler <wohler@newt.com>
4920
4921 * display.texi (Defining Images): Fix example in
4922 image-load-path-for-library by not recommending that one binds
4923 image-load-path. Just defvar it to placate compiler and only use
4924 it if previously defined.
4925
49262006-03-14 Bill Wohler <wohler@newt.com>
4927
4928 * display.texi (Defining Images): In image-load-path-for-library,
4929 always return list of directories. Update example.
4930
49312006-03-14 Alan Mackenzie <acm@muc.de>
4932
4933 * modes.texi: New node, "Region to Fontify" (for Font Lock).
4934 This describes font-lock-extend-region-function.
4935 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
4936 the new node "Region to Fontify".
4937
49382006-03-13 Richard Stallman <rms@gnu.org>
4939
4940 * display.texi (Invisible Text): The impossible position is
4941 now before the invisible text, not after.
4942 (Defining Images): Clean up last change.
4943
49442006-03-11 Bill Wohler <wohler@newt.com>
4945
4946 * display.texi (Defining Images): Add image-load-path-for-library.
4947
49482006-03-11 Luc Teirlinck <teirllm@auburn.edu>
4949
4950 * text.texi (Adaptive Fill): Fix Texinfo usage.
4951
4952 * strings.texi (Creating Strings): Fix Texinfo usage.
4953
4954 * searching.texi (Regexp Special): Use @samp for regular
4955 expressions that are not in Lisp syntax.
4956
49572006-03-08 Luc Teirlinck <teirllm@auburn.edu>
4958
4959 * searching.texi (Regexp Special): Put remark between parentheses
4960 to avoid misreading.
4961
49622006-03-07 Luc Teirlinck <teirllm@auburn.edu>
4963
4964 * searching.texi (Syntax of Regexps): More accurately describe
4965 which characters are special in which situations.
4966 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
4967 are not special. Describe in detail when `[' and `]' are special.
4968 (Regexp Backslash): Plenty of regexps with unbalanced square
4969 brackets are valid, so reword that statement.
4970
49712006-03-02 Kim F. Storm <storm@cua.dk>
4972
4973 * keymaps.texi (Tool Bar): Add tool-bar-border.
4974
49752006-02-28 Luc Teirlinck <teirllm@auburn.edu>
4976
4977 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
4978
49792006-02-27 Luc Teirlinck <teirllm@auburn.edu>
4980
4981 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
4982
4983 * files.texi (Locating Files): Suggest additional values for the
4984 SUFFIXES arg of `locate-file'. Update pxref.
4985
4986 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
4987 (How Programs Do Loading): Discuss the effects of Auto Compression
4988 mode on `load'.
4989 (Load Suffixes): New node.
4990 (Library Search): Delete description of `load-suffixes'; it was
4991 moved to "Load Suffixes".
4992 (Autoload, Named Features): Mention `load-suffixes'.
4993
49942006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4995
4996 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
4997
4998 * windows.texi (Window Tree): Fix typo.
4999
50002006-02-20 Kim F. Storm <storm@cua.dk>
5001
5002 * display.texi (Fringe Indicators): New section.
5003 Move indicate-empty-lines, indicate-buffer-boundaries, and
5004 default-indicate-buffer-boundaries here.
5005 Add fringe-indicator-alist and default-fringes-indicator-alist.
5006 Add list of logical fringe indicator symbols.
5007 Update list of standard bitmap names.
5008 (Fringe Cursors): New section.
5009 Move overflow-newline-into-fringe here.
5010 Add fringe-cursor-alist and default-fringes-cursor-alist.
5011 Add list of fringe cursor symbols.
5012
50132006-02-20 Juanma Barranquero <lekktu@gmail.com>
5014
5015 * commands.texi (Using Interactive): Fix reference to node
5016 "Minibuffers".
5017
50182006-02-19 Richard M. Stallman <rms@gnu.org>
5019
5020 * minibuf.texi (High-Level Completion):
5021 Add xref to read-input-method-name.
5022
5023 * files.texi (Relative File Names): Move file-relative-name here.
5024 (File Name Expansion): From here. Minor clarifications.
5025
5026 * commands.texi (Using Interactive): Add xrefs about reading input.
5027 Clarify remarks about that moving point and mark.
5028 Put string case before list case.
5029
c8763fb6 50302006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
5031
5032 * display.texi (Other Display Specs, Image Descriptors):
5033 Revert erroneous changes. The previous description of
5034 image-descriptors as `(image . PROPS)' was correct.
5035
50362006-02-14 Richard M. Stallman <rms@gnu.org>
5037
5038 * variables.texi (File Local Variables): Clarifications.
5039
50402006-02-14 Juanma Barranquero <lekktu@gmail.com>
5041
5042 * variables.texi (File Local Variables): Use @code for a cons
5043 cell, not @var.
5044
50452006-02-13 Chong Yidong <cyd@stupidchicken.com>
5046
5047 * variables.texi (File Local Variables): Document new file local
5048 variable behavior.
5049
50502006-02-10 Kim F. Storm <storm@cua.dk>
5051
5052 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
5053
50542006-02-08 Juanma Barranquero <lekktu@gmail.com>
5055
5056 * modes.texi (%-Constructs): Remove obsolete info about
5057 `global-mode-string'.
5058
50592006-02-07 Richard M. Stallman <rms@gnu.org>
5060
5061 * commands.texi (Prefix Command Arguments): Minor cleanup.
5062
5063 * display.texi: "Graphical display", not window system.
5064
5065 * functions.texi (What Is a Function): Fix xref.
5066
5067 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
5068 (Changing Key Bindings): Clarify when remapping is better than
5069 substitute-key-definition.
5070
50712006-02-02 Richard M. Stallman <rms@gnu.org>
5072
5073 * minibuf.texi (Basic Completion): Completion alists are risky.
5074
5075 * keymaps.texi (Active Keymaps): Clarifications.
5076 (Searching Keymaps): New node.
5077 (Keymaps): Update menu.
5078
5079 * frames.texi (Layout Parameters): Minor clarification.
5080 (Drag and Drop): New node.
5081 (Frames): Update menu.
5082
50832006-01-29 Chong Yidong <cyd@stupidchicken.com>
5084
5085 * display.texi (Other Display Specs, Image Descriptors):
5086 Image description is a list, not a cons cell.
5087
50882006-01-28 Luc Teirlinck <teirllm@auburn.edu>
5089
5090 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
5091 list is not necessarily a list).
5092
50932006-01-27 Eli Zaretskii <eliz@gnu.org>
5094
5095 * frames.texi (Layout Parameters): border-width and
5096 internal-border-width belong to the frame, not the window.
5097
50982006-01-19 Richard M. Stallman <rms@gnu.org>
5099
5100 * nonascii.texi (Translation of Characters): Search cmds use
5101 translation-table-for-input. Automatically made local.
5102
5103 * markers.texi (Overview of Markers): Count insertion type
5104 as one of a marker's attributes.
5105
5106 * keymaps.texi (Controlling Active Maps): New node, split out of
5107 Active Keymaps.
5108 (Keymaps): Menu updated.
5109 (Active Keymaps): Give pseudocode to explain how the active
5110 maps are searched. current-active-maps and key-binding moved here.
5111 (Functions for Key Lookup): current-active-maps and key-binding moved.
5112 Clarifications.
5113 (Searching the Keymaps): New subnode.
5114
5115 * elisp.texi (Top): Menu clarification.
5116
5117 * display.texi (Other Display Specs): Delete duplicate entry for
5118 just a string as display spec. Move text about recursive display
5119 specs on such a string.
5120
5121 * commands.texi (Key Sequence Input): Clarify.
5122 Move num-nonmacro-input-events out.
5123 (Reading One Event): num-nonmacro-input-events moved here.
5124
51252006-01-14 Nick Roberts <nickrob@snap.net.nz>
5126
5127 * advice.texi (Simple Advice): Update example to fit argument
5128 change in previous-line.
5129
51302006-01-05 Richard M. Stallman <rms@gnu.org>
5131
5132 * markers.texi (The Mark): Fix in `mark'.
5133
51342006-01-04 Richard M. Stallman <rms@gnu.org>
5135
5136 * processes.texi (Misc Network, Make Network): Minor cleanups.
5137
51382006-01-04 Kim F. Storm <storm@cua.dk>
5139
5140 * processes.texi (Make Network): Add IPv6 addresses and handling.
5141 (Network Feature Testing): Mention (:family ipv6).
5142 (Misc Network): Add IPv6 formats to format-network-address.
5143
51442005-12-30 Richard M. Stallman <rms@gnu.org>
5145
5146 * text.texi (Changing Properties):
5147 Don't use return value of set-text-properties.
5148
51492005-12-29 Luc Teirlinck <teirllm@auburn.edu>
5150
5151 * modes.texi (Mode Line Format): Correct typo in menu.
5152
51532005-12-29 Richard M. Stallman <rms@gnu.org>
5154
5155 * modes.texi (Mode Line Top): New node.
5156 (Mode Line Data): Some text moved to new node.
5157 Explain the data structure more concretely.
5158 (Mode Line Basics): Clarifications.
5159 (Mode Line Variables): Clarify intro paragraph.
5160 (%-Constructs): Clarify intro paragraph.
5161 (Mode Line Format): Update menu.
5162
51632005-12-28 Luc Teirlinck <teirllm@auburn.edu>
5164
5165 * minibuf.texi (Basic Completion): Update lazy-completion-table
5166 examples for removal of ARGS argument.
5167
51682005-12-23 Richard M. Stallman <rms@gnu.org>
5169
5170 * text.texi (Undo): Restore some explanation from the version
5171 that was deleted.
5172
51732005-12-23 Eli Zaretskii <eliz@gnu.org>
5174
5175 * text.texi (Undo): Remove duplicate descriptions of `apply
5176 funname' and `apply delta' elements of the undo list.
5177
51782005-12-20 Richard M. Stallman <rms@gnu.org>
5179
5180 * help.texi (Help Functions): Update documentation of `apropos'.
5181
51822005-12-20 Luc Teirlinck <teirllm@auburn.edu>
5183
5184 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
5185 because it is confusing. If the :help-echo keyword is a function,
5186 it is not directly used as the :help-echo overlay property, as the
5187 xref seems to suggest (it does not take the appropriate args).
5188
51892005-12-19 Luc Teirlinck <teirllm@auburn.edu>
5190
5191 * customize.texi (Common Keywords): Fix Texinfo usage.
5192 (Group Definitions, Variable Definitions): Update for new
5193 conventions for using `*' in docstrings.
5194
5195 * tips.texi (Documentation Tips): Update for new conventions for
5196 using `*' in docstrings.
5197
51982005-12-16 Richard M. Stallman <rms@gnu.org>
5199
5200 * minibuf.texi (Minibuffer Contents): Minor cleanup.
5201
52022005-12-16 Juri Linkov <juri@jurta.org>
5203
5204 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
5205
52062005-12-14 Romain Francoise <romain@orebokech.com>
5207
5208 * modes.texi (Customizing Keywords): Rename `append' to `how'.
5209 Fix typo.
5210
52112005-12-11 Juri Linkov <juri@jurta.org>
5212
5213 * minibuf.texi (Completion Commands): Add mention of read-file-name
5214 for filename completion keymaps.
5215 (Reading File Names): Add mention of filename completion keymaps
5216 for read-file-name and xref to `Completion Commands'.
5217
52182005-12-10 Richard M. Stallman <rms@gnu.org>
5219
5220 * customize.texi (Common Keywords): State caveats for use of :tag.
5221
52222005-12-08 Richard M. Stallman <rms@gnu.org>
5223
5224 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
5225 with xrefs and better explanation.
5226 (Completion Commands): Add the filename completion maps.
5227
5228 * objects.texi (Character Type): Clarify that \s is not space
5229 if a dash follows.
5230
52312005-12-05 Richard M. Stallman <rms@gnu.org>
5232
5233 * windows.texi (Resizing Windows): Delete preserve-before args.
5234
52352005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
5236
5237 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
5238 in full keymaps, since the quirk has been fixed.
5239
52402005-12-03 Eli Zaretskii <eliz@gnu.org>
5241
5dcb4c4e
SM
5242 * hooks.texi (Standard Hooks): Add index entries.
5243 Mention `compilation-finish-functions'.
b8d4c8d0
GM
5244
52452005-11-27 Richard M. Stallman <rms@gnu.org>
5246
5247 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
5248
52492005-11-21 Juri Linkov <juri@jurta.org>
5250
5251 * customize.texi (Common Keywords): Update links types
5252 custom-manual and url-link. Add link types emacs-library-link,
5253 file-link, function-link, variable-link, custom-group-link.
5254
52552005-11-20 Chong Yidong <cyd@stupidchicken.com>
5256
5257 * display.texi: Revert 2005-11-20 change.
5258
52592005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
5260
5261 * processes.texi (Bindat Functions):
5262 Say "third" to refer to zero-based index "2".
5263
52642005-11-18 Luc Teirlinck <teirllm@auburn.edu>
5265
5266 * loading.texi (Library Search): Update the default value of
5267 `load-suffixes'.
5268
52692005-11-17 Chong Yidong <cyd@stupidchicken.com>
5270
5271 * display.texi (Attribute Functions): Mention :ignore-defface.
5272
52732005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5274
5275 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
5276 (Minor Mode Conventions): Mention the use of a hook.
5277
52782005-11-06 Richard M. Stallman <rms@gnu.org>
5279
5280 * files.texi (Magic File Names): find-file-name-handler checks the
5281 `operations' property of the handler.
5282
52832005-11-03 Richard M. Stallman <rms@gnu.org>
5284
5285 * variables.texi (Frame-Local Variables): Small clarification.
5286
52872005-10-29 Chong Yidong <cyd@stupidchicken.com>
5288
5289 * os.texi (Init File): Document ~/.emacs.d/init.el.
5290
52912005-10-29 Richard M. Stallman <rms@gnu.org>
5292
5293 * internals.texi (Garbage Collection): Document memory-full.
5294
52952005-10-28 Bill Wohler <wohler@newt.com>
5296
5297 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
5298 for URLs.
5299
53002005-10-28 Richard M. Stallman <rms@gnu.org>
5301
5302 * minibuf.texi (Completion Commands): Clean up prev change.
5303
53042005-10-26 Kevin Ryde <user42@zip.com.au>
5305
5306 * compile.texi (Eval During Compile): Explain recommended uses
5307 of eval-when-compile and eval-and-compile.
5308
53092005-10-27 Masatake YAMATO <jet@gyve.org>
5310
5311 * minibuf.texi (Completion Commands):
5312 Write about new optional argument for `display-completion-list'.
5313
53142005-10-23 Richard M. Stallman <rms@gnu.org>
5315
5316 * display.texi (Overlay Arrow): Clarify about local bindings of
5317 overlay-arrow-position.
5318
53192005-10-22 Eli Zaretskii <eliz@gnu.org>
5320
5321 * internals.texi (Building Emacs): Fix last change.
5322
53232005-10-22 Richard M. Stallman <rms@gnu.org>
5324
5325 * internals.texi (Building Emacs): Document eval-at-startup.
5326
53272005-10-21 Richard M. Stallman <rms@gnu.org>
5328
5329 * loading.texi (Where Defined): load-history contains abs file names.
5330 symbol-file returns abs file names.
5331
53322005-10-19 Kim F. Storm <storm@cua.dk>
5333
5334 * display.texi (Showing Images): Add max-image-size integer value.
5335
53362005-10-18 Chong Yidong <cyd@stupidchicken.com>
5337
5338 * display.texi (Showing Images): Document max-image-size.
5339
53402005-10-17 Richard M. Stallman <rms@gnu.org>
5341
5342 * commands.texi (Quitting): Minor clarification.
5343
5344 * processes.texi (Sentinels): Clarify about output and quitting.
5345 (Filter Functions): Mention with-local-quit.
5346
53472005-10-17 Juri Linkov <juri@jurta.org>
5348
5349 * buffers.texi (Current Buffer):
5350 * commands.texi (Event Input Misc):
5351 * compile.texi (Eval During Compile, Compiler Errors):
5352 * customize.texi (Group Definitions):
5353 * display.texi (Progress, Defining Faces):
5354 * files.texi (Writing to Files):
5355 * modes.texi (Mode Hooks, Defining Minor Modes):
5356 * streams.texi (Output Functions):
5357 * syntax.texi (Syntax Table Functions):
5358 * text.texi (Change Hooks):
5359 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
5360
5361 * commands.texi (Quitting): Replace arg `forms' with `body' in
5362 `with-local-quit'.
5363
5364 * positions.texi (Excursions): Replace arg `forms' with `body' in
5365 `save-excursion'.
5366
53672005-10-08 Kim F. Storm <storm@cua.dk>
5368
5369 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
5370 Rename manual section accordingly.
5371
53722005-10-04 Kim F. Storm <storm@cua.dk>
5373
5374 * windows.texi (Window Split Tree): New section describing
5375 new function window-split-tree function.
5376
53772005-10-03 Nick Roberts <nickrob@snap.net.nz>
5378
5379 * display.texi (Fringe Size/Pos): Simplify and add detail.
5380
53812005-09-30 Romain Francoise <romain@orebokech.com>
5382
5383 * minibuf.texi (High-Level Completion): Explain that the prompt
5384 given to `read-buffer' should end with a colon and a space.
5385 Update usage examples.
5386
53872005-09-29 Juri Linkov <juri@jurta.org>
5388
5389 * display.texi (Displaying Messages): Rename argument name
5390 `string' to `format-string' in functions `message', `message-box',
5391 `message-or-box'.
5392
53932005-09-26 Chong Yidong <cyd@stupidchicken.com>
5394
5395 * errors.texi (Standard Errors): Correct xrefs.
5396
53972005-09-18 Chong Yidong <cyd@stupidchicken.com>
5398
5399 * display.texi (Defining Images): Update documentation for
5400 `image-load-path'.
5401
54022005-09-17 Richard M. Stallman <rms@gnu.org>
5403
5404 * display.texi (Defining Images): Clean up previous change.
5405
54062005-09-16 Romain Francoise <romain@orebokech.com>
5407
5408 * elisp.texi: Specify GFDL version 1.2.
5409
5410 * doclicense.texi (GNU Free Documentation License): Update to
5411 version 1.2.
5412
54132005-09-15 Chong Yidong <cyd@stupidchicken.com>
5414
5415 * display.texi (Defining Images): Document `image-load-path'.
5416
54172005-09-15 Richard M. Stallman <rms@gnu.org>
5418
5419 * objects.texi (Printed Representation): Minor cleanup.
5420 (Box Diagrams): Minor fix.
5421 (Cons Cell Type): Move (...) index item here.
5422 (Box Diagrams): From here.
5423 (Array Type): Minor fix.
5424 (Type Predicates): Delete index "predicates".
5425 (Hash Table Type): Clarify xref.
5426 (Dotted Pair Notation): Minor fix.
5427
54282005-09-10 Chong Yidong <cyd@stupidchicken.com>
5429
5430 * files.texi (Saving Buffers): Fix typo.
5431
54322005-09-08 Richard M. Stallman <rms@gnu.org>
5433
5434 * tips.texi (Programming Tips): Correct the "default" prompt spec.
5435
54362005-09-08 Chong Yidong <cyd@stupidchicken.com>
5437
5438 * locals.texi (Standard Buffer-Local Variables): Don't include
5439 mode variables for minor modes.
5440 Fix xrefs for buffer-display-count, buffer-display-table,
5441 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
5442 enable-multibyte-characters, fill-column, header-line-format,
5443 left-fringe-width, left-margin, and right-fringe-width.
5444
5445 * hooks.texi (Standard Hooks): All hooks should conform to the
5446 standard naming convention now.
5447 Fix xref for `echo-area-clear-hook'.
5448
5449 * display.texi (Usual Display): Note that indicate-empty-lines and
5450 tab-width are buffer-local.
5451
5452 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
5453
5454 * modes.texi (Mode Help): Note that major-mode is buffer-local.
5455
5456 * nonascii.texi (Encoding and I/O): Note that
5457 buffer-file-coding-system is buffer-local.
5458
5459 * positions.texi (List Motion): Note that defun-prompt-regexp is
5460 buffer-local.
5461
5462 * text.texi (Auto Filling): Note that auto-fill-function is
5463 buffer-local.
5464 (Undo): Note that buffer-undo-list is buffer-local.
5465
5dcb4c4e
SM
5466 * windows.texi (Buffers and Windows):
5467 Document buffer-display-count.
b8d4c8d0
GM
5468
54692005-09-06 Richard M. Stallman <rms@gnu.org>
5470
5471 * tips.texi (Coding Conventions): Sometimes it is ok to put the
5472 package prefix elsewhere than at the start of the name.
5473
54742005-09-03 Richard M. Stallman <rms@gnu.org>
5475
5476 * tips.texi (Programming Tips): Add conventions for minibuffer
5477 questions and prompts.
5478
54792005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
5480
5481 * intro.texi (nil and t): Minor cleanup.
5482 Delete spurious mention of keyword symbols.
5483 (Evaluation Notation): Add index entry.
5484 (A Sample Function Description): Minor cleanup.
5485 (A Sample Variable Description): Not all vars can be set.
5486
54872005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
5488
5489 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
5490
5491 (Insertion): Document precise type of `insert-char' arg COUNT.
5492
54932005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
5494
5495 * modes.texi (Other Font Lock Variables): Sync the default of
5496 font-lock-lines-before.
5497
54982005-08-31 Michael Albinus <michael.albinus@gmx.de>
5499
5500 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
5501
55022005-08-29 Richard M. Stallman <rms@gnu.org>
5503
5504 * elisp.texi (Top): Update subnode menu.
5505
5506 * searching.texi (Searching and Matching): Move node.
5507 Rearrange contents and add overall explanation.
5508 (Searching and Case): Move node.
5509 (Searching and Matching): Update menu.
5510
55112005-08-27 Eli Zaretskii <eliz@gnu.org>
5512
5513 * os.texi (Startup Summary): Fix the description of the initial
5514 startup message display.
5515
55162005-08-25 Richard M. Stallman <rms@gnu.org>
5517
5518 * searching.texi (Search and Replace): Add replace-regexp-in-string.
5519
55202005-08-25 Emilio C. Lopes <eclig@gmx.net>
5521
5522 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
5523 `next-overlay-change' example.
5524
55252005-08-22 Juri Linkov <juri@jurta.org>
5526
5527 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
5528 Fix invert-face. Fix args of face-background.
5529
5530 * display.texi (Standard Faces): Delete node.
5531 (Faces): Add xref to `(emacs)Standard Faces'.
5532 (Displaying Faces): Fix xref to `Standard Faces'.
5533
5534 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
5535
55362005-08-20 Alan Mackenzie <acm@muc.de>
5537
5538 * buffers.texi (The Buffer List): Clarify the manipulation of the
5539 buffer list.
5540
55412005-08-14 Richard M. Stallman <rms@gnu.org>
5542
5543 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
5544 a regexp.
5545
55462005-08-11 Richard M. Stallman <rms@gnu.org>
5547
5548 * elisp.texi (Top): Update subnode lists.
5549
5550 * display.texi (Inverse Video): Node deleted.
5551
5552 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
5553 New nodes split out of Coding Conventions.
5554
5555 * searching.texi (Regular Expressions): Document re-builder.
5556
5557 * os.texi (Time Parsing): New node split out of Time Conversion.
5558
5559 * processes.texi (Misc Network, Network Feature Testing)
5560 (Network Options, Make Network): New nodes split out of
5561 Low-Level Network.
5562
55632005-08-09 Richard M. Stallman <rms@gnu.org>
5564
5565 * frames.texi (Geometry): New node, split from Size and Position.
5566 (Frame Parameters): Refer to Geometry.
5567
5568 * buffers.texi (The Buffer List): Fix xrefs.
5569
5570 * windows.texi (Splitting Windows): Fix xref.
5571
5572 * frames.texi (Layout Parameters): Add xref.
5573
5574 * display.texi (Line Height, Scroll Bars): Fix xrefs.
5575
5576 * keymaps.texi (Menu Bar): Fix xref.
5577
5578 * locals.texi (Standard Buffer-Local Variables): Fix xref.
5579
5580 * modes.texi (%-Constructs): Fix xref.
5581
5582 * frames.texi (Window Frame Parameters): Node split up.
5583 (Basic Parameters, Position Parameters, Size Parameters)
5584 (Layout Parameters, Buffer Parameters, Management Parameters)
5585 (Cursor Parameters, Color Parameters): New subnodes.
5586
55872005-08-09 Luc Teirlinck <teirllm@auburn.edu>
5588
5589 * positions.texi (Screen Lines): Update xref for previous change
5590 in minibuf.texi.
5591
5592 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
5593 change in minibuf.texi.
5594
55952005-08-09 Richard M. Stallman <rms@gnu.org>
5596
5597 * tips.texi (Coding Conventions): Minor cleanup.
5598
5599 * modes.texi (Defining Minor Modes): Explain when init-value
5600 can be non-nil.
5601
5602 * elisp.texi (Top): Update submenu for Minibuffer.
5603
5604 * minibuf.texi (Minibuffer Misc): Node split up.
5605 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
5606 (Recursive Mini): New nodes split out from Minibuffer Misc.
5607 (Minibuffer Misc): Document max-mini-window-height.
5608
5609 * hash.texi (Defining Hash): Delete stray paren in example.
5610
5611 * display.texi (Echo Area Customization): Don't define
5612 max-mini-window-height here; xref instead.
5613
5614 * commands.texi (Event Input Misc): Update while-no-input.
5615
5616 * advice.texi (Advising Functions): Explain when to use advice
5617 and when to use a hook.
5618
56192005-07-30 Eli Zaretskii <eliz@gnu.org>
5620
5621 * makefile.w32-in (info): Don't run install-info.
5622 ($(infodir)/dir): New target, produced by running install-info.
5623
56242005-07-27 Luc Teirlinck <teirllm@auburn.edu>
5625
5626 * modes.texi (Defining Minor Modes): The keyword for the initial
5627 value is :init-value, not :initial-value.
5628
56292005-07-23 Eli Zaretskii <eliz@gnu.org>
5630
5631 * loading.texi (Autoload): Make the `doctor' example be consistent
5632 with what's in current loaddefs.el. Describe the "fn" magic in
5633 the usage portion of the doc string.
5634
56352005-07-22 Richard M. Stallman <rms@gnu.org>
5636
5637 * internals.texi (Garbage Collection): Clarify previous change.
5638
56392005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
5640
5641 * internals.texi (Garbage Collection): Add gc-cons-percentage.
5642
56432005-07-18 Juri Linkov <juri@jurta.org>
5644
5645 * commands.texi (Accessing Events):
5646 * frames.texi (Text Terminal Colors, Resources):
5647 * markers.texi (The Mark):
5648 * modes.texi (Defining Minor Modes):
5649 Delete duplicate duplicate words.
5650
56512005-07-16 Richard M. Stallman <rms@gnu.org>
5652
5653 * display.texi (Managing Overlays): Clarify make-overlay
5654 args for insertion types.
5655
56562005-07-13 Luc Teirlinck <teirllm@auburn.edu>
5657
5658 * customize.texi (Variable Definitions):
5659 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
5660 `standard-value' is a list too.
5661 (Defining New Types): Use @key{RET} instead of @key{ret}.
5662
56632005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
5664
5665 * os.texi (Translating Input): Fix typo.
5666
56672005-07-08 Richard M. Stallman <rms@gnu.org>
5668
5669 * README: Update edition number and size estimate.
5670
5671 * elisp.texi (VERSION): Set to 2.9.
5672
56732005-07-07 Richard M. Stallman <rms@gnu.org>
5674
5675 * book-spine.texinfo: Update Emacs version.
5676
5677 * display.texi (Inverse Video): Delete mode-line-inverse-video.
5678
56792005-07-06 Richard M. Stallman <rms@gnu.org>
5680
5681 * searching.texi (Regexp Search): Clarify what re-search-forward
5682 does when the search fails.
5683
56842005-07-05 Lute Kamstra <lute@gnu.org>
5685
5686 * Update FSF's address in GPL notices.
5687
5688 * doclicense.texi (GNU Free Documentation License):
5689 * gpl.texi (GPL):
5690 * tips.texi (Coding Conventions, Library Headers):
5691 * vol1.texi:
5692 * vol2.texi: Update FSF's address.
5693
56942005-07-04 Richard M. Stallman <rms@gnu.org>
5695
5696 * hooks.texi (Standard Hooks): Add occur-hook.
5697
56982005-07-03 Luc Teirlinck <teirllm@auburn.edu>
5699
5700 * display.texi (The Echo Area): Correct menu.
5701
57022005-07-03 Richard M. Stallman <rms@gnu.org>
5703
5704 * elisp.texi (Top): Update subnode menu for Display.
5705
5706 * display.texi (Displaying Messages): New node, with most
5707 of what was in The Echo Area.
5dcb4c4e 5708 (Progress): Move under The Echo Area.
b8d4c8d0
GM
5709 (Logging Messages): New node with new text.
5710 (Echo Area Customization): New node, the rest of what was
5711 in The Echo Area. Document message-truncate-lines with @defvar.
5712 (Display): Update menu.
5713
5714 * windows.texi (Textual Scrolling): Doc 3 values for
5715 scroll-preserve-screen-position.
5716
5717 * text.texi (Special Properties): Change hook functions
5718 should bind inhibit-modification-hooks around altering buffer text.
5719
5720 * keymaps.texi (Key Binding Commands): Call binding BINDING
5721 rather than DEFINITION.
5722
57232005-06-29 Juanma Barranquero <lekktu@gmail.com>
5724
5725 * variables.texi (Defining Variables): `user-variable-p' returns t
5726 for aliases of user options, nil for alias loops.
5727
57282005-06-28 Richard M. Stallman <rms@gnu.org>
5729
5730 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
5731 make-keymap.
5732
57332005-06-27 Luc Teirlinck <teirllm@auburn.edu>
5734
5735 * variables.texi (Setting Variables): Correct and clarify
5736 description of `add-to-ordered-list'.
5737
57382005-06-26 Richard M. Stallman <rms@gnu.org>
5739
5740 * display.texi (Faces): Minor cleanup.
5741
57422005-06-25 Luc Teirlinck <teirllm@auburn.edu>
5743
5744 * display.texi (Faces): `facep' returns t for strings that are
5745 face names.
5746
57472005-06-25 Richard M. Stallman <rms@gnu.org>
5748
5749 * objects.texi (Equality Predicates): Clarify meaning of equal.
5750
5751 * windows.texi (Selecting Windows): save-selected-window
5752 and with-selected-window save and restore the current buffer.
5753
57542005-06-24 Richard M. Stallman <rms@gnu.org>
5755
5756 * numbers.texi (Float Basics): Explain how to test for NaN,
5757 and printing the sign of NaNs.
5758
57592005-06-24 Eli Zaretskii <eliz@gnu.org>
5760
5761 * makefile.w32-in (MAKEINFO): Use --force.
5762
57632005-06-23 Richard M. Stallman <rms@gnu.org>
5764
5765 * display.texi (Face Functions): Correct Texinfo usage.
5766
57672005-06-23 Luc Teirlinck <teirllm@auburn.edu>
5768
5769 * lists.texi (Rings): `ring-elements' now returns the elements of
5770 RING in order.
5771
57722005-06-23 Juanma Barranquero <lekktu@gmail.com>
5773
5774 * markers.texi (The Mark): Texinfo usage fix.
5775
57762005-06-23 Kim F. Storm <storm@cua.dk>
5777
5778 * searching.texi (Entire Match Data): Remove evaporate option for
5779 match-data. Do not mention evaporate option for set-match-data.
5780
57812005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
5782
5783 * display.texi (Face Functions): Mention face aliases.
5784
57852005-06-21 Richard M. Stallman <rms@gnu.org>
5786
5787 * anti.texi (Antinews): Texinfo usage fix.
5788
57892005-06-21 Karl Berry <karl@gnu.org>
5790
5791 * elisp.texi: Use @copying.
5792
5793 * elisp.texi: Put @summarycontents and @contents before the Top
5794 node, instead of the end of the file, so that the contents appear
5795 in the right place in the dvi/pdf output.
5796
57972005-06-21 Juri Linkov <juri@jurta.org>
5798
5799 * display.texi (Defining Faces): Add `customized-face'.
5800
58012005-06-20 Kim F. Storm <storm@cua.dk>
5802
5803 * variables.texi (Setting Variables): Any type of element can be
5804 given order in add-to-ordered-list. Compare elements with eq.
5805
5806 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
5807
58082005-06-20 Karl Berry <karl@gnu.org>
5809
5810 * syntax.texi (Syntax Flags): Make last column very slightly wider
5811 to avoid "generic comment" breaking on two lines and causing an
5812 underfull box.
5813
58142005-06-19 Luc Teirlinck <teirllm@auburn.edu>
5815
5816 * lists.texi (Rings): Various minor clarifications and corrections.
5817
58182005-06-18 Richard M. Stallman <rms@gnu.org>
5819
5820 * functions.texi (Obsolete Functions): Simplify.
5821
5822 * variables.texi (Variable Aliases): Simplify.
5823
5824 * anti.texi, backups.texi, compile.texi, customization.texi:
5825 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
5826 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
5827 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
5828 * variables.texi: Fix formatting ugliness.
5829
5830 * elisp.texi: Add links to Rings and Byte Packing.
5831 Update version and copyright years.
5832
5833 * minibuf.texi: Fix formatting ugliness.
5834 (Completion Commands): Move keymap vars to the end
5835 and vars completing-read binds to the top.
5836
58372005-06-17 Luc Teirlinck <teirllm@auburn.edu>
5838
5839 * processes.texi: Fix typos.
5840 (Bindat Spec): Correct Texinfo error.
5841 (Byte Packing): Fix ungrammatical sentence.
5842
58432005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
5844
5845 * lists.texi (Rings): New node.
5846 (Lists): Add it to menu.
5847
5848 * processes.texi (Byte Packing): New node.
5849 (Processes): Add it to menu.
5850
58512005-06-17 Richard M. Stallman <rms@gnu.org>
5852
5853 * syntax.texi (Parsing Expressions): Fix texinfo usage.
5854
5855 * help.texi (Documentation Basics): Explain the xref to
5856 Documentation Tips.
5857
5858 * debugging.texi (Debugger Commands): Minor fix.
5859
58602005-06-16 Luc Teirlinck <teirllm@auburn.edu>
5861
5862 * edebug.texi (Instrumenting): Eliminate duplicate link.
5863 (Specification List): Replace references to "below", referring to
5864 a later node, with one @ref to that node.
5865
5866 * os.texi (Timers): Timers should save and restore the match data
5867 if they change it.
5868
5869 * debugging.texi (Debugger Commands): Mention that the Lisp
5870 debugger can not step through primitive functions.
5871
58722005-06-16 Juanma Barranquero <lekktu@gmail.com>
5873
5874 * functions.texi (Obsolete Functions): Update argument names of
5875 `make-obsolete' and `define-obsolete-function-alias'.
5876
5877 * variables.texi (Variable Aliases): Update argument names of
5878 `defvaralias', `make-obsolete-variable' and
5879 `define-obsolete-variable-alias'.
5880
58812005-06-15 Kim F. Storm <storm@cua.dk>
5882
5883 * searching.texi (Entire Match Data): Rephrase warnings about
5884 evaporate arg to match-data and set-match-data.
5885
58862005-06-14 Luc Teirlinck <teirllm@auburn.edu>
5887
5888 * elisp.texi (Top): Update detailed menu.
5889
5890 * edebug.texi (Edebug): Update menu.
5891 (Instrumenting): Update xrefs.
5892 (Edebug Execution Modes): Correct xref.
5893 (Jumping): Clarify description of `h' command.
5894 Eliminate redundant @ref.
5895 (Breaks): New node.
5896 (Breakpoints): Is now a subsubsection.
5897 (Global Break Condition): Mention `C-x X X'.
5898 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
5899 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
5900 (Edebug Display Update): Correct pxref.
5901 (Edebug and Macros): New node.
5902 (Instrumenting Macro Calls): Is now a subsubsection.
5903 Neither arg of `def-edebug-spec' is evaluated.
5904 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
5905 (Specification Examples): Fix typo.
5906
59072005-06-14 Lute Kamstra <lute@gnu.org>
5908
5909 * debugging.texi (Function Debugging): Primitives can break on
5910 entry too.
5911
59122005-06-14 Kim F. Storm <storm@cua.dk>
5913
5914 * variables.texi (Setting Variables): Add add-to-ordered-list.
5915
59162005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5917
5918 * syntax.texi (Parsing Expressions): Document aux functions and vars of
5919 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
5920
59212005-06-13 Lute Kamstra <lute@gnu.org>
5922
5923 * text.texi (Special Properties): Fix cross reference.
5924
59252005-06-11 Luc Teirlinck <teirllm@auburn.edu>
5926
5927 * debugging.texi (Function Debugging): Delete mention of empty
5928 string argument to `cancel-debug-on-entry'. Delete inaccurate
5929 description of the return value of that command.
5930
59312005-06-11 Alan Mackenzie <acm@muc.de>
5932
5933 * text.texi (Adaptive Fill): Amplify the description of
5934 fill-context-prefix.
5935
59362005-06-10 Luc Teirlinck <teirllm@auburn.edu>
5937
5938 * syntax.texi (Parsing Expressions): Fix Texinfo error.
5939
59402005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
5941
5942 * syntax.texi (Parsing Expressions): Document syntax-ppss.
5943
59442005-06-10 Luc Teirlinck <teirllm@auburn.edu>
5945
5946 * debugging.texi (Error Debugging): Minor rewording.
5947 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
5948 is optional.
5949
59502005-06-10 Lute Kamstra <lute@gnu.org>
5951
5952 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
5953 (Top): Give it a title. Correct version number. Give the
5954 detailed node listing a more prominent header.
5955 * intro.texi: Don't set VERSION here a second time.
5956 Mention Emacs's version too.
5957 * anti.texi (Antinews): Use EMACSVER to refer to the current
5958 version of Emacs.
5959
59602005-06-09 Kim F. Storm <storm@cua.dk>
5961
5962 * searching.texi (Entire Match Data): Explain new `reseat' argument to
5963 match-data and set-match-data.
5964
59652005-06-08 Richard M. Stallman <rms@gnu.org>
5966
5967 * searching.texi (Entire Match Data): Clarify when match-data
5968 returns markers and when integers.
5969
5970 * display.texi (Defining Faces): Explain that face name should not
5971 end in `-face'.
5972
5973 * modes.texi (Mode Line Data): Minor cleanup.
5974 (Customizing Keywords): Node split out of Search-based Fontification.
5975 Add example of using font-lock-add-keywords from a hook.
5976 Clarify when MODE should be non-nil, and when nil.
5977
59782005-06-06 Richard M. Stallman <rms@gnu.org>
5979
5980 * modes.texi (Mode Line Data): Explain what happens when the car
5981 of a list is a void symbol.
5982 (Search-based Fontification): Explain MODE arg to
5983 font-lock-add-keywords and warn about calls from major modes.
5984
59852005-06-08 Juri Linkov <juri@jurta.org>
5986
5987 * display.texi (Standard Faces): Add `shadow' face.
5988
59892005-05-29 Luc Teirlinck <teirllm@auburn.edu>
5990
5991 * modes.texi (Major Mode Conventions): A derived mode only needs
5992 to put the call to the parent mode inside `delay-mode-hooks'.
5993
59942005-05-29 Richard M. Stallman <rms@gnu.org>
5995
5996 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
5997 new, and what that implies. Clarify.
5998
5999 * files.texi (Locating Files): Clean up the text.
6000
6001 * frames.texi (Window Frame Parameters): Document user-size.
6002 Shorten entry for top by referring to left.
6003
60042005-05-26 Richard M. Stallman <rms@gnu.org>
6005
6006 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
6007 is new, and what the implications are. Other clarifications.
6008
60092005-05-24 Richard M. Stallman <rms@gnu.org>
6010
6011 * frames.texi (Dialog Boxes): Minor fixes.
6012
60132005-05-25 Masatake YAMATO <jet@gyve.org>
6014
6015 * display.texi (Standard Faces): Write about `mode-line-highlight'.
6016
60172005-05-24 Luc Teirlinck <teirllm@auburn.edu>
6018
6019 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
6020 is optional.
6021
60222005-05-24 Nick Roberts <nickrob@snap.net.nz>
6023
10d1d0af 6024 * frames.texi (Dialog Boxes): Describe new optional argument.
b8d4c8d0
GM
6025
60262005-05-23 Lute Kamstra <lute@gnu.org>
6027
6028 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
6029 syntax-begin-function over font-lock-beginning-of-syntax-function.
6030
60312005-05-21 Luc Teirlinck <teirllm@auburn.edu>
6032
6033 * minibuf.texi (Reading File Names): Update description of
6034 `read-directory-name'.
6035
6036 * modes.texi (Derived Modes): Clarify :group keyword.
6037
60382005-05-21 Eli Zaretskii <eliz@gnu.org>
6039
6040 * files.texi (Locating Files): New subsection.
6041 Describe locate-file and executable-find.
6042
60432005-05-21 Kevin Ryde <user42@zip.com.au>
6044
6045 * frames.texi (Initial Parameters): Update cross reference to
6046 "Emacs Invocation".
6047
60482005-05-19 Luc Teirlinck <teirllm@auburn.edu>
6049
6050 * keymaps.texi (Active Keymaps): Add anchor.
6051
6052 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
6053 (Major Mode Conventions): Refer to `Auto Major Mode' in more
6054 appropriate place.
6055 (Derived Modes): Small clarifications.
6056 (Minor Mode Conventions, Keymaps and Minor Modes):
6057 Replace references to nodes with references to anchors.
6058 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
6059 Clarify description of lists whose first element is an integer.
6060 (Mode Line Variables): Add anchor.
6061 (%-Constructs): Clarify description of integer after %.
6062 (Emulating Mode Line): Describe nil value for FACE.
6063
60642005-05-18 Luc Teirlinck <teirllm@auburn.edu>
6065
6066 * modes.texi (Derived Modes): Correct references to non-existing
6067 variable standard-syntax-table.
6068
60692005-05-17 Lute Kamstra <lute@gnu.org>
6070
6071 * modes.texi (Defining Minor Modes): Mention the mode hook.
6072
60732005-05-15 Kim F. Storm <storm@cua.dk>
6074
6075 * processes.texi (Network): Remove open-network-stream-nowait.
6076 (Network Servers): Remove open-network-stream-server.
6077
60782005-05-15 Luc Teirlinck <teirllm@auburn.edu>
6079
6080 * elisp.texi (Top): Update detailed menu.
6081
6082 * variables.texi: Reorder nodes.
6083 (Variables): Update menu.
6084 (File Local Variables): Do not refer to the `-*-' line as
6085 a "local variables list". Add pxref.
6086
60872005-05-14 Luc Teirlinck <teirllm@auburn.edu>
6088
6089 * elisp.texi (Top): Update detailed menu for node changes.
6090
6091 * modes.texi (Modes): Update Menu.
6092 (Hooks): Move to beginning of chapter.
6093 Most minor modes run mode hooks too.
6094 `add-hook' can handle void hooks or hooks whose value is a single
6095 function.
6096 (Major Modes): Update Menu.
6097 (Major Mode Basics): New node, split off from `Major Modes'.
6098 (Major Mode Conventions): Correct xref. Explain how to handle
6099 auto-mode-alist if the major mode command has an autoload cookie.
6100 (Auto Major Mode): Major update. Add magic-mode-alist.
6101 (Derived Modes): Major update.
6102 (Mode Line Format): Update Menu.
6103 (Mode Line Basics): New node, split off from `Mode Line Format'.
6104
6105 * loading.texi (Autoload): Mention `autoload cookie' as synonym
6106 for `magic autoload comment'. Add index entries and anchor.
6107
61082005-05-14 Richard M. Stallman <rms@gnu.org>
6109
6110 * tips.texi (Coding Conventions): Explain how important it is
6111 that just loading certain files not change Emacs behavior.
6112
6113 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
6114
61152005-05-12 Lute Kamstra <lute@gnu.org>
6116
6117 * modes.texi (Generic Modes): Update.
6118 (Major Modes): Refer to node "Generic Modes".
6119
6120 * elisp.texi (Top): Update to the current structure of the manual.
6121 * processes.texi (Processes): Add menu description.
6122 * customize.texi (Customization): Add menu descriptions.
6123
61242005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
6125
6126 * processes.texi (Signals to Processes)
6127 (Low-Level Network): Fix typos.
6128
61292005-05-11 Lute Kamstra <lute@gnu.org>
6130
6131 * elisp.texi (Top): Add some nodes from the chapter "Major and
6132 Minor Modes" to the detailed node listing.
6133
61342005-05-10 Richard M. Stallman <rms@gnu.org>
6135
6136 * keymaps.texi (Extended Menu Items): Menu item filter functions
6137 can be called at any time.
6138
61392005-05-08 Luc Teirlinck <teirllm@auburn.edu>
6140
6141 * variables.texi (File Local Variables): `(hack-local-variables t)'
6142 now also checks whether a mode is specified in the local variables
6143 list.
6144
61452005-05-05 Kevin Ryde <user42@zip.com.au>
6146
6147 * display.texi (The Echo Area): Correct format function cross
6148 reference.
6149
61502005-05-05 Luc Teirlinck <teirllm@auburn.edu>
6151
6152 * variables.texi (Variable Aliases): Change description of
6153 `define-obsolete-variable-alias'.
6154
6155 * functions.texi (Functions): Add "Obsolete Functions" to menu.
6156 (Defining Functions): Add xref.
6157 (Obsolete Functions): New node.
6158 (Function Safety): Standardize capitalization of section title.
6159
6160 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
6161 (Dialog Boxes): Complete description of `x-popup-dialog'.
6162
61632005-05-04 Richard M. Stallman <rms@gnu.org>
6164
6165 * commands.texi (Interactive Codes): Fix Texinfo usage.
6166 Document U more clearly.
6167
61682005-05-01 Luc Teirlinck <teirllm@auburn.edu>
6169
6170 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
6171 function and not a macro.
6172
6173 * frames.texi (Pop-Up Menus): Correct and clarify description of
6174 `x-popup-menu'.
6175 (Dialog Boxes): Clarify description of `x-popup-dialog'.
6176
61772005-05-01 Richard M. Stallman <rms@gnu.org>
6178
6179 * edebug.texi (Checking Whether to Stop): Fix previous change.
6180
61812005-05-01 Luc Teirlinck <teirllm@auburn.edu>
6182
6183 * display.texi: Fix typos and Texinfo usage.
6184
6185 * edebug.texi (Checking Whether to Stop): executing-macro ->
6186 executing-kbd-macro.
6187
61882005-05-01 Richard M. Stallman <rms@gnu.org>
6189
6190 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
6191
61922005-04-30 Richard M. Stallman <rms@gnu.org>
6193
6194 * files.texi (Magic File Names): Document `operations' property.
6195
61962005-04-29 Lute Kamstra <lute@gnu.org>
6197
6198 * modes.texi (Generic Modes): New node.
6199 (Major Modes): Add it to the menu.
6200 (Derived Modes): Add "derived mode" to concept index.
6201
62022005-04-28 Lute Kamstra <lute@gnu.org>
6203
6204 * modes.texi (Defining Minor Modes): Fix previous change.
6205 (Font Lock Mode): Simplify.
6206 (Font Lock Basics): Say that font-lock-defaults is buffer-local
6207 when set and that some parts are optional. Add cross references.
6208 (Search-based Fontification): Say how to specify font-lock-keywords.
6209 Add cross references. Add font-lock-multiline to index.
6210 Move font-lock-keywords-case-fold-search here from node "Other Font
6211 Lock Variables". Document font-lock-add-keywords and
6212 font-lock-remove-keywords.
6213 (Other Font Lock Variables): Move font-lock-keywords-only,
6214 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
6215 and font-lock-syntactic-face-function to node "Syntactic Font
6216 Lock". Move font-lock-keywords-case-fold-search to node
6217 "Search-based Fontification". Document font-lock-inhibit-thing-lock
6218 and font-lock-{,un}fontify-{buffer,region}-function.
6219 (Precalculated Fontification): Remove reference to deleted variable
6220 font-lock-core-only.
6221 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
6222 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
6223 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
6224 and font-lock-syntactic-face-function here from node "Other Font
6225 Lock Variables". Move font-lock-syntactic-keywords to "Setting
6226 Syntax Properties". Add cross references.
6227 (Setting Syntax Properties): New node.
6228 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
6229 * syntax.texi (Syntax Properties): Add cross reference.
6230 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
6231
62322005-04-26 Richard M. Stallman <rms@gnu.org>
6233
6234 * display.texi (Defining Faces):
6235 Document `default' elements of defface spec.
6236
6237 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
6238
6239 * variables.texi (Variable Aliases): Clarify text.
6240
62412005-04-25 Chong Yidong <cyd@stupidchicken.com>
6242
6243 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
6244
62452005-04-25 Luc Teirlinck <teirllm@auburn.edu>
6246
6247 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
6248
62492005-04-24 Eli Zaretskii <eliz@gnu.org>
6250
6251 * syntax.texi (Syntax Table Internals): Elaborate documentation of
6252 syntax-after and syntax-class.
6253
6254 * files.texi (Changing Files): Fix last change's cross-reference.
6255 (Unique File Names): Don't mention "numbers" in the documentation
6256 of make-temp-file and make-temp-name.
6257
62582005-04-23 Richard M. Stallman <rms@gnu.org>
6259
6260 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
6261
62622005-04-22 Nick Roberts <nickrob@snap.net.nz>
6263
6264 * windows.texi (Cyclic Window Ordering): Clarify window-list.
6265
62662005-04-22 Nick Roberts <nickrob@snap.net.nz>
6267
6268 * variables.texi (Variable Aliases): Describe make-obsolete-variable
6269 and define-obsolete-variable-alias.
6270
62712005-04-22 Kim F. Storm <storm@cua.dk>
6272
6273 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
6274 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
6275
62762005-04-21 Lute Kamstra <lute@gnu.org>
6277
6278 * lists.texi (Association Lists): Document rassq-delete-all.
6279
62802005-04-19 Richard M. Stallman <rms@gnu.org>
6281
6282 * modes.texi (Search-based Fontification): Explain that
6283 facespec is an expression to be evaluated.
6284
62852005-04-19 Kevin Ryde <user42@zip.com.au>
6286
6287 * streams.texi (Output Functions): Fix xref.
6288 * strings.texi (String Conversion): Fix xref.
6289
62902005-04-19 Kim F. Storm <storm@cua.dk>
6291
6292 * symbols.texi (Symbol Plists): Add safe-get.
6293 Mention that `get' may signal an error.
6294
62952005-04-18 Nick Roberts <nickrob@snap.net.nz>
6296
6297 * customize.texi (Variable Definitions): Replace tooltip-mode
6298 example with save-place.
6299
63002005-04-17 Richard M. Stallman <rms@gnu.org>
6301
6302 * buffers.texi (Indirect Buffers): Clarify.
6303
6304 * positions.texi (Positions): Clarify converting marker to integer.
6305
6306 * strings.texi (String Basics): Mention string-match; clarify.
6307
63082005-04-08 Lute Kamstra <lute@gnu.org>
6309
6310 * modes.texi (Search-based Fontification): Fix cross references.
6311 Use consistent terminology. Document anchored highlighting.
6312
63132005-04-05 Lute Kamstra <lute@gnu.org>
6314
6315 * modes.texi (Defining Minor Modes): Document :group keyword
6316 argument and its default value.
6317
63182005-04-03 Lute Kamstra <lute@gnu.org>
6319
6320 * hooks.texi (Standard Hooks): Add some hooks. Add cross
6321 references and/or descriptions. Delete major mode hooks; mention
6322 them as a category instead. Rename or delete obsolete hooks.
6323
63242005-04-02 Richard M. Stallman <rms@gnu.org>
6325
6326 * nonascii.texi (Coding System Basics): Another wording cleanup.
6327
63282005-04-01 Richard M. Stallman <rms@gnu.org>
6329
6330 * nonascii.texi (Coding System Basics): Clarify previous change.
6331
63322005-04-01 Kenichi Handa <handa@m17n.org>
6333
10d1d0af 6334 * nonascii.texi (Coding System Basics): Describe about roundtrip
b8d4c8d0
GM
6335 identity of coding systems.
6336
63372005-03-29 Chong Yidong <cyd@stupidchicken.com>
6338
6339 * text.texi (Buffer Contents): Add filter-buffer-substring and
6340 buffer-substring-filters.
6341
63422005-03-26 Chong Yidong <cyd@stupidchicken.com>
6343
6344 * anti.texi (Antinews): Mention `G' interactive code.
6345
6346 * tips.texi (Compilation Tips): Mention benchmark.el.
6347
63482005-03-27 Luc Teirlinck <teirllm@auburn.edu>
6349
6350 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
6351 is now bound to M-o M-o.
6352
6353 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
6354
63552005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
6356
6357 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
6358 in the Emacs Manual).
6359 * Makefile.in (srcs): Remove calendar.texi.
6360 * makefile.w32-in (srcs): Remove calendar.texi.
6361 * display.texi (Display): Change name of next node.
6362 * os.texi (System In): Change name of previous node.
6363 * elisp.texi (Top): Remove Calendar references.
6364 * vol1.texi (Top): Remove Calendar references.
6365 * vol2.texi (Top): Remove Calendar references.
6366
63672005-03-25 Richard M. Stallman <rms@gnu.org>
6368
6369 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
6370 Cleanup previous change.
6371
63722005-03-25 Chong Yidong <cyd@stupidchicken.com>
6373
6374 * display.texi (Face Attributes): Faces earlier in an :inherit
6375 list take precedence.
6376 (Scroll Bars): Fix description of vertical-scroll-bars.
6377 Document frame-current-scroll-bars and window-current-scroll-bars.
6378
6379 * markers.texi (The Mark): Document temporary Transient Mark mode.
6380
6381 * minibuf.texi (Reading File Names):
6382 Document read-file-name-completion-ignore-case.
6383
6384 * positions.texi (Screen Lines): Document nil for width argument
6385 to compute-motion.
6386
63872005-03-23 Kim F. Storm <storm@cua.dk>
6388
6389 * display.texi (Standard Faces): Other faces used in the fringe
6390 implicitly inherits from the fringe face.
6391 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
6392 properties implicitly inherits from fringe face.
6393 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
6394
63952005-03-20 Chong Yidong <cyd@stupidchicken.com>
6396
6397 * display.texi (Invisible Text): State default value of
6398 line-move-ignore-invisible.
6399 (Managing Overlays): Document remove-overlays.
6400 (Standard Faces): Document escape-glyph face.
6401
6402 * minibuf.texi (Reading File Names): Document read-file-name-function.
6403
6404 * modes.texi (Other Font Lock Variables):
6405 Document font-lock-lines-before.
6406
6407 * positions.texi (Skipping Characters): skip-chars-forward allows
6408 character classes.
6409
64102005-03-18 Lute Kamstra <lute@gnu.org>
6411
6412 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
6413
64142005-03-17 Richard M. Stallman <rms@gnu.org>
6415
6416 * text.texi (Undo): Document extensible undo entries.
6417
dd7b651b 6418 * searching.texi (String Search, Regexp Search): Cleanups.
b8d4c8d0
GM
6419
6420 * nonascii.texi (Character Codes): Minor fix.
6421
6422 * display.texi (Display Property): Explain the significance
6423 of having text properties that are eq.
6424 (Other Display Specs): Explain string as display spec.
6425
6426 * commands.texi (Interactive Codes): Document G option.
6427
64282005-03-17 Chong Yidong <cyd@stupidchicken.com>
6429
6430 * text.texi (Filling): Add sentence-end-without-period and
6431 sentence-end-without-space.
6432 (Changing Properties): Minor fix.
6433
6434 * anti.texi: Total rewrite.
6435
64362005-03-15 Lute Kamstra <lute@gnu.org>
6437
6438 * edebug.texi (Instrumenting Macro Calls): Fix typos.
6439
64402005-03-08 Kim F. Storm <storm@cua.dk>
6441
6442 * display.texi (Specified Space): Property :width is support on
6443 non-graphic terminals, :height is not.
6444
64452005-03-07 Richard M. Stallman <rms@gnu.org>
6446
6447 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
6448 Now subnodes of Fringes.
6449 (Overlay Arrow): Document overlay-arrow-variable-list.
6450 (Fringe Size/Pos): New node, broken out of Fringes.
6451 (Display): Explain clearing vs redisplay better.
6452 (Truncation): Clarify use of bitmaps.
6453 (The Echo Area): Clarify the uses of the echo area.
6454 Add max-mini-window-height.
6455 (Progress): Clarify.
6456 (Invisible Text): Explain that main loop moves point out.
6457 (Selective Display): Say "hidden", not "invisible".
6458 (Managing Overlays): Move up. Describe relation to Undo here.
6459 (Overlay Properties): Clarify intro.
6460 (Finding Overlays): Explain return values when nothing found.
6461 (Width): truncate-string-to-width has added arg.
6462 (Displaying Faces): Clarify and update mode line face handling.
6463 (Face Functions): Minor cleanup.
6464 (Conditional Display): Merge into Other Display Specs.
6465 (Pixel Specification, Other Display Specs): Minor cleanups.
6466 (Images, Image Descriptors): Minor cleanups.
6467 (GIF Images): Patents have expired.
6468 (Showing Images): Explain default text for insert-image.
6469 (Manipulating Button Types): Merge into Manipulating Buttons.
6470 (Making Buttons): Explain return values.
6471 (Button Buffer Commands): Add xref.
6472 (Inverse Video): Update mode-line-inverse-video.
6473 (Display Table Format): Clarify.
6474 (Active Display Table): Give defaults for window-display-table.
6475
6476 * calendar.texi (Calendar Customizing): calendar-holiday-marker
6477 and calendar-today-marker are strings, not chars.
6478 (Holiday Customizing): Minor fix.
6479
6480 * internals.texi (Writing Emacs Primitives): Update `or' example.
6481 Update limit on # args of subr.
6482
6483 * edebug.texi (Using Edebug): Arrow is in fringe.
6484 (Instrumenting): Arg to eval-defun works without loading edebug.
6485 (Edebug Execution Modes): Add xref.
6486
6487 * customize.texi (Common Keywords): Clarify :require.
6488 Mention :version here.
6489 (Variable Definitions, Group Definitions): Not here.
6490 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
6491
64922005-03-07 Chong Yidong <cyd@stupidchicken.com>
6493 * nonascii.texi (Text Representations): Clarify position-bytes.
6494 (Character Sets): Add list-charset-chars.
6495 (Scanning Charsets): Add charset-after.
6496 (Encoding and I/O): Minor fix.
6497
64982005-03-06 Richard M. Stallman <rms@gnu.org>
6499
6500 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
6501 (Resizing Windows): Likewise.
6502
6503 * text.texi (Change Hooks): Get rid of "Emacs 21".
6504
6505 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
6506
6507 * streams.texi (Output Variables): Get rid of "Emacs 21".
6508
6509 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
6510
6511 * os.texi (Translating Input): Replace flow-control example
6512 with a less obsolete example that uses `keyboard-translate'.
6513
6514 * objects.texi (Hash Table Type, Circular Objects):
6515 Get rid of "Emacs 21".
6516
6517 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
6518 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
6519
6520 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
6521
6522 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
6523
6524 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
6525 (Menu Bar): Fix when menu-bar-update-hook is called.
6526
6527 * hash.texi (Hash Tables): Get rid of "Emacs 21".
6528
6529 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
6530 and make it read better.
6531
6532 * files.texi (Writing to Files): Get rid of "Emacs 21".
6533 (Unique File Names): Likewise.
6534
6535 * elisp.texi: Update Emacs version to 22.
6536
6537 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
6538 (Overlay Properties, Face Attributes): Likewise.
6539 (Managing Overlays): Fix punctuation.
6540 (Attribute Functions): Clarify set-face-font; get rid of
6541 info about old Emacs versions.
6542 (Auto Faces, Font Lookup, Display Property, Images):
6543 Get rid of "Emacs 21".
6544
6545 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
6546
65472005-03-05 Richard M. Stallman <rms@gnu.org>
6548
6549 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
6550
65512005-03-04 Lute Kamstra <lute@gnu.org>
6552
6553 * debugging.texi (Error Debugging): Document stack-trace-on-error.
6554
65552005-03-03 Lute Kamstra <lute@gnu.org>
6556
6557 * edebug.texi (Instrumenting Macro Calls): Fix typo.
6558
65592005-03-01 Lute Kamstra <lute@gnu.org>
6560
6561 * debugging.texi (Debugger Commands): Update `j'.
6562
65632005-02-28 Lute Kamstra <lute@gnu.org>
6564
6565 * debugging.texi (Debugging): Fix typo.
6566 (Error Debugging): Document eval-expression-debug-on-error.
6567 (Function Debugging): Update example.
6568 (Using Debugger): Mention starred stack frames.
6569 (Debugger Commands): Document `j' and `l'.
6570 (Invoking the Debugger): `d' and `j' exit recursive edit too.
6571 Update the messages that the debugger displays.
6572 (Internals of Debugger): Add cross reference. Update example.
6573 (Excess Open): Minor improvement.
6574 (Excess Close): Minor improvement.
6575
65762005-02-26 Richard M. Stallman <rms@gnu.org>
6577
6578 * tips.texi (Coding Conventions): Clarify.
6579 Put all the major mode key reservations together.
6580 Mention the Mouse-1 => Mouse-2 conventions.
6581
6582 * syntax.texi (Syntax Class Table): Clarify.
6583 (Syntax Table Functions): syntax-after moved from here.
6584 (Syntax Table Internals): syntax-after moved to here.
6585 (Parsing Expressions): Update info on number of values
6586 and what's meaningful in the STATE argument.
6587 (Categories): Fix typo.
6588
6589 * sequences.texi (Arrays): Cleanup.
6590 (Char-Tables): Clarify.
6591
6592 * processes.texi (Deleting Processes): Cleanups, add xref.
6593 (Subprocess Creation): Explain nil in exec-path. Cleanup.
6594 (Process Information): set-process-coding-system, some args optional.
6595 (Input to Processes): Explain various types for PROCESS args.
6596 Rename them from PROCESS-NAME to PROCESS.
6597 (Signals to Processes): Likewise.
6598 (Decoding Output): Cleanup.
6599 (Query Before Exit): Clarify.
6600
6601 * os.texi (Startup Summary): Correct the options; add missing ones.
6602 (Terminal Output, Batch Mode): Clarify.
6603 (Flow Control): Node deleted.
6604
6605 * markers.texi (The Mark): Clarify.
6606
6607 * macros.texi (Expansion): Cleanup.
6608 (Indenting Macros): indent-spec allows ints, not floats.
6609
6610 * keymaps.texi (Keymaps): Clarify.
6611 (Format of Keymaps): Update lisp-mode-map example.
6612 (Active Keymaps, Key Lookup): Clarify.
6613 (Changing Key Bindings): Add xref to `kbd'.
6614 (Key Binding Commands, Simple Menu Items): Clarify.
6615 (Mouse Menus, Menu Bar): Clarify.
6616 (Menu Example): Replace print example with menu-bar-replace-menu.
6617
6618 * help.texi (Documentation Basics): Add function-documentation prop.
6619
6620 * elisp.texi (Top): Don't refer to Flow Control node.
6621
6622 * commands.texi (Command Overview): Improve xrefs.
6623 (Adjusting Point): Adjusting point applies to intangible and invis.
6624 (Key Sequence Input): Doc extra read-key-sequence args.
6625 Likewise for read-key-sequence-vector.
6626
6627 * backups.texi (Rename or Copy): Minor fix.
6628 (Numbered Backups): For version-control, say the default.
6629 (Auto-Saving): make-auto-save-file-name example is simplified.
6630
6631 * advice.texi (Advising Functions): Don't imply one part of Emacs
6632 should advise another part. Markup changes.
6633 (Defining Advice): Move transitional para.
6634 (Activation of Advice): Cleanup.
6635 Explain if COMPILE is nil or negative.
6636
6637 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
6638
66392005-02-24 Lute Kamstra <lute@gnu.org>
6640
6641 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
6642 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
6643
66442005-02-23 Lute Kamstra <lute@gnu.org>
6645
6646 * modes.texi (Defining Minor Modes): define-minor-mode can be used
6647 to define global minor modes as well.
6648
6649 * display.texi (Managing Overlays): overlay-buffer returns nil for
6650 deleted overlays.
6651
66522005-02-22 Kim F. Storm <storm@cua.dk>
6653
6654 * minibuf.texi (Basic Completion): Allow symbols in addition to
6655 strings in try-completion and all-completions.
6656
66572005-02-14 Lute Kamstra <lute@gnu.org>
6658
6659 * elisp.texi (Top): Remove reference to deleted node.
6660
6661 * lists.texi (Lists): Remove reference to deleted node.
6662 (Cons Cells): Fix typo.
6663
6664 * loading.texi (Where Defined): Fix typo.
6665
66662005-02-14 Richard M. Stallman <rms@gnu.org>
6667
6668 * variables.texi (Creating Buffer-Local): change-major-mode-hook
6669 is useful for discarding some minor modes.
6670
6671 * symbols.texi (Symbol Components): Reorder examples.
6672
6673 * streams.texi (Input Functions): State standard-input default.
6674 (Output Variables): State standard-output default.
6675
6676 * objects.texi (Printed Representation): Clarify read syntax vs print.
6677 (Floating Point Type): Explain meaning better.
6678 (Symbol Type): Explain uniqueness better.
6679 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
6680 List examples sooner.
6681 (Box Diagrams): New subnode broken out.
6682 Some examples moved from old Lists as Boxes node.
6683 (Dotted Pair Notation): Clarify intro.
6684 (Array Type): Clarify.
6685 (Type Predicates): Add hash-table-p.
6686
6687 * numbers.texi (Integer Basics): Clarify radix explanation.
6688 (Predicates on Numbers): Minor clarification.
6689 (Comparison of Numbers): Minor clarification. Clarify eql.
6690 Typos in min, max.
6691 (Math Functions): Clarify overflow in expt.
6692
6693 * minibuf.texi (Text from Minibuffer): Minor clarification.
6694 Mention arrow keys.
6695
6696 * loading.texi (Autoload): defun's doc string overrides autoload's
6697 doc string.
6698 (Repeated Loading): Modernize "add to list" examples.
6699 (Where Defined): Finish updating table of load-history elts.
6700
6701 * lists.texi (List-related Predicates): Minor wording improvement.
6702 (Lists as Boxes): Node deleted.
6703 (Building Lists): Explain trivial cases of number-sequence.
6704
6705 * hash.texi (Hash Tables): Add desc to menu items.
10d1d0af 6706 (Creating Hash): Explain "full" means "make larger".
b8d4c8d0
GM
6707 (Hash Access): Any object can be a key.
6708 State value of maphash.
6709
6710 * functions.texi (What Is a Function): Wording cleanup.
6711 (Function Documentation): Minor cleanup.
6712 Explain purpose of calling convention at end of doc string.
6713 (Function Names): Wording cleanup.
6714 (Calling Functions): Wording cleanup.
6715 Explain better how funcall calls the function.
6716 (Function Cells): Delete example of saving and redefining function.
6717
6718 * control.texi (Combining Conditions): Wording cleanup.
6719 (Iteration): dolist and dotimes bind VAR locally.
6720 (Cleanups): Xref to Atomic Changes.
6721
6722 * compile.texi (Byte Compilation): Delete 19.29 info.
6723 (Compilation Functions): Macros' difficulties don't affect defsubst.
6724 (Docs and Compilation): Delete 19.29 info.
6725
67262005-02-10 Richard M. Stallman <rms@gnu.org>
6727
6728 * objects.texi (Symbol Type): Minor correction.
6729
67302005-02-06 Lute Kamstra <lute@gnu.org>
6731
6732 * modes.texi (Example Major Modes): Fix typos.
6733
67342005-02-06 Richard M. Stallman <rms@gnu.org>
6735
6736 * text.texi (Margins): fill-nobreak-predicate can be one function.
6737
6738 * strings.texi (Modifying Strings): clear-string can make unibyte.
6739 (Formatting Strings): format gives error if values missing.
6740
6741 * positions.texi (Character Motion): Mention default arg
6742 for forward-char. backward-char refers to forward-char.
6743 (Word Motion): Mention default arg for forward-word.
6744 (Buffer End Motion): Mention default arg for beginning-of-buffer.
6745 Simplify end-of-buffer.
6746 (Text Lines): Mention default arg for forward-line.
6747 (List Motion): Mention default arg for beginning/end-of-defun.
6748 (Skipping Characters): Minor fixes in explaining character-set.
6749
6750 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
6751 Mode inheritance applies only when default-major-mode is nil.
6752 Clarifications.
6753 (Example Major Modes): Update Text mode and Lisp mode examples.
6754 (Minor Mode Conventions): Mention define-minor-mode at top.
6755 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
6756 (Mode Line Format): Update mode line face display info.
6757 (Properties in Mode): Mention effect of risky vars.
6758 (Imenu): Define imenu-add-to-menubar.
6759 (Font Lock Mode): Add descriptions to menu lines.
6760 (Faces for Font Lock): Add font-lock-doc-face.
6761
67622005-02-05 Lute Kamstra <lute@gnu.org>
6763
6764 * text.texi (Maintaining Undo): Remove obsolete function.
6765
67662005-02-05 Eli Zaretskii <eliz@gnu.org>
6767
6768 * frames.texi (Color Names): Add pointer to the X docs about RGB
c4cc8b9a 6769 color specifications. Improve indexing.
b8d4c8d0
GM
6770 (Text Terminal Colors): Replace the description of RGB values by
6771 an xref to "Color Names".
6772
67732005-02-03 Richard M. Stallman <rms@gnu.org>
6774
6775 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
6776 Clarify.
6777 (Selecting Windows): Clarify save-selected-window.
6778 (Cyclic Window Ordering): Clarify walk-windows.
6779 (Window Point): Clarify.
6780 (Window Start): Add comment to example.
6781 (Resizing Windows): Add `interactive' specs in examples.
6782 Document fit-window-to-buffer.
6783
6784 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
6785 (Undo, Maintaining Undo): Clarify last change.
6786 (Sorting): In sort-numeric-fields, explain about octal and hex.
6787 Mention sort-numeric-base.
6788 (Format Properties): Add xref for hard newlines.
6789
6790 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
6791 (Pop-Up Menus): Fix typo.
6792 (Color Names): Explain all types of color names.
6793 Explain color-values on B&W terminal.
6794 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
6795
6796 * files.texi (File Locks): Not supported on MS systems.
6797 (Testing Accessibility): Clarify.
6798
6799 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
6800 (Coverage Testing): Fix typo.
6801
6802 * commands.texi (Misc Events): Remove stray space.
6803
6804 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
6805 (Modification Time): Clarify when visited-file-modtime returns 0.
6806 (The Buffer List): Clarify bury-buffer.
6807 (Killing Buffers): Clarify.
6808 (Indirect Buffers): Add clone-indirect-buffer.
6809
68102005-02-02 Matt Hodges <MPHodges@member.fsf.org>
6811
6812 * edebug.texi (Printing in Edebug): Fix default value of
6813 edebug-print-circle.
6814 (Coverage Testing): Fix displayed frequency count data.
6815
68162005-02-02 Luc Teirlinck <teirllm@auburn.edu>
6817
6818 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
6819
68202005-02-02 Kim F. Storm <storm@cua.dk>
6821
6822 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
6823
68242005-01-29 Eli Zaretskii <eliz@gnu.org>
6825
6826 * commands.texi (Misc Events): Describe the help-echo event.
6827
6828 * text.texi (Special Properties) <help-echo>: Use `pos'
6829 consistently in description of the help-echo property.
6830 Use @code{nil} instead of @var{nil}.
6831
6832 * display.texi (Overlay Properties): Fix the index entry for
6833 help-echo overlay property.
6834
6835 * customize.texi (Type Keywords): Uncomment the xref to the
6836 help-echo property documentation.
6837
68382005-01-23 Kim F. Storm <storm@cua.dk>
6839
6840 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
6841 return value. Third element FULLY replaced by PARTIAL which
6842 specifies number of invisible pixels if row is only partially visible.
6843 (Textual Scrolling): Mention auto-window-vscroll.
6844 (Vertical Scrolling): New defvar auto-window-vscroll.
6845
68462005-01-16 Luc Teirlinck <teirllm@auburn.edu>
6847
6848 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
6849 command remapping.
6850
68512005-01-15 Richard M. Stallman <rms@gnu.org>
6852
6853 * display.texi (Defining Images): Mention DATA-P arg of create-image.
6854
68552005-01-14 Kim F. Storm <storm@cua.dk>
6856
6857 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
6858
6859 * text.texi (Links and Mouse-1): Fix string and vector item.
6860
68612005-01-13 Richard M. Stallman <rms@gnu.org>
6862
6863 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
6864 descriptions of overriding-local-map and overriding-terminal-local-map.
6865
6866 * text.texi (Links and Mouse-1): Clarify text.
6867
68682005-01-13 Kim F. Storm <storm@cua.dk>
6869
6870 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
6871
68722005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
6873
6874 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
6875
68762005-01-12 Kim F. Storm <storm@cua.dk>
6877
6878 * text.texi (Links and Mouse-1): Rename section from Enabling
6879 Mouse-1 to Following Links. Change xrefs.
6880 Add examples for define-button-type and define-widget.
6881
6882 * display.texi (Button Properties, Button Buffer Commands):
6883 Clarify mouse-1 and follow-link functionality.
6884
68852005-01-12 Richard M. Stallman <rms@gnu.org>
6886
6887 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
6888
6889 * display.texi (Beeping): Fix Texinfo usage.
6890
6891 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
6892
68932005-01-11 Kim F. Storm <storm@cua.dk>
6894
6895 * display.texi (Button Properties, Button Buffer Commands):
6896 Mention mouse-1 binding. Add follow-link keyword.
6897
6898 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
6899 (Enabling Mouse-1 to Follow Links): New subsection.
6900
69012005-01-06 Richard M. Stallman <rms@gnu.org>
6902
6903 * text.texi (Special Properties): Minor change.
6904
6905 * os.texi (Timers): Clarify previous change.
6906
6907 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
6908
69092005-01-01 Luc Teirlinck <teirllm@auburn.edu>
6910
6911 * display.texi (Face Attributes): Correct xref to renamed node.
6912
69132005-01-01 Richard M. Stallman <rms@gnu.org>
6914
6915 * display.texi (Face Attributes): Describe hex color specs.
6916
69172004-12-31 Richard M. Stallman <rms@gnu.org>
6918
6919 * os.texi (Timers): Update previous change.
6920
69212004-12-30 Kim F. Storm <storm@cua.dk>
6922
6923 * display.texi (Line Height): Total line-height is now specified
6924 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
6925 in cons cells. (nil . RATIO) is relative to actual line height.
6926 Use line-height `t' instead of `0' to get minimum height.
6927
69282004-12-29 Richard M. Stallman <rms@gnu.org>
6929
6930 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
6931
69322004-12-28 Richard M. Stallman <rms@gnu.org>
6933
6934 * commands.texi (Quitting): Clarify value of with-local-quit.
6935
6936 * elisp.texi (Top): Fix previous change.
6937
6938 * loading.texi (Loading): Fix previous change.
6939
69402004-12-27 Richard M. Stallman <rms@gnu.org>
6941
6942 * Makefile.in (MAKEINFO): Specify --force.
6943
6944 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
6945
6946 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
6947
6948 * display.texi (Line Height): Further clarify.
6949
6950 * elisp.texi (Top): Update Loading submenu.
6951
6952 * loading.texi (Where Defined): New node.
6953 (Unloading): load-history moved to Where Defined.
6954
69552004-12-21 Richard M. Stallman <rms@gnu.org>
6956
6957 * commands.texi (Event Input Misc): Add while-no-input.
6958
69592004-12-11 Richard M. Stallman <rms@gnu.org>
6960
6961 * display.texi (Line Height): Rewrite text for clarity.
6962
69632004-12-11 Kim F. Storm <storm@cua.dk>
6964
6965 * display.texi (Display): Add node "Line Height" to menu.
6966 (Line Height): New node. Move full description of line-spacing
6967 and line-height text properties here from text.texi.
6968 (Scroll Bars): Add vertical-scroll-bar variable.
6969
6970 * frames.texi (Window Frame Parameters): Remove line-height defvar.
6971
6972 * locals.texi (Standard Buffer-Local Variables): Fix xref for
6973 line-spacing and vertical-scroll-bar.
6974
6975 * text.texi (Special Properties): Just mention line-spacing and
6976 line-height here, add xref to new "Line Height" node.
6977
69782004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
6979
6980 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
6981
6982 * locals.texi (Standard Buffer-Local Variables):
6983 Add @xref for `line-spacing'.
6984
69852004-12-05 Richard M. Stallman <rms@gnu.org>
6986
6987 * Makefile.in (maintainer-clean): Remove the info files
6988 in $(infodir) where they are created.
6989
69902004-12-03 Richard M. Stallman <rms@gnu.org>
6991
6992 * windows.texi (Selecting Windows): get-lru-window and
6993 get-largest-window don't consider dedicated windows.
6994
6995 * text.texi (Undo): Document undo-in-progress.
6996
69972004-11-26 Richard M. Stallman <rms@gnu.org>
6998
6999 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
7000 Remove a few vars that are not always buffer-local.
7001
70022004-11-24 Luc Teirlinck <teirllm@auburn.edu>
7003
7004 * locals.texi (Standard Buffer-Local Variables): Comment out
7005 xref's to non-existent node `Yet to be written'.
7006
70072004-11-24 Richard M. Stallman <rms@gnu.org>
7008
7009 * processes.texi (Synchronous Processes): Grammar fix.
7010
7011 * numbers.texi (Comparison of Numbers): Add eql.
7012
7013 * locals.texi (Standard Buffer-Local Variables): Add many vars.
7014
7015 * intro.texi (Printing Notation): Fix previous change.
7016
7017 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
7018 and default-indicate-buffer-boundaries from here.
7019 (Usual Display): To here.
7020 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
7021 (Usual Display): Move tab-width up.
7022
5dcb4c4e
SM
7023 * customize.texi (Variable Definitions):
7024 Replace show-paren-mode example with tooltip-mode.
b8d4c8d0
GM
7025 (Simple Types, Composite Types, Defining New Types):
7026 Minor cleanups.
7027
70282004-11-21 Jesper Harder <harder@ifa.au.dk>
7029
7030 * processes.texi (Synchronous Processes, Output from Processes):
7031 Markup fix.
7032
70332004-11-20 Richard M. Stallman <rms@gnu.org>
7034
7035 * positions.texi (Skipping Characters): skip-chars-forward
7036 now handles char classes.
7037
7038 * intro.texi (Printing Notation): Avoid confusion of `print'
7039 when explaining @print.
7040
7041 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
7042
7043 * display.texi (Display Table Format): Minor fix.
7044
7045 * streams.texi (Output Functions): Fix print example.
7046
7047 * Makefile.in (elisp): New target.
7048 (dist): Depend on $(infodir)/elisp, not elisp.
7049 Copy the info files from $(infodir).
7050
7051 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
7052 read-from-minibuffer.
7053
7054 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
7055
70562004-11-19 Richard M. Stallman <rms@gnu.org>
7057
7058 * searching.texi (Regexp Search): Add search-whitespace-regexp.
7059
70602004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
7061
7062 * tips.texi (Coding Conventions): Fix typo.
7063
70642004-11-16 Richard M. Stallman <rms@gnu.org>
7065
7066 * tips.texi (Coding Conventions): Separate defvar and require
7067 methods to avoid warnings. Use require only when there are many
7068 functions and variables from that package.
7069
7070 * minibuf.texi (Minibuffer Completion): When ignoring case,
7071 predicate must not be case-sensitive.
7072
7073 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
7074 (Test Coverage): Don't talk about "splotches". Clarified.
7075
70762004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
7077
7078 * frames.texi (Window Frame Parameters): Fix typo.
7079
70802004-11-15 Kim F. Storm <storm@cua.dk>
7081
7082 * symbols.texi (Other Plists): Note that plist-get may signal error.
7083 Add safe-plist-get.
7084
70852004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
7086
7087 * modes.texi (Font Lock Basics): Fix typo.
7088
70892004-11-08 Richard M. Stallman <rms@gnu.org>
7090
7091 * syntax.texi (Syntax Table Functions): Add syntax-after.
7092
70932004-11-06 Lars Brinkhoff <lars@nocrew.org>
7094
7095 * os.texi (Processor Run Time): New section documenting
7096 get-internal-run-time.
7097
70982004-11-06 Eli Zaretskii <eliz@gnu.org>
7099
7100 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
7101 it nukes elisp-cover.texi.
7102 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
7103 elisp-0 etc.
7104
71052004-11-05 Luc Teirlinck <teirllm@auburn.edu>
7106
7107 * commands.texi (Keyboard Macros): Document `append' return value
7108 of `defining-kbd-macro'.
7109
71102004-11-01 Richard M. Stallman <rms@gnu.org>
7111
7112 * commands.texi (Interactive Call): Add called-interactively-p.
7113
71142004-10-29 Simon Josefsson <jas@extundo.com>
7115
7116 * minibuf.texi (Reading a Password): Revert.
7117
71182004-10-28 Richard M. Stallman <rms@gnu.org>
7119
7120 * frames.texi (Display Feature Testing): Explain about "vendor".
7121
71222004-10-27 Richard M. Stallman <rms@gnu.org>
7123
7124 * commands.texi (Interactive Codes): `N' uses numeric prefix,
7125 not raw. Clarify `n'.
7126 (Interactive Call): Rewrite interactive-p, focusing on when
7127 and how to use it.
7128 (Misc Events): Clarify previous change.
7129
7130 * advice.texi (Simple Advice): Clarify what job the example does.
7131 (Around-Advice): Clarify ad-do-it.
7132 (Activation of Advice): An option of ad-default-compilation-action
7133 is `never', not `nil'.
7134
71352004-10-26 Kim F. Storm <storm@cua.dk>
7136
7137 * commands.texi (Interactive Codes): Add U code letter.
7138
71392004-10-25 Simon Josefsson <jas@extundo.com>
7140
7141 * minibuf.texi (Reading a Password): Add.
7142
71432004-10-24 Jason Rumney <jasonr@gnu.org>
7144
7145 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
7146 and wheel-down.
7147
71482004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
7149
7150 * processes.texi (Synchronous Processes): Document process-file.
7151
71522004-10-22 Kenichi Handa <handa@m17n.org>
7153
7154 * text.texi (translate-region): Document that it accepts also a
7155 char-table.
7156
71572004-10-22 David Ponce <david@dponce.com>
7158
7159 * windows.texi (Resizing Windows): Document the `preserve-before'
7160 argument of the functions `enlarge-window' and `shrink-window'.
7161
71622004-10-19 Jason Rumney <jasonr@gnu.org>
7163
7164 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
7165
71662004-10-09 Luc Teirlinck <teirllm@auburn.edu>
7167
7168 * text.texi (Filling): Add anchor for definition of
7169 `sentence-end-double-space'.
7170
7171 * searching.texi (Regexp Example): Update description of how
7172 Emacs currently recognizes the end of a sentence.
7173 (Standard Regexps): Update definition of the variable
7174 `sentence-end'. Add definition of the function `sentence-end'.
7175
71762004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
7177
7178 * display.texi (Progress): New node.
7179
71802004-10-05 Kim F. Storm <storm@cua.dk>
7181
7182 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
7183
71842004-09-29 Kim F. Storm <storm@cua.dk>
7185
7186 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
7187 to identify bitmaps. Remove -fringe-bitmap suffix for standard
7188 fringe bitmap symbols, as they now have their own namespace.
7189 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
7190 vs. pixels. Signal error if no free bitmap slots.
7191 (Pixel Specification): Change IMAGE to @var{image}.
7192
71932004-09-28 Richard M. Stallman <rms@gnu.org>
7194
7195 * text.texi (Special Properties): Clarify line-spacing and line-height.
7196
7197 * searching.texi (Regexp Search): Add looking-back.
7198
71992004-09-25 Luc Teirlinck <teirllm@auburn.edu>
7200
7201 * display.texi: Correct typos.
7202 (Image Descriptors): Correct xref's.
7203
72042004-09-25 Richard M. Stallman <rms@gnu.org>
7205
7206 * text.texi (Special Properties): Cleanups in `cursor'.
7207 Rewrites in `line-height' and `line-spacing'; exchange them.
7208
7209 * display.texi (Fringes): Rewrite previous change.
7210 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
7211 (Display Fringe Bitmaps): Node deleted, text moved.
7212 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
7213 (Scroll Bars): Clarify set-window-scroll-bars.
7214 (Pointer Shape): Rewrite.
7215 (Specified Space): Clarify :align-to, etc.
7216 (Pixel Specification): Use @var. Clarify new text.
7217 (Other Display Specs): Clarify `slice'.
7218 (Image Descriptors): Cleanups.
7219 (Showing Images): Cleanups.
7220
72212004-09-24 Luc Teirlinck <teirllm@auburn.edu>
7222
7223 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
7224
7225 * modes.texi: Various minor changes in addition to:
7226 (Major Mode Conventions): Final call to `run-mode-hooks' should
7227 not be inside the `delay-mode-hooks' form.
7228 (Mode Hooks): New node.
7229 (Hooks): Delete obsolete example.
7230 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
7231 node "Mode Hooks".
7232
72332004-09-22 Luc Teirlinck <teirllm@auburn.edu>
7234
7235 * display.texi: Correct various typos.
7236 (Display): Rename node "Pointer Shapes" to "Pointer
7237 Shape". (There is already a node called "Pointer Shapes" in
7238 frames.texi.)
7239 (Images): Remove non-existent node "Image Slices" from menu.
7240
72412004-09-23 Kim F. Storm <storm@cua.dk>
7242
7243 * text.texi (Special Properties): Add `cursor', `pointer',
7244 `line-height', and `line-spacing' properties.
7245
7246 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
7247 Shapes' to menu.
7248 (Standard Faces): Doc fix for fringe face.
7249 (Fringes): Add `overflow-newline-into-fringe' and
7250 'indicate-buffer-boundaries'.
7251 (Fringe Bitmaps, Pointer Shapes): New nodes.
7252 (Display Property): Add 'Pixel Specification' and 'Display Fringe
7253 Bitmaps' to menu.
7254 (Specified Space): Describe pixel width and height.
7255 (Pixel Specification): New node.
7256 (Other Display Specs): Add `slice' property.
7257 (Display Fringe Bitmaps): New node.
7258 (Images): Add 'Image Slices' to menu.
7259 (Image Descriptors): Add `:pointer' and `:map' properties.
5dcb4c4e
SM
7260 (Showing Images): Add slice arg to `insert-image'.
7261 Add 'insert-sliced-image'.
b8d4c8d0
GM
7262
72632004-09-20 Richard M. Stallman <rms@gnu.org>
7264
7265 * commands.texi (Key Sequence Input):
7266 Clarify downcasing in read-key-sequence.
7267
72682004-09-08 Juri Linkov <juri@jurta.org>
7269
7270 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
7271
72722004-09-07 Luc Teirlinck <teirllm@auburn.edu>
7273
5dcb4c4e
SM
7274 * locals.texi (Standard Buffer-Local Variables):
7275 Add `buffer-auto-save-file-format'.
b8d4c8d0
GM
7276 * internals.texi (Buffer Internals): Describe new
7277 auto_save_file_format field of the buffer structure.
7278 * files.texi (Format Conversion): `auto-save-file-format' has been
7279 renamed `buffer-auto-save-file-format'.
7280
72812004-08-27 Luc Teirlinck <teirllm@auburn.edu>
7282
7283 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
7284 an integer or a marker.
7285 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
7286
72872004-08-22 Richard M. Stallman <rms@gnu.org>
7288
7289 * modes.texi (Major Mode Conventions): Discuss rebinding of
7290 standard key bindings.
7291
72922004-08-18 Kim F. Storm <storm@cua.dk>
7293
7294 * processes.texi (Accepting Output): Add `just-this-one' arg to
7295 `accept-process-output'.
7296 (Output from Processes): New var `process-adaptive-read-buffering'.
7297
72982004-08-10 Luc Teirlinck <teirllm@auburn.edu>
7299
7300 * keymaps.texi: Various changes in addition to:
7301 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
7302 Give more varied examples for `kbd'.
7303 (Creating Keymaps): Char tables have slots for all characters
7304 without modifiers.
7305 (Active Keymaps): `overriding-local-map' and
7306 `overriding-terminal-local-map' also override text property and
7307 overlay keymaps.
7308 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
7309 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
7310 to denote a prefix of no events.
7311 `map-keymap' includes parent's bindings _recursively_.
7312 Clarify and correct description of `where-is-internal'.
7313 Mention BUFFER-OR-NAME arg to `describe-bindings'.
7314 (Menu Example): For menus intended for use with the keyboard, the
7315 menu items should be bound to characters or real function keys.
7316
73172004-08-08 Luc Teirlinck <teirllm@auburn.edu>
7318
7319 * objects.texi (Character Type): Reposition `@anchor' to prevent
7320 double space inside sentence in Info.
7321
7322 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
7323 renamed to `disabled-command-function'.
7324 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
7325 (Command Loop Info): Replace reference to it.
7326 (Disabling Commands): `disabled-command-hook' has been renamed to
7327 `disabled-command-function'.
7328
73292004-08-07 Luc Teirlinck <teirllm@auburn.edu>
7330
7331 * os.texi (Translating Input): Only non-prefix bindings in
7332 `key-translation-map' override actual key bindings. Warn about
7333 possible indirect effect of actual key bindings on non-prefix
7334 bindings in `key-translation-map'.
7335
73362004-08-06 Luc Teirlinck <teirllm@auburn.edu>
7337
7338 * minibuf.texi (High-Level Completion): Add anchor for definition
7339 of `read-variable'.
7340
7341 * commands.texi: Various changes in addition to:
7342 (Using Interactive): Clarify description of `interactive-form'.
7343 (Interactive Call): Mention default for KEYS argument to
7344 `call-interactively'.
7345 (Command Loop Info): Clarify description of `this-command-keys'.
7346 Mention KEEP-RECORD argument to `clear-this-command-keys'.
7347 Value of `last-event-frame' can be `macro'.
7348 (Repeat Events): `double-click-fuzz' is also used to distinguish
7349 clicks and drags.
7350 (Classifying Events): Clarify descriptions of `event-modifiers'
7351 `event-basic-type' and `event-convert-list'.
7352 (Accessing Events): `posn-timestamp' takes POSITION argument.
7353 (Quoted Character Input): Clarify description of
7354 `read-quoted-char' and fix example.
7355 (Quitting): Add `with-local-quit'.
7356 (Disabling Commands): Correct and clarify descriptions of
7357 `enable-command' and `disable-command'.
7358 Mention what happens if `disabled-command-hook' is nil.
7359 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
7360 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
7361
73622004-07-24 Luc Teirlinck <teirllm@auburn.edu>
7363
7364 * frames.texi: Various changes in addition to:
7365 (Creating Frames): Expand and clarify description of `make-frame'.
7366 (Window Frame Parameters): Either none or both of the `icon-left'
7367 and `icon-top' parameters must be specified. Put descriptions of
7368 `menu-bar-lines' and `toolbar-lines' closer together and change
7369 them accordingly.
7370 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
7371 except while processing `frame-title-format' or `icon-title-format'.
7372 (Deleting Frames): Correct description of `delete-frame'.
7373 Non-nil return values of `frame-live-p' are like those of `framep'.
7374 (Frames and Windows): Mention return value of
7375 `set-frame-selected-window'.
7376 (Visibility of Frames): Mention `force' argument to
7377 `make-frame-invisible'. `frame-visible-p' returns t for all
7378 frames on text-only terminals.
7379 (Frame Configurations): Restoring a frame configuration does not
7380 restore deleted frames.
7381 (Window System Selections): `x-set-selection' returns DATA.
7382 (Resources): Add example.
7383 (Display Feature Testing): Clarify descriptions of
7384 `display-pixel-height', `display-pixel-width', `x-server-version'
7385 and `x-server-vendor'.
7386
7387 * windows.texi (Choosing Window): Add anchor.
7388 * minibuf.texi (Minibuffer Misc): Add anchor.
7389
73902004-07-23 John Paul Wallington <jpw@gnu.org>
7391
7392 * macros.texi (Defining Macros): Declaration keyword for setting
7393 Edebug spec is `debug' not `edebug'.
7394
73952004-07-19 Luc Teirlinck <teirllm@auburn.edu>
7396
7397 * windows.texi: Various small changes in addition to:
7398 (Window Point): Mention return value of `set-window-point'.
7399 (Window Start): `pos-visible-in-window-p' disregards horizontal
7400 scrolling. Explain return value if PARTIALLY is non-nil.
7401 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
7402 and `set-window-vscroll'.
7403 (Size of Window): The argument WINDOW to `window-inside-edges',
7404 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
7405 (Resizing Windows): Explain return value of
7406 `shrink-window-if-larger-than-buffer'.
7407 `window-size-fixed' automatically becomes buffer local when set.
7408 (Window Configurations): Explain return value of
7409 `set-window-configuration'.
7410
7411 * minibuf.texi (Minibuffer Misc): Add anchor for
7412 `minibuffer-scroll-window'.
7413
7414 * positions.texi (Text Lines): Add anchor for `count-lines'.
7415
74162004-07-17 Richard M. Stallman <rms@gnu.org>
7417
7418 * display.texi (Overlay Properties): Adding `evaporate' prop
7419 deletes empty overlay immediately.
7420
7421 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
7422 fix example.
7423
74242004-07-16 Jim Blandy <jimb@redhat.com>
7425
7426 * searching.texi (Regexp Backslash): Document new \_< and \_>
7427 operators.
7428
74292004-07-16 Juanma Barranquero <lektu@terra.es>
7430
7431 * display.texi (Images): Fix Texinfo usage.
7432
74332004-07-14 Luc Teirlinck <teirllm@auburn.edu>
7434
7435 * buffers.texi (Modification Time): `visited-file-modtime' now
7436 returns a list of two integers, instead of a cons.
7437
74382004-07-13 Luc Teirlinck <teirllm@auburn.edu>
7439
7440 * windows.texi: Various changes in addition to:
7441 (Splitting Windows): Add `split-window-keep-point'.
7442
74432004-07-09 Richard M. Stallman <rms@gnu.org>
7444
7445 * frames.texi (Input Focus): Minor fix.
7446
74472004-07-07 Luc Teirlinck <teirllm@auburn.edu>
7448
7449 * frames.texi (Input Focus): Clarify descriptions of
7450 `select-frame-set-input-focus' and `select-frame'.
7451
74522004-07-06 Luc Teirlinck <teirllm@auburn.edu>
7453
7454 * os.texi: Various small changes in addition to:
7455 (Killing Emacs): Expand and clarify description of
7456 `kill-emacs-query-functions' and `kill-emacs-hook'.
7457 (System Environment): Expand and clarify description of `getenv'
7458 and `setenv'.
7459 (Timers): Clarify description of `run-at-time'.
7460 (Translating Input): Correct description of
7461 `extra-keyboard-modifiers'.
7462 (Flow Control): Correct description of `enable-flow-control'.
7463
74642004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
7465
7466 * os.texi: Update copyright.
7467 (Session Management): Grammar fix.
7468 Clarify which Emacs does the restarting.
7469 Use @samp for *scratch* buffer.
7470
74712004-07-04 Alan Mackenzie <acm@muc.de>
7472
7473 * frames.texi (Input Focus): Add documentation for
7474 `select-frame-set-input-focus'. Replace refs to non-existent
7475 `switch-frame' with `select-frame'. Minor corrections and tidying
7476 up of text-only terminal stuff.
7477
74782004-07-02 Richard M. Stallman <rms@gnu.org>
7479
7480 * files.texi (Saving Buffers): Cleanup write-contents-function.
7481 (Magic File Names): Cleanup file-remote-p.
7482
b344d29d 74832004-07-02 Kai Großjohann <kai@emptydomain.de>
b8d4c8d0
GM
7484
7485 * files.texi (Magic File Names): `file-remote-p' returns an
7486 identifier of the remote system, not just t.
7487
74882004-07-02 David Kastrup <dak@gnu.org>
7489
7490 * searching.texi (Entire Match Data): Add explanation about new
7491 match-data behavior when @var{integers} is non-nil.
7492
74932004-06-24 Richard M. Stallman <rms@gnu.org>
7494
7495 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
7496
7497 * customize.texi (Variable Definitions): Note about doc strings
7498 and :set.
7499
7500 * keymaps.texi (Keymap Terminology): Document `kbd'.
7501 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
7502
7503 * display.texi (Invisible Text): Setting buffer-invisibility-spec
7504 makes it buffer-local.
7505
7506 * files.texi (Saving Buffers): Correct previous change.
7507
7508 * commands.texi (Accessing Events):
7509 Clarify posn-col-row and posn-actual-col-row.
7510
75112004-06-24 David Ponce <david.ponce@wanadoo.fr>
7512
7513 * commands.texi (Accessing Events): New functions
7514 posn-at-point and posn-at-x-y. Add example to posn-x-y.
7515
75162004-06-23 Luc Teirlinck <teirllm@auburn.edu>
7517
7518 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
7519 * frames.texi, buffers.texi, backups.texi, variables.texi:
7520 * loading.texi, eval.texi, functions.texi, control.texi:
7521 * symbols.texi, minibuf.texi: Reposition @anchor's.
7522
7523 * help.texi: Various small changes in addition to the following.
7524 (Describing Characters): Describe PREFIX argument to
7525 `key-description'. Correct and clarify definition of
7526 `text-char-description'. Describe NEED-VECTOR argument to
7527 `read-kbd-macro'.
7528 (Help Functions): Clarify definition of `apropos'.
7529
75302004-06-23 Lars Hansen <larsh@math.ku.dk>
7531
7532 * files.texi (Saving Buffers): Correct description of
7533 `write-contents-functions'.
7534
75352004-06-21 Juanma Barranquero <lektu@terra.es>
7536
7537 * display.texi (Images): Remove redundant @vindex directives.
7538 Rewrite `image-library-alist' doc in active voice.
7539
75402004-06-14 Juanma Barranquero <lektu@terra.es>
7541
7542 * display.texi (Images): Document new delayed library loading,
7543 variable `image-library-alist' and (existing but undocumented)
7544 function `image-type-available-p'.
7545
75462004-06-05 Richard M. Stallman <rms@gnu.org>
7547
7548 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
7549 refer the user to the Initial Input node.
7550 (Text from Minibuffer): Likewise.
7551 (Initial Input): New node. Document this feature
7552 and say it is mostly deprecated.
7553
75542004-05-30 Richard M. Stallman <rms@gnu.org>
7555
7556 * loading.texi (Named Features): Clarify return value
7557 and meaning of NOERROR.
7558
7559 * variables.texi (File Local Variables): Minor cleanup.
7560
75612004-05-30 Michael Albinus <michael.albinus@gmx.de>
7562
7563 * files.texi (Magic File Names): Add `file-remote-p' as operation
7564 of file name handlers.
7565
75662004-05-29 Richard M. Stallman <rms@gnu.org>
7567
7568 * modes.texi (Minor Mode Conventions): (-) has no special meaning
7569 as arg to a minor mode command.
7570
75712004-05-22 Richard M. Stallman <rms@gnu.org>
7572
7573 * syntax.texi (Syntax Class Table): Word syntax not just for English.
7574
7575 * streams.texi (Output Variables): Doc float-output-format.
7576
7577 * searching.texi (Regexp Special): Nested repetition can be infloop.
7578
7579 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
7580 real stack overflow.
7581
7582 * compile.texi: Minor cleanups.
7583
75842004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
7585
7586 * lists.texi (Cons Cells): Explain dotted lists, true lists,
7587 circular lists.
7588 (List Elements): Explain handling of circular and dotted lists.
7589
75902004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
7591
7592 * modes.texi (Search-based Fontification): Fix typo.
7593
75942004-05-10 Juanma Barranquero <lektu@terra.es>
7595
7596 * modes.texi (Mode Line Variables): Fix description of
7597 global-mode-string, which is now after which-func-mode, not the
7598 buffer name.
7599
76002004-05-07 Lars Hansen <larsh@math.ku.dk>
7601
7602 * modes.texi (Desktop Save Mode): Add.
7603 (Modes): Add menu entry Desktop Save Mode.
7604
7605 * hooks.texi: Add desktop-after-read-hook,
7606 desktop-no-desktop-file-hook and desktop-save-hook.
7607
7608 * locals.texi: Add desktop-save-buffer.
7609
76102004-04-30 Jesper Harder <harder@ifa.au.dk>
7611
7612 * display.texi: emacs -> Emacs.
7613
76142004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
7615
7616 * files.texi (Changing Files): Document set-file-times.
7617
76182004-04-23 Juanma Barranquero <lektu@terra.es>
7619
7620 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
7621
76222004-04-18 Jesper Harder <harder@ifa.au.dk>
7623
7624 * tips.texi (Coding Conventions): defopt -> defcustom.
7625
76262004-04-16 Luc Teirlinck <teirllm@auburn.edu>
7627
7628 * sequences.texi: Various clarifications.
7629
76302004-04-14 Luc Teirlinck <teirllm@auburn.edu>
7631
7632 * buffers.texi (Read Only Buffers): Mention optional ARG to
7633 `toggle-read-only'.
7634
76352004-04-14 Nick Roberts <nick@nick.uklinux.net>
7636
7637 * windows.texi (Selecting Windows): Note that get-lru-window
7638 returns a full-width window if possible.
7639
76402004-04-13 Luc Teirlinck <teirllm@auburn.edu>
7641
7642 * buffers.texi: Various changes in addition to:
7643 (Buffer File Name): Add `find-buffer-visiting'.
7644 (Buffer Modification): Mention optional ARG to `not-modified'.
7645 (Indirect Buffers): Mention optional CLONE argument to
7646 `make-indirect-buffer'.
7647
7648 * files.texi: Various changes in addition to:
7649 (Visiting Functions): `find-file-hook' is now a normal hook.
7650 (File Name Expansion): Explain difference between the way that
7651 `expand-file-name' and `file-truename' treat `..'.
7652 (Contents of Directories): Mention optional ID-FORMAT argument to
7653 `directory-files-and-attributes'.
7654 (Format Conversion): Mention new optional CONFIRM argument to
7655 `format-write-file'.
7656
76572004-04-12 Miles Bader <miles@gnu.org>
7658
7659 * macros.texi (Expansion): Add description of `macroexpand-all'.
7660
76612004-04-05 Jesper Harder <harder@ifa.au.dk>
7662
5dcb4c4e
SM
7663 * variables.texi (Variable Aliases):
7664 Mention cyclic-variable-indirection.
b8d4c8d0
GM
7665
7666 * errors.texi (Standard Errors): Ditto.
7667
76682004-04-04 Luc Teirlinck <teirllm@auburn.edu>
7669
7670 * backups.texi: Various small changes in addition to:
7671 (Making Backups): Mention return value of `backup-buffer'.
7672 (Auto-Saving): Mention optional FORCE argument to
7673 `delete-auto-save-file-if-necessary'.
7674 (Reverting): Mention optional PRESERVE-MODES argument to
7675 `revert-buffer'. Correct description of `revert-buffer-function'.
7676
76772004-03-22 Juri Linkov <juri@jurta.org>
7678
7679 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
7680 with `Vector Functions'.
7681
7682 * text.texi (Sorting): Add missing quote.
7683
76842004-03-14 Luc Teirlinck <teirllm@auburn.edu>
7685
7686 * intro.texi (Lisp History): Replace xref to `cl' manual with
7687 inforef.
7688
76892004-03-12 Richard M. Stallman <rms@gnu.org>
7690
7691 * intro.texi (Version Info): Add arg to emacs-version.
7692 (Lisp History): Change xref to CL manual.
7693
76942004-03-09 Luc Teirlinck <teirllm@auburn.edu>
7695
7696 * minibuf.texi (Completion Commands): Add xref to Emacs manual
7697 for Partial Completion mode.
7698
76992004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
7700
7701 * customize.texi: Fix typo. Remove eol whitespace.
7702
77032004-03-04 Richard M. Stallman <rms@gnu.org>
7704
7705 * processes.texi: Fix typos.
7706
7707 * lists.texi (Building Lists): Minor clarification.
7708
7709 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
7710 in make-hash-table.
7711
77122004-02-29 Juanma Barranquero <lektu@terra.es>
7713
7714 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
7715 rm, and ignore exit code.
7716
77172004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
7718
7719 * display.texi (Defining Faces): Add description for min-colors.
7720 Update example.
7721
77222004-02-23 Luc Teirlinck <teirllm@auburn.edu>
7723
7724 * abbrevs.texi: Various corrections and clarifications in addition
7725 to the following:
7726 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
7727
77282004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
7729
7730 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
7731
77322004-02-21 Luc Teirlinck <teirllm@auburn.edu>
7733
7734 * text.texi: Various small changes in addition to the following:
7735 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
7736 to delete-horizontal-space.
7737 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
7738 description of yank-handler text property at various places.
7739
7740 * frames.texi (Window System Selections): Add anchor.
7741
7742 * syntax.texi (Syntax Table Functions): Clarify and correct
7743 descriptions of make-syntax-table and copy-syntax-table.
7744 (Motion and Syntax): Clarify SYNTAXES argument to
7745 skip-syntax-forward.
7746 (Parsing Expressions): Mention that the return value of
7747 parse-partial-sexp is currently a list of ten rather than nine
7748 elements.
7749 (Categories): Various corrections and clarifications.
7750
77512004-02-17 Luc Teirlinck <teirllm@auburn.edu>
7752
7753 * markers.texi (Marker Insertion Types): Minor change.
7754
7755 * locals.texi (Standard Buffer-Local Variables):
7756 * commands.texi (Interactive Codes, Using Interactive):
7757 * functions.texi (Related Topics): Fix xrefs.
7758
77592004-02-16 Luc Teirlinck <teirllm@auburn.edu>
7760
7761 * lists.texi (Sets And Lists): Update description of delete-dups.
7762
77632004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
7764
7765 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
7766
c8763fb6 77672004-02-16 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
7768
7769 * frames.texi (Parameter Access): frame-parameters arg is optional.
7770 modify-frame-parameters handles nil for FRAME.
7771 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
7772 are all-or-nothing for certain toolkits.
7773 Mention parameter wait-for-wm.
7774 (Frames and Windows): In frame-first-window and frame-selected-window
7775 the arg is optional.
7776 (Input Focus): In redirect-frame-focus the second arg is optional.
7777 (Window System Selections): Mention selection type CLIPBOARD.
7778 Mention data-type UTF8_STRING.
7779 Mention numbering of cut buffers.
7780 (Resources): Describe x-resource-name.
7781
77822004-02-16 Richard M. Stallman <rms@gnu.org>
7783
7784 * windows.texi (Buffers and Windows): Delete false table
7785 about all-frames.
7786
7787 * syntax.texi (Parsing Expressions): Delete old caveat
7788 about parse-sexp-ignore-comments.
7789
7790 * streams.texi (Output Variables): Add print-quoted.
7791
7792 * lists.texi (Building Lists): Minor cleanup.
7793
7794 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
7795
7796 * display.texi (Overlays): Explain overlays use markers.
7797 (Managing Overlays): Explain front-advance and rear-advance
7798 in more detail.
7799
7800 * loading.texi (Unloading): Document unload-feature-special-hooks.
7801 Get rid of fns-NNN.el file.
7802
78032004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
7804
7805 * help.texi (Describing Characters): Fix text-char-description
7806 example output.
7807
7808 * edebug.texi (Using Edebug): Fix example.
7809
7810 * debugging.texi (Internals of Debugger): Fix return value.
7811
7812 * files.texi (Changing Files): Fix argname.
7813
7814 * calendar.texi: Fix parens, and default values.
7815
7816 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
7817 * nonascii.texi, objects.texi, os.texi: Minor fixes.
b3e755a9 7818 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
b8d4c8d0
GM
7819
7820 * positions.texi (Text Lines): Don't add -1 in current-line.
7821
78222004-02-16 Richard M. Stallman <rms@gnu.org>
7823
7824 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
7825
78262004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
7827
7828 * processes.texi (Low-Level Network): Fix a typo.
7829
78302004-02-12 Kim F. Storm <storm@cua.dk>
7831
7832 * display.texi (Fringes): Use consistent wording.
7833 Note that window-fringe's window arg is optional.
7834 (Scroll Bars): Use consistent wording.
7835
78362004-02-11 Luc Teirlinck <teirllm@auburn.edu>
7837
7838 * tips.texi (Comment Tips): Document the new conventions for
7839 commenting out code.
7840
c8763fb6 78412004-02-07 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0 7842
5dcb4c4e 7843 * positions.texi (Text Lines): Add missing end defun.
b8d4c8d0
GM
7844
78452004-02-07 Kim F. Storm <storm@cua.dk>
7846
7847 * positions.texi (Text Lines): Add line-number-at-pos.
7848
78492004-02-06 John Paul Wallington <jpw@gnu.org>
7850
7851 * display.texi (Button Properties, Button Buffer Commands):
7852 mouse-2 invokes button, not down-mouse-1.
7853
78542004-02-04 Jason Rumney <jasonr@gnu.org>
7855
7856 * makefile.w32-in: Sync with Makefile.in changes.
7857
78582004-02-03 Luc Teirlinck <teirllm@auburn.edu>
7859
7860 * minibuf.texi (Text from Minibuffer): Various corrections and
7861 clarifications.
7862 (Object from Minibuffer): Correct Lisp description of
7863 read-minibuffer.
7864 (Minibuffer History): Clarify description of cons values for
7865 HISTORY arguments.
5dcb4c4e
SM
7866 (Basic Completion): Various corrections and clarifications.
7867 Add completion-regexp-list.
b8d4c8d0
GM
7868 (Minibuffer Completion): Correct and clarify description of
7869 completing-read.
5dcb4c4e
SM
7870 (Completion Commands): Mention Partial Completion mode.
7871 Various other minor changes.
b8d4c8d0
GM
7872 (High-Level Completion): Various corrections and clarifications.
7873 (Reading File Names): Ditto.
7874 (Minibuffer Misc): Ditto.
7875
78762004-01-26 Luc Teirlinck <teirllm@auburn.edu>
7877
7878 * strings.texi (Text Comparison): assoc-string also matches
7879 elements of alists that are strings instead of conses.
7880 (Formatting Strings): Standardize Texinfo usage. Update index
7881 entries.
7882
78832004-01-20 Luc Teirlinck <teirllm@auburn.edu>
7884
7885 * lists.texi (Sets And Lists): Add delete-dups.
7886
78872004-01-15 Luc Teirlinck <teirllm@auburn.edu>
7888
7889 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
7890 special form.
7891 * macros.texi (Defining Macros): Update description of `declare',
7892 which now is a macro.
7893 (Wrong Time): Fix typos.
7894
78952004-01-14 Luc Teirlinck <teirllm@auburn.edu>
7896
7897 * compile.texi (Compilation Functions): Expand descriptions of
7898 `compile-defun', `byte-compile-file', `byte-recompile-directory'
7899 and `batch-byte-compile'. In particular, mention and describe
7900 all optional arguments.
7901 (Disassembly): Correct and clarify the description of `disassemble'.
7902
79032004-01-11 Luc Teirlinck <teirllm@auburn.edu>
7904
7905 * searching.texi: Various small changes in addition to the
7906 following.
7907 (Regexp Example): Adapt to new value of `sentence-end'.
7908 (Regexp Functions): The PAREN argument to `regexp-opt' can be
7909 `words'.
7910 (Search and Replace): Add usage note for `perform-replace'.
7911 (Entire Match Data): Mention INTEGERS and REUSE arguments to
7912 `match-data'.
7913 (Standard Regexps): Update for new values of `paragraph-start'
7914 and `sentence-end'.
7915
79162004-01-07 Luc Teirlinck <teirllm@auburn.edu>
7917
7918 * files.texi (Saving Buffers): Clarify descriptions of
7919 `write-contents-functions' and `before-save-hook'.
7920 Make the defvar's for `before-save-hook' and `after-save-hook'
7921 into defopt's.
7922
79232004-01-07 Kim F. Storm <storm@cua.dk>
7924
7925 * commands.texi (Click Events): Describe new image and
7926 width/height elements of click events.
7927 (Accessing Events): Add posn-string, posn-image, and
7928 posn-object-width-height. Change posn-object to return either
7929 image or string object.
7930
79312004-01-01 Simon Josefsson <jas@extundo.com>
7932
7933 * hooks.texi (Standard Hooks): Add before-save-hook.
7934 * files.texi (Saving Buffers): Likewise.
7935
79362004-01-03 Richard M. Stallman <rms@gnu.org>
7937
7938 * frames.texi (Frames and Windows): Delete frame-root-window.
7939
79402004-01-03 Luc Teirlinck <teirllm@auburn.edu>
7941
7942 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
7943
7944 * functions.texi: Various small changes in addition to the
7945 following.
5dcb4c4e
SM
7946 (What Is a Function): `functionp' returns nil for macros.
7947 Clarify behavior of this and following functions for symbol arguments.
b8d4c8d0
GM
7948 (Function Documentation): Add `\' in front of (fn @var{arglist})
7949 and explain why.
7950 (Defining Functions): Mention DOCSTRING argument to `defalias'.
7951 Add anchor.
7952 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
7953
79542004-01-01 Miles Bader <miles@gnu.org>
7955
7956 * display.texi (Buttons): New section.
7957
79582003-12-31 Andreas Schwab <schwab@suse.de>
7959
7960 * numbers.texi (Math Functions): sqrt reports a domain-error
7961 error.
7962 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
7963
79642003-12-30 Luc Teirlinck <teirllm@auburn.edu>
7965
7966 * tips.texi (Documentation Tips): Update item on hyperlinks in
7967 documentation strings.
7968
7969 * errors.texi (Standard Errors): Various small corrections and
7970 additions.
7971
7972 * control.texi: Various small changes in addition to the
7973 following.
7974 (Signaling Errors): Provide some more details on how `signal'
7975 constructs the error message. Add anchor to the definition of
7976 `signal'.
7977 (Error Symbols): Describe special treatment of `quit'.
7978 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
7979 to emphasize that it has to be a single form.
7980
7981 * buffers.texi: Add anchor.
7982
79832003-12-29 Richard M. Stallman <rms@gnu.org>
7984
7985 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
7986 (Window Configurations): Add window-configuration-frame.
7987
7988 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
7989
7990 * text.texi (Examining Properties): Add get-char-property-and-overlay.
7991 Change arg name in get-char-property.
7992 (Special Properties): Update handling of keymap property.
7993
7994 * strings.texi (Modifying Strings): Add clear-string.
7995 (Text Comparison): Add assoc-string and remove
7996 assoc-ignore-case, assoc-ignore-representation.
7997
7998 * os.texi (Time of Day): Add set-time-zone-rule.
7999
8000 * numbers.texi (Math Functions): asin, acos, log, log10
8001 report domain-error errors.
8002
8003 * nonascii.texi (Converting Representations):
8004 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
8005 (Encoding and I/O): Add file-name-coding-system.
8006
8007 * modes.texi (Search-based Fontification): Explain that
8008 face specs are symbols with face names as values.
8009
8010 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
8011
8012 * lists.texi (Building Lists): remq moved elsewhere.
8013 (Sets And Lists): remq moved here.
8014 (Association Lists): Refer to assoc-string.
8015
8016 * internals.texi (Garbage Collection): Add memory-use-counts.
8017
8018 * frames.texi (Frames and Windows): Add set-frame-selected-window
8019 and frame-root-window.
8020
8021 * files.texi (Contents of Directories):
8022 Add directory-files-and-attributes.
8023
8024 * display.texi (Refresh Screen): Add force-window-update.
8025 (Invisible Text): Explain about moving point out of invis text.
8026 (Overlay Properties): Add overlay-properties.
8027 (Managing Overlays): Add overlayp.
8028 (GIF Images): Invalid image number displays a hollow box.
8029
8030 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
8031 (Killing Buffers): Add buffer-live-p.
8032
80332003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
8034
8035 * display.texi (Fringes): Fix typo "set-buffer-window".
8036
80372003-12-24 Luc Teirlinck <teirllm@auburn.edu>
8038
8039 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
8040 * nonascii.texi, processes.texi, tips.texi, variables.texi:
8041 Add or change various xrefs and anchors.
8042
8043 * commands.texi: Replace all occurrences of @acronym{CAR} with
8044 @sc{car}, for consistency with the rest of the Elisp manual.
8045 `car' and `cdr' are historically acronyms, but are no longer
8046 widely thought of as such.
8047
8048 * internals.texi (Pure Storage): Mention that `purecopy' does not
8049 copy text properties.
8050 (Object Internals): Now 29 bits are used (in most implementations)
8051 to address Lisp objects.
8052
8053 * variables.texi (Variables with Restricted Values): New node.
8054
8055 * objects.texi (Lisp Data Types): Mention that certain variables
8056 can only take on a restricted set of values and add an xref to
8057 the new node "Variables with Restricted Values".
8058
8059 * eval.texi (Function Indirection): Describe the errors that
8060 `indirect-function' can signal.
8061 (Eval): Clarify the descriptions of `eval-region' and `values'.
8062 Describe `eval-buffer' instead of `eval-current-buffer' and
8063 mention `eval-current-buffer' as an alias for `current-buffer'.
8064 Correct the description and mention all optional arguments.
8065
8066 * nonascii.texi: Various small changes in addition to the
8067 following.
8068 (Converting Representations): Clarify behavior of
8069 `string-make-multibyte' and `string-to-multibyte' for unibyte all
8070 ASCII arguments.
8071 (Character Sets): Document the variable `charset-list' and adapt
8072 the definition of the function `charset-list' accordingly.
8073 (Translation of Characters): Clarify use of generic characters in
8074 `make-translation-table'. Clarify and correct the description of
8075 the use of translation tables in encoding and decoding.
8076 (User-Chosen Coding Systems): Correct and clarify the description
8077 of `select-safe-coding-system'.
8078 (Default Coding Systems): Clarify description of
8079 `file-coding-system-alist'.
8080
80812003-11-30 Luc Teirlinck <teirllm@auburn.edu>
8082
8083 * strings.texi (Text Comparison): Correctly describe when two
8084 strings are `equal'. Combine and clarify descriptions of
8085 `assoc-ignore-case' and `assoc-ignore-representation'.
8086
8087 * objects.texi (Non-ASCII in Strings): Clarify description of
8088 when a string is unibyte or multibyte.
8089 (Bool-Vector Type): Update examples.
8090 (Equality Predicates): Correctly describe when two strings are
8091 `equal'.
8092
80932003-11-29 Luc Teirlinck <teirllm@auburn.edu>
8094
8095 * lists.texi (Building Lists): `append' no longer accepts integer
8096 arguments. Update the description of `number-sequence' to reflect
8097 recent changes.
8098 (Sets And Lists): Describe `member-ignore-case' after `member'.
8099
81002003-11-27 Kim F. Storm <storm@cua.dk>
8101
8102 * commands.texi (Click Events): Click object may be an images.
8103 Describe (dx . dy) element of click positions.
8104 (Accessing Events): Remove duplicate posn-timestamp.
8105 New functions posn-object and posn-object-x-y.
8106
81072003-11-23 Kim F. Storm <storm@cua.dk>
8108
8109 * commands.texi (Click Events): Describe enhancements to event
8110 position lists, including new text-pos and (col . row) items.
8111 Mention left-fringe and right-fringe area events.
8112 (Accessing Events): New functions posn-area and
8113 posn-actual-col-row. Mention posn-timestamp. Mention that
8114 posn-point in non-text area still returns buffer position.
8115 Clarify posn-col-row.
8116
81172003-11-21 Lars Hansen <larsh@math.ku.dk>
8118
8119 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
8120 * anti.texi (File Attributes): Describe removed parameter
8121 ID-FORMAT.
8122
81232003-11-20 Luc Teirlinck <teirllm@auburn.edu>
8124
8125 * positions.texi (Positions): Mention that, if a marker is used as
8126 a position, its buffer is ignored.
8127
8128 * markers.texi (Overview of Markers): Mention it here too.
8129
81302003-11-12 Luc Teirlinck <teirllm@auburn.edu>
8131
8132 * numbers.texi (Numeric Conversions): Not just `floor', but also
8133 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
8134
81352003-11-10 Luc Teirlinck <teirllm@auburn.edu>
8136
8137 * markers.texi (Creating Markers): Specify insertion type of
8138 created markers. Add xref to `Marker Insertion Types'.
8139 Second argument to `copy-marker' is optional.
8140 (Marker Insertion Types): Mention that most markers are created
8141 with insertion type nil.
8142 (The Mark): Correctly describe when `mark' signals an error.
8143 (The Region): Correctly describe when `region-beginning' and
8144 `region-end' signal an error.
8145
81462003-11-08 Luc Teirlinck <teirllm@auburn.edu>
8147
8148 * hash.texi (Creating Hash): Clarify description of `eql'.
8149 `makehash' is obsolete.
8150 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
8151
8152 * positions.texi (Point): Change description of `buffer-end', so
8153 that it is also correct for floating point arguments.
8154 (List Motion): Correct argument lists of `beginning-of-defun' and
8155 `end-of-defun'.
8156 (Excursions): Add xref to `Marker Insertion Types'.
8157 (Narrowing): Argument to `narrow-to-page' is optional.
8158
81592003-11-06 Luc Teirlinck <teirllm@auburn.edu>
8160
8161 * streams.texi (Output Streams): Clarify behavior of point for
8162 marker output streams.
8163
81642003-11-04 Luc Teirlinck <teirllm@auburn.edu>
8165
8166 * variables.texi (Defining Variables): Second argument to
8167 `defconst' is not optional.
8168 (Setting Variables): Mention optional argument APPEND to
8169 `add-to-list'.
8170 (Creating Buffer-Local): Expand description of
8171 `make-variable-buffer-local'.
8172 (Frame-Local Variables): Expand description of
8173 `make-variable-frame-local'.
8174 (Variable Aliases): Correct description of optional argument
8175 DOCSTRING to `defvaralias'. Mention return value of
8176 `defvaralias'.
8177 (File Local Variables): Add xref to `File variables' in Emacs
8178 Manual. Correct description of `hack-local-variables'. Mention
8179 `safe-local-variable' property. Mention optional second argument
8180 to `risky-local-variable-p'.
8181
81822003-11-03 Luc Teirlinck <teirllm@auburn.edu>
8183
8184 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
8185
81862003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
8187
8188 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
8189 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
8190 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
8191 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
8192 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
8193 lispref/processes.texi, lispref/searching.texi,
8194 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
8195 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
8196 @acronym{FOO}.
8197
81982003-10-27 Luc Teirlinck <teirllm@auburn.edu>
8199
8200 * strings.texi (Creating Strings): Argument START to `substring'
8201 can not be `nil'. Expand description of
8202 `substring-no-properties'. Correct description of `split-string',
8203 especially with respect to empty matches. Prevent very bad line
8204 break in definition of `split-string-default-separators'.
8205 (Text Comparison): `string=' and `string<' also accept symbols as
8206 arguments.
8207 (String Conversion): More completely describe argument BASE in
8208 `string-to-number'.
8209 (Formatting Strings): `%s' and `%S' in `format' do require
8210 corresponding object. Clarify behavior of numeric prefix after
8211 `%' in `format'.
8212 (Case Conversion): The argument to `upcase-initials' can be a
8213 character.
8214
82152003-10-27 Kenichi Handa <handa@m17n.org>
8216
8217 * display.texi (Fontsets): Fix texinfo usage.
8218
82192003-10-25 Kenichi Handa <handa@m17n.org>
8220
8221 * display.texi (Fontsets): Add description of the function
8222 set-fontset-font.
8223
82242003-10-23 Luc Teirlinck <teirllm@auburn.edu>
8225
8226 * display.texi (Temporary Displays): Add xref to `Documentation
8227 Tips'.
8228
8229 * functions.texi (Function Safety): Use inforef instead of pxref
8230 for SES.
8231
82322003-10-23 Andreas Schwab <schwab@suse.de>
8233
8234 * Makefile.in (TEX, texinputdir): Don't define.
8235 (TEXI2DVI): Define.
8236 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
8237 add $(srcdir)/index.texi.
8238 ($(infodir)/elisp): Remove index.texi dependency.
8239 (elisp.dvi): Likewise. Use $(TEXI2DVI).
8240 (index.texi): Remove target.
8241 (dist): Don't link $(srcdir)/permute-index.
8242 (clean): Don't remove index.texi.
8243
8244 * permute-index, index.perm: Remove.
8245 * index.texi: Rename from index.unperm.
8246
82472003-10-22 Luc Teirlinck <teirllm@auburn.edu>
8248
8249 * tips.texi (Documentation Tips): Document new behavior for face
8250 and variable hyperlinks in Help mode.
8251
82522003-10-21 Luc Teirlinck <teirllm@auburn.edu>
8253
8254 * objects.texi (Integer Type): Update for extra bit of integer range.
8255 (Character Type): Ditto.
8256
82572003-10-16 Eli Zaretskii <eliz@gnu.org>
8258
8259 * numbers.texi (Integer Basics): Add index entries for reading
8260 numbers in hex, octal, and binary.
8261
82622003-10-16 Lute Kamstra <lute@gnu.org>
8263
8264 * modes.texi (Mode Line Format): Mention force-mode-line-update's
8265 argument.
8266
82672003-10-13 Luc Teirlinck <teirllm@auburn.edu>
8268
8269 * windows.texi (Choosing Window): Fix typo.
8270 * edebug.texi (Edebug Execution Modes): Fix typo.
8271
82722003-10-13 Richard M. Stallman <rms@gnu.org>
8273
8274 * windows.texi (Basic Windows): A window has fringe settings,
8275 display margins and scroll-bar settings.
8276 (Splitting Windows): Doc split-window return value.
8277 Clean up one-window-p.
8278 (Selecting Windows): Fix typo.
8279 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
8280 (Buffers and Windows): In set-window-buffer, explain effect
8281 on fringe settings and scroll bar settings.
8282 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
8283 (Choosing Window): Use defopt for pop-up-frame-function.
8284 For special-display-buffer-names, explain same-window and same-frame.
8285 Clarify window-dedicated-p return value.
8286 (Textual Scrolling): scroll-up and scroll-down can get an error.
8287 (Horizontal Scrolling): Clarify auto-hscroll-mode.
8288 Clarify set-window-hscroll.
8289 (Size of Window): Don't mention tool bar in window-height.
8290 (Coordinates and Windows): Explain what coordinates-in-window-p
8291 returns for fringes and display margins.
8292 (Window Configurations): Explain saving fringes, etc.
8293
8294 * tips.texi (Library Headers): Clean up Documentation.
8295
8296 * syntax.texi (Parsing Expressions): Clean up forward-comment
8297 and parse-sexp-lookup-properties.
8298
8299 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
8300
8301 * os.texi (System Environment): Clean up text for load-average errors.
8302
8303 * modes.texi (Hooks): Don't explain local hook details at front.
8304 Clarify run-hooks and run-hook-with-args a little.
8305 Clean up add-hook and remove-hook.
8306
8307 * edebug.texi (Edebug Execution Modes): Clarify t.
8308 Document edebug-sit-for-seconds.
8309 (Coverage Testing): Document C-x X = and =.
8310 (Instrumenting Macro Calls): Fix typo.
8311 (Specification List): Don't index the specification keywords.
8312
83132003-10-10 Kim F. Storm <storm@cua.dk>
8314
8315 * processes.texi (Network): Introduce make-network-process.
8316
83172003-10-09 Luc Teirlinck <teirllm@auburn.edu>
8318
8319 * tips.texi (Library Headers): Fix typo.
8320
83212003-10-07 Juri Linkov <juri@jurta.org>
8322
8323 * modes.texi (Imenu): Mention imenu-create-index-function's
8324 default value. Explain submenus better.
8325
83262003-10-07 Lute Kamstra <lute@gnu.org>
8327
8328 * modes.texi (Faces for Font Lock): Fix typo.
8329 (Hooks): Explain how buffer-local hook variables can refer to
8330 global hook variables.
8331 Various minor clarifications.
8332
83332003-10-06 Lute Kamstra <lute@gnu.org>
8334
8335 * tips.texi (Coding Conventions): Mention naming conventions for
8336 hooks.
8337
83382003-10-05 Luc Teirlinck <teirllm@auburn.edu>
8339
8340 * loading.texi (Library Search): Correct default value of
8341 load-suffixes.
8342 (Named Features): Fix typo.
8343
83442003-10-05 Richard M. Stallman <rms@gnu.org>
8345
8346 * loading.texi (Named Features): In `provide',
8347 say how to test for subfeatures.
8348 (Unloading): In unload-feature, use new var name
8349 unload-feature-special-hooks.
8350
83512003-10-03 Lute Kamstra <lute@gnu.org>
8352
8353 * modes.texi (Major Mode Conventions): Mention third way to set up
8354 Imenu.
8355 (Imenu): A number of small fixes.
8356 Delete documentation of internal variable imenu--index-alist.
8357 Document the return value format of imenu-create-index-function
8358 functions.
8359
83602003-09-30 Richard M. Stallman <rms@gnu.org>
8361
8362 * processes.texi (Network): Say what stopped datagram connections do.
8363
8364 * lists.texi (Association Lists): Clarify `assq-delete-all'.
8365
8366 * display.texi (Overlay Properties): Clarify `evaporate' property.
8367
83682003-09-29 Lute Kamstra <lute@gnu.org>
8369
8370 * modes.texi (Mode Line Data): Explain when symbols in mode-line
8371 constructs should be marked as risky.
8372 Change cons cell into proper list.
8373 (Mode Line Variables): Change cons cell into proper list.
8374
83752003-09-26 Lute Kamstra <lute@gnu.org>
8376
8377 * modes.texi (Mode Line Data): Document the :propertize construct.
8378 (Mode Line Variables): Reorder the descriptions of the variables
8379 to match their order in the default mode-line-format.
8380 Describe the new variables mode-line-position and mode-line-modes.
8381 Update the default values of mode-line-frame-identification,
8382 minor-mode-alist, and default-mode-line-format.
8383 (Properties in Mode): Mention the :propertize construct.
8384
83852003-09-26 Richard M. Stallman <rms@gnu.org>
8386
8387 * buffers.texi, commands.texi, debugging.texi, eval.texi:
8388 * loading.texi, minibuf.texi, text.texi, variables.texi:
8389 Avoid @strong{Note:}.
8390
83912003-09-26 Richard M. Stallman <rms@gnu.org>
8392
8393 * keymaps.texi (Remapping Commands): Fix typo.
8394
83952003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
8396
8397 * processes.texi (Low-Level Network): Fix typo.
8398
83992003-09-23 Kim F. Storm <storm@cua.dk>
8400
8401 * processes.texi (Network, Network Servers): Fix typos.
8402 (Low-Level Network): Add timeout value for :server keyword.
8403 Add new option keywords to make-network-process.
8404 Add set-network-process-options.
8405 Explain how to test availability of network options.
8406
84072003-09-19 Richard M. Stallman <rms@gnu.org>
8408
8409 * text.texi (Motion by Indent): Arg to
8410 backward-to-indentation and forward-to-indentation is optional.
8411
8412 * strings.texi (Creating Strings): Add substring-no-properties.
8413
8414 * processes.texi
8415 (Process Information): Add list-processes arg QUERY-ONLY.
8416 Delete process-contact from here.
8417 Add new status values for process-status.
8418 Add process-get, process-put, process-plist, set-process-plist.
8419 (Synchronous Processes): Add call-process-shell-command.
8420 (Signals to Processes): signal-process allows process objects.
8421 (Network): Complete rewrite.
8422 (Network Servers, Datagrams, Low-Level Network): New nodes.
8423
8424 * positions.texi (Word Motion): forward-word, backward-word
8425 arg is optional. Reword.
8426
8427 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
8428
8429 * variables.texi (Creating Buffer-Local):
8430 Delete duplicate definition of buffer-local-value.
8431 (File Local Variables): Explain about discarding text props.
8432
84332003-09-11 Richard M. Stallman <rms@gnu.org>
8434
8435 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
8436 changes variables that record input events.
8437 (Minibuffer Misc): Add minibuffer-selected-window.
8438
8439 * lists.texi (Building Lists): Add copy-tree.
8440
8441 * display.texi (Fontsets): Add char-displayable-p.
8442 (Scroll Bars): New node.
8443
84442003-09-08 Lute Kamstra <lute@gnu.org>
8445
8446 * modes.texi (%-Constructs): Document new `%i' and `%I'
8447 constructs.
8448
84492003-09-03 Peter Runestig <peter@runestig.com>
8450
8451 * makefile.w32-in: New file.
8452
84532003-08-29 Richard M. Stallman <rms@gnu.org>
8454
8455 * display.texi (Overlay Properties): Clarify how priorities
8456 affect use of the properties.
8457
84582003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
8459
8460 * customize.texi (Type Keywords): Correct the description of
8461 `:help-echo' in the case where `motion-doc' is a function.
8462
84632003-08-14 John Paul Wallington <jpw@gnu.org>
8464
8465 * modes.texi (Emulating Mode Line): Subsection, not section.
8466
84672003-08-13 Richard M. Stallman <rms@gnu.org>
8468
8469 * elisp.texi (Top): Update subnode lists in menu.
8470
8471 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
8472 (Kill Functions): kill-region has new arg yank-handler.
8473 (Yanking): New node.
8474 (Yank Commands): Add yank-undo-function.
8475 (Low-Level Kill Ring):
8476 kill-new and kill-append have new arg yank-handler.
8477 (Changing Properties): Add remove-list-of-text-properties.
8478 (Atomic Changes): New node.
8479
8480 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
8481
8482 * streams.texi (Output Variables): Add eval-expression-print-length
8483 and eval-expression-print-level.
8484
8485 * os.texi (Time Conversion): For encode-time, explain limits on year.
8486
8487 * objects.texi (Character Type): Define anchor "modifier bits".
8488
8489 * modes.texi (Emulating Mode Line): New node.
8490 (Search-based Fontification): Font Lock uses font-lock-face property.
8491 (Other Font Lock Variables): Likewise.
8492
8493 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
8494 not vectors.
8495 (Active Keymaps): Add emulation-mode-map-alists.
8496 (Functions for Key Lookup): key-binding has new arg no-remap.
8497 (Remapping Commands): New node.
8498 (Scanning Keymaps): where-is-internal has new arg no-remap.
8499 (Tool Bar): Add tool-bar-local-item-from-menu.
8500 Clarify when to use tool-bar-add-item-from-menu.
8501
8502 * commands.texi (Interactive Call): commandp has new arg.
8503 (Command Loop Info): Add this-original-command.
8504
85052003-08-06 John Paul Wallington <jpw@gnu.org>
8506
8507 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
8508
8509 * display.texi (Warning Basics): Fix typo.
8510 (Fringes): Add closing curly bracket and fix typo.
8511
8512 * elisp.texi (Top): Fix typo.
8513
85142003-08-05 Richard M. Stallman <rms@gnu.org>
8515
8516 * elisp.texi: Update lists of subnodes.
8517
8518 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
8519
8520 * variables.texi (Local Variables): Use lc for example variable names.
8521
8522 * tips.texi (Library Headers): Explain where to put -*-.
8523
8524 * strings.texi (Creating Strings): Fix xref for vconcat.
8525
8526 * sequences.texi (Vector Functions):
8527 vconcat no longer allows integer args.
8528
8529 * minibuf.texi (Reading File Names): read-file-name has new
8530 arg PREDICATE. New function read-directory-name.
8531
c4cc8b9a 8532 * macros.texi (Defining Macros): Give definition of `declare'.
b8d4c8d0
GM
8533 (Indenting Macros): New node.
8534
8535 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
8536 (Window Frame Parameters): Make separate table of parameters
8537 that are coupled with specific face attributes.
8538 (Deleting Frames): delete-frame-hooks renamed to
8539 delete-frame-functions.
8540
8541 * files.texi (Magic File Names): Add file-remote-p.
8542 Clarify file-local-copy.
8543
8544 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
8545 here; instead xref Defining Macros.
8546
8547 * display.texi (Warnings): New node, and subnodes.
8548 (Fringes): New node.
8549
8550 * debugging.texi (Test Coverage): New node.
8551
8552 * compile.texi (Compiler Errors): Explain with-no-warnings
8553 and other ways to suppress warnings.
8554
8555 * commands.texi (Interactive Call): Minor clarification.
8556
8557 * buffers.texi (Buffer File Name): set-visited-file-name
8558 renames the buffer too.
8559
8560 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
8561
85622003-07-24 Markus Rost <rost@math.ohio-state.edu>
8563
8564 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
8565
85662003-07-22 Markus Rost <rost@math.ohio-state.edu>
8567
8568 * internals.texi (Garbage Collection): Fix previous change.
8569
85702003-07-22 Richard M. Stallman <rms@gnu.org>
8571
8572 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
8573
8574 * display.texi (Width): Use \s syntax in example.
8575 (Font Selection): Add face-font-rescale-alist.
8576
8577 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
8578 Remove spurious indent in example.
8579
8580 * lists.texi (Building Lists): Add number-sequence.
8581
8582 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
8583
8584 * functions.texi (Function Documentation): Explain how to
8585 show calling convention explicitly in the doc string.
8586
8587 * windows.texi (Selecting Windows): save-selected-window saves
8588 selected window of each frame.
8589 (Window Configurations): Minor change.
8590
8591 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
8592
8593 * streams.texi (Output Variables): Add print-continuous-numbering
8594 and print-number-table.
8595
8596 * processes.texi (Decoding Output): New node.
8597
8598 * os.texi (Time Conversion): decode-time arg is optional.
8599
8600 * objects.texi (Character Type): Don't use space as example for \.
8601 Make list of char names and \-sequences correspond.
8602 Explain that \s is not used in strings. `\ ' needs space after.
8603
8604 * nonascii.texi (Converting Representations): Add string-to-multibyte.
8605 (Translation of Characters): Add translation-table-for-input.
8606 (Default Coding Systems): Add auto-coding-functions.
8607 (Explicit Encoding): Add decode-coding-inserted-region.
8608 (Locales): Add locale-info.
8609
8610 * minibuf.texi (Basic Completion): Describe test-completion.
8611 Collections can be lists of strings.
8612 Clean up lazy-completion-table.
8613 (Programmed Completion): Mention test-completion.
8614 Clarify why lambda expressions are not accepted.
8615 (Minibuffer Misc): Describe minibufferp.
8616
86172003-07-14 Richard M. Stallman <rms@gnu.org>
8618
8619 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
8620
8621 * windows.texi (Selecting Windows): New arg to select-window.
8622 (Selecting Windows): Add with-selected-window.
8623 (Size of Window): Add window-inside-edges, etc.
8624
8625 * internals.texi (Garbage Collection): Add post-gc-hook.
8626
8627 * processes.texi (Subprocess Creation): Add exec-suffixes.
8628
8629 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
8630 (Scanning Keymaps): Add map-keymaps.
8631 (Defining Menus): Add keymap-prompt.
8632
8633 * numbers.texi (Integer Basics): Add most-positive-fixnum,
8634 most-negative-fixnum.
8635
c4cc8b9a 8636 * compile.texi (Byte Compilation): Explain no-byte-compile.
b8d4c8d0
GM
8637 (Compiler Errors): New node.
8638
8639 * os.texi (User Identification): user-uid, user-real-uid
8640 can return float.
8641
8642 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
8643 and about derived modes.
8644 (Minor Modes): Add minor-mode-list.
8645 (Defining Minor Modes): Keyword args for define-minor-mode.
8646 (Search-based Fontification): Explain managing other properties.
8647 (Other Font Lock Variables): Add font-lock-extra-managed-props.
183080b6 8648 (Faces for Font Lock): Add font-lock-preprocessor-face.
b8d4c8d0
GM
8649 (Hooks): Add run-mode-hooks and delay-mode-hooks.
8650
8651 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
8652 (Variable Aliases): Clarify defvaralias.
8653
8654 * loading.texi (Library Search): Add load-suffixes.
8655
8656 * minibuf.texi (Basic Completion): Add lazy-completion-table.
8657 (Programmed Completion): Add dynamic-completion-table.
8658
8659 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
8660 (Magic File Names): Specify precedence order of handlers.
8661
8662 * commands.texi (Command Overview): Emacs server runs pre-command-hook
8663 and post-command-hook.
8664 (Waiting): New calling convention for sit-for.
8665
8666 * text.texi (Special Properties): local-map and keymap properties
8667 apply based on their stickiness.
8668
86692003-07-07 Richard M. Stallman <rms@gnu.org>
8670
8671 * modes.texi (Minor Mode Conventions): Specify only some kinds
8672 of list values as args to minor modes.
8673
8674 * files.texi (File Name Expansion): Warn about iterative use
8675 of substitute-in-file-name.
8676
8677 * advice.texi (Activation of Advice): Clean up previous change.
8678
86792003-07-06 Markus Rost <rost@math.ohio-state.edu>
8680
8681 * advice.texi (Activation of Advice): Note that ad-start-advice is
8682 turned on by default.
8683
86842003-06-30 Richard M. Stallman <rms@gnu.org>
8685
8686 * text.texi (Buffer Contents): Document current-word.
8687 (Change Hooks): Not called for *Messages*.
8688
8689 * functions.texi (Defining Functions): Explain about redefining
8690 primitives.
8691 (Function Safety): Renamed. Minor changes.
8692 Comment out the detailed criteria for what is safe.
8693
86942003-06-22 Andreas Schwab <schwab@suse.de>
8695
8696 * objects.texi (Symbol Type): Fix description of examples.
8697
86982003-06-16 Andreas Schwab <schwab@suse.de>
8699
8700 * hash.texi (Creating Hash): Fix description of :weakness.
8701
c8763fb6 87022003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
b8d4c8d0
GM
8703
8704 * files.texi (Changing Files): copy-file copies file modes, too.
8705
87062003-05-28 Richard M. Stallman <rms@gnu.org>
8707
8708 * strings.texi (Creating Strings): Clarify split-string.
8709
87102003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
8711
8712 * strings.texi (Creating Strings): Update split-string specification
8713 and examples.
8714
87152003-05-19 Richard M. Stallman <rms@gnu.org>
8716
8717 * elisp.texi: Correct invariant section names.
8718
87192003-04-20 Richard M. Stallman <rms@gnu.org>
8720
8721 * os.texi (Timers): Explain about timers and quitting.
8722
87232003-04-19 Richard M. Stallman <rms@gnu.org>
8724
8725 * internals.texi (Writing Emacs Primitives): Strings are
8726 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
8727 Explain GCPRO convention for varargs function args.
8728
87292003-04-16 Richard M. Stallman <rms@gnu.org>
8730
8731 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
8732
87332003-04-08 Richard M. Stallman <rms@gnu.org>
8734
8735 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
8736
87372003-02-13 Kim F. Storm <storm@cua.dk>
8738
8739 * objects.texi (Character Type): New \s escape for space.
8740
87412003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
8742
5dcb4c4e 8743 * os.texi (System Environment): Add cygwin system-type.
b8d4c8d0
GM
8744
87452003-01-25 Richard M. Stallman <rms@gnu.org>
8746
8747 * keymaps.texi: Document that a symbol can act as a keymap.
8748
87492003-01-13 Richard M. Stallman <rms@gnu.org>
8750
8751 * text.texi (Changing Properties): Say string indices are origin-0.
8752
8753 * positions.texi (Screen Lines) <compute-motion>:
8754 Correct order of elts in return value.
8755
8756 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
8757 how to define a default binding.
8758
87592002-12-07 Markus Rost <rost@math.ohio-state.edu>
8760
8761 * loading.texi (Unloading): Fix recent change for load-history.
8762
8763 * customize.texi (Simple Types): Clarify description of custom
8764 type 'number. Describe new custom type 'float.
8765
87662002-12-04 Markus Rost <rost@math.ohio-state.edu>
8767
8768 * variables.texi (File Local Variables): Fix typo.
8769
c8763fb6 87702002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
b8d4c8d0
GM
8771
8772 From Michael Albinus <Michael.Albinus@alcatel.de>.
8773
8774 * README: Target for Info file is `make info'.
8775
5dcb4c4e 8776 * files.texi (File Name Components): Fix typos in
b8d4c8d0
GM
8777 `file-name-sans-extension'.
8778 (Magic File Names): Complete list of operations for magic file
8779 name handlers.
8780
87812002-09-16 Jonathan Yavner <jyavner@engineer.com>
8782
8783 * variables.texi (File Local Variables): New function
8784 risky-local-variable-p.
8785
87862002-09-15 Jonathan Yavner <jyavner@engineer.com>
8787
8788 * functions.texi (Function safety): New node about unsafep.
8789
87902002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
8791
5dcb4c4e 8792 * customize.texi (Splicing into Lists): Fix example.
a86cd395 8793 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
b8d4c8d0
GM
8794
87952002-06-17 Juanma Barranquero <lektu@terra.es>
8796
8797 * frames.texi (Display Feature Testing): Fix typo.
8798
87992002-06-12 Andreas Schwab <schwab@suse.de>
8800
8801 * frames.texi (Initial Parameters, Resources): Fix references to
8802 the Emacs manual.
8803
88042002-05-13 Kim F. Storm <storm@cua.dk>
8805
8806 * variables.texi (Intro to Buffer-Local): Updated warning and
8807 example relating to changing buffer inside let.
8808
c8763fb6 88092002-03-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
8810
8811 * os.texi (Session Management): New node about X Session management.
8812
88132002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
8814
8815 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
8816 to which the manual corresponds, and the copyright years.
8817
8818 * Makefile.in (VERSION): Set to 2.9.
8819
88202001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
8821
8822 * elisp.texi: Change the category in @dircategory to "Emacs", to
8823 make it consistent with info/dir.
8824
88252001-11-25 Miles Bader <miles@gnu.org>
8826
8827 * text.texi (Fields): Describe new `limit' arg in
8828 field-beginning/field-end.
8829
88302001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
8831
5dcb4c4e
SM
8832 * permute-index: Don't depend on csh-specific features.
8833 Replace the interpreter name with /bin/sh.
b8d4c8d0
GM
8834
8835 * two-volume-cross-refs.txt: New file.
8836 * two.el: New file.
8837 * spellfile: New file.
8838
88392001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
8840
8841 * permute-index: New file.
8842
8843 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
8844 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
8845 8+3 restricted namespace.
8846
8847 * Makefile.in (infodir): Define relative to $(srcdir).
8848 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
8849 include directories list via -I switch to makeinfo.
8850 (index.texi): Use cp if both hard and symbolic links fail.
8851
88522001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
8853
8854 * Makefile.in (distclean): Add.
8855
8856 The following changes make ELisp manual part of the Emacs
8857 distribution:
8858
8859 * Makefile.in: Add Copyright notice.
8860 (prefix): Remove.
8861 (infodir): Change value to "../info".
8862 (VPATH): New variable.
8863 (MAKE): Don't define.
8864 (texmacrodir): Don't define.
8865 (texinputdir): Append the existing value of TEXINPUTS.
8866 ($(infodir)/elisp): Instead of just "elisp". Reformat the
8867 command to be compatible with man/Makefile.in, and to put the
8868 output into ../info.
8869 (info): Add target.
8870 (installall): Target removed.
8871
c8763fb6 88722001-10-31 Pavel Janík <Pavel@Janik.cz>
b8d4c8d0
GM
8873
8874 * tips.texi (Coding Conventions): Fix typo.
8875
88762001-10-23 Gerd Moellmann <gerd@gnu.org>
8877
8878 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
8879
88802001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
8881
8882 * files.texi (File Name Components): Update the description of
8883 file-name-sans-extension and file-name-extension, as they now
8884 ignore leading dots.
8885
88862001-10-20 Gerd Moellmann <gerd@gnu.org>
8887
8888 * (Version 21.1 released.)
8889
88902001-10-19 Miles Bader <miles@gnu.org>
8891
8892 * positions.texi (Text Lines): Describe behavior of
8893 `beginning-of-line'/`end-of-line' in the presence of field properties.
8894
88952001-10-17 Gerd Moellmann <gerd@gnu.org>
8896
8897 * Makefile.in (VERSION): Set to 2.8.
8898 (manual): Use `manual-21'.
8899
8900 * elisp.texi (VERSION): Add and use it where the version
8901 number was used. Set it to 2.8.
8902
8903 * intro.texi: Likewise.
8904
89052001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
8906
8907 * files.texi (File Name Completion): Document the significance of
8908 a trailing slash in elements of completion-ignored-extensions.
8909
89102001-10-06 Miles Bader <miles@gnu.org>
8911
8912 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
8913
89142001-10-04 Gerd Moellmann <gerd@gnu.org>
8915
8916 * variables.texi (Variable Aliases): New node.
8917
89182001-10-04 Gerd Moellmann <gerd@gnu.org>
8919
8920 * Branch for 21.1.
8921
89222001-10-02 Miles Bader <miles@gnu.org>
8923
8924 * minibuf.texi (Minibuffer Misc): Add entries for
8925 `minibuffer-contents', `minibuffer-contents-no-properties', and
8926 `delete-minibuffer-contents'.
8927 Correct description for `minibuffer-prompt-end'.
8928
8929 * text.texi (Property Search): Correct descriptions of
8930 `next-char-property-change' and `previous-char-property-change'.
8931 Add entries for `next-single-char-property-change' and
8932 `previous-single-char-property-change'.
8933 Make operand names a bit more consistent.
8934
89352001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
8936
8937 * frames.texi (Finding All Frames): Document that next-frame and
8938 previous-frame are local to current terminal.
8939
89402001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
8941
8942 * keymaps.texi (Creating Keymaps): Fix the description of the
8943 result of make-keymap.
8944
89452001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
8946
8947 * display.texi (Font Lookup, Attribute Functions)
8948 (Image Descriptors): Add cross-references to the definition of
8949 selected frame.
8950
8951 * buffers.texi (The Buffer List): Add cross-references to the
8952 definition of selected frame.
8953
8954 * frames.texi (Input Focus): Clarify which frame is _the_ selected
8955 frame at any given time.
8956 (Multiple Displays, Size and Position): Add a cross-reference to
8957 the definition of the selected frame.
8958
89592001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
8960
8961 * strings.texi (String Conversion) <string-to-number>: Document
8962 that a float is returned for integers that are too large.
8963
8964 * frames.texi (Mouse Position): Document mouse-position-function.
8965 (Display Feature Testing): Document display-images-p.
8966 (Window Frame Parameters): Document the cursor-type variable.
8967
8968 * numbers.texi (Integer Basics): Document CL style read syntax for
8969 integers in bases other than 10.
8970
5dcb4c4e
SM
8971 * positions.texi (List Motion):
8972 Document open-paren-in-column-0-is-defun-start.
b8d4c8d0
GM
8973
8974 * lists.texi (Sets And Lists): Document member-ignore-case.
8975
8976 * internals.texi (Garbage Collection): Document the used and free
8977 strings report.
8978 (Memory Usage): Document strings-consed.
8979
8980 * os.texi (Time of Day): Document float-time.
8981 (Recording Input): Document that clear-this-command-keys clears
8982 the vector to be returned by recent-keys.
8983
8984 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
8985 argument keymap can be a list.
8986
8987 * nonascii.texi (User-Chosen Coding Systems)
8988 <select-safe-coding-system>: Document the new argument
8989 accept-default-p and the variable
8990 select-safe-coding-system-accept-default-p. Tell what happens if
8991 buffer-file-coding-system is undecided.
8992 (Default Coding Systems): Document auto-coding-regexp-alist.
8993
8994 * display.texi (The Echo Area) <message>: Document
8995 message-truncate-lines.
8996 (Glyphs): Document that the glyph table is unused on windowed
8997 displays.
8998
8999 * help.texi (Describing Characters) <single-key-description>:
9000 Document the new argument no-angles.
9001 (Accessing Documentation) <documentation-property>: Document that
9002 a non-string property is evaluated.
9003 <documentation>: Document that the function-documentation property
9004 is looked for.
9005
9006 * windows.texi (Selecting Windows): Document some-window.
9007
9008 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
9009
9010 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
9011 apropos-mode-hook.
9012
9013 * commands.texi (Using Interactive): Document interactive-form.
9014 (Keyboard Macros): Document kbd-macro-termination-hook.
9015 (Command Loop Info): Document that clear-this-command-keys clears
9016 the vector to be returned by recent-keys.
9017
90182001-09-04 Werner LEMBERG <wl@gnu.org>
9019
9020 * Makefile.in (srcdir, texinputdir): New variables.
9021 (srcs, index.texi, install): Use $(srcdir).
9022 (.PHONY): Remove elisp.dvi.
9023 (elisp): Use -I switch for makeinfo.
9024 (elisp.dvi): Use $(srcdir) and $(texinputdir).
9025 (installall, dist): Use $(srcdir).
9026 Fix path to texinfo.tex.
9027 (maintainer-clean): Add elisp.dvi and elisp.oaux.
9028
90292001-08-30 Gerd Moellmann <gerd@gnu.org>
9030
9031 * display.texi (Conditional Display): Adjust to API change.
9032
9033 * configure: New file.
9034
90352001-07-30 Gerd Moellmann <gerd@gnu.org>
9036
9037 * commands.texi (Repeat Events): Add description of
9038 double-click-fuzz.
9039
90402001-05-08 Stefan Monnier <monnier@cs.yale.edu>
9041
9042 * syntax.texi (Syntax Class Table): Add the missing designator for
9043 comment and string fences.
9044 (Syntax Properties): Add a xref to syntax table internals.
9045 (Syntax Table Internals): Document string-to-syntax.
9046
90472001-05-07 Gerd Moellmann <gerd@gnu.org>
9048
9049 * Makefile.in (install): Use install-info command line options
9050 like in Emacs' Makefile.in.
9051
90522000-12-09 Miles Bader <miles@gnu.org>
9053
9054 * windows.texi (Window Start): Update documentation for
9055 `pos-visible-in-window-p'.
9056
90572000-11-12 Stefan Monnier <monnier@cs.yale.edu>
9058
9059 * lists.texi (Building Lists): Add footnote to explain how to add
9060 to the end of a list.
9061
90622000-10-25 Gerd Moellmann <gerd@gnu.org>
9063
9064 * files.texi (Visiting Functions): Typos.
9065
90662000-10-25 Kenichi Handa <handa@etl.go.jp>
9067
9068 * files.texi (Visiting Functions): Return value of
9069 find-file-noselect may be a list of buffers if wildcards are used.
9070
90712000-10-24 Miles Bader <miles@lsi.nec.co.jp>
9072
9073 * display.texi (Defining Faces): Document `graphic' display type
9074 in face specs.
9075
b344d29d 90762000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b8d4c8d0
GM
9077
9078 * hooks.texi (Standard Hooks): Replace obsolete
9079 `after-make-frame-hook' with `after-make-frame-functions'.
9080
9081 * frames.texi (Creating Frames): Ditto.
9082
9083 * variables.texi (Future Local Variables): Ditto.
9084
90852000-10-16 Gerd Moellmann <gerd@gnu.org>
9086
9087 * display.texi (Other Image Types): Add description of :foreground
9088 and :background properties of mono PBM images.
9089
90902000-08-17 Werner LEMBERG <wl@gnu.org>
9091
9092 * .cvsignore: New file.
9093
90942000-01-05 Gerd Moellmann <gerd@gnu.org>
9095
9096 * tindex.pl: New script.
9097
90981999-12-03 Dave Love <fx@gnu.org>
9099
9100 * Makefile.in (MAKEINFO): New parameter.
9101
91021999-09-17 Richard Stallman <rms@gnu.org>
9103
9104 * Makefile.in (srcs): Add hash.texi.
9105 (VERSION): Update to 20.6.
9106
91071999-09-13 Richard Stallman <rms@gnu.org>
9108
9109 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
9110
91111998-08-29 Karl Heuer <kwzh@gnu.org>
9112
9113 * configure.in: New file.
9114 * Makefile.in: Renamed from Makefile.
9115 (prefix, infodir): Use value obtained from configure.
9116 (emacslibdir): Obsolete variable deleted.
9117 (dist): Distribute configure.in, configure, Makefile.in.
9118
91191998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
9120
9121 * Makefile (INSTALL_INFO): New variable.
9122 (install): Run install-info.
9123
91241998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
9125
9126 * Makefile (elisp.dvi): Add missing backslash.
9127
91281998-05-02 Richard Stallman <rms@psilocin.gnu.org>
9129
9130 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
9131 Run texindex without `./'. Always run texindex on elisp.tp.
9132 (elisp.tps): Target deleted.
9133
91341998-04-05 Richard Stallman <rms@psilocin.gnu.org>
9135
9136 * Makefile (srcs): Add nonascii.texi and customize.texi.
9137 (dist): Start by deleting `temp'.
9138
91391998-02-17 Richard Stallman <rms@psilocin.gnu.org>
9140
9141 * Makefile (makeinfo, texindex): Targets deleted.
9142 (makeinfo.o, texindex.o): Targets deleted.
9143 (clean, dist): Don't do anything with them or with getopt*.
9144
91451998-01-30 Richard Stallman <rms@psilocin.gnu.org>
9146
9147 * Makefile (SHELL): Defined.
9148
91491998-01-27 Richard Stallman <rms@psilocin.gnu.org>
9150
9151 * Makefile (elisp.tps): New target.
9152 (elisp.dvi): Depend on elisp.tps.
9153
c5602427 91541996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
b8d4c8d0
GM
9155
9156 * README: Update phone number.
9157
9158 * Makefile (elisp): Make this be the default target.
9159 Depend on makeinfo.c instead of makeinfo.
9160 (install): Don't depend on elisp.dvi, since we don't install that.
9161 Use mkinstalldirs.
9162 (dist): Add mkinstalldirs.
9163
c5602427 91641995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
b8d4c8d0
GM
9165
9166 * Makefile (VERSION): Update version number.
5dcb4c4e 9167 (maintainer-clean): Rename from realclean.
b8d4c8d0 9168
c5602427 91691995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
b8d4c8d0
GM
9170
9171 * Makefile (realclean): New target.
9172 (elisp): Remove any old elisp-* files first.
9173
c5602427 91741993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
b8d4c8d0
GM
9175
9176 * Makefile (VERSION): New variable.
9177 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
9178 Compressed file suffix should be `.gz', not `.z'.
9179
ce058493 91801993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9181
9182 * Makefile (elisp): Depend on makeinfo.
9183
c5602427 91841993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
b8d4c8d0
GM
9185
9186 * Makefile (srcs): Add anti.texi.
9187
c5602427 91881993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9189
9190 * Makefile (infodir, prefix): New vars.
9191 (install): Use infodir.
9192 (emacsinfodir): Deleted.
9193
c5602427 91941993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9195
9196 * Makefile (srcs): Add calendar.texi.
9197
9198 * Makefile (dist): Copy texindex.c and makeinfo.c.
9199 Limit elisp-* files to those with one or two digits.
9200
c5602427 92011993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
9202
9203 * Makefile (dist): Changed to use Gzip instead of compress.
9204
c5602427 92051993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9206
9207 * loading.texi (Unloading): define-function changed back to
9208 defalias. It may not stay this way, but at least it's
9209 consistent with the known-good version of the code patch.
9210
c5602427 92111993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
b8d4c8d0
GM
9212
9213 * modes.texi (Hooks): Document new optional arg of add-hook.
9214
c5602427 92151993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9216
9217 * variables.texi: Document nil initial value of buffer-local variables.
9218
9219 * tips.texi: Add new section on standard library headers.
9220
c5602427 92211993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
9222
9223 * Makefile (srcs): Add frame.texi to the list of sources.
9224
c5602427 92251993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
9226
9227 * Makefile (dist): Don't bother excluding autosave files; they'll
9228 never make it into the temp directory anyway, and the hash marks
9229 in the name are problematic for make and the Bourne shell.
9230 (srcs):
9231
c5602427 92321993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
9233
9234 * Makefile (dist): Don't include backup files or autosave files in
9235 the distribution tar file.
9236
c5602427 92371991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0 9238
5dcb4c4e 9239 * Makefile (srcs): Add index.perm.
b8d4c8d0
GM
9240 (elisp.dvi): Remove erroneous shell comment.
9241 Expect output of permute-index in permuted.fns.
9242 Save old elisp.aux in elisp.oaux.
5dcb4c4e 9243 (clean): Add index.texi to be deleted.
b8d4c8d0 9244
c5602427 92451990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
9246
9247 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
9248
c5602427 92491990-06-26 David Lawrence (tale@geech)
b8d4c8d0
GM
9250
9251 * files.texi: Noted that completion-ignored-extensions is ignored
9252 when making *Completions*.
9253
3e868ee3 92541990-06-08 Jay Fenlason (hack@ai.mit.edu)
b8d4c8d0
GM
9255
9256 * Makefile make dist now depends on elisp.dvi, since it tries
9257 to include it in the dist file.
9258
c5602427 92591990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
b8d4c8d0 9260
c5602427 9261 * functions.texinfo (Mapping Functions): Add missing quote.
b8d4c8d0 9262
c5602427 92631989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
9264
9265 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
9266 (defunargs): Turn off \hyphenchar of \sl font temporarily.
9267
c5602427 92681989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9269
9270 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
9271 and @error{} are the terms now being used. The files in the
9272 directory have been changed to reflect this.
9273
9274 * All instances of @indentedresultt{} have been changed to
9275 ` @result{}', using 5 spaces at the begining of the line.
9276
c5602427 92771989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9278
9279 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
9280 experimental @indentedresult{}, @indentedexpandsto{} are part of
9281 the texinfo.tex in this directory. These TeX macros are not
9282 stable yet.
9283
c5602427 92841989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9285
9286 * texinfo.tex: Temporarily added
9287 \let\result=\dblarrow
9288 \def\error{{\it ERROR} \longdblarrow}
9289 We need to do this better soon.
9290
c5602427 92911989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9292
9293 * Applied Karl Berry's patches to *.texinfo files, but not to
9294 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
9295 new title page format is also not applied, since it requires
9296 texinfo.tex changes.)
9297
9298 * Cleaned up `Makefile' and defined the `emacslibdir' directory
9299 for the Project GNU development environment.
9300
9301;; Local Variables:
c8763fb6 9302;; coding: utf-8
b8d4c8d0
GM
9303;; End:
9304
73b0cd50 9305 Copyright (C) 1998-2011 Free Software Foundation, Inc.
b8d4c8d0
GM
9306
9307 This file is part of GNU Emacs.
9308
352c8b4a 9309 GNU Emacs is free software: you can redistribute it and/or modify
b8d4c8d0 9310 it under the terms of the GNU General Public License as published by
352c8b4a
GM
9311 the Free Software Foundation, either version 3 of the License, or
9312 (at your option) any later version.
b8d4c8d0
GM
9313
9314 GNU Emacs is distributed in the hope that it will be useful,
9315 but WITHOUT ANY WARRANTY; without even the implied warranty of
9316 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9317 GNU General Public License for more details.
9318
9319 You should have received a copy of the GNU General Public License
352c8b4a 9320 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.