* xsettings.c (SYSTEM_FONT): Define only when used.
[bpt/emacs.git] / doc / lispref / ChangeLog
CommitLineData
f68d76d0
LMI
12011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2
8a20ca4c
LMI
3 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
4 is only used in the Customize user interface (bug#6089).
5
f68d76d0 6 * display.texi (Showing Images): Mention the point of sliced
6dd56db4 7 images (bug#7836).
f68d76d0 8
7018dbe7
EZ
92011-07-02 Eli Zaretskii <eliz@gnu.org>
10
11 * variables.texi (Defining Variables, Void Variables)
12 (Constant Variables): Fix incorrect usage of @kindex.
13
36cb87a1
LMI
142011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
15
28ee97c7
LMI
16 * variables.texi (Defining Variables): Add an index entry for
17 `set-variable' (bug#7262).
8d4294e9 18 (Defining Variables): Use @findex for functions.
28ee97c7 19
8862ffd5
LMI
20 * frames.texi (Basic Parameters): Document the `explicit-name'
21 parameter (bug#6951).
22
0ec389b9
LMI
23 * customize.texi (Type Keywords): Clarify that :value provides a
24 default value for all types (bug#7386).
25
36cb87a1
LMI
26 * streams.texi (Output Functions): Document `pp'.
27
11fdef7d 282011-06-25 Chong Yidong <cyd@stupidchicken.com>
dfc47e35
CY
29
30 * keymaps.texi (Searching Keymaps):
31 * display.texi (Overlay Properties): Fix errors in 2011-05-29
32 change. Suggested by Johan Bockgård.
33
eeafcea7
CY
342011-06-15 Chong Yidong <cyd@stupidchicken.com>
35
36 * text.texi (Special Properties): Clarify role of font-lock-face.
37
b96e6cde
LMI
382011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
39
40 * processes.texi (Process Information): Renamed `process-alive-p'
41 to `process-live-p' for consistency with other `-live-p' functions.
42
be14b9ab
PE
432011-06-03 Paul Eggert <eggert@cs.ucla.edu>
44
45 Document wide integers better.
46 * files.texi (File Attributes): Document ino_t values better.
2d365993 47 ino_t values no longer map to anything larger than a single cons.
be14b9ab
PE
48 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
49 (Bitwise Operations):
001903b5
PE
50 * objects.texi (Integer Type): Use a binary notation that is a bit easier
51 to read, and that will port better if 62-bits becomes the default.
52 Fix or remove incorrect examples.
be14b9ab
PE
53 * os.texi (Time Conversion): Document time_t values better.
54
bcd54f83
LMI
552011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
56
57 * processes.texi (Process Information): Document
58 `process-alive-p'.
59
049bcbcb
CY
602011-05-29 Chong Yidong <cyd@stupidchicken.com>
61
62 * help.texi (Accessing Documentation):
63 * display.texi (Pixel Specification):
64 * processes.texi (Serial Ports, Serial Ports):
65 * nonascii.texi (Character Properties, Default Coding Systems):
66 * text.texi (Changing Properties, Special Properties):
67 * windows.texi (Window Start and End):
68 * modes.texi (SMIE Indentation Example, SMIE Tricks):
69 * keymaps.texi (Searching Keymaps, Tool Bar):
70 * minibuf.texi (Basic Completion):
71 * compile.texi (Eval During Compile):
72 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
73 7x9 paper in printed manual.
74
75 * lists.texi (Sets And Lists): Fix misplaced text.
76
58539c63
CY
772011-05-29 Chong Yidong <cyd@stupidchicken.com>
78
79 * keymaps.texi (Remapping Commands): Emphasize that the keymap
80 needs to be active (Bug#8350).
81
6b5681bf
CY
822011-05-28 Chong Yidong <cyd@stupidchicken.com>
83
b4d52acc
CY
84 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
85
6b5681bf
CY
86 * tips.texi (Coding Conventions): Remove antediluvian filename
87 limit recommendation (Bug#8538).
88
e145f188
GM
892011-05-27 Glenn Morris <rgm@gnu.org>
90
91 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
92
eafed945
GM
932011-05-26 Glenn Morris <rgm@gnu.org>
94
95 * variables.texi (File Local Variables):
96 Update hack-local-variables `mode-only' return value.
2d3ba9e7 97 Add some more details on what this function does in the other case.
eafed945 98
bc8410af
GM
992011-05-19 Glenn Morris <rgm@gnu.org>
100
101 * lists.texi (Sets And Lists): Mention cl provides union etc.
102
35a30759
N
1032011-05-19 Nix <nix@esperi.org.uk>
104
105 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
106
107 * text.texi (Parsing HTML): Update for function name changes.
108
109 * syntax.texi (Syntax Flags): Small fix.
110
111 * keymaps.texi (Active Keymaps): Typo fix.
112 (Changing Key Bindings): Grammar fix.
113
114 * frames.texi (Minibuffers and Frames): Grammar fix.
115 (Window System Selections): x-select-enable-clipboard now defaults to t.
116
117 * customize.texi (Common Keywords):
118 * display.texi (Abstract Display):
119 * modes.texi (Auto-Indentation):
120 * nonascii.texi (Converting Representations): Typo fixes.
121
122 * control.texi (Examples of Catch): Call it "goto" not "go to".
123
e3934a8a
EZ
1242011-05-14 Eli Zaretskii <eliz@gnu.org>
125
bc039a3b
EZ
126 * nonascii.texi (Character Properties): Fix inconsistencies with
127 implementation.
128
e3934a8a
EZ
129 * text.texi (Special Properties): Move @defvar's out of the
130 @table. (Bug#8652)
131
e2c94218
GM
1322011-05-12 Glenn Morris <rgm@gnu.org>
133
134 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
135
d2fc7e3d 1362011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
bc3bea9c
SM
137
138 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
139 (Multiline Font Lock):
140 * vol2.texi (Top):
141 * vol1.texi (Top):
142 * elisp.texi (Top): Update menu accordingly.
143
d2fc7e3d 1442011-05-12 Drew Adams <drew.adams@oracle.com>
e6dc6206
DA
145
146 * modes.texi (Region to Fontify): Fix typo.
147
79b70037
GM
1482011-05-10 Jim Meyering <meyering@redhat.com>
149
150 * minibuf.texi: Fix typo "in in -> in".
151
b08a63cc 1522011-05-06 Paul Eggert <eggert@cs.ucla.edu>
fed14fd7
PE
153
154 * numbers.texi (Integer Basics): Large integers are treated as floats.
155
1ef14cb4
LMI
1562011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
157
158 * processes.texi (Synchronous Processes): Document the (:file
159 "/file-name") syntax for `call-process'.
160
4ffd0d6b 1612011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
162
163 * windows.texi (Choosing Window): Fix typo.
164
4ffd0d6b 1652011-04-23 Chong Yidong <cyd@stupidchicken.com>
40954368
CY
166
167 * frames.texi (Layout Parameters): Note the difference between
168 querying and setting parameters for left-fringe and right-fringe
169 (Bug#6930).
170
fd5a8ae8
SM
1712011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
172
173 * minibuf.texi (Basic Completion): Be a bit more precise about the
174 valid kinds of completion tables.
175 (Programmed Completion): Remove obsolete text about lambda expressions
176 not being valid completion tables.
177
c1bcd0d5
CY
1782011-03-19 Chong Yidong <cyd@stupidchicken.com>
179
180 * positions.texi (Excursions): Explain the "save-excursion
181 defeated by set-buffer" warning.
182
183 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
184 save-excursion. Suggested by Uday S Reddy.
185
03408648 1862011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
ba83908c 187
03408648
SM
188 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
189 (Lexical Binding): New sub-section.
ba83908c 190
03408648
SM
191 * eval.texi (Eval): Discourage the use of `eval'.
192 Document its new `lexical' argument.
6c075cd7 193
f6d62986
SM
1942011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
195
03408648 196 * commands.texi (Command Overview): `post-command-hook' is not reset to
f6d62986
SM
197 nil any more.
198
84ea5558 1992011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
e4021ec1
SM
200
201 * strings.texi (String Conversion): Don't mention
202 string-make-(uni|multi)byte (bug#8262).
203 * nonascii.texi (Converting Representations): Fix up range.
204 * keymaps.texi (Key Binding Commands): Update code point, avoid
205 "unibyte character" and remove mention of unibyte bindings.
206
62d94509
EZ
2072011-03-10 Eli Zaretskii <eliz@gnu.org>
208
209 * modes.texi (Operator Precedence Grammars): Don't use characters
210 outside ISO-8859-1.
211
63a329f8
EZ
2122011-03-09 Eli Zaretskii <eliz@gnu.org>
213
214 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
215
216 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
217
6446548e
GM
2182011-03-08 Glenn Morris <rgm@gnu.org>
219
220 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
221 * intro.texi (Acknowledgements): Names to UTF-8.
80b005c7 222 * elisp.texi: Set documentencoding.
6446548e 223
33383987
JB
2242011-03-07 Chong Yidong <cyd@stupidchicken.com>
225
226 * Version 23.3 released.
227
0b3ceceb
CY
2282011-03-06 Chong Yidong <cyd@stupidchicken.com>
229
230 * package.texi: Update index keywords.
231 (Package Archives): New node contents. Document package-x.el.
232
78f5433f
JB
2332011-03-06 Juanma Barranquero <lekktu@gmail.com>
234
235 * makefile.w32-in (srcs): Add package.texi.
236
555e9b5c
CY
2372011-03-06 Chong Yidong <cyd@stupidchicken.com>
238
120d9389
CY
239 * package.texi (Packaging, Packaging Basics, Simple Packages)
240 (Multi-file Packages): Expand and clarify.
241 (Package Archives): Temporary placeholder node.
242
243 * elisp.texi (Top): Update node listing.
244
555e9b5c
CY
245 * Makefile.in (srcs): Add package.texi.
246
b59a4335
CY
2472011-03-05 Chong Yidong <cyd@stupidchicken.com>
248
249 * processes.texi (Synchronous Processes): Minor clarification
250 (Bug#8149).
251
06083aa1
GM
2522011-03-03 Glenn Morris <rgm@gnu.org>
253
254 * files.texi (Truenames): Minor clarification. (Bug#2341)
255
6640b281
GM
2562011-03-01 Glenn Morris <rgm@gnu.org>
257
258 * variables.texi (Directory Local Variables):
259 Mention `(subdirs . nil)' alist element.
260
2b0c7330 2612011-02-28 Glenn Morris <rgm@gnu.org>
081f7640
GM
262
263 * variables.texi (Directory Local Variables): Mention the optional
264 mtime argument of dir-locals-set-directory-class. (Bug#3577)
265
b923f7a9
CY
2662011-02-27 Chong Yidong <cyd@stupidchicken.com>
267
268 * minibuf.texi (Minibuffer History): Clarify discussion of
269 minibuffer history lists (Bug#8085).
270
67ab0163 2712011-02-19 Eli Zaretskii <eliz@gnu.org>
86ec878a 272
e979a521
EZ
273 * elisp.texi: Sync @dircategory with ../../info/dir.
274
e03b2fd4
EZ
275 * files.texi (Visiting Functions): Document find-file-literally,
276 both the command and the variable.
277
86ec878a
EZ
278 * variables.texi (Creating Buffer-Local): Explain the meaning of
279 permanent local variables.
280
67ab0163
GM
281 * files.texi (Visiting Functions): Document find-file-literally,
282 both the command and the variable.
283
284 * variables.texi (Creating Buffer-Local): Explain the meaning of
285 permanent local variables.
286
2872011-02-19 Glenn Morris <rgm@gnu.org>
dff9ac46
GM
288
289 * keymaps.texi (Remapping Commands): Mention how to undo it.
290
bfcb151a
RT
2912011-02-09 Reuben Thomas <rrt@sc3d.org>
292
293 * loading.texi (Hooks for Loading): Remove unnecessary advice
294 about eval-after-load (Bug#7986).
295
a41c8660
CY
2962011-02-05 Chong Yidong <cyd@stupidchicken.com>
297
298 * commands.texi (Accessing Mouse): Note that a header line is not
299 included in the row of posn-col-row.
300
e0dd6837
CY
3012011-02-02 Chong Yidong <cyd@stupidchicken.com>
302
303 * modes.texi (Major Mode Conventions): Add face guidelines.
304 (Faces for Font Lock): List faces in order of prominence.
305
a4180391
PE
3062011-02-01 Paul Eggert <eggert@cs.ucla.edu>
307
308 format-time-string now supports subsecond time stamp resolution
309 * os.texi (Time Parsing): Document %N.
310
7427eb97
CY
3112011-01-28 Chong Yidong <cyd@stupidchicken.com>
312
61db307f
CY
313 * vol1.texi (Top):
314 * vol2.texi (Top):
315 * elisp.texi (Top):
316 * display.texi (Display Property): Shorten the menu description of
317 the "Other Display Specs" node (Bug#7816).
318
7427eb97
CY
319 * keymaps.texi (Defining Menus): Add "menu item" and "extended
320 menu item" concept index entries (Bug#7805).
321
bf3dae7e
EZ
3222011-01-29 Eli Zaretskii <eliz@gnu.org>
323
324 * makefile.w32-in (texinfodir): New variable.
325 (usermanualdir): Remove as redundant with $(emacsdir).
326 (MAKEINFO): Remove options, leave only program name.
327 (MAKEINFO_OPTS): New variable.
328 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
329
06d8ace5 3302011-01-25 Chong Yidong <cyd@stupidchicken.com>
e6cf7a82
CY
331 Richard Kim <emacs18@gmail.com>
332
333 * loading.texi (Library Search): Document list-load-path-shadows
334 (Bug#7757).
335
06d8ace5 3362011-01-25 Chong Yidong <cyd@stupidchicken.com>
3f066f54
CY
337
338 * searching.texi (Regexp Special): Remove outdated discussion of
339 character sets (Bug#7780).
340
28a88153
CY
341 * frames.texi (Pop-Up Menus): Document where menu title comes
342 from (Bug#7684).
343
06d8ace5 3442011-01-25 Glenn Morris <rgm@gnu.org>
4d265b4d
GM
345
346 * display.texi (Making Buttons): Mention limitation of text buttons.
347
a8e1e9ee
WL
3482011-01-23 Werner Lemberg <wl@gnu.org>
349
350 * Makefile.in (MAKEINFO): Now controlled by `configure'.
351 (MAKEINFO_OPTS): New variable. Use it where appropriate.
352 (ENVADD): New variable to control texi2dvi and texi2pdf.
353
362b9d48
GM
3542011-01-15 Chong Yidong <cyd@stupidchicken.com>
355
356 * files.texi (Directory Names): Move directory-abbrev-alist doc to
357 Emacs manual.
358
3592011-01-15 Eli Zaretskii <eliz@gnu.org>
360
361 * files.texi (Directory Names): Explain why FROM in
362 directory-abbrev-alist should begin with \`. (Bug#7777)
363
3fa173b4
SM
3642011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
365
366 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
367
7c420169 3682011-01-02 Eli Zaretskii <eliz@gnu.org>
2e4ab211
EZ
369
370 * modes.texi (Emulating Mode Line): Fix last change.
371
7c420169 3722011-01-02 Eli Zaretskii <eliz@gnu.org>
287e63bb
EZ
373
374 * modes.texi (Emulating Mode Line): Update documentation of
375 format-mode-line according to changes that fixed bug #7587.
376
80b33766
SM
3772010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
378
379 * modes.texi (Derived Modes): Mention prog-mode.
380
381 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
382 of the key-binding-data cache since we don't use it any more.
383
f49d1f52 3842010-12-13 Eli Zaretskii <eliz@gnu.org>
3c73e30e 385
4bb49a92
EZ
386 * processes.texi (Shell Arguments):
387 * strings.texi (Creating Strings): Don't mention "shell commands";
388 make it explicit that `split-string-and-unquote' and
389 `combine-and-quote-strings' are mainly for working with arguments
390 to call-process and start-process.
391
3c73e30e
EZ
392 * processes.texi (Shell Arguments): Fix documentation of
393 `split-string-and-unquote'. Add indexing. (Bug#7563)
394
f49d1f52 3952010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5dcb4c4e
SM
396
397 * modes.texi (Auto-Indentation): New section to document SMIE.
398 (Major Mode Conventions):
399 * text.texi (Mode-Specific Indent): Refer to it.
400
f49d1f52 4012010-12-13 Eli Zaretskii <eliz@gnu.org>
bdef6a77
EZ
402
403 * display.texi (Other Display Specs): Document left-fringe and
404 right-fringe display specs.
405
f49d1f52 4062010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
769741e3
SM
407
408 * backups.texi (Making Backups):
409 * modes.texi (Example Major Modes): Use recommended coding style.
410 (Major Mode Basics, Derived Modes): Encourge more strongly use of
411 define-derived-mode. Mention completion-at-point-functions.
412
f49d1f52 4132010-12-13 Chong Yidong <cyd@stupidchicken.com>
3e99b825 414
5dcb4c4e
SM
415 * nonascii.texi (Converting Representations):
416 Document byte-to-string.
e1115396 417
ec1b9b17
GM
4182010-12-08 Glenn Morris <rgm@gnu.org>
419
420 * buffers.texi (Modification Time):
421 verify-visited-file-modtime now defaults to the current buffer.
422
07976ae3 4232010-11-27 Chong Yidong <cyd@stupidchicken.com>
3e99b825 424
ec1b9b17 425 * nonascii.texi (Converting Representations): Document byte-to-string.
3e99b825
CY
426
427 * strings.texi (Creating Strings): Don't mention semi-obsolete
428 function char-to-string.
429 (String Conversion): Shorten discussion of semi-obsolete function
430 string-to-char. Link to Converting Representations.
431
432 * objects.texi (Symbol Type):
433 * text.texi (Near Point):
434 * help.texi (Help Functions):
435 * functions.texi (Mapping Functions): Use string instead of
436 char-to-string in examples.
437
07976ae3 4382010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295
CY
439
440 * text.texi (Kill Functions, Kill Functions)
441 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
442 YANK-HANDLER args.
443
444 * symbols.texi (Creating Symbols): Using unintern without an
445 obarray arg is now obsolete.
446
447 * numbers.texi (Float Basics): Document float-e and float-pi.
448
449 * variables.texi (Defining Variables): Change "pi" example to
450 "float-pi".
451
8547874a
EZ
4522010-11-26 Eli Zaretskii <eliz@gnu.org>
453
454 * commands.texi (Click Events): Document the values of X, Y and
455 COL, ROW in the event's position, when the click is on the header
456 or mode line, on the fringes, or in the margins.
457
4a47c275 4582010-11-17 Eli Zaretskii <eliz@gnu.org>
c7926fe2 459
5b05d75b
EZ
460 * customize.texi (Composite Types): Lower-case index entry.
461
5dcb4c4e
SM
462 * loading.texi (How Programs Do Loading):
463 Document load-file-name. (Bug#7346)
c7926fe2 464
4a47c275 4652010-11-17 Glenn Morris <rgm@gnu.org>
cde08ac9
GM
466
467 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
468
0eb025fb
EZ
4692010-11-13 Eli Zaretskii <eliz@gnu.org>
470
471 * display.texi (Usual Display): Characters with no fonts are not
472 necessarily displayed as empty boxes.
473
2699a554 4742010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
475
476 * maps.texi (Standard Keymaps): Update File menu description.
477
8289f37b
GM
4782010-10-28 Glenn Morris <rgm@gnu.org>
479
480 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
481
5793a7bc 4822010-10-24 Eli Zaretskii <eliz@gnu.org>
89baa1df
EZ
483
484 * display.texi (Window Systems): Deprecate use of window-system as
485 a predicate.
486
17284e30
GM
4872010-10-23 Glenn Morris <rgm@gnu.org>
488
489 * help.texi (Documentation Basics): Remove mentions of digest-doc and
490 sorted-doc.
491
00f113eb
JB
4922010-10-15 Eli Zaretskii <eliz@gnu.org>
493
494 * os.texi (Dynamic Libraries): New node, with slightly modified
495 text deleted from "Image Formats".
496 (System Interface): Add @menu entry for "Dynamic Libraries".
497
498 * display.texi (Image Formats): Remove description of
499 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
500
07277eb8
GM
5012010-10-12 Glenn Morris <rgm@gnu.org>
502
503 * book-spine.texinfo: Rename to book-spine.texi.
504
c12e4a81
GM
5052010-10-11 Glenn Morris <rgm@gnu.org>
506
df187c62
GM
507 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
508
c12e4a81 509 * Makefile.in (DVIPS): New variable.
234db610
GM
510 (.PHONY): Add html, ps.
511 (html, elisp.html, ps, elisp.ps): New targets.
512 (clean): Delete html, ps files.
513 ($(infodir)/elisp): Remove unnecessary includes.
c12e4a81 514
6513b232
EZ
5152010-10-09 Eli Zaretskii <eliz@gnu.org>
516
517 * makefile.w32-in (emacsdir): New variable.
518 (srcs): Add emacsver.texi.
519 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
520
abd40fb4
GM
5212010-10-09 Glenn Morris <rgm@gnu.org>
522
c1dc72b3
GM
523 * Makefile.in (VPATH): Remove.
524 (infodir): Make it absolute.
525 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
526
4393405b
GM
527 * Makefile.in (dist): Anchor regexps.
528
eef3ab94
GM
529 * Makefile.in (srcs): Put elisp.texi first.
530 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
531
aa9db089
GM
532 * Makefile.in (infoclean): Remove harmless, long-standing error.
533
abd40fb4
GM
534 * Makefile.in ($(infodir)): Delete rule.
535 (mkinfodir): New.
536 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
537
68db69ed 538 * Makefile.in (dist): Remove reference to emacsver.texi.in.
208deadc 539 Also copy emacsver.texi, and edit $emacsdir.
68db69ed 540
ea274122
GM
5412010-10-09 Glenn Morris <rgm@gnu.org>
542
f7a31f11
GM
543 * Makefile.in (emacsdir): New variable.
544 (MAKEINFO): Add -I $emacsdir.
545 (dist): Copy emacsver.texi.
b13254e7
GM
546 (srcs): Add emacsver.texi.
547
f7a31f11
GM
548 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
549 Set EMACSVER by including emacsver.texi.
550
ea274122
GM
551 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
552
17ca7950
GM
5532010-10-07 Glenn Morris <rgm@gnu.org>
554
555 * Makefile.in (version): New, set by configure.
556 (clean): Delete dist tar file.
557 (dist): Use version in tar name.
558
4c83f6e1
GM
5592010-10-06 Glenn Morris <rgm@gnu.org>
560
561 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
562 (INSTALL_INFO): Remove unused variable.
563 (mostlyclean, infoclean, dist): New rules.
564 (clean): Delete dvi and pdf files.
565 (maintainer-clean): Remove elisp.oaux, use infoclean.
8a944cea 566 ($(infodir)): Add parallel build workaround.
4c83f6e1 567
0264072d
GM
5682010-10-04 Glenn Morris <rgm@gnu.org>
569
570 * Makefile.in (dvi, pdf, $(infodir)): New targets.
571 ($(infodir)/elisp): Ensure target directory exists. Use $@.
8cce34d0 572 Fix -I typo.
0264072d
GM
573 (clean): No 'make.out' or 'core' files.
574 (.PHONY): Declare clean rules.
575 (maintainer-clean): Delete pdf file. Guard against cd failures.
576
77f38949
GM
5772010-10-03 Glenn Morris <rgm@gnu.org>
578
579 * files.texi (File Name Components): Remove ignored section about
580 deleted variable directory-sep-char.
581
178fdd41
MA
5822010-10-03 Michael Albinus <michael.albinus@gmx.de>
583
584 * files.texi (Magic File Names): New defopt
585 remote-file-name-inhibit-cache.
586
9c524fcb
GM
5872010-10-02 Glenn Morris <rgm@gnu.org>
588
589 * os.texi (Killing Emacs): Hook now runs in batch mode.
590
f816790b
SM
5912010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
592
593 * text.texi (Special Properties): Clarify when modification-hooks run.
594
7cf78aac
SM
5952010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
596
597 * syntax.texi (Syntax Flags): Document new `c' flag.
598
ca0d44e4
GM
5992010-09-09 Glenn Morris <rgm@gnu.org>
600
601 * display.texi (ImageMagick Images): General cleanup.
602
10999305 6032010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
604
605 * files.texi (Directory Names): Use \` rather than ^.
606
45240125
JD
6072010-09-02 Jan Djärv <jan.h.d@swipnet.se>
608
609 * text.texi (Low-Level Kill Ring):
610 * frames.texi (Window System Selections): Remove cut buffer
611 documentation.
612
4abe5bf6
EZ
6132010-08-28 Eli Zaretskii <eliz@gnu.org>
614
615 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
616 Parameters", where the default fringe width is described.
617
618 * frames.texi (Window Frame Parameters, Basic Parameters)
619 (Position Parameters, Layout Parameters, Management Parameters)
620 (Cursor Parameters, Font and Color Parameters): Add indexing for
621 frame parameters. (Bug#6929)
622
fdc76236
TT
6232010-08-25 Tom Tromey <tromey@redhat.com>
624
625 * vol2.texi (Top): Update.
626 * vol1.texi (Top): Update.
627 * tips.texi (Library Headers): Mention Package-Version and
628 Package-Requires.
629 * package.texi: New file.
630 * os.texi (System Interface): Update pointers.
631 * elisp.texi (Top): Link to new nodes. Include package.texi.
632 * anti.texi (Antinews): Update pointers.
633
1e5c1c80
EZ
6342010-08-25 Eli Zaretskii <eliz@gnu.org>
635
636 * processes.texi (Filter Functions): Fix last change.
637
78e33835
CY
6382010-08-24 Markus Triska <triska@gmx.at>
639
640 * processes.texi (Filter Functions): Use `buffer-live-p' instead
641 of `buffer-name' in the main text as well as in the example
642 (Bug#3098).
643
198a7a97
CY
6442010-08-22 Chong Yidong <cyd@stupidchicken.com>
645
646 * nonascii.texi (Text Representations):
647 * loading.texi (Loading Non-ASCII):
648 * compile.texi (Byte Compilation): Don't mention obsolete
649 --unibyte command-line argument.
650
bc7d7ea6
CY
6512010-08-22 Chong Yidong <cyd@stupidchicken.com>
652
653 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
654
b0126eac 6552010-08-22 Chong Yidong <cyd@stupidchicken.com>
96b1842d
CY
656
657 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
658
e8a6cc19
EZ
6592010-08-20 Eli Zaretskii <eliz@gnu.org>
660
661 * commands.texi (Misc Events): Add cross-references to where
662 POSITION of a mouse event is described in detail.
663
7815fe19 6642010-08-08 Christoph <cschol2112@googlemail.com>
ee301a7a
SM
665
666 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
667
7815fe19 6682010-08-08 Juanma Barranquero <lekktu@gmail.com>
e8bf5266
JB
669
670 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
671 Suggested by Štěpán Němec <stepnem@gmail.com>.
672
7815fe19 6732010-08-08 Juanma Barranquero <lekktu@gmail.com>
b4f588fa
JB
674
675 * minibuf.texi (High-Level Completion): Document args of
676 `read-buffer-function' (bug#5625).
677
8b2dd508
JD
6782010-07-29 Jan Djärv <jan.h.d@swipnet.se>
679
680 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
681
bace45fe
MA
6822010-07-29 Michael Albinus <michael.albinus@gmx.de>
683
684 * processes.texi (Process Information): Explain process property
685 `remote-tty'.
686
4ce5a4cc
JB
6872010-07-27 Juanma Barranquero <lekktu@gmail.com>
688
689 * modes.texi (Defining Minor Modes): Use C-delete in examples,
690 instead of "\C-\^?" (bug#6334).
691
1c84bc7a
JB
692 * text.texi (Special Properties): Fix typo.
693
b88746ba
EZ
6942010-07-09 Eli Zaretskii <eliz@gnu.org>
695
696 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
697 calling sequences, which are now the standard.
698
51422d6d
CY
6992010-06-24 Chong Yidong <cyd@stupidchicken.com>
700
701 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
702
703 * commands.texi (Command Overview): Mention undo-boundary call.
704
d24880de
GM
7052010-06-23 Glenn Morris <rgm@gnu.org>
706
707 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
708 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
709 * frames.texi, functions.texi, internals.texi, keymaps.texi:
710 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
711 * searching.texi, sequences.texi, strings.texi, syntax.texi:
712 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
713 Untabify Texinfo files.
714
0fc76035
CY
7152010-06-20 Chong Yidong <cyd@stupidchicken.com>
716
717 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
718
5338dc0b
CY
7192010-06-19 Chong Yidong <cyd@stupidchicken.com>
720
a628ad9d 721 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
5338dc0b 722
2c3a3c1d
CY
7232010-06-02 Chong Yidong <cyd@stupidchicken.com>
724
ba3bf1d9
CY
725 * searching.texi (Regexp Special): Remove obsolete information
726 about matching non-ASCII characters, and suggest using char
727 classes (Bug#6283).
2c3a3c1d 728
7f4b4249
JB
7292010-05-30 Juanma Barranquero <lekktu@gmail.com>
730
731 * minibuf.texi (Basic Completion): Add missing "@end defun".
732
637821cd
SM
7332010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
734
735 * minibuf.texi (Basic Completion): Document completion-boundaries.
736 (Programmed Completion): Document the new fourth method for boundaries.
737
e13051c3
CY
7382010-05-22 Chong Yidong <cyd@stupidchicken.com>
739
a628ad9d 740 * display.texi (Image Cache): Update documentation about image caching.
e13051c3 741
0235128c 7422010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
743
744 * windows.texi (Textual Scrolling):
745 * tips.texi (Coding Conventions):
746 * minibuf.texi (Minibuffer History):
747 * maps.texi (Standard Keymaps):
748 * loading.texi (Where Defined):
749 * edebug.texi (Instrumenting): Fix typos.
750
0235128c 7512010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549 752
c7c32279
CY
753 * keymaps.texi (Menu Bar): Document :advertised-binding property.
754
0235128c
SM
755 * functions.texi (Obsolete Functions):
756 Document set-advertised-calling-convention.
eb5ed549
CY
757
758 * minibuf.texi (Basic Completion): Document completion-in-region.
759 (Programmed Completion): Document completion-annotate-function.
760
761 * commands.texi (Reading One Event): Document read-key.
762 (Distinguish Interactive): Document KIND arg to
763 called-interactively-p. Delete obsolete interactive-p.
764
765 * elisp.texi (Top): Update node description.
766
f8848423
EZ
7672010-05-08 Eli Zaretskii <eliz@gnu.org>
768
0235128c
SM
769 * nonascii.texi (Character Properties):
770 Document unicode-category-table. Add an index entry for Unicode
771 general category.
772
7732010-05-07 Chong Yidong <cyd@stupidchicken.com>
774
775 * Version 23.2 released.
f8848423 776
938efb77
JB
7772010-04-20 Juanma Barranquero <lekktu@gmail.com>
778
779 * locals.texi (Standard Buffer-Local Variables):
780 Remove @ignore'd reference to `direction-reversed'.
781
5854c267
JL
7822010-04-14 Juri Linkov <juri@jurta.org>
783
784 Fix @deffn without category.
785
786 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
787 for `abbrev-insert'.
788
789 * buffers.texi (Indirect Buffers): Add category `Command'
790 to @deffn of `clone-indirect-buffer'.
791
792 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
793 for `next-window' and `previous-window'. Add category `Command'
794 to @deffn of `pop-to-buffer'.
795
8a14dec7
CY
7962010-04-01 Chong Yidong <cyd@stupidchicken.com>
797
798 * nonascii.texi (Text Representations): Don't mark
799 enable-multibyte-characters as a user option.
800
7a1831cf
EZ
8012010-03-31 Eli Zaretskii <eliz@gnu.org>
802
803 * control.texi (Handling Errors): How to re-throw a signal caught
804 by condition-case.
805
c3863713
CY
8062010-03-26 Chong Yidong <cyd@stupidchicken.com>
807
808 * loading.texi (Hooks for Loading): Document after-load-functions.
809 Copyedits.
810
c333f279
AM
8112010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
812
813 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
814
e867cb5d 8152010-03-24 Chong Yidong <cyd@stupidchicken.com>
f7704e26
CY
816
817 * processes.texi (Network Processes): Document seqpacket type.
818
605f35cd
DN
8192010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
820
821 * os.texi (System Environment): Do not mention lynxos.
822
288f9fc0
CY
8232010-03-10 Chong Yidong <cyd@stupidchicken.com>
824
825 * Branch for 23.2.
826
eed5c93a
CY
8272010-03-06 Chong Yidong <cyd@stupidchicken.com>
828
829 * objects.texi (Integer Type): Take note of the read syntax
830 exception for numbers that cannot fit in the integer type.
831
1ddd6622
GM
8322010-03-03 Glenn Morris <rgm@gnu.org>
833
834 * numbers.texi (Integer Basics, Bitwise Operations):
835 * objects.texi (Integer Type): Update for integers now being 30-bit.
836
a908c79a
CY
8372010-02-27 Chong Yidong <cyd@stupidchicken.com>
838
839 * display.texi (Low-Level Font): Document :otf font-spec property.
840
cd61af01
SM
8412010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
842
843 * display.texi (Line Height): Avoid obsolete special default variables
844 like default-major-mode.
845
c02f8fe2
AM
8462010-01-28 Alan Mackenzie <acm@muc.de>
847
848 * display.texi (Auto Faces): Say fontification-functions is called
849 whether or not Font Lock is enabled. Tidy up the wording a bit.
850
d738d18b
CY
8512010-01-17 Chong Yidong <cyd@stupidchicken.com>
852
853 * elisp.texi: Remove duplicate edition information (Bug#5407).
854
4963739e
JB
8552010-01-17 Juanma Barranquero <lekktu@gmail.com>
856
857 * two.el (volume-header-toc-markup): Fix typos in docstring.
858
c57008f6
SM
8592010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
860
861 Avoid dubious uses of save-excursions.
862 * positions.texi (Excursions): Recommend the use of
863 save-current-buffer if applicable.
864 * text.texi (Clickable Text): Fix the example code which used
865 save-excursion in a naive way which sometimes preserves point and
866 sometimes not.
867 * variables.texi (Creating Buffer-Local):
868 * os.texi (Session Management):
869 * display.texi (GIF Images):
870 * control.texi (Cleanups): Use (save|with)-current-buffer.
871
2f3725cd
EZ
8722010-01-02 Eli Zaretskii <eliz@gnu.org>
873
874 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
875
85eeac93
CY
8762010-01-02 Chong Yidong <cyd@stupidchicken.com>
877
878 * nonascii.texi (Text Representations, Character Codes)
879 (Converting Representations, Explicit Encoding)
880 (Translation of Characters): Use hex notation consistently.
881 (Character Sets): Fix map-charset-chars doc (Bug#5197).
882
4801c5fa
CY
8832010-01-01 Chong Yidong <cyd@stupidchicken.com>
884
885 * loading.texi (Where Defined): Make it clearer that these are
886 loaded files (Bug#5068).
887
26e533e2
CY
8882009-12-29 Chong Yidong <cyd@stupidchicken.com>
889
890 * minibuf.texi (Completion Styles): Document `initials' style.
891
16d1ff5f
CY
8922009-12-25 Chong Yidong <cyd@stupidchicken.com>
893
894 * frames.texi (Resources): Describe inhibit-x-resources.
895 (Size Parameters): Copyedit.
896
897 * hash.texi (Creating Hash):
898 * objects.texi (Hash Table Type): Document the new hash table
899 printed representation.
900
901 * minibuf.texi (Basic Completion): 4th arg to all-completions is
902 obsolete.
903
5dcb4c4e
SM
904 * processes.texi (Process Buffers):
905 Document process-kill-buffer-query-function.
16d1ff5f 906
9a5de3d9
GM
9072009-12-05 Glenn Morris <rgm@gnu.org>
908
909 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
910 diary-display-function, and no longer recommended to be a hook.
911 Update for changes in the names of calendar and diary hooks.
912 diary-print-entries-hook has changed section.
913
b640eb52
EZ
9142009-11-28 Eli Zaretskii <eliz@gnu.org>
915
916 * text.texi (Special Properties): More accurate description of
917 what the `cursor' property does.
918
be1674ab
KR
9192009-11-26 Kevin Ryde <user42@zip.com.au>
920
921 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
922 mouse-wheel-down-event, the closest thing to a definition for them.
923 * os.texi (Startup Summary): vindex inhibit-startup-message and
924 inhibit-splash-screen.
925 (Command-Line Arguments): vindex argv.
926 (Suspending Emacs): vindex suspend-tty-functions and
927 resume-tty-functions. Don't want to index every hook, but having
928 the programming ones is helpful.
929
603f5979
CY
9302009-11-14 Chong Yidong <cyd@stupidchicken.com>
931
932 * commands.texi (Motion Events): Fix typo (Bug#4907).
933
4359a806
CY
9342009-11-08 Chong Yidong <cyd@stupidchicken.com>
935
936 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
937 are affected by case-fold-search (Bug#4483).
938
0f063651
CY
9392009-11-02 Chong Yidong <cyd@stupidchicken.com>
940
941 * minibuf.texi (Reading File Names): Note that read-file-name may
942 use a graphical file dialog.
943
9bd79893
GM
9442009-10-31 Glenn Morris <rgm@gnu.org>
945
946 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
947
ebe479ec
KR
9482009-10-16 Kevin Ryde <user42@zip.com.au>
949
950 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
951 in particular so `info-lookup-symbol' can find its docs.
952
2640fa86
CY
9532009-10-16 Chong Yidong <cyd@stupidchicken.com>
954
955 * variables.texi (Constant Variables): Distinguish from defconst
956 variables.
957 (Defining Variables): Add cindex.
958
edd6a733
CY
9592009-10-15 Chong Yidong <cyd@stupidchicken.com>
960
961 * os.texi (Time of Day): Clarify that the microsecond part is
962 ignored (Bug#4637).
963
5feb0b73
GM
9642009-10-11 Glenn Morris <rgm@gnu.org>
965
966 * frames.texi (Size and Position): Clarify what is included in the frame
967 height. (Bug#4535)
968
0c5413c8
GM
9692009-10-10 Glenn Morris <rgm@gnu.org>
970
971 * windows.texi (Size of Window): The relationship between window and
972 frame heights is not so simple. (Bug#4535)
973 Mention window-full-height-p.
974
7f8b600a
SM
9752009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
976
977 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
978 used from Lisp.
979
6185de1c
EZ
9802009-10-07 Eli Zaretskii <eliz@gnu.org>
981
7f8b600a
SM
982 * files.texi (Directory Names) <abbreviate-file-name>:
983 Document that root home directories are not replaced with "~".
6185de1c 984
9972911f
EZ
9852009-10-06 Eli Zaretskii <eliz@gnu.org>
986
987 * text.texi (Special Properties): Document the meaning of the
988 `cursor' text property whose value is an integer.
989
2a3f19ef
MA
9902009-10-05 Michael Albinus <michael.albinus@gmx.de>
991
992 * files.texi (Magic File Names): Add `copy-directory'.
993
804543b5
EZ
9942009-10-05 Eli Zaretskii <eliz@gnu.org>
995
996 * files.texi (File Attributes): Fix description of file
997 attributes. (Bug#4638) Update attributes of files.texi example to
998 be more representative.
999
461bf92b
MA
10002009-10-05 Michael Albinus <michael.albinus@gmx.de>
1001
1002 * files.texi (Create/Delete Dirs): New command copy-directory.
1003
a86cd395
JB
10042009-10-04 Juanma Barranquero <lekktu@gmail.com>
1005
1006 * anti.texi (Antinews):
1007 * macros.texi (Indenting Macros):
1008 * strings.texi (Creating Strings, Case Conversion):
1009 Remove duplicate words.
1010
d3080264
MA
10112009-10-01 Michael Albinus <michael.albinus@gmx.de>
1012
1013 * files.texi (Create/Delete Dirs): delete-directory has an
1014 optional parameter RECURSIVE.
1015
85d14563
SM
10162009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
1017
1018 * buffers.texi (Swapping Text): Minor clarification.
1019
3d9842c6
GM
10202009-10-01 Glenn Morris <rgm@gnu.org>
1021
1022 * functions.texi (Declaring Functions): Mention that we also search for
1023 ".m" files in the src/ directory.
1024
78427304
CY
10252009-09-25 David Engster <deng@randomsample.de>
1026
3d9842c6 1027 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
78427304 1028
b578c9cc
GM
10292009-09-22 Glenn Morris <rgm@gnu.org>
1030
1031 * internals.texi (Building Emacs): Mention preloaded-file-list.
1032
beee5da7
AM
10332009-09-14 Alan Mackenzie <acm@muc.de>
1034
1035 * os.texi (Terminal Output): Put "@code{}" around "stdout".
1036
5d6ab672
CY
10372009-09-13 Chong Yidong <cyd@stupidchicken.com>
1038
1039 * functions.texi (Anonymous Functions): Rearrange discussion,
1040 giving usage of unquoted lambda forms first. Mention that
1041 `function' and `#'' are no longer required (Bug#4290).
1042
59375eeb
AM
10432009-09-11 Alan Mackenzie <acm@muc.de>
1044
a86cd395 1045 * os.texi (Terminal Output): Document `send-string-to-terminal' in
59375eeb
AM
1046 batch mode.
1047
e7e2f529
GM
10482009-09-01 Glenn Morris <rgm@gnu.org>
1049
1050 * display.texi (Face Functions): Mention define-obsolete-face-alias.
1051
eae47088
GM
10522009-08-26 Ulrich Mueller <ulm@gentoo.org>
1053
1054 * nonascii.texi (Character Codes): Fix typos.
1055
3691a0a6
MA
10562009-08-25 Michael Albinus <michael.albinus@gmx.de>
1057
1058 * processes.texi (Synchronous Processes): New defvar
1059 process-file-side-effects.
1060
664d56b8
GM
10612009-08-25 Glenn Morris <rgm@gnu.org>
1062
1063 * display.texi (Fontsets): Fix typo.
1064
0706c025
GM
1065 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
1066
03a74b84
SM
10672009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
1068
1069 * processes.texi (Asynchronous Processes): Adjust arglist of
1070 start-process-shell-command and start-file-process-shell-command.
1071
f6de8a37
CY
10722009-08-15 Chong Yidong <cyd@stupidchicken.com>
1073
4b1ed1bb
CY
1074 * advice.texi (Argument Access in Advice): Note that argument
1075 positions are zero-based (Bug#3932).
1076
89a9e058
CY
1077 * commands.texi (Distinguish Interactive): Minor copyedit.
1078
23696fd7
CY
1079 * display.texi (Face Attributes): Add xref to Displaying Faces for
1080 explanation of "underlying face".
1081
f6de8a37
CY
1082 * customize.texi (Common Keywords): Add xref to Loading.
1083
1084 * loading.texi (How Programs Do Loading): Add xref to Lisp
1085 Libraries node in the Emacs manual.
1086
417f77e6
CY
10872009-08-13 Chong Yidong <cyd@stupidchicken.com>
1088
1089 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
1090
0999039c
CY
10912009-07-18 Chong Yidong <cyd@stupidchicken.com>
1092
1093 * processes.texi (Shell Arguments): Copyedits.
1094
9af167bc
GM
10952009-07-18 Glenn Morris <rgm@gnu.org>
1096
1097 * loading.texi (Repeated Loading): Fix typo.
1098
137987ab
RS
10992009-07-16 Richard Stallman <rms@gnu.org>
1100
1101 * buffers.texi (Swapping Text): Recommend setting
1102 write-region-annotate-functions and buffer-saved-size.
1103
1104 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
1105
622fa380
GM
11062009-07-15 Glenn Morris <rgm@gnu.org>
1107
1108 * edebug.texi: Minor re-phrasings throughout.
1109 (Edebug Execution Modes): Sit-for affects continue mode too.
1110 (Jumping): Use `forward-sexp' rather than its keybinding.
1111 (Edebug Misc): Fix Q binding.
1112 (Edebug Eval): Remove cl version.
1113 (Printing in Edebug): Clarify print-length etc.
1114 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
1115 (Specification List): Remove edebug-unwrap findex entry.
1116 (Specification Examples): defmacro is actually not the same as defun.
1117 Escape "`" in example.
1118
6bbd4600
CY
11192009-07-15 Chong Yidong <cyd@stupidchicken.com>
1120
1121 * markers.texi (The Mark): Document optional arg to
1122 deactivate-mark.
1123
e538d479
GM
11242009-07-11 Kevin Ryde <user42@zip.com.au>
1125
1126 * hooks.texi (Standard Hooks): Fix cross-references.
1127
4c98b9ed
GM
1128 * loading.texi (Named Features): Refer to eval-after-load.
1129
5300838c
GM
11302009-07-11 Glenn Morris <rgm@gnu.org>
1131
64fbeb16
GM
1132 * Makefile.in (TEXI2PDF): New.
1133 (elisp.pdf): New target.
1134
4c98b9ed
GM
1135 * searching.texi (Regexp Backslash): Fix typo.
1136
1137 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5300838c 1138
51d9979c
GM
11392009-07-10 Glenn Morris <rgm@gnu.org>
1140
561c0216
GM
1141 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
1142
5b594a58
GM
1143 * customize.texi (Customization Types):
1144 * display.texi (Abstract Display):
0cc8c85a 1145 * objects.texi (Character Type, String Type):
5b594a58 1146 Merge in some menu descriptions from elisp.texi.
51d9979c 1147
c3cbbb40
GM
1148 * hash.texi (Hash Tables):
1149 * modes.texi (Multiline Font Lock):
1150 End menu description with period.
fe42c16a 1151
28528402
GM
11522009-07-09 Glenn Morris <rgm@gnu.org>
1153
1154 * back.texi: Don't hard-code texinfo location.
1155
1156 * two-volume.make (texinfodir): New, with location of texinfo.tex.
1157 (tex): Add texinfodir to TEXINPUTS.
1158 (elisp1med-init, elisp2med-init): Use texinfodir.
1159
1160 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
1161 (clean): Add two-volume.make intermediate files.
1162
1163 * elisp.texi, vol1.texi, vol2.texi:
1164 Use a DATE variable with the publication date, and update it.
1165 Fix antinews menu description.
1166
1167 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
1168 Update the detailed node listing to match elisp.texi.
1169
1170 * README: Update edition to match elisp.texi.
1171
1172 * objects.texi (General Escape Syntax):
1173 * nonascii.texi (Character Sets):
1174 Use consistent case for "Unicode Standard".
1175
1176 * anti.texi (Antinews):
1177 * customize.texi (Variable Definitions):
1178 * functions.texi (Declaring Functions):
1179 * nonascii.texi (Character Properties):
1180 * processes.texi (Serial Ports):
1181 * text.texi (Special Properties):
1182 * tips.texi (Coding Conventions):
1183 Minor rearrangements to improve TeX line-filling.
1184
1185 * commands.texi (Using Interactive): Fix cross-reference.
1186
17db8e10
JD
11872009-07-01 Jan Djärv <jan.h.d@swipnet.se>
1188
1189 * frames.texi (Management Parameters): Mention sticky.
1190
77c7e2e1
AS
11912009-07-01 Andreas Schwab <aschwab@redhat.com>
1192
1193 * help.texi (Help Functions): Fix description of help-buffer and
1194 help-setup-xref to use @defun instead of @deffn.
1195
3f1c6666
JD
11962009-07-01 Jan Djärv <jan.h.d@swipnet.se>
1197
1198 * frames.texi (Size Parameters): Mention maximized for fullscreen.
1199
ca27c21b
CY
12002009-06-24 Chong Yidong <cyd@stupidchicken.com>
1201
1202 * display.texi (Window Systems): Add ns to the list.
1203
70243478
CY
12042009-06-21 Chong Yidong <cyd@stupidchicken.com>
1205
1206 * Branch for 23.1.
1207
df006536
MR
12082009-06-17 Martin Rudalics <rudalics@gmx.at>
1209
1210 * windows.texi (Dedicated Windows): Fix typo.
1211 (Resizing Windows): Replace @defun by @deffn.
1212
d259fc4b
GM
12132009-06-17 Glenn Morris <rgm@gnu.org>
1214
1215 * variables.texi (Directory Local Variables):
1216 Update for 2009-04-11 name-change of dir-locals-directory-alist.
1217
30781db6
KH
12182009-06-09 Kenichi Handa <handa@m17n.org>
1219
1220 * nonascii.texi (Character Sets): State clearly that FROM and TO
1221 are codepoints of CHARSET.
1222
62e8099c
CY
12232009-06-07 Chong Yidong <cyd@stupidchicken.com>
1224
1225 * minibuf.texi (Reading File Names): Fix introductory text.
1226 Suggested by stan@derbycityprints.com.
1227 (High-Level Completion): Fix typo.
1228
ee1b1917
CY
12292009-05-28 Chong Yidong <cyd@stupidchicken.com>
1230
1231 * frames.texi (Text Terminal Colors): Multi-tty is already
1232 implemented, but tty-local colors are not.
1233
5df647e8
CY
12342009-05-27 Chong Yidong <cyd@stupidchicken.com>
1235
1236 * hooks.texi (Standard Hooks): Remove mention of obsolete
1237 redisplay-end-trigger-functions.
1238
1239 * internals.texi (Window Internals): Remove mention of obsolete
1240 redisplay-end-trigger-functions.
1241
01f17ae2
MR
12422009-05-21 Martin Rudalics <rudalics@gmx.at>
1243
1244 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
1245
1246 * backups.texi (Making Backups): backup-directory-alist and
1247 make-backup-file-name-function are options.
1248 (Auto-Saving): auto-save-list-file-prefix is an option.
1249
1250 * buffers.texi (Killing Buffers): buffer-offer-save is an
1251 option.
1252
1253 * display.texi (Refresh Screen): no-redraw-on-reenter is an
1254 option.
1255 (Echo Area Customization): echo-keystrokes is an option.
1256 (Selective Display): selective-display-ellipses is an option.
1257 (Temporary Displays): temp-buffer-show-function is an option.
1258 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
1259 are options.
1260 (Font Selection): face-font-family-alternatives,
1261 face-font-selection-order, face-font-registry-alternatives, and
1262 scalable-fonts-allowed are options.
1263 (Fringe Indicators): indicate-buffer-boundaries is an option.
1264 (Fringe Cursors): overflow-newline-into-fringe is an option.
1265 (Scroll Bars): scroll-bar-mode is an option.
1266
1267 * eval.texi (Eval): max-lisp-eval-depth is an option.
1268
1269 * files.texi (Visiting Functions): find-file-hook is an option.
1270 (Directory Names): directory-abbrev-alist is an option.
1271 (Unique File Names): temporary-file-directory and
1272 small-temporary-file-directory are options.
1273
1274 * frames.texi (Initial Parameters): initial-frame-alist,
1275 minibuffer-frame-alist and default-frame-alist are options.
1276 (Cursor Parameters): blink-cursor-alist and
1277 cursor-in-non-selected-windows ar options.
1278 (Window System Selections): selection-coding-system is an
1279 option.
1280 (Display Feature Testing): display-mm-dimensions-alist is an
1281 option.
1282
1283 * help.texi (Help Functions): help-char and help-event-list are
1284 options.
1285
1286 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
1287 an option.
1288
1289 * minibuf.texi (Minibuffer History): history-length and
1290 history-delete-duplicates are options.
1291 (High-Level Completion): read-buffer-function and
1292 read-buffer-completion-ignore-case are options.
1293 (Reading File Names): read-file-name-completion-ignore-case is
1294 an option.
1295
1296 * modes.texi (Mode Line Top): mode-line-format is an option.
1297 (Mode Line Variables): mode-line-position and mode-line-modes
1298 are options.
1299
1300 * nonascii.texi (Text Representations):
1301 enable-multibyte-characters is an option.
1302 (Default Coding Systems): auto-coding-regexp-alist,
1303 file-coding-system-alist, auto-coding-alist and
1304 auto-coding-functions are options.
1305 (Specifying Coding Systems): inhibit-eol-conversion is an
1306 option.
1307
1308 * os.texi (Init File): site-run-file is an option.
1309 (System Environment): mail-host-address is an option.
1310 (User Identification): user-mail-address is an option.
1311 (Terminal Output): baud-rate is an option.
1312
1313 * positions.texi (Word Motion): words-include-escapes is an
1314 option.
1315
1316 * searching.texi (Standard Regexps): page-delimiter,
1317 paragraph-separate, paragraph-separate and sentence-end are
1318 options.
1319
1320 * text.texi (Margins): left-margin and fill-nobreak-predicate
1321 are options.
1322
1323 * variables.texi (Local Variables): max-specpdl-size is an
1324 option.
1325
1326 * windows.texi (Choosing Window):
1327 split-window-preferred-function, special-display-function and
1328 display-buffer-function are options.
1329
106e6894
CY
13302009-05-20 Chong Yidong <cyd@stupidchicken.com>
1331
4a83454d
CY
1332 Fix errors spotted by Martin Rudalics.
1333
106e6894
CY
1334 * syntax.texi (Position Parse): Document rationale for ignored
1335 arguments to syntax-ppss-flush-cache.
1336
1337 * processes.texi (Input to Processes): Mark PROCESS arg to
1338 process-running-child-p as optional.
1339 (Network Options): Document NO-ERROR arg to
1340 set-network-process-option.
1341
1342 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
1343 command.
1344
1345 * searching.texi (POSIX Regexps): Mark posix-search-forward and
1346 posix-search-backward as commands.
1347
1348 * os.texi (Killing Emacs): Mark kill-emacs as a command.
1349 (Suspending Emacs): Mark suspend-emacs as a command.
1350 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
1351 commands.
5dcb4c4e
SM
1352 (Terminal Output): Remove obsolete function baud-rate.
1353 Document TERMINAL arg for send-string-to-terminal.
106e6894
CY
1354
1355 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
1356 terminal-coding-system and set-terminal-coding-system.
1357 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
1358 as optional.
1359 (Character Sets): Document RESTRICTION arg of char-charset.
1360 (Character Codes): Mark POS argument to get-byte as optional.
1361
1362 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
1363 minibuffer-message.
1364
1365 * files.texi (Create/Delete Dirs): Mark make-directory and
1366 delete-directory as commands.
1367
1368 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
1369
1370 * text.texi (Base 64): Mark base64-decode-string and
1371 base64-encode-string as commands.
1372 (Columns): Mark move-to-column as a command.
1373 (Mode-Specific Indent): Document RIGID arg to
1374 indent-for-tab-command.
1375 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
1376 Mark indent-code-rigidly as a command.
1377 (Substitution): Mark translate-region as a command.
1378
1379 * frames.texi (Size and Position): Remove obsolete functions
1380 screen-height and screen-width.
1381
04173931
CY
13822009-05-19 Chong Yidong <cyd@stupidchicken.com>
1383
1384 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
1385 (Displaying Buffers, Resizing Windows): Correct mistakes;
1386 next-window, previous-window, and pop-to-buffer are not commands,
1387 and fit-window-to-buffer" is a command. (Pointed out by Martin
1388 Rudalics.)
1389
eae7d8f8
RS
13902009-05-17 Richard M Stallman <rms@gnu.org>
1391
1392 * modes.texi (Precalculated Fontification): Clarify text.
1393
b8766179
MR
13942009-05-17 Martin Rudalics <rudalics@gmx.at>
1395
1396 * windows.texi (Selecting Windows): Clarify descriptions of
1397 with-selected-window and get-lru-window.
1398 (Cyclic Window Ordering): Refer to particular frame when talking
1399 about how splitting affects the ordering.
1400 (Displaying Buffers): Fix descriptions of switch-to-buffer and
1401 switch-to-buffer-other-window. Explain how setting of
1402 display-buffer-reuse-frames affects pop-to-buffer.
1403 (Choosing Window): Clarify some details in descriptions of
1404 display-buffer-reuse-frames, pop-up-frames, and
1405 pop-up-frame-function.
1406 (Dedicated Windows): Clarify some details.
1407 (Textual Scrolling): Replace term vscroll by term vertical
1408 scroll position.
1409 (Vertical Scrolling): Fix typo.
1410 (Window Hooks): Relate text on jit-lock-register to window
1411 scrolling and size changes.
1412
734b5e3b
CY
14132009-05-14 Chong Yidong <cyd@stupidchicken.com>
1414
0a65633e
CY
1415 * frames.texi (Initial Parameters): Clarify what the initial
1416 minibuffer frame is.
05be46d7
CY
1417 (Buffer Parameters): Note that the minibuffer parameter can not be
1418 altered.
0a65633e 1419
734b5e3b
CY
1420 * anti.texi (Antinews): Copyedits. Rearrange some entries.
1421 Document display-buffer changes.
1422
925672cd
CY
14232009-05-13 Chong Yidong <cyd@stupidchicken.com>
1424
17ecd7af
CY
1425 * anti.texi (Antinews): Rewrite for Emacs 22.
1426
925672cd
CY
1427 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
1428 obarrays are first mentioned. Define "system abbrev" more
1429 prominently, and add it to the index.
1430 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
1431 Copyedits.
1432 (Abbrev Expansion): Document abbrev-insert.
1433
80be4dd7
CY
14342009-05-12 Chong Yidong <cyd@stupidchicken.com>
1435
1436 * frames.texi (Font and Color Parameters): Rename from Color
1437 Parameters. Document font-backend parameter.
1438
1439 * vol2.texi (Top): Update node listing.
1440 * vol1.texi (Top): Update node listing.
1441 * elisp.texi (Top): Update node listing.
1442
372a93ac
MR
14432009-05-11 Martin Rudalics <rudalics@gmx.at>
1444
1445 * windows.texi (Choosing Window): Don't explicitly refer to
1446 split-window-sensibly's window argument in descriptions of
1447 split-height-threshold and split-width-threshold.
1448
714c3541
MR
14492009-05-10 Martin Rudalics <rudalics@gmx.at>
1450
1451 * windows.texi (Choosing Window): Fix rewrite of window
1452 splitting section.
1453
0e90e7be
EZ
14542009-05-09 Eli Zaretskii <eliz@gnu.org>
1455
1456 * nonascii.texi (Default Coding Systems): Document
5dcb4c4e
SM
1457 find-auto-coding, set-auto-coding, and auto-coding-alist.
1458 Add indexing.
0e90e7be
EZ
1459 (Lisp and Coding Systems): Add index entries.
1460
d3c0c321
MR
14612009-05-09 Martin Rudalics <rudalics@gmx.at>
1462
1463 * windows.texi (Choosing Window): Describe split-window-sensibly
1464 and rewrite section on window splitting accordingly.
1465 (Textual Scrolling): Replace `...' by @code{...}.
1466
c773345a
CY
14672009-05-04 Chong Yidong <cyd@stupidchicken.com>
1468
ee2d5b5e
CY
1469 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
1470 Remove obsoleted pre-abbrev-expand-hook.
1471
1472 * locals.texi (Standard Buffer-Local Variables): Consolidate table
1473 entries.
1474
c773345a
CY
1475 * internals.texi (Object Internals): Don't assume 32-bit machines
1476 are the norm.
1477 (Buffer Internals): Consolidate table entries for readability.
ee2d5b5e
CY
1478 (Window Internals): Synch field names to window.h.
1479 (Process Internals): Synch field names to process.h.
c773345a 1480
dd449674
CY
14812009-04-29 Chong Yidong <cyd@stupidchicken.com>
1482
1483 * variables.texi (File Local Variables): Note that read-circle is
1484 bound to nil when reading file-local variables.
1485
1486 * streams.texi (Input Functions): Document read-circle.
1487 (Output Variables): Add xref to Circular Objects.
1488
4f1e25e2
CY
14892009-04-25 Chong Yidong <cyd@stupidchicken.com>
1490
1491 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
1492 Features and Coding System Basics. Node that "p" stands for
1493 "predicate". Recommend utf-8-emacs instead of emacs-mule.
1494 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
1495 mouse-appearance-menu.
1496 (Programming Tips): Add xref to Progress.
1497
dca019f8
CY
14982009-04-22 Chong Yidong <cyd@stupidchicken.com>
1499
5dcb4c4e
SM
1500 * os.texi (Command-Line Arguments):
1501 Document command-line-args-left.
dca019f8
CY
1502 (Suspending Emacs): Adapt text to multi-tty case. Document use of
1503 terminal objects for tty arguments.
1504 (Startup Summary): Add xref to Session Management.
1505 (Session Management): Mention emacs-session-restore. Copyedits.
1506
02a89103
CY
15072009-04-20 Chong Yidong <cyd@stupidchicken.com>
1508
1509 * os.texi (Startup Summary): Copyedits. The init file is not
1510 necessarily named .emacs now. Document initial-buffer-choice and
1511 initial-scratch-message. Note where Emacs exits in batch mode.
1512 Document inhibit-splash-screen as an alias.
1513 (Init File): Be neutral about which init file name to use.
1514
15152009-04-16 Chong Yidong <cyd@stupidchicken.com>
1516
1517 * os.texi (System Interface): Fix Texinfo usage.
1518
0c1cfe01
CY
15192009-04-15 Chong Yidong <cyd@stupidchicken.com>
1520
80d7cdca
CY
1521 * searching.texi (Regexp Backslash): Also refer to shy groups as
1522 non-capturing or unnumbered groups.
1523 (Regexp Functions): Add cross-reference to Regexp Backslash.
1524
0c1cfe01
CY
1525 * display.texi (Truncation): Overlays can use line-prefix and
1526 wrap-prefix too.
1527 (Overlay Properties): Document wrap-prefix and line-prefix.
1528 (Face Attributes): Document underline-minimum-offset.
1529 (Face Remapping): Copyedits.
1530 (Low-Level Font): Copyedits.
1531 (Image Cache): Note that the image cache is shared between frames.
ed8ab760
CY
1532 (Line Height): Emphasize that line-spacing only takes effect on
1533 graphical terminals.
0c1cfe01 1534
c4adeee0
CY
15352009-04-13 Chong Yidong <cyd@stupidchicken.com>
1536
1537 * display.texi (Refresh Screen): Note that a passage about screen
1538 refreshing is text terminal only.
1539 (Forcing Redisplay): Delete misleading comment---sit-for calls
1540 redisplay, not the other way around.
1541 (Truncation): Note new values of truncate-partial-width-windows.
1542 Copyedits.
1543 (Invisible Text): Document invisible-p.
1544
b20ecfa1
EZ
15452009-04-11 Eli Zaretskii <eliz@gnu.org>
1546
1547 * display.texi (Overlays): Overlays don't scale well. See
1548 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
1549
97d8273f
CY
15502009-04-10 Chong Yidong <cyd@stupidchicken.com>
1551
f147ff75
CY
1552 * syntax.texi (Syntax Table Functions): Document cons cell
1553 argument for modify-syntax-entry.
1554 (Categories): Document cons cell argument for
1555 modify-category-entry.
1556
fca4ec76
CY
1557 * searching.texi (String Search): Document word-search-forward-lax
1558 and word-search-backward-lax.
1559 (Searching and Case): Describe isearch behavior more precisely.
1560
9c283d5b
CY
1561 * keymaps.texi (Tool Bar): Mention that some platforms do not
1562 support multi-line toolbars. Suggested by Stephen Eglen.
1563
1564 * frames.texi (Layout Parameters): Mention that Nextstep also
1565 allows only one tool-bar line. Suggested by Stephen Eglen.
1566
97d8273f
CY
1567 * nonascii.texi (Text Representations): Copyedits.
1568 (Coding System Basics): Also mention utf-8-emacs.
1569 (Converting Representations, Selecting a Representation)
1570 (Scanning Charsets, Translation of Characters, Encoding and I/O):
1571 Copyedits.
1572 (Character Codes): Mention role of codepoints 1114112 to 4194175.
1573
2bad3299
CY
15742009-04-09 Chong Yidong <cyd@stupidchicken.com>
1575
1576 * text.texi (Yank Commands): Note that yank uses push-mark.
5dcb4c4e
SM
1577 (Filling): Clarify REGION argument of fill-paragraph.
1578 Document fill-forward-paragraph-function.
2bad3299
CY
1579 (Special Properties): Remove "new in Emacs 22" declaration.
1580 (Clickable Text): Merge with Links and Mouse-1 node.
1581
5dcb4c4e
SM
1582 * display.texi (Button Properties, Button Buffer Commands):
1583 Change xref to Clickable Text.
2bad3299
CY
1584
1585 * tips.texi (Key Binding Conventions): Change xref to Clickable
1586 Text.
1587
1588 * elisp.texi (Top): Update node listing.
1589
ea30ce4f
CY
15902009-04-05 Chong Yidong <cyd@stupidchicken.com>
1591
47af2f4b
CY
1592 * markers.texi (The Mark): Copyedits. Improve description of
1593 handle-shift-selection.
1594 (The Region): Move use-region-p here from The Mark.
1595
ea30ce4f
CY
1596 * positions.texi (Screen Lines): Document (cols . lines) argument
1597 for vertical-motion.
1598
2aa8ea6e
CY
15992009-04-04 Chong Yidong <cyd@stupidchicken.com>
1600
3ec61d4e
CY
1601 * frames.texi (Frames): Clean up introduction. Document `ns'
1602 return value for framep.
1603 (Creating Frames): Note how the terminal is chosen.
1604 (Multiple Terminals, Multiple Displays): Merge into a single node.
1605 (Color Parameters): Fix typo.
1606
1607 * variables.texi (Local Variables, Buffer-Local Variables)
1608 (Creating Buffer-Local): Change link to Multiple Terminals.
1609
1610 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
1611
1612 * keymaps.texi (Controlling Active Maps): Change link to Multiple
1613 Terminals.
1614
1615 * commands.texi (Command Loop Info, Keyboard Macros): Change link
1616 to Multiple Terminals.
1617
1618 * elisp.texi (Top): Update node listing.
1619 * vol2.texi (Top): Update node listing.
1620 * vol1.texi (Top): Update node listing.
1621
9257072f
CY
1622 * buffers.texi (Current Buffer): Note that the append-to-buffer
1623 example is no longer in synch with the latest code. Tie the two
1624 examples together.
1625
2aa8ea6e
CY
1626 * files.texi (File Attributes): Move note about MS-DOS from
1627 Changing Files to File Attributes.
1628 (Create/Delete Dirs): Note that mkdir is an alias for this.
1629
22e74b17
CY
16302009-04-01 Markus Triska <triska@gmx.at>
1631
1632 * processes.texi (Filter Functions): Suggest how to handle output
1633 batches.
1634
4bbe48ec
CY
16352009-03-30 Chong Yidong <cyd@stupidchicken.com>
1636
1637 * help.texi (Accessing Documentation): Update example to use
1638 help-setup-xref and with-help-window.
1639 (Help Functions): Remove print-help-return-message, which is
1640 semi-obsolete due to with-help-window. Document help-buffer and
1641 help-setup-xref.
1642
b9723f39
CY
16432009-03-29 Chong Yidong <cyd@stupidchicken.com>
1644
5dcb4c4e
SM
1645 * help.texi (Accessing Documentation, Help Functions):
1646 Remove information about long-obsolete Emacs versions.
9eb52e90 1647
b9723f39
CY
1648 * modes.texi (Mode Line Variables): The default values of the mode
1649 line variables are now more complicated.
1650
b0cc32db
CY
16512009-03-28 Chong Yidong <cyd@stupidchicken.com>
1652
3c25a5a9
CY
1653 * modes.texi (Major Mode Conventions): Note that specialness is
1654 inherited.
31c9eebb
CY
1655 (Derived Modes): Note that define-derive-mode sets the mode-class
1656 property.
3c25a5a9 1657
b0cc32db
CY
1658 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
1659 goto-map. Add search-map to the list.
1660
c5e0006d
EZ
16612009-03-27 Eli Zaretskii <eliz@gnu.org>
1662
1213465a
EZ
1663 * os.texi (System Environment): Update the list of system-type
1664 values.
1665
c5e0006d
EZ
1666 * markers.texi (The Mark) <handle-shift-selection>: Update for
1667 removal of the optional argument DEACTIVATE.
1668
48bab3d6
CY
16692009-03-25 Chong Yidong <cyd@stupidchicken.com>
1670
1671 * commands.texi (Focus Events): Most X window managers don't use
1672 focus-follows-mouse nowadays.
1673
6e4ff1b6
CY
16742009-03-24 Chong Yidong <cyd@stupidchicken.com>
1675
1676 * commands.texi (Defining Commands): Clarify introduction.
1677 (Using Interactive): Not that interactive can be put in a symbol
1678 property.
1679 (Interactive Call): Note that a symbol with a non-nil
1680 interactive-form property satisfies commandp.
1681
11625308
JB
16822009-03-23 Juanma Barranquero <lekktu@gmail.com>
1683
1684 * minibuf.texi (Intro to Minibuffers): Fix typos.
1685
7b34420d
CY
16862009-03-23 Chong Yidong <cyd@stupidchicken.com>
1687
1688 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
5dcb4c4e
SM
1689 about minibuffers in old Emacs versions. Copyedits.
1690 Emphasize that enable-recursive-minibuffers defaults to nil.
7b34420d
CY
1691 (Text from Minibuffer): Simplify introduction.
1692
f9257eed
AM
16932009-03-22 Alan Mackenzie <acm@muc.de>
1694
1695 * commands.texi (Using Interactive): Clarify string argument to
1696 `interactive' - even promptless elements need \n separators.
1697
f639ba70
CY
16982009-03-18 Chong Yidong <cyd@stupidchicken.com>
1699
1700 * minibuf.texi (Completion Styles): New node.
1701
1702 * elisp.texi (Top): Update node listing.
1703
d897e8ee
CY
17042009-03-17 Chong Yidong <cyd@stupidchicken.com>
1705
1706 * minibuf.texi (Basic Completion): Note that
1707 read-file-name-completion-ignore-case and
1708 read-buffer-completion-ignore-case can override
1709 completion-ignore-case.
1710 (Minibuffer Completion): Document completing-read changes.
1711 (Completion Commands): Avoid mentioning partial completion mode.
1712 Document minibuffer-completion-confirm changes, and
1713 minibuffer-confirm-exit-commands.
1714 (High-Level Completion): Document new require-match behavior for
1715 read-buffer. Document read-buffer-completion-ignore-case.
1716 (Reading File Names): Document new require-match behavior for
1717 read-file-name.
1718
b1f23349
CY
17192009-03-14 Chong Yidong <cyd@stupidchicken.com>
1720
1721 * debugging.texi (Error Debugging): Don't mislead the reader into
1722 thinking that debug-on-error enters debugger for C-f at EOB.
1723 (Error Debugging): Setting debug-on-init within the init file
1724 works, and has for some time.
1725
d6eb4e25
KH
17262009-03-13 Kenichi Handa <handa@m17n.org>
1727
1728 * display.texi (Fontsets): Update the description.
1729
1cf53dc5
CY
17302009-03-13 Chong Yidong <cyd@stupidchicken.com>
1731
1732 * advice.texi (Advising Primitives): Link to What Is a Function.
1733
81f919fc
CY
17342009-03-12 Chong Yidong <cyd@stupidchicken.com>
1735
cf4229eb
CY
1736 * compile.texi (Speed of Byte-Code): Update example.
1737 (Disassembly): Update examples.
1738
81f919fc 1739 * loading.texi (Repeated Loading): Simplify examples.
f2bbc08c
CY
1740
1741 * customize.texi (Common Keywords): It's not necessary to use :tag
1742 to remove hyphens, as custom-unlispify-tag-name does it
1743 automatically.
5dcb4c4e
SM
1744 (Variable Definitions): Link to File Local Variables.
1745 Document customized-value symbol property.
f2bbc08c
CY
1746 (Customization Types): Move menu to end of node.
1747
955964d7
CY
17482009-03-10 Chong Yidong <cyd@stupidchicken.com>
1749
1750 * macros.texi (Compiling Macros): Omit misleading sentence, which
1751 implied that macros can only be used in the same file they are
1752 defined.
1753 (Backquote): Remove obsolete information about Emacs 19.
1754
d25ed7db
GM
17552009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
1756
1757 * display.texi (Display Margins): Fix paren typo.
1758
d55f6ca5
CY
17592009-02-27 Chong Yidong <cyd@stupidchicken.com>
1760
f0e57ed8
CY
1761 * elisp.texi (Top): Update node listing.
1762
1763 * variables.texi (Variables): Clarify introduction.
1764 (Global Variables): Mention that setq is a special form.
1765 (Local Variables): Use active voice.
1766 (Tips for Defining): Mention marking variables as safe.
1767 (Buffer-Local Variables): Mention terminal-local and frame-local
1768 variables together.
1769 (File Local Variables): Copyedits.
1770 (Frame-Local Variables): Note that they are not really useful.
1771 (Future Local Variables): Node deleted.
1772
d55f6ca5
CY
1773 * objects.texi (General Escape Syntax): Update explanation of
1774 unicode escape syntax.
1775
ca8f09a8
CY
17762009-02-23 Chong Yidong <cyd@stupidchicken.com>
1777
1778 * control.texi (Control Structures): Add cindex entry for "textual
1779 order".
1780
1781 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
1782 instead of "expression" throughout.
1783 (Function Indirection): Copyedits. Use active voice.
1784 (Eval): The default value of max-lisp-eval-depth is now 400.
1785
a20878b6
MB
17862009-02-23 Miles Bader <miles@gnu.org>
1787
1788 * processes.texi (System Processes): Rename `system-process-attributes'
1789 to `process-attributes'.
1790
61f66044
CY
17912009-02-22 Chong Yidong <cyd@stupidchicken.com>
1792
1b80d1f3
CY
1793 * symbols.texi (Property Lists): Emphasize that property lists are
1794 not restricted to symbol cells.
1795 (Other Plists): Copyedit.
1796
61f66044
CY
1797 * sequences.texi (Sequences Arrays Vectors): Make introduction
1798 more concise.
1799 (Arrays): Mention char-tables and bool-vectors too.
1800 (Vectors): Don't repeat information given in Arrays node. Link to
1801 nodes that explain the vector usage examples.
1802 (Char-Tables): Note that char-table elements can have arbitrary
1803 type. Explain effect of omitted char-table-extra-slots property.
8a63cf41 1804 Link to Property Lists node.
61f66044 1805
9403944b
CY
18062009-02-22 Chong Yidong <cyd@stupidchicken.com>
1807
1808 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
1809 `append'.
4068c7b4 1810 (List Elements): Copyedits.
9403944b
CY
1811
1812 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
1813 of `vconcat'.
1814
1815 * strings.texi (Creating Strings): Copyedits. Remove obsolete
1816 Emacs 20 usage of `concat'.
1817 (Case Conversion): Copyedits.
1818
b87a185f
CY
18192009-02-21 Chong Yidong <cyd@stupidchicken.com>
1820
1821 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
1822 Minor edits.
1823 (Frame Configuration Type): Emphasize that it is not primitive.
1824 (Font Type): New node.
1825 (Type Predicates): Add fontp; type-of now recognizes font object
1826 types.
1827
1828 * intro.texi (Version Info): Update version numbers in examples.
1829 (Acknowledgements): List more contributors.
1830
1831 * elisp.texi: Bump version number to 3.0.
1832 (Top): Link to Font Type node.
1833
867d4bb3
JB
18342009-02-20 Juanma Barranquero <lekktu@gmail.com>
1835
1836 * modes.texi (Major Mode Conventions): Remove duplicate words.
1837 (Customizing Keywords): Fix typo.
1838
77730170
EZ
18392009-02-14 Eli Zaretskii <eliz@gnu.org>
1840
1841 * nonascii.texi (User-Chosen Coding Systems): Document that
1842 select-safe-coding-system suggests raw-text if there are raw bytes
1843 in the region.
1844 (Explicit Encoding): Warn not to use `undecided' when encoding.
1845
c8736212
GM
18462009-02-11 Glenn Morris <rgm@gnu.org>
1847
1848 * frames.texi (Visibility of Frames): Mention the effect multiple
1849 workspaces/desktops can have on visibility.
1850
ab992d66
EZ
18512009-02-07 Eli Zaretskii <eliz@gnu.org>
1852
c8736212
GM
1853 * text.texi (Commands for Insertion):
1854 * commands.texi (Event Mod):
1855 * keymaps.texi (Searching Keymaps):
5dcb4c4e
SM
1856 * nonascii.texi (Translation of Characters):
1857 Reinstate documentation of translation-table-for-input.
7d2a859f
EZ
1858 (Explicit Encoding): Document the `charset' text property produced
1859 by decode-coding-region and decode-coding-string.
ab992d66 1860
e651a255
AM
18612009-01-27 Alan Mackenzie <acm@muc.de>
1862
1863 * modes.texi (Search-based Fontification): Correct a typo.
1864
bc5cde4b
JB
18652009-01-25 Juanma Barranquero <lekktu@gmail.com>
1866
1867 * abbrevs.texi (Abbrev Table Properties): Fix typo.
1868 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
1869
3533155b
EZ
18702009-01-24 Eli Zaretskii <eliz@gnu.org>
1871
f721deda
EZ
1872 * display.texi (Window Systems): Document the value of
1873 `initial-window-system' under --daemon.
1874
3533155b
EZ
1875 * os.texi (System Environment): Remove description of the
1876 `environment' function which has been deleted.
1877
f79b43b2
DN
18782009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
1879
1880 * frames.texi (Multiple Displays): Remove documentation for
1881 removed function make-frame-on-tty.
1882
e3aa6669
CY
18832009-01-22 Chong Yidong <cyd@stupidchicken.com>
1884
1885 * files.texi (Format Conversion Piecemeal): Clarify behavior of
5dcb4c4e
SM
1886 write-region-annotate-functions.
1887 Document write-region-post-annotation-function.
e3aa6669 1888
fb13a416
CY
18892009-01-19 Chong Yidong <cyd@stupidchicken.com>
1890
1891 * display.texi (Font Lookup): Document WIDTH argument of
1892 x-list-fonts.
1893
02eccf6b
EZ
18942009-01-17 Eli Zaretskii <eliz@gnu.org>
1895
ead3f58d
EZ
1896 * maps.texi (Standard Keymaps): Rename function-key-map to
1897 local-function-key-map.
1898
1899 * keymaps.texi (Translation Keymaps): Rename function-key-map to
1900 local-function-key-map.
1901
1902 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
1903 and `set-keyboard-coding-system' now accept an optional terminal
1904 argument.
1905
1906 * commands.texi (Event Mod): `keyboard-translate-table' is now
1907 terminal-local.
1908 (Function Keys): Rename function-key-map to
1909 local-function-key-map.
1910
df05a163
EZ
1911 * elisp.texi (Top): Make @detailmenu be consistent with changes in
1912 frames.texi.
1913
0ed8034e 1914 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
490f1197
EZ
1915 `delete-terminal-functions', `suspend-tty-functions' and
1916 `resume-tty-functions'.
0ed8034e
EZ
1917
1918 * frames.texi (Frames): Document `frame-terminal' and
1919 `terminal-live-p'.
1920 (Multiple Displays): Document `make-frame-on-tty'.
1921 (Multiple Terminals): Document `terminal-list', `delete-terminal',
1922 `terminal-name', and `get-device-terminal'.
490f1197
EZ
1923 (Terminal Parameters): Document `terminal-parameters',
1924 `terminal-parameter', and `set-terminal-parameter'.
0ed8034e
EZ
1925
1926 * os.texi (System Environment): Document `environment' and
1927 `initial-environment'.
490f1197
EZ
1928 (Suspending Emacs): Update for multi-tty; document
1929 `suspend-tty', `resume-tty', and `controlling-tty-p'.
0ed8034e 1930
02eccf6b
EZ
1931 * nonascii.texi (Coding System Basics): More accurate description
1932 of `raw-text'.
1933
f19fea97
JB
19342009-01-12 Juanma Barranquero <lekktu@gmail.com>
1935
1936 * display.texi (Low-Level Font): Fix typo.
1937
16fa292f
CY
19382009-01-10 Chong Yidong <cyd@stupidchicken.com>
1939
1940 * elisp.texi (Top): Update node listing.
1941
1942 * display.texi (PostScript Images): Node deleted.
1943
0b4faef3
EZ
19442009-01-10 Eli Zaretskii <eliz@gnu.org>
1945
3355f04d
EZ
1946 * processes.texi (Decoding Output): Document that null bytes force
1947 no-conversion for reading process output.
1948
1949 * files.texi (Reading from Files): Document that null bytes force
1950 no-conversion when visiting files.
1951
11625308 1952 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
538395d9 1953
5dcb4c4e
SM
1954 * nonascii.texi (Lisp and Coding Systems):
1955 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
c06ea95e 1956 (Character Properties): Improve wording.
0b4faef3 1957
ce9cf065
CY
19582009-01-09 Chong Yidong <cyd@stupidchicken.com>
1959
1960 * display.texi (Font Lookup): Remove obsolete function
1961 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
1962 (Low-Level Font): Rename from Fonts, move to end of Faces section.
5dcb4c4e
SM
1963 (Font Selection): Reorder order of variable descriptions.
1964 Minor clarifications.
ce9cf065
CY
1965
1966 * elisp.texi (Top): Update node listing.
1967
ab756fb3
GM
19682009-01-09 Glenn Morris <rgm@gnu.org>
1969
1970 * commands.texi (Command Loop Info): Say that last-command-char and
1971 last-input-char are obsolete aliases.
1972
1973 * edebug.texi (Edebug Recursive Edit): Remove separate references to
1974 last-input-char and last-command-char, since they are just aliases for
1975 last-input-event and last-command-event.
1976
1977 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
1978 last-command-char.
1979
6b2b8ab1
CY
19802009-01-08 Chong Yidong <cyd@stupidchicken.com>
1981
1982 * elisp.texi: Update node listing.
1983
1984 * display.texi (Faces): Put Font Selection node after Auto Faces.
5dcb4c4e
SM
1985 (Face Attributes): Don't link to Font Lookup.
1986 Document font-family-list.
6b2b8ab1
CY
1987 (Fonts): New node.
1988
3568e767
JR
19892009-01-08 Jason Rumney <jasonr@gnu.org>
1990
1991 * frames.texi (Pointer Shape): Clarify that only X supports
5ce6e4f4 1992 changing the standard pointer shapes. (Bug#1485)
3568e767 1993
6221c8db
CY
19942009-01-08 Chong Yidong <cyd@stupidchicken.com>
1995
1996 * display.texi (Attribute Functions): Note that a function value
1997 :height is relative, and that compatibility functions work by
1998 calling set-face-attribute.
1999 (Displaying Faces): Reorder list in order of increasing priority.
2000 (Face Remapping): New node. Content moved here from Displaying
2001 Faces.
2002 (Glyphs): Link to Face Functions.
2003
e3d3799a
CY
20042009-01-08 Chong Yidong <cyd@stupidchicken.com>
2005
2006 * display.texi (Faces): Don't discuss face id here. facep does
2007 not return t.
2008 (Defining Faces): Minor clarification.
2009 (Face Attributes): Rearrange items to match docstring of
2010 set-face-attribute. Add :foundry attribute. Document new role of
2011 :font attribute. Texinfo usage fix.
2012 (Attribute Functions): Copyedits.
2013 (Face Functions): Note that face number is seldom used.
2014
638a2457
RS
20152009-01-05 Richard M Stallman <rms@gnu.org>
2016
2017 * strings.texi (Predicates for Strings): Minor clarification.
2018
2019 * functions.texi (Function Safety): Texinfo usage fix.
2020
49ea0074
JB
20212009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny patch)
2022
2023 * objects.texi (General Escape Syntax): Fix typo.
2024
9f822178
MR
20252009-01-03 Martin Rudalics <rudalics@gmx.at>
2026
2027 * windows.texi (Choosing Window): Say that pop-up-frame-alist
2028 works via the default value of pop-up-frame-function.
2029
af34ad36
EZ
20302009-01-02 Eli Zaretskii <eliz@gnu.org>
2031
2032 * processes.texi (System Processes): Document the `time' and
2033 `ctime' attributes of `system-process-attributes'.
2034
d31f6679
CY
20352009-01-01 Chong Yidong <cyd@stupidchicken.com>
2036
2037 * display.texi (Face Attributes): Clarify :height attribute.
2038
174dc00c
MR
20392008-12-31 Martin Rudalics <rudalics@gmx.at>
2040
2041 * buffers.texi (The Buffer List): Clarify what moves a buffer to
2042 the front of the buffer list. Add entries for `last-buffer' and
2043 `unbury-buffer'.
2044
b8afe7e4
EZ
20452008-12-27 Eli Zaretskii <eliz@gnu.org>
2046
d14030f5
EZ
2047 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
2048 and its subsections.
2049
2050 * frames.texi (Multiple Terminals, Low-level Terminal)
2051 (Terminal Parameters, Frames on Other TTY devices): New sections.
2052 (Frames): Add an xref to "Multiple Terminals".
2053
765980a4
EZ
2054 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
2055
2056 * objects.texi (Terminal Type): New node.
2057 (Editing Types): Add it to the menu.
2058
47bd5577
EZ
2059 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
2060 Variables".
2061
eb22b78c 2062 * variables.texi (Directory Local Variables): New node.
47bd5577 2063 (Variables): Add a menu item for it.
eb22b78c 2064
b8afe7e4
EZ
2065 * loading.texi (Autoload): Document `generate-autoload-cookie' and
2066 `generated-autoload-file'.
2067
77bb0476
EZ
20682008-12-20 Eli Zaretskii <eliz@gnu.org>
2069
028e2c19
EZ
2070 * os.texi (Startup Summary): Add xref to documentation of
2071 `initial-window-system'.
2072
77bb0476
EZ
2073 * display.texi (Window Systems): Document `window-system' the
2074 function. The variable `window-system' is now frame-local.
028e2c19 2075 Document `initial-window-system'.
77bb0476 2076
dda87836
MR
20772008-12-19 Martin Rudalics <rudalics@gmx.at>
2078
2079 * windows.texi (Windows): Rewrite description of
2080 fit-window-to-buffer.
2081
caef3ed2
GM
20822008-12-13 Glenn Morris <rgm@gnu.org>
2083
2084 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
2085 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
2086
21c58e4d
GM
20872008-12-12 Glenn Morris <rgm@gnu.org>
2088
2089 * debugging.texi (Error Debugging): Refer forwards to
2090 eval-expression-debug-on-error.
2091
af38459f
EZ
20922008-12-05 Eli Zaretskii <eliz@gnu.org>
2093
5dedd9b5
EZ
2094 * strings.texi (String Basics): Only unibyte strings that
2095 represent key sequences hold 8-bit raw bytes.
2096
af38459f
EZ
2097 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
2098 paragraph to speak about `undecided'.
2099 (Character Properties): Don't explain the meaning of each
2100 property; instead, identify their Unicode Standard names.
b3f1f4a5 2101 (Character Sets): Document `map-charset-chars'.
af38459f 2102
fa047ae7
GM
21032008-12-02 Glenn Morris <rgm@gnu.org>
2104
2105 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
2106 section yet again.
2107
47dbc044
EZ
21082008-11-29 Eli Zaretskii <eliz@gnu.org>
2109
98d05998
EZ
2110 * nonascii.texi (Character Properties): New Section.
2111 (Specifying Coding Systems): Document
2112 `coding-system-priority-list', `set-coding-system-priority', and
2113 `with-coding-priority'.
2114 (Lisp and Coding Systems): Document `check-coding-systems-region'
2115 and `coding-system-charset-list'.
2116 (Coding System Basics): Document `coding-system-aliases'.
2117
2118 * elisp.texi (Top): Add a @detailmenu entry for "Character
2119 Properties".
2120
47dbc044
EZ
2121 * objects.texi (Character Type): Correct the range of Emacs
2122 characters. Add an @xref to "Character Codes".
2123
2124 * strings.texi (String Basics): Add an @xref to "Character Codes".
2125
2126 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
2127
2128 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
2129 (Character Codes): Document `max-char'.
2130
8b80cdf5
EZ
21312008-11-28 Eli Zaretskii <eliz@gnu.org>
2132
2133 * nonascii.texi (Text Representations, Converting Representations)
2134 (Character Sets, Scanning Charsets, Translation of Characters):
2135 Make text more accurate.
2136
a99dceba
GM
21372008-11-28 Glenn Morris <rgm@gnu.org>
2138
2139 * files.texi (Format Conversion Round-Trip): Improve previous change.
2140
f6dc3bed
CY
21412008-11-26 Chong Yidong <cyd@stupidchicken.com>
2142
2143 * modes.texi (Auto Major Mode): Fix example.
2144
5da9413d
GM
21452008-11-25 Glenn Morris <rgm@gnu.org>
2146
2147 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
2148
2149 * files.texi (Format Conversion Round-Trip):
2150 Use active voice for previous change.
2151
fcca848c
CY
21522008-11-25 Chong Yidong <cyd@stupidchicken.com>
2153
2154 * os.texi (Processor Run Time):
2155 * processes.texi (Transaction Queues):
2156 * markers.texi (The Mark):
2157 * windows.texi (Choosing Window, Selecting Windows):
2158 * files.texi (Changing Files, Magic File Names):
2159 * commands.texi (Key Sequence Input):
2160 * functions.texi (Declaring Functions):
2161 * strings.texi (Predicates for Strings):
2162 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
2163
36c8dc54
CY
21642008-11-24 Chong Yidong <cyd@stupidchicken.com>
2165
2166 * help.texi (Accessing Documentation): Update example.
2167
2168 * variables.texi (Defining Variables): Note that `*' is not
2169 necessary if defcustom is used.
2170
2a79b242
EZ
21712008-11-22 Eli Zaretskii <eliz@gnu.org>
2172
2173 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
2174 Characters" from @detailmenu.
2175
2176 * nonascii.texi (Character Codes, Character Sets)
2177 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
2178 (Chars and Bytes, Splitting Characters): Sections removed.
2179
392f0d26
LK
21802008-11-22 Lute Kamstra <lute@gnu.org>
2181
2182 * positions.texi (Text Lines): Update goto-line documentation.
2183
af1a5cd5
MR
21842008-11-21 Martin Rudalics <rudalics@gmx.at>
2185
6a4cfb0c
MR
2186 * frames.texi (Frames): Fix typo, add cross references, reword.
2187 (Initial Parameters): Reword special-display-frame-alist text.
2188 (Frames and Windows): Reword. Describe argument norecord for
2189 set-frame-selected-window.
2190 (Input Focus): Describe argument norecord for select-frame.
2191 Remove comment on MS-Windows behavior for focus-follows-mouse.
2192 (Raising and Lowering): Mention windows-frames dichotomy in
2193 metaphor.
2194
af1a5cd5
MR
2195 * windows.texi (Displaying Buffers, Vertical Scrolling)
2196 (Horizontal Scrolling): Fix indenting and rewording issues
2197 introduced with 2008-11-07 change.
2198
c249fa9c
GM
21992008-11-20 Glenn Morris <rgm@gnu.org>
2200
2201 * files.texi (Format Conversion Round-Trip): Mention `preserve'
2202 element of `format-alist'.
2203
204d4665
GM
22042008-11-19 Glenn Morris <rgm@gnu.org>
2205
2206 * doclicense.texi: Update to FDL 1.3.
2207 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
2208
cc0910af
CY
22092008-11-18 Chong Yidong <cyd@stupidchicken.com>
2210
efe6e7c4
CY
2211 * windows.texi (Window Hooks): Remove *-end-trigger-functions
2212 vars, which are obsolete. Mention jit-lock-register.
2213
5dcb4c4e
SM
2214 * modes.texi (Other Font Lock Variables):
2215 Document jit-lock-register and jit-lock-unregister.
efe6e7c4 2216
cc0910af
CY
2217 * frames.texi (Color Parameters): Document alpha parameter.
2218
aeeedf76
MR
22192008-11-16 Martin Rudalics <rudalics@gmx.at>
2220
2221 * windows.texi (Splitting Windows, Deleting Windows)
2222 (Selecting Windows, Cyclic Window Ordering)
2223 (Buffers and Windows, Displaying Buffers, Choosing Window)
2224 (Dedicated Windows, Window Point, Window Start and End)
2225 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
2226 (Size of Window, Resizing Windows, Window Configurations)
2227 (Window Parameters): Avoid @var at beginning of sentences and
2228 reword accordingly.
2229
4c565c5c
LK
22302008-11-11 Lute Kamstra <lute@gnu.org>
2231
2232 * files.texi (File Name Components): Fix file-name-extension
2233 documentation.
2234
25f494c9
JB
22352008-11-11 Juanma Barranquero <lekktu@gmail.com>
2236
2237 * frames.texi (Basic Parameters): Remove display-environment-variable
2238 and term-environment-variable.
2239
a1401ab1
EZ
22402008-11-08 Eli Zaretskii <eliz@gnu.org>
2241
2242 * windows.texi (Basic Windows, Splitting Windows)
2243 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
2244 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
25f494c9
JB
2245 (Resizing Windows, Window Configurations, Window Parameters):
2246 Fix wording and markup.
a1401ab1 2247
efafc282
MR
22482008-11-07 Martin Rudalics <rudalics@gmx.at>
2249
2250 * windows.texi (Windows): Update entries.
2251 (Basic Windows): Remove listing of attributes. Reword.
86ab855a 2252 (Splitting Windows, Deleting Windows): Reword.
efafc282
MR
2253 (Selecting Windows, Cyclic Window Ordering): Reword with special
2254 emphasis on order of recently selected windows and buffer list.
86ab855a
MR
2255 (Buffers and Windows, Choosing Window): Reword with special
2256 emphasis on dedicated windows.
2257 (Displaying Buffers): Reword. For switch-to-buffer mention that
2258 it may fall back on pop-to-buffer. For other-window try to
2259 explain how it treats the cyclic ordering of windows.
efafc282
MR
2260 (Dedicated Windows): New node and section discussing dedicated
2261 windows and associated functions.
86ab855a 2262 (Window Point): Add entry for window-point-insertion-type. Reword.
efafc282
MR
2263 (Window Start and End): Rename node and section title. Reword.
2264 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
2265 Minor rewording.
2266 (Size of Window): Reword, in particular text on window-width.
2267 (Resizing Windows): Reword. Add text on balancing windows.
2268 (Window Configurations): Reword. Mention window parameters.
2269 (Window Parameters): New node and section on window parameters.
2270 (Window Hooks): Reword. Mention that
2271 window-configuration-change-hook is run "buffer-locally".
2272 * elisp.texi (Top): Update Windows entries in @detailmenu
2273 section.
2274
d60a8ab2
JB
22752008-11-04 Juanma Barranquero <lekktu@gmail.com>
2276
2277 * searching.texi (Regexp Search): Fix typo.
2278
01777627
CY
22792008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
2280
2281 * searching.texi (Regexp Search): Document GREEDY arg.
2282 (Simple Match Data): Fix return value.
2283
c4526e93
EZ
22842008-11-01 Eli Zaretskii <eliz@gnu.org>
2285
2286 * nonascii.texi (Text Representations): Rewrite to make consistent
5dcb4c4e
SM
2287 with Emacs 23 internal representation of characters.
2288 Document `unibyte-string'.
c4526e93 2289
fe2ae8b5
CY
22902008-10-28 Chong Yidong <cyd@stupidchicken.com>
2291
2292 * processes.texi (Process Information): Note that process-status
2293 does not accept buffer names.
2294
cc5a21e3
CY
22952008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
2296
2297 * positions.texi (Skipping Characters): Correct return value of
2298 skip-chars-forward.
2299
09460d9a
MR
23002008-10-25 Martin Rudalics <rudalics@gmx.at>
2301
520b29e7
MR
2302 * windows.texi (Deleting Windows): Update documentation of
2303 delete-windows-on.
2304 (Buffers and Windows): Update documentations of
2305 get-buffer-window and get-buffer-window-list.
2306 (Displaying Buffers): Update documentation of
2307 replace-buffer-in-windows.
2308
09460d9a
MR
2309 * buffers.texi (Current Buffer): Reword set-buffer and
2310 with-current-buffer documentations.
2311 (Creating Buffers): Reword documentation of get-buffer-create.
2312
4d48fcdc
MR
23132008-10-23 Martin Rudalics <rudalics@gmx.at>
2314
2315 * buffers.texi (Current Buffer): Reword documentation of
2316 set-buffer.
2317 (Buffer Names): Reword documentation of buffer-name.
2318 (The Buffer List): For bury-buffer explain what happens with the
2319 buffer's window.
2320 (Creating Buffers): Say that get-buffer-create's arg is called
2321 buffer-or-name.
2322
f0143c43
CY
23232008-10-22 Chong Yidong <cyd@stupidchicken.com>
2324
3e5dbbd3
CY
2325 * advice.texi (Computed Advice): Explain what DEFINITION is.
2326
f0143c43
CY
2327 * nonascii.texi (Character Codes): Remove obsolete function
2328 char-valid-p, and document characterp instead.
2329
52a94b85
MR
23302008-10-22 Martin Rudalics <rudalics@gmx.at>
2331
2332 * windows.texi (Displaying Buffers): Reword documentation of
2333 pop-to-buffer.
2334 (Choosing Window): Rewrite documentation of display-buffer and
2335 its options.
2336
f76f8246
MR
2337 * buffers.texi (Killing Buffers): Update documentation of
2338 kill-buffer.
2339
acc8b598
EZ
23402008-10-21 Eli Zaretskii <eliz@gnu.org>
2341
80e6b6df
EZ
2342 * processes.texi (Serial Ports): Fix wording and improve markup.
2343
3645358a
EZ
2344 * searching.texi (Regexp Search): Document `string-match-p' and
2345 `looking-at-p'.
2346 (POSIX Regexps): Add an xref for "non-greedy".
2347 (Regexp Special): Add @cindex entry for "non-greedy".
2348
b3d50cff 2349 * display.texi (Attribute Functions): Document `face-all-attributes'.
bf190568 2350 (Image Cache) <image-refresh>: Minor wording fixes.
b3d50cff 2351
73b7530a
EZ
2352 * frames.texi (Color Names): Add an xref to `read-color'.
2353
2354 * minibuf.texi (High-Level Completion): Document `read-color'.
2355
acc8b598
EZ
2356 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
2357
2358 * positions.texi (Narrowing): Add an xref to "Swapping Text".
2359
2360 * buffers.texi (Swapping Text): New section, documents
2361 `buffer-swap-text'.
2362
10e187e8
MR
23632008-10-21 Martin Rudalics <rudalics@gmx.at>
2364
2365 * windows.texi (Resizing Windows): Minor wording fix.
2366
fd6f900c
EZ
23672008-10-20 Eli Zaretskii <eliz@gnu.org>
2368
2369 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
2370 and `combine-and-quote-strings'.
2371
2372 * strings.texi (Creating Strings): Add xrefs for them.
2373
e4372165
EZ
23742008-10-19 Eli Zaretskii <eliz@gnu.org>
2375
d6328fba
EZ
2376 * elisp.texi (Top): Make descriptive text for "Reading File Names"
2377 match the corresponding menu in minibuf.texi.
2378
e4372165
EZ
2379 * minibuf.texi (Reading File Names): Document `read-shell-command'
2380 and `minibuffer-local-shell-command-map'.
2381
5d8dda33
MR
23822008-10-19 Martin Rudalics <rudalics@gmx.at>
2383
2384 * windows.texi (Resizing Windows): Remove var{} around "window" in
2385 documentation of enlarge-window.
2386 Rewrite documentation of window-min-height and window-min-width.
2387
437706cd
EZ
23882008-10-19 Eli Zaretskii <eliz@gnu.org>
2389
80f85d7c
EZ
2390 * functions.texi (Calling Functions): Document `apply-partially'.
2391
291703b5
EZ
2392 * hooks.texi (Standard Hooks): Mention
2393 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
2394
2395 * variables.texi (File Local Variables): Document
2396 `file-local-variables-alist', `before-hack-local-variables-hook'
2397 and `hack-local-variables-hook'.
2398
583d8b3c
EZ
2399 * processes.texi (Synchronous Processes): Document `process-lines'.
2400
5dcb4c4e
SM
2401 * customize.texi (Variable Definitions):
2402 Document `custom-reevaluate-setting'.
437706cd 2403
7e51d89b
MR
24042008-10-18 Martin Rudalics <rudalics@gmx.at>
2405
2406 * windows.texi (Choosing Window, Deleting Windows)
2407 (Displaying Buffers): Expand documentation of dedicated windows.
2408
43c59a3d
EZ
24092008-10-18 Eli Zaretskii <eliz@gnu.org>
2410
018a960d
EZ
2411 * files.texi (Changing Files): Document symbolic input of file
2412 modes to `set-file-modes'. Document `read-file-modes' and
2413 `file-modes-symbolic-to-number'.
2414
2c0b8144
EZ
2415 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
2416 and `search-map'.
2417
5dcb4c4e
SM
2418 * searching.texi (Search and Replace):
2419 Document `replace-search-function' and `replace-re-search-function'.
2c0b8144 2420 Document `multi-query-replace-map'.
80120f13 2421
6d4913f0 2422 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
5dcb4c4e
SM
2423 (Completion Commands, Reading File Names):
2424 Rename `minibuffer-local-must-match-filename-map' to
6d4913f0
EZ
2425 `minibuffer-local-filename-must-match-map'.
2426 (Minibuffer Completion): The `require-match' argument to
2427 `completing-read' can now have the value `confirm-only'.
2428
43c59a3d
EZ
2429 * windows.texi (Displaying Buffers): Minor wording fix.
2430 (Choosing Window): `split-height-threshold' can now be nil.
2431 Document `split-width-threshold'. `pop-up-frames' can have the
2432 value `graphic-only'.
2433
f36acfd9
EZ
24342008-10-17 Eli Zaretskii <eliz@gnu.org>
2435
2436 * os.texi (Startup Summary): Document `before-init-time' and
2437 `after-init-time'. Document `initial-window-system' and
2438 `window-system-initialization-alist'. Document reading the
2439 abbrevs file. Document the call to `server-start' under --daemon.
2440 Rearrange a bit to be consistent with the code flow.
53728487
EZ
2441 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
2442 (Time Parsing): Document `format-seconds'.
f36acfd9 2443
96995b89
MR
24442008-10-17 Martin Rudalics <rudalics@gmx.at>
2445
2446 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
2447 and reword.
2448
2de17c73
EZ
24492008-10-16 Eli Zaretskii <eliz@gnu.org>
2450
2451 * markers.texi (The Mark): Document use-region-p.
2452
9cf52b11
EZ
24532008-10-15 Eli Zaretskii <eliz@gnu.org>
2454
c3aaf1d7
EZ
2455 * internals.texi (Writing Emacs Primitives): The interactive spec
2456 of a primitive can be a Lisp form.
2457
841a1743
EZ
2458 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
2459 values of transient-mark-mode. Document handle-shift-selection.
2460
2461 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
2462 (Interactive Examples): Show an example of `^'.
2463 (Key Sequence Input): Document this-command-keys-shift-translated.
c3aaf1d7
EZ
2464 (Defining Commands, Using Interactive): The interactive-form of a
2465 function can be added via its symbol's property.
841a1743 2466
52441368
EZ
2467 * positions.texi (List Motion): beginning-of-defun-function can
2468 now accept an argument.
2469
8e8c1a72
EZ
2470 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
2471 now return a list of strings.
2472
a33a1f2a
EZ
2473 * control.texi (Handling Errors): Document ignore-errors.
2474
4fb04348
EZ
2475 * frames.texi (Creating Frames): Document frame-inherited-parameters.
2476 (Parameter Access): Document set-frame-parameter.
2477
ee666f84
EZ
2478 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
2479 Hooks" for the effect of kill-all-local-variables on local hook
2480 functions.
2481
9cf52b11
EZ
2482 * modes.texi (Major Mode Conventions, Mode Line Variables):
2483 `mode-name' need not be a string. xref to "Mode Line Data" for
2484 details, and to "Emulating Mode Line" for computing a string
2485 value.
2486
22526bc4
EZ
24872008-10-14 Eli Zaretskii <eliz@gnu.org>
2488
a65f6a85
EZ
2489 * processes.texi (System Processes): New section.
2490 (Processes, Signals to Processes): Add xrefs to it.
2491
2492 * objects.texi (Editing Types): A `process' is a subprocess of
2493 Emacs, not just any process running on the OS.
2494
2495 * elisp.texi (Top): Adjust the @detailmenu for the above two
2496 changes.
2497
2724b26a
EZ
2498 * sequences.texi (Char-Tables): Remove documentation of
2499 set-char-table-default, which has no effect since Emacs 23.
2500 <char-table-range, set-char-table-range>: Don't mention generic
2501 characters and charsets. Add a cons cell as a possible argument.
2502
2503 * nonascii.texi (Splitting Characters)
2504 (Translation of Characters): Don't mention generic characters.
2505
2506 * display.texi (Fontsets): Don't mention generic characters.
2507
22526bc4 2508 * sequences.texi (Char-Tables): `map-char-table' can now call its
25f494c9 2509 argument FUNCTION with a cons cell as KEY.
22526bc4 2510
eaf4b689
EZ
25112008-10-13 Eli Zaretskii <eliz@gnu.org>
2512
45e46036
EZ
2513 * objects.texi (Primitive Function Type): Move "@cindex special
2514 forms" from here...
2515
2516 * eval.texi (Special Forms): ...to here.
2517
2518 * functions.texi (What Is a Function): `functionp' returns nil for
2519 special forms. Add an xref.
2520
eaf4b689
EZ
2521 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
2522 Variables".
2523
2524 * variables.texi (Frame-Local Variables): New section.
2525 (Buffer-Local Variables): Add an xref to it.
2526 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
2527 have both frame-local and buffer-local binding.
2528
2529 * frames.texi (Frames): Mention multiple tty frames.
2530 (Frame Parameters, Parameter Access): Mention frame-local variable
2531 bindings.
2532
15688fce
GM
25332008-09-20 Glenn Morris <rgm@gnu.org>
2534
2535 * display.texi (Defining Faces): Recommend against face variables.
2536
35539065
JB
25372008-09-16 Juanma Barranquero <lekktu@gmail.com>
2538
2539 * display.texi (Echo Area Customization): Fix typo.
2540
6a57054b
JB
25412008-09-09 Juanma Barranquero <lekktu@gmail.com>
2542
2543 * loading.texi (Where Defined): Add `defface' item.
2544
d632fb82
MR
25452008-09-06 Martin Rudalics <rudalics@gmx.at>
2546
2547 * loading.texi (Where Defined): Fix description of symbol-file.
2548
905a9adb
JR
25492008-08-26 Jason Rumney <jasonr@gnu.org>
2550
2551 * display.texi (TIFF Images): New section describing :index property.
2552
852e91b7
CY
25532008-08-23 Chong Yidong <cyd@stupidchicken.com>
2554
2555 * display.texi (Temporary Displays): Remove unnecessary comment
2556 about usage of temp-buffer-show-hook.
2557
6be001ee
CY
25582008-08-05 Chong Yidong <cyd@stupidchicken.com>
2559
2560 * symbols.texi (Other Plists): Fix incorrect example.
2561 Suggested by Florian Beck.
2562
58e3d8e8
JB
25632008-07-31 Juanma Barranquero <lekktu@gmail.com>
2564
2565 * os.texi: Fix previous change.
2566
7c2fb837
DN
25672008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
2568
2569 * os.texi:
2570 * intro.texi:
2571 * files.texi: Remove VMS support.
2572
9e2a2647
DN
25732008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
2574
2575 * os.texi:
2576 * frames.texi:
2577 * display.texi: Remove mentions of Mac Carbon.
2578
c4f4682b
MB
25792008-07-01 Miles Bader <miles@gnu.org>
2580
2581 * text.texi (Special Properties):
2582 * display.texi (Truncation): Add wrap-prefix and line-prefix.
2583
3696411e
JB
25842008-06-28 Johan Bockgård <bojohan@gnu.org>
2585
2586 * display.texi (Other Image Types): Fix copy/paste error; say
2587 "PBM", not "XBM".
2588
f2a77c3a
DN
25892008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
2590
2591 * os.texi: Remove references to obsolete systems.
2592
6d52677d
EZ
25932008-06-20 Eli Zaretskii <eliz@gnu.org>
2594
2595 * makefile.w32-in (distclean): Remove makefile.
2596
1a87da4c
GM
25972008-06-17 Glenn Morris <rgm@gnu.org>
2598
2599 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
2600 (elisp, dist): Remove rules and variables that are obsolete now
2601 the lisp manual is no longer distributed separately.
2602
fdda1c5d
GM
26032008-06-16 Glenn Morris <rgm@gnu.org>
2604
646692e9
GM
2605 * configure, configure.in, mkinstalldirs: Remove unused files.
2606
2607 * book-spine.texinfo: Set version to 23.0.60.
fdda1c5d 2608 * vol1.texi (EMACSVER):
6a57054b 2609 * vol2.texi (EMACSVER): Set to 23.0.60.
fdda1c5d
GM
2610
2611 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
2612 as per maintain.info.
2613
611bee81
GM
26142008-06-15 Glenn Morris <rgm@gnu.org>
2615
a7bed3a0
GM
2616 * makefile.w32-in (manual): Use "23" rather than "21".
2617
2618 * Makefile.in (emacsver): New, set by configure.
2619 (manual): Use emacsver.
2620
d794edf2
GM
2621 * intro.texi: Report bugs using M-x report-emacs-bug.
2622
611bee81
GM
2623 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
2624
c73e02fa
GM
26252008-06-13 Daniel Engeler <engeler@gmail.com>
2626
2627 * elisp.texi, internals.texi, processes.texi: Add documentation
2628 about serial port access.
2629
e40a85cd
MB
26302008-06-05 Miles Bader <miles@gnu.org>
2631
2632 * display.texi (Displaying Faces): Update to reflect function
2633 renamings in face-remap.el.
2634
7b753744
JB
26352008-06-05 Juanma Barranquero <lekktu@gmail.com>
2636
2637 * display.texi (Fontsets): Fix typos.
2638
9d3d42fb
MB
26392008-06-03 Miles Bader <miles@gnu.org>
2640
7b753744
JB
2641 * display.texi (Displaying Faces): Add add-relative-face-remapping,
2642 remove-relative-face-remapping, set-base-face-remapping,
2643 and set-default-base-face-remapping.
9d3d42fb 2644
f2cec7a9
MB
26452008-06-01 Miles Bader <miles@gnu.org>
2646
2647 * display.texi (Displaying Faces): Add face-remapping-alist.
2648
8f39c96d
SM
26492008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2650
2651 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
2652 variable names.
2653
1ef5eecc
ER
26542008-05-03 Eric S. Raymond <esr@golux>
2655
352c8b4a 2656 * keymaps.texi: Clarify that (current-local-map) and
1ef5eecc
ER
2657 (current-global-map) return references, not copies.
2658
63b4387f
JL
26592008-05-02 Juri Linkov <juri@jurta.org>
2660
2661 * minibuf.texi (Text from Minibuffer): Document a list of
2662 default values for `read-from-minibuffer'.
2663
38a8b703
JB
26642008-04-24 Juanma Barranquero <lekktu@gmail.com>
2665
2666 * nonascii.texi (Translation of Characters): Fix previous change.
2667
7c42e639
CY
26682008-04-20 Chong Yidong <cyd@stupidchicken.com>
2669
2670 * display.texi (Overlay Properties): Clarify role of underlying
2671 textprop and overlay keymaps for display strings.
2672
2673 * keymaps.texi (Active Keymaps): Ditto.
2674
25c0d999
SM
26752008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
2676
2677 * minibuf.texi (Programmed Completion):
2678 Replace dynamic-completion-table with the new completion-table-dynamic.
2679
e3af5968
CY
26802008-04-07 Chong Yidong <cyd@stupidchicken.com>
2681
2682 * intro.texi (Some Terms): Change "fonts in this manual" index
2683 entry to "typographic conventions".
2684
6bfc8698
EZ
26852008-04-05 Eli Zaretskii <eliz@gnu.org>
2686
2687 * objects.texi (Text Props and Strings): Add indexing for read
2688 syntax of text properties.
2689
4972c361
SM
26902008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
2691
2692 * processes.texi (Decoding Output): Remove process-filter-multibyte
2693 functions.
2694
c70a68db
MR
26952008-03-15 Martin Rudalics <rudalics@gmx.at>
2696
2697 * display.texi (Finding Overlays): Say that empty overlays at
2698 the end of the buffer are reported too.
2699
1291fd36
GM
27002008-03-13 Glenn Morris <rgm@gnu.org>
2701
2702 * elisp.texi (EMACSVER): Set to 23.0.60.
2703
c6b0dfd5
CY
27042008-02-26 Chong Yidong <cyd@stupidchicken.com>
2705
38a8b703 2706 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
c6b0dfd5 2707
875fc30c
GM
27082008-02-22 Glenn Morris <rgm@gnu.org>
2709
2710 * frames.texi (Position Parameters): Clarify the description of
2711 `left' and `top', using information from "Geometry".
2712 (Geometry): Give a pointer to "Position Parameters", rather than
2713 repeating information.
2714
d8c8e45a
GM
27152008-02-11 Glenn Morris <rgm@gnu.org>
2716
2717 * objects.texi (Equality Predicates): No longer talk about "two"
2718 functions.
2719
38a8b703 27202008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
d8c8e45a
GM
2721
2722 * objects.texi (Equality Predicates): Add defun for
2723 equal-including-properties.
2724
bfffe0b1
GM
27252008-02-10 Glenn Morris <rgm@gnu.org>
2726
2727 * objects.texi (Equality Predicates):
2728 Mention equal-including-properties.
2729
431b78c9
RS
27302008-02-07 Richard Stallman <rms@gnu.org>
2731
2732 * windows.texi (Window Start): Mention the feature of moving
2733 window-start to start of line.
2734
c8763fb6 27352008-02-07 Jan Djärv <jan.h.d@swipnet.se>
eafa12e6
JD
2736
2737 * keymaps.texi (Tool Bar): Document rtl property.
2738
1a256502
TTN
27392008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
2740
2741 * display.texi (Button Types):
2742 For define-button-type, clarify type of NAME.
2743
569382c2
MR
27442008-01-19 Martin Rudalics <rudalics@gmx.at>
2745
2746 * buffers.texi (Buffer Modification): Fix typo.
2747
f3041af1
DN
27482008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
2749
2750 * os.texi (System Environment): Remove references to OSes that are
2751 not supported anymore.
2752
d35e1cd7
DN
27532008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2754
2755 * os.texi (System Environment): Remove mention for Masscomp.
2756
23af7580
RS
27572008-01-04 Richard Stallman <rms@gnu.org>
2758
2759 * display.texi (Faces): Don't talk about internal face vector as arg
2760 to facep.
2761
2762 * customize.texi (Type Keywords): Fix previous change.
2763
2764 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
2765 * elisp.texi (Top): Fix menu for commands.texi change.
2766
ec7d5b1e
RS
27672007-12-30 Richard Stallman <rms@gnu.org>
2768
5dcb4c4e 2769 * commands.texi (Accessing Mouse): Rename from Accessing Events.
ec7d5b1e
RS
2770 (Accessing Scroll): New node broken out of Accessing Mouse.
2771
101a6cea
RS
27722007-12-28 Richard Stallman <rms@gnu.org>
2773
2774 * frames.texi (Size Parameters): Fix typo.
7f9e0c04 2775 (Basic Parameters): For `title', refer to title bar.
041817a4 2776 (Size and Position): Explain meaning of frame pixel width and height.
101a6cea 2777
72b7e664
RS
27782007-12-23 Richard Stallman <rms@gnu.org>
2779
2780 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
2781 Improve some of the commented-out keywords' text too.
2782
27a4f445
MR
27832007-12-14 Martin Rudalics <rudalics@gmx.at>
2784
e2e3f1d7
MR
2785 * nonascii.texi (Encoding and I/O): Reword to avoid saying
2786 "visit the current buffer".
2787
27a4f445
MR
2788 * os.texi (System Interface): Fix typo.
2789
a2afc99d
RS
27902007-12-04 Richard Stallman <rms@gnu.org>
2791
2792 * objects.texi (Symbol Type): Fix typo.
2793
b694135c
RS
27942007-12-03 Richard Stallman <rms@gnu.org>
2795
2796 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
2797
f99a19da
GM
27982007-12-01 Glenn Morris <rgm@gnu.org>
2799
2800 * functions.texi (Declaring Functions): Improve previous change.
2801
8f4b37d8
GM
28022007-11-30 Glenn Morris <rgm@gnu.org>
2803
2804 * functions.texi (Declaring Functions): Add optional fourth
2805 argument of declare-function, and setting third argument to `t'.
2806
61a2fe01
RS
28072007-11-29 Richard Stallman <rms@gnu.org>
2808
2809 * customize.texi (Composite Types): Document `group' type.
2810
cbfc5193
GM
28112007-11-29 Glenn Morris <rgm@gnu.org>
2812
5dcb4c4e
SM
2813 * functions.texi (Declaring Functions): Add findex.
2814 Mention `external' files.
cbfc5193 2815
8386283a
JB
28162007-11-26 Juanma Barranquero <lekktu@gmail.com>
2817
2818 * functions.texi (Declaring Functions): Fix directive.
2819
a07c9a8b
RS
28202007-11-25 Richard Stallman <rms@gnu.org>
2821
2822 * help.texi (Help Functions): Clean up last change.
2823
2824 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
2825
2826 * loading.texi (Named Features): Minor cleanup.
2827
2828 * macros.texi (Eval During Expansion): Minor cleanup.
2829
2830 * variables.texi (Variable Aliases): Minor cleanup.
2831
a0925923
RS
28322007-11-24 Richard Stallman <rms@gnu.org>
2833
2834 * functions.texi (Declaring Functions): Clarify previous change.
2835
2836 * compile.texi (Compiler Errors): Clarify previous change.
2837
20c63e44
RS
28382007-11-24 Richard Stallman <rms@gnu.org>
2839
e5e76c04 2840 * display.texi (Refresh Screen, Forcing Redisplay):
20c63e44
RS
2841 Clarify the text and move items around.
2842
5bb0cda3
GM
28432007-11-24 Glenn Morris <rgm@gnu.org>
2844
2845 * functions.texi (Declaring Functions): New section.
2846 * compile.texi (Compiler Errors): Mention declaring functions,
2847 defvar with no initvalue, and byte-compile-warnings.
2848
af13c86a
MR
28492007-11-15 Martin Rudalics <rudalics@gmx.at>
2850
2851 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
2852 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
2853
a5373305
MR
28542007-11-13 Martin Rudalics <rudalics@gmx.at>
2855
2856 * help.texi (Help Functions): Document new macro `with-help-window'.
2857
fe284805
JL
28582007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
2859
2860 * searching.texi (Replacing Match): Describe new
2861 `match-substitute-replacement'.
2862
2c3a09b1
RS
28632007-10-31 Richard Stallman <rms@gnu.org>
2864
2865 * strings.texi (Creating Strings): Null strings from concat not unique.
2866
f2b480f4
RS
28672007-10-26 Richard Stallman <rms@gnu.org>
2868
2869 * objects.texi (Equality Predicates): Null strings are uniquified.
2870
2871 * minibuf.texi: Minor clarifications in previous change.
2872
db21122c
GM
28732007-10-25 Glenn Morris <rgm@gnu.org>
2874
2875 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
2876
2328cbb3
RS
28772007-10-24 Richard Stallman <rms@gnu.org>
2878
2879 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
2880
2881 * variables.texi (Frame-Local Variables): Node deleted.
2882 (Variables): Delete Frame-Local Variables from menu.
2883 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
2884 (Default Value): Don't mention frame-local vars.
2885
2886 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
2887
2888 * loading.texi (Unloading): Document FEATURE-unload-function
2889 instead of FEATURE-unload-hook.
2890
2328cbb3
RS
2891 * frames.texi (Multiple Displays): Don't mention frame-local vars.
2892
c066bafa
JL
28932007-10-22 Juri Linkov <juri@jurta.org>
2894
2895 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
2896 (High-Level Completion): Document a list of default value strings
2897 in the DEFAULT argument, for which minibuffer functions return the
2898 first element.
2899
65ced25f
JL
29002007-10-17 Juri Linkov <juri@jurta.org>
2901
2902 * text.texi (Filling): Update arguments of fill-paragraph.
2903 fill-paragraph operates on the active region in Transient Mark mode.
2904 Remove fill-paragraph-or-region.
2905
ee46ec8e
KB
29062007-10-13 Karl Berry <karl@gnu.org>
2907
2908 * elisp.texi (@dircategory): Move to after @copying,
2909 since we want @copying as close as possible to the beginning of
2910 the output.
2911
61bbdbc6
RS
29122007-10-12 Richard Stallman <rms@gnu.org>
2913
2914 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
2915
2916 * commands.texi (Distinguish Interactive): New node,
2917 broken out from Interactive Call and rewritten.
2918 (Command Loop): Put Distinguish Interactive in menu.
2919
af23e1e8
RS
29202007-10-09 Richard Stallman <rms@gnu.org>
2921
2922 * text.texi (Examining Properties): Mention overlay priority.
2923
2924 * display.texi (Display Margins): Correct the description
2925 of margin display specifications.
2926 (Replacing Specs): New subnode broken out of Display Property.
2927
e1965a69
JL
29282007-10-06 Juri Linkov <juri@jurta.org>
2929
2930 * text.texi (Filling): Document fill-paragraph-or-region.
2931
4638454b
JB
29322007-10-05 Juanma Barranquero <lekktu@gmail.com>
2933
2934 * display.texi (Auto Faces): Fix typo.
2935
7ed54cc5
RS
29362007-10-02 Richard Stallman <rms@gnu.org>
2937
2938 * display.texi (Display Property): Explain some display specs
2939 don't let you move point in.
2940
5dcb4c4e
SM
2941 * frames.texi (Cursor Parameters):
2942 Describe cursor-in-non-selected-windows here. Explain more values.
7ed54cc5
RS
2943
2944 * windows.texi (Basic Windows): Don't describe
2945 cursor-in-non-selected-windows here.
2946
305a7ef2
EZ
29472007-10-01 Eli Zaretskii <eliz@gnu.org>
2948
2949 * processes.texi (Misc Network): Note that these functions are
2950 supported only on some systems.
2951
f7a7f4eb
RS
29522007-10-01 Richard Stallman <rms@gnu.org>
2953
2954 * display.texi (Overlay Properties): Explain nil as priority.
2955 Explain that conflicts are unpredictable if not resolved by
2956 priorities.
2957
780d7bb9
RS
29582007-09-23 Richard Stallman <rms@gnu.org>
2959
2960 * macros.texi (Backquote): Minor clarification.
2961
14b4fdfb
RS
29622007-09-19 Richard Stallman <rms@gnu.org>
2963
2964 * display.texi (Display Property): Explain multiple display specs.
9600ac7c
RS
2965 Clarify when they work in parallel and when one overrides.
2966 Fix error in example.
14b4fdfb 2967
b8d4c8d0
GM
29682007-09-06 Glenn Morris <rgm@gnu.org>
2969
b3e755a9 2970 Move from lispref/ to doc/lispref/. Change all setfilename
b8d4c8d0
GM
2971 commands to use ../../info.
2972 * Makefile.in (infodir): Go up one more level.
4638454b 2973 (usermanualdir): Change from ../man to ../emacs.
b8d4c8d0
GM
2974 (miscmanualdir): New.
2975 (dist): Use new variable miscmanualdir.
2976 * makefile.w32-in (infodir, texinputdir): Go up one more level.
2977 (usermanualdir): Change from ../man to ../emacs.
2978
1bb1f7d3
MR
29792007-08-30 Martin Rudalics <rudalics@gmx.at>
2980
2981 * commands.texi (Command Loop Info): Advise against changing
2982 most variables described here. Explain new variable
2983 last-repeatable-command.
2984
b8d4c8d0
GM
29852007-08-29 Glenn Morris <rgm@gnu.org>
2986
2987 * elisp.texi (EMACSVER): Increase to 23.0.50.
2988
29892007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
2990
2991 * frames.texi (Basic Parameters): Add display-environment-variable
2992 and term-environment-variable.
2993
29942007-08-28 Juri Linkov <juri@jurta.org>
2995
2996 * display.texi (Image Formats, Other Image Types): Add SVG.
2997
29982007-08-28 Juri Linkov <juri@jurta.org>
2999
3000 * display.texi (Images): Move formats-related text to new node
3001 "Image Formats".
3002 (Image Formats): New node.
3003
619fb9ee
RS
30042007-08-27 Richard Stallman <rms@gnu.org>
3005
3006 * windows.texi (Window Configurations): Clarify what
3007 a window configuration saves.
3008
b8d4c8d0
GM
30092007-08-25 Richard Stallman <rms@gnu.org>
3010
3011 * display.texi (Images): Delete redundant @findex.
3012
39f9da30
GM
30132007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
3014
3015 * text.texi (Change Hooks): (after|before)-change-functions are no
3016 longer bound to nil while running; rather inhibit-modification-hooks
3017 is t.
3018
b8d4c8d0
GM
30192007-08-16 Richard Stallman <rms@gnu.org>
3020
5dcb4c4e
SM
3021 * processes.texi (Asynchronous Processes):
3022 Clarify doc of start-file-process.
b8d4c8d0
GM
3023
30242007-08-08 Martin Rudalics <rudalics@gmx.at>
3025
3026 * modes.texi (Example Major Modes): Fix typo.
3027
30282007-08-08 Glenn Morris <rgm@gnu.org>
3029
3030 * intro.texi (nil and t): Do not use `iff' in documentation.
3031
3032 * tips.texi (Documentation Tips): Recommend against `iff'.
3033
30342007-08-07 Chong Yidong <cyd@stupidchicken.com>
3035
3036 * display.texi (Image Cache): Document image-refresh.
3037
30382007-08-06 Martin Rudalics <rudalics@gmx.at>
3039
3040 * windows.texi (Size of Window): Document window-full-width-p.
3041
30422007-07-25 Glenn Morris <rgm@gnu.org>
3043
3044 * gpl.texi (GPL): Replace license with GPLv3.
3045
3046 * Relicense all FSF files to GPLv3 or later.
3047
30482007-07-24 Michael Albinus <michael.albinus@gmx.de>
3049
4638454b
JB
3050 * processes.texi (Synchronous Processes):
3051 Add `process-file-shell-command'.
b8d4c8d0
GM
3052 (Asynchronous Processes): Mention restricted use of
3053 `process-filter' and `process-sentinel' in
3054 `start-file-process'. Add `start-file-process-shell-command'.
3055
30562007-07-17 Michael Albinus <michael.albinus@gmx.de>
3057
3058 * files.texi (Magic File Names): Introduce optional parameter
3059 IDENTIFICATION for `file-remote-p'.
3060
30612007-07-16 Richard Stallman <rms@gnu.org>
3062
3063 * display.texi (Defining Faces): Fix previous change.
3064
30652007-07-14 Richard Stallman <rms@gnu.org>
3066
3067 * control.texi (Handling Errors): Document `debug' in handler list.
3068
30692007-07-10 Richard Stallman <rms@gnu.org>
3070
3071 * display.texi (Defining Faces): Explain C-M-x feature for defface.
3072
30732007-07-09 Richard Stallman <rms@gnu.org>
3074
3075 * files.texi (Magic File Names): Rewrite previous change.
3076
30772007-07-08 Michael Albinus <michael.albinus@gmx.de>
3078
3079 * files.texi (Magic File Names): Introduce optional parameter
3080 CONNECTED for `file-remote-p'.
3081
30822007-07-07 Michael Albinus <michael.albinus@gmx.de>
3083
3084 * processes.texi (Asynchronous Processes):
3085 * files.texi (Magic File Names): Add `start-file-process'.
3086
30872007-06-27 Richard Stallman <rms@gnu.org>
3088
5dcb4c4e
SM
3089 * files.texi (Format Conversion Piecemeal):
3090 Clarify `after-insert-file-functions' calling convention.
b8d4c8d0
GM
3091
30922007-06-27 Michael Albinus <michael.albinus@gmx.de>
3093
4638454b
JB
3094 * files.texi (Magic File Names): Remove `dired-call-process'.
3095 Add `process-file'.
b8d4c8d0
GM
3096
30972007-06-27 Kenichi Handa <handa@m17n.org>
3098
3099 * text.texi (Special Properties): Fix description about
4638454b 3100 `composition' property.
b8d4c8d0
GM
3101
31022007-06-26 Kenichi Handa <handa@m17n.org>
3103
3104 * nonascii.texi (Default Coding Systems): Document about the
3105 return value `undecided'.
3106
31072007-06-25 David Kastrup <dak@gnu.org>
3108
3109 * keymaps.texi (Active Keymaps): Document new POSITION argument of
3110 `current-active-maps'.
3111
31122007-06-24 Karl Berry <karl@gnu.org>
3113
4638454b 3114 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
b8d4c8d0
GM
3115
31162007-06-15 Juanma Barranquero <lekktu@gmail.com>
3117
3118 * display.texi (Overlay Arrow): Doc fix.
3119
31202007-06-14 Karl Berry <karl@tug.org>
3121
3122 * anti.texi (Antinews): Typo.
3123
31242007-06-14 Chong Yidong <cyd@stupidchicken.com>
3125
3126 * display.texi (Image Cache): Document image-refresh.
3127
31282007-06-12 Karl Berry <karl@gnu.org>
3129
3130 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
3131 * two-volume.make: New file.
3132 * .cvsignore: Ignore two-volume files.
3133
31342007-06-12 Tom Tromey <tromey@redhat.com>
3135
3136 * os.texi (Init File): Document user-emacs-directory.
3137
31382007-06-03 Nick Roberts <nickrob@snap.net.nz>
3139
3140 * commands.texi (Click Events): Describe width and height when
3141 object is nil.
3142
31432007-05-30 Nick Roberts <nickrob@snap.net.nz>
3144
5dcb4c4e
SM
3145 * commands.texi (Click Events): Layout more logically.
3146 Describe width and height.
b8d4c8d0
GM
3147 (Drag Events, Motion Events): Update to new format for position.
3148
31492007-06-02 Richard Stallman <rms@gnu.org>
3150
3151 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
3152
31532007-06-02 Chong Yidong <cyd@stupidchicken.com>
3154
3155 * Version 22.1 released.
3156
31572007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
3158
3159 * text.texi (Special Properties): Correct meaning of fontified face.
3160
31612007-05-30 Richard Stallman <rms@gnu.org>
3162
3163 * text.texi (Special Properties): Add link to Adjusting Point.
3164
31652007-05-12 Richard Stallman <rms@gnu.org>
3166
3167 * text.texi (Margins): indent-to-left-margin is not the default.
3168 (Mode-Specific Indent): For indent-line-function, the default
3169 is indent-relative.
3170
3171 * modes.texi (Example Major Modes): Explain last line of text-mode
3172 is redundant.
3173
31742007-05-10 Richard Stallman <rms@gnu.org>
3175
3176 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
3177
3178 * help.texi (Keys in Documentation): Add reference to
3179 Documentation Tips.
3180
3181 * files.texi (Format Conversion): TO-FN gets three arguments.
3182
3183 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
3184
31852007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
3186
3187 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
3188 * files.texi (Format Conversion): Expand intro; add menu.
3189 (Format Conversion Overview, Format Conversion Round-Trip)
3190 (Format Conversion Piecemeal): New nodes/subsections.
3191 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
3192 * text.texi (Text Properties): Remove "Saving Properties" from menu.
3193 (Saving Properties): Delete node/subsection.
3194
31952007-05-07 Karl Berry <karl@gnu.org>
3196
3197 * elisp.texi (EMACSVER): Back to 22.
3198
31992007-05-06 Richard Stallman <rms@gnu.org>
3200
3201 * processes.texi (Accepting Output): Revert most of previous change.
3202
32032007-05-05 Richard Stallman <rms@gnu.org>
3204
3205 * processes.texi (Accepting Output): accept-process-output
3206 uses microseconds, not milliseconds. But that arg is obsolete.
3207
32082007-05-04 Karl Berry <karl@tug.org>
3209
3210 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
3211
32122007-05-04 Eli Zaretskii <eliz@gnu.org>
3213
3214 * tips.texi (Documentation Tips): Rearrange items to place the
3215 more important ones first. Add an index entry for hyperlinks.
3216
32172007-05-03 Karl Berry <karl@gnu.org>
3218
3219 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
3220 (EMACSVER) [smallbook]: 22 for printed version.
3221
3222 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
3223 so restore anchor to normal position after defun. Found by Kevin Ryde.
3224
32252007-04-26 Glenn Morris <rgm@gnu.org>
3226
3227 * elisp.texi (EMACSVER): Increase to 22.1.50.
3228
32292007-04-28 Karl Berry <karl@gnu.org>
3230
3231 * elisp.texi: Improve line breaks on copyright page,
3232 similar layout to emacs manual, 8.5x11 by default.
3233
32342007-04-24 Richard Stallman <rms@gnu.org>
3235
3236 * text.texi (Special Properties): Add xref to Overlay Properties.
3237
3238 * display.texi (Overlay Properties): Add xref to Special Properties.
3239
32402007-04-22 Richard Stallman <rms@gnu.org>
3241
3242 * keymaps.texi (Extended Menu Items): Move the info about
3243 format with cached keyboard binding.
3244
32452007-04-21 Richard Stallman <rms@gnu.org>
3246
3247 * text.texi (Special Properties): Clarify previous change.
3248
3249 * files.texi (File Name Expansion): Clarify previous change.
3250
3251 * display.texi (Attribute Functions): Fix example for
3252 face-attribute-relative-p.
3253
32542007-04-19 Kenichi Handa <handa@m17n.org>
3255
3256 * text.texi (Special Properties): Document composition property.
3257
32582007-04-19 Glenn Morris <rgm@gnu.org>
3259
3260 * files.texi (File Name Expansion): Mention "superroot".
3261
32622007-04-15 Chong Yidong <cyd@stupidchicken.com>
3263
3264 * frames.texi (Multiple Displays): Add note about "multi-monitor"
3265 setups.
3266 (Display Feature Testing): Note that display refers to all
3267 physical monitors for multi-monitor setups.
3268
32692007-04-14 Richard Stallman <rms@gnu.org>
3270
3271 * lists.texi (Sets And Lists): Clarify `delete' examples.
3272 Remove spurious xref to same node.
3273 Clarify xref for add-to-list.
3274
32752007-04-12 Nick Roberts <nickrob@snap.net.nz>
3276
3277 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
3278 value of lisp-mode-map.
3279
32802007-04-11 Karl Berry <karl@gnu.org>
3281
3282 * anti.texi (Antinews):
3283 * display.texi (Overlay Properties, Defining Images):
3284 * processes.texi (Synchronous Processes, Sentinels):
3285 * syntax.texi (Syntax Table Internals):
3286 * searching.texi (Regexp Special):
3287 * nonascii.texi (Default Coding Systems):
3288 * text.texi (Special Properties):
3289 * minibuf.texi (Basic Completion): Wording to improve breaks in
3290 8.5x11 format.
3291 * elisp.texi (smallbook): New @set to more easily switch between
3292 smallbook and 8.5x11.
3293
32942007-04-11 Richard Stallman <rms@gnu.org>
3295
3296 * text.texi (Lazy Properties): Minor fix.
3297
32982007-04-08 Karl Berry <karl@gnu.org>
3299
3300 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
3301 * macros.texi (Backquote): Downcase Backquote in index entries for
3302 consistency.
3303
33042007-04-08 Richard Stallman <rms@gnu.org>
3305
3306 * text.texi (Adaptive Fill): Just describe default,
3307 don't show it (since it contains non-ASCII chars).
3308
33092007-04-07 Karl Berry <karl@gnu.org>
3310
3311 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
3312 adaptive-fill-regexp's value, since they are not in the standard
3313 TeX fonts.
3314
33152007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
3316
3317 * display.texi (Defining Faces): Fix example.
3318
33192007-04-07 Karl Berry <karl@gnu.org>
3320
3321 * display.texi (Button Buffer Commands): Improve page break.
3322
33232007-04-07 Richard Stallman <rms@gnu.org>
3324
3325 * advice.texi (Activation of Advice): Remove redundant index entry.
3326
3327 * backups.texi: Improve index entries. Remove redundant ones.
3328
3329 * compile.texi (Byte Compilation): Improve index entry.
3330
3331 * hash.texi (Creating Hash): Improve index entry.
3332
3333 * symbols.texi (Definitions): Improve index entry.
3334
3335 * edebug.texi: Improve index entries. Remove redundant/useless ones.
3336
3337 * maps.texi (Standard Keymaps): Remove useless index entry.
3338
3339 * help.texi (Documentation Basics): Remove redundant index entries.
3340
3341 * customize.texi: Improve index entries.
3342 Remove redundant/useless ones.
3343
3344 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
3345
3346 * streams.texi (Output Variables): Improve index entry.
3347
3348 * abbrevs.texi (Abbrevs): Remove useless index entry.
3349
3350 * macros.texi (Expansion): Remove useless index entry.
3351
3352 * text.texi: Improve index entries. Remove redundant/useless ones.
3353 (Text Properties, Examining Properties)
3354 (Special Properties): Use "property category" instead of "category"
3355 to refer to the `category' property.
3356
3357 * positions.texi: Improve index entries. Remove useless one.
3358
3359 * lists.texi: Improve index entries. Remove redundant/useless ones.
3360
3361 * os.texi: Improve index entries.
3362 (Timers): Fix previous change.
3363
3364 * buffers.texi: Improve index entries.
3365 (Modification Time): Get rid of term "obsolete buffer".
3366
3367 * debugging.texi: Improve index entries.
3368 (Test Coverage): Add xref to other test coverage ftr.
3369
3370 * eval.texi: Improve index entry. Remove redundant ones.
3371
3372 * numbers.texi: Improve index entries. Remove redundant/useless ones.
3373
3374 * files.texi: Improve index entries. Remove redundant/useless ones.
3375
3376 * objects.texi: Improve index entries.
3377
3378 * processes.texi: Improve index entries.
3379
3380 * modes.texi: Improve index entry. Remove redundant one.
3381
3382 * nonascii.texi: Improve index entries.
3383
3384 * internals.texi: Improve index entries.
3385
3386 * syntax.texi: Improve index entries.
3387
3388 * keymaps.texi (Active Keymaps): Improve index entries.
3389
3390 * commands.texi: Improve index entries. Remove redundant/useless ones.
3391
3392 * frames.texi: Improve index entries. Remove redundant/useless ones.
3393
3394 * markers.texi: Improve index entries. Remove redundant ones.
3395
3396 * tips.texi: Improve index entries.
3397
3398 * loading.texi (Unloading): Improve index entry.
3399
3400 * variables.texi: Improve index entries. Remove redundant one.
3401
3402 * sequences.texi: Improve index entry.
3403
3404 * display.texi: Improve index entries. Remove redundant ones.
3405
3406 * windows.texi: Improve index entries.
3407
3408 * searching.texi: Improve index entries. Remove redundant one.
3409
3410 * strings.texi (Case Tables): Improve last change.
3411
34122007-04-04 Chong Yidong <cyd@stupidchicken.com>
3413
3414 * strings.texi (Case Tables): Document with-case-table and
3415 ascii-case-table.
3416
34172007-04-03 Karl Berry <karl@gnu.org>
3418
3419 * processes.texi (Network): Reword to improve page break.
3420
34212007-04-03 Eli Zaretskii <eliz@gnu.org>
3422
3423 * functions.texi (Inline Functions): Describe more disadvantages
3424 of defsubst, and make advice against it stronger.
3425
34262007-04-02 Karl Berry <karl@gnu.org>
3427
3428 * backups.texi (Backup Names): Avoid widow words.
3429 * modes.texi (Example Major Modes): Align last comment.
3430
34312007-04-01 Chong Yidong <cyd@stupidchicken.com>
3432
3433 * keymaps.texi (Remapping Commands): Document new arg to
3434 command-remapping.
3435
34362007-04-01 Karl Berry <karl@gnu.org>
3437
3438 * processes.texi (Low-Level Network): Typo.
3439 * loading.texi (Hooks for Loading): Avoid double "the".
3440 * keymaps.texi (Key Sequences): No double "and".
3441 (Changing Key Bindings): Shorten to improve line break.
3442
34432007-03-31 Glenn Morris <rgm@gnu.org>
3444
3445 * os.texi (Timers): Fix description of run-at-time TIME formats.
3446
34472007-03-31 Richard Stallman <rms@gnu.org>
3448
3449 * display.texi (Invisible Text): Correct buffer-invisibility-spec
3450 regarding ellipsis.
3451
34522007-03-31 Eli Zaretskii <eliz@gnu.org>
3453
3454 * intro.texi (nil and t):
3455 * symbols.texi (Plists and Alists):
3456 * variables.texi (Variable Aliases, Constant Variables):
3457 * functions.texi (Defining Functions):
3458 * advice.texi (Advising Primitives):
3459 * debugging.texi (Syntax Errors, Compilation Errors):
3460 * minibuf.texi (Minibuffer Windows):
3461 * commands.texi (Adjusting Point):
3462 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
3463 (Auto Major Mode, Major Mode Conventions):
3464 * help.texi (Describing Characters):
3465 * files.texi (Create/Delete Dirs, Information about Files)
3466 (File Locks, Writing to Files, Reading from Files)
3467 (Saving Buffers):
3468 * windows.texi (Resizing Windows, Cyclic Window Ordering):
3469 * frames.texi (Finding All Frames):
3470 * positions.texi (Buffer End, Motion):
3471 * markers.texi (The Region):
3472 * text.texi (Deletion, Near Point):
3473 * display.texi (Displaying Messages, Truncation):
3474 * os.texi (Processor Run Time):
3475 * tips.texi (Key Binding Conventions, Programming Tips)
3476 (Warning Tips, Documentation Tips, Comment Tips):
3477 * internals.texi (Memory Usage): Improve indexing.
3478
3479 * variables.texi (Frame-Local Variables):
3480 * functions.texi (Argument List):
3481 * loading.texi (Library Search):
3482 * streams.texi (Output Variables):
3483 * keymaps.texi (Translation Keymaps, Searching Keymaps):
3484 * searching.texi (Replacing Match, Search and Replace):
3485 * processes.texi (Byte Packing, Decoding Output)
3486 (Accepting Output, Network Servers, Shell Arguments):
3487 * display.texi (Abstract Display, Image Cache, Scroll Bars):
3488 * windows.texi (Window Point, Window Start):
3489 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
3490 * commands.texi (Reading Input, Keyboard Events):
3491 * minibuf.texi (Reading File Names, Minibuffer Completion)
3492 (Recursive Mini):
3493 * positions.texi (List Motion):
3494 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
3495 * numbers.texi (Arithmetic Operations, Math Functions)
3496 (Predicates on Numbers, Comparison of Numbers):
3497 (Numeric Conversions):
3498 * locals.texi (Standard Buffer-Local Variables):
3499 * maps.texi (Standard Keymaps):
3500 * os.texi (User Identification, System Environment, Recording Input)
3501 (X11 Keysyms):
3502 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
3503 * backups.texi (Backups and Auto-Saving):
3504 * customize.texi (Customization, Group Definitions)
3505 (Variable Definitions):
3506 * compile.texi (Byte Compilation): Improve index entries.
3507
35082007-03-31 Karl Berry <karl@gnu.org>
3509
3510 * macros.texi (Defining Macros): Avoid widow syllable.
3511
35122007-03-31 Eli Zaretskii <eliz@gnu.org>
3513
3514 * elisp.texi (Top): Postscript -> PostScript.
3515
3516 * display.texi (Images, Postscript Images): Postscript -> PostScript.
3517
35182007-03-31 Markus Triska <markus.triska@gmx.at>
3519
3520 * internals.texi (Writing Emacs Primitives): Untabify `For'.
3521
35222007-03-30 Karl Berry <karl@gnu.org>
3523
3524 * lists.texi (List-related Predicates): Remove spurious @need.
3525 (Setcdr): Use @smallexample to improve page break.
3526 (Association Lists) <assoc>: Reword to improve page break.
3527
3528 * strings.texi (String Conversion): Insert blank line to improve
3529 page break.
3530
3531 * numbers.texi (Random Numbers): Use @minus{}.
3532 (Math Functions): Use @minus{}.
3533
3534 * intro.texi (Acknowledgements): Avoid line breaks before middle
3535 initials.
3536
35372007-03-24 Eli Zaretskii <eliz@gnu.org>
3538
3539 * errors.texi (Standard Errors): Add an index entry.
3540
35412007-03-19 Richard Stallman <rms@gnu.org>
3542
3543 * os.texi (Recording Input): recent-keys now gives 300 keys.
3544
35452007-03-12 Glenn Morris <rgm@gnu.org>
3546
3547 * os.texi: Replace "daylight savings" with "daylight saving"
3548 throughout.
3549
35502007-03-05 Richard Stallman <rms@gnu.org>
3551
5dcb4c4e
SM
3552 * variables.texi (File Local Variables):
3553 Update enable-local-variables values.
b8d4c8d0
GM
3554
35552007-03-04 Richard Stallman <rms@gnu.org>
3556
3557 * syntax.texi (Control Parsing): Minor clarification.
3558
3559 * strings.texi (Formatting Strings): Clarify width, precision, flags.
3560
3561 * sequences.texi (Sequence Functions): Move string-bytes away,
3562 add xref.
3563
3564 * nonascii.texi (Text Representations): Move string-bytes here.
3565
3566 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
3567
3568 * minibuf.texi (Basic Completion): Minor clarification.
3569
3570 * markers.texi (The Mark): Clarify existence vs activation of mark.
3571 Other cleanup.
3572
3573 * display.texi (Finding Overlays): Write better example.
3574
3575 * compile.texi (Eval During Compile): Clarify putting macros
3576 in eval-when-compile.
3577
c5602427 35782007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
b8d4c8d0
GM
3579
3580 * loading.texi (How Programs Do Loading): Fix anchor position at
c5602427 3581 load-read-function definition doc.
b8d4c8d0
GM
3582
35832007-02-21 Kim F. Storm <storm@cua.dk>
3584
3585 * strings.texi (Text Comparison): Mention that assoc-string
3586 converts symbols to strings before testing.
3587
35882007-02-17 Kim F. Storm <storm@cua.dk>
3589
3590 * processes.texi (Bindat Spec): Vector types can have optional
3591 element type.
3592 (Bindat Examples): Fix example. Add vector with element type.
3593
35942007-02-16 Andreas Schwab <schwab@suse.de>
3595
3596 * strings.texi (Formatting Strings): Document '+' flag.
3597
35982007-02-15 Juanma Barranquero <lekktu@gmail.com>
3599
3600 * strings.texi (Modifying Strings): Clarify that `clear-string'
3601 always converts the string to unibyte.
3602
36032007-02-14 Kim F. Storm <storm@cua.dk>
3604
3605 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
3606 Rewrite glyph code description to refer to these functions.
3607 Remove details of encoding face number and char into integer code.
3608
36092007-02-03 Alan Mackenzie <acm@muc.de>
3610
3611 * loading.texi (Hooks for Loading): Make the description of
3612 `eval-after-load' more detailed, and amend the description of
3613 after-load-alist, in accordance with changes from 2006-05.
3614
36152007-02-03 Chong Yidong <cyd@stupidchicken.com>
3616
3617 * modes.texi (Defining Minor Modes): Document that a :require
3618 keyword or similar may be required to make saved customization
3619 variables work.
3620
36212007-02-03 Eli Zaretskii <eliz@gnu.org>
3622
3623 * elisp.texi (Top): Make the detailed menu headers compliant with
5dcb4c4e
SM
3624 Texinfo guidelines and with what texnfo-upd.el expects.
3625 Add comments to prevent people from inadvertently modifying the key
b8d4c8d0
GM
3626 parts needed by `texinfo-multiple-files-update'.
3627
36282007-02-02 Eli Zaretskii <eliz@gnu.org>
3629
3630 * elisp.texi (Top): Update the top-level menus.
3631
3632 * syntax.texi (Categories): Add index entries.
3633
36342007-02-01 Juanma Barranquero <lekktu@gmail.com>
3635
3636 * display.texi (Attribute Functions): Fix name and description of
3637 the UNDERLINE arg of `set-face-underline-p'.
3638
36392007-01-29 Eli Zaretskii <eliz@gnu.org>
3640
3641 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
3642 Variables", and "Standard Keymaps" to the detailed menu.
3643
3644 * variables.texi (Future Local Variables): Add index entry.
3645
36462007-01-28 Richard Stallman <rms@gnu.org>
3647
3648 * tips.texi (Coding Conventions): Clarify the tip about macros
3649 that define a function or a variable.
3650
3651 * files.texi (File Attributes): UID and GID can be floats.
3652 (Magic File Names): Explain why deferring all operations to
3653 the standard handler does not work.
3654
36552007-01-23 Martin Rudalics <rudalics@gmx.at>
3656
3657 * backups.texi (Reverting): Use "buffer" instead of "file"
3658 when talking about major and minor modes.
3659
36602007-01-21 Richard Stallman <rms@gnu.org>
3661
3662 * help.texi (Documentation): Add xref to Documentation Tips.
3663
36642007-01-14 Juanma Barranquero <lekktu@gmail.com>
3665
3666 * tips.texi (Coding Conventions): Fix typos.
3667
36682007-01-05 Richard Stallman <rms@gnu.org>
3669
3670 * modes.texi (Defining Minor Modes): Fix previous change.
3671
36722007-01-03 Richard Stallman <rms@gnu.org>
3673
3674 * customize.texi (Variable Definitions, Customization Types):
3675 Don't use * in doc string for defcustom.
3676
36772007-01-02 Richard Stallman <rms@gnu.org>
3678
3679 * variables.texi (Variable Aliases): Clarify that aliases vars
3680 always have the same value.
3681
3682 * processes.texi (Bindat Spec): Fix Texinfo usage.
3683
3684 * modes.texi (Defining Minor Modes): Explain effect of command
3685 defined with define-global-minor-mode on new buffers.
3686
36872006-12-30 Kim F. Storm <storm@cua.dk>
3688
3689 * keymaps.texi (Tool Bar): Describe `grow-only' value of
3690 `auto-resize-tool-bars'.
3691
36922006-12-30 Richard Stallman <rms@gnu.org>
3693
3694 * keymaps.texi (Active Keymaps): Fix previous change.
3695
36962006-12-30 Nick Roberts <nickrob@snap.net.nz>
3697
3698 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
3699
37002006-12-30 Kim F. Storm <storm@cua.dk>
3701
3702 * processes.texi (Bindat Spec): Clarify using field names in
3703 length specifications.
3704
37052006-12-29 Kim F. Storm <storm@cua.dk>
3706
3707 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
3708 Add count and index variables for eval forms in repeat blocks.
3709
37102006-12-24 Richard Stallman <rms@gnu.org>
3711
5dcb4c4e
SM
3712 * customize.texi (Variable Definitions):
3713 Document new name custom-add-frequent-value.
b8d4c8d0
GM
3714
37152006-12-19 Kim F. Storm <storm@cua.dk>
3716
3717 * commands.texi (Misc Events): User signals now result in sigusr1
3718 and sigusr2 events which are handled through special-event-map.
3719 (Special Events): User signals and drag-n-drop are special.
3720
37212006-12-17 Richard Stallman <rms@gnu.org>
3722
3723 * loading.texi (Named Features): Explain subfeatures better.
3724
3725 * customize.texi: Use "option" only for user options.
3726 For the keyword values inside defcustom etc, say "keywords".
3727 For :options value's elements, say "elements".
3728 :group should not be omitted.
3729
3730 * syntax.texi (Parsing Expressions): Split up node.
3731 (Motion via Parsing, Position Parse, Parser State)
3732 (Low-Level Parsing, Control Parsing): New subnodes.
3733 (Parser State): Document syntax-ppss-toplevel-pos.
3734
3735 * positions.texi (List Motion): Punctuation fix.
3736
3737 * files.texi (File Name Completion): Document PREDICATE arg
3738 to file-name-completion.
3739
37402006-12-16 Eli Zaretskii <eliz@gnu.org>
3741
3742 * internals.texi (Building Emacs, Writing Emacs Primitives):
3743 Add index entries.
3744
37452006-12-11 Richard Stallman <rms@gnu.org>
3746
3747 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
3748 affects face menu. Explain how to make it non-nil without enabling
3749 any fontification.
3750
37512006-12-10 Chong Yidong <cyd@stupidchicken.com>
3752
3753 * modes.texi (Font Lock Basics): Document nil value of
3754 font-lock-defaults.
3755
37562006-12-10 Glenn Morris <rgm@gnu.org>
3757
3758 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
3759 value for system-flag argument. Abbrev tables may not be empty
3760 when major modes are loaded.
3761
37622006-12-08 Juanma Barranquero <lekktu@gmail.com>
3763
3764 * makefile.w32-in (maintainer-clean): Partially revert last
3765 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
3766 to protect elisp-covers.texi.
3767
37682006-12-07 Juanma Barranquero <lekktu@gmail.com>
3769
3770 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
3771 Don't remove elisp* info files; they are already deleted by the
3772 `clean' and `distclean' targets, and they are in the $(infodir)
3773 directory, not the current one.
3774
37752006-12-04 Kim F. Storm <storm@cua.dk>
3776
3777 * commands.texi (Misc Events): Update signal events.
3778 (Event Examples): Add signal example.
3779
37802006-11-29 Richard Stallman <rms@gnu.org>
3781
3782 * frames.texi (Visibility of Frames): Explain visible windows
3783 can be covered by others. Add xref for raise-frame.
3784
37852006-11-28 Richard Stallman <rms@gnu.org>
3786
3787 * searching.texi (Regexp Special): Update when ^ is special.
3788
37892006-11-27 Eli Zaretskii <eliz@gnu.org>
3790
3791 * customize.texi (Customization, Common Keywords)
3792 (Group Definitions, Variable Definitions, Composite Types)
3793 (Type Keywords, Customization Types): Add index entries for
3794 various customization keywords.
3795
37962006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3797
3798 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
3799
c8763fb6 38002006-11-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
3801
3802 * frames.texi (Window System Selections): Remove clipboard from
3803 description of selection-coding-system.
3804
38052006-11-06 Richard Stallman <rms@gnu.org>
3806
3807 * lists.texi (List Variables): Document COMPARE-FN.
3808
3809 * keymaps.texi: Avoid use of "binding" to mean a relation;
3810 use it only to refer to the meaning associated with a key.
3811 (Keymaps): Change menu node description.
3812
3813 * elisp.texi (Top): Change menu node description.
3814
3815 * display.texi (Managing Overlays): Document overlay-recenter.
3816
38172006-10-29 Chong Yidong <cyd@stupidchicken.com>
3818
3819 * Makefile.in: Use relative paths to avoid advertising filesystem
3820 contents during compilation.
3821
38222006-10-23 Kim F. Storm <storm@cua.dk>
3823
3824 * commands.texi (Event Input Misc): Update unread-command-events.
3825
38262006-10-23 Nick Roberts <nickrob@snap.net.nz>
3827
3828 * lists.texi (Sets And Lists): Fix typos.
3829
38302006-10-18 Juanma Barranquero <lekktu@gmail.com>
3831
3832 * control.texi (Processing of Errors): Use @var for an argument,
3833 not @code.
3834
38352006-10-16 Richard Stallman <rms@gnu.org>
3836
3837 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
3838
3839 * keymaps.texi (Format of Keymaps): Show all the keymap element
3840 patterns that result from menu items.
3841 (Key Lookup): Minor cleanups.
3842
3843 * modes.texi (Precalculated Fontification): Don't say that
3844 not setting font-lock-defaults avoids loading font-lock.
3845
3846 * help.texi (Documentation): Move xref to Emacs Manual here.
3847 (Documentation Basics): From here.
3848 Also doc emacs-lisp-docstring-fill-column.
3849
3850 * elisp.texi: Update version and ISBN.
3851
3852 * commands.texi (Interactive Call): Clarify KEYS arg to
3853 call-interactively is a vector.
3854 (Command Loop Info): Delete anchor in this-command-keys.
3855 Add anchor in this-command-keys-vector.
3856 (Recursive Editing): Document how recursive-edit
3857 handles the current buffer.
3858
38592006-10-13 Chong Yidong <cyd@stupidchicken.com>
3860
3861 * frames.texi (Frame Titles): %c and %l are ignored in
3862 frame-title-format.
3863
38642006-10-11 Richard Stallman <rms@gnu.org>
3865
3866 * keymaps.texi (Key Sequences): Clarify use of kbd.
3867
38682006-10-10 Kim F. Storm <storm@cua.dk>
3869
3870 * lists.texi (Sets And Lists): Add memql.
3871
38722006-10-03 Richard Stallman <rms@gnu.org>
3873
3874 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
3875 Clarify :ascii: and :nonascii:.
3876
38772006-09-29 Juri Linkov <juri@jurta.org>
3878
3879 * modes.texi (%-Constructs): Reorder coding systems in the
3880 documentation of %z to the real order displayed in the modeline.
3881
38822006-09-25 Richard Stallman <rms@gnu.org>
3883
3884 * os.texi (Timers): Describe timer-max-repeats.
3885
38862006-09-25 Chong Yidong <cyd@stupidchicken.com>
3887
3888 * os.texi (Timers): Mention with-local-quit.
3889
38902006-09-24 Richard Stallman <rms@gnu.org>
3891
3892 * searching.texi (Searching and Matching): Mention property search.
3893
3894 * commands.texi (Command Loop Info): Explain how read-event affects
3895 this-command-keys.
3896
38972006-09-20 Richard Stallman <rms@gnu.org>
3898
3899 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
3900
3901 * windows.texi (Window Start): Minor cleanups.
3902
39032006-09-20 Kim F. Storm <storm@cua.dk>
3904
3905 * windows.texi (Window Start): pos-visible-in-window-p allows
3906 specifying t for position to mean "end of window".
3907 Add window-line-height.
3908
3909 * anti.texi (Antinews): Mention window-line-height.
3910
39112006-09-19 David Kastrup <dak@gnu.org>
3912
3913 * keymaps.texi (Searching Keymaps): Small clarification.
3914
39152006-09-18 Richard Stallman <rms@gnu.org>
3916
3917 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
3918 cause keyboard menus.
3919 (Menu Keymaps): Likewise.
3920 (Defining Menus, Keyboard Menus): Clarify.
3921
3922 * text.texi (Fields): Clarify explanation of constrain-to-field.
3923
39242006-09-16 Eli Zaretskii <eliz@gnu.org>
3925
3926 * variables.texi (Tips for Defining): Fix a typo.
3927
39282006-09-15 Richard Stallman <rms@gnu.org>
3929
3930 * keymaps.texi (Remapping Commands, Searching Keymaps)
3931 (Active Keymaps): Clean up previous change.
3932
39332006-09-15 Jay Belanger <belanger@truman.edu>
3934
3935 * gpl.texi: Replace "Library Public License" by "Lesser Public
3936 License" throughout.
3937
39382006-09-15 David Kastrup <dak@gnu.org>
3939
3940 * keymaps.texi (Active Keymaps): Adapt description to use
3941 `get-char-property' instead `get-text-property'. Explain how
3942 mouse events change this. Explain the new optional argument of
3943 `key-binding' and its mouse-dependent lookup.
3944 (Searching Keymaps): Adapt description similarly.
3945 (Remapping Commands): Explain the new optional argument of
3946 `command-remapping'.
3947
39482006-09-14 Richard Stallman <rms@gnu.org>
3949
3950 * keymaps.texi (Searching Keymaps): Clarification.
3951 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
3952
39532006-09-13 Richard Stallman <rms@gnu.org>
3954
3955 * objects.texi (Character Type): Node split.
3956 Add xref to Describing Characters.
3957 (Basic Char Syntax, General Escape Syntax)
3958 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
3959
39602006-09-11 Richard Stallman <rms@gnu.org>
3961
3962 * display.texi (Display Table Format): Wording clarification.
3963 (Glyphs): Clarifications.
3964
39652006-09-10 Chong Yidong <cyd@stupidchicken.com>
3966
3967 * keymaps.texi (Active Keymaps): Mention that key-binding checks
3968 local maps.
3969
39702006-09-10 Kim F. Storm <storm@cua.dk>
3971
3972 * display.texi (Forcing Redisplay): Document return value of
3973 function redisplay.
3974
39752006-09-09 Richard Stallman <rms@gnu.org>
3976
3977 * windows.texi (Window Hooks): Explain limits of
3978 window-scroll-functions.
3979
3980 * display.texi (Fringe Indicators): Update for last change in
3981 indicate-buffer-boundaries.
3982
39832006-09-08 Richard Stallman <rms@gnu.org>
3984
3985 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
3986
39872006-09-06 Kim F. Storm <storm@cua.dk>
3988
3989 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
3990
3991 * windows.texi (Window Start): Update pos-visible-in-window-p.
3992
39932006-09-04 Richard Stallman <rms@gnu.org>
3994
3995 * processes.texi (Accepting Output): Explain SECONDS=0 for
3996 accept-process-output.
3997
3998 * os.texi (Idle Timers): Explain why timer functions should not
3999 loop until (input-pending-p).
4000
40012006-09-02 Eli Zaretskii <eliz@gnu.org>
4002
4003 * makefile.w32-in (usermanualdir): New variable.
4004 (elisp.dvi): Use it.
4005
40062006-09-01 Eli Zaretskii <eliz@gnu.org>
4007
4008 * buffers.texi (Buffer Modification): Fix last change.
4009
40102006-09-01 Chong Yidong <cyd@stupidchicken.com>
4011
5dcb4c4e
SM
4012 * buffers.texi (Buffer Modification):
4013 Document buffer-chars-modified-tick.
b8d4c8d0
GM
4014
40152006-08-31 Richard Stallman <rms@gnu.org>
4016
4017 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
4018
40192006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
4020
4021 * modes.texi (Syntactic Font Lock):
4022 Mention font-lock-syntactic-face-function
4023 instead of specific faces.
4024
40252006-08-29 Chong Yidong <cyd@stupidchicken.com>
4026
4027 * display.texi (Images): Add xrref to display-images-p.
4028
40292006-08-28 Kenichi Handa <handa@m17n.org>
4030
4031 * nonascii.texi (Lisp and Coding Systems): Fix description of
4032 detect-coding-region.
4033
40342006-08-27 Michael Olson <mwolson@gnu.org>
4035
4036 * processes.texi (Transaction Queues): Remove stray quote
4037 character.
4038
40392006-08-25 Richard Stallman <rms@gnu.org>
4040
4041 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
4042 Add xref.
4043
40442006-08-24 Chong Yidong <cyd@stupidchicken.com>
4045
4046 * os.texi (Timers): Avoid waiting inside timers.
4047
40482006-08-21 Lute Kamstra <lute@gnu.org>
4049
4050 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
4051
40522006-08-20 Richard Stallman <rms@gnu.org>
4053
4054 * os.texi (Idle Timers): New node, split out from Timers.
4055 Document current-idle-time.
4056 * commands.texi (Reading One Event): Update xref.
4057 * elisp.texi (Top): Update subnode menu.
4058
40592006-08-16 Richard Stallman <rms@gnu.org>
4060
4061 * keymaps.texi (Extended Menu Items): Show format of cached
4062 bindings in extended menu items.
4063
4064 * customize.texi (Variable Definitions): Explain when the
4065 standard value expression is evaluated.
4066
40672006-08-15 Chong Yidong <cyd@stupidchicken.com>
4068
4069 * commands.texi (Reading One Event): Explain idleness in
4070 `read-event'.
4071
40722006-08-12 Chong Yidong <cyd@stupidchicken.com>
4073
4074 * text.texi (Near Point): Say "cursor" not "terminal cursor".
5dcb4c4e 4075 (Commands for Insertion): Remove split-line since it's not
b8d4c8d0
GM
4076 relevant for Lisp programming.
4077 (Yank Commands): Rewrite introduction.
4078 (Undo): Clarify.
4079 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
4080 (Filling): Remove redundant comment. Clarify return value of
4081 current-justification.
4082 (Margins): Minor clarifications.
4083 (Adaptive Fill): Update default value of adaptive-fill-regexp.
4084 (Sorting): Update definition of sort-lines.
4085 (Columns): Clarify behavior of sort-columns.
4086 (Indent Tabs): Link to Tab Stops in Emacs manual.
4087 (Special Properties): Clarify.
4088 (Clickable Text): Mention Buttons package.
4089
40902006-08-12 Kevin Ryde <user42@zip.com.au>
4091
4092 * os.texi (Time Parsing): Add %z to description of
4093 format-time-string, as per docstring. Add cross reference to
4094 glibc manual for strftime.
4095
40962006-08-08 Richard Stallman <rms@gnu.org>
4097
4098 * modes.texi: Clean up wording in previous change.
4099
41002006-08-07 Chong Yidong <cyd@stupidchicken.com>
4101
4102 * modes.texi (Hooks): Clarify.
4103 (Major Mode Basics): Mention define-derived-mode explicitly.
4104 (Major Mode Conventions): Rebinding RET is OK for some modes.
4105 Mention change-major-mode-hook and after-change-major-mode-hook.
5dcb4c4e 4106 (Example Major Modes): Move to end of Modes section.
b8d4c8d0
GM
4107 (Mode Line Basics): Clarify.
4108 (Mode Line Data): Mention help-echo and local-map in strings.
4109 Explain reason for treatment of non-risky variables.
4110 (Properties in Mode): Clarify.
4111 (Faces for Font Lock): Add font-lock-negation-char-face.
4112
41132006-08-04 Eli Zaretskii <eliz@gnu.org>
4114
4115 * strings.texi (Formatting Strings): Warn against arbitrary
4116 strings as first arg to `format'.
4117
41182006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
4119
4120 * text.texi (Clickable Text): Mention `help-echo' text property.
4121 Update intro, examples and associated explanations.
4122
41232006-07-31 Richard Stallman <rms@gnu.org>
4124
4125 * commands.texi: Update xrefs.
4126 (Event Mod): New node, cut out from old Translating Input.
4127
4128 * maps.texi: Update xrefs.
4129
4130 * keymaps.texi (Translation Keymaps): New node.
4131 Update xrefs from Translating Input to Translation Keymaps.
4132
4133 * elisp.texi (Top): Update subnode menu.
4134
4135 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
4136
4137 * os.texi (System Interface): Fix menu descriptions of some nodes.
4138 (Translating Input): Node deleted.
4139
41402006-07-31 Nick Roberts <nickrob@snap.net.nz>
4141
4142 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
4143
4144 * lists.texi (Sets And Lists): Likewise.
4145
41462006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
4147
4148 * text.texi (Fields): Mention POS
4149 requirement when narrowing is in effect.
4150
41512006-07-28 Richard Stallman <rms@gnu.org>
4152
4153 * display.texi (Face Attributes): Simplify wording.
4154 (Attribute Functions): Clarify meaning of new-frame default
4155 attribute settings.
4156
4157 * customize.texi (Common Keywords): Document how to use
4158 :package-version in a package not in Emacs.
4159
41602006-07-28 Kim F. Storm <storm@cua.dk>
4161
4162 * commands.texi (Reading One Event): Fix last change.
4163
41642006-07-26 Chong Yidong <cyd@stupidchicken.com>
4165
4166 * commands.texi (Reading One Event): Document SECONDS argument for
4167 read-event, read-char, and read-char-exclusive.
4168
41692006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
4170
4171 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
4172 to ensure correct identification.
4173
41742006-07-24 Richard Stallman <rms@gnu.org>
4175
4176 * text.texi (Clickable Text): Clarify.
4177
4178 * sequences.texi (Vector Functions): Delete duplicate xref.
4179
4180 * objects.texi (Function Type): Clarify.
4181
4182 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
4183 modes.
4184
4185 * lists.texi (List Variables): New node.
4186 Material moved from other nodes.
4187
4188 * variables.texi (Setting Variables): add-to-list and
4189 add-to-ordered-list moved to List Variables node.
4190
41912006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
4192
4193 * text.texi (Links and Mouse-1):
4194 For mouse-on-link-p, expand on arg POS.
4195
41962006-07-21 Kim F. Storm <storm@cua.dk>
4197
4198 * display.texi (Forcing Redisplay): Don't mention systems which
4199 don't support sub-second timers for redisplay-preemption-period.
4200
4201 * os.texi (Terminal Output): Clarify text vs graphical terminal.
4202
42032006-07-21 Eli Zaretskii <eliz@gnu.org>
4204
4205 * frames.texi (Input Focus): Document that focus-follows-mouse has
4206 no effect on MS-Windows.
4207
42082006-07-18 Richard Stallman <rms@gnu.org>
4209
4210 * display.texi (Forcing Redisplay): Cleanups in previous change.
4211
4212 * processes.texi (Low-Level Network): Make menu more convenient.
4213
42142006-07-18 Kim F. Storm <storm@cua.dk>
4215
4216 * display.texi (Forcing Redisplay): redisplay-preemption-period
4217 only used on window systems. Add xref to Terminal Output.
4218
4219 * os.texi (Terminal Output): baud-rate only controls preemption on
4220 non-window systems. Add xref to Forcing Redisplay.
4221
4222 * processes.texi (Low-Level Network): Rename node "Make Network"
4223 to "Network Processes".
4224
42252006-07-18 Karl Berry <karl@gnu.org>
4226
4227 * variables.texi, functions.texi, customize.texi, loading.texi:
4228 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
4229
42302006-07-17 Chong Yidong <cyd@stupidchicken.com>
4231
4232 * commands.texi (Waiting): Document batch-mode sit-for behavior.
4233
42342006-07-17 Richard Stallman <rms@gnu.org>
4235
4236 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
4237 Put period and comma inside quotes.
4238
4239 * loading.texi, markers.texi: Use real doublequote inside menus.
4240
4241 * windows.texi: Put point and comma inside quotes.
4242 (Textual Scrolling): Use @samp for error message.
4243
4244 * variables.texi, tips.texi, syntax.texi, symbols.texi:
4245 * strings.texi, streams.texi, processes.texi, os.texi:
4246 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
4247 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
4248 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
4249 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
4250 Put point and comma inside quotes.
4251
4252 * control.texi (Processing of Errors): Add command-error-function.
4253
4254 * variables.texi (File Local Variables): Clarify that
4255 file local variables make buffer-local bindings.
4256
4257 * modes.texi (Syntactic Font Lock): Give default for
4258 font-lock-syntax-table.
4259
42602006-07-17 Nick Roberts <nickrob@snap.net.nz>
4261
4262 * text.texi (Special Properties): Clean up previous change.
4263
42642006-07-16 Karl Berry <karl@gnu.org>
4265
4266 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
4267 * control.texi: Fix bad page breaks through chapter 10 (control).
4268
4269 * anti.texi (Antinews): Reorder face-attribute fns to avoid
4270 underfull hbox.
4271
42722006-07-15 Nick Roberts <nickrob@snap.net.nz>
4273
4274 * text.texi (Special Properties): Describe fontified text property
4275 in relation to a character (not text).
4276
42772006-07-15 Kim F. Storm <storm@cua.dk>
4278
4279 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
4280 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
4281 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
4282
4283 * anti.texi (Antinews): Mention redisplay function.
4284 The kbd macro existed, but was not documented, before 22.x.
4285 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
4286
42872006-07-14 Nick Roberts <nickrob@snap.net.nz>
4288
4289 * display.texi (Displaying Messages): Add anchor.
4290
4291 * frames.texi (Dialog Boxes): Use it.
4292
42932006-07-12 Richard Stallman <rms@gnu.org>
4294
4295 * objects.texi (Frame Type): Explain nature of frames better.
4296
4297 * frames.texi (Frames): Explain nature of frames better.
4298
42992006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
4300
4301 * tips.texi (Coding Conventions): Explain why use cl at compile time.
4302
43032006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4304
4305 * frames.texi (Window System Selections): Mention scrap support for Mac.
4306 Default value of x-select-enable-clipboard is t on Mac.
4307
4308 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
4309
43102006-07-11 Kim F. Storm <storm@cua.dk>
4311
4312 * display.texi (Forcing Redisplay): Add `redisplay' function.
4313 Don't mention (sit-for -1) -- use (redisplay t) instead.
4314
4315 * commands.texi (Waiting): (sit-for -1) is no longer special.
4316 (sit-for 0) is equivalent to (redisplay).
4317 Iconifying/deiconifying no longer makes sit-for return.
4318
43192006-07-10 Nick Roberts <nickrob@snap.net.nz>
4320
4321 * display.texi (Buttons): Fix typo.
4322
4323 * index.texi, elisp.texi (New Symbols): Comment node out.
4324
43252006-07-09 Richard Stallman <rms@gnu.org>
4326
4327 * display.texi (Truncation): Clean up previous change.
4328
43292006-07-08 Richard Stallman <rms@gnu.org>
4330
4331 * commands.texi (Interactive Call): Use 3 as prefix in example
4332 for execute-extended-command.
4333
4334 * display.texi (Attribute Functions): Move paragraph about
4335 compatibility with Emacs < 21.
4336
43372006-07-09 Kim F. Storm <storm@cua.dk>
4338
4339 * display.texi (Refresh Screen): Clarify force-window-update.
4340 (Truncation): "Normally" indicated by fringe arrows.
4341
43422006-07-08 Eli Zaretskii <eliz@gnu.org>
4343
4344 * windows.texi (Textual Scrolling, Resizing Windows):
4345 * variables.texi (Constant Variables):
4346 * text.texi (Buffer Contents, Deletion, Changing Properties)
4347 (Property Search, Special Properties, Sticky Properties)
4348 (Links and Mouse-1, Fields, Change Hooks):
4349 * syntax.texi (Syntax Table Functions, Parsing Expressions)
4350 (Categories):
4351 * symbols.texi (Other Plists):
4352 * streams.texi (Output Variables):
4353 * processes.texi (Input to Processes, Query Before Exit):
4354 * positions.texi (Word Motion, Text Lines, List Motion):
4355 * os.texi (Init File, System Environment, Sound Output)
4356 (Session Management):
4357 * nonascii.texi (Text Representations, Character Sets)
4358 (Chars and Bytes, Locales):
4359 * modes.texi (Defining Minor Modes, Header Lines):
4360 * minibuf.texi (Minibuffer Contents):
4361 * markers.texi (Information from Markers):
4362 * lists.texi (List Elements, Building Lists, Association Lists):
4363 * keymaps.texi (Tool Bar):
4364 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
4365 * functions.texi (What Is a Function, Mapping Functions):
4366 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
4367 (Color Names, Text Terminal Colors, Display Feature Testing):
4368 * files.texi (Visiting Functions, File Name Components)
4369 (Unique File Names, Contents of Directories):
4370 * display.texi (Forcing Redisplay, Displaying Messages)
4371 (Temporary Displays, Font Selection, Auto Faces)
4372 (Font Lookup, Fringe Indicators, Display Margins)
4373 (Image Descriptors, Showing Images, Image Cache, Button Types)
4374 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
4375 (Display Table Format, Glyphs):
4376 * control.texi (Iteration):
4377 * commands.texi (Command Loop Info, Adjusting Point):
4378 * backups.texi (Making Backups, Auto-Saving):
4379 Remove @tindex entries.
4380
43812006-07-07 Kim F. Storm <storm@cua.dk>
4382
4383 * display.texi (Fringe Cursors): Fix typo.
4384 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
4385 (Overlay Arrow): Default is overlay-arrow fringe indicator.
4386
43872006-07-05 Richard Stallman <rms@gnu.org>
4388
4389 * text.texi (Buffer Contents): Add example of text props
4390 in result of buffer-substring.
4391 (Text Properties): Explain better about use of specific property names.
4392 (Property Search): Some cleanups; reorder some functions.
4393
4394 * keymaps.texi (Changing Key Bindings): Cleanup.
4395 Add xref to Key Binding Conventions.
4396
4397 * display.texi (Attribute Functions): Add examples for
4398 face-attribute-relative-p.
4399
4400 * tips.texi (Coding Conventions): Cleanup last change.
4401
44022006-07-05 Karl Berry <karl@gnu.org>
4403
4404 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
4405 Remove @setchapternewpage odd.
4406 Result is 1013 pages, down from 1100.
4407
4408 * anti.texi, customize.texi, display.texi, internals.texi:
4409 * minibuf.texi, modes.texi, tips.texi:
4410 Fix overfull/underfull boxes.
4411
44122006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
4413
4414 * edebug.texi (Instrumenting):
4415 Add Edebug-specific findex for eval-buffer.
4416 * loading.texi (Loading):
4417 Replace eval-current-buffer with eval-buffer.
4418
44192006-06-30 Nick Roberts <nickrob@snap.net.nz>
4420
4421 * locals.texi (Standard Buffer-Local Variables): Update the list
4422 of variables.
4423
44242006-06-26 Nick Roberts <nickrob@snap.net.nz>
4425
4426 * files.texi (File Name Completion): Point user to the node
4427 "Reading File Names".
4428
44292006-06-24 Eli Zaretskii <eliz@gnu.org>
4430
4431 * files.texi (Contents of Directories): Document case-insensitive
4432 behavior on respective filesystems.
4433
4434 * objects.texi (Character Type): Document that Emacs signals an
4435 error for unsupported Unicode characters specified as \uNNNN.
4436
44372006-06-19 Richard Stallman <rms@gnu.org>
4438
4439 * processes.texi (Bindat Spec): Clarify previous change.
4440
44412006-06-16 Richard Stallman <rms@gnu.org>
4442
4443 * tips.texi (Coding Conventions): Better explain conventions
4444 for definition constructs.
4445
4446 * text.texi (Special Properties): String value of `read-only'
4447 serves as the error message.
4448
4449 * objects.texi (Character Type): Clarify prev. change.
4450 (Non-ASCII in Strings): Mention \u and \U.
4451
4452 * commands.texi (Using Interactive): Explain problem of
4453 markers, etc., in command-history.
4454
44552006-06-14 Kim F. Storm <storm@cua.dk>
4456
4457 * commands.texi (Waiting): Negative arg to sit-for forces
4458 redisplay even if input is pending.
4459
4460 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
4461 redisplay. Remove incorrect example of binding redisplay-dont-pause
4462 around (sit-for 0).
4463
44642006-06-13 Richard Stallman <rms@gnu.org>
4465
4466 * display.texi (Forcing Redisplay): Clarify previous change.
4467
44682006-06-13 Romain Francoise <romain@orebokech.com>
4469
4470 * display.texi (Forcing Redisplay): Fix typo.
4471
44722006-06-13 Kim F. Storm <storm@cua.dk>
4473
4474 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
4475
44762006-06-10 Luc Teirlinck <teirllm@auburn.edu>
4477
4478 * tips.texi (Coding Conventions): Add `@end itemize'.
4479
44802006-06-10 Richard Stallman <rms@gnu.org>
4481
4482 * tips.texi (Coding Conventions): Explain use of coding systems
4483 to ensure one decoding for strings.
4484
44852006-06-09 Aidan Kehoe <kehoea@parhasard.net>
4486
4487 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
4488 syntax.
4489
44902006-06-07 Eli Zaretskii <eliz@gnu.org>
4491
4492 * display.texi (Font Selection): Remove description of
4493 clear-face-cache.
4494
4495 * compile.texi (Eval During Compile): Fix a typo. Add index
4496 entries for possible uses of eval-when-compile.
4497
44982006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
4499
4500 * display.texi (Abstract Display): Fix typo.
4501
45022006-06-03 Eli Zaretskii <eliz@gnu.org>
4503
4504 * minibuf.texi (Minibuffer History) <history-add-new-input>:
4505 Reword variable's description.
4506
45072006-06-01 Richard Stallman <rms@gnu.org>
4508
4509 * windows.texi (Splitting Windows): Clarify splitting nonselected
4510 window.
4511
45122006-05-31 Juri Linkov <juri@jurta.org>
4513
4514 * minibuf.texi (Minibuffer History): Add history-add-new-input.
4515
45162006-05-30 Richard Stallman <rms@gnu.org>
4517
4518 * display.texi (Line Height): Fix errors in description of
10d1d0af 4519 default line height and line-height property.
b8d4c8d0
GM
4520
4521 * nonascii.texi (Default Coding Systems): Further clarification.
4522
45232006-05-29 Luc Teirlinck <teirllm@auburn.edu>
4524
4525 * internals.texi (Pure Storage): Mention that an overflow in pure
4526 space causes a memory leak.
4527 (Garbage Collection): If there was an overflow in pure space,
4528 `garbage-collect' returns nil.
4529
45302006-05-30 Eli Zaretskii <eliz@gnu.org>
4531
4532 * nonascii.texi (Default Coding Systems): Fix it some more.
4533
45342006-05-29 Eli Zaretskii <eliz@gnu.org>
4535
4536 * nonascii.texi (Default Coding Systems): Fix last change.
4537
45382006-05-29 Kenichi Handa <handa@m17n.org>
4539
4540 * nonascii.texi (find-operation-coding-system): Describe the new
4541 argument format (FILENAME . BUFFER).
4542
45432006-05-28 Richard Stallman <rms@gnu.org>
4544
4545 * tips.texi (Coding Conventions): Better explain reasons not to
4546 advise other packages or use `eval-after-load'.
4547
45482006-05-29 Kim F. Storm <storm@cua.dk>
4549
4550 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
4551 `bindat-idx' and `bindat-raw' for clarity.
4552
45532006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
4554
4555 * processes.texi (Bindat Spec): Expand on `repeat' handler.
4556
4557 * display.texi (Display): Add "Abstract Display" to menu.
4558 (Abstract Display, Abstract Display Functions)
4559 (Abstract Display Example): New nodes.
4560 * elisp.texi (Top): Add "Abstract Display" to menu.
4561
45622006-05-27 Chong Yidong <cyd@stupidchicken.com>
4563
4564 * keymaps.texi (Key Sequences): Link to input events definition.
4565 (Format of Keymaps): Delete material duplicated in Keymap Basics.
4566
4567 * files.texi (Changing Files): Document updated argument list for
4568 copy-file.
4569
45702006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
4571
4572 * processes.texi (Bindat Functions): Explain term "total length".
4573 Use it in bindat-length and bindat-pack descriptions.
4574
45752006-05-26 Eli Zaretskii <eliz@gnu.org>
4576
4577 * tips.texi (Coding Conventions): Advise against using
4578 eval-after-load in packages. Add an index entry.
4579
45802006-05-25 Juri Linkov <juri@jurta.org>
4581
4582 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
4583
4584 * modes.texi (%-Constructs): Add %e, %z, %Z.
4585
45862006-05-25 Richard Stallman <rms@gnu.org>
4587
4588 * elisp.texi (Top): Update subnode menu.
4589
4590 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
4591 (Keymaps): Update menu.
4592
45932006-05-25 Chong Yidong <cyd@stupidchicken.com>
4594
4595 * keymaps.texi (Key Sequences): Some clarifications.
4596
45972006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
4598
4599 * processes.texi (Bindat Functions): Say "unibyte string"
4600 explicitly for bindat-unpack and bindat-pack descriptions.
4601 (Bindat Examples): Don't call `string-make-unibyte' in example.
4602
46032006-05-25 Chong Yidong <cyd@stupidchicken.com>
4604
5dcb4c4e 4605 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
c5602427 4606 Explain string and vector representations of key sequences.
b8d4c8d0
GM
4607
4608 * keymaps.texi (Changing Key Bindings):
dd7b651b 4609 * commands.texi (Interactive Codes):
b8d4c8d0
GM
4610 * help.texi (Describing Characters): Refer to it.
4611
46122006-05-23 Luc Teirlinck <teirllm@auburn.edu>
4613
4614 * frames.texi (Pointer Shape): @end table -> @end defvar.
4615
46162006-05-22 Richard Stallman <rms@gnu.org>
4617
4618 * elisp.texi (Top): Update subnode menus.
4619
4620 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
4621 Contents rewritten; material from old Pointer Shape node moved here.
4622
4623 * display.texi (Pointer Shape): Node deleted.
4624 (Image Descriptors): Minor cleanup.
4625
46262006-05-21 Richard Stallman <rms@gnu.org>
4627
4628 * syntax.texi (Parsing Expressions): Update info on which STATE
4629 elements are ignored.
4630
46312006-05-19 Luc Teirlinck <teirllm@auburn.edu>
4632
4633 * hooks.texi (Standard Hooks): Correct typo.
4634
4635 * gpl.texi (GPL): ifinfo -> ifnottex.
4636
46372006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
4638
4639 * searching.texi (Simple Match Data): Warn about match data being
4640 set anew by every search.
4641
46422006-05-17 Richard Stallman <rms@gnu.org>
4643
4644 * minibuf.texi (Minibuffer History): Clarify.
4645
4646 * searching.texi (Regexp Special): Clarify nested regexp warning.
4647
46482006-05-16 Kim F. Storm <storm@cua.dk>
4649
4650 * minibuf.texi (Minibuffer History): Update add-to-history.
4651
46522006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
4653
5dcb4c4e
SM
4654 * nonascii.texi (Explicit Encoding):
4655 Fix typo (encoding<->decoding).
b8d4c8d0
GM
4656
46572006-05-14 Richard Stallman <rms@gnu.org>
4658
4659 * buffers.texi (Creating Buffers): Cleanup.
4660
4661 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
4662
46632006-05-13 Eli Zaretskii <eliz@gnu.org>
4664
4665 * buffers.texi (Current Buffer): Document that with-temp-buffer
4666 disables undo.
4667
4668 * os.texi (Terminal-Specific): More accurate description of how
4669 Emacs searches for the terminal-specific libraries.
4670
46712006-05-12 Eli Zaretskii <eliz@gnu.org>
4672
4673 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
4674 emacs-xtra to @inforef's.
4675
4676 * text.texi (Undo): Document that undo is turned off in buffers
4677 whose names begin with a space.
4678
4679 * buffers.texi (Buffer Names): Add index entries for buffers whose
4680 names begin with a space.
4681 (Creating Buffers): Document that undo is turned off in buffers
4682 whose names begin with a space.
4683
4684 * files.texi (Visiting Functions, Reading from Files)
4685 (Saving Buffers): Mention code and EOL conversions by file I/O
4686 primitives and subroutines.
4687
4688 * nonascii.texi (Lisp and Coding Systems): Document
4689 coding-system-eol-type. Add index entries for eol conversion.
4690
4691 * display.texi (Defining Faces): Mention `mac', and add an xref to
4692 where window-system is described.
4693
46942006-05-10 Richard Stallman <rms@gnu.org>
4695
4696 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
4697
46982006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
4699
4700 * variables.texi (File Local Variables): Recommend to quote lambda
4701 expressions in safe-local-variable property.
4702
47032006-05-09 Richard Stallman <rms@gnu.org>
4704
5dcb4c4e
SM
4705 * variables.texi (File Local Variables):
4706 Document safe-local-eval-forms and safe-local-eval-function.
b8d4c8d0
GM
4707
47082006-05-07 Kim F. Storm <storm@cua.dk>
4709
4710 * minibuf.texi (Minibuffer History): Remove keep-dups arg
4711 from add-to-history.
4712
47132006-05-07 Romain Francoise <romain@orebokech.com>
4714
4715 * commands.texi (Event Input Misc):
4716 * compile.texi (Eval During Compile):
4717 * internals.texi (Buffer Internals):
4718 * minibuf.texi (Initial Input):
4719 * nonascii.texi (Scanning Charsets):
4720 * numbers.texi (Comparison of Numbers):
4721 * windows.texi (Textual Scrolling, Vertical Scrolling):
4722 Fix various typos.
4723
47242006-05-06 Eli Zaretskii <eliz@gnu.org>
4725
4726 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
4727 conditional xref's to either emacs or emacs-xtra, depending on
4728 @iftex/@ifnottex.
4729
4730 * minibuf.texi (Minibuffer History): Document add-to-history.
4731
47322006-05-05 Eli Zaretskii <eliz@gnu.org>
4733
4734 * internals.texi (Pure Storage): Mention the pure overflow message
4735 at startup.
4736
c8763fb6 47372006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
4738
4739 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
4740 (Searching Keymaps): Fix pseudo-Lisp description of keymap
4741 search.
4742
47432006-05-01 Richard Stallman <rms@gnu.org>
4744
4745 * intro.texi (nil and t): Clarify.
4746
4747 * variables.texi (File Local Variables): Suggest using booleanp.
4748
47492006-05-01 Juanma Barranquero <lekktu@gmail.com>
4750
4751 * objects.texi (Type Predicates): Fix typos.
4752
47532006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
4754
4755 * intro.texi (nil and t): Add booleanp.
4756
4757 * objects.texi (Type Predicates): Add links for booleanp and
4758 string-or-null-p.
4759
47602006-04-29 Richard Stallman <rms@gnu.org>
4761
4762 * modes.texi (Multiline Font Lock): Rename from
4763 Multi line Font Lock Elements. Much clarification.
4764 (Font Lock Multiline, Region to Fontify): Much clarification.
4765
47662006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
4767
4768 * variables.texi (File Local Variables): Remove the special case t for
4769 safe-local-variable.
4770
47712006-04-26 Richard Stallman <rms@gnu.org>
4772
4773 * syntax.texi (Parsing Expressions): Minor cleanup.
4774
47752006-04-18 Richard Stallman <rms@gnu.org>
4776
4777 * tips.texi (Coding Conventions): Explain when the package's
4778 prefix should appear later on (not at the start of the name).
4779
4780 * searching.texi (String Search): Clarify effect of NOERROR.
4781
4782 * modes.texi (Imenu): Clarify what special items do.
4783
4784 * hooks.texi (Standard Hooks): Delete text about old hook names.
4785
47862006-04-17 Romain Francoise <romain@orebokech.com>
4787
4788 * variables.texi (Local Variables): Update the default value of
4789 `max-specpdl-size'.
4790
47912006-04-15 Michael Olson <mwolson@gnu.org>
4792
4793 * processes.texi (Transaction Queues): Mention the new optional
4794 `delay-question' argument for `tq-enqueue'.
4795
47962006-04-13 Bill Wohler <wohler@newt.com>
4797
4798 * customize.texi (Common Keywords): Use dotted notation for
4799 :package-version value. Specify its values. Improve documentation
4800 for customize-package-emacs-version-alist.
4801
48022006-04-12 Bill Wohler <wohler@newt.com>
4803
4804 * customize.texi (Common Keywords): Move description of
4805 customize-package-emacs-version-alist to @defvar.
4806
48072006-04-10 Bill Wohler <wohler@newt.com>
4808
4809 * customize.texi (Common Keywords): Add :package-version.
4810
48112006-04-10 Kim F. Storm <storm@cua.dk>
4812
4813 * text.texi (Buffer Contents): Add NOPROPS arg to
4814 filter-buffer-substring.
4815
48162006-04-08 Kevin Ryde <user42@zip.com.au>
4817
4818 * os.texi (Command-Line Arguments): Update xref to emacs manual
4819 "Command Arguments" -> "Emacs Invocation", per change there.
4820
48212006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
4822
4823 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
4824 be on one line to help makeinfo not render two spaces after the dot.
4825
48262006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
4827
4828 * strings.texi (Predicates for Strings): Add string-or-null-p.
4829
48302006-03-28 Kim F. Storm <storm@cua.dk>
4831
4832 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
4833 remarks about systems that don't support fractional seconds.
4834
48352006-03-25 Karl Berry <karl@gnu.org>
4836
4837 * elisp.texi: Use @copyright{} instead of (C), and do not indent
4838 the year list.
4839
48402006-03-21 Nick Roberts <nickrob@snap.net.nz>
4841
4842 * display.texi (Fringe Indicators): Fix typos.
4843
48442006-03-19 Luc Teirlinck <teirllm@auburn.edu>
4845
4846 * tips.texi (Documentation Tips): One can now also write `program'
4847 in front of a quoted symbol in a docstring to prevent making a
4848 hyperlink.
4849
48502006-03-19 Alan Mackenzie <acm@muc.de>
4851
4852 * text.texi (Special Properties): Clarify `fontified' property.
4853
48542006-03-16 Richard Stallman <rms@gnu.org>
4855
4856 * display.texi (Defining Images): Minor cleanup.
4857
48582006-03-16 Bill Wohler <wohler@newt.com>
4859
4860 * display.texi (Defining Images): In image-load-path-for-library,
4861 prefer user's images.
4862
48632006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
4864
4865 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
4866
48672006-03-15 Bill Wohler <wohler@newt.com>
4868
4869 * display.texi (Defining Images): Fix example in
4870 image-load-path-for-library by not recommending that one binds
4871 image-load-path. Just defvar it to placate compiler and only use
4872 it if previously defined.
4873
48742006-03-14 Bill Wohler <wohler@newt.com>
4875
4876 * display.texi (Defining Images): In image-load-path-for-library,
4877 always return list of directories. Update example.
4878
48792006-03-14 Alan Mackenzie <acm@muc.de>
4880
4881 * modes.texi: New node, "Region to Fontify" (for Font Lock).
4882 This describes font-lock-extend-region-function.
4883 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
4884 the new node "Region to Fontify".
4885
48862006-03-13 Richard Stallman <rms@gnu.org>
4887
4888 * display.texi (Invisible Text): The impossible position is
4889 now before the invisible text, not after.
4890 (Defining Images): Clean up last change.
4891
48922006-03-11 Bill Wohler <wohler@newt.com>
4893
4894 * display.texi (Defining Images): Add image-load-path-for-library.
4895
48962006-03-11 Luc Teirlinck <teirllm@auburn.edu>
4897
4898 * text.texi (Adaptive Fill): Fix Texinfo usage.
4899
4900 * strings.texi (Creating Strings): Fix Texinfo usage.
4901
4902 * searching.texi (Regexp Special): Use @samp for regular
4903 expressions that are not in Lisp syntax.
4904
49052006-03-08 Luc Teirlinck <teirllm@auburn.edu>
4906
4907 * searching.texi (Regexp Special): Put remark between parentheses
4908 to avoid misreading.
4909
49102006-03-07 Luc Teirlinck <teirllm@auburn.edu>
4911
4912 * searching.texi (Syntax of Regexps): More accurately describe
4913 which characters are special in which situations.
4914 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
4915 are not special. Describe in detail when `[' and `]' are special.
4916 (Regexp Backslash): Plenty of regexps with unbalanced square
4917 brackets are valid, so reword that statement.
4918
49192006-03-02 Kim F. Storm <storm@cua.dk>
4920
4921 * keymaps.texi (Tool Bar): Add tool-bar-border.
4922
49232006-02-28 Luc Teirlinck <teirllm@auburn.edu>
4924
4925 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
4926
49272006-02-27 Luc Teirlinck <teirllm@auburn.edu>
4928
4929 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
4930
4931 * files.texi (Locating Files): Suggest additional values for the
4932 SUFFIXES arg of `locate-file'. Update pxref.
4933
4934 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
4935 (How Programs Do Loading): Discuss the effects of Auto Compression
4936 mode on `load'.
4937 (Load Suffixes): New node.
4938 (Library Search): Delete description of `load-suffixes'; it was
4939 moved to "Load Suffixes".
4940 (Autoload, Named Features): Mention `load-suffixes'.
4941
49422006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4943
4944 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
4945
4946 * windows.texi (Window Tree): Fix typo.
4947
49482006-02-20 Kim F. Storm <storm@cua.dk>
4949
4950 * display.texi (Fringe Indicators): New section.
4951 Move indicate-empty-lines, indicate-buffer-boundaries, and
4952 default-indicate-buffer-boundaries here.
4953 Add fringe-indicator-alist and default-fringes-indicator-alist.
4954 Add list of logical fringe indicator symbols.
4955 Update list of standard bitmap names.
4956 (Fringe Cursors): New section.
4957 Move overflow-newline-into-fringe here.
4958 Add fringe-cursor-alist and default-fringes-cursor-alist.
4959 Add list of fringe cursor symbols.
4960
49612006-02-20 Juanma Barranquero <lekktu@gmail.com>
4962
4963 * commands.texi (Using Interactive): Fix reference to node
4964 "Minibuffers".
4965
49662006-02-19 Richard M. Stallman <rms@gnu.org>
4967
4968 * minibuf.texi (High-Level Completion):
4969 Add xref to read-input-method-name.
4970
4971 * files.texi (Relative File Names): Move file-relative-name here.
4972 (File Name Expansion): From here. Minor clarifications.
4973
4974 * commands.texi (Using Interactive): Add xrefs about reading input.
4975 Clarify remarks about that moving point and mark.
4976 Put string case before list case.
4977
c8763fb6 49782006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
4979
4980 * display.texi (Other Display Specs, Image Descriptors):
4981 Revert erroneous changes. The previous description of
4982 image-descriptors as `(image . PROPS)' was correct.
4983
49842006-02-14 Richard M. Stallman <rms@gnu.org>
4985
4986 * variables.texi (File Local Variables): Clarifications.
4987
49882006-02-14 Juanma Barranquero <lekktu@gmail.com>
4989
4990 * variables.texi (File Local Variables): Use @code for a cons
4991 cell, not @var.
4992
49932006-02-13 Chong Yidong <cyd@stupidchicken.com>
4994
4995 * variables.texi (File Local Variables): Document new file local
4996 variable behavior.
4997
49982006-02-10 Kim F. Storm <storm@cua.dk>
4999
5000 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
5001
50022006-02-08 Juanma Barranquero <lekktu@gmail.com>
5003
5004 * modes.texi (%-Constructs): Remove obsolete info about
5005 `global-mode-string'.
5006
50072006-02-07 Richard M. Stallman <rms@gnu.org>
5008
5009 * commands.texi (Prefix Command Arguments): Minor cleanup.
5010
5011 * display.texi: "Graphical display", not window system.
5012
5013 * functions.texi (What Is a Function): Fix xref.
5014
5015 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
5016 (Changing Key Bindings): Clarify when remapping is better than
5017 substitute-key-definition.
5018
50192006-02-02 Richard M. Stallman <rms@gnu.org>
5020
5021 * minibuf.texi (Basic Completion): Completion alists are risky.
5022
5023 * keymaps.texi (Active Keymaps): Clarifications.
5024 (Searching Keymaps): New node.
5025 (Keymaps): Update menu.
5026
5027 * frames.texi (Layout Parameters): Minor clarification.
5028 (Drag and Drop): New node.
5029 (Frames): Update menu.
5030
50312006-01-29 Chong Yidong <cyd@stupidchicken.com>
5032
5033 * display.texi (Other Display Specs, Image Descriptors):
5034 Image description is a list, not a cons cell.
5035
50362006-01-28 Luc Teirlinck <teirllm@auburn.edu>
5037
5038 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
5039 list is not necessarily a list).
5040
50412006-01-27 Eli Zaretskii <eliz@gnu.org>
5042
5043 * frames.texi (Layout Parameters): border-width and
5044 internal-border-width belong to the frame, not the window.
5045
50462006-01-19 Richard M. Stallman <rms@gnu.org>
5047
5048 * nonascii.texi (Translation of Characters): Search cmds use
5049 translation-table-for-input. Automatically made local.
5050
5051 * markers.texi (Overview of Markers): Count insertion type
5052 as one of a marker's attributes.
5053
5054 * keymaps.texi (Controlling Active Maps): New node, split out of
5055 Active Keymaps.
5056 (Keymaps): Menu updated.
5057 (Active Keymaps): Give pseudocode to explain how the active
5058 maps are searched. current-active-maps and key-binding moved here.
5059 (Functions for Key Lookup): current-active-maps and key-binding moved.
5060 Clarifications.
5061 (Searching the Keymaps): New subnode.
5062
5063 * elisp.texi (Top): Menu clarification.
5064
5065 * display.texi (Other Display Specs): Delete duplicate entry for
5066 just a string as display spec. Move text about recursive display
5067 specs on such a string.
5068
5069 * commands.texi (Key Sequence Input): Clarify.
5070 Move num-nonmacro-input-events out.
5071 (Reading One Event): num-nonmacro-input-events moved here.
5072
50732006-01-14 Nick Roberts <nickrob@snap.net.nz>
5074
5075 * advice.texi (Simple Advice): Update example to fit argument
5076 change in previous-line.
5077
50782006-01-05 Richard M. Stallman <rms@gnu.org>
5079
5080 * markers.texi (The Mark): Fix in `mark'.
5081
50822006-01-04 Richard M. Stallman <rms@gnu.org>
5083
5084 * processes.texi (Misc Network, Make Network): Minor cleanups.
5085
50862006-01-04 Kim F. Storm <storm@cua.dk>
5087
5088 * processes.texi (Make Network): Add IPv6 addresses and handling.
5089 (Network Feature Testing): Mention (:family ipv6).
5090 (Misc Network): Add IPv6 formats to format-network-address.
5091
50922005-12-30 Richard M. Stallman <rms@gnu.org>
5093
5094 * text.texi (Changing Properties):
5095 Don't use return value of set-text-properties.
5096
50972005-12-29 Luc Teirlinck <teirllm@auburn.edu>
5098
5099 * modes.texi (Mode Line Format): Correct typo in menu.
5100
51012005-12-29 Richard M. Stallman <rms@gnu.org>
5102
5103 * modes.texi (Mode Line Top): New node.
5104 (Mode Line Data): Some text moved to new node.
5105 Explain the data structure more concretely.
5106 (Mode Line Basics): Clarifications.
5107 (Mode Line Variables): Clarify intro paragraph.
5108 (%-Constructs): Clarify intro paragraph.
5109 (Mode Line Format): Update menu.
5110
51112005-12-28 Luc Teirlinck <teirllm@auburn.edu>
5112
5113 * minibuf.texi (Basic Completion): Update lazy-completion-table
5114 examples for removal of ARGS argument.
5115
51162005-12-23 Richard M. Stallman <rms@gnu.org>
5117
5118 * text.texi (Undo): Restore some explanation from the version
5119 that was deleted.
5120
51212005-12-23 Eli Zaretskii <eliz@gnu.org>
5122
5123 * text.texi (Undo): Remove duplicate descriptions of `apply
5124 funname' and `apply delta' elements of the undo list.
5125
51262005-12-20 Richard M. Stallman <rms@gnu.org>
5127
5128 * help.texi (Help Functions): Update documentation of `apropos'.
5129
51302005-12-20 Luc Teirlinck <teirllm@auburn.edu>
5131
5132 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
5133 because it is confusing. If the :help-echo keyword is a function,
5134 it is not directly used as the :help-echo overlay property, as the
5135 xref seems to suggest (it does not take the appropriate args).
5136
51372005-12-19 Luc Teirlinck <teirllm@auburn.edu>
5138
5139 * customize.texi (Common Keywords): Fix Texinfo usage.
5140 (Group Definitions, Variable Definitions): Update for new
5141 conventions for using `*' in docstrings.
5142
5143 * tips.texi (Documentation Tips): Update for new conventions for
5144 using `*' in docstrings.
5145
51462005-12-16 Richard M. Stallman <rms@gnu.org>
5147
5148 * minibuf.texi (Minibuffer Contents): Minor cleanup.
5149
51502005-12-16 Juri Linkov <juri@jurta.org>
5151
5152 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
5153
51542005-12-14 Romain Francoise <romain@orebokech.com>
5155
5156 * modes.texi (Customizing Keywords): Rename `append' to `how'.
5157 Fix typo.
5158
51592005-12-11 Juri Linkov <juri@jurta.org>
5160
5161 * minibuf.texi (Completion Commands): Add mention of read-file-name
5162 for filename completion keymaps.
5163 (Reading File Names): Add mention of filename completion keymaps
5164 for read-file-name and xref to `Completion Commands'.
5165
51662005-12-10 Richard M. Stallman <rms@gnu.org>
5167
5168 * customize.texi (Common Keywords): State caveats for use of :tag.
5169
51702005-12-08 Richard M. Stallman <rms@gnu.org>
5171
5172 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
5173 with xrefs and better explanation.
5174 (Completion Commands): Add the filename completion maps.
5175
5176 * objects.texi (Character Type): Clarify that \s is not space
5177 if a dash follows.
5178
51792005-12-05 Richard M. Stallman <rms@gnu.org>
5180
5181 * windows.texi (Resizing Windows): Delete preserve-before args.
5182
51832005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
5184
5185 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
5186 in full keymaps, since the quirk has been fixed.
5187
51882005-12-03 Eli Zaretskii <eliz@gnu.org>
5189
5dcb4c4e
SM
5190 * hooks.texi (Standard Hooks): Add index entries.
5191 Mention `compilation-finish-functions'.
b8d4c8d0
GM
5192
51932005-11-27 Richard M. Stallman <rms@gnu.org>
5194
5195 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
5196
51972005-11-21 Juri Linkov <juri@jurta.org>
5198
5199 * customize.texi (Common Keywords): Update links types
5200 custom-manual and url-link. Add link types emacs-library-link,
5201 file-link, function-link, variable-link, custom-group-link.
5202
52032005-11-20 Chong Yidong <cyd@stupidchicken.com>
5204
5205 * display.texi: Revert 2005-11-20 change.
5206
52072005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
5208
5209 * processes.texi (Bindat Functions):
5210 Say "third" to refer to zero-based index "2".
5211
52122005-11-18 Luc Teirlinck <teirllm@auburn.edu>
5213
5214 * loading.texi (Library Search): Update the default value of
5215 `load-suffixes'.
5216
52172005-11-17 Chong Yidong <cyd@stupidchicken.com>
5218
5219 * display.texi (Attribute Functions): Mention :ignore-defface.
5220
52212005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5222
5223 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
5224 (Minor Mode Conventions): Mention the use of a hook.
5225
52262005-11-06 Richard M. Stallman <rms@gnu.org>
5227
5228 * files.texi (Magic File Names): find-file-name-handler checks the
5229 `operations' property of the handler.
5230
52312005-11-03 Richard M. Stallman <rms@gnu.org>
5232
5233 * variables.texi (Frame-Local Variables): Small clarification.
5234
52352005-10-29 Chong Yidong <cyd@stupidchicken.com>
5236
5237 * os.texi (Init File): Document ~/.emacs.d/init.el.
5238
52392005-10-29 Richard M. Stallman <rms@gnu.org>
5240
5241 * internals.texi (Garbage Collection): Document memory-full.
5242
52432005-10-28 Bill Wohler <wohler@newt.com>
5244
5245 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
5246 for URLs.
5247
52482005-10-28 Richard M. Stallman <rms@gnu.org>
5249
5250 * minibuf.texi (Completion Commands): Clean up prev change.
5251
52522005-10-26 Kevin Ryde <user42@zip.com.au>
5253
5254 * compile.texi (Eval During Compile): Explain recommended uses
5255 of eval-when-compile and eval-and-compile.
5256
52572005-10-27 Masatake YAMATO <jet@gyve.org>
5258
5259 * minibuf.texi (Completion Commands):
5260 Write about new optional argument for `display-completion-list'.
5261
52622005-10-23 Richard M. Stallman <rms@gnu.org>
5263
5264 * display.texi (Overlay Arrow): Clarify about local bindings of
5265 overlay-arrow-position.
5266
52672005-10-22 Eli Zaretskii <eliz@gnu.org>
5268
5269 * internals.texi (Building Emacs): Fix last change.
5270
52712005-10-22 Richard M. Stallman <rms@gnu.org>
5272
5273 * internals.texi (Building Emacs): Document eval-at-startup.
5274
52752005-10-21 Richard M. Stallman <rms@gnu.org>
5276
5277 * loading.texi (Where Defined): load-history contains abs file names.
5278 symbol-file returns abs file names.
5279
52802005-10-19 Kim F. Storm <storm@cua.dk>
5281
5282 * display.texi (Showing Images): Add max-image-size integer value.
5283
52842005-10-18 Chong Yidong <cyd@stupidchicken.com>
5285
5286 * display.texi (Showing Images): Document max-image-size.
5287
52882005-10-17 Richard M. Stallman <rms@gnu.org>
5289
5290 * commands.texi (Quitting): Minor clarification.
5291
5292 * processes.texi (Sentinels): Clarify about output and quitting.
5293 (Filter Functions): Mention with-local-quit.
5294
52952005-10-17 Juri Linkov <juri@jurta.org>
5296
5297 * buffers.texi (Current Buffer):
5298 * commands.texi (Event Input Misc):
5299 * compile.texi (Eval During Compile, Compiler Errors):
5300 * customize.texi (Group Definitions):
5301 * display.texi (Progress, Defining Faces):
5302 * files.texi (Writing to Files):
5303 * modes.texi (Mode Hooks, Defining Minor Modes):
5304 * streams.texi (Output Functions):
5305 * syntax.texi (Syntax Table Functions):
5306 * text.texi (Change Hooks):
5307 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
5308
5309 * commands.texi (Quitting): Replace arg `forms' with `body' in
5310 `with-local-quit'.
5311
5312 * positions.texi (Excursions): Replace arg `forms' with `body' in
5313 `save-excursion'.
5314
53152005-10-08 Kim F. Storm <storm@cua.dk>
5316
5317 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
5318 Rename manual section accordingly.
5319
53202005-10-04 Kim F. Storm <storm@cua.dk>
5321
5322 * windows.texi (Window Split Tree): New section describing
5323 new function window-split-tree function.
5324
53252005-10-03 Nick Roberts <nickrob@snap.net.nz>
5326
5327 * display.texi (Fringe Size/Pos): Simplify and add detail.
5328
53292005-09-30 Romain Francoise <romain@orebokech.com>
5330
5331 * minibuf.texi (High-Level Completion): Explain that the prompt
5332 given to `read-buffer' should end with a colon and a space.
5333 Update usage examples.
5334
53352005-09-29 Juri Linkov <juri@jurta.org>
5336
5337 * display.texi (Displaying Messages): Rename argument name
5338 `string' to `format-string' in functions `message', `message-box',
5339 `message-or-box'.
5340
53412005-09-26 Chong Yidong <cyd@stupidchicken.com>
5342
5343 * errors.texi (Standard Errors): Correct xrefs.
5344
53452005-09-18 Chong Yidong <cyd@stupidchicken.com>
5346
5347 * display.texi (Defining Images): Update documentation for
5348 `image-load-path'.
5349
53502005-09-17 Richard M. Stallman <rms@gnu.org>
5351
5352 * display.texi (Defining Images): Clean up previous change.
5353
53542005-09-16 Romain Francoise <romain@orebokech.com>
5355
5356 * elisp.texi: Specify GFDL version 1.2.
5357
5358 * doclicense.texi (GNU Free Documentation License): Update to
5359 version 1.2.
5360
53612005-09-15 Chong Yidong <cyd@stupidchicken.com>
5362
5363 * display.texi (Defining Images): Document `image-load-path'.
5364
53652005-09-15 Richard M. Stallman <rms@gnu.org>
5366
5367 * objects.texi (Printed Representation): Minor cleanup.
5368 (Box Diagrams): Minor fix.
5369 (Cons Cell Type): Move (...) index item here.
5370 (Box Diagrams): From here.
5371 (Array Type): Minor fix.
5372 (Type Predicates): Delete index "predicates".
5373 (Hash Table Type): Clarify xref.
5374 (Dotted Pair Notation): Minor fix.
5375
53762005-09-10 Chong Yidong <cyd@stupidchicken.com>
5377
5378 * files.texi (Saving Buffers): Fix typo.
5379
53802005-09-08 Richard M. Stallman <rms@gnu.org>
5381
5382 * tips.texi (Programming Tips): Correct the "default" prompt spec.
5383
53842005-09-08 Chong Yidong <cyd@stupidchicken.com>
5385
5386 * locals.texi (Standard Buffer-Local Variables): Don't include
5387 mode variables for minor modes.
5388 Fix xrefs for buffer-display-count, buffer-display-table,
5389 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
5390 enable-multibyte-characters, fill-column, header-line-format,
5391 left-fringe-width, left-margin, and right-fringe-width.
5392
5393 * hooks.texi (Standard Hooks): All hooks should conform to the
5394 standard naming convention now.
5395 Fix xref for `echo-area-clear-hook'.
5396
5397 * display.texi (Usual Display): Note that indicate-empty-lines and
5398 tab-width are buffer-local.
5399
5400 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
5401
5402 * modes.texi (Mode Help): Note that major-mode is buffer-local.
5403
5404 * nonascii.texi (Encoding and I/O): Note that
5405 buffer-file-coding-system is buffer-local.
5406
5407 * positions.texi (List Motion): Note that defun-prompt-regexp is
5408 buffer-local.
5409
5410 * text.texi (Auto Filling): Note that auto-fill-function is
5411 buffer-local.
5412 (Undo): Note that buffer-undo-list is buffer-local.
5413
5dcb4c4e
SM
5414 * windows.texi (Buffers and Windows):
5415 Document buffer-display-count.
b8d4c8d0
GM
5416
54172005-09-06 Richard M. Stallman <rms@gnu.org>
5418
5419 * tips.texi (Coding Conventions): Sometimes it is ok to put the
5420 package prefix elsewhere than at the start of the name.
5421
54222005-09-03 Richard M. Stallman <rms@gnu.org>
5423
5424 * tips.texi (Programming Tips): Add conventions for minibuffer
5425 questions and prompts.
5426
54272005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
5428
5429 * intro.texi (nil and t): Minor cleanup.
5430 Delete spurious mention of keyword symbols.
5431 (Evaluation Notation): Add index entry.
5432 (A Sample Function Description): Minor cleanup.
5433 (A Sample Variable Description): Not all vars can be set.
5434
54352005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
5436
5437 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
5438
5439 (Insertion): Document precise type of `insert-char' arg COUNT.
5440
54412005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
5442
5443 * modes.texi (Other Font Lock Variables): Sync the default of
5444 font-lock-lines-before.
5445
54462005-08-31 Michael Albinus <michael.albinus@gmx.de>
5447
5448 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
5449
54502005-08-29 Richard M. Stallman <rms@gnu.org>
5451
5452 * elisp.texi (Top): Update subnode menu.
5453
5454 * searching.texi (Searching and Matching): Move node.
5455 Rearrange contents and add overall explanation.
5456 (Searching and Case): Move node.
5457 (Searching and Matching): Update menu.
5458
54592005-08-27 Eli Zaretskii <eliz@gnu.org>
5460
5461 * os.texi (Startup Summary): Fix the description of the initial
5462 startup message display.
5463
54642005-08-25 Richard M. Stallman <rms@gnu.org>
5465
5466 * searching.texi (Search and Replace): Add replace-regexp-in-string.
5467
54682005-08-25 Emilio C. Lopes <eclig@gmx.net>
5469
5470 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
5471 `next-overlay-change' example.
5472
54732005-08-22 Juri Linkov <juri@jurta.org>
5474
5475 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
5476 Fix invert-face. Fix args of face-background.
5477
5478 * display.texi (Standard Faces): Delete node.
5479 (Faces): Add xref to `(emacs)Standard Faces'.
5480 (Displaying Faces): Fix xref to `Standard Faces'.
5481
5482 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
5483
54842005-08-20 Alan Mackenzie <acm@muc.de>
5485
5486 * buffers.texi (The Buffer List): Clarify the manipulation of the
5487 buffer list.
5488
54892005-08-14 Richard M. Stallman <rms@gnu.org>
5490
5491 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
5492 a regexp.
5493
54942005-08-11 Richard M. Stallman <rms@gnu.org>
5495
5496 * elisp.texi (Top): Update subnode lists.
5497
5498 * display.texi (Inverse Video): Node deleted.
5499
5500 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
5501 New nodes split out of Coding Conventions.
5502
5503 * searching.texi (Regular Expressions): Document re-builder.
5504
5505 * os.texi (Time Parsing): New node split out of Time Conversion.
5506
5507 * processes.texi (Misc Network, Network Feature Testing)
5508 (Network Options, Make Network): New nodes split out of
5509 Low-Level Network.
5510
55112005-08-09 Richard M. Stallman <rms@gnu.org>
5512
5513 * frames.texi (Geometry): New node, split from Size and Position.
5514 (Frame Parameters): Refer to Geometry.
5515
5516 * buffers.texi (The Buffer List): Fix xrefs.
5517
5518 * windows.texi (Splitting Windows): Fix xref.
5519
5520 * frames.texi (Layout Parameters): Add xref.
5521
5522 * display.texi (Line Height, Scroll Bars): Fix xrefs.
5523
5524 * keymaps.texi (Menu Bar): Fix xref.
5525
5526 * locals.texi (Standard Buffer-Local Variables): Fix xref.
5527
5528 * modes.texi (%-Constructs): Fix xref.
5529
5530 * frames.texi (Window Frame Parameters): Node split up.
5531 (Basic Parameters, Position Parameters, Size Parameters)
5532 (Layout Parameters, Buffer Parameters, Management Parameters)
5533 (Cursor Parameters, Color Parameters): New subnodes.
5534
55352005-08-09 Luc Teirlinck <teirllm@auburn.edu>
5536
5537 * positions.texi (Screen Lines): Update xref for previous change
5538 in minibuf.texi.
5539
5540 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
5541 change in minibuf.texi.
5542
55432005-08-09 Richard M. Stallman <rms@gnu.org>
5544
5545 * tips.texi (Coding Conventions): Minor cleanup.
5546
5547 * modes.texi (Defining Minor Modes): Explain when init-value
5548 can be non-nil.
5549
5550 * elisp.texi (Top): Update submenu for Minibuffer.
5551
5552 * minibuf.texi (Minibuffer Misc): Node split up.
5553 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
5554 (Recursive Mini): New nodes split out from Minibuffer Misc.
5555 (Minibuffer Misc): Document max-mini-window-height.
5556
5557 * hash.texi (Defining Hash): Delete stray paren in example.
5558
5559 * display.texi (Echo Area Customization): Don't define
5560 max-mini-window-height here; xref instead.
5561
5562 * commands.texi (Event Input Misc): Update while-no-input.
5563
5564 * advice.texi (Advising Functions): Explain when to use advice
5565 and when to use a hook.
5566
55672005-07-30 Eli Zaretskii <eliz@gnu.org>
5568
5569 * makefile.w32-in (info): Don't run install-info.
5570 ($(infodir)/dir): New target, produced by running install-info.
5571
55722005-07-27 Luc Teirlinck <teirllm@auburn.edu>
5573
5574 * modes.texi (Defining Minor Modes): The keyword for the initial
5575 value is :init-value, not :initial-value.
5576
55772005-07-23 Eli Zaretskii <eliz@gnu.org>
5578
5579 * loading.texi (Autoload): Make the `doctor' example be consistent
5580 with what's in current loaddefs.el. Describe the "fn" magic in
5581 the usage portion of the doc string.
5582
55832005-07-22 Richard M. Stallman <rms@gnu.org>
5584
5585 * internals.texi (Garbage Collection): Clarify previous change.
5586
55872005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
5588
5589 * internals.texi (Garbage Collection): Add gc-cons-percentage.
5590
55912005-07-18 Juri Linkov <juri@jurta.org>
5592
5593 * commands.texi (Accessing Events):
5594 * frames.texi (Text Terminal Colors, Resources):
5595 * markers.texi (The Mark):
5596 * modes.texi (Defining Minor Modes):
5597 Delete duplicate duplicate words.
5598
55992005-07-16 Richard M. Stallman <rms@gnu.org>
5600
5601 * display.texi (Managing Overlays): Clarify make-overlay
5602 args for insertion types.
5603
56042005-07-13 Luc Teirlinck <teirllm@auburn.edu>
5605
5606 * customize.texi (Variable Definitions):
5607 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
5608 `standard-value' is a list too.
5609 (Defining New Types): Use @key{RET} instead of @key{ret}.
5610
56112005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
5612
5613 * os.texi (Translating Input): Fix typo.
5614
56152005-07-08 Richard M. Stallman <rms@gnu.org>
5616
5617 * README: Update edition number and size estimate.
5618
5619 * elisp.texi (VERSION): Set to 2.9.
5620
56212005-07-07 Richard M. Stallman <rms@gnu.org>
5622
5623 * book-spine.texinfo: Update Emacs version.
5624
5625 * display.texi (Inverse Video): Delete mode-line-inverse-video.
5626
56272005-07-06 Richard M. Stallman <rms@gnu.org>
5628
5629 * searching.texi (Regexp Search): Clarify what re-search-forward
5630 does when the search fails.
5631
56322005-07-05 Lute Kamstra <lute@gnu.org>
5633
5634 * Update FSF's address in GPL notices.
5635
5636 * doclicense.texi (GNU Free Documentation License):
5637 * gpl.texi (GPL):
5638 * tips.texi (Coding Conventions, Library Headers):
5639 * vol1.texi:
5640 * vol2.texi: Update FSF's address.
5641
56422005-07-04 Richard M. Stallman <rms@gnu.org>
5643
5644 * hooks.texi (Standard Hooks): Add occur-hook.
5645
56462005-07-03 Luc Teirlinck <teirllm@auburn.edu>
5647
5648 * display.texi (The Echo Area): Correct menu.
5649
56502005-07-03 Richard M. Stallman <rms@gnu.org>
5651
5652 * elisp.texi (Top): Update subnode menu for Display.
5653
5654 * display.texi (Displaying Messages): New node, with most
5655 of what was in The Echo Area.
5dcb4c4e 5656 (Progress): Move under The Echo Area.
b8d4c8d0
GM
5657 (Logging Messages): New node with new text.
5658 (Echo Area Customization): New node, the rest of what was
5659 in The Echo Area. Document message-truncate-lines with @defvar.
5660 (Display): Update menu.
5661
5662 * windows.texi (Textual Scrolling): Doc 3 values for
5663 scroll-preserve-screen-position.
5664
5665 * text.texi (Special Properties): Change hook functions
5666 should bind inhibit-modification-hooks around altering buffer text.
5667
5668 * keymaps.texi (Key Binding Commands): Call binding BINDING
5669 rather than DEFINITION.
5670
56712005-06-29 Juanma Barranquero <lekktu@gmail.com>
5672
5673 * variables.texi (Defining Variables): `user-variable-p' returns t
5674 for aliases of user options, nil for alias loops.
5675
56762005-06-28 Richard M. Stallman <rms@gnu.org>
5677
5678 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
5679 make-keymap.
5680
56812005-06-27 Luc Teirlinck <teirllm@auburn.edu>
5682
5683 * variables.texi (Setting Variables): Correct and clarify
5684 description of `add-to-ordered-list'.
5685
56862005-06-26 Richard M. Stallman <rms@gnu.org>
5687
5688 * display.texi (Faces): Minor cleanup.
5689
56902005-06-25 Luc Teirlinck <teirllm@auburn.edu>
5691
5692 * display.texi (Faces): `facep' returns t for strings that are
5693 face names.
5694
56952005-06-25 Richard M. Stallman <rms@gnu.org>
5696
5697 * objects.texi (Equality Predicates): Clarify meaning of equal.
5698
5699 * windows.texi (Selecting Windows): save-selected-window
5700 and with-selected-window save and restore the current buffer.
5701
57022005-06-24 Richard M. Stallman <rms@gnu.org>
5703
5704 * numbers.texi (Float Basics): Explain how to test for NaN,
5705 and printing the sign of NaNs.
5706
57072005-06-24 Eli Zaretskii <eliz@gnu.org>
5708
5709 * makefile.w32-in (MAKEINFO): Use --force.
5710
57112005-06-23 Richard M. Stallman <rms@gnu.org>
5712
5713 * display.texi (Face Functions): Correct Texinfo usage.
5714
57152005-06-23 Luc Teirlinck <teirllm@auburn.edu>
5716
5717 * lists.texi (Rings): `ring-elements' now returns the elements of
5718 RING in order.
5719
57202005-06-23 Juanma Barranquero <lekktu@gmail.com>
5721
5722 * markers.texi (The Mark): Texinfo usage fix.
5723
57242005-06-23 Kim F. Storm <storm@cua.dk>
5725
5726 * searching.texi (Entire Match Data): Remove evaporate option for
5727 match-data. Do not mention evaporate option for set-match-data.
5728
57292005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
5730
5731 * display.texi (Face Functions): Mention face aliases.
5732
57332005-06-21 Richard M. Stallman <rms@gnu.org>
5734
5735 * anti.texi (Antinews): Texinfo usage fix.
5736
57372005-06-21 Karl Berry <karl@gnu.org>
5738
5739 * elisp.texi: Use @copying.
5740
5741 * elisp.texi: Put @summarycontents and @contents before the Top
5742 node, instead of the end of the file, so that the contents appear
5743 in the right place in the dvi/pdf output.
5744
57452005-06-21 Juri Linkov <juri@jurta.org>
5746
5747 * display.texi (Defining Faces): Add `customized-face'.
5748
57492005-06-20 Kim F. Storm <storm@cua.dk>
5750
5751 * variables.texi (Setting Variables): Any type of element can be
5752 given order in add-to-ordered-list. Compare elements with eq.
5753
5754 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
5755
57562005-06-20 Karl Berry <karl@gnu.org>
5757
5758 * syntax.texi (Syntax Flags): Make last column very slightly wider
5759 to avoid "generic comment" breaking on two lines and causing an
5760 underfull box.
5761
57622005-06-19 Luc Teirlinck <teirllm@auburn.edu>
5763
5764 * lists.texi (Rings): Various minor clarifications and corrections.
5765
57662005-06-18 Richard M. Stallman <rms@gnu.org>
5767
5768 * functions.texi (Obsolete Functions): Simplify.
5769
5770 * variables.texi (Variable Aliases): Simplify.
5771
5772 * anti.texi, backups.texi, compile.texi, customization.texi:
5773 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
5774 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
5775 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
5776 * variables.texi: Fix formatting ugliness.
5777
5778 * elisp.texi: Add links to Rings and Byte Packing.
5779 Update version and copyright years.
5780
5781 * minibuf.texi: Fix formatting ugliness.
5782 (Completion Commands): Move keymap vars to the end
5783 and vars completing-read binds to the top.
5784
57852005-06-17 Luc Teirlinck <teirllm@auburn.edu>
5786
5787 * processes.texi: Fix typos.
5788 (Bindat Spec): Correct Texinfo error.
5789 (Byte Packing): Fix ungrammatical sentence.
5790
57912005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
5792
5793 * lists.texi (Rings): New node.
5794 (Lists): Add it to menu.
5795
5796 * processes.texi (Byte Packing): New node.
5797 (Processes): Add it to menu.
5798
57992005-06-17 Richard M. Stallman <rms@gnu.org>
5800
5801 * syntax.texi (Parsing Expressions): Fix texinfo usage.
5802
5803 * help.texi (Documentation Basics): Explain the xref to
5804 Documentation Tips.
5805
5806 * debugging.texi (Debugger Commands): Minor fix.
5807
58082005-06-16 Luc Teirlinck <teirllm@auburn.edu>
5809
5810 * edebug.texi (Instrumenting): Eliminate duplicate link.
5811 (Specification List): Replace references to "below", referring to
5812 a later node, with one @ref to that node.
5813
5814 * os.texi (Timers): Timers should save and restore the match data
5815 if they change it.
5816
5817 * debugging.texi (Debugger Commands): Mention that the Lisp
5818 debugger can not step through primitive functions.
5819
58202005-06-16 Juanma Barranquero <lekktu@gmail.com>
5821
5822 * functions.texi (Obsolete Functions): Update argument names of
5823 `make-obsolete' and `define-obsolete-function-alias'.
5824
5825 * variables.texi (Variable Aliases): Update argument names of
5826 `defvaralias', `make-obsolete-variable' and
5827 `define-obsolete-variable-alias'.
5828
58292005-06-15 Kim F. Storm <storm@cua.dk>
5830
5831 * searching.texi (Entire Match Data): Rephrase warnings about
5832 evaporate arg to match-data and set-match-data.
5833
58342005-06-14 Luc Teirlinck <teirllm@auburn.edu>
5835
5836 * elisp.texi (Top): Update detailed menu.
5837
5838 * edebug.texi (Edebug): Update menu.
5839 (Instrumenting): Update xrefs.
5840 (Edebug Execution Modes): Correct xref.
5841 (Jumping): Clarify description of `h' command.
5842 Eliminate redundant @ref.
5843 (Breaks): New node.
5844 (Breakpoints): Is now a subsubsection.
5845 (Global Break Condition): Mention `C-x X X'.
5846 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
5847 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
5848 (Edebug Display Update): Correct pxref.
5849 (Edebug and Macros): New node.
5850 (Instrumenting Macro Calls): Is now a subsubsection.
5851 Neither arg of `def-edebug-spec' is evaluated.
5852 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
5853 (Specification Examples): Fix typo.
5854
58552005-06-14 Lute Kamstra <lute@gnu.org>
5856
5857 * debugging.texi (Function Debugging): Primitives can break on
5858 entry too.
5859
58602005-06-14 Kim F. Storm <storm@cua.dk>
5861
5862 * variables.texi (Setting Variables): Add add-to-ordered-list.
5863
58642005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5865
5866 * syntax.texi (Parsing Expressions): Document aux functions and vars of
5867 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
5868
58692005-06-13 Lute Kamstra <lute@gnu.org>
5870
5871 * text.texi (Special Properties): Fix cross reference.
5872
58732005-06-11 Luc Teirlinck <teirllm@auburn.edu>
5874
5875 * debugging.texi (Function Debugging): Delete mention of empty
5876 string argument to `cancel-debug-on-entry'. Delete inaccurate
5877 description of the return value of that command.
5878
58792005-06-11 Alan Mackenzie <acm@muc.de>
5880
5881 * text.texi (Adaptive Fill): Amplify the description of
5882 fill-context-prefix.
5883
58842005-06-10 Luc Teirlinck <teirllm@auburn.edu>
5885
5886 * syntax.texi (Parsing Expressions): Fix Texinfo error.
5887
58882005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
5889
5890 * syntax.texi (Parsing Expressions): Document syntax-ppss.
5891
58922005-06-10 Luc Teirlinck <teirllm@auburn.edu>
5893
5894 * debugging.texi (Error Debugging): Minor rewording.
5895 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
5896 is optional.
5897
58982005-06-10 Lute Kamstra <lute@gnu.org>
5899
5900 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
5901 (Top): Give it a title. Correct version number. Give the
5902 detailed node listing a more prominent header.
5903 * intro.texi: Don't set VERSION here a second time.
5904 Mention Emacs's version too.
5905 * anti.texi (Antinews): Use EMACSVER to refer to the current
5906 version of Emacs.
5907
59082005-06-09 Kim F. Storm <storm@cua.dk>
5909
5910 * searching.texi (Entire Match Data): Explain new `reseat' argument to
5911 match-data and set-match-data.
5912
59132005-06-08 Richard M. Stallman <rms@gnu.org>
5914
5915 * searching.texi (Entire Match Data): Clarify when match-data
5916 returns markers and when integers.
5917
5918 * display.texi (Defining Faces): Explain that face name should not
5919 end in `-face'.
5920
5921 * modes.texi (Mode Line Data): Minor cleanup.
5922 (Customizing Keywords): Node split out of Search-based Fontification.
5923 Add example of using font-lock-add-keywords from a hook.
5924 Clarify when MODE should be non-nil, and when nil.
5925
59262005-06-06 Richard M. Stallman <rms@gnu.org>
5927
5928 * modes.texi (Mode Line Data): Explain what happens when the car
5929 of a list is a void symbol.
5930 (Search-based Fontification): Explain MODE arg to
5931 font-lock-add-keywords and warn about calls from major modes.
5932
59332005-06-08 Juri Linkov <juri@jurta.org>
5934
5935 * display.texi (Standard Faces): Add `shadow' face.
5936
59372005-05-29 Luc Teirlinck <teirllm@auburn.edu>
5938
5939 * modes.texi (Major Mode Conventions): A derived mode only needs
5940 to put the call to the parent mode inside `delay-mode-hooks'.
5941
59422005-05-29 Richard M. Stallman <rms@gnu.org>
5943
5944 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
5945 new, and what that implies. Clarify.
5946
5947 * files.texi (Locating Files): Clean up the text.
5948
5949 * frames.texi (Window Frame Parameters): Document user-size.
5950 Shorten entry for top by referring to left.
5951
59522005-05-26 Richard M. Stallman <rms@gnu.org>
5953
5954 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
5955 is new, and what the implications are. Other clarifications.
5956
59572005-05-24 Richard M. Stallman <rms@gnu.org>
5958
5959 * frames.texi (Dialog Boxes): Minor fixes.
5960
59612005-05-25 Masatake YAMATO <jet@gyve.org>
5962
5963 * display.texi (Standard Faces): Write about `mode-line-highlight'.
5964
59652005-05-24 Luc Teirlinck <teirllm@auburn.edu>
5966
5967 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
5968 is optional.
5969
59702005-05-24 Nick Roberts <nickrob@snap.net.nz>
5971
10d1d0af 5972 * frames.texi (Dialog Boxes): Describe new optional argument.
b8d4c8d0
GM
5973
59742005-05-23 Lute Kamstra <lute@gnu.org>
5975
5976 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
5977 syntax-begin-function over font-lock-beginning-of-syntax-function.
5978
59792005-05-21 Luc Teirlinck <teirllm@auburn.edu>
5980
5981 * minibuf.texi (Reading File Names): Update description of
5982 `read-directory-name'.
5983
5984 * modes.texi (Derived Modes): Clarify :group keyword.
5985
59862005-05-21 Eli Zaretskii <eliz@gnu.org>
5987
5988 * files.texi (Locating Files): New subsection.
5989 Describe locate-file and executable-find.
5990
59912005-05-21 Kevin Ryde <user42@zip.com.au>
5992
5993 * frames.texi (Initial Parameters): Update cross reference to
5994 "Emacs Invocation".
5995
59962005-05-19 Luc Teirlinck <teirllm@auburn.edu>
5997
5998 * keymaps.texi (Active Keymaps): Add anchor.
5999
6000 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
6001 (Major Mode Conventions): Refer to `Auto Major Mode' in more
6002 appropriate place.
6003 (Derived Modes): Small clarifications.
6004 (Minor Mode Conventions, Keymaps and Minor Modes):
6005 Replace references to nodes with references to anchors.
6006 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
6007 Clarify description of lists whose first element is an integer.
6008 (Mode Line Variables): Add anchor.
6009 (%-Constructs): Clarify description of integer after %.
6010 (Emulating Mode Line): Describe nil value for FACE.
6011
60122005-05-18 Luc Teirlinck <teirllm@auburn.edu>
6013
6014 * modes.texi (Derived Modes): Correct references to non-existing
6015 variable standard-syntax-table.
6016
60172005-05-17 Lute Kamstra <lute@gnu.org>
6018
6019 * modes.texi (Defining Minor Modes): Mention the mode hook.
6020
60212005-05-15 Kim F. Storm <storm@cua.dk>
6022
6023 * processes.texi (Network): Remove open-network-stream-nowait.
6024 (Network Servers): Remove open-network-stream-server.
6025
60262005-05-15 Luc Teirlinck <teirllm@auburn.edu>
6027
6028 * elisp.texi (Top): Update detailed menu.
6029
6030 * variables.texi: Reorder nodes.
6031 (Variables): Update menu.
6032 (File Local Variables): Do not refer to the `-*-' line as
6033 a "local variables list". Add pxref.
6034
60352005-05-14 Luc Teirlinck <teirllm@auburn.edu>
6036
6037 * elisp.texi (Top): Update detailed menu for node changes.
6038
6039 * modes.texi (Modes): Update Menu.
6040 (Hooks): Move to beginning of chapter.
6041 Most minor modes run mode hooks too.
6042 `add-hook' can handle void hooks or hooks whose value is a single
6043 function.
6044 (Major Modes): Update Menu.
6045 (Major Mode Basics): New node, split off from `Major Modes'.
6046 (Major Mode Conventions): Correct xref. Explain how to handle
6047 auto-mode-alist if the major mode command has an autoload cookie.
6048 (Auto Major Mode): Major update. Add magic-mode-alist.
6049 (Derived Modes): Major update.
6050 (Mode Line Format): Update Menu.
6051 (Mode Line Basics): New node, split off from `Mode Line Format'.
6052
6053 * loading.texi (Autoload): Mention `autoload cookie' as synonym
6054 for `magic autoload comment'. Add index entries and anchor.
6055
60562005-05-14 Richard M. Stallman <rms@gnu.org>
6057
6058 * tips.texi (Coding Conventions): Explain how important it is
6059 that just loading certain files not change Emacs behavior.
6060
6061 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
6062
60632005-05-12 Lute Kamstra <lute@gnu.org>
6064
6065 * modes.texi (Generic Modes): Update.
6066 (Major Modes): Refer to node "Generic Modes".
6067
6068 * elisp.texi (Top): Update to the current structure of the manual.
6069 * processes.texi (Processes): Add menu description.
6070 * customize.texi (Customization): Add menu descriptions.
6071
60722005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
6073
6074 * processes.texi (Signals to Processes)
6075 (Low-Level Network): Fix typos.
6076
60772005-05-11 Lute Kamstra <lute@gnu.org>
6078
6079 * elisp.texi (Top): Add some nodes from the chapter "Major and
6080 Minor Modes" to the detailed node listing.
6081
60822005-05-10 Richard M. Stallman <rms@gnu.org>
6083
6084 * keymaps.texi (Extended Menu Items): Menu item filter functions
6085 can be called at any time.
6086
60872005-05-08 Luc Teirlinck <teirllm@auburn.edu>
6088
6089 * variables.texi (File Local Variables): `(hack-local-variables t)'
6090 now also checks whether a mode is specified in the local variables
6091 list.
6092
60932005-05-05 Kevin Ryde <user42@zip.com.au>
6094
6095 * display.texi (The Echo Area): Correct format function cross
6096 reference.
6097
60982005-05-05 Luc Teirlinck <teirllm@auburn.edu>
6099
6100 * variables.texi (Variable Aliases): Change description of
6101 `define-obsolete-variable-alias'.
6102
6103 * functions.texi (Functions): Add "Obsolete Functions" to menu.
6104 (Defining Functions): Add xref.
6105 (Obsolete Functions): New node.
6106 (Function Safety): Standardize capitalization of section title.
6107
6108 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
6109 (Dialog Boxes): Complete description of `x-popup-dialog'.
6110
61112005-05-04 Richard M. Stallman <rms@gnu.org>
6112
6113 * commands.texi (Interactive Codes): Fix Texinfo usage.
6114 Document U more clearly.
6115
61162005-05-01 Luc Teirlinck <teirllm@auburn.edu>
6117
6118 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
6119 function and not a macro.
6120
6121 * frames.texi (Pop-Up Menus): Correct and clarify description of
6122 `x-popup-menu'.
6123 (Dialog Boxes): Clarify description of `x-popup-dialog'.
6124
61252005-05-01 Richard M. Stallman <rms@gnu.org>
6126
6127 * edebug.texi (Checking Whether to Stop): Fix previous change.
6128
61292005-05-01 Luc Teirlinck <teirllm@auburn.edu>
6130
6131 * display.texi: Fix typos and Texinfo usage.
6132
6133 * edebug.texi (Checking Whether to Stop): executing-macro ->
6134 executing-kbd-macro.
6135
61362005-05-01 Richard M. Stallman <rms@gnu.org>
6137
6138 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
6139
61402005-04-30 Richard M. Stallman <rms@gnu.org>
6141
6142 * files.texi (Magic File Names): Document `operations' property.
6143
61442005-04-29 Lute Kamstra <lute@gnu.org>
6145
6146 * modes.texi (Generic Modes): New node.
6147 (Major Modes): Add it to the menu.
6148 (Derived Modes): Add "derived mode" to concept index.
6149
61502005-04-28 Lute Kamstra <lute@gnu.org>
6151
6152 * modes.texi (Defining Minor Modes): Fix previous change.
6153 (Font Lock Mode): Simplify.
6154 (Font Lock Basics): Say that font-lock-defaults is buffer-local
6155 when set and that some parts are optional. Add cross references.
6156 (Search-based Fontification): Say how to specify font-lock-keywords.
6157 Add cross references. Add font-lock-multiline to index.
6158 Move font-lock-keywords-case-fold-search here from node "Other Font
6159 Lock Variables". Document font-lock-add-keywords and
6160 font-lock-remove-keywords.
6161 (Other Font Lock Variables): Move font-lock-keywords-only,
6162 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
6163 and font-lock-syntactic-face-function to node "Syntactic Font
6164 Lock". Move font-lock-keywords-case-fold-search to node
6165 "Search-based Fontification". Document font-lock-inhibit-thing-lock
6166 and font-lock-{,un}fontify-{buffer,region}-function.
6167 (Precalculated Fontification): Remove reference to deleted variable
6168 font-lock-core-only.
6169 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
6170 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
6171 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
6172 and font-lock-syntactic-face-function here from node "Other Font
6173 Lock Variables". Move font-lock-syntactic-keywords to "Setting
6174 Syntax Properties". Add cross references.
6175 (Setting Syntax Properties): New node.
6176 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
6177 * syntax.texi (Syntax Properties): Add cross reference.
6178 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
6179
61802005-04-26 Richard M. Stallman <rms@gnu.org>
6181
6182 * display.texi (Defining Faces):
6183 Document `default' elements of defface spec.
6184
6185 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
6186
6187 * variables.texi (Variable Aliases): Clarify text.
6188
61892005-04-25 Chong Yidong <cyd@stupidchicken.com>
6190
6191 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
6192
61932005-04-25 Luc Teirlinck <teirllm@auburn.edu>
6194
6195 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
6196
61972005-04-24 Eli Zaretskii <eliz@gnu.org>
6198
6199 * syntax.texi (Syntax Table Internals): Elaborate documentation of
6200 syntax-after and syntax-class.
6201
6202 * files.texi (Changing Files): Fix last change's cross-reference.
6203 (Unique File Names): Don't mention "numbers" in the documentation
6204 of make-temp-file and make-temp-name.
6205
62062005-04-23 Richard M. Stallman <rms@gnu.org>
6207
6208 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
6209
62102005-04-22 Nick Roberts <nickrob@snap.net.nz>
6211
6212 * windows.texi (Cyclic Window Ordering): Clarify window-list.
6213
62142005-04-22 Nick Roberts <nickrob@snap.net.nz>
6215
6216 * variables.texi (Variable Aliases): Describe make-obsolete-variable
6217 and define-obsolete-variable-alias.
6218
62192005-04-22 Kim F. Storm <storm@cua.dk>
6220
6221 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
6222 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
6223
62242005-04-21 Lute Kamstra <lute@gnu.org>
6225
6226 * lists.texi (Association Lists): Document rassq-delete-all.
6227
62282005-04-19 Richard M. Stallman <rms@gnu.org>
6229
6230 * modes.texi (Search-based Fontification): Explain that
6231 facespec is an expression to be evaluated.
6232
62332005-04-19 Kevin Ryde <user42@zip.com.au>
6234
6235 * streams.texi (Output Functions): Fix xref.
6236 * strings.texi (String Conversion): Fix xref.
6237
62382005-04-19 Kim F. Storm <storm@cua.dk>
6239
6240 * symbols.texi (Symbol Plists): Add safe-get.
6241 Mention that `get' may signal an error.
6242
62432005-04-18 Nick Roberts <nickrob@snap.net.nz>
6244
6245 * customize.texi (Variable Definitions): Replace tooltip-mode
6246 example with save-place.
6247
62482005-04-17 Richard M. Stallman <rms@gnu.org>
6249
6250 * buffers.texi (Indirect Buffers): Clarify.
6251
6252 * positions.texi (Positions): Clarify converting marker to integer.
6253
6254 * strings.texi (String Basics): Mention string-match; clarify.
6255
62562005-04-08 Lute Kamstra <lute@gnu.org>
6257
6258 * modes.texi (Search-based Fontification): Fix cross references.
6259 Use consistent terminology. Document anchored highlighting.
6260
62612005-04-05 Lute Kamstra <lute@gnu.org>
6262
6263 * modes.texi (Defining Minor Modes): Document :group keyword
6264 argument and its default value.
6265
62662005-04-03 Lute Kamstra <lute@gnu.org>
6267
6268 * hooks.texi (Standard Hooks): Add some hooks. Add cross
6269 references and/or descriptions. Delete major mode hooks; mention
6270 them as a category instead. Rename or delete obsolete hooks.
6271
62722005-04-02 Richard M. Stallman <rms@gnu.org>
6273
6274 * nonascii.texi (Coding System Basics): Another wording cleanup.
6275
62762005-04-01 Richard M. Stallman <rms@gnu.org>
6277
6278 * nonascii.texi (Coding System Basics): Clarify previous change.
6279
62802005-04-01 Kenichi Handa <handa@m17n.org>
6281
10d1d0af 6282 * nonascii.texi (Coding System Basics): Describe about roundtrip
b8d4c8d0
GM
6283 identity of coding systems.
6284
62852005-03-29 Chong Yidong <cyd@stupidchicken.com>
6286
6287 * text.texi (Buffer Contents): Add filter-buffer-substring and
6288 buffer-substring-filters.
6289
62902005-03-26 Chong Yidong <cyd@stupidchicken.com>
6291
6292 * anti.texi (Antinews): Mention `G' interactive code.
6293
6294 * tips.texi (Compilation Tips): Mention benchmark.el.
6295
62962005-03-27 Luc Teirlinck <teirllm@auburn.edu>
6297
6298 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
6299 is now bound to M-o M-o.
6300
6301 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
6302
63032005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
6304
6305 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
6306 in the Emacs Manual).
6307 * Makefile.in (srcs): Remove calendar.texi.
6308 * makefile.w32-in (srcs): Remove calendar.texi.
6309 * display.texi (Display): Change name of next node.
6310 * os.texi (System In): Change name of previous node.
6311 * elisp.texi (Top): Remove Calendar references.
6312 * vol1.texi (Top): Remove Calendar references.
6313 * vol2.texi (Top): Remove Calendar references.
6314
63152005-03-25 Richard M. Stallman <rms@gnu.org>
6316
6317 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
6318 Cleanup previous change.
6319
63202005-03-25 Chong Yidong <cyd@stupidchicken.com>
6321
6322 * display.texi (Face Attributes): Faces earlier in an :inherit
6323 list take precedence.
6324 (Scroll Bars): Fix description of vertical-scroll-bars.
6325 Document frame-current-scroll-bars and window-current-scroll-bars.
6326
6327 * markers.texi (The Mark): Document temporary Transient Mark mode.
6328
6329 * minibuf.texi (Reading File Names):
6330 Document read-file-name-completion-ignore-case.
6331
6332 * positions.texi (Screen Lines): Document nil for width argument
6333 to compute-motion.
6334
63352005-03-23 Kim F. Storm <storm@cua.dk>
6336
6337 * display.texi (Standard Faces): Other faces used in the fringe
6338 implicitly inherits from the fringe face.
6339 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
6340 properties implicitly inherits from fringe face.
6341 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
6342
63432005-03-20 Chong Yidong <cyd@stupidchicken.com>
6344
6345 * display.texi (Invisible Text): State default value of
6346 line-move-ignore-invisible.
6347 (Managing Overlays): Document remove-overlays.
6348 (Standard Faces): Document escape-glyph face.
6349
6350 * minibuf.texi (Reading File Names): Document read-file-name-function.
6351
6352 * modes.texi (Other Font Lock Variables):
6353 Document font-lock-lines-before.
6354
6355 * positions.texi (Skipping Characters): skip-chars-forward allows
6356 character classes.
6357
63582005-03-18 Lute Kamstra <lute@gnu.org>
6359
6360 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
6361
63622005-03-17 Richard M. Stallman <rms@gnu.org>
6363
6364 * text.texi (Undo): Document extensible undo entries.
6365
dd7b651b 6366 * searching.texi (String Search, Regexp Search): Cleanups.
b8d4c8d0
GM
6367
6368 * nonascii.texi (Character Codes): Minor fix.
6369
6370 * display.texi (Display Property): Explain the significance
6371 of having text properties that are eq.
6372 (Other Display Specs): Explain string as display spec.
6373
6374 * commands.texi (Interactive Codes): Document G option.
6375
63762005-03-17 Chong Yidong <cyd@stupidchicken.com>
6377
6378 * text.texi (Filling): Add sentence-end-without-period and
6379 sentence-end-without-space.
6380 (Changing Properties): Minor fix.
6381
6382 * anti.texi: Total rewrite.
6383
63842005-03-15 Lute Kamstra <lute@gnu.org>
6385
6386 * edebug.texi (Instrumenting Macro Calls): Fix typos.
6387
63882005-03-08 Kim F. Storm <storm@cua.dk>
6389
6390 * display.texi (Specified Space): Property :width is support on
6391 non-graphic terminals, :height is not.
6392
63932005-03-07 Richard M. Stallman <rms@gnu.org>
6394
6395 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
6396 Now subnodes of Fringes.
6397 (Overlay Arrow): Document overlay-arrow-variable-list.
6398 (Fringe Size/Pos): New node, broken out of Fringes.
6399 (Display): Explain clearing vs redisplay better.
6400 (Truncation): Clarify use of bitmaps.
6401 (The Echo Area): Clarify the uses of the echo area.
6402 Add max-mini-window-height.
6403 (Progress): Clarify.
6404 (Invisible Text): Explain that main loop moves point out.
6405 (Selective Display): Say "hidden", not "invisible".
6406 (Managing Overlays): Move up. Describe relation to Undo here.
6407 (Overlay Properties): Clarify intro.
6408 (Finding Overlays): Explain return values when nothing found.
6409 (Width): truncate-string-to-width has added arg.
6410 (Displaying Faces): Clarify and update mode line face handling.
6411 (Face Functions): Minor cleanup.
6412 (Conditional Display): Merge into Other Display Specs.
6413 (Pixel Specification, Other Display Specs): Minor cleanups.
6414 (Images, Image Descriptors): Minor cleanups.
6415 (GIF Images): Patents have expired.
6416 (Showing Images): Explain default text for insert-image.
6417 (Manipulating Button Types): Merge into Manipulating Buttons.
6418 (Making Buttons): Explain return values.
6419 (Button Buffer Commands): Add xref.
6420 (Inverse Video): Update mode-line-inverse-video.
6421 (Display Table Format): Clarify.
6422 (Active Display Table): Give defaults for window-display-table.
6423
6424 * calendar.texi (Calendar Customizing): calendar-holiday-marker
6425 and calendar-today-marker are strings, not chars.
6426 (Holiday Customizing): Minor fix.
6427
6428 * internals.texi (Writing Emacs Primitives): Update `or' example.
6429 Update limit on # args of subr.
6430
6431 * edebug.texi (Using Edebug): Arrow is in fringe.
6432 (Instrumenting): Arg to eval-defun works without loading edebug.
6433 (Edebug Execution Modes): Add xref.
6434
6435 * customize.texi (Common Keywords): Clarify :require.
6436 Mention :version here.
6437 (Variable Definitions, Group Definitions): Not here.
6438 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
6439
64402005-03-07 Chong Yidong <cyd@stupidchicken.com>
6441 * nonascii.texi (Text Representations): Clarify position-bytes.
6442 (Character Sets): Add list-charset-chars.
6443 (Scanning Charsets): Add charset-after.
6444 (Encoding and I/O): Minor fix.
6445
64462005-03-06 Richard M. Stallman <rms@gnu.org>
6447
6448 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
6449 (Resizing Windows): Likewise.
6450
6451 * text.texi (Change Hooks): Get rid of "Emacs 21".
6452
6453 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
6454
6455 * streams.texi (Output Variables): Get rid of "Emacs 21".
6456
6457 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
6458
6459 * os.texi (Translating Input): Replace flow-control example
6460 with a less obsolete example that uses `keyboard-translate'.
6461
6462 * objects.texi (Hash Table Type, Circular Objects):
6463 Get rid of "Emacs 21".
6464
6465 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
6466 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
6467
6468 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
6469
6470 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
6471
6472 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
6473 (Menu Bar): Fix when menu-bar-update-hook is called.
6474
6475 * hash.texi (Hash Tables): Get rid of "Emacs 21".
6476
6477 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
6478 and make it read better.
6479
6480 * files.texi (Writing to Files): Get rid of "Emacs 21".
6481 (Unique File Names): Likewise.
6482
6483 * elisp.texi: Update Emacs version to 22.
6484
6485 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
6486 (Overlay Properties, Face Attributes): Likewise.
6487 (Managing Overlays): Fix punctuation.
6488 (Attribute Functions): Clarify set-face-font; get rid of
6489 info about old Emacs versions.
6490 (Auto Faces, Font Lookup, Display Property, Images):
6491 Get rid of "Emacs 21".
6492
6493 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
6494
64952005-03-05 Richard M. Stallman <rms@gnu.org>
6496
6497 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
6498
64992005-03-04 Lute Kamstra <lute@gnu.org>
6500
6501 * debugging.texi (Error Debugging): Document stack-trace-on-error.
6502
65032005-03-03 Lute Kamstra <lute@gnu.org>
6504
6505 * edebug.texi (Instrumenting Macro Calls): Fix typo.
6506
65072005-03-01 Lute Kamstra <lute@gnu.org>
6508
6509 * debugging.texi (Debugger Commands): Update `j'.
6510
65112005-02-28 Lute Kamstra <lute@gnu.org>
6512
6513 * debugging.texi (Debugging): Fix typo.
6514 (Error Debugging): Document eval-expression-debug-on-error.
6515 (Function Debugging): Update example.
6516 (Using Debugger): Mention starred stack frames.
6517 (Debugger Commands): Document `j' and `l'.
6518 (Invoking the Debugger): `d' and `j' exit recursive edit too.
6519 Update the messages that the debugger displays.
6520 (Internals of Debugger): Add cross reference. Update example.
6521 (Excess Open): Minor improvement.
6522 (Excess Close): Minor improvement.
6523
65242005-02-26 Richard M. Stallman <rms@gnu.org>
6525
6526 * tips.texi (Coding Conventions): Clarify.
6527 Put all the major mode key reservations together.
6528 Mention the Mouse-1 => Mouse-2 conventions.
6529
6530 * syntax.texi (Syntax Class Table): Clarify.
6531 (Syntax Table Functions): syntax-after moved from here.
6532 (Syntax Table Internals): syntax-after moved to here.
6533 (Parsing Expressions): Update info on number of values
6534 and what's meaningful in the STATE argument.
6535 (Categories): Fix typo.
6536
6537 * sequences.texi (Arrays): Cleanup.
6538 (Char-Tables): Clarify.
6539
6540 * processes.texi (Deleting Processes): Cleanups, add xref.
6541 (Subprocess Creation): Explain nil in exec-path. Cleanup.
6542 (Process Information): set-process-coding-system, some args optional.
6543 (Input to Processes): Explain various types for PROCESS args.
6544 Rename them from PROCESS-NAME to PROCESS.
6545 (Signals to Processes): Likewise.
6546 (Decoding Output): Cleanup.
6547 (Query Before Exit): Clarify.
6548
6549 * os.texi (Startup Summary): Correct the options; add missing ones.
6550 (Terminal Output, Batch Mode): Clarify.
6551 (Flow Control): Node deleted.
6552
6553 * markers.texi (The Mark): Clarify.
6554
6555 * macros.texi (Expansion): Cleanup.
6556 (Indenting Macros): indent-spec allows ints, not floats.
6557
6558 * keymaps.texi (Keymaps): Clarify.
6559 (Format of Keymaps): Update lisp-mode-map example.
6560 (Active Keymaps, Key Lookup): Clarify.
6561 (Changing Key Bindings): Add xref to `kbd'.
6562 (Key Binding Commands, Simple Menu Items): Clarify.
6563 (Mouse Menus, Menu Bar): Clarify.
6564 (Menu Example): Replace print example with menu-bar-replace-menu.
6565
6566 * help.texi (Documentation Basics): Add function-documentation prop.
6567
6568 * elisp.texi (Top): Don't refer to Flow Control node.
6569
6570 * commands.texi (Command Overview): Improve xrefs.
6571 (Adjusting Point): Adjusting point applies to intangible and invis.
6572 (Key Sequence Input): Doc extra read-key-sequence args.
6573 Likewise for read-key-sequence-vector.
6574
6575 * backups.texi (Rename or Copy): Minor fix.
6576 (Numbered Backups): For version-control, say the default.
6577 (Auto-Saving): make-auto-save-file-name example is simplified.
6578
6579 * advice.texi (Advising Functions): Don't imply one part of Emacs
6580 should advise another part. Markup changes.
6581 (Defining Advice): Move transitional para.
6582 (Activation of Advice): Cleanup.
6583 Explain if COMPILE is nil or negative.
6584
6585 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
6586
65872005-02-24 Lute Kamstra <lute@gnu.org>
6588
6589 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
6590 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
6591
65922005-02-23 Lute Kamstra <lute@gnu.org>
6593
6594 * modes.texi (Defining Minor Modes): define-minor-mode can be used
6595 to define global minor modes as well.
6596
6597 * display.texi (Managing Overlays): overlay-buffer returns nil for
6598 deleted overlays.
6599
66002005-02-22 Kim F. Storm <storm@cua.dk>
6601
6602 * minibuf.texi (Basic Completion): Allow symbols in addition to
6603 strings in try-completion and all-completions.
6604
66052005-02-14 Lute Kamstra <lute@gnu.org>
6606
6607 * elisp.texi (Top): Remove reference to deleted node.
6608
6609 * lists.texi (Lists): Remove reference to deleted node.
6610 (Cons Cells): Fix typo.
6611
6612 * loading.texi (Where Defined): Fix typo.
6613
66142005-02-14 Richard M. Stallman <rms@gnu.org>
6615
6616 * variables.texi (Creating Buffer-Local): change-major-mode-hook
6617 is useful for discarding some minor modes.
6618
6619 * symbols.texi (Symbol Components): Reorder examples.
6620
6621 * streams.texi (Input Functions): State standard-input default.
6622 (Output Variables): State standard-output default.
6623
6624 * objects.texi (Printed Representation): Clarify read syntax vs print.
6625 (Floating Point Type): Explain meaning better.
6626 (Symbol Type): Explain uniqueness better.
6627 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
6628 List examples sooner.
6629 (Box Diagrams): New subnode broken out.
6630 Some examples moved from old Lists as Boxes node.
6631 (Dotted Pair Notation): Clarify intro.
6632 (Array Type): Clarify.
6633 (Type Predicates): Add hash-table-p.
6634
6635 * numbers.texi (Integer Basics): Clarify radix explanation.
6636 (Predicates on Numbers): Minor clarification.
6637 (Comparison of Numbers): Minor clarification. Clarify eql.
6638 Typos in min, max.
6639 (Math Functions): Clarify overflow in expt.
6640
6641 * minibuf.texi (Text from Minibuffer): Minor clarification.
6642 Mention arrow keys.
6643
6644 * loading.texi (Autoload): defun's doc string overrides autoload's
6645 doc string.
6646 (Repeated Loading): Modernize "add to list" examples.
6647 (Where Defined): Finish updating table of load-history elts.
6648
6649 * lists.texi (List-related Predicates): Minor wording improvement.
6650 (Lists as Boxes): Node deleted.
6651 (Building Lists): Explain trivial cases of number-sequence.
6652
6653 * hash.texi (Hash Tables): Add desc to menu items.
10d1d0af 6654 (Creating Hash): Explain "full" means "make larger".
b8d4c8d0
GM
6655 (Hash Access): Any object can be a key.
6656 State value of maphash.
6657
6658 * functions.texi (What Is a Function): Wording cleanup.
6659 (Function Documentation): Minor cleanup.
6660 Explain purpose of calling convention at end of doc string.
6661 (Function Names): Wording cleanup.
6662 (Calling Functions): Wording cleanup.
6663 Explain better how funcall calls the function.
6664 (Function Cells): Delete example of saving and redefining function.
6665
6666 * control.texi (Combining Conditions): Wording cleanup.
6667 (Iteration): dolist and dotimes bind VAR locally.
6668 (Cleanups): Xref to Atomic Changes.
6669
6670 * compile.texi (Byte Compilation): Delete 19.29 info.
6671 (Compilation Functions): Macros' difficulties don't affect defsubst.
6672 (Docs and Compilation): Delete 19.29 info.
6673
66742005-02-10 Richard M. Stallman <rms@gnu.org>
6675
6676 * objects.texi (Symbol Type): Minor correction.
6677
66782005-02-06 Lute Kamstra <lute@gnu.org>
6679
6680 * modes.texi (Example Major Modes): Fix typos.
6681
66822005-02-06 Richard M. Stallman <rms@gnu.org>
6683
6684 * text.texi (Margins): fill-nobreak-predicate can be one function.
6685
6686 * strings.texi (Modifying Strings): clear-string can make unibyte.
6687 (Formatting Strings): format gives error if values missing.
6688
6689 * positions.texi (Character Motion): Mention default arg
6690 for forward-char. backward-char refers to forward-char.
6691 (Word Motion): Mention default arg for forward-word.
6692 (Buffer End Motion): Mention default arg for beginning-of-buffer.
6693 Simplify end-of-buffer.
6694 (Text Lines): Mention default arg for forward-line.
6695 (List Motion): Mention default arg for beginning/end-of-defun.
6696 (Skipping Characters): Minor fixes in explaining character-set.
6697
6698 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
6699 Mode inheritance applies only when default-major-mode is nil.
6700 Clarifications.
6701 (Example Major Modes): Update Text mode and Lisp mode examples.
6702 (Minor Mode Conventions): Mention define-minor-mode at top.
6703 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
6704 (Mode Line Format): Update mode line face display info.
6705 (Properties in Mode): Mention effect of risky vars.
6706 (Imenu): Define imenu-add-to-menubar.
6707 (Font Lock Mode): Add descriptions to menu lines.
6708 (Faces for Font Lock): Add font-lock-doc-face.
6709
67102005-02-05 Lute Kamstra <lute@gnu.org>
6711
6712 * text.texi (Maintaining Undo): Remove obsolete function.
6713
67142005-02-05 Eli Zaretskii <eliz@gnu.org>
6715
6716 * frames.texi (Color Names): Add pointer to the X docs about RGB
c4cc8b9a 6717 color specifications. Improve indexing.
b8d4c8d0
GM
6718 (Text Terminal Colors): Replace the description of RGB values by
6719 an xref to "Color Names".
6720
67212005-02-03 Richard M. Stallman <rms@gnu.org>
6722
6723 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
6724 Clarify.
6725 (Selecting Windows): Clarify save-selected-window.
6726 (Cyclic Window Ordering): Clarify walk-windows.
6727 (Window Point): Clarify.
6728 (Window Start): Add comment to example.
6729 (Resizing Windows): Add `interactive' specs in examples.
6730 Document fit-window-to-buffer.
6731
6732 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
6733 (Undo, Maintaining Undo): Clarify last change.
6734 (Sorting): In sort-numeric-fields, explain about octal and hex.
6735 Mention sort-numeric-base.
6736 (Format Properties): Add xref for hard newlines.
6737
6738 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
6739 (Pop-Up Menus): Fix typo.
6740 (Color Names): Explain all types of color names.
6741 Explain color-values on B&W terminal.
6742 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
6743
6744 * files.texi (File Locks): Not supported on MS systems.
6745 (Testing Accessibility): Clarify.
6746
6747 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
6748 (Coverage Testing): Fix typo.
6749
6750 * commands.texi (Misc Events): Remove stray space.
6751
6752 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
6753 (Modification Time): Clarify when visited-file-modtime returns 0.
6754 (The Buffer List): Clarify bury-buffer.
6755 (Killing Buffers): Clarify.
6756 (Indirect Buffers): Add clone-indirect-buffer.
6757
67582005-02-02 Matt Hodges <MPHodges@member.fsf.org>
6759
6760 * edebug.texi (Printing in Edebug): Fix default value of
6761 edebug-print-circle.
6762 (Coverage Testing): Fix displayed frequency count data.
6763
67642005-02-02 Luc Teirlinck <teirllm@auburn.edu>
6765
6766 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
6767
67682005-02-02 Kim F. Storm <storm@cua.dk>
6769
6770 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
6771
67722005-01-29 Eli Zaretskii <eliz@gnu.org>
6773
6774 * commands.texi (Misc Events): Describe the help-echo event.
6775
6776 * text.texi (Special Properties) <help-echo>: Use `pos'
6777 consistently in description of the help-echo property.
6778 Use @code{nil} instead of @var{nil}.
6779
6780 * display.texi (Overlay Properties): Fix the index entry for
6781 help-echo overlay property.
6782
6783 * customize.texi (Type Keywords): Uncomment the xref to the
6784 help-echo property documentation.
6785
67862005-01-23 Kim F. Storm <storm@cua.dk>
6787
6788 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
6789 return value. Third element FULLY replaced by PARTIAL which
6790 specifies number of invisible pixels if row is only partially visible.
6791 (Textual Scrolling): Mention auto-window-vscroll.
6792 (Vertical Scrolling): New defvar auto-window-vscroll.
6793
67942005-01-16 Luc Teirlinck <teirllm@auburn.edu>
6795
6796 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
6797 command remapping.
6798
67992005-01-15 Richard M. Stallman <rms@gnu.org>
6800
6801 * display.texi (Defining Images): Mention DATA-P arg of create-image.
6802
68032005-01-14 Kim F. Storm <storm@cua.dk>
6804
6805 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
6806
6807 * text.texi (Links and Mouse-1): Fix string and vector item.
6808
68092005-01-13 Richard M. Stallman <rms@gnu.org>
6810
6811 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
6812 descriptions of overriding-local-map and overriding-terminal-local-map.
6813
6814 * text.texi (Links and Mouse-1): Clarify text.
6815
68162005-01-13 Kim F. Storm <storm@cua.dk>
6817
6818 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
6819
68202005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
6821
6822 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
6823
68242005-01-12 Kim F. Storm <storm@cua.dk>
6825
6826 * text.texi (Links and Mouse-1): Rename section from Enabling
6827 Mouse-1 to Following Links. Change xrefs.
6828 Add examples for define-button-type and define-widget.
6829
6830 * display.texi (Button Properties, Button Buffer Commands):
6831 Clarify mouse-1 and follow-link functionality.
6832
68332005-01-12 Richard M. Stallman <rms@gnu.org>
6834
6835 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
6836
6837 * display.texi (Beeping): Fix Texinfo usage.
6838
6839 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
6840
68412005-01-11 Kim F. Storm <storm@cua.dk>
6842
6843 * display.texi (Button Properties, Button Buffer Commands):
6844 Mention mouse-1 binding. Add follow-link keyword.
6845
6846 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
6847 (Enabling Mouse-1 to Follow Links): New subsection.
6848
68492005-01-06 Richard M. Stallman <rms@gnu.org>
6850
6851 * text.texi (Special Properties): Minor change.
6852
6853 * os.texi (Timers): Clarify previous change.
6854
6855 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
6856
68572005-01-01 Luc Teirlinck <teirllm@auburn.edu>
6858
6859 * display.texi (Face Attributes): Correct xref to renamed node.
6860
68612005-01-01 Richard M. Stallman <rms@gnu.org>
6862
6863 * display.texi (Face Attributes): Describe hex color specs.
6864
68652004-12-31 Richard M. Stallman <rms@gnu.org>
6866
6867 * os.texi (Timers): Update previous change.
6868
68692004-12-30 Kim F. Storm <storm@cua.dk>
6870
6871 * display.texi (Line Height): Total line-height is now specified
6872 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
6873 in cons cells. (nil . RATIO) is relative to actual line height.
6874 Use line-height `t' instead of `0' to get minimum height.
6875
68762004-12-29 Richard M. Stallman <rms@gnu.org>
6877
6878 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
6879
68802004-12-28 Richard M. Stallman <rms@gnu.org>
6881
6882 * commands.texi (Quitting): Clarify value of with-local-quit.
6883
6884 * elisp.texi (Top): Fix previous change.
6885
6886 * loading.texi (Loading): Fix previous change.
6887
68882004-12-27 Richard M. Stallman <rms@gnu.org>
6889
6890 * Makefile.in (MAKEINFO): Specify --force.
6891
6892 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
6893
6894 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
6895
6896 * display.texi (Line Height): Further clarify.
6897
6898 * elisp.texi (Top): Update Loading submenu.
6899
6900 * loading.texi (Where Defined): New node.
6901 (Unloading): load-history moved to Where Defined.
6902
69032004-12-21 Richard M. Stallman <rms@gnu.org>
6904
6905 * commands.texi (Event Input Misc): Add while-no-input.
6906
69072004-12-11 Richard M. Stallman <rms@gnu.org>
6908
6909 * display.texi (Line Height): Rewrite text for clarity.
6910
69112004-12-11 Kim F. Storm <storm@cua.dk>
6912
6913 * display.texi (Display): Add node "Line Height" to menu.
6914 (Line Height): New node. Move full description of line-spacing
6915 and line-height text properties here from text.texi.
6916 (Scroll Bars): Add vertical-scroll-bar variable.
6917
6918 * frames.texi (Window Frame Parameters): Remove line-height defvar.
6919
6920 * locals.texi (Standard Buffer-Local Variables): Fix xref for
6921 line-spacing and vertical-scroll-bar.
6922
6923 * text.texi (Special Properties): Just mention line-spacing and
6924 line-height here, add xref to new "Line Height" node.
6925
69262004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
6927
6928 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
6929
6930 * locals.texi (Standard Buffer-Local Variables):
6931 Add @xref for `line-spacing'.
6932
69332004-12-05 Richard M. Stallman <rms@gnu.org>
6934
6935 * Makefile.in (maintainer-clean): Remove the info files
6936 in $(infodir) where they are created.
6937
69382004-12-03 Richard M. Stallman <rms@gnu.org>
6939
6940 * windows.texi (Selecting Windows): get-lru-window and
6941 get-largest-window don't consider dedicated windows.
6942
6943 * text.texi (Undo): Document undo-in-progress.
6944
69452004-11-26 Richard M. Stallman <rms@gnu.org>
6946
6947 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
6948 Remove a few vars that are not always buffer-local.
6949
69502004-11-24 Luc Teirlinck <teirllm@auburn.edu>
6951
6952 * locals.texi (Standard Buffer-Local Variables): Comment out
6953 xref's to non-existent node `Yet to be written'.
6954
69552004-11-24 Richard M. Stallman <rms@gnu.org>
6956
6957 * processes.texi (Synchronous Processes): Grammar fix.
6958
6959 * numbers.texi (Comparison of Numbers): Add eql.
6960
6961 * locals.texi (Standard Buffer-Local Variables): Add many vars.
6962
6963 * intro.texi (Printing Notation): Fix previous change.
6964
6965 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
6966 and default-indicate-buffer-boundaries from here.
6967 (Usual Display): To here.
6968 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
6969 (Usual Display): Move tab-width up.
6970
5dcb4c4e
SM
6971 * customize.texi (Variable Definitions):
6972 Replace show-paren-mode example with tooltip-mode.
b8d4c8d0
GM
6973 (Simple Types, Composite Types, Defining New Types):
6974 Minor cleanups.
6975
69762004-11-21 Jesper Harder <harder@ifa.au.dk>
6977
6978 * processes.texi (Synchronous Processes, Output from Processes):
6979 Markup fix.
6980
69812004-11-20 Richard M. Stallman <rms@gnu.org>
6982
6983 * positions.texi (Skipping Characters): skip-chars-forward
6984 now handles char classes.
6985
6986 * intro.texi (Printing Notation): Avoid confusion of `print'
6987 when explaining @print.
6988
6989 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
6990
6991 * display.texi (Display Table Format): Minor fix.
6992
6993 * streams.texi (Output Functions): Fix print example.
6994
6995 * Makefile.in (elisp): New target.
6996 (dist): Depend on $(infodir)/elisp, not elisp.
6997 Copy the info files from $(infodir).
6998
6999 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
7000 read-from-minibuffer.
7001
7002 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
7003
70042004-11-19 Richard M. Stallman <rms@gnu.org>
7005
7006 * searching.texi (Regexp Search): Add search-whitespace-regexp.
7007
70082004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
7009
7010 * tips.texi (Coding Conventions): Fix typo.
7011
70122004-11-16 Richard M. Stallman <rms@gnu.org>
7013
7014 * tips.texi (Coding Conventions): Separate defvar and require
7015 methods to avoid warnings. Use require only when there are many
7016 functions and variables from that package.
7017
7018 * minibuf.texi (Minibuffer Completion): When ignoring case,
7019 predicate must not be case-sensitive.
7020
7021 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
7022 (Test Coverage): Don't talk about "splotches". Clarified.
7023
70242004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
7025
7026 * frames.texi (Window Frame Parameters): Fix typo.
7027
70282004-11-15 Kim F. Storm <storm@cua.dk>
7029
7030 * symbols.texi (Other Plists): Note that plist-get may signal error.
7031 Add safe-plist-get.
7032
70332004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
7034
7035 * modes.texi (Font Lock Basics): Fix typo.
7036
70372004-11-08 Richard M. Stallman <rms@gnu.org>
7038
7039 * syntax.texi (Syntax Table Functions): Add syntax-after.
7040
70412004-11-06 Lars Brinkhoff <lars@nocrew.org>
7042
7043 * os.texi (Processor Run Time): New section documenting
7044 get-internal-run-time.
7045
70462004-11-06 Eli Zaretskii <eliz@gnu.org>
7047
7048 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
7049 it nukes elisp-cover.texi.
7050 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
7051 elisp-0 etc.
7052
70532004-11-05 Luc Teirlinck <teirllm@auburn.edu>
7054
7055 * commands.texi (Keyboard Macros): Document `append' return value
7056 of `defining-kbd-macro'.
7057
70582004-11-01 Richard M. Stallman <rms@gnu.org>
7059
7060 * commands.texi (Interactive Call): Add called-interactively-p.
7061
70622004-10-29 Simon Josefsson <jas@extundo.com>
7063
7064 * minibuf.texi (Reading a Password): Revert.
7065
70662004-10-28 Richard M. Stallman <rms@gnu.org>
7067
7068 * frames.texi (Display Feature Testing): Explain about "vendor".
7069
70702004-10-27 Richard M. Stallman <rms@gnu.org>
7071
7072 * commands.texi (Interactive Codes): `N' uses numeric prefix,
7073 not raw. Clarify `n'.
7074 (Interactive Call): Rewrite interactive-p, focusing on when
7075 and how to use it.
7076 (Misc Events): Clarify previous change.
7077
7078 * advice.texi (Simple Advice): Clarify what job the example does.
7079 (Around-Advice): Clarify ad-do-it.
7080 (Activation of Advice): An option of ad-default-compilation-action
7081 is `never', not `nil'.
7082
70832004-10-26 Kim F. Storm <storm@cua.dk>
7084
7085 * commands.texi (Interactive Codes): Add U code letter.
7086
70872004-10-25 Simon Josefsson <jas@extundo.com>
7088
7089 * minibuf.texi (Reading a Password): Add.
7090
70912004-10-24 Jason Rumney <jasonr@gnu.org>
7092
7093 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
7094 and wheel-down.
7095
70962004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
7097
7098 * processes.texi (Synchronous Processes): Document process-file.
7099
71002004-10-22 Kenichi Handa <handa@m17n.org>
7101
7102 * text.texi (translate-region): Document that it accepts also a
7103 char-table.
7104
71052004-10-22 David Ponce <david@dponce.com>
7106
7107 * windows.texi (Resizing Windows): Document the `preserve-before'
7108 argument of the functions `enlarge-window' and `shrink-window'.
7109
71102004-10-19 Jason Rumney <jasonr@gnu.org>
7111
7112 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
7113
71142004-10-09 Luc Teirlinck <teirllm@auburn.edu>
7115
7116 * text.texi (Filling): Add anchor for definition of
7117 `sentence-end-double-space'.
7118
7119 * searching.texi (Regexp Example): Update description of how
7120 Emacs currently recognizes the end of a sentence.
7121 (Standard Regexps): Update definition of the variable
7122 `sentence-end'. Add definition of the function `sentence-end'.
7123
71242004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
7125
7126 * display.texi (Progress): New node.
7127
71282004-10-05 Kim F. Storm <storm@cua.dk>
7129
7130 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
7131
71322004-09-29 Kim F. Storm <storm@cua.dk>
7133
7134 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
7135 to identify bitmaps. Remove -fringe-bitmap suffix for standard
7136 fringe bitmap symbols, as they now have their own namespace.
7137 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
7138 vs. pixels. Signal error if no free bitmap slots.
7139 (Pixel Specification): Change IMAGE to @var{image}.
7140
71412004-09-28 Richard M. Stallman <rms@gnu.org>
7142
7143 * text.texi (Special Properties): Clarify line-spacing and line-height.
7144
7145 * searching.texi (Regexp Search): Add looking-back.
7146
71472004-09-25 Luc Teirlinck <teirllm@auburn.edu>
7148
7149 * display.texi: Correct typos.
7150 (Image Descriptors): Correct xref's.
7151
71522004-09-25 Richard M. Stallman <rms@gnu.org>
7153
7154 * text.texi (Special Properties): Cleanups in `cursor'.
7155 Rewrites in `line-height' and `line-spacing'; exchange them.
7156
7157 * display.texi (Fringes): Rewrite previous change.
7158 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
7159 (Display Fringe Bitmaps): Node deleted, text moved.
7160 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
7161 (Scroll Bars): Clarify set-window-scroll-bars.
7162 (Pointer Shape): Rewrite.
7163 (Specified Space): Clarify :align-to, etc.
7164 (Pixel Specification): Use @var. Clarify new text.
7165 (Other Display Specs): Clarify `slice'.
7166 (Image Descriptors): Cleanups.
7167 (Showing Images): Cleanups.
7168
71692004-09-24 Luc Teirlinck <teirllm@auburn.edu>
7170
7171 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
7172
7173 * modes.texi: Various minor changes in addition to:
7174 (Major Mode Conventions): Final call to `run-mode-hooks' should
7175 not be inside the `delay-mode-hooks' form.
7176 (Mode Hooks): New node.
7177 (Hooks): Delete obsolete example.
7178 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
7179 node "Mode Hooks".
7180
71812004-09-22 Luc Teirlinck <teirllm@auburn.edu>
7182
7183 * display.texi: Correct various typos.
7184 (Display): Rename node "Pointer Shapes" to "Pointer
7185 Shape". (There is already a node called "Pointer Shapes" in
7186 frames.texi.)
7187 (Images): Remove non-existent node "Image Slices" from menu.
7188
71892004-09-23 Kim F. Storm <storm@cua.dk>
7190
7191 * text.texi (Special Properties): Add `cursor', `pointer',
7192 `line-height', and `line-spacing' properties.
7193
7194 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
7195 Shapes' to menu.
7196 (Standard Faces): Doc fix for fringe face.
7197 (Fringes): Add `overflow-newline-into-fringe' and
7198 'indicate-buffer-boundaries'.
7199 (Fringe Bitmaps, Pointer Shapes): New nodes.
7200 (Display Property): Add 'Pixel Specification' and 'Display Fringe
7201 Bitmaps' to menu.
7202 (Specified Space): Describe pixel width and height.
7203 (Pixel Specification): New node.
7204 (Other Display Specs): Add `slice' property.
7205 (Display Fringe Bitmaps): New node.
7206 (Images): Add 'Image Slices' to menu.
7207 (Image Descriptors): Add `:pointer' and `:map' properties.
5dcb4c4e
SM
7208 (Showing Images): Add slice arg to `insert-image'.
7209 Add 'insert-sliced-image'.
b8d4c8d0
GM
7210
72112004-09-20 Richard M. Stallman <rms@gnu.org>
7212
7213 * commands.texi (Key Sequence Input):
7214 Clarify downcasing in read-key-sequence.
7215
72162004-09-08 Juri Linkov <juri@jurta.org>
7217
7218 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
7219
72202004-09-07 Luc Teirlinck <teirllm@auburn.edu>
7221
5dcb4c4e
SM
7222 * locals.texi (Standard Buffer-Local Variables):
7223 Add `buffer-auto-save-file-format'.
b8d4c8d0
GM
7224 * internals.texi (Buffer Internals): Describe new
7225 auto_save_file_format field of the buffer structure.
7226 * files.texi (Format Conversion): `auto-save-file-format' has been
7227 renamed `buffer-auto-save-file-format'.
7228
72292004-08-27 Luc Teirlinck <teirllm@auburn.edu>
7230
7231 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
7232 an integer or a marker.
7233 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
7234
72352004-08-22 Richard M. Stallman <rms@gnu.org>
7236
7237 * modes.texi (Major Mode Conventions): Discuss rebinding of
7238 standard key bindings.
7239
72402004-08-18 Kim F. Storm <storm@cua.dk>
7241
7242 * processes.texi (Accepting Output): Add `just-this-one' arg to
7243 `accept-process-output'.
7244 (Output from Processes): New var `process-adaptive-read-buffering'.
7245
72462004-08-10 Luc Teirlinck <teirllm@auburn.edu>
7247
7248 * keymaps.texi: Various changes in addition to:
7249 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
7250 Give more varied examples for `kbd'.
7251 (Creating Keymaps): Char tables have slots for all characters
7252 without modifiers.
7253 (Active Keymaps): `overriding-local-map' and
7254 `overriding-terminal-local-map' also override text property and
7255 overlay keymaps.
7256 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
7257 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
7258 to denote a prefix of no events.
7259 `map-keymap' includes parent's bindings _recursively_.
7260 Clarify and correct description of `where-is-internal'.
7261 Mention BUFFER-OR-NAME arg to `describe-bindings'.
7262 (Menu Example): For menus intended for use with the keyboard, the
7263 menu items should be bound to characters or real function keys.
7264
72652004-08-08 Luc Teirlinck <teirllm@auburn.edu>
7266
7267 * objects.texi (Character Type): Reposition `@anchor' to prevent
7268 double space inside sentence in Info.
7269
7270 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
7271 renamed to `disabled-command-function'.
7272 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
7273 (Command Loop Info): Replace reference to it.
7274 (Disabling Commands): `disabled-command-hook' has been renamed to
7275 `disabled-command-function'.
7276
72772004-08-07 Luc Teirlinck <teirllm@auburn.edu>
7278
7279 * os.texi (Translating Input): Only non-prefix bindings in
7280 `key-translation-map' override actual key bindings. Warn about
7281 possible indirect effect of actual key bindings on non-prefix
7282 bindings in `key-translation-map'.
7283
72842004-08-06 Luc Teirlinck <teirllm@auburn.edu>
7285
7286 * minibuf.texi (High-Level Completion): Add anchor for definition
7287 of `read-variable'.
7288
7289 * commands.texi: Various changes in addition to:
7290 (Using Interactive): Clarify description of `interactive-form'.
7291 (Interactive Call): Mention default for KEYS argument to
7292 `call-interactively'.
7293 (Command Loop Info): Clarify description of `this-command-keys'.
7294 Mention KEEP-RECORD argument to `clear-this-command-keys'.
7295 Value of `last-event-frame' can be `macro'.
7296 (Repeat Events): `double-click-fuzz' is also used to distinguish
7297 clicks and drags.
7298 (Classifying Events): Clarify descriptions of `event-modifiers'
7299 `event-basic-type' and `event-convert-list'.
7300 (Accessing Events): `posn-timestamp' takes POSITION argument.
7301 (Quoted Character Input): Clarify description of
7302 `read-quoted-char' and fix example.
7303 (Quitting): Add `with-local-quit'.
7304 (Disabling Commands): Correct and clarify descriptions of
7305 `enable-command' and `disable-command'.
7306 Mention what happens if `disabled-command-hook' is nil.
7307 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
7308 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
7309
73102004-07-24 Luc Teirlinck <teirllm@auburn.edu>
7311
7312 * frames.texi: Various changes in addition to:
7313 (Creating Frames): Expand and clarify description of `make-frame'.
7314 (Window Frame Parameters): Either none or both of the `icon-left'
7315 and `icon-top' parameters must be specified. Put descriptions of
7316 `menu-bar-lines' and `toolbar-lines' closer together and change
7317 them accordingly.
7318 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
7319 except while processing `frame-title-format' or `icon-title-format'.
7320 (Deleting Frames): Correct description of `delete-frame'.
7321 Non-nil return values of `frame-live-p' are like those of `framep'.
7322 (Frames and Windows): Mention return value of
7323 `set-frame-selected-window'.
7324 (Visibility of Frames): Mention `force' argument to
7325 `make-frame-invisible'. `frame-visible-p' returns t for all
7326 frames on text-only terminals.
7327 (Frame Configurations): Restoring a frame configuration does not
7328 restore deleted frames.
7329 (Window System Selections): `x-set-selection' returns DATA.
7330 (Resources): Add example.
7331 (Display Feature Testing): Clarify descriptions of
7332 `display-pixel-height', `display-pixel-width', `x-server-version'
7333 and `x-server-vendor'.
7334
7335 * windows.texi (Choosing Window): Add anchor.
7336 * minibuf.texi (Minibuffer Misc): Add anchor.
7337
73382004-07-23 John Paul Wallington <jpw@gnu.org>
7339
7340 * macros.texi (Defining Macros): Declaration keyword for setting
7341 Edebug spec is `debug' not `edebug'.
7342
73432004-07-19 Luc Teirlinck <teirllm@auburn.edu>
7344
7345 * windows.texi: Various small changes in addition to:
7346 (Window Point): Mention return value of `set-window-point'.
7347 (Window Start): `pos-visible-in-window-p' disregards horizontal
7348 scrolling. Explain return value if PARTIALLY is non-nil.
7349 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
7350 and `set-window-vscroll'.
7351 (Size of Window): The argument WINDOW to `window-inside-edges',
7352 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
7353 (Resizing Windows): Explain return value of
7354 `shrink-window-if-larger-than-buffer'.
7355 `window-size-fixed' automatically becomes buffer local when set.
7356 (Window Configurations): Explain return value of
7357 `set-window-configuration'.
7358
7359 * minibuf.texi (Minibuffer Misc): Add anchor for
7360 `minibuffer-scroll-window'.
7361
7362 * positions.texi (Text Lines): Add anchor for `count-lines'.
7363
73642004-07-17 Richard M. Stallman <rms@gnu.org>
7365
7366 * display.texi (Overlay Properties): Adding `evaporate' prop
7367 deletes empty overlay immediately.
7368
7369 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
7370 fix example.
7371
73722004-07-16 Jim Blandy <jimb@redhat.com>
7373
7374 * searching.texi (Regexp Backslash): Document new \_< and \_>
7375 operators.
7376
73772004-07-16 Juanma Barranquero <lektu@terra.es>
7378
7379 * display.texi (Images): Fix Texinfo usage.
7380
73812004-07-14 Luc Teirlinck <teirllm@auburn.edu>
7382
7383 * buffers.texi (Modification Time): `visited-file-modtime' now
7384 returns a list of two integers, instead of a cons.
7385
73862004-07-13 Luc Teirlinck <teirllm@auburn.edu>
7387
7388 * windows.texi: Various changes in addition to:
7389 (Splitting Windows): Add `split-window-keep-point'.
7390
73912004-07-09 Richard M. Stallman <rms@gnu.org>
7392
7393 * frames.texi (Input Focus): Minor fix.
7394
73952004-07-07 Luc Teirlinck <teirllm@auburn.edu>
7396
7397 * frames.texi (Input Focus): Clarify descriptions of
7398 `select-frame-set-input-focus' and `select-frame'.
7399
74002004-07-06 Luc Teirlinck <teirllm@auburn.edu>
7401
7402 * os.texi: Various small changes in addition to:
7403 (Killing Emacs): Expand and clarify description of
7404 `kill-emacs-query-functions' and `kill-emacs-hook'.
7405 (System Environment): Expand and clarify description of `getenv'
7406 and `setenv'.
7407 (Timers): Clarify description of `run-at-time'.
7408 (Translating Input): Correct description of
7409 `extra-keyboard-modifiers'.
7410 (Flow Control): Correct description of `enable-flow-control'.
7411
74122004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
7413
7414 * os.texi: Update copyright.
7415 (Session Management): Grammar fix.
7416 Clarify which Emacs does the restarting.
7417 Use @samp for *scratch* buffer.
7418
74192004-07-04 Alan Mackenzie <acm@muc.de>
7420
7421 * frames.texi (Input Focus): Add documentation for
7422 `select-frame-set-input-focus'. Replace refs to non-existent
7423 `switch-frame' with `select-frame'. Minor corrections and tidying
7424 up of text-only terminal stuff.
7425
74262004-07-02 Richard M. Stallman <rms@gnu.org>
7427
7428 * files.texi (Saving Buffers): Cleanup write-contents-function.
7429 (Magic File Names): Cleanup file-remote-p.
7430
b344d29d 74312004-07-02 Kai Großjohann <kai@emptydomain.de>
b8d4c8d0
GM
7432
7433 * files.texi (Magic File Names): `file-remote-p' returns an
7434 identifier of the remote system, not just t.
7435
74362004-07-02 David Kastrup <dak@gnu.org>
7437
7438 * searching.texi (Entire Match Data): Add explanation about new
7439 match-data behavior when @var{integers} is non-nil.
7440
74412004-06-24 Richard M. Stallman <rms@gnu.org>
7442
7443 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
7444
7445 * customize.texi (Variable Definitions): Note about doc strings
7446 and :set.
7447
7448 * keymaps.texi (Keymap Terminology): Document `kbd'.
7449 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
7450
7451 * display.texi (Invisible Text): Setting buffer-invisibility-spec
7452 makes it buffer-local.
7453
7454 * files.texi (Saving Buffers): Correct previous change.
7455
7456 * commands.texi (Accessing Events):
7457 Clarify posn-col-row and posn-actual-col-row.
7458
74592004-06-24 David Ponce <david.ponce@wanadoo.fr>
7460
7461 * commands.texi (Accessing Events): New functions
7462 posn-at-point and posn-at-x-y. Add example to posn-x-y.
7463
74642004-06-23 Luc Teirlinck <teirllm@auburn.edu>
7465
7466 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
7467 * frames.texi, buffers.texi, backups.texi, variables.texi:
7468 * loading.texi, eval.texi, functions.texi, control.texi:
7469 * symbols.texi, minibuf.texi: Reposition @anchor's.
7470
7471 * help.texi: Various small changes in addition to the following.
7472 (Describing Characters): Describe PREFIX argument to
7473 `key-description'. Correct and clarify definition of
7474 `text-char-description'. Describe NEED-VECTOR argument to
7475 `read-kbd-macro'.
7476 (Help Functions): Clarify definition of `apropos'.
7477
74782004-06-23 Lars Hansen <larsh@math.ku.dk>
7479
7480 * files.texi (Saving Buffers): Correct description of
7481 `write-contents-functions'.
7482
74832004-06-21 Juanma Barranquero <lektu@terra.es>
7484
7485 * display.texi (Images): Remove redundant @vindex directives.
7486 Rewrite `image-library-alist' doc in active voice.
7487
74882004-06-14 Juanma Barranquero <lektu@terra.es>
7489
7490 * display.texi (Images): Document new delayed library loading,
7491 variable `image-library-alist' and (existing but undocumented)
7492 function `image-type-available-p'.
7493
74942004-06-05 Richard M. Stallman <rms@gnu.org>
7495
7496 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
7497 refer the user to the Initial Input node.
7498 (Text from Minibuffer): Likewise.
7499 (Initial Input): New node. Document this feature
7500 and say it is mostly deprecated.
7501
75022004-05-30 Richard M. Stallman <rms@gnu.org>
7503
7504 * loading.texi (Named Features): Clarify return value
7505 and meaning of NOERROR.
7506
7507 * variables.texi (File Local Variables): Minor cleanup.
7508
75092004-05-30 Michael Albinus <michael.albinus@gmx.de>
7510
7511 * files.texi (Magic File Names): Add `file-remote-p' as operation
7512 of file name handlers.
7513
75142004-05-29 Richard M. Stallman <rms@gnu.org>
7515
7516 * modes.texi (Minor Mode Conventions): (-) has no special meaning
7517 as arg to a minor mode command.
7518
75192004-05-22 Richard M. Stallman <rms@gnu.org>
7520
7521 * syntax.texi (Syntax Class Table): Word syntax not just for English.
7522
7523 * streams.texi (Output Variables): Doc float-output-format.
7524
7525 * searching.texi (Regexp Special): Nested repetition can be infloop.
7526
7527 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
7528 real stack overflow.
7529
7530 * compile.texi: Minor cleanups.
7531
75322004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
7533
7534 * lists.texi (Cons Cells): Explain dotted lists, true lists,
7535 circular lists.
7536 (List Elements): Explain handling of circular and dotted lists.
7537
75382004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
7539
7540 * modes.texi (Search-based Fontification): Fix typo.
7541
75422004-05-10 Juanma Barranquero <lektu@terra.es>
7543
7544 * modes.texi (Mode Line Variables): Fix description of
7545 global-mode-string, which is now after which-func-mode, not the
7546 buffer name.
7547
75482004-05-07 Lars Hansen <larsh@math.ku.dk>
7549
7550 * modes.texi (Desktop Save Mode): Add.
7551 (Modes): Add menu entry Desktop Save Mode.
7552
7553 * hooks.texi: Add desktop-after-read-hook,
7554 desktop-no-desktop-file-hook and desktop-save-hook.
7555
7556 * locals.texi: Add desktop-save-buffer.
7557
75582004-04-30 Jesper Harder <harder@ifa.au.dk>
7559
7560 * display.texi: emacs -> Emacs.
7561
75622004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
7563
7564 * files.texi (Changing Files): Document set-file-times.
7565
75662004-04-23 Juanma Barranquero <lektu@terra.es>
7567
7568 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
7569
75702004-04-18 Jesper Harder <harder@ifa.au.dk>
7571
7572 * tips.texi (Coding Conventions): defopt -> defcustom.
7573
75742004-04-16 Luc Teirlinck <teirllm@auburn.edu>
7575
7576 * sequences.texi: Various clarifications.
7577
75782004-04-14 Luc Teirlinck <teirllm@auburn.edu>
7579
7580 * buffers.texi (Read Only Buffers): Mention optional ARG to
7581 `toggle-read-only'.
7582
75832004-04-14 Nick Roberts <nick@nick.uklinux.net>
7584
7585 * windows.texi (Selecting Windows): Note that get-lru-window
7586 returns a full-width window if possible.
7587
75882004-04-13 Luc Teirlinck <teirllm@auburn.edu>
7589
7590 * buffers.texi: Various changes in addition to:
7591 (Buffer File Name): Add `find-buffer-visiting'.
7592 (Buffer Modification): Mention optional ARG to `not-modified'.
7593 (Indirect Buffers): Mention optional CLONE argument to
7594 `make-indirect-buffer'.
7595
7596 * files.texi: Various changes in addition to:
7597 (Visiting Functions): `find-file-hook' is now a normal hook.
7598 (File Name Expansion): Explain difference between the way that
7599 `expand-file-name' and `file-truename' treat `..'.
7600 (Contents of Directories): Mention optional ID-FORMAT argument to
7601 `directory-files-and-attributes'.
7602 (Format Conversion): Mention new optional CONFIRM argument to
7603 `format-write-file'.
7604
76052004-04-12 Miles Bader <miles@gnu.org>
7606
7607 * macros.texi (Expansion): Add description of `macroexpand-all'.
7608
76092004-04-05 Jesper Harder <harder@ifa.au.dk>
7610
5dcb4c4e
SM
7611 * variables.texi (Variable Aliases):
7612 Mention cyclic-variable-indirection.
b8d4c8d0
GM
7613
7614 * errors.texi (Standard Errors): Ditto.
7615
76162004-04-04 Luc Teirlinck <teirllm@auburn.edu>
7617
7618 * backups.texi: Various small changes in addition to:
7619 (Making Backups): Mention return value of `backup-buffer'.
7620 (Auto-Saving): Mention optional FORCE argument to
7621 `delete-auto-save-file-if-necessary'.
7622 (Reverting): Mention optional PRESERVE-MODES argument to
7623 `revert-buffer'. Correct description of `revert-buffer-function'.
7624
76252004-03-22 Juri Linkov <juri@jurta.org>
7626
7627 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
7628 with `Vector Functions'.
7629
7630 * text.texi (Sorting): Add missing quote.
7631
76322004-03-14 Luc Teirlinck <teirllm@auburn.edu>
7633
7634 * intro.texi (Lisp History): Replace xref to `cl' manual with
7635 inforef.
7636
76372004-03-12 Richard M. Stallman <rms@gnu.org>
7638
7639 * intro.texi (Version Info): Add arg to emacs-version.
7640 (Lisp History): Change xref to CL manual.
7641
76422004-03-09 Luc Teirlinck <teirllm@auburn.edu>
7643
7644 * minibuf.texi (Completion Commands): Add xref to Emacs manual
7645 for Partial Completion mode.
7646
76472004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
7648
7649 * customize.texi: Fix typo. Remove eol whitespace.
7650
76512004-03-04 Richard M. Stallman <rms@gnu.org>
7652
7653 * processes.texi: Fix typos.
7654
7655 * lists.texi (Building Lists): Minor clarification.
7656
7657 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
7658 in make-hash-table.
7659
76602004-02-29 Juanma Barranquero <lektu@terra.es>
7661
7662 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
7663 rm, and ignore exit code.
7664
76652004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
7666
7667 * display.texi (Defining Faces): Add description for min-colors.
7668 Update example.
7669
76702004-02-23 Luc Teirlinck <teirllm@auburn.edu>
7671
7672 * abbrevs.texi: Various corrections and clarifications in addition
7673 to the following:
7674 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
7675
76762004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
7677
7678 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
7679
76802004-02-21 Luc Teirlinck <teirllm@auburn.edu>
7681
7682 * text.texi: Various small changes in addition to the following:
7683 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
7684 to delete-horizontal-space.
7685 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
7686 description of yank-handler text property at various places.
7687
7688 * frames.texi (Window System Selections): Add anchor.
7689
7690 * syntax.texi (Syntax Table Functions): Clarify and correct
7691 descriptions of make-syntax-table and copy-syntax-table.
7692 (Motion and Syntax): Clarify SYNTAXES argument to
7693 skip-syntax-forward.
7694 (Parsing Expressions): Mention that the return value of
7695 parse-partial-sexp is currently a list of ten rather than nine
7696 elements.
7697 (Categories): Various corrections and clarifications.
7698
76992004-02-17 Luc Teirlinck <teirllm@auburn.edu>
7700
7701 * markers.texi (Marker Insertion Types): Minor change.
7702
7703 * locals.texi (Standard Buffer-Local Variables):
7704 * commands.texi (Interactive Codes, Using Interactive):
7705 * functions.texi (Related Topics): Fix xrefs.
7706
77072004-02-16 Luc Teirlinck <teirllm@auburn.edu>
7708
7709 * lists.texi (Sets And Lists): Update description of delete-dups.
7710
77112004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
7712
7713 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
7714
c8763fb6 77152004-02-16 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
7716
7717 * frames.texi (Parameter Access): frame-parameters arg is optional.
7718 modify-frame-parameters handles nil for FRAME.
7719 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
7720 are all-or-nothing for certain toolkits.
7721 Mention parameter wait-for-wm.
7722 (Frames and Windows): In frame-first-window and frame-selected-window
7723 the arg is optional.
7724 (Input Focus): In redirect-frame-focus the second arg is optional.
7725 (Window System Selections): Mention selection type CLIPBOARD.
7726 Mention data-type UTF8_STRING.
7727 Mention numbering of cut buffers.
7728 (Resources): Describe x-resource-name.
7729
77302004-02-16 Richard M. Stallman <rms@gnu.org>
7731
7732 * windows.texi (Buffers and Windows): Delete false table
7733 about all-frames.
7734
7735 * syntax.texi (Parsing Expressions): Delete old caveat
7736 about parse-sexp-ignore-comments.
7737
7738 * streams.texi (Output Variables): Add print-quoted.
7739
7740 * lists.texi (Building Lists): Minor cleanup.
7741
7742 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
7743
7744 * display.texi (Overlays): Explain overlays use markers.
7745 (Managing Overlays): Explain front-advance and rear-advance
7746 in more detail.
7747
7748 * loading.texi (Unloading): Document unload-feature-special-hooks.
7749 Get rid of fns-NNN.el file.
7750
77512004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
7752
7753 * help.texi (Describing Characters): Fix text-char-description
7754 example output.
7755
7756 * edebug.texi (Using Edebug): Fix example.
7757
7758 * debugging.texi (Internals of Debugger): Fix return value.
7759
7760 * files.texi (Changing Files): Fix argname.
7761
7762 * calendar.texi: Fix parens, and default values.
7763
7764 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
7765 * nonascii.texi, objects.texi, os.texi: Minor fixes.
b3e755a9 7766 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
b8d4c8d0
GM
7767
7768 * positions.texi (Text Lines): Don't add -1 in current-line.
7769
77702004-02-16 Richard M. Stallman <rms@gnu.org>
7771
7772 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
7773
77742004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
7775
7776 * processes.texi (Low-Level Network): Fix a typo.
7777
77782004-02-12 Kim F. Storm <storm@cua.dk>
7779
7780 * display.texi (Fringes): Use consistent wording.
7781 Note that window-fringe's window arg is optional.
7782 (Scroll Bars): Use consistent wording.
7783
77842004-02-11 Luc Teirlinck <teirllm@auburn.edu>
7785
7786 * tips.texi (Comment Tips): Document the new conventions for
7787 commenting out code.
7788
c8763fb6 77892004-02-07 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0 7790
5dcb4c4e 7791 * positions.texi (Text Lines): Add missing end defun.
b8d4c8d0
GM
7792
77932004-02-07 Kim F. Storm <storm@cua.dk>
7794
7795 * positions.texi (Text Lines): Add line-number-at-pos.
7796
77972004-02-06 John Paul Wallington <jpw@gnu.org>
7798
7799 * display.texi (Button Properties, Button Buffer Commands):
7800 mouse-2 invokes button, not down-mouse-1.
7801
78022004-02-04 Jason Rumney <jasonr@gnu.org>
7803
7804 * makefile.w32-in: Sync with Makefile.in changes.
7805
78062004-02-03 Luc Teirlinck <teirllm@auburn.edu>
7807
7808 * minibuf.texi (Text from Minibuffer): Various corrections and
7809 clarifications.
7810 (Object from Minibuffer): Correct Lisp description of
7811 read-minibuffer.
7812 (Minibuffer History): Clarify description of cons values for
7813 HISTORY arguments.
5dcb4c4e
SM
7814 (Basic Completion): Various corrections and clarifications.
7815 Add completion-regexp-list.
b8d4c8d0
GM
7816 (Minibuffer Completion): Correct and clarify description of
7817 completing-read.
5dcb4c4e
SM
7818 (Completion Commands): Mention Partial Completion mode.
7819 Various other minor changes.
b8d4c8d0
GM
7820 (High-Level Completion): Various corrections and clarifications.
7821 (Reading File Names): Ditto.
7822 (Minibuffer Misc): Ditto.
7823
78242004-01-26 Luc Teirlinck <teirllm@auburn.edu>
7825
7826 * strings.texi (Text Comparison): assoc-string also matches
7827 elements of alists that are strings instead of conses.
7828 (Formatting Strings): Standardize Texinfo usage. Update index
7829 entries.
7830
78312004-01-20 Luc Teirlinck <teirllm@auburn.edu>
7832
7833 * lists.texi (Sets And Lists): Add delete-dups.
7834
78352004-01-15 Luc Teirlinck <teirllm@auburn.edu>
7836
7837 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
7838 special form.
7839 * macros.texi (Defining Macros): Update description of `declare',
7840 which now is a macro.
7841 (Wrong Time): Fix typos.
7842
78432004-01-14 Luc Teirlinck <teirllm@auburn.edu>
7844
7845 * compile.texi (Compilation Functions): Expand descriptions of
7846 `compile-defun', `byte-compile-file', `byte-recompile-directory'
7847 and `batch-byte-compile'. In particular, mention and describe
7848 all optional arguments.
7849 (Disassembly): Correct and clarify the description of `disassemble'.
7850
78512004-01-11 Luc Teirlinck <teirllm@auburn.edu>
7852
7853 * searching.texi: Various small changes in addition to the
7854 following.
7855 (Regexp Example): Adapt to new value of `sentence-end'.
7856 (Regexp Functions): The PAREN argument to `regexp-opt' can be
7857 `words'.
7858 (Search and Replace): Add usage note for `perform-replace'.
7859 (Entire Match Data): Mention INTEGERS and REUSE arguments to
7860 `match-data'.
7861 (Standard Regexps): Update for new values of `paragraph-start'
7862 and `sentence-end'.
7863
78642004-01-07 Luc Teirlinck <teirllm@auburn.edu>
7865
7866 * files.texi (Saving Buffers): Clarify descriptions of
7867 `write-contents-functions' and `before-save-hook'.
7868 Make the defvar's for `before-save-hook' and `after-save-hook'
7869 into defopt's.
7870
78712004-01-07 Kim F. Storm <storm@cua.dk>
7872
7873 * commands.texi (Click Events): Describe new image and
7874 width/height elements of click events.
7875 (Accessing Events): Add posn-string, posn-image, and
7876 posn-object-width-height. Change posn-object to return either
7877 image or string object.
7878
78792004-01-01 Simon Josefsson <jas@extundo.com>
7880
7881 * hooks.texi (Standard Hooks): Add before-save-hook.
7882 * files.texi (Saving Buffers): Likewise.
7883
78842004-01-03 Richard M. Stallman <rms@gnu.org>
7885
7886 * frames.texi (Frames and Windows): Delete frame-root-window.
7887
78882004-01-03 Luc Teirlinck <teirllm@auburn.edu>
7889
7890 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
7891
7892 * functions.texi: Various small changes in addition to the
7893 following.
5dcb4c4e
SM
7894 (What Is a Function): `functionp' returns nil for macros.
7895 Clarify behavior of this and following functions for symbol arguments.
b8d4c8d0
GM
7896 (Function Documentation): Add `\' in front of (fn @var{arglist})
7897 and explain why.
7898 (Defining Functions): Mention DOCSTRING argument to `defalias'.
7899 Add anchor.
7900 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
7901
79022004-01-01 Miles Bader <miles@gnu.org>
7903
7904 * display.texi (Buttons): New section.
7905
79062003-12-31 Andreas Schwab <schwab@suse.de>
7907
7908 * numbers.texi (Math Functions): sqrt reports a domain-error
7909 error.
7910 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
7911
79122003-12-30 Luc Teirlinck <teirllm@auburn.edu>
7913
7914 * tips.texi (Documentation Tips): Update item on hyperlinks in
7915 documentation strings.
7916
7917 * errors.texi (Standard Errors): Various small corrections and
7918 additions.
7919
7920 * control.texi: Various small changes in addition to the
7921 following.
7922 (Signaling Errors): Provide some more details on how `signal'
7923 constructs the error message. Add anchor to the definition of
7924 `signal'.
7925 (Error Symbols): Describe special treatment of `quit'.
7926 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
7927 to emphasize that it has to be a single form.
7928
7929 * buffers.texi: Add anchor.
7930
79312003-12-29 Richard M. Stallman <rms@gnu.org>
7932
7933 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
7934 (Window Configurations): Add window-configuration-frame.
7935
7936 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
7937
7938 * text.texi (Examining Properties): Add get-char-property-and-overlay.
7939 Change arg name in get-char-property.
7940 (Special Properties): Update handling of keymap property.
7941
7942 * strings.texi (Modifying Strings): Add clear-string.
7943 (Text Comparison): Add assoc-string and remove
7944 assoc-ignore-case, assoc-ignore-representation.
7945
7946 * os.texi (Time of Day): Add set-time-zone-rule.
7947
7948 * numbers.texi (Math Functions): asin, acos, log, log10
7949 report domain-error errors.
7950
7951 * nonascii.texi (Converting Representations):
7952 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
7953 (Encoding and I/O): Add file-name-coding-system.
7954
7955 * modes.texi (Search-based Fontification): Explain that
7956 face specs are symbols with face names as values.
7957
7958 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
7959
7960 * lists.texi (Building Lists): remq moved elsewhere.
7961 (Sets And Lists): remq moved here.
7962 (Association Lists): Refer to assoc-string.
7963
7964 * internals.texi (Garbage Collection): Add memory-use-counts.
7965
7966 * frames.texi (Frames and Windows): Add set-frame-selected-window
7967 and frame-root-window.
7968
7969 * files.texi (Contents of Directories):
7970 Add directory-files-and-attributes.
7971
7972 * display.texi (Refresh Screen): Add force-window-update.
7973 (Invisible Text): Explain about moving point out of invis text.
7974 (Overlay Properties): Add overlay-properties.
7975 (Managing Overlays): Add overlayp.
7976 (GIF Images): Invalid image number displays a hollow box.
7977
7978 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
7979 (Killing Buffers): Add buffer-live-p.
7980
79812003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
7982
7983 * display.texi (Fringes): Fix typo "set-buffer-window".
7984
79852003-12-24 Luc Teirlinck <teirllm@auburn.edu>
7986
7987 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
7988 * nonascii.texi, processes.texi, tips.texi, variables.texi:
7989 Add or change various xrefs and anchors.
7990
7991 * commands.texi: Replace all occurrences of @acronym{CAR} with
7992 @sc{car}, for consistency with the rest of the Elisp manual.
7993 `car' and `cdr' are historically acronyms, but are no longer
7994 widely thought of as such.
7995
7996 * internals.texi (Pure Storage): Mention that `purecopy' does not
7997 copy text properties.
7998 (Object Internals): Now 29 bits are used (in most implementations)
7999 to address Lisp objects.
8000
8001 * variables.texi (Variables with Restricted Values): New node.
8002
8003 * objects.texi (Lisp Data Types): Mention that certain variables
8004 can only take on a restricted set of values and add an xref to
8005 the new node "Variables with Restricted Values".
8006
8007 * eval.texi (Function Indirection): Describe the errors that
8008 `indirect-function' can signal.
8009 (Eval): Clarify the descriptions of `eval-region' and `values'.
8010 Describe `eval-buffer' instead of `eval-current-buffer' and
8011 mention `eval-current-buffer' as an alias for `current-buffer'.
8012 Correct the description and mention all optional arguments.
8013
8014 * nonascii.texi: Various small changes in addition to the
8015 following.
8016 (Converting Representations): Clarify behavior of
8017 `string-make-multibyte' and `string-to-multibyte' for unibyte all
8018 ASCII arguments.
8019 (Character Sets): Document the variable `charset-list' and adapt
8020 the definition of the function `charset-list' accordingly.
8021 (Translation of Characters): Clarify use of generic characters in
8022 `make-translation-table'. Clarify and correct the description of
8023 the use of translation tables in encoding and decoding.
8024 (User-Chosen Coding Systems): Correct and clarify the description
8025 of `select-safe-coding-system'.
8026 (Default Coding Systems): Clarify description of
8027 `file-coding-system-alist'.
8028
80292003-11-30 Luc Teirlinck <teirllm@auburn.edu>
8030
8031 * strings.texi (Text Comparison): Correctly describe when two
8032 strings are `equal'. Combine and clarify descriptions of
8033 `assoc-ignore-case' and `assoc-ignore-representation'.
8034
8035 * objects.texi (Non-ASCII in Strings): Clarify description of
8036 when a string is unibyte or multibyte.
8037 (Bool-Vector Type): Update examples.
8038 (Equality Predicates): Correctly describe when two strings are
8039 `equal'.
8040
80412003-11-29 Luc Teirlinck <teirllm@auburn.edu>
8042
8043 * lists.texi (Building Lists): `append' no longer accepts integer
8044 arguments. Update the description of `number-sequence' to reflect
8045 recent changes.
8046 (Sets And Lists): Describe `member-ignore-case' after `member'.
8047
80482003-11-27 Kim F. Storm <storm@cua.dk>
8049
8050 * commands.texi (Click Events): Click object may be an images.
8051 Describe (dx . dy) element of click positions.
8052 (Accessing Events): Remove duplicate posn-timestamp.
8053 New functions posn-object and posn-object-x-y.
8054
80552003-11-23 Kim F. Storm <storm@cua.dk>
8056
8057 * commands.texi (Click Events): Describe enhancements to event
8058 position lists, including new text-pos and (col . row) items.
8059 Mention left-fringe and right-fringe area events.
8060 (Accessing Events): New functions posn-area and
8061 posn-actual-col-row. Mention posn-timestamp. Mention that
8062 posn-point in non-text area still returns buffer position.
8063 Clarify posn-col-row.
8064
80652003-11-21 Lars Hansen <larsh@math.ku.dk>
8066
8067 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
8068 * anti.texi (File Attributes): Describe removed parameter
8069 ID-FORMAT.
8070
80712003-11-20 Luc Teirlinck <teirllm@auburn.edu>
8072
8073 * positions.texi (Positions): Mention that, if a marker is used as
8074 a position, its buffer is ignored.
8075
8076 * markers.texi (Overview of Markers): Mention it here too.
8077
80782003-11-12 Luc Teirlinck <teirllm@auburn.edu>
8079
8080 * numbers.texi (Numeric Conversions): Not just `floor', but also
8081 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
8082
80832003-11-10 Luc Teirlinck <teirllm@auburn.edu>
8084
8085 * markers.texi (Creating Markers): Specify insertion type of
8086 created markers. Add xref to `Marker Insertion Types'.
8087 Second argument to `copy-marker' is optional.
8088 (Marker Insertion Types): Mention that most markers are created
8089 with insertion type nil.
8090 (The Mark): Correctly describe when `mark' signals an error.
8091 (The Region): Correctly describe when `region-beginning' and
8092 `region-end' signal an error.
8093
80942003-11-08 Luc Teirlinck <teirllm@auburn.edu>
8095
8096 * hash.texi (Creating Hash): Clarify description of `eql'.
8097 `makehash' is obsolete.
8098 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
8099
8100 * positions.texi (Point): Change description of `buffer-end', so
8101 that it is also correct for floating point arguments.
8102 (List Motion): Correct argument lists of `beginning-of-defun' and
8103 `end-of-defun'.
8104 (Excursions): Add xref to `Marker Insertion Types'.
8105 (Narrowing): Argument to `narrow-to-page' is optional.
8106
81072003-11-06 Luc Teirlinck <teirllm@auburn.edu>
8108
8109 * streams.texi (Output Streams): Clarify behavior of point for
8110 marker output streams.
8111
81122003-11-04 Luc Teirlinck <teirllm@auburn.edu>
8113
8114 * variables.texi (Defining Variables): Second argument to
8115 `defconst' is not optional.
8116 (Setting Variables): Mention optional argument APPEND to
8117 `add-to-list'.
8118 (Creating Buffer-Local): Expand description of
8119 `make-variable-buffer-local'.
8120 (Frame-Local Variables): Expand description of
8121 `make-variable-frame-local'.
8122 (Variable Aliases): Correct description of optional argument
8123 DOCSTRING to `defvaralias'. Mention return value of
8124 `defvaralias'.
8125 (File Local Variables): Add xref to `File variables' in Emacs
8126 Manual. Correct description of `hack-local-variables'. Mention
8127 `safe-local-variable' property. Mention optional second argument
8128 to `risky-local-variable-p'.
8129
81302003-11-03 Luc Teirlinck <teirllm@auburn.edu>
8131
8132 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
8133
81342003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
8135
8136 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
8137 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
8138 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
8139 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
8140 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
8141 lispref/processes.texi, lispref/searching.texi,
8142 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
8143 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
8144 @acronym{FOO}.
8145
81462003-10-27 Luc Teirlinck <teirllm@auburn.edu>
8147
8148 * strings.texi (Creating Strings): Argument START to `substring'
8149 can not be `nil'. Expand description of
8150 `substring-no-properties'. Correct description of `split-string',
8151 especially with respect to empty matches. Prevent very bad line
8152 break in definition of `split-string-default-separators'.
8153 (Text Comparison): `string=' and `string<' also accept symbols as
8154 arguments.
8155 (String Conversion): More completely describe argument BASE in
8156 `string-to-number'.
8157 (Formatting Strings): `%s' and `%S' in `format' do require
8158 corresponding object. Clarify behavior of numeric prefix after
8159 `%' in `format'.
8160 (Case Conversion): The argument to `upcase-initials' can be a
8161 character.
8162
81632003-10-27 Kenichi Handa <handa@m17n.org>
8164
8165 * display.texi (Fontsets): Fix texinfo usage.
8166
81672003-10-25 Kenichi Handa <handa@m17n.org>
8168
8169 * display.texi (Fontsets): Add description of the function
8170 set-fontset-font.
8171
81722003-10-23 Luc Teirlinck <teirllm@auburn.edu>
8173
8174 * display.texi (Temporary Displays): Add xref to `Documentation
8175 Tips'.
8176
8177 * functions.texi (Function Safety): Use inforef instead of pxref
8178 for SES.
8179
81802003-10-23 Andreas Schwab <schwab@suse.de>
8181
8182 * Makefile.in (TEX, texinputdir): Don't define.
8183 (TEXI2DVI): Define.
8184 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
8185 add $(srcdir)/index.texi.
8186 ($(infodir)/elisp): Remove index.texi dependency.
8187 (elisp.dvi): Likewise. Use $(TEXI2DVI).
8188 (index.texi): Remove target.
8189 (dist): Don't link $(srcdir)/permute-index.
8190 (clean): Don't remove index.texi.
8191
8192 * permute-index, index.perm: Remove.
8193 * index.texi: Rename from index.unperm.
8194
81952003-10-22 Luc Teirlinck <teirllm@auburn.edu>
8196
8197 * tips.texi (Documentation Tips): Document new behavior for face
8198 and variable hyperlinks in Help mode.
8199
82002003-10-21 Luc Teirlinck <teirllm@auburn.edu>
8201
8202 * objects.texi (Integer Type): Update for extra bit of integer range.
8203 (Character Type): Ditto.
8204
82052003-10-16 Eli Zaretskii <eliz@gnu.org>
8206
8207 * numbers.texi (Integer Basics): Add index entries for reading
8208 numbers in hex, octal, and binary.
8209
82102003-10-16 Lute Kamstra <lute@gnu.org>
8211
8212 * modes.texi (Mode Line Format): Mention force-mode-line-update's
8213 argument.
8214
82152003-10-13 Luc Teirlinck <teirllm@auburn.edu>
8216
8217 * windows.texi (Choosing Window): Fix typo.
8218 * edebug.texi (Edebug Execution Modes): Fix typo.
8219
82202003-10-13 Richard M. Stallman <rms@gnu.org>
8221
8222 * windows.texi (Basic Windows): A window has fringe settings,
8223 display margins and scroll-bar settings.
8224 (Splitting Windows): Doc split-window return value.
8225 Clean up one-window-p.
8226 (Selecting Windows): Fix typo.
8227 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
8228 (Buffers and Windows): In set-window-buffer, explain effect
8229 on fringe settings and scroll bar settings.
8230 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
8231 (Choosing Window): Use defopt for pop-up-frame-function.
8232 For special-display-buffer-names, explain same-window and same-frame.
8233 Clarify window-dedicated-p return value.
8234 (Textual Scrolling): scroll-up and scroll-down can get an error.
8235 (Horizontal Scrolling): Clarify auto-hscroll-mode.
8236 Clarify set-window-hscroll.
8237 (Size of Window): Don't mention tool bar in window-height.
8238 (Coordinates and Windows): Explain what coordinates-in-window-p
8239 returns for fringes and display margins.
8240 (Window Configurations): Explain saving fringes, etc.
8241
8242 * tips.texi (Library Headers): Clean up Documentation.
8243
8244 * syntax.texi (Parsing Expressions): Clean up forward-comment
8245 and parse-sexp-lookup-properties.
8246
8247 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
8248
8249 * os.texi (System Environment): Clean up text for load-average errors.
8250
8251 * modes.texi (Hooks): Don't explain local hook details at front.
8252 Clarify run-hooks and run-hook-with-args a little.
8253 Clean up add-hook and remove-hook.
8254
8255 * edebug.texi (Edebug Execution Modes): Clarify t.
8256 Document edebug-sit-for-seconds.
8257 (Coverage Testing): Document C-x X = and =.
8258 (Instrumenting Macro Calls): Fix typo.
8259 (Specification List): Don't index the specification keywords.
8260
82612003-10-10 Kim F. Storm <storm@cua.dk>
8262
8263 * processes.texi (Network): Introduce make-network-process.
8264
82652003-10-09 Luc Teirlinck <teirllm@auburn.edu>
8266
8267 * tips.texi (Library Headers): Fix typo.
8268
82692003-10-07 Juri Linkov <juri@jurta.org>
8270
8271 * modes.texi (Imenu): Mention imenu-create-index-function's
8272 default value. Explain submenus better.
8273
82742003-10-07 Lute Kamstra <lute@gnu.org>
8275
8276 * modes.texi (Faces for Font Lock): Fix typo.
8277 (Hooks): Explain how buffer-local hook variables can refer to
8278 global hook variables.
8279 Various minor clarifications.
8280
82812003-10-06 Lute Kamstra <lute@gnu.org>
8282
8283 * tips.texi (Coding Conventions): Mention naming conventions for
8284 hooks.
8285
82862003-10-05 Luc Teirlinck <teirllm@auburn.edu>
8287
8288 * loading.texi (Library Search): Correct default value of
8289 load-suffixes.
8290 (Named Features): Fix typo.
8291
82922003-10-05 Richard M. Stallman <rms@gnu.org>
8293
8294 * loading.texi (Named Features): In `provide',
8295 say how to test for subfeatures.
8296 (Unloading): In unload-feature, use new var name
8297 unload-feature-special-hooks.
8298
82992003-10-03 Lute Kamstra <lute@gnu.org>
8300
8301 * modes.texi (Major Mode Conventions): Mention third way to set up
8302 Imenu.
8303 (Imenu): A number of small fixes.
8304 Delete documentation of internal variable imenu--index-alist.
8305 Document the return value format of imenu-create-index-function
8306 functions.
8307
83082003-09-30 Richard M. Stallman <rms@gnu.org>
8309
8310 * processes.texi (Network): Say what stopped datagram connections do.
8311
8312 * lists.texi (Association Lists): Clarify `assq-delete-all'.
8313
8314 * display.texi (Overlay Properties): Clarify `evaporate' property.
8315
83162003-09-29 Lute Kamstra <lute@gnu.org>
8317
8318 * modes.texi (Mode Line Data): Explain when symbols in mode-line
8319 constructs should be marked as risky.
8320 Change cons cell into proper list.
8321 (Mode Line Variables): Change cons cell into proper list.
8322
83232003-09-26 Lute Kamstra <lute@gnu.org>
8324
8325 * modes.texi (Mode Line Data): Document the :propertize construct.
8326 (Mode Line Variables): Reorder the descriptions of the variables
8327 to match their order in the default mode-line-format.
8328 Describe the new variables mode-line-position and mode-line-modes.
8329 Update the default values of mode-line-frame-identification,
8330 minor-mode-alist, and default-mode-line-format.
8331 (Properties in Mode): Mention the :propertize construct.
8332
83332003-09-26 Richard M. Stallman <rms@gnu.org>
8334
8335 * buffers.texi, commands.texi, debugging.texi, eval.texi:
8336 * loading.texi, minibuf.texi, text.texi, variables.texi:
8337 Avoid @strong{Note:}.
8338
83392003-09-26 Richard M. Stallman <rms@gnu.org>
8340
8341 * keymaps.texi (Remapping Commands): Fix typo.
8342
83432003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
8344
8345 * processes.texi (Low-Level Network): Fix typo.
8346
83472003-09-23 Kim F. Storm <storm@cua.dk>
8348
8349 * processes.texi (Network, Network Servers): Fix typos.
8350 (Low-Level Network): Add timeout value for :server keyword.
8351 Add new option keywords to make-network-process.
8352 Add set-network-process-options.
8353 Explain how to test availability of network options.
8354
83552003-09-19 Richard M. Stallman <rms@gnu.org>
8356
8357 * text.texi (Motion by Indent): Arg to
8358 backward-to-indentation and forward-to-indentation is optional.
8359
8360 * strings.texi (Creating Strings): Add substring-no-properties.
8361
8362 * processes.texi
8363 (Process Information): Add list-processes arg QUERY-ONLY.
8364 Delete process-contact from here.
8365 Add new status values for process-status.
8366 Add process-get, process-put, process-plist, set-process-plist.
8367 (Synchronous Processes): Add call-process-shell-command.
8368 (Signals to Processes): signal-process allows process objects.
8369 (Network): Complete rewrite.
8370 (Network Servers, Datagrams, Low-Level Network): New nodes.
8371
8372 * positions.texi (Word Motion): forward-word, backward-word
8373 arg is optional. Reword.
8374
8375 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
8376
8377 * variables.texi (Creating Buffer-Local):
8378 Delete duplicate definition of buffer-local-value.
8379 (File Local Variables): Explain about discarding text props.
8380
83812003-09-11 Richard M. Stallman <rms@gnu.org>
8382
8383 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
8384 changes variables that record input events.
8385 (Minibuffer Misc): Add minibuffer-selected-window.
8386
8387 * lists.texi (Building Lists): Add copy-tree.
8388
8389 * display.texi (Fontsets): Add char-displayable-p.
8390 (Scroll Bars): New node.
8391
83922003-09-08 Lute Kamstra <lute@gnu.org>
8393
8394 * modes.texi (%-Constructs): Document new `%i' and `%I'
8395 constructs.
8396
83972003-09-03 Peter Runestig <peter@runestig.com>
8398
8399 * makefile.w32-in: New file.
8400
84012003-08-29 Richard M. Stallman <rms@gnu.org>
8402
8403 * display.texi (Overlay Properties): Clarify how priorities
8404 affect use of the properties.
8405
84062003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
8407
8408 * customize.texi (Type Keywords): Correct the description of
8409 `:help-echo' in the case where `motion-doc' is a function.
8410
84112003-08-14 John Paul Wallington <jpw@gnu.org>
8412
8413 * modes.texi (Emulating Mode Line): Subsection, not section.
8414
84152003-08-13 Richard M. Stallman <rms@gnu.org>
8416
8417 * elisp.texi (Top): Update subnode lists in menu.
8418
8419 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
8420 (Kill Functions): kill-region has new arg yank-handler.
8421 (Yanking): New node.
8422 (Yank Commands): Add yank-undo-function.
8423 (Low-Level Kill Ring):
8424 kill-new and kill-append have new arg yank-handler.
8425 (Changing Properties): Add remove-list-of-text-properties.
8426 (Atomic Changes): New node.
8427
8428 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
8429
8430 * streams.texi (Output Variables): Add eval-expression-print-length
8431 and eval-expression-print-level.
8432
8433 * os.texi (Time Conversion): For encode-time, explain limits on year.
8434
8435 * objects.texi (Character Type): Define anchor "modifier bits".
8436
8437 * modes.texi (Emulating Mode Line): New node.
8438 (Search-based Fontification): Font Lock uses font-lock-face property.
8439 (Other Font Lock Variables): Likewise.
8440
8441 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
8442 not vectors.
8443 (Active Keymaps): Add emulation-mode-map-alists.
8444 (Functions for Key Lookup): key-binding has new arg no-remap.
8445 (Remapping Commands): New node.
8446 (Scanning Keymaps): where-is-internal has new arg no-remap.
8447 (Tool Bar): Add tool-bar-local-item-from-menu.
8448 Clarify when to use tool-bar-add-item-from-menu.
8449
8450 * commands.texi (Interactive Call): commandp has new arg.
8451 (Command Loop Info): Add this-original-command.
8452
84532003-08-06 John Paul Wallington <jpw@gnu.org>
8454
8455 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
8456
8457 * display.texi (Warning Basics): Fix typo.
8458 (Fringes): Add closing curly bracket and fix typo.
8459
8460 * elisp.texi (Top): Fix typo.
8461
84622003-08-05 Richard M. Stallman <rms@gnu.org>
8463
8464 * elisp.texi: Update lists of subnodes.
8465
8466 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
8467
8468 * variables.texi (Local Variables): Use lc for example variable names.
8469
8470 * tips.texi (Library Headers): Explain where to put -*-.
8471
8472 * strings.texi (Creating Strings): Fix xref for vconcat.
8473
8474 * sequences.texi (Vector Functions):
8475 vconcat no longer allows integer args.
8476
8477 * minibuf.texi (Reading File Names): read-file-name has new
8478 arg PREDICATE. New function read-directory-name.
8479
c4cc8b9a 8480 * macros.texi (Defining Macros): Give definition of `declare'.
b8d4c8d0
GM
8481 (Indenting Macros): New node.
8482
8483 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
8484 (Window Frame Parameters): Make separate table of parameters
8485 that are coupled with specific face attributes.
8486 (Deleting Frames): delete-frame-hooks renamed to
8487 delete-frame-functions.
8488
8489 * files.texi (Magic File Names): Add file-remote-p.
8490 Clarify file-local-copy.
8491
8492 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
8493 here; instead xref Defining Macros.
8494
8495 * display.texi (Warnings): New node, and subnodes.
8496 (Fringes): New node.
8497
8498 * debugging.texi (Test Coverage): New node.
8499
8500 * compile.texi (Compiler Errors): Explain with-no-warnings
8501 and other ways to suppress warnings.
8502
8503 * commands.texi (Interactive Call): Minor clarification.
8504
8505 * buffers.texi (Buffer File Name): set-visited-file-name
8506 renames the buffer too.
8507
8508 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
8509
85102003-07-24 Markus Rost <rost@math.ohio-state.edu>
8511
8512 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
8513
85142003-07-22 Markus Rost <rost@math.ohio-state.edu>
8515
8516 * internals.texi (Garbage Collection): Fix previous change.
8517
85182003-07-22 Richard M. Stallman <rms@gnu.org>
8519
8520 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
8521
8522 * display.texi (Width): Use \s syntax in example.
8523 (Font Selection): Add face-font-rescale-alist.
8524
8525 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
8526 Remove spurious indent in example.
8527
8528 * lists.texi (Building Lists): Add number-sequence.
8529
8530 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
8531
8532 * functions.texi (Function Documentation): Explain how to
8533 show calling convention explicitly in the doc string.
8534
8535 * windows.texi (Selecting Windows): save-selected-window saves
8536 selected window of each frame.
8537 (Window Configurations): Minor change.
8538
8539 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
8540
8541 * streams.texi (Output Variables): Add print-continuous-numbering
8542 and print-number-table.
8543
8544 * processes.texi (Decoding Output): New node.
8545
8546 * os.texi (Time Conversion): decode-time arg is optional.
8547
8548 * objects.texi (Character Type): Don't use space as example for \.
8549 Make list of char names and \-sequences correspond.
8550 Explain that \s is not used in strings. `\ ' needs space after.
8551
8552 * nonascii.texi (Converting Representations): Add string-to-multibyte.
8553 (Translation of Characters): Add translation-table-for-input.
8554 (Default Coding Systems): Add auto-coding-functions.
8555 (Explicit Encoding): Add decode-coding-inserted-region.
8556 (Locales): Add locale-info.
8557
8558 * minibuf.texi (Basic Completion): Describe test-completion.
8559 Collections can be lists of strings.
8560 Clean up lazy-completion-table.
8561 (Programmed Completion): Mention test-completion.
8562 Clarify why lambda expressions are not accepted.
8563 (Minibuffer Misc): Describe minibufferp.
8564
85652003-07-14 Richard M. Stallman <rms@gnu.org>
8566
8567 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
8568
8569 * windows.texi (Selecting Windows): New arg to select-window.
8570 (Selecting Windows): Add with-selected-window.
8571 (Size of Window): Add window-inside-edges, etc.
8572
8573 * internals.texi (Garbage Collection): Add post-gc-hook.
8574
8575 * processes.texi (Subprocess Creation): Add exec-suffixes.
8576
8577 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
8578 (Scanning Keymaps): Add map-keymaps.
8579 (Defining Menus): Add keymap-prompt.
8580
8581 * numbers.texi (Integer Basics): Add most-positive-fixnum,
8582 most-negative-fixnum.
8583
c4cc8b9a 8584 * compile.texi (Byte Compilation): Explain no-byte-compile.
b8d4c8d0
GM
8585 (Compiler Errors): New node.
8586
8587 * os.texi (User Identification): user-uid, user-real-uid
8588 can return float.
8589
8590 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
8591 and about derived modes.
8592 (Minor Modes): Add minor-mode-list.
8593 (Defining Minor Modes): Keyword args for define-minor-mode.
8594 (Search-based Fontification): Explain managing other properties.
8595 (Other Font Lock Variables): Add font-lock-extra-managed-props.
183080b6 8596 (Faces for Font Lock): Add font-lock-preprocessor-face.
b8d4c8d0
GM
8597 (Hooks): Add run-mode-hooks and delay-mode-hooks.
8598
8599 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
8600 (Variable Aliases): Clarify defvaralias.
8601
8602 * loading.texi (Library Search): Add load-suffixes.
8603
8604 * minibuf.texi (Basic Completion): Add lazy-completion-table.
8605 (Programmed Completion): Add dynamic-completion-table.
8606
8607 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
8608 (Magic File Names): Specify precedence order of handlers.
8609
8610 * commands.texi (Command Overview): Emacs server runs pre-command-hook
8611 and post-command-hook.
8612 (Waiting): New calling convention for sit-for.
8613
8614 * text.texi (Special Properties): local-map and keymap properties
8615 apply based on their stickiness.
8616
86172003-07-07 Richard M. Stallman <rms@gnu.org>
8618
8619 * modes.texi (Minor Mode Conventions): Specify only some kinds
8620 of list values as args to minor modes.
8621
8622 * files.texi (File Name Expansion): Warn about iterative use
8623 of substitute-in-file-name.
8624
8625 * advice.texi (Activation of Advice): Clean up previous change.
8626
86272003-07-06 Markus Rost <rost@math.ohio-state.edu>
8628
8629 * advice.texi (Activation of Advice): Note that ad-start-advice is
8630 turned on by default.
8631
86322003-06-30 Richard M. Stallman <rms@gnu.org>
8633
8634 * text.texi (Buffer Contents): Document current-word.
8635 (Change Hooks): Not called for *Messages*.
8636
8637 * functions.texi (Defining Functions): Explain about redefining
8638 primitives.
8639 (Function Safety): Renamed. Minor changes.
8640 Comment out the detailed criteria for what is safe.
8641
86422003-06-22 Andreas Schwab <schwab@suse.de>
8643
8644 * objects.texi (Symbol Type): Fix description of examples.
8645
86462003-06-16 Andreas Schwab <schwab@suse.de>
8647
8648 * hash.texi (Creating Hash): Fix description of :weakness.
8649
c8763fb6 86502003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
b8d4c8d0
GM
8651
8652 * files.texi (Changing Files): copy-file copies file modes, too.
8653
86542003-05-28 Richard M. Stallman <rms@gnu.org>
8655
8656 * strings.texi (Creating Strings): Clarify split-string.
8657
86582003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
8659
8660 * strings.texi (Creating Strings): Update split-string specification
8661 and examples.
8662
86632003-05-19 Richard M. Stallman <rms@gnu.org>
8664
8665 * elisp.texi: Correct invariant section names.
8666
86672003-04-20 Richard M. Stallman <rms@gnu.org>
8668
8669 * os.texi (Timers): Explain about timers and quitting.
8670
86712003-04-19 Richard M. Stallman <rms@gnu.org>
8672
8673 * internals.texi (Writing Emacs Primitives): Strings are
8674 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
8675 Explain GCPRO convention for varargs function args.
8676
86772003-04-16 Richard M. Stallman <rms@gnu.org>
8678
8679 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
8680
86812003-04-08 Richard M. Stallman <rms@gnu.org>
8682
8683 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
8684
86852003-02-13 Kim F. Storm <storm@cua.dk>
8686
8687 * objects.texi (Character Type): New \s escape for space.
8688
86892003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
8690
5dcb4c4e 8691 * os.texi (System Environment): Add cygwin system-type.
b8d4c8d0
GM
8692
86932003-01-25 Richard M. Stallman <rms@gnu.org>
8694
8695 * keymaps.texi: Document that a symbol can act as a keymap.
8696
86972003-01-13 Richard M. Stallman <rms@gnu.org>
8698
8699 * text.texi (Changing Properties): Say string indices are origin-0.
8700
8701 * positions.texi (Screen Lines) <compute-motion>:
8702 Correct order of elts in return value.
8703
8704 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
8705 how to define a default binding.
8706
87072002-12-07 Markus Rost <rost@math.ohio-state.edu>
8708
8709 * loading.texi (Unloading): Fix recent change for load-history.
8710
8711 * customize.texi (Simple Types): Clarify description of custom
8712 type 'number. Describe new custom type 'float.
8713
87142002-12-04 Markus Rost <rost@math.ohio-state.edu>
8715
8716 * variables.texi (File Local Variables): Fix typo.
8717
c8763fb6 87182002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
b8d4c8d0
GM
8719
8720 From Michael Albinus <Michael.Albinus@alcatel.de>.
8721
8722 * README: Target for Info file is `make info'.
8723
5dcb4c4e 8724 * files.texi (File Name Components): Fix typos in
b8d4c8d0
GM
8725 `file-name-sans-extension'.
8726 (Magic File Names): Complete list of operations for magic file
8727 name handlers.
8728
87292002-09-16 Jonathan Yavner <jyavner@engineer.com>
8730
8731 * variables.texi (File Local Variables): New function
8732 risky-local-variable-p.
8733
87342002-09-15 Jonathan Yavner <jyavner@engineer.com>
8735
8736 * functions.texi (Function safety): New node about unsafep.
8737
87382002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
8739
5dcb4c4e 8740 * customize.texi (Splicing into Lists): Fix example.
a86cd395 8741 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
b8d4c8d0
GM
8742
87432002-06-17 Juanma Barranquero <lektu@terra.es>
8744
8745 * frames.texi (Display Feature Testing): Fix typo.
8746
87472002-06-12 Andreas Schwab <schwab@suse.de>
8748
8749 * frames.texi (Initial Parameters, Resources): Fix references to
8750 the Emacs manual.
8751
87522002-05-13 Kim F. Storm <storm@cua.dk>
8753
8754 * variables.texi (Intro to Buffer-Local): Updated warning and
8755 example relating to changing buffer inside let.
8756
c8763fb6 87572002-03-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
8758
8759 * os.texi (Session Management): New node about X Session management.
8760
87612002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
8762
8763 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
8764 to which the manual corresponds, and the copyright years.
8765
8766 * Makefile.in (VERSION): Set to 2.9.
8767
87682001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
8769
8770 * elisp.texi: Change the category in @dircategory to "Emacs", to
8771 make it consistent with info/dir.
8772
87732001-11-25 Miles Bader <miles@gnu.org>
8774
8775 * text.texi (Fields): Describe new `limit' arg in
8776 field-beginning/field-end.
8777
87782001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
8779
5dcb4c4e
SM
8780 * permute-index: Don't depend on csh-specific features.
8781 Replace the interpreter name with /bin/sh.
b8d4c8d0
GM
8782
8783 * two-volume-cross-refs.txt: New file.
8784 * two.el: New file.
8785 * spellfile: New file.
8786
87872001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
8788
8789 * permute-index: New file.
8790
8791 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
8792 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
8793 8+3 restricted namespace.
8794
8795 * Makefile.in (infodir): Define relative to $(srcdir).
8796 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
8797 include directories list via -I switch to makeinfo.
8798 (index.texi): Use cp if both hard and symbolic links fail.
8799
88002001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
8801
8802 * Makefile.in (distclean): Add.
8803
8804 The following changes make ELisp manual part of the Emacs
8805 distribution:
8806
8807 * Makefile.in: Add Copyright notice.
8808 (prefix): Remove.
8809 (infodir): Change value to "../info".
8810 (VPATH): New variable.
8811 (MAKE): Don't define.
8812 (texmacrodir): Don't define.
8813 (texinputdir): Append the existing value of TEXINPUTS.
8814 ($(infodir)/elisp): Instead of just "elisp". Reformat the
8815 command to be compatible with man/Makefile.in, and to put the
8816 output into ../info.
8817 (info): Add target.
8818 (installall): Target removed.
8819
c8763fb6 88202001-10-31 Pavel Janík <Pavel@Janik.cz>
b8d4c8d0
GM
8821
8822 * tips.texi (Coding Conventions): Fix typo.
8823
88242001-10-23 Gerd Moellmann <gerd@gnu.org>
8825
8826 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
8827
88282001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
8829
8830 * files.texi (File Name Components): Update the description of
8831 file-name-sans-extension and file-name-extension, as they now
8832 ignore leading dots.
8833
88342001-10-20 Gerd Moellmann <gerd@gnu.org>
8835
8836 * (Version 21.1 released.)
8837
88382001-10-19 Miles Bader <miles@gnu.org>
8839
8840 * positions.texi (Text Lines): Describe behavior of
8841 `beginning-of-line'/`end-of-line' in the presence of field properties.
8842
88432001-10-17 Gerd Moellmann <gerd@gnu.org>
8844
8845 * Makefile.in (VERSION): Set to 2.8.
8846 (manual): Use `manual-21'.
8847
8848 * elisp.texi (VERSION): Add and use it where the version
8849 number was used. Set it to 2.8.
8850
8851 * intro.texi: Likewise.
8852
88532001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
8854
8855 * files.texi (File Name Completion): Document the significance of
8856 a trailing slash in elements of completion-ignored-extensions.
8857
88582001-10-06 Miles Bader <miles@gnu.org>
8859
8860 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
8861
88622001-10-04 Gerd Moellmann <gerd@gnu.org>
8863
8864 * variables.texi (Variable Aliases): New node.
8865
88662001-10-04 Gerd Moellmann <gerd@gnu.org>
8867
8868 * Branch for 21.1.
8869
88702001-10-02 Miles Bader <miles@gnu.org>
8871
8872 * minibuf.texi (Minibuffer Misc): Add entries for
8873 `minibuffer-contents', `minibuffer-contents-no-properties', and
8874 `delete-minibuffer-contents'.
8875 Correct description for `minibuffer-prompt-end'.
8876
8877 * text.texi (Property Search): Correct descriptions of
8878 `next-char-property-change' and `previous-char-property-change'.
8879 Add entries for `next-single-char-property-change' and
8880 `previous-single-char-property-change'.
8881 Make operand names a bit more consistent.
8882
88832001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
8884
8885 * frames.texi (Finding All Frames): Document that next-frame and
8886 previous-frame are local to current terminal.
8887
88882001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
8889
8890 * keymaps.texi (Creating Keymaps): Fix the description of the
8891 result of make-keymap.
8892
88932001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
8894
8895 * display.texi (Font Lookup, Attribute Functions)
8896 (Image Descriptors): Add cross-references to the definition of
8897 selected frame.
8898
8899 * buffers.texi (The Buffer List): Add cross-references to the
8900 definition of selected frame.
8901
8902 * frames.texi (Input Focus): Clarify which frame is _the_ selected
8903 frame at any given time.
8904 (Multiple Displays, Size and Position): Add a cross-reference to
8905 the definition of the selected frame.
8906
89072001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
8908
8909 * strings.texi (String Conversion) <string-to-number>: Document
8910 that a float is returned for integers that are too large.
8911
8912 * frames.texi (Mouse Position): Document mouse-position-function.
8913 (Display Feature Testing): Document display-images-p.
8914 (Window Frame Parameters): Document the cursor-type variable.
8915
8916 * numbers.texi (Integer Basics): Document CL style read syntax for
8917 integers in bases other than 10.
8918
5dcb4c4e
SM
8919 * positions.texi (List Motion):
8920 Document open-paren-in-column-0-is-defun-start.
b8d4c8d0
GM
8921
8922 * lists.texi (Sets And Lists): Document member-ignore-case.
8923
8924 * internals.texi (Garbage Collection): Document the used and free
8925 strings report.
8926 (Memory Usage): Document strings-consed.
8927
8928 * os.texi (Time of Day): Document float-time.
8929 (Recording Input): Document that clear-this-command-keys clears
8930 the vector to be returned by recent-keys.
8931
8932 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
8933 argument keymap can be a list.
8934
8935 * nonascii.texi (User-Chosen Coding Systems)
8936 <select-safe-coding-system>: Document the new argument
8937 accept-default-p and the variable
8938 select-safe-coding-system-accept-default-p. Tell what happens if
8939 buffer-file-coding-system is undecided.
8940 (Default Coding Systems): Document auto-coding-regexp-alist.
8941
8942 * display.texi (The Echo Area) <message>: Document
8943 message-truncate-lines.
8944 (Glyphs): Document that the glyph table is unused on windowed
8945 displays.
8946
8947 * help.texi (Describing Characters) <single-key-description>:
8948 Document the new argument no-angles.
8949 (Accessing Documentation) <documentation-property>: Document that
8950 a non-string property is evaluated.
8951 <documentation>: Document that the function-documentation property
8952 is looked for.
8953
8954 * windows.texi (Selecting Windows): Document some-window.
8955
8956 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
8957
8958 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
8959 apropos-mode-hook.
8960
8961 * commands.texi (Using Interactive): Document interactive-form.
8962 (Keyboard Macros): Document kbd-macro-termination-hook.
8963 (Command Loop Info): Document that clear-this-command-keys clears
8964 the vector to be returned by recent-keys.
8965
89662001-09-04 Werner LEMBERG <wl@gnu.org>
8967
8968 * Makefile.in (srcdir, texinputdir): New variables.
8969 (srcs, index.texi, install): Use $(srcdir).
8970 (.PHONY): Remove elisp.dvi.
8971 (elisp): Use -I switch for makeinfo.
8972 (elisp.dvi): Use $(srcdir) and $(texinputdir).
8973 (installall, dist): Use $(srcdir).
8974 Fix path to texinfo.tex.
8975 (maintainer-clean): Add elisp.dvi and elisp.oaux.
8976
89772001-08-30 Gerd Moellmann <gerd@gnu.org>
8978
8979 * display.texi (Conditional Display): Adjust to API change.
8980
8981 * configure: New file.
8982
89832001-07-30 Gerd Moellmann <gerd@gnu.org>
8984
8985 * commands.texi (Repeat Events): Add description of
8986 double-click-fuzz.
8987
89882001-05-08 Stefan Monnier <monnier@cs.yale.edu>
8989
8990 * syntax.texi (Syntax Class Table): Add the missing designator for
8991 comment and string fences.
8992 (Syntax Properties): Add a xref to syntax table internals.
8993 (Syntax Table Internals): Document string-to-syntax.
8994
89952001-05-07 Gerd Moellmann <gerd@gnu.org>
8996
8997 * Makefile.in (install): Use install-info command line options
8998 like in Emacs' Makefile.in.
8999
90002000-12-09 Miles Bader <miles@gnu.org>
9001
9002 * windows.texi (Window Start): Update documentation for
9003 `pos-visible-in-window-p'.
9004
90052000-11-12 Stefan Monnier <monnier@cs.yale.edu>
9006
9007 * lists.texi (Building Lists): Add footnote to explain how to add
9008 to the end of a list.
9009
90102000-10-25 Gerd Moellmann <gerd@gnu.org>
9011
9012 * files.texi (Visiting Functions): Typos.
9013
90142000-10-25 Kenichi Handa <handa@etl.go.jp>
9015
9016 * files.texi (Visiting Functions): Return value of
9017 find-file-noselect may be a list of buffers if wildcards are used.
9018
90192000-10-24 Miles Bader <miles@lsi.nec.co.jp>
9020
9021 * display.texi (Defining Faces): Document `graphic' display type
9022 in face specs.
9023
b344d29d 90242000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b8d4c8d0
GM
9025
9026 * hooks.texi (Standard Hooks): Replace obsolete
9027 `after-make-frame-hook' with `after-make-frame-functions'.
9028
9029 * frames.texi (Creating Frames): Ditto.
9030
9031 * variables.texi (Future Local Variables): Ditto.
9032
90332000-10-16 Gerd Moellmann <gerd@gnu.org>
9034
9035 * display.texi (Other Image Types): Add description of :foreground
9036 and :background properties of mono PBM images.
9037
90382000-08-17 Werner LEMBERG <wl@gnu.org>
9039
9040 * .cvsignore: New file.
9041
90422000-01-05 Gerd Moellmann <gerd@gnu.org>
9043
9044 * tindex.pl: New script.
9045
90461999-12-03 Dave Love <fx@gnu.org>
9047
9048 * Makefile.in (MAKEINFO): New parameter.
9049
90501999-09-17 Richard Stallman <rms@gnu.org>
9051
9052 * Makefile.in (srcs): Add hash.texi.
9053 (VERSION): Update to 20.6.
9054
90551999-09-13 Richard Stallman <rms@gnu.org>
9056
9057 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
9058
90591998-08-29 Karl Heuer <kwzh@gnu.org>
9060
9061 * configure.in: New file.
9062 * Makefile.in: Renamed from Makefile.
9063 (prefix, infodir): Use value obtained from configure.
9064 (emacslibdir): Obsolete variable deleted.
9065 (dist): Distribute configure.in, configure, Makefile.in.
9066
90671998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
9068
9069 * Makefile (INSTALL_INFO): New variable.
9070 (install): Run install-info.
9071
90721998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
9073
9074 * Makefile (elisp.dvi): Add missing backslash.
9075
90761998-05-02 Richard Stallman <rms@psilocin.gnu.org>
9077
9078 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
9079 Run texindex without `./'. Always run texindex on elisp.tp.
9080 (elisp.tps): Target deleted.
9081
90821998-04-05 Richard Stallman <rms@psilocin.gnu.org>
9083
9084 * Makefile (srcs): Add nonascii.texi and customize.texi.
9085 (dist): Start by deleting `temp'.
9086
90871998-02-17 Richard Stallman <rms@psilocin.gnu.org>
9088
9089 * Makefile (makeinfo, texindex): Targets deleted.
9090 (makeinfo.o, texindex.o): Targets deleted.
9091 (clean, dist): Don't do anything with them or with getopt*.
9092
90931998-01-30 Richard Stallman <rms@psilocin.gnu.org>
9094
9095 * Makefile (SHELL): Defined.
9096
90971998-01-27 Richard Stallman <rms@psilocin.gnu.org>
9098
9099 * Makefile (elisp.tps): New target.
9100 (elisp.dvi): Depend on elisp.tps.
9101
c5602427 91021996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
b8d4c8d0
GM
9103
9104 * README: Update phone number.
9105
9106 * Makefile (elisp): Make this be the default target.
9107 Depend on makeinfo.c instead of makeinfo.
9108 (install): Don't depend on elisp.dvi, since we don't install that.
9109 Use mkinstalldirs.
9110 (dist): Add mkinstalldirs.
9111
c5602427 91121995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
b8d4c8d0
GM
9113
9114 * Makefile (VERSION): Update version number.
5dcb4c4e 9115 (maintainer-clean): Rename from realclean.
b8d4c8d0 9116
c5602427 91171995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
b8d4c8d0
GM
9118
9119 * Makefile (realclean): New target.
9120 (elisp): Remove any old elisp-* files first.
9121
c5602427 91221993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
b8d4c8d0
GM
9123
9124 * Makefile (VERSION): New variable.
9125 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
9126 Compressed file suffix should be `.gz', not `.z'.
9127
ce058493 91281993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9129
9130 * Makefile (elisp): Depend on makeinfo.
9131
c5602427 91321993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
b8d4c8d0
GM
9133
9134 * Makefile (srcs): Add anti.texi.
9135
c5602427 91361993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9137
9138 * Makefile (infodir, prefix): New vars.
9139 (install): Use infodir.
9140 (emacsinfodir): Deleted.
9141
c5602427 91421993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9143
9144 * Makefile (srcs): Add calendar.texi.
9145
9146 * Makefile (dist): Copy texindex.c and makeinfo.c.
9147 Limit elisp-* files to those with one or two digits.
9148
c5602427 91491993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
9150
9151 * Makefile (dist): Changed to use Gzip instead of compress.
9152
c5602427 91531993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9154
9155 * loading.texi (Unloading): define-function changed back to
9156 defalias. It may not stay this way, but at least it's
9157 consistent with the known-good version of the code patch.
9158
c5602427 91591993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
b8d4c8d0
GM
9160
9161 * modes.texi (Hooks): Document new optional arg of add-hook.
9162
c5602427 91631993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9164
9165 * variables.texi: Document nil initial value of buffer-local variables.
9166
9167 * tips.texi: Add new section on standard library headers.
9168
c5602427 91691993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
9170
9171 * Makefile (srcs): Add frame.texi to the list of sources.
9172
c5602427 91731993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
9174
9175 * Makefile (dist): Don't bother excluding autosave files; they'll
9176 never make it into the temp directory anyway, and the hash marks
9177 in the name are problematic for make and the Bourne shell.
9178 (srcs):
9179
c5602427 91801993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
9181
9182 * Makefile (dist): Don't include backup files or autosave files in
9183 the distribution tar file.
9184
c5602427 91851991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0 9186
5dcb4c4e 9187 * Makefile (srcs): Add index.perm.
b8d4c8d0
GM
9188 (elisp.dvi): Remove erroneous shell comment.
9189 Expect output of permute-index in permuted.fns.
9190 Save old elisp.aux in elisp.oaux.
5dcb4c4e 9191 (clean): Add index.texi to be deleted.
b8d4c8d0 9192
c5602427 91931990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
9194
9195 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
9196
c5602427 91971990-06-26 David Lawrence (tale@geech)
b8d4c8d0
GM
9198
9199 * files.texi: Noted that completion-ignored-extensions is ignored
9200 when making *Completions*.
9201
3e868ee3 92021990-06-08 Jay Fenlason (hack@ai.mit.edu)
b8d4c8d0
GM
9203
9204 * Makefile make dist now depends on elisp.dvi, since it tries
9205 to include it in the dist file.
9206
c5602427 92071990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
b8d4c8d0 9208
c5602427 9209 * functions.texinfo (Mapping Functions): Add missing quote.
b8d4c8d0 9210
c5602427 92111989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
9212
9213 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
9214 (defunargs): Turn off \hyphenchar of \sl font temporarily.
9215
c5602427 92161989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9217
9218 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
9219 and @error{} are the terms now being used. The files in the
9220 directory have been changed to reflect this.
9221
9222 * All instances of @indentedresultt{} have been changed to
9223 ` @result{}', using 5 spaces at the begining of the line.
9224
c5602427 92251989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9226
9227 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
9228 experimental @indentedresult{}, @indentedexpandsto{} are part of
9229 the texinfo.tex in this directory. These TeX macros are not
9230 stable yet.
9231
c5602427 92321989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9233
9234 * texinfo.tex: Temporarily added
9235 \let\result=\dblarrow
9236 \def\error{{\it ERROR} \longdblarrow}
9237 We need to do this better soon.
9238
c5602427 92391989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9240
9241 * Applied Karl Berry's patches to *.texinfo files, but not to
9242 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
9243 new title page format is also not applied, since it requires
9244 texinfo.tex changes.)
9245
9246 * Cleaned up `Makefile' and defined the `emacslibdir' directory
9247 for the Project GNU development environment.
9248
9249;; Local Variables:
c8763fb6 9250;; coding: utf-8
b8d4c8d0
GM
9251;; End:
9252
73b0cd50 9253 Copyright (C) 1998-2011 Free Software Foundation, Inc.
b8d4c8d0
GM
9254
9255 This file is part of GNU Emacs.
9256
352c8b4a 9257 GNU Emacs is free software: you can redistribute it and/or modify
b8d4c8d0 9258 it under the terms of the GNU General Public License as published by
352c8b4a
GM
9259 the Free Software Foundation, either version 3 of the License, or
9260 (at your option) any later version.
b8d4c8d0
GM
9261
9262 GNU Emacs is distributed in the hope that it will be useful,
9263 but WITHOUT ANY WARRANTY; without even the implied warranty of
9264 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9265 GNU General Public License for more details.
9266
9267 You should have received a copy of the GNU General Public License
352c8b4a 9268 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.