* doc/emacs/text.texi (Enriched Justification): Minor fixes.
[bpt/emacs.git] / doc / lispref / ChangeLog
CommitLineData
278d6dd0
XF
12013-08-17 Xue Fuqiao <xfq.free@gmail.com>
2
3 * text.texi (Maintaining Undo): Mention interactive call of
4 buffer-disable-undo.
5
2bede2ed
XF
62013-08-16 Xue Fuqiao <xfq.free@gmail.com>
7
c8068af5 8 * text.texi (Insertion): Refine.
bd805d5b 9 (Margins): Add an index.
e4043ba0 10 (Undo): Doc fix for `buffer-undo-list'.
8b8bf4a3 11
2bede2ed
XF
12 * positions.texi (Character Motion):
13 * markers.texi (Moving Markers):
14 (Creating Markers): Comment out undefined behavior.
15
7cbbcaa0
XF
162013-08-15 Xue Fuqiao <xfq.free@gmail.com>
17
18 * markers.texi (The Region): Add/move indexes.
19
8259030d
LMI
202013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
21
22 * display.texi (ImageMagick Images): Mention :content-type and
23 `image-content-type-suffixes'.
24
f73f4ce6
XF
252013-08-13 Xue Fuqiao <xfq.free@gmail.com>
26
27 * positions.texi (Word Motion): Remove redundant sentence.
28
3e6b67c9
GM
292013-08-13 Glenn Morris <rgm@gnu.org>
30
31 * lists.texi (List Elements):
32 Undocument behavior of nth and nthcdr with n < 0. (Bug#15059)
33
5c41e9ff
XF
342013-08-13 Xue Fuqiao <xfq.free@gmail.com>
35
916119ec 36 * frames.texi (Display Feature Testing): Add indexes.
5c41e9ff 37
8496d8d7
GM
382013-08-12 Glenn Morris <rgm@gnu.org>
39
40 * Makefile.in (prefix, datarootdir, datadir, PACKAGE_TARNAME)
41 (docdir, dvidir, htmldir, pdfdir, psdir, GZIP_PROG, INSTALL)
42 (INSTALL_DATA): New, set by configure.
43 (HTML_OPTS, DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS):
44 New variables.
45 (.SUFFIXES): Add .ps and .dvi.
46 (.dvi.ps): New suffix rule.
47 (dvi, html, pdf, ps): Use *_TARGETS variables.
48 (elisp.html): Use HTML_OPTS.
49 (elisp.ps): Remove explicit rule.
50 (.PHONY): install-dvi, install-html, install-pdf, install-ps
51 ,install-doc, uninstall-dvi, uninstall-html, uninstall-pdf,
52 uninstall-ps, and uninstall-doc.
53 (install-dvi, install-html, install-pdf, install-ps, install-doc)
54 (uninstall-dvi, uninstall-html, uninstall-ps, uninstall-pdf)
55 (uninstall-doc): New rules.
56 (clean): Use DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS.
57
3a3bb904
XF
582013-08-10 Xue Fuqiao <xfq.free@gmail.com>
59
60 * edebug.texi (Instrumenting Macro Calls): Use @defmac for macros.
61
4517cbc2
XF
622013-08-09 Xue Fuqiao <xfq.free@gmail.com>
63
64 * control.texi (Error Symbols): Minor fix for previous change.
65
54bd972f
SM
662013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
67
68 * errors.texi (Standard Errors): Don't refer to `error-conditions'.
69
70 * control.texi (Signaling Errors): Refer to define-error.
71 (Error Symbols): Add `define-error'.
72
e30b79c1
DA
732013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
74
75 * positions.texi (Motion by Screen Lines):
76 * display.texi (Truncation): Rename `cache-long-line-scans'
77 to `cache-long-scans'.
78
123ff297
XF
792013-08-05 Xue Fuqiao <xfq.free@gmail.com>
80
81 * windows.texi (Window Start and End): Add an index.
82
9097ad86
XF
832013-08-02 Xue Fuqiao <xfq.free@gmail.com>
84
85 * display.texi (Face Functions): Add an index.
86
87 * variables.texi (Variable Aliases): Add an index.
88
89 * functions.texi (Defining Functions): Add an index.
90
91 * nonascii.texi (Coding System Basics): Add an index.
92
64a695bd
XF
932013-07-31 Xue Fuqiao <xfq.free@gmail.com>
94
95 * nonascii.texi (Non-ASCII Characters): Update menu.
96 (Disabling Multibyte): Move here from doc/emacs/mule.texi. Fix cross-references.
97
98 * elisp.texi (Top): Update menu.
99
39e8fb76
XF
1002013-07-30 Xue Fuqiao <xfq.free@gmail.com>
101
102 * windows.texi (Window History): Mention the default value of
3cd51eaa 103 switch-to-visible-buffer. Add cross-references.
39e8fb76 104
95e6e62b
MA
1052013-07-24 Michael Albinus <michael.albinus@gmx.de>
106
107 * errors.texi (Standard Errors): Fix typo.
108
109 * files.texi (Magic File Names):
110 * os.texi (File Notifications): Remove file-notify-supported-p.
111
53840e55
PE
1122013-07-24 Paul Eggert <eggert@cs.ucla.edu>
113
114 * eval.texi (Special Forms): Mention 'lambda'. Also, say that
115 non-well-formed expressions result in unspecified behavior, though
116 Emacs will not crash.
117
32813ea7
MA
1182013-07-22 Michael Albinus <michael.albinus@gmx.de>
119
120 * files.texi (Magic File Names): Add file-notify-add-watch,
121 file-notify-rm-watch and file-notify-supported-p. Move
122 file-remote-p down.
123
124 * errors.texi (Standard Errors): Add file-notify-error.
125
126 * os.texi (Desktop Notifications): Rename from Notifications.
127 (File Notifications): New node.
128
129 * elisp.texi (Top): Update menu for these changes.
130
ac446ed8
XF
1312013-07-19 Xue Fuqiao <xfq.free@gmail.com>
132
133 * windows.texi (Display Action Functions): Mention next-window.
134
e6c005c5
XF
1352013-07-16 Xue Fuqiao <xfq.free@gmail.com>
136
137 * windows.texi (Selecting Windows): Fix the introduction of
138 `set-frame-selected-window''s arguments.
139
954b166e
PE
1402013-07-10 Paul Eggert <eggert@cs.ucla.edu>
141
142 Timestamp fixes for undo (Bug#14824).
143 * text.texi (Undo): Document (t . 0) and (t . -1) in buffer-undo-list.
144
3323c263
EZ
1452013-07-06 Eli Zaretskii <eliz@gnu.org>
146
147 * nonascii.texi (Text Representations): Document that
148 multibyte-string-p returns nil for non-string objects.
149
4431e6d9 1502013-07-06 Glenn Morris <rgm@gnu.org>
d4aa7284
GM
151
152 * elisp.texi (Top): Move WWW_GNU_ORG section outside @copying.
153
a944db14
GM
1542013-07-03 Glenn Morris <rgm@gnu.org>
155
156 * debugging.texi (Debugging):
157 * files.texi (File Attributes, Changing Files): Fix cross-references.
158
159 * package.texi (Package Archives): Fix @url call.
160
253e30aa
GM
161 * syntax.texi (Syntax Table Functions): Mention describe-syntax.
162
4c672a0f
EZ
1632013-06-29 Eli Zaretskii <eliz@gnu.org>
164
165 * display.texi (Bidirectional Display): Document move-point-visually.
166
4366ddd4
XF
1672013-06-29 Xue Fuqiao <xfq.free@gmail.com>
168
169 * buffers.texi (Buffer File Name): Fix typo.
170
bace8013
CS
1712013-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
172
173 * tips.texi (Coding Conventions): Improve wording.
174
f99f7826 1752013-06-24 Glenn Morris <rgm@gnu.org>
e8b3825d
GM
176
177 * loading.texi (Autoload): Fix typo.
178
611e8a48
GM
179 * variables.texi (Lexical Binding): Fix typo.
180
edfaf7c0
GM
181 * functions.texi (Anonymous Functions): Put back ' removed 2012-10-23.
182
f3f9606c
LMI
1832013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
184
185 * display.texi (ImageMagick Images): Mention :max-width and
186 :max-height.
187
89561f72
PE
1882013-06-20 Paul Eggert <eggert@cs.ucla.edu>
189
190 * numbers.texi (Math Functions): Remove obsolete function log10.
191
9716fedb
SM
1922013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
193
194 * modes.texi (Mode Line Data, Properties in Mode): Advertise `keymap'
195 rather than `local-map'.
196
197 * keymaps.texi (Active Keymaps): Fix documentation of
198 set-temporary-overlay-map and overriding-terminal-local-map.
199
789cf833
GM
2002013-06-19 Glenn Morris <rgm@gnu.org>
201
202 * Makefile.in (dist): Edit more configure variables.
203 Try to check that we do not miss any in future.
204
254408ca
JB
2052013-06-17 Juanma Barranquero <lekktu@gmail.com>
206
207 * text.texi (Undo, Changing Properties): Fix typos.
208
708e05f6
LMI
2092013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
210
211 * text.texi (Changing Properties): Document `add-face-text-property'.
212
3da95318
KH
2132013-06-17 Kenichi Handa <handa@gnu.org>
214
215 * display.texi (Face Attributes): Refer to "Low-Level font" (not
2c149f93 216 "Font Selection") in the explanation of :font attribute (bug#14629).
3da95318 217
de0503df
SM
2182013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
219
220 * loading.texi (Hooks for Loading): Don't document after-load-alist.
221 Document with-eval-after-load instead of eval-after-load.
222
823777b5
XF
2232013-06-11 Xue Fuqiao <xfq.free@gmail.com>
224
225 * files.texi (File Name Expansion): Make the example more
226 intuitive.
227
08c0a604
PE
2282013-06-10 Paul Eggert <eggert@cs.ucla.edu>
229
230 Documentation fix for 'ls' and hard links.
231 * compile.texi (Compilation Functions):
232 * files.texi (File Attributes, Changing Files):
233 Use current format for GNU 'ls' output.
234 (File Attributes): Fix problem introduced in previous change:
235 the link count is the number of hard links, not the number
236 of hard links + 1.
237
e4568f3b
XF
2382013-06-10 Xue Fuqiao <xfq.free@gmail.com>
239
240 * files.texi (File Attributes): Fix typo.
241
a5cf7779
SM
2422013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
243
244 * functions.texi (Lambda Expressions): Lambda expressions don't
245 evaluate to themselves in general (bug#11782).
246
6e911150
SM
2472013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
248
249 * loading.texi (Autoload):
250 * help.texi (Documentation Basics, Accessing Documentation)
251 (Accessing Documentation, Accessing Documentation): DOC-* is now DOC.
252
b02b5481
GM
2532013-04-23 Glenn Morris <rgm@gnu.org>
254
255 * internals.texi (Writing Emacs Primitives): Remove obvious example.
256 Tweak other to avoid overly long line.
257
f8152bcb
XF
2582013-04-21 Xue Fuqiao <xfq.free@gmail.com>
259
84ebefe9
XF
260 * internals.texi (Writing Emacs Primitives): Remove unnecessary
261 references to the sources. (Bug#13800)
262
f8152bcb
XF
263 * searching.texi (Regexp Backslash): Doc fix for backslash
264 constructs in regular expressions.
265
8fa2654e
CS
2662013-04-15 Christopher Schmidt <christopher@ch.ristopher.com>
267
268 * tips.texi (Coding Conventions): Mention separation of package
269 descriptor and name of internal symbols by two hyphens.
270
0aa3616e
SB
2712013-04-13 Stephen Berman <stephen.berman@gmx.net>
272
273 * windows.texi (Splitting Windows): Change category of
274 split-window from a command to a function.
275
cd542620
CY
2762013-04-06 Chong Yidong <cyd@gnu.org>
277
278 * display.texi (Faces): Minor clarifications.
6e911150
SM
279 (Defining Faces): Clarify default vs custom face specs.
280 Document face-spec-set.
cd542620
CY
281
282 * display.texi (Overlay Properties):
283 * text.texi (Special Properties): Use the "anonymous face"
284 terminology. Describe foreground-color and background-color forms
285 as compatibility-only.
286
8d0c20ae
EZ
2872013-03-24 Eli Zaretskii <eliz@gnu.org>
288
289 * compile.texi (Byte-Code Objects): Add index entry.
290 (Disassembly): Add cross-references.
291
45f1d362
EZ
2922013-03-23 Eli Zaretskii <eliz@gnu.org>
293
294 * frames.texi (Size Parameters): More accurate description of the
295 difference between 'fullboth' and 'maximized'. (Bug#13935)
296
5784e319
CS
2972013-03-17 Christopher Schmidt <christopher@ch.ristopher.com>
298
299 * symbols.texi (Standard Properties): Document pure. (Bug#13823)
300
78be8b64 3012013-03-16 Glenn Morris <rgm@gnu.org>
c0765905
GM
302
303 * elisp.texi: Add some stuff specific to www.gnu.org.
304
b388e7ad
TZ
3052013-03-11 Teodor Zlatanov <tzz@lifelogs.com>
306
307 * control.texi (Pattern matching case statement): Fix typo.
308
681ebc33
PE
3092013-03-04 Paul Eggert <eggert@cs.ucla.edu>
310
311 * elisp.texi, intro.texi: Switch from Latin-1 to UTF-8.
312
9bed73f3
GM
3132013-03-03 Glenn Morris <rgm@gnu.org>
314
315 * objects.texi (Symbol Type): Fix typo.
316
929aeac6 3172013-02-28 Bastien Guerry <bzg@gnu.org>
5765e9e0
BG
318
319 * variables.texi (File Local Variables): Fix reference.
320
1abfd3e8 3212013-02-24 Eli Zaretskii <eliz@gnu.org>
39ef03af
EZ
322
323 * files.texi (Magic File Names): Improve wording and indexing.
324
f0c954fa
GM
3252013-02-21 Glenn Morris <rgm@gnu.org>
326
327 * display.texi (Multi-Frame Images): Minor rephrasing.
328
1e56f8ef
GM
3292013-02-20 Glenn Morris <rgm@gnu.org>
330
331 * display.texi (GIF Images, TIFF Images): Delete these nodes.
332 (ImageMagick Images): For :index, use an xref rather than duplicating.
333 (Other Image Types): Add GIF, adjust formatting.
334 (Multi-Frame Images): Rename from Animated Images. Expand section.
335 * elisp.texi (Top): Update menu for these changes.
336
93c2fa46
GM
3372013-02-19 Glenn Morris <rgm@gnu.org>
338
339 * text.texi (Change Hooks): Fix typo.
340
d64d97e5 3412013-02-15 Glenn Morris <rgm@gnu.org>
df1af142
GM
342
343 * modes.texi (Basic Major Modes): 'z' no longer bound in special-mode.
344
b5ca9d53
GM
3452013-02-13 Glenn Morris <rgm@gnu.org>
346
b6c3e4b1
GM
347 * objects.texi (Char-Table Type): Add footnote about #^^.
348
b5ca9d53
GM
349 * modes.texi (Minor Mode Conventions): Fix typo.
350
85adc63f
GM
351 * keymaps.texi (Scanning Keymaps): Remove obsolete sentence about
352 meta characters; this changed in 22.1. (Bug#13684)
353
662abcc1
GM
354 * objects.texi (Char-Table Type): Add cindex.
355
9d6c9dd1
GM
356 * keymaps.texi (Key Binding Commands): Trivial rephrasing.
357
490a9458 3582013-02-10 Glenn Morris <rgm@gnu.org>
dc55466e
GM
359
360 * keymaps.texi (Creating Keymaps): Update make-keymap result.
361
8549f9e8
EZ
3622013-02-09 Eli Zaretskii <eliz@gnu.org>
363
364 * modes.texi (%-Constructs): Remove the description of %t.
365
366 * nonascii.texi (MS-DOS File Types): Delete node.
367
7bd00724
GM
3682013-02-08 Glenn Morris <rgm@gnu.org>
369
370 * keymaps.texi (Active Keymaps, Searching Keymaps):
371 Remove confusing mention of "symbolic prefix". (Bug#13643)
372
795e7a5b 3732013-01-19 Glenn Morris <rgm@gnu.org>
f8a42ad6
GM
374
375 * macros.texi (Indenting Macros): Fix order of an indent
376 symbol's arguments. (Bug#13450)
377
b3fbb395
PE
3782013-01-19 Paul Eggert <eggert@cs.ucla.edu>
379
380 Allow floating-point file offsets.
381 * files.texi (Reading from Files, Writing to Files):
382 Say that file offsets can be numbers, not just integers.
383
45a7e57c
GM
3842013-01-09 Glenn Morris <rgm@gnu.org>
385
386 * commands.texi (Interactive Codes):
387 Whitespace does not terminate interactive "S". (Bug#13393)
388
04c48b14
CY
3892013-01-06 Chong Yidong <cyd@gnu.org>
390
391 * windows.texi (Vertical Scrolling): Fix typos (Bug#13267).
392
1f1c405d
GM
3932013-01-05 Glenn Morris <rgm@gnu.org>
394
395 * display.texi (Overlay Properties): Mention field. (Bug#13364)
396
5d7c18a8
EZ
3972013-01-05 Eli Zaretskii <eliz@gnu.org>
398
399 * hooks.texi (Standard Hooks): Use @item, not @itemx, as the first
400 directive in a group of items.
401
89cb305e 4022013-01-05 Chong Yidong <cyd@gnu.org>
27e4813f
CY
403
404 * keymaps.texi (Key Sequences): Remove obsolete sentence
405 (Bug#13356).
406
0f668a4d 4072013-01-04 Ari Roponen <ari.roponen@gmail.com> (tiny change)
4217dc29
AR
408
409 * hash.texi (Defining Hash): Fix typo. (Bug#13345)
410
553081a5
SM
4112013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
412
413 * files.texi (File Attributes): Undocument return format of file-acl.
414
1cbb9ed6
GM
4152013-01-03 Glenn Morris <rgm@gnu.org>
416
75e78d1e
GM
417 * processes.texi (System Processes):
418 * syntax.texi (Syntax Table Functions): Tweak some line breaks.
419
5f1a9647
GM
420 * searching.texi (Replacing Match): Fix xref.
421
1cbb9ed6
GM
422 * elisp.texi (DATE): Bump to Jan 2013.
423
9539d465 4242013-01-02 Glenn Morris <rgm@gnu.org>
9800c5b0 425
22ff2cb8
GM
426 * customize.texi (Common Keywords, Type Keywords):
427 Replace "active field" with "button". (Bug#13310)
428
9800c5b0
GM
429 * customize.texi (Common Keywords): Add xref. (Bug#13311)
430 * tips.texi (Library Headers): Add cindex.
431
d5e5e7b4 4322012-12-30 Wolfgang Jenkner <wjenkner@inode.at>
151d9088
EZ
433
434 * functions.texi (Declare Form):
435 * intro.texi (A Sample Function Description):
436 * syntax.texi (Syntax Table Internals, Syntax Table Functions):
437 * variables.texi (Using Lexical Binding): Don't use @var or CAPS
438 in @def.. commands. (Bug#13292)
439
ccad023b
EZ
4402012-12-29 Eli Zaretskii <eliz@gnu.org>
441
442 * files.texi (Changing Files): Document the return values of
443 set-file-selinux-context and set-file-acl.
444
1ab0c851
GM
4452012-12-27 Glenn Morris <rgm@gnu.org>
446
447 * files.texi (File Names): Mention Cygwin conversion functions.
448
94900bfe
MR
4492012-12-22 Martin Rudalics <rudalics@gmx.at>
450
451 * windows.texi (Selecting Windows): Reword description of
452 select-window (Bug#13248).
453
04d9b71a
EZ
4542012-12-22 Eli Zaretskii <eliz@gnu.org>
455
456 * files.texi (File Attributes, Changing Files): Remove the details
457 about the text returned by file-acl. Instead, just document that
458 it is an opaque string meant to be used by set-file-acl.
459
6e55f03e
CY
4602012-12-21 Chong Yidong <cyd@gnu.org>
461
07b9c0be
CY
462 * modes.texi (Auto Major Mode): Fix typo (Bug#13230).
463
6e55f03e
CY
464 * customize.texi (Simple Types): Document key-sequence type
465 (Bug#13048).
466
5bec25eb
CY
467 * strings.texi (Text Comparison): Doc fix for compare-strings.
468
15ccf05e
MA
4692012-12-19 Michael Albinus <michael.albinus@gmx.de>
470
471 * files.texi (Magic File Names): Add `file-acl',
472 `file-selinux-context', `set-file-acl' and
473 `set-file-selinux-context'. Make the list consistent.
474
ee3c0aec
JB
4752012-12-19 Jonas Bernoulli <jonas@bernoul.li>
476
477 * tips.texi (Library Headers): New header keyword `Homepage'.
478 Make continuation lines syntax more precise.
479
66447e07
EZ
4802012-12-17 Eli Zaretskii <eliz@gnu.org>
481
482 * files.texi (File Attributes, Changing Files): Update to include
483 MS-Windows support for ACLs.
484
7c3d167f
RF
4852012-12-16 Romain Francoise <romain@orebokech.com>
486
487 * files.texi (File Attributes): Document ACL support and new
488 `file-acl' function.
489 (Changing Files): Mention argument name change of `copy-file' and
490 document new function `set-file-acl'.
491
97976f9f
PE
4922012-12-14 Paul Eggert <eggert@cs.ucla.edu>
493
494 Fix permissions bugs with setgid directories etc. (Bug#13125)
495 * files.texi (Testing Accessibility): Document GROUP arg
496 of file-ownership-preserved-p.
497 (File Attributes): Document that 9th element is now
498 just a placeholder.
499 * os.texi (User Identification): Document new functions group-gid,
500 group-real-gid.
501
d92d9c95
PE
5022012-12-11 Paul Eggert <eggert@cs.ucla.edu>
503
504 * internals.texi (C Integer Types): New section.
505 This follows up and records an email in
506 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00496.html>.
507
265c2fbf 5082012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
f433306a 509
4a0e1924 510 * control.texi (Pattern matching case statement): New node.
f433306a 511
1cbae532
SM
512 * customize.texi (Variable Definitions): Mention the default :group
513 for defcustoms (bug#13093).
514
c6c08d3f
GM
5152012-12-09 Glenn Morris <rgm@gnu.org>
516
517 * customize.texi (Variable Definitions): Mention eval-defun
518 on a defcustom calls the :set function when appropriate.
519
4288142b
PE
5202012-12-06 Paul Eggert <eggert@cs.ucla.edu>
521
522 * doclicense.texi, gpl.texi: Update to latest version from FSF.
523 These are just minor editorial changes.
524
d8ad4d3f 5252012-12-06 Chong Yidong <cyd@gnu.org>
a20ae0b9
CY
526
527 * lists.texi (Plist Access): Move put example to Symbol Plists.
528
529 * symbols.texi (Standard Properties): Fix typo.
530
c5bc2d1d 5312012-12-03 Chong Yidong <cyd@gnu.org>
547d6865 532
f02f19bd
CY
533 * symbols.texi (Symbol Properties): New node.
534 (Symbol Plists): Make it a subsection under Symbol Properties.
535 (Standard Properties): New node.
536
537 * lists.texi (Property Lists): Move here from symbols.texi.
538 (Plist Access): Rename from Other Plists.
539
540 * customize.texi (Variable Definitions):
541 * display.texi (Defining Faces):
542 * sequences.texi (Char-Tables): Fix xref.
543
1cbae532 544 * keymaps.texi (Key Sequences): `kbd' is now a function.
547d6865 545
f02f19bd
CY
546 * commands.texi (Using Interactive): Fix index entry.
547
cb6f5650
PE
5482012-11-24 Paul Eggert <eggert@cs.ucla.edu>
549
c07a6ded
PE
550 * doclicense.texi: Update to latest version from FSF.
551 These are just minor editorial changes.
552 * elisp.texi (GNU Free Documentation License)
553 (GNU General Public Licens):
554 Provide sectioning, since doclicense.texi no longer does that.
555
cb6f5650
PE
556 * loading.texi (Named Features): @ -> @@ to fix typo.
557
d125ca15 5582012-11-24 Martin Rudalics <rudalics@gmx.at>
0d4bb04f
MR
559
560 * windows.texi (Basic Windows): Fix typo.
561 (Windows and Frames): Fix example. Move description of
562 window-in-direction here.
563 (Recombining Windows): Fix example.
1cbae532 564 (Buffers and Windows): Fix description of replace-buffer-in-windows.
0d4bb04f
MR
565 (Switching Buffers): Reword.
566 (Display Action Functions): Minor adjustments.
567 (Choosing Window Options): Minor fixes.
568 (Window History): Minor rewording.
569 (Dedicated Windows): Correct and reword part describing how
570 dedicatedness affects functions removing buffers or windows.
1cbae532 571 * buffers.texi (The Buffer List): Fix description of bury-buffer.
0d4bb04f 572
d125ca15 5732012-11-24 Chong Yidong <cyd@gnu.org>
90d99fdf
CY
574
575 * modes.texi (%-Constructs): Fix statement about mode construct
576 padding (Bug#12866).
577
d125ca15 5782012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
365fc14a
SM
579
580 * debugging.texi (Profiling): Make it more clear
581 that --enable-profiling is about profiling the C code.
582
38a2f917
GM
5832012-11-21 Glenn Morris <rgm@gnu.org>
584
3ca2f1bf
GM
585 * display.texi (Attribute Functions):
586 Update for set-face-* name changes.
1bf335cf
GM
587 Add new "inherit" argument for face-bold-p etc.
588 Move description of this argument to a common section, like "frame".
3ca2f1bf 589
6ef2e5ef 590 * debugging.texi (Profiling): New section.
b6729a18 591 (Debugging): Mention profiling in the introduction.
5b776637
GM
592 * tips.texi (Compilation Tips): Move profiling to separate section.
593 * elisp.texi: Add Profiling to detailed menu.
594
6ef2e5ef 5952012-11-21 Martin Rudalics <rudalics@gmx.at>
66c466d4
MR
596
597 * windows.texi (Display Action Functions): Fix recently added
598 example. Suggested by Michael Heerdegen.
599
6ef2e5ef 6002012-11-21 Paul Eggert <eggert@cs.ucla.edu>
0c93aa38
PE
601
602 Minor cleanup for times as lists of four integers.
603 * os.texi (Time Parsing): Time values can now be four integers.
604
7351b73d
GM
6052012-11-18 Glenn Morris <rgm@gnu.org>
606
607 * loading.texi (How Programs Do Loading): Add eager macro expansion.
608 * macros.texi (Expansion): Mention eager macro expansion.
609
a045a167
GM
610 * minibuf.texi (Basic Completion): Mention misc completion-table funcs.
611
2ac9538d 6122012-11-18 Leo Liu <sdl.web@gmail.com>
74ca4d39
LL
613
614 * minibuf.texi (Programmed Completion): Doc fix for metadata
615 request (Bug#12850).
616
2ac9538d 6172012-11-18 Glenn Morris <rgm@gnu.org>
6439ae19 618
7fe37cfc
GM
619 * display.texi (Temporary Displays): Document with-temp-buffer-window.
620
6439ae19
GM
621 * frames.texi (Size and Position): Add fit-frame-to-buffer command.
622 * windows.texi (Resizing Windows): Add fit-frame-to-buffer option.
623 (Window Sizes): Add vindex for window-min-height, window-min-width.
2279276c 624 (Display Action Functions): Mention pop-up-frame-parameters.
6439ae19 625
0ff7851c
MR
6262012-11-16 Martin Rudalics <rudalics@gmx.at>
627
628 * windows.texi (Choosing Window): Rewrite description of
629 display-buffer-alist (Bug#12167).
1cbae532
SM
630 (Display Action Functions): Mention inhibit-switch-frame.
631 Fix description of display-buffer-below-selected. Reorder actions.
0ff7851c
MR
632 Add example (Bug#12848).
633
96e05507 6342012-11-16 Glenn Morris <rgm@gnu.org>
c79c7f2f
GM
635
636 * display.texi (Face Attributes): Fix :underline COLOR description.
bde3c6c0
GM
637 (Attribute Functions): Update for set-face-underline rename.
638 Tweak descriptions of face-underline-p, face-inverse-video-p.
c79c7f2f 639
e4e9830b
GM
640 * keymaps.texi (Searching Keymaps, Tool Bar): Untabify examples,
641 so they align better in info.
921c067f
GM
642 (Active Keymaps, Searching Keymaps, Controlling Active Maps):
643 Document set-temporary-overlay-map.
e4e9830b 644
c8915b67
SM
6452012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
646
647 * keymaps.texi (Translation Keymaps): Add a subsection "Interaction
648 with normal keymaps".
649
74934dcc
DA
6502012-11-15 Dmitry Antipov <dmantipov@yandex.ru>
651
652 * internals.texi (Garbage Collection): Update descriptions
653 of vectorlike_header, garbage-collect and gc-cons-threshold.
654 (Object Internals): Explain Lisp_Object layout and the basics
655 of an internal type system.
656 (Buffer Internals): Update description of struct buffer.
657
f78ee6af 6582012-11-13 Glenn Morris <rgm@gnu.org>
a13e12f9
GM
659
660 * variables.texi (Adding Generalized Variables):
661 At least mention gv-define-expander and gv-letplace.
662
164f28b5 663 * debugging.texi (Error Debugging): Mention debug-on-message.
57fc0fee 664 (Using Debugger): Mention debugger-bury-or-kill.
164f28b5 665
38868ad7
GM
666 * control.texi (Signaling Errors):
667 * debugging.texi (Error Debugging):
668 * errors.texi (Standard Errors): Add user-error.
669
6efddf78
GM
670 * variables.texi (Adding Generalized Variables):
671 Use standard formatting for common lisp note about setf functions.
672
6baf66d5 6732012-11-10 Martin Rudalics <rudalics@gmx.at>
fdaf534a
MR
674
675 * elisp.texi (Top): Add Recombining Windows to menu.
676 * windows.texi (Recombining Windows): New subsection.
677 (Splitting Windows): Rewrite text on handling of window
678 combinations and move it to new subsection.
679
6baf66d5 6802012-11-10 Chong Yidong <cyd@gnu.org>
7c08f8ba 681
8a3afaf9
CY
682 * searching.texi (Replacing Match): Document \? in replace-match.
683
7c08f8ba
CY
684 * variables.texi (Creating Buffer-Local): Document setq-local and
685 defvar-local.
686 (Setting Generalized Variables): Arrange table alphabetically.
687
688 * lists.texi (List Elements, List Variables): Clarify descriptions
689 of push and pop for generalized variables.
690
691 * edebug.texi (Specification List): setf is no longer CL-only.
692
6baf66d5 6932012-11-10 Glenn Morris <rgm@gnu.org>
2ee1d59f
GM
694
695 * variables.texi (Adding Generalized Variables):
696 Update description of FIX-RETURN expansion.
697
ebdbfb95
GM
698 * variables.texi (Setting Generalized Variables):
699 Split most of previous contents into this subsection.
700 (Adding Generalized Variables): New subsection.
651af8c6
GM
701 Move note on lack of setf functions here from misc/cl.texi.
702
ebdbfb95
GM
703 * elisp.texi: Add Generalized Variables subsections to detailed menu.
704
6baf66d5 7052012-11-10 Chong Yidong <cyd@gnu.org>
a9a3835c
CY
706
707 * frames.texi (Initial Parameters): Doc fix (Bug#12144).
708
a43d02f0
MA
7092012-11-08 Michael Albinus <michael.albinus@gmx.de>
710
711 * os.texi (Notifications): Update descriptions of
712 notifications-notify, notifications-close-notification and
713 notifications-get-capabilities according to latest code changes.
714 Add notifications-get-server-information.
715
2395ab64
CY
7162012-11-03 Chong Yidong <cyd@gnu.org>
717
718 * objects.texi (General Escape Syntax): Clarify the explanation of
719 escape sequences.
720 (Non-ASCII in Strings): Clarify when a string is unibyte vs
721 multibyte. Hex escapes do not automatically make a string
722 multibyte.
723
43bcfda6
MR
7242012-11-03 Martin Rudalics <rudalics@gmx.at>
725
726 * windows.texi (Switching Buffers): Document option
727 switch-to-buffer-preserve-window-point.
728 (Display Action Functions): Document window-height and
729 window-width alist entries.
1cbae532
SM
730 (Display Action Functions):
731 Document display-buffer-below-selected and
43bcfda6 732 display-buffer-in-previous-window.
1cbae532
SM
733 (Quitting Windows): Document quit-restore-window.
734 Rewrite section.
43bcfda6
MR
735 (Window Configurations): In window-state-get mention that
736 argument window must be valid.
737 (Window Parameters): Document quit-restore window parameter
738 (Bug#12158).
739
89b2c8a1
GM
7402012-10-31 Glenn Morris <rgm@gnu.org>
741
88390adf
GM
742 * control.texi (Catch and Throw): Add xref to cl.texi.
743
aec5e6f9
GM
744 * lists.texi (Sets And Lists): Point xref to better location.
745
0d8e94e9
GM
746 * errors.texi (Standard Errors):
747 * loading.texi (Autoload): Update for cl-lib namespace changes.
748
5241598a
GM
749 * modes.texi (Defining Minor Modes): "Generalized Variables"
750 section is now in this manual rather than cl.texi.
751
89b2c8a1
GM
752 * eval.texi (Special Forms): No longer special forms: defmacro,
753 defun, save-window-excursion, with-output-to-temp-buffer.
754 * functions.texi (Defining Functions): Defun is now a macro.
755 Defalias is a function.
756
516e1a08
GM
7572012-10-30 Glenn Morris <rgm@gnu.org>
758
759 * variables.texi (Generalized Variables): Fix typo.
760
e29e39c9
CY
7612012-10-30 Chong Yidong <cyd@gnu.org>
762
763 * symbols.texi (Symbol Plists): Document function-get.
764
765 * loading.texi (Autoload): Document autoloadp, autoload-do-load.
766
767 * frames.texi (Visibility of Frames): Document tty-top-frame.
768
70edffb1
SM
7692012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
770
771 * keymaps.texi (Format of Keymaps): Document the multiple
772 inheritance format.
773
3a51f0eb
MR
7742012-10-28 Martin Rudalics <rudalics@gmx.at>
775
776 * windows.texi (Basic Windows): Reformulate description of live,
777 internal and valid windows.
778 (Cyclic Window Ordering): Describe new argument of
779 get-lru-window and get-largest-window. Add description of
780 window-in-direction.
781
5b6887ad
GM
7822012-10-27 Glenn Morris <rgm@gnu.org>
783
5887564d
GM
784 * variables.texi (Generalized Variables): New section,
785 adapted from misc/cl.texi.
786 * elisp.texi (Top): Add Generalized Variables to menu.
787 * lists.texi (List Elements, List Variables):
788 Mention generalized variables.
789
5b6887ad
GM
790 * lists.texi (List Elements): Typo fix.
791
05b621a6
CY
7922012-10-27 Chong Yidong <cyd@gnu.org>
793
794 * minibuf.texi (High-Level Completion): Don't mention removed
795 function iswitchb-read-buffer.
796
797 * commands.texi (Event Input Misc): Remove last-input-char.
798 (Command Loop Info): Remove last-command-char.
799
800 * frames.texi (Initial Parameters): Don't mention the obsolete
801 special-display feature.
802
803 * windows.texi (Choosing Window): Don't mention the obsolete
804 special display feature.
805 (Choosing Window Options): Remove obsolete special-display
806 variables, and the functions special-display-p and
807 special-display-popup-frame.
808
809 * display.texi (Fringe Bitmaps): Add exclamation-mark bitmap.
810
811 * hooks.texi (Standard Hooks): Remove obsolete hooks.
812
813 * markers.texi (Information from Markers): Remove obsolete
814 function buffer-has-markers-at.
815
816 * text.texi (Yanking): Document yank-handled-properties.
817
72ec96fb
PE
8182012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
819
820 Update manual for new time stamp format (Bug#12706).
821 * buffers.texi (Modification Time):
822 * files.texi (Testing Accessibility, File Attributes):
823 * intro.texi (Version Info):
824 * os.texi (Time of Day):
825 Update for new time stamp format (HIGH LOW MICROSEC PICOSEC).
826 These instances were missed the first time around.
827 Problem reported by Glenn Morris in <http://bugs.gnu.org/12706#25>.
828
75e8f9d2
CY
8292012-10-24 Chong Yidong <cyd@gnu.org>
830
cd996018
CY
831 * minibuf.texi (Text from Minibuffer): Document read-regexp
832 changes.
833
1cbae532
SM
834 * nonascii.texi (Selecting a Representation):
835 Document set-buffer-multibyte changes.
cd996018 836
75e8f9d2
CY
837 * keymaps.texi (Toolkit Differences): Node deleted.
838 (Easy Menu): New node.
839
d1069532
SM
8402012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
841
842 * hooks.texi (Standard Hooks): Clarify that -hooks is deprecated.
843
c4132fd4
PE
8442012-10-23 Paul Eggert <eggert@cs.ucla.edu>
845
846 Fix outdated timestamp documentation in Elisp manual (bug#12706).
847 * files.texi (File Attributes):
848 * text.texi (Undo):
849 Time stamp resolution is now 1 picosecond, not 1 second.
850
1fb3aa3f
CY
8512012-10-23 Chong Yidong <cyd@gnu.org>
852
49238e7f
CY
853 * display.texi (Font Lookup): Remove font-list-limit.
854
1fb3aa3f
CY
855 * keymaps.texi (Key Sequences): Avoid referring to Edit Macro mode
856 (Bug#12529).
857
5fb904b0
GM
8582012-10-22 Glenn Morris <rgm@gnu.org>
859
f961c7d8
GM
860 * os.texi (Recording Input): Tiny fix.
861
4ee87740
GM
862 * intro.texi (Lisp History):
863 * lists.texi (Sets And Lists): Refer to cl-lib rather than cl.
5fb904b0
GM
864 * tips.texi (Coding Conventions): Recommend cl-lib over cl.
865
d18a0d24
CY
8662012-10-15 Chong Yidong <cyd@gnu.org>
867
868 * macros.texi (Defining Macros): defmacro is now a macro.
869 Explicitly list the docstring and declare arguments.
870
871 * functions.texi (Anonymous Functions): Explicitly list the
872 docstring, declare, and interactive arguments to lambda.
873 (Defining Functions): Likewise for defun.
874 (Inline Functions): Likewise for defsubst.
875 (Declare Form): Tweak description.
876
73f2b4ab
CY
8772012-10-13 Chong Yidong <cyd@gnu.org>
878
879 * display.texi (ImageMagick Images): ImageMagick enabled by default.
880
379acb95
CY
8812012-10-05 Chong Yidong <cyd@gnu.org>
882
883 * minibuf.texi (Basic Completion): Clarify list form of completion
884 table (Bug#12564).
885
e8757f09 8862012-10-05 Bruno Félix Rezende Ribeiro <oitofelix@gmail.com> (tiny change)
26026637
BFRR
887
888 * functions.texi (Function Safety): Copyedit. (Bug#12562)
889
86ec63ba
PE
8902012-10-01 Paul Eggert <eggert@cs.ucla.edu>
891
892 Revert the FOLLOW-SYMLINKS change for file-attributes.
893 * files.texi (File Attributes, Magic File Names): Undo last change.
894
e7a2937b
PE
8952012-09-30 Paul Eggert <eggert@cs.ucla.edu>
896
897 file-attributes has a new optional arg FOLLOW-SYMLINKS.
898 * files.texi (File Attributes): Describe it.
899 (Magic File Names): Use it.
900
48de8b12
CY
9012012-09-30 Chong Yidong <cyd@gnu.org>
902
903 * commands.texi (Click Events): Define "mouse position list".
904 Remove mention of unimplemented horizontal scroll bars.
905 (Drag Events, Motion Events): Refer to "mouse position list".
906 (Accessing Mouse): Document posnp.
907
908 * errors.texi (Standard Errors): Tweak arith-error description.
909 Tweak markup. Remove domain-error and friends, which seem to be
910 unused after the floating-point code revamp.
911
912 * functions.texi (Obsolete Functions): Obsolescence also affects
913 documentation commands. Various clarifications.
914 (Declare Form): New node.
915
916 * strings.texi (String Basics): Copyedits.
917
918 * os.texi (Idle Timers): Minor clarifications.
919 (User Identification): Add system-users and system-groups.
920
921 * macros.texi (Defining Macros): Move description of `declare' to
922 Declare Form node.
923
924 * loading.texi (Autoload):
925 * help.texi (Documentation Basics): The special sequences can
926 trigger autoloading.
927
928 * numbers.texi (Integer Basics): Copyedits.
929 (Float Basics): Consider IEEE floating point always available.
930 (Random Numbers): Document actual limits.
931 (Arithmetic Operations): Clarify division by zero. Don't mention
932 the machine-independence of negative division since it does not
933 happen in practice.
934
9352012-09-28 Chong Yidong <cyd@gnu.org>
936
937 * os.texi (Startup Summary): Document leim-list.el change.
938
9392012-09-25 Chong Yidong <cyd@gnu.org>
940
941 * functions.texi (Defining Functions): defun is now a macro.
942
e61d39cd 9432012-09-28 Leo Liu <sdl.web@gmail.com>
03922966
LL
944
945 * files.texi (Files): Fix typo.
946
e109c4a6
CY
9472012-09-23 Chong Yidong <cyd@gnu.org>
948
949 * buffers.texi (Read Only Buffers): Document read-only-mode.
950
951 * keymaps.texi (Alias Menu Items): Replace toggle-read-only with
952 read-only-mode.
953
954 * backups.texi (Auto-Saving): Refer to Minor Mode Conventions for
955 calling conventions.
956
c88b867f
CY
9572012-09-22 Chong Yidong <cyd@gnu.org>
958
959 * searching.texi (Replacing Match): Minor clarification.
960
df9685f3
EZ
9612012-09-22 Eli Zaretskii <eliz@gnu.org>
962
287d7455
EZ
963 * edebug.texi (Instrumenting): Improve indexing.
964
df9685f3
EZ
965 * os.texi (Idle Timers): Warn against reinvoking an idle timer
966 from within its own timer action. (Bug#12447)
967
47133380
CY
9682012-09-22 Chong Yidong <cyd@gnu.org>
969
970 * frames.texi (Pop-Up Menus): Minor clarification (Bug#11148).
971
ab199df2 9722012-09-21 Glenn Morris <rgm@gnu.org>
1bfe3177
GM
973
974 * debugging.texi (Using Debugger): Fix typo.
975
ed1f0bd3
CY
9762012-09-18 Chong Yidong <cyd@gnu.org>
977
978 * display.texi (Faces): Discuss anonymous faces.
979 (Face Attributes): Tweak intro.
980 (Defining Faces): Move after the Face Attributes node. Copyedits.
981 (Displaying Faces): Describe role of inheritance.
982
983 * customize.texi (Customization): Define customization more
984 carefully (Bug#11440).
985 (Common Keywords): Add xref to Constant Variables.
986
987 * variables.texi (Defining Variables): Link to defcustom's node
988 instead of the higher-level Customization chapter.
989
c990426a
PE
9902012-09-11 Paul Eggert <eggert@cs.ucla.edu>
991
992 Simplify, document, and port floating-point (Bug#12381).
993 * numbers.texi (Float Basics, Arithmetic Operations, Math Functions):
994 Document that / and mod (with floating point arguments), along
995 with asin, acos, log, log10, expt and sqrt, return special values
996 instead of signaling exceptions.
997 (Float Basics): Document that logb operates on the absolute value
998 of its argument.
999 (Math Functions): Document that (log ARG BASE) also returns NaN if
1000 BASE is negative. Document that (expt X Y) returns NaN if X is a
1001 finite negative number and Y a finite non-integer.
1002
011474aa
CY
10032012-09-09 Chong Yidong <cyd@gnu.org>
1004
bb6b0efc
CY
1005 * lists.texi (Sets And Lists): Explain that the return value for
1006 delete should be used, like for delq.
1007
011474aa
CY
1008 * minibuf.texi (Yes-or-No Queries): Document recentering and
1009 scrolling in y-or-n-p. Remove gratuitous example.
1010
1011 * searching.texi (Search and Replace): Document window scrolling
1012 entries in query-replace-map.
1013
6dcef6ec
CY
10142012-09-08 Chong Yidong <cyd@gnu.org>
1015
1016 * syntax.texi (Syntax Table Internals): Define "raw syntax
1017 descriptor" terminology (Bug#12383).
1018 (Syntax Descriptors): Mention raw syntax descriptors.
1019
52404181
CY
10202012-09-07 Chong Yidong <cyd@gnu.org>
1021
1a5432bc
CY
1022 * variables.texi (Creating Buffer-Local): Fix description of
1023 local-variable-if-set-p (Bug#10713).
1024
0a6bdaa1
CY
1025 * eval.texi (Intro Eval): Add index entry for sexp (Bug#12233).
1026
14ba4cf3
CY
1027 * windows.texi (Display Action Functions)
1028 (Choosing Window Options): Remove obsolete variable
1029 display-buffer-reuse-frames.
cee2e90d 1030 (Switching Buffers): Minor doc tweak for switch-to-buffer.
14ba4cf3 1031
e5c2edf7
CY
1032 * positions.texi (Narrowing): Document buffer-narrowed-p.
1033
52404181
CY
1034 * markers.texi (Moving Markers): Add xref to Point (Bug#7151).
1035
1036 * syntax.texi (Low-Level Parsing): Add xref to Parser State
1037 (Bug#12269).
1038
7f7e0167
LI
10392012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
1040
1041 * debugging.texi (Explicit Debug): Document `debug-on-message'.
1042
6a787d9a
CY
10432012-09-02 Chong Yidong <cyd@gnu.org>
1044
1045 * windows.texi (Window Configurations): Recommend against using
1046 save-window-excursion (Bug#12075).
1047
1048 * control.texi (Catch and Throw):
1049 * positions.texi (Excursions): Don't mention it.
1050
0e23ef9d
PE
10512012-09-01 Paul Eggert <eggert@cs.ucla.edu>
1052
1053 Better seed support for (random).
1054 * numbers.texi (Random Numbers): Document new behavior of
1055 the calls (random) and (random STRING).
1056
342dac71
MR
10572012-08-21 Martin Rudalics <rudalics@gmx.at>
1058
1059 * windows.texi (Window Point): Document recent changes in
1060 window-point and set-window-point.
1061 (Selecting Windows): Document recent change in select-window.
1062
a08eadfe
EZ
10632012-08-06 Eli Zaretskii <eliz@gnu.org>
1064
1065 * functions.texi (Closures): Put the main index entry for
1066 "closures" here. (Bug#12138)
1067
1068 * variables.texi (Lexical Binding): Disambiguate the index entry
1069 for "closures".
1070
35b6586e
CY
10712012-08-05 Chong Yidong <cyd@gnu.org>
1072
1073 * display.texi (Defining Faces): Move documentation of
1074 frame-background-mode to the Emacs manual (Bug#7774).
1075
02676e5d
CY
10762012-08-04 Chong Yidong <cyd@gnu.org>
1077
1078 * syntax.texi (Syntax Basics): Rearrange the text for clarity.
1079 Fix description of syntax table inheritance.
1080 (Syntax Table Functions): Don't refer to internal contents of
1081 syntax table, since that is not explained yet. Copyedits.
1082 (Standard Syntax Tables): Node deleted.
1083 (Syntax Table Internals): Misc clarifications. Improve table
1084 formatting.
1085
1086 * keymaps.texi (Inheritance and Keymaps):
1087 * text.texi (Sticky Properties): Tweak index entry.
1088
73e0cbc0
EZ
10892012-07-28 Eli Zaretskii <eliz@gnu.org>
1090
1091 * nonascii.texi (Character Sets): Fix a typo. (Bug#12062)
1092
09ae5da1
PE
10932012-07-25 Paul Eggert <eggert@cs.ucla.edu>
1094
1095 Prefer typical American spelling for "acknowledgment".
1096 * intro.texi (Acknowledgments): Rename from Acknowledgements.
1097
1ada2e55
EZ
10982012-07-21 Eli Zaretskii <eliz@gnu.org>
1099
1100 * commands.texi (Special Events): Mention language-change event.
1101 (Input Events, Interactive Codes):
1102 * keymaps.texi (Key Sequences): Mention events that are
1103 non-keyboard but also non-mouse events.
1104
9ea10cc3
CY
11052012-07-17 Chong Yidong <cyd@gnu.org>
1106
1107 * text.texi (Insertion): Document insert-char changes.
1108
2e2d2a13
LL
11092012-07-15 Leo Liu <sdl.web@gmail.com>
1110
1111 * display.texi (Fringe Bitmaps): Add exclamation-mark.
1112
b68b3337
CY
11132012-07-13 Chong Yidong <cyd@gnu.org>
1114
1115 * buffers.texi (Read Only Buffers): Document toggle-read-only
1116 changes. Reword to account for the fact that read-only is
1117 currently not supported in overlay properties.
1118
ab4c47d3
CY
11192012-07-07 Chong Yidong <cyd@gnu.org>
1120
1121 * loading.texi (Library Search): Index site-lisp directories.
1122
d4913798
CY
11232012-07-06 Chong Yidong <cyd@gnu.org>
1124
1125 * intro.texi (A Sample Function Description): Fix incorrect
1126 markup, undoing previous change.
1127 (A Sample Variable Description): Minor clarifications and markup
1128 improvements.
1129
1130 * elisp.texi (Top):
1131 * text.texi (Text): Fix menu order.
1132
251736f4
RS
11332012-07-06 Richard Stallman <rms@gnu.org>
1134
1135 * intro.texi (Evaluation Notation, A Sample Function Description):
8c6c57ea 1136 (A Sample Variable Description): Improve/undo previous changes.
251736f4 1137
e8d71283
GM
11382012-07-05 Glenn Morris <rgm@gnu.org>
1139
1140 * intro.texi (A Sample Function Description): Fix cross-refs.
1141
47187200
MW
11422012-07-05 Michael Witten <mfwitten@gmail.com> (tiny change)
1143
1144 * intro.texi (Evaluation Notation, A Sample Function Description)
1145 (A Sample Variable Description, Version Info): Copy edits (bug#11862).
1146
a2eb421b
CY
11472012-06-27 Chong Yidong <cyd@gnu.org>
1148
1149 * processes.texi (Asynchronous Processes, Input to Processes):
1150 * internals.texi (Process Internals): Don't capitalize "pty".
1151
6d41a41d
TTN
11522012-06-24 Thien-Thi Nguyen <ttn@gnuvola.org>
1153
1154 * processes.texi (Asynchronous Processes): Make the pty vs pipe
1155 discussion more prominent.
1156
0bd8297f
EZ
11572012-06-23 Eli Zaretskii <eliz@gnu.org>
1158
1159 * commands.texi (Misc Events): Document the language-change event.
1160
d35af63c
PE
11612012-06-22 Paul Eggert <eggert@cs.ucla.edu>
1162
1163 Support higher-resolution time stamps (Bug#9000).
1164 * os.texi (Time of Day, Time Parsing, Processor Run Time, Idle Timers):
1165 * processes.texi (System Processes):
1166 Time stamp resolution is now picosecond, not microsecond.
1167
ac1a0ce1 11682012-06-21 Glenn Morris <rgm@gnu.org>
2fecccba
GM
1169
1170 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
1171
1053a871
SM
11722012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
1173
1174 * functions.texi (Defining Functions):
1175 * macros.texi (Defining Macros): Un-define the return value of `defun',
1176 `defmacro' and `defalias'.
1177
41b7f8bc
CY
11782012-06-17 Chong Yidong <cyd@gnu.org>
1179
1180 * elisp.texi: Remove urlcolor setting.
1181
82a25657
GM
11822012-06-17 Glenn Morris <rgm@gnu.org>
1183
1184 * display.texi (Face Attributes): Copyedits. Add a few cindex entries.
1185 Overlining no longer behaves exactly like underlining.
1186
a04689de 11872012-06-16 Aurélien Aptel <aurelien.aptel@gmail.com>
8da9479c
GM
1188
1189 * display.texi (Face Attributes):
1190 Document wave-style underline face attribute.
1191
1b9b4cf4
CY
11922012-06-11 Chong Yidong <cyd@gnu.org>
1193
1194 * display.texi (ImageMagick Images): ImageMagick now supports the
1195 :background property.
1196
dbab98c7
DA
11972012-06-10 Dmitry Antipov <dmantipov@yandex.ru>
1198
1199 * internals.texi (Garbage Collection): Typo fix.
1200
6175e34b
CY
12012012-06-09 Chong Yidong <cyd@gnu.org>
1202
1203 * text.texi (Special Properties): Clarify the meaning of a list of
1204 faces in the `face' property.
1205
1206 * display.texi (Face Remapping): Minor clarification.
1207
4b56d0fe
CY
12082012-06-08 Chong Yidong <cyd@gnu.org>
1209
1210 * display.texi (Face Attributes): Font family does not accept
1211 wildcards. De-document obsolete :bold and :italic attributes.
1212 (Defining Faces): Use new-style face spec format.
1213
f3372c87
DA
12142012-06-08 Dmitry Antipov <dmantipov@yandex.ru>
1215
8d7c7eed 1216 * internals.texi (Garbage Collection): Document new
f3372c87
DA
1217 vector management code and vectorlike_header structure.
1218
5f2c76c6
CY
12192012-06-03 Chong Yidong <cyd@gnu.org>
1220
1221 * modes.texi (Mode Line Data): Use "mode line construct"
1222 terminology for consistency.
1223
ecc6530d
GM
12242012-05-27 Glenn Morris <rgm@gnu.org>
1225
1226 * abbrevs.texi, advice.texi, anti.texi, backups.texi:
1227 * buffers.texi, commands.texi, compile.texi, control.texi:
1228 * customize.texi, debugging.texi, display.texi, doclicense.texi:
1229 * edebug.texi, elisp.texi, errors.texi, eval.texi, files.texi:
1230 * frames.texi, functions.texi, gpl.texi, hash.texi, help.texi:
1231 * hooks.texi, index.texi, internals.texi, intro.texi, keymaps.texi:
1232 * lists.texi, loading.texi, macros.texi, maps.texi, markers.texi:
1233 * minibuf.texi, modes.texi, nonascii.texi, numbers.texi:
1234 * objects.texi, os.texi, package.texi, positions.texi:
1235 * processes.texi, searching.texi, sequences.texi, streams.texi:
1236 * strings.texi, symbols.texi, syntax.texi, text.texi, tips.texi:
1237 * variables.texi, windows.texi: Nuke hand-written node pointers.
1238
33017faf 12392012-05-27 Chong Yidong <cyd@gnu.org>
27d1f87a 1240
33017faf
GM
1241 * functions.texi (Obsolete Functions):
1242 Fix doc for set-advertised-calling-convention.
27d1f87a
CY
1243
1244 * modes.texi (Mode Help): Fix describe-mode.
1245
1246 * display.texi (Face Functions): Fix define-obsolete-face-alias.
1247
1248 * variables.texi (Variable Aliases): Fix make-obsolete-variable.
1249
33017faf 12502012-05-27 Martin Rudalics <rudalics@gmx.at>
0b128ac4 1251
33017faf 1252 * commands.texi (Recursive Editing): recursive-edit is a command.
0b128ac4
MR
1253
1254 * compile.texi (Docs and Compilation):
1255 byte-compile-dynamic-docstrings is an option.
1256
1257 * debugging.texi (Invoking the Debugger): debug is a command.
1258
1259 * display.texi (Progress): progress-reporter-update and
1260 progress-reporter-force-update have VALUE argument optional.
1261 (Animated Images): Use non-@code{nil} instead of non-nil.
1262
33017faf
GM
1263 * files.texi (Format Conversion Round-Trip):
1264 Use non-@code{nil} instead of non-nil.
0b128ac4
MR
1265
1266 * frames.texi (Creating Frames): make-frame is a command.
1267 (Input Focus): select-frame is a command.
1268 (Pointer Shape): void-text-area-pointer is an option.
1269
33017faf 1270 * help.texi (Describing Characters): read-kbd-macro is a command.
0b128ac4
MR
1271 (Help Functions): describe-prefix-bindings is a command.
1272
1273 * markers.texi (Creating Markers): Both arguments of copy-marker
1274 are optional.
1275
1276 * minibuf.texi (Reading File Names): Use @kbd instead of @code.
1277
1278 * modes.texi (Mode Line Variables): mode-line-remote and
1279 mode-line-client are not options.
1280 (Imenu): imenu-add-to-menubar is a command.
33017faf 1281 (SMIE Indentation Helpers): Use non-@code{nil} instead of non-nil.
0b128ac4
MR
1282
1283 * os.texi (Sound Output): play-sound-file is a command.
1284
33017faf 1285 * package.texi (Package Archives): Use @key{RET} instead of @kbd{RET}.
0b128ac4 1286
33017faf
GM
1287 * processes.texi (Signals to Processes):
1288 Use @key{RET} instead of @code{RET}.
0b128ac4
MR
1289 (Signals to Processes): signal-process is a command.
1290
33017faf 1291 * text.texi (Clickable Text): Use @key{RET} instead of @kbd{RET}.
0b128ac4
MR
1292 (Base 64): base64-encode-string is not a command while
1293 base64-decode-region is.
1294
1295 * windows.texi (Switching Buffers): pop-to-buffer is a command.
1296
3fe7cdc8
GM
12972012-05-12 Glenn Morris <rgm@gnu.org>
1298
1299 * Makefile.in (MKDIR_P): New, set by configure.
1300 (mkinfodir): Use $MKDIR_P.
1301
dc0f75c8
GM
13022012-05-10 Glenn Morris <rgm@gnu.org>
1303
b8a82b69
GM
1304 * loading.texi (Loading Non-ASCII): Replace the obsolete "unibyte: t"
1305 with "coding: raw-text".
51b1e059 1306 Concept of multibyte sessions no longer exists.
b8a82b69 1307
dc0f75c8
GM
1308 * files.texi (File Locks): Mention create-lockfiles option.
1309
666b903b 13102012-05-09 Glenn Morris <rgm@gnu.org>
143d9dd8 1311
5b6eebcf
GM
1312 * vol1.texi, vol2.texi: Remove files.
1313 * elisp.texi: Add VOL1,2 conditionals equivalent to vol1,2.texi
1314 * two-volume.make: Use elisp.texi as input rather than vol1,2.texi.
1315
0a454caf 1316 * Makefile.in (clean, mostlyclean): Add some more vol1/2 items.
e6afe47b 1317
143d9dd8
GM
1318 * two-volume.make (emacsdir): New.
1319 (tex): Add directory with emacsver.texi to TEXINPUTS.
1320
e68b393e
GM
1321 * minibuf.texi (Minibuffer History, Basic Completion):
1322 Tweak page breaks.
1323
9658dc2a
GM
1324 * internals.texi (Garbage Collection, Memory Usage)
1325 (Writing Emacs Primitives): Tweak page breaks.
1326
161c2a25
GM
1327 * streams.texi (Output Variables): Improve page break.
1328
1329 * edebug.texi (Edebug Display Update): Improve page break.
1330
51d58083
GM
1331 * compile.texi (Disassembly): Condense the examples.
1332
ddff3351
GM
1333 * eval.texi, functions.texi, loading.texi, macros.texi:
1334 Where possible, use example rather than smallexample.
1335
1336 * symbols.texi: Where possible, use example rather than smallexample.
1337 (Symbol Components): Fix typo.
1338 (Other Plists): Tweak page break.
1339
1340 * sequences.texi (Arrays): Tweak page breaks.
1341
1342 * customize.texi: Where possible, use example rather than smallexample.
1343 (Common Keywords, Variable Definitions, Applying Customizations)
1344 (Custom Themes): Tweak page breaks.
1345
1346 * control.texi: Where possible, use example rather than smallexample.
1347 (Sequencing, Conditionals, Signaling Errors, Handling Errors):
1348 Tweak page breaks.
1349
ca4b98fa
GM
13502012-05-08 Glenn Morris <rgm@gnu.org>
1351
5122804a
GM
1352 * two.el: Remove; unused since creation of two-volume.make.
1353
ca4b98fa
GM
1354 * vol1.texi, vol2.texi: No need to keep menus in these files.
1355
eceeb5fc
CY
13562012-05-05 Glenn Morris <rgm@gnu.org>
1357
1358 * objects.texi (Process Type, Overlay Type): Tweak page-breaks.
1359
1360 * intro.texi (Caveats): Copyedit.
1361 (Lisp History): Convert inforef to xref.
1362 (Lisp History, Printing Notation, Version Info): Improve page-breaks.
1363
1364 * text.texi (Auto Filling): Don't mention Emacs 19.
1365
1366 * commands.texi (Event Input Misc): Don't mention unread-command-char.
1367 * numbers.texi (Predicates on Numbers): Don't mention Emacs 18.
1368
1369 * elisp.texi (DATE): Forgot to change the month in 2012-04-21 change.
1370
eceeb5fc
CY
1371 * lists.texi (List-related Predicates, List Variables):
1372 Tweak page-breaks.
1373 (Sets And Lists): Convert inforef to xref.
1374
8045b906
GM
13752012-05-04 Glenn Morris <rgm@gnu.org>
1376
1377 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
1378 (info, infoclean): Use $INFO_EXT.
1379 ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
1380 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
1381 (info, maintainer-clean): Use $INFO_EXT.
1382 ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
1383
78f3273a
CY
13842012-05-04 Chong Yidong <cyd@gnu.org>
1385
1386 * os.texi (Timers): Use defopt for timer-max-repeats.
1387
ab0fa4e4
PE
13882012-05-03 Paul Eggert <eggert@cs.ucla.edu>
1389
1390 * os.texi (Time of Day): Do not limit current-time-string
1391 to years 1000..9999.
1392
2bc356d7
CY
13932012-05-02 Chong Yidong <cyd@gnu.org>
1394
1395 * display.texi (Font Lookup):
1396 * frames.texi (Pointer Shape):
1397 * processes.texi (Subprocess Creation): Use defopt for options.
1398
90207a15 13992012-05-02 Glenn Morris <rgm@gnu.org>
bbba8869
GM
1400
1401 * elisp.texi (@copying):
1402 * intro.texi (Introduction): Only print VERSION in the TeX version.
1403
90207a15 14042012-05-02 Chong Yidong <cyd@gnu.org>
5a5fd9f3
CY
1405
1406 * text.texi (Change Hooks): Minor fix for after-change-functions.
1407
90207a15 14082012-05-02 Glenn Morris <rgm@gnu.org>
7eac3782
GM
1409
1410 * package.texi (Packaging Basics):
1411 * loading.texi (Autoload):
1412 * files.texi (Magic File Names):
1413 Reword to remove/reduce some overly long/short lines.
1414
a8e7d6d7 14152012-04-27 Glenn Morris <rgm@gnu.org>
cf988578
GM
1416
1417 * elisp.texi, vol1.texi, vol2.texi: Some fixes for detailed menu.
1418 * modes.texi (Major Modes, Auto-Indentation):
1419 * buffers.texi (Buffers): Some fixes for menu descriptions.
1420
a8e7d6d7 14212012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
88ed9e87
SM
1422 * functions.texi (Simple Lambda, Argument List):
1423 * eval.texi (Function Indirection): Avoid deprecated form.
1424
a8e7d6d7 14252012-04-27 Glenn Morris <rgm@gnu.org>
16152b76 1426
1a72be46
GM
1427 * book-spine.texi, elisp.texi, vol1.texi, vol2.texi:
1428 Add "et al." to authors.
1429
16152b76
GM
1430 * buffers.texi, commands.texi, compile.texi, control.texi:
1431 * customize.texi, display.texi, eval.texi, files.texi, frames.texi:
1432 * hash.texi, help.texi, intro.texi, keymaps.texi, lists.texi:
1433 * modes.texi, numbers.texi, objects.texi, streams.texi:
1434 * symbols.texi, syntax.texi, text.texi, tips.texi, variables.texi:
1435 Use Texinfo recommended convention for quotes+punctuation.
1436
a8e7d6d7 14372012-04-27 Chong Yidong <cyd@gnu.org>
9ec7751f
CY
1438
1439 * keymaps.texi (Scanning Keymaps): Fix description of NO-REMAP arg
1440 to where-is-internal (Bug#10872).
1441
a8e7d6d7 14422012-04-27 Glenn Morris <rgm@gnu.org>
9c51bbaa 1443
a2715669
GM
1444 * macros.texi (Indenting Macros): Fix typo.
1445
0b27932b
GM
1446 * windows.texi (Basic Windows, Windows and Frames, Window Sizes)
1447 (Resizing Windows, Deleting Windows, Selecting Windows)
e78d873d
GM
1448 (Choosing Window Options, Horizontal Scrolling)
1449 (Cyclic Window Ordering, Window History, Dedicated Windows)
09ebefe1
GM
1450 (Quitting Windows, Window Configurations, Textual Scrolling):
1451 (Coordinates and Windows, Window Configurations)
1452 (Window Parameters, Window Hooks): Copyedits.
0b27932b
GM
1453 (Splitting Windows, Deleting Windows):
1454 Fix ignore-window-parameters logic.
1455 (Selecting Windows, Choosing Window Options): Markup fixes.
e78d873d
GM
1456 (Window Start and End): Remove pointless example.
1457 Remove cross-reference to deleted count-lines content.
09ebefe1
GM
1458 (Textual Scrolling): Mention recenter-redisplay, recenter-top-bottom,
1459 and recenter-positions. Remove recenter example.
0b27932b 1460
0dc91072
GM
1461 * elisp.texi, vol1.texi, vol2.texi: Bump VERSION and DATE.
1462
9c51bbaa
GM
1463 * minibuf.texi (Intro to Minibuffers):
1464 Tweak discussion of resizing minibuffer window.
1465
674ea9c6
GM
14662012-04-26 Glenn Morris <rgm@gnu.org>
1467
8a4ca8e3 1468 * elisp-covers.texi, front-cover-1.texi: Remove files.
8191c3bd 1469
562e638f
GM
1470 * tindex.pl: Remove file.
1471
674ea9c6
GM
1472 * makefile.w32-in (srcs):
1473 * Makefile.in (srcs): Remove back.texi (which is unused).
1474
b613912b
MA
14752012-04-24 Michael Albinus <michael.albinus@gmx.de>
1476
e43042fe
MA
1477 * os.texi (Notifications): Extend possible notification hints.
1478 Add notifications-get-capabilities.
b613912b 1479
f30d612a
CY
14802012-04-20 Chong Yidong <cyd@gnu.org>
1481
1482 * processes.texi (Asynchronous Processes): Mention nil argument to
1483 start-process.
1484
b58b1df8
GM
14852012-04-20 Glenn Morris <rgm@gnu.org>
1486
1487 * minibuf.texi (Basic Completion): No need to describe obarrays here.
1488 Don't mention obsolete `nospace' argument of all-completions.
1489 (Minibuffer Completion, Completion Commands, Reading File Names)
1490 (Completion Variables): Copyedits.
1491 (Completion Commands): Mention parent keymaps.
1492 Remove obsolete minibuffer-local-filename-must-match-map.
1493 (High-Level Completion): Remove read-variable's almost
1494 word-for-word duplication of read-command.
1495 * elisp.texi, vol1.texi, vol2.texi, minibuf.texi (Completion):
1496 Update "High-Level Completion" description.
1497
c0ea08d2
GM
1498 * minibuf.texi (Minibuffers):
1499 * elisp.texi, vol1.texi, vol2.texi: Fix minibuffer subsection order.
1500
9d2754f5
GM
1501 * minibuf.texi: Standardize metasyntactic variables ("history", etc).
1502 Use Texinfo-recommended form of quote+punctuation.
1503 (Intro to Minibuffers): First minibuffer is #1, not #0.
1504 Mention minibuffer-inactive-mode.
1505 (Text from Minibuffer): Copyedits.
1506 (Minibuffer History, Programmed Completion): Fix @var usage.
c5467d73
GM
1507 (Object from Minibuffer): Remove overly pedantic para.
1508 (Minibuffer History): Copyedits. Add face-name-history.
1509 (Initial Input, Yes-or-No Queries, Multiple Queries)
1510 (Minibuffer Windows, Minibuffer Misc): Copyedits.
1511 (Yes-or-No Queries): Tweak example.
1512 (Minibuffer Commands): Add next-complete-history-element.
1513 (Minibuffer Misc): Mention minibuffer-message-timeout, and
1514 minibuffer-inactive-mode.
9d2754f5 1515
4373fd43
GM
1516 * processes.texi (Serial Ports, Byte Packing, Bindat Spec)
1517 (Bindat Functions): Copyedits.
1518
61bb069e 15192012-04-20 Christopher Schmidt <christopher@ch.ristopher.com>
0e80650b
CS
1520
1521 * files.texi (Saving Buffers): Document `visit and `visit-save'
1522 values of require-final-newline.
1523
61bb069e 15242012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
1525
1526 * processes.texi (Output from Processes, Filter Functions):
1527 Mention waiting-for-user-input-p.
1528 (Sentinels, Query Before Exit, System Processes, Transaction Queues):
1529 (Network Servers, Datagrams, Network Processes, Network Options)
1530 (Network Feature Testing, Serial Ports): Copyedits.
1531 (Network): Add encrypted network overview paragraph.
1532 Cross-reference the Emacs-GnuTLS manual. Use @acronym.
1533
61bb069e 15342012-04-20 Chong Yidong <cyd@gnu.org>
21ffa320
CY
1535
1536 * help.texi (Keys in Documentation): Mention :advertised-binding.
1537
1538 * keymaps.texi (Menu Bar): Move most of the :advertised-binding
1539 description to help.texi.
1540
61bb069e 15412012-04-20 Glenn Morris <rgm@gnu.org>
62f4b18c
GM
1542
1543 * processes.texi (Process Information, Input to Processes)
1544 (Signals to Processes, Output from Processes, Process Buffers)
1545 (Filter Functions, Decoding Output): Copyedits.
4f5d565f 1546 (Accepting Output): Discourage use of `millisec' argument.
62f4b18c 1547
e153c136
GM
15482012-04-15 Glenn Morris <rgm@gnu.org>
1549
1550 * processes.texi (Processes, Subprocess Creation, Shell Arguments):
12acf783
GM
1551 (Synchronous Processes, Asynchronous Processes, Deleting Processes):
1552 Copyedits.
e153c136 1553 (Subprocess Creation): Discourage modifying exec-path directly.
12acf783
GM
1554 (Synchronous Processes, Asynchronous Processes):
1555 Update some example output.
e153c136
GM
1556 (Process Information): Fix typo.
1557 (Bindat Spec): Use Texinfo-recommended form of quote+punctuation.
1558
e6fd457e 15592012-04-15 Glenn Morris <rgm@gnu.org>
764a3017
GM
1560
1561 * anti.texi (Antinews): Copyedits. Don't @dfn anything here.
1562 open-network-stream does exist in Emacs 23, but is simpler.
1563
e6fd457e 15642012-04-15 Chong Yidong <cyd@gnu.org>
03ed9e82
CY
1565
1566 * customize.texi (Custom Themes): Also document load-theme etc.
1567
35dc09a1 15682012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
1569
1570 * customize.texi (Applying Customizations):
1571 (Custom Themes): New nodes.
1572
1573 * display.texi (Defining Faces): Reference custom-set-faces.
1574
1575 * modes.texi (Defining Minor Modes, Defining Minor Modes):
1576 * os.texi (Startup Summary): Copyedits.
1577
35dc09a1 15782012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
1579
1580 * loading.texi (Loading Non-ASCII): "unibyte:" can also be at the end.
1581
9fce7eda
GM
1582 * strings.texi (Case Tables):
1583 * objects.texi (General Escape Syntax):
1584 * keymaps.texi (Key Sequences): Use @acronym with "ASCII".
1585
2bb0eca1
GM
1586 * buffers.texi, compile.texi, customize.texi, debugging.texi:
1587 * display.texi, edebug.texi, eval.texi, help.texi, intro.texi:
1588 * keymaps.texi, minibuf.texi, modes.texi, os.texi, processes.texi:
1589 * text.texi: Use @file for buffers, per the Texinfo manual.
1590
62200c14
GM
1591 * compile.texi (Compiler Errors): Add missing space in buffer name.
1592
35dc09a1 15932012-04-14 Chong Yidong <cyd@gnu.org>
9fe9631c
CY
1594
1595 * processes.texi (Query Before Exit): Remove obsolete function
1596 process-kill-without-query (Bug#11190).
1597
35dc09a1 15982012-04-14 Glenn Morris <rgm@gnu.org>
8fc85b20
GM
1599
1600 * files.texi, frames.texi, loading.texi, os.texi, processes.texi:
1601 Use @env for environment variables.
1602
f48a9cb4
GM
1603 * Makefile.in: Replace non-portable use of $< in ordinary rules.
1604
0a6dd5e2
JA
16052012-04-12 Jari Aalto <jari.aalto@cante.net>
1606
1cbae532
SM
1607 * processes.texi (Synchronous Processes):
1608 Mention `default-directory' (bug#7515).
0a6dd5e2 1609
b4d3bc10
CY
16102012-04-09 Chong Yidong <cyd@gnu.org>
1611
1612 * customize.texi (Variable Definitions): Remove user-variable-p.
1613
1614 * commands.texi (Interactive Codes):
1615 * help.texi (Accessing Documentation):
1616 * minibuf.texi (High-Level Completion): Callers changed.
1617
ea0ff314
CY
16182012-04-06 Chong Yidong <cyd@gnu.org>
1619
1620 * minibuf.texi (Programmed Completion): Document metadata method.
1621 (Completion Variables): Document completion-category-overrides.
1622
91b65361
CY
16232012-04-05 Chong Yidong <cyd@gnu.org>
1624
1625 * anti.texi (Antinews): Rewrite for Emacs 23.
1626
3d439cd1
CY
16272012-04-04 Chong Yidong <cyd@gnu.org>
1628
321cc491
CY
1629 * minibuf.texi (Programmed Completion): Remove obsolete variable
1630 completion-annotate-function.
1cbae532
SM
1631 (Completion Variables): Rename from Completion Styles.
1632 Document completion-extra-properties. Document completion-styles-alist
321cc491 1633 change.
245d176b
CY
1634 (Reading File Names): minibuffer-local-filename-must-match-map is
1635 not used anymore.
1636 (Minibuffer Completion): Document completing-read-function.
1637 (Completion in Buffers): completion-at-point-functions can return
1638 properties recognized in completion-extra-properties.
321cc491 1639
3d439cd1
CY
1640 * display.texi (Delayed Warnings): New node.
1641
a7972adf
CY
1642 * os.texi (Notifications): Copyedits.
1643
97f4a299
GM
16442012-04-04 Glenn Morris <rgm@gnu.org>
1645
1646 * os.texi (Notifications): Copyedits.
1647
9ff687e1
MA
16482012-04-03 Michael Albinus <michael.albinus@gmx.de>
1649
1650 * os.texi (Terminal-Specific): Fix typo.
1651 (Notifications): New section.
1652
1653 * elisp.texi (Top):
1654 * vol1.texi (Top):
1655 * vol2.texi (Top): Add "Notifications" and "Dynamic Libraries"
1656 menu entries.
1657
42ee526b
CY
16582012-04-01 Chong Yidong <cyd@gnu.org>
1659
1660 * files.texi (Kinds of Files): file-subdir-of-p renamed to
1661 file-in-directory-p.
1662
0b021094
GM
16632012-03-31 Glenn Morris <rgm@gnu.org>
1664
1665 * edebug.texi (Instrumenting Macro Calls):
1666 Mention defining macros at instrumentation time.
1667 (Edebug Options): Mention edebug-unwrap-results.
1668
50fe197c
EZ
16692012-03-31 Eli Zaretskii <eliz@gnu.org>
1670
1671 * text.texi (Special Properties): Clarify the description of the
1672 effect of integer values of the 'cursor' property on cursor
1673 position. See the discussions in bug#11068 for more details and
1674 context.
1675
650b6d0b
GM
16762012-03-31 Glenn Morris <rgm@gnu.org>
1677
1678 * edebug.texi (Edebug Eval, Specification List, Edebug Options):
1679 Copyedits.
1680
5319014e
CY
16812012-03-30 Chong Yidong <cyd@gnu.org>
1682
1683 * display.texi (Image Formats): Add imagemagick type.
1684 (Image Descriptors): Mention how they are used.
1685 (ImageMagick Images): Clarify role of imagemagick-register-types.
1686 (Character Display): Don't mention glyph tables.
1687 (Display Tables): Use make-glyph-code in example.
1688 (Glyphs): Avoid "simple glyph code" terminology. Note that glyph
1689 tables are semi-obsolete. De-document create-glyph.
1690 (Glyphless Chars): Note that display tables override this.
1691 (Bidirectional Display): Copyedits. Introduce "bidirectional
1692 reordering" terminology, and use it.
1693
f1224267
GM
16942012-03-30 Glenn Morris <rgm@gnu.org>
1695
1696 * edebug.texi (Jumping): Give name of `i' binding.
1697
d14daa28
GM
16982012-03-28 Glenn Morris <rgm@gnu.org>
1699
1700 * searching.texi (Regular Expressions, Regexp Special):
fee88ca0
GM
1701 (Regexp Backslash, Regexp Example, Regexp Functions, Regexp Search):
1702 (Simple Match Data, Saving Match Data, Standard Regexps): Copyedits.
d14daa28
GM
1703 (Regexp Special): Mention collation.
1704 Clarify char classes with an example.
fee88ca0
GM
1705 (Regexp Functions): Mention regexp-opt is not guaranteed.
1706 Mention regexp-opt-charset.
1707 (Regexp Search): Recommend against looking-back.
1708 (Search and Replace): Use Texinfo recommended quote convention.
1709 Add more query-replace-map items. List multi-query-replace-map items.
d14daa28 1710
dcb6e7b3
MR
17112012-03-27 Martin Rudalics <rudalics@gmx.at>
1712
1713 * windows.texi (Window History): Describe new option
1714 switch-to-visible-buffer.
1715
cf0495f2
GM
17162012-03-27 Glenn Morris <rgm@gnu.org>
1717
4fb9a543
GM
1718 * searching.texi (String Search): Add xref to Emacs manual.
1719 Copyedits. Mention the function word-search-regexp.
1720 (Searching and Case): Add xref to Emacs manual. Copyedits.
1721
9364727b
GM
1722 * processes.texi (Network Servers): Standardize apostrophe usage.
1723
cf0495f2
GM
1724 * os.texi (System Environment): Copyedits. Remove some examples
1725 that do not seem useful. Mention setenv third arg.
1726 tty-erase-char does not seem to be nil under a window-system.
1727 (User Identification): Copyedits.
1728 Remove some examples that do not seem useful.
1729
33da7b16
GM
17302012-03-26 Glenn Morris <rgm@gnu.org>
1731
1732 * os.texi (Startup Summary): Copyedits. Fix startup screen logic.
1733 (Init File): Copyedits.
1734 (Command-Line Arguments): Copyedits. Do not mention argv alias.
02243d9d
GM
1735 (Killing Emacs): Copyedits.
1736 (Suspending Emacs): Copyedits. Mention not very relevant with GUIs.
1737 Shorten the example, use more standard shell prompts.
33da7b16 1738
9a69676a
CY
17392012-03-25 Chong Yidong <cyd@gnu.org>
1740
1741 * display.texi (Fringes): Note that fringes are shown on graphical
1742 displays only.
1743 (Fringe Size/Pos, Fringe Bitmaps, Making Buttons): Clarifications.
1744 (Replacing Specs): Clarify example.
1745 (Manipulating Buttons): Note that button-at can return a marker.
1746 (Buttons): Minor rewrite.
1747 (Character Display): New node. Consolidate all character display
1748 related nodes into its subsections.
1749 (Usual Display): Character 127 is also affected by ctl-arrow.
1750 (Display Tables): Improve example.
1751
c8f6ec5c
GM
17522012-03-22 Glenn Morris <rgm@gnu.org>
1753
1754 * strings.texi (Text Comparison): Mention string-prefix-p.
1755
fb5b8aca
CY
17562012-03-21 Chong Yidong <cyd@gnu.org>
1757
1758 * display.texi (The Echo Area): Add xref to Output Streams.
1759 (Displaying Messages): Improve doc of message.
1760 (Echo Area Customization, Invisible Text): Copyedits.
1761 (Invisible Text): Mention that spec comparison is done with eq.
1762 (Width): Improve doc of char-width.
1763 (Faces): Recommend using symbol instead of string for face name.
1764 Minor clarifications.
1765 (Defining Faces): Copyedits. Update face example.
1766 (Attribute Functions): Mark set-face-foreground etc as commands.
1cbae532
SM
1767 (Face Remapping): Mention text-scale-adjust.
1768 Clarify face-remapping-alist and related docs.
fb5b8aca
CY
1769 (Face Functions): Don't document make-face or copy-face.
1770
025de85b
CY
17712012-03-20 Chong Yidong <cyd@gnu.org>
1772
1773 * display.texi (Forcing Redisplay): Various rewrites to reflect
1774 new value of redisplay-dont-pause.
1775 (Truncation): Copyedits.
1776
a5656eae
GM
17772012-03-20 Glenn Morris <rgm@gnu.org>
1778
1779 * os.texi (Startup Summary): Don't mention initial-buffer-choice = t.
1780 Add summary table of some relevant command-line options.
1781
d15aac68
CY
17822012-03-18 Chong Yidong <cyd@gnu.org>
1783
1784 * internals.texi (Building Emacs, Garbage Collection): Copyedits.
1785 (Writing Emacs Primitives): Re-organize discussion of functions
1786 with variable Lisp arguments are handled. Delete an obsolete
1787 remark, previously tagged as FIXME.
1788
1789 * os.texi (Idle Timers): Minor clarification.
1790 (Idle Timers): Link to Time of Day for description of time list.
1791
b59af549
GM
17922012-03-18 Glenn Morris <rgm@gnu.org>
1793
1794 * os.texi (System Interface): Flow control was removed.
1795 (Startup Summary): General update.
1796 (Init File): Don't mention compiling it.
1797
986bd52a
CY
17982012-03-17 Chong Yidong <cyd@gnu.org>
1799
1800 * os.texi (Startup Summary): Mention package loading.
1801 (Init File): Don't refer to .emacs in section title. Copyedits.
1802 (Terminal-Specific): Give a realistic example.
1803 (Command-Line Arguments): Reference Entering Emacs instead of
1804 repeating the spiel about not restarting Emacs.
1805 (Time of Day): Discuss time representation at beginning of node.
1806 (Sound Output): Copyedits.
1807
1808 * package.texi (Packaging Basics): Document package-initialize.
1809
f761251a
EZ
18102012-03-17 Eli Zaretskii <eliz@gnu.org>
1811
1812 * frames.texi (Initial Parameters): Add an index entry for
1813 minibuffer-only frame.
1814
da986230
GM
18152012-03-16 Glenn Morris <rgm@gnu.org>
1816
1817 * modes.texi (Major Mode Conventions): Mention the strange
1818 relationship between View mode and special modes. (Bug#10650)
1819
2cc775f9
CY
18202012-03-11 Chong Yidong <cyd@gnu.org>
1821
1822 * windows.texi (Window Configurations): save-window-excursion is
1823 now a macro.
1824
1825 * display.texi (Temporary Displays): with-output-to-temp-buffer is
1826 now a macro.
1827
66c5eebd
CY
1828 * text.texi (Fields): Minor copyedit.
1829
310a820f
EZ
18302012-03-10 Eli Zaretskii <eliz@gnu.org>
1831
83a96c08
EZ
1832 * strings.texi (String Basics):
1833 * sequences.texi (Sequence Functions): Mention that `length' is
1834 not appropriate for computing the string width on display; add a
1835 cross-reference to the description of `string-width'. (Bug#10978)
1836
310a820f
EZ
1837 * eval.texi (Autoloading): Minor change of wording.
1838
83ef8187
CY
18392012-03-10 Chong Yidong <cyd@gnu.org>
1840
bc44be50
CY
1841 * loading.texi (Autoload): Explicitly state which forms are
1842 processed specially (Bug#7783).
1843
83ef8187
CY
1844 * keymaps.texi (Mouse Menus): Describe non-toolkit behavior as the
1845 non-default situation. Describe one-submenu exception (Bug#7695).
1846
1847 * nonascii.texi (Character Properties): Copyedits.
1848
483ab230
CY
18492012-03-08 Chong Yidong <cyd@gnu.org>
1850
1851 * text.texi (Mode-Specific Indent): Document new behavior of
1852 indent-for-tab-command. Document tab-always-indent.
1853 (Special Properties): Copyedits.
1854 (Checksum/Hash): Improve secure-hash doc. Do not recommend MD5.
1855 (Parsing HTML/XML): Rename from Parsing HTML. Update doc of
1856 libxml-parse-html-region.
1857
00e84de0
GM
18582012-03-07 Glenn Morris <rgm@gnu.org>
1859
eaa6bc3c
GM
1860 * markers.texi (The Region): Briefly mention use-empty-active-region
1861 and region-active-p.
a9685db7 1862 (Overview of Markers): Reword garbage collection, add cross-ref.
eaa6bc3c 1863 (The Mark): Tiny clarification re command loop and activate-mark-hook.
00e84de0 1864
67cd45a2
CY
18652012-03-07 Chong Yidong <cyd@gnu.org>
1866
1867 * text.texi (Buffer Contents): Don't duplicate explanation of
1868 region arguments from Text node. Put doc of obsolete var
1869 buffer-substring-filters back, since it is referred to.
1870 (Low-Level Kill Ring): Yank now uses clipboard instead of primary
1871 selection by default.
1872
1873 * markers.texi (The Mark): Fix typo.
1874 (The Region): Copyedits.
1875
2ad80941
GM
18762012-03-07 Glenn Morris <rgm@gnu.org>
1877
1878 * markers.texi (Overview of Markers): Copyedits.
1879 (Creating Markers): Update approximate example buffer size.
1880 (The Mark): Don't mention uninteresting return values.
1881
ef959d3a
CY
18822012-03-05 Chong Yidong <cyd@gnu.org>
1883
1884 * positions.texi (Text Lines): Document count-words.
1885
a08a07e3
CY
18862012-03-04 Chong Yidong <cyd@gnu.org>
1887
1888 * frames.texi (Frames): Remove little-used "terminal frame" and
1889 "window frame" terminology.
1890 (Frame Parameters, Font and Color Parameters, Initial Parameters)
1891 (Size and Position, Visibility of Frames): Callers changed.
1892 (Frames): Clarify which terminals in framep are graphical.
1893 (Initial Parameters): --geometry is not the only option which adds
1894 to initial-frame-alist.
1895 (Position Parameters): Note that icon-left and icon-top are for
1896 old window managers only.
1897 (Size Parameters): Sizes are in characters even on graphical
1898 displays.
1899 (Management Parameters): Note that window-id and outer-window-id
1900 can't really be changed, and that auto-raise isn't always obeyed.
1901 (Cursor Parameters): Document cursor-type explicitly.
1902 (Size and Position): The aliases set-screen-height and
1903 set-screen-width have been deleted.
1904 (Visibility of Frames): Mention "minimization".
1905
1906 * os.texi (Startup Summary): Minor clarifications.
1907 (Startup Summary, Suspending Emacs): Standardize on "text
1908 terminal" terminology.
1909
1910 * windows.texi (Basic Windows, Coordinates and Windows)
1911 (Coordinates and Windows):
1912 * display.texi (Refresh Screen, Line Height, Face Attributes)
1913 (Overlay Arrow, Beeping, Glyphless Chars): Likewise.
1914
ea16568d
GM
19152012-03-04 Glenn Morris <rgm@gnu.org>
1916
1917 * abbrevs.texi: Small copyedits throughout.
1918 (Abbrev Mode): Remove this section, folding it into the top-level.
1919 (Abbrev Tables): Don't mention irrelevant return values.
1920 (Abbrev Expansion): Add cross-ref for wrapper hooks.
1921 (Standard Abbrev Tables): Emacs Lisp mode now has its own table.
1922 (Abbrev Table Properties): Update nil :regexp description.
1923
b3134b95
GM
19242012-03-03 Glenn Morris <rgm@gnu.org>
1925
520f2425
GM
1926 * internals.texi: Change @appendix section commands to @section.
1927 (Building Emacs): Say less about CANNOT_DUMP platforms.
1928 Replace deleted eval-at-startup with custom-initialize-delay.
999dd333 1929 (Pure Storage): Small changes.
01a6dcc8 1930 (Memory Usage): Copyedit.
7d2d7cc0
GM
1931 (Writing Emacs Primitives): Update Fcoordinates_in_window_p and For
1932 example definitions. Give examples of things with non-nil
1933 interactive args. Mention eval_sub. Remove old info about
1934 strings and GCPRO. Mention cus-start.el.
1935 (Buffer Internals, Window Internals, Process Internals):
1936 Misc small updates and fixes for fields.
520f2425 1937
b3134b95
GM
1938 * tips.texi: Copyedits.
1939 (Coding Conventions): Mention autoloads.
1940 Combine partially duplicated macro items. Fix xref.
1941 Refer to Library Headers for copyright notice.
1942 (Programming Tips): edit-options is long-obsolete.
1943 (Compilation Tips): Mention loading bytecomp for byte-compile props.
1944 (Warning Tips): Mention declare-function.
1945 (Documentation Tips): Remove old info.
1946 (Comment Tips): Mention comment-dwim, not indent-for-comment.
1947 (Library Headers): General update.
1948
2064cc6a
GM
19492012-03-02 Glenn Morris <rgm@gnu.org>
1950
6945faa6
GM
1951 * backups.texi (Reverting): Un-duplicate revert-buffer-in-progress-p,
1952 and relocate entry. Mention buffer-stale-function.
1953
4186e877
GM
1954 * elisp.texi, vol1.texi, vol2.texi: Standardize some menu entries.
1955
2064cc6a
GM
1956 * hooks.texi (Standard Hooks): General update.
1957 Put related hooks together. Add and remove items.
1958 * commands.texi (Keyboard Macros): Remove cross-ref to Standard Hooks.
1959 * modes.texi (Hooks): Tweak cross-ref description.
1960
7272fbf3
MA
19612012-03-01 Michael Albinus <michael.albinus@gmx.de>
1962
1963 * files.texi (Kinds of Files): The return value of file-equal-p is
1964 unspecified, if FILE1 or FILE2 does not exist.
1965
53a1239b
GM
19662012-03-01 Glenn Morris <rgm@gnu.org>
1967
90db9af9
GM
1968 * hooks.texi (Standard Hooks): Remove mode-specific hooks.
1969
53a1239b
GM
1970 * maps.texi (Standard Keymaps): General update.
1971 Remove mode-specific maps, talk about the more general keymaps.
1972 * help.texi (Help Functions): Add vindex for Helper-help-map.
1973 * keymaps.texi (Active Keymaps): Minor rephrasing.
1974
775b55af
GM
19752012-02-29 Glenn Morris <rgm@gnu.org>
1976
1977 * elisp.texi, vol1.texi, vol2.texi: Use "" quotes in menus.
1978
96b49301 19792012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1980
7272fbf3 1981 * files.texi (Kinds of Files): Rename files-equal-p to file-equal-p.
bf7f9bc5 1982 Update changed behavior of file-subdir-of-p.
96b49301 1983
1383d930
GM
19842012-02-28 Glenn Morris <rgm@gnu.org>
1985
44e97401
GM
1986 * advice.texi, anti.texi, display.texi, elisp.texi:
1987 * processes.texi, variables.texi, vol1.texi, vol2.texi:
1988 Standardize possessive apostrophe usage.
1989
e3c73f1e
GM
1990 * locals.texi: Remove file.
1991 * elisp.texi, vol1.texi, vol2.texi: Don't include locals.texi.
1992 Remove menu entry.
1993 * errors.texi, maps.texi: Adjust node pointers.
1994 * internals.texi (Buffer Internals): Remove cross-refs to locals.texi.
edb3ac8c 1995 * makefile.w32-in (srcs):
e3c73f1e
GM
1996 * Makefile.in (srcs): Remove locals.texi.
1997
1383d930
GM
1998 * frames.texi (Mouse Position): Fix cross-ref.
1999
431ee44b
CY
20002012-02-27 Chong Yidong <cyd@gnu.org>
2001
2002 * buffers.texi (Creating Buffers): Clarify that
2003 generate-new-buffer uses generate-new-buffer-names.
2004 (Killing Buffers): Remove bogus example duplicating buffer-live-p.
2005
2006 * files.texi (Directory Names): Index entry for file name abbreviations.
2007 (Relative File Names, File Name Expansion): Refer to it.
2008 (Locating Files): Move locate-user-emacs-file documentation to
2009 Standard File Names.
2010 (Standard File Names): Add locate-user-emacs-file; update examples.
2011
6a11ec9d
MA
20122012-02-26 Michael Albinus <michael.albinus@gmx.de>
2013
2014 * files.texi (Magic File Names): Add files-equal-p and file-subdir-of-p.
2015
9a4888c0
CY
20162012-02-26 Chong Yidong <cyd@gnu.org>
2017
2018 * files.texi (Kinds of Files): Improve documentation of
2019 files-equal-p and file-subdir-of-p.
2020
f0e751b9
GM
20212012-02-26 Glenn Morris <rgm@gnu.org>
2022
2023 * intro.texi (Acknowledgements): Small changes.
2024
7e05b1ec
GM
20252012-02-25 Glenn Morris <rgm@gnu.org>
2026
2027 * errors.texi: Don't try to list _all_ the error symbols.
2028 Add circular-list, cl-assertion-failed, compression-error.
2029 * elisp.texi, vol1.texi, vol2.texi:
2030 * control.texi (Error Symbols): Tweak "Standard Errors" description.
2031
23453255 20322012-02-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2033
2034 * files.texi (files-equal-p, file-subdir-of-p): New,
2035 add initial documentation.
2036
4963495d
CY
20372012-02-25 Chong Yidong <cyd@gnu.org>
2038
fa74b241
CY
2039 * files.texi (File Attributes): Document file-selinux-context.
2040 (Changing Files): Link to it.
2041 (Changing Files): Document set-file-selinux-context.
2042
2043 * backups.texi (Making Backups): Return value of backup-buffer is
d268b4fe
CY
2044 changed. Mention default value of backup-directory-alist.
2045 (Rename or Copy): Note that backup-by-copying-when-mismatch is t.
2046 (Auto-Saving): New minor mode behavior for auto-save-mode.
2047 (Reverting): Add defvar for revert-buffer-in-progress-p.
fa74b241 2048
4963495d
CY
2049 * searching.texi (Regexp Backslash): Add index entry (Bug#10869).
2050
4bb82fa8
GM
20512012-02-24 Glenn Morris <rgm@gnu.org>
2052
2053 * errors.texi (Standard Errors): Mention dbus-error.
2054 For arith-error sub-classes, just use one cross-ref.
2055
2cb228f7
AM
20562012-02-23 Alan Mackenzie <acm@muc.de>
2057
2058 * modes.texi (Defining Minor Modes): Document the new keyword
2059 :after-hook.
2060
a59225b1
CY
20612012-02-21 Chong Yidong <cyd@gnu.org>
2062
2063 * files.texi (Files): Mention magic file names as arguments.
2064 (Reading from Files): Copyedits.
2065 (File Attributes): Mention how to change file modes.
2066 (Changing Files): Use standard "file permissions" terminology.
2067 Add xref to File Attributes node.
2068 (Locating Files): Document locate-user-emacs-file.
2069 (Unique File Names): Recommend against using make-temp-name.
2070
8376d7c2
CY
20712012-02-19 Chong Yidong <cyd@gnu.org>
2072
2073 * help.texi (Documentation, Documentation Basics, Help Functions):
2074 Minor clarifications.
2075 (Accessing Documentation): Clarify what documentation-property is
2076 for. Add xref to Keys in Documentation.
2077
2078 * tips.texi (Documentation Tips): Don't recommend using * in
2079 docstrings.
2080
2081 * macros.texi (Defining Macros):
2082 * modes.texi (Derived Modes): Say "documentation string" instead
2083 of docstring.
2084
82233bea
CY
20852012-02-18 Chong Yidong <cyd@gnu.org>
2086
2087 * modes.texi (Tabulated List Mode): New node.
2088 (Basic Major Modes): Add xref to it.
2089
2090 * processes.texi (Process Information): Mention Process Menu mode.
2091
7b926f3f
CY
20922012-02-17 Chong Yidong <cyd@gnu.org>
2093
2094 * syntax.texi (Motion via Parsing): Doc fix for scan-lists.
2095
0fd2c9a3
GM
20962012-02-17 Glenn Morris <rgm@gnu.org>
2097
2098 * hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual.
2099
f700caa3
CY
21002012-02-16 Chong Yidong <cyd@gnu.org>
2101
4230351b
CY
2102 * syntax.texi (Syntax Tables, Syntax Descriptors)
2103 (Syntax Table Functions): Copyedits.
2104 (Syntax Basics): Don't repeat the material in the preceding node.
2105 (Syntax Class Table): Use a table.
2106 (Syntax Properties): Document syntax-propertize-function and
2107 syntax-propertize-extend-region-functions.
2108 (Motion via Parsing): Clarify scan-lists. Fix indentation.
1cbae532
SM
2109 (Parser State): Update for the new "c" comment style.
2110 Fix description of item 7 (comment style).
4230351b 2111
f700caa3
CY
2112 * modes.texi (Minor Modes): Update how mode commands should treat
2113 arguments now.
2114 (Mode Line Basics): Clarify force-mode-line-update.
2115 (Mode Line Top): Note that the example is not realistic.
2116 (Mode Line Variables, Mode Line Data, %-Constructs, Header Lines)
2117 (Emulating Mode Line): Use "mode line" instead of "mode-line", and
2118 "mode line construct" instead of "mode line specification".
2119 (Syntactic Font Lock): Remove mention of obsolete variable
2120 font-lock-syntactic-keywords.
2121 (Setting Syntax Properties): Node deleted.
2122 (Font Lock Mode): Note that Font Lock mode is a minor mode.
2123 (Font Lock Basics): Note that syntactic fontification falls back
2124 on `syntax-table'.
2125 (Search-based Fontification): Emphasize that font-lock-keywords
2126 should not be set directly.
2127 (Faces for Font Lock): Avoid some confusing terminology.
4230351b
CY
2128 (Syntactic Font Lock): Minor clarifications. Add xref to
2129 Syntactic Font Lock node.
f700caa3 2130
60236b0d
CY
21312012-02-15 Chong Yidong <cyd@gnu.org>
2132
2133 * minibuf.texi (Basic Completion): Define "completion table".
2134 Move completion-in-region to Completion in Buffers node.
2135 (Completion Commands): Use "completion table" terminology.
2136 (Completion in Buffers): New node.
2137
2138 * modes.texi (Hooks): add-hook can be used for abnormal hooks too.
2139 (Setting Hooks): Update minor mode usage example.
2140 (Major Mode Conventions): Note that completion-at-point-functions
2141 should be altered locally. Add xref to Completion in Buffers.
f700caa3
CY
2142 Remove duplicate tip about auto-mode-alist.
2143 (Minor Modes): Rewrite introduction.
2144 (Minor Mode Conventions): Copyedits. Don't recommend
2145 variable-only minor modes since few minor modes are like that.
60236b0d 2146
d7dbb11a
GM
21472012-02-15 Glenn Morris <rgm@gnu.org>
2148
2149 * processes.texi (Network): Document open-network-stream :parameters.
2150
3d8badf4
CY
21512012-02-14 Chong Yidong <cyd@gnu.org>
2152
2153 * keymaps.texi (Format of Keymaps): The CACHE component of keymaps
2154 was removed on 2009-09-10. Update lisp-mode-map example.
2155 (Inheritance and Keymaps): Minor clarification.
2156 (Searching Keymaps): Remove out-of-place enumeration.
2157 (Key Lookup): Remove unnecessary example (one was already given in
2158 Format of Keymaps).
2159 (Changing Key Bindings): Update suppress-keymap example.
2160 (Menu Bar, Tool Bar): Copyedits.
2161 (Tool Bar): Update tool-bar-map example.
2162
faccede1
CY
21632012-02-12 Chong Yidong <cyd@gnu.org>
2164
2165 * debugging.texi (Debugger Commands): Continuing is now allowed
2166 for errors.
2167
355cabc6
CY
21682012-02-11 Chong Yidong <cyd@gnu.org>
2169
d860baa0
CY
2170 * display.texi (Fringe Indicators): Add xref to Fringe Bitmaps.
2171 Move the list of standard bitmaps there.
2172 (Fringe Cursors): Rewrite for clarity.
2173 (Fringe Bitmaps): Consolidate the list of standard bitmaps here.
2174
34106abe
CY
2175 * commands.texi (Command Overview): Mention read-key.
2176 (Using Interactive, Interactive Call): Minor clarifications.
2177 (Function Keys, Click Events): Avoid "input stream" terminology.
2178 (Click Events): Add xref to Window Sizes and Accessing Mouse.
2179 Clarify column and row components.
2180 (Accessing Mouse): Add xref to Click Events. Minor fixes.
2181 (Special Events): Copyedits.
2182
2183 * streams.texi (Input Streams): De-document get-file-char.
2184 (Output Variables): Don't refer to old backquote syntax.
2185
355cabc6
CY
2186 * debugging.texi (Debugging): Copyedits. Describe testcover, ERT.
2187 (Error Debugging): Note that debug-ignored-errors overrides list
1cbae532
SM
2188 values of debug-on-error too. Add xref to Signaling Errors.
2189 Note that debug-on-signal is not customizable.
2190 Mention condition-case-unless-debug.
355cabc6
CY
2191 (Compilation Errors): Node deleted.
2192
2193 * compile.texi (Compiler Errors): Move a paragraph here from
2194 deleted node Compilation Errors.
2195
1be3ca5a
LL
21962012-02-10 Leo Liu <sdl.web@gmail.com>
2197
2198 * control.texi (Handling Errors): Change condition-case-no-debug
2199 to condition-case-unless-debug.
2200
25dec365
CY
22012012-02-10 Chong Yidong <cyd@gnu.org>
2202
2203 * advice.texi (Defining Advice): Clarify ad-unadvise.
2204 (Activation of Advice): Specifying the ACTIVATE flag in defadvice
2205 is not abnormal.
2206 (Advising Primitives): Node deleted; ad-define-subr-args has been
2207 removed.
2208
2209 * compile.texi (Speed of Byte-Code): Use float-time in example.
2210 (Compilation Functions): Note that the log uses Compilation mode.
2211 Don't discuss the contents of byte-code function object here.
2212 (Compilation Functions): De-document internal function byte-code.
2213 (Docs and Compilation): Minor clarifications.
2214
2215 * objects.texi (Byte-Code Type): Add xref to Byte-Code Function
2216 Objects.
2217
5f5e4ea1
GM
22182012-02-10 Glenn Morris <rgm@gnu.org>
2219
2220 * text.texi (Checksum/Hash): Rename node from MD5 Checksum.
2221 Mention secure-hash.
2222 * elisp.texi, vol1.texi, vol2.texi: Update menu entry.
2223
6c1e4b46
CY
22242012-02-10 Chong Yidong <cyd@gnu.org>
2225
2226 * loading.texi (Loading): Don't emphasize "library" terminology.
2227 (Library Search): load-path is not a user option. Mention role of
2228 -L option and packages. Improve examples.
2229 (Loading Non-ASCII): Don't mention unibyte Emacs, which is
2230 obsolete.
2231 (Autoload): Minor clarifications.
2232
72ca698c
GM
22332012-02-10 Glenn Morris <rgm@gnu.org>
2234
b011fbfe
GM
2235 * files.texi (Magic File Names): Tweak remote-file-name-inhibit-cache.
2236
72ca698c
GM
2237 * modes.texi (Basic Major Modes): Mention tabulated-list-mode.
2238
14a1f380
GM
22392012-02-08 Glenn Morris <rgm@gnu.org>
2240
2241 * loading.texi (Named Features): Update the require example.
2242
60d47423
GM
22432012-02-07 Glenn Morris <rgm@gnu.org>
2244
2245 * modes.texi (Defining Minor Modes):
2246 Expand on args of defined minor modes.
2247
0992bd9c
CY
22482012-02-07 Chong Yidong <cyd@gnu.org>
2249
2250 * variables.texi (Creating Buffer-Local): Minor clarification
2251 to buffer-local-variables doc (Bug#10715).
2252
af008560
GM
22532012-02-07 Glenn Morris <rgm@gnu.org>
2254
e80e1825 2255 * display.texi (ImageMagick Images): General update.
af008560
GM
2256 Move most details of imagemagick-render-type to the variable's doc.
2257
866c1d22
GM
22582012-02-06 Glenn Morris <rgm@gnu.org>
2259
f7c9199f 2260 * keymaps.texi (Tool Bar): Mention separators.
dac86404
GM
2261 (Inheritance and Keymaps):
2262 Mention make-composed-keymap and multiple inheritance.
f7c9199f 2263
e7bc51d0
GM
2264 * modes.texi (Running Hooks): Mention run-hook-wrapped.
2265
866c1d22
GM
2266 * control.texi (Handling Errors):
2267 Mention condition-case-no-debug and with-demoted-errors.
2268
03988c98
CY
22692012-02-05 Chong Yidong <cyd@gnu.org>
2270
2271 * customize.texi (Common Keywords): Minor clarifications.
2272 Document custom-unlispify-remove-prefixes.
2273 (Variable Definitions): Backquotes in defcustom seem to work fine
2274 now. Various other copyedits.
e1161b06
CY
2275 (Simple Types): Copyedits. Document color selector.
2276 (Composite Types): Copyedits.
2277 (Splicing into Lists): Clarifications.
03988c98
CY
2278
2279 * eval.texi (Backquote): Move from macros.texi.
2280
2281 * macros.texi (Expansion): Minor clarification.
2282 (Backquote): Move node to eval.texi.
2283 (Defining Macros): Move an example from Backquote node.
2284 (Argument Evaluation): No need to mention Pascal.
2285 (Indenting Macros): Add xref to Defining Macros.
2286
649f602c
GM
22872012-02-05 Glenn Morris <rgm@gnu.org>
2288
2289 * debugging.texi (Error Debugging): Mention debug-on-event default.
2290
34c99998
GM
22912012-02-04 Glenn Morris <rgm@gnu.org>
2292
8f05da42
GM
2293 * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
2294
7aa5aad8
GM
2295 * debugging.texi (Error Debugging): Mention debug-on-event.
2296 * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
2297
c7291ad9
GM
2298 * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
2299
34c99998
GM
2300 * text.texi (Buffer Contents):
2301 Update filter-buffer-substring description.
2302
735cc5ca
CY
23032012-02-04 Chong Yidong <cyd@gnu.org>
2304
6e911150
SM
2305 * functions.texi (What Is a Function): Add closures.
2306 Mention "return value" terminology. Add xref for command-execute.
1cbae532 2307 Remove unused "keystroke command" terminology.
735cc5ca
CY
2308 (Lambda Expressions): Give a different example than in the
2309 following subsection. Add xref to Anonymous Functions.
2310 (Function Documentation): Remove gratuitous markup.
2311 (Function Names): Move introductory text to `What Is a Function'.
2312 (Defining Functions): Fix defun argument spec.
1cbae532
SM
2313 (Anonymous Functions): Document lambda macro explicitly.
2314 Mention effects on lexical binding.
735cc5ca
CY
2315 (Function Cells): Downplay direct usage of fset.
2316 (Closures): New node.
2317 (Inline Functions): Remove "open-code" terminology.
2318 (Declaring Functions): Minor tweak; .m is not C code.
2319
2320 * variables.texi (Variables): Don't refer to "global value".
2321 (Local Variables, Void Variables): Copyedits.
2322 (Lexical Binding): Minor clarification of example.
2323 (File Local Variables): Mention :safe and :risky defcustom args.
2324 (Lexical Binding): Add xref to Closures node.
2325
94bc7984
GM
23262012-02-04 Glenn Morris <rgm@gnu.org>
2327
2328 * minibuf.texi (High-Level Completion): Updates for read-color.
2329
4f5a10ef
GM
23302012-02-03 Glenn Morris <rgm@gnu.org>
2331
eea14f31
GM
2332 * display.texi (GIF Images): Mention animation.
2333 Remove commented-out old example of animation.
2334 (Animated Images): New subsection.
2335 * elisp.texi (Top):
2336 * vol1.texi (Top):
2337 * vol2.texi (Top): Add Animated Images menu entry.
2338
4f5a10ef
GM
2339 * display.texi (Image Formats): Remove oddly specific information
2340 on versions of image libraries.
204e728d 2341 (GIF Images, TIFF Images): Minor rephrasing.
4f5a10ef 2342
12f381b7
GM
23432012-02-02 Glenn Morris <rgm@gnu.org>
2344
1b9f60cc
GM
2345 * processes.texi (Synchronous Processes):
2346 Mention call-process's :file gets overwritten.
2347
7e2734bc
GM
2348 * commands.texi (Reading One Event):
2349 * help.texi (Help Functions): Document read-char-choice.
2350
f58b9822
GM
2351 * hooks.texi (Standard Hooks):
2352 * modes.texi (Keymaps and Minor Modes):
2353 * text.texi (Commands for Insertion): Document post-self-insert-hook.
2354
2355 * hooks.texi (Standard Hooks): Add prog-mode-hook.
2356
12f381b7
GM
2357 * hooks.texi (Standard Hooks):
2358 * modes.texi (Major Mode Conventions, Mode Hooks):
2359 Document change-major-mode-after-body-hook.
2360
7a9a2fc6
GM
23612012-02-01 Glenn Morris <rgm@gnu.org>
2362
2363 * modes.texi (Defining Minor Modes):
2364 Mention disabling global minor modes on a per-major-mode basis.
2365
a037c171
CY
23662012-01-31 Chong Yidong <cyd@gnu.org>
2367
2368 * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
2369 (Parser State): Remove unnecessary statement (Bug#10661).
2370
2371 * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
2372
56afad3a
GM
23732012-01-31 Glenn Morris <rgm@gnu.org>
2374
2375 * modes.texi (Defining Minor Modes):
2376 Document define-minor-mode's new :variable keyword.
2377
0f29fa41
CY
23782012-01-29 Chong Yidong <cyd@gnu.org>
2379
837a390a
CY
2380 * syntax.texi (Syntax Class Table): Tweak description of newline
2381 char syntax (Bug#9619).
2382
0f29fa41
CY
2383 * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
2384 description (Bug#10189).
2385
182148ee
GM
23862012-01-29 Glenn Morris <rgm@gnu.org>
2387
a49ca6b9
GM
2388 * files.texi (Changing Files): Document SELinux support.
2389
182148ee
GM
2390 * windows.texi (Window Sizes): Fix typo.
2391
9962192e
CY
23922012-01-28 Chong Yidong <cyd@gnu.org>
2393
8c6e1920
CY
2394 * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
2395 doc (Bug#8568).
2396
9583ec59
CY
2397 * frames.texi (Input Focus): Add NORECORD arg to
2398 select-frame-set-input-focus. Clarify its role in select-frame.
2399
10256988
CY
2400 * text.texi (Transposition): We don't use transpose-region as an
2401 internal subroutine (Bug#3249).
2402
9962192e
CY
2403 * modes.texi (Example Major Modes): Update Lisp example code to
2404 current sources. Delete the old non-derived-major-mode example,
2405 which has diverged badly from current sources.
2406
2aa43abb
GM
24072012-01-27 Glenn Morris <rgm@gnu.org>
2408
2409 * makefile.w32-in (texinputdir): Fix (presumed) typo.
2410 (VERSION, manual): Remove, unused.
2411
9f40220d
CY
24122012-01-27 Chong Yidong <cyd@gnu.org>
2413
2414 * commands.texi (Command Overview): Minor clarification (Bug#10384).
2415
acc28cb9
CY
24162012-01-26 Chong Yidong <cyd@gnu.org>
2417
2418 * searching.texi (String Search): Document negative repeat count
2419 (Bug#10507).
2420
48da7392
GM
24212012-01-26 Glenn Morris <rgm@gnu.org>
2422
2423 * variables.texi (Using Lexical Binding):
2424 Mention that lexical-binding should be set in the first line.
2425
69b0acb9
LI
24262012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
2427
2428 * macros.texi (Defining Macros): Don't claim that `declare' only
2429 affects Edebug and indentation.
2430
543757a8
LI
24312012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
2432
2433 * macros.texi (Defining Macros): Slight `declare' fixup.
2434
450e3cae
GM
24352012-01-25 Glenn Morris <rgm@gnu.org>
2436
24189ce0 2437 * makefile.w32-in (texinputdir):
450e3cae
GM
2438 * Makefile.in (ENVADD): Add $emacsdir. (Bug#10603)
2439
1021c761
CY
24402012-01-24 Chong Yidong <cyd@gnu.org>
2441
2442 * variables.texi (Variables, Local Variables, Void Variables):
2443 Edit to make the descriptions less specific to dynamic binding.
2444 (Local Variables): Default max-specpdl-size is now 1300.
1cbae532
SM
2445 (Defining Variables): Edits for lexical scoping.
2446 Delete information about starting docstrings with *. De-document
1021c761
CY
2447 user-variable-p.
2448 (Tips for Defining): Remove an unimportant discussion of quitting
2449 in the middle of a load.
2450 (Accessing Variables, Setting Variables): Discuss lexical binding.
2451 (Variable Scoping): Rewrite.
2452 (Scope, Extent, Impl of Scope): Nodes deleted.
2453 (Dynamic Binding): New node, with material from Scope, Extent, and
2454 Impl of Scope nodes.
2455 (Dynamic Binding Tips): Rename from Using Scoping.
2456 (Lexical Binding): Rewrite.
2457 (Using Lexical Binding): Rename from Converting to Lexical
2458 Binding. Convert to subsection.
2459
2460 * customize.texi (Variable Definitions): Add custom-variable-p.
2461 Move user-variable-p documentation here.
2462
31cbea1d
CY
24632012-01-23 Chong Yidong <cyd@gnu.org>
2464
2465 * strings.texi (Text Comparison): Minor qualification.
2466
2467 * lists.texi (Cons Cells): Copyedits.
2468 (List Elements): Mention push.
2469 (List Variables): Mention pop.
2470 (Rings): Move to sequences.texi.
2471
2472 * sequences.texi (Sequence Functions): Don't repeat the
2473 introduction already given in the parent.
2474 (Vectors): Copyedits.
2475 (Rings): Move from lists.texi. Note that this is specific to the
2476 ring package.
2477
2478 * symbols.texi (Definitions, Symbol Components): Mention variable
2479 scoping issues.
2480 (Plists and Alists): Copyedits.
2481
2482 * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
2483 correctness with lexical scoping.
2484 (Eval): Copyedits.
2485
fead402d
CY
24862012-01-21 Chong Yidong <cyd@gnu.org>
2487
2488 * intro.texi (A Sample Function Description): Special notation
2489 used for macros too.
2490
2491 * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
2492 (Symbol Type): Add xref for keyword symbols.
2493 (Sequence Type): Clarify differences between sequence types.
2494 (Cons Cell Type): Add "linked list" index entry.
2495 (Non-ASCII in Strings): Copyedits.
2496 (Equality Predicates): Symbols with same name need not be eq.
2497
2498 * numbers.texi (Float Basics): Document isnan, copysign, frexp and
2499 ldexp. Move float-e and float-pi to Math Functions node.
2500
61086eb6
GM
25012012-01-21 Glenn Morris <rgm@gnu.org>
2502
2503 * modes.texi (Auto Major Mode):
2504 * variables.texi (File Local Variables):
2505 Mention inhibit-local-variables-regexps.
2506
34a02f46
MR
25072012-01-19 Martin Rudalics <rudalics@gmx.at>
2508
2509 * windows.texi (Window Configurations): Rewrite references to
2510 persistent window parameters.
2511 (Window Parameters): Fix description of persistent window
2512 parameters.
2513
f5064cae
JB
25142012-01-16 Juanma Barranquero <lekktu@gmail.com>
2515
2516 * windows.texi (Window Parameters): Use @pxref.
2517
6a6ee00d
MR
25182012-01-16 Martin Rudalics <rudalics@gmx.at>
2519
2520 * windows.texi (Window Configurations, Window Parameters):
2521 Describe persistent window parameters.
2522
9ca4c014
SM
25232011-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
2524
2525 * variables.texi (Creating Buffer-Local): Warn against misuses of
2526 make-variable-buffer-local (bug#10258).
2527
d027f83d
LMI
25282012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2529
2530 * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
2531
89bd9ccd
CY
25322012-01-06 Chong Yidong <cyd@gnu.org>
2533
1cbae532
SM
2534 * variables.texi (Directory Local Variables):
2535 Document hack-dir-local-variables-non-file-buffer.
89bd9ccd 2536
c869783d
GM
25372012-01-06 Glenn Morris <rgm@gnu.org>
2538
2539 * maps.texi (Standard Keymaps): Refer to Info-edit by name
2540 rather than by keybinding.
2541
2cae5ba4
JB
25422011-12-29 Juanma Barranquero <lekktu@gmail.com>
2543
2544 * frames.texi (Font and Color Parameters): Add @pxref.
2545
43da4d08
DC
25462011-12-29 Daniel Colascione <dan.colascione@gmail.com>
2547
2548 * frames.texi (Font and Color Parameters):
2549 Document w32 font backends (bug#10399).
2550
8d80ef01
PE
25512011-12-28 Paul Eggert <eggert@cs.ucla.edu>
2552
2553 * files.texi (File Attributes, Changing Files):
2554 Use a more-natural notation for octal numbers.
2555
9022ae07
JB
25562011-12-23 Juanma Barranquero <lekktu@gmail.com>
2557
2558 * variables.texi (Variables with Restricted Values):
2559 Change reference to variable (bug#10354).
2560
454592a6
MR
25612011-12-13 Martin Rudalics <rudalics@gmx.at>
2562
2563 * windows.texi (Splitting Windows): Use t instead of non-nil
2564 when describing window-combination-resize.
2565
a7cdbfce
SM
25662011-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
2567
2568 * text.texi (Special Properties): Warn against `intangible' properties
2569 (bug#10222).
2570
a3dcc84e
EZ
25712011-11-26 Eli Zaretskii <eliz@gnu.org>
2572
579ebf8f
EZ
2573 * display.texi (Truncation):
2574 * text.texi (Special Properties): Describe what a stretch-glyph is
2575 instead of using that term without explanation. Make the
2576 cross-references more accurate.
2577
a3dcc84e
EZ
2578 * display.texi (Usual Display): Update the description,
2579 cross-references, and indexing related to display of control
2580 characters and raw bytes.
2581
94af99a4
MR
25822011-11-25 Martin Rudalics <rudalics@gmx.at>
2583
2584 * windows.texi (Splitting Windows): Fix description of
2585 window-combination-limit. Suggested by Eli Zaretskii.
2586
1c3d7a13
CY
25872011-11-23 Chong Yidong <cyd@gnu.org>
2588
2589 * windows.texi (Window Sizes): Move window-top-line,
2590 window-left-column, and window-*-pixel-edges to Coordinates and
2591 Windows node.
2592 (Coordinates and Windows): Restore window-edges doc.
2593
90151a1e
MR
25942011-11-21 Martin Rudalics <rudalics@gmx.at>
2595
a7cdbfce
SM
2596 * windows.texi (Windows and Frames, Splitting Windows):
2597 Fix typos.
90151a1e 2598
a9b9b7f5
CY
25992011-11-21 Chong Yidong <cyd@gnu.org>
2600
2601 * windows.texi (Splitting Windows): Fix error in documentation of
2602 window-combination-limit.
2603 (Cyclic Window Ordering): Minor fixes to next-window,
2604 one-window-p, and get-lru-window docs. Don't document
2605 window-list-1.
2606 (Buffers and Windows): Copyedits.
2607 (Choosing Window): Document special handling of special-display-*.
2608 (Choosing Window Options): Fix display-buffer-reuse-frames doc.
a7cdbfce
SM
2609 Don't document even-window-heights, which is going away.
2610 Clarify which options are obeyed by which action functions.
a9b9b7f5 2611
f4e90db0
SM
26122011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
2613
2614 * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
2615
d2999b1a
MR
26162011-11-20 Martin Rudalics <rudalics@gmx.at>
2617
f4e90db0
SM
2618 * windows.texi (Resizing Windows, Splitting Windows):
2619 Remove term "status" when talking about combination limits.
d2999b1a 2620
cd1181db
JB
26212011-11-20 Juanma Barranquero <lekktu@gmail.com>
2622
2623 * compile.texi (Compiler Errors):
2624 * help.texi (Help Functions): Fix typos.
2625
7bf54975
CY
26262011-11-19 Chong Yidong <cyd@gnu.org>
2627
2628 * windows.texi (Splitting Windows): Clarify role of window
2629 parameters in split-window. Shorten the example.
f4e90db0
SM
2630 (Deleting Windows): Rewrite intro to handle internal windows.
2631 Fix delete-windows-on doc.
7bf54975
CY
2632 (Selecting Windows): Copyedits.
2633
a0c2d0ae
MR
26342011-11-17 Martin Rudalics <rudalics@gmx.at>
2635
2636 * windows.texi (Resizing Windows, Splitting Windows)
2637 (Deleting Windows): Use term window-combination-resize instead
2638 of window-splits.
2639
b6f67890
MR
26402011-11-16 Martin Rudalics <rudalics@gmx.at>
2641
f4e90db0
SM
2642 * windows.texi (Resizing Windows, Splitting Windows):
2643 Rename occurrences of window-nest to window-combination-limit.
b6f67890 2644
0b381c7e
JB
26452011-11-14 Juanma Barranquero <lekktu@gmail.com>
2646
2647 * intro.texi (Lisp History): Fix typo.
2648
89d61221
MR
26492011-11-12 Martin Rudalics <rudalics@gmx.at>
2650
f4e90db0
SM
2651 * windows.texi (Splitting Windows, Deleting Windows):
2652 Remove references to splits status of windows.
89d61221 2653
b2621720
GM
26542011-11-10 Glenn Morris <rgm@gnu.org>
2655
2656 * buffers.texi (Read Only Buffers): Expand a bit on why
2657 toggle-read-only should only be used interactively. (Bug#7292)
2658
d2ad7ee1
CY
26592011-11-09 Chong Yidong <cyd@gnu.org>
2660
2661 * windows.texi (Window Sizes): Document window-pixel-edges,
c4e7c63a 2662 window-inside-pixel-edges, window-absolute-pixel-edges, and
d2ad7ee1
CY
2663 window-inside-absolute-pixel-edges.
2664 (Resizing Windows): shrink-window-if-larger-than-buffer works on
2665 non-full-width windows.
2666
2cffd681
MR
26672011-11-09 Martin Rudalics <rudalics@gmx.at>
2668
2669 * windows.texi (Resizing Windows): Rewrite documentation of
2670 window-resizable.
2671
f6f6d7e7
CY
26722011-11-09 Chong Yidong <cyd@gnu.org>
2673
2674 * windows.texi (Splitting Windows): Simplify example.
2675
a79db6e0
CY
26762011-11-08 Chong Yidong <cyd@gnu.org>
2677
2678 * windows.texi (Window Sizes): Copyedits. Document
2679 window-text-height. Remove window-min-height and window-min-width
2680 discussion, referring instead to Emacs manual.
2681 (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
e7313f33
CY
2682 (Resizing Windows): Simplify introduction. Don't document
2683 enlarge-window, shrink-window, enlarge-window-horizontally, and
2684 shrink-window-horizontally; they are no longer preferred for
2685 calling from Lisp, and are already documented in the Emacs manual.
a79db6e0 2686
441950c7
GM
26872011-11-07 Glenn Morris <rgm@gnu.org>
2688
2689 * windows.texi (Choosing Window): Fix keybinding typo.
2690
be7f5545
MR
26912011-11-07 Martin Rudalics <rudalics@gmx.at>
2692
2693 * windows.texi (Resizing Windows, Splitting Windows)
2694 (Window Configurations): Use "child window" instead of
2695 "subwindow".
2696
291d142b
CY
26972011-11-06 Chong Yidong <cyd@gnu.org>
2698
2699 * windows.texi (Basic Windows): Clarify various definitions.
2700 Treat window-normalize-* as internal; don't document them.
2701 (Windows and Frames): Various clarifications, e.g. non-live
2702 windows also belong to frames. Fix window-list description.
2703 Simplify window nesting example.
f4e90db0
SM
2704 (Splitting Windows, Window Configurations):
2705 Use split-window-below.
291d142b 2706
89bd5ee1
EZ
27072011-11-04 Eli Zaretskii <eliz@gnu.org>
2708
2709 * windows.texi (Window Sizes): Mention in the doc string that the
2710 return values of `window-body-height' and `window-body-width' are
2711 in frame's canonical units. (Bug#9949)
2712
3d8daefe
MR
27132011-10-30 Martin Rudalics <rudalics@gmx.at>
2714
2715 * windows.texi (Windows and Frames): Remove "iso-" infix from
2716 documentation of window-iso-combined-p.
2717
60754666
CY
27182011-10-26 Chong Yidong <cyd@gnu.org>
2719
2720 * modes.texi (Running Hooks): Document with-wrapper-hook.
2721
d366bd53
CY
27222011-10-18 Chong Yidong <cyd@gnu.org>
2723
2724 * display.texi (Glyphless Chars): New node.
2725
50b063c3
CY
27262011-10-13 Chong Yidong <cyd@stupidchicken.com>
2727
2728 * text.texi (Yanking): Document yank-excluded-properties.
2729
2730 * package.texi (Packaging Basics): The commentary should say how
2731 to begin using the package.
2732
c72063fa
MR
27332011-10-11 Martin Rudalics <rudalics@gmx.at>
2734
2735 * windows.texi (Deleting Windows): Mention which window gets
2736 selected when deleting the selected window.
2737
d83dc65b
MR
27382011-10-09 Martin Rudalics <rudalics@gmx.at>
2739
2740 * buffers.texi (The Buffer List): Describe how bury-buffer deals
2741 with the selected window.
2742 * windows.texi (Buffers and Windows): Reformulate text on how
2743 replace-buffer-in-windows deals with a window.
2744 (Quitting Windows): Describe how quit-window deals with a
2745 standalone frame. Describe new option frame-auto-hide-function.
2746
c599682c
GM
27472011-10-08 Glenn Morris <rgm@gnu.org>
2748
48bca619
GM
2749 * symbols.texi (Other Plists): Markup fix. (Bug#9702)
2750
c599682c
GM
2751 * positions.texi (Excursions): Update warning message.
2752
969aa734
CY
27532011-10-05 Chong Yidong <cyd@stupidchicken.com>
2754
f4e90db0
SM
2755 * display.texi (Low-Level Font, Face Attributes, Font Lookup):
2756 Fix Emacs manual xref (Bug#9675).
969aa734 2757
550f41cd
CY
27582011-10-01 Chong Yidong <cyd@stupidchicken.com>
2759
2760 * windows.texi (Textual Scrolling): Document scroll-up-command,
2761 scroll-down-command, scroll-error-top-bottom, and the
2762 scroll-command symbol property.
717a1362
CY
2763 (Display Action Functions): Fix description of
2764 display-buffer-pop-up-window.
550f41cd 2765
a239d4e9
JB
27662011-09-28 Juanma Barranquero <lekktu@gmail.com>
2767
2768 * windows.texi (Splitting Windows): Fix typos.
2769
590c056d
MR
27702011-09-25 Martin Rudalics <rudalics@gmx.at>
2771
2772 * windows.texi (Windows and Frames, Display Action Functions)
2773 (Switching Buffers): Fix some typos.
2774 (Buffers and Windows): Remove reference to window-auto-delete.
2775 Reword description of replace-buffer-in-windows.
2776 (Window History): Fix some typos and refer to frame local buffer
2777 list.
c419f5cb
MR
2778 (Quitting Windows): New node.
2779 (Window Configurations): Add descriptions of window-state-get
2780 and window-state-put.
2781 (Window Parameters): Describe variable ignore-window-parameters.
2782 Sketch some window parameters currently in use.
2783 * elisp.texi (Top): Update node listing.
590c056d 2784
9ec20d36
CY
27852011-09-25 Chong Yidong <cyd@stupidchicken.com>
2786
2787 * windows.texi (Display Action Functions)
2788 (Choosing Window Options): New nodes.
2789
0e406a72
CY
27902011-09-24 Chong Yidong <cyd@stupidchicken.com>
2791
2792 * windows.texi (Window History): New node. Move text here from
2793 Buffers and Windows.
2794 (Switching Buffers): Rename from Displaying Buffers, since we
f4e90db0
SM
2795 don't document display-buffer here; callers changed.
2796 Document FORCE-SAME-WINDOW arg to switch-to-buffer and
0e406a72
CY
2797 switch-to-buffer-other-frame. Delete duplicate
2798 replace-buffer-in-windows doc.
2799 (Choosing Window): Document display actions.
2800
6bf7006f
EZ
28012011-09-24 Eli Zaretskii <eliz@gnu.org>
2802
2803 * display.texi (Forcing Redisplay): Update the description of
2804 redisplay-dont-pause due to change in the default value.
2805
b33b68a3
MR
28062011-09-23 Martin Rudalics <rudalics@gmx.at>
2807
2808 * frames.texi (Frames and Windows): Move section and rename to
2809 Windows and Frames in windows.texi.
2810 * windows.texi (Windows): Restructure.
2811 (Basic Windows): Rewrite. Explain live and internal windows and
2812 normalization functions.
2813 (Windows and Frames): Move section here from frames.texi.
2814 Describe subwindows, window combinations, window tree, and
2815 corresponding functions including window-list here.
2816 (Window Sizes): Rename section from Size of Window and move it
2817 up in chapter. Describe total and body sizes and the
2818 corresponding functions. Explain new semantics of
2819 window-min-height/-width.
2820 (Resizing Windows): Move section up in chapter. Describe new
2821 resize functions.
2822 (Splitting Windows): Describe new behavior of split-window,
2823 split-window-above-each-other and split-window-side-by-side.
2824 Provide examples. Describe window-nest and window-splits
2825 options.
2826 (Deleting Windows): Minor rewrite.
f4e90db0
SM
2827 (Selecting Windows): Minor rewrite.
2828 Describe frame-selected-window and set-frame-selected-window here.
2829 (Cyclic Window Ordering): Minor rewrite.
2830 Describe window-list-1.
b33b68a3
MR
2831 (Buffers and Windows): Rewrite. Explain a window's previous and
2832 next buffers and the corresponding functions.
c4682d18 2833 (Window Tree): Merge into Windows and Frames section.
b33b68a3
MR
2834 * elisp.texi (Top): Update node listings for frames and windows
2835 sections.
2836
4d3786ac
SM
28372011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
2838
2839 * display.texi (Face Functions): `face-list' returns faces (bug#9564).
2840
713df35b
LMI
28412011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2842
2843 * errors.texi (Standard Errors): Remove apparent placeholder text
2844 (bug#9491).
2845
33ed493b
CY
28462011-09-18 Chong Yidong <cyd@stupidchicken.com>
2847
2848 * frames.texi (Management Parameters): Fix description of
2849 icon-type parameter.
2850
b8f0a954
CY
28512011-09-17 Chong Yidong <cyd@stupidchicken.com>
2852
2853 * tips.texi (Key Binding Conventions): Don't bind a key sequence
2854 ending in C-g. Suggested by Edward O'Connor.
2855
eddf142c
EZ
28562011-09-17 Eli Zaretskii <eliz@gnu.org>
2857
2858 * numbers.texi (Integer Basics): Add indexing for
2859 most-positive-fixnum and most-negative-fixnum. (Bug#9525)
2860
d8e213eb 28612011-09-14 Dani Moncayo <dmoncayo@gmail.com>
bf1af6c7
DM
2862
2863 * lists.texi (Sets And Lists): Fix typo. (Bug#9393)
2864
cec2eab8
JB
28652011-09-11 Juanma Barranquero <lekktu@gmail.com>
2866
2867 * processes.texi (Network Servers): Clarify what the process
2868 buffer is used for (bug#9233).
2869
d8e213eb 28702011-08-30 Dani Moncayo <dmoncayo@gmail.com>
1f403cb9
DM
2871
2872 * lists.texi (Building Lists): Fix typo.
2873
35137ed3
CY
28742011-08-30 Chong Yidong <cyd@stupidchicken.com>
2875
2876 * display.texi (Basic Faces): New node. Document new faces.
2877
2878 * modes.texi (Major Mode Conventions): Move some text there.
2879 (Mode Help): Remove major-mode var, duplicated in Major Modes.
2880
3fd50d5c
CY
28812011-08-29 Chong Yidong <cyd@stupidchicken.com>
2882
2883 * modes.texi (Basic Major Modes): New node. Callers updated.
2884 (Major Modes): Document fundamental-mode and major-mode.
2885 (Major Mode Basics): Node deleted; text moved to Major Modes.
2886 (Derived Modes): Document derived-mode-p.
2887
ddb54206
CY
28882011-08-28 Chong Yidong <cyd@stupidchicken.com>
2889
a6326082
CY
2890 * files.texi (Changing Files, Create/Delete Dirs): Document new
2891 arguments for delete-file, delete-directory, and copy-directory.
e2aeef63
CY
2892 (Visiting Functions): Remove view-file; it is documented in the
2893 Emacs manual.
04e2ce72 2894
ddb54206
CY
2895 * frames.texi (Layout Parameters): The defaults for the
2896 menu-bar-lines and tool-bar-lines parameters depend on the mode.
2897
2898 * display.texi (Progress): Document spinner functionality.
2899
2900 * os.texi (Killing Emacs): Note that kill-emacs can be called by
2901 operating system signals. Refer to save-buffers-kill-terminal
2902 instead of save-buffers-kill-emacs.
2903
2904 * objects.texi (Symbol Type): Document ## print representation.
2905
0c95fcf7
EZ
29062011-08-25 Eli Zaretskii <eliz@gnu.org>
2907
2908 * display.texi (Specified Space): Mention that `space' specs
2909 influence bidi reordering.
2910 (Bidirectional Display): Explain how to use `(space . PROPS)' for
2911 separating fields with bidirectional content.
2912
5980d4c6
EZ
29132011-08-24 Eli Zaretskii <eliz@gnu.org>
2914
2915 * display.texi (Bidirectional Display): Document return value in
2916 buffers that are not bidi-reordered for display, and in unibyte
2917 buffers.
2918
bca633fb
EZ
29192011-08-23 Eli Zaretskii <eliz@gnu.org>
2920
2921 * nonascii.texi (Character Properties): Document the values for
2922 unassigned codepoints.
2923
c094bb0c
EZ
29242011-08-18 Eli Zaretskii <eliz@gnu.org>
2925
2926 * nonascii.texi (Character Properties): Document use of
2927 `bidi-class' and `mirroring' properties as part of reordering.
2928 Provide cross-references to "Bidirectional Display".
2929
2930 * display.texi (Bidirectional Display): Document the pitfalls of
2931 concatenating strings with bidirectional content, with possible
f4e90db0
SM
2932 solutions. Document bidi-string-mark-left-to-right.
2933 Mention paragraph direction in modes that inherit from prog-mode.
92b71444
EZ
2934 Document use of `bidi-class' and `mirroring' properties as part of
2935 reordering.
c094bb0c 2936
1ea897d5
EZ
29372011-08-16 Eli Zaretskii <eliz@gnu.org>
2938
9adfcd0b
EZ
2939 * modes.texi (Major Mode Conventions): Improve the documentation
2940 of `mode-class' `special' modes.
2941
10862873
EZ
2942 * nonascii.texi (Character Properties): Document the `mirroring'
2943 property. Add index entries.
2944
1ea897d5
EZ
2945 * syntax.texi (Categories): Add an example of defining a new
2946 category and category table.
2947
2948 * searching.texi (Regexp Backslash): Document how to display
2949 existing categories. Mention the possibility of adding
2950 categories, and add an xref to where this is described. Add an
2951 index entry.
2952
ebb552ed
CY
29532011-08-09 Chong Yidong <cyd@stupidchicken.com>
2954
2955 * text.texi (Special Properties):
2956 * display.texi (Overlay Properties): Note that mouse-face cannot
2957 change the text size (Bug#8530).
2958
51a714e1
CY
29592011-08-08 Chong Yidong <cyd@stupidchicken.com>
2960
2961 * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
2962 using setenv instead.
2963
4cc60b9b
EZ
29642011-07-28 Eli Zaretskii <eliz@gnu.org>
2965
2966 * display.texi (Bidirectional Display): Document the fact that
2967 bidi-display-reordering is t by default.
2968
5deb92fd
EZ
29692011-07-23 Eli Zaretskii <eliz@gnu.org>
2970
2971 * display.texi (Bidirectional Display): New section.
2972
011b0ad6 29732011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
67f9b9f8
GM
2974 Tim Cross <theophilusx@gmail.com> (tiny change)
2975 Glenn Morris <rgm@gnu.org>
011b0ad6 2976
67f9b9f8 2977 * keymaps.texi (Toolkit Differences): New node. (Bug#8176)
011b0ad6 2978
4baf28e6
AS
29792011-07-15 Andreas Schwab <schwab@linux-m68k.org>
2980
2981 * help.texi (Keys in Documentation): Revert last change.
2982
66249842
LMI
29832011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2984
f863868c
LMI
2985 * help.texi (Keys in Documentation): Clarify that \= only quotes
2986 the next character, and doesn't affect longer sequences in
2987 particular (bug#8935).
2988
f4e90db0
SM
2989 * debugging.texi (Using Debugger):
2990 Mention @code{eval-expression-debug-on-error} (bug#8549).
66249842 2991
0bb23927 29922011-07-14 Eli Zaretskii <eliz@gnu.org>
a2eaa31d
EZ
2993
2994 * display.texi (Other Display Specs): Document that `left-fringe'
2995 and `right-fringe' display specifications are of the "replacing"
2996 kind.
2997
f2027cdf
LMI
29982011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2999
3000 * help.texi (Documentation Basics): Add a link to the Function
3001 Documentation node (bug#6580).
3002
f987fde4
LMI
30032011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3004
0bc59b25
LMI
3005 * keymaps.texi (Menu Bar): Mention :visible and :enable
3006 (bug#6344). Text by Drew Adams.
3007
63d55f1f
LMI
3008 * modes.texi (Running Hooks): Mention buffer-local hook variables
3009 (bug#6218).
3010
f987fde4
LMI
3011 * objects.texi (General Escape Syntax): "a with grave accent" is
3012 ?xe0, not ?x8e0 (bug#5259).
3013
b7527639
CY
30142011-07-12 Chong Yidong <cyd@stupidchicken.com>
3015
3016 * display.texi (Face Attributes, Font Selection): Add references
3017 to the Fonts node in the Emacs manual (Bug#4178).
3018
c830e5ae
CY
30192011-07-12 Chong Yidong <cyd@stupidchicken.com>
3020
3021 * display.texi (Window Systems): `window-system' is
3022 terminal-local.
3023
3024 * frames.texi (Frame Parameters, Parameter Access): Don't mention
3025 frame-local variables.
3026
3027 * variables.texi (Buffer-Local Variables): Don't mention obsolete
3028 frame-local variables.
3029 (Frame-Local Variables): Node deleted.
3030
3031 * elisp.texi (Top): Update node listing.
3032
91223e54
LMI
30332011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3034
3035 * elisp.texi: Change "inferiors" to "subnodes" in three places
3036 (bug#3523).
3037
963578d3
CY
30382011-07-11 Chong Yidong <cyd@stupidchicken.com>
3039
3040 * frames.texi (Window System Selections): Discussion of
3041 x-select-enable-clipboard moved to Emacs manual.
3042
07151e49
DD
30432011-07-11 Deniz Dogan <deniz@dogan.se>
3044
3045 * commands.texi (Prefix Command Arguments): Remove excessive
3046 apostrophe.
3047
7261e1cf
LMI
30482011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3049
ad21a12a
LMI
3050 * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
3051 description is a string (bug#3313).
3052
7261e1cf
LMI
3053 * frames.texi (Display Feature Testing): Try to explain what all
3054 the visual classes mean (bug#3042).
3055
568f7b79
LMI
30562011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3057
18d59e29
LMI
3058 * modes.texi (Mode Line Variables): Document `mode-line-remote'
3059 and `mode-line-client' (bug#2974).
3060
568f7b79
LMI
3061 * text.texi (Insertion): Clarify marker movements (bug#1651).
3062 Text from Drew Adams.
3063
54e10184
LMI
30642011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3065
d94d85e9
LMI
3066 * text.texi (Special Properties): Clarify the format of `face'
3067 (bug#1375).
3068
54e10184
LMI
3069 * commands.texi (Interactive Call): Add a `call-interactively'
3070 example (bug#1010).
3071
413c488d
LMI
30722011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3073
3074 * functions.texi (Calling Functions): Link to the "Interactive
3075 Call" node (bug#1001).
3076
322b7dab 30772011-07-06 Chong Yidong <cyd@stupidchicken.com>
b00d8c1a 3078
3deead93
CY
3079 * customize.texi (Composite Types): Move alist and plist to here
3080 from Simple Types (Bug#7545).
3081
3082 * elisp.texi (Top): Update menu description.
3083
b00d8c1a
CY
3084 * display.texi (Face Attributes): Document negative line widths
3085 (Bug#6113).
3086
d2a6c43b
TR
30872011-07-03 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
3088
3089 * searching.texi (Match Data): Note that match data can be
3090 overwritten by most functions (bug#2499).
3091
c7844a27
LMI
30922011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3093
a9ab721e
LMI
3094 * strings.texi (Formatting Strings): Clarify what the "-" and "0"
3095 flags mean (bug#6659).
3096
c7844a27
LMI
3097 * functions.texi (What Is a Function): Document the autoload
3098 object (bug#6496).
3099
f68d76d0
LMI
31002011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3101
8a20ca4c
LMI
3102 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
3103 is only used in the Customize user interface (bug#6089).
3104
f68d76d0 3105 * display.texi (Showing Images): Mention the point of sliced
6dd56db4 3106 images (bug#7836).
f68d76d0 3107
7018dbe7
EZ
31082011-07-02 Eli Zaretskii <eliz@gnu.org>
3109
3110 * variables.texi (Defining Variables, Void Variables)
3111 (Constant Variables): Fix incorrect usage of @kindex.
3112
36cb87a1
LMI
31132011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3114
28ee97c7
LMI
3115 * variables.texi (Defining Variables): Add an index entry for
3116 `set-variable' (bug#7262).
8d4294e9 3117 (Defining Variables): Use @findex for functions.
28ee97c7 3118
8862ffd5
LMI
3119 * frames.texi (Basic Parameters): Document the `explicit-name'
3120 parameter (bug#6951).
3121
0ec389b9
LMI
3122 * customize.texi (Type Keywords): Clarify that :value provides a
3123 default value for all types (bug#7386).
3124
36cb87a1
LMI
3125 * streams.texi (Output Functions): Document `pp'.
3126
11fdef7d 31272011-06-25 Chong Yidong <cyd@stupidchicken.com>
dfc47e35
CY
3128
3129 * keymaps.texi (Searching Keymaps):
3130 * display.texi (Overlay Properties): Fix errors in 2011-05-29
3131 change. Suggested by Johan Bockgård.
3132
eeafcea7
CY
31332011-06-15 Chong Yidong <cyd@stupidchicken.com>
3134
3135 * text.texi (Special Properties): Clarify role of font-lock-face.
3136
b96e6cde
LMI
31372011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3138
f4e90db0 3139 * processes.texi (Process Information): Rename `process-alive-p'
b96e6cde
LMI
3140 to `process-live-p' for consistency with other `-live-p' functions.
3141
be14b9ab
PE
31422011-06-03 Paul Eggert <eggert@cs.ucla.edu>
3143
3144 Document wide integers better.
3145 * files.texi (File Attributes): Document ino_t values better.
2d365993 3146 ino_t values no longer map to anything larger than a single cons.
be14b9ab
PE
3147 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
3148 (Bitwise Operations):
001903b5
PE
3149 * objects.texi (Integer Type): Use a binary notation that is a bit easier
3150 to read, and that will port better if 62-bits becomes the default.
3151 Fix or remove incorrect examples.
be14b9ab
PE
3152 * os.texi (Time Conversion): Document time_t values better.
3153
bcd54f83
LMI
31542011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3155
f4e90db0
SM
3156 * processes.texi (Process Information):
3157 Document `process-alive-p'.
bcd54f83 3158
049bcbcb
CY
31592011-05-29 Chong Yidong <cyd@stupidchicken.com>
3160
3161 * help.texi (Accessing Documentation):
3162 * display.texi (Pixel Specification):
3163 * processes.texi (Serial Ports, Serial Ports):
3164 * nonascii.texi (Character Properties, Default Coding Systems):
3165 * text.texi (Changing Properties, Special Properties):
3166 * windows.texi (Window Start and End):
3167 * modes.texi (SMIE Indentation Example, SMIE Tricks):
3168 * keymaps.texi (Searching Keymaps, Tool Bar):
3169 * minibuf.texi (Basic Completion):
3170 * compile.texi (Eval During Compile):
3171 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
3172 7x9 paper in printed manual.
3173
3174 * lists.texi (Sets And Lists): Fix misplaced text.
3175
58539c63
CY
31762011-05-29 Chong Yidong <cyd@stupidchicken.com>
3177
3178 * keymaps.texi (Remapping Commands): Emphasize that the keymap
3179 needs to be active (Bug#8350).
3180
6b5681bf
CY
31812011-05-28 Chong Yidong <cyd@stupidchicken.com>
3182
b4d52acc
CY
3183 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
3184
6b5681bf
CY
3185 * tips.texi (Coding Conventions): Remove antediluvian filename
3186 limit recommendation (Bug#8538).
3187
e145f188
GM
31882011-05-27 Glenn Morris <rgm@gnu.org>
3189
3190 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
3191
eafed945
GM
31922011-05-26 Glenn Morris <rgm@gnu.org>
3193
3194 * variables.texi (File Local Variables):
3195 Update hack-local-variables `mode-only' return value.
2d3ba9e7 3196 Add some more details on what this function does in the other case.
eafed945 3197
bc8410af
GM
31982011-05-19 Glenn Morris <rgm@gnu.org>
3199
3200 * lists.texi (Sets And Lists): Mention cl provides union etc.
3201
35a30759
N
32022011-05-19 Nix <nix@esperi.org.uk>
3203
3204 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
3205
3206 * text.texi (Parsing HTML): Update for function name changes.
3207
3208 * syntax.texi (Syntax Flags): Small fix.
3209
3210 * keymaps.texi (Active Keymaps): Typo fix.
3211 (Changing Key Bindings): Grammar fix.
3212
3213 * frames.texi (Minibuffers and Frames): Grammar fix.
3214 (Window System Selections): x-select-enable-clipboard now defaults to t.
3215
3216 * customize.texi (Common Keywords):
3217 * display.texi (Abstract Display):
3218 * modes.texi (Auto-Indentation):
3219 * nonascii.texi (Converting Representations): Typo fixes.
3220
3221 * control.texi (Examples of Catch): Call it "goto" not "go to".
3222
e3934a8a
EZ
32232011-05-14 Eli Zaretskii <eliz@gnu.org>
3224
bc039a3b
EZ
3225 * nonascii.texi (Character Properties): Fix inconsistencies with
3226 implementation.
3227
e3934a8a
EZ
3228 * text.texi (Special Properties): Move @defvar's out of the
3229 @table. (Bug#8652)
3230
e2c94218
GM
32312011-05-12 Glenn Morris <rgm@gnu.org>
3232
3233 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
3234
d2fc7e3d 32352011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
bc3bea9c
SM
3236
3237 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
3238 (Multiline Font Lock):
3239 * vol2.texi (Top):
3240 * vol1.texi (Top):
3241 * elisp.texi (Top): Update menu accordingly.
3242
d2fc7e3d 32432011-05-12 Drew Adams <drew.adams@oracle.com>
e6dc6206
DA
3244
3245 * modes.texi (Region to Fontify): Fix typo.
3246
79b70037
GM
32472011-05-10 Jim Meyering <meyering@redhat.com>
3248
3249 * minibuf.texi: Fix typo "in in -> in".
3250
b08a63cc 32512011-05-06 Paul Eggert <eggert@cs.ucla.edu>
fed14fd7
PE
3252
3253 * numbers.texi (Integer Basics): Large integers are treated as floats.
3254
1ef14cb4
LMI
32552011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3256
3257 * processes.texi (Synchronous Processes): Document the (:file
3258 "/file-name") syntax for `call-process'.
3259
4ffd0d6b 32602011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
3261
3262 * windows.texi (Choosing Window): Fix typo.
3263
4ffd0d6b 32642011-04-23 Chong Yidong <cyd@stupidchicken.com>
40954368
CY
3265
3266 * frames.texi (Layout Parameters): Note the difference between
3267 querying and setting parameters for left-fringe and right-fringe
3268 (Bug#6930).
3269
fd5a8ae8
SM
32702011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
3271
3272 * minibuf.texi (Basic Completion): Be a bit more precise about the
3273 valid kinds of completion tables.
3274 (Programmed Completion): Remove obsolete text about lambda expressions
3275 not being valid completion tables.
3276
c1bcd0d5
CY
32772011-03-19 Chong Yidong <cyd@stupidchicken.com>
3278
3279 * positions.texi (Excursions): Explain the "save-excursion
3280 defeated by set-buffer" warning.
3281
3282 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
3283 save-excursion. Suggested by Uday S Reddy.
3284
03408648 32852011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
ba83908c 3286
03408648
SM
3287 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
3288 (Lexical Binding): New sub-section.
ba83908c 3289
03408648
SM
3290 * eval.texi (Eval): Discourage the use of `eval'.
3291 Document its new `lexical' argument.
6c075cd7 3292
f6d62986
SM
32932011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
3294
03408648 3295 * commands.texi (Command Overview): `post-command-hook' is not reset to
f6d62986
SM
3296 nil any more.
3297
84ea5558 32982011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
e4021ec1
SM
3299
3300 * strings.texi (String Conversion): Don't mention
3301 string-make-(uni|multi)byte (bug#8262).
3302 * nonascii.texi (Converting Representations): Fix up range.
3303 * keymaps.texi (Key Binding Commands): Update code point, avoid
3304 "unibyte character" and remove mention of unibyte bindings.
3305
62d94509
EZ
33062011-03-10 Eli Zaretskii <eliz@gnu.org>
3307
3308 * modes.texi (Operator Precedence Grammars): Don't use characters
3309 outside ISO-8859-1.
3310
63a329f8
EZ
33112011-03-09 Eli Zaretskii <eliz@gnu.org>
3312
3313 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
3314
3315 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
3316
6446548e
GM
33172011-03-08 Glenn Morris <rgm@gnu.org>
3318
3319 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
3320 * intro.texi (Acknowledgements): Names to UTF-8.
80b005c7 3321 * elisp.texi: Set documentencoding.
6446548e 3322
33383987
JB
33232011-03-07 Chong Yidong <cyd@stupidchicken.com>
3324
3325 * Version 23.3 released.
3326
0b3ceceb
CY
33272011-03-06 Chong Yidong <cyd@stupidchicken.com>
3328
3329 * package.texi: Update index keywords.
3330 (Package Archives): New node contents. Document package-x.el.
3331
78f5433f
JB
33322011-03-06 Juanma Barranquero <lekktu@gmail.com>
3333
3334 * makefile.w32-in (srcs): Add package.texi.
3335
555e9b5c
CY
33362011-03-06 Chong Yidong <cyd@stupidchicken.com>
3337
120d9389
CY
3338 * package.texi (Packaging, Packaging Basics, Simple Packages)
3339 (Multi-file Packages): Expand and clarify.
3340 (Package Archives): Temporary placeholder node.
3341
3342 * elisp.texi (Top): Update node listing.
3343
555e9b5c
CY
3344 * Makefile.in (srcs): Add package.texi.
3345
b59a4335
CY
33462011-03-05 Chong Yidong <cyd@stupidchicken.com>
3347
3348 * processes.texi (Synchronous Processes): Minor clarification
3349 (Bug#8149).
3350
06083aa1
GM
33512011-03-03 Glenn Morris <rgm@gnu.org>
3352
3353 * files.texi (Truenames): Minor clarification. (Bug#2341)
3354
6640b281
GM
33552011-03-01 Glenn Morris <rgm@gnu.org>
3356
3357 * variables.texi (Directory Local Variables):
3358 Mention `(subdirs . nil)' alist element.
3359
2b0c7330 33602011-02-28 Glenn Morris <rgm@gnu.org>
081f7640
GM
3361
3362 * variables.texi (Directory Local Variables): Mention the optional
3363 mtime argument of dir-locals-set-directory-class. (Bug#3577)
3364
b923f7a9
CY
33652011-02-27 Chong Yidong <cyd@stupidchicken.com>
3366
3367 * minibuf.texi (Minibuffer History): Clarify discussion of
3368 minibuffer history lists (Bug#8085).
3369
67ab0163 33702011-02-19 Eli Zaretskii <eliz@gnu.org>
86ec878a 3371
e979a521
EZ
3372 * elisp.texi: Sync @dircategory with ../../info/dir.
3373
e03b2fd4
EZ
3374 * files.texi (Visiting Functions): Document find-file-literally,
3375 both the command and the variable.
3376
86ec878a
EZ
3377 * variables.texi (Creating Buffer-Local): Explain the meaning of
3378 permanent local variables.
3379
67ab0163
GM
3380 * files.texi (Visiting Functions): Document find-file-literally,
3381 both the command and the variable.
3382
3383 * variables.texi (Creating Buffer-Local): Explain the meaning of
3384 permanent local variables.
3385
33862011-02-19 Glenn Morris <rgm@gnu.org>
dff9ac46
GM
3387
3388 * keymaps.texi (Remapping Commands): Mention how to undo it.
3389
bfcb151a
RT
33902011-02-09 Reuben Thomas <rrt@sc3d.org>
3391
3392 * loading.texi (Hooks for Loading): Remove unnecessary advice
3393 about eval-after-load (Bug#7986).
3394
a41c8660
CY
33952011-02-05 Chong Yidong <cyd@stupidchicken.com>
3396
3397 * commands.texi (Accessing Mouse): Note that a header line is not
3398 included in the row of posn-col-row.
3399
e0dd6837
CY
34002011-02-02 Chong Yidong <cyd@stupidchicken.com>
3401
3402 * modes.texi (Major Mode Conventions): Add face guidelines.
3403 (Faces for Font Lock): List faces in order of prominence.
3404
a4180391
PE
34052011-02-01 Paul Eggert <eggert@cs.ucla.edu>
3406
3407 format-time-string now supports subsecond time stamp resolution
3408 * os.texi (Time Parsing): Document %N.
3409
7427eb97
CY
34102011-01-28 Chong Yidong <cyd@stupidchicken.com>
3411
61db307f
CY
3412 * vol1.texi (Top):
3413 * vol2.texi (Top):
3414 * elisp.texi (Top):
3415 * display.texi (Display Property): Shorten the menu description of
3416 the "Other Display Specs" node (Bug#7816).
3417
7427eb97
CY
3418 * keymaps.texi (Defining Menus): Add "menu item" and "extended
3419 menu item" concept index entries (Bug#7805).
3420
bf3dae7e
EZ
34212011-01-29 Eli Zaretskii <eliz@gnu.org>
3422
3423 * makefile.w32-in (texinfodir): New variable.
3424 (usermanualdir): Remove as redundant with $(emacsdir).
3425 (MAKEINFO): Remove options, leave only program name.
3426 (MAKEINFO_OPTS): New variable.
3427 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
3428
06d8ace5 34292011-01-25 Chong Yidong <cyd@stupidchicken.com>
e6cf7a82
CY
3430 Richard Kim <emacs18@gmail.com>
3431
3432 * loading.texi (Library Search): Document list-load-path-shadows
3433 (Bug#7757).
3434
06d8ace5 34352011-01-25 Chong Yidong <cyd@stupidchicken.com>
3f066f54
CY
3436
3437 * searching.texi (Regexp Special): Remove outdated discussion of
3438 character sets (Bug#7780).
3439
28a88153
CY
3440 * frames.texi (Pop-Up Menus): Document where menu title comes
3441 from (Bug#7684).
3442
06d8ace5 34432011-01-25 Glenn Morris <rgm@gnu.org>
4d265b4d
GM
3444
3445 * display.texi (Making Buttons): Mention limitation of text buttons.
3446
a8e1e9ee
WL
34472011-01-23 Werner Lemberg <wl@gnu.org>
3448
3449 * Makefile.in (MAKEINFO): Now controlled by `configure'.
3450 (MAKEINFO_OPTS): New variable. Use it where appropriate.
3451 (ENVADD): New variable to control texi2dvi and texi2pdf.
3452
362b9d48
GM
34532011-01-15 Chong Yidong <cyd@stupidchicken.com>
3454
3455 * files.texi (Directory Names): Move directory-abbrev-alist doc to
3456 Emacs manual.
3457
34582011-01-15 Eli Zaretskii <eliz@gnu.org>
3459
3460 * files.texi (Directory Names): Explain why FROM in
3461 directory-abbrev-alist should begin with \`. (Bug#7777)
3462
3fa173b4
SM
34632011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
3464
3465 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
3466
7c420169 34672011-01-02 Eli Zaretskii <eliz@gnu.org>
2e4ab211
EZ
3468
3469 * modes.texi (Emulating Mode Line): Fix last change.
3470
7c420169 34712011-01-02 Eli Zaretskii <eliz@gnu.org>
287e63bb
EZ
3472
3473 * modes.texi (Emulating Mode Line): Update documentation of
3474 format-mode-line according to changes that fixed bug #7587.
3475
80b33766
SM
34762010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
3477
3478 * modes.texi (Derived Modes): Mention prog-mode.
3479
3480 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
3481 of the key-binding-data cache since we don't use it any more.
3482
f49d1f52 34832010-12-13 Eli Zaretskii <eliz@gnu.org>
3c73e30e 3484
4bb49a92
EZ
3485 * processes.texi (Shell Arguments):
3486 * strings.texi (Creating Strings): Don't mention "shell commands";
3487 make it explicit that `split-string-and-unquote' and
3488 `combine-and-quote-strings' are mainly for working with arguments
3489 to call-process and start-process.
3490
3c73e30e
EZ
3491 * processes.texi (Shell Arguments): Fix documentation of
3492 `split-string-and-unquote'. Add indexing. (Bug#7563)
3493
f49d1f52 34942010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5dcb4c4e
SM
3495
3496 * modes.texi (Auto-Indentation): New section to document SMIE.
3497 (Major Mode Conventions):
3498 * text.texi (Mode-Specific Indent): Refer to it.
3499
f49d1f52 35002010-12-13 Eli Zaretskii <eliz@gnu.org>
bdef6a77
EZ
3501
3502 * display.texi (Other Display Specs): Document left-fringe and
3503 right-fringe display specs.
3504
f49d1f52 35052010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
769741e3
SM
3506
3507 * backups.texi (Making Backups):
3508 * modes.texi (Example Major Modes): Use recommended coding style.
3509 (Major Mode Basics, Derived Modes): Encourge more strongly use of
3510 define-derived-mode. Mention completion-at-point-functions.
3511
f49d1f52 35122010-12-13 Chong Yidong <cyd@stupidchicken.com>
3e99b825 3513
5dcb4c4e
SM
3514 * nonascii.texi (Converting Representations):
3515 Document byte-to-string.
e1115396 3516
ec1b9b17
GM
35172010-12-08 Glenn Morris <rgm@gnu.org>
3518
3519 * buffers.texi (Modification Time):
3520 verify-visited-file-modtime now defaults to the current buffer.
3521
07976ae3 35222010-11-27 Chong Yidong <cyd@stupidchicken.com>
3e99b825 3523
ec1b9b17 3524 * nonascii.texi (Converting Representations): Document byte-to-string.
3e99b825
CY
3525
3526 * strings.texi (Creating Strings): Don't mention semi-obsolete
3527 function char-to-string.
3528 (String Conversion): Shorten discussion of semi-obsolete function
3529 string-to-char. Link to Converting Representations.
3530
3531 * objects.texi (Symbol Type):
3532 * text.texi (Near Point):
3533 * help.texi (Help Functions):
3534 * functions.texi (Mapping Functions): Use string instead of
3535 char-to-string in examples.
3536
07976ae3 35372010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295
CY
3538
3539 * text.texi (Kill Functions, Kill Functions)
3540 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
3541 YANK-HANDLER args.
3542
3543 * symbols.texi (Creating Symbols): Using unintern without an
3544 obarray arg is now obsolete.
3545
3546 * numbers.texi (Float Basics): Document float-e and float-pi.
3547
3548 * variables.texi (Defining Variables): Change "pi" example to
3549 "float-pi".
3550
8547874a
EZ
35512010-11-26 Eli Zaretskii <eliz@gnu.org>
3552
3553 * commands.texi (Click Events): Document the values of X, Y and
3554 COL, ROW in the event's position, when the click is on the header
3555 or mode line, on the fringes, or in the margins.
3556
4a47c275 35572010-11-17 Eli Zaretskii <eliz@gnu.org>
c7926fe2 3558
5b05d75b
EZ
3559 * customize.texi (Composite Types): Lower-case index entry.
3560
5dcb4c4e
SM
3561 * loading.texi (How Programs Do Loading):
3562 Document load-file-name. (Bug#7346)
c7926fe2 3563
4a47c275 35642010-11-17 Glenn Morris <rgm@gnu.org>
cde08ac9
GM
3565
3566 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
3567
0eb025fb
EZ
35682010-11-13 Eli Zaretskii <eliz@gnu.org>
3569
3570 * display.texi (Usual Display): Characters with no fonts are not
3571 necessarily displayed as empty boxes.
3572
2699a554 35732010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
3574
3575 * maps.texi (Standard Keymaps): Update File menu description.
3576
8289f37b
GM
35772010-10-28 Glenn Morris <rgm@gnu.org>
3578
3579 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
3580
5793a7bc 35812010-10-24 Eli Zaretskii <eliz@gnu.org>
89baa1df
EZ
3582
3583 * display.texi (Window Systems): Deprecate use of window-system as
3584 a predicate.
3585
17284e30
GM
35862010-10-23 Glenn Morris <rgm@gnu.org>
3587
3588 * help.texi (Documentation Basics): Remove mentions of digest-doc and
3589 sorted-doc.
3590
00f113eb
JB
35912010-10-15 Eli Zaretskii <eliz@gnu.org>
3592
3593 * os.texi (Dynamic Libraries): New node, with slightly modified
3594 text deleted from "Image Formats".
3595 (System Interface): Add @menu entry for "Dynamic Libraries".
3596
3597 * display.texi (Image Formats): Remove description of
3598 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
3599
07277eb8
GM
36002010-10-12 Glenn Morris <rgm@gnu.org>
3601
3602 * book-spine.texinfo: Rename to book-spine.texi.
3603
c12e4a81
GM
36042010-10-11 Glenn Morris <rgm@gnu.org>
3605
df187c62
GM
3606 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
3607
c12e4a81 3608 * Makefile.in (DVIPS): New variable.
234db610
GM
3609 (.PHONY): Add html, ps.
3610 (html, elisp.html, ps, elisp.ps): New targets.
3611 (clean): Delete html, ps files.
3612 ($(infodir)/elisp): Remove unnecessary includes.
c12e4a81 3613
6513b232
EZ
36142010-10-09 Eli Zaretskii <eliz@gnu.org>
3615
3616 * makefile.w32-in (emacsdir): New variable.
3617 (srcs): Add emacsver.texi.
3618 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
3619
abd40fb4
GM
36202010-10-09 Glenn Morris <rgm@gnu.org>
3621
c1dc72b3
GM
3622 * Makefile.in (VPATH): Remove.
3623 (infodir): Make it absolute.
3624 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
3625
4393405b
GM
3626 * Makefile.in (dist): Anchor regexps.
3627
eef3ab94
GM
3628 * Makefile.in (srcs): Put elisp.texi first.
3629 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
3630
aa9db089
GM
3631 * Makefile.in (infoclean): Remove harmless, long-standing error.
3632
abd40fb4
GM
3633 * Makefile.in ($(infodir)): Delete rule.
3634 (mkinfodir): New.
3635 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
3636
68db69ed 3637 * Makefile.in (dist): Remove reference to emacsver.texi.in.
208deadc 3638 Also copy emacsver.texi, and edit $emacsdir.
68db69ed 3639
ea274122
GM
36402010-10-09 Glenn Morris <rgm@gnu.org>
3641
f7a31f11
GM
3642 * Makefile.in (emacsdir): New variable.
3643 (MAKEINFO): Add -I $emacsdir.
3644 (dist): Copy emacsver.texi.
b13254e7
GM
3645 (srcs): Add emacsver.texi.
3646
f7a31f11
GM
3647 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
3648 Set EMACSVER by including emacsver.texi.
3649
ea274122
GM
3650 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
3651
17ca7950
GM
36522010-10-07 Glenn Morris <rgm@gnu.org>
3653
3654 * Makefile.in (version): New, set by configure.
3655 (clean): Delete dist tar file.
3656 (dist): Use version in tar name.
3657
4c83f6e1
GM
36582010-10-06 Glenn Morris <rgm@gnu.org>
3659
3660 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
3661 (INSTALL_INFO): Remove unused variable.
3662 (mostlyclean, infoclean, dist): New rules.
3663 (clean): Delete dvi and pdf files.
3664 (maintainer-clean): Remove elisp.oaux, use infoclean.
8a944cea 3665 ($(infodir)): Add parallel build workaround.
4c83f6e1 3666
0264072d
GM
36672010-10-04 Glenn Morris <rgm@gnu.org>
3668
3669 * Makefile.in (dvi, pdf, $(infodir)): New targets.
3670 ($(infodir)/elisp): Ensure target directory exists. Use $@.
8cce34d0 3671 Fix -I typo.
0264072d
GM
3672 (clean): No 'make.out' or 'core' files.
3673 (.PHONY): Declare clean rules.
3674 (maintainer-clean): Delete pdf file. Guard against cd failures.
3675
77f38949
GM
36762010-10-03 Glenn Morris <rgm@gnu.org>
3677
3678 * files.texi (File Name Components): Remove ignored section about
3679 deleted variable directory-sep-char.
3680
178fdd41
MA
36812010-10-03 Michael Albinus <michael.albinus@gmx.de>
3682
3683 * files.texi (Magic File Names): New defopt
3684 remote-file-name-inhibit-cache.
3685
9c524fcb
GM
36862010-10-02 Glenn Morris <rgm@gnu.org>
3687
3688 * os.texi (Killing Emacs): Hook now runs in batch mode.
3689
f816790b
SM
36902010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
3691
3692 * text.texi (Special Properties): Clarify when modification-hooks run.
3693
7cf78aac
SM
36942010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
3695
3696 * syntax.texi (Syntax Flags): Document new `c' flag.
3697
ca0d44e4
GM
36982010-09-09 Glenn Morris <rgm@gnu.org>
3699
3700 * display.texi (ImageMagick Images): General cleanup.
3701
10999305 37022010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
3703
3704 * files.texi (Directory Names): Use \` rather than ^.
3705
45240125
JD
37062010-09-02 Jan Djärv <jan.h.d@swipnet.se>
3707
3708 * text.texi (Low-Level Kill Ring):
3709 * frames.texi (Window System Selections): Remove cut buffer
3710 documentation.
3711
4abe5bf6
EZ
37122010-08-28 Eli Zaretskii <eliz@gnu.org>
3713
3714 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
3715 Parameters", where the default fringe width is described.
3716
3717 * frames.texi (Window Frame Parameters, Basic Parameters)
3718 (Position Parameters, Layout Parameters, Management Parameters)
3719 (Cursor Parameters, Font and Color Parameters): Add indexing for
3720 frame parameters. (Bug#6929)
3721
fdc76236
TT
37222010-08-25 Tom Tromey <tromey@redhat.com>
3723
3724 * vol2.texi (Top): Update.
3725 * vol1.texi (Top): Update.
3726 * tips.texi (Library Headers): Mention Package-Version and
3727 Package-Requires.
3728 * package.texi: New file.
3729 * os.texi (System Interface): Update pointers.
3730 * elisp.texi (Top): Link to new nodes. Include package.texi.
3731 * anti.texi (Antinews): Update pointers.
3732
1e5c1c80
EZ
37332010-08-25 Eli Zaretskii <eliz@gnu.org>
3734
3735 * processes.texi (Filter Functions): Fix last change.
3736
78e33835
CY
37372010-08-24 Markus Triska <triska@gmx.at>
3738
3739 * processes.texi (Filter Functions): Use `buffer-live-p' instead
3740 of `buffer-name' in the main text as well as in the example
3741 (Bug#3098).
3742
198a7a97
CY
37432010-08-22 Chong Yidong <cyd@stupidchicken.com>
3744
3745 * nonascii.texi (Text Representations):
3746 * loading.texi (Loading Non-ASCII):
3747 * compile.texi (Byte Compilation): Don't mention obsolete
3748 --unibyte command-line argument.
3749
bc7d7ea6
CY
37502010-08-22 Chong Yidong <cyd@stupidchicken.com>
3751
3752 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
3753
b0126eac 37542010-08-22 Chong Yidong <cyd@stupidchicken.com>
96b1842d
CY
3755
3756 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
3757
e8a6cc19
EZ
37582010-08-20 Eli Zaretskii <eliz@gnu.org>
3759
3760 * commands.texi (Misc Events): Add cross-references to where
3761 POSITION of a mouse event is described in detail.
3762
c4e7c63a 37632010-08-08 Christoph Scholtes <cschol2112@googlemail.com>
ee301a7a 3764
c4e7c63a 3765 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
ee301a7a 3766
7815fe19 37672010-08-08 Juanma Barranquero <lekktu@gmail.com>
e8bf5266
JB
3768
3769 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
3770 Suggested by Štěpán Němec <stepnem@gmail.com>.
3771
7815fe19 37722010-08-08 Juanma Barranquero <lekktu@gmail.com>
b4f588fa
JB
3773
3774 * minibuf.texi (High-Level Completion): Document args of
3775 `read-buffer-function' (bug#5625).
3776
8b2dd508
JD
37772010-07-29 Jan Djärv <jan.h.d@swipnet.se>
3778
3779 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
3780
bace45fe
MA
37812010-07-29 Michael Albinus <michael.albinus@gmx.de>
3782
3783 * processes.texi (Process Information): Explain process property
3784 `remote-tty'.
3785
4ce5a4cc
JB
37862010-07-27 Juanma Barranquero <lekktu@gmail.com>
3787
3788 * modes.texi (Defining Minor Modes): Use C-delete in examples,
3789 instead of "\C-\^?" (bug#6334).
3790
1c84bc7a
JB
3791 * text.texi (Special Properties): Fix typo.
3792
b88746ba
EZ
37932010-07-09 Eli Zaretskii <eliz@gnu.org>
3794
3795 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
3796 calling sequences, which are now the standard.
3797
51422d6d
CY
37982010-06-24 Chong Yidong <cyd@stupidchicken.com>
3799
3800 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
3801
3802 * commands.texi (Command Overview): Mention undo-boundary call.
3803
d24880de
GM
38042010-06-23 Glenn Morris <rgm@gnu.org>
3805
3806 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
3807 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
3808 * frames.texi, functions.texi, internals.texi, keymaps.texi:
3809 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
3810 * searching.texi, sequences.texi, strings.texi, syntax.texi:
3811 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
3812 Untabify Texinfo files.
3813
0fc76035
CY
38142010-06-20 Chong Yidong <cyd@stupidchicken.com>
3815
3816 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
3817
5338dc0b
CY
38182010-06-19 Chong Yidong <cyd@stupidchicken.com>
3819
a628ad9d 3820 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
5338dc0b 3821
2c3a3c1d
CY
38222010-06-02 Chong Yidong <cyd@stupidchicken.com>
3823
ba3bf1d9
CY
3824 * searching.texi (Regexp Special): Remove obsolete information
3825 about matching non-ASCII characters, and suggest using char
3826 classes (Bug#6283).
2c3a3c1d 3827
7f4b4249
JB
38282010-05-30 Juanma Barranquero <lekktu@gmail.com>
3829
3830 * minibuf.texi (Basic Completion): Add missing "@end defun".
3831
637821cd
SM
38322010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
3833
3834 * minibuf.texi (Basic Completion): Document completion-boundaries.
3835 (Programmed Completion): Document the new fourth method for boundaries.
3836
e13051c3
CY
38372010-05-22 Chong Yidong <cyd@stupidchicken.com>
3838
a628ad9d 3839 * display.texi (Image Cache): Update documentation about image caching.
e13051c3 3840
0235128c 38412010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
3842
3843 * windows.texi (Textual Scrolling):
3844 * tips.texi (Coding Conventions):
3845 * minibuf.texi (Minibuffer History):
3846 * maps.texi (Standard Keymaps):
3847 * loading.texi (Where Defined):
3848 * edebug.texi (Instrumenting): Fix typos.
3849
0235128c 38502010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549 3851
c7c32279
CY
3852 * keymaps.texi (Menu Bar): Document :advertised-binding property.
3853
0235128c
SM
3854 * functions.texi (Obsolete Functions):
3855 Document set-advertised-calling-convention.
eb5ed549
CY
3856
3857 * minibuf.texi (Basic Completion): Document completion-in-region.
3858 (Programmed Completion): Document completion-annotate-function.
3859
3860 * commands.texi (Reading One Event): Document read-key.
3861 (Distinguish Interactive): Document KIND arg to
3862 called-interactively-p. Delete obsolete interactive-p.
3863
3864 * elisp.texi (Top): Update node description.
3865
f8848423
EZ
38662010-05-08 Eli Zaretskii <eliz@gnu.org>
3867
0235128c
SM
3868 * nonascii.texi (Character Properties):
3869 Document unicode-category-table. Add an index entry for Unicode
3870 general category.
3871
38722010-05-07 Chong Yidong <cyd@stupidchicken.com>
3873
3874 * Version 23.2 released.
f8848423 3875
938efb77
JB
38762010-04-20 Juanma Barranquero <lekktu@gmail.com>
3877
3878 * locals.texi (Standard Buffer-Local Variables):
3879 Remove @ignore'd reference to `direction-reversed'.
3880
5854c267
JL
38812010-04-14 Juri Linkov <juri@jurta.org>
3882
3883 Fix @deffn without category.
3884
3885 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
3886 for `abbrev-insert'.
3887
3888 * buffers.texi (Indirect Buffers): Add category `Command'
3889 to @deffn of `clone-indirect-buffer'.
3890
3891 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
3892 for `next-window' and `previous-window'. Add category `Command'
3893 to @deffn of `pop-to-buffer'.
3894
8a14dec7
CY
38952010-04-01 Chong Yidong <cyd@stupidchicken.com>
3896
3897 * nonascii.texi (Text Representations): Don't mark
3898 enable-multibyte-characters as a user option.
3899
7a1831cf
EZ
39002010-03-31 Eli Zaretskii <eliz@gnu.org>
3901
3902 * control.texi (Handling Errors): How to re-throw a signal caught
3903 by condition-case.
3904
c3863713
CY
39052010-03-26 Chong Yidong <cyd@stupidchicken.com>
3906
3907 * loading.texi (Hooks for Loading): Document after-load-functions.
3908 Copyedits.
3909
c333f279
AM
39102010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
3911
3912 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
3913
e867cb5d 39142010-03-24 Chong Yidong <cyd@stupidchicken.com>
f7704e26
CY
3915
3916 * processes.texi (Network Processes): Document seqpacket type.
3917
605f35cd
DN
39182010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
3919
3920 * os.texi (System Environment): Do not mention lynxos.
3921
288f9fc0
CY
39222010-03-10 Chong Yidong <cyd@stupidchicken.com>
3923
3924 * Branch for 23.2.
3925
eed5c93a
CY
39262010-03-06 Chong Yidong <cyd@stupidchicken.com>
3927
3928 * objects.texi (Integer Type): Take note of the read syntax
3929 exception for numbers that cannot fit in the integer type.
3930
1ddd6622
GM
39312010-03-03 Glenn Morris <rgm@gnu.org>
3932
3933 * numbers.texi (Integer Basics, Bitwise Operations):
3934 * objects.texi (Integer Type): Update for integers now being 30-bit.
3935
a908c79a
CY
39362010-02-27 Chong Yidong <cyd@stupidchicken.com>
3937
3938 * display.texi (Low-Level Font): Document :otf font-spec property.
3939
cd61af01
SM
39402010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
3941
3942 * display.texi (Line Height): Avoid obsolete special default variables
3943 like default-major-mode.
3944
c02f8fe2
AM
39452010-01-28 Alan Mackenzie <acm@muc.de>
3946
3947 * display.texi (Auto Faces): Say fontification-functions is called
3948 whether or not Font Lock is enabled. Tidy up the wording a bit.
3949
d738d18b
CY
39502010-01-17 Chong Yidong <cyd@stupidchicken.com>
3951
3952 * elisp.texi: Remove duplicate edition information (Bug#5407).
3953
4963739e
JB
39542010-01-17 Juanma Barranquero <lekktu@gmail.com>
3955
3956 * two.el (volume-header-toc-markup): Fix typos in docstring.
3957
c57008f6
SM
39582010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
3959
3960 Avoid dubious uses of save-excursions.
3961 * positions.texi (Excursions): Recommend the use of
3962 save-current-buffer if applicable.
3963 * text.texi (Clickable Text): Fix the example code which used
3964 save-excursion in a naive way which sometimes preserves point and
3965 sometimes not.
3966 * variables.texi (Creating Buffer-Local):
3967 * os.texi (Session Management):
3968 * display.texi (GIF Images):
3969 * control.texi (Cleanups): Use (save|with)-current-buffer.
3970
2f3725cd
EZ
39712010-01-02 Eli Zaretskii <eliz@gnu.org>
3972
3973 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
3974
85eeac93
CY
39752010-01-02 Chong Yidong <cyd@stupidchicken.com>
3976
3977 * nonascii.texi (Text Representations, Character Codes)
3978 (Converting Representations, Explicit Encoding)
3979 (Translation of Characters): Use hex notation consistently.
3980 (Character Sets): Fix map-charset-chars doc (Bug#5197).
3981
4801c5fa
CY
39822010-01-01 Chong Yidong <cyd@stupidchicken.com>
3983
3984 * loading.texi (Where Defined): Make it clearer that these are
3985 loaded files (Bug#5068).
3986
26e533e2
CY
39872009-12-29 Chong Yidong <cyd@stupidchicken.com>
3988
3989 * minibuf.texi (Completion Styles): Document `initials' style.
3990
16d1ff5f
CY
39912009-12-25 Chong Yidong <cyd@stupidchicken.com>
3992
3993 * frames.texi (Resources): Describe inhibit-x-resources.
3994 (Size Parameters): Copyedit.
3995
3996 * hash.texi (Creating Hash):
3997 * objects.texi (Hash Table Type): Document the new hash table
3998 printed representation.
3999
4000 * minibuf.texi (Basic Completion): 4th arg to all-completions is
4001 obsolete.
4002
5dcb4c4e
SM
4003 * processes.texi (Process Buffers):
4004 Document process-kill-buffer-query-function.
16d1ff5f 4005
9a5de3d9
GM
40062009-12-05 Glenn Morris <rgm@gnu.org>
4007
4008 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
4009 diary-display-function, and no longer recommended to be a hook.
4010 Update for changes in the names of calendar and diary hooks.
4011 diary-print-entries-hook has changed section.
4012
b640eb52
EZ
40132009-11-28 Eli Zaretskii <eliz@gnu.org>
4014
4015 * text.texi (Special Properties): More accurate description of
4016 what the `cursor' property does.
4017
be1674ab
KR
40182009-11-26 Kevin Ryde <user42@zip.com.au>
4019
4020 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
4021 mouse-wheel-down-event, the closest thing to a definition for them.
4022 * os.texi (Startup Summary): vindex inhibit-startup-message and
4023 inhibit-splash-screen.
4024 (Command-Line Arguments): vindex argv.
4025 (Suspending Emacs): vindex suspend-tty-functions and
4026 resume-tty-functions. Don't want to index every hook, but having
4027 the programming ones is helpful.
4028
603f5979
CY
40292009-11-14 Chong Yidong <cyd@stupidchicken.com>
4030
4031 * commands.texi (Motion Events): Fix typo (Bug#4907).
4032
4359a806
CY
40332009-11-08 Chong Yidong <cyd@stupidchicken.com>
4034
4035 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
4036 are affected by case-fold-search (Bug#4483).
4037
0f063651
CY
40382009-11-02 Chong Yidong <cyd@stupidchicken.com>
4039
4040 * minibuf.texi (Reading File Names): Note that read-file-name may
4041 use a graphical file dialog.
4042
9bd79893
GM
40432009-10-31 Glenn Morris <rgm@gnu.org>
4044
4045 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
4046
ebe479ec
KR
40472009-10-16 Kevin Ryde <user42@zip.com.au>
4048
4049 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
4050 in particular so `info-lookup-symbol' can find its docs.
4051
2640fa86
CY
40522009-10-16 Chong Yidong <cyd@stupidchicken.com>
4053
4054 * variables.texi (Constant Variables): Distinguish from defconst
4055 variables.
4056 (Defining Variables): Add cindex.
4057
edd6a733
CY
40582009-10-15 Chong Yidong <cyd@stupidchicken.com>
4059
4060 * os.texi (Time of Day): Clarify that the microsecond part is
4061 ignored (Bug#4637).
4062
5feb0b73
GM
40632009-10-11 Glenn Morris <rgm@gnu.org>
4064
4065 * frames.texi (Size and Position): Clarify what is included in the frame
4066 height. (Bug#4535)
4067
0c5413c8
GM
40682009-10-10 Glenn Morris <rgm@gnu.org>
4069
4070 * windows.texi (Size of Window): The relationship between window and
4071 frame heights is not so simple. (Bug#4535)
4072 Mention window-full-height-p.
4073
7f8b600a
SM
40742009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
4075
4076 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
4077 used from Lisp.
4078
6185de1c
EZ
40792009-10-07 Eli Zaretskii <eliz@gnu.org>
4080
7f8b600a
SM
4081 * files.texi (Directory Names) <abbreviate-file-name>:
4082 Document that root home directories are not replaced with "~".
6185de1c 4083
9972911f
EZ
40842009-10-06 Eli Zaretskii <eliz@gnu.org>
4085
4086 * text.texi (Special Properties): Document the meaning of the
4087 `cursor' text property whose value is an integer.
4088
2a3f19ef
MA
40892009-10-05 Michael Albinus <michael.albinus@gmx.de>
4090
4091 * files.texi (Magic File Names): Add `copy-directory'.
4092
804543b5
EZ
40932009-10-05 Eli Zaretskii <eliz@gnu.org>
4094
4095 * files.texi (File Attributes): Fix description of file
4096 attributes. (Bug#4638) Update attributes of files.texi example to
4097 be more representative.
4098
461bf92b
MA
40992009-10-05 Michael Albinus <michael.albinus@gmx.de>
4100
4101 * files.texi (Create/Delete Dirs): New command copy-directory.
4102
a86cd395
JB
41032009-10-04 Juanma Barranquero <lekktu@gmail.com>
4104
4105 * anti.texi (Antinews):
4106 * macros.texi (Indenting Macros):
4107 * strings.texi (Creating Strings, Case Conversion):
4108 Remove duplicate words.
4109
d3080264
MA
41102009-10-01 Michael Albinus <michael.albinus@gmx.de>
4111
4112 * files.texi (Create/Delete Dirs): delete-directory has an
4113 optional parameter RECURSIVE.
4114
85d14563
SM
41152009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
4116
4117 * buffers.texi (Swapping Text): Minor clarification.
4118
3d9842c6
GM
41192009-10-01 Glenn Morris <rgm@gnu.org>
4120
4121 * functions.texi (Declaring Functions): Mention that we also search for
4122 ".m" files in the src/ directory.
4123
78427304
CY
41242009-09-25 David Engster <deng@randomsample.de>
4125
3d9842c6 4126 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
78427304 4127
b578c9cc
GM
41282009-09-22 Glenn Morris <rgm@gnu.org>
4129
4130 * internals.texi (Building Emacs): Mention preloaded-file-list.
4131
beee5da7
AM
41322009-09-14 Alan Mackenzie <acm@muc.de>
4133
4134 * os.texi (Terminal Output): Put "@code{}" around "stdout".
4135
5d6ab672
CY
41362009-09-13 Chong Yidong <cyd@stupidchicken.com>
4137
4138 * functions.texi (Anonymous Functions): Rearrange discussion,
4139 giving usage of unquoted lambda forms first. Mention that
4140 `function' and `#'' are no longer required (Bug#4290).
4141
59375eeb
AM
41422009-09-11 Alan Mackenzie <acm@muc.de>
4143
a86cd395 4144 * os.texi (Terminal Output): Document `send-string-to-terminal' in
59375eeb
AM
4145 batch mode.
4146
e7e2f529
GM
41472009-09-01 Glenn Morris <rgm@gnu.org>
4148
4149 * display.texi (Face Functions): Mention define-obsolete-face-alias.
4150
eae47088
GM
41512009-08-26 Ulrich Mueller <ulm@gentoo.org>
4152
4153 * nonascii.texi (Character Codes): Fix typos.
4154
3691a0a6
MA
41552009-08-25 Michael Albinus <michael.albinus@gmx.de>
4156
4157 * processes.texi (Synchronous Processes): New defvar
4158 process-file-side-effects.
4159
664d56b8
GM
41602009-08-25 Glenn Morris <rgm@gnu.org>
4161
4162 * display.texi (Fontsets): Fix typo.
4163
0706c025
GM
4164 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
4165
03a74b84
SM
41662009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
4167
4168 * processes.texi (Asynchronous Processes): Adjust arglist of
4169 start-process-shell-command and start-file-process-shell-command.
4170
f6de8a37
CY
41712009-08-15 Chong Yidong <cyd@stupidchicken.com>
4172
4b1ed1bb
CY
4173 * advice.texi (Argument Access in Advice): Note that argument
4174 positions are zero-based (Bug#3932).
4175
89a9e058
CY
4176 * commands.texi (Distinguish Interactive): Minor copyedit.
4177
23696fd7
CY
4178 * display.texi (Face Attributes): Add xref to Displaying Faces for
4179 explanation of "underlying face".
4180
f6de8a37
CY
4181 * customize.texi (Common Keywords): Add xref to Loading.
4182
4183 * loading.texi (How Programs Do Loading): Add xref to Lisp
4184 Libraries node in the Emacs manual.
4185
417f77e6
CY
41862009-08-13 Chong Yidong <cyd@stupidchicken.com>
4187
4188 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
4189
0999039c
CY
41902009-07-18 Chong Yidong <cyd@stupidchicken.com>
4191
4192 * processes.texi (Shell Arguments): Copyedits.
4193
9af167bc
GM
41942009-07-18 Glenn Morris <rgm@gnu.org>
4195
4196 * loading.texi (Repeated Loading): Fix typo.
4197
137987ab
RS
41982009-07-16 Richard Stallman <rms@gnu.org>
4199
4200 * buffers.texi (Swapping Text): Recommend setting
4201 write-region-annotate-functions and buffer-saved-size.
4202
4203 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
4204
622fa380
GM
42052009-07-15 Glenn Morris <rgm@gnu.org>
4206
4207 * edebug.texi: Minor re-phrasings throughout.
4208 (Edebug Execution Modes): Sit-for affects continue mode too.
4209 (Jumping): Use `forward-sexp' rather than its keybinding.
4210 (Edebug Misc): Fix Q binding.
4211 (Edebug Eval): Remove cl version.
4212 (Printing in Edebug): Clarify print-length etc.
4213 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
4214 (Specification List): Remove edebug-unwrap findex entry.
4215 (Specification Examples): defmacro is actually not the same as defun.
4216 Escape "`" in example.
4217
6bbd4600
CY
42182009-07-15 Chong Yidong <cyd@stupidchicken.com>
4219
4220 * markers.texi (The Mark): Document optional arg to
4221 deactivate-mark.
4222
e538d479
GM
42232009-07-11 Kevin Ryde <user42@zip.com.au>
4224
4225 * hooks.texi (Standard Hooks): Fix cross-references.
4226
4c98b9ed
GM
4227 * loading.texi (Named Features): Refer to eval-after-load.
4228
5300838c
GM
42292009-07-11 Glenn Morris <rgm@gnu.org>
4230
64fbeb16
GM
4231 * Makefile.in (TEXI2PDF): New.
4232 (elisp.pdf): New target.
4233
4c98b9ed
GM
4234 * searching.texi (Regexp Backslash): Fix typo.
4235
4236 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5300838c 4237
51d9979c
GM
42382009-07-10 Glenn Morris <rgm@gnu.org>
4239
561c0216
GM
4240 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
4241
5b594a58
GM
4242 * customize.texi (Customization Types):
4243 * display.texi (Abstract Display):
0cc8c85a 4244 * objects.texi (Character Type, String Type):
5b594a58 4245 Merge in some menu descriptions from elisp.texi.
51d9979c 4246
c3cbbb40
GM
4247 * hash.texi (Hash Tables):
4248 * modes.texi (Multiline Font Lock):
4249 End menu description with period.
fe42c16a 4250
28528402
GM
42512009-07-09 Glenn Morris <rgm@gnu.org>
4252
4253 * back.texi: Don't hard-code texinfo location.
4254
4255 * two-volume.make (texinfodir): New, with location of texinfo.tex.
4256 (tex): Add texinfodir to TEXINPUTS.
4257 (elisp1med-init, elisp2med-init): Use texinfodir.
4258
4259 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
4260 (clean): Add two-volume.make intermediate files.
4261
4262 * elisp.texi, vol1.texi, vol2.texi:
4263 Use a DATE variable with the publication date, and update it.
4264 Fix antinews menu description.
4265
4266 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
4267 Update the detailed node listing to match elisp.texi.
4268
4269 * README: Update edition to match elisp.texi.
4270
4271 * objects.texi (General Escape Syntax):
4272 * nonascii.texi (Character Sets):
4273 Use consistent case for "Unicode Standard".
4274
4275 * anti.texi (Antinews):
4276 * customize.texi (Variable Definitions):
4277 * functions.texi (Declaring Functions):
4278 * nonascii.texi (Character Properties):
4279 * processes.texi (Serial Ports):
4280 * text.texi (Special Properties):
4281 * tips.texi (Coding Conventions):
4282 Minor rearrangements to improve TeX line-filling.
4283
4284 * commands.texi (Using Interactive): Fix cross-reference.
4285
17db8e10
JD
42862009-07-01 Jan Djärv <jan.h.d@swipnet.se>
4287
4288 * frames.texi (Management Parameters): Mention sticky.
4289
77c7e2e1
AS
42902009-07-01 Andreas Schwab <aschwab@redhat.com>
4291
4292 * help.texi (Help Functions): Fix description of help-buffer and
4293 help-setup-xref to use @defun instead of @deffn.
4294
3f1c6666
JD
42952009-07-01 Jan Djärv <jan.h.d@swipnet.se>
4296
4297 * frames.texi (Size Parameters): Mention maximized for fullscreen.
4298
ca27c21b
CY
42992009-06-24 Chong Yidong <cyd@stupidchicken.com>
4300
4301 * display.texi (Window Systems): Add ns to the list.
4302
70243478
CY
43032009-06-21 Chong Yidong <cyd@stupidchicken.com>
4304
4305 * Branch for 23.1.
4306
df006536
MR
43072009-06-17 Martin Rudalics <rudalics@gmx.at>
4308
4309 * windows.texi (Dedicated Windows): Fix typo.
4310 (Resizing Windows): Replace @defun by @deffn.
4311
d259fc4b
GM
43122009-06-17 Glenn Morris <rgm@gnu.org>
4313
4314 * variables.texi (Directory Local Variables):
4315 Update for 2009-04-11 name-change of dir-locals-directory-alist.
4316
30781db6
KH
43172009-06-09 Kenichi Handa <handa@m17n.org>
4318
4319 * nonascii.texi (Character Sets): State clearly that FROM and TO
4320 are codepoints of CHARSET.
4321
62e8099c
CY
43222009-06-07 Chong Yidong <cyd@stupidchicken.com>
4323
4324 * minibuf.texi (Reading File Names): Fix introductory text.
4325 Suggested by stan@derbycityprints.com.
4326 (High-Level Completion): Fix typo.
4327
ee1b1917
CY
43282009-05-28 Chong Yidong <cyd@stupidchicken.com>
4329
4330 * frames.texi (Text Terminal Colors): Multi-tty is already
4331 implemented, but tty-local colors are not.
4332
5df647e8
CY
43332009-05-27 Chong Yidong <cyd@stupidchicken.com>
4334
4335 * hooks.texi (Standard Hooks): Remove mention of obsolete
4336 redisplay-end-trigger-functions.
4337
4338 * internals.texi (Window Internals): Remove mention of obsolete
4339 redisplay-end-trigger-functions.
4340
01f17ae2
MR
43412009-05-21 Martin Rudalics <rudalics@gmx.at>
4342
4343 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
4344
4345 * backups.texi (Making Backups): backup-directory-alist and
4346 make-backup-file-name-function are options.
4347 (Auto-Saving): auto-save-list-file-prefix is an option.
4348
4349 * buffers.texi (Killing Buffers): buffer-offer-save is an
4350 option.
4351
4352 * display.texi (Refresh Screen): no-redraw-on-reenter is an
4353 option.
4354 (Echo Area Customization): echo-keystrokes is an option.
4355 (Selective Display): selective-display-ellipses is an option.
4356 (Temporary Displays): temp-buffer-show-function is an option.
4357 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
4358 are options.
4359 (Font Selection): face-font-family-alternatives,
4360 face-font-selection-order, face-font-registry-alternatives, and
4361 scalable-fonts-allowed are options.
4362 (Fringe Indicators): indicate-buffer-boundaries is an option.
4363 (Fringe Cursors): overflow-newline-into-fringe is an option.
4364 (Scroll Bars): scroll-bar-mode is an option.
4365
4366 * eval.texi (Eval): max-lisp-eval-depth is an option.
4367
4368 * files.texi (Visiting Functions): find-file-hook is an option.
4369 (Directory Names): directory-abbrev-alist is an option.
4370 (Unique File Names): temporary-file-directory and
4371 small-temporary-file-directory are options.
4372
4373 * frames.texi (Initial Parameters): initial-frame-alist,
4374 minibuffer-frame-alist and default-frame-alist are options.
4375 (Cursor Parameters): blink-cursor-alist and
4376 cursor-in-non-selected-windows ar options.
4377 (Window System Selections): selection-coding-system is an
4378 option.
4379 (Display Feature Testing): display-mm-dimensions-alist is an
4380 option.
4381
4382 * help.texi (Help Functions): help-char and help-event-list are
4383 options.
4384
4385 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
4386 an option.
4387
4388 * minibuf.texi (Minibuffer History): history-length and
4389 history-delete-duplicates are options.
4390 (High-Level Completion): read-buffer-function and
4391 read-buffer-completion-ignore-case are options.
4392 (Reading File Names): read-file-name-completion-ignore-case is
4393 an option.
4394
4395 * modes.texi (Mode Line Top): mode-line-format is an option.
4396 (Mode Line Variables): mode-line-position and mode-line-modes
4397 are options.
4398
4399 * nonascii.texi (Text Representations):
4400 enable-multibyte-characters is an option.
4401 (Default Coding Systems): auto-coding-regexp-alist,
4402 file-coding-system-alist, auto-coding-alist and
4403 auto-coding-functions are options.
4404 (Specifying Coding Systems): inhibit-eol-conversion is an
4405 option.
4406
4407 * os.texi (Init File): site-run-file is an option.
4408 (System Environment): mail-host-address is an option.
4409 (User Identification): user-mail-address is an option.
4410 (Terminal Output): baud-rate is an option.
4411
4412 * positions.texi (Word Motion): words-include-escapes is an
4413 option.
4414
4415 * searching.texi (Standard Regexps): page-delimiter,
4416 paragraph-separate, paragraph-separate and sentence-end are
4417 options.
4418
4419 * text.texi (Margins): left-margin and fill-nobreak-predicate
4420 are options.
4421
4422 * variables.texi (Local Variables): max-specpdl-size is an
4423 option.
4424
4425 * windows.texi (Choosing Window):
4426 split-window-preferred-function, special-display-function and
4427 display-buffer-function are options.
4428
106e6894
CY
44292009-05-20 Chong Yidong <cyd@stupidchicken.com>
4430
4a83454d
CY
4431 Fix errors spotted by Martin Rudalics.
4432
106e6894
CY
4433 * syntax.texi (Position Parse): Document rationale for ignored
4434 arguments to syntax-ppss-flush-cache.
4435
4436 * processes.texi (Input to Processes): Mark PROCESS arg to
4437 process-running-child-p as optional.
4438 (Network Options): Document NO-ERROR arg to
4439 set-network-process-option.
4440
4441 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
4442 command.
4443
4444 * searching.texi (POSIX Regexps): Mark posix-search-forward and
4445 posix-search-backward as commands.
4446
4447 * os.texi (Killing Emacs): Mark kill-emacs as a command.
4448 (Suspending Emacs): Mark suspend-emacs as a command.
4449 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
4450 commands.
5dcb4c4e
SM
4451 (Terminal Output): Remove obsolete function baud-rate.
4452 Document TERMINAL arg for send-string-to-terminal.
106e6894
CY
4453
4454 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
4455 terminal-coding-system and set-terminal-coding-system.
4456 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
4457 as optional.
4458 (Character Sets): Document RESTRICTION arg of char-charset.
4459 (Character Codes): Mark POS argument to get-byte as optional.
4460
4461 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
4462 minibuffer-message.
4463
4464 * files.texi (Create/Delete Dirs): Mark make-directory and
4465 delete-directory as commands.
4466
4467 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
4468
4469 * text.texi (Base 64): Mark base64-decode-string and
4470 base64-encode-string as commands.
4471 (Columns): Mark move-to-column as a command.
4472 (Mode-Specific Indent): Document RIGID arg to
4473 indent-for-tab-command.
4474 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
4475 Mark indent-code-rigidly as a command.
4476 (Substitution): Mark translate-region as a command.
4477
4478 * frames.texi (Size and Position): Remove obsolete functions
4479 screen-height and screen-width.
4480
04173931
CY
44812009-05-19 Chong Yidong <cyd@stupidchicken.com>
4482
4483 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
4484 (Displaying Buffers, Resizing Windows): Correct mistakes;
4485 next-window, previous-window, and pop-to-buffer are not commands,
4486 and fit-window-to-buffer" is a command. (Pointed out by Martin
4487 Rudalics.)
4488
eae7d8f8
RS
44892009-05-17 Richard M Stallman <rms@gnu.org>
4490
4491 * modes.texi (Precalculated Fontification): Clarify text.
4492
b8766179
MR
44932009-05-17 Martin Rudalics <rudalics@gmx.at>
4494
4495 * windows.texi (Selecting Windows): Clarify descriptions of
4496 with-selected-window and get-lru-window.
4497 (Cyclic Window Ordering): Refer to particular frame when talking
4498 about how splitting affects the ordering.
4499 (Displaying Buffers): Fix descriptions of switch-to-buffer and
4500 switch-to-buffer-other-window. Explain how setting of
4501 display-buffer-reuse-frames affects pop-to-buffer.
4502 (Choosing Window): Clarify some details in descriptions of
4503 display-buffer-reuse-frames, pop-up-frames, and
4504 pop-up-frame-function.
4505 (Dedicated Windows): Clarify some details.
4506 (Textual Scrolling): Replace term vscroll by term vertical
4507 scroll position.
4508 (Vertical Scrolling): Fix typo.
4509 (Window Hooks): Relate text on jit-lock-register to window
4510 scrolling and size changes.
4511
734b5e3b
CY
45122009-05-14 Chong Yidong <cyd@stupidchicken.com>
4513
0a65633e
CY
4514 * frames.texi (Initial Parameters): Clarify what the initial
4515 minibuffer frame is.
05be46d7
CY
4516 (Buffer Parameters): Note that the minibuffer parameter can not be
4517 altered.
0a65633e 4518
734b5e3b
CY
4519 * anti.texi (Antinews): Copyedits. Rearrange some entries.
4520 Document display-buffer changes.
4521
925672cd
CY
45222009-05-13 Chong Yidong <cyd@stupidchicken.com>
4523
17ecd7af
CY
4524 * anti.texi (Antinews): Rewrite for Emacs 22.
4525
925672cd
CY
4526 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
4527 obarrays are first mentioned. Define "system abbrev" more
4528 prominently, and add it to the index.
4529 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
4530 Copyedits.
4531 (Abbrev Expansion): Document abbrev-insert.
4532
80be4dd7
CY
45332009-05-12 Chong Yidong <cyd@stupidchicken.com>
4534
4535 * frames.texi (Font and Color Parameters): Rename from Color
4536 Parameters. Document font-backend parameter.
4537
4538 * vol2.texi (Top): Update node listing.
4539 * vol1.texi (Top): Update node listing.
4540 * elisp.texi (Top): Update node listing.
4541
372a93ac
MR
45422009-05-11 Martin Rudalics <rudalics@gmx.at>
4543
4544 * windows.texi (Choosing Window): Don't explicitly refer to
4545 split-window-sensibly's window argument in descriptions of
4546 split-height-threshold and split-width-threshold.
4547
714c3541
MR
45482009-05-10 Martin Rudalics <rudalics@gmx.at>
4549
4550 * windows.texi (Choosing Window): Fix rewrite of window
4551 splitting section.
4552
0e90e7be
EZ
45532009-05-09 Eli Zaretskii <eliz@gnu.org>
4554
f4e90db0
SM
4555 * nonascii.texi (Default Coding Systems):
4556 Document find-auto-coding, set-auto-coding, and auto-coding-alist.
5dcb4c4e 4557 Add indexing.
0e90e7be
EZ
4558 (Lisp and Coding Systems): Add index entries.
4559
d3c0c321
MR
45602009-05-09 Martin Rudalics <rudalics@gmx.at>
4561
4562 * windows.texi (Choosing Window): Describe split-window-sensibly
4563 and rewrite section on window splitting accordingly.
4564 (Textual Scrolling): Replace `...' by @code{...}.
4565
c773345a
CY
45662009-05-04 Chong Yidong <cyd@stupidchicken.com>
4567
ee2d5b5e
CY
4568 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
4569 Remove obsoleted pre-abbrev-expand-hook.
4570
4571 * locals.texi (Standard Buffer-Local Variables): Consolidate table
4572 entries.
4573
c773345a
CY
4574 * internals.texi (Object Internals): Don't assume 32-bit machines
4575 are the norm.
4576 (Buffer Internals): Consolidate table entries for readability.
ee2d5b5e
CY
4577 (Window Internals): Synch field names to window.h.
4578 (Process Internals): Synch field names to process.h.
c773345a 4579
dd449674
CY
45802009-04-29 Chong Yidong <cyd@stupidchicken.com>
4581
4582 * variables.texi (File Local Variables): Note that read-circle is
4583 bound to nil when reading file-local variables.
4584
4585 * streams.texi (Input Functions): Document read-circle.
4586 (Output Variables): Add xref to Circular Objects.
4587
4f1e25e2
CY
45882009-04-25 Chong Yidong <cyd@stupidchicken.com>
4589
4590 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
4591 Features and Coding System Basics. Node that "p" stands for
4592 "predicate". Recommend utf-8-emacs instead of emacs-mule.
4593 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
4594 mouse-appearance-menu.
4595 (Programming Tips): Add xref to Progress.
4596
dca019f8
CY
45972009-04-22 Chong Yidong <cyd@stupidchicken.com>
4598
5dcb4c4e
SM
4599 * os.texi (Command-Line Arguments):
4600 Document command-line-args-left.
dca019f8
CY
4601 (Suspending Emacs): Adapt text to multi-tty case. Document use of
4602 terminal objects for tty arguments.
4603 (Startup Summary): Add xref to Session Management.
4604 (Session Management): Mention emacs-session-restore. Copyedits.
4605
02a89103
CY
46062009-04-20 Chong Yidong <cyd@stupidchicken.com>
4607
4608 * os.texi (Startup Summary): Copyedits. The init file is not
4609 necessarily named .emacs now. Document initial-buffer-choice and
4610 initial-scratch-message. Note where Emacs exits in batch mode.
4611 Document inhibit-splash-screen as an alias.
4612 (Init File): Be neutral about which init file name to use.
4613
46142009-04-16 Chong Yidong <cyd@stupidchicken.com>
4615
4616 * os.texi (System Interface): Fix Texinfo usage.
4617
0c1cfe01
CY
46182009-04-15 Chong Yidong <cyd@stupidchicken.com>
4619
80d7cdca
CY
4620 * searching.texi (Regexp Backslash): Also refer to shy groups as
4621 non-capturing or unnumbered groups.
4622 (Regexp Functions): Add cross-reference to Regexp Backslash.
4623
0c1cfe01
CY
4624 * display.texi (Truncation): Overlays can use line-prefix and
4625 wrap-prefix too.
4626 (Overlay Properties): Document wrap-prefix and line-prefix.
4627 (Face Attributes): Document underline-minimum-offset.
4628 (Face Remapping): Copyedits.
4629 (Low-Level Font): Copyedits.
4630 (Image Cache): Note that the image cache is shared between frames.
ed8ab760
CY
4631 (Line Height): Emphasize that line-spacing only takes effect on
4632 graphical terminals.
0c1cfe01 4633
c4adeee0
CY
46342009-04-13 Chong Yidong <cyd@stupidchicken.com>
4635
4636 * display.texi (Refresh Screen): Note that a passage about screen
4637 refreshing is text terminal only.
4638 (Forcing Redisplay): Delete misleading comment---sit-for calls
4639 redisplay, not the other way around.
4640 (Truncation): Note new values of truncate-partial-width-windows.
4641 Copyedits.
4642 (Invisible Text): Document invisible-p.
4643
b20ecfa1
EZ
46442009-04-11 Eli Zaretskii <eliz@gnu.org>
4645
4646 * display.texi (Overlays): Overlays don't scale well. See
4647 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
4648
97d8273f
CY
46492009-04-10 Chong Yidong <cyd@stupidchicken.com>
4650
f147ff75
CY
4651 * syntax.texi (Syntax Table Functions): Document cons cell
4652 argument for modify-syntax-entry.
4653 (Categories): Document cons cell argument for
4654 modify-category-entry.
4655
fca4ec76
CY
4656 * searching.texi (String Search): Document word-search-forward-lax
4657 and word-search-backward-lax.
4658 (Searching and Case): Describe isearch behavior more precisely.
4659
9c283d5b
CY
4660 * keymaps.texi (Tool Bar): Mention that some platforms do not
4661 support multi-line toolbars. Suggested by Stephen Eglen.
4662
4663 * frames.texi (Layout Parameters): Mention that Nextstep also
4664 allows only one tool-bar line. Suggested by Stephen Eglen.
4665
97d8273f
CY
4666 * nonascii.texi (Text Representations): Copyedits.
4667 (Coding System Basics): Also mention utf-8-emacs.
4668 (Converting Representations, Selecting a Representation)
4669 (Scanning Charsets, Translation of Characters, Encoding and I/O):
4670 Copyedits.
4671 (Character Codes): Mention role of codepoints 1114112 to 4194175.
4672
2bad3299
CY
46732009-04-09 Chong Yidong <cyd@stupidchicken.com>
4674
4675 * text.texi (Yank Commands): Note that yank uses push-mark.
5dcb4c4e
SM
4676 (Filling): Clarify REGION argument of fill-paragraph.
4677 Document fill-forward-paragraph-function.
2bad3299
CY
4678 (Special Properties): Remove "new in Emacs 22" declaration.
4679 (Clickable Text): Merge with Links and Mouse-1 node.
4680
5dcb4c4e
SM
4681 * display.texi (Button Properties, Button Buffer Commands):
4682 Change xref to Clickable Text.
2bad3299
CY
4683
4684 * tips.texi (Key Binding Conventions): Change xref to Clickable
4685 Text.
4686
4687 * elisp.texi (Top): Update node listing.
4688
ea30ce4f
CY
46892009-04-05 Chong Yidong <cyd@stupidchicken.com>
4690
47af2f4b
CY
4691 * markers.texi (The Mark): Copyedits. Improve description of
4692 handle-shift-selection.
4693 (The Region): Move use-region-p here from The Mark.
4694
ea30ce4f
CY
4695 * positions.texi (Screen Lines): Document (cols . lines) argument
4696 for vertical-motion.
4697
2aa8ea6e
CY
46982009-04-04 Chong Yidong <cyd@stupidchicken.com>
4699
3ec61d4e
CY
4700 * frames.texi (Frames): Clean up introduction. Document `ns'
4701 return value for framep.
4702 (Creating Frames): Note how the terminal is chosen.
4703 (Multiple Terminals, Multiple Displays): Merge into a single node.
4704 (Color Parameters): Fix typo.
4705
4706 * variables.texi (Local Variables, Buffer-Local Variables)
4707 (Creating Buffer-Local): Change link to Multiple Terminals.
4708
4709 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
4710
4711 * keymaps.texi (Controlling Active Maps): Change link to Multiple
4712 Terminals.
4713
4714 * commands.texi (Command Loop Info, Keyboard Macros): Change link
4715 to Multiple Terminals.
4716
4717 * elisp.texi (Top): Update node listing.
4718 * vol2.texi (Top): Update node listing.
4719 * vol1.texi (Top): Update node listing.
4720
9257072f
CY
4721 * buffers.texi (Current Buffer): Note that the append-to-buffer
4722 example is no longer in synch with the latest code. Tie the two
4723 examples together.
4724
2aa8ea6e
CY
4725 * files.texi (File Attributes): Move note about MS-DOS from
4726 Changing Files to File Attributes.
4727 (Create/Delete Dirs): Note that mkdir is an alias for this.
4728
22e74b17
CY
47292009-04-01 Markus Triska <triska@gmx.at>
4730
4731 * processes.texi (Filter Functions): Suggest how to handle output
4732 batches.
4733
4bbe48ec
CY
47342009-03-30 Chong Yidong <cyd@stupidchicken.com>
4735
4736 * help.texi (Accessing Documentation): Update example to use
4737 help-setup-xref and with-help-window.
4738 (Help Functions): Remove print-help-return-message, which is
4739 semi-obsolete due to with-help-window. Document help-buffer and
4740 help-setup-xref.
4741
b9723f39
CY
47422009-03-29 Chong Yidong <cyd@stupidchicken.com>
4743
5dcb4c4e
SM
4744 * help.texi (Accessing Documentation, Help Functions):
4745 Remove information about long-obsolete Emacs versions.
9eb52e90 4746
b9723f39
CY
4747 * modes.texi (Mode Line Variables): The default values of the mode
4748 line variables are now more complicated.
4749
b0cc32db
CY
47502009-03-28 Chong Yidong <cyd@stupidchicken.com>
4751
3c25a5a9
CY
4752 * modes.texi (Major Mode Conventions): Note that specialness is
4753 inherited.
31c9eebb
CY
4754 (Derived Modes): Note that define-derive-mode sets the mode-class
4755 property.
3c25a5a9 4756
b0cc32db
CY
4757 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
4758 goto-map. Add search-map to the list.
4759
c5e0006d
EZ
47602009-03-27 Eli Zaretskii <eliz@gnu.org>
4761
1213465a
EZ
4762 * os.texi (System Environment): Update the list of system-type
4763 values.
4764
c5e0006d
EZ
4765 * markers.texi (The Mark) <handle-shift-selection>: Update for
4766 removal of the optional argument DEACTIVATE.
4767
48bab3d6
CY
47682009-03-25 Chong Yidong <cyd@stupidchicken.com>
4769
4770 * commands.texi (Focus Events): Most X window managers don't use
4771 focus-follows-mouse nowadays.
4772
6e4ff1b6
CY
47732009-03-24 Chong Yidong <cyd@stupidchicken.com>
4774
4775 * commands.texi (Defining Commands): Clarify introduction.
4776 (Using Interactive): Not that interactive can be put in a symbol
4777 property.
4778 (Interactive Call): Note that a symbol with a non-nil
4779 interactive-form property satisfies commandp.
4780
11625308
JB
47812009-03-23 Juanma Barranquero <lekktu@gmail.com>
4782
4783 * minibuf.texi (Intro to Minibuffers): Fix typos.
4784
7b34420d
CY
47852009-03-23 Chong Yidong <cyd@stupidchicken.com>
4786
4787 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
5dcb4c4e
SM
4788 about minibuffers in old Emacs versions. Copyedits.
4789 Emphasize that enable-recursive-minibuffers defaults to nil.
7b34420d
CY
4790 (Text from Minibuffer): Simplify introduction.
4791
f9257eed
AM
47922009-03-22 Alan Mackenzie <acm@muc.de>
4793
4794 * commands.texi (Using Interactive): Clarify string argument to
4795 `interactive' - even promptless elements need \n separators.
4796
f639ba70
CY
47972009-03-18 Chong Yidong <cyd@stupidchicken.com>
4798
4799 * minibuf.texi (Completion Styles): New node.
4800
4801 * elisp.texi (Top): Update node listing.
4802
d897e8ee
CY
48032009-03-17 Chong Yidong <cyd@stupidchicken.com>
4804
4805 * minibuf.texi (Basic Completion): Note that
4806 read-file-name-completion-ignore-case and
4807 read-buffer-completion-ignore-case can override
4808 completion-ignore-case.
4809 (Minibuffer Completion): Document completing-read changes.
4810 (Completion Commands): Avoid mentioning partial completion mode.
4811 Document minibuffer-completion-confirm changes, and
4812 minibuffer-confirm-exit-commands.
4813 (High-Level Completion): Document new require-match behavior for
4814 read-buffer. Document read-buffer-completion-ignore-case.
4815 (Reading File Names): Document new require-match behavior for
4816 read-file-name.
4817
b1f23349
CY
48182009-03-14 Chong Yidong <cyd@stupidchicken.com>
4819
4820 * debugging.texi (Error Debugging): Don't mislead the reader into
4821 thinking that debug-on-error enters debugger for C-f at EOB.
4822 (Error Debugging): Setting debug-on-init within the init file
4823 works, and has for some time.
4824
d6eb4e25
KH
48252009-03-13 Kenichi Handa <handa@m17n.org>
4826
4827 * display.texi (Fontsets): Update the description.
4828
1cf53dc5
CY
48292009-03-13 Chong Yidong <cyd@stupidchicken.com>
4830
4831 * advice.texi (Advising Primitives): Link to What Is a Function.
4832
81f919fc
CY
48332009-03-12 Chong Yidong <cyd@stupidchicken.com>
4834
cf4229eb
CY
4835 * compile.texi (Speed of Byte-Code): Update example.
4836 (Disassembly): Update examples.
4837
81f919fc 4838 * loading.texi (Repeated Loading): Simplify examples.
f2bbc08c
CY
4839
4840 * customize.texi (Common Keywords): It's not necessary to use :tag
4841 to remove hyphens, as custom-unlispify-tag-name does it
4842 automatically.
5dcb4c4e
SM
4843 (Variable Definitions): Link to File Local Variables.
4844 Document customized-value symbol property.
f2bbc08c
CY
4845 (Customization Types): Move menu to end of node.
4846
955964d7
CY
48472009-03-10 Chong Yidong <cyd@stupidchicken.com>
4848
4849 * macros.texi (Compiling Macros): Omit misleading sentence, which
4850 implied that macros can only be used in the same file they are
4851 defined.
4852 (Backquote): Remove obsolete information about Emacs 19.
4853
d25ed7db
GM
48542009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
4855
4856 * display.texi (Display Margins): Fix paren typo.
4857
d55f6ca5
CY
48582009-02-27 Chong Yidong <cyd@stupidchicken.com>
4859
f0e57ed8
CY
4860 * elisp.texi (Top): Update node listing.
4861
4862 * variables.texi (Variables): Clarify introduction.
4863 (Global Variables): Mention that setq is a special form.
4864 (Local Variables): Use active voice.
4865 (Tips for Defining): Mention marking variables as safe.
4866 (Buffer-Local Variables): Mention terminal-local and frame-local
4867 variables together.
4868 (File Local Variables): Copyedits.
4869 (Frame-Local Variables): Note that they are not really useful.
4870 (Future Local Variables): Node deleted.
4871
d55f6ca5 4872 * objects.texi (General Escape Syntax): Update explanation of
fe7a3057 4873 Unicode escape syntax.
d55f6ca5 4874
ca8f09a8
CY
48752009-02-23 Chong Yidong <cyd@stupidchicken.com>
4876
4877 * control.texi (Control Structures): Add cindex entry for "textual
4878 order".
4879
4880 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
4881 instead of "expression" throughout.
4882 (Function Indirection): Copyedits. Use active voice.
4883 (Eval): The default value of max-lisp-eval-depth is now 400.
4884
a20878b6
MB
48852009-02-23 Miles Bader <miles@gnu.org>
4886
4887 * processes.texi (System Processes): Rename `system-process-attributes'
4888 to `process-attributes'.
4889
61f66044
CY
48902009-02-22 Chong Yidong <cyd@stupidchicken.com>
4891
1b80d1f3
CY
4892 * symbols.texi (Property Lists): Emphasize that property lists are
4893 not restricted to symbol cells.
4894 (Other Plists): Copyedit.
4895
61f66044
CY
4896 * sequences.texi (Sequences Arrays Vectors): Make introduction
4897 more concise.
4898 (Arrays): Mention char-tables and bool-vectors too.
4899 (Vectors): Don't repeat information given in Arrays node. Link to
4900 nodes that explain the vector usage examples.
4901 (Char-Tables): Note that char-table elements can have arbitrary
4902 type. Explain effect of omitted char-table-extra-slots property.
8a63cf41 4903 Link to Property Lists node.
61f66044 4904
9403944b
CY
49052009-02-22 Chong Yidong <cyd@stupidchicken.com>
4906
4907 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
4908 `append'.
4068c7b4 4909 (List Elements): Copyedits.
9403944b
CY
4910
4911 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
4912 of `vconcat'.
4913
4914 * strings.texi (Creating Strings): Copyedits. Remove obsolete
4915 Emacs 20 usage of `concat'.
4916 (Case Conversion): Copyedits.
4917
b87a185f
CY
49182009-02-21 Chong Yidong <cyd@stupidchicken.com>
4919
4920 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
4921 Minor edits.
4922 (Frame Configuration Type): Emphasize that it is not primitive.
4923 (Font Type): New node.
4924 (Type Predicates): Add fontp; type-of now recognizes font object
4925 types.
4926
4927 * intro.texi (Version Info): Update version numbers in examples.
4928 (Acknowledgements): List more contributors.
4929
4930 * elisp.texi: Bump version number to 3.0.
4931 (Top): Link to Font Type node.
4932
867d4bb3
JB
49332009-02-20 Juanma Barranquero <lekktu@gmail.com>
4934
4935 * modes.texi (Major Mode Conventions): Remove duplicate words.
4936 (Customizing Keywords): Fix typo.
4937
77730170
EZ
49382009-02-14 Eli Zaretskii <eliz@gnu.org>
4939
4940 * nonascii.texi (User-Chosen Coding Systems): Document that
4941 select-safe-coding-system suggests raw-text if there are raw bytes
4942 in the region.
4943 (Explicit Encoding): Warn not to use `undecided' when encoding.
4944
c8736212
GM
49452009-02-11 Glenn Morris <rgm@gnu.org>
4946
4947 * frames.texi (Visibility of Frames): Mention the effect multiple
4948 workspaces/desktops can have on visibility.
4949
ab992d66
EZ
49502009-02-07 Eli Zaretskii <eliz@gnu.org>
4951
c8736212
GM
4952 * text.texi (Commands for Insertion):
4953 * commands.texi (Event Mod):
4954 * keymaps.texi (Searching Keymaps):
5dcb4c4e
SM
4955 * nonascii.texi (Translation of Characters):
4956 Reinstate documentation of translation-table-for-input.
7d2a859f
EZ
4957 (Explicit Encoding): Document the `charset' text property produced
4958 by decode-coding-region and decode-coding-string.
ab992d66 4959
e651a255
AM
49602009-01-27 Alan Mackenzie <acm@muc.de>
4961
4962 * modes.texi (Search-based Fontification): Correct a typo.
4963
bc5cde4b
JB
49642009-01-25 Juanma Barranquero <lekktu@gmail.com>
4965
4966 * abbrevs.texi (Abbrev Table Properties): Fix typo.
4967 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
4968
3533155b
EZ
49692009-01-24 Eli Zaretskii <eliz@gnu.org>
4970
f721deda
EZ
4971 * display.texi (Window Systems): Document the value of
4972 `initial-window-system' under --daemon.
4973
3533155b
EZ
4974 * os.texi (System Environment): Remove description of the
4975 `environment' function which has been deleted.
4976
f79b43b2
DN
49772009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
4978
4979 * frames.texi (Multiple Displays): Remove documentation for
4980 removed function make-frame-on-tty.
4981
e3aa6669
CY
49822009-01-22 Chong Yidong <cyd@stupidchicken.com>
4983
4984 * files.texi (Format Conversion Piecemeal): Clarify behavior of
5dcb4c4e
SM
4985 write-region-annotate-functions.
4986 Document write-region-post-annotation-function.
e3aa6669 4987
fb13a416
CY
49882009-01-19 Chong Yidong <cyd@stupidchicken.com>
4989
4990 * display.texi (Font Lookup): Document WIDTH argument of
4991 x-list-fonts.
4992
02eccf6b
EZ
49932009-01-17 Eli Zaretskii <eliz@gnu.org>
4994
ead3f58d
EZ
4995 * maps.texi (Standard Keymaps): Rename function-key-map to
4996 local-function-key-map.
4997
4998 * keymaps.texi (Translation Keymaps): Rename function-key-map to
4999 local-function-key-map.
5000
5001 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
5002 and `set-keyboard-coding-system' now accept an optional terminal
5003 argument.
5004
5005 * commands.texi (Event Mod): `keyboard-translate-table' is now
5006 terminal-local.
5007 (Function Keys): Rename function-key-map to
5008 local-function-key-map.
5009
df05a163
EZ
5010 * elisp.texi (Top): Make @detailmenu be consistent with changes in
5011 frames.texi.
5012
0ed8034e 5013 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
490f1197
EZ
5014 `delete-terminal-functions', `suspend-tty-functions' and
5015 `resume-tty-functions'.
0ed8034e
EZ
5016
5017 * frames.texi (Frames): Document `frame-terminal' and
5018 `terminal-live-p'.
5019 (Multiple Displays): Document `make-frame-on-tty'.
5020 (Multiple Terminals): Document `terminal-list', `delete-terminal',
5021 `terminal-name', and `get-device-terminal'.
490f1197
EZ
5022 (Terminal Parameters): Document `terminal-parameters',
5023 `terminal-parameter', and `set-terminal-parameter'.
0ed8034e
EZ
5024
5025 * os.texi (System Environment): Document `environment' and
5026 `initial-environment'.
490f1197
EZ
5027 (Suspending Emacs): Update for multi-tty; document
5028 `suspend-tty', `resume-tty', and `controlling-tty-p'.
0ed8034e 5029
02eccf6b
EZ
5030 * nonascii.texi (Coding System Basics): More accurate description
5031 of `raw-text'.
5032
f19fea97
JB
50332009-01-12 Juanma Barranquero <lekktu@gmail.com>
5034
5035 * display.texi (Low-Level Font): Fix typo.
5036
16fa292f
CY
50372009-01-10 Chong Yidong <cyd@stupidchicken.com>
5038
5039 * elisp.texi (Top): Update node listing.
5040
5041 * display.texi (PostScript Images): Node deleted.
5042
0b4faef3
EZ
50432009-01-10 Eli Zaretskii <eliz@gnu.org>
5044
3355f04d
EZ
5045 * processes.texi (Decoding Output): Document that null bytes force
5046 no-conversion for reading process output.
5047
5048 * files.texi (Reading from Files): Document that null bytes force
5049 no-conversion when visiting files.
5050
11625308 5051 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
538395d9 5052
5dcb4c4e
SM
5053 * nonascii.texi (Lisp and Coding Systems):
5054 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
c06ea95e 5055 (Character Properties): Improve wording.
0b4faef3 5056
ce9cf065
CY
50572009-01-09 Chong Yidong <cyd@stupidchicken.com>
5058
5059 * display.texi (Font Lookup): Remove obsolete function
5060 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
5061 (Low-Level Font): Rename from Fonts, move to end of Faces section.
5dcb4c4e
SM
5062 (Font Selection): Reorder order of variable descriptions.
5063 Minor clarifications.
ce9cf065
CY
5064
5065 * elisp.texi (Top): Update node listing.
5066
ab756fb3
GM
50672009-01-09 Glenn Morris <rgm@gnu.org>
5068
5069 * commands.texi (Command Loop Info): Say that last-command-char and
5070 last-input-char are obsolete aliases.
5071
5072 * edebug.texi (Edebug Recursive Edit): Remove separate references to
5073 last-input-char and last-command-char, since they are just aliases for
5074 last-input-event and last-command-event.
5075
5076 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
5077 last-command-char.
5078
6b2b8ab1
CY
50792009-01-08 Chong Yidong <cyd@stupidchicken.com>
5080
5081 * elisp.texi: Update node listing.
5082
5083 * display.texi (Faces): Put Font Selection node after Auto Faces.
5dcb4c4e
SM
5084 (Face Attributes): Don't link to Font Lookup.
5085 Document font-family-list.
6b2b8ab1
CY
5086 (Fonts): New node.
5087
3568e767
JR
50882009-01-08 Jason Rumney <jasonr@gnu.org>
5089
5090 * frames.texi (Pointer Shape): Clarify that only X supports
5ce6e4f4 5091 changing the standard pointer shapes. (Bug#1485)
3568e767 5092
6221c8db
CY
50932009-01-08 Chong Yidong <cyd@stupidchicken.com>
5094
5095 * display.texi (Attribute Functions): Note that a function value
5096 :height is relative, and that compatibility functions work by
5097 calling set-face-attribute.
5098 (Displaying Faces): Reorder list in order of increasing priority.
5099 (Face Remapping): New node. Content moved here from Displaying
5100 Faces.
5101 (Glyphs): Link to Face Functions.
5102
e3d3799a
CY
51032009-01-08 Chong Yidong <cyd@stupidchicken.com>
5104
5105 * display.texi (Faces): Don't discuss face id here. facep does
5106 not return t.
5107 (Defining Faces): Minor clarification.
5108 (Face Attributes): Rearrange items to match docstring of
5109 set-face-attribute. Add :foundry attribute. Document new role of
5110 :font attribute. Texinfo usage fix.
5111 (Attribute Functions): Copyedits.
5112 (Face Functions): Note that face number is seldom used.
5113
638a2457
RS
51142009-01-05 Richard M Stallman <rms@gnu.org>
5115
5116 * strings.texi (Predicates for Strings): Minor clarification.
5117
5118 * functions.texi (Function Safety): Texinfo usage fix.
5119
39cb9e56 51202009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny change)
49ea0074
JB
5121
5122 * objects.texi (General Escape Syntax): Fix typo.
5123
9f822178
MR
51242009-01-03 Martin Rudalics <rudalics@gmx.at>
5125
5126 * windows.texi (Choosing Window): Say that pop-up-frame-alist
5127 works via the default value of pop-up-frame-function.
5128
af34ad36
EZ
51292009-01-02 Eli Zaretskii <eliz@gnu.org>
5130
5131 * processes.texi (System Processes): Document the `time' and
5132 `ctime' attributes of `system-process-attributes'.
5133
d31f6679
CY
51342009-01-01 Chong Yidong <cyd@stupidchicken.com>
5135
5136 * display.texi (Face Attributes): Clarify :height attribute.
5137
174dc00c
MR
51382008-12-31 Martin Rudalics <rudalics@gmx.at>
5139
5140 * buffers.texi (The Buffer List): Clarify what moves a buffer to
5141 the front of the buffer list. Add entries for `last-buffer' and
5142 `unbury-buffer'.
5143
b8afe7e4
EZ
51442008-12-27 Eli Zaretskii <eliz@gnu.org>
5145
d14030f5
EZ
5146 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
5147 and its subsections.
5148
5149 * frames.texi (Multiple Terminals, Low-level Terminal)
5150 (Terminal Parameters, Frames on Other TTY devices): New sections.
5151 (Frames): Add an xref to "Multiple Terminals".
5152
765980a4
EZ
5153 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
5154
5155 * objects.texi (Terminal Type): New node.
5156 (Editing Types): Add it to the menu.
5157
47bd5577
EZ
5158 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
5159 Variables".
5160
eb22b78c 5161 * variables.texi (Directory Local Variables): New node.
47bd5577 5162 (Variables): Add a menu item for it.
eb22b78c 5163
b8afe7e4
EZ
5164 * loading.texi (Autoload): Document `generate-autoload-cookie' and
5165 `generated-autoload-file'.
5166
77bb0476
EZ
51672008-12-20 Eli Zaretskii <eliz@gnu.org>
5168
028e2c19
EZ
5169 * os.texi (Startup Summary): Add xref to documentation of
5170 `initial-window-system'.
5171
77bb0476
EZ
5172 * display.texi (Window Systems): Document `window-system' the
5173 function. The variable `window-system' is now frame-local.
028e2c19 5174 Document `initial-window-system'.
77bb0476 5175
dda87836
MR
51762008-12-19 Martin Rudalics <rudalics@gmx.at>
5177
5178 * windows.texi (Windows): Rewrite description of
5179 fit-window-to-buffer.
5180
caef3ed2
GM
51812008-12-13 Glenn Morris <rgm@gnu.org>
5182
5183 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
5184 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
5185
21c58e4d
GM
51862008-12-12 Glenn Morris <rgm@gnu.org>
5187
5188 * debugging.texi (Error Debugging): Refer forwards to
5189 eval-expression-debug-on-error.
5190
af38459f
EZ
51912008-12-05 Eli Zaretskii <eliz@gnu.org>
5192
5dedd9b5
EZ
5193 * strings.texi (String Basics): Only unibyte strings that
5194 represent key sequences hold 8-bit raw bytes.
5195
af38459f
EZ
5196 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
5197 paragraph to speak about `undecided'.
5198 (Character Properties): Don't explain the meaning of each
5199 property; instead, identify their Unicode Standard names.
b3f1f4a5 5200 (Character Sets): Document `map-charset-chars'.
af38459f 5201
fa047ae7
GM
52022008-12-02 Glenn Morris <rgm@gnu.org>
5203
5204 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
5205 section yet again.
5206
47dbc044
EZ
52072008-11-29 Eli Zaretskii <eliz@gnu.org>
5208
98d05998
EZ
5209 * nonascii.texi (Character Properties): New Section.
5210 (Specifying Coding Systems): Document
5211 `coding-system-priority-list', `set-coding-system-priority', and
5212 `with-coding-priority'.
5213 (Lisp and Coding Systems): Document `check-coding-systems-region'
5214 and `coding-system-charset-list'.
5215 (Coding System Basics): Document `coding-system-aliases'.
5216
5217 * elisp.texi (Top): Add a @detailmenu entry for "Character
5218 Properties".
5219
47dbc044
EZ
5220 * objects.texi (Character Type): Correct the range of Emacs
5221 characters. Add an @xref to "Character Codes".
5222
5223 * strings.texi (String Basics): Add an @xref to "Character Codes".
5224
5225 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
5226
5227 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
5228 (Character Codes): Document `max-char'.
5229
8b80cdf5
EZ
52302008-11-28 Eli Zaretskii <eliz@gnu.org>
5231
5232 * nonascii.texi (Text Representations, Converting Representations)
5233 (Character Sets, Scanning Charsets, Translation of Characters):
5234 Make text more accurate.
5235
a99dceba
GM
52362008-11-28 Glenn Morris <rgm@gnu.org>
5237
5238 * files.texi (Format Conversion Round-Trip): Improve previous change.
5239
f6dc3bed
CY
52402008-11-26 Chong Yidong <cyd@stupidchicken.com>
5241
5242 * modes.texi (Auto Major Mode): Fix example.
5243
5da9413d
GM
52442008-11-25 Glenn Morris <rgm@gnu.org>
5245
5246 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
5247
5248 * files.texi (Format Conversion Round-Trip):
5249 Use active voice for previous change.
5250
fcca848c
CY
52512008-11-25 Chong Yidong <cyd@stupidchicken.com>
5252
5253 * os.texi (Processor Run Time):
5254 * processes.texi (Transaction Queues):
5255 * markers.texi (The Mark):
5256 * windows.texi (Choosing Window, Selecting Windows):
5257 * files.texi (Changing Files, Magic File Names):
5258 * commands.texi (Key Sequence Input):
5259 * functions.texi (Declaring Functions):
5260 * strings.texi (Predicates for Strings):
5261 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
5262
36c8dc54
CY
52632008-11-24 Chong Yidong <cyd@stupidchicken.com>
5264
5265 * help.texi (Accessing Documentation): Update example.
5266
5267 * variables.texi (Defining Variables): Note that `*' is not
5268 necessary if defcustom is used.
5269
2a79b242
EZ
52702008-11-22 Eli Zaretskii <eliz@gnu.org>
5271
5272 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
5273 Characters" from @detailmenu.
5274
5275 * nonascii.texi (Character Codes, Character Sets)
5276 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
5277 (Chars and Bytes, Splitting Characters): Sections removed.
5278
392f0d26
LK
52792008-11-22 Lute Kamstra <lute@gnu.org>
5280
5281 * positions.texi (Text Lines): Update goto-line documentation.
5282
af1a5cd5
MR
52832008-11-21 Martin Rudalics <rudalics@gmx.at>
5284
6a4cfb0c
MR
5285 * frames.texi (Frames): Fix typo, add cross references, reword.
5286 (Initial Parameters): Reword special-display-frame-alist text.
5287 (Frames and Windows): Reword. Describe argument norecord for
5288 set-frame-selected-window.
5289 (Input Focus): Describe argument norecord for select-frame.
5290 Remove comment on MS-Windows behavior for focus-follows-mouse.
5291 (Raising and Lowering): Mention windows-frames dichotomy in
5292 metaphor.
5293
af1a5cd5
MR
5294 * windows.texi (Displaying Buffers, Vertical Scrolling)
5295 (Horizontal Scrolling): Fix indenting and rewording issues
5296 introduced with 2008-11-07 change.
5297
c249fa9c
GM
52982008-11-20 Glenn Morris <rgm@gnu.org>
5299
5300 * files.texi (Format Conversion Round-Trip): Mention `preserve'
5301 element of `format-alist'.
5302
204d4665
GM
53032008-11-19 Glenn Morris <rgm@gnu.org>
5304
5305 * doclicense.texi: Update to FDL 1.3.
5306 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
5307
cc0910af
CY
53082008-11-18 Chong Yidong <cyd@stupidchicken.com>
5309
efe6e7c4
CY
5310 * windows.texi (Window Hooks): Remove *-end-trigger-functions
5311 vars, which are obsolete. Mention jit-lock-register.
5312
5dcb4c4e
SM
5313 * modes.texi (Other Font Lock Variables):
5314 Document jit-lock-register and jit-lock-unregister.
efe6e7c4 5315
cc0910af
CY
5316 * frames.texi (Color Parameters): Document alpha parameter.
5317
aeeedf76
MR
53182008-11-16 Martin Rudalics <rudalics@gmx.at>
5319
5320 * windows.texi (Splitting Windows, Deleting Windows)
5321 (Selecting Windows, Cyclic Window Ordering)
5322 (Buffers and Windows, Displaying Buffers, Choosing Window)
5323 (Dedicated Windows, Window Point, Window Start and End)
5324 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
5325 (Size of Window, Resizing Windows, Window Configurations)
5326 (Window Parameters): Avoid @var at beginning of sentences and
5327 reword accordingly.
5328
4c565c5c
LK
53292008-11-11 Lute Kamstra <lute@gnu.org>
5330
5331 * files.texi (File Name Components): Fix file-name-extension
5332 documentation.
5333
25f494c9
JB
53342008-11-11 Juanma Barranquero <lekktu@gmail.com>
5335
5336 * frames.texi (Basic Parameters): Remove display-environment-variable
5337 and term-environment-variable.
5338
a1401ab1
EZ
53392008-11-08 Eli Zaretskii <eliz@gnu.org>
5340
5341 * windows.texi (Basic Windows, Splitting Windows)
5342 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
5343 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
25f494c9
JB
5344 (Resizing Windows, Window Configurations, Window Parameters):
5345 Fix wording and markup.
a1401ab1 5346
efafc282
MR
53472008-11-07 Martin Rudalics <rudalics@gmx.at>
5348
5349 * windows.texi (Windows): Update entries.
5350 (Basic Windows): Remove listing of attributes. Reword.
86ab855a 5351 (Splitting Windows, Deleting Windows): Reword.
efafc282
MR
5352 (Selecting Windows, Cyclic Window Ordering): Reword with special
5353 emphasis on order of recently selected windows and buffer list.
86ab855a
MR
5354 (Buffers and Windows, Choosing Window): Reword with special
5355 emphasis on dedicated windows.
5356 (Displaying Buffers): Reword. For switch-to-buffer mention that
5357 it may fall back on pop-to-buffer. For other-window try to
5358 explain how it treats the cyclic ordering of windows.
efafc282
MR
5359 (Dedicated Windows): New node and section discussing dedicated
5360 windows and associated functions.
86ab855a 5361 (Window Point): Add entry for window-point-insertion-type. Reword.
efafc282
MR
5362 (Window Start and End): Rename node and section title. Reword.
5363 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
5364 Minor rewording.
5365 (Size of Window): Reword, in particular text on window-width.
5366 (Resizing Windows): Reword. Add text on balancing windows.
5367 (Window Configurations): Reword. Mention window parameters.
5368 (Window Parameters): New node and section on window parameters.
5369 (Window Hooks): Reword. Mention that
5370 window-configuration-change-hook is run "buffer-locally".
5371 * elisp.texi (Top): Update Windows entries in @detailmenu
5372 section.
5373
d60a8ab2
JB
53742008-11-04 Juanma Barranquero <lekktu@gmail.com>
5375
5376 * searching.texi (Regexp Search): Fix typo.
5377
01777627
CY
53782008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
5379
5380 * searching.texi (Regexp Search): Document GREEDY arg.
5381 (Simple Match Data): Fix return value.
5382
c4526e93
EZ
53832008-11-01 Eli Zaretskii <eliz@gnu.org>
5384
5385 * nonascii.texi (Text Representations): Rewrite to make consistent
5dcb4c4e
SM
5386 with Emacs 23 internal representation of characters.
5387 Document `unibyte-string'.
c4526e93 5388
fe2ae8b5
CY
53892008-10-28 Chong Yidong <cyd@stupidchicken.com>
5390
5391 * processes.texi (Process Information): Note that process-status
5392 does not accept buffer names.
5393
cc5a21e3
CY
53942008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
5395
5396 * positions.texi (Skipping Characters): Correct return value of
5397 skip-chars-forward.
5398
09460d9a
MR
53992008-10-25 Martin Rudalics <rudalics@gmx.at>
5400
520b29e7
MR
5401 * windows.texi (Deleting Windows): Update documentation of
5402 delete-windows-on.
5403 (Buffers and Windows): Update documentations of
5404 get-buffer-window and get-buffer-window-list.
5405 (Displaying Buffers): Update documentation of
5406 replace-buffer-in-windows.
5407
09460d9a
MR
5408 * buffers.texi (Current Buffer): Reword set-buffer and
5409 with-current-buffer documentations.
5410 (Creating Buffers): Reword documentation of get-buffer-create.
5411
4d48fcdc
MR
54122008-10-23 Martin Rudalics <rudalics@gmx.at>
5413
5414 * buffers.texi (Current Buffer): Reword documentation of
5415 set-buffer.
5416 (Buffer Names): Reword documentation of buffer-name.
5417 (The Buffer List): For bury-buffer explain what happens with the
5418 buffer's window.
5419 (Creating Buffers): Say that get-buffer-create's arg is called
5420 buffer-or-name.
5421
f0143c43
CY
54222008-10-22 Chong Yidong <cyd@stupidchicken.com>
5423
3e5dbbd3
CY
5424 * advice.texi (Computed Advice): Explain what DEFINITION is.
5425
f0143c43
CY
5426 * nonascii.texi (Character Codes): Remove obsolete function
5427 char-valid-p, and document characterp instead.
5428
52a94b85
MR
54292008-10-22 Martin Rudalics <rudalics@gmx.at>
5430
5431 * windows.texi (Displaying Buffers): Reword documentation of
5432 pop-to-buffer.
5433 (Choosing Window): Rewrite documentation of display-buffer and
5434 its options.
5435
f76f8246
MR
5436 * buffers.texi (Killing Buffers): Update documentation of
5437 kill-buffer.
5438
acc8b598
EZ
54392008-10-21 Eli Zaretskii <eliz@gnu.org>
5440
80e6b6df
EZ
5441 * processes.texi (Serial Ports): Fix wording and improve markup.
5442
3645358a
EZ
5443 * searching.texi (Regexp Search): Document `string-match-p' and
5444 `looking-at-p'.
5445 (POSIX Regexps): Add an xref for "non-greedy".
5446 (Regexp Special): Add @cindex entry for "non-greedy".
5447
b3d50cff 5448 * display.texi (Attribute Functions): Document `face-all-attributes'.
bf190568 5449 (Image Cache) <image-refresh>: Minor wording fixes.
b3d50cff 5450
73b7530a
EZ
5451 * frames.texi (Color Names): Add an xref to `read-color'.
5452
5453 * minibuf.texi (High-Level Completion): Document `read-color'.
5454
acc8b598
EZ
5455 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
5456
5457 * positions.texi (Narrowing): Add an xref to "Swapping Text".
5458
5459 * buffers.texi (Swapping Text): New section, documents
5460 `buffer-swap-text'.
5461
10e187e8
MR
54622008-10-21 Martin Rudalics <rudalics@gmx.at>
5463
5464 * windows.texi (Resizing Windows): Minor wording fix.
5465
fd6f900c
EZ
54662008-10-20 Eli Zaretskii <eliz@gnu.org>
5467
5468 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
5469 and `combine-and-quote-strings'.
5470
5471 * strings.texi (Creating Strings): Add xrefs for them.
5472
e4372165
EZ
54732008-10-19 Eli Zaretskii <eliz@gnu.org>
5474
d6328fba
EZ
5475 * elisp.texi (Top): Make descriptive text for "Reading File Names"
5476 match the corresponding menu in minibuf.texi.
5477
e4372165
EZ
5478 * minibuf.texi (Reading File Names): Document `read-shell-command'
5479 and `minibuffer-local-shell-command-map'.
5480
5d8dda33
MR
54812008-10-19 Martin Rudalics <rudalics@gmx.at>
5482
5483 * windows.texi (Resizing Windows): Remove var{} around "window" in
5484 documentation of enlarge-window.
5485 Rewrite documentation of window-min-height and window-min-width.
5486
437706cd
EZ
54872008-10-19 Eli Zaretskii <eliz@gnu.org>
5488
80f85d7c
EZ
5489 * functions.texi (Calling Functions): Document `apply-partially'.
5490
291703b5
EZ
5491 * hooks.texi (Standard Hooks): Mention
5492 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
5493
5494 * variables.texi (File Local Variables): Document
5495 `file-local-variables-alist', `before-hack-local-variables-hook'
5496 and `hack-local-variables-hook'.
5497
583d8b3c
EZ
5498 * processes.texi (Synchronous Processes): Document `process-lines'.
5499
5dcb4c4e
SM
5500 * customize.texi (Variable Definitions):
5501 Document `custom-reevaluate-setting'.
437706cd 5502
7e51d89b
MR
55032008-10-18 Martin Rudalics <rudalics@gmx.at>
5504
5505 * windows.texi (Choosing Window, Deleting Windows)
5506 (Displaying Buffers): Expand documentation of dedicated windows.
5507
43c59a3d
EZ
55082008-10-18 Eli Zaretskii <eliz@gnu.org>
5509
018a960d
EZ
5510 * files.texi (Changing Files): Document symbolic input of file
5511 modes to `set-file-modes'. Document `read-file-modes' and
5512 `file-modes-symbolic-to-number'.
5513
2c0b8144
EZ
5514 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
5515 and `search-map'.
5516
5dcb4c4e
SM
5517 * searching.texi (Search and Replace):
5518 Document `replace-search-function' and `replace-re-search-function'.
2c0b8144 5519 Document `multi-query-replace-map'.
80120f13 5520
6d4913f0 5521 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
5dcb4c4e
SM
5522 (Completion Commands, Reading File Names):
5523 Rename `minibuffer-local-must-match-filename-map' to
6d4913f0
EZ
5524 `minibuffer-local-filename-must-match-map'.
5525 (Minibuffer Completion): The `require-match' argument to
5526 `completing-read' can now have the value `confirm-only'.
5527
43c59a3d
EZ
5528 * windows.texi (Displaying Buffers): Minor wording fix.
5529 (Choosing Window): `split-height-threshold' can now be nil.
5530 Document `split-width-threshold'. `pop-up-frames' can have the
5531 value `graphic-only'.
5532
f36acfd9
EZ
55332008-10-17 Eli Zaretskii <eliz@gnu.org>
5534
5535 * os.texi (Startup Summary): Document `before-init-time' and
5536 `after-init-time'. Document `initial-window-system' and
5537 `window-system-initialization-alist'. Document reading the
5538 abbrevs file. Document the call to `server-start' under --daemon.
5539 Rearrange a bit to be consistent with the code flow.
53728487
EZ
5540 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
5541 (Time Parsing): Document `format-seconds'.
f36acfd9 5542
96995b89
MR
55432008-10-17 Martin Rudalics <rudalics@gmx.at>
5544
5545 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
5546 and reword.
5547
2de17c73
EZ
55482008-10-16 Eli Zaretskii <eliz@gnu.org>
5549
5550 * markers.texi (The Mark): Document use-region-p.
5551
9cf52b11
EZ
55522008-10-15 Eli Zaretskii <eliz@gnu.org>
5553
c3aaf1d7
EZ
5554 * internals.texi (Writing Emacs Primitives): The interactive spec
5555 of a primitive can be a Lisp form.
5556
841a1743
EZ
5557 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
5558 values of transient-mark-mode. Document handle-shift-selection.
5559
5560 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
5561 (Interactive Examples): Show an example of `^'.
5562 (Key Sequence Input): Document this-command-keys-shift-translated.
c3aaf1d7
EZ
5563 (Defining Commands, Using Interactive): The interactive-form of a
5564 function can be added via its symbol's property.
841a1743 5565
52441368
EZ
5566 * positions.texi (List Motion): beginning-of-defun-function can
5567 now accept an argument.
5568
8e8c1a72
EZ
5569 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
5570 now return a list of strings.
5571
a33a1f2a
EZ
5572 * control.texi (Handling Errors): Document ignore-errors.
5573
4fb04348
EZ
5574 * frames.texi (Creating Frames): Document frame-inherited-parameters.
5575 (Parameter Access): Document set-frame-parameter.
5576
ee666f84
EZ
5577 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
5578 Hooks" for the effect of kill-all-local-variables on local hook
5579 functions.
5580
9cf52b11
EZ
5581 * modes.texi (Major Mode Conventions, Mode Line Variables):
5582 `mode-name' need not be a string. xref to "Mode Line Data" for
5583 details, and to "Emulating Mode Line" for computing a string
5584 value.
5585
22526bc4
EZ
55862008-10-14 Eli Zaretskii <eliz@gnu.org>
5587
a65f6a85
EZ
5588 * processes.texi (System Processes): New section.
5589 (Processes, Signals to Processes): Add xrefs to it.
5590
5591 * objects.texi (Editing Types): A `process' is a subprocess of
5592 Emacs, not just any process running on the OS.
5593
5594 * elisp.texi (Top): Adjust the @detailmenu for the above two
5595 changes.
5596
2724b26a
EZ
5597 * sequences.texi (Char-Tables): Remove documentation of
5598 set-char-table-default, which has no effect since Emacs 23.
5599 <char-table-range, set-char-table-range>: Don't mention generic
5600 characters and charsets. Add a cons cell as a possible argument.
5601
5602 * nonascii.texi (Splitting Characters)
5603 (Translation of Characters): Don't mention generic characters.
5604
5605 * display.texi (Fontsets): Don't mention generic characters.
5606
22526bc4 5607 * sequences.texi (Char-Tables): `map-char-table' can now call its
25f494c9 5608 argument FUNCTION with a cons cell as KEY.
22526bc4 5609
eaf4b689
EZ
56102008-10-13 Eli Zaretskii <eliz@gnu.org>
5611
45e46036
EZ
5612 * objects.texi (Primitive Function Type): Move "@cindex special
5613 forms" from here...
5614
5615 * eval.texi (Special Forms): ...to here.
5616
5617 * functions.texi (What Is a Function): `functionp' returns nil for
5618 special forms. Add an xref.
5619
eaf4b689
EZ
5620 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
5621 Variables".
5622
5623 * variables.texi (Frame-Local Variables): New section.
5624 (Buffer-Local Variables): Add an xref to it.
5625 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
5626 have both frame-local and buffer-local binding.
5627
5628 * frames.texi (Frames): Mention multiple tty frames.
5629 (Frame Parameters, Parameter Access): Mention frame-local variable
5630 bindings.
5631
15688fce
GM
56322008-09-20 Glenn Morris <rgm@gnu.org>
5633
5634 * display.texi (Defining Faces): Recommend against face variables.
5635
35539065
JB
56362008-09-16 Juanma Barranquero <lekktu@gmail.com>
5637
5638 * display.texi (Echo Area Customization): Fix typo.
5639
6a57054b
JB
56402008-09-09 Juanma Barranquero <lekktu@gmail.com>
5641
5642 * loading.texi (Where Defined): Add `defface' item.
5643
d632fb82
MR
56442008-09-06 Martin Rudalics <rudalics@gmx.at>
5645
5646 * loading.texi (Where Defined): Fix description of symbol-file.
5647
905a9adb
JR
56482008-08-26 Jason Rumney <jasonr@gnu.org>
5649
5650 * display.texi (TIFF Images): New section describing :index property.
5651
852e91b7
CY
56522008-08-23 Chong Yidong <cyd@stupidchicken.com>
5653
5654 * display.texi (Temporary Displays): Remove unnecessary comment
5655 about usage of temp-buffer-show-hook.
5656
6be001ee
CY
56572008-08-05 Chong Yidong <cyd@stupidchicken.com>
5658
5659 * symbols.texi (Other Plists): Fix incorrect example.
5660 Suggested by Florian Beck.
5661
58e3d8e8
JB
56622008-07-31 Juanma Barranquero <lekktu@gmail.com>
5663
5664 * os.texi: Fix previous change.
5665
7c2fb837
DN
56662008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
5667
5668 * os.texi:
5669 * intro.texi:
5670 * files.texi: Remove VMS support.
5671
9e2a2647
DN
56722008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
5673
5674 * os.texi:
5675 * frames.texi:
5676 * display.texi: Remove mentions of Mac Carbon.
5677
c4f4682b
MB
56782008-07-01 Miles Bader <miles@gnu.org>
5679
5680 * text.texi (Special Properties):
5681 * display.texi (Truncation): Add wrap-prefix and line-prefix.
5682
3696411e
JB
56832008-06-28 Johan Bockgård <bojohan@gnu.org>
5684
5685 * display.texi (Other Image Types): Fix copy/paste error; say
5686 "PBM", not "XBM".
5687
f2a77c3a
DN
56882008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
5689
5690 * os.texi: Remove references to obsolete systems.
5691
6d52677d
EZ
56922008-06-20 Eli Zaretskii <eliz@gnu.org>
5693
5694 * makefile.w32-in (distclean): Remove makefile.
5695
1a87da4c
GM
56962008-06-17 Glenn Morris <rgm@gnu.org>
5697
5698 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
5699 (elisp, dist): Remove rules and variables that are obsolete now
5700 the lisp manual is no longer distributed separately.
5701
fdda1c5d
GM
57022008-06-16 Glenn Morris <rgm@gnu.org>
5703
646692e9
GM
5704 * configure, configure.in, mkinstalldirs: Remove unused files.
5705
5706 * book-spine.texinfo: Set version to 23.0.60.
fdda1c5d 5707 * vol1.texi (EMACSVER):
6a57054b 5708 * vol2.texi (EMACSVER): Set to 23.0.60.
fdda1c5d
GM
5709
5710 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
5711 as per maintain.info.
5712
611bee81
GM
57132008-06-15 Glenn Morris <rgm@gnu.org>
5714
a7bed3a0
GM
5715 * makefile.w32-in (manual): Use "23" rather than "21".
5716
5717 * Makefile.in (emacsver): New, set by configure.
5718 (manual): Use emacsver.
5719
d794edf2
GM
5720 * intro.texi: Report bugs using M-x report-emacs-bug.
5721
611bee81
GM
5722 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
5723
c73e02fa
GM
57242008-06-13 Daniel Engeler <engeler@gmail.com>
5725
5726 * elisp.texi, internals.texi, processes.texi: Add documentation
5727 about serial port access.
5728
e40a85cd
MB
57292008-06-05 Miles Bader <miles@gnu.org>
5730
5731 * display.texi (Displaying Faces): Update to reflect function
5732 renamings in face-remap.el.
5733
7b753744
JB
57342008-06-05 Juanma Barranquero <lekktu@gmail.com>
5735
5736 * display.texi (Fontsets): Fix typos.
5737
9d3d42fb
MB
57382008-06-03 Miles Bader <miles@gnu.org>
5739
7b753744
JB
5740 * display.texi (Displaying Faces): Add add-relative-face-remapping,
5741 remove-relative-face-remapping, set-base-face-remapping,
5742 and set-default-base-face-remapping.
9d3d42fb 5743
f2cec7a9
MB
57442008-06-01 Miles Bader <miles@gnu.org>
5745
5746 * display.texi (Displaying Faces): Add face-remapping-alist.
5747
8f39c96d
SM
57482008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
5749
5750 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
5751 variable names.
5752
1ef5eecc
ER
57532008-05-03 Eric S. Raymond <esr@golux>
5754
352c8b4a 5755 * keymaps.texi: Clarify that (current-local-map) and
1ef5eecc
ER
5756 (current-global-map) return references, not copies.
5757
63b4387f
JL
57582008-05-02 Juri Linkov <juri@jurta.org>
5759
5760 * minibuf.texi (Text from Minibuffer): Document a list of
5761 default values for `read-from-minibuffer'.
5762
38a8b703
JB
57632008-04-24 Juanma Barranquero <lekktu@gmail.com>
5764
5765 * nonascii.texi (Translation of Characters): Fix previous change.
5766
7c42e639
CY
57672008-04-20 Chong Yidong <cyd@stupidchicken.com>
5768
5769 * display.texi (Overlay Properties): Clarify role of underlying
5770 textprop and overlay keymaps for display strings.
5771
5772 * keymaps.texi (Active Keymaps): Ditto.
5773
25c0d999
SM
57742008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
5775
5776 * minibuf.texi (Programmed Completion):
5777 Replace dynamic-completion-table with the new completion-table-dynamic.
5778
e3af5968
CY
57792008-04-07 Chong Yidong <cyd@stupidchicken.com>
5780
5781 * intro.texi (Some Terms): Change "fonts in this manual" index
5782 entry to "typographic conventions".
5783
6bfc8698
EZ
57842008-04-05 Eli Zaretskii <eliz@gnu.org>
5785
5786 * objects.texi (Text Props and Strings): Add indexing for read
5787 syntax of text properties.
5788
4972c361
SM
57892008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
5790
5791 * processes.texi (Decoding Output): Remove process-filter-multibyte
5792 functions.
5793
c70a68db
MR
57942008-03-15 Martin Rudalics <rudalics@gmx.at>
5795
5796 * display.texi (Finding Overlays): Say that empty overlays at
5797 the end of the buffer are reported too.
5798
1291fd36
GM
57992008-03-13 Glenn Morris <rgm@gnu.org>
5800
5801 * elisp.texi (EMACSVER): Set to 23.0.60.
5802
c6b0dfd5
CY
58032008-02-26 Chong Yidong <cyd@stupidchicken.com>
5804
38a8b703 5805 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
c6b0dfd5 5806
875fc30c
GM
58072008-02-22 Glenn Morris <rgm@gnu.org>
5808
5809 * frames.texi (Position Parameters): Clarify the description of
5810 `left' and `top', using information from "Geometry".
5811 (Geometry): Give a pointer to "Position Parameters", rather than
5812 repeating information.
5813
d8c8e45a
GM
58142008-02-11 Glenn Morris <rgm@gnu.org>
5815
5816 * objects.texi (Equality Predicates): No longer talk about "two"
5817 functions.
5818
38a8b703 58192008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
d8c8e45a
GM
5820
5821 * objects.texi (Equality Predicates): Add defun for
5822 equal-including-properties.
5823
bfffe0b1
GM
58242008-02-10 Glenn Morris <rgm@gnu.org>
5825
5826 * objects.texi (Equality Predicates):
5827 Mention equal-including-properties.
5828
431b78c9
RS
58292008-02-07 Richard Stallman <rms@gnu.org>
5830
5831 * windows.texi (Window Start): Mention the feature of moving
5832 window-start to start of line.
5833
c8763fb6 58342008-02-07 Jan Djärv <jan.h.d@swipnet.se>
eafa12e6
JD
5835
5836 * keymaps.texi (Tool Bar): Document rtl property.
5837
1a256502
TTN
58382008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
5839
5840 * display.texi (Button Types):
5841 For define-button-type, clarify type of NAME.
5842
569382c2
MR
58432008-01-19 Martin Rudalics <rudalics@gmx.at>
5844
5845 * buffers.texi (Buffer Modification): Fix typo.
5846
f3041af1
DN
58472008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
5848
5849 * os.texi (System Environment): Remove references to OSes that are
5850 not supported anymore.
5851
d35e1cd7
DN
58522008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
5853
5854 * os.texi (System Environment): Remove mention for Masscomp.
5855
23af7580
RS
58562008-01-04 Richard Stallman <rms@gnu.org>
5857
5858 * display.texi (Faces): Don't talk about internal face vector as arg
5859 to facep.
5860
5861 * customize.texi (Type Keywords): Fix previous change.
5862
5863 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
5864 * elisp.texi (Top): Fix menu for commands.texi change.
5865
ec7d5b1e
RS
58662007-12-30 Richard Stallman <rms@gnu.org>
5867
5dcb4c4e 5868 * commands.texi (Accessing Mouse): Rename from Accessing Events.
ec7d5b1e
RS
5869 (Accessing Scroll): New node broken out of Accessing Mouse.
5870
101a6cea
RS
58712007-12-28 Richard Stallman <rms@gnu.org>
5872
5873 * frames.texi (Size Parameters): Fix typo.
7f9e0c04 5874 (Basic Parameters): For `title', refer to title bar.
041817a4 5875 (Size and Position): Explain meaning of frame pixel width and height.
101a6cea 5876
72b7e664
RS
58772007-12-23 Richard Stallman <rms@gnu.org>
5878
5879 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
5880 Improve some of the commented-out keywords' text too.
5881
27a4f445
MR
58822007-12-14 Martin Rudalics <rudalics@gmx.at>
5883
e2e3f1d7
MR
5884 * nonascii.texi (Encoding and I/O): Reword to avoid saying
5885 "visit the current buffer".
5886
27a4f445
MR
5887 * os.texi (System Interface): Fix typo.
5888
a2afc99d
RS
58892007-12-04 Richard Stallman <rms@gnu.org>
5890
5891 * objects.texi (Symbol Type): Fix typo.
5892
b694135c
RS
58932007-12-03 Richard Stallman <rms@gnu.org>
5894
5895 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
5896
f99a19da
GM
58972007-12-01 Glenn Morris <rgm@gnu.org>
5898
5899 * functions.texi (Declaring Functions): Improve previous change.
5900
8f4b37d8
GM
59012007-11-30 Glenn Morris <rgm@gnu.org>
5902
5903 * functions.texi (Declaring Functions): Add optional fourth
5904 argument of declare-function, and setting third argument to `t'.
5905
61a2fe01
RS
59062007-11-29 Richard Stallman <rms@gnu.org>
5907
5908 * customize.texi (Composite Types): Document `group' type.
5909
cbfc5193
GM
59102007-11-29 Glenn Morris <rgm@gnu.org>
5911
5dcb4c4e
SM
5912 * functions.texi (Declaring Functions): Add findex.
5913 Mention `external' files.
cbfc5193 5914
8386283a
JB
59152007-11-26 Juanma Barranquero <lekktu@gmail.com>
5916
5917 * functions.texi (Declaring Functions): Fix directive.
5918
a07c9a8b
RS
59192007-11-25 Richard Stallman <rms@gnu.org>
5920
5921 * help.texi (Help Functions): Clean up last change.
5922
5923 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
5924
5925 * loading.texi (Named Features): Minor cleanup.
5926
5927 * macros.texi (Eval During Expansion): Minor cleanup.
5928
5929 * variables.texi (Variable Aliases): Minor cleanup.
5930
a0925923
RS
59312007-11-24 Richard Stallman <rms@gnu.org>
5932
5933 * functions.texi (Declaring Functions): Clarify previous change.
5934
5935 * compile.texi (Compiler Errors): Clarify previous change.
5936
20c63e44
RS
59372007-11-24 Richard Stallman <rms@gnu.org>
5938
e5e76c04 5939 * display.texi (Refresh Screen, Forcing Redisplay):
20c63e44
RS
5940 Clarify the text and move items around.
5941
5bb0cda3
GM
59422007-11-24 Glenn Morris <rgm@gnu.org>
5943
5944 * functions.texi (Declaring Functions): New section.
5945 * compile.texi (Compiler Errors): Mention declaring functions,
5946 defvar with no initvalue, and byte-compile-warnings.
5947
af13c86a
MR
59482007-11-15 Martin Rudalics <rudalics@gmx.at>
5949
5950 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
5951 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
5952
a5373305
MR
59532007-11-13 Martin Rudalics <rudalics@gmx.at>
5954
5955 * help.texi (Help Functions): Document new macro `with-help-window'.
5956
fe284805
JL
59572007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
5958
5959 * searching.texi (Replacing Match): Describe new
5960 `match-substitute-replacement'.
5961
2c3a09b1
RS
59622007-10-31 Richard Stallman <rms@gnu.org>
5963
5964 * strings.texi (Creating Strings): Null strings from concat not unique.
5965
f2b480f4
RS
59662007-10-26 Richard Stallman <rms@gnu.org>
5967
5968 * objects.texi (Equality Predicates): Null strings are uniquified.
5969
5970 * minibuf.texi: Minor clarifications in previous change.
5971
db21122c
GM
59722007-10-25 Glenn Morris <rgm@gnu.org>
5973
5974 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
5975
2328cbb3
RS
59762007-10-24 Richard Stallman <rms@gnu.org>
5977
5978 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
5979
5980 * variables.texi (Frame-Local Variables): Node deleted.
5981 (Variables): Delete Frame-Local Variables from menu.
5982 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
5983 (Default Value): Don't mention frame-local vars.
5984
5985 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
5986
5987 * loading.texi (Unloading): Document FEATURE-unload-function
5988 instead of FEATURE-unload-hook.
5989
2328cbb3
RS
5990 * frames.texi (Multiple Displays): Don't mention frame-local vars.
5991
c066bafa
JL
59922007-10-22 Juri Linkov <juri@jurta.org>
5993
5994 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
5995 (High-Level Completion): Document a list of default value strings
5996 in the DEFAULT argument, for which minibuffer functions return the
5997 first element.
5998
65ced25f
JL
59992007-10-17 Juri Linkov <juri@jurta.org>
6000
6001 * text.texi (Filling): Update arguments of fill-paragraph.
6002 fill-paragraph operates on the active region in Transient Mark mode.
6003 Remove fill-paragraph-or-region.
6004
ee46ec8e
KB
60052007-10-13 Karl Berry <karl@gnu.org>
6006
6007 * elisp.texi (@dircategory): Move to after @copying,
6008 since we want @copying as close as possible to the beginning of
6009 the output.
6010
61bbdbc6
RS
60112007-10-12 Richard Stallman <rms@gnu.org>
6012
6013 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
6014
6015 * commands.texi (Distinguish Interactive): New node,
6016 broken out from Interactive Call and rewritten.
6017 (Command Loop): Put Distinguish Interactive in menu.
6018
af23e1e8
RS
60192007-10-09 Richard Stallman <rms@gnu.org>
6020
6021 * text.texi (Examining Properties): Mention overlay priority.
6022
6023 * display.texi (Display Margins): Correct the description
6024 of margin display specifications.
6025 (Replacing Specs): New subnode broken out of Display Property.
6026
e1965a69
JL
60272007-10-06 Juri Linkov <juri@jurta.org>
6028
6029 * text.texi (Filling): Document fill-paragraph-or-region.
6030
4638454b
JB
60312007-10-05 Juanma Barranquero <lekktu@gmail.com>
6032
6033 * display.texi (Auto Faces): Fix typo.
6034
7ed54cc5
RS
60352007-10-02 Richard Stallman <rms@gnu.org>
6036
6037 * display.texi (Display Property): Explain some display specs
6038 don't let you move point in.
6039
5dcb4c4e
SM
6040 * frames.texi (Cursor Parameters):
6041 Describe cursor-in-non-selected-windows here. Explain more values.
7ed54cc5
RS
6042
6043 * windows.texi (Basic Windows): Don't describe
6044 cursor-in-non-selected-windows here.
6045
305a7ef2
EZ
60462007-10-01 Eli Zaretskii <eliz@gnu.org>
6047
6048 * processes.texi (Misc Network): Note that these functions are
6049 supported only on some systems.
6050
f7a7f4eb
RS
60512007-10-01 Richard Stallman <rms@gnu.org>
6052
6053 * display.texi (Overlay Properties): Explain nil as priority.
6054 Explain that conflicts are unpredictable if not resolved by
6055 priorities.
6056
780d7bb9
RS
60572007-09-23 Richard Stallman <rms@gnu.org>
6058
6059 * macros.texi (Backquote): Minor clarification.
6060
14b4fdfb
RS
60612007-09-19 Richard Stallman <rms@gnu.org>
6062
6063 * display.texi (Display Property): Explain multiple display specs.
9600ac7c
RS
6064 Clarify when they work in parallel and when one overrides.
6065 Fix error in example.
14b4fdfb 6066
b8d4c8d0
GM
60672007-09-06 Glenn Morris <rgm@gnu.org>
6068
b3e755a9 6069 Move from lispref/ to doc/lispref/. Change all setfilename
b8d4c8d0
GM
6070 commands to use ../../info.
6071 * Makefile.in (infodir): Go up one more level.
4638454b 6072 (usermanualdir): Change from ../man to ../emacs.
b8d4c8d0
GM
6073 (miscmanualdir): New.
6074 (dist): Use new variable miscmanualdir.
6075 * makefile.w32-in (infodir, texinputdir): Go up one more level.
6076 (usermanualdir): Change from ../man to ../emacs.
6077
1bb1f7d3
MR
60782007-08-30 Martin Rudalics <rudalics@gmx.at>
6079
6080 * commands.texi (Command Loop Info): Advise against changing
6081 most variables described here. Explain new variable
6082 last-repeatable-command.
6083
b8d4c8d0
GM
60842007-08-29 Glenn Morris <rgm@gnu.org>
6085
6086 * elisp.texi (EMACSVER): Increase to 23.0.50.
6087
60882007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
6089
6090 * frames.texi (Basic Parameters): Add display-environment-variable
6091 and term-environment-variable.
6092
60932007-08-28 Juri Linkov <juri@jurta.org>
6094
6095 * display.texi (Image Formats, Other Image Types): Add SVG.
6096
60972007-08-28 Juri Linkov <juri@jurta.org>
6098
6099 * display.texi (Images): Move formats-related text to new node
6100 "Image Formats".
6101 (Image Formats): New node.
6102
619fb9ee
RS
61032007-08-27 Richard Stallman <rms@gnu.org>
6104
6105 * windows.texi (Window Configurations): Clarify what
6106 a window configuration saves.
6107
b8d4c8d0
GM
61082007-08-25 Richard Stallman <rms@gnu.org>
6109
6110 * display.texi (Images): Delete redundant @findex.
6111
39f9da30
GM
61122007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
6113
6114 * text.texi (Change Hooks): (after|before)-change-functions are no
6115 longer bound to nil while running; rather inhibit-modification-hooks
6116 is t.
6117
b8d4c8d0
GM
61182007-08-16 Richard Stallman <rms@gnu.org>
6119
5dcb4c4e
SM
6120 * processes.texi (Asynchronous Processes):
6121 Clarify doc of start-file-process.
b8d4c8d0
GM
6122
61232007-08-08 Martin Rudalics <rudalics@gmx.at>
6124
6125 * modes.texi (Example Major Modes): Fix typo.
6126
61272007-08-08 Glenn Morris <rgm@gnu.org>
6128
6129 * intro.texi (nil and t): Do not use `iff' in documentation.
6130
6131 * tips.texi (Documentation Tips): Recommend against `iff'.
6132
61332007-08-07 Chong Yidong <cyd@stupidchicken.com>
6134
6135 * display.texi (Image Cache): Document image-refresh.
6136
61372007-08-06 Martin Rudalics <rudalics@gmx.at>
6138
6139 * windows.texi (Size of Window): Document window-full-width-p.
6140
61412007-07-25 Glenn Morris <rgm@gnu.org>
6142
6143 * gpl.texi (GPL): Replace license with GPLv3.
6144
6145 * Relicense all FSF files to GPLv3 or later.
6146
61472007-07-24 Michael Albinus <michael.albinus@gmx.de>
6148
4638454b
JB
6149 * processes.texi (Synchronous Processes):
6150 Add `process-file-shell-command'.
b8d4c8d0
GM
6151 (Asynchronous Processes): Mention restricted use of
6152 `process-filter' and `process-sentinel' in
6153 `start-file-process'. Add `start-file-process-shell-command'.
6154
61552007-07-17 Michael Albinus <michael.albinus@gmx.de>
6156
6157 * files.texi (Magic File Names): Introduce optional parameter
6158 IDENTIFICATION for `file-remote-p'.
6159
61602007-07-16 Richard Stallman <rms@gnu.org>
6161
6162 * display.texi (Defining Faces): Fix previous change.
6163
61642007-07-14 Richard Stallman <rms@gnu.org>
6165
6166 * control.texi (Handling Errors): Document `debug' in handler list.
6167
61682007-07-10 Richard Stallman <rms@gnu.org>
6169
6170 * display.texi (Defining Faces): Explain C-M-x feature for defface.
6171
61722007-07-09 Richard Stallman <rms@gnu.org>
6173
6174 * files.texi (Magic File Names): Rewrite previous change.
6175
61762007-07-08 Michael Albinus <michael.albinus@gmx.de>
6177
6178 * files.texi (Magic File Names): Introduce optional parameter
6179 CONNECTED for `file-remote-p'.
6180
61812007-07-07 Michael Albinus <michael.albinus@gmx.de>
6182
6183 * processes.texi (Asynchronous Processes):
6184 * files.texi (Magic File Names): Add `start-file-process'.
6185
61862007-06-27 Richard Stallman <rms@gnu.org>
6187
5dcb4c4e
SM
6188 * files.texi (Format Conversion Piecemeal):
6189 Clarify `after-insert-file-functions' calling convention.
b8d4c8d0
GM
6190
61912007-06-27 Michael Albinus <michael.albinus@gmx.de>
6192
4638454b
JB
6193 * files.texi (Magic File Names): Remove `dired-call-process'.
6194 Add `process-file'.
b8d4c8d0
GM
6195
61962007-06-27 Kenichi Handa <handa@m17n.org>
6197
6198 * text.texi (Special Properties): Fix description about
4638454b 6199 `composition' property.
b8d4c8d0
GM
6200
62012007-06-26 Kenichi Handa <handa@m17n.org>
6202
6203 * nonascii.texi (Default Coding Systems): Document about the
6204 return value `undecided'.
6205
62062007-06-25 David Kastrup <dak@gnu.org>
6207
6208 * keymaps.texi (Active Keymaps): Document new POSITION argument of
6209 `current-active-maps'.
6210
62112007-06-24 Karl Berry <karl@gnu.org>
6212
4638454b 6213 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
b8d4c8d0
GM
6214
62152007-06-15 Juanma Barranquero <lekktu@gmail.com>
6216
6217 * display.texi (Overlay Arrow): Doc fix.
6218
62192007-06-14 Karl Berry <karl@tug.org>
6220
6221 * anti.texi (Antinews): Typo.
6222
62232007-06-14 Chong Yidong <cyd@stupidchicken.com>
6224
6225 * display.texi (Image Cache): Document image-refresh.
6226
62272007-06-12 Karl Berry <karl@gnu.org>
6228
6229 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
6230 * two-volume.make: New file.
6231 * .cvsignore: Ignore two-volume files.
6232
62332007-06-12 Tom Tromey <tromey@redhat.com>
6234
6235 * os.texi (Init File): Document user-emacs-directory.
6236
62372007-06-03 Nick Roberts <nickrob@snap.net.nz>
6238
6239 * commands.texi (Click Events): Describe width and height when
6240 object is nil.
6241
62422007-05-30 Nick Roberts <nickrob@snap.net.nz>
6243
5dcb4c4e
SM
6244 * commands.texi (Click Events): Layout more logically.
6245 Describe width and height.
b8d4c8d0
GM
6246 (Drag Events, Motion Events): Update to new format for position.
6247
62482007-06-02 Richard Stallman <rms@gnu.org>
6249
6250 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
6251
62522007-06-02 Chong Yidong <cyd@stupidchicken.com>
6253
6254 * Version 22.1 released.
6255
62562007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6257
6258 * text.texi (Special Properties): Correct meaning of fontified face.
6259
62602007-05-30 Richard Stallman <rms@gnu.org>
6261
6262 * text.texi (Special Properties): Add link to Adjusting Point.
6263
62642007-05-12 Richard Stallman <rms@gnu.org>
6265
6266 * text.texi (Margins): indent-to-left-margin is not the default.
6267 (Mode-Specific Indent): For indent-line-function, the default
6268 is indent-relative.
6269
6270 * modes.texi (Example Major Modes): Explain last line of text-mode
6271 is redundant.
6272
62732007-05-10 Richard Stallman <rms@gnu.org>
6274
6275 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
6276
6277 * help.texi (Keys in Documentation): Add reference to
6278 Documentation Tips.
6279
6280 * files.texi (Format Conversion): TO-FN gets three arguments.
6281
6282 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
6283
62842007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
6285
6286 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
6287 * files.texi (Format Conversion): Expand intro; add menu.
6288 (Format Conversion Overview, Format Conversion Round-Trip)
6289 (Format Conversion Piecemeal): New nodes/subsections.
6290 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
6291 * text.texi (Text Properties): Remove "Saving Properties" from menu.
6292 (Saving Properties): Delete node/subsection.
6293
62942007-05-07 Karl Berry <karl@gnu.org>
6295
6296 * elisp.texi (EMACSVER): Back to 22.
6297
62982007-05-06 Richard Stallman <rms@gnu.org>
6299
6300 * processes.texi (Accepting Output): Revert most of previous change.
6301
63022007-05-05 Richard Stallman <rms@gnu.org>
6303
6304 * processes.texi (Accepting Output): accept-process-output
6305 uses microseconds, not milliseconds. But that arg is obsolete.
6306
63072007-05-04 Karl Berry <karl@tug.org>
6308
6309 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
6310
63112007-05-04 Eli Zaretskii <eliz@gnu.org>
6312
6313 * tips.texi (Documentation Tips): Rearrange items to place the
6314 more important ones first. Add an index entry for hyperlinks.
6315
63162007-05-03 Karl Berry <karl@gnu.org>
6317
6318 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
6319 (EMACSVER) [smallbook]: 22 for printed version.
6320
6321 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
6322 so restore anchor to normal position after defun. Found by Kevin Ryde.
6323
63242007-04-26 Glenn Morris <rgm@gnu.org>
6325
6326 * elisp.texi (EMACSVER): Increase to 22.1.50.
6327
63282007-04-28 Karl Berry <karl@gnu.org>
6329
6330 * elisp.texi: Improve line breaks on copyright page,
6331 similar layout to emacs manual, 8.5x11 by default.
6332
63332007-04-24 Richard Stallman <rms@gnu.org>
6334
6335 * text.texi (Special Properties): Add xref to Overlay Properties.
6336
6337 * display.texi (Overlay Properties): Add xref to Special Properties.
6338
63392007-04-22 Richard Stallman <rms@gnu.org>
6340
6341 * keymaps.texi (Extended Menu Items): Move the info about
6342 format with cached keyboard binding.
6343
63442007-04-21 Richard Stallman <rms@gnu.org>
6345
6346 * text.texi (Special Properties): Clarify previous change.
6347
6348 * files.texi (File Name Expansion): Clarify previous change.
6349
6350 * display.texi (Attribute Functions): Fix example for
6351 face-attribute-relative-p.
6352
63532007-04-19 Kenichi Handa <handa@m17n.org>
6354
6355 * text.texi (Special Properties): Document composition property.
6356
63572007-04-19 Glenn Morris <rgm@gnu.org>
6358
6359 * files.texi (File Name Expansion): Mention "superroot".
6360
63612007-04-15 Chong Yidong <cyd@stupidchicken.com>
6362
6363 * frames.texi (Multiple Displays): Add note about "multi-monitor"
6364 setups.
6365 (Display Feature Testing): Note that display refers to all
6366 physical monitors for multi-monitor setups.
6367
63682007-04-14 Richard Stallman <rms@gnu.org>
6369
6370 * lists.texi (Sets And Lists): Clarify `delete' examples.
6371 Remove spurious xref to same node.
6372 Clarify xref for add-to-list.
6373
63742007-04-12 Nick Roberts <nickrob@snap.net.nz>
6375
6376 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
6377 value of lisp-mode-map.
6378
63792007-04-11 Karl Berry <karl@gnu.org>
6380
6381 * anti.texi (Antinews):
6382 * display.texi (Overlay Properties, Defining Images):
6383 * processes.texi (Synchronous Processes, Sentinels):
6384 * syntax.texi (Syntax Table Internals):
6385 * searching.texi (Regexp Special):
6386 * nonascii.texi (Default Coding Systems):
6387 * text.texi (Special Properties):
6388 * minibuf.texi (Basic Completion): Wording to improve breaks in
6389 8.5x11 format.
6390 * elisp.texi (smallbook): New @set to more easily switch between
6391 smallbook and 8.5x11.
6392
63932007-04-11 Richard Stallman <rms@gnu.org>
6394
6395 * text.texi (Lazy Properties): Minor fix.
6396
63972007-04-08 Karl Berry <karl@gnu.org>
6398
6399 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
6400 * macros.texi (Backquote): Downcase Backquote in index entries for
6401 consistency.
6402
64032007-04-08 Richard Stallman <rms@gnu.org>
6404
6405 * text.texi (Adaptive Fill): Just describe default,
6406 don't show it (since it contains non-ASCII chars).
6407
64082007-04-07 Karl Berry <karl@gnu.org>
6409
6410 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
6411 adaptive-fill-regexp's value, since they are not in the standard
6412 TeX fonts.
6413
64142007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
6415
6416 * display.texi (Defining Faces): Fix example.
6417
64182007-04-07 Karl Berry <karl@gnu.org>
6419
6420 * display.texi (Button Buffer Commands): Improve page break.
6421
64222007-04-07 Richard Stallman <rms@gnu.org>
6423
6424 * advice.texi (Activation of Advice): Remove redundant index entry.
6425
6426 * backups.texi: Improve index entries. Remove redundant ones.
6427
6428 * compile.texi (Byte Compilation): Improve index entry.
6429
6430 * hash.texi (Creating Hash): Improve index entry.
6431
6432 * symbols.texi (Definitions): Improve index entry.
6433
6434 * edebug.texi: Improve index entries. Remove redundant/useless ones.
6435
6436 * maps.texi (Standard Keymaps): Remove useless index entry.
6437
6438 * help.texi (Documentation Basics): Remove redundant index entries.
6439
6440 * customize.texi: Improve index entries.
6441 Remove redundant/useless ones.
6442
6443 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
6444
6445 * streams.texi (Output Variables): Improve index entry.
6446
6447 * abbrevs.texi (Abbrevs): Remove useless index entry.
6448
6449 * macros.texi (Expansion): Remove useless index entry.
6450
6451 * text.texi: Improve index entries. Remove redundant/useless ones.
6452 (Text Properties, Examining Properties)
6453 (Special Properties): Use "property category" instead of "category"
6454 to refer to the `category' property.
6455
6456 * positions.texi: Improve index entries. Remove useless one.
6457
6458 * lists.texi: Improve index entries. Remove redundant/useless ones.
6459
6460 * os.texi: Improve index entries.
6461 (Timers): Fix previous change.
6462
6463 * buffers.texi: Improve index entries.
6464 (Modification Time): Get rid of term "obsolete buffer".
6465
6466 * debugging.texi: Improve index entries.
6467 (Test Coverage): Add xref to other test coverage ftr.
6468
6469 * eval.texi: Improve index entry. Remove redundant ones.
6470
6471 * numbers.texi: Improve index entries. Remove redundant/useless ones.
6472
6473 * files.texi: Improve index entries. Remove redundant/useless ones.
6474
6475 * objects.texi: Improve index entries.
6476
6477 * processes.texi: Improve index entries.
6478
6479 * modes.texi: Improve index entry. Remove redundant one.
6480
6481 * nonascii.texi: Improve index entries.
6482
6483 * internals.texi: Improve index entries.
6484
6485 * syntax.texi: Improve index entries.
6486
6487 * keymaps.texi (Active Keymaps): Improve index entries.
6488
6489 * commands.texi: Improve index entries. Remove redundant/useless ones.
6490
6491 * frames.texi: Improve index entries. Remove redundant/useless ones.
6492
6493 * markers.texi: Improve index entries. Remove redundant ones.
6494
6495 * tips.texi: Improve index entries.
6496
6497 * loading.texi (Unloading): Improve index entry.
6498
6499 * variables.texi: Improve index entries. Remove redundant one.
6500
6501 * sequences.texi: Improve index entry.
6502
6503 * display.texi: Improve index entries. Remove redundant ones.
6504
6505 * windows.texi: Improve index entries.
6506
6507 * searching.texi: Improve index entries. Remove redundant one.
6508
6509 * strings.texi (Case Tables): Improve last change.
6510
65112007-04-04 Chong Yidong <cyd@stupidchicken.com>
6512
6513 * strings.texi (Case Tables): Document with-case-table and
6514 ascii-case-table.
6515
65162007-04-03 Karl Berry <karl@gnu.org>
6517
6518 * processes.texi (Network): Reword to improve page break.
6519
65202007-04-03 Eli Zaretskii <eliz@gnu.org>
6521
6522 * functions.texi (Inline Functions): Describe more disadvantages
6523 of defsubst, and make advice against it stronger.
6524
65252007-04-02 Karl Berry <karl@gnu.org>
6526
6527 * backups.texi (Backup Names): Avoid widow words.
6528 * modes.texi (Example Major Modes): Align last comment.
6529
65302007-04-01 Chong Yidong <cyd@stupidchicken.com>
6531
6532 * keymaps.texi (Remapping Commands): Document new arg to
6533 command-remapping.
6534
65352007-04-01 Karl Berry <karl@gnu.org>
6536
6537 * processes.texi (Low-Level Network): Typo.
6538 * loading.texi (Hooks for Loading): Avoid double "the".
6539 * keymaps.texi (Key Sequences): No double "and".
6540 (Changing Key Bindings): Shorten to improve line break.
6541
65422007-03-31 Glenn Morris <rgm@gnu.org>
6543
6544 * os.texi (Timers): Fix description of run-at-time TIME formats.
6545
65462007-03-31 Richard Stallman <rms@gnu.org>
6547
6548 * display.texi (Invisible Text): Correct buffer-invisibility-spec
6549 regarding ellipsis.
6550
65512007-03-31 Eli Zaretskii <eliz@gnu.org>
6552
6553 * intro.texi (nil and t):
6554 * symbols.texi (Plists and Alists):
6555 * variables.texi (Variable Aliases, Constant Variables):
6556 * functions.texi (Defining Functions):
6557 * advice.texi (Advising Primitives):
6558 * debugging.texi (Syntax Errors, Compilation Errors):
6559 * minibuf.texi (Minibuffer Windows):
6560 * commands.texi (Adjusting Point):
6561 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
6562 (Auto Major Mode, Major Mode Conventions):
6563 * help.texi (Describing Characters):
6564 * files.texi (Create/Delete Dirs, Information about Files)
6565 (File Locks, Writing to Files, Reading from Files)
6566 (Saving Buffers):
6567 * windows.texi (Resizing Windows, Cyclic Window Ordering):
6568 * frames.texi (Finding All Frames):
6569 * positions.texi (Buffer End, Motion):
6570 * markers.texi (The Region):
6571 * text.texi (Deletion, Near Point):
6572 * display.texi (Displaying Messages, Truncation):
6573 * os.texi (Processor Run Time):
6574 * tips.texi (Key Binding Conventions, Programming Tips)
6575 (Warning Tips, Documentation Tips, Comment Tips):
6576 * internals.texi (Memory Usage): Improve indexing.
6577
6578 * variables.texi (Frame-Local Variables):
6579 * functions.texi (Argument List):
6580 * loading.texi (Library Search):
6581 * streams.texi (Output Variables):
6582 * keymaps.texi (Translation Keymaps, Searching Keymaps):
6583 * searching.texi (Replacing Match, Search and Replace):
6584 * processes.texi (Byte Packing, Decoding Output)
6585 (Accepting Output, Network Servers, Shell Arguments):
6586 * display.texi (Abstract Display, Image Cache, Scroll Bars):
6587 * windows.texi (Window Point, Window Start):
6588 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
6589 * commands.texi (Reading Input, Keyboard Events):
6590 * minibuf.texi (Reading File Names, Minibuffer Completion)
6591 (Recursive Mini):
6592 * positions.texi (List Motion):
6593 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
6594 * numbers.texi (Arithmetic Operations, Math Functions)
6595 (Predicates on Numbers, Comparison of Numbers):
6596 (Numeric Conversions):
6597 * locals.texi (Standard Buffer-Local Variables):
6598 * maps.texi (Standard Keymaps):
6599 * os.texi (User Identification, System Environment, Recording Input)
6600 (X11 Keysyms):
6601 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
6602 * backups.texi (Backups and Auto-Saving):
6603 * customize.texi (Customization, Group Definitions)
6604 (Variable Definitions):
6605 * compile.texi (Byte Compilation): Improve index entries.
6606
66072007-03-31 Karl Berry <karl@gnu.org>
6608
6609 * macros.texi (Defining Macros): Avoid widow syllable.
6610
66112007-03-31 Eli Zaretskii <eliz@gnu.org>
6612
6613 * elisp.texi (Top): Postscript -> PostScript.
6614
6615 * display.texi (Images, Postscript Images): Postscript -> PostScript.
6616
66172007-03-31 Markus Triska <markus.triska@gmx.at>
6618
6619 * internals.texi (Writing Emacs Primitives): Untabify `For'.
6620
66212007-03-30 Karl Berry <karl@gnu.org>
6622
6623 * lists.texi (List-related Predicates): Remove spurious @need.
6624 (Setcdr): Use @smallexample to improve page break.
6625 (Association Lists) <assoc>: Reword to improve page break.
6626
6627 * strings.texi (String Conversion): Insert blank line to improve
6628 page break.
6629
6630 * numbers.texi (Random Numbers): Use @minus{}.
6631 (Math Functions): Use @minus{}.
6632
6633 * intro.texi (Acknowledgements): Avoid line breaks before middle
6634 initials.
6635
66362007-03-24 Eli Zaretskii <eliz@gnu.org>
6637
6638 * errors.texi (Standard Errors): Add an index entry.
6639
66402007-03-19 Richard Stallman <rms@gnu.org>
6641
6642 * os.texi (Recording Input): recent-keys now gives 300 keys.
6643
66442007-03-12 Glenn Morris <rgm@gnu.org>
6645
6646 * os.texi: Replace "daylight savings" with "daylight saving"
6647 throughout.
6648
66492007-03-05 Richard Stallman <rms@gnu.org>
6650
5dcb4c4e
SM
6651 * variables.texi (File Local Variables):
6652 Update enable-local-variables values.
b8d4c8d0
GM
6653
66542007-03-04 Richard Stallman <rms@gnu.org>
6655
6656 * syntax.texi (Control Parsing): Minor clarification.
6657
6658 * strings.texi (Formatting Strings): Clarify width, precision, flags.
6659
6660 * sequences.texi (Sequence Functions): Move string-bytes away,
6661 add xref.
6662
6663 * nonascii.texi (Text Representations): Move string-bytes here.
6664
6665 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
6666
6667 * minibuf.texi (Basic Completion): Minor clarification.
6668
6669 * markers.texi (The Mark): Clarify existence vs activation of mark.
6670 Other cleanup.
6671
6672 * display.texi (Finding Overlays): Write better example.
6673
6674 * compile.texi (Eval During Compile): Clarify putting macros
6675 in eval-when-compile.
6676
c5602427 66772007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
b8d4c8d0
GM
6678
6679 * loading.texi (How Programs Do Loading): Fix anchor position at
c5602427 6680 load-read-function definition doc.
b8d4c8d0
GM
6681
66822007-02-21 Kim F. Storm <storm@cua.dk>
6683
6684 * strings.texi (Text Comparison): Mention that assoc-string
6685 converts symbols to strings before testing.
6686
66872007-02-17 Kim F. Storm <storm@cua.dk>
6688
6689 * processes.texi (Bindat Spec): Vector types can have optional
6690 element type.
6691 (Bindat Examples): Fix example. Add vector with element type.
6692
66932007-02-16 Andreas Schwab <schwab@suse.de>
6694
6695 * strings.texi (Formatting Strings): Document '+' flag.
6696
66972007-02-15 Juanma Barranquero <lekktu@gmail.com>
6698
6699 * strings.texi (Modifying Strings): Clarify that `clear-string'
6700 always converts the string to unibyte.
6701
67022007-02-14 Kim F. Storm <storm@cua.dk>
6703
6704 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
6705 Rewrite glyph code description to refer to these functions.
6706 Remove details of encoding face number and char into integer code.
6707
67082007-02-03 Alan Mackenzie <acm@muc.de>
6709
6710 * loading.texi (Hooks for Loading): Make the description of
6711 `eval-after-load' more detailed, and amend the description of
6712 after-load-alist, in accordance with changes from 2006-05.
6713
67142007-02-03 Chong Yidong <cyd@stupidchicken.com>
6715
6716 * modes.texi (Defining Minor Modes): Document that a :require
6717 keyword or similar may be required to make saved customization
6718 variables work.
6719
67202007-02-03 Eli Zaretskii <eliz@gnu.org>
6721
6722 * elisp.texi (Top): Make the detailed menu headers compliant with
5dcb4c4e
SM
6723 Texinfo guidelines and with what texnfo-upd.el expects.
6724 Add comments to prevent people from inadvertently modifying the key
b8d4c8d0
GM
6725 parts needed by `texinfo-multiple-files-update'.
6726
67272007-02-02 Eli Zaretskii <eliz@gnu.org>
6728
6729 * elisp.texi (Top): Update the top-level menus.
6730
6731 * syntax.texi (Categories): Add index entries.
6732
67332007-02-01 Juanma Barranquero <lekktu@gmail.com>
6734
6735 * display.texi (Attribute Functions): Fix name and description of
6736 the UNDERLINE arg of `set-face-underline-p'.
6737
67382007-01-29 Eli Zaretskii <eliz@gnu.org>
6739
6740 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
6741 Variables", and "Standard Keymaps" to the detailed menu.
6742
6743 * variables.texi (Future Local Variables): Add index entry.
6744
67452007-01-28 Richard Stallman <rms@gnu.org>
6746
6747 * tips.texi (Coding Conventions): Clarify the tip about macros
6748 that define a function or a variable.
6749
6750 * files.texi (File Attributes): UID and GID can be floats.
6751 (Magic File Names): Explain why deferring all operations to
6752 the standard handler does not work.
6753
67542007-01-23 Martin Rudalics <rudalics@gmx.at>
6755
6756 * backups.texi (Reverting): Use "buffer" instead of "file"
6757 when talking about major and minor modes.
6758
67592007-01-21 Richard Stallman <rms@gnu.org>
6760
6761 * help.texi (Documentation): Add xref to Documentation Tips.
6762
67632007-01-14 Juanma Barranquero <lekktu@gmail.com>
6764
6765 * tips.texi (Coding Conventions): Fix typos.
6766
67672007-01-05 Richard Stallman <rms@gnu.org>
6768
6769 * modes.texi (Defining Minor Modes): Fix previous change.
6770
67712007-01-03 Richard Stallman <rms@gnu.org>
6772
6773 * customize.texi (Variable Definitions, Customization Types):
6774 Don't use * in doc string for defcustom.
6775
67762007-01-02 Richard Stallman <rms@gnu.org>
6777
6778 * variables.texi (Variable Aliases): Clarify that aliases vars
6779 always have the same value.
6780
6781 * processes.texi (Bindat Spec): Fix Texinfo usage.
6782
6783 * modes.texi (Defining Minor Modes): Explain effect of command
6784 defined with define-global-minor-mode on new buffers.
6785
67862006-12-30 Kim F. Storm <storm@cua.dk>
6787
6788 * keymaps.texi (Tool Bar): Describe `grow-only' value of
6789 `auto-resize-tool-bars'.
6790
67912006-12-30 Richard Stallman <rms@gnu.org>
6792
6793 * keymaps.texi (Active Keymaps): Fix previous change.
6794
67952006-12-30 Nick Roberts <nickrob@snap.net.nz>
6796
6797 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
6798
67992006-12-30 Kim F. Storm <storm@cua.dk>
6800
6801 * processes.texi (Bindat Spec): Clarify using field names in
6802 length specifications.
6803
68042006-12-29 Kim F. Storm <storm@cua.dk>
6805
6806 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
6807 Add count and index variables for eval forms in repeat blocks.
6808
68092006-12-24 Richard Stallman <rms@gnu.org>
6810
5dcb4c4e
SM
6811 * customize.texi (Variable Definitions):
6812 Document new name custom-add-frequent-value.
b8d4c8d0
GM
6813
68142006-12-19 Kim F. Storm <storm@cua.dk>
6815
6816 * commands.texi (Misc Events): User signals now result in sigusr1
6817 and sigusr2 events which are handled through special-event-map.
6818 (Special Events): User signals and drag-n-drop are special.
6819
68202006-12-17 Richard Stallman <rms@gnu.org>
6821
6822 * loading.texi (Named Features): Explain subfeatures better.
6823
6824 * customize.texi: Use "option" only for user options.
6825 For the keyword values inside defcustom etc, say "keywords".
6826 For :options value's elements, say "elements".
6827 :group should not be omitted.
6828
6829 * syntax.texi (Parsing Expressions): Split up node.
6830 (Motion via Parsing, Position Parse, Parser State)
6831 (Low-Level Parsing, Control Parsing): New subnodes.
6832 (Parser State): Document syntax-ppss-toplevel-pos.
6833
6834 * positions.texi (List Motion): Punctuation fix.
6835
6836 * files.texi (File Name Completion): Document PREDICATE arg
6837 to file-name-completion.
6838
68392006-12-16 Eli Zaretskii <eliz@gnu.org>
6840
6841 * internals.texi (Building Emacs, Writing Emacs Primitives):
6842 Add index entries.
6843
68442006-12-11 Richard Stallman <rms@gnu.org>
6845
6846 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
6847 affects face menu. Explain how to make it non-nil without enabling
6848 any fontification.
6849
68502006-12-10 Chong Yidong <cyd@stupidchicken.com>
6851
6852 * modes.texi (Font Lock Basics): Document nil value of
6853 font-lock-defaults.
6854
68552006-12-10 Glenn Morris <rgm@gnu.org>
6856
6857 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
6858 value for system-flag argument. Abbrev tables may not be empty
6859 when major modes are loaded.
6860
68612006-12-08 Juanma Barranquero <lekktu@gmail.com>
6862
6863 * makefile.w32-in (maintainer-clean): Partially revert last
6864 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
6865 to protect elisp-covers.texi.
6866
68672006-12-07 Juanma Barranquero <lekktu@gmail.com>
6868
6869 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
6870 Don't remove elisp* info files; they are already deleted by the
6871 `clean' and `distclean' targets, and they are in the $(infodir)
6872 directory, not the current one.
6873
68742006-12-04 Kim F. Storm <storm@cua.dk>
6875
6876 * commands.texi (Misc Events): Update signal events.
6877 (Event Examples): Add signal example.
6878
68792006-11-29 Richard Stallman <rms@gnu.org>
6880
6881 * frames.texi (Visibility of Frames): Explain visible windows
6882 can be covered by others. Add xref for raise-frame.
6883
68842006-11-28 Richard Stallman <rms@gnu.org>
6885
6886 * searching.texi (Regexp Special): Update when ^ is special.
6887
68882006-11-27 Eli Zaretskii <eliz@gnu.org>
6889
6890 * customize.texi (Customization, Common Keywords)
6891 (Group Definitions, Variable Definitions, Composite Types)
6892 (Type Keywords, Customization Types): Add index entries for
6893 various customization keywords.
6894
68952006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
6896
6897 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
6898
c8763fb6 68992006-11-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
6900
6901 * frames.texi (Window System Selections): Remove clipboard from
6902 description of selection-coding-system.
6903
69042006-11-06 Richard Stallman <rms@gnu.org>
6905
6906 * lists.texi (List Variables): Document COMPARE-FN.
6907
6908 * keymaps.texi: Avoid use of "binding" to mean a relation;
6909 use it only to refer to the meaning associated with a key.
6910 (Keymaps): Change menu node description.
6911
6912 * elisp.texi (Top): Change menu node description.
6913
6914 * display.texi (Managing Overlays): Document overlay-recenter.
6915
69162006-10-29 Chong Yidong <cyd@stupidchicken.com>
6917
6918 * Makefile.in: Use relative paths to avoid advertising filesystem
6919 contents during compilation.
6920
69212006-10-23 Kim F. Storm <storm@cua.dk>
6922
6923 * commands.texi (Event Input Misc): Update unread-command-events.
6924
69252006-10-23 Nick Roberts <nickrob@snap.net.nz>
6926
6927 * lists.texi (Sets And Lists): Fix typos.
6928
69292006-10-18 Juanma Barranquero <lekktu@gmail.com>
6930
6931 * control.texi (Processing of Errors): Use @var for an argument,
6932 not @code.
6933
69342006-10-16 Richard Stallman <rms@gnu.org>
6935
6936 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
6937
6938 * keymaps.texi (Format of Keymaps): Show all the keymap element
6939 patterns that result from menu items.
6940 (Key Lookup): Minor cleanups.
6941
6942 * modes.texi (Precalculated Fontification): Don't say that
6943 not setting font-lock-defaults avoids loading font-lock.
6944
6945 * help.texi (Documentation): Move xref to Emacs Manual here.
6946 (Documentation Basics): From here.
6947 Also doc emacs-lisp-docstring-fill-column.
6948
6949 * elisp.texi: Update version and ISBN.
6950
6951 * commands.texi (Interactive Call): Clarify KEYS arg to
6952 call-interactively is a vector.
6953 (Command Loop Info): Delete anchor in this-command-keys.
6954 Add anchor in this-command-keys-vector.
6955 (Recursive Editing): Document how recursive-edit
6956 handles the current buffer.
6957
69582006-10-13 Chong Yidong <cyd@stupidchicken.com>
6959
6960 * frames.texi (Frame Titles): %c and %l are ignored in
6961 frame-title-format.
6962
69632006-10-11 Richard Stallman <rms@gnu.org>
6964
6965 * keymaps.texi (Key Sequences): Clarify use of kbd.
6966
69672006-10-10 Kim F. Storm <storm@cua.dk>
6968
6969 * lists.texi (Sets And Lists): Add memql.
6970
69712006-10-03 Richard Stallman <rms@gnu.org>
6972
6973 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
6974 Clarify :ascii: and :nonascii:.
6975
69762006-09-29 Juri Linkov <juri@jurta.org>
6977
6978 * modes.texi (%-Constructs): Reorder coding systems in the
6979 documentation of %z to the real order displayed in the modeline.
6980
69812006-09-25 Richard Stallman <rms@gnu.org>
6982
6983 * os.texi (Timers): Describe timer-max-repeats.
6984
69852006-09-25 Chong Yidong <cyd@stupidchicken.com>
6986
6987 * os.texi (Timers): Mention with-local-quit.
6988
69892006-09-24 Richard Stallman <rms@gnu.org>
6990
6991 * searching.texi (Searching and Matching): Mention property search.
6992
6993 * commands.texi (Command Loop Info): Explain how read-event affects
6994 this-command-keys.
6995
69962006-09-20 Richard Stallman <rms@gnu.org>
6997
6998 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
6999
7000 * windows.texi (Window Start): Minor cleanups.
7001
70022006-09-20 Kim F. Storm <storm@cua.dk>
7003
7004 * windows.texi (Window Start): pos-visible-in-window-p allows
7005 specifying t for position to mean "end of window".
7006 Add window-line-height.
7007
7008 * anti.texi (Antinews): Mention window-line-height.
7009
70102006-09-19 David Kastrup <dak@gnu.org>
7011
7012 * keymaps.texi (Searching Keymaps): Small clarification.
7013
70142006-09-18 Richard Stallman <rms@gnu.org>
7015
7016 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
7017 cause keyboard menus.
7018 (Menu Keymaps): Likewise.
7019 (Defining Menus, Keyboard Menus): Clarify.
7020
7021 * text.texi (Fields): Clarify explanation of constrain-to-field.
7022
70232006-09-16 Eli Zaretskii <eliz@gnu.org>
7024
7025 * variables.texi (Tips for Defining): Fix a typo.
7026
70272006-09-15 Richard Stallman <rms@gnu.org>
7028
7029 * keymaps.texi (Remapping Commands, Searching Keymaps)
7030 (Active Keymaps): Clean up previous change.
7031
70322006-09-15 Jay Belanger <belanger@truman.edu>
7033
7034 * gpl.texi: Replace "Library Public License" by "Lesser Public
7035 License" throughout.
7036
70372006-09-15 David Kastrup <dak@gnu.org>
7038
7039 * keymaps.texi (Active Keymaps): Adapt description to use
7040 `get-char-property' instead `get-text-property'. Explain how
7041 mouse events change this. Explain the new optional argument of
7042 `key-binding' and its mouse-dependent lookup.
7043 (Searching Keymaps): Adapt description similarly.
7044 (Remapping Commands): Explain the new optional argument of
7045 `command-remapping'.
7046
70472006-09-14 Richard Stallman <rms@gnu.org>
7048
7049 * keymaps.texi (Searching Keymaps): Clarification.
7050 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
7051
70522006-09-13 Richard Stallman <rms@gnu.org>
7053
7054 * objects.texi (Character Type): Node split.
7055 Add xref to Describing Characters.
7056 (Basic Char Syntax, General Escape Syntax)
7057 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
7058
70592006-09-11 Richard Stallman <rms@gnu.org>
7060
7061 * display.texi (Display Table Format): Wording clarification.
7062 (Glyphs): Clarifications.
7063
70642006-09-10 Chong Yidong <cyd@stupidchicken.com>
7065
7066 * keymaps.texi (Active Keymaps): Mention that key-binding checks
7067 local maps.
7068
70692006-09-10 Kim F. Storm <storm@cua.dk>
7070
7071 * display.texi (Forcing Redisplay): Document return value of
7072 function redisplay.
7073
70742006-09-09 Richard Stallman <rms@gnu.org>
7075
7076 * windows.texi (Window Hooks): Explain limits of
7077 window-scroll-functions.
7078
7079 * display.texi (Fringe Indicators): Update for last change in
7080 indicate-buffer-boundaries.
7081
70822006-09-08 Richard Stallman <rms@gnu.org>
7083
7084 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
7085
70862006-09-06 Kim F. Storm <storm@cua.dk>
7087
7088 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
7089
7090 * windows.texi (Window Start): Update pos-visible-in-window-p.
7091
70922006-09-04 Richard Stallman <rms@gnu.org>
7093
7094 * processes.texi (Accepting Output): Explain SECONDS=0 for
7095 accept-process-output.
7096
7097 * os.texi (Idle Timers): Explain why timer functions should not
7098 loop until (input-pending-p).
7099
71002006-09-02 Eli Zaretskii <eliz@gnu.org>
7101
7102 * makefile.w32-in (usermanualdir): New variable.
7103 (elisp.dvi): Use it.
7104
71052006-09-01 Eli Zaretskii <eliz@gnu.org>
7106
7107 * buffers.texi (Buffer Modification): Fix last change.
7108
71092006-09-01 Chong Yidong <cyd@stupidchicken.com>
7110
5dcb4c4e
SM
7111 * buffers.texi (Buffer Modification):
7112 Document buffer-chars-modified-tick.
b8d4c8d0
GM
7113
71142006-08-31 Richard Stallman <rms@gnu.org>
7115
7116 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
7117
71182006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
7119
7120 * modes.texi (Syntactic Font Lock):
7121 Mention font-lock-syntactic-face-function
7122 instead of specific faces.
7123
71242006-08-29 Chong Yidong <cyd@stupidchicken.com>
7125
7126 * display.texi (Images): Add xrref to display-images-p.
7127
71282006-08-28 Kenichi Handa <handa@m17n.org>
7129
7130 * nonascii.texi (Lisp and Coding Systems): Fix description of
7131 detect-coding-region.
7132
71332006-08-27 Michael Olson <mwolson@gnu.org>
7134
7135 * processes.texi (Transaction Queues): Remove stray quote
7136 character.
7137
71382006-08-25 Richard Stallman <rms@gnu.org>
7139
7140 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
7141 Add xref.
7142
71432006-08-24 Chong Yidong <cyd@stupidchicken.com>
7144
7145 * os.texi (Timers): Avoid waiting inside timers.
7146
71472006-08-21 Lute Kamstra <lute@gnu.org>
7148
7149 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
7150
71512006-08-20 Richard Stallman <rms@gnu.org>
7152
7153 * os.texi (Idle Timers): New node, split out from Timers.
7154 Document current-idle-time.
7155 * commands.texi (Reading One Event): Update xref.
7156 * elisp.texi (Top): Update subnode menu.
7157
71582006-08-16 Richard Stallman <rms@gnu.org>
7159
7160 * keymaps.texi (Extended Menu Items): Show format of cached
7161 bindings in extended menu items.
7162
7163 * customize.texi (Variable Definitions): Explain when the
7164 standard value expression is evaluated.
7165
71662006-08-15 Chong Yidong <cyd@stupidchicken.com>
7167
7168 * commands.texi (Reading One Event): Explain idleness in
7169 `read-event'.
7170
71712006-08-12 Chong Yidong <cyd@stupidchicken.com>
7172
7173 * text.texi (Near Point): Say "cursor" not "terminal cursor".
5dcb4c4e 7174 (Commands for Insertion): Remove split-line since it's not
b8d4c8d0
GM
7175 relevant for Lisp programming.
7176 (Yank Commands): Rewrite introduction.
7177 (Undo): Clarify.
7178 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
7179 (Filling): Remove redundant comment. Clarify return value of
7180 current-justification.
7181 (Margins): Minor clarifications.
7182 (Adaptive Fill): Update default value of adaptive-fill-regexp.
7183 (Sorting): Update definition of sort-lines.
7184 (Columns): Clarify behavior of sort-columns.
7185 (Indent Tabs): Link to Tab Stops in Emacs manual.
7186 (Special Properties): Clarify.
7187 (Clickable Text): Mention Buttons package.
7188
71892006-08-12 Kevin Ryde <user42@zip.com.au>
7190
7191 * os.texi (Time Parsing): Add %z to description of
7192 format-time-string, as per docstring. Add cross reference to
7193 glibc manual for strftime.
7194
71952006-08-08 Richard Stallman <rms@gnu.org>
7196
7197 * modes.texi: Clean up wording in previous change.
7198
71992006-08-07 Chong Yidong <cyd@stupidchicken.com>
7200
7201 * modes.texi (Hooks): Clarify.
7202 (Major Mode Basics): Mention define-derived-mode explicitly.
7203 (Major Mode Conventions): Rebinding RET is OK for some modes.
7204 Mention change-major-mode-hook and after-change-major-mode-hook.
5dcb4c4e 7205 (Example Major Modes): Move to end of Modes section.
b8d4c8d0
GM
7206 (Mode Line Basics): Clarify.
7207 (Mode Line Data): Mention help-echo and local-map in strings.
7208 Explain reason for treatment of non-risky variables.
7209 (Properties in Mode): Clarify.
7210 (Faces for Font Lock): Add font-lock-negation-char-face.
7211
72122006-08-04 Eli Zaretskii <eliz@gnu.org>
7213
7214 * strings.texi (Formatting Strings): Warn against arbitrary
7215 strings as first arg to `format'.
7216
72172006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
7218
7219 * text.texi (Clickable Text): Mention `help-echo' text property.
7220 Update intro, examples and associated explanations.
7221
72222006-07-31 Richard Stallman <rms@gnu.org>
7223
7224 * commands.texi: Update xrefs.
7225 (Event Mod): New node, cut out from old Translating Input.
7226
7227 * maps.texi: Update xrefs.
7228
7229 * keymaps.texi (Translation Keymaps): New node.
7230 Update xrefs from Translating Input to Translation Keymaps.
7231
7232 * elisp.texi (Top): Update subnode menu.
7233
7234 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
7235
7236 * os.texi (System Interface): Fix menu descriptions of some nodes.
7237 (Translating Input): Node deleted.
7238
72392006-07-31 Nick Roberts <nickrob@snap.net.nz>
7240
7241 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
7242
7243 * lists.texi (Sets And Lists): Likewise.
7244
72452006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
7246
7247 * text.texi (Fields): Mention POS
7248 requirement when narrowing is in effect.
7249
72502006-07-28 Richard Stallman <rms@gnu.org>
7251
7252 * display.texi (Face Attributes): Simplify wording.
7253 (Attribute Functions): Clarify meaning of new-frame default
7254 attribute settings.
7255
7256 * customize.texi (Common Keywords): Document how to use
7257 :package-version in a package not in Emacs.
7258
72592006-07-28 Kim F. Storm <storm@cua.dk>
7260
7261 * commands.texi (Reading One Event): Fix last change.
7262
72632006-07-26 Chong Yidong <cyd@stupidchicken.com>
7264
7265 * commands.texi (Reading One Event): Document SECONDS argument for
7266 read-event, read-char, and read-char-exclusive.
7267
72682006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
7269
7270 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
7271 to ensure correct identification.
7272
72732006-07-24 Richard Stallman <rms@gnu.org>
7274
7275 * text.texi (Clickable Text): Clarify.
7276
7277 * sequences.texi (Vector Functions): Delete duplicate xref.
7278
7279 * objects.texi (Function Type): Clarify.
7280
7281 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
7282 modes.
7283
7284 * lists.texi (List Variables): New node.
7285 Material moved from other nodes.
7286
7287 * variables.texi (Setting Variables): add-to-list and
7288 add-to-ordered-list moved to List Variables node.
7289
72902006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
7291
7292 * text.texi (Links and Mouse-1):
7293 For mouse-on-link-p, expand on arg POS.
7294
72952006-07-21 Kim F. Storm <storm@cua.dk>
7296
7297 * display.texi (Forcing Redisplay): Don't mention systems which
7298 don't support sub-second timers for redisplay-preemption-period.
7299
7300 * os.texi (Terminal Output): Clarify text vs graphical terminal.
7301
73022006-07-21 Eli Zaretskii <eliz@gnu.org>
7303
7304 * frames.texi (Input Focus): Document that focus-follows-mouse has
7305 no effect on MS-Windows.
7306
73072006-07-18 Richard Stallman <rms@gnu.org>
7308
7309 * display.texi (Forcing Redisplay): Cleanups in previous change.
7310
7311 * processes.texi (Low-Level Network): Make menu more convenient.
7312
73132006-07-18 Kim F. Storm <storm@cua.dk>
7314
7315 * display.texi (Forcing Redisplay): redisplay-preemption-period
7316 only used on window systems. Add xref to Terminal Output.
7317
7318 * os.texi (Terminal Output): baud-rate only controls preemption on
7319 non-window systems. Add xref to Forcing Redisplay.
7320
7321 * processes.texi (Low-Level Network): Rename node "Make Network"
7322 to "Network Processes".
7323
73242006-07-18 Karl Berry <karl@gnu.org>
7325
7326 * variables.texi, functions.texi, customize.texi, loading.texi:
7327 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
7328
73292006-07-17 Chong Yidong <cyd@stupidchicken.com>
7330
7331 * commands.texi (Waiting): Document batch-mode sit-for behavior.
7332
73332006-07-17 Richard Stallman <rms@gnu.org>
7334
7335 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
7336 Put period and comma inside quotes.
7337
7338 * loading.texi, markers.texi: Use real doublequote inside menus.
7339
7340 * windows.texi: Put point and comma inside quotes.
7341 (Textual Scrolling): Use @samp for error message.
7342
7343 * variables.texi, tips.texi, syntax.texi, symbols.texi:
7344 * strings.texi, streams.texi, processes.texi, os.texi:
7345 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
7346 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
7347 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
7348 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
7349 Put point and comma inside quotes.
7350
7351 * control.texi (Processing of Errors): Add command-error-function.
7352
7353 * variables.texi (File Local Variables): Clarify that
7354 file local variables make buffer-local bindings.
7355
7356 * modes.texi (Syntactic Font Lock): Give default for
7357 font-lock-syntax-table.
7358
73592006-07-17 Nick Roberts <nickrob@snap.net.nz>
7360
7361 * text.texi (Special Properties): Clean up previous change.
7362
73632006-07-16 Karl Berry <karl@gnu.org>
7364
7365 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
7366 * control.texi: Fix bad page breaks through chapter 10 (control).
7367
7368 * anti.texi (Antinews): Reorder face-attribute fns to avoid
7369 underfull hbox.
7370
73712006-07-15 Nick Roberts <nickrob@snap.net.nz>
7372
7373 * text.texi (Special Properties): Describe fontified text property
7374 in relation to a character (not text).
7375
73762006-07-15 Kim F. Storm <storm@cua.dk>
7377
7378 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
7379 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
7380 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
7381
7382 * anti.texi (Antinews): Mention redisplay function.
7383 The kbd macro existed, but was not documented, before 22.x.
7384 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
7385
73862006-07-14 Nick Roberts <nickrob@snap.net.nz>
7387
7388 * display.texi (Displaying Messages): Add anchor.
7389
7390 * frames.texi (Dialog Boxes): Use it.
7391
73922006-07-12 Richard Stallman <rms@gnu.org>
7393
7394 * objects.texi (Frame Type): Explain nature of frames better.
7395
7396 * frames.texi (Frames): Explain nature of frames better.
7397
73982006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
7399
7400 * tips.texi (Coding Conventions): Explain why use cl at compile time.
7401
74022006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7403
7404 * frames.texi (Window System Selections): Mention scrap support for Mac.
7405 Default value of x-select-enable-clipboard is t on Mac.
7406
7407 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
7408
74092006-07-11 Kim F. Storm <storm@cua.dk>
7410
7411 * display.texi (Forcing Redisplay): Add `redisplay' function.
7412 Don't mention (sit-for -1) -- use (redisplay t) instead.
7413
7414 * commands.texi (Waiting): (sit-for -1) is no longer special.
7415 (sit-for 0) is equivalent to (redisplay).
7416 Iconifying/deiconifying no longer makes sit-for return.
7417
74182006-07-10 Nick Roberts <nickrob@snap.net.nz>
7419
7420 * display.texi (Buttons): Fix typo.
7421
7422 * index.texi, elisp.texi (New Symbols): Comment node out.
7423
74242006-07-09 Richard Stallman <rms@gnu.org>
7425
7426 * display.texi (Truncation): Clean up previous change.
7427
74282006-07-08 Richard Stallman <rms@gnu.org>
7429
7430 * commands.texi (Interactive Call): Use 3 as prefix in example
7431 for execute-extended-command.
7432
7433 * display.texi (Attribute Functions): Move paragraph about
7434 compatibility with Emacs < 21.
7435
74362006-07-09 Kim F. Storm <storm@cua.dk>
7437
7438 * display.texi (Refresh Screen): Clarify force-window-update.
7439 (Truncation): "Normally" indicated by fringe arrows.
7440
74412006-07-08 Eli Zaretskii <eliz@gnu.org>
7442
7443 * windows.texi (Textual Scrolling, Resizing Windows):
7444 * variables.texi (Constant Variables):
7445 * text.texi (Buffer Contents, Deletion, Changing Properties)
7446 (Property Search, Special Properties, Sticky Properties)
7447 (Links and Mouse-1, Fields, Change Hooks):
7448 * syntax.texi (Syntax Table Functions, Parsing Expressions)
7449 (Categories):
7450 * symbols.texi (Other Plists):
7451 * streams.texi (Output Variables):
7452 * processes.texi (Input to Processes, Query Before Exit):
7453 * positions.texi (Word Motion, Text Lines, List Motion):
7454 * os.texi (Init File, System Environment, Sound Output)
7455 (Session Management):
7456 * nonascii.texi (Text Representations, Character Sets)
7457 (Chars and Bytes, Locales):
7458 * modes.texi (Defining Minor Modes, Header Lines):
7459 * minibuf.texi (Minibuffer Contents):
7460 * markers.texi (Information from Markers):
7461 * lists.texi (List Elements, Building Lists, Association Lists):
7462 * keymaps.texi (Tool Bar):
7463 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
7464 * functions.texi (What Is a Function, Mapping Functions):
7465 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
7466 (Color Names, Text Terminal Colors, Display Feature Testing):
7467 * files.texi (Visiting Functions, File Name Components)
7468 (Unique File Names, Contents of Directories):
7469 * display.texi (Forcing Redisplay, Displaying Messages)
7470 (Temporary Displays, Font Selection, Auto Faces)
7471 (Font Lookup, Fringe Indicators, Display Margins)
7472 (Image Descriptors, Showing Images, Image Cache, Button Types)
7473 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
7474 (Display Table Format, Glyphs):
7475 * control.texi (Iteration):
7476 * commands.texi (Command Loop Info, Adjusting Point):
7477 * backups.texi (Making Backups, Auto-Saving):
7478 Remove @tindex entries.
7479
74802006-07-07 Kim F. Storm <storm@cua.dk>
7481
7482 * display.texi (Fringe Cursors): Fix typo.
7483 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
7484 (Overlay Arrow): Default is overlay-arrow fringe indicator.
7485
74862006-07-05 Richard Stallman <rms@gnu.org>
7487
7488 * text.texi (Buffer Contents): Add example of text props
7489 in result of buffer-substring.
7490 (Text Properties): Explain better about use of specific property names.
7491 (Property Search): Some cleanups; reorder some functions.
7492
7493 * keymaps.texi (Changing Key Bindings): Cleanup.
7494 Add xref to Key Binding Conventions.
7495
7496 * display.texi (Attribute Functions): Add examples for
7497 face-attribute-relative-p.
7498
7499 * tips.texi (Coding Conventions): Cleanup last change.
7500
75012006-07-05 Karl Berry <karl@gnu.org>
7502
7503 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
7504 Remove @setchapternewpage odd.
7505 Result is 1013 pages, down from 1100.
7506
7507 * anti.texi, customize.texi, display.texi, internals.texi:
7508 * minibuf.texi, modes.texi, tips.texi:
7509 Fix overfull/underfull boxes.
7510
75112006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
7512
7513 * edebug.texi (Instrumenting):
7514 Add Edebug-specific findex for eval-buffer.
7515 * loading.texi (Loading):
7516 Replace eval-current-buffer with eval-buffer.
7517
75182006-06-30 Nick Roberts <nickrob@snap.net.nz>
7519
7520 * locals.texi (Standard Buffer-Local Variables): Update the list
7521 of variables.
7522
75232006-06-26 Nick Roberts <nickrob@snap.net.nz>
7524
7525 * files.texi (File Name Completion): Point user to the node
7526 "Reading File Names".
7527
75282006-06-24 Eli Zaretskii <eliz@gnu.org>
7529
7530 * files.texi (Contents of Directories): Document case-insensitive
7531 behavior on respective filesystems.
7532
7533 * objects.texi (Character Type): Document that Emacs signals an
7534 error for unsupported Unicode characters specified as \uNNNN.
7535
75362006-06-19 Richard Stallman <rms@gnu.org>
7537
7538 * processes.texi (Bindat Spec): Clarify previous change.
7539
75402006-06-16 Richard Stallman <rms@gnu.org>
7541
7542 * tips.texi (Coding Conventions): Better explain conventions
7543 for definition constructs.
7544
7545 * text.texi (Special Properties): String value of `read-only'
7546 serves as the error message.
7547
7548 * objects.texi (Character Type): Clarify prev. change.
7549 (Non-ASCII in Strings): Mention \u and \U.
7550
7551 * commands.texi (Using Interactive): Explain problem of
7552 markers, etc., in command-history.
7553
75542006-06-14 Kim F. Storm <storm@cua.dk>
7555
7556 * commands.texi (Waiting): Negative arg to sit-for forces
7557 redisplay even if input is pending.
7558
7559 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
7560 redisplay. Remove incorrect example of binding redisplay-dont-pause
7561 around (sit-for 0).
7562
75632006-06-13 Richard Stallman <rms@gnu.org>
7564
7565 * display.texi (Forcing Redisplay): Clarify previous change.
7566
75672006-06-13 Romain Francoise <romain@orebokech.com>
7568
7569 * display.texi (Forcing Redisplay): Fix typo.
7570
75712006-06-13 Kim F. Storm <storm@cua.dk>
7572
7573 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
7574
75752006-06-10 Luc Teirlinck <teirllm@auburn.edu>
7576
7577 * tips.texi (Coding Conventions): Add `@end itemize'.
7578
75792006-06-10 Richard Stallman <rms@gnu.org>
7580
7581 * tips.texi (Coding Conventions): Explain use of coding systems
7582 to ensure one decoding for strings.
7583
75842006-06-09 Aidan Kehoe <kehoea@parhasard.net>
7585
7586 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
7587 syntax.
7588
75892006-06-07 Eli Zaretskii <eliz@gnu.org>
7590
7591 * display.texi (Font Selection): Remove description of
7592 clear-face-cache.
7593
7594 * compile.texi (Eval During Compile): Fix a typo. Add index
7595 entries for possible uses of eval-when-compile.
7596
75972006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
7598
7599 * display.texi (Abstract Display): Fix typo.
7600
76012006-06-03 Eli Zaretskii <eliz@gnu.org>
7602
7603 * minibuf.texi (Minibuffer History) <history-add-new-input>:
7604 Reword variable's description.
7605
76062006-06-01 Richard Stallman <rms@gnu.org>
7607
7608 * windows.texi (Splitting Windows): Clarify splitting nonselected
7609 window.
7610
76112006-05-31 Juri Linkov <juri@jurta.org>
7612
7613 * minibuf.texi (Minibuffer History): Add history-add-new-input.
7614
76152006-05-30 Richard Stallman <rms@gnu.org>
7616
7617 * display.texi (Line Height): Fix errors in description of
10d1d0af 7618 default line height and line-height property.
b8d4c8d0
GM
7619
7620 * nonascii.texi (Default Coding Systems): Further clarification.
7621
76222006-05-29 Luc Teirlinck <teirllm@auburn.edu>
7623
7624 * internals.texi (Pure Storage): Mention that an overflow in pure
7625 space causes a memory leak.
7626 (Garbage Collection): If there was an overflow in pure space,
7627 `garbage-collect' returns nil.
7628
76292006-05-30 Eli Zaretskii <eliz@gnu.org>
7630
7631 * nonascii.texi (Default Coding Systems): Fix it some more.
7632
76332006-05-29 Eli Zaretskii <eliz@gnu.org>
7634
7635 * nonascii.texi (Default Coding Systems): Fix last change.
7636
76372006-05-29 Kenichi Handa <handa@m17n.org>
7638
7639 * nonascii.texi (find-operation-coding-system): Describe the new
7640 argument format (FILENAME . BUFFER).
7641
76422006-05-28 Richard Stallman <rms@gnu.org>
7643
7644 * tips.texi (Coding Conventions): Better explain reasons not to
7645 advise other packages or use `eval-after-load'.
7646
76472006-05-29 Kim F. Storm <storm@cua.dk>
7648
7649 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
7650 `bindat-idx' and `bindat-raw' for clarity.
7651
76522006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
7653
7654 * processes.texi (Bindat Spec): Expand on `repeat' handler.
7655
7656 * display.texi (Display): Add "Abstract Display" to menu.
7657 (Abstract Display, Abstract Display Functions)
7658 (Abstract Display Example): New nodes.
7659 * elisp.texi (Top): Add "Abstract Display" to menu.
7660
76612006-05-27 Chong Yidong <cyd@stupidchicken.com>
7662
7663 * keymaps.texi (Key Sequences): Link to input events definition.
7664 (Format of Keymaps): Delete material duplicated in Keymap Basics.
7665
7666 * files.texi (Changing Files): Document updated argument list for
7667 copy-file.
7668
76692006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
7670
7671 * processes.texi (Bindat Functions): Explain term "total length".
7672 Use it in bindat-length and bindat-pack descriptions.
7673
76742006-05-26 Eli Zaretskii <eliz@gnu.org>
7675
7676 * tips.texi (Coding Conventions): Advise against using
7677 eval-after-load in packages. Add an index entry.
7678
76792006-05-25 Juri Linkov <juri@jurta.org>
7680
7681 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
7682
7683 * modes.texi (%-Constructs): Add %e, %z, %Z.
7684
76852006-05-25 Richard Stallman <rms@gnu.org>
7686
7687 * elisp.texi (Top): Update subnode menu.
7688
7689 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
7690 (Keymaps): Update menu.
7691
76922006-05-25 Chong Yidong <cyd@stupidchicken.com>
7693
7694 * keymaps.texi (Key Sequences): Some clarifications.
7695
76962006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
7697
7698 * processes.texi (Bindat Functions): Say "unibyte string"
7699 explicitly for bindat-unpack and bindat-pack descriptions.
7700 (Bindat Examples): Don't call `string-make-unibyte' in example.
7701
77022006-05-25 Chong Yidong <cyd@stupidchicken.com>
7703
5dcb4c4e 7704 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
c5602427 7705 Explain string and vector representations of key sequences.
b8d4c8d0
GM
7706
7707 * keymaps.texi (Changing Key Bindings):
dd7b651b 7708 * commands.texi (Interactive Codes):
b8d4c8d0
GM
7709 * help.texi (Describing Characters): Refer to it.
7710
77112006-05-23 Luc Teirlinck <teirllm@auburn.edu>
7712
7713 * frames.texi (Pointer Shape): @end table -> @end defvar.
7714
77152006-05-22 Richard Stallman <rms@gnu.org>
7716
7717 * elisp.texi (Top): Update subnode menus.
7718
7719 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
7720 Contents rewritten; material from old Pointer Shape node moved here.
7721
7722 * display.texi (Pointer Shape): Node deleted.
7723 (Image Descriptors): Minor cleanup.
7724
77252006-05-21 Richard Stallman <rms@gnu.org>
7726
7727 * syntax.texi (Parsing Expressions): Update info on which STATE
7728 elements are ignored.
7729
77302006-05-19 Luc Teirlinck <teirllm@auburn.edu>
7731
7732 * hooks.texi (Standard Hooks): Correct typo.
7733
7734 * gpl.texi (GPL): ifinfo -> ifnottex.
7735
77362006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
7737
7738 * searching.texi (Simple Match Data): Warn about match data being
7739 set anew by every search.
7740
77412006-05-17 Richard Stallman <rms@gnu.org>
7742
7743 * minibuf.texi (Minibuffer History): Clarify.
7744
7745 * searching.texi (Regexp Special): Clarify nested regexp warning.
7746
77472006-05-16 Kim F. Storm <storm@cua.dk>
7748
7749 * minibuf.texi (Minibuffer History): Update add-to-history.
7750
77512006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
7752
5dcb4c4e
SM
7753 * nonascii.texi (Explicit Encoding):
7754 Fix typo (encoding<->decoding).
b8d4c8d0
GM
7755
77562006-05-14 Richard Stallman <rms@gnu.org>
7757
7758 * buffers.texi (Creating Buffers): Cleanup.
7759
7760 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
7761
77622006-05-13 Eli Zaretskii <eliz@gnu.org>
7763
7764 * buffers.texi (Current Buffer): Document that with-temp-buffer
7765 disables undo.
7766
7767 * os.texi (Terminal-Specific): More accurate description of how
7768 Emacs searches for the terminal-specific libraries.
7769
77702006-05-12 Eli Zaretskii <eliz@gnu.org>
7771
7772 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
7773 emacs-xtra to @inforef's.
7774
7775 * text.texi (Undo): Document that undo is turned off in buffers
7776 whose names begin with a space.
7777
7778 * buffers.texi (Buffer Names): Add index entries for buffers whose
7779 names begin with a space.
7780 (Creating Buffers): Document that undo is turned off in buffers
7781 whose names begin with a space.
7782
7783 * files.texi (Visiting Functions, Reading from Files)
7784 (Saving Buffers): Mention code and EOL conversions by file I/O
7785 primitives and subroutines.
7786
f4e90db0
SM
7787 * nonascii.texi (Lisp and Coding Systems):
7788 Document coding-system-eol-type. Add index entries for eol conversion.
b8d4c8d0
GM
7789
7790 * display.texi (Defining Faces): Mention `mac', and add an xref to
7791 where window-system is described.
7792
77932006-05-10 Richard Stallman <rms@gnu.org>
7794
7795 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
7796
77972006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
7798
7799 * variables.texi (File Local Variables): Recommend to quote lambda
7800 expressions in safe-local-variable property.
7801
78022006-05-09 Richard Stallman <rms@gnu.org>
7803
5dcb4c4e
SM
7804 * variables.texi (File Local Variables):
7805 Document safe-local-eval-forms and safe-local-eval-function.
b8d4c8d0
GM
7806
78072006-05-07 Kim F. Storm <storm@cua.dk>
7808
7809 * minibuf.texi (Minibuffer History): Remove keep-dups arg
7810 from add-to-history.
7811
78122006-05-07 Romain Francoise <romain@orebokech.com>
7813
7814 * commands.texi (Event Input Misc):
7815 * compile.texi (Eval During Compile):
7816 * internals.texi (Buffer Internals):
7817 * minibuf.texi (Initial Input):
7818 * nonascii.texi (Scanning Charsets):
7819 * numbers.texi (Comparison of Numbers):
7820 * windows.texi (Textual Scrolling, Vertical Scrolling):
7821 Fix various typos.
7822
78232006-05-06 Eli Zaretskii <eliz@gnu.org>
7824
7825 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
7826 conditional xref's to either emacs or emacs-xtra, depending on
7827 @iftex/@ifnottex.
7828
7829 * minibuf.texi (Minibuffer History): Document add-to-history.
7830
78312006-05-05 Eli Zaretskii <eliz@gnu.org>
7832
7833 * internals.texi (Pure Storage): Mention the pure overflow message
7834 at startup.
7835
c8763fb6 78362006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
7837
7838 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
7839 (Searching Keymaps): Fix pseudo-Lisp description of keymap
7840 search.
7841
78422006-05-01 Richard Stallman <rms@gnu.org>
7843
7844 * intro.texi (nil and t): Clarify.
7845
7846 * variables.texi (File Local Variables): Suggest using booleanp.
7847
78482006-05-01 Juanma Barranquero <lekktu@gmail.com>
7849
7850 * objects.texi (Type Predicates): Fix typos.
7851
78522006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
7853
7854 * intro.texi (nil and t): Add booleanp.
7855
7856 * objects.texi (Type Predicates): Add links for booleanp and
7857 string-or-null-p.
7858
78592006-04-29 Richard Stallman <rms@gnu.org>
7860
7861 * modes.texi (Multiline Font Lock): Rename from
7862 Multi line Font Lock Elements. Much clarification.
7863 (Font Lock Multiline, Region to Fontify): Much clarification.
7864
78652006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
7866
7867 * variables.texi (File Local Variables): Remove the special case t for
7868 safe-local-variable.
7869
78702006-04-26 Richard Stallman <rms@gnu.org>
7871
7872 * syntax.texi (Parsing Expressions): Minor cleanup.
7873
78742006-04-18 Richard Stallman <rms@gnu.org>
7875
7876 * tips.texi (Coding Conventions): Explain when the package's
7877 prefix should appear later on (not at the start of the name).
7878
7879 * searching.texi (String Search): Clarify effect of NOERROR.
7880
7881 * modes.texi (Imenu): Clarify what special items do.
7882
7883 * hooks.texi (Standard Hooks): Delete text about old hook names.
7884
78852006-04-17 Romain Francoise <romain@orebokech.com>
7886
7887 * variables.texi (Local Variables): Update the default value of
7888 `max-specpdl-size'.
7889
78902006-04-15 Michael Olson <mwolson@gnu.org>
7891
7892 * processes.texi (Transaction Queues): Mention the new optional
7893 `delay-question' argument for `tq-enqueue'.
7894
78952006-04-13 Bill Wohler <wohler@newt.com>
7896
7897 * customize.texi (Common Keywords): Use dotted notation for
7898 :package-version value. Specify its values. Improve documentation
7899 for customize-package-emacs-version-alist.
7900
79012006-04-12 Bill Wohler <wohler@newt.com>
7902
7903 * customize.texi (Common Keywords): Move description of
7904 customize-package-emacs-version-alist to @defvar.
7905
79062006-04-10 Bill Wohler <wohler@newt.com>
7907
7908 * customize.texi (Common Keywords): Add :package-version.
7909
79102006-04-10 Kim F. Storm <storm@cua.dk>
7911
7912 * text.texi (Buffer Contents): Add NOPROPS arg to
7913 filter-buffer-substring.
7914
79152006-04-08 Kevin Ryde <user42@zip.com.au>
7916
7917 * os.texi (Command-Line Arguments): Update xref to emacs manual
7918 "Command Arguments" -> "Emacs Invocation", per change there.
7919
79202006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
7921
7922 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
7923 be on one line to help makeinfo not render two spaces after the dot.
7924
79252006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
7926
7927 * strings.texi (Predicates for Strings): Add string-or-null-p.
7928
79292006-03-28 Kim F. Storm <storm@cua.dk>
7930
7931 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
7932 remarks about systems that don't support fractional seconds.
7933
79342006-03-25 Karl Berry <karl@gnu.org>
7935
7936 * elisp.texi: Use @copyright{} instead of (C), and do not indent
7937 the year list.
7938
79392006-03-21 Nick Roberts <nickrob@snap.net.nz>
7940
7941 * display.texi (Fringe Indicators): Fix typos.
7942
79432006-03-19 Luc Teirlinck <teirllm@auburn.edu>
7944
7945 * tips.texi (Documentation Tips): One can now also write `program'
7946 in front of a quoted symbol in a docstring to prevent making a
7947 hyperlink.
7948
79492006-03-19 Alan Mackenzie <acm@muc.de>
7950
7951 * text.texi (Special Properties): Clarify `fontified' property.
7952
79532006-03-16 Richard Stallman <rms@gnu.org>
7954
7955 * display.texi (Defining Images): Minor cleanup.
7956
79572006-03-16 Bill Wohler <wohler@newt.com>
7958
7959 * display.texi (Defining Images): In image-load-path-for-library,
7960 prefer user's images.
7961
79622006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
7963
7964 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
7965
79662006-03-15 Bill Wohler <wohler@newt.com>
7967
7968 * display.texi (Defining Images): Fix example in
7969 image-load-path-for-library by not recommending that one binds
7970 image-load-path. Just defvar it to placate compiler and only use
7971 it if previously defined.
7972
79732006-03-14 Bill Wohler <wohler@newt.com>
7974
7975 * display.texi (Defining Images): In image-load-path-for-library,
7976 always return list of directories. Update example.
7977
79782006-03-14 Alan Mackenzie <acm@muc.de>
7979
7980 * modes.texi: New node, "Region to Fontify" (for Font Lock).
7981 This describes font-lock-extend-region-function.
7982 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
7983 the new node "Region to Fontify".
7984
79852006-03-13 Richard Stallman <rms@gnu.org>
7986
7987 * display.texi (Invisible Text): The impossible position is
7988 now before the invisible text, not after.
7989 (Defining Images): Clean up last change.
7990
79912006-03-11 Bill Wohler <wohler@newt.com>
7992
7993 * display.texi (Defining Images): Add image-load-path-for-library.
7994
79952006-03-11 Luc Teirlinck <teirllm@auburn.edu>
7996
7997 * text.texi (Adaptive Fill): Fix Texinfo usage.
7998
7999 * strings.texi (Creating Strings): Fix Texinfo usage.
8000
8001 * searching.texi (Regexp Special): Use @samp for regular
8002 expressions that are not in Lisp syntax.
8003
80042006-03-08 Luc Teirlinck <teirllm@auburn.edu>
8005
8006 * searching.texi (Regexp Special): Put remark between parentheses
8007 to avoid misreading.
8008
80092006-03-07 Luc Teirlinck <teirllm@auburn.edu>
8010
8011 * searching.texi (Syntax of Regexps): More accurately describe
8012 which characters are special in which situations.
8013 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
8014 are not special. Describe in detail when `[' and `]' are special.
8015 (Regexp Backslash): Plenty of regexps with unbalanced square
8016 brackets are valid, so reword that statement.
8017
80182006-03-02 Kim F. Storm <storm@cua.dk>
8019
8020 * keymaps.texi (Tool Bar): Add tool-bar-border.
8021
80222006-02-28 Luc Teirlinck <teirllm@auburn.edu>
8023
8024 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
8025
80262006-02-27 Luc Teirlinck <teirllm@auburn.edu>
8027
8028 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
8029
8030 * files.texi (Locating Files): Suggest additional values for the
8031 SUFFIXES arg of `locate-file'. Update pxref.
8032
8033 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
8034 (How Programs Do Loading): Discuss the effects of Auto Compression
8035 mode on `load'.
8036 (Load Suffixes): New node.
8037 (Library Search): Delete description of `load-suffixes'; it was
8038 moved to "Load Suffixes".
8039 (Autoload, Named Features): Mention `load-suffixes'.
8040
80412006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
8042
8043 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
8044
8045 * windows.texi (Window Tree): Fix typo.
8046
80472006-02-20 Kim F. Storm <storm@cua.dk>
8048
8049 * display.texi (Fringe Indicators): New section.
8050 Move indicate-empty-lines, indicate-buffer-boundaries, and
8051 default-indicate-buffer-boundaries here.
8052 Add fringe-indicator-alist and default-fringes-indicator-alist.
8053 Add list of logical fringe indicator symbols.
8054 Update list of standard bitmap names.
8055 (Fringe Cursors): New section.
8056 Move overflow-newline-into-fringe here.
8057 Add fringe-cursor-alist and default-fringes-cursor-alist.
8058 Add list of fringe cursor symbols.
8059
80602006-02-20 Juanma Barranquero <lekktu@gmail.com>
8061
8062 * commands.texi (Using Interactive): Fix reference to node
8063 "Minibuffers".
8064
80652006-02-19 Richard M. Stallman <rms@gnu.org>
8066
8067 * minibuf.texi (High-Level Completion):
8068 Add xref to read-input-method-name.
8069
8070 * files.texi (Relative File Names): Move file-relative-name here.
8071 (File Name Expansion): From here. Minor clarifications.
8072
8073 * commands.texi (Using Interactive): Add xrefs about reading input.
8074 Clarify remarks about that moving point and mark.
8075 Put string case before list case.
8076
c8763fb6 80772006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
8078
8079 * display.texi (Other Display Specs, Image Descriptors):
8080 Revert erroneous changes. The previous description of
8081 image-descriptors as `(image . PROPS)' was correct.
8082
80832006-02-14 Richard M. Stallman <rms@gnu.org>
8084
8085 * variables.texi (File Local Variables): Clarifications.
8086
80872006-02-14 Juanma Barranquero <lekktu@gmail.com>
8088
8089 * variables.texi (File Local Variables): Use @code for a cons
8090 cell, not @var.
8091
80922006-02-13 Chong Yidong <cyd@stupidchicken.com>
8093
8094 * variables.texi (File Local Variables): Document new file local
8095 variable behavior.
8096
80972006-02-10 Kim F. Storm <storm@cua.dk>
8098
8099 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
8100
81012006-02-08 Juanma Barranquero <lekktu@gmail.com>
8102
8103 * modes.texi (%-Constructs): Remove obsolete info about
8104 `global-mode-string'.
8105
81062006-02-07 Richard M. Stallman <rms@gnu.org>
8107
8108 * commands.texi (Prefix Command Arguments): Minor cleanup.
8109
8110 * display.texi: "Graphical display", not window system.
8111
8112 * functions.texi (What Is a Function): Fix xref.
8113
8114 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
8115 (Changing Key Bindings): Clarify when remapping is better than
8116 substitute-key-definition.
8117
81182006-02-02 Richard M. Stallman <rms@gnu.org>
8119
8120 * minibuf.texi (Basic Completion): Completion alists are risky.
8121
8122 * keymaps.texi (Active Keymaps): Clarifications.
8123 (Searching Keymaps): New node.
8124 (Keymaps): Update menu.
8125
8126 * frames.texi (Layout Parameters): Minor clarification.
8127 (Drag and Drop): New node.
8128 (Frames): Update menu.
8129
81302006-01-29 Chong Yidong <cyd@stupidchicken.com>
8131
8132 * display.texi (Other Display Specs, Image Descriptors):
8133 Image description is a list, not a cons cell.
8134
81352006-01-28 Luc Teirlinck <teirllm@auburn.edu>
8136
8137 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
8138 list is not necessarily a list).
8139
81402006-01-27 Eli Zaretskii <eliz@gnu.org>
8141
8142 * frames.texi (Layout Parameters): border-width and
8143 internal-border-width belong to the frame, not the window.
8144
81452006-01-19 Richard M. Stallman <rms@gnu.org>
8146
8147 * nonascii.texi (Translation of Characters): Search cmds use
8148 translation-table-for-input. Automatically made local.
8149
8150 * markers.texi (Overview of Markers): Count insertion type
8151 as one of a marker's attributes.
8152
8153 * keymaps.texi (Controlling Active Maps): New node, split out of
8154 Active Keymaps.
8155 (Keymaps): Menu updated.
8156 (Active Keymaps): Give pseudocode to explain how the active
8157 maps are searched. current-active-maps and key-binding moved here.
8158 (Functions for Key Lookup): current-active-maps and key-binding moved.
8159 Clarifications.
8160 (Searching the Keymaps): New subnode.
8161
8162 * elisp.texi (Top): Menu clarification.
8163
8164 * display.texi (Other Display Specs): Delete duplicate entry for
8165 just a string as display spec. Move text about recursive display
8166 specs on such a string.
8167
8168 * commands.texi (Key Sequence Input): Clarify.
8169 Move num-nonmacro-input-events out.
8170 (Reading One Event): num-nonmacro-input-events moved here.
8171
81722006-01-14 Nick Roberts <nickrob@snap.net.nz>
8173
8174 * advice.texi (Simple Advice): Update example to fit argument
8175 change in previous-line.
8176
81772006-01-05 Richard M. Stallman <rms@gnu.org>
8178
8179 * markers.texi (The Mark): Fix in `mark'.
8180
81812006-01-04 Richard M. Stallman <rms@gnu.org>
8182
8183 * processes.texi (Misc Network, Make Network): Minor cleanups.
8184
81852006-01-04 Kim F. Storm <storm@cua.dk>
8186
8187 * processes.texi (Make Network): Add IPv6 addresses and handling.
8188 (Network Feature Testing): Mention (:family ipv6).
8189 (Misc Network): Add IPv6 formats to format-network-address.
8190
81912005-12-30 Richard M. Stallman <rms@gnu.org>
8192
8193 * text.texi (Changing Properties):
8194 Don't use return value of set-text-properties.
8195
81962005-12-29 Luc Teirlinck <teirllm@auburn.edu>
8197
8198 * modes.texi (Mode Line Format): Correct typo in menu.
8199
82002005-12-29 Richard M. Stallman <rms@gnu.org>
8201
8202 * modes.texi (Mode Line Top): New node.
8203 (Mode Line Data): Some text moved to new node.
8204 Explain the data structure more concretely.
8205 (Mode Line Basics): Clarifications.
8206 (Mode Line Variables): Clarify intro paragraph.
8207 (%-Constructs): Clarify intro paragraph.
8208 (Mode Line Format): Update menu.
8209
82102005-12-28 Luc Teirlinck <teirllm@auburn.edu>
8211
8212 * minibuf.texi (Basic Completion): Update lazy-completion-table
8213 examples for removal of ARGS argument.
8214
82152005-12-23 Richard M. Stallman <rms@gnu.org>
8216
8217 * text.texi (Undo): Restore some explanation from the version
8218 that was deleted.
8219
82202005-12-23 Eli Zaretskii <eliz@gnu.org>
8221
8222 * text.texi (Undo): Remove duplicate descriptions of `apply
8223 funname' and `apply delta' elements of the undo list.
8224
82252005-12-20 Richard M. Stallman <rms@gnu.org>
8226
8227 * help.texi (Help Functions): Update documentation of `apropos'.
8228
82292005-12-20 Luc Teirlinck <teirllm@auburn.edu>
8230
8231 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
8232 because it is confusing. If the :help-echo keyword is a function,
8233 it is not directly used as the :help-echo overlay property, as the
8234 xref seems to suggest (it does not take the appropriate args).
8235
82362005-12-19 Luc Teirlinck <teirllm@auburn.edu>
8237
8238 * customize.texi (Common Keywords): Fix Texinfo usage.
8239 (Group Definitions, Variable Definitions): Update for new
8240 conventions for using `*' in docstrings.
8241
8242 * tips.texi (Documentation Tips): Update for new conventions for
8243 using `*' in docstrings.
8244
82452005-12-16 Richard M. Stallman <rms@gnu.org>
8246
8247 * minibuf.texi (Minibuffer Contents): Minor cleanup.
8248
82492005-12-16 Juri Linkov <juri@jurta.org>
8250
8251 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
8252
82532005-12-14 Romain Francoise <romain@orebokech.com>
8254
8255 * modes.texi (Customizing Keywords): Rename `append' to `how'.
8256 Fix typo.
8257
82582005-12-11 Juri Linkov <juri@jurta.org>
8259
8260 * minibuf.texi (Completion Commands): Add mention of read-file-name
8261 for filename completion keymaps.
8262 (Reading File Names): Add mention of filename completion keymaps
8263 for read-file-name and xref to `Completion Commands'.
8264
82652005-12-10 Richard M. Stallman <rms@gnu.org>
8266
8267 * customize.texi (Common Keywords): State caveats for use of :tag.
8268
82692005-12-08 Richard M. Stallman <rms@gnu.org>
8270
8271 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
8272 with xrefs and better explanation.
8273 (Completion Commands): Add the filename completion maps.
8274
8275 * objects.texi (Character Type): Clarify that \s is not space
8276 if a dash follows.
8277
82782005-12-05 Richard M. Stallman <rms@gnu.org>
8279
8280 * windows.texi (Resizing Windows): Delete preserve-before args.
8281
82822005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
8283
8284 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
8285 in full keymaps, since the quirk has been fixed.
8286
82872005-12-03 Eli Zaretskii <eliz@gnu.org>
8288
5dcb4c4e
SM
8289 * hooks.texi (Standard Hooks): Add index entries.
8290 Mention `compilation-finish-functions'.
b8d4c8d0
GM
8291
82922005-11-27 Richard M. Stallman <rms@gnu.org>
8293
8294 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
8295
82962005-11-21 Juri Linkov <juri@jurta.org>
8297
8298 * customize.texi (Common Keywords): Update links types
8299 custom-manual and url-link. Add link types emacs-library-link,
8300 file-link, function-link, variable-link, custom-group-link.
8301
83022005-11-20 Chong Yidong <cyd@stupidchicken.com>
8303
8304 * display.texi: Revert 2005-11-20 change.
8305
83062005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
8307
8308 * processes.texi (Bindat Functions):
8309 Say "third" to refer to zero-based index "2".
8310
83112005-11-18 Luc Teirlinck <teirllm@auburn.edu>
8312
8313 * loading.texi (Library Search): Update the default value of
8314 `load-suffixes'.
8315
83162005-11-17 Chong Yidong <cyd@stupidchicken.com>
8317
8318 * display.texi (Attribute Functions): Mention :ignore-defface.
8319
83202005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
8321
8322 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
8323 (Minor Mode Conventions): Mention the use of a hook.
8324
83252005-11-06 Richard M. Stallman <rms@gnu.org>
8326
8327 * files.texi (Magic File Names): find-file-name-handler checks the
8328 `operations' property of the handler.
8329
83302005-11-03 Richard M. Stallman <rms@gnu.org>
8331
8332 * variables.texi (Frame-Local Variables): Small clarification.
8333
83342005-10-29 Chong Yidong <cyd@stupidchicken.com>
8335
8336 * os.texi (Init File): Document ~/.emacs.d/init.el.
8337
83382005-10-29 Richard M. Stallman <rms@gnu.org>
8339
8340 * internals.texi (Garbage Collection): Document memory-full.
8341
83422005-10-28 Bill Wohler <wohler@newt.com>
8343
8344 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
8345 for URLs.
8346
83472005-10-28 Richard M. Stallman <rms@gnu.org>
8348
8349 * minibuf.texi (Completion Commands): Clean up prev change.
8350
83512005-10-26 Kevin Ryde <user42@zip.com.au>
8352
8353 * compile.texi (Eval During Compile): Explain recommended uses
8354 of eval-when-compile and eval-and-compile.
8355
83562005-10-27 Masatake YAMATO <jet@gyve.org>
8357
8358 * minibuf.texi (Completion Commands):
8359 Write about new optional argument for `display-completion-list'.
8360
83612005-10-23 Richard M. Stallman <rms@gnu.org>
8362
8363 * display.texi (Overlay Arrow): Clarify about local bindings of
8364 overlay-arrow-position.
8365
83662005-10-22 Eli Zaretskii <eliz@gnu.org>
8367
8368 * internals.texi (Building Emacs): Fix last change.
8369
83702005-10-22 Richard M. Stallman <rms@gnu.org>
8371
8372 * internals.texi (Building Emacs): Document eval-at-startup.
8373
83742005-10-21 Richard M. Stallman <rms@gnu.org>
8375
8376 * loading.texi (Where Defined): load-history contains abs file names.
8377 symbol-file returns abs file names.
8378
83792005-10-19 Kim F. Storm <storm@cua.dk>
8380
8381 * display.texi (Showing Images): Add max-image-size integer value.
8382
83832005-10-18 Chong Yidong <cyd@stupidchicken.com>
8384
8385 * display.texi (Showing Images): Document max-image-size.
8386
83872005-10-17 Richard M. Stallman <rms@gnu.org>
8388
8389 * commands.texi (Quitting): Minor clarification.
8390
8391 * processes.texi (Sentinels): Clarify about output and quitting.
8392 (Filter Functions): Mention with-local-quit.
8393
83942005-10-17 Juri Linkov <juri@jurta.org>
8395
8396 * buffers.texi (Current Buffer):
8397 * commands.texi (Event Input Misc):
8398 * compile.texi (Eval During Compile, Compiler Errors):
8399 * customize.texi (Group Definitions):
8400 * display.texi (Progress, Defining Faces):
8401 * files.texi (Writing to Files):
8402 * modes.texi (Mode Hooks, Defining Minor Modes):
8403 * streams.texi (Output Functions):
8404 * syntax.texi (Syntax Table Functions):
8405 * text.texi (Change Hooks):
8406 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
8407
8408 * commands.texi (Quitting): Replace arg `forms' with `body' in
8409 `with-local-quit'.
8410
8411 * positions.texi (Excursions): Replace arg `forms' with `body' in
8412 `save-excursion'.
8413
84142005-10-08 Kim F. Storm <storm@cua.dk>
8415
8416 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
8417 Rename manual section accordingly.
8418
84192005-10-04 Kim F. Storm <storm@cua.dk>
8420
8421 * windows.texi (Window Split Tree): New section describing
8422 new function window-split-tree function.
8423
84242005-10-03 Nick Roberts <nickrob@snap.net.nz>
8425
8426 * display.texi (Fringe Size/Pos): Simplify and add detail.
8427
84282005-09-30 Romain Francoise <romain@orebokech.com>
8429
8430 * minibuf.texi (High-Level Completion): Explain that the prompt
8431 given to `read-buffer' should end with a colon and a space.
8432 Update usage examples.
8433
84342005-09-29 Juri Linkov <juri@jurta.org>
8435
8436 * display.texi (Displaying Messages): Rename argument name
8437 `string' to `format-string' in functions `message', `message-box',
8438 `message-or-box'.
8439
84402005-09-26 Chong Yidong <cyd@stupidchicken.com>
8441
8442 * errors.texi (Standard Errors): Correct xrefs.
8443
84442005-09-18 Chong Yidong <cyd@stupidchicken.com>
8445
8446 * display.texi (Defining Images): Update documentation for
8447 `image-load-path'.
8448
84492005-09-17 Richard M. Stallman <rms@gnu.org>
8450
8451 * display.texi (Defining Images): Clean up previous change.
8452
84532005-09-16 Romain Francoise <romain@orebokech.com>
8454
8455 * elisp.texi: Specify GFDL version 1.2.
8456
8457 * doclicense.texi (GNU Free Documentation License): Update to
8458 version 1.2.
8459
84602005-09-15 Chong Yidong <cyd@stupidchicken.com>
8461
8462 * display.texi (Defining Images): Document `image-load-path'.
8463
84642005-09-15 Richard M. Stallman <rms@gnu.org>
8465
8466 * objects.texi (Printed Representation): Minor cleanup.
8467 (Box Diagrams): Minor fix.
8468 (Cons Cell Type): Move (...) index item here.
8469 (Box Diagrams): From here.
8470 (Array Type): Minor fix.
8471 (Type Predicates): Delete index "predicates".
8472 (Hash Table Type): Clarify xref.
8473 (Dotted Pair Notation): Minor fix.
8474
84752005-09-10 Chong Yidong <cyd@stupidchicken.com>
8476
8477 * files.texi (Saving Buffers): Fix typo.
8478
84792005-09-08 Richard M. Stallman <rms@gnu.org>
8480
8481 * tips.texi (Programming Tips): Correct the "default" prompt spec.
8482
84832005-09-08 Chong Yidong <cyd@stupidchicken.com>
8484
8485 * locals.texi (Standard Buffer-Local Variables): Don't include
8486 mode variables for minor modes.
8487 Fix xrefs for buffer-display-count, buffer-display-table,
8488 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
8489 enable-multibyte-characters, fill-column, header-line-format,
8490 left-fringe-width, left-margin, and right-fringe-width.
8491
8492 * hooks.texi (Standard Hooks): All hooks should conform to the
8493 standard naming convention now.
8494 Fix xref for `echo-area-clear-hook'.
8495
8496 * display.texi (Usual Display): Note that indicate-empty-lines and
8497 tab-width are buffer-local.
8498
8499 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
8500
8501 * modes.texi (Mode Help): Note that major-mode is buffer-local.
8502
8503 * nonascii.texi (Encoding and I/O): Note that
8504 buffer-file-coding-system is buffer-local.
8505
8506 * positions.texi (List Motion): Note that defun-prompt-regexp is
8507 buffer-local.
8508
8509 * text.texi (Auto Filling): Note that auto-fill-function is
8510 buffer-local.
8511 (Undo): Note that buffer-undo-list is buffer-local.
8512
5dcb4c4e
SM
8513 * windows.texi (Buffers and Windows):
8514 Document buffer-display-count.
b8d4c8d0
GM
8515
85162005-09-06 Richard M. Stallman <rms@gnu.org>
8517
8518 * tips.texi (Coding Conventions): Sometimes it is ok to put the
8519 package prefix elsewhere than at the start of the name.
8520
85212005-09-03 Richard M. Stallman <rms@gnu.org>
8522
8523 * tips.texi (Programming Tips): Add conventions for minibuffer
8524 questions and prompts.
8525
85262005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
8527
8528 * intro.texi (nil and t): Minor cleanup.
8529 Delete spurious mention of keyword symbols.
8530 (Evaluation Notation): Add index entry.
8531 (A Sample Function Description): Minor cleanup.
8532 (A Sample Variable Description): Not all vars can be set.
8533
85342005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
8535
8536 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
8537
8538 (Insertion): Document precise type of `insert-char' arg COUNT.
8539
85402005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
8541
8542 * modes.texi (Other Font Lock Variables): Sync the default of
8543 font-lock-lines-before.
8544
85452005-08-31 Michael Albinus <michael.albinus@gmx.de>
8546
8547 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
8548
85492005-08-29 Richard M. Stallman <rms@gnu.org>
8550
8551 * elisp.texi (Top): Update subnode menu.
8552
8553 * searching.texi (Searching and Matching): Move node.
8554 Rearrange contents and add overall explanation.
8555 (Searching and Case): Move node.
8556 (Searching and Matching): Update menu.
8557
85582005-08-27 Eli Zaretskii <eliz@gnu.org>
8559
8560 * os.texi (Startup Summary): Fix the description of the initial
8561 startup message display.
8562
85632005-08-25 Richard M. Stallman <rms@gnu.org>
8564
8565 * searching.texi (Search and Replace): Add replace-regexp-in-string.
8566
85672005-08-25 Emilio C. Lopes <eclig@gmx.net>
8568
8569 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
8570 `next-overlay-change' example.
8571
85722005-08-22 Juri Linkov <juri@jurta.org>
8573
8574 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
8575 Fix invert-face. Fix args of face-background.
8576
8577 * display.texi (Standard Faces): Delete node.
8578 (Faces): Add xref to `(emacs)Standard Faces'.
8579 (Displaying Faces): Fix xref to `Standard Faces'.
8580
8581 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
8582
85832005-08-20 Alan Mackenzie <acm@muc.de>
8584
8585 * buffers.texi (The Buffer List): Clarify the manipulation of the
8586 buffer list.
8587
85882005-08-14 Richard M. Stallman <rms@gnu.org>
8589
8590 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
8591 a regexp.
8592
85932005-08-11 Richard M. Stallman <rms@gnu.org>
8594
8595 * elisp.texi (Top): Update subnode lists.
8596
8597 * display.texi (Inverse Video): Node deleted.
8598
8599 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
8600 New nodes split out of Coding Conventions.
8601
8602 * searching.texi (Regular Expressions): Document re-builder.
8603
8604 * os.texi (Time Parsing): New node split out of Time Conversion.
8605
8606 * processes.texi (Misc Network, Network Feature Testing)
8607 (Network Options, Make Network): New nodes split out of
8608 Low-Level Network.
8609
86102005-08-09 Richard M. Stallman <rms@gnu.org>
8611
8612 * frames.texi (Geometry): New node, split from Size and Position.
8613 (Frame Parameters): Refer to Geometry.
8614
8615 * buffers.texi (The Buffer List): Fix xrefs.
8616
8617 * windows.texi (Splitting Windows): Fix xref.
8618
8619 * frames.texi (Layout Parameters): Add xref.
8620
8621 * display.texi (Line Height, Scroll Bars): Fix xrefs.
8622
8623 * keymaps.texi (Menu Bar): Fix xref.
8624
8625 * locals.texi (Standard Buffer-Local Variables): Fix xref.
8626
8627 * modes.texi (%-Constructs): Fix xref.
8628
8629 * frames.texi (Window Frame Parameters): Node split up.
8630 (Basic Parameters, Position Parameters, Size Parameters)
8631 (Layout Parameters, Buffer Parameters, Management Parameters)
8632 (Cursor Parameters, Color Parameters): New subnodes.
8633
86342005-08-09 Luc Teirlinck <teirllm@auburn.edu>
8635
8636 * positions.texi (Screen Lines): Update xref for previous change
8637 in minibuf.texi.
8638
8639 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
8640 change in minibuf.texi.
8641
86422005-08-09 Richard M. Stallman <rms@gnu.org>
8643
8644 * tips.texi (Coding Conventions): Minor cleanup.
8645
8646 * modes.texi (Defining Minor Modes): Explain when init-value
8647 can be non-nil.
8648
8649 * elisp.texi (Top): Update submenu for Minibuffer.
8650
8651 * minibuf.texi (Minibuffer Misc): Node split up.
8652 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
8653 (Recursive Mini): New nodes split out from Minibuffer Misc.
8654 (Minibuffer Misc): Document max-mini-window-height.
8655
8656 * hash.texi (Defining Hash): Delete stray paren in example.
8657
8658 * display.texi (Echo Area Customization): Don't define
8659 max-mini-window-height here; xref instead.
8660
8661 * commands.texi (Event Input Misc): Update while-no-input.
8662
8663 * advice.texi (Advising Functions): Explain when to use advice
8664 and when to use a hook.
8665
86662005-07-30 Eli Zaretskii <eliz@gnu.org>
8667
8668 * makefile.w32-in (info): Don't run install-info.
8669 ($(infodir)/dir): New target, produced by running install-info.
8670
86712005-07-27 Luc Teirlinck <teirllm@auburn.edu>
8672
8673 * modes.texi (Defining Minor Modes): The keyword for the initial
8674 value is :init-value, not :initial-value.
8675
86762005-07-23 Eli Zaretskii <eliz@gnu.org>
8677
8678 * loading.texi (Autoload): Make the `doctor' example be consistent
8679 with what's in current loaddefs.el. Describe the "fn" magic in
8680 the usage portion of the doc string.
8681
86822005-07-22 Richard M. Stallman <rms@gnu.org>
8683
8684 * internals.texi (Garbage Collection): Clarify previous change.
8685
86862005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
8687
8688 * internals.texi (Garbage Collection): Add gc-cons-percentage.
8689
86902005-07-18 Juri Linkov <juri@jurta.org>
8691
8692 * commands.texi (Accessing Events):
8693 * frames.texi (Text Terminal Colors, Resources):
8694 * markers.texi (The Mark):
8695 * modes.texi (Defining Minor Modes):
8696 Delete duplicate duplicate words.
8697
86982005-07-16 Richard M. Stallman <rms@gnu.org>
8699
8700 * display.texi (Managing Overlays): Clarify make-overlay
8701 args for insertion types.
8702
87032005-07-13 Luc Teirlinck <teirllm@auburn.edu>
8704
8705 * customize.texi (Variable Definitions):
8706 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
8707 `standard-value' is a list too.
8708 (Defining New Types): Use @key{RET} instead of @key{ret}.
8709
87102005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
8711
8712 * os.texi (Translating Input): Fix typo.
8713
87142005-07-08 Richard M. Stallman <rms@gnu.org>
8715
8716 * README: Update edition number and size estimate.
8717
8718 * elisp.texi (VERSION): Set to 2.9.
8719
87202005-07-07 Richard M. Stallman <rms@gnu.org>
8721
8722 * book-spine.texinfo: Update Emacs version.
8723
8724 * display.texi (Inverse Video): Delete mode-line-inverse-video.
8725
87262005-07-06 Richard M. Stallman <rms@gnu.org>
8727
8728 * searching.texi (Regexp Search): Clarify what re-search-forward
8729 does when the search fails.
8730
87312005-07-05 Lute Kamstra <lute@gnu.org>
8732
8733 * Update FSF's address in GPL notices.
8734
8735 * doclicense.texi (GNU Free Documentation License):
8736 * gpl.texi (GPL):
8737 * tips.texi (Coding Conventions, Library Headers):
8738 * vol1.texi:
8739 * vol2.texi: Update FSF's address.
8740
87412005-07-04 Richard M. Stallman <rms@gnu.org>
8742
8743 * hooks.texi (Standard Hooks): Add occur-hook.
8744
87452005-07-03 Luc Teirlinck <teirllm@auburn.edu>
8746
8747 * display.texi (The Echo Area): Correct menu.
8748
87492005-07-03 Richard M. Stallman <rms@gnu.org>
8750
8751 * elisp.texi (Top): Update subnode menu for Display.
8752
8753 * display.texi (Displaying Messages): New node, with most
8754 of what was in The Echo Area.
5dcb4c4e 8755 (Progress): Move under The Echo Area.
b8d4c8d0
GM
8756 (Logging Messages): New node with new text.
8757 (Echo Area Customization): New node, the rest of what was
8758 in The Echo Area. Document message-truncate-lines with @defvar.
8759 (Display): Update menu.
8760
8761 * windows.texi (Textual Scrolling): Doc 3 values for
8762 scroll-preserve-screen-position.
8763
8764 * text.texi (Special Properties): Change hook functions
8765 should bind inhibit-modification-hooks around altering buffer text.
8766
8767 * keymaps.texi (Key Binding Commands): Call binding BINDING
8768 rather than DEFINITION.
8769
87702005-06-29 Juanma Barranquero <lekktu@gmail.com>
8771
8772 * variables.texi (Defining Variables): `user-variable-p' returns t
8773 for aliases of user options, nil for alias loops.
8774
87752005-06-28 Richard M. Stallman <rms@gnu.org>
8776
8777 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
8778 make-keymap.
8779
87802005-06-27 Luc Teirlinck <teirllm@auburn.edu>
8781
8782 * variables.texi (Setting Variables): Correct and clarify
8783 description of `add-to-ordered-list'.
8784
87852005-06-26 Richard M. Stallman <rms@gnu.org>
8786
8787 * display.texi (Faces): Minor cleanup.
8788
87892005-06-25 Luc Teirlinck <teirllm@auburn.edu>
8790
8791 * display.texi (Faces): `facep' returns t for strings that are
8792 face names.
8793
87942005-06-25 Richard M. Stallman <rms@gnu.org>
8795
8796 * objects.texi (Equality Predicates): Clarify meaning of equal.
8797
8798 * windows.texi (Selecting Windows): save-selected-window
8799 and with-selected-window save and restore the current buffer.
8800
88012005-06-24 Richard M. Stallman <rms@gnu.org>
8802
8803 * numbers.texi (Float Basics): Explain how to test for NaN,
8804 and printing the sign of NaNs.
8805
88062005-06-24 Eli Zaretskii <eliz@gnu.org>
8807
8808 * makefile.w32-in (MAKEINFO): Use --force.
8809
88102005-06-23 Richard M. Stallman <rms@gnu.org>
8811
8812 * display.texi (Face Functions): Correct Texinfo usage.
8813
88142005-06-23 Luc Teirlinck <teirllm@auburn.edu>
8815
8816 * lists.texi (Rings): `ring-elements' now returns the elements of
8817 RING in order.
8818
88192005-06-23 Juanma Barranquero <lekktu@gmail.com>
8820
8821 * markers.texi (The Mark): Texinfo usage fix.
8822
88232005-06-23 Kim F. Storm <storm@cua.dk>
8824
8825 * searching.texi (Entire Match Data): Remove evaporate option for
8826 match-data. Do not mention evaporate option for set-match-data.
8827
88282005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
8829
8830 * display.texi (Face Functions): Mention face aliases.
8831
88322005-06-21 Richard M. Stallman <rms@gnu.org>
8833
8834 * anti.texi (Antinews): Texinfo usage fix.
8835
88362005-06-21 Karl Berry <karl@gnu.org>
8837
8838 * elisp.texi: Use @copying.
8839
8840 * elisp.texi: Put @summarycontents and @contents before the Top
8841 node, instead of the end of the file, so that the contents appear
8842 in the right place in the dvi/pdf output.
8843
88442005-06-21 Juri Linkov <juri@jurta.org>
8845
8846 * display.texi (Defining Faces): Add `customized-face'.
8847
88482005-06-20 Kim F. Storm <storm@cua.dk>
8849
8850 * variables.texi (Setting Variables): Any type of element can be
8851 given order in add-to-ordered-list. Compare elements with eq.
8852
8853 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
8854
88552005-06-20 Karl Berry <karl@gnu.org>
8856
8857 * syntax.texi (Syntax Flags): Make last column very slightly wider
8858 to avoid "generic comment" breaking on two lines and causing an
8859 underfull box.
8860
88612005-06-19 Luc Teirlinck <teirllm@auburn.edu>
8862
8863 * lists.texi (Rings): Various minor clarifications and corrections.
8864
88652005-06-18 Richard M. Stallman <rms@gnu.org>
8866
8867 * functions.texi (Obsolete Functions): Simplify.
8868
8869 * variables.texi (Variable Aliases): Simplify.
8870
8871 * anti.texi, backups.texi, compile.texi, customization.texi:
8872 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
8873 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
8874 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
8875 * variables.texi: Fix formatting ugliness.
8876
8877 * elisp.texi: Add links to Rings and Byte Packing.
8878 Update version and copyright years.
8879
8880 * minibuf.texi: Fix formatting ugliness.
8881 (Completion Commands): Move keymap vars to the end
8882 and vars completing-read binds to the top.
8883
88842005-06-17 Luc Teirlinck <teirllm@auburn.edu>
8885
8886 * processes.texi: Fix typos.
8887 (Bindat Spec): Correct Texinfo error.
8888 (Byte Packing): Fix ungrammatical sentence.
8889
88902005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
8891
8892 * lists.texi (Rings): New node.
8893 (Lists): Add it to menu.
8894
8895 * processes.texi (Byte Packing): New node.
8896 (Processes): Add it to menu.
8897
88982005-06-17 Richard M. Stallman <rms@gnu.org>
8899
8900 * syntax.texi (Parsing Expressions): Fix texinfo usage.
8901
8902 * help.texi (Documentation Basics): Explain the xref to
8903 Documentation Tips.
8904
8905 * debugging.texi (Debugger Commands): Minor fix.
8906
89072005-06-16 Luc Teirlinck <teirllm@auburn.edu>
8908
8909 * edebug.texi (Instrumenting): Eliminate duplicate link.
8910 (Specification List): Replace references to "below", referring to
8911 a later node, with one @ref to that node.
8912
8913 * os.texi (Timers): Timers should save and restore the match data
8914 if they change it.
8915
8916 * debugging.texi (Debugger Commands): Mention that the Lisp
8917 debugger can not step through primitive functions.
8918
89192005-06-16 Juanma Barranquero <lekktu@gmail.com>
8920
8921 * functions.texi (Obsolete Functions): Update argument names of
8922 `make-obsolete' and `define-obsolete-function-alias'.
8923
8924 * variables.texi (Variable Aliases): Update argument names of
8925 `defvaralias', `make-obsolete-variable' and
8926 `define-obsolete-variable-alias'.
8927
89282005-06-15 Kim F. Storm <storm@cua.dk>
8929
8930 * searching.texi (Entire Match Data): Rephrase warnings about
8931 evaporate arg to match-data and set-match-data.
8932
89332005-06-14 Luc Teirlinck <teirllm@auburn.edu>
8934
8935 * elisp.texi (Top): Update detailed menu.
8936
8937 * edebug.texi (Edebug): Update menu.
8938 (Instrumenting): Update xrefs.
8939 (Edebug Execution Modes): Correct xref.
8940 (Jumping): Clarify description of `h' command.
8941 Eliminate redundant @ref.
8942 (Breaks): New node.
8943 (Breakpoints): Is now a subsubsection.
8944 (Global Break Condition): Mention `C-x X X'.
8945 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
8946 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
8947 (Edebug Display Update): Correct pxref.
8948 (Edebug and Macros): New node.
8949 (Instrumenting Macro Calls): Is now a subsubsection.
8950 Neither arg of `def-edebug-spec' is evaluated.
8951 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
8952 (Specification Examples): Fix typo.
8953
89542005-06-14 Lute Kamstra <lute@gnu.org>
8955
8956 * debugging.texi (Function Debugging): Primitives can break on
8957 entry too.
8958
89592005-06-14 Kim F. Storm <storm@cua.dk>
8960
8961 * variables.texi (Setting Variables): Add add-to-ordered-list.
8962
89632005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
8964
8965 * syntax.texi (Parsing Expressions): Document aux functions and vars of
8966 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
8967
89682005-06-13 Lute Kamstra <lute@gnu.org>
8969
8970 * text.texi (Special Properties): Fix cross reference.
8971
89722005-06-11 Luc Teirlinck <teirllm@auburn.edu>
8973
8974 * debugging.texi (Function Debugging): Delete mention of empty
8975 string argument to `cancel-debug-on-entry'. Delete inaccurate
8976 description of the return value of that command.
8977
89782005-06-11 Alan Mackenzie <acm@muc.de>
8979
8980 * text.texi (Adaptive Fill): Amplify the description of
8981 fill-context-prefix.
8982
89832005-06-10 Luc Teirlinck <teirllm@auburn.edu>
8984
8985 * syntax.texi (Parsing Expressions): Fix Texinfo error.
8986
89872005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
8988
8989 * syntax.texi (Parsing Expressions): Document syntax-ppss.
8990
89912005-06-10 Luc Teirlinck <teirllm@auburn.edu>
8992
8993 * debugging.texi (Error Debugging): Minor rewording.
8994 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
8995 is optional.
8996
89972005-06-10 Lute Kamstra <lute@gnu.org>
8998
8999 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
9000 (Top): Give it a title. Correct version number. Give the
9001 detailed node listing a more prominent header.
9002 * intro.texi: Don't set VERSION here a second time.
9003 Mention Emacs's version too.
9004 * anti.texi (Antinews): Use EMACSVER to refer to the current
9005 version of Emacs.
9006
90072005-06-09 Kim F. Storm <storm@cua.dk>
9008
9009 * searching.texi (Entire Match Data): Explain new `reseat' argument to
9010 match-data and set-match-data.
9011
90122005-06-08 Richard M. Stallman <rms@gnu.org>
9013
9014 * searching.texi (Entire Match Data): Clarify when match-data
9015 returns markers and when integers.
9016
9017 * display.texi (Defining Faces): Explain that face name should not
9018 end in `-face'.
9019
9020 * modes.texi (Mode Line Data): Minor cleanup.
9021 (Customizing Keywords): Node split out of Search-based Fontification.
9022 Add example of using font-lock-add-keywords from a hook.
9023 Clarify when MODE should be non-nil, and when nil.
9024
90252005-06-06 Richard M. Stallman <rms@gnu.org>
9026
9027 * modes.texi (Mode Line Data): Explain what happens when the car
9028 of a list is a void symbol.
9029 (Search-based Fontification): Explain MODE arg to
9030 font-lock-add-keywords and warn about calls from major modes.
9031
90322005-06-08 Juri Linkov <juri@jurta.org>
9033
9034 * display.texi (Standard Faces): Add `shadow' face.
9035
90362005-05-29 Luc Teirlinck <teirllm@auburn.edu>
9037
9038 * modes.texi (Major Mode Conventions): A derived mode only needs
9039 to put the call to the parent mode inside `delay-mode-hooks'.
9040
90412005-05-29 Richard M. Stallman <rms@gnu.org>
9042
9043 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
9044 new, and what that implies. Clarify.
9045
9046 * files.texi (Locating Files): Clean up the text.
9047
9048 * frames.texi (Window Frame Parameters): Document user-size.
9049 Shorten entry for top by referring to left.
9050
90512005-05-26 Richard M. Stallman <rms@gnu.org>
9052
9053 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
9054 is new, and what the implications are. Other clarifications.
9055
90562005-05-24 Richard M. Stallman <rms@gnu.org>
9057
9058 * frames.texi (Dialog Boxes): Minor fixes.
9059
90602005-05-25 Masatake YAMATO <jet@gyve.org>
9061
9062 * display.texi (Standard Faces): Write about `mode-line-highlight'.
9063
90642005-05-24 Luc Teirlinck <teirllm@auburn.edu>
9065
9066 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
9067 is optional.
9068
90692005-05-24 Nick Roberts <nickrob@snap.net.nz>
9070
10d1d0af 9071 * frames.texi (Dialog Boxes): Describe new optional argument.
b8d4c8d0
GM
9072
90732005-05-23 Lute Kamstra <lute@gnu.org>
9074
9075 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
9076 syntax-begin-function over font-lock-beginning-of-syntax-function.
9077
90782005-05-21 Luc Teirlinck <teirllm@auburn.edu>
9079
9080 * minibuf.texi (Reading File Names): Update description of
9081 `read-directory-name'.
9082
9083 * modes.texi (Derived Modes): Clarify :group keyword.
9084
90852005-05-21 Eli Zaretskii <eliz@gnu.org>
9086
9087 * files.texi (Locating Files): New subsection.
9088 Describe locate-file and executable-find.
9089
90902005-05-21 Kevin Ryde <user42@zip.com.au>
9091
9092 * frames.texi (Initial Parameters): Update cross reference to
9093 "Emacs Invocation".
9094
90952005-05-19 Luc Teirlinck <teirllm@auburn.edu>
9096
9097 * keymaps.texi (Active Keymaps): Add anchor.
9098
9099 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
9100 (Major Mode Conventions): Refer to `Auto Major Mode' in more
9101 appropriate place.
9102 (Derived Modes): Small clarifications.
9103 (Minor Mode Conventions, Keymaps and Minor Modes):
9104 Replace references to nodes with references to anchors.
9105 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
9106 Clarify description of lists whose first element is an integer.
9107 (Mode Line Variables): Add anchor.
9108 (%-Constructs): Clarify description of integer after %.
9109 (Emulating Mode Line): Describe nil value for FACE.
9110
91112005-05-18 Luc Teirlinck <teirllm@auburn.edu>
9112
9113 * modes.texi (Derived Modes): Correct references to non-existing
9114 variable standard-syntax-table.
9115
91162005-05-17 Lute Kamstra <lute@gnu.org>
9117
9118 * modes.texi (Defining Minor Modes): Mention the mode hook.
9119
91202005-05-15 Kim F. Storm <storm@cua.dk>
9121
9122 * processes.texi (Network): Remove open-network-stream-nowait.
9123 (Network Servers): Remove open-network-stream-server.
9124
91252005-05-15 Luc Teirlinck <teirllm@auburn.edu>
9126
9127 * elisp.texi (Top): Update detailed menu.
9128
9129 * variables.texi: Reorder nodes.
9130 (Variables): Update menu.
9131 (File Local Variables): Do not refer to the `-*-' line as
9132 a "local variables list". Add pxref.
9133
91342005-05-14 Luc Teirlinck <teirllm@auburn.edu>
9135
9136 * elisp.texi (Top): Update detailed menu for node changes.
9137
9138 * modes.texi (Modes): Update Menu.
9139 (Hooks): Move to beginning of chapter.
9140 Most minor modes run mode hooks too.
9141 `add-hook' can handle void hooks or hooks whose value is a single
9142 function.
9143 (Major Modes): Update Menu.
9144 (Major Mode Basics): New node, split off from `Major Modes'.
9145 (Major Mode Conventions): Correct xref. Explain how to handle
9146 auto-mode-alist if the major mode command has an autoload cookie.
9147 (Auto Major Mode): Major update. Add magic-mode-alist.
9148 (Derived Modes): Major update.
9149 (Mode Line Format): Update Menu.
9150 (Mode Line Basics): New node, split off from `Mode Line Format'.
9151
9152 * loading.texi (Autoload): Mention `autoload cookie' as synonym
9153 for `magic autoload comment'. Add index entries and anchor.
9154
91552005-05-14 Richard M. Stallman <rms@gnu.org>
9156
9157 * tips.texi (Coding Conventions): Explain how important it is
9158 that just loading certain files not change Emacs behavior.
9159
9160 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
9161
91622005-05-12 Lute Kamstra <lute@gnu.org>
9163
9164 * modes.texi (Generic Modes): Update.
9165 (Major Modes): Refer to node "Generic Modes".
9166
9167 * elisp.texi (Top): Update to the current structure of the manual.
9168 * processes.texi (Processes): Add menu description.
9169 * customize.texi (Customization): Add menu descriptions.
9170
91712005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
9172
9173 * processes.texi (Signals to Processes)
9174 (Low-Level Network): Fix typos.
9175
91762005-05-11 Lute Kamstra <lute@gnu.org>
9177
9178 * elisp.texi (Top): Add some nodes from the chapter "Major and
9179 Minor Modes" to the detailed node listing.
9180
91812005-05-10 Richard M. Stallman <rms@gnu.org>
9182
9183 * keymaps.texi (Extended Menu Items): Menu item filter functions
9184 can be called at any time.
9185
91862005-05-08 Luc Teirlinck <teirllm@auburn.edu>
9187
9188 * variables.texi (File Local Variables): `(hack-local-variables t)'
9189 now also checks whether a mode is specified in the local variables
9190 list.
9191
91922005-05-05 Kevin Ryde <user42@zip.com.au>
9193
9194 * display.texi (The Echo Area): Correct format function cross
9195 reference.
9196
91972005-05-05 Luc Teirlinck <teirllm@auburn.edu>
9198
9199 * variables.texi (Variable Aliases): Change description of
9200 `define-obsolete-variable-alias'.
9201
9202 * functions.texi (Functions): Add "Obsolete Functions" to menu.
9203 (Defining Functions): Add xref.
9204 (Obsolete Functions): New node.
9205 (Function Safety): Standardize capitalization of section title.
9206
9207 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
9208 (Dialog Boxes): Complete description of `x-popup-dialog'.
9209
92102005-05-04 Richard M. Stallman <rms@gnu.org>
9211
9212 * commands.texi (Interactive Codes): Fix Texinfo usage.
9213 Document U more clearly.
9214
92152005-05-01 Luc Teirlinck <teirllm@auburn.edu>
9216
9217 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
9218 function and not a macro.
9219
9220 * frames.texi (Pop-Up Menus): Correct and clarify description of
9221 `x-popup-menu'.
9222 (Dialog Boxes): Clarify description of `x-popup-dialog'.
9223
92242005-05-01 Richard M. Stallman <rms@gnu.org>
9225
9226 * edebug.texi (Checking Whether to Stop): Fix previous change.
9227
92282005-05-01 Luc Teirlinck <teirllm@auburn.edu>
9229
9230 * display.texi: Fix typos and Texinfo usage.
9231
9232 * edebug.texi (Checking Whether to Stop): executing-macro ->
9233 executing-kbd-macro.
9234
92352005-05-01 Richard M. Stallman <rms@gnu.org>
9236
9237 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
9238
92392005-04-30 Richard M. Stallman <rms@gnu.org>
9240
9241 * files.texi (Magic File Names): Document `operations' property.
9242
92432005-04-29 Lute Kamstra <lute@gnu.org>
9244
9245 * modes.texi (Generic Modes): New node.
9246 (Major Modes): Add it to the menu.
9247 (Derived Modes): Add "derived mode" to concept index.
9248
92492005-04-28 Lute Kamstra <lute@gnu.org>
9250
9251 * modes.texi (Defining Minor Modes): Fix previous change.
9252 (Font Lock Mode): Simplify.
9253 (Font Lock Basics): Say that font-lock-defaults is buffer-local
9254 when set and that some parts are optional. Add cross references.
9255 (Search-based Fontification): Say how to specify font-lock-keywords.
9256 Add cross references. Add font-lock-multiline to index.
9257 Move font-lock-keywords-case-fold-search here from node "Other Font
9258 Lock Variables". Document font-lock-add-keywords and
9259 font-lock-remove-keywords.
9260 (Other Font Lock Variables): Move font-lock-keywords-only,
9261 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
9262 and font-lock-syntactic-face-function to node "Syntactic Font
9263 Lock". Move font-lock-keywords-case-fold-search to node
9264 "Search-based Fontification". Document font-lock-inhibit-thing-lock
9265 and font-lock-{,un}fontify-{buffer,region}-function.
9266 (Precalculated Fontification): Remove reference to deleted variable
9267 font-lock-core-only.
9268 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
9269 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
9270 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
9271 and font-lock-syntactic-face-function here from node "Other Font
9272 Lock Variables". Move font-lock-syntactic-keywords to "Setting
9273 Syntax Properties". Add cross references.
9274 (Setting Syntax Properties): New node.
9275 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
9276 * syntax.texi (Syntax Properties): Add cross reference.
9277 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
9278
92792005-04-26 Richard M. Stallman <rms@gnu.org>
9280
9281 * display.texi (Defining Faces):
9282 Document `default' elements of defface spec.
9283
9284 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
9285
9286 * variables.texi (Variable Aliases): Clarify text.
9287
92882005-04-25 Chong Yidong <cyd@stupidchicken.com>
9289
9290 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
9291
92922005-04-25 Luc Teirlinck <teirllm@auburn.edu>
9293
9294 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
9295
92962005-04-24 Eli Zaretskii <eliz@gnu.org>
9297
9298 * syntax.texi (Syntax Table Internals): Elaborate documentation of
9299 syntax-after and syntax-class.
9300
9301 * files.texi (Changing Files): Fix last change's cross-reference.
9302 (Unique File Names): Don't mention "numbers" in the documentation
9303 of make-temp-file and make-temp-name.
9304
93052005-04-23 Richard M. Stallman <rms@gnu.org>
9306
9307 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
9308
93092005-04-22 Nick Roberts <nickrob@snap.net.nz>
9310
9311 * windows.texi (Cyclic Window Ordering): Clarify window-list.
9312
93132005-04-22 Nick Roberts <nickrob@snap.net.nz>
9314
9315 * variables.texi (Variable Aliases): Describe make-obsolete-variable
9316 and define-obsolete-variable-alias.
9317
93182005-04-22 Kim F. Storm <storm@cua.dk>
9319
9320 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
9321 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
9322
93232005-04-21 Lute Kamstra <lute@gnu.org>
9324
9325 * lists.texi (Association Lists): Document rassq-delete-all.
9326
93272005-04-19 Richard M. Stallman <rms@gnu.org>
9328
9329 * modes.texi (Search-based Fontification): Explain that
9330 facespec is an expression to be evaluated.
9331
93322005-04-19 Kevin Ryde <user42@zip.com.au>
9333
9334 * streams.texi (Output Functions): Fix xref.
9335 * strings.texi (String Conversion): Fix xref.
9336
93372005-04-19 Kim F. Storm <storm@cua.dk>
9338
9339 * symbols.texi (Symbol Plists): Add safe-get.
9340 Mention that `get' may signal an error.
9341
93422005-04-18 Nick Roberts <nickrob@snap.net.nz>
9343
9344 * customize.texi (Variable Definitions): Replace tooltip-mode
9345 example with save-place.
9346
93472005-04-17 Richard M. Stallman <rms@gnu.org>
9348
9349 * buffers.texi (Indirect Buffers): Clarify.
9350
9351 * positions.texi (Positions): Clarify converting marker to integer.
9352
9353 * strings.texi (String Basics): Mention string-match; clarify.
9354
93552005-04-08 Lute Kamstra <lute@gnu.org>
9356
9357 * modes.texi (Search-based Fontification): Fix cross references.
9358 Use consistent terminology. Document anchored highlighting.
9359
93602005-04-05 Lute Kamstra <lute@gnu.org>
9361
9362 * modes.texi (Defining Minor Modes): Document :group keyword
9363 argument and its default value.
9364
93652005-04-03 Lute Kamstra <lute@gnu.org>
9366
9367 * hooks.texi (Standard Hooks): Add some hooks. Add cross
9368 references and/or descriptions. Delete major mode hooks; mention
9369 them as a category instead. Rename or delete obsolete hooks.
9370
93712005-04-02 Richard M. Stallman <rms@gnu.org>
9372
9373 * nonascii.texi (Coding System Basics): Another wording cleanup.
9374
93752005-04-01 Richard M. Stallman <rms@gnu.org>
9376
9377 * nonascii.texi (Coding System Basics): Clarify previous change.
9378
93792005-04-01 Kenichi Handa <handa@m17n.org>
9380
10d1d0af 9381 * nonascii.texi (Coding System Basics): Describe about roundtrip
b8d4c8d0
GM
9382 identity of coding systems.
9383
93842005-03-29 Chong Yidong <cyd@stupidchicken.com>
9385
9386 * text.texi (Buffer Contents): Add filter-buffer-substring and
9387 buffer-substring-filters.
9388
93892005-03-26 Chong Yidong <cyd@stupidchicken.com>
9390
9391 * anti.texi (Antinews): Mention `G' interactive code.
9392
9393 * tips.texi (Compilation Tips): Mention benchmark.el.
9394
93952005-03-27 Luc Teirlinck <teirllm@auburn.edu>
9396
9397 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
9398 is now bound to M-o M-o.
9399
9400 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
9401
94022005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
9403
9404 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
9405 in the Emacs Manual).
9406 * Makefile.in (srcs): Remove calendar.texi.
9407 * makefile.w32-in (srcs): Remove calendar.texi.
9408 * display.texi (Display): Change name of next node.
9409 * os.texi (System In): Change name of previous node.
9410 * elisp.texi (Top): Remove Calendar references.
9411 * vol1.texi (Top): Remove Calendar references.
9412 * vol2.texi (Top): Remove Calendar references.
9413
94142005-03-25 Richard M. Stallman <rms@gnu.org>
9415
9416 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
9417 Cleanup previous change.
9418
94192005-03-25 Chong Yidong <cyd@stupidchicken.com>
9420
9421 * display.texi (Face Attributes): Faces earlier in an :inherit
9422 list take precedence.
9423 (Scroll Bars): Fix description of vertical-scroll-bars.
9424 Document frame-current-scroll-bars and window-current-scroll-bars.
9425
9426 * markers.texi (The Mark): Document temporary Transient Mark mode.
9427
9428 * minibuf.texi (Reading File Names):
9429 Document read-file-name-completion-ignore-case.
9430
9431 * positions.texi (Screen Lines): Document nil for width argument
9432 to compute-motion.
9433
94342005-03-23 Kim F. Storm <storm@cua.dk>
9435
9436 * display.texi (Standard Faces): Other faces used in the fringe
9437 implicitly inherits from the fringe face.
9438 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
9439 properties implicitly inherits from fringe face.
9440 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
9441
94422005-03-20 Chong Yidong <cyd@stupidchicken.com>
9443
9444 * display.texi (Invisible Text): State default value of
9445 line-move-ignore-invisible.
9446 (Managing Overlays): Document remove-overlays.
9447 (Standard Faces): Document escape-glyph face.
9448
9449 * minibuf.texi (Reading File Names): Document read-file-name-function.
9450
9451 * modes.texi (Other Font Lock Variables):
9452 Document font-lock-lines-before.
9453
9454 * positions.texi (Skipping Characters): skip-chars-forward allows
9455 character classes.
9456
94572005-03-18 Lute Kamstra <lute@gnu.org>
9458
9459 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
9460
94612005-03-17 Richard M. Stallman <rms@gnu.org>
9462
9463 * text.texi (Undo): Document extensible undo entries.
9464
dd7b651b 9465 * searching.texi (String Search, Regexp Search): Cleanups.
b8d4c8d0
GM
9466
9467 * nonascii.texi (Character Codes): Minor fix.
9468
9469 * display.texi (Display Property): Explain the significance
9470 of having text properties that are eq.
9471 (Other Display Specs): Explain string as display spec.
9472
9473 * commands.texi (Interactive Codes): Document G option.
9474
94752005-03-17 Chong Yidong <cyd@stupidchicken.com>
9476
9477 * text.texi (Filling): Add sentence-end-without-period and
9478 sentence-end-without-space.
9479 (Changing Properties): Minor fix.
9480
9481 * anti.texi: Total rewrite.
9482
94832005-03-15 Lute Kamstra <lute@gnu.org>
9484
9485 * edebug.texi (Instrumenting Macro Calls): Fix typos.
9486
94872005-03-08 Kim F. Storm <storm@cua.dk>
9488
9489 * display.texi (Specified Space): Property :width is support on
9490 non-graphic terminals, :height is not.
9491
94922005-03-07 Richard M. Stallman <rms@gnu.org>
9493
9494 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
9495 Now subnodes of Fringes.
9496 (Overlay Arrow): Document overlay-arrow-variable-list.
9497 (Fringe Size/Pos): New node, broken out of Fringes.
9498 (Display): Explain clearing vs redisplay better.
9499 (Truncation): Clarify use of bitmaps.
9500 (The Echo Area): Clarify the uses of the echo area.
9501 Add max-mini-window-height.
9502 (Progress): Clarify.
9503 (Invisible Text): Explain that main loop moves point out.
9504 (Selective Display): Say "hidden", not "invisible".
9505 (Managing Overlays): Move up. Describe relation to Undo here.
9506 (Overlay Properties): Clarify intro.
9507 (Finding Overlays): Explain return values when nothing found.
9508 (Width): truncate-string-to-width has added arg.
9509 (Displaying Faces): Clarify and update mode line face handling.
9510 (Face Functions): Minor cleanup.
9511 (Conditional Display): Merge into Other Display Specs.
9512 (Pixel Specification, Other Display Specs): Minor cleanups.
9513 (Images, Image Descriptors): Minor cleanups.
9514 (GIF Images): Patents have expired.
9515 (Showing Images): Explain default text for insert-image.
9516 (Manipulating Button Types): Merge into Manipulating Buttons.
9517 (Making Buttons): Explain return values.
9518 (Button Buffer Commands): Add xref.
9519 (Inverse Video): Update mode-line-inverse-video.
9520 (Display Table Format): Clarify.
9521 (Active Display Table): Give defaults for window-display-table.
9522
9523 * calendar.texi (Calendar Customizing): calendar-holiday-marker
9524 and calendar-today-marker are strings, not chars.
9525 (Holiday Customizing): Minor fix.
9526
9527 * internals.texi (Writing Emacs Primitives): Update `or' example.
9528 Update limit on # args of subr.
9529
9530 * edebug.texi (Using Edebug): Arrow is in fringe.
9531 (Instrumenting): Arg to eval-defun works without loading edebug.
9532 (Edebug Execution Modes): Add xref.
9533
9534 * customize.texi (Common Keywords): Clarify :require.
9535 Mention :version here.
9536 (Variable Definitions, Group Definitions): Not here.
9537 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
9538
95392005-03-07 Chong Yidong <cyd@stupidchicken.com>
9540 * nonascii.texi (Text Representations): Clarify position-bytes.
9541 (Character Sets): Add list-charset-chars.
9542 (Scanning Charsets): Add charset-after.
9543 (Encoding and I/O): Minor fix.
9544
95452005-03-06 Richard M. Stallman <rms@gnu.org>
9546
9547 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
9548 (Resizing Windows): Likewise.
9549
9550 * text.texi (Change Hooks): Get rid of "Emacs 21".
9551
9552 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
9553
9554 * streams.texi (Output Variables): Get rid of "Emacs 21".
9555
9556 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
9557
9558 * os.texi (Translating Input): Replace flow-control example
9559 with a less obsolete example that uses `keyboard-translate'.
9560
9561 * objects.texi (Hash Table Type, Circular Objects):
9562 Get rid of "Emacs 21".
9563
9564 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
9565 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
9566
9567 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
9568
9569 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
9570
9571 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
9572 (Menu Bar): Fix when menu-bar-update-hook is called.
9573
9574 * hash.texi (Hash Tables): Get rid of "Emacs 21".
9575
9576 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
9577 and make it read better.
9578
9579 * files.texi (Writing to Files): Get rid of "Emacs 21".
9580 (Unique File Names): Likewise.
9581
9582 * elisp.texi: Update Emacs version to 22.
9583
9584 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
9585 (Overlay Properties, Face Attributes): Likewise.
9586 (Managing Overlays): Fix punctuation.
9587 (Attribute Functions): Clarify set-face-font; get rid of
9588 info about old Emacs versions.
9589 (Auto Faces, Font Lookup, Display Property, Images):
9590 Get rid of "Emacs 21".
9591
9592 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
9593
95942005-03-05 Richard M. Stallman <rms@gnu.org>
9595
9596 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
9597
95982005-03-04 Lute Kamstra <lute@gnu.org>
9599
9600 * debugging.texi (Error Debugging): Document stack-trace-on-error.
9601
96022005-03-03 Lute Kamstra <lute@gnu.org>
9603
9604 * edebug.texi (Instrumenting Macro Calls): Fix typo.
9605
96062005-03-01 Lute Kamstra <lute@gnu.org>
9607
9608 * debugging.texi (Debugger Commands): Update `j'.
9609
96102005-02-28 Lute Kamstra <lute@gnu.org>
9611
9612 * debugging.texi (Debugging): Fix typo.
9613 (Error Debugging): Document eval-expression-debug-on-error.
9614 (Function Debugging): Update example.
9615 (Using Debugger): Mention starred stack frames.
9616 (Debugger Commands): Document `j' and `l'.
9617 (Invoking the Debugger): `d' and `j' exit recursive edit too.
9618 Update the messages that the debugger displays.
9619 (Internals of Debugger): Add cross reference. Update example.
9620 (Excess Open): Minor improvement.
9621 (Excess Close): Minor improvement.
9622
96232005-02-26 Richard M. Stallman <rms@gnu.org>
9624
9625 * tips.texi (Coding Conventions): Clarify.
9626 Put all the major mode key reservations together.
9627 Mention the Mouse-1 => Mouse-2 conventions.
9628
9629 * syntax.texi (Syntax Class Table): Clarify.
9630 (Syntax Table Functions): syntax-after moved from here.
9631 (Syntax Table Internals): syntax-after moved to here.
9632 (Parsing Expressions): Update info on number of values
9633 and what's meaningful in the STATE argument.
9634 (Categories): Fix typo.
9635
9636 * sequences.texi (Arrays): Cleanup.
9637 (Char-Tables): Clarify.
9638
9639 * processes.texi (Deleting Processes): Cleanups, add xref.
9640 (Subprocess Creation): Explain nil in exec-path. Cleanup.
9641 (Process Information): set-process-coding-system, some args optional.
9642 (Input to Processes): Explain various types for PROCESS args.
9643 Rename them from PROCESS-NAME to PROCESS.
9644 (Signals to Processes): Likewise.
9645 (Decoding Output): Cleanup.
9646 (Query Before Exit): Clarify.
9647
9648 * os.texi (Startup Summary): Correct the options; add missing ones.
9649 (Terminal Output, Batch Mode): Clarify.
9650 (Flow Control): Node deleted.
9651
9652 * markers.texi (The Mark): Clarify.
9653
9654 * macros.texi (Expansion): Cleanup.
9655 (Indenting Macros): indent-spec allows ints, not floats.
9656
9657 * keymaps.texi (Keymaps): Clarify.
9658 (Format of Keymaps): Update lisp-mode-map example.
9659 (Active Keymaps, Key Lookup): Clarify.
9660 (Changing Key Bindings): Add xref to `kbd'.
9661 (Key Binding Commands, Simple Menu Items): Clarify.
9662 (Mouse Menus, Menu Bar): Clarify.
9663 (Menu Example): Replace print example with menu-bar-replace-menu.
9664
9665 * help.texi (Documentation Basics): Add function-documentation prop.
9666
9667 * elisp.texi (Top): Don't refer to Flow Control node.
9668
9669 * commands.texi (Command Overview): Improve xrefs.
9670 (Adjusting Point): Adjusting point applies to intangible and invis.
9671 (Key Sequence Input): Doc extra read-key-sequence args.
9672 Likewise for read-key-sequence-vector.
9673
9674 * backups.texi (Rename or Copy): Minor fix.
9675 (Numbered Backups): For version-control, say the default.
9676 (Auto-Saving): make-auto-save-file-name example is simplified.
9677
9678 * advice.texi (Advising Functions): Don't imply one part of Emacs
9679 should advise another part. Markup changes.
9680 (Defining Advice): Move transitional para.
9681 (Activation of Advice): Cleanup.
9682 Explain if COMPILE is nil or negative.
9683
9684 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
9685
96862005-02-24 Lute Kamstra <lute@gnu.org>
9687
9688 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
9689 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
9690
96912005-02-23 Lute Kamstra <lute@gnu.org>
9692
9693 * modes.texi (Defining Minor Modes): define-minor-mode can be used
9694 to define global minor modes as well.
9695
9696 * display.texi (Managing Overlays): overlay-buffer returns nil for
9697 deleted overlays.
9698
96992005-02-22 Kim F. Storm <storm@cua.dk>
9700
9701 * minibuf.texi (Basic Completion): Allow symbols in addition to
9702 strings in try-completion and all-completions.
9703
97042005-02-14 Lute Kamstra <lute@gnu.org>
9705
9706 * elisp.texi (Top): Remove reference to deleted node.
9707
9708 * lists.texi (Lists): Remove reference to deleted node.
9709 (Cons Cells): Fix typo.
9710
9711 * loading.texi (Where Defined): Fix typo.
9712
97132005-02-14 Richard M. Stallman <rms@gnu.org>
9714
9715 * variables.texi (Creating Buffer-Local): change-major-mode-hook
9716 is useful for discarding some minor modes.
9717
9718 * symbols.texi (Symbol Components): Reorder examples.
9719
9720 * streams.texi (Input Functions): State standard-input default.
9721 (Output Variables): State standard-output default.
9722
9723 * objects.texi (Printed Representation): Clarify read syntax vs print.
9724 (Floating Point Type): Explain meaning better.
9725 (Symbol Type): Explain uniqueness better.
9726 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
9727 List examples sooner.
9728 (Box Diagrams): New subnode broken out.
9729 Some examples moved from old Lists as Boxes node.
9730 (Dotted Pair Notation): Clarify intro.
9731 (Array Type): Clarify.
9732 (Type Predicates): Add hash-table-p.
9733
9734 * numbers.texi (Integer Basics): Clarify radix explanation.
9735 (Predicates on Numbers): Minor clarification.
9736 (Comparison of Numbers): Minor clarification. Clarify eql.
9737 Typos in min, max.
9738 (Math Functions): Clarify overflow in expt.
9739
9740 * minibuf.texi (Text from Minibuffer): Minor clarification.
9741 Mention arrow keys.
9742
9743 * loading.texi (Autoload): defun's doc string overrides autoload's
9744 doc string.
9745 (Repeated Loading): Modernize "add to list" examples.
9746 (Where Defined): Finish updating table of load-history elts.
9747
9748 * lists.texi (List-related Predicates): Minor wording improvement.
9749 (Lists as Boxes): Node deleted.
9750 (Building Lists): Explain trivial cases of number-sequence.
9751
9752 * hash.texi (Hash Tables): Add desc to menu items.
10d1d0af 9753 (Creating Hash): Explain "full" means "make larger".
b8d4c8d0
GM
9754 (Hash Access): Any object can be a key.
9755 State value of maphash.
9756
9757 * functions.texi (What Is a Function): Wording cleanup.
9758 (Function Documentation): Minor cleanup.
9759 Explain purpose of calling convention at end of doc string.
9760 (Function Names): Wording cleanup.
9761 (Calling Functions): Wording cleanup.
9762 Explain better how funcall calls the function.
9763 (Function Cells): Delete example of saving and redefining function.
9764
9765 * control.texi (Combining Conditions): Wording cleanup.
9766 (Iteration): dolist and dotimes bind VAR locally.
9767 (Cleanups): Xref to Atomic Changes.
9768
9769 * compile.texi (Byte Compilation): Delete 19.29 info.
9770 (Compilation Functions): Macros' difficulties don't affect defsubst.
9771 (Docs and Compilation): Delete 19.29 info.
9772
97732005-02-10 Richard M. Stallman <rms@gnu.org>
9774
9775 * objects.texi (Symbol Type): Minor correction.
9776
97772005-02-06 Lute Kamstra <lute@gnu.org>
9778
9779 * modes.texi (Example Major Modes): Fix typos.
9780
97812005-02-06 Richard M. Stallman <rms@gnu.org>
9782
9783 * text.texi (Margins): fill-nobreak-predicate can be one function.
9784
9785 * strings.texi (Modifying Strings): clear-string can make unibyte.
9786 (Formatting Strings): format gives error if values missing.
9787
9788 * positions.texi (Character Motion): Mention default arg
9789 for forward-char. backward-char refers to forward-char.
9790 (Word Motion): Mention default arg for forward-word.
9791 (Buffer End Motion): Mention default arg for beginning-of-buffer.
9792 Simplify end-of-buffer.
9793 (Text Lines): Mention default arg for forward-line.
9794 (List Motion): Mention default arg for beginning/end-of-defun.
9795 (Skipping Characters): Minor fixes in explaining character-set.
9796
9797 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
9798 Mode inheritance applies only when default-major-mode is nil.
9799 Clarifications.
9800 (Example Major Modes): Update Text mode and Lisp mode examples.
9801 (Minor Mode Conventions): Mention define-minor-mode at top.
9802 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
9803 (Mode Line Format): Update mode line face display info.
9804 (Properties in Mode): Mention effect of risky vars.
9805 (Imenu): Define imenu-add-to-menubar.
9806 (Font Lock Mode): Add descriptions to menu lines.
9807 (Faces for Font Lock): Add font-lock-doc-face.
9808
98092005-02-05 Lute Kamstra <lute@gnu.org>
9810
9811 * text.texi (Maintaining Undo): Remove obsolete function.
9812
98132005-02-05 Eli Zaretskii <eliz@gnu.org>
9814
9815 * frames.texi (Color Names): Add pointer to the X docs about RGB
c4cc8b9a 9816 color specifications. Improve indexing.
b8d4c8d0
GM
9817 (Text Terminal Colors): Replace the description of RGB values by
9818 an xref to "Color Names".
9819
98202005-02-03 Richard M. Stallman <rms@gnu.org>
9821
9822 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
9823 Clarify.
9824 (Selecting Windows): Clarify save-selected-window.
9825 (Cyclic Window Ordering): Clarify walk-windows.
9826 (Window Point): Clarify.
9827 (Window Start): Add comment to example.
9828 (Resizing Windows): Add `interactive' specs in examples.
9829 Document fit-window-to-buffer.
9830
9831 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
9832 (Undo, Maintaining Undo): Clarify last change.
9833 (Sorting): In sort-numeric-fields, explain about octal and hex.
9834 Mention sort-numeric-base.
9835 (Format Properties): Add xref for hard newlines.
9836
9837 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
9838 (Pop-Up Menus): Fix typo.
9839 (Color Names): Explain all types of color names.
9840 Explain color-values on B&W terminal.
9841 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
9842
9843 * files.texi (File Locks): Not supported on MS systems.
9844 (Testing Accessibility): Clarify.
9845
9846 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
9847 (Coverage Testing): Fix typo.
9848
9849 * commands.texi (Misc Events): Remove stray space.
9850
9851 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
9852 (Modification Time): Clarify when visited-file-modtime returns 0.
9853 (The Buffer List): Clarify bury-buffer.
9854 (Killing Buffers): Clarify.
9855 (Indirect Buffers): Add clone-indirect-buffer.
9856
98572005-02-02 Matt Hodges <MPHodges@member.fsf.org>
9858
9859 * edebug.texi (Printing in Edebug): Fix default value of
9860 edebug-print-circle.
9861 (Coverage Testing): Fix displayed frequency count data.
9862
98632005-02-02 Luc Teirlinck <teirllm@auburn.edu>
9864
9865 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
9866
98672005-02-02 Kim F. Storm <storm@cua.dk>
9868
9869 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
9870
98712005-01-29 Eli Zaretskii <eliz@gnu.org>
9872
9873 * commands.texi (Misc Events): Describe the help-echo event.
9874
9875 * text.texi (Special Properties) <help-echo>: Use `pos'
9876 consistently in description of the help-echo property.
9877 Use @code{nil} instead of @var{nil}.
9878
9879 * display.texi (Overlay Properties): Fix the index entry for
9880 help-echo overlay property.
9881
9882 * customize.texi (Type Keywords): Uncomment the xref to the
9883 help-echo property documentation.
9884
98852005-01-23 Kim F. Storm <storm@cua.dk>
9886
9887 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
9888 return value. Third element FULLY replaced by PARTIAL which
9889 specifies number of invisible pixels if row is only partially visible.
9890 (Textual Scrolling): Mention auto-window-vscroll.
9891 (Vertical Scrolling): New defvar auto-window-vscroll.
9892
98932005-01-16 Luc Teirlinck <teirllm@auburn.edu>
9894
9895 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
9896 command remapping.
9897
98982005-01-15 Richard M. Stallman <rms@gnu.org>
9899
9900 * display.texi (Defining Images): Mention DATA-P arg of create-image.
9901
99022005-01-14 Kim F. Storm <storm@cua.dk>
9903
9904 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
9905
9906 * text.texi (Links and Mouse-1): Fix string and vector item.
9907
99082005-01-13 Richard M. Stallman <rms@gnu.org>
9909
9910 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
9911 descriptions of overriding-local-map and overriding-terminal-local-map.
9912
9913 * text.texi (Links and Mouse-1): Clarify text.
9914
99152005-01-13 Kim F. Storm <storm@cua.dk>
9916
9917 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
9918
99192005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
9920
9921 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
9922
99232005-01-12 Kim F. Storm <storm@cua.dk>
9924
9925 * text.texi (Links and Mouse-1): Rename section from Enabling
9926 Mouse-1 to Following Links. Change xrefs.
9927 Add examples for define-button-type and define-widget.
9928
9929 * display.texi (Button Properties, Button Buffer Commands):
9930 Clarify mouse-1 and follow-link functionality.
9931
99322005-01-12 Richard M. Stallman <rms@gnu.org>
9933
9934 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
9935
9936 * display.texi (Beeping): Fix Texinfo usage.
9937
9938 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
9939
99402005-01-11 Kim F. Storm <storm@cua.dk>
9941
9942 * display.texi (Button Properties, Button Buffer Commands):
9943 Mention mouse-1 binding. Add follow-link keyword.
9944
9945 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
9946 (Enabling Mouse-1 to Follow Links): New subsection.
9947
99482005-01-06 Richard M. Stallman <rms@gnu.org>
9949
9950 * text.texi (Special Properties): Minor change.
9951
9952 * os.texi (Timers): Clarify previous change.
9953
9954 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
9955
99562005-01-01 Luc Teirlinck <teirllm@auburn.edu>
9957
9958 * display.texi (Face Attributes): Correct xref to renamed node.
9959
99602005-01-01 Richard M. Stallman <rms@gnu.org>
9961
9962 * display.texi (Face Attributes): Describe hex color specs.
9963
99642004-12-31 Richard M. Stallman <rms@gnu.org>
9965
9966 * os.texi (Timers): Update previous change.
9967
99682004-12-30 Kim F. Storm <storm@cua.dk>
9969
9970 * display.texi (Line Height): Total line-height is now specified
9971 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
9972 in cons cells. (nil . RATIO) is relative to actual line height.
9973 Use line-height `t' instead of `0' to get minimum height.
9974
99752004-12-29 Richard M. Stallman <rms@gnu.org>
9976
9977 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
9978
99792004-12-28 Richard M. Stallman <rms@gnu.org>
9980
9981 * commands.texi (Quitting): Clarify value of with-local-quit.
9982
9983 * elisp.texi (Top): Fix previous change.
9984
9985 * loading.texi (Loading): Fix previous change.
9986
99872004-12-27 Richard M. Stallman <rms@gnu.org>
9988
9989 * Makefile.in (MAKEINFO): Specify --force.
9990
9991 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
9992
9993 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
9994
9995 * display.texi (Line Height): Further clarify.
9996
9997 * elisp.texi (Top): Update Loading submenu.
9998
9999 * loading.texi (Where Defined): New node.
10000 (Unloading): load-history moved to Where Defined.
10001
100022004-12-21 Richard M. Stallman <rms@gnu.org>
10003
10004 * commands.texi (Event Input Misc): Add while-no-input.
10005
100062004-12-11 Richard M. Stallman <rms@gnu.org>
10007
10008 * display.texi (Line Height): Rewrite text for clarity.
10009
100102004-12-11 Kim F. Storm <storm@cua.dk>
10011
10012 * display.texi (Display): Add node "Line Height" to menu.
10013 (Line Height): New node. Move full description of line-spacing
10014 and line-height text properties here from text.texi.
10015 (Scroll Bars): Add vertical-scroll-bar variable.
10016
10017 * frames.texi (Window Frame Parameters): Remove line-height defvar.
10018
10019 * locals.texi (Standard Buffer-Local Variables): Fix xref for
10020 line-spacing and vertical-scroll-bar.
10021
10022 * text.texi (Special Properties): Just mention line-spacing and
10023 line-height here, add xref to new "Line Height" node.
10024
100252004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
10026
10027 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
10028
10029 * locals.texi (Standard Buffer-Local Variables):
10030 Add @xref for `line-spacing'.
10031
100322004-12-05 Richard M. Stallman <rms@gnu.org>
10033
10034 * Makefile.in (maintainer-clean): Remove the info files
10035 in $(infodir) where they are created.
10036
100372004-12-03 Richard M. Stallman <rms@gnu.org>
10038
10039 * windows.texi (Selecting Windows): get-lru-window and
10040 get-largest-window don't consider dedicated windows.
10041
10042 * text.texi (Undo): Document undo-in-progress.
10043
100442004-11-26 Richard M. Stallman <rms@gnu.org>
10045
10046 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
10047 Remove a few vars that are not always buffer-local.
10048
100492004-11-24 Luc Teirlinck <teirllm@auburn.edu>
10050
10051 * locals.texi (Standard Buffer-Local Variables): Comment out
10052 xref's to non-existent node `Yet to be written'.
10053
100542004-11-24 Richard M. Stallman <rms@gnu.org>
10055
10056 * processes.texi (Synchronous Processes): Grammar fix.
10057
10058 * numbers.texi (Comparison of Numbers): Add eql.
10059
10060 * locals.texi (Standard Buffer-Local Variables): Add many vars.
10061
10062 * intro.texi (Printing Notation): Fix previous change.
10063
10064 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
10065 and default-indicate-buffer-boundaries from here.
10066 (Usual Display): To here.
10067 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
10068 (Usual Display): Move tab-width up.
10069
5dcb4c4e
SM
10070 * customize.texi (Variable Definitions):
10071 Replace show-paren-mode example with tooltip-mode.
b8d4c8d0
GM
10072 (Simple Types, Composite Types, Defining New Types):
10073 Minor cleanups.
10074
100752004-11-21 Jesper Harder <harder@ifa.au.dk>
10076
10077 * processes.texi (Synchronous Processes, Output from Processes):
10078 Markup fix.
10079
100802004-11-20 Richard M. Stallman <rms@gnu.org>
10081
10082 * positions.texi (Skipping Characters): skip-chars-forward
10083 now handles char classes.
10084
10085 * intro.texi (Printing Notation): Avoid confusion of `print'
10086 when explaining @print.
10087
10088 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
10089
10090 * display.texi (Display Table Format): Minor fix.
10091
10092 * streams.texi (Output Functions): Fix print example.
10093
10094 * Makefile.in (elisp): New target.
10095 (dist): Depend on $(infodir)/elisp, not elisp.
10096 Copy the info files from $(infodir).
10097
10098 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
10099 read-from-minibuffer.
10100
10101 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
10102
101032004-11-19 Richard M. Stallman <rms@gnu.org>
10104
10105 * searching.texi (Regexp Search): Add search-whitespace-regexp.
10106
101072004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
10108
10109 * tips.texi (Coding Conventions): Fix typo.
10110
101112004-11-16 Richard M. Stallman <rms@gnu.org>
10112
10113 * tips.texi (Coding Conventions): Separate defvar and require
10114 methods to avoid warnings. Use require only when there are many
10115 functions and variables from that package.
10116
10117 * minibuf.texi (Minibuffer Completion): When ignoring case,
10118 predicate must not be case-sensitive.
10119
10120 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
10121 (Test Coverage): Don't talk about "splotches". Clarified.
10122
101232004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
10124
10125 * frames.texi (Window Frame Parameters): Fix typo.
10126
101272004-11-15 Kim F. Storm <storm@cua.dk>
10128
10129 * symbols.texi (Other Plists): Note that plist-get may signal error.
10130 Add safe-plist-get.
10131
101322004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
10133
10134 * modes.texi (Font Lock Basics): Fix typo.
10135
101362004-11-08 Richard M. Stallman <rms@gnu.org>
10137
10138 * syntax.texi (Syntax Table Functions): Add syntax-after.
10139
101402004-11-06 Lars Brinkhoff <lars@nocrew.org>
10141
10142 * os.texi (Processor Run Time): New section documenting
10143 get-internal-run-time.
10144
101452004-11-06 Eli Zaretskii <eliz@gnu.org>
10146
10147 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
10148 it nukes elisp-cover.texi.
10149 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
10150 elisp-0 etc.
10151
101522004-11-05 Luc Teirlinck <teirllm@auburn.edu>
10153
10154 * commands.texi (Keyboard Macros): Document `append' return value
10155 of `defining-kbd-macro'.
10156
101572004-11-01 Richard M. Stallman <rms@gnu.org>
10158
10159 * commands.texi (Interactive Call): Add called-interactively-p.
10160
101612004-10-29 Simon Josefsson <jas@extundo.com>
10162
10163 * minibuf.texi (Reading a Password): Revert.
10164
101652004-10-28 Richard M. Stallman <rms@gnu.org>
10166
10167 * frames.texi (Display Feature Testing): Explain about "vendor".
10168
101692004-10-27 Richard M. Stallman <rms@gnu.org>
10170
10171 * commands.texi (Interactive Codes): `N' uses numeric prefix,
10172 not raw. Clarify `n'.
10173 (Interactive Call): Rewrite interactive-p, focusing on when
10174 and how to use it.
10175 (Misc Events): Clarify previous change.
10176
10177 * advice.texi (Simple Advice): Clarify what job the example does.
10178 (Around-Advice): Clarify ad-do-it.
10179 (Activation of Advice): An option of ad-default-compilation-action
10180 is `never', not `nil'.
10181
101822004-10-26 Kim F. Storm <storm@cua.dk>
10183
10184 * commands.texi (Interactive Codes): Add U code letter.
10185
101862004-10-25 Simon Josefsson <jas@extundo.com>
10187
10188 * minibuf.texi (Reading a Password): Add.
10189
101902004-10-24 Jason Rumney <jasonr@gnu.org>
10191
10192 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
10193 and wheel-down.
10194
101952004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
10196
10197 * processes.texi (Synchronous Processes): Document process-file.
10198
101992004-10-22 Kenichi Handa <handa@m17n.org>
10200
10201 * text.texi (translate-region): Document that it accepts also a
10202 char-table.
10203
102042004-10-22 David Ponce <david@dponce.com>
10205
10206 * windows.texi (Resizing Windows): Document the `preserve-before'
10207 argument of the functions `enlarge-window' and `shrink-window'.
10208
102092004-10-19 Jason Rumney <jasonr@gnu.org>
10210
10211 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
10212
102132004-10-09 Luc Teirlinck <teirllm@auburn.edu>
10214
10215 * text.texi (Filling): Add anchor for definition of
10216 `sentence-end-double-space'.
10217
10218 * searching.texi (Regexp Example): Update description of how
10219 Emacs currently recognizes the end of a sentence.
10220 (Standard Regexps): Update definition of the variable
10221 `sentence-end'. Add definition of the function `sentence-end'.
10222
102232004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
10224
10225 * display.texi (Progress): New node.
10226
102272004-10-05 Kim F. Storm <storm@cua.dk>
10228
10229 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
10230
102312004-09-29 Kim F. Storm <storm@cua.dk>
10232
10233 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
10234 to identify bitmaps. Remove -fringe-bitmap suffix for standard
10235 fringe bitmap symbols, as they now have their own namespace.
10236 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
10237 vs. pixels. Signal error if no free bitmap slots.
10238 (Pixel Specification): Change IMAGE to @var{image}.
10239
102402004-09-28 Richard M. Stallman <rms@gnu.org>
10241
10242 * text.texi (Special Properties): Clarify line-spacing and line-height.
10243
10244 * searching.texi (Regexp Search): Add looking-back.
10245
102462004-09-25 Luc Teirlinck <teirllm@auburn.edu>
10247
10248 * display.texi: Correct typos.
10249 (Image Descriptors): Correct xref's.
10250
102512004-09-25 Richard M. Stallman <rms@gnu.org>
10252
10253 * text.texi (Special Properties): Cleanups in `cursor'.
10254 Rewrites in `line-height' and `line-spacing'; exchange them.
10255
10256 * display.texi (Fringes): Rewrite previous change.
10257 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
10258 (Display Fringe Bitmaps): Node deleted, text moved.
10259 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
10260 (Scroll Bars): Clarify set-window-scroll-bars.
10261 (Pointer Shape): Rewrite.
10262 (Specified Space): Clarify :align-to, etc.
10263 (Pixel Specification): Use @var. Clarify new text.
10264 (Other Display Specs): Clarify `slice'.
10265 (Image Descriptors): Cleanups.
10266 (Showing Images): Cleanups.
10267
102682004-09-24 Luc Teirlinck <teirllm@auburn.edu>
10269
10270 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
10271
10272 * modes.texi: Various minor changes in addition to:
10273 (Major Mode Conventions): Final call to `run-mode-hooks' should
10274 not be inside the `delay-mode-hooks' form.
10275 (Mode Hooks): New node.
10276 (Hooks): Delete obsolete example.
10277 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
10278 node "Mode Hooks".
10279
102802004-09-22 Luc Teirlinck <teirllm@auburn.edu>
10281
10282 * display.texi: Correct various typos.
10283 (Display): Rename node "Pointer Shapes" to "Pointer
10284 Shape". (There is already a node called "Pointer Shapes" in
10285 frames.texi.)
10286 (Images): Remove non-existent node "Image Slices" from menu.
10287
102882004-09-23 Kim F. Storm <storm@cua.dk>
10289
10290 * text.texi (Special Properties): Add `cursor', `pointer',
10291 `line-height', and `line-spacing' properties.
10292
10293 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
10294 Shapes' to menu.
10295 (Standard Faces): Doc fix for fringe face.
10296 (Fringes): Add `overflow-newline-into-fringe' and
10297 'indicate-buffer-boundaries'.
10298 (Fringe Bitmaps, Pointer Shapes): New nodes.
10299 (Display Property): Add 'Pixel Specification' and 'Display Fringe
10300 Bitmaps' to menu.
10301 (Specified Space): Describe pixel width and height.
10302 (Pixel Specification): New node.
10303 (Other Display Specs): Add `slice' property.
10304 (Display Fringe Bitmaps): New node.
10305 (Images): Add 'Image Slices' to menu.
10306 (Image Descriptors): Add `:pointer' and `:map' properties.
5dcb4c4e
SM
10307 (Showing Images): Add slice arg to `insert-image'.
10308 Add 'insert-sliced-image'.
b8d4c8d0
GM
10309
103102004-09-20 Richard M. Stallman <rms@gnu.org>
10311
10312 * commands.texi (Key Sequence Input):
10313 Clarify downcasing in read-key-sequence.
10314
103152004-09-08 Juri Linkov <juri@jurta.org>
10316
10317 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
10318
103192004-09-07 Luc Teirlinck <teirllm@auburn.edu>
10320
5dcb4c4e
SM
10321 * locals.texi (Standard Buffer-Local Variables):
10322 Add `buffer-auto-save-file-format'.
b8d4c8d0
GM
10323 * internals.texi (Buffer Internals): Describe new
10324 auto_save_file_format field of the buffer structure.
10325 * files.texi (Format Conversion): `auto-save-file-format' has been
10326 renamed `buffer-auto-save-file-format'.
10327
103282004-08-27 Luc Teirlinck <teirllm@auburn.edu>
10329
10330 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
10331 an integer or a marker.
10332 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
10333
103342004-08-22 Richard M. Stallman <rms@gnu.org>
10335
10336 * modes.texi (Major Mode Conventions): Discuss rebinding of
10337 standard key bindings.
10338
103392004-08-18 Kim F. Storm <storm@cua.dk>
10340
10341 * processes.texi (Accepting Output): Add `just-this-one' arg to
10342 `accept-process-output'.
10343 (Output from Processes): New var `process-adaptive-read-buffering'.
10344
103452004-08-10 Luc Teirlinck <teirllm@auburn.edu>
10346
10347 * keymaps.texi: Various changes in addition to:
10348 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
10349 Give more varied examples for `kbd'.
10350 (Creating Keymaps): Char tables have slots for all characters
10351 without modifiers.
10352 (Active Keymaps): `overriding-local-map' and
10353 `overriding-terminal-local-map' also override text property and
10354 overlay keymaps.
10355 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
10356 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
10357 to denote a prefix of no events.
10358 `map-keymap' includes parent's bindings _recursively_.
10359 Clarify and correct description of `where-is-internal'.
10360 Mention BUFFER-OR-NAME arg to `describe-bindings'.
10361 (Menu Example): For menus intended for use with the keyboard, the
10362 menu items should be bound to characters or real function keys.
10363
103642004-08-08 Luc Teirlinck <teirllm@auburn.edu>
10365
10366 * objects.texi (Character Type): Reposition `@anchor' to prevent
10367 double space inside sentence in Info.
10368
10369 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
10370 renamed to `disabled-command-function'.
10371 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
10372 (Command Loop Info): Replace reference to it.
10373 (Disabling Commands): `disabled-command-hook' has been renamed to
10374 `disabled-command-function'.
10375
103762004-08-07 Luc Teirlinck <teirllm@auburn.edu>
10377
10378 * os.texi (Translating Input): Only non-prefix bindings in
10379 `key-translation-map' override actual key bindings. Warn about
10380 possible indirect effect of actual key bindings on non-prefix
10381 bindings in `key-translation-map'.
10382
103832004-08-06 Luc Teirlinck <teirllm@auburn.edu>
10384
10385 * minibuf.texi (High-Level Completion): Add anchor for definition
10386 of `read-variable'.
10387
10388 * commands.texi: Various changes in addition to:
10389 (Using Interactive): Clarify description of `interactive-form'.
10390 (Interactive Call): Mention default for KEYS argument to
10391 `call-interactively'.
10392 (Command Loop Info): Clarify description of `this-command-keys'.
10393 Mention KEEP-RECORD argument to `clear-this-command-keys'.
10394 Value of `last-event-frame' can be `macro'.
10395 (Repeat Events): `double-click-fuzz' is also used to distinguish
10396 clicks and drags.
10397 (Classifying Events): Clarify descriptions of `event-modifiers'
10398 `event-basic-type' and `event-convert-list'.
10399 (Accessing Events): `posn-timestamp' takes POSITION argument.
10400 (Quoted Character Input): Clarify description of
10401 `read-quoted-char' and fix example.
10402 (Quitting): Add `with-local-quit'.
10403 (Disabling Commands): Correct and clarify descriptions of
10404 `enable-command' and `disable-command'.
10405 Mention what happens if `disabled-command-hook' is nil.
10406 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
10407 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
10408
104092004-07-24 Luc Teirlinck <teirllm@auburn.edu>
10410
10411 * frames.texi: Various changes in addition to:
10412 (Creating Frames): Expand and clarify description of `make-frame'.
10413 (Window Frame Parameters): Either none or both of the `icon-left'
10414 and `icon-top' parameters must be specified. Put descriptions of
10415 `menu-bar-lines' and `toolbar-lines' closer together and change
10416 them accordingly.
10417 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
10418 except while processing `frame-title-format' or `icon-title-format'.
10419 (Deleting Frames): Correct description of `delete-frame'.
10420 Non-nil return values of `frame-live-p' are like those of `framep'.
10421 (Frames and Windows): Mention return value of
10422 `set-frame-selected-window'.
10423 (Visibility of Frames): Mention `force' argument to
10424 `make-frame-invisible'. `frame-visible-p' returns t for all
10425 frames on text-only terminals.
10426 (Frame Configurations): Restoring a frame configuration does not
10427 restore deleted frames.
10428 (Window System Selections): `x-set-selection' returns DATA.
10429 (Resources): Add example.
10430 (Display Feature Testing): Clarify descriptions of
10431 `display-pixel-height', `display-pixel-width', `x-server-version'
10432 and `x-server-vendor'.
10433
10434 * windows.texi (Choosing Window): Add anchor.
10435 * minibuf.texi (Minibuffer Misc): Add anchor.
10436
104372004-07-23 John Paul Wallington <jpw@gnu.org>
10438
10439 * macros.texi (Defining Macros): Declaration keyword for setting
10440 Edebug spec is `debug' not `edebug'.
10441
104422004-07-19 Luc Teirlinck <teirllm@auburn.edu>
10443
10444 * windows.texi: Various small changes in addition to:
10445 (Window Point): Mention return value of `set-window-point'.
10446 (Window Start): `pos-visible-in-window-p' disregards horizontal
10447 scrolling. Explain return value if PARTIALLY is non-nil.
10448 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
10449 and `set-window-vscroll'.
10450 (Size of Window): The argument WINDOW to `window-inside-edges',
10451 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
10452 (Resizing Windows): Explain return value of
10453 `shrink-window-if-larger-than-buffer'.
10454 `window-size-fixed' automatically becomes buffer local when set.
10455 (Window Configurations): Explain return value of
10456 `set-window-configuration'.
10457
10458 * minibuf.texi (Minibuffer Misc): Add anchor for
10459 `minibuffer-scroll-window'.
10460
10461 * positions.texi (Text Lines): Add anchor for `count-lines'.
10462
104632004-07-17 Richard M. Stallman <rms@gnu.org>
10464
10465 * display.texi (Overlay Properties): Adding `evaporate' prop
10466 deletes empty overlay immediately.
10467
10468 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
10469 fix example.
10470
104712004-07-16 Jim Blandy <jimb@redhat.com>
10472
10473 * searching.texi (Regexp Backslash): Document new \_< and \_>
10474 operators.
10475
104762004-07-16 Juanma Barranquero <lektu@terra.es>
10477
10478 * display.texi (Images): Fix Texinfo usage.
10479
104802004-07-14 Luc Teirlinck <teirllm@auburn.edu>
10481
10482 * buffers.texi (Modification Time): `visited-file-modtime' now
10483 returns a list of two integers, instead of a cons.
10484
104852004-07-13 Luc Teirlinck <teirllm@auburn.edu>
10486
10487 * windows.texi: Various changes in addition to:
10488 (Splitting Windows): Add `split-window-keep-point'.
10489
104902004-07-09 Richard M. Stallman <rms@gnu.org>
10491
10492 * frames.texi (Input Focus): Minor fix.
10493
104942004-07-07 Luc Teirlinck <teirllm@auburn.edu>
10495
10496 * frames.texi (Input Focus): Clarify descriptions of
10497 `select-frame-set-input-focus' and `select-frame'.
10498
104992004-07-06 Luc Teirlinck <teirllm@auburn.edu>
10500
10501 * os.texi: Various small changes in addition to:
10502 (Killing Emacs): Expand and clarify description of
10503 `kill-emacs-query-functions' and `kill-emacs-hook'.
10504 (System Environment): Expand and clarify description of `getenv'
10505 and `setenv'.
10506 (Timers): Clarify description of `run-at-time'.
10507 (Translating Input): Correct description of
10508 `extra-keyboard-modifiers'.
10509 (Flow Control): Correct description of `enable-flow-control'.
10510
105112004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
10512
10513 * os.texi: Update copyright.
10514 (Session Management): Grammar fix.
10515 Clarify which Emacs does the restarting.
10516 Use @samp for *scratch* buffer.
10517
105182004-07-04 Alan Mackenzie <acm@muc.de>
10519
10520 * frames.texi (Input Focus): Add documentation for
10521 `select-frame-set-input-focus'. Replace refs to non-existent
10522 `switch-frame' with `select-frame'. Minor corrections and tidying
10523 up of text-only terminal stuff.
10524
105252004-07-02 Richard M. Stallman <rms@gnu.org>
10526
10527 * files.texi (Saving Buffers): Cleanup write-contents-function.
10528 (Magic File Names): Cleanup file-remote-p.
10529
b344d29d 105302004-07-02 Kai Großjohann <kai@emptydomain.de>
b8d4c8d0
GM
10531
10532 * files.texi (Magic File Names): `file-remote-p' returns an
10533 identifier of the remote system, not just t.
10534
105352004-07-02 David Kastrup <dak@gnu.org>
10536
10537 * searching.texi (Entire Match Data): Add explanation about new
10538 match-data behavior when @var{integers} is non-nil.
10539
105402004-06-24 Richard M. Stallman <rms@gnu.org>
10541
10542 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
10543
10544 * customize.texi (Variable Definitions): Note about doc strings
10545 and :set.
10546
10547 * keymaps.texi (Keymap Terminology): Document `kbd'.
10548 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
10549
10550 * display.texi (Invisible Text): Setting buffer-invisibility-spec
10551 makes it buffer-local.
10552
10553 * files.texi (Saving Buffers): Correct previous change.
10554
10555 * commands.texi (Accessing Events):
10556 Clarify posn-col-row and posn-actual-col-row.
10557
105582004-06-24 David Ponce <david.ponce@wanadoo.fr>
10559
10560 * commands.texi (Accessing Events): New functions
10561 posn-at-point and posn-at-x-y. Add example to posn-x-y.
10562
105632004-06-23 Luc Teirlinck <teirllm@auburn.edu>
10564
10565 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
10566 * frames.texi, buffers.texi, backups.texi, variables.texi:
10567 * loading.texi, eval.texi, functions.texi, control.texi:
10568 * symbols.texi, minibuf.texi: Reposition @anchor's.
10569
10570 * help.texi: Various small changes in addition to the following.
10571 (Describing Characters): Describe PREFIX argument to
10572 `key-description'. Correct and clarify definition of
10573 `text-char-description'. Describe NEED-VECTOR argument to
10574 `read-kbd-macro'.
10575 (Help Functions): Clarify definition of `apropos'.
10576
105772004-06-23 Lars Hansen <larsh@math.ku.dk>
10578
10579 * files.texi (Saving Buffers): Correct description of
10580 `write-contents-functions'.
10581
105822004-06-21 Juanma Barranquero <lektu@terra.es>
10583
10584 * display.texi (Images): Remove redundant @vindex directives.
10585 Rewrite `image-library-alist' doc in active voice.
10586
105872004-06-14 Juanma Barranquero <lektu@terra.es>
10588
10589 * display.texi (Images): Document new delayed library loading,
10590 variable `image-library-alist' and (existing but undocumented)
10591 function `image-type-available-p'.
10592
105932004-06-05 Richard M. Stallman <rms@gnu.org>
10594
10595 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
10596 refer the user to the Initial Input node.
10597 (Text from Minibuffer): Likewise.
10598 (Initial Input): New node. Document this feature
10599 and say it is mostly deprecated.
10600
106012004-05-30 Richard M. Stallman <rms@gnu.org>
10602
10603 * loading.texi (Named Features): Clarify return value
10604 and meaning of NOERROR.
10605
10606 * variables.texi (File Local Variables): Minor cleanup.
10607
106082004-05-30 Michael Albinus <michael.albinus@gmx.de>
10609
10610 * files.texi (Magic File Names): Add `file-remote-p' as operation
10611 of file name handlers.
10612
106132004-05-29 Richard M. Stallman <rms@gnu.org>
10614
10615 * modes.texi (Minor Mode Conventions): (-) has no special meaning
10616 as arg to a minor mode command.
10617
106182004-05-22 Richard M. Stallman <rms@gnu.org>
10619
10620 * syntax.texi (Syntax Class Table): Word syntax not just for English.
10621
10622 * streams.texi (Output Variables): Doc float-output-format.
10623
10624 * searching.texi (Regexp Special): Nested repetition can be infloop.
10625
10626 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
10627 real stack overflow.
10628
10629 * compile.texi: Minor cleanups.
10630
106312004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
10632
10633 * lists.texi (Cons Cells): Explain dotted lists, true lists,
10634 circular lists.
10635 (List Elements): Explain handling of circular and dotted lists.
10636
106372004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
10638
10639 * modes.texi (Search-based Fontification): Fix typo.
10640
106412004-05-10 Juanma Barranquero <lektu@terra.es>
10642
10643 * modes.texi (Mode Line Variables): Fix description of
10644 global-mode-string, which is now after which-func-mode, not the
10645 buffer name.
10646
106472004-05-07 Lars Hansen <larsh@math.ku.dk>
10648
10649 * modes.texi (Desktop Save Mode): Add.
10650 (Modes): Add menu entry Desktop Save Mode.
10651
10652 * hooks.texi: Add desktop-after-read-hook,
10653 desktop-no-desktop-file-hook and desktop-save-hook.
10654
10655 * locals.texi: Add desktop-save-buffer.
10656
106572004-04-30 Jesper Harder <harder@ifa.au.dk>
10658
10659 * display.texi: emacs -> Emacs.
10660
106612004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
10662
10663 * files.texi (Changing Files): Document set-file-times.
10664
106652004-04-23 Juanma Barranquero <lektu@terra.es>
10666
10667 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
10668
106692004-04-18 Jesper Harder <harder@ifa.au.dk>
10670
10671 * tips.texi (Coding Conventions): defopt -> defcustom.
10672
106732004-04-16 Luc Teirlinck <teirllm@auburn.edu>
10674
10675 * sequences.texi: Various clarifications.
10676
106772004-04-14 Luc Teirlinck <teirllm@auburn.edu>
10678
10679 * buffers.texi (Read Only Buffers): Mention optional ARG to
10680 `toggle-read-only'.
10681
106822004-04-14 Nick Roberts <nick@nick.uklinux.net>
10683
10684 * windows.texi (Selecting Windows): Note that get-lru-window
10685 returns a full-width window if possible.
10686
106872004-04-13 Luc Teirlinck <teirllm@auburn.edu>
10688
10689 * buffers.texi: Various changes in addition to:
10690 (Buffer File Name): Add `find-buffer-visiting'.
10691 (Buffer Modification): Mention optional ARG to `not-modified'.
10692 (Indirect Buffers): Mention optional CLONE argument to
10693 `make-indirect-buffer'.
10694
10695 * files.texi: Various changes in addition to:
10696 (Visiting Functions): `find-file-hook' is now a normal hook.
10697 (File Name Expansion): Explain difference between the way that
10698 `expand-file-name' and `file-truename' treat `..'.
10699 (Contents of Directories): Mention optional ID-FORMAT argument to
10700 `directory-files-and-attributes'.
10701 (Format Conversion): Mention new optional CONFIRM argument to
10702 `format-write-file'.
10703
107042004-04-12 Miles Bader <miles@gnu.org>
10705
10706 * macros.texi (Expansion): Add description of `macroexpand-all'.
10707
107082004-04-05 Jesper Harder <harder@ifa.au.dk>
10709
5dcb4c4e
SM
10710 * variables.texi (Variable Aliases):
10711 Mention cyclic-variable-indirection.
b8d4c8d0
GM
10712
10713 * errors.texi (Standard Errors): Ditto.
10714
107152004-04-04 Luc Teirlinck <teirllm@auburn.edu>
10716
10717 * backups.texi: Various small changes in addition to:
10718 (Making Backups): Mention return value of `backup-buffer'.
10719 (Auto-Saving): Mention optional FORCE argument to
10720 `delete-auto-save-file-if-necessary'.
10721 (Reverting): Mention optional PRESERVE-MODES argument to
10722 `revert-buffer'. Correct description of `revert-buffer-function'.
10723
107242004-03-22 Juri Linkov <juri@jurta.org>
10725
10726 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
10727 with `Vector Functions'.
10728
10729 * text.texi (Sorting): Add missing quote.
10730
107312004-03-14 Luc Teirlinck <teirllm@auburn.edu>
10732
10733 * intro.texi (Lisp History): Replace xref to `cl' manual with
10734 inforef.
10735
107362004-03-12 Richard M. Stallman <rms@gnu.org>
10737
10738 * intro.texi (Version Info): Add arg to emacs-version.
10739 (Lisp History): Change xref to CL manual.
10740
107412004-03-09 Luc Teirlinck <teirllm@auburn.edu>
10742
10743 * minibuf.texi (Completion Commands): Add xref to Emacs manual
10744 for Partial Completion mode.
10745
107462004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
10747
10748 * customize.texi: Fix typo. Remove eol whitespace.
10749
107502004-03-04 Richard M. Stallman <rms@gnu.org>
10751
10752 * processes.texi: Fix typos.
10753
10754 * lists.texi (Building Lists): Minor clarification.
10755
10756 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
10757 in make-hash-table.
10758
107592004-02-29 Juanma Barranquero <lektu@terra.es>
10760
10761 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
10762 rm, and ignore exit code.
10763
107642004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
10765
10766 * display.texi (Defining Faces): Add description for min-colors.
10767 Update example.
10768
107692004-02-23 Luc Teirlinck <teirllm@auburn.edu>
10770
10771 * abbrevs.texi: Various corrections and clarifications in addition
10772 to the following:
10773 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
10774
107752004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
10776
10777 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
10778
107792004-02-21 Luc Teirlinck <teirllm@auburn.edu>
10780
10781 * text.texi: Various small changes in addition to the following:
10782 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
10783 to delete-horizontal-space.
10784 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
10785 description of yank-handler text property at various places.
10786
10787 * frames.texi (Window System Selections): Add anchor.
10788
10789 * syntax.texi (Syntax Table Functions): Clarify and correct
10790 descriptions of make-syntax-table and copy-syntax-table.
10791 (Motion and Syntax): Clarify SYNTAXES argument to
10792 skip-syntax-forward.
10793 (Parsing Expressions): Mention that the return value of
10794 parse-partial-sexp is currently a list of ten rather than nine
10795 elements.
10796 (Categories): Various corrections and clarifications.
10797
107982004-02-17 Luc Teirlinck <teirllm@auburn.edu>
10799
10800 * markers.texi (Marker Insertion Types): Minor change.
10801
10802 * locals.texi (Standard Buffer-Local Variables):
10803 * commands.texi (Interactive Codes, Using Interactive):
10804 * functions.texi (Related Topics): Fix xrefs.
10805
108062004-02-16 Luc Teirlinck <teirllm@auburn.edu>
10807
10808 * lists.texi (Sets And Lists): Update description of delete-dups.
10809
108102004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
10811
10812 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
10813
c8763fb6 108142004-02-16 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
10815
10816 * frames.texi (Parameter Access): frame-parameters arg is optional.
10817 modify-frame-parameters handles nil for FRAME.
10818 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
10819 are all-or-nothing for certain toolkits.
10820 Mention parameter wait-for-wm.
10821 (Frames and Windows): In frame-first-window and frame-selected-window
10822 the arg is optional.
10823 (Input Focus): In redirect-frame-focus the second arg is optional.
10824 (Window System Selections): Mention selection type CLIPBOARD.
10825 Mention data-type UTF8_STRING.
10826 Mention numbering of cut buffers.
10827 (Resources): Describe x-resource-name.
10828
108292004-02-16 Richard M. Stallman <rms@gnu.org>
10830
10831 * windows.texi (Buffers and Windows): Delete false table
10832 about all-frames.
10833
10834 * syntax.texi (Parsing Expressions): Delete old caveat
10835 about parse-sexp-ignore-comments.
10836
10837 * streams.texi (Output Variables): Add print-quoted.
10838
10839 * lists.texi (Building Lists): Minor cleanup.
10840
10841 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
10842
10843 * display.texi (Overlays): Explain overlays use markers.
10844 (Managing Overlays): Explain front-advance and rear-advance
10845 in more detail.
10846
10847 * loading.texi (Unloading): Document unload-feature-special-hooks.
10848 Get rid of fns-NNN.el file.
10849
108502004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
10851
10852 * help.texi (Describing Characters): Fix text-char-description
10853 example output.
10854
10855 * edebug.texi (Using Edebug): Fix example.
10856
10857 * debugging.texi (Internals of Debugger): Fix return value.
10858
10859 * files.texi (Changing Files): Fix argname.
10860
10861 * calendar.texi: Fix parens, and default values.
10862
10863 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
10864 * nonascii.texi, objects.texi, os.texi: Minor fixes.
b3e755a9 10865 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
b8d4c8d0
GM
10866
10867 * positions.texi (Text Lines): Don't add -1 in current-line.
10868
108692004-02-16 Richard M. Stallman <rms@gnu.org>
10870
10871 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
10872
108732004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
10874
10875 * processes.texi (Low-Level Network): Fix a typo.
10876
108772004-02-12 Kim F. Storm <storm@cua.dk>
10878
10879 * display.texi (Fringes): Use consistent wording.
10880 Note that window-fringe's window arg is optional.
10881 (Scroll Bars): Use consistent wording.
10882
108832004-02-11 Luc Teirlinck <teirllm@auburn.edu>
10884
10885 * tips.texi (Comment Tips): Document the new conventions for
10886 commenting out code.
10887
c8763fb6 108882004-02-07 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0 10889
5dcb4c4e 10890 * positions.texi (Text Lines): Add missing end defun.
b8d4c8d0
GM
10891
108922004-02-07 Kim F. Storm <storm@cua.dk>
10893
10894 * positions.texi (Text Lines): Add line-number-at-pos.
10895
108962004-02-06 John Paul Wallington <jpw@gnu.org>
10897
10898 * display.texi (Button Properties, Button Buffer Commands):
10899 mouse-2 invokes button, not down-mouse-1.
10900
109012004-02-04 Jason Rumney <jasonr@gnu.org>
10902
10903 * makefile.w32-in: Sync with Makefile.in changes.
10904
109052004-02-03 Luc Teirlinck <teirllm@auburn.edu>
10906
10907 * minibuf.texi (Text from Minibuffer): Various corrections and
10908 clarifications.
10909 (Object from Minibuffer): Correct Lisp description of
10910 read-minibuffer.
10911 (Minibuffer History): Clarify description of cons values for
10912 HISTORY arguments.
5dcb4c4e
SM
10913 (Basic Completion): Various corrections and clarifications.
10914 Add completion-regexp-list.
b8d4c8d0
GM
10915 (Minibuffer Completion): Correct and clarify description of
10916 completing-read.
5dcb4c4e
SM
10917 (Completion Commands): Mention Partial Completion mode.
10918 Various other minor changes.
b8d4c8d0
GM
10919 (High-Level Completion): Various corrections and clarifications.
10920 (Reading File Names): Ditto.
10921 (Minibuffer Misc): Ditto.
10922
109232004-01-26 Luc Teirlinck <teirllm@auburn.edu>
10924
10925 * strings.texi (Text Comparison): assoc-string also matches
10926 elements of alists that are strings instead of conses.
10927 (Formatting Strings): Standardize Texinfo usage. Update index
10928 entries.
10929
109302004-01-20 Luc Teirlinck <teirllm@auburn.edu>
10931
10932 * lists.texi (Sets And Lists): Add delete-dups.
10933
109342004-01-15 Luc Teirlinck <teirllm@auburn.edu>
10935
10936 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
10937 special form.
10938 * macros.texi (Defining Macros): Update description of `declare',
10939 which now is a macro.
10940 (Wrong Time): Fix typos.
10941
109422004-01-14 Luc Teirlinck <teirllm@auburn.edu>
10943
10944 * compile.texi (Compilation Functions): Expand descriptions of
10945 `compile-defun', `byte-compile-file', `byte-recompile-directory'
10946 and `batch-byte-compile'. In particular, mention and describe
10947 all optional arguments.
10948 (Disassembly): Correct and clarify the description of `disassemble'.
10949
109502004-01-11 Luc Teirlinck <teirllm@auburn.edu>
10951
10952 * searching.texi: Various small changes in addition to the
10953 following.
10954 (Regexp Example): Adapt to new value of `sentence-end'.
10955 (Regexp Functions): The PAREN argument to `regexp-opt' can be
10956 `words'.
10957 (Search and Replace): Add usage note for `perform-replace'.
10958 (Entire Match Data): Mention INTEGERS and REUSE arguments to
10959 `match-data'.
10960 (Standard Regexps): Update for new values of `paragraph-start'
10961 and `sentence-end'.
10962
109632004-01-07 Luc Teirlinck <teirllm@auburn.edu>
10964
10965 * files.texi (Saving Buffers): Clarify descriptions of
10966 `write-contents-functions' and `before-save-hook'.
10967 Make the defvar's for `before-save-hook' and `after-save-hook'
10968 into defopt's.
10969
109702004-01-07 Kim F. Storm <storm@cua.dk>
10971
10972 * commands.texi (Click Events): Describe new image and
10973 width/height elements of click events.
10974 (Accessing Events): Add posn-string, posn-image, and
10975 posn-object-width-height. Change posn-object to return either
10976 image or string object.
10977
109782004-01-01 Simon Josefsson <jas@extundo.com>
10979
10980 * hooks.texi (Standard Hooks): Add before-save-hook.
10981 * files.texi (Saving Buffers): Likewise.
10982
109832004-01-03 Richard M. Stallman <rms@gnu.org>
10984
10985 * frames.texi (Frames and Windows): Delete frame-root-window.
10986
109872004-01-03 Luc Teirlinck <teirllm@auburn.edu>
10988
10989 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
10990
10991 * functions.texi: Various small changes in addition to the
10992 following.
5dcb4c4e
SM
10993 (What Is a Function): `functionp' returns nil for macros.
10994 Clarify behavior of this and following functions for symbol arguments.
b8d4c8d0
GM
10995 (Function Documentation): Add `\' in front of (fn @var{arglist})
10996 and explain why.
10997 (Defining Functions): Mention DOCSTRING argument to `defalias'.
10998 Add anchor.
10999 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
11000
110012004-01-01 Miles Bader <miles@gnu.org>
11002
11003 * display.texi (Buttons): New section.
11004
110052003-12-31 Andreas Schwab <schwab@suse.de>
11006
11007 * numbers.texi (Math Functions): sqrt reports a domain-error
11008 error.
11009 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
11010
110112003-12-30 Luc Teirlinck <teirllm@auburn.edu>
11012
11013 * tips.texi (Documentation Tips): Update item on hyperlinks in
11014 documentation strings.
11015
11016 * errors.texi (Standard Errors): Various small corrections and
11017 additions.
11018
11019 * control.texi: Various small changes in addition to the
11020 following.
11021 (Signaling Errors): Provide some more details on how `signal'
11022 constructs the error message. Add anchor to the definition of
11023 `signal'.
11024 (Error Symbols): Describe special treatment of `quit'.
11025 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
11026 to emphasize that it has to be a single form.
11027
11028 * buffers.texi: Add anchor.
11029
110302003-12-29 Richard M. Stallman <rms@gnu.org>
11031
11032 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
11033 (Window Configurations): Add window-configuration-frame.
11034
11035 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
11036
11037 * text.texi (Examining Properties): Add get-char-property-and-overlay.
11038 Change arg name in get-char-property.
11039 (Special Properties): Update handling of keymap property.
11040
11041 * strings.texi (Modifying Strings): Add clear-string.
11042 (Text Comparison): Add assoc-string and remove
11043 assoc-ignore-case, assoc-ignore-representation.
11044
11045 * os.texi (Time of Day): Add set-time-zone-rule.
11046
11047 * numbers.texi (Math Functions): asin, acos, log, log10
11048 report domain-error errors.
11049
11050 * nonascii.texi (Converting Representations):
11051 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
11052 (Encoding and I/O): Add file-name-coding-system.
11053
11054 * modes.texi (Search-based Fontification): Explain that
11055 face specs are symbols with face names as values.
11056
11057 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
11058
11059 * lists.texi (Building Lists): remq moved elsewhere.
11060 (Sets And Lists): remq moved here.
11061 (Association Lists): Refer to assoc-string.
11062
11063 * internals.texi (Garbage Collection): Add memory-use-counts.
11064
11065 * frames.texi (Frames and Windows): Add set-frame-selected-window
11066 and frame-root-window.
11067
11068 * files.texi (Contents of Directories):
11069 Add directory-files-and-attributes.
11070
11071 * display.texi (Refresh Screen): Add force-window-update.
11072 (Invisible Text): Explain about moving point out of invis text.
11073 (Overlay Properties): Add overlay-properties.
11074 (Managing Overlays): Add overlayp.
11075 (GIF Images): Invalid image number displays a hollow box.
11076
11077 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
11078 (Killing Buffers): Add buffer-live-p.
11079
110802003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
11081
11082 * display.texi (Fringes): Fix typo "set-buffer-window".
11083
110842003-12-24 Luc Teirlinck <teirllm@auburn.edu>
11085
11086 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
11087 * nonascii.texi, processes.texi, tips.texi, variables.texi:
11088 Add or change various xrefs and anchors.
11089
11090 * commands.texi: Replace all occurrences of @acronym{CAR} with
11091 @sc{car}, for consistency with the rest of the Elisp manual.
11092 `car' and `cdr' are historically acronyms, but are no longer
11093 widely thought of as such.
11094
11095 * internals.texi (Pure Storage): Mention that `purecopy' does not
11096 copy text properties.
11097 (Object Internals): Now 29 bits are used (in most implementations)
11098 to address Lisp objects.
11099
11100 * variables.texi (Variables with Restricted Values): New node.
11101
11102 * objects.texi (Lisp Data Types): Mention that certain variables
11103 can only take on a restricted set of values and add an xref to
11104 the new node "Variables with Restricted Values".
11105
11106 * eval.texi (Function Indirection): Describe the errors that
11107 `indirect-function' can signal.
11108 (Eval): Clarify the descriptions of `eval-region' and `values'.
11109 Describe `eval-buffer' instead of `eval-current-buffer' and
11110 mention `eval-current-buffer' as an alias for `current-buffer'.
11111 Correct the description and mention all optional arguments.
11112
11113 * nonascii.texi: Various small changes in addition to the
11114 following.
11115 (Converting Representations): Clarify behavior of
11116 `string-make-multibyte' and `string-to-multibyte' for unibyte all
11117 ASCII arguments.
11118 (Character Sets): Document the variable `charset-list' and adapt
11119 the definition of the function `charset-list' accordingly.
11120 (Translation of Characters): Clarify use of generic characters in
11121 `make-translation-table'. Clarify and correct the description of
11122 the use of translation tables in encoding and decoding.
11123 (User-Chosen Coding Systems): Correct and clarify the description
11124 of `select-safe-coding-system'.
11125 (Default Coding Systems): Clarify description of
11126 `file-coding-system-alist'.
11127
111282003-11-30 Luc Teirlinck <teirllm@auburn.edu>
11129
11130 * strings.texi (Text Comparison): Correctly describe when two
11131 strings are `equal'. Combine and clarify descriptions of
11132 `assoc-ignore-case' and `assoc-ignore-representation'.
11133
11134 * objects.texi (Non-ASCII in Strings): Clarify description of
11135 when a string is unibyte or multibyte.
11136 (Bool-Vector Type): Update examples.
11137 (Equality Predicates): Correctly describe when two strings are
11138 `equal'.
11139
111402003-11-29 Luc Teirlinck <teirllm@auburn.edu>
11141
11142 * lists.texi (Building Lists): `append' no longer accepts integer
11143 arguments. Update the description of `number-sequence' to reflect
11144 recent changes.
11145 (Sets And Lists): Describe `member-ignore-case' after `member'.
11146
111472003-11-27 Kim F. Storm <storm@cua.dk>
11148
11149 * commands.texi (Click Events): Click object may be an images.
11150 Describe (dx . dy) element of click positions.
11151 (Accessing Events): Remove duplicate posn-timestamp.
11152 New functions posn-object and posn-object-x-y.
11153
111542003-11-23 Kim F. Storm <storm@cua.dk>
11155
11156 * commands.texi (Click Events): Describe enhancements to event
11157 position lists, including new text-pos and (col . row) items.
11158 Mention left-fringe and right-fringe area events.
11159 (Accessing Events): New functions posn-area and
11160 posn-actual-col-row. Mention posn-timestamp. Mention that
11161 posn-point in non-text area still returns buffer position.
11162 Clarify posn-col-row.
11163
111642003-11-21 Lars Hansen <larsh@math.ku.dk>
11165
11166 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
11167 * anti.texi (File Attributes): Describe removed parameter
11168 ID-FORMAT.
11169
111702003-11-20 Luc Teirlinck <teirllm@auburn.edu>
11171
11172 * positions.texi (Positions): Mention that, if a marker is used as
11173 a position, its buffer is ignored.
11174
11175 * markers.texi (Overview of Markers): Mention it here too.
11176
111772003-11-12 Luc Teirlinck <teirllm@auburn.edu>
11178
11179 * numbers.texi (Numeric Conversions): Not just `floor', but also
11180 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
11181
111822003-11-10 Luc Teirlinck <teirllm@auburn.edu>
11183
11184 * markers.texi (Creating Markers): Specify insertion type of
11185 created markers. Add xref to `Marker Insertion Types'.
11186 Second argument to `copy-marker' is optional.
11187 (Marker Insertion Types): Mention that most markers are created
11188 with insertion type nil.
11189 (The Mark): Correctly describe when `mark' signals an error.
11190 (The Region): Correctly describe when `region-beginning' and
11191 `region-end' signal an error.
11192
111932003-11-08 Luc Teirlinck <teirllm@auburn.edu>
11194
11195 * hash.texi (Creating Hash): Clarify description of `eql'.
11196 `makehash' is obsolete.
11197 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
11198
11199 * positions.texi (Point): Change description of `buffer-end', so
11200 that it is also correct for floating point arguments.
11201 (List Motion): Correct argument lists of `beginning-of-defun' and
11202 `end-of-defun'.
11203 (Excursions): Add xref to `Marker Insertion Types'.
11204 (Narrowing): Argument to `narrow-to-page' is optional.
11205
112062003-11-06 Luc Teirlinck <teirllm@auburn.edu>
11207
11208 * streams.texi (Output Streams): Clarify behavior of point for
11209 marker output streams.
11210
112112003-11-04 Luc Teirlinck <teirllm@auburn.edu>
11212
11213 * variables.texi (Defining Variables): Second argument to
11214 `defconst' is not optional.
11215 (Setting Variables): Mention optional argument APPEND to
11216 `add-to-list'.
11217 (Creating Buffer-Local): Expand description of
11218 `make-variable-buffer-local'.
11219 (Frame-Local Variables): Expand description of
11220 `make-variable-frame-local'.
11221 (Variable Aliases): Correct description of optional argument
11222 DOCSTRING to `defvaralias'. Mention return value of
11223 `defvaralias'.
11224 (File Local Variables): Add xref to `File variables' in Emacs
11225 Manual. Correct description of `hack-local-variables'. Mention
11226 `safe-local-variable' property. Mention optional second argument
11227 to `risky-local-variable-p'.
11228
112292003-11-03 Luc Teirlinck <teirllm@auburn.edu>
11230
11231 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
11232
112332003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
11234
11235 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
11236 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
11237 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
11238 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
11239 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
11240 lispref/processes.texi, lispref/searching.texi,
11241 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
11242 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
11243 @acronym{FOO}.
11244
112452003-10-27 Luc Teirlinck <teirllm@auburn.edu>
11246
11247 * strings.texi (Creating Strings): Argument START to `substring'
11248 can not be `nil'. Expand description of
11249 `substring-no-properties'. Correct description of `split-string',
11250 especially with respect to empty matches. Prevent very bad line
11251 break in definition of `split-string-default-separators'.
11252 (Text Comparison): `string=' and `string<' also accept symbols as
11253 arguments.
11254 (String Conversion): More completely describe argument BASE in
11255 `string-to-number'.
11256 (Formatting Strings): `%s' and `%S' in `format' do require
11257 corresponding object. Clarify behavior of numeric prefix after
11258 `%' in `format'.
11259 (Case Conversion): The argument to `upcase-initials' can be a
11260 character.
11261
112622003-10-27 Kenichi Handa <handa@m17n.org>
11263
11264 * display.texi (Fontsets): Fix texinfo usage.
11265
112662003-10-25 Kenichi Handa <handa@m17n.org>
11267
11268 * display.texi (Fontsets): Add description of the function
11269 set-fontset-font.
11270
112712003-10-23 Luc Teirlinck <teirllm@auburn.edu>
11272
11273 * display.texi (Temporary Displays): Add xref to `Documentation
11274 Tips'.
11275
11276 * functions.texi (Function Safety): Use inforef instead of pxref
11277 for SES.
11278
112792003-10-23 Andreas Schwab <schwab@suse.de>
11280
11281 * Makefile.in (TEX, texinputdir): Don't define.
11282 (TEXI2DVI): Define.
11283 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
11284 add $(srcdir)/index.texi.
11285 ($(infodir)/elisp): Remove index.texi dependency.
11286 (elisp.dvi): Likewise. Use $(TEXI2DVI).
11287 (index.texi): Remove target.
11288 (dist): Don't link $(srcdir)/permute-index.
11289 (clean): Don't remove index.texi.
11290
11291 * permute-index, index.perm: Remove.
11292 * index.texi: Rename from index.unperm.
11293
112942003-10-22 Luc Teirlinck <teirllm@auburn.edu>
11295
11296 * tips.texi (Documentation Tips): Document new behavior for face
11297 and variable hyperlinks in Help mode.
11298
112992003-10-21 Luc Teirlinck <teirllm@auburn.edu>
11300
11301 * objects.texi (Integer Type): Update for extra bit of integer range.
11302 (Character Type): Ditto.
11303
113042003-10-16 Eli Zaretskii <eliz@gnu.org>
11305
11306 * numbers.texi (Integer Basics): Add index entries for reading
11307 numbers in hex, octal, and binary.
11308
113092003-10-16 Lute Kamstra <lute@gnu.org>
11310
11311 * modes.texi (Mode Line Format): Mention force-mode-line-update's
11312 argument.
11313
113142003-10-13 Luc Teirlinck <teirllm@auburn.edu>
11315
11316 * windows.texi (Choosing Window): Fix typo.
11317 * edebug.texi (Edebug Execution Modes): Fix typo.
11318
113192003-10-13 Richard M. Stallman <rms@gnu.org>
11320
11321 * windows.texi (Basic Windows): A window has fringe settings,
11322 display margins and scroll-bar settings.
11323 (Splitting Windows): Doc split-window return value.
11324 Clean up one-window-p.
11325 (Selecting Windows): Fix typo.
11326 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
11327 (Buffers and Windows): In set-window-buffer, explain effect
11328 on fringe settings and scroll bar settings.
11329 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
11330 (Choosing Window): Use defopt for pop-up-frame-function.
11331 For special-display-buffer-names, explain same-window and same-frame.
11332 Clarify window-dedicated-p return value.
11333 (Textual Scrolling): scroll-up and scroll-down can get an error.
11334 (Horizontal Scrolling): Clarify auto-hscroll-mode.
11335 Clarify set-window-hscroll.
11336 (Size of Window): Don't mention tool bar in window-height.
11337 (Coordinates and Windows): Explain what coordinates-in-window-p
11338 returns for fringes and display margins.
11339 (Window Configurations): Explain saving fringes, etc.
11340
11341 * tips.texi (Library Headers): Clean up Documentation.
11342
11343 * syntax.texi (Parsing Expressions): Clean up forward-comment
11344 and parse-sexp-lookup-properties.
11345
11346 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
11347
11348 * os.texi (System Environment): Clean up text for load-average errors.
11349
11350 * modes.texi (Hooks): Don't explain local hook details at front.
11351 Clarify run-hooks and run-hook-with-args a little.
11352 Clean up add-hook and remove-hook.
11353
11354 * edebug.texi (Edebug Execution Modes): Clarify t.
11355 Document edebug-sit-for-seconds.
11356 (Coverage Testing): Document C-x X = and =.
11357 (Instrumenting Macro Calls): Fix typo.
11358 (Specification List): Don't index the specification keywords.
11359
113602003-10-10 Kim F. Storm <storm@cua.dk>
11361
11362 * processes.texi (Network): Introduce make-network-process.
11363
113642003-10-09 Luc Teirlinck <teirllm@auburn.edu>
11365
11366 * tips.texi (Library Headers): Fix typo.
11367
113682003-10-07 Juri Linkov <juri@jurta.org>
11369
11370 * modes.texi (Imenu): Mention imenu-create-index-function's
11371 default value. Explain submenus better.
11372
113732003-10-07 Lute Kamstra <lute@gnu.org>
11374
11375 * modes.texi (Faces for Font Lock): Fix typo.
11376 (Hooks): Explain how buffer-local hook variables can refer to
11377 global hook variables.
11378 Various minor clarifications.
11379
113802003-10-06 Lute Kamstra <lute@gnu.org>
11381
11382 * tips.texi (Coding Conventions): Mention naming conventions for
11383 hooks.
11384
113852003-10-05 Luc Teirlinck <teirllm@auburn.edu>
11386
11387 * loading.texi (Library Search): Correct default value of
11388 load-suffixes.
11389 (Named Features): Fix typo.
11390
113912003-10-05 Richard M. Stallman <rms@gnu.org>
11392
11393 * loading.texi (Named Features): In `provide',
11394 say how to test for subfeatures.
11395 (Unloading): In unload-feature, use new var name
11396 unload-feature-special-hooks.
11397
113982003-10-03 Lute Kamstra <lute@gnu.org>
11399
11400 * modes.texi (Major Mode Conventions): Mention third way to set up
11401 Imenu.
11402 (Imenu): A number of small fixes.
11403 Delete documentation of internal variable imenu--index-alist.
11404 Document the return value format of imenu-create-index-function
11405 functions.
11406
114072003-09-30 Richard M. Stallman <rms@gnu.org>
11408
11409 * processes.texi (Network): Say what stopped datagram connections do.
11410
11411 * lists.texi (Association Lists): Clarify `assq-delete-all'.
11412
11413 * display.texi (Overlay Properties): Clarify `evaporate' property.
11414
114152003-09-29 Lute Kamstra <lute@gnu.org>
11416
11417 * modes.texi (Mode Line Data): Explain when symbols in mode-line
11418 constructs should be marked as risky.
11419 Change cons cell into proper list.
11420 (Mode Line Variables): Change cons cell into proper list.
11421
114222003-09-26 Lute Kamstra <lute@gnu.org>
11423
11424 * modes.texi (Mode Line Data): Document the :propertize construct.
11425 (Mode Line Variables): Reorder the descriptions of the variables
11426 to match their order in the default mode-line-format.
11427 Describe the new variables mode-line-position and mode-line-modes.
11428 Update the default values of mode-line-frame-identification,
11429 minor-mode-alist, and default-mode-line-format.
11430 (Properties in Mode): Mention the :propertize construct.
11431
114322003-09-26 Richard M. Stallman <rms@gnu.org>
11433
11434 * buffers.texi, commands.texi, debugging.texi, eval.texi:
11435 * loading.texi, minibuf.texi, text.texi, variables.texi:
11436 Avoid @strong{Note:}.
11437
114382003-09-26 Richard M. Stallman <rms@gnu.org>
11439
11440 * keymaps.texi (Remapping Commands): Fix typo.
11441
114422003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
11443
11444 * processes.texi (Low-Level Network): Fix typo.
11445
114462003-09-23 Kim F. Storm <storm@cua.dk>
11447
11448 * processes.texi (Network, Network Servers): Fix typos.
11449 (Low-Level Network): Add timeout value for :server keyword.
11450 Add new option keywords to make-network-process.
11451 Add set-network-process-options.
11452 Explain how to test availability of network options.
11453
114542003-09-19 Richard M. Stallman <rms@gnu.org>
11455
11456 * text.texi (Motion by Indent): Arg to
11457 backward-to-indentation and forward-to-indentation is optional.
11458
11459 * strings.texi (Creating Strings): Add substring-no-properties.
11460
11461 * processes.texi
11462 (Process Information): Add list-processes arg QUERY-ONLY.
11463 Delete process-contact from here.
11464 Add new status values for process-status.
11465 Add process-get, process-put, process-plist, set-process-plist.
11466 (Synchronous Processes): Add call-process-shell-command.
11467 (Signals to Processes): signal-process allows process objects.
11468 (Network): Complete rewrite.
11469 (Network Servers, Datagrams, Low-Level Network): New nodes.
11470
11471 * positions.texi (Word Motion): forward-word, backward-word
11472 arg is optional. Reword.
11473
11474 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
11475
11476 * variables.texi (Creating Buffer-Local):
11477 Delete duplicate definition of buffer-local-value.
11478 (File Local Variables): Explain about discarding text props.
11479
114802003-09-11 Richard M. Stallman <rms@gnu.org>
11481
11482 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
11483 changes variables that record input events.
11484 (Minibuffer Misc): Add minibuffer-selected-window.
11485
11486 * lists.texi (Building Lists): Add copy-tree.
11487
11488 * display.texi (Fontsets): Add char-displayable-p.
11489 (Scroll Bars): New node.
11490
114912003-09-08 Lute Kamstra <lute@gnu.org>
11492
11493 * modes.texi (%-Constructs): Document new `%i' and `%I'
11494 constructs.
11495
114962003-09-03 Peter Runestig <peter@runestig.com>
11497
11498 * makefile.w32-in: New file.
11499
115002003-08-29 Richard M. Stallman <rms@gnu.org>
11501
11502 * display.texi (Overlay Properties): Clarify how priorities
11503 affect use of the properties.
11504
115052003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
11506
11507 * customize.texi (Type Keywords): Correct the description of
11508 `:help-echo' in the case where `motion-doc' is a function.
11509
115102003-08-14 John Paul Wallington <jpw@gnu.org>
11511
11512 * modes.texi (Emulating Mode Line): Subsection, not section.
11513
115142003-08-13 Richard M. Stallman <rms@gnu.org>
11515
11516 * elisp.texi (Top): Update subnode lists in menu.
11517
11518 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
11519 (Kill Functions): kill-region has new arg yank-handler.
11520 (Yanking): New node.
11521 (Yank Commands): Add yank-undo-function.
11522 (Low-Level Kill Ring):
11523 kill-new and kill-append have new arg yank-handler.
11524 (Changing Properties): Add remove-list-of-text-properties.
11525 (Atomic Changes): New node.
11526
11527 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
11528
11529 * streams.texi (Output Variables): Add eval-expression-print-length
11530 and eval-expression-print-level.
11531
11532 * os.texi (Time Conversion): For encode-time, explain limits on year.
11533
11534 * objects.texi (Character Type): Define anchor "modifier bits".
11535
11536 * modes.texi (Emulating Mode Line): New node.
11537 (Search-based Fontification): Font Lock uses font-lock-face property.
11538 (Other Font Lock Variables): Likewise.
11539
11540 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
11541 not vectors.
11542 (Active Keymaps): Add emulation-mode-map-alists.
11543 (Functions for Key Lookup): key-binding has new arg no-remap.
11544 (Remapping Commands): New node.
11545 (Scanning Keymaps): where-is-internal has new arg no-remap.
11546 (Tool Bar): Add tool-bar-local-item-from-menu.
11547 Clarify when to use tool-bar-add-item-from-menu.
11548
11549 * commands.texi (Interactive Call): commandp has new arg.
11550 (Command Loop Info): Add this-original-command.
11551
115522003-08-06 John Paul Wallington <jpw@gnu.org>
11553
11554 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
11555
11556 * display.texi (Warning Basics): Fix typo.
11557 (Fringes): Add closing curly bracket and fix typo.
11558
11559 * elisp.texi (Top): Fix typo.
11560
115612003-08-05 Richard M. Stallman <rms@gnu.org>
11562
11563 * elisp.texi: Update lists of subnodes.
11564
11565 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
11566
11567 * variables.texi (Local Variables): Use lc for example variable names.
11568
11569 * tips.texi (Library Headers): Explain where to put -*-.
11570
11571 * strings.texi (Creating Strings): Fix xref for vconcat.
11572
11573 * sequences.texi (Vector Functions):
11574 vconcat no longer allows integer args.
11575
11576 * minibuf.texi (Reading File Names): read-file-name has new
11577 arg PREDICATE. New function read-directory-name.
11578
c4cc8b9a 11579 * macros.texi (Defining Macros): Give definition of `declare'.
b8d4c8d0
GM
11580 (Indenting Macros): New node.
11581
11582 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
11583 (Window Frame Parameters): Make separate table of parameters
11584 that are coupled with specific face attributes.
11585 (Deleting Frames): delete-frame-hooks renamed to
11586 delete-frame-functions.
11587
11588 * files.texi (Magic File Names): Add file-remote-p.
11589 Clarify file-local-copy.
11590
11591 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
11592 here; instead xref Defining Macros.
11593
11594 * display.texi (Warnings): New node, and subnodes.
11595 (Fringes): New node.
11596
11597 * debugging.texi (Test Coverage): New node.
11598
11599 * compile.texi (Compiler Errors): Explain with-no-warnings
11600 and other ways to suppress warnings.
11601
11602 * commands.texi (Interactive Call): Minor clarification.
11603
11604 * buffers.texi (Buffer File Name): set-visited-file-name
11605 renames the buffer too.
11606
11607 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
11608
116092003-07-24 Markus Rost <rost@math.ohio-state.edu>
11610
11611 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
11612
116132003-07-22 Markus Rost <rost@math.ohio-state.edu>
11614
11615 * internals.texi (Garbage Collection): Fix previous change.
11616
116172003-07-22 Richard M. Stallman <rms@gnu.org>
11618
11619 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
11620
11621 * display.texi (Width): Use \s syntax in example.
11622 (Font Selection): Add face-font-rescale-alist.
11623
11624 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
11625 Remove spurious indent in example.
11626
11627 * lists.texi (Building Lists): Add number-sequence.
11628
11629 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
11630
11631 * functions.texi (Function Documentation): Explain how to
11632 show calling convention explicitly in the doc string.
11633
11634 * windows.texi (Selecting Windows): save-selected-window saves
11635 selected window of each frame.
11636 (Window Configurations): Minor change.
11637
11638 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
11639
11640 * streams.texi (Output Variables): Add print-continuous-numbering
11641 and print-number-table.
11642
11643 * processes.texi (Decoding Output): New node.
11644
11645 * os.texi (Time Conversion): decode-time arg is optional.
11646
11647 * objects.texi (Character Type): Don't use space as example for \.
11648 Make list of char names and \-sequences correspond.
11649 Explain that \s is not used in strings. `\ ' needs space after.
11650
11651 * nonascii.texi (Converting Representations): Add string-to-multibyte.
11652 (Translation of Characters): Add translation-table-for-input.
11653 (Default Coding Systems): Add auto-coding-functions.
11654 (Explicit Encoding): Add decode-coding-inserted-region.
11655 (Locales): Add locale-info.
11656
11657 * minibuf.texi (Basic Completion): Describe test-completion.
11658 Collections can be lists of strings.
11659 Clean up lazy-completion-table.
11660 (Programmed Completion): Mention test-completion.
11661 Clarify why lambda expressions are not accepted.
11662 (Minibuffer Misc): Describe minibufferp.
11663
116642003-07-14 Richard M. Stallman <rms@gnu.org>
11665
11666 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
11667
11668 * windows.texi (Selecting Windows): New arg to select-window.
11669 (Selecting Windows): Add with-selected-window.
11670 (Size of Window): Add window-inside-edges, etc.
11671
11672 * internals.texi (Garbage Collection): Add post-gc-hook.
11673
11674 * processes.texi (Subprocess Creation): Add exec-suffixes.
11675
11676 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
11677 (Scanning Keymaps): Add map-keymaps.
11678 (Defining Menus): Add keymap-prompt.
11679
11680 * numbers.texi (Integer Basics): Add most-positive-fixnum,
11681 most-negative-fixnum.
11682
c4cc8b9a 11683 * compile.texi (Byte Compilation): Explain no-byte-compile.
b8d4c8d0
GM
11684 (Compiler Errors): New node.
11685
11686 * os.texi (User Identification): user-uid, user-real-uid
11687 can return float.
11688
11689 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
11690 and about derived modes.
11691 (Minor Modes): Add minor-mode-list.
11692 (Defining Minor Modes): Keyword args for define-minor-mode.
11693 (Search-based Fontification): Explain managing other properties.
11694 (Other Font Lock Variables): Add font-lock-extra-managed-props.
183080b6 11695 (Faces for Font Lock): Add font-lock-preprocessor-face.
b8d4c8d0
GM
11696 (Hooks): Add run-mode-hooks and delay-mode-hooks.
11697
11698 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
11699 (Variable Aliases): Clarify defvaralias.
11700
11701 * loading.texi (Library Search): Add load-suffixes.
11702
11703 * minibuf.texi (Basic Completion): Add lazy-completion-table.
11704 (Programmed Completion): Add dynamic-completion-table.
11705
11706 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
11707 (Magic File Names): Specify precedence order of handlers.
11708
11709 * commands.texi (Command Overview): Emacs server runs pre-command-hook
11710 and post-command-hook.
11711 (Waiting): New calling convention for sit-for.
11712
11713 * text.texi (Special Properties): local-map and keymap properties
11714 apply based on their stickiness.
11715
117162003-07-07 Richard M. Stallman <rms@gnu.org>
11717
11718 * modes.texi (Minor Mode Conventions): Specify only some kinds
11719 of list values as args to minor modes.
11720
11721 * files.texi (File Name Expansion): Warn about iterative use
11722 of substitute-in-file-name.
11723
11724 * advice.texi (Activation of Advice): Clean up previous change.
11725
117262003-07-06 Markus Rost <rost@math.ohio-state.edu>
11727
11728 * advice.texi (Activation of Advice): Note that ad-start-advice is
11729 turned on by default.
11730
117312003-06-30 Richard M. Stallman <rms@gnu.org>
11732
11733 * text.texi (Buffer Contents): Document current-word.
11734 (Change Hooks): Not called for *Messages*.
11735
11736 * functions.texi (Defining Functions): Explain about redefining
11737 primitives.
f4e90db0 11738 (Function Safety): Rename. Minor changes.
b8d4c8d0
GM
11739 Comment out the detailed criteria for what is safe.
11740
117412003-06-22 Andreas Schwab <schwab@suse.de>
11742
11743 * objects.texi (Symbol Type): Fix description of examples.
11744
117452003-06-16 Andreas Schwab <schwab@suse.de>
11746
11747 * hash.texi (Creating Hash): Fix description of :weakness.
11748
c8763fb6 117492003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
b8d4c8d0
GM
11750
11751 * files.texi (Changing Files): copy-file copies file modes, too.
11752
117532003-05-28 Richard M. Stallman <rms@gnu.org>
11754
11755 * strings.texi (Creating Strings): Clarify split-string.
11756
117572003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
11758
11759 * strings.texi (Creating Strings): Update split-string specification
11760 and examples.
11761
117622003-05-19 Richard M. Stallman <rms@gnu.org>
11763
11764 * elisp.texi: Correct invariant section names.
11765
117662003-04-20 Richard M. Stallman <rms@gnu.org>
11767
11768 * os.texi (Timers): Explain about timers and quitting.
11769
117702003-04-19 Richard M. Stallman <rms@gnu.org>
11771
11772 * internals.texi (Writing Emacs Primitives): Strings are
11773 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
11774 Explain GCPRO convention for varargs function args.
11775
117762003-04-16 Richard M. Stallman <rms@gnu.org>
11777
11778 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
11779
117802003-04-08 Richard M. Stallman <rms@gnu.org>
11781
11782 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
11783
117842003-02-13 Kim F. Storm <storm@cua.dk>
11785
11786 * objects.texi (Character Type): New \s escape for space.
11787
117882003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
11789
5dcb4c4e 11790 * os.texi (System Environment): Add cygwin system-type.
b8d4c8d0
GM
11791
117922003-01-25 Richard M. Stallman <rms@gnu.org>
11793
11794 * keymaps.texi: Document that a symbol can act as a keymap.
11795
117962003-01-13 Richard M. Stallman <rms@gnu.org>
11797
11798 * text.texi (Changing Properties): Say string indices are origin-0.
11799
11800 * positions.texi (Screen Lines) <compute-motion>:
11801 Correct order of elts in return value.
11802
11803 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
11804 how to define a default binding.
11805
118062002-12-07 Markus Rost <rost@math.ohio-state.edu>
11807
11808 * loading.texi (Unloading): Fix recent change for load-history.
11809
11810 * customize.texi (Simple Types): Clarify description of custom
11811 type 'number. Describe new custom type 'float.
11812
118132002-12-04 Markus Rost <rost@math.ohio-state.edu>
11814
11815 * variables.texi (File Local Variables): Fix typo.
11816
c8763fb6 118172002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
b8d4c8d0
GM
11818
11819 From Michael Albinus <Michael.Albinus@alcatel.de>.
11820
11821 * README: Target for Info file is `make info'.
11822
5dcb4c4e 11823 * files.texi (File Name Components): Fix typos in
b8d4c8d0
GM
11824 `file-name-sans-extension'.
11825 (Magic File Names): Complete list of operations for magic file
11826 name handlers.
11827
118282002-09-16 Jonathan Yavner <jyavner@engineer.com>
11829
11830 * variables.texi (File Local Variables): New function
11831 risky-local-variable-p.
11832
118332002-09-15 Jonathan Yavner <jyavner@engineer.com>
11834
11835 * functions.texi (Function safety): New node about unsafep.
11836
118372002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
11838
5dcb4c4e 11839 * customize.texi (Splicing into Lists): Fix example.
a86cd395 11840 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
b8d4c8d0
GM
11841
118422002-06-17 Juanma Barranquero <lektu@terra.es>
11843
11844 * frames.texi (Display Feature Testing): Fix typo.
11845
118462002-06-12 Andreas Schwab <schwab@suse.de>
11847
11848 * frames.texi (Initial Parameters, Resources): Fix references to
11849 the Emacs manual.
11850
118512002-05-13 Kim F. Storm <storm@cua.dk>
11852
6e911150 11853 * variables.texi (Intro to Buffer-Local): Update warning and
b8d4c8d0
GM
11854 example relating to changing buffer inside let.
11855
c8763fb6 118562002-03-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
11857
11858 * os.texi (Session Management): New node about X Session management.
11859
118602002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
11861
11862 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
11863 to which the manual corresponds, and the copyright years.
11864
11865 * Makefile.in (VERSION): Set to 2.9.
11866
118672001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
11868
11869 * elisp.texi: Change the category in @dircategory to "Emacs", to
11870 make it consistent with info/dir.
11871
118722001-11-25 Miles Bader <miles@gnu.org>
11873
11874 * text.texi (Fields): Describe new `limit' arg in
11875 field-beginning/field-end.
11876
118772001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
11878
5dcb4c4e
SM
11879 * permute-index: Don't depend on csh-specific features.
11880 Replace the interpreter name with /bin/sh.
b8d4c8d0
GM
11881
11882 * two-volume-cross-refs.txt: New file.
11883 * two.el: New file.
11884 * spellfile: New file.
11885
118862001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
11887
11888 * permute-index: New file.
11889
11890 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
11891 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
11892 8+3 restricted namespace.
11893
11894 * Makefile.in (infodir): Define relative to $(srcdir).
11895 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
11896 include directories list via -I switch to makeinfo.
11897 (index.texi): Use cp if both hard and symbolic links fail.
11898
118992001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
11900
11901 * Makefile.in (distclean): Add.
11902
11903 The following changes make ELisp manual part of the Emacs
11904 distribution:
11905
11906 * Makefile.in: Add Copyright notice.
11907 (prefix): Remove.
11908 (infodir): Change value to "../info".
11909 (VPATH): New variable.
11910 (MAKE): Don't define.
11911 (texmacrodir): Don't define.
11912 (texinputdir): Append the existing value of TEXINPUTS.
11913 ($(infodir)/elisp): Instead of just "elisp". Reformat the
11914 command to be compatible with man/Makefile.in, and to put the
11915 output into ../info.
11916 (info): Add target.
11917 (installall): Target removed.
11918
c8763fb6 119192001-10-31 Pavel Janík <Pavel@Janik.cz>
b8d4c8d0
GM
11920
11921 * tips.texi (Coding Conventions): Fix typo.
11922
119232001-10-23 Gerd Moellmann <gerd@gnu.org>
11924
11925 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
11926
119272001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
11928
11929 * files.texi (File Name Components): Update the description of
11930 file-name-sans-extension and file-name-extension, as they now
11931 ignore leading dots.
11932
119332001-10-20 Gerd Moellmann <gerd@gnu.org>
11934
11935 * (Version 21.1 released.)
11936
119372001-10-19 Miles Bader <miles@gnu.org>
11938
11939 * positions.texi (Text Lines): Describe behavior of
11940 `beginning-of-line'/`end-of-line' in the presence of field properties.
11941
119422001-10-17 Gerd Moellmann <gerd@gnu.org>
11943
11944 * Makefile.in (VERSION): Set to 2.8.
11945 (manual): Use `manual-21'.
11946
11947 * elisp.texi (VERSION): Add and use it where the version
11948 number was used. Set it to 2.8.
11949
11950 * intro.texi: Likewise.
11951
119522001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
11953
11954 * files.texi (File Name Completion): Document the significance of
11955 a trailing slash in elements of completion-ignored-extensions.
11956
119572001-10-06 Miles Bader <miles@gnu.org>
11958
11959 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
11960
119612001-10-04 Gerd Moellmann <gerd@gnu.org>
11962
11963 * variables.texi (Variable Aliases): New node.
11964
119652001-10-04 Gerd Moellmann <gerd@gnu.org>
11966
11967 * Branch for 21.1.
11968
119692001-10-02 Miles Bader <miles@gnu.org>
11970
11971 * minibuf.texi (Minibuffer Misc): Add entries for
11972 `minibuffer-contents', `minibuffer-contents-no-properties', and
11973 `delete-minibuffer-contents'.
11974 Correct description for `minibuffer-prompt-end'.
11975
11976 * text.texi (Property Search): Correct descriptions of
11977 `next-char-property-change' and `previous-char-property-change'.
11978 Add entries for `next-single-char-property-change' and
11979 `previous-single-char-property-change'.
11980 Make operand names a bit more consistent.
11981
119822001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
11983
11984 * frames.texi (Finding All Frames): Document that next-frame and
11985 previous-frame are local to current terminal.
11986
119872001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
11988
11989 * keymaps.texi (Creating Keymaps): Fix the description of the
11990 result of make-keymap.
11991
119922001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
11993
11994 * display.texi (Font Lookup, Attribute Functions)
11995 (Image Descriptors): Add cross-references to the definition of
11996 selected frame.
11997
11998 * buffers.texi (The Buffer List): Add cross-references to the
11999 definition of selected frame.
12000
12001 * frames.texi (Input Focus): Clarify which frame is _the_ selected
12002 frame at any given time.
12003 (Multiple Displays, Size and Position): Add a cross-reference to
12004 the definition of the selected frame.
12005
120062001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
12007
12008 * strings.texi (String Conversion) <string-to-number>: Document
12009 that a float is returned for integers that are too large.
12010
12011 * frames.texi (Mouse Position): Document mouse-position-function.
12012 (Display Feature Testing): Document display-images-p.
12013 (Window Frame Parameters): Document the cursor-type variable.
12014
12015 * numbers.texi (Integer Basics): Document CL style read syntax for
12016 integers in bases other than 10.
12017
5dcb4c4e
SM
12018 * positions.texi (List Motion):
12019 Document open-paren-in-column-0-is-defun-start.
b8d4c8d0
GM
12020
12021 * lists.texi (Sets And Lists): Document member-ignore-case.
12022
12023 * internals.texi (Garbage Collection): Document the used and free
12024 strings report.
12025 (Memory Usage): Document strings-consed.
12026
12027 * os.texi (Time of Day): Document float-time.
12028 (Recording Input): Document that clear-this-command-keys clears
12029 the vector to be returned by recent-keys.
12030
ed9265fc
JB
12031 * keymaps.texi (Scanning Keymaps) <where-is-internal>:
12032 The argument keymap can be a list.
b8d4c8d0
GM
12033
12034 * nonascii.texi (User-Chosen Coding Systems)
12035 <select-safe-coding-system>: Document the new argument
12036 accept-default-p and the variable
12037 select-safe-coding-system-accept-default-p. Tell what happens if
12038 buffer-file-coding-system is undecided.
12039 (Default Coding Systems): Document auto-coding-regexp-alist.
12040
12041 * display.texi (The Echo Area) <message>: Document
12042 message-truncate-lines.
12043 (Glyphs): Document that the glyph table is unused on windowed
12044 displays.
12045
12046 * help.texi (Describing Characters) <single-key-description>:
12047 Document the new argument no-angles.
12048 (Accessing Documentation) <documentation-property>: Document that
12049 a non-string property is evaluated.
12050 <documentation>: Document that the function-documentation property
12051 is looked for.
12052
12053 * windows.texi (Selecting Windows): Document some-window.
12054
12055 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
12056
12057 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
12058 apropos-mode-hook.
12059
12060 * commands.texi (Using Interactive): Document interactive-form.
12061 (Keyboard Macros): Document kbd-macro-termination-hook.
12062 (Command Loop Info): Document that clear-this-command-keys clears
12063 the vector to be returned by recent-keys.
12064
120652001-09-04 Werner LEMBERG <wl@gnu.org>
12066
12067 * Makefile.in (srcdir, texinputdir): New variables.
12068 (srcs, index.texi, install): Use $(srcdir).
12069 (.PHONY): Remove elisp.dvi.
12070 (elisp): Use -I switch for makeinfo.
12071 (elisp.dvi): Use $(srcdir) and $(texinputdir).
12072 (installall, dist): Use $(srcdir).
12073 Fix path to texinfo.tex.
12074 (maintainer-clean): Add elisp.dvi and elisp.oaux.
12075
120762001-08-30 Gerd Moellmann <gerd@gnu.org>
12077
12078 * display.texi (Conditional Display): Adjust to API change.
12079
12080 * configure: New file.
12081
120822001-07-30 Gerd Moellmann <gerd@gnu.org>
12083
12084 * commands.texi (Repeat Events): Add description of
12085 double-click-fuzz.
12086
120872001-05-08 Stefan Monnier <monnier@cs.yale.edu>
12088
12089 * syntax.texi (Syntax Class Table): Add the missing designator for
12090 comment and string fences.
12091 (Syntax Properties): Add a xref to syntax table internals.
12092 (Syntax Table Internals): Document string-to-syntax.
12093
120942001-05-07 Gerd Moellmann <gerd@gnu.org>
12095
12096 * Makefile.in (install): Use install-info command line options
12097 like in Emacs' Makefile.in.
12098
120992000-12-09 Miles Bader <miles@gnu.org>
12100
12101 * windows.texi (Window Start): Update documentation for
12102 `pos-visible-in-window-p'.
12103
121042000-11-12 Stefan Monnier <monnier@cs.yale.edu>
12105
12106 * lists.texi (Building Lists): Add footnote to explain how to add
12107 to the end of a list.
12108
121092000-10-25 Gerd Moellmann <gerd@gnu.org>
12110
12111 * files.texi (Visiting Functions): Typos.
12112
121132000-10-25 Kenichi Handa <handa@etl.go.jp>
12114
12115 * files.texi (Visiting Functions): Return value of
12116 find-file-noselect may be a list of buffers if wildcards are used.
12117
121182000-10-24 Miles Bader <miles@lsi.nec.co.jp>
12119
12120 * display.texi (Defining Faces): Document `graphic' display type
12121 in face specs.
12122
b344d29d 121232000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b8d4c8d0
GM
12124
12125 * hooks.texi (Standard Hooks): Replace obsolete
12126 `after-make-frame-hook' with `after-make-frame-functions'.
12127
12128 * frames.texi (Creating Frames): Ditto.
12129
12130 * variables.texi (Future Local Variables): Ditto.
12131
121322000-10-16 Gerd Moellmann <gerd@gnu.org>
12133
12134 * display.texi (Other Image Types): Add description of :foreground
12135 and :background properties of mono PBM images.
12136
121372000-08-17 Werner LEMBERG <wl@gnu.org>
12138
12139 * .cvsignore: New file.
12140
121412000-01-05 Gerd Moellmann <gerd@gnu.org>
12142
12143 * tindex.pl: New script.
12144
121451999-12-03 Dave Love <fx@gnu.org>
12146
12147 * Makefile.in (MAKEINFO): New parameter.
12148
121491999-09-17 Richard Stallman <rms@gnu.org>
12150
12151 * Makefile.in (srcs): Add hash.texi.
12152 (VERSION): Update to 20.6.
12153
121541999-09-13 Richard Stallman <rms@gnu.org>
12155
12156 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
12157
121581998-08-29 Karl Heuer <kwzh@gnu.org>
12159
12160 * configure.in: New file.
12161 * Makefile.in: Renamed from Makefile.
12162 (prefix, infodir): Use value obtained from configure.
12163 (emacslibdir): Obsolete variable deleted.
12164 (dist): Distribute configure.in, configure, Makefile.in.
12165
121661998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
12167
12168 * Makefile (INSTALL_INFO): New variable.
12169 (install): Run install-info.
12170
121711998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
12172
12173 * Makefile (elisp.dvi): Add missing backslash.
12174
121751998-05-02 Richard Stallman <rms@psilocin.gnu.org>
12176
12177 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
12178 Run texindex without `./'. Always run texindex on elisp.tp.
12179 (elisp.tps): Target deleted.
12180
121811998-04-05 Richard Stallman <rms@psilocin.gnu.org>
12182
12183 * Makefile (srcs): Add nonascii.texi and customize.texi.
12184 (dist): Start by deleting `temp'.
12185
121861998-02-17 Richard Stallman <rms@psilocin.gnu.org>
12187
12188 * Makefile (makeinfo, texindex): Targets deleted.
12189 (makeinfo.o, texindex.o): Targets deleted.
12190 (clean, dist): Don't do anything with them or with getopt*.
12191
121921998-01-30 Richard Stallman <rms@psilocin.gnu.org>
12193
12194 * Makefile (SHELL): Defined.
12195
121961998-01-27 Richard Stallman <rms@psilocin.gnu.org>
12197
12198 * Makefile (elisp.tps): New target.
12199 (elisp.dvi): Depend on elisp.tps.
12200
c5602427 122011996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
b8d4c8d0
GM
12202
12203 * README: Update phone number.
12204
12205 * Makefile (elisp): Make this be the default target.
12206 Depend on makeinfo.c instead of makeinfo.
12207 (install): Don't depend on elisp.dvi, since we don't install that.
12208 Use mkinstalldirs.
12209 (dist): Add mkinstalldirs.
12210
c5602427 122111995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
b8d4c8d0
GM
12212
12213 * Makefile (VERSION): Update version number.
5dcb4c4e 12214 (maintainer-clean): Rename from realclean.
b8d4c8d0 12215
c5602427 122161995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
b8d4c8d0
GM
12217
12218 * Makefile (realclean): New target.
12219 (elisp): Remove any old elisp-* files first.
12220
c5602427 122211993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
b8d4c8d0
GM
12222
12223 * Makefile (VERSION): New variable.
12224 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
12225 Compressed file suffix should be `.gz', not `.z'.
12226
ce058493 122271993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
12228
12229 * Makefile (elisp): Depend on makeinfo.
12230
c5602427 122311993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
b8d4c8d0
GM
12232
12233 * Makefile (srcs): Add anti.texi.
12234
c5602427 122351993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
12236
12237 * Makefile (infodir, prefix): New vars.
12238 (install): Use infodir.
f4e90db0 12239 (emacsinfodir): Delete.
b8d4c8d0 12240
c5602427 122411993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
12242
12243 * Makefile (srcs): Add calendar.texi.
12244
12245 * Makefile (dist): Copy texindex.c and makeinfo.c.
12246 Limit elisp-* files to those with one or two digits.
12247
c5602427 122481993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0 12249
f4e90db0 12250 * Makefile (dist): Change to use Gzip instead of compress.
b8d4c8d0 12251
c5602427 122521993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
12253
12254 * loading.texi (Unloading): define-function changed back to
12255 defalias. It may not stay this way, but at least it's
12256 consistent with the known-good version of the code patch.
12257
c5602427 122581993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
b8d4c8d0
GM
12259
12260 * modes.texi (Hooks): Document new optional arg of add-hook.
12261
c5602427 122621993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
12263
12264 * variables.texi: Document nil initial value of buffer-local variables.
12265
12266 * tips.texi: Add new section on standard library headers.
12267
c5602427 122681993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
12269
12270 * Makefile (srcs): Add frame.texi to the list of sources.
12271
c5602427 122721993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
12273
12274 * Makefile (dist): Don't bother excluding autosave files; they'll
12275 never make it into the temp directory anyway, and the hash marks
12276 in the name are problematic for make and the Bourne shell.
ed9265fc 12277 (srcs): ???
b8d4c8d0 12278
c5602427 122791993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
12280
12281 * Makefile (dist): Don't include backup files or autosave files in
12282 the distribution tar file.
12283
c5602427 122841991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0 12285
5dcb4c4e 12286 * Makefile (srcs): Add index.perm.
b8d4c8d0
GM
12287 (elisp.dvi): Remove erroneous shell comment.
12288 Expect output of permute-index in permuted.fns.
12289 Save old elisp.aux in elisp.oaux.
5dcb4c4e 12290 (clean): Add index.texi to be deleted.
b8d4c8d0 12291
c5602427 122921990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
12293
12294 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
12295
c5602427 122961990-06-26 David Lawrence (tale@geech)
b8d4c8d0
GM
12297
12298 * files.texi: Noted that completion-ignored-extensions is ignored
12299 when making *Completions*.
12300
3e868ee3 123011990-06-08 Jay Fenlason (hack@ai.mit.edu)
b8d4c8d0
GM
12302
12303 * Makefile make dist now depends on elisp.dvi, since it tries
12304 to include it in the dist file.
12305
c5602427 123061990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
b8d4c8d0 12307
c5602427 12308 * functions.texinfo (Mapping Functions): Add missing quote.
b8d4c8d0 12309
c5602427 123101989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
12311
12312 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
12313 (defunargs): Turn off \hyphenchar of \sl font temporarily.
12314
c5602427 123151989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
12316
12317 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
12318 and @error{} are the terms now being used. The files in the
12319 directory have been changed to reflect this.
12320
12321 * All instances of @indentedresultt{} have been changed to
333f9019 12322 ` @result{}', using 5 spaces at the beginning of the line.
b8d4c8d0 12323
c5602427 123241989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
12325
12326 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
12327 experimental @indentedresult{}, @indentedexpandsto{} are part of
12328 the texinfo.tex in this directory. These TeX macros are not
12329 stable yet.
12330
c5602427 123311989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
12332
12333 * texinfo.tex: Temporarily added
12334 \let\result=\dblarrow
12335 \def\error{{\it ERROR} \longdblarrow}
12336 We need to do this better soon.
12337
c5602427 123381989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
12339
12340 * Applied Karl Berry's patches to *.texinfo files, but not to
12341 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
12342 new title page format is also not applied, since it requires
12343 texinfo.tex changes.)
12344
12345 * Cleaned up `Makefile' and defined the `emacslibdir' directory
12346 for the Project GNU development environment.
12347
12348;; Local Variables:
c8763fb6 12349;; coding: utf-8
b8d4c8d0
GM
12350;; End:
12351
ab422c4d 12352 Copyright (C) 1998-2013 Free Software Foundation, Inc.
b8d4c8d0
GM
12353
12354 This file is part of GNU Emacs.
12355
352c8b4a 12356 GNU Emacs is free software: you can redistribute it and/or modify
b8d4c8d0 12357 it under the terms of the GNU General Public License as published by
352c8b4a
GM
12358 the Free Software Foundation, either version 3 of the License, or
12359 (at your option) any later version.
b8d4c8d0
GM
12360
12361 GNU Emacs is distributed in the hope that it will be useful,
12362 but WITHOUT ANY WARRANTY; without even the implied warranty of
12363 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12364 GNU General Public License for more details.
12365
12366 You should have received a copy of the GNU General Public License
352c8b4a 12367 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.