* textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
[bpt/emacs.git] / doc / lispref / ChangeLog
CommitLineData
c7844a27
LMI
12011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2
a9ab721e
LMI
3 * strings.texi (Formatting Strings): Clarify what the "-" and "0"
4 flags mean (bug#6659).
5
c7844a27
LMI
6 * functions.texi (What Is a Function): Document the autoload
7 object (bug#6496).
8
f68d76d0
LMI
92011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
10
8a20ca4c
LMI
11 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
12 is only used in the Customize user interface (bug#6089).
13
f68d76d0 14 * display.texi (Showing Images): Mention the point of sliced
6dd56db4 15 images (bug#7836).
f68d76d0 16
7018dbe7
EZ
172011-07-02 Eli Zaretskii <eliz@gnu.org>
18
19 * variables.texi (Defining Variables, Void Variables)
20 (Constant Variables): Fix incorrect usage of @kindex.
21
36cb87a1
LMI
222011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
23
28ee97c7
LMI
24 * variables.texi (Defining Variables): Add an index entry for
25 `set-variable' (bug#7262).
8d4294e9 26 (Defining Variables): Use @findex for functions.
28ee97c7 27
8862ffd5
LMI
28 * frames.texi (Basic Parameters): Document the `explicit-name'
29 parameter (bug#6951).
30
0ec389b9
LMI
31 * customize.texi (Type Keywords): Clarify that :value provides a
32 default value for all types (bug#7386).
33
36cb87a1
LMI
34 * streams.texi (Output Functions): Document `pp'.
35
11fdef7d 362011-06-25 Chong Yidong <cyd@stupidchicken.com>
dfc47e35
CY
37
38 * keymaps.texi (Searching Keymaps):
39 * display.texi (Overlay Properties): Fix errors in 2011-05-29
40 change. Suggested by Johan Bockgård.
41
eeafcea7
CY
422011-06-15 Chong Yidong <cyd@stupidchicken.com>
43
44 * text.texi (Special Properties): Clarify role of font-lock-face.
45
b96e6cde
LMI
462011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
47
48 * processes.texi (Process Information): Renamed `process-alive-p'
49 to `process-live-p' for consistency with other `-live-p' functions.
50
be14b9ab
PE
512011-06-03 Paul Eggert <eggert@cs.ucla.edu>
52
53 Document wide integers better.
54 * files.texi (File Attributes): Document ino_t values better.
2d365993 55 ino_t values no longer map to anything larger than a single cons.
be14b9ab
PE
56 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
57 (Bitwise Operations):
001903b5
PE
58 * objects.texi (Integer Type): Use a binary notation that is a bit easier
59 to read, and that will port better if 62-bits becomes the default.
60 Fix or remove incorrect examples.
be14b9ab
PE
61 * os.texi (Time Conversion): Document time_t values better.
62
bcd54f83
LMI
632011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
64
65 * processes.texi (Process Information): Document
66 `process-alive-p'.
67
049bcbcb
CY
682011-05-29 Chong Yidong <cyd@stupidchicken.com>
69
70 * help.texi (Accessing Documentation):
71 * display.texi (Pixel Specification):
72 * processes.texi (Serial Ports, Serial Ports):
73 * nonascii.texi (Character Properties, Default Coding Systems):
74 * text.texi (Changing Properties, Special Properties):
75 * windows.texi (Window Start and End):
76 * modes.texi (SMIE Indentation Example, SMIE Tricks):
77 * keymaps.texi (Searching Keymaps, Tool Bar):
78 * minibuf.texi (Basic Completion):
79 * compile.texi (Eval During Compile):
80 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
81 7x9 paper in printed manual.
82
83 * lists.texi (Sets And Lists): Fix misplaced text.
84
58539c63
CY
852011-05-29 Chong Yidong <cyd@stupidchicken.com>
86
87 * keymaps.texi (Remapping Commands): Emphasize that the keymap
88 needs to be active (Bug#8350).
89
6b5681bf
CY
902011-05-28 Chong Yidong <cyd@stupidchicken.com>
91
b4d52acc
CY
92 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
93
6b5681bf
CY
94 * tips.texi (Coding Conventions): Remove antediluvian filename
95 limit recommendation (Bug#8538).
96
e145f188
GM
972011-05-27 Glenn Morris <rgm@gnu.org>
98
99 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
100
eafed945
GM
1012011-05-26 Glenn Morris <rgm@gnu.org>
102
103 * variables.texi (File Local Variables):
104 Update hack-local-variables `mode-only' return value.
2d3ba9e7 105 Add some more details on what this function does in the other case.
eafed945 106
bc8410af
GM
1072011-05-19 Glenn Morris <rgm@gnu.org>
108
109 * lists.texi (Sets And Lists): Mention cl provides union etc.
110
35a30759
N
1112011-05-19 Nix <nix@esperi.org.uk>
112
113 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
114
115 * text.texi (Parsing HTML): Update for function name changes.
116
117 * syntax.texi (Syntax Flags): Small fix.
118
119 * keymaps.texi (Active Keymaps): Typo fix.
120 (Changing Key Bindings): Grammar fix.
121
122 * frames.texi (Minibuffers and Frames): Grammar fix.
123 (Window System Selections): x-select-enable-clipboard now defaults to t.
124
125 * customize.texi (Common Keywords):
126 * display.texi (Abstract Display):
127 * modes.texi (Auto-Indentation):
128 * nonascii.texi (Converting Representations): Typo fixes.
129
130 * control.texi (Examples of Catch): Call it "goto" not "go to".
131
e3934a8a
EZ
1322011-05-14 Eli Zaretskii <eliz@gnu.org>
133
bc039a3b
EZ
134 * nonascii.texi (Character Properties): Fix inconsistencies with
135 implementation.
136
e3934a8a
EZ
137 * text.texi (Special Properties): Move @defvar's out of the
138 @table. (Bug#8652)
139
e2c94218
GM
1402011-05-12 Glenn Morris <rgm@gnu.org>
141
142 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
143
d2fc7e3d 1442011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
bc3bea9c
SM
145
146 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
147 (Multiline Font Lock):
148 * vol2.texi (Top):
149 * vol1.texi (Top):
150 * elisp.texi (Top): Update menu accordingly.
151
d2fc7e3d 1522011-05-12 Drew Adams <drew.adams@oracle.com>
e6dc6206
DA
153
154 * modes.texi (Region to Fontify): Fix typo.
155
79b70037
GM
1562011-05-10 Jim Meyering <meyering@redhat.com>
157
158 * minibuf.texi: Fix typo "in in -> in".
159
b08a63cc 1602011-05-06 Paul Eggert <eggert@cs.ucla.edu>
fed14fd7
PE
161
162 * numbers.texi (Integer Basics): Large integers are treated as floats.
163
1ef14cb4
LMI
1642011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
165
166 * processes.texi (Synchronous Processes): Document the (:file
167 "/file-name") syntax for `call-process'.
168
4ffd0d6b 1692011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
170
171 * windows.texi (Choosing Window): Fix typo.
172
4ffd0d6b 1732011-04-23 Chong Yidong <cyd@stupidchicken.com>
40954368
CY
174
175 * frames.texi (Layout Parameters): Note the difference between
176 querying and setting parameters for left-fringe and right-fringe
177 (Bug#6930).
178
fd5a8ae8
SM
1792011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
180
181 * minibuf.texi (Basic Completion): Be a bit more precise about the
182 valid kinds of completion tables.
183 (Programmed Completion): Remove obsolete text about lambda expressions
184 not being valid completion tables.
185
c1bcd0d5
CY
1862011-03-19 Chong Yidong <cyd@stupidchicken.com>
187
188 * positions.texi (Excursions): Explain the "save-excursion
189 defeated by set-buffer" warning.
190
191 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
192 save-excursion. Suggested by Uday S Reddy.
193
03408648 1942011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
ba83908c 195
03408648
SM
196 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
197 (Lexical Binding): New sub-section.
ba83908c 198
03408648
SM
199 * eval.texi (Eval): Discourage the use of `eval'.
200 Document its new `lexical' argument.
6c075cd7 201
f6d62986
SM
2022011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
203
03408648 204 * commands.texi (Command Overview): `post-command-hook' is not reset to
f6d62986
SM
205 nil any more.
206
84ea5558 2072011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
e4021ec1
SM
208
209 * strings.texi (String Conversion): Don't mention
210 string-make-(uni|multi)byte (bug#8262).
211 * nonascii.texi (Converting Representations): Fix up range.
212 * keymaps.texi (Key Binding Commands): Update code point, avoid
213 "unibyte character" and remove mention of unibyte bindings.
214
62d94509
EZ
2152011-03-10 Eli Zaretskii <eliz@gnu.org>
216
217 * modes.texi (Operator Precedence Grammars): Don't use characters
218 outside ISO-8859-1.
219
63a329f8
EZ
2202011-03-09 Eli Zaretskii <eliz@gnu.org>
221
222 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
223
224 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
225
6446548e
GM
2262011-03-08 Glenn Morris <rgm@gnu.org>
227
228 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
229 * intro.texi (Acknowledgements): Names to UTF-8.
80b005c7 230 * elisp.texi: Set documentencoding.
6446548e 231
33383987
JB
2322011-03-07 Chong Yidong <cyd@stupidchicken.com>
233
234 * Version 23.3 released.
235
0b3ceceb
CY
2362011-03-06 Chong Yidong <cyd@stupidchicken.com>
237
238 * package.texi: Update index keywords.
239 (Package Archives): New node contents. Document package-x.el.
240
78f5433f
JB
2412011-03-06 Juanma Barranquero <lekktu@gmail.com>
242
243 * makefile.w32-in (srcs): Add package.texi.
244
555e9b5c
CY
2452011-03-06 Chong Yidong <cyd@stupidchicken.com>
246
120d9389
CY
247 * package.texi (Packaging, Packaging Basics, Simple Packages)
248 (Multi-file Packages): Expand and clarify.
249 (Package Archives): Temporary placeholder node.
250
251 * elisp.texi (Top): Update node listing.
252
555e9b5c
CY
253 * Makefile.in (srcs): Add package.texi.
254
b59a4335
CY
2552011-03-05 Chong Yidong <cyd@stupidchicken.com>
256
257 * processes.texi (Synchronous Processes): Minor clarification
258 (Bug#8149).
259
06083aa1
GM
2602011-03-03 Glenn Morris <rgm@gnu.org>
261
262 * files.texi (Truenames): Minor clarification. (Bug#2341)
263
6640b281
GM
2642011-03-01 Glenn Morris <rgm@gnu.org>
265
266 * variables.texi (Directory Local Variables):
267 Mention `(subdirs . nil)' alist element.
268
2b0c7330 2692011-02-28 Glenn Morris <rgm@gnu.org>
081f7640
GM
270
271 * variables.texi (Directory Local Variables): Mention the optional
272 mtime argument of dir-locals-set-directory-class. (Bug#3577)
273
b923f7a9
CY
2742011-02-27 Chong Yidong <cyd@stupidchicken.com>
275
276 * minibuf.texi (Minibuffer History): Clarify discussion of
277 minibuffer history lists (Bug#8085).
278
67ab0163 2792011-02-19 Eli Zaretskii <eliz@gnu.org>
86ec878a 280
e979a521
EZ
281 * elisp.texi: Sync @dircategory with ../../info/dir.
282
e03b2fd4
EZ
283 * files.texi (Visiting Functions): Document find-file-literally,
284 both the command and the variable.
285
86ec878a
EZ
286 * variables.texi (Creating Buffer-Local): Explain the meaning of
287 permanent local variables.
288
67ab0163
GM
289 * files.texi (Visiting Functions): Document find-file-literally,
290 both the command and the variable.
291
292 * variables.texi (Creating Buffer-Local): Explain the meaning of
293 permanent local variables.
294
2952011-02-19 Glenn Morris <rgm@gnu.org>
dff9ac46
GM
296
297 * keymaps.texi (Remapping Commands): Mention how to undo it.
298
bfcb151a
RT
2992011-02-09 Reuben Thomas <rrt@sc3d.org>
300
301 * loading.texi (Hooks for Loading): Remove unnecessary advice
302 about eval-after-load (Bug#7986).
303
a41c8660
CY
3042011-02-05 Chong Yidong <cyd@stupidchicken.com>
305
306 * commands.texi (Accessing Mouse): Note that a header line is not
307 included in the row of posn-col-row.
308
e0dd6837
CY
3092011-02-02 Chong Yidong <cyd@stupidchicken.com>
310
311 * modes.texi (Major Mode Conventions): Add face guidelines.
312 (Faces for Font Lock): List faces in order of prominence.
313
a4180391
PE
3142011-02-01 Paul Eggert <eggert@cs.ucla.edu>
315
316 format-time-string now supports subsecond time stamp resolution
317 * os.texi (Time Parsing): Document %N.
318
7427eb97
CY
3192011-01-28 Chong Yidong <cyd@stupidchicken.com>
320
61db307f
CY
321 * vol1.texi (Top):
322 * vol2.texi (Top):
323 * elisp.texi (Top):
324 * display.texi (Display Property): Shorten the menu description of
325 the "Other Display Specs" node (Bug#7816).
326
7427eb97
CY
327 * keymaps.texi (Defining Menus): Add "menu item" and "extended
328 menu item" concept index entries (Bug#7805).
329
bf3dae7e
EZ
3302011-01-29 Eli Zaretskii <eliz@gnu.org>
331
332 * makefile.w32-in (texinfodir): New variable.
333 (usermanualdir): Remove as redundant with $(emacsdir).
334 (MAKEINFO): Remove options, leave only program name.
335 (MAKEINFO_OPTS): New variable.
336 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
337
06d8ace5 3382011-01-25 Chong Yidong <cyd@stupidchicken.com>
e6cf7a82
CY
339 Richard Kim <emacs18@gmail.com>
340
341 * loading.texi (Library Search): Document list-load-path-shadows
342 (Bug#7757).
343
06d8ace5 3442011-01-25 Chong Yidong <cyd@stupidchicken.com>
3f066f54
CY
345
346 * searching.texi (Regexp Special): Remove outdated discussion of
347 character sets (Bug#7780).
348
28a88153
CY
349 * frames.texi (Pop-Up Menus): Document where menu title comes
350 from (Bug#7684).
351
06d8ace5 3522011-01-25 Glenn Morris <rgm@gnu.org>
4d265b4d
GM
353
354 * display.texi (Making Buttons): Mention limitation of text buttons.
355
a8e1e9ee
WL
3562011-01-23 Werner Lemberg <wl@gnu.org>
357
358 * Makefile.in (MAKEINFO): Now controlled by `configure'.
359 (MAKEINFO_OPTS): New variable. Use it where appropriate.
360 (ENVADD): New variable to control texi2dvi and texi2pdf.
361
362b9d48
GM
3622011-01-15 Chong Yidong <cyd@stupidchicken.com>
363
364 * files.texi (Directory Names): Move directory-abbrev-alist doc to
365 Emacs manual.
366
3672011-01-15 Eli Zaretskii <eliz@gnu.org>
368
369 * files.texi (Directory Names): Explain why FROM in
370 directory-abbrev-alist should begin with \`. (Bug#7777)
371
3fa173b4
SM
3722011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
373
374 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
375
7c420169 3762011-01-02 Eli Zaretskii <eliz@gnu.org>
2e4ab211
EZ
377
378 * modes.texi (Emulating Mode Line): Fix last change.
379
7c420169 3802011-01-02 Eli Zaretskii <eliz@gnu.org>
287e63bb
EZ
381
382 * modes.texi (Emulating Mode Line): Update documentation of
383 format-mode-line according to changes that fixed bug #7587.
384
80b33766
SM
3852010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
386
387 * modes.texi (Derived Modes): Mention prog-mode.
388
389 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
390 of the key-binding-data cache since we don't use it any more.
391
f49d1f52 3922010-12-13 Eli Zaretskii <eliz@gnu.org>
3c73e30e 393
4bb49a92
EZ
394 * processes.texi (Shell Arguments):
395 * strings.texi (Creating Strings): Don't mention "shell commands";
396 make it explicit that `split-string-and-unquote' and
397 `combine-and-quote-strings' are mainly for working with arguments
398 to call-process and start-process.
399
3c73e30e
EZ
400 * processes.texi (Shell Arguments): Fix documentation of
401 `split-string-and-unquote'. Add indexing. (Bug#7563)
402
f49d1f52 4032010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5dcb4c4e
SM
404
405 * modes.texi (Auto-Indentation): New section to document SMIE.
406 (Major Mode Conventions):
407 * text.texi (Mode-Specific Indent): Refer to it.
408
f49d1f52 4092010-12-13 Eli Zaretskii <eliz@gnu.org>
bdef6a77
EZ
410
411 * display.texi (Other Display Specs): Document left-fringe and
412 right-fringe display specs.
413
f49d1f52 4142010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
769741e3
SM
415
416 * backups.texi (Making Backups):
417 * modes.texi (Example Major Modes): Use recommended coding style.
418 (Major Mode Basics, Derived Modes): Encourge more strongly use of
419 define-derived-mode. Mention completion-at-point-functions.
420
f49d1f52 4212010-12-13 Chong Yidong <cyd@stupidchicken.com>
3e99b825 422
5dcb4c4e
SM
423 * nonascii.texi (Converting Representations):
424 Document byte-to-string.
e1115396 425
ec1b9b17
GM
4262010-12-08 Glenn Morris <rgm@gnu.org>
427
428 * buffers.texi (Modification Time):
429 verify-visited-file-modtime now defaults to the current buffer.
430
07976ae3 4312010-11-27 Chong Yidong <cyd@stupidchicken.com>
3e99b825 432
ec1b9b17 433 * nonascii.texi (Converting Representations): Document byte-to-string.
3e99b825
CY
434
435 * strings.texi (Creating Strings): Don't mention semi-obsolete
436 function char-to-string.
437 (String Conversion): Shorten discussion of semi-obsolete function
438 string-to-char. Link to Converting Representations.
439
440 * objects.texi (Symbol Type):
441 * text.texi (Near Point):
442 * help.texi (Help Functions):
443 * functions.texi (Mapping Functions): Use string instead of
444 char-to-string in examples.
445
07976ae3 4462010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295
CY
447
448 * text.texi (Kill Functions, Kill Functions)
449 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
450 YANK-HANDLER args.
451
452 * symbols.texi (Creating Symbols): Using unintern without an
453 obarray arg is now obsolete.
454
455 * numbers.texi (Float Basics): Document float-e and float-pi.
456
457 * variables.texi (Defining Variables): Change "pi" example to
458 "float-pi".
459
8547874a
EZ
4602010-11-26 Eli Zaretskii <eliz@gnu.org>
461
462 * commands.texi (Click Events): Document the values of X, Y and
463 COL, ROW in the event's position, when the click is on the header
464 or mode line, on the fringes, or in the margins.
465
4a47c275 4662010-11-17 Eli Zaretskii <eliz@gnu.org>
c7926fe2 467
5b05d75b
EZ
468 * customize.texi (Composite Types): Lower-case index entry.
469
5dcb4c4e
SM
470 * loading.texi (How Programs Do Loading):
471 Document load-file-name. (Bug#7346)
c7926fe2 472
4a47c275 4732010-11-17 Glenn Morris <rgm@gnu.org>
cde08ac9
GM
474
475 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
476
0eb025fb
EZ
4772010-11-13 Eli Zaretskii <eliz@gnu.org>
478
479 * display.texi (Usual Display): Characters with no fonts are not
480 necessarily displayed as empty boxes.
481
2699a554 4822010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
483
484 * maps.texi (Standard Keymaps): Update File menu description.
485
8289f37b
GM
4862010-10-28 Glenn Morris <rgm@gnu.org>
487
488 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
489
5793a7bc 4902010-10-24 Eli Zaretskii <eliz@gnu.org>
89baa1df
EZ
491
492 * display.texi (Window Systems): Deprecate use of window-system as
493 a predicate.
494
17284e30
GM
4952010-10-23 Glenn Morris <rgm@gnu.org>
496
497 * help.texi (Documentation Basics): Remove mentions of digest-doc and
498 sorted-doc.
499
00f113eb
JB
5002010-10-15 Eli Zaretskii <eliz@gnu.org>
501
502 * os.texi (Dynamic Libraries): New node, with slightly modified
503 text deleted from "Image Formats".
504 (System Interface): Add @menu entry for "Dynamic Libraries".
505
506 * display.texi (Image Formats): Remove description of
507 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
508
07277eb8
GM
5092010-10-12 Glenn Morris <rgm@gnu.org>
510
511 * book-spine.texinfo: Rename to book-spine.texi.
512
c12e4a81
GM
5132010-10-11 Glenn Morris <rgm@gnu.org>
514
df187c62
GM
515 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
516
c12e4a81 517 * Makefile.in (DVIPS): New variable.
234db610
GM
518 (.PHONY): Add html, ps.
519 (html, elisp.html, ps, elisp.ps): New targets.
520 (clean): Delete html, ps files.
521 ($(infodir)/elisp): Remove unnecessary includes.
c12e4a81 522
6513b232
EZ
5232010-10-09 Eli Zaretskii <eliz@gnu.org>
524
525 * makefile.w32-in (emacsdir): New variable.
526 (srcs): Add emacsver.texi.
527 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
528
abd40fb4
GM
5292010-10-09 Glenn Morris <rgm@gnu.org>
530
c1dc72b3
GM
531 * Makefile.in (VPATH): Remove.
532 (infodir): Make it absolute.
533 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
534
4393405b
GM
535 * Makefile.in (dist): Anchor regexps.
536
eef3ab94
GM
537 * Makefile.in (srcs): Put elisp.texi first.
538 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
539
aa9db089
GM
540 * Makefile.in (infoclean): Remove harmless, long-standing error.
541
abd40fb4
GM
542 * Makefile.in ($(infodir)): Delete rule.
543 (mkinfodir): New.
544 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
545
68db69ed 546 * Makefile.in (dist): Remove reference to emacsver.texi.in.
208deadc 547 Also copy emacsver.texi, and edit $emacsdir.
68db69ed 548
ea274122
GM
5492010-10-09 Glenn Morris <rgm@gnu.org>
550
f7a31f11
GM
551 * Makefile.in (emacsdir): New variable.
552 (MAKEINFO): Add -I $emacsdir.
553 (dist): Copy emacsver.texi.
b13254e7
GM
554 (srcs): Add emacsver.texi.
555
f7a31f11
GM
556 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
557 Set EMACSVER by including emacsver.texi.
558
ea274122
GM
559 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
560
17ca7950
GM
5612010-10-07 Glenn Morris <rgm@gnu.org>
562
563 * Makefile.in (version): New, set by configure.
564 (clean): Delete dist tar file.
565 (dist): Use version in tar name.
566
4c83f6e1
GM
5672010-10-06 Glenn Morris <rgm@gnu.org>
568
569 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
570 (INSTALL_INFO): Remove unused variable.
571 (mostlyclean, infoclean, dist): New rules.
572 (clean): Delete dvi and pdf files.
573 (maintainer-clean): Remove elisp.oaux, use infoclean.
8a944cea 574 ($(infodir)): Add parallel build workaround.
4c83f6e1 575
0264072d
GM
5762010-10-04 Glenn Morris <rgm@gnu.org>
577
578 * Makefile.in (dvi, pdf, $(infodir)): New targets.
579 ($(infodir)/elisp): Ensure target directory exists. Use $@.
8cce34d0 580 Fix -I typo.
0264072d
GM
581 (clean): No 'make.out' or 'core' files.
582 (.PHONY): Declare clean rules.
583 (maintainer-clean): Delete pdf file. Guard against cd failures.
584
77f38949
GM
5852010-10-03 Glenn Morris <rgm@gnu.org>
586
587 * files.texi (File Name Components): Remove ignored section about
588 deleted variable directory-sep-char.
589
178fdd41
MA
5902010-10-03 Michael Albinus <michael.albinus@gmx.de>
591
592 * files.texi (Magic File Names): New defopt
593 remote-file-name-inhibit-cache.
594
9c524fcb
GM
5952010-10-02 Glenn Morris <rgm@gnu.org>
596
597 * os.texi (Killing Emacs): Hook now runs in batch mode.
598
f816790b
SM
5992010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
600
601 * text.texi (Special Properties): Clarify when modification-hooks run.
602
7cf78aac
SM
6032010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
604
605 * syntax.texi (Syntax Flags): Document new `c' flag.
606
ca0d44e4
GM
6072010-09-09 Glenn Morris <rgm@gnu.org>
608
609 * display.texi (ImageMagick Images): General cleanup.
610
10999305 6112010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
612
613 * files.texi (Directory Names): Use \` rather than ^.
614
45240125
JD
6152010-09-02 Jan Djärv <jan.h.d@swipnet.se>
616
617 * text.texi (Low-Level Kill Ring):
618 * frames.texi (Window System Selections): Remove cut buffer
619 documentation.
620
4abe5bf6
EZ
6212010-08-28 Eli Zaretskii <eliz@gnu.org>
622
623 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
624 Parameters", where the default fringe width is described.
625
626 * frames.texi (Window Frame Parameters, Basic Parameters)
627 (Position Parameters, Layout Parameters, Management Parameters)
628 (Cursor Parameters, Font and Color Parameters): Add indexing for
629 frame parameters. (Bug#6929)
630
fdc76236
TT
6312010-08-25 Tom Tromey <tromey@redhat.com>
632
633 * vol2.texi (Top): Update.
634 * vol1.texi (Top): Update.
635 * tips.texi (Library Headers): Mention Package-Version and
636 Package-Requires.
637 * package.texi: New file.
638 * os.texi (System Interface): Update pointers.
639 * elisp.texi (Top): Link to new nodes. Include package.texi.
640 * anti.texi (Antinews): Update pointers.
641
1e5c1c80
EZ
6422010-08-25 Eli Zaretskii <eliz@gnu.org>
643
644 * processes.texi (Filter Functions): Fix last change.
645
78e33835
CY
6462010-08-24 Markus Triska <triska@gmx.at>
647
648 * processes.texi (Filter Functions): Use `buffer-live-p' instead
649 of `buffer-name' in the main text as well as in the example
650 (Bug#3098).
651
198a7a97
CY
6522010-08-22 Chong Yidong <cyd@stupidchicken.com>
653
654 * nonascii.texi (Text Representations):
655 * loading.texi (Loading Non-ASCII):
656 * compile.texi (Byte Compilation): Don't mention obsolete
657 --unibyte command-line argument.
658
bc7d7ea6
CY
6592010-08-22 Chong Yidong <cyd@stupidchicken.com>
660
661 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
662
b0126eac 6632010-08-22 Chong Yidong <cyd@stupidchicken.com>
96b1842d
CY
664
665 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
666
e8a6cc19
EZ
6672010-08-20 Eli Zaretskii <eliz@gnu.org>
668
669 * commands.texi (Misc Events): Add cross-references to where
670 POSITION of a mouse event is described in detail.
671
7815fe19 6722010-08-08 Christoph <cschol2112@googlemail.com>
ee301a7a
SM
673
674 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
675
7815fe19 6762010-08-08 Juanma Barranquero <lekktu@gmail.com>
e8bf5266
JB
677
678 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
679 Suggested by Štěpán Němec <stepnem@gmail.com>.
680
7815fe19 6812010-08-08 Juanma Barranquero <lekktu@gmail.com>
b4f588fa
JB
682
683 * minibuf.texi (High-Level Completion): Document args of
684 `read-buffer-function' (bug#5625).
685
8b2dd508
JD
6862010-07-29 Jan Djärv <jan.h.d@swipnet.se>
687
688 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
689
bace45fe
MA
6902010-07-29 Michael Albinus <michael.albinus@gmx.de>
691
692 * processes.texi (Process Information): Explain process property
693 `remote-tty'.
694
4ce5a4cc
JB
6952010-07-27 Juanma Barranquero <lekktu@gmail.com>
696
697 * modes.texi (Defining Minor Modes): Use C-delete in examples,
698 instead of "\C-\^?" (bug#6334).
699
1c84bc7a
JB
700 * text.texi (Special Properties): Fix typo.
701
b88746ba
EZ
7022010-07-09 Eli Zaretskii <eliz@gnu.org>
703
704 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
705 calling sequences, which are now the standard.
706
51422d6d
CY
7072010-06-24 Chong Yidong <cyd@stupidchicken.com>
708
709 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
710
711 * commands.texi (Command Overview): Mention undo-boundary call.
712
d24880de
GM
7132010-06-23 Glenn Morris <rgm@gnu.org>
714
715 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
716 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
717 * frames.texi, functions.texi, internals.texi, keymaps.texi:
718 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
719 * searching.texi, sequences.texi, strings.texi, syntax.texi:
720 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
721 Untabify Texinfo files.
722
0fc76035
CY
7232010-06-20 Chong Yidong <cyd@stupidchicken.com>
724
725 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
726
5338dc0b
CY
7272010-06-19 Chong Yidong <cyd@stupidchicken.com>
728
a628ad9d 729 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
5338dc0b 730
2c3a3c1d
CY
7312010-06-02 Chong Yidong <cyd@stupidchicken.com>
732
ba3bf1d9
CY
733 * searching.texi (Regexp Special): Remove obsolete information
734 about matching non-ASCII characters, and suggest using char
735 classes (Bug#6283).
2c3a3c1d 736
7f4b4249
JB
7372010-05-30 Juanma Barranquero <lekktu@gmail.com>
738
739 * minibuf.texi (Basic Completion): Add missing "@end defun".
740
637821cd
SM
7412010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
742
743 * minibuf.texi (Basic Completion): Document completion-boundaries.
744 (Programmed Completion): Document the new fourth method for boundaries.
745
e13051c3
CY
7462010-05-22 Chong Yidong <cyd@stupidchicken.com>
747
a628ad9d 748 * display.texi (Image Cache): Update documentation about image caching.
e13051c3 749
0235128c 7502010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
751
752 * windows.texi (Textual Scrolling):
753 * tips.texi (Coding Conventions):
754 * minibuf.texi (Minibuffer History):
755 * maps.texi (Standard Keymaps):
756 * loading.texi (Where Defined):
757 * edebug.texi (Instrumenting): Fix typos.
758
0235128c 7592010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549 760
c7c32279
CY
761 * keymaps.texi (Menu Bar): Document :advertised-binding property.
762
0235128c
SM
763 * functions.texi (Obsolete Functions):
764 Document set-advertised-calling-convention.
eb5ed549
CY
765
766 * minibuf.texi (Basic Completion): Document completion-in-region.
767 (Programmed Completion): Document completion-annotate-function.
768
769 * commands.texi (Reading One Event): Document read-key.
770 (Distinguish Interactive): Document KIND arg to
771 called-interactively-p. Delete obsolete interactive-p.
772
773 * elisp.texi (Top): Update node description.
774
f8848423
EZ
7752010-05-08 Eli Zaretskii <eliz@gnu.org>
776
0235128c
SM
777 * nonascii.texi (Character Properties):
778 Document unicode-category-table. Add an index entry for Unicode
779 general category.
780
7812010-05-07 Chong Yidong <cyd@stupidchicken.com>
782
783 * Version 23.2 released.
f8848423 784
938efb77
JB
7852010-04-20 Juanma Barranquero <lekktu@gmail.com>
786
787 * locals.texi (Standard Buffer-Local Variables):
788 Remove @ignore'd reference to `direction-reversed'.
789
5854c267
JL
7902010-04-14 Juri Linkov <juri@jurta.org>
791
792 Fix @deffn without category.
793
794 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
795 for `abbrev-insert'.
796
797 * buffers.texi (Indirect Buffers): Add category `Command'
798 to @deffn of `clone-indirect-buffer'.
799
800 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
801 for `next-window' and `previous-window'. Add category `Command'
802 to @deffn of `pop-to-buffer'.
803
8a14dec7
CY
8042010-04-01 Chong Yidong <cyd@stupidchicken.com>
805
806 * nonascii.texi (Text Representations): Don't mark
807 enable-multibyte-characters as a user option.
808
7a1831cf
EZ
8092010-03-31 Eli Zaretskii <eliz@gnu.org>
810
811 * control.texi (Handling Errors): How to re-throw a signal caught
812 by condition-case.
813
c3863713
CY
8142010-03-26 Chong Yidong <cyd@stupidchicken.com>
815
816 * loading.texi (Hooks for Loading): Document after-load-functions.
817 Copyedits.
818
c333f279
AM
8192010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
820
821 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
822
e867cb5d 8232010-03-24 Chong Yidong <cyd@stupidchicken.com>
f7704e26
CY
824
825 * processes.texi (Network Processes): Document seqpacket type.
826
605f35cd
DN
8272010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
828
829 * os.texi (System Environment): Do not mention lynxos.
830
288f9fc0
CY
8312010-03-10 Chong Yidong <cyd@stupidchicken.com>
832
833 * Branch for 23.2.
834
eed5c93a
CY
8352010-03-06 Chong Yidong <cyd@stupidchicken.com>
836
837 * objects.texi (Integer Type): Take note of the read syntax
838 exception for numbers that cannot fit in the integer type.
839
1ddd6622
GM
8402010-03-03 Glenn Morris <rgm@gnu.org>
841
842 * numbers.texi (Integer Basics, Bitwise Operations):
843 * objects.texi (Integer Type): Update for integers now being 30-bit.
844
a908c79a
CY
8452010-02-27 Chong Yidong <cyd@stupidchicken.com>
846
847 * display.texi (Low-Level Font): Document :otf font-spec property.
848
cd61af01
SM
8492010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
850
851 * display.texi (Line Height): Avoid obsolete special default variables
852 like default-major-mode.
853
c02f8fe2
AM
8542010-01-28 Alan Mackenzie <acm@muc.de>
855
856 * display.texi (Auto Faces): Say fontification-functions is called
857 whether or not Font Lock is enabled. Tidy up the wording a bit.
858
d738d18b
CY
8592010-01-17 Chong Yidong <cyd@stupidchicken.com>
860
861 * elisp.texi: Remove duplicate edition information (Bug#5407).
862
4963739e
JB
8632010-01-17 Juanma Barranquero <lekktu@gmail.com>
864
865 * two.el (volume-header-toc-markup): Fix typos in docstring.
866
c57008f6
SM
8672010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
868
869 Avoid dubious uses of save-excursions.
870 * positions.texi (Excursions): Recommend the use of
871 save-current-buffer if applicable.
872 * text.texi (Clickable Text): Fix the example code which used
873 save-excursion in a naive way which sometimes preserves point and
874 sometimes not.
875 * variables.texi (Creating Buffer-Local):
876 * os.texi (Session Management):
877 * display.texi (GIF Images):
878 * control.texi (Cleanups): Use (save|with)-current-buffer.
879
2f3725cd
EZ
8802010-01-02 Eli Zaretskii <eliz@gnu.org>
881
882 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
883
85eeac93
CY
8842010-01-02 Chong Yidong <cyd@stupidchicken.com>
885
886 * nonascii.texi (Text Representations, Character Codes)
887 (Converting Representations, Explicit Encoding)
888 (Translation of Characters): Use hex notation consistently.
889 (Character Sets): Fix map-charset-chars doc (Bug#5197).
890
4801c5fa
CY
8912010-01-01 Chong Yidong <cyd@stupidchicken.com>
892
893 * loading.texi (Where Defined): Make it clearer that these are
894 loaded files (Bug#5068).
895
26e533e2
CY
8962009-12-29 Chong Yidong <cyd@stupidchicken.com>
897
898 * minibuf.texi (Completion Styles): Document `initials' style.
899
16d1ff5f
CY
9002009-12-25 Chong Yidong <cyd@stupidchicken.com>
901
902 * frames.texi (Resources): Describe inhibit-x-resources.
903 (Size Parameters): Copyedit.
904
905 * hash.texi (Creating Hash):
906 * objects.texi (Hash Table Type): Document the new hash table
907 printed representation.
908
909 * minibuf.texi (Basic Completion): 4th arg to all-completions is
910 obsolete.
911
5dcb4c4e
SM
912 * processes.texi (Process Buffers):
913 Document process-kill-buffer-query-function.
16d1ff5f 914
9a5de3d9
GM
9152009-12-05 Glenn Morris <rgm@gnu.org>
916
917 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
918 diary-display-function, and no longer recommended to be a hook.
919 Update for changes in the names of calendar and diary hooks.
920 diary-print-entries-hook has changed section.
921
b640eb52
EZ
9222009-11-28 Eli Zaretskii <eliz@gnu.org>
923
924 * text.texi (Special Properties): More accurate description of
925 what the `cursor' property does.
926
be1674ab
KR
9272009-11-26 Kevin Ryde <user42@zip.com.au>
928
929 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
930 mouse-wheel-down-event, the closest thing to a definition for them.
931 * os.texi (Startup Summary): vindex inhibit-startup-message and
932 inhibit-splash-screen.
933 (Command-Line Arguments): vindex argv.
934 (Suspending Emacs): vindex suspend-tty-functions and
935 resume-tty-functions. Don't want to index every hook, but having
936 the programming ones is helpful.
937
603f5979
CY
9382009-11-14 Chong Yidong <cyd@stupidchicken.com>
939
940 * commands.texi (Motion Events): Fix typo (Bug#4907).
941
4359a806
CY
9422009-11-08 Chong Yidong <cyd@stupidchicken.com>
943
944 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
945 are affected by case-fold-search (Bug#4483).
946
0f063651
CY
9472009-11-02 Chong Yidong <cyd@stupidchicken.com>
948
949 * minibuf.texi (Reading File Names): Note that read-file-name may
950 use a graphical file dialog.
951
9bd79893
GM
9522009-10-31 Glenn Morris <rgm@gnu.org>
953
954 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
955
ebe479ec
KR
9562009-10-16 Kevin Ryde <user42@zip.com.au>
957
958 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
959 in particular so `info-lookup-symbol' can find its docs.
960
2640fa86
CY
9612009-10-16 Chong Yidong <cyd@stupidchicken.com>
962
963 * variables.texi (Constant Variables): Distinguish from defconst
964 variables.
965 (Defining Variables): Add cindex.
966
edd6a733
CY
9672009-10-15 Chong Yidong <cyd@stupidchicken.com>
968
969 * os.texi (Time of Day): Clarify that the microsecond part is
970 ignored (Bug#4637).
971
5feb0b73
GM
9722009-10-11 Glenn Morris <rgm@gnu.org>
973
974 * frames.texi (Size and Position): Clarify what is included in the frame
975 height. (Bug#4535)
976
0c5413c8
GM
9772009-10-10 Glenn Morris <rgm@gnu.org>
978
979 * windows.texi (Size of Window): The relationship between window and
980 frame heights is not so simple. (Bug#4535)
981 Mention window-full-height-p.
982
7f8b600a
SM
9832009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
984
985 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
986 used from Lisp.
987
6185de1c
EZ
9882009-10-07 Eli Zaretskii <eliz@gnu.org>
989
7f8b600a
SM
990 * files.texi (Directory Names) <abbreviate-file-name>:
991 Document that root home directories are not replaced with "~".
6185de1c 992
9972911f
EZ
9932009-10-06 Eli Zaretskii <eliz@gnu.org>
994
995 * text.texi (Special Properties): Document the meaning of the
996 `cursor' text property whose value is an integer.
997
2a3f19ef
MA
9982009-10-05 Michael Albinus <michael.albinus@gmx.de>
999
1000 * files.texi (Magic File Names): Add `copy-directory'.
1001
804543b5
EZ
10022009-10-05 Eli Zaretskii <eliz@gnu.org>
1003
1004 * files.texi (File Attributes): Fix description of file
1005 attributes. (Bug#4638) Update attributes of files.texi example to
1006 be more representative.
1007
461bf92b
MA
10082009-10-05 Michael Albinus <michael.albinus@gmx.de>
1009
1010 * files.texi (Create/Delete Dirs): New command copy-directory.
1011
a86cd395
JB
10122009-10-04 Juanma Barranquero <lekktu@gmail.com>
1013
1014 * anti.texi (Antinews):
1015 * macros.texi (Indenting Macros):
1016 * strings.texi (Creating Strings, Case Conversion):
1017 Remove duplicate words.
1018
d3080264
MA
10192009-10-01 Michael Albinus <michael.albinus@gmx.de>
1020
1021 * files.texi (Create/Delete Dirs): delete-directory has an
1022 optional parameter RECURSIVE.
1023
85d14563
SM
10242009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
1025
1026 * buffers.texi (Swapping Text): Minor clarification.
1027
3d9842c6
GM
10282009-10-01 Glenn Morris <rgm@gnu.org>
1029
1030 * functions.texi (Declaring Functions): Mention that we also search for
1031 ".m" files in the src/ directory.
1032
78427304
CY
10332009-09-25 David Engster <deng@randomsample.de>
1034
3d9842c6 1035 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
78427304 1036
b578c9cc
GM
10372009-09-22 Glenn Morris <rgm@gnu.org>
1038
1039 * internals.texi (Building Emacs): Mention preloaded-file-list.
1040
beee5da7
AM
10412009-09-14 Alan Mackenzie <acm@muc.de>
1042
1043 * os.texi (Terminal Output): Put "@code{}" around "stdout".
1044
5d6ab672
CY
10452009-09-13 Chong Yidong <cyd@stupidchicken.com>
1046
1047 * functions.texi (Anonymous Functions): Rearrange discussion,
1048 giving usage of unquoted lambda forms first. Mention that
1049 `function' and `#'' are no longer required (Bug#4290).
1050
59375eeb
AM
10512009-09-11 Alan Mackenzie <acm@muc.de>
1052
a86cd395 1053 * os.texi (Terminal Output): Document `send-string-to-terminal' in
59375eeb
AM
1054 batch mode.
1055
e7e2f529
GM
10562009-09-01 Glenn Morris <rgm@gnu.org>
1057
1058 * display.texi (Face Functions): Mention define-obsolete-face-alias.
1059
eae47088
GM
10602009-08-26 Ulrich Mueller <ulm@gentoo.org>
1061
1062 * nonascii.texi (Character Codes): Fix typos.
1063
3691a0a6
MA
10642009-08-25 Michael Albinus <michael.albinus@gmx.de>
1065
1066 * processes.texi (Synchronous Processes): New defvar
1067 process-file-side-effects.
1068
664d56b8
GM
10692009-08-25 Glenn Morris <rgm@gnu.org>
1070
1071 * display.texi (Fontsets): Fix typo.
1072
0706c025
GM
1073 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
1074
03a74b84
SM
10752009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
1076
1077 * processes.texi (Asynchronous Processes): Adjust arglist of
1078 start-process-shell-command and start-file-process-shell-command.
1079
f6de8a37
CY
10802009-08-15 Chong Yidong <cyd@stupidchicken.com>
1081
4b1ed1bb
CY
1082 * advice.texi (Argument Access in Advice): Note that argument
1083 positions are zero-based (Bug#3932).
1084
89a9e058
CY
1085 * commands.texi (Distinguish Interactive): Minor copyedit.
1086
23696fd7
CY
1087 * display.texi (Face Attributes): Add xref to Displaying Faces for
1088 explanation of "underlying face".
1089
f6de8a37
CY
1090 * customize.texi (Common Keywords): Add xref to Loading.
1091
1092 * loading.texi (How Programs Do Loading): Add xref to Lisp
1093 Libraries node in the Emacs manual.
1094
417f77e6
CY
10952009-08-13 Chong Yidong <cyd@stupidchicken.com>
1096
1097 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
1098
0999039c
CY
10992009-07-18 Chong Yidong <cyd@stupidchicken.com>
1100
1101 * processes.texi (Shell Arguments): Copyedits.
1102
9af167bc
GM
11032009-07-18 Glenn Morris <rgm@gnu.org>
1104
1105 * loading.texi (Repeated Loading): Fix typo.
1106
137987ab
RS
11072009-07-16 Richard Stallman <rms@gnu.org>
1108
1109 * buffers.texi (Swapping Text): Recommend setting
1110 write-region-annotate-functions and buffer-saved-size.
1111
1112 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
1113
622fa380
GM
11142009-07-15 Glenn Morris <rgm@gnu.org>
1115
1116 * edebug.texi: Minor re-phrasings throughout.
1117 (Edebug Execution Modes): Sit-for affects continue mode too.
1118 (Jumping): Use `forward-sexp' rather than its keybinding.
1119 (Edebug Misc): Fix Q binding.
1120 (Edebug Eval): Remove cl version.
1121 (Printing in Edebug): Clarify print-length etc.
1122 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
1123 (Specification List): Remove edebug-unwrap findex entry.
1124 (Specification Examples): defmacro is actually not the same as defun.
1125 Escape "`" in example.
1126
6bbd4600
CY
11272009-07-15 Chong Yidong <cyd@stupidchicken.com>
1128
1129 * markers.texi (The Mark): Document optional arg to
1130 deactivate-mark.
1131
e538d479
GM
11322009-07-11 Kevin Ryde <user42@zip.com.au>
1133
1134 * hooks.texi (Standard Hooks): Fix cross-references.
1135
4c98b9ed
GM
1136 * loading.texi (Named Features): Refer to eval-after-load.
1137
5300838c
GM
11382009-07-11 Glenn Morris <rgm@gnu.org>
1139
64fbeb16
GM
1140 * Makefile.in (TEXI2PDF): New.
1141 (elisp.pdf): New target.
1142
4c98b9ed
GM
1143 * searching.texi (Regexp Backslash): Fix typo.
1144
1145 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5300838c 1146
51d9979c
GM
11472009-07-10 Glenn Morris <rgm@gnu.org>
1148
561c0216
GM
1149 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
1150
5b594a58
GM
1151 * customize.texi (Customization Types):
1152 * display.texi (Abstract Display):
0cc8c85a 1153 * objects.texi (Character Type, String Type):
5b594a58 1154 Merge in some menu descriptions from elisp.texi.
51d9979c 1155
c3cbbb40
GM
1156 * hash.texi (Hash Tables):
1157 * modes.texi (Multiline Font Lock):
1158 End menu description with period.
fe42c16a 1159
28528402
GM
11602009-07-09 Glenn Morris <rgm@gnu.org>
1161
1162 * back.texi: Don't hard-code texinfo location.
1163
1164 * two-volume.make (texinfodir): New, with location of texinfo.tex.
1165 (tex): Add texinfodir to TEXINPUTS.
1166 (elisp1med-init, elisp2med-init): Use texinfodir.
1167
1168 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
1169 (clean): Add two-volume.make intermediate files.
1170
1171 * elisp.texi, vol1.texi, vol2.texi:
1172 Use a DATE variable with the publication date, and update it.
1173 Fix antinews menu description.
1174
1175 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
1176 Update the detailed node listing to match elisp.texi.
1177
1178 * README: Update edition to match elisp.texi.
1179
1180 * objects.texi (General Escape Syntax):
1181 * nonascii.texi (Character Sets):
1182 Use consistent case for "Unicode Standard".
1183
1184 * anti.texi (Antinews):
1185 * customize.texi (Variable Definitions):
1186 * functions.texi (Declaring Functions):
1187 * nonascii.texi (Character Properties):
1188 * processes.texi (Serial Ports):
1189 * text.texi (Special Properties):
1190 * tips.texi (Coding Conventions):
1191 Minor rearrangements to improve TeX line-filling.
1192
1193 * commands.texi (Using Interactive): Fix cross-reference.
1194
17db8e10
JD
11952009-07-01 Jan Djärv <jan.h.d@swipnet.se>
1196
1197 * frames.texi (Management Parameters): Mention sticky.
1198
77c7e2e1
AS
11992009-07-01 Andreas Schwab <aschwab@redhat.com>
1200
1201 * help.texi (Help Functions): Fix description of help-buffer and
1202 help-setup-xref to use @defun instead of @deffn.
1203
3f1c6666
JD
12042009-07-01 Jan Djärv <jan.h.d@swipnet.se>
1205
1206 * frames.texi (Size Parameters): Mention maximized for fullscreen.
1207
ca27c21b
CY
12082009-06-24 Chong Yidong <cyd@stupidchicken.com>
1209
1210 * display.texi (Window Systems): Add ns to the list.
1211
70243478
CY
12122009-06-21 Chong Yidong <cyd@stupidchicken.com>
1213
1214 * Branch for 23.1.
1215
df006536
MR
12162009-06-17 Martin Rudalics <rudalics@gmx.at>
1217
1218 * windows.texi (Dedicated Windows): Fix typo.
1219 (Resizing Windows): Replace @defun by @deffn.
1220
d259fc4b
GM
12212009-06-17 Glenn Morris <rgm@gnu.org>
1222
1223 * variables.texi (Directory Local Variables):
1224 Update for 2009-04-11 name-change of dir-locals-directory-alist.
1225
30781db6
KH
12262009-06-09 Kenichi Handa <handa@m17n.org>
1227
1228 * nonascii.texi (Character Sets): State clearly that FROM and TO
1229 are codepoints of CHARSET.
1230
62e8099c
CY
12312009-06-07 Chong Yidong <cyd@stupidchicken.com>
1232
1233 * minibuf.texi (Reading File Names): Fix introductory text.
1234 Suggested by stan@derbycityprints.com.
1235 (High-Level Completion): Fix typo.
1236
ee1b1917
CY
12372009-05-28 Chong Yidong <cyd@stupidchicken.com>
1238
1239 * frames.texi (Text Terminal Colors): Multi-tty is already
1240 implemented, but tty-local colors are not.
1241
5df647e8
CY
12422009-05-27 Chong Yidong <cyd@stupidchicken.com>
1243
1244 * hooks.texi (Standard Hooks): Remove mention of obsolete
1245 redisplay-end-trigger-functions.
1246
1247 * internals.texi (Window Internals): Remove mention of obsolete
1248 redisplay-end-trigger-functions.
1249
01f17ae2
MR
12502009-05-21 Martin Rudalics <rudalics@gmx.at>
1251
1252 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
1253
1254 * backups.texi (Making Backups): backup-directory-alist and
1255 make-backup-file-name-function are options.
1256 (Auto-Saving): auto-save-list-file-prefix is an option.
1257
1258 * buffers.texi (Killing Buffers): buffer-offer-save is an
1259 option.
1260
1261 * display.texi (Refresh Screen): no-redraw-on-reenter is an
1262 option.
1263 (Echo Area Customization): echo-keystrokes is an option.
1264 (Selective Display): selective-display-ellipses is an option.
1265 (Temporary Displays): temp-buffer-show-function is an option.
1266 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
1267 are options.
1268 (Font Selection): face-font-family-alternatives,
1269 face-font-selection-order, face-font-registry-alternatives, and
1270 scalable-fonts-allowed are options.
1271 (Fringe Indicators): indicate-buffer-boundaries is an option.
1272 (Fringe Cursors): overflow-newline-into-fringe is an option.
1273 (Scroll Bars): scroll-bar-mode is an option.
1274
1275 * eval.texi (Eval): max-lisp-eval-depth is an option.
1276
1277 * files.texi (Visiting Functions): find-file-hook is an option.
1278 (Directory Names): directory-abbrev-alist is an option.
1279 (Unique File Names): temporary-file-directory and
1280 small-temporary-file-directory are options.
1281
1282 * frames.texi (Initial Parameters): initial-frame-alist,
1283 minibuffer-frame-alist and default-frame-alist are options.
1284 (Cursor Parameters): blink-cursor-alist and
1285 cursor-in-non-selected-windows ar options.
1286 (Window System Selections): selection-coding-system is an
1287 option.
1288 (Display Feature Testing): display-mm-dimensions-alist is an
1289 option.
1290
1291 * help.texi (Help Functions): help-char and help-event-list are
1292 options.
1293
1294 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
1295 an option.
1296
1297 * minibuf.texi (Minibuffer History): history-length and
1298 history-delete-duplicates are options.
1299 (High-Level Completion): read-buffer-function and
1300 read-buffer-completion-ignore-case are options.
1301 (Reading File Names): read-file-name-completion-ignore-case is
1302 an option.
1303
1304 * modes.texi (Mode Line Top): mode-line-format is an option.
1305 (Mode Line Variables): mode-line-position and mode-line-modes
1306 are options.
1307
1308 * nonascii.texi (Text Representations):
1309 enable-multibyte-characters is an option.
1310 (Default Coding Systems): auto-coding-regexp-alist,
1311 file-coding-system-alist, auto-coding-alist and
1312 auto-coding-functions are options.
1313 (Specifying Coding Systems): inhibit-eol-conversion is an
1314 option.
1315
1316 * os.texi (Init File): site-run-file is an option.
1317 (System Environment): mail-host-address is an option.
1318 (User Identification): user-mail-address is an option.
1319 (Terminal Output): baud-rate is an option.
1320
1321 * positions.texi (Word Motion): words-include-escapes is an
1322 option.
1323
1324 * searching.texi (Standard Regexps): page-delimiter,
1325 paragraph-separate, paragraph-separate and sentence-end are
1326 options.
1327
1328 * text.texi (Margins): left-margin and fill-nobreak-predicate
1329 are options.
1330
1331 * variables.texi (Local Variables): max-specpdl-size is an
1332 option.
1333
1334 * windows.texi (Choosing Window):
1335 split-window-preferred-function, special-display-function and
1336 display-buffer-function are options.
1337
106e6894
CY
13382009-05-20 Chong Yidong <cyd@stupidchicken.com>
1339
4a83454d
CY
1340 Fix errors spotted by Martin Rudalics.
1341
106e6894
CY
1342 * syntax.texi (Position Parse): Document rationale for ignored
1343 arguments to syntax-ppss-flush-cache.
1344
1345 * processes.texi (Input to Processes): Mark PROCESS arg to
1346 process-running-child-p as optional.
1347 (Network Options): Document NO-ERROR arg to
1348 set-network-process-option.
1349
1350 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
1351 command.
1352
1353 * searching.texi (POSIX Regexps): Mark posix-search-forward and
1354 posix-search-backward as commands.
1355
1356 * os.texi (Killing Emacs): Mark kill-emacs as a command.
1357 (Suspending Emacs): Mark suspend-emacs as a command.
1358 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
1359 commands.
5dcb4c4e
SM
1360 (Terminal Output): Remove obsolete function baud-rate.
1361 Document TERMINAL arg for send-string-to-terminal.
106e6894
CY
1362
1363 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
1364 terminal-coding-system and set-terminal-coding-system.
1365 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
1366 as optional.
1367 (Character Sets): Document RESTRICTION arg of char-charset.
1368 (Character Codes): Mark POS argument to get-byte as optional.
1369
1370 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
1371 minibuffer-message.
1372
1373 * files.texi (Create/Delete Dirs): Mark make-directory and
1374 delete-directory as commands.
1375
1376 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
1377
1378 * text.texi (Base 64): Mark base64-decode-string and
1379 base64-encode-string as commands.
1380 (Columns): Mark move-to-column as a command.
1381 (Mode-Specific Indent): Document RIGID arg to
1382 indent-for-tab-command.
1383 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
1384 Mark indent-code-rigidly as a command.
1385 (Substitution): Mark translate-region as a command.
1386
1387 * frames.texi (Size and Position): Remove obsolete functions
1388 screen-height and screen-width.
1389
04173931
CY
13902009-05-19 Chong Yidong <cyd@stupidchicken.com>
1391
1392 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
1393 (Displaying Buffers, Resizing Windows): Correct mistakes;
1394 next-window, previous-window, and pop-to-buffer are not commands,
1395 and fit-window-to-buffer" is a command. (Pointed out by Martin
1396 Rudalics.)
1397
eae7d8f8
RS
13982009-05-17 Richard M Stallman <rms@gnu.org>
1399
1400 * modes.texi (Precalculated Fontification): Clarify text.
1401
b8766179
MR
14022009-05-17 Martin Rudalics <rudalics@gmx.at>
1403
1404 * windows.texi (Selecting Windows): Clarify descriptions of
1405 with-selected-window and get-lru-window.
1406 (Cyclic Window Ordering): Refer to particular frame when talking
1407 about how splitting affects the ordering.
1408 (Displaying Buffers): Fix descriptions of switch-to-buffer and
1409 switch-to-buffer-other-window. Explain how setting of
1410 display-buffer-reuse-frames affects pop-to-buffer.
1411 (Choosing Window): Clarify some details in descriptions of
1412 display-buffer-reuse-frames, pop-up-frames, and
1413 pop-up-frame-function.
1414 (Dedicated Windows): Clarify some details.
1415 (Textual Scrolling): Replace term vscroll by term vertical
1416 scroll position.
1417 (Vertical Scrolling): Fix typo.
1418 (Window Hooks): Relate text on jit-lock-register to window
1419 scrolling and size changes.
1420
734b5e3b
CY
14212009-05-14 Chong Yidong <cyd@stupidchicken.com>
1422
0a65633e
CY
1423 * frames.texi (Initial Parameters): Clarify what the initial
1424 minibuffer frame is.
05be46d7
CY
1425 (Buffer Parameters): Note that the minibuffer parameter can not be
1426 altered.
0a65633e 1427
734b5e3b
CY
1428 * anti.texi (Antinews): Copyedits. Rearrange some entries.
1429 Document display-buffer changes.
1430
925672cd
CY
14312009-05-13 Chong Yidong <cyd@stupidchicken.com>
1432
17ecd7af
CY
1433 * anti.texi (Antinews): Rewrite for Emacs 22.
1434
925672cd
CY
1435 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
1436 obarrays are first mentioned. Define "system abbrev" more
1437 prominently, and add it to the index.
1438 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
1439 Copyedits.
1440 (Abbrev Expansion): Document abbrev-insert.
1441
80be4dd7
CY
14422009-05-12 Chong Yidong <cyd@stupidchicken.com>
1443
1444 * frames.texi (Font and Color Parameters): Rename from Color
1445 Parameters. Document font-backend parameter.
1446
1447 * vol2.texi (Top): Update node listing.
1448 * vol1.texi (Top): Update node listing.
1449 * elisp.texi (Top): Update node listing.
1450
372a93ac
MR
14512009-05-11 Martin Rudalics <rudalics@gmx.at>
1452
1453 * windows.texi (Choosing Window): Don't explicitly refer to
1454 split-window-sensibly's window argument in descriptions of
1455 split-height-threshold and split-width-threshold.
1456
714c3541
MR
14572009-05-10 Martin Rudalics <rudalics@gmx.at>
1458
1459 * windows.texi (Choosing Window): Fix rewrite of window
1460 splitting section.
1461
0e90e7be
EZ
14622009-05-09 Eli Zaretskii <eliz@gnu.org>
1463
1464 * nonascii.texi (Default Coding Systems): Document
5dcb4c4e
SM
1465 find-auto-coding, set-auto-coding, and auto-coding-alist.
1466 Add indexing.
0e90e7be
EZ
1467 (Lisp and Coding Systems): Add index entries.
1468
d3c0c321
MR
14692009-05-09 Martin Rudalics <rudalics@gmx.at>
1470
1471 * windows.texi (Choosing Window): Describe split-window-sensibly
1472 and rewrite section on window splitting accordingly.
1473 (Textual Scrolling): Replace `...' by @code{...}.
1474
c773345a
CY
14752009-05-04 Chong Yidong <cyd@stupidchicken.com>
1476
ee2d5b5e
CY
1477 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
1478 Remove obsoleted pre-abbrev-expand-hook.
1479
1480 * locals.texi (Standard Buffer-Local Variables): Consolidate table
1481 entries.
1482
c773345a
CY
1483 * internals.texi (Object Internals): Don't assume 32-bit machines
1484 are the norm.
1485 (Buffer Internals): Consolidate table entries for readability.
ee2d5b5e
CY
1486 (Window Internals): Synch field names to window.h.
1487 (Process Internals): Synch field names to process.h.
c773345a 1488
dd449674
CY
14892009-04-29 Chong Yidong <cyd@stupidchicken.com>
1490
1491 * variables.texi (File Local Variables): Note that read-circle is
1492 bound to nil when reading file-local variables.
1493
1494 * streams.texi (Input Functions): Document read-circle.
1495 (Output Variables): Add xref to Circular Objects.
1496
4f1e25e2
CY
14972009-04-25 Chong Yidong <cyd@stupidchicken.com>
1498
1499 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
1500 Features and Coding System Basics. Node that "p" stands for
1501 "predicate". Recommend utf-8-emacs instead of emacs-mule.
1502 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
1503 mouse-appearance-menu.
1504 (Programming Tips): Add xref to Progress.
1505
dca019f8
CY
15062009-04-22 Chong Yidong <cyd@stupidchicken.com>
1507
5dcb4c4e
SM
1508 * os.texi (Command-Line Arguments):
1509 Document command-line-args-left.
dca019f8
CY
1510 (Suspending Emacs): Adapt text to multi-tty case. Document use of
1511 terminal objects for tty arguments.
1512 (Startup Summary): Add xref to Session Management.
1513 (Session Management): Mention emacs-session-restore. Copyedits.
1514
02a89103
CY
15152009-04-20 Chong Yidong <cyd@stupidchicken.com>
1516
1517 * os.texi (Startup Summary): Copyedits. The init file is not
1518 necessarily named .emacs now. Document initial-buffer-choice and
1519 initial-scratch-message. Note where Emacs exits in batch mode.
1520 Document inhibit-splash-screen as an alias.
1521 (Init File): Be neutral about which init file name to use.
1522
15232009-04-16 Chong Yidong <cyd@stupidchicken.com>
1524
1525 * os.texi (System Interface): Fix Texinfo usage.
1526
0c1cfe01
CY
15272009-04-15 Chong Yidong <cyd@stupidchicken.com>
1528
80d7cdca
CY
1529 * searching.texi (Regexp Backslash): Also refer to shy groups as
1530 non-capturing or unnumbered groups.
1531 (Regexp Functions): Add cross-reference to Regexp Backslash.
1532
0c1cfe01
CY
1533 * display.texi (Truncation): Overlays can use line-prefix and
1534 wrap-prefix too.
1535 (Overlay Properties): Document wrap-prefix and line-prefix.
1536 (Face Attributes): Document underline-minimum-offset.
1537 (Face Remapping): Copyedits.
1538 (Low-Level Font): Copyedits.
1539 (Image Cache): Note that the image cache is shared between frames.
ed8ab760
CY
1540 (Line Height): Emphasize that line-spacing only takes effect on
1541 graphical terminals.
0c1cfe01 1542
c4adeee0
CY
15432009-04-13 Chong Yidong <cyd@stupidchicken.com>
1544
1545 * display.texi (Refresh Screen): Note that a passage about screen
1546 refreshing is text terminal only.
1547 (Forcing Redisplay): Delete misleading comment---sit-for calls
1548 redisplay, not the other way around.
1549 (Truncation): Note new values of truncate-partial-width-windows.
1550 Copyedits.
1551 (Invisible Text): Document invisible-p.
1552
b20ecfa1
EZ
15532009-04-11 Eli Zaretskii <eliz@gnu.org>
1554
1555 * display.texi (Overlays): Overlays don't scale well. See
1556 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
1557
97d8273f
CY
15582009-04-10 Chong Yidong <cyd@stupidchicken.com>
1559
f147ff75
CY
1560 * syntax.texi (Syntax Table Functions): Document cons cell
1561 argument for modify-syntax-entry.
1562 (Categories): Document cons cell argument for
1563 modify-category-entry.
1564
fca4ec76
CY
1565 * searching.texi (String Search): Document word-search-forward-lax
1566 and word-search-backward-lax.
1567 (Searching and Case): Describe isearch behavior more precisely.
1568
9c283d5b
CY
1569 * keymaps.texi (Tool Bar): Mention that some platforms do not
1570 support multi-line toolbars. Suggested by Stephen Eglen.
1571
1572 * frames.texi (Layout Parameters): Mention that Nextstep also
1573 allows only one tool-bar line. Suggested by Stephen Eglen.
1574
97d8273f
CY
1575 * nonascii.texi (Text Representations): Copyedits.
1576 (Coding System Basics): Also mention utf-8-emacs.
1577 (Converting Representations, Selecting a Representation)
1578 (Scanning Charsets, Translation of Characters, Encoding and I/O):
1579 Copyedits.
1580 (Character Codes): Mention role of codepoints 1114112 to 4194175.
1581
2bad3299
CY
15822009-04-09 Chong Yidong <cyd@stupidchicken.com>
1583
1584 * text.texi (Yank Commands): Note that yank uses push-mark.
5dcb4c4e
SM
1585 (Filling): Clarify REGION argument of fill-paragraph.
1586 Document fill-forward-paragraph-function.
2bad3299
CY
1587 (Special Properties): Remove "new in Emacs 22" declaration.
1588 (Clickable Text): Merge with Links and Mouse-1 node.
1589
5dcb4c4e
SM
1590 * display.texi (Button Properties, Button Buffer Commands):
1591 Change xref to Clickable Text.
2bad3299
CY
1592
1593 * tips.texi (Key Binding Conventions): Change xref to Clickable
1594 Text.
1595
1596 * elisp.texi (Top): Update node listing.
1597
ea30ce4f
CY
15982009-04-05 Chong Yidong <cyd@stupidchicken.com>
1599
47af2f4b
CY
1600 * markers.texi (The Mark): Copyedits. Improve description of
1601 handle-shift-selection.
1602 (The Region): Move use-region-p here from The Mark.
1603
ea30ce4f
CY
1604 * positions.texi (Screen Lines): Document (cols . lines) argument
1605 for vertical-motion.
1606
2aa8ea6e
CY
16072009-04-04 Chong Yidong <cyd@stupidchicken.com>
1608
3ec61d4e
CY
1609 * frames.texi (Frames): Clean up introduction. Document `ns'
1610 return value for framep.
1611 (Creating Frames): Note how the terminal is chosen.
1612 (Multiple Terminals, Multiple Displays): Merge into a single node.
1613 (Color Parameters): Fix typo.
1614
1615 * variables.texi (Local Variables, Buffer-Local Variables)
1616 (Creating Buffer-Local): Change link to Multiple Terminals.
1617
1618 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
1619
1620 * keymaps.texi (Controlling Active Maps): Change link to Multiple
1621 Terminals.
1622
1623 * commands.texi (Command Loop Info, Keyboard Macros): Change link
1624 to Multiple Terminals.
1625
1626 * elisp.texi (Top): Update node listing.
1627 * vol2.texi (Top): Update node listing.
1628 * vol1.texi (Top): Update node listing.
1629
9257072f
CY
1630 * buffers.texi (Current Buffer): Note that the append-to-buffer
1631 example is no longer in synch with the latest code. Tie the two
1632 examples together.
1633
2aa8ea6e
CY
1634 * files.texi (File Attributes): Move note about MS-DOS from
1635 Changing Files to File Attributes.
1636 (Create/Delete Dirs): Note that mkdir is an alias for this.
1637
22e74b17
CY
16382009-04-01 Markus Triska <triska@gmx.at>
1639
1640 * processes.texi (Filter Functions): Suggest how to handle output
1641 batches.
1642
4bbe48ec
CY
16432009-03-30 Chong Yidong <cyd@stupidchicken.com>
1644
1645 * help.texi (Accessing Documentation): Update example to use
1646 help-setup-xref and with-help-window.
1647 (Help Functions): Remove print-help-return-message, which is
1648 semi-obsolete due to with-help-window. Document help-buffer and
1649 help-setup-xref.
1650
b9723f39
CY
16512009-03-29 Chong Yidong <cyd@stupidchicken.com>
1652
5dcb4c4e
SM
1653 * help.texi (Accessing Documentation, Help Functions):
1654 Remove information about long-obsolete Emacs versions.
9eb52e90 1655
b9723f39
CY
1656 * modes.texi (Mode Line Variables): The default values of the mode
1657 line variables are now more complicated.
1658
b0cc32db
CY
16592009-03-28 Chong Yidong <cyd@stupidchicken.com>
1660
3c25a5a9
CY
1661 * modes.texi (Major Mode Conventions): Note that specialness is
1662 inherited.
31c9eebb
CY
1663 (Derived Modes): Note that define-derive-mode sets the mode-class
1664 property.
3c25a5a9 1665
b0cc32db
CY
1666 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
1667 goto-map. Add search-map to the list.
1668
c5e0006d
EZ
16692009-03-27 Eli Zaretskii <eliz@gnu.org>
1670
1213465a
EZ
1671 * os.texi (System Environment): Update the list of system-type
1672 values.
1673
c5e0006d
EZ
1674 * markers.texi (The Mark) <handle-shift-selection>: Update for
1675 removal of the optional argument DEACTIVATE.
1676
48bab3d6
CY
16772009-03-25 Chong Yidong <cyd@stupidchicken.com>
1678
1679 * commands.texi (Focus Events): Most X window managers don't use
1680 focus-follows-mouse nowadays.
1681
6e4ff1b6
CY
16822009-03-24 Chong Yidong <cyd@stupidchicken.com>
1683
1684 * commands.texi (Defining Commands): Clarify introduction.
1685 (Using Interactive): Not that interactive can be put in a symbol
1686 property.
1687 (Interactive Call): Note that a symbol with a non-nil
1688 interactive-form property satisfies commandp.
1689
11625308
JB
16902009-03-23 Juanma Barranquero <lekktu@gmail.com>
1691
1692 * minibuf.texi (Intro to Minibuffers): Fix typos.
1693
7b34420d
CY
16942009-03-23 Chong Yidong <cyd@stupidchicken.com>
1695
1696 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
5dcb4c4e
SM
1697 about minibuffers in old Emacs versions. Copyedits.
1698 Emphasize that enable-recursive-minibuffers defaults to nil.
7b34420d
CY
1699 (Text from Minibuffer): Simplify introduction.
1700
f9257eed
AM
17012009-03-22 Alan Mackenzie <acm@muc.de>
1702
1703 * commands.texi (Using Interactive): Clarify string argument to
1704 `interactive' - even promptless elements need \n separators.
1705
f639ba70
CY
17062009-03-18 Chong Yidong <cyd@stupidchicken.com>
1707
1708 * minibuf.texi (Completion Styles): New node.
1709
1710 * elisp.texi (Top): Update node listing.
1711
d897e8ee
CY
17122009-03-17 Chong Yidong <cyd@stupidchicken.com>
1713
1714 * minibuf.texi (Basic Completion): Note that
1715 read-file-name-completion-ignore-case and
1716 read-buffer-completion-ignore-case can override
1717 completion-ignore-case.
1718 (Minibuffer Completion): Document completing-read changes.
1719 (Completion Commands): Avoid mentioning partial completion mode.
1720 Document minibuffer-completion-confirm changes, and
1721 minibuffer-confirm-exit-commands.
1722 (High-Level Completion): Document new require-match behavior for
1723 read-buffer. Document read-buffer-completion-ignore-case.
1724 (Reading File Names): Document new require-match behavior for
1725 read-file-name.
1726
b1f23349
CY
17272009-03-14 Chong Yidong <cyd@stupidchicken.com>
1728
1729 * debugging.texi (Error Debugging): Don't mislead the reader into
1730 thinking that debug-on-error enters debugger for C-f at EOB.
1731 (Error Debugging): Setting debug-on-init within the init file
1732 works, and has for some time.
1733
d6eb4e25
KH
17342009-03-13 Kenichi Handa <handa@m17n.org>
1735
1736 * display.texi (Fontsets): Update the description.
1737
1cf53dc5
CY
17382009-03-13 Chong Yidong <cyd@stupidchicken.com>
1739
1740 * advice.texi (Advising Primitives): Link to What Is a Function.
1741
81f919fc
CY
17422009-03-12 Chong Yidong <cyd@stupidchicken.com>
1743
cf4229eb
CY
1744 * compile.texi (Speed of Byte-Code): Update example.
1745 (Disassembly): Update examples.
1746
81f919fc 1747 * loading.texi (Repeated Loading): Simplify examples.
f2bbc08c
CY
1748
1749 * customize.texi (Common Keywords): It's not necessary to use :tag
1750 to remove hyphens, as custom-unlispify-tag-name does it
1751 automatically.
5dcb4c4e
SM
1752 (Variable Definitions): Link to File Local Variables.
1753 Document customized-value symbol property.
f2bbc08c
CY
1754 (Customization Types): Move menu to end of node.
1755
955964d7
CY
17562009-03-10 Chong Yidong <cyd@stupidchicken.com>
1757
1758 * macros.texi (Compiling Macros): Omit misleading sentence, which
1759 implied that macros can only be used in the same file they are
1760 defined.
1761 (Backquote): Remove obsolete information about Emacs 19.
1762
d25ed7db
GM
17632009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
1764
1765 * display.texi (Display Margins): Fix paren typo.
1766
d55f6ca5
CY
17672009-02-27 Chong Yidong <cyd@stupidchicken.com>
1768
f0e57ed8
CY
1769 * elisp.texi (Top): Update node listing.
1770
1771 * variables.texi (Variables): Clarify introduction.
1772 (Global Variables): Mention that setq is a special form.
1773 (Local Variables): Use active voice.
1774 (Tips for Defining): Mention marking variables as safe.
1775 (Buffer-Local Variables): Mention terminal-local and frame-local
1776 variables together.
1777 (File Local Variables): Copyedits.
1778 (Frame-Local Variables): Note that they are not really useful.
1779 (Future Local Variables): Node deleted.
1780
d55f6ca5
CY
1781 * objects.texi (General Escape Syntax): Update explanation of
1782 unicode escape syntax.
1783
ca8f09a8
CY
17842009-02-23 Chong Yidong <cyd@stupidchicken.com>
1785
1786 * control.texi (Control Structures): Add cindex entry for "textual
1787 order".
1788
1789 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
1790 instead of "expression" throughout.
1791 (Function Indirection): Copyedits. Use active voice.
1792 (Eval): The default value of max-lisp-eval-depth is now 400.
1793
a20878b6
MB
17942009-02-23 Miles Bader <miles@gnu.org>
1795
1796 * processes.texi (System Processes): Rename `system-process-attributes'
1797 to `process-attributes'.
1798
61f66044
CY
17992009-02-22 Chong Yidong <cyd@stupidchicken.com>
1800
1b80d1f3
CY
1801 * symbols.texi (Property Lists): Emphasize that property lists are
1802 not restricted to symbol cells.
1803 (Other Plists): Copyedit.
1804
61f66044
CY
1805 * sequences.texi (Sequences Arrays Vectors): Make introduction
1806 more concise.
1807 (Arrays): Mention char-tables and bool-vectors too.
1808 (Vectors): Don't repeat information given in Arrays node. Link to
1809 nodes that explain the vector usage examples.
1810 (Char-Tables): Note that char-table elements can have arbitrary
1811 type. Explain effect of omitted char-table-extra-slots property.
8a63cf41 1812 Link to Property Lists node.
61f66044 1813
9403944b
CY
18142009-02-22 Chong Yidong <cyd@stupidchicken.com>
1815
1816 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
1817 `append'.
4068c7b4 1818 (List Elements): Copyedits.
9403944b
CY
1819
1820 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
1821 of `vconcat'.
1822
1823 * strings.texi (Creating Strings): Copyedits. Remove obsolete
1824 Emacs 20 usage of `concat'.
1825 (Case Conversion): Copyedits.
1826
b87a185f
CY
18272009-02-21 Chong Yidong <cyd@stupidchicken.com>
1828
1829 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
1830 Minor edits.
1831 (Frame Configuration Type): Emphasize that it is not primitive.
1832 (Font Type): New node.
1833 (Type Predicates): Add fontp; type-of now recognizes font object
1834 types.
1835
1836 * intro.texi (Version Info): Update version numbers in examples.
1837 (Acknowledgements): List more contributors.
1838
1839 * elisp.texi: Bump version number to 3.0.
1840 (Top): Link to Font Type node.
1841
867d4bb3
JB
18422009-02-20 Juanma Barranquero <lekktu@gmail.com>
1843
1844 * modes.texi (Major Mode Conventions): Remove duplicate words.
1845 (Customizing Keywords): Fix typo.
1846
77730170
EZ
18472009-02-14 Eli Zaretskii <eliz@gnu.org>
1848
1849 * nonascii.texi (User-Chosen Coding Systems): Document that
1850 select-safe-coding-system suggests raw-text if there are raw bytes
1851 in the region.
1852 (Explicit Encoding): Warn not to use `undecided' when encoding.
1853
c8736212
GM
18542009-02-11 Glenn Morris <rgm@gnu.org>
1855
1856 * frames.texi (Visibility of Frames): Mention the effect multiple
1857 workspaces/desktops can have on visibility.
1858
ab992d66
EZ
18592009-02-07 Eli Zaretskii <eliz@gnu.org>
1860
c8736212
GM
1861 * text.texi (Commands for Insertion):
1862 * commands.texi (Event Mod):
1863 * keymaps.texi (Searching Keymaps):
5dcb4c4e
SM
1864 * nonascii.texi (Translation of Characters):
1865 Reinstate documentation of translation-table-for-input.
7d2a859f
EZ
1866 (Explicit Encoding): Document the `charset' text property produced
1867 by decode-coding-region and decode-coding-string.
ab992d66 1868
e651a255
AM
18692009-01-27 Alan Mackenzie <acm@muc.de>
1870
1871 * modes.texi (Search-based Fontification): Correct a typo.
1872
bc5cde4b
JB
18732009-01-25 Juanma Barranquero <lekktu@gmail.com>
1874
1875 * abbrevs.texi (Abbrev Table Properties): Fix typo.
1876 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
1877
3533155b
EZ
18782009-01-24 Eli Zaretskii <eliz@gnu.org>
1879
f721deda
EZ
1880 * display.texi (Window Systems): Document the value of
1881 `initial-window-system' under --daemon.
1882
3533155b
EZ
1883 * os.texi (System Environment): Remove description of the
1884 `environment' function which has been deleted.
1885
f79b43b2
DN
18862009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
1887
1888 * frames.texi (Multiple Displays): Remove documentation for
1889 removed function make-frame-on-tty.
1890
e3aa6669
CY
18912009-01-22 Chong Yidong <cyd@stupidchicken.com>
1892
1893 * files.texi (Format Conversion Piecemeal): Clarify behavior of
5dcb4c4e
SM
1894 write-region-annotate-functions.
1895 Document write-region-post-annotation-function.
e3aa6669 1896
fb13a416
CY
18972009-01-19 Chong Yidong <cyd@stupidchicken.com>
1898
1899 * display.texi (Font Lookup): Document WIDTH argument of
1900 x-list-fonts.
1901
02eccf6b
EZ
19022009-01-17 Eli Zaretskii <eliz@gnu.org>
1903
ead3f58d
EZ
1904 * maps.texi (Standard Keymaps): Rename function-key-map to
1905 local-function-key-map.
1906
1907 * keymaps.texi (Translation Keymaps): Rename function-key-map to
1908 local-function-key-map.
1909
1910 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
1911 and `set-keyboard-coding-system' now accept an optional terminal
1912 argument.
1913
1914 * commands.texi (Event Mod): `keyboard-translate-table' is now
1915 terminal-local.
1916 (Function Keys): Rename function-key-map to
1917 local-function-key-map.
1918
df05a163
EZ
1919 * elisp.texi (Top): Make @detailmenu be consistent with changes in
1920 frames.texi.
1921
0ed8034e 1922 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
490f1197
EZ
1923 `delete-terminal-functions', `suspend-tty-functions' and
1924 `resume-tty-functions'.
0ed8034e
EZ
1925
1926 * frames.texi (Frames): Document `frame-terminal' and
1927 `terminal-live-p'.
1928 (Multiple Displays): Document `make-frame-on-tty'.
1929 (Multiple Terminals): Document `terminal-list', `delete-terminal',
1930 `terminal-name', and `get-device-terminal'.
490f1197
EZ
1931 (Terminal Parameters): Document `terminal-parameters',
1932 `terminal-parameter', and `set-terminal-parameter'.
0ed8034e
EZ
1933
1934 * os.texi (System Environment): Document `environment' and
1935 `initial-environment'.
490f1197
EZ
1936 (Suspending Emacs): Update for multi-tty; document
1937 `suspend-tty', `resume-tty', and `controlling-tty-p'.
0ed8034e 1938
02eccf6b
EZ
1939 * nonascii.texi (Coding System Basics): More accurate description
1940 of `raw-text'.
1941
f19fea97
JB
19422009-01-12 Juanma Barranquero <lekktu@gmail.com>
1943
1944 * display.texi (Low-Level Font): Fix typo.
1945
16fa292f
CY
19462009-01-10 Chong Yidong <cyd@stupidchicken.com>
1947
1948 * elisp.texi (Top): Update node listing.
1949
1950 * display.texi (PostScript Images): Node deleted.
1951
0b4faef3
EZ
19522009-01-10 Eli Zaretskii <eliz@gnu.org>
1953
3355f04d
EZ
1954 * processes.texi (Decoding Output): Document that null bytes force
1955 no-conversion for reading process output.
1956
1957 * files.texi (Reading from Files): Document that null bytes force
1958 no-conversion when visiting files.
1959
11625308 1960 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
538395d9 1961
5dcb4c4e
SM
1962 * nonascii.texi (Lisp and Coding Systems):
1963 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
c06ea95e 1964 (Character Properties): Improve wording.
0b4faef3 1965
ce9cf065
CY
19662009-01-09 Chong Yidong <cyd@stupidchicken.com>
1967
1968 * display.texi (Font Lookup): Remove obsolete function
1969 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
1970 (Low-Level Font): Rename from Fonts, move to end of Faces section.
5dcb4c4e
SM
1971 (Font Selection): Reorder order of variable descriptions.
1972 Minor clarifications.
ce9cf065
CY
1973
1974 * elisp.texi (Top): Update node listing.
1975
ab756fb3
GM
19762009-01-09 Glenn Morris <rgm@gnu.org>
1977
1978 * commands.texi (Command Loop Info): Say that last-command-char and
1979 last-input-char are obsolete aliases.
1980
1981 * edebug.texi (Edebug Recursive Edit): Remove separate references to
1982 last-input-char and last-command-char, since they are just aliases for
1983 last-input-event and last-command-event.
1984
1985 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
1986 last-command-char.
1987
6b2b8ab1
CY
19882009-01-08 Chong Yidong <cyd@stupidchicken.com>
1989
1990 * elisp.texi: Update node listing.
1991
1992 * display.texi (Faces): Put Font Selection node after Auto Faces.
5dcb4c4e
SM
1993 (Face Attributes): Don't link to Font Lookup.
1994 Document font-family-list.
6b2b8ab1
CY
1995 (Fonts): New node.
1996
3568e767
JR
19972009-01-08 Jason Rumney <jasonr@gnu.org>
1998
1999 * frames.texi (Pointer Shape): Clarify that only X supports
5ce6e4f4 2000 changing the standard pointer shapes. (Bug#1485)
3568e767 2001
6221c8db
CY
20022009-01-08 Chong Yidong <cyd@stupidchicken.com>
2003
2004 * display.texi (Attribute Functions): Note that a function value
2005 :height is relative, and that compatibility functions work by
2006 calling set-face-attribute.
2007 (Displaying Faces): Reorder list in order of increasing priority.
2008 (Face Remapping): New node. Content moved here from Displaying
2009 Faces.
2010 (Glyphs): Link to Face Functions.
2011
e3d3799a
CY
20122009-01-08 Chong Yidong <cyd@stupidchicken.com>
2013
2014 * display.texi (Faces): Don't discuss face id here. facep does
2015 not return t.
2016 (Defining Faces): Minor clarification.
2017 (Face Attributes): Rearrange items to match docstring of
2018 set-face-attribute. Add :foundry attribute. Document new role of
2019 :font attribute. Texinfo usage fix.
2020 (Attribute Functions): Copyedits.
2021 (Face Functions): Note that face number is seldom used.
2022
638a2457
RS
20232009-01-05 Richard M Stallman <rms@gnu.org>
2024
2025 * strings.texi (Predicates for Strings): Minor clarification.
2026
2027 * functions.texi (Function Safety): Texinfo usage fix.
2028
49ea0074
JB
20292009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny patch)
2030
2031 * objects.texi (General Escape Syntax): Fix typo.
2032
9f822178
MR
20332009-01-03 Martin Rudalics <rudalics@gmx.at>
2034
2035 * windows.texi (Choosing Window): Say that pop-up-frame-alist
2036 works via the default value of pop-up-frame-function.
2037
af34ad36
EZ
20382009-01-02 Eli Zaretskii <eliz@gnu.org>
2039
2040 * processes.texi (System Processes): Document the `time' and
2041 `ctime' attributes of `system-process-attributes'.
2042
d31f6679
CY
20432009-01-01 Chong Yidong <cyd@stupidchicken.com>
2044
2045 * display.texi (Face Attributes): Clarify :height attribute.
2046
174dc00c
MR
20472008-12-31 Martin Rudalics <rudalics@gmx.at>
2048
2049 * buffers.texi (The Buffer List): Clarify what moves a buffer to
2050 the front of the buffer list. Add entries for `last-buffer' and
2051 `unbury-buffer'.
2052
b8afe7e4
EZ
20532008-12-27 Eli Zaretskii <eliz@gnu.org>
2054
d14030f5
EZ
2055 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
2056 and its subsections.
2057
2058 * frames.texi (Multiple Terminals, Low-level Terminal)
2059 (Terminal Parameters, Frames on Other TTY devices): New sections.
2060 (Frames): Add an xref to "Multiple Terminals".
2061
765980a4
EZ
2062 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
2063
2064 * objects.texi (Terminal Type): New node.
2065 (Editing Types): Add it to the menu.
2066
47bd5577
EZ
2067 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
2068 Variables".
2069
eb22b78c 2070 * variables.texi (Directory Local Variables): New node.
47bd5577 2071 (Variables): Add a menu item for it.
eb22b78c 2072
b8afe7e4
EZ
2073 * loading.texi (Autoload): Document `generate-autoload-cookie' and
2074 `generated-autoload-file'.
2075
77bb0476
EZ
20762008-12-20 Eli Zaretskii <eliz@gnu.org>
2077
028e2c19
EZ
2078 * os.texi (Startup Summary): Add xref to documentation of
2079 `initial-window-system'.
2080
77bb0476
EZ
2081 * display.texi (Window Systems): Document `window-system' the
2082 function. The variable `window-system' is now frame-local.
028e2c19 2083 Document `initial-window-system'.
77bb0476 2084
dda87836
MR
20852008-12-19 Martin Rudalics <rudalics@gmx.at>
2086
2087 * windows.texi (Windows): Rewrite description of
2088 fit-window-to-buffer.
2089
caef3ed2
GM
20902008-12-13 Glenn Morris <rgm@gnu.org>
2091
2092 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
2093 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
2094
21c58e4d
GM
20952008-12-12 Glenn Morris <rgm@gnu.org>
2096
2097 * debugging.texi (Error Debugging): Refer forwards to
2098 eval-expression-debug-on-error.
2099
af38459f
EZ
21002008-12-05 Eli Zaretskii <eliz@gnu.org>
2101
5dedd9b5
EZ
2102 * strings.texi (String Basics): Only unibyte strings that
2103 represent key sequences hold 8-bit raw bytes.
2104
af38459f
EZ
2105 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
2106 paragraph to speak about `undecided'.
2107 (Character Properties): Don't explain the meaning of each
2108 property; instead, identify their Unicode Standard names.
b3f1f4a5 2109 (Character Sets): Document `map-charset-chars'.
af38459f 2110
fa047ae7
GM
21112008-12-02 Glenn Morris <rgm@gnu.org>
2112
2113 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
2114 section yet again.
2115
47dbc044
EZ
21162008-11-29 Eli Zaretskii <eliz@gnu.org>
2117
98d05998
EZ
2118 * nonascii.texi (Character Properties): New Section.
2119 (Specifying Coding Systems): Document
2120 `coding-system-priority-list', `set-coding-system-priority', and
2121 `with-coding-priority'.
2122 (Lisp and Coding Systems): Document `check-coding-systems-region'
2123 and `coding-system-charset-list'.
2124 (Coding System Basics): Document `coding-system-aliases'.
2125
2126 * elisp.texi (Top): Add a @detailmenu entry for "Character
2127 Properties".
2128
47dbc044
EZ
2129 * objects.texi (Character Type): Correct the range of Emacs
2130 characters. Add an @xref to "Character Codes".
2131
2132 * strings.texi (String Basics): Add an @xref to "Character Codes".
2133
2134 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
2135
2136 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
2137 (Character Codes): Document `max-char'.
2138
8b80cdf5
EZ
21392008-11-28 Eli Zaretskii <eliz@gnu.org>
2140
2141 * nonascii.texi (Text Representations, Converting Representations)
2142 (Character Sets, Scanning Charsets, Translation of Characters):
2143 Make text more accurate.
2144
a99dceba
GM
21452008-11-28 Glenn Morris <rgm@gnu.org>
2146
2147 * files.texi (Format Conversion Round-Trip): Improve previous change.
2148
f6dc3bed
CY
21492008-11-26 Chong Yidong <cyd@stupidchicken.com>
2150
2151 * modes.texi (Auto Major Mode): Fix example.
2152
5da9413d
GM
21532008-11-25 Glenn Morris <rgm@gnu.org>
2154
2155 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
2156
2157 * files.texi (Format Conversion Round-Trip):
2158 Use active voice for previous change.
2159
fcca848c
CY
21602008-11-25 Chong Yidong <cyd@stupidchicken.com>
2161
2162 * os.texi (Processor Run Time):
2163 * processes.texi (Transaction Queues):
2164 * markers.texi (The Mark):
2165 * windows.texi (Choosing Window, Selecting Windows):
2166 * files.texi (Changing Files, Magic File Names):
2167 * commands.texi (Key Sequence Input):
2168 * functions.texi (Declaring Functions):
2169 * strings.texi (Predicates for Strings):
2170 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
2171
36c8dc54
CY
21722008-11-24 Chong Yidong <cyd@stupidchicken.com>
2173
2174 * help.texi (Accessing Documentation): Update example.
2175
2176 * variables.texi (Defining Variables): Note that `*' is not
2177 necessary if defcustom is used.
2178
2a79b242
EZ
21792008-11-22 Eli Zaretskii <eliz@gnu.org>
2180
2181 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
2182 Characters" from @detailmenu.
2183
2184 * nonascii.texi (Character Codes, Character Sets)
2185 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
2186 (Chars and Bytes, Splitting Characters): Sections removed.
2187
392f0d26
LK
21882008-11-22 Lute Kamstra <lute@gnu.org>
2189
2190 * positions.texi (Text Lines): Update goto-line documentation.
2191
af1a5cd5
MR
21922008-11-21 Martin Rudalics <rudalics@gmx.at>
2193
6a4cfb0c
MR
2194 * frames.texi (Frames): Fix typo, add cross references, reword.
2195 (Initial Parameters): Reword special-display-frame-alist text.
2196 (Frames and Windows): Reword. Describe argument norecord for
2197 set-frame-selected-window.
2198 (Input Focus): Describe argument norecord for select-frame.
2199 Remove comment on MS-Windows behavior for focus-follows-mouse.
2200 (Raising and Lowering): Mention windows-frames dichotomy in
2201 metaphor.
2202
af1a5cd5
MR
2203 * windows.texi (Displaying Buffers, Vertical Scrolling)
2204 (Horizontal Scrolling): Fix indenting and rewording issues
2205 introduced with 2008-11-07 change.
2206
c249fa9c
GM
22072008-11-20 Glenn Morris <rgm@gnu.org>
2208
2209 * files.texi (Format Conversion Round-Trip): Mention `preserve'
2210 element of `format-alist'.
2211
204d4665
GM
22122008-11-19 Glenn Morris <rgm@gnu.org>
2213
2214 * doclicense.texi: Update to FDL 1.3.
2215 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
2216
cc0910af
CY
22172008-11-18 Chong Yidong <cyd@stupidchicken.com>
2218
efe6e7c4
CY
2219 * windows.texi (Window Hooks): Remove *-end-trigger-functions
2220 vars, which are obsolete. Mention jit-lock-register.
2221
5dcb4c4e
SM
2222 * modes.texi (Other Font Lock Variables):
2223 Document jit-lock-register and jit-lock-unregister.
efe6e7c4 2224
cc0910af
CY
2225 * frames.texi (Color Parameters): Document alpha parameter.
2226
aeeedf76
MR
22272008-11-16 Martin Rudalics <rudalics@gmx.at>
2228
2229 * windows.texi (Splitting Windows, Deleting Windows)
2230 (Selecting Windows, Cyclic Window Ordering)
2231 (Buffers and Windows, Displaying Buffers, Choosing Window)
2232 (Dedicated Windows, Window Point, Window Start and End)
2233 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
2234 (Size of Window, Resizing Windows, Window Configurations)
2235 (Window Parameters): Avoid @var at beginning of sentences and
2236 reword accordingly.
2237
4c565c5c
LK
22382008-11-11 Lute Kamstra <lute@gnu.org>
2239
2240 * files.texi (File Name Components): Fix file-name-extension
2241 documentation.
2242
25f494c9
JB
22432008-11-11 Juanma Barranquero <lekktu@gmail.com>
2244
2245 * frames.texi (Basic Parameters): Remove display-environment-variable
2246 and term-environment-variable.
2247
a1401ab1
EZ
22482008-11-08 Eli Zaretskii <eliz@gnu.org>
2249
2250 * windows.texi (Basic Windows, Splitting Windows)
2251 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
2252 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
25f494c9
JB
2253 (Resizing Windows, Window Configurations, Window Parameters):
2254 Fix wording and markup.
a1401ab1 2255
efafc282
MR
22562008-11-07 Martin Rudalics <rudalics@gmx.at>
2257
2258 * windows.texi (Windows): Update entries.
2259 (Basic Windows): Remove listing of attributes. Reword.
86ab855a 2260 (Splitting Windows, Deleting Windows): Reword.
efafc282
MR
2261 (Selecting Windows, Cyclic Window Ordering): Reword with special
2262 emphasis on order of recently selected windows and buffer list.
86ab855a
MR
2263 (Buffers and Windows, Choosing Window): Reword with special
2264 emphasis on dedicated windows.
2265 (Displaying Buffers): Reword. For switch-to-buffer mention that
2266 it may fall back on pop-to-buffer. For other-window try to
2267 explain how it treats the cyclic ordering of windows.
efafc282
MR
2268 (Dedicated Windows): New node and section discussing dedicated
2269 windows and associated functions.
86ab855a 2270 (Window Point): Add entry for window-point-insertion-type. Reword.
efafc282
MR
2271 (Window Start and End): Rename node and section title. Reword.
2272 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
2273 Minor rewording.
2274 (Size of Window): Reword, in particular text on window-width.
2275 (Resizing Windows): Reword. Add text on balancing windows.
2276 (Window Configurations): Reword. Mention window parameters.
2277 (Window Parameters): New node and section on window parameters.
2278 (Window Hooks): Reword. Mention that
2279 window-configuration-change-hook is run "buffer-locally".
2280 * elisp.texi (Top): Update Windows entries in @detailmenu
2281 section.
2282
d60a8ab2
JB
22832008-11-04 Juanma Barranquero <lekktu@gmail.com>
2284
2285 * searching.texi (Regexp Search): Fix typo.
2286
01777627
CY
22872008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
2288
2289 * searching.texi (Regexp Search): Document GREEDY arg.
2290 (Simple Match Data): Fix return value.
2291
c4526e93
EZ
22922008-11-01 Eli Zaretskii <eliz@gnu.org>
2293
2294 * nonascii.texi (Text Representations): Rewrite to make consistent
5dcb4c4e
SM
2295 with Emacs 23 internal representation of characters.
2296 Document `unibyte-string'.
c4526e93 2297
fe2ae8b5
CY
22982008-10-28 Chong Yidong <cyd@stupidchicken.com>
2299
2300 * processes.texi (Process Information): Note that process-status
2301 does not accept buffer names.
2302
cc5a21e3
CY
23032008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
2304
2305 * positions.texi (Skipping Characters): Correct return value of
2306 skip-chars-forward.
2307
09460d9a
MR
23082008-10-25 Martin Rudalics <rudalics@gmx.at>
2309
520b29e7
MR
2310 * windows.texi (Deleting Windows): Update documentation of
2311 delete-windows-on.
2312 (Buffers and Windows): Update documentations of
2313 get-buffer-window and get-buffer-window-list.
2314 (Displaying Buffers): Update documentation of
2315 replace-buffer-in-windows.
2316
09460d9a
MR
2317 * buffers.texi (Current Buffer): Reword set-buffer and
2318 with-current-buffer documentations.
2319 (Creating Buffers): Reword documentation of get-buffer-create.
2320
4d48fcdc
MR
23212008-10-23 Martin Rudalics <rudalics@gmx.at>
2322
2323 * buffers.texi (Current Buffer): Reword documentation of
2324 set-buffer.
2325 (Buffer Names): Reword documentation of buffer-name.
2326 (The Buffer List): For bury-buffer explain what happens with the
2327 buffer's window.
2328 (Creating Buffers): Say that get-buffer-create's arg is called
2329 buffer-or-name.
2330
f0143c43
CY
23312008-10-22 Chong Yidong <cyd@stupidchicken.com>
2332
3e5dbbd3
CY
2333 * advice.texi (Computed Advice): Explain what DEFINITION is.
2334
f0143c43
CY
2335 * nonascii.texi (Character Codes): Remove obsolete function
2336 char-valid-p, and document characterp instead.
2337
52a94b85
MR
23382008-10-22 Martin Rudalics <rudalics@gmx.at>
2339
2340 * windows.texi (Displaying Buffers): Reword documentation of
2341 pop-to-buffer.
2342 (Choosing Window): Rewrite documentation of display-buffer and
2343 its options.
2344
f76f8246
MR
2345 * buffers.texi (Killing Buffers): Update documentation of
2346 kill-buffer.
2347
acc8b598
EZ
23482008-10-21 Eli Zaretskii <eliz@gnu.org>
2349
80e6b6df
EZ
2350 * processes.texi (Serial Ports): Fix wording and improve markup.
2351
3645358a
EZ
2352 * searching.texi (Regexp Search): Document `string-match-p' and
2353 `looking-at-p'.
2354 (POSIX Regexps): Add an xref for "non-greedy".
2355 (Regexp Special): Add @cindex entry for "non-greedy".
2356
b3d50cff 2357 * display.texi (Attribute Functions): Document `face-all-attributes'.
bf190568 2358 (Image Cache) <image-refresh>: Minor wording fixes.
b3d50cff 2359
73b7530a
EZ
2360 * frames.texi (Color Names): Add an xref to `read-color'.
2361
2362 * minibuf.texi (High-Level Completion): Document `read-color'.
2363
acc8b598
EZ
2364 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
2365
2366 * positions.texi (Narrowing): Add an xref to "Swapping Text".
2367
2368 * buffers.texi (Swapping Text): New section, documents
2369 `buffer-swap-text'.
2370
10e187e8
MR
23712008-10-21 Martin Rudalics <rudalics@gmx.at>
2372
2373 * windows.texi (Resizing Windows): Minor wording fix.
2374
fd6f900c
EZ
23752008-10-20 Eli Zaretskii <eliz@gnu.org>
2376
2377 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
2378 and `combine-and-quote-strings'.
2379
2380 * strings.texi (Creating Strings): Add xrefs for them.
2381
e4372165
EZ
23822008-10-19 Eli Zaretskii <eliz@gnu.org>
2383
d6328fba
EZ
2384 * elisp.texi (Top): Make descriptive text for "Reading File Names"
2385 match the corresponding menu in minibuf.texi.
2386
e4372165
EZ
2387 * minibuf.texi (Reading File Names): Document `read-shell-command'
2388 and `minibuffer-local-shell-command-map'.
2389
5d8dda33
MR
23902008-10-19 Martin Rudalics <rudalics@gmx.at>
2391
2392 * windows.texi (Resizing Windows): Remove var{} around "window" in
2393 documentation of enlarge-window.
2394 Rewrite documentation of window-min-height and window-min-width.
2395
437706cd
EZ
23962008-10-19 Eli Zaretskii <eliz@gnu.org>
2397
80f85d7c
EZ
2398 * functions.texi (Calling Functions): Document `apply-partially'.
2399
291703b5
EZ
2400 * hooks.texi (Standard Hooks): Mention
2401 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
2402
2403 * variables.texi (File Local Variables): Document
2404 `file-local-variables-alist', `before-hack-local-variables-hook'
2405 and `hack-local-variables-hook'.
2406
583d8b3c
EZ
2407 * processes.texi (Synchronous Processes): Document `process-lines'.
2408
5dcb4c4e
SM
2409 * customize.texi (Variable Definitions):
2410 Document `custom-reevaluate-setting'.
437706cd 2411
7e51d89b
MR
24122008-10-18 Martin Rudalics <rudalics@gmx.at>
2413
2414 * windows.texi (Choosing Window, Deleting Windows)
2415 (Displaying Buffers): Expand documentation of dedicated windows.
2416
43c59a3d
EZ
24172008-10-18 Eli Zaretskii <eliz@gnu.org>
2418
018a960d
EZ
2419 * files.texi (Changing Files): Document symbolic input of file
2420 modes to `set-file-modes'. Document `read-file-modes' and
2421 `file-modes-symbolic-to-number'.
2422
2c0b8144
EZ
2423 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
2424 and `search-map'.
2425
5dcb4c4e
SM
2426 * searching.texi (Search and Replace):
2427 Document `replace-search-function' and `replace-re-search-function'.
2c0b8144 2428 Document `multi-query-replace-map'.
80120f13 2429
6d4913f0 2430 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
5dcb4c4e
SM
2431 (Completion Commands, Reading File Names):
2432 Rename `minibuffer-local-must-match-filename-map' to
6d4913f0
EZ
2433 `minibuffer-local-filename-must-match-map'.
2434 (Minibuffer Completion): The `require-match' argument to
2435 `completing-read' can now have the value `confirm-only'.
2436
43c59a3d
EZ
2437 * windows.texi (Displaying Buffers): Minor wording fix.
2438 (Choosing Window): `split-height-threshold' can now be nil.
2439 Document `split-width-threshold'. `pop-up-frames' can have the
2440 value `graphic-only'.
2441
f36acfd9
EZ
24422008-10-17 Eli Zaretskii <eliz@gnu.org>
2443
2444 * os.texi (Startup Summary): Document `before-init-time' and
2445 `after-init-time'. Document `initial-window-system' and
2446 `window-system-initialization-alist'. Document reading the
2447 abbrevs file. Document the call to `server-start' under --daemon.
2448 Rearrange a bit to be consistent with the code flow.
53728487
EZ
2449 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
2450 (Time Parsing): Document `format-seconds'.
f36acfd9 2451
96995b89
MR
24522008-10-17 Martin Rudalics <rudalics@gmx.at>
2453
2454 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
2455 and reword.
2456
2de17c73
EZ
24572008-10-16 Eli Zaretskii <eliz@gnu.org>
2458
2459 * markers.texi (The Mark): Document use-region-p.
2460
9cf52b11
EZ
24612008-10-15 Eli Zaretskii <eliz@gnu.org>
2462
c3aaf1d7
EZ
2463 * internals.texi (Writing Emacs Primitives): The interactive spec
2464 of a primitive can be a Lisp form.
2465
841a1743
EZ
2466 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
2467 values of transient-mark-mode. Document handle-shift-selection.
2468
2469 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
2470 (Interactive Examples): Show an example of `^'.
2471 (Key Sequence Input): Document this-command-keys-shift-translated.
c3aaf1d7
EZ
2472 (Defining Commands, Using Interactive): The interactive-form of a
2473 function can be added via its symbol's property.
841a1743 2474
52441368
EZ
2475 * positions.texi (List Motion): beginning-of-defun-function can
2476 now accept an argument.
2477
8e8c1a72
EZ
2478 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
2479 now return a list of strings.
2480
a33a1f2a
EZ
2481 * control.texi (Handling Errors): Document ignore-errors.
2482
4fb04348
EZ
2483 * frames.texi (Creating Frames): Document frame-inherited-parameters.
2484 (Parameter Access): Document set-frame-parameter.
2485
ee666f84
EZ
2486 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
2487 Hooks" for the effect of kill-all-local-variables on local hook
2488 functions.
2489
9cf52b11
EZ
2490 * modes.texi (Major Mode Conventions, Mode Line Variables):
2491 `mode-name' need not be a string. xref to "Mode Line Data" for
2492 details, and to "Emulating Mode Line" for computing a string
2493 value.
2494
22526bc4
EZ
24952008-10-14 Eli Zaretskii <eliz@gnu.org>
2496
a65f6a85
EZ
2497 * processes.texi (System Processes): New section.
2498 (Processes, Signals to Processes): Add xrefs to it.
2499
2500 * objects.texi (Editing Types): A `process' is a subprocess of
2501 Emacs, not just any process running on the OS.
2502
2503 * elisp.texi (Top): Adjust the @detailmenu for the above two
2504 changes.
2505
2724b26a
EZ
2506 * sequences.texi (Char-Tables): Remove documentation of
2507 set-char-table-default, which has no effect since Emacs 23.
2508 <char-table-range, set-char-table-range>: Don't mention generic
2509 characters and charsets. Add a cons cell as a possible argument.
2510
2511 * nonascii.texi (Splitting Characters)
2512 (Translation of Characters): Don't mention generic characters.
2513
2514 * display.texi (Fontsets): Don't mention generic characters.
2515
22526bc4 2516 * sequences.texi (Char-Tables): `map-char-table' can now call its
25f494c9 2517 argument FUNCTION with a cons cell as KEY.
22526bc4 2518
eaf4b689
EZ
25192008-10-13 Eli Zaretskii <eliz@gnu.org>
2520
45e46036
EZ
2521 * objects.texi (Primitive Function Type): Move "@cindex special
2522 forms" from here...
2523
2524 * eval.texi (Special Forms): ...to here.
2525
2526 * functions.texi (What Is a Function): `functionp' returns nil for
2527 special forms. Add an xref.
2528
eaf4b689
EZ
2529 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
2530 Variables".
2531
2532 * variables.texi (Frame-Local Variables): New section.
2533 (Buffer-Local Variables): Add an xref to it.
2534 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
2535 have both frame-local and buffer-local binding.
2536
2537 * frames.texi (Frames): Mention multiple tty frames.
2538 (Frame Parameters, Parameter Access): Mention frame-local variable
2539 bindings.
2540
15688fce
GM
25412008-09-20 Glenn Morris <rgm@gnu.org>
2542
2543 * display.texi (Defining Faces): Recommend against face variables.
2544
35539065
JB
25452008-09-16 Juanma Barranquero <lekktu@gmail.com>
2546
2547 * display.texi (Echo Area Customization): Fix typo.
2548
6a57054b
JB
25492008-09-09 Juanma Barranquero <lekktu@gmail.com>
2550
2551 * loading.texi (Where Defined): Add `defface' item.
2552
d632fb82
MR
25532008-09-06 Martin Rudalics <rudalics@gmx.at>
2554
2555 * loading.texi (Where Defined): Fix description of symbol-file.
2556
905a9adb
JR
25572008-08-26 Jason Rumney <jasonr@gnu.org>
2558
2559 * display.texi (TIFF Images): New section describing :index property.
2560
852e91b7
CY
25612008-08-23 Chong Yidong <cyd@stupidchicken.com>
2562
2563 * display.texi (Temporary Displays): Remove unnecessary comment
2564 about usage of temp-buffer-show-hook.
2565
6be001ee
CY
25662008-08-05 Chong Yidong <cyd@stupidchicken.com>
2567
2568 * symbols.texi (Other Plists): Fix incorrect example.
2569 Suggested by Florian Beck.
2570
58e3d8e8
JB
25712008-07-31 Juanma Barranquero <lekktu@gmail.com>
2572
2573 * os.texi: Fix previous change.
2574
7c2fb837
DN
25752008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
2576
2577 * os.texi:
2578 * intro.texi:
2579 * files.texi: Remove VMS support.
2580
9e2a2647
DN
25812008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
2582
2583 * os.texi:
2584 * frames.texi:
2585 * display.texi: Remove mentions of Mac Carbon.
2586
c4f4682b
MB
25872008-07-01 Miles Bader <miles@gnu.org>
2588
2589 * text.texi (Special Properties):
2590 * display.texi (Truncation): Add wrap-prefix and line-prefix.
2591
3696411e
JB
25922008-06-28 Johan Bockgård <bojohan@gnu.org>
2593
2594 * display.texi (Other Image Types): Fix copy/paste error; say
2595 "PBM", not "XBM".
2596
f2a77c3a
DN
25972008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
2598
2599 * os.texi: Remove references to obsolete systems.
2600
6d52677d
EZ
26012008-06-20 Eli Zaretskii <eliz@gnu.org>
2602
2603 * makefile.w32-in (distclean): Remove makefile.
2604
1a87da4c
GM
26052008-06-17 Glenn Morris <rgm@gnu.org>
2606
2607 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
2608 (elisp, dist): Remove rules and variables that are obsolete now
2609 the lisp manual is no longer distributed separately.
2610
fdda1c5d
GM
26112008-06-16 Glenn Morris <rgm@gnu.org>
2612
646692e9
GM
2613 * configure, configure.in, mkinstalldirs: Remove unused files.
2614
2615 * book-spine.texinfo: Set version to 23.0.60.
fdda1c5d 2616 * vol1.texi (EMACSVER):
6a57054b 2617 * vol2.texi (EMACSVER): Set to 23.0.60.
fdda1c5d
GM
2618
2619 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
2620 as per maintain.info.
2621
611bee81
GM
26222008-06-15 Glenn Morris <rgm@gnu.org>
2623
a7bed3a0
GM
2624 * makefile.w32-in (manual): Use "23" rather than "21".
2625
2626 * Makefile.in (emacsver): New, set by configure.
2627 (manual): Use emacsver.
2628
d794edf2
GM
2629 * intro.texi: Report bugs using M-x report-emacs-bug.
2630
611bee81
GM
2631 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
2632
c73e02fa
GM
26332008-06-13 Daniel Engeler <engeler@gmail.com>
2634
2635 * elisp.texi, internals.texi, processes.texi: Add documentation
2636 about serial port access.
2637
e40a85cd
MB
26382008-06-05 Miles Bader <miles@gnu.org>
2639
2640 * display.texi (Displaying Faces): Update to reflect function
2641 renamings in face-remap.el.
2642
7b753744
JB
26432008-06-05 Juanma Barranquero <lekktu@gmail.com>
2644
2645 * display.texi (Fontsets): Fix typos.
2646
9d3d42fb
MB
26472008-06-03 Miles Bader <miles@gnu.org>
2648
7b753744
JB
2649 * display.texi (Displaying Faces): Add add-relative-face-remapping,
2650 remove-relative-face-remapping, set-base-face-remapping,
2651 and set-default-base-face-remapping.
9d3d42fb 2652
f2cec7a9
MB
26532008-06-01 Miles Bader <miles@gnu.org>
2654
2655 * display.texi (Displaying Faces): Add face-remapping-alist.
2656
8f39c96d
SM
26572008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2658
2659 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
2660 variable names.
2661
1ef5eecc
ER
26622008-05-03 Eric S. Raymond <esr@golux>
2663
352c8b4a 2664 * keymaps.texi: Clarify that (current-local-map) and
1ef5eecc
ER
2665 (current-global-map) return references, not copies.
2666
63b4387f
JL
26672008-05-02 Juri Linkov <juri@jurta.org>
2668
2669 * minibuf.texi (Text from Minibuffer): Document a list of
2670 default values for `read-from-minibuffer'.
2671
38a8b703
JB
26722008-04-24 Juanma Barranquero <lekktu@gmail.com>
2673
2674 * nonascii.texi (Translation of Characters): Fix previous change.
2675
7c42e639
CY
26762008-04-20 Chong Yidong <cyd@stupidchicken.com>
2677
2678 * display.texi (Overlay Properties): Clarify role of underlying
2679 textprop and overlay keymaps for display strings.
2680
2681 * keymaps.texi (Active Keymaps): Ditto.
2682
25c0d999
SM
26832008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
2684
2685 * minibuf.texi (Programmed Completion):
2686 Replace dynamic-completion-table with the new completion-table-dynamic.
2687
e3af5968
CY
26882008-04-07 Chong Yidong <cyd@stupidchicken.com>
2689
2690 * intro.texi (Some Terms): Change "fonts in this manual" index
2691 entry to "typographic conventions".
2692
6bfc8698
EZ
26932008-04-05 Eli Zaretskii <eliz@gnu.org>
2694
2695 * objects.texi (Text Props and Strings): Add indexing for read
2696 syntax of text properties.
2697
4972c361
SM
26982008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
2699
2700 * processes.texi (Decoding Output): Remove process-filter-multibyte
2701 functions.
2702
c70a68db
MR
27032008-03-15 Martin Rudalics <rudalics@gmx.at>
2704
2705 * display.texi (Finding Overlays): Say that empty overlays at
2706 the end of the buffer are reported too.
2707
1291fd36
GM
27082008-03-13 Glenn Morris <rgm@gnu.org>
2709
2710 * elisp.texi (EMACSVER): Set to 23.0.60.
2711
c6b0dfd5
CY
27122008-02-26 Chong Yidong <cyd@stupidchicken.com>
2713
38a8b703 2714 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
c6b0dfd5 2715
875fc30c
GM
27162008-02-22 Glenn Morris <rgm@gnu.org>
2717
2718 * frames.texi (Position Parameters): Clarify the description of
2719 `left' and `top', using information from "Geometry".
2720 (Geometry): Give a pointer to "Position Parameters", rather than
2721 repeating information.
2722
d8c8e45a
GM
27232008-02-11 Glenn Morris <rgm@gnu.org>
2724
2725 * objects.texi (Equality Predicates): No longer talk about "two"
2726 functions.
2727
38a8b703 27282008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
d8c8e45a
GM
2729
2730 * objects.texi (Equality Predicates): Add defun for
2731 equal-including-properties.
2732
bfffe0b1
GM
27332008-02-10 Glenn Morris <rgm@gnu.org>
2734
2735 * objects.texi (Equality Predicates):
2736 Mention equal-including-properties.
2737
431b78c9
RS
27382008-02-07 Richard Stallman <rms@gnu.org>
2739
2740 * windows.texi (Window Start): Mention the feature of moving
2741 window-start to start of line.
2742
c8763fb6 27432008-02-07 Jan Djärv <jan.h.d@swipnet.se>
eafa12e6
JD
2744
2745 * keymaps.texi (Tool Bar): Document rtl property.
2746
1a256502
TTN
27472008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
2748
2749 * display.texi (Button Types):
2750 For define-button-type, clarify type of NAME.
2751
569382c2
MR
27522008-01-19 Martin Rudalics <rudalics@gmx.at>
2753
2754 * buffers.texi (Buffer Modification): Fix typo.
2755
f3041af1
DN
27562008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
2757
2758 * os.texi (System Environment): Remove references to OSes that are
2759 not supported anymore.
2760
d35e1cd7
DN
27612008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2762
2763 * os.texi (System Environment): Remove mention for Masscomp.
2764
23af7580
RS
27652008-01-04 Richard Stallman <rms@gnu.org>
2766
2767 * display.texi (Faces): Don't talk about internal face vector as arg
2768 to facep.
2769
2770 * customize.texi (Type Keywords): Fix previous change.
2771
2772 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
2773 * elisp.texi (Top): Fix menu for commands.texi change.
2774
ec7d5b1e
RS
27752007-12-30 Richard Stallman <rms@gnu.org>
2776
5dcb4c4e 2777 * commands.texi (Accessing Mouse): Rename from Accessing Events.
ec7d5b1e
RS
2778 (Accessing Scroll): New node broken out of Accessing Mouse.
2779
101a6cea
RS
27802007-12-28 Richard Stallman <rms@gnu.org>
2781
2782 * frames.texi (Size Parameters): Fix typo.
7f9e0c04 2783 (Basic Parameters): For `title', refer to title bar.
041817a4 2784 (Size and Position): Explain meaning of frame pixel width and height.
101a6cea 2785
72b7e664
RS
27862007-12-23 Richard Stallman <rms@gnu.org>
2787
2788 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
2789 Improve some of the commented-out keywords' text too.
2790
27a4f445
MR
27912007-12-14 Martin Rudalics <rudalics@gmx.at>
2792
e2e3f1d7
MR
2793 * nonascii.texi (Encoding and I/O): Reword to avoid saying
2794 "visit the current buffer".
2795
27a4f445
MR
2796 * os.texi (System Interface): Fix typo.
2797
a2afc99d
RS
27982007-12-04 Richard Stallman <rms@gnu.org>
2799
2800 * objects.texi (Symbol Type): Fix typo.
2801
b694135c
RS
28022007-12-03 Richard Stallman <rms@gnu.org>
2803
2804 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
2805
f99a19da
GM
28062007-12-01 Glenn Morris <rgm@gnu.org>
2807
2808 * functions.texi (Declaring Functions): Improve previous change.
2809
8f4b37d8
GM
28102007-11-30 Glenn Morris <rgm@gnu.org>
2811
2812 * functions.texi (Declaring Functions): Add optional fourth
2813 argument of declare-function, and setting third argument to `t'.
2814
61a2fe01
RS
28152007-11-29 Richard Stallman <rms@gnu.org>
2816
2817 * customize.texi (Composite Types): Document `group' type.
2818
cbfc5193
GM
28192007-11-29 Glenn Morris <rgm@gnu.org>
2820
5dcb4c4e
SM
2821 * functions.texi (Declaring Functions): Add findex.
2822 Mention `external' files.
cbfc5193 2823
8386283a
JB
28242007-11-26 Juanma Barranquero <lekktu@gmail.com>
2825
2826 * functions.texi (Declaring Functions): Fix directive.
2827
a07c9a8b
RS
28282007-11-25 Richard Stallman <rms@gnu.org>
2829
2830 * help.texi (Help Functions): Clean up last change.
2831
2832 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
2833
2834 * loading.texi (Named Features): Minor cleanup.
2835
2836 * macros.texi (Eval During Expansion): Minor cleanup.
2837
2838 * variables.texi (Variable Aliases): Minor cleanup.
2839
a0925923
RS
28402007-11-24 Richard Stallman <rms@gnu.org>
2841
2842 * functions.texi (Declaring Functions): Clarify previous change.
2843
2844 * compile.texi (Compiler Errors): Clarify previous change.
2845
20c63e44
RS
28462007-11-24 Richard Stallman <rms@gnu.org>
2847
e5e76c04 2848 * display.texi (Refresh Screen, Forcing Redisplay):
20c63e44
RS
2849 Clarify the text and move items around.
2850
5bb0cda3
GM
28512007-11-24 Glenn Morris <rgm@gnu.org>
2852
2853 * functions.texi (Declaring Functions): New section.
2854 * compile.texi (Compiler Errors): Mention declaring functions,
2855 defvar with no initvalue, and byte-compile-warnings.
2856
af13c86a
MR
28572007-11-15 Martin Rudalics <rudalics@gmx.at>
2858
2859 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
2860 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
2861
a5373305
MR
28622007-11-13 Martin Rudalics <rudalics@gmx.at>
2863
2864 * help.texi (Help Functions): Document new macro `with-help-window'.
2865
fe284805
JL
28662007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
2867
2868 * searching.texi (Replacing Match): Describe new
2869 `match-substitute-replacement'.
2870
2c3a09b1
RS
28712007-10-31 Richard Stallman <rms@gnu.org>
2872
2873 * strings.texi (Creating Strings): Null strings from concat not unique.
2874
f2b480f4
RS
28752007-10-26 Richard Stallman <rms@gnu.org>
2876
2877 * objects.texi (Equality Predicates): Null strings are uniquified.
2878
2879 * minibuf.texi: Minor clarifications in previous change.
2880
db21122c
GM
28812007-10-25 Glenn Morris <rgm@gnu.org>
2882
2883 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
2884
2328cbb3
RS
28852007-10-24 Richard Stallman <rms@gnu.org>
2886
2887 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
2888
2889 * variables.texi (Frame-Local Variables): Node deleted.
2890 (Variables): Delete Frame-Local Variables from menu.
2891 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
2892 (Default Value): Don't mention frame-local vars.
2893
2894 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
2895
2896 * loading.texi (Unloading): Document FEATURE-unload-function
2897 instead of FEATURE-unload-hook.
2898
2328cbb3
RS
2899 * frames.texi (Multiple Displays): Don't mention frame-local vars.
2900
c066bafa
JL
29012007-10-22 Juri Linkov <juri@jurta.org>
2902
2903 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
2904 (High-Level Completion): Document a list of default value strings
2905 in the DEFAULT argument, for which minibuffer functions return the
2906 first element.
2907
65ced25f
JL
29082007-10-17 Juri Linkov <juri@jurta.org>
2909
2910 * text.texi (Filling): Update arguments of fill-paragraph.
2911 fill-paragraph operates on the active region in Transient Mark mode.
2912 Remove fill-paragraph-or-region.
2913
ee46ec8e
KB
29142007-10-13 Karl Berry <karl@gnu.org>
2915
2916 * elisp.texi (@dircategory): Move to after @copying,
2917 since we want @copying as close as possible to the beginning of
2918 the output.
2919
61bbdbc6
RS
29202007-10-12 Richard Stallman <rms@gnu.org>
2921
2922 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
2923
2924 * commands.texi (Distinguish Interactive): New node,
2925 broken out from Interactive Call and rewritten.
2926 (Command Loop): Put Distinguish Interactive in menu.
2927
af23e1e8
RS
29282007-10-09 Richard Stallman <rms@gnu.org>
2929
2930 * text.texi (Examining Properties): Mention overlay priority.
2931
2932 * display.texi (Display Margins): Correct the description
2933 of margin display specifications.
2934 (Replacing Specs): New subnode broken out of Display Property.
2935
e1965a69
JL
29362007-10-06 Juri Linkov <juri@jurta.org>
2937
2938 * text.texi (Filling): Document fill-paragraph-or-region.
2939
4638454b
JB
29402007-10-05 Juanma Barranquero <lekktu@gmail.com>
2941
2942 * display.texi (Auto Faces): Fix typo.
2943
7ed54cc5
RS
29442007-10-02 Richard Stallman <rms@gnu.org>
2945
2946 * display.texi (Display Property): Explain some display specs
2947 don't let you move point in.
2948
5dcb4c4e
SM
2949 * frames.texi (Cursor Parameters):
2950 Describe cursor-in-non-selected-windows here. Explain more values.
7ed54cc5
RS
2951
2952 * windows.texi (Basic Windows): Don't describe
2953 cursor-in-non-selected-windows here.
2954
305a7ef2
EZ
29552007-10-01 Eli Zaretskii <eliz@gnu.org>
2956
2957 * processes.texi (Misc Network): Note that these functions are
2958 supported only on some systems.
2959
f7a7f4eb
RS
29602007-10-01 Richard Stallman <rms@gnu.org>
2961
2962 * display.texi (Overlay Properties): Explain nil as priority.
2963 Explain that conflicts are unpredictable if not resolved by
2964 priorities.
2965
780d7bb9
RS
29662007-09-23 Richard Stallman <rms@gnu.org>
2967
2968 * macros.texi (Backquote): Minor clarification.
2969
14b4fdfb
RS
29702007-09-19 Richard Stallman <rms@gnu.org>
2971
2972 * display.texi (Display Property): Explain multiple display specs.
9600ac7c
RS
2973 Clarify when they work in parallel and when one overrides.
2974 Fix error in example.
14b4fdfb 2975
b8d4c8d0
GM
29762007-09-06 Glenn Morris <rgm@gnu.org>
2977
b3e755a9 2978 Move from lispref/ to doc/lispref/. Change all setfilename
b8d4c8d0
GM
2979 commands to use ../../info.
2980 * Makefile.in (infodir): Go up one more level.
4638454b 2981 (usermanualdir): Change from ../man to ../emacs.
b8d4c8d0
GM
2982 (miscmanualdir): New.
2983 (dist): Use new variable miscmanualdir.
2984 * makefile.w32-in (infodir, texinputdir): Go up one more level.
2985 (usermanualdir): Change from ../man to ../emacs.
2986
1bb1f7d3
MR
29872007-08-30 Martin Rudalics <rudalics@gmx.at>
2988
2989 * commands.texi (Command Loop Info): Advise against changing
2990 most variables described here. Explain new variable
2991 last-repeatable-command.
2992
b8d4c8d0
GM
29932007-08-29 Glenn Morris <rgm@gnu.org>
2994
2995 * elisp.texi (EMACSVER): Increase to 23.0.50.
2996
29972007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
2998
2999 * frames.texi (Basic Parameters): Add display-environment-variable
3000 and term-environment-variable.
3001
30022007-08-28 Juri Linkov <juri@jurta.org>
3003
3004 * display.texi (Image Formats, Other Image Types): Add SVG.
3005
30062007-08-28 Juri Linkov <juri@jurta.org>
3007
3008 * display.texi (Images): Move formats-related text to new node
3009 "Image Formats".
3010 (Image Formats): New node.
3011
619fb9ee
RS
30122007-08-27 Richard Stallman <rms@gnu.org>
3013
3014 * windows.texi (Window Configurations): Clarify what
3015 a window configuration saves.
3016
b8d4c8d0
GM
30172007-08-25 Richard Stallman <rms@gnu.org>
3018
3019 * display.texi (Images): Delete redundant @findex.
3020
39f9da30
GM
30212007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
3022
3023 * text.texi (Change Hooks): (after|before)-change-functions are no
3024 longer bound to nil while running; rather inhibit-modification-hooks
3025 is t.
3026
b8d4c8d0
GM
30272007-08-16 Richard Stallman <rms@gnu.org>
3028
5dcb4c4e
SM
3029 * processes.texi (Asynchronous Processes):
3030 Clarify doc of start-file-process.
b8d4c8d0
GM
3031
30322007-08-08 Martin Rudalics <rudalics@gmx.at>
3033
3034 * modes.texi (Example Major Modes): Fix typo.
3035
30362007-08-08 Glenn Morris <rgm@gnu.org>
3037
3038 * intro.texi (nil and t): Do not use `iff' in documentation.
3039
3040 * tips.texi (Documentation Tips): Recommend against `iff'.
3041
30422007-08-07 Chong Yidong <cyd@stupidchicken.com>
3043
3044 * display.texi (Image Cache): Document image-refresh.
3045
30462007-08-06 Martin Rudalics <rudalics@gmx.at>
3047
3048 * windows.texi (Size of Window): Document window-full-width-p.
3049
30502007-07-25 Glenn Morris <rgm@gnu.org>
3051
3052 * gpl.texi (GPL): Replace license with GPLv3.
3053
3054 * Relicense all FSF files to GPLv3 or later.
3055
30562007-07-24 Michael Albinus <michael.albinus@gmx.de>
3057
4638454b
JB
3058 * processes.texi (Synchronous Processes):
3059 Add `process-file-shell-command'.
b8d4c8d0
GM
3060 (Asynchronous Processes): Mention restricted use of
3061 `process-filter' and `process-sentinel' in
3062 `start-file-process'. Add `start-file-process-shell-command'.
3063
30642007-07-17 Michael Albinus <michael.albinus@gmx.de>
3065
3066 * files.texi (Magic File Names): Introduce optional parameter
3067 IDENTIFICATION for `file-remote-p'.
3068
30692007-07-16 Richard Stallman <rms@gnu.org>
3070
3071 * display.texi (Defining Faces): Fix previous change.
3072
30732007-07-14 Richard Stallman <rms@gnu.org>
3074
3075 * control.texi (Handling Errors): Document `debug' in handler list.
3076
30772007-07-10 Richard Stallman <rms@gnu.org>
3078
3079 * display.texi (Defining Faces): Explain C-M-x feature for defface.
3080
30812007-07-09 Richard Stallman <rms@gnu.org>
3082
3083 * files.texi (Magic File Names): Rewrite previous change.
3084
30852007-07-08 Michael Albinus <michael.albinus@gmx.de>
3086
3087 * files.texi (Magic File Names): Introduce optional parameter
3088 CONNECTED for `file-remote-p'.
3089
30902007-07-07 Michael Albinus <michael.albinus@gmx.de>
3091
3092 * processes.texi (Asynchronous Processes):
3093 * files.texi (Magic File Names): Add `start-file-process'.
3094
30952007-06-27 Richard Stallman <rms@gnu.org>
3096
5dcb4c4e
SM
3097 * files.texi (Format Conversion Piecemeal):
3098 Clarify `after-insert-file-functions' calling convention.
b8d4c8d0
GM
3099
31002007-06-27 Michael Albinus <michael.albinus@gmx.de>
3101
4638454b
JB
3102 * files.texi (Magic File Names): Remove `dired-call-process'.
3103 Add `process-file'.
b8d4c8d0
GM
3104
31052007-06-27 Kenichi Handa <handa@m17n.org>
3106
3107 * text.texi (Special Properties): Fix description about
4638454b 3108 `composition' property.
b8d4c8d0
GM
3109
31102007-06-26 Kenichi Handa <handa@m17n.org>
3111
3112 * nonascii.texi (Default Coding Systems): Document about the
3113 return value `undecided'.
3114
31152007-06-25 David Kastrup <dak@gnu.org>
3116
3117 * keymaps.texi (Active Keymaps): Document new POSITION argument of
3118 `current-active-maps'.
3119
31202007-06-24 Karl Berry <karl@gnu.org>
3121
4638454b 3122 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
b8d4c8d0
GM
3123
31242007-06-15 Juanma Barranquero <lekktu@gmail.com>
3125
3126 * display.texi (Overlay Arrow): Doc fix.
3127
31282007-06-14 Karl Berry <karl@tug.org>
3129
3130 * anti.texi (Antinews): Typo.
3131
31322007-06-14 Chong Yidong <cyd@stupidchicken.com>
3133
3134 * display.texi (Image Cache): Document image-refresh.
3135
31362007-06-12 Karl Berry <karl@gnu.org>
3137
3138 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
3139 * two-volume.make: New file.
3140 * .cvsignore: Ignore two-volume files.
3141
31422007-06-12 Tom Tromey <tromey@redhat.com>
3143
3144 * os.texi (Init File): Document user-emacs-directory.
3145
31462007-06-03 Nick Roberts <nickrob@snap.net.nz>
3147
3148 * commands.texi (Click Events): Describe width and height when
3149 object is nil.
3150
31512007-05-30 Nick Roberts <nickrob@snap.net.nz>
3152
5dcb4c4e
SM
3153 * commands.texi (Click Events): Layout more logically.
3154 Describe width and height.
b8d4c8d0
GM
3155 (Drag Events, Motion Events): Update to new format for position.
3156
31572007-06-02 Richard Stallman <rms@gnu.org>
3158
3159 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
3160
31612007-06-02 Chong Yidong <cyd@stupidchicken.com>
3162
3163 * Version 22.1 released.
3164
31652007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
3166
3167 * text.texi (Special Properties): Correct meaning of fontified face.
3168
31692007-05-30 Richard Stallman <rms@gnu.org>
3170
3171 * text.texi (Special Properties): Add link to Adjusting Point.
3172
31732007-05-12 Richard Stallman <rms@gnu.org>
3174
3175 * text.texi (Margins): indent-to-left-margin is not the default.
3176 (Mode-Specific Indent): For indent-line-function, the default
3177 is indent-relative.
3178
3179 * modes.texi (Example Major Modes): Explain last line of text-mode
3180 is redundant.
3181
31822007-05-10 Richard Stallman <rms@gnu.org>
3183
3184 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
3185
3186 * help.texi (Keys in Documentation): Add reference to
3187 Documentation Tips.
3188
3189 * files.texi (Format Conversion): TO-FN gets three arguments.
3190
3191 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
3192
31932007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
3194
3195 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
3196 * files.texi (Format Conversion): Expand intro; add menu.
3197 (Format Conversion Overview, Format Conversion Round-Trip)
3198 (Format Conversion Piecemeal): New nodes/subsections.
3199 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
3200 * text.texi (Text Properties): Remove "Saving Properties" from menu.
3201 (Saving Properties): Delete node/subsection.
3202
32032007-05-07 Karl Berry <karl@gnu.org>
3204
3205 * elisp.texi (EMACSVER): Back to 22.
3206
32072007-05-06 Richard Stallman <rms@gnu.org>
3208
3209 * processes.texi (Accepting Output): Revert most of previous change.
3210
32112007-05-05 Richard Stallman <rms@gnu.org>
3212
3213 * processes.texi (Accepting Output): accept-process-output
3214 uses microseconds, not milliseconds. But that arg is obsolete.
3215
32162007-05-04 Karl Berry <karl@tug.org>
3217
3218 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
3219
32202007-05-04 Eli Zaretskii <eliz@gnu.org>
3221
3222 * tips.texi (Documentation Tips): Rearrange items to place the
3223 more important ones first. Add an index entry for hyperlinks.
3224
32252007-05-03 Karl Berry <karl@gnu.org>
3226
3227 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
3228 (EMACSVER) [smallbook]: 22 for printed version.
3229
3230 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
3231 so restore anchor to normal position after defun. Found by Kevin Ryde.
3232
32332007-04-26 Glenn Morris <rgm@gnu.org>
3234
3235 * elisp.texi (EMACSVER): Increase to 22.1.50.
3236
32372007-04-28 Karl Berry <karl@gnu.org>
3238
3239 * elisp.texi: Improve line breaks on copyright page,
3240 similar layout to emacs manual, 8.5x11 by default.
3241
32422007-04-24 Richard Stallman <rms@gnu.org>
3243
3244 * text.texi (Special Properties): Add xref to Overlay Properties.
3245
3246 * display.texi (Overlay Properties): Add xref to Special Properties.
3247
32482007-04-22 Richard Stallman <rms@gnu.org>
3249
3250 * keymaps.texi (Extended Menu Items): Move the info about
3251 format with cached keyboard binding.
3252
32532007-04-21 Richard Stallman <rms@gnu.org>
3254
3255 * text.texi (Special Properties): Clarify previous change.
3256
3257 * files.texi (File Name Expansion): Clarify previous change.
3258
3259 * display.texi (Attribute Functions): Fix example for
3260 face-attribute-relative-p.
3261
32622007-04-19 Kenichi Handa <handa@m17n.org>
3263
3264 * text.texi (Special Properties): Document composition property.
3265
32662007-04-19 Glenn Morris <rgm@gnu.org>
3267
3268 * files.texi (File Name Expansion): Mention "superroot".
3269
32702007-04-15 Chong Yidong <cyd@stupidchicken.com>
3271
3272 * frames.texi (Multiple Displays): Add note about "multi-monitor"
3273 setups.
3274 (Display Feature Testing): Note that display refers to all
3275 physical monitors for multi-monitor setups.
3276
32772007-04-14 Richard Stallman <rms@gnu.org>
3278
3279 * lists.texi (Sets And Lists): Clarify `delete' examples.
3280 Remove spurious xref to same node.
3281 Clarify xref for add-to-list.
3282
32832007-04-12 Nick Roberts <nickrob@snap.net.nz>
3284
3285 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
3286 value of lisp-mode-map.
3287
32882007-04-11 Karl Berry <karl@gnu.org>
3289
3290 * anti.texi (Antinews):
3291 * display.texi (Overlay Properties, Defining Images):
3292 * processes.texi (Synchronous Processes, Sentinels):
3293 * syntax.texi (Syntax Table Internals):
3294 * searching.texi (Regexp Special):
3295 * nonascii.texi (Default Coding Systems):
3296 * text.texi (Special Properties):
3297 * minibuf.texi (Basic Completion): Wording to improve breaks in
3298 8.5x11 format.
3299 * elisp.texi (smallbook): New @set to more easily switch between
3300 smallbook and 8.5x11.
3301
33022007-04-11 Richard Stallman <rms@gnu.org>
3303
3304 * text.texi (Lazy Properties): Minor fix.
3305
33062007-04-08 Karl Berry <karl@gnu.org>
3307
3308 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
3309 * macros.texi (Backquote): Downcase Backquote in index entries for
3310 consistency.
3311
33122007-04-08 Richard Stallman <rms@gnu.org>
3313
3314 * text.texi (Adaptive Fill): Just describe default,
3315 don't show it (since it contains non-ASCII chars).
3316
33172007-04-07 Karl Berry <karl@gnu.org>
3318
3319 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
3320 adaptive-fill-regexp's value, since they are not in the standard
3321 TeX fonts.
3322
33232007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
3324
3325 * display.texi (Defining Faces): Fix example.
3326
33272007-04-07 Karl Berry <karl@gnu.org>
3328
3329 * display.texi (Button Buffer Commands): Improve page break.
3330
33312007-04-07 Richard Stallman <rms@gnu.org>
3332
3333 * advice.texi (Activation of Advice): Remove redundant index entry.
3334
3335 * backups.texi: Improve index entries. Remove redundant ones.
3336
3337 * compile.texi (Byte Compilation): Improve index entry.
3338
3339 * hash.texi (Creating Hash): Improve index entry.
3340
3341 * symbols.texi (Definitions): Improve index entry.
3342
3343 * edebug.texi: Improve index entries. Remove redundant/useless ones.
3344
3345 * maps.texi (Standard Keymaps): Remove useless index entry.
3346
3347 * help.texi (Documentation Basics): Remove redundant index entries.
3348
3349 * customize.texi: Improve index entries.
3350 Remove redundant/useless ones.
3351
3352 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
3353
3354 * streams.texi (Output Variables): Improve index entry.
3355
3356 * abbrevs.texi (Abbrevs): Remove useless index entry.
3357
3358 * macros.texi (Expansion): Remove useless index entry.
3359
3360 * text.texi: Improve index entries. Remove redundant/useless ones.
3361 (Text Properties, Examining Properties)
3362 (Special Properties): Use "property category" instead of "category"
3363 to refer to the `category' property.
3364
3365 * positions.texi: Improve index entries. Remove useless one.
3366
3367 * lists.texi: Improve index entries. Remove redundant/useless ones.
3368
3369 * os.texi: Improve index entries.
3370 (Timers): Fix previous change.
3371
3372 * buffers.texi: Improve index entries.
3373 (Modification Time): Get rid of term "obsolete buffer".
3374
3375 * debugging.texi: Improve index entries.
3376 (Test Coverage): Add xref to other test coverage ftr.
3377
3378 * eval.texi: Improve index entry. Remove redundant ones.
3379
3380 * numbers.texi: Improve index entries. Remove redundant/useless ones.
3381
3382 * files.texi: Improve index entries. Remove redundant/useless ones.
3383
3384 * objects.texi: Improve index entries.
3385
3386 * processes.texi: Improve index entries.
3387
3388 * modes.texi: Improve index entry. Remove redundant one.
3389
3390 * nonascii.texi: Improve index entries.
3391
3392 * internals.texi: Improve index entries.
3393
3394 * syntax.texi: Improve index entries.
3395
3396 * keymaps.texi (Active Keymaps): Improve index entries.
3397
3398 * commands.texi: Improve index entries. Remove redundant/useless ones.
3399
3400 * frames.texi: Improve index entries. Remove redundant/useless ones.
3401
3402 * markers.texi: Improve index entries. Remove redundant ones.
3403
3404 * tips.texi: Improve index entries.
3405
3406 * loading.texi (Unloading): Improve index entry.
3407
3408 * variables.texi: Improve index entries. Remove redundant one.
3409
3410 * sequences.texi: Improve index entry.
3411
3412 * display.texi: Improve index entries. Remove redundant ones.
3413
3414 * windows.texi: Improve index entries.
3415
3416 * searching.texi: Improve index entries. Remove redundant one.
3417
3418 * strings.texi (Case Tables): Improve last change.
3419
34202007-04-04 Chong Yidong <cyd@stupidchicken.com>
3421
3422 * strings.texi (Case Tables): Document with-case-table and
3423 ascii-case-table.
3424
34252007-04-03 Karl Berry <karl@gnu.org>
3426
3427 * processes.texi (Network): Reword to improve page break.
3428
34292007-04-03 Eli Zaretskii <eliz@gnu.org>
3430
3431 * functions.texi (Inline Functions): Describe more disadvantages
3432 of defsubst, and make advice against it stronger.
3433
34342007-04-02 Karl Berry <karl@gnu.org>
3435
3436 * backups.texi (Backup Names): Avoid widow words.
3437 * modes.texi (Example Major Modes): Align last comment.
3438
34392007-04-01 Chong Yidong <cyd@stupidchicken.com>
3440
3441 * keymaps.texi (Remapping Commands): Document new arg to
3442 command-remapping.
3443
34442007-04-01 Karl Berry <karl@gnu.org>
3445
3446 * processes.texi (Low-Level Network): Typo.
3447 * loading.texi (Hooks for Loading): Avoid double "the".
3448 * keymaps.texi (Key Sequences): No double "and".
3449 (Changing Key Bindings): Shorten to improve line break.
3450
34512007-03-31 Glenn Morris <rgm@gnu.org>
3452
3453 * os.texi (Timers): Fix description of run-at-time TIME formats.
3454
34552007-03-31 Richard Stallman <rms@gnu.org>
3456
3457 * display.texi (Invisible Text): Correct buffer-invisibility-spec
3458 regarding ellipsis.
3459
34602007-03-31 Eli Zaretskii <eliz@gnu.org>
3461
3462 * intro.texi (nil and t):
3463 * symbols.texi (Plists and Alists):
3464 * variables.texi (Variable Aliases, Constant Variables):
3465 * functions.texi (Defining Functions):
3466 * advice.texi (Advising Primitives):
3467 * debugging.texi (Syntax Errors, Compilation Errors):
3468 * minibuf.texi (Minibuffer Windows):
3469 * commands.texi (Adjusting Point):
3470 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
3471 (Auto Major Mode, Major Mode Conventions):
3472 * help.texi (Describing Characters):
3473 * files.texi (Create/Delete Dirs, Information about Files)
3474 (File Locks, Writing to Files, Reading from Files)
3475 (Saving Buffers):
3476 * windows.texi (Resizing Windows, Cyclic Window Ordering):
3477 * frames.texi (Finding All Frames):
3478 * positions.texi (Buffer End, Motion):
3479 * markers.texi (The Region):
3480 * text.texi (Deletion, Near Point):
3481 * display.texi (Displaying Messages, Truncation):
3482 * os.texi (Processor Run Time):
3483 * tips.texi (Key Binding Conventions, Programming Tips)
3484 (Warning Tips, Documentation Tips, Comment Tips):
3485 * internals.texi (Memory Usage): Improve indexing.
3486
3487 * variables.texi (Frame-Local Variables):
3488 * functions.texi (Argument List):
3489 * loading.texi (Library Search):
3490 * streams.texi (Output Variables):
3491 * keymaps.texi (Translation Keymaps, Searching Keymaps):
3492 * searching.texi (Replacing Match, Search and Replace):
3493 * processes.texi (Byte Packing, Decoding Output)
3494 (Accepting Output, Network Servers, Shell Arguments):
3495 * display.texi (Abstract Display, Image Cache, Scroll Bars):
3496 * windows.texi (Window Point, Window Start):
3497 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
3498 * commands.texi (Reading Input, Keyboard Events):
3499 * minibuf.texi (Reading File Names, Minibuffer Completion)
3500 (Recursive Mini):
3501 * positions.texi (List Motion):
3502 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
3503 * numbers.texi (Arithmetic Operations, Math Functions)
3504 (Predicates on Numbers, Comparison of Numbers):
3505 (Numeric Conversions):
3506 * locals.texi (Standard Buffer-Local Variables):
3507 * maps.texi (Standard Keymaps):
3508 * os.texi (User Identification, System Environment, Recording Input)
3509 (X11 Keysyms):
3510 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
3511 * backups.texi (Backups and Auto-Saving):
3512 * customize.texi (Customization, Group Definitions)
3513 (Variable Definitions):
3514 * compile.texi (Byte Compilation): Improve index entries.
3515
35162007-03-31 Karl Berry <karl@gnu.org>
3517
3518 * macros.texi (Defining Macros): Avoid widow syllable.
3519
35202007-03-31 Eli Zaretskii <eliz@gnu.org>
3521
3522 * elisp.texi (Top): Postscript -> PostScript.
3523
3524 * display.texi (Images, Postscript Images): Postscript -> PostScript.
3525
35262007-03-31 Markus Triska <markus.triska@gmx.at>
3527
3528 * internals.texi (Writing Emacs Primitives): Untabify `For'.
3529
35302007-03-30 Karl Berry <karl@gnu.org>
3531
3532 * lists.texi (List-related Predicates): Remove spurious @need.
3533 (Setcdr): Use @smallexample to improve page break.
3534 (Association Lists) <assoc>: Reword to improve page break.
3535
3536 * strings.texi (String Conversion): Insert blank line to improve
3537 page break.
3538
3539 * numbers.texi (Random Numbers): Use @minus{}.
3540 (Math Functions): Use @minus{}.
3541
3542 * intro.texi (Acknowledgements): Avoid line breaks before middle
3543 initials.
3544
35452007-03-24 Eli Zaretskii <eliz@gnu.org>
3546
3547 * errors.texi (Standard Errors): Add an index entry.
3548
35492007-03-19 Richard Stallman <rms@gnu.org>
3550
3551 * os.texi (Recording Input): recent-keys now gives 300 keys.
3552
35532007-03-12 Glenn Morris <rgm@gnu.org>
3554
3555 * os.texi: Replace "daylight savings" with "daylight saving"
3556 throughout.
3557
35582007-03-05 Richard Stallman <rms@gnu.org>
3559
5dcb4c4e
SM
3560 * variables.texi (File Local Variables):
3561 Update enable-local-variables values.
b8d4c8d0
GM
3562
35632007-03-04 Richard Stallman <rms@gnu.org>
3564
3565 * syntax.texi (Control Parsing): Minor clarification.
3566
3567 * strings.texi (Formatting Strings): Clarify width, precision, flags.
3568
3569 * sequences.texi (Sequence Functions): Move string-bytes away,
3570 add xref.
3571
3572 * nonascii.texi (Text Representations): Move string-bytes here.
3573
3574 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
3575
3576 * minibuf.texi (Basic Completion): Minor clarification.
3577
3578 * markers.texi (The Mark): Clarify existence vs activation of mark.
3579 Other cleanup.
3580
3581 * display.texi (Finding Overlays): Write better example.
3582
3583 * compile.texi (Eval During Compile): Clarify putting macros
3584 in eval-when-compile.
3585
c5602427 35862007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
b8d4c8d0
GM
3587
3588 * loading.texi (How Programs Do Loading): Fix anchor position at
c5602427 3589 load-read-function definition doc.
b8d4c8d0
GM
3590
35912007-02-21 Kim F. Storm <storm@cua.dk>
3592
3593 * strings.texi (Text Comparison): Mention that assoc-string
3594 converts symbols to strings before testing.
3595
35962007-02-17 Kim F. Storm <storm@cua.dk>
3597
3598 * processes.texi (Bindat Spec): Vector types can have optional
3599 element type.
3600 (Bindat Examples): Fix example. Add vector with element type.
3601
36022007-02-16 Andreas Schwab <schwab@suse.de>
3603
3604 * strings.texi (Formatting Strings): Document '+' flag.
3605
36062007-02-15 Juanma Barranquero <lekktu@gmail.com>
3607
3608 * strings.texi (Modifying Strings): Clarify that `clear-string'
3609 always converts the string to unibyte.
3610
36112007-02-14 Kim F. Storm <storm@cua.dk>
3612
3613 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
3614 Rewrite glyph code description to refer to these functions.
3615 Remove details of encoding face number and char into integer code.
3616
36172007-02-03 Alan Mackenzie <acm@muc.de>
3618
3619 * loading.texi (Hooks for Loading): Make the description of
3620 `eval-after-load' more detailed, and amend the description of
3621 after-load-alist, in accordance with changes from 2006-05.
3622
36232007-02-03 Chong Yidong <cyd@stupidchicken.com>
3624
3625 * modes.texi (Defining Minor Modes): Document that a :require
3626 keyword or similar may be required to make saved customization
3627 variables work.
3628
36292007-02-03 Eli Zaretskii <eliz@gnu.org>
3630
3631 * elisp.texi (Top): Make the detailed menu headers compliant with
5dcb4c4e
SM
3632 Texinfo guidelines and with what texnfo-upd.el expects.
3633 Add comments to prevent people from inadvertently modifying the key
b8d4c8d0
GM
3634 parts needed by `texinfo-multiple-files-update'.
3635
36362007-02-02 Eli Zaretskii <eliz@gnu.org>
3637
3638 * elisp.texi (Top): Update the top-level menus.
3639
3640 * syntax.texi (Categories): Add index entries.
3641
36422007-02-01 Juanma Barranquero <lekktu@gmail.com>
3643
3644 * display.texi (Attribute Functions): Fix name and description of
3645 the UNDERLINE arg of `set-face-underline-p'.
3646
36472007-01-29 Eli Zaretskii <eliz@gnu.org>
3648
3649 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
3650 Variables", and "Standard Keymaps" to the detailed menu.
3651
3652 * variables.texi (Future Local Variables): Add index entry.
3653
36542007-01-28 Richard Stallman <rms@gnu.org>
3655
3656 * tips.texi (Coding Conventions): Clarify the tip about macros
3657 that define a function or a variable.
3658
3659 * files.texi (File Attributes): UID and GID can be floats.
3660 (Magic File Names): Explain why deferring all operations to
3661 the standard handler does not work.
3662
36632007-01-23 Martin Rudalics <rudalics@gmx.at>
3664
3665 * backups.texi (Reverting): Use "buffer" instead of "file"
3666 when talking about major and minor modes.
3667
36682007-01-21 Richard Stallman <rms@gnu.org>
3669
3670 * help.texi (Documentation): Add xref to Documentation Tips.
3671
36722007-01-14 Juanma Barranquero <lekktu@gmail.com>
3673
3674 * tips.texi (Coding Conventions): Fix typos.
3675
36762007-01-05 Richard Stallman <rms@gnu.org>
3677
3678 * modes.texi (Defining Minor Modes): Fix previous change.
3679
36802007-01-03 Richard Stallman <rms@gnu.org>
3681
3682 * customize.texi (Variable Definitions, Customization Types):
3683 Don't use * in doc string for defcustom.
3684
36852007-01-02 Richard Stallman <rms@gnu.org>
3686
3687 * variables.texi (Variable Aliases): Clarify that aliases vars
3688 always have the same value.
3689
3690 * processes.texi (Bindat Spec): Fix Texinfo usage.
3691
3692 * modes.texi (Defining Minor Modes): Explain effect of command
3693 defined with define-global-minor-mode on new buffers.
3694
36952006-12-30 Kim F. Storm <storm@cua.dk>
3696
3697 * keymaps.texi (Tool Bar): Describe `grow-only' value of
3698 `auto-resize-tool-bars'.
3699
37002006-12-30 Richard Stallman <rms@gnu.org>
3701
3702 * keymaps.texi (Active Keymaps): Fix previous change.
3703
37042006-12-30 Nick Roberts <nickrob@snap.net.nz>
3705
3706 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
3707
37082006-12-30 Kim F. Storm <storm@cua.dk>
3709
3710 * processes.texi (Bindat Spec): Clarify using field names in
3711 length specifications.
3712
37132006-12-29 Kim F. Storm <storm@cua.dk>
3714
3715 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
3716 Add count and index variables for eval forms in repeat blocks.
3717
37182006-12-24 Richard Stallman <rms@gnu.org>
3719
5dcb4c4e
SM
3720 * customize.texi (Variable Definitions):
3721 Document new name custom-add-frequent-value.
b8d4c8d0
GM
3722
37232006-12-19 Kim F. Storm <storm@cua.dk>
3724
3725 * commands.texi (Misc Events): User signals now result in sigusr1
3726 and sigusr2 events which are handled through special-event-map.
3727 (Special Events): User signals and drag-n-drop are special.
3728
37292006-12-17 Richard Stallman <rms@gnu.org>
3730
3731 * loading.texi (Named Features): Explain subfeatures better.
3732
3733 * customize.texi: Use "option" only for user options.
3734 For the keyword values inside defcustom etc, say "keywords".
3735 For :options value's elements, say "elements".
3736 :group should not be omitted.
3737
3738 * syntax.texi (Parsing Expressions): Split up node.
3739 (Motion via Parsing, Position Parse, Parser State)
3740 (Low-Level Parsing, Control Parsing): New subnodes.
3741 (Parser State): Document syntax-ppss-toplevel-pos.
3742
3743 * positions.texi (List Motion): Punctuation fix.
3744
3745 * files.texi (File Name Completion): Document PREDICATE arg
3746 to file-name-completion.
3747
37482006-12-16 Eli Zaretskii <eliz@gnu.org>
3749
3750 * internals.texi (Building Emacs, Writing Emacs Primitives):
3751 Add index entries.
3752
37532006-12-11 Richard Stallman <rms@gnu.org>
3754
3755 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
3756 affects face menu. Explain how to make it non-nil without enabling
3757 any fontification.
3758
37592006-12-10 Chong Yidong <cyd@stupidchicken.com>
3760
3761 * modes.texi (Font Lock Basics): Document nil value of
3762 font-lock-defaults.
3763
37642006-12-10 Glenn Morris <rgm@gnu.org>
3765
3766 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
3767 value for system-flag argument. Abbrev tables may not be empty
3768 when major modes are loaded.
3769
37702006-12-08 Juanma Barranquero <lekktu@gmail.com>
3771
3772 * makefile.w32-in (maintainer-clean): Partially revert last
3773 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
3774 to protect elisp-covers.texi.
3775
37762006-12-07 Juanma Barranquero <lekktu@gmail.com>
3777
3778 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
3779 Don't remove elisp* info files; they are already deleted by the
3780 `clean' and `distclean' targets, and they are in the $(infodir)
3781 directory, not the current one.
3782
37832006-12-04 Kim F. Storm <storm@cua.dk>
3784
3785 * commands.texi (Misc Events): Update signal events.
3786 (Event Examples): Add signal example.
3787
37882006-11-29 Richard Stallman <rms@gnu.org>
3789
3790 * frames.texi (Visibility of Frames): Explain visible windows
3791 can be covered by others. Add xref for raise-frame.
3792
37932006-11-28 Richard Stallman <rms@gnu.org>
3794
3795 * searching.texi (Regexp Special): Update when ^ is special.
3796
37972006-11-27 Eli Zaretskii <eliz@gnu.org>
3798
3799 * customize.texi (Customization, Common Keywords)
3800 (Group Definitions, Variable Definitions, Composite Types)
3801 (Type Keywords, Customization Types): Add index entries for
3802 various customization keywords.
3803
38042006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3805
3806 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
3807
c8763fb6 38082006-11-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
3809
3810 * frames.texi (Window System Selections): Remove clipboard from
3811 description of selection-coding-system.
3812
38132006-11-06 Richard Stallman <rms@gnu.org>
3814
3815 * lists.texi (List Variables): Document COMPARE-FN.
3816
3817 * keymaps.texi: Avoid use of "binding" to mean a relation;
3818 use it only to refer to the meaning associated with a key.
3819 (Keymaps): Change menu node description.
3820
3821 * elisp.texi (Top): Change menu node description.
3822
3823 * display.texi (Managing Overlays): Document overlay-recenter.
3824
38252006-10-29 Chong Yidong <cyd@stupidchicken.com>
3826
3827 * Makefile.in: Use relative paths to avoid advertising filesystem
3828 contents during compilation.
3829
38302006-10-23 Kim F. Storm <storm@cua.dk>
3831
3832 * commands.texi (Event Input Misc): Update unread-command-events.
3833
38342006-10-23 Nick Roberts <nickrob@snap.net.nz>
3835
3836 * lists.texi (Sets And Lists): Fix typos.
3837
38382006-10-18 Juanma Barranquero <lekktu@gmail.com>
3839
3840 * control.texi (Processing of Errors): Use @var for an argument,
3841 not @code.
3842
38432006-10-16 Richard Stallman <rms@gnu.org>
3844
3845 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
3846
3847 * keymaps.texi (Format of Keymaps): Show all the keymap element
3848 patterns that result from menu items.
3849 (Key Lookup): Minor cleanups.
3850
3851 * modes.texi (Precalculated Fontification): Don't say that
3852 not setting font-lock-defaults avoids loading font-lock.
3853
3854 * help.texi (Documentation): Move xref to Emacs Manual here.
3855 (Documentation Basics): From here.
3856 Also doc emacs-lisp-docstring-fill-column.
3857
3858 * elisp.texi: Update version and ISBN.
3859
3860 * commands.texi (Interactive Call): Clarify KEYS arg to
3861 call-interactively is a vector.
3862 (Command Loop Info): Delete anchor in this-command-keys.
3863 Add anchor in this-command-keys-vector.
3864 (Recursive Editing): Document how recursive-edit
3865 handles the current buffer.
3866
38672006-10-13 Chong Yidong <cyd@stupidchicken.com>
3868
3869 * frames.texi (Frame Titles): %c and %l are ignored in
3870 frame-title-format.
3871
38722006-10-11 Richard Stallman <rms@gnu.org>
3873
3874 * keymaps.texi (Key Sequences): Clarify use of kbd.
3875
38762006-10-10 Kim F. Storm <storm@cua.dk>
3877
3878 * lists.texi (Sets And Lists): Add memql.
3879
38802006-10-03 Richard Stallman <rms@gnu.org>
3881
3882 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
3883 Clarify :ascii: and :nonascii:.
3884
38852006-09-29 Juri Linkov <juri@jurta.org>
3886
3887 * modes.texi (%-Constructs): Reorder coding systems in the
3888 documentation of %z to the real order displayed in the modeline.
3889
38902006-09-25 Richard Stallman <rms@gnu.org>
3891
3892 * os.texi (Timers): Describe timer-max-repeats.
3893
38942006-09-25 Chong Yidong <cyd@stupidchicken.com>
3895
3896 * os.texi (Timers): Mention with-local-quit.
3897
38982006-09-24 Richard Stallman <rms@gnu.org>
3899
3900 * searching.texi (Searching and Matching): Mention property search.
3901
3902 * commands.texi (Command Loop Info): Explain how read-event affects
3903 this-command-keys.
3904
39052006-09-20 Richard Stallman <rms@gnu.org>
3906
3907 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
3908
3909 * windows.texi (Window Start): Minor cleanups.
3910
39112006-09-20 Kim F. Storm <storm@cua.dk>
3912
3913 * windows.texi (Window Start): pos-visible-in-window-p allows
3914 specifying t for position to mean "end of window".
3915 Add window-line-height.
3916
3917 * anti.texi (Antinews): Mention window-line-height.
3918
39192006-09-19 David Kastrup <dak@gnu.org>
3920
3921 * keymaps.texi (Searching Keymaps): Small clarification.
3922
39232006-09-18 Richard Stallman <rms@gnu.org>
3924
3925 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
3926 cause keyboard menus.
3927 (Menu Keymaps): Likewise.
3928 (Defining Menus, Keyboard Menus): Clarify.
3929
3930 * text.texi (Fields): Clarify explanation of constrain-to-field.
3931
39322006-09-16 Eli Zaretskii <eliz@gnu.org>
3933
3934 * variables.texi (Tips for Defining): Fix a typo.
3935
39362006-09-15 Richard Stallman <rms@gnu.org>
3937
3938 * keymaps.texi (Remapping Commands, Searching Keymaps)
3939 (Active Keymaps): Clean up previous change.
3940
39412006-09-15 Jay Belanger <belanger@truman.edu>
3942
3943 * gpl.texi: Replace "Library Public License" by "Lesser Public
3944 License" throughout.
3945
39462006-09-15 David Kastrup <dak@gnu.org>
3947
3948 * keymaps.texi (Active Keymaps): Adapt description to use
3949 `get-char-property' instead `get-text-property'. Explain how
3950 mouse events change this. Explain the new optional argument of
3951 `key-binding' and its mouse-dependent lookup.
3952 (Searching Keymaps): Adapt description similarly.
3953 (Remapping Commands): Explain the new optional argument of
3954 `command-remapping'.
3955
39562006-09-14 Richard Stallman <rms@gnu.org>
3957
3958 * keymaps.texi (Searching Keymaps): Clarification.
3959 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
3960
39612006-09-13 Richard Stallman <rms@gnu.org>
3962
3963 * objects.texi (Character Type): Node split.
3964 Add xref to Describing Characters.
3965 (Basic Char Syntax, General Escape Syntax)
3966 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
3967
39682006-09-11 Richard Stallman <rms@gnu.org>
3969
3970 * display.texi (Display Table Format): Wording clarification.
3971 (Glyphs): Clarifications.
3972
39732006-09-10 Chong Yidong <cyd@stupidchicken.com>
3974
3975 * keymaps.texi (Active Keymaps): Mention that key-binding checks
3976 local maps.
3977
39782006-09-10 Kim F. Storm <storm@cua.dk>
3979
3980 * display.texi (Forcing Redisplay): Document return value of
3981 function redisplay.
3982
39832006-09-09 Richard Stallman <rms@gnu.org>
3984
3985 * windows.texi (Window Hooks): Explain limits of
3986 window-scroll-functions.
3987
3988 * display.texi (Fringe Indicators): Update for last change in
3989 indicate-buffer-boundaries.
3990
39912006-09-08 Richard Stallman <rms@gnu.org>
3992
3993 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
3994
39952006-09-06 Kim F. Storm <storm@cua.dk>
3996
3997 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
3998
3999 * windows.texi (Window Start): Update pos-visible-in-window-p.
4000
40012006-09-04 Richard Stallman <rms@gnu.org>
4002
4003 * processes.texi (Accepting Output): Explain SECONDS=0 for
4004 accept-process-output.
4005
4006 * os.texi (Idle Timers): Explain why timer functions should not
4007 loop until (input-pending-p).
4008
40092006-09-02 Eli Zaretskii <eliz@gnu.org>
4010
4011 * makefile.w32-in (usermanualdir): New variable.
4012 (elisp.dvi): Use it.
4013
40142006-09-01 Eli Zaretskii <eliz@gnu.org>
4015
4016 * buffers.texi (Buffer Modification): Fix last change.
4017
40182006-09-01 Chong Yidong <cyd@stupidchicken.com>
4019
5dcb4c4e
SM
4020 * buffers.texi (Buffer Modification):
4021 Document buffer-chars-modified-tick.
b8d4c8d0
GM
4022
40232006-08-31 Richard Stallman <rms@gnu.org>
4024
4025 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
4026
40272006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
4028
4029 * modes.texi (Syntactic Font Lock):
4030 Mention font-lock-syntactic-face-function
4031 instead of specific faces.
4032
40332006-08-29 Chong Yidong <cyd@stupidchicken.com>
4034
4035 * display.texi (Images): Add xrref to display-images-p.
4036
40372006-08-28 Kenichi Handa <handa@m17n.org>
4038
4039 * nonascii.texi (Lisp and Coding Systems): Fix description of
4040 detect-coding-region.
4041
40422006-08-27 Michael Olson <mwolson@gnu.org>
4043
4044 * processes.texi (Transaction Queues): Remove stray quote
4045 character.
4046
40472006-08-25 Richard Stallman <rms@gnu.org>
4048
4049 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
4050 Add xref.
4051
40522006-08-24 Chong Yidong <cyd@stupidchicken.com>
4053
4054 * os.texi (Timers): Avoid waiting inside timers.
4055
40562006-08-21 Lute Kamstra <lute@gnu.org>
4057
4058 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
4059
40602006-08-20 Richard Stallman <rms@gnu.org>
4061
4062 * os.texi (Idle Timers): New node, split out from Timers.
4063 Document current-idle-time.
4064 * commands.texi (Reading One Event): Update xref.
4065 * elisp.texi (Top): Update subnode menu.
4066
40672006-08-16 Richard Stallman <rms@gnu.org>
4068
4069 * keymaps.texi (Extended Menu Items): Show format of cached
4070 bindings in extended menu items.
4071
4072 * customize.texi (Variable Definitions): Explain when the
4073 standard value expression is evaluated.
4074
40752006-08-15 Chong Yidong <cyd@stupidchicken.com>
4076
4077 * commands.texi (Reading One Event): Explain idleness in
4078 `read-event'.
4079
40802006-08-12 Chong Yidong <cyd@stupidchicken.com>
4081
4082 * text.texi (Near Point): Say "cursor" not "terminal cursor".
5dcb4c4e 4083 (Commands for Insertion): Remove split-line since it's not
b8d4c8d0
GM
4084 relevant for Lisp programming.
4085 (Yank Commands): Rewrite introduction.
4086 (Undo): Clarify.
4087 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
4088 (Filling): Remove redundant comment. Clarify return value of
4089 current-justification.
4090 (Margins): Minor clarifications.
4091 (Adaptive Fill): Update default value of adaptive-fill-regexp.
4092 (Sorting): Update definition of sort-lines.
4093 (Columns): Clarify behavior of sort-columns.
4094 (Indent Tabs): Link to Tab Stops in Emacs manual.
4095 (Special Properties): Clarify.
4096 (Clickable Text): Mention Buttons package.
4097
40982006-08-12 Kevin Ryde <user42@zip.com.au>
4099
4100 * os.texi (Time Parsing): Add %z to description of
4101 format-time-string, as per docstring. Add cross reference to
4102 glibc manual for strftime.
4103
41042006-08-08 Richard Stallman <rms@gnu.org>
4105
4106 * modes.texi: Clean up wording in previous change.
4107
41082006-08-07 Chong Yidong <cyd@stupidchicken.com>
4109
4110 * modes.texi (Hooks): Clarify.
4111 (Major Mode Basics): Mention define-derived-mode explicitly.
4112 (Major Mode Conventions): Rebinding RET is OK for some modes.
4113 Mention change-major-mode-hook and after-change-major-mode-hook.
5dcb4c4e 4114 (Example Major Modes): Move to end of Modes section.
b8d4c8d0
GM
4115 (Mode Line Basics): Clarify.
4116 (Mode Line Data): Mention help-echo and local-map in strings.
4117 Explain reason for treatment of non-risky variables.
4118 (Properties in Mode): Clarify.
4119 (Faces for Font Lock): Add font-lock-negation-char-face.
4120
41212006-08-04 Eli Zaretskii <eliz@gnu.org>
4122
4123 * strings.texi (Formatting Strings): Warn against arbitrary
4124 strings as first arg to `format'.
4125
41262006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
4127
4128 * text.texi (Clickable Text): Mention `help-echo' text property.
4129 Update intro, examples and associated explanations.
4130
41312006-07-31 Richard Stallman <rms@gnu.org>
4132
4133 * commands.texi: Update xrefs.
4134 (Event Mod): New node, cut out from old Translating Input.
4135
4136 * maps.texi: Update xrefs.
4137
4138 * keymaps.texi (Translation Keymaps): New node.
4139 Update xrefs from Translating Input to Translation Keymaps.
4140
4141 * elisp.texi (Top): Update subnode menu.
4142
4143 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
4144
4145 * os.texi (System Interface): Fix menu descriptions of some nodes.
4146 (Translating Input): Node deleted.
4147
41482006-07-31 Nick Roberts <nickrob@snap.net.nz>
4149
4150 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
4151
4152 * lists.texi (Sets And Lists): Likewise.
4153
41542006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
4155
4156 * text.texi (Fields): Mention POS
4157 requirement when narrowing is in effect.
4158
41592006-07-28 Richard Stallman <rms@gnu.org>
4160
4161 * display.texi (Face Attributes): Simplify wording.
4162 (Attribute Functions): Clarify meaning of new-frame default
4163 attribute settings.
4164
4165 * customize.texi (Common Keywords): Document how to use
4166 :package-version in a package not in Emacs.
4167
41682006-07-28 Kim F. Storm <storm@cua.dk>
4169
4170 * commands.texi (Reading One Event): Fix last change.
4171
41722006-07-26 Chong Yidong <cyd@stupidchicken.com>
4173
4174 * commands.texi (Reading One Event): Document SECONDS argument for
4175 read-event, read-char, and read-char-exclusive.
4176
41772006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
4178
4179 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
4180 to ensure correct identification.
4181
41822006-07-24 Richard Stallman <rms@gnu.org>
4183
4184 * text.texi (Clickable Text): Clarify.
4185
4186 * sequences.texi (Vector Functions): Delete duplicate xref.
4187
4188 * objects.texi (Function Type): Clarify.
4189
4190 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
4191 modes.
4192
4193 * lists.texi (List Variables): New node.
4194 Material moved from other nodes.
4195
4196 * variables.texi (Setting Variables): add-to-list and
4197 add-to-ordered-list moved to List Variables node.
4198
41992006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
4200
4201 * text.texi (Links and Mouse-1):
4202 For mouse-on-link-p, expand on arg POS.
4203
42042006-07-21 Kim F. Storm <storm@cua.dk>
4205
4206 * display.texi (Forcing Redisplay): Don't mention systems which
4207 don't support sub-second timers for redisplay-preemption-period.
4208
4209 * os.texi (Terminal Output): Clarify text vs graphical terminal.
4210
42112006-07-21 Eli Zaretskii <eliz@gnu.org>
4212
4213 * frames.texi (Input Focus): Document that focus-follows-mouse has
4214 no effect on MS-Windows.
4215
42162006-07-18 Richard Stallman <rms@gnu.org>
4217
4218 * display.texi (Forcing Redisplay): Cleanups in previous change.
4219
4220 * processes.texi (Low-Level Network): Make menu more convenient.
4221
42222006-07-18 Kim F. Storm <storm@cua.dk>
4223
4224 * display.texi (Forcing Redisplay): redisplay-preemption-period
4225 only used on window systems. Add xref to Terminal Output.
4226
4227 * os.texi (Terminal Output): baud-rate only controls preemption on
4228 non-window systems. Add xref to Forcing Redisplay.
4229
4230 * processes.texi (Low-Level Network): Rename node "Make Network"
4231 to "Network Processes".
4232
42332006-07-18 Karl Berry <karl@gnu.org>
4234
4235 * variables.texi, functions.texi, customize.texi, loading.texi:
4236 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
4237
42382006-07-17 Chong Yidong <cyd@stupidchicken.com>
4239
4240 * commands.texi (Waiting): Document batch-mode sit-for behavior.
4241
42422006-07-17 Richard Stallman <rms@gnu.org>
4243
4244 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
4245 Put period and comma inside quotes.
4246
4247 * loading.texi, markers.texi: Use real doublequote inside menus.
4248
4249 * windows.texi: Put point and comma inside quotes.
4250 (Textual Scrolling): Use @samp for error message.
4251
4252 * variables.texi, tips.texi, syntax.texi, symbols.texi:
4253 * strings.texi, streams.texi, processes.texi, os.texi:
4254 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
4255 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
4256 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
4257 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
4258 Put point and comma inside quotes.
4259
4260 * control.texi (Processing of Errors): Add command-error-function.
4261
4262 * variables.texi (File Local Variables): Clarify that
4263 file local variables make buffer-local bindings.
4264
4265 * modes.texi (Syntactic Font Lock): Give default for
4266 font-lock-syntax-table.
4267
42682006-07-17 Nick Roberts <nickrob@snap.net.nz>
4269
4270 * text.texi (Special Properties): Clean up previous change.
4271
42722006-07-16 Karl Berry <karl@gnu.org>
4273
4274 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
4275 * control.texi: Fix bad page breaks through chapter 10 (control).
4276
4277 * anti.texi (Antinews): Reorder face-attribute fns to avoid
4278 underfull hbox.
4279
42802006-07-15 Nick Roberts <nickrob@snap.net.nz>
4281
4282 * text.texi (Special Properties): Describe fontified text property
4283 in relation to a character (not text).
4284
42852006-07-15 Kim F. Storm <storm@cua.dk>
4286
4287 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
4288 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
4289 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
4290
4291 * anti.texi (Antinews): Mention redisplay function.
4292 The kbd macro existed, but was not documented, before 22.x.
4293 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
4294
42952006-07-14 Nick Roberts <nickrob@snap.net.nz>
4296
4297 * display.texi (Displaying Messages): Add anchor.
4298
4299 * frames.texi (Dialog Boxes): Use it.
4300
43012006-07-12 Richard Stallman <rms@gnu.org>
4302
4303 * objects.texi (Frame Type): Explain nature of frames better.
4304
4305 * frames.texi (Frames): Explain nature of frames better.
4306
43072006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
4308
4309 * tips.texi (Coding Conventions): Explain why use cl at compile time.
4310
43112006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4312
4313 * frames.texi (Window System Selections): Mention scrap support for Mac.
4314 Default value of x-select-enable-clipboard is t on Mac.
4315
4316 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
4317
43182006-07-11 Kim F. Storm <storm@cua.dk>
4319
4320 * display.texi (Forcing Redisplay): Add `redisplay' function.
4321 Don't mention (sit-for -1) -- use (redisplay t) instead.
4322
4323 * commands.texi (Waiting): (sit-for -1) is no longer special.
4324 (sit-for 0) is equivalent to (redisplay).
4325 Iconifying/deiconifying no longer makes sit-for return.
4326
43272006-07-10 Nick Roberts <nickrob@snap.net.nz>
4328
4329 * display.texi (Buttons): Fix typo.
4330
4331 * index.texi, elisp.texi (New Symbols): Comment node out.
4332
43332006-07-09 Richard Stallman <rms@gnu.org>
4334
4335 * display.texi (Truncation): Clean up previous change.
4336
43372006-07-08 Richard Stallman <rms@gnu.org>
4338
4339 * commands.texi (Interactive Call): Use 3 as prefix in example
4340 for execute-extended-command.
4341
4342 * display.texi (Attribute Functions): Move paragraph about
4343 compatibility with Emacs < 21.
4344
43452006-07-09 Kim F. Storm <storm@cua.dk>
4346
4347 * display.texi (Refresh Screen): Clarify force-window-update.
4348 (Truncation): "Normally" indicated by fringe arrows.
4349
43502006-07-08 Eli Zaretskii <eliz@gnu.org>
4351
4352 * windows.texi (Textual Scrolling, Resizing Windows):
4353 * variables.texi (Constant Variables):
4354 * text.texi (Buffer Contents, Deletion, Changing Properties)
4355 (Property Search, Special Properties, Sticky Properties)
4356 (Links and Mouse-1, Fields, Change Hooks):
4357 * syntax.texi (Syntax Table Functions, Parsing Expressions)
4358 (Categories):
4359 * symbols.texi (Other Plists):
4360 * streams.texi (Output Variables):
4361 * processes.texi (Input to Processes, Query Before Exit):
4362 * positions.texi (Word Motion, Text Lines, List Motion):
4363 * os.texi (Init File, System Environment, Sound Output)
4364 (Session Management):
4365 * nonascii.texi (Text Representations, Character Sets)
4366 (Chars and Bytes, Locales):
4367 * modes.texi (Defining Minor Modes, Header Lines):
4368 * minibuf.texi (Minibuffer Contents):
4369 * markers.texi (Information from Markers):
4370 * lists.texi (List Elements, Building Lists, Association Lists):
4371 * keymaps.texi (Tool Bar):
4372 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
4373 * functions.texi (What Is a Function, Mapping Functions):
4374 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
4375 (Color Names, Text Terminal Colors, Display Feature Testing):
4376 * files.texi (Visiting Functions, File Name Components)
4377 (Unique File Names, Contents of Directories):
4378 * display.texi (Forcing Redisplay, Displaying Messages)
4379 (Temporary Displays, Font Selection, Auto Faces)
4380 (Font Lookup, Fringe Indicators, Display Margins)
4381 (Image Descriptors, Showing Images, Image Cache, Button Types)
4382 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
4383 (Display Table Format, Glyphs):
4384 * control.texi (Iteration):
4385 * commands.texi (Command Loop Info, Adjusting Point):
4386 * backups.texi (Making Backups, Auto-Saving):
4387 Remove @tindex entries.
4388
43892006-07-07 Kim F. Storm <storm@cua.dk>
4390
4391 * display.texi (Fringe Cursors): Fix typo.
4392 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
4393 (Overlay Arrow): Default is overlay-arrow fringe indicator.
4394
43952006-07-05 Richard Stallman <rms@gnu.org>
4396
4397 * text.texi (Buffer Contents): Add example of text props
4398 in result of buffer-substring.
4399 (Text Properties): Explain better about use of specific property names.
4400 (Property Search): Some cleanups; reorder some functions.
4401
4402 * keymaps.texi (Changing Key Bindings): Cleanup.
4403 Add xref to Key Binding Conventions.
4404
4405 * display.texi (Attribute Functions): Add examples for
4406 face-attribute-relative-p.
4407
4408 * tips.texi (Coding Conventions): Cleanup last change.
4409
44102006-07-05 Karl Berry <karl@gnu.org>
4411
4412 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
4413 Remove @setchapternewpage odd.
4414 Result is 1013 pages, down from 1100.
4415
4416 * anti.texi, customize.texi, display.texi, internals.texi:
4417 * minibuf.texi, modes.texi, tips.texi:
4418 Fix overfull/underfull boxes.
4419
44202006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
4421
4422 * edebug.texi (Instrumenting):
4423 Add Edebug-specific findex for eval-buffer.
4424 * loading.texi (Loading):
4425 Replace eval-current-buffer with eval-buffer.
4426
44272006-06-30 Nick Roberts <nickrob@snap.net.nz>
4428
4429 * locals.texi (Standard Buffer-Local Variables): Update the list
4430 of variables.
4431
44322006-06-26 Nick Roberts <nickrob@snap.net.nz>
4433
4434 * files.texi (File Name Completion): Point user to the node
4435 "Reading File Names".
4436
44372006-06-24 Eli Zaretskii <eliz@gnu.org>
4438
4439 * files.texi (Contents of Directories): Document case-insensitive
4440 behavior on respective filesystems.
4441
4442 * objects.texi (Character Type): Document that Emacs signals an
4443 error for unsupported Unicode characters specified as \uNNNN.
4444
44452006-06-19 Richard Stallman <rms@gnu.org>
4446
4447 * processes.texi (Bindat Spec): Clarify previous change.
4448
44492006-06-16 Richard Stallman <rms@gnu.org>
4450
4451 * tips.texi (Coding Conventions): Better explain conventions
4452 for definition constructs.
4453
4454 * text.texi (Special Properties): String value of `read-only'
4455 serves as the error message.
4456
4457 * objects.texi (Character Type): Clarify prev. change.
4458 (Non-ASCII in Strings): Mention \u and \U.
4459
4460 * commands.texi (Using Interactive): Explain problem of
4461 markers, etc., in command-history.
4462
44632006-06-14 Kim F. Storm <storm@cua.dk>
4464
4465 * commands.texi (Waiting): Negative arg to sit-for forces
4466 redisplay even if input is pending.
4467
4468 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
4469 redisplay. Remove incorrect example of binding redisplay-dont-pause
4470 around (sit-for 0).
4471
44722006-06-13 Richard Stallman <rms@gnu.org>
4473
4474 * display.texi (Forcing Redisplay): Clarify previous change.
4475
44762006-06-13 Romain Francoise <romain@orebokech.com>
4477
4478 * display.texi (Forcing Redisplay): Fix typo.
4479
44802006-06-13 Kim F. Storm <storm@cua.dk>
4481
4482 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
4483
44842006-06-10 Luc Teirlinck <teirllm@auburn.edu>
4485
4486 * tips.texi (Coding Conventions): Add `@end itemize'.
4487
44882006-06-10 Richard Stallman <rms@gnu.org>
4489
4490 * tips.texi (Coding Conventions): Explain use of coding systems
4491 to ensure one decoding for strings.
4492
44932006-06-09 Aidan Kehoe <kehoea@parhasard.net>
4494
4495 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
4496 syntax.
4497
44982006-06-07 Eli Zaretskii <eliz@gnu.org>
4499
4500 * display.texi (Font Selection): Remove description of
4501 clear-face-cache.
4502
4503 * compile.texi (Eval During Compile): Fix a typo. Add index
4504 entries for possible uses of eval-when-compile.
4505
45062006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
4507
4508 * display.texi (Abstract Display): Fix typo.
4509
45102006-06-03 Eli Zaretskii <eliz@gnu.org>
4511
4512 * minibuf.texi (Minibuffer History) <history-add-new-input>:
4513 Reword variable's description.
4514
45152006-06-01 Richard Stallman <rms@gnu.org>
4516
4517 * windows.texi (Splitting Windows): Clarify splitting nonselected
4518 window.
4519
45202006-05-31 Juri Linkov <juri@jurta.org>
4521
4522 * minibuf.texi (Minibuffer History): Add history-add-new-input.
4523
45242006-05-30 Richard Stallman <rms@gnu.org>
4525
4526 * display.texi (Line Height): Fix errors in description of
10d1d0af 4527 default line height and line-height property.
b8d4c8d0
GM
4528
4529 * nonascii.texi (Default Coding Systems): Further clarification.
4530
45312006-05-29 Luc Teirlinck <teirllm@auburn.edu>
4532
4533 * internals.texi (Pure Storage): Mention that an overflow in pure
4534 space causes a memory leak.
4535 (Garbage Collection): If there was an overflow in pure space,
4536 `garbage-collect' returns nil.
4537
45382006-05-30 Eli Zaretskii <eliz@gnu.org>
4539
4540 * nonascii.texi (Default Coding Systems): Fix it some more.
4541
45422006-05-29 Eli Zaretskii <eliz@gnu.org>
4543
4544 * nonascii.texi (Default Coding Systems): Fix last change.
4545
45462006-05-29 Kenichi Handa <handa@m17n.org>
4547
4548 * nonascii.texi (find-operation-coding-system): Describe the new
4549 argument format (FILENAME . BUFFER).
4550
45512006-05-28 Richard Stallman <rms@gnu.org>
4552
4553 * tips.texi (Coding Conventions): Better explain reasons not to
4554 advise other packages or use `eval-after-load'.
4555
45562006-05-29 Kim F. Storm <storm@cua.dk>
4557
4558 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
4559 `bindat-idx' and `bindat-raw' for clarity.
4560
45612006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
4562
4563 * processes.texi (Bindat Spec): Expand on `repeat' handler.
4564
4565 * display.texi (Display): Add "Abstract Display" to menu.
4566 (Abstract Display, Abstract Display Functions)
4567 (Abstract Display Example): New nodes.
4568 * elisp.texi (Top): Add "Abstract Display" to menu.
4569
45702006-05-27 Chong Yidong <cyd@stupidchicken.com>
4571
4572 * keymaps.texi (Key Sequences): Link to input events definition.
4573 (Format of Keymaps): Delete material duplicated in Keymap Basics.
4574
4575 * files.texi (Changing Files): Document updated argument list for
4576 copy-file.
4577
45782006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
4579
4580 * processes.texi (Bindat Functions): Explain term "total length".
4581 Use it in bindat-length and bindat-pack descriptions.
4582
45832006-05-26 Eli Zaretskii <eliz@gnu.org>
4584
4585 * tips.texi (Coding Conventions): Advise against using
4586 eval-after-load in packages. Add an index entry.
4587
45882006-05-25 Juri Linkov <juri@jurta.org>
4589
4590 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
4591
4592 * modes.texi (%-Constructs): Add %e, %z, %Z.
4593
45942006-05-25 Richard Stallman <rms@gnu.org>
4595
4596 * elisp.texi (Top): Update subnode menu.
4597
4598 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
4599 (Keymaps): Update menu.
4600
46012006-05-25 Chong Yidong <cyd@stupidchicken.com>
4602
4603 * keymaps.texi (Key Sequences): Some clarifications.
4604
46052006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
4606
4607 * processes.texi (Bindat Functions): Say "unibyte string"
4608 explicitly for bindat-unpack and bindat-pack descriptions.
4609 (Bindat Examples): Don't call `string-make-unibyte' in example.
4610
46112006-05-25 Chong Yidong <cyd@stupidchicken.com>
4612
5dcb4c4e 4613 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
c5602427 4614 Explain string and vector representations of key sequences.
b8d4c8d0
GM
4615
4616 * keymaps.texi (Changing Key Bindings):
dd7b651b 4617 * commands.texi (Interactive Codes):
b8d4c8d0
GM
4618 * help.texi (Describing Characters): Refer to it.
4619
46202006-05-23 Luc Teirlinck <teirllm@auburn.edu>
4621
4622 * frames.texi (Pointer Shape): @end table -> @end defvar.
4623
46242006-05-22 Richard Stallman <rms@gnu.org>
4625
4626 * elisp.texi (Top): Update subnode menus.
4627
4628 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
4629 Contents rewritten; material from old Pointer Shape node moved here.
4630
4631 * display.texi (Pointer Shape): Node deleted.
4632 (Image Descriptors): Minor cleanup.
4633
46342006-05-21 Richard Stallman <rms@gnu.org>
4635
4636 * syntax.texi (Parsing Expressions): Update info on which STATE
4637 elements are ignored.
4638
46392006-05-19 Luc Teirlinck <teirllm@auburn.edu>
4640
4641 * hooks.texi (Standard Hooks): Correct typo.
4642
4643 * gpl.texi (GPL): ifinfo -> ifnottex.
4644
46452006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
4646
4647 * searching.texi (Simple Match Data): Warn about match data being
4648 set anew by every search.
4649
46502006-05-17 Richard Stallman <rms@gnu.org>
4651
4652 * minibuf.texi (Minibuffer History): Clarify.
4653
4654 * searching.texi (Regexp Special): Clarify nested regexp warning.
4655
46562006-05-16 Kim F. Storm <storm@cua.dk>
4657
4658 * minibuf.texi (Minibuffer History): Update add-to-history.
4659
46602006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
4661
5dcb4c4e
SM
4662 * nonascii.texi (Explicit Encoding):
4663 Fix typo (encoding<->decoding).
b8d4c8d0
GM
4664
46652006-05-14 Richard Stallman <rms@gnu.org>
4666
4667 * buffers.texi (Creating Buffers): Cleanup.
4668
4669 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
4670
46712006-05-13 Eli Zaretskii <eliz@gnu.org>
4672
4673 * buffers.texi (Current Buffer): Document that with-temp-buffer
4674 disables undo.
4675
4676 * os.texi (Terminal-Specific): More accurate description of how
4677 Emacs searches for the terminal-specific libraries.
4678
46792006-05-12 Eli Zaretskii <eliz@gnu.org>
4680
4681 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
4682 emacs-xtra to @inforef's.
4683
4684 * text.texi (Undo): Document that undo is turned off in buffers
4685 whose names begin with a space.
4686
4687 * buffers.texi (Buffer Names): Add index entries for buffers whose
4688 names begin with a space.
4689 (Creating Buffers): Document that undo is turned off in buffers
4690 whose names begin with a space.
4691
4692 * files.texi (Visiting Functions, Reading from Files)
4693 (Saving Buffers): Mention code and EOL conversions by file I/O
4694 primitives and subroutines.
4695
4696 * nonascii.texi (Lisp and Coding Systems): Document
4697 coding-system-eol-type. Add index entries for eol conversion.
4698
4699 * display.texi (Defining Faces): Mention `mac', and add an xref to
4700 where window-system is described.
4701
47022006-05-10 Richard Stallman <rms@gnu.org>
4703
4704 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
4705
47062006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
4707
4708 * variables.texi (File Local Variables): Recommend to quote lambda
4709 expressions in safe-local-variable property.
4710
47112006-05-09 Richard Stallman <rms@gnu.org>
4712
5dcb4c4e
SM
4713 * variables.texi (File Local Variables):
4714 Document safe-local-eval-forms and safe-local-eval-function.
b8d4c8d0
GM
4715
47162006-05-07 Kim F. Storm <storm@cua.dk>
4717
4718 * minibuf.texi (Minibuffer History): Remove keep-dups arg
4719 from add-to-history.
4720
47212006-05-07 Romain Francoise <romain@orebokech.com>
4722
4723 * commands.texi (Event Input Misc):
4724 * compile.texi (Eval During Compile):
4725 * internals.texi (Buffer Internals):
4726 * minibuf.texi (Initial Input):
4727 * nonascii.texi (Scanning Charsets):
4728 * numbers.texi (Comparison of Numbers):
4729 * windows.texi (Textual Scrolling, Vertical Scrolling):
4730 Fix various typos.
4731
47322006-05-06 Eli Zaretskii <eliz@gnu.org>
4733
4734 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
4735 conditional xref's to either emacs or emacs-xtra, depending on
4736 @iftex/@ifnottex.
4737
4738 * minibuf.texi (Minibuffer History): Document add-to-history.
4739
47402006-05-05 Eli Zaretskii <eliz@gnu.org>
4741
4742 * internals.texi (Pure Storage): Mention the pure overflow message
4743 at startup.
4744
c8763fb6 47452006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
4746
4747 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
4748 (Searching Keymaps): Fix pseudo-Lisp description of keymap
4749 search.
4750
47512006-05-01 Richard Stallman <rms@gnu.org>
4752
4753 * intro.texi (nil and t): Clarify.
4754
4755 * variables.texi (File Local Variables): Suggest using booleanp.
4756
47572006-05-01 Juanma Barranquero <lekktu@gmail.com>
4758
4759 * objects.texi (Type Predicates): Fix typos.
4760
47612006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
4762
4763 * intro.texi (nil and t): Add booleanp.
4764
4765 * objects.texi (Type Predicates): Add links for booleanp and
4766 string-or-null-p.
4767
47682006-04-29 Richard Stallman <rms@gnu.org>
4769
4770 * modes.texi (Multiline Font Lock): Rename from
4771 Multi line Font Lock Elements. Much clarification.
4772 (Font Lock Multiline, Region to Fontify): Much clarification.
4773
47742006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
4775
4776 * variables.texi (File Local Variables): Remove the special case t for
4777 safe-local-variable.
4778
47792006-04-26 Richard Stallman <rms@gnu.org>
4780
4781 * syntax.texi (Parsing Expressions): Minor cleanup.
4782
47832006-04-18 Richard Stallman <rms@gnu.org>
4784
4785 * tips.texi (Coding Conventions): Explain when the package's
4786 prefix should appear later on (not at the start of the name).
4787
4788 * searching.texi (String Search): Clarify effect of NOERROR.
4789
4790 * modes.texi (Imenu): Clarify what special items do.
4791
4792 * hooks.texi (Standard Hooks): Delete text about old hook names.
4793
47942006-04-17 Romain Francoise <romain@orebokech.com>
4795
4796 * variables.texi (Local Variables): Update the default value of
4797 `max-specpdl-size'.
4798
47992006-04-15 Michael Olson <mwolson@gnu.org>
4800
4801 * processes.texi (Transaction Queues): Mention the new optional
4802 `delay-question' argument for `tq-enqueue'.
4803
48042006-04-13 Bill Wohler <wohler@newt.com>
4805
4806 * customize.texi (Common Keywords): Use dotted notation for
4807 :package-version value. Specify its values. Improve documentation
4808 for customize-package-emacs-version-alist.
4809
48102006-04-12 Bill Wohler <wohler@newt.com>
4811
4812 * customize.texi (Common Keywords): Move description of
4813 customize-package-emacs-version-alist to @defvar.
4814
48152006-04-10 Bill Wohler <wohler@newt.com>
4816
4817 * customize.texi (Common Keywords): Add :package-version.
4818
48192006-04-10 Kim F. Storm <storm@cua.dk>
4820
4821 * text.texi (Buffer Contents): Add NOPROPS arg to
4822 filter-buffer-substring.
4823
48242006-04-08 Kevin Ryde <user42@zip.com.au>
4825
4826 * os.texi (Command-Line Arguments): Update xref to emacs manual
4827 "Command Arguments" -> "Emacs Invocation", per change there.
4828
48292006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
4830
4831 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
4832 be on one line to help makeinfo not render two spaces after the dot.
4833
48342006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
4835
4836 * strings.texi (Predicates for Strings): Add string-or-null-p.
4837
48382006-03-28 Kim F. Storm <storm@cua.dk>
4839
4840 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
4841 remarks about systems that don't support fractional seconds.
4842
48432006-03-25 Karl Berry <karl@gnu.org>
4844
4845 * elisp.texi: Use @copyright{} instead of (C), and do not indent
4846 the year list.
4847
48482006-03-21 Nick Roberts <nickrob@snap.net.nz>
4849
4850 * display.texi (Fringe Indicators): Fix typos.
4851
48522006-03-19 Luc Teirlinck <teirllm@auburn.edu>
4853
4854 * tips.texi (Documentation Tips): One can now also write `program'
4855 in front of a quoted symbol in a docstring to prevent making a
4856 hyperlink.
4857
48582006-03-19 Alan Mackenzie <acm@muc.de>
4859
4860 * text.texi (Special Properties): Clarify `fontified' property.
4861
48622006-03-16 Richard Stallman <rms@gnu.org>
4863
4864 * display.texi (Defining Images): Minor cleanup.
4865
48662006-03-16 Bill Wohler <wohler@newt.com>
4867
4868 * display.texi (Defining Images): In image-load-path-for-library,
4869 prefer user's images.
4870
48712006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
4872
4873 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
4874
48752006-03-15 Bill Wohler <wohler@newt.com>
4876
4877 * display.texi (Defining Images): Fix example in
4878 image-load-path-for-library by not recommending that one binds
4879 image-load-path. Just defvar it to placate compiler and only use
4880 it if previously defined.
4881
48822006-03-14 Bill Wohler <wohler@newt.com>
4883
4884 * display.texi (Defining Images): In image-load-path-for-library,
4885 always return list of directories. Update example.
4886
48872006-03-14 Alan Mackenzie <acm@muc.de>
4888
4889 * modes.texi: New node, "Region to Fontify" (for Font Lock).
4890 This describes font-lock-extend-region-function.
4891 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
4892 the new node "Region to Fontify".
4893
48942006-03-13 Richard Stallman <rms@gnu.org>
4895
4896 * display.texi (Invisible Text): The impossible position is
4897 now before the invisible text, not after.
4898 (Defining Images): Clean up last change.
4899
49002006-03-11 Bill Wohler <wohler@newt.com>
4901
4902 * display.texi (Defining Images): Add image-load-path-for-library.
4903
49042006-03-11 Luc Teirlinck <teirllm@auburn.edu>
4905
4906 * text.texi (Adaptive Fill): Fix Texinfo usage.
4907
4908 * strings.texi (Creating Strings): Fix Texinfo usage.
4909
4910 * searching.texi (Regexp Special): Use @samp for regular
4911 expressions that are not in Lisp syntax.
4912
49132006-03-08 Luc Teirlinck <teirllm@auburn.edu>
4914
4915 * searching.texi (Regexp Special): Put remark between parentheses
4916 to avoid misreading.
4917
49182006-03-07 Luc Teirlinck <teirllm@auburn.edu>
4919
4920 * searching.texi (Syntax of Regexps): More accurately describe
4921 which characters are special in which situations.
4922 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
4923 are not special. Describe in detail when `[' and `]' are special.
4924 (Regexp Backslash): Plenty of regexps with unbalanced square
4925 brackets are valid, so reword that statement.
4926
49272006-03-02 Kim F. Storm <storm@cua.dk>
4928
4929 * keymaps.texi (Tool Bar): Add tool-bar-border.
4930
49312006-02-28 Luc Teirlinck <teirllm@auburn.edu>
4932
4933 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
4934
49352006-02-27 Luc Teirlinck <teirllm@auburn.edu>
4936
4937 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
4938
4939 * files.texi (Locating Files): Suggest additional values for the
4940 SUFFIXES arg of `locate-file'. Update pxref.
4941
4942 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
4943 (How Programs Do Loading): Discuss the effects of Auto Compression
4944 mode on `load'.
4945 (Load Suffixes): New node.
4946 (Library Search): Delete description of `load-suffixes'; it was
4947 moved to "Load Suffixes".
4948 (Autoload, Named Features): Mention `load-suffixes'.
4949
49502006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4951
4952 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
4953
4954 * windows.texi (Window Tree): Fix typo.
4955
49562006-02-20 Kim F. Storm <storm@cua.dk>
4957
4958 * display.texi (Fringe Indicators): New section.
4959 Move indicate-empty-lines, indicate-buffer-boundaries, and
4960 default-indicate-buffer-boundaries here.
4961 Add fringe-indicator-alist and default-fringes-indicator-alist.
4962 Add list of logical fringe indicator symbols.
4963 Update list of standard bitmap names.
4964 (Fringe Cursors): New section.
4965 Move overflow-newline-into-fringe here.
4966 Add fringe-cursor-alist and default-fringes-cursor-alist.
4967 Add list of fringe cursor symbols.
4968
49692006-02-20 Juanma Barranquero <lekktu@gmail.com>
4970
4971 * commands.texi (Using Interactive): Fix reference to node
4972 "Minibuffers".
4973
49742006-02-19 Richard M. Stallman <rms@gnu.org>
4975
4976 * minibuf.texi (High-Level Completion):
4977 Add xref to read-input-method-name.
4978
4979 * files.texi (Relative File Names): Move file-relative-name here.
4980 (File Name Expansion): From here. Minor clarifications.
4981
4982 * commands.texi (Using Interactive): Add xrefs about reading input.
4983 Clarify remarks about that moving point and mark.
4984 Put string case before list case.
4985
c8763fb6 49862006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
4987
4988 * display.texi (Other Display Specs, Image Descriptors):
4989 Revert erroneous changes. The previous description of
4990 image-descriptors as `(image . PROPS)' was correct.
4991
49922006-02-14 Richard M. Stallman <rms@gnu.org>
4993
4994 * variables.texi (File Local Variables): Clarifications.
4995
49962006-02-14 Juanma Barranquero <lekktu@gmail.com>
4997
4998 * variables.texi (File Local Variables): Use @code for a cons
4999 cell, not @var.
5000
50012006-02-13 Chong Yidong <cyd@stupidchicken.com>
5002
5003 * variables.texi (File Local Variables): Document new file local
5004 variable behavior.
5005
50062006-02-10 Kim F. Storm <storm@cua.dk>
5007
5008 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
5009
50102006-02-08 Juanma Barranquero <lekktu@gmail.com>
5011
5012 * modes.texi (%-Constructs): Remove obsolete info about
5013 `global-mode-string'.
5014
50152006-02-07 Richard M. Stallman <rms@gnu.org>
5016
5017 * commands.texi (Prefix Command Arguments): Minor cleanup.
5018
5019 * display.texi: "Graphical display", not window system.
5020
5021 * functions.texi (What Is a Function): Fix xref.
5022
5023 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
5024 (Changing Key Bindings): Clarify when remapping is better than
5025 substitute-key-definition.
5026
50272006-02-02 Richard M. Stallman <rms@gnu.org>
5028
5029 * minibuf.texi (Basic Completion): Completion alists are risky.
5030
5031 * keymaps.texi (Active Keymaps): Clarifications.
5032 (Searching Keymaps): New node.
5033 (Keymaps): Update menu.
5034
5035 * frames.texi (Layout Parameters): Minor clarification.
5036 (Drag and Drop): New node.
5037 (Frames): Update menu.
5038
50392006-01-29 Chong Yidong <cyd@stupidchicken.com>
5040
5041 * display.texi (Other Display Specs, Image Descriptors):
5042 Image description is a list, not a cons cell.
5043
50442006-01-28 Luc Teirlinck <teirllm@auburn.edu>
5045
5046 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
5047 list is not necessarily a list).
5048
50492006-01-27 Eli Zaretskii <eliz@gnu.org>
5050
5051 * frames.texi (Layout Parameters): border-width and
5052 internal-border-width belong to the frame, not the window.
5053
50542006-01-19 Richard M. Stallman <rms@gnu.org>
5055
5056 * nonascii.texi (Translation of Characters): Search cmds use
5057 translation-table-for-input. Automatically made local.
5058
5059 * markers.texi (Overview of Markers): Count insertion type
5060 as one of a marker's attributes.
5061
5062 * keymaps.texi (Controlling Active Maps): New node, split out of
5063 Active Keymaps.
5064 (Keymaps): Menu updated.
5065 (Active Keymaps): Give pseudocode to explain how the active
5066 maps are searched. current-active-maps and key-binding moved here.
5067 (Functions for Key Lookup): current-active-maps and key-binding moved.
5068 Clarifications.
5069 (Searching the Keymaps): New subnode.
5070
5071 * elisp.texi (Top): Menu clarification.
5072
5073 * display.texi (Other Display Specs): Delete duplicate entry for
5074 just a string as display spec. Move text about recursive display
5075 specs on such a string.
5076
5077 * commands.texi (Key Sequence Input): Clarify.
5078 Move num-nonmacro-input-events out.
5079 (Reading One Event): num-nonmacro-input-events moved here.
5080
50812006-01-14 Nick Roberts <nickrob@snap.net.nz>
5082
5083 * advice.texi (Simple Advice): Update example to fit argument
5084 change in previous-line.
5085
50862006-01-05 Richard M. Stallman <rms@gnu.org>
5087
5088 * markers.texi (The Mark): Fix in `mark'.
5089
50902006-01-04 Richard M. Stallman <rms@gnu.org>
5091
5092 * processes.texi (Misc Network, Make Network): Minor cleanups.
5093
50942006-01-04 Kim F. Storm <storm@cua.dk>
5095
5096 * processes.texi (Make Network): Add IPv6 addresses and handling.
5097 (Network Feature Testing): Mention (:family ipv6).
5098 (Misc Network): Add IPv6 formats to format-network-address.
5099
51002005-12-30 Richard M. Stallman <rms@gnu.org>
5101
5102 * text.texi (Changing Properties):
5103 Don't use return value of set-text-properties.
5104
51052005-12-29 Luc Teirlinck <teirllm@auburn.edu>
5106
5107 * modes.texi (Mode Line Format): Correct typo in menu.
5108
51092005-12-29 Richard M. Stallman <rms@gnu.org>
5110
5111 * modes.texi (Mode Line Top): New node.
5112 (Mode Line Data): Some text moved to new node.
5113 Explain the data structure more concretely.
5114 (Mode Line Basics): Clarifications.
5115 (Mode Line Variables): Clarify intro paragraph.
5116 (%-Constructs): Clarify intro paragraph.
5117 (Mode Line Format): Update menu.
5118
51192005-12-28 Luc Teirlinck <teirllm@auburn.edu>
5120
5121 * minibuf.texi (Basic Completion): Update lazy-completion-table
5122 examples for removal of ARGS argument.
5123
51242005-12-23 Richard M. Stallman <rms@gnu.org>
5125
5126 * text.texi (Undo): Restore some explanation from the version
5127 that was deleted.
5128
51292005-12-23 Eli Zaretskii <eliz@gnu.org>
5130
5131 * text.texi (Undo): Remove duplicate descriptions of `apply
5132 funname' and `apply delta' elements of the undo list.
5133
51342005-12-20 Richard M. Stallman <rms@gnu.org>
5135
5136 * help.texi (Help Functions): Update documentation of `apropos'.
5137
51382005-12-20 Luc Teirlinck <teirllm@auburn.edu>
5139
5140 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
5141 because it is confusing. If the :help-echo keyword is a function,
5142 it is not directly used as the :help-echo overlay property, as the
5143 xref seems to suggest (it does not take the appropriate args).
5144
51452005-12-19 Luc Teirlinck <teirllm@auburn.edu>
5146
5147 * customize.texi (Common Keywords): Fix Texinfo usage.
5148 (Group Definitions, Variable Definitions): Update for new
5149 conventions for using `*' in docstrings.
5150
5151 * tips.texi (Documentation Tips): Update for new conventions for
5152 using `*' in docstrings.
5153
51542005-12-16 Richard M. Stallman <rms@gnu.org>
5155
5156 * minibuf.texi (Minibuffer Contents): Minor cleanup.
5157
51582005-12-16 Juri Linkov <juri@jurta.org>
5159
5160 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
5161
51622005-12-14 Romain Francoise <romain@orebokech.com>
5163
5164 * modes.texi (Customizing Keywords): Rename `append' to `how'.
5165 Fix typo.
5166
51672005-12-11 Juri Linkov <juri@jurta.org>
5168
5169 * minibuf.texi (Completion Commands): Add mention of read-file-name
5170 for filename completion keymaps.
5171 (Reading File Names): Add mention of filename completion keymaps
5172 for read-file-name and xref to `Completion Commands'.
5173
51742005-12-10 Richard M. Stallman <rms@gnu.org>
5175
5176 * customize.texi (Common Keywords): State caveats for use of :tag.
5177
51782005-12-08 Richard M. Stallman <rms@gnu.org>
5179
5180 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
5181 with xrefs and better explanation.
5182 (Completion Commands): Add the filename completion maps.
5183
5184 * objects.texi (Character Type): Clarify that \s is not space
5185 if a dash follows.
5186
51872005-12-05 Richard M. Stallman <rms@gnu.org>
5188
5189 * windows.texi (Resizing Windows): Delete preserve-before args.
5190
51912005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
5192
5193 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
5194 in full keymaps, since the quirk has been fixed.
5195
51962005-12-03 Eli Zaretskii <eliz@gnu.org>
5197
5dcb4c4e
SM
5198 * hooks.texi (Standard Hooks): Add index entries.
5199 Mention `compilation-finish-functions'.
b8d4c8d0
GM
5200
52012005-11-27 Richard M. Stallman <rms@gnu.org>
5202
5203 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
5204
52052005-11-21 Juri Linkov <juri@jurta.org>
5206
5207 * customize.texi (Common Keywords): Update links types
5208 custom-manual and url-link. Add link types emacs-library-link,
5209 file-link, function-link, variable-link, custom-group-link.
5210
52112005-11-20 Chong Yidong <cyd@stupidchicken.com>
5212
5213 * display.texi: Revert 2005-11-20 change.
5214
52152005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
5216
5217 * processes.texi (Bindat Functions):
5218 Say "third" to refer to zero-based index "2".
5219
52202005-11-18 Luc Teirlinck <teirllm@auburn.edu>
5221
5222 * loading.texi (Library Search): Update the default value of
5223 `load-suffixes'.
5224
52252005-11-17 Chong Yidong <cyd@stupidchicken.com>
5226
5227 * display.texi (Attribute Functions): Mention :ignore-defface.
5228
52292005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5230
5231 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
5232 (Minor Mode Conventions): Mention the use of a hook.
5233
52342005-11-06 Richard M. Stallman <rms@gnu.org>
5235
5236 * files.texi (Magic File Names): find-file-name-handler checks the
5237 `operations' property of the handler.
5238
52392005-11-03 Richard M. Stallman <rms@gnu.org>
5240
5241 * variables.texi (Frame-Local Variables): Small clarification.
5242
52432005-10-29 Chong Yidong <cyd@stupidchicken.com>
5244
5245 * os.texi (Init File): Document ~/.emacs.d/init.el.
5246
52472005-10-29 Richard M. Stallman <rms@gnu.org>
5248
5249 * internals.texi (Garbage Collection): Document memory-full.
5250
52512005-10-28 Bill Wohler <wohler@newt.com>
5252
5253 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
5254 for URLs.
5255
52562005-10-28 Richard M. Stallman <rms@gnu.org>
5257
5258 * minibuf.texi (Completion Commands): Clean up prev change.
5259
52602005-10-26 Kevin Ryde <user42@zip.com.au>
5261
5262 * compile.texi (Eval During Compile): Explain recommended uses
5263 of eval-when-compile and eval-and-compile.
5264
52652005-10-27 Masatake YAMATO <jet@gyve.org>
5266
5267 * minibuf.texi (Completion Commands):
5268 Write about new optional argument for `display-completion-list'.
5269
52702005-10-23 Richard M. Stallman <rms@gnu.org>
5271
5272 * display.texi (Overlay Arrow): Clarify about local bindings of
5273 overlay-arrow-position.
5274
52752005-10-22 Eli Zaretskii <eliz@gnu.org>
5276
5277 * internals.texi (Building Emacs): Fix last change.
5278
52792005-10-22 Richard M. Stallman <rms@gnu.org>
5280
5281 * internals.texi (Building Emacs): Document eval-at-startup.
5282
52832005-10-21 Richard M. Stallman <rms@gnu.org>
5284
5285 * loading.texi (Where Defined): load-history contains abs file names.
5286 symbol-file returns abs file names.
5287
52882005-10-19 Kim F. Storm <storm@cua.dk>
5289
5290 * display.texi (Showing Images): Add max-image-size integer value.
5291
52922005-10-18 Chong Yidong <cyd@stupidchicken.com>
5293
5294 * display.texi (Showing Images): Document max-image-size.
5295
52962005-10-17 Richard M. Stallman <rms@gnu.org>
5297
5298 * commands.texi (Quitting): Minor clarification.
5299
5300 * processes.texi (Sentinels): Clarify about output and quitting.
5301 (Filter Functions): Mention with-local-quit.
5302
53032005-10-17 Juri Linkov <juri@jurta.org>
5304
5305 * buffers.texi (Current Buffer):
5306 * commands.texi (Event Input Misc):
5307 * compile.texi (Eval During Compile, Compiler Errors):
5308 * customize.texi (Group Definitions):
5309 * display.texi (Progress, Defining Faces):
5310 * files.texi (Writing to Files):
5311 * modes.texi (Mode Hooks, Defining Minor Modes):
5312 * streams.texi (Output Functions):
5313 * syntax.texi (Syntax Table Functions):
5314 * text.texi (Change Hooks):
5315 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
5316
5317 * commands.texi (Quitting): Replace arg `forms' with `body' in
5318 `with-local-quit'.
5319
5320 * positions.texi (Excursions): Replace arg `forms' with `body' in
5321 `save-excursion'.
5322
53232005-10-08 Kim F. Storm <storm@cua.dk>
5324
5325 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
5326 Rename manual section accordingly.
5327
53282005-10-04 Kim F. Storm <storm@cua.dk>
5329
5330 * windows.texi (Window Split Tree): New section describing
5331 new function window-split-tree function.
5332
53332005-10-03 Nick Roberts <nickrob@snap.net.nz>
5334
5335 * display.texi (Fringe Size/Pos): Simplify and add detail.
5336
53372005-09-30 Romain Francoise <romain@orebokech.com>
5338
5339 * minibuf.texi (High-Level Completion): Explain that the prompt
5340 given to `read-buffer' should end with a colon and a space.
5341 Update usage examples.
5342
53432005-09-29 Juri Linkov <juri@jurta.org>
5344
5345 * display.texi (Displaying Messages): Rename argument name
5346 `string' to `format-string' in functions `message', `message-box',
5347 `message-or-box'.
5348
53492005-09-26 Chong Yidong <cyd@stupidchicken.com>
5350
5351 * errors.texi (Standard Errors): Correct xrefs.
5352
53532005-09-18 Chong Yidong <cyd@stupidchicken.com>
5354
5355 * display.texi (Defining Images): Update documentation for
5356 `image-load-path'.
5357
53582005-09-17 Richard M. Stallman <rms@gnu.org>
5359
5360 * display.texi (Defining Images): Clean up previous change.
5361
53622005-09-16 Romain Francoise <romain@orebokech.com>
5363
5364 * elisp.texi: Specify GFDL version 1.2.
5365
5366 * doclicense.texi (GNU Free Documentation License): Update to
5367 version 1.2.
5368
53692005-09-15 Chong Yidong <cyd@stupidchicken.com>
5370
5371 * display.texi (Defining Images): Document `image-load-path'.
5372
53732005-09-15 Richard M. Stallman <rms@gnu.org>
5374
5375 * objects.texi (Printed Representation): Minor cleanup.
5376 (Box Diagrams): Minor fix.
5377 (Cons Cell Type): Move (...) index item here.
5378 (Box Diagrams): From here.
5379 (Array Type): Minor fix.
5380 (Type Predicates): Delete index "predicates".
5381 (Hash Table Type): Clarify xref.
5382 (Dotted Pair Notation): Minor fix.
5383
53842005-09-10 Chong Yidong <cyd@stupidchicken.com>
5385
5386 * files.texi (Saving Buffers): Fix typo.
5387
53882005-09-08 Richard M. Stallman <rms@gnu.org>
5389
5390 * tips.texi (Programming Tips): Correct the "default" prompt spec.
5391
53922005-09-08 Chong Yidong <cyd@stupidchicken.com>
5393
5394 * locals.texi (Standard Buffer-Local Variables): Don't include
5395 mode variables for minor modes.
5396 Fix xrefs for buffer-display-count, buffer-display-table,
5397 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
5398 enable-multibyte-characters, fill-column, header-line-format,
5399 left-fringe-width, left-margin, and right-fringe-width.
5400
5401 * hooks.texi (Standard Hooks): All hooks should conform to the
5402 standard naming convention now.
5403 Fix xref for `echo-area-clear-hook'.
5404
5405 * display.texi (Usual Display): Note that indicate-empty-lines and
5406 tab-width are buffer-local.
5407
5408 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
5409
5410 * modes.texi (Mode Help): Note that major-mode is buffer-local.
5411
5412 * nonascii.texi (Encoding and I/O): Note that
5413 buffer-file-coding-system is buffer-local.
5414
5415 * positions.texi (List Motion): Note that defun-prompt-regexp is
5416 buffer-local.
5417
5418 * text.texi (Auto Filling): Note that auto-fill-function is
5419 buffer-local.
5420 (Undo): Note that buffer-undo-list is buffer-local.
5421
5dcb4c4e
SM
5422 * windows.texi (Buffers and Windows):
5423 Document buffer-display-count.
b8d4c8d0
GM
5424
54252005-09-06 Richard M. Stallman <rms@gnu.org>
5426
5427 * tips.texi (Coding Conventions): Sometimes it is ok to put the
5428 package prefix elsewhere than at the start of the name.
5429
54302005-09-03 Richard M. Stallman <rms@gnu.org>
5431
5432 * tips.texi (Programming Tips): Add conventions for minibuffer
5433 questions and prompts.
5434
54352005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
5436
5437 * intro.texi (nil and t): Minor cleanup.
5438 Delete spurious mention of keyword symbols.
5439 (Evaluation Notation): Add index entry.
5440 (A Sample Function Description): Minor cleanup.
5441 (A Sample Variable Description): Not all vars can be set.
5442
54432005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
5444
5445 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
5446
5447 (Insertion): Document precise type of `insert-char' arg COUNT.
5448
54492005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
5450
5451 * modes.texi (Other Font Lock Variables): Sync the default of
5452 font-lock-lines-before.
5453
54542005-08-31 Michael Albinus <michael.albinus@gmx.de>
5455
5456 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
5457
54582005-08-29 Richard M. Stallman <rms@gnu.org>
5459
5460 * elisp.texi (Top): Update subnode menu.
5461
5462 * searching.texi (Searching and Matching): Move node.
5463 Rearrange contents and add overall explanation.
5464 (Searching and Case): Move node.
5465 (Searching and Matching): Update menu.
5466
54672005-08-27 Eli Zaretskii <eliz@gnu.org>
5468
5469 * os.texi (Startup Summary): Fix the description of the initial
5470 startup message display.
5471
54722005-08-25 Richard M. Stallman <rms@gnu.org>
5473
5474 * searching.texi (Search and Replace): Add replace-regexp-in-string.
5475
54762005-08-25 Emilio C. Lopes <eclig@gmx.net>
5477
5478 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
5479 `next-overlay-change' example.
5480
54812005-08-22 Juri Linkov <juri@jurta.org>
5482
5483 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
5484 Fix invert-face. Fix args of face-background.
5485
5486 * display.texi (Standard Faces): Delete node.
5487 (Faces): Add xref to `(emacs)Standard Faces'.
5488 (Displaying Faces): Fix xref to `Standard Faces'.
5489
5490 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
5491
54922005-08-20 Alan Mackenzie <acm@muc.de>
5493
5494 * buffers.texi (The Buffer List): Clarify the manipulation of the
5495 buffer list.
5496
54972005-08-14 Richard M. Stallman <rms@gnu.org>
5498
5499 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
5500 a regexp.
5501
55022005-08-11 Richard M. Stallman <rms@gnu.org>
5503
5504 * elisp.texi (Top): Update subnode lists.
5505
5506 * display.texi (Inverse Video): Node deleted.
5507
5508 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
5509 New nodes split out of Coding Conventions.
5510
5511 * searching.texi (Regular Expressions): Document re-builder.
5512
5513 * os.texi (Time Parsing): New node split out of Time Conversion.
5514
5515 * processes.texi (Misc Network, Network Feature Testing)
5516 (Network Options, Make Network): New nodes split out of
5517 Low-Level Network.
5518
55192005-08-09 Richard M. Stallman <rms@gnu.org>
5520
5521 * frames.texi (Geometry): New node, split from Size and Position.
5522 (Frame Parameters): Refer to Geometry.
5523
5524 * buffers.texi (The Buffer List): Fix xrefs.
5525
5526 * windows.texi (Splitting Windows): Fix xref.
5527
5528 * frames.texi (Layout Parameters): Add xref.
5529
5530 * display.texi (Line Height, Scroll Bars): Fix xrefs.
5531
5532 * keymaps.texi (Menu Bar): Fix xref.
5533
5534 * locals.texi (Standard Buffer-Local Variables): Fix xref.
5535
5536 * modes.texi (%-Constructs): Fix xref.
5537
5538 * frames.texi (Window Frame Parameters): Node split up.
5539 (Basic Parameters, Position Parameters, Size Parameters)
5540 (Layout Parameters, Buffer Parameters, Management Parameters)
5541 (Cursor Parameters, Color Parameters): New subnodes.
5542
55432005-08-09 Luc Teirlinck <teirllm@auburn.edu>
5544
5545 * positions.texi (Screen Lines): Update xref for previous change
5546 in minibuf.texi.
5547
5548 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
5549 change in minibuf.texi.
5550
55512005-08-09 Richard M. Stallman <rms@gnu.org>
5552
5553 * tips.texi (Coding Conventions): Minor cleanup.
5554
5555 * modes.texi (Defining Minor Modes): Explain when init-value
5556 can be non-nil.
5557
5558 * elisp.texi (Top): Update submenu for Minibuffer.
5559
5560 * minibuf.texi (Minibuffer Misc): Node split up.
5561 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
5562 (Recursive Mini): New nodes split out from Minibuffer Misc.
5563 (Minibuffer Misc): Document max-mini-window-height.
5564
5565 * hash.texi (Defining Hash): Delete stray paren in example.
5566
5567 * display.texi (Echo Area Customization): Don't define
5568 max-mini-window-height here; xref instead.
5569
5570 * commands.texi (Event Input Misc): Update while-no-input.
5571
5572 * advice.texi (Advising Functions): Explain when to use advice
5573 and when to use a hook.
5574
55752005-07-30 Eli Zaretskii <eliz@gnu.org>
5576
5577 * makefile.w32-in (info): Don't run install-info.
5578 ($(infodir)/dir): New target, produced by running install-info.
5579
55802005-07-27 Luc Teirlinck <teirllm@auburn.edu>
5581
5582 * modes.texi (Defining Minor Modes): The keyword for the initial
5583 value is :init-value, not :initial-value.
5584
55852005-07-23 Eli Zaretskii <eliz@gnu.org>
5586
5587 * loading.texi (Autoload): Make the `doctor' example be consistent
5588 with what's in current loaddefs.el. Describe the "fn" magic in
5589 the usage portion of the doc string.
5590
55912005-07-22 Richard M. Stallman <rms@gnu.org>
5592
5593 * internals.texi (Garbage Collection): Clarify previous change.
5594
55952005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
5596
5597 * internals.texi (Garbage Collection): Add gc-cons-percentage.
5598
55992005-07-18 Juri Linkov <juri@jurta.org>
5600
5601 * commands.texi (Accessing Events):
5602 * frames.texi (Text Terminal Colors, Resources):
5603 * markers.texi (The Mark):
5604 * modes.texi (Defining Minor Modes):
5605 Delete duplicate duplicate words.
5606
56072005-07-16 Richard M. Stallman <rms@gnu.org>
5608
5609 * display.texi (Managing Overlays): Clarify make-overlay
5610 args for insertion types.
5611
56122005-07-13 Luc Teirlinck <teirllm@auburn.edu>
5613
5614 * customize.texi (Variable Definitions):
5615 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
5616 `standard-value' is a list too.
5617 (Defining New Types): Use @key{RET} instead of @key{ret}.
5618
56192005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
5620
5621 * os.texi (Translating Input): Fix typo.
5622
56232005-07-08 Richard M. Stallman <rms@gnu.org>
5624
5625 * README: Update edition number and size estimate.
5626
5627 * elisp.texi (VERSION): Set to 2.9.
5628
56292005-07-07 Richard M. Stallman <rms@gnu.org>
5630
5631 * book-spine.texinfo: Update Emacs version.
5632
5633 * display.texi (Inverse Video): Delete mode-line-inverse-video.
5634
56352005-07-06 Richard M. Stallman <rms@gnu.org>
5636
5637 * searching.texi (Regexp Search): Clarify what re-search-forward
5638 does when the search fails.
5639
56402005-07-05 Lute Kamstra <lute@gnu.org>
5641
5642 * Update FSF's address in GPL notices.
5643
5644 * doclicense.texi (GNU Free Documentation License):
5645 * gpl.texi (GPL):
5646 * tips.texi (Coding Conventions, Library Headers):
5647 * vol1.texi:
5648 * vol2.texi: Update FSF's address.
5649
56502005-07-04 Richard M. Stallman <rms@gnu.org>
5651
5652 * hooks.texi (Standard Hooks): Add occur-hook.
5653
56542005-07-03 Luc Teirlinck <teirllm@auburn.edu>
5655
5656 * display.texi (The Echo Area): Correct menu.
5657
56582005-07-03 Richard M. Stallman <rms@gnu.org>
5659
5660 * elisp.texi (Top): Update subnode menu for Display.
5661
5662 * display.texi (Displaying Messages): New node, with most
5663 of what was in The Echo Area.
5dcb4c4e 5664 (Progress): Move under The Echo Area.
b8d4c8d0
GM
5665 (Logging Messages): New node with new text.
5666 (Echo Area Customization): New node, the rest of what was
5667 in The Echo Area. Document message-truncate-lines with @defvar.
5668 (Display): Update menu.
5669
5670 * windows.texi (Textual Scrolling): Doc 3 values for
5671 scroll-preserve-screen-position.
5672
5673 * text.texi (Special Properties): Change hook functions
5674 should bind inhibit-modification-hooks around altering buffer text.
5675
5676 * keymaps.texi (Key Binding Commands): Call binding BINDING
5677 rather than DEFINITION.
5678
56792005-06-29 Juanma Barranquero <lekktu@gmail.com>
5680
5681 * variables.texi (Defining Variables): `user-variable-p' returns t
5682 for aliases of user options, nil for alias loops.
5683
56842005-06-28 Richard M. Stallman <rms@gnu.org>
5685
5686 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
5687 make-keymap.
5688
56892005-06-27 Luc Teirlinck <teirllm@auburn.edu>
5690
5691 * variables.texi (Setting Variables): Correct and clarify
5692 description of `add-to-ordered-list'.
5693
56942005-06-26 Richard M. Stallman <rms@gnu.org>
5695
5696 * display.texi (Faces): Minor cleanup.
5697
56982005-06-25 Luc Teirlinck <teirllm@auburn.edu>
5699
5700 * display.texi (Faces): `facep' returns t for strings that are
5701 face names.
5702
57032005-06-25 Richard M. Stallman <rms@gnu.org>
5704
5705 * objects.texi (Equality Predicates): Clarify meaning of equal.
5706
5707 * windows.texi (Selecting Windows): save-selected-window
5708 and with-selected-window save and restore the current buffer.
5709
57102005-06-24 Richard M. Stallman <rms@gnu.org>
5711
5712 * numbers.texi (Float Basics): Explain how to test for NaN,
5713 and printing the sign of NaNs.
5714
57152005-06-24 Eli Zaretskii <eliz@gnu.org>
5716
5717 * makefile.w32-in (MAKEINFO): Use --force.
5718
57192005-06-23 Richard M. Stallman <rms@gnu.org>
5720
5721 * display.texi (Face Functions): Correct Texinfo usage.
5722
57232005-06-23 Luc Teirlinck <teirllm@auburn.edu>
5724
5725 * lists.texi (Rings): `ring-elements' now returns the elements of
5726 RING in order.
5727
57282005-06-23 Juanma Barranquero <lekktu@gmail.com>
5729
5730 * markers.texi (The Mark): Texinfo usage fix.
5731
57322005-06-23 Kim F. Storm <storm@cua.dk>
5733
5734 * searching.texi (Entire Match Data): Remove evaporate option for
5735 match-data. Do not mention evaporate option for set-match-data.
5736
57372005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
5738
5739 * display.texi (Face Functions): Mention face aliases.
5740
57412005-06-21 Richard M. Stallman <rms@gnu.org>
5742
5743 * anti.texi (Antinews): Texinfo usage fix.
5744
57452005-06-21 Karl Berry <karl@gnu.org>
5746
5747 * elisp.texi: Use @copying.
5748
5749 * elisp.texi: Put @summarycontents and @contents before the Top
5750 node, instead of the end of the file, so that the contents appear
5751 in the right place in the dvi/pdf output.
5752
57532005-06-21 Juri Linkov <juri@jurta.org>
5754
5755 * display.texi (Defining Faces): Add `customized-face'.
5756
57572005-06-20 Kim F. Storm <storm@cua.dk>
5758
5759 * variables.texi (Setting Variables): Any type of element can be
5760 given order in add-to-ordered-list. Compare elements with eq.
5761
5762 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
5763
57642005-06-20 Karl Berry <karl@gnu.org>
5765
5766 * syntax.texi (Syntax Flags): Make last column very slightly wider
5767 to avoid "generic comment" breaking on two lines and causing an
5768 underfull box.
5769
57702005-06-19 Luc Teirlinck <teirllm@auburn.edu>
5771
5772 * lists.texi (Rings): Various minor clarifications and corrections.
5773
57742005-06-18 Richard M. Stallman <rms@gnu.org>
5775
5776 * functions.texi (Obsolete Functions): Simplify.
5777
5778 * variables.texi (Variable Aliases): Simplify.
5779
5780 * anti.texi, backups.texi, compile.texi, customization.texi:
5781 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
5782 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
5783 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
5784 * variables.texi: Fix formatting ugliness.
5785
5786 * elisp.texi: Add links to Rings and Byte Packing.
5787 Update version and copyright years.
5788
5789 * minibuf.texi: Fix formatting ugliness.
5790 (Completion Commands): Move keymap vars to the end
5791 and vars completing-read binds to the top.
5792
57932005-06-17 Luc Teirlinck <teirllm@auburn.edu>
5794
5795 * processes.texi: Fix typos.
5796 (Bindat Spec): Correct Texinfo error.
5797 (Byte Packing): Fix ungrammatical sentence.
5798
57992005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
5800
5801 * lists.texi (Rings): New node.
5802 (Lists): Add it to menu.
5803
5804 * processes.texi (Byte Packing): New node.
5805 (Processes): Add it to menu.
5806
58072005-06-17 Richard M. Stallman <rms@gnu.org>
5808
5809 * syntax.texi (Parsing Expressions): Fix texinfo usage.
5810
5811 * help.texi (Documentation Basics): Explain the xref to
5812 Documentation Tips.
5813
5814 * debugging.texi (Debugger Commands): Minor fix.
5815
58162005-06-16 Luc Teirlinck <teirllm@auburn.edu>
5817
5818 * edebug.texi (Instrumenting): Eliminate duplicate link.
5819 (Specification List): Replace references to "below", referring to
5820 a later node, with one @ref to that node.
5821
5822 * os.texi (Timers): Timers should save and restore the match data
5823 if they change it.
5824
5825 * debugging.texi (Debugger Commands): Mention that the Lisp
5826 debugger can not step through primitive functions.
5827
58282005-06-16 Juanma Barranquero <lekktu@gmail.com>
5829
5830 * functions.texi (Obsolete Functions): Update argument names of
5831 `make-obsolete' and `define-obsolete-function-alias'.
5832
5833 * variables.texi (Variable Aliases): Update argument names of
5834 `defvaralias', `make-obsolete-variable' and
5835 `define-obsolete-variable-alias'.
5836
58372005-06-15 Kim F. Storm <storm@cua.dk>
5838
5839 * searching.texi (Entire Match Data): Rephrase warnings about
5840 evaporate arg to match-data and set-match-data.
5841
58422005-06-14 Luc Teirlinck <teirllm@auburn.edu>
5843
5844 * elisp.texi (Top): Update detailed menu.
5845
5846 * edebug.texi (Edebug): Update menu.
5847 (Instrumenting): Update xrefs.
5848 (Edebug Execution Modes): Correct xref.
5849 (Jumping): Clarify description of `h' command.
5850 Eliminate redundant @ref.
5851 (Breaks): New node.
5852 (Breakpoints): Is now a subsubsection.
5853 (Global Break Condition): Mention `C-x X X'.
5854 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
5855 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
5856 (Edebug Display Update): Correct pxref.
5857 (Edebug and Macros): New node.
5858 (Instrumenting Macro Calls): Is now a subsubsection.
5859 Neither arg of `def-edebug-spec' is evaluated.
5860 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
5861 (Specification Examples): Fix typo.
5862
58632005-06-14 Lute Kamstra <lute@gnu.org>
5864
5865 * debugging.texi (Function Debugging): Primitives can break on
5866 entry too.
5867
58682005-06-14 Kim F. Storm <storm@cua.dk>
5869
5870 * variables.texi (Setting Variables): Add add-to-ordered-list.
5871
58722005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5873
5874 * syntax.texi (Parsing Expressions): Document aux functions and vars of
5875 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
5876
58772005-06-13 Lute Kamstra <lute@gnu.org>
5878
5879 * text.texi (Special Properties): Fix cross reference.
5880
58812005-06-11 Luc Teirlinck <teirllm@auburn.edu>
5882
5883 * debugging.texi (Function Debugging): Delete mention of empty
5884 string argument to `cancel-debug-on-entry'. Delete inaccurate
5885 description of the return value of that command.
5886
58872005-06-11 Alan Mackenzie <acm@muc.de>
5888
5889 * text.texi (Adaptive Fill): Amplify the description of
5890 fill-context-prefix.
5891
58922005-06-10 Luc Teirlinck <teirllm@auburn.edu>
5893
5894 * syntax.texi (Parsing Expressions): Fix Texinfo error.
5895
58962005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
5897
5898 * syntax.texi (Parsing Expressions): Document syntax-ppss.
5899
59002005-06-10 Luc Teirlinck <teirllm@auburn.edu>
5901
5902 * debugging.texi (Error Debugging): Minor rewording.
5903 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
5904 is optional.
5905
59062005-06-10 Lute Kamstra <lute@gnu.org>
5907
5908 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
5909 (Top): Give it a title. Correct version number. Give the
5910 detailed node listing a more prominent header.
5911 * intro.texi: Don't set VERSION here a second time.
5912 Mention Emacs's version too.
5913 * anti.texi (Antinews): Use EMACSVER to refer to the current
5914 version of Emacs.
5915
59162005-06-09 Kim F. Storm <storm@cua.dk>
5917
5918 * searching.texi (Entire Match Data): Explain new `reseat' argument to
5919 match-data and set-match-data.
5920
59212005-06-08 Richard M. Stallman <rms@gnu.org>
5922
5923 * searching.texi (Entire Match Data): Clarify when match-data
5924 returns markers and when integers.
5925
5926 * display.texi (Defining Faces): Explain that face name should not
5927 end in `-face'.
5928
5929 * modes.texi (Mode Line Data): Minor cleanup.
5930 (Customizing Keywords): Node split out of Search-based Fontification.
5931 Add example of using font-lock-add-keywords from a hook.
5932 Clarify when MODE should be non-nil, and when nil.
5933
59342005-06-06 Richard M. Stallman <rms@gnu.org>
5935
5936 * modes.texi (Mode Line Data): Explain what happens when the car
5937 of a list is a void symbol.
5938 (Search-based Fontification): Explain MODE arg to
5939 font-lock-add-keywords and warn about calls from major modes.
5940
59412005-06-08 Juri Linkov <juri@jurta.org>
5942
5943 * display.texi (Standard Faces): Add `shadow' face.
5944
59452005-05-29 Luc Teirlinck <teirllm@auburn.edu>
5946
5947 * modes.texi (Major Mode Conventions): A derived mode only needs
5948 to put the call to the parent mode inside `delay-mode-hooks'.
5949
59502005-05-29 Richard M. Stallman <rms@gnu.org>
5951
5952 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
5953 new, and what that implies. Clarify.
5954
5955 * files.texi (Locating Files): Clean up the text.
5956
5957 * frames.texi (Window Frame Parameters): Document user-size.
5958 Shorten entry for top by referring to left.
5959
59602005-05-26 Richard M. Stallman <rms@gnu.org>
5961
5962 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
5963 is new, and what the implications are. Other clarifications.
5964
59652005-05-24 Richard M. Stallman <rms@gnu.org>
5966
5967 * frames.texi (Dialog Boxes): Minor fixes.
5968
59692005-05-25 Masatake YAMATO <jet@gyve.org>
5970
5971 * display.texi (Standard Faces): Write about `mode-line-highlight'.
5972
59732005-05-24 Luc Teirlinck <teirllm@auburn.edu>
5974
5975 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
5976 is optional.
5977
59782005-05-24 Nick Roberts <nickrob@snap.net.nz>
5979
10d1d0af 5980 * frames.texi (Dialog Boxes): Describe new optional argument.
b8d4c8d0
GM
5981
59822005-05-23 Lute Kamstra <lute@gnu.org>
5983
5984 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
5985 syntax-begin-function over font-lock-beginning-of-syntax-function.
5986
59872005-05-21 Luc Teirlinck <teirllm@auburn.edu>
5988
5989 * minibuf.texi (Reading File Names): Update description of
5990 `read-directory-name'.
5991
5992 * modes.texi (Derived Modes): Clarify :group keyword.
5993
59942005-05-21 Eli Zaretskii <eliz@gnu.org>
5995
5996 * files.texi (Locating Files): New subsection.
5997 Describe locate-file and executable-find.
5998
59992005-05-21 Kevin Ryde <user42@zip.com.au>
6000
6001 * frames.texi (Initial Parameters): Update cross reference to
6002 "Emacs Invocation".
6003
60042005-05-19 Luc Teirlinck <teirllm@auburn.edu>
6005
6006 * keymaps.texi (Active Keymaps): Add anchor.
6007
6008 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
6009 (Major Mode Conventions): Refer to `Auto Major Mode' in more
6010 appropriate place.
6011 (Derived Modes): Small clarifications.
6012 (Minor Mode Conventions, Keymaps and Minor Modes):
6013 Replace references to nodes with references to anchors.
6014 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
6015 Clarify description of lists whose first element is an integer.
6016 (Mode Line Variables): Add anchor.
6017 (%-Constructs): Clarify description of integer after %.
6018 (Emulating Mode Line): Describe nil value for FACE.
6019
60202005-05-18 Luc Teirlinck <teirllm@auburn.edu>
6021
6022 * modes.texi (Derived Modes): Correct references to non-existing
6023 variable standard-syntax-table.
6024
60252005-05-17 Lute Kamstra <lute@gnu.org>
6026
6027 * modes.texi (Defining Minor Modes): Mention the mode hook.
6028
60292005-05-15 Kim F. Storm <storm@cua.dk>
6030
6031 * processes.texi (Network): Remove open-network-stream-nowait.
6032 (Network Servers): Remove open-network-stream-server.
6033
60342005-05-15 Luc Teirlinck <teirllm@auburn.edu>
6035
6036 * elisp.texi (Top): Update detailed menu.
6037
6038 * variables.texi: Reorder nodes.
6039 (Variables): Update menu.
6040 (File Local Variables): Do not refer to the `-*-' line as
6041 a "local variables list". Add pxref.
6042
60432005-05-14 Luc Teirlinck <teirllm@auburn.edu>
6044
6045 * elisp.texi (Top): Update detailed menu for node changes.
6046
6047 * modes.texi (Modes): Update Menu.
6048 (Hooks): Move to beginning of chapter.
6049 Most minor modes run mode hooks too.
6050 `add-hook' can handle void hooks or hooks whose value is a single
6051 function.
6052 (Major Modes): Update Menu.
6053 (Major Mode Basics): New node, split off from `Major Modes'.
6054 (Major Mode Conventions): Correct xref. Explain how to handle
6055 auto-mode-alist if the major mode command has an autoload cookie.
6056 (Auto Major Mode): Major update. Add magic-mode-alist.
6057 (Derived Modes): Major update.
6058 (Mode Line Format): Update Menu.
6059 (Mode Line Basics): New node, split off from `Mode Line Format'.
6060
6061 * loading.texi (Autoload): Mention `autoload cookie' as synonym
6062 for `magic autoload comment'. Add index entries and anchor.
6063
60642005-05-14 Richard M. Stallman <rms@gnu.org>
6065
6066 * tips.texi (Coding Conventions): Explain how important it is
6067 that just loading certain files not change Emacs behavior.
6068
6069 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
6070
60712005-05-12 Lute Kamstra <lute@gnu.org>
6072
6073 * modes.texi (Generic Modes): Update.
6074 (Major Modes): Refer to node "Generic Modes".
6075
6076 * elisp.texi (Top): Update to the current structure of the manual.
6077 * processes.texi (Processes): Add menu description.
6078 * customize.texi (Customization): Add menu descriptions.
6079
60802005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
6081
6082 * processes.texi (Signals to Processes)
6083 (Low-Level Network): Fix typos.
6084
60852005-05-11 Lute Kamstra <lute@gnu.org>
6086
6087 * elisp.texi (Top): Add some nodes from the chapter "Major and
6088 Minor Modes" to the detailed node listing.
6089
60902005-05-10 Richard M. Stallman <rms@gnu.org>
6091
6092 * keymaps.texi (Extended Menu Items): Menu item filter functions
6093 can be called at any time.
6094
60952005-05-08 Luc Teirlinck <teirllm@auburn.edu>
6096
6097 * variables.texi (File Local Variables): `(hack-local-variables t)'
6098 now also checks whether a mode is specified in the local variables
6099 list.
6100
61012005-05-05 Kevin Ryde <user42@zip.com.au>
6102
6103 * display.texi (The Echo Area): Correct format function cross
6104 reference.
6105
61062005-05-05 Luc Teirlinck <teirllm@auburn.edu>
6107
6108 * variables.texi (Variable Aliases): Change description of
6109 `define-obsolete-variable-alias'.
6110
6111 * functions.texi (Functions): Add "Obsolete Functions" to menu.
6112 (Defining Functions): Add xref.
6113 (Obsolete Functions): New node.
6114 (Function Safety): Standardize capitalization of section title.
6115
6116 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
6117 (Dialog Boxes): Complete description of `x-popup-dialog'.
6118
61192005-05-04 Richard M. Stallman <rms@gnu.org>
6120
6121 * commands.texi (Interactive Codes): Fix Texinfo usage.
6122 Document U more clearly.
6123
61242005-05-01 Luc Teirlinck <teirllm@auburn.edu>
6125
6126 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
6127 function and not a macro.
6128
6129 * frames.texi (Pop-Up Menus): Correct and clarify description of
6130 `x-popup-menu'.
6131 (Dialog Boxes): Clarify description of `x-popup-dialog'.
6132
61332005-05-01 Richard M. Stallman <rms@gnu.org>
6134
6135 * edebug.texi (Checking Whether to Stop): Fix previous change.
6136
61372005-05-01 Luc Teirlinck <teirllm@auburn.edu>
6138
6139 * display.texi: Fix typos and Texinfo usage.
6140
6141 * edebug.texi (Checking Whether to Stop): executing-macro ->
6142 executing-kbd-macro.
6143
61442005-05-01 Richard M. Stallman <rms@gnu.org>
6145
6146 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
6147
61482005-04-30 Richard M. Stallman <rms@gnu.org>
6149
6150 * files.texi (Magic File Names): Document `operations' property.
6151
61522005-04-29 Lute Kamstra <lute@gnu.org>
6153
6154 * modes.texi (Generic Modes): New node.
6155 (Major Modes): Add it to the menu.
6156 (Derived Modes): Add "derived mode" to concept index.
6157
61582005-04-28 Lute Kamstra <lute@gnu.org>
6159
6160 * modes.texi (Defining Minor Modes): Fix previous change.
6161 (Font Lock Mode): Simplify.
6162 (Font Lock Basics): Say that font-lock-defaults is buffer-local
6163 when set and that some parts are optional. Add cross references.
6164 (Search-based Fontification): Say how to specify font-lock-keywords.
6165 Add cross references. Add font-lock-multiline to index.
6166 Move font-lock-keywords-case-fold-search here from node "Other Font
6167 Lock Variables". Document font-lock-add-keywords and
6168 font-lock-remove-keywords.
6169 (Other Font Lock Variables): Move font-lock-keywords-only,
6170 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
6171 and font-lock-syntactic-face-function to node "Syntactic Font
6172 Lock". Move font-lock-keywords-case-fold-search to node
6173 "Search-based Fontification". Document font-lock-inhibit-thing-lock
6174 and font-lock-{,un}fontify-{buffer,region}-function.
6175 (Precalculated Fontification): Remove reference to deleted variable
6176 font-lock-core-only.
6177 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
6178 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
6179 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
6180 and font-lock-syntactic-face-function here from node "Other Font
6181 Lock Variables". Move font-lock-syntactic-keywords to "Setting
6182 Syntax Properties". Add cross references.
6183 (Setting Syntax Properties): New node.
6184 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
6185 * syntax.texi (Syntax Properties): Add cross reference.
6186 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
6187
61882005-04-26 Richard M. Stallman <rms@gnu.org>
6189
6190 * display.texi (Defining Faces):
6191 Document `default' elements of defface spec.
6192
6193 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
6194
6195 * variables.texi (Variable Aliases): Clarify text.
6196
61972005-04-25 Chong Yidong <cyd@stupidchicken.com>
6198
6199 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
6200
62012005-04-25 Luc Teirlinck <teirllm@auburn.edu>
6202
6203 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
6204
62052005-04-24 Eli Zaretskii <eliz@gnu.org>
6206
6207 * syntax.texi (Syntax Table Internals): Elaborate documentation of
6208 syntax-after and syntax-class.
6209
6210 * files.texi (Changing Files): Fix last change's cross-reference.
6211 (Unique File Names): Don't mention "numbers" in the documentation
6212 of make-temp-file and make-temp-name.
6213
62142005-04-23 Richard M. Stallman <rms@gnu.org>
6215
6216 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
6217
62182005-04-22 Nick Roberts <nickrob@snap.net.nz>
6219
6220 * windows.texi (Cyclic Window Ordering): Clarify window-list.
6221
62222005-04-22 Nick Roberts <nickrob@snap.net.nz>
6223
6224 * variables.texi (Variable Aliases): Describe make-obsolete-variable
6225 and define-obsolete-variable-alias.
6226
62272005-04-22 Kim F. Storm <storm@cua.dk>
6228
6229 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
6230 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
6231
62322005-04-21 Lute Kamstra <lute@gnu.org>
6233
6234 * lists.texi (Association Lists): Document rassq-delete-all.
6235
62362005-04-19 Richard M. Stallman <rms@gnu.org>
6237
6238 * modes.texi (Search-based Fontification): Explain that
6239 facespec is an expression to be evaluated.
6240
62412005-04-19 Kevin Ryde <user42@zip.com.au>
6242
6243 * streams.texi (Output Functions): Fix xref.
6244 * strings.texi (String Conversion): Fix xref.
6245
62462005-04-19 Kim F. Storm <storm@cua.dk>
6247
6248 * symbols.texi (Symbol Plists): Add safe-get.
6249 Mention that `get' may signal an error.
6250
62512005-04-18 Nick Roberts <nickrob@snap.net.nz>
6252
6253 * customize.texi (Variable Definitions): Replace tooltip-mode
6254 example with save-place.
6255
62562005-04-17 Richard M. Stallman <rms@gnu.org>
6257
6258 * buffers.texi (Indirect Buffers): Clarify.
6259
6260 * positions.texi (Positions): Clarify converting marker to integer.
6261
6262 * strings.texi (String Basics): Mention string-match; clarify.
6263
62642005-04-08 Lute Kamstra <lute@gnu.org>
6265
6266 * modes.texi (Search-based Fontification): Fix cross references.
6267 Use consistent terminology. Document anchored highlighting.
6268
62692005-04-05 Lute Kamstra <lute@gnu.org>
6270
6271 * modes.texi (Defining Minor Modes): Document :group keyword
6272 argument and its default value.
6273
62742005-04-03 Lute Kamstra <lute@gnu.org>
6275
6276 * hooks.texi (Standard Hooks): Add some hooks. Add cross
6277 references and/or descriptions. Delete major mode hooks; mention
6278 them as a category instead. Rename or delete obsolete hooks.
6279
62802005-04-02 Richard M. Stallman <rms@gnu.org>
6281
6282 * nonascii.texi (Coding System Basics): Another wording cleanup.
6283
62842005-04-01 Richard M. Stallman <rms@gnu.org>
6285
6286 * nonascii.texi (Coding System Basics): Clarify previous change.
6287
62882005-04-01 Kenichi Handa <handa@m17n.org>
6289
10d1d0af 6290 * nonascii.texi (Coding System Basics): Describe about roundtrip
b8d4c8d0
GM
6291 identity of coding systems.
6292
62932005-03-29 Chong Yidong <cyd@stupidchicken.com>
6294
6295 * text.texi (Buffer Contents): Add filter-buffer-substring and
6296 buffer-substring-filters.
6297
62982005-03-26 Chong Yidong <cyd@stupidchicken.com>
6299
6300 * anti.texi (Antinews): Mention `G' interactive code.
6301
6302 * tips.texi (Compilation Tips): Mention benchmark.el.
6303
63042005-03-27 Luc Teirlinck <teirllm@auburn.edu>
6305
6306 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
6307 is now bound to M-o M-o.
6308
6309 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
6310
63112005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
6312
6313 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
6314 in the Emacs Manual).
6315 * Makefile.in (srcs): Remove calendar.texi.
6316 * makefile.w32-in (srcs): Remove calendar.texi.
6317 * display.texi (Display): Change name of next node.
6318 * os.texi (System In): Change name of previous node.
6319 * elisp.texi (Top): Remove Calendar references.
6320 * vol1.texi (Top): Remove Calendar references.
6321 * vol2.texi (Top): Remove Calendar references.
6322
63232005-03-25 Richard M. Stallman <rms@gnu.org>
6324
6325 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
6326 Cleanup previous change.
6327
63282005-03-25 Chong Yidong <cyd@stupidchicken.com>
6329
6330 * display.texi (Face Attributes): Faces earlier in an :inherit
6331 list take precedence.
6332 (Scroll Bars): Fix description of vertical-scroll-bars.
6333 Document frame-current-scroll-bars and window-current-scroll-bars.
6334
6335 * markers.texi (The Mark): Document temporary Transient Mark mode.
6336
6337 * minibuf.texi (Reading File Names):
6338 Document read-file-name-completion-ignore-case.
6339
6340 * positions.texi (Screen Lines): Document nil for width argument
6341 to compute-motion.
6342
63432005-03-23 Kim F. Storm <storm@cua.dk>
6344
6345 * display.texi (Standard Faces): Other faces used in the fringe
6346 implicitly inherits from the fringe face.
6347 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
6348 properties implicitly inherits from fringe face.
6349 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
6350
63512005-03-20 Chong Yidong <cyd@stupidchicken.com>
6352
6353 * display.texi (Invisible Text): State default value of
6354 line-move-ignore-invisible.
6355 (Managing Overlays): Document remove-overlays.
6356 (Standard Faces): Document escape-glyph face.
6357
6358 * minibuf.texi (Reading File Names): Document read-file-name-function.
6359
6360 * modes.texi (Other Font Lock Variables):
6361 Document font-lock-lines-before.
6362
6363 * positions.texi (Skipping Characters): skip-chars-forward allows
6364 character classes.
6365
63662005-03-18 Lute Kamstra <lute@gnu.org>
6367
6368 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
6369
63702005-03-17 Richard M. Stallman <rms@gnu.org>
6371
6372 * text.texi (Undo): Document extensible undo entries.
6373
dd7b651b 6374 * searching.texi (String Search, Regexp Search): Cleanups.
b8d4c8d0
GM
6375
6376 * nonascii.texi (Character Codes): Minor fix.
6377
6378 * display.texi (Display Property): Explain the significance
6379 of having text properties that are eq.
6380 (Other Display Specs): Explain string as display spec.
6381
6382 * commands.texi (Interactive Codes): Document G option.
6383
63842005-03-17 Chong Yidong <cyd@stupidchicken.com>
6385
6386 * text.texi (Filling): Add sentence-end-without-period and
6387 sentence-end-without-space.
6388 (Changing Properties): Minor fix.
6389
6390 * anti.texi: Total rewrite.
6391
63922005-03-15 Lute Kamstra <lute@gnu.org>
6393
6394 * edebug.texi (Instrumenting Macro Calls): Fix typos.
6395
63962005-03-08 Kim F. Storm <storm@cua.dk>
6397
6398 * display.texi (Specified Space): Property :width is support on
6399 non-graphic terminals, :height is not.
6400
64012005-03-07 Richard M. Stallman <rms@gnu.org>
6402
6403 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
6404 Now subnodes of Fringes.
6405 (Overlay Arrow): Document overlay-arrow-variable-list.
6406 (Fringe Size/Pos): New node, broken out of Fringes.
6407 (Display): Explain clearing vs redisplay better.
6408 (Truncation): Clarify use of bitmaps.
6409 (The Echo Area): Clarify the uses of the echo area.
6410 Add max-mini-window-height.
6411 (Progress): Clarify.
6412 (Invisible Text): Explain that main loop moves point out.
6413 (Selective Display): Say "hidden", not "invisible".
6414 (Managing Overlays): Move up. Describe relation to Undo here.
6415 (Overlay Properties): Clarify intro.
6416 (Finding Overlays): Explain return values when nothing found.
6417 (Width): truncate-string-to-width has added arg.
6418 (Displaying Faces): Clarify and update mode line face handling.
6419 (Face Functions): Minor cleanup.
6420 (Conditional Display): Merge into Other Display Specs.
6421 (Pixel Specification, Other Display Specs): Minor cleanups.
6422 (Images, Image Descriptors): Minor cleanups.
6423 (GIF Images): Patents have expired.
6424 (Showing Images): Explain default text for insert-image.
6425 (Manipulating Button Types): Merge into Manipulating Buttons.
6426 (Making Buttons): Explain return values.
6427 (Button Buffer Commands): Add xref.
6428 (Inverse Video): Update mode-line-inverse-video.
6429 (Display Table Format): Clarify.
6430 (Active Display Table): Give defaults for window-display-table.
6431
6432 * calendar.texi (Calendar Customizing): calendar-holiday-marker
6433 and calendar-today-marker are strings, not chars.
6434 (Holiday Customizing): Minor fix.
6435
6436 * internals.texi (Writing Emacs Primitives): Update `or' example.
6437 Update limit on # args of subr.
6438
6439 * edebug.texi (Using Edebug): Arrow is in fringe.
6440 (Instrumenting): Arg to eval-defun works without loading edebug.
6441 (Edebug Execution Modes): Add xref.
6442
6443 * customize.texi (Common Keywords): Clarify :require.
6444 Mention :version here.
6445 (Variable Definitions, Group Definitions): Not here.
6446 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
6447
64482005-03-07 Chong Yidong <cyd@stupidchicken.com>
6449 * nonascii.texi (Text Representations): Clarify position-bytes.
6450 (Character Sets): Add list-charset-chars.
6451 (Scanning Charsets): Add charset-after.
6452 (Encoding and I/O): Minor fix.
6453
64542005-03-06 Richard M. Stallman <rms@gnu.org>
6455
6456 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
6457 (Resizing Windows): Likewise.
6458
6459 * text.texi (Change Hooks): Get rid of "Emacs 21".
6460
6461 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
6462
6463 * streams.texi (Output Variables): Get rid of "Emacs 21".
6464
6465 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
6466
6467 * os.texi (Translating Input): Replace flow-control example
6468 with a less obsolete example that uses `keyboard-translate'.
6469
6470 * objects.texi (Hash Table Type, Circular Objects):
6471 Get rid of "Emacs 21".
6472
6473 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
6474 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
6475
6476 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
6477
6478 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
6479
6480 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
6481 (Menu Bar): Fix when menu-bar-update-hook is called.
6482
6483 * hash.texi (Hash Tables): Get rid of "Emacs 21".
6484
6485 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
6486 and make it read better.
6487
6488 * files.texi (Writing to Files): Get rid of "Emacs 21".
6489 (Unique File Names): Likewise.
6490
6491 * elisp.texi: Update Emacs version to 22.
6492
6493 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
6494 (Overlay Properties, Face Attributes): Likewise.
6495 (Managing Overlays): Fix punctuation.
6496 (Attribute Functions): Clarify set-face-font; get rid of
6497 info about old Emacs versions.
6498 (Auto Faces, Font Lookup, Display Property, Images):
6499 Get rid of "Emacs 21".
6500
6501 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
6502
65032005-03-05 Richard M. Stallman <rms@gnu.org>
6504
6505 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
6506
65072005-03-04 Lute Kamstra <lute@gnu.org>
6508
6509 * debugging.texi (Error Debugging): Document stack-trace-on-error.
6510
65112005-03-03 Lute Kamstra <lute@gnu.org>
6512
6513 * edebug.texi (Instrumenting Macro Calls): Fix typo.
6514
65152005-03-01 Lute Kamstra <lute@gnu.org>
6516
6517 * debugging.texi (Debugger Commands): Update `j'.
6518
65192005-02-28 Lute Kamstra <lute@gnu.org>
6520
6521 * debugging.texi (Debugging): Fix typo.
6522 (Error Debugging): Document eval-expression-debug-on-error.
6523 (Function Debugging): Update example.
6524 (Using Debugger): Mention starred stack frames.
6525 (Debugger Commands): Document `j' and `l'.
6526 (Invoking the Debugger): `d' and `j' exit recursive edit too.
6527 Update the messages that the debugger displays.
6528 (Internals of Debugger): Add cross reference. Update example.
6529 (Excess Open): Minor improvement.
6530 (Excess Close): Minor improvement.
6531
65322005-02-26 Richard M. Stallman <rms@gnu.org>
6533
6534 * tips.texi (Coding Conventions): Clarify.
6535 Put all the major mode key reservations together.
6536 Mention the Mouse-1 => Mouse-2 conventions.
6537
6538 * syntax.texi (Syntax Class Table): Clarify.
6539 (Syntax Table Functions): syntax-after moved from here.
6540 (Syntax Table Internals): syntax-after moved to here.
6541 (Parsing Expressions): Update info on number of values
6542 and what's meaningful in the STATE argument.
6543 (Categories): Fix typo.
6544
6545 * sequences.texi (Arrays): Cleanup.
6546 (Char-Tables): Clarify.
6547
6548 * processes.texi (Deleting Processes): Cleanups, add xref.
6549 (Subprocess Creation): Explain nil in exec-path. Cleanup.
6550 (Process Information): set-process-coding-system, some args optional.
6551 (Input to Processes): Explain various types for PROCESS args.
6552 Rename them from PROCESS-NAME to PROCESS.
6553 (Signals to Processes): Likewise.
6554 (Decoding Output): Cleanup.
6555 (Query Before Exit): Clarify.
6556
6557 * os.texi (Startup Summary): Correct the options; add missing ones.
6558 (Terminal Output, Batch Mode): Clarify.
6559 (Flow Control): Node deleted.
6560
6561 * markers.texi (The Mark): Clarify.
6562
6563 * macros.texi (Expansion): Cleanup.
6564 (Indenting Macros): indent-spec allows ints, not floats.
6565
6566 * keymaps.texi (Keymaps): Clarify.
6567 (Format of Keymaps): Update lisp-mode-map example.
6568 (Active Keymaps, Key Lookup): Clarify.
6569 (Changing Key Bindings): Add xref to `kbd'.
6570 (Key Binding Commands, Simple Menu Items): Clarify.
6571 (Mouse Menus, Menu Bar): Clarify.
6572 (Menu Example): Replace print example with menu-bar-replace-menu.
6573
6574 * help.texi (Documentation Basics): Add function-documentation prop.
6575
6576 * elisp.texi (Top): Don't refer to Flow Control node.
6577
6578 * commands.texi (Command Overview): Improve xrefs.
6579 (Adjusting Point): Adjusting point applies to intangible and invis.
6580 (Key Sequence Input): Doc extra read-key-sequence args.
6581 Likewise for read-key-sequence-vector.
6582
6583 * backups.texi (Rename or Copy): Minor fix.
6584 (Numbered Backups): For version-control, say the default.
6585 (Auto-Saving): make-auto-save-file-name example is simplified.
6586
6587 * advice.texi (Advising Functions): Don't imply one part of Emacs
6588 should advise another part. Markup changes.
6589 (Defining Advice): Move transitional para.
6590 (Activation of Advice): Cleanup.
6591 Explain if COMPILE is nil or negative.
6592
6593 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
6594
65952005-02-24 Lute Kamstra <lute@gnu.org>
6596
6597 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
6598 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
6599
66002005-02-23 Lute Kamstra <lute@gnu.org>
6601
6602 * modes.texi (Defining Minor Modes): define-minor-mode can be used
6603 to define global minor modes as well.
6604
6605 * display.texi (Managing Overlays): overlay-buffer returns nil for
6606 deleted overlays.
6607
66082005-02-22 Kim F. Storm <storm@cua.dk>
6609
6610 * minibuf.texi (Basic Completion): Allow symbols in addition to
6611 strings in try-completion and all-completions.
6612
66132005-02-14 Lute Kamstra <lute@gnu.org>
6614
6615 * elisp.texi (Top): Remove reference to deleted node.
6616
6617 * lists.texi (Lists): Remove reference to deleted node.
6618 (Cons Cells): Fix typo.
6619
6620 * loading.texi (Where Defined): Fix typo.
6621
66222005-02-14 Richard M. Stallman <rms@gnu.org>
6623
6624 * variables.texi (Creating Buffer-Local): change-major-mode-hook
6625 is useful for discarding some minor modes.
6626
6627 * symbols.texi (Symbol Components): Reorder examples.
6628
6629 * streams.texi (Input Functions): State standard-input default.
6630 (Output Variables): State standard-output default.
6631
6632 * objects.texi (Printed Representation): Clarify read syntax vs print.
6633 (Floating Point Type): Explain meaning better.
6634 (Symbol Type): Explain uniqueness better.
6635 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
6636 List examples sooner.
6637 (Box Diagrams): New subnode broken out.
6638 Some examples moved from old Lists as Boxes node.
6639 (Dotted Pair Notation): Clarify intro.
6640 (Array Type): Clarify.
6641 (Type Predicates): Add hash-table-p.
6642
6643 * numbers.texi (Integer Basics): Clarify radix explanation.
6644 (Predicates on Numbers): Minor clarification.
6645 (Comparison of Numbers): Minor clarification. Clarify eql.
6646 Typos in min, max.
6647 (Math Functions): Clarify overflow in expt.
6648
6649 * minibuf.texi (Text from Minibuffer): Minor clarification.
6650 Mention arrow keys.
6651
6652 * loading.texi (Autoload): defun's doc string overrides autoload's
6653 doc string.
6654 (Repeated Loading): Modernize "add to list" examples.
6655 (Where Defined): Finish updating table of load-history elts.
6656
6657 * lists.texi (List-related Predicates): Minor wording improvement.
6658 (Lists as Boxes): Node deleted.
6659 (Building Lists): Explain trivial cases of number-sequence.
6660
6661 * hash.texi (Hash Tables): Add desc to menu items.
10d1d0af 6662 (Creating Hash): Explain "full" means "make larger".
b8d4c8d0
GM
6663 (Hash Access): Any object can be a key.
6664 State value of maphash.
6665
6666 * functions.texi (What Is a Function): Wording cleanup.
6667 (Function Documentation): Minor cleanup.
6668 Explain purpose of calling convention at end of doc string.
6669 (Function Names): Wording cleanup.
6670 (Calling Functions): Wording cleanup.
6671 Explain better how funcall calls the function.
6672 (Function Cells): Delete example of saving and redefining function.
6673
6674 * control.texi (Combining Conditions): Wording cleanup.
6675 (Iteration): dolist and dotimes bind VAR locally.
6676 (Cleanups): Xref to Atomic Changes.
6677
6678 * compile.texi (Byte Compilation): Delete 19.29 info.
6679 (Compilation Functions): Macros' difficulties don't affect defsubst.
6680 (Docs and Compilation): Delete 19.29 info.
6681
66822005-02-10 Richard M. Stallman <rms@gnu.org>
6683
6684 * objects.texi (Symbol Type): Minor correction.
6685
66862005-02-06 Lute Kamstra <lute@gnu.org>
6687
6688 * modes.texi (Example Major Modes): Fix typos.
6689
66902005-02-06 Richard M. Stallman <rms@gnu.org>
6691
6692 * text.texi (Margins): fill-nobreak-predicate can be one function.
6693
6694 * strings.texi (Modifying Strings): clear-string can make unibyte.
6695 (Formatting Strings): format gives error if values missing.
6696
6697 * positions.texi (Character Motion): Mention default arg
6698 for forward-char. backward-char refers to forward-char.
6699 (Word Motion): Mention default arg for forward-word.
6700 (Buffer End Motion): Mention default arg for beginning-of-buffer.
6701 Simplify end-of-buffer.
6702 (Text Lines): Mention default arg for forward-line.
6703 (List Motion): Mention default arg for beginning/end-of-defun.
6704 (Skipping Characters): Minor fixes in explaining character-set.
6705
6706 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
6707 Mode inheritance applies only when default-major-mode is nil.
6708 Clarifications.
6709 (Example Major Modes): Update Text mode and Lisp mode examples.
6710 (Minor Mode Conventions): Mention define-minor-mode at top.
6711 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
6712 (Mode Line Format): Update mode line face display info.
6713 (Properties in Mode): Mention effect of risky vars.
6714 (Imenu): Define imenu-add-to-menubar.
6715 (Font Lock Mode): Add descriptions to menu lines.
6716 (Faces for Font Lock): Add font-lock-doc-face.
6717
67182005-02-05 Lute Kamstra <lute@gnu.org>
6719
6720 * text.texi (Maintaining Undo): Remove obsolete function.
6721
67222005-02-05 Eli Zaretskii <eliz@gnu.org>
6723
6724 * frames.texi (Color Names): Add pointer to the X docs about RGB
c4cc8b9a 6725 color specifications. Improve indexing.
b8d4c8d0
GM
6726 (Text Terminal Colors): Replace the description of RGB values by
6727 an xref to "Color Names".
6728
67292005-02-03 Richard M. Stallman <rms@gnu.org>
6730
6731 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
6732 Clarify.
6733 (Selecting Windows): Clarify save-selected-window.
6734 (Cyclic Window Ordering): Clarify walk-windows.
6735 (Window Point): Clarify.
6736 (Window Start): Add comment to example.
6737 (Resizing Windows): Add `interactive' specs in examples.
6738 Document fit-window-to-buffer.
6739
6740 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
6741 (Undo, Maintaining Undo): Clarify last change.
6742 (Sorting): In sort-numeric-fields, explain about octal and hex.
6743 Mention sort-numeric-base.
6744 (Format Properties): Add xref for hard newlines.
6745
6746 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
6747 (Pop-Up Menus): Fix typo.
6748 (Color Names): Explain all types of color names.
6749 Explain color-values on B&W terminal.
6750 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
6751
6752 * files.texi (File Locks): Not supported on MS systems.
6753 (Testing Accessibility): Clarify.
6754
6755 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
6756 (Coverage Testing): Fix typo.
6757
6758 * commands.texi (Misc Events): Remove stray space.
6759
6760 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
6761 (Modification Time): Clarify when visited-file-modtime returns 0.
6762 (The Buffer List): Clarify bury-buffer.
6763 (Killing Buffers): Clarify.
6764 (Indirect Buffers): Add clone-indirect-buffer.
6765
67662005-02-02 Matt Hodges <MPHodges@member.fsf.org>
6767
6768 * edebug.texi (Printing in Edebug): Fix default value of
6769 edebug-print-circle.
6770 (Coverage Testing): Fix displayed frequency count data.
6771
67722005-02-02 Luc Teirlinck <teirllm@auburn.edu>
6773
6774 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
6775
67762005-02-02 Kim F. Storm <storm@cua.dk>
6777
6778 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
6779
67802005-01-29 Eli Zaretskii <eliz@gnu.org>
6781
6782 * commands.texi (Misc Events): Describe the help-echo event.
6783
6784 * text.texi (Special Properties) <help-echo>: Use `pos'
6785 consistently in description of the help-echo property.
6786 Use @code{nil} instead of @var{nil}.
6787
6788 * display.texi (Overlay Properties): Fix the index entry for
6789 help-echo overlay property.
6790
6791 * customize.texi (Type Keywords): Uncomment the xref to the
6792 help-echo property documentation.
6793
67942005-01-23 Kim F. Storm <storm@cua.dk>
6795
6796 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
6797 return value. Third element FULLY replaced by PARTIAL which
6798 specifies number of invisible pixels if row is only partially visible.
6799 (Textual Scrolling): Mention auto-window-vscroll.
6800 (Vertical Scrolling): New defvar auto-window-vscroll.
6801
68022005-01-16 Luc Teirlinck <teirllm@auburn.edu>
6803
6804 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
6805 command remapping.
6806
68072005-01-15 Richard M. Stallman <rms@gnu.org>
6808
6809 * display.texi (Defining Images): Mention DATA-P arg of create-image.
6810
68112005-01-14 Kim F. Storm <storm@cua.dk>
6812
6813 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
6814
6815 * text.texi (Links and Mouse-1): Fix string and vector item.
6816
68172005-01-13 Richard M. Stallman <rms@gnu.org>
6818
6819 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
6820 descriptions of overriding-local-map and overriding-terminal-local-map.
6821
6822 * text.texi (Links and Mouse-1): Clarify text.
6823
68242005-01-13 Kim F. Storm <storm@cua.dk>
6825
6826 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
6827
68282005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
6829
6830 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
6831
68322005-01-12 Kim F. Storm <storm@cua.dk>
6833
6834 * text.texi (Links and Mouse-1): Rename section from Enabling
6835 Mouse-1 to Following Links. Change xrefs.
6836 Add examples for define-button-type and define-widget.
6837
6838 * display.texi (Button Properties, Button Buffer Commands):
6839 Clarify mouse-1 and follow-link functionality.
6840
68412005-01-12 Richard M. Stallman <rms@gnu.org>
6842
6843 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
6844
6845 * display.texi (Beeping): Fix Texinfo usage.
6846
6847 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
6848
68492005-01-11 Kim F. Storm <storm@cua.dk>
6850
6851 * display.texi (Button Properties, Button Buffer Commands):
6852 Mention mouse-1 binding. Add follow-link keyword.
6853
6854 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
6855 (Enabling Mouse-1 to Follow Links): New subsection.
6856
68572005-01-06 Richard M. Stallman <rms@gnu.org>
6858
6859 * text.texi (Special Properties): Minor change.
6860
6861 * os.texi (Timers): Clarify previous change.
6862
6863 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
6864
68652005-01-01 Luc Teirlinck <teirllm@auburn.edu>
6866
6867 * display.texi (Face Attributes): Correct xref to renamed node.
6868
68692005-01-01 Richard M. Stallman <rms@gnu.org>
6870
6871 * display.texi (Face Attributes): Describe hex color specs.
6872
68732004-12-31 Richard M. Stallman <rms@gnu.org>
6874
6875 * os.texi (Timers): Update previous change.
6876
68772004-12-30 Kim F. Storm <storm@cua.dk>
6878
6879 * display.texi (Line Height): Total line-height is now specified
6880 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
6881 in cons cells. (nil . RATIO) is relative to actual line height.
6882 Use line-height `t' instead of `0' to get minimum height.
6883
68842004-12-29 Richard M. Stallman <rms@gnu.org>
6885
6886 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
6887
68882004-12-28 Richard M. Stallman <rms@gnu.org>
6889
6890 * commands.texi (Quitting): Clarify value of with-local-quit.
6891
6892 * elisp.texi (Top): Fix previous change.
6893
6894 * loading.texi (Loading): Fix previous change.
6895
68962004-12-27 Richard M. Stallman <rms@gnu.org>
6897
6898 * Makefile.in (MAKEINFO): Specify --force.
6899
6900 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
6901
6902 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
6903
6904 * display.texi (Line Height): Further clarify.
6905
6906 * elisp.texi (Top): Update Loading submenu.
6907
6908 * loading.texi (Where Defined): New node.
6909 (Unloading): load-history moved to Where Defined.
6910
69112004-12-21 Richard M. Stallman <rms@gnu.org>
6912
6913 * commands.texi (Event Input Misc): Add while-no-input.
6914
69152004-12-11 Richard M. Stallman <rms@gnu.org>
6916
6917 * display.texi (Line Height): Rewrite text for clarity.
6918
69192004-12-11 Kim F. Storm <storm@cua.dk>
6920
6921 * display.texi (Display): Add node "Line Height" to menu.
6922 (Line Height): New node. Move full description of line-spacing
6923 and line-height text properties here from text.texi.
6924 (Scroll Bars): Add vertical-scroll-bar variable.
6925
6926 * frames.texi (Window Frame Parameters): Remove line-height defvar.
6927
6928 * locals.texi (Standard Buffer-Local Variables): Fix xref for
6929 line-spacing and vertical-scroll-bar.
6930
6931 * text.texi (Special Properties): Just mention line-spacing and
6932 line-height here, add xref to new "Line Height" node.
6933
69342004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
6935
6936 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
6937
6938 * locals.texi (Standard Buffer-Local Variables):
6939 Add @xref for `line-spacing'.
6940
69412004-12-05 Richard M. Stallman <rms@gnu.org>
6942
6943 * Makefile.in (maintainer-clean): Remove the info files
6944 in $(infodir) where they are created.
6945
69462004-12-03 Richard M. Stallman <rms@gnu.org>
6947
6948 * windows.texi (Selecting Windows): get-lru-window and
6949 get-largest-window don't consider dedicated windows.
6950
6951 * text.texi (Undo): Document undo-in-progress.
6952
69532004-11-26 Richard M. Stallman <rms@gnu.org>
6954
6955 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
6956 Remove a few vars that are not always buffer-local.
6957
69582004-11-24 Luc Teirlinck <teirllm@auburn.edu>
6959
6960 * locals.texi (Standard Buffer-Local Variables): Comment out
6961 xref's to non-existent node `Yet to be written'.
6962
69632004-11-24 Richard M. Stallman <rms@gnu.org>
6964
6965 * processes.texi (Synchronous Processes): Grammar fix.
6966
6967 * numbers.texi (Comparison of Numbers): Add eql.
6968
6969 * locals.texi (Standard Buffer-Local Variables): Add many vars.
6970
6971 * intro.texi (Printing Notation): Fix previous change.
6972
6973 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
6974 and default-indicate-buffer-boundaries from here.
6975 (Usual Display): To here.
6976 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
6977 (Usual Display): Move tab-width up.
6978
5dcb4c4e
SM
6979 * customize.texi (Variable Definitions):
6980 Replace show-paren-mode example with tooltip-mode.
b8d4c8d0
GM
6981 (Simple Types, Composite Types, Defining New Types):
6982 Minor cleanups.
6983
69842004-11-21 Jesper Harder <harder@ifa.au.dk>
6985
6986 * processes.texi (Synchronous Processes, Output from Processes):
6987 Markup fix.
6988
69892004-11-20 Richard M. Stallman <rms@gnu.org>
6990
6991 * positions.texi (Skipping Characters): skip-chars-forward
6992 now handles char classes.
6993
6994 * intro.texi (Printing Notation): Avoid confusion of `print'
6995 when explaining @print.
6996
6997 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
6998
6999 * display.texi (Display Table Format): Minor fix.
7000
7001 * streams.texi (Output Functions): Fix print example.
7002
7003 * Makefile.in (elisp): New target.
7004 (dist): Depend on $(infodir)/elisp, not elisp.
7005 Copy the info files from $(infodir).
7006
7007 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
7008 read-from-minibuffer.
7009
7010 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
7011
70122004-11-19 Richard M. Stallman <rms@gnu.org>
7013
7014 * searching.texi (Regexp Search): Add search-whitespace-regexp.
7015
70162004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
7017
7018 * tips.texi (Coding Conventions): Fix typo.
7019
70202004-11-16 Richard M. Stallman <rms@gnu.org>
7021
7022 * tips.texi (Coding Conventions): Separate defvar and require
7023 methods to avoid warnings. Use require only when there are many
7024 functions and variables from that package.
7025
7026 * minibuf.texi (Minibuffer Completion): When ignoring case,
7027 predicate must not be case-sensitive.
7028
7029 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
7030 (Test Coverage): Don't talk about "splotches". Clarified.
7031
70322004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
7033
7034 * frames.texi (Window Frame Parameters): Fix typo.
7035
70362004-11-15 Kim F. Storm <storm@cua.dk>
7037
7038 * symbols.texi (Other Plists): Note that plist-get may signal error.
7039 Add safe-plist-get.
7040
70412004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
7042
7043 * modes.texi (Font Lock Basics): Fix typo.
7044
70452004-11-08 Richard M. Stallman <rms@gnu.org>
7046
7047 * syntax.texi (Syntax Table Functions): Add syntax-after.
7048
70492004-11-06 Lars Brinkhoff <lars@nocrew.org>
7050
7051 * os.texi (Processor Run Time): New section documenting
7052 get-internal-run-time.
7053
70542004-11-06 Eli Zaretskii <eliz@gnu.org>
7055
7056 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
7057 it nukes elisp-cover.texi.
7058 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
7059 elisp-0 etc.
7060
70612004-11-05 Luc Teirlinck <teirllm@auburn.edu>
7062
7063 * commands.texi (Keyboard Macros): Document `append' return value
7064 of `defining-kbd-macro'.
7065
70662004-11-01 Richard M. Stallman <rms@gnu.org>
7067
7068 * commands.texi (Interactive Call): Add called-interactively-p.
7069
70702004-10-29 Simon Josefsson <jas@extundo.com>
7071
7072 * minibuf.texi (Reading a Password): Revert.
7073
70742004-10-28 Richard M. Stallman <rms@gnu.org>
7075
7076 * frames.texi (Display Feature Testing): Explain about "vendor".
7077
70782004-10-27 Richard M. Stallman <rms@gnu.org>
7079
7080 * commands.texi (Interactive Codes): `N' uses numeric prefix,
7081 not raw. Clarify `n'.
7082 (Interactive Call): Rewrite interactive-p, focusing on when
7083 and how to use it.
7084 (Misc Events): Clarify previous change.
7085
7086 * advice.texi (Simple Advice): Clarify what job the example does.
7087 (Around-Advice): Clarify ad-do-it.
7088 (Activation of Advice): An option of ad-default-compilation-action
7089 is `never', not `nil'.
7090
70912004-10-26 Kim F. Storm <storm@cua.dk>
7092
7093 * commands.texi (Interactive Codes): Add U code letter.
7094
70952004-10-25 Simon Josefsson <jas@extundo.com>
7096
7097 * minibuf.texi (Reading a Password): Add.
7098
70992004-10-24 Jason Rumney <jasonr@gnu.org>
7100
7101 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
7102 and wheel-down.
7103
71042004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
7105
7106 * processes.texi (Synchronous Processes): Document process-file.
7107
71082004-10-22 Kenichi Handa <handa@m17n.org>
7109
7110 * text.texi (translate-region): Document that it accepts also a
7111 char-table.
7112
71132004-10-22 David Ponce <david@dponce.com>
7114
7115 * windows.texi (Resizing Windows): Document the `preserve-before'
7116 argument of the functions `enlarge-window' and `shrink-window'.
7117
71182004-10-19 Jason Rumney <jasonr@gnu.org>
7119
7120 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
7121
71222004-10-09 Luc Teirlinck <teirllm@auburn.edu>
7123
7124 * text.texi (Filling): Add anchor for definition of
7125 `sentence-end-double-space'.
7126
7127 * searching.texi (Regexp Example): Update description of how
7128 Emacs currently recognizes the end of a sentence.
7129 (Standard Regexps): Update definition of the variable
7130 `sentence-end'. Add definition of the function `sentence-end'.
7131
71322004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
7133
7134 * display.texi (Progress): New node.
7135
71362004-10-05 Kim F. Storm <storm@cua.dk>
7137
7138 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
7139
71402004-09-29 Kim F. Storm <storm@cua.dk>
7141
7142 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
7143 to identify bitmaps. Remove -fringe-bitmap suffix for standard
7144 fringe bitmap symbols, as they now have their own namespace.
7145 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
7146 vs. pixels. Signal error if no free bitmap slots.
7147 (Pixel Specification): Change IMAGE to @var{image}.
7148
71492004-09-28 Richard M. Stallman <rms@gnu.org>
7150
7151 * text.texi (Special Properties): Clarify line-spacing and line-height.
7152
7153 * searching.texi (Regexp Search): Add looking-back.
7154
71552004-09-25 Luc Teirlinck <teirllm@auburn.edu>
7156
7157 * display.texi: Correct typos.
7158 (Image Descriptors): Correct xref's.
7159
71602004-09-25 Richard M. Stallman <rms@gnu.org>
7161
7162 * text.texi (Special Properties): Cleanups in `cursor'.
7163 Rewrites in `line-height' and `line-spacing'; exchange them.
7164
7165 * display.texi (Fringes): Rewrite previous change.
7166 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
7167 (Display Fringe Bitmaps): Node deleted, text moved.
7168 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
7169 (Scroll Bars): Clarify set-window-scroll-bars.
7170 (Pointer Shape): Rewrite.
7171 (Specified Space): Clarify :align-to, etc.
7172 (Pixel Specification): Use @var. Clarify new text.
7173 (Other Display Specs): Clarify `slice'.
7174 (Image Descriptors): Cleanups.
7175 (Showing Images): Cleanups.
7176
71772004-09-24 Luc Teirlinck <teirllm@auburn.edu>
7178
7179 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
7180
7181 * modes.texi: Various minor changes in addition to:
7182 (Major Mode Conventions): Final call to `run-mode-hooks' should
7183 not be inside the `delay-mode-hooks' form.
7184 (Mode Hooks): New node.
7185 (Hooks): Delete obsolete example.
7186 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
7187 node "Mode Hooks".
7188
71892004-09-22 Luc Teirlinck <teirllm@auburn.edu>
7190
7191 * display.texi: Correct various typos.
7192 (Display): Rename node "Pointer Shapes" to "Pointer
7193 Shape". (There is already a node called "Pointer Shapes" in
7194 frames.texi.)
7195 (Images): Remove non-existent node "Image Slices" from menu.
7196
71972004-09-23 Kim F. Storm <storm@cua.dk>
7198
7199 * text.texi (Special Properties): Add `cursor', `pointer',
7200 `line-height', and `line-spacing' properties.
7201
7202 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
7203 Shapes' to menu.
7204 (Standard Faces): Doc fix for fringe face.
7205 (Fringes): Add `overflow-newline-into-fringe' and
7206 'indicate-buffer-boundaries'.
7207 (Fringe Bitmaps, Pointer Shapes): New nodes.
7208 (Display Property): Add 'Pixel Specification' and 'Display Fringe
7209 Bitmaps' to menu.
7210 (Specified Space): Describe pixel width and height.
7211 (Pixel Specification): New node.
7212 (Other Display Specs): Add `slice' property.
7213 (Display Fringe Bitmaps): New node.
7214 (Images): Add 'Image Slices' to menu.
7215 (Image Descriptors): Add `:pointer' and `:map' properties.
5dcb4c4e
SM
7216 (Showing Images): Add slice arg to `insert-image'.
7217 Add 'insert-sliced-image'.
b8d4c8d0
GM
7218
72192004-09-20 Richard M. Stallman <rms@gnu.org>
7220
7221 * commands.texi (Key Sequence Input):
7222 Clarify downcasing in read-key-sequence.
7223
72242004-09-08 Juri Linkov <juri@jurta.org>
7225
7226 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
7227
72282004-09-07 Luc Teirlinck <teirllm@auburn.edu>
7229
5dcb4c4e
SM
7230 * locals.texi (Standard Buffer-Local Variables):
7231 Add `buffer-auto-save-file-format'.
b8d4c8d0
GM
7232 * internals.texi (Buffer Internals): Describe new
7233 auto_save_file_format field of the buffer structure.
7234 * files.texi (Format Conversion): `auto-save-file-format' has been
7235 renamed `buffer-auto-save-file-format'.
7236
72372004-08-27 Luc Teirlinck <teirllm@auburn.edu>
7238
7239 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
7240 an integer or a marker.
7241 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
7242
72432004-08-22 Richard M. Stallman <rms@gnu.org>
7244
7245 * modes.texi (Major Mode Conventions): Discuss rebinding of
7246 standard key bindings.
7247
72482004-08-18 Kim F. Storm <storm@cua.dk>
7249
7250 * processes.texi (Accepting Output): Add `just-this-one' arg to
7251 `accept-process-output'.
7252 (Output from Processes): New var `process-adaptive-read-buffering'.
7253
72542004-08-10 Luc Teirlinck <teirllm@auburn.edu>
7255
7256 * keymaps.texi: Various changes in addition to:
7257 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
7258 Give more varied examples for `kbd'.
7259 (Creating Keymaps): Char tables have slots for all characters
7260 without modifiers.
7261 (Active Keymaps): `overriding-local-map' and
7262 `overriding-terminal-local-map' also override text property and
7263 overlay keymaps.
7264 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
7265 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
7266 to denote a prefix of no events.
7267 `map-keymap' includes parent's bindings _recursively_.
7268 Clarify and correct description of `where-is-internal'.
7269 Mention BUFFER-OR-NAME arg to `describe-bindings'.
7270 (Menu Example): For menus intended for use with the keyboard, the
7271 menu items should be bound to characters or real function keys.
7272
72732004-08-08 Luc Teirlinck <teirllm@auburn.edu>
7274
7275 * objects.texi (Character Type): Reposition `@anchor' to prevent
7276 double space inside sentence in Info.
7277
7278 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
7279 renamed to `disabled-command-function'.
7280 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
7281 (Command Loop Info): Replace reference to it.
7282 (Disabling Commands): `disabled-command-hook' has been renamed to
7283 `disabled-command-function'.
7284
72852004-08-07 Luc Teirlinck <teirllm@auburn.edu>
7286
7287 * os.texi (Translating Input): Only non-prefix bindings in
7288 `key-translation-map' override actual key bindings. Warn about
7289 possible indirect effect of actual key bindings on non-prefix
7290 bindings in `key-translation-map'.
7291
72922004-08-06 Luc Teirlinck <teirllm@auburn.edu>
7293
7294 * minibuf.texi (High-Level Completion): Add anchor for definition
7295 of `read-variable'.
7296
7297 * commands.texi: Various changes in addition to:
7298 (Using Interactive): Clarify description of `interactive-form'.
7299 (Interactive Call): Mention default for KEYS argument to
7300 `call-interactively'.
7301 (Command Loop Info): Clarify description of `this-command-keys'.
7302 Mention KEEP-RECORD argument to `clear-this-command-keys'.
7303 Value of `last-event-frame' can be `macro'.
7304 (Repeat Events): `double-click-fuzz' is also used to distinguish
7305 clicks and drags.
7306 (Classifying Events): Clarify descriptions of `event-modifiers'
7307 `event-basic-type' and `event-convert-list'.
7308 (Accessing Events): `posn-timestamp' takes POSITION argument.
7309 (Quoted Character Input): Clarify description of
7310 `read-quoted-char' and fix example.
7311 (Quitting): Add `with-local-quit'.
7312 (Disabling Commands): Correct and clarify descriptions of
7313 `enable-command' and `disable-command'.
7314 Mention what happens if `disabled-command-hook' is nil.
7315 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
7316 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
7317
73182004-07-24 Luc Teirlinck <teirllm@auburn.edu>
7319
7320 * frames.texi: Various changes in addition to:
7321 (Creating Frames): Expand and clarify description of `make-frame'.
7322 (Window Frame Parameters): Either none or both of the `icon-left'
7323 and `icon-top' parameters must be specified. Put descriptions of
7324 `menu-bar-lines' and `toolbar-lines' closer together and change
7325 them accordingly.
7326 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
7327 except while processing `frame-title-format' or `icon-title-format'.
7328 (Deleting Frames): Correct description of `delete-frame'.
7329 Non-nil return values of `frame-live-p' are like those of `framep'.
7330 (Frames and Windows): Mention return value of
7331 `set-frame-selected-window'.
7332 (Visibility of Frames): Mention `force' argument to
7333 `make-frame-invisible'. `frame-visible-p' returns t for all
7334 frames on text-only terminals.
7335 (Frame Configurations): Restoring a frame configuration does not
7336 restore deleted frames.
7337 (Window System Selections): `x-set-selection' returns DATA.
7338 (Resources): Add example.
7339 (Display Feature Testing): Clarify descriptions of
7340 `display-pixel-height', `display-pixel-width', `x-server-version'
7341 and `x-server-vendor'.
7342
7343 * windows.texi (Choosing Window): Add anchor.
7344 * minibuf.texi (Minibuffer Misc): Add anchor.
7345
73462004-07-23 John Paul Wallington <jpw@gnu.org>
7347
7348 * macros.texi (Defining Macros): Declaration keyword for setting
7349 Edebug spec is `debug' not `edebug'.
7350
73512004-07-19 Luc Teirlinck <teirllm@auburn.edu>
7352
7353 * windows.texi: Various small changes in addition to:
7354 (Window Point): Mention return value of `set-window-point'.
7355 (Window Start): `pos-visible-in-window-p' disregards horizontal
7356 scrolling. Explain return value if PARTIALLY is non-nil.
7357 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
7358 and `set-window-vscroll'.
7359 (Size of Window): The argument WINDOW to `window-inside-edges',
7360 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
7361 (Resizing Windows): Explain return value of
7362 `shrink-window-if-larger-than-buffer'.
7363 `window-size-fixed' automatically becomes buffer local when set.
7364 (Window Configurations): Explain return value of
7365 `set-window-configuration'.
7366
7367 * minibuf.texi (Minibuffer Misc): Add anchor for
7368 `minibuffer-scroll-window'.
7369
7370 * positions.texi (Text Lines): Add anchor for `count-lines'.
7371
73722004-07-17 Richard M. Stallman <rms@gnu.org>
7373
7374 * display.texi (Overlay Properties): Adding `evaporate' prop
7375 deletes empty overlay immediately.
7376
7377 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
7378 fix example.
7379
73802004-07-16 Jim Blandy <jimb@redhat.com>
7381
7382 * searching.texi (Regexp Backslash): Document new \_< and \_>
7383 operators.
7384
73852004-07-16 Juanma Barranquero <lektu@terra.es>
7386
7387 * display.texi (Images): Fix Texinfo usage.
7388
73892004-07-14 Luc Teirlinck <teirllm@auburn.edu>
7390
7391 * buffers.texi (Modification Time): `visited-file-modtime' now
7392 returns a list of two integers, instead of a cons.
7393
73942004-07-13 Luc Teirlinck <teirllm@auburn.edu>
7395
7396 * windows.texi: Various changes in addition to:
7397 (Splitting Windows): Add `split-window-keep-point'.
7398
73992004-07-09 Richard M. Stallman <rms@gnu.org>
7400
7401 * frames.texi (Input Focus): Minor fix.
7402
74032004-07-07 Luc Teirlinck <teirllm@auburn.edu>
7404
7405 * frames.texi (Input Focus): Clarify descriptions of
7406 `select-frame-set-input-focus' and `select-frame'.
7407
74082004-07-06 Luc Teirlinck <teirllm@auburn.edu>
7409
7410 * os.texi: Various small changes in addition to:
7411 (Killing Emacs): Expand and clarify description of
7412 `kill-emacs-query-functions' and `kill-emacs-hook'.
7413 (System Environment): Expand and clarify description of `getenv'
7414 and `setenv'.
7415 (Timers): Clarify description of `run-at-time'.
7416 (Translating Input): Correct description of
7417 `extra-keyboard-modifiers'.
7418 (Flow Control): Correct description of `enable-flow-control'.
7419
74202004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
7421
7422 * os.texi: Update copyright.
7423 (Session Management): Grammar fix.
7424 Clarify which Emacs does the restarting.
7425 Use @samp for *scratch* buffer.
7426
74272004-07-04 Alan Mackenzie <acm@muc.de>
7428
7429 * frames.texi (Input Focus): Add documentation for
7430 `select-frame-set-input-focus'. Replace refs to non-existent
7431 `switch-frame' with `select-frame'. Minor corrections and tidying
7432 up of text-only terminal stuff.
7433
74342004-07-02 Richard M. Stallman <rms@gnu.org>
7435
7436 * files.texi (Saving Buffers): Cleanup write-contents-function.
7437 (Magic File Names): Cleanup file-remote-p.
7438
b344d29d 74392004-07-02 Kai Großjohann <kai@emptydomain.de>
b8d4c8d0
GM
7440
7441 * files.texi (Magic File Names): `file-remote-p' returns an
7442 identifier of the remote system, not just t.
7443
74442004-07-02 David Kastrup <dak@gnu.org>
7445
7446 * searching.texi (Entire Match Data): Add explanation about new
7447 match-data behavior when @var{integers} is non-nil.
7448
74492004-06-24 Richard M. Stallman <rms@gnu.org>
7450
7451 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
7452
7453 * customize.texi (Variable Definitions): Note about doc strings
7454 and :set.
7455
7456 * keymaps.texi (Keymap Terminology): Document `kbd'.
7457 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
7458
7459 * display.texi (Invisible Text): Setting buffer-invisibility-spec
7460 makes it buffer-local.
7461
7462 * files.texi (Saving Buffers): Correct previous change.
7463
7464 * commands.texi (Accessing Events):
7465 Clarify posn-col-row and posn-actual-col-row.
7466
74672004-06-24 David Ponce <david.ponce@wanadoo.fr>
7468
7469 * commands.texi (Accessing Events): New functions
7470 posn-at-point and posn-at-x-y. Add example to posn-x-y.
7471
74722004-06-23 Luc Teirlinck <teirllm@auburn.edu>
7473
7474 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
7475 * frames.texi, buffers.texi, backups.texi, variables.texi:
7476 * loading.texi, eval.texi, functions.texi, control.texi:
7477 * symbols.texi, minibuf.texi: Reposition @anchor's.
7478
7479 * help.texi: Various small changes in addition to the following.
7480 (Describing Characters): Describe PREFIX argument to
7481 `key-description'. Correct and clarify definition of
7482 `text-char-description'. Describe NEED-VECTOR argument to
7483 `read-kbd-macro'.
7484 (Help Functions): Clarify definition of `apropos'.
7485
74862004-06-23 Lars Hansen <larsh@math.ku.dk>
7487
7488 * files.texi (Saving Buffers): Correct description of
7489 `write-contents-functions'.
7490
74912004-06-21 Juanma Barranquero <lektu@terra.es>
7492
7493 * display.texi (Images): Remove redundant @vindex directives.
7494 Rewrite `image-library-alist' doc in active voice.
7495
74962004-06-14 Juanma Barranquero <lektu@terra.es>
7497
7498 * display.texi (Images): Document new delayed library loading,
7499 variable `image-library-alist' and (existing but undocumented)
7500 function `image-type-available-p'.
7501
75022004-06-05 Richard M. Stallman <rms@gnu.org>
7503
7504 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
7505 refer the user to the Initial Input node.
7506 (Text from Minibuffer): Likewise.
7507 (Initial Input): New node. Document this feature
7508 and say it is mostly deprecated.
7509
75102004-05-30 Richard M. Stallman <rms@gnu.org>
7511
7512 * loading.texi (Named Features): Clarify return value
7513 and meaning of NOERROR.
7514
7515 * variables.texi (File Local Variables): Minor cleanup.
7516
75172004-05-30 Michael Albinus <michael.albinus@gmx.de>
7518
7519 * files.texi (Magic File Names): Add `file-remote-p' as operation
7520 of file name handlers.
7521
75222004-05-29 Richard M. Stallman <rms@gnu.org>
7523
7524 * modes.texi (Minor Mode Conventions): (-) has no special meaning
7525 as arg to a minor mode command.
7526
75272004-05-22 Richard M. Stallman <rms@gnu.org>
7528
7529 * syntax.texi (Syntax Class Table): Word syntax not just for English.
7530
7531 * streams.texi (Output Variables): Doc float-output-format.
7532
7533 * searching.texi (Regexp Special): Nested repetition can be infloop.
7534
7535 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
7536 real stack overflow.
7537
7538 * compile.texi: Minor cleanups.
7539
75402004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
7541
7542 * lists.texi (Cons Cells): Explain dotted lists, true lists,
7543 circular lists.
7544 (List Elements): Explain handling of circular and dotted lists.
7545
75462004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
7547
7548 * modes.texi (Search-based Fontification): Fix typo.
7549
75502004-05-10 Juanma Barranquero <lektu@terra.es>
7551
7552 * modes.texi (Mode Line Variables): Fix description of
7553 global-mode-string, which is now after which-func-mode, not the
7554 buffer name.
7555
75562004-05-07 Lars Hansen <larsh@math.ku.dk>
7557
7558 * modes.texi (Desktop Save Mode): Add.
7559 (Modes): Add menu entry Desktop Save Mode.
7560
7561 * hooks.texi: Add desktop-after-read-hook,
7562 desktop-no-desktop-file-hook and desktop-save-hook.
7563
7564 * locals.texi: Add desktop-save-buffer.
7565
75662004-04-30 Jesper Harder <harder@ifa.au.dk>
7567
7568 * display.texi: emacs -> Emacs.
7569
75702004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
7571
7572 * files.texi (Changing Files): Document set-file-times.
7573
75742004-04-23 Juanma Barranquero <lektu@terra.es>
7575
7576 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
7577
75782004-04-18 Jesper Harder <harder@ifa.au.dk>
7579
7580 * tips.texi (Coding Conventions): defopt -> defcustom.
7581
75822004-04-16 Luc Teirlinck <teirllm@auburn.edu>
7583
7584 * sequences.texi: Various clarifications.
7585
75862004-04-14 Luc Teirlinck <teirllm@auburn.edu>
7587
7588 * buffers.texi (Read Only Buffers): Mention optional ARG to
7589 `toggle-read-only'.
7590
75912004-04-14 Nick Roberts <nick@nick.uklinux.net>
7592
7593 * windows.texi (Selecting Windows): Note that get-lru-window
7594 returns a full-width window if possible.
7595
75962004-04-13 Luc Teirlinck <teirllm@auburn.edu>
7597
7598 * buffers.texi: Various changes in addition to:
7599 (Buffer File Name): Add `find-buffer-visiting'.
7600 (Buffer Modification): Mention optional ARG to `not-modified'.
7601 (Indirect Buffers): Mention optional CLONE argument to
7602 `make-indirect-buffer'.
7603
7604 * files.texi: Various changes in addition to:
7605 (Visiting Functions): `find-file-hook' is now a normal hook.
7606 (File Name Expansion): Explain difference between the way that
7607 `expand-file-name' and `file-truename' treat `..'.
7608 (Contents of Directories): Mention optional ID-FORMAT argument to
7609 `directory-files-and-attributes'.
7610 (Format Conversion): Mention new optional CONFIRM argument to
7611 `format-write-file'.
7612
76132004-04-12 Miles Bader <miles@gnu.org>
7614
7615 * macros.texi (Expansion): Add description of `macroexpand-all'.
7616
76172004-04-05 Jesper Harder <harder@ifa.au.dk>
7618
5dcb4c4e
SM
7619 * variables.texi (Variable Aliases):
7620 Mention cyclic-variable-indirection.
b8d4c8d0
GM
7621
7622 * errors.texi (Standard Errors): Ditto.
7623
76242004-04-04 Luc Teirlinck <teirllm@auburn.edu>
7625
7626 * backups.texi: Various small changes in addition to:
7627 (Making Backups): Mention return value of `backup-buffer'.
7628 (Auto-Saving): Mention optional FORCE argument to
7629 `delete-auto-save-file-if-necessary'.
7630 (Reverting): Mention optional PRESERVE-MODES argument to
7631 `revert-buffer'. Correct description of `revert-buffer-function'.
7632
76332004-03-22 Juri Linkov <juri@jurta.org>
7634
7635 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
7636 with `Vector Functions'.
7637
7638 * text.texi (Sorting): Add missing quote.
7639
76402004-03-14 Luc Teirlinck <teirllm@auburn.edu>
7641
7642 * intro.texi (Lisp History): Replace xref to `cl' manual with
7643 inforef.
7644
76452004-03-12 Richard M. Stallman <rms@gnu.org>
7646
7647 * intro.texi (Version Info): Add arg to emacs-version.
7648 (Lisp History): Change xref to CL manual.
7649
76502004-03-09 Luc Teirlinck <teirllm@auburn.edu>
7651
7652 * minibuf.texi (Completion Commands): Add xref to Emacs manual
7653 for Partial Completion mode.
7654
76552004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
7656
7657 * customize.texi: Fix typo. Remove eol whitespace.
7658
76592004-03-04 Richard M. Stallman <rms@gnu.org>
7660
7661 * processes.texi: Fix typos.
7662
7663 * lists.texi (Building Lists): Minor clarification.
7664
7665 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
7666 in make-hash-table.
7667
76682004-02-29 Juanma Barranquero <lektu@terra.es>
7669
7670 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
7671 rm, and ignore exit code.
7672
76732004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
7674
7675 * display.texi (Defining Faces): Add description for min-colors.
7676 Update example.
7677
76782004-02-23 Luc Teirlinck <teirllm@auburn.edu>
7679
7680 * abbrevs.texi: Various corrections and clarifications in addition
7681 to the following:
7682 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
7683
76842004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
7685
7686 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
7687
76882004-02-21 Luc Teirlinck <teirllm@auburn.edu>
7689
7690 * text.texi: Various small changes in addition to the following:
7691 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
7692 to delete-horizontal-space.
7693 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
7694 description of yank-handler text property at various places.
7695
7696 * frames.texi (Window System Selections): Add anchor.
7697
7698 * syntax.texi (Syntax Table Functions): Clarify and correct
7699 descriptions of make-syntax-table and copy-syntax-table.
7700 (Motion and Syntax): Clarify SYNTAXES argument to
7701 skip-syntax-forward.
7702 (Parsing Expressions): Mention that the return value of
7703 parse-partial-sexp is currently a list of ten rather than nine
7704 elements.
7705 (Categories): Various corrections and clarifications.
7706
77072004-02-17 Luc Teirlinck <teirllm@auburn.edu>
7708
7709 * markers.texi (Marker Insertion Types): Minor change.
7710
7711 * locals.texi (Standard Buffer-Local Variables):
7712 * commands.texi (Interactive Codes, Using Interactive):
7713 * functions.texi (Related Topics): Fix xrefs.
7714
77152004-02-16 Luc Teirlinck <teirllm@auburn.edu>
7716
7717 * lists.texi (Sets And Lists): Update description of delete-dups.
7718
77192004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
7720
7721 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
7722
c8763fb6 77232004-02-16 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
7724
7725 * frames.texi (Parameter Access): frame-parameters arg is optional.
7726 modify-frame-parameters handles nil for FRAME.
7727 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
7728 are all-or-nothing for certain toolkits.
7729 Mention parameter wait-for-wm.
7730 (Frames and Windows): In frame-first-window and frame-selected-window
7731 the arg is optional.
7732 (Input Focus): In redirect-frame-focus the second arg is optional.
7733 (Window System Selections): Mention selection type CLIPBOARD.
7734 Mention data-type UTF8_STRING.
7735 Mention numbering of cut buffers.
7736 (Resources): Describe x-resource-name.
7737
77382004-02-16 Richard M. Stallman <rms@gnu.org>
7739
7740 * windows.texi (Buffers and Windows): Delete false table
7741 about all-frames.
7742
7743 * syntax.texi (Parsing Expressions): Delete old caveat
7744 about parse-sexp-ignore-comments.
7745
7746 * streams.texi (Output Variables): Add print-quoted.
7747
7748 * lists.texi (Building Lists): Minor cleanup.
7749
7750 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
7751
7752 * display.texi (Overlays): Explain overlays use markers.
7753 (Managing Overlays): Explain front-advance and rear-advance
7754 in more detail.
7755
7756 * loading.texi (Unloading): Document unload-feature-special-hooks.
7757 Get rid of fns-NNN.el file.
7758
77592004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
7760
7761 * help.texi (Describing Characters): Fix text-char-description
7762 example output.
7763
7764 * edebug.texi (Using Edebug): Fix example.
7765
7766 * debugging.texi (Internals of Debugger): Fix return value.
7767
7768 * files.texi (Changing Files): Fix argname.
7769
7770 * calendar.texi: Fix parens, and default values.
7771
7772 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
7773 * nonascii.texi, objects.texi, os.texi: Minor fixes.
b3e755a9 7774 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
b8d4c8d0
GM
7775
7776 * positions.texi (Text Lines): Don't add -1 in current-line.
7777
77782004-02-16 Richard M. Stallman <rms@gnu.org>
7779
7780 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
7781
77822004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
7783
7784 * processes.texi (Low-Level Network): Fix a typo.
7785
77862004-02-12 Kim F. Storm <storm@cua.dk>
7787
7788 * display.texi (Fringes): Use consistent wording.
7789 Note that window-fringe's window arg is optional.
7790 (Scroll Bars): Use consistent wording.
7791
77922004-02-11 Luc Teirlinck <teirllm@auburn.edu>
7793
7794 * tips.texi (Comment Tips): Document the new conventions for
7795 commenting out code.
7796
c8763fb6 77972004-02-07 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0 7798
5dcb4c4e 7799 * positions.texi (Text Lines): Add missing end defun.
b8d4c8d0
GM
7800
78012004-02-07 Kim F. Storm <storm@cua.dk>
7802
7803 * positions.texi (Text Lines): Add line-number-at-pos.
7804
78052004-02-06 John Paul Wallington <jpw@gnu.org>
7806
7807 * display.texi (Button Properties, Button Buffer Commands):
7808 mouse-2 invokes button, not down-mouse-1.
7809
78102004-02-04 Jason Rumney <jasonr@gnu.org>
7811
7812 * makefile.w32-in: Sync with Makefile.in changes.
7813
78142004-02-03 Luc Teirlinck <teirllm@auburn.edu>
7815
7816 * minibuf.texi (Text from Minibuffer): Various corrections and
7817 clarifications.
7818 (Object from Minibuffer): Correct Lisp description of
7819 read-minibuffer.
7820 (Minibuffer History): Clarify description of cons values for
7821 HISTORY arguments.
5dcb4c4e
SM
7822 (Basic Completion): Various corrections and clarifications.
7823 Add completion-regexp-list.
b8d4c8d0
GM
7824 (Minibuffer Completion): Correct and clarify description of
7825 completing-read.
5dcb4c4e
SM
7826 (Completion Commands): Mention Partial Completion mode.
7827 Various other minor changes.
b8d4c8d0
GM
7828 (High-Level Completion): Various corrections and clarifications.
7829 (Reading File Names): Ditto.
7830 (Minibuffer Misc): Ditto.
7831
78322004-01-26 Luc Teirlinck <teirllm@auburn.edu>
7833
7834 * strings.texi (Text Comparison): assoc-string also matches
7835 elements of alists that are strings instead of conses.
7836 (Formatting Strings): Standardize Texinfo usage. Update index
7837 entries.
7838
78392004-01-20 Luc Teirlinck <teirllm@auburn.edu>
7840
7841 * lists.texi (Sets And Lists): Add delete-dups.
7842
78432004-01-15 Luc Teirlinck <teirllm@auburn.edu>
7844
7845 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
7846 special form.
7847 * macros.texi (Defining Macros): Update description of `declare',
7848 which now is a macro.
7849 (Wrong Time): Fix typos.
7850
78512004-01-14 Luc Teirlinck <teirllm@auburn.edu>
7852
7853 * compile.texi (Compilation Functions): Expand descriptions of
7854 `compile-defun', `byte-compile-file', `byte-recompile-directory'
7855 and `batch-byte-compile'. In particular, mention and describe
7856 all optional arguments.
7857 (Disassembly): Correct and clarify the description of `disassemble'.
7858
78592004-01-11 Luc Teirlinck <teirllm@auburn.edu>
7860
7861 * searching.texi: Various small changes in addition to the
7862 following.
7863 (Regexp Example): Adapt to new value of `sentence-end'.
7864 (Regexp Functions): The PAREN argument to `regexp-opt' can be
7865 `words'.
7866 (Search and Replace): Add usage note for `perform-replace'.
7867 (Entire Match Data): Mention INTEGERS and REUSE arguments to
7868 `match-data'.
7869 (Standard Regexps): Update for new values of `paragraph-start'
7870 and `sentence-end'.
7871
78722004-01-07 Luc Teirlinck <teirllm@auburn.edu>
7873
7874 * files.texi (Saving Buffers): Clarify descriptions of
7875 `write-contents-functions' and `before-save-hook'.
7876 Make the defvar's for `before-save-hook' and `after-save-hook'
7877 into defopt's.
7878
78792004-01-07 Kim F. Storm <storm@cua.dk>
7880
7881 * commands.texi (Click Events): Describe new image and
7882 width/height elements of click events.
7883 (Accessing Events): Add posn-string, posn-image, and
7884 posn-object-width-height. Change posn-object to return either
7885 image or string object.
7886
78872004-01-01 Simon Josefsson <jas@extundo.com>
7888
7889 * hooks.texi (Standard Hooks): Add before-save-hook.
7890 * files.texi (Saving Buffers): Likewise.
7891
78922004-01-03 Richard M. Stallman <rms@gnu.org>
7893
7894 * frames.texi (Frames and Windows): Delete frame-root-window.
7895
78962004-01-03 Luc Teirlinck <teirllm@auburn.edu>
7897
7898 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
7899
7900 * functions.texi: Various small changes in addition to the
7901 following.
5dcb4c4e
SM
7902 (What Is a Function): `functionp' returns nil for macros.
7903 Clarify behavior of this and following functions for symbol arguments.
b8d4c8d0
GM
7904 (Function Documentation): Add `\' in front of (fn @var{arglist})
7905 and explain why.
7906 (Defining Functions): Mention DOCSTRING argument to `defalias'.
7907 Add anchor.
7908 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
7909
79102004-01-01 Miles Bader <miles@gnu.org>
7911
7912 * display.texi (Buttons): New section.
7913
79142003-12-31 Andreas Schwab <schwab@suse.de>
7915
7916 * numbers.texi (Math Functions): sqrt reports a domain-error
7917 error.
7918 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
7919
79202003-12-30 Luc Teirlinck <teirllm@auburn.edu>
7921
7922 * tips.texi (Documentation Tips): Update item on hyperlinks in
7923 documentation strings.
7924
7925 * errors.texi (Standard Errors): Various small corrections and
7926 additions.
7927
7928 * control.texi: Various small changes in addition to the
7929 following.
7930 (Signaling Errors): Provide some more details on how `signal'
7931 constructs the error message. Add anchor to the definition of
7932 `signal'.
7933 (Error Symbols): Describe special treatment of `quit'.
7934 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
7935 to emphasize that it has to be a single form.
7936
7937 * buffers.texi: Add anchor.
7938
79392003-12-29 Richard M. Stallman <rms@gnu.org>
7940
7941 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
7942 (Window Configurations): Add window-configuration-frame.
7943
7944 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
7945
7946 * text.texi (Examining Properties): Add get-char-property-and-overlay.
7947 Change arg name in get-char-property.
7948 (Special Properties): Update handling of keymap property.
7949
7950 * strings.texi (Modifying Strings): Add clear-string.
7951 (Text Comparison): Add assoc-string and remove
7952 assoc-ignore-case, assoc-ignore-representation.
7953
7954 * os.texi (Time of Day): Add set-time-zone-rule.
7955
7956 * numbers.texi (Math Functions): asin, acos, log, log10
7957 report domain-error errors.
7958
7959 * nonascii.texi (Converting Representations):
7960 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
7961 (Encoding and I/O): Add file-name-coding-system.
7962
7963 * modes.texi (Search-based Fontification): Explain that
7964 face specs are symbols with face names as values.
7965
7966 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
7967
7968 * lists.texi (Building Lists): remq moved elsewhere.
7969 (Sets And Lists): remq moved here.
7970 (Association Lists): Refer to assoc-string.
7971
7972 * internals.texi (Garbage Collection): Add memory-use-counts.
7973
7974 * frames.texi (Frames and Windows): Add set-frame-selected-window
7975 and frame-root-window.
7976
7977 * files.texi (Contents of Directories):
7978 Add directory-files-and-attributes.
7979
7980 * display.texi (Refresh Screen): Add force-window-update.
7981 (Invisible Text): Explain about moving point out of invis text.
7982 (Overlay Properties): Add overlay-properties.
7983 (Managing Overlays): Add overlayp.
7984 (GIF Images): Invalid image number displays a hollow box.
7985
7986 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
7987 (Killing Buffers): Add buffer-live-p.
7988
79892003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
7990
7991 * display.texi (Fringes): Fix typo "set-buffer-window".
7992
79932003-12-24 Luc Teirlinck <teirllm@auburn.edu>
7994
7995 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
7996 * nonascii.texi, processes.texi, tips.texi, variables.texi:
7997 Add or change various xrefs and anchors.
7998
7999 * commands.texi: Replace all occurrences of @acronym{CAR} with
8000 @sc{car}, for consistency with the rest of the Elisp manual.
8001 `car' and `cdr' are historically acronyms, but are no longer
8002 widely thought of as such.
8003
8004 * internals.texi (Pure Storage): Mention that `purecopy' does not
8005 copy text properties.
8006 (Object Internals): Now 29 bits are used (in most implementations)
8007 to address Lisp objects.
8008
8009 * variables.texi (Variables with Restricted Values): New node.
8010
8011 * objects.texi (Lisp Data Types): Mention that certain variables
8012 can only take on a restricted set of values and add an xref to
8013 the new node "Variables with Restricted Values".
8014
8015 * eval.texi (Function Indirection): Describe the errors that
8016 `indirect-function' can signal.
8017 (Eval): Clarify the descriptions of `eval-region' and `values'.
8018 Describe `eval-buffer' instead of `eval-current-buffer' and
8019 mention `eval-current-buffer' as an alias for `current-buffer'.
8020 Correct the description and mention all optional arguments.
8021
8022 * nonascii.texi: Various small changes in addition to the
8023 following.
8024 (Converting Representations): Clarify behavior of
8025 `string-make-multibyte' and `string-to-multibyte' for unibyte all
8026 ASCII arguments.
8027 (Character Sets): Document the variable `charset-list' and adapt
8028 the definition of the function `charset-list' accordingly.
8029 (Translation of Characters): Clarify use of generic characters in
8030 `make-translation-table'. Clarify and correct the description of
8031 the use of translation tables in encoding and decoding.
8032 (User-Chosen Coding Systems): Correct and clarify the description
8033 of `select-safe-coding-system'.
8034 (Default Coding Systems): Clarify description of
8035 `file-coding-system-alist'.
8036
80372003-11-30 Luc Teirlinck <teirllm@auburn.edu>
8038
8039 * strings.texi (Text Comparison): Correctly describe when two
8040 strings are `equal'. Combine and clarify descriptions of
8041 `assoc-ignore-case' and `assoc-ignore-representation'.
8042
8043 * objects.texi (Non-ASCII in Strings): Clarify description of
8044 when a string is unibyte or multibyte.
8045 (Bool-Vector Type): Update examples.
8046 (Equality Predicates): Correctly describe when two strings are
8047 `equal'.
8048
80492003-11-29 Luc Teirlinck <teirllm@auburn.edu>
8050
8051 * lists.texi (Building Lists): `append' no longer accepts integer
8052 arguments. Update the description of `number-sequence' to reflect
8053 recent changes.
8054 (Sets And Lists): Describe `member-ignore-case' after `member'.
8055
80562003-11-27 Kim F. Storm <storm@cua.dk>
8057
8058 * commands.texi (Click Events): Click object may be an images.
8059 Describe (dx . dy) element of click positions.
8060 (Accessing Events): Remove duplicate posn-timestamp.
8061 New functions posn-object and posn-object-x-y.
8062
80632003-11-23 Kim F. Storm <storm@cua.dk>
8064
8065 * commands.texi (Click Events): Describe enhancements to event
8066 position lists, including new text-pos and (col . row) items.
8067 Mention left-fringe and right-fringe area events.
8068 (Accessing Events): New functions posn-area and
8069 posn-actual-col-row. Mention posn-timestamp. Mention that
8070 posn-point in non-text area still returns buffer position.
8071 Clarify posn-col-row.
8072
80732003-11-21 Lars Hansen <larsh@math.ku.dk>
8074
8075 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
8076 * anti.texi (File Attributes): Describe removed parameter
8077 ID-FORMAT.
8078
80792003-11-20 Luc Teirlinck <teirllm@auburn.edu>
8080
8081 * positions.texi (Positions): Mention that, if a marker is used as
8082 a position, its buffer is ignored.
8083
8084 * markers.texi (Overview of Markers): Mention it here too.
8085
80862003-11-12 Luc Teirlinck <teirllm@auburn.edu>
8087
8088 * numbers.texi (Numeric Conversions): Not just `floor', but also
8089 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
8090
80912003-11-10 Luc Teirlinck <teirllm@auburn.edu>
8092
8093 * markers.texi (Creating Markers): Specify insertion type of
8094 created markers. Add xref to `Marker Insertion Types'.
8095 Second argument to `copy-marker' is optional.
8096 (Marker Insertion Types): Mention that most markers are created
8097 with insertion type nil.
8098 (The Mark): Correctly describe when `mark' signals an error.
8099 (The Region): Correctly describe when `region-beginning' and
8100 `region-end' signal an error.
8101
81022003-11-08 Luc Teirlinck <teirllm@auburn.edu>
8103
8104 * hash.texi (Creating Hash): Clarify description of `eql'.
8105 `makehash' is obsolete.
8106 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
8107
8108 * positions.texi (Point): Change description of `buffer-end', so
8109 that it is also correct for floating point arguments.
8110 (List Motion): Correct argument lists of `beginning-of-defun' and
8111 `end-of-defun'.
8112 (Excursions): Add xref to `Marker Insertion Types'.
8113 (Narrowing): Argument to `narrow-to-page' is optional.
8114
81152003-11-06 Luc Teirlinck <teirllm@auburn.edu>
8116
8117 * streams.texi (Output Streams): Clarify behavior of point for
8118 marker output streams.
8119
81202003-11-04 Luc Teirlinck <teirllm@auburn.edu>
8121
8122 * variables.texi (Defining Variables): Second argument to
8123 `defconst' is not optional.
8124 (Setting Variables): Mention optional argument APPEND to
8125 `add-to-list'.
8126 (Creating Buffer-Local): Expand description of
8127 `make-variable-buffer-local'.
8128 (Frame-Local Variables): Expand description of
8129 `make-variable-frame-local'.
8130 (Variable Aliases): Correct description of optional argument
8131 DOCSTRING to `defvaralias'. Mention return value of
8132 `defvaralias'.
8133 (File Local Variables): Add xref to `File variables' in Emacs
8134 Manual. Correct description of `hack-local-variables'. Mention
8135 `safe-local-variable' property. Mention optional second argument
8136 to `risky-local-variable-p'.
8137
81382003-11-03 Luc Teirlinck <teirllm@auburn.edu>
8139
8140 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
8141
81422003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
8143
8144 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
8145 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
8146 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
8147 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
8148 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
8149 lispref/processes.texi, lispref/searching.texi,
8150 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
8151 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
8152 @acronym{FOO}.
8153
81542003-10-27 Luc Teirlinck <teirllm@auburn.edu>
8155
8156 * strings.texi (Creating Strings): Argument START to `substring'
8157 can not be `nil'. Expand description of
8158 `substring-no-properties'. Correct description of `split-string',
8159 especially with respect to empty matches. Prevent very bad line
8160 break in definition of `split-string-default-separators'.
8161 (Text Comparison): `string=' and `string<' also accept symbols as
8162 arguments.
8163 (String Conversion): More completely describe argument BASE in
8164 `string-to-number'.
8165 (Formatting Strings): `%s' and `%S' in `format' do require
8166 corresponding object. Clarify behavior of numeric prefix after
8167 `%' in `format'.
8168 (Case Conversion): The argument to `upcase-initials' can be a
8169 character.
8170
81712003-10-27 Kenichi Handa <handa@m17n.org>
8172
8173 * display.texi (Fontsets): Fix texinfo usage.
8174
81752003-10-25 Kenichi Handa <handa@m17n.org>
8176
8177 * display.texi (Fontsets): Add description of the function
8178 set-fontset-font.
8179
81802003-10-23 Luc Teirlinck <teirllm@auburn.edu>
8181
8182 * display.texi (Temporary Displays): Add xref to `Documentation
8183 Tips'.
8184
8185 * functions.texi (Function Safety): Use inforef instead of pxref
8186 for SES.
8187
81882003-10-23 Andreas Schwab <schwab@suse.de>
8189
8190 * Makefile.in (TEX, texinputdir): Don't define.
8191 (TEXI2DVI): Define.
8192 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
8193 add $(srcdir)/index.texi.
8194 ($(infodir)/elisp): Remove index.texi dependency.
8195 (elisp.dvi): Likewise. Use $(TEXI2DVI).
8196 (index.texi): Remove target.
8197 (dist): Don't link $(srcdir)/permute-index.
8198 (clean): Don't remove index.texi.
8199
8200 * permute-index, index.perm: Remove.
8201 * index.texi: Rename from index.unperm.
8202
82032003-10-22 Luc Teirlinck <teirllm@auburn.edu>
8204
8205 * tips.texi (Documentation Tips): Document new behavior for face
8206 and variable hyperlinks in Help mode.
8207
82082003-10-21 Luc Teirlinck <teirllm@auburn.edu>
8209
8210 * objects.texi (Integer Type): Update for extra bit of integer range.
8211 (Character Type): Ditto.
8212
82132003-10-16 Eli Zaretskii <eliz@gnu.org>
8214
8215 * numbers.texi (Integer Basics): Add index entries for reading
8216 numbers in hex, octal, and binary.
8217
82182003-10-16 Lute Kamstra <lute@gnu.org>
8219
8220 * modes.texi (Mode Line Format): Mention force-mode-line-update's
8221 argument.
8222
82232003-10-13 Luc Teirlinck <teirllm@auburn.edu>
8224
8225 * windows.texi (Choosing Window): Fix typo.
8226 * edebug.texi (Edebug Execution Modes): Fix typo.
8227
82282003-10-13 Richard M. Stallman <rms@gnu.org>
8229
8230 * windows.texi (Basic Windows): A window has fringe settings,
8231 display margins and scroll-bar settings.
8232 (Splitting Windows): Doc split-window return value.
8233 Clean up one-window-p.
8234 (Selecting Windows): Fix typo.
8235 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
8236 (Buffers and Windows): In set-window-buffer, explain effect
8237 on fringe settings and scroll bar settings.
8238 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
8239 (Choosing Window): Use defopt for pop-up-frame-function.
8240 For special-display-buffer-names, explain same-window and same-frame.
8241 Clarify window-dedicated-p return value.
8242 (Textual Scrolling): scroll-up and scroll-down can get an error.
8243 (Horizontal Scrolling): Clarify auto-hscroll-mode.
8244 Clarify set-window-hscroll.
8245 (Size of Window): Don't mention tool bar in window-height.
8246 (Coordinates and Windows): Explain what coordinates-in-window-p
8247 returns for fringes and display margins.
8248 (Window Configurations): Explain saving fringes, etc.
8249
8250 * tips.texi (Library Headers): Clean up Documentation.
8251
8252 * syntax.texi (Parsing Expressions): Clean up forward-comment
8253 and parse-sexp-lookup-properties.
8254
8255 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
8256
8257 * os.texi (System Environment): Clean up text for load-average errors.
8258
8259 * modes.texi (Hooks): Don't explain local hook details at front.
8260 Clarify run-hooks and run-hook-with-args a little.
8261 Clean up add-hook and remove-hook.
8262
8263 * edebug.texi (Edebug Execution Modes): Clarify t.
8264 Document edebug-sit-for-seconds.
8265 (Coverage Testing): Document C-x X = and =.
8266 (Instrumenting Macro Calls): Fix typo.
8267 (Specification List): Don't index the specification keywords.
8268
82692003-10-10 Kim F. Storm <storm@cua.dk>
8270
8271 * processes.texi (Network): Introduce make-network-process.
8272
82732003-10-09 Luc Teirlinck <teirllm@auburn.edu>
8274
8275 * tips.texi (Library Headers): Fix typo.
8276
82772003-10-07 Juri Linkov <juri@jurta.org>
8278
8279 * modes.texi (Imenu): Mention imenu-create-index-function's
8280 default value. Explain submenus better.
8281
82822003-10-07 Lute Kamstra <lute@gnu.org>
8283
8284 * modes.texi (Faces for Font Lock): Fix typo.
8285 (Hooks): Explain how buffer-local hook variables can refer to
8286 global hook variables.
8287 Various minor clarifications.
8288
82892003-10-06 Lute Kamstra <lute@gnu.org>
8290
8291 * tips.texi (Coding Conventions): Mention naming conventions for
8292 hooks.
8293
82942003-10-05 Luc Teirlinck <teirllm@auburn.edu>
8295
8296 * loading.texi (Library Search): Correct default value of
8297 load-suffixes.
8298 (Named Features): Fix typo.
8299
83002003-10-05 Richard M. Stallman <rms@gnu.org>
8301
8302 * loading.texi (Named Features): In `provide',
8303 say how to test for subfeatures.
8304 (Unloading): In unload-feature, use new var name
8305 unload-feature-special-hooks.
8306
83072003-10-03 Lute Kamstra <lute@gnu.org>
8308
8309 * modes.texi (Major Mode Conventions): Mention third way to set up
8310 Imenu.
8311 (Imenu): A number of small fixes.
8312 Delete documentation of internal variable imenu--index-alist.
8313 Document the return value format of imenu-create-index-function
8314 functions.
8315
83162003-09-30 Richard M. Stallman <rms@gnu.org>
8317
8318 * processes.texi (Network): Say what stopped datagram connections do.
8319
8320 * lists.texi (Association Lists): Clarify `assq-delete-all'.
8321
8322 * display.texi (Overlay Properties): Clarify `evaporate' property.
8323
83242003-09-29 Lute Kamstra <lute@gnu.org>
8325
8326 * modes.texi (Mode Line Data): Explain when symbols in mode-line
8327 constructs should be marked as risky.
8328 Change cons cell into proper list.
8329 (Mode Line Variables): Change cons cell into proper list.
8330
83312003-09-26 Lute Kamstra <lute@gnu.org>
8332
8333 * modes.texi (Mode Line Data): Document the :propertize construct.
8334 (Mode Line Variables): Reorder the descriptions of the variables
8335 to match their order in the default mode-line-format.
8336 Describe the new variables mode-line-position and mode-line-modes.
8337 Update the default values of mode-line-frame-identification,
8338 minor-mode-alist, and default-mode-line-format.
8339 (Properties in Mode): Mention the :propertize construct.
8340
83412003-09-26 Richard M. Stallman <rms@gnu.org>
8342
8343 * buffers.texi, commands.texi, debugging.texi, eval.texi:
8344 * loading.texi, minibuf.texi, text.texi, variables.texi:
8345 Avoid @strong{Note:}.
8346
83472003-09-26 Richard M. Stallman <rms@gnu.org>
8348
8349 * keymaps.texi (Remapping Commands): Fix typo.
8350
83512003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
8352
8353 * processes.texi (Low-Level Network): Fix typo.
8354
83552003-09-23 Kim F. Storm <storm@cua.dk>
8356
8357 * processes.texi (Network, Network Servers): Fix typos.
8358 (Low-Level Network): Add timeout value for :server keyword.
8359 Add new option keywords to make-network-process.
8360 Add set-network-process-options.
8361 Explain how to test availability of network options.
8362
83632003-09-19 Richard M. Stallman <rms@gnu.org>
8364
8365 * text.texi (Motion by Indent): Arg to
8366 backward-to-indentation and forward-to-indentation is optional.
8367
8368 * strings.texi (Creating Strings): Add substring-no-properties.
8369
8370 * processes.texi
8371 (Process Information): Add list-processes arg QUERY-ONLY.
8372 Delete process-contact from here.
8373 Add new status values for process-status.
8374 Add process-get, process-put, process-plist, set-process-plist.
8375 (Synchronous Processes): Add call-process-shell-command.
8376 (Signals to Processes): signal-process allows process objects.
8377 (Network): Complete rewrite.
8378 (Network Servers, Datagrams, Low-Level Network): New nodes.
8379
8380 * positions.texi (Word Motion): forward-word, backward-word
8381 arg is optional. Reword.
8382
8383 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
8384
8385 * variables.texi (Creating Buffer-Local):
8386 Delete duplicate definition of buffer-local-value.
8387 (File Local Variables): Explain about discarding text props.
8388
83892003-09-11 Richard M. Stallman <rms@gnu.org>
8390
8391 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
8392 changes variables that record input events.
8393 (Minibuffer Misc): Add minibuffer-selected-window.
8394
8395 * lists.texi (Building Lists): Add copy-tree.
8396
8397 * display.texi (Fontsets): Add char-displayable-p.
8398 (Scroll Bars): New node.
8399
84002003-09-08 Lute Kamstra <lute@gnu.org>
8401
8402 * modes.texi (%-Constructs): Document new `%i' and `%I'
8403 constructs.
8404
84052003-09-03 Peter Runestig <peter@runestig.com>
8406
8407 * makefile.w32-in: New file.
8408
84092003-08-29 Richard M. Stallman <rms@gnu.org>
8410
8411 * display.texi (Overlay Properties): Clarify how priorities
8412 affect use of the properties.
8413
84142003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
8415
8416 * customize.texi (Type Keywords): Correct the description of
8417 `:help-echo' in the case where `motion-doc' is a function.
8418
84192003-08-14 John Paul Wallington <jpw@gnu.org>
8420
8421 * modes.texi (Emulating Mode Line): Subsection, not section.
8422
84232003-08-13 Richard M. Stallman <rms@gnu.org>
8424
8425 * elisp.texi (Top): Update subnode lists in menu.
8426
8427 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
8428 (Kill Functions): kill-region has new arg yank-handler.
8429 (Yanking): New node.
8430 (Yank Commands): Add yank-undo-function.
8431 (Low-Level Kill Ring):
8432 kill-new and kill-append have new arg yank-handler.
8433 (Changing Properties): Add remove-list-of-text-properties.
8434 (Atomic Changes): New node.
8435
8436 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
8437
8438 * streams.texi (Output Variables): Add eval-expression-print-length
8439 and eval-expression-print-level.
8440
8441 * os.texi (Time Conversion): For encode-time, explain limits on year.
8442
8443 * objects.texi (Character Type): Define anchor "modifier bits".
8444
8445 * modes.texi (Emulating Mode Line): New node.
8446 (Search-based Fontification): Font Lock uses font-lock-face property.
8447 (Other Font Lock Variables): Likewise.
8448
8449 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
8450 not vectors.
8451 (Active Keymaps): Add emulation-mode-map-alists.
8452 (Functions for Key Lookup): key-binding has new arg no-remap.
8453 (Remapping Commands): New node.
8454 (Scanning Keymaps): where-is-internal has new arg no-remap.
8455 (Tool Bar): Add tool-bar-local-item-from-menu.
8456 Clarify when to use tool-bar-add-item-from-menu.
8457
8458 * commands.texi (Interactive Call): commandp has new arg.
8459 (Command Loop Info): Add this-original-command.
8460
84612003-08-06 John Paul Wallington <jpw@gnu.org>
8462
8463 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
8464
8465 * display.texi (Warning Basics): Fix typo.
8466 (Fringes): Add closing curly bracket and fix typo.
8467
8468 * elisp.texi (Top): Fix typo.
8469
84702003-08-05 Richard M. Stallman <rms@gnu.org>
8471
8472 * elisp.texi: Update lists of subnodes.
8473
8474 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
8475
8476 * variables.texi (Local Variables): Use lc for example variable names.
8477
8478 * tips.texi (Library Headers): Explain where to put -*-.
8479
8480 * strings.texi (Creating Strings): Fix xref for vconcat.
8481
8482 * sequences.texi (Vector Functions):
8483 vconcat no longer allows integer args.
8484
8485 * minibuf.texi (Reading File Names): read-file-name has new
8486 arg PREDICATE. New function read-directory-name.
8487
c4cc8b9a 8488 * macros.texi (Defining Macros): Give definition of `declare'.
b8d4c8d0
GM
8489 (Indenting Macros): New node.
8490
8491 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
8492 (Window Frame Parameters): Make separate table of parameters
8493 that are coupled with specific face attributes.
8494 (Deleting Frames): delete-frame-hooks renamed to
8495 delete-frame-functions.
8496
8497 * files.texi (Magic File Names): Add file-remote-p.
8498 Clarify file-local-copy.
8499
8500 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
8501 here; instead xref Defining Macros.
8502
8503 * display.texi (Warnings): New node, and subnodes.
8504 (Fringes): New node.
8505
8506 * debugging.texi (Test Coverage): New node.
8507
8508 * compile.texi (Compiler Errors): Explain with-no-warnings
8509 and other ways to suppress warnings.
8510
8511 * commands.texi (Interactive Call): Minor clarification.
8512
8513 * buffers.texi (Buffer File Name): set-visited-file-name
8514 renames the buffer too.
8515
8516 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
8517
85182003-07-24 Markus Rost <rost@math.ohio-state.edu>
8519
8520 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
8521
85222003-07-22 Markus Rost <rost@math.ohio-state.edu>
8523
8524 * internals.texi (Garbage Collection): Fix previous change.
8525
85262003-07-22 Richard M. Stallman <rms@gnu.org>
8527
8528 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
8529
8530 * display.texi (Width): Use \s syntax in example.
8531 (Font Selection): Add face-font-rescale-alist.
8532
8533 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
8534 Remove spurious indent in example.
8535
8536 * lists.texi (Building Lists): Add number-sequence.
8537
8538 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
8539
8540 * functions.texi (Function Documentation): Explain how to
8541 show calling convention explicitly in the doc string.
8542
8543 * windows.texi (Selecting Windows): save-selected-window saves
8544 selected window of each frame.
8545 (Window Configurations): Minor change.
8546
8547 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
8548
8549 * streams.texi (Output Variables): Add print-continuous-numbering
8550 and print-number-table.
8551
8552 * processes.texi (Decoding Output): New node.
8553
8554 * os.texi (Time Conversion): decode-time arg is optional.
8555
8556 * objects.texi (Character Type): Don't use space as example for \.
8557 Make list of char names and \-sequences correspond.
8558 Explain that \s is not used in strings. `\ ' needs space after.
8559
8560 * nonascii.texi (Converting Representations): Add string-to-multibyte.
8561 (Translation of Characters): Add translation-table-for-input.
8562 (Default Coding Systems): Add auto-coding-functions.
8563 (Explicit Encoding): Add decode-coding-inserted-region.
8564 (Locales): Add locale-info.
8565
8566 * minibuf.texi (Basic Completion): Describe test-completion.
8567 Collections can be lists of strings.
8568 Clean up lazy-completion-table.
8569 (Programmed Completion): Mention test-completion.
8570 Clarify why lambda expressions are not accepted.
8571 (Minibuffer Misc): Describe minibufferp.
8572
85732003-07-14 Richard M. Stallman <rms@gnu.org>
8574
8575 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
8576
8577 * windows.texi (Selecting Windows): New arg to select-window.
8578 (Selecting Windows): Add with-selected-window.
8579 (Size of Window): Add window-inside-edges, etc.
8580
8581 * internals.texi (Garbage Collection): Add post-gc-hook.
8582
8583 * processes.texi (Subprocess Creation): Add exec-suffixes.
8584
8585 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
8586 (Scanning Keymaps): Add map-keymaps.
8587 (Defining Menus): Add keymap-prompt.
8588
8589 * numbers.texi (Integer Basics): Add most-positive-fixnum,
8590 most-negative-fixnum.
8591
c4cc8b9a 8592 * compile.texi (Byte Compilation): Explain no-byte-compile.
b8d4c8d0
GM
8593 (Compiler Errors): New node.
8594
8595 * os.texi (User Identification): user-uid, user-real-uid
8596 can return float.
8597
8598 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
8599 and about derived modes.
8600 (Minor Modes): Add minor-mode-list.
8601 (Defining Minor Modes): Keyword args for define-minor-mode.
8602 (Search-based Fontification): Explain managing other properties.
8603 (Other Font Lock Variables): Add font-lock-extra-managed-props.
183080b6 8604 (Faces for Font Lock): Add font-lock-preprocessor-face.
b8d4c8d0
GM
8605 (Hooks): Add run-mode-hooks and delay-mode-hooks.
8606
8607 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
8608 (Variable Aliases): Clarify defvaralias.
8609
8610 * loading.texi (Library Search): Add load-suffixes.
8611
8612 * minibuf.texi (Basic Completion): Add lazy-completion-table.
8613 (Programmed Completion): Add dynamic-completion-table.
8614
8615 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
8616 (Magic File Names): Specify precedence order of handlers.
8617
8618 * commands.texi (Command Overview): Emacs server runs pre-command-hook
8619 and post-command-hook.
8620 (Waiting): New calling convention for sit-for.
8621
8622 * text.texi (Special Properties): local-map and keymap properties
8623 apply based on their stickiness.
8624
86252003-07-07 Richard M. Stallman <rms@gnu.org>
8626
8627 * modes.texi (Minor Mode Conventions): Specify only some kinds
8628 of list values as args to minor modes.
8629
8630 * files.texi (File Name Expansion): Warn about iterative use
8631 of substitute-in-file-name.
8632
8633 * advice.texi (Activation of Advice): Clean up previous change.
8634
86352003-07-06 Markus Rost <rost@math.ohio-state.edu>
8636
8637 * advice.texi (Activation of Advice): Note that ad-start-advice is
8638 turned on by default.
8639
86402003-06-30 Richard M. Stallman <rms@gnu.org>
8641
8642 * text.texi (Buffer Contents): Document current-word.
8643 (Change Hooks): Not called for *Messages*.
8644
8645 * functions.texi (Defining Functions): Explain about redefining
8646 primitives.
8647 (Function Safety): Renamed. Minor changes.
8648 Comment out the detailed criteria for what is safe.
8649
86502003-06-22 Andreas Schwab <schwab@suse.de>
8651
8652 * objects.texi (Symbol Type): Fix description of examples.
8653
86542003-06-16 Andreas Schwab <schwab@suse.de>
8655
8656 * hash.texi (Creating Hash): Fix description of :weakness.
8657
c8763fb6 86582003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
b8d4c8d0
GM
8659
8660 * files.texi (Changing Files): copy-file copies file modes, too.
8661
86622003-05-28 Richard M. Stallman <rms@gnu.org>
8663
8664 * strings.texi (Creating Strings): Clarify split-string.
8665
86662003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
8667
8668 * strings.texi (Creating Strings): Update split-string specification
8669 and examples.
8670
86712003-05-19 Richard M. Stallman <rms@gnu.org>
8672
8673 * elisp.texi: Correct invariant section names.
8674
86752003-04-20 Richard M. Stallman <rms@gnu.org>
8676
8677 * os.texi (Timers): Explain about timers and quitting.
8678
86792003-04-19 Richard M. Stallman <rms@gnu.org>
8680
8681 * internals.texi (Writing Emacs Primitives): Strings are
8682 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
8683 Explain GCPRO convention for varargs function args.
8684
86852003-04-16 Richard M. Stallman <rms@gnu.org>
8686
8687 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
8688
86892003-04-08 Richard M. Stallman <rms@gnu.org>
8690
8691 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
8692
86932003-02-13 Kim F. Storm <storm@cua.dk>
8694
8695 * objects.texi (Character Type): New \s escape for space.
8696
86972003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
8698
5dcb4c4e 8699 * os.texi (System Environment): Add cygwin system-type.
b8d4c8d0
GM
8700
87012003-01-25 Richard M. Stallman <rms@gnu.org>
8702
8703 * keymaps.texi: Document that a symbol can act as a keymap.
8704
87052003-01-13 Richard M. Stallman <rms@gnu.org>
8706
8707 * text.texi (Changing Properties): Say string indices are origin-0.
8708
8709 * positions.texi (Screen Lines) <compute-motion>:
8710 Correct order of elts in return value.
8711
8712 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
8713 how to define a default binding.
8714
87152002-12-07 Markus Rost <rost@math.ohio-state.edu>
8716
8717 * loading.texi (Unloading): Fix recent change for load-history.
8718
8719 * customize.texi (Simple Types): Clarify description of custom
8720 type 'number. Describe new custom type 'float.
8721
87222002-12-04 Markus Rost <rost@math.ohio-state.edu>
8723
8724 * variables.texi (File Local Variables): Fix typo.
8725
c8763fb6 87262002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
b8d4c8d0
GM
8727
8728 From Michael Albinus <Michael.Albinus@alcatel.de>.
8729
8730 * README: Target for Info file is `make info'.
8731
5dcb4c4e 8732 * files.texi (File Name Components): Fix typos in
b8d4c8d0
GM
8733 `file-name-sans-extension'.
8734 (Magic File Names): Complete list of operations for magic file
8735 name handlers.
8736
87372002-09-16 Jonathan Yavner <jyavner@engineer.com>
8738
8739 * variables.texi (File Local Variables): New function
8740 risky-local-variable-p.
8741
87422002-09-15 Jonathan Yavner <jyavner@engineer.com>
8743
8744 * functions.texi (Function safety): New node about unsafep.
8745
87462002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
8747
5dcb4c4e 8748 * customize.texi (Splicing into Lists): Fix example.
a86cd395 8749 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
b8d4c8d0
GM
8750
87512002-06-17 Juanma Barranquero <lektu@terra.es>
8752
8753 * frames.texi (Display Feature Testing): Fix typo.
8754
87552002-06-12 Andreas Schwab <schwab@suse.de>
8756
8757 * frames.texi (Initial Parameters, Resources): Fix references to
8758 the Emacs manual.
8759
87602002-05-13 Kim F. Storm <storm@cua.dk>
8761
8762 * variables.texi (Intro to Buffer-Local): Updated warning and
8763 example relating to changing buffer inside let.
8764
c8763fb6 87652002-03-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
8766
8767 * os.texi (Session Management): New node about X Session management.
8768
87692002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
8770
8771 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
8772 to which the manual corresponds, and the copyright years.
8773
8774 * Makefile.in (VERSION): Set to 2.9.
8775
87762001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
8777
8778 * elisp.texi: Change the category in @dircategory to "Emacs", to
8779 make it consistent with info/dir.
8780
87812001-11-25 Miles Bader <miles@gnu.org>
8782
8783 * text.texi (Fields): Describe new `limit' arg in
8784 field-beginning/field-end.
8785
87862001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
8787
5dcb4c4e
SM
8788 * permute-index: Don't depend on csh-specific features.
8789 Replace the interpreter name with /bin/sh.
b8d4c8d0
GM
8790
8791 * two-volume-cross-refs.txt: New file.
8792 * two.el: New file.
8793 * spellfile: New file.
8794
87952001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
8796
8797 * permute-index: New file.
8798
8799 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
8800 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
8801 8+3 restricted namespace.
8802
8803 * Makefile.in (infodir): Define relative to $(srcdir).
8804 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
8805 include directories list via -I switch to makeinfo.
8806 (index.texi): Use cp if both hard and symbolic links fail.
8807
88082001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
8809
8810 * Makefile.in (distclean): Add.
8811
8812 The following changes make ELisp manual part of the Emacs
8813 distribution:
8814
8815 * Makefile.in: Add Copyright notice.
8816 (prefix): Remove.
8817 (infodir): Change value to "../info".
8818 (VPATH): New variable.
8819 (MAKE): Don't define.
8820 (texmacrodir): Don't define.
8821 (texinputdir): Append the existing value of TEXINPUTS.
8822 ($(infodir)/elisp): Instead of just "elisp". Reformat the
8823 command to be compatible with man/Makefile.in, and to put the
8824 output into ../info.
8825 (info): Add target.
8826 (installall): Target removed.
8827
c8763fb6 88282001-10-31 Pavel Janík <Pavel@Janik.cz>
b8d4c8d0
GM
8829
8830 * tips.texi (Coding Conventions): Fix typo.
8831
88322001-10-23 Gerd Moellmann <gerd@gnu.org>
8833
8834 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
8835
88362001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
8837
8838 * files.texi (File Name Components): Update the description of
8839 file-name-sans-extension and file-name-extension, as they now
8840 ignore leading dots.
8841
88422001-10-20 Gerd Moellmann <gerd@gnu.org>
8843
8844 * (Version 21.1 released.)
8845
88462001-10-19 Miles Bader <miles@gnu.org>
8847
8848 * positions.texi (Text Lines): Describe behavior of
8849 `beginning-of-line'/`end-of-line' in the presence of field properties.
8850
88512001-10-17 Gerd Moellmann <gerd@gnu.org>
8852
8853 * Makefile.in (VERSION): Set to 2.8.
8854 (manual): Use `manual-21'.
8855
8856 * elisp.texi (VERSION): Add and use it where the version
8857 number was used. Set it to 2.8.
8858
8859 * intro.texi: Likewise.
8860
88612001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
8862
8863 * files.texi (File Name Completion): Document the significance of
8864 a trailing slash in elements of completion-ignored-extensions.
8865
88662001-10-06 Miles Bader <miles@gnu.org>
8867
8868 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
8869
88702001-10-04 Gerd Moellmann <gerd@gnu.org>
8871
8872 * variables.texi (Variable Aliases): New node.
8873
88742001-10-04 Gerd Moellmann <gerd@gnu.org>
8875
8876 * Branch for 21.1.
8877
88782001-10-02 Miles Bader <miles@gnu.org>
8879
8880 * minibuf.texi (Minibuffer Misc): Add entries for
8881 `minibuffer-contents', `minibuffer-contents-no-properties', and
8882 `delete-minibuffer-contents'.
8883 Correct description for `minibuffer-prompt-end'.
8884
8885 * text.texi (Property Search): Correct descriptions of
8886 `next-char-property-change' and `previous-char-property-change'.
8887 Add entries for `next-single-char-property-change' and
8888 `previous-single-char-property-change'.
8889 Make operand names a bit more consistent.
8890
88912001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
8892
8893 * frames.texi (Finding All Frames): Document that next-frame and
8894 previous-frame are local to current terminal.
8895
88962001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
8897
8898 * keymaps.texi (Creating Keymaps): Fix the description of the
8899 result of make-keymap.
8900
89012001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
8902
8903 * display.texi (Font Lookup, Attribute Functions)
8904 (Image Descriptors): Add cross-references to the definition of
8905 selected frame.
8906
8907 * buffers.texi (The Buffer List): Add cross-references to the
8908 definition of selected frame.
8909
8910 * frames.texi (Input Focus): Clarify which frame is _the_ selected
8911 frame at any given time.
8912 (Multiple Displays, Size and Position): Add a cross-reference to
8913 the definition of the selected frame.
8914
89152001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
8916
8917 * strings.texi (String Conversion) <string-to-number>: Document
8918 that a float is returned for integers that are too large.
8919
8920 * frames.texi (Mouse Position): Document mouse-position-function.
8921 (Display Feature Testing): Document display-images-p.
8922 (Window Frame Parameters): Document the cursor-type variable.
8923
8924 * numbers.texi (Integer Basics): Document CL style read syntax for
8925 integers in bases other than 10.
8926
5dcb4c4e
SM
8927 * positions.texi (List Motion):
8928 Document open-paren-in-column-0-is-defun-start.
b8d4c8d0
GM
8929
8930 * lists.texi (Sets And Lists): Document member-ignore-case.
8931
8932 * internals.texi (Garbage Collection): Document the used and free
8933 strings report.
8934 (Memory Usage): Document strings-consed.
8935
8936 * os.texi (Time of Day): Document float-time.
8937 (Recording Input): Document that clear-this-command-keys clears
8938 the vector to be returned by recent-keys.
8939
8940 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
8941 argument keymap can be a list.
8942
8943 * nonascii.texi (User-Chosen Coding Systems)
8944 <select-safe-coding-system>: Document the new argument
8945 accept-default-p and the variable
8946 select-safe-coding-system-accept-default-p. Tell what happens if
8947 buffer-file-coding-system is undecided.
8948 (Default Coding Systems): Document auto-coding-regexp-alist.
8949
8950 * display.texi (The Echo Area) <message>: Document
8951 message-truncate-lines.
8952 (Glyphs): Document that the glyph table is unused on windowed
8953 displays.
8954
8955 * help.texi (Describing Characters) <single-key-description>:
8956 Document the new argument no-angles.
8957 (Accessing Documentation) <documentation-property>: Document that
8958 a non-string property is evaluated.
8959 <documentation>: Document that the function-documentation property
8960 is looked for.
8961
8962 * windows.texi (Selecting Windows): Document some-window.
8963
8964 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
8965
8966 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
8967 apropos-mode-hook.
8968
8969 * commands.texi (Using Interactive): Document interactive-form.
8970 (Keyboard Macros): Document kbd-macro-termination-hook.
8971 (Command Loop Info): Document that clear-this-command-keys clears
8972 the vector to be returned by recent-keys.
8973
89742001-09-04 Werner LEMBERG <wl@gnu.org>
8975
8976 * Makefile.in (srcdir, texinputdir): New variables.
8977 (srcs, index.texi, install): Use $(srcdir).
8978 (.PHONY): Remove elisp.dvi.
8979 (elisp): Use -I switch for makeinfo.
8980 (elisp.dvi): Use $(srcdir) and $(texinputdir).
8981 (installall, dist): Use $(srcdir).
8982 Fix path to texinfo.tex.
8983 (maintainer-clean): Add elisp.dvi and elisp.oaux.
8984
89852001-08-30 Gerd Moellmann <gerd@gnu.org>
8986
8987 * display.texi (Conditional Display): Adjust to API change.
8988
8989 * configure: New file.
8990
89912001-07-30 Gerd Moellmann <gerd@gnu.org>
8992
8993 * commands.texi (Repeat Events): Add description of
8994 double-click-fuzz.
8995
89962001-05-08 Stefan Monnier <monnier@cs.yale.edu>
8997
8998 * syntax.texi (Syntax Class Table): Add the missing designator for
8999 comment and string fences.
9000 (Syntax Properties): Add a xref to syntax table internals.
9001 (Syntax Table Internals): Document string-to-syntax.
9002
90032001-05-07 Gerd Moellmann <gerd@gnu.org>
9004
9005 * Makefile.in (install): Use install-info command line options
9006 like in Emacs' Makefile.in.
9007
90082000-12-09 Miles Bader <miles@gnu.org>
9009
9010 * windows.texi (Window Start): Update documentation for
9011 `pos-visible-in-window-p'.
9012
90132000-11-12 Stefan Monnier <monnier@cs.yale.edu>
9014
9015 * lists.texi (Building Lists): Add footnote to explain how to add
9016 to the end of a list.
9017
90182000-10-25 Gerd Moellmann <gerd@gnu.org>
9019
9020 * files.texi (Visiting Functions): Typos.
9021
90222000-10-25 Kenichi Handa <handa@etl.go.jp>
9023
9024 * files.texi (Visiting Functions): Return value of
9025 find-file-noselect may be a list of buffers if wildcards are used.
9026
90272000-10-24 Miles Bader <miles@lsi.nec.co.jp>
9028
9029 * display.texi (Defining Faces): Document `graphic' display type
9030 in face specs.
9031
b344d29d 90322000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b8d4c8d0
GM
9033
9034 * hooks.texi (Standard Hooks): Replace obsolete
9035 `after-make-frame-hook' with `after-make-frame-functions'.
9036
9037 * frames.texi (Creating Frames): Ditto.
9038
9039 * variables.texi (Future Local Variables): Ditto.
9040
90412000-10-16 Gerd Moellmann <gerd@gnu.org>
9042
9043 * display.texi (Other Image Types): Add description of :foreground
9044 and :background properties of mono PBM images.
9045
90462000-08-17 Werner LEMBERG <wl@gnu.org>
9047
9048 * .cvsignore: New file.
9049
90502000-01-05 Gerd Moellmann <gerd@gnu.org>
9051
9052 * tindex.pl: New script.
9053
90541999-12-03 Dave Love <fx@gnu.org>
9055
9056 * Makefile.in (MAKEINFO): New parameter.
9057
90581999-09-17 Richard Stallman <rms@gnu.org>
9059
9060 * Makefile.in (srcs): Add hash.texi.
9061 (VERSION): Update to 20.6.
9062
90631999-09-13 Richard Stallman <rms@gnu.org>
9064
9065 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
9066
90671998-08-29 Karl Heuer <kwzh@gnu.org>
9068
9069 * configure.in: New file.
9070 * Makefile.in: Renamed from Makefile.
9071 (prefix, infodir): Use value obtained from configure.
9072 (emacslibdir): Obsolete variable deleted.
9073 (dist): Distribute configure.in, configure, Makefile.in.
9074
90751998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
9076
9077 * Makefile (INSTALL_INFO): New variable.
9078 (install): Run install-info.
9079
90801998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
9081
9082 * Makefile (elisp.dvi): Add missing backslash.
9083
90841998-05-02 Richard Stallman <rms@psilocin.gnu.org>
9085
9086 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
9087 Run texindex without `./'. Always run texindex on elisp.tp.
9088 (elisp.tps): Target deleted.
9089
90901998-04-05 Richard Stallman <rms@psilocin.gnu.org>
9091
9092 * Makefile (srcs): Add nonascii.texi and customize.texi.
9093 (dist): Start by deleting `temp'.
9094
90951998-02-17 Richard Stallman <rms@psilocin.gnu.org>
9096
9097 * Makefile (makeinfo, texindex): Targets deleted.
9098 (makeinfo.o, texindex.o): Targets deleted.
9099 (clean, dist): Don't do anything with them or with getopt*.
9100
91011998-01-30 Richard Stallman <rms@psilocin.gnu.org>
9102
9103 * Makefile (SHELL): Defined.
9104
91051998-01-27 Richard Stallman <rms@psilocin.gnu.org>
9106
9107 * Makefile (elisp.tps): New target.
9108 (elisp.dvi): Depend on elisp.tps.
9109
c5602427 91101996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
b8d4c8d0
GM
9111
9112 * README: Update phone number.
9113
9114 * Makefile (elisp): Make this be the default target.
9115 Depend on makeinfo.c instead of makeinfo.
9116 (install): Don't depend on elisp.dvi, since we don't install that.
9117 Use mkinstalldirs.
9118 (dist): Add mkinstalldirs.
9119
c5602427 91201995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
b8d4c8d0
GM
9121
9122 * Makefile (VERSION): Update version number.
5dcb4c4e 9123 (maintainer-clean): Rename from realclean.
b8d4c8d0 9124
c5602427 91251995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
b8d4c8d0
GM
9126
9127 * Makefile (realclean): New target.
9128 (elisp): Remove any old elisp-* files first.
9129
c5602427 91301993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
b8d4c8d0
GM
9131
9132 * Makefile (VERSION): New variable.
9133 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
9134 Compressed file suffix should be `.gz', not `.z'.
9135
ce058493 91361993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9137
9138 * Makefile (elisp): Depend on makeinfo.
9139
c5602427 91401993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
b8d4c8d0
GM
9141
9142 * Makefile (srcs): Add anti.texi.
9143
c5602427 91441993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9145
9146 * Makefile (infodir, prefix): New vars.
9147 (install): Use infodir.
9148 (emacsinfodir): Deleted.
9149
c5602427 91501993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9151
9152 * Makefile (srcs): Add calendar.texi.
9153
9154 * Makefile (dist): Copy texindex.c and makeinfo.c.
9155 Limit elisp-* files to those with one or two digits.
9156
c5602427 91571993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
9158
9159 * Makefile (dist): Changed to use Gzip instead of compress.
9160
c5602427 91611993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9162
9163 * loading.texi (Unloading): define-function changed back to
9164 defalias. It may not stay this way, but at least it's
9165 consistent with the known-good version of the code patch.
9166
c5602427 91671993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
b8d4c8d0
GM
9168
9169 * modes.texi (Hooks): Document new optional arg of add-hook.
9170
c5602427 91711993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9172
9173 * variables.texi: Document nil initial value of buffer-local variables.
9174
9175 * tips.texi: Add new section on standard library headers.
9176
c5602427 91771993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
9178
9179 * Makefile (srcs): Add frame.texi to the list of sources.
9180
c5602427 91811993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
9182
9183 * Makefile (dist): Don't bother excluding autosave files; they'll
9184 never make it into the temp directory anyway, and the hash marks
9185 in the name are problematic for make and the Bourne shell.
9186 (srcs):
9187
c5602427 91881993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
9189
9190 * Makefile (dist): Don't include backup files or autosave files in
9191 the distribution tar file.
9192
c5602427 91931991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0 9194
5dcb4c4e 9195 * Makefile (srcs): Add index.perm.
b8d4c8d0
GM
9196 (elisp.dvi): Remove erroneous shell comment.
9197 Expect output of permute-index in permuted.fns.
9198 Save old elisp.aux in elisp.oaux.
5dcb4c4e 9199 (clean): Add index.texi to be deleted.
b8d4c8d0 9200
c5602427 92011990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
9202
9203 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
9204
c5602427 92051990-06-26 David Lawrence (tale@geech)
b8d4c8d0
GM
9206
9207 * files.texi: Noted that completion-ignored-extensions is ignored
9208 when making *Completions*.
9209
3e868ee3 92101990-06-08 Jay Fenlason (hack@ai.mit.edu)
b8d4c8d0
GM
9211
9212 * Makefile make dist now depends on elisp.dvi, since it tries
9213 to include it in the dist file.
9214
c5602427 92151990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
b8d4c8d0 9216
c5602427 9217 * functions.texinfo (Mapping Functions): Add missing quote.
b8d4c8d0 9218
c5602427 92191989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
9220
9221 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
9222 (defunargs): Turn off \hyphenchar of \sl font temporarily.
9223
c5602427 92241989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9225
9226 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
9227 and @error{} are the terms now being used. The files in the
9228 directory have been changed to reflect this.
9229
9230 * All instances of @indentedresultt{} have been changed to
9231 ` @result{}', using 5 spaces at the begining of the line.
9232
c5602427 92331989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9234
9235 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
9236 experimental @indentedresult{}, @indentedexpandsto{} are part of
9237 the texinfo.tex in this directory. These TeX macros are not
9238 stable yet.
9239
c5602427 92401989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9241
9242 * texinfo.tex: Temporarily added
9243 \let\result=\dblarrow
9244 \def\error{{\it ERROR} \longdblarrow}
9245 We need to do this better soon.
9246
c5602427 92471989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9248
9249 * Applied Karl Berry's patches to *.texinfo files, but not to
9250 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
9251 new title page format is also not applied, since it requires
9252 texinfo.tex changes.)
9253
9254 * Cleaned up `Makefile' and defined the `emacslibdir' directory
9255 for the Project GNU development environment.
9256
9257;; Local Variables:
c8763fb6 9258;; coding: utf-8
b8d4c8d0
GM
9259;; End:
9260
73b0cd50 9261 Copyright (C) 1998-2011 Free Software Foundation, Inc.
b8d4c8d0
GM
9262
9263 This file is part of GNU Emacs.
9264
352c8b4a 9265 GNU Emacs is free software: you can redistribute it and/or modify
b8d4c8d0 9266 it under the terms of the GNU General Public License as published by
352c8b4a
GM
9267 the Free Software Foundation, either version 3 of the License, or
9268 (at your option) any later version.
b8d4c8d0
GM
9269
9270 GNU Emacs is distributed in the hope that it will be useful,
9271 but WITHOUT ANY WARRANTY; without even the implied warranty of
9272 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9273 GNU General Public License for more details.
9274
9275 You should have received a copy of the GNU General Public License
352c8b4a 9276 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.