* disp-table.el (display-table-print-array): New function.
[bpt/emacs.git] / doc / lispref / ChangeLog
CommitLineData
11fdef7d 12011-06-25 Chong Yidong <cyd@stupidchicken.com>
dfc47e35
CY
2
3 * keymaps.texi (Searching Keymaps):
4 * display.texi (Overlay Properties): Fix errors in 2011-05-29
5 change. Suggested by Johan Bockgård.
6
eeafcea7
CY
72011-06-15 Chong Yidong <cyd@stupidchicken.com>
8
9 * text.texi (Special Properties): Clarify role of font-lock-face.
10
b96e6cde
LMI
112011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
12
13 * processes.texi (Process Information): Renamed `process-alive-p'
14 to `process-live-p' for consistency with other `-live-p' functions.
15
be14b9ab
PE
162011-06-03 Paul Eggert <eggert@cs.ucla.edu>
17
18 Document wide integers better.
19 * files.texi (File Attributes): Document ino_t values better.
2d365993 20 ino_t values no longer map to anything larger than a single cons.
be14b9ab
PE
21 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
22 (Bitwise Operations):
001903b5
PE
23 * objects.texi (Integer Type): Use a binary notation that is a bit easier
24 to read, and that will port better if 62-bits becomes the default.
25 Fix or remove incorrect examples.
be14b9ab
PE
26 * os.texi (Time Conversion): Document time_t values better.
27
bcd54f83
LMI
282011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
29
30 * processes.texi (Process Information): Document
31 `process-alive-p'.
32
049bcbcb
CY
332011-05-29 Chong Yidong <cyd@stupidchicken.com>
34
35 * help.texi (Accessing Documentation):
36 * display.texi (Pixel Specification):
37 * processes.texi (Serial Ports, Serial Ports):
38 * nonascii.texi (Character Properties, Default Coding Systems):
39 * text.texi (Changing Properties, Special Properties):
40 * windows.texi (Window Start and End):
41 * modes.texi (SMIE Indentation Example, SMIE Tricks):
42 * keymaps.texi (Searching Keymaps, Tool Bar):
43 * minibuf.texi (Basic Completion):
44 * compile.texi (Eval During Compile):
45 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
46 7x9 paper in printed manual.
47
48 * lists.texi (Sets And Lists): Fix misplaced text.
49
58539c63
CY
502011-05-29 Chong Yidong <cyd@stupidchicken.com>
51
52 * keymaps.texi (Remapping Commands): Emphasize that the keymap
53 needs to be active (Bug#8350).
54
6b5681bf
CY
552011-05-28 Chong Yidong <cyd@stupidchicken.com>
56
b4d52acc
CY
57 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
58
6b5681bf
CY
59 * tips.texi (Coding Conventions): Remove antediluvian filename
60 limit recommendation (Bug#8538).
61
e145f188
GM
622011-05-27 Glenn Morris <rgm@gnu.org>
63
64 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
65
eafed945
GM
662011-05-26 Glenn Morris <rgm@gnu.org>
67
68 * variables.texi (File Local Variables):
69 Update hack-local-variables `mode-only' return value.
2d3ba9e7 70 Add some more details on what this function does in the other case.
eafed945 71
bc8410af
GM
722011-05-19 Glenn Morris <rgm@gnu.org>
73
74 * lists.texi (Sets And Lists): Mention cl provides union etc.
75
35a30759
N
762011-05-19 Nix <nix@esperi.org.uk>
77
78 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
79
80 * text.texi (Parsing HTML): Update for function name changes.
81
82 * syntax.texi (Syntax Flags): Small fix.
83
84 * keymaps.texi (Active Keymaps): Typo fix.
85 (Changing Key Bindings): Grammar fix.
86
87 * frames.texi (Minibuffers and Frames): Grammar fix.
88 (Window System Selections): x-select-enable-clipboard now defaults to t.
89
90 * customize.texi (Common Keywords):
91 * display.texi (Abstract Display):
92 * modes.texi (Auto-Indentation):
93 * nonascii.texi (Converting Representations): Typo fixes.
94
95 * control.texi (Examples of Catch): Call it "goto" not "go to".
96
e3934a8a
EZ
972011-05-14 Eli Zaretskii <eliz@gnu.org>
98
bc039a3b
EZ
99 * nonascii.texi (Character Properties): Fix inconsistencies with
100 implementation.
101
e3934a8a
EZ
102 * text.texi (Special Properties): Move @defvar's out of the
103 @table. (Bug#8652)
104
e2c94218
GM
1052011-05-12 Glenn Morris <rgm@gnu.org>
106
107 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
108
d2fc7e3d 1092011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
bc3bea9c
SM
110
111 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
112 (Multiline Font Lock):
113 * vol2.texi (Top):
114 * vol1.texi (Top):
115 * elisp.texi (Top): Update menu accordingly.
116
d2fc7e3d 1172011-05-12 Drew Adams <drew.adams@oracle.com>
e6dc6206
DA
118
119 * modes.texi (Region to Fontify): Fix typo.
120
79b70037
GM
1212011-05-10 Jim Meyering <meyering@redhat.com>
122
123 * minibuf.texi: Fix typo "in in -> in".
124
b08a63cc 1252011-05-06 Paul Eggert <eggert@cs.ucla.edu>
fed14fd7
PE
126
127 * numbers.texi (Integer Basics): Large integers are treated as floats.
128
1ef14cb4
LMI
1292011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
130
131 * processes.texi (Synchronous Processes): Document the (:file
132 "/file-name") syntax for `call-process'.
133
4ffd0d6b 1342011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
135
136 * windows.texi (Choosing Window): Fix typo.
137
4ffd0d6b 1382011-04-23 Chong Yidong <cyd@stupidchicken.com>
40954368
CY
139
140 * frames.texi (Layout Parameters): Note the difference between
141 querying and setting parameters for left-fringe and right-fringe
142 (Bug#6930).
143
fd5a8ae8
SM
1442011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
145
146 * minibuf.texi (Basic Completion): Be a bit more precise about the
147 valid kinds of completion tables.
148 (Programmed Completion): Remove obsolete text about lambda expressions
149 not being valid completion tables.
150
c1bcd0d5
CY
1512011-03-19 Chong Yidong <cyd@stupidchicken.com>
152
153 * positions.texi (Excursions): Explain the "save-excursion
154 defeated by set-buffer" warning.
155
156 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
157 save-excursion. Suggested by Uday S Reddy.
158
03408648 1592011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
ba83908c 160
03408648
SM
161 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
162 (Lexical Binding): New sub-section.
ba83908c 163
03408648
SM
164 * eval.texi (Eval): Discourage the use of `eval'.
165 Document its new `lexical' argument.
6c075cd7 166
f6d62986
SM
1672011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
168
03408648 169 * commands.texi (Command Overview): `post-command-hook' is not reset to
f6d62986
SM
170 nil any more.
171
84ea5558 1722011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
e4021ec1
SM
173
174 * strings.texi (String Conversion): Don't mention
175 string-make-(uni|multi)byte (bug#8262).
176 * nonascii.texi (Converting Representations): Fix up range.
177 * keymaps.texi (Key Binding Commands): Update code point, avoid
178 "unibyte character" and remove mention of unibyte bindings.
179
62d94509
EZ
1802011-03-10 Eli Zaretskii <eliz@gnu.org>
181
182 * modes.texi (Operator Precedence Grammars): Don't use characters
183 outside ISO-8859-1.
184
63a329f8
EZ
1852011-03-09 Eli Zaretskii <eliz@gnu.org>
186
187 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
188
189 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
190
6446548e
GM
1912011-03-08 Glenn Morris <rgm@gnu.org>
192
193 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
194 * intro.texi (Acknowledgements): Names to UTF-8.
80b005c7 195 * elisp.texi: Set documentencoding.
6446548e 196
33383987
JB
1972011-03-07 Chong Yidong <cyd@stupidchicken.com>
198
199 * Version 23.3 released.
200
0b3ceceb
CY
2012011-03-06 Chong Yidong <cyd@stupidchicken.com>
202
203 * package.texi: Update index keywords.
204 (Package Archives): New node contents. Document package-x.el.
205
78f5433f
JB
2062011-03-06 Juanma Barranquero <lekktu@gmail.com>
207
208 * makefile.w32-in (srcs): Add package.texi.
209
555e9b5c
CY
2102011-03-06 Chong Yidong <cyd@stupidchicken.com>
211
120d9389
CY
212 * package.texi (Packaging, Packaging Basics, Simple Packages)
213 (Multi-file Packages): Expand and clarify.
214 (Package Archives): Temporary placeholder node.
215
216 * elisp.texi (Top): Update node listing.
217
555e9b5c
CY
218 * Makefile.in (srcs): Add package.texi.
219
b59a4335
CY
2202011-03-05 Chong Yidong <cyd@stupidchicken.com>
221
222 * processes.texi (Synchronous Processes): Minor clarification
223 (Bug#8149).
224
06083aa1
GM
2252011-03-03 Glenn Morris <rgm@gnu.org>
226
227 * files.texi (Truenames): Minor clarification. (Bug#2341)
228
6640b281
GM
2292011-03-01 Glenn Morris <rgm@gnu.org>
230
231 * variables.texi (Directory Local Variables):
232 Mention `(subdirs . nil)' alist element.
233
2b0c7330 2342011-02-28 Glenn Morris <rgm@gnu.org>
081f7640
GM
235
236 * variables.texi (Directory Local Variables): Mention the optional
237 mtime argument of dir-locals-set-directory-class. (Bug#3577)
238
b923f7a9
CY
2392011-02-27 Chong Yidong <cyd@stupidchicken.com>
240
241 * minibuf.texi (Minibuffer History): Clarify discussion of
242 minibuffer history lists (Bug#8085).
243
67ab0163 2442011-02-19 Eli Zaretskii <eliz@gnu.org>
86ec878a 245
e979a521
EZ
246 * elisp.texi: Sync @dircategory with ../../info/dir.
247
e03b2fd4
EZ
248 * files.texi (Visiting Functions): Document find-file-literally,
249 both the command and the variable.
250
86ec878a
EZ
251 * variables.texi (Creating Buffer-Local): Explain the meaning of
252 permanent local variables.
253
67ab0163
GM
254 * files.texi (Visiting Functions): Document find-file-literally,
255 both the command and the variable.
256
257 * variables.texi (Creating Buffer-Local): Explain the meaning of
258 permanent local variables.
259
2602011-02-19 Glenn Morris <rgm@gnu.org>
dff9ac46
GM
261
262 * keymaps.texi (Remapping Commands): Mention how to undo it.
263
bfcb151a
RT
2642011-02-09 Reuben Thomas <rrt@sc3d.org>
265
266 * loading.texi (Hooks for Loading): Remove unnecessary advice
267 about eval-after-load (Bug#7986).
268
a41c8660
CY
2692011-02-05 Chong Yidong <cyd@stupidchicken.com>
270
271 * commands.texi (Accessing Mouse): Note that a header line is not
272 included in the row of posn-col-row.
273
e0dd6837
CY
2742011-02-02 Chong Yidong <cyd@stupidchicken.com>
275
276 * modes.texi (Major Mode Conventions): Add face guidelines.
277 (Faces for Font Lock): List faces in order of prominence.
278
a4180391
PE
2792011-02-01 Paul Eggert <eggert@cs.ucla.edu>
280
281 format-time-string now supports subsecond time stamp resolution
282 * os.texi (Time Parsing): Document %N.
283
7427eb97
CY
2842011-01-28 Chong Yidong <cyd@stupidchicken.com>
285
61db307f
CY
286 * vol1.texi (Top):
287 * vol2.texi (Top):
288 * elisp.texi (Top):
289 * display.texi (Display Property): Shorten the menu description of
290 the "Other Display Specs" node (Bug#7816).
291
7427eb97
CY
292 * keymaps.texi (Defining Menus): Add "menu item" and "extended
293 menu item" concept index entries (Bug#7805).
294
bf3dae7e
EZ
2952011-01-29 Eli Zaretskii <eliz@gnu.org>
296
297 * makefile.w32-in (texinfodir): New variable.
298 (usermanualdir): Remove as redundant with $(emacsdir).
299 (MAKEINFO): Remove options, leave only program name.
300 (MAKEINFO_OPTS): New variable.
301 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
302
06d8ace5 3032011-01-25 Chong Yidong <cyd@stupidchicken.com>
e6cf7a82
CY
304 Richard Kim <emacs18@gmail.com>
305
306 * loading.texi (Library Search): Document list-load-path-shadows
307 (Bug#7757).
308
06d8ace5 3092011-01-25 Chong Yidong <cyd@stupidchicken.com>
3f066f54
CY
310
311 * searching.texi (Regexp Special): Remove outdated discussion of
312 character sets (Bug#7780).
313
28a88153
CY
314 * frames.texi (Pop-Up Menus): Document where menu title comes
315 from (Bug#7684).
316
06d8ace5 3172011-01-25 Glenn Morris <rgm@gnu.org>
4d265b4d
GM
318
319 * display.texi (Making Buttons): Mention limitation of text buttons.
320
a8e1e9ee
WL
3212011-01-23 Werner Lemberg <wl@gnu.org>
322
323 * Makefile.in (MAKEINFO): Now controlled by `configure'.
324 (MAKEINFO_OPTS): New variable. Use it where appropriate.
325 (ENVADD): New variable to control texi2dvi and texi2pdf.
326
362b9d48
GM
3272011-01-15 Chong Yidong <cyd@stupidchicken.com>
328
329 * files.texi (Directory Names): Move directory-abbrev-alist doc to
330 Emacs manual.
331
3322011-01-15 Eli Zaretskii <eliz@gnu.org>
333
334 * files.texi (Directory Names): Explain why FROM in
335 directory-abbrev-alist should begin with \`. (Bug#7777)
336
3fa173b4
SM
3372011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
338
339 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
340
7c420169 3412011-01-02 Eli Zaretskii <eliz@gnu.org>
2e4ab211
EZ
342
343 * modes.texi (Emulating Mode Line): Fix last change.
344
7c420169 3452011-01-02 Eli Zaretskii <eliz@gnu.org>
287e63bb
EZ
346
347 * modes.texi (Emulating Mode Line): Update documentation of
348 format-mode-line according to changes that fixed bug #7587.
349
80b33766
SM
3502010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
351
352 * modes.texi (Derived Modes): Mention prog-mode.
353
354 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
355 of the key-binding-data cache since we don't use it any more.
356
f49d1f52 3572010-12-13 Eli Zaretskii <eliz@gnu.org>
3c73e30e 358
4bb49a92
EZ
359 * processes.texi (Shell Arguments):
360 * strings.texi (Creating Strings): Don't mention "shell commands";
361 make it explicit that `split-string-and-unquote' and
362 `combine-and-quote-strings' are mainly for working with arguments
363 to call-process and start-process.
364
3c73e30e
EZ
365 * processes.texi (Shell Arguments): Fix documentation of
366 `split-string-and-unquote'. Add indexing. (Bug#7563)
367
f49d1f52 3682010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5dcb4c4e
SM
369
370 * modes.texi (Auto-Indentation): New section to document SMIE.
371 (Major Mode Conventions):
372 * text.texi (Mode-Specific Indent): Refer to it.
373
f49d1f52 3742010-12-13 Eli Zaretskii <eliz@gnu.org>
bdef6a77
EZ
375
376 * display.texi (Other Display Specs): Document left-fringe and
377 right-fringe display specs.
378
f49d1f52 3792010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
769741e3
SM
380
381 * backups.texi (Making Backups):
382 * modes.texi (Example Major Modes): Use recommended coding style.
383 (Major Mode Basics, Derived Modes): Encourge more strongly use of
384 define-derived-mode. Mention completion-at-point-functions.
385
f49d1f52 3862010-12-13 Chong Yidong <cyd@stupidchicken.com>
3e99b825 387
5dcb4c4e
SM
388 * nonascii.texi (Converting Representations):
389 Document byte-to-string.
e1115396 390
ec1b9b17
GM
3912010-12-08 Glenn Morris <rgm@gnu.org>
392
393 * buffers.texi (Modification Time):
394 verify-visited-file-modtime now defaults to the current buffer.
395
07976ae3 3962010-11-27 Chong Yidong <cyd@stupidchicken.com>
3e99b825 397
ec1b9b17 398 * nonascii.texi (Converting Representations): Document byte-to-string.
3e99b825
CY
399
400 * strings.texi (Creating Strings): Don't mention semi-obsolete
401 function char-to-string.
402 (String Conversion): Shorten discussion of semi-obsolete function
403 string-to-char. Link to Converting Representations.
404
405 * objects.texi (Symbol Type):
406 * text.texi (Near Point):
407 * help.texi (Help Functions):
408 * functions.texi (Mapping Functions): Use string instead of
409 char-to-string in examples.
410
07976ae3 4112010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295
CY
412
413 * text.texi (Kill Functions, Kill Functions)
414 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
415 YANK-HANDLER args.
416
417 * symbols.texi (Creating Symbols): Using unintern without an
418 obarray arg is now obsolete.
419
420 * numbers.texi (Float Basics): Document float-e and float-pi.
421
422 * variables.texi (Defining Variables): Change "pi" example to
423 "float-pi".
424
8547874a
EZ
4252010-11-26 Eli Zaretskii <eliz@gnu.org>
426
427 * commands.texi (Click Events): Document the values of X, Y and
428 COL, ROW in the event's position, when the click is on the header
429 or mode line, on the fringes, or in the margins.
430
4a47c275 4312010-11-17 Eli Zaretskii <eliz@gnu.org>
c7926fe2 432
5b05d75b
EZ
433 * customize.texi (Composite Types): Lower-case index entry.
434
5dcb4c4e
SM
435 * loading.texi (How Programs Do Loading):
436 Document load-file-name. (Bug#7346)
c7926fe2 437
4a47c275 4382010-11-17 Glenn Morris <rgm@gnu.org>
cde08ac9
GM
439
440 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
441
0eb025fb
EZ
4422010-11-13 Eli Zaretskii <eliz@gnu.org>
443
444 * display.texi (Usual Display): Characters with no fonts are not
445 necessarily displayed as empty boxes.
446
2699a554 4472010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
448
449 * maps.texi (Standard Keymaps): Update File menu description.
450
8289f37b
GM
4512010-10-28 Glenn Morris <rgm@gnu.org>
452
453 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
454
5793a7bc 4552010-10-24 Eli Zaretskii <eliz@gnu.org>
89baa1df
EZ
456
457 * display.texi (Window Systems): Deprecate use of window-system as
458 a predicate.
459
17284e30
GM
4602010-10-23 Glenn Morris <rgm@gnu.org>
461
462 * help.texi (Documentation Basics): Remove mentions of digest-doc and
463 sorted-doc.
464
00f113eb
JB
4652010-10-15 Eli Zaretskii <eliz@gnu.org>
466
467 * os.texi (Dynamic Libraries): New node, with slightly modified
468 text deleted from "Image Formats".
469 (System Interface): Add @menu entry for "Dynamic Libraries".
470
471 * display.texi (Image Formats): Remove description of
472 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
473
07277eb8
GM
4742010-10-12 Glenn Morris <rgm@gnu.org>
475
476 * book-spine.texinfo: Rename to book-spine.texi.
477
c12e4a81
GM
4782010-10-11 Glenn Morris <rgm@gnu.org>
479
df187c62
GM
480 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
481
c12e4a81 482 * Makefile.in (DVIPS): New variable.
234db610
GM
483 (.PHONY): Add html, ps.
484 (html, elisp.html, ps, elisp.ps): New targets.
485 (clean): Delete html, ps files.
486 ($(infodir)/elisp): Remove unnecessary includes.
c12e4a81 487
6513b232
EZ
4882010-10-09 Eli Zaretskii <eliz@gnu.org>
489
490 * makefile.w32-in (emacsdir): New variable.
491 (srcs): Add emacsver.texi.
492 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
493
abd40fb4
GM
4942010-10-09 Glenn Morris <rgm@gnu.org>
495
c1dc72b3
GM
496 * Makefile.in (VPATH): Remove.
497 (infodir): Make it absolute.
498 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
499
4393405b
GM
500 * Makefile.in (dist): Anchor regexps.
501
eef3ab94
GM
502 * Makefile.in (srcs): Put elisp.texi first.
503 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
504
aa9db089
GM
505 * Makefile.in (infoclean): Remove harmless, long-standing error.
506
abd40fb4
GM
507 * Makefile.in ($(infodir)): Delete rule.
508 (mkinfodir): New.
509 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
510
68db69ed 511 * Makefile.in (dist): Remove reference to emacsver.texi.in.
208deadc 512 Also copy emacsver.texi, and edit $emacsdir.
68db69ed 513
ea274122
GM
5142010-10-09 Glenn Morris <rgm@gnu.org>
515
f7a31f11
GM
516 * Makefile.in (emacsdir): New variable.
517 (MAKEINFO): Add -I $emacsdir.
518 (dist): Copy emacsver.texi.
b13254e7
GM
519 (srcs): Add emacsver.texi.
520
f7a31f11
GM
521 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
522 Set EMACSVER by including emacsver.texi.
523
ea274122
GM
524 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
525
17ca7950
GM
5262010-10-07 Glenn Morris <rgm@gnu.org>
527
528 * Makefile.in (version): New, set by configure.
529 (clean): Delete dist tar file.
530 (dist): Use version in tar name.
531
4c83f6e1
GM
5322010-10-06 Glenn Morris <rgm@gnu.org>
533
534 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
535 (INSTALL_INFO): Remove unused variable.
536 (mostlyclean, infoclean, dist): New rules.
537 (clean): Delete dvi and pdf files.
538 (maintainer-clean): Remove elisp.oaux, use infoclean.
8a944cea 539 ($(infodir)): Add parallel build workaround.
4c83f6e1 540
0264072d
GM
5412010-10-04 Glenn Morris <rgm@gnu.org>
542
543 * Makefile.in (dvi, pdf, $(infodir)): New targets.
544 ($(infodir)/elisp): Ensure target directory exists. Use $@.
8cce34d0 545 Fix -I typo.
0264072d
GM
546 (clean): No 'make.out' or 'core' files.
547 (.PHONY): Declare clean rules.
548 (maintainer-clean): Delete pdf file. Guard against cd failures.
549
77f38949
GM
5502010-10-03 Glenn Morris <rgm@gnu.org>
551
552 * files.texi (File Name Components): Remove ignored section about
553 deleted variable directory-sep-char.
554
178fdd41
MA
5552010-10-03 Michael Albinus <michael.albinus@gmx.de>
556
557 * files.texi (Magic File Names): New defopt
558 remote-file-name-inhibit-cache.
559
9c524fcb
GM
5602010-10-02 Glenn Morris <rgm@gnu.org>
561
562 * os.texi (Killing Emacs): Hook now runs in batch mode.
563
f816790b
SM
5642010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
565
566 * text.texi (Special Properties): Clarify when modification-hooks run.
567
7cf78aac
SM
5682010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
569
570 * syntax.texi (Syntax Flags): Document new `c' flag.
571
ca0d44e4
GM
5722010-09-09 Glenn Morris <rgm@gnu.org>
573
574 * display.texi (ImageMagick Images): General cleanup.
575
10999305 5762010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
577
578 * files.texi (Directory Names): Use \` rather than ^.
579
45240125
JD
5802010-09-02 Jan Djärv <jan.h.d@swipnet.se>
581
582 * text.texi (Low-Level Kill Ring):
583 * frames.texi (Window System Selections): Remove cut buffer
584 documentation.
585
4abe5bf6
EZ
5862010-08-28 Eli Zaretskii <eliz@gnu.org>
587
588 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
589 Parameters", where the default fringe width is described.
590
591 * frames.texi (Window Frame Parameters, Basic Parameters)
592 (Position Parameters, Layout Parameters, Management Parameters)
593 (Cursor Parameters, Font and Color Parameters): Add indexing for
594 frame parameters. (Bug#6929)
595
fdc76236
TT
5962010-08-25 Tom Tromey <tromey@redhat.com>
597
598 * vol2.texi (Top): Update.
599 * vol1.texi (Top): Update.
600 * tips.texi (Library Headers): Mention Package-Version and
601 Package-Requires.
602 * package.texi: New file.
603 * os.texi (System Interface): Update pointers.
604 * elisp.texi (Top): Link to new nodes. Include package.texi.
605 * anti.texi (Antinews): Update pointers.
606
1e5c1c80
EZ
6072010-08-25 Eli Zaretskii <eliz@gnu.org>
608
609 * processes.texi (Filter Functions): Fix last change.
610
78e33835
CY
6112010-08-24 Markus Triska <triska@gmx.at>
612
613 * processes.texi (Filter Functions): Use `buffer-live-p' instead
614 of `buffer-name' in the main text as well as in the example
615 (Bug#3098).
616
198a7a97
CY
6172010-08-22 Chong Yidong <cyd@stupidchicken.com>
618
619 * nonascii.texi (Text Representations):
620 * loading.texi (Loading Non-ASCII):
621 * compile.texi (Byte Compilation): Don't mention obsolete
622 --unibyte command-line argument.
623
bc7d7ea6
CY
6242010-08-22 Chong Yidong <cyd@stupidchicken.com>
625
626 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
627
b0126eac 6282010-08-22 Chong Yidong <cyd@stupidchicken.com>
96b1842d
CY
629
630 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
631
e8a6cc19
EZ
6322010-08-20 Eli Zaretskii <eliz@gnu.org>
633
634 * commands.texi (Misc Events): Add cross-references to where
635 POSITION of a mouse event is described in detail.
636
7815fe19 6372010-08-08 Christoph <cschol2112@googlemail.com>
ee301a7a
SM
638
639 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
640
7815fe19 6412010-08-08 Juanma Barranquero <lekktu@gmail.com>
e8bf5266
JB
642
643 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
644 Suggested by Štěpán Němec <stepnem@gmail.com>.
645
7815fe19 6462010-08-08 Juanma Barranquero <lekktu@gmail.com>
b4f588fa
JB
647
648 * minibuf.texi (High-Level Completion): Document args of
649 `read-buffer-function' (bug#5625).
650
8b2dd508
JD
6512010-07-29 Jan Djärv <jan.h.d@swipnet.se>
652
653 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
654
bace45fe
MA
6552010-07-29 Michael Albinus <michael.albinus@gmx.de>
656
657 * processes.texi (Process Information): Explain process property
658 `remote-tty'.
659
4ce5a4cc
JB
6602010-07-27 Juanma Barranquero <lekktu@gmail.com>
661
662 * modes.texi (Defining Minor Modes): Use C-delete in examples,
663 instead of "\C-\^?" (bug#6334).
664
1c84bc7a
JB
665 * text.texi (Special Properties): Fix typo.
666
b88746ba
EZ
6672010-07-09 Eli Zaretskii <eliz@gnu.org>
668
669 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
670 calling sequences, which are now the standard.
671
51422d6d
CY
6722010-06-24 Chong Yidong <cyd@stupidchicken.com>
673
674 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
675
676 * commands.texi (Command Overview): Mention undo-boundary call.
677
d24880de
GM
6782010-06-23 Glenn Morris <rgm@gnu.org>
679
680 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
681 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
682 * frames.texi, functions.texi, internals.texi, keymaps.texi:
683 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
684 * searching.texi, sequences.texi, strings.texi, syntax.texi:
685 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
686 Untabify Texinfo files.
687
0fc76035
CY
6882010-06-20 Chong Yidong <cyd@stupidchicken.com>
689
690 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
691
5338dc0b
CY
6922010-06-19 Chong Yidong <cyd@stupidchicken.com>
693
a628ad9d 694 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
5338dc0b 695
2c3a3c1d
CY
6962010-06-02 Chong Yidong <cyd@stupidchicken.com>
697
ba3bf1d9
CY
698 * searching.texi (Regexp Special): Remove obsolete information
699 about matching non-ASCII characters, and suggest using char
700 classes (Bug#6283).
2c3a3c1d 701
7f4b4249
JB
7022010-05-30 Juanma Barranquero <lekktu@gmail.com>
703
704 * minibuf.texi (Basic Completion): Add missing "@end defun".
705
637821cd
SM
7062010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
707
708 * minibuf.texi (Basic Completion): Document completion-boundaries.
709 (Programmed Completion): Document the new fourth method for boundaries.
710
e13051c3
CY
7112010-05-22 Chong Yidong <cyd@stupidchicken.com>
712
a628ad9d 713 * display.texi (Image Cache): Update documentation about image caching.
e13051c3 714
0235128c 7152010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
716
717 * windows.texi (Textual Scrolling):
718 * tips.texi (Coding Conventions):
719 * minibuf.texi (Minibuffer History):
720 * maps.texi (Standard Keymaps):
721 * loading.texi (Where Defined):
722 * edebug.texi (Instrumenting): Fix typos.
723
0235128c 7242010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549 725
c7c32279
CY
726 * keymaps.texi (Menu Bar): Document :advertised-binding property.
727
0235128c
SM
728 * functions.texi (Obsolete Functions):
729 Document set-advertised-calling-convention.
eb5ed549
CY
730
731 * minibuf.texi (Basic Completion): Document completion-in-region.
732 (Programmed Completion): Document completion-annotate-function.
733
734 * commands.texi (Reading One Event): Document read-key.
735 (Distinguish Interactive): Document KIND arg to
736 called-interactively-p. Delete obsolete interactive-p.
737
738 * elisp.texi (Top): Update node description.
739
f8848423
EZ
7402010-05-08 Eli Zaretskii <eliz@gnu.org>
741
0235128c
SM
742 * nonascii.texi (Character Properties):
743 Document unicode-category-table. Add an index entry for Unicode
744 general category.
745
7462010-05-07 Chong Yidong <cyd@stupidchicken.com>
747
748 * Version 23.2 released.
f8848423 749
938efb77
JB
7502010-04-20 Juanma Barranquero <lekktu@gmail.com>
751
752 * locals.texi (Standard Buffer-Local Variables):
753 Remove @ignore'd reference to `direction-reversed'.
754
5854c267
JL
7552010-04-14 Juri Linkov <juri@jurta.org>
756
757 Fix @deffn without category.
758
759 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
760 for `abbrev-insert'.
761
762 * buffers.texi (Indirect Buffers): Add category `Command'
763 to @deffn of `clone-indirect-buffer'.
764
765 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
766 for `next-window' and `previous-window'. Add category `Command'
767 to @deffn of `pop-to-buffer'.
768
8a14dec7
CY
7692010-04-01 Chong Yidong <cyd@stupidchicken.com>
770
771 * nonascii.texi (Text Representations): Don't mark
772 enable-multibyte-characters as a user option.
773
7a1831cf
EZ
7742010-03-31 Eli Zaretskii <eliz@gnu.org>
775
776 * control.texi (Handling Errors): How to re-throw a signal caught
777 by condition-case.
778
c3863713
CY
7792010-03-26 Chong Yidong <cyd@stupidchicken.com>
780
781 * loading.texi (Hooks for Loading): Document after-load-functions.
782 Copyedits.
783
c333f279
AM
7842010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
785
786 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
787
e867cb5d 7882010-03-24 Chong Yidong <cyd@stupidchicken.com>
f7704e26
CY
789
790 * processes.texi (Network Processes): Document seqpacket type.
791
605f35cd
DN
7922010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
793
794 * os.texi (System Environment): Do not mention lynxos.
795
288f9fc0
CY
7962010-03-10 Chong Yidong <cyd@stupidchicken.com>
797
798 * Branch for 23.2.
799
eed5c93a
CY
8002010-03-06 Chong Yidong <cyd@stupidchicken.com>
801
802 * objects.texi (Integer Type): Take note of the read syntax
803 exception for numbers that cannot fit in the integer type.
804
1ddd6622
GM
8052010-03-03 Glenn Morris <rgm@gnu.org>
806
807 * numbers.texi (Integer Basics, Bitwise Operations):
808 * objects.texi (Integer Type): Update for integers now being 30-bit.
809
a908c79a
CY
8102010-02-27 Chong Yidong <cyd@stupidchicken.com>
811
812 * display.texi (Low-Level Font): Document :otf font-spec property.
813
cd61af01
SM
8142010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
815
816 * display.texi (Line Height): Avoid obsolete special default variables
817 like default-major-mode.
818
c02f8fe2
AM
8192010-01-28 Alan Mackenzie <acm@muc.de>
820
821 * display.texi (Auto Faces): Say fontification-functions is called
822 whether or not Font Lock is enabled. Tidy up the wording a bit.
823
d738d18b
CY
8242010-01-17 Chong Yidong <cyd@stupidchicken.com>
825
826 * elisp.texi: Remove duplicate edition information (Bug#5407).
827
4963739e
JB
8282010-01-17 Juanma Barranquero <lekktu@gmail.com>
829
830 * two.el (volume-header-toc-markup): Fix typos in docstring.
831
c57008f6
SM
8322010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
833
834 Avoid dubious uses of save-excursions.
835 * positions.texi (Excursions): Recommend the use of
836 save-current-buffer if applicable.
837 * text.texi (Clickable Text): Fix the example code which used
838 save-excursion in a naive way which sometimes preserves point and
839 sometimes not.
840 * variables.texi (Creating Buffer-Local):
841 * os.texi (Session Management):
842 * display.texi (GIF Images):
843 * control.texi (Cleanups): Use (save|with)-current-buffer.
844
2f3725cd
EZ
8452010-01-02 Eli Zaretskii <eliz@gnu.org>
846
847 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
848
85eeac93
CY
8492010-01-02 Chong Yidong <cyd@stupidchicken.com>
850
851 * nonascii.texi (Text Representations, Character Codes)
852 (Converting Representations, Explicit Encoding)
853 (Translation of Characters): Use hex notation consistently.
854 (Character Sets): Fix map-charset-chars doc (Bug#5197).
855
4801c5fa
CY
8562010-01-01 Chong Yidong <cyd@stupidchicken.com>
857
858 * loading.texi (Where Defined): Make it clearer that these are
859 loaded files (Bug#5068).
860
26e533e2
CY
8612009-12-29 Chong Yidong <cyd@stupidchicken.com>
862
863 * minibuf.texi (Completion Styles): Document `initials' style.
864
16d1ff5f
CY
8652009-12-25 Chong Yidong <cyd@stupidchicken.com>
866
867 * frames.texi (Resources): Describe inhibit-x-resources.
868 (Size Parameters): Copyedit.
869
870 * hash.texi (Creating Hash):
871 * objects.texi (Hash Table Type): Document the new hash table
872 printed representation.
873
874 * minibuf.texi (Basic Completion): 4th arg to all-completions is
875 obsolete.
876
5dcb4c4e
SM
877 * processes.texi (Process Buffers):
878 Document process-kill-buffer-query-function.
16d1ff5f 879
9a5de3d9
GM
8802009-12-05 Glenn Morris <rgm@gnu.org>
881
882 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
883 diary-display-function, and no longer recommended to be a hook.
884 Update for changes in the names of calendar and diary hooks.
885 diary-print-entries-hook has changed section.
886
b640eb52
EZ
8872009-11-28 Eli Zaretskii <eliz@gnu.org>
888
889 * text.texi (Special Properties): More accurate description of
890 what the `cursor' property does.
891
be1674ab
KR
8922009-11-26 Kevin Ryde <user42@zip.com.au>
893
894 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
895 mouse-wheel-down-event, the closest thing to a definition for them.
896 * os.texi (Startup Summary): vindex inhibit-startup-message and
897 inhibit-splash-screen.
898 (Command-Line Arguments): vindex argv.
899 (Suspending Emacs): vindex suspend-tty-functions and
900 resume-tty-functions. Don't want to index every hook, but having
901 the programming ones is helpful.
902
603f5979
CY
9032009-11-14 Chong Yidong <cyd@stupidchicken.com>
904
905 * commands.texi (Motion Events): Fix typo (Bug#4907).
906
4359a806
CY
9072009-11-08 Chong Yidong <cyd@stupidchicken.com>
908
909 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
910 are affected by case-fold-search (Bug#4483).
911
0f063651
CY
9122009-11-02 Chong Yidong <cyd@stupidchicken.com>
913
914 * minibuf.texi (Reading File Names): Note that read-file-name may
915 use a graphical file dialog.
916
9bd79893
GM
9172009-10-31 Glenn Morris <rgm@gnu.org>
918
919 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
920
ebe479ec
KR
9212009-10-16 Kevin Ryde <user42@zip.com.au>
922
923 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
924 in particular so `info-lookup-symbol' can find its docs.
925
2640fa86
CY
9262009-10-16 Chong Yidong <cyd@stupidchicken.com>
927
928 * variables.texi (Constant Variables): Distinguish from defconst
929 variables.
930 (Defining Variables): Add cindex.
931
edd6a733
CY
9322009-10-15 Chong Yidong <cyd@stupidchicken.com>
933
934 * os.texi (Time of Day): Clarify that the microsecond part is
935 ignored (Bug#4637).
936
5feb0b73
GM
9372009-10-11 Glenn Morris <rgm@gnu.org>
938
939 * frames.texi (Size and Position): Clarify what is included in the frame
940 height. (Bug#4535)
941
0c5413c8
GM
9422009-10-10 Glenn Morris <rgm@gnu.org>
943
944 * windows.texi (Size of Window): The relationship between window and
945 frame heights is not so simple. (Bug#4535)
946 Mention window-full-height-p.
947
7f8b600a
SM
9482009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
949
950 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
951 used from Lisp.
952
6185de1c
EZ
9532009-10-07 Eli Zaretskii <eliz@gnu.org>
954
7f8b600a
SM
955 * files.texi (Directory Names) <abbreviate-file-name>:
956 Document that root home directories are not replaced with "~".
6185de1c 957
9972911f
EZ
9582009-10-06 Eli Zaretskii <eliz@gnu.org>
959
960 * text.texi (Special Properties): Document the meaning of the
961 `cursor' text property whose value is an integer.
962
2a3f19ef
MA
9632009-10-05 Michael Albinus <michael.albinus@gmx.de>
964
965 * files.texi (Magic File Names): Add `copy-directory'.
966
804543b5
EZ
9672009-10-05 Eli Zaretskii <eliz@gnu.org>
968
969 * files.texi (File Attributes): Fix description of file
970 attributes. (Bug#4638) Update attributes of files.texi example to
971 be more representative.
972
461bf92b
MA
9732009-10-05 Michael Albinus <michael.albinus@gmx.de>
974
975 * files.texi (Create/Delete Dirs): New command copy-directory.
976
a86cd395
JB
9772009-10-04 Juanma Barranquero <lekktu@gmail.com>
978
979 * anti.texi (Antinews):
980 * macros.texi (Indenting Macros):
981 * strings.texi (Creating Strings, Case Conversion):
982 Remove duplicate words.
983
d3080264
MA
9842009-10-01 Michael Albinus <michael.albinus@gmx.de>
985
986 * files.texi (Create/Delete Dirs): delete-directory has an
987 optional parameter RECURSIVE.
988
85d14563
SM
9892009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
990
991 * buffers.texi (Swapping Text): Minor clarification.
992
3d9842c6
GM
9932009-10-01 Glenn Morris <rgm@gnu.org>
994
995 * functions.texi (Declaring Functions): Mention that we also search for
996 ".m" files in the src/ directory.
997
78427304
CY
9982009-09-25 David Engster <deng@randomsample.de>
999
3d9842c6 1000 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
78427304 1001
b578c9cc
GM
10022009-09-22 Glenn Morris <rgm@gnu.org>
1003
1004 * internals.texi (Building Emacs): Mention preloaded-file-list.
1005
beee5da7
AM
10062009-09-14 Alan Mackenzie <acm@muc.de>
1007
1008 * os.texi (Terminal Output): Put "@code{}" around "stdout".
1009
5d6ab672
CY
10102009-09-13 Chong Yidong <cyd@stupidchicken.com>
1011
1012 * functions.texi (Anonymous Functions): Rearrange discussion,
1013 giving usage of unquoted lambda forms first. Mention that
1014 `function' and `#'' are no longer required (Bug#4290).
1015
59375eeb
AM
10162009-09-11 Alan Mackenzie <acm@muc.de>
1017
a86cd395 1018 * os.texi (Terminal Output): Document `send-string-to-terminal' in
59375eeb
AM
1019 batch mode.
1020
e7e2f529
GM
10212009-09-01 Glenn Morris <rgm@gnu.org>
1022
1023 * display.texi (Face Functions): Mention define-obsolete-face-alias.
1024
eae47088
GM
10252009-08-26 Ulrich Mueller <ulm@gentoo.org>
1026
1027 * nonascii.texi (Character Codes): Fix typos.
1028
3691a0a6
MA
10292009-08-25 Michael Albinus <michael.albinus@gmx.de>
1030
1031 * processes.texi (Synchronous Processes): New defvar
1032 process-file-side-effects.
1033
664d56b8
GM
10342009-08-25 Glenn Morris <rgm@gnu.org>
1035
1036 * display.texi (Fontsets): Fix typo.
1037
0706c025
GM
1038 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
1039
03a74b84
SM
10402009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
1041
1042 * processes.texi (Asynchronous Processes): Adjust arglist of
1043 start-process-shell-command and start-file-process-shell-command.
1044
f6de8a37
CY
10452009-08-15 Chong Yidong <cyd@stupidchicken.com>
1046
4b1ed1bb
CY
1047 * advice.texi (Argument Access in Advice): Note that argument
1048 positions are zero-based (Bug#3932).
1049
89a9e058
CY
1050 * commands.texi (Distinguish Interactive): Minor copyedit.
1051
23696fd7
CY
1052 * display.texi (Face Attributes): Add xref to Displaying Faces for
1053 explanation of "underlying face".
1054
f6de8a37
CY
1055 * customize.texi (Common Keywords): Add xref to Loading.
1056
1057 * loading.texi (How Programs Do Loading): Add xref to Lisp
1058 Libraries node in the Emacs manual.
1059
417f77e6
CY
10602009-08-13 Chong Yidong <cyd@stupidchicken.com>
1061
1062 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
1063
0999039c
CY
10642009-07-18 Chong Yidong <cyd@stupidchicken.com>
1065
1066 * processes.texi (Shell Arguments): Copyedits.
1067
9af167bc
GM
10682009-07-18 Glenn Morris <rgm@gnu.org>
1069
1070 * loading.texi (Repeated Loading): Fix typo.
1071
137987ab
RS
10722009-07-16 Richard Stallman <rms@gnu.org>
1073
1074 * buffers.texi (Swapping Text): Recommend setting
1075 write-region-annotate-functions and buffer-saved-size.
1076
1077 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
1078
622fa380
GM
10792009-07-15 Glenn Morris <rgm@gnu.org>
1080
1081 * edebug.texi: Minor re-phrasings throughout.
1082 (Edebug Execution Modes): Sit-for affects continue mode too.
1083 (Jumping): Use `forward-sexp' rather than its keybinding.
1084 (Edebug Misc): Fix Q binding.
1085 (Edebug Eval): Remove cl version.
1086 (Printing in Edebug): Clarify print-length etc.
1087 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
1088 (Specification List): Remove edebug-unwrap findex entry.
1089 (Specification Examples): defmacro is actually not the same as defun.
1090 Escape "`" in example.
1091
6bbd4600
CY
10922009-07-15 Chong Yidong <cyd@stupidchicken.com>
1093
1094 * markers.texi (The Mark): Document optional arg to
1095 deactivate-mark.
1096
e538d479
GM
10972009-07-11 Kevin Ryde <user42@zip.com.au>
1098
1099 * hooks.texi (Standard Hooks): Fix cross-references.
1100
4c98b9ed
GM
1101 * loading.texi (Named Features): Refer to eval-after-load.
1102
5300838c
GM
11032009-07-11 Glenn Morris <rgm@gnu.org>
1104
64fbeb16
GM
1105 * Makefile.in (TEXI2PDF): New.
1106 (elisp.pdf): New target.
1107
4c98b9ed
GM
1108 * searching.texi (Regexp Backslash): Fix typo.
1109
1110 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5300838c 1111
51d9979c
GM
11122009-07-10 Glenn Morris <rgm@gnu.org>
1113
561c0216
GM
1114 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
1115
5b594a58
GM
1116 * customize.texi (Customization Types):
1117 * display.texi (Abstract Display):
0cc8c85a 1118 * objects.texi (Character Type, String Type):
5b594a58 1119 Merge in some menu descriptions from elisp.texi.
51d9979c 1120
c3cbbb40
GM
1121 * hash.texi (Hash Tables):
1122 * modes.texi (Multiline Font Lock):
1123 End menu description with period.
fe42c16a 1124
28528402
GM
11252009-07-09 Glenn Morris <rgm@gnu.org>
1126
1127 * back.texi: Don't hard-code texinfo location.
1128
1129 * two-volume.make (texinfodir): New, with location of texinfo.tex.
1130 (tex): Add texinfodir to TEXINPUTS.
1131 (elisp1med-init, elisp2med-init): Use texinfodir.
1132
1133 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
1134 (clean): Add two-volume.make intermediate files.
1135
1136 * elisp.texi, vol1.texi, vol2.texi:
1137 Use a DATE variable with the publication date, and update it.
1138 Fix antinews menu description.
1139
1140 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
1141 Update the detailed node listing to match elisp.texi.
1142
1143 * README: Update edition to match elisp.texi.
1144
1145 * objects.texi (General Escape Syntax):
1146 * nonascii.texi (Character Sets):
1147 Use consistent case for "Unicode Standard".
1148
1149 * anti.texi (Antinews):
1150 * customize.texi (Variable Definitions):
1151 * functions.texi (Declaring Functions):
1152 * nonascii.texi (Character Properties):
1153 * processes.texi (Serial Ports):
1154 * text.texi (Special Properties):
1155 * tips.texi (Coding Conventions):
1156 Minor rearrangements to improve TeX line-filling.
1157
1158 * commands.texi (Using Interactive): Fix cross-reference.
1159
17db8e10
JD
11602009-07-01 Jan Djärv <jan.h.d@swipnet.se>
1161
1162 * frames.texi (Management Parameters): Mention sticky.
1163
77c7e2e1
AS
11642009-07-01 Andreas Schwab <aschwab@redhat.com>
1165
1166 * help.texi (Help Functions): Fix description of help-buffer and
1167 help-setup-xref to use @defun instead of @deffn.
1168
3f1c6666
JD
11692009-07-01 Jan Djärv <jan.h.d@swipnet.se>
1170
1171 * frames.texi (Size Parameters): Mention maximized for fullscreen.
1172
ca27c21b
CY
11732009-06-24 Chong Yidong <cyd@stupidchicken.com>
1174
1175 * display.texi (Window Systems): Add ns to the list.
1176
70243478
CY
11772009-06-21 Chong Yidong <cyd@stupidchicken.com>
1178
1179 * Branch for 23.1.
1180
df006536
MR
11812009-06-17 Martin Rudalics <rudalics@gmx.at>
1182
1183 * windows.texi (Dedicated Windows): Fix typo.
1184 (Resizing Windows): Replace @defun by @deffn.
1185
d259fc4b
GM
11862009-06-17 Glenn Morris <rgm@gnu.org>
1187
1188 * variables.texi (Directory Local Variables):
1189 Update for 2009-04-11 name-change of dir-locals-directory-alist.
1190
30781db6
KH
11912009-06-09 Kenichi Handa <handa@m17n.org>
1192
1193 * nonascii.texi (Character Sets): State clearly that FROM and TO
1194 are codepoints of CHARSET.
1195
62e8099c
CY
11962009-06-07 Chong Yidong <cyd@stupidchicken.com>
1197
1198 * minibuf.texi (Reading File Names): Fix introductory text.
1199 Suggested by stan@derbycityprints.com.
1200 (High-Level Completion): Fix typo.
1201
ee1b1917
CY
12022009-05-28 Chong Yidong <cyd@stupidchicken.com>
1203
1204 * frames.texi (Text Terminal Colors): Multi-tty is already
1205 implemented, but tty-local colors are not.
1206
5df647e8
CY
12072009-05-27 Chong Yidong <cyd@stupidchicken.com>
1208
1209 * hooks.texi (Standard Hooks): Remove mention of obsolete
1210 redisplay-end-trigger-functions.
1211
1212 * internals.texi (Window Internals): Remove mention of obsolete
1213 redisplay-end-trigger-functions.
1214
01f17ae2
MR
12152009-05-21 Martin Rudalics <rudalics@gmx.at>
1216
1217 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
1218
1219 * backups.texi (Making Backups): backup-directory-alist and
1220 make-backup-file-name-function are options.
1221 (Auto-Saving): auto-save-list-file-prefix is an option.
1222
1223 * buffers.texi (Killing Buffers): buffer-offer-save is an
1224 option.
1225
1226 * display.texi (Refresh Screen): no-redraw-on-reenter is an
1227 option.
1228 (Echo Area Customization): echo-keystrokes is an option.
1229 (Selective Display): selective-display-ellipses is an option.
1230 (Temporary Displays): temp-buffer-show-function is an option.
1231 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
1232 are options.
1233 (Font Selection): face-font-family-alternatives,
1234 face-font-selection-order, face-font-registry-alternatives, and
1235 scalable-fonts-allowed are options.
1236 (Fringe Indicators): indicate-buffer-boundaries is an option.
1237 (Fringe Cursors): overflow-newline-into-fringe is an option.
1238 (Scroll Bars): scroll-bar-mode is an option.
1239
1240 * eval.texi (Eval): max-lisp-eval-depth is an option.
1241
1242 * files.texi (Visiting Functions): find-file-hook is an option.
1243 (Directory Names): directory-abbrev-alist is an option.
1244 (Unique File Names): temporary-file-directory and
1245 small-temporary-file-directory are options.
1246
1247 * frames.texi (Initial Parameters): initial-frame-alist,
1248 minibuffer-frame-alist and default-frame-alist are options.
1249 (Cursor Parameters): blink-cursor-alist and
1250 cursor-in-non-selected-windows ar options.
1251 (Window System Selections): selection-coding-system is an
1252 option.
1253 (Display Feature Testing): display-mm-dimensions-alist is an
1254 option.
1255
1256 * help.texi (Help Functions): help-char and help-event-list are
1257 options.
1258
1259 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
1260 an option.
1261
1262 * minibuf.texi (Minibuffer History): history-length and
1263 history-delete-duplicates are options.
1264 (High-Level Completion): read-buffer-function and
1265 read-buffer-completion-ignore-case are options.
1266 (Reading File Names): read-file-name-completion-ignore-case is
1267 an option.
1268
1269 * modes.texi (Mode Line Top): mode-line-format is an option.
1270 (Mode Line Variables): mode-line-position and mode-line-modes
1271 are options.
1272
1273 * nonascii.texi (Text Representations):
1274 enable-multibyte-characters is an option.
1275 (Default Coding Systems): auto-coding-regexp-alist,
1276 file-coding-system-alist, auto-coding-alist and
1277 auto-coding-functions are options.
1278 (Specifying Coding Systems): inhibit-eol-conversion is an
1279 option.
1280
1281 * os.texi (Init File): site-run-file is an option.
1282 (System Environment): mail-host-address is an option.
1283 (User Identification): user-mail-address is an option.
1284 (Terminal Output): baud-rate is an option.
1285
1286 * positions.texi (Word Motion): words-include-escapes is an
1287 option.
1288
1289 * searching.texi (Standard Regexps): page-delimiter,
1290 paragraph-separate, paragraph-separate and sentence-end are
1291 options.
1292
1293 * text.texi (Margins): left-margin and fill-nobreak-predicate
1294 are options.
1295
1296 * variables.texi (Local Variables): max-specpdl-size is an
1297 option.
1298
1299 * windows.texi (Choosing Window):
1300 split-window-preferred-function, special-display-function and
1301 display-buffer-function are options.
1302
106e6894
CY
13032009-05-20 Chong Yidong <cyd@stupidchicken.com>
1304
4a83454d
CY
1305 Fix errors spotted by Martin Rudalics.
1306
106e6894
CY
1307 * syntax.texi (Position Parse): Document rationale for ignored
1308 arguments to syntax-ppss-flush-cache.
1309
1310 * processes.texi (Input to Processes): Mark PROCESS arg to
1311 process-running-child-p as optional.
1312 (Network Options): Document NO-ERROR arg to
1313 set-network-process-option.
1314
1315 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
1316 command.
1317
1318 * searching.texi (POSIX Regexps): Mark posix-search-forward and
1319 posix-search-backward as commands.
1320
1321 * os.texi (Killing Emacs): Mark kill-emacs as a command.
1322 (Suspending Emacs): Mark suspend-emacs as a command.
1323 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
1324 commands.
5dcb4c4e
SM
1325 (Terminal Output): Remove obsolete function baud-rate.
1326 Document TERMINAL arg for send-string-to-terminal.
106e6894
CY
1327
1328 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
1329 terminal-coding-system and set-terminal-coding-system.
1330 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
1331 as optional.
1332 (Character Sets): Document RESTRICTION arg of char-charset.
1333 (Character Codes): Mark POS argument to get-byte as optional.
1334
1335 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
1336 minibuffer-message.
1337
1338 * files.texi (Create/Delete Dirs): Mark make-directory and
1339 delete-directory as commands.
1340
1341 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
1342
1343 * text.texi (Base 64): Mark base64-decode-string and
1344 base64-encode-string as commands.
1345 (Columns): Mark move-to-column as a command.
1346 (Mode-Specific Indent): Document RIGID arg to
1347 indent-for-tab-command.
1348 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
1349 Mark indent-code-rigidly as a command.
1350 (Substitution): Mark translate-region as a command.
1351
1352 * frames.texi (Size and Position): Remove obsolete functions
1353 screen-height and screen-width.
1354
04173931
CY
13552009-05-19 Chong Yidong <cyd@stupidchicken.com>
1356
1357 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
1358 (Displaying Buffers, Resizing Windows): Correct mistakes;
1359 next-window, previous-window, and pop-to-buffer are not commands,
1360 and fit-window-to-buffer" is a command. (Pointed out by Martin
1361 Rudalics.)
1362
eae7d8f8
RS
13632009-05-17 Richard M Stallman <rms@gnu.org>
1364
1365 * modes.texi (Precalculated Fontification): Clarify text.
1366
b8766179
MR
13672009-05-17 Martin Rudalics <rudalics@gmx.at>
1368
1369 * windows.texi (Selecting Windows): Clarify descriptions of
1370 with-selected-window and get-lru-window.
1371 (Cyclic Window Ordering): Refer to particular frame when talking
1372 about how splitting affects the ordering.
1373 (Displaying Buffers): Fix descriptions of switch-to-buffer and
1374 switch-to-buffer-other-window. Explain how setting of
1375 display-buffer-reuse-frames affects pop-to-buffer.
1376 (Choosing Window): Clarify some details in descriptions of
1377 display-buffer-reuse-frames, pop-up-frames, and
1378 pop-up-frame-function.
1379 (Dedicated Windows): Clarify some details.
1380 (Textual Scrolling): Replace term vscroll by term vertical
1381 scroll position.
1382 (Vertical Scrolling): Fix typo.
1383 (Window Hooks): Relate text on jit-lock-register to window
1384 scrolling and size changes.
1385
734b5e3b
CY
13862009-05-14 Chong Yidong <cyd@stupidchicken.com>
1387
0a65633e
CY
1388 * frames.texi (Initial Parameters): Clarify what the initial
1389 minibuffer frame is.
05be46d7
CY
1390 (Buffer Parameters): Note that the minibuffer parameter can not be
1391 altered.
0a65633e 1392
734b5e3b
CY
1393 * anti.texi (Antinews): Copyedits. Rearrange some entries.
1394 Document display-buffer changes.
1395
925672cd
CY
13962009-05-13 Chong Yidong <cyd@stupidchicken.com>
1397
17ecd7af
CY
1398 * anti.texi (Antinews): Rewrite for Emacs 22.
1399
925672cd
CY
1400 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
1401 obarrays are first mentioned. Define "system abbrev" more
1402 prominently, and add it to the index.
1403 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
1404 Copyedits.
1405 (Abbrev Expansion): Document abbrev-insert.
1406
80be4dd7
CY
14072009-05-12 Chong Yidong <cyd@stupidchicken.com>
1408
1409 * frames.texi (Font and Color Parameters): Rename from Color
1410 Parameters. Document font-backend parameter.
1411
1412 * vol2.texi (Top): Update node listing.
1413 * vol1.texi (Top): Update node listing.
1414 * elisp.texi (Top): Update node listing.
1415
372a93ac
MR
14162009-05-11 Martin Rudalics <rudalics@gmx.at>
1417
1418 * windows.texi (Choosing Window): Don't explicitly refer to
1419 split-window-sensibly's window argument in descriptions of
1420 split-height-threshold and split-width-threshold.
1421
714c3541
MR
14222009-05-10 Martin Rudalics <rudalics@gmx.at>
1423
1424 * windows.texi (Choosing Window): Fix rewrite of window
1425 splitting section.
1426
0e90e7be
EZ
14272009-05-09 Eli Zaretskii <eliz@gnu.org>
1428
1429 * nonascii.texi (Default Coding Systems): Document
5dcb4c4e
SM
1430 find-auto-coding, set-auto-coding, and auto-coding-alist.
1431 Add indexing.
0e90e7be
EZ
1432 (Lisp and Coding Systems): Add index entries.
1433
d3c0c321
MR
14342009-05-09 Martin Rudalics <rudalics@gmx.at>
1435
1436 * windows.texi (Choosing Window): Describe split-window-sensibly
1437 and rewrite section on window splitting accordingly.
1438 (Textual Scrolling): Replace `...' by @code{...}.
1439
c773345a
CY
14402009-05-04 Chong Yidong <cyd@stupidchicken.com>
1441
ee2d5b5e
CY
1442 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
1443 Remove obsoleted pre-abbrev-expand-hook.
1444
1445 * locals.texi (Standard Buffer-Local Variables): Consolidate table
1446 entries.
1447
c773345a
CY
1448 * internals.texi (Object Internals): Don't assume 32-bit machines
1449 are the norm.
1450 (Buffer Internals): Consolidate table entries for readability.
ee2d5b5e
CY
1451 (Window Internals): Synch field names to window.h.
1452 (Process Internals): Synch field names to process.h.
c773345a 1453
dd449674
CY
14542009-04-29 Chong Yidong <cyd@stupidchicken.com>
1455
1456 * variables.texi (File Local Variables): Note that read-circle is
1457 bound to nil when reading file-local variables.
1458
1459 * streams.texi (Input Functions): Document read-circle.
1460 (Output Variables): Add xref to Circular Objects.
1461
4f1e25e2
CY
14622009-04-25 Chong Yidong <cyd@stupidchicken.com>
1463
1464 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
1465 Features and Coding System Basics. Node that "p" stands for
1466 "predicate". Recommend utf-8-emacs instead of emacs-mule.
1467 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
1468 mouse-appearance-menu.
1469 (Programming Tips): Add xref to Progress.
1470
dca019f8
CY
14712009-04-22 Chong Yidong <cyd@stupidchicken.com>
1472
5dcb4c4e
SM
1473 * os.texi (Command-Line Arguments):
1474 Document command-line-args-left.
dca019f8
CY
1475 (Suspending Emacs): Adapt text to multi-tty case. Document use of
1476 terminal objects for tty arguments.
1477 (Startup Summary): Add xref to Session Management.
1478 (Session Management): Mention emacs-session-restore. Copyedits.
1479
02a89103
CY
14802009-04-20 Chong Yidong <cyd@stupidchicken.com>
1481
1482 * os.texi (Startup Summary): Copyedits. The init file is not
1483 necessarily named .emacs now. Document initial-buffer-choice and
1484 initial-scratch-message. Note where Emacs exits in batch mode.
1485 Document inhibit-splash-screen as an alias.
1486 (Init File): Be neutral about which init file name to use.
1487
14882009-04-16 Chong Yidong <cyd@stupidchicken.com>
1489
1490 * os.texi (System Interface): Fix Texinfo usage.
1491
0c1cfe01
CY
14922009-04-15 Chong Yidong <cyd@stupidchicken.com>
1493
80d7cdca
CY
1494 * searching.texi (Regexp Backslash): Also refer to shy groups as
1495 non-capturing or unnumbered groups.
1496 (Regexp Functions): Add cross-reference to Regexp Backslash.
1497
0c1cfe01
CY
1498 * display.texi (Truncation): Overlays can use line-prefix and
1499 wrap-prefix too.
1500 (Overlay Properties): Document wrap-prefix and line-prefix.
1501 (Face Attributes): Document underline-minimum-offset.
1502 (Face Remapping): Copyedits.
1503 (Low-Level Font): Copyedits.
1504 (Image Cache): Note that the image cache is shared between frames.
ed8ab760
CY
1505 (Line Height): Emphasize that line-spacing only takes effect on
1506 graphical terminals.
0c1cfe01 1507
c4adeee0
CY
15082009-04-13 Chong Yidong <cyd@stupidchicken.com>
1509
1510 * display.texi (Refresh Screen): Note that a passage about screen
1511 refreshing is text terminal only.
1512 (Forcing Redisplay): Delete misleading comment---sit-for calls
1513 redisplay, not the other way around.
1514 (Truncation): Note new values of truncate-partial-width-windows.
1515 Copyedits.
1516 (Invisible Text): Document invisible-p.
1517
b20ecfa1
EZ
15182009-04-11 Eli Zaretskii <eliz@gnu.org>
1519
1520 * display.texi (Overlays): Overlays don't scale well. See
1521 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
1522
97d8273f
CY
15232009-04-10 Chong Yidong <cyd@stupidchicken.com>
1524
f147ff75
CY
1525 * syntax.texi (Syntax Table Functions): Document cons cell
1526 argument for modify-syntax-entry.
1527 (Categories): Document cons cell argument for
1528 modify-category-entry.
1529
fca4ec76
CY
1530 * searching.texi (String Search): Document word-search-forward-lax
1531 and word-search-backward-lax.
1532 (Searching and Case): Describe isearch behavior more precisely.
1533
9c283d5b
CY
1534 * keymaps.texi (Tool Bar): Mention that some platforms do not
1535 support multi-line toolbars. Suggested by Stephen Eglen.
1536
1537 * frames.texi (Layout Parameters): Mention that Nextstep also
1538 allows only one tool-bar line. Suggested by Stephen Eglen.
1539
97d8273f
CY
1540 * nonascii.texi (Text Representations): Copyedits.
1541 (Coding System Basics): Also mention utf-8-emacs.
1542 (Converting Representations, Selecting a Representation)
1543 (Scanning Charsets, Translation of Characters, Encoding and I/O):
1544 Copyedits.
1545 (Character Codes): Mention role of codepoints 1114112 to 4194175.
1546
2bad3299
CY
15472009-04-09 Chong Yidong <cyd@stupidchicken.com>
1548
1549 * text.texi (Yank Commands): Note that yank uses push-mark.
5dcb4c4e
SM
1550 (Filling): Clarify REGION argument of fill-paragraph.
1551 Document fill-forward-paragraph-function.
2bad3299
CY
1552 (Special Properties): Remove "new in Emacs 22" declaration.
1553 (Clickable Text): Merge with Links and Mouse-1 node.
1554
5dcb4c4e
SM
1555 * display.texi (Button Properties, Button Buffer Commands):
1556 Change xref to Clickable Text.
2bad3299
CY
1557
1558 * tips.texi (Key Binding Conventions): Change xref to Clickable
1559 Text.
1560
1561 * elisp.texi (Top): Update node listing.
1562
ea30ce4f
CY
15632009-04-05 Chong Yidong <cyd@stupidchicken.com>
1564
47af2f4b
CY
1565 * markers.texi (The Mark): Copyedits. Improve description of
1566 handle-shift-selection.
1567 (The Region): Move use-region-p here from The Mark.
1568
ea30ce4f
CY
1569 * positions.texi (Screen Lines): Document (cols . lines) argument
1570 for vertical-motion.
1571
2aa8ea6e
CY
15722009-04-04 Chong Yidong <cyd@stupidchicken.com>
1573
3ec61d4e
CY
1574 * frames.texi (Frames): Clean up introduction. Document `ns'
1575 return value for framep.
1576 (Creating Frames): Note how the terminal is chosen.
1577 (Multiple Terminals, Multiple Displays): Merge into a single node.
1578 (Color Parameters): Fix typo.
1579
1580 * variables.texi (Local Variables, Buffer-Local Variables)
1581 (Creating Buffer-Local): Change link to Multiple Terminals.
1582
1583 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
1584
1585 * keymaps.texi (Controlling Active Maps): Change link to Multiple
1586 Terminals.
1587
1588 * commands.texi (Command Loop Info, Keyboard Macros): Change link
1589 to Multiple Terminals.
1590
1591 * elisp.texi (Top): Update node listing.
1592 * vol2.texi (Top): Update node listing.
1593 * vol1.texi (Top): Update node listing.
1594
9257072f
CY
1595 * buffers.texi (Current Buffer): Note that the append-to-buffer
1596 example is no longer in synch with the latest code. Tie the two
1597 examples together.
1598
2aa8ea6e
CY
1599 * files.texi (File Attributes): Move note about MS-DOS from
1600 Changing Files to File Attributes.
1601 (Create/Delete Dirs): Note that mkdir is an alias for this.
1602
22e74b17
CY
16032009-04-01 Markus Triska <triska@gmx.at>
1604
1605 * processes.texi (Filter Functions): Suggest how to handle output
1606 batches.
1607
4bbe48ec
CY
16082009-03-30 Chong Yidong <cyd@stupidchicken.com>
1609
1610 * help.texi (Accessing Documentation): Update example to use
1611 help-setup-xref and with-help-window.
1612 (Help Functions): Remove print-help-return-message, which is
1613 semi-obsolete due to with-help-window. Document help-buffer and
1614 help-setup-xref.
1615
b9723f39
CY
16162009-03-29 Chong Yidong <cyd@stupidchicken.com>
1617
5dcb4c4e
SM
1618 * help.texi (Accessing Documentation, Help Functions):
1619 Remove information about long-obsolete Emacs versions.
9eb52e90 1620
b9723f39
CY
1621 * modes.texi (Mode Line Variables): The default values of the mode
1622 line variables are now more complicated.
1623
b0cc32db
CY
16242009-03-28 Chong Yidong <cyd@stupidchicken.com>
1625
3c25a5a9
CY
1626 * modes.texi (Major Mode Conventions): Note that specialness is
1627 inherited.
31c9eebb
CY
1628 (Derived Modes): Note that define-derive-mode sets the mode-class
1629 property.
3c25a5a9 1630
b0cc32db
CY
1631 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
1632 goto-map. Add search-map to the list.
1633
c5e0006d
EZ
16342009-03-27 Eli Zaretskii <eliz@gnu.org>
1635
1213465a
EZ
1636 * os.texi (System Environment): Update the list of system-type
1637 values.
1638
c5e0006d
EZ
1639 * markers.texi (The Mark) <handle-shift-selection>: Update for
1640 removal of the optional argument DEACTIVATE.
1641
48bab3d6
CY
16422009-03-25 Chong Yidong <cyd@stupidchicken.com>
1643
1644 * commands.texi (Focus Events): Most X window managers don't use
1645 focus-follows-mouse nowadays.
1646
6e4ff1b6
CY
16472009-03-24 Chong Yidong <cyd@stupidchicken.com>
1648
1649 * commands.texi (Defining Commands): Clarify introduction.
1650 (Using Interactive): Not that interactive can be put in a symbol
1651 property.
1652 (Interactive Call): Note that a symbol with a non-nil
1653 interactive-form property satisfies commandp.
1654
11625308
JB
16552009-03-23 Juanma Barranquero <lekktu@gmail.com>
1656
1657 * minibuf.texi (Intro to Minibuffers): Fix typos.
1658
7b34420d
CY
16592009-03-23 Chong Yidong <cyd@stupidchicken.com>
1660
1661 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
5dcb4c4e
SM
1662 about minibuffers in old Emacs versions. Copyedits.
1663 Emphasize that enable-recursive-minibuffers defaults to nil.
7b34420d
CY
1664 (Text from Minibuffer): Simplify introduction.
1665
f9257eed
AM
16662009-03-22 Alan Mackenzie <acm@muc.de>
1667
1668 * commands.texi (Using Interactive): Clarify string argument to
1669 `interactive' - even promptless elements need \n separators.
1670
f639ba70
CY
16712009-03-18 Chong Yidong <cyd@stupidchicken.com>
1672
1673 * minibuf.texi (Completion Styles): New node.
1674
1675 * elisp.texi (Top): Update node listing.
1676
d897e8ee
CY
16772009-03-17 Chong Yidong <cyd@stupidchicken.com>
1678
1679 * minibuf.texi (Basic Completion): Note that
1680 read-file-name-completion-ignore-case and
1681 read-buffer-completion-ignore-case can override
1682 completion-ignore-case.
1683 (Minibuffer Completion): Document completing-read changes.
1684 (Completion Commands): Avoid mentioning partial completion mode.
1685 Document minibuffer-completion-confirm changes, and
1686 minibuffer-confirm-exit-commands.
1687 (High-Level Completion): Document new require-match behavior for
1688 read-buffer. Document read-buffer-completion-ignore-case.
1689 (Reading File Names): Document new require-match behavior for
1690 read-file-name.
1691
b1f23349
CY
16922009-03-14 Chong Yidong <cyd@stupidchicken.com>
1693
1694 * debugging.texi (Error Debugging): Don't mislead the reader into
1695 thinking that debug-on-error enters debugger for C-f at EOB.
1696 (Error Debugging): Setting debug-on-init within the init file
1697 works, and has for some time.
1698
d6eb4e25
KH
16992009-03-13 Kenichi Handa <handa@m17n.org>
1700
1701 * display.texi (Fontsets): Update the description.
1702
1cf53dc5
CY
17032009-03-13 Chong Yidong <cyd@stupidchicken.com>
1704
1705 * advice.texi (Advising Primitives): Link to What Is a Function.
1706
81f919fc
CY
17072009-03-12 Chong Yidong <cyd@stupidchicken.com>
1708
cf4229eb
CY
1709 * compile.texi (Speed of Byte-Code): Update example.
1710 (Disassembly): Update examples.
1711
81f919fc 1712 * loading.texi (Repeated Loading): Simplify examples.
f2bbc08c
CY
1713
1714 * customize.texi (Common Keywords): It's not necessary to use :tag
1715 to remove hyphens, as custom-unlispify-tag-name does it
1716 automatically.
5dcb4c4e
SM
1717 (Variable Definitions): Link to File Local Variables.
1718 Document customized-value symbol property.
f2bbc08c
CY
1719 (Customization Types): Move menu to end of node.
1720
955964d7
CY
17212009-03-10 Chong Yidong <cyd@stupidchicken.com>
1722
1723 * macros.texi (Compiling Macros): Omit misleading sentence, which
1724 implied that macros can only be used in the same file they are
1725 defined.
1726 (Backquote): Remove obsolete information about Emacs 19.
1727
d25ed7db
GM
17282009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
1729
1730 * display.texi (Display Margins): Fix paren typo.
1731
d55f6ca5
CY
17322009-02-27 Chong Yidong <cyd@stupidchicken.com>
1733
f0e57ed8
CY
1734 * elisp.texi (Top): Update node listing.
1735
1736 * variables.texi (Variables): Clarify introduction.
1737 (Global Variables): Mention that setq is a special form.
1738 (Local Variables): Use active voice.
1739 (Tips for Defining): Mention marking variables as safe.
1740 (Buffer-Local Variables): Mention terminal-local and frame-local
1741 variables together.
1742 (File Local Variables): Copyedits.
1743 (Frame-Local Variables): Note that they are not really useful.
1744 (Future Local Variables): Node deleted.
1745
d55f6ca5
CY
1746 * objects.texi (General Escape Syntax): Update explanation of
1747 unicode escape syntax.
1748
ca8f09a8
CY
17492009-02-23 Chong Yidong <cyd@stupidchicken.com>
1750
1751 * control.texi (Control Structures): Add cindex entry for "textual
1752 order".
1753
1754 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
1755 instead of "expression" throughout.
1756 (Function Indirection): Copyedits. Use active voice.
1757 (Eval): The default value of max-lisp-eval-depth is now 400.
1758
a20878b6
MB
17592009-02-23 Miles Bader <miles@gnu.org>
1760
1761 * processes.texi (System Processes): Rename `system-process-attributes'
1762 to `process-attributes'.
1763
61f66044
CY
17642009-02-22 Chong Yidong <cyd@stupidchicken.com>
1765
1b80d1f3
CY
1766 * symbols.texi (Property Lists): Emphasize that property lists are
1767 not restricted to symbol cells.
1768 (Other Plists): Copyedit.
1769
61f66044
CY
1770 * sequences.texi (Sequences Arrays Vectors): Make introduction
1771 more concise.
1772 (Arrays): Mention char-tables and bool-vectors too.
1773 (Vectors): Don't repeat information given in Arrays node. Link to
1774 nodes that explain the vector usage examples.
1775 (Char-Tables): Note that char-table elements can have arbitrary
1776 type. Explain effect of omitted char-table-extra-slots property.
8a63cf41 1777 Link to Property Lists node.
61f66044 1778
9403944b
CY
17792009-02-22 Chong Yidong <cyd@stupidchicken.com>
1780
1781 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
1782 `append'.
4068c7b4 1783 (List Elements): Copyedits.
9403944b
CY
1784
1785 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
1786 of `vconcat'.
1787
1788 * strings.texi (Creating Strings): Copyedits. Remove obsolete
1789 Emacs 20 usage of `concat'.
1790 (Case Conversion): Copyedits.
1791
b87a185f
CY
17922009-02-21 Chong Yidong <cyd@stupidchicken.com>
1793
1794 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
1795 Minor edits.
1796 (Frame Configuration Type): Emphasize that it is not primitive.
1797 (Font Type): New node.
1798 (Type Predicates): Add fontp; type-of now recognizes font object
1799 types.
1800
1801 * intro.texi (Version Info): Update version numbers in examples.
1802 (Acknowledgements): List more contributors.
1803
1804 * elisp.texi: Bump version number to 3.0.
1805 (Top): Link to Font Type node.
1806
867d4bb3
JB
18072009-02-20 Juanma Barranquero <lekktu@gmail.com>
1808
1809 * modes.texi (Major Mode Conventions): Remove duplicate words.
1810 (Customizing Keywords): Fix typo.
1811
77730170
EZ
18122009-02-14 Eli Zaretskii <eliz@gnu.org>
1813
1814 * nonascii.texi (User-Chosen Coding Systems): Document that
1815 select-safe-coding-system suggests raw-text if there are raw bytes
1816 in the region.
1817 (Explicit Encoding): Warn not to use `undecided' when encoding.
1818
c8736212
GM
18192009-02-11 Glenn Morris <rgm@gnu.org>
1820
1821 * frames.texi (Visibility of Frames): Mention the effect multiple
1822 workspaces/desktops can have on visibility.
1823
ab992d66
EZ
18242009-02-07 Eli Zaretskii <eliz@gnu.org>
1825
c8736212
GM
1826 * text.texi (Commands for Insertion):
1827 * commands.texi (Event Mod):
1828 * keymaps.texi (Searching Keymaps):
5dcb4c4e
SM
1829 * nonascii.texi (Translation of Characters):
1830 Reinstate documentation of translation-table-for-input.
7d2a859f
EZ
1831 (Explicit Encoding): Document the `charset' text property produced
1832 by decode-coding-region and decode-coding-string.
ab992d66 1833
e651a255
AM
18342009-01-27 Alan Mackenzie <acm@muc.de>
1835
1836 * modes.texi (Search-based Fontification): Correct a typo.
1837
bc5cde4b
JB
18382009-01-25 Juanma Barranquero <lekktu@gmail.com>
1839
1840 * abbrevs.texi (Abbrev Table Properties): Fix typo.
1841 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
1842
3533155b
EZ
18432009-01-24 Eli Zaretskii <eliz@gnu.org>
1844
f721deda
EZ
1845 * display.texi (Window Systems): Document the value of
1846 `initial-window-system' under --daemon.
1847
3533155b
EZ
1848 * os.texi (System Environment): Remove description of the
1849 `environment' function which has been deleted.
1850
f79b43b2
DN
18512009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
1852
1853 * frames.texi (Multiple Displays): Remove documentation for
1854 removed function make-frame-on-tty.
1855
e3aa6669
CY
18562009-01-22 Chong Yidong <cyd@stupidchicken.com>
1857
1858 * files.texi (Format Conversion Piecemeal): Clarify behavior of
5dcb4c4e
SM
1859 write-region-annotate-functions.
1860 Document write-region-post-annotation-function.
e3aa6669 1861
fb13a416
CY
18622009-01-19 Chong Yidong <cyd@stupidchicken.com>
1863
1864 * display.texi (Font Lookup): Document WIDTH argument of
1865 x-list-fonts.
1866
02eccf6b
EZ
18672009-01-17 Eli Zaretskii <eliz@gnu.org>
1868
ead3f58d
EZ
1869 * maps.texi (Standard Keymaps): Rename function-key-map to
1870 local-function-key-map.
1871
1872 * keymaps.texi (Translation Keymaps): Rename function-key-map to
1873 local-function-key-map.
1874
1875 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
1876 and `set-keyboard-coding-system' now accept an optional terminal
1877 argument.
1878
1879 * commands.texi (Event Mod): `keyboard-translate-table' is now
1880 terminal-local.
1881 (Function Keys): Rename function-key-map to
1882 local-function-key-map.
1883
df05a163
EZ
1884 * elisp.texi (Top): Make @detailmenu be consistent with changes in
1885 frames.texi.
1886
0ed8034e 1887 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
490f1197
EZ
1888 `delete-terminal-functions', `suspend-tty-functions' and
1889 `resume-tty-functions'.
0ed8034e
EZ
1890
1891 * frames.texi (Frames): Document `frame-terminal' and
1892 `terminal-live-p'.
1893 (Multiple Displays): Document `make-frame-on-tty'.
1894 (Multiple Terminals): Document `terminal-list', `delete-terminal',
1895 `terminal-name', and `get-device-terminal'.
490f1197
EZ
1896 (Terminal Parameters): Document `terminal-parameters',
1897 `terminal-parameter', and `set-terminal-parameter'.
0ed8034e
EZ
1898
1899 * os.texi (System Environment): Document `environment' and
1900 `initial-environment'.
490f1197
EZ
1901 (Suspending Emacs): Update for multi-tty; document
1902 `suspend-tty', `resume-tty', and `controlling-tty-p'.
0ed8034e 1903
02eccf6b
EZ
1904 * nonascii.texi (Coding System Basics): More accurate description
1905 of `raw-text'.
1906
f19fea97
JB
19072009-01-12 Juanma Barranquero <lekktu@gmail.com>
1908
1909 * display.texi (Low-Level Font): Fix typo.
1910
16fa292f
CY
19112009-01-10 Chong Yidong <cyd@stupidchicken.com>
1912
1913 * elisp.texi (Top): Update node listing.
1914
1915 * display.texi (PostScript Images): Node deleted.
1916
0b4faef3
EZ
19172009-01-10 Eli Zaretskii <eliz@gnu.org>
1918
3355f04d
EZ
1919 * processes.texi (Decoding Output): Document that null bytes force
1920 no-conversion for reading process output.
1921
1922 * files.texi (Reading from Files): Document that null bytes force
1923 no-conversion when visiting files.
1924
11625308 1925 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
538395d9 1926
5dcb4c4e
SM
1927 * nonascii.texi (Lisp and Coding Systems):
1928 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
c06ea95e 1929 (Character Properties): Improve wording.
0b4faef3 1930
ce9cf065
CY
19312009-01-09 Chong Yidong <cyd@stupidchicken.com>
1932
1933 * display.texi (Font Lookup): Remove obsolete function
1934 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
1935 (Low-Level Font): Rename from Fonts, move to end of Faces section.
5dcb4c4e
SM
1936 (Font Selection): Reorder order of variable descriptions.
1937 Minor clarifications.
ce9cf065
CY
1938
1939 * elisp.texi (Top): Update node listing.
1940
ab756fb3
GM
19412009-01-09 Glenn Morris <rgm@gnu.org>
1942
1943 * commands.texi (Command Loop Info): Say that last-command-char and
1944 last-input-char are obsolete aliases.
1945
1946 * edebug.texi (Edebug Recursive Edit): Remove separate references to
1947 last-input-char and last-command-char, since they are just aliases for
1948 last-input-event and last-command-event.
1949
1950 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
1951 last-command-char.
1952
6b2b8ab1
CY
19532009-01-08 Chong Yidong <cyd@stupidchicken.com>
1954
1955 * elisp.texi: Update node listing.
1956
1957 * display.texi (Faces): Put Font Selection node after Auto Faces.
5dcb4c4e
SM
1958 (Face Attributes): Don't link to Font Lookup.
1959 Document font-family-list.
6b2b8ab1
CY
1960 (Fonts): New node.
1961
3568e767
JR
19622009-01-08 Jason Rumney <jasonr@gnu.org>
1963
1964 * frames.texi (Pointer Shape): Clarify that only X supports
5ce6e4f4 1965 changing the standard pointer shapes. (Bug#1485)
3568e767 1966
6221c8db
CY
19672009-01-08 Chong Yidong <cyd@stupidchicken.com>
1968
1969 * display.texi (Attribute Functions): Note that a function value
1970 :height is relative, and that compatibility functions work by
1971 calling set-face-attribute.
1972 (Displaying Faces): Reorder list in order of increasing priority.
1973 (Face Remapping): New node. Content moved here from Displaying
1974 Faces.
1975 (Glyphs): Link to Face Functions.
1976
e3d3799a
CY
19772009-01-08 Chong Yidong <cyd@stupidchicken.com>
1978
1979 * display.texi (Faces): Don't discuss face id here. facep does
1980 not return t.
1981 (Defining Faces): Minor clarification.
1982 (Face Attributes): Rearrange items to match docstring of
1983 set-face-attribute. Add :foundry attribute. Document new role of
1984 :font attribute. Texinfo usage fix.
1985 (Attribute Functions): Copyedits.
1986 (Face Functions): Note that face number is seldom used.
1987
638a2457
RS
19882009-01-05 Richard M Stallman <rms@gnu.org>
1989
1990 * strings.texi (Predicates for Strings): Minor clarification.
1991
1992 * functions.texi (Function Safety): Texinfo usage fix.
1993
49ea0074
JB
19942009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny patch)
1995
1996 * objects.texi (General Escape Syntax): Fix typo.
1997
9f822178
MR
19982009-01-03 Martin Rudalics <rudalics@gmx.at>
1999
2000 * windows.texi (Choosing Window): Say that pop-up-frame-alist
2001 works via the default value of pop-up-frame-function.
2002
af34ad36
EZ
20032009-01-02 Eli Zaretskii <eliz@gnu.org>
2004
2005 * processes.texi (System Processes): Document the `time' and
2006 `ctime' attributes of `system-process-attributes'.
2007
d31f6679
CY
20082009-01-01 Chong Yidong <cyd@stupidchicken.com>
2009
2010 * display.texi (Face Attributes): Clarify :height attribute.
2011
174dc00c
MR
20122008-12-31 Martin Rudalics <rudalics@gmx.at>
2013
2014 * buffers.texi (The Buffer List): Clarify what moves a buffer to
2015 the front of the buffer list. Add entries for `last-buffer' and
2016 `unbury-buffer'.
2017
b8afe7e4
EZ
20182008-12-27 Eli Zaretskii <eliz@gnu.org>
2019
d14030f5
EZ
2020 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
2021 and its subsections.
2022
2023 * frames.texi (Multiple Terminals, Low-level Terminal)
2024 (Terminal Parameters, Frames on Other TTY devices): New sections.
2025 (Frames): Add an xref to "Multiple Terminals".
2026
765980a4
EZ
2027 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
2028
2029 * objects.texi (Terminal Type): New node.
2030 (Editing Types): Add it to the menu.
2031
47bd5577
EZ
2032 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
2033 Variables".
2034
eb22b78c 2035 * variables.texi (Directory Local Variables): New node.
47bd5577 2036 (Variables): Add a menu item for it.
eb22b78c 2037
b8afe7e4
EZ
2038 * loading.texi (Autoload): Document `generate-autoload-cookie' and
2039 `generated-autoload-file'.
2040
77bb0476
EZ
20412008-12-20 Eli Zaretskii <eliz@gnu.org>
2042
028e2c19
EZ
2043 * os.texi (Startup Summary): Add xref to documentation of
2044 `initial-window-system'.
2045
77bb0476
EZ
2046 * display.texi (Window Systems): Document `window-system' the
2047 function. The variable `window-system' is now frame-local.
028e2c19 2048 Document `initial-window-system'.
77bb0476 2049
dda87836
MR
20502008-12-19 Martin Rudalics <rudalics@gmx.at>
2051
2052 * windows.texi (Windows): Rewrite description of
2053 fit-window-to-buffer.
2054
caef3ed2
GM
20552008-12-13 Glenn Morris <rgm@gnu.org>
2056
2057 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
2058 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
2059
21c58e4d
GM
20602008-12-12 Glenn Morris <rgm@gnu.org>
2061
2062 * debugging.texi (Error Debugging): Refer forwards to
2063 eval-expression-debug-on-error.
2064
af38459f
EZ
20652008-12-05 Eli Zaretskii <eliz@gnu.org>
2066
5dedd9b5
EZ
2067 * strings.texi (String Basics): Only unibyte strings that
2068 represent key sequences hold 8-bit raw bytes.
2069
af38459f
EZ
2070 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
2071 paragraph to speak about `undecided'.
2072 (Character Properties): Don't explain the meaning of each
2073 property; instead, identify their Unicode Standard names.
b3f1f4a5 2074 (Character Sets): Document `map-charset-chars'.
af38459f 2075
fa047ae7
GM
20762008-12-02 Glenn Morris <rgm@gnu.org>
2077
2078 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
2079 section yet again.
2080
47dbc044
EZ
20812008-11-29 Eli Zaretskii <eliz@gnu.org>
2082
98d05998
EZ
2083 * nonascii.texi (Character Properties): New Section.
2084 (Specifying Coding Systems): Document
2085 `coding-system-priority-list', `set-coding-system-priority', and
2086 `with-coding-priority'.
2087 (Lisp and Coding Systems): Document `check-coding-systems-region'
2088 and `coding-system-charset-list'.
2089 (Coding System Basics): Document `coding-system-aliases'.
2090
2091 * elisp.texi (Top): Add a @detailmenu entry for "Character
2092 Properties".
2093
47dbc044
EZ
2094 * objects.texi (Character Type): Correct the range of Emacs
2095 characters. Add an @xref to "Character Codes".
2096
2097 * strings.texi (String Basics): Add an @xref to "Character Codes".
2098
2099 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
2100
2101 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
2102 (Character Codes): Document `max-char'.
2103
8b80cdf5
EZ
21042008-11-28 Eli Zaretskii <eliz@gnu.org>
2105
2106 * nonascii.texi (Text Representations, Converting Representations)
2107 (Character Sets, Scanning Charsets, Translation of Characters):
2108 Make text more accurate.
2109
a99dceba
GM
21102008-11-28 Glenn Morris <rgm@gnu.org>
2111
2112 * files.texi (Format Conversion Round-Trip): Improve previous change.
2113
f6dc3bed
CY
21142008-11-26 Chong Yidong <cyd@stupidchicken.com>
2115
2116 * modes.texi (Auto Major Mode): Fix example.
2117
5da9413d
GM
21182008-11-25 Glenn Morris <rgm@gnu.org>
2119
2120 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
2121
2122 * files.texi (Format Conversion Round-Trip):
2123 Use active voice for previous change.
2124
fcca848c
CY
21252008-11-25 Chong Yidong <cyd@stupidchicken.com>
2126
2127 * os.texi (Processor Run Time):
2128 * processes.texi (Transaction Queues):
2129 * markers.texi (The Mark):
2130 * windows.texi (Choosing Window, Selecting Windows):
2131 * files.texi (Changing Files, Magic File Names):
2132 * commands.texi (Key Sequence Input):
2133 * functions.texi (Declaring Functions):
2134 * strings.texi (Predicates for Strings):
2135 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
2136
36c8dc54
CY
21372008-11-24 Chong Yidong <cyd@stupidchicken.com>
2138
2139 * help.texi (Accessing Documentation): Update example.
2140
2141 * variables.texi (Defining Variables): Note that `*' is not
2142 necessary if defcustom is used.
2143
2a79b242
EZ
21442008-11-22 Eli Zaretskii <eliz@gnu.org>
2145
2146 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
2147 Characters" from @detailmenu.
2148
2149 * nonascii.texi (Character Codes, Character Sets)
2150 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
2151 (Chars and Bytes, Splitting Characters): Sections removed.
2152
392f0d26
LK
21532008-11-22 Lute Kamstra <lute@gnu.org>
2154
2155 * positions.texi (Text Lines): Update goto-line documentation.
2156
af1a5cd5
MR
21572008-11-21 Martin Rudalics <rudalics@gmx.at>
2158
6a4cfb0c
MR
2159 * frames.texi (Frames): Fix typo, add cross references, reword.
2160 (Initial Parameters): Reword special-display-frame-alist text.
2161 (Frames and Windows): Reword. Describe argument norecord for
2162 set-frame-selected-window.
2163 (Input Focus): Describe argument norecord for select-frame.
2164 Remove comment on MS-Windows behavior for focus-follows-mouse.
2165 (Raising and Lowering): Mention windows-frames dichotomy in
2166 metaphor.
2167
af1a5cd5
MR
2168 * windows.texi (Displaying Buffers, Vertical Scrolling)
2169 (Horizontal Scrolling): Fix indenting and rewording issues
2170 introduced with 2008-11-07 change.
2171
c249fa9c
GM
21722008-11-20 Glenn Morris <rgm@gnu.org>
2173
2174 * files.texi (Format Conversion Round-Trip): Mention `preserve'
2175 element of `format-alist'.
2176
204d4665
GM
21772008-11-19 Glenn Morris <rgm@gnu.org>
2178
2179 * doclicense.texi: Update to FDL 1.3.
2180 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
2181
cc0910af
CY
21822008-11-18 Chong Yidong <cyd@stupidchicken.com>
2183
efe6e7c4
CY
2184 * windows.texi (Window Hooks): Remove *-end-trigger-functions
2185 vars, which are obsolete. Mention jit-lock-register.
2186
5dcb4c4e
SM
2187 * modes.texi (Other Font Lock Variables):
2188 Document jit-lock-register and jit-lock-unregister.
efe6e7c4 2189
cc0910af
CY
2190 * frames.texi (Color Parameters): Document alpha parameter.
2191
aeeedf76
MR
21922008-11-16 Martin Rudalics <rudalics@gmx.at>
2193
2194 * windows.texi (Splitting Windows, Deleting Windows)
2195 (Selecting Windows, Cyclic Window Ordering)
2196 (Buffers and Windows, Displaying Buffers, Choosing Window)
2197 (Dedicated Windows, Window Point, Window Start and End)
2198 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
2199 (Size of Window, Resizing Windows, Window Configurations)
2200 (Window Parameters): Avoid @var at beginning of sentences and
2201 reword accordingly.
2202
4c565c5c
LK
22032008-11-11 Lute Kamstra <lute@gnu.org>
2204
2205 * files.texi (File Name Components): Fix file-name-extension
2206 documentation.
2207
25f494c9
JB
22082008-11-11 Juanma Barranquero <lekktu@gmail.com>
2209
2210 * frames.texi (Basic Parameters): Remove display-environment-variable
2211 and term-environment-variable.
2212
a1401ab1
EZ
22132008-11-08 Eli Zaretskii <eliz@gnu.org>
2214
2215 * windows.texi (Basic Windows, Splitting Windows)
2216 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
2217 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
25f494c9
JB
2218 (Resizing Windows, Window Configurations, Window Parameters):
2219 Fix wording and markup.
a1401ab1 2220
efafc282
MR
22212008-11-07 Martin Rudalics <rudalics@gmx.at>
2222
2223 * windows.texi (Windows): Update entries.
2224 (Basic Windows): Remove listing of attributes. Reword.
86ab855a 2225 (Splitting Windows, Deleting Windows): Reword.
efafc282
MR
2226 (Selecting Windows, Cyclic Window Ordering): Reword with special
2227 emphasis on order of recently selected windows and buffer list.
86ab855a
MR
2228 (Buffers and Windows, Choosing Window): Reword with special
2229 emphasis on dedicated windows.
2230 (Displaying Buffers): Reword. For switch-to-buffer mention that
2231 it may fall back on pop-to-buffer. For other-window try to
2232 explain how it treats the cyclic ordering of windows.
efafc282
MR
2233 (Dedicated Windows): New node and section discussing dedicated
2234 windows and associated functions.
86ab855a 2235 (Window Point): Add entry for window-point-insertion-type. Reword.
efafc282
MR
2236 (Window Start and End): Rename node and section title. Reword.
2237 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
2238 Minor rewording.
2239 (Size of Window): Reword, in particular text on window-width.
2240 (Resizing Windows): Reword. Add text on balancing windows.
2241 (Window Configurations): Reword. Mention window parameters.
2242 (Window Parameters): New node and section on window parameters.
2243 (Window Hooks): Reword. Mention that
2244 window-configuration-change-hook is run "buffer-locally".
2245 * elisp.texi (Top): Update Windows entries in @detailmenu
2246 section.
2247
d60a8ab2
JB
22482008-11-04 Juanma Barranquero <lekktu@gmail.com>
2249
2250 * searching.texi (Regexp Search): Fix typo.
2251
01777627
CY
22522008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
2253
2254 * searching.texi (Regexp Search): Document GREEDY arg.
2255 (Simple Match Data): Fix return value.
2256
c4526e93
EZ
22572008-11-01 Eli Zaretskii <eliz@gnu.org>
2258
2259 * nonascii.texi (Text Representations): Rewrite to make consistent
5dcb4c4e
SM
2260 with Emacs 23 internal representation of characters.
2261 Document `unibyte-string'.
c4526e93 2262
fe2ae8b5
CY
22632008-10-28 Chong Yidong <cyd@stupidchicken.com>
2264
2265 * processes.texi (Process Information): Note that process-status
2266 does not accept buffer names.
2267
cc5a21e3
CY
22682008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
2269
2270 * positions.texi (Skipping Characters): Correct return value of
2271 skip-chars-forward.
2272
09460d9a
MR
22732008-10-25 Martin Rudalics <rudalics@gmx.at>
2274
520b29e7
MR
2275 * windows.texi (Deleting Windows): Update documentation of
2276 delete-windows-on.
2277 (Buffers and Windows): Update documentations of
2278 get-buffer-window and get-buffer-window-list.
2279 (Displaying Buffers): Update documentation of
2280 replace-buffer-in-windows.
2281
09460d9a
MR
2282 * buffers.texi (Current Buffer): Reword set-buffer and
2283 with-current-buffer documentations.
2284 (Creating Buffers): Reword documentation of get-buffer-create.
2285
4d48fcdc
MR
22862008-10-23 Martin Rudalics <rudalics@gmx.at>
2287
2288 * buffers.texi (Current Buffer): Reword documentation of
2289 set-buffer.
2290 (Buffer Names): Reword documentation of buffer-name.
2291 (The Buffer List): For bury-buffer explain what happens with the
2292 buffer's window.
2293 (Creating Buffers): Say that get-buffer-create's arg is called
2294 buffer-or-name.
2295
f0143c43
CY
22962008-10-22 Chong Yidong <cyd@stupidchicken.com>
2297
3e5dbbd3
CY
2298 * advice.texi (Computed Advice): Explain what DEFINITION is.
2299
f0143c43
CY
2300 * nonascii.texi (Character Codes): Remove obsolete function
2301 char-valid-p, and document characterp instead.
2302
52a94b85
MR
23032008-10-22 Martin Rudalics <rudalics@gmx.at>
2304
2305 * windows.texi (Displaying Buffers): Reword documentation of
2306 pop-to-buffer.
2307 (Choosing Window): Rewrite documentation of display-buffer and
2308 its options.
2309
f76f8246
MR
2310 * buffers.texi (Killing Buffers): Update documentation of
2311 kill-buffer.
2312
acc8b598
EZ
23132008-10-21 Eli Zaretskii <eliz@gnu.org>
2314
80e6b6df
EZ
2315 * processes.texi (Serial Ports): Fix wording and improve markup.
2316
3645358a
EZ
2317 * searching.texi (Regexp Search): Document `string-match-p' and
2318 `looking-at-p'.
2319 (POSIX Regexps): Add an xref for "non-greedy".
2320 (Regexp Special): Add @cindex entry for "non-greedy".
2321
b3d50cff 2322 * display.texi (Attribute Functions): Document `face-all-attributes'.
bf190568 2323 (Image Cache) <image-refresh>: Minor wording fixes.
b3d50cff 2324
73b7530a
EZ
2325 * frames.texi (Color Names): Add an xref to `read-color'.
2326
2327 * minibuf.texi (High-Level Completion): Document `read-color'.
2328
acc8b598
EZ
2329 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
2330
2331 * positions.texi (Narrowing): Add an xref to "Swapping Text".
2332
2333 * buffers.texi (Swapping Text): New section, documents
2334 `buffer-swap-text'.
2335
10e187e8
MR
23362008-10-21 Martin Rudalics <rudalics@gmx.at>
2337
2338 * windows.texi (Resizing Windows): Minor wording fix.
2339
fd6f900c
EZ
23402008-10-20 Eli Zaretskii <eliz@gnu.org>
2341
2342 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
2343 and `combine-and-quote-strings'.
2344
2345 * strings.texi (Creating Strings): Add xrefs for them.
2346
e4372165
EZ
23472008-10-19 Eli Zaretskii <eliz@gnu.org>
2348
d6328fba
EZ
2349 * elisp.texi (Top): Make descriptive text for "Reading File Names"
2350 match the corresponding menu in minibuf.texi.
2351
e4372165
EZ
2352 * minibuf.texi (Reading File Names): Document `read-shell-command'
2353 and `minibuffer-local-shell-command-map'.
2354
5d8dda33
MR
23552008-10-19 Martin Rudalics <rudalics@gmx.at>
2356
2357 * windows.texi (Resizing Windows): Remove var{} around "window" in
2358 documentation of enlarge-window.
2359 Rewrite documentation of window-min-height and window-min-width.
2360
437706cd
EZ
23612008-10-19 Eli Zaretskii <eliz@gnu.org>
2362
80f85d7c
EZ
2363 * functions.texi (Calling Functions): Document `apply-partially'.
2364
291703b5
EZ
2365 * hooks.texi (Standard Hooks): Mention
2366 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
2367
2368 * variables.texi (File Local Variables): Document
2369 `file-local-variables-alist', `before-hack-local-variables-hook'
2370 and `hack-local-variables-hook'.
2371
583d8b3c
EZ
2372 * processes.texi (Synchronous Processes): Document `process-lines'.
2373
5dcb4c4e
SM
2374 * customize.texi (Variable Definitions):
2375 Document `custom-reevaluate-setting'.
437706cd 2376
7e51d89b
MR
23772008-10-18 Martin Rudalics <rudalics@gmx.at>
2378
2379 * windows.texi (Choosing Window, Deleting Windows)
2380 (Displaying Buffers): Expand documentation of dedicated windows.
2381
43c59a3d
EZ
23822008-10-18 Eli Zaretskii <eliz@gnu.org>
2383
018a960d
EZ
2384 * files.texi (Changing Files): Document symbolic input of file
2385 modes to `set-file-modes'. Document `read-file-modes' and
2386 `file-modes-symbolic-to-number'.
2387
2c0b8144
EZ
2388 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
2389 and `search-map'.
2390
5dcb4c4e
SM
2391 * searching.texi (Search and Replace):
2392 Document `replace-search-function' and `replace-re-search-function'.
2c0b8144 2393 Document `multi-query-replace-map'.
80120f13 2394
6d4913f0 2395 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
5dcb4c4e
SM
2396 (Completion Commands, Reading File Names):
2397 Rename `minibuffer-local-must-match-filename-map' to
6d4913f0
EZ
2398 `minibuffer-local-filename-must-match-map'.
2399 (Minibuffer Completion): The `require-match' argument to
2400 `completing-read' can now have the value `confirm-only'.
2401
43c59a3d
EZ
2402 * windows.texi (Displaying Buffers): Minor wording fix.
2403 (Choosing Window): `split-height-threshold' can now be nil.
2404 Document `split-width-threshold'. `pop-up-frames' can have the
2405 value `graphic-only'.
2406
f36acfd9
EZ
24072008-10-17 Eli Zaretskii <eliz@gnu.org>
2408
2409 * os.texi (Startup Summary): Document `before-init-time' and
2410 `after-init-time'. Document `initial-window-system' and
2411 `window-system-initialization-alist'. Document reading the
2412 abbrevs file. Document the call to `server-start' under --daemon.
2413 Rearrange a bit to be consistent with the code flow.
53728487
EZ
2414 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
2415 (Time Parsing): Document `format-seconds'.
f36acfd9 2416
96995b89
MR
24172008-10-17 Martin Rudalics <rudalics@gmx.at>
2418
2419 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
2420 and reword.
2421
2de17c73
EZ
24222008-10-16 Eli Zaretskii <eliz@gnu.org>
2423
2424 * markers.texi (The Mark): Document use-region-p.
2425
9cf52b11
EZ
24262008-10-15 Eli Zaretskii <eliz@gnu.org>
2427
c3aaf1d7
EZ
2428 * internals.texi (Writing Emacs Primitives): The interactive spec
2429 of a primitive can be a Lisp form.
2430
841a1743
EZ
2431 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
2432 values of transient-mark-mode. Document handle-shift-selection.
2433
2434 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
2435 (Interactive Examples): Show an example of `^'.
2436 (Key Sequence Input): Document this-command-keys-shift-translated.
c3aaf1d7
EZ
2437 (Defining Commands, Using Interactive): The interactive-form of a
2438 function can be added via its symbol's property.
841a1743 2439
52441368
EZ
2440 * positions.texi (List Motion): beginning-of-defun-function can
2441 now accept an argument.
2442
8e8c1a72
EZ
2443 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
2444 now return a list of strings.
2445
a33a1f2a
EZ
2446 * control.texi (Handling Errors): Document ignore-errors.
2447
4fb04348
EZ
2448 * frames.texi (Creating Frames): Document frame-inherited-parameters.
2449 (Parameter Access): Document set-frame-parameter.
2450
ee666f84
EZ
2451 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
2452 Hooks" for the effect of kill-all-local-variables on local hook
2453 functions.
2454
9cf52b11
EZ
2455 * modes.texi (Major Mode Conventions, Mode Line Variables):
2456 `mode-name' need not be a string. xref to "Mode Line Data" for
2457 details, and to "Emulating Mode Line" for computing a string
2458 value.
2459
22526bc4
EZ
24602008-10-14 Eli Zaretskii <eliz@gnu.org>
2461
a65f6a85
EZ
2462 * processes.texi (System Processes): New section.
2463 (Processes, Signals to Processes): Add xrefs to it.
2464
2465 * objects.texi (Editing Types): A `process' is a subprocess of
2466 Emacs, not just any process running on the OS.
2467
2468 * elisp.texi (Top): Adjust the @detailmenu for the above two
2469 changes.
2470
2724b26a
EZ
2471 * sequences.texi (Char-Tables): Remove documentation of
2472 set-char-table-default, which has no effect since Emacs 23.
2473 <char-table-range, set-char-table-range>: Don't mention generic
2474 characters and charsets. Add a cons cell as a possible argument.
2475
2476 * nonascii.texi (Splitting Characters)
2477 (Translation of Characters): Don't mention generic characters.
2478
2479 * display.texi (Fontsets): Don't mention generic characters.
2480
22526bc4 2481 * sequences.texi (Char-Tables): `map-char-table' can now call its
25f494c9 2482 argument FUNCTION with a cons cell as KEY.
22526bc4 2483
eaf4b689
EZ
24842008-10-13 Eli Zaretskii <eliz@gnu.org>
2485
45e46036
EZ
2486 * objects.texi (Primitive Function Type): Move "@cindex special
2487 forms" from here...
2488
2489 * eval.texi (Special Forms): ...to here.
2490
2491 * functions.texi (What Is a Function): `functionp' returns nil for
2492 special forms. Add an xref.
2493
eaf4b689
EZ
2494 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
2495 Variables".
2496
2497 * variables.texi (Frame-Local Variables): New section.
2498 (Buffer-Local Variables): Add an xref to it.
2499 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
2500 have both frame-local and buffer-local binding.
2501
2502 * frames.texi (Frames): Mention multiple tty frames.
2503 (Frame Parameters, Parameter Access): Mention frame-local variable
2504 bindings.
2505
15688fce
GM
25062008-09-20 Glenn Morris <rgm@gnu.org>
2507
2508 * display.texi (Defining Faces): Recommend against face variables.
2509
35539065
JB
25102008-09-16 Juanma Barranquero <lekktu@gmail.com>
2511
2512 * display.texi (Echo Area Customization): Fix typo.
2513
6a57054b
JB
25142008-09-09 Juanma Barranquero <lekktu@gmail.com>
2515
2516 * loading.texi (Where Defined): Add `defface' item.
2517
d632fb82
MR
25182008-09-06 Martin Rudalics <rudalics@gmx.at>
2519
2520 * loading.texi (Where Defined): Fix description of symbol-file.
2521
905a9adb
JR
25222008-08-26 Jason Rumney <jasonr@gnu.org>
2523
2524 * display.texi (TIFF Images): New section describing :index property.
2525
852e91b7
CY
25262008-08-23 Chong Yidong <cyd@stupidchicken.com>
2527
2528 * display.texi (Temporary Displays): Remove unnecessary comment
2529 about usage of temp-buffer-show-hook.
2530
6be001ee
CY
25312008-08-05 Chong Yidong <cyd@stupidchicken.com>
2532
2533 * symbols.texi (Other Plists): Fix incorrect example.
2534 Suggested by Florian Beck.
2535
58e3d8e8
JB
25362008-07-31 Juanma Barranquero <lekktu@gmail.com>
2537
2538 * os.texi: Fix previous change.
2539
7c2fb837
DN
25402008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
2541
2542 * os.texi:
2543 * intro.texi:
2544 * files.texi: Remove VMS support.
2545
9e2a2647
DN
25462008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
2547
2548 * os.texi:
2549 * frames.texi:
2550 * display.texi: Remove mentions of Mac Carbon.
2551
c4f4682b
MB
25522008-07-01 Miles Bader <miles@gnu.org>
2553
2554 * text.texi (Special Properties):
2555 * display.texi (Truncation): Add wrap-prefix and line-prefix.
2556
3696411e
JB
25572008-06-28 Johan Bockgård <bojohan@gnu.org>
2558
2559 * display.texi (Other Image Types): Fix copy/paste error; say
2560 "PBM", not "XBM".
2561
f2a77c3a
DN
25622008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
2563
2564 * os.texi: Remove references to obsolete systems.
2565
6d52677d
EZ
25662008-06-20 Eli Zaretskii <eliz@gnu.org>
2567
2568 * makefile.w32-in (distclean): Remove makefile.
2569
1a87da4c
GM
25702008-06-17 Glenn Morris <rgm@gnu.org>
2571
2572 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
2573 (elisp, dist): Remove rules and variables that are obsolete now
2574 the lisp manual is no longer distributed separately.
2575
fdda1c5d
GM
25762008-06-16 Glenn Morris <rgm@gnu.org>
2577
646692e9
GM
2578 * configure, configure.in, mkinstalldirs: Remove unused files.
2579
2580 * book-spine.texinfo: Set version to 23.0.60.
fdda1c5d 2581 * vol1.texi (EMACSVER):
6a57054b 2582 * vol2.texi (EMACSVER): Set to 23.0.60.
fdda1c5d
GM
2583
2584 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
2585 as per maintain.info.
2586
611bee81
GM
25872008-06-15 Glenn Morris <rgm@gnu.org>
2588
a7bed3a0
GM
2589 * makefile.w32-in (manual): Use "23" rather than "21".
2590
2591 * Makefile.in (emacsver): New, set by configure.
2592 (manual): Use emacsver.
2593
d794edf2
GM
2594 * intro.texi: Report bugs using M-x report-emacs-bug.
2595
611bee81
GM
2596 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
2597
c73e02fa
GM
25982008-06-13 Daniel Engeler <engeler@gmail.com>
2599
2600 * elisp.texi, internals.texi, processes.texi: Add documentation
2601 about serial port access.
2602
e40a85cd
MB
26032008-06-05 Miles Bader <miles@gnu.org>
2604
2605 * display.texi (Displaying Faces): Update to reflect function
2606 renamings in face-remap.el.
2607
7b753744
JB
26082008-06-05 Juanma Barranquero <lekktu@gmail.com>
2609
2610 * display.texi (Fontsets): Fix typos.
2611
9d3d42fb
MB
26122008-06-03 Miles Bader <miles@gnu.org>
2613
7b753744
JB
2614 * display.texi (Displaying Faces): Add add-relative-face-remapping,
2615 remove-relative-face-remapping, set-base-face-remapping,
2616 and set-default-base-face-remapping.
9d3d42fb 2617
f2cec7a9
MB
26182008-06-01 Miles Bader <miles@gnu.org>
2619
2620 * display.texi (Displaying Faces): Add face-remapping-alist.
2621
8f39c96d
SM
26222008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2623
2624 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
2625 variable names.
2626
1ef5eecc
ER
26272008-05-03 Eric S. Raymond <esr@golux>
2628
352c8b4a 2629 * keymaps.texi: Clarify that (current-local-map) and
1ef5eecc
ER
2630 (current-global-map) return references, not copies.
2631
63b4387f
JL
26322008-05-02 Juri Linkov <juri@jurta.org>
2633
2634 * minibuf.texi (Text from Minibuffer): Document a list of
2635 default values for `read-from-minibuffer'.
2636
38a8b703
JB
26372008-04-24 Juanma Barranquero <lekktu@gmail.com>
2638
2639 * nonascii.texi (Translation of Characters): Fix previous change.
2640
7c42e639
CY
26412008-04-20 Chong Yidong <cyd@stupidchicken.com>
2642
2643 * display.texi (Overlay Properties): Clarify role of underlying
2644 textprop and overlay keymaps for display strings.
2645
2646 * keymaps.texi (Active Keymaps): Ditto.
2647
25c0d999
SM
26482008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
2649
2650 * minibuf.texi (Programmed Completion):
2651 Replace dynamic-completion-table with the new completion-table-dynamic.
2652
e3af5968
CY
26532008-04-07 Chong Yidong <cyd@stupidchicken.com>
2654
2655 * intro.texi (Some Terms): Change "fonts in this manual" index
2656 entry to "typographic conventions".
2657
6bfc8698
EZ
26582008-04-05 Eli Zaretskii <eliz@gnu.org>
2659
2660 * objects.texi (Text Props and Strings): Add indexing for read
2661 syntax of text properties.
2662
4972c361
SM
26632008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
2664
2665 * processes.texi (Decoding Output): Remove process-filter-multibyte
2666 functions.
2667
c70a68db
MR
26682008-03-15 Martin Rudalics <rudalics@gmx.at>
2669
2670 * display.texi (Finding Overlays): Say that empty overlays at
2671 the end of the buffer are reported too.
2672
1291fd36
GM
26732008-03-13 Glenn Morris <rgm@gnu.org>
2674
2675 * elisp.texi (EMACSVER): Set to 23.0.60.
2676
c6b0dfd5
CY
26772008-02-26 Chong Yidong <cyd@stupidchicken.com>
2678
38a8b703 2679 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
c6b0dfd5 2680
875fc30c
GM
26812008-02-22 Glenn Morris <rgm@gnu.org>
2682
2683 * frames.texi (Position Parameters): Clarify the description of
2684 `left' and `top', using information from "Geometry".
2685 (Geometry): Give a pointer to "Position Parameters", rather than
2686 repeating information.
2687
d8c8e45a
GM
26882008-02-11 Glenn Morris <rgm@gnu.org>
2689
2690 * objects.texi (Equality Predicates): No longer talk about "two"
2691 functions.
2692
38a8b703 26932008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
d8c8e45a
GM
2694
2695 * objects.texi (Equality Predicates): Add defun for
2696 equal-including-properties.
2697
bfffe0b1
GM
26982008-02-10 Glenn Morris <rgm@gnu.org>
2699
2700 * objects.texi (Equality Predicates):
2701 Mention equal-including-properties.
2702
431b78c9
RS
27032008-02-07 Richard Stallman <rms@gnu.org>
2704
2705 * windows.texi (Window Start): Mention the feature of moving
2706 window-start to start of line.
2707
c8763fb6 27082008-02-07 Jan Djärv <jan.h.d@swipnet.se>
eafa12e6
JD
2709
2710 * keymaps.texi (Tool Bar): Document rtl property.
2711
1a256502
TTN
27122008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
2713
2714 * display.texi (Button Types):
2715 For define-button-type, clarify type of NAME.
2716
569382c2
MR
27172008-01-19 Martin Rudalics <rudalics@gmx.at>
2718
2719 * buffers.texi (Buffer Modification): Fix typo.
2720
f3041af1
DN
27212008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
2722
2723 * os.texi (System Environment): Remove references to OSes that are
2724 not supported anymore.
2725
d35e1cd7
DN
27262008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2727
2728 * os.texi (System Environment): Remove mention for Masscomp.
2729
23af7580
RS
27302008-01-04 Richard Stallman <rms@gnu.org>
2731
2732 * display.texi (Faces): Don't talk about internal face vector as arg
2733 to facep.
2734
2735 * customize.texi (Type Keywords): Fix previous change.
2736
2737 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
2738 * elisp.texi (Top): Fix menu for commands.texi change.
2739
ec7d5b1e
RS
27402007-12-30 Richard Stallman <rms@gnu.org>
2741
5dcb4c4e 2742 * commands.texi (Accessing Mouse): Rename from Accessing Events.
ec7d5b1e
RS
2743 (Accessing Scroll): New node broken out of Accessing Mouse.
2744
101a6cea
RS
27452007-12-28 Richard Stallman <rms@gnu.org>
2746
2747 * frames.texi (Size Parameters): Fix typo.
7f9e0c04 2748 (Basic Parameters): For `title', refer to title bar.
041817a4 2749 (Size and Position): Explain meaning of frame pixel width and height.
101a6cea 2750
72b7e664
RS
27512007-12-23 Richard Stallman <rms@gnu.org>
2752
2753 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
2754 Improve some of the commented-out keywords' text too.
2755
27a4f445
MR
27562007-12-14 Martin Rudalics <rudalics@gmx.at>
2757
e2e3f1d7
MR
2758 * nonascii.texi (Encoding and I/O): Reword to avoid saying
2759 "visit the current buffer".
2760
27a4f445
MR
2761 * os.texi (System Interface): Fix typo.
2762
a2afc99d
RS
27632007-12-04 Richard Stallman <rms@gnu.org>
2764
2765 * objects.texi (Symbol Type): Fix typo.
2766
b694135c
RS
27672007-12-03 Richard Stallman <rms@gnu.org>
2768
2769 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
2770
f99a19da
GM
27712007-12-01 Glenn Morris <rgm@gnu.org>
2772
2773 * functions.texi (Declaring Functions): Improve previous change.
2774
8f4b37d8
GM
27752007-11-30 Glenn Morris <rgm@gnu.org>
2776
2777 * functions.texi (Declaring Functions): Add optional fourth
2778 argument of declare-function, and setting third argument to `t'.
2779
61a2fe01
RS
27802007-11-29 Richard Stallman <rms@gnu.org>
2781
2782 * customize.texi (Composite Types): Document `group' type.
2783
cbfc5193
GM
27842007-11-29 Glenn Morris <rgm@gnu.org>
2785
5dcb4c4e
SM
2786 * functions.texi (Declaring Functions): Add findex.
2787 Mention `external' files.
cbfc5193 2788
8386283a
JB
27892007-11-26 Juanma Barranquero <lekktu@gmail.com>
2790
2791 * functions.texi (Declaring Functions): Fix directive.
2792
a07c9a8b
RS
27932007-11-25 Richard Stallman <rms@gnu.org>
2794
2795 * help.texi (Help Functions): Clean up last change.
2796
2797 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
2798
2799 * loading.texi (Named Features): Minor cleanup.
2800
2801 * macros.texi (Eval During Expansion): Minor cleanup.
2802
2803 * variables.texi (Variable Aliases): Minor cleanup.
2804
a0925923
RS
28052007-11-24 Richard Stallman <rms@gnu.org>
2806
2807 * functions.texi (Declaring Functions): Clarify previous change.
2808
2809 * compile.texi (Compiler Errors): Clarify previous change.
2810
20c63e44
RS
28112007-11-24 Richard Stallman <rms@gnu.org>
2812
e5e76c04 2813 * display.texi (Refresh Screen, Forcing Redisplay):
20c63e44
RS
2814 Clarify the text and move items around.
2815
5bb0cda3
GM
28162007-11-24 Glenn Morris <rgm@gnu.org>
2817
2818 * functions.texi (Declaring Functions): New section.
2819 * compile.texi (Compiler Errors): Mention declaring functions,
2820 defvar with no initvalue, and byte-compile-warnings.
2821
af13c86a
MR
28222007-11-15 Martin Rudalics <rudalics@gmx.at>
2823
2824 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
2825 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
2826
a5373305
MR
28272007-11-13 Martin Rudalics <rudalics@gmx.at>
2828
2829 * help.texi (Help Functions): Document new macro `with-help-window'.
2830
fe284805
JL
28312007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
2832
2833 * searching.texi (Replacing Match): Describe new
2834 `match-substitute-replacement'.
2835
2c3a09b1
RS
28362007-10-31 Richard Stallman <rms@gnu.org>
2837
2838 * strings.texi (Creating Strings): Null strings from concat not unique.
2839
f2b480f4
RS
28402007-10-26 Richard Stallman <rms@gnu.org>
2841
2842 * objects.texi (Equality Predicates): Null strings are uniquified.
2843
2844 * minibuf.texi: Minor clarifications in previous change.
2845
db21122c
GM
28462007-10-25 Glenn Morris <rgm@gnu.org>
2847
2848 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
2849
2328cbb3
RS
28502007-10-24 Richard Stallman <rms@gnu.org>
2851
2852 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
2853
2854 * variables.texi (Frame-Local Variables): Node deleted.
2855 (Variables): Delete Frame-Local Variables from menu.
2856 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
2857 (Default Value): Don't mention frame-local vars.
2858
2859 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
2860
2861 * loading.texi (Unloading): Document FEATURE-unload-function
2862 instead of FEATURE-unload-hook.
2863
2328cbb3
RS
2864 * frames.texi (Multiple Displays): Don't mention frame-local vars.
2865
c066bafa
JL
28662007-10-22 Juri Linkov <juri@jurta.org>
2867
2868 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
2869 (High-Level Completion): Document a list of default value strings
2870 in the DEFAULT argument, for which minibuffer functions return the
2871 first element.
2872
65ced25f
JL
28732007-10-17 Juri Linkov <juri@jurta.org>
2874
2875 * text.texi (Filling): Update arguments of fill-paragraph.
2876 fill-paragraph operates on the active region in Transient Mark mode.
2877 Remove fill-paragraph-or-region.
2878
ee46ec8e
KB
28792007-10-13 Karl Berry <karl@gnu.org>
2880
2881 * elisp.texi (@dircategory): Move to after @copying,
2882 since we want @copying as close as possible to the beginning of
2883 the output.
2884
61bbdbc6
RS
28852007-10-12 Richard Stallman <rms@gnu.org>
2886
2887 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
2888
2889 * commands.texi (Distinguish Interactive): New node,
2890 broken out from Interactive Call and rewritten.
2891 (Command Loop): Put Distinguish Interactive in menu.
2892
af23e1e8
RS
28932007-10-09 Richard Stallman <rms@gnu.org>
2894
2895 * text.texi (Examining Properties): Mention overlay priority.
2896
2897 * display.texi (Display Margins): Correct the description
2898 of margin display specifications.
2899 (Replacing Specs): New subnode broken out of Display Property.
2900
e1965a69
JL
29012007-10-06 Juri Linkov <juri@jurta.org>
2902
2903 * text.texi (Filling): Document fill-paragraph-or-region.
2904
4638454b
JB
29052007-10-05 Juanma Barranquero <lekktu@gmail.com>
2906
2907 * display.texi (Auto Faces): Fix typo.
2908
7ed54cc5
RS
29092007-10-02 Richard Stallman <rms@gnu.org>
2910
2911 * display.texi (Display Property): Explain some display specs
2912 don't let you move point in.
2913
5dcb4c4e
SM
2914 * frames.texi (Cursor Parameters):
2915 Describe cursor-in-non-selected-windows here. Explain more values.
7ed54cc5
RS
2916
2917 * windows.texi (Basic Windows): Don't describe
2918 cursor-in-non-selected-windows here.
2919
305a7ef2
EZ
29202007-10-01 Eli Zaretskii <eliz@gnu.org>
2921
2922 * processes.texi (Misc Network): Note that these functions are
2923 supported only on some systems.
2924
f7a7f4eb
RS
29252007-10-01 Richard Stallman <rms@gnu.org>
2926
2927 * display.texi (Overlay Properties): Explain nil as priority.
2928 Explain that conflicts are unpredictable if not resolved by
2929 priorities.
2930
780d7bb9
RS
29312007-09-23 Richard Stallman <rms@gnu.org>
2932
2933 * macros.texi (Backquote): Minor clarification.
2934
14b4fdfb
RS
29352007-09-19 Richard Stallman <rms@gnu.org>
2936
2937 * display.texi (Display Property): Explain multiple display specs.
9600ac7c
RS
2938 Clarify when they work in parallel and when one overrides.
2939 Fix error in example.
14b4fdfb 2940
b8d4c8d0
GM
29412007-09-06 Glenn Morris <rgm@gnu.org>
2942
b3e755a9 2943 Move from lispref/ to doc/lispref/. Change all setfilename
b8d4c8d0
GM
2944 commands to use ../../info.
2945 * Makefile.in (infodir): Go up one more level.
4638454b 2946 (usermanualdir): Change from ../man to ../emacs.
b8d4c8d0
GM
2947 (miscmanualdir): New.
2948 (dist): Use new variable miscmanualdir.
2949 * makefile.w32-in (infodir, texinputdir): Go up one more level.
2950 (usermanualdir): Change from ../man to ../emacs.
2951
1bb1f7d3
MR
29522007-08-30 Martin Rudalics <rudalics@gmx.at>
2953
2954 * commands.texi (Command Loop Info): Advise against changing
2955 most variables described here. Explain new variable
2956 last-repeatable-command.
2957
b8d4c8d0
GM
29582007-08-29 Glenn Morris <rgm@gnu.org>
2959
2960 * elisp.texi (EMACSVER): Increase to 23.0.50.
2961
29622007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
2963
2964 * frames.texi (Basic Parameters): Add display-environment-variable
2965 and term-environment-variable.
2966
29672007-08-28 Juri Linkov <juri@jurta.org>
2968
2969 * display.texi (Image Formats, Other Image Types): Add SVG.
2970
29712007-08-28 Juri Linkov <juri@jurta.org>
2972
2973 * display.texi (Images): Move formats-related text to new node
2974 "Image Formats".
2975 (Image Formats): New node.
2976
619fb9ee
RS
29772007-08-27 Richard Stallman <rms@gnu.org>
2978
2979 * windows.texi (Window Configurations): Clarify what
2980 a window configuration saves.
2981
b8d4c8d0
GM
29822007-08-25 Richard Stallman <rms@gnu.org>
2983
2984 * display.texi (Images): Delete redundant @findex.
2985
39f9da30
GM
29862007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
2987
2988 * text.texi (Change Hooks): (after|before)-change-functions are no
2989 longer bound to nil while running; rather inhibit-modification-hooks
2990 is t.
2991
b8d4c8d0
GM
29922007-08-16 Richard Stallman <rms@gnu.org>
2993
5dcb4c4e
SM
2994 * processes.texi (Asynchronous Processes):
2995 Clarify doc of start-file-process.
b8d4c8d0
GM
2996
29972007-08-08 Martin Rudalics <rudalics@gmx.at>
2998
2999 * modes.texi (Example Major Modes): Fix typo.
3000
30012007-08-08 Glenn Morris <rgm@gnu.org>
3002
3003 * intro.texi (nil and t): Do not use `iff' in documentation.
3004
3005 * tips.texi (Documentation Tips): Recommend against `iff'.
3006
30072007-08-07 Chong Yidong <cyd@stupidchicken.com>
3008
3009 * display.texi (Image Cache): Document image-refresh.
3010
30112007-08-06 Martin Rudalics <rudalics@gmx.at>
3012
3013 * windows.texi (Size of Window): Document window-full-width-p.
3014
30152007-07-25 Glenn Morris <rgm@gnu.org>
3016
3017 * gpl.texi (GPL): Replace license with GPLv3.
3018
3019 * Relicense all FSF files to GPLv3 or later.
3020
30212007-07-24 Michael Albinus <michael.albinus@gmx.de>
3022
4638454b
JB
3023 * processes.texi (Synchronous Processes):
3024 Add `process-file-shell-command'.
b8d4c8d0
GM
3025 (Asynchronous Processes): Mention restricted use of
3026 `process-filter' and `process-sentinel' in
3027 `start-file-process'. Add `start-file-process-shell-command'.
3028
30292007-07-17 Michael Albinus <michael.albinus@gmx.de>
3030
3031 * files.texi (Magic File Names): Introduce optional parameter
3032 IDENTIFICATION for `file-remote-p'.
3033
30342007-07-16 Richard Stallman <rms@gnu.org>
3035
3036 * display.texi (Defining Faces): Fix previous change.
3037
30382007-07-14 Richard Stallman <rms@gnu.org>
3039
3040 * control.texi (Handling Errors): Document `debug' in handler list.
3041
30422007-07-10 Richard Stallman <rms@gnu.org>
3043
3044 * display.texi (Defining Faces): Explain C-M-x feature for defface.
3045
30462007-07-09 Richard Stallman <rms@gnu.org>
3047
3048 * files.texi (Magic File Names): Rewrite previous change.
3049
30502007-07-08 Michael Albinus <michael.albinus@gmx.de>
3051
3052 * files.texi (Magic File Names): Introduce optional parameter
3053 CONNECTED for `file-remote-p'.
3054
30552007-07-07 Michael Albinus <michael.albinus@gmx.de>
3056
3057 * processes.texi (Asynchronous Processes):
3058 * files.texi (Magic File Names): Add `start-file-process'.
3059
30602007-06-27 Richard Stallman <rms@gnu.org>
3061
5dcb4c4e
SM
3062 * files.texi (Format Conversion Piecemeal):
3063 Clarify `after-insert-file-functions' calling convention.
b8d4c8d0
GM
3064
30652007-06-27 Michael Albinus <michael.albinus@gmx.de>
3066
4638454b
JB
3067 * files.texi (Magic File Names): Remove `dired-call-process'.
3068 Add `process-file'.
b8d4c8d0
GM
3069
30702007-06-27 Kenichi Handa <handa@m17n.org>
3071
3072 * text.texi (Special Properties): Fix description about
4638454b 3073 `composition' property.
b8d4c8d0
GM
3074
30752007-06-26 Kenichi Handa <handa@m17n.org>
3076
3077 * nonascii.texi (Default Coding Systems): Document about the
3078 return value `undecided'.
3079
30802007-06-25 David Kastrup <dak@gnu.org>
3081
3082 * keymaps.texi (Active Keymaps): Document new POSITION argument of
3083 `current-active-maps'.
3084
30852007-06-24 Karl Berry <karl@gnu.org>
3086
4638454b 3087 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
b8d4c8d0
GM
3088
30892007-06-15 Juanma Barranquero <lekktu@gmail.com>
3090
3091 * display.texi (Overlay Arrow): Doc fix.
3092
30932007-06-14 Karl Berry <karl@tug.org>
3094
3095 * anti.texi (Antinews): Typo.
3096
30972007-06-14 Chong Yidong <cyd@stupidchicken.com>
3098
3099 * display.texi (Image Cache): Document image-refresh.
3100
31012007-06-12 Karl Berry <karl@gnu.org>
3102
3103 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
3104 * two-volume.make: New file.
3105 * .cvsignore: Ignore two-volume files.
3106
31072007-06-12 Tom Tromey <tromey@redhat.com>
3108
3109 * os.texi (Init File): Document user-emacs-directory.
3110
31112007-06-03 Nick Roberts <nickrob@snap.net.nz>
3112
3113 * commands.texi (Click Events): Describe width and height when
3114 object is nil.
3115
31162007-05-30 Nick Roberts <nickrob@snap.net.nz>
3117
5dcb4c4e
SM
3118 * commands.texi (Click Events): Layout more logically.
3119 Describe width and height.
b8d4c8d0
GM
3120 (Drag Events, Motion Events): Update to new format for position.
3121
31222007-06-02 Richard Stallman <rms@gnu.org>
3123
3124 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
3125
31262007-06-02 Chong Yidong <cyd@stupidchicken.com>
3127
3128 * Version 22.1 released.
3129
31302007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
3131
3132 * text.texi (Special Properties): Correct meaning of fontified face.
3133
31342007-05-30 Richard Stallman <rms@gnu.org>
3135
3136 * text.texi (Special Properties): Add link to Adjusting Point.
3137
31382007-05-12 Richard Stallman <rms@gnu.org>
3139
3140 * text.texi (Margins): indent-to-left-margin is not the default.
3141 (Mode-Specific Indent): For indent-line-function, the default
3142 is indent-relative.
3143
3144 * modes.texi (Example Major Modes): Explain last line of text-mode
3145 is redundant.
3146
31472007-05-10 Richard Stallman <rms@gnu.org>
3148
3149 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
3150
3151 * help.texi (Keys in Documentation): Add reference to
3152 Documentation Tips.
3153
3154 * files.texi (Format Conversion): TO-FN gets three arguments.
3155
3156 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
3157
31582007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
3159
3160 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
3161 * files.texi (Format Conversion): Expand intro; add menu.
3162 (Format Conversion Overview, Format Conversion Round-Trip)
3163 (Format Conversion Piecemeal): New nodes/subsections.
3164 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
3165 * text.texi (Text Properties): Remove "Saving Properties" from menu.
3166 (Saving Properties): Delete node/subsection.
3167
31682007-05-07 Karl Berry <karl@gnu.org>
3169
3170 * elisp.texi (EMACSVER): Back to 22.
3171
31722007-05-06 Richard Stallman <rms@gnu.org>
3173
3174 * processes.texi (Accepting Output): Revert most of previous change.
3175
31762007-05-05 Richard Stallman <rms@gnu.org>
3177
3178 * processes.texi (Accepting Output): accept-process-output
3179 uses microseconds, not milliseconds. But that arg is obsolete.
3180
31812007-05-04 Karl Berry <karl@tug.org>
3182
3183 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
3184
31852007-05-04 Eli Zaretskii <eliz@gnu.org>
3186
3187 * tips.texi (Documentation Tips): Rearrange items to place the
3188 more important ones first. Add an index entry for hyperlinks.
3189
31902007-05-03 Karl Berry <karl@gnu.org>
3191
3192 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
3193 (EMACSVER) [smallbook]: 22 for printed version.
3194
3195 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
3196 so restore anchor to normal position after defun. Found by Kevin Ryde.
3197
31982007-04-26 Glenn Morris <rgm@gnu.org>
3199
3200 * elisp.texi (EMACSVER): Increase to 22.1.50.
3201
32022007-04-28 Karl Berry <karl@gnu.org>
3203
3204 * elisp.texi: Improve line breaks on copyright page,
3205 similar layout to emacs manual, 8.5x11 by default.
3206
32072007-04-24 Richard Stallman <rms@gnu.org>
3208
3209 * text.texi (Special Properties): Add xref to Overlay Properties.
3210
3211 * display.texi (Overlay Properties): Add xref to Special Properties.
3212
32132007-04-22 Richard Stallman <rms@gnu.org>
3214
3215 * keymaps.texi (Extended Menu Items): Move the info about
3216 format with cached keyboard binding.
3217
32182007-04-21 Richard Stallman <rms@gnu.org>
3219
3220 * text.texi (Special Properties): Clarify previous change.
3221
3222 * files.texi (File Name Expansion): Clarify previous change.
3223
3224 * display.texi (Attribute Functions): Fix example for
3225 face-attribute-relative-p.
3226
32272007-04-19 Kenichi Handa <handa@m17n.org>
3228
3229 * text.texi (Special Properties): Document composition property.
3230
32312007-04-19 Glenn Morris <rgm@gnu.org>
3232
3233 * files.texi (File Name Expansion): Mention "superroot".
3234
32352007-04-15 Chong Yidong <cyd@stupidchicken.com>
3236
3237 * frames.texi (Multiple Displays): Add note about "multi-monitor"
3238 setups.
3239 (Display Feature Testing): Note that display refers to all
3240 physical monitors for multi-monitor setups.
3241
32422007-04-14 Richard Stallman <rms@gnu.org>
3243
3244 * lists.texi (Sets And Lists): Clarify `delete' examples.
3245 Remove spurious xref to same node.
3246 Clarify xref for add-to-list.
3247
32482007-04-12 Nick Roberts <nickrob@snap.net.nz>
3249
3250 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
3251 value of lisp-mode-map.
3252
32532007-04-11 Karl Berry <karl@gnu.org>
3254
3255 * anti.texi (Antinews):
3256 * display.texi (Overlay Properties, Defining Images):
3257 * processes.texi (Synchronous Processes, Sentinels):
3258 * syntax.texi (Syntax Table Internals):
3259 * searching.texi (Regexp Special):
3260 * nonascii.texi (Default Coding Systems):
3261 * text.texi (Special Properties):
3262 * minibuf.texi (Basic Completion): Wording to improve breaks in
3263 8.5x11 format.
3264 * elisp.texi (smallbook): New @set to more easily switch between
3265 smallbook and 8.5x11.
3266
32672007-04-11 Richard Stallman <rms@gnu.org>
3268
3269 * text.texi (Lazy Properties): Minor fix.
3270
32712007-04-08 Karl Berry <karl@gnu.org>
3272
3273 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
3274 * macros.texi (Backquote): Downcase Backquote in index entries for
3275 consistency.
3276
32772007-04-08 Richard Stallman <rms@gnu.org>
3278
3279 * text.texi (Adaptive Fill): Just describe default,
3280 don't show it (since it contains non-ASCII chars).
3281
32822007-04-07 Karl Berry <karl@gnu.org>
3283
3284 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
3285 adaptive-fill-regexp's value, since they are not in the standard
3286 TeX fonts.
3287
32882007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
3289
3290 * display.texi (Defining Faces): Fix example.
3291
32922007-04-07 Karl Berry <karl@gnu.org>
3293
3294 * display.texi (Button Buffer Commands): Improve page break.
3295
32962007-04-07 Richard Stallman <rms@gnu.org>
3297
3298 * advice.texi (Activation of Advice): Remove redundant index entry.
3299
3300 * backups.texi: Improve index entries. Remove redundant ones.
3301
3302 * compile.texi (Byte Compilation): Improve index entry.
3303
3304 * hash.texi (Creating Hash): Improve index entry.
3305
3306 * symbols.texi (Definitions): Improve index entry.
3307
3308 * edebug.texi: Improve index entries. Remove redundant/useless ones.
3309
3310 * maps.texi (Standard Keymaps): Remove useless index entry.
3311
3312 * help.texi (Documentation Basics): Remove redundant index entries.
3313
3314 * customize.texi: Improve index entries.
3315 Remove redundant/useless ones.
3316
3317 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
3318
3319 * streams.texi (Output Variables): Improve index entry.
3320
3321 * abbrevs.texi (Abbrevs): Remove useless index entry.
3322
3323 * macros.texi (Expansion): Remove useless index entry.
3324
3325 * text.texi: Improve index entries. Remove redundant/useless ones.
3326 (Text Properties, Examining Properties)
3327 (Special Properties): Use "property category" instead of "category"
3328 to refer to the `category' property.
3329
3330 * positions.texi: Improve index entries. Remove useless one.
3331
3332 * lists.texi: Improve index entries. Remove redundant/useless ones.
3333
3334 * os.texi: Improve index entries.
3335 (Timers): Fix previous change.
3336
3337 * buffers.texi: Improve index entries.
3338 (Modification Time): Get rid of term "obsolete buffer".
3339
3340 * debugging.texi: Improve index entries.
3341 (Test Coverage): Add xref to other test coverage ftr.
3342
3343 * eval.texi: Improve index entry. Remove redundant ones.
3344
3345 * numbers.texi: Improve index entries. Remove redundant/useless ones.
3346
3347 * files.texi: Improve index entries. Remove redundant/useless ones.
3348
3349 * objects.texi: Improve index entries.
3350
3351 * processes.texi: Improve index entries.
3352
3353 * modes.texi: Improve index entry. Remove redundant one.
3354
3355 * nonascii.texi: Improve index entries.
3356
3357 * internals.texi: Improve index entries.
3358
3359 * syntax.texi: Improve index entries.
3360
3361 * keymaps.texi (Active Keymaps): Improve index entries.
3362
3363 * commands.texi: Improve index entries. Remove redundant/useless ones.
3364
3365 * frames.texi: Improve index entries. Remove redundant/useless ones.
3366
3367 * markers.texi: Improve index entries. Remove redundant ones.
3368
3369 * tips.texi: Improve index entries.
3370
3371 * loading.texi (Unloading): Improve index entry.
3372
3373 * variables.texi: Improve index entries. Remove redundant one.
3374
3375 * sequences.texi: Improve index entry.
3376
3377 * display.texi: Improve index entries. Remove redundant ones.
3378
3379 * windows.texi: Improve index entries.
3380
3381 * searching.texi: Improve index entries. Remove redundant one.
3382
3383 * strings.texi (Case Tables): Improve last change.
3384
33852007-04-04 Chong Yidong <cyd@stupidchicken.com>
3386
3387 * strings.texi (Case Tables): Document with-case-table and
3388 ascii-case-table.
3389
33902007-04-03 Karl Berry <karl@gnu.org>
3391
3392 * processes.texi (Network): Reword to improve page break.
3393
33942007-04-03 Eli Zaretskii <eliz@gnu.org>
3395
3396 * functions.texi (Inline Functions): Describe more disadvantages
3397 of defsubst, and make advice against it stronger.
3398
33992007-04-02 Karl Berry <karl@gnu.org>
3400
3401 * backups.texi (Backup Names): Avoid widow words.
3402 * modes.texi (Example Major Modes): Align last comment.
3403
34042007-04-01 Chong Yidong <cyd@stupidchicken.com>
3405
3406 * keymaps.texi (Remapping Commands): Document new arg to
3407 command-remapping.
3408
34092007-04-01 Karl Berry <karl@gnu.org>
3410
3411 * processes.texi (Low-Level Network): Typo.
3412 * loading.texi (Hooks for Loading): Avoid double "the".
3413 * keymaps.texi (Key Sequences): No double "and".
3414 (Changing Key Bindings): Shorten to improve line break.
3415
34162007-03-31 Glenn Morris <rgm@gnu.org>
3417
3418 * os.texi (Timers): Fix description of run-at-time TIME formats.
3419
34202007-03-31 Richard Stallman <rms@gnu.org>
3421
3422 * display.texi (Invisible Text): Correct buffer-invisibility-spec
3423 regarding ellipsis.
3424
34252007-03-31 Eli Zaretskii <eliz@gnu.org>
3426
3427 * intro.texi (nil and t):
3428 * symbols.texi (Plists and Alists):
3429 * variables.texi (Variable Aliases, Constant Variables):
3430 * functions.texi (Defining Functions):
3431 * advice.texi (Advising Primitives):
3432 * debugging.texi (Syntax Errors, Compilation Errors):
3433 * minibuf.texi (Minibuffer Windows):
3434 * commands.texi (Adjusting Point):
3435 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
3436 (Auto Major Mode, Major Mode Conventions):
3437 * help.texi (Describing Characters):
3438 * files.texi (Create/Delete Dirs, Information about Files)
3439 (File Locks, Writing to Files, Reading from Files)
3440 (Saving Buffers):
3441 * windows.texi (Resizing Windows, Cyclic Window Ordering):
3442 * frames.texi (Finding All Frames):
3443 * positions.texi (Buffer End, Motion):
3444 * markers.texi (The Region):
3445 * text.texi (Deletion, Near Point):
3446 * display.texi (Displaying Messages, Truncation):
3447 * os.texi (Processor Run Time):
3448 * tips.texi (Key Binding Conventions, Programming Tips)
3449 (Warning Tips, Documentation Tips, Comment Tips):
3450 * internals.texi (Memory Usage): Improve indexing.
3451
3452 * variables.texi (Frame-Local Variables):
3453 * functions.texi (Argument List):
3454 * loading.texi (Library Search):
3455 * streams.texi (Output Variables):
3456 * keymaps.texi (Translation Keymaps, Searching Keymaps):
3457 * searching.texi (Replacing Match, Search and Replace):
3458 * processes.texi (Byte Packing, Decoding Output)
3459 (Accepting Output, Network Servers, Shell Arguments):
3460 * display.texi (Abstract Display, Image Cache, Scroll Bars):
3461 * windows.texi (Window Point, Window Start):
3462 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
3463 * commands.texi (Reading Input, Keyboard Events):
3464 * minibuf.texi (Reading File Names, Minibuffer Completion)
3465 (Recursive Mini):
3466 * positions.texi (List Motion):
3467 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
3468 * numbers.texi (Arithmetic Operations, Math Functions)
3469 (Predicates on Numbers, Comparison of Numbers):
3470 (Numeric Conversions):
3471 * locals.texi (Standard Buffer-Local Variables):
3472 * maps.texi (Standard Keymaps):
3473 * os.texi (User Identification, System Environment, Recording Input)
3474 (X11 Keysyms):
3475 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
3476 * backups.texi (Backups and Auto-Saving):
3477 * customize.texi (Customization, Group Definitions)
3478 (Variable Definitions):
3479 * compile.texi (Byte Compilation): Improve index entries.
3480
34812007-03-31 Karl Berry <karl@gnu.org>
3482
3483 * macros.texi (Defining Macros): Avoid widow syllable.
3484
34852007-03-31 Eli Zaretskii <eliz@gnu.org>
3486
3487 * elisp.texi (Top): Postscript -> PostScript.
3488
3489 * display.texi (Images, Postscript Images): Postscript -> PostScript.
3490
34912007-03-31 Markus Triska <markus.triska@gmx.at>
3492
3493 * internals.texi (Writing Emacs Primitives): Untabify `For'.
3494
34952007-03-30 Karl Berry <karl@gnu.org>
3496
3497 * lists.texi (List-related Predicates): Remove spurious @need.
3498 (Setcdr): Use @smallexample to improve page break.
3499 (Association Lists) <assoc>: Reword to improve page break.
3500
3501 * strings.texi (String Conversion): Insert blank line to improve
3502 page break.
3503
3504 * numbers.texi (Random Numbers): Use @minus{}.
3505 (Math Functions): Use @minus{}.
3506
3507 * intro.texi (Acknowledgements): Avoid line breaks before middle
3508 initials.
3509
35102007-03-24 Eli Zaretskii <eliz@gnu.org>
3511
3512 * errors.texi (Standard Errors): Add an index entry.
3513
35142007-03-19 Richard Stallman <rms@gnu.org>
3515
3516 * os.texi (Recording Input): recent-keys now gives 300 keys.
3517
35182007-03-12 Glenn Morris <rgm@gnu.org>
3519
3520 * os.texi: Replace "daylight savings" with "daylight saving"
3521 throughout.
3522
35232007-03-05 Richard Stallman <rms@gnu.org>
3524
5dcb4c4e
SM
3525 * variables.texi (File Local Variables):
3526 Update enable-local-variables values.
b8d4c8d0
GM
3527
35282007-03-04 Richard Stallman <rms@gnu.org>
3529
3530 * syntax.texi (Control Parsing): Minor clarification.
3531
3532 * strings.texi (Formatting Strings): Clarify width, precision, flags.
3533
3534 * sequences.texi (Sequence Functions): Move string-bytes away,
3535 add xref.
3536
3537 * nonascii.texi (Text Representations): Move string-bytes here.
3538
3539 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
3540
3541 * minibuf.texi (Basic Completion): Minor clarification.
3542
3543 * markers.texi (The Mark): Clarify existence vs activation of mark.
3544 Other cleanup.
3545
3546 * display.texi (Finding Overlays): Write better example.
3547
3548 * compile.texi (Eval During Compile): Clarify putting macros
3549 in eval-when-compile.
3550
c5602427 35512007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
b8d4c8d0
GM
3552
3553 * loading.texi (How Programs Do Loading): Fix anchor position at
c5602427 3554 load-read-function definition doc.
b8d4c8d0
GM
3555
35562007-02-21 Kim F. Storm <storm@cua.dk>
3557
3558 * strings.texi (Text Comparison): Mention that assoc-string
3559 converts symbols to strings before testing.
3560
35612007-02-17 Kim F. Storm <storm@cua.dk>
3562
3563 * processes.texi (Bindat Spec): Vector types can have optional
3564 element type.
3565 (Bindat Examples): Fix example. Add vector with element type.
3566
35672007-02-16 Andreas Schwab <schwab@suse.de>
3568
3569 * strings.texi (Formatting Strings): Document '+' flag.
3570
35712007-02-15 Juanma Barranquero <lekktu@gmail.com>
3572
3573 * strings.texi (Modifying Strings): Clarify that `clear-string'
3574 always converts the string to unibyte.
3575
35762007-02-14 Kim F. Storm <storm@cua.dk>
3577
3578 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
3579 Rewrite glyph code description to refer to these functions.
3580 Remove details of encoding face number and char into integer code.
3581
35822007-02-03 Alan Mackenzie <acm@muc.de>
3583
3584 * loading.texi (Hooks for Loading): Make the description of
3585 `eval-after-load' more detailed, and amend the description of
3586 after-load-alist, in accordance with changes from 2006-05.
3587
35882007-02-03 Chong Yidong <cyd@stupidchicken.com>
3589
3590 * modes.texi (Defining Minor Modes): Document that a :require
3591 keyword or similar may be required to make saved customization
3592 variables work.
3593
35942007-02-03 Eli Zaretskii <eliz@gnu.org>
3595
3596 * elisp.texi (Top): Make the detailed menu headers compliant with
5dcb4c4e
SM
3597 Texinfo guidelines and with what texnfo-upd.el expects.
3598 Add comments to prevent people from inadvertently modifying the key
b8d4c8d0
GM
3599 parts needed by `texinfo-multiple-files-update'.
3600
36012007-02-02 Eli Zaretskii <eliz@gnu.org>
3602
3603 * elisp.texi (Top): Update the top-level menus.
3604
3605 * syntax.texi (Categories): Add index entries.
3606
36072007-02-01 Juanma Barranquero <lekktu@gmail.com>
3608
3609 * display.texi (Attribute Functions): Fix name and description of
3610 the UNDERLINE arg of `set-face-underline-p'.
3611
36122007-01-29 Eli Zaretskii <eliz@gnu.org>
3613
3614 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
3615 Variables", and "Standard Keymaps" to the detailed menu.
3616
3617 * variables.texi (Future Local Variables): Add index entry.
3618
36192007-01-28 Richard Stallman <rms@gnu.org>
3620
3621 * tips.texi (Coding Conventions): Clarify the tip about macros
3622 that define a function or a variable.
3623
3624 * files.texi (File Attributes): UID and GID can be floats.
3625 (Magic File Names): Explain why deferring all operations to
3626 the standard handler does not work.
3627
36282007-01-23 Martin Rudalics <rudalics@gmx.at>
3629
3630 * backups.texi (Reverting): Use "buffer" instead of "file"
3631 when talking about major and minor modes.
3632
36332007-01-21 Richard Stallman <rms@gnu.org>
3634
3635 * help.texi (Documentation): Add xref to Documentation Tips.
3636
36372007-01-14 Juanma Barranquero <lekktu@gmail.com>
3638
3639 * tips.texi (Coding Conventions): Fix typos.
3640
36412007-01-05 Richard Stallman <rms@gnu.org>
3642
3643 * modes.texi (Defining Minor Modes): Fix previous change.
3644
36452007-01-03 Richard Stallman <rms@gnu.org>
3646
3647 * customize.texi (Variable Definitions, Customization Types):
3648 Don't use * in doc string for defcustom.
3649
36502007-01-02 Richard Stallman <rms@gnu.org>
3651
3652 * variables.texi (Variable Aliases): Clarify that aliases vars
3653 always have the same value.
3654
3655 * processes.texi (Bindat Spec): Fix Texinfo usage.
3656
3657 * modes.texi (Defining Minor Modes): Explain effect of command
3658 defined with define-global-minor-mode on new buffers.
3659
36602006-12-30 Kim F. Storm <storm@cua.dk>
3661
3662 * keymaps.texi (Tool Bar): Describe `grow-only' value of
3663 `auto-resize-tool-bars'.
3664
36652006-12-30 Richard Stallman <rms@gnu.org>
3666
3667 * keymaps.texi (Active Keymaps): Fix previous change.
3668
36692006-12-30 Nick Roberts <nickrob@snap.net.nz>
3670
3671 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
3672
36732006-12-30 Kim F. Storm <storm@cua.dk>
3674
3675 * processes.texi (Bindat Spec): Clarify using field names in
3676 length specifications.
3677
36782006-12-29 Kim F. Storm <storm@cua.dk>
3679
3680 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
3681 Add count and index variables for eval forms in repeat blocks.
3682
36832006-12-24 Richard Stallman <rms@gnu.org>
3684
5dcb4c4e
SM
3685 * customize.texi (Variable Definitions):
3686 Document new name custom-add-frequent-value.
b8d4c8d0
GM
3687
36882006-12-19 Kim F. Storm <storm@cua.dk>
3689
3690 * commands.texi (Misc Events): User signals now result in sigusr1
3691 and sigusr2 events which are handled through special-event-map.
3692 (Special Events): User signals and drag-n-drop are special.
3693
36942006-12-17 Richard Stallman <rms@gnu.org>
3695
3696 * loading.texi (Named Features): Explain subfeatures better.
3697
3698 * customize.texi: Use "option" only for user options.
3699 For the keyword values inside defcustom etc, say "keywords".
3700 For :options value's elements, say "elements".
3701 :group should not be omitted.
3702
3703 * syntax.texi (Parsing Expressions): Split up node.
3704 (Motion via Parsing, Position Parse, Parser State)
3705 (Low-Level Parsing, Control Parsing): New subnodes.
3706 (Parser State): Document syntax-ppss-toplevel-pos.
3707
3708 * positions.texi (List Motion): Punctuation fix.
3709
3710 * files.texi (File Name Completion): Document PREDICATE arg
3711 to file-name-completion.
3712
37132006-12-16 Eli Zaretskii <eliz@gnu.org>
3714
3715 * internals.texi (Building Emacs, Writing Emacs Primitives):
3716 Add index entries.
3717
37182006-12-11 Richard Stallman <rms@gnu.org>
3719
3720 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
3721 affects face menu. Explain how to make it non-nil without enabling
3722 any fontification.
3723
37242006-12-10 Chong Yidong <cyd@stupidchicken.com>
3725
3726 * modes.texi (Font Lock Basics): Document nil value of
3727 font-lock-defaults.
3728
37292006-12-10 Glenn Morris <rgm@gnu.org>
3730
3731 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
3732 value for system-flag argument. Abbrev tables may not be empty
3733 when major modes are loaded.
3734
37352006-12-08 Juanma Barranquero <lekktu@gmail.com>
3736
3737 * makefile.w32-in (maintainer-clean): Partially revert last
3738 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
3739 to protect elisp-covers.texi.
3740
37412006-12-07 Juanma Barranquero <lekktu@gmail.com>
3742
3743 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
3744 Don't remove elisp* info files; they are already deleted by the
3745 `clean' and `distclean' targets, and they are in the $(infodir)
3746 directory, not the current one.
3747
37482006-12-04 Kim F. Storm <storm@cua.dk>
3749
3750 * commands.texi (Misc Events): Update signal events.
3751 (Event Examples): Add signal example.
3752
37532006-11-29 Richard Stallman <rms@gnu.org>
3754
3755 * frames.texi (Visibility of Frames): Explain visible windows
3756 can be covered by others. Add xref for raise-frame.
3757
37582006-11-28 Richard Stallman <rms@gnu.org>
3759
3760 * searching.texi (Regexp Special): Update when ^ is special.
3761
37622006-11-27 Eli Zaretskii <eliz@gnu.org>
3763
3764 * customize.texi (Customization, Common Keywords)
3765 (Group Definitions, Variable Definitions, Composite Types)
3766 (Type Keywords, Customization Types): Add index entries for
3767 various customization keywords.
3768
37692006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3770
3771 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
3772
c8763fb6 37732006-11-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
3774
3775 * frames.texi (Window System Selections): Remove clipboard from
3776 description of selection-coding-system.
3777
37782006-11-06 Richard Stallman <rms@gnu.org>
3779
3780 * lists.texi (List Variables): Document COMPARE-FN.
3781
3782 * keymaps.texi: Avoid use of "binding" to mean a relation;
3783 use it only to refer to the meaning associated with a key.
3784 (Keymaps): Change menu node description.
3785
3786 * elisp.texi (Top): Change menu node description.
3787
3788 * display.texi (Managing Overlays): Document overlay-recenter.
3789
37902006-10-29 Chong Yidong <cyd@stupidchicken.com>
3791
3792 * Makefile.in: Use relative paths to avoid advertising filesystem
3793 contents during compilation.
3794
37952006-10-23 Kim F. Storm <storm@cua.dk>
3796
3797 * commands.texi (Event Input Misc): Update unread-command-events.
3798
37992006-10-23 Nick Roberts <nickrob@snap.net.nz>
3800
3801 * lists.texi (Sets And Lists): Fix typos.
3802
38032006-10-18 Juanma Barranquero <lekktu@gmail.com>
3804
3805 * control.texi (Processing of Errors): Use @var for an argument,
3806 not @code.
3807
38082006-10-16 Richard Stallman <rms@gnu.org>
3809
3810 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
3811
3812 * keymaps.texi (Format of Keymaps): Show all the keymap element
3813 patterns that result from menu items.
3814 (Key Lookup): Minor cleanups.
3815
3816 * modes.texi (Precalculated Fontification): Don't say that
3817 not setting font-lock-defaults avoids loading font-lock.
3818
3819 * help.texi (Documentation): Move xref to Emacs Manual here.
3820 (Documentation Basics): From here.
3821 Also doc emacs-lisp-docstring-fill-column.
3822
3823 * elisp.texi: Update version and ISBN.
3824
3825 * commands.texi (Interactive Call): Clarify KEYS arg to
3826 call-interactively is a vector.
3827 (Command Loop Info): Delete anchor in this-command-keys.
3828 Add anchor in this-command-keys-vector.
3829 (Recursive Editing): Document how recursive-edit
3830 handles the current buffer.
3831
38322006-10-13 Chong Yidong <cyd@stupidchicken.com>
3833
3834 * frames.texi (Frame Titles): %c and %l are ignored in
3835 frame-title-format.
3836
38372006-10-11 Richard Stallman <rms@gnu.org>
3838
3839 * keymaps.texi (Key Sequences): Clarify use of kbd.
3840
38412006-10-10 Kim F. Storm <storm@cua.dk>
3842
3843 * lists.texi (Sets And Lists): Add memql.
3844
38452006-10-03 Richard Stallman <rms@gnu.org>
3846
3847 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
3848 Clarify :ascii: and :nonascii:.
3849
38502006-09-29 Juri Linkov <juri@jurta.org>
3851
3852 * modes.texi (%-Constructs): Reorder coding systems in the
3853 documentation of %z to the real order displayed in the modeline.
3854
38552006-09-25 Richard Stallman <rms@gnu.org>
3856
3857 * os.texi (Timers): Describe timer-max-repeats.
3858
38592006-09-25 Chong Yidong <cyd@stupidchicken.com>
3860
3861 * os.texi (Timers): Mention with-local-quit.
3862
38632006-09-24 Richard Stallman <rms@gnu.org>
3864
3865 * searching.texi (Searching and Matching): Mention property search.
3866
3867 * commands.texi (Command Loop Info): Explain how read-event affects
3868 this-command-keys.
3869
38702006-09-20 Richard Stallman <rms@gnu.org>
3871
3872 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
3873
3874 * windows.texi (Window Start): Minor cleanups.
3875
38762006-09-20 Kim F. Storm <storm@cua.dk>
3877
3878 * windows.texi (Window Start): pos-visible-in-window-p allows
3879 specifying t for position to mean "end of window".
3880 Add window-line-height.
3881
3882 * anti.texi (Antinews): Mention window-line-height.
3883
38842006-09-19 David Kastrup <dak@gnu.org>
3885
3886 * keymaps.texi (Searching Keymaps): Small clarification.
3887
38882006-09-18 Richard Stallman <rms@gnu.org>
3889
3890 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
3891 cause keyboard menus.
3892 (Menu Keymaps): Likewise.
3893 (Defining Menus, Keyboard Menus): Clarify.
3894
3895 * text.texi (Fields): Clarify explanation of constrain-to-field.
3896
38972006-09-16 Eli Zaretskii <eliz@gnu.org>
3898
3899 * variables.texi (Tips for Defining): Fix a typo.
3900
39012006-09-15 Richard Stallman <rms@gnu.org>
3902
3903 * keymaps.texi (Remapping Commands, Searching Keymaps)
3904 (Active Keymaps): Clean up previous change.
3905
39062006-09-15 Jay Belanger <belanger@truman.edu>
3907
3908 * gpl.texi: Replace "Library Public License" by "Lesser Public
3909 License" throughout.
3910
39112006-09-15 David Kastrup <dak@gnu.org>
3912
3913 * keymaps.texi (Active Keymaps): Adapt description to use
3914 `get-char-property' instead `get-text-property'. Explain how
3915 mouse events change this. Explain the new optional argument of
3916 `key-binding' and its mouse-dependent lookup.
3917 (Searching Keymaps): Adapt description similarly.
3918 (Remapping Commands): Explain the new optional argument of
3919 `command-remapping'.
3920
39212006-09-14 Richard Stallman <rms@gnu.org>
3922
3923 * keymaps.texi (Searching Keymaps): Clarification.
3924 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
3925
39262006-09-13 Richard Stallman <rms@gnu.org>
3927
3928 * objects.texi (Character Type): Node split.
3929 Add xref to Describing Characters.
3930 (Basic Char Syntax, General Escape Syntax)
3931 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
3932
39332006-09-11 Richard Stallman <rms@gnu.org>
3934
3935 * display.texi (Display Table Format): Wording clarification.
3936 (Glyphs): Clarifications.
3937
39382006-09-10 Chong Yidong <cyd@stupidchicken.com>
3939
3940 * keymaps.texi (Active Keymaps): Mention that key-binding checks
3941 local maps.
3942
39432006-09-10 Kim F. Storm <storm@cua.dk>
3944
3945 * display.texi (Forcing Redisplay): Document return value of
3946 function redisplay.
3947
39482006-09-09 Richard Stallman <rms@gnu.org>
3949
3950 * windows.texi (Window Hooks): Explain limits of
3951 window-scroll-functions.
3952
3953 * display.texi (Fringe Indicators): Update for last change in
3954 indicate-buffer-boundaries.
3955
39562006-09-08 Richard Stallman <rms@gnu.org>
3957
3958 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
3959
39602006-09-06 Kim F. Storm <storm@cua.dk>
3961
3962 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
3963
3964 * windows.texi (Window Start): Update pos-visible-in-window-p.
3965
39662006-09-04 Richard Stallman <rms@gnu.org>
3967
3968 * processes.texi (Accepting Output): Explain SECONDS=0 for
3969 accept-process-output.
3970
3971 * os.texi (Idle Timers): Explain why timer functions should not
3972 loop until (input-pending-p).
3973
39742006-09-02 Eli Zaretskii <eliz@gnu.org>
3975
3976 * makefile.w32-in (usermanualdir): New variable.
3977 (elisp.dvi): Use it.
3978
39792006-09-01 Eli Zaretskii <eliz@gnu.org>
3980
3981 * buffers.texi (Buffer Modification): Fix last change.
3982
39832006-09-01 Chong Yidong <cyd@stupidchicken.com>
3984
5dcb4c4e
SM
3985 * buffers.texi (Buffer Modification):
3986 Document buffer-chars-modified-tick.
b8d4c8d0
GM
3987
39882006-08-31 Richard Stallman <rms@gnu.org>
3989
3990 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
3991
39922006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
3993
3994 * modes.texi (Syntactic Font Lock):
3995 Mention font-lock-syntactic-face-function
3996 instead of specific faces.
3997
39982006-08-29 Chong Yidong <cyd@stupidchicken.com>
3999
4000 * display.texi (Images): Add xrref to display-images-p.
4001
40022006-08-28 Kenichi Handa <handa@m17n.org>
4003
4004 * nonascii.texi (Lisp and Coding Systems): Fix description of
4005 detect-coding-region.
4006
40072006-08-27 Michael Olson <mwolson@gnu.org>
4008
4009 * processes.texi (Transaction Queues): Remove stray quote
4010 character.
4011
40122006-08-25 Richard Stallman <rms@gnu.org>
4013
4014 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
4015 Add xref.
4016
40172006-08-24 Chong Yidong <cyd@stupidchicken.com>
4018
4019 * os.texi (Timers): Avoid waiting inside timers.
4020
40212006-08-21 Lute Kamstra <lute@gnu.org>
4022
4023 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
4024
40252006-08-20 Richard Stallman <rms@gnu.org>
4026
4027 * os.texi (Idle Timers): New node, split out from Timers.
4028 Document current-idle-time.
4029 * commands.texi (Reading One Event): Update xref.
4030 * elisp.texi (Top): Update subnode menu.
4031
40322006-08-16 Richard Stallman <rms@gnu.org>
4033
4034 * keymaps.texi (Extended Menu Items): Show format of cached
4035 bindings in extended menu items.
4036
4037 * customize.texi (Variable Definitions): Explain when the
4038 standard value expression is evaluated.
4039
40402006-08-15 Chong Yidong <cyd@stupidchicken.com>
4041
4042 * commands.texi (Reading One Event): Explain idleness in
4043 `read-event'.
4044
40452006-08-12 Chong Yidong <cyd@stupidchicken.com>
4046
4047 * text.texi (Near Point): Say "cursor" not "terminal cursor".
5dcb4c4e 4048 (Commands for Insertion): Remove split-line since it's not
b8d4c8d0
GM
4049 relevant for Lisp programming.
4050 (Yank Commands): Rewrite introduction.
4051 (Undo): Clarify.
4052 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
4053 (Filling): Remove redundant comment. Clarify return value of
4054 current-justification.
4055 (Margins): Minor clarifications.
4056 (Adaptive Fill): Update default value of adaptive-fill-regexp.
4057 (Sorting): Update definition of sort-lines.
4058 (Columns): Clarify behavior of sort-columns.
4059 (Indent Tabs): Link to Tab Stops in Emacs manual.
4060 (Special Properties): Clarify.
4061 (Clickable Text): Mention Buttons package.
4062
40632006-08-12 Kevin Ryde <user42@zip.com.au>
4064
4065 * os.texi (Time Parsing): Add %z to description of
4066 format-time-string, as per docstring. Add cross reference to
4067 glibc manual for strftime.
4068
40692006-08-08 Richard Stallman <rms@gnu.org>
4070
4071 * modes.texi: Clean up wording in previous change.
4072
40732006-08-07 Chong Yidong <cyd@stupidchicken.com>
4074
4075 * modes.texi (Hooks): Clarify.
4076 (Major Mode Basics): Mention define-derived-mode explicitly.
4077 (Major Mode Conventions): Rebinding RET is OK for some modes.
4078 Mention change-major-mode-hook and after-change-major-mode-hook.
5dcb4c4e 4079 (Example Major Modes): Move to end of Modes section.
b8d4c8d0
GM
4080 (Mode Line Basics): Clarify.
4081 (Mode Line Data): Mention help-echo and local-map in strings.
4082 Explain reason for treatment of non-risky variables.
4083 (Properties in Mode): Clarify.
4084 (Faces for Font Lock): Add font-lock-negation-char-face.
4085
40862006-08-04 Eli Zaretskii <eliz@gnu.org>
4087
4088 * strings.texi (Formatting Strings): Warn against arbitrary
4089 strings as first arg to `format'.
4090
40912006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
4092
4093 * text.texi (Clickable Text): Mention `help-echo' text property.
4094 Update intro, examples and associated explanations.
4095
40962006-07-31 Richard Stallman <rms@gnu.org>
4097
4098 * commands.texi: Update xrefs.
4099 (Event Mod): New node, cut out from old Translating Input.
4100
4101 * maps.texi: Update xrefs.
4102
4103 * keymaps.texi (Translation Keymaps): New node.
4104 Update xrefs from Translating Input to Translation Keymaps.
4105
4106 * elisp.texi (Top): Update subnode menu.
4107
4108 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
4109
4110 * os.texi (System Interface): Fix menu descriptions of some nodes.
4111 (Translating Input): Node deleted.
4112
41132006-07-31 Nick Roberts <nickrob@snap.net.nz>
4114
4115 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
4116
4117 * lists.texi (Sets And Lists): Likewise.
4118
41192006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
4120
4121 * text.texi (Fields): Mention POS
4122 requirement when narrowing is in effect.
4123
41242006-07-28 Richard Stallman <rms@gnu.org>
4125
4126 * display.texi (Face Attributes): Simplify wording.
4127 (Attribute Functions): Clarify meaning of new-frame default
4128 attribute settings.
4129
4130 * customize.texi (Common Keywords): Document how to use
4131 :package-version in a package not in Emacs.
4132
41332006-07-28 Kim F. Storm <storm@cua.dk>
4134
4135 * commands.texi (Reading One Event): Fix last change.
4136
41372006-07-26 Chong Yidong <cyd@stupidchicken.com>
4138
4139 * commands.texi (Reading One Event): Document SECONDS argument for
4140 read-event, read-char, and read-char-exclusive.
4141
41422006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
4143
4144 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
4145 to ensure correct identification.
4146
41472006-07-24 Richard Stallman <rms@gnu.org>
4148
4149 * text.texi (Clickable Text): Clarify.
4150
4151 * sequences.texi (Vector Functions): Delete duplicate xref.
4152
4153 * objects.texi (Function Type): Clarify.
4154
4155 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
4156 modes.
4157
4158 * lists.texi (List Variables): New node.
4159 Material moved from other nodes.
4160
4161 * variables.texi (Setting Variables): add-to-list and
4162 add-to-ordered-list moved to List Variables node.
4163
41642006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
4165
4166 * text.texi (Links and Mouse-1):
4167 For mouse-on-link-p, expand on arg POS.
4168
41692006-07-21 Kim F. Storm <storm@cua.dk>
4170
4171 * display.texi (Forcing Redisplay): Don't mention systems which
4172 don't support sub-second timers for redisplay-preemption-period.
4173
4174 * os.texi (Terminal Output): Clarify text vs graphical terminal.
4175
41762006-07-21 Eli Zaretskii <eliz@gnu.org>
4177
4178 * frames.texi (Input Focus): Document that focus-follows-mouse has
4179 no effect on MS-Windows.
4180
41812006-07-18 Richard Stallman <rms@gnu.org>
4182
4183 * display.texi (Forcing Redisplay): Cleanups in previous change.
4184
4185 * processes.texi (Low-Level Network): Make menu more convenient.
4186
41872006-07-18 Kim F. Storm <storm@cua.dk>
4188
4189 * display.texi (Forcing Redisplay): redisplay-preemption-period
4190 only used on window systems. Add xref to Terminal Output.
4191
4192 * os.texi (Terminal Output): baud-rate only controls preemption on
4193 non-window systems. Add xref to Forcing Redisplay.
4194
4195 * processes.texi (Low-Level Network): Rename node "Make Network"
4196 to "Network Processes".
4197
41982006-07-18 Karl Berry <karl@gnu.org>
4199
4200 * variables.texi, functions.texi, customize.texi, loading.texi:
4201 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
4202
42032006-07-17 Chong Yidong <cyd@stupidchicken.com>
4204
4205 * commands.texi (Waiting): Document batch-mode sit-for behavior.
4206
42072006-07-17 Richard Stallman <rms@gnu.org>
4208
4209 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
4210 Put period and comma inside quotes.
4211
4212 * loading.texi, markers.texi: Use real doublequote inside menus.
4213
4214 * windows.texi: Put point and comma inside quotes.
4215 (Textual Scrolling): Use @samp for error message.
4216
4217 * variables.texi, tips.texi, syntax.texi, symbols.texi:
4218 * strings.texi, streams.texi, processes.texi, os.texi:
4219 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
4220 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
4221 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
4222 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
4223 Put point and comma inside quotes.
4224
4225 * control.texi (Processing of Errors): Add command-error-function.
4226
4227 * variables.texi (File Local Variables): Clarify that
4228 file local variables make buffer-local bindings.
4229
4230 * modes.texi (Syntactic Font Lock): Give default for
4231 font-lock-syntax-table.
4232
42332006-07-17 Nick Roberts <nickrob@snap.net.nz>
4234
4235 * text.texi (Special Properties): Clean up previous change.
4236
42372006-07-16 Karl Berry <karl@gnu.org>
4238
4239 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
4240 * control.texi: Fix bad page breaks through chapter 10 (control).
4241
4242 * anti.texi (Antinews): Reorder face-attribute fns to avoid
4243 underfull hbox.
4244
42452006-07-15 Nick Roberts <nickrob@snap.net.nz>
4246
4247 * text.texi (Special Properties): Describe fontified text property
4248 in relation to a character (not text).
4249
42502006-07-15 Kim F. Storm <storm@cua.dk>
4251
4252 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
4253 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
4254 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
4255
4256 * anti.texi (Antinews): Mention redisplay function.
4257 The kbd macro existed, but was not documented, before 22.x.
4258 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
4259
42602006-07-14 Nick Roberts <nickrob@snap.net.nz>
4261
4262 * display.texi (Displaying Messages): Add anchor.
4263
4264 * frames.texi (Dialog Boxes): Use it.
4265
42662006-07-12 Richard Stallman <rms@gnu.org>
4267
4268 * objects.texi (Frame Type): Explain nature of frames better.
4269
4270 * frames.texi (Frames): Explain nature of frames better.
4271
42722006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
4273
4274 * tips.texi (Coding Conventions): Explain why use cl at compile time.
4275
42762006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4277
4278 * frames.texi (Window System Selections): Mention scrap support for Mac.
4279 Default value of x-select-enable-clipboard is t on Mac.
4280
4281 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
4282
42832006-07-11 Kim F. Storm <storm@cua.dk>
4284
4285 * display.texi (Forcing Redisplay): Add `redisplay' function.
4286 Don't mention (sit-for -1) -- use (redisplay t) instead.
4287
4288 * commands.texi (Waiting): (sit-for -1) is no longer special.
4289 (sit-for 0) is equivalent to (redisplay).
4290 Iconifying/deiconifying no longer makes sit-for return.
4291
42922006-07-10 Nick Roberts <nickrob@snap.net.nz>
4293
4294 * display.texi (Buttons): Fix typo.
4295
4296 * index.texi, elisp.texi (New Symbols): Comment node out.
4297
42982006-07-09 Richard Stallman <rms@gnu.org>
4299
4300 * display.texi (Truncation): Clean up previous change.
4301
43022006-07-08 Richard Stallman <rms@gnu.org>
4303
4304 * commands.texi (Interactive Call): Use 3 as prefix in example
4305 for execute-extended-command.
4306
4307 * display.texi (Attribute Functions): Move paragraph about
4308 compatibility with Emacs < 21.
4309
43102006-07-09 Kim F. Storm <storm@cua.dk>
4311
4312 * display.texi (Refresh Screen): Clarify force-window-update.
4313 (Truncation): "Normally" indicated by fringe arrows.
4314
43152006-07-08 Eli Zaretskii <eliz@gnu.org>
4316
4317 * windows.texi (Textual Scrolling, Resizing Windows):
4318 * variables.texi (Constant Variables):
4319 * text.texi (Buffer Contents, Deletion, Changing Properties)
4320 (Property Search, Special Properties, Sticky Properties)
4321 (Links and Mouse-1, Fields, Change Hooks):
4322 * syntax.texi (Syntax Table Functions, Parsing Expressions)
4323 (Categories):
4324 * symbols.texi (Other Plists):
4325 * streams.texi (Output Variables):
4326 * processes.texi (Input to Processes, Query Before Exit):
4327 * positions.texi (Word Motion, Text Lines, List Motion):
4328 * os.texi (Init File, System Environment, Sound Output)
4329 (Session Management):
4330 * nonascii.texi (Text Representations, Character Sets)
4331 (Chars and Bytes, Locales):
4332 * modes.texi (Defining Minor Modes, Header Lines):
4333 * minibuf.texi (Minibuffer Contents):
4334 * markers.texi (Information from Markers):
4335 * lists.texi (List Elements, Building Lists, Association Lists):
4336 * keymaps.texi (Tool Bar):
4337 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
4338 * functions.texi (What Is a Function, Mapping Functions):
4339 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
4340 (Color Names, Text Terminal Colors, Display Feature Testing):
4341 * files.texi (Visiting Functions, File Name Components)
4342 (Unique File Names, Contents of Directories):
4343 * display.texi (Forcing Redisplay, Displaying Messages)
4344 (Temporary Displays, Font Selection, Auto Faces)
4345 (Font Lookup, Fringe Indicators, Display Margins)
4346 (Image Descriptors, Showing Images, Image Cache, Button Types)
4347 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
4348 (Display Table Format, Glyphs):
4349 * control.texi (Iteration):
4350 * commands.texi (Command Loop Info, Adjusting Point):
4351 * backups.texi (Making Backups, Auto-Saving):
4352 Remove @tindex entries.
4353
43542006-07-07 Kim F. Storm <storm@cua.dk>
4355
4356 * display.texi (Fringe Cursors): Fix typo.
4357 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
4358 (Overlay Arrow): Default is overlay-arrow fringe indicator.
4359
43602006-07-05 Richard Stallman <rms@gnu.org>
4361
4362 * text.texi (Buffer Contents): Add example of text props
4363 in result of buffer-substring.
4364 (Text Properties): Explain better about use of specific property names.
4365 (Property Search): Some cleanups; reorder some functions.
4366
4367 * keymaps.texi (Changing Key Bindings): Cleanup.
4368 Add xref to Key Binding Conventions.
4369
4370 * display.texi (Attribute Functions): Add examples for
4371 face-attribute-relative-p.
4372
4373 * tips.texi (Coding Conventions): Cleanup last change.
4374
43752006-07-05 Karl Berry <karl@gnu.org>
4376
4377 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
4378 Remove @setchapternewpage odd.
4379 Result is 1013 pages, down from 1100.
4380
4381 * anti.texi, customize.texi, display.texi, internals.texi:
4382 * minibuf.texi, modes.texi, tips.texi:
4383 Fix overfull/underfull boxes.
4384
43852006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
4386
4387 * edebug.texi (Instrumenting):
4388 Add Edebug-specific findex for eval-buffer.
4389 * loading.texi (Loading):
4390 Replace eval-current-buffer with eval-buffer.
4391
43922006-06-30 Nick Roberts <nickrob@snap.net.nz>
4393
4394 * locals.texi (Standard Buffer-Local Variables): Update the list
4395 of variables.
4396
43972006-06-26 Nick Roberts <nickrob@snap.net.nz>
4398
4399 * files.texi (File Name Completion): Point user to the node
4400 "Reading File Names".
4401
44022006-06-24 Eli Zaretskii <eliz@gnu.org>
4403
4404 * files.texi (Contents of Directories): Document case-insensitive
4405 behavior on respective filesystems.
4406
4407 * objects.texi (Character Type): Document that Emacs signals an
4408 error for unsupported Unicode characters specified as \uNNNN.
4409
44102006-06-19 Richard Stallman <rms@gnu.org>
4411
4412 * processes.texi (Bindat Spec): Clarify previous change.
4413
44142006-06-16 Richard Stallman <rms@gnu.org>
4415
4416 * tips.texi (Coding Conventions): Better explain conventions
4417 for definition constructs.
4418
4419 * text.texi (Special Properties): String value of `read-only'
4420 serves as the error message.
4421
4422 * objects.texi (Character Type): Clarify prev. change.
4423 (Non-ASCII in Strings): Mention \u and \U.
4424
4425 * commands.texi (Using Interactive): Explain problem of
4426 markers, etc., in command-history.
4427
44282006-06-14 Kim F. Storm <storm@cua.dk>
4429
4430 * commands.texi (Waiting): Negative arg to sit-for forces
4431 redisplay even if input is pending.
4432
4433 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
4434 redisplay. Remove incorrect example of binding redisplay-dont-pause
4435 around (sit-for 0).
4436
44372006-06-13 Richard Stallman <rms@gnu.org>
4438
4439 * display.texi (Forcing Redisplay): Clarify previous change.
4440
44412006-06-13 Romain Francoise <romain@orebokech.com>
4442
4443 * display.texi (Forcing Redisplay): Fix typo.
4444
44452006-06-13 Kim F. Storm <storm@cua.dk>
4446
4447 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
4448
44492006-06-10 Luc Teirlinck <teirllm@auburn.edu>
4450
4451 * tips.texi (Coding Conventions): Add `@end itemize'.
4452
44532006-06-10 Richard Stallman <rms@gnu.org>
4454
4455 * tips.texi (Coding Conventions): Explain use of coding systems
4456 to ensure one decoding for strings.
4457
44582006-06-09 Aidan Kehoe <kehoea@parhasard.net>
4459
4460 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
4461 syntax.
4462
44632006-06-07 Eli Zaretskii <eliz@gnu.org>
4464
4465 * display.texi (Font Selection): Remove description of
4466 clear-face-cache.
4467
4468 * compile.texi (Eval During Compile): Fix a typo. Add index
4469 entries for possible uses of eval-when-compile.
4470
44712006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
4472
4473 * display.texi (Abstract Display): Fix typo.
4474
44752006-06-03 Eli Zaretskii <eliz@gnu.org>
4476
4477 * minibuf.texi (Minibuffer History) <history-add-new-input>:
4478 Reword variable's description.
4479
44802006-06-01 Richard Stallman <rms@gnu.org>
4481
4482 * windows.texi (Splitting Windows): Clarify splitting nonselected
4483 window.
4484
44852006-05-31 Juri Linkov <juri@jurta.org>
4486
4487 * minibuf.texi (Minibuffer History): Add history-add-new-input.
4488
44892006-05-30 Richard Stallman <rms@gnu.org>
4490
4491 * display.texi (Line Height): Fix errors in description of
10d1d0af 4492 default line height and line-height property.
b8d4c8d0
GM
4493
4494 * nonascii.texi (Default Coding Systems): Further clarification.
4495
44962006-05-29 Luc Teirlinck <teirllm@auburn.edu>
4497
4498 * internals.texi (Pure Storage): Mention that an overflow in pure
4499 space causes a memory leak.
4500 (Garbage Collection): If there was an overflow in pure space,
4501 `garbage-collect' returns nil.
4502
45032006-05-30 Eli Zaretskii <eliz@gnu.org>
4504
4505 * nonascii.texi (Default Coding Systems): Fix it some more.
4506
45072006-05-29 Eli Zaretskii <eliz@gnu.org>
4508
4509 * nonascii.texi (Default Coding Systems): Fix last change.
4510
45112006-05-29 Kenichi Handa <handa@m17n.org>
4512
4513 * nonascii.texi (find-operation-coding-system): Describe the new
4514 argument format (FILENAME . BUFFER).
4515
45162006-05-28 Richard Stallman <rms@gnu.org>
4517
4518 * tips.texi (Coding Conventions): Better explain reasons not to
4519 advise other packages or use `eval-after-load'.
4520
45212006-05-29 Kim F. Storm <storm@cua.dk>
4522
4523 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
4524 `bindat-idx' and `bindat-raw' for clarity.
4525
45262006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
4527
4528 * processes.texi (Bindat Spec): Expand on `repeat' handler.
4529
4530 * display.texi (Display): Add "Abstract Display" to menu.
4531 (Abstract Display, Abstract Display Functions)
4532 (Abstract Display Example): New nodes.
4533 * elisp.texi (Top): Add "Abstract Display" to menu.
4534
45352006-05-27 Chong Yidong <cyd@stupidchicken.com>
4536
4537 * keymaps.texi (Key Sequences): Link to input events definition.
4538 (Format of Keymaps): Delete material duplicated in Keymap Basics.
4539
4540 * files.texi (Changing Files): Document updated argument list for
4541 copy-file.
4542
45432006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
4544
4545 * processes.texi (Bindat Functions): Explain term "total length".
4546 Use it in bindat-length and bindat-pack descriptions.
4547
45482006-05-26 Eli Zaretskii <eliz@gnu.org>
4549
4550 * tips.texi (Coding Conventions): Advise against using
4551 eval-after-load in packages. Add an index entry.
4552
45532006-05-25 Juri Linkov <juri@jurta.org>
4554
4555 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
4556
4557 * modes.texi (%-Constructs): Add %e, %z, %Z.
4558
45592006-05-25 Richard Stallman <rms@gnu.org>
4560
4561 * elisp.texi (Top): Update subnode menu.
4562
4563 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
4564 (Keymaps): Update menu.
4565
45662006-05-25 Chong Yidong <cyd@stupidchicken.com>
4567
4568 * keymaps.texi (Key Sequences): Some clarifications.
4569
45702006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
4571
4572 * processes.texi (Bindat Functions): Say "unibyte string"
4573 explicitly for bindat-unpack and bindat-pack descriptions.
4574 (Bindat Examples): Don't call `string-make-unibyte' in example.
4575
45762006-05-25 Chong Yidong <cyd@stupidchicken.com>
4577
5dcb4c4e 4578 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
c5602427 4579 Explain string and vector representations of key sequences.
b8d4c8d0
GM
4580
4581 * keymaps.texi (Changing Key Bindings):
dd7b651b 4582 * commands.texi (Interactive Codes):
b8d4c8d0
GM
4583 * help.texi (Describing Characters): Refer to it.
4584
45852006-05-23 Luc Teirlinck <teirllm@auburn.edu>
4586
4587 * frames.texi (Pointer Shape): @end table -> @end defvar.
4588
45892006-05-22 Richard Stallman <rms@gnu.org>
4590
4591 * elisp.texi (Top): Update subnode menus.
4592
4593 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
4594 Contents rewritten; material from old Pointer Shape node moved here.
4595
4596 * display.texi (Pointer Shape): Node deleted.
4597 (Image Descriptors): Minor cleanup.
4598
45992006-05-21 Richard Stallman <rms@gnu.org>
4600
4601 * syntax.texi (Parsing Expressions): Update info on which STATE
4602 elements are ignored.
4603
46042006-05-19 Luc Teirlinck <teirllm@auburn.edu>
4605
4606 * hooks.texi (Standard Hooks): Correct typo.
4607
4608 * gpl.texi (GPL): ifinfo -> ifnottex.
4609
46102006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
4611
4612 * searching.texi (Simple Match Data): Warn about match data being
4613 set anew by every search.
4614
46152006-05-17 Richard Stallman <rms@gnu.org>
4616
4617 * minibuf.texi (Minibuffer History): Clarify.
4618
4619 * searching.texi (Regexp Special): Clarify nested regexp warning.
4620
46212006-05-16 Kim F. Storm <storm@cua.dk>
4622
4623 * minibuf.texi (Minibuffer History): Update add-to-history.
4624
46252006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
4626
5dcb4c4e
SM
4627 * nonascii.texi (Explicit Encoding):
4628 Fix typo (encoding<->decoding).
b8d4c8d0
GM
4629
46302006-05-14 Richard Stallman <rms@gnu.org>
4631
4632 * buffers.texi (Creating Buffers): Cleanup.
4633
4634 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
4635
46362006-05-13 Eli Zaretskii <eliz@gnu.org>
4637
4638 * buffers.texi (Current Buffer): Document that with-temp-buffer
4639 disables undo.
4640
4641 * os.texi (Terminal-Specific): More accurate description of how
4642 Emacs searches for the terminal-specific libraries.
4643
46442006-05-12 Eli Zaretskii <eliz@gnu.org>
4645
4646 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
4647 emacs-xtra to @inforef's.
4648
4649 * text.texi (Undo): Document that undo is turned off in buffers
4650 whose names begin with a space.
4651
4652 * buffers.texi (Buffer Names): Add index entries for buffers whose
4653 names begin with a space.
4654 (Creating Buffers): Document that undo is turned off in buffers
4655 whose names begin with a space.
4656
4657 * files.texi (Visiting Functions, Reading from Files)
4658 (Saving Buffers): Mention code and EOL conversions by file I/O
4659 primitives and subroutines.
4660
4661 * nonascii.texi (Lisp and Coding Systems): Document
4662 coding-system-eol-type. Add index entries for eol conversion.
4663
4664 * display.texi (Defining Faces): Mention `mac', and add an xref to
4665 where window-system is described.
4666
46672006-05-10 Richard Stallman <rms@gnu.org>
4668
4669 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
4670
46712006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
4672
4673 * variables.texi (File Local Variables): Recommend to quote lambda
4674 expressions in safe-local-variable property.
4675
46762006-05-09 Richard Stallman <rms@gnu.org>
4677
5dcb4c4e
SM
4678 * variables.texi (File Local Variables):
4679 Document safe-local-eval-forms and safe-local-eval-function.
b8d4c8d0
GM
4680
46812006-05-07 Kim F. Storm <storm@cua.dk>
4682
4683 * minibuf.texi (Minibuffer History): Remove keep-dups arg
4684 from add-to-history.
4685
46862006-05-07 Romain Francoise <romain@orebokech.com>
4687
4688 * commands.texi (Event Input Misc):
4689 * compile.texi (Eval During Compile):
4690 * internals.texi (Buffer Internals):
4691 * minibuf.texi (Initial Input):
4692 * nonascii.texi (Scanning Charsets):
4693 * numbers.texi (Comparison of Numbers):
4694 * windows.texi (Textual Scrolling, Vertical Scrolling):
4695 Fix various typos.
4696
46972006-05-06 Eli Zaretskii <eliz@gnu.org>
4698
4699 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
4700 conditional xref's to either emacs or emacs-xtra, depending on
4701 @iftex/@ifnottex.
4702
4703 * minibuf.texi (Minibuffer History): Document add-to-history.
4704
47052006-05-05 Eli Zaretskii <eliz@gnu.org>
4706
4707 * internals.texi (Pure Storage): Mention the pure overflow message
4708 at startup.
4709
c8763fb6 47102006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
4711
4712 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
4713 (Searching Keymaps): Fix pseudo-Lisp description of keymap
4714 search.
4715
47162006-05-01 Richard Stallman <rms@gnu.org>
4717
4718 * intro.texi (nil and t): Clarify.
4719
4720 * variables.texi (File Local Variables): Suggest using booleanp.
4721
47222006-05-01 Juanma Barranquero <lekktu@gmail.com>
4723
4724 * objects.texi (Type Predicates): Fix typos.
4725
47262006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
4727
4728 * intro.texi (nil and t): Add booleanp.
4729
4730 * objects.texi (Type Predicates): Add links for booleanp and
4731 string-or-null-p.
4732
47332006-04-29 Richard Stallman <rms@gnu.org>
4734
4735 * modes.texi (Multiline Font Lock): Rename from
4736 Multi line Font Lock Elements. Much clarification.
4737 (Font Lock Multiline, Region to Fontify): Much clarification.
4738
47392006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
4740
4741 * variables.texi (File Local Variables): Remove the special case t for
4742 safe-local-variable.
4743
47442006-04-26 Richard Stallman <rms@gnu.org>
4745
4746 * syntax.texi (Parsing Expressions): Minor cleanup.
4747
47482006-04-18 Richard Stallman <rms@gnu.org>
4749
4750 * tips.texi (Coding Conventions): Explain when the package's
4751 prefix should appear later on (not at the start of the name).
4752
4753 * searching.texi (String Search): Clarify effect of NOERROR.
4754
4755 * modes.texi (Imenu): Clarify what special items do.
4756
4757 * hooks.texi (Standard Hooks): Delete text about old hook names.
4758
47592006-04-17 Romain Francoise <romain@orebokech.com>
4760
4761 * variables.texi (Local Variables): Update the default value of
4762 `max-specpdl-size'.
4763
47642006-04-15 Michael Olson <mwolson@gnu.org>
4765
4766 * processes.texi (Transaction Queues): Mention the new optional
4767 `delay-question' argument for `tq-enqueue'.
4768
47692006-04-13 Bill Wohler <wohler@newt.com>
4770
4771 * customize.texi (Common Keywords): Use dotted notation for
4772 :package-version value. Specify its values. Improve documentation
4773 for customize-package-emacs-version-alist.
4774
47752006-04-12 Bill Wohler <wohler@newt.com>
4776
4777 * customize.texi (Common Keywords): Move description of
4778 customize-package-emacs-version-alist to @defvar.
4779
47802006-04-10 Bill Wohler <wohler@newt.com>
4781
4782 * customize.texi (Common Keywords): Add :package-version.
4783
47842006-04-10 Kim F. Storm <storm@cua.dk>
4785
4786 * text.texi (Buffer Contents): Add NOPROPS arg to
4787 filter-buffer-substring.
4788
47892006-04-08 Kevin Ryde <user42@zip.com.au>
4790
4791 * os.texi (Command-Line Arguments): Update xref to emacs manual
4792 "Command Arguments" -> "Emacs Invocation", per change there.
4793
47942006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
4795
4796 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
4797 be on one line to help makeinfo not render two spaces after the dot.
4798
47992006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
4800
4801 * strings.texi (Predicates for Strings): Add string-or-null-p.
4802
48032006-03-28 Kim F. Storm <storm@cua.dk>
4804
4805 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
4806 remarks about systems that don't support fractional seconds.
4807
48082006-03-25 Karl Berry <karl@gnu.org>
4809
4810 * elisp.texi: Use @copyright{} instead of (C), and do not indent
4811 the year list.
4812
48132006-03-21 Nick Roberts <nickrob@snap.net.nz>
4814
4815 * display.texi (Fringe Indicators): Fix typos.
4816
48172006-03-19 Luc Teirlinck <teirllm@auburn.edu>
4818
4819 * tips.texi (Documentation Tips): One can now also write `program'
4820 in front of a quoted symbol in a docstring to prevent making a
4821 hyperlink.
4822
48232006-03-19 Alan Mackenzie <acm@muc.de>
4824
4825 * text.texi (Special Properties): Clarify `fontified' property.
4826
48272006-03-16 Richard Stallman <rms@gnu.org>
4828
4829 * display.texi (Defining Images): Minor cleanup.
4830
48312006-03-16 Bill Wohler <wohler@newt.com>
4832
4833 * display.texi (Defining Images): In image-load-path-for-library,
4834 prefer user's images.
4835
48362006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
4837
4838 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
4839
48402006-03-15 Bill Wohler <wohler@newt.com>
4841
4842 * display.texi (Defining Images): Fix example in
4843 image-load-path-for-library by not recommending that one binds
4844 image-load-path. Just defvar it to placate compiler and only use
4845 it if previously defined.
4846
48472006-03-14 Bill Wohler <wohler@newt.com>
4848
4849 * display.texi (Defining Images): In image-load-path-for-library,
4850 always return list of directories. Update example.
4851
48522006-03-14 Alan Mackenzie <acm@muc.de>
4853
4854 * modes.texi: New node, "Region to Fontify" (for Font Lock).
4855 This describes font-lock-extend-region-function.
4856 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
4857 the new node "Region to Fontify".
4858
48592006-03-13 Richard Stallman <rms@gnu.org>
4860
4861 * display.texi (Invisible Text): The impossible position is
4862 now before the invisible text, not after.
4863 (Defining Images): Clean up last change.
4864
48652006-03-11 Bill Wohler <wohler@newt.com>
4866
4867 * display.texi (Defining Images): Add image-load-path-for-library.
4868
48692006-03-11 Luc Teirlinck <teirllm@auburn.edu>
4870
4871 * text.texi (Adaptive Fill): Fix Texinfo usage.
4872
4873 * strings.texi (Creating Strings): Fix Texinfo usage.
4874
4875 * searching.texi (Regexp Special): Use @samp for regular
4876 expressions that are not in Lisp syntax.
4877
48782006-03-08 Luc Teirlinck <teirllm@auburn.edu>
4879
4880 * searching.texi (Regexp Special): Put remark between parentheses
4881 to avoid misreading.
4882
48832006-03-07 Luc Teirlinck <teirllm@auburn.edu>
4884
4885 * searching.texi (Syntax of Regexps): More accurately describe
4886 which characters are special in which situations.
4887 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
4888 are not special. Describe in detail when `[' and `]' are special.
4889 (Regexp Backslash): Plenty of regexps with unbalanced square
4890 brackets are valid, so reword that statement.
4891
48922006-03-02 Kim F. Storm <storm@cua.dk>
4893
4894 * keymaps.texi (Tool Bar): Add tool-bar-border.
4895
48962006-02-28 Luc Teirlinck <teirllm@auburn.edu>
4897
4898 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
4899
49002006-02-27 Luc Teirlinck <teirllm@auburn.edu>
4901
4902 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
4903
4904 * files.texi (Locating Files): Suggest additional values for the
4905 SUFFIXES arg of `locate-file'. Update pxref.
4906
4907 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
4908 (How Programs Do Loading): Discuss the effects of Auto Compression
4909 mode on `load'.
4910 (Load Suffixes): New node.
4911 (Library Search): Delete description of `load-suffixes'; it was
4912 moved to "Load Suffixes".
4913 (Autoload, Named Features): Mention `load-suffixes'.
4914
49152006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4916
4917 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
4918
4919 * windows.texi (Window Tree): Fix typo.
4920
49212006-02-20 Kim F. Storm <storm@cua.dk>
4922
4923 * display.texi (Fringe Indicators): New section.
4924 Move indicate-empty-lines, indicate-buffer-boundaries, and
4925 default-indicate-buffer-boundaries here.
4926 Add fringe-indicator-alist and default-fringes-indicator-alist.
4927 Add list of logical fringe indicator symbols.
4928 Update list of standard bitmap names.
4929 (Fringe Cursors): New section.
4930 Move overflow-newline-into-fringe here.
4931 Add fringe-cursor-alist and default-fringes-cursor-alist.
4932 Add list of fringe cursor symbols.
4933
49342006-02-20 Juanma Barranquero <lekktu@gmail.com>
4935
4936 * commands.texi (Using Interactive): Fix reference to node
4937 "Minibuffers".
4938
49392006-02-19 Richard M. Stallman <rms@gnu.org>
4940
4941 * minibuf.texi (High-Level Completion):
4942 Add xref to read-input-method-name.
4943
4944 * files.texi (Relative File Names): Move file-relative-name here.
4945 (File Name Expansion): From here. Minor clarifications.
4946
4947 * commands.texi (Using Interactive): Add xrefs about reading input.
4948 Clarify remarks about that moving point and mark.
4949 Put string case before list case.
4950
c8763fb6 49512006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
4952
4953 * display.texi (Other Display Specs, Image Descriptors):
4954 Revert erroneous changes. The previous description of
4955 image-descriptors as `(image . PROPS)' was correct.
4956
49572006-02-14 Richard M. Stallman <rms@gnu.org>
4958
4959 * variables.texi (File Local Variables): Clarifications.
4960
49612006-02-14 Juanma Barranquero <lekktu@gmail.com>
4962
4963 * variables.texi (File Local Variables): Use @code for a cons
4964 cell, not @var.
4965
49662006-02-13 Chong Yidong <cyd@stupidchicken.com>
4967
4968 * variables.texi (File Local Variables): Document new file local
4969 variable behavior.
4970
49712006-02-10 Kim F. Storm <storm@cua.dk>
4972
4973 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
4974
49752006-02-08 Juanma Barranquero <lekktu@gmail.com>
4976
4977 * modes.texi (%-Constructs): Remove obsolete info about
4978 `global-mode-string'.
4979
49802006-02-07 Richard M. Stallman <rms@gnu.org>
4981
4982 * commands.texi (Prefix Command Arguments): Minor cleanup.
4983
4984 * display.texi: "Graphical display", not window system.
4985
4986 * functions.texi (What Is a Function): Fix xref.
4987
4988 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
4989 (Changing Key Bindings): Clarify when remapping is better than
4990 substitute-key-definition.
4991
49922006-02-02 Richard M. Stallman <rms@gnu.org>
4993
4994 * minibuf.texi (Basic Completion): Completion alists are risky.
4995
4996 * keymaps.texi (Active Keymaps): Clarifications.
4997 (Searching Keymaps): New node.
4998 (Keymaps): Update menu.
4999
5000 * frames.texi (Layout Parameters): Minor clarification.
5001 (Drag and Drop): New node.
5002 (Frames): Update menu.
5003
50042006-01-29 Chong Yidong <cyd@stupidchicken.com>
5005
5006 * display.texi (Other Display Specs, Image Descriptors):
5007 Image description is a list, not a cons cell.
5008
50092006-01-28 Luc Teirlinck <teirllm@auburn.edu>
5010
5011 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
5012 list is not necessarily a list).
5013
50142006-01-27 Eli Zaretskii <eliz@gnu.org>
5015
5016 * frames.texi (Layout Parameters): border-width and
5017 internal-border-width belong to the frame, not the window.
5018
50192006-01-19 Richard M. Stallman <rms@gnu.org>
5020
5021 * nonascii.texi (Translation of Characters): Search cmds use
5022 translation-table-for-input. Automatically made local.
5023
5024 * markers.texi (Overview of Markers): Count insertion type
5025 as one of a marker's attributes.
5026
5027 * keymaps.texi (Controlling Active Maps): New node, split out of
5028 Active Keymaps.
5029 (Keymaps): Menu updated.
5030 (Active Keymaps): Give pseudocode to explain how the active
5031 maps are searched. current-active-maps and key-binding moved here.
5032 (Functions for Key Lookup): current-active-maps and key-binding moved.
5033 Clarifications.
5034 (Searching the Keymaps): New subnode.
5035
5036 * elisp.texi (Top): Menu clarification.
5037
5038 * display.texi (Other Display Specs): Delete duplicate entry for
5039 just a string as display spec. Move text about recursive display
5040 specs on such a string.
5041
5042 * commands.texi (Key Sequence Input): Clarify.
5043 Move num-nonmacro-input-events out.
5044 (Reading One Event): num-nonmacro-input-events moved here.
5045
50462006-01-14 Nick Roberts <nickrob@snap.net.nz>
5047
5048 * advice.texi (Simple Advice): Update example to fit argument
5049 change in previous-line.
5050
50512006-01-05 Richard M. Stallman <rms@gnu.org>
5052
5053 * markers.texi (The Mark): Fix in `mark'.
5054
50552006-01-04 Richard M. Stallman <rms@gnu.org>
5056
5057 * processes.texi (Misc Network, Make Network): Minor cleanups.
5058
50592006-01-04 Kim F. Storm <storm@cua.dk>
5060
5061 * processes.texi (Make Network): Add IPv6 addresses and handling.
5062 (Network Feature Testing): Mention (:family ipv6).
5063 (Misc Network): Add IPv6 formats to format-network-address.
5064
50652005-12-30 Richard M. Stallman <rms@gnu.org>
5066
5067 * text.texi (Changing Properties):
5068 Don't use return value of set-text-properties.
5069
50702005-12-29 Luc Teirlinck <teirllm@auburn.edu>
5071
5072 * modes.texi (Mode Line Format): Correct typo in menu.
5073
50742005-12-29 Richard M. Stallman <rms@gnu.org>
5075
5076 * modes.texi (Mode Line Top): New node.
5077 (Mode Line Data): Some text moved to new node.
5078 Explain the data structure more concretely.
5079 (Mode Line Basics): Clarifications.
5080 (Mode Line Variables): Clarify intro paragraph.
5081 (%-Constructs): Clarify intro paragraph.
5082 (Mode Line Format): Update menu.
5083
50842005-12-28 Luc Teirlinck <teirllm@auburn.edu>
5085
5086 * minibuf.texi (Basic Completion): Update lazy-completion-table
5087 examples for removal of ARGS argument.
5088
50892005-12-23 Richard M. Stallman <rms@gnu.org>
5090
5091 * text.texi (Undo): Restore some explanation from the version
5092 that was deleted.
5093
50942005-12-23 Eli Zaretskii <eliz@gnu.org>
5095
5096 * text.texi (Undo): Remove duplicate descriptions of `apply
5097 funname' and `apply delta' elements of the undo list.
5098
50992005-12-20 Richard M. Stallman <rms@gnu.org>
5100
5101 * help.texi (Help Functions): Update documentation of `apropos'.
5102
51032005-12-20 Luc Teirlinck <teirllm@auburn.edu>
5104
5105 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
5106 because it is confusing. If the :help-echo keyword is a function,
5107 it is not directly used as the :help-echo overlay property, as the
5108 xref seems to suggest (it does not take the appropriate args).
5109
51102005-12-19 Luc Teirlinck <teirllm@auburn.edu>
5111
5112 * customize.texi (Common Keywords): Fix Texinfo usage.
5113 (Group Definitions, Variable Definitions): Update for new
5114 conventions for using `*' in docstrings.
5115
5116 * tips.texi (Documentation Tips): Update for new conventions for
5117 using `*' in docstrings.
5118
51192005-12-16 Richard M. Stallman <rms@gnu.org>
5120
5121 * minibuf.texi (Minibuffer Contents): Minor cleanup.
5122
51232005-12-16 Juri Linkov <juri@jurta.org>
5124
5125 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
5126
51272005-12-14 Romain Francoise <romain@orebokech.com>
5128
5129 * modes.texi (Customizing Keywords): Rename `append' to `how'.
5130 Fix typo.
5131
51322005-12-11 Juri Linkov <juri@jurta.org>
5133
5134 * minibuf.texi (Completion Commands): Add mention of read-file-name
5135 for filename completion keymaps.
5136 (Reading File Names): Add mention of filename completion keymaps
5137 for read-file-name and xref to `Completion Commands'.
5138
51392005-12-10 Richard M. Stallman <rms@gnu.org>
5140
5141 * customize.texi (Common Keywords): State caveats for use of :tag.
5142
51432005-12-08 Richard M. Stallman <rms@gnu.org>
5144
5145 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
5146 with xrefs and better explanation.
5147 (Completion Commands): Add the filename completion maps.
5148
5149 * objects.texi (Character Type): Clarify that \s is not space
5150 if a dash follows.
5151
51522005-12-05 Richard M. Stallman <rms@gnu.org>
5153
5154 * windows.texi (Resizing Windows): Delete preserve-before args.
5155
51562005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
5157
5158 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
5159 in full keymaps, since the quirk has been fixed.
5160
51612005-12-03 Eli Zaretskii <eliz@gnu.org>
5162
5dcb4c4e
SM
5163 * hooks.texi (Standard Hooks): Add index entries.
5164 Mention `compilation-finish-functions'.
b8d4c8d0
GM
5165
51662005-11-27 Richard M. Stallman <rms@gnu.org>
5167
5168 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
5169
51702005-11-21 Juri Linkov <juri@jurta.org>
5171
5172 * customize.texi (Common Keywords): Update links types
5173 custom-manual and url-link. Add link types emacs-library-link,
5174 file-link, function-link, variable-link, custom-group-link.
5175
51762005-11-20 Chong Yidong <cyd@stupidchicken.com>
5177
5178 * display.texi: Revert 2005-11-20 change.
5179
51802005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
5181
5182 * processes.texi (Bindat Functions):
5183 Say "third" to refer to zero-based index "2".
5184
51852005-11-18 Luc Teirlinck <teirllm@auburn.edu>
5186
5187 * loading.texi (Library Search): Update the default value of
5188 `load-suffixes'.
5189
51902005-11-17 Chong Yidong <cyd@stupidchicken.com>
5191
5192 * display.texi (Attribute Functions): Mention :ignore-defface.
5193
51942005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5195
5196 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
5197 (Minor Mode Conventions): Mention the use of a hook.
5198
51992005-11-06 Richard M. Stallman <rms@gnu.org>
5200
5201 * files.texi (Magic File Names): find-file-name-handler checks the
5202 `operations' property of the handler.
5203
52042005-11-03 Richard M. Stallman <rms@gnu.org>
5205
5206 * variables.texi (Frame-Local Variables): Small clarification.
5207
52082005-10-29 Chong Yidong <cyd@stupidchicken.com>
5209
5210 * os.texi (Init File): Document ~/.emacs.d/init.el.
5211
52122005-10-29 Richard M. Stallman <rms@gnu.org>
5213
5214 * internals.texi (Garbage Collection): Document memory-full.
5215
52162005-10-28 Bill Wohler <wohler@newt.com>
5217
5218 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
5219 for URLs.
5220
52212005-10-28 Richard M. Stallman <rms@gnu.org>
5222
5223 * minibuf.texi (Completion Commands): Clean up prev change.
5224
52252005-10-26 Kevin Ryde <user42@zip.com.au>
5226
5227 * compile.texi (Eval During Compile): Explain recommended uses
5228 of eval-when-compile and eval-and-compile.
5229
52302005-10-27 Masatake YAMATO <jet@gyve.org>
5231
5232 * minibuf.texi (Completion Commands):
5233 Write about new optional argument for `display-completion-list'.
5234
52352005-10-23 Richard M. Stallman <rms@gnu.org>
5236
5237 * display.texi (Overlay Arrow): Clarify about local bindings of
5238 overlay-arrow-position.
5239
52402005-10-22 Eli Zaretskii <eliz@gnu.org>
5241
5242 * internals.texi (Building Emacs): Fix last change.
5243
52442005-10-22 Richard M. Stallman <rms@gnu.org>
5245
5246 * internals.texi (Building Emacs): Document eval-at-startup.
5247
52482005-10-21 Richard M. Stallman <rms@gnu.org>
5249
5250 * loading.texi (Where Defined): load-history contains abs file names.
5251 symbol-file returns abs file names.
5252
52532005-10-19 Kim F. Storm <storm@cua.dk>
5254
5255 * display.texi (Showing Images): Add max-image-size integer value.
5256
52572005-10-18 Chong Yidong <cyd@stupidchicken.com>
5258
5259 * display.texi (Showing Images): Document max-image-size.
5260
52612005-10-17 Richard M. Stallman <rms@gnu.org>
5262
5263 * commands.texi (Quitting): Minor clarification.
5264
5265 * processes.texi (Sentinels): Clarify about output and quitting.
5266 (Filter Functions): Mention with-local-quit.
5267
52682005-10-17 Juri Linkov <juri@jurta.org>
5269
5270 * buffers.texi (Current Buffer):
5271 * commands.texi (Event Input Misc):
5272 * compile.texi (Eval During Compile, Compiler Errors):
5273 * customize.texi (Group Definitions):
5274 * display.texi (Progress, Defining Faces):
5275 * files.texi (Writing to Files):
5276 * modes.texi (Mode Hooks, Defining Minor Modes):
5277 * streams.texi (Output Functions):
5278 * syntax.texi (Syntax Table Functions):
5279 * text.texi (Change Hooks):
5280 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
5281
5282 * commands.texi (Quitting): Replace arg `forms' with `body' in
5283 `with-local-quit'.
5284
5285 * positions.texi (Excursions): Replace arg `forms' with `body' in
5286 `save-excursion'.
5287
52882005-10-08 Kim F. Storm <storm@cua.dk>
5289
5290 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
5291 Rename manual section accordingly.
5292
52932005-10-04 Kim F. Storm <storm@cua.dk>
5294
5295 * windows.texi (Window Split Tree): New section describing
5296 new function window-split-tree function.
5297
52982005-10-03 Nick Roberts <nickrob@snap.net.nz>
5299
5300 * display.texi (Fringe Size/Pos): Simplify and add detail.
5301
53022005-09-30 Romain Francoise <romain@orebokech.com>
5303
5304 * minibuf.texi (High-Level Completion): Explain that the prompt
5305 given to `read-buffer' should end with a colon and a space.
5306 Update usage examples.
5307
53082005-09-29 Juri Linkov <juri@jurta.org>
5309
5310 * display.texi (Displaying Messages): Rename argument name
5311 `string' to `format-string' in functions `message', `message-box',
5312 `message-or-box'.
5313
53142005-09-26 Chong Yidong <cyd@stupidchicken.com>
5315
5316 * errors.texi (Standard Errors): Correct xrefs.
5317
53182005-09-18 Chong Yidong <cyd@stupidchicken.com>
5319
5320 * display.texi (Defining Images): Update documentation for
5321 `image-load-path'.
5322
53232005-09-17 Richard M. Stallman <rms@gnu.org>
5324
5325 * display.texi (Defining Images): Clean up previous change.
5326
53272005-09-16 Romain Francoise <romain@orebokech.com>
5328
5329 * elisp.texi: Specify GFDL version 1.2.
5330
5331 * doclicense.texi (GNU Free Documentation License): Update to
5332 version 1.2.
5333
53342005-09-15 Chong Yidong <cyd@stupidchicken.com>
5335
5336 * display.texi (Defining Images): Document `image-load-path'.
5337
53382005-09-15 Richard M. Stallman <rms@gnu.org>
5339
5340 * objects.texi (Printed Representation): Minor cleanup.
5341 (Box Diagrams): Minor fix.
5342 (Cons Cell Type): Move (...) index item here.
5343 (Box Diagrams): From here.
5344 (Array Type): Minor fix.
5345 (Type Predicates): Delete index "predicates".
5346 (Hash Table Type): Clarify xref.
5347 (Dotted Pair Notation): Minor fix.
5348
53492005-09-10 Chong Yidong <cyd@stupidchicken.com>
5350
5351 * files.texi (Saving Buffers): Fix typo.
5352
53532005-09-08 Richard M. Stallman <rms@gnu.org>
5354
5355 * tips.texi (Programming Tips): Correct the "default" prompt spec.
5356
53572005-09-08 Chong Yidong <cyd@stupidchicken.com>
5358
5359 * locals.texi (Standard Buffer-Local Variables): Don't include
5360 mode variables for minor modes.
5361 Fix xrefs for buffer-display-count, buffer-display-table,
5362 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
5363 enable-multibyte-characters, fill-column, header-line-format,
5364 left-fringe-width, left-margin, and right-fringe-width.
5365
5366 * hooks.texi (Standard Hooks): All hooks should conform to the
5367 standard naming convention now.
5368 Fix xref for `echo-area-clear-hook'.
5369
5370 * display.texi (Usual Display): Note that indicate-empty-lines and
5371 tab-width are buffer-local.
5372
5373 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
5374
5375 * modes.texi (Mode Help): Note that major-mode is buffer-local.
5376
5377 * nonascii.texi (Encoding and I/O): Note that
5378 buffer-file-coding-system is buffer-local.
5379
5380 * positions.texi (List Motion): Note that defun-prompt-regexp is
5381 buffer-local.
5382
5383 * text.texi (Auto Filling): Note that auto-fill-function is
5384 buffer-local.
5385 (Undo): Note that buffer-undo-list is buffer-local.
5386
5dcb4c4e
SM
5387 * windows.texi (Buffers and Windows):
5388 Document buffer-display-count.
b8d4c8d0
GM
5389
53902005-09-06 Richard M. Stallman <rms@gnu.org>
5391
5392 * tips.texi (Coding Conventions): Sometimes it is ok to put the
5393 package prefix elsewhere than at the start of the name.
5394
53952005-09-03 Richard M. Stallman <rms@gnu.org>
5396
5397 * tips.texi (Programming Tips): Add conventions for minibuffer
5398 questions and prompts.
5399
54002005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
5401
5402 * intro.texi (nil and t): Minor cleanup.
5403 Delete spurious mention of keyword symbols.
5404 (Evaluation Notation): Add index entry.
5405 (A Sample Function Description): Minor cleanup.
5406 (A Sample Variable Description): Not all vars can be set.
5407
54082005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
5409
5410 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
5411
5412 (Insertion): Document precise type of `insert-char' arg COUNT.
5413
54142005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
5415
5416 * modes.texi (Other Font Lock Variables): Sync the default of
5417 font-lock-lines-before.
5418
54192005-08-31 Michael Albinus <michael.albinus@gmx.de>
5420
5421 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
5422
54232005-08-29 Richard M. Stallman <rms@gnu.org>
5424
5425 * elisp.texi (Top): Update subnode menu.
5426
5427 * searching.texi (Searching and Matching): Move node.
5428 Rearrange contents and add overall explanation.
5429 (Searching and Case): Move node.
5430 (Searching and Matching): Update menu.
5431
54322005-08-27 Eli Zaretskii <eliz@gnu.org>
5433
5434 * os.texi (Startup Summary): Fix the description of the initial
5435 startup message display.
5436
54372005-08-25 Richard M. Stallman <rms@gnu.org>
5438
5439 * searching.texi (Search and Replace): Add replace-regexp-in-string.
5440
54412005-08-25 Emilio C. Lopes <eclig@gmx.net>
5442
5443 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
5444 `next-overlay-change' example.
5445
54462005-08-22 Juri Linkov <juri@jurta.org>
5447
5448 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
5449 Fix invert-face. Fix args of face-background.
5450
5451 * display.texi (Standard Faces): Delete node.
5452 (Faces): Add xref to `(emacs)Standard Faces'.
5453 (Displaying Faces): Fix xref to `Standard Faces'.
5454
5455 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
5456
54572005-08-20 Alan Mackenzie <acm@muc.de>
5458
5459 * buffers.texi (The Buffer List): Clarify the manipulation of the
5460 buffer list.
5461
54622005-08-14 Richard M. Stallman <rms@gnu.org>
5463
5464 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
5465 a regexp.
5466
54672005-08-11 Richard M. Stallman <rms@gnu.org>
5468
5469 * elisp.texi (Top): Update subnode lists.
5470
5471 * display.texi (Inverse Video): Node deleted.
5472
5473 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
5474 New nodes split out of Coding Conventions.
5475
5476 * searching.texi (Regular Expressions): Document re-builder.
5477
5478 * os.texi (Time Parsing): New node split out of Time Conversion.
5479
5480 * processes.texi (Misc Network, Network Feature Testing)
5481 (Network Options, Make Network): New nodes split out of
5482 Low-Level Network.
5483
54842005-08-09 Richard M. Stallman <rms@gnu.org>
5485
5486 * frames.texi (Geometry): New node, split from Size and Position.
5487 (Frame Parameters): Refer to Geometry.
5488
5489 * buffers.texi (The Buffer List): Fix xrefs.
5490
5491 * windows.texi (Splitting Windows): Fix xref.
5492
5493 * frames.texi (Layout Parameters): Add xref.
5494
5495 * display.texi (Line Height, Scroll Bars): Fix xrefs.
5496
5497 * keymaps.texi (Menu Bar): Fix xref.
5498
5499 * locals.texi (Standard Buffer-Local Variables): Fix xref.
5500
5501 * modes.texi (%-Constructs): Fix xref.
5502
5503 * frames.texi (Window Frame Parameters): Node split up.
5504 (Basic Parameters, Position Parameters, Size Parameters)
5505 (Layout Parameters, Buffer Parameters, Management Parameters)
5506 (Cursor Parameters, Color Parameters): New subnodes.
5507
55082005-08-09 Luc Teirlinck <teirllm@auburn.edu>
5509
5510 * positions.texi (Screen Lines): Update xref for previous change
5511 in minibuf.texi.
5512
5513 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
5514 change in minibuf.texi.
5515
55162005-08-09 Richard M. Stallman <rms@gnu.org>
5517
5518 * tips.texi (Coding Conventions): Minor cleanup.
5519
5520 * modes.texi (Defining Minor Modes): Explain when init-value
5521 can be non-nil.
5522
5523 * elisp.texi (Top): Update submenu for Minibuffer.
5524
5525 * minibuf.texi (Minibuffer Misc): Node split up.
5526 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
5527 (Recursive Mini): New nodes split out from Minibuffer Misc.
5528 (Minibuffer Misc): Document max-mini-window-height.
5529
5530 * hash.texi (Defining Hash): Delete stray paren in example.
5531
5532 * display.texi (Echo Area Customization): Don't define
5533 max-mini-window-height here; xref instead.
5534
5535 * commands.texi (Event Input Misc): Update while-no-input.
5536
5537 * advice.texi (Advising Functions): Explain when to use advice
5538 and when to use a hook.
5539
55402005-07-30 Eli Zaretskii <eliz@gnu.org>
5541
5542 * makefile.w32-in (info): Don't run install-info.
5543 ($(infodir)/dir): New target, produced by running install-info.
5544
55452005-07-27 Luc Teirlinck <teirllm@auburn.edu>
5546
5547 * modes.texi (Defining Minor Modes): The keyword for the initial
5548 value is :init-value, not :initial-value.
5549
55502005-07-23 Eli Zaretskii <eliz@gnu.org>
5551
5552 * loading.texi (Autoload): Make the `doctor' example be consistent
5553 with what's in current loaddefs.el. Describe the "fn" magic in
5554 the usage portion of the doc string.
5555
55562005-07-22 Richard M. Stallman <rms@gnu.org>
5557
5558 * internals.texi (Garbage Collection): Clarify previous change.
5559
55602005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
5561
5562 * internals.texi (Garbage Collection): Add gc-cons-percentage.
5563
55642005-07-18 Juri Linkov <juri@jurta.org>
5565
5566 * commands.texi (Accessing Events):
5567 * frames.texi (Text Terminal Colors, Resources):
5568 * markers.texi (The Mark):
5569 * modes.texi (Defining Minor Modes):
5570 Delete duplicate duplicate words.
5571
55722005-07-16 Richard M. Stallman <rms@gnu.org>
5573
5574 * display.texi (Managing Overlays): Clarify make-overlay
5575 args for insertion types.
5576
55772005-07-13 Luc Teirlinck <teirllm@auburn.edu>
5578
5579 * customize.texi (Variable Definitions):
5580 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
5581 `standard-value' is a list too.
5582 (Defining New Types): Use @key{RET} instead of @key{ret}.
5583
55842005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
5585
5586 * os.texi (Translating Input): Fix typo.
5587
55882005-07-08 Richard M. Stallman <rms@gnu.org>
5589
5590 * README: Update edition number and size estimate.
5591
5592 * elisp.texi (VERSION): Set to 2.9.
5593
55942005-07-07 Richard M. Stallman <rms@gnu.org>
5595
5596 * book-spine.texinfo: Update Emacs version.
5597
5598 * display.texi (Inverse Video): Delete mode-line-inverse-video.
5599
56002005-07-06 Richard M. Stallman <rms@gnu.org>
5601
5602 * searching.texi (Regexp Search): Clarify what re-search-forward
5603 does when the search fails.
5604
56052005-07-05 Lute Kamstra <lute@gnu.org>
5606
5607 * Update FSF's address in GPL notices.
5608
5609 * doclicense.texi (GNU Free Documentation License):
5610 * gpl.texi (GPL):
5611 * tips.texi (Coding Conventions, Library Headers):
5612 * vol1.texi:
5613 * vol2.texi: Update FSF's address.
5614
56152005-07-04 Richard M. Stallman <rms@gnu.org>
5616
5617 * hooks.texi (Standard Hooks): Add occur-hook.
5618
56192005-07-03 Luc Teirlinck <teirllm@auburn.edu>
5620
5621 * display.texi (The Echo Area): Correct menu.
5622
56232005-07-03 Richard M. Stallman <rms@gnu.org>
5624
5625 * elisp.texi (Top): Update subnode menu for Display.
5626
5627 * display.texi (Displaying Messages): New node, with most
5628 of what was in The Echo Area.
5dcb4c4e 5629 (Progress): Move under The Echo Area.
b8d4c8d0
GM
5630 (Logging Messages): New node with new text.
5631 (Echo Area Customization): New node, the rest of what was
5632 in The Echo Area. Document message-truncate-lines with @defvar.
5633 (Display): Update menu.
5634
5635 * windows.texi (Textual Scrolling): Doc 3 values for
5636 scroll-preserve-screen-position.
5637
5638 * text.texi (Special Properties): Change hook functions
5639 should bind inhibit-modification-hooks around altering buffer text.
5640
5641 * keymaps.texi (Key Binding Commands): Call binding BINDING
5642 rather than DEFINITION.
5643
56442005-06-29 Juanma Barranquero <lekktu@gmail.com>
5645
5646 * variables.texi (Defining Variables): `user-variable-p' returns t
5647 for aliases of user options, nil for alias loops.
5648
56492005-06-28 Richard M. Stallman <rms@gnu.org>
5650
5651 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
5652 make-keymap.
5653
56542005-06-27 Luc Teirlinck <teirllm@auburn.edu>
5655
5656 * variables.texi (Setting Variables): Correct and clarify
5657 description of `add-to-ordered-list'.
5658
56592005-06-26 Richard M. Stallman <rms@gnu.org>
5660
5661 * display.texi (Faces): Minor cleanup.
5662
56632005-06-25 Luc Teirlinck <teirllm@auburn.edu>
5664
5665 * display.texi (Faces): `facep' returns t for strings that are
5666 face names.
5667
56682005-06-25 Richard M. Stallman <rms@gnu.org>
5669
5670 * objects.texi (Equality Predicates): Clarify meaning of equal.
5671
5672 * windows.texi (Selecting Windows): save-selected-window
5673 and with-selected-window save and restore the current buffer.
5674
56752005-06-24 Richard M. Stallman <rms@gnu.org>
5676
5677 * numbers.texi (Float Basics): Explain how to test for NaN,
5678 and printing the sign of NaNs.
5679
56802005-06-24 Eli Zaretskii <eliz@gnu.org>
5681
5682 * makefile.w32-in (MAKEINFO): Use --force.
5683
56842005-06-23 Richard M. Stallman <rms@gnu.org>
5685
5686 * display.texi (Face Functions): Correct Texinfo usage.
5687
56882005-06-23 Luc Teirlinck <teirllm@auburn.edu>
5689
5690 * lists.texi (Rings): `ring-elements' now returns the elements of
5691 RING in order.
5692
56932005-06-23 Juanma Barranquero <lekktu@gmail.com>
5694
5695 * markers.texi (The Mark): Texinfo usage fix.
5696
56972005-06-23 Kim F. Storm <storm@cua.dk>
5698
5699 * searching.texi (Entire Match Data): Remove evaporate option for
5700 match-data. Do not mention evaporate option for set-match-data.
5701
57022005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
5703
5704 * display.texi (Face Functions): Mention face aliases.
5705
57062005-06-21 Richard M. Stallman <rms@gnu.org>
5707
5708 * anti.texi (Antinews): Texinfo usage fix.
5709
57102005-06-21 Karl Berry <karl@gnu.org>
5711
5712 * elisp.texi: Use @copying.
5713
5714 * elisp.texi: Put @summarycontents and @contents before the Top
5715 node, instead of the end of the file, so that the contents appear
5716 in the right place in the dvi/pdf output.
5717
57182005-06-21 Juri Linkov <juri@jurta.org>
5719
5720 * display.texi (Defining Faces): Add `customized-face'.
5721
57222005-06-20 Kim F. Storm <storm@cua.dk>
5723
5724 * variables.texi (Setting Variables): Any type of element can be
5725 given order in add-to-ordered-list. Compare elements with eq.
5726
5727 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
5728
57292005-06-20 Karl Berry <karl@gnu.org>
5730
5731 * syntax.texi (Syntax Flags): Make last column very slightly wider
5732 to avoid "generic comment" breaking on two lines and causing an
5733 underfull box.
5734
57352005-06-19 Luc Teirlinck <teirllm@auburn.edu>
5736
5737 * lists.texi (Rings): Various minor clarifications and corrections.
5738
57392005-06-18 Richard M. Stallman <rms@gnu.org>
5740
5741 * functions.texi (Obsolete Functions): Simplify.
5742
5743 * variables.texi (Variable Aliases): Simplify.
5744
5745 * anti.texi, backups.texi, compile.texi, customization.texi:
5746 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
5747 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
5748 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
5749 * variables.texi: Fix formatting ugliness.
5750
5751 * elisp.texi: Add links to Rings and Byte Packing.
5752 Update version and copyright years.
5753
5754 * minibuf.texi: Fix formatting ugliness.
5755 (Completion Commands): Move keymap vars to the end
5756 and vars completing-read binds to the top.
5757
57582005-06-17 Luc Teirlinck <teirllm@auburn.edu>
5759
5760 * processes.texi: Fix typos.
5761 (Bindat Spec): Correct Texinfo error.
5762 (Byte Packing): Fix ungrammatical sentence.
5763
57642005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
5765
5766 * lists.texi (Rings): New node.
5767 (Lists): Add it to menu.
5768
5769 * processes.texi (Byte Packing): New node.
5770 (Processes): Add it to menu.
5771
57722005-06-17 Richard M. Stallman <rms@gnu.org>
5773
5774 * syntax.texi (Parsing Expressions): Fix texinfo usage.
5775
5776 * help.texi (Documentation Basics): Explain the xref to
5777 Documentation Tips.
5778
5779 * debugging.texi (Debugger Commands): Minor fix.
5780
57812005-06-16 Luc Teirlinck <teirllm@auburn.edu>
5782
5783 * edebug.texi (Instrumenting): Eliminate duplicate link.
5784 (Specification List): Replace references to "below", referring to
5785 a later node, with one @ref to that node.
5786
5787 * os.texi (Timers): Timers should save and restore the match data
5788 if they change it.
5789
5790 * debugging.texi (Debugger Commands): Mention that the Lisp
5791 debugger can not step through primitive functions.
5792
57932005-06-16 Juanma Barranquero <lekktu@gmail.com>
5794
5795 * functions.texi (Obsolete Functions): Update argument names of
5796 `make-obsolete' and `define-obsolete-function-alias'.
5797
5798 * variables.texi (Variable Aliases): Update argument names of
5799 `defvaralias', `make-obsolete-variable' and
5800 `define-obsolete-variable-alias'.
5801
58022005-06-15 Kim F. Storm <storm@cua.dk>
5803
5804 * searching.texi (Entire Match Data): Rephrase warnings about
5805 evaporate arg to match-data and set-match-data.
5806
58072005-06-14 Luc Teirlinck <teirllm@auburn.edu>
5808
5809 * elisp.texi (Top): Update detailed menu.
5810
5811 * edebug.texi (Edebug): Update menu.
5812 (Instrumenting): Update xrefs.
5813 (Edebug Execution Modes): Correct xref.
5814 (Jumping): Clarify description of `h' command.
5815 Eliminate redundant @ref.
5816 (Breaks): New node.
5817 (Breakpoints): Is now a subsubsection.
5818 (Global Break Condition): Mention `C-x X X'.
5819 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
5820 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
5821 (Edebug Display Update): Correct pxref.
5822 (Edebug and Macros): New node.
5823 (Instrumenting Macro Calls): Is now a subsubsection.
5824 Neither arg of `def-edebug-spec' is evaluated.
5825 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
5826 (Specification Examples): Fix typo.
5827
58282005-06-14 Lute Kamstra <lute@gnu.org>
5829
5830 * debugging.texi (Function Debugging): Primitives can break on
5831 entry too.
5832
58332005-06-14 Kim F. Storm <storm@cua.dk>
5834
5835 * variables.texi (Setting Variables): Add add-to-ordered-list.
5836
58372005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5838
5839 * syntax.texi (Parsing Expressions): Document aux functions and vars of
5840 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
5841
58422005-06-13 Lute Kamstra <lute@gnu.org>
5843
5844 * text.texi (Special Properties): Fix cross reference.
5845
58462005-06-11 Luc Teirlinck <teirllm@auburn.edu>
5847
5848 * debugging.texi (Function Debugging): Delete mention of empty
5849 string argument to `cancel-debug-on-entry'. Delete inaccurate
5850 description of the return value of that command.
5851
58522005-06-11 Alan Mackenzie <acm@muc.de>
5853
5854 * text.texi (Adaptive Fill): Amplify the description of
5855 fill-context-prefix.
5856
58572005-06-10 Luc Teirlinck <teirllm@auburn.edu>
5858
5859 * syntax.texi (Parsing Expressions): Fix Texinfo error.
5860
58612005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
5862
5863 * syntax.texi (Parsing Expressions): Document syntax-ppss.
5864
58652005-06-10 Luc Teirlinck <teirllm@auburn.edu>
5866
5867 * debugging.texi (Error Debugging): Minor rewording.
5868 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
5869 is optional.
5870
58712005-06-10 Lute Kamstra <lute@gnu.org>
5872
5873 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
5874 (Top): Give it a title. Correct version number. Give the
5875 detailed node listing a more prominent header.
5876 * intro.texi: Don't set VERSION here a second time.
5877 Mention Emacs's version too.
5878 * anti.texi (Antinews): Use EMACSVER to refer to the current
5879 version of Emacs.
5880
58812005-06-09 Kim F. Storm <storm@cua.dk>
5882
5883 * searching.texi (Entire Match Data): Explain new `reseat' argument to
5884 match-data and set-match-data.
5885
58862005-06-08 Richard M. Stallman <rms@gnu.org>
5887
5888 * searching.texi (Entire Match Data): Clarify when match-data
5889 returns markers and when integers.
5890
5891 * display.texi (Defining Faces): Explain that face name should not
5892 end in `-face'.
5893
5894 * modes.texi (Mode Line Data): Minor cleanup.
5895 (Customizing Keywords): Node split out of Search-based Fontification.
5896 Add example of using font-lock-add-keywords from a hook.
5897 Clarify when MODE should be non-nil, and when nil.
5898
58992005-06-06 Richard M. Stallman <rms@gnu.org>
5900
5901 * modes.texi (Mode Line Data): Explain what happens when the car
5902 of a list is a void symbol.
5903 (Search-based Fontification): Explain MODE arg to
5904 font-lock-add-keywords and warn about calls from major modes.
5905
59062005-06-08 Juri Linkov <juri@jurta.org>
5907
5908 * display.texi (Standard Faces): Add `shadow' face.
5909
59102005-05-29 Luc Teirlinck <teirllm@auburn.edu>
5911
5912 * modes.texi (Major Mode Conventions): A derived mode only needs
5913 to put the call to the parent mode inside `delay-mode-hooks'.
5914
59152005-05-29 Richard M. Stallman <rms@gnu.org>
5916
5917 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
5918 new, and what that implies. Clarify.
5919
5920 * files.texi (Locating Files): Clean up the text.
5921
5922 * frames.texi (Window Frame Parameters): Document user-size.
5923 Shorten entry for top by referring to left.
5924
59252005-05-26 Richard M. Stallman <rms@gnu.org>
5926
5927 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
5928 is new, and what the implications are. Other clarifications.
5929
59302005-05-24 Richard M. Stallman <rms@gnu.org>
5931
5932 * frames.texi (Dialog Boxes): Minor fixes.
5933
59342005-05-25 Masatake YAMATO <jet@gyve.org>
5935
5936 * display.texi (Standard Faces): Write about `mode-line-highlight'.
5937
59382005-05-24 Luc Teirlinck <teirllm@auburn.edu>
5939
5940 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
5941 is optional.
5942
59432005-05-24 Nick Roberts <nickrob@snap.net.nz>
5944
10d1d0af 5945 * frames.texi (Dialog Boxes): Describe new optional argument.
b8d4c8d0
GM
5946
59472005-05-23 Lute Kamstra <lute@gnu.org>
5948
5949 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
5950 syntax-begin-function over font-lock-beginning-of-syntax-function.
5951
59522005-05-21 Luc Teirlinck <teirllm@auburn.edu>
5953
5954 * minibuf.texi (Reading File Names): Update description of
5955 `read-directory-name'.
5956
5957 * modes.texi (Derived Modes): Clarify :group keyword.
5958
59592005-05-21 Eli Zaretskii <eliz@gnu.org>
5960
5961 * files.texi (Locating Files): New subsection.
5962 Describe locate-file and executable-find.
5963
59642005-05-21 Kevin Ryde <user42@zip.com.au>
5965
5966 * frames.texi (Initial Parameters): Update cross reference to
5967 "Emacs Invocation".
5968
59692005-05-19 Luc Teirlinck <teirllm@auburn.edu>
5970
5971 * keymaps.texi (Active Keymaps): Add anchor.
5972
5973 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
5974 (Major Mode Conventions): Refer to `Auto Major Mode' in more
5975 appropriate place.
5976 (Derived Modes): Small clarifications.
5977 (Minor Mode Conventions, Keymaps and Minor Modes):
5978 Replace references to nodes with references to anchors.
5979 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
5980 Clarify description of lists whose first element is an integer.
5981 (Mode Line Variables): Add anchor.
5982 (%-Constructs): Clarify description of integer after %.
5983 (Emulating Mode Line): Describe nil value for FACE.
5984
59852005-05-18 Luc Teirlinck <teirllm@auburn.edu>
5986
5987 * modes.texi (Derived Modes): Correct references to non-existing
5988 variable standard-syntax-table.
5989
59902005-05-17 Lute Kamstra <lute@gnu.org>
5991
5992 * modes.texi (Defining Minor Modes): Mention the mode hook.
5993
59942005-05-15 Kim F. Storm <storm@cua.dk>
5995
5996 * processes.texi (Network): Remove open-network-stream-nowait.
5997 (Network Servers): Remove open-network-stream-server.
5998
59992005-05-15 Luc Teirlinck <teirllm@auburn.edu>
6000
6001 * elisp.texi (Top): Update detailed menu.
6002
6003 * variables.texi: Reorder nodes.
6004 (Variables): Update menu.
6005 (File Local Variables): Do not refer to the `-*-' line as
6006 a "local variables list". Add pxref.
6007
60082005-05-14 Luc Teirlinck <teirllm@auburn.edu>
6009
6010 * elisp.texi (Top): Update detailed menu for node changes.
6011
6012 * modes.texi (Modes): Update Menu.
6013 (Hooks): Move to beginning of chapter.
6014 Most minor modes run mode hooks too.
6015 `add-hook' can handle void hooks or hooks whose value is a single
6016 function.
6017 (Major Modes): Update Menu.
6018 (Major Mode Basics): New node, split off from `Major Modes'.
6019 (Major Mode Conventions): Correct xref. Explain how to handle
6020 auto-mode-alist if the major mode command has an autoload cookie.
6021 (Auto Major Mode): Major update. Add magic-mode-alist.
6022 (Derived Modes): Major update.
6023 (Mode Line Format): Update Menu.
6024 (Mode Line Basics): New node, split off from `Mode Line Format'.
6025
6026 * loading.texi (Autoload): Mention `autoload cookie' as synonym
6027 for `magic autoload comment'. Add index entries and anchor.
6028
60292005-05-14 Richard M. Stallman <rms@gnu.org>
6030
6031 * tips.texi (Coding Conventions): Explain how important it is
6032 that just loading certain files not change Emacs behavior.
6033
6034 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
6035
60362005-05-12 Lute Kamstra <lute@gnu.org>
6037
6038 * modes.texi (Generic Modes): Update.
6039 (Major Modes): Refer to node "Generic Modes".
6040
6041 * elisp.texi (Top): Update to the current structure of the manual.
6042 * processes.texi (Processes): Add menu description.
6043 * customize.texi (Customization): Add menu descriptions.
6044
60452005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
6046
6047 * processes.texi (Signals to Processes)
6048 (Low-Level Network): Fix typos.
6049
60502005-05-11 Lute Kamstra <lute@gnu.org>
6051
6052 * elisp.texi (Top): Add some nodes from the chapter "Major and
6053 Minor Modes" to the detailed node listing.
6054
60552005-05-10 Richard M. Stallman <rms@gnu.org>
6056
6057 * keymaps.texi (Extended Menu Items): Menu item filter functions
6058 can be called at any time.
6059
60602005-05-08 Luc Teirlinck <teirllm@auburn.edu>
6061
6062 * variables.texi (File Local Variables): `(hack-local-variables t)'
6063 now also checks whether a mode is specified in the local variables
6064 list.
6065
60662005-05-05 Kevin Ryde <user42@zip.com.au>
6067
6068 * display.texi (The Echo Area): Correct format function cross
6069 reference.
6070
60712005-05-05 Luc Teirlinck <teirllm@auburn.edu>
6072
6073 * variables.texi (Variable Aliases): Change description of
6074 `define-obsolete-variable-alias'.
6075
6076 * functions.texi (Functions): Add "Obsolete Functions" to menu.
6077 (Defining Functions): Add xref.
6078 (Obsolete Functions): New node.
6079 (Function Safety): Standardize capitalization of section title.
6080
6081 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
6082 (Dialog Boxes): Complete description of `x-popup-dialog'.
6083
60842005-05-04 Richard M. Stallman <rms@gnu.org>
6085
6086 * commands.texi (Interactive Codes): Fix Texinfo usage.
6087 Document U more clearly.
6088
60892005-05-01 Luc Teirlinck <teirllm@auburn.edu>
6090
6091 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
6092 function and not a macro.
6093
6094 * frames.texi (Pop-Up Menus): Correct and clarify description of
6095 `x-popup-menu'.
6096 (Dialog Boxes): Clarify description of `x-popup-dialog'.
6097
60982005-05-01 Richard M. Stallman <rms@gnu.org>
6099
6100 * edebug.texi (Checking Whether to Stop): Fix previous change.
6101
61022005-05-01 Luc Teirlinck <teirllm@auburn.edu>
6103
6104 * display.texi: Fix typos and Texinfo usage.
6105
6106 * edebug.texi (Checking Whether to Stop): executing-macro ->
6107 executing-kbd-macro.
6108
61092005-05-01 Richard M. Stallman <rms@gnu.org>
6110
6111 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
6112
61132005-04-30 Richard M. Stallman <rms@gnu.org>
6114
6115 * files.texi (Magic File Names): Document `operations' property.
6116
61172005-04-29 Lute Kamstra <lute@gnu.org>
6118
6119 * modes.texi (Generic Modes): New node.
6120 (Major Modes): Add it to the menu.
6121 (Derived Modes): Add "derived mode" to concept index.
6122
61232005-04-28 Lute Kamstra <lute@gnu.org>
6124
6125 * modes.texi (Defining Minor Modes): Fix previous change.
6126 (Font Lock Mode): Simplify.
6127 (Font Lock Basics): Say that font-lock-defaults is buffer-local
6128 when set and that some parts are optional. Add cross references.
6129 (Search-based Fontification): Say how to specify font-lock-keywords.
6130 Add cross references. Add font-lock-multiline to index.
6131 Move font-lock-keywords-case-fold-search here from node "Other Font
6132 Lock Variables". Document font-lock-add-keywords and
6133 font-lock-remove-keywords.
6134 (Other Font Lock Variables): Move font-lock-keywords-only,
6135 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
6136 and font-lock-syntactic-face-function to node "Syntactic Font
6137 Lock". Move font-lock-keywords-case-fold-search to node
6138 "Search-based Fontification". Document font-lock-inhibit-thing-lock
6139 and font-lock-{,un}fontify-{buffer,region}-function.
6140 (Precalculated Fontification): Remove reference to deleted variable
6141 font-lock-core-only.
6142 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
6143 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
6144 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
6145 and font-lock-syntactic-face-function here from node "Other Font
6146 Lock Variables". Move font-lock-syntactic-keywords to "Setting
6147 Syntax Properties". Add cross references.
6148 (Setting Syntax Properties): New node.
6149 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
6150 * syntax.texi (Syntax Properties): Add cross reference.
6151 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
6152
61532005-04-26 Richard M. Stallman <rms@gnu.org>
6154
6155 * display.texi (Defining Faces):
6156 Document `default' elements of defface spec.
6157
6158 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
6159
6160 * variables.texi (Variable Aliases): Clarify text.
6161
61622005-04-25 Chong Yidong <cyd@stupidchicken.com>
6163
6164 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
6165
61662005-04-25 Luc Teirlinck <teirllm@auburn.edu>
6167
6168 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
6169
61702005-04-24 Eli Zaretskii <eliz@gnu.org>
6171
6172 * syntax.texi (Syntax Table Internals): Elaborate documentation of
6173 syntax-after and syntax-class.
6174
6175 * files.texi (Changing Files): Fix last change's cross-reference.
6176 (Unique File Names): Don't mention "numbers" in the documentation
6177 of make-temp-file and make-temp-name.
6178
61792005-04-23 Richard M. Stallman <rms@gnu.org>
6180
6181 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
6182
61832005-04-22 Nick Roberts <nickrob@snap.net.nz>
6184
6185 * windows.texi (Cyclic Window Ordering): Clarify window-list.
6186
61872005-04-22 Nick Roberts <nickrob@snap.net.nz>
6188
6189 * variables.texi (Variable Aliases): Describe make-obsolete-variable
6190 and define-obsolete-variable-alias.
6191
61922005-04-22 Kim F. Storm <storm@cua.dk>
6193
6194 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
6195 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
6196
61972005-04-21 Lute Kamstra <lute@gnu.org>
6198
6199 * lists.texi (Association Lists): Document rassq-delete-all.
6200
62012005-04-19 Richard M. Stallman <rms@gnu.org>
6202
6203 * modes.texi (Search-based Fontification): Explain that
6204 facespec is an expression to be evaluated.
6205
62062005-04-19 Kevin Ryde <user42@zip.com.au>
6207
6208 * streams.texi (Output Functions): Fix xref.
6209 * strings.texi (String Conversion): Fix xref.
6210
62112005-04-19 Kim F. Storm <storm@cua.dk>
6212
6213 * symbols.texi (Symbol Plists): Add safe-get.
6214 Mention that `get' may signal an error.
6215
62162005-04-18 Nick Roberts <nickrob@snap.net.nz>
6217
6218 * customize.texi (Variable Definitions): Replace tooltip-mode
6219 example with save-place.
6220
62212005-04-17 Richard M. Stallman <rms@gnu.org>
6222
6223 * buffers.texi (Indirect Buffers): Clarify.
6224
6225 * positions.texi (Positions): Clarify converting marker to integer.
6226
6227 * strings.texi (String Basics): Mention string-match; clarify.
6228
62292005-04-08 Lute Kamstra <lute@gnu.org>
6230
6231 * modes.texi (Search-based Fontification): Fix cross references.
6232 Use consistent terminology. Document anchored highlighting.
6233
62342005-04-05 Lute Kamstra <lute@gnu.org>
6235
6236 * modes.texi (Defining Minor Modes): Document :group keyword
6237 argument and its default value.
6238
62392005-04-03 Lute Kamstra <lute@gnu.org>
6240
6241 * hooks.texi (Standard Hooks): Add some hooks. Add cross
6242 references and/or descriptions. Delete major mode hooks; mention
6243 them as a category instead. Rename or delete obsolete hooks.
6244
62452005-04-02 Richard M. Stallman <rms@gnu.org>
6246
6247 * nonascii.texi (Coding System Basics): Another wording cleanup.
6248
62492005-04-01 Richard M. Stallman <rms@gnu.org>
6250
6251 * nonascii.texi (Coding System Basics): Clarify previous change.
6252
62532005-04-01 Kenichi Handa <handa@m17n.org>
6254
10d1d0af 6255 * nonascii.texi (Coding System Basics): Describe about roundtrip
b8d4c8d0
GM
6256 identity of coding systems.
6257
62582005-03-29 Chong Yidong <cyd@stupidchicken.com>
6259
6260 * text.texi (Buffer Contents): Add filter-buffer-substring and
6261 buffer-substring-filters.
6262
62632005-03-26 Chong Yidong <cyd@stupidchicken.com>
6264
6265 * anti.texi (Antinews): Mention `G' interactive code.
6266
6267 * tips.texi (Compilation Tips): Mention benchmark.el.
6268
62692005-03-27 Luc Teirlinck <teirllm@auburn.edu>
6270
6271 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
6272 is now bound to M-o M-o.
6273
6274 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
6275
62762005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
6277
6278 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
6279 in the Emacs Manual).
6280 * Makefile.in (srcs): Remove calendar.texi.
6281 * makefile.w32-in (srcs): Remove calendar.texi.
6282 * display.texi (Display): Change name of next node.
6283 * os.texi (System In): Change name of previous node.
6284 * elisp.texi (Top): Remove Calendar references.
6285 * vol1.texi (Top): Remove Calendar references.
6286 * vol2.texi (Top): Remove Calendar references.
6287
62882005-03-25 Richard M. Stallman <rms@gnu.org>
6289
6290 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
6291 Cleanup previous change.
6292
62932005-03-25 Chong Yidong <cyd@stupidchicken.com>
6294
6295 * display.texi (Face Attributes): Faces earlier in an :inherit
6296 list take precedence.
6297 (Scroll Bars): Fix description of vertical-scroll-bars.
6298 Document frame-current-scroll-bars and window-current-scroll-bars.
6299
6300 * markers.texi (The Mark): Document temporary Transient Mark mode.
6301
6302 * minibuf.texi (Reading File Names):
6303 Document read-file-name-completion-ignore-case.
6304
6305 * positions.texi (Screen Lines): Document nil for width argument
6306 to compute-motion.
6307
63082005-03-23 Kim F. Storm <storm@cua.dk>
6309
6310 * display.texi (Standard Faces): Other faces used in the fringe
6311 implicitly inherits from the fringe face.
6312 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
6313 properties implicitly inherits from fringe face.
6314 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
6315
63162005-03-20 Chong Yidong <cyd@stupidchicken.com>
6317
6318 * display.texi (Invisible Text): State default value of
6319 line-move-ignore-invisible.
6320 (Managing Overlays): Document remove-overlays.
6321 (Standard Faces): Document escape-glyph face.
6322
6323 * minibuf.texi (Reading File Names): Document read-file-name-function.
6324
6325 * modes.texi (Other Font Lock Variables):
6326 Document font-lock-lines-before.
6327
6328 * positions.texi (Skipping Characters): skip-chars-forward allows
6329 character classes.
6330
63312005-03-18 Lute Kamstra <lute@gnu.org>
6332
6333 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
6334
63352005-03-17 Richard M. Stallman <rms@gnu.org>
6336
6337 * text.texi (Undo): Document extensible undo entries.
6338
dd7b651b 6339 * searching.texi (String Search, Regexp Search): Cleanups.
b8d4c8d0
GM
6340
6341 * nonascii.texi (Character Codes): Minor fix.
6342
6343 * display.texi (Display Property): Explain the significance
6344 of having text properties that are eq.
6345 (Other Display Specs): Explain string as display spec.
6346
6347 * commands.texi (Interactive Codes): Document G option.
6348
63492005-03-17 Chong Yidong <cyd@stupidchicken.com>
6350
6351 * text.texi (Filling): Add sentence-end-without-period and
6352 sentence-end-without-space.
6353 (Changing Properties): Minor fix.
6354
6355 * anti.texi: Total rewrite.
6356
63572005-03-15 Lute Kamstra <lute@gnu.org>
6358
6359 * edebug.texi (Instrumenting Macro Calls): Fix typos.
6360
63612005-03-08 Kim F. Storm <storm@cua.dk>
6362
6363 * display.texi (Specified Space): Property :width is support on
6364 non-graphic terminals, :height is not.
6365
63662005-03-07 Richard M. Stallman <rms@gnu.org>
6367
6368 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
6369 Now subnodes of Fringes.
6370 (Overlay Arrow): Document overlay-arrow-variable-list.
6371 (Fringe Size/Pos): New node, broken out of Fringes.
6372 (Display): Explain clearing vs redisplay better.
6373 (Truncation): Clarify use of bitmaps.
6374 (The Echo Area): Clarify the uses of the echo area.
6375 Add max-mini-window-height.
6376 (Progress): Clarify.
6377 (Invisible Text): Explain that main loop moves point out.
6378 (Selective Display): Say "hidden", not "invisible".
6379 (Managing Overlays): Move up. Describe relation to Undo here.
6380 (Overlay Properties): Clarify intro.
6381 (Finding Overlays): Explain return values when nothing found.
6382 (Width): truncate-string-to-width has added arg.
6383 (Displaying Faces): Clarify and update mode line face handling.
6384 (Face Functions): Minor cleanup.
6385 (Conditional Display): Merge into Other Display Specs.
6386 (Pixel Specification, Other Display Specs): Minor cleanups.
6387 (Images, Image Descriptors): Minor cleanups.
6388 (GIF Images): Patents have expired.
6389 (Showing Images): Explain default text for insert-image.
6390 (Manipulating Button Types): Merge into Manipulating Buttons.
6391 (Making Buttons): Explain return values.
6392 (Button Buffer Commands): Add xref.
6393 (Inverse Video): Update mode-line-inverse-video.
6394 (Display Table Format): Clarify.
6395 (Active Display Table): Give defaults for window-display-table.
6396
6397 * calendar.texi (Calendar Customizing): calendar-holiday-marker
6398 and calendar-today-marker are strings, not chars.
6399 (Holiday Customizing): Minor fix.
6400
6401 * internals.texi (Writing Emacs Primitives): Update `or' example.
6402 Update limit on # args of subr.
6403
6404 * edebug.texi (Using Edebug): Arrow is in fringe.
6405 (Instrumenting): Arg to eval-defun works without loading edebug.
6406 (Edebug Execution Modes): Add xref.
6407
6408 * customize.texi (Common Keywords): Clarify :require.
6409 Mention :version here.
6410 (Variable Definitions, Group Definitions): Not here.
6411 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
6412
64132005-03-07 Chong Yidong <cyd@stupidchicken.com>
6414 * nonascii.texi (Text Representations): Clarify position-bytes.
6415 (Character Sets): Add list-charset-chars.
6416 (Scanning Charsets): Add charset-after.
6417 (Encoding and I/O): Minor fix.
6418
64192005-03-06 Richard M. Stallman <rms@gnu.org>
6420
6421 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
6422 (Resizing Windows): Likewise.
6423
6424 * text.texi (Change Hooks): Get rid of "Emacs 21".
6425
6426 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
6427
6428 * streams.texi (Output Variables): Get rid of "Emacs 21".
6429
6430 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
6431
6432 * os.texi (Translating Input): Replace flow-control example
6433 with a less obsolete example that uses `keyboard-translate'.
6434
6435 * objects.texi (Hash Table Type, Circular Objects):
6436 Get rid of "Emacs 21".
6437
6438 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
6439 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
6440
6441 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
6442
6443 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
6444
6445 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
6446 (Menu Bar): Fix when menu-bar-update-hook is called.
6447
6448 * hash.texi (Hash Tables): Get rid of "Emacs 21".
6449
6450 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
6451 and make it read better.
6452
6453 * files.texi (Writing to Files): Get rid of "Emacs 21".
6454 (Unique File Names): Likewise.
6455
6456 * elisp.texi: Update Emacs version to 22.
6457
6458 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
6459 (Overlay Properties, Face Attributes): Likewise.
6460 (Managing Overlays): Fix punctuation.
6461 (Attribute Functions): Clarify set-face-font; get rid of
6462 info about old Emacs versions.
6463 (Auto Faces, Font Lookup, Display Property, Images):
6464 Get rid of "Emacs 21".
6465
6466 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
6467
64682005-03-05 Richard M. Stallman <rms@gnu.org>
6469
6470 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
6471
64722005-03-04 Lute Kamstra <lute@gnu.org>
6473
6474 * debugging.texi (Error Debugging): Document stack-trace-on-error.
6475
64762005-03-03 Lute Kamstra <lute@gnu.org>
6477
6478 * edebug.texi (Instrumenting Macro Calls): Fix typo.
6479
64802005-03-01 Lute Kamstra <lute@gnu.org>
6481
6482 * debugging.texi (Debugger Commands): Update `j'.
6483
64842005-02-28 Lute Kamstra <lute@gnu.org>
6485
6486 * debugging.texi (Debugging): Fix typo.
6487 (Error Debugging): Document eval-expression-debug-on-error.
6488 (Function Debugging): Update example.
6489 (Using Debugger): Mention starred stack frames.
6490 (Debugger Commands): Document `j' and `l'.
6491 (Invoking the Debugger): `d' and `j' exit recursive edit too.
6492 Update the messages that the debugger displays.
6493 (Internals of Debugger): Add cross reference. Update example.
6494 (Excess Open): Minor improvement.
6495 (Excess Close): Minor improvement.
6496
64972005-02-26 Richard M. Stallman <rms@gnu.org>
6498
6499 * tips.texi (Coding Conventions): Clarify.
6500 Put all the major mode key reservations together.
6501 Mention the Mouse-1 => Mouse-2 conventions.
6502
6503 * syntax.texi (Syntax Class Table): Clarify.
6504 (Syntax Table Functions): syntax-after moved from here.
6505 (Syntax Table Internals): syntax-after moved to here.
6506 (Parsing Expressions): Update info on number of values
6507 and what's meaningful in the STATE argument.
6508 (Categories): Fix typo.
6509
6510 * sequences.texi (Arrays): Cleanup.
6511 (Char-Tables): Clarify.
6512
6513 * processes.texi (Deleting Processes): Cleanups, add xref.
6514 (Subprocess Creation): Explain nil in exec-path. Cleanup.
6515 (Process Information): set-process-coding-system, some args optional.
6516 (Input to Processes): Explain various types for PROCESS args.
6517 Rename them from PROCESS-NAME to PROCESS.
6518 (Signals to Processes): Likewise.
6519 (Decoding Output): Cleanup.
6520 (Query Before Exit): Clarify.
6521
6522 * os.texi (Startup Summary): Correct the options; add missing ones.
6523 (Terminal Output, Batch Mode): Clarify.
6524 (Flow Control): Node deleted.
6525
6526 * markers.texi (The Mark): Clarify.
6527
6528 * macros.texi (Expansion): Cleanup.
6529 (Indenting Macros): indent-spec allows ints, not floats.
6530
6531 * keymaps.texi (Keymaps): Clarify.
6532 (Format of Keymaps): Update lisp-mode-map example.
6533 (Active Keymaps, Key Lookup): Clarify.
6534 (Changing Key Bindings): Add xref to `kbd'.
6535 (Key Binding Commands, Simple Menu Items): Clarify.
6536 (Mouse Menus, Menu Bar): Clarify.
6537 (Menu Example): Replace print example with menu-bar-replace-menu.
6538
6539 * help.texi (Documentation Basics): Add function-documentation prop.
6540
6541 * elisp.texi (Top): Don't refer to Flow Control node.
6542
6543 * commands.texi (Command Overview): Improve xrefs.
6544 (Adjusting Point): Adjusting point applies to intangible and invis.
6545 (Key Sequence Input): Doc extra read-key-sequence args.
6546 Likewise for read-key-sequence-vector.
6547
6548 * backups.texi (Rename or Copy): Minor fix.
6549 (Numbered Backups): For version-control, say the default.
6550 (Auto-Saving): make-auto-save-file-name example is simplified.
6551
6552 * advice.texi (Advising Functions): Don't imply one part of Emacs
6553 should advise another part. Markup changes.
6554 (Defining Advice): Move transitional para.
6555 (Activation of Advice): Cleanup.
6556 Explain if COMPILE is nil or negative.
6557
6558 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
6559
65602005-02-24 Lute Kamstra <lute@gnu.org>
6561
6562 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
6563 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
6564
65652005-02-23 Lute Kamstra <lute@gnu.org>
6566
6567 * modes.texi (Defining Minor Modes): define-minor-mode can be used
6568 to define global minor modes as well.
6569
6570 * display.texi (Managing Overlays): overlay-buffer returns nil for
6571 deleted overlays.
6572
65732005-02-22 Kim F. Storm <storm@cua.dk>
6574
6575 * minibuf.texi (Basic Completion): Allow symbols in addition to
6576 strings in try-completion and all-completions.
6577
65782005-02-14 Lute Kamstra <lute@gnu.org>
6579
6580 * elisp.texi (Top): Remove reference to deleted node.
6581
6582 * lists.texi (Lists): Remove reference to deleted node.
6583 (Cons Cells): Fix typo.
6584
6585 * loading.texi (Where Defined): Fix typo.
6586
65872005-02-14 Richard M. Stallman <rms@gnu.org>
6588
6589 * variables.texi (Creating Buffer-Local): change-major-mode-hook
6590 is useful for discarding some minor modes.
6591
6592 * symbols.texi (Symbol Components): Reorder examples.
6593
6594 * streams.texi (Input Functions): State standard-input default.
6595 (Output Variables): State standard-output default.
6596
6597 * objects.texi (Printed Representation): Clarify read syntax vs print.
6598 (Floating Point Type): Explain meaning better.
6599 (Symbol Type): Explain uniqueness better.
6600 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
6601 List examples sooner.
6602 (Box Diagrams): New subnode broken out.
6603 Some examples moved from old Lists as Boxes node.
6604 (Dotted Pair Notation): Clarify intro.
6605 (Array Type): Clarify.
6606 (Type Predicates): Add hash-table-p.
6607
6608 * numbers.texi (Integer Basics): Clarify radix explanation.
6609 (Predicates on Numbers): Minor clarification.
6610 (Comparison of Numbers): Minor clarification. Clarify eql.
6611 Typos in min, max.
6612 (Math Functions): Clarify overflow in expt.
6613
6614 * minibuf.texi (Text from Minibuffer): Minor clarification.
6615 Mention arrow keys.
6616
6617 * loading.texi (Autoload): defun's doc string overrides autoload's
6618 doc string.
6619 (Repeated Loading): Modernize "add to list" examples.
6620 (Where Defined): Finish updating table of load-history elts.
6621
6622 * lists.texi (List-related Predicates): Minor wording improvement.
6623 (Lists as Boxes): Node deleted.
6624 (Building Lists): Explain trivial cases of number-sequence.
6625
6626 * hash.texi (Hash Tables): Add desc to menu items.
10d1d0af 6627 (Creating Hash): Explain "full" means "make larger".
b8d4c8d0
GM
6628 (Hash Access): Any object can be a key.
6629 State value of maphash.
6630
6631 * functions.texi (What Is a Function): Wording cleanup.
6632 (Function Documentation): Minor cleanup.
6633 Explain purpose of calling convention at end of doc string.
6634 (Function Names): Wording cleanup.
6635 (Calling Functions): Wording cleanup.
6636 Explain better how funcall calls the function.
6637 (Function Cells): Delete example of saving and redefining function.
6638
6639 * control.texi (Combining Conditions): Wording cleanup.
6640 (Iteration): dolist and dotimes bind VAR locally.
6641 (Cleanups): Xref to Atomic Changes.
6642
6643 * compile.texi (Byte Compilation): Delete 19.29 info.
6644 (Compilation Functions): Macros' difficulties don't affect defsubst.
6645 (Docs and Compilation): Delete 19.29 info.
6646
66472005-02-10 Richard M. Stallman <rms@gnu.org>
6648
6649 * objects.texi (Symbol Type): Minor correction.
6650
66512005-02-06 Lute Kamstra <lute@gnu.org>
6652
6653 * modes.texi (Example Major Modes): Fix typos.
6654
66552005-02-06 Richard M. Stallman <rms@gnu.org>
6656
6657 * text.texi (Margins): fill-nobreak-predicate can be one function.
6658
6659 * strings.texi (Modifying Strings): clear-string can make unibyte.
6660 (Formatting Strings): format gives error if values missing.
6661
6662 * positions.texi (Character Motion): Mention default arg
6663 for forward-char. backward-char refers to forward-char.
6664 (Word Motion): Mention default arg for forward-word.
6665 (Buffer End Motion): Mention default arg for beginning-of-buffer.
6666 Simplify end-of-buffer.
6667 (Text Lines): Mention default arg for forward-line.
6668 (List Motion): Mention default arg for beginning/end-of-defun.
6669 (Skipping Characters): Minor fixes in explaining character-set.
6670
6671 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
6672 Mode inheritance applies only when default-major-mode is nil.
6673 Clarifications.
6674 (Example Major Modes): Update Text mode and Lisp mode examples.
6675 (Minor Mode Conventions): Mention define-minor-mode at top.
6676 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
6677 (Mode Line Format): Update mode line face display info.
6678 (Properties in Mode): Mention effect of risky vars.
6679 (Imenu): Define imenu-add-to-menubar.
6680 (Font Lock Mode): Add descriptions to menu lines.
6681 (Faces for Font Lock): Add font-lock-doc-face.
6682
66832005-02-05 Lute Kamstra <lute@gnu.org>
6684
6685 * text.texi (Maintaining Undo): Remove obsolete function.
6686
66872005-02-05 Eli Zaretskii <eliz@gnu.org>
6688
6689 * frames.texi (Color Names): Add pointer to the X docs about RGB
c4cc8b9a 6690 color specifications. Improve indexing.
b8d4c8d0
GM
6691 (Text Terminal Colors): Replace the description of RGB values by
6692 an xref to "Color Names".
6693
66942005-02-03 Richard M. Stallman <rms@gnu.org>
6695
6696 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
6697 Clarify.
6698 (Selecting Windows): Clarify save-selected-window.
6699 (Cyclic Window Ordering): Clarify walk-windows.
6700 (Window Point): Clarify.
6701 (Window Start): Add comment to example.
6702 (Resizing Windows): Add `interactive' specs in examples.
6703 Document fit-window-to-buffer.
6704
6705 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
6706 (Undo, Maintaining Undo): Clarify last change.
6707 (Sorting): In sort-numeric-fields, explain about octal and hex.
6708 Mention sort-numeric-base.
6709 (Format Properties): Add xref for hard newlines.
6710
6711 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
6712 (Pop-Up Menus): Fix typo.
6713 (Color Names): Explain all types of color names.
6714 Explain color-values on B&W terminal.
6715 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
6716
6717 * files.texi (File Locks): Not supported on MS systems.
6718 (Testing Accessibility): Clarify.
6719
6720 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
6721 (Coverage Testing): Fix typo.
6722
6723 * commands.texi (Misc Events): Remove stray space.
6724
6725 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
6726 (Modification Time): Clarify when visited-file-modtime returns 0.
6727 (The Buffer List): Clarify bury-buffer.
6728 (Killing Buffers): Clarify.
6729 (Indirect Buffers): Add clone-indirect-buffer.
6730
67312005-02-02 Matt Hodges <MPHodges@member.fsf.org>
6732
6733 * edebug.texi (Printing in Edebug): Fix default value of
6734 edebug-print-circle.
6735 (Coverage Testing): Fix displayed frequency count data.
6736
67372005-02-02 Luc Teirlinck <teirllm@auburn.edu>
6738
6739 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
6740
67412005-02-02 Kim F. Storm <storm@cua.dk>
6742
6743 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
6744
67452005-01-29 Eli Zaretskii <eliz@gnu.org>
6746
6747 * commands.texi (Misc Events): Describe the help-echo event.
6748
6749 * text.texi (Special Properties) <help-echo>: Use `pos'
6750 consistently in description of the help-echo property.
6751 Use @code{nil} instead of @var{nil}.
6752
6753 * display.texi (Overlay Properties): Fix the index entry for
6754 help-echo overlay property.
6755
6756 * customize.texi (Type Keywords): Uncomment the xref to the
6757 help-echo property documentation.
6758
67592005-01-23 Kim F. Storm <storm@cua.dk>
6760
6761 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
6762 return value. Third element FULLY replaced by PARTIAL which
6763 specifies number of invisible pixels if row is only partially visible.
6764 (Textual Scrolling): Mention auto-window-vscroll.
6765 (Vertical Scrolling): New defvar auto-window-vscroll.
6766
67672005-01-16 Luc Teirlinck <teirllm@auburn.edu>
6768
6769 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
6770 command remapping.
6771
67722005-01-15 Richard M. Stallman <rms@gnu.org>
6773
6774 * display.texi (Defining Images): Mention DATA-P arg of create-image.
6775
67762005-01-14 Kim F. Storm <storm@cua.dk>
6777
6778 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
6779
6780 * text.texi (Links and Mouse-1): Fix string and vector item.
6781
67822005-01-13 Richard M. Stallman <rms@gnu.org>
6783
6784 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
6785 descriptions of overriding-local-map and overriding-terminal-local-map.
6786
6787 * text.texi (Links and Mouse-1): Clarify text.
6788
67892005-01-13 Kim F. Storm <storm@cua.dk>
6790
6791 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
6792
67932005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
6794
6795 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
6796
67972005-01-12 Kim F. Storm <storm@cua.dk>
6798
6799 * text.texi (Links and Mouse-1): Rename section from Enabling
6800 Mouse-1 to Following Links. Change xrefs.
6801 Add examples for define-button-type and define-widget.
6802
6803 * display.texi (Button Properties, Button Buffer Commands):
6804 Clarify mouse-1 and follow-link functionality.
6805
68062005-01-12 Richard M. Stallman <rms@gnu.org>
6807
6808 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
6809
6810 * display.texi (Beeping): Fix Texinfo usage.
6811
6812 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
6813
68142005-01-11 Kim F. Storm <storm@cua.dk>
6815
6816 * display.texi (Button Properties, Button Buffer Commands):
6817 Mention mouse-1 binding. Add follow-link keyword.
6818
6819 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
6820 (Enabling Mouse-1 to Follow Links): New subsection.
6821
68222005-01-06 Richard M. Stallman <rms@gnu.org>
6823
6824 * text.texi (Special Properties): Minor change.
6825
6826 * os.texi (Timers): Clarify previous change.
6827
6828 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
6829
68302005-01-01 Luc Teirlinck <teirllm@auburn.edu>
6831
6832 * display.texi (Face Attributes): Correct xref to renamed node.
6833
68342005-01-01 Richard M. Stallman <rms@gnu.org>
6835
6836 * display.texi (Face Attributes): Describe hex color specs.
6837
68382004-12-31 Richard M. Stallman <rms@gnu.org>
6839
6840 * os.texi (Timers): Update previous change.
6841
68422004-12-30 Kim F. Storm <storm@cua.dk>
6843
6844 * display.texi (Line Height): Total line-height is now specified
6845 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
6846 in cons cells. (nil . RATIO) is relative to actual line height.
6847 Use line-height `t' instead of `0' to get minimum height.
6848
68492004-12-29 Richard M. Stallman <rms@gnu.org>
6850
6851 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
6852
68532004-12-28 Richard M. Stallman <rms@gnu.org>
6854
6855 * commands.texi (Quitting): Clarify value of with-local-quit.
6856
6857 * elisp.texi (Top): Fix previous change.
6858
6859 * loading.texi (Loading): Fix previous change.
6860
68612004-12-27 Richard M. Stallman <rms@gnu.org>
6862
6863 * Makefile.in (MAKEINFO): Specify --force.
6864
6865 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
6866
6867 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
6868
6869 * display.texi (Line Height): Further clarify.
6870
6871 * elisp.texi (Top): Update Loading submenu.
6872
6873 * loading.texi (Where Defined): New node.
6874 (Unloading): load-history moved to Where Defined.
6875
68762004-12-21 Richard M. Stallman <rms@gnu.org>
6877
6878 * commands.texi (Event Input Misc): Add while-no-input.
6879
68802004-12-11 Richard M. Stallman <rms@gnu.org>
6881
6882 * display.texi (Line Height): Rewrite text for clarity.
6883
68842004-12-11 Kim F. Storm <storm@cua.dk>
6885
6886 * display.texi (Display): Add node "Line Height" to menu.
6887 (Line Height): New node. Move full description of line-spacing
6888 and line-height text properties here from text.texi.
6889 (Scroll Bars): Add vertical-scroll-bar variable.
6890
6891 * frames.texi (Window Frame Parameters): Remove line-height defvar.
6892
6893 * locals.texi (Standard Buffer-Local Variables): Fix xref for
6894 line-spacing and vertical-scroll-bar.
6895
6896 * text.texi (Special Properties): Just mention line-spacing and
6897 line-height here, add xref to new "Line Height" node.
6898
68992004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
6900
6901 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
6902
6903 * locals.texi (Standard Buffer-Local Variables):
6904 Add @xref for `line-spacing'.
6905
69062004-12-05 Richard M. Stallman <rms@gnu.org>
6907
6908 * Makefile.in (maintainer-clean): Remove the info files
6909 in $(infodir) where they are created.
6910
69112004-12-03 Richard M. Stallman <rms@gnu.org>
6912
6913 * windows.texi (Selecting Windows): get-lru-window and
6914 get-largest-window don't consider dedicated windows.
6915
6916 * text.texi (Undo): Document undo-in-progress.
6917
69182004-11-26 Richard M. Stallman <rms@gnu.org>
6919
6920 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
6921 Remove a few vars that are not always buffer-local.
6922
69232004-11-24 Luc Teirlinck <teirllm@auburn.edu>
6924
6925 * locals.texi (Standard Buffer-Local Variables): Comment out
6926 xref's to non-existent node `Yet to be written'.
6927
69282004-11-24 Richard M. Stallman <rms@gnu.org>
6929
6930 * processes.texi (Synchronous Processes): Grammar fix.
6931
6932 * numbers.texi (Comparison of Numbers): Add eql.
6933
6934 * locals.texi (Standard Buffer-Local Variables): Add many vars.
6935
6936 * intro.texi (Printing Notation): Fix previous change.
6937
6938 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
6939 and default-indicate-buffer-boundaries from here.
6940 (Usual Display): To here.
6941 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
6942 (Usual Display): Move tab-width up.
6943
5dcb4c4e
SM
6944 * customize.texi (Variable Definitions):
6945 Replace show-paren-mode example with tooltip-mode.
b8d4c8d0
GM
6946 (Simple Types, Composite Types, Defining New Types):
6947 Minor cleanups.
6948
69492004-11-21 Jesper Harder <harder@ifa.au.dk>
6950
6951 * processes.texi (Synchronous Processes, Output from Processes):
6952 Markup fix.
6953
69542004-11-20 Richard M. Stallman <rms@gnu.org>
6955
6956 * positions.texi (Skipping Characters): skip-chars-forward
6957 now handles char classes.
6958
6959 * intro.texi (Printing Notation): Avoid confusion of `print'
6960 when explaining @print.
6961
6962 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
6963
6964 * display.texi (Display Table Format): Minor fix.
6965
6966 * streams.texi (Output Functions): Fix print example.
6967
6968 * Makefile.in (elisp): New target.
6969 (dist): Depend on $(infodir)/elisp, not elisp.
6970 Copy the info files from $(infodir).
6971
6972 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
6973 read-from-minibuffer.
6974
6975 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
6976
69772004-11-19 Richard M. Stallman <rms@gnu.org>
6978
6979 * searching.texi (Regexp Search): Add search-whitespace-regexp.
6980
69812004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
6982
6983 * tips.texi (Coding Conventions): Fix typo.
6984
69852004-11-16 Richard M. Stallman <rms@gnu.org>
6986
6987 * tips.texi (Coding Conventions): Separate defvar and require
6988 methods to avoid warnings. Use require only when there are many
6989 functions and variables from that package.
6990
6991 * minibuf.texi (Minibuffer Completion): When ignoring case,
6992 predicate must not be case-sensitive.
6993
6994 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
6995 (Test Coverage): Don't talk about "splotches". Clarified.
6996
69972004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
6998
6999 * frames.texi (Window Frame Parameters): Fix typo.
7000
70012004-11-15 Kim F. Storm <storm@cua.dk>
7002
7003 * symbols.texi (Other Plists): Note that plist-get may signal error.
7004 Add safe-plist-get.
7005
70062004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
7007
7008 * modes.texi (Font Lock Basics): Fix typo.
7009
70102004-11-08 Richard M. Stallman <rms@gnu.org>
7011
7012 * syntax.texi (Syntax Table Functions): Add syntax-after.
7013
70142004-11-06 Lars Brinkhoff <lars@nocrew.org>
7015
7016 * os.texi (Processor Run Time): New section documenting
7017 get-internal-run-time.
7018
70192004-11-06 Eli Zaretskii <eliz@gnu.org>
7020
7021 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
7022 it nukes elisp-cover.texi.
7023 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
7024 elisp-0 etc.
7025
70262004-11-05 Luc Teirlinck <teirllm@auburn.edu>
7027
7028 * commands.texi (Keyboard Macros): Document `append' return value
7029 of `defining-kbd-macro'.
7030
70312004-11-01 Richard M. Stallman <rms@gnu.org>
7032
7033 * commands.texi (Interactive Call): Add called-interactively-p.
7034
70352004-10-29 Simon Josefsson <jas@extundo.com>
7036
7037 * minibuf.texi (Reading a Password): Revert.
7038
70392004-10-28 Richard M. Stallman <rms@gnu.org>
7040
7041 * frames.texi (Display Feature Testing): Explain about "vendor".
7042
70432004-10-27 Richard M. Stallman <rms@gnu.org>
7044
7045 * commands.texi (Interactive Codes): `N' uses numeric prefix,
7046 not raw. Clarify `n'.
7047 (Interactive Call): Rewrite interactive-p, focusing on when
7048 and how to use it.
7049 (Misc Events): Clarify previous change.
7050
7051 * advice.texi (Simple Advice): Clarify what job the example does.
7052 (Around-Advice): Clarify ad-do-it.
7053 (Activation of Advice): An option of ad-default-compilation-action
7054 is `never', not `nil'.
7055
70562004-10-26 Kim F. Storm <storm@cua.dk>
7057
7058 * commands.texi (Interactive Codes): Add U code letter.
7059
70602004-10-25 Simon Josefsson <jas@extundo.com>
7061
7062 * minibuf.texi (Reading a Password): Add.
7063
70642004-10-24 Jason Rumney <jasonr@gnu.org>
7065
7066 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
7067 and wheel-down.
7068
70692004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
7070
7071 * processes.texi (Synchronous Processes): Document process-file.
7072
70732004-10-22 Kenichi Handa <handa@m17n.org>
7074
7075 * text.texi (translate-region): Document that it accepts also a
7076 char-table.
7077
70782004-10-22 David Ponce <david@dponce.com>
7079
7080 * windows.texi (Resizing Windows): Document the `preserve-before'
7081 argument of the functions `enlarge-window' and `shrink-window'.
7082
70832004-10-19 Jason Rumney <jasonr@gnu.org>
7084
7085 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
7086
70872004-10-09 Luc Teirlinck <teirllm@auburn.edu>
7088
7089 * text.texi (Filling): Add anchor for definition of
7090 `sentence-end-double-space'.
7091
7092 * searching.texi (Regexp Example): Update description of how
7093 Emacs currently recognizes the end of a sentence.
7094 (Standard Regexps): Update definition of the variable
7095 `sentence-end'. Add definition of the function `sentence-end'.
7096
70972004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
7098
7099 * display.texi (Progress): New node.
7100
71012004-10-05 Kim F. Storm <storm@cua.dk>
7102
7103 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
7104
71052004-09-29 Kim F. Storm <storm@cua.dk>
7106
7107 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
7108 to identify bitmaps. Remove -fringe-bitmap suffix for standard
7109 fringe bitmap symbols, as they now have their own namespace.
7110 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
7111 vs. pixels. Signal error if no free bitmap slots.
7112 (Pixel Specification): Change IMAGE to @var{image}.
7113
71142004-09-28 Richard M. Stallman <rms@gnu.org>
7115
7116 * text.texi (Special Properties): Clarify line-spacing and line-height.
7117
7118 * searching.texi (Regexp Search): Add looking-back.
7119
71202004-09-25 Luc Teirlinck <teirllm@auburn.edu>
7121
7122 * display.texi: Correct typos.
7123 (Image Descriptors): Correct xref's.
7124
71252004-09-25 Richard M. Stallman <rms@gnu.org>
7126
7127 * text.texi (Special Properties): Cleanups in `cursor'.
7128 Rewrites in `line-height' and `line-spacing'; exchange them.
7129
7130 * display.texi (Fringes): Rewrite previous change.
7131 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
7132 (Display Fringe Bitmaps): Node deleted, text moved.
7133 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
7134 (Scroll Bars): Clarify set-window-scroll-bars.
7135 (Pointer Shape): Rewrite.
7136 (Specified Space): Clarify :align-to, etc.
7137 (Pixel Specification): Use @var. Clarify new text.
7138 (Other Display Specs): Clarify `slice'.
7139 (Image Descriptors): Cleanups.
7140 (Showing Images): Cleanups.
7141
71422004-09-24 Luc Teirlinck <teirllm@auburn.edu>
7143
7144 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
7145
7146 * modes.texi: Various minor changes in addition to:
7147 (Major Mode Conventions): Final call to `run-mode-hooks' should
7148 not be inside the `delay-mode-hooks' form.
7149 (Mode Hooks): New node.
7150 (Hooks): Delete obsolete example.
7151 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
7152 node "Mode Hooks".
7153
71542004-09-22 Luc Teirlinck <teirllm@auburn.edu>
7155
7156 * display.texi: Correct various typos.
7157 (Display): Rename node "Pointer Shapes" to "Pointer
7158 Shape". (There is already a node called "Pointer Shapes" in
7159 frames.texi.)
7160 (Images): Remove non-existent node "Image Slices" from menu.
7161
71622004-09-23 Kim F. Storm <storm@cua.dk>
7163
7164 * text.texi (Special Properties): Add `cursor', `pointer',
7165 `line-height', and `line-spacing' properties.
7166
7167 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
7168 Shapes' to menu.
7169 (Standard Faces): Doc fix for fringe face.
7170 (Fringes): Add `overflow-newline-into-fringe' and
7171 'indicate-buffer-boundaries'.
7172 (Fringe Bitmaps, Pointer Shapes): New nodes.
7173 (Display Property): Add 'Pixel Specification' and 'Display Fringe
7174 Bitmaps' to menu.
7175 (Specified Space): Describe pixel width and height.
7176 (Pixel Specification): New node.
7177 (Other Display Specs): Add `slice' property.
7178 (Display Fringe Bitmaps): New node.
7179 (Images): Add 'Image Slices' to menu.
7180 (Image Descriptors): Add `:pointer' and `:map' properties.
5dcb4c4e
SM
7181 (Showing Images): Add slice arg to `insert-image'.
7182 Add 'insert-sliced-image'.
b8d4c8d0
GM
7183
71842004-09-20 Richard M. Stallman <rms@gnu.org>
7185
7186 * commands.texi (Key Sequence Input):
7187 Clarify downcasing in read-key-sequence.
7188
71892004-09-08 Juri Linkov <juri@jurta.org>
7190
7191 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
7192
71932004-09-07 Luc Teirlinck <teirllm@auburn.edu>
7194
5dcb4c4e
SM
7195 * locals.texi (Standard Buffer-Local Variables):
7196 Add `buffer-auto-save-file-format'.
b8d4c8d0
GM
7197 * internals.texi (Buffer Internals): Describe new
7198 auto_save_file_format field of the buffer structure.
7199 * files.texi (Format Conversion): `auto-save-file-format' has been
7200 renamed `buffer-auto-save-file-format'.
7201
72022004-08-27 Luc Teirlinck <teirllm@auburn.edu>
7203
7204 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
7205 an integer or a marker.
7206 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
7207
72082004-08-22 Richard M. Stallman <rms@gnu.org>
7209
7210 * modes.texi (Major Mode Conventions): Discuss rebinding of
7211 standard key bindings.
7212
72132004-08-18 Kim F. Storm <storm@cua.dk>
7214
7215 * processes.texi (Accepting Output): Add `just-this-one' arg to
7216 `accept-process-output'.
7217 (Output from Processes): New var `process-adaptive-read-buffering'.
7218
72192004-08-10 Luc Teirlinck <teirllm@auburn.edu>
7220
7221 * keymaps.texi: Various changes in addition to:
7222 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
7223 Give more varied examples for `kbd'.
7224 (Creating Keymaps): Char tables have slots for all characters
7225 without modifiers.
7226 (Active Keymaps): `overriding-local-map' and
7227 `overriding-terminal-local-map' also override text property and
7228 overlay keymaps.
7229 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
7230 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
7231 to denote a prefix of no events.
7232 `map-keymap' includes parent's bindings _recursively_.
7233 Clarify and correct description of `where-is-internal'.
7234 Mention BUFFER-OR-NAME arg to `describe-bindings'.
7235 (Menu Example): For menus intended for use with the keyboard, the
7236 menu items should be bound to characters or real function keys.
7237
72382004-08-08 Luc Teirlinck <teirllm@auburn.edu>
7239
7240 * objects.texi (Character Type): Reposition `@anchor' to prevent
7241 double space inside sentence in Info.
7242
7243 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
7244 renamed to `disabled-command-function'.
7245 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
7246 (Command Loop Info): Replace reference to it.
7247 (Disabling Commands): `disabled-command-hook' has been renamed to
7248 `disabled-command-function'.
7249
72502004-08-07 Luc Teirlinck <teirllm@auburn.edu>
7251
7252 * os.texi (Translating Input): Only non-prefix bindings in
7253 `key-translation-map' override actual key bindings. Warn about
7254 possible indirect effect of actual key bindings on non-prefix
7255 bindings in `key-translation-map'.
7256
72572004-08-06 Luc Teirlinck <teirllm@auburn.edu>
7258
7259 * minibuf.texi (High-Level Completion): Add anchor for definition
7260 of `read-variable'.
7261
7262 * commands.texi: Various changes in addition to:
7263 (Using Interactive): Clarify description of `interactive-form'.
7264 (Interactive Call): Mention default for KEYS argument to
7265 `call-interactively'.
7266 (Command Loop Info): Clarify description of `this-command-keys'.
7267 Mention KEEP-RECORD argument to `clear-this-command-keys'.
7268 Value of `last-event-frame' can be `macro'.
7269 (Repeat Events): `double-click-fuzz' is also used to distinguish
7270 clicks and drags.
7271 (Classifying Events): Clarify descriptions of `event-modifiers'
7272 `event-basic-type' and `event-convert-list'.
7273 (Accessing Events): `posn-timestamp' takes POSITION argument.
7274 (Quoted Character Input): Clarify description of
7275 `read-quoted-char' and fix example.
7276 (Quitting): Add `with-local-quit'.
7277 (Disabling Commands): Correct and clarify descriptions of
7278 `enable-command' and `disable-command'.
7279 Mention what happens if `disabled-command-hook' is nil.
7280 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
7281 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
7282
72832004-07-24 Luc Teirlinck <teirllm@auburn.edu>
7284
7285 * frames.texi: Various changes in addition to:
7286 (Creating Frames): Expand and clarify description of `make-frame'.
7287 (Window Frame Parameters): Either none or both of the `icon-left'
7288 and `icon-top' parameters must be specified. Put descriptions of
7289 `menu-bar-lines' and `toolbar-lines' closer together and change
7290 them accordingly.
7291 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
7292 except while processing `frame-title-format' or `icon-title-format'.
7293 (Deleting Frames): Correct description of `delete-frame'.
7294 Non-nil return values of `frame-live-p' are like those of `framep'.
7295 (Frames and Windows): Mention return value of
7296 `set-frame-selected-window'.
7297 (Visibility of Frames): Mention `force' argument to
7298 `make-frame-invisible'. `frame-visible-p' returns t for all
7299 frames on text-only terminals.
7300 (Frame Configurations): Restoring a frame configuration does not
7301 restore deleted frames.
7302 (Window System Selections): `x-set-selection' returns DATA.
7303 (Resources): Add example.
7304 (Display Feature Testing): Clarify descriptions of
7305 `display-pixel-height', `display-pixel-width', `x-server-version'
7306 and `x-server-vendor'.
7307
7308 * windows.texi (Choosing Window): Add anchor.
7309 * minibuf.texi (Minibuffer Misc): Add anchor.
7310
73112004-07-23 John Paul Wallington <jpw@gnu.org>
7312
7313 * macros.texi (Defining Macros): Declaration keyword for setting
7314 Edebug spec is `debug' not `edebug'.
7315
73162004-07-19 Luc Teirlinck <teirllm@auburn.edu>
7317
7318 * windows.texi: Various small changes in addition to:
7319 (Window Point): Mention return value of `set-window-point'.
7320 (Window Start): `pos-visible-in-window-p' disregards horizontal
7321 scrolling. Explain return value if PARTIALLY is non-nil.
7322 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
7323 and `set-window-vscroll'.
7324 (Size of Window): The argument WINDOW to `window-inside-edges',
7325 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
7326 (Resizing Windows): Explain return value of
7327 `shrink-window-if-larger-than-buffer'.
7328 `window-size-fixed' automatically becomes buffer local when set.
7329 (Window Configurations): Explain return value of
7330 `set-window-configuration'.
7331
7332 * minibuf.texi (Minibuffer Misc): Add anchor for
7333 `minibuffer-scroll-window'.
7334
7335 * positions.texi (Text Lines): Add anchor for `count-lines'.
7336
73372004-07-17 Richard M. Stallman <rms@gnu.org>
7338
7339 * display.texi (Overlay Properties): Adding `evaporate' prop
7340 deletes empty overlay immediately.
7341
7342 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
7343 fix example.
7344
73452004-07-16 Jim Blandy <jimb@redhat.com>
7346
7347 * searching.texi (Regexp Backslash): Document new \_< and \_>
7348 operators.
7349
73502004-07-16 Juanma Barranquero <lektu@terra.es>
7351
7352 * display.texi (Images): Fix Texinfo usage.
7353
73542004-07-14 Luc Teirlinck <teirllm@auburn.edu>
7355
7356 * buffers.texi (Modification Time): `visited-file-modtime' now
7357 returns a list of two integers, instead of a cons.
7358
73592004-07-13 Luc Teirlinck <teirllm@auburn.edu>
7360
7361 * windows.texi: Various changes in addition to:
7362 (Splitting Windows): Add `split-window-keep-point'.
7363
73642004-07-09 Richard M. Stallman <rms@gnu.org>
7365
7366 * frames.texi (Input Focus): Minor fix.
7367
73682004-07-07 Luc Teirlinck <teirllm@auburn.edu>
7369
7370 * frames.texi (Input Focus): Clarify descriptions of
7371 `select-frame-set-input-focus' and `select-frame'.
7372
73732004-07-06 Luc Teirlinck <teirllm@auburn.edu>
7374
7375 * os.texi: Various small changes in addition to:
7376 (Killing Emacs): Expand and clarify description of
7377 `kill-emacs-query-functions' and `kill-emacs-hook'.
7378 (System Environment): Expand and clarify description of `getenv'
7379 and `setenv'.
7380 (Timers): Clarify description of `run-at-time'.
7381 (Translating Input): Correct description of
7382 `extra-keyboard-modifiers'.
7383 (Flow Control): Correct description of `enable-flow-control'.
7384
73852004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
7386
7387 * os.texi: Update copyright.
7388 (Session Management): Grammar fix.
7389 Clarify which Emacs does the restarting.
7390 Use @samp for *scratch* buffer.
7391
73922004-07-04 Alan Mackenzie <acm@muc.de>
7393
7394 * frames.texi (Input Focus): Add documentation for
7395 `select-frame-set-input-focus'. Replace refs to non-existent
7396 `switch-frame' with `select-frame'. Minor corrections and tidying
7397 up of text-only terminal stuff.
7398
73992004-07-02 Richard M. Stallman <rms@gnu.org>
7400
7401 * files.texi (Saving Buffers): Cleanup write-contents-function.
7402 (Magic File Names): Cleanup file-remote-p.
7403
b344d29d 74042004-07-02 Kai Großjohann <kai@emptydomain.de>
b8d4c8d0
GM
7405
7406 * files.texi (Magic File Names): `file-remote-p' returns an
7407 identifier of the remote system, not just t.
7408
74092004-07-02 David Kastrup <dak@gnu.org>
7410
7411 * searching.texi (Entire Match Data): Add explanation about new
7412 match-data behavior when @var{integers} is non-nil.
7413
74142004-06-24 Richard M. Stallman <rms@gnu.org>
7415
7416 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
7417
7418 * customize.texi (Variable Definitions): Note about doc strings
7419 and :set.
7420
7421 * keymaps.texi (Keymap Terminology): Document `kbd'.
7422 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
7423
7424 * display.texi (Invisible Text): Setting buffer-invisibility-spec
7425 makes it buffer-local.
7426
7427 * files.texi (Saving Buffers): Correct previous change.
7428
7429 * commands.texi (Accessing Events):
7430 Clarify posn-col-row and posn-actual-col-row.
7431
74322004-06-24 David Ponce <david.ponce@wanadoo.fr>
7433
7434 * commands.texi (Accessing Events): New functions
7435 posn-at-point and posn-at-x-y. Add example to posn-x-y.
7436
74372004-06-23 Luc Teirlinck <teirllm@auburn.edu>
7438
7439 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
7440 * frames.texi, buffers.texi, backups.texi, variables.texi:
7441 * loading.texi, eval.texi, functions.texi, control.texi:
7442 * symbols.texi, minibuf.texi: Reposition @anchor's.
7443
7444 * help.texi: Various small changes in addition to the following.
7445 (Describing Characters): Describe PREFIX argument to
7446 `key-description'. Correct and clarify definition of
7447 `text-char-description'. Describe NEED-VECTOR argument to
7448 `read-kbd-macro'.
7449 (Help Functions): Clarify definition of `apropos'.
7450
74512004-06-23 Lars Hansen <larsh@math.ku.dk>
7452
7453 * files.texi (Saving Buffers): Correct description of
7454 `write-contents-functions'.
7455
74562004-06-21 Juanma Barranquero <lektu@terra.es>
7457
7458 * display.texi (Images): Remove redundant @vindex directives.
7459 Rewrite `image-library-alist' doc in active voice.
7460
74612004-06-14 Juanma Barranquero <lektu@terra.es>
7462
7463 * display.texi (Images): Document new delayed library loading,
7464 variable `image-library-alist' and (existing but undocumented)
7465 function `image-type-available-p'.
7466
74672004-06-05 Richard M. Stallman <rms@gnu.org>
7468
7469 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
7470 refer the user to the Initial Input node.
7471 (Text from Minibuffer): Likewise.
7472 (Initial Input): New node. Document this feature
7473 and say it is mostly deprecated.
7474
74752004-05-30 Richard M. Stallman <rms@gnu.org>
7476
7477 * loading.texi (Named Features): Clarify return value
7478 and meaning of NOERROR.
7479
7480 * variables.texi (File Local Variables): Minor cleanup.
7481
74822004-05-30 Michael Albinus <michael.albinus@gmx.de>
7483
7484 * files.texi (Magic File Names): Add `file-remote-p' as operation
7485 of file name handlers.
7486
74872004-05-29 Richard M. Stallman <rms@gnu.org>
7488
7489 * modes.texi (Minor Mode Conventions): (-) has no special meaning
7490 as arg to a minor mode command.
7491
74922004-05-22 Richard M. Stallman <rms@gnu.org>
7493
7494 * syntax.texi (Syntax Class Table): Word syntax not just for English.
7495
7496 * streams.texi (Output Variables): Doc float-output-format.
7497
7498 * searching.texi (Regexp Special): Nested repetition can be infloop.
7499
7500 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
7501 real stack overflow.
7502
7503 * compile.texi: Minor cleanups.
7504
75052004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
7506
7507 * lists.texi (Cons Cells): Explain dotted lists, true lists,
7508 circular lists.
7509 (List Elements): Explain handling of circular and dotted lists.
7510
75112004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
7512
7513 * modes.texi (Search-based Fontification): Fix typo.
7514
75152004-05-10 Juanma Barranquero <lektu@terra.es>
7516
7517 * modes.texi (Mode Line Variables): Fix description of
7518 global-mode-string, which is now after which-func-mode, not the
7519 buffer name.
7520
75212004-05-07 Lars Hansen <larsh@math.ku.dk>
7522
7523 * modes.texi (Desktop Save Mode): Add.
7524 (Modes): Add menu entry Desktop Save Mode.
7525
7526 * hooks.texi: Add desktop-after-read-hook,
7527 desktop-no-desktop-file-hook and desktop-save-hook.
7528
7529 * locals.texi: Add desktop-save-buffer.
7530
75312004-04-30 Jesper Harder <harder@ifa.au.dk>
7532
7533 * display.texi: emacs -> Emacs.
7534
75352004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
7536
7537 * files.texi (Changing Files): Document set-file-times.
7538
75392004-04-23 Juanma Barranquero <lektu@terra.es>
7540
7541 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
7542
75432004-04-18 Jesper Harder <harder@ifa.au.dk>
7544
7545 * tips.texi (Coding Conventions): defopt -> defcustom.
7546
75472004-04-16 Luc Teirlinck <teirllm@auburn.edu>
7548
7549 * sequences.texi: Various clarifications.
7550
75512004-04-14 Luc Teirlinck <teirllm@auburn.edu>
7552
7553 * buffers.texi (Read Only Buffers): Mention optional ARG to
7554 `toggle-read-only'.
7555
75562004-04-14 Nick Roberts <nick@nick.uklinux.net>
7557
7558 * windows.texi (Selecting Windows): Note that get-lru-window
7559 returns a full-width window if possible.
7560
75612004-04-13 Luc Teirlinck <teirllm@auburn.edu>
7562
7563 * buffers.texi: Various changes in addition to:
7564 (Buffer File Name): Add `find-buffer-visiting'.
7565 (Buffer Modification): Mention optional ARG to `not-modified'.
7566 (Indirect Buffers): Mention optional CLONE argument to
7567 `make-indirect-buffer'.
7568
7569 * files.texi: Various changes in addition to:
7570 (Visiting Functions): `find-file-hook' is now a normal hook.
7571 (File Name Expansion): Explain difference between the way that
7572 `expand-file-name' and `file-truename' treat `..'.
7573 (Contents of Directories): Mention optional ID-FORMAT argument to
7574 `directory-files-and-attributes'.
7575 (Format Conversion): Mention new optional CONFIRM argument to
7576 `format-write-file'.
7577
75782004-04-12 Miles Bader <miles@gnu.org>
7579
7580 * macros.texi (Expansion): Add description of `macroexpand-all'.
7581
75822004-04-05 Jesper Harder <harder@ifa.au.dk>
7583
5dcb4c4e
SM
7584 * variables.texi (Variable Aliases):
7585 Mention cyclic-variable-indirection.
b8d4c8d0
GM
7586
7587 * errors.texi (Standard Errors): Ditto.
7588
75892004-04-04 Luc Teirlinck <teirllm@auburn.edu>
7590
7591 * backups.texi: Various small changes in addition to:
7592 (Making Backups): Mention return value of `backup-buffer'.
7593 (Auto-Saving): Mention optional FORCE argument to
7594 `delete-auto-save-file-if-necessary'.
7595 (Reverting): Mention optional PRESERVE-MODES argument to
7596 `revert-buffer'. Correct description of `revert-buffer-function'.
7597
75982004-03-22 Juri Linkov <juri@jurta.org>
7599
7600 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
7601 with `Vector Functions'.
7602
7603 * text.texi (Sorting): Add missing quote.
7604
76052004-03-14 Luc Teirlinck <teirllm@auburn.edu>
7606
7607 * intro.texi (Lisp History): Replace xref to `cl' manual with
7608 inforef.
7609
76102004-03-12 Richard M. Stallman <rms@gnu.org>
7611
7612 * intro.texi (Version Info): Add arg to emacs-version.
7613 (Lisp History): Change xref to CL manual.
7614
76152004-03-09 Luc Teirlinck <teirllm@auburn.edu>
7616
7617 * minibuf.texi (Completion Commands): Add xref to Emacs manual
7618 for Partial Completion mode.
7619
76202004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
7621
7622 * customize.texi: Fix typo. Remove eol whitespace.
7623
76242004-03-04 Richard M. Stallman <rms@gnu.org>
7625
7626 * processes.texi: Fix typos.
7627
7628 * lists.texi (Building Lists): Minor clarification.
7629
7630 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
7631 in make-hash-table.
7632
76332004-02-29 Juanma Barranquero <lektu@terra.es>
7634
7635 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
7636 rm, and ignore exit code.
7637
76382004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
7639
7640 * display.texi (Defining Faces): Add description for min-colors.
7641 Update example.
7642
76432004-02-23 Luc Teirlinck <teirllm@auburn.edu>
7644
7645 * abbrevs.texi: Various corrections and clarifications in addition
7646 to the following:
7647 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
7648
76492004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
7650
7651 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
7652
76532004-02-21 Luc Teirlinck <teirllm@auburn.edu>
7654
7655 * text.texi: Various small changes in addition to the following:
7656 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
7657 to delete-horizontal-space.
7658 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
7659 description of yank-handler text property at various places.
7660
7661 * frames.texi (Window System Selections): Add anchor.
7662
7663 * syntax.texi (Syntax Table Functions): Clarify and correct
7664 descriptions of make-syntax-table and copy-syntax-table.
7665 (Motion and Syntax): Clarify SYNTAXES argument to
7666 skip-syntax-forward.
7667 (Parsing Expressions): Mention that the return value of
7668 parse-partial-sexp is currently a list of ten rather than nine
7669 elements.
7670 (Categories): Various corrections and clarifications.
7671
76722004-02-17 Luc Teirlinck <teirllm@auburn.edu>
7673
7674 * markers.texi (Marker Insertion Types): Minor change.
7675
7676 * locals.texi (Standard Buffer-Local Variables):
7677 * commands.texi (Interactive Codes, Using Interactive):
7678 * functions.texi (Related Topics): Fix xrefs.
7679
76802004-02-16 Luc Teirlinck <teirllm@auburn.edu>
7681
7682 * lists.texi (Sets And Lists): Update description of delete-dups.
7683
76842004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
7685
7686 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
7687
c8763fb6 76882004-02-16 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
7689
7690 * frames.texi (Parameter Access): frame-parameters arg is optional.
7691 modify-frame-parameters handles nil for FRAME.
7692 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
7693 are all-or-nothing for certain toolkits.
7694 Mention parameter wait-for-wm.
7695 (Frames and Windows): In frame-first-window and frame-selected-window
7696 the arg is optional.
7697 (Input Focus): In redirect-frame-focus the second arg is optional.
7698 (Window System Selections): Mention selection type CLIPBOARD.
7699 Mention data-type UTF8_STRING.
7700 Mention numbering of cut buffers.
7701 (Resources): Describe x-resource-name.
7702
77032004-02-16 Richard M. Stallman <rms@gnu.org>
7704
7705 * windows.texi (Buffers and Windows): Delete false table
7706 about all-frames.
7707
7708 * syntax.texi (Parsing Expressions): Delete old caveat
7709 about parse-sexp-ignore-comments.
7710
7711 * streams.texi (Output Variables): Add print-quoted.
7712
7713 * lists.texi (Building Lists): Minor cleanup.
7714
7715 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
7716
7717 * display.texi (Overlays): Explain overlays use markers.
7718 (Managing Overlays): Explain front-advance and rear-advance
7719 in more detail.
7720
7721 * loading.texi (Unloading): Document unload-feature-special-hooks.
7722 Get rid of fns-NNN.el file.
7723
77242004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
7725
7726 * help.texi (Describing Characters): Fix text-char-description
7727 example output.
7728
7729 * edebug.texi (Using Edebug): Fix example.
7730
7731 * debugging.texi (Internals of Debugger): Fix return value.
7732
7733 * files.texi (Changing Files): Fix argname.
7734
7735 * calendar.texi: Fix parens, and default values.
7736
7737 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
7738 * nonascii.texi, objects.texi, os.texi: Minor fixes.
b3e755a9 7739 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
b8d4c8d0
GM
7740
7741 * positions.texi (Text Lines): Don't add -1 in current-line.
7742
77432004-02-16 Richard M. Stallman <rms@gnu.org>
7744
7745 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
7746
77472004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
7748
7749 * processes.texi (Low-Level Network): Fix a typo.
7750
77512004-02-12 Kim F. Storm <storm@cua.dk>
7752
7753 * display.texi (Fringes): Use consistent wording.
7754 Note that window-fringe's window arg is optional.
7755 (Scroll Bars): Use consistent wording.
7756
77572004-02-11 Luc Teirlinck <teirllm@auburn.edu>
7758
7759 * tips.texi (Comment Tips): Document the new conventions for
7760 commenting out code.
7761
c8763fb6 77622004-02-07 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0 7763
5dcb4c4e 7764 * positions.texi (Text Lines): Add missing end defun.
b8d4c8d0
GM
7765
77662004-02-07 Kim F. Storm <storm@cua.dk>
7767
7768 * positions.texi (Text Lines): Add line-number-at-pos.
7769
77702004-02-06 John Paul Wallington <jpw@gnu.org>
7771
7772 * display.texi (Button Properties, Button Buffer Commands):
7773 mouse-2 invokes button, not down-mouse-1.
7774
77752004-02-04 Jason Rumney <jasonr@gnu.org>
7776
7777 * makefile.w32-in: Sync with Makefile.in changes.
7778
77792004-02-03 Luc Teirlinck <teirllm@auburn.edu>
7780
7781 * minibuf.texi (Text from Minibuffer): Various corrections and
7782 clarifications.
7783 (Object from Minibuffer): Correct Lisp description of
7784 read-minibuffer.
7785 (Minibuffer History): Clarify description of cons values for
7786 HISTORY arguments.
5dcb4c4e
SM
7787 (Basic Completion): Various corrections and clarifications.
7788 Add completion-regexp-list.
b8d4c8d0
GM
7789 (Minibuffer Completion): Correct and clarify description of
7790 completing-read.
5dcb4c4e
SM
7791 (Completion Commands): Mention Partial Completion mode.
7792 Various other minor changes.
b8d4c8d0
GM
7793 (High-Level Completion): Various corrections and clarifications.
7794 (Reading File Names): Ditto.
7795 (Minibuffer Misc): Ditto.
7796
77972004-01-26 Luc Teirlinck <teirllm@auburn.edu>
7798
7799 * strings.texi (Text Comparison): assoc-string also matches
7800 elements of alists that are strings instead of conses.
7801 (Formatting Strings): Standardize Texinfo usage. Update index
7802 entries.
7803
78042004-01-20 Luc Teirlinck <teirllm@auburn.edu>
7805
7806 * lists.texi (Sets And Lists): Add delete-dups.
7807
78082004-01-15 Luc Teirlinck <teirllm@auburn.edu>
7809
7810 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
7811 special form.
7812 * macros.texi (Defining Macros): Update description of `declare',
7813 which now is a macro.
7814 (Wrong Time): Fix typos.
7815
78162004-01-14 Luc Teirlinck <teirllm@auburn.edu>
7817
7818 * compile.texi (Compilation Functions): Expand descriptions of
7819 `compile-defun', `byte-compile-file', `byte-recompile-directory'
7820 and `batch-byte-compile'. In particular, mention and describe
7821 all optional arguments.
7822 (Disassembly): Correct and clarify the description of `disassemble'.
7823
78242004-01-11 Luc Teirlinck <teirllm@auburn.edu>
7825
7826 * searching.texi: Various small changes in addition to the
7827 following.
7828 (Regexp Example): Adapt to new value of `sentence-end'.
7829 (Regexp Functions): The PAREN argument to `regexp-opt' can be
7830 `words'.
7831 (Search and Replace): Add usage note for `perform-replace'.
7832 (Entire Match Data): Mention INTEGERS and REUSE arguments to
7833 `match-data'.
7834 (Standard Regexps): Update for new values of `paragraph-start'
7835 and `sentence-end'.
7836
78372004-01-07 Luc Teirlinck <teirllm@auburn.edu>
7838
7839 * files.texi (Saving Buffers): Clarify descriptions of
7840 `write-contents-functions' and `before-save-hook'.
7841 Make the defvar's for `before-save-hook' and `after-save-hook'
7842 into defopt's.
7843
78442004-01-07 Kim F. Storm <storm@cua.dk>
7845
7846 * commands.texi (Click Events): Describe new image and
7847 width/height elements of click events.
7848 (Accessing Events): Add posn-string, posn-image, and
7849 posn-object-width-height. Change posn-object to return either
7850 image or string object.
7851
78522004-01-01 Simon Josefsson <jas@extundo.com>
7853
7854 * hooks.texi (Standard Hooks): Add before-save-hook.
7855 * files.texi (Saving Buffers): Likewise.
7856
78572004-01-03 Richard M. Stallman <rms@gnu.org>
7858
7859 * frames.texi (Frames and Windows): Delete frame-root-window.
7860
78612004-01-03 Luc Teirlinck <teirllm@auburn.edu>
7862
7863 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
7864
7865 * functions.texi: Various small changes in addition to the
7866 following.
5dcb4c4e
SM
7867 (What Is a Function): `functionp' returns nil for macros.
7868 Clarify behavior of this and following functions for symbol arguments.
b8d4c8d0
GM
7869 (Function Documentation): Add `\' in front of (fn @var{arglist})
7870 and explain why.
7871 (Defining Functions): Mention DOCSTRING argument to `defalias'.
7872 Add anchor.
7873 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
7874
78752004-01-01 Miles Bader <miles@gnu.org>
7876
7877 * display.texi (Buttons): New section.
7878
78792003-12-31 Andreas Schwab <schwab@suse.de>
7880
7881 * numbers.texi (Math Functions): sqrt reports a domain-error
7882 error.
7883 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
7884
78852003-12-30 Luc Teirlinck <teirllm@auburn.edu>
7886
7887 * tips.texi (Documentation Tips): Update item on hyperlinks in
7888 documentation strings.
7889
7890 * errors.texi (Standard Errors): Various small corrections and
7891 additions.
7892
7893 * control.texi: Various small changes in addition to the
7894 following.
7895 (Signaling Errors): Provide some more details on how `signal'
7896 constructs the error message. Add anchor to the definition of
7897 `signal'.
7898 (Error Symbols): Describe special treatment of `quit'.
7899 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
7900 to emphasize that it has to be a single form.
7901
7902 * buffers.texi: Add anchor.
7903
79042003-12-29 Richard M. Stallman <rms@gnu.org>
7905
7906 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
7907 (Window Configurations): Add window-configuration-frame.
7908
7909 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
7910
7911 * text.texi (Examining Properties): Add get-char-property-and-overlay.
7912 Change arg name in get-char-property.
7913 (Special Properties): Update handling of keymap property.
7914
7915 * strings.texi (Modifying Strings): Add clear-string.
7916 (Text Comparison): Add assoc-string and remove
7917 assoc-ignore-case, assoc-ignore-representation.
7918
7919 * os.texi (Time of Day): Add set-time-zone-rule.
7920
7921 * numbers.texi (Math Functions): asin, acos, log, log10
7922 report domain-error errors.
7923
7924 * nonascii.texi (Converting Representations):
7925 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
7926 (Encoding and I/O): Add file-name-coding-system.
7927
7928 * modes.texi (Search-based Fontification): Explain that
7929 face specs are symbols with face names as values.
7930
7931 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
7932
7933 * lists.texi (Building Lists): remq moved elsewhere.
7934 (Sets And Lists): remq moved here.
7935 (Association Lists): Refer to assoc-string.
7936
7937 * internals.texi (Garbage Collection): Add memory-use-counts.
7938
7939 * frames.texi (Frames and Windows): Add set-frame-selected-window
7940 and frame-root-window.
7941
7942 * files.texi (Contents of Directories):
7943 Add directory-files-and-attributes.
7944
7945 * display.texi (Refresh Screen): Add force-window-update.
7946 (Invisible Text): Explain about moving point out of invis text.
7947 (Overlay Properties): Add overlay-properties.
7948 (Managing Overlays): Add overlayp.
7949 (GIF Images): Invalid image number displays a hollow box.
7950
7951 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
7952 (Killing Buffers): Add buffer-live-p.
7953
79542003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
7955
7956 * display.texi (Fringes): Fix typo "set-buffer-window".
7957
79582003-12-24 Luc Teirlinck <teirllm@auburn.edu>
7959
7960 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
7961 * nonascii.texi, processes.texi, tips.texi, variables.texi:
7962 Add or change various xrefs and anchors.
7963
7964 * commands.texi: Replace all occurrences of @acronym{CAR} with
7965 @sc{car}, for consistency with the rest of the Elisp manual.
7966 `car' and `cdr' are historically acronyms, but are no longer
7967 widely thought of as such.
7968
7969 * internals.texi (Pure Storage): Mention that `purecopy' does not
7970 copy text properties.
7971 (Object Internals): Now 29 bits are used (in most implementations)
7972 to address Lisp objects.
7973
7974 * variables.texi (Variables with Restricted Values): New node.
7975
7976 * objects.texi (Lisp Data Types): Mention that certain variables
7977 can only take on a restricted set of values and add an xref to
7978 the new node "Variables with Restricted Values".
7979
7980 * eval.texi (Function Indirection): Describe the errors that
7981 `indirect-function' can signal.
7982 (Eval): Clarify the descriptions of `eval-region' and `values'.
7983 Describe `eval-buffer' instead of `eval-current-buffer' and
7984 mention `eval-current-buffer' as an alias for `current-buffer'.
7985 Correct the description and mention all optional arguments.
7986
7987 * nonascii.texi: Various small changes in addition to the
7988 following.
7989 (Converting Representations): Clarify behavior of
7990 `string-make-multibyte' and `string-to-multibyte' for unibyte all
7991 ASCII arguments.
7992 (Character Sets): Document the variable `charset-list' and adapt
7993 the definition of the function `charset-list' accordingly.
7994 (Translation of Characters): Clarify use of generic characters in
7995 `make-translation-table'. Clarify and correct the description of
7996 the use of translation tables in encoding and decoding.
7997 (User-Chosen Coding Systems): Correct and clarify the description
7998 of `select-safe-coding-system'.
7999 (Default Coding Systems): Clarify description of
8000 `file-coding-system-alist'.
8001
80022003-11-30 Luc Teirlinck <teirllm@auburn.edu>
8003
8004 * strings.texi (Text Comparison): Correctly describe when two
8005 strings are `equal'. Combine and clarify descriptions of
8006 `assoc-ignore-case' and `assoc-ignore-representation'.
8007
8008 * objects.texi (Non-ASCII in Strings): Clarify description of
8009 when a string is unibyte or multibyte.
8010 (Bool-Vector Type): Update examples.
8011 (Equality Predicates): Correctly describe when two strings are
8012 `equal'.
8013
80142003-11-29 Luc Teirlinck <teirllm@auburn.edu>
8015
8016 * lists.texi (Building Lists): `append' no longer accepts integer
8017 arguments. Update the description of `number-sequence' to reflect
8018 recent changes.
8019 (Sets And Lists): Describe `member-ignore-case' after `member'.
8020
80212003-11-27 Kim F. Storm <storm@cua.dk>
8022
8023 * commands.texi (Click Events): Click object may be an images.
8024 Describe (dx . dy) element of click positions.
8025 (Accessing Events): Remove duplicate posn-timestamp.
8026 New functions posn-object and posn-object-x-y.
8027
80282003-11-23 Kim F. Storm <storm@cua.dk>
8029
8030 * commands.texi (Click Events): Describe enhancements to event
8031 position lists, including new text-pos and (col . row) items.
8032 Mention left-fringe and right-fringe area events.
8033 (Accessing Events): New functions posn-area and
8034 posn-actual-col-row. Mention posn-timestamp. Mention that
8035 posn-point in non-text area still returns buffer position.
8036 Clarify posn-col-row.
8037
80382003-11-21 Lars Hansen <larsh@math.ku.dk>
8039
8040 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
8041 * anti.texi (File Attributes): Describe removed parameter
8042 ID-FORMAT.
8043
80442003-11-20 Luc Teirlinck <teirllm@auburn.edu>
8045
8046 * positions.texi (Positions): Mention that, if a marker is used as
8047 a position, its buffer is ignored.
8048
8049 * markers.texi (Overview of Markers): Mention it here too.
8050
80512003-11-12 Luc Teirlinck <teirllm@auburn.edu>
8052
8053 * numbers.texi (Numeric Conversions): Not just `floor', but also
8054 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
8055
80562003-11-10 Luc Teirlinck <teirllm@auburn.edu>
8057
8058 * markers.texi (Creating Markers): Specify insertion type of
8059 created markers. Add xref to `Marker Insertion Types'.
8060 Second argument to `copy-marker' is optional.
8061 (Marker Insertion Types): Mention that most markers are created
8062 with insertion type nil.
8063 (The Mark): Correctly describe when `mark' signals an error.
8064 (The Region): Correctly describe when `region-beginning' and
8065 `region-end' signal an error.
8066
80672003-11-08 Luc Teirlinck <teirllm@auburn.edu>
8068
8069 * hash.texi (Creating Hash): Clarify description of `eql'.
8070 `makehash' is obsolete.
8071 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
8072
8073 * positions.texi (Point): Change description of `buffer-end', so
8074 that it is also correct for floating point arguments.
8075 (List Motion): Correct argument lists of `beginning-of-defun' and
8076 `end-of-defun'.
8077 (Excursions): Add xref to `Marker Insertion Types'.
8078 (Narrowing): Argument to `narrow-to-page' is optional.
8079
80802003-11-06 Luc Teirlinck <teirllm@auburn.edu>
8081
8082 * streams.texi (Output Streams): Clarify behavior of point for
8083 marker output streams.
8084
80852003-11-04 Luc Teirlinck <teirllm@auburn.edu>
8086
8087 * variables.texi (Defining Variables): Second argument to
8088 `defconst' is not optional.
8089 (Setting Variables): Mention optional argument APPEND to
8090 `add-to-list'.
8091 (Creating Buffer-Local): Expand description of
8092 `make-variable-buffer-local'.
8093 (Frame-Local Variables): Expand description of
8094 `make-variable-frame-local'.
8095 (Variable Aliases): Correct description of optional argument
8096 DOCSTRING to `defvaralias'. Mention return value of
8097 `defvaralias'.
8098 (File Local Variables): Add xref to `File variables' in Emacs
8099 Manual. Correct description of `hack-local-variables'. Mention
8100 `safe-local-variable' property. Mention optional second argument
8101 to `risky-local-variable-p'.
8102
81032003-11-03 Luc Teirlinck <teirllm@auburn.edu>
8104
8105 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
8106
81072003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
8108
8109 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
8110 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
8111 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
8112 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
8113 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
8114 lispref/processes.texi, lispref/searching.texi,
8115 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
8116 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
8117 @acronym{FOO}.
8118
81192003-10-27 Luc Teirlinck <teirllm@auburn.edu>
8120
8121 * strings.texi (Creating Strings): Argument START to `substring'
8122 can not be `nil'. Expand description of
8123 `substring-no-properties'. Correct description of `split-string',
8124 especially with respect to empty matches. Prevent very bad line
8125 break in definition of `split-string-default-separators'.
8126 (Text Comparison): `string=' and `string<' also accept symbols as
8127 arguments.
8128 (String Conversion): More completely describe argument BASE in
8129 `string-to-number'.
8130 (Formatting Strings): `%s' and `%S' in `format' do require
8131 corresponding object. Clarify behavior of numeric prefix after
8132 `%' in `format'.
8133 (Case Conversion): The argument to `upcase-initials' can be a
8134 character.
8135
81362003-10-27 Kenichi Handa <handa@m17n.org>
8137
8138 * display.texi (Fontsets): Fix texinfo usage.
8139
81402003-10-25 Kenichi Handa <handa@m17n.org>
8141
8142 * display.texi (Fontsets): Add description of the function
8143 set-fontset-font.
8144
81452003-10-23 Luc Teirlinck <teirllm@auburn.edu>
8146
8147 * display.texi (Temporary Displays): Add xref to `Documentation
8148 Tips'.
8149
8150 * functions.texi (Function Safety): Use inforef instead of pxref
8151 for SES.
8152
81532003-10-23 Andreas Schwab <schwab@suse.de>
8154
8155 * Makefile.in (TEX, texinputdir): Don't define.
8156 (TEXI2DVI): Define.
8157 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
8158 add $(srcdir)/index.texi.
8159 ($(infodir)/elisp): Remove index.texi dependency.
8160 (elisp.dvi): Likewise. Use $(TEXI2DVI).
8161 (index.texi): Remove target.
8162 (dist): Don't link $(srcdir)/permute-index.
8163 (clean): Don't remove index.texi.
8164
8165 * permute-index, index.perm: Remove.
8166 * index.texi: Rename from index.unperm.
8167
81682003-10-22 Luc Teirlinck <teirllm@auburn.edu>
8169
8170 * tips.texi (Documentation Tips): Document new behavior for face
8171 and variable hyperlinks in Help mode.
8172
81732003-10-21 Luc Teirlinck <teirllm@auburn.edu>
8174
8175 * objects.texi (Integer Type): Update for extra bit of integer range.
8176 (Character Type): Ditto.
8177
81782003-10-16 Eli Zaretskii <eliz@gnu.org>
8179
8180 * numbers.texi (Integer Basics): Add index entries for reading
8181 numbers in hex, octal, and binary.
8182
81832003-10-16 Lute Kamstra <lute@gnu.org>
8184
8185 * modes.texi (Mode Line Format): Mention force-mode-line-update's
8186 argument.
8187
81882003-10-13 Luc Teirlinck <teirllm@auburn.edu>
8189
8190 * windows.texi (Choosing Window): Fix typo.
8191 * edebug.texi (Edebug Execution Modes): Fix typo.
8192
81932003-10-13 Richard M. Stallman <rms@gnu.org>
8194
8195 * windows.texi (Basic Windows): A window has fringe settings,
8196 display margins and scroll-bar settings.
8197 (Splitting Windows): Doc split-window return value.
8198 Clean up one-window-p.
8199 (Selecting Windows): Fix typo.
8200 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
8201 (Buffers and Windows): In set-window-buffer, explain effect
8202 on fringe settings and scroll bar settings.
8203 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
8204 (Choosing Window): Use defopt for pop-up-frame-function.
8205 For special-display-buffer-names, explain same-window and same-frame.
8206 Clarify window-dedicated-p return value.
8207 (Textual Scrolling): scroll-up and scroll-down can get an error.
8208 (Horizontal Scrolling): Clarify auto-hscroll-mode.
8209 Clarify set-window-hscroll.
8210 (Size of Window): Don't mention tool bar in window-height.
8211 (Coordinates and Windows): Explain what coordinates-in-window-p
8212 returns for fringes and display margins.
8213 (Window Configurations): Explain saving fringes, etc.
8214
8215 * tips.texi (Library Headers): Clean up Documentation.
8216
8217 * syntax.texi (Parsing Expressions): Clean up forward-comment
8218 and parse-sexp-lookup-properties.
8219
8220 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
8221
8222 * os.texi (System Environment): Clean up text for load-average errors.
8223
8224 * modes.texi (Hooks): Don't explain local hook details at front.
8225 Clarify run-hooks and run-hook-with-args a little.
8226 Clean up add-hook and remove-hook.
8227
8228 * edebug.texi (Edebug Execution Modes): Clarify t.
8229 Document edebug-sit-for-seconds.
8230 (Coverage Testing): Document C-x X = and =.
8231 (Instrumenting Macro Calls): Fix typo.
8232 (Specification List): Don't index the specification keywords.
8233
82342003-10-10 Kim F. Storm <storm@cua.dk>
8235
8236 * processes.texi (Network): Introduce make-network-process.
8237
82382003-10-09 Luc Teirlinck <teirllm@auburn.edu>
8239
8240 * tips.texi (Library Headers): Fix typo.
8241
82422003-10-07 Juri Linkov <juri@jurta.org>
8243
8244 * modes.texi (Imenu): Mention imenu-create-index-function's
8245 default value. Explain submenus better.
8246
82472003-10-07 Lute Kamstra <lute@gnu.org>
8248
8249 * modes.texi (Faces for Font Lock): Fix typo.
8250 (Hooks): Explain how buffer-local hook variables can refer to
8251 global hook variables.
8252 Various minor clarifications.
8253
82542003-10-06 Lute Kamstra <lute@gnu.org>
8255
8256 * tips.texi (Coding Conventions): Mention naming conventions for
8257 hooks.
8258
82592003-10-05 Luc Teirlinck <teirllm@auburn.edu>
8260
8261 * loading.texi (Library Search): Correct default value of
8262 load-suffixes.
8263 (Named Features): Fix typo.
8264
82652003-10-05 Richard M. Stallman <rms@gnu.org>
8266
8267 * loading.texi (Named Features): In `provide',
8268 say how to test for subfeatures.
8269 (Unloading): In unload-feature, use new var name
8270 unload-feature-special-hooks.
8271
82722003-10-03 Lute Kamstra <lute@gnu.org>
8273
8274 * modes.texi (Major Mode Conventions): Mention third way to set up
8275 Imenu.
8276 (Imenu): A number of small fixes.
8277 Delete documentation of internal variable imenu--index-alist.
8278 Document the return value format of imenu-create-index-function
8279 functions.
8280
82812003-09-30 Richard M. Stallman <rms@gnu.org>
8282
8283 * processes.texi (Network): Say what stopped datagram connections do.
8284
8285 * lists.texi (Association Lists): Clarify `assq-delete-all'.
8286
8287 * display.texi (Overlay Properties): Clarify `evaporate' property.
8288
82892003-09-29 Lute Kamstra <lute@gnu.org>
8290
8291 * modes.texi (Mode Line Data): Explain when symbols in mode-line
8292 constructs should be marked as risky.
8293 Change cons cell into proper list.
8294 (Mode Line Variables): Change cons cell into proper list.
8295
82962003-09-26 Lute Kamstra <lute@gnu.org>
8297
8298 * modes.texi (Mode Line Data): Document the :propertize construct.
8299 (Mode Line Variables): Reorder the descriptions of the variables
8300 to match their order in the default mode-line-format.
8301 Describe the new variables mode-line-position and mode-line-modes.
8302 Update the default values of mode-line-frame-identification,
8303 minor-mode-alist, and default-mode-line-format.
8304 (Properties in Mode): Mention the :propertize construct.
8305
83062003-09-26 Richard M. Stallman <rms@gnu.org>
8307
8308 * buffers.texi, commands.texi, debugging.texi, eval.texi:
8309 * loading.texi, minibuf.texi, text.texi, variables.texi:
8310 Avoid @strong{Note:}.
8311
83122003-09-26 Richard M. Stallman <rms@gnu.org>
8313
8314 * keymaps.texi (Remapping Commands): Fix typo.
8315
83162003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
8317
8318 * processes.texi (Low-Level Network): Fix typo.
8319
83202003-09-23 Kim F. Storm <storm@cua.dk>
8321
8322 * processes.texi (Network, Network Servers): Fix typos.
8323 (Low-Level Network): Add timeout value for :server keyword.
8324 Add new option keywords to make-network-process.
8325 Add set-network-process-options.
8326 Explain how to test availability of network options.
8327
83282003-09-19 Richard M. Stallman <rms@gnu.org>
8329
8330 * text.texi (Motion by Indent): Arg to
8331 backward-to-indentation and forward-to-indentation is optional.
8332
8333 * strings.texi (Creating Strings): Add substring-no-properties.
8334
8335 * processes.texi
8336 (Process Information): Add list-processes arg QUERY-ONLY.
8337 Delete process-contact from here.
8338 Add new status values for process-status.
8339 Add process-get, process-put, process-plist, set-process-plist.
8340 (Synchronous Processes): Add call-process-shell-command.
8341 (Signals to Processes): signal-process allows process objects.
8342 (Network): Complete rewrite.
8343 (Network Servers, Datagrams, Low-Level Network): New nodes.
8344
8345 * positions.texi (Word Motion): forward-word, backward-word
8346 arg is optional. Reword.
8347
8348 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
8349
8350 * variables.texi (Creating Buffer-Local):
8351 Delete duplicate definition of buffer-local-value.
8352 (File Local Variables): Explain about discarding text props.
8353
83542003-09-11 Richard M. Stallman <rms@gnu.org>
8355
8356 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
8357 changes variables that record input events.
8358 (Minibuffer Misc): Add minibuffer-selected-window.
8359
8360 * lists.texi (Building Lists): Add copy-tree.
8361
8362 * display.texi (Fontsets): Add char-displayable-p.
8363 (Scroll Bars): New node.
8364
83652003-09-08 Lute Kamstra <lute@gnu.org>
8366
8367 * modes.texi (%-Constructs): Document new `%i' and `%I'
8368 constructs.
8369
83702003-09-03 Peter Runestig <peter@runestig.com>
8371
8372 * makefile.w32-in: New file.
8373
83742003-08-29 Richard M. Stallman <rms@gnu.org>
8375
8376 * display.texi (Overlay Properties): Clarify how priorities
8377 affect use of the properties.
8378
83792003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
8380
8381 * customize.texi (Type Keywords): Correct the description of
8382 `:help-echo' in the case where `motion-doc' is a function.
8383
83842003-08-14 John Paul Wallington <jpw@gnu.org>
8385
8386 * modes.texi (Emulating Mode Line): Subsection, not section.
8387
83882003-08-13 Richard M. Stallman <rms@gnu.org>
8389
8390 * elisp.texi (Top): Update subnode lists in menu.
8391
8392 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
8393 (Kill Functions): kill-region has new arg yank-handler.
8394 (Yanking): New node.
8395 (Yank Commands): Add yank-undo-function.
8396 (Low-Level Kill Ring):
8397 kill-new and kill-append have new arg yank-handler.
8398 (Changing Properties): Add remove-list-of-text-properties.
8399 (Atomic Changes): New node.
8400
8401 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
8402
8403 * streams.texi (Output Variables): Add eval-expression-print-length
8404 and eval-expression-print-level.
8405
8406 * os.texi (Time Conversion): For encode-time, explain limits on year.
8407
8408 * objects.texi (Character Type): Define anchor "modifier bits".
8409
8410 * modes.texi (Emulating Mode Line): New node.
8411 (Search-based Fontification): Font Lock uses font-lock-face property.
8412 (Other Font Lock Variables): Likewise.
8413
8414 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
8415 not vectors.
8416 (Active Keymaps): Add emulation-mode-map-alists.
8417 (Functions for Key Lookup): key-binding has new arg no-remap.
8418 (Remapping Commands): New node.
8419 (Scanning Keymaps): where-is-internal has new arg no-remap.
8420 (Tool Bar): Add tool-bar-local-item-from-menu.
8421 Clarify when to use tool-bar-add-item-from-menu.
8422
8423 * commands.texi (Interactive Call): commandp has new arg.
8424 (Command Loop Info): Add this-original-command.
8425
84262003-08-06 John Paul Wallington <jpw@gnu.org>
8427
8428 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
8429
8430 * display.texi (Warning Basics): Fix typo.
8431 (Fringes): Add closing curly bracket and fix typo.
8432
8433 * elisp.texi (Top): Fix typo.
8434
84352003-08-05 Richard M. Stallman <rms@gnu.org>
8436
8437 * elisp.texi: Update lists of subnodes.
8438
8439 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
8440
8441 * variables.texi (Local Variables): Use lc for example variable names.
8442
8443 * tips.texi (Library Headers): Explain where to put -*-.
8444
8445 * strings.texi (Creating Strings): Fix xref for vconcat.
8446
8447 * sequences.texi (Vector Functions):
8448 vconcat no longer allows integer args.
8449
8450 * minibuf.texi (Reading File Names): read-file-name has new
8451 arg PREDICATE. New function read-directory-name.
8452
c4cc8b9a 8453 * macros.texi (Defining Macros): Give definition of `declare'.
b8d4c8d0
GM
8454 (Indenting Macros): New node.
8455
8456 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
8457 (Window Frame Parameters): Make separate table of parameters
8458 that are coupled with specific face attributes.
8459 (Deleting Frames): delete-frame-hooks renamed to
8460 delete-frame-functions.
8461
8462 * files.texi (Magic File Names): Add file-remote-p.
8463 Clarify file-local-copy.
8464
8465 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
8466 here; instead xref Defining Macros.
8467
8468 * display.texi (Warnings): New node, and subnodes.
8469 (Fringes): New node.
8470
8471 * debugging.texi (Test Coverage): New node.
8472
8473 * compile.texi (Compiler Errors): Explain with-no-warnings
8474 and other ways to suppress warnings.
8475
8476 * commands.texi (Interactive Call): Minor clarification.
8477
8478 * buffers.texi (Buffer File Name): set-visited-file-name
8479 renames the buffer too.
8480
8481 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
8482
84832003-07-24 Markus Rost <rost@math.ohio-state.edu>
8484
8485 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
8486
84872003-07-22 Markus Rost <rost@math.ohio-state.edu>
8488
8489 * internals.texi (Garbage Collection): Fix previous change.
8490
84912003-07-22 Richard M. Stallman <rms@gnu.org>
8492
8493 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
8494
8495 * display.texi (Width): Use \s syntax in example.
8496 (Font Selection): Add face-font-rescale-alist.
8497
8498 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
8499 Remove spurious indent in example.
8500
8501 * lists.texi (Building Lists): Add number-sequence.
8502
8503 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
8504
8505 * functions.texi (Function Documentation): Explain how to
8506 show calling convention explicitly in the doc string.
8507
8508 * windows.texi (Selecting Windows): save-selected-window saves
8509 selected window of each frame.
8510 (Window Configurations): Minor change.
8511
8512 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
8513
8514 * streams.texi (Output Variables): Add print-continuous-numbering
8515 and print-number-table.
8516
8517 * processes.texi (Decoding Output): New node.
8518
8519 * os.texi (Time Conversion): decode-time arg is optional.
8520
8521 * objects.texi (Character Type): Don't use space as example for \.
8522 Make list of char names and \-sequences correspond.
8523 Explain that \s is not used in strings. `\ ' needs space after.
8524
8525 * nonascii.texi (Converting Representations): Add string-to-multibyte.
8526 (Translation of Characters): Add translation-table-for-input.
8527 (Default Coding Systems): Add auto-coding-functions.
8528 (Explicit Encoding): Add decode-coding-inserted-region.
8529 (Locales): Add locale-info.
8530
8531 * minibuf.texi (Basic Completion): Describe test-completion.
8532 Collections can be lists of strings.
8533 Clean up lazy-completion-table.
8534 (Programmed Completion): Mention test-completion.
8535 Clarify why lambda expressions are not accepted.
8536 (Minibuffer Misc): Describe minibufferp.
8537
85382003-07-14 Richard M. Stallman <rms@gnu.org>
8539
8540 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
8541
8542 * windows.texi (Selecting Windows): New arg to select-window.
8543 (Selecting Windows): Add with-selected-window.
8544 (Size of Window): Add window-inside-edges, etc.
8545
8546 * internals.texi (Garbage Collection): Add post-gc-hook.
8547
8548 * processes.texi (Subprocess Creation): Add exec-suffixes.
8549
8550 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
8551 (Scanning Keymaps): Add map-keymaps.
8552 (Defining Menus): Add keymap-prompt.
8553
8554 * numbers.texi (Integer Basics): Add most-positive-fixnum,
8555 most-negative-fixnum.
8556
c4cc8b9a 8557 * compile.texi (Byte Compilation): Explain no-byte-compile.
b8d4c8d0
GM
8558 (Compiler Errors): New node.
8559
8560 * os.texi (User Identification): user-uid, user-real-uid
8561 can return float.
8562
8563 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
8564 and about derived modes.
8565 (Minor Modes): Add minor-mode-list.
8566 (Defining Minor Modes): Keyword args for define-minor-mode.
8567 (Search-based Fontification): Explain managing other properties.
8568 (Other Font Lock Variables): Add font-lock-extra-managed-props.
183080b6 8569 (Faces for Font Lock): Add font-lock-preprocessor-face.
b8d4c8d0
GM
8570 (Hooks): Add run-mode-hooks and delay-mode-hooks.
8571
8572 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
8573 (Variable Aliases): Clarify defvaralias.
8574
8575 * loading.texi (Library Search): Add load-suffixes.
8576
8577 * minibuf.texi (Basic Completion): Add lazy-completion-table.
8578 (Programmed Completion): Add dynamic-completion-table.
8579
8580 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
8581 (Magic File Names): Specify precedence order of handlers.
8582
8583 * commands.texi (Command Overview): Emacs server runs pre-command-hook
8584 and post-command-hook.
8585 (Waiting): New calling convention for sit-for.
8586
8587 * text.texi (Special Properties): local-map and keymap properties
8588 apply based on their stickiness.
8589
85902003-07-07 Richard M. Stallman <rms@gnu.org>
8591
8592 * modes.texi (Minor Mode Conventions): Specify only some kinds
8593 of list values as args to minor modes.
8594
8595 * files.texi (File Name Expansion): Warn about iterative use
8596 of substitute-in-file-name.
8597
8598 * advice.texi (Activation of Advice): Clean up previous change.
8599
86002003-07-06 Markus Rost <rost@math.ohio-state.edu>
8601
8602 * advice.texi (Activation of Advice): Note that ad-start-advice is
8603 turned on by default.
8604
86052003-06-30 Richard M. Stallman <rms@gnu.org>
8606
8607 * text.texi (Buffer Contents): Document current-word.
8608 (Change Hooks): Not called for *Messages*.
8609
8610 * functions.texi (Defining Functions): Explain about redefining
8611 primitives.
8612 (Function Safety): Renamed. Minor changes.
8613 Comment out the detailed criteria for what is safe.
8614
86152003-06-22 Andreas Schwab <schwab@suse.de>
8616
8617 * objects.texi (Symbol Type): Fix description of examples.
8618
86192003-06-16 Andreas Schwab <schwab@suse.de>
8620
8621 * hash.texi (Creating Hash): Fix description of :weakness.
8622
c8763fb6 86232003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
b8d4c8d0
GM
8624
8625 * files.texi (Changing Files): copy-file copies file modes, too.
8626
86272003-05-28 Richard M. Stallman <rms@gnu.org>
8628
8629 * strings.texi (Creating Strings): Clarify split-string.
8630
86312003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
8632
8633 * strings.texi (Creating Strings): Update split-string specification
8634 and examples.
8635
86362003-05-19 Richard M. Stallman <rms@gnu.org>
8637
8638 * elisp.texi: Correct invariant section names.
8639
86402003-04-20 Richard M. Stallman <rms@gnu.org>
8641
8642 * os.texi (Timers): Explain about timers and quitting.
8643
86442003-04-19 Richard M. Stallman <rms@gnu.org>
8645
8646 * internals.texi (Writing Emacs Primitives): Strings are
8647 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
8648 Explain GCPRO convention for varargs function args.
8649
86502003-04-16 Richard M. Stallman <rms@gnu.org>
8651
8652 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
8653
86542003-04-08 Richard M. Stallman <rms@gnu.org>
8655
8656 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
8657
86582003-02-13 Kim F. Storm <storm@cua.dk>
8659
8660 * objects.texi (Character Type): New \s escape for space.
8661
86622003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
8663
5dcb4c4e 8664 * os.texi (System Environment): Add cygwin system-type.
b8d4c8d0
GM
8665
86662003-01-25 Richard M. Stallman <rms@gnu.org>
8667
8668 * keymaps.texi: Document that a symbol can act as a keymap.
8669
86702003-01-13 Richard M. Stallman <rms@gnu.org>
8671
8672 * text.texi (Changing Properties): Say string indices are origin-0.
8673
8674 * positions.texi (Screen Lines) <compute-motion>:
8675 Correct order of elts in return value.
8676
8677 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
8678 how to define a default binding.
8679
86802002-12-07 Markus Rost <rost@math.ohio-state.edu>
8681
8682 * loading.texi (Unloading): Fix recent change for load-history.
8683
8684 * customize.texi (Simple Types): Clarify description of custom
8685 type 'number. Describe new custom type 'float.
8686
86872002-12-04 Markus Rost <rost@math.ohio-state.edu>
8688
8689 * variables.texi (File Local Variables): Fix typo.
8690
c8763fb6 86912002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
b8d4c8d0
GM
8692
8693 From Michael Albinus <Michael.Albinus@alcatel.de>.
8694
8695 * README: Target for Info file is `make info'.
8696
5dcb4c4e 8697 * files.texi (File Name Components): Fix typos in
b8d4c8d0
GM
8698 `file-name-sans-extension'.
8699 (Magic File Names): Complete list of operations for magic file
8700 name handlers.
8701
87022002-09-16 Jonathan Yavner <jyavner@engineer.com>
8703
8704 * variables.texi (File Local Variables): New function
8705 risky-local-variable-p.
8706
87072002-09-15 Jonathan Yavner <jyavner@engineer.com>
8708
8709 * functions.texi (Function safety): New node about unsafep.
8710
87112002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
8712
5dcb4c4e 8713 * customize.texi (Splicing into Lists): Fix example.
a86cd395 8714 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
b8d4c8d0
GM
8715
87162002-06-17 Juanma Barranquero <lektu@terra.es>
8717
8718 * frames.texi (Display Feature Testing): Fix typo.
8719
87202002-06-12 Andreas Schwab <schwab@suse.de>
8721
8722 * frames.texi (Initial Parameters, Resources): Fix references to
8723 the Emacs manual.
8724
87252002-05-13 Kim F. Storm <storm@cua.dk>
8726
8727 * variables.texi (Intro to Buffer-Local): Updated warning and
8728 example relating to changing buffer inside let.
8729
c8763fb6 87302002-03-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
8731
8732 * os.texi (Session Management): New node about X Session management.
8733
87342002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
8735
8736 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
8737 to which the manual corresponds, and the copyright years.
8738
8739 * Makefile.in (VERSION): Set to 2.9.
8740
87412001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
8742
8743 * elisp.texi: Change the category in @dircategory to "Emacs", to
8744 make it consistent with info/dir.
8745
87462001-11-25 Miles Bader <miles@gnu.org>
8747
8748 * text.texi (Fields): Describe new `limit' arg in
8749 field-beginning/field-end.
8750
87512001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
8752
5dcb4c4e
SM
8753 * permute-index: Don't depend on csh-specific features.
8754 Replace the interpreter name with /bin/sh.
b8d4c8d0
GM
8755
8756 * two-volume-cross-refs.txt: New file.
8757 * two.el: New file.
8758 * spellfile: New file.
8759
87602001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
8761
8762 * permute-index: New file.
8763
8764 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
8765 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
8766 8+3 restricted namespace.
8767
8768 * Makefile.in (infodir): Define relative to $(srcdir).
8769 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
8770 include directories list via -I switch to makeinfo.
8771 (index.texi): Use cp if both hard and symbolic links fail.
8772
87732001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
8774
8775 * Makefile.in (distclean): Add.
8776
8777 The following changes make ELisp manual part of the Emacs
8778 distribution:
8779
8780 * Makefile.in: Add Copyright notice.
8781 (prefix): Remove.
8782 (infodir): Change value to "../info".
8783 (VPATH): New variable.
8784 (MAKE): Don't define.
8785 (texmacrodir): Don't define.
8786 (texinputdir): Append the existing value of TEXINPUTS.
8787 ($(infodir)/elisp): Instead of just "elisp". Reformat the
8788 command to be compatible with man/Makefile.in, and to put the
8789 output into ../info.
8790 (info): Add target.
8791 (installall): Target removed.
8792
c8763fb6 87932001-10-31 Pavel Janík <Pavel@Janik.cz>
b8d4c8d0
GM
8794
8795 * tips.texi (Coding Conventions): Fix typo.
8796
87972001-10-23 Gerd Moellmann <gerd@gnu.org>
8798
8799 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
8800
88012001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
8802
8803 * files.texi (File Name Components): Update the description of
8804 file-name-sans-extension and file-name-extension, as they now
8805 ignore leading dots.
8806
88072001-10-20 Gerd Moellmann <gerd@gnu.org>
8808
8809 * (Version 21.1 released.)
8810
88112001-10-19 Miles Bader <miles@gnu.org>
8812
8813 * positions.texi (Text Lines): Describe behavior of
8814 `beginning-of-line'/`end-of-line' in the presence of field properties.
8815
88162001-10-17 Gerd Moellmann <gerd@gnu.org>
8817
8818 * Makefile.in (VERSION): Set to 2.8.
8819 (manual): Use `manual-21'.
8820
8821 * elisp.texi (VERSION): Add and use it where the version
8822 number was used. Set it to 2.8.
8823
8824 * intro.texi: Likewise.
8825
88262001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
8827
8828 * files.texi (File Name Completion): Document the significance of
8829 a trailing slash in elements of completion-ignored-extensions.
8830
88312001-10-06 Miles Bader <miles@gnu.org>
8832
8833 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
8834
88352001-10-04 Gerd Moellmann <gerd@gnu.org>
8836
8837 * variables.texi (Variable Aliases): New node.
8838
88392001-10-04 Gerd Moellmann <gerd@gnu.org>
8840
8841 * Branch for 21.1.
8842
88432001-10-02 Miles Bader <miles@gnu.org>
8844
8845 * minibuf.texi (Minibuffer Misc): Add entries for
8846 `minibuffer-contents', `minibuffer-contents-no-properties', and
8847 `delete-minibuffer-contents'.
8848 Correct description for `minibuffer-prompt-end'.
8849
8850 * text.texi (Property Search): Correct descriptions of
8851 `next-char-property-change' and `previous-char-property-change'.
8852 Add entries for `next-single-char-property-change' and
8853 `previous-single-char-property-change'.
8854 Make operand names a bit more consistent.
8855
88562001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
8857
8858 * frames.texi (Finding All Frames): Document that next-frame and
8859 previous-frame are local to current terminal.
8860
88612001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
8862
8863 * keymaps.texi (Creating Keymaps): Fix the description of the
8864 result of make-keymap.
8865
88662001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
8867
8868 * display.texi (Font Lookup, Attribute Functions)
8869 (Image Descriptors): Add cross-references to the definition of
8870 selected frame.
8871
8872 * buffers.texi (The Buffer List): Add cross-references to the
8873 definition of selected frame.
8874
8875 * frames.texi (Input Focus): Clarify which frame is _the_ selected
8876 frame at any given time.
8877 (Multiple Displays, Size and Position): Add a cross-reference to
8878 the definition of the selected frame.
8879
88802001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
8881
8882 * strings.texi (String Conversion) <string-to-number>: Document
8883 that a float is returned for integers that are too large.
8884
8885 * frames.texi (Mouse Position): Document mouse-position-function.
8886 (Display Feature Testing): Document display-images-p.
8887 (Window Frame Parameters): Document the cursor-type variable.
8888
8889 * numbers.texi (Integer Basics): Document CL style read syntax for
8890 integers in bases other than 10.
8891
5dcb4c4e
SM
8892 * positions.texi (List Motion):
8893 Document open-paren-in-column-0-is-defun-start.
b8d4c8d0
GM
8894
8895 * lists.texi (Sets And Lists): Document member-ignore-case.
8896
8897 * internals.texi (Garbage Collection): Document the used and free
8898 strings report.
8899 (Memory Usage): Document strings-consed.
8900
8901 * os.texi (Time of Day): Document float-time.
8902 (Recording Input): Document that clear-this-command-keys clears
8903 the vector to be returned by recent-keys.
8904
8905 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
8906 argument keymap can be a list.
8907
8908 * nonascii.texi (User-Chosen Coding Systems)
8909 <select-safe-coding-system>: Document the new argument
8910 accept-default-p and the variable
8911 select-safe-coding-system-accept-default-p. Tell what happens if
8912 buffer-file-coding-system is undecided.
8913 (Default Coding Systems): Document auto-coding-regexp-alist.
8914
8915 * display.texi (The Echo Area) <message>: Document
8916 message-truncate-lines.
8917 (Glyphs): Document that the glyph table is unused on windowed
8918 displays.
8919
8920 * help.texi (Describing Characters) <single-key-description>:
8921 Document the new argument no-angles.
8922 (Accessing Documentation) <documentation-property>: Document that
8923 a non-string property is evaluated.
8924 <documentation>: Document that the function-documentation property
8925 is looked for.
8926
8927 * windows.texi (Selecting Windows): Document some-window.
8928
8929 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
8930
8931 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
8932 apropos-mode-hook.
8933
8934 * commands.texi (Using Interactive): Document interactive-form.
8935 (Keyboard Macros): Document kbd-macro-termination-hook.
8936 (Command Loop Info): Document that clear-this-command-keys clears
8937 the vector to be returned by recent-keys.
8938
89392001-09-04 Werner LEMBERG <wl@gnu.org>
8940
8941 * Makefile.in (srcdir, texinputdir): New variables.
8942 (srcs, index.texi, install): Use $(srcdir).
8943 (.PHONY): Remove elisp.dvi.
8944 (elisp): Use -I switch for makeinfo.
8945 (elisp.dvi): Use $(srcdir) and $(texinputdir).
8946 (installall, dist): Use $(srcdir).
8947 Fix path to texinfo.tex.
8948 (maintainer-clean): Add elisp.dvi and elisp.oaux.
8949
89502001-08-30 Gerd Moellmann <gerd@gnu.org>
8951
8952 * display.texi (Conditional Display): Adjust to API change.
8953
8954 * configure: New file.
8955
89562001-07-30 Gerd Moellmann <gerd@gnu.org>
8957
8958 * commands.texi (Repeat Events): Add description of
8959 double-click-fuzz.
8960
89612001-05-08 Stefan Monnier <monnier@cs.yale.edu>
8962
8963 * syntax.texi (Syntax Class Table): Add the missing designator for
8964 comment and string fences.
8965 (Syntax Properties): Add a xref to syntax table internals.
8966 (Syntax Table Internals): Document string-to-syntax.
8967
89682001-05-07 Gerd Moellmann <gerd@gnu.org>
8969
8970 * Makefile.in (install): Use install-info command line options
8971 like in Emacs' Makefile.in.
8972
89732000-12-09 Miles Bader <miles@gnu.org>
8974
8975 * windows.texi (Window Start): Update documentation for
8976 `pos-visible-in-window-p'.
8977
89782000-11-12 Stefan Monnier <monnier@cs.yale.edu>
8979
8980 * lists.texi (Building Lists): Add footnote to explain how to add
8981 to the end of a list.
8982
89832000-10-25 Gerd Moellmann <gerd@gnu.org>
8984
8985 * files.texi (Visiting Functions): Typos.
8986
89872000-10-25 Kenichi Handa <handa@etl.go.jp>
8988
8989 * files.texi (Visiting Functions): Return value of
8990 find-file-noselect may be a list of buffers if wildcards are used.
8991
89922000-10-24 Miles Bader <miles@lsi.nec.co.jp>
8993
8994 * display.texi (Defining Faces): Document `graphic' display type
8995 in face specs.
8996
b344d29d 89972000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b8d4c8d0
GM
8998
8999 * hooks.texi (Standard Hooks): Replace obsolete
9000 `after-make-frame-hook' with `after-make-frame-functions'.
9001
9002 * frames.texi (Creating Frames): Ditto.
9003
9004 * variables.texi (Future Local Variables): Ditto.
9005
90062000-10-16 Gerd Moellmann <gerd@gnu.org>
9007
9008 * display.texi (Other Image Types): Add description of :foreground
9009 and :background properties of mono PBM images.
9010
90112000-08-17 Werner LEMBERG <wl@gnu.org>
9012
9013 * .cvsignore: New file.
9014
90152000-01-05 Gerd Moellmann <gerd@gnu.org>
9016
9017 * tindex.pl: New script.
9018
90191999-12-03 Dave Love <fx@gnu.org>
9020
9021 * Makefile.in (MAKEINFO): New parameter.
9022
90231999-09-17 Richard Stallman <rms@gnu.org>
9024
9025 * Makefile.in (srcs): Add hash.texi.
9026 (VERSION): Update to 20.6.
9027
90281999-09-13 Richard Stallman <rms@gnu.org>
9029
9030 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
9031
90321998-08-29 Karl Heuer <kwzh@gnu.org>
9033
9034 * configure.in: New file.
9035 * Makefile.in: Renamed from Makefile.
9036 (prefix, infodir): Use value obtained from configure.
9037 (emacslibdir): Obsolete variable deleted.
9038 (dist): Distribute configure.in, configure, Makefile.in.
9039
90401998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
9041
9042 * Makefile (INSTALL_INFO): New variable.
9043 (install): Run install-info.
9044
90451998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
9046
9047 * Makefile (elisp.dvi): Add missing backslash.
9048
90491998-05-02 Richard Stallman <rms@psilocin.gnu.org>
9050
9051 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
9052 Run texindex without `./'. Always run texindex on elisp.tp.
9053 (elisp.tps): Target deleted.
9054
90551998-04-05 Richard Stallman <rms@psilocin.gnu.org>
9056
9057 * Makefile (srcs): Add nonascii.texi and customize.texi.
9058 (dist): Start by deleting `temp'.
9059
90601998-02-17 Richard Stallman <rms@psilocin.gnu.org>
9061
9062 * Makefile (makeinfo, texindex): Targets deleted.
9063 (makeinfo.o, texindex.o): Targets deleted.
9064 (clean, dist): Don't do anything with them or with getopt*.
9065
90661998-01-30 Richard Stallman <rms@psilocin.gnu.org>
9067
9068 * Makefile (SHELL): Defined.
9069
90701998-01-27 Richard Stallman <rms@psilocin.gnu.org>
9071
9072 * Makefile (elisp.tps): New target.
9073 (elisp.dvi): Depend on elisp.tps.
9074
c5602427 90751996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
b8d4c8d0
GM
9076
9077 * README: Update phone number.
9078
9079 * Makefile (elisp): Make this be the default target.
9080 Depend on makeinfo.c instead of makeinfo.
9081 (install): Don't depend on elisp.dvi, since we don't install that.
9082 Use mkinstalldirs.
9083 (dist): Add mkinstalldirs.
9084
c5602427 90851995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
b8d4c8d0
GM
9086
9087 * Makefile (VERSION): Update version number.
5dcb4c4e 9088 (maintainer-clean): Rename from realclean.
b8d4c8d0 9089
c5602427 90901995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
b8d4c8d0
GM
9091
9092 * Makefile (realclean): New target.
9093 (elisp): Remove any old elisp-* files first.
9094
c5602427 90951993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
b8d4c8d0
GM
9096
9097 * Makefile (VERSION): New variable.
9098 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
9099 Compressed file suffix should be `.gz', not `.z'.
9100
ce058493 91011993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9102
9103 * Makefile (elisp): Depend on makeinfo.
9104
c5602427 91051993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
b8d4c8d0
GM
9106
9107 * Makefile (srcs): Add anti.texi.
9108
c5602427 91091993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9110
9111 * Makefile (infodir, prefix): New vars.
9112 (install): Use infodir.
9113 (emacsinfodir): Deleted.
9114
c5602427 91151993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9116
9117 * Makefile (srcs): Add calendar.texi.
9118
9119 * Makefile (dist): Copy texindex.c and makeinfo.c.
9120 Limit elisp-* files to those with one or two digits.
9121
c5602427 91221993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
9123
9124 * Makefile (dist): Changed to use Gzip instead of compress.
9125
c5602427 91261993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9127
9128 * loading.texi (Unloading): define-function changed back to
9129 defalias. It may not stay this way, but at least it's
9130 consistent with the known-good version of the code patch.
9131
c5602427 91321993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
b8d4c8d0
GM
9133
9134 * modes.texi (Hooks): Document new optional arg of add-hook.
9135
c5602427 91361993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9137
9138 * variables.texi: Document nil initial value of buffer-local variables.
9139
9140 * tips.texi: Add new section on standard library headers.
9141
c5602427 91421993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
9143
9144 * Makefile (srcs): Add frame.texi to the list of sources.
9145
c5602427 91461993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
9147
9148 * Makefile (dist): Don't bother excluding autosave files; they'll
9149 never make it into the temp directory anyway, and the hash marks
9150 in the name are problematic for make and the Bourne shell.
9151 (srcs):
9152
c5602427 91531993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
9154
9155 * Makefile (dist): Don't include backup files or autosave files in
9156 the distribution tar file.
9157
c5602427 91581991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0 9159
5dcb4c4e 9160 * Makefile (srcs): Add index.perm.
b8d4c8d0
GM
9161 (elisp.dvi): Remove erroneous shell comment.
9162 Expect output of permute-index in permuted.fns.
9163 Save old elisp.aux in elisp.oaux.
5dcb4c4e 9164 (clean): Add index.texi to be deleted.
b8d4c8d0 9165
c5602427 91661990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
9167
9168 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
9169
c5602427 91701990-06-26 David Lawrence (tale@geech)
b8d4c8d0
GM
9171
9172 * files.texi: Noted that completion-ignored-extensions is ignored
9173 when making *Completions*.
9174
3e868ee3 91751990-06-08 Jay Fenlason (hack@ai.mit.edu)
b8d4c8d0
GM
9176
9177 * Makefile make dist now depends on elisp.dvi, since it tries
9178 to include it in the dist file.
9179
c5602427 91801990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
b8d4c8d0 9181
c5602427 9182 * functions.texinfo (Mapping Functions): Add missing quote.
b8d4c8d0 9183
c5602427 91841989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
9185
9186 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
9187 (defunargs): Turn off \hyphenchar of \sl font temporarily.
9188
c5602427 91891989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9190
9191 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
9192 and @error{} are the terms now being used. The files in the
9193 directory have been changed to reflect this.
9194
9195 * All instances of @indentedresultt{} have been changed to
9196 ` @result{}', using 5 spaces at the begining of the line.
9197
c5602427 91981989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9199
9200 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
9201 experimental @indentedresult{}, @indentedexpandsto{} are part of
9202 the texinfo.tex in this directory. These TeX macros are not
9203 stable yet.
9204
c5602427 92051989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9206
9207 * texinfo.tex: Temporarily added
9208 \let\result=\dblarrow
9209 \def\error{{\it ERROR} \longdblarrow}
9210 We need to do this better soon.
9211
c5602427 92121989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9213
9214 * Applied Karl Berry's patches to *.texinfo files, but not to
9215 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
9216 new title page format is also not applied, since it requires
9217 texinfo.tex changes.)
9218
9219 * Cleaned up `Makefile' and defined the `emacslibdir' directory
9220 for the Project GNU development environment.
9221
9222;; Local Variables:
c8763fb6 9223;; coding: utf-8
b8d4c8d0
GM
9224;; End:
9225
73b0cd50 9226 Copyright (C) 1998-2011 Free Software Foundation, Inc.
b8d4c8d0
GM
9227
9228 This file is part of GNU Emacs.
9229
352c8b4a 9230 GNU Emacs is free software: you can redistribute it and/or modify
b8d4c8d0 9231 it under the terms of the GNU General Public License as published by
352c8b4a
GM
9232 the Free Software Foundation, either version 3 of the License, or
9233 (at your option) any later version.
b8d4c8d0
GM
9234
9235 GNU Emacs is distributed in the hope that it will be useful,
9236 but WITHOUT ANY WARRANTY; without even the implied warranty of
9237 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9238 GNU General Public License for more details.
9239
9240 You should have received a copy of the GNU General Public License
352c8b4a 9241 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.