* doc/lispref/sequences.texi (Sequence Functions): Update nreverse.
[bpt/emacs.git] / doc / lispref / ChangeLog
CommitLineData
254b7645
LL
12014-05-21 Leo Liu <sdl.web@gmail.com>
2
3 * sequences.texi (Sequence Functions): Update nreverse.
4
2f1205e0
PE
52014-05-19 Paul Eggert <eggert@cs.ucla.edu>
6
7 Allow any non-nil value to count as true in bool-vector.
8 * sequences.texi (Bool-Vectors): Coalesce discussion of how to
9 print them. bool-vector's args need not be t or nil.
10
2bcf0551
DA
112014-05-19 Dmitry Antipov <dmantipov@yandex.ru>
12
13 * sequences.texi (Bool-vectors): Mention bool-vector.
14
8208d2bf
PE
152014-05-17 Paul Eggert <eggert@cs.ucla.edu>
16
17 Assume C99 or later (Bug#17487).
18 * internals.texi (C Dialect): Document this.
19
c269148b
DA
202014-05-15 Dmitry Antipov <dmantipov@yandex.ru>
21
22 * lists.texi (Building Cons Cells and Lists): Remove
ddc30c99 23 description of `reverse' and `'nreverse' to generalize them...
c269148b
DA
24 * sequences.texi (Sequences): ...for sequences here.
25
d63d883a
GM
262014-05-14 Glenn Morris <rgm@gnu.org>
27
28 * files.texi (Changing Files): Mention with-file-modes.
29
fb3f83f5 302014-05-08 Paul Eggert <eggert@cs.ucla.edu>
76377e46
PE
31
32 * internals.texi (C Dialect): New section.
33 (C Integer Types): Mention bool_bf.
34
09b911ad 352014-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
2785da24
SM
36
37 * processes.texi (Filter Functions, Sentinels): Advertise add-function.
38
4d89ee37
SM
392014-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
40
41 * windows.texi (Window Configurations, Window Configurations):
42 Window configs don't store marks any more.
43
dff4a9f6 442014-04-25 Eli Zaretskii <eliz@gnu.org>
402a211f 45
4d89ee37
SM
46 * strings.texi (Text Comparison): Mention equal-including-properties
47 for when text properties of the strings matter for comparison.
402a211f 48
42e91034 492014-04-22 Eli Zaretskii <eliz@gnu.org>
f982b371
EZ
50
51 * text.texi (Registers): Document register-read-with-preview.
52
53 * internals.texi (Building Emacs): Improve indexing.
54
bfc30790
DC
552014-04-17 Daniel Colascione <dancol@dancol.org>
56
57 * frames.texi (Terminal Parameters): Document new
58 tty-mode-set-strings and tty-mode-reset-strings terminal
59 parameters.
60
eb36672f
PE
612014-04-17 Paul Eggert <eggert@cs.ucla.edu>
62
63 * Makefile.in (infoclean): Be consistent about reporting failures.
64
3f63a9f7
DC
652014-04-09 Daniel Colascione <dancol@dancol.org>
66
67 * errors.texi (Standard Errors): Document required error
68 parameters for `scan-error'.
69
70 * positions.texi (List Motion): Explain new `up-list' arguments.
71 Mention `backward-up-list'.
72
cb6e0bfa
DC
732014-04-08 Daniel Colascione <dancol@dancol.org>
74
75 * minibuf.texi (Programmed Completion): Improve phrasing, remove
76 incorrect bullet count.
77
6f287c89 782014-04-07 Glenn Morris <rgm@gnu.org>
50ea0f87
GM
79
80 * os.texi (Recording Input): Dribble files may contain passwords.
81
03607929
GM
82 * backups.texi (Making Backups, Reverting):
83 Update for default values of some -function vars no longer being nil.
8a1d24b1
GM
84 (Reverting): Update for buffer-stale-function
85 also applying to file-buffers.
03607929 86
d94c875d
DC
872014-03-31 Daniel Colascione <dancol@dancol.org>
88
89 * minibuf.texi (Completion in Buffers): Discuss using lazy
90 completion tables for inline completion.
91
95de732d
GM
922014-03-28 Glenn Morris <rgm@gnu.org>
93
94 * os.texi (Terminal-Specific): Mention term-file-aliases.
95
16adf2e6 962014-03-26 Eli Zaretskii <eliz@gnu.org>
75b7e407
EZ
97
98 * files.texi (Kinds of Files): Improve documentation of
99 file-symlink-p. (Bug#17073) Add cross-references.
100
16adf2e6 1012014-03-26 Barry O'Reilly <gundaetiapo@gmail.com>
37ea8275
BR
102
103 * markers.texi (Moving Marker Positions): The 2014-03-02 doc
104 change mentioning undo's inability to handle relocated markers no
105 longer applies. See bug#16818.
106 * text.texi (Undo): Expand documentation of (TEXT . POS) and
107 (MARKER . ADJUSTMENT) undo elements.
108
0b4fe078
GM
1092014-03-26 Glenn Morris <rgm@gnu.org>
110
111 * files.texi (File Locks): All systems support locking.
112
eb6f0d56
GM
1132014-03-22 Glenn Morris <rgm@gnu.org>
114
f9c81e7b
GM
115 * commands.texi (Defining Commands):
116 Mention that interactive-only also affects describe-function.
117
5076d275
GM
118 * functions.texi (Declare Form): Add interactive-only.
119 * commands.texi (Defining Commands) Mention declare.
120
eb6f0d56
GM
121 * commands.texi (Defining Commands): List interactive-only values.
122
45681788
EZ
1232014-03-22 Eli Zaretskii <eliz@gnu.org>
124
125 * functions.texi (Core Advising Primitives): Fix cross-reference
126 in last change.
127
299ccd03 1282014-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
0c0ec041
SM
129
130 * functions.texi (Advising Functions): Explain a bit more how
131 arguments work.
132 (Advice combinators): New node.
133 (Core Advising Primitives): Use it. Expand description of "depth".
134 (Advising Named Functions): Document limitation of advices on macros.
135
21e18b30
MR
1362014-03-21 Martin Rudalics <rudalics@gmx.at>
137
138 * frames.texi (Size and Position): In `frame-resize-pixelwise'
139 description drop remark about frame maximization.
140 * windows.texi (Display Action Functions): Add description for
141 `display-buffer-no-window' and explain use of `allow-no-window'
142 alist entries.
143
9ee59bca
GM
1442014-03-21 Glenn Morris <rgm@gnu.org>
145
146 * commands.texi (Defining Commands): Copyedit re `interactive-only'.
147
a2326811
PE
1482014-03-20 Paul Eggert <eggert@cs.ucla.edu>
149
150 * internals.texi (C Integer Types): Prefer 'false' and 'true'
151 to '0' and '1' for booleans.
152
37ca9077
PE
1532014-03-19 Paul Eggert <eggert@cs.ucla.edu>
154
c7dff2f6
PE
155 * numbers.texi: Improve and clarify a bit, and fix some minor bugs.
156 Remove now-obsolete hypothetical note about negative division,
157 as the C standard has changed.
158
37ca9077
PE
159 Fix porting inconsistency about rounding to even.
160 * numbers.texi (Numeric Conversions, Rounding Operations):
161 Document that 'round' and 'fround' round to even.
162
6b88e570
JB
1632014-03-18 Juanma Barranquero <lekktu@gmail.com>
164
165 * customize.texi (Variable Definitions): Recommend avoiding
166 destructive modification of the value argument of :set (bug#16755).
167
5fb6db0d
SM
1682014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
169
170 * modes.texi (Auto-Indentation): Mention electric-indent variables.
171
28a51720
JB
1722014-03-18 Juanma Barranquero <lekktu@gmail.com>
173
174 * functions.texi (Advising Named Functions): Fix reference.
175
1917cf46
PE
1762014-03-18 Paul Eggert <eggert@cs.ucla.edu>
177
178 Improve documentation for integer and floating-point basics.
179 * numbers.texi (Numbers, Integer Basics, Float Basics):
180 Document the basics a bit more precisely. Say more clearly
181 that Emacs floating-point numbers are IEEE doubles on all
182 current platforms. Give more details about frexp.
183 Say more clearly that '1.' is an integer.
184 (Predicates on Numbers): Fix wholenump typo.
185 * objects.texi (Integer Type): Adjust to match numbers.texi.
186
53e84c5f 1872014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
6c187ef5
SM
188
189 * functions.texi (Advising Functions): Try and improve the text.
190 Add example use of advice-add (bug#16959).
191 (Core Advising Primitives): Rename. Explain handling of interactive
192 specs, including advice-eval-interactive-spec.
193 (Advising Named Functions): Try and better explain the difference with
194 add-function.
195 (Porting old advices): New node.
196
09b73f08
PE
1972014-03-18 Paul Eggert <eggert@cs.ucla.edu>
198
199 Style fixes for floating-point doc.
200 * commands.texi, customize.texi, display.texi, elisp.texi, files.texi:
201 * frames.texi, hash.texi, internals.texi, keymaps.texi, lists.texi:
202 * minibuf.texi, nonascii.texi, numbers.texi, objects.texi, os.texi:
203 * processes.texi, streams.texi, strings.texi, text.texi:
204 * variables.texi, windows.texi:
205 Hyphenate "floating-point" iff it precedes a noun.
206 Reword to avoid nouns and hyphenation when that's easy.
207 Prefer "integer" to "integer number" and "is floating point"
208 to "is a floating point number".
209 Prefer "@minus{}" to "-" when it's a minus.
210
b92631bf
MR
2112014-03-16 Martin Rudalics <rudalics@gmx.at>
212
213 * display.texi (Temporary Displays): Rewrite descriptions of
214 `with-output-to-temp-buffer' and `with-temp-buffer-window'.
6c187ef5 215 * help.texi (Help Functions): Rewrite description of `with-help-window'.
b92631bf 216
480d4f57
DG
2172014-03-15 Dmitry Gutov <dgutov@yandex.ru>
218
219 * display.texi (Blinking): Update WRT to the new
220 `blink-matchin-paren' behavior.
221
cfd5e825
MR
2222014-03-14 Martin Rudalics <rudalics@gmx.at>
223
224 * display.texi (Temporary Displays): Say that
b92631bf 225 `with-temp-buffer-window' makes its buffer current.
cfd5e825
MR
226 * frames.texi (Size and Position): Describe new option
227 `frame-resize-pixelwise'. Rewrite descriptions of
228 `set-frame-size', `set-frame-height' and `set-frame-width'.
229
7e940b65
MR
2302014-03-09 Martin Rudalics <rudalics@gmx.at>
231
6c187ef5 232 * elisp.texi (Top): Rename section "Width" to "Size of Displayed Text".
7e940b65
MR
233 * text.texi (Primitive Indent):
234 * strings.texi (String Basics):
6c187ef5 235 * sequences.texi (Sequence Functions): Update references accordingly.
7e940b65
MR
236 * display.texi (Size of Displayed Text): Rename section from
237 "Width". Add description for `window-text-pixel-size'.
238 (Window Dividers): Reword description of window dividers.
239 * frames.texi (Layout Parameters): Improve description of window
240 divider parameters.
241 * windows.texi (Window Sizes): Add descriptions of
242 `window-mode-line-height' and `window-header-line-height'.
243 (Coordinates and Windows): Mention window dividers.
244
f2c5082b
MR
2452014-03-07 Martin Rudalics <rudalics@gmx.at>
246
2c6053e8
MR
247 * buffers.texi (The Buffer List): Rename node to Buffer List.
248 Describe `buffer-list-update-hook'.
249 * elisp.texi (Top): "The Buffer List" renamed to "Buffer List".
250 Add node for Window Dividers.
251 * hooks.texi (Standard Hooks): Add reference to
252 `buffer-list-update-hook'.
f2c5082b
MR
253 * windows.texi (Window Sizes): Describe `window-min-size'.
254 (Splitting Windows): Update description of `split-window'.
2c6053e8 255 (Selecting Windows): Update description of `select-window'.
f2c5082b 256
cac0a1d6
MR
2572014-03-06 Martin Rudalics <rudalics@gmx.at>
258
259 * frames.texi (Size and Position): Rewrite entries for
6c187ef5
SM
260 `fit-frame-to-buffer' and `fit-frame-to-buffer-margins'.
261 Add description for `fit-frame-to-buffer-sizes'.
cac0a1d6
MR
262 * windows.texi (Resizing Windows): Add descriptions for
263 pixelwise resizing. Add entries for `window-resize-pixelwise'
6c187ef5
SM
264 and `fit-window-to-buffer-horizontally'.
265 Rewrite `fit-window-to-buffer' entry.
cac0a1d6 266
7c45220b
XF
2672014-03-06 Xue Fuqiao <xfq@gnu.org>
268
269 * internals.texi (Window Internals): Remove field `region_showing'.
270
222426f6
GM
2712014-03-06 Glenn Morris <rgm@gnu.org>
272
273 * searching.texi (Replacing Match):
274 Remove incorrect, uninteresting return value. (Bug#16942)
275
e1a2cb1c
MR
2762014-03-05 Martin Rudalics <rudalics@gmx.at>
277
278 * display.texi (Window Dividers): New section.
279 * frames.texi (Layout Parameters): Add right-divider-width and
280 bottom-divider-width.
281 * windows.texi (Window Sizes): Redraw schematic and rewrite its
282 description. Rewrite descriptions of `window-total-height',
283 `window-total-width', `window-total-size', `window-body-height',
284 `window-body-width' and `window-size-fixed'. Add descriptions
285 for `window-pixel-height', `window-pixel-width',
286 `window-min-height' and `window-min-width'. Remove description
287 of `window-size-fixed-p' moving part of it to that of
288 `window-size-fixed'.
6c187ef5 289 (Resizing Windows): Mention dividers when talking about minimum sizes.
e1a2cb1c 290
47b73b35
GM
2912014-03-05 Glenn Morris <rgm@gnu.org>
292
293 * modes.texi (SMIE Customization): New section.
294 * elisp.texi (Top): Update detailed menu.
295
87132570
MR
2962014-03-04 Martin Rudalics <rudalics@gmx.at>
297
298 * windows.texi (Windows and Frames): Add some missing &optional
299 designators. Adjust description of window-in-direction.
300
35e951cd 3012014-03-02 Barry O'Reilly <gundaetiapo@gmail.com>
62d81bd7
BR
302
303 * markers.texi (Moving Marker Positions): Clarify guidance about
304 when to move markers and when to create a new one, as discussed at
305 http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16818#17
306
d2b94b15
GM
3072014-03-02 Glenn Morris <rgm@gnu.org>
308
309 * text.texi (Decompression): New node.
310 * elisp.texi (Top): Update detailed menu.
311
3a6e15dd
GM
3122014-03-01 Glenn Morris <rgm@gnu.org>
313
314 * display.texi (Forcing Redisplay): Mention pre-redisplay-function.
315
0fcfa974
XF
3162014-02-28 Xue Fuqiao <xfq@gnu.org>
317
35e951cd
JB
318 * functions.texi (Advising Functions, Advising Named Functions):
319 Tweak markup.
65fa1016 320
ecc384ac
XF
321 * display.texi (Defining Faces): Doc fix for `face-spec-set'.
322
0fcfa974 323 * elisp.texi (Top):
35e951cd
JB
324 * commands.texi (Generic Commands, Defining Commands):
325 Document `define-alternatives'.
0fcfa974 326
8603bdb3
XF
3272014-02-27 Xue Fuqiao <xfq@gnu.org>
328
eed1c399
XF
329 * windows.texi (Window Sizes): Document `window-size'.
330 (Display Action Functions): Document `display-buffer-at-bottom'.
331 (Window Configurations): Minor fixes.
332
333 * modes.texi (Header Lines): Document `window-header-line-height'.
334
335 * display.texi (Scroll Bars): Document `window-scroll-bar-width'.
336
de37b1f4
XF
337 * windows.texi (Window Sizes, Resizing Windows): Document some
338 pixelwise window operations.
339
6be76608
XF
340 * text.texi (Margins): Fix the description of RET and `C-j'.
341
8603bdb3
XF
342 * frames.texi (Multiple Terminals): Document
343 `display-monitor-attributes-list' and `display-monitor-attributes'.
344 (Display Feature Testing): Add some notes about multi-monitor.
345
ea7826ba
GM
3462014-02-27 Glenn Morris <rgm@gnu.org>
347
348 * minibuf.texi (Programmed Completion):
349 Mention completion-table-with-cache.
350
98bd6b32
GM
3512014-02-25 Glenn Morris <rgm@gnu.org>
352
353 * display.texi (Window Systems):
354 Replace term-setup-hook with emacs-startup-hook.
355 * hooks.texi (Standard Hooks):
356 Replace term-setup-hook with tty-setup-hook.
357 * os.texi (Startup Summary, Init File, Terminal-Specific):
358 Replace term-setup-hook with tty-setup-hook, and update.
359
add6de1c
SM
3602014-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
361
53e84c5f
JB
362 * functions.texi (Declare Form): Document gv-expander, gv-setter,
363 and compiler-macro (bug#16829, bug#15093).
add6de1c 364
37febf53
JB
3652014-02-21 Juanma Barranquero <lekktu@gmail.com>
366
367 * windows.texi (Window Configurations): Doc fix.
368 (Windows and Frames): Fix typo.
369
458e643b
GM
3702014-02-21 Glenn Morris <rgm@gnu.org>
371
372 * internals.texi (Process Internals):
5fcd01e5
GM
373 * processes.texi (Subprocess Creation, Deleting Processes)
374 (Output from Processes, Process Buffers, Filter Functions)
375 (Accepting Output, Sentinels, Network, Network Servers):
458e643b
GM
376 Filters and sentinels can no longer be nil.
377 * elisp.texi (Top): Menu update.
378
189e7007
GM
3792014-02-20 Glenn Morris <rgm@gnu.org>
380
381 * functions.texi (Defining Functions): Mention defalias-fset-function.
382
add6de1c
SM
3832014-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
384
385 * minibuf.texi (Completion Commands): Don't document obsolete
386 `common-substring' arg of display-completion-list.
387
2836affa
GM
3882014-02-17 Glenn Morris <rgm@gnu.org>
389
390 * minibuf.texi (Text from Minibuffer): Update read-regexp details.
391 Mention read-regexp-defaults-function.
392
47a73eb0
GM
3932014-02-13 Glenn Morris <rgm@gnu.org>
394
395 * debugging.texi (Debugger Commands): Tiny edits.
396
fa792979
GM
3972014-02-12 Glenn Morris <rgm@gnu.org>
398
399 * package.texi (Simple Packages): Describe URL and Keywords headers.
400
63d93efd
LI
4012014-02-10 Lars Ingebrigtsen <larsi@gnus.org>
402
add6de1c
SM
403 * text.texi (User-Level Deletion):
404 Document `delete-trailing-whitespace' (bug#15309).
63d93efd 405
d6d5fdf8
LI
4062014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
407
438241f5
LI
408 * text.texi (Changing Properties): Clarify `propertize' (bug#9825).
409
981c3e4f
LI
410 * display.texi (Blinking): Clarify doc string in example (bug#10658).
411
d6d5fdf8
LI
412 * commands.texi (Accessing Mouse): Mention that these function
413 also work on keyboard events (bug#14228).
28d51810 414 (Quitting): Refer to the right node for `set-input-mode' (bug#11458).
d6d5fdf8 415
fff711ee
LI
4162014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
417
241781b6
LI
418 * display.texi (Face Attributes): Add an index (bug#14924).
419
fff711ee
LI
420 * keymaps.texi (Menu Bar): Minor clarification (bug#15657).
421
314ffdb1
GM
4222014-02-06 Glenn Morris <rgm@gnu.org>
423
424 * display.texi (Truncation):
425 * positions.texi (Screen Lines): Do not mention cache-long-scans.
426
bd21bf41
JL
4272014-01-31 Juri Linkov <juri@jurta.org>
428
429 * searching.texi (String Search): Incremental word search fixes.
430
e3bd7eed
GM
4312014-01-28 Glenn Morris <rgm@gnu.org>
432
433 * text.texi (Indent Tabs): Update related to tab-stops.
434
0db19d38
GM
4352014-01-24 Glenn Morris <rgm@gnu.org>
436
1e548e40
GM
437 * control.texi (Handling Errors): Update with-demoted-errors.
438
0db19d38
GM
439 * files.texi (File Locks): Every platform supports locking now.
440
7b997b14
GM
4412014-01-22 Glenn Morris <rgm@gnu.org>
442
443 * display.texi (ImageMagick Images): Expand on image-format-suffixes.
444
64295f83
GM
4452014-01-20 Glenn Morris <rgm@gnu.org>
446
447 * hash.texi (Other Hash): Do not mention subr-x.el functions;
448 reverts 2013-12-22 change.
449
122ff675
SM
4502014-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
451
452 * functions.texi (Advising Functions): New section.
453 * modes.texi (Running Hooks): Don't document with-wrapper-hook and
454 run-hook-wrapped any more.
455 (Hooks): Link to the new Advising Functions node.
456 * elisp.texi (Top): Don't include advice.texi.
457 * advice.texi: Remove.
458 * makefile.w32-in (srcs):
459 * Makefile.in (srcs): Adjust accordingly.
460
fa49b469
RS
4612014-01-09 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
462
9fb07a9e
RS
463 * text.texi (Parsing HTML/XML): Document `shr-insert-document'.
464
fa49b469
RS
465 * strings.texi (Text Comparison): Document `string-suffix-p'.
466
d831c9b8
GM
4672014-01-07 Glenn Morris <rgm@gnu.org>
468
469 * files.texi (File Attributes): Fix superscipt typo.
470
de7ce2d1
CY
4712014-01-07 Chong Yidong <cyd@gnu.org>
472
473 * files.texi (Changing Files): Document copy-file changes.
474
809d2ce4
GM
4752014-01-07 Glenn Morris <rgm@gnu.org>
476
477 * display.texi (Logging Messages): Copyedits re messages-buffer.
478
c6ab4664
PE
4792014-01-06 Paul Eggert <eggert@cs.ucla.edu>
480
481 Specify .texi encoding (Bug#16292).
482 * back.texi, book-spine.texi, lay-flat.texi:
483 Add @documentencoding.
484
81c7d631
CY
4852014-01-05 Chong Yidong <cyd@gnu.org>
486
487 * backups.texi (Making Backups): Document backup-buffer change.
488
489 * files.texi (Visiting Files): Copyedits.
490 (Testing Accessibility): Mention ACLs. Move file-modes here from
491 File Attributes.
492 (Truenames): Move file-equal-p here from Kinds of Files.
493 (File Attributes): Move file-newer-than-file-p here from Testing
494 Accessibility.
495 (Extended Attributes): New node. Add file-extended-attributes.
496 (Changing Files): Document set-file-extended-attributes.
497
498 * commands.texi (Defining Commands): Document the interactive-form
499 property more carefully. Document interactive-only.
500
501 * compile.texi (Compiler Errors): Copyedits. Note that the
502 details for byte-compile-warnings are in its docstring.
503
504 * minibuf.texi (Minibuffer Contents): Remove obsolete function
505 minibuffer-completion-contents.
506
507 * variables.texi (Defining Variables): Note that defvar acts
508 always on the dynamic value.
509
510 * customize.texi (Variable Definitions): Likewise.
511
7c2127d0
PE
5122014-01-05 Paul Eggert <eggert@cs.ucla.edu>
513
5a0f4e90
PE
514 Document vconcat and the empty vector (Bug#16246).
515 * sequences.texi (Vector Functions):
516 Document behavior better when the result is empty.
517
7c2127d0
PE
518 Document behavior of (string-to-number "+@") (Bug#16293).
519 * strings.texi (String Conversion): Document behavior of
520 string-to-number on invalid strings that begin with "+", too.
521
d6d78511
CY
5222014-01-03 Chong Yidong <cyd@gnu.org>
523
524 * help.texi (Documentation, Accessing Documentation): Copyedits.
525 (Documentation Basics): Rewrite, avoiding a repeat discussion of
526 docstring conventions.
527
528 * tips.texi (Documentation Tips): Move discussion of
529 emacs-lisp-docstring-fill-column here from Documentation Basics.
530
531 * compile.texi (Docs and Compilation): Copyedits.
532
33f846fb
GM
5332014-01-02 Glenn Morris <rgm@gnu.org>
534
535 * numbers.texi (Numeric Conversions): Fix a typo.
536
a560b856
PE
5372013-12-29 Paul Eggert <eggert@cs.ucla.edu>
538
539 Plain copy-file no longer chmods an existing destination (Bug#16133).
540 * files.texi (Changing Files): Document this.
541
4364185f
CY
5422013-12-28 Chong Yidong <cyd@gnu.org>
543
6c187ef5 544 * modes.texi (Auto Major Mode): Document interpreter-mode-alist change.
4364185f
CY
545
546 * buffers.texi (Modification Time): Document visited-file-modtime
547 change.
548
c04d52fb
GM
5492013-12-28 Glenn Morris <rgm@gnu.org>
550
551 * control.texi (Pattern matching case statement): Brevity.
552
0f1d2934
CY
5532013-12-27 Chong Yidong <cyd@gnu.org>
554
555 * functions.texi (Function Cells):
556 * eval.texi (Function Indirection): Update for the fact that
557 symbol-function no longer signals an error.
558
559 * commands.texi (Reading One Event): Mention keyboard coding.
560
561 * keymaps.texi (Translation Keymaps, Translation Keymaps):
562 * nonascii.texi (Terminal I/O Encoding): Copyedits.
563
2200a8c9
CY
5642013-12-26 Chong Yidong <cyd@gnu.org>
565
566 * advice.texi (Advising Functions, Defining Advice): Special forms
567 can no longer be advised.
568
c9352587
CY
5692013-12-25 Chong Yidong <cyd@gnu.org>
570
571 * keymaps.texi (Active Keymaps): Re-organize the text.
572 (Searching Keymaps): Rewrite the pseudo-code for 24.4 changes.
573 (Controlling Active Maps): Note that set-transient-map uses
574 overriding-terminal-local-map.
575
576 * tips.texi (Coding Conventions): Tweak the coding system tip;
577 Emacs now uses utf-8 by default for Emacs Lisp source files.
578
579 * display.texi (Font Selection): Tweak example.
580
6c187ef5 581 * commands.texi (Event Input Misc): Document new arg to input-pending-p.
c9352587
CY
582
583 * nonascii.texi (Specifying Coding Systems): Don't refer to
584 emacs-mule-dos.
585 (Lisp and Coding Systems): Describe emacs-mule return value in
586 modern terms.
587
ff1c842a
TH
5882013-12-25 Tassilo Horn <tsdh@gnu.org>
589
590 * control.texi (Pattern matching case statement): Rephrase lexical
591 binding requirement: the example needs it, not `pcase' itself.
592
362397ed
CY
5932013-12-25 Chong Yidong <cyd@gnu.org>
594
595 * eval.texi (Eval): Document the LEXICAL arg to eval.
596
597 * variables.texi (Variables, Void Variables): Use "scoping rule"
598 terminology consistently.
599 (Variable Scoping): Add index entries, and use "dynamic scope"
600 terminology in place of "indefinite scope" to reduce confusion.
601 (Lexical Binding): Document lexical environment format.
602 (Using Lexical Binding): Add index entries for error messages.
603
a9560047
TH
6042013-12-24 Tassilo Horn <tsdh@gnu.org>
605
606 * control.texi (Pattern matching case statement): Fix missing
add6de1c
SM
607 argument in simple expression language sample (Bug#16238).
608 Add some sample programs written in that language. Mention that
a9560047
TH
609 `pcase' requires lexical binding.
610
46291d11
XF
6112013-12-23 Xue Fuqiao <xfq.free@gmail.com>
612
2d778742
XF
613 * eval.texi (Special Forms): Document `special-form-p'.
614
615 * macros.texi (Simple Macro): Document `macrop'.
616
882b0b86
XF
617 * files.texi (Changing Files): Fix an argument of `copy-file'.
618
46291d11
XF
619 * strings.texi (Creating Strings): Document TRIM in `split-string'.
620
8cd22a08
CY
6212013-12-23 Chong Yidong <cyd@gnu.org>
622
add6de1c
SM
623 * keymaps.texi (Controlling Active Maps):
624 Rename set-temporary-overlay-map to set-transient map. Doc fixes.
8cd22a08
CY
625 (Searching Keymaps): The transient keymap takes precedence.
626
aec3bf9f
GM
6272013-12-23 Glenn Morris <rgm@gnu.org>
628
629 * loading.texi (How Programs Do Loading, Load Suffixes):
630 Mention `load-prefer-newer'.
631
bb962da2
XF
6322013-12-22 Xue Fuqiao <xfq.free@gmail.com>
633
aec3bf9f
GM
634 * hash.texi (Other Hash): Document `hash-table-keys'
635 and `hash-table-values'.
bb962da2 636
77e5bcc5
EZ
6372013-12-22 Eli Zaretskii <eliz@gnu.org>
638
639 * nonascii.texi (Character Properties): NAME or OLD-NAME
640 properties can be nil (there's no empty string).
a9877c32 641 (Character Properties): Update the reference to the UCD.
77e5bcc5 642
c9832cd8
XF
6432013-12-22 Xue Fuqiao <xfq.free@gmail.com>
644
77e5bcc5
EZ
645 * sequences.texi (Bool-Vectors): Document new bool-vector set
646 operation functions.
8fc36a68 647
05e8f1ae
XF
648 * text.texi (Examining Properties): Document `get-pos-property'.
649
aec3bf9f
GM
650 * variables.texi (Directory Local Variables):
651 Document `enable-dir-local-variables'.
b345c561 652
aec3bf9f
GM
653 * debugging.texi (Debugger Commands):
654 Document `debugger-toggle-locals'.
c9832cd8 655
77221051
CY
6562013-12-21 Chong Yidong <cyd@gnu.org>
657
658 * text.texi (Region Indent): Note the new interactive behavior of
659 indent-rigidly.
660
dfff9284
TH
6612013-12-20 Tassilo Horn <tsdh@gnu.org>
662
3fbba716
TH
663 * numbers.texi (numbers): Document that =, <, <=, >, >= now accept
664 one or many arguments.
665
6f1de4d1
TH
666 * display.texi: Document `messages-buffer'.
667
dfff9284
TH
668 * os.texi: Document `initial-buffer-choice' changes.
669
f5df4ceb
CY
6702013-12-20 Chong Yidong <cyd@gnu.org>
671
672 * text.texi (Changing Properties): Improve documentation for
673 add-face-text-property.
674 (Special Properties): Mention add-face-text-property.
675
fb891cc8
CY
6762013-12-18 Chong Yidong <cyd@gnu.org>
677
18874304
CY
678 * customize.texi (Custom Themes): Document custom-known-themes
679 (Bug#15717).
680
fb891cc8
CY
681 * modes.texi (Defining Minor Modes): Fix typo (Bug#14874).
682 (Keymaps and Minor Modes): Fix binding convention (Bug#11522).
683
06a4f110
GM
6842013-12-13 Glenn Morris <rgm@gnu.org>
685
686 * internals.texi (Building Emacs):
687 * loading.texi (Library Search): Mention that site-load,
688 site-init cannot change load-path.
689
b55e11bf
GM
6902013-12-12 Glenn Morris <rgm@gnu.org>
691
692 * elisp.texi: Tweak dircategory.
693
01633a17
EZ
6942013-12-12 Eli Zaretskii <eliz@gnu.org>
695
696 * nonascii.texi (Encoding and I/O): Document file-name encoding
697 peculiarities on MS-Windows.
698
f9405d87
GM
6992013-12-12 Glenn Morris <rgm@gnu.org>
700
701 * elisp.texi: Sync direntry with info/dir version.
702
36291308
JB
7032013-12-08 Juanma Barranquero <lekktu@gmail.com>
704
705 * display.texi (Progress, Face Remapping):
706 * processes.texi (Serial Ports):
707 * windows.texi (Recombining Windows): Fix typos. (Bug#16089)
708
c085e5b9
JL
7092013-12-04 Juri Linkov <juri@jurta.org>
710
711 * searching.texi (Search and Replace): Fix `unread-command-events'
712 and add ref.
713
9139632a
JL
7142013-12-03 Juri Linkov <juri@jurta.org>
715
716 * windows.texi (Choosing Window): Rename `no-display-ok' to
717 `allow-no-window'. (Bug#13594)
718
26e4aa7d
GM
7192013-11-30 Glenn Morris <rgm@gnu.org>
720
721 * Makefile.in (distclean): Remove Makefile.
722
c8f0efc2
AP
7232013-11-29 Andreas Politz <politza@fh-trier.de>
724
725 * modes.texi (Imenu): Make it clear that sub-alist is the cdr
726 (Bug#14029).
727
cb6c95a3
GM
7282013-11-27 Glenn Morris <rgm@gnu.org>
729
730 * loading.texi (Library Search):
731 * os.texi (Startup Summary): No more leim directory.
732
d6686055
GM
7332013-11-26 Glenn Morris <rgm@gnu.org>
734
735 * os.texi (Startup Summary): Update for leim-list being preloaded.
736
f6083c67
BJ
7372013-11-23 Brian Jenkins <brian@brianjenkins.org> (tiny change)
738
739 * frames.texi (Input Focus):
740 * hooks.texi (Standard Hooks): Mention focus-in-hook, focus-out-hook.
741
17e0445b
GM
7422013-11-23 Glenn Morris <rgm@gnu.org>
743
744 * loading.texi (Library Search):
745 Empty elements in EMACSLOADPATH now mean the default load-path.
746
88fa559d
GM
7472013-11-22 Glenn Morris <rgm@gnu.org>
748
749 * loading.texi (Library Search): Minor clarification.
750
f0cfa5fe
LL
7512013-11-20 Leo Liu <sdl.web@gmail.com>
752
753 * windows.texi (Choosing Window): Mention `no-display-ok'. (Bug#13594)
754
a6e3a5d5
XF
7552013-11-19 Xue Fuqiao <xfq.free@gmail.com>
756
757 * os.texi (File Notifications): Add an index.
758
759 * loading.texi (Loading): Add an cross-reference.
760
4ae3802f
XF
7612013-11-18 Xue Fuqiao <xfq.free@gmail.com>
762
763 * os.texi (Session Management, Desktop Notifications): Add some
764 indexes and a cross-reference.
765
de586f99
XF
7662013-11-17 Xue Fuqiao <xfq.free@gmail.com>
767
35e951cd
JB
768 * os.texi (Time Parsing, Processor Run Time, Input Modes)
769 (Terminal Output): Minor fixes.
de586f99 770
90794abb
GM
7712013-11-14 Glenn Morris <rgm@gnu.org>
772
773 * loading.texi (Library Search): Update section.
774
7d3bb569
XF
7752013-11-11 Xue Fuqiao <xfq.free@gmail.com>
776
777 * os.texi (User Identification, Time of Day, Time Conversion):
778 Minor fixes.
779
fb193bb4
JD
7802013-11-10 Jan Djärv <jan.h.d@swipnet.se>
781
782 * keymaps.texi (Tool Bar): Mention that Gtk+/NS ignores item 1 to 3.
783
be9d2b46
XF
7842013-11-09 Xue Fuqiao <xfq.free@gmail.com>
785
786 * os.texi (Startup Summary): Add an index about startup screen.
6e466459 787 Typo fix.
d612ddbb 788 (Command-Line Arguments): Add cross-reference for `dump-emacs'.
be9d2b46 789
8acb09ca
EZ
7902013-11-08 Eli Zaretskii <eliz@gnu.org>
791
792 * display.texi (Truncation): Document that cache-long-scans is now
793 non-nil by default. (Bug#15797)
794
c67c5132
EZ
7952013-11-05 Eli Zaretskii <eliz@gnu.org>
796
797 * lists.texi (Rearrangement): Fix indexing.
798
799 * display.texi (Bidirectional Display): Fix indexing.
800
29aa2b71
XF
8012013-11-05 Xue Fuqiao <xfq.free@gmail.com>
802
5e21526f
XF
803 * lists.texi (Rearrangement): Improve indexing.
804
29aa2b71 805 * display.texi (Glyphs): Add an index for glyph code.
5e21526f 806 (Bidirectional Display): Improve indexing.
29aa2b71 807
3c334c14
JD
8082013-11-01 Jan Djärv <jan.h.d@swipnet.se>
809
810 * display.texi (Face Attributes): Document :distant-foreground.
811
bc5184ab
XF
8122013-10-30 Xue Fuqiao <xfq.free@gmail.com>
813
814 * display.texi (Abstract Display): Improve indexing.
815
23af34b0
SM
8162013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
817
818 * display.texi (Selective Display): Discourage the use of explicit
819 selective display.
820
81cf3b07
XF
8212013-10-29 Xue Fuqiao <xfq.free@gmail.com>
822
027d950f
XF
823 * display.texi (Showing Images): Add an index for image-size.
824 Use @code instead of @var for a normal variable.
142207c0 825 (Multi-Frame Images): Improve indexing.
6c187ef5
SM
826 (Button Buffer Commands): Use @code instead of @var for a normal
827 variable.
e54711f3 828 (Abstract Display): Explain the meaning of Ewoc.
81cf3b07 829
3c640e29
XF
8302013-10-27 Xue Fuqiao <xfq.free@gmail.com>
831
44e0cfaf 832 * display.texi (Image Descriptors): Improve indexing.
3c640e29 833
7db9c31e
XF
8342013-10-26 Xue Fuqiao <xfq.free@gmail.com>
835
836 * display.texi (Fringe Indicators): Add indexes for fringe indicators.
918a7ad4 837 (Customizing Bitmaps): Add an index for customizing fringe bitmaps.
7db9c31e 838
619a46f8
XF
8392013-10-25 Xue Fuqiao <xfq.free@gmail.com>
840
841 * display.texi (Fontsets): Minor wording fix.
3e1300f7
XF
842 (Low-Level Font): Improve indexing.
843
844 * nonascii.texi (Character Properties): Add an index for script symbols.
619a46f8 845
578ef6b9
XF
8462013-10-24 Xue Fuqiao <xfq.free@gmail.com>
847
848 * display.texi (Face Remapping): Add indexes for face remapping.
4fa11a36 849 (Font Selection): Add indexes.
8b78f36c 850 (Low-Level Font): Add an index for font registry.
578ef6b9 851
48f73cfb
GM
8522013-10-23 Glenn Morris <rgm@gnu.org>
853
76f1a3c3
GM
854 * eval.texi, files.texi, intro.texi, objects.texi, searching.texi:
855 Nuke @refill.
856
48f73cfb
GM
857 * Makefile.in (install-dvi, install-html, install-pdf)
858 (install-ps, uninstall-dvi, uninstall-html, uninstall-ps)
859 (uninstall-pdf): Quote entities that might contain whitespace.
860
8d02f0ad
XF
8612013-10-19 Xue Fuqiao <xfq.free@gmail.com>
862
76f1a3c3
GM
863 * display.texi (Face Attributes): Add indexes for the ‘:box’
864 face attribute.
8d02f0ad 865
917ac5eb
XF
8662013-10-18 Xue Fuqiao <xfq.free@gmail.com>
867
74f202ae 868 * display.texi (Line Height): Add indexes for line height.
917ac5eb 869
475c7d3f
XF
8702013-10-17 Xue Fuqiao <xfq.free@gmail.com>
871
872 * display.texi (Width): Fix arguments of ‘truncate-string-to-width’.
873
89f20e05
XF
8742013-10-16 Xue Fuqiao <xfq.free@gmail.com>
875
876 * display.texi (Selective Display): Add an index for explicit
877 selective display.
878
2641f1a5
XF
8792013-10-15 Xue Fuqiao <xfq.free@gmail.com>
880
881 * display.texi (Warning Basics): Mention the ‘*Warnings*’ buffer.
882
8c106d17
GM
8832013-10-13 Glenn Morris <rgm@gnu.org>
884
885 * intro.texi (Acknowledgments): Use accented form of some names.
886
fa022909
GM
8872013-10-09 Glenn Morris <rgm@gnu.org>
888
889 * control.texi (Conditionals): Copyedits. (Bug#15558)
890
4ed77415 8912013-10-08 Eli Zaretskii <eliz@gnu.org>
981b26a6 892
4ed77415 893 Support menus on text-mode terminals.
add6de1c
SM
894 * keymaps.texi (Defining Menus, Mouse Menus, Menu Bar):
895 Modify wording to the effect that menus are supported on TTYs.
981b26a6
EZ
896
897 * frames.texi (Pop-Up Menus, Dialog Boxes)
898 (Display Feature Testing): Update for menu support on TTYs.
899
6de913c4
SM
9002013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
901
902 * tips.texi (Comment Tips): Discourage use of triple semi-colons for
903 non-headings.
904
9e73b242
XF
9052013-10-05 Xue Fuqiao <xfq.free@gmail.com>
906
907 * syntax.texi (Categories): Add an index for category sets.
908
79b3ad55
XF
9092013-10-03 Xue Fuqiao <xfq.free@gmail.com>
910
35e951cd 911 * syntax.texi (Syntax Flags, Syntax Table Functions): Add indexes.
79b3ad55 912
8c1f51ff
XF
9132013-10-02 Xue Fuqiao <xfq.free@gmail.com>
914
915 * syntax.texi (Syntax Class Table): Add an index for syntax class table.
916
6cfe977d
XF
9172013-09-29 Xue Fuqiao <xfq.free@gmail.com>
918
919 * searching.texi (Regexp Search): Refine.
920
69b3debc
XF
9212013-09-22 Xue Fuqiao <xfq.free@gmail.com>
922
923 * nonascii.texi (Default Coding Systems): Typo fix.
924
87829449
XF
9252013-09-21 Xue Fuqiao <xfq.free@gmail.com>
926
53e84c5f
JB
927 * nonascii.texi (Coding System Basics): Add information about
928 carriage-return.
87829449 929
0df00f59
EZ
9302013-09-14 Eli Zaretskii <eliz@gnu.org>
931
932 * display.texi (Display Margins): State the units of measuring
933 margin width. (Bug#15375)
934
3509fb40
EZ
9352013-09-13 Eli Zaretskii <eliz@gnu.org>
936
937 * text.texi (Not Intervals): Minor wording fix.
938
99d8e6d6
XF
9392013-09-12 Xue Fuqiao <xfq.free@gmail.com>
940
3509fb40
EZ
941 * functions.texi (Obsolete Functions): Add an index for obsolete
942 functions.
99d8e6d6 943
44ee2147
XF
9442013-09-11 Xue Fuqiao <xfq.free@gmail.com>
945
946 * nonascii.texi (Character Properties): Character properties fix
947 for decimal-digit-value and digit-value.
948
eb31a86c
SM
9492013-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
950
951 * macros.texi (Defining Macros): Prefer "function" to "lambda
952 expression" (bug#15296).
953
50b13cde
PE
9542013-08-28 Paul Eggert <eggert@cs.ucla.edu>
955
956 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
957 for portability to hosts where /bin/sh has problems.
958
a8544941
SM
9592013-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
960
961 * variables.texi (File Local Variables): Don't recommend quoting! Ever!
962
9f0809d4
EZ
9632013-08-20 Eli Zaretskii <eliz@gnu.org>
964
965 * files.texi (Information about Files): Mention file names with
966 trailing blanks on MS-Windows. (Bug#15130)
967
c5074806
XF
9682013-08-18 Xue Fuqiao <xfq.free@gmail.com>
969
970 * positions.texi (Positions): Improve indexing.
971
e2c90473
EZ
9722013-08-18 Eli Zaretskii <eliz@gnu.org>
973
974 * markers.texi (The Region): Improve indexing.
975
278d6dd0
XF
9762013-08-17 Xue Fuqiao <xfq.free@gmail.com>
977
ab100635
XF
978 * modes.texi (SMIE, SMIE Grammar, SMIE Indentation): Add some indexes.
979
278d6dd0
XF
980 * text.texi (Maintaining Undo): Mention interactive call of
981 buffer-disable-undo.
c9b39934 982 (Filling): Add cross-reference for hard newlines.
d3110177 983 (Sorting): Fix indentation.
38b4c7f8 984 (Columns): Comment out undefined behavior.
ad6643fe 985 (Case Changes): Fix an `args-out-of-range' error in the example.
278d6dd0 986
2bede2ed
XF
9872013-08-16 Xue Fuqiao <xfq.free@gmail.com>
988
c8068af5 989 * text.texi (Insertion): Refine.
bd805d5b 990 (Margins): Add an index.
e4043ba0 991 (Undo): Doc fix for `buffer-undo-list'.
8b8bf4a3 992
2bede2ed 993 * positions.texi (Character Motion):
35e951cd
JB
994 * markers.texi (Moving Markers, Creating Markers):
995 Comment out undefined behavior.
2bede2ed 996
7cbbcaa0
XF
9972013-08-15 Xue Fuqiao <xfq.free@gmail.com>
998
999 * markers.texi (The Region): Add/move indexes.
1000
8259030d
LMI
10012013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1002
1003 * display.texi (ImageMagick Images): Mention :content-type and
1004 `image-content-type-suffixes'.
1005
f73f4ce6
XF
10062013-08-13 Xue Fuqiao <xfq.free@gmail.com>
1007
1008 * positions.texi (Word Motion): Remove redundant sentence.
1009
3e6b67c9
GM
10102013-08-13 Glenn Morris <rgm@gnu.org>
1011
1012 * lists.texi (List Elements):
1013 Undocument behavior of nth and nthcdr with n < 0. (Bug#15059)
1014
5c41e9ff
XF
10152013-08-13 Xue Fuqiao <xfq.free@gmail.com>
1016
916119ec 1017 * frames.texi (Display Feature Testing): Add indexes.
5c41e9ff 1018
8496d8d7
GM
10192013-08-12 Glenn Morris <rgm@gnu.org>
1020
1021 * Makefile.in (prefix, datarootdir, datadir, PACKAGE_TARNAME)
1022 (docdir, dvidir, htmldir, pdfdir, psdir, GZIP_PROG, INSTALL)
1023 (INSTALL_DATA): New, set by configure.
1024 (HTML_OPTS, DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS):
1025 New variables.
1026 (.SUFFIXES): Add .ps and .dvi.
1027 (.dvi.ps): New suffix rule.
1028 (dvi, html, pdf, ps): Use *_TARGETS variables.
1029 (elisp.html): Use HTML_OPTS.
1030 (elisp.ps): Remove explicit rule.
c295fc18
JB
1031 (.PHONY): install-dvi, install-html, install-pdf, install-ps,
1032 install-doc, uninstall-dvi, uninstall-html, uninstall-pdf,
8496d8d7
GM
1033 uninstall-ps, and uninstall-doc.
1034 (install-dvi, install-html, install-pdf, install-ps, install-doc)
1035 (uninstall-dvi, uninstall-html, uninstall-ps, uninstall-pdf)
1036 (uninstall-doc): New rules.
1037 (clean): Use DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS.
1038
3a3bb904
XF
10392013-08-10 Xue Fuqiao <xfq.free@gmail.com>
1040
1041 * edebug.texi (Instrumenting Macro Calls): Use @defmac for macros.
1042
4517cbc2
XF
10432013-08-09 Xue Fuqiao <xfq.free@gmail.com>
1044
1045 * control.texi (Error Symbols): Minor fix for previous change.
1046
54bd972f
SM
10472013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
1048
1049 * errors.texi (Standard Errors): Don't refer to `error-conditions'.
1050
1051 * control.texi (Signaling Errors): Refer to define-error.
1052 (Error Symbols): Add `define-error'.
1053
e30b79c1
DA
10542013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
1055
1056 * positions.texi (Motion by Screen Lines):
1057 * display.texi (Truncation): Rename `cache-long-line-scans'
1058 to `cache-long-scans'.
1059
123ff297
XF
10602013-08-05 Xue Fuqiao <xfq.free@gmail.com>
1061
1062 * windows.texi (Window Start and End): Add an index.
1063
9097ad86
XF
10642013-08-02 Xue Fuqiao <xfq.free@gmail.com>
1065
1066 * display.texi (Face Functions): Add an index.
1067
1068 * variables.texi (Variable Aliases): Add an index.
1069
1070 * functions.texi (Defining Functions): Add an index.
1071
1072 * nonascii.texi (Coding System Basics): Add an index.
1073
64a695bd
XF
10742013-07-31 Xue Fuqiao <xfq.free@gmail.com>
1075
1076 * nonascii.texi (Non-ASCII Characters): Update menu.
53e84c5f
JB
1077 (Disabling Multibyte): Move here from doc/emacs/mule.texi.
1078 Fix cross-references.
64a695bd
XF
1079
1080 * elisp.texi (Top): Update menu.
1081
39e8fb76
XF
10822013-07-30 Xue Fuqiao <xfq.free@gmail.com>
1083
1084 * windows.texi (Window History): Mention the default value of
3cd51eaa 1085 switch-to-visible-buffer. Add cross-references.
39e8fb76 1086
95e6e62b
MA
10872013-07-24 Michael Albinus <michael.albinus@gmx.de>
1088
1089 * errors.texi (Standard Errors): Fix typo.
1090
1091 * files.texi (Magic File Names):
1092 * os.texi (File Notifications): Remove file-notify-supported-p.
1093
53840e55
PE
10942013-07-24 Paul Eggert <eggert@cs.ucla.edu>
1095
1096 * eval.texi (Special Forms): Mention 'lambda'. Also, say that
1097 non-well-formed expressions result in unspecified behavior, though
1098 Emacs will not crash.
1099
32813ea7
MA
11002013-07-22 Michael Albinus <michael.albinus@gmx.de>
1101
1102 * files.texi (Magic File Names): Add file-notify-add-watch,
add6de1c
SM
1103 file-notify-rm-watch and file-notify-supported-p.
1104 Move file-remote-p down.
32813ea7
MA
1105
1106 * errors.texi (Standard Errors): Add file-notify-error.
1107
1108 * os.texi (Desktop Notifications): Rename from Notifications.
1109 (File Notifications): New node.
1110
1111 * elisp.texi (Top): Update menu for these changes.
1112
ac446ed8
XF
11132013-07-19 Xue Fuqiao <xfq.free@gmail.com>
1114
1115 * windows.texi (Display Action Functions): Mention next-window.
1116
e6c005c5
XF
11172013-07-16 Xue Fuqiao <xfq.free@gmail.com>
1118
1119 * windows.texi (Selecting Windows): Fix the introduction of
1120 `set-frame-selected-window''s arguments.
1121
954b166e
PE
11222013-07-10 Paul Eggert <eggert@cs.ucla.edu>
1123
1124 Timestamp fixes for undo (Bug#14824).
1125 * text.texi (Undo): Document (t . 0) and (t . -1) in buffer-undo-list.
1126
3323c263
EZ
11272013-07-06 Eli Zaretskii <eliz@gnu.org>
1128
1129 * nonascii.texi (Text Representations): Document that
1130 multibyte-string-p returns nil for non-string objects.
1131
4431e6d9 11322013-07-06 Glenn Morris <rgm@gnu.org>
d4aa7284
GM
1133
1134 * elisp.texi (Top): Move WWW_GNU_ORG section outside @copying.
1135
a944db14
GM
11362013-07-03 Glenn Morris <rgm@gnu.org>
1137
1138 * debugging.texi (Debugging):
1139 * files.texi (File Attributes, Changing Files): Fix cross-references.
1140
1141 * package.texi (Package Archives): Fix @url call.
1142
253e30aa
GM
1143 * syntax.texi (Syntax Table Functions): Mention describe-syntax.
1144
4c672a0f
EZ
11452013-06-29 Eli Zaretskii <eliz@gnu.org>
1146
1147 * display.texi (Bidirectional Display): Document move-point-visually.
1148
4366ddd4
XF
11492013-06-29 Xue Fuqiao <xfq.free@gmail.com>
1150
1151 * buffers.texi (Buffer File Name): Fix typo.
1152
bace8013
CS
11532013-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
1154
1155 * tips.texi (Coding Conventions): Improve wording.
1156
f99f7826 11572013-06-24 Glenn Morris <rgm@gnu.org>
e8b3825d
GM
1158
1159 * loading.texi (Autoload): Fix typo.
1160
611e8a48
GM
1161 * variables.texi (Lexical Binding): Fix typo.
1162
edfaf7c0
GM
1163 * functions.texi (Anonymous Functions): Put back ' removed 2012-10-23.
1164
f3f9606c
LMI
11652013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
1166
1167 * display.texi (ImageMagick Images): Mention :max-width and
1168 :max-height.
1169
89561f72
PE
11702013-06-20 Paul Eggert <eggert@cs.ucla.edu>
1171
1172 * numbers.texi (Math Functions): Remove obsolete function log10.
1173
9716fedb
SM
11742013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
1175
1176 * modes.texi (Mode Line Data, Properties in Mode): Advertise `keymap'
1177 rather than `local-map'.
1178
1179 * keymaps.texi (Active Keymaps): Fix documentation of
1180 set-temporary-overlay-map and overriding-terminal-local-map.
1181
789cf833
GM
11822013-06-19 Glenn Morris <rgm@gnu.org>
1183
1184 * Makefile.in (dist): Edit more configure variables.
1185 Try to check that we do not miss any in future.
1186
254408ca
JB
11872013-06-17 Juanma Barranquero <lekktu@gmail.com>
1188
1189 * text.texi (Undo, Changing Properties): Fix typos.
1190
708e05f6
LMI
11912013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1192
1193 * text.texi (Changing Properties): Document `add-face-text-property'.
1194
3da95318
KH
11952013-06-17 Kenichi Handa <handa@gnu.org>
1196
1197 * display.texi (Face Attributes): Refer to "Low-Level font" (not
2c149f93 1198 "Font Selection") in the explanation of :font attribute (bug#14629).
3da95318 1199
de0503df
SM
12002013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1201
1202 * loading.texi (Hooks for Loading): Don't document after-load-alist.
1203 Document with-eval-after-load instead of eval-after-load.
1204
823777b5
XF
12052013-06-11 Xue Fuqiao <xfq.free@gmail.com>
1206
1207 * files.texi (File Name Expansion): Make the example more
1208 intuitive.
1209
08c0a604
PE
12102013-06-10 Paul Eggert <eggert@cs.ucla.edu>
1211
1212 Documentation fix for 'ls' and hard links.
1213 * compile.texi (Compilation Functions):
1214 * files.texi (File Attributes, Changing Files):
1215 Use current format for GNU 'ls' output.
1216 (File Attributes): Fix problem introduced in previous change:
1217 the link count is the number of hard links, not the number
1218 of hard links + 1.
1219
e4568f3b
XF
12202013-06-10 Xue Fuqiao <xfq.free@gmail.com>
1221
1222 * files.texi (File Attributes): Fix typo.
1223
a5cf7779
SM
12242013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
1225
1226 * functions.texi (Lambda Expressions): Lambda expressions don't
1227 evaluate to themselves in general (bug#11782).
1228
6e911150
SM
12292013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
1230
1231 * loading.texi (Autoload):
1232 * help.texi (Documentation Basics, Accessing Documentation)
1233 (Accessing Documentation, Accessing Documentation): DOC-* is now DOC.
1234
b02b5481
GM
12352013-04-23 Glenn Morris <rgm@gnu.org>
1236
1237 * internals.texi (Writing Emacs Primitives): Remove obvious example.
1238 Tweak other to avoid overly long line.
1239
f8152bcb
XF
12402013-04-21 Xue Fuqiao <xfq.free@gmail.com>
1241
84ebefe9 1242 * internals.texi (Writing Emacs Primitives): Remove unnecessary
35e951cd 1243 references to the sources. (Bug#13800)
84ebefe9 1244
f8152bcb
XF
1245 * searching.texi (Regexp Backslash): Doc fix for backslash
1246 constructs in regular expressions.
1247
8fa2654e
CS
12482013-04-15 Christopher Schmidt <christopher@ch.ristopher.com>
1249
1250 * tips.texi (Coding Conventions): Mention separation of package
1251 descriptor and name of internal symbols by two hyphens.
1252
0aa3616e
SB
12532013-04-13 Stephen Berman <stephen.berman@gmx.net>
1254
1255 * windows.texi (Splitting Windows): Change category of
1256 split-window from a command to a function.
1257
cd542620
CY
12582013-04-06 Chong Yidong <cyd@gnu.org>
1259
1260 * display.texi (Faces): Minor clarifications.
6e911150
SM
1261 (Defining Faces): Clarify default vs custom face specs.
1262 Document face-spec-set.
cd542620
CY
1263
1264 * display.texi (Overlay Properties):
1265 * text.texi (Special Properties): Use the "anonymous face"
1266 terminology. Describe foreground-color and background-color forms
1267 as compatibility-only.
1268
8d0c20ae
EZ
12692013-03-24 Eli Zaretskii <eliz@gnu.org>
1270
1271 * compile.texi (Byte-Code Objects): Add index entry.
1272 (Disassembly): Add cross-references.
1273
45f1d362
EZ
12742013-03-23 Eli Zaretskii <eliz@gnu.org>
1275
1276 * frames.texi (Size Parameters): More accurate description of the
1277 difference between 'fullboth' and 'maximized'. (Bug#13935)
1278
5784e319
CS
12792013-03-17 Christopher Schmidt <christopher@ch.ristopher.com>
1280
1281 * symbols.texi (Standard Properties): Document pure. (Bug#13823)
1282
78be8b64 12832013-03-16 Glenn Morris <rgm@gnu.org>
c0765905
GM
1284
1285 * elisp.texi: Add some stuff specific to www.gnu.org.
1286
b388e7ad
TZ
12872013-03-11 Teodor Zlatanov <tzz@lifelogs.com>
1288
1289 * control.texi (Pattern matching case statement): Fix typo.
1290
681ebc33
PE
12912013-03-04 Paul Eggert <eggert@cs.ucla.edu>
1292
1293 * elisp.texi, intro.texi: Switch from Latin-1 to UTF-8.
1294
9bed73f3
GM
12952013-03-03 Glenn Morris <rgm@gnu.org>
1296
1297 * objects.texi (Symbol Type): Fix typo.
1298
929aeac6 12992013-02-28 Bastien Guerry <bzg@gnu.org>
5765e9e0
BG
1300
1301 * variables.texi (File Local Variables): Fix reference.
1302
1abfd3e8 13032013-02-24 Eli Zaretskii <eliz@gnu.org>
39ef03af
EZ
1304
1305 * files.texi (Magic File Names): Improve wording and indexing.
1306
f0c954fa
GM
13072013-02-21 Glenn Morris <rgm@gnu.org>
1308
1309 * display.texi (Multi-Frame Images): Minor rephrasing.
1310
1e56f8ef
GM
13112013-02-20 Glenn Morris <rgm@gnu.org>
1312
1313 * display.texi (GIF Images, TIFF Images): Delete these nodes.
1314 (ImageMagick Images): For :index, use an xref rather than duplicating.
1315 (Other Image Types): Add GIF, adjust formatting.
1316 (Multi-Frame Images): Rename from Animated Images. Expand section.
1317 * elisp.texi (Top): Update menu for these changes.
1318
93c2fa46
GM
13192013-02-19 Glenn Morris <rgm@gnu.org>
1320
1321 * text.texi (Change Hooks): Fix typo.
1322
d64d97e5 13232013-02-15 Glenn Morris <rgm@gnu.org>
df1af142
GM
1324
1325 * modes.texi (Basic Major Modes): 'z' no longer bound in special-mode.
1326
b5ca9d53
GM
13272013-02-13 Glenn Morris <rgm@gnu.org>
1328
b6c3e4b1
GM
1329 * objects.texi (Char-Table Type): Add footnote about #^^.
1330
b5ca9d53
GM
1331 * modes.texi (Minor Mode Conventions): Fix typo.
1332
85adc63f
GM
1333 * keymaps.texi (Scanning Keymaps): Remove obsolete sentence about
1334 meta characters; this changed in 22.1. (Bug#13684)
1335
662abcc1
GM
1336 * objects.texi (Char-Table Type): Add cindex.
1337
9d6c9dd1
GM
1338 * keymaps.texi (Key Binding Commands): Trivial rephrasing.
1339
490a9458 13402013-02-10 Glenn Morris <rgm@gnu.org>
dc55466e
GM
1341
1342 * keymaps.texi (Creating Keymaps): Update make-keymap result.
1343
8549f9e8
EZ
13442013-02-09 Eli Zaretskii <eliz@gnu.org>
1345
1346 * modes.texi (%-Constructs): Remove the description of %t.
1347
1348 * nonascii.texi (MS-DOS File Types): Delete node.
1349
7bd00724
GM
13502013-02-08 Glenn Morris <rgm@gnu.org>
1351
1352 * keymaps.texi (Active Keymaps, Searching Keymaps):
1353 Remove confusing mention of "symbolic prefix". (Bug#13643)
1354
795e7a5b 13552013-01-19 Glenn Morris <rgm@gnu.org>
f8a42ad6
GM
1356
1357 * macros.texi (Indenting Macros): Fix order of an indent
1358 symbol's arguments. (Bug#13450)
1359
b3fbb395
PE
13602013-01-19 Paul Eggert <eggert@cs.ucla.edu>
1361
1362 Allow floating-point file offsets.
1363 * files.texi (Reading from Files, Writing to Files):
1364 Say that file offsets can be numbers, not just integers.
1365
45a7e57c
GM
13662013-01-09 Glenn Morris <rgm@gnu.org>
1367
1368 * commands.texi (Interactive Codes):
1369 Whitespace does not terminate interactive "S". (Bug#13393)
1370
04c48b14
CY
13712013-01-06 Chong Yidong <cyd@gnu.org>
1372
1373 * windows.texi (Vertical Scrolling): Fix typos (Bug#13267).
1374
1f1c405d
GM
13752013-01-05 Glenn Morris <rgm@gnu.org>
1376
1377 * display.texi (Overlay Properties): Mention field. (Bug#13364)
1378
5d7c18a8
EZ
13792013-01-05 Eli Zaretskii <eliz@gnu.org>
1380
1381 * hooks.texi (Standard Hooks): Use @item, not @itemx, as the first
1382 directive in a group of items.
1383
89cb305e 13842013-01-05 Chong Yidong <cyd@gnu.org>
27e4813f
CY
1385
1386 * keymaps.texi (Key Sequences): Remove obsolete sentence
1387 (Bug#13356).
1388
0f668a4d 13892013-01-04 Ari Roponen <ari.roponen@gmail.com> (tiny change)
4217dc29
AR
1390
1391 * hash.texi (Defining Hash): Fix typo. (Bug#13345)
1392
553081a5
SM
13932013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
1394
1395 * files.texi (File Attributes): Undocument return format of file-acl.
1396
1cbb9ed6
GM
13972013-01-03 Glenn Morris <rgm@gnu.org>
1398
75e78d1e
GM
1399 * processes.texi (System Processes):
1400 * syntax.texi (Syntax Table Functions): Tweak some line breaks.
1401
5f1a9647
GM
1402 * searching.texi (Replacing Match): Fix xref.
1403
1cbb9ed6
GM
1404 * elisp.texi (DATE): Bump to Jan 2013.
1405
9539d465 14062013-01-02 Glenn Morris <rgm@gnu.org>
9800c5b0 1407
22ff2cb8
GM
1408 * customize.texi (Common Keywords, Type Keywords):
1409 Replace "active field" with "button". (Bug#13310)
1410
9800c5b0
GM
1411 * customize.texi (Common Keywords): Add xref. (Bug#13311)
1412 * tips.texi (Library Headers): Add cindex.
1413
d5e5e7b4 14142012-12-30 Wolfgang Jenkner <wjenkner@inode.at>
151d9088
EZ
1415
1416 * functions.texi (Declare Form):
1417 * intro.texi (A Sample Function Description):
1418 * syntax.texi (Syntax Table Internals, Syntax Table Functions):
1419 * variables.texi (Using Lexical Binding): Don't use @var or CAPS
1420 in @def.. commands. (Bug#13292)
1421
ccad023b
EZ
14222012-12-29 Eli Zaretskii <eliz@gnu.org>
1423
1424 * files.texi (Changing Files): Document the return values of
1425 set-file-selinux-context and set-file-acl.
1426
1ab0c851
GM
14272012-12-27 Glenn Morris <rgm@gnu.org>
1428
1429 * files.texi (File Names): Mention Cygwin conversion functions.
1430
94900bfe
MR
14312012-12-22 Martin Rudalics <rudalics@gmx.at>
1432
1433 * windows.texi (Selecting Windows): Reword description of
1434 select-window (Bug#13248).
1435
04d9b71a
EZ
14362012-12-22 Eli Zaretskii <eliz@gnu.org>
1437
1438 * files.texi (File Attributes, Changing Files): Remove the details
1439 about the text returned by file-acl. Instead, just document that
1440 it is an opaque string meant to be used by set-file-acl.
1441
6e55f03e
CY
14422012-12-21 Chong Yidong <cyd@gnu.org>
1443
07b9c0be
CY
1444 * modes.texi (Auto Major Mode): Fix typo (Bug#13230).
1445
6e55f03e
CY
1446 * customize.texi (Simple Types): Document key-sequence type
1447 (Bug#13048).
1448
5bec25eb
CY
1449 * strings.texi (Text Comparison): Doc fix for compare-strings.
1450
15ccf05e
MA
14512012-12-19 Michael Albinus <michael.albinus@gmx.de>
1452
1453 * files.texi (Magic File Names): Add `file-acl',
1454 `file-selinux-context', `set-file-acl' and
1455 `set-file-selinux-context'. Make the list consistent.
1456
ee3c0aec
JB
14572012-12-19 Jonas Bernoulli <jonas@bernoul.li>
1458
1459 * tips.texi (Library Headers): New header keyword `Homepage'.
1460 Make continuation lines syntax more precise.
1461
66447e07
EZ
14622012-12-17 Eli Zaretskii <eliz@gnu.org>
1463
1464 * files.texi (File Attributes, Changing Files): Update to include
1465 MS-Windows support for ACLs.
1466
7c3d167f
RF
14672012-12-16 Romain Francoise <romain@orebokech.com>
1468
1469 * files.texi (File Attributes): Document ACL support and new
1470 `file-acl' function.
1471 (Changing Files): Mention argument name change of `copy-file' and
1472 document new function `set-file-acl'.
1473
97976f9f
PE
14742012-12-14 Paul Eggert <eggert@cs.ucla.edu>
1475
35e951cd 1476 Fix permissions bugs with setgid directories etc. (Bug#13125)
97976f9f
PE
1477 * files.texi (Testing Accessibility): Document GROUP arg
1478 of file-ownership-preserved-p.
1479 (File Attributes): Document that 9th element is now
1480 just a placeholder.
1481 * os.texi (User Identification): Document new functions group-gid,
1482 group-real-gid.
1483
d92d9c95
PE
14842012-12-11 Paul Eggert <eggert@cs.ucla.edu>
1485
1486 * internals.texi (C Integer Types): New section.
1487 This follows up and records an email in
1488 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00496.html>.
1489
265c2fbf 14902012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
f433306a 1491
4a0e1924 1492 * control.texi (Pattern matching case statement): New node.
f433306a 1493
1cbae532
SM
1494 * customize.texi (Variable Definitions): Mention the default :group
1495 for defcustoms (bug#13093).
1496
c6c08d3f
GM
14972012-12-09 Glenn Morris <rgm@gnu.org>
1498
1499 * customize.texi (Variable Definitions): Mention eval-defun
1500 on a defcustom calls the :set function when appropriate.
1501
4288142b
PE
15022012-12-06 Paul Eggert <eggert@cs.ucla.edu>
1503
1504 * doclicense.texi, gpl.texi: Update to latest version from FSF.
1505 These are just minor editorial changes.
1506
d8ad4d3f 15072012-12-06 Chong Yidong <cyd@gnu.org>
a20ae0b9
CY
1508
1509 * lists.texi (Plist Access): Move put example to Symbol Plists.
1510
1511 * symbols.texi (Standard Properties): Fix typo.
1512
c5bc2d1d 15132012-12-03 Chong Yidong <cyd@gnu.org>
547d6865 1514
f02f19bd
CY
1515 * symbols.texi (Symbol Properties): New node.
1516 (Symbol Plists): Make it a subsection under Symbol Properties.
1517 (Standard Properties): New node.
1518
1519 * lists.texi (Property Lists): Move here from symbols.texi.
1520 (Plist Access): Rename from Other Plists.
1521
1522 * customize.texi (Variable Definitions):
1523 * display.texi (Defining Faces):
1524 * sequences.texi (Char-Tables): Fix xref.
1525
1cbae532 1526 * keymaps.texi (Key Sequences): `kbd' is now a function.
547d6865 1527
f02f19bd
CY
1528 * commands.texi (Using Interactive): Fix index entry.
1529
cb6f5650
PE
15302012-11-24 Paul Eggert <eggert@cs.ucla.edu>
1531
c07a6ded
PE
1532 * doclicense.texi: Update to latest version from FSF.
1533 These are just minor editorial changes.
1534 * elisp.texi (GNU Free Documentation License)
1535 (GNU General Public Licens):
1536 Provide sectioning, since doclicense.texi no longer does that.
1537
cb6f5650
PE
1538 * loading.texi (Named Features): @ -> @@ to fix typo.
1539
d125ca15 15402012-11-24 Martin Rudalics <rudalics@gmx.at>
0d4bb04f
MR
1541
1542 * windows.texi (Basic Windows): Fix typo.
1543 (Windows and Frames): Fix example. Move description of
1544 window-in-direction here.
1545 (Recombining Windows): Fix example.
1cbae532 1546 (Buffers and Windows): Fix description of replace-buffer-in-windows.
0d4bb04f
MR
1547 (Switching Buffers): Reword.
1548 (Display Action Functions): Minor adjustments.
1549 (Choosing Window Options): Minor fixes.
1550 (Window History): Minor rewording.
1551 (Dedicated Windows): Correct and reword part describing how
1552 dedicatedness affects functions removing buffers or windows.
1cbae532 1553 * buffers.texi (The Buffer List): Fix description of bury-buffer.
0d4bb04f 1554
d125ca15 15552012-11-24 Chong Yidong <cyd@gnu.org>
90d99fdf
CY
1556
1557 * modes.texi (%-Constructs): Fix statement about mode construct
1558 padding (Bug#12866).
1559
d125ca15 15602012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
365fc14a
SM
1561
1562 * debugging.texi (Profiling): Make it more clear
1563 that --enable-profiling is about profiling the C code.
1564
38a2f917
GM
15652012-11-21 Glenn Morris <rgm@gnu.org>
1566
3ca2f1bf
GM
1567 * display.texi (Attribute Functions):
1568 Update for set-face-* name changes.
1bf335cf
GM
1569 Add new "inherit" argument for face-bold-p etc.
1570 Move description of this argument to a common section, like "frame".
3ca2f1bf 1571
6ef2e5ef 1572 * debugging.texi (Profiling): New section.
b6729a18 1573 (Debugging): Mention profiling in the introduction.
5b776637
GM
1574 * tips.texi (Compilation Tips): Move profiling to separate section.
1575 * elisp.texi: Add Profiling to detailed menu.
1576
6ef2e5ef 15772012-11-21 Martin Rudalics <rudalics@gmx.at>
66c466d4
MR
1578
1579 * windows.texi (Display Action Functions): Fix recently added
1580 example. Suggested by Michael Heerdegen.
1581
6ef2e5ef 15822012-11-21 Paul Eggert <eggert@cs.ucla.edu>
0c93aa38
PE
1583
1584 Minor cleanup for times as lists of four integers.
1585 * os.texi (Time Parsing): Time values can now be four integers.
1586
7351b73d
GM
15872012-11-18 Glenn Morris <rgm@gnu.org>
1588
1589 * loading.texi (How Programs Do Loading): Add eager macro expansion.
1590 * macros.texi (Expansion): Mention eager macro expansion.
1591
a045a167
GM
1592 * minibuf.texi (Basic Completion): Mention misc completion-table funcs.
1593
2ac9538d 15942012-11-18 Leo Liu <sdl.web@gmail.com>
74ca4d39
LL
1595
1596 * minibuf.texi (Programmed Completion): Doc fix for metadata
1597 request (Bug#12850).
1598
2ac9538d 15992012-11-18 Glenn Morris <rgm@gnu.org>
6439ae19 1600
7fe37cfc
GM
1601 * display.texi (Temporary Displays): Document with-temp-buffer-window.
1602
6439ae19
GM
1603 * frames.texi (Size and Position): Add fit-frame-to-buffer command.
1604 * windows.texi (Resizing Windows): Add fit-frame-to-buffer option.
1605 (Window Sizes): Add vindex for window-min-height, window-min-width.
2279276c 1606 (Display Action Functions): Mention pop-up-frame-parameters.
6439ae19 1607
0ff7851c
MR
16082012-11-16 Martin Rudalics <rudalics@gmx.at>
1609
1610 * windows.texi (Choosing Window): Rewrite description of
1611 display-buffer-alist (Bug#12167).
1cbae532
SM
1612 (Display Action Functions): Mention inhibit-switch-frame.
1613 Fix description of display-buffer-below-selected. Reorder actions.
0ff7851c
MR
1614 Add example (Bug#12848).
1615
96e05507 16162012-11-16 Glenn Morris <rgm@gnu.org>
c79c7f2f
GM
1617
1618 * display.texi (Face Attributes): Fix :underline COLOR description.
bde3c6c0
GM
1619 (Attribute Functions): Update for set-face-underline rename.
1620 Tweak descriptions of face-underline-p, face-inverse-video-p.
c79c7f2f 1621
e4e9830b
GM
1622 * keymaps.texi (Searching Keymaps, Tool Bar): Untabify examples,
1623 so they align better in info.
921c067f
GM
1624 (Active Keymaps, Searching Keymaps, Controlling Active Maps):
1625 Document set-temporary-overlay-map.
e4e9830b 1626
c8915b67
SM
16272012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
1628
1629 * keymaps.texi (Translation Keymaps): Add a subsection "Interaction
1630 with normal keymaps".
1631
74934dcc
DA
16322012-11-15 Dmitry Antipov <dmantipov@yandex.ru>
1633
1634 * internals.texi (Garbage Collection): Update descriptions
1635 of vectorlike_header, garbage-collect and gc-cons-threshold.
1636 (Object Internals): Explain Lisp_Object layout and the basics
1637 of an internal type system.
1638 (Buffer Internals): Update description of struct buffer.
1639
f78ee6af 16402012-11-13 Glenn Morris <rgm@gnu.org>
a13e12f9
GM
1641
1642 * variables.texi (Adding Generalized Variables):
1643 At least mention gv-define-expander and gv-letplace.
1644
164f28b5 1645 * debugging.texi (Error Debugging): Mention debug-on-message.
57fc0fee 1646 (Using Debugger): Mention debugger-bury-or-kill.
164f28b5 1647
38868ad7
GM
1648 * control.texi (Signaling Errors):
1649 * debugging.texi (Error Debugging):
1650 * errors.texi (Standard Errors): Add user-error.
1651
6efddf78
GM
1652 * variables.texi (Adding Generalized Variables):
1653 Use standard formatting for common lisp note about setf functions.
1654
6baf66d5 16552012-11-10 Martin Rudalics <rudalics@gmx.at>
fdaf534a
MR
1656
1657 * elisp.texi (Top): Add Recombining Windows to menu.
1658 * windows.texi (Recombining Windows): New subsection.
1659 (Splitting Windows): Rewrite text on handling of window
1660 combinations and move it to new subsection.
1661
6baf66d5 16622012-11-10 Chong Yidong <cyd@gnu.org>
7c08f8ba 1663
8a3afaf9
CY
1664 * searching.texi (Replacing Match): Document \? in replace-match.
1665
7c08f8ba
CY
1666 * variables.texi (Creating Buffer-Local): Document setq-local and
1667 defvar-local.
1668 (Setting Generalized Variables): Arrange table alphabetically.
1669
1670 * lists.texi (List Elements, List Variables): Clarify descriptions
1671 of push and pop for generalized variables.
1672
1673 * edebug.texi (Specification List): setf is no longer CL-only.
1674
6baf66d5 16752012-11-10 Glenn Morris <rgm@gnu.org>
2ee1d59f
GM
1676
1677 * variables.texi (Adding Generalized Variables):
1678 Update description of FIX-RETURN expansion.
1679
ebdbfb95
GM
1680 * variables.texi (Setting Generalized Variables):
1681 Split most of previous contents into this subsection.
1682 (Adding Generalized Variables): New subsection.
651af8c6
GM
1683 Move note on lack of setf functions here from misc/cl.texi.
1684
ebdbfb95
GM
1685 * elisp.texi: Add Generalized Variables subsections to detailed menu.
1686
6baf66d5 16872012-11-10 Chong Yidong <cyd@gnu.org>
a9a3835c
CY
1688
1689 * frames.texi (Initial Parameters): Doc fix (Bug#12144).
1690
a43d02f0
MA
16912012-11-08 Michael Albinus <michael.albinus@gmx.de>
1692
1693 * os.texi (Notifications): Update descriptions of
1694 notifications-notify, notifications-close-notification and
1695 notifications-get-capabilities according to latest code changes.
1696 Add notifications-get-server-information.
1697
2395ab64
CY
16982012-11-03 Chong Yidong <cyd@gnu.org>
1699
1700 * objects.texi (General Escape Syntax): Clarify the explanation of
1701 escape sequences.
1702 (Non-ASCII in Strings): Clarify when a string is unibyte vs
1703 multibyte. Hex escapes do not automatically make a string
1704 multibyte.
1705
43bcfda6
MR
17062012-11-03 Martin Rudalics <rudalics@gmx.at>
1707
1708 * windows.texi (Switching Buffers): Document option
1709 switch-to-buffer-preserve-window-point.
1710 (Display Action Functions): Document window-height and
1711 window-width alist entries.
1cbae532
SM
1712 (Display Action Functions):
1713 Document display-buffer-below-selected and
43bcfda6 1714 display-buffer-in-previous-window.
1cbae532
SM
1715 (Quitting Windows): Document quit-restore-window.
1716 Rewrite section.
43bcfda6
MR
1717 (Window Configurations): In window-state-get mention that
1718 argument window must be valid.
1719 (Window Parameters): Document quit-restore window parameter
1720 (Bug#12158).
1721
89b2c8a1
GM
17222012-10-31 Glenn Morris <rgm@gnu.org>
1723
88390adf
GM
1724 * control.texi (Catch and Throw): Add xref to cl.texi.
1725
aec5e6f9
GM
1726 * lists.texi (Sets And Lists): Point xref to better location.
1727
0d8e94e9
GM
1728 * errors.texi (Standard Errors):
1729 * loading.texi (Autoload): Update for cl-lib namespace changes.
1730
5241598a
GM
1731 * modes.texi (Defining Minor Modes): "Generalized Variables"
1732 section is now in this manual rather than cl.texi.
1733
89b2c8a1
GM
1734 * eval.texi (Special Forms): No longer special forms: defmacro,
1735 defun, save-window-excursion, with-output-to-temp-buffer.
1736 * functions.texi (Defining Functions): Defun is now a macro.
1737 Defalias is a function.
1738
516e1a08
GM
17392012-10-30 Glenn Morris <rgm@gnu.org>
1740
1741 * variables.texi (Generalized Variables): Fix typo.
1742
e29e39c9
CY
17432012-10-30 Chong Yidong <cyd@gnu.org>
1744
1745 * symbols.texi (Symbol Plists): Document function-get.
1746
1747 * loading.texi (Autoload): Document autoloadp, autoload-do-load.
1748
1749 * frames.texi (Visibility of Frames): Document tty-top-frame.
1750
70edffb1
SM
17512012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1752
1753 * keymaps.texi (Format of Keymaps): Document the multiple
1754 inheritance format.
1755
3a51f0eb
MR
17562012-10-28 Martin Rudalics <rudalics@gmx.at>
1757
1758 * windows.texi (Basic Windows): Reformulate description of live,
1759 internal and valid windows.
1760 (Cyclic Window Ordering): Describe new argument of
1761 get-lru-window and get-largest-window. Add description of
1762 window-in-direction.
1763
5b6887ad
GM
17642012-10-27 Glenn Morris <rgm@gnu.org>
1765
5887564d
GM
1766 * variables.texi (Generalized Variables): New section,
1767 adapted from misc/cl.texi.
1768 * elisp.texi (Top): Add Generalized Variables to menu.
1769 * lists.texi (List Elements, List Variables):
1770 Mention generalized variables.
1771
5b6887ad
GM
1772 * lists.texi (List Elements): Typo fix.
1773
05b621a6
CY
17742012-10-27 Chong Yidong <cyd@gnu.org>
1775
1776 * minibuf.texi (High-Level Completion): Don't mention removed
1777 function iswitchb-read-buffer.
1778
1779 * commands.texi (Event Input Misc): Remove last-input-char.
1780 (Command Loop Info): Remove last-command-char.
1781
1782 * frames.texi (Initial Parameters): Don't mention the obsolete
1783 special-display feature.
1784
1785 * windows.texi (Choosing Window): Don't mention the obsolete
1786 special display feature.
1787 (Choosing Window Options): Remove obsolete special-display
1788 variables, and the functions special-display-p and
1789 special-display-popup-frame.
1790
1791 * display.texi (Fringe Bitmaps): Add exclamation-mark bitmap.
1792
1793 * hooks.texi (Standard Hooks): Remove obsolete hooks.
1794
1795 * markers.texi (Information from Markers): Remove obsolete
1796 function buffer-has-markers-at.
1797
1798 * text.texi (Yanking): Document yank-handled-properties.
1799
72ec96fb
PE
18002012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
1801
1802 Update manual for new time stamp format (Bug#12706).
1803 * buffers.texi (Modification Time):
1804 * files.texi (Testing Accessibility, File Attributes):
1805 * intro.texi (Version Info):
1806 * os.texi (Time of Day):
1807 Update for new time stamp format (HIGH LOW MICROSEC PICOSEC).
1808 These instances were missed the first time around.
1809 Problem reported by Glenn Morris in <http://bugs.gnu.org/12706#25>.
1810
75e8f9d2
CY
18112012-10-24 Chong Yidong <cyd@gnu.org>
1812
cd996018
CY
1813 * minibuf.texi (Text from Minibuffer): Document read-regexp
1814 changes.
1815
1cbae532
SM
1816 * nonascii.texi (Selecting a Representation):
1817 Document set-buffer-multibyte changes.
cd996018 1818
75e8f9d2
CY
1819 * keymaps.texi (Toolkit Differences): Node deleted.
1820 (Easy Menu): New node.
1821
d1069532
SM
18222012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1823
1824 * hooks.texi (Standard Hooks): Clarify that -hooks is deprecated.
1825
c4132fd4
PE
18262012-10-23 Paul Eggert <eggert@cs.ucla.edu>
1827
1828 Fix outdated timestamp documentation in Elisp manual (bug#12706).
1829 * files.texi (File Attributes):
1830 * text.texi (Undo):
1831 Time stamp resolution is now 1 picosecond, not 1 second.
1832
1fb3aa3f
CY
18332012-10-23 Chong Yidong <cyd@gnu.org>
1834
49238e7f
CY
1835 * display.texi (Font Lookup): Remove font-list-limit.
1836
1fb3aa3f
CY
1837 * keymaps.texi (Key Sequences): Avoid referring to Edit Macro mode
1838 (Bug#12529).
1839
5fb904b0
GM
18402012-10-22 Glenn Morris <rgm@gnu.org>
1841
f961c7d8
GM
1842 * os.texi (Recording Input): Tiny fix.
1843
4ee87740
GM
1844 * intro.texi (Lisp History):
1845 * lists.texi (Sets And Lists): Refer to cl-lib rather than cl.
5fb904b0
GM
1846 * tips.texi (Coding Conventions): Recommend cl-lib over cl.
1847
d18a0d24
CY
18482012-10-15 Chong Yidong <cyd@gnu.org>
1849
1850 * macros.texi (Defining Macros): defmacro is now a macro.
1851 Explicitly list the docstring and declare arguments.
1852
1853 * functions.texi (Anonymous Functions): Explicitly list the
1854 docstring, declare, and interactive arguments to lambda.
1855 (Defining Functions): Likewise for defun.
1856 (Inline Functions): Likewise for defsubst.
1857 (Declare Form): Tweak description.
1858
73f2b4ab
CY
18592012-10-13 Chong Yidong <cyd@gnu.org>
1860
1861 * display.texi (ImageMagick Images): ImageMagick enabled by default.
1862
379acb95
CY
18632012-10-05 Chong Yidong <cyd@gnu.org>
1864
1865 * minibuf.texi (Basic Completion): Clarify list form of completion
1866 table (Bug#12564).
1867
e8757f09 18682012-10-05 Bruno Félix Rezende Ribeiro <oitofelix@gmail.com> (tiny change)
26026637
BFRR
1869
1870 * functions.texi (Function Safety): Copyedit. (Bug#12562)
1871
86ec63ba
PE
18722012-10-01 Paul Eggert <eggert@cs.ucla.edu>
1873
1874 Revert the FOLLOW-SYMLINKS change for file-attributes.
1875 * files.texi (File Attributes, Magic File Names): Undo last change.
1876
e7a2937b
PE
18772012-09-30 Paul Eggert <eggert@cs.ucla.edu>
1878
1879 file-attributes has a new optional arg FOLLOW-SYMLINKS.
1880 * files.texi (File Attributes): Describe it.
1881 (Magic File Names): Use it.
1882
48de8b12
CY
18832012-09-30 Chong Yidong <cyd@gnu.org>
1884
1885 * commands.texi (Click Events): Define "mouse position list".
1886 Remove mention of unimplemented horizontal scroll bars.
1887 (Drag Events, Motion Events): Refer to "mouse position list".
1888 (Accessing Mouse): Document posnp.
1889
1890 * errors.texi (Standard Errors): Tweak arith-error description.
1891 Tweak markup. Remove domain-error and friends, which seem to be
1892 unused after the floating-point code revamp.
1893
33f846fb
GM
1894 * functions.texi (Defining Functions): defun is now a macro.
1895 (Obsolete Functions): Obsolescence also affects
48de8b12
CY
1896 documentation commands. Various clarifications.
1897 (Declare Form): New node.
1898
1899 * strings.texi (String Basics): Copyedits.
1900
33f846fb 1901 * os.texi (Startup Summary): Document leim-list.el change.
48de8b12 1902 (User Identification): Add system-users and system-groups.
33f846fb 1903 (Idle Timers): Minor clarifications.
48de8b12
CY
1904
1905 * macros.texi (Defining Macros): Move description of `declare' to
1906 Declare Form node.
1907
1908 * loading.texi (Autoload):
1909 * help.texi (Documentation Basics): The special sequences can
1910 trigger autoloading.
1911
1912 * numbers.texi (Integer Basics): Copyedits.
1913 (Float Basics): Consider IEEE floating point always available.
1914 (Random Numbers): Document actual limits.
1915 (Arithmetic Operations): Clarify division by zero. Don't mention
1916 the machine-independence of negative division since it does not
1917 happen in practice.
1918
e61d39cd 19192012-09-28 Leo Liu <sdl.web@gmail.com>
03922966
LL
1920
1921 * files.texi (Files): Fix typo.
1922
e109c4a6
CY
19232012-09-23 Chong Yidong <cyd@gnu.org>
1924
1925 * buffers.texi (Read Only Buffers): Document read-only-mode.
1926
1927 * keymaps.texi (Alias Menu Items): Replace toggle-read-only with
1928 read-only-mode.
1929
1930 * backups.texi (Auto-Saving): Refer to Minor Mode Conventions for
1931 calling conventions.
1932
c88b867f
CY
19332012-09-22 Chong Yidong <cyd@gnu.org>
1934
1935 * searching.texi (Replacing Match): Minor clarification.
1936
df9685f3
EZ
19372012-09-22 Eli Zaretskii <eliz@gnu.org>
1938
287d7455
EZ
1939 * edebug.texi (Instrumenting): Improve indexing.
1940
df9685f3
EZ
1941 * os.texi (Idle Timers): Warn against reinvoking an idle timer
1942 from within its own timer action. (Bug#12447)
1943
47133380
CY
19442012-09-22 Chong Yidong <cyd@gnu.org>
1945
1946 * frames.texi (Pop-Up Menus): Minor clarification (Bug#11148).
1947
ab199df2 19482012-09-21 Glenn Morris <rgm@gnu.org>
1bfe3177
GM
1949
1950 * debugging.texi (Using Debugger): Fix typo.
1951
ed1f0bd3
CY
19522012-09-18 Chong Yidong <cyd@gnu.org>
1953
1954 * display.texi (Faces): Discuss anonymous faces.
1955 (Face Attributes): Tweak intro.
1956 (Defining Faces): Move after the Face Attributes node. Copyedits.
1957 (Displaying Faces): Describe role of inheritance.
1958
1959 * customize.texi (Customization): Define customization more
1960 carefully (Bug#11440).
1961 (Common Keywords): Add xref to Constant Variables.
1962
1963 * variables.texi (Defining Variables): Link to defcustom's node
1964 instead of the higher-level Customization chapter.
1965
c990426a
PE
19662012-09-11 Paul Eggert <eggert@cs.ucla.edu>
1967
1968 Simplify, document, and port floating-point (Bug#12381).
1969 * numbers.texi (Float Basics, Arithmetic Operations, Math Functions):
1970 Document that / and mod (with floating point arguments), along
1971 with asin, acos, log, log10, expt and sqrt, return special values
1972 instead of signaling exceptions.
1973 (Float Basics): Document that logb operates on the absolute value
1974 of its argument.
1975 (Math Functions): Document that (log ARG BASE) also returns NaN if
1976 BASE is negative. Document that (expt X Y) returns NaN if X is a
1977 finite negative number and Y a finite non-integer.
1978
011474aa
CY
19792012-09-09 Chong Yidong <cyd@gnu.org>
1980
bb6b0efc
CY
1981 * lists.texi (Sets And Lists): Explain that the return value for
1982 delete should be used, like for delq.
1983
011474aa
CY
1984 * minibuf.texi (Yes-or-No Queries): Document recentering and
1985 scrolling in y-or-n-p. Remove gratuitous example.
1986
1987 * searching.texi (Search and Replace): Document window scrolling
1988 entries in query-replace-map.
1989
6dcef6ec
CY
19902012-09-08 Chong Yidong <cyd@gnu.org>
1991
1992 * syntax.texi (Syntax Table Internals): Define "raw syntax
1993 descriptor" terminology (Bug#12383).
1994 (Syntax Descriptors): Mention raw syntax descriptors.
1995
52404181
CY
19962012-09-07 Chong Yidong <cyd@gnu.org>
1997
1a5432bc
CY
1998 * variables.texi (Creating Buffer-Local): Fix description of
1999 local-variable-if-set-p (Bug#10713).
2000
0a6bdaa1
CY
2001 * eval.texi (Intro Eval): Add index entry for sexp (Bug#12233).
2002
14ba4cf3
CY
2003 * windows.texi (Display Action Functions)
2004 (Choosing Window Options): Remove obsolete variable
2005 display-buffer-reuse-frames.
cee2e90d 2006 (Switching Buffers): Minor doc tweak for switch-to-buffer.
14ba4cf3 2007
e5c2edf7
CY
2008 * positions.texi (Narrowing): Document buffer-narrowed-p.
2009
52404181
CY
2010 * markers.texi (Moving Markers): Add xref to Point (Bug#7151).
2011
2012 * syntax.texi (Low-Level Parsing): Add xref to Parser State
2013 (Bug#12269).
2014
7f7e0167
LI
20152012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
2016
2017 * debugging.texi (Explicit Debug): Document `debug-on-message'.
2018
6a787d9a
CY
20192012-09-02 Chong Yidong <cyd@gnu.org>
2020
2021 * windows.texi (Window Configurations): Recommend against using
2022 save-window-excursion (Bug#12075).
2023
2024 * control.texi (Catch and Throw):
2025 * positions.texi (Excursions): Don't mention it.
2026
0e23ef9d
PE
20272012-09-01 Paul Eggert <eggert@cs.ucla.edu>
2028
2029 Better seed support for (random).
2030 * numbers.texi (Random Numbers): Document new behavior of
2031 the calls (random) and (random STRING).
2032
342dac71
MR
20332012-08-21 Martin Rudalics <rudalics@gmx.at>
2034
2035 * windows.texi (Window Point): Document recent changes in
2036 window-point and set-window-point.
2037 (Selecting Windows): Document recent change in select-window.
2038
a08eadfe
EZ
20392012-08-06 Eli Zaretskii <eliz@gnu.org>
2040
2041 * functions.texi (Closures): Put the main index entry for
2042 "closures" here. (Bug#12138)
2043
2044 * variables.texi (Lexical Binding): Disambiguate the index entry
2045 for "closures".
2046
35b6586e
CY
20472012-08-05 Chong Yidong <cyd@gnu.org>
2048
2049 * display.texi (Defining Faces): Move documentation of
2050 frame-background-mode to the Emacs manual (Bug#7774).
2051
02676e5d
CY
20522012-08-04 Chong Yidong <cyd@gnu.org>
2053
2054 * syntax.texi (Syntax Basics): Rearrange the text for clarity.
2055 Fix description of syntax table inheritance.
2056 (Syntax Table Functions): Don't refer to internal contents of
2057 syntax table, since that is not explained yet. Copyedits.
2058 (Standard Syntax Tables): Node deleted.
2059 (Syntax Table Internals): Misc clarifications. Improve table
2060 formatting.
2061
2062 * keymaps.texi (Inheritance and Keymaps):
2063 * text.texi (Sticky Properties): Tweak index entry.
2064
73e0cbc0
EZ
20652012-07-28 Eli Zaretskii <eliz@gnu.org>
2066
2067 * nonascii.texi (Character Sets): Fix a typo. (Bug#12062)
2068
09ae5da1
PE
20692012-07-25 Paul Eggert <eggert@cs.ucla.edu>
2070
2071 Prefer typical American spelling for "acknowledgment".
2072 * intro.texi (Acknowledgments): Rename from Acknowledgements.
2073
1ada2e55
EZ
20742012-07-21 Eli Zaretskii <eliz@gnu.org>
2075
2076 * commands.texi (Special Events): Mention language-change event.
2077 (Input Events, Interactive Codes):
2078 * keymaps.texi (Key Sequences): Mention events that are
2079 non-keyboard but also non-mouse events.
2080
9ea10cc3
CY
20812012-07-17 Chong Yidong <cyd@gnu.org>
2082
2083 * text.texi (Insertion): Document insert-char changes.
2084
2e2d2a13
LL
20852012-07-15 Leo Liu <sdl.web@gmail.com>
2086
2087 * display.texi (Fringe Bitmaps): Add exclamation-mark.
2088
b68b3337
CY
20892012-07-13 Chong Yidong <cyd@gnu.org>
2090
2091 * buffers.texi (Read Only Buffers): Document toggle-read-only
2092 changes. Reword to account for the fact that read-only is
2093 currently not supported in overlay properties.
2094
ab4c47d3
CY
20952012-07-07 Chong Yidong <cyd@gnu.org>
2096
2097 * loading.texi (Library Search): Index site-lisp directories.
2098
d4913798
CY
20992012-07-06 Chong Yidong <cyd@gnu.org>
2100
2101 * intro.texi (A Sample Function Description): Fix incorrect
2102 markup, undoing previous change.
2103 (A Sample Variable Description): Minor clarifications and markup
2104 improvements.
2105
2106 * elisp.texi (Top):
2107 * text.texi (Text): Fix menu order.
2108
251736f4
RS
21092012-07-06 Richard Stallman <rms@gnu.org>
2110
35e951cd 2111 * intro.texi (Evaluation Notation, A Sample Function Description)
8c6c57ea 2112 (A Sample Variable Description): Improve/undo previous changes.
251736f4 2113
e8d71283
GM
21142012-07-05 Glenn Morris <rgm@gnu.org>
2115
2116 * intro.texi (A Sample Function Description): Fix cross-refs.
2117
47187200
MW
21182012-07-05 Michael Witten <mfwitten@gmail.com> (tiny change)
2119
2120 * intro.texi (Evaluation Notation, A Sample Function Description)
2121 (A Sample Variable Description, Version Info): Copy edits (bug#11862).
2122
a2eb421b
CY
21232012-06-27 Chong Yidong <cyd@gnu.org>
2124
2125 * processes.texi (Asynchronous Processes, Input to Processes):
2126 * internals.texi (Process Internals): Don't capitalize "pty".
2127
6d41a41d
TTN
21282012-06-24 Thien-Thi Nguyen <ttn@gnuvola.org>
2129
2130 * processes.texi (Asynchronous Processes): Make the pty vs pipe
2131 discussion more prominent.
2132
0bd8297f
EZ
21332012-06-23 Eli Zaretskii <eliz@gnu.org>
2134
2135 * commands.texi (Misc Events): Document the language-change event.
2136
d35af63c
PE
21372012-06-22 Paul Eggert <eggert@cs.ucla.edu>
2138
2139 Support higher-resolution time stamps (Bug#9000).
2140 * os.texi (Time of Day, Time Parsing, Processor Run Time, Idle Timers):
2141 * processes.texi (System Processes):
2142 Time stamp resolution is now picosecond, not microsecond.
2143
ac1a0ce1 21442012-06-21 Glenn Morris <rgm@gnu.org>
2fecccba
GM
2145
2146 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
2147
1053a871
SM
21482012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
2149
2150 * functions.texi (Defining Functions):
2151 * macros.texi (Defining Macros): Un-define the return value of `defun',
2152 `defmacro' and `defalias'.
2153
41b7f8bc
CY
21542012-06-17 Chong Yidong <cyd@gnu.org>
2155
2156 * elisp.texi: Remove urlcolor setting.
2157
82a25657
GM
21582012-06-17 Glenn Morris <rgm@gnu.org>
2159
2160 * display.texi (Face Attributes): Copyedits. Add a few cindex entries.
2161 Overlining no longer behaves exactly like underlining.
2162
a04689de 21632012-06-16 Aurélien Aptel <aurelien.aptel@gmail.com>
8da9479c
GM
2164
2165 * display.texi (Face Attributes):
2166 Document wave-style underline face attribute.
2167
1b9b4cf4
CY
21682012-06-11 Chong Yidong <cyd@gnu.org>
2169
2170 * display.texi (ImageMagick Images): ImageMagick now supports the
2171 :background property.
2172
dbab98c7
DA
21732012-06-10 Dmitry Antipov <dmantipov@yandex.ru>
2174
2175 * internals.texi (Garbage Collection): Typo fix.
2176
6175e34b
CY
21772012-06-09 Chong Yidong <cyd@gnu.org>
2178
2179 * text.texi (Special Properties): Clarify the meaning of a list of
2180 faces in the `face' property.
2181
2182 * display.texi (Face Remapping): Minor clarification.
2183
4b56d0fe
CY
21842012-06-08 Chong Yidong <cyd@gnu.org>
2185
2186 * display.texi (Face Attributes): Font family does not accept
2187 wildcards. De-document obsolete :bold and :italic attributes.
2188 (Defining Faces): Use new-style face spec format.
2189
f3372c87
DA
21902012-06-08 Dmitry Antipov <dmantipov@yandex.ru>
2191
8d7c7eed 2192 * internals.texi (Garbage Collection): Document new
f3372c87
DA
2193 vector management code and vectorlike_header structure.
2194
5f2c76c6
CY
21952012-06-03 Chong Yidong <cyd@gnu.org>
2196
2197 * modes.texi (Mode Line Data): Use "mode line construct"
2198 terminology for consistency.
2199
ecc6530d
GM
22002012-05-27 Glenn Morris <rgm@gnu.org>
2201
2202 * abbrevs.texi, advice.texi, anti.texi, backups.texi:
2203 * buffers.texi, commands.texi, compile.texi, control.texi:
2204 * customize.texi, debugging.texi, display.texi, doclicense.texi:
2205 * edebug.texi, elisp.texi, errors.texi, eval.texi, files.texi:
2206 * frames.texi, functions.texi, gpl.texi, hash.texi, help.texi:
2207 * hooks.texi, index.texi, internals.texi, intro.texi, keymaps.texi:
2208 * lists.texi, loading.texi, macros.texi, maps.texi, markers.texi:
2209 * minibuf.texi, modes.texi, nonascii.texi, numbers.texi:
2210 * objects.texi, os.texi, package.texi, positions.texi:
2211 * processes.texi, searching.texi, sequences.texi, streams.texi:
2212 * strings.texi, symbols.texi, syntax.texi, text.texi, tips.texi:
2213 * variables.texi, windows.texi: Nuke hand-written node pointers.
2214
33017faf 22152012-05-27 Chong Yidong <cyd@gnu.org>
27d1f87a 2216
33017faf
GM
2217 * functions.texi (Obsolete Functions):
2218 Fix doc for set-advertised-calling-convention.
27d1f87a
CY
2219
2220 * modes.texi (Mode Help): Fix describe-mode.
2221
2222 * display.texi (Face Functions): Fix define-obsolete-face-alias.
2223
2224 * variables.texi (Variable Aliases): Fix make-obsolete-variable.
2225
33017faf 22262012-05-27 Martin Rudalics <rudalics@gmx.at>
0b128ac4 2227
33017faf 2228 * commands.texi (Recursive Editing): recursive-edit is a command.
0b128ac4
MR
2229
2230 * compile.texi (Docs and Compilation):
2231 byte-compile-dynamic-docstrings is an option.
2232
2233 * debugging.texi (Invoking the Debugger): debug is a command.
2234
2235 * display.texi (Progress): progress-reporter-update and
2236 progress-reporter-force-update have VALUE argument optional.
2237 (Animated Images): Use non-@code{nil} instead of non-nil.
2238
33017faf
GM
2239 * files.texi (Format Conversion Round-Trip):
2240 Use non-@code{nil} instead of non-nil.
0b128ac4
MR
2241
2242 * frames.texi (Creating Frames): make-frame is a command.
2243 (Input Focus): select-frame is a command.
2244 (Pointer Shape): void-text-area-pointer is an option.
2245
33017faf 2246 * help.texi (Describing Characters): read-kbd-macro is a command.
0b128ac4
MR
2247 (Help Functions): describe-prefix-bindings is a command.
2248
2249 * markers.texi (Creating Markers): Both arguments of copy-marker
2250 are optional.
2251
2252 * minibuf.texi (Reading File Names): Use @kbd instead of @code.
2253
2254 * modes.texi (Mode Line Variables): mode-line-remote and
2255 mode-line-client are not options.
2256 (Imenu): imenu-add-to-menubar is a command.
33017faf 2257 (SMIE Indentation Helpers): Use non-@code{nil} instead of non-nil.
0b128ac4
MR
2258
2259 * os.texi (Sound Output): play-sound-file is a command.
2260
33017faf 2261 * package.texi (Package Archives): Use @key{RET} instead of @kbd{RET}.
0b128ac4 2262
33017faf
GM
2263 * processes.texi (Signals to Processes):
2264 Use @key{RET} instead of @code{RET}.
0b128ac4
MR
2265 (Signals to Processes): signal-process is a command.
2266
33017faf 2267 * text.texi (Clickable Text): Use @key{RET} instead of @kbd{RET}.
0b128ac4
MR
2268 (Base 64): base64-encode-string is not a command while
2269 base64-decode-region is.
2270
2271 * windows.texi (Switching Buffers): pop-to-buffer is a command.
2272
3fe7cdc8
GM
22732012-05-12 Glenn Morris <rgm@gnu.org>
2274
2275 * Makefile.in (MKDIR_P): New, set by configure.
2276 (mkinfodir): Use $MKDIR_P.
2277
dc0f75c8
GM
22782012-05-10 Glenn Morris <rgm@gnu.org>
2279
b8a82b69
GM
2280 * loading.texi (Loading Non-ASCII): Replace the obsolete "unibyte: t"
2281 with "coding: raw-text".
51b1e059 2282 Concept of multibyte sessions no longer exists.
b8a82b69 2283
dc0f75c8
GM
2284 * files.texi (File Locks): Mention create-lockfiles option.
2285
666b903b 22862012-05-09 Glenn Morris <rgm@gnu.org>
143d9dd8 2287
5b6eebcf
GM
2288 * vol1.texi, vol2.texi: Remove files.
2289 * elisp.texi: Add VOL1,2 conditionals equivalent to vol1,2.texi
2290 * two-volume.make: Use elisp.texi as input rather than vol1,2.texi.
2291
0a454caf 2292 * Makefile.in (clean, mostlyclean): Add some more vol1/2 items.
e6afe47b 2293
143d9dd8
GM
2294 * two-volume.make (emacsdir): New.
2295 (tex): Add directory with emacsver.texi to TEXINPUTS.
2296
e68b393e
GM
2297 * minibuf.texi (Minibuffer History, Basic Completion):
2298 Tweak page breaks.
2299
9658dc2a
GM
2300 * internals.texi (Garbage Collection, Memory Usage)
2301 (Writing Emacs Primitives): Tweak page breaks.
2302
161c2a25
GM
2303 * streams.texi (Output Variables): Improve page break.
2304
2305 * edebug.texi (Edebug Display Update): Improve page break.
2306
51d58083
GM
2307 * compile.texi (Disassembly): Condense the examples.
2308
ddff3351
GM
2309 * eval.texi, functions.texi, loading.texi, macros.texi:
2310 Where possible, use example rather than smallexample.
2311
2312 * symbols.texi: Where possible, use example rather than smallexample.
2313 (Symbol Components): Fix typo.
2314 (Other Plists): Tweak page break.
2315
2316 * sequences.texi (Arrays): Tweak page breaks.
2317
2318 * customize.texi: Where possible, use example rather than smallexample.
2319 (Common Keywords, Variable Definitions, Applying Customizations)
2320 (Custom Themes): Tweak page breaks.
2321
2322 * control.texi: Where possible, use example rather than smallexample.
2323 (Sequencing, Conditionals, Signaling Errors, Handling Errors):
2324 Tweak page breaks.
2325
ca4b98fa
GM
23262012-05-08 Glenn Morris <rgm@gnu.org>
2327
5122804a
GM
2328 * two.el: Remove; unused since creation of two-volume.make.
2329
ca4b98fa
GM
2330 * vol1.texi, vol2.texi: No need to keep menus in these files.
2331
eceeb5fc
CY
23322012-05-05 Glenn Morris <rgm@gnu.org>
2333
2334 * objects.texi (Process Type, Overlay Type): Tweak page-breaks.
2335
2336 * intro.texi (Caveats): Copyedit.
2337 (Lisp History): Convert inforef to xref.
2338 (Lisp History, Printing Notation, Version Info): Improve page-breaks.
2339
2340 * text.texi (Auto Filling): Don't mention Emacs 19.
2341
2342 * commands.texi (Event Input Misc): Don't mention unread-command-char.
2343 * numbers.texi (Predicates on Numbers): Don't mention Emacs 18.
2344
2345 * elisp.texi (DATE): Forgot to change the month in 2012-04-21 change.
2346
eceeb5fc
CY
2347 * lists.texi (List-related Predicates, List Variables):
2348 Tweak page-breaks.
2349 (Sets And Lists): Convert inforef to xref.
2350
8045b906
GM
23512012-05-04 Glenn Morris <rgm@gnu.org>
2352
2353 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
2354 (info, infoclean): Use $INFO_EXT.
2355 ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
2356 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
2357 (info, maintainer-clean): Use $INFO_EXT.
2358 ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
2359
78f3273a
CY
23602012-05-04 Chong Yidong <cyd@gnu.org>
2361
2362 * os.texi (Timers): Use defopt for timer-max-repeats.
2363
ab0fa4e4
PE
23642012-05-03 Paul Eggert <eggert@cs.ucla.edu>
2365
2366 * os.texi (Time of Day): Do not limit current-time-string
2367 to years 1000..9999.
2368
2bc356d7
CY
23692012-05-02 Chong Yidong <cyd@gnu.org>
2370
2371 * display.texi (Font Lookup):
2372 * frames.texi (Pointer Shape):
2373 * processes.texi (Subprocess Creation): Use defopt for options.
2374
90207a15 23752012-05-02 Glenn Morris <rgm@gnu.org>
bbba8869
GM
2376
2377 * elisp.texi (@copying):
2378 * intro.texi (Introduction): Only print VERSION in the TeX version.
2379
90207a15 23802012-05-02 Chong Yidong <cyd@gnu.org>
5a5fd9f3
CY
2381
2382 * text.texi (Change Hooks): Minor fix for after-change-functions.
2383
90207a15 23842012-05-02 Glenn Morris <rgm@gnu.org>
7eac3782
GM
2385
2386 * package.texi (Packaging Basics):
2387 * loading.texi (Autoload):
2388 * files.texi (Magic File Names):
2389 Reword to remove/reduce some overly long/short lines.
2390
a8e7d6d7 23912012-04-27 Glenn Morris <rgm@gnu.org>
cf988578
GM
2392
2393 * elisp.texi, vol1.texi, vol2.texi: Some fixes for detailed menu.
2394 * modes.texi (Major Modes, Auto-Indentation):
2395 * buffers.texi (Buffers): Some fixes for menu descriptions.
2396
a8e7d6d7 23972012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
88ed9e87
SM
2398 * functions.texi (Simple Lambda, Argument List):
2399 * eval.texi (Function Indirection): Avoid deprecated form.
2400
a8e7d6d7 24012012-04-27 Glenn Morris <rgm@gnu.org>
16152b76 2402
1a72be46
GM
2403 * book-spine.texi, elisp.texi, vol1.texi, vol2.texi:
2404 Add "et al." to authors.
2405
16152b76
GM
2406 * buffers.texi, commands.texi, compile.texi, control.texi:
2407 * customize.texi, display.texi, eval.texi, files.texi, frames.texi:
2408 * hash.texi, help.texi, intro.texi, keymaps.texi, lists.texi:
2409 * modes.texi, numbers.texi, objects.texi, streams.texi:
2410 * symbols.texi, syntax.texi, text.texi, tips.texi, variables.texi:
2411 Use Texinfo recommended convention for quotes+punctuation.
2412
a8e7d6d7 24132012-04-27 Chong Yidong <cyd@gnu.org>
9ec7751f
CY
2414
2415 * keymaps.texi (Scanning Keymaps): Fix description of NO-REMAP arg
2416 to where-is-internal (Bug#10872).
2417
a8e7d6d7 24182012-04-27 Glenn Morris <rgm@gnu.org>
9c51bbaa 2419
a2715669
GM
2420 * macros.texi (Indenting Macros): Fix typo.
2421
0b27932b
GM
2422 * windows.texi (Basic Windows, Windows and Frames, Window Sizes)
2423 (Resizing Windows, Deleting Windows, Selecting Windows)
e78d873d
GM
2424 (Choosing Window Options, Horizontal Scrolling)
2425 (Cyclic Window Ordering, Window History, Dedicated Windows)
35e951cd 2426 (Quitting Windows, Window Configurations, Textual Scrolling)
09ebefe1
GM
2427 (Coordinates and Windows, Window Configurations)
2428 (Window Parameters, Window Hooks): Copyedits.
0b27932b
GM
2429 (Splitting Windows, Deleting Windows):
2430 Fix ignore-window-parameters logic.
2431 (Selecting Windows, Choosing Window Options): Markup fixes.
e78d873d
GM
2432 (Window Start and End): Remove pointless example.
2433 Remove cross-reference to deleted count-lines content.
09ebefe1
GM
2434 (Textual Scrolling): Mention recenter-redisplay, recenter-top-bottom,
2435 and recenter-positions. Remove recenter example.
0b27932b 2436
0dc91072
GM
2437 * elisp.texi, vol1.texi, vol2.texi: Bump VERSION and DATE.
2438
9c51bbaa
GM
2439 * minibuf.texi (Intro to Minibuffers):
2440 Tweak discussion of resizing minibuffer window.
2441
674ea9c6
GM
24422012-04-26 Glenn Morris <rgm@gnu.org>
2443
8a4ca8e3 2444 * elisp-covers.texi, front-cover-1.texi: Remove files.
8191c3bd 2445
562e638f
GM
2446 * tindex.pl: Remove file.
2447
674ea9c6
GM
2448 * makefile.w32-in (srcs):
2449 * Makefile.in (srcs): Remove back.texi (which is unused).
2450
b613912b
MA
24512012-04-24 Michael Albinus <michael.albinus@gmx.de>
2452
e43042fe
MA
2453 * os.texi (Notifications): Extend possible notification hints.
2454 Add notifications-get-capabilities.
b613912b 2455
f30d612a
CY
24562012-04-20 Chong Yidong <cyd@gnu.org>
2457
2458 * processes.texi (Asynchronous Processes): Mention nil argument to
2459 start-process.
2460
b58b1df8
GM
24612012-04-20 Glenn Morris <rgm@gnu.org>
2462
2463 * minibuf.texi (Basic Completion): No need to describe obarrays here.
2464 Don't mention obsolete `nospace' argument of all-completions.
2465 (Minibuffer Completion, Completion Commands, Reading File Names)
2466 (Completion Variables): Copyedits.
2467 (Completion Commands): Mention parent keymaps.
2468 Remove obsolete minibuffer-local-filename-must-match-map.
2469 (High-Level Completion): Remove read-variable's almost
2470 word-for-word duplication of read-command.
2471 * elisp.texi, vol1.texi, vol2.texi, minibuf.texi (Completion):
2472 Update "High-Level Completion" description.
2473
c0ea08d2
GM
2474 * minibuf.texi (Minibuffers):
2475 * elisp.texi, vol1.texi, vol2.texi: Fix minibuffer subsection order.
2476
9d2754f5
GM
2477 * minibuf.texi: Standardize metasyntactic variables ("history", etc).
2478 Use Texinfo-recommended form of quote+punctuation.
2479 (Intro to Minibuffers): First minibuffer is #1, not #0.
2480 Mention minibuffer-inactive-mode.
2481 (Text from Minibuffer): Copyedits.
2482 (Minibuffer History, Programmed Completion): Fix @var usage.
c5467d73
GM
2483 (Object from Minibuffer): Remove overly pedantic para.
2484 (Minibuffer History): Copyedits. Add face-name-history.
2485 (Initial Input, Yes-or-No Queries, Multiple Queries)
2486 (Minibuffer Windows, Minibuffer Misc): Copyedits.
2487 (Yes-or-No Queries): Tweak example.
2488 (Minibuffer Commands): Add next-complete-history-element.
2489 (Minibuffer Misc): Mention minibuffer-message-timeout, and
2490 minibuffer-inactive-mode.
9d2754f5 2491
4373fd43
GM
2492 * processes.texi (Serial Ports, Byte Packing, Bindat Spec)
2493 (Bindat Functions): Copyedits.
2494
61bb069e 24952012-04-20 Christopher Schmidt <christopher@ch.ristopher.com>
0e80650b
CS
2496
2497 * files.texi (Saving Buffers): Document `visit and `visit-save'
2498 values of require-final-newline.
2499
61bb069e 25002012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
2501
2502 * processes.texi (Output from Processes, Filter Functions):
2503 Mention waiting-for-user-input-p.
35e951cd 2504 (Sentinels, Query Before Exit, System Processes, Transaction Queues)
016a35df
GM
2505 (Network Servers, Datagrams, Network Processes, Network Options)
2506 (Network Feature Testing, Serial Ports): Copyedits.
2507 (Network): Add encrypted network overview paragraph.
2508 Cross-reference the Emacs-GnuTLS manual. Use @acronym.
2509
61bb069e 25102012-04-20 Chong Yidong <cyd@gnu.org>
21ffa320
CY
2511
2512 * help.texi (Keys in Documentation): Mention :advertised-binding.
2513
2514 * keymaps.texi (Menu Bar): Move most of the :advertised-binding
2515 description to help.texi.
2516
61bb069e 25172012-04-20 Glenn Morris <rgm@gnu.org>
62f4b18c
GM
2518
2519 * processes.texi (Process Information, Input to Processes)
2520 (Signals to Processes, Output from Processes, Process Buffers)
2521 (Filter Functions, Decoding Output): Copyedits.
4f5d565f 2522 (Accepting Output): Discourage use of `millisec' argument.
62f4b18c 2523
e153c136
GM
25242012-04-15 Glenn Morris <rgm@gnu.org>
2525
35e951cd 2526 * processes.texi (Processes, Subprocess Creation, Shell Arguments)
12acf783
GM
2527 (Synchronous Processes, Asynchronous Processes, Deleting Processes):
2528 Copyedits.
e153c136 2529 (Subprocess Creation): Discourage modifying exec-path directly.
12acf783
GM
2530 (Synchronous Processes, Asynchronous Processes):
2531 Update some example output.
e153c136
GM
2532 (Process Information): Fix typo.
2533 (Bindat Spec): Use Texinfo-recommended form of quote+punctuation.
2534
e6fd457e 25352012-04-15 Glenn Morris <rgm@gnu.org>
764a3017
GM
2536
2537 * anti.texi (Antinews): Copyedits. Don't @dfn anything here.
2538 open-network-stream does exist in Emacs 23, but is simpler.
2539
e6fd457e 25402012-04-15 Chong Yidong <cyd@gnu.org>
03ed9e82
CY
2541
2542 * customize.texi (Custom Themes): Also document load-theme etc.
2543
35dc09a1 25442012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2 2545
35e951cd 2546 * customize.texi (Applying Customizations, Custom Themes): New nodes.
81927dd2
CY
2547
2548 * display.texi (Defining Faces): Reference custom-set-faces.
2549
2550 * modes.texi (Defining Minor Modes, Defining Minor Modes):
2551 * os.texi (Startup Summary): Copyedits.
2552
35dc09a1 25532012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
2554
2555 * loading.texi (Loading Non-ASCII): "unibyte:" can also be at the end.
2556
9fce7eda
GM
2557 * strings.texi (Case Tables):
2558 * objects.texi (General Escape Syntax):
2559 * keymaps.texi (Key Sequences): Use @acronym with "ASCII".
2560
2bb0eca1
GM
2561 * buffers.texi, compile.texi, customize.texi, debugging.texi:
2562 * display.texi, edebug.texi, eval.texi, help.texi, intro.texi:
2563 * keymaps.texi, minibuf.texi, modes.texi, os.texi, processes.texi:
2564 * text.texi: Use @file for buffers, per the Texinfo manual.
2565
62200c14
GM
2566 * compile.texi (Compiler Errors): Add missing space in buffer name.
2567
35dc09a1 25682012-04-14 Chong Yidong <cyd@gnu.org>
9fe9631c
CY
2569
2570 * processes.texi (Query Before Exit): Remove obsolete function
2571 process-kill-without-query (Bug#11190).
2572
35dc09a1 25732012-04-14 Glenn Morris <rgm@gnu.org>
8fc85b20
GM
2574
2575 * files.texi, frames.texi, loading.texi, os.texi, processes.texi:
2576 Use @env for environment variables.
2577
f48a9cb4
GM
2578 * Makefile.in: Replace non-portable use of $< in ordinary rules.
2579
0a6dd5e2
JA
25802012-04-12 Jari Aalto <jari.aalto@cante.net>
2581
1cbae532
SM
2582 * processes.texi (Synchronous Processes):
2583 Mention `default-directory' (bug#7515).
0a6dd5e2 2584
b4d3bc10
CY
25852012-04-09 Chong Yidong <cyd@gnu.org>
2586
2587 * customize.texi (Variable Definitions): Remove user-variable-p.
2588
2589 * commands.texi (Interactive Codes):
2590 * help.texi (Accessing Documentation):
2591 * minibuf.texi (High-Level Completion): Callers changed.
2592
ea0ff314
CY
25932012-04-06 Chong Yidong <cyd@gnu.org>
2594
2595 * minibuf.texi (Programmed Completion): Document metadata method.
2596 (Completion Variables): Document completion-category-overrides.
2597
91b65361
CY
25982012-04-05 Chong Yidong <cyd@gnu.org>
2599
2600 * anti.texi (Antinews): Rewrite for Emacs 23.
2601
3d439cd1
CY
26022012-04-04 Chong Yidong <cyd@gnu.org>
2603
321cc491
CY
2604 * minibuf.texi (Programmed Completion): Remove obsolete variable
2605 completion-annotate-function.
1cbae532
SM
2606 (Completion Variables): Rename from Completion Styles.
2607 Document completion-extra-properties. Document completion-styles-alist
321cc491 2608 change.
245d176b
CY
2609 (Reading File Names): minibuffer-local-filename-must-match-map is
2610 not used anymore.
2611 (Minibuffer Completion): Document completing-read-function.
2612 (Completion in Buffers): completion-at-point-functions can return
2613 properties recognized in completion-extra-properties.
321cc491 2614
3d439cd1
CY
2615 * display.texi (Delayed Warnings): New node.
2616
a7972adf
CY
2617 * os.texi (Notifications): Copyedits.
2618
97f4a299
GM
26192012-04-04 Glenn Morris <rgm@gnu.org>
2620
2621 * os.texi (Notifications): Copyedits.
2622
9ff687e1
MA
26232012-04-03 Michael Albinus <michael.albinus@gmx.de>
2624
2625 * os.texi (Terminal-Specific): Fix typo.
2626 (Notifications): New section.
2627
2628 * elisp.texi (Top):
2629 * vol1.texi (Top):
2630 * vol2.texi (Top): Add "Notifications" and "Dynamic Libraries"
2631 menu entries.
2632
42ee526b
CY
26332012-04-01 Chong Yidong <cyd@gnu.org>
2634
2635 * files.texi (Kinds of Files): file-subdir-of-p renamed to
2636 file-in-directory-p.
2637
0b021094
GM
26382012-03-31 Glenn Morris <rgm@gnu.org>
2639
2640 * edebug.texi (Instrumenting Macro Calls):
2641 Mention defining macros at instrumentation time.
2642 (Edebug Options): Mention edebug-unwrap-results.
2643
50fe197c
EZ
26442012-03-31 Eli Zaretskii <eliz@gnu.org>
2645
2646 * text.texi (Special Properties): Clarify the description of the
2647 effect of integer values of the 'cursor' property on cursor
2648 position. See the discussions in bug#11068 for more details and
2649 context.
2650
650b6d0b
GM
26512012-03-31 Glenn Morris <rgm@gnu.org>
2652
2653 * edebug.texi (Edebug Eval, Specification List, Edebug Options):
2654 Copyedits.
2655
5319014e
CY
26562012-03-30 Chong Yidong <cyd@gnu.org>
2657
2658 * display.texi (Image Formats): Add imagemagick type.
2659 (Image Descriptors): Mention how they are used.
2660 (ImageMagick Images): Clarify role of imagemagick-register-types.
2661 (Character Display): Don't mention glyph tables.
2662 (Display Tables): Use make-glyph-code in example.
2663 (Glyphs): Avoid "simple glyph code" terminology. Note that glyph
2664 tables are semi-obsolete. De-document create-glyph.
2665 (Glyphless Chars): Note that display tables override this.
2666 (Bidirectional Display): Copyedits. Introduce "bidirectional
2667 reordering" terminology, and use it.
2668
f1224267
GM
26692012-03-30 Glenn Morris <rgm@gnu.org>
2670
2671 * edebug.texi (Jumping): Give name of `i' binding.
2672
d14daa28
GM
26732012-03-28 Glenn Morris <rgm@gnu.org>
2674
35e951cd
JB
2675 * searching.texi (Regular Expressions, Regexp Special)
2676 (Regexp Backslash, Regexp Example, Regexp Functions, Regexp Search)
fee88ca0 2677 (Simple Match Data, Saving Match Data, Standard Regexps): Copyedits.
d14daa28
GM
2678 (Regexp Special): Mention collation.
2679 Clarify char classes with an example.
fee88ca0
GM
2680 (Regexp Functions): Mention regexp-opt is not guaranteed.
2681 Mention regexp-opt-charset.
2682 (Regexp Search): Recommend against looking-back.
2683 (Search and Replace): Use Texinfo recommended quote convention.
2684 Add more query-replace-map items. List multi-query-replace-map items.
d14daa28 2685
dcb6e7b3
MR
26862012-03-27 Martin Rudalics <rudalics@gmx.at>
2687
2688 * windows.texi (Window History): Describe new option
2689 switch-to-visible-buffer.
2690
cf0495f2
GM
26912012-03-27 Glenn Morris <rgm@gnu.org>
2692
4fb9a543
GM
2693 * searching.texi (String Search): Add xref to Emacs manual.
2694 Copyedits. Mention the function word-search-regexp.
2695 (Searching and Case): Add xref to Emacs manual. Copyedits.
2696
9364727b
GM
2697 * processes.texi (Network Servers): Standardize apostrophe usage.
2698
cf0495f2
GM
2699 * os.texi (System Environment): Copyedits. Remove some examples
2700 that do not seem useful. Mention setenv third arg.
2701 tty-erase-char does not seem to be nil under a window-system.
2702 (User Identification): Copyedits.
2703 Remove some examples that do not seem useful.
2704
33da7b16
GM
27052012-03-26 Glenn Morris <rgm@gnu.org>
2706
2707 * os.texi (Startup Summary): Copyedits. Fix startup screen logic.
2708 (Init File): Copyedits.
2709 (Command-Line Arguments): Copyedits. Do not mention argv alias.
02243d9d
GM
2710 (Killing Emacs): Copyedits.
2711 (Suspending Emacs): Copyedits. Mention not very relevant with GUIs.
2712 Shorten the example, use more standard shell prompts.
33da7b16 2713
9a69676a
CY
27142012-03-25 Chong Yidong <cyd@gnu.org>
2715
2716 * display.texi (Fringes): Note that fringes are shown on graphical
2717 displays only.
2718 (Fringe Size/Pos, Fringe Bitmaps, Making Buttons): Clarifications.
2719 (Replacing Specs): Clarify example.
2720 (Manipulating Buttons): Note that button-at can return a marker.
2721 (Buttons): Minor rewrite.
2722 (Character Display): New node. Consolidate all character display
2723 related nodes into its subsections.
2724 (Usual Display): Character 127 is also affected by ctl-arrow.
2725 (Display Tables): Improve example.
2726
c8f6ec5c
GM
27272012-03-22 Glenn Morris <rgm@gnu.org>
2728
2729 * strings.texi (Text Comparison): Mention string-prefix-p.
2730
fb5b8aca
CY
27312012-03-21 Chong Yidong <cyd@gnu.org>
2732
2733 * display.texi (The Echo Area): Add xref to Output Streams.
2734 (Displaying Messages): Improve doc of message.
2735 (Echo Area Customization, Invisible Text): Copyedits.
2736 (Invisible Text): Mention that spec comparison is done with eq.
2737 (Width): Improve doc of char-width.
2738 (Faces): Recommend using symbol instead of string for face name.
2739 Minor clarifications.
2740 (Defining Faces): Copyedits. Update face example.
2741 (Attribute Functions): Mark set-face-foreground etc as commands.
1cbae532
SM
2742 (Face Remapping): Mention text-scale-adjust.
2743 Clarify face-remapping-alist and related docs.
fb5b8aca
CY
2744 (Face Functions): Don't document make-face or copy-face.
2745
025de85b
CY
27462012-03-20 Chong Yidong <cyd@gnu.org>
2747
2748 * display.texi (Forcing Redisplay): Various rewrites to reflect
2749 new value of redisplay-dont-pause.
2750 (Truncation): Copyedits.
2751
a5656eae
GM
27522012-03-20 Glenn Morris <rgm@gnu.org>
2753
2754 * os.texi (Startup Summary): Don't mention initial-buffer-choice = t.
2755 Add summary table of some relevant command-line options.
2756
d15aac68
CY
27572012-03-18 Chong Yidong <cyd@gnu.org>
2758
2759 * internals.texi (Building Emacs, Garbage Collection): Copyedits.
2760 (Writing Emacs Primitives): Re-organize discussion of functions
2761 with variable Lisp arguments are handled. Delete an obsolete
2762 remark, previously tagged as FIXME.
2763
2764 * os.texi (Idle Timers): Minor clarification.
2765 (Idle Timers): Link to Time of Day for description of time list.
2766
b59af549
GM
27672012-03-18 Glenn Morris <rgm@gnu.org>
2768
2769 * os.texi (System Interface): Flow control was removed.
2770 (Startup Summary): General update.
2771 (Init File): Don't mention compiling it.
2772
986bd52a
CY
27732012-03-17 Chong Yidong <cyd@gnu.org>
2774
2775 * os.texi (Startup Summary): Mention package loading.
2776 (Init File): Don't refer to .emacs in section title. Copyedits.
2777 (Terminal-Specific): Give a realistic example.
2778 (Command-Line Arguments): Reference Entering Emacs instead of
2779 repeating the spiel about not restarting Emacs.
2780 (Time of Day): Discuss time representation at beginning of node.
2781 (Sound Output): Copyedits.
2782
2783 * package.texi (Packaging Basics): Document package-initialize.
2784
f761251a
EZ
27852012-03-17 Eli Zaretskii <eliz@gnu.org>
2786
2787 * frames.texi (Initial Parameters): Add an index entry for
2788 minibuffer-only frame.
2789
da986230
GM
27902012-03-16 Glenn Morris <rgm@gnu.org>
2791
2792 * modes.texi (Major Mode Conventions): Mention the strange
2793 relationship between View mode and special modes. (Bug#10650)
2794
2cc775f9
CY
27952012-03-11 Chong Yidong <cyd@gnu.org>
2796
2797 * windows.texi (Window Configurations): save-window-excursion is
2798 now a macro.
2799
2800 * display.texi (Temporary Displays): with-output-to-temp-buffer is
2801 now a macro.
2802
66c5eebd
CY
2803 * text.texi (Fields): Minor copyedit.
2804
310a820f
EZ
28052012-03-10 Eli Zaretskii <eliz@gnu.org>
2806
83a96c08
EZ
2807 * strings.texi (String Basics):
2808 * sequences.texi (Sequence Functions): Mention that `length' is
2809 not appropriate for computing the string width on display; add a
2810 cross-reference to the description of `string-width'. (Bug#10978)
2811
310a820f
EZ
2812 * eval.texi (Autoloading): Minor change of wording.
2813
83ef8187
CY
28142012-03-10 Chong Yidong <cyd@gnu.org>
2815
bc44be50
CY
2816 * loading.texi (Autoload): Explicitly state which forms are
2817 processed specially (Bug#7783).
2818
83ef8187
CY
2819 * keymaps.texi (Mouse Menus): Describe non-toolkit behavior as the
2820 non-default situation. Describe one-submenu exception (Bug#7695).
2821
2822 * nonascii.texi (Character Properties): Copyedits.
2823
483ab230
CY
28242012-03-08 Chong Yidong <cyd@gnu.org>
2825
2826 * text.texi (Mode-Specific Indent): Document new behavior of
2827 indent-for-tab-command. Document tab-always-indent.
2828 (Special Properties): Copyedits.
2829 (Checksum/Hash): Improve secure-hash doc. Do not recommend MD5.
2830 (Parsing HTML/XML): Rename from Parsing HTML. Update doc of
2831 libxml-parse-html-region.
2832
00e84de0
GM
28332012-03-07 Glenn Morris <rgm@gnu.org>
2834
eaa6bc3c
GM
2835 * markers.texi (The Region): Briefly mention use-empty-active-region
2836 and region-active-p.
a9685db7 2837 (Overview of Markers): Reword garbage collection, add cross-ref.
eaa6bc3c 2838 (The Mark): Tiny clarification re command loop and activate-mark-hook.
00e84de0 2839
67cd45a2
CY
28402012-03-07 Chong Yidong <cyd@gnu.org>
2841
2842 * text.texi (Buffer Contents): Don't duplicate explanation of
2843 region arguments from Text node. Put doc of obsolete var
2844 buffer-substring-filters back, since it is referred to.
2845 (Low-Level Kill Ring): Yank now uses clipboard instead of primary
2846 selection by default.
2847
2848 * markers.texi (The Mark): Fix typo.
2849 (The Region): Copyedits.
2850
2ad80941
GM
28512012-03-07 Glenn Morris <rgm@gnu.org>
2852
2853 * markers.texi (Overview of Markers): Copyedits.
2854 (Creating Markers): Update approximate example buffer size.
2855 (The Mark): Don't mention uninteresting return values.
2856
ef959d3a
CY
28572012-03-05 Chong Yidong <cyd@gnu.org>
2858
2859 * positions.texi (Text Lines): Document count-words.
2860
a08a07e3
CY
28612012-03-04 Chong Yidong <cyd@gnu.org>
2862
2863 * frames.texi (Frames): Remove little-used "terminal frame" and
2864 "window frame" terminology.
2865 (Frame Parameters, Font and Color Parameters, Initial Parameters)
2866 (Size and Position, Visibility of Frames): Callers changed.
2867 (Frames): Clarify which terminals in framep are graphical.
2868 (Initial Parameters): --geometry is not the only option which adds
2869 to initial-frame-alist.
2870 (Position Parameters): Note that icon-left and icon-top are for
2871 old window managers only.
2872 (Size Parameters): Sizes are in characters even on graphical
2873 displays.
2874 (Management Parameters): Note that window-id and outer-window-id
2875 can't really be changed, and that auto-raise isn't always obeyed.
2876 (Cursor Parameters): Document cursor-type explicitly.
2877 (Size and Position): The aliases set-screen-height and
2878 set-screen-width have been deleted.
2879 (Visibility of Frames): Mention "minimization".
2880
2881 * os.texi (Startup Summary): Minor clarifications.
2882 (Startup Summary, Suspending Emacs): Standardize on "text
2883 terminal" terminology.
2884
2885 * windows.texi (Basic Windows, Coordinates and Windows)
2886 (Coordinates and Windows):
2887 * display.texi (Refresh Screen, Line Height, Face Attributes)
2888 (Overlay Arrow, Beeping, Glyphless Chars): Likewise.
2889
ea16568d
GM
28902012-03-04 Glenn Morris <rgm@gnu.org>
2891
2892 * abbrevs.texi: Small copyedits throughout.
2893 (Abbrev Mode): Remove this section, folding it into the top-level.
2894 (Abbrev Tables): Don't mention irrelevant return values.
2895 (Abbrev Expansion): Add cross-ref for wrapper hooks.
2896 (Standard Abbrev Tables): Emacs Lisp mode now has its own table.
2897 (Abbrev Table Properties): Update nil :regexp description.
2898
b3134b95
GM
28992012-03-03 Glenn Morris <rgm@gnu.org>
2900
520f2425
GM
2901 * internals.texi: Change @appendix section commands to @section.
2902 (Building Emacs): Say less about CANNOT_DUMP platforms.
2903 Replace deleted eval-at-startup with custom-initialize-delay.
999dd333 2904 (Pure Storage): Small changes.
01a6dcc8 2905 (Memory Usage): Copyedit.
7d2d7cc0 2906 (Writing Emacs Primitives): Update Fcoordinates_in_window_p and For
35e951cd 2907 example definitions. Give examples of things with non-nil
7d2d7cc0
GM
2908 interactive args. Mention eval_sub. Remove old info about
2909 strings and GCPRO. Mention cus-start.el.
2910 (Buffer Internals, Window Internals, Process Internals):
2911 Misc small updates and fixes for fields.
520f2425 2912
b3134b95
GM
2913 * tips.texi: Copyedits.
2914 (Coding Conventions): Mention autoloads.
2915 Combine partially duplicated macro items. Fix xref.
2916 Refer to Library Headers for copyright notice.
2917 (Programming Tips): edit-options is long-obsolete.
2918 (Compilation Tips): Mention loading bytecomp for byte-compile props.
2919 (Warning Tips): Mention declare-function.
2920 (Documentation Tips): Remove old info.
2921 (Comment Tips): Mention comment-dwim, not indent-for-comment.
2922 (Library Headers): General update.
2923
2064cc6a
GM
29242012-03-02 Glenn Morris <rgm@gnu.org>
2925
6945faa6
GM
2926 * backups.texi (Reverting): Un-duplicate revert-buffer-in-progress-p,
2927 and relocate entry. Mention buffer-stale-function.
2928
4186e877
GM
2929 * elisp.texi, vol1.texi, vol2.texi: Standardize some menu entries.
2930
2064cc6a
GM
2931 * hooks.texi (Standard Hooks): General update.
2932 Put related hooks together. Add and remove items.
2933 * commands.texi (Keyboard Macros): Remove cross-ref to Standard Hooks.
2934 * modes.texi (Hooks): Tweak cross-ref description.
2935
7272fbf3
MA
29362012-03-01 Michael Albinus <michael.albinus@gmx.de>
2937
2938 * files.texi (Kinds of Files): The return value of file-equal-p is
2939 unspecified, if FILE1 or FILE2 does not exist.
2940
53a1239b
GM
29412012-03-01 Glenn Morris <rgm@gnu.org>
2942
90db9af9
GM
2943 * hooks.texi (Standard Hooks): Remove mode-specific hooks.
2944
53a1239b
GM
2945 * maps.texi (Standard Keymaps): General update.
2946 Remove mode-specific maps, talk about the more general keymaps.
2947 * help.texi (Help Functions): Add vindex for Helper-help-map.
2948 * keymaps.texi (Active Keymaps): Minor rephrasing.
2949
775b55af
GM
29502012-02-29 Glenn Morris <rgm@gnu.org>
2951
2952 * elisp.texi, vol1.texi, vol2.texi: Use "" quotes in menus.
2953
96b49301 29542012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2955
7272fbf3 2956 * files.texi (Kinds of Files): Rename files-equal-p to file-equal-p.
bf7f9bc5 2957 Update changed behavior of file-subdir-of-p.
96b49301 2958
1383d930
GM
29592012-02-28 Glenn Morris <rgm@gnu.org>
2960
44e97401
GM
2961 * advice.texi, anti.texi, display.texi, elisp.texi:
2962 * processes.texi, variables.texi, vol1.texi, vol2.texi:
2963 Standardize possessive apostrophe usage.
2964
e3c73f1e
GM
2965 * locals.texi: Remove file.
2966 * elisp.texi, vol1.texi, vol2.texi: Don't include locals.texi.
2967 Remove menu entry.
2968 * errors.texi, maps.texi: Adjust node pointers.
2969 * internals.texi (Buffer Internals): Remove cross-refs to locals.texi.
edb3ac8c 2970 * makefile.w32-in (srcs):
e3c73f1e
GM
2971 * Makefile.in (srcs): Remove locals.texi.
2972
1383d930
GM
2973 * frames.texi (Mouse Position): Fix cross-ref.
2974
431ee44b
CY
29752012-02-27 Chong Yidong <cyd@gnu.org>
2976
2977 * buffers.texi (Creating Buffers): Clarify that
2978 generate-new-buffer uses generate-new-buffer-names.
2979 (Killing Buffers): Remove bogus example duplicating buffer-live-p.
2980
2981 * files.texi (Directory Names): Index entry for file name abbreviations.
2982 (Relative File Names, File Name Expansion): Refer to it.
2983 (Locating Files): Move locate-user-emacs-file documentation to
2984 Standard File Names.
2985 (Standard File Names): Add locate-user-emacs-file; update examples.
2986
6a11ec9d
MA
29872012-02-26 Michael Albinus <michael.albinus@gmx.de>
2988
2989 * files.texi (Magic File Names): Add files-equal-p and file-subdir-of-p.
2990
9a4888c0
CY
29912012-02-26 Chong Yidong <cyd@gnu.org>
2992
2993 * files.texi (Kinds of Files): Improve documentation of
2994 files-equal-p and file-subdir-of-p.
2995
f0e751b9
GM
29962012-02-26 Glenn Morris <rgm@gnu.org>
2997
2998 * intro.texi (Acknowledgements): Small changes.
2999
7e05b1ec
GM
30002012-02-25 Glenn Morris <rgm@gnu.org>
3001
3002 * errors.texi: Don't try to list _all_ the error symbols.
3003 Add circular-list, cl-assertion-failed, compression-error.
3004 * elisp.texi, vol1.texi, vol2.texi:
3005 * control.texi (Error Symbols): Tweak "Standard Errors" description.
3006
23453255 30072012-02-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3008
3009 * files.texi (files-equal-p, file-subdir-of-p): New,
3010 add initial documentation.
3011
4963495d
CY
30122012-02-25 Chong Yidong <cyd@gnu.org>
3013
fa74b241
CY
3014 * files.texi (File Attributes): Document file-selinux-context.
3015 (Changing Files): Link to it.
3016 (Changing Files): Document set-file-selinux-context.
3017
3018 * backups.texi (Making Backups): Return value of backup-buffer is
d268b4fe
CY
3019 changed. Mention default value of backup-directory-alist.
3020 (Rename or Copy): Note that backup-by-copying-when-mismatch is t.
3021 (Auto-Saving): New minor mode behavior for auto-save-mode.
3022 (Reverting): Add defvar for revert-buffer-in-progress-p.
fa74b241 3023
4963495d
CY
3024 * searching.texi (Regexp Backslash): Add index entry (Bug#10869).
3025
4bb82fa8
GM
30262012-02-24 Glenn Morris <rgm@gnu.org>
3027
3028 * errors.texi (Standard Errors): Mention dbus-error.
3029 For arith-error sub-classes, just use one cross-ref.
3030
2cb228f7
AM
30312012-02-23 Alan Mackenzie <acm@muc.de>
3032
3033 * modes.texi (Defining Minor Modes): Document the new keyword
3034 :after-hook.
3035
a59225b1
CY
30362012-02-21 Chong Yidong <cyd@gnu.org>
3037
3038 * files.texi (Files): Mention magic file names as arguments.
3039 (Reading from Files): Copyedits.
3040 (File Attributes): Mention how to change file modes.
3041 (Changing Files): Use standard "file permissions" terminology.
3042 Add xref to File Attributes node.
3043 (Locating Files): Document locate-user-emacs-file.
3044 (Unique File Names): Recommend against using make-temp-name.
3045
8376d7c2
CY
30462012-02-19 Chong Yidong <cyd@gnu.org>
3047
3048 * help.texi (Documentation, Documentation Basics, Help Functions):
3049 Minor clarifications.
3050 (Accessing Documentation): Clarify what documentation-property is
3051 for. Add xref to Keys in Documentation.
3052
3053 * tips.texi (Documentation Tips): Don't recommend using * in
3054 docstrings.
3055
3056 * macros.texi (Defining Macros):
3057 * modes.texi (Derived Modes): Say "documentation string" instead
3058 of docstring.
3059
82233bea
CY
30602012-02-18 Chong Yidong <cyd@gnu.org>
3061
3062 * modes.texi (Tabulated List Mode): New node.
3063 (Basic Major Modes): Add xref to it.
3064
3065 * processes.texi (Process Information): Mention Process Menu mode.
3066
7b926f3f
CY
30672012-02-17 Chong Yidong <cyd@gnu.org>
3068
3069 * syntax.texi (Motion via Parsing): Doc fix for scan-lists.
3070
0fd2c9a3
GM
30712012-02-17 Glenn Morris <rgm@gnu.org>
3072
3073 * hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual.
3074
f700caa3
CY
30752012-02-16 Chong Yidong <cyd@gnu.org>
3076
4230351b
CY
3077 * syntax.texi (Syntax Tables, Syntax Descriptors)
3078 (Syntax Table Functions): Copyedits.
3079 (Syntax Basics): Don't repeat the material in the preceding node.
3080 (Syntax Class Table): Use a table.
3081 (Syntax Properties): Document syntax-propertize-function and
3082 syntax-propertize-extend-region-functions.
35e951cd 3083 (Motion via Parsing): Clarify scan-lists. Fix indentation.
1cbae532
SM
3084 (Parser State): Update for the new "c" comment style.
3085 Fix description of item 7 (comment style).
4230351b 3086
f700caa3
CY
3087 * modes.texi (Minor Modes): Update how mode commands should treat
3088 arguments now.
3089 (Mode Line Basics): Clarify force-mode-line-update.
3090 (Mode Line Top): Note that the example is not realistic.
3091 (Mode Line Variables, Mode Line Data, %-Constructs, Header Lines)
3092 (Emulating Mode Line): Use "mode line" instead of "mode-line", and
3093 "mode line construct" instead of "mode line specification".
3094 (Syntactic Font Lock): Remove mention of obsolete variable
3095 font-lock-syntactic-keywords.
3096 (Setting Syntax Properties): Node deleted.
3097 (Font Lock Mode): Note that Font Lock mode is a minor mode.
3098 (Font Lock Basics): Note that syntactic fontification falls back
3099 on `syntax-table'.
3100 (Search-based Fontification): Emphasize that font-lock-keywords
3101 should not be set directly.
3102 (Faces for Font Lock): Avoid some confusing terminology.
4230351b
CY
3103 (Syntactic Font Lock): Minor clarifications. Add xref to
3104 Syntactic Font Lock node.
f700caa3 3105
60236b0d
CY
31062012-02-15 Chong Yidong <cyd@gnu.org>
3107
3108 * minibuf.texi (Basic Completion): Define "completion table".
3109 Move completion-in-region to Completion in Buffers node.
3110 (Completion Commands): Use "completion table" terminology.
3111 (Completion in Buffers): New node.
3112
3113 * modes.texi (Hooks): add-hook can be used for abnormal hooks too.
3114 (Setting Hooks): Update minor mode usage example.
3115 (Major Mode Conventions): Note that completion-at-point-functions
3116 should be altered locally. Add xref to Completion in Buffers.
f700caa3
CY
3117 Remove duplicate tip about auto-mode-alist.
3118 (Minor Modes): Rewrite introduction.
3119 (Minor Mode Conventions): Copyedits. Don't recommend
3120 variable-only minor modes since few minor modes are like that.
60236b0d 3121
d7dbb11a
GM
31222012-02-15 Glenn Morris <rgm@gnu.org>
3123
3124 * processes.texi (Network): Document open-network-stream :parameters.
3125
3d8badf4
CY
31262012-02-14 Chong Yidong <cyd@gnu.org>
3127
3128 * keymaps.texi (Format of Keymaps): The CACHE component of keymaps
3129 was removed on 2009-09-10. Update lisp-mode-map example.
3130 (Inheritance and Keymaps): Minor clarification.
3131 (Searching Keymaps): Remove out-of-place enumeration.
3132 (Key Lookup): Remove unnecessary example (one was already given in
3133 Format of Keymaps).
3134 (Changing Key Bindings): Update suppress-keymap example.
3135 (Menu Bar, Tool Bar): Copyedits.
3136 (Tool Bar): Update tool-bar-map example.
3137
faccede1
CY
31382012-02-12 Chong Yidong <cyd@gnu.org>
3139
3140 * debugging.texi (Debugger Commands): Continuing is now allowed
3141 for errors.
3142
355cabc6
CY
31432012-02-11 Chong Yidong <cyd@gnu.org>
3144
d860baa0
CY
3145 * display.texi (Fringe Indicators): Add xref to Fringe Bitmaps.
3146 Move the list of standard bitmaps there.
3147 (Fringe Cursors): Rewrite for clarity.
3148 (Fringe Bitmaps): Consolidate the list of standard bitmaps here.
3149
34106abe
CY
3150 * commands.texi (Command Overview): Mention read-key.
3151 (Using Interactive, Interactive Call): Minor clarifications.
3152 (Function Keys, Click Events): Avoid "input stream" terminology.
3153 (Click Events): Add xref to Window Sizes and Accessing Mouse.
3154 Clarify column and row components.
3155 (Accessing Mouse): Add xref to Click Events. Minor fixes.
3156 (Special Events): Copyedits.
3157
3158 * streams.texi (Input Streams): De-document get-file-char.
3159 (Output Variables): Don't refer to old backquote syntax.
3160
355cabc6
CY
3161 * debugging.texi (Debugging): Copyedits. Describe testcover, ERT.
3162 (Error Debugging): Note that debug-ignored-errors overrides list
1cbae532
SM
3163 values of debug-on-error too. Add xref to Signaling Errors.
3164 Note that debug-on-signal is not customizable.
3165 Mention condition-case-unless-debug.
355cabc6
CY
3166 (Compilation Errors): Node deleted.
3167
3168 * compile.texi (Compiler Errors): Move a paragraph here from
3169 deleted node Compilation Errors.
3170
1be3ca5a
LL
31712012-02-10 Leo Liu <sdl.web@gmail.com>
3172
3173 * control.texi (Handling Errors): Change condition-case-no-debug
3174 to condition-case-unless-debug.
3175
25dec365
CY
31762012-02-10 Chong Yidong <cyd@gnu.org>
3177
3178 * advice.texi (Defining Advice): Clarify ad-unadvise.
3179 (Activation of Advice): Specifying the ACTIVATE flag in defadvice
3180 is not abnormal.
3181 (Advising Primitives): Node deleted; ad-define-subr-args has been
3182 removed.
3183
3184 * compile.texi (Speed of Byte-Code): Use float-time in example.
3185 (Compilation Functions): Note that the log uses Compilation mode.
3186 Don't discuss the contents of byte-code function object here.
3187 (Compilation Functions): De-document internal function byte-code.
3188 (Docs and Compilation): Minor clarifications.
3189
3190 * objects.texi (Byte-Code Type): Add xref to Byte-Code Function
3191 Objects.
3192
5f5e4ea1
GM
31932012-02-10 Glenn Morris <rgm@gnu.org>
3194
3195 * text.texi (Checksum/Hash): Rename node from MD5 Checksum.
3196 Mention secure-hash.
3197 * elisp.texi, vol1.texi, vol2.texi: Update menu entry.
3198
6c1e4b46
CY
31992012-02-10 Chong Yidong <cyd@gnu.org>
3200
3201 * loading.texi (Loading): Don't emphasize "library" terminology.
3202 (Library Search): load-path is not a user option. Mention role of
3203 -L option and packages. Improve examples.
3204 (Loading Non-ASCII): Don't mention unibyte Emacs, which is
3205 obsolete.
3206 (Autoload): Minor clarifications.
3207
72ca698c
GM
32082012-02-10 Glenn Morris <rgm@gnu.org>
3209
b011fbfe
GM
3210 * files.texi (Magic File Names): Tweak remote-file-name-inhibit-cache.
3211
72ca698c
GM
3212 * modes.texi (Basic Major Modes): Mention tabulated-list-mode.
3213
14a1f380
GM
32142012-02-08 Glenn Morris <rgm@gnu.org>
3215
3216 * loading.texi (Named Features): Update the require example.
3217
60d47423
GM
32182012-02-07 Glenn Morris <rgm@gnu.org>
3219
3220 * modes.texi (Defining Minor Modes):
3221 Expand on args of defined minor modes.
3222
0992bd9c
CY
32232012-02-07 Chong Yidong <cyd@gnu.org>
3224
3225 * variables.texi (Creating Buffer-Local): Minor clarification
3226 to buffer-local-variables doc (Bug#10715).
3227
af008560
GM
32282012-02-07 Glenn Morris <rgm@gnu.org>
3229
e80e1825 3230 * display.texi (ImageMagick Images): General update.
af008560
GM
3231 Move most details of imagemagick-render-type to the variable's doc.
3232
866c1d22
GM
32332012-02-06 Glenn Morris <rgm@gnu.org>
3234
f7c9199f 3235 * keymaps.texi (Tool Bar): Mention separators.
dac86404
GM
3236 (Inheritance and Keymaps):
3237 Mention make-composed-keymap and multiple inheritance.
f7c9199f 3238
e7bc51d0
GM
3239 * modes.texi (Running Hooks): Mention run-hook-wrapped.
3240
866c1d22
GM
3241 * control.texi (Handling Errors):
3242 Mention condition-case-no-debug and with-demoted-errors.
3243
03988c98
CY
32442012-02-05 Chong Yidong <cyd@gnu.org>
3245
3246 * customize.texi (Common Keywords): Minor clarifications.
3247 Document custom-unlispify-remove-prefixes.
3248 (Variable Definitions): Backquotes in defcustom seem to work fine
3249 now. Various other copyedits.
e1161b06
CY
3250 (Simple Types): Copyedits. Document color selector.
3251 (Composite Types): Copyedits.
3252 (Splicing into Lists): Clarifications.
03988c98
CY
3253
3254 * eval.texi (Backquote): Move from macros.texi.
3255
3256 * macros.texi (Expansion): Minor clarification.
3257 (Backquote): Move node to eval.texi.
3258 (Defining Macros): Move an example from Backquote node.
3259 (Argument Evaluation): No need to mention Pascal.
3260 (Indenting Macros): Add xref to Defining Macros.
3261
649f602c
GM
32622012-02-05 Glenn Morris <rgm@gnu.org>
3263
3264 * debugging.texi (Error Debugging): Mention debug-on-event default.
3265
34c99998
GM
32662012-02-04 Glenn Morris <rgm@gnu.org>
3267
8f05da42
GM
3268 * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
3269
7aa5aad8
GM
3270 * debugging.texi (Error Debugging): Mention debug-on-event.
3271 * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
3272
c7291ad9
GM
3273 * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
3274
34c99998
GM
3275 * text.texi (Buffer Contents):
3276 Update filter-buffer-substring description.
3277
735cc5ca
CY
32782012-02-04 Chong Yidong <cyd@gnu.org>
3279
6e911150
SM
3280 * functions.texi (What Is a Function): Add closures.
3281 Mention "return value" terminology. Add xref for command-execute.
1cbae532 3282 Remove unused "keystroke command" terminology.
735cc5ca
CY
3283 (Lambda Expressions): Give a different example than in the
3284 following subsection. Add xref to Anonymous Functions.
3285 (Function Documentation): Remove gratuitous markup.
3286 (Function Names): Move introductory text to `What Is a Function'.
3287 (Defining Functions): Fix defun argument spec.
1cbae532
SM
3288 (Anonymous Functions): Document lambda macro explicitly.
3289 Mention effects on lexical binding.
735cc5ca
CY
3290 (Function Cells): Downplay direct usage of fset.
3291 (Closures): New node.
3292 (Inline Functions): Remove "open-code" terminology.
3293 (Declaring Functions): Minor tweak; .m is not C code.
3294
3295 * variables.texi (Variables): Don't refer to "global value".
3296 (Local Variables, Void Variables): Copyedits.
3297 (Lexical Binding): Minor clarification of example.
3298 (File Local Variables): Mention :safe and :risky defcustom args.
3299 (Lexical Binding): Add xref to Closures node.
3300
94bc7984
GM
33012012-02-04 Glenn Morris <rgm@gnu.org>
3302
3303 * minibuf.texi (High-Level Completion): Updates for read-color.
3304
4f5a10ef
GM
33052012-02-03 Glenn Morris <rgm@gnu.org>
3306
eea14f31
GM
3307 * display.texi (GIF Images): Mention animation.
3308 Remove commented-out old example of animation.
3309 (Animated Images): New subsection.
3310 * elisp.texi (Top):
3311 * vol1.texi (Top):
3312 * vol2.texi (Top): Add Animated Images menu entry.
3313
4f5a10ef
GM
3314 * display.texi (Image Formats): Remove oddly specific information
3315 on versions of image libraries.
204e728d 3316 (GIF Images, TIFF Images): Minor rephrasing.
4f5a10ef 3317
12f381b7
GM
33182012-02-02 Glenn Morris <rgm@gnu.org>
3319
1b9f60cc
GM
3320 * processes.texi (Synchronous Processes):
3321 Mention call-process's :file gets overwritten.
3322
7e2734bc
GM
3323 * commands.texi (Reading One Event):
3324 * help.texi (Help Functions): Document read-char-choice.
3325
f58b9822
GM
3326 * hooks.texi (Standard Hooks):
3327 * modes.texi (Keymaps and Minor Modes):
3328 * text.texi (Commands for Insertion): Document post-self-insert-hook.
3329
3330 * hooks.texi (Standard Hooks): Add prog-mode-hook.
3331
12f381b7
GM
3332 * hooks.texi (Standard Hooks):
3333 * modes.texi (Major Mode Conventions, Mode Hooks):
3334 Document change-major-mode-after-body-hook.
3335
7a9a2fc6
GM
33362012-02-01 Glenn Morris <rgm@gnu.org>
3337
3338 * modes.texi (Defining Minor Modes):
3339 Mention disabling global minor modes on a per-major-mode basis.
3340
a037c171
CY
33412012-01-31 Chong Yidong <cyd@gnu.org>
3342
3343 * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
3344 (Parser State): Remove unnecessary statement (Bug#10661).
3345
3346 * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
3347
56afad3a
GM
33482012-01-31 Glenn Morris <rgm@gnu.org>
3349
3350 * modes.texi (Defining Minor Modes):
3351 Document define-minor-mode's new :variable keyword.
3352
0f29fa41
CY
33532012-01-29 Chong Yidong <cyd@gnu.org>
3354
837a390a
CY
3355 * syntax.texi (Syntax Class Table): Tweak description of newline
3356 char syntax (Bug#9619).
3357
0f29fa41
CY
3358 * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
3359 description (Bug#10189).
3360
182148ee
GM
33612012-01-29 Glenn Morris <rgm@gnu.org>
3362
a49ca6b9
GM
3363 * files.texi (Changing Files): Document SELinux support.
3364
182148ee
GM
3365 * windows.texi (Window Sizes): Fix typo.
3366
9962192e
CY
33672012-01-28 Chong Yidong <cyd@gnu.org>
3368
8c6e1920
CY
3369 * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
3370 doc (Bug#8568).
3371
9583ec59
CY
3372 * frames.texi (Input Focus): Add NORECORD arg to
3373 select-frame-set-input-focus. Clarify its role in select-frame.
3374
10256988
CY
3375 * text.texi (Transposition): We don't use transpose-region as an
3376 internal subroutine (Bug#3249).
3377
9962192e
CY
3378 * modes.texi (Example Major Modes): Update Lisp example code to
3379 current sources. Delete the old non-derived-major-mode example,
3380 which has diverged badly from current sources.
3381
2aa43abb
GM
33822012-01-27 Glenn Morris <rgm@gnu.org>
3383
3384 * makefile.w32-in (texinputdir): Fix (presumed) typo.
3385 (VERSION, manual): Remove, unused.
3386
9f40220d
CY
33872012-01-27 Chong Yidong <cyd@gnu.org>
3388
3389 * commands.texi (Command Overview): Minor clarification (Bug#10384).
3390
acc28cb9
CY
33912012-01-26 Chong Yidong <cyd@gnu.org>
3392
3393 * searching.texi (String Search): Document negative repeat count
3394 (Bug#10507).
3395
48da7392
GM
33962012-01-26 Glenn Morris <rgm@gnu.org>
3397
3398 * variables.texi (Using Lexical Binding):
3399 Mention that lexical-binding should be set in the first line.
3400
69b0acb9
LI
34012012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
3402
3403 * macros.texi (Defining Macros): Don't claim that `declare' only
3404 affects Edebug and indentation.
3405
543757a8
LI
34062012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
3407
3408 * macros.texi (Defining Macros): Slight `declare' fixup.
3409
450e3cae
GM
34102012-01-25 Glenn Morris <rgm@gnu.org>
3411
24189ce0 3412 * makefile.w32-in (texinputdir):
450e3cae
GM
3413 * Makefile.in (ENVADD): Add $emacsdir. (Bug#10603)
3414
1021c761
CY
34152012-01-24 Chong Yidong <cyd@gnu.org>
3416
3417 * variables.texi (Variables, Local Variables, Void Variables):
3418 Edit to make the descriptions less specific to dynamic binding.
3419 (Local Variables): Default max-specpdl-size is now 1300.
1cbae532
SM
3420 (Defining Variables): Edits for lexical scoping.
3421 Delete information about starting docstrings with *. De-document
1021c761
CY
3422 user-variable-p.
3423 (Tips for Defining): Remove an unimportant discussion of quitting
3424 in the middle of a load.
3425 (Accessing Variables, Setting Variables): Discuss lexical binding.
3426 (Variable Scoping): Rewrite.
3427 (Scope, Extent, Impl of Scope): Nodes deleted.
3428 (Dynamic Binding): New node, with material from Scope, Extent, and
3429 Impl of Scope nodes.
3430 (Dynamic Binding Tips): Rename from Using Scoping.
3431 (Lexical Binding): Rewrite.
3432 (Using Lexical Binding): Rename from Converting to Lexical
3433 Binding. Convert to subsection.
3434
3435 * customize.texi (Variable Definitions): Add custom-variable-p.
3436 Move user-variable-p documentation here.
3437
31cbea1d
CY
34382012-01-23 Chong Yidong <cyd@gnu.org>
3439
3440 * strings.texi (Text Comparison): Minor qualification.
3441
3442 * lists.texi (Cons Cells): Copyedits.
3443 (List Elements): Mention push.
3444 (List Variables): Mention pop.
3445 (Rings): Move to sequences.texi.
3446
3447 * sequences.texi (Sequence Functions): Don't repeat the
3448 introduction already given in the parent.
3449 (Vectors): Copyedits.
3450 (Rings): Move from lists.texi. Note that this is specific to the
3451 ring package.
3452
3453 * symbols.texi (Definitions, Symbol Components): Mention variable
3454 scoping issues.
3455 (Plists and Alists): Copyedits.
3456
3457 * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
3458 correctness with lexical scoping.
3459 (Eval): Copyedits.
3460
fead402d
CY
34612012-01-21 Chong Yidong <cyd@gnu.org>
3462
3463 * intro.texi (A Sample Function Description): Special notation
3464 used for macros too.
3465
3466 * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
3467 (Symbol Type): Add xref for keyword symbols.
3468 (Sequence Type): Clarify differences between sequence types.
3469 (Cons Cell Type): Add "linked list" index entry.
3470 (Non-ASCII in Strings): Copyedits.
3471 (Equality Predicates): Symbols with same name need not be eq.
3472
3473 * numbers.texi (Float Basics): Document isnan, copysign, frexp and
3474 ldexp. Move float-e and float-pi to Math Functions node.
3475
61086eb6
GM
34762012-01-21 Glenn Morris <rgm@gnu.org>
3477
3478 * modes.texi (Auto Major Mode):
3479 * variables.texi (File Local Variables):
3480 Mention inhibit-local-variables-regexps.
3481
34a02f46
MR
34822012-01-19 Martin Rudalics <rudalics@gmx.at>
3483
3484 * windows.texi (Window Configurations): Rewrite references to
3485 persistent window parameters.
3486 (Window Parameters): Fix description of persistent window
3487 parameters.
3488
f5064cae
JB
34892012-01-16 Juanma Barranquero <lekktu@gmail.com>
3490
3491 * windows.texi (Window Parameters): Use @pxref.
3492
6a6ee00d
MR
34932012-01-16 Martin Rudalics <rudalics@gmx.at>
3494
3495 * windows.texi (Window Configurations, Window Parameters):
3496 Describe persistent window parameters.
3497
9ca4c014
SM
34982011-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
3499
3500 * variables.texi (Creating Buffer-Local): Warn against misuses of
3501 make-variable-buffer-local (bug#10258).
3502
d027f83d
LMI
35032012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3504
3505 * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
3506
89bd9ccd
CY
35072012-01-06 Chong Yidong <cyd@gnu.org>
3508
1cbae532
SM
3509 * variables.texi (Directory Local Variables):
3510 Document hack-dir-local-variables-non-file-buffer.
89bd9ccd 3511
c869783d
GM
35122012-01-06 Glenn Morris <rgm@gnu.org>
3513
3514 * maps.texi (Standard Keymaps): Refer to Info-edit by name
3515 rather than by keybinding.
3516
2cae5ba4
JB
35172011-12-29 Juanma Barranquero <lekktu@gmail.com>
3518
3519 * frames.texi (Font and Color Parameters): Add @pxref.
3520
43da4d08
DC
35212011-12-29 Daniel Colascione <dan.colascione@gmail.com>
3522
3523 * frames.texi (Font and Color Parameters):
3524 Document w32 font backends (bug#10399).
3525
8d80ef01
PE
35262011-12-28 Paul Eggert <eggert@cs.ucla.edu>
3527
3528 * files.texi (File Attributes, Changing Files):
3529 Use a more-natural notation for octal numbers.
3530
9022ae07
JB
35312011-12-23 Juanma Barranquero <lekktu@gmail.com>
3532
3533 * variables.texi (Variables with Restricted Values):
3534 Change reference to variable (bug#10354).
3535
454592a6
MR
35362011-12-13 Martin Rudalics <rudalics@gmx.at>
3537
3538 * windows.texi (Splitting Windows): Use t instead of non-nil
3539 when describing window-combination-resize.
3540
a7cdbfce
SM
35412011-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
3542
3543 * text.texi (Special Properties): Warn against `intangible' properties
3544 (bug#10222).
3545
a3dcc84e
EZ
35462011-11-26 Eli Zaretskii <eliz@gnu.org>
3547
579ebf8f
EZ
3548 * display.texi (Truncation):
3549 * text.texi (Special Properties): Describe what a stretch-glyph is
3550 instead of using that term without explanation. Make the
3551 cross-references more accurate.
3552
a3dcc84e
EZ
3553 * display.texi (Usual Display): Update the description,
3554 cross-references, and indexing related to display of control
3555 characters and raw bytes.
3556
94af99a4
MR
35572011-11-25 Martin Rudalics <rudalics@gmx.at>
3558
3559 * windows.texi (Splitting Windows): Fix description of
3560 window-combination-limit. Suggested by Eli Zaretskii.
3561
1c3d7a13
CY
35622011-11-23 Chong Yidong <cyd@gnu.org>
3563
3564 * windows.texi (Window Sizes): Move window-top-line,
3565 window-left-column, and window-*-pixel-edges to Coordinates and
3566 Windows node.
3567 (Coordinates and Windows): Restore window-edges doc.
3568
90151a1e
MR
35692011-11-21 Martin Rudalics <rudalics@gmx.at>
3570
a7cdbfce
SM
3571 * windows.texi (Windows and Frames, Splitting Windows):
3572 Fix typos.
90151a1e 3573
a9b9b7f5
CY
35742011-11-21 Chong Yidong <cyd@gnu.org>
3575
3576 * windows.texi (Splitting Windows): Fix error in documentation of
3577 window-combination-limit.
3578 (Cyclic Window Ordering): Minor fixes to next-window,
3579 one-window-p, and get-lru-window docs. Don't document
3580 window-list-1.
3581 (Buffers and Windows): Copyedits.
3582 (Choosing Window): Document special handling of special-display-*.
3583 (Choosing Window Options): Fix display-buffer-reuse-frames doc.
a7cdbfce
SM
3584 Don't document even-window-heights, which is going away.
3585 Clarify which options are obeyed by which action functions.
a9b9b7f5 3586
f4e90db0
SM
35872011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
3588
3589 * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
3590
d2999b1a
MR
35912011-11-20 Martin Rudalics <rudalics@gmx.at>
3592
f4e90db0
SM
3593 * windows.texi (Resizing Windows, Splitting Windows):
3594 Remove term "status" when talking about combination limits.
d2999b1a 3595
cd1181db
JB
35962011-11-20 Juanma Barranquero <lekktu@gmail.com>
3597
3598 * compile.texi (Compiler Errors):
3599 * help.texi (Help Functions): Fix typos.
3600
7bf54975
CY
36012011-11-19 Chong Yidong <cyd@gnu.org>
3602
3603 * windows.texi (Splitting Windows): Clarify role of window
3604 parameters in split-window. Shorten the example.
f4e90db0
SM
3605 (Deleting Windows): Rewrite intro to handle internal windows.
3606 Fix delete-windows-on doc.
7bf54975
CY
3607 (Selecting Windows): Copyedits.
3608
a0c2d0ae
MR
36092011-11-17 Martin Rudalics <rudalics@gmx.at>
3610
3611 * windows.texi (Resizing Windows, Splitting Windows)
3612 (Deleting Windows): Use term window-combination-resize instead
3613 of window-splits.
3614
b6f67890
MR
36152011-11-16 Martin Rudalics <rudalics@gmx.at>
3616
f4e90db0
SM
3617 * windows.texi (Resizing Windows, Splitting Windows):
3618 Rename occurrences of window-nest to window-combination-limit.
b6f67890 3619
0b381c7e
JB
36202011-11-14 Juanma Barranquero <lekktu@gmail.com>
3621
3622 * intro.texi (Lisp History): Fix typo.
3623
89d61221
MR
36242011-11-12 Martin Rudalics <rudalics@gmx.at>
3625
f4e90db0
SM
3626 * windows.texi (Splitting Windows, Deleting Windows):
3627 Remove references to splits status of windows.
89d61221 3628
b2621720
GM
36292011-11-10 Glenn Morris <rgm@gnu.org>
3630
3631 * buffers.texi (Read Only Buffers): Expand a bit on why
3632 toggle-read-only should only be used interactively. (Bug#7292)
3633
d2ad7ee1
CY
36342011-11-09 Chong Yidong <cyd@gnu.org>
3635
3636 * windows.texi (Window Sizes): Document window-pixel-edges,
c4e7c63a 3637 window-inside-pixel-edges, window-absolute-pixel-edges, and
d2ad7ee1
CY
3638 window-inside-absolute-pixel-edges.
3639 (Resizing Windows): shrink-window-if-larger-than-buffer works on
3640 non-full-width windows.
3641
2cffd681
MR
36422011-11-09 Martin Rudalics <rudalics@gmx.at>
3643
3644 * windows.texi (Resizing Windows): Rewrite documentation of
3645 window-resizable.
3646
f6f6d7e7
CY
36472011-11-09 Chong Yidong <cyd@gnu.org>
3648
3649 * windows.texi (Splitting Windows): Simplify example.
3650
a79db6e0
CY
36512011-11-08 Chong Yidong <cyd@gnu.org>
3652
3653 * windows.texi (Window Sizes): Copyedits. Document
3654 window-text-height. Remove window-min-height and window-min-width
3655 discussion, referring instead to Emacs manual.
3656 (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
e7313f33
CY
3657 (Resizing Windows): Simplify introduction. Don't document
3658 enlarge-window, shrink-window, enlarge-window-horizontally, and
3659 shrink-window-horizontally; they are no longer preferred for
3660 calling from Lisp, and are already documented in the Emacs manual.
a79db6e0 3661
441950c7
GM
36622011-11-07 Glenn Morris <rgm@gnu.org>
3663
3664 * windows.texi (Choosing Window): Fix keybinding typo.
3665
be7f5545
MR
36662011-11-07 Martin Rudalics <rudalics@gmx.at>
3667
3668 * windows.texi (Resizing Windows, Splitting Windows)
3669 (Window Configurations): Use "child window" instead of
3670 "subwindow".
3671
291d142b
CY
36722011-11-06 Chong Yidong <cyd@gnu.org>
3673
3674 * windows.texi (Basic Windows): Clarify various definitions.
3675 Treat window-normalize-* as internal; don't document them.
3676 (Windows and Frames): Various clarifications, e.g. non-live
3677 windows also belong to frames. Fix window-list description.
3678 Simplify window nesting example.
f4e90db0
SM
3679 (Splitting Windows, Window Configurations):
3680 Use split-window-below.
291d142b 3681
89bd5ee1
EZ
36822011-11-04 Eli Zaretskii <eliz@gnu.org>
3683
3684 * windows.texi (Window Sizes): Mention in the doc string that the
3685 return values of `window-body-height' and `window-body-width' are
3686 in frame's canonical units. (Bug#9949)
3687
3d8daefe
MR
36882011-10-30 Martin Rudalics <rudalics@gmx.at>
3689
3690 * windows.texi (Windows and Frames): Remove "iso-" infix from
3691 documentation of window-iso-combined-p.
3692
60754666
CY
36932011-10-26 Chong Yidong <cyd@gnu.org>
3694
3695 * modes.texi (Running Hooks): Document with-wrapper-hook.
3696
d366bd53
CY
36972011-10-18 Chong Yidong <cyd@gnu.org>
3698
3699 * display.texi (Glyphless Chars): New node.
3700
50b063c3
CY
37012011-10-13 Chong Yidong <cyd@stupidchicken.com>
3702
3703 * text.texi (Yanking): Document yank-excluded-properties.
3704
3705 * package.texi (Packaging Basics): The commentary should say how
3706 to begin using the package.
3707
c72063fa
MR
37082011-10-11 Martin Rudalics <rudalics@gmx.at>
3709
3710 * windows.texi (Deleting Windows): Mention which window gets
3711 selected when deleting the selected window.
3712
d83dc65b
MR
37132011-10-09 Martin Rudalics <rudalics@gmx.at>
3714
3715 * buffers.texi (The Buffer List): Describe how bury-buffer deals
3716 with the selected window.
3717 * windows.texi (Buffers and Windows): Reformulate text on how
3718 replace-buffer-in-windows deals with a window.
3719 (Quitting Windows): Describe how quit-window deals with a
3720 standalone frame. Describe new option frame-auto-hide-function.
3721
c599682c
GM
37222011-10-08 Glenn Morris <rgm@gnu.org>
3723
48bca619
GM
3724 * symbols.texi (Other Plists): Markup fix. (Bug#9702)
3725
c599682c
GM
3726 * positions.texi (Excursions): Update warning message.
3727
969aa734
CY
37282011-10-05 Chong Yidong <cyd@stupidchicken.com>
3729
f4e90db0
SM
3730 * display.texi (Low-Level Font, Face Attributes, Font Lookup):
3731 Fix Emacs manual xref (Bug#9675).
969aa734 3732
550f41cd
CY
37332011-10-01 Chong Yidong <cyd@stupidchicken.com>
3734
3735 * windows.texi (Textual Scrolling): Document scroll-up-command,
3736 scroll-down-command, scroll-error-top-bottom, and the
3737 scroll-command symbol property.
717a1362
CY
3738 (Display Action Functions): Fix description of
3739 display-buffer-pop-up-window.
550f41cd 3740
a239d4e9
JB
37412011-09-28 Juanma Barranquero <lekktu@gmail.com>
3742
3743 * windows.texi (Splitting Windows): Fix typos.
3744
590c056d
MR
37452011-09-25 Martin Rudalics <rudalics@gmx.at>
3746
3747 * windows.texi (Windows and Frames, Display Action Functions)
3748 (Switching Buffers): Fix some typos.
3749 (Buffers and Windows): Remove reference to window-auto-delete.
3750 Reword description of replace-buffer-in-windows.
3751 (Window History): Fix some typos and refer to frame local buffer
3752 list.
c419f5cb
MR
3753 (Quitting Windows): New node.
3754 (Window Configurations): Add descriptions of window-state-get
3755 and window-state-put.
3756 (Window Parameters): Describe variable ignore-window-parameters.
3757 Sketch some window parameters currently in use.
3758 * elisp.texi (Top): Update node listing.
590c056d 3759
9ec20d36
CY
37602011-09-25 Chong Yidong <cyd@stupidchicken.com>
3761
3762 * windows.texi (Display Action Functions)
3763 (Choosing Window Options): New nodes.
3764
0e406a72
CY
37652011-09-24 Chong Yidong <cyd@stupidchicken.com>
3766
3767 * windows.texi (Window History): New node. Move text here from
3768 Buffers and Windows.
3769 (Switching Buffers): Rename from Displaying Buffers, since we
f4e90db0
SM
3770 don't document display-buffer here; callers changed.
3771 Document FORCE-SAME-WINDOW arg to switch-to-buffer and
0e406a72
CY
3772 switch-to-buffer-other-frame. Delete duplicate
3773 replace-buffer-in-windows doc.
3774 (Choosing Window): Document display actions.
3775
6bf7006f
EZ
37762011-09-24 Eli Zaretskii <eliz@gnu.org>
3777
3778 * display.texi (Forcing Redisplay): Update the description of
3779 redisplay-dont-pause due to change in the default value.
3780
b33b68a3
MR
37812011-09-23 Martin Rudalics <rudalics@gmx.at>
3782
3783 * frames.texi (Frames and Windows): Move section and rename to
3784 Windows and Frames in windows.texi.
3785 * windows.texi (Windows): Restructure.
3786 (Basic Windows): Rewrite. Explain live and internal windows and
3787 normalization functions.
3788 (Windows and Frames): Move section here from frames.texi.
3789 Describe subwindows, window combinations, window tree, and
3790 corresponding functions including window-list here.
3791 (Window Sizes): Rename section from Size of Window and move it
3792 up in chapter. Describe total and body sizes and the
3793 corresponding functions. Explain new semantics of
3794 window-min-height/-width.
3795 (Resizing Windows): Move section up in chapter. Describe new
3796 resize functions.
3797 (Splitting Windows): Describe new behavior of split-window,
3798 split-window-above-each-other and split-window-side-by-side.
3799 Provide examples. Describe window-nest and window-splits
3800 options.
3801 (Deleting Windows): Minor rewrite.
f4e90db0
SM
3802 (Selecting Windows): Minor rewrite.
3803 Describe frame-selected-window and set-frame-selected-window here.
3804 (Cyclic Window Ordering): Minor rewrite.
3805 Describe window-list-1.
b33b68a3
MR
3806 (Buffers and Windows): Rewrite. Explain a window's previous and
3807 next buffers and the corresponding functions.
c4682d18 3808 (Window Tree): Merge into Windows and Frames section.
b33b68a3
MR
3809 * elisp.texi (Top): Update node listings for frames and windows
3810 sections.
3811
4d3786ac
SM
38122011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
3813
3814 * display.texi (Face Functions): `face-list' returns faces (bug#9564).
3815
713df35b
LMI
38162011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3817
3818 * errors.texi (Standard Errors): Remove apparent placeholder text
3819 (bug#9491).
3820
33ed493b
CY
38212011-09-18 Chong Yidong <cyd@stupidchicken.com>
3822
3823 * frames.texi (Management Parameters): Fix description of
3824 icon-type parameter.
3825
b8f0a954
CY
38262011-09-17 Chong Yidong <cyd@stupidchicken.com>
3827
3828 * tips.texi (Key Binding Conventions): Don't bind a key sequence
3829 ending in C-g. Suggested by Edward O'Connor.
3830
eddf142c
EZ
38312011-09-17 Eli Zaretskii <eliz@gnu.org>
3832
3833 * numbers.texi (Integer Basics): Add indexing for
3834 most-positive-fixnum and most-negative-fixnum. (Bug#9525)
3835
d8e213eb 38362011-09-14 Dani Moncayo <dmoncayo@gmail.com>
bf1af6c7
DM
3837
3838 * lists.texi (Sets And Lists): Fix typo. (Bug#9393)
3839
cec2eab8
JB
38402011-09-11 Juanma Barranquero <lekktu@gmail.com>
3841
3842 * processes.texi (Network Servers): Clarify what the process
3843 buffer is used for (bug#9233).
3844
d8e213eb 38452011-08-30 Dani Moncayo <dmoncayo@gmail.com>
1f403cb9
DM
3846
3847 * lists.texi (Building Lists): Fix typo.
3848
35137ed3
CY
38492011-08-30 Chong Yidong <cyd@stupidchicken.com>
3850
3851 * display.texi (Basic Faces): New node. Document new faces.
3852
3853 * modes.texi (Major Mode Conventions): Move some text there.
3854 (Mode Help): Remove major-mode var, duplicated in Major Modes.
3855
3fd50d5c
CY
38562011-08-29 Chong Yidong <cyd@stupidchicken.com>
3857
3858 * modes.texi (Basic Major Modes): New node. Callers updated.
3859 (Major Modes): Document fundamental-mode and major-mode.
3860 (Major Mode Basics): Node deleted; text moved to Major Modes.
3861 (Derived Modes): Document derived-mode-p.
3862
ddb54206
CY
38632011-08-28 Chong Yidong <cyd@stupidchicken.com>
3864
a6326082
CY
3865 * files.texi (Changing Files, Create/Delete Dirs): Document new
3866 arguments for delete-file, delete-directory, and copy-directory.
e2aeef63
CY
3867 (Visiting Functions): Remove view-file; it is documented in the
3868 Emacs manual.
04e2ce72 3869
ddb54206
CY
3870 * frames.texi (Layout Parameters): The defaults for the
3871 menu-bar-lines and tool-bar-lines parameters depend on the mode.
3872
3873 * display.texi (Progress): Document spinner functionality.
3874
3875 * os.texi (Killing Emacs): Note that kill-emacs can be called by
3876 operating system signals. Refer to save-buffers-kill-terminal
3877 instead of save-buffers-kill-emacs.
3878
3879 * objects.texi (Symbol Type): Document ## print representation.
3880
0c95fcf7
EZ
38812011-08-25 Eli Zaretskii <eliz@gnu.org>
3882
3883 * display.texi (Specified Space): Mention that `space' specs
3884 influence bidi reordering.
3885 (Bidirectional Display): Explain how to use `(space . PROPS)' for
3886 separating fields with bidirectional content.
3887
5980d4c6
EZ
38882011-08-24 Eli Zaretskii <eliz@gnu.org>
3889
3890 * display.texi (Bidirectional Display): Document return value in
3891 buffers that are not bidi-reordered for display, and in unibyte
3892 buffers.
3893
bca633fb
EZ
38942011-08-23 Eli Zaretskii <eliz@gnu.org>
3895
3896 * nonascii.texi (Character Properties): Document the values for
3897 unassigned codepoints.
3898
c094bb0c
EZ
38992011-08-18 Eli Zaretskii <eliz@gnu.org>
3900
3901 * nonascii.texi (Character Properties): Document use of
3902 `bidi-class' and `mirroring' properties as part of reordering.
3903 Provide cross-references to "Bidirectional Display".
3904
3905 * display.texi (Bidirectional Display): Document the pitfalls of
3906 concatenating strings with bidirectional content, with possible
f4e90db0
SM
3907 solutions. Document bidi-string-mark-left-to-right.
3908 Mention paragraph direction in modes that inherit from prog-mode.
92b71444
EZ
3909 Document use of `bidi-class' and `mirroring' properties as part of
3910 reordering.
c094bb0c 3911
1ea897d5
EZ
39122011-08-16 Eli Zaretskii <eliz@gnu.org>
3913
9adfcd0b
EZ
3914 * modes.texi (Major Mode Conventions): Improve the documentation
3915 of `mode-class' `special' modes.
3916
10862873
EZ
3917 * nonascii.texi (Character Properties): Document the `mirroring'
3918 property. Add index entries.
3919
1ea897d5
EZ
3920 * syntax.texi (Categories): Add an example of defining a new
3921 category and category table.
3922
3923 * searching.texi (Regexp Backslash): Document how to display
3924 existing categories. Mention the possibility of adding
3925 categories, and add an xref to where this is described. Add an
3926 index entry.
3927
ebb552ed
CY
39282011-08-09 Chong Yidong <cyd@stupidchicken.com>
3929
3930 * text.texi (Special Properties):
3931 * display.texi (Overlay Properties): Note that mouse-face cannot
3932 change the text size (Bug#8530).
3933
51a714e1
CY
39342011-08-08 Chong Yidong <cyd@stupidchicken.com>
3935
3936 * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
3937 using setenv instead.
3938
4cc60b9b
EZ
39392011-07-28 Eli Zaretskii <eliz@gnu.org>
3940
3941 * display.texi (Bidirectional Display): Document the fact that
3942 bidi-display-reordering is t by default.
3943
5deb92fd
EZ
39442011-07-23 Eli Zaretskii <eliz@gnu.org>
3945
3946 * display.texi (Bidirectional Display): New section.
3947
011b0ad6 39482011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
67f9b9f8 3949 Tim Cross <theophilusx@gmail.com> (tiny change)
8cf07e5a 3950 Glenn Morris <rgm@gnu.org>
011b0ad6 3951
67f9b9f8 3952 * keymaps.texi (Toolkit Differences): New node. (Bug#8176)
011b0ad6 3953
4baf28e6
AS
39542011-07-15 Andreas Schwab <schwab@linux-m68k.org>
3955
3956 * help.texi (Keys in Documentation): Revert last change.
3957
66249842
LMI
39582011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3959
f863868c
LMI
3960 * help.texi (Keys in Documentation): Clarify that \= only quotes
3961 the next character, and doesn't affect longer sequences in
3962 particular (bug#8935).
3963
f4e90db0
SM
3964 * debugging.texi (Using Debugger):
3965 Mention @code{eval-expression-debug-on-error} (bug#8549).
66249842 3966
0bb23927 39672011-07-14 Eli Zaretskii <eliz@gnu.org>
a2eaa31d
EZ
3968
3969 * display.texi (Other Display Specs): Document that `left-fringe'
3970 and `right-fringe' display specifications are of the "replacing"
3971 kind.
3972
f2027cdf
LMI
39732011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3974
3975 * help.texi (Documentation Basics): Add a link to the Function
3976 Documentation node (bug#6580).
3977
f987fde4
LMI
39782011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3979
0bc59b25
LMI
3980 * keymaps.texi (Menu Bar): Mention :visible and :enable
3981 (bug#6344). Text by Drew Adams.
3982
63d55f1f
LMI
3983 * modes.texi (Running Hooks): Mention buffer-local hook variables
3984 (bug#6218).
3985
f987fde4
LMI
3986 * objects.texi (General Escape Syntax): "a with grave accent" is
3987 ?xe0, not ?x8e0 (bug#5259).
3988
b7527639
CY
39892011-07-12 Chong Yidong <cyd@stupidchicken.com>
3990
3991 * display.texi (Face Attributes, Font Selection): Add references
3992 to the Fonts node in the Emacs manual (Bug#4178).
3993
c830e5ae
CY
39942011-07-12 Chong Yidong <cyd@stupidchicken.com>
3995
3996 * display.texi (Window Systems): `window-system' is
3997 terminal-local.
3998
3999 * frames.texi (Frame Parameters, Parameter Access): Don't mention
4000 frame-local variables.
4001
4002 * variables.texi (Buffer-Local Variables): Don't mention obsolete
4003 frame-local variables.
4004 (Frame-Local Variables): Node deleted.
4005
4006 * elisp.texi (Top): Update node listing.
4007
91223e54
LMI
40082011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4009
4010 * elisp.texi: Change "inferiors" to "subnodes" in three places
4011 (bug#3523).
4012
963578d3
CY
40132011-07-11 Chong Yidong <cyd@stupidchicken.com>
4014
4015 * frames.texi (Window System Selections): Discussion of
4016 x-select-enable-clipboard moved to Emacs manual.
4017
07151e49
DD
40182011-07-11 Deniz Dogan <deniz@dogan.se>
4019
4020 * commands.texi (Prefix Command Arguments): Remove excessive
4021 apostrophe.
4022
7261e1cf
LMI
40232011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4024
ad21a12a
LMI
4025 * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
4026 description is a string (bug#3313).
4027
7261e1cf
LMI
4028 * frames.texi (Display Feature Testing): Try to explain what all
4029 the visual classes mean (bug#3042).
4030
568f7b79
LMI
40312011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4032
18d59e29
LMI
4033 * modes.texi (Mode Line Variables): Document `mode-line-remote'
4034 and `mode-line-client' (bug#2974).
4035
568f7b79
LMI
4036 * text.texi (Insertion): Clarify marker movements (bug#1651).
4037 Text from Drew Adams.
4038
54e10184
LMI
40392011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4040
d94d85e9
LMI
4041 * text.texi (Special Properties): Clarify the format of `face'
4042 (bug#1375).
4043
54e10184
LMI
4044 * commands.texi (Interactive Call): Add a `call-interactively'
4045 example (bug#1010).
4046
413c488d
LMI
40472011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4048
4049 * functions.texi (Calling Functions): Link to the "Interactive
4050 Call" node (bug#1001).
4051
322b7dab 40522011-07-06 Chong Yidong <cyd@stupidchicken.com>
b00d8c1a 4053
3deead93
CY
4054 * customize.texi (Composite Types): Move alist and plist to here
4055 from Simple Types (Bug#7545).
4056
4057 * elisp.texi (Top): Update menu description.
4058
b00d8c1a
CY
4059 * display.texi (Face Attributes): Document negative line widths
4060 (Bug#6113).
4061
d2a6c43b
TR
40622011-07-03 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
4063
4064 * searching.texi (Match Data): Note that match data can be
4065 overwritten by most functions (bug#2499).
4066
c7844a27
LMI
40672011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4068
a9ab721e
LMI
4069 * strings.texi (Formatting Strings): Clarify what the "-" and "0"
4070 flags mean (bug#6659).
4071
c7844a27
LMI
4072 * functions.texi (What Is a Function): Document the autoload
4073 object (bug#6496).
4074
f68d76d0
LMI
40752011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4076
8a20ca4c
LMI
4077 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
4078 is only used in the Customize user interface (bug#6089).
4079
f68d76d0 4080 * display.texi (Showing Images): Mention the point of sliced
6dd56db4 4081 images (bug#7836).
f68d76d0 4082
7018dbe7
EZ
40832011-07-02 Eli Zaretskii <eliz@gnu.org>
4084
4085 * variables.texi (Defining Variables, Void Variables)
4086 (Constant Variables): Fix incorrect usage of @kindex.
4087
36cb87a1
LMI
40882011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4089
28ee97c7
LMI
4090 * variables.texi (Defining Variables): Add an index entry for
4091 `set-variable' (bug#7262).
8d4294e9 4092 (Defining Variables): Use @findex for functions.
28ee97c7 4093
8862ffd5
LMI
4094 * frames.texi (Basic Parameters): Document the `explicit-name'
4095 parameter (bug#6951).
4096
0ec389b9
LMI
4097 * customize.texi (Type Keywords): Clarify that :value provides a
4098 default value for all types (bug#7386).
4099
36cb87a1
LMI
4100 * streams.texi (Output Functions): Document `pp'.
4101
11fdef7d 41022011-06-25 Chong Yidong <cyd@stupidchicken.com>
dfc47e35
CY
4103
4104 * keymaps.texi (Searching Keymaps):
4105 * display.texi (Overlay Properties): Fix errors in 2011-05-29
4106 change. Suggested by Johan Bockgård.
4107
eeafcea7
CY
41082011-06-15 Chong Yidong <cyd@stupidchicken.com>
4109
4110 * text.texi (Special Properties): Clarify role of font-lock-face.
4111
b96e6cde
LMI
41122011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4113
f4e90db0 4114 * processes.texi (Process Information): Rename `process-alive-p'
b96e6cde
LMI
4115 to `process-live-p' for consistency with other `-live-p' functions.
4116
be14b9ab
PE
41172011-06-03 Paul Eggert <eggert@cs.ucla.edu>
4118
4119 Document wide integers better.
4120 * files.texi (File Attributes): Document ino_t values better.
2d365993 4121 ino_t values no longer map to anything larger than a single cons.
35e951cd 4122 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations)
be14b9ab 4123 (Bitwise Operations):
001903b5
PE
4124 * objects.texi (Integer Type): Use a binary notation that is a bit easier
4125 to read, and that will port better if 62-bits becomes the default.
4126 Fix or remove incorrect examples.
be14b9ab
PE
4127 * os.texi (Time Conversion): Document time_t values better.
4128
bcd54f83
LMI
41292011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4130
f4e90db0
SM
4131 * processes.texi (Process Information):
4132 Document `process-alive-p'.
bcd54f83 4133
049bcbcb
CY
41342011-05-29 Chong Yidong <cyd@stupidchicken.com>
4135
4136 * help.texi (Accessing Documentation):
4137 * display.texi (Pixel Specification):
4138 * processes.texi (Serial Ports, Serial Ports):
4139 * nonascii.texi (Character Properties, Default Coding Systems):
4140 * text.texi (Changing Properties, Special Properties):
4141 * windows.texi (Window Start and End):
4142 * modes.texi (SMIE Indentation Example, SMIE Tricks):
4143 * keymaps.texi (Searching Keymaps, Tool Bar):
4144 * minibuf.texi (Basic Completion):
4145 * compile.texi (Eval During Compile):
4146 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
4147 7x9 paper in printed manual.
4148
4149 * lists.texi (Sets And Lists): Fix misplaced text.
4150
58539c63
CY
41512011-05-29 Chong Yidong <cyd@stupidchicken.com>
4152
4153 * keymaps.texi (Remapping Commands): Emphasize that the keymap
4154 needs to be active (Bug#8350).
4155
6b5681bf
CY
41562011-05-28 Chong Yidong <cyd@stupidchicken.com>
4157
b4d52acc
CY
4158 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
4159
6b5681bf
CY
4160 * tips.texi (Coding Conventions): Remove antediluvian filename
4161 limit recommendation (Bug#8538).
4162
e145f188
GM
41632011-05-27 Glenn Morris <rgm@gnu.org>
4164
4165 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
4166
eafed945
GM
41672011-05-26 Glenn Morris <rgm@gnu.org>
4168
4169 * variables.texi (File Local Variables):
4170 Update hack-local-variables `mode-only' return value.
2d3ba9e7 4171 Add some more details on what this function does in the other case.
eafed945 4172
bc8410af
GM
41732011-05-19 Glenn Morris <rgm@gnu.org>
4174
4175 * lists.texi (Sets And Lists): Mention cl provides union etc.
4176
35a30759
N
41772011-05-19 Nix <nix@esperi.org.uk>
4178
4179 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
4180
4181 * text.texi (Parsing HTML): Update for function name changes.
4182
4183 * syntax.texi (Syntax Flags): Small fix.
4184
4185 * keymaps.texi (Active Keymaps): Typo fix.
4186 (Changing Key Bindings): Grammar fix.
4187
4188 * frames.texi (Minibuffers and Frames): Grammar fix.
4189 (Window System Selections): x-select-enable-clipboard now defaults to t.
4190
4191 * customize.texi (Common Keywords):
4192 * display.texi (Abstract Display):
4193 * modes.texi (Auto-Indentation):
4194 * nonascii.texi (Converting Representations): Typo fixes.
4195
4196 * control.texi (Examples of Catch): Call it "goto" not "go to".
4197
e3934a8a
EZ
41982011-05-14 Eli Zaretskii <eliz@gnu.org>
4199
bc039a3b
EZ
4200 * nonascii.texi (Character Properties): Fix inconsistencies with
4201 implementation.
4202
e3934a8a
EZ
4203 * text.texi (Special Properties): Move @defvar's out of the
4204 @table. (Bug#8652)
4205
e2c94218
GM
42062011-05-12 Glenn Morris <rgm@gnu.org>
4207
4208 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
4209
d2fc7e3d 42102011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
bc3bea9c
SM
4211
4212 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
4213 (Multiline Font Lock):
4214 * vol2.texi (Top):
4215 * vol1.texi (Top):
4216 * elisp.texi (Top): Update menu accordingly.
4217
d2fc7e3d 42182011-05-12 Drew Adams <drew.adams@oracle.com>
e6dc6206
DA
4219
4220 * modes.texi (Region to Fontify): Fix typo.
4221
79b70037
GM
42222011-05-10 Jim Meyering <meyering@redhat.com>
4223
4224 * minibuf.texi: Fix typo "in in -> in".
4225
b08a63cc 42262011-05-06 Paul Eggert <eggert@cs.ucla.edu>
fed14fd7
PE
4227
4228 * numbers.texi (Integer Basics): Large integers are treated as floats.
4229
1ef14cb4
LMI
42302011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4231
4232 * processes.texi (Synchronous Processes): Document the (:file
4233 "/file-name") syntax for `call-process'.
4234
4ffd0d6b 42352011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
4236
4237 * windows.texi (Choosing Window): Fix typo.
4238
4ffd0d6b 42392011-04-23 Chong Yidong <cyd@stupidchicken.com>
40954368
CY
4240
4241 * frames.texi (Layout Parameters): Note the difference between
4242 querying and setting parameters for left-fringe and right-fringe
4243 (Bug#6930).
4244
fd5a8ae8
SM
42452011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4246
4247 * minibuf.texi (Basic Completion): Be a bit more precise about the
4248 valid kinds of completion tables.
4249 (Programmed Completion): Remove obsolete text about lambda expressions
4250 not being valid completion tables.
4251
c1bcd0d5
CY
42522011-03-19 Chong Yidong <cyd@stupidchicken.com>
4253
4254 * positions.texi (Excursions): Explain the "save-excursion
4255 defeated by set-buffer" warning.
4256
4257 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
4258 save-excursion. Suggested by Uday S Reddy.
4259
03408648 42602011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
ba83908c 4261
03408648
SM
4262 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
4263 (Lexical Binding): New sub-section.
ba83908c 4264
03408648
SM
4265 * eval.texi (Eval): Discourage the use of `eval'.
4266 Document its new `lexical' argument.
6c075cd7 4267
f6d62986
SM
42682011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4269
03408648 4270 * commands.texi (Command Overview): `post-command-hook' is not reset to
f6d62986
SM
4271 nil any more.
4272
84ea5558 42732011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
e4021ec1
SM
4274
4275 * strings.texi (String Conversion): Don't mention
4276 string-make-(uni|multi)byte (bug#8262).
4277 * nonascii.texi (Converting Representations): Fix up range.
4278 * keymaps.texi (Key Binding Commands): Update code point, avoid
4279 "unibyte character" and remove mention of unibyte bindings.
4280
62d94509
EZ
42812011-03-10 Eli Zaretskii <eliz@gnu.org>
4282
4283 * modes.texi (Operator Precedence Grammars): Don't use characters
4284 outside ISO-8859-1.
4285
63a329f8
EZ
42862011-03-09 Eli Zaretskii <eliz@gnu.org>
4287
4288 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
4289
4290 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
4291
6446548e
GM
42922011-03-08 Glenn Morris <rgm@gnu.org>
4293
4294 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
4295 * intro.texi (Acknowledgements): Names to UTF-8.
80b005c7 4296 * elisp.texi: Set documentencoding.
6446548e 4297
33383987
JB
42982011-03-07 Chong Yidong <cyd@stupidchicken.com>
4299
4300 * Version 23.3 released.
4301
0b3ceceb
CY
43022011-03-06 Chong Yidong <cyd@stupidchicken.com>
4303
4304 * package.texi: Update index keywords.
4305 (Package Archives): New node contents. Document package-x.el.
4306
78f5433f
JB
43072011-03-06 Juanma Barranquero <lekktu@gmail.com>
4308
4309 * makefile.w32-in (srcs): Add package.texi.
4310
555e9b5c
CY
43112011-03-06 Chong Yidong <cyd@stupidchicken.com>
4312
120d9389
CY
4313 * package.texi (Packaging, Packaging Basics, Simple Packages)
4314 (Multi-file Packages): Expand and clarify.
4315 (Package Archives): Temporary placeholder node.
4316
4317 * elisp.texi (Top): Update node listing.
4318
555e9b5c
CY
4319 * Makefile.in (srcs): Add package.texi.
4320
b59a4335
CY
43212011-03-05 Chong Yidong <cyd@stupidchicken.com>
4322
4323 * processes.texi (Synchronous Processes): Minor clarification
4324 (Bug#8149).
4325
06083aa1
GM
43262011-03-03 Glenn Morris <rgm@gnu.org>
4327
4328 * files.texi (Truenames): Minor clarification. (Bug#2341)
4329
6640b281
GM
43302011-03-01 Glenn Morris <rgm@gnu.org>
4331
4332 * variables.texi (Directory Local Variables):
4333 Mention `(subdirs . nil)' alist element.
4334
2b0c7330 43352011-02-28 Glenn Morris <rgm@gnu.org>
081f7640
GM
4336
4337 * variables.texi (Directory Local Variables): Mention the optional
4338 mtime argument of dir-locals-set-directory-class. (Bug#3577)
4339
b923f7a9
CY
43402011-02-27 Chong Yidong <cyd@stupidchicken.com>
4341
4342 * minibuf.texi (Minibuffer History): Clarify discussion of
4343 minibuffer history lists (Bug#8085).
4344
67ab0163 43452011-02-19 Eli Zaretskii <eliz@gnu.org>
86ec878a 4346
e979a521
EZ
4347 * elisp.texi: Sync @dircategory with ../../info/dir.
4348
e03b2fd4
EZ
4349 * files.texi (Visiting Functions): Document find-file-literally,
4350 both the command and the variable.
4351
86ec878a
EZ
4352 * variables.texi (Creating Buffer-Local): Explain the meaning of
4353 permanent local variables.
4354
67ab0163
GM
4355 * files.texi (Visiting Functions): Document find-file-literally,
4356 both the command and the variable.
4357
4358 * variables.texi (Creating Buffer-Local): Explain the meaning of
4359 permanent local variables.
4360
43612011-02-19 Glenn Morris <rgm@gnu.org>
dff9ac46
GM
4362
4363 * keymaps.texi (Remapping Commands): Mention how to undo it.
4364
bfcb151a
RT
43652011-02-09 Reuben Thomas <rrt@sc3d.org>
4366
4367 * loading.texi (Hooks for Loading): Remove unnecessary advice
4368 about eval-after-load (Bug#7986).
4369
a41c8660
CY
43702011-02-05 Chong Yidong <cyd@stupidchicken.com>
4371
4372 * commands.texi (Accessing Mouse): Note that a header line is not
4373 included in the row of posn-col-row.
4374
e0dd6837
CY
43752011-02-02 Chong Yidong <cyd@stupidchicken.com>
4376
4377 * modes.texi (Major Mode Conventions): Add face guidelines.
4378 (Faces for Font Lock): List faces in order of prominence.
4379
a4180391
PE
43802011-02-01 Paul Eggert <eggert@cs.ucla.edu>
4381
4382 format-time-string now supports subsecond time stamp resolution
4383 * os.texi (Time Parsing): Document %N.
4384
7427eb97
CY
43852011-01-28 Chong Yidong <cyd@stupidchicken.com>
4386
61db307f
CY
4387 * vol1.texi (Top):
4388 * vol2.texi (Top):
4389 * elisp.texi (Top):
4390 * display.texi (Display Property): Shorten the menu description of
4391 the "Other Display Specs" node (Bug#7816).
4392
7427eb97
CY
4393 * keymaps.texi (Defining Menus): Add "menu item" and "extended
4394 menu item" concept index entries (Bug#7805).
4395
bf3dae7e
EZ
43962011-01-29 Eli Zaretskii <eliz@gnu.org>
4397
4398 * makefile.w32-in (texinfodir): New variable.
4399 (usermanualdir): Remove as redundant with $(emacsdir).
4400 (MAKEINFO): Remove options, leave only program name.
4401 (MAKEINFO_OPTS): New variable.
4402 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
4403
06d8ace5 44042011-01-25 Chong Yidong <cyd@stupidchicken.com>
e6cf7a82
CY
4405 Richard Kim <emacs18@gmail.com>
4406
4407 * loading.texi (Library Search): Document list-load-path-shadows
4408 (Bug#7757).
4409
06d8ace5 44102011-01-25 Chong Yidong <cyd@stupidchicken.com>
3f066f54
CY
4411
4412 * searching.texi (Regexp Special): Remove outdated discussion of
4413 character sets (Bug#7780).
4414
28a88153
CY
4415 * frames.texi (Pop-Up Menus): Document where menu title comes
4416 from (Bug#7684).
4417
06d8ace5 44182011-01-25 Glenn Morris <rgm@gnu.org>
4d265b4d
GM
4419
4420 * display.texi (Making Buttons): Mention limitation of text buttons.
4421
a8e1e9ee
WL
44222011-01-23 Werner Lemberg <wl@gnu.org>
4423
4424 * Makefile.in (MAKEINFO): Now controlled by `configure'.
4425 (MAKEINFO_OPTS): New variable. Use it where appropriate.
4426 (ENVADD): New variable to control texi2dvi and texi2pdf.
4427
362b9d48
GM
44282011-01-15 Chong Yidong <cyd@stupidchicken.com>
4429
4430 * files.texi (Directory Names): Move directory-abbrev-alist doc to
4431 Emacs manual.
4432
44332011-01-15 Eli Zaretskii <eliz@gnu.org>
4434
4435 * files.texi (Directory Names): Explain why FROM in
4436 directory-abbrev-alist should begin with \`. (Bug#7777)
4437
3fa173b4
SM
44382011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
4439
4440 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
4441
7c420169 44422011-01-02 Eli Zaretskii <eliz@gnu.org>
2e4ab211
EZ
4443
4444 * modes.texi (Emulating Mode Line): Fix last change.
4445
7c420169 44462011-01-02 Eli Zaretskii <eliz@gnu.org>
287e63bb
EZ
4447
4448 * modes.texi (Emulating Mode Line): Update documentation of
4449 format-mode-line according to changes that fixed bug #7587.
4450
80b33766
SM
44512010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
4452
4453 * modes.texi (Derived Modes): Mention prog-mode.
4454
4455 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
4456 of the key-binding-data cache since we don't use it any more.
4457
f49d1f52 44582010-12-13 Eli Zaretskii <eliz@gnu.org>
3c73e30e 4459
4bb49a92
EZ
4460 * processes.texi (Shell Arguments):
4461 * strings.texi (Creating Strings): Don't mention "shell commands";
4462 make it explicit that `split-string-and-unquote' and
4463 `combine-and-quote-strings' are mainly for working with arguments
4464 to call-process and start-process.
4465
3c73e30e
EZ
4466 * processes.texi (Shell Arguments): Fix documentation of
4467 `split-string-and-unquote'. Add indexing. (Bug#7563)
4468
f49d1f52 44692010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5dcb4c4e
SM
4470
4471 * modes.texi (Auto-Indentation): New section to document SMIE.
4472 (Major Mode Conventions):
4473 * text.texi (Mode-Specific Indent): Refer to it.
4474
f49d1f52 44752010-12-13 Eli Zaretskii <eliz@gnu.org>
bdef6a77
EZ
4476
4477 * display.texi (Other Display Specs): Document left-fringe and
4478 right-fringe display specs.
4479
f49d1f52 44802010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
769741e3
SM
4481
4482 * backups.texi (Making Backups):
4483 * modes.texi (Example Major Modes): Use recommended coding style.
4484 (Major Mode Basics, Derived Modes): Encourge more strongly use of
4485 define-derived-mode. Mention completion-at-point-functions.
4486
f49d1f52 44872010-12-13 Chong Yidong <cyd@stupidchicken.com>
3e99b825 4488
5dcb4c4e
SM
4489 * nonascii.texi (Converting Representations):
4490 Document byte-to-string.
e1115396 4491
ec1b9b17
GM
44922010-12-08 Glenn Morris <rgm@gnu.org>
4493
4494 * buffers.texi (Modification Time):
4495 verify-visited-file-modtime now defaults to the current buffer.
4496
07976ae3 44972010-11-27 Chong Yidong <cyd@stupidchicken.com>
3e99b825 4498
ec1b9b17 4499 * nonascii.texi (Converting Representations): Document byte-to-string.
3e99b825
CY
4500
4501 * strings.texi (Creating Strings): Don't mention semi-obsolete
4502 function char-to-string.
4503 (String Conversion): Shorten discussion of semi-obsolete function
4504 string-to-char. Link to Converting Representations.
4505
4506 * objects.texi (Symbol Type):
4507 * text.texi (Near Point):
4508 * help.texi (Help Functions):
4509 * functions.texi (Mapping Functions): Use string instead of
4510 char-to-string in examples.
4511
07976ae3 45122010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295
CY
4513
4514 * text.texi (Kill Functions, Kill Functions)
4515 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
4516 YANK-HANDLER args.
4517
4518 * symbols.texi (Creating Symbols): Using unintern without an
4519 obarray arg is now obsolete.
4520
4521 * numbers.texi (Float Basics): Document float-e and float-pi.
4522
4523 * variables.texi (Defining Variables): Change "pi" example to
4524 "float-pi".
4525
8547874a
EZ
45262010-11-26 Eli Zaretskii <eliz@gnu.org>
4527
4528 * commands.texi (Click Events): Document the values of X, Y and
4529 COL, ROW in the event's position, when the click is on the header
4530 or mode line, on the fringes, or in the margins.
4531
4a47c275 45322010-11-17 Eli Zaretskii <eliz@gnu.org>
c7926fe2 4533
5b05d75b
EZ
4534 * customize.texi (Composite Types): Lower-case index entry.
4535
5dcb4c4e
SM
4536 * loading.texi (How Programs Do Loading):
4537 Document load-file-name. (Bug#7346)
c7926fe2 4538
4a47c275 45392010-11-17 Glenn Morris <rgm@gnu.org>
cde08ac9
GM
4540
4541 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
4542
0eb025fb
EZ
45432010-11-13 Eli Zaretskii <eliz@gnu.org>
4544
4545 * display.texi (Usual Display): Characters with no fonts are not
4546 necessarily displayed as empty boxes.
4547
2699a554 45482010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
4549
4550 * maps.texi (Standard Keymaps): Update File menu description.
4551
8289f37b
GM
45522010-10-28 Glenn Morris <rgm@gnu.org>
4553
4554 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
4555
5793a7bc 45562010-10-24 Eli Zaretskii <eliz@gnu.org>
89baa1df
EZ
4557
4558 * display.texi (Window Systems): Deprecate use of window-system as
4559 a predicate.
4560
17284e30
GM
45612010-10-23 Glenn Morris <rgm@gnu.org>
4562
4563 * help.texi (Documentation Basics): Remove mentions of digest-doc and
4564 sorted-doc.
4565
00f113eb
JB
45662010-10-15 Eli Zaretskii <eliz@gnu.org>
4567
4568 * os.texi (Dynamic Libraries): New node, with slightly modified
4569 text deleted from "Image Formats".
4570 (System Interface): Add @menu entry for "Dynamic Libraries".
4571
4572 * display.texi (Image Formats): Remove description of
4573 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
4574
07277eb8
GM
45752010-10-12 Glenn Morris <rgm@gnu.org>
4576
4577 * book-spine.texinfo: Rename to book-spine.texi.
4578
c12e4a81
GM
45792010-10-11 Glenn Morris <rgm@gnu.org>
4580
df187c62
GM
4581 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
4582
c12e4a81 4583 * Makefile.in (DVIPS): New variable.
234db610
GM
4584 (.PHONY): Add html, ps.
4585 (html, elisp.html, ps, elisp.ps): New targets.
4586 (clean): Delete html, ps files.
4587 ($(infodir)/elisp): Remove unnecessary includes.
c12e4a81 4588
6513b232
EZ
45892010-10-09 Eli Zaretskii <eliz@gnu.org>
4590
4591 * makefile.w32-in (emacsdir): New variable.
4592 (srcs): Add emacsver.texi.
4593 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
4594
abd40fb4
GM
45952010-10-09 Glenn Morris <rgm@gnu.org>
4596
c1dc72b3
GM
4597 * Makefile.in (VPATH): Remove.
4598 (infodir): Make it absolute.
4599 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
4600
4393405b
GM
4601 * Makefile.in (dist): Anchor regexps.
4602
eef3ab94
GM
4603 * Makefile.in (srcs): Put elisp.texi first.
4604 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
4605
aa9db089
GM
4606 * Makefile.in (infoclean): Remove harmless, long-standing error.
4607
abd40fb4
GM
4608 * Makefile.in ($(infodir)): Delete rule.
4609 (mkinfodir): New.
4610 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
4611
68db69ed 4612 * Makefile.in (dist): Remove reference to emacsver.texi.in.
208deadc 4613 Also copy emacsver.texi, and edit $emacsdir.
68db69ed 4614
ea274122
GM
46152010-10-09 Glenn Morris <rgm@gnu.org>
4616
f7a31f11
GM
4617 * Makefile.in (emacsdir): New variable.
4618 (MAKEINFO): Add -I $emacsdir.
4619 (dist): Copy emacsver.texi.
b13254e7
GM
4620 (srcs): Add emacsver.texi.
4621
f7a31f11
GM
4622 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
4623 Set EMACSVER by including emacsver.texi.
4624
ea274122
GM
4625 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
4626
17ca7950
GM
46272010-10-07 Glenn Morris <rgm@gnu.org>
4628
4629 * Makefile.in (version): New, set by configure.
4630 (clean): Delete dist tar file.
4631 (dist): Use version in tar name.
4632
4c83f6e1
GM
46332010-10-06 Glenn Morris <rgm@gnu.org>
4634
4635 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
4636 (INSTALL_INFO): Remove unused variable.
4637 (mostlyclean, infoclean, dist): New rules.
4638 (clean): Delete dvi and pdf files.
4639 (maintainer-clean): Remove elisp.oaux, use infoclean.
8a944cea 4640 ($(infodir)): Add parallel build workaround.
4c83f6e1 4641
0264072d
GM
46422010-10-04 Glenn Morris <rgm@gnu.org>
4643
4644 * Makefile.in (dvi, pdf, $(infodir)): New targets.
4645 ($(infodir)/elisp): Ensure target directory exists. Use $@.
8cce34d0 4646 Fix -I typo.
0264072d
GM
4647 (clean): No 'make.out' or 'core' files.
4648 (.PHONY): Declare clean rules.
4649 (maintainer-clean): Delete pdf file. Guard against cd failures.
4650
77f38949
GM
46512010-10-03 Glenn Morris <rgm@gnu.org>
4652
4653 * files.texi (File Name Components): Remove ignored section about
4654 deleted variable directory-sep-char.
4655
178fdd41
MA
46562010-10-03 Michael Albinus <michael.albinus@gmx.de>
4657
4658 * files.texi (Magic File Names): New defopt
4659 remote-file-name-inhibit-cache.
4660
9c524fcb
GM
46612010-10-02 Glenn Morris <rgm@gnu.org>
4662
4663 * os.texi (Killing Emacs): Hook now runs in batch mode.
4664
f816790b
SM
46652010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
4666
4667 * text.texi (Special Properties): Clarify when modification-hooks run.
4668
7cf78aac
SM
46692010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
4670
4671 * syntax.texi (Syntax Flags): Document new `c' flag.
4672
ca0d44e4
GM
46732010-09-09 Glenn Morris <rgm@gnu.org>
4674
4675 * display.texi (ImageMagick Images): General cleanup.
4676
10999305 46772010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
4678
4679 * files.texi (Directory Names): Use \` rather than ^.
4680
45240125
JD
46812010-09-02 Jan Djärv <jan.h.d@swipnet.se>
4682
4683 * text.texi (Low-Level Kill Ring):
4684 * frames.texi (Window System Selections): Remove cut buffer
4685 documentation.
4686
4abe5bf6
EZ
46872010-08-28 Eli Zaretskii <eliz@gnu.org>
4688
4689 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
4690 Parameters", where the default fringe width is described.
4691
4692 * frames.texi (Window Frame Parameters, Basic Parameters)
4693 (Position Parameters, Layout Parameters, Management Parameters)
4694 (Cursor Parameters, Font and Color Parameters): Add indexing for
4695 frame parameters. (Bug#6929)
4696
fdc76236
TT
46972010-08-25 Tom Tromey <tromey@redhat.com>
4698
4699 * vol2.texi (Top): Update.
4700 * vol1.texi (Top): Update.
4701 * tips.texi (Library Headers): Mention Package-Version and
4702 Package-Requires.
4703 * package.texi: New file.
4704 * os.texi (System Interface): Update pointers.
4705 * elisp.texi (Top): Link to new nodes. Include package.texi.
4706 * anti.texi (Antinews): Update pointers.
4707
1e5c1c80
EZ
47082010-08-25 Eli Zaretskii <eliz@gnu.org>
4709
4710 * processes.texi (Filter Functions): Fix last change.
4711
78e33835
CY
47122010-08-24 Markus Triska <triska@gmx.at>
4713
4714 * processes.texi (Filter Functions): Use `buffer-live-p' instead
4715 of `buffer-name' in the main text as well as in the example
4716 (Bug#3098).
4717
198a7a97
CY
47182010-08-22 Chong Yidong <cyd@stupidchicken.com>
4719
4720 * nonascii.texi (Text Representations):
4721 * loading.texi (Loading Non-ASCII):
4722 * compile.texi (Byte Compilation): Don't mention obsolete
4723 --unibyte command-line argument.
4724
bc7d7ea6
CY
47252010-08-22 Chong Yidong <cyd@stupidchicken.com>
4726
4727 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
4728
b0126eac 47292010-08-22 Chong Yidong <cyd@stupidchicken.com>
96b1842d
CY
4730
4731 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
4732
e8a6cc19
EZ
47332010-08-20 Eli Zaretskii <eliz@gnu.org>
4734
4735 * commands.texi (Misc Events): Add cross-references to where
4736 POSITION of a mouse event is described in detail.
4737
c4e7c63a 47382010-08-08 Christoph Scholtes <cschol2112@googlemail.com>
ee301a7a 4739
c4e7c63a 4740 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
ee301a7a 4741
7815fe19 47422010-08-08 Juanma Barranquero <lekktu@gmail.com>
e8bf5266
JB
4743
4744 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
4745 Suggested by Štěpán Němec <stepnem@gmail.com>.
4746
7815fe19 47472010-08-08 Juanma Barranquero <lekktu@gmail.com>
b4f588fa
JB
4748
4749 * minibuf.texi (High-Level Completion): Document args of
4750 `read-buffer-function' (bug#5625).
4751
8b2dd508
JD
47522010-07-29 Jan Djärv <jan.h.d@swipnet.se>
4753
4754 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
4755
bace45fe
MA
47562010-07-29 Michael Albinus <michael.albinus@gmx.de>
4757
4758 * processes.texi (Process Information): Explain process property
4759 `remote-tty'.
4760
4ce5a4cc
JB
47612010-07-27 Juanma Barranquero <lekktu@gmail.com>
4762
4763 * modes.texi (Defining Minor Modes): Use C-delete in examples,
4764 instead of "\C-\^?" (bug#6334).
4765
1c84bc7a
JB
4766 * text.texi (Special Properties): Fix typo.
4767
b88746ba
EZ
47682010-07-09 Eli Zaretskii <eliz@gnu.org>
4769
4770 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
4771 calling sequences, which are now the standard.
4772
51422d6d
CY
47732010-06-24 Chong Yidong <cyd@stupidchicken.com>
4774
4775 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
4776
4777 * commands.texi (Command Overview): Mention undo-boundary call.
4778
d24880de
GM
47792010-06-23 Glenn Morris <rgm@gnu.org>
4780
4781 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
4782 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
4783 * frames.texi, functions.texi, internals.texi, keymaps.texi:
4784 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
4785 * searching.texi, sequences.texi, strings.texi, syntax.texi:
4786 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
4787 Untabify Texinfo files.
4788
0fc76035
CY
47892010-06-20 Chong Yidong <cyd@stupidchicken.com>
4790
4791 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
4792
5338dc0b
CY
47932010-06-19 Chong Yidong <cyd@stupidchicken.com>
4794
a628ad9d 4795 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
5338dc0b 4796
2c3a3c1d
CY
47972010-06-02 Chong Yidong <cyd@stupidchicken.com>
4798
ba3bf1d9
CY
4799 * searching.texi (Regexp Special): Remove obsolete information
4800 about matching non-ASCII characters, and suggest using char
4801 classes (Bug#6283).
2c3a3c1d 4802
7f4b4249
JB
48032010-05-30 Juanma Barranquero <lekktu@gmail.com>
4804
4805 * minibuf.texi (Basic Completion): Add missing "@end defun".
4806
637821cd
SM
48072010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4808
4809 * minibuf.texi (Basic Completion): Document completion-boundaries.
4810 (Programmed Completion): Document the new fourth method for boundaries.
4811
e13051c3
CY
48122010-05-22 Chong Yidong <cyd@stupidchicken.com>
4813
a628ad9d 4814 * display.texi (Image Cache): Update documentation about image caching.
e13051c3 4815
0235128c 48162010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
4817
4818 * windows.texi (Textual Scrolling):
4819 * tips.texi (Coding Conventions):
4820 * minibuf.texi (Minibuffer History):
4821 * maps.texi (Standard Keymaps):
4822 * loading.texi (Where Defined):
4823 * edebug.texi (Instrumenting): Fix typos.
4824
0235128c 48252010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549 4826
c7c32279
CY
4827 * keymaps.texi (Menu Bar): Document :advertised-binding property.
4828
0235128c
SM
4829 * functions.texi (Obsolete Functions):
4830 Document set-advertised-calling-convention.
eb5ed549
CY
4831
4832 * minibuf.texi (Basic Completion): Document completion-in-region.
4833 (Programmed Completion): Document completion-annotate-function.
4834
4835 * commands.texi (Reading One Event): Document read-key.
4836 (Distinguish Interactive): Document KIND arg to
4837 called-interactively-p. Delete obsolete interactive-p.
4838
4839 * elisp.texi (Top): Update node description.
4840
f8848423
EZ
48412010-05-08 Eli Zaretskii <eliz@gnu.org>
4842
0235128c
SM
4843 * nonascii.texi (Character Properties):
4844 Document unicode-category-table. Add an index entry for Unicode
4845 general category.
4846
48472010-05-07 Chong Yidong <cyd@stupidchicken.com>
4848
4849 * Version 23.2 released.
f8848423 4850
938efb77
JB
48512010-04-20 Juanma Barranquero <lekktu@gmail.com>
4852
4853 * locals.texi (Standard Buffer-Local Variables):
4854 Remove @ignore'd reference to `direction-reversed'.
4855
5854c267
JL
48562010-04-14 Juri Linkov <juri@jurta.org>
4857
4858 Fix @deffn without category.
4859
4860 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
4861 for `abbrev-insert'.
4862
4863 * buffers.texi (Indirect Buffers): Add category `Command'
4864 to @deffn of `clone-indirect-buffer'.
4865
4866 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
4867 for `next-window' and `previous-window'. Add category `Command'
4868 to @deffn of `pop-to-buffer'.
4869
8a14dec7
CY
48702010-04-01 Chong Yidong <cyd@stupidchicken.com>
4871
4872 * nonascii.texi (Text Representations): Don't mark
4873 enable-multibyte-characters as a user option.
4874
7a1831cf
EZ
48752010-03-31 Eli Zaretskii <eliz@gnu.org>
4876
4877 * control.texi (Handling Errors): How to re-throw a signal caught
4878 by condition-case.
4879
c3863713
CY
48802010-03-26 Chong Yidong <cyd@stupidchicken.com>
4881
4882 * loading.texi (Hooks for Loading): Document after-load-functions.
4883 Copyedits.
4884
c333f279
AM
48852010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
4886
4887 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
4888
e867cb5d 48892010-03-24 Chong Yidong <cyd@stupidchicken.com>
f7704e26
CY
4890
4891 * processes.texi (Network Processes): Document seqpacket type.
4892
605f35cd
DN
48932010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
4894
4895 * os.texi (System Environment): Do not mention lynxos.
4896
288f9fc0
CY
48972010-03-10 Chong Yidong <cyd@stupidchicken.com>
4898
4899 * Branch for 23.2.
4900
eed5c93a
CY
49012010-03-06 Chong Yidong <cyd@stupidchicken.com>
4902
4903 * objects.texi (Integer Type): Take note of the read syntax
4904 exception for numbers that cannot fit in the integer type.
4905
1ddd6622
GM
49062010-03-03 Glenn Morris <rgm@gnu.org>
4907
4908 * numbers.texi (Integer Basics, Bitwise Operations):
4909 * objects.texi (Integer Type): Update for integers now being 30-bit.
4910
a908c79a
CY
49112010-02-27 Chong Yidong <cyd@stupidchicken.com>
4912
4913 * display.texi (Low-Level Font): Document :otf font-spec property.
4914
cd61af01
SM
49152010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
4916
4917 * display.texi (Line Height): Avoid obsolete special default variables
4918 like default-major-mode.
4919
c02f8fe2
AM
49202010-01-28 Alan Mackenzie <acm@muc.de>
4921
4922 * display.texi (Auto Faces): Say fontification-functions is called
4923 whether or not Font Lock is enabled. Tidy up the wording a bit.
4924
d738d18b
CY
49252010-01-17 Chong Yidong <cyd@stupidchicken.com>
4926
4927 * elisp.texi: Remove duplicate edition information (Bug#5407).
4928
4963739e
JB
49292010-01-17 Juanma Barranquero <lekktu@gmail.com>
4930
4931 * two.el (volume-header-toc-markup): Fix typos in docstring.
4932
c57008f6
SM
49332010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
4934
4935 Avoid dubious uses of save-excursions.
4936 * positions.texi (Excursions): Recommend the use of
4937 save-current-buffer if applicable.
4938 * text.texi (Clickable Text): Fix the example code which used
4939 save-excursion in a naive way which sometimes preserves point and
4940 sometimes not.
4941 * variables.texi (Creating Buffer-Local):
4942 * os.texi (Session Management):
4943 * display.texi (GIF Images):
4944 * control.texi (Cleanups): Use (save|with)-current-buffer.
4945
2f3725cd
EZ
49462010-01-02 Eli Zaretskii <eliz@gnu.org>
4947
4948 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
4949
85eeac93
CY
49502010-01-02 Chong Yidong <cyd@stupidchicken.com>
4951
4952 * nonascii.texi (Text Representations, Character Codes)
4953 (Converting Representations, Explicit Encoding)
4954 (Translation of Characters): Use hex notation consistently.
4955 (Character Sets): Fix map-charset-chars doc (Bug#5197).
4956
4801c5fa
CY
49572010-01-01 Chong Yidong <cyd@stupidchicken.com>
4958
4959 * loading.texi (Where Defined): Make it clearer that these are
4960 loaded files (Bug#5068).
4961
26e533e2
CY
49622009-12-29 Chong Yidong <cyd@stupidchicken.com>
4963
4964 * minibuf.texi (Completion Styles): Document `initials' style.
4965
16d1ff5f
CY
49662009-12-25 Chong Yidong <cyd@stupidchicken.com>
4967
4968 * frames.texi (Resources): Describe inhibit-x-resources.
4969 (Size Parameters): Copyedit.
4970
4971 * hash.texi (Creating Hash):
4972 * objects.texi (Hash Table Type): Document the new hash table
4973 printed representation.
4974
4975 * minibuf.texi (Basic Completion): 4th arg to all-completions is
4976 obsolete.
4977
5dcb4c4e
SM
4978 * processes.texi (Process Buffers):
4979 Document process-kill-buffer-query-function.
16d1ff5f 4980
9a5de3d9
GM
49812009-12-05 Glenn Morris <rgm@gnu.org>
4982
4983 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
4984 diary-display-function, and no longer recommended to be a hook.
4985 Update for changes in the names of calendar and diary hooks.
4986 diary-print-entries-hook has changed section.
4987
b640eb52
EZ
49882009-11-28 Eli Zaretskii <eliz@gnu.org>
4989
4990 * text.texi (Special Properties): More accurate description of
4991 what the `cursor' property does.
4992
be1674ab
KR
49932009-11-26 Kevin Ryde <user42@zip.com.au>
4994
4995 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
4996 mouse-wheel-down-event, the closest thing to a definition for them.
4997 * os.texi (Startup Summary): vindex inhibit-startup-message and
4998 inhibit-splash-screen.
4999 (Command-Line Arguments): vindex argv.
5000 (Suspending Emacs): vindex suspend-tty-functions and
5001 resume-tty-functions. Don't want to index every hook, but having
5002 the programming ones is helpful.
5003
603f5979
CY
50042009-11-14 Chong Yidong <cyd@stupidchicken.com>
5005
5006 * commands.texi (Motion Events): Fix typo (Bug#4907).
5007
4359a806
CY
50082009-11-08 Chong Yidong <cyd@stupidchicken.com>
5009
5010 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
5011 are affected by case-fold-search (Bug#4483).
5012
0f063651
CY
50132009-11-02 Chong Yidong <cyd@stupidchicken.com>
5014
5015 * minibuf.texi (Reading File Names): Note that read-file-name may
5016 use a graphical file dialog.
5017
9bd79893
GM
50182009-10-31 Glenn Morris <rgm@gnu.org>
5019
5020 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
5021
ebe479ec
KR
50222009-10-16 Kevin Ryde <user42@zip.com.au>
5023
5024 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
5025 in particular so `info-lookup-symbol' can find its docs.
5026
2640fa86
CY
50272009-10-16 Chong Yidong <cyd@stupidchicken.com>
5028
5029 * variables.texi (Constant Variables): Distinguish from defconst
5030 variables.
5031 (Defining Variables): Add cindex.
5032
edd6a733
CY
50332009-10-15 Chong Yidong <cyd@stupidchicken.com>
5034
5035 * os.texi (Time of Day): Clarify that the microsecond part is
5036 ignored (Bug#4637).
5037
5feb0b73
GM
50382009-10-11 Glenn Morris <rgm@gnu.org>
5039
5040 * frames.texi (Size and Position): Clarify what is included in the frame
5041 height. (Bug#4535)
5042
0c5413c8
GM
50432009-10-10 Glenn Morris <rgm@gnu.org>
5044
5045 * windows.texi (Size of Window): The relationship between window and
5046 frame heights is not so simple. (Bug#4535)
5047 Mention window-full-height-p.
5048
7f8b600a
SM
50492009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5050
5051 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
5052 used from Lisp.
5053
6185de1c
EZ
50542009-10-07 Eli Zaretskii <eliz@gnu.org>
5055
7f8b600a
SM
5056 * files.texi (Directory Names) <abbreviate-file-name>:
5057 Document that root home directories are not replaced with "~".
6185de1c 5058
9972911f
EZ
50592009-10-06 Eli Zaretskii <eliz@gnu.org>
5060
5061 * text.texi (Special Properties): Document the meaning of the
5062 `cursor' text property whose value is an integer.
5063
2a3f19ef
MA
50642009-10-05 Michael Albinus <michael.albinus@gmx.de>
5065
5066 * files.texi (Magic File Names): Add `copy-directory'.
5067
804543b5
EZ
50682009-10-05 Eli Zaretskii <eliz@gnu.org>
5069
5070 * files.texi (File Attributes): Fix description of file
5071 attributes. (Bug#4638) Update attributes of files.texi example to
5072 be more representative.
5073
461bf92b
MA
50742009-10-05 Michael Albinus <michael.albinus@gmx.de>
5075
5076 * files.texi (Create/Delete Dirs): New command copy-directory.
5077
a86cd395
JB
50782009-10-04 Juanma Barranquero <lekktu@gmail.com>
5079
5080 * anti.texi (Antinews):
5081 * macros.texi (Indenting Macros):
5082 * strings.texi (Creating Strings, Case Conversion):
5083 Remove duplicate words.
5084
d3080264
MA
50852009-10-01 Michael Albinus <michael.albinus@gmx.de>
5086
5087 * files.texi (Create/Delete Dirs): delete-directory has an
5088 optional parameter RECURSIVE.
5089
85d14563
SM
50902009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
5091
5092 * buffers.texi (Swapping Text): Minor clarification.
5093
3d9842c6
GM
50942009-10-01 Glenn Morris <rgm@gnu.org>
5095
5096 * functions.texi (Declaring Functions): Mention that we also search for
5097 ".m" files in the src/ directory.
5098
78427304
CY
50992009-09-25 David Engster <deng@randomsample.de>
5100
3d9842c6 5101 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
78427304 5102
b578c9cc
GM
51032009-09-22 Glenn Morris <rgm@gnu.org>
5104
5105 * internals.texi (Building Emacs): Mention preloaded-file-list.
5106
beee5da7
AM
51072009-09-14 Alan Mackenzie <acm@muc.de>
5108
5109 * os.texi (Terminal Output): Put "@code{}" around "stdout".
5110
5d6ab672
CY
51112009-09-13 Chong Yidong <cyd@stupidchicken.com>
5112
5113 * functions.texi (Anonymous Functions): Rearrange discussion,
5114 giving usage of unquoted lambda forms first. Mention that
5115 `function' and `#'' are no longer required (Bug#4290).
5116
59375eeb
AM
51172009-09-11 Alan Mackenzie <acm@muc.de>
5118
a86cd395 5119 * os.texi (Terminal Output): Document `send-string-to-terminal' in
59375eeb
AM
5120 batch mode.
5121
e7e2f529
GM
51222009-09-01 Glenn Morris <rgm@gnu.org>
5123
5124 * display.texi (Face Functions): Mention define-obsolete-face-alias.
5125
eae47088
GM
51262009-08-26 Ulrich Mueller <ulm@gentoo.org>
5127
5128 * nonascii.texi (Character Codes): Fix typos.
5129
3691a0a6
MA
51302009-08-25 Michael Albinus <michael.albinus@gmx.de>
5131
5132 * processes.texi (Synchronous Processes): New defvar
5133 process-file-side-effects.
5134
664d56b8
GM
51352009-08-25 Glenn Morris <rgm@gnu.org>
5136
5137 * display.texi (Fontsets): Fix typo.
5138
0706c025
GM
5139 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
5140
03a74b84
SM
51412009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
5142
5143 * processes.texi (Asynchronous Processes): Adjust arglist of
5144 start-process-shell-command and start-file-process-shell-command.
5145
f6de8a37
CY
51462009-08-15 Chong Yidong <cyd@stupidchicken.com>
5147
4b1ed1bb
CY
5148 * advice.texi (Argument Access in Advice): Note that argument
5149 positions are zero-based (Bug#3932).
5150
89a9e058
CY
5151 * commands.texi (Distinguish Interactive): Minor copyedit.
5152
23696fd7
CY
5153 * display.texi (Face Attributes): Add xref to Displaying Faces for
5154 explanation of "underlying face".
5155
f6de8a37
CY
5156 * customize.texi (Common Keywords): Add xref to Loading.
5157
5158 * loading.texi (How Programs Do Loading): Add xref to Lisp
5159 Libraries node in the Emacs manual.
5160
417f77e6
CY
51612009-08-13 Chong Yidong <cyd@stupidchicken.com>
5162
5163 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
5164
0999039c
CY
51652009-07-18 Chong Yidong <cyd@stupidchicken.com>
5166
5167 * processes.texi (Shell Arguments): Copyedits.
5168
9af167bc
GM
51692009-07-18 Glenn Morris <rgm@gnu.org>
5170
5171 * loading.texi (Repeated Loading): Fix typo.
5172
137987ab
RS
51732009-07-16 Richard Stallman <rms@gnu.org>
5174
5175 * buffers.texi (Swapping Text): Recommend setting
5176 write-region-annotate-functions and buffer-saved-size.
5177
5178 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
5179
622fa380
GM
51802009-07-15 Glenn Morris <rgm@gnu.org>
5181
5182 * edebug.texi: Minor re-phrasings throughout.
5183 (Edebug Execution Modes): Sit-for affects continue mode too.
5184 (Jumping): Use `forward-sexp' rather than its keybinding.
5185 (Edebug Misc): Fix Q binding.
5186 (Edebug Eval): Remove cl version.
5187 (Printing in Edebug): Clarify print-length etc.
5188 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
5189 (Specification List): Remove edebug-unwrap findex entry.
5190 (Specification Examples): defmacro is actually not the same as defun.
5191 Escape "`" in example.
5192
6bbd4600
CY
51932009-07-15 Chong Yidong <cyd@stupidchicken.com>
5194
5195 * markers.texi (The Mark): Document optional arg to
5196 deactivate-mark.
5197
e538d479
GM
51982009-07-11 Kevin Ryde <user42@zip.com.au>
5199
5200 * hooks.texi (Standard Hooks): Fix cross-references.
5201
4c98b9ed
GM
5202 * loading.texi (Named Features): Refer to eval-after-load.
5203
5300838c
GM
52042009-07-11 Glenn Morris <rgm@gnu.org>
5205
64fbeb16
GM
5206 * Makefile.in (TEXI2PDF): New.
5207 (elisp.pdf): New target.
5208
4c98b9ed
GM
5209 * searching.texi (Regexp Backslash): Fix typo.
5210
5211 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5300838c 5212
51d9979c
GM
52132009-07-10 Glenn Morris <rgm@gnu.org>
5214
561c0216
GM
5215 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
5216
5b594a58
GM
5217 * customize.texi (Customization Types):
5218 * display.texi (Abstract Display):
0cc8c85a 5219 * objects.texi (Character Type, String Type):
5b594a58 5220 Merge in some menu descriptions from elisp.texi.
51d9979c 5221
c3cbbb40
GM
5222 * hash.texi (Hash Tables):
5223 * modes.texi (Multiline Font Lock):
5224 End menu description with period.
fe42c16a 5225
28528402
GM
52262009-07-09 Glenn Morris <rgm@gnu.org>
5227
5228 * back.texi: Don't hard-code texinfo location.
5229
5230 * two-volume.make (texinfodir): New, with location of texinfo.tex.
5231 (tex): Add texinfodir to TEXINPUTS.
5232 (elisp1med-init, elisp2med-init): Use texinfodir.
5233
5234 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
5235 (clean): Add two-volume.make intermediate files.
5236
5237 * elisp.texi, vol1.texi, vol2.texi:
5238 Use a DATE variable with the publication date, and update it.
5239 Fix antinews menu description.
5240
5241 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
5242 Update the detailed node listing to match elisp.texi.
5243
5244 * README: Update edition to match elisp.texi.
5245
5246 * objects.texi (General Escape Syntax):
5247 * nonascii.texi (Character Sets):
5248 Use consistent case for "Unicode Standard".
5249
5250 * anti.texi (Antinews):
5251 * customize.texi (Variable Definitions):
5252 * functions.texi (Declaring Functions):
5253 * nonascii.texi (Character Properties):
5254 * processes.texi (Serial Ports):
5255 * text.texi (Special Properties):
5256 * tips.texi (Coding Conventions):
5257 Minor rearrangements to improve TeX line-filling.
5258
5259 * commands.texi (Using Interactive): Fix cross-reference.
5260
17db8e10
JD
52612009-07-01 Jan Djärv <jan.h.d@swipnet.se>
5262
5263 * frames.texi (Management Parameters): Mention sticky.
5264
77c7e2e1
AS
52652009-07-01 Andreas Schwab <aschwab@redhat.com>
5266
5267 * help.texi (Help Functions): Fix description of help-buffer and
5268 help-setup-xref to use @defun instead of @deffn.
5269
3f1c6666
JD
52702009-07-01 Jan Djärv <jan.h.d@swipnet.se>
5271
5272 * frames.texi (Size Parameters): Mention maximized for fullscreen.
5273
ca27c21b
CY
52742009-06-24 Chong Yidong <cyd@stupidchicken.com>
5275
5276 * display.texi (Window Systems): Add ns to the list.
5277
70243478
CY
52782009-06-21 Chong Yidong <cyd@stupidchicken.com>
5279
5280 * Branch for 23.1.
5281
df006536
MR
52822009-06-17 Martin Rudalics <rudalics@gmx.at>
5283
5284 * windows.texi (Dedicated Windows): Fix typo.
5285 (Resizing Windows): Replace @defun by @deffn.
5286
d259fc4b
GM
52872009-06-17 Glenn Morris <rgm@gnu.org>
5288
5289 * variables.texi (Directory Local Variables):
5290 Update for 2009-04-11 name-change of dir-locals-directory-alist.
5291
30781db6
KH
52922009-06-09 Kenichi Handa <handa@m17n.org>
5293
5294 * nonascii.texi (Character Sets): State clearly that FROM and TO
5295 are codepoints of CHARSET.
5296
62e8099c
CY
52972009-06-07 Chong Yidong <cyd@stupidchicken.com>
5298
5299 * minibuf.texi (Reading File Names): Fix introductory text.
5300 Suggested by stan@derbycityprints.com.
5301 (High-Level Completion): Fix typo.
5302
ee1b1917
CY
53032009-05-28 Chong Yidong <cyd@stupidchicken.com>
5304
5305 * frames.texi (Text Terminal Colors): Multi-tty is already
5306 implemented, but tty-local colors are not.
5307
5df647e8
CY
53082009-05-27 Chong Yidong <cyd@stupidchicken.com>
5309
5310 * hooks.texi (Standard Hooks): Remove mention of obsolete
5311 redisplay-end-trigger-functions.
5312
5313 * internals.texi (Window Internals): Remove mention of obsolete
5314 redisplay-end-trigger-functions.
5315
01f17ae2
MR
53162009-05-21 Martin Rudalics <rudalics@gmx.at>
5317
5318 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
5319
5320 * backups.texi (Making Backups): backup-directory-alist and
5321 make-backup-file-name-function are options.
5322 (Auto-Saving): auto-save-list-file-prefix is an option.
5323
5324 * buffers.texi (Killing Buffers): buffer-offer-save is an
5325 option.
5326
5327 * display.texi (Refresh Screen): no-redraw-on-reenter is an
5328 option.
5329 (Echo Area Customization): echo-keystrokes is an option.
5330 (Selective Display): selective-display-ellipses is an option.
5331 (Temporary Displays): temp-buffer-show-function is an option.
5332 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
5333 are options.
5334 (Font Selection): face-font-family-alternatives,
5335 face-font-selection-order, face-font-registry-alternatives, and
5336 scalable-fonts-allowed are options.
5337 (Fringe Indicators): indicate-buffer-boundaries is an option.
5338 (Fringe Cursors): overflow-newline-into-fringe is an option.
5339 (Scroll Bars): scroll-bar-mode is an option.
5340
5341 * eval.texi (Eval): max-lisp-eval-depth is an option.
5342
5343 * files.texi (Visiting Functions): find-file-hook is an option.
5344 (Directory Names): directory-abbrev-alist is an option.
5345 (Unique File Names): temporary-file-directory and
5346 small-temporary-file-directory are options.
5347
5348 * frames.texi (Initial Parameters): initial-frame-alist,
5349 minibuffer-frame-alist and default-frame-alist are options.
5350 (Cursor Parameters): blink-cursor-alist and
5351 cursor-in-non-selected-windows ar options.
5352 (Window System Selections): selection-coding-system is an
5353 option.
5354 (Display Feature Testing): display-mm-dimensions-alist is an
5355 option.
5356
5357 * help.texi (Help Functions): help-char and help-event-list are
5358 options.
5359
5360 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
5361 an option.
5362
5363 * minibuf.texi (Minibuffer History): history-length and
5364 history-delete-duplicates are options.
5365 (High-Level Completion): read-buffer-function and
5366 read-buffer-completion-ignore-case are options.
5367 (Reading File Names): read-file-name-completion-ignore-case is
5368 an option.
5369
5370 * modes.texi (Mode Line Top): mode-line-format is an option.
5371 (Mode Line Variables): mode-line-position and mode-line-modes
5372 are options.
5373
5374 * nonascii.texi (Text Representations):
5375 enable-multibyte-characters is an option.
5376 (Default Coding Systems): auto-coding-regexp-alist,
5377 file-coding-system-alist, auto-coding-alist and
5378 auto-coding-functions are options.
5379 (Specifying Coding Systems): inhibit-eol-conversion is an
5380 option.
5381
5382 * os.texi (Init File): site-run-file is an option.
5383 (System Environment): mail-host-address is an option.
5384 (User Identification): user-mail-address is an option.
5385 (Terminal Output): baud-rate is an option.
5386
5387 * positions.texi (Word Motion): words-include-escapes is an
5388 option.
5389
5390 * searching.texi (Standard Regexps): page-delimiter,
5391 paragraph-separate, paragraph-separate and sentence-end are
5392 options.
5393
5394 * text.texi (Margins): left-margin and fill-nobreak-predicate
5395 are options.
5396
5397 * variables.texi (Local Variables): max-specpdl-size is an
5398 option.
5399
5400 * windows.texi (Choosing Window):
5401 split-window-preferred-function, special-display-function and
5402 display-buffer-function are options.
5403
106e6894
CY
54042009-05-20 Chong Yidong <cyd@stupidchicken.com>
5405
4a83454d
CY
5406 Fix errors spotted by Martin Rudalics.
5407
106e6894
CY
5408 * syntax.texi (Position Parse): Document rationale for ignored
5409 arguments to syntax-ppss-flush-cache.
5410
5411 * processes.texi (Input to Processes): Mark PROCESS arg to
5412 process-running-child-p as optional.
5413 (Network Options): Document NO-ERROR arg to
5414 set-network-process-option.
5415
5416 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
5417 command.
5418
5419 * searching.texi (POSIX Regexps): Mark posix-search-forward and
5420 posix-search-backward as commands.
5421
5422 * os.texi (Killing Emacs): Mark kill-emacs as a command.
5423 (Suspending Emacs): Mark suspend-emacs as a command.
5424 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
5425 commands.
5dcb4c4e
SM
5426 (Terminal Output): Remove obsolete function baud-rate.
5427 Document TERMINAL arg for send-string-to-terminal.
106e6894
CY
5428
5429 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
5430 terminal-coding-system and set-terminal-coding-system.
5431 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
5432 as optional.
5433 (Character Sets): Document RESTRICTION arg of char-charset.
5434 (Character Codes): Mark POS argument to get-byte as optional.
5435
5436 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
5437 minibuffer-message.
5438
5439 * files.texi (Create/Delete Dirs): Mark make-directory and
5440 delete-directory as commands.
5441
5442 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
5443
5444 * text.texi (Base 64): Mark base64-decode-string and
5445 base64-encode-string as commands.
5446 (Columns): Mark move-to-column as a command.
5447 (Mode-Specific Indent): Document RIGID arg to
5448 indent-for-tab-command.
5449 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
5450 Mark indent-code-rigidly as a command.
5451 (Substitution): Mark translate-region as a command.
5452
5453 * frames.texi (Size and Position): Remove obsolete functions
5454 screen-height and screen-width.
5455
04173931
CY
54562009-05-19 Chong Yidong <cyd@stupidchicken.com>
5457
5458 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
5459 (Displaying Buffers, Resizing Windows): Correct mistakes;
5460 next-window, previous-window, and pop-to-buffer are not commands,
5461 and fit-window-to-buffer" is a command. (Pointed out by Martin
5462 Rudalics.)
5463
eae7d8f8
RS
54642009-05-17 Richard M Stallman <rms@gnu.org>
5465
5466 * modes.texi (Precalculated Fontification): Clarify text.
5467
b8766179
MR
54682009-05-17 Martin Rudalics <rudalics@gmx.at>
5469
5470 * windows.texi (Selecting Windows): Clarify descriptions of
5471 with-selected-window and get-lru-window.
5472 (Cyclic Window Ordering): Refer to particular frame when talking
5473 about how splitting affects the ordering.
5474 (Displaying Buffers): Fix descriptions of switch-to-buffer and
5475 switch-to-buffer-other-window. Explain how setting of
5476 display-buffer-reuse-frames affects pop-to-buffer.
5477 (Choosing Window): Clarify some details in descriptions of
5478 display-buffer-reuse-frames, pop-up-frames, and
5479 pop-up-frame-function.
5480 (Dedicated Windows): Clarify some details.
5481 (Textual Scrolling): Replace term vscroll by term vertical
5482 scroll position.
5483 (Vertical Scrolling): Fix typo.
5484 (Window Hooks): Relate text on jit-lock-register to window
5485 scrolling and size changes.
5486
734b5e3b
CY
54872009-05-14 Chong Yidong <cyd@stupidchicken.com>
5488
0a65633e
CY
5489 * frames.texi (Initial Parameters): Clarify what the initial
5490 minibuffer frame is.
05be46d7
CY
5491 (Buffer Parameters): Note that the minibuffer parameter can not be
5492 altered.
0a65633e 5493
734b5e3b
CY
5494 * anti.texi (Antinews): Copyedits. Rearrange some entries.
5495 Document display-buffer changes.
5496
925672cd
CY
54972009-05-13 Chong Yidong <cyd@stupidchicken.com>
5498
17ecd7af
CY
5499 * anti.texi (Antinews): Rewrite for Emacs 22.
5500
925672cd
CY
5501 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
5502 obarrays are first mentioned. Define "system abbrev" more
5503 prominently, and add it to the index.
5504 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
5505 Copyedits.
5506 (Abbrev Expansion): Document abbrev-insert.
5507
80be4dd7
CY
55082009-05-12 Chong Yidong <cyd@stupidchicken.com>
5509
5510 * frames.texi (Font and Color Parameters): Rename from Color
5511 Parameters. Document font-backend parameter.
5512
5513 * vol2.texi (Top): Update node listing.
5514 * vol1.texi (Top): Update node listing.
5515 * elisp.texi (Top): Update node listing.
5516
372a93ac
MR
55172009-05-11 Martin Rudalics <rudalics@gmx.at>
5518
5519 * windows.texi (Choosing Window): Don't explicitly refer to
5520 split-window-sensibly's window argument in descriptions of
5521 split-height-threshold and split-width-threshold.
5522
714c3541
MR
55232009-05-10 Martin Rudalics <rudalics@gmx.at>
5524
5525 * windows.texi (Choosing Window): Fix rewrite of window
5526 splitting section.
5527
0e90e7be
EZ
55282009-05-09 Eli Zaretskii <eliz@gnu.org>
5529
f4e90db0
SM
5530 * nonascii.texi (Default Coding Systems):
5531 Document find-auto-coding, set-auto-coding, and auto-coding-alist.
5dcb4c4e 5532 Add indexing.
0e90e7be
EZ
5533 (Lisp and Coding Systems): Add index entries.
5534
d3c0c321
MR
55352009-05-09 Martin Rudalics <rudalics@gmx.at>
5536
5537 * windows.texi (Choosing Window): Describe split-window-sensibly
5538 and rewrite section on window splitting accordingly.
5539 (Textual Scrolling): Replace `...' by @code{...}.
5540
c773345a
CY
55412009-05-04 Chong Yidong <cyd@stupidchicken.com>
5542
ee2d5b5e
CY
5543 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
5544 Remove obsoleted pre-abbrev-expand-hook.
5545
5546 * locals.texi (Standard Buffer-Local Variables): Consolidate table
5547 entries.
5548
c773345a
CY
5549 * internals.texi (Object Internals): Don't assume 32-bit machines
5550 are the norm.
5551 (Buffer Internals): Consolidate table entries for readability.
ee2d5b5e
CY
5552 (Window Internals): Synch field names to window.h.
5553 (Process Internals): Synch field names to process.h.
c773345a 5554
dd449674
CY
55552009-04-29 Chong Yidong <cyd@stupidchicken.com>
5556
5557 * variables.texi (File Local Variables): Note that read-circle is
5558 bound to nil when reading file-local variables.
5559
5560 * streams.texi (Input Functions): Document read-circle.
5561 (Output Variables): Add xref to Circular Objects.
5562
4f1e25e2
CY
55632009-04-25 Chong Yidong <cyd@stupidchicken.com>
5564
5565 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
5566 Features and Coding System Basics. Node that "p" stands for
5567 "predicate". Recommend utf-8-emacs instead of emacs-mule.
5568 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
5569 mouse-appearance-menu.
5570 (Programming Tips): Add xref to Progress.
5571
dca019f8
CY
55722009-04-22 Chong Yidong <cyd@stupidchicken.com>
5573
5dcb4c4e
SM
5574 * os.texi (Command-Line Arguments):
5575 Document command-line-args-left.
dca019f8
CY
5576 (Suspending Emacs): Adapt text to multi-tty case. Document use of
5577 terminal objects for tty arguments.
5578 (Startup Summary): Add xref to Session Management.
5579 (Session Management): Mention emacs-session-restore. Copyedits.
5580
02a89103
CY
55812009-04-20 Chong Yidong <cyd@stupidchicken.com>
5582
5583 * os.texi (Startup Summary): Copyedits. The init file is not
5584 necessarily named .emacs now. Document initial-buffer-choice and
5585 initial-scratch-message. Note where Emacs exits in batch mode.
5586 Document inhibit-splash-screen as an alias.
5587 (Init File): Be neutral about which init file name to use.
5588
55892009-04-16 Chong Yidong <cyd@stupidchicken.com>
5590
5591 * os.texi (System Interface): Fix Texinfo usage.
5592
0c1cfe01
CY
55932009-04-15 Chong Yidong <cyd@stupidchicken.com>
5594
80d7cdca
CY
5595 * searching.texi (Regexp Backslash): Also refer to shy groups as
5596 non-capturing or unnumbered groups.
5597 (Regexp Functions): Add cross-reference to Regexp Backslash.
5598
0c1cfe01
CY
5599 * display.texi (Truncation): Overlays can use line-prefix and
5600 wrap-prefix too.
5601 (Overlay Properties): Document wrap-prefix and line-prefix.
5602 (Face Attributes): Document underline-minimum-offset.
5603 (Face Remapping): Copyedits.
5604 (Low-Level Font): Copyedits.
5605 (Image Cache): Note that the image cache is shared between frames.
ed8ab760
CY
5606 (Line Height): Emphasize that line-spacing only takes effect on
5607 graphical terminals.
0c1cfe01 5608
c4adeee0
CY
56092009-04-13 Chong Yidong <cyd@stupidchicken.com>
5610
5611 * display.texi (Refresh Screen): Note that a passage about screen
5612 refreshing is text terminal only.
5613 (Forcing Redisplay): Delete misleading comment---sit-for calls
5614 redisplay, not the other way around.
5615 (Truncation): Note new values of truncate-partial-width-windows.
5616 Copyedits.
5617 (Invisible Text): Document invisible-p.
5618
b20ecfa1
EZ
56192009-04-11 Eli Zaretskii <eliz@gnu.org>
5620
5621 * display.texi (Overlays): Overlays don't scale well. See
5622 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
5623
97d8273f
CY
56242009-04-10 Chong Yidong <cyd@stupidchicken.com>
5625
f147ff75
CY
5626 * syntax.texi (Syntax Table Functions): Document cons cell
5627 argument for modify-syntax-entry.
5628 (Categories): Document cons cell argument for
5629 modify-category-entry.
5630
fca4ec76
CY
5631 * searching.texi (String Search): Document word-search-forward-lax
5632 and word-search-backward-lax.
5633 (Searching and Case): Describe isearch behavior more precisely.
5634
9c283d5b
CY
5635 * keymaps.texi (Tool Bar): Mention that some platforms do not
5636 support multi-line toolbars. Suggested by Stephen Eglen.
5637
5638 * frames.texi (Layout Parameters): Mention that Nextstep also
5639 allows only one tool-bar line. Suggested by Stephen Eglen.
5640
97d8273f
CY
5641 * nonascii.texi (Text Representations): Copyedits.
5642 (Coding System Basics): Also mention utf-8-emacs.
5643 (Converting Representations, Selecting a Representation)
5644 (Scanning Charsets, Translation of Characters, Encoding and I/O):
5645 Copyedits.
5646 (Character Codes): Mention role of codepoints 1114112 to 4194175.
5647
2bad3299
CY
56482009-04-09 Chong Yidong <cyd@stupidchicken.com>
5649
5650 * text.texi (Yank Commands): Note that yank uses push-mark.
5dcb4c4e
SM
5651 (Filling): Clarify REGION argument of fill-paragraph.
5652 Document fill-forward-paragraph-function.
2bad3299
CY
5653 (Special Properties): Remove "new in Emacs 22" declaration.
5654 (Clickable Text): Merge with Links and Mouse-1 node.
5655
5dcb4c4e
SM
5656 * display.texi (Button Properties, Button Buffer Commands):
5657 Change xref to Clickable Text.
2bad3299
CY
5658
5659 * tips.texi (Key Binding Conventions): Change xref to Clickable
5660 Text.
5661
5662 * elisp.texi (Top): Update node listing.
5663
ea30ce4f
CY
56642009-04-05 Chong Yidong <cyd@stupidchicken.com>
5665
47af2f4b
CY
5666 * markers.texi (The Mark): Copyedits. Improve description of
5667 handle-shift-selection.
5668 (The Region): Move use-region-p here from The Mark.
5669
ea30ce4f
CY
5670 * positions.texi (Screen Lines): Document (cols . lines) argument
5671 for vertical-motion.
5672
2aa8ea6e
CY
56732009-04-04 Chong Yidong <cyd@stupidchicken.com>
5674
3ec61d4e
CY
5675 * frames.texi (Frames): Clean up introduction. Document `ns'
5676 return value for framep.
5677 (Creating Frames): Note how the terminal is chosen.
5678 (Multiple Terminals, Multiple Displays): Merge into a single node.
5679 (Color Parameters): Fix typo.
5680
5681 * variables.texi (Local Variables, Buffer-Local Variables)
5682 (Creating Buffer-Local): Change link to Multiple Terminals.
5683
5684 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
5685
5686 * keymaps.texi (Controlling Active Maps): Change link to Multiple
5687 Terminals.
5688
5689 * commands.texi (Command Loop Info, Keyboard Macros): Change link
5690 to Multiple Terminals.
5691
5692 * elisp.texi (Top): Update node listing.
5693 * vol2.texi (Top): Update node listing.
5694 * vol1.texi (Top): Update node listing.
5695
9257072f
CY
5696 * buffers.texi (Current Buffer): Note that the append-to-buffer
5697 example is no longer in synch with the latest code. Tie the two
5698 examples together.
5699
2aa8ea6e
CY
5700 * files.texi (File Attributes): Move note about MS-DOS from
5701 Changing Files to File Attributes.
5702 (Create/Delete Dirs): Note that mkdir is an alias for this.
5703
22e74b17
CY
57042009-04-01 Markus Triska <triska@gmx.at>
5705
5706 * processes.texi (Filter Functions): Suggest how to handle output
5707 batches.
5708
4bbe48ec
CY
57092009-03-30 Chong Yidong <cyd@stupidchicken.com>
5710
5711 * help.texi (Accessing Documentation): Update example to use
5712 help-setup-xref and with-help-window.
5713 (Help Functions): Remove print-help-return-message, which is
5714 semi-obsolete due to with-help-window. Document help-buffer and
5715 help-setup-xref.
5716
b9723f39
CY
57172009-03-29 Chong Yidong <cyd@stupidchicken.com>
5718
5dcb4c4e
SM
5719 * help.texi (Accessing Documentation, Help Functions):
5720 Remove information about long-obsolete Emacs versions.
9eb52e90 5721
b9723f39
CY
5722 * modes.texi (Mode Line Variables): The default values of the mode
5723 line variables are now more complicated.
5724
b0cc32db
CY
57252009-03-28 Chong Yidong <cyd@stupidchicken.com>
5726
3c25a5a9
CY
5727 * modes.texi (Major Mode Conventions): Note that specialness is
5728 inherited.
31c9eebb
CY
5729 (Derived Modes): Note that define-derive-mode sets the mode-class
5730 property.
3c25a5a9 5731
b0cc32db
CY
5732 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
5733 goto-map. Add search-map to the list.
5734
c5e0006d
EZ
57352009-03-27 Eli Zaretskii <eliz@gnu.org>
5736
1213465a
EZ
5737 * os.texi (System Environment): Update the list of system-type
5738 values.
5739
c5e0006d
EZ
5740 * markers.texi (The Mark) <handle-shift-selection>: Update for
5741 removal of the optional argument DEACTIVATE.
5742
48bab3d6
CY
57432009-03-25 Chong Yidong <cyd@stupidchicken.com>
5744
5745 * commands.texi (Focus Events): Most X window managers don't use
5746 focus-follows-mouse nowadays.
5747
6e4ff1b6
CY
57482009-03-24 Chong Yidong <cyd@stupidchicken.com>
5749
5750 * commands.texi (Defining Commands): Clarify introduction.
5751 (Using Interactive): Not that interactive can be put in a symbol
5752 property.
5753 (Interactive Call): Note that a symbol with a non-nil
5754 interactive-form property satisfies commandp.
5755
11625308
JB
57562009-03-23 Juanma Barranquero <lekktu@gmail.com>
5757
5758 * minibuf.texi (Intro to Minibuffers): Fix typos.
5759
7b34420d
CY
57602009-03-23 Chong Yidong <cyd@stupidchicken.com>
5761
5762 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
5dcb4c4e
SM
5763 about minibuffers in old Emacs versions. Copyedits.
5764 Emphasize that enable-recursive-minibuffers defaults to nil.
7b34420d
CY
5765 (Text from Minibuffer): Simplify introduction.
5766
f9257eed
AM
57672009-03-22 Alan Mackenzie <acm@muc.de>
5768
5769 * commands.texi (Using Interactive): Clarify string argument to
5770 `interactive' - even promptless elements need \n separators.
5771
f639ba70
CY
57722009-03-18 Chong Yidong <cyd@stupidchicken.com>
5773
5774 * minibuf.texi (Completion Styles): New node.
5775
5776 * elisp.texi (Top): Update node listing.
5777
d897e8ee
CY
57782009-03-17 Chong Yidong <cyd@stupidchicken.com>
5779
5780 * minibuf.texi (Basic Completion): Note that
5781 read-file-name-completion-ignore-case and
5782 read-buffer-completion-ignore-case can override
5783 completion-ignore-case.
5784 (Minibuffer Completion): Document completing-read changes.
5785 (Completion Commands): Avoid mentioning partial completion mode.
5786 Document minibuffer-completion-confirm changes, and
5787 minibuffer-confirm-exit-commands.
5788 (High-Level Completion): Document new require-match behavior for
5789 read-buffer. Document read-buffer-completion-ignore-case.
5790 (Reading File Names): Document new require-match behavior for
5791 read-file-name.
5792
b1f23349
CY
57932009-03-14 Chong Yidong <cyd@stupidchicken.com>
5794
5795 * debugging.texi (Error Debugging): Don't mislead the reader into
5796 thinking that debug-on-error enters debugger for C-f at EOB.
5797 (Error Debugging): Setting debug-on-init within the init file
5798 works, and has for some time.
5799
d6eb4e25
KH
58002009-03-13 Kenichi Handa <handa@m17n.org>
5801
5802 * display.texi (Fontsets): Update the description.
5803
1cf53dc5
CY
58042009-03-13 Chong Yidong <cyd@stupidchicken.com>
5805
5806 * advice.texi (Advising Primitives): Link to What Is a Function.
5807
81f919fc
CY
58082009-03-12 Chong Yidong <cyd@stupidchicken.com>
5809
cf4229eb
CY
5810 * compile.texi (Speed of Byte-Code): Update example.
5811 (Disassembly): Update examples.
5812
81f919fc 5813 * loading.texi (Repeated Loading): Simplify examples.
f2bbc08c
CY
5814
5815 * customize.texi (Common Keywords): It's not necessary to use :tag
5816 to remove hyphens, as custom-unlispify-tag-name does it
5817 automatically.
5dcb4c4e
SM
5818 (Variable Definitions): Link to File Local Variables.
5819 Document customized-value symbol property.
f2bbc08c
CY
5820 (Customization Types): Move menu to end of node.
5821
955964d7
CY
58222009-03-10 Chong Yidong <cyd@stupidchicken.com>
5823
5824 * macros.texi (Compiling Macros): Omit misleading sentence, which
5825 implied that macros can only be used in the same file they are
5826 defined.
5827 (Backquote): Remove obsolete information about Emacs 19.
5828
d25ed7db
GM
58292009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
5830
5831 * display.texi (Display Margins): Fix paren typo.
5832
d55f6ca5
CY
58332009-02-27 Chong Yidong <cyd@stupidchicken.com>
5834
f0e57ed8
CY
5835 * elisp.texi (Top): Update node listing.
5836
5837 * variables.texi (Variables): Clarify introduction.
5838 (Global Variables): Mention that setq is a special form.
5839 (Local Variables): Use active voice.
5840 (Tips for Defining): Mention marking variables as safe.
5841 (Buffer-Local Variables): Mention terminal-local and frame-local
5842 variables together.
5843 (File Local Variables): Copyedits.
5844 (Frame-Local Variables): Note that they are not really useful.
5845 (Future Local Variables): Node deleted.
5846
d55f6ca5 5847 * objects.texi (General Escape Syntax): Update explanation of
fe7a3057 5848 Unicode escape syntax.
d55f6ca5 5849
ca8f09a8
CY
58502009-02-23 Chong Yidong <cyd@stupidchicken.com>
5851
5852 * control.texi (Control Structures): Add cindex entry for "textual
5853 order".
5854
5855 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
5856 instead of "expression" throughout.
5857 (Function Indirection): Copyedits. Use active voice.
5858 (Eval): The default value of max-lisp-eval-depth is now 400.
5859
a20878b6
MB
58602009-02-23 Miles Bader <miles@gnu.org>
5861
5862 * processes.texi (System Processes): Rename `system-process-attributes'
5863 to `process-attributes'.
5864
61f66044
CY
58652009-02-22 Chong Yidong <cyd@stupidchicken.com>
5866
1b80d1f3
CY
5867 * symbols.texi (Property Lists): Emphasize that property lists are
5868 not restricted to symbol cells.
5869 (Other Plists): Copyedit.
5870
61f66044
CY
5871 * sequences.texi (Sequences Arrays Vectors): Make introduction
5872 more concise.
5873 (Arrays): Mention char-tables and bool-vectors too.
5874 (Vectors): Don't repeat information given in Arrays node. Link to
5875 nodes that explain the vector usage examples.
5876 (Char-Tables): Note that char-table elements can have arbitrary
5877 type. Explain effect of omitted char-table-extra-slots property.
8a63cf41 5878 Link to Property Lists node.
61f66044 5879
9403944b
CY
58802009-02-22 Chong Yidong <cyd@stupidchicken.com>
5881
5882 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
5883 `append'.
4068c7b4 5884 (List Elements): Copyedits.
9403944b
CY
5885
5886 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
5887 of `vconcat'.
5888
5889 * strings.texi (Creating Strings): Copyedits. Remove obsolete
5890 Emacs 20 usage of `concat'.
5891 (Case Conversion): Copyedits.
5892
b87a185f
CY
58932009-02-21 Chong Yidong <cyd@stupidchicken.com>
5894
5895 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
5896 Minor edits.
5897 (Frame Configuration Type): Emphasize that it is not primitive.
5898 (Font Type): New node.
5899 (Type Predicates): Add fontp; type-of now recognizes font object
5900 types.
5901
5902 * intro.texi (Version Info): Update version numbers in examples.
5903 (Acknowledgements): List more contributors.
5904
5905 * elisp.texi: Bump version number to 3.0.
5906 (Top): Link to Font Type node.
5907
867d4bb3
JB
59082009-02-20 Juanma Barranquero <lekktu@gmail.com>
5909
5910 * modes.texi (Major Mode Conventions): Remove duplicate words.
5911 (Customizing Keywords): Fix typo.
5912
77730170
EZ
59132009-02-14 Eli Zaretskii <eliz@gnu.org>
5914
5915 * nonascii.texi (User-Chosen Coding Systems): Document that
5916 select-safe-coding-system suggests raw-text if there are raw bytes
5917 in the region.
5918 (Explicit Encoding): Warn not to use `undecided' when encoding.
5919
c8736212
GM
59202009-02-11 Glenn Morris <rgm@gnu.org>
5921
5922 * frames.texi (Visibility of Frames): Mention the effect multiple
5923 workspaces/desktops can have on visibility.
5924
ab992d66
EZ
59252009-02-07 Eli Zaretskii <eliz@gnu.org>
5926
c8736212
GM
5927 * text.texi (Commands for Insertion):
5928 * commands.texi (Event Mod):
5929 * keymaps.texi (Searching Keymaps):
5dcb4c4e
SM
5930 * nonascii.texi (Translation of Characters):
5931 Reinstate documentation of translation-table-for-input.
7d2a859f
EZ
5932 (Explicit Encoding): Document the `charset' text property produced
5933 by decode-coding-region and decode-coding-string.
ab992d66 5934
e651a255
AM
59352009-01-27 Alan Mackenzie <acm@muc.de>
5936
5937 * modes.texi (Search-based Fontification): Correct a typo.
5938
bc5cde4b
JB
59392009-01-25 Juanma Barranquero <lekktu@gmail.com>
5940
5941 * abbrevs.texi (Abbrev Table Properties): Fix typo.
5942 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
5943
3533155b
EZ
59442009-01-24 Eli Zaretskii <eliz@gnu.org>
5945
f721deda
EZ
5946 * display.texi (Window Systems): Document the value of
5947 `initial-window-system' under --daemon.
5948
3533155b
EZ
5949 * os.texi (System Environment): Remove description of the
5950 `environment' function which has been deleted.
5951
f79b43b2
DN
59522009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
5953
5954 * frames.texi (Multiple Displays): Remove documentation for
5955 removed function make-frame-on-tty.
5956
e3aa6669
CY
59572009-01-22 Chong Yidong <cyd@stupidchicken.com>
5958
5959 * files.texi (Format Conversion Piecemeal): Clarify behavior of
5dcb4c4e
SM
5960 write-region-annotate-functions.
5961 Document write-region-post-annotation-function.
e3aa6669 5962
fb13a416
CY
59632009-01-19 Chong Yidong <cyd@stupidchicken.com>
5964
5965 * display.texi (Font Lookup): Document WIDTH argument of
5966 x-list-fonts.
5967
02eccf6b
EZ
59682009-01-17 Eli Zaretskii <eliz@gnu.org>
5969
ead3f58d
EZ
5970 * maps.texi (Standard Keymaps): Rename function-key-map to
5971 local-function-key-map.
5972
5973 * keymaps.texi (Translation Keymaps): Rename function-key-map to
5974 local-function-key-map.
5975
5976 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
5977 and `set-keyboard-coding-system' now accept an optional terminal
5978 argument.
5979
5980 * commands.texi (Event Mod): `keyboard-translate-table' is now
5981 terminal-local.
5982 (Function Keys): Rename function-key-map to
5983 local-function-key-map.
5984
df05a163
EZ
5985 * elisp.texi (Top): Make @detailmenu be consistent with changes in
5986 frames.texi.
5987
0ed8034e 5988 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
490f1197
EZ
5989 `delete-terminal-functions', `suspend-tty-functions' and
5990 `resume-tty-functions'.
0ed8034e
EZ
5991
5992 * frames.texi (Frames): Document `frame-terminal' and
5993 `terminal-live-p'.
5994 (Multiple Displays): Document `make-frame-on-tty'.
5995 (Multiple Terminals): Document `terminal-list', `delete-terminal',
5996 `terminal-name', and `get-device-terminal'.
490f1197
EZ
5997 (Terminal Parameters): Document `terminal-parameters',
5998 `terminal-parameter', and `set-terminal-parameter'.
0ed8034e
EZ
5999
6000 * os.texi (System Environment): Document `environment' and
6001 `initial-environment'.
490f1197
EZ
6002 (Suspending Emacs): Update for multi-tty; document
6003 `suspend-tty', `resume-tty', and `controlling-tty-p'.
0ed8034e 6004
02eccf6b
EZ
6005 * nonascii.texi (Coding System Basics): More accurate description
6006 of `raw-text'.
6007
f19fea97
JB
60082009-01-12 Juanma Barranquero <lekktu@gmail.com>
6009
6010 * display.texi (Low-Level Font): Fix typo.
6011
16fa292f
CY
60122009-01-10 Chong Yidong <cyd@stupidchicken.com>
6013
6014 * elisp.texi (Top): Update node listing.
6015
6016 * display.texi (PostScript Images): Node deleted.
6017
0b4faef3
EZ
60182009-01-10 Eli Zaretskii <eliz@gnu.org>
6019
3355f04d
EZ
6020 * processes.texi (Decoding Output): Document that null bytes force
6021 no-conversion for reading process output.
6022
6023 * files.texi (Reading from Files): Document that null bytes force
6024 no-conversion when visiting files.
6025
11625308 6026 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
538395d9 6027
5dcb4c4e
SM
6028 * nonascii.texi (Lisp and Coding Systems):
6029 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
c06ea95e 6030 (Character Properties): Improve wording.
0b4faef3 6031
ce9cf065
CY
60322009-01-09 Chong Yidong <cyd@stupidchicken.com>
6033
6034 * display.texi (Font Lookup): Remove obsolete function
6035 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
6036 (Low-Level Font): Rename from Fonts, move to end of Faces section.
5dcb4c4e
SM
6037 (Font Selection): Reorder order of variable descriptions.
6038 Minor clarifications.
ce9cf065
CY
6039
6040 * elisp.texi (Top): Update node listing.
6041
ab756fb3
GM
60422009-01-09 Glenn Morris <rgm@gnu.org>
6043
6044 * commands.texi (Command Loop Info): Say that last-command-char and
6045 last-input-char are obsolete aliases.
6046
6047 * edebug.texi (Edebug Recursive Edit): Remove separate references to
6048 last-input-char and last-command-char, since they are just aliases for
6049 last-input-event and last-command-event.
6050
6051 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
6052 last-command-char.
6053
6b2b8ab1
CY
60542009-01-08 Chong Yidong <cyd@stupidchicken.com>
6055
6056 * elisp.texi: Update node listing.
6057
6058 * display.texi (Faces): Put Font Selection node after Auto Faces.
5dcb4c4e
SM
6059 (Face Attributes): Don't link to Font Lookup.
6060 Document font-family-list.
6b2b8ab1
CY
6061 (Fonts): New node.
6062
3568e767
JR
60632009-01-08 Jason Rumney <jasonr@gnu.org>
6064
6065 * frames.texi (Pointer Shape): Clarify that only X supports
5ce6e4f4 6066 changing the standard pointer shapes. (Bug#1485)
3568e767 6067
6221c8db
CY
60682009-01-08 Chong Yidong <cyd@stupidchicken.com>
6069
6070 * display.texi (Attribute Functions): Note that a function value
6071 :height is relative, and that compatibility functions work by
6072 calling set-face-attribute.
6073 (Displaying Faces): Reorder list in order of increasing priority.
6074 (Face Remapping): New node. Content moved here from Displaying
6075 Faces.
6076 (Glyphs): Link to Face Functions.
6077
e3d3799a
CY
60782009-01-08 Chong Yidong <cyd@stupidchicken.com>
6079
6080 * display.texi (Faces): Don't discuss face id here. facep does
6081 not return t.
6082 (Defining Faces): Minor clarification.
6083 (Face Attributes): Rearrange items to match docstring of
6084 set-face-attribute. Add :foundry attribute. Document new role of
6085 :font attribute. Texinfo usage fix.
6086 (Attribute Functions): Copyedits.
6087 (Face Functions): Note that face number is seldom used.
6088
638a2457
RS
60892009-01-05 Richard M Stallman <rms@gnu.org>
6090
6091 * strings.texi (Predicates for Strings): Minor clarification.
6092
6093 * functions.texi (Function Safety): Texinfo usage fix.
6094
39cb9e56 60952009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny change)
49ea0074
JB
6096
6097 * objects.texi (General Escape Syntax): Fix typo.
6098
9f822178
MR
60992009-01-03 Martin Rudalics <rudalics@gmx.at>
6100
6101 * windows.texi (Choosing Window): Say that pop-up-frame-alist
6102 works via the default value of pop-up-frame-function.
6103
af34ad36
EZ
61042009-01-02 Eli Zaretskii <eliz@gnu.org>
6105
6106 * processes.texi (System Processes): Document the `time' and
6107 `ctime' attributes of `system-process-attributes'.
6108
d31f6679
CY
61092009-01-01 Chong Yidong <cyd@stupidchicken.com>
6110
6111 * display.texi (Face Attributes): Clarify :height attribute.
6112
174dc00c
MR
61132008-12-31 Martin Rudalics <rudalics@gmx.at>
6114
6115 * buffers.texi (The Buffer List): Clarify what moves a buffer to
6116 the front of the buffer list. Add entries for `last-buffer' and
6117 `unbury-buffer'.
6118
b8afe7e4
EZ
61192008-12-27 Eli Zaretskii <eliz@gnu.org>
6120
d14030f5
EZ
6121 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
6122 and its subsections.
6123
6124 * frames.texi (Multiple Terminals, Low-level Terminal)
6125 (Terminal Parameters, Frames on Other TTY devices): New sections.
6126 (Frames): Add an xref to "Multiple Terminals".
6127
765980a4
EZ
6128 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
6129
6130 * objects.texi (Terminal Type): New node.
6131 (Editing Types): Add it to the menu.
6132
47bd5577
EZ
6133 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
6134 Variables".
6135
eb22b78c 6136 * variables.texi (Directory Local Variables): New node.
47bd5577 6137 (Variables): Add a menu item for it.
eb22b78c 6138
b8afe7e4
EZ
6139 * loading.texi (Autoload): Document `generate-autoload-cookie' and
6140 `generated-autoload-file'.
6141
77bb0476
EZ
61422008-12-20 Eli Zaretskii <eliz@gnu.org>
6143
028e2c19
EZ
6144 * os.texi (Startup Summary): Add xref to documentation of
6145 `initial-window-system'.
6146
77bb0476
EZ
6147 * display.texi (Window Systems): Document `window-system' the
6148 function. The variable `window-system' is now frame-local.
028e2c19 6149 Document `initial-window-system'.
77bb0476 6150
dda87836
MR
61512008-12-19 Martin Rudalics <rudalics@gmx.at>
6152
6153 * windows.texi (Windows): Rewrite description of
6154 fit-window-to-buffer.
6155
caef3ed2
GM
61562008-12-13 Glenn Morris <rgm@gnu.org>
6157
6158 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
6159 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
6160
21c58e4d
GM
61612008-12-12 Glenn Morris <rgm@gnu.org>
6162
6163 * debugging.texi (Error Debugging): Refer forwards to
6164 eval-expression-debug-on-error.
6165
af38459f
EZ
61662008-12-05 Eli Zaretskii <eliz@gnu.org>
6167
5dedd9b5
EZ
6168 * strings.texi (String Basics): Only unibyte strings that
6169 represent key sequences hold 8-bit raw bytes.
6170
af38459f
EZ
6171 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
6172 paragraph to speak about `undecided'.
6173 (Character Properties): Don't explain the meaning of each
6174 property; instead, identify their Unicode Standard names.
b3f1f4a5 6175 (Character Sets): Document `map-charset-chars'.
af38459f 6176
fa047ae7
GM
61772008-12-02 Glenn Morris <rgm@gnu.org>
6178
6179 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
6180 section yet again.
6181
47dbc044
EZ
61822008-11-29 Eli Zaretskii <eliz@gnu.org>
6183
98d05998
EZ
6184 * nonascii.texi (Character Properties): New Section.
6185 (Specifying Coding Systems): Document
6186 `coding-system-priority-list', `set-coding-system-priority', and
6187 `with-coding-priority'.
6188 (Lisp and Coding Systems): Document `check-coding-systems-region'
6189 and `coding-system-charset-list'.
6190 (Coding System Basics): Document `coding-system-aliases'.
6191
6192 * elisp.texi (Top): Add a @detailmenu entry for "Character
6193 Properties".
6194
47dbc044
EZ
6195 * objects.texi (Character Type): Correct the range of Emacs
6196 characters. Add an @xref to "Character Codes".
6197
6198 * strings.texi (String Basics): Add an @xref to "Character Codes".
6199
6200 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
6201
6202 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
6203 (Character Codes): Document `max-char'.
6204
8b80cdf5
EZ
62052008-11-28 Eli Zaretskii <eliz@gnu.org>
6206
6207 * nonascii.texi (Text Representations, Converting Representations)
6208 (Character Sets, Scanning Charsets, Translation of Characters):
6209 Make text more accurate.
6210
a99dceba
GM
62112008-11-28 Glenn Morris <rgm@gnu.org>
6212
6213 * files.texi (Format Conversion Round-Trip): Improve previous change.
6214
f6dc3bed
CY
62152008-11-26 Chong Yidong <cyd@stupidchicken.com>
6216
6217 * modes.texi (Auto Major Mode): Fix example.
6218
5da9413d
GM
62192008-11-25 Glenn Morris <rgm@gnu.org>
6220
6221 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
6222
6223 * files.texi (Format Conversion Round-Trip):
6224 Use active voice for previous change.
6225
fcca848c
CY
62262008-11-25 Chong Yidong <cyd@stupidchicken.com>
6227
6228 * os.texi (Processor Run Time):
6229 * processes.texi (Transaction Queues):
6230 * markers.texi (The Mark):
6231 * windows.texi (Choosing Window, Selecting Windows):
6232 * files.texi (Changing Files, Magic File Names):
6233 * commands.texi (Key Sequence Input):
6234 * functions.texi (Declaring Functions):
6235 * strings.texi (Predicates for Strings):
6236 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
6237
36c8dc54
CY
62382008-11-24 Chong Yidong <cyd@stupidchicken.com>
6239
6240 * help.texi (Accessing Documentation): Update example.
6241
6242 * variables.texi (Defining Variables): Note that `*' is not
6243 necessary if defcustom is used.
6244
2a79b242
EZ
62452008-11-22 Eli Zaretskii <eliz@gnu.org>
6246
6247 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
6248 Characters" from @detailmenu.
6249
6250 * nonascii.texi (Character Codes, Character Sets)
6251 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
6252 (Chars and Bytes, Splitting Characters): Sections removed.
6253
392f0d26
LK
62542008-11-22 Lute Kamstra <lute@gnu.org>
6255
6256 * positions.texi (Text Lines): Update goto-line documentation.
6257
af1a5cd5
MR
62582008-11-21 Martin Rudalics <rudalics@gmx.at>
6259
6a4cfb0c
MR
6260 * frames.texi (Frames): Fix typo, add cross references, reword.
6261 (Initial Parameters): Reword special-display-frame-alist text.
6262 (Frames and Windows): Reword. Describe argument norecord for
6263 set-frame-selected-window.
6264 (Input Focus): Describe argument norecord for select-frame.
6265 Remove comment on MS-Windows behavior for focus-follows-mouse.
6266 (Raising and Lowering): Mention windows-frames dichotomy in
6267 metaphor.
6268
af1a5cd5
MR
6269 * windows.texi (Displaying Buffers, Vertical Scrolling)
6270 (Horizontal Scrolling): Fix indenting and rewording issues
6271 introduced with 2008-11-07 change.
6272
c249fa9c
GM
62732008-11-20 Glenn Morris <rgm@gnu.org>
6274
6275 * files.texi (Format Conversion Round-Trip): Mention `preserve'
6276 element of `format-alist'.
6277
204d4665
GM
62782008-11-19 Glenn Morris <rgm@gnu.org>
6279
6280 * doclicense.texi: Update to FDL 1.3.
6281 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
6282
cc0910af
CY
62832008-11-18 Chong Yidong <cyd@stupidchicken.com>
6284
efe6e7c4
CY
6285 * windows.texi (Window Hooks): Remove *-end-trigger-functions
6286 vars, which are obsolete. Mention jit-lock-register.
6287
5dcb4c4e
SM
6288 * modes.texi (Other Font Lock Variables):
6289 Document jit-lock-register and jit-lock-unregister.
efe6e7c4 6290
cc0910af
CY
6291 * frames.texi (Color Parameters): Document alpha parameter.
6292
aeeedf76
MR
62932008-11-16 Martin Rudalics <rudalics@gmx.at>
6294
6295 * windows.texi (Splitting Windows, Deleting Windows)
6296 (Selecting Windows, Cyclic Window Ordering)
6297 (Buffers and Windows, Displaying Buffers, Choosing Window)
6298 (Dedicated Windows, Window Point, Window Start and End)
6299 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
6300 (Size of Window, Resizing Windows, Window Configurations)
6301 (Window Parameters): Avoid @var at beginning of sentences and
6302 reword accordingly.
6303
4c565c5c
LK
63042008-11-11 Lute Kamstra <lute@gnu.org>
6305
6306 * files.texi (File Name Components): Fix file-name-extension
6307 documentation.
6308
25f494c9
JB
63092008-11-11 Juanma Barranquero <lekktu@gmail.com>
6310
6311 * frames.texi (Basic Parameters): Remove display-environment-variable
6312 and term-environment-variable.
6313
a1401ab1
EZ
63142008-11-08 Eli Zaretskii <eliz@gnu.org>
6315
6316 * windows.texi (Basic Windows, Splitting Windows)
6317 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
6318 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
25f494c9
JB
6319 (Resizing Windows, Window Configurations, Window Parameters):
6320 Fix wording and markup.
a1401ab1 6321
efafc282
MR
63222008-11-07 Martin Rudalics <rudalics@gmx.at>
6323
6324 * windows.texi (Windows): Update entries.
6325 (Basic Windows): Remove listing of attributes. Reword.
86ab855a 6326 (Splitting Windows, Deleting Windows): Reword.
efafc282
MR
6327 (Selecting Windows, Cyclic Window Ordering): Reword with special
6328 emphasis on order of recently selected windows and buffer list.
86ab855a
MR
6329 (Buffers and Windows, Choosing Window): Reword with special
6330 emphasis on dedicated windows.
6331 (Displaying Buffers): Reword. For switch-to-buffer mention that
6332 it may fall back on pop-to-buffer. For other-window try to
6333 explain how it treats the cyclic ordering of windows.
efafc282
MR
6334 (Dedicated Windows): New node and section discussing dedicated
6335 windows and associated functions.
86ab855a 6336 (Window Point): Add entry for window-point-insertion-type. Reword.
efafc282
MR
6337 (Window Start and End): Rename node and section title. Reword.
6338 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
6339 Minor rewording.
6340 (Size of Window): Reword, in particular text on window-width.
6341 (Resizing Windows): Reword. Add text on balancing windows.
6342 (Window Configurations): Reword. Mention window parameters.
6343 (Window Parameters): New node and section on window parameters.
6344 (Window Hooks): Reword. Mention that
6345 window-configuration-change-hook is run "buffer-locally".
6346 * elisp.texi (Top): Update Windows entries in @detailmenu
6347 section.
6348
d60a8ab2
JB
63492008-11-04 Juanma Barranquero <lekktu@gmail.com>
6350
6351 * searching.texi (Regexp Search): Fix typo.
6352
01777627
CY
63532008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
6354
6355 * searching.texi (Regexp Search): Document GREEDY arg.
6356 (Simple Match Data): Fix return value.
6357
c4526e93
EZ
63582008-11-01 Eli Zaretskii <eliz@gnu.org>
6359
6360 * nonascii.texi (Text Representations): Rewrite to make consistent
5dcb4c4e
SM
6361 with Emacs 23 internal representation of characters.
6362 Document `unibyte-string'.
c4526e93 6363
fe2ae8b5
CY
63642008-10-28 Chong Yidong <cyd@stupidchicken.com>
6365
6366 * processes.texi (Process Information): Note that process-status
6367 does not accept buffer names.
6368
cc5a21e3
CY
63692008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
6370
6371 * positions.texi (Skipping Characters): Correct return value of
6372 skip-chars-forward.
6373
09460d9a
MR
63742008-10-25 Martin Rudalics <rudalics@gmx.at>
6375
520b29e7
MR
6376 * windows.texi (Deleting Windows): Update documentation of
6377 delete-windows-on.
6378 (Buffers and Windows): Update documentations of
6379 get-buffer-window and get-buffer-window-list.
6380 (Displaying Buffers): Update documentation of
6381 replace-buffer-in-windows.
6382
09460d9a
MR
6383 * buffers.texi (Current Buffer): Reword set-buffer and
6384 with-current-buffer documentations.
6385 (Creating Buffers): Reword documentation of get-buffer-create.
6386
4d48fcdc
MR
63872008-10-23 Martin Rudalics <rudalics@gmx.at>
6388
6389 * buffers.texi (Current Buffer): Reword documentation of
6390 set-buffer.
6391 (Buffer Names): Reword documentation of buffer-name.
6392 (The Buffer List): For bury-buffer explain what happens with the
6393 buffer's window.
6394 (Creating Buffers): Say that get-buffer-create's arg is called
6395 buffer-or-name.
6396
f0143c43
CY
63972008-10-22 Chong Yidong <cyd@stupidchicken.com>
6398
3e5dbbd3
CY
6399 * advice.texi (Computed Advice): Explain what DEFINITION is.
6400
f0143c43
CY
6401 * nonascii.texi (Character Codes): Remove obsolete function
6402 char-valid-p, and document characterp instead.
6403
52a94b85
MR
64042008-10-22 Martin Rudalics <rudalics@gmx.at>
6405
6406 * windows.texi (Displaying Buffers): Reword documentation of
6407 pop-to-buffer.
6408 (Choosing Window): Rewrite documentation of display-buffer and
6409 its options.
6410
f76f8246
MR
6411 * buffers.texi (Killing Buffers): Update documentation of
6412 kill-buffer.
6413
acc8b598
EZ
64142008-10-21 Eli Zaretskii <eliz@gnu.org>
6415
80e6b6df
EZ
6416 * processes.texi (Serial Ports): Fix wording and improve markup.
6417
3645358a
EZ
6418 * searching.texi (Regexp Search): Document `string-match-p' and
6419 `looking-at-p'.
6420 (POSIX Regexps): Add an xref for "non-greedy".
6421 (Regexp Special): Add @cindex entry for "non-greedy".
6422
b3d50cff 6423 * display.texi (Attribute Functions): Document `face-all-attributes'.
bf190568 6424 (Image Cache) <image-refresh>: Minor wording fixes.
b3d50cff 6425
73b7530a
EZ
6426 * frames.texi (Color Names): Add an xref to `read-color'.
6427
6428 * minibuf.texi (High-Level Completion): Document `read-color'.
6429
acc8b598
EZ
6430 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
6431
6432 * positions.texi (Narrowing): Add an xref to "Swapping Text".
6433
6434 * buffers.texi (Swapping Text): New section, documents
6435 `buffer-swap-text'.
6436
10e187e8
MR
64372008-10-21 Martin Rudalics <rudalics@gmx.at>
6438
6439 * windows.texi (Resizing Windows): Minor wording fix.
6440
fd6f900c
EZ
64412008-10-20 Eli Zaretskii <eliz@gnu.org>
6442
6443 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
6444 and `combine-and-quote-strings'.
6445
6446 * strings.texi (Creating Strings): Add xrefs for them.
6447
e4372165
EZ
64482008-10-19 Eli Zaretskii <eliz@gnu.org>
6449
d6328fba
EZ
6450 * elisp.texi (Top): Make descriptive text for "Reading File Names"
6451 match the corresponding menu in minibuf.texi.
6452
e4372165
EZ
6453 * minibuf.texi (Reading File Names): Document `read-shell-command'
6454 and `minibuffer-local-shell-command-map'.
6455
5d8dda33
MR
64562008-10-19 Martin Rudalics <rudalics@gmx.at>
6457
6458 * windows.texi (Resizing Windows): Remove var{} around "window" in
6459 documentation of enlarge-window.
6460 Rewrite documentation of window-min-height and window-min-width.
6461
437706cd
EZ
64622008-10-19 Eli Zaretskii <eliz@gnu.org>
6463
80f85d7c
EZ
6464 * functions.texi (Calling Functions): Document `apply-partially'.
6465
291703b5
EZ
6466 * hooks.texi (Standard Hooks): Mention
6467 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
6468
6469 * variables.texi (File Local Variables): Document
6470 `file-local-variables-alist', `before-hack-local-variables-hook'
6471 and `hack-local-variables-hook'.
6472
583d8b3c
EZ
6473 * processes.texi (Synchronous Processes): Document `process-lines'.
6474
5dcb4c4e
SM
6475 * customize.texi (Variable Definitions):
6476 Document `custom-reevaluate-setting'.
437706cd 6477
7e51d89b
MR
64782008-10-18 Martin Rudalics <rudalics@gmx.at>
6479
6480 * windows.texi (Choosing Window, Deleting Windows)
6481 (Displaying Buffers): Expand documentation of dedicated windows.
6482
43c59a3d
EZ
64832008-10-18 Eli Zaretskii <eliz@gnu.org>
6484
018a960d
EZ
6485 * files.texi (Changing Files): Document symbolic input of file
6486 modes to `set-file-modes'. Document `read-file-modes' and
6487 `file-modes-symbolic-to-number'.
6488
2c0b8144
EZ
6489 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
6490 and `search-map'.
6491
5dcb4c4e
SM
6492 * searching.texi (Search and Replace):
6493 Document `replace-search-function' and `replace-re-search-function'.
2c0b8144 6494 Document `multi-query-replace-map'.
80120f13 6495
6d4913f0 6496 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
5dcb4c4e
SM
6497 (Completion Commands, Reading File Names):
6498 Rename `minibuffer-local-must-match-filename-map' to
6d4913f0
EZ
6499 `minibuffer-local-filename-must-match-map'.
6500 (Minibuffer Completion): The `require-match' argument to
6501 `completing-read' can now have the value `confirm-only'.
6502
43c59a3d
EZ
6503 * windows.texi (Displaying Buffers): Minor wording fix.
6504 (Choosing Window): `split-height-threshold' can now be nil.
6505 Document `split-width-threshold'. `pop-up-frames' can have the
6506 value `graphic-only'.
6507
f36acfd9
EZ
65082008-10-17 Eli Zaretskii <eliz@gnu.org>
6509
6510 * os.texi (Startup Summary): Document `before-init-time' and
6511 `after-init-time'. Document `initial-window-system' and
6512 `window-system-initialization-alist'. Document reading the
6513 abbrevs file. Document the call to `server-start' under --daemon.
6514 Rearrange a bit to be consistent with the code flow.
53728487
EZ
6515 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
6516 (Time Parsing): Document `format-seconds'.
f36acfd9 6517
96995b89
MR
65182008-10-17 Martin Rudalics <rudalics@gmx.at>
6519
6520 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
6521 and reword.
6522
2de17c73
EZ
65232008-10-16 Eli Zaretskii <eliz@gnu.org>
6524
6525 * markers.texi (The Mark): Document use-region-p.
6526
9cf52b11
EZ
65272008-10-15 Eli Zaretskii <eliz@gnu.org>
6528
c3aaf1d7
EZ
6529 * internals.texi (Writing Emacs Primitives): The interactive spec
6530 of a primitive can be a Lisp form.
6531
841a1743
EZ
6532 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
6533 values of transient-mark-mode. Document handle-shift-selection.
6534
6535 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
6536 (Interactive Examples): Show an example of `^'.
6537 (Key Sequence Input): Document this-command-keys-shift-translated.
c3aaf1d7
EZ
6538 (Defining Commands, Using Interactive): The interactive-form of a
6539 function can be added via its symbol's property.
841a1743 6540
52441368
EZ
6541 * positions.texi (List Motion): beginning-of-defun-function can
6542 now accept an argument.
6543
8e8c1a72
EZ
6544 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
6545 now return a list of strings.
6546
a33a1f2a
EZ
6547 * control.texi (Handling Errors): Document ignore-errors.
6548
4fb04348
EZ
6549 * frames.texi (Creating Frames): Document frame-inherited-parameters.
6550 (Parameter Access): Document set-frame-parameter.
6551
ee666f84
EZ
6552 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
6553 Hooks" for the effect of kill-all-local-variables on local hook
6554 functions.
6555
9cf52b11
EZ
6556 * modes.texi (Major Mode Conventions, Mode Line Variables):
6557 `mode-name' need not be a string. xref to "Mode Line Data" for
6558 details, and to "Emulating Mode Line" for computing a string
6559 value.
6560
22526bc4
EZ
65612008-10-14 Eli Zaretskii <eliz@gnu.org>
6562
a65f6a85
EZ
6563 * processes.texi (System Processes): New section.
6564 (Processes, Signals to Processes): Add xrefs to it.
6565
6566 * objects.texi (Editing Types): A `process' is a subprocess of
6567 Emacs, not just any process running on the OS.
6568
6569 * elisp.texi (Top): Adjust the @detailmenu for the above two
6570 changes.
6571
2724b26a
EZ
6572 * sequences.texi (Char-Tables): Remove documentation of
6573 set-char-table-default, which has no effect since Emacs 23.
6574 <char-table-range, set-char-table-range>: Don't mention generic
6575 characters and charsets. Add a cons cell as a possible argument.
6576
6577 * nonascii.texi (Splitting Characters)
6578 (Translation of Characters): Don't mention generic characters.
6579
6580 * display.texi (Fontsets): Don't mention generic characters.
6581
22526bc4 6582 * sequences.texi (Char-Tables): `map-char-table' can now call its
25f494c9 6583 argument FUNCTION with a cons cell as KEY.
22526bc4 6584
eaf4b689
EZ
65852008-10-13 Eli Zaretskii <eliz@gnu.org>
6586
45e46036
EZ
6587 * objects.texi (Primitive Function Type): Move "@cindex special
6588 forms" from here...
6589
6590 * eval.texi (Special Forms): ...to here.
6591
6592 * functions.texi (What Is a Function): `functionp' returns nil for
6593 special forms. Add an xref.
6594
eaf4b689
EZ
6595 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
6596 Variables".
6597
6598 * variables.texi (Frame-Local Variables): New section.
6599 (Buffer-Local Variables): Add an xref to it.
6600 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
6601 have both frame-local and buffer-local binding.
6602
6603 * frames.texi (Frames): Mention multiple tty frames.
6604 (Frame Parameters, Parameter Access): Mention frame-local variable
6605 bindings.
6606
15688fce
GM
66072008-09-20 Glenn Morris <rgm@gnu.org>
6608
6609 * display.texi (Defining Faces): Recommend against face variables.
6610
35539065
JB
66112008-09-16 Juanma Barranquero <lekktu@gmail.com>
6612
6613 * display.texi (Echo Area Customization): Fix typo.
6614
6a57054b
JB
66152008-09-09 Juanma Barranquero <lekktu@gmail.com>
6616
6617 * loading.texi (Where Defined): Add `defface' item.
6618
d632fb82
MR
66192008-09-06 Martin Rudalics <rudalics@gmx.at>
6620
6621 * loading.texi (Where Defined): Fix description of symbol-file.
6622
905a9adb
JR
66232008-08-26 Jason Rumney <jasonr@gnu.org>
6624
6625 * display.texi (TIFF Images): New section describing :index property.
6626
852e91b7
CY
66272008-08-23 Chong Yidong <cyd@stupidchicken.com>
6628
6629 * display.texi (Temporary Displays): Remove unnecessary comment
6630 about usage of temp-buffer-show-hook.
6631
6be001ee
CY
66322008-08-05 Chong Yidong <cyd@stupidchicken.com>
6633
6634 * symbols.texi (Other Plists): Fix incorrect example.
6635 Suggested by Florian Beck.
6636
58e3d8e8
JB
66372008-07-31 Juanma Barranquero <lekktu@gmail.com>
6638
6639 * os.texi: Fix previous change.
6640
7c2fb837
DN
66412008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
6642
6643 * os.texi:
6644 * intro.texi:
6645 * files.texi: Remove VMS support.
6646
9e2a2647
DN
66472008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
6648
6649 * os.texi:
6650 * frames.texi:
6651 * display.texi: Remove mentions of Mac Carbon.
6652
c4f4682b
MB
66532008-07-01 Miles Bader <miles@gnu.org>
6654
6655 * text.texi (Special Properties):
6656 * display.texi (Truncation): Add wrap-prefix and line-prefix.
6657
3696411e
JB
66582008-06-28 Johan Bockgård <bojohan@gnu.org>
6659
6660 * display.texi (Other Image Types): Fix copy/paste error; say
6661 "PBM", not "XBM".
6662
f2a77c3a
DN
66632008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
6664
6665 * os.texi: Remove references to obsolete systems.
6666
6d52677d
EZ
66672008-06-20 Eli Zaretskii <eliz@gnu.org>
6668
6669 * makefile.w32-in (distclean): Remove makefile.
6670
1a87da4c
GM
66712008-06-17 Glenn Morris <rgm@gnu.org>
6672
6673 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
6674 (elisp, dist): Remove rules and variables that are obsolete now
6675 the lisp manual is no longer distributed separately.
6676
fdda1c5d
GM
66772008-06-16 Glenn Morris <rgm@gnu.org>
6678
646692e9
GM
6679 * configure, configure.in, mkinstalldirs: Remove unused files.
6680
6681 * book-spine.texinfo: Set version to 23.0.60.
fdda1c5d 6682 * vol1.texi (EMACSVER):
6a57054b 6683 * vol2.texi (EMACSVER): Set to 23.0.60.
fdda1c5d
GM
6684
6685 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
6686 as per maintain.info.
6687
611bee81
GM
66882008-06-15 Glenn Morris <rgm@gnu.org>
6689
a7bed3a0
GM
6690 * makefile.w32-in (manual): Use "23" rather than "21".
6691
6692 * Makefile.in (emacsver): New, set by configure.
6693 (manual): Use emacsver.
6694
d794edf2
GM
6695 * intro.texi: Report bugs using M-x report-emacs-bug.
6696
611bee81
GM
6697 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
6698
c73e02fa
GM
66992008-06-13 Daniel Engeler <engeler@gmail.com>
6700
6701 * elisp.texi, internals.texi, processes.texi: Add documentation
6702 about serial port access.
6703
e40a85cd
MB
67042008-06-05 Miles Bader <miles@gnu.org>
6705
6706 * display.texi (Displaying Faces): Update to reflect function
6707 renamings in face-remap.el.
6708
7b753744
JB
67092008-06-05 Juanma Barranquero <lekktu@gmail.com>
6710
6711 * display.texi (Fontsets): Fix typos.
6712
9d3d42fb
MB
67132008-06-03 Miles Bader <miles@gnu.org>
6714
7b753744
JB
6715 * display.texi (Displaying Faces): Add add-relative-face-remapping,
6716 remove-relative-face-remapping, set-base-face-remapping,
6717 and set-default-base-face-remapping.
9d3d42fb 6718
f2cec7a9
MB
67192008-06-01 Miles Bader <miles@gnu.org>
6720
6721 * display.texi (Displaying Faces): Add face-remapping-alist.
6722
8f39c96d
SM
67232008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6724
6725 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
6726 variable names.
6727
1ef5eecc
ER
67282008-05-03 Eric S. Raymond <esr@golux>
6729
352c8b4a 6730 * keymaps.texi: Clarify that (current-local-map) and
1ef5eecc
ER
6731 (current-global-map) return references, not copies.
6732
63b4387f
JL
67332008-05-02 Juri Linkov <juri@jurta.org>
6734
6735 * minibuf.texi (Text from Minibuffer): Document a list of
6736 default values for `read-from-minibuffer'.
6737
38a8b703
JB
67382008-04-24 Juanma Barranquero <lekktu@gmail.com>
6739
6740 * nonascii.texi (Translation of Characters): Fix previous change.
6741
7c42e639
CY
67422008-04-20 Chong Yidong <cyd@stupidchicken.com>
6743
6744 * display.texi (Overlay Properties): Clarify role of underlying
6745 textprop and overlay keymaps for display strings.
6746
6747 * keymaps.texi (Active Keymaps): Ditto.
6748
25c0d999
SM
67492008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
6750
6751 * minibuf.texi (Programmed Completion):
6752 Replace dynamic-completion-table with the new completion-table-dynamic.
6753
e3af5968
CY
67542008-04-07 Chong Yidong <cyd@stupidchicken.com>
6755
6756 * intro.texi (Some Terms): Change "fonts in this manual" index
6757 entry to "typographic conventions".
6758
6bfc8698
EZ
67592008-04-05 Eli Zaretskii <eliz@gnu.org>
6760
6761 * objects.texi (Text Props and Strings): Add indexing for read
6762 syntax of text properties.
6763
4972c361
SM
67642008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
6765
6766 * processes.texi (Decoding Output): Remove process-filter-multibyte
6767 functions.
6768
c70a68db
MR
67692008-03-15 Martin Rudalics <rudalics@gmx.at>
6770
6771 * display.texi (Finding Overlays): Say that empty overlays at
6772 the end of the buffer are reported too.
6773
1291fd36
GM
67742008-03-13 Glenn Morris <rgm@gnu.org>
6775
6776 * elisp.texi (EMACSVER): Set to 23.0.60.
6777
c6b0dfd5
CY
67782008-02-26 Chong Yidong <cyd@stupidchicken.com>
6779
38a8b703 6780 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
c6b0dfd5 6781
875fc30c
GM
67822008-02-22 Glenn Morris <rgm@gnu.org>
6783
6784 * frames.texi (Position Parameters): Clarify the description of
6785 `left' and `top', using information from "Geometry".
6786 (Geometry): Give a pointer to "Position Parameters", rather than
6787 repeating information.
6788
d8c8e45a
GM
67892008-02-11 Glenn Morris <rgm@gnu.org>
6790
6791 * objects.texi (Equality Predicates): No longer talk about "two"
6792 functions.
6793
38a8b703 67942008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
d8c8e45a
GM
6795
6796 * objects.texi (Equality Predicates): Add defun for
6797 equal-including-properties.
6798
bfffe0b1
GM
67992008-02-10 Glenn Morris <rgm@gnu.org>
6800
6801 * objects.texi (Equality Predicates):
6802 Mention equal-including-properties.
6803
431b78c9
RS
68042008-02-07 Richard Stallman <rms@gnu.org>
6805
6806 * windows.texi (Window Start): Mention the feature of moving
6807 window-start to start of line.
6808
c8763fb6 68092008-02-07 Jan Djärv <jan.h.d@swipnet.se>
eafa12e6
JD
6810
6811 * keymaps.texi (Tool Bar): Document rtl property.
6812
1a256502
TTN
68132008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
6814
6815 * display.texi (Button Types):
6816 For define-button-type, clarify type of NAME.
6817
569382c2
MR
68182008-01-19 Martin Rudalics <rudalics@gmx.at>
6819
6820 * buffers.texi (Buffer Modification): Fix typo.
6821
f3041af1
DN
68222008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
6823
6824 * os.texi (System Environment): Remove references to OSes that are
6825 not supported anymore.
6826
d35e1cd7
DN
68272008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
6828
6829 * os.texi (System Environment): Remove mention for Masscomp.
6830
23af7580
RS
68312008-01-04 Richard Stallman <rms@gnu.org>
6832
6833 * display.texi (Faces): Don't talk about internal face vector as arg
6834 to facep.
6835
6836 * customize.texi (Type Keywords): Fix previous change.
6837
6838 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
6839 * elisp.texi (Top): Fix menu for commands.texi change.
6840
ec7d5b1e
RS
68412007-12-30 Richard Stallman <rms@gnu.org>
6842
5dcb4c4e 6843 * commands.texi (Accessing Mouse): Rename from Accessing Events.
ec7d5b1e
RS
6844 (Accessing Scroll): New node broken out of Accessing Mouse.
6845
101a6cea
RS
68462007-12-28 Richard Stallman <rms@gnu.org>
6847
6848 * frames.texi (Size Parameters): Fix typo.
7f9e0c04 6849 (Basic Parameters): For `title', refer to title bar.
041817a4 6850 (Size and Position): Explain meaning of frame pixel width and height.
101a6cea 6851
72b7e664
RS
68522007-12-23 Richard Stallman <rms@gnu.org>
6853
6854 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
6855 Improve some of the commented-out keywords' text too.
6856
27a4f445
MR
68572007-12-14 Martin Rudalics <rudalics@gmx.at>
6858
e2e3f1d7
MR
6859 * nonascii.texi (Encoding and I/O): Reword to avoid saying
6860 "visit the current buffer".
6861
27a4f445
MR
6862 * os.texi (System Interface): Fix typo.
6863
a2afc99d
RS
68642007-12-04 Richard Stallman <rms@gnu.org>
6865
6866 * objects.texi (Symbol Type): Fix typo.
6867
b694135c
RS
68682007-12-03 Richard Stallman <rms@gnu.org>
6869
6870 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
6871
f99a19da
GM
68722007-12-01 Glenn Morris <rgm@gnu.org>
6873
6874 * functions.texi (Declaring Functions): Improve previous change.
6875
8f4b37d8
GM
68762007-11-30 Glenn Morris <rgm@gnu.org>
6877
6878 * functions.texi (Declaring Functions): Add optional fourth
6879 argument of declare-function, and setting third argument to `t'.
6880
61a2fe01
RS
68812007-11-29 Richard Stallman <rms@gnu.org>
6882
6883 * customize.texi (Composite Types): Document `group' type.
6884
cbfc5193
GM
68852007-11-29 Glenn Morris <rgm@gnu.org>
6886
5dcb4c4e
SM
6887 * functions.texi (Declaring Functions): Add findex.
6888 Mention `external' files.
cbfc5193 6889
8386283a
JB
68902007-11-26 Juanma Barranquero <lekktu@gmail.com>
6891
6892 * functions.texi (Declaring Functions): Fix directive.
6893
a07c9a8b
RS
68942007-11-25 Richard Stallman <rms@gnu.org>
6895
6896 * help.texi (Help Functions): Clean up last change.
6897
6898 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
6899
6900 * loading.texi (Named Features): Minor cleanup.
6901
6902 * macros.texi (Eval During Expansion): Minor cleanup.
6903
6904 * variables.texi (Variable Aliases): Minor cleanup.
6905
a0925923
RS
69062007-11-24 Richard Stallman <rms@gnu.org>
6907
6908 * functions.texi (Declaring Functions): Clarify previous change.
6909
6910 * compile.texi (Compiler Errors): Clarify previous change.
6911
20c63e44
RS
69122007-11-24 Richard Stallman <rms@gnu.org>
6913
e5e76c04 6914 * display.texi (Refresh Screen, Forcing Redisplay):
20c63e44
RS
6915 Clarify the text and move items around.
6916
5bb0cda3
GM
69172007-11-24 Glenn Morris <rgm@gnu.org>
6918
6919 * functions.texi (Declaring Functions): New section.
6920 * compile.texi (Compiler Errors): Mention declaring functions,
6921 defvar with no initvalue, and byte-compile-warnings.
6922
af13c86a
MR
69232007-11-15 Martin Rudalics <rudalics@gmx.at>
6924
6925 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
6926 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
6927
a5373305
MR
69282007-11-13 Martin Rudalics <rudalics@gmx.at>
6929
6930 * help.texi (Help Functions): Document new macro `with-help-window'.
6931
fe284805
JL
69322007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
6933
6934 * searching.texi (Replacing Match): Describe new
6935 `match-substitute-replacement'.
6936
2c3a09b1
RS
69372007-10-31 Richard Stallman <rms@gnu.org>
6938
6939 * strings.texi (Creating Strings): Null strings from concat not unique.
6940
f2b480f4
RS
69412007-10-26 Richard Stallman <rms@gnu.org>
6942
6943 * objects.texi (Equality Predicates): Null strings are uniquified.
6944
6945 * minibuf.texi: Minor clarifications in previous change.
6946
db21122c
GM
69472007-10-25 Glenn Morris <rgm@gnu.org>
6948
6949 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
6950
2328cbb3
RS
69512007-10-24 Richard Stallman <rms@gnu.org>
6952
6953 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
6954
6955 * variables.texi (Frame-Local Variables): Node deleted.
6956 (Variables): Delete Frame-Local Variables from menu.
6957 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
6958 (Default Value): Don't mention frame-local vars.
6959
6960 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
6961
6962 * loading.texi (Unloading): Document FEATURE-unload-function
6963 instead of FEATURE-unload-hook.
6964
2328cbb3
RS
6965 * frames.texi (Multiple Displays): Don't mention frame-local vars.
6966
c066bafa
JL
69672007-10-22 Juri Linkov <juri@jurta.org>
6968
6969 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
6970 (High-Level Completion): Document a list of default value strings
6971 in the DEFAULT argument, for which minibuffer functions return the
6972 first element.
6973
65ced25f
JL
69742007-10-17 Juri Linkov <juri@jurta.org>
6975
6976 * text.texi (Filling): Update arguments of fill-paragraph.
6977 fill-paragraph operates on the active region in Transient Mark mode.
6978 Remove fill-paragraph-or-region.
6979
ee46ec8e
KB
69802007-10-13 Karl Berry <karl@gnu.org>
6981
6982 * elisp.texi (@dircategory): Move to after @copying,
6983 since we want @copying as close as possible to the beginning of
6984 the output.
6985
61bbdbc6
RS
69862007-10-12 Richard Stallman <rms@gnu.org>
6987
6988 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
6989
6990 * commands.texi (Distinguish Interactive): New node,
6991 broken out from Interactive Call and rewritten.
6992 (Command Loop): Put Distinguish Interactive in menu.
6993
af23e1e8
RS
69942007-10-09 Richard Stallman <rms@gnu.org>
6995
6996 * text.texi (Examining Properties): Mention overlay priority.
6997
6998 * display.texi (Display Margins): Correct the description
6999 of margin display specifications.
7000 (Replacing Specs): New subnode broken out of Display Property.
7001
e1965a69
JL
70022007-10-06 Juri Linkov <juri@jurta.org>
7003
7004 * text.texi (Filling): Document fill-paragraph-or-region.
7005
4638454b
JB
70062007-10-05 Juanma Barranquero <lekktu@gmail.com>
7007
7008 * display.texi (Auto Faces): Fix typo.
7009
7ed54cc5
RS
70102007-10-02 Richard Stallman <rms@gnu.org>
7011
7012 * display.texi (Display Property): Explain some display specs
7013 don't let you move point in.
7014
5dcb4c4e
SM
7015 * frames.texi (Cursor Parameters):
7016 Describe cursor-in-non-selected-windows here. Explain more values.
7ed54cc5
RS
7017
7018 * windows.texi (Basic Windows): Don't describe
7019 cursor-in-non-selected-windows here.
7020
305a7ef2
EZ
70212007-10-01 Eli Zaretskii <eliz@gnu.org>
7022
7023 * processes.texi (Misc Network): Note that these functions are
7024 supported only on some systems.
7025
f7a7f4eb
RS
70262007-10-01 Richard Stallman <rms@gnu.org>
7027
7028 * display.texi (Overlay Properties): Explain nil as priority.
7029 Explain that conflicts are unpredictable if not resolved by
7030 priorities.
7031
780d7bb9
RS
70322007-09-23 Richard Stallman <rms@gnu.org>
7033
7034 * macros.texi (Backquote): Minor clarification.
7035
14b4fdfb
RS
70362007-09-19 Richard Stallman <rms@gnu.org>
7037
7038 * display.texi (Display Property): Explain multiple display specs.
9600ac7c
RS
7039 Clarify when they work in parallel and when one overrides.
7040 Fix error in example.
14b4fdfb 7041
b8d4c8d0
GM
70422007-09-06 Glenn Morris <rgm@gnu.org>
7043
b3e755a9 7044 Move from lispref/ to doc/lispref/. Change all setfilename
b8d4c8d0
GM
7045 commands to use ../../info.
7046 * Makefile.in (infodir): Go up one more level.
4638454b 7047 (usermanualdir): Change from ../man to ../emacs.
b8d4c8d0
GM
7048 (miscmanualdir): New.
7049 (dist): Use new variable miscmanualdir.
7050 * makefile.w32-in (infodir, texinputdir): Go up one more level.
7051 (usermanualdir): Change from ../man to ../emacs.
7052
1bb1f7d3
MR
70532007-08-30 Martin Rudalics <rudalics@gmx.at>
7054
7055 * commands.texi (Command Loop Info): Advise against changing
7056 most variables described here. Explain new variable
7057 last-repeatable-command.
7058
b8d4c8d0
GM
70592007-08-29 Glenn Morris <rgm@gnu.org>
7060
7061 * elisp.texi (EMACSVER): Increase to 23.0.50.
7062
70632007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
7064
7065 * frames.texi (Basic Parameters): Add display-environment-variable
7066 and term-environment-variable.
7067
70682007-08-28 Juri Linkov <juri@jurta.org>
7069
7070 * display.texi (Image Formats, Other Image Types): Add SVG.
7071
70722007-08-28 Juri Linkov <juri@jurta.org>
7073
7074 * display.texi (Images): Move formats-related text to new node
7075 "Image Formats".
7076 (Image Formats): New node.
7077
619fb9ee
RS
70782007-08-27 Richard Stallman <rms@gnu.org>
7079
7080 * windows.texi (Window Configurations): Clarify what
7081 a window configuration saves.
7082
b8d4c8d0
GM
70832007-08-25 Richard Stallman <rms@gnu.org>
7084
7085 * display.texi (Images): Delete redundant @findex.
7086
39f9da30
GM
70872007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
7088
7089 * text.texi (Change Hooks): (after|before)-change-functions are no
7090 longer bound to nil while running; rather inhibit-modification-hooks
7091 is t.
7092
b8d4c8d0
GM
70932007-08-16 Richard Stallman <rms@gnu.org>
7094
5dcb4c4e
SM
7095 * processes.texi (Asynchronous Processes):
7096 Clarify doc of start-file-process.
b8d4c8d0
GM
7097
70982007-08-08 Martin Rudalics <rudalics@gmx.at>
7099
7100 * modes.texi (Example Major Modes): Fix typo.
7101
71022007-08-08 Glenn Morris <rgm@gnu.org>
7103
7104 * intro.texi (nil and t): Do not use `iff' in documentation.
7105
7106 * tips.texi (Documentation Tips): Recommend against `iff'.
7107
71082007-08-07 Chong Yidong <cyd@stupidchicken.com>
7109
7110 * display.texi (Image Cache): Document image-refresh.
7111
71122007-08-06 Martin Rudalics <rudalics@gmx.at>
7113
7114 * windows.texi (Size of Window): Document window-full-width-p.
7115
71162007-07-25 Glenn Morris <rgm@gnu.org>
7117
7118 * gpl.texi (GPL): Replace license with GPLv3.
7119
7120 * Relicense all FSF files to GPLv3 or later.
7121
71222007-07-24 Michael Albinus <michael.albinus@gmx.de>
7123
4638454b
JB
7124 * processes.texi (Synchronous Processes):
7125 Add `process-file-shell-command'.
b8d4c8d0
GM
7126 (Asynchronous Processes): Mention restricted use of
7127 `process-filter' and `process-sentinel' in
7128 `start-file-process'. Add `start-file-process-shell-command'.
7129
71302007-07-17 Michael Albinus <michael.albinus@gmx.de>
7131
7132 * files.texi (Magic File Names): Introduce optional parameter
7133 IDENTIFICATION for `file-remote-p'.
7134
71352007-07-16 Richard Stallman <rms@gnu.org>
7136
7137 * display.texi (Defining Faces): Fix previous change.
7138
71392007-07-14 Richard Stallman <rms@gnu.org>
7140
7141 * control.texi (Handling Errors): Document `debug' in handler list.
7142
71432007-07-10 Richard Stallman <rms@gnu.org>
7144
7145 * display.texi (Defining Faces): Explain C-M-x feature for defface.
7146
71472007-07-09 Richard Stallman <rms@gnu.org>
7148
7149 * files.texi (Magic File Names): Rewrite previous change.
7150
71512007-07-08 Michael Albinus <michael.albinus@gmx.de>
7152
7153 * files.texi (Magic File Names): Introduce optional parameter
7154 CONNECTED for `file-remote-p'.
7155
71562007-07-07 Michael Albinus <michael.albinus@gmx.de>
7157
7158 * processes.texi (Asynchronous Processes):
7159 * files.texi (Magic File Names): Add `start-file-process'.
7160
71612007-06-27 Richard Stallman <rms@gnu.org>
7162
5dcb4c4e
SM
7163 * files.texi (Format Conversion Piecemeal):
7164 Clarify `after-insert-file-functions' calling convention.
b8d4c8d0
GM
7165
71662007-06-27 Michael Albinus <michael.albinus@gmx.de>
7167
4638454b
JB
7168 * files.texi (Magic File Names): Remove `dired-call-process'.
7169 Add `process-file'.
b8d4c8d0
GM
7170
71712007-06-27 Kenichi Handa <handa@m17n.org>
7172
7173 * text.texi (Special Properties): Fix description about
4638454b 7174 `composition' property.
b8d4c8d0
GM
7175
71762007-06-26 Kenichi Handa <handa@m17n.org>
7177
7178 * nonascii.texi (Default Coding Systems): Document about the
7179 return value `undecided'.
7180
71812007-06-25 David Kastrup <dak@gnu.org>
7182
7183 * keymaps.texi (Active Keymaps): Document new POSITION argument of
7184 `current-active-maps'.
7185
71862007-06-24 Karl Berry <karl@gnu.org>
7187
4638454b 7188 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
b8d4c8d0
GM
7189
71902007-06-15 Juanma Barranquero <lekktu@gmail.com>
7191
7192 * display.texi (Overlay Arrow): Doc fix.
7193
71942007-06-14 Karl Berry <karl@tug.org>
7195
7196 * anti.texi (Antinews): Typo.
7197
71982007-06-14 Chong Yidong <cyd@stupidchicken.com>
7199
7200 * display.texi (Image Cache): Document image-refresh.
7201
72022007-06-12 Karl Berry <karl@gnu.org>
7203
7204 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
7205 * two-volume.make: New file.
7206 * .cvsignore: Ignore two-volume files.
7207
72082007-06-12 Tom Tromey <tromey@redhat.com>
7209
7210 * os.texi (Init File): Document user-emacs-directory.
7211
72122007-06-03 Nick Roberts <nickrob@snap.net.nz>
7213
7214 * commands.texi (Click Events): Describe width and height when
7215 object is nil.
7216
72172007-05-30 Nick Roberts <nickrob@snap.net.nz>
7218
5dcb4c4e
SM
7219 * commands.texi (Click Events): Layout more logically.
7220 Describe width and height.
b8d4c8d0
GM
7221 (Drag Events, Motion Events): Update to new format for position.
7222
72232007-06-02 Richard Stallman <rms@gnu.org>
7224
7225 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
7226
72272007-06-02 Chong Yidong <cyd@stupidchicken.com>
7228
7229 * Version 22.1 released.
7230
72312007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
7232
7233 * text.texi (Special Properties): Correct meaning of fontified face.
7234
72352007-05-30 Richard Stallman <rms@gnu.org>
7236
7237 * text.texi (Special Properties): Add link to Adjusting Point.
7238
72392007-05-12 Richard Stallman <rms@gnu.org>
7240
7241 * text.texi (Margins): indent-to-left-margin is not the default.
7242 (Mode-Specific Indent): For indent-line-function, the default
7243 is indent-relative.
7244
7245 * modes.texi (Example Major Modes): Explain last line of text-mode
7246 is redundant.
7247
72482007-05-10 Richard Stallman <rms@gnu.org>
7249
7250 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
7251
7252 * help.texi (Keys in Documentation): Add reference to
7253 Documentation Tips.
7254
7255 * files.texi (Format Conversion): TO-FN gets three arguments.
7256
7257 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
7258
72592007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
7260
7261 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
7262 * files.texi (Format Conversion): Expand intro; add menu.
7263 (Format Conversion Overview, Format Conversion Round-Trip)
7264 (Format Conversion Piecemeal): New nodes/subsections.
7265 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
7266 * text.texi (Text Properties): Remove "Saving Properties" from menu.
7267 (Saving Properties): Delete node/subsection.
7268
72692007-05-07 Karl Berry <karl@gnu.org>
7270
7271 * elisp.texi (EMACSVER): Back to 22.
7272
72732007-05-06 Richard Stallman <rms@gnu.org>
7274
7275 * processes.texi (Accepting Output): Revert most of previous change.
7276
72772007-05-05 Richard Stallman <rms@gnu.org>
7278
7279 * processes.texi (Accepting Output): accept-process-output
7280 uses microseconds, not milliseconds. But that arg is obsolete.
7281
72822007-05-04 Karl Berry <karl@tug.org>
7283
7284 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
7285
72862007-05-04 Eli Zaretskii <eliz@gnu.org>
7287
7288 * tips.texi (Documentation Tips): Rearrange items to place the
7289 more important ones first. Add an index entry for hyperlinks.
7290
72912007-05-03 Karl Berry <karl@gnu.org>
7292
7293 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
7294 (EMACSVER) [smallbook]: 22 for printed version.
7295
7296 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
7297 so restore anchor to normal position after defun. Found by Kevin Ryde.
7298
72992007-04-26 Glenn Morris <rgm@gnu.org>
7300
7301 * elisp.texi (EMACSVER): Increase to 22.1.50.
7302
73032007-04-28 Karl Berry <karl@gnu.org>
7304
7305 * elisp.texi: Improve line breaks on copyright page,
7306 similar layout to emacs manual, 8.5x11 by default.
7307
73082007-04-24 Richard Stallman <rms@gnu.org>
7309
7310 * text.texi (Special Properties): Add xref to Overlay Properties.
7311
7312 * display.texi (Overlay Properties): Add xref to Special Properties.
7313
73142007-04-22 Richard Stallman <rms@gnu.org>
7315
7316 * keymaps.texi (Extended Menu Items): Move the info about
7317 format with cached keyboard binding.
7318
73192007-04-21 Richard Stallman <rms@gnu.org>
7320
7321 * text.texi (Special Properties): Clarify previous change.
7322
7323 * files.texi (File Name Expansion): Clarify previous change.
7324
7325 * display.texi (Attribute Functions): Fix example for
7326 face-attribute-relative-p.
7327
73282007-04-19 Kenichi Handa <handa@m17n.org>
7329
7330 * text.texi (Special Properties): Document composition property.
7331
73322007-04-19 Glenn Morris <rgm@gnu.org>
7333
7334 * files.texi (File Name Expansion): Mention "superroot".
7335
73362007-04-15 Chong Yidong <cyd@stupidchicken.com>
7337
7338 * frames.texi (Multiple Displays): Add note about "multi-monitor"
7339 setups.
7340 (Display Feature Testing): Note that display refers to all
7341 physical monitors for multi-monitor setups.
7342
73432007-04-14 Richard Stallman <rms@gnu.org>
7344
7345 * lists.texi (Sets And Lists): Clarify `delete' examples.
7346 Remove spurious xref to same node.
7347 Clarify xref for add-to-list.
7348
73492007-04-12 Nick Roberts <nickrob@snap.net.nz>
7350
7351 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
7352 value of lisp-mode-map.
7353
73542007-04-11 Karl Berry <karl@gnu.org>
7355
7356 * anti.texi (Antinews):
7357 * display.texi (Overlay Properties, Defining Images):
7358 * processes.texi (Synchronous Processes, Sentinels):
7359 * syntax.texi (Syntax Table Internals):
7360 * searching.texi (Regexp Special):
7361 * nonascii.texi (Default Coding Systems):
7362 * text.texi (Special Properties):
7363 * minibuf.texi (Basic Completion): Wording to improve breaks in
7364 8.5x11 format.
7365 * elisp.texi (smallbook): New @set to more easily switch between
7366 smallbook and 8.5x11.
7367
73682007-04-11 Richard Stallman <rms@gnu.org>
7369
7370 * text.texi (Lazy Properties): Minor fix.
7371
73722007-04-08 Karl Berry <karl@gnu.org>
7373
7374 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
7375 * macros.texi (Backquote): Downcase Backquote in index entries for
7376 consistency.
7377
73782007-04-08 Richard Stallman <rms@gnu.org>
7379
7380 * text.texi (Adaptive Fill): Just describe default,
7381 don't show it (since it contains non-ASCII chars).
7382
73832007-04-07 Karl Berry <karl@gnu.org>
7384
7385 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
7386 adaptive-fill-regexp's value, since they are not in the standard
7387 TeX fonts.
7388
73892007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
7390
7391 * display.texi (Defining Faces): Fix example.
7392
73932007-04-07 Karl Berry <karl@gnu.org>
7394
7395 * display.texi (Button Buffer Commands): Improve page break.
7396
73972007-04-07 Richard Stallman <rms@gnu.org>
7398
7399 * advice.texi (Activation of Advice): Remove redundant index entry.
7400
7401 * backups.texi: Improve index entries. Remove redundant ones.
7402
7403 * compile.texi (Byte Compilation): Improve index entry.
7404
7405 * hash.texi (Creating Hash): Improve index entry.
7406
7407 * symbols.texi (Definitions): Improve index entry.
7408
7409 * edebug.texi: Improve index entries. Remove redundant/useless ones.
7410
7411 * maps.texi (Standard Keymaps): Remove useless index entry.
7412
7413 * help.texi (Documentation Basics): Remove redundant index entries.
7414
7415 * customize.texi: Improve index entries.
7416 Remove redundant/useless ones.
7417
7418 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
7419
7420 * streams.texi (Output Variables): Improve index entry.
7421
7422 * abbrevs.texi (Abbrevs): Remove useless index entry.
7423
7424 * macros.texi (Expansion): Remove useless index entry.
7425
7426 * text.texi: Improve index entries. Remove redundant/useless ones.
7427 (Text Properties, Examining Properties)
7428 (Special Properties): Use "property category" instead of "category"
7429 to refer to the `category' property.
7430
7431 * positions.texi: Improve index entries. Remove useless one.
7432
7433 * lists.texi: Improve index entries. Remove redundant/useless ones.
7434
7435 * os.texi: Improve index entries.
7436 (Timers): Fix previous change.
7437
7438 * buffers.texi: Improve index entries.
7439 (Modification Time): Get rid of term "obsolete buffer".
7440
7441 * debugging.texi: Improve index entries.
7442 (Test Coverage): Add xref to other test coverage ftr.
7443
7444 * eval.texi: Improve index entry. Remove redundant ones.
7445
7446 * numbers.texi: Improve index entries. Remove redundant/useless ones.
7447
7448 * files.texi: Improve index entries. Remove redundant/useless ones.
7449
7450 * objects.texi: Improve index entries.
7451
7452 * processes.texi: Improve index entries.
7453
7454 * modes.texi: Improve index entry. Remove redundant one.
7455
7456 * nonascii.texi: Improve index entries.
7457
7458 * internals.texi: Improve index entries.
7459
7460 * syntax.texi: Improve index entries.
7461
7462 * keymaps.texi (Active Keymaps): Improve index entries.
7463
7464 * commands.texi: Improve index entries. Remove redundant/useless ones.
7465
7466 * frames.texi: Improve index entries. Remove redundant/useless ones.
7467
7468 * markers.texi: Improve index entries. Remove redundant ones.
7469
7470 * tips.texi: Improve index entries.
7471
7472 * loading.texi (Unloading): Improve index entry.
7473
7474 * variables.texi: Improve index entries. Remove redundant one.
7475
7476 * sequences.texi: Improve index entry.
7477
7478 * display.texi: Improve index entries. Remove redundant ones.
7479
7480 * windows.texi: Improve index entries.
7481
7482 * searching.texi: Improve index entries. Remove redundant one.
7483
7484 * strings.texi (Case Tables): Improve last change.
7485
74862007-04-04 Chong Yidong <cyd@stupidchicken.com>
7487
7488 * strings.texi (Case Tables): Document with-case-table and
7489 ascii-case-table.
7490
74912007-04-03 Karl Berry <karl@gnu.org>
7492
7493 * processes.texi (Network): Reword to improve page break.
7494
74952007-04-03 Eli Zaretskii <eliz@gnu.org>
7496
7497 * functions.texi (Inline Functions): Describe more disadvantages
7498 of defsubst, and make advice against it stronger.
7499
75002007-04-02 Karl Berry <karl@gnu.org>
7501
7502 * backups.texi (Backup Names): Avoid widow words.
7503 * modes.texi (Example Major Modes): Align last comment.
7504
75052007-04-01 Chong Yidong <cyd@stupidchicken.com>
7506
7507 * keymaps.texi (Remapping Commands): Document new arg to
7508 command-remapping.
7509
75102007-04-01 Karl Berry <karl@gnu.org>
7511
7512 * processes.texi (Low-Level Network): Typo.
7513 * loading.texi (Hooks for Loading): Avoid double "the".
7514 * keymaps.texi (Key Sequences): No double "and".
7515 (Changing Key Bindings): Shorten to improve line break.
7516
75172007-03-31 Glenn Morris <rgm@gnu.org>
7518
7519 * os.texi (Timers): Fix description of run-at-time TIME formats.
7520
75212007-03-31 Richard Stallman <rms@gnu.org>
7522
7523 * display.texi (Invisible Text): Correct buffer-invisibility-spec
7524 regarding ellipsis.
7525
75262007-03-31 Eli Zaretskii <eliz@gnu.org>
7527
7528 * intro.texi (nil and t):
7529 * symbols.texi (Plists and Alists):
7530 * variables.texi (Variable Aliases, Constant Variables):
7531 * functions.texi (Defining Functions):
7532 * advice.texi (Advising Primitives):
7533 * debugging.texi (Syntax Errors, Compilation Errors):
7534 * minibuf.texi (Minibuffer Windows):
7535 * commands.texi (Adjusting Point):
7536 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
7537 (Auto Major Mode, Major Mode Conventions):
7538 * help.texi (Describing Characters):
7539 * files.texi (Create/Delete Dirs, Information about Files)
7540 (File Locks, Writing to Files, Reading from Files)
7541 (Saving Buffers):
7542 * windows.texi (Resizing Windows, Cyclic Window Ordering):
7543 * frames.texi (Finding All Frames):
7544 * positions.texi (Buffer End, Motion):
7545 * markers.texi (The Region):
7546 * text.texi (Deletion, Near Point):
7547 * display.texi (Displaying Messages, Truncation):
7548 * os.texi (Processor Run Time):
7549 * tips.texi (Key Binding Conventions, Programming Tips)
7550 (Warning Tips, Documentation Tips, Comment Tips):
7551 * internals.texi (Memory Usage): Improve indexing.
7552
7553 * variables.texi (Frame-Local Variables):
7554 * functions.texi (Argument List):
7555 * loading.texi (Library Search):
7556 * streams.texi (Output Variables):
7557 * keymaps.texi (Translation Keymaps, Searching Keymaps):
7558 * searching.texi (Replacing Match, Search and Replace):
7559 * processes.texi (Byte Packing, Decoding Output)
7560 (Accepting Output, Network Servers, Shell Arguments):
7561 * display.texi (Abstract Display, Image Cache, Scroll Bars):
7562 * windows.texi (Window Point, Window Start):
7563 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
7564 * commands.texi (Reading Input, Keyboard Events):
7565 * minibuf.texi (Reading File Names, Minibuffer Completion)
7566 (Recursive Mini):
7567 * positions.texi (List Motion):
7568 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
7569 * numbers.texi (Arithmetic Operations, Math Functions)
35e951cd 7570 (Predicates on Numbers, Comparison of Numbers, Numeric Conversions):
b8d4c8d0
GM
7571 * locals.texi (Standard Buffer-Local Variables):
7572 * maps.texi (Standard Keymaps):
7573 * os.texi (User Identification, System Environment, Recording Input)
7574 (X11 Keysyms):
7575 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
7576 * backups.texi (Backups and Auto-Saving):
7577 * customize.texi (Customization, Group Definitions)
7578 (Variable Definitions):
7579 * compile.texi (Byte Compilation): Improve index entries.
7580
75812007-03-31 Karl Berry <karl@gnu.org>
7582
7583 * macros.texi (Defining Macros): Avoid widow syllable.
7584
75852007-03-31 Eli Zaretskii <eliz@gnu.org>
7586
7587 * elisp.texi (Top): Postscript -> PostScript.
7588
7589 * display.texi (Images, Postscript Images): Postscript -> PostScript.
7590
75912007-03-31 Markus Triska <markus.triska@gmx.at>
7592
7593 * internals.texi (Writing Emacs Primitives): Untabify `For'.
7594
75952007-03-30 Karl Berry <karl@gnu.org>
7596
7597 * lists.texi (List-related Predicates): Remove spurious @need.
7598 (Setcdr): Use @smallexample to improve page break.
7599 (Association Lists) <assoc>: Reword to improve page break.
7600
7601 * strings.texi (String Conversion): Insert blank line to improve
7602 page break.
7603
7604 * numbers.texi (Random Numbers): Use @minus{}.
7605 (Math Functions): Use @minus{}.
7606
7607 * intro.texi (Acknowledgements): Avoid line breaks before middle
7608 initials.
7609
76102007-03-24 Eli Zaretskii <eliz@gnu.org>
7611
7612 * errors.texi (Standard Errors): Add an index entry.
7613
76142007-03-19 Richard Stallman <rms@gnu.org>
7615
7616 * os.texi (Recording Input): recent-keys now gives 300 keys.
7617
76182007-03-12 Glenn Morris <rgm@gnu.org>
7619
7620 * os.texi: Replace "daylight savings" with "daylight saving"
7621 throughout.
7622
76232007-03-05 Richard Stallman <rms@gnu.org>
7624
5dcb4c4e
SM
7625 * variables.texi (File Local Variables):
7626 Update enable-local-variables values.
b8d4c8d0
GM
7627
76282007-03-04 Richard Stallman <rms@gnu.org>
7629
7630 * syntax.texi (Control Parsing): Minor clarification.
7631
7632 * strings.texi (Formatting Strings): Clarify width, precision, flags.
7633
7634 * sequences.texi (Sequence Functions): Move string-bytes away,
7635 add xref.
7636
7637 * nonascii.texi (Text Representations): Move string-bytes here.
7638
7639 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
7640
7641 * minibuf.texi (Basic Completion): Minor clarification.
7642
7643 * markers.texi (The Mark): Clarify existence vs activation of mark.
7644 Other cleanup.
7645
7646 * display.texi (Finding Overlays): Write better example.
7647
7648 * compile.texi (Eval During Compile): Clarify putting macros
7649 in eval-when-compile.
7650
c5602427 76512007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
b8d4c8d0
GM
7652
7653 * loading.texi (How Programs Do Loading): Fix anchor position at
c5602427 7654 load-read-function definition doc.
b8d4c8d0
GM
7655
76562007-02-21 Kim F. Storm <storm@cua.dk>
7657
7658 * strings.texi (Text Comparison): Mention that assoc-string
7659 converts symbols to strings before testing.
7660
76612007-02-17 Kim F. Storm <storm@cua.dk>
7662
7663 * processes.texi (Bindat Spec): Vector types can have optional
7664 element type.
7665 (Bindat Examples): Fix example. Add vector with element type.
7666
76672007-02-16 Andreas Schwab <schwab@suse.de>
7668
7669 * strings.texi (Formatting Strings): Document '+' flag.
7670
76712007-02-15 Juanma Barranquero <lekktu@gmail.com>
7672
7673 * strings.texi (Modifying Strings): Clarify that `clear-string'
7674 always converts the string to unibyte.
7675
76762007-02-14 Kim F. Storm <storm@cua.dk>
7677
7678 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
7679 Rewrite glyph code description to refer to these functions.
7680 Remove details of encoding face number and char into integer code.
7681
76822007-02-03 Alan Mackenzie <acm@muc.de>
7683
7684 * loading.texi (Hooks for Loading): Make the description of
7685 `eval-after-load' more detailed, and amend the description of
7686 after-load-alist, in accordance with changes from 2006-05.
7687
76882007-02-03 Chong Yidong <cyd@stupidchicken.com>
7689
7690 * modes.texi (Defining Minor Modes): Document that a :require
7691 keyword or similar may be required to make saved customization
7692 variables work.
7693
76942007-02-03 Eli Zaretskii <eliz@gnu.org>
7695
7696 * elisp.texi (Top): Make the detailed menu headers compliant with
5dcb4c4e
SM
7697 Texinfo guidelines and with what texnfo-upd.el expects.
7698 Add comments to prevent people from inadvertently modifying the key
b8d4c8d0
GM
7699 parts needed by `texinfo-multiple-files-update'.
7700
77012007-02-02 Eli Zaretskii <eliz@gnu.org>
7702
7703 * elisp.texi (Top): Update the top-level menus.
7704
7705 * syntax.texi (Categories): Add index entries.
7706
77072007-02-01 Juanma Barranquero <lekktu@gmail.com>
7708
7709 * display.texi (Attribute Functions): Fix name and description of
7710 the UNDERLINE arg of `set-face-underline-p'.
7711
77122007-01-29 Eli Zaretskii <eliz@gnu.org>
7713
7714 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
7715 Variables", and "Standard Keymaps" to the detailed menu.
7716
7717 * variables.texi (Future Local Variables): Add index entry.
7718
77192007-01-28 Richard Stallman <rms@gnu.org>
7720
7721 * tips.texi (Coding Conventions): Clarify the tip about macros
7722 that define a function or a variable.
7723
7724 * files.texi (File Attributes): UID and GID can be floats.
7725 (Magic File Names): Explain why deferring all operations to
7726 the standard handler does not work.
7727
77282007-01-23 Martin Rudalics <rudalics@gmx.at>
7729
7730 * backups.texi (Reverting): Use "buffer" instead of "file"
7731 when talking about major and minor modes.
7732
77332007-01-21 Richard Stallman <rms@gnu.org>
7734
7735 * help.texi (Documentation): Add xref to Documentation Tips.
7736
77372007-01-14 Juanma Barranquero <lekktu@gmail.com>
7738
7739 * tips.texi (Coding Conventions): Fix typos.
7740
77412007-01-05 Richard Stallman <rms@gnu.org>
7742
7743 * modes.texi (Defining Minor Modes): Fix previous change.
7744
77452007-01-03 Richard Stallman <rms@gnu.org>
7746
7747 * customize.texi (Variable Definitions, Customization Types):
7748 Don't use * in doc string for defcustom.
7749
77502007-01-02 Richard Stallman <rms@gnu.org>
7751
7752 * variables.texi (Variable Aliases): Clarify that aliases vars
7753 always have the same value.
7754
7755 * processes.texi (Bindat Spec): Fix Texinfo usage.
7756
7757 * modes.texi (Defining Minor Modes): Explain effect of command
7758 defined with define-global-minor-mode on new buffers.
7759
77602006-12-30 Kim F. Storm <storm@cua.dk>
7761
7762 * keymaps.texi (Tool Bar): Describe `grow-only' value of
7763 `auto-resize-tool-bars'.
7764
77652006-12-30 Richard Stallman <rms@gnu.org>
7766
7767 * keymaps.texi (Active Keymaps): Fix previous change.
7768
77692006-12-30 Nick Roberts <nickrob@snap.net.nz>
7770
7771 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
7772
77732006-12-30 Kim F. Storm <storm@cua.dk>
7774
7775 * processes.texi (Bindat Spec): Clarify using field names in
7776 length specifications.
7777
77782006-12-29 Kim F. Storm <storm@cua.dk>
7779
7780 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
7781 Add count and index variables for eval forms in repeat blocks.
7782
77832006-12-24 Richard Stallman <rms@gnu.org>
7784
5dcb4c4e
SM
7785 * customize.texi (Variable Definitions):
7786 Document new name custom-add-frequent-value.
b8d4c8d0
GM
7787
77882006-12-19 Kim F. Storm <storm@cua.dk>
7789
7790 * commands.texi (Misc Events): User signals now result in sigusr1
7791 and sigusr2 events which are handled through special-event-map.
7792 (Special Events): User signals and drag-n-drop are special.
7793
77942006-12-17 Richard Stallman <rms@gnu.org>
7795
7796 * loading.texi (Named Features): Explain subfeatures better.
7797
7798 * customize.texi: Use "option" only for user options.
7799 For the keyword values inside defcustom etc, say "keywords".
7800 For :options value's elements, say "elements".
7801 :group should not be omitted.
7802
7803 * syntax.texi (Parsing Expressions): Split up node.
7804 (Motion via Parsing, Position Parse, Parser State)
7805 (Low-Level Parsing, Control Parsing): New subnodes.
7806 (Parser State): Document syntax-ppss-toplevel-pos.
7807
7808 * positions.texi (List Motion): Punctuation fix.
7809
7810 * files.texi (File Name Completion): Document PREDICATE arg
7811 to file-name-completion.
7812
78132006-12-16 Eli Zaretskii <eliz@gnu.org>
7814
7815 * internals.texi (Building Emacs, Writing Emacs Primitives):
7816 Add index entries.
7817
78182006-12-11 Richard Stallman <rms@gnu.org>
7819
7820 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
7821 affects face menu. Explain how to make it non-nil without enabling
7822 any fontification.
7823
78242006-12-10 Chong Yidong <cyd@stupidchicken.com>
7825
7826 * modes.texi (Font Lock Basics): Document nil value of
7827 font-lock-defaults.
7828
78292006-12-10 Glenn Morris <rgm@gnu.org>
7830
7831 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
7832 value for system-flag argument. Abbrev tables may not be empty
7833 when major modes are loaded.
7834
78352006-12-08 Juanma Barranquero <lekktu@gmail.com>
7836
7837 * makefile.w32-in (maintainer-clean): Partially revert last
7838 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
7839 to protect elisp-covers.texi.
7840
78412006-12-07 Juanma Barranquero <lekktu@gmail.com>
7842
7843 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
7844 Don't remove elisp* info files; they are already deleted by the
7845 `clean' and `distclean' targets, and they are in the $(infodir)
7846 directory, not the current one.
7847
78482006-12-04 Kim F. Storm <storm@cua.dk>
7849
7850 * commands.texi (Misc Events): Update signal events.
7851 (Event Examples): Add signal example.
7852
78532006-11-29 Richard Stallman <rms@gnu.org>
7854
7855 * frames.texi (Visibility of Frames): Explain visible windows
7856 can be covered by others. Add xref for raise-frame.
7857
78582006-11-28 Richard Stallman <rms@gnu.org>
7859
7860 * searching.texi (Regexp Special): Update when ^ is special.
7861
78622006-11-27 Eli Zaretskii <eliz@gnu.org>
7863
7864 * customize.texi (Customization, Common Keywords)
7865 (Group Definitions, Variable Definitions, Composite Types)
7866 (Type Keywords, Customization Types): Add index entries for
7867 various customization keywords.
7868
78692006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
7870
7871 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
7872
c8763fb6 78732006-11-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
7874
7875 * frames.texi (Window System Selections): Remove clipboard from
7876 description of selection-coding-system.
7877
78782006-11-06 Richard Stallman <rms@gnu.org>
7879
7880 * lists.texi (List Variables): Document COMPARE-FN.
7881
7882 * keymaps.texi: Avoid use of "binding" to mean a relation;
7883 use it only to refer to the meaning associated with a key.
7884 (Keymaps): Change menu node description.
7885
7886 * elisp.texi (Top): Change menu node description.
7887
7888 * display.texi (Managing Overlays): Document overlay-recenter.
7889
78902006-10-29 Chong Yidong <cyd@stupidchicken.com>
7891
7892 * Makefile.in: Use relative paths to avoid advertising filesystem
7893 contents during compilation.
7894
78952006-10-23 Kim F. Storm <storm@cua.dk>
7896
7897 * commands.texi (Event Input Misc): Update unread-command-events.
7898
78992006-10-23 Nick Roberts <nickrob@snap.net.nz>
7900
7901 * lists.texi (Sets And Lists): Fix typos.
7902
79032006-10-18 Juanma Barranquero <lekktu@gmail.com>
7904
7905 * control.texi (Processing of Errors): Use @var for an argument,
7906 not @code.
7907
79082006-10-16 Richard Stallman <rms@gnu.org>
7909
7910 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
7911
7912 * keymaps.texi (Format of Keymaps): Show all the keymap element
7913 patterns that result from menu items.
7914 (Key Lookup): Minor cleanups.
7915
7916 * modes.texi (Precalculated Fontification): Don't say that
7917 not setting font-lock-defaults avoids loading font-lock.
7918
7919 * help.texi (Documentation): Move xref to Emacs Manual here.
7920 (Documentation Basics): From here.
7921 Also doc emacs-lisp-docstring-fill-column.
7922
7923 * elisp.texi: Update version and ISBN.
7924
7925 * commands.texi (Interactive Call): Clarify KEYS arg to
7926 call-interactively is a vector.
7927 (Command Loop Info): Delete anchor in this-command-keys.
7928 Add anchor in this-command-keys-vector.
7929 (Recursive Editing): Document how recursive-edit
7930 handles the current buffer.
7931
79322006-10-13 Chong Yidong <cyd@stupidchicken.com>
7933
7934 * frames.texi (Frame Titles): %c and %l are ignored in
7935 frame-title-format.
7936
79372006-10-11 Richard Stallman <rms@gnu.org>
7938
7939 * keymaps.texi (Key Sequences): Clarify use of kbd.
7940
79412006-10-10 Kim F. Storm <storm@cua.dk>
7942
7943 * lists.texi (Sets And Lists): Add memql.
7944
79452006-10-03 Richard Stallman <rms@gnu.org>
7946
7947 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
7948 Clarify :ascii: and :nonascii:.
7949
79502006-09-29 Juri Linkov <juri@jurta.org>
7951
7952 * modes.texi (%-Constructs): Reorder coding systems in the
7953 documentation of %z to the real order displayed in the modeline.
7954
79552006-09-25 Richard Stallman <rms@gnu.org>
7956
7957 * os.texi (Timers): Describe timer-max-repeats.
7958
79592006-09-25 Chong Yidong <cyd@stupidchicken.com>
7960
7961 * os.texi (Timers): Mention with-local-quit.
7962
79632006-09-24 Richard Stallman <rms@gnu.org>
7964
7965 * searching.texi (Searching and Matching): Mention property search.
7966
7967 * commands.texi (Command Loop Info): Explain how read-event affects
7968 this-command-keys.
7969
79702006-09-20 Richard Stallman <rms@gnu.org>
7971
7972 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
7973
7974 * windows.texi (Window Start): Minor cleanups.
7975
79762006-09-20 Kim F. Storm <storm@cua.dk>
7977
7978 * windows.texi (Window Start): pos-visible-in-window-p allows
7979 specifying t for position to mean "end of window".
7980 Add window-line-height.
7981
7982 * anti.texi (Antinews): Mention window-line-height.
7983
79842006-09-19 David Kastrup <dak@gnu.org>
7985
7986 * keymaps.texi (Searching Keymaps): Small clarification.
7987
79882006-09-18 Richard Stallman <rms@gnu.org>
7989
7990 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
7991 cause keyboard menus.
7992 (Menu Keymaps): Likewise.
7993 (Defining Menus, Keyboard Menus): Clarify.
7994
7995 * text.texi (Fields): Clarify explanation of constrain-to-field.
7996
79972006-09-16 Eli Zaretskii <eliz@gnu.org>
7998
7999 * variables.texi (Tips for Defining): Fix a typo.
8000
80012006-09-15 Richard Stallman <rms@gnu.org>
8002
8003 * keymaps.texi (Remapping Commands, Searching Keymaps)
8004 (Active Keymaps): Clean up previous change.
8005
80062006-09-15 Jay Belanger <belanger@truman.edu>
8007
8008 * gpl.texi: Replace "Library Public License" by "Lesser Public
8009 License" throughout.
8010
80112006-09-15 David Kastrup <dak@gnu.org>
8012
8013 * keymaps.texi (Active Keymaps): Adapt description to use
8014 `get-char-property' instead `get-text-property'. Explain how
8015 mouse events change this. Explain the new optional argument of
8016 `key-binding' and its mouse-dependent lookup.
8017 (Searching Keymaps): Adapt description similarly.
8018 (Remapping Commands): Explain the new optional argument of
8019 `command-remapping'.
8020
80212006-09-14 Richard Stallman <rms@gnu.org>
8022
8023 * keymaps.texi (Searching Keymaps): Clarification.
8024 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
8025
80262006-09-13 Richard Stallman <rms@gnu.org>
8027
8028 * objects.texi (Character Type): Node split.
8029 Add xref to Describing Characters.
8030 (Basic Char Syntax, General Escape Syntax)
8031 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
8032
80332006-09-11 Richard Stallman <rms@gnu.org>
8034
8035 * display.texi (Display Table Format): Wording clarification.
8036 (Glyphs): Clarifications.
8037
80382006-09-10 Chong Yidong <cyd@stupidchicken.com>
8039
8040 * keymaps.texi (Active Keymaps): Mention that key-binding checks
8041 local maps.
8042
80432006-09-10 Kim F. Storm <storm@cua.dk>
8044
8045 * display.texi (Forcing Redisplay): Document return value of
8046 function redisplay.
8047
80482006-09-09 Richard Stallman <rms@gnu.org>
8049
8050 * windows.texi (Window Hooks): Explain limits of
8051 window-scroll-functions.
8052
8053 * display.texi (Fringe Indicators): Update for last change in
8054 indicate-buffer-boundaries.
8055
80562006-09-08 Richard Stallman <rms@gnu.org>
8057
8058 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
8059
80602006-09-06 Kim F. Storm <storm@cua.dk>
8061
8062 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
8063
8064 * windows.texi (Window Start): Update pos-visible-in-window-p.
8065
80662006-09-04 Richard Stallman <rms@gnu.org>
8067
8068 * processes.texi (Accepting Output): Explain SECONDS=0 for
8069 accept-process-output.
8070
8071 * os.texi (Idle Timers): Explain why timer functions should not
8072 loop until (input-pending-p).
8073
80742006-09-02 Eli Zaretskii <eliz@gnu.org>
8075
8076 * makefile.w32-in (usermanualdir): New variable.
8077 (elisp.dvi): Use it.
8078
80792006-09-01 Eli Zaretskii <eliz@gnu.org>
8080
8081 * buffers.texi (Buffer Modification): Fix last change.
8082
80832006-09-01 Chong Yidong <cyd@stupidchicken.com>
8084
5dcb4c4e
SM
8085 * buffers.texi (Buffer Modification):
8086 Document buffer-chars-modified-tick.
b8d4c8d0
GM
8087
80882006-08-31 Richard Stallman <rms@gnu.org>
8089
8090 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
8091
80922006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
8093
8094 * modes.texi (Syntactic Font Lock):
8095 Mention font-lock-syntactic-face-function
8096 instead of specific faces.
8097
80982006-08-29 Chong Yidong <cyd@stupidchicken.com>
8099
8100 * display.texi (Images): Add xrref to display-images-p.
8101
81022006-08-28 Kenichi Handa <handa@m17n.org>
8103
8104 * nonascii.texi (Lisp and Coding Systems): Fix description of
8105 detect-coding-region.
8106
81072006-08-27 Michael Olson <mwolson@gnu.org>
8108
8109 * processes.texi (Transaction Queues): Remove stray quote
8110 character.
8111
81122006-08-25 Richard Stallman <rms@gnu.org>
8113
8114 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
8115 Add xref.
8116
81172006-08-24 Chong Yidong <cyd@stupidchicken.com>
8118
8119 * os.texi (Timers): Avoid waiting inside timers.
8120
81212006-08-21 Lute Kamstra <lute@gnu.org>
8122
8123 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
8124
81252006-08-20 Richard Stallman <rms@gnu.org>
8126
8127 * os.texi (Idle Timers): New node, split out from Timers.
8128 Document current-idle-time.
8129 * commands.texi (Reading One Event): Update xref.
8130 * elisp.texi (Top): Update subnode menu.
8131
81322006-08-16 Richard Stallman <rms@gnu.org>
8133
8134 * keymaps.texi (Extended Menu Items): Show format of cached
8135 bindings in extended menu items.
8136
8137 * customize.texi (Variable Definitions): Explain when the
8138 standard value expression is evaluated.
8139
81402006-08-15 Chong Yidong <cyd@stupidchicken.com>
8141
8142 * commands.texi (Reading One Event): Explain idleness in
8143 `read-event'.
8144
81452006-08-12 Chong Yidong <cyd@stupidchicken.com>
8146
8147 * text.texi (Near Point): Say "cursor" not "terminal cursor".
5dcb4c4e 8148 (Commands for Insertion): Remove split-line since it's not
b8d4c8d0
GM
8149 relevant for Lisp programming.
8150 (Yank Commands): Rewrite introduction.
8151 (Undo): Clarify.
8152 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
8153 (Filling): Remove redundant comment. Clarify return value of
8154 current-justification.
8155 (Margins): Minor clarifications.
8156 (Adaptive Fill): Update default value of adaptive-fill-regexp.
8157 (Sorting): Update definition of sort-lines.
8158 (Columns): Clarify behavior of sort-columns.
8159 (Indent Tabs): Link to Tab Stops in Emacs manual.
8160 (Special Properties): Clarify.
8161 (Clickable Text): Mention Buttons package.
8162
81632006-08-12 Kevin Ryde <user42@zip.com.au>
8164
8165 * os.texi (Time Parsing): Add %z to description of
8166 format-time-string, as per docstring. Add cross reference to
8167 glibc manual for strftime.
8168
81692006-08-08 Richard Stallman <rms@gnu.org>
8170
8171 * modes.texi: Clean up wording in previous change.
8172
81732006-08-07 Chong Yidong <cyd@stupidchicken.com>
8174
8175 * modes.texi (Hooks): Clarify.
8176 (Major Mode Basics): Mention define-derived-mode explicitly.
8177 (Major Mode Conventions): Rebinding RET is OK for some modes.
8178 Mention change-major-mode-hook and after-change-major-mode-hook.
5dcb4c4e 8179 (Example Major Modes): Move to end of Modes section.
b8d4c8d0
GM
8180 (Mode Line Basics): Clarify.
8181 (Mode Line Data): Mention help-echo and local-map in strings.
8182 Explain reason for treatment of non-risky variables.
8183 (Properties in Mode): Clarify.
8184 (Faces for Font Lock): Add font-lock-negation-char-face.
8185
81862006-08-04 Eli Zaretskii <eliz@gnu.org>
8187
8188 * strings.texi (Formatting Strings): Warn against arbitrary
8189 strings as first arg to `format'.
8190
81912006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
8192
8193 * text.texi (Clickable Text): Mention `help-echo' text property.
8194 Update intro, examples and associated explanations.
8195
81962006-07-31 Richard Stallman <rms@gnu.org>
8197
8198 * commands.texi: Update xrefs.
8199 (Event Mod): New node, cut out from old Translating Input.
8200
8201 * maps.texi: Update xrefs.
8202
8203 * keymaps.texi (Translation Keymaps): New node.
8204 Update xrefs from Translating Input to Translation Keymaps.
8205
8206 * elisp.texi (Top): Update subnode menu.
8207
8208 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
8209
8210 * os.texi (System Interface): Fix menu descriptions of some nodes.
8211 (Translating Input): Node deleted.
8212
82132006-07-31 Nick Roberts <nickrob@snap.net.nz>
8214
8215 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
8216
8217 * lists.texi (Sets And Lists): Likewise.
8218
82192006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
8220
8221 * text.texi (Fields): Mention POS
8222 requirement when narrowing is in effect.
8223
82242006-07-28 Richard Stallman <rms@gnu.org>
8225
8226 * display.texi (Face Attributes): Simplify wording.
8227 (Attribute Functions): Clarify meaning of new-frame default
8228 attribute settings.
8229
8230 * customize.texi (Common Keywords): Document how to use
8231 :package-version in a package not in Emacs.
8232
82332006-07-28 Kim F. Storm <storm@cua.dk>
8234
8235 * commands.texi (Reading One Event): Fix last change.
8236
82372006-07-26 Chong Yidong <cyd@stupidchicken.com>
8238
8239 * commands.texi (Reading One Event): Document SECONDS argument for
8240 read-event, read-char, and read-char-exclusive.
8241
82422006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
8243
8244 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
8245 to ensure correct identification.
8246
82472006-07-24 Richard Stallman <rms@gnu.org>
8248
8249 * text.texi (Clickable Text): Clarify.
8250
8251 * sequences.texi (Vector Functions): Delete duplicate xref.
8252
8253 * objects.texi (Function Type): Clarify.
8254
8255 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
8256 modes.
8257
8258 * lists.texi (List Variables): New node.
8259 Material moved from other nodes.
8260
8261 * variables.texi (Setting Variables): add-to-list and
8262 add-to-ordered-list moved to List Variables node.
8263
82642006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
8265
8266 * text.texi (Links and Mouse-1):
8267 For mouse-on-link-p, expand on arg POS.
8268
82692006-07-21 Kim F. Storm <storm@cua.dk>
8270
8271 * display.texi (Forcing Redisplay): Don't mention systems which
8272 don't support sub-second timers for redisplay-preemption-period.
8273
8274 * os.texi (Terminal Output): Clarify text vs graphical terminal.
8275
82762006-07-21 Eli Zaretskii <eliz@gnu.org>
8277
8278 * frames.texi (Input Focus): Document that focus-follows-mouse has
8279 no effect on MS-Windows.
8280
82812006-07-18 Richard Stallman <rms@gnu.org>
8282
8283 * display.texi (Forcing Redisplay): Cleanups in previous change.
8284
8285 * processes.texi (Low-Level Network): Make menu more convenient.
8286
82872006-07-18 Kim F. Storm <storm@cua.dk>
8288
8289 * display.texi (Forcing Redisplay): redisplay-preemption-period
8290 only used on window systems. Add xref to Terminal Output.
8291
8292 * os.texi (Terminal Output): baud-rate only controls preemption on
8293 non-window systems. Add xref to Forcing Redisplay.
8294
8295 * processes.texi (Low-Level Network): Rename node "Make Network"
8296 to "Network Processes".
8297
82982006-07-18 Karl Berry <karl@gnu.org>
8299
8300 * variables.texi, functions.texi, customize.texi, loading.texi:
8301 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
8302
83032006-07-17 Chong Yidong <cyd@stupidchicken.com>
8304
8305 * commands.texi (Waiting): Document batch-mode sit-for behavior.
8306
83072006-07-17 Richard Stallman <rms@gnu.org>
8308
8309 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
8310 Put period and comma inside quotes.
8311
8312 * loading.texi, markers.texi: Use real doublequote inside menus.
8313
8314 * windows.texi: Put point and comma inside quotes.
8315 (Textual Scrolling): Use @samp for error message.
8316
8317 * variables.texi, tips.texi, syntax.texi, symbols.texi:
8318 * strings.texi, streams.texi, processes.texi, os.texi:
8319 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
8320 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
8321 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
8322 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
8323 Put point and comma inside quotes.
8324
8325 * control.texi (Processing of Errors): Add command-error-function.
8326
8327 * variables.texi (File Local Variables): Clarify that
8328 file local variables make buffer-local bindings.
8329
8330 * modes.texi (Syntactic Font Lock): Give default for
8331 font-lock-syntax-table.
8332
83332006-07-17 Nick Roberts <nickrob@snap.net.nz>
8334
8335 * text.texi (Special Properties): Clean up previous change.
8336
83372006-07-16 Karl Berry <karl@gnu.org>
8338
8339 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
8340 * control.texi: Fix bad page breaks through chapter 10 (control).
8341
8342 * anti.texi (Antinews): Reorder face-attribute fns to avoid
8343 underfull hbox.
8344
83452006-07-15 Nick Roberts <nickrob@snap.net.nz>
8346
8347 * text.texi (Special Properties): Describe fontified text property
8348 in relation to a character (not text).
8349
83502006-07-15 Kim F. Storm <storm@cua.dk>
8351
8352 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
8353 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
8354 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
8355
8356 * anti.texi (Antinews): Mention redisplay function.
8357 The kbd macro existed, but was not documented, before 22.x.
8358 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
8359
83602006-07-14 Nick Roberts <nickrob@snap.net.nz>
8361
8362 * display.texi (Displaying Messages): Add anchor.
8363
8364 * frames.texi (Dialog Boxes): Use it.
8365
83662006-07-12 Richard Stallman <rms@gnu.org>
8367
8368 * objects.texi (Frame Type): Explain nature of frames better.
8369
8370 * frames.texi (Frames): Explain nature of frames better.
8371
83722006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
8373
8374 * tips.texi (Coding Conventions): Explain why use cl at compile time.
8375
83762006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8377
8378 * frames.texi (Window System Selections): Mention scrap support for Mac.
8379 Default value of x-select-enable-clipboard is t on Mac.
8380
8381 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
8382
83832006-07-11 Kim F. Storm <storm@cua.dk>
8384
8385 * display.texi (Forcing Redisplay): Add `redisplay' function.
8386 Don't mention (sit-for -1) -- use (redisplay t) instead.
8387
8388 * commands.texi (Waiting): (sit-for -1) is no longer special.
8389 (sit-for 0) is equivalent to (redisplay).
8390 Iconifying/deiconifying no longer makes sit-for return.
8391
83922006-07-10 Nick Roberts <nickrob@snap.net.nz>
8393
8394 * display.texi (Buttons): Fix typo.
8395
8396 * index.texi, elisp.texi (New Symbols): Comment node out.
8397
83982006-07-09 Richard Stallman <rms@gnu.org>
8399
8400 * display.texi (Truncation): Clean up previous change.
8401
84022006-07-08 Richard Stallman <rms@gnu.org>
8403
8404 * commands.texi (Interactive Call): Use 3 as prefix in example
8405 for execute-extended-command.
8406
8407 * display.texi (Attribute Functions): Move paragraph about
8408 compatibility with Emacs < 21.
8409
84102006-07-09 Kim F. Storm <storm@cua.dk>
8411
8412 * display.texi (Refresh Screen): Clarify force-window-update.
8413 (Truncation): "Normally" indicated by fringe arrows.
8414
84152006-07-08 Eli Zaretskii <eliz@gnu.org>
8416
8417 * windows.texi (Textual Scrolling, Resizing Windows):
8418 * variables.texi (Constant Variables):
8419 * text.texi (Buffer Contents, Deletion, Changing Properties)
8420 (Property Search, Special Properties, Sticky Properties)
8421 (Links and Mouse-1, Fields, Change Hooks):
8422 * syntax.texi (Syntax Table Functions, Parsing Expressions)
8423 (Categories):
8424 * symbols.texi (Other Plists):
8425 * streams.texi (Output Variables):
8426 * processes.texi (Input to Processes, Query Before Exit):
8427 * positions.texi (Word Motion, Text Lines, List Motion):
8428 * os.texi (Init File, System Environment, Sound Output)
8429 (Session Management):
8430 * nonascii.texi (Text Representations, Character Sets)
8431 (Chars and Bytes, Locales):
8432 * modes.texi (Defining Minor Modes, Header Lines):
8433 * minibuf.texi (Minibuffer Contents):
8434 * markers.texi (Information from Markers):
8435 * lists.texi (List Elements, Building Lists, Association Lists):
8436 * keymaps.texi (Tool Bar):
8437 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
8438 * functions.texi (What Is a Function, Mapping Functions):
8439 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
8440 (Color Names, Text Terminal Colors, Display Feature Testing):
8441 * files.texi (Visiting Functions, File Name Components)
8442 (Unique File Names, Contents of Directories):
8443 * display.texi (Forcing Redisplay, Displaying Messages)
8444 (Temporary Displays, Font Selection, Auto Faces)
8445 (Font Lookup, Fringe Indicators, Display Margins)
8446 (Image Descriptors, Showing Images, Image Cache, Button Types)
8447 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
8448 (Display Table Format, Glyphs):
8449 * control.texi (Iteration):
8450 * commands.texi (Command Loop Info, Adjusting Point):
8451 * backups.texi (Making Backups, Auto-Saving):
8452 Remove @tindex entries.
8453
84542006-07-07 Kim F. Storm <storm@cua.dk>
8455
8456 * display.texi (Fringe Cursors): Fix typo.
8457 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
8458 (Overlay Arrow): Default is overlay-arrow fringe indicator.
8459
84602006-07-05 Richard Stallman <rms@gnu.org>
8461
8462 * text.texi (Buffer Contents): Add example of text props
8463 in result of buffer-substring.
8464 (Text Properties): Explain better about use of specific property names.
8465 (Property Search): Some cleanups; reorder some functions.
8466
8467 * keymaps.texi (Changing Key Bindings): Cleanup.
8468 Add xref to Key Binding Conventions.
8469
8470 * display.texi (Attribute Functions): Add examples for
8471 face-attribute-relative-p.
8472
8473 * tips.texi (Coding Conventions): Cleanup last change.
8474
84752006-07-05 Karl Berry <karl@gnu.org>
8476
8477 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
8478 Remove @setchapternewpage odd.
8479 Result is 1013 pages, down from 1100.
8480
8481 * anti.texi, customize.texi, display.texi, internals.texi:
8482 * minibuf.texi, modes.texi, tips.texi:
8483 Fix overfull/underfull boxes.
8484
84852006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
8486
8487 * edebug.texi (Instrumenting):
8488 Add Edebug-specific findex for eval-buffer.
8489 * loading.texi (Loading):
8490 Replace eval-current-buffer with eval-buffer.
8491
84922006-06-30 Nick Roberts <nickrob@snap.net.nz>
8493
8494 * locals.texi (Standard Buffer-Local Variables): Update the list
8495 of variables.
8496
84972006-06-26 Nick Roberts <nickrob@snap.net.nz>
8498
8499 * files.texi (File Name Completion): Point user to the node
8500 "Reading File Names".
8501
85022006-06-24 Eli Zaretskii <eliz@gnu.org>
8503
8504 * files.texi (Contents of Directories): Document case-insensitive
8505 behavior on respective filesystems.
8506
8507 * objects.texi (Character Type): Document that Emacs signals an
8508 error for unsupported Unicode characters specified as \uNNNN.
8509
85102006-06-19 Richard Stallman <rms@gnu.org>
8511
8512 * processes.texi (Bindat Spec): Clarify previous change.
8513
85142006-06-16 Richard Stallman <rms@gnu.org>
8515
8516 * tips.texi (Coding Conventions): Better explain conventions
8517 for definition constructs.
8518
8519 * text.texi (Special Properties): String value of `read-only'
8520 serves as the error message.
8521
8522 * objects.texi (Character Type): Clarify prev. change.
8523 (Non-ASCII in Strings): Mention \u and \U.
8524
8525 * commands.texi (Using Interactive): Explain problem of
8526 markers, etc., in command-history.
8527
85282006-06-14 Kim F. Storm <storm@cua.dk>
8529
8530 * commands.texi (Waiting): Negative arg to sit-for forces
8531 redisplay even if input is pending.
8532
8533 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
8534 redisplay. Remove incorrect example of binding redisplay-dont-pause
8535 around (sit-for 0).
8536
85372006-06-13 Richard Stallman <rms@gnu.org>
8538
8539 * display.texi (Forcing Redisplay): Clarify previous change.
8540
85412006-06-13 Romain Francoise <romain@orebokech.com>
8542
8543 * display.texi (Forcing Redisplay): Fix typo.
8544
85452006-06-13 Kim F. Storm <storm@cua.dk>
8546
8547 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
8548
85492006-06-10 Luc Teirlinck <teirllm@auburn.edu>
8550
8551 * tips.texi (Coding Conventions): Add `@end itemize'.
8552
85532006-06-10 Richard Stallman <rms@gnu.org>
8554
8555 * tips.texi (Coding Conventions): Explain use of coding systems
8556 to ensure one decoding for strings.
8557
85582006-06-09 Aidan Kehoe <kehoea@parhasard.net>
8559
8560 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
8561 syntax.
8562
85632006-06-07 Eli Zaretskii <eliz@gnu.org>
8564
8565 * display.texi (Font Selection): Remove description of
8566 clear-face-cache.
8567
8568 * compile.texi (Eval During Compile): Fix a typo. Add index
8569 entries for possible uses of eval-when-compile.
8570
85712006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
8572
8573 * display.texi (Abstract Display): Fix typo.
8574
85752006-06-03 Eli Zaretskii <eliz@gnu.org>
8576
8577 * minibuf.texi (Minibuffer History) <history-add-new-input>:
8578 Reword variable's description.
8579
85802006-06-01 Richard Stallman <rms@gnu.org>
8581
8582 * windows.texi (Splitting Windows): Clarify splitting nonselected
8583 window.
8584
85852006-05-31 Juri Linkov <juri@jurta.org>
8586
8587 * minibuf.texi (Minibuffer History): Add history-add-new-input.
8588
85892006-05-30 Richard Stallman <rms@gnu.org>
8590
8591 * display.texi (Line Height): Fix errors in description of
10d1d0af 8592 default line height and line-height property.
b8d4c8d0
GM
8593
8594 * nonascii.texi (Default Coding Systems): Further clarification.
8595
85962006-05-29 Luc Teirlinck <teirllm@auburn.edu>
8597
8598 * internals.texi (Pure Storage): Mention that an overflow in pure
8599 space causes a memory leak.
8600 (Garbage Collection): If there was an overflow in pure space,
8601 `garbage-collect' returns nil.
8602
86032006-05-30 Eli Zaretskii <eliz@gnu.org>
8604
8605 * nonascii.texi (Default Coding Systems): Fix it some more.
8606
86072006-05-29 Eli Zaretskii <eliz@gnu.org>
8608
8609 * nonascii.texi (Default Coding Systems): Fix last change.
8610
86112006-05-29 Kenichi Handa <handa@m17n.org>
8612
8613 * nonascii.texi (find-operation-coding-system): Describe the new
8614 argument format (FILENAME . BUFFER).
8615
86162006-05-28 Richard Stallman <rms@gnu.org>
8617
8618 * tips.texi (Coding Conventions): Better explain reasons not to
8619 advise other packages or use `eval-after-load'.
8620
86212006-05-29 Kim F. Storm <storm@cua.dk>
8622
8623 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
8624 `bindat-idx' and `bindat-raw' for clarity.
8625
86262006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
8627
8628 * processes.texi (Bindat Spec): Expand on `repeat' handler.
8629
8630 * display.texi (Display): Add "Abstract Display" to menu.
8631 (Abstract Display, Abstract Display Functions)
8632 (Abstract Display Example): New nodes.
8633 * elisp.texi (Top): Add "Abstract Display" to menu.
8634
86352006-05-27 Chong Yidong <cyd@stupidchicken.com>
8636
8637 * keymaps.texi (Key Sequences): Link to input events definition.
8638 (Format of Keymaps): Delete material duplicated in Keymap Basics.
8639
8640 * files.texi (Changing Files): Document updated argument list for
8641 copy-file.
8642
86432006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
8644
8645 * processes.texi (Bindat Functions): Explain term "total length".
8646 Use it in bindat-length and bindat-pack descriptions.
8647
86482006-05-26 Eli Zaretskii <eliz@gnu.org>
8649
8650 * tips.texi (Coding Conventions): Advise against using
8651 eval-after-load in packages. Add an index entry.
8652
86532006-05-25 Juri Linkov <juri@jurta.org>
8654
8655 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
8656
8657 * modes.texi (%-Constructs): Add %e, %z, %Z.
8658
86592006-05-25 Richard Stallman <rms@gnu.org>
8660
8661 * elisp.texi (Top): Update subnode menu.
8662
8663 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
8664 (Keymaps): Update menu.
8665
86662006-05-25 Chong Yidong <cyd@stupidchicken.com>
8667
8668 * keymaps.texi (Key Sequences): Some clarifications.
8669
86702006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
8671
8672 * processes.texi (Bindat Functions): Say "unibyte string"
8673 explicitly for bindat-unpack and bindat-pack descriptions.
8674 (Bindat Examples): Don't call `string-make-unibyte' in example.
8675
86762006-05-25 Chong Yidong <cyd@stupidchicken.com>
8677
5dcb4c4e 8678 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
c5602427 8679 Explain string and vector representations of key sequences.
b8d4c8d0
GM
8680
8681 * keymaps.texi (Changing Key Bindings):
dd7b651b 8682 * commands.texi (Interactive Codes):
b8d4c8d0
GM
8683 * help.texi (Describing Characters): Refer to it.
8684
86852006-05-23 Luc Teirlinck <teirllm@auburn.edu>
8686
8687 * frames.texi (Pointer Shape): @end table -> @end defvar.
8688
86892006-05-22 Richard Stallman <rms@gnu.org>
8690
8691 * elisp.texi (Top): Update subnode menus.
8692
8693 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
8694 Contents rewritten; material from old Pointer Shape node moved here.
8695
8696 * display.texi (Pointer Shape): Node deleted.
8697 (Image Descriptors): Minor cleanup.
8698
86992006-05-21 Richard Stallman <rms@gnu.org>
8700
8701 * syntax.texi (Parsing Expressions): Update info on which STATE
8702 elements are ignored.
8703
87042006-05-19 Luc Teirlinck <teirllm@auburn.edu>
8705
8706 * hooks.texi (Standard Hooks): Correct typo.
8707
8708 * gpl.texi (GPL): ifinfo -> ifnottex.
8709
87102006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
8711
8712 * searching.texi (Simple Match Data): Warn about match data being
8713 set anew by every search.
8714
87152006-05-17 Richard Stallman <rms@gnu.org>
8716
8717 * minibuf.texi (Minibuffer History): Clarify.
8718
8719 * searching.texi (Regexp Special): Clarify nested regexp warning.
8720
87212006-05-16 Kim F. Storm <storm@cua.dk>
8722
8723 * minibuf.texi (Minibuffer History): Update add-to-history.
8724
87252006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
8726
5dcb4c4e
SM
8727 * nonascii.texi (Explicit Encoding):
8728 Fix typo (encoding<->decoding).
b8d4c8d0
GM
8729
87302006-05-14 Richard Stallman <rms@gnu.org>
8731
8732 * buffers.texi (Creating Buffers): Cleanup.
8733
8734 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
8735
87362006-05-13 Eli Zaretskii <eliz@gnu.org>
8737
8738 * buffers.texi (Current Buffer): Document that with-temp-buffer
8739 disables undo.
8740
8741 * os.texi (Terminal-Specific): More accurate description of how
8742 Emacs searches for the terminal-specific libraries.
8743
87442006-05-12 Eli Zaretskii <eliz@gnu.org>
8745
8746 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
8747 emacs-xtra to @inforef's.
8748
8749 * text.texi (Undo): Document that undo is turned off in buffers
8750 whose names begin with a space.
8751
8752 * buffers.texi (Buffer Names): Add index entries for buffers whose
8753 names begin with a space.
8754 (Creating Buffers): Document that undo is turned off in buffers
8755 whose names begin with a space.
8756
8757 * files.texi (Visiting Functions, Reading from Files)
8758 (Saving Buffers): Mention code and EOL conversions by file I/O
8759 primitives and subroutines.
8760
f4e90db0
SM
8761 * nonascii.texi (Lisp and Coding Systems):
8762 Document coding-system-eol-type. Add index entries for eol conversion.
b8d4c8d0
GM
8763
8764 * display.texi (Defining Faces): Mention `mac', and add an xref to
8765 where window-system is described.
8766
87672006-05-10 Richard Stallman <rms@gnu.org>
8768
8769 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
8770
87712006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
8772
8773 * variables.texi (File Local Variables): Recommend to quote lambda
8774 expressions in safe-local-variable property.
8775
87762006-05-09 Richard Stallman <rms@gnu.org>
8777
5dcb4c4e
SM
8778 * variables.texi (File Local Variables):
8779 Document safe-local-eval-forms and safe-local-eval-function.
b8d4c8d0
GM
8780
87812006-05-07 Kim F. Storm <storm@cua.dk>
8782
8783 * minibuf.texi (Minibuffer History): Remove keep-dups arg
8784 from add-to-history.
8785
87862006-05-07 Romain Francoise <romain@orebokech.com>
8787
8788 * commands.texi (Event Input Misc):
8789 * compile.texi (Eval During Compile):
8790 * internals.texi (Buffer Internals):
8791 * minibuf.texi (Initial Input):
8792 * nonascii.texi (Scanning Charsets):
8793 * numbers.texi (Comparison of Numbers):
8794 * windows.texi (Textual Scrolling, Vertical Scrolling):
8795 Fix various typos.
8796
87972006-05-06 Eli Zaretskii <eliz@gnu.org>
8798
8799 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
8800 conditional xref's to either emacs or emacs-xtra, depending on
8801 @iftex/@ifnottex.
8802
8803 * minibuf.texi (Minibuffer History): Document add-to-history.
8804
88052006-05-05 Eli Zaretskii <eliz@gnu.org>
8806
8807 * internals.texi (Pure Storage): Mention the pure overflow message
8808 at startup.
8809
c8763fb6 88102006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
8811
8812 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
8813 (Searching Keymaps): Fix pseudo-Lisp description of keymap
8814 search.
8815
88162006-05-01 Richard Stallman <rms@gnu.org>
8817
8818 * intro.texi (nil and t): Clarify.
8819
8820 * variables.texi (File Local Variables): Suggest using booleanp.
8821
88222006-05-01 Juanma Barranquero <lekktu@gmail.com>
8823
8824 * objects.texi (Type Predicates): Fix typos.
8825
88262006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
8827
8828 * intro.texi (nil and t): Add booleanp.
8829
8830 * objects.texi (Type Predicates): Add links for booleanp and
8831 string-or-null-p.
8832
88332006-04-29 Richard Stallman <rms@gnu.org>
8834
8835 * modes.texi (Multiline Font Lock): Rename from
8836 Multi line Font Lock Elements. Much clarification.
8837 (Font Lock Multiline, Region to Fontify): Much clarification.
8838
88392006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
8840
8841 * variables.texi (File Local Variables): Remove the special case t for
8842 safe-local-variable.
8843
88442006-04-26 Richard Stallman <rms@gnu.org>
8845
8846 * syntax.texi (Parsing Expressions): Minor cleanup.
8847
88482006-04-18 Richard Stallman <rms@gnu.org>
8849
8850 * tips.texi (Coding Conventions): Explain when the package's
8851 prefix should appear later on (not at the start of the name).
8852
8853 * searching.texi (String Search): Clarify effect of NOERROR.
8854
8855 * modes.texi (Imenu): Clarify what special items do.
8856
8857 * hooks.texi (Standard Hooks): Delete text about old hook names.
8858
88592006-04-17 Romain Francoise <romain@orebokech.com>
8860
8861 * variables.texi (Local Variables): Update the default value of
8862 `max-specpdl-size'.
8863
88642006-04-15 Michael Olson <mwolson@gnu.org>
8865
8866 * processes.texi (Transaction Queues): Mention the new optional
8867 `delay-question' argument for `tq-enqueue'.
8868
88692006-04-13 Bill Wohler <wohler@newt.com>
8870
8871 * customize.texi (Common Keywords): Use dotted notation for
8872 :package-version value. Specify its values. Improve documentation
8873 for customize-package-emacs-version-alist.
8874
88752006-04-12 Bill Wohler <wohler@newt.com>
8876
8877 * customize.texi (Common Keywords): Move description of
8878 customize-package-emacs-version-alist to @defvar.
8879
88802006-04-10 Bill Wohler <wohler@newt.com>
8881
8882 * customize.texi (Common Keywords): Add :package-version.
8883
88842006-04-10 Kim F. Storm <storm@cua.dk>
8885
8886 * text.texi (Buffer Contents): Add NOPROPS arg to
8887 filter-buffer-substring.
8888
88892006-04-08 Kevin Ryde <user42@zip.com.au>
8890
8891 * os.texi (Command-Line Arguments): Update xref to emacs manual
8892 "Command Arguments" -> "Emacs Invocation", per change there.
8893
88942006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
8895
8896 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
8897 be on one line to help makeinfo not render two spaces after the dot.
8898
88992006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
8900
8901 * strings.texi (Predicates for Strings): Add string-or-null-p.
8902
89032006-03-28 Kim F. Storm <storm@cua.dk>
8904
8905 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
8906 remarks about systems that don't support fractional seconds.
8907
89082006-03-25 Karl Berry <karl@gnu.org>
8909
8910 * elisp.texi: Use @copyright{} instead of (C), and do not indent
8911 the year list.
8912
89132006-03-21 Nick Roberts <nickrob@snap.net.nz>
8914
8915 * display.texi (Fringe Indicators): Fix typos.
8916
89172006-03-19 Luc Teirlinck <teirllm@auburn.edu>
8918
8919 * tips.texi (Documentation Tips): One can now also write `program'
8920 in front of a quoted symbol in a docstring to prevent making a
8921 hyperlink.
8922
89232006-03-19 Alan Mackenzie <acm@muc.de>
8924
8925 * text.texi (Special Properties): Clarify `fontified' property.
8926
89272006-03-16 Richard Stallman <rms@gnu.org>
8928
8929 * display.texi (Defining Images): Minor cleanup.
8930
89312006-03-16 Bill Wohler <wohler@newt.com>
8932
8933 * display.texi (Defining Images): In image-load-path-for-library,
8934 prefer user's images.
8935
89362006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
8937
8938 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
8939
89402006-03-15 Bill Wohler <wohler@newt.com>
8941
8942 * display.texi (Defining Images): Fix example in
8943 image-load-path-for-library by not recommending that one binds
8944 image-load-path. Just defvar it to placate compiler and only use
8945 it if previously defined.
8946
89472006-03-14 Bill Wohler <wohler@newt.com>
8948
8949 * display.texi (Defining Images): In image-load-path-for-library,
8950 always return list of directories. Update example.
8951
89522006-03-14 Alan Mackenzie <acm@muc.de>
8953
8954 * modes.texi: New node, "Region to Fontify" (for Font Lock).
8955 This describes font-lock-extend-region-function.
8956 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
8957 the new node "Region to Fontify".
8958
89592006-03-13 Richard Stallman <rms@gnu.org>
8960
8961 * display.texi (Invisible Text): The impossible position is
8962 now before the invisible text, not after.
8963 (Defining Images): Clean up last change.
8964
89652006-03-11 Bill Wohler <wohler@newt.com>
8966
8967 * display.texi (Defining Images): Add image-load-path-for-library.
8968
89692006-03-11 Luc Teirlinck <teirllm@auburn.edu>
8970
8971 * text.texi (Adaptive Fill): Fix Texinfo usage.
8972
8973 * strings.texi (Creating Strings): Fix Texinfo usage.
8974
8975 * searching.texi (Regexp Special): Use @samp for regular
8976 expressions that are not in Lisp syntax.
8977
89782006-03-08 Luc Teirlinck <teirllm@auburn.edu>
8979
8980 * searching.texi (Regexp Special): Put remark between parentheses
8981 to avoid misreading.
8982
89832006-03-07 Luc Teirlinck <teirllm@auburn.edu>
8984
8985 * searching.texi (Syntax of Regexps): More accurately describe
8986 which characters are special in which situations.
8987 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
8988 are not special. Describe in detail when `[' and `]' are special.
8989 (Regexp Backslash): Plenty of regexps with unbalanced square
8990 brackets are valid, so reword that statement.
8991
89922006-03-02 Kim F. Storm <storm@cua.dk>
8993
8994 * keymaps.texi (Tool Bar): Add tool-bar-border.
8995
89962006-02-28 Luc Teirlinck <teirllm@auburn.edu>
8997
8998 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
8999
90002006-02-27 Luc Teirlinck <teirllm@auburn.edu>
9001
9002 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
9003
9004 * files.texi (Locating Files): Suggest additional values for the
9005 SUFFIXES arg of `locate-file'. Update pxref.
9006
9007 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
9008 (How Programs Do Loading): Discuss the effects of Auto Compression
9009 mode on `load'.
9010 (Load Suffixes): New node.
9011 (Library Search): Delete description of `load-suffixes'; it was
9012 moved to "Load Suffixes".
9013 (Autoload, Named Features): Mention `load-suffixes'.
9014
90152006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
9016
9017 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
9018
9019 * windows.texi (Window Tree): Fix typo.
9020
90212006-02-20 Kim F. Storm <storm@cua.dk>
9022
9023 * display.texi (Fringe Indicators): New section.
9024 Move indicate-empty-lines, indicate-buffer-boundaries, and
9025 default-indicate-buffer-boundaries here.
9026 Add fringe-indicator-alist and default-fringes-indicator-alist.
9027 Add list of logical fringe indicator symbols.
9028 Update list of standard bitmap names.
9029 (Fringe Cursors): New section.
9030 Move overflow-newline-into-fringe here.
9031 Add fringe-cursor-alist and default-fringes-cursor-alist.
9032 Add list of fringe cursor symbols.
9033
90342006-02-20 Juanma Barranquero <lekktu@gmail.com>
9035
9036 * commands.texi (Using Interactive): Fix reference to node
9037 "Minibuffers".
9038
90392006-02-19 Richard M. Stallman <rms@gnu.org>
9040
9041 * minibuf.texi (High-Level Completion):
9042 Add xref to read-input-method-name.
9043
9044 * files.texi (Relative File Names): Move file-relative-name here.
9045 (File Name Expansion): From here. Minor clarifications.
9046
9047 * commands.texi (Using Interactive): Add xrefs about reading input.
9048 Clarify remarks about that moving point and mark.
9049 Put string case before list case.
9050
c8763fb6 90512006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
9052
9053 * display.texi (Other Display Specs, Image Descriptors):
9054 Revert erroneous changes. The previous description of
9055 image-descriptors as `(image . PROPS)' was correct.
9056
90572006-02-14 Richard M. Stallman <rms@gnu.org>
9058
9059 * variables.texi (File Local Variables): Clarifications.
9060
90612006-02-14 Juanma Barranquero <lekktu@gmail.com>
9062
9063 * variables.texi (File Local Variables): Use @code for a cons
9064 cell, not @var.
9065
90662006-02-13 Chong Yidong <cyd@stupidchicken.com>
9067
9068 * variables.texi (File Local Variables): Document new file local
9069 variable behavior.
9070
90712006-02-10 Kim F. Storm <storm@cua.dk>
9072
9073 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
9074
90752006-02-08 Juanma Barranquero <lekktu@gmail.com>
9076
9077 * modes.texi (%-Constructs): Remove obsolete info about
9078 `global-mode-string'.
9079
90802006-02-07 Richard M. Stallman <rms@gnu.org>
9081
9082 * commands.texi (Prefix Command Arguments): Minor cleanup.
9083
9084 * display.texi: "Graphical display", not window system.
9085
9086 * functions.texi (What Is a Function): Fix xref.
9087
9088 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
9089 (Changing Key Bindings): Clarify when remapping is better than
9090 substitute-key-definition.
9091
90922006-02-02 Richard M. Stallman <rms@gnu.org>
9093
9094 * minibuf.texi (Basic Completion): Completion alists are risky.
9095
9096 * keymaps.texi (Active Keymaps): Clarifications.
9097 (Searching Keymaps): New node.
9098 (Keymaps): Update menu.
9099
9100 * frames.texi (Layout Parameters): Minor clarification.
9101 (Drag and Drop): New node.
9102 (Frames): Update menu.
9103
91042006-01-29 Chong Yidong <cyd@stupidchicken.com>
9105
9106 * display.texi (Other Display Specs, Image Descriptors):
9107 Image description is a list, not a cons cell.
9108
91092006-01-28 Luc Teirlinck <teirllm@auburn.edu>
9110
9111 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
9112 list is not necessarily a list).
9113
91142006-01-27 Eli Zaretskii <eliz@gnu.org>
9115
9116 * frames.texi (Layout Parameters): border-width and
9117 internal-border-width belong to the frame, not the window.
9118
91192006-01-19 Richard M. Stallman <rms@gnu.org>
9120
9121 * nonascii.texi (Translation of Characters): Search cmds use
9122 translation-table-for-input. Automatically made local.
9123
9124 * markers.texi (Overview of Markers): Count insertion type
9125 as one of a marker's attributes.
9126
9127 * keymaps.texi (Controlling Active Maps): New node, split out of
9128 Active Keymaps.
9129 (Keymaps): Menu updated.
9130 (Active Keymaps): Give pseudocode to explain how the active
9131 maps are searched. current-active-maps and key-binding moved here.
9132 (Functions for Key Lookup): current-active-maps and key-binding moved.
9133 Clarifications.
9134 (Searching the Keymaps): New subnode.
9135
9136 * elisp.texi (Top): Menu clarification.
9137
9138 * display.texi (Other Display Specs): Delete duplicate entry for
9139 just a string as display spec. Move text about recursive display
9140 specs on such a string.
9141
9142 * commands.texi (Key Sequence Input): Clarify.
9143 Move num-nonmacro-input-events out.
9144 (Reading One Event): num-nonmacro-input-events moved here.
9145
91462006-01-14 Nick Roberts <nickrob@snap.net.nz>
9147
9148 * advice.texi (Simple Advice): Update example to fit argument
9149 change in previous-line.
9150
91512006-01-05 Richard M. Stallman <rms@gnu.org>
9152
9153 * markers.texi (The Mark): Fix in `mark'.
9154
91552006-01-04 Richard M. Stallman <rms@gnu.org>
9156
9157 * processes.texi (Misc Network, Make Network): Minor cleanups.
9158
91592006-01-04 Kim F. Storm <storm@cua.dk>
9160
9161 * processes.texi (Make Network): Add IPv6 addresses and handling.
9162 (Network Feature Testing): Mention (:family ipv6).
9163 (Misc Network): Add IPv6 formats to format-network-address.
9164
91652005-12-30 Richard M. Stallman <rms@gnu.org>
9166
9167 * text.texi (Changing Properties):
9168 Don't use return value of set-text-properties.
9169
91702005-12-29 Luc Teirlinck <teirllm@auburn.edu>
9171
9172 * modes.texi (Mode Line Format): Correct typo in menu.
9173
91742005-12-29 Richard M. Stallman <rms@gnu.org>
9175
9176 * modes.texi (Mode Line Top): New node.
9177 (Mode Line Data): Some text moved to new node.
9178 Explain the data structure more concretely.
9179 (Mode Line Basics): Clarifications.
9180 (Mode Line Variables): Clarify intro paragraph.
9181 (%-Constructs): Clarify intro paragraph.
9182 (Mode Line Format): Update menu.
9183
91842005-12-28 Luc Teirlinck <teirllm@auburn.edu>
9185
9186 * minibuf.texi (Basic Completion): Update lazy-completion-table
9187 examples for removal of ARGS argument.
9188
91892005-12-23 Richard M. Stallman <rms@gnu.org>
9190
9191 * text.texi (Undo): Restore some explanation from the version
9192 that was deleted.
9193
91942005-12-23 Eli Zaretskii <eliz@gnu.org>
9195
9196 * text.texi (Undo): Remove duplicate descriptions of `apply
9197 funname' and `apply delta' elements of the undo list.
9198
91992005-12-20 Richard M. Stallman <rms@gnu.org>
9200
9201 * help.texi (Help Functions): Update documentation of `apropos'.
9202
92032005-12-20 Luc Teirlinck <teirllm@auburn.edu>
9204
9205 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
9206 because it is confusing. If the :help-echo keyword is a function,
9207 it is not directly used as the :help-echo overlay property, as the
9208 xref seems to suggest (it does not take the appropriate args).
9209
92102005-12-19 Luc Teirlinck <teirllm@auburn.edu>
9211
9212 * customize.texi (Common Keywords): Fix Texinfo usage.
9213 (Group Definitions, Variable Definitions): Update for new
9214 conventions for using `*' in docstrings.
9215
9216 * tips.texi (Documentation Tips): Update for new conventions for
9217 using `*' in docstrings.
9218
92192005-12-16 Richard M. Stallman <rms@gnu.org>
9220
9221 * minibuf.texi (Minibuffer Contents): Minor cleanup.
9222
92232005-12-16 Juri Linkov <juri@jurta.org>
9224
9225 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
9226
92272005-12-14 Romain Francoise <romain@orebokech.com>
9228
9229 * modes.texi (Customizing Keywords): Rename `append' to `how'.
9230 Fix typo.
9231
92322005-12-11 Juri Linkov <juri@jurta.org>
9233
9234 * minibuf.texi (Completion Commands): Add mention of read-file-name
9235 for filename completion keymaps.
9236 (Reading File Names): Add mention of filename completion keymaps
9237 for read-file-name and xref to `Completion Commands'.
9238
92392005-12-10 Richard M. Stallman <rms@gnu.org>
9240
9241 * customize.texi (Common Keywords): State caveats for use of :tag.
9242
92432005-12-08 Richard M. Stallman <rms@gnu.org>
9244
9245 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
9246 with xrefs and better explanation.
9247 (Completion Commands): Add the filename completion maps.
9248
9249 * objects.texi (Character Type): Clarify that \s is not space
9250 if a dash follows.
9251
92522005-12-05 Richard M. Stallman <rms@gnu.org>
9253
9254 * windows.texi (Resizing Windows): Delete preserve-before args.
9255
92562005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
9257
9258 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
9259 in full keymaps, since the quirk has been fixed.
9260
92612005-12-03 Eli Zaretskii <eliz@gnu.org>
9262
5dcb4c4e
SM
9263 * hooks.texi (Standard Hooks): Add index entries.
9264 Mention `compilation-finish-functions'.
b8d4c8d0
GM
9265
92662005-11-27 Richard M. Stallman <rms@gnu.org>
9267
9268 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
9269
92702005-11-21 Juri Linkov <juri@jurta.org>
9271
9272 * customize.texi (Common Keywords): Update links types
9273 custom-manual and url-link. Add link types emacs-library-link,
9274 file-link, function-link, variable-link, custom-group-link.
9275
92762005-11-20 Chong Yidong <cyd@stupidchicken.com>
9277
9278 * display.texi: Revert 2005-11-20 change.
9279
92802005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
9281
9282 * processes.texi (Bindat Functions):
9283 Say "third" to refer to zero-based index "2".
9284
92852005-11-18 Luc Teirlinck <teirllm@auburn.edu>
9286
9287 * loading.texi (Library Search): Update the default value of
9288 `load-suffixes'.
9289
92902005-11-17 Chong Yidong <cyd@stupidchicken.com>
9291
9292 * display.texi (Attribute Functions): Mention :ignore-defface.
9293
92942005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
9295
9296 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
9297 (Minor Mode Conventions): Mention the use of a hook.
9298
92992005-11-06 Richard M. Stallman <rms@gnu.org>
9300
9301 * files.texi (Magic File Names): find-file-name-handler checks the
9302 `operations' property of the handler.
9303
93042005-11-03 Richard M. Stallman <rms@gnu.org>
9305
9306 * variables.texi (Frame-Local Variables): Small clarification.
9307
93082005-10-29 Chong Yidong <cyd@stupidchicken.com>
9309
9310 * os.texi (Init File): Document ~/.emacs.d/init.el.
9311
93122005-10-29 Richard M. Stallman <rms@gnu.org>
9313
9314 * internals.texi (Garbage Collection): Document memory-full.
9315
93162005-10-28 Bill Wohler <wohler@newt.com>
9317
9318 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
9319 for URLs.
9320
93212005-10-28 Richard M. Stallman <rms@gnu.org>
9322
9323 * minibuf.texi (Completion Commands): Clean up prev change.
9324
93252005-10-26 Kevin Ryde <user42@zip.com.au>
9326
9327 * compile.texi (Eval During Compile): Explain recommended uses
9328 of eval-when-compile and eval-and-compile.
9329
93302005-10-27 Masatake YAMATO <jet@gyve.org>
9331
9332 * minibuf.texi (Completion Commands):
9333 Write about new optional argument for `display-completion-list'.
9334
93352005-10-23 Richard M. Stallman <rms@gnu.org>
9336
9337 * display.texi (Overlay Arrow): Clarify about local bindings of
9338 overlay-arrow-position.
9339
93402005-10-22 Eli Zaretskii <eliz@gnu.org>
9341
9342 * internals.texi (Building Emacs): Fix last change.
9343
93442005-10-22 Richard M. Stallman <rms@gnu.org>
9345
9346 * internals.texi (Building Emacs): Document eval-at-startup.
9347
93482005-10-21 Richard M. Stallman <rms@gnu.org>
9349
9350 * loading.texi (Where Defined): load-history contains abs file names.
9351 symbol-file returns abs file names.
9352
93532005-10-19 Kim F. Storm <storm@cua.dk>
9354
9355 * display.texi (Showing Images): Add max-image-size integer value.
9356
93572005-10-18 Chong Yidong <cyd@stupidchicken.com>
9358
9359 * display.texi (Showing Images): Document max-image-size.
9360
93612005-10-17 Richard M. Stallman <rms@gnu.org>
9362
9363 * commands.texi (Quitting): Minor clarification.
9364
9365 * processes.texi (Sentinels): Clarify about output and quitting.
9366 (Filter Functions): Mention with-local-quit.
9367
93682005-10-17 Juri Linkov <juri@jurta.org>
9369
9370 * buffers.texi (Current Buffer):
9371 * commands.texi (Event Input Misc):
9372 * compile.texi (Eval During Compile, Compiler Errors):
9373 * customize.texi (Group Definitions):
9374 * display.texi (Progress, Defining Faces):
9375 * files.texi (Writing to Files):
9376 * modes.texi (Mode Hooks, Defining Minor Modes):
9377 * streams.texi (Output Functions):
9378 * syntax.texi (Syntax Table Functions):
9379 * text.texi (Change Hooks):
9380 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
9381
9382 * commands.texi (Quitting): Replace arg `forms' with `body' in
9383 `with-local-quit'.
9384
9385 * positions.texi (Excursions): Replace arg `forms' with `body' in
9386 `save-excursion'.
9387
93882005-10-08 Kim F. Storm <storm@cua.dk>
9389
9390 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
9391 Rename manual section accordingly.
9392
93932005-10-04 Kim F. Storm <storm@cua.dk>
9394
9395 * windows.texi (Window Split Tree): New section describing
9396 new function window-split-tree function.
9397
93982005-10-03 Nick Roberts <nickrob@snap.net.nz>
9399
9400 * display.texi (Fringe Size/Pos): Simplify and add detail.
9401
94022005-09-30 Romain Francoise <romain@orebokech.com>
9403
9404 * minibuf.texi (High-Level Completion): Explain that the prompt
9405 given to `read-buffer' should end with a colon and a space.
9406 Update usage examples.
9407
94082005-09-29 Juri Linkov <juri@jurta.org>
9409
9410 * display.texi (Displaying Messages): Rename argument name
9411 `string' to `format-string' in functions `message', `message-box',
9412 `message-or-box'.
9413
94142005-09-26 Chong Yidong <cyd@stupidchicken.com>
9415
9416 * errors.texi (Standard Errors): Correct xrefs.
9417
94182005-09-18 Chong Yidong <cyd@stupidchicken.com>
9419
9420 * display.texi (Defining Images): Update documentation for
9421 `image-load-path'.
9422
94232005-09-17 Richard M. Stallman <rms@gnu.org>
9424
9425 * display.texi (Defining Images): Clean up previous change.
9426
94272005-09-16 Romain Francoise <romain@orebokech.com>
9428
9429 * elisp.texi: Specify GFDL version 1.2.
9430
9431 * doclicense.texi (GNU Free Documentation License): Update to
9432 version 1.2.
9433
94342005-09-15 Chong Yidong <cyd@stupidchicken.com>
9435
9436 * display.texi (Defining Images): Document `image-load-path'.
9437
94382005-09-15 Richard M. Stallman <rms@gnu.org>
9439
9440 * objects.texi (Printed Representation): Minor cleanup.
9441 (Box Diagrams): Minor fix.
9442 (Cons Cell Type): Move (...) index item here.
9443 (Box Diagrams): From here.
9444 (Array Type): Minor fix.
9445 (Type Predicates): Delete index "predicates".
9446 (Hash Table Type): Clarify xref.
9447 (Dotted Pair Notation): Minor fix.
9448
94492005-09-10 Chong Yidong <cyd@stupidchicken.com>
9450
9451 * files.texi (Saving Buffers): Fix typo.
9452
94532005-09-08 Richard M. Stallman <rms@gnu.org>
9454
9455 * tips.texi (Programming Tips): Correct the "default" prompt spec.
9456
94572005-09-08 Chong Yidong <cyd@stupidchicken.com>
9458
9459 * locals.texi (Standard Buffer-Local Variables): Don't include
9460 mode variables for minor modes.
9461 Fix xrefs for buffer-display-count, buffer-display-table,
9462 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
9463 enable-multibyte-characters, fill-column, header-line-format,
9464 left-fringe-width, left-margin, and right-fringe-width.
9465
9466 * hooks.texi (Standard Hooks): All hooks should conform to the
9467 standard naming convention now.
9468 Fix xref for `echo-area-clear-hook'.
9469
9470 * display.texi (Usual Display): Note that indicate-empty-lines and
9471 tab-width are buffer-local.
9472
9473 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
9474
9475 * modes.texi (Mode Help): Note that major-mode is buffer-local.
9476
9477 * nonascii.texi (Encoding and I/O): Note that
9478 buffer-file-coding-system is buffer-local.
9479
9480 * positions.texi (List Motion): Note that defun-prompt-regexp is
9481 buffer-local.
9482
9483 * text.texi (Auto Filling): Note that auto-fill-function is
9484 buffer-local.
9485 (Undo): Note that buffer-undo-list is buffer-local.
9486
5dcb4c4e
SM
9487 * windows.texi (Buffers and Windows):
9488 Document buffer-display-count.
b8d4c8d0
GM
9489
94902005-09-06 Richard M. Stallman <rms@gnu.org>
9491
9492 * tips.texi (Coding Conventions): Sometimes it is ok to put the
9493 package prefix elsewhere than at the start of the name.
9494
94952005-09-03 Richard M. Stallman <rms@gnu.org>
9496
9497 * tips.texi (Programming Tips): Add conventions for minibuffer
9498 questions and prompts.
9499
95002005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
9501
9502 * intro.texi (nil and t): Minor cleanup.
9503 Delete spurious mention of keyword symbols.
9504 (Evaluation Notation): Add index entry.
9505 (A Sample Function Description): Minor cleanup.
9506 (A Sample Variable Description): Not all vars can be set.
9507
95082005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
9509
9510 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
9511
9512 (Insertion): Document precise type of `insert-char' arg COUNT.
9513
95142005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
9515
9516 * modes.texi (Other Font Lock Variables): Sync the default of
9517 font-lock-lines-before.
9518
95192005-08-31 Michael Albinus <michael.albinus@gmx.de>
9520
9521 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
9522
95232005-08-29 Richard M. Stallman <rms@gnu.org>
9524
9525 * elisp.texi (Top): Update subnode menu.
9526
9527 * searching.texi (Searching and Matching): Move node.
9528 Rearrange contents and add overall explanation.
9529 (Searching and Case): Move node.
9530 (Searching and Matching): Update menu.
9531
95322005-08-27 Eli Zaretskii <eliz@gnu.org>
9533
9534 * os.texi (Startup Summary): Fix the description of the initial
9535 startup message display.
9536
95372005-08-25 Richard M. Stallman <rms@gnu.org>
9538
9539 * searching.texi (Search and Replace): Add replace-regexp-in-string.
9540
95412005-08-25 Emilio C. Lopes <eclig@gmx.net>
9542
9543 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
9544 `next-overlay-change' example.
9545
95462005-08-22 Juri Linkov <juri@jurta.org>
9547
9548 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
9549 Fix invert-face. Fix args of face-background.
9550
9551 * display.texi (Standard Faces): Delete node.
9552 (Faces): Add xref to `(emacs)Standard Faces'.
9553 (Displaying Faces): Fix xref to `Standard Faces'.
9554
9555 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
9556
95572005-08-20 Alan Mackenzie <acm@muc.de>
9558
9559 * buffers.texi (The Buffer List): Clarify the manipulation of the
9560 buffer list.
9561
95622005-08-14 Richard M. Stallman <rms@gnu.org>
9563
9564 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
9565 a regexp.
9566
95672005-08-11 Richard M. Stallman <rms@gnu.org>
9568
9569 * elisp.texi (Top): Update subnode lists.
9570
9571 * display.texi (Inverse Video): Node deleted.
9572
9573 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
9574 New nodes split out of Coding Conventions.
9575
9576 * searching.texi (Regular Expressions): Document re-builder.
9577
9578 * os.texi (Time Parsing): New node split out of Time Conversion.
9579
9580 * processes.texi (Misc Network, Network Feature Testing)
9581 (Network Options, Make Network): New nodes split out of
9582 Low-Level Network.
9583
95842005-08-09 Richard M. Stallman <rms@gnu.org>
9585
9586 * frames.texi (Geometry): New node, split from Size and Position.
9587 (Frame Parameters): Refer to Geometry.
9588
9589 * buffers.texi (The Buffer List): Fix xrefs.
9590
9591 * windows.texi (Splitting Windows): Fix xref.
9592
9593 * frames.texi (Layout Parameters): Add xref.
9594
9595 * display.texi (Line Height, Scroll Bars): Fix xrefs.
9596
9597 * keymaps.texi (Menu Bar): Fix xref.
9598
9599 * locals.texi (Standard Buffer-Local Variables): Fix xref.
9600
9601 * modes.texi (%-Constructs): Fix xref.
9602
9603 * frames.texi (Window Frame Parameters): Node split up.
9604 (Basic Parameters, Position Parameters, Size Parameters)
9605 (Layout Parameters, Buffer Parameters, Management Parameters)
9606 (Cursor Parameters, Color Parameters): New subnodes.
9607
96082005-08-09 Luc Teirlinck <teirllm@auburn.edu>
9609
9610 * positions.texi (Screen Lines): Update xref for previous change
9611 in minibuf.texi.
9612
9613 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
9614 change in minibuf.texi.
9615
96162005-08-09 Richard M. Stallman <rms@gnu.org>
9617
9618 * tips.texi (Coding Conventions): Minor cleanup.
9619
9620 * modes.texi (Defining Minor Modes): Explain when init-value
9621 can be non-nil.
9622
9623 * elisp.texi (Top): Update submenu for Minibuffer.
9624
9625 * minibuf.texi (Minibuffer Misc): Node split up.
9626 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
9627 (Recursive Mini): New nodes split out from Minibuffer Misc.
9628 (Minibuffer Misc): Document max-mini-window-height.
9629
9630 * hash.texi (Defining Hash): Delete stray paren in example.
9631
9632 * display.texi (Echo Area Customization): Don't define
9633 max-mini-window-height here; xref instead.
9634
9635 * commands.texi (Event Input Misc): Update while-no-input.
9636
9637 * advice.texi (Advising Functions): Explain when to use advice
9638 and when to use a hook.
9639
96402005-07-30 Eli Zaretskii <eliz@gnu.org>
9641
9642 * makefile.w32-in (info): Don't run install-info.
9643 ($(infodir)/dir): New target, produced by running install-info.
9644
96452005-07-27 Luc Teirlinck <teirllm@auburn.edu>
9646
9647 * modes.texi (Defining Minor Modes): The keyword for the initial
9648 value is :init-value, not :initial-value.
9649
96502005-07-23 Eli Zaretskii <eliz@gnu.org>
9651
9652 * loading.texi (Autoload): Make the `doctor' example be consistent
9653 with what's in current loaddefs.el. Describe the "fn" magic in
9654 the usage portion of the doc string.
9655
96562005-07-22 Richard M. Stallman <rms@gnu.org>
9657
9658 * internals.texi (Garbage Collection): Clarify previous change.
9659
96602005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
9661
9662 * internals.texi (Garbage Collection): Add gc-cons-percentage.
9663
96642005-07-18 Juri Linkov <juri@jurta.org>
9665
9666 * commands.texi (Accessing Events):
9667 * frames.texi (Text Terminal Colors, Resources):
9668 * markers.texi (The Mark):
9669 * modes.texi (Defining Minor Modes):
9670 Delete duplicate duplicate words.
9671
96722005-07-16 Richard M. Stallman <rms@gnu.org>
9673
9674 * display.texi (Managing Overlays): Clarify make-overlay
9675 args for insertion types.
9676
96772005-07-13 Luc Teirlinck <teirllm@auburn.edu>
9678
9679 * customize.texi (Variable Definitions):
9680 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
9681 `standard-value' is a list too.
9682 (Defining New Types): Use @key{RET} instead of @key{ret}.
9683
96842005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
9685
9686 * os.texi (Translating Input): Fix typo.
9687
96882005-07-08 Richard M. Stallman <rms@gnu.org>
9689
9690 * README: Update edition number and size estimate.
9691
9692 * elisp.texi (VERSION): Set to 2.9.
9693
96942005-07-07 Richard M. Stallman <rms@gnu.org>
9695
9696 * book-spine.texinfo: Update Emacs version.
9697
9698 * display.texi (Inverse Video): Delete mode-line-inverse-video.
9699
97002005-07-06 Richard M. Stallman <rms@gnu.org>
9701
9702 * searching.texi (Regexp Search): Clarify what re-search-forward
9703 does when the search fails.
9704
97052005-07-05 Lute Kamstra <lute@gnu.org>
9706
9707 * Update FSF's address in GPL notices.
9708
9709 * doclicense.texi (GNU Free Documentation License):
9710 * gpl.texi (GPL):
9711 * tips.texi (Coding Conventions, Library Headers):
9712 * vol1.texi:
9713 * vol2.texi: Update FSF's address.
9714
97152005-07-04 Richard M. Stallman <rms@gnu.org>
9716
9717 * hooks.texi (Standard Hooks): Add occur-hook.
9718
97192005-07-03 Luc Teirlinck <teirllm@auburn.edu>
9720
9721 * display.texi (The Echo Area): Correct menu.
9722
97232005-07-03 Richard M. Stallman <rms@gnu.org>
9724
9725 * elisp.texi (Top): Update subnode menu for Display.
9726
9727 * display.texi (Displaying Messages): New node, with most
9728 of what was in The Echo Area.
5dcb4c4e 9729 (Progress): Move under The Echo Area.
b8d4c8d0
GM
9730 (Logging Messages): New node with new text.
9731 (Echo Area Customization): New node, the rest of what was
9732 in The Echo Area. Document message-truncate-lines with @defvar.
9733 (Display): Update menu.
9734
9735 * windows.texi (Textual Scrolling): Doc 3 values for
9736 scroll-preserve-screen-position.
9737
9738 * text.texi (Special Properties): Change hook functions
9739 should bind inhibit-modification-hooks around altering buffer text.
9740
9741 * keymaps.texi (Key Binding Commands): Call binding BINDING
9742 rather than DEFINITION.
9743
97442005-06-29 Juanma Barranquero <lekktu@gmail.com>
9745
9746 * variables.texi (Defining Variables): `user-variable-p' returns t
9747 for aliases of user options, nil for alias loops.
9748
97492005-06-28 Richard M. Stallman <rms@gnu.org>
9750
9751 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
9752 make-keymap.
9753
97542005-06-27 Luc Teirlinck <teirllm@auburn.edu>
9755
9756 * variables.texi (Setting Variables): Correct and clarify
9757 description of `add-to-ordered-list'.
9758
97592005-06-26 Richard M. Stallman <rms@gnu.org>
9760
9761 * display.texi (Faces): Minor cleanup.
9762
97632005-06-25 Luc Teirlinck <teirllm@auburn.edu>
9764
9765 * display.texi (Faces): `facep' returns t for strings that are
9766 face names.
9767
97682005-06-25 Richard M. Stallman <rms@gnu.org>
9769
9770 * objects.texi (Equality Predicates): Clarify meaning of equal.
9771
9772 * windows.texi (Selecting Windows): save-selected-window
9773 and with-selected-window save and restore the current buffer.
9774
97752005-06-24 Richard M. Stallman <rms@gnu.org>
9776
9777 * numbers.texi (Float Basics): Explain how to test for NaN,
9778 and printing the sign of NaNs.
9779
97802005-06-24 Eli Zaretskii <eliz@gnu.org>
9781
9782 * makefile.w32-in (MAKEINFO): Use --force.
9783
97842005-06-23 Richard M. Stallman <rms@gnu.org>
9785
9786 * display.texi (Face Functions): Correct Texinfo usage.
9787
97882005-06-23 Luc Teirlinck <teirllm@auburn.edu>
9789
9790 * lists.texi (Rings): `ring-elements' now returns the elements of
9791 RING in order.
9792
97932005-06-23 Juanma Barranquero <lekktu@gmail.com>
9794
9795 * markers.texi (The Mark): Texinfo usage fix.
9796
97972005-06-23 Kim F. Storm <storm@cua.dk>
9798
9799 * searching.texi (Entire Match Data): Remove evaporate option for
9800 match-data. Do not mention evaporate option for set-match-data.
9801
98022005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
9803
9804 * display.texi (Face Functions): Mention face aliases.
9805
98062005-06-21 Richard M. Stallman <rms@gnu.org>
9807
9808 * anti.texi (Antinews): Texinfo usage fix.
9809
98102005-06-21 Karl Berry <karl@gnu.org>
9811
9812 * elisp.texi: Use @copying.
9813
9814 * elisp.texi: Put @summarycontents and @contents before the Top
9815 node, instead of the end of the file, so that the contents appear
9816 in the right place in the dvi/pdf output.
9817
98182005-06-21 Juri Linkov <juri@jurta.org>
9819
9820 * display.texi (Defining Faces): Add `customized-face'.
9821
98222005-06-20 Kim F. Storm <storm@cua.dk>
9823
9824 * variables.texi (Setting Variables): Any type of element can be
9825 given order in add-to-ordered-list. Compare elements with eq.
9826
9827 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
9828
98292005-06-20 Karl Berry <karl@gnu.org>
9830
9831 * syntax.texi (Syntax Flags): Make last column very slightly wider
9832 to avoid "generic comment" breaking on two lines and causing an
9833 underfull box.
9834
98352005-06-19 Luc Teirlinck <teirllm@auburn.edu>
9836
9837 * lists.texi (Rings): Various minor clarifications and corrections.
9838
98392005-06-18 Richard M. Stallman <rms@gnu.org>
9840
9841 * functions.texi (Obsolete Functions): Simplify.
9842
9843 * variables.texi (Variable Aliases): Simplify.
9844
a12bf61e 9845 * anti.texi, backups.texi, compile.texi, customize.texi:
b8d4c8d0
GM
9846 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
9847 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
9848 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
9849 * variables.texi: Fix formatting ugliness.
9850
9851 * elisp.texi: Add links to Rings and Byte Packing.
9852 Update version and copyright years.
9853
9854 * minibuf.texi: Fix formatting ugliness.
9855 (Completion Commands): Move keymap vars to the end
9856 and vars completing-read binds to the top.
9857
98582005-06-17 Luc Teirlinck <teirllm@auburn.edu>
9859
9860 * processes.texi: Fix typos.
9861 (Bindat Spec): Correct Texinfo error.
9862 (Byte Packing): Fix ungrammatical sentence.
9863
98642005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
9865
9866 * lists.texi (Rings): New node.
9867 (Lists): Add it to menu.
9868
9869 * processes.texi (Byte Packing): New node.
9870 (Processes): Add it to menu.
9871
98722005-06-17 Richard M. Stallman <rms@gnu.org>
9873
9874 * syntax.texi (Parsing Expressions): Fix texinfo usage.
9875
9876 * help.texi (Documentation Basics): Explain the xref to
9877 Documentation Tips.
9878
9879 * debugging.texi (Debugger Commands): Minor fix.
9880
98812005-06-16 Luc Teirlinck <teirllm@auburn.edu>
9882
9883 * edebug.texi (Instrumenting): Eliminate duplicate link.
9884 (Specification List): Replace references to "below", referring to
9885 a later node, with one @ref to that node.
9886
9887 * os.texi (Timers): Timers should save and restore the match data
9888 if they change it.
9889
9890 * debugging.texi (Debugger Commands): Mention that the Lisp
9891 debugger can not step through primitive functions.
9892
98932005-06-16 Juanma Barranquero <lekktu@gmail.com>
9894
9895 * functions.texi (Obsolete Functions): Update argument names of
9896 `make-obsolete' and `define-obsolete-function-alias'.
9897
9898 * variables.texi (Variable Aliases): Update argument names of
9899 `defvaralias', `make-obsolete-variable' and
9900 `define-obsolete-variable-alias'.
9901
99022005-06-15 Kim F. Storm <storm@cua.dk>
9903
9904 * searching.texi (Entire Match Data): Rephrase warnings about
9905 evaporate arg to match-data and set-match-data.
9906
99072005-06-14 Luc Teirlinck <teirllm@auburn.edu>
9908
9909 * elisp.texi (Top): Update detailed menu.
9910
9911 * edebug.texi (Edebug): Update menu.
9912 (Instrumenting): Update xrefs.
9913 (Edebug Execution Modes): Correct xref.
9914 (Jumping): Clarify description of `h' command.
9915 Eliminate redundant @ref.
9916 (Breaks): New node.
9917 (Breakpoints): Is now a subsubsection.
9918 (Global Break Condition): Mention `C-x X X'.
9919 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
9920 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
9921 (Edebug Display Update): Correct pxref.
9922 (Edebug and Macros): New node.
9923 (Instrumenting Macro Calls): Is now a subsubsection.
9924 Neither arg of `def-edebug-spec' is evaluated.
9925 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
9926 (Specification Examples): Fix typo.
9927
99282005-06-14 Lute Kamstra <lute@gnu.org>
9929
9930 * debugging.texi (Function Debugging): Primitives can break on
9931 entry too.
9932
99332005-06-14 Kim F. Storm <storm@cua.dk>
9934
9935 * variables.texi (Setting Variables): Add add-to-ordered-list.
9936
99372005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9938
9939 * syntax.texi (Parsing Expressions): Document aux functions and vars of
9940 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
9941
99422005-06-13 Lute Kamstra <lute@gnu.org>
9943
9944 * text.texi (Special Properties): Fix cross reference.
9945
99462005-06-11 Luc Teirlinck <teirllm@auburn.edu>
9947
9948 * debugging.texi (Function Debugging): Delete mention of empty
9949 string argument to `cancel-debug-on-entry'. Delete inaccurate
9950 description of the return value of that command.
9951
99522005-06-11 Alan Mackenzie <acm@muc.de>
9953
9954 * text.texi (Adaptive Fill): Amplify the description of
9955 fill-context-prefix.
9956
99572005-06-10 Luc Teirlinck <teirllm@auburn.edu>
9958
9959 * syntax.texi (Parsing Expressions): Fix Texinfo error.
9960
99612005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9962
9963 * syntax.texi (Parsing Expressions): Document syntax-ppss.
9964
99652005-06-10 Luc Teirlinck <teirllm@auburn.edu>
9966
9967 * debugging.texi (Error Debugging): Minor rewording.
9968 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
9969 is optional.
9970
99712005-06-10 Lute Kamstra <lute@gnu.org>
9972
9973 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
9974 (Top): Give it a title. Correct version number. Give the
9975 detailed node listing a more prominent header.
9976 * intro.texi: Don't set VERSION here a second time.
9977 Mention Emacs's version too.
9978 * anti.texi (Antinews): Use EMACSVER to refer to the current
9979 version of Emacs.
9980
99812005-06-09 Kim F. Storm <storm@cua.dk>
9982
9983 * searching.texi (Entire Match Data): Explain new `reseat' argument to
9984 match-data and set-match-data.
9985
99862005-06-08 Richard M. Stallman <rms@gnu.org>
9987
9988 * searching.texi (Entire Match Data): Clarify when match-data
9989 returns markers and when integers.
9990
9991 * display.texi (Defining Faces): Explain that face name should not
9992 end in `-face'.
9993
9994 * modes.texi (Mode Line Data): Minor cleanup.
9995 (Customizing Keywords): Node split out of Search-based Fontification.
9996 Add example of using font-lock-add-keywords from a hook.
9997 Clarify when MODE should be non-nil, and when nil.
9998
99992005-06-06 Richard M. Stallman <rms@gnu.org>
10000
10001 * modes.texi (Mode Line Data): Explain what happens when the car
10002 of a list is a void symbol.
10003 (Search-based Fontification): Explain MODE arg to
10004 font-lock-add-keywords and warn about calls from major modes.
10005
100062005-06-08 Juri Linkov <juri@jurta.org>
10007
10008 * display.texi (Standard Faces): Add `shadow' face.
10009
100102005-05-29 Luc Teirlinck <teirllm@auburn.edu>
10011
10012 * modes.texi (Major Mode Conventions): A derived mode only needs
10013 to put the call to the parent mode inside `delay-mode-hooks'.
10014
100152005-05-29 Richard M. Stallman <rms@gnu.org>
10016
10017 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
10018 new, and what that implies. Clarify.
10019
10020 * files.texi (Locating Files): Clean up the text.
10021
10022 * frames.texi (Window Frame Parameters): Document user-size.
10023 Shorten entry for top by referring to left.
10024
100252005-05-26 Richard M. Stallman <rms@gnu.org>
10026
10027 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
10028 is new, and what the implications are. Other clarifications.
10029
100302005-05-24 Richard M. Stallman <rms@gnu.org>
10031
10032 * frames.texi (Dialog Boxes): Minor fixes.
10033
100342005-05-25 Masatake YAMATO <jet@gyve.org>
10035
10036 * display.texi (Standard Faces): Write about `mode-line-highlight'.
10037
100382005-05-24 Luc Teirlinck <teirllm@auburn.edu>
10039
10040 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
10041 is optional.
10042
100432005-05-24 Nick Roberts <nickrob@snap.net.nz>
10044
10d1d0af 10045 * frames.texi (Dialog Boxes): Describe new optional argument.
b8d4c8d0
GM
10046
100472005-05-23 Lute Kamstra <lute@gnu.org>
10048
10049 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
10050 syntax-begin-function over font-lock-beginning-of-syntax-function.
10051
100522005-05-21 Luc Teirlinck <teirllm@auburn.edu>
10053
10054 * minibuf.texi (Reading File Names): Update description of
10055 `read-directory-name'.
10056
10057 * modes.texi (Derived Modes): Clarify :group keyword.
10058
100592005-05-21 Eli Zaretskii <eliz@gnu.org>
10060
10061 * files.texi (Locating Files): New subsection.
10062 Describe locate-file and executable-find.
10063
100642005-05-21 Kevin Ryde <user42@zip.com.au>
10065
10066 * frames.texi (Initial Parameters): Update cross reference to
10067 "Emacs Invocation".
10068
100692005-05-19 Luc Teirlinck <teirllm@auburn.edu>
10070
10071 * keymaps.texi (Active Keymaps): Add anchor.
10072
10073 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
10074 (Major Mode Conventions): Refer to `Auto Major Mode' in more
10075 appropriate place.
10076 (Derived Modes): Small clarifications.
10077 (Minor Mode Conventions, Keymaps and Minor Modes):
10078 Replace references to nodes with references to anchors.
10079 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
10080 Clarify description of lists whose first element is an integer.
10081 (Mode Line Variables): Add anchor.
10082 (%-Constructs): Clarify description of integer after %.
10083 (Emulating Mode Line): Describe nil value for FACE.
10084
100852005-05-18 Luc Teirlinck <teirllm@auburn.edu>
10086
10087 * modes.texi (Derived Modes): Correct references to non-existing
10088 variable standard-syntax-table.
10089
100902005-05-17 Lute Kamstra <lute@gnu.org>
10091
10092 * modes.texi (Defining Minor Modes): Mention the mode hook.
10093
100942005-05-15 Kim F. Storm <storm@cua.dk>
10095
10096 * processes.texi (Network): Remove open-network-stream-nowait.
10097 (Network Servers): Remove open-network-stream-server.
10098
100992005-05-15 Luc Teirlinck <teirllm@auburn.edu>
10100
10101 * elisp.texi (Top): Update detailed menu.
10102
10103 * variables.texi: Reorder nodes.
10104 (Variables): Update menu.
10105 (File Local Variables): Do not refer to the `-*-' line as
10106 a "local variables list". Add pxref.
10107
101082005-05-14 Luc Teirlinck <teirllm@auburn.edu>
10109
10110 * elisp.texi (Top): Update detailed menu for node changes.
10111
10112 * modes.texi (Modes): Update Menu.
10113 (Hooks): Move to beginning of chapter.
10114 Most minor modes run mode hooks too.
10115 `add-hook' can handle void hooks or hooks whose value is a single
10116 function.
10117 (Major Modes): Update Menu.
10118 (Major Mode Basics): New node, split off from `Major Modes'.
10119 (Major Mode Conventions): Correct xref. Explain how to handle
10120 auto-mode-alist if the major mode command has an autoload cookie.
10121 (Auto Major Mode): Major update. Add magic-mode-alist.
10122 (Derived Modes): Major update.
10123 (Mode Line Format): Update Menu.
10124 (Mode Line Basics): New node, split off from `Mode Line Format'.
10125
10126 * loading.texi (Autoload): Mention `autoload cookie' as synonym
10127 for `magic autoload comment'. Add index entries and anchor.
10128
101292005-05-14 Richard M. Stallman <rms@gnu.org>
10130
10131 * tips.texi (Coding Conventions): Explain how important it is
10132 that just loading certain files not change Emacs behavior.
10133
10134 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
10135
101362005-05-12 Lute Kamstra <lute@gnu.org>
10137
10138 * modes.texi (Generic Modes): Update.
10139 (Major Modes): Refer to node "Generic Modes".
10140
10141 * elisp.texi (Top): Update to the current structure of the manual.
10142 * processes.texi (Processes): Add menu description.
10143 * customize.texi (Customization): Add menu descriptions.
10144
101452005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
10146
10147 * processes.texi (Signals to Processes)
10148 (Low-Level Network): Fix typos.
10149
101502005-05-11 Lute Kamstra <lute@gnu.org>
10151
10152 * elisp.texi (Top): Add some nodes from the chapter "Major and
10153 Minor Modes" to the detailed node listing.
10154
101552005-05-10 Richard M. Stallman <rms@gnu.org>
10156
10157 * keymaps.texi (Extended Menu Items): Menu item filter functions
10158 can be called at any time.
10159
101602005-05-08 Luc Teirlinck <teirllm@auburn.edu>
10161
10162 * variables.texi (File Local Variables): `(hack-local-variables t)'
10163 now also checks whether a mode is specified in the local variables
10164 list.
10165
101662005-05-05 Kevin Ryde <user42@zip.com.au>
10167
10168 * display.texi (The Echo Area): Correct format function cross
10169 reference.
10170
101712005-05-05 Luc Teirlinck <teirllm@auburn.edu>
10172
10173 * variables.texi (Variable Aliases): Change description of
10174 `define-obsolete-variable-alias'.
10175
10176 * functions.texi (Functions): Add "Obsolete Functions" to menu.
10177 (Defining Functions): Add xref.
10178 (Obsolete Functions): New node.
10179 (Function Safety): Standardize capitalization of section title.
10180
10181 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
10182 (Dialog Boxes): Complete description of `x-popup-dialog'.
10183
101842005-05-04 Richard M. Stallman <rms@gnu.org>
10185
10186 * commands.texi (Interactive Codes): Fix Texinfo usage.
10187 Document U more clearly.
10188
101892005-05-01 Luc Teirlinck <teirllm@auburn.edu>
10190
10191 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
10192 function and not a macro.
10193
10194 * frames.texi (Pop-Up Menus): Correct and clarify description of
10195 `x-popup-menu'.
10196 (Dialog Boxes): Clarify description of `x-popup-dialog'.
10197
101982005-05-01 Richard M. Stallman <rms@gnu.org>
10199
10200 * edebug.texi (Checking Whether to Stop): Fix previous change.
10201
102022005-05-01 Luc Teirlinck <teirllm@auburn.edu>
10203
10204 * display.texi: Fix typos and Texinfo usage.
10205
10206 * edebug.texi (Checking Whether to Stop): executing-macro ->
10207 executing-kbd-macro.
10208
102092005-05-01 Richard M. Stallman <rms@gnu.org>
10210
10211 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
10212
102132005-04-30 Richard M. Stallman <rms@gnu.org>
10214
10215 * files.texi (Magic File Names): Document `operations' property.
10216
102172005-04-29 Lute Kamstra <lute@gnu.org>
10218
10219 * modes.texi (Generic Modes): New node.
10220 (Major Modes): Add it to the menu.
10221 (Derived Modes): Add "derived mode" to concept index.
10222
102232005-04-28 Lute Kamstra <lute@gnu.org>
10224
10225 * modes.texi (Defining Minor Modes): Fix previous change.
10226 (Font Lock Mode): Simplify.
10227 (Font Lock Basics): Say that font-lock-defaults is buffer-local
10228 when set and that some parts are optional. Add cross references.
10229 (Search-based Fontification): Say how to specify font-lock-keywords.
10230 Add cross references. Add font-lock-multiline to index.
10231 Move font-lock-keywords-case-fold-search here from node "Other Font
10232 Lock Variables". Document font-lock-add-keywords and
10233 font-lock-remove-keywords.
10234 (Other Font Lock Variables): Move font-lock-keywords-only,
10235 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
10236 and font-lock-syntactic-face-function to node "Syntactic Font
10237 Lock". Move font-lock-keywords-case-fold-search to node
10238 "Search-based Fontification". Document font-lock-inhibit-thing-lock
10239 and font-lock-{,un}fontify-{buffer,region}-function.
10240 (Precalculated Fontification): Remove reference to deleted variable
10241 font-lock-core-only.
10242 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
10243 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
10244 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
10245 and font-lock-syntactic-face-function here from node "Other Font
10246 Lock Variables". Move font-lock-syntactic-keywords to "Setting
10247 Syntax Properties". Add cross references.
10248 (Setting Syntax Properties): New node.
10249 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
10250 * syntax.texi (Syntax Properties): Add cross reference.
10251 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
10252
102532005-04-26 Richard M. Stallman <rms@gnu.org>
10254
10255 * display.texi (Defining Faces):
10256 Document `default' elements of defface spec.
10257
10258 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
10259
10260 * variables.texi (Variable Aliases): Clarify text.
10261
102622005-04-25 Chong Yidong <cyd@stupidchicken.com>
10263
10264 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
10265
102662005-04-25 Luc Teirlinck <teirllm@auburn.edu>
10267
10268 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
10269
102702005-04-24 Eli Zaretskii <eliz@gnu.org>
10271
10272 * syntax.texi (Syntax Table Internals): Elaborate documentation of
10273 syntax-after and syntax-class.
10274
10275 * files.texi (Changing Files): Fix last change's cross-reference.
10276 (Unique File Names): Don't mention "numbers" in the documentation
10277 of make-temp-file and make-temp-name.
10278
102792005-04-23 Richard M. Stallman <rms@gnu.org>
10280
10281 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
10282
102832005-04-22 Nick Roberts <nickrob@snap.net.nz>
10284
10285 * windows.texi (Cyclic Window Ordering): Clarify window-list.
10286
102872005-04-22 Nick Roberts <nickrob@snap.net.nz>
10288
10289 * variables.texi (Variable Aliases): Describe make-obsolete-variable
10290 and define-obsolete-variable-alias.
10291
102922005-04-22 Kim F. Storm <storm@cua.dk>
10293
10294 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
10295 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
10296
102972005-04-21 Lute Kamstra <lute@gnu.org>
10298
10299 * lists.texi (Association Lists): Document rassq-delete-all.
10300
103012005-04-19 Richard M. Stallman <rms@gnu.org>
10302
10303 * modes.texi (Search-based Fontification): Explain that
10304 facespec is an expression to be evaluated.
10305
103062005-04-19 Kevin Ryde <user42@zip.com.au>
10307
10308 * streams.texi (Output Functions): Fix xref.
10309 * strings.texi (String Conversion): Fix xref.
10310
103112005-04-19 Kim F. Storm <storm@cua.dk>
10312
10313 * symbols.texi (Symbol Plists): Add safe-get.
10314 Mention that `get' may signal an error.
10315
103162005-04-18 Nick Roberts <nickrob@snap.net.nz>
10317
10318 * customize.texi (Variable Definitions): Replace tooltip-mode
10319 example with save-place.
10320
103212005-04-17 Richard M. Stallman <rms@gnu.org>
10322
10323 * buffers.texi (Indirect Buffers): Clarify.
10324
10325 * positions.texi (Positions): Clarify converting marker to integer.
10326
10327 * strings.texi (String Basics): Mention string-match; clarify.
10328
103292005-04-08 Lute Kamstra <lute@gnu.org>
10330
10331 * modes.texi (Search-based Fontification): Fix cross references.
10332 Use consistent terminology. Document anchored highlighting.
10333
103342005-04-05 Lute Kamstra <lute@gnu.org>
10335
10336 * modes.texi (Defining Minor Modes): Document :group keyword
10337 argument and its default value.
10338
103392005-04-03 Lute Kamstra <lute@gnu.org>
10340
10341 * hooks.texi (Standard Hooks): Add some hooks. Add cross
10342 references and/or descriptions. Delete major mode hooks; mention
10343 them as a category instead. Rename or delete obsolete hooks.
10344
103452005-04-02 Richard M. Stallman <rms@gnu.org>
10346
10347 * nonascii.texi (Coding System Basics): Another wording cleanup.
10348
103492005-04-01 Richard M. Stallman <rms@gnu.org>
10350
10351 * nonascii.texi (Coding System Basics): Clarify previous change.
10352
103532005-04-01 Kenichi Handa <handa@m17n.org>
10354
10d1d0af 10355 * nonascii.texi (Coding System Basics): Describe about roundtrip
b8d4c8d0
GM
10356 identity of coding systems.
10357
103582005-03-29 Chong Yidong <cyd@stupidchicken.com>
10359
10360 * text.texi (Buffer Contents): Add filter-buffer-substring and
10361 buffer-substring-filters.
10362
103632005-03-26 Chong Yidong <cyd@stupidchicken.com>
10364
10365 * anti.texi (Antinews): Mention `G' interactive code.
10366
10367 * tips.texi (Compilation Tips): Mention benchmark.el.
10368
103692005-03-27 Luc Teirlinck <teirllm@auburn.edu>
10370
10371 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
10372 is now bound to M-o M-o.
10373
10374 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
10375
103762005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
10377
10378 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
10379 in the Emacs Manual).
10380 * Makefile.in (srcs): Remove calendar.texi.
10381 * makefile.w32-in (srcs): Remove calendar.texi.
10382 * display.texi (Display): Change name of next node.
10383 * os.texi (System In): Change name of previous node.
10384 * elisp.texi (Top): Remove Calendar references.
10385 * vol1.texi (Top): Remove Calendar references.
10386 * vol2.texi (Top): Remove Calendar references.
10387
103882005-03-25 Richard M. Stallman <rms@gnu.org>
10389
10390 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
10391 Cleanup previous change.
10392
103932005-03-25 Chong Yidong <cyd@stupidchicken.com>
10394
10395 * display.texi (Face Attributes): Faces earlier in an :inherit
10396 list take precedence.
10397 (Scroll Bars): Fix description of vertical-scroll-bars.
10398 Document frame-current-scroll-bars and window-current-scroll-bars.
10399
10400 * markers.texi (The Mark): Document temporary Transient Mark mode.
10401
10402 * minibuf.texi (Reading File Names):
10403 Document read-file-name-completion-ignore-case.
10404
10405 * positions.texi (Screen Lines): Document nil for width argument
10406 to compute-motion.
10407
104082005-03-23 Kim F. Storm <storm@cua.dk>
10409
10410 * display.texi (Standard Faces): Other faces used in the fringe
10411 implicitly inherits from the fringe face.
10412 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
10413 properties implicitly inherits from fringe face.
10414 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
10415
104162005-03-20 Chong Yidong <cyd@stupidchicken.com>
10417
10418 * display.texi (Invisible Text): State default value of
10419 line-move-ignore-invisible.
10420 (Managing Overlays): Document remove-overlays.
10421 (Standard Faces): Document escape-glyph face.
10422
10423 * minibuf.texi (Reading File Names): Document read-file-name-function.
10424
10425 * modes.texi (Other Font Lock Variables):
10426 Document font-lock-lines-before.
10427
10428 * positions.texi (Skipping Characters): skip-chars-forward allows
10429 character classes.
10430
104312005-03-18 Lute Kamstra <lute@gnu.org>
10432
10433 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
10434
104352005-03-17 Richard M. Stallman <rms@gnu.org>
10436
10437 * text.texi (Undo): Document extensible undo entries.
10438
dd7b651b 10439 * searching.texi (String Search, Regexp Search): Cleanups.
b8d4c8d0
GM
10440
10441 * nonascii.texi (Character Codes): Minor fix.
10442
10443 * display.texi (Display Property): Explain the significance
10444 of having text properties that are eq.
10445 (Other Display Specs): Explain string as display spec.
10446
10447 * commands.texi (Interactive Codes): Document G option.
10448
104492005-03-17 Chong Yidong <cyd@stupidchicken.com>
10450
10451 * text.texi (Filling): Add sentence-end-without-period and
10452 sentence-end-without-space.
10453 (Changing Properties): Minor fix.
10454
10455 * anti.texi: Total rewrite.
10456
104572005-03-15 Lute Kamstra <lute@gnu.org>
10458
10459 * edebug.texi (Instrumenting Macro Calls): Fix typos.
10460
104612005-03-08 Kim F. Storm <storm@cua.dk>
10462
10463 * display.texi (Specified Space): Property :width is support on
10464 non-graphic terminals, :height is not.
10465
104662005-03-07 Richard M. Stallman <rms@gnu.org>
10467
10468 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
10469 Now subnodes of Fringes.
10470 (Overlay Arrow): Document overlay-arrow-variable-list.
10471 (Fringe Size/Pos): New node, broken out of Fringes.
10472 (Display): Explain clearing vs redisplay better.
10473 (Truncation): Clarify use of bitmaps.
10474 (The Echo Area): Clarify the uses of the echo area.
10475 Add max-mini-window-height.
10476 (Progress): Clarify.
10477 (Invisible Text): Explain that main loop moves point out.
10478 (Selective Display): Say "hidden", not "invisible".
10479 (Managing Overlays): Move up. Describe relation to Undo here.
10480 (Overlay Properties): Clarify intro.
10481 (Finding Overlays): Explain return values when nothing found.
10482 (Width): truncate-string-to-width has added arg.
10483 (Displaying Faces): Clarify and update mode line face handling.
10484 (Face Functions): Minor cleanup.
10485 (Conditional Display): Merge into Other Display Specs.
10486 (Pixel Specification, Other Display Specs): Minor cleanups.
10487 (Images, Image Descriptors): Minor cleanups.
10488 (GIF Images): Patents have expired.
10489 (Showing Images): Explain default text for insert-image.
10490 (Manipulating Button Types): Merge into Manipulating Buttons.
10491 (Making Buttons): Explain return values.
10492 (Button Buffer Commands): Add xref.
10493 (Inverse Video): Update mode-line-inverse-video.
10494 (Display Table Format): Clarify.
10495 (Active Display Table): Give defaults for window-display-table.
10496
10497 * calendar.texi (Calendar Customizing): calendar-holiday-marker
10498 and calendar-today-marker are strings, not chars.
10499 (Holiday Customizing): Minor fix.
10500
10501 * internals.texi (Writing Emacs Primitives): Update `or' example.
10502 Update limit on # args of subr.
10503
10504 * edebug.texi (Using Edebug): Arrow is in fringe.
10505 (Instrumenting): Arg to eval-defun works without loading edebug.
10506 (Edebug Execution Modes): Add xref.
10507
10508 * customize.texi (Common Keywords): Clarify :require.
10509 Mention :version here.
10510 (Variable Definitions, Group Definitions): Not here.
10511 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
10512
105132005-03-07 Chong Yidong <cyd@stupidchicken.com>
10514 * nonascii.texi (Text Representations): Clarify position-bytes.
10515 (Character Sets): Add list-charset-chars.
10516 (Scanning Charsets): Add charset-after.
10517 (Encoding and I/O): Minor fix.
10518
105192005-03-06 Richard M. Stallman <rms@gnu.org>
10520
10521 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
10522 (Resizing Windows): Likewise.
10523
10524 * text.texi (Change Hooks): Get rid of "Emacs 21".
10525
10526 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
10527
10528 * streams.texi (Output Variables): Get rid of "Emacs 21".
10529
10530 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
10531
10532 * os.texi (Translating Input): Replace flow-control example
10533 with a less obsolete example that uses `keyboard-translate'.
10534
10535 * objects.texi (Hash Table Type, Circular Objects):
10536 Get rid of "Emacs 21".
10537
10538 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
10539 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
10540
10541 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
10542
10543 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
10544
10545 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
10546 (Menu Bar): Fix when menu-bar-update-hook is called.
10547
10548 * hash.texi (Hash Tables): Get rid of "Emacs 21".
10549
10550 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
10551 and make it read better.
10552
10553 * files.texi (Writing to Files): Get rid of "Emacs 21".
10554 (Unique File Names): Likewise.
10555
10556 * elisp.texi: Update Emacs version to 22.
10557
10558 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
10559 (Overlay Properties, Face Attributes): Likewise.
10560 (Managing Overlays): Fix punctuation.
10561 (Attribute Functions): Clarify set-face-font; get rid of
10562 info about old Emacs versions.
10563 (Auto Faces, Font Lookup, Display Property, Images):
10564 Get rid of "Emacs 21".
10565
10566 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
10567
105682005-03-05 Richard M. Stallman <rms@gnu.org>
10569
10570 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
10571
105722005-03-04 Lute Kamstra <lute@gnu.org>
10573
10574 * debugging.texi (Error Debugging): Document stack-trace-on-error.
10575
105762005-03-03 Lute Kamstra <lute@gnu.org>
10577
10578 * edebug.texi (Instrumenting Macro Calls): Fix typo.
10579
105802005-03-01 Lute Kamstra <lute@gnu.org>
10581
10582 * debugging.texi (Debugger Commands): Update `j'.
10583
105842005-02-28 Lute Kamstra <lute@gnu.org>
10585
10586 * debugging.texi (Debugging): Fix typo.
10587 (Error Debugging): Document eval-expression-debug-on-error.
10588 (Function Debugging): Update example.
10589 (Using Debugger): Mention starred stack frames.
10590 (Debugger Commands): Document `j' and `l'.
10591 (Invoking the Debugger): `d' and `j' exit recursive edit too.
10592 Update the messages that the debugger displays.
10593 (Internals of Debugger): Add cross reference. Update example.
10594 (Excess Open): Minor improvement.
10595 (Excess Close): Minor improvement.
10596
105972005-02-26 Richard M. Stallman <rms@gnu.org>
10598
10599 * tips.texi (Coding Conventions): Clarify.
10600 Put all the major mode key reservations together.
10601 Mention the Mouse-1 => Mouse-2 conventions.
10602
10603 * syntax.texi (Syntax Class Table): Clarify.
10604 (Syntax Table Functions): syntax-after moved from here.
10605 (Syntax Table Internals): syntax-after moved to here.
10606 (Parsing Expressions): Update info on number of values
10607 and what's meaningful in the STATE argument.
10608 (Categories): Fix typo.
10609
10610 * sequences.texi (Arrays): Cleanup.
10611 (Char-Tables): Clarify.
10612
10613 * processes.texi (Deleting Processes): Cleanups, add xref.
10614 (Subprocess Creation): Explain nil in exec-path. Cleanup.
10615 (Process Information): set-process-coding-system, some args optional.
10616 (Input to Processes): Explain various types for PROCESS args.
10617 Rename them from PROCESS-NAME to PROCESS.
10618 (Signals to Processes): Likewise.
10619 (Decoding Output): Cleanup.
10620 (Query Before Exit): Clarify.
10621
10622 * os.texi (Startup Summary): Correct the options; add missing ones.
10623 (Terminal Output, Batch Mode): Clarify.
10624 (Flow Control): Node deleted.
10625
10626 * markers.texi (The Mark): Clarify.
10627
10628 * macros.texi (Expansion): Cleanup.
10629 (Indenting Macros): indent-spec allows ints, not floats.
10630
10631 * keymaps.texi (Keymaps): Clarify.
10632 (Format of Keymaps): Update lisp-mode-map example.
10633 (Active Keymaps, Key Lookup): Clarify.
10634 (Changing Key Bindings): Add xref to `kbd'.
10635 (Key Binding Commands, Simple Menu Items): Clarify.
10636 (Mouse Menus, Menu Bar): Clarify.
10637 (Menu Example): Replace print example with menu-bar-replace-menu.
10638
10639 * help.texi (Documentation Basics): Add function-documentation prop.
10640
10641 * elisp.texi (Top): Don't refer to Flow Control node.
10642
10643 * commands.texi (Command Overview): Improve xrefs.
10644 (Adjusting Point): Adjusting point applies to intangible and invis.
10645 (Key Sequence Input): Doc extra read-key-sequence args.
10646 Likewise for read-key-sequence-vector.
10647
10648 * backups.texi (Rename or Copy): Minor fix.
10649 (Numbered Backups): For version-control, say the default.
10650 (Auto-Saving): make-auto-save-file-name example is simplified.
10651
10652 * advice.texi (Advising Functions): Don't imply one part of Emacs
10653 should advise another part. Markup changes.
10654 (Defining Advice): Move transitional para.
10655 (Activation of Advice): Cleanup.
10656 Explain if COMPILE is nil or negative.
10657
10658 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
10659
106602005-02-24 Lute Kamstra <lute@gnu.org>
10661
10662 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
10663 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
10664
106652005-02-23 Lute Kamstra <lute@gnu.org>
10666
10667 * modes.texi (Defining Minor Modes): define-minor-mode can be used
10668 to define global minor modes as well.
10669
10670 * display.texi (Managing Overlays): overlay-buffer returns nil for
10671 deleted overlays.
10672
106732005-02-22 Kim F. Storm <storm@cua.dk>
10674
10675 * minibuf.texi (Basic Completion): Allow symbols in addition to
10676 strings in try-completion and all-completions.
10677
106782005-02-14 Lute Kamstra <lute@gnu.org>
10679
10680 * elisp.texi (Top): Remove reference to deleted node.
10681
10682 * lists.texi (Lists): Remove reference to deleted node.
10683 (Cons Cells): Fix typo.
10684
10685 * loading.texi (Where Defined): Fix typo.
10686
106872005-02-14 Richard M. Stallman <rms@gnu.org>
10688
10689 * variables.texi (Creating Buffer-Local): change-major-mode-hook
10690 is useful for discarding some minor modes.
10691
10692 * symbols.texi (Symbol Components): Reorder examples.
10693
10694 * streams.texi (Input Functions): State standard-input default.
10695 (Output Variables): State standard-output default.
10696
10697 * objects.texi (Printed Representation): Clarify read syntax vs print.
10698 (Floating Point Type): Explain meaning better.
10699 (Symbol Type): Explain uniqueness better.
10700 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
10701 List examples sooner.
10702 (Box Diagrams): New subnode broken out.
10703 Some examples moved from old Lists as Boxes node.
10704 (Dotted Pair Notation): Clarify intro.
10705 (Array Type): Clarify.
10706 (Type Predicates): Add hash-table-p.
10707
10708 * numbers.texi (Integer Basics): Clarify radix explanation.
10709 (Predicates on Numbers): Minor clarification.
10710 (Comparison of Numbers): Minor clarification. Clarify eql.
10711 Typos in min, max.
10712 (Math Functions): Clarify overflow in expt.
10713
10714 * minibuf.texi (Text from Minibuffer): Minor clarification.
10715 Mention arrow keys.
10716
10717 * loading.texi (Autoload): defun's doc string overrides autoload's
10718 doc string.
10719 (Repeated Loading): Modernize "add to list" examples.
10720 (Where Defined): Finish updating table of load-history elts.
10721
10722 * lists.texi (List-related Predicates): Minor wording improvement.
10723 (Lists as Boxes): Node deleted.
10724 (Building Lists): Explain trivial cases of number-sequence.
10725
10726 * hash.texi (Hash Tables): Add desc to menu items.
10d1d0af 10727 (Creating Hash): Explain "full" means "make larger".
b8d4c8d0
GM
10728 (Hash Access): Any object can be a key.
10729 State value of maphash.
10730
10731 * functions.texi (What Is a Function): Wording cleanup.
10732 (Function Documentation): Minor cleanup.
10733 Explain purpose of calling convention at end of doc string.
10734 (Function Names): Wording cleanup.
10735 (Calling Functions): Wording cleanup.
10736 Explain better how funcall calls the function.
10737 (Function Cells): Delete example of saving and redefining function.
10738
10739 * control.texi (Combining Conditions): Wording cleanup.
10740 (Iteration): dolist and dotimes bind VAR locally.
10741 (Cleanups): Xref to Atomic Changes.
10742
10743 * compile.texi (Byte Compilation): Delete 19.29 info.
10744 (Compilation Functions): Macros' difficulties don't affect defsubst.
10745 (Docs and Compilation): Delete 19.29 info.
10746
107472005-02-10 Richard M. Stallman <rms@gnu.org>
10748
10749 * objects.texi (Symbol Type): Minor correction.
10750
107512005-02-06 Lute Kamstra <lute@gnu.org>
10752
10753 * modes.texi (Example Major Modes): Fix typos.
10754
107552005-02-06 Richard M. Stallman <rms@gnu.org>
10756
10757 * text.texi (Margins): fill-nobreak-predicate can be one function.
10758
10759 * strings.texi (Modifying Strings): clear-string can make unibyte.
10760 (Formatting Strings): format gives error if values missing.
10761
10762 * positions.texi (Character Motion): Mention default arg
10763 for forward-char. backward-char refers to forward-char.
10764 (Word Motion): Mention default arg for forward-word.
10765 (Buffer End Motion): Mention default arg for beginning-of-buffer.
10766 Simplify end-of-buffer.
10767 (Text Lines): Mention default arg for forward-line.
10768 (List Motion): Mention default arg for beginning/end-of-defun.
10769 (Skipping Characters): Minor fixes in explaining character-set.
10770
10771 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
10772 Mode inheritance applies only when default-major-mode is nil.
10773 Clarifications.
10774 (Example Major Modes): Update Text mode and Lisp mode examples.
10775 (Minor Mode Conventions): Mention define-minor-mode at top.
10776 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
10777 (Mode Line Format): Update mode line face display info.
10778 (Properties in Mode): Mention effect of risky vars.
10779 (Imenu): Define imenu-add-to-menubar.
10780 (Font Lock Mode): Add descriptions to menu lines.
10781 (Faces for Font Lock): Add font-lock-doc-face.
10782
107832005-02-05 Lute Kamstra <lute@gnu.org>
10784
10785 * text.texi (Maintaining Undo): Remove obsolete function.
10786
107872005-02-05 Eli Zaretskii <eliz@gnu.org>
10788
10789 * frames.texi (Color Names): Add pointer to the X docs about RGB
c4cc8b9a 10790 color specifications. Improve indexing.
b8d4c8d0
GM
10791 (Text Terminal Colors): Replace the description of RGB values by
10792 an xref to "Color Names".
10793
107942005-02-03 Richard M. Stallman <rms@gnu.org>
10795
10796 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
10797 Clarify.
10798 (Selecting Windows): Clarify save-selected-window.
10799 (Cyclic Window Ordering): Clarify walk-windows.
10800 (Window Point): Clarify.
10801 (Window Start): Add comment to example.
10802 (Resizing Windows): Add `interactive' specs in examples.
10803 Document fit-window-to-buffer.
10804
10805 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
10806 (Undo, Maintaining Undo): Clarify last change.
10807 (Sorting): In sort-numeric-fields, explain about octal and hex.
10808 Mention sort-numeric-base.
10809 (Format Properties): Add xref for hard newlines.
10810
10811 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
10812 (Pop-Up Menus): Fix typo.
10813 (Color Names): Explain all types of color names.
10814 Explain color-values on B&W terminal.
10815 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
10816
10817 * files.texi (File Locks): Not supported on MS systems.
10818 (Testing Accessibility): Clarify.
10819
10820 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
10821 (Coverage Testing): Fix typo.
10822
10823 * commands.texi (Misc Events): Remove stray space.
10824
10825 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
10826 (Modification Time): Clarify when visited-file-modtime returns 0.
10827 (The Buffer List): Clarify bury-buffer.
10828 (Killing Buffers): Clarify.
10829 (Indirect Buffers): Add clone-indirect-buffer.
10830
108312005-02-02 Matt Hodges <MPHodges@member.fsf.org>
10832
10833 * edebug.texi (Printing in Edebug): Fix default value of
10834 edebug-print-circle.
10835 (Coverage Testing): Fix displayed frequency count data.
10836
108372005-02-02 Luc Teirlinck <teirllm@auburn.edu>
10838
10839 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
10840
108412005-02-02 Kim F. Storm <storm@cua.dk>
10842
10843 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
10844
108452005-01-29 Eli Zaretskii <eliz@gnu.org>
10846
10847 * commands.texi (Misc Events): Describe the help-echo event.
10848
10849 * text.texi (Special Properties) <help-echo>: Use `pos'
10850 consistently in description of the help-echo property.
10851 Use @code{nil} instead of @var{nil}.
10852
10853 * display.texi (Overlay Properties): Fix the index entry for
10854 help-echo overlay property.
10855
10856 * customize.texi (Type Keywords): Uncomment the xref to the
10857 help-echo property documentation.
10858
108592005-01-23 Kim F. Storm <storm@cua.dk>
10860
10861 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
10862 return value. Third element FULLY replaced by PARTIAL which
10863 specifies number of invisible pixels if row is only partially visible.
10864 (Textual Scrolling): Mention auto-window-vscroll.
10865 (Vertical Scrolling): New defvar auto-window-vscroll.
10866
108672005-01-16 Luc Teirlinck <teirllm@auburn.edu>
10868
10869 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
10870 command remapping.
10871
108722005-01-15 Richard M. Stallman <rms@gnu.org>
10873
10874 * display.texi (Defining Images): Mention DATA-P arg of create-image.
10875
108762005-01-14 Kim F. Storm <storm@cua.dk>
10877
10878 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
10879
10880 * text.texi (Links and Mouse-1): Fix string and vector item.
10881
108822005-01-13 Richard M. Stallman <rms@gnu.org>
10883
10884 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
10885 descriptions of overriding-local-map and overriding-terminal-local-map.
10886
10887 * text.texi (Links and Mouse-1): Clarify text.
10888
108892005-01-13 Kim F. Storm <storm@cua.dk>
10890
10891 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
10892
108932005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
10894
10895 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
10896
108972005-01-12 Kim F. Storm <storm@cua.dk>
10898
10899 * text.texi (Links and Mouse-1): Rename section from Enabling
10900 Mouse-1 to Following Links. Change xrefs.
10901 Add examples for define-button-type and define-widget.
10902
10903 * display.texi (Button Properties, Button Buffer Commands):
10904 Clarify mouse-1 and follow-link functionality.
10905
109062005-01-12 Richard M. Stallman <rms@gnu.org>
10907
10908 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
10909
10910 * display.texi (Beeping): Fix Texinfo usage.
10911
10912 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
10913
109142005-01-11 Kim F. Storm <storm@cua.dk>
10915
10916 * display.texi (Button Properties, Button Buffer Commands):
10917 Mention mouse-1 binding. Add follow-link keyword.
10918
10919 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
10920 (Enabling Mouse-1 to Follow Links): New subsection.
10921
109222005-01-06 Richard M. Stallman <rms@gnu.org>
10923
10924 * text.texi (Special Properties): Minor change.
10925
10926 * os.texi (Timers): Clarify previous change.
10927
10928 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
10929
109302005-01-01 Luc Teirlinck <teirllm@auburn.edu>
10931
10932 * display.texi (Face Attributes): Correct xref to renamed node.
10933
109342005-01-01 Richard M. Stallman <rms@gnu.org>
10935
10936 * display.texi (Face Attributes): Describe hex color specs.
10937
109382004-12-31 Richard M. Stallman <rms@gnu.org>
10939
10940 * os.texi (Timers): Update previous change.
10941
109422004-12-30 Kim F. Storm <storm@cua.dk>
10943
10944 * display.texi (Line Height): Total line-height is now specified
10945 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
10946 in cons cells. (nil . RATIO) is relative to actual line height.
10947 Use line-height `t' instead of `0' to get minimum height.
10948
109492004-12-29 Richard M. Stallman <rms@gnu.org>
10950
10951 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
10952
109532004-12-28 Richard M. Stallman <rms@gnu.org>
10954
10955 * commands.texi (Quitting): Clarify value of with-local-quit.
10956
10957 * elisp.texi (Top): Fix previous change.
10958
10959 * loading.texi (Loading): Fix previous change.
10960
109612004-12-27 Richard M. Stallman <rms@gnu.org>
10962
10963 * Makefile.in (MAKEINFO): Specify --force.
10964
10965 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
10966
10967 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
10968
10969 * display.texi (Line Height): Further clarify.
10970
10971 * elisp.texi (Top): Update Loading submenu.
10972
10973 * loading.texi (Where Defined): New node.
10974 (Unloading): load-history moved to Where Defined.
10975
109762004-12-21 Richard M. Stallman <rms@gnu.org>
10977
10978 * commands.texi (Event Input Misc): Add while-no-input.
10979
109802004-12-11 Richard M. Stallman <rms@gnu.org>
10981
10982 * display.texi (Line Height): Rewrite text for clarity.
10983
109842004-12-11 Kim F. Storm <storm@cua.dk>
10985
10986 * display.texi (Display): Add node "Line Height" to menu.
10987 (Line Height): New node. Move full description of line-spacing
10988 and line-height text properties here from text.texi.
10989 (Scroll Bars): Add vertical-scroll-bar variable.
10990
10991 * frames.texi (Window Frame Parameters): Remove line-height defvar.
10992
10993 * locals.texi (Standard Buffer-Local Variables): Fix xref for
10994 line-spacing and vertical-scroll-bar.
10995
10996 * text.texi (Special Properties): Just mention line-spacing and
10997 line-height here, add xref to new "Line Height" node.
10998
109992004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
11000
11001 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
11002
11003 * locals.texi (Standard Buffer-Local Variables):
11004 Add @xref for `line-spacing'.
11005
110062004-12-05 Richard M. Stallman <rms@gnu.org>
11007
11008 * Makefile.in (maintainer-clean): Remove the info files
11009 in $(infodir) where they are created.
11010
110112004-12-03 Richard M. Stallman <rms@gnu.org>
11012
11013 * windows.texi (Selecting Windows): get-lru-window and
11014 get-largest-window don't consider dedicated windows.
11015
11016 * text.texi (Undo): Document undo-in-progress.
11017
110182004-11-26 Richard M. Stallman <rms@gnu.org>
11019
11020 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
11021 Remove a few vars that are not always buffer-local.
11022
110232004-11-24 Luc Teirlinck <teirllm@auburn.edu>
11024
11025 * locals.texi (Standard Buffer-Local Variables): Comment out
11026 xref's to non-existent node `Yet to be written'.
11027
110282004-11-24 Richard M. Stallman <rms@gnu.org>
11029
11030 * processes.texi (Synchronous Processes): Grammar fix.
11031
11032 * numbers.texi (Comparison of Numbers): Add eql.
11033
11034 * locals.texi (Standard Buffer-Local Variables): Add many vars.
11035
11036 * intro.texi (Printing Notation): Fix previous change.
11037
11038 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
11039 and default-indicate-buffer-boundaries from here.
11040 (Usual Display): To here.
11041 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
11042 (Usual Display): Move tab-width up.
11043
5dcb4c4e
SM
11044 * customize.texi (Variable Definitions):
11045 Replace show-paren-mode example with tooltip-mode.
b8d4c8d0
GM
11046 (Simple Types, Composite Types, Defining New Types):
11047 Minor cleanups.
11048
110492004-11-21 Jesper Harder <harder@ifa.au.dk>
11050
11051 * processes.texi (Synchronous Processes, Output from Processes):
11052 Markup fix.
11053
110542004-11-20 Richard M. Stallman <rms@gnu.org>
11055
11056 * positions.texi (Skipping Characters): skip-chars-forward
11057 now handles char classes.
11058
11059 * intro.texi (Printing Notation): Avoid confusion of `print'
11060 when explaining @print.
11061
11062 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
11063
11064 * display.texi (Display Table Format): Minor fix.
11065
11066 * streams.texi (Output Functions): Fix print example.
11067
11068 * Makefile.in (elisp): New target.
11069 (dist): Depend on $(infodir)/elisp, not elisp.
11070 Copy the info files from $(infodir).
11071
11072 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
11073 read-from-minibuffer.
11074
11075 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
11076
110772004-11-19 Richard M. Stallman <rms@gnu.org>
11078
11079 * searching.texi (Regexp Search): Add search-whitespace-regexp.
11080
110812004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
11082
11083 * tips.texi (Coding Conventions): Fix typo.
11084
110852004-11-16 Richard M. Stallman <rms@gnu.org>
11086
11087 * tips.texi (Coding Conventions): Separate defvar and require
11088 methods to avoid warnings. Use require only when there are many
11089 functions and variables from that package.
11090
11091 * minibuf.texi (Minibuffer Completion): When ignoring case,
11092 predicate must not be case-sensitive.
11093
11094 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
11095 (Test Coverage): Don't talk about "splotches". Clarified.
11096
110972004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
11098
11099 * frames.texi (Window Frame Parameters): Fix typo.
11100
111012004-11-15 Kim F. Storm <storm@cua.dk>
11102
11103 * symbols.texi (Other Plists): Note that plist-get may signal error.
11104 Add safe-plist-get.
11105
111062004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
11107
11108 * modes.texi (Font Lock Basics): Fix typo.
11109
111102004-11-08 Richard M. Stallman <rms@gnu.org>
11111
11112 * syntax.texi (Syntax Table Functions): Add syntax-after.
11113
111142004-11-06 Lars Brinkhoff <lars@nocrew.org>
11115
11116 * os.texi (Processor Run Time): New section documenting
11117 get-internal-run-time.
11118
111192004-11-06 Eli Zaretskii <eliz@gnu.org>
11120
11121 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
11122 it nukes elisp-cover.texi.
11123 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
11124 elisp-0 etc.
11125
111262004-11-05 Luc Teirlinck <teirllm@auburn.edu>
11127
11128 * commands.texi (Keyboard Macros): Document `append' return value
11129 of `defining-kbd-macro'.
11130
111312004-11-01 Richard M. Stallman <rms@gnu.org>
11132
11133 * commands.texi (Interactive Call): Add called-interactively-p.
11134
111352004-10-29 Simon Josefsson <jas@extundo.com>
11136
11137 * minibuf.texi (Reading a Password): Revert.
11138
111392004-10-28 Richard M. Stallman <rms@gnu.org>
11140
11141 * frames.texi (Display Feature Testing): Explain about "vendor".
11142
111432004-10-27 Richard M. Stallman <rms@gnu.org>
11144
11145 * commands.texi (Interactive Codes): `N' uses numeric prefix,
11146 not raw. Clarify `n'.
11147 (Interactive Call): Rewrite interactive-p, focusing on when
11148 and how to use it.
11149 (Misc Events): Clarify previous change.
11150
11151 * advice.texi (Simple Advice): Clarify what job the example does.
11152 (Around-Advice): Clarify ad-do-it.
11153 (Activation of Advice): An option of ad-default-compilation-action
11154 is `never', not `nil'.
11155
111562004-10-26 Kim F. Storm <storm@cua.dk>
11157
11158 * commands.texi (Interactive Codes): Add U code letter.
11159
111602004-10-25 Simon Josefsson <jas@extundo.com>
11161
11162 * minibuf.texi (Reading a Password): Add.
11163
111642004-10-24 Jason Rumney <jasonr@gnu.org>
11165
11166 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
11167 and wheel-down.
11168
111692004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
11170
11171 * processes.texi (Synchronous Processes): Document process-file.
11172
111732004-10-22 Kenichi Handa <handa@m17n.org>
11174
11175 * text.texi (translate-region): Document that it accepts also a
11176 char-table.
11177
111782004-10-22 David Ponce <david@dponce.com>
11179
11180 * windows.texi (Resizing Windows): Document the `preserve-before'
11181 argument of the functions `enlarge-window' and `shrink-window'.
11182
111832004-10-19 Jason Rumney <jasonr@gnu.org>
11184
11185 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
11186
111872004-10-09 Luc Teirlinck <teirllm@auburn.edu>
11188
11189 * text.texi (Filling): Add anchor for definition of
11190 `sentence-end-double-space'.
11191
11192 * searching.texi (Regexp Example): Update description of how
11193 Emacs currently recognizes the end of a sentence.
11194 (Standard Regexps): Update definition of the variable
11195 `sentence-end'. Add definition of the function `sentence-end'.
11196
111972004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
11198
11199 * display.texi (Progress): New node.
11200
112012004-10-05 Kim F. Storm <storm@cua.dk>
11202
11203 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
11204
112052004-09-29 Kim F. Storm <storm@cua.dk>
11206
11207 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
11208 to identify bitmaps. Remove -fringe-bitmap suffix for standard
11209 fringe bitmap symbols, as they now have their own namespace.
11210 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
11211 vs. pixels. Signal error if no free bitmap slots.
11212 (Pixel Specification): Change IMAGE to @var{image}.
11213
112142004-09-28 Richard M. Stallman <rms@gnu.org>
11215
11216 * text.texi (Special Properties): Clarify line-spacing and line-height.
11217
11218 * searching.texi (Regexp Search): Add looking-back.
11219
112202004-09-25 Luc Teirlinck <teirllm@auburn.edu>
11221
11222 * display.texi: Correct typos.
11223 (Image Descriptors): Correct xref's.
11224
112252004-09-25 Richard M. Stallman <rms@gnu.org>
11226
11227 * text.texi (Special Properties): Cleanups in `cursor'.
11228 Rewrites in `line-height' and `line-spacing'; exchange them.
11229
11230 * display.texi (Fringes): Rewrite previous change.
11231 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
11232 (Display Fringe Bitmaps): Node deleted, text moved.
11233 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
11234 (Scroll Bars): Clarify set-window-scroll-bars.
11235 (Pointer Shape): Rewrite.
11236 (Specified Space): Clarify :align-to, etc.
11237 (Pixel Specification): Use @var. Clarify new text.
11238 (Other Display Specs): Clarify `slice'.
11239 (Image Descriptors): Cleanups.
11240 (Showing Images): Cleanups.
11241
112422004-09-24 Luc Teirlinck <teirllm@auburn.edu>
11243
11244 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
11245
11246 * modes.texi: Various minor changes in addition to:
11247 (Major Mode Conventions): Final call to `run-mode-hooks' should
11248 not be inside the `delay-mode-hooks' form.
11249 (Mode Hooks): New node.
11250 (Hooks): Delete obsolete example.
11251 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
11252 node "Mode Hooks".
11253
112542004-09-22 Luc Teirlinck <teirllm@auburn.edu>
11255
11256 * display.texi: Correct various typos.
11257 (Display): Rename node "Pointer Shapes" to "Pointer
11258 Shape". (There is already a node called "Pointer Shapes" in
11259 frames.texi.)
11260 (Images): Remove non-existent node "Image Slices" from menu.
11261
112622004-09-23 Kim F. Storm <storm@cua.dk>
11263
11264 * text.texi (Special Properties): Add `cursor', `pointer',
11265 `line-height', and `line-spacing' properties.
11266
11267 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
11268 Shapes' to menu.
11269 (Standard Faces): Doc fix for fringe face.
11270 (Fringes): Add `overflow-newline-into-fringe' and
11271 'indicate-buffer-boundaries'.
11272 (Fringe Bitmaps, Pointer Shapes): New nodes.
11273 (Display Property): Add 'Pixel Specification' and 'Display Fringe
11274 Bitmaps' to menu.
11275 (Specified Space): Describe pixel width and height.
11276 (Pixel Specification): New node.
11277 (Other Display Specs): Add `slice' property.
11278 (Display Fringe Bitmaps): New node.
11279 (Images): Add 'Image Slices' to menu.
11280 (Image Descriptors): Add `:pointer' and `:map' properties.
5dcb4c4e
SM
11281 (Showing Images): Add slice arg to `insert-image'.
11282 Add 'insert-sliced-image'.
b8d4c8d0
GM
11283
112842004-09-20 Richard M. Stallman <rms@gnu.org>
11285
11286 * commands.texi (Key Sequence Input):
11287 Clarify downcasing in read-key-sequence.
11288
112892004-09-08 Juri Linkov <juri@jurta.org>
11290
11291 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
11292
112932004-09-07 Luc Teirlinck <teirllm@auburn.edu>
11294
5dcb4c4e
SM
11295 * locals.texi (Standard Buffer-Local Variables):
11296 Add `buffer-auto-save-file-format'.
b8d4c8d0
GM
11297 * internals.texi (Buffer Internals): Describe new
11298 auto_save_file_format field of the buffer structure.
11299 * files.texi (Format Conversion): `auto-save-file-format' has been
11300 renamed `buffer-auto-save-file-format'.
11301
113022004-08-27 Luc Teirlinck <teirllm@auburn.edu>
11303
11304 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
11305 an integer or a marker.
11306 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
11307
113082004-08-22 Richard M. Stallman <rms@gnu.org>
11309
11310 * modes.texi (Major Mode Conventions): Discuss rebinding of
11311 standard key bindings.
11312
113132004-08-18 Kim F. Storm <storm@cua.dk>
11314
11315 * processes.texi (Accepting Output): Add `just-this-one' arg to
11316 `accept-process-output'.
11317 (Output from Processes): New var `process-adaptive-read-buffering'.
11318
113192004-08-10 Luc Teirlinck <teirllm@auburn.edu>
11320
11321 * keymaps.texi: Various changes in addition to:
11322 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
11323 Give more varied examples for `kbd'.
11324 (Creating Keymaps): Char tables have slots for all characters
11325 without modifiers.
11326 (Active Keymaps): `overriding-local-map' and
11327 `overriding-terminal-local-map' also override text property and
11328 overlay keymaps.
11329 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
11330 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
11331 to denote a prefix of no events.
11332 `map-keymap' includes parent's bindings _recursively_.
11333 Clarify and correct description of `where-is-internal'.
11334 Mention BUFFER-OR-NAME arg to `describe-bindings'.
11335 (Menu Example): For menus intended for use with the keyboard, the
11336 menu items should be bound to characters or real function keys.
11337
113382004-08-08 Luc Teirlinck <teirllm@auburn.edu>
11339
11340 * objects.texi (Character Type): Reposition `@anchor' to prevent
11341 double space inside sentence in Info.
11342
11343 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
11344 renamed to `disabled-command-function'.
11345 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
11346 (Command Loop Info): Replace reference to it.
11347 (Disabling Commands): `disabled-command-hook' has been renamed to
11348 `disabled-command-function'.
11349
113502004-08-07 Luc Teirlinck <teirllm@auburn.edu>
11351
11352 * os.texi (Translating Input): Only non-prefix bindings in
11353 `key-translation-map' override actual key bindings. Warn about
11354 possible indirect effect of actual key bindings on non-prefix
11355 bindings in `key-translation-map'.
11356
113572004-08-06 Luc Teirlinck <teirllm@auburn.edu>
11358
11359 * minibuf.texi (High-Level Completion): Add anchor for definition
11360 of `read-variable'.
11361
11362 * commands.texi: Various changes in addition to:
11363 (Using Interactive): Clarify description of `interactive-form'.
11364 (Interactive Call): Mention default for KEYS argument to
11365 `call-interactively'.
11366 (Command Loop Info): Clarify description of `this-command-keys'.
11367 Mention KEEP-RECORD argument to `clear-this-command-keys'.
11368 Value of `last-event-frame' can be `macro'.
11369 (Repeat Events): `double-click-fuzz' is also used to distinguish
11370 clicks and drags.
11371 (Classifying Events): Clarify descriptions of `event-modifiers'
11372 `event-basic-type' and `event-convert-list'.
11373 (Accessing Events): `posn-timestamp' takes POSITION argument.
11374 (Quoted Character Input): Clarify description of
11375 `read-quoted-char' and fix example.
11376 (Quitting): Add `with-local-quit'.
11377 (Disabling Commands): Correct and clarify descriptions of
11378 `enable-command' and `disable-command'.
11379 Mention what happens if `disabled-command-hook' is nil.
11380 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
11381 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
11382
113832004-07-24 Luc Teirlinck <teirllm@auburn.edu>
11384
11385 * frames.texi: Various changes in addition to:
11386 (Creating Frames): Expand and clarify description of `make-frame'.
11387 (Window Frame Parameters): Either none or both of the `icon-left'
11388 and `icon-top' parameters must be specified. Put descriptions of
11389 `menu-bar-lines' and `toolbar-lines' closer together and change
11390 them accordingly.
11391 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
11392 except while processing `frame-title-format' or `icon-title-format'.
11393 (Deleting Frames): Correct description of `delete-frame'.
11394 Non-nil return values of `frame-live-p' are like those of `framep'.
11395 (Frames and Windows): Mention return value of
11396 `set-frame-selected-window'.
11397 (Visibility of Frames): Mention `force' argument to
11398 `make-frame-invisible'. `frame-visible-p' returns t for all
11399 frames on text-only terminals.
11400 (Frame Configurations): Restoring a frame configuration does not
11401 restore deleted frames.
11402 (Window System Selections): `x-set-selection' returns DATA.
11403 (Resources): Add example.
11404 (Display Feature Testing): Clarify descriptions of
11405 `display-pixel-height', `display-pixel-width', `x-server-version'
11406 and `x-server-vendor'.
11407
11408 * windows.texi (Choosing Window): Add anchor.
11409 * minibuf.texi (Minibuffer Misc): Add anchor.
11410
114112004-07-23 John Paul Wallington <jpw@gnu.org>
11412
11413 * macros.texi (Defining Macros): Declaration keyword for setting
11414 Edebug spec is `debug' not `edebug'.
11415
114162004-07-19 Luc Teirlinck <teirllm@auburn.edu>
11417
11418 * windows.texi: Various small changes in addition to:
11419 (Window Point): Mention return value of `set-window-point'.
11420 (Window Start): `pos-visible-in-window-p' disregards horizontal
11421 scrolling. Explain return value if PARTIALLY is non-nil.
11422 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
11423 and `set-window-vscroll'.
11424 (Size of Window): The argument WINDOW to `window-inside-edges',
11425 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
11426 (Resizing Windows): Explain return value of
11427 `shrink-window-if-larger-than-buffer'.
11428 `window-size-fixed' automatically becomes buffer local when set.
11429 (Window Configurations): Explain return value of
11430 `set-window-configuration'.
11431
11432 * minibuf.texi (Minibuffer Misc): Add anchor for
11433 `minibuffer-scroll-window'.
11434
11435 * positions.texi (Text Lines): Add anchor for `count-lines'.
11436
114372004-07-17 Richard M. Stallman <rms@gnu.org>
11438
11439 * display.texi (Overlay Properties): Adding `evaporate' prop
11440 deletes empty overlay immediately.
11441
11442 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
11443 fix example.
11444
114452004-07-16 Jim Blandy <jimb@redhat.com>
11446
11447 * searching.texi (Regexp Backslash): Document new \_< and \_>
11448 operators.
11449
114502004-07-16 Juanma Barranquero <lektu@terra.es>
11451
11452 * display.texi (Images): Fix Texinfo usage.
11453
114542004-07-14 Luc Teirlinck <teirllm@auburn.edu>
11455
11456 * buffers.texi (Modification Time): `visited-file-modtime' now
11457 returns a list of two integers, instead of a cons.
11458
114592004-07-13 Luc Teirlinck <teirllm@auburn.edu>
11460
11461 * windows.texi: Various changes in addition to:
11462 (Splitting Windows): Add `split-window-keep-point'.
11463
114642004-07-09 Richard M. Stallman <rms@gnu.org>
11465
11466 * frames.texi (Input Focus): Minor fix.
11467
114682004-07-07 Luc Teirlinck <teirllm@auburn.edu>
11469
11470 * frames.texi (Input Focus): Clarify descriptions of
11471 `select-frame-set-input-focus' and `select-frame'.
11472
114732004-07-06 Luc Teirlinck <teirllm@auburn.edu>
11474
11475 * os.texi: Various small changes in addition to:
11476 (Killing Emacs): Expand and clarify description of
11477 `kill-emacs-query-functions' and `kill-emacs-hook'.
11478 (System Environment): Expand and clarify description of `getenv'
11479 and `setenv'.
11480 (Timers): Clarify description of `run-at-time'.
11481 (Translating Input): Correct description of
11482 `extra-keyboard-modifiers'.
11483 (Flow Control): Correct description of `enable-flow-control'.
11484
114852004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
11486
11487 * os.texi: Update copyright.
11488 (Session Management): Grammar fix.
11489 Clarify which Emacs does the restarting.
11490 Use @samp for *scratch* buffer.
11491
114922004-07-04 Alan Mackenzie <acm@muc.de>
11493
11494 * frames.texi (Input Focus): Add documentation for
11495 `select-frame-set-input-focus'. Replace refs to non-existent
11496 `switch-frame' with `select-frame'. Minor corrections and tidying
11497 up of text-only terminal stuff.
11498
114992004-07-02 Richard M. Stallman <rms@gnu.org>
11500
11501 * files.texi (Saving Buffers): Cleanup write-contents-function.
11502 (Magic File Names): Cleanup file-remote-p.
11503
b344d29d 115042004-07-02 Kai Großjohann <kai@emptydomain.de>
b8d4c8d0
GM
11505
11506 * files.texi (Magic File Names): `file-remote-p' returns an
11507 identifier of the remote system, not just t.
11508
115092004-07-02 David Kastrup <dak@gnu.org>
11510
11511 * searching.texi (Entire Match Data): Add explanation about new
11512 match-data behavior when @var{integers} is non-nil.
11513
115142004-06-24 Richard M. Stallman <rms@gnu.org>
11515
11516 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
11517
11518 * customize.texi (Variable Definitions): Note about doc strings
11519 and :set.
11520
11521 * keymaps.texi (Keymap Terminology): Document `kbd'.
11522 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
11523
11524 * display.texi (Invisible Text): Setting buffer-invisibility-spec
11525 makes it buffer-local.
11526
11527 * files.texi (Saving Buffers): Correct previous change.
11528
11529 * commands.texi (Accessing Events):
11530 Clarify posn-col-row and posn-actual-col-row.
11531
115322004-06-24 David Ponce <david.ponce@wanadoo.fr>
11533
11534 * commands.texi (Accessing Events): New functions
11535 posn-at-point and posn-at-x-y. Add example to posn-x-y.
11536
115372004-06-23 Luc Teirlinck <teirllm@auburn.edu>
11538
11539 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
11540 * frames.texi, buffers.texi, backups.texi, variables.texi:
11541 * loading.texi, eval.texi, functions.texi, control.texi:
11542 * symbols.texi, minibuf.texi: Reposition @anchor's.
11543
11544 * help.texi: Various small changes in addition to the following.
11545 (Describing Characters): Describe PREFIX argument to
11546 `key-description'. Correct and clarify definition of
11547 `text-char-description'. Describe NEED-VECTOR argument to
11548 `read-kbd-macro'.
11549 (Help Functions): Clarify definition of `apropos'.
11550
115512004-06-23 Lars Hansen <larsh@math.ku.dk>
11552
11553 * files.texi (Saving Buffers): Correct description of
11554 `write-contents-functions'.
11555
115562004-06-21 Juanma Barranquero <lektu@terra.es>
11557
11558 * display.texi (Images): Remove redundant @vindex directives.
11559 Rewrite `image-library-alist' doc in active voice.
11560
115612004-06-14 Juanma Barranquero <lektu@terra.es>
11562
11563 * display.texi (Images): Document new delayed library loading,
11564 variable `image-library-alist' and (existing but undocumented)
11565 function `image-type-available-p'.
11566
115672004-06-05 Richard M. Stallman <rms@gnu.org>
11568
11569 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
11570 refer the user to the Initial Input node.
11571 (Text from Minibuffer): Likewise.
11572 (Initial Input): New node. Document this feature
11573 and say it is mostly deprecated.
11574
115752004-05-30 Richard M. Stallman <rms@gnu.org>
11576
11577 * loading.texi (Named Features): Clarify return value
11578 and meaning of NOERROR.
11579
11580 * variables.texi (File Local Variables): Minor cleanup.
11581
115822004-05-30 Michael Albinus <michael.albinus@gmx.de>
11583
11584 * files.texi (Magic File Names): Add `file-remote-p' as operation
11585 of file name handlers.
11586
115872004-05-29 Richard M. Stallman <rms@gnu.org>
11588
11589 * modes.texi (Minor Mode Conventions): (-) has no special meaning
11590 as arg to a minor mode command.
11591
115922004-05-22 Richard M. Stallman <rms@gnu.org>
11593
11594 * syntax.texi (Syntax Class Table): Word syntax not just for English.
11595
11596 * streams.texi (Output Variables): Doc float-output-format.
11597
11598 * searching.texi (Regexp Special): Nested repetition can be infloop.
11599
11600 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
11601 real stack overflow.
11602
11603 * compile.texi: Minor cleanups.
11604
116052004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
11606
11607 * lists.texi (Cons Cells): Explain dotted lists, true lists,
11608 circular lists.
11609 (List Elements): Explain handling of circular and dotted lists.
11610
116112004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
11612
11613 * modes.texi (Search-based Fontification): Fix typo.
11614
116152004-05-10 Juanma Barranquero <lektu@terra.es>
11616
11617 * modes.texi (Mode Line Variables): Fix description of
11618 global-mode-string, which is now after which-func-mode, not the
11619 buffer name.
11620
116212004-05-07 Lars Hansen <larsh@math.ku.dk>
11622
11623 * modes.texi (Desktop Save Mode): Add.
11624 (Modes): Add menu entry Desktop Save Mode.
11625
11626 * hooks.texi: Add desktop-after-read-hook,
11627 desktop-no-desktop-file-hook and desktop-save-hook.
11628
11629 * locals.texi: Add desktop-save-buffer.
11630
116312004-04-30 Jesper Harder <harder@ifa.au.dk>
11632
11633 * display.texi: emacs -> Emacs.
11634
116352004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
11636
11637 * files.texi (Changing Files): Document set-file-times.
11638
116392004-04-23 Juanma Barranquero <lektu@terra.es>
11640
11641 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
11642
116432004-04-18 Jesper Harder <harder@ifa.au.dk>
11644
11645 * tips.texi (Coding Conventions): defopt -> defcustom.
11646
116472004-04-16 Luc Teirlinck <teirllm@auburn.edu>
11648
11649 * sequences.texi: Various clarifications.
11650
116512004-04-14 Luc Teirlinck <teirllm@auburn.edu>
11652
11653 * buffers.texi (Read Only Buffers): Mention optional ARG to
11654 `toggle-read-only'.
11655
116562004-04-14 Nick Roberts <nick@nick.uklinux.net>
11657
11658 * windows.texi (Selecting Windows): Note that get-lru-window
11659 returns a full-width window if possible.
11660
116612004-04-13 Luc Teirlinck <teirllm@auburn.edu>
11662
11663 * buffers.texi: Various changes in addition to:
11664 (Buffer File Name): Add `find-buffer-visiting'.
11665 (Buffer Modification): Mention optional ARG to `not-modified'.
11666 (Indirect Buffers): Mention optional CLONE argument to
11667 `make-indirect-buffer'.
11668
11669 * files.texi: Various changes in addition to:
11670 (Visiting Functions): `find-file-hook' is now a normal hook.
11671 (File Name Expansion): Explain difference between the way that
11672 `expand-file-name' and `file-truename' treat `..'.
11673 (Contents of Directories): Mention optional ID-FORMAT argument to
11674 `directory-files-and-attributes'.
11675 (Format Conversion): Mention new optional CONFIRM argument to
11676 `format-write-file'.
11677
116782004-04-12 Miles Bader <miles@gnu.org>
11679
11680 * macros.texi (Expansion): Add description of `macroexpand-all'.
11681
116822004-04-05 Jesper Harder <harder@ifa.au.dk>
11683
5dcb4c4e
SM
11684 * variables.texi (Variable Aliases):
11685 Mention cyclic-variable-indirection.
b8d4c8d0
GM
11686
11687 * errors.texi (Standard Errors): Ditto.
11688
116892004-04-04 Luc Teirlinck <teirllm@auburn.edu>
11690
11691 * backups.texi: Various small changes in addition to:
11692 (Making Backups): Mention return value of `backup-buffer'.
11693 (Auto-Saving): Mention optional FORCE argument to
11694 `delete-auto-save-file-if-necessary'.
11695 (Reverting): Mention optional PRESERVE-MODES argument to
11696 `revert-buffer'. Correct description of `revert-buffer-function'.
11697
116982004-03-22 Juri Linkov <juri@jurta.org>
11699
11700 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
11701 with `Vector Functions'.
11702
11703 * text.texi (Sorting): Add missing quote.
11704
117052004-03-14 Luc Teirlinck <teirllm@auburn.edu>
11706
11707 * intro.texi (Lisp History): Replace xref to `cl' manual with
11708 inforef.
11709
117102004-03-12 Richard M. Stallman <rms@gnu.org>
11711
11712 * intro.texi (Version Info): Add arg to emacs-version.
11713 (Lisp History): Change xref to CL manual.
11714
117152004-03-09 Luc Teirlinck <teirllm@auburn.edu>
11716
11717 * minibuf.texi (Completion Commands): Add xref to Emacs manual
11718 for Partial Completion mode.
11719
117202004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
11721
11722 * customize.texi: Fix typo. Remove eol whitespace.
11723
117242004-03-04 Richard M. Stallman <rms@gnu.org>
11725
11726 * processes.texi: Fix typos.
11727
11728 * lists.texi (Building Lists): Minor clarification.
11729
11730 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
11731 in make-hash-table.
11732
117332004-02-29 Juanma Barranquero <lektu@terra.es>
11734
11735 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
11736 rm, and ignore exit code.
11737
117382004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
11739
11740 * display.texi (Defining Faces): Add description for min-colors.
11741 Update example.
11742
117432004-02-23 Luc Teirlinck <teirllm@auburn.edu>
11744
11745 * abbrevs.texi: Various corrections and clarifications in addition
11746 to the following:
11747 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
11748
117492004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
11750
11751 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
11752
117532004-02-21 Luc Teirlinck <teirllm@auburn.edu>
11754
11755 * text.texi: Various small changes in addition to the following:
11756 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
11757 to delete-horizontal-space.
11758 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
11759 description of yank-handler text property at various places.
11760
11761 * frames.texi (Window System Selections): Add anchor.
11762
11763 * syntax.texi (Syntax Table Functions): Clarify and correct
11764 descriptions of make-syntax-table and copy-syntax-table.
11765 (Motion and Syntax): Clarify SYNTAXES argument to
11766 skip-syntax-forward.
11767 (Parsing Expressions): Mention that the return value of
11768 parse-partial-sexp is currently a list of ten rather than nine
11769 elements.
11770 (Categories): Various corrections and clarifications.
11771
117722004-02-17 Luc Teirlinck <teirllm@auburn.edu>
11773
11774 * markers.texi (Marker Insertion Types): Minor change.
11775
11776 * locals.texi (Standard Buffer-Local Variables):
11777 * commands.texi (Interactive Codes, Using Interactive):
11778 * functions.texi (Related Topics): Fix xrefs.
11779
117802004-02-16 Luc Teirlinck <teirllm@auburn.edu>
11781
11782 * lists.texi (Sets And Lists): Update description of delete-dups.
11783
117842004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
11785
11786 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
11787
c8763fb6 117882004-02-16 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
11789
11790 * frames.texi (Parameter Access): frame-parameters arg is optional.
11791 modify-frame-parameters handles nil for FRAME.
11792 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
11793 are all-or-nothing for certain toolkits.
11794 Mention parameter wait-for-wm.
11795 (Frames and Windows): In frame-first-window and frame-selected-window
11796 the arg is optional.
11797 (Input Focus): In redirect-frame-focus the second arg is optional.
11798 (Window System Selections): Mention selection type CLIPBOARD.
11799 Mention data-type UTF8_STRING.
11800 Mention numbering of cut buffers.
11801 (Resources): Describe x-resource-name.
11802
118032004-02-16 Richard M. Stallman <rms@gnu.org>
11804
11805 * windows.texi (Buffers and Windows): Delete false table
11806 about all-frames.
11807
11808 * syntax.texi (Parsing Expressions): Delete old caveat
11809 about parse-sexp-ignore-comments.
11810
11811 * streams.texi (Output Variables): Add print-quoted.
11812
11813 * lists.texi (Building Lists): Minor cleanup.
11814
11815 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
11816
11817 * display.texi (Overlays): Explain overlays use markers.
11818 (Managing Overlays): Explain front-advance and rear-advance
11819 in more detail.
11820
11821 * loading.texi (Unloading): Document unload-feature-special-hooks.
11822 Get rid of fns-NNN.el file.
11823
118242004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
11825
11826 * help.texi (Describing Characters): Fix text-char-description
11827 example output.
11828
11829 * edebug.texi (Using Edebug): Fix example.
11830
11831 * debugging.texi (Internals of Debugger): Fix return value.
11832
11833 * files.texi (Changing Files): Fix argname.
11834
11835 * calendar.texi: Fix parens, and default values.
11836
11837 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
11838 * nonascii.texi, objects.texi, os.texi: Minor fixes.
b3e755a9 11839 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
b8d4c8d0
GM
11840
11841 * positions.texi (Text Lines): Don't add -1 in current-line.
11842
118432004-02-16 Richard M. Stallman <rms@gnu.org>
11844
11845 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
11846
118472004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
11848
11849 * processes.texi (Low-Level Network): Fix a typo.
11850
118512004-02-12 Kim F. Storm <storm@cua.dk>
11852
11853 * display.texi (Fringes): Use consistent wording.
11854 Note that window-fringe's window arg is optional.
11855 (Scroll Bars): Use consistent wording.
11856
118572004-02-11 Luc Teirlinck <teirllm@auburn.edu>
11858
11859 * tips.texi (Comment Tips): Document the new conventions for
11860 commenting out code.
11861
c8763fb6 118622004-02-07 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0 11863
5dcb4c4e 11864 * positions.texi (Text Lines): Add missing end defun.
b8d4c8d0
GM
11865
118662004-02-07 Kim F. Storm <storm@cua.dk>
11867
11868 * positions.texi (Text Lines): Add line-number-at-pos.
11869
118702004-02-06 John Paul Wallington <jpw@gnu.org>
11871
11872 * display.texi (Button Properties, Button Buffer Commands):
11873 mouse-2 invokes button, not down-mouse-1.
11874
118752004-02-04 Jason Rumney <jasonr@gnu.org>
11876
11877 * makefile.w32-in: Sync with Makefile.in changes.
11878
118792004-02-03 Luc Teirlinck <teirllm@auburn.edu>
11880
11881 * minibuf.texi (Text from Minibuffer): Various corrections and
11882 clarifications.
11883 (Object from Minibuffer): Correct Lisp description of
11884 read-minibuffer.
11885 (Minibuffer History): Clarify description of cons values for
11886 HISTORY arguments.
5dcb4c4e
SM
11887 (Basic Completion): Various corrections and clarifications.
11888 Add completion-regexp-list.
b8d4c8d0
GM
11889 (Minibuffer Completion): Correct and clarify description of
11890 completing-read.
5dcb4c4e
SM
11891 (Completion Commands): Mention Partial Completion mode.
11892 Various other minor changes.
b8d4c8d0
GM
11893 (High-Level Completion): Various corrections and clarifications.
11894 (Reading File Names): Ditto.
11895 (Minibuffer Misc): Ditto.
11896
118972004-01-26 Luc Teirlinck <teirllm@auburn.edu>
11898
11899 * strings.texi (Text Comparison): assoc-string also matches
11900 elements of alists that are strings instead of conses.
11901 (Formatting Strings): Standardize Texinfo usage. Update index
11902 entries.
11903
119042004-01-20 Luc Teirlinck <teirllm@auburn.edu>
11905
11906 * lists.texi (Sets And Lists): Add delete-dups.
11907
119082004-01-15 Luc Teirlinck <teirllm@auburn.edu>
11909
11910 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
11911 special form.
11912 * macros.texi (Defining Macros): Update description of `declare',
11913 which now is a macro.
11914 (Wrong Time): Fix typos.
11915
119162004-01-14 Luc Teirlinck <teirllm@auburn.edu>
11917
11918 * compile.texi (Compilation Functions): Expand descriptions of
11919 `compile-defun', `byte-compile-file', `byte-recompile-directory'
11920 and `batch-byte-compile'. In particular, mention and describe
11921 all optional arguments.
11922 (Disassembly): Correct and clarify the description of `disassemble'.
11923
119242004-01-11 Luc Teirlinck <teirllm@auburn.edu>
11925
11926 * searching.texi: Various small changes in addition to the
11927 following.
11928 (Regexp Example): Adapt to new value of `sentence-end'.
11929 (Regexp Functions): The PAREN argument to `regexp-opt' can be
11930 `words'.
11931 (Search and Replace): Add usage note for `perform-replace'.
11932 (Entire Match Data): Mention INTEGERS and REUSE arguments to
11933 `match-data'.
11934 (Standard Regexps): Update for new values of `paragraph-start'
11935 and `sentence-end'.
11936
119372004-01-07 Luc Teirlinck <teirllm@auburn.edu>
11938
11939 * files.texi (Saving Buffers): Clarify descriptions of
11940 `write-contents-functions' and `before-save-hook'.
11941 Make the defvar's for `before-save-hook' and `after-save-hook'
11942 into defopt's.
11943
119442004-01-07 Kim F. Storm <storm@cua.dk>
11945
11946 * commands.texi (Click Events): Describe new image and
11947 width/height elements of click events.
11948 (Accessing Events): Add posn-string, posn-image, and
11949 posn-object-width-height. Change posn-object to return either
11950 image or string object.
11951
119522004-01-01 Simon Josefsson <jas@extundo.com>
11953
11954 * hooks.texi (Standard Hooks): Add before-save-hook.
11955 * files.texi (Saving Buffers): Likewise.
11956
119572004-01-03 Richard M. Stallman <rms@gnu.org>
11958
11959 * frames.texi (Frames and Windows): Delete frame-root-window.
11960
119612004-01-03 Luc Teirlinck <teirllm@auburn.edu>
11962
11963 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
11964
11965 * functions.texi: Various small changes in addition to the
11966 following.
5dcb4c4e
SM
11967 (What Is a Function): `functionp' returns nil for macros.
11968 Clarify behavior of this and following functions for symbol arguments.
b8d4c8d0
GM
11969 (Function Documentation): Add `\' in front of (fn @var{arglist})
11970 and explain why.
11971 (Defining Functions): Mention DOCSTRING argument to `defalias'.
11972 Add anchor.
11973 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
11974
119752004-01-01 Miles Bader <miles@gnu.org>
11976
11977 * display.texi (Buttons): New section.
11978
119792003-12-31 Andreas Schwab <schwab@suse.de>
11980
11981 * numbers.texi (Math Functions): sqrt reports a domain-error
11982 error.
11983 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
11984
119852003-12-30 Luc Teirlinck <teirllm@auburn.edu>
11986
11987 * tips.texi (Documentation Tips): Update item on hyperlinks in
11988 documentation strings.
11989
11990 * errors.texi (Standard Errors): Various small corrections and
11991 additions.
11992
11993 * control.texi: Various small changes in addition to the
11994 following.
11995 (Signaling Errors): Provide some more details on how `signal'
11996 constructs the error message. Add anchor to the definition of
11997 `signal'.
11998 (Error Symbols): Describe special treatment of `quit'.
11999 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
12000 to emphasize that it has to be a single form.
12001
12002 * buffers.texi: Add anchor.
12003
120042003-12-29 Richard M. Stallman <rms@gnu.org>
12005
12006 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
12007 (Window Configurations): Add window-configuration-frame.
12008
12009 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
12010
12011 * text.texi (Examining Properties): Add get-char-property-and-overlay.
12012 Change arg name in get-char-property.
12013 (Special Properties): Update handling of keymap property.
12014
12015 * strings.texi (Modifying Strings): Add clear-string.
12016 (Text Comparison): Add assoc-string and remove
12017 assoc-ignore-case, assoc-ignore-representation.
12018
12019 * os.texi (Time of Day): Add set-time-zone-rule.
12020
12021 * numbers.texi (Math Functions): asin, acos, log, log10
12022 report domain-error errors.
12023
12024 * nonascii.texi (Converting Representations):
12025 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
12026 (Encoding and I/O): Add file-name-coding-system.
12027
12028 * modes.texi (Search-based Fontification): Explain that
12029 face specs are symbols with face names as values.
12030
12031 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
12032
12033 * lists.texi (Building Lists): remq moved elsewhere.
12034 (Sets And Lists): remq moved here.
12035 (Association Lists): Refer to assoc-string.
12036
12037 * internals.texi (Garbage Collection): Add memory-use-counts.
12038
12039 * frames.texi (Frames and Windows): Add set-frame-selected-window
12040 and frame-root-window.
12041
12042 * files.texi (Contents of Directories):
12043 Add directory-files-and-attributes.
12044
12045 * display.texi (Refresh Screen): Add force-window-update.
12046 (Invisible Text): Explain about moving point out of invis text.
12047 (Overlay Properties): Add overlay-properties.
12048 (Managing Overlays): Add overlayp.
12049 (GIF Images): Invalid image number displays a hollow box.
12050
12051 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
12052 (Killing Buffers): Add buffer-live-p.
12053
120542003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
12055
12056 * display.texi (Fringes): Fix typo "set-buffer-window".
12057
120582003-12-24 Luc Teirlinck <teirllm@auburn.edu>
12059
12060 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
12061 * nonascii.texi, processes.texi, tips.texi, variables.texi:
12062 Add or change various xrefs and anchors.
12063
12064 * commands.texi: Replace all occurrences of @acronym{CAR} with
12065 @sc{car}, for consistency with the rest of the Elisp manual.
12066 `car' and `cdr' are historically acronyms, but are no longer
12067 widely thought of as such.
12068
12069 * internals.texi (Pure Storage): Mention that `purecopy' does not
12070 copy text properties.
12071 (Object Internals): Now 29 bits are used (in most implementations)
12072 to address Lisp objects.
12073
12074 * variables.texi (Variables with Restricted Values): New node.
12075
12076 * objects.texi (Lisp Data Types): Mention that certain variables
12077 can only take on a restricted set of values and add an xref to
12078 the new node "Variables with Restricted Values".
12079
12080 * eval.texi (Function Indirection): Describe the errors that
12081 `indirect-function' can signal.
12082 (Eval): Clarify the descriptions of `eval-region' and `values'.
12083 Describe `eval-buffer' instead of `eval-current-buffer' and
12084 mention `eval-current-buffer' as an alias for `current-buffer'.
12085 Correct the description and mention all optional arguments.
12086
12087 * nonascii.texi: Various small changes in addition to the
12088 following.
12089 (Converting Representations): Clarify behavior of
12090 `string-make-multibyte' and `string-to-multibyte' for unibyte all
12091 ASCII arguments.
12092 (Character Sets): Document the variable `charset-list' and adapt
12093 the definition of the function `charset-list' accordingly.
12094 (Translation of Characters): Clarify use of generic characters in
12095 `make-translation-table'. Clarify and correct the description of
12096 the use of translation tables in encoding and decoding.
12097 (User-Chosen Coding Systems): Correct and clarify the description
12098 of `select-safe-coding-system'.
12099 (Default Coding Systems): Clarify description of
12100 `file-coding-system-alist'.
12101
121022003-11-30 Luc Teirlinck <teirllm@auburn.edu>
12103
12104 * strings.texi (Text Comparison): Correctly describe when two
12105 strings are `equal'. Combine and clarify descriptions of
12106 `assoc-ignore-case' and `assoc-ignore-representation'.
12107
12108 * objects.texi (Non-ASCII in Strings): Clarify description of
12109 when a string is unibyte or multibyte.
12110 (Bool-Vector Type): Update examples.
12111 (Equality Predicates): Correctly describe when two strings are
12112 `equal'.
12113
121142003-11-29 Luc Teirlinck <teirllm@auburn.edu>
12115
12116 * lists.texi (Building Lists): `append' no longer accepts integer
12117 arguments. Update the description of `number-sequence' to reflect
12118 recent changes.
12119 (Sets And Lists): Describe `member-ignore-case' after `member'.
12120
121212003-11-27 Kim F. Storm <storm@cua.dk>
12122
12123 * commands.texi (Click Events): Click object may be an images.
12124 Describe (dx . dy) element of click positions.
12125 (Accessing Events): Remove duplicate posn-timestamp.
12126 New functions posn-object and posn-object-x-y.
12127
121282003-11-23 Kim F. Storm <storm@cua.dk>
12129
12130 * commands.texi (Click Events): Describe enhancements to event
12131 position lists, including new text-pos and (col . row) items.
12132 Mention left-fringe and right-fringe area events.
12133 (Accessing Events): New functions posn-area and
12134 posn-actual-col-row. Mention posn-timestamp. Mention that
12135 posn-point in non-text area still returns buffer position.
12136 Clarify posn-col-row.
12137
121382003-11-21 Lars Hansen <larsh@math.ku.dk>
12139
12140 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
12141 * anti.texi (File Attributes): Describe removed parameter
12142 ID-FORMAT.
12143
121442003-11-20 Luc Teirlinck <teirllm@auburn.edu>
12145
12146 * positions.texi (Positions): Mention that, if a marker is used as
12147 a position, its buffer is ignored.
12148
12149 * markers.texi (Overview of Markers): Mention it here too.
12150
121512003-11-12 Luc Teirlinck <teirllm@auburn.edu>
12152
12153 * numbers.texi (Numeric Conversions): Not just `floor', but also
12154 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
12155
121562003-11-10 Luc Teirlinck <teirllm@auburn.edu>
12157
12158 * markers.texi (Creating Markers): Specify insertion type of
12159 created markers. Add xref to `Marker Insertion Types'.
12160 Second argument to `copy-marker' is optional.
12161 (Marker Insertion Types): Mention that most markers are created
12162 with insertion type nil.
12163 (The Mark): Correctly describe when `mark' signals an error.
12164 (The Region): Correctly describe when `region-beginning' and
12165 `region-end' signal an error.
12166
121672003-11-08 Luc Teirlinck <teirllm@auburn.edu>
12168
12169 * hash.texi (Creating Hash): Clarify description of `eql'.
12170 `makehash' is obsolete.
12171 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
12172
12173 * positions.texi (Point): Change description of `buffer-end', so
12174 that it is also correct for floating point arguments.
12175 (List Motion): Correct argument lists of `beginning-of-defun' and
12176 `end-of-defun'.
12177 (Excursions): Add xref to `Marker Insertion Types'.
12178 (Narrowing): Argument to `narrow-to-page' is optional.
12179
121802003-11-06 Luc Teirlinck <teirllm@auburn.edu>
12181
12182 * streams.texi (Output Streams): Clarify behavior of point for
12183 marker output streams.
12184
121852003-11-04 Luc Teirlinck <teirllm@auburn.edu>
12186
12187 * variables.texi (Defining Variables): Second argument to
12188 `defconst' is not optional.
12189 (Setting Variables): Mention optional argument APPEND to
12190 `add-to-list'.
12191 (Creating Buffer-Local): Expand description of
12192 `make-variable-buffer-local'.
12193 (Frame-Local Variables): Expand description of
12194 `make-variable-frame-local'.
12195 (Variable Aliases): Correct description of optional argument
12196 DOCSTRING to `defvaralias'. Mention return value of
12197 `defvaralias'.
12198 (File Local Variables): Add xref to `File variables' in Emacs
12199 Manual. Correct description of `hack-local-variables'. Mention
12200 `safe-local-variable' property. Mention optional second argument
12201 to `risky-local-variable-p'.
12202
122032003-11-03 Luc Teirlinck <teirllm@auburn.edu>
12204
12205 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
12206
122072003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
12208
cfdaa150
GM
12209 * anti.texi, backups.texi, commands.texi, customize.texi:
12210 * display.texi, files.texi, internals.texi, keymaps.texi:
12211 * loading.texi, modes.texi, nonascii.texi, numbers.texi:
12212 * objects.texi, os.texi, positions.texi, processes.texi:
12213 * searching.texi, sequences.texi, streams.texi, strings.texi:
12214 * syntax.texi, text.texi: Replace @sc{foo} with @acronym{FOO}.
b8d4c8d0
GM
12215
122162003-10-27 Luc Teirlinck <teirllm@auburn.edu>
12217
12218 * strings.texi (Creating Strings): Argument START to `substring'
12219 can not be `nil'. Expand description of
12220 `substring-no-properties'. Correct description of `split-string',
12221 especially with respect to empty matches. Prevent very bad line
12222 break in definition of `split-string-default-separators'.
12223 (Text Comparison): `string=' and `string<' also accept symbols as
12224 arguments.
12225 (String Conversion): More completely describe argument BASE in
12226 `string-to-number'.
12227 (Formatting Strings): `%s' and `%S' in `format' do require
12228 corresponding object. Clarify behavior of numeric prefix after
12229 `%' in `format'.
12230 (Case Conversion): The argument to `upcase-initials' can be a
12231 character.
12232
122332003-10-27 Kenichi Handa <handa@m17n.org>
12234
12235 * display.texi (Fontsets): Fix texinfo usage.
12236
122372003-10-25 Kenichi Handa <handa@m17n.org>
12238
12239 * display.texi (Fontsets): Add description of the function
12240 set-fontset-font.
12241
122422003-10-23 Luc Teirlinck <teirllm@auburn.edu>
12243
12244 * display.texi (Temporary Displays): Add xref to `Documentation
12245 Tips'.
12246
12247 * functions.texi (Function Safety): Use inforef instead of pxref
12248 for SES.
12249
122502003-10-23 Andreas Schwab <schwab@suse.de>
12251
12252 * Makefile.in (TEX, texinputdir): Don't define.
12253 (TEXI2DVI): Define.
12254 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
12255 add $(srcdir)/index.texi.
12256 ($(infodir)/elisp): Remove index.texi dependency.
12257 (elisp.dvi): Likewise. Use $(TEXI2DVI).
12258 (index.texi): Remove target.
12259 (dist): Don't link $(srcdir)/permute-index.
12260 (clean): Don't remove index.texi.
12261
12262 * permute-index, index.perm: Remove.
12263 * index.texi: Rename from index.unperm.
12264
122652003-10-22 Luc Teirlinck <teirllm@auburn.edu>
12266
12267 * tips.texi (Documentation Tips): Document new behavior for face
12268 and variable hyperlinks in Help mode.
12269
122702003-10-21 Luc Teirlinck <teirllm@auburn.edu>
12271
12272 * objects.texi (Integer Type): Update for extra bit of integer range.
12273 (Character Type): Ditto.
12274
122752003-10-16 Eli Zaretskii <eliz@gnu.org>
12276
12277 * numbers.texi (Integer Basics): Add index entries for reading
12278 numbers in hex, octal, and binary.
12279
122802003-10-16 Lute Kamstra <lute@gnu.org>
12281
12282 * modes.texi (Mode Line Format): Mention force-mode-line-update's
12283 argument.
12284
122852003-10-13 Luc Teirlinck <teirllm@auburn.edu>
12286
12287 * windows.texi (Choosing Window): Fix typo.
12288 * edebug.texi (Edebug Execution Modes): Fix typo.
12289
122902003-10-13 Richard M. Stallman <rms@gnu.org>
12291
12292 * windows.texi (Basic Windows): A window has fringe settings,
12293 display margins and scroll-bar settings.
12294 (Splitting Windows): Doc split-window return value.
12295 Clean up one-window-p.
12296 (Selecting Windows): Fix typo.
12297 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
12298 (Buffers and Windows): In set-window-buffer, explain effect
12299 on fringe settings and scroll bar settings.
12300 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
12301 (Choosing Window): Use defopt for pop-up-frame-function.
12302 For special-display-buffer-names, explain same-window and same-frame.
12303 Clarify window-dedicated-p return value.
12304 (Textual Scrolling): scroll-up and scroll-down can get an error.
12305 (Horizontal Scrolling): Clarify auto-hscroll-mode.
12306 Clarify set-window-hscroll.
12307 (Size of Window): Don't mention tool bar in window-height.
12308 (Coordinates and Windows): Explain what coordinates-in-window-p
12309 returns for fringes and display margins.
12310 (Window Configurations): Explain saving fringes, etc.
12311
12312 * tips.texi (Library Headers): Clean up Documentation.
12313
12314 * syntax.texi (Parsing Expressions): Clean up forward-comment
12315 and parse-sexp-lookup-properties.
12316
12317 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
12318
12319 * os.texi (System Environment): Clean up text for load-average errors.
12320
12321 * modes.texi (Hooks): Don't explain local hook details at front.
12322 Clarify run-hooks and run-hook-with-args a little.
12323 Clean up add-hook and remove-hook.
12324
12325 * edebug.texi (Edebug Execution Modes): Clarify t.
12326 Document edebug-sit-for-seconds.
12327 (Coverage Testing): Document C-x X = and =.
12328 (Instrumenting Macro Calls): Fix typo.
12329 (Specification List): Don't index the specification keywords.
12330
123312003-10-10 Kim F. Storm <storm@cua.dk>
12332
12333 * processes.texi (Network): Introduce make-network-process.
12334
123352003-10-09 Luc Teirlinck <teirllm@auburn.edu>
12336
12337 * tips.texi (Library Headers): Fix typo.
12338
123392003-10-07 Juri Linkov <juri@jurta.org>
12340
12341 * modes.texi (Imenu): Mention imenu-create-index-function's
12342 default value. Explain submenus better.
12343
123442003-10-07 Lute Kamstra <lute@gnu.org>
12345
12346 * modes.texi (Faces for Font Lock): Fix typo.
12347 (Hooks): Explain how buffer-local hook variables can refer to
12348 global hook variables.
12349 Various minor clarifications.
12350
123512003-10-06 Lute Kamstra <lute@gnu.org>
12352
12353 * tips.texi (Coding Conventions): Mention naming conventions for
12354 hooks.
12355
123562003-10-05 Luc Teirlinck <teirllm@auburn.edu>
12357
12358 * loading.texi (Library Search): Correct default value of
12359 load-suffixes.
12360 (Named Features): Fix typo.
12361
123622003-10-05 Richard M. Stallman <rms@gnu.org>
12363
12364 * loading.texi (Named Features): In `provide',
12365 say how to test for subfeatures.
12366 (Unloading): In unload-feature, use new var name
12367 unload-feature-special-hooks.
12368
123692003-10-03 Lute Kamstra <lute@gnu.org>
12370
12371 * modes.texi (Major Mode Conventions): Mention third way to set up
12372 Imenu.
12373 (Imenu): A number of small fixes.
12374 Delete documentation of internal variable imenu--index-alist.
12375 Document the return value format of imenu-create-index-function
12376 functions.
12377
123782003-09-30 Richard M. Stallman <rms@gnu.org>
12379
12380 * processes.texi (Network): Say what stopped datagram connections do.
12381
12382 * lists.texi (Association Lists): Clarify `assq-delete-all'.
12383
12384 * display.texi (Overlay Properties): Clarify `evaporate' property.
12385
123862003-09-29 Lute Kamstra <lute@gnu.org>
12387
12388 * modes.texi (Mode Line Data): Explain when symbols in mode-line
12389 constructs should be marked as risky.
12390 Change cons cell into proper list.
12391 (Mode Line Variables): Change cons cell into proper list.
12392
123932003-09-26 Lute Kamstra <lute@gnu.org>
12394
12395 * modes.texi (Mode Line Data): Document the :propertize construct.
12396 (Mode Line Variables): Reorder the descriptions of the variables
12397 to match their order in the default mode-line-format.
12398 Describe the new variables mode-line-position and mode-line-modes.
12399 Update the default values of mode-line-frame-identification,
12400 minor-mode-alist, and default-mode-line-format.
12401 (Properties in Mode): Mention the :propertize construct.
12402
124032003-09-26 Richard M. Stallman <rms@gnu.org>
12404
12405 * buffers.texi, commands.texi, debugging.texi, eval.texi:
12406 * loading.texi, minibuf.texi, text.texi, variables.texi:
12407 Avoid @strong{Note:}.
12408
124092003-09-26 Richard M. Stallman <rms@gnu.org>
12410
12411 * keymaps.texi (Remapping Commands): Fix typo.
12412
124132003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
12414
12415 * processes.texi (Low-Level Network): Fix typo.
12416
124172003-09-23 Kim F. Storm <storm@cua.dk>
12418
12419 * processes.texi (Network, Network Servers): Fix typos.
12420 (Low-Level Network): Add timeout value for :server keyword.
12421 Add new option keywords to make-network-process.
12422 Add set-network-process-options.
12423 Explain how to test availability of network options.
12424
124252003-09-19 Richard M. Stallman <rms@gnu.org>
12426
12427 * text.texi (Motion by Indent): Arg to
12428 backward-to-indentation and forward-to-indentation is optional.
12429
12430 * strings.texi (Creating Strings): Add substring-no-properties.
12431
12432 * processes.texi
12433 (Process Information): Add list-processes arg QUERY-ONLY.
12434 Delete process-contact from here.
12435 Add new status values for process-status.
12436 Add process-get, process-put, process-plist, set-process-plist.
12437 (Synchronous Processes): Add call-process-shell-command.
12438 (Signals to Processes): signal-process allows process objects.
12439 (Network): Complete rewrite.
12440 (Network Servers, Datagrams, Low-Level Network): New nodes.
12441
12442 * positions.texi (Word Motion): forward-word, backward-word
12443 arg is optional. Reword.
12444
12445 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
12446
12447 * variables.texi (Creating Buffer-Local):
12448 Delete duplicate definition of buffer-local-value.
12449 (File Local Variables): Explain about discarding text props.
12450
124512003-09-11 Richard M. Stallman <rms@gnu.org>
12452
12453 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
12454 changes variables that record input events.
12455 (Minibuffer Misc): Add minibuffer-selected-window.
12456
12457 * lists.texi (Building Lists): Add copy-tree.
12458
12459 * display.texi (Fontsets): Add char-displayable-p.
12460 (Scroll Bars): New node.
12461
124622003-09-08 Lute Kamstra <lute@gnu.org>
12463
12464 * modes.texi (%-Constructs): Document new `%i' and `%I'
12465 constructs.
12466
124672003-09-03 Peter Runestig <peter@runestig.com>
12468
12469 * makefile.w32-in: New file.
12470
124712003-08-29 Richard M. Stallman <rms@gnu.org>
12472
12473 * display.texi (Overlay Properties): Clarify how priorities
12474 affect use of the properties.
12475
124762003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
12477
12478 * customize.texi (Type Keywords): Correct the description of
12479 `:help-echo' in the case where `motion-doc' is a function.
12480
124812003-08-14 John Paul Wallington <jpw@gnu.org>
12482
12483 * modes.texi (Emulating Mode Line): Subsection, not section.
12484
124852003-08-13 Richard M. Stallman <rms@gnu.org>
12486
12487 * elisp.texi (Top): Update subnode lists in menu.
12488
12489 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
12490 (Kill Functions): kill-region has new arg yank-handler.
12491 (Yanking): New node.
12492 (Yank Commands): Add yank-undo-function.
12493 (Low-Level Kill Ring):
12494 kill-new and kill-append have new arg yank-handler.
12495 (Changing Properties): Add remove-list-of-text-properties.
12496 (Atomic Changes): New node.
12497
12498 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
12499
12500 * streams.texi (Output Variables): Add eval-expression-print-length
12501 and eval-expression-print-level.
12502
12503 * os.texi (Time Conversion): For encode-time, explain limits on year.
12504
12505 * objects.texi (Character Type): Define anchor "modifier bits".
12506
12507 * modes.texi (Emulating Mode Line): New node.
12508 (Search-based Fontification): Font Lock uses font-lock-face property.
12509 (Other Font Lock Variables): Likewise.
12510
12511 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
12512 not vectors.
12513 (Active Keymaps): Add emulation-mode-map-alists.
12514 (Functions for Key Lookup): key-binding has new arg no-remap.
12515 (Remapping Commands): New node.
12516 (Scanning Keymaps): where-is-internal has new arg no-remap.
12517 (Tool Bar): Add tool-bar-local-item-from-menu.
12518 Clarify when to use tool-bar-add-item-from-menu.
12519
12520 * commands.texi (Interactive Call): commandp has new arg.
12521 (Command Loop Info): Add this-original-command.
12522
125232003-08-06 John Paul Wallington <jpw@gnu.org>
12524
12525 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
12526
12527 * display.texi (Warning Basics): Fix typo.
12528 (Fringes): Add closing curly bracket and fix typo.
12529
12530 * elisp.texi (Top): Fix typo.
12531
125322003-08-05 Richard M. Stallman <rms@gnu.org>
12533
12534 * elisp.texi: Update lists of subnodes.
12535
12536 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
12537
12538 * variables.texi (Local Variables): Use lc for example variable names.
12539
12540 * tips.texi (Library Headers): Explain where to put -*-.
12541
12542 * strings.texi (Creating Strings): Fix xref for vconcat.
12543
12544 * sequences.texi (Vector Functions):
12545 vconcat no longer allows integer args.
12546
12547 * minibuf.texi (Reading File Names): read-file-name has new
12548 arg PREDICATE. New function read-directory-name.
12549
c4cc8b9a 12550 * macros.texi (Defining Macros): Give definition of `declare'.
b8d4c8d0
GM
12551 (Indenting Macros): New node.
12552
12553 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
12554 (Window Frame Parameters): Make separate table of parameters
12555 that are coupled with specific face attributes.
12556 (Deleting Frames): delete-frame-hooks renamed to
12557 delete-frame-functions.
12558
12559 * files.texi (Magic File Names): Add file-remote-p.
12560 Clarify file-local-copy.
12561
12562 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
12563 here; instead xref Defining Macros.
12564
12565 * display.texi (Warnings): New node, and subnodes.
12566 (Fringes): New node.
12567
12568 * debugging.texi (Test Coverage): New node.
12569
12570 * compile.texi (Compiler Errors): Explain with-no-warnings
12571 and other ways to suppress warnings.
12572
12573 * commands.texi (Interactive Call): Minor clarification.
12574
12575 * buffers.texi (Buffer File Name): set-visited-file-name
12576 renames the buffer too.
12577
12578 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
12579
125802003-07-24 Markus Rost <rost@math.ohio-state.edu>
12581
12582 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
12583
125842003-07-22 Markus Rost <rost@math.ohio-state.edu>
12585
12586 * internals.texi (Garbage Collection): Fix previous change.
12587
125882003-07-22 Richard M. Stallman <rms@gnu.org>
12589
12590 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
12591
12592 * display.texi (Width): Use \s syntax in example.
12593 (Font Selection): Add face-font-rescale-alist.
12594
12595 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
12596 Remove spurious indent in example.
12597
12598 * lists.texi (Building Lists): Add number-sequence.
12599
12600 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
12601
12602 * functions.texi (Function Documentation): Explain how to
12603 show calling convention explicitly in the doc string.
12604
12605 * windows.texi (Selecting Windows): save-selected-window saves
12606 selected window of each frame.
12607 (Window Configurations): Minor change.
12608
12609 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
12610
12611 * streams.texi (Output Variables): Add print-continuous-numbering
12612 and print-number-table.
12613
12614 * processes.texi (Decoding Output): New node.
12615
12616 * os.texi (Time Conversion): decode-time arg is optional.
12617
12618 * objects.texi (Character Type): Don't use space as example for \.
12619 Make list of char names and \-sequences correspond.
12620 Explain that \s is not used in strings. `\ ' needs space after.
12621
12622 * nonascii.texi (Converting Representations): Add string-to-multibyte.
12623 (Translation of Characters): Add translation-table-for-input.
12624 (Default Coding Systems): Add auto-coding-functions.
12625 (Explicit Encoding): Add decode-coding-inserted-region.
12626 (Locales): Add locale-info.
12627
12628 * minibuf.texi (Basic Completion): Describe test-completion.
12629 Collections can be lists of strings.
12630 Clean up lazy-completion-table.
12631 (Programmed Completion): Mention test-completion.
12632 Clarify why lambda expressions are not accepted.
12633 (Minibuffer Misc): Describe minibufferp.
12634
126352003-07-14 Richard M. Stallman <rms@gnu.org>
12636
12637 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
12638
12639 * windows.texi (Selecting Windows): New arg to select-window.
12640 (Selecting Windows): Add with-selected-window.
12641 (Size of Window): Add window-inside-edges, etc.
12642
12643 * internals.texi (Garbage Collection): Add post-gc-hook.
12644
12645 * processes.texi (Subprocess Creation): Add exec-suffixes.
12646
12647 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
12648 (Scanning Keymaps): Add map-keymaps.
12649 (Defining Menus): Add keymap-prompt.
12650
12651 * numbers.texi (Integer Basics): Add most-positive-fixnum,
12652 most-negative-fixnum.
12653
c4cc8b9a 12654 * compile.texi (Byte Compilation): Explain no-byte-compile.
b8d4c8d0
GM
12655 (Compiler Errors): New node.
12656
12657 * os.texi (User Identification): user-uid, user-real-uid
12658 can return float.
12659
12660 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
12661 and about derived modes.
12662 (Minor Modes): Add minor-mode-list.
12663 (Defining Minor Modes): Keyword args for define-minor-mode.
12664 (Search-based Fontification): Explain managing other properties.
12665 (Other Font Lock Variables): Add font-lock-extra-managed-props.
183080b6 12666 (Faces for Font Lock): Add font-lock-preprocessor-face.
b8d4c8d0
GM
12667 (Hooks): Add run-mode-hooks and delay-mode-hooks.
12668
12669 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
12670 (Variable Aliases): Clarify defvaralias.
12671
12672 * loading.texi (Library Search): Add load-suffixes.
12673
12674 * minibuf.texi (Basic Completion): Add lazy-completion-table.
12675 (Programmed Completion): Add dynamic-completion-table.
12676
12677 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
12678 (Magic File Names): Specify precedence order of handlers.
12679
12680 * commands.texi (Command Overview): Emacs server runs pre-command-hook
12681 and post-command-hook.
12682 (Waiting): New calling convention for sit-for.
12683
12684 * text.texi (Special Properties): local-map and keymap properties
12685 apply based on their stickiness.
12686
126872003-07-07 Richard M. Stallman <rms@gnu.org>
12688
12689 * modes.texi (Minor Mode Conventions): Specify only some kinds
12690 of list values as args to minor modes.
12691
12692 * files.texi (File Name Expansion): Warn about iterative use
12693 of substitute-in-file-name.
12694
12695 * advice.texi (Activation of Advice): Clean up previous change.
12696
126972003-07-06 Markus Rost <rost@math.ohio-state.edu>
12698
12699 * advice.texi (Activation of Advice): Note that ad-start-advice is
12700 turned on by default.
12701
127022003-06-30 Richard M. Stallman <rms@gnu.org>
12703
12704 * text.texi (Buffer Contents): Document current-word.
12705 (Change Hooks): Not called for *Messages*.
12706
12707 * functions.texi (Defining Functions): Explain about redefining
12708 primitives.
f4e90db0 12709 (Function Safety): Rename. Minor changes.
b8d4c8d0
GM
12710 Comment out the detailed criteria for what is safe.
12711
127122003-06-22 Andreas Schwab <schwab@suse.de>
12713
12714 * objects.texi (Symbol Type): Fix description of examples.
12715
127162003-06-16 Andreas Schwab <schwab@suse.de>
12717
12718 * hash.texi (Creating Hash): Fix description of :weakness.
12719
c8763fb6 127202003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
b8d4c8d0
GM
12721
12722 * files.texi (Changing Files): copy-file copies file modes, too.
12723
127242003-05-28 Richard M. Stallman <rms@gnu.org>
12725
12726 * strings.texi (Creating Strings): Clarify split-string.
12727
127282003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
12729
12730 * strings.texi (Creating Strings): Update split-string specification
12731 and examples.
12732
127332003-05-19 Richard M. Stallman <rms@gnu.org>
12734
12735 * elisp.texi: Correct invariant section names.
12736
127372003-04-20 Richard M. Stallman <rms@gnu.org>
12738
12739 * os.texi (Timers): Explain about timers and quitting.
12740
127412003-04-19 Richard M. Stallman <rms@gnu.org>
12742
12743 * internals.texi (Writing Emacs Primitives): Strings are
12744 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
12745 Explain GCPRO convention for varargs function args.
12746
127472003-04-16 Richard M. Stallman <rms@gnu.org>
12748
12749 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
12750
127512003-04-08 Richard M. Stallman <rms@gnu.org>
12752
12753 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
12754
127552003-02-13 Kim F. Storm <storm@cua.dk>
12756
12757 * objects.texi (Character Type): New \s escape for space.
12758
127592003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
12760
5dcb4c4e 12761 * os.texi (System Environment): Add cygwin system-type.
b8d4c8d0
GM
12762
127632003-01-25 Richard M. Stallman <rms@gnu.org>
12764
12765 * keymaps.texi: Document that a symbol can act as a keymap.
12766
127672003-01-13 Richard M. Stallman <rms@gnu.org>
12768
12769 * text.texi (Changing Properties): Say string indices are origin-0.
12770
12771 * positions.texi (Screen Lines) <compute-motion>:
12772 Correct order of elts in return value.
12773
12774 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
12775 how to define a default binding.
12776
127772002-12-07 Markus Rost <rost@math.ohio-state.edu>
12778
12779 * loading.texi (Unloading): Fix recent change for load-history.
12780
12781 * customize.texi (Simple Types): Clarify description of custom
12782 type 'number. Describe new custom type 'float.
12783
127842002-12-04 Markus Rost <rost@math.ohio-state.edu>
12785
12786 * variables.texi (File Local Variables): Fix typo.
12787
c8763fb6 127882002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
b8d4c8d0
GM
12789
12790 From Michael Albinus <Michael.Albinus@alcatel.de>.
12791
12792 * README: Target for Info file is `make info'.
12793
5dcb4c4e 12794 * files.texi (File Name Components): Fix typos in
b8d4c8d0
GM
12795 `file-name-sans-extension'.
12796 (Magic File Names): Complete list of operations for magic file
12797 name handlers.
12798
127992002-09-16 Jonathan Yavner <jyavner@engineer.com>
12800
12801 * variables.texi (File Local Variables): New function
12802 risky-local-variable-p.
12803
128042002-09-15 Jonathan Yavner <jyavner@engineer.com>
12805
12806 * functions.texi (Function safety): New node about unsafep.
12807
128082002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
12809
5dcb4c4e 12810 * customize.texi (Splicing into Lists): Fix example.
a86cd395 12811 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
b8d4c8d0
GM
12812
128132002-06-17 Juanma Barranquero <lektu@terra.es>
12814
12815 * frames.texi (Display Feature Testing): Fix typo.
12816
128172002-06-12 Andreas Schwab <schwab@suse.de>
12818
12819 * frames.texi (Initial Parameters, Resources): Fix references to
12820 the Emacs manual.
12821
128222002-05-13 Kim F. Storm <storm@cua.dk>
12823
6e911150 12824 * variables.texi (Intro to Buffer-Local): Update warning and
b8d4c8d0
GM
12825 example relating to changing buffer inside let.
12826
c8763fb6 128272002-03-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
12828
12829 * os.texi (Session Management): New node about X Session management.
12830
128312002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
12832
12833 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
12834 to which the manual corresponds, and the copyright years.
12835
12836 * Makefile.in (VERSION): Set to 2.9.
12837
128382001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
12839
12840 * elisp.texi: Change the category in @dircategory to "Emacs", to
12841 make it consistent with info/dir.
12842
128432001-11-25 Miles Bader <miles@gnu.org>
12844
12845 * text.texi (Fields): Describe new `limit' arg in
12846 field-beginning/field-end.
12847
128482001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
12849
5dcb4c4e
SM
12850 * permute-index: Don't depend on csh-specific features.
12851 Replace the interpreter name with /bin/sh.
b8d4c8d0
GM
12852
12853 * two-volume-cross-refs.txt: New file.
12854 * two.el: New file.
12855 * spellfile: New file.
12856
128572001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
12858
12859 * permute-index: New file.
12860
12861 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
12862 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
12863 8+3 restricted namespace.
12864
12865 * Makefile.in (infodir): Define relative to $(srcdir).
12866 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
12867 include directories list via -I switch to makeinfo.
12868 (index.texi): Use cp if both hard and symbolic links fail.
12869
128702001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
12871
12872 * Makefile.in (distclean): Add.
12873
12874 The following changes make ELisp manual part of the Emacs
12875 distribution:
12876
12877 * Makefile.in: Add Copyright notice.
12878 (prefix): Remove.
12879 (infodir): Change value to "../info".
12880 (VPATH): New variable.
12881 (MAKE): Don't define.
12882 (texmacrodir): Don't define.
12883 (texinputdir): Append the existing value of TEXINPUTS.
12884 ($(infodir)/elisp): Instead of just "elisp". Reformat the
12885 command to be compatible with man/Makefile.in, and to put the
12886 output into ../info.
12887 (info): Add target.
12888 (installall): Target removed.
12889
c8763fb6 128902001-10-31 Pavel Janík <Pavel@Janik.cz>
b8d4c8d0
GM
12891
12892 * tips.texi (Coding Conventions): Fix typo.
12893
128942001-10-23 Gerd Moellmann <gerd@gnu.org>
12895
12896 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
12897
128982001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
12899
12900 * files.texi (File Name Components): Update the description of
12901 file-name-sans-extension and file-name-extension, as they now
12902 ignore leading dots.
12903
129042001-10-20 Gerd Moellmann <gerd@gnu.org>
12905
12906 * (Version 21.1 released.)
12907
129082001-10-19 Miles Bader <miles@gnu.org>
12909
12910 * positions.texi (Text Lines): Describe behavior of
12911 `beginning-of-line'/`end-of-line' in the presence of field properties.
12912
129132001-10-17 Gerd Moellmann <gerd@gnu.org>
12914
12915 * Makefile.in (VERSION): Set to 2.8.
12916 (manual): Use `manual-21'.
12917
12918 * elisp.texi (VERSION): Add and use it where the version
12919 number was used. Set it to 2.8.
12920
12921 * intro.texi: Likewise.
12922
129232001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
12924
12925 * files.texi (File Name Completion): Document the significance of
12926 a trailing slash in elements of completion-ignored-extensions.
12927
129282001-10-06 Miles Bader <miles@gnu.org>
12929
12930 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
12931
129322001-10-04 Gerd Moellmann <gerd@gnu.org>
12933
12934 * variables.texi (Variable Aliases): New node.
12935
129362001-10-04 Gerd Moellmann <gerd@gnu.org>
12937
12938 * Branch for 21.1.
12939
129402001-10-02 Miles Bader <miles@gnu.org>
12941
12942 * minibuf.texi (Minibuffer Misc): Add entries for
12943 `minibuffer-contents', `minibuffer-contents-no-properties', and
12944 `delete-minibuffer-contents'.
12945 Correct description for `minibuffer-prompt-end'.
12946
12947 * text.texi (Property Search): Correct descriptions of
12948 `next-char-property-change' and `previous-char-property-change'.
12949 Add entries for `next-single-char-property-change' and
12950 `previous-single-char-property-change'.
12951 Make operand names a bit more consistent.
12952
129532001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
12954
12955 * frames.texi (Finding All Frames): Document that next-frame and
12956 previous-frame are local to current terminal.
12957
129582001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
12959
12960 * keymaps.texi (Creating Keymaps): Fix the description of the
12961 result of make-keymap.
12962
129632001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
12964
12965 * display.texi (Font Lookup, Attribute Functions)
12966 (Image Descriptors): Add cross-references to the definition of
12967 selected frame.
12968
12969 * buffers.texi (The Buffer List): Add cross-references to the
12970 definition of selected frame.
12971
12972 * frames.texi (Input Focus): Clarify which frame is _the_ selected
12973 frame at any given time.
12974 (Multiple Displays, Size and Position): Add a cross-reference to
12975 the definition of the selected frame.
12976
129772001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
12978
12979 * strings.texi (String Conversion) <string-to-number>: Document
12980 that a float is returned for integers that are too large.
12981
12982 * frames.texi (Mouse Position): Document mouse-position-function.
12983 (Display Feature Testing): Document display-images-p.
12984 (Window Frame Parameters): Document the cursor-type variable.
12985
12986 * numbers.texi (Integer Basics): Document CL style read syntax for
12987 integers in bases other than 10.
12988
5dcb4c4e
SM
12989 * positions.texi (List Motion):
12990 Document open-paren-in-column-0-is-defun-start.
b8d4c8d0
GM
12991
12992 * lists.texi (Sets And Lists): Document member-ignore-case.
12993
12994 * internals.texi (Garbage Collection): Document the used and free
12995 strings report.
12996 (Memory Usage): Document strings-consed.
12997
12998 * os.texi (Time of Day): Document float-time.
12999 (Recording Input): Document that clear-this-command-keys clears
13000 the vector to be returned by recent-keys.
13001
ed9265fc
JB
13002 * keymaps.texi (Scanning Keymaps) <where-is-internal>:
13003 The argument keymap can be a list.
b8d4c8d0
GM
13004
13005 * nonascii.texi (User-Chosen Coding Systems)
13006 <select-safe-coding-system>: Document the new argument
13007 accept-default-p and the variable
13008 select-safe-coding-system-accept-default-p. Tell what happens if
13009 buffer-file-coding-system is undecided.
13010 (Default Coding Systems): Document auto-coding-regexp-alist.
13011
13012 * display.texi (The Echo Area) <message>: Document
13013 message-truncate-lines.
13014 (Glyphs): Document that the glyph table is unused on windowed
13015 displays.
13016
13017 * help.texi (Describing Characters) <single-key-description>:
13018 Document the new argument no-angles.
13019 (Accessing Documentation) <documentation-property>: Document that
13020 a non-string property is evaluated.
13021 <documentation>: Document that the function-documentation property
13022 is looked for.
13023
13024 * windows.texi (Selecting Windows): Document some-window.
13025
13026 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
13027
13028 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
13029 apropos-mode-hook.
13030
13031 * commands.texi (Using Interactive): Document interactive-form.
13032 (Keyboard Macros): Document kbd-macro-termination-hook.
13033 (Command Loop Info): Document that clear-this-command-keys clears
13034 the vector to be returned by recent-keys.
13035
130362001-09-04 Werner LEMBERG <wl@gnu.org>
13037
13038 * Makefile.in (srcdir, texinputdir): New variables.
13039 (srcs, index.texi, install): Use $(srcdir).
13040 (.PHONY): Remove elisp.dvi.
13041 (elisp): Use -I switch for makeinfo.
13042 (elisp.dvi): Use $(srcdir) and $(texinputdir).
13043 (installall, dist): Use $(srcdir).
13044 Fix path to texinfo.tex.
13045 (maintainer-clean): Add elisp.dvi and elisp.oaux.
13046
130472001-08-30 Gerd Moellmann <gerd@gnu.org>
13048
13049 * display.texi (Conditional Display): Adjust to API change.
13050
13051 * configure: New file.
13052
130532001-07-30 Gerd Moellmann <gerd@gnu.org>
13054
13055 * commands.texi (Repeat Events): Add description of
13056 double-click-fuzz.
13057
130582001-05-08 Stefan Monnier <monnier@cs.yale.edu>
13059
13060 * syntax.texi (Syntax Class Table): Add the missing designator for
13061 comment and string fences.
13062 (Syntax Properties): Add a xref to syntax table internals.
13063 (Syntax Table Internals): Document string-to-syntax.
13064
130652001-05-07 Gerd Moellmann <gerd@gnu.org>
13066
13067 * Makefile.in (install): Use install-info command line options
13068 like in Emacs' Makefile.in.
13069
130702000-12-09 Miles Bader <miles@gnu.org>
13071
13072 * windows.texi (Window Start): Update documentation for
13073 `pos-visible-in-window-p'.
13074
130752000-11-12 Stefan Monnier <monnier@cs.yale.edu>
13076
13077 * lists.texi (Building Lists): Add footnote to explain how to add
13078 to the end of a list.
13079
130802000-10-25 Gerd Moellmann <gerd@gnu.org>
13081
13082 * files.texi (Visiting Functions): Typos.
13083
130842000-10-25 Kenichi Handa <handa@etl.go.jp>
13085
13086 * files.texi (Visiting Functions): Return value of
13087 find-file-noselect may be a list of buffers if wildcards are used.
13088
130892000-10-24 Miles Bader <miles@lsi.nec.co.jp>
13090
13091 * display.texi (Defining Faces): Document `graphic' display type
13092 in face specs.
13093
b344d29d 130942000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b8d4c8d0
GM
13095
13096 * hooks.texi (Standard Hooks): Replace obsolete
13097 `after-make-frame-hook' with `after-make-frame-functions'.
13098
13099 * frames.texi (Creating Frames): Ditto.
13100
13101 * variables.texi (Future Local Variables): Ditto.
13102
131032000-10-16 Gerd Moellmann <gerd@gnu.org>
13104
13105 * display.texi (Other Image Types): Add description of :foreground
13106 and :background properties of mono PBM images.
13107
131082000-08-17 Werner LEMBERG <wl@gnu.org>
13109
13110 * .cvsignore: New file.
13111
131122000-01-05 Gerd Moellmann <gerd@gnu.org>
13113
13114 * tindex.pl: New script.
13115
131161999-12-03 Dave Love <fx@gnu.org>
13117
13118 * Makefile.in (MAKEINFO): New parameter.
13119
131201999-09-17 Richard Stallman <rms@gnu.org>
13121
13122 * Makefile.in (srcs): Add hash.texi.
13123 (VERSION): Update to 20.6.
13124
131251999-09-13 Richard Stallman <rms@gnu.org>
13126
13127 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
13128
131291998-08-29 Karl Heuer <kwzh@gnu.org>
13130
13131 * configure.in: New file.
13132 * Makefile.in: Renamed from Makefile.
13133 (prefix, infodir): Use value obtained from configure.
13134 (emacslibdir): Obsolete variable deleted.
13135 (dist): Distribute configure.in, configure, Makefile.in.
13136
131371998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
13138
13139 * Makefile (INSTALL_INFO): New variable.
13140 (install): Run install-info.
13141
131421998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
13143
13144 * Makefile (elisp.dvi): Add missing backslash.
13145
131461998-05-02 Richard Stallman <rms@psilocin.gnu.org>
13147
13148 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
13149 Run texindex without `./'. Always run texindex on elisp.tp.
13150 (elisp.tps): Target deleted.
13151
131521998-04-05 Richard Stallman <rms@psilocin.gnu.org>
13153
13154 * Makefile (srcs): Add nonascii.texi and customize.texi.
13155 (dist): Start by deleting `temp'.
13156
131571998-02-17 Richard Stallman <rms@psilocin.gnu.org>
13158
13159 * Makefile (makeinfo, texindex): Targets deleted.
13160 (makeinfo.o, texindex.o): Targets deleted.
13161 (clean, dist): Don't do anything with them or with getopt*.
13162
131631998-01-30 Richard Stallman <rms@psilocin.gnu.org>
13164
13165 * Makefile (SHELL): Defined.
13166
131671998-01-27 Richard Stallman <rms@psilocin.gnu.org>
13168
13169 * Makefile (elisp.tps): New target.
13170 (elisp.dvi): Depend on elisp.tps.
13171
c5602427 131721996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
b8d4c8d0
GM
13173
13174 * README: Update phone number.
13175
13176 * Makefile (elisp): Make this be the default target.
13177 Depend on makeinfo.c instead of makeinfo.
13178 (install): Don't depend on elisp.dvi, since we don't install that.
13179 Use mkinstalldirs.
13180 (dist): Add mkinstalldirs.
13181
c5602427 131821995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
b8d4c8d0
GM
13183
13184 * Makefile (VERSION): Update version number.
5dcb4c4e 13185 (maintainer-clean): Rename from realclean.
b8d4c8d0 13186
c5602427 131871995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
b8d4c8d0
GM
13188
13189 * Makefile (realclean): New target.
13190 (elisp): Remove any old elisp-* files first.
13191
c5602427 131921993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
b8d4c8d0
GM
13193
13194 * Makefile (VERSION): New variable.
13195 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
13196 Compressed file suffix should be `.gz', not `.z'.
13197
ce058493 131981993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
13199
13200 * Makefile (elisp): Depend on makeinfo.
13201
c5602427 132021993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
b8d4c8d0
GM
13203
13204 * Makefile (srcs): Add anti.texi.
13205
c5602427 132061993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
13207
13208 * Makefile (infodir, prefix): New vars.
13209 (install): Use infodir.
f4e90db0 13210 (emacsinfodir): Delete.
b8d4c8d0 13211
c5602427 132121993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
13213
13214 * Makefile (srcs): Add calendar.texi.
13215
13216 * Makefile (dist): Copy texindex.c and makeinfo.c.
13217 Limit elisp-* files to those with one or two digits.
13218
c5602427 132191993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0 13220
f4e90db0 13221 * Makefile (dist): Change to use Gzip instead of compress.
b8d4c8d0 13222
c5602427 132231993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
13224
13225 * loading.texi (Unloading): define-function changed back to
13226 defalias. It may not stay this way, but at least it's
13227 consistent with the known-good version of the code patch.
13228
c5602427 132291993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
b8d4c8d0
GM
13230
13231 * modes.texi (Hooks): Document new optional arg of add-hook.
13232
c5602427 132331993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
13234
13235 * variables.texi: Document nil initial value of buffer-local variables.
13236
13237 * tips.texi: Add new section on standard library headers.
13238
c5602427 132391993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
13240
13241 * Makefile (srcs): Add frame.texi to the list of sources.
13242
c5602427 132431993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
13244
13245 * Makefile (dist): Don't bother excluding autosave files; they'll
13246 never make it into the temp directory anyway, and the hash marks
13247 in the name are problematic for make and the Bourne shell.
ed9265fc 13248 (srcs): ???
b8d4c8d0 13249
c5602427 132501993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
13251
13252 * Makefile (dist): Don't include backup files or autosave files in
13253 the distribution tar file.
13254
c5602427 132551991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0 13256
5dcb4c4e 13257 * Makefile (srcs): Add index.perm.
b8d4c8d0
GM
13258 (elisp.dvi): Remove erroneous shell comment.
13259 Expect output of permute-index in permuted.fns.
13260 Save old elisp.aux in elisp.oaux.
5dcb4c4e 13261 (clean): Add index.texi to be deleted.
b8d4c8d0 13262
c5602427 132631990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
13264
13265 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
13266
c5602427 132671990-06-26 David Lawrence (tale@geech)
b8d4c8d0
GM
13268
13269 * files.texi: Noted that completion-ignored-extensions is ignored
13270 when making *Completions*.
13271
3e868ee3 132721990-06-08 Jay Fenlason (hack@ai.mit.edu)
b8d4c8d0
GM
13273
13274 * Makefile make dist now depends on elisp.dvi, since it tries
13275 to include it in the dist file.
13276
c5602427 132771990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
b8d4c8d0 13278
c5602427 13279 * functions.texinfo (Mapping Functions): Add missing quote.
b8d4c8d0 13280
c5602427 132811989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
13282
13283 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
13284 (defunargs): Turn off \hyphenchar of \sl font temporarily.
13285
c5602427 132861989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
13287
13288 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
13289 and @error{} are the terms now being used. The files in the
13290 directory have been changed to reflect this.
13291
13292 * All instances of @indentedresultt{} have been changed to
333f9019 13293 ` @result{}', using 5 spaces at the beginning of the line.
b8d4c8d0 13294
c5602427 132951989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
13296
13297 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
13298 experimental @indentedresult{}, @indentedexpandsto{} are part of
13299 the texinfo.tex in this directory. These TeX macros are not
13300 stable yet.
13301
c5602427 133021989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
13303
13304 * texinfo.tex: Temporarily added
13305 \let\result=\dblarrow
13306 \def\error{{\it ERROR} \longdblarrow}
13307 We need to do this better soon.
13308
c5602427 133091989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
13310
13311 * Applied Karl Berry's patches to *.texinfo files, but not to
13312 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
13313 new title page format is also not applied, since it requires
13314 texinfo.tex changes.)
13315
13316 * Cleaned up `Makefile' and defined the `emacslibdir' directory
13317 for the Project GNU development environment.
13318
13319;; Local Variables:
c8763fb6 13320;; coding: utf-8
b8d4c8d0
GM
13321;; End:
13322
ba318903 13323 Copyright (C) 1998-2014 Free Software Foundation, Inc.
b8d4c8d0
GM
13324
13325 This file is part of GNU Emacs.
13326
352c8b4a 13327 GNU Emacs is free software: you can redistribute it and/or modify
b8d4c8d0 13328 it under the terms of the GNU General Public License as published by
352c8b4a
GM
13329 the Free Software Foundation, either version 3 of the License, or
13330 (at your option) any later version.
b8d4c8d0
GM
13331
13332 GNU Emacs is distributed in the hope that it will be useful,
13333 but WITHOUT ANY WARRANTY; without even the implied warranty of
13334 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13335 GNU General Public License for more details.
13336
13337 You should have received a copy of the GNU General Public License
352c8b4a 13338 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.